@weni/unnnic-system 3.12.3-alpha.4 → 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 +15 -94
- 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 -22
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +14 -93
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +3 -54
- 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 +20 -99
- 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 +12 -63
- 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 +4 -55
- 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-e4e4f53d.mjs → es-c19444c0.mjs} +1 -1
- package/dist/{index-492e2532.mjs → index-93b45359.mjs} +51889 -54730
- 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-ac2463c3.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 +2 -21
- package/src/components/Input/Input.scss +3 -2
- package/src/components/Input/Input.vue +1 -19
- package/src/components/Input/TextInput.vue +22 -58
- 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/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 -23750
- 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 -224
- 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 -297
- 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
|
@@ -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
|
+
text: string;
|
|
86
86
|
type: import('../Button/types').ButtonType;
|
|
87
87
|
size: import('../Button/types').ButtonSize;
|
|
88
|
-
|
|
88
|
+
disabled: boolean;
|
|
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
|
+
text: string;
|
|
104
104
|
type: import('../Button/types').ButtonType;
|
|
105
105
|
size: import('../Button/types').ButtonSize;
|
|
106
|
-
|
|
106
|
+
disabled: boolean;
|
|
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
|
+
text: string;
|
|
119
119
|
type: import('../Button/types').ButtonType;
|
|
120
120
|
size: import('../Button/types').ButtonSize;
|
|
121
|
-
|
|
121
|
+
disabled: boolean;
|
|
122
122
|
iconLeft: string;
|
|
123
123
|
iconRight: string;
|
|
124
124
|
float: boolean;
|
|
@@ -23,25 +23,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
};
|
|
24
24
|
hasIconLeft: BooleanConstructor;
|
|
25
25
|
hasIconRight: BooleanConstructor;
|
|
26
|
-
hasClearIcon: BooleanConstructor;
|
|
27
26
|
maxlength: {
|
|
28
27
|
type: NumberConstructor;
|
|
29
28
|
default: null;
|
|
30
29
|
};
|
|
31
|
-
readonly: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
forceActiveStatus: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
30
|
}>, {}, {}, {
|
|
40
31
|
attributes(): any;
|
|
41
32
|
classes(): (string | {
|
|
42
33
|
'input--has-icon-left': boolean;
|
|
43
34
|
'input--has-icon-right': boolean;
|
|
44
|
-
'input--has-clear-icon': boolean;
|
|
45
35
|
})[];
|
|
46
36
|
}, {
|
|
47
37
|
fullySanitize: typeof fullySanitize;
|
|
@@ -69,19 +59,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
59
|
};
|
|
70
60
|
hasIconLeft: BooleanConstructor;
|
|
71
61
|
hasIconRight: BooleanConstructor;
|
|
72
|
-
hasClearIcon: BooleanConstructor;
|
|
73
62
|
maxlength: {
|
|
74
63
|
type: NumberConstructor;
|
|
75
64
|
default: null;
|
|
76
65
|
};
|
|
77
|
-
readonly: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
forceActiveStatus: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
66
|
}>> & Readonly<{
|
|
86
67
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
87
68
|
}>, {
|
|
@@ -90,12 +71,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
90
71
|
mask: string | unknown[];
|
|
91
72
|
hasIconLeft: boolean;
|
|
92
73
|
hasIconRight: boolean;
|
|
93
|
-
hasClearIcon: boolean;
|
|
94
74
|
modelValue: string;
|
|
95
75
|
nativeType: string;
|
|
96
76
|
maxlength: number;
|
|
97
|
-
readonly: boolean;
|
|
98
|
-
forceActiveStatus: boolean;
|
|
99
77
|
}, {}, {}, {
|
|
100
78
|
mask: any;
|
|
101
79
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/BaseInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/BaseInput.vue"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAuI8B,sBAAsB"}
|
|
@@ -77,25 +77,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
type: BooleanConstructor;
|
|
78
78
|
default: boolean;
|
|
79
79
|
};
|
|
80
|
-
readonly: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
forceActiveStatus: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
showClear: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
80
|
}>, {}, {
|
|
93
81
|
val: string;
|
|
94
82
|
}, {
|
|
95
83
|
computedError(): string | boolean;
|
|
96
84
|
}, {
|
|
97
85
|
fullySanitize: typeof fullySanitize;
|
|
98
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
86
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
99
87
|
placeholder: {
|
|
100
88
|
type: StringConstructor;
|
|
101
89
|
default: string;
|
|
@@ -173,41 +161,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
161
|
type: BooleanConstructor;
|
|
174
162
|
default: boolean;
|
|
175
163
|
};
|
|
176
|
-
readonly: {
|
|
177
|
-
type: BooleanConstructor;
|
|
178
|
-
default: boolean;
|
|
179
|
-
};
|
|
180
|
-
forceActiveStatus: {
|
|
181
|
-
type: BooleanConstructor;
|
|
182
|
-
default: boolean;
|
|
183
|
-
};
|
|
184
|
-
showClear: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
164
|
}>> & Readonly<{
|
|
189
165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
191
166
|
}>, {
|
|
192
|
-
disabled: boolean;
|
|
193
167
|
type: string;
|
|
194
|
-
placeholder: string;
|
|
195
|
-
tooltip: string;
|
|
196
|
-
label: string;
|
|
197
168
|
size: string;
|
|
169
|
+
label: string;
|
|
198
170
|
mask: string | unknown[];
|
|
171
|
+
placeholder: string;
|
|
172
|
+
tooltip: string;
|
|
199
173
|
message: string;
|
|
174
|
+
disabled: boolean;
|
|
200
175
|
modelValue: string;
|
|
201
176
|
nativeType: string;
|
|
202
177
|
maxlength: number | null;
|
|
203
|
-
readonly: boolean;
|
|
204
|
-
forceActiveStatus: boolean;
|
|
205
178
|
iconLeft: string;
|
|
206
179
|
iconRight: string;
|
|
207
180
|
iconLeftClickable: boolean;
|
|
208
181
|
iconRightClickable: boolean;
|
|
209
182
|
allowTogglePassword: boolean;
|
|
210
|
-
showClear: boolean;
|
|
211
183
|
errors: string | unknown[];
|
|
212
184
|
hasCloudyColor: boolean;
|
|
213
185
|
showMaxlengthCounter: boolean;
|
|
@@ -262,18 +234,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
262
234
|
type: BooleanConstructor;
|
|
263
235
|
default: boolean;
|
|
264
236
|
};
|
|
265
|
-
readonly: {
|
|
266
|
-
type: BooleanConstructor;
|
|
267
|
-
default: boolean;
|
|
268
|
-
};
|
|
269
|
-
forceActiveStatus: {
|
|
270
|
-
type: BooleanConstructor;
|
|
271
|
-
default: boolean;
|
|
272
|
-
};
|
|
273
|
-
showClear: {
|
|
274
|
-
type: BooleanConstructor;
|
|
275
|
-
default: boolean;
|
|
276
|
-
};
|
|
277
237
|
}>, {}, {
|
|
278
238
|
isFocused: boolean;
|
|
279
239
|
showPassword: boolean;
|
|
@@ -287,9 +247,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
287
247
|
onFocus(): void;
|
|
288
248
|
onBlur(): void;
|
|
289
249
|
onIconLeftClick(): void;
|
|
290
|
-
onClearClick(): void;
|
|
291
250
|
onIconRightClick(): void;
|
|
292
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
251
|
+
}, 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<{
|
|
293
252
|
placeholder: {
|
|
294
253
|
type: StringConstructor;
|
|
295
254
|
default: null;
|
|
@@ -339,38 +298,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
339
298
|
type: BooleanConstructor;
|
|
340
299
|
default: boolean;
|
|
341
300
|
};
|
|
342
|
-
readonly: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
forceActiveStatus: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
showClear: {
|
|
351
|
-
type: BooleanConstructor;
|
|
352
|
-
default: boolean;
|
|
353
|
-
};
|
|
354
301
|
}>> & Readonly<{
|
|
355
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
356
302
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
357
303
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
358
304
|
}>, {
|
|
359
|
-
disabled: boolean;
|
|
360
305
|
type: string;
|
|
361
|
-
placeholder: string;
|
|
362
306
|
size: string;
|
|
307
|
+
placeholder: string;
|
|
308
|
+
disabled: boolean;
|
|
363
309
|
modelValue: string;
|
|
364
310
|
nativeType: string;
|
|
365
311
|
maxlength: number;
|
|
366
|
-
readonly: boolean;
|
|
367
|
-
forceActiveStatus: boolean;
|
|
368
312
|
iconLeft: string;
|
|
369
313
|
iconRight: string;
|
|
370
314
|
iconLeftClickable: boolean;
|
|
371
315
|
iconRightClickable: boolean;
|
|
372
316
|
allowTogglePassword: boolean;
|
|
373
|
-
showClear: boolean;
|
|
374
317
|
}, {}, {
|
|
375
318
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
376
319
|
type: {
|
|
@@ -396,25 +339,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
396
339
|
};
|
|
397
340
|
hasIconLeft: BooleanConstructor;
|
|
398
341
|
hasIconRight: BooleanConstructor;
|
|
399
|
-
hasClearIcon: BooleanConstructor;
|
|
400
342
|
maxlength: {
|
|
401
343
|
type: NumberConstructor;
|
|
402
344
|
default: null;
|
|
403
345
|
};
|
|
404
|
-
readonly: {
|
|
405
|
-
type: BooleanConstructor;
|
|
406
|
-
default: boolean;
|
|
407
|
-
};
|
|
408
|
-
forceActiveStatus: {
|
|
409
|
-
type: BooleanConstructor;
|
|
410
|
-
default: boolean;
|
|
411
|
-
};
|
|
412
346
|
}>, {}, {}, {
|
|
413
347
|
attributes(): any;
|
|
414
348
|
classes(): (string | {
|
|
415
349
|
'input--has-icon-left': boolean;
|
|
416
350
|
'input--has-icon-right': boolean;
|
|
417
|
-
'input--has-clear-icon': boolean;
|
|
418
351
|
})[];
|
|
419
352
|
}, {
|
|
420
353
|
fullySanitize: typeof fullySanitize;
|
|
@@ -442,19 +375,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
442
375
|
};
|
|
443
376
|
hasIconLeft: BooleanConstructor;
|
|
444
377
|
hasIconRight: BooleanConstructor;
|
|
445
|
-
hasClearIcon: BooleanConstructor;
|
|
446
378
|
maxlength: {
|
|
447
379
|
type: NumberConstructor;
|
|
448
380
|
default: null;
|
|
449
381
|
};
|
|
450
|
-
readonly: {
|
|
451
|
-
type: BooleanConstructor;
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
forceActiveStatus: {
|
|
455
|
-
type: BooleanConstructor;
|
|
456
|
-
default: boolean;
|
|
457
|
-
};
|
|
458
382
|
}>> & Readonly<{
|
|
459
383
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
460
384
|
}>, {
|
|
@@ -463,12 +387,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
463
387
|
mask: string | unknown[];
|
|
464
388
|
hasIconLeft: boolean;
|
|
465
389
|
hasIconRight: boolean;
|
|
466
|
-
hasClearIcon: boolean;
|
|
467
390
|
modelValue: string;
|
|
468
391
|
nativeType: string;
|
|
469
392
|
maxlength: number;
|
|
470
|
-
readonly: boolean;
|
|
471
|
-
forceActiveStatus: boolean;
|
|
472
393
|
}, {}, {}, {
|
|
473
394
|
mask: any;
|
|
474
395
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -503,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
503
424
|
default: boolean;
|
|
504
425
|
};
|
|
505
426
|
error: {
|
|
506
|
-
type: (
|
|
427
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
507
428
|
default: boolean;
|
|
508
429
|
};
|
|
509
430
|
message: {
|
|
@@ -535,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
535
456
|
default: boolean;
|
|
536
457
|
};
|
|
537
458
|
error: {
|
|
538
|
-
type: (
|
|
459
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
539
460
|
default: boolean;
|
|
540
461
|
};
|
|
541
462
|
message: {
|
|
@@ -551,17 +472,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
551
472
|
default: string;
|
|
552
473
|
};
|
|
553
474
|
}>> & Readonly<{}>, {
|
|
554
|
-
disabled: boolean;
|
|
555
475
|
error: string | boolean;
|
|
556
|
-
tooltip: string;
|
|
557
|
-
label: string;
|
|
558
476
|
size: string;
|
|
477
|
+
label: string;
|
|
478
|
+
tooltip: string;
|
|
559
479
|
fixedLabel: boolean;
|
|
560
480
|
message: string;
|
|
481
|
+
disabled: boolean;
|
|
561
482
|
}, {}, {
|
|
562
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<{}>, {
|
|
563
|
-
tooltip: string;
|
|
564
484
|
label: string;
|
|
485
|
+
tooltip: string;
|
|
565
486
|
useHtmlTooltip: boolean;
|
|
566
487
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
567
488
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA2K8B,sBAAsB"}
|
|
@@ -48,18 +48,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
-
readonly: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
forceActiveStatus: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
showClear: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
51
|
}>, {}, {
|
|
64
52
|
isFocused: boolean;
|
|
65
53
|
showPassword: boolean;
|
|
@@ -73,9 +61,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
61
|
onFocus(): void;
|
|
74
62
|
onBlur(): void;
|
|
75
63
|
onIconLeftClick(): void;
|
|
76
|
-
onClearClick(): void;
|
|
77
64
|
onIconRightClick(): void;
|
|
78
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
65
|
+
}, 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<{
|
|
79
66
|
placeholder: {
|
|
80
67
|
type: StringConstructor;
|
|
81
68
|
default: null;
|
|
@@ -125,38 +112,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
112
|
type: BooleanConstructor;
|
|
126
113
|
default: boolean;
|
|
127
114
|
};
|
|
128
|
-
readonly: {
|
|
129
|
-
type: BooleanConstructor;
|
|
130
|
-
default: boolean;
|
|
131
|
-
};
|
|
132
|
-
forceActiveStatus: {
|
|
133
|
-
type: BooleanConstructor;
|
|
134
|
-
default: boolean;
|
|
135
|
-
};
|
|
136
|
-
showClear: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
115
|
}>> & Readonly<{
|
|
141
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
142
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
143
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
144
118
|
}>, {
|
|
145
|
-
disabled: boolean;
|
|
146
119
|
type: string;
|
|
147
|
-
placeholder: string;
|
|
148
120
|
size: string;
|
|
121
|
+
placeholder: string;
|
|
122
|
+
disabled: boolean;
|
|
149
123
|
modelValue: string;
|
|
150
124
|
nativeType: string;
|
|
151
125
|
maxlength: number;
|
|
152
|
-
readonly: boolean;
|
|
153
|
-
forceActiveStatus: boolean;
|
|
154
126
|
iconLeft: string;
|
|
155
127
|
iconRight: string;
|
|
156
128
|
iconLeftClickable: boolean;
|
|
157
129
|
iconRightClickable: boolean;
|
|
158
130
|
allowTogglePassword: boolean;
|
|
159
|
-
showClear: boolean;
|
|
160
131
|
}, {}, {
|
|
161
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
162
133
|
type: {
|
|
@@ -182,25 +153,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
153
|
};
|
|
183
154
|
hasIconLeft: BooleanConstructor;
|
|
184
155
|
hasIconRight: BooleanConstructor;
|
|
185
|
-
hasClearIcon: BooleanConstructor;
|
|
186
156
|
maxlength: {
|
|
187
157
|
type: NumberConstructor;
|
|
188
158
|
default: null;
|
|
189
159
|
};
|
|
190
|
-
readonly: {
|
|
191
|
-
type: BooleanConstructor;
|
|
192
|
-
default: boolean;
|
|
193
|
-
};
|
|
194
|
-
forceActiveStatus: {
|
|
195
|
-
type: BooleanConstructor;
|
|
196
|
-
default: boolean;
|
|
197
|
-
};
|
|
198
160
|
}>, {}, {}, {
|
|
199
161
|
attributes(): any;
|
|
200
162
|
classes(): (string | {
|
|
201
163
|
'input--has-icon-left': boolean;
|
|
202
164
|
'input--has-icon-right': boolean;
|
|
203
|
-
'input--has-clear-icon': boolean;
|
|
204
165
|
})[];
|
|
205
166
|
}, {
|
|
206
167
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -228,19 +189,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
189
|
};
|
|
229
190
|
hasIconLeft: BooleanConstructor;
|
|
230
191
|
hasIconRight: BooleanConstructor;
|
|
231
|
-
hasClearIcon: BooleanConstructor;
|
|
232
192
|
maxlength: {
|
|
233
193
|
type: NumberConstructor;
|
|
234
194
|
default: null;
|
|
235
195
|
};
|
|
236
|
-
readonly: {
|
|
237
|
-
type: BooleanConstructor;
|
|
238
|
-
default: boolean;
|
|
239
|
-
};
|
|
240
|
-
forceActiveStatus: {
|
|
241
|
-
type: BooleanConstructor;
|
|
242
|
-
default: boolean;
|
|
243
|
-
};
|
|
244
196
|
}>> & Readonly<{
|
|
245
197
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
246
198
|
}>, {
|
|
@@ -249,12 +201,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
201
|
mask: string | unknown[];
|
|
250
202
|
hasIconLeft: boolean;
|
|
251
203
|
hasIconRight: boolean;
|
|
252
|
-
hasClearIcon: boolean;
|
|
253
204
|
modelValue: string;
|
|
254
205
|
nativeType: string;
|
|
255
206
|
maxlength: number;
|
|
256
|
-
readonly: boolean;
|
|
257
|
-
forceActiveStatus: boolean;
|
|
258
207
|
}, {}, {}, {
|
|
259
208
|
mask: any;
|
|
260
209
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AA2CA;"}
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
placeholder: StringConstructor;
|
|
27
27
|
message: StringConstructor;
|
|
28
28
|
error: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
30
30
|
};
|
|
31
31
|
readonly: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -69,19 +69,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
placeholder: StringConstructor;
|
|
70
70
|
message: StringConstructor;
|
|
71
71
|
error: {
|
|
72
|
-
type: (
|
|
72
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{}>, {
|
|
79
|
-
disabled: boolean;
|
|
80
79
|
type: string;
|
|
81
80
|
size: string;
|
|
81
|
+
disabled: boolean;
|
|
82
82
|
nativeType: string;
|
|
83
|
-
readonly: boolean;
|
|
84
83
|
allowTogglePassword: boolean;
|
|
84
|
+
readonly: boolean;
|
|
85
85
|
}, {}, {
|
|
86
86
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
87
87
|
click: (event: Event) => any;
|
|
@@ -4,8 +4,8 @@ export interface LabelProps {
|
|
|
4
4
|
useHtmlTooltip?: boolean;
|
|
5
5
|
}
|
|
6
6
|
declare const _default: import('vue').DefineComponent<LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
7
|
-
tooltip: string;
|
|
8
7
|
label: string;
|
|
8
|
+
tooltip: string;
|
|
9
9
|
useHtmlTooltip: boolean;
|
|
10
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
11
11
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAiBA;AA4EA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;;
|
|
1
|
+
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAiBA;AA4EA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;;WAHS,MAAM;aACJ,MAAM;oBACC,OAAO;;AA8F1B,wBAQG"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
scheme: string;
|
|
80
79
|
description: string;
|
|
80
|
+
scheme: string;
|
|
81
81
|
modalIcon: string;
|
|
82
82
|
closeIcon: boolean;
|
|
83
83
|
alertMessage: string;
|