@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
|
@@ -51,11 +51,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
onClick?: (() => any) | undefined;
|
|
52
52
|
onClose?: (() => any) | undefined;
|
|
53
53
|
}>, {
|
|
54
|
-
|
|
54
|
+
text: string;
|
|
55
55
|
type: import('../Tag/types').TagType;
|
|
56
56
|
size: import('../Tag/types').TagSize;
|
|
57
|
-
text: string;
|
|
58
57
|
scheme: string;
|
|
58
|
+
disabled: boolean;
|
|
59
59
|
leftIcon: string;
|
|
60
60
|
hasCloseIcon: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -84,10 +84,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
validator(value: unknown): boolean;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
disabled: boolean;
|
|
88
|
-
label: string;
|
|
89
87
|
size: string;
|
|
90
88
|
description: string;
|
|
89
|
+
label: string;
|
|
90
|
+
disabled: boolean;
|
|
91
91
|
selectable: boolean;
|
|
92
92
|
active: boolean;
|
|
93
93
|
isMultiple: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
}, {}, {
|
|
98
98
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
101
101
|
default: boolean;
|
|
102
102
|
validator(value: unknown): boolean;
|
|
103
103
|
};
|
|
@@ -127,7 +127,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
127
|
click(): void;
|
|
128
128
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
129
129
|
modelValue: {
|
|
130
|
-
type: (
|
|
130
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
131
131
|
default: boolean;
|
|
132
132
|
validator(value: unknown): boolean;
|
|
133
133
|
};
|
|
@@ -151,8 +151,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
151
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
152
152
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
|
-
disabled: boolean;
|
|
155
154
|
label: string;
|
|
155
|
+
disabled: boolean;
|
|
156
156
|
modelValue: string | boolean;
|
|
157
157
|
helper: string;
|
|
158
158
|
textRight: string;
|
|
@@ -49,8 +49,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
-
disabled: boolean;
|
|
53
52
|
placeholder: string;
|
|
53
|
+
disabled: boolean;
|
|
54
54
|
modelValue: string;
|
|
55
55
|
options: unknown[];
|
|
56
56
|
}, {}, {
|
|
@@ -159,22 +159,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
type: BooleanConstructor;
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
|
-
readonly: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
|
-
useFocusProp: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
focus: {
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
showClear: {
|
|
175
|
-
type: BooleanConstructor;
|
|
176
|
-
default: boolean;
|
|
177
|
-
};
|
|
178
162
|
}>, {}, {
|
|
179
163
|
isFocused: boolean;
|
|
180
164
|
showPassword: boolean;
|
|
@@ -184,13 +168,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
168
|
iconScheme(): "fg-base" | "fg-muted";
|
|
185
169
|
attributes(): any;
|
|
186
170
|
}, {
|
|
187
|
-
|
|
171
|
+
focus(): void;
|
|
188
172
|
onFocus(): void;
|
|
189
173
|
onBlur(): void;
|
|
190
174
|
onIconLeftClick(): void;
|
|
191
|
-
onClearClick(): void;
|
|
192
175
|
onIconRightClick(): void;
|
|
193
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
176
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
194
177
|
placeholder: {
|
|
195
178
|
type: StringConstructor;
|
|
196
179
|
default: null;
|
|
@@ -240,43 +223,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
223
|
type: BooleanConstructor;
|
|
241
224
|
default: boolean;
|
|
242
225
|
};
|
|
243
|
-
readonly: {
|
|
244
|
-
type: BooleanConstructor;
|
|
245
|
-
default: boolean;
|
|
246
|
-
};
|
|
247
|
-
useFocusProp: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: boolean;
|
|
250
|
-
};
|
|
251
|
-
focus: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
showClear: {
|
|
256
|
-
type: BooleanConstructor;
|
|
257
|
-
default: boolean;
|
|
258
|
-
};
|
|
259
226
|
}>> & Readonly<{
|
|
260
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
261
227
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
262
228
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
263
229
|
}>, {
|
|
264
|
-
disabled: boolean;
|
|
265
|
-
focus: boolean;
|
|
266
230
|
type: string;
|
|
267
|
-
placeholder: string;
|
|
268
231
|
size: string;
|
|
232
|
+
placeholder: string;
|
|
233
|
+
disabled: boolean;
|
|
269
234
|
modelValue: string;
|
|
270
235
|
nativeType: string;
|
|
271
236
|
maxlength: number;
|
|
272
|
-
readonly: boolean;
|
|
273
|
-
useFocusProp: boolean;
|
|
274
237
|
iconLeft: string;
|
|
275
238
|
iconRight: string;
|
|
276
239
|
iconLeftClickable: boolean;
|
|
277
240
|
iconRightClickable: boolean;
|
|
278
241
|
allowTogglePassword: boolean;
|
|
279
|
-
showClear: boolean;
|
|
280
242
|
}, {}, {
|
|
281
243
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
282
244
|
type: {
|
|
@@ -302,29 +264,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
264
|
};
|
|
303
265
|
hasIconLeft: BooleanConstructor;
|
|
304
266
|
hasIconRight: BooleanConstructor;
|
|
305
|
-
hasClearIcon: BooleanConstructor;
|
|
306
267
|
maxlength: {
|
|
307
268
|
type: NumberConstructor;
|
|
308
269
|
default: null;
|
|
309
270
|
};
|
|
310
|
-
readonly: {
|
|
311
|
-
type: BooleanConstructor;
|
|
312
|
-
default: boolean;
|
|
313
|
-
};
|
|
314
|
-
useFocusProp: {
|
|
315
|
-
type: BooleanConstructor;
|
|
316
|
-
default: boolean;
|
|
317
|
-
};
|
|
318
|
-
focus: {
|
|
319
|
-
type: BooleanConstructor;
|
|
320
|
-
default: boolean;
|
|
321
|
-
};
|
|
322
271
|
}>, {}, {}, {
|
|
323
272
|
attributes(): any;
|
|
324
273
|
classes(): (string | {
|
|
325
274
|
'input--has-icon-left': boolean;
|
|
326
275
|
'input--has-icon-right': boolean;
|
|
327
|
-
'input--has-clear-icon': boolean;
|
|
328
276
|
})[];
|
|
329
277
|
}, {
|
|
330
278
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -352,38 +300,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
300
|
};
|
|
353
301
|
hasIconLeft: BooleanConstructor;
|
|
354
302
|
hasIconRight: BooleanConstructor;
|
|
355
|
-
hasClearIcon: BooleanConstructor;
|
|
356
303
|
maxlength: {
|
|
357
304
|
type: NumberConstructor;
|
|
358
305
|
default: null;
|
|
359
306
|
};
|
|
360
|
-
readonly: {
|
|
361
|
-
type: BooleanConstructor;
|
|
362
|
-
default: boolean;
|
|
363
|
-
};
|
|
364
|
-
useFocusProp: {
|
|
365
|
-
type: BooleanConstructor;
|
|
366
|
-
default: boolean;
|
|
367
|
-
};
|
|
368
|
-
focus: {
|
|
369
|
-
type: BooleanConstructor;
|
|
370
|
-
default: boolean;
|
|
371
|
-
};
|
|
372
307
|
}>> & Readonly<{
|
|
373
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
374
309
|
}>, {
|
|
375
|
-
focus: boolean;
|
|
376
310
|
type: string;
|
|
377
311
|
size: string;
|
|
378
312
|
mask: string | unknown[];
|
|
379
313
|
hasIconLeft: boolean;
|
|
380
314
|
hasIconRight: boolean;
|
|
381
|
-
hasClearIcon: boolean;
|
|
382
315
|
modelValue: string;
|
|
383
316
|
nativeType: string;
|
|
384
317
|
maxlength: number;
|
|
385
|
-
readonly: boolean;
|
|
386
|
-
useFocusProp: boolean;
|
|
387
318
|
}, {}, {}, {
|
|
388
319
|
mask: any;
|
|
389
320
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -126,11 +126,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
|
+
shortcutText: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
default: null;
|
|
132
|
+
};
|
|
129
133
|
enableHtml: {
|
|
130
134
|
type: BooleanConstructor;
|
|
131
135
|
default: boolean;
|
|
132
136
|
};
|
|
133
|
-
}>, {}, {
|
|
137
|
+
}>, {}, {
|
|
138
|
+
topPos: null;
|
|
139
|
+
leftPos: null;
|
|
140
|
+
}, {}, {
|
|
141
|
+
handleResize(): void;
|
|
142
|
+
getRightPost(element: any): void;
|
|
143
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
134
144
|
text: {
|
|
135
145
|
type: StringConstructor;
|
|
136
146
|
default: string;
|
|
@@ -152,107 +162,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
162
|
type: StringConstructor;
|
|
153
163
|
default: string;
|
|
154
164
|
};
|
|
165
|
+
shortcutText: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: null;
|
|
168
|
+
};
|
|
155
169
|
enableHtml: {
|
|
156
170
|
type: BooleanConstructor;
|
|
157
171
|
default: boolean;
|
|
158
172
|
};
|
|
159
173
|
}>> & Readonly<{}>, {
|
|
160
|
-
side: string;
|
|
161
174
|
text: string;
|
|
162
175
|
enabled: boolean;
|
|
163
176
|
forceOpen: boolean;
|
|
177
|
+
side: string;
|
|
164
178
|
maxWidth: string;
|
|
179
|
+
shortcutText: string;
|
|
165
180
|
enableHtml: boolean;
|
|
166
|
-
}, {}, {
|
|
167
|
-
Tooltip: {
|
|
168
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
169
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
170
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
171
|
-
"update:open": (value: boolean) => any;
|
|
172
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
173
|
-
P: {};
|
|
174
|
-
B: {};
|
|
175
|
-
D: {};
|
|
176
|
-
C: {};
|
|
177
|
-
M: {};
|
|
178
|
-
Defaults: {};
|
|
179
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
180
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
181
|
-
}>, {}, {}, {}, {}, {}>;
|
|
182
|
-
__isFragment?: never;
|
|
183
|
-
__isTeleport?: never;
|
|
184
|
-
__isSuspense?: never;
|
|
185
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
186
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
187
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
-
"update:open": (value: boolean) => any;
|
|
189
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
190
|
-
$slots: {
|
|
191
|
-
default?(_: {}): any;
|
|
192
|
-
};
|
|
193
|
-
});
|
|
194
|
-
TooltipTrigger: {
|
|
195
|
-
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, {
|
|
196
|
-
P: {};
|
|
197
|
-
B: {};
|
|
198
|
-
D: {};
|
|
199
|
-
C: {};
|
|
200
|
-
M: {};
|
|
201
|
-
Defaults: {};
|
|
202
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
203
|
-
__isFragment?: never;
|
|
204
|
-
__isTeleport?: never;
|
|
205
|
-
__isSuspense?: never;
|
|
206
|
-
} & 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 () => {
|
|
207
|
-
$slots: {
|
|
208
|
-
default?(_: {}): any;
|
|
209
|
-
};
|
|
210
|
-
});
|
|
211
|
-
TooltipContent: {
|
|
212
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
213
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
214
|
-
}> & Readonly<{
|
|
215
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
216
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
217
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
218
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
219
|
-
pointerDownOutside: (event: Event) => any;
|
|
220
|
-
}, import('vue').PublicProps, {
|
|
221
|
-
sideOffset: number;
|
|
222
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
223
|
-
P: {};
|
|
224
|
-
B: {};
|
|
225
|
-
D: {};
|
|
226
|
-
C: {};
|
|
227
|
-
M: {};
|
|
228
|
-
Defaults: {};
|
|
229
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
230
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
231
|
-
}> & Readonly<{
|
|
232
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
234
|
-
}>, {}, {}, {}, {}, {
|
|
235
|
-
sideOffset: number;
|
|
236
|
-
}>;
|
|
237
|
-
__isFragment?: never;
|
|
238
|
-
__isTeleport?: never;
|
|
239
|
-
__isSuspense?: never;
|
|
240
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
241
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
242
|
-
}> & Readonly<{
|
|
243
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
244
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
245
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
246
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
247
|
-
pointerDownOutside: (event: Event) => any;
|
|
248
|
-
}, string, {
|
|
249
|
-
sideOffset: number;
|
|
250
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
251
|
-
$slots: {
|
|
252
|
-
default?(_: {}): any;
|
|
253
|
-
};
|
|
254
|
-
});
|
|
255
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
181
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
256
182
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
257
183
|
click: (event: Event) => any;
|
|
258
184
|
mousedown: (event: Event) => any;
|
|
@@ -99,10 +99,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
}>> & Readonly<{
|
|
100
100
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
|
-
disabled: boolean;
|
|
103
|
-
label: string;
|
|
104
102
|
size: string;
|
|
103
|
+
label: string;
|
|
105
104
|
option: string;
|
|
105
|
+
disabled: boolean;
|
|
106
106
|
modelValue: boolean;
|
|
107
107
|
helper: string;
|
|
108
108
|
textRight: string;
|
|
@@ -112,8 +112,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
useVModel: boolean;
|
|
113
113
|
}, {}, {
|
|
114
114
|
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<{}>, {
|
|
115
|
-
tooltip: string;
|
|
116
115
|
label: string;
|
|
116
|
+
tooltip: string;
|
|
117
117
|
useHtmlTooltip: boolean;
|
|
118
118
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
119
119
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -99,11 +99,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
type: StringConstructor;
|
|
100
100
|
default: string;
|
|
101
101
|
};
|
|
102
|
+
shortcutText: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: null;
|
|
105
|
+
};
|
|
102
106
|
enableHtml: {
|
|
103
107
|
type: BooleanConstructor;
|
|
104
108
|
default: boolean;
|
|
105
109
|
};
|
|
106
|
-
}>, {}, {
|
|
110
|
+
}>, {}, {
|
|
111
|
+
topPos: null;
|
|
112
|
+
leftPos: null;
|
|
113
|
+
}, {}, {
|
|
114
|
+
handleResize(): void;
|
|
115
|
+
getRightPost(element: any): void;
|
|
116
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
107
117
|
text: {
|
|
108
118
|
type: StringConstructor;
|
|
109
119
|
default: string;
|
|
@@ -125,107 +135,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
135
|
type: StringConstructor;
|
|
126
136
|
default: string;
|
|
127
137
|
};
|
|
138
|
+
shortcutText: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: null;
|
|
141
|
+
};
|
|
128
142
|
enableHtml: {
|
|
129
143
|
type: BooleanConstructor;
|
|
130
144
|
default: boolean;
|
|
131
145
|
};
|
|
132
146
|
}>> & Readonly<{}>, {
|
|
133
|
-
side: string;
|
|
134
147
|
text: string;
|
|
135
148
|
enabled: boolean;
|
|
136
149
|
forceOpen: boolean;
|
|
150
|
+
side: string;
|
|
137
151
|
maxWidth: string;
|
|
152
|
+
shortcutText: string;
|
|
138
153
|
enableHtml: boolean;
|
|
139
|
-
}, {}, {
|
|
140
|
-
Tooltip: {
|
|
141
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
142
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
143
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
144
|
-
"update:open": (value: boolean) => any;
|
|
145
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
146
|
-
P: {};
|
|
147
|
-
B: {};
|
|
148
|
-
D: {};
|
|
149
|
-
C: {};
|
|
150
|
-
M: {};
|
|
151
|
-
Defaults: {};
|
|
152
|
-
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
153
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
154
|
-
}>, {}, {}, {}, {}, {}>;
|
|
155
|
-
__isFragment?: never;
|
|
156
|
-
__isTeleport?: never;
|
|
157
|
-
__isSuspense?: never;
|
|
158
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
159
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
160
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
-
"update:open": (value: boolean) => any;
|
|
162
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
163
|
-
$slots: {
|
|
164
|
-
default?(_: {}): any;
|
|
165
|
-
};
|
|
166
|
-
});
|
|
167
|
-
TooltipTrigger: {
|
|
168
|
-
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, {
|
|
169
|
-
P: {};
|
|
170
|
-
B: {};
|
|
171
|
-
D: {};
|
|
172
|
-
C: {};
|
|
173
|
-
M: {};
|
|
174
|
-
Defaults: {};
|
|
175
|
-
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
176
|
-
__isFragment?: never;
|
|
177
|
-
__isTeleport?: never;
|
|
178
|
-
__isSuspense?: never;
|
|
179
|
-
} & 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 () => {
|
|
180
|
-
$slots: {
|
|
181
|
-
default?(_: {}): any;
|
|
182
|
-
};
|
|
183
|
-
});
|
|
184
|
-
TooltipContent: {
|
|
185
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
186
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
187
|
-
}> & Readonly<{
|
|
188
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
189
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
190
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
191
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
192
|
-
pointerDownOutside: (event: Event) => any;
|
|
193
|
-
}, import('vue').PublicProps, {
|
|
194
|
-
sideOffset: number;
|
|
195
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
196
|
-
P: {};
|
|
197
|
-
B: {};
|
|
198
|
-
D: {};
|
|
199
|
-
C: {};
|
|
200
|
-
M: {};
|
|
201
|
-
Defaults: {};
|
|
202
|
-
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
203
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
204
|
-
}> & Readonly<{
|
|
205
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
207
|
-
}>, {}, {}, {}, {}, {
|
|
208
|
-
sideOffset: number;
|
|
209
|
-
}>;
|
|
210
|
-
__isFragment?: never;
|
|
211
|
-
__isTeleport?: never;
|
|
212
|
-
__isSuspense?: never;
|
|
213
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
214
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
215
|
-
}> & Readonly<{
|
|
216
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
217
|
-
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
218
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
219
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
220
|
-
pointerDownOutside: (event: Event) => any;
|
|
221
|
-
}, string, {
|
|
222
|
-
sideOffset: number;
|
|
223
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
224
|
-
$slots: {
|
|
225
|
-
default?(_: {}): any;
|
|
226
|
-
};
|
|
227
|
-
});
|
|
228
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
154
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
229
155
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
230
156
|
export default _default;
|
|
231
157
|
//# sourceMappingURL=Tab.vue.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
cell: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
getIsComponent(cell: any): boolean;
|
|
8
8
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
cell: {
|
|
10
|
-
type: (
|
|
10
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
@@ -109,10 +109,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
-
|
|
112
|
+
text: string;
|
|
113
113
|
type: import('../Button/types').ButtonType;
|
|
114
114
|
size: import('../Button/types').ButtonSize;
|
|
115
|
-
|
|
115
|
+
disabled: boolean;
|
|
116
116
|
iconLeft: string;
|
|
117
117
|
iconRight: string;
|
|
118
118
|
float: boolean;
|
|
@@ -127,10 +127,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
127
|
M: {};
|
|
128
128
|
Defaults: {};
|
|
129
129
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
|
|
130
|
+
text: string;
|
|
131
131
|
type: import('../Button/types').ButtonType;
|
|
132
132
|
size: import('../Button/types').ButtonSize;
|
|
133
|
-
|
|
133
|
+
disabled: boolean;
|
|
134
134
|
iconLeft: string;
|
|
135
135
|
iconRight: string;
|
|
136
136
|
float: boolean;
|
|
@@ -142,10 +142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
__isTeleport?: never;
|
|
143
143
|
__isSuspense?: never;
|
|
144
144
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
145
|
-
|
|
145
|
+
text: string;
|
|
146
146
|
type: import('../Button/types').ButtonType;
|
|
147
147
|
size: import('../Button/types').ButtonSize;
|
|
148
|
-
|
|
148
|
+
disabled: boolean;
|
|
149
149
|
iconLeft: string;
|
|
150
150
|
iconRight: string;
|
|
151
151
|
float: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefaultTagProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<DefaultTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DefaultTagProps> & Readonly<{}>, {
|
|
3
|
-
size: import('./types').TagSize;
|
|
4
3
|
text: string;
|
|
4
|
+
size: import('./types').TagSize;
|
|
5
5
|
scheme: string;
|
|
6
6
|
leftIcon: string;
|
|
7
7
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
@@ -6,11 +6,11 @@ declare const _default: import('vue').DefineComponent<TagProps, {}, {}, {}, {},
|
|
|
6
6
|
onClick?: (() => any) | undefined;
|
|
7
7
|
onClose?: (() => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
|
|
9
|
+
text: string;
|
|
10
10
|
type: import('./types').TagType;
|
|
11
11
|
size: import('./types').TagSize;
|
|
12
|
-
text: string;
|
|
13
12
|
scheme: string;
|
|
13
|
+
disabled: boolean;
|
|
14
14
|
leftIcon: string;
|
|
15
15
|
hasCloseIcon: boolean;
|
|
16
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -91,12 +91,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
}>> & Readonly<{
|
|
92
92
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
disabled: boolean;
|
|
95
94
|
resize: string;
|
|
96
95
|
type: string;
|
|
97
|
-
tooltip: string;
|
|
98
96
|
size: string;
|
|
97
|
+
tooltip: string;
|
|
99
98
|
message: string;
|
|
99
|
+
disabled: boolean;
|
|
100
100
|
errors: unknown[] | null;
|
|
101
101
|
}, {}, {
|
|
102
102
|
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
default: boolean;
|
|
115
115
|
};
|
|
116
116
|
error: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
120
|
message: {
|
|
@@ -146,7 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
146
|
default: boolean;
|
|
147
147
|
};
|
|
148
148
|
error: {
|
|
149
|
-
type: (
|
|
149
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
message: {
|
|
@@ -162,17 +162,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
162
|
default: string;
|
|
163
163
|
};
|
|
164
164
|
}>> & Readonly<{}>, {
|
|
165
|
-
disabled: boolean;
|
|
166
165
|
error: string | boolean;
|
|
167
|
-
tooltip: string;
|
|
168
|
-
label: string;
|
|
169
166
|
size: string;
|
|
167
|
+
label: string;
|
|
168
|
+
tooltip: string;
|
|
170
169
|
fixedLabel: boolean;
|
|
171
170
|
message: string;
|
|
171
|
+
disabled: boolean;
|
|
172
172
|
}, {}, {
|
|
173
173
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
174
|
-
tooltip: string;
|
|
175
174
|
label: string;
|
|
175
|
+
tooltip: string;
|
|
176
176
|
useHtmlTooltip: boolean;
|
|
177
177
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
178
178
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|