@weni/unnnic-system 3.12.3-alpha.5 → 3.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- 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 +18 -92
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -184
- 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 +29 -103
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -93
- 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 +18 -92
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +18 -92
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -93
- 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 +24 -98
- package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -92
- package/dist/components/ChatText/ChatText.vue.d.ts +18 -92
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -92
- 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 +18 -92
- 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 +16 -122
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +3 -6
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts +8 -0
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts.map +1 -0
- package/dist/components/Disclaimer/types-v2.d.ts +7 -0
- package/dist/components/Disclaimer/types-v2.d.ts.map +1 -0
- package/dist/components/Disclaimer/types.d.ts +3 -6
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +207 -37
- 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 +6 -6
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/BaseInput.vue.d.ts +0 -31
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +15 -121
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +4 -73
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +21 -127
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -92
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +163 -0
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts.map +1 -0
- 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 +13 -82
- 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 +5 -74
- package/dist/components/Slider/Slider.vue.d.ts +18 -92
- package/dist/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/components/Tab/Tab.vue.d.ts +18 -92
- 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 +8 -8
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +18 -92
- 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/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/{es-a9e51a05.mjs → es-c19444c0.mjs} +1 -1
- package/dist/{index-ade761d4.mjs → index-93b45359.mjs} +51889 -54741
- package/dist/locales/en.json.d.ts +1 -3
- package/dist/locales/es.json.d.ts +1 -3
- package/dist/locales/pt_br.json.d.ts +1 -3
- package/dist/{pt-br-5395459d.mjs → pt-br-23dc9ca6.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +206 -234
- package/dist/unnnic.umd.js +44 -48
- package/package.json +2 -3
- package/src/assets/scss/scheme-colors.scss +223 -223
- package/src/assets/scss/tailwind.scss +0 -8
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Disclaimer/Disclaimer.vue +42 -136
- package/src/components/Disclaimer/DisclaimerV2.vue +171 -0
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +45 -70
- package/src/components/Disclaimer/__tests__/DisclaimerV2.spec.js +68 -0
- package/src/components/Disclaimer/types-v2.ts +12 -0
- package/src/components/Disclaimer/types.ts +3 -12
- package/src/components/Drawer/Drawer.vue +269 -190
- package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
- package/src/components/Input/BaseInput.vue +5 -25
- package/src/components/Input/Input.scss +3 -2
- package/src/components/Input/Input.vue +1 -24
- package/src/components/Input/TextInput.vue +25 -64
- package/src/components/Input/__test__/TextInput.spec.js +1 -1
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/ModalDialog/ModalDialog.vue +148 -64
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
- package/src/components/MultiSelect/MultiSelect.vue +297 -0
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
- package/src/components/Toast/Toast.vue +9 -16
- package/src/components/ToolTip/ToolTip.vue +177 -25
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
- package/src/components/index.ts +11 -63
- package/src/components/ui/popover/PopoverContent.vue +2 -19
- package/src/components/ui/popover/PopoverOption.vue +0 -4
- package/src/components/ui/popover/PopoverTrigger.vue +1 -5
- package/src/locales/en.json +1 -3
- package/src/locales/es.json +1 -3
- package/src/locales/pt_br.json +1 -3
- package/src/stories/Disclaimer.stories.js +12 -53
- package/src/stories/DisclaimerV2.stories.js +51 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/Input.mdx +0 -3
- package/src/stories/ModalDialog.mdx +0 -3
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/MultiSelect.stories.js +46 -142
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts +0 -17
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts.map +0 -1
- package/dist/components/MultiSelect/index.vue.d.ts +0 -44
- package/dist/components/MultiSelect/index.vue.d.ts.map +0 -1
- package/dist/components/Select/index.vue.d.ts +0 -44
- package/dist/components/Select/index.vue.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -23912
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -21
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/index.d.ts +0 -8
- package/dist/components/ui/dialog/index.d.ts.map +0 -1
- package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -21
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -43
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/index.d.ts +0 -11
- package/dist/components/ui/drawer/index.d.ts.map +0 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/index.d.ts +0 -4
- package/dist/components/ui/tooltip/index.d.ts.map +0 -1
- package/dist/lib/layer-manager.d.ts +0 -16
- package/dist/lib/layer-manager.d.ts.map +0 -1
- package/src/components/MultiSelect/MultSelectOption.vue +0 -49
- package/src/components/MultiSelect/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelect/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -87
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelect/index.vue +0 -225
- package/src/components/Select/__tests__/Select.spec.js +0 -422
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -71
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/__tests__/__snapshots__/SelectPopover.spec.js.snap +0 -8
- package/src/components/Select/index.vue +0 -298
- package/src/components/ui/dialog/Dialog.vue +0 -19
- package/src/components/ui/dialog/DialogClose.vue +0 -29
- package/src/components/ui/dialog/DialogContent.vue +0 -140
- package/src/components/ui/dialog/DialogFooter.vue +0 -50
- package/src/components/ui/dialog/DialogHeader.vue +0 -83
- package/src/components/ui/dialog/DialogTitle.vue +0 -38
- package/src/components/ui/dialog/DialogTrigger.vue +0 -16
- package/src/components/ui/dialog/index.ts +0 -7
- package/src/components/ui/drawer/Drawer.vue +0 -27
- package/src/components/ui/drawer/DrawerClose.vue +0 -31
- package/src/components/ui/drawer/DrawerContent.vue +0 -111
- package/src/components/ui/drawer/DrawerDescription.vue +0 -40
- package/src/components/ui/drawer/DrawerFooter.vue +0 -38
- package/src/components/ui/drawer/DrawerHeader.vue +0 -57
- package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
- package/src/components/ui/drawer/DrawerTitle.vue +0 -37
- package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
- package/src/components/ui/drawer/index.ts +0 -10
- package/src/components/ui/tooltip/Tooltip.vue +0 -21
- package/src/components/ui/tooltip/TooltipContent.vue +0 -74
- package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
- package/src/components/ui/tooltip/index.ts +0 -3
- package/src/lib/layer-manager.ts +0 -92
- package/src/stories/Dialog.stories.js +0 -832
- package/src/stories/DrawerNext.stories.js +0 -611
- package/src/stories/LayerManager.docs.mdx +0 -40
- package/src/stories/LayerManager.stories.js +0 -364
- package/src/stories/Select.stories.js +0 -158
|
@@ -87,11 +87,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
87
|
type: StringConstructor;
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
|
+
shortcutText: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: null;
|
|
93
|
+
};
|
|
90
94
|
enableHtml: {
|
|
91
95
|
type: BooleanConstructor;
|
|
92
96
|
default: boolean;
|
|
93
97
|
};
|
|
94
|
-
}>, {}, {
|
|
98
|
+
}>, {}, {
|
|
99
|
+
topPos: null;
|
|
100
|
+
leftPos: null;
|
|
101
|
+
}, {}, {
|
|
102
|
+
handleResize(): void;
|
|
103
|
+
getRightPost(element: any): void;
|
|
104
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
105
|
text: {
|
|
96
106
|
type: StringConstructor;
|
|
97
107
|
default: string;
|
|
@@ -113,107 +123,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
123
|
type: StringConstructor;
|
|
114
124
|
default: string;
|
|
115
125
|
};
|
|
126
|
+
shortcutText: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: null;
|
|
129
|
+
};
|
|
116
130
|
enableHtml: {
|
|
117
131
|
type: BooleanConstructor;
|
|
118
132
|
default: boolean;
|
|
119
133
|
};
|
|
120
134
|
}>> & Readonly<{}>, {
|
|
121
|
-
side: string;
|
|
122
135
|
text: string;
|
|
123
136
|
enabled: boolean;
|
|
124
137
|
forceOpen: boolean;
|
|
138
|
+
side: string;
|
|
125
139
|
maxWidth: string;
|
|
140
|
+
shortcutText: string;
|
|
126
141
|
enableHtml: boolean;
|
|
127
|
-
}, {}, {
|
|
128
|
-
Tooltip: {
|
|
129
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
130
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
131
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
132
|
-
"update:open": (value: boolean) => any;
|
|
133
|
-
}, import('vue').PublicProps, {}, 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').TooltipRootProps> & Readonly<{
|
|
141
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
142
|
-
}>, {}, {}, {}, {}, {}>;
|
|
143
|
-
__isFragment?: never;
|
|
144
|
-
__isTeleport?: never;
|
|
145
|
-
__isSuspense?: never;
|
|
146
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
147
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
148
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
149
|
-
"update:open": (value: boolean) => any;
|
|
150
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
151
|
-
$slots: {
|
|
152
|
-
default?(_: {}): any;
|
|
153
|
-
};
|
|
154
|
-
});
|
|
155
|
-
TooltipTrigger: {
|
|
156
|
-
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, {
|
|
157
|
-
P: {};
|
|
158
|
-
B: {};
|
|
159
|
-
D: {};
|
|
160
|
-
C: {};
|
|
161
|
-
M: {};
|
|
162
|
-
Defaults: {};
|
|
163
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
164
|
-
__isFragment?: never;
|
|
165
|
-
__isTeleport?: never;
|
|
166
|
-
__isSuspense?: never;
|
|
167
|
-
} & 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 () => {
|
|
168
|
-
$slots: {
|
|
169
|
-
default?(_: {}): any;
|
|
170
|
-
};
|
|
171
|
-
});
|
|
172
|
-
TooltipContent: {
|
|
173
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
174
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
175
|
-
}> & Readonly<{
|
|
176
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
177
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
178
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
179
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
180
|
-
pointerDownOutside: (event: Event) => any;
|
|
181
|
-
}, import('vue').PublicProps, {
|
|
182
|
-
sideOffset: number;
|
|
183
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
184
|
-
P: {};
|
|
185
|
-
B: {};
|
|
186
|
-
D: {};
|
|
187
|
-
C: {};
|
|
188
|
-
M: {};
|
|
189
|
-
Defaults: {};
|
|
190
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
191
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
192
|
-
}> & Readonly<{
|
|
193
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
194
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
195
|
-
}>, {}, {}, {}, {}, {
|
|
196
|
-
sideOffset: number;
|
|
197
|
-
}>;
|
|
198
|
-
__isFragment?: never;
|
|
199
|
-
__isTeleport?: never;
|
|
200
|
-
__isSuspense?: never;
|
|
201
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
202
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
203
|
-
}> & Readonly<{
|
|
204
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
205
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
206
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
207
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
208
|
-
pointerDownOutside: (event: Event) => any;
|
|
209
|
-
}, string, {
|
|
210
|
-
sideOffset: number;
|
|
211
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
212
|
-
$slots: {
|
|
213
|
-
default?(_: {}): any;
|
|
214
|
-
};
|
|
215
|
-
});
|
|
216
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
142
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
217
143
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
218
144
|
click: (event: Event) => any;
|
|
219
145
|
mousedown: (event: Event) => any;
|
|
@@ -37,7 +37,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
39
39
|
modelValue: {
|
|
40
|
-
type: (
|
|
40
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
41
41
|
default: boolean;
|
|
42
42
|
validator(value: unknown): boolean;
|
|
43
43
|
};
|
|
@@ -67,7 +67,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
click(): void;
|
|
68
68
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
69
69
|
modelValue: {
|
|
70
|
-
type: (
|
|
70
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
71
71
|
default: boolean;
|
|
72
72
|
validator(value: unknown): boolean;
|
|
73
73
|
};
|
|
@@ -91,8 +91,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
disabled: boolean;
|
|
95
94
|
label: string;
|
|
95
|
+
disabled: boolean;
|
|
96
96
|
modelValue: string | boolean;
|
|
97
97
|
helper: string;
|
|
98
98
|
textRight: string;
|
|
@@ -152,8 +152,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
152
|
default: boolean;
|
|
153
153
|
};
|
|
154
154
|
}>> & Readonly<{}>, {
|
|
155
|
-
size: string;
|
|
156
155
|
enabled: boolean;
|
|
156
|
+
size: string;
|
|
157
157
|
filled: boolean;
|
|
158
158
|
icon: string;
|
|
159
159
|
scheme: string;
|
|
@@ -219,10 +219,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
219
|
}>> & Readonly<{
|
|
220
220
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
221
221
|
}>, {
|
|
222
|
-
open: boolean;
|
|
223
222
|
forceOpen: boolean;
|
|
224
223
|
position: string;
|
|
225
224
|
useOpenProp: boolean;
|
|
225
|
+
open: boolean;
|
|
226
226
|
}, {}, {}, {
|
|
227
227
|
onClickOutside: any;
|
|
228
228
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -174,8 +174,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
default: boolean;
|
|
175
175
|
};
|
|
176
176
|
}>> & Readonly<{}>, {
|
|
177
|
-
size: string;
|
|
178
177
|
enabled: boolean;
|
|
178
|
+
size: string;
|
|
179
179
|
filled: boolean;
|
|
180
180
|
icon: string;
|
|
181
181
|
scheme: string;
|
|
@@ -219,11 +219,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
219
|
type: StringConstructor;
|
|
220
220
|
default: string;
|
|
221
221
|
};
|
|
222
|
+
shortcutText: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: null;
|
|
225
|
+
};
|
|
222
226
|
enableHtml: {
|
|
223
227
|
type: BooleanConstructor;
|
|
224
228
|
default: boolean;
|
|
225
229
|
};
|
|
226
|
-
}>, {}, {
|
|
230
|
+
}>, {}, {
|
|
231
|
+
topPos: null;
|
|
232
|
+
leftPos: null;
|
|
233
|
+
}, {}, {
|
|
234
|
+
handleResize(): void;
|
|
235
|
+
getRightPost(element: any): void;
|
|
236
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
227
237
|
text: {
|
|
228
238
|
type: StringConstructor;
|
|
229
239
|
default: string;
|
|
@@ -245,107 +255,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
245
255
|
type: StringConstructor;
|
|
246
256
|
default: string;
|
|
247
257
|
};
|
|
258
|
+
shortcutText: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
default: null;
|
|
261
|
+
};
|
|
248
262
|
enableHtml: {
|
|
249
263
|
type: BooleanConstructor;
|
|
250
264
|
default: boolean;
|
|
251
265
|
};
|
|
252
266
|
}>> & Readonly<{}>, {
|
|
253
|
-
side: string;
|
|
254
267
|
text: string;
|
|
255
268
|
enabled: boolean;
|
|
256
269
|
forceOpen: boolean;
|
|
270
|
+
side: string;
|
|
257
271
|
maxWidth: string;
|
|
272
|
+
shortcutText: string;
|
|
258
273
|
enableHtml: boolean;
|
|
259
|
-
}, {}, {
|
|
260
|
-
Tooltip: {
|
|
261
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
262
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
263
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
264
|
-
"update:open": (value: boolean) => any;
|
|
265
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
266
|
-
P: {};
|
|
267
|
-
B: {};
|
|
268
|
-
D: {};
|
|
269
|
-
C: {};
|
|
270
|
-
M: {};
|
|
271
|
-
Defaults: {};
|
|
272
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
273
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
274
|
-
}>, {}, {}, {}, {}, {}>;
|
|
275
|
-
__isFragment?: never;
|
|
276
|
-
__isTeleport?: never;
|
|
277
|
-
__isSuspense?: never;
|
|
278
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
279
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
280
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
281
|
-
"update:open": (value: boolean) => any;
|
|
282
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
283
|
-
$slots: {
|
|
284
|
-
default?(_: {}): any;
|
|
285
|
-
};
|
|
286
|
-
});
|
|
287
|
-
TooltipTrigger: {
|
|
288
|
-
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, {
|
|
289
|
-
P: {};
|
|
290
|
-
B: {};
|
|
291
|
-
D: {};
|
|
292
|
-
C: {};
|
|
293
|
-
M: {};
|
|
294
|
-
Defaults: {};
|
|
295
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
296
|
-
__isFragment?: never;
|
|
297
|
-
__isTeleport?: never;
|
|
298
|
-
__isSuspense?: never;
|
|
299
|
-
} & 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 () => {
|
|
300
|
-
$slots: {
|
|
301
|
-
default?(_: {}): any;
|
|
302
|
-
};
|
|
303
|
-
});
|
|
304
|
-
TooltipContent: {
|
|
305
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
306
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
307
|
-
}> & Readonly<{
|
|
308
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
309
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
310
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
311
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
312
|
-
pointerDownOutside: (event: Event) => any;
|
|
313
|
-
}, import('vue').PublicProps, {
|
|
314
|
-
sideOffset: number;
|
|
315
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
316
|
-
P: {};
|
|
317
|
-
B: {};
|
|
318
|
-
D: {};
|
|
319
|
-
C: {};
|
|
320
|
-
M: {};
|
|
321
|
-
Defaults: {};
|
|
322
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
323
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
324
|
-
}> & Readonly<{
|
|
325
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
326
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
327
|
-
}>, {}, {}, {}, {}, {
|
|
328
|
-
sideOffset: number;
|
|
329
|
-
}>;
|
|
330
|
-
__isFragment?: never;
|
|
331
|
-
__isTeleport?: never;
|
|
332
|
-
__isSuspense?: never;
|
|
333
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
334
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
335
|
-
}> & Readonly<{
|
|
336
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
337
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
338
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
339
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
340
|
-
pointerDownOutside: (event: Event) => any;
|
|
341
|
-
}, string, {
|
|
342
|
-
sideOffset: number;
|
|
343
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
344
|
-
$slots: {
|
|
345
|
-
default?(_: {}): any;
|
|
346
|
-
};
|
|
347
|
-
});
|
|
348
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
274
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
349
275
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
350
276
|
click: (event: Event) => any;
|
|
351
277
|
mousedown: (event: Event) => any;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
86
|
name: string;
|
|
87
|
-
clickable: boolean;
|
|
88
87
|
description: string;
|
|
88
|
+
clickable: boolean;
|
|
89
89
|
canUpdateStatus: boolean;
|
|
90
90
|
}, {}, {
|
|
91
91
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
}>> & Readonly<{
|
|
148
148
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
-
open: boolean;
|
|
151
150
|
forceOpen: boolean;
|
|
152
151
|
position: string;
|
|
153
152
|
useOpenProp: boolean;
|
|
153
|
+
open: boolean;
|
|
154
154
|
}, {}, {}, {
|
|
155
155
|
onClickOutside: any;
|
|
156
156
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -63,11 +63,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
63
63
|
onClick?: (() => any) | undefined;
|
|
64
64
|
onClose?: (() => any) | undefined;
|
|
65
65
|
}>, {
|
|
66
|
-
|
|
66
|
+
text: string;
|
|
67
67
|
type: import('../Tag/types').TagType;
|
|
68
68
|
size: import('../Tag/types').TagSize;
|
|
69
|
-
text: string;
|
|
70
69
|
scheme: string;
|
|
70
|
+
disabled: boolean;
|
|
71
71
|
leftIcon: string;
|
|
72
72
|
hasCloseIcon: boolean;
|
|
73
73
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -36,11 +36,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
36
|
onClick?: (() => any) | undefined;
|
|
37
37
|
onClose?: (() => any) | undefined;
|
|
38
38
|
}>, {
|
|
39
|
-
|
|
39
|
+
text: string;
|
|
40
40
|
type: import('../Tag/types').TagType;
|
|
41
41
|
size: import('../Tag/types').TagSize;
|
|
42
|
-
text: string;
|
|
43
42
|
scheme: string;
|
|
43
|
+
disabled: boolean;
|
|
44
44
|
leftIcon: string;
|
|
45
45
|
hasCloseIcon: boolean;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -48,10 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
49
49
|
UnnnicButton: {
|
|
50
50
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
51
|
-
|
|
51
|
+
text: string;
|
|
52
52
|
type: import('../Button/types').ButtonType;
|
|
53
53
|
size: import('../Button/types').ButtonSize;
|
|
54
|
-
|
|
54
|
+
disabled: boolean;
|
|
55
55
|
iconLeft: string;
|
|
56
56
|
iconRight: string;
|
|
57
57
|
float: boolean;
|
|
@@ -66,10 +66,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
68
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
69
|
-
|
|
69
|
+
text: string;
|
|
70
70
|
type: import('../Button/types').ButtonType;
|
|
71
71
|
size: import('../Button/types').ButtonSize;
|
|
72
|
-
|
|
72
|
+
disabled: boolean;
|
|
73
73
|
iconLeft: string;
|
|
74
74
|
iconRight: string;
|
|
75
75
|
float: boolean;
|
|
@@ -81,10 +81,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
81
81
|
__isTeleport?: never;
|
|
82
82
|
__isSuspense?: never;
|
|
83
83
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
|
-
|
|
84
|
+
text: string;
|
|
85
85
|
type: import('../Button/types').ButtonType;
|
|
86
86
|
size: import('../Button/types').ButtonSize;
|
|
87
|
-
|
|
87
|
+
disabled: boolean;
|
|
88
88
|
iconLeft: string;
|
|
89
89
|
iconRight: string;
|
|
90
90
|
float: boolean;
|
|
@@ -118,11 +118,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
+
shortcutText: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: null;
|
|
124
|
+
};
|
|
121
125
|
enableHtml: {
|
|
122
126
|
type: BooleanConstructor;
|
|
123
127
|
default: boolean;
|
|
124
128
|
};
|
|
125
|
-
}>, {}, {
|
|
129
|
+
}>, {}, {
|
|
130
|
+
topPos: null;
|
|
131
|
+
leftPos: null;
|
|
132
|
+
}, {}, {
|
|
133
|
+
handleResize(): void;
|
|
134
|
+
getRightPost(element: any): void;
|
|
135
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
126
136
|
text: {
|
|
127
137
|
type: StringConstructor;
|
|
128
138
|
default: string;
|
|
@@ -144,107 +154,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
154
|
type: StringConstructor;
|
|
145
155
|
default: string;
|
|
146
156
|
};
|
|
157
|
+
shortcutText: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: null;
|
|
160
|
+
};
|
|
147
161
|
enableHtml: {
|
|
148
162
|
type: BooleanConstructor;
|
|
149
163
|
default: boolean;
|
|
150
164
|
};
|
|
151
165
|
}>> & Readonly<{}>, {
|
|
152
|
-
side: string;
|
|
153
166
|
text: string;
|
|
154
167
|
enabled: boolean;
|
|
155
168
|
forceOpen: boolean;
|
|
169
|
+
side: string;
|
|
156
170
|
maxWidth: string;
|
|
171
|
+
shortcutText: string;
|
|
157
172
|
enableHtml: boolean;
|
|
158
|
-
}, {}, {
|
|
159
|
-
Tooltip: {
|
|
160
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
161
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
162
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
163
|
-
"update:open": (value: boolean) => any;
|
|
164
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
165
|
-
P: {};
|
|
166
|
-
B: {};
|
|
167
|
-
D: {};
|
|
168
|
-
C: {};
|
|
169
|
-
M: {};
|
|
170
|
-
Defaults: {};
|
|
171
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
172
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
173
|
-
}>, {}, {}, {}, {}, {}>;
|
|
174
|
-
__isFragment?: never;
|
|
175
|
-
__isTeleport?: never;
|
|
176
|
-
__isSuspense?: never;
|
|
177
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
178
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
179
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
180
|
-
"update:open": (value: boolean) => any;
|
|
181
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
182
|
-
$slots: {
|
|
183
|
-
default?(_: {}): any;
|
|
184
|
-
};
|
|
185
|
-
});
|
|
186
|
-
TooltipTrigger: {
|
|
187
|
-
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, {
|
|
188
|
-
P: {};
|
|
189
|
-
B: {};
|
|
190
|
-
D: {};
|
|
191
|
-
C: {};
|
|
192
|
-
M: {};
|
|
193
|
-
Defaults: {};
|
|
194
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
195
|
-
__isFragment?: never;
|
|
196
|
-
__isTeleport?: never;
|
|
197
|
-
__isSuspense?: never;
|
|
198
|
-
} & 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 () => {
|
|
199
|
-
$slots: {
|
|
200
|
-
default?(_: {}): any;
|
|
201
|
-
};
|
|
202
|
-
});
|
|
203
|
-
TooltipContent: {
|
|
204
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
205
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
206
|
-
}> & Readonly<{
|
|
207
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
208
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
209
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
210
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
211
|
-
pointerDownOutside: (event: Event) => any;
|
|
212
|
-
}, import('vue').PublicProps, {
|
|
213
|
-
sideOffset: number;
|
|
214
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
215
|
-
P: {};
|
|
216
|
-
B: {};
|
|
217
|
-
D: {};
|
|
218
|
-
C: {};
|
|
219
|
-
M: {};
|
|
220
|
-
Defaults: {};
|
|
221
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
222
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
223
|
-
}> & Readonly<{
|
|
224
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
225
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
226
|
-
}>, {}, {}, {}, {}, {
|
|
227
|
-
sideOffset: number;
|
|
228
|
-
}>;
|
|
229
|
-
__isFragment?: never;
|
|
230
|
-
__isTeleport?: never;
|
|
231
|
-
__isSuspense?: never;
|
|
232
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
233
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
234
|
-
}> & Readonly<{
|
|
235
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
236
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
237
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
238
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
239
|
-
pointerDownOutside: (event: Event) => any;
|
|
240
|
-
}, string, {
|
|
241
|
-
sideOffset: number;
|
|
242
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
243
|
-
$slots: {
|
|
244
|
-
default?(_: {}): any;
|
|
245
|
-
};
|
|
246
|
-
});
|
|
247
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
173
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
248
174
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
249
175
|
export default _default;
|
|
250
176
|
//# sourceMappingURL=ChartBar.vue.d.ts.map
|