@weni/unnnic-system 3.11.0 → 3.11.1-alpha.1
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.
- package/dist/components/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +109 -18
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +218 -36
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +120 -29
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +110 -19
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +109 -18
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +109 -18
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +110 -19
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +115 -24
- package/dist/components/ChartLine/ChartLine.vue.d.ts +109 -18
- package/dist/components/ChatText/ChatText.vue.d.ts +109 -18
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +109 -18
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +109 -18
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +10 -10
- package/dist/components/DatePicker/DatePicker.vue.d.ts +6 -6
- package/dist/components/Drawer/Drawer.vue.d.ts +35 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/Input.vue.d.ts +9 -9
- package/dist/components/Input/TextInput.vue.d.ts +2 -2
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +15 -15
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +109 -18
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +3 -3
- package/dist/components/Slider/Slider.vue.d.ts +109 -18
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +109 -18
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +109 -18
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
- package/dist/components/index.d.ts +5624 -1762
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/index.d.ts +5 -0
- package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-e3248052.mjs → es-1e5cce64.mjs} +1 -1
- package/dist/{index-f67d5b30.mjs → index-8d75623f.mjs} +99639 -96793
- package/dist/{pt-br-f6f53acd.mjs → pt-br-defd03da.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +232 -196
- package/dist/unnnic.umd.js +48 -44
- package/package.json +2 -1
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Drawer/Drawer.vue +174 -271
- package/src/components/Drawer/__tests__/Drawer.spec.js +32 -43
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/ModalDialog/ModalDialog.vue +62 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +86 -12
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +133 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +79 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +23 -0
- package/src/components/ui/drawer/DrawerClose.vue +33 -0
- package/src/components/ui/drawer/DrawerContent.vue +98 -0
- package/src/components/ui/drawer/DrawerDescription.vue +36 -0
- package/src/components/ui/drawer/DrawerFooter.vue +34 -0
- package/src/components/ui/drawer/DrawerHeader.vue +53 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +30 -0
- package/src/components/ui/drawer/DrawerTitle.vue +33 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +27 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
- package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
- package/src/components/ui/segmented-control/index.ts +4 -0
- package/src/components/ui/tabs/TabsTrigger.vue +4 -20
- package/src/components/ui/tooltip/Tooltip.vue +15 -0
- package/src/components/ui/tooltip/TooltipContent.vue +73 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +610 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Tabs.stories.js +1 -1
|
@@ -126,21 +126,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
|
-
shortcutText: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: null;
|
|
132
|
-
};
|
|
133
129
|
enableHtml: {
|
|
134
130
|
type: BooleanConstructor;
|
|
135
131
|
default: boolean;
|
|
136
132
|
};
|
|
137
|
-
}>, {}, {
|
|
138
|
-
topPos: null;
|
|
139
|
-
leftPos: null;
|
|
140
|
-
}, {}, {
|
|
141
|
-
handleResize(): void;
|
|
142
|
-
getRightPost(element: any): void;
|
|
143
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
144
134
|
text: {
|
|
145
135
|
type: StringConstructor;
|
|
146
136
|
default: string;
|
|
@@ -162,23 +152,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
152
|
type: StringConstructor;
|
|
163
153
|
default: string;
|
|
164
154
|
};
|
|
165
|
-
shortcutText: {
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
default: null;
|
|
168
|
-
};
|
|
169
155
|
enableHtml: {
|
|
170
156
|
type: BooleanConstructor;
|
|
171
157
|
default: boolean;
|
|
172
158
|
};
|
|
173
159
|
}>> & Readonly<{}>, {
|
|
160
|
+
side: string;
|
|
174
161
|
text: string;
|
|
175
162
|
enabled: boolean;
|
|
176
163
|
forceOpen: boolean;
|
|
177
|
-
side: string;
|
|
178
164
|
maxWidth: string;
|
|
179
|
-
shortcutText: string;
|
|
180
165
|
enableHtml: boolean;
|
|
181
|
-
}, {}, {
|
|
166
|
+
}, {}, {
|
|
167
|
+
Tooltip: {
|
|
168
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
169
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
170
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
171
|
+
"update:open": (value: boolean) => any;
|
|
172
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
173
|
+
P: {};
|
|
174
|
+
B: {};
|
|
175
|
+
D: {};
|
|
176
|
+
C: {};
|
|
177
|
+
M: {};
|
|
178
|
+
Defaults: {};
|
|
179
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
180
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
181
|
+
}>, {}, {}, {}, {}, {}>;
|
|
182
|
+
__isFragment?: never;
|
|
183
|
+
__isTeleport?: never;
|
|
184
|
+
__isSuspense?: never;
|
|
185
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
186
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
+
"update:open": (value: boolean) => any;
|
|
189
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
190
|
+
$slots: {
|
|
191
|
+
default?(_: {}): any;
|
|
192
|
+
};
|
|
193
|
+
});
|
|
194
|
+
TooltipProvider: {
|
|
195
|
+
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, {
|
|
196
|
+
P: {};
|
|
197
|
+
B: {};
|
|
198
|
+
D: {};
|
|
199
|
+
C: {};
|
|
200
|
+
M: {};
|
|
201
|
+
Defaults: {};
|
|
202
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
203
|
+
__isFragment?: never;
|
|
204
|
+
__isTeleport?: never;
|
|
205
|
+
__isSuspense?: never;
|
|
206
|
+
} & 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 () => {
|
|
207
|
+
$slots: {
|
|
208
|
+
default?(_: {}): any;
|
|
209
|
+
};
|
|
210
|
+
});
|
|
211
|
+
TooltipTrigger: {
|
|
212
|
+
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, {
|
|
213
|
+
P: {};
|
|
214
|
+
B: {};
|
|
215
|
+
D: {};
|
|
216
|
+
C: {};
|
|
217
|
+
M: {};
|
|
218
|
+
Defaults: {};
|
|
219
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
220
|
+
__isFragment?: never;
|
|
221
|
+
__isTeleport?: never;
|
|
222
|
+
__isSuspense?: never;
|
|
223
|
+
} & 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 () => {
|
|
224
|
+
$slots: {
|
|
225
|
+
default?(_: {}): any;
|
|
226
|
+
};
|
|
227
|
+
});
|
|
228
|
+
TooltipContent: {
|
|
229
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
230
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
234
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
235
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
236
|
+
pointerDownOutside: (event: Event) => any;
|
|
237
|
+
}, import('vue').PublicProps, {
|
|
238
|
+
sideOffset: number;
|
|
239
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
240
|
+
P: {};
|
|
241
|
+
B: {};
|
|
242
|
+
D: {};
|
|
243
|
+
C: {};
|
|
244
|
+
M: {};
|
|
245
|
+
Defaults: {};
|
|
246
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
247
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
248
|
+
}> & Readonly<{
|
|
249
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
250
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
251
|
+
}>, {}, {}, {}, {}, {
|
|
252
|
+
sideOffset: number;
|
|
253
|
+
}>;
|
|
254
|
+
__isFragment?: never;
|
|
255
|
+
__isTeleport?: never;
|
|
256
|
+
__isSuspense?: never;
|
|
257
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
258
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
259
|
+
}> & Readonly<{
|
|
260
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
261
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
262
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
263
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
264
|
+
pointerDownOutside: (event: Event) => any;
|
|
265
|
+
}, string, {
|
|
266
|
+
sideOffset: number;
|
|
267
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
|
+
$slots: {
|
|
269
|
+
default?(_: {}): any;
|
|
270
|
+
};
|
|
271
|
+
});
|
|
272
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
182
273
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
274
|
click: (event: Event) => any;
|
|
184
275
|
mousedown: (event: Event) => any;
|
|
@@ -99,10 +99,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
}>> & Readonly<{
|
|
100
100
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
|
-
|
|
102
|
+
disabled: boolean;
|
|
103
103
|
label: string;
|
|
104
|
+
size: string;
|
|
104
105
|
option: string;
|
|
105
|
-
disabled: boolean;
|
|
106
106
|
modelValue: boolean;
|
|
107
107
|
helper: string;
|
|
108
108
|
textRight: string;
|
|
@@ -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
|
-
}, {}, {
|
|
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: (
|
|
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: (
|
|
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
|
-
|
|
112
|
+
disabled: boolean;
|
|
113
113
|
type: import('../Button/types').ButtonType;
|
|
114
114
|
size: import('../Button/types').ButtonSize;
|
|
115
|
-
|
|
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
|
-
|
|
130
|
+
disabled: boolean;
|
|
131
131
|
type: import('../Button/types').ButtonType;
|
|
132
132
|
size: import('../Button/types').ButtonSize;
|
|
133
|
-
|
|
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
|
-
|
|
145
|
+
disabled: boolean;
|
|
146
146
|
type: import('../Button/types').ButtonType;
|
|
147
147
|
size: import('../Button/types').ButtonSize;
|
|
148
|
-
|
|
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
|
-
|
|
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: (
|
|
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: (
|
|
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;
|
|
@@ -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
|
-
}, {}, {
|
|
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":"
|
|
1
|
+
{"version":3,"file":"ToolTip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ToolTip/ToolTip.vue"],"names":[],"mappings":"AAoCA;"}
|