@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.
Files changed (153) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +14365 -16291
  3. package/dist/index.umd.cjs +935 -113
  4. package/dist/src/App.vue.d.ts +2 -0
  5. package/dist/src/components/accordion/accordion.d.ts +113 -0
  6. package/dist/src/components/accordion/accordion.stories.d.ts +803 -0
  7. package/dist/src/components/accordion/accordion.vue.d.ts +2 -0
  8. package/dist/src/components/activity-item/activity-item.d.ts +83 -0
  9. package/dist/src/components/activity-item/activity-item.stories.d.ts +7 -0
  10. package/dist/src/components/activity-item/activity-item.vue.d.ts +2 -0
  11. package/dist/src/components/avatar/avatar.d.ts +54 -0
  12. package/dist/src/components/avatar/avatar.stories.d.ts +68 -0
  13. package/dist/src/components/avatar/avatar.vue.d.ts +2 -0
  14. package/dist/src/components/badge/badge.d.ts +31 -0
  15. package/dist/src/components/badge/badge.stories.d.ts +135 -0
  16. package/dist/src/components/badge/badge.vue.d.ts +2 -0
  17. package/dist/src/components/banner/banner.d.ts +24 -0
  18. package/dist/src/components/banner/banner.stories.d.ts +40 -0
  19. package/dist/src/components/banner/banner.vue.d.ts +2 -0
  20. package/dist/src/components/bottom-sheet/bottom-sheet.d.ts +120 -0
  21. package/dist/src/components/bottom-sheet/bottom-sheet.stories.d.ts +925 -0
  22. package/dist/src/components/bottom-sheet/bottom-sheet.vue.d.ts +2 -0
  23. package/dist/src/components/button/button.d.ts +121 -0
  24. package/dist/src/components/button/button.stories.d.ts +518 -0
  25. package/dist/src/components/button/button.vue.d.ts +2 -0
  26. package/dist/src/components/button-group/button-group.d.ts +92 -0
  27. package/dist/src/components/button-group/button-group.stories.d.ts +325 -0
  28. package/dist/src/components/button-group/button-group.vue.d.ts +2 -0
  29. package/dist/src/components/checkbox/checkbox.d.ts +205 -0
  30. package/dist/src/components/checkbox/checkbox.vue.d.ts +2 -0
  31. package/dist/src/components/comment/comment.d.ts +3157 -0
  32. package/dist/src/components/comment/comment.stories.d.ts +3186 -0
  33. package/dist/src/components/comment/comment.vue.d.ts +2 -0
  34. package/dist/src/components/comment-section/comment-section.d.ts +4866 -0
  35. package/dist/src/components/comment-section/comment-section.stories.d.ts +6541 -0
  36. package/dist/src/components/comment-section/comment-section.vue.d.ts +2 -0
  37. package/dist/src/components/counter/counter.d.ts +53 -0
  38. package/dist/src/components/counter/counter.stories.d.ts +120 -0
  39. package/dist/src/components/counter/counter.vue.d.ts +2 -0
  40. package/dist/src/components/data-filter/data-filter.d.ts +773 -0
  41. package/dist/src/components/data-filter/data-filter.vue.d.ts +2 -0
  42. package/dist/src/components/data-list/data-list.d.ts +945 -0
  43. package/dist/src/components/data-list/data-list.vue.d.ts +2 -0
  44. package/dist/src/components/data-table/data-table.d.ts +543 -0
  45. package/dist/src/components/data-table/data-table.vue.d.ts +2 -0
  46. package/dist/src/components/data-table-cell/data-table-cell.d.ts +42 -0
  47. package/dist/src/components/data-table-cell/data-table-cell.vue.d.ts +2 -0
  48. package/dist/src/components/data-table-head/data-table-head.d.ts +110 -0
  49. package/dist/src/components/data-table-head/data-table-head.vue.d.ts +2 -0
  50. package/dist/src/components/date-picker/date-picker.d.ts +672 -0
  51. package/dist/src/components/date-picker/date-picker.stories.d.ts +1316 -0
  52. package/dist/src/components/date-picker/date-picker.vue.d.ts +2 -0
  53. package/dist/src/components/divider/divider.d.ts +41 -0
  54. package/dist/src/components/divider/divider.stories.d.ts +103 -0
  55. package/dist/src/components/divider/divider.vue.d.ts +2 -0
  56. package/dist/src/components/file-upload/file-upload.d.ts +1214 -0
  57. package/dist/src/components/file-upload/file-upload.stories.d.ts +6974 -0
  58. package/dist/src/components/file-upload/file-upload.vue.d.ts +2 -0
  59. package/dist/src/components/footer-actions/footer-actions.d.ts +3 -0
  60. package/dist/src/components/footer-actions/footer-actions.stories.d.ts +17 -0
  61. package/dist/src/components/footer-actions/footer-actions.vue.d.ts +2 -0
  62. package/dist/src/components/form-group/form-group.d.ts +33 -0
  63. package/dist/src/components/form-group/form-group.stories.d.ts +230 -0
  64. package/dist/src/components/form-group/form-group.vue.d.ts +2 -0
  65. package/dist/src/components/grid/grid.d.ts +267 -0
  66. package/dist/src/components/grid/grid.stories.d.ts +3523 -0
  67. package/dist/src/components/grid/grid.vue.d.ts +2 -0
  68. package/dist/src/components/icon/icon.d.ts +93 -0
  69. package/dist/src/components/icon/icon.stories.d.ts +115 -0
  70. package/dist/src/components/icon/icon.vue.d.ts +2 -0
  71. package/dist/src/components/icon-action-group/icon-action-group.d.ts +513 -0
  72. package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +2570 -0
  73. package/dist/src/components/icon-action-group/icon-action-group.vue.d.ts +2 -0
  74. package/dist/src/components/image-gallery/image-gallery.d.ts +840 -0
  75. package/dist/src/components/image-gallery/image-gallery.stories.d.ts +1711 -0
  76. package/dist/src/components/image-gallery/image-gallery.vue.d.ts +2 -0
  77. package/dist/src/components/input/input.d.ts +185 -0
  78. package/dist/src/components/input/input.stories.d.ts +1065 -0
  79. package/dist/src/components/input/input.vue.d.ts +2 -0
  80. package/dist/src/components/list/list.d.ts +209 -0
  81. package/dist/src/components/list/list.stories.d.ts +1682 -0
  82. package/dist/src/components/list/list.vue.d.ts +2 -0
  83. package/dist/src/components/menu/menu.d.ts +120 -0
  84. package/dist/src/components/menu/menu.stories.d.ts +239 -0
  85. package/dist/src/components/menu/menu.vue.d.ts +2 -0
  86. package/dist/src/components/modal/modal.d.ts +192 -0
  87. package/dist/src/components/modal/modal.stories.d.ts +2102 -0
  88. package/dist/src/components/modal/modal.vue.d.ts +2 -0
  89. package/dist/src/components/modal/variants/error-modal/error-modal.d.ts +221 -0
  90. package/dist/src/components/modal/variants/error-modal/error-modal.vue.d.ts +2 -0
  91. package/dist/src/components/modal/variants/warning-modal/warning-modal.d.ts +241 -0
  92. package/dist/src/components/modal/variants/warning-modal/warning-modal.vue.d.ts +2 -0
  93. package/dist/src/components/modal-content/modal-content.d.ts +37 -0
  94. package/dist/src/components/modal-content/modal-content.vue.d.ts +2 -0
  95. package/dist/src/components/page-heading/page-heading.d.ts +57 -0
  96. package/dist/src/components/page-heading/page-heading.vue.d.ts +2 -0
  97. package/dist/src/components/page-navigation/page-navigation.d.ts +15 -0
  98. package/dist/src/components/page-navigation/page-navigation.vue.d.ts +2 -0
  99. package/dist/src/components/pdf-viewer/pdf-viewer.d.ts +243 -0
  100. package/dist/src/components/pdf-viewer/pdf-viewer.stories.d.ts +260 -0
  101. package/dist/src/components/pdf-viewer/pdf-viewer.vue.d.ts +2 -0
  102. package/dist/src/components/popover/popover.d.ts +118 -0
  103. package/dist/src/components/popover/popover.stories.d.ts +411 -0
  104. package/dist/src/components/popover/popover.vue.d.ts +2 -0
  105. package/dist/src/components/progress-bar/progress-bar.d.ts +85 -0
  106. package/dist/src/components/progress-bar/progress-bar.stories.d.ts +103 -0
  107. package/dist/src/components/progress-bar/progress-bar.vue.d.ts +2 -0
  108. package/dist/src/components/progress-bar-group/progress-bar-group.d.ts +152 -0
  109. package/dist/src/components/progress-bar-group/progress-bar-group.stories.d.ts +5 -0
  110. package/dist/src/components/progress-bar-group/progress-bar-group.vue.d.ts +2 -0
  111. package/dist/src/components/radio/radio.d.ts +93 -0
  112. package/dist/src/components/radio/radio.stories.d.ts +233 -0
  113. package/dist/src/components/radio/radio.vue.d.ts +2 -0
  114. package/dist/src/components/room-details-popover/room-details-popover.d.ts +6467 -0
  115. package/dist/src/components/room-details-popover/room-details-popover.vue.d.ts +2 -0
  116. package/dist/src/components/select/select.d.ts +407 -0
  117. package/dist/src/components/select/select.stories.d.ts +1297 -0
  118. package/dist/src/components/select/select.vue.d.ts +2 -0
  119. package/dist/src/components/table/table.d.ts +407 -0
  120. package/dist/src/components/table/table.vue.d.ts +2 -0
  121. package/dist/src/components/tag/tag.d.ts +43 -0
  122. package/dist/src/components/tag/tag.stories.d.ts +176 -0
  123. package/dist/src/components/tag/tag.vue.d.ts +2 -0
  124. package/dist/src/components/textarea/textarea.d.ts +92 -0
  125. package/dist/src/components/textarea/textarea.stories.d.ts +111 -0
  126. package/dist/src/components/textarea/textarea.vue.d.ts +2 -0
  127. package/dist/src/components/toast/toast.d.ts +117 -0
  128. package/dist/src/components/toast/toast.stories.d.ts +661 -0
  129. package/dist/src/components/toast/toast.vue.d.ts +2 -0
  130. package/dist/src/components/tooltip/tooltip.d.ts +137 -0
  131. package/dist/src/components/tooltip/tooltip.stories.d.ts +953 -0
  132. package/dist/src/components/tooltip/tooltip.vue.d.ts +2 -0
  133. package/dist/src/components/tour/tour.d.ts +364 -0
  134. package/dist/src/components/tour/tour.vue.d.ts +2 -0
  135. package/dist/src/components/wysiwyg/wysiwyg.d.ts +1560 -0
  136. package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +1583 -0
  137. package/dist/src/components/wysiwyg/wysiwyg.vue.d.ts +2 -0
  138. package/dist/src/composables/filtering.d.ts +22 -0
  139. package/dist/src/composables/mq.d.ts +12 -0
  140. package/dist/src/composables/nanopop.d.ts +77 -0
  141. package/dist/src/composables/table-data.d.ts +138 -0
  142. package/dist/src/composables/useDeviceType.d.ts +4 -0
  143. package/dist/src/index.d.ts +58 -0
  144. package/dist/src/main.d.ts +0 -0
  145. package/dist/src/plugins/luxon.d.ts +3 -0
  146. package/dist/src/router/index.d.ts +2 -0
  147. package/dist/src/views/lists.vue.d.ts +2491 -0
  148. package/dist/src/views/rdp.vue.d.ts +9 -0
  149. package/dist/src/views/showcase.vue.d.ts +523 -0
  150. package/dist/src/views/tables.vue.d.ts +1846 -0
  151. package/dist/src/views/tour.vue.d.ts +48 -0
  152. package/package.json +30 -5
  153. package/tailwind.preset.ts +245 -0
@@ -0,0 +1,92 @@
1
+ import { default as SelectButton } from 'primevue/selectbutton';
2
+ declare const ButtonGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ modelValue: {
4
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
5
+ default: null;
6
+ };
7
+ options: {
8
+ type: ArrayConstructor;
9
+ default: () => never[];
10
+ };
11
+ /** Needed when options are array of objects. optionLabel is what is visible to the user */
12
+ optionLabel: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ /** Pass which option is disabled */
17
+ optionDisabled: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ labelBy: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ /** Allow user to select multiple options */
26
+ allowMultiple: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ /** Disable the button group */
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ label: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ }>, {
40
+ selected: import('vue').WritableComputedRef<string | Record<string, any> | unknown[], string | Record<string, any> | unknown[]>;
41
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
42
+ modelValue: {
43
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
44
+ default: null;
45
+ };
46
+ options: {
47
+ type: ArrayConstructor;
48
+ default: () => never[];
49
+ };
50
+ /** Needed when options are array of objects. optionLabel is what is visible to the user */
51
+ optionLabel: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ /** Pass which option is disabled */
56
+ optionDisabled: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ labelBy: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ /** Allow user to select multiple options */
65
+ allowMultiple: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ /** Disable the button group */
70
+ disabled: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ label: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ }>> & Readonly<{
79
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
80
+ }>, {
81
+ modelValue: string | Record<string, any> | unknown[];
82
+ label: string;
83
+ disabled: boolean;
84
+ options: unknown[];
85
+ optionLabel: string;
86
+ optionDisabled: string;
87
+ labelBy: string;
88
+ allowMultiple: boolean;
89
+ }, {}, {
90
+ SelectButton: typeof SelectButton;
91
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
92
+ export default ButtonGroup;
@@ -0,0 +1,325 @@
1
+ import { Args, Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as QButtonGroup } from './button-group.vue';
3
+ declare const meta: Meta<typeof QButtonGroup>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Primary: {
7
+ name: string;
8
+ render: (args: Args) => {
9
+ components: {
10
+ QButtonGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
+ modelValue: {
12
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
13
+ default: null;
14
+ };
15
+ options: {
16
+ type: ArrayConstructor;
17
+ default: () => never[];
18
+ };
19
+ optionLabel: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ optionDisabled: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ labelBy: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ allowMultiple: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ disabled: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ label: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ }>, {
44
+ selected: import('vue').WritableComputedRef<string | Record<string, any> | unknown[], string | Record<string, any> | unknown[]>;
45
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
46
+ modelValue: {
47
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
48
+ default: null;
49
+ };
50
+ options: {
51
+ type: ArrayConstructor;
52
+ default: () => never[];
53
+ };
54
+ optionLabel: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ optionDisabled: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ labelBy: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ allowMultiple: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ disabled: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ label: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ }>> & Readonly<{
79
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
80
+ }>, {
81
+ modelValue: string | Record<string, any> | unknown[];
82
+ label: string;
83
+ disabled: boolean;
84
+ options: unknown[];
85
+ optionLabel: string;
86
+ optionDisabled: string;
87
+ labelBy: string;
88
+ allowMultiple: boolean;
89
+ }, {}, {
90
+ SelectButton: typeof import('primevue/selectbutton').default;
91
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
92
+ };
93
+ setup(this: void): {
94
+ args: Args;
95
+ };
96
+ template: string;
97
+ };
98
+ args: {
99
+ modelValue: string;
100
+ options: string[];
101
+ disabled: false;
102
+ };
103
+ };
104
+ export declare const AllowMultiple: {
105
+ render: (args: Args) => {
106
+ components: {
107
+ QButtonGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
108
+ modelValue: {
109
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
110
+ default: null;
111
+ };
112
+ options: {
113
+ type: ArrayConstructor;
114
+ default: () => never[];
115
+ };
116
+ optionLabel: {
117
+ type: StringConstructor;
118
+ default: string;
119
+ };
120
+ optionDisabled: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ labelBy: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ allowMultiple: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ disabled: {
133
+ type: BooleanConstructor;
134
+ default: boolean;
135
+ };
136
+ label: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ }>, {
141
+ selected: import('vue').WritableComputedRef<string | Record<string, any> | unknown[], string | Record<string, any> | unknown[]>;
142
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
143
+ modelValue: {
144
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
145
+ default: null;
146
+ };
147
+ options: {
148
+ type: ArrayConstructor;
149
+ default: () => never[];
150
+ };
151
+ optionLabel: {
152
+ type: StringConstructor;
153
+ default: string;
154
+ };
155
+ optionDisabled: {
156
+ type: StringConstructor;
157
+ default: string;
158
+ };
159
+ labelBy: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ allowMultiple: {
164
+ type: BooleanConstructor;
165
+ default: boolean;
166
+ };
167
+ disabled: {
168
+ type: BooleanConstructor;
169
+ default: boolean;
170
+ };
171
+ label: {
172
+ type: StringConstructor;
173
+ default: string;
174
+ };
175
+ }>> & Readonly<{
176
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
177
+ }>, {
178
+ modelValue: string | Record<string, any> | unknown[];
179
+ label: string;
180
+ disabled: boolean;
181
+ options: unknown[];
182
+ optionLabel: string;
183
+ optionDisabled: string;
184
+ labelBy: string;
185
+ allowMultiple: boolean;
186
+ }, {}, {
187
+ SelectButton: typeof import('primevue/selectbutton').default;
188
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
189
+ };
190
+ setup(this: void): {
191
+ value: import('vue').Ref<null, null>;
192
+ args: Args;
193
+ };
194
+ template: string;
195
+ };
196
+ args: {
197
+ options: {
198
+ label: string;
199
+ value: number;
200
+ }[];
201
+ allowMultiple: true;
202
+ optionLabel: string;
203
+ };
204
+ };
205
+ export declare const DisabledGroup: Story;
206
+ export declare const DisabledOption: Story;
207
+ export declare const HasIcons: {
208
+ render: (args: Args) => {
209
+ components: {
210
+ QButtonGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
211
+ modelValue: {
212
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
213
+ default: null;
214
+ };
215
+ options: {
216
+ type: ArrayConstructor;
217
+ default: () => never[];
218
+ };
219
+ optionLabel: {
220
+ type: StringConstructor;
221
+ default: string;
222
+ };
223
+ optionDisabled: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ labelBy: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ allowMultiple: {
232
+ type: BooleanConstructor;
233
+ default: boolean;
234
+ };
235
+ disabled: {
236
+ type: BooleanConstructor;
237
+ default: boolean;
238
+ };
239
+ label: {
240
+ type: StringConstructor;
241
+ default: string;
242
+ };
243
+ }>, {
244
+ selected: import('vue').WritableComputedRef<string | Record<string, any> | unknown[], string | Record<string, any> | unknown[]>;
245
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
246
+ modelValue: {
247
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
248
+ default: null;
249
+ };
250
+ options: {
251
+ type: ArrayConstructor;
252
+ default: () => never[];
253
+ };
254
+ optionLabel: {
255
+ type: StringConstructor;
256
+ default: string;
257
+ };
258
+ optionDisabled: {
259
+ type: StringConstructor;
260
+ default: string;
261
+ };
262
+ labelBy: {
263
+ type: StringConstructor;
264
+ default: string;
265
+ };
266
+ allowMultiple: {
267
+ type: BooleanConstructor;
268
+ default: boolean;
269
+ };
270
+ disabled: {
271
+ type: BooleanConstructor;
272
+ default: boolean;
273
+ };
274
+ label: {
275
+ type: StringConstructor;
276
+ default: string;
277
+ };
278
+ }>> & Readonly<{
279
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
280
+ }>, {
281
+ modelValue: string | Record<string, any> | unknown[];
282
+ label: string;
283
+ disabled: boolean;
284
+ options: unknown[];
285
+ optionLabel: string;
286
+ optionDisabled: string;
287
+ labelBy: string;
288
+ allowMultiple: boolean;
289
+ }, {}, {
290
+ SelectButton: typeof import('primevue/selectbutton').default;
291
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
292
+ };
293
+ setup(this: void): {
294
+ value: import('vue').Ref<{
295
+ label: string;
296
+ value: number;
297
+ icon: string;
298
+ }[], {
299
+ label: string;
300
+ value: number;
301
+ icon: string;
302
+ }[] | {
303
+ label: string;
304
+ value: number;
305
+ icon: string;
306
+ }[]>;
307
+ args: Args;
308
+ };
309
+ template: string;
310
+ };
311
+ args: {
312
+ options: ({
313
+ label: string;
314
+ value: number;
315
+ icon: string;
316
+ } | {
317
+ label: string;
318
+ value: number;
319
+ icon?: undefined;
320
+ })[];
321
+ allowMultiple: true;
322
+ optionLabel: string;
323
+ };
324
+ tags: string[];
325
+ };
@@ -0,0 +1,2 @@
1
+ export * from './button-group.js';
2
+ export { default } from './button-group.js';
@@ -0,0 +1,205 @@
1
+ declare const QCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ id: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ name: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ modelValue: {
15
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
16
+ default: boolean;
17
+ };
18
+ value: {
19
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor)[];
20
+ default: boolean;
21
+ };
22
+ uncheckedValue: {
23
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
24
+ default: boolean;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ icon: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ color: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ toggle: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ size: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ }>, {
47
+ checkboxElement: import('vue').Ref<any, any>;
48
+ isChecked: import('vue').Ref<boolean, boolean>;
49
+ handleChange: () => void;
50
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "change" | "update:checked")[], "update:modelValue" | "change" | "update:checked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
+ id: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ label: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ name: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ modelValue: {
64
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
65
+ default: boolean;
66
+ };
67
+ value: {
68
+ type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor)[];
69
+ default: boolean;
70
+ };
71
+ uncheckedValue: {
72
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
73
+ default: boolean;
74
+ };
75
+ disabled: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ icon: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ color: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ toggle: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ size: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ }>> & Readonly<{
96
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
97
+ onChange?: ((...args: any[]) => any) | undefined;
98
+ "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
99
+ }>, {
100
+ modelValue: string | number | boolean | Record<string, any> | unknown[];
101
+ name: string;
102
+ value: string | number | boolean | Record<string, any>;
103
+ label: string;
104
+ icon: string;
105
+ color: string;
106
+ size: string;
107
+ disabled: boolean;
108
+ toggle: boolean;
109
+ id: string;
110
+ uncheckedValue: string | number | boolean;
111
+ }, {}, {
112
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
113
+ icon: {
114
+ type: StringConstructor;
115
+ required: true;
116
+ };
117
+ type: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ };
121
+ width: {
122
+ type: NumberConstructor;
123
+ default: number;
124
+ required: false;
125
+ };
126
+ height: {
127
+ type: NumberConstructor;
128
+ default: number;
129
+ required: false;
130
+ };
131
+ size: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
135
+ color: {
136
+ type: StringConstructor;
137
+ default: string;
138
+ };
139
+ inline: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
143
+ customClass: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ };
147
+ customSize: {
148
+ type: BooleanConstructor;
149
+ default: boolean;
150
+ };
151
+ }>, {
152
+ iconPath: import('vue').ComputedRef<string>;
153
+ customizedSize: import('vue').ComputedRef<boolean>;
154
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
155
+ icon: {
156
+ type: StringConstructor;
157
+ required: true;
158
+ };
159
+ type: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ width: {
164
+ type: NumberConstructor;
165
+ default: number;
166
+ required: false;
167
+ };
168
+ height: {
169
+ type: NumberConstructor;
170
+ default: number;
171
+ required: false;
172
+ };
173
+ size: {
174
+ type: StringConstructor;
175
+ default: string;
176
+ };
177
+ color: {
178
+ type: StringConstructor;
179
+ default: string;
180
+ };
181
+ inline: {
182
+ type: BooleanConstructor;
183
+ default: boolean;
184
+ };
185
+ customClass: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ customSize: {
190
+ type: BooleanConstructor;
191
+ default: boolean;
192
+ };
193
+ }>> & Readonly<{}>, {
194
+ type: string;
195
+ color: string;
196
+ size: string;
197
+ height: number;
198
+ width: number;
199
+ inline: boolean;
200
+ customClass: string;
201
+ customSize: boolean;
202
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
203
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
204
+ export type QCheckboxType = typeof QCheckbox;
205
+ export default QCheckbox;
@@ -0,0 +1,2 @@
1
+ export * from './checkbox.js';
2
+ export { default } from './checkbox.js';