@weni/unnnic-system 3.11.1-alpha.2 → 3.11.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 (190) hide show
  1. package/CHANGELOG.md +32 -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 -109
  5. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -218
  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 -120
  10. package/dist/components/Card/CardCompany.vue.d.ts +2 -2
  11. package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -110
  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 -109
  17. package/dist/components/Card/StatusCard.vue.d.ts +1 -1
  18. package/dist/components/Card/TitleCard.vue.d.ts +18 -109
  19. package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
  20. package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -110
  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 -115
  25. package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -109
  26. package/dist/components/ChatText/ChatText.vue.d.ts +18 -109
  27. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
  28. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -109
  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 -109
  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 +10 -10
  35. package/dist/components/DatePicker/DatePicker.vue.d.ts +69 -249
  36. package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
  37. package/dist/components/Drawer/Drawer.vue.d.ts +207 -35
  38. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  39. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  40. package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
  41. package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
  42. package/dist/components/Input/Input.vue.d.ts +9 -9
  43. package/dist/components/Input/TextInput.vue.d.ts +2 -2
  44. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +47 -911
  45. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts.map +1 -1
  46. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  47. package/dist/components/Modal/Modal.vue.d.ts +1 -1
  48. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
  49. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  50. package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
  51. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
  52. package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -109
  53. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
  54. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  55. package/dist/components/Radio/Radio.vue.d.ts +6 -6
  56. package/dist/components/Select/SelectItem.vue.d.ts +1 -1
  57. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +12 -12
  58. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
  59. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +6 -6
  60. package/dist/components/SelectTime/index.vue.d.ts +3 -3
  61. package/dist/components/Sidebar/SidebarItem.vue.d.ts +2 -2
  62. package/dist/components/Slider/Slider.vue.d.ts +18 -109
  63. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  64. package/dist/components/Tab/Tab.vue.d.ts +18 -109
  65. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  66. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  67. package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
  68. package/dist/components/Tag/Tag.vue.d.ts +2 -2
  69. package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
  70. package/dist/components/Toast/Toast.vue.d.ts +1 -1
  71. package/dist/components/ToolTip/ToolTip.vue.d.ts +18 -109
  72. package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
  73. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  74. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  75. package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
  76. package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  77. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  78. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
  79. package/dist/{es-2f0d1dd1.mjs → es-042a0d15.mjs} +1 -1
  80. package/dist/{index-7d496127.mjs → index-fd0ea6b9.mjs} +51896 -54819
  81. package/dist/{pt-br-ec24bd23.mjs → pt-br-3b7cced5.mjs} +1 -1
  82. package/dist/style.css +1 -1
  83. package/dist/unnnic.mjs +196 -232
  84. package/dist/unnnic.umd.js +46 -50
  85. package/package.json +1 -2
  86. package/src/assets/scss/tailwind.scss +0 -8
  87. package/src/components/DatePicker/DatePicker.vue +628 -516
  88. package/src/components/DatePicker/__tests__/DatePicker.spec.js +227 -0
  89. package/src/components/Drawer/Drawer.vue +270 -177
  90. package/src/components/Drawer/__tests__/Drawer.spec.js +43 -32
  91. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
  92. package/src/components/InputDatePicker/InputDatePicker.vue +149 -183
  93. package/src/components/InputDatePicker/__test__/InputDatePicker.spec.js +159 -0
  94. package/src/components/ModalDialog/ModalDialog.vue +148 -62
  95. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  96. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  97. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
  98. package/src/components/ToolTip/ToolTip.vue +188 -41
  99. package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -345
  100. package/src/components/index.ts +12 -86
  101. package/src/components/ui/tabs/TabsTrigger.vue +20 -4
  102. package/src/stories/DatePicker.stories.js +71 -0
  103. package/src/stories/Drawer.stories.js +1 -1
  104. package/src/stories/InputDatePicker.stories.js +22 -0
  105. package/src/stories/ModalDialog.mdx +0 -3
  106. package/src/stories/ModalDialog.stories.js +1 -1
  107. package/src/stories/Tabs.stories.js +1 -1
  108. package/dist/components/index.d.ts +0 -25946
  109. package/dist/components/index.d.ts.map +0 -1
  110. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  111. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  112. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  113. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  114. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  115. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  116. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  117. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  118. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  119. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  120. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  121. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  122. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  123. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  124. package/dist/components/ui/dialog/index.d.ts +0 -8
  125. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  126. package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
  127. package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
  128. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -19
  129. package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
  130. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -42
  131. package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
  132. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
  133. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
  134. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
  135. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
  136. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
  137. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
  138. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
  139. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
  140. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
  141. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
  142. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
  143. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
  144. package/dist/components/ui/drawer/index.d.ts +0 -11
  145. package/dist/components/ui/drawer/index.d.ts.map +0 -1
  146. package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +0 -26
  147. package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +0 -1
  148. package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +0 -24
  149. package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +0 -1
  150. package/dist/components/ui/segmented-control/index.d.ts +0 -5
  151. package/dist/components/ui/segmented-control/index.d.ts.map +0 -1
  152. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
  153. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
  154. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
  155. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
  156. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +0 -19
  157. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +0 -1
  158. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
  159. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
  160. package/dist/components/ui/tooltip/index.d.ts +0 -5
  161. package/dist/components/ui/tooltip/index.d.ts.map +0 -1
  162. package/src/components/ui/dialog/Dialog.vue +0 -15
  163. package/src/components/ui/dialog/DialogClose.vue +0 -25
  164. package/src/components/ui/dialog/DialogContent.vue +0 -133
  165. package/src/components/ui/dialog/DialogFooter.vue +0 -46
  166. package/src/components/ui/dialog/DialogHeader.vue +0 -79
  167. package/src/components/ui/dialog/DialogTitle.vue +0 -34
  168. package/src/components/ui/dialog/DialogTrigger.vue +0 -12
  169. package/src/components/ui/dialog/index.ts +0 -7
  170. package/src/components/ui/drawer/Drawer.vue +0 -27
  171. package/src/components/ui/drawer/DrawerClose.vue +0 -37
  172. package/src/components/ui/drawer/DrawerContent.vue +0 -102
  173. package/src/components/ui/drawer/DrawerDescription.vue +0 -40
  174. package/src/components/ui/drawer/DrawerFooter.vue +0 -38
  175. package/src/components/ui/drawer/DrawerHeader.vue +0 -57
  176. package/src/components/ui/drawer/DrawerOverlay.vue +0 -34
  177. package/src/components/ui/drawer/DrawerTitle.vue +0 -37
  178. package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
  179. package/src/components/ui/drawer/index.ts +0 -10
  180. package/src/components/ui/segmented-control/SegmentedControlList.vue +0 -51
  181. package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +0 -81
  182. package/src/components/ui/segmented-control/index.ts +0 -4
  183. package/src/components/ui/tooltip/Tooltip.vue +0 -15
  184. package/src/components/ui/tooltip/TooltipContent.vue +0 -73
  185. package/src/components/ui/tooltip/TooltipProvider.vue +0 -15
  186. package/src/components/ui/tooltip/TooltipTrigger.vue +0 -22
  187. package/src/components/ui/tooltip/index.ts +0 -4
  188. package/src/stories/Dialog.stories.js +0 -832
  189. package/src/stories/DrawerNext.stories.js +0 -610
  190. package/src/stories/SegmentedControl.stories.js +0 -253
@@ -1 +1 @@
1
- {"version":3,"file":"InputDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputDatePicker/InputDatePicker.vue"],"names":[],"mappings":"AAwCA;"}
1
+ {"version":3,"file":"InputDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InputDatePicker/InputDatePicker.vue"],"names":[],"mappings":"AAyCA;AAoPA,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACpB,CAAC;AAEF,UAAU,oBAAoB;IAC5B,UAAU,EAAE,cAAc,CAAC;IAE3B,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEhC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAE9C,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;;;;;;;;UAnBQ,KAAK,GAAG,OAAO,GAAG,MAAM;UACxB,MAAM;aANH,MAAM;aACN,MAAM;oBAsBC,MAAM;YAZd,MAAM,EAAE;UACV,MAAM,EAAE;aACL,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;kBAQ9B,OAAO;eAbV,MAAM;kBAVH,MAAM,GAAG,OAAO;WAKvB,OAAO;gBAMF,MAAM;UAMZ,OAAO;YAEL,MAAM;iBACD,MAAM,GAAG,IAAI;cAEhB,MAAM,GAAG,OAAO;;;;AAmR7B,wBAUG"}
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  placeholder: StringConstructor;
27
27
  message: StringConstructor;
28
28
  error: {
29
- type: (BooleanConstructor | StringConstructor)[];
29
+ type: (StringConstructor | BooleanConstructor)[];
30
30
  };
31
31
  readonly: {
32
32
  type: BooleanConstructor;
@@ -69,16 +69,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  placeholder: StringConstructor;
70
70
  message: StringConstructor;
71
71
  error: {
72
- type: (BooleanConstructor | StringConstructor)[];
72
+ type: (StringConstructor | BooleanConstructor)[];
73
73
  };
74
74
  readonly: {
75
75
  type: BooleanConstructor;
76
76
  default: boolean;
77
77
  };
78
78
  }>> & Readonly<{}>, {
79
- disabled: boolean;
80
79
  type: string;
81
80
  size: string;
81
+ disabled: boolean;
82
82
  nativeType: string;
83
83
  allowTogglePassword: boolean;
84
84
  readonly: boolean;
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
76
  };
77
77
  }>> & Readonly<{}>, {
78
78
  text: string;
79
- scheme: string;
80
79
  description: string;
80
+ scheme: string;
81
81
  modalIcon: string;
82
82
  closeIcon: boolean;
83
83
  alertMessage: string;
@@ -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":"AAmFA;"}
1
+ {"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAmGA;"}
@@ -238,14 +238,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
238
238
  }>> & Readonly<{
239
239
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
240
240
  }>, {
241
- disabled: boolean;
242
241
  type: string;
243
- placeholder: string;
244
- label: string;
245
242
  size: string;
243
+ label: string;
246
244
  mask: string | unknown[];
245
+ placeholder: string;
247
246
  tooltip: string;
248
247
  message: string;
248
+ disabled: boolean;
249
249
  modelValue: string;
250
250
  nativeType: string;
251
251
  maxlength: number | null;
@@ -376,10 +376,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
376
376
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
377
377
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
378
378
  }>, {
379
- disabled: boolean;
380
379
  type: string;
381
- placeholder: string;
382
380
  size: string;
381
+ placeholder: string;
382
+ disabled: boolean;
383
383
  modelValue: string;
384
384
  nativeType: string;
385
385
  maxlength: number;
@@ -498,7 +498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
498
498
  default: boolean;
499
499
  };
500
500
  error: {
501
- type: (BooleanConstructor | StringConstructor)[];
501
+ type: (StringConstructor | BooleanConstructor)[];
502
502
  default: boolean;
503
503
  };
504
504
  message: {
@@ -530,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
530
530
  default: boolean;
531
531
  };
532
532
  error: {
533
- type: (BooleanConstructor | StringConstructor)[];
533
+ type: (StringConstructor | BooleanConstructor)[];
534
534
  default: boolean;
535
535
  };
536
536
  message: {
@@ -546,13 +546,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
546
546
  default: string;
547
547
  };
548
548
  }>> & Readonly<{}>, {
549
- disabled: boolean;
550
549
  error: string | boolean;
551
- label: string;
552
550
  size: string;
551
+ label: string;
553
552
  tooltip: string;
554
553
  fixedLabel: boolean;
555
554
  message: string;
555
+ disabled: boolean;
556
556
  }, {}, {
557
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<{}>, {
558
558
  label: string;
@@ -563,10 +563,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
563
563
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
564
564
  UnnnicButton: {
565
565
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
566
- disabled: boolean;
566
+ text: string;
567
567
  type: import('../Button/types').ButtonType;
568
568
  size: import('../Button/types').ButtonSize;
569
- text: string;
569
+ disabled: boolean;
570
570
  iconLeft: string;
571
571
  iconRight: string;
572
572
  float: boolean;
@@ -581,10 +581,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
581
581
  M: {};
582
582
  Defaults: {};
583
583
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
584
- disabled: boolean;
584
+ text: string;
585
585
  type: import('../Button/types').ButtonType;
586
586
  size: import('../Button/types').ButtonSize;
587
- text: string;
587
+ disabled: boolean;
588
588
  iconLeft: string;
589
589
  iconRight: string;
590
590
  float: boolean;
@@ -596,10 +596,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
596
596
  __isTeleport?: never;
597
597
  __isSuspense?: never;
598
598
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
599
- disabled: boolean;
599
+ text: string;
600
600
  type: import('../Button/types').ButtonType;
601
601
  size: import('../Button/types').ButtonSize;
602
- text: string;
602
+ disabled: boolean;
603
603
  iconLeft: string;
604
604
  iconRight: string;
605
605
  float: boolean;
@@ -404,10 +404,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
404
404
  }, {}, {
405
405
  UnnnicButton: {
406
406
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
407
- disabled: boolean;
407
+ text: string;
408
408
  type: import('../Button/types').ButtonType;
409
409
  size: import('../Button/types').ButtonSize;
410
- text: string;
410
+ disabled: boolean;
411
411
  iconLeft: string;
412
412
  iconRight: string;
413
413
  float: boolean;
@@ -422,10 +422,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
422
422
  M: {};
423
423
  Defaults: {};
424
424
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
425
- disabled: boolean;
425
+ text: string;
426
426
  type: import('../Button/types').ButtonType;
427
427
  size: import('../Button/types').ButtonSize;
428
- text: string;
428
+ disabled: boolean;
429
429
  iconLeft: string;
430
430
  iconRight: string;
431
431
  float: boolean;
@@ -437,10 +437,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
437
  __isTeleport?: never;
438
438
  __isSuspense?: never;
439
439
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
440
- disabled: boolean;
440
+ text: string;
441
441
  type: import('../Button/types').ButtonType;
442
442
  size: import('../Button/types').ButtonSize;
443
- text: string;
443
+ disabled: boolean;
444
444
  iconLeft: string;
445
445
  iconRight: string;
446
446
  float: boolean;
@@ -486,10 +486,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
486
486
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
487
487
  UnnnicButton: {
488
488
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
489
- disabled: boolean;
489
+ text: string;
490
490
  type: import('../Button/types').ButtonType;
491
491
  size: import('../Button/types').ButtonSize;
492
- text: string;
492
+ disabled: boolean;
493
493
  iconLeft: string;
494
494
  iconRight: string;
495
495
  float: boolean;
@@ -504,10 +504,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
504
504
  M: {};
505
505
  Defaults: {};
506
506
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
507
- disabled: boolean;
507
+ text: string;
508
508
  type: import('../Button/types').ButtonType;
509
509
  size: import('../Button/types').ButtonSize;
510
- text: string;
510
+ disabled: boolean;
511
511
  iconLeft: string;
512
512
  iconRight: string;
513
513
  float: boolean;
@@ -519,10 +519,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
519
519
  __isTeleport?: never;
520
520
  __isSuspense?: never;
521
521
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
522
- disabled: boolean;
522
+ text: string;
523
523
  type: import('../Button/types').ButtonType;
524
524
  size: import('../Button/types').ButtonSize;
525
- text: string;
525
+ disabled: boolean;
526
526
  iconLeft: string;
527
527
  iconRight: string;
528
528
  float: boolean;