@weni/unnnic-system 3.11.2 → 3.11.3-alpha.0

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 (178) hide show
  1. package/dist/components/Alert/Alert.vue.d.ts +3 -3
  2. package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
  3. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +109 -18
  4. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +218 -36
  5. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
  6. package/dist/components/Button/Button.vue.d.ts +2 -2
  7. package/dist/components/Card/AccountCard.vue.d.ts +2 -2
  8. package/dist/components/Card/Card.vue.d.ts +120 -29
  9. package/dist/components/Card/CardCompany.vue.d.ts +2 -2
  10. package/dist/components/Card/CardStatusesContainer.vue.d.ts +110 -19
  11. package/dist/components/Card/ContentCard.vue.d.ts +1 -1
  12. package/dist/components/Card/DashCard.vue.d.ts +2 -2
  13. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  14. package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
  15. package/dist/components/Card/SimpleCard.vue.d.ts +109 -18
  16. package/dist/components/Card/StatusCard.vue.d.ts +1 -1
  17. package/dist/components/Card/TitleCard.vue.d.ts +109 -18
  18. package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
  19. package/dist/components/CardInformation/CardInformation.vue.d.ts +110 -19
  20. package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
  21. package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
  22. package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
  23. package/dist/components/ChartBar/ChartBar.vue.d.ts +115 -24
  24. package/dist/components/ChartLine/ChartLine.vue.d.ts +109 -18
  25. package/dist/components/ChatText/ChatText.vue.d.ts +109 -18
  26. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
  27. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +109 -18
  28. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
  29. package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
  30. package/dist/components/DataArea/DataArea.vue.d.ts +109 -18
  31. package/dist/components/DataTable/index.vue.d.ts +1 -1
  32. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  33. package/dist/components/DateFilter/DateFilter.vue.d.ts +10 -10
  34. package/dist/components/Drawer/Drawer.vue.d.ts +37 -207
  35. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  36. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  37. package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
  38. package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
  39. package/dist/components/Input/Input.vue.d.ts +9 -9
  40. package/dist/components/Input/TextInput.vue.d.ts +2 -2
  41. package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
  42. package/dist/components/Modal/Modal.vue.d.ts +1 -1
  43. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
  44. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  45. package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
  46. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
  47. package/dist/components/MoodRating/MoodRating.vue.d.ts +109 -18
  48. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
  49. package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
  50. package/dist/components/Radio/Radio.vue.d.ts +6 -6
  51. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
  52. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
  53. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
  54. package/dist/components/SelectTime/index.vue.d.ts +3 -3
  55. package/dist/components/Slider/Slider.vue.d.ts +109 -18
  56. package/dist/components/Switch/Switch.vue.d.ts +2 -2
  57. package/dist/components/Tab/Tab.vue.d.ts +109 -18
  58. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  59. package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
  60. package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
  61. package/dist/components/Tag/Tag.vue.d.ts +2 -2
  62. package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
  63. package/dist/components/Toast/Toast.vue.d.ts +1 -1
  64. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  65. package/dist/components/ToolTip/ToolTip.vue.d.ts +109 -18
  66. package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
  67. package/dist/components/Tour/Tour.vue.d.ts +6 -6
  68. package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
  69. package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
  70. package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
  71. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
  72. package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
  73. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
  74. package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
  75. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
  76. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
  77. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
  78. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
  79. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
  80. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
  81. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
  82. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
  83. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
  84. package/dist/components/ui/dialog/index.d.ts +8 -0
  85. package/dist/components/ui/dialog/index.d.ts.map +1 -0
  86. package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
  87. package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
  88. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
  89. package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
  90. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
  91. package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
  92. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
  93. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
  94. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
  95. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
  96. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
  97. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
  98. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
  99. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
  100. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
  101. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
  102. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
  103. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
  104. package/dist/components/ui/drawer/index.d.ts +11 -0
  105. package/dist/components/ui/drawer/index.d.ts.map +1 -0
  106. package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  107. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  108. package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
  109. package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
  110. package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
  111. package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
  112. package/dist/components/ui/segmented-control/index.d.ts +5 -0
  113. package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
  114. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
  115. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
  116. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
  117. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
  118. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
  119. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
  120. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
  121. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
  122. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
  123. package/dist/components/ui/tooltip/index.d.ts +5 -0
  124. package/dist/components/ui/tooltip/index.d.ts.map +1 -0
  125. package/dist/{es-042a0d15.mjs → es-9cccca43.mjs} +1 -1
  126. package/dist/{index-fd0ea6b9.mjs → index-386c3448.mjs} +99605 -96738
  127. package/dist/{pt-br-3b7cced5.mjs → pt-br-9303b2c4.mjs} +1 -1
  128. package/dist/style.css +1 -1
  129. package/dist/unnnic.mjs +232 -196
  130. package/dist/unnnic.umd.js +48 -44
  131. package/package.json +2 -1
  132. package/src/assets/scss/tailwind.scss +8 -0
  133. package/src/components/Drawer/Drawer.vue +188 -269
  134. package/src/components/Drawer/__tests__/Drawer.spec.js +31 -46
  135. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
  136. package/src/components/ModalDialog/ModalDialog.vue +62 -148
  137. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
  138. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
  139. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
  140. package/src/components/Toast/Toast.vue +12 -8
  141. package/src/components/ToolTip/ToolTip.vue +41 -188
  142. package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
  143. package/src/components/index.ts +86 -12
  144. package/src/components/ui/dialog/Dialog.vue +15 -0
  145. package/src/components/ui/dialog/DialogClose.vue +25 -0
  146. package/src/components/ui/dialog/DialogContent.vue +130 -0
  147. package/src/components/ui/dialog/DialogFooter.vue +46 -0
  148. package/src/components/ui/dialog/DialogHeader.vue +79 -0
  149. package/src/components/ui/dialog/DialogTitle.vue +34 -0
  150. package/src/components/ui/dialog/DialogTrigger.vue +12 -0
  151. package/src/components/ui/dialog/index.ts +7 -0
  152. package/src/components/ui/drawer/Drawer.vue +27 -0
  153. package/src/components/ui/drawer/DrawerClose.vue +37 -0
  154. package/src/components/ui/drawer/DrawerContent.vue +102 -0
  155. package/src/components/ui/drawer/DrawerDescription.vue +40 -0
  156. package/src/components/ui/drawer/DrawerFooter.vue +38 -0
  157. package/src/components/ui/drawer/DrawerHeader.vue +57 -0
  158. package/src/components/ui/drawer/DrawerOverlay.vue +34 -0
  159. package/src/components/ui/drawer/DrawerTitle.vue +37 -0
  160. package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
  161. package/src/components/ui/drawer/index.ts +10 -0
  162. package/src/components/ui/popover/PopoverContent.vue +0 -2
  163. package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
  164. package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
  165. package/src/components/ui/segmented-control/index.ts +4 -0
  166. package/src/components/ui/tabs/TabsTrigger.vue +4 -20
  167. package/src/components/ui/tooltip/Tooltip.vue +15 -0
  168. package/src/components/ui/tooltip/TooltipContent.vue +73 -0
  169. package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
  170. package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
  171. package/src/components/ui/tooltip/index.ts +4 -0
  172. package/src/stories/Dialog.stories.js +832 -0
  173. package/src/stories/Drawer.stories.js +1 -1
  174. package/src/stories/DrawerNext.stories.js +610 -0
  175. package/src/stories/ModalDialog.mdx +3 -0
  176. package/src/stories/ModalDialog.stories.js +1 -1
  177. package/src/stories/SegmentedControl.stories.js +253 -0
  178. package/src/stories/Tabs.stories.js +1 -1
@@ -99,21 +99,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
99
99
  type: StringConstructor;
100
100
  default: string;
101
101
  };
102
- shortcutText: {
103
- type: StringConstructor;
104
- default: null;
105
- };
106
102
  enableHtml: {
107
103
  type: BooleanConstructor;
108
104
  default: boolean;
109
105
  };
110
- }>, {}, {
111
- topPos: null;
112
- leftPos: null;
113
- }, {}, {
114
- handleResize(): void;
115
- getRightPost(element: any): void;
116
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
106
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
117
107
  text: {
118
108
  type: StringConstructor;
119
109
  default: string;
@@ -135,23 +125,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
135
125
  type: StringConstructor;
136
126
  default: string;
137
127
  };
138
- shortcutText: {
139
- type: StringConstructor;
140
- default: null;
141
- };
142
128
  enableHtml: {
143
129
  type: BooleanConstructor;
144
130
  default: boolean;
145
131
  };
146
132
  }>> & Readonly<{}>, {
133
+ side: string;
147
134
  text: string;
148
135
  enabled: boolean;
149
136
  forceOpen: boolean;
150
- side: string;
151
137
  maxWidth: string;
152
- shortcutText: string;
153
138
  enableHtml: boolean;
154
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
139
+ }, {}, {
140
+ Tooltip: {
141
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
142
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
143
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
144
+ "update:open": (value: boolean) => any;
145
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
146
+ P: {};
147
+ B: {};
148
+ D: {};
149
+ C: {};
150
+ M: {};
151
+ Defaults: {};
152
+ }, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
153
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
154
+ }>, {}, {}, {}, {}, {}>;
155
+ __isFragment?: never;
156
+ __isTeleport?: never;
157
+ __isSuspense?: never;
158
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
159
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
160
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
161
+ "update:open": (value: boolean) => any;
162
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
163
+ $slots: {
164
+ default?(_: {}): any;
165
+ };
166
+ });
167
+ TooltipProvider: {
168
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
169
+ P: {};
170
+ B: {};
171
+ D: {};
172
+ C: {};
173
+ M: {};
174
+ Defaults: {};
175
+ }, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
176
+ __isFragment?: never;
177
+ __isTeleport?: never;
178
+ __isSuspense?: never;
179
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & 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 () => {
180
+ $slots: {
181
+ default?(_: {}): any;
182
+ };
183
+ });
184
+ TooltipTrigger: {
185
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
186
+ P: {};
187
+ B: {};
188
+ D: {};
189
+ C: {};
190
+ M: {};
191
+ Defaults: {};
192
+ }, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
193
+ __isFragment?: never;
194
+ __isTeleport?: never;
195
+ __isSuspense?: never;
196
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & 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 () => {
197
+ $slots: {
198
+ default?(_: {}): any;
199
+ };
200
+ });
201
+ TooltipContent: {
202
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
203
+ class?: import('vue').HTMLAttributes["class"];
204
+ }> & Readonly<{
205
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
206
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
207
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
208
+ escapeKeyDown: (event: KeyboardEvent) => any;
209
+ pointerDownOutside: (event: Event) => any;
210
+ }, import('vue').PublicProps, {
211
+ sideOffset: number;
212
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
213
+ P: {};
214
+ B: {};
215
+ D: {};
216
+ C: {};
217
+ M: {};
218
+ Defaults: {};
219
+ }, Readonly<import('reka-ui').TooltipContentProps & {
220
+ class?: import('vue').HTMLAttributes["class"];
221
+ }> & Readonly<{
222
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
223
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
224
+ }>, {}, {}, {}, {}, {
225
+ sideOffset: number;
226
+ }>;
227
+ __isFragment?: never;
228
+ __isTeleport?: never;
229
+ __isSuspense?: never;
230
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
231
+ class?: import('vue').HTMLAttributes["class"];
232
+ }> & Readonly<{
233
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
234
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
235
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
236
+ escapeKeyDown: (event: KeyboardEvent) => any;
237
+ pointerDownOutside: (event: Event) => any;
238
+ }, string, {
239
+ sideOffset: number;
240
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
241
+ $slots: {
242
+ default?(_: {}): any;
243
+ };
244
+ });
245
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
155
246
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
156
247
  export default _default;
157
248
  //# sourceMappingURL=Tab.vue.d.ts.map
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  cell: {
3
- type: (StringConstructor | ObjectConstructor)[];
3
+ type: (ObjectConstructor | StringConstructor)[];
4
4
  default: string;
5
5
  };
6
6
  }>, {}, {}, {}, {
7
7
  getIsComponent(cell: any): boolean;
8
8
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  cell: {
10
- type: (StringConstructor | ObjectConstructor)[];
10
+ type: (ObjectConstructor | StringConstructor)[];
11
11
  default: string;
12
12
  };
13
13
  }>> & Readonly<{}>, {
@@ -109,10 +109,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
109
109
  }, {}, {
110
110
  UnnnicButton: {
111
111
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
112
- text: string;
112
+ disabled: boolean;
113
113
  type: import('../Button/types').ButtonType;
114
114
  size: import('../Button/types').ButtonSize;
115
- disabled: boolean;
115
+ text: string;
116
116
  iconLeft: string;
117
117
  iconRight: string;
118
118
  float: boolean;
@@ -127,10 +127,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
127
127
  M: {};
128
128
  Defaults: {};
129
129
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
130
- text: string;
130
+ disabled: boolean;
131
131
  type: import('../Button/types').ButtonType;
132
132
  size: import('../Button/types').ButtonSize;
133
- disabled: boolean;
133
+ text: string;
134
134
  iconLeft: string;
135
135
  iconRight: string;
136
136
  float: boolean;
@@ -142,10 +142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
142
  __isTeleport?: never;
143
143
  __isSuspense?: never;
144
144
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
145
- text: string;
145
+ disabled: boolean;
146
146
  type: import('../Button/types').ButtonType;
147
147
  size: import('../Button/types').ButtonSize;
148
- disabled: boolean;
148
+ text: string;
149
149
  iconLeft: string;
150
150
  iconRight: string;
151
151
  float: boolean;
@@ -1,7 +1,7 @@
1
1
  import { DefaultTagProps } from './types';
2
2
  declare const _default: import('vue').DefineComponent<DefaultTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DefaultTagProps> & Readonly<{}>, {
3
- text: string;
4
3
  size: import('./types').TagSize;
4
+ text: string;
5
5
  scheme: string;
6
6
  leftIcon: string;
7
7
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
@@ -6,11 +6,11 @@ declare const _default: import('vue').DefineComponent<TagProps, {}, {}, {}, {},
6
6
  onClick?: (() => any) | undefined;
7
7
  onClose?: (() => any) | undefined;
8
8
  }>, {
9
- text: string;
9
+ disabled: boolean;
10
10
  type: import('./types').TagType;
11
11
  size: import('./types').TagSize;
12
+ text: string;
12
13
  scheme: string;
13
- disabled: boolean;
14
14
  leftIcon: string;
15
15
  hasCloseIcon: boolean;
16
16
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -91,12 +91,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
91
91
  }>> & Readonly<{
92
92
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
93
93
  }>, {
94
+ disabled: boolean;
94
95
  resize: string;
95
96
  type: string;
96
97
  size: string;
97
98
  tooltip: string;
98
99
  message: string;
99
- disabled: boolean;
100
100
  errors: unknown[] | null;
101
101
  }, {}, {
102
102
  UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
114
114
  default: boolean;
115
115
  };
116
116
  error: {
117
- type: (StringConstructor | BooleanConstructor)[];
117
+ type: (BooleanConstructor | StringConstructor)[];
118
118
  default: boolean;
119
119
  };
120
120
  message: {
@@ -146,7 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
146
146
  default: boolean;
147
147
  };
148
148
  error: {
149
- type: (StringConstructor | BooleanConstructor)[];
149
+ type: (BooleanConstructor | StringConstructor)[];
150
150
  default: boolean;
151
151
  };
152
152
  message: {
@@ -162,13 +162,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
162
162
  default: string;
163
163
  };
164
164
  }>> & Readonly<{}>, {
165
+ disabled: boolean;
165
166
  error: string | boolean;
166
- size: string;
167
167
  label: string;
168
+ size: string;
168
169
  tooltip: string;
169
170
  fixedLabel: boolean;
170
171
  message: string;
171
- disabled: boolean;
172
172
  }, {}, {
173
173
  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<{}>, {
174
174
  label: string;
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<ToastProps, {}, {}, {}, {}
7
7
  onDestroy?: (() => any) | undefined;
8
8
  }>, {
9
9
  type: import('./types').ToastType;
10
- description: string;
11
10
  button: import('./types').ToastButton;
12
11
  title: string;
12
+ description: string;
13
13
  timeout: number;
14
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"AAsEA;AA6PA,OAAO,KAAK,EAAE,UAAU,EAAc,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAqQtD,wBASG"}
1
+ {"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"AAsEA;AAiQA,OAAO,KAAK,EAAE,UAAU,EAAc,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AA0QtD,wBASG"}
@@ -20,21 +20,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
20
  type: StringConstructor;
21
21
  default: string;
22
22
  };
23
- shortcutText: {
24
- type: StringConstructor;
25
- default: null;
26
- };
27
23
  enableHtml: {
28
24
  type: BooleanConstructor;
29
25
  default: boolean;
30
26
  };
31
- }>, {}, {
32
- topPos: null;
33
- leftPos: null;
34
- }, {}, {
35
- handleResize(): void;
36
- getRightPost(element: any): void;
37
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
38
28
  text: {
39
29
  type: StringConstructor;
40
30
  default: string;
@@ -56,22 +46,123 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
46
  type: StringConstructor;
57
47
  default: string;
58
48
  };
59
- shortcutText: {
60
- type: StringConstructor;
61
- default: null;
62
- };
63
49
  enableHtml: {
64
50
  type: BooleanConstructor;
65
51
  default: boolean;
66
52
  };
67
53
  }>> & Readonly<{}>, {
54
+ side: string;
68
55
  text: string;
69
56
  enabled: boolean;
70
57
  forceOpen: boolean;
71
- side: string;
72
58
  maxWidth: string;
73
- shortcutText: string;
74
59
  enableHtml: boolean;
75
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
60
+ }, {}, {
61
+ Tooltip: {
62
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
63
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
64
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
+ "update:open": (value: boolean) => any;
66
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
67
+ P: {};
68
+ B: {};
69
+ D: {};
70
+ C: {};
71
+ M: {};
72
+ Defaults: {};
73
+ }, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
74
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
75
+ }>, {}, {}, {}, {}, {}>;
76
+ __isFragment?: never;
77
+ __isTeleport?: never;
78
+ __isSuspense?: never;
79
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
80
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
81
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
82
+ "update:open": (value: boolean) => any;
83
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
84
+ $slots: {
85
+ default?(_: {}): any;
86
+ };
87
+ });
88
+ TooltipProvider: {
89
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
90
+ P: {};
91
+ B: {};
92
+ D: {};
93
+ C: {};
94
+ M: {};
95
+ Defaults: {};
96
+ }, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
97
+ __isFragment?: never;
98
+ __isTeleport?: never;
99
+ __isSuspense?: never;
100
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & 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 () => {
101
+ $slots: {
102
+ default?(_: {}): any;
103
+ };
104
+ });
105
+ TooltipTrigger: {
106
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
107
+ P: {};
108
+ B: {};
109
+ D: {};
110
+ C: {};
111
+ M: {};
112
+ Defaults: {};
113
+ }, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
114
+ __isFragment?: never;
115
+ __isTeleport?: never;
116
+ __isSuspense?: never;
117
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & 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 () => {
118
+ $slots: {
119
+ default?(_: {}): any;
120
+ };
121
+ });
122
+ TooltipContent: {
123
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
124
+ class?: import('vue').HTMLAttributes["class"];
125
+ }> & Readonly<{
126
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
127
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
128
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
129
+ escapeKeyDown: (event: KeyboardEvent) => any;
130
+ pointerDownOutside: (event: Event) => any;
131
+ }, import('vue').PublicProps, {
132
+ sideOffset: number;
133
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
134
+ P: {};
135
+ B: {};
136
+ D: {};
137
+ C: {};
138
+ M: {};
139
+ Defaults: {};
140
+ }, Readonly<import('reka-ui').TooltipContentProps & {
141
+ class?: import('vue').HTMLAttributes["class"];
142
+ }> & Readonly<{
143
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
144
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
145
+ }>, {}, {}, {}, {}, {
146
+ sideOffset: number;
147
+ }>;
148
+ __isFragment?: never;
149
+ __isTeleport?: never;
150
+ __isSuspense?: never;
151
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
152
+ class?: import('vue').HTMLAttributes["class"];
153
+ }> & Readonly<{
154
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
155
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
156
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
157
+ escapeKeyDown: (event: KeyboardEvent) => any;
158
+ pointerDownOutside: (event: Event) => any;
159
+ }, string, {
160
+ sideOffset: number;
161
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
162
+ $slots: {
163
+ default?(_: {}): any;
164
+ };
165
+ });
166
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
76
167
  export default _default;
77
168
  //# sourceMappingURL=ToolTip.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolTip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ToolTip/ToolTip.vue"],"names":[],"mappings":"AAyCA;"}
1
+ {"version":3,"file":"ToolTip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ToolTip/ToolTip.vue"],"names":[],"mappings":"AAoCA;"}
@@ -162,10 +162,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
162
162
  }>, {}, {}, {
163
163
  UnnnicButton: {
164
164
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
165
- text: string;
165
+ disabled: boolean;
166
166
  type: import('../Button/types').ButtonType;
167
167
  size: import('../Button/types').ButtonSize;
168
- disabled: boolean;
168
+ text: string;
169
169
  iconLeft: string;
170
170
  iconRight: string;
171
171
  float: boolean;
@@ -180,10 +180,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
180
180
  M: {};
181
181
  Defaults: {};
182
182
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
183
- text: string;
183
+ disabled: boolean;
184
184
  type: import('../Button/types').ButtonType;
185
185
  size: import('../Button/types').ButtonSize;
186
- disabled: boolean;
186
+ text: string;
187
187
  iconLeft: string;
188
188
  iconRight: string;
189
189
  float: boolean;
@@ -195,10 +195,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
195
195
  __isTeleport?: never;
196
196
  __isSuspense?: never;
197
197
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
198
- text: string;
198
+ disabled: boolean;
199
199
  type: import('../Button/types').ButtonType;
200
200
  size: import('../Button/types').ButtonSize;
201
- disabled: boolean;
201
+ text: string;
202
202
  iconLeft: string;
203
203
  iconRight: string;
204
204
  float: boolean;
@@ -73,10 +73,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
73
73
  }>, {}, {}, {
74
74
  UnnnicButton: {
75
75
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
76
- text: string;
76
+ disabled: boolean;
77
77
  type: import('../Button/Button.vue').ButtonType;
78
78
  size: import('../Button/Button.vue').ButtonSize;
79
- disabled: boolean;
79
+ text: string;
80
80
  iconLeft: string;
81
81
  iconRight: string;
82
82
  float: boolean;
@@ -91,10 +91,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
91
91
  M: {};
92
92
  Defaults: {};
93
93
  }, Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
94
- text: string;
94
+ disabled: boolean;
95
95
  type: import('../Button/Button.vue').ButtonType;
96
96
  size: import('../Button/Button.vue').ButtonSize;
97
- disabled: boolean;
97
+ text: string;
98
98
  iconLeft: string;
99
99
  iconRight: string;
100
100
  float: boolean;
@@ -106,10 +106,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
106
106
  __isTeleport?: never;
107
107
  __isSuspense?: never;
108
108
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
109
- text: string;
109
+ disabled: boolean;
110
110
  type: import('../Button/Button.vue').ButtonType;
111
111
  size: import('../Button/Button.vue').ButtonSize;
112
- disabled: boolean;
112
+ text: string;
113
113
  iconLeft: string;
114
114
  iconRight: string;
115
115
  float: boolean;
@@ -276,10 +276,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
276
276
  }, {}, {
277
277
  UnnnicButton: {
278
278
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
279
- text: string;
279
+ disabled: boolean;
280
280
  type: import('../Button/types').ButtonType;
281
281
  size: import('../Button/types').ButtonSize;
282
- disabled: boolean;
282
+ text: string;
283
283
  iconLeft: string;
284
284
  iconRight: string;
285
285
  float: boolean;
@@ -294,10 +294,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
294
294
  M: {};
295
295
  Defaults: {};
296
296
  }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
297
- text: string;
297
+ disabled: boolean;
298
298
  type: import('../Button/types').ButtonType;
299
299
  size: import('../Button/types').ButtonSize;
300
- disabled: boolean;
300
+ text: string;
301
301
  iconLeft: string;
302
302
  iconRight: string;
303
303
  float: boolean;
@@ -309,10 +309,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
309
309
  __isTeleport?: never;
310
310
  __isSuspense?: never;
311
311
  } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
312
- text: string;
312
+ disabled: boolean;
313
313
  type: import('../Button/types').ButtonType;
314
314
  size: import('../Button/types').ButtonSize;
315
- disabled: boolean;
315
+ text: string;
316
316
  iconLeft: string;
317
317
  iconRight: string;
318
318
  float: boolean;
@@ -0,0 +1,23 @@
1
+ import { DialogRootProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<DialogRootProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:open": (value: boolean) => any;
13
+ }, string, import('vue').PublicProps, Readonly<DialogRootProps> & Readonly<{
14
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=Dialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/Dialog.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAC;AAYhE,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { DialogCloseProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<DialogCloseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=DialogClose.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogClose.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogClose.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAQhD,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}