@quoreadmin/ui 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14365 -16291
- package/dist/index.umd.cjs +935 -113
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/accordion/accordion.d.ts +113 -0
- package/dist/src/components/accordion/accordion.stories.d.ts +803 -0
- package/dist/src/components/accordion/accordion.vue.d.ts +2 -0
- package/dist/src/components/activity-item/activity-item.d.ts +83 -0
- package/dist/src/components/activity-item/activity-item.stories.d.ts +7 -0
- package/dist/src/components/activity-item/activity-item.vue.d.ts +2 -0
- package/dist/src/components/avatar/avatar.d.ts +54 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +68 -0
- package/dist/src/components/avatar/avatar.vue.d.ts +2 -0
- package/dist/src/components/badge/badge.d.ts +31 -0
- package/dist/src/components/badge/badge.stories.d.ts +135 -0
- package/dist/src/components/badge/badge.vue.d.ts +2 -0
- package/dist/src/components/banner/banner.d.ts +24 -0
- package/dist/src/components/banner/banner.stories.d.ts +40 -0
- package/dist/src/components/banner/banner.vue.d.ts +2 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.d.ts +120 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.stories.d.ts +925 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.vue.d.ts +2 -0
- package/dist/src/components/button/button.d.ts +121 -0
- package/dist/src/components/button/button.stories.d.ts +518 -0
- package/dist/src/components/button/button.vue.d.ts +2 -0
- package/dist/src/components/button-group/button-group.d.ts +92 -0
- package/dist/src/components/button-group/button-group.stories.d.ts +325 -0
- package/dist/src/components/button-group/button-group.vue.d.ts +2 -0
- package/dist/src/components/checkbox/checkbox.d.ts +205 -0
- package/dist/src/components/checkbox/checkbox.vue.d.ts +2 -0
- package/dist/src/components/comment/comment.d.ts +3157 -0
- package/dist/src/components/comment/comment.stories.d.ts +3186 -0
- package/dist/src/components/comment/comment.vue.d.ts +2 -0
- package/dist/src/components/comment-section/comment-section.d.ts +4866 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +6541 -0
- package/dist/src/components/comment-section/comment-section.vue.d.ts +2 -0
- package/dist/src/components/counter/counter.d.ts +53 -0
- package/dist/src/components/counter/counter.stories.d.ts +120 -0
- package/dist/src/components/counter/counter.vue.d.ts +2 -0
- package/dist/src/components/data-filter/data-filter.d.ts +773 -0
- package/dist/src/components/data-filter/data-filter.vue.d.ts +2 -0
- package/dist/src/components/data-list/data-list.d.ts +945 -0
- package/dist/src/components/data-list/data-list.vue.d.ts +2 -0
- package/dist/src/components/data-table/data-table.d.ts +543 -0
- package/dist/src/components/data-table/data-table.vue.d.ts +2 -0
- package/dist/src/components/data-table-cell/data-table-cell.d.ts +42 -0
- package/dist/src/components/data-table-cell/data-table-cell.vue.d.ts +2 -0
- package/dist/src/components/data-table-head/data-table-head.d.ts +110 -0
- package/dist/src/components/data-table-head/data-table-head.vue.d.ts +2 -0
- package/dist/src/components/date-picker/date-picker.d.ts +672 -0
- package/dist/src/components/date-picker/date-picker.stories.d.ts +1316 -0
- package/dist/src/components/date-picker/date-picker.vue.d.ts +2 -0
- package/dist/src/components/divider/divider.d.ts +41 -0
- package/dist/src/components/divider/divider.stories.d.ts +103 -0
- package/dist/src/components/divider/divider.vue.d.ts +2 -0
- package/dist/src/components/file-upload/file-upload.d.ts +1214 -0
- package/dist/src/components/file-upload/file-upload.stories.d.ts +6974 -0
- package/dist/src/components/file-upload/file-upload.vue.d.ts +2 -0
- package/dist/src/components/footer-actions/footer-actions.d.ts +3 -0
- package/dist/src/components/footer-actions/footer-actions.stories.d.ts +17 -0
- package/dist/src/components/footer-actions/footer-actions.vue.d.ts +2 -0
- package/dist/src/components/form-group/form-group.d.ts +33 -0
- package/dist/src/components/form-group/form-group.stories.d.ts +230 -0
- package/dist/src/components/form-group/form-group.vue.d.ts +2 -0
- package/dist/src/components/grid/grid.d.ts +267 -0
- package/dist/src/components/grid/grid.stories.d.ts +3523 -0
- package/dist/src/components/grid/grid.vue.d.ts +2 -0
- package/dist/src/components/icon/icon.d.ts +93 -0
- package/dist/src/components/icon/icon.stories.d.ts +115 -0
- package/dist/src/components/icon/icon.vue.d.ts +2 -0
- package/dist/src/components/icon-action-group/icon-action-group.d.ts +513 -0
- package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +2570 -0
- package/dist/src/components/icon-action-group/icon-action-group.vue.d.ts +2 -0
- package/dist/src/components/image-gallery/image-gallery.d.ts +840 -0
- package/dist/src/components/image-gallery/image-gallery.stories.d.ts +1711 -0
- package/dist/src/components/image-gallery/image-gallery.vue.d.ts +2 -0
- package/dist/src/components/input/input.d.ts +185 -0
- package/dist/src/components/input/input.stories.d.ts +1065 -0
- package/dist/src/components/input/input.vue.d.ts +2 -0
- package/dist/src/components/list/list.d.ts +209 -0
- package/dist/src/components/list/list.stories.d.ts +1682 -0
- package/dist/src/components/list/list.vue.d.ts +2 -0
- package/dist/src/components/menu/menu.d.ts +120 -0
- package/dist/src/components/menu/menu.stories.d.ts +239 -0
- package/dist/src/components/menu/menu.vue.d.ts +2 -0
- package/dist/src/components/modal/modal.d.ts +192 -0
- package/dist/src/components/modal/modal.stories.d.ts +2102 -0
- package/dist/src/components/modal/modal.vue.d.ts +2 -0
- package/dist/src/components/modal/variants/error-modal/error-modal.d.ts +221 -0
- package/dist/src/components/modal/variants/error-modal/error-modal.vue.d.ts +2 -0
- package/dist/src/components/modal/variants/warning-modal/warning-modal.d.ts +241 -0
- package/dist/src/components/modal/variants/warning-modal/warning-modal.vue.d.ts +2 -0
- package/dist/src/components/modal-content/modal-content.d.ts +37 -0
- package/dist/src/components/modal-content/modal-content.vue.d.ts +2 -0
- package/dist/src/components/page-heading/page-heading.d.ts +57 -0
- package/dist/src/components/page-heading/page-heading.vue.d.ts +2 -0
- package/dist/src/components/page-navigation/page-navigation.d.ts +15 -0
- package/dist/src/components/page-navigation/page-navigation.vue.d.ts +2 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.d.ts +243 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.stories.d.ts +260 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.vue.d.ts +2 -0
- package/dist/src/components/popover/popover.d.ts +118 -0
- package/dist/src/components/popover/popover.stories.d.ts +411 -0
- package/dist/src/components/popover/popover.vue.d.ts +2 -0
- package/dist/src/components/progress-bar/progress-bar.d.ts +85 -0
- package/dist/src/components/progress-bar/progress-bar.stories.d.ts +103 -0
- package/dist/src/components/progress-bar/progress-bar.vue.d.ts +2 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.d.ts +152 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.stories.d.ts +5 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.vue.d.ts +2 -0
- package/dist/src/components/radio/radio.d.ts +93 -0
- package/dist/src/components/radio/radio.stories.d.ts +233 -0
- package/dist/src/components/radio/radio.vue.d.ts +2 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +6467 -0
- package/dist/src/components/room-details-popover/room-details-popover.vue.d.ts +2 -0
- package/dist/src/components/select/select.d.ts +407 -0
- package/dist/src/components/select/select.stories.d.ts +1297 -0
- package/dist/src/components/select/select.vue.d.ts +2 -0
- package/dist/src/components/table/table.d.ts +407 -0
- package/dist/src/components/table/table.vue.d.ts +2 -0
- package/dist/src/components/tag/tag.d.ts +43 -0
- package/dist/src/components/tag/tag.stories.d.ts +176 -0
- package/dist/src/components/tag/tag.vue.d.ts +2 -0
- package/dist/src/components/textarea/textarea.d.ts +92 -0
- package/dist/src/components/textarea/textarea.stories.d.ts +111 -0
- package/dist/src/components/textarea/textarea.vue.d.ts +2 -0
- package/dist/src/components/toast/toast.d.ts +117 -0
- package/dist/src/components/toast/toast.stories.d.ts +661 -0
- package/dist/src/components/toast/toast.vue.d.ts +2 -0
- package/dist/src/components/tooltip/tooltip.d.ts +137 -0
- package/dist/src/components/tooltip/tooltip.stories.d.ts +953 -0
- package/dist/src/components/tooltip/tooltip.vue.d.ts +2 -0
- package/dist/src/components/tour/tour.d.ts +364 -0
- package/dist/src/components/tour/tour.vue.d.ts +2 -0
- package/dist/src/components/wysiwyg/wysiwyg.d.ts +1560 -0
- package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +1583 -0
- package/dist/src/components/wysiwyg/wysiwyg.vue.d.ts +2 -0
- package/dist/src/composables/filtering.d.ts +22 -0
- package/dist/src/composables/mq.d.ts +12 -0
- package/dist/src/composables/nanopop.d.ts +77 -0
- package/dist/src/composables/table-data.d.ts +138 -0
- package/dist/src/composables/useDeviceType.d.ts +4 -0
- package/dist/src/index.d.ts +58 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/plugins/luxon.d.ts +3 -0
- package/dist/src/router/index.d.ts +2 -0
- package/dist/src/views/lists.vue.d.ts +2491 -0
- package/dist/src/views/rdp.vue.d.ts +9 -0
- package/dist/src/views/showcase.vue.d.ts +523 -0
- package/dist/src/views/tables.vue.d.ts +1846 -0
- package/dist/src/views/tour.vue.d.ts +48 -0
- package/package.json +30 -5
- package/tailwind.preset.ts +245 -0
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
import { Args, Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as QPopover } from './popover.vue';
|
|
3
|
+
declare const meta: Meta<typeof QPopover>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const selectable: {
|
|
7
|
+
render: (args: Args) => {
|
|
8
|
+
components: {
|
|
9
|
+
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10
|
+
align: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
hasCaret: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
position: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
reposition: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
size: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
trigger: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
}>, {
|
|
39
|
+
entered: import('vue').Ref<boolean, boolean>;
|
|
40
|
+
offsetStyle: import('vue').Ref<string, string>;
|
|
41
|
+
popover: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
42
|
+
alignment: import('vue').ComputedRef<string>;
|
|
43
|
+
positioning: import('vue').ComputedRef<string>;
|
|
44
|
+
getAlignment: (align: string) => string;
|
|
45
|
+
getPositioning: (position: string) => string;
|
|
46
|
+
isElementInView: (ele: any) => boolean;
|
|
47
|
+
onAfterLeave: () => void;
|
|
48
|
+
onClick: () => void;
|
|
49
|
+
onClickOutside: typeof import('@vueuse/core').onClickOutside;
|
|
50
|
+
onEnter: () => void;
|
|
51
|
+
onMouseLeave: () => void;
|
|
52
|
+
onMouseOver: () => void;
|
|
53
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
|
+
align: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
hasCaret: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
modelValue: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
position: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
reposition: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
size: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
trigger: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
}>> & Readonly<{
|
|
83
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
}>, {
|
|
85
|
+
modelValue: boolean;
|
|
86
|
+
size: string;
|
|
87
|
+
position: string;
|
|
88
|
+
trigger: string;
|
|
89
|
+
align: string;
|
|
90
|
+
hasCaret: boolean;
|
|
91
|
+
reposition: boolean;
|
|
92
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
};
|
|
94
|
+
setup(this: void): {
|
|
95
|
+
args: Args;
|
|
96
|
+
};
|
|
97
|
+
template: string;
|
|
98
|
+
};
|
|
99
|
+
args: {
|
|
100
|
+
modelValue: false;
|
|
101
|
+
align: string;
|
|
102
|
+
reposition: false;
|
|
103
|
+
size: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
export declare const Info1: {
|
|
107
|
+
name: string;
|
|
108
|
+
render: (args: Args) => {
|
|
109
|
+
components: {
|
|
110
|
+
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
111
|
+
align: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
hasCaret: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
modelValue: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
position: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
reposition: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
size: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
trigger: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
}>, {
|
|
140
|
+
entered: import('vue').Ref<boolean, boolean>;
|
|
141
|
+
offsetStyle: import('vue').Ref<string, string>;
|
|
142
|
+
popover: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
143
|
+
alignment: import('vue').ComputedRef<string>;
|
|
144
|
+
positioning: import('vue').ComputedRef<string>;
|
|
145
|
+
getAlignment: (align: string) => string;
|
|
146
|
+
getPositioning: (position: string) => string;
|
|
147
|
+
isElementInView: (ele: any) => boolean;
|
|
148
|
+
onAfterLeave: () => void;
|
|
149
|
+
onClick: () => void;
|
|
150
|
+
onClickOutside: typeof import('@vueuse/core').onClickOutside;
|
|
151
|
+
onEnter: () => void;
|
|
152
|
+
onMouseLeave: () => void;
|
|
153
|
+
onMouseOver: () => void;
|
|
154
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
155
|
+
align: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
hasCaret: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
modelValue: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
position: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
reposition: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
175
|
+
size: {
|
|
176
|
+
type: StringConstructor;
|
|
177
|
+
default: string;
|
|
178
|
+
};
|
|
179
|
+
trigger: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
}>> & Readonly<{
|
|
184
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
}>, {
|
|
186
|
+
modelValue: boolean;
|
|
187
|
+
size: string;
|
|
188
|
+
position: string;
|
|
189
|
+
trigger: string;
|
|
190
|
+
align: string;
|
|
191
|
+
hasCaret: boolean;
|
|
192
|
+
reposition: boolean;
|
|
193
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
194
|
+
};
|
|
195
|
+
setup(this: void): {
|
|
196
|
+
args: Args;
|
|
197
|
+
};
|
|
198
|
+
template: string;
|
|
199
|
+
};
|
|
200
|
+
args: {
|
|
201
|
+
align: string;
|
|
202
|
+
position: string;
|
|
203
|
+
size: string;
|
|
204
|
+
modelValue: false;
|
|
205
|
+
reposition: false;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
export declare const PositionRight: {
|
|
209
|
+
render: (args: Args) => {
|
|
210
|
+
name: string;
|
|
211
|
+
components: {
|
|
212
|
+
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
213
|
+
align: {
|
|
214
|
+
type: StringConstructor;
|
|
215
|
+
default: string;
|
|
216
|
+
};
|
|
217
|
+
hasCaret: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
modelValue: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
225
|
+
position: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
reposition: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
size: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
trigger: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
|
+
}>, {
|
|
242
|
+
entered: import('vue').Ref<boolean, boolean>;
|
|
243
|
+
offsetStyle: import('vue').Ref<string, string>;
|
|
244
|
+
popover: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
245
|
+
alignment: import('vue').ComputedRef<string>;
|
|
246
|
+
positioning: import('vue').ComputedRef<string>;
|
|
247
|
+
getAlignment: (align: string) => string;
|
|
248
|
+
getPositioning: (position: string) => string;
|
|
249
|
+
isElementInView: (ele: any) => boolean;
|
|
250
|
+
onAfterLeave: () => void;
|
|
251
|
+
onClick: () => void;
|
|
252
|
+
onClickOutside: typeof import('@vueuse/core').onClickOutside;
|
|
253
|
+
onEnter: () => void;
|
|
254
|
+
onMouseLeave: () => void;
|
|
255
|
+
onMouseOver: () => void;
|
|
256
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
257
|
+
align: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
hasCaret: {
|
|
262
|
+
type: BooleanConstructor;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
modelValue: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
position: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
reposition: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
size: {
|
|
278
|
+
type: StringConstructor;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
281
|
+
trigger: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: string;
|
|
284
|
+
};
|
|
285
|
+
}>> & Readonly<{
|
|
286
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
287
|
+
}>, {
|
|
288
|
+
modelValue: boolean;
|
|
289
|
+
size: string;
|
|
290
|
+
position: string;
|
|
291
|
+
trigger: string;
|
|
292
|
+
align: string;
|
|
293
|
+
hasCaret: boolean;
|
|
294
|
+
reposition: boolean;
|
|
295
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
296
|
+
};
|
|
297
|
+
setup(this: void): {
|
|
298
|
+
args: Args;
|
|
299
|
+
};
|
|
300
|
+
template: string;
|
|
301
|
+
};
|
|
302
|
+
args: {
|
|
303
|
+
align: string;
|
|
304
|
+
position: string;
|
|
305
|
+
size: string;
|
|
306
|
+
modelValue: false;
|
|
307
|
+
reposition: false;
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
export declare const Info2: {
|
|
311
|
+
name: string;
|
|
312
|
+
render: (args: Args) => {
|
|
313
|
+
components: {
|
|
314
|
+
QPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
315
|
+
align: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
hasCaret: {
|
|
320
|
+
type: BooleanConstructor;
|
|
321
|
+
default: boolean;
|
|
322
|
+
};
|
|
323
|
+
modelValue: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
position: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: string;
|
|
330
|
+
};
|
|
331
|
+
reposition: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
335
|
+
size: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
trigger: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
}>, {
|
|
344
|
+
entered: import('vue').Ref<boolean, boolean>;
|
|
345
|
+
offsetStyle: import('vue').Ref<string, string>;
|
|
346
|
+
popover: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
347
|
+
alignment: import('vue').ComputedRef<string>;
|
|
348
|
+
positioning: import('vue').ComputedRef<string>;
|
|
349
|
+
getAlignment: (align: string) => string;
|
|
350
|
+
getPositioning: (position: string) => string;
|
|
351
|
+
isElementInView: (ele: any) => boolean;
|
|
352
|
+
onAfterLeave: () => void;
|
|
353
|
+
onClick: () => void;
|
|
354
|
+
onClickOutside: typeof import('@vueuse/core').onClickOutside;
|
|
355
|
+
onEnter: () => void;
|
|
356
|
+
onMouseLeave: () => void;
|
|
357
|
+
onMouseOver: () => void;
|
|
358
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
359
|
+
align: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
hasCaret: {
|
|
364
|
+
type: BooleanConstructor;
|
|
365
|
+
default: boolean;
|
|
366
|
+
};
|
|
367
|
+
modelValue: {
|
|
368
|
+
type: BooleanConstructor;
|
|
369
|
+
default: boolean;
|
|
370
|
+
};
|
|
371
|
+
position: {
|
|
372
|
+
type: StringConstructor;
|
|
373
|
+
default: string;
|
|
374
|
+
};
|
|
375
|
+
reposition: {
|
|
376
|
+
type: BooleanConstructor;
|
|
377
|
+
default: boolean;
|
|
378
|
+
};
|
|
379
|
+
size: {
|
|
380
|
+
type: StringConstructor;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
trigger: {
|
|
384
|
+
type: StringConstructor;
|
|
385
|
+
default: string;
|
|
386
|
+
};
|
|
387
|
+
}>> & Readonly<{
|
|
388
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
389
|
+
}>, {
|
|
390
|
+
modelValue: boolean;
|
|
391
|
+
size: string;
|
|
392
|
+
position: string;
|
|
393
|
+
trigger: string;
|
|
394
|
+
align: string;
|
|
395
|
+
hasCaret: boolean;
|
|
396
|
+
reposition: boolean;
|
|
397
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
398
|
+
};
|
|
399
|
+
setup(this: void): {
|
|
400
|
+
args: Args;
|
|
401
|
+
};
|
|
402
|
+
template: string;
|
|
403
|
+
};
|
|
404
|
+
args: {
|
|
405
|
+
modelValue: false;
|
|
406
|
+
align: string;
|
|
407
|
+
reposition: false;
|
|
408
|
+
size: string;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
export declare const ShowOnLoad: Story;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const QProgressBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
id: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
bgClass: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
customClass: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
hasContainerBackground: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
heightClass: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
label: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
labelClass: {
|
|
26
|
+
type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
percent: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
showLabel: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}>, {
|
|
38
|
+
barColor: import('vue').ComputedRef<string>;
|
|
39
|
+
containerClasses: import('vue').ComputedRef<string[]>;
|
|
40
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
+
id: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
bgClass: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
};
|
|
48
|
+
customClass: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
hasContainerBackground: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
heightClass: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
label: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
labelClass: {
|
|
65
|
+
type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
percent: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
showLabel: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
}>> & Readonly<{}>, {
|
|
77
|
+
label: string;
|
|
78
|
+
customClass: string;
|
|
79
|
+
id: string;
|
|
80
|
+
hasContainerBackground: boolean;
|
|
81
|
+
heightClass: string;
|
|
82
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
83
|
+
showLabel: boolean;
|
|
84
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
export default QProgressBar;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { Args, Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { default as QProgressBar } from './progress-bar.vue';
|
|
3
|
+
declare const meta: Meta<typeof QProgressBar>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const progressBar: Story;
|
|
7
|
+
export declare const progressBarBgr: {
|
|
8
|
+
render: (args: Args) => {
|
|
9
|
+
components: {
|
|
10
|
+
QProgressBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
id: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
bgClass: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
customClass: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
hasContainerBackground: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
heightClass: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
label: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
labelClass: {
|
|
35
|
+
type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
percent: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
showLabel: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}>, {
|
|
47
|
+
barColor: import('vue').ComputedRef<string>;
|
|
48
|
+
containerClasses: import('vue').ComputedRef<string[]>;
|
|
49
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
id: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
bgClass: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
};
|
|
57
|
+
customClass: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
hasContainerBackground: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
heightClass: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
label: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
labelClass: {
|
|
74
|
+
type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
percent: {
|
|
78
|
+
type: NumberConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
showLabel: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
}>> & Readonly<{}>, {
|
|
86
|
+
label: string;
|
|
87
|
+
customClass: string;
|
|
88
|
+
id: string;
|
|
89
|
+
hasContainerBackground: boolean;
|
|
90
|
+
heightClass: string;
|
|
91
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
92
|
+
showLabel: boolean;
|
|
93
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
94
|
+
};
|
|
95
|
+
setup(this: void): {
|
|
96
|
+
args: Args;
|
|
97
|
+
};
|
|
98
|
+
template: string;
|
|
99
|
+
};
|
|
100
|
+
args: {
|
|
101
|
+
id: string;
|
|
102
|
+
};
|
|
103
|
+
};
|