@weni/unnnic-system 3.11.2 → 3.11.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +109 -18
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +218 -36
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +120 -29
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +110 -19
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +109 -18
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +109 -18
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +110 -19
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +115 -24
- package/dist/components/ChartLine/ChartLine.vue.d.ts +109 -18
- package/dist/components/ChatText/ChatText.vue.d.ts +109 -18
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +109 -18
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +109 -18
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +10 -10
- package/dist/components/Drawer/Drawer.vue.d.ts +37 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +4 -4
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/Input.vue.d.ts +9 -9
- package/dist/components/Input/TextInput.vue.d.ts +2 -2
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +15 -15
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +109 -18
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +11 -11
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +3 -3
- package/dist/components/Slider/Slider.vue.d.ts +109 -18
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +109 -18
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +5 -5
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +109 -18
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/index.d.ts +5 -0
- package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-042a0d15.mjs → es-9cccca43.mjs} +1 -1
- package/dist/{index-fd0ea6b9.mjs → index-386c3448.mjs} +99605 -96738
- package/dist/{pt-br-3b7cced5.mjs → pt-br-9303b2c4.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +232 -196
- package/dist/unnnic.umd.js +48 -44
- package/package.json +2 -1
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Drawer/Drawer.vue +188 -269
- package/src/components/Drawer/__tests__/Drawer.spec.js +31 -46
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/ModalDialog/ModalDialog.vue +62 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/Toast/Toast.vue +12 -8
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +86 -12
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +130 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +79 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +27 -0
- package/src/components/ui/drawer/DrawerClose.vue +37 -0
- package/src/components/ui/drawer/DrawerContent.vue +102 -0
- package/src/components/ui/drawer/DrawerDescription.vue +40 -0
- package/src/components/ui/drawer/DrawerFooter.vue +38 -0
- package/src/components/ui/drawer/DrawerHeader.vue +57 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +34 -0
- package/src/components/ui/drawer/DrawerTitle.vue +37 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/popover/PopoverContent.vue +0 -2
- package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
- package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
- package/src/components/ui/segmented-control/index.ts +4 -0
- package/src/components/ui/tabs/TabsTrigger.vue +4 -20
- package/src/components/ui/tooltip/Tooltip.vue +15 -0
- package/src/components/ui/tooltip/TooltipContent.vue +73 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +610 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Tabs.stories.js +1 -1
|
@@ -60,21 +60,11 @@ 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
|
-
};
|
|
67
63
|
enableHtml: {
|
|
68
64
|
type: BooleanConstructor;
|
|
69
65
|
default: boolean;
|
|
70
66
|
};
|
|
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<{
|
|
67
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
68
|
text: {
|
|
79
69
|
type: StringConstructor;
|
|
80
70
|
default: string;
|
|
@@ -96,23 +86,124 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
86
|
type: StringConstructor;
|
|
97
87
|
default: string;
|
|
98
88
|
};
|
|
99
|
-
shortcutText: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: null;
|
|
102
|
-
};
|
|
103
89
|
enableHtml: {
|
|
104
90
|
type: BooleanConstructor;
|
|
105
91
|
default: boolean;
|
|
106
92
|
};
|
|
107
93
|
}>> & Readonly<{}>, {
|
|
94
|
+
side: string;
|
|
108
95
|
text: string;
|
|
109
96
|
enabled: boolean;
|
|
110
97
|
forceOpen: boolean;
|
|
111
|
-
side: string;
|
|
112
98
|
maxWidth: string;
|
|
113
|
-
shortcutText: string;
|
|
114
99
|
enableHtml: boolean;
|
|
115
|
-
}, {}, {
|
|
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
|
+
TooltipProvider: {
|
|
129
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
130
|
+
P: {};
|
|
131
|
+
B: {};
|
|
132
|
+
D: {};
|
|
133
|
+
C: {};
|
|
134
|
+
M: {};
|
|
135
|
+
Defaults: {};
|
|
136
|
+
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
137
|
+
__isFragment?: never;
|
|
138
|
+
__isTeleport?: never;
|
|
139
|
+
__isSuspense?: never;
|
|
140
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
141
|
+
$slots: {
|
|
142
|
+
default?(_: {}): any;
|
|
143
|
+
};
|
|
144
|
+
});
|
|
145
|
+
TooltipTrigger: {
|
|
146
|
+
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, {
|
|
147
|
+
P: {};
|
|
148
|
+
B: {};
|
|
149
|
+
D: {};
|
|
150
|
+
C: {};
|
|
151
|
+
M: {};
|
|
152
|
+
Defaults: {};
|
|
153
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
154
|
+
__isFragment?: never;
|
|
155
|
+
__isTeleport?: never;
|
|
156
|
+
__isSuspense?: never;
|
|
157
|
+
} & 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 () => {
|
|
158
|
+
$slots: {
|
|
159
|
+
default?(_: {}): any;
|
|
160
|
+
};
|
|
161
|
+
});
|
|
162
|
+
TooltipContent: {
|
|
163
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<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
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
169
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
|
+
pointerDownOutside: (event: Event) => any;
|
|
171
|
+
}, import('vue').PublicProps, {
|
|
172
|
+
sideOffset: number;
|
|
173
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
174
|
+
P: {};
|
|
175
|
+
B: {};
|
|
176
|
+
D: {};
|
|
177
|
+
C: {};
|
|
178
|
+
M: {};
|
|
179
|
+
Defaults: {};
|
|
180
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
181
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
182
|
+
}> & Readonly<{
|
|
183
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
185
|
+
}>, {}, {}, {}, {}, {
|
|
186
|
+
sideOffset: number;
|
|
187
|
+
}>;
|
|
188
|
+
__isFragment?: never;
|
|
189
|
+
__isTeleport?: never;
|
|
190
|
+
__isSuspense?: never;
|
|
191
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
192
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
193
|
+
}> & Readonly<{
|
|
194
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
195
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
196
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
197
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
198
|
+
pointerDownOutside: (event: Event) => any;
|
|
199
|
+
}, string, {
|
|
200
|
+
sideOffset: number;
|
|
201
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
202
|
+
$slots: {
|
|
203
|
+
default?(_: {}): any;
|
|
204
|
+
};
|
|
205
|
+
});
|
|
206
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
116
207
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
208
|
export default _default;
|
|
118
209
|
//# 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
|
-
clickable: boolean;
|
|
62
61
|
locale: string;
|
|
62
|
+
clickable: boolean;
|
|
63
63
|
isLoading: boolean;
|
|
64
64
|
infiniteScroll: boolean;
|
|
65
65
|
infiniteScrollDistance: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;YASN,MAAM;eAPH,OAAO;eAJP,OAAO;oBAaF,OAAO;4BACC,MAAM;iBARjB,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;4BAKI,OAAO;mBAChB,OAAO;8EAidvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
size: string;
|
|
59
58
|
placeholder: string;
|
|
59
|
+
size: string;
|
|
60
60
|
startDate: Date;
|
|
61
61
|
endDate: Date;
|
|
62
62
|
dateFormat: string;
|
|
@@ -227,14 +227,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
227
227
|
}>> & Readonly<{
|
|
228
228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
229
229
|
}>, {
|
|
230
|
+
disabled: boolean;
|
|
230
231
|
type: string;
|
|
231
|
-
|
|
232
|
+
placeholder: string;
|
|
232
233
|
label: string;
|
|
234
|
+
size: string;
|
|
233
235
|
mask: string | unknown[];
|
|
234
|
-
placeholder: string;
|
|
235
236
|
tooltip: string;
|
|
236
237
|
message: string;
|
|
237
|
-
disabled: boolean;
|
|
238
238
|
modelValue: string;
|
|
239
239
|
nativeType: string;
|
|
240
240
|
maxlength: number | null;
|
|
@@ -365,10 +365,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
365
365
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
366
366
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
367
367
|
}>, {
|
|
368
|
+
disabled: boolean;
|
|
368
369
|
type: string;
|
|
369
|
-
size: string;
|
|
370
370
|
placeholder: string;
|
|
371
|
-
|
|
371
|
+
size: string;
|
|
372
372
|
modelValue: string;
|
|
373
373
|
nativeType: string;
|
|
374
374
|
maxlength: number;
|
|
@@ -487,7 +487,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
487
|
default: boolean;
|
|
488
488
|
};
|
|
489
489
|
error: {
|
|
490
|
-
type: (
|
|
490
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
491
491
|
default: boolean;
|
|
492
492
|
};
|
|
493
493
|
message: {
|
|
@@ -519,7 +519,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
519
|
default: boolean;
|
|
520
520
|
};
|
|
521
521
|
error: {
|
|
522
|
-
type: (
|
|
522
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
523
523
|
default: boolean;
|
|
524
524
|
};
|
|
525
525
|
message: {
|
|
@@ -535,13 +535,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
535
535
|
default: string;
|
|
536
536
|
};
|
|
537
537
|
}>> & Readonly<{}>, {
|
|
538
|
+
disabled: boolean;
|
|
538
539
|
error: string | boolean;
|
|
539
|
-
size: string;
|
|
540
540
|
label: string;
|
|
541
|
+
size: string;
|
|
541
542
|
tooltip: string;
|
|
542
543
|
fixedLabel: boolean;
|
|
543
544
|
message: string;
|
|
544
|
-
disabled: boolean;
|
|
545
545
|
}, {}, {
|
|
546
546
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
547
547
|
label: string;
|
|
@@ -1,142 +1,14 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
disabledPrimaryButton: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
disabledSecondaryButton: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
loadingPrimaryButton: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
loadingSecondaryButton: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
primaryButtonText: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
primaryButtonType: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
secondaryButtonText: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
size: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
validator(val: unknown): boolean;
|
|
42
|
-
};
|
|
43
|
-
wide: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
withoutOverlay: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
closeIcon: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
distinctCloseBack: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
}>, {}, {
|
|
64
|
-
showDrawer: boolean;
|
|
65
|
-
}, {
|
|
66
|
-
showFooter(): boolean;
|
|
67
|
-
}, {
|
|
68
|
-
transitionClose(callback: any): void;
|
|
69
|
-
close(): void;
|
|
70
|
-
back(): void;
|
|
71
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "back" | "primaryButtonClick" | "secondaryButtonClick")[], "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
|
-
title: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
description: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
disabledPrimaryButton: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
disabledSecondaryButton: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
loadingPrimaryButton: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
loadingSecondaryButton: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
primaryButtonText: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
primaryButtonType: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
secondaryButtonText: {
|
|
105
|
-
type: StringConstructor;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
size: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
validator(val: unknown): boolean;
|
|
112
|
-
};
|
|
113
|
-
wide: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
|
-
modelValue: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
withoutOverlay: {
|
|
122
|
-
type: BooleanConstructor;
|
|
123
|
-
default: boolean;
|
|
124
|
-
};
|
|
125
|
-
closeIcon: {
|
|
126
|
-
type: StringConstructor;
|
|
127
|
-
default: string;
|
|
128
|
-
};
|
|
129
|
-
distinctCloseBack: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
}>> & Readonly<{
|
|
134
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
135
|
-
onBack?: ((...args: any[]) => any) | undefined;
|
|
136
|
-
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
137
|
-
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
138
|
-
}>, {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", ...args: any[]) => void;
|
|
8
|
+
class: string;
|
|
139
9
|
size: string;
|
|
10
|
+
title: string;
|
|
11
|
+
modelValue: boolean;
|
|
140
12
|
description: string;
|
|
141
13
|
closeIcon: string;
|
|
142
14
|
disabledPrimaryButton: boolean;
|
|
@@ -146,75 +18,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
18
|
primaryButtonText: string;
|
|
147
19
|
primaryButtonType: string;
|
|
148
20
|
secondaryButtonText: string;
|
|
149
|
-
wide: boolean;
|
|
150
21
|
withoutOverlay: boolean;
|
|
151
22
|
distinctCloseBack: boolean;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
loading: boolean;
|
|
180
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
181
|
-
P: {};
|
|
182
|
-
B: {};
|
|
183
|
-
D: {};
|
|
184
|
-
C: {};
|
|
185
|
-
M: {};
|
|
186
|
-
Defaults: {};
|
|
187
|
-
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
188
|
-
text: string;
|
|
189
|
-
type: import('../Button/types').ButtonType;
|
|
190
|
-
size: import('../Button/types').ButtonSize;
|
|
191
|
-
disabled: boolean;
|
|
192
|
-
iconLeft: string;
|
|
193
|
-
iconRight: string;
|
|
194
|
-
float: boolean;
|
|
195
|
-
iconCenter: string;
|
|
196
|
-
iconsFilled: boolean;
|
|
197
|
-
loading: boolean;
|
|
198
|
-
}>;
|
|
199
|
-
__isFragment?: never;
|
|
200
|
-
__isTeleport?: never;
|
|
201
|
-
__isSuspense?: never;
|
|
202
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
203
|
-
text: string;
|
|
204
|
-
type: import('../Button/types').ButtonType;
|
|
205
|
-
size: import('../Button/types').ButtonSize;
|
|
206
|
-
disabled: boolean;
|
|
207
|
-
iconLeft: string;
|
|
208
|
-
iconRight: string;
|
|
209
|
-
float: boolean;
|
|
210
|
-
iconCenter: string;
|
|
211
|
-
iconsFilled: boolean;
|
|
212
|
-
loading: boolean;
|
|
213
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
|
-
$slots: {
|
|
215
|
-
default?(_: {}): any;
|
|
216
|
-
};
|
|
217
|
-
});
|
|
218
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
-
export default _default;
|
|
23
|
+
$props: {
|
|
24
|
+
readonly class?: string | undefined;
|
|
25
|
+
readonly size?: string | undefined;
|
|
26
|
+
readonly title?: string | undefined;
|
|
27
|
+
readonly modelValue?: boolean | undefined;
|
|
28
|
+
readonly description?: string | undefined;
|
|
29
|
+
readonly closeIcon?: string | undefined;
|
|
30
|
+
readonly disabledPrimaryButton?: boolean | undefined;
|
|
31
|
+
readonly disabledSecondaryButton?: boolean | undefined;
|
|
32
|
+
readonly loadingPrimaryButton?: boolean | undefined;
|
|
33
|
+
readonly loadingSecondaryButton?: boolean | undefined;
|
|
34
|
+
readonly primaryButtonText?: string | undefined;
|
|
35
|
+
readonly primaryButtonType?: string | undefined;
|
|
36
|
+
readonly secondaryButtonText?: string | undefined;
|
|
37
|
+
readonly withoutOverlay?: boolean | undefined;
|
|
38
|
+
readonly distinctCloseBack?: boolean | undefined;
|
|
39
|
+
};
|
|
40
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
type __VLS_TemplateResult = {
|
|
42
|
+
attrs: Partial<{}>;
|
|
43
|
+
slots: {
|
|
44
|
+
title?(_: {}): any;
|
|
45
|
+
content?(_: {}): any;
|
|
46
|
+
};
|
|
47
|
+
refs: {};
|
|
48
|
+
rootEl: any;
|
|
49
|
+
};
|
|
220
50
|
//# sourceMappingURL=Drawer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"AA2FA;wBAmpBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAZjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2OASG"}
|
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
42
|
}>> & Readonly<{
|
|
43
43
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
+
open: boolean;
|
|
45
46
|
forceOpen: boolean;
|
|
46
47
|
position: string;
|
|
47
48
|
useOpenProp: boolean;
|
|
48
|
-
open: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
default: boolean;
|
|
15
15
|
};
|
|
16
16
|
error: {
|
|
17
|
-
type: (
|
|
17
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
20
|
message: {
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
error: {
|
|
49
|
-
type: (
|
|
49
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
message: {
|
|
@@ -62,13 +62,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
+
disabled: boolean;
|
|
65
66
|
error: string | boolean;
|
|
66
|
-
size: string;
|
|
67
67
|
label: string;
|
|
68
|
+
size: string;
|
|
68
69
|
tooltip: string;
|
|
69
70
|
fixedLabel: boolean;
|
|
70
71
|
message: string;
|
|
71
|
-
disabled: boolean;
|
|
72
72
|
}, {}, {
|
|
73
73
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
74
74
|
label: string;
|
|
@@ -82,10 +82,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
}, {}, {
|
|
83
83
|
UnnnicButton: {
|
|
84
84
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
85
|
-
|
|
85
|
+
disabled: boolean;
|
|
86
86
|
type: import('../Button/types').ButtonType;
|
|
87
87
|
size: import('../Button/types').ButtonSize;
|
|
88
|
-
|
|
88
|
+
text: string;
|
|
89
89
|
iconLeft: string;
|
|
90
90
|
iconRight: string;
|
|
91
91
|
float: boolean;
|
|
@@ -100,10 +100,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
100
100
|
M: {};
|
|
101
101
|
Defaults: {};
|
|
102
102
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
103
|
-
|
|
103
|
+
disabled: boolean;
|
|
104
104
|
type: import('../Button/types').ButtonType;
|
|
105
105
|
size: import('../Button/types').ButtonSize;
|
|
106
|
-
|
|
106
|
+
text: string;
|
|
107
107
|
iconLeft: string;
|
|
108
108
|
iconRight: string;
|
|
109
109
|
float: boolean;
|
|
@@ -115,10 +115,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
115
|
__isTeleport?: never;
|
|
116
116
|
__isSuspense?: never;
|
|
117
117
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
118
|
-
|
|
118
|
+
disabled: boolean;
|
|
119
119
|
type: import('../Button/types').ButtonType;
|
|
120
120
|
size: import('../Button/types').ButtonSize;
|
|
121
|
-
|
|
121
|
+
text: string;
|
|
122
122
|
iconLeft: string;
|
|
123
123
|
iconRight: string;
|
|
124
124
|
float: boolean;
|
|
@@ -164,14 +164,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
}>> & Readonly<{
|
|
165
165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
+
disabled: boolean;
|
|
167
168
|
type: string;
|
|
168
|
-
|
|
169
|
+
placeholder: string;
|
|
169
170
|
label: string;
|
|
171
|
+
size: string;
|
|
170
172
|
mask: string | unknown[];
|
|
171
|
-
placeholder: string;
|
|
172
173
|
tooltip: string;
|
|
173
174
|
message: string;
|
|
174
|
-
disabled: boolean;
|
|
175
175
|
modelValue: string;
|
|
176
176
|
nativeType: string;
|
|
177
177
|
maxlength: number | null;
|
|
@@ -302,10 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
302
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
303
303
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
304
304
|
}>, {
|
|
305
|
+
disabled: boolean;
|
|
305
306
|
type: string;
|
|
306
|
-
size: string;
|
|
307
307
|
placeholder: string;
|
|
308
|
-
|
|
308
|
+
size: string;
|
|
309
309
|
modelValue: string;
|
|
310
310
|
nativeType: string;
|
|
311
311
|
maxlength: number;
|
|
@@ -424,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
424
|
default: boolean;
|
|
425
425
|
};
|
|
426
426
|
error: {
|
|
427
|
-
type: (
|
|
427
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
430
|
message: {
|
|
@@ -456,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
456
|
default: boolean;
|
|
457
457
|
};
|
|
458
458
|
error: {
|
|
459
|
-
type: (
|
|
459
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
460
460
|
default: boolean;
|
|
461
461
|
};
|
|
462
462
|
message: {
|
|
@@ -472,13 +472,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
472
472
|
default: string;
|
|
473
473
|
};
|
|
474
474
|
}>> & Readonly<{}>, {
|
|
475
|
+
disabled: boolean;
|
|
475
476
|
error: string | boolean;
|
|
476
|
-
size: string;
|
|
477
477
|
label: string;
|
|
478
|
+
size: string;
|
|
478
479
|
tooltip: string;
|
|
479
480
|
fixedLabel: boolean;
|
|
480
481
|
message: string;
|
|
481
|
-
disabled: boolean;
|
|
482
482
|
}, {}, {
|
|
483
483
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
484
484
|
label: string;
|