@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,152 @@
1
+ import { PropType } from 'vue';
2
+ declare const QProgressBarGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ id: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ items: {
8
+ type: PropType<{
9
+ label: string | number;
10
+ value: number;
11
+ count?: number;
12
+ }[]>;
13
+ required: true;
14
+ };
15
+ barColor: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ customClass: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ heightClass: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ showLabel: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ id: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ items: {
37
+ type: PropType<{
38
+ label: string | number;
39
+ value: number;
40
+ count?: number;
41
+ }[]>;
42
+ required: true;
43
+ };
44
+ barColor: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ customClass: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ heightClass: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ showLabel: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ }>> & Readonly<{}>, {
61
+ customClass: string;
62
+ id: string;
63
+ heightClass: string;
64
+ showLabel: boolean;
65
+ barColor: string;
66
+ }, {}, {
67
+ QProgressBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
68
+ id: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ bgClass: {
73
+ type: StringConstructor;
74
+ };
75
+ customClass: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ hasContainerBackground: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ heightClass: {
84
+ type: StringConstructor;
85
+ default: string;
86
+ };
87
+ label: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ labelClass: {
92
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
93
+ default: string;
94
+ };
95
+ percent: {
96
+ type: NumberConstructor;
97
+ required: true;
98
+ };
99
+ showLabel: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ }>, {
104
+ barColor: import('vue').ComputedRef<string>;
105
+ containerClasses: import('vue').ComputedRef<string[]>;
106
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
107
+ id: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ bgClass: {
112
+ type: StringConstructor;
113
+ };
114
+ customClass: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ hasContainerBackground: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ heightClass: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ label: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ labelClass: {
131
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor)[];
132
+ default: string;
133
+ };
134
+ percent: {
135
+ type: NumberConstructor;
136
+ required: true;
137
+ };
138
+ showLabel: {
139
+ type: BooleanConstructor;
140
+ default: boolean;
141
+ };
142
+ }>> & Readonly<{}>, {
143
+ label: string;
144
+ customClass: string;
145
+ id: string;
146
+ hasContainerBackground: boolean;
147
+ heightClass: string;
148
+ labelClass: string | Record<string, any> | unknown[];
149
+ showLabel: boolean;
150
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
151
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
152
+ export default QProgressBarGroup;
@@ -0,0 +1,5 @@
1
+ import { default as QProgressBarGroup } from './progress-bar-group.vue';
2
+ import { Meta, StoryFn } from '@storybook/vue3';
3
+ declare const _default: Meta<typeof QProgressBarGroup>;
4
+ export default _default;
5
+ export declare const WeeklyStatistics: StoryFn<typeof QProgressBarGroup>;
@@ -0,0 +1,2 @@
1
+ export * from './progress-bar-group.js';
2
+ export { default } from './progress-bar-group.js';
@@ -0,0 +1,93 @@
1
+ import { PropType } from 'vue';
2
+ declare const QRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ id: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ name: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ options: {
12
+ type: PropType<{
13
+ label?: string;
14
+ name?: string;
15
+ value: string | number;
16
+ [key: string]: any;
17
+ }[]>;
18
+ default: () => never[];
19
+ };
20
+ modelValue: {
21
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
22
+ default: string;
23
+ };
24
+ disabled: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ inline: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ labelClasses: {
33
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
34
+ default: string;
35
+ };
36
+ }>, {
37
+ selectedValue: import('vue').ComputedRef<string | number | Record<string, any> | unknown[]>;
38
+ handleClick: (event: Event) => void;
39
+ isSelected: (optionValue: string | number) => boolean;
40
+ getOptionText: (option: any) => any;
41
+ getLabelClasses: (option: any, index: number) => any;
42
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
43
+ id: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ name: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ options: {
52
+ type: PropType<{
53
+ label?: string;
54
+ name?: string;
55
+ value: string | number;
56
+ [key: string]: any;
57
+ }[]>;
58
+ default: () => never[];
59
+ };
60
+ modelValue: {
61
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
62
+ default: string;
63
+ };
64
+ disabled: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ inline: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
72
+ labelClasses: {
73
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
74
+ default: string;
75
+ };
76
+ }>> & Readonly<{
77
+ onChange?: ((...args: any[]) => any) | undefined;
78
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
79
+ }>, {
80
+ modelValue: string | number | Record<string, any> | unknown[];
81
+ name: string;
82
+ inline: boolean;
83
+ disabled: boolean;
84
+ options: {
85
+ [key: string]: any;
86
+ label?: string;
87
+ name?: string;
88
+ value: string | number;
89
+ }[];
90
+ id: string;
91
+ labelClasses: string | Function | Record<string, any> | unknown[];
92
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
93
+ export default QRadio;
@@ -0,0 +1,233 @@
1
+ import { Args, Meta } from '@storybook/vue3';
2
+ /**
3
+ * These stories showcase the radio component
4
+ */
5
+ declare const meta: Meta<any>;
6
+ export default meta;
7
+ export declare const Primary: {
8
+ name: string;
9
+ render: (args: Args) => {
10
+ components: {
11
+ QRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12
+ id: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ name: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ options: {
21
+ type: import('vue').PropType<{
22
+ label?: string;
23
+ name?: string;
24
+ value: string | number;
25
+ [key: string]: any;
26
+ }[]>;
27
+ default: () => never[];
28
+ };
29
+ modelValue: {
30
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
31
+ default: string;
32
+ };
33
+ disabled: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ inline: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ labelClasses: {
42
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
43
+ default: string;
44
+ };
45
+ }>, {
46
+ selectedValue: import('vue').ComputedRef<string | number | Record<string, any> | unknown[]>;
47
+ handleClick: (event: Event) => void;
48
+ isSelected: (optionValue: string | number) => boolean;
49
+ getOptionText: (option: any) => any;
50
+ getLabelClasses: (option: any, index: number) => any;
51
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
52
+ id: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ name: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ options: {
61
+ type: import('vue').PropType<{
62
+ label?: string;
63
+ name?: string;
64
+ value: string | number;
65
+ [key: string]: any;
66
+ }[]>;
67
+ default: () => never[];
68
+ };
69
+ modelValue: {
70
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
71
+ default: string;
72
+ };
73
+ disabled: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ inline: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ labelClasses: {
82
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
83
+ default: string;
84
+ };
85
+ }>> & Readonly<{
86
+ onChange?: ((...args: any[]) => any) | undefined;
87
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
88
+ }>, {
89
+ modelValue: string | number | Record<string, any> | unknown[];
90
+ name: string;
91
+ inline: boolean;
92
+ disabled: boolean;
93
+ options: {
94
+ [key: string]: any;
95
+ label?: string;
96
+ name?: string;
97
+ value: string | number;
98
+ }[];
99
+ id: string;
100
+ labelClasses: string | Function | Record<string, any> | unknown[];
101
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
102
+ };
103
+ setup(this: void): {
104
+ args: Args;
105
+ handleInput: (value: any) => void;
106
+ modelValue: import('vue').Ref<any, any>;
107
+ };
108
+ template: string;
109
+ };
110
+ args: {
111
+ options: {
112
+ key: string;
113
+ name: string;
114
+ value: number;
115
+ }[];
116
+ modelValue: never[];
117
+ inline: boolean;
118
+ name: string;
119
+ wrapperClasses: string;
120
+ };
121
+ };
122
+ export declare const Disabled: {
123
+ name: string;
124
+ render: (args: Args) => {
125
+ components: {
126
+ QRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
127
+ id: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ };
131
+ name: {
132
+ type: StringConstructor;
133
+ default: string;
134
+ };
135
+ options: {
136
+ type: import('vue').PropType<{
137
+ label?: string;
138
+ name?: string;
139
+ value: string | number;
140
+ [key: string]: any;
141
+ }[]>;
142
+ default: () => never[];
143
+ };
144
+ modelValue: {
145
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
146
+ default: string;
147
+ };
148
+ disabled: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ inline: {
153
+ type: BooleanConstructor;
154
+ default: boolean;
155
+ };
156
+ labelClasses: {
157
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
158
+ default: string;
159
+ };
160
+ }>, {
161
+ selectedValue: import('vue').ComputedRef<string | number | Record<string, any> | unknown[]>;
162
+ handleClick: (event: Event) => void;
163
+ isSelected: (optionValue: string | number) => boolean;
164
+ getOptionText: (option: any) => any;
165
+ getLabelClasses: (option: any, index: number) => any;
166
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "change")[], "update:model-value" | "change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
167
+ id: {
168
+ type: StringConstructor;
169
+ default: string;
170
+ };
171
+ name: {
172
+ type: StringConstructor;
173
+ default: string;
174
+ };
175
+ options: {
176
+ type: import('vue').PropType<{
177
+ label?: string;
178
+ name?: string;
179
+ value: string | number;
180
+ [key: string]: any;
181
+ }[]>;
182
+ default: () => never[];
183
+ };
184
+ modelValue: {
185
+ type: (NumberConstructor | StringConstructor | ArrayConstructor | ObjectConstructor)[];
186
+ default: string;
187
+ };
188
+ disabled: {
189
+ type: BooleanConstructor;
190
+ default: boolean;
191
+ };
192
+ inline: {
193
+ type: BooleanConstructor;
194
+ default: boolean;
195
+ };
196
+ labelClasses: {
197
+ type: (StringConstructor | ArrayConstructor | ObjectConstructor | FunctionConstructor)[];
198
+ default: string;
199
+ };
200
+ }>> & Readonly<{
201
+ onChange?: ((...args: any[]) => any) | undefined;
202
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
203
+ }>, {
204
+ modelValue: string | number | Record<string, any> | unknown[];
205
+ name: string;
206
+ inline: boolean;
207
+ disabled: boolean;
208
+ options: {
209
+ [key: string]: any;
210
+ label?: string;
211
+ name?: string;
212
+ value: string | number;
213
+ }[];
214
+ id: string;
215
+ labelClasses: string | Function | Record<string, any> | unknown[];
216
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
217
+ };
218
+ setup(this: void): {
219
+ args: Args;
220
+ handleInput: (value: string) => void;
221
+ };
222
+ template: string;
223
+ };
224
+ args: {
225
+ options: {
226
+ label: string;
227
+ value: string;
228
+ }[];
229
+ modelValue: string;
230
+ inline: boolean;
231
+ disabled: boolean;
232
+ };
233
+ };
@@ -0,0 +1,2 @@
1
+ export * from './radio.js';
2
+ export { default } from './radio.js';