@weni/unnnic-system 3.12.3-alpha.5 → 3.12.3

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 (238) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/components/Alert/Alert.vue.d.ts +3 -3
  3. package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
  4. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +18 -92
  5. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -184
  6. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
  7. package/dist/components/Button/Button.vue.d.ts +2 -2
  8. package/dist/components/Card/AccountCard.vue.d.ts +2 -2
  9. package/dist/components/Card/Card.vue.d.ts +29 -103
  10. package/dist/components/Card/CardCompany.vue.d.ts +2 -2
  11. package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -93
  12. package/dist/components/Card/ContentCard.vue.d.ts +1 -1
  13. package/dist/components/Card/DashCard.vue.d.ts +2 -2
  14. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  15. package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
  16. package/dist/components/Card/SimpleCard.vue.d.ts +18 -92
  17. package/dist/components/Card/StatusCard.vue.d.ts +1 -1
  18. package/dist/components/Card/TitleCard.vue.d.ts +18 -92
  19. package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
  20. package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -93
  21. package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
  22. package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
  23. package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
  24. package/dist/components/ChartBar/ChartBar.vue.d.ts +24 -98
  25. package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -92
  26. package/dist/components/ChatText/ChatText.vue.d.ts +18 -92
  27. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
  28. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -92
  29. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
  30. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  31. package/dist/components/DataArea/DataArea.vue.d.ts +18 -92
  32. package/dist/components/DataTable/index.vue.d.ts +1 -1
  33. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  34. package/dist/components/DateFilter/DateFilter.vue.d.ts +16 -122
  35. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +3 -6
  36. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  37. package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts +8 -0
  38. package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts.map +1 -0
  39. package/dist/components/Disclaimer/types-v2.d.ts +7 -0
  40. package/dist/components/Disclaimer/types-v2.d.ts.map +1 -0
  41. package/dist/components/Disclaimer/types.d.ts +3 -6
  42. package/dist/components/Disclaimer/types.d.ts.map +1 -1
  43. package/dist/components/Drawer/Drawer.vue.d.ts +207 -37
  44. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  45. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  46. package/dist/components/FormElement/FormElement.vue.d.ts +6 -6
  47. package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
  48. package/dist/components/Input/BaseInput.vue.d.ts +0 -31
  49. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  50. package/dist/components/Input/Input.vue.d.ts +15 -121
  51. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  52. package/dist/components/Input/TextInput.vue.d.ts +4 -73
  53. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  54. package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
  55. package/dist/components/Label/Label.vue.d.ts +1 -1
  56. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  57. package/dist/components/Modal/Modal.vue.d.ts +1 -1
  58. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
  59. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  60. package/dist/components/ModalNext/ModalNext.vue.d.ts +21 -127
  61. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
  62. package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -92
  63. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +163 -0
  64. package/dist/components/MultiSelect/MultiSelect.vue.d.ts.map +1 -0
  65. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  66. package/dist/components/Radio/Radio.vue.d.ts +6 -6
  67. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +13 -82
  68. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
  69. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
  70. package/dist/components/SelectTime/index.vue.d.ts +5 -74
  71. package/dist/components/Slider/Slider.vue.d.ts +18 -92
  72. package/dist/components/Switch/Switch.vue.d.ts +3 -3
  73. package/dist/components/Tab/Tab.vue.d.ts +18 -92
  74. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  75. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  76. package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
  77. package/dist/components/Tag/Tag.vue.d.ts +2 -2
  78. package/dist/components/TextArea/TextArea.vue.d.ts +8 -8
  79. package/dist/components/Toast/Toast.vue.d.ts +1 -1
  80. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  81. package/dist/components/ToolTip/ToolTip.vue.d.ts +18 -92
  82. package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
  83. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  84. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  85. package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
  86. package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  87. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  88. package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
  89. package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
  90. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
  91. package/dist/{es-a9e51a05.mjs → es-c19444c0.mjs} +1 -1
  92. package/dist/{index-ade761d4.mjs → index-93b45359.mjs} +51889 -54741
  93. package/dist/locales/en.json.d.ts +1 -3
  94. package/dist/locales/es.json.d.ts +1 -3
  95. package/dist/locales/pt_br.json.d.ts +1 -3
  96. package/dist/{pt-br-5395459d.mjs → pt-br-23dc9ca6.mjs} +1 -1
  97. package/dist/style.css +1 -1
  98. package/dist/unnnic.mjs +206 -234
  99. package/dist/unnnic.umd.js +44 -48
  100. package/package.json +2 -3
  101. package/src/assets/scss/scheme-colors.scss +223 -223
  102. package/src/assets/scss/tailwind.scss +0 -8
  103. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
  104. package/src/components/Checkbox/Checkbox.vue +1 -1
  105. package/src/components/Disclaimer/Disclaimer.vue +42 -136
  106. package/src/components/Disclaimer/DisclaimerV2.vue +171 -0
  107. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +45 -70
  108. package/src/components/Disclaimer/__tests__/DisclaimerV2.spec.js +68 -0
  109. package/src/components/Disclaimer/types-v2.ts +12 -0
  110. package/src/components/Disclaimer/types.ts +3 -12
  111. package/src/components/Drawer/Drawer.vue +269 -190
  112. package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
  113. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
  114. package/src/components/Input/BaseInput.vue +5 -25
  115. package/src/components/Input/Input.scss +3 -2
  116. package/src/components/Input/Input.vue +1 -24
  117. package/src/components/Input/TextInput.vue +25 -64
  118. package/src/components/Input/__test__/TextInput.spec.js +1 -1
  119. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -5
  120. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
  121. package/src/components/ModalDialog/ModalDialog.vue +148 -64
  122. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  123. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  124. package/src/components/MultiSelect/MultiSelect.vue +297 -0
  125. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
  126. package/src/components/Toast/Toast.vue +9 -16
  127. package/src/components/ToolTip/ToolTip.vue +177 -25
  128. package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
  129. package/src/components/index.ts +11 -63
  130. package/src/components/ui/popover/PopoverContent.vue +2 -19
  131. package/src/components/ui/popover/PopoverOption.vue +0 -4
  132. package/src/components/ui/popover/PopoverTrigger.vue +1 -5
  133. package/src/locales/en.json +1 -3
  134. package/src/locales/es.json +1 -3
  135. package/src/locales/pt_br.json +1 -3
  136. package/src/stories/Disclaimer.stories.js +12 -53
  137. package/src/stories/DisclaimerV2.stories.js +51 -0
  138. package/src/stories/Drawer.stories.js +1 -1
  139. package/src/stories/Input.mdx +0 -3
  140. package/src/stories/ModalDialog.mdx +0 -3
  141. package/src/stories/ModalDialog.stories.js +1 -1
  142. package/src/stories/MultiSelect.stories.js +46 -142
  143. package/dist/components/MultiSelect/MultSelectOption.vue.d.ts +0 -17
  144. package/dist/components/MultiSelect/MultSelectOption.vue.d.ts.map +0 -1
  145. package/dist/components/MultiSelect/index.vue.d.ts +0 -44
  146. package/dist/components/MultiSelect/index.vue.d.ts.map +0 -1
  147. package/dist/components/Select/index.vue.d.ts +0 -44
  148. package/dist/components/Select/index.vue.d.ts.map +0 -1
  149. package/dist/components/index.d.ts +0 -23912
  150. package/dist/components/index.d.ts.map +0 -1
  151. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  152. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  153. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -21
  154. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  155. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  156. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  157. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  158. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  159. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  160. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  161. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  162. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  163. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  164. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  165. package/dist/components/ui/dialog/index.d.ts +0 -8
  166. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  167. package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
  168. package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
  169. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -21
  170. package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
  171. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -43
  172. package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
  173. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
  174. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
  175. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
  176. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
  177. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
  178. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
  179. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
  180. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
  181. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
  182. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
  183. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
  184. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
  185. package/dist/components/ui/drawer/index.d.ts +0 -11
  186. package/dist/components/ui/drawer/index.d.ts.map +0 -1
  187. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
  188. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
  189. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
  190. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
  191. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
  192. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
  193. package/dist/components/ui/tooltip/index.d.ts +0 -4
  194. package/dist/components/ui/tooltip/index.d.ts.map +0 -1
  195. package/dist/lib/layer-manager.d.ts +0 -16
  196. package/dist/lib/layer-manager.d.ts.map +0 -1
  197. package/src/components/MultiSelect/MultSelectOption.vue +0 -49
  198. package/src/components/MultiSelect/__tests__/MultiSelect.spec.js +0 -556
  199. package/src/components/MultiSelect/__tests__/MultiSelectOption.spec.js +0 -229
  200. package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -87
  201. package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
  202. package/src/components/MultiSelect/index.vue +0 -225
  203. package/src/components/Select/__tests__/Select.spec.js +0 -422
  204. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  205. package/src/components/Select/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  206. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -71
  207. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  208. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  209. package/src/components/Select/__tests__/__snapshots__/SelectPopover.spec.js.snap +0 -8
  210. package/src/components/Select/index.vue +0 -298
  211. package/src/components/ui/dialog/Dialog.vue +0 -19
  212. package/src/components/ui/dialog/DialogClose.vue +0 -29
  213. package/src/components/ui/dialog/DialogContent.vue +0 -140
  214. package/src/components/ui/dialog/DialogFooter.vue +0 -50
  215. package/src/components/ui/dialog/DialogHeader.vue +0 -83
  216. package/src/components/ui/dialog/DialogTitle.vue +0 -38
  217. package/src/components/ui/dialog/DialogTrigger.vue +0 -16
  218. package/src/components/ui/dialog/index.ts +0 -7
  219. package/src/components/ui/drawer/Drawer.vue +0 -27
  220. package/src/components/ui/drawer/DrawerClose.vue +0 -31
  221. package/src/components/ui/drawer/DrawerContent.vue +0 -111
  222. package/src/components/ui/drawer/DrawerDescription.vue +0 -40
  223. package/src/components/ui/drawer/DrawerFooter.vue +0 -38
  224. package/src/components/ui/drawer/DrawerHeader.vue +0 -57
  225. package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
  226. package/src/components/ui/drawer/DrawerTitle.vue +0 -37
  227. package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
  228. package/src/components/ui/drawer/index.ts +0 -10
  229. package/src/components/ui/tooltip/Tooltip.vue +0 -21
  230. package/src/components/ui/tooltip/TooltipContent.vue +0 -74
  231. package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
  232. package/src/components/ui/tooltip/index.ts +0 -3
  233. package/src/lib/layer-manager.ts +0 -92
  234. package/src/stories/Dialog.stories.js +0 -832
  235. package/src/stories/DrawerNext.stories.js +0 -611
  236. package/src/stories/LayerManager.docs.mdx +0 -40
  237. package/src/stories/LayerManager.stories.js +0 -364
  238. package/src/stories/Select.stories.js +0 -158
@@ -57,6 +57,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
57
57
  es: string;
58
58
  };
59
59
  };
60
+ iconsMapper: {
61
+ success: {
62
+ icon: string;
63
+ scheme: string;
64
+ };
65
+ warning: {
66
+ icon: string;
67
+ scheme: string;
68
+ };
69
+ attention: {
70
+ icon: string;
71
+ scheme: string;
72
+ };
73
+ };
60
74
  primaryButtonTypeMapper: {
61
75
  success: string;
62
76
  warning: string;
@@ -65,7 +79,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
65
79
  }, {}, {
66
80
  close(): void;
67
81
  updateBodyOverflow(isHidden: any): void;
68
- persistentHandler(event: any): void;
69
82
  }, {
70
83
  props: {
71
84
  locale: {
@@ -146,12 +159,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
146
159
  hideSecondaryButton: boolean;
147
160
  secondaryButtonProps: Record<string, any>;
148
161
  }, {}, {
162
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
163
+ click: (event: Event) => any;
164
+ mousedown: (event: Event) => any;
165
+ mouseup: (event: Event) => any;
166
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
167
+ onClick?: ((event: Event) => any) | undefined;
168
+ onMousedown?: ((event: Event) => any) | undefined;
169
+ onMouseup?: ((event: Event) => any) | undefined;
170
+ }>, {
171
+ size: import('../Icon.vue').IconSize;
172
+ filled: boolean;
173
+ icon: string | null;
174
+ clickable: boolean;
175
+ scheme: import('../Icon.vue').SchemeColor;
176
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
149
177
  UnnnicButton: {
150
178
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
151
- disabled: boolean;
179
+ text: string;
152
180
  type: import('../Button/types').ButtonType;
153
181
  size: import('../Button/types').ButtonSize;
154
- text: string;
182
+ disabled: boolean;
155
183
  iconLeft: string;
156
184
  iconRight: string;
157
185
  float: boolean;
@@ -166,10 +194,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
166
194
  M: {};
167
195
  Defaults: {};
168
196
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
169
- disabled: boolean;
197
+ text: string;
170
198
  type: import('../Button/types').ButtonType;
171
199
  size: import('../Button/types').ButtonSize;
172
- text: string;
200
+ disabled: boolean;
173
201
  iconLeft: string;
174
202
  iconRight: string;
175
203
  float: boolean;
@@ -181,10 +209,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
181
209
  __isTeleport?: never;
182
210
  __isSuspense?: never;
183
211
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
184
- disabled: boolean;
212
+ text: string;
185
213
  type: import('../Button/types').ButtonType;
186
214
  size: import('../Button/types').ButtonSize;
187
- text: string;
215
+ disabled: boolean;
188
216
  iconLeft: string;
189
217
  iconRight: string;
190
218
  float: boolean;
@@ -196,208 +224,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
196
224
  default?(_: {}): any;
197
225
  };
198
226
  });
199
- UnnnicDialog: {
200
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
201
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
202
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
203
- "update:open": (value: boolean) => any;
204
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
205
- P: {};
206
- B: {};
207
- D: {};
208
- C: {};
209
- M: {};
210
- Defaults: {};
211
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
212
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
213
- }>, {}, {}, {}, {}, {}>;
214
- __isFragment?: never;
215
- __isTeleport?: never;
216
- __isSuspense?: never;
217
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
218
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
219
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
220
- "update:open": (value: boolean) => any;
221
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
222
- $slots: {
223
- default?(_: {}): any;
224
- };
225
- });
226
- UnnnicDialogContent: {
227
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
228
- parentClass?: import('vue').HTMLAttributes["class"];
229
- class?: import('vue').HTMLAttributes["class"];
230
- size?: "small" | "medium" | "large";
231
- }> & Readonly<{
232
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
233
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
234
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
235
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
236
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
237
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
238
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
239
- escapeKeyDown: (event: KeyboardEvent) => any;
240
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
241
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
242
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
243
- openAutoFocus: (event: Event) => any;
244
- closeAutoFocus: (event: Event) => any;
245
- }, import('vue').PublicProps, {
246
- class: import('vue').HTMLAttributes["class"];
247
- size: "small" | "medium" | "large";
248
- parentClass: import('vue').HTMLAttributes["class"];
249
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
250
- P: {};
251
- B: {};
252
- D: {};
253
- C: {};
254
- M: {};
255
- Defaults: {};
256
- }, Readonly<import('reka-ui').DialogContentProps & {
257
- parentClass?: import('vue').HTMLAttributes["class"];
258
- class?: import('vue').HTMLAttributes["class"];
259
- size?: "small" | "medium" | "large";
260
- }> & Readonly<{
261
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
262
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
263
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
264
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
265
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
266
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
267
- }>, {}, {}, {}, {}, {
268
- class: import('vue').HTMLAttributes["class"];
269
- size: "small" | "medium" | "large";
270
- parentClass: import('vue').HTMLAttributes["class"];
271
- }>;
272
- __isFragment?: never;
273
- __isTeleport?: never;
274
- __isSuspense?: never;
275
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
276
- parentClass?: import('vue').HTMLAttributes["class"];
277
- class?: import('vue').HTMLAttributes["class"];
278
- size?: "small" | "medium" | "large";
279
- }> & Readonly<{
280
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
281
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
282
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
283
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
284
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
285
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
286
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
287
- escapeKeyDown: (event: KeyboardEvent) => any;
288
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
289
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
290
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
291
- openAutoFocus: (event: Event) => any;
292
- closeAutoFocus: (event: Event) => any;
293
- }, string, {
294
- class: import('vue').HTMLAttributes["class"];
295
- size: "small" | "medium" | "large";
296
- parentClass: import('vue').HTMLAttributes["class"];
297
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
298
- $slots: {
299
- default?(_: {}): any;
300
- };
301
- });
302
- UnnnicDialogHeader: {
303
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
304
- class?: import('vue').HTMLAttributes["class"];
305
- divider?: boolean;
306
- type?: "default" | "success" | "warning" | "attention";
307
- closeButton?: boolean;
308
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
309
- type: "default" | "success" | "warning" | "attention";
310
- divider: boolean;
311
- closeButton: boolean;
312
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
313
- P: {};
314
- B: {};
315
- D: {};
316
- C: {};
317
- M: {};
318
- Defaults: {};
319
- }, Readonly<{
320
- class?: import('vue').HTMLAttributes["class"];
321
- divider?: boolean;
322
- type?: "default" | "success" | "warning" | "attention";
323
- closeButton?: boolean;
324
- }> & Readonly<{}>, {}, {}, {}, {}, {
325
- type: "default" | "success" | "warning" | "attention";
326
- divider: boolean;
327
- closeButton: boolean;
328
- }>;
329
- __isFragment?: never;
330
- __isTeleport?: never;
331
- __isSuspense?: never;
332
- } & import('vue').ComponentOptionsBase<Readonly<{
333
- class?: import('vue').HTMLAttributes["class"];
334
- divider?: boolean;
335
- type?: "default" | "success" | "warning" | "attention";
336
- closeButton?: boolean;
337
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
338
- type: "default" | "success" | "warning" | "attention";
339
- divider: boolean;
340
- closeButton: boolean;
341
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
342
- $slots: {
343
- default?(_: {}): any;
344
- };
345
- });
346
- UnnnicDialogTitle: {
347
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
348
- class?: import('vue').HTMLAttributes["class"];
349
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
350
- P: {};
351
- B: {};
352
- D: {};
353
- C: {};
354
- M: {};
355
- Defaults: {};
356
- }, Readonly<import('reka-ui').DialogTitleProps & {
357
- class?: import('vue').HTMLAttributes["class"];
358
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
359
- __isFragment?: never;
360
- __isTeleport?: never;
361
- __isSuspense?: never;
362
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
363
- class?: import('vue').HTMLAttributes["class"];
364
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
365
- $slots: {
366
- default?(_: {}): any;
367
- };
368
- });
369
- UnnnicDialogFooter: {
370
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
371
- class?: import('vue').HTMLAttributes["class"];
372
- divider?: boolean;
373
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
374
- divider: boolean;
375
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
376
- P: {};
377
- B: {};
378
- D: {};
379
- C: {};
380
- M: {};
381
- Defaults: {};
382
- }, Readonly<{
383
- class?: import('vue').HTMLAttributes["class"];
384
- divider?: boolean;
385
- }> & Readonly<{}>, {}, {}, {}, {}, {
386
- divider: boolean;
387
- }>;
388
- __isFragment?: never;
389
- __isTeleport?: never;
390
- __isSuspense?: never;
391
- } & import('vue').ComponentOptionsBase<Readonly<{
392
- class?: import('vue').HTMLAttributes["class"];
393
- divider?: boolean;
394
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
395
- divider: boolean;
396
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
397
- $slots: {
398
- default?(_: {}): any;
399
- };
400
- });
401
227
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
402
228
  export default _default;
403
229
  //# sourceMappingURL=ModalDialog.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAoFA;"}
1
+ {"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAmGA;"}
@@ -151,29 +151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
151
151
  type: BooleanConstructor;
152
152
  default: boolean;
153
153
  };
154
- readonly: {
155
- type: BooleanConstructor;
156
- default: boolean;
157
- };
158
- useFocusProp: {
159
- type: BooleanConstructor;
160
- default: boolean;
161
- };
162
- focus: {
163
- type: BooleanConstructor;
164
- default: boolean;
165
- };
166
- showClear: {
167
- type: BooleanConstructor;
168
- default: boolean;
169
- };
170
154
  }>, {}, {
171
155
  val: string;
172
156
  }, {
173
157
  computedError(): string | boolean;
174
158
  }, {
175
159
  fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
176
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
160
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
177
161
  placeholder: {
178
162
  type: StringConstructor;
179
163
  default: string;
@@ -251,46 +235,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
251
235
  type: BooleanConstructor;
252
236
  default: boolean;
253
237
  };
254
- readonly: {
255
- type: BooleanConstructor;
256
- default: boolean;
257
- };
258
- useFocusProp: {
259
- type: BooleanConstructor;
260
- default: boolean;
261
- };
262
- focus: {
263
- type: BooleanConstructor;
264
- default: boolean;
265
- };
266
- showClear: {
267
- type: BooleanConstructor;
268
- default: boolean;
269
- };
270
238
  }>> & Readonly<{
271
239
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
272
- onClear?: ((...args: any[]) => any) | undefined;
273
240
  }>, {
274
- disabled: boolean;
275
- focus: boolean;
276
241
  type: string;
277
- placeholder: string;
278
- tooltip: string;
279
- label: string;
280
242
  size: string;
243
+ label: string;
281
244
  mask: string | unknown[];
245
+ placeholder: string;
246
+ tooltip: string;
282
247
  message: string;
248
+ disabled: boolean;
283
249
  modelValue: string;
284
250
  nativeType: string;
285
251
  maxlength: number | null;
286
- readonly: boolean;
287
- useFocusProp: boolean;
288
252
  iconLeft: string;
289
253
  iconRight: string;
290
254
  iconLeftClickable: boolean;
291
255
  iconRightClickable: boolean;
292
256
  allowTogglePassword: boolean;
293
- showClear: boolean;
294
257
  errors: string | unknown[];
295
258
  hasCloudyColor: boolean;
296
259
  showMaxlengthCounter: boolean;
@@ -345,22 +308,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
345
308
  type: BooleanConstructor;
346
309
  default: boolean;
347
310
  };
348
- readonly: {
349
- type: BooleanConstructor;
350
- default: boolean;
351
- };
352
- useFocusProp: {
353
- type: BooleanConstructor;
354
- default: boolean;
355
- };
356
- focus: {
357
- type: BooleanConstructor;
358
- default: boolean;
359
- };
360
- showClear: {
361
- type: BooleanConstructor;
362
- default: boolean;
363
- };
364
311
  }>, {}, {
365
312
  isFocused: boolean;
366
313
  showPassword: boolean;
@@ -370,13 +317,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
317
  iconScheme(): "fg-base" | "fg-muted";
371
318
  attributes(): any;
372
319
  }, {
373
- focusInput(): void;
320
+ focus(): void;
374
321
  onFocus(): void;
375
322
  onBlur(): void;
376
323
  onIconLeftClick(): void;
377
- onClearClick(): void;
378
324
  onIconRightClick(): void;
379
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
325
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
380
326
  placeholder: {
381
327
  type: StringConstructor;
382
328
  default: null;
@@ -426,43 +372,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
426
372
  type: BooleanConstructor;
427
373
  default: boolean;
428
374
  };
429
- readonly: {
430
- type: BooleanConstructor;
431
- default: boolean;
432
- };
433
- useFocusProp: {
434
- type: BooleanConstructor;
435
- default: boolean;
436
- };
437
- focus: {
438
- type: BooleanConstructor;
439
- default: boolean;
440
- };
441
- showClear: {
442
- type: BooleanConstructor;
443
- default: boolean;
444
- };
445
375
  }>> & Readonly<{
446
- onClear?: ((...args: any[]) => any) | undefined;
447
376
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
448
377
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
449
378
  }>, {
450
- disabled: boolean;
451
- focus: boolean;
452
379
  type: string;
453
- placeholder: string;
454
380
  size: string;
381
+ placeholder: string;
382
+ disabled: boolean;
455
383
  modelValue: string;
456
384
  nativeType: string;
457
385
  maxlength: number;
458
- readonly: boolean;
459
- useFocusProp: boolean;
460
386
  iconLeft: string;
461
387
  iconRight: string;
462
388
  iconLeftClickable: boolean;
463
389
  iconRightClickable: boolean;
464
390
  allowTogglePassword: boolean;
465
- showClear: boolean;
466
391
  }, {}, {
467
392
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
468
393
  type: {
@@ -488,29 +413,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
488
413
  };
489
414
  hasIconLeft: BooleanConstructor;
490
415
  hasIconRight: BooleanConstructor;
491
- hasClearIcon: BooleanConstructor;
492
416
  maxlength: {
493
417
  type: NumberConstructor;
494
418
  default: null;
495
419
  };
496
- readonly: {
497
- type: BooleanConstructor;
498
- default: boolean;
499
- };
500
- useFocusProp: {
501
- type: BooleanConstructor;
502
- default: boolean;
503
- };
504
- focus: {
505
- type: BooleanConstructor;
506
- default: boolean;
507
- };
508
420
  }>, {}, {}, {
509
421
  attributes(): any;
510
422
  classes(): (string | {
511
423
  'input--has-icon-left': boolean;
512
424
  'input--has-icon-right': boolean;
513
- 'input--has-clear-icon': boolean;
514
425
  })[];
515
426
  }, {
516
427
  fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
@@ -538,38 +449,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
538
449
  };
539
450
  hasIconLeft: BooleanConstructor;
540
451
  hasIconRight: BooleanConstructor;
541
- hasClearIcon: BooleanConstructor;
542
452
  maxlength: {
543
453
  type: NumberConstructor;
544
454
  default: null;
545
455
  };
546
- readonly: {
547
- type: BooleanConstructor;
548
- default: boolean;
549
- };
550
- useFocusProp: {
551
- type: BooleanConstructor;
552
- default: boolean;
553
- };
554
- focus: {
555
- type: BooleanConstructor;
556
- default: boolean;
557
- };
558
456
  }>> & Readonly<{
559
457
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
560
458
  }>, {
561
- focus: boolean;
562
459
  type: string;
563
460
  size: string;
564
461
  mask: string | unknown[];
565
462
  hasIconLeft: boolean;
566
463
  hasIconRight: boolean;
567
- hasClearIcon: boolean;
568
464
  modelValue: string;
569
465
  nativeType: string;
570
466
  maxlength: number;
571
- readonly: boolean;
572
- useFocusProp: boolean;
573
467
  }, {}, {}, {
574
468
  mask: any;
575
469
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -604,7 +498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
604
498
  default: boolean;
605
499
  };
606
500
  error: {
607
- type: (BooleanConstructor | StringConstructor)[];
501
+ type: (StringConstructor | BooleanConstructor)[];
608
502
  default: boolean;
609
503
  };
610
504
  message: {
@@ -636,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
636
530
  default: boolean;
637
531
  };
638
532
  error: {
639
- type: (BooleanConstructor | StringConstructor)[];
533
+ type: (StringConstructor | BooleanConstructor)[];
640
534
  default: boolean;
641
535
  };
642
536
  message: {
@@ -652,27 +546,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
652
546
  default: string;
653
547
  };
654
548
  }>> & Readonly<{}>, {
655
- disabled: boolean;
656
549
  error: string | boolean;
657
- tooltip: string;
658
- label: string;
659
550
  size: string;
551
+ label: string;
552
+ tooltip: string;
660
553
  fixedLabel: boolean;
661
554
  message: string;
555
+ disabled: boolean;
662
556
  }, {}, {
663
557
  UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
664
- tooltip: string;
665
558
  label: string;
559
+ tooltip: string;
666
560
  useHtmlTooltip: boolean;
667
561
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
668
562
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
669
563
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
670
564
  UnnnicButton: {
671
565
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
672
- disabled: boolean;
566
+ text: string;
673
567
  type: import('../Button/types').ButtonType;
674
568
  size: import('../Button/types').ButtonSize;
675
- text: string;
569
+ disabled: boolean;
676
570
  iconLeft: string;
677
571
  iconRight: string;
678
572
  float: boolean;
@@ -687,10 +581,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
687
581
  M: {};
688
582
  Defaults: {};
689
583
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
690
- disabled: boolean;
584
+ text: string;
691
585
  type: import('../Button/types').ButtonType;
692
586
  size: import('../Button/types').ButtonSize;
693
- text: string;
587
+ disabled: boolean;
694
588
  iconLeft: string;
695
589
  iconRight: string;
696
590
  float: boolean;
@@ -702,10 +596,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
702
596
  __isTeleport?: never;
703
597
  __isSuspense?: never;
704
598
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
705
- disabled: boolean;
599
+ text: string;
706
600
  type: import('../Button/types').ButtonType;
707
601
  size: import('../Button/types').ButtonSize;
708
- text: string;
602
+ disabled: boolean;
709
603
  iconLeft: string;
710
604
  iconRight: string;
711
605
  float: boolean;