@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,2 @@
1
+ export * from './bottom-sheet.js';
2
+ export { default } from './bottom-sheet.js';
@@ -0,0 +1,121 @@
1
+ export declare const BTN_CLASS_PREFIX = "button-";
2
+ export declare const BTN_BG_PREFIX = "bg-";
3
+ declare const QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ /** Determines the size (height) of the button */
5
+ size: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ /** Determines is the button will be a wide button */
10
+ isWide: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ /** Determines the variant of the button */
15
+ status: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ hasOutline: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ /** Determines if the user can take action or not */
24
+ disabled: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ /** if loading spinner should be visible */
29
+ loading: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ useLoadingSpinner: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ isFab: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ /** Should this be rounded or pill shape */
42
+ shape: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ noMinWidth: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ }>, {
51
+ propsClasses: import('vue').ComputedRef<(string | {
52
+ [x: string]: string;
53
+ 'min-w-min'?: undefined;
54
+ } | {
55
+ 'min-w-min': boolean;
56
+ } | {
57
+ [x: string]: boolean;
58
+ 'min-w-min'?: undefined;
59
+ })[]>;
60
+ disabledAttributes: import('vue').ComputedRef<object>;
61
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
62
+ /** Determines the size (height) of the button */
63
+ size: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ /** Determines is the button will be a wide button */
68
+ isWide: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
72
+ /** Determines the variant of the button */
73
+ status: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ hasOutline: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ /** Determines if the user can take action or not */
82
+ disabled: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ /** if loading spinner should be visible */
87
+ loading: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ useLoadingSpinner: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ isFab: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ /** Should this be rounded or pill shape */
100
+ shape: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ };
104
+ noMinWidth: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ }>> & Readonly<{}>, {
109
+ size: string;
110
+ shape: string;
111
+ disabled: boolean;
112
+ isWide: boolean;
113
+ status: string;
114
+ hasOutline: boolean;
115
+ loading: boolean;
116
+ useLoadingSpinner: boolean;
117
+ isFab: boolean;
118
+ noMinWidth: boolean;
119
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
120
+ export type QButtonType = typeof QButton;
121
+ export default QButton;
@@ -0,0 +1,518 @@
1
+ import { Args, Meta, StoryObj } from '@storybook/vue3';
2
+ /**
3
+ * These stories showcase the button
4
+ */
5
+ declare const meta: Meta<any>;
6
+ export default meta;
7
+ type Story = StoryObj<typeof meta>;
8
+ export declare const Primary: {
9
+ name: string;
10
+ render: (args: Args) => {
11
+ components: {
12
+ QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
+ size: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ isWide: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ status: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ hasOutline: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ disabled: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ loading: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ useLoadingSpinner: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ isFab: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ shape: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ noMinWidth: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ }>, {
54
+ propsClasses: import('vue').ComputedRef<(string | {
55
+ [x: string]: string;
56
+ 'min-w-min'?: undefined;
57
+ } | {
58
+ 'min-w-min': boolean;
59
+ } | {
60
+ [x: string]: boolean;
61
+ 'min-w-min'?: undefined;
62
+ })[]>;
63
+ disabledAttributes: import('vue').ComputedRef<object>;
64
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
+ size: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ isWide: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ status: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ hasOutline: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ disabled: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ loading: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ useLoadingSpinner: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ isFab: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ shape: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
101
+ noMinWidth: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ }>> & Readonly<{}>, {
106
+ size: string;
107
+ shape: string;
108
+ disabled: boolean;
109
+ isWide: boolean;
110
+ status: string;
111
+ hasOutline: boolean;
112
+ loading: boolean;
113
+ useLoadingSpinner: boolean;
114
+ isFab: boolean;
115
+ noMinWidth: boolean;
116
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
+ };
118
+ setup(this: void): {
119
+ args: Args;
120
+ };
121
+ template: string;
122
+ };
123
+ args: {
124
+ default: string;
125
+ size: string;
126
+ isWide: boolean;
127
+ status: string;
128
+ disabled: boolean;
129
+ loading: boolean;
130
+ isFab: boolean;
131
+ shape: string;
132
+ hasOutline: boolean;
133
+ };
134
+ };
135
+ export declare const OutlineButton: {
136
+ name: string;
137
+ render: (args: Args) => {
138
+ components: {
139
+ QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
140
+ size: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
144
+ isWide: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ status: {
149
+ type: StringConstructor;
150
+ default: string;
151
+ };
152
+ hasOutline: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
156
+ disabled: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ loading: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ useLoadingSpinner: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ isFab: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ shape: {
173
+ type: StringConstructor;
174
+ default: string;
175
+ };
176
+ noMinWidth: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ }>, {
181
+ propsClasses: import('vue').ComputedRef<(string | {
182
+ [x: string]: string;
183
+ 'min-w-min'?: undefined;
184
+ } | {
185
+ 'min-w-min': boolean;
186
+ } | {
187
+ [x: string]: boolean;
188
+ 'min-w-min'?: undefined;
189
+ })[]>;
190
+ disabledAttributes: import('vue').ComputedRef<object>;
191
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
192
+ size: {
193
+ type: StringConstructor;
194
+ default: string;
195
+ };
196
+ isWide: {
197
+ type: BooleanConstructor;
198
+ default: boolean;
199
+ };
200
+ status: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ hasOutline: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ disabled: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ loading: {
213
+ type: BooleanConstructor;
214
+ default: boolean;
215
+ };
216
+ useLoadingSpinner: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ isFab: {
221
+ type: BooleanConstructor;
222
+ default: boolean;
223
+ };
224
+ shape: {
225
+ type: StringConstructor;
226
+ default: string;
227
+ };
228
+ noMinWidth: {
229
+ type: BooleanConstructor;
230
+ default: boolean;
231
+ };
232
+ }>> & Readonly<{}>, {
233
+ size: string;
234
+ shape: string;
235
+ disabled: boolean;
236
+ isWide: boolean;
237
+ status: string;
238
+ hasOutline: boolean;
239
+ loading: boolean;
240
+ useLoadingSpinner: boolean;
241
+ isFab: boolean;
242
+ noMinWidth: boolean;
243
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
244
+ };
245
+ setup(this: void): {
246
+ args: Args;
247
+ };
248
+ template: string;
249
+ };
250
+ args: {
251
+ status: string;
252
+ hasOutline: boolean;
253
+ default: string;
254
+ size: string;
255
+ isWide: boolean;
256
+ disabled: boolean;
257
+ loading: boolean;
258
+ isFab: boolean;
259
+ shape: string;
260
+ };
261
+ };
262
+ export declare const FabButton: Story;
263
+ export declare const CustomClasses: Story;
264
+ export declare const InspectionButtons: Story;
265
+ export declare const WideButton: {
266
+ name: string;
267
+ render: (args: Args) => {
268
+ components: {
269
+ QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
270
+ size: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ isWide: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
278
+ status: {
279
+ type: StringConstructor;
280
+ default: string;
281
+ };
282
+ hasOutline: {
283
+ type: BooleanConstructor;
284
+ default: boolean;
285
+ };
286
+ disabled: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ loading: {
291
+ type: BooleanConstructor;
292
+ default: boolean;
293
+ };
294
+ useLoadingSpinner: {
295
+ type: BooleanConstructor;
296
+ default: boolean;
297
+ };
298
+ isFab: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
301
+ };
302
+ shape: {
303
+ type: StringConstructor;
304
+ default: string;
305
+ };
306
+ noMinWidth: {
307
+ type: BooleanConstructor;
308
+ default: boolean;
309
+ };
310
+ }>, {
311
+ propsClasses: import('vue').ComputedRef<(string | {
312
+ [x: string]: string;
313
+ 'min-w-min'?: undefined;
314
+ } | {
315
+ 'min-w-min': boolean;
316
+ } | {
317
+ [x: string]: boolean;
318
+ 'min-w-min'?: undefined;
319
+ })[]>;
320
+ disabledAttributes: import('vue').ComputedRef<object>;
321
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
322
+ size: {
323
+ type: StringConstructor;
324
+ default: string;
325
+ };
326
+ isWide: {
327
+ type: BooleanConstructor;
328
+ default: boolean;
329
+ };
330
+ status: {
331
+ type: StringConstructor;
332
+ default: string;
333
+ };
334
+ hasOutline: {
335
+ type: BooleanConstructor;
336
+ default: boolean;
337
+ };
338
+ disabled: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ };
342
+ loading: {
343
+ type: BooleanConstructor;
344
+ default: boolean;
345
+ };
346
+ useLoadingSpinner: {
347
+ type: BooleanConstructor;
348
+ default: boolean;
349
+ };
350
+ isFab: {
351
+ type: BooleanConstructor;
352
+ default: boolean;
353
+ };
354
+ shape: {
355
+ type: StringConstructor;
356
+ default: string;
357
+ };
358
+ noMinWidth: {
359
+ type: BooleanConstructor;
360
+ default: boolean;
361
+ };
362
+ }>> & Readonly<{}>, {
363
+ size: string;
364
+ shape: string;
365
+ disabled: boolean;
366
+ isWide: boolean;
367
+ status: string;
368
+ hasOutline: boolean;
369
+ loading: boolean;
370
+ useLoadingSpinner: boolean;
371
+ isFab: boolean;
372
+ noMinWidth: boolean;
373
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
374
+ };
375
+ setup(this: void): {
376
+ args: Args;
377
+ };
378
+ template: string;
379
+ };
380
+ args: {
381
+ isWide: boolean;
382
+ default: string;
383
+ size: string;
384
+ status: string;
385
+ disabled: boolean;
386
+ loading: boolean;
387
+ isFab: boolean;
388
+ shape: string;
389
+ hasOutline: boolean;
390
+ };
391
+ };
392
+ export declare const IconTextButton: {
393
+ name: string;
394
+ render: (args: Args) => {
395
+ components: {
396
+ QButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
397
+ size: {
398
+ type: StringConstructor;
399
+ default: string;
400
+ };
401
+ isWide: {
402
+ type: BooleanConstructor;
403
+ default: boolean;
404
+ };
405
+ status: {
406
+ type: StringConstructor;
407
+ default: string;
408
+ };
409
+ hasOutline: {
410
+ type: BooleanConstructor;
411
+ default: boolean;
412
+ };
413
+ disabled: {
414
+ type: BooleanConstructor;
415
+ default: boolean;
416
+ };
417
+ loading: {
418
+ type: BooleanConstructor;
419
+ default: boolean;
420
+ };
421
+ useLoadingSpinner: {
422
+ type: BooleanConstructor;
423
+ default: boolean;
424
+ };
425
+ isFab: {
426
+ type: BooleanConstructor;
427
+ default: boolean;
428
+ };
429
+ shape: {
430
+ type: StringConstructor;
431
+ default: string;
432
+ };
433
+ noMinWidth: {
434
+ type: BooleanConstructor;
435
+ default: boolean;
436
+ };
437
+ }>, {
438
+ propsClasses: import('vue').ComputedRef<(string | {
439
+ [x: string]: string;
440
+ 'min-w-min'?: undefined;
441
+ } | {
442
+ 'min-w-min': boolean;
443
+ } | {
444
+ [x: string]: boolean;
445
+ 'min-w-min'?: undefined;
446
+ })[]>;
447
+ disabledAttributes: import('vue').ComputedRef<object>;
448
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
449
+ size: {
450
+ type: StringConstructor;
451
+ default: string;
452
+ };
453
+ isWide: {
454
+ type: BooleanConstructor;
455
+ default: boolean;
456
+ };
457
+ status: {
458
+ type: StringConstructor;
459
+ default: string;
460
+ };
461
+ hasOutline: {
462
+ type: BooleanConstructor;
463
+ default: boolean;
464
+ };
465
+ disabled: {
466
+ type: BooleanConstructor;
467
+ default: boolean;
468
+ };
469
+ loading: {
470
+ type: BooleanConstructor;
471
+ default: boolean;
472
+ };
473
+ useLoadingSpinner: {
474
+ type: BooleanConstructor;
475
+ default: boolean;
476
+ };
477
+ isFab: {
478
+ type: BooleanConstructor;
479
+ default: boolean;
480
+ };
481
+ shape: {
482
+ type: StringConstructor;
483
+ default: string;
484
+ };
485
+ noMinWidth: {
486
+ type: BooleanConstructor;
487
+ default: boolean;
488
+ };
489
+ }>> & Readonly<{}>, {
490
+ size: string;
491
+ shape: string;
492
+ disabled: boolean;
493
+ isWide: boolean;
494
+ status: string;
495
+ hasOutline: boolean;
496
+ loading: boolean;
497
+ useLoadingSpinner: boolean;
498
+ isFab: boolean;
499
+ noMinWidth: boolean;
500
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
501
+ };
502
+ setup(this: void): {
503
+ args: Args;
504
+ };
505
+ template: string;
506
+ };
507
+ args: {
508
+ status: string;
509
+ default: string;
510
+ size: string;
511
+ isWide: boolean;
512
+ disabled: boolean;
513
+ loading: boolean;
514
+ isFab: boolean;
515
+ shape: string;
516
+ hasOutline: boolean;
517
+ };
518
+ };
@@ -0,0 +1,2 @@
1
+ export * from './button.js';
2
+ export { default } from './button.js';