@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
|
@@ -41,11 +41,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
type: StringConstructor;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
|
+
shortcutText: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: null;
|
|
47
|
+
};
|
|
44
48
|
enableHtml: {
|
|
45
49
|
type: BooleanConstructor;
|
|
46
50
|
default: boolean;
|
|
47
51
|
};
|
|
48
|
-
}>, {}, {
|
|
52
|
+
}>, {}, {
|
|
53
|
+
topPos: null;
|
|
54
|
+
leftPos: null;
|
|
55
|
+
}, {}, {
|
|
56
|
+
handleResize(): void;
|
|
57
|
+
getRightPost(element: any): void;
|
|
58
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
59
|
text: {
|
|
50
60
|
type: StringConstructor;
|
|
51
61
|
default: string;
|
|
@@ -67,107 +77,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
77
|
type: StringConstructor;
|
|
68
78
|
default: string;
|
|
69
79
|
};
|
|
80
|
+
shortcutText: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: null;
|
|
83
|
+
};
|
|
70
84
|
enableHtml: {
|
|
71
85
|
type: BooleanConstructor;
|
|
72
86
|
default: boolean;
|
|
73
87
|
};
|
|
74
88
|
}>> & Readonly<{}>, {
|
|
75
|
-
side: string;
|
|
76
89
|
text: string;
|
|
77
90
|
enabled: boolean;
|
|
78
91
|
forceOpen: boolean;
|
|
92
|
+
side: string;
|
|
79
93
|
maxWidth: string;
|
|
94
|
+
shortcutText: string;
|
|
80
95
|
enableHtml: boolean;
|
|
81
|
-
}, {}, {
|
|
82
|
-
Tooltip: {
|
|
83
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
84
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
85
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
|
-
"update:open": (value: boolean) => any;
|
|
87
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
88
|
-
P: {};
|
|
89
|
-
B: {};
|
|
90
|
-
D: {};
|
|
91
|
-
C: {};
|
|
92
|
-
M: {};
|
|
93
|
-
Defaults: {};
|
|
94
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
95
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
96
|
-
}>, {}, {}, {}, {}, {}>;
|
|
97
|
-
__isFragment?: never;
|
|
98
|
-
__isTeleport?: never;
|
|
99
|
-
__isSuspense?: never;
|
|
100
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
101
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
103
|
-
"update:open": (value: boolean) => any;
|
|
104
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
105
|
-
$slots: {
|
|
106
|
-
default?(_: {}): any;
|
|
107
|
-
};
|
|
108
|
-
});
|
|
109
|
-
TooltipTrigger: {
|
|
110
|
-
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, {
|
|
111
|
-
P: {};
|
|
112
|
-
B: {};
|
|
113
|
-
D: {};
|
|
114
|
-
C: {};
|
|
115
|
-
M: {};
|
|
116
|
-
Defaults: {};
|
|
117
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
118
|
-
__isFragment?: never;
|
|
119
|
-
__isTeleport?: never;
|
|
120
|
-
__isSuspense?: never;
|
|
121
|
-
} & 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 () => {
|
|
122
|
-
$slots: {
|
|
123
|
-
default?(_: {}): any;
|
|
124
|
-
};
|
|
125
|
-
});
|
|
126
|
-
TooltipContent: {
|
|
127
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
128
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
129
|
-
}> & Readonly<{
|
|
130
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
131
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
132
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
133
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
134
|
-
pointerDownOutside: (event: Event) => any;
|
|
135
|
-
}, import('vue').PublicProps, {
|
|
136
|
-
sideOffset: number;
|
|
137
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
138
|
-
P: {};
|
|
139
|
-
B: {};
|
|
140
|
-
D: {};
|
|
141
|
-
C: {};
|
|
142
|
-
M: {};
|
|
143
|
-
Defaults: {};
|
|
144
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
145
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
146
|
-
}> & Readonly<{
|
|
147
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
148
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
149
|
-
}>, {}, {}, {}, {}, {
|
|
150
|
-
sideOffset: number;
|
|
151
|
-
}>;
|
|
152
|
-
__isFragment?: never;
|
|
153
|
-
__isTeleport?: never;
|
|
154
|
-
__isSuspense?: never;
|
|
155
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
156
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
157
|
-
}> & Readonly<{
|
|
158
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
159
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
160
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
162
|
-
pointerDownOutside: (event: Event) => any;
|
|
163
|
-
}, string, {
|
|
164
|
-
sideOffset: number;
|
|
165
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
166
|
-
$slots: {
|
|
167
|
-
default?(_: {}): any;
|
|
168
|
-
};
|
|
169
|
-
});
|
|
170
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
96
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
171
97
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
172
98
|
export default _default;
|
|
173
99
|
//# sourceMappingURL=ChartLine.vue.d.ts.map
|
|
@@ -56,11 +56,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
type: StringConstructor;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
|
+
shortcutText: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: null;
|
|
62
|
+
};
|
|
59
63
|
enableHtml: {
|
|
60
64
|
type: BooleanConstructor;
|
|
61
65
|
default: boolean;
|
|
62
66
|
};
|
|
63
|
-
}>, {}, {
|
|
67
|
+
}>, {}, {
|
|
68
|
+
topPos: null;
|
|
69
|
+
leftPos: null;
|
|
70
|
+
}, {}, {
|
|
71
|
+
handleResize(): void;
|
|
72
|
+
getRightPost(element: any): void;
|
|
73
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
74
|
text: {
|
|
65
75
|
type: StringConstructor;
|
|
66
76
|
default: string;
|
|
@@ -82,107 +92,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
92
|
type: StringConstructor;
|
|
83
93
|
default: string;
|
|
84
94
|
};
|
|
95
|
+
shortcutText: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: null;
|
|
98
|
+
};
|
|
85
99
|
enableHtml: {
|
|
86
100
|
type: BooleanConstructor;
|
|
87
101
|
default: boolean;
|
|
88
102
|
};
|
|
89
103
|
}>> & Readonly<{}>, {
|
|
90
|
-
side: string;
|
|
91
104
|
text: string;
|
|
92
105
|
enabled: boolean;
|
|
93
106
|
forceOpen: boolean;
|
|
107
|
+
side: string;
|
|
94
108
|
maxWidth: string;
|
|
109
|
+
shortcutText: string;
|
|
95
110
|
enableHtml: boolean;
|
|
96
|
-
}, {}, {
|
|
97
|
-
Tooltip: {
|
|
98
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
99
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
100
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
101
|
-
"update:open": (value: boolean) => any;
|
|
102
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
103
|
-
P: {};
|
|
104
|
-
B: {};
|
|
105
|
-
D: {};
|
|
106
|
-
C: {};
|
|
107
|
-
M: {};
|
|
108
|
-
Defaults: {};
|
|
109
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
110
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
111
|
-
}>, {}, {}, {}, {}, {}>;
|
|
112
|
-
__isFragment?: never;
|
|
113
|
-
__isTeleport?: never;
|
|
114
|
-
__isSuspense?: never;
|
|
115
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
116
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
117
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
118
|
-
"update:open": (value: boolean) => any;
|
|
119
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
120
|
-
$slots: {
|
|
121
|
-
default?(_: {}): any;
|
|
122
|
-
};
|
|
123
|
-
});
|
|
124
|
-
TooltipTrigger: {
|
|
125
|
-
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, {
|
|
126
|
-
P: {};
|
|
127
|
-
B: {};
|
|
128
|
-
D: {};
|
|
129
|
-
C: {};
|
|
130
|
-
M: {};
|
|
131
|
-
Defaults: {};
|
|
132
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
133
|
-
__isFragment?: never;
|
|
134
|
-
__isTeleport?: never;
|
|
135
|
-
__isSuspense?: never;
|
|
136
|
-
} & 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 () => {
|
|
137
|
-
$slots: {
|
|
138
|
-
default?(_: {}): any;
|
|
139
|
-
};
|
|
140
|
-
});
|
|
141
|
-
TooltipContent: {
|
|
142
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
143
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
144
|
-
}> & Readonly<{
|
|
145
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
146
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
147
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
148
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
149
|
-
pointerDownOutside: (event: Event) => any;
|
|
150
|
-
}, import('vue').PublicProps, {
|
|
151
|
-
sideOffset: number;
|
|
152
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
153
|
-
P: {};
|
|
154
|
-
B: {};
|
|
155
|
-
D: {};
|
|
156
|
-
C: {};
|
|
157
|
-
M: {};
|
|
158
|
-
Defaults: {};
|
|
159
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
160
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
161
|
-
}> & Readonly<{
|
|
162
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
163
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
164
|
-
}>, {}, {}, {}, {}, {
|
|
165
|
-
sideOffset: number;
|
|
166
|
-
}>;
|
|
167
|
-
__isFragment?: never;
|
|
168
|
-
__isTeleport?: never;
|
|
169
|
-
__isSuspense?: never;
|
|
170
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
171
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
172
|
-
}> & Readonly<{
|
|
173
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
174
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
175
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
176
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
177
|
-
pointerDownOutside: (event: Event) => any;
|
|
178
|
-
}, string, {
|
|
179
|
-
sideOffset: number;
|
|
180
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
181
|
-
$slots: {
|
|
182
|
-
default?(_: {}): any;
|
|
183
|
-
};
|
|
184
|
-
});
|
|
185
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
186
112
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
187
113
|
click: (event: Event) => any;
|
|
188
114
|
mousedown: (event: Event) => any;
|
|
@@ -211,10 +211,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
211
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
212
212
|
onClickPin?: ((...args: any[]) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
|
-
disabled: boolean;
|
|
215
|
-
locale: string;
|
|
216
214
|
title: string;
|
|
217
215
|
selected: boolean;
|
|
216
|
+
disabled: boolean;
|
|
217
|
+
locale: string;
|
|
218
218
|
lastMessage: Record<string, any>;
|
|
219
219
|
lastInteractionTimePrefix: string;
|
|
220
220
|
lastInteractionTime: string;
|
|
@@ -286,9 +286,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
286
|
}>> & Readonly<{
|
|
287
287
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
288
288
|
}>, {
|
|
289
|
-
disabled: boolean;
|
|
290
289
|
size: string;
|
|
291
290
|
clickable: boolean;
|
|
291
|
+
disabled: boolean;
|
|
292
292
|
active: boolean;
|
|
293
293
|
photoUrl: string;
|
|
294
294
|
}, {}, {
|
|
@@ -345,7 +345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
345
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
346
346
|
Checkbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
347
347
|
modelValue: {
|
|
348
|
-
type: (
|
|
348
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
349
349
|
default: boolean;
|
|
350
350
|
validator(value: unknown): boolean;
|
|
351
351
|
};
|
|
@@ -375,7 +375,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
375
375
|
click(): void;
|
|
376
376
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
377
377
|
modelValue: {
|
|
378
|
-
type: (
|
|
378
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
379
379
|
default: boolean;
|
|
380
380
|
validator(value: unknown): boolean;
|
|
381
381
|
};
|
|
@@ -399,8 +399,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
399
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
400
400
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
401
401
|
}>, {
|
|
402
|
-
disabled: boolean;
|
|
403
402
|
label: string;
|
|
403
|
+
disabled: boolean;
|
|
404
404
|
modelValue: string | boolean;
|
|
405
405
|
helper: string;
|
|
406
406
|
textRight: string;
|
|
@@ -338,11 +338,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
338
338
|
type: StringConstructor;
|
|
339
339
|
default: string;
|
|
340
340
|
};
|
|
341
|
+
shortcutText: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
default: null;
|
|
344
|
+
};
|
|
341
345
|
enableHtml: {
|
|
342
346
|
type: BooleanConstructor;
|
|
343
347
|
default: boolean;
|
|
344
348
|
};
|
|
345
|
-
}>, {}, {
|
|
349
|
+
}>, {}, {
|
|
350
|
+
topPos: null;
|
|
351
|
+
leftPos: null;
|
|
352
|
+
}, {}, {
|
|
353
|
+
handleResize(): void;
|
|
354
|
+
getRightPost(element: any): void;
|
|
355
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
346
356
|
text: {
|
|
347
357
|
type: StringConstructor;
|
|
348
358
|
default: string;
|
|
@@ -364,107 +374,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
374
|
type: StringConstructor;
|
|
365
375
|
default: string;
|
|
366
376
|
};
|
|
377
|
+
shortcutText: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: null;
|
|
380
|
+
};
|
|
367
381
|
enableHtml: {
|
|
368
382
|
type: BooleanConstructor;
|
|
369
383
|
default: boolean;
|
|
370
384
|
};
|
|
371
385
|
}>> & Readonly<{}>, {
|
|
372
|
-
side: string;
|
|
373
386
|
text: string;
|
|
374
387
|
enabled: boolean;
|
|
375
388
|
forceOpen: boolean;
|
|
389
|
+
side: string;
|
|
376
390
|
maxWidth: string;
|
|
391
|
+
shortcutText: string;
|
|
377
392
|
enableHtml: boolean;
|
|
378
|
-
}, {}, {
|
|
379
|
-
Tooltip: {
|
|
380
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
381
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
382
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
383
|
-
"update:open": (value: boolean) => any;
|
|
384
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
385
|
-
P: {};
|
|
386
|
-
B: {};
|
|
387
|
-
D: {};
|
|
388
|
-
C: {};
|
|
389
|
-
M: {};
|
|
390
|
-
Defaults: {};
|
|
391
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
392
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
393
|
-
}>, {}, {}, {}, {}, {}>;
|
|
394
|
-
__isFragment?: never;
|
|
395
|
-
__isTeleport?: never;
|
|
396
|
-
__isSuspense?: never;
|
|
397
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
398
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
399
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
400
|
-
"update:open": (value: boolean) => any;
|
|
401
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
402
|
-
$slots: {
|
|
403
|
-
default?(_: {}): any;
|
|
404
|
-
};
|
|
405
|
-
});
|
|
406
|
-
TooltipTrigger: {
|
|
407
|
-
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, {
|
|
408
|
-
P: {};
|
|
409
|
-
B: {};
|
|
410
|
-
D: {};
|
|
411
|
-
C: {};
|
|
412
|
-
M: {};
|
|
413
|
-
Defaults: {};
|
|
414
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
415
|
-
__isFragment?: never;
|
|
416
|
-
__isTeleport?: never;
|
|
417
|
-
__isSuspense?: never;
|
|
418
|
-
} & 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 () => {
|
|
419
|
-
$slots: {
|
|
420
|
-
default?(_: {}): any;
|
|
421
|
-
};
|
|
422
|
-
});
|
|
423
|
-
TooltipContent: {
|
|
424
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
425
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
426
|
-
}> & Readonly<{
|
|
427
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
428
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
429
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
430
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
431
|
-
pointerDownOutside: (event: Event) => any;
|
|
432
|
-
}, import('vue').PublicProps, {
|
|
433
|
-
sideOffset: number;
|
|
434
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
435
|
-
P: {};
|
|
436
|
-
B: {};
|
|
437
|
-
D: {};
|
|
438
|
-
C: {};
|
|
439
|
-
M: {};
|
|
440
|
-
Defaults: {};
|
|
441
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
442
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
443
|
-
}> & Readonly<{
|
|
444
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
445
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
446
|
-
}>, {}, {}, {}, {}, {
|
|
447
|
-
sideOffset: number;
|
|
448
|
-
}>;
|
|
449
|
-
__isFragment?: never;
|
|
450
|
-
__isTeleport?: never;
|
|
451
|
-
__isSuspense?: never;
|
|
452
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
453
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
454
|
-
}> & Readonly<{
|
|
455
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
456
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
457
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
458
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
459
|
-
pointerDownOutside: (event: Event) => any;
|
|
460
|
-
}, string, {
|
|
461
|
-
sideOffset: number;
|
|
462
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
463
|
-
$slots: {
|
|
464
|
-
default?(_: {}): any;
|
|
465
|
-
};
|
|
466
|
-
});
|
|
467
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
393
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
468
394
|
ReplyMessage: import('vue').DefineComponent<{}, {
|
|
469
395
|
$emit: (event: "close", ...args: any[]) => void;
|
|
470
396
|
replyMessage: Record<string, any>;
|
|
@@ -55,9 +55,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
}>> & Readonly<{
|
|
56
56
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
|
-
disabled: boolean;
|
|
59
58
|
size: string;
|
|
60
59
|
clickable: boolean;
|
|
60
|
+
disabled: boolean;
|
|
61
61
|
active: boolean;
|
|
62
62
|
photoUrl: string;
|
|
63
63
|
}, {}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
4
4
|
default: boolean;
|
|
5
5
|
validator(value: unknown): boolean;
|
|
6
6
|
};
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
click(): void;
|
|
31
31
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
32
|
modelValue: {
|
|
33
|
-
type: (
|
|
33
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
34
34
|
default: boolean;
|
|
35
35
|
validator(value: unknown): boolean;
|
|
36
36
|
};
|
|
@@ -54,8 +54,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
disabled: boolean;
|
|
58
57
|
label: string;
|
|
58
|
+
disabled: boolean;
|
|
59
59
|
modelValue: string | boolean;
|
|
60
60
|
helper: string;
|
|
61
61
|
textRight: string;
|
|
@@ -60,11 +60,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
+
shortcutText: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: null;
|
|
66
|
+
};
|
|
63
67
|
enableHtml: {
|
|
64
68
|
type: BooleanConstructor;
|
|
65
69
|
default: boolean;
|
|
66
70
|
};
|
|
67
|
-
}>, {}, {
|
|
71
|
+
}>, {}, {
|
|
72
|
+
topPos: null;
|
|
73
|
+
leftPos: null;
|
|
74
|
+
}, {}, {
|
|
75
|
+
handleResize(): void;
|
|
76
|
+
getRightPost(element: any): void;
|
|
77
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
78
|
text: {
|
|
69
79
|
type: StringConstructor;
|
|
70
80
|
default: string;
|
|
@@ -86,107 +96,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
86
96
|
type: StringConstructor;
|
|
87
97
|
default: string;
|
|
88
98
|
};
|
|
99
|
+
shortcutText: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: null;
|
|
102
|
+
};
|
|
89
103
|
enableHtml: {
|
|
90
104
|
type: BooleanConstructor;
|
|
91
105
|
default: boolean;
|
|
92
106
|
};
|
|
93
107
|
}>> & Readonly<{}>, {
|
|
94
|
-
side: string;
|
|
95
108
|
text: string;
|
|
96
109
|
enabled: boolean;
|
|
97
110
|
forceOpen: boolean;
|
|
111
|
+
side: string;
|
|
98
112
|
maxWidth: string;
|
|
113
|
+
shortcutText: string;
|
|
99
114
|
enableHtml: boolean;
|
|
100
|
-
}, {}, {
|
|
101
|
-
Tooltip: {
|
|
102
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
103
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
104
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
105
|
-
"update:open": (value: boolean) => any;
|
|
106
|
-
}, 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').TooltipRootProps> & Readonly<{
|
|
114
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
115
|
-
}>, {}, {}, {}, {}, {}>;
|
|
116
|
-
__isFragment?: never;
|
|
117
|
-
__isTeleport?: never;
|
|
118
|
-
__isSuspense?: never;
|
|
119
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
120
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
121
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
122
|
-
"update:open": (value: boolean) => any;
|
|
123
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
124
|
-
$slots: {
|
|
125
|
-
default?(_: {}): any;
|
|
126
|
-
};
|
|
127
|
-
});
|
|
128
|
-
TooltipTrigger: {
|
|
129
|
-
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, {
|
|
130
|
-
P: {};
|
|
131
|
-
B: {};
|
|
132
|
-
D: {};
|
|
133
|
-
C: {};
|
|
134
|
-
M: {};
|
|
135
|
-
Defaults: {};
|
|
136
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
137
|
-
__isFragment?: never;
|
|
138
|
-
__isTeleport?: never;
|
|
139
|
-
__isSuspense?: never;
|
|
140
|
-
} & 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 () => {
|
|
141
|
-
$slots: {
|
|
142
|
-
default?(_: {}): any;
|
|
143
|
-
};
|
|
144
|
-
});
|
|
145
|
-
TooltipContent: {
|
|
146
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
147
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
148
|
-
}> & Readonly<{
|
|
149
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
150
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
151
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
153
|
-
pointerDownOutside: (event: Event) => any;
|
|
154
|
-
}, import('vue').PublicProps, {
|
|
155
|
-
sideOffset: number;
|
|
156
|
-
}, 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').TooltipContentProps & {
|
|
164
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
165
|
-
}> & Readonly<{
|
|
166
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
167
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
168
|
-
}>, {}, {}, {}, {}, {
|
|
169
|
-
sideOffset: number;
|
|
170
|
-
}>;
|
|
171
|
-
__isFragment?: never;
|
|
172
|
-
__isTeleport?: never;
|
|
173
|
-
__isSuspense?: never;
|
|
174
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
175
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
176
|
-
}> & Readonly<{
|
|
177
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
178
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
179
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
180
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
181
|
-
pointerDownOutside: (event: Event) => any;
|
|
182
|
-
}, string, {
|
|
183
|
-
sideOffset: number;
|
|
184
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
|
-
$slots: {
|
|
186
|
-
default?(_: {}): any;
|
|
187
|
-
};
|
|
188
|
-
});
|
|
189
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
190
116
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
191
117
|
export default _default;
|
|
192
118
|
//# sourceMappingURL=DataArea.vue.d.ts.map
|
|
@@ -58,8 +58,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
58
58
|
sort: SortState;
|
|
59
59
|
size: "sm" | "md";
|
|
60
60
|
height: string;
|
|
61
|
-
locale: string;
|
|
62
61
|
clickable: boolean;
|
|
62
|
+
locale: string;
|
|
63
63
|
isLoading: boolean;
|
|
64
64
|
infiniteScroll: boolean;
|
|
65
65
|
infiniteScrollDistance: number;
|