From 7a50fe3f52f854d33098c75041547aa455cf5be5 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 12 Jan 2024 10:44:49 -0800 Subject: [PATCH] feat: #343 add progress-absolute prop to c-loader-status --- .../components/c-loader-status.md | 4 ++++ .../src/components/admin/c-admin-editor.vue | 2 +- .../src/components/admin/c-admin-table.vue | 1 + .../components/display/c-loader-status.vue | 18 ++++++++++++++++- .../src/components/admin/c-admin-editor.vue | 2 +- .../src/components/admin/c-admin-method.vue | 1 - .../components/display/c-loader-status.vue | 20 +++++++++++++++++-- 7 files changed, 42 insertions(+), 6 deletions(-) diff --git a/docs/stacks/vue/coalesce-vue-vuetify/components/c-loader-status.md b/docs/stacks/vue/coalesce-vue-vuetify/components/c-loader-status.md index a74598762..2e2fff56e 100644 --- a/docs/stacks/vue/coalesce-vue-vuetify/components/c-loader-status.md +++ b/docs/stacks/vue/coalesce-vue-vuetify/components/c-loader-status.md @@ -105,6 +105,10 @@ A more advanced usage allows passing different flags for different callers. Prov Specify if space should be reserved for the progress indicator. If set to false, the content in the default slot may jump up and down slightly as the progress indicator shows and hides. + + +Positions the progress bar absolutely. This can be useful in compact interfaces where extra space for the progress bar is undesirable, allowing the progress bar to potentially overlap content while active. + Specifies the height in pixels of the [v-progress-linear](https://vuetifyjs.com/en/components/progress-linear) used to indicate progress. diff --git a/src/coalesce-vue-vuetify2/src/components/admin/c-admin-editor.vue b/src/coalesce-vue-vuetify2/src/components/admin/c-admin-editor.vue index e3a57386e..1e14cc7e7 100644 --- a/src/coalesce-vue-vuetify2/src/components/admin/c-admin-editor.vue +++ b/src/coalesce-vue-vuetify2/src/components/admin/c-admin-editor.vue @@ -38,7 +38,7 @@ }" >