@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
|
@@ -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: (StringConstructor | BooleanConstructor)[];
|
|
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: (StringConstructor | BooleanConstructor)[];
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
message: {
|
|
@@ -62,17 +62,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
-
disabled: boolean;
|
|
66
65
|
error: string | boolean;
|
|
67
|
-
tooltip: string;
|
|
68
|
-
label: string;
|
|
69
66
|
size: string;
|
|
67
|
+
label: string;
|
|
68
|
+
tooltip: string;
|
|
70
69
|
fixedLabel: boolean;
|
|
71
70
|
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
|
-
tooltip: string;
|
|
75
74
|
label: string;
|
|
75
|
+
tooltip: string;
|
|
76
76
|
useHtmlTooltip: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
78
78
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -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,29 +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
|
-
useFocusProp: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
focus: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
30
|
}>, {}, {}, {
|
|
44
31
|
attributes(): any;
|
|
45
32
|
classes(): (string | {
|
|
46
33
|
'input--has-icon-left': boolean;
|
|
47
34
|
'input--has-icon-right': boolean;
|
|
48
|
-
'input--has-clear-icon': boolean;
|
|
49
35
|
})[];
|
|
50
36
|
}, {
|
|
51
37
|
fullySanitize: typeof fullySanitize;
|
|
@@ -73,38 +59,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
59
|
};
|
|
74
60
|
hasIconLeft: BooleanConstructor;
|
|
75
61
|
hasIconRight: BooleanConstructor;
|
|
76
|
-
hasClearIcon: BooleanConstructor;
|
|
77
62
|
maxlength: {
|
|
78
63
|
type: NumberConstructor;
|
|
79
64
|
default: null;
|
|
80
65
|
};
|
|
81
|
-
readonly: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
useFocusProp: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: boolean;
|
|
88
|
-
};
|
|
89
|
-
focus: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
default: boolean;
|
|
92
|
-
};
|
|
93
66
|
}>> & Readonly<{
|
|
94
67
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
95
68
|
}>, {
|
|
96
|
-
focus: boolean;
|
|
97
69
|
type: string;
|
|
98
70
|
size: string;
|
|
99
71
|
mask: string | unknown[];
|
|
100
72
|
hasIconLeft: boolean;
|
|
101
73
|
hasIconRight: boolean;
|
|
102
|
-
hasClearIcon: boolean;
|
|
103
74
|
modelValue: string;
|
|
104
75
|
nativeType: string;
|
|
105
76
|
maxlength: number;
|
|
106
|
-
readonly: boolean;
|
|
107
|
-
useFocusProp: boolean;
|
|
108
77
|
}, {}, {}, {
|
|
109
78
|
mask: any;
|
|
110
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,29 +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
|
-
useFocusProp: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
focus: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
showClear: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
80
|
}>, {}, {
|
|
97
81
|
val: string;
|
|
98
82
|
}, {
|
|
99
83
|
computedError(): string | boolean;
|
|
100
84
|
}, {
|
|
101
85
|
fullySanitize: typeof fullySanitize;
|
|
102
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
86
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
103
87
|
placeholder: {
|
|
104
88
|
type: StringConstructor;
|
|
105
89
|
default: string;
|
|
@@ -177,46 +161,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
161
|
type: BooleanConstructor;
|
|
178
162
|
default: boolean;
|
|
179
163
|
};
|
|
180
|
-
readonly: {
|
|
181
|
-
type: BooleanConstructor;
|
|
182
|
-
default: boolean;
|
|
183
|
-
};
|
|
184
|
-
useFocusProp: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
focus: {
|
|
189
|
-
type: BooleanConstructor;
|
|
190
|
-
default: boolean;
|
|
191
|
-
};
|
|
192
|
-
showClear: {
|
|
193
|
-
type: BooleanConstructor;
|
|
194
|
-
default: boolean;
|
|
195
|
-
};
|
|
196
164
|
}>> & Readonly<{
|
|
197
165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
198
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
199
166
|
}>, {
|
|
200
|
-
disabled: boolean;
|
|
201
|
-
focus: boolean;
|
|
202
167
|
type: string;
|
|
203
|
-
placeholder: string;
|
|
204
|
-
tooltip: string;
|
|
205
|
-
label: string;
|
|
206
168
|
size: string;
|
|
169
|
+
label: string;
|
|
207
170
|
mask: string | unknown[];
|
|
171
|
+
placeholder: string;
|
|
172
|
+
tooltip: string;
|
|
208
173
|
message: string;
|
|
174
|
+
disabled: boolean;
|
|
209
175
|
modelValue: string;
|
|
210
176
|
nativeType: string;
|
|
211
177
|
maxlength: number | null;
|
|
212
|
-
readonly: boolean;
|
|
213
|
-
useFocusProp: boolean;
|
|
214
178
|
iconLeft: string;
|
|
215
179
|
iconRight: string;
|
|
216
180
|
iconLeftClickable: boolean;
|
|
217
181
|
iconRightClickable: boolean;
|
|
218
182
|
allowTogglePassword: boolean;
|
|
219
|
-
showClear: boolean;
|
|
220
183
|
errors: string | unknown[];
|
|
221
184
|
hasCloudyColor: boolean;
|
|
222
185
|
showMaxlengthCounter: boolean;
|
|
@@ -271,22 +234,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
271
234
|
type: BooleanConstructor;
|
|
272
235
|
default: boolean;
|
|
273
236
|
};
|
|
274
|
-
readonly: {
|
|
275
|
-
type: BooleanConstructor;
|
|
276
|
-
default: boolean;
|
|
277
|
-
};
|
|
278
|
-
useFocusProp: {
|
|
279
|
-
type: BooleanConstructor;
|
|
280
|
-
default: boolean;
|
|
281
|
-
};
|
|
282
|
-
focus: {
|
|
283
|
-
type: BooleanConstructor;
|
|
284
|
-
default: boolean;
|
|
285
|
-
};
|
|
286
|
-
showClear: {
|
|
287
|
-
type: BooleanConstructor;
|
|
288
|
-
default: boolean;
|
|
289
|
-
};
|
|
290
237
|
}>, {}, {
|
|
291
238
|
isFocused: boolean;
|
|
292
239
|
showPassword: boolean;
|
|
@@ -296,13 +243,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
296
243
|
iconScheme(): "fg-base" | "fg-muted";
|
|
297
244
|
attributes(): any;
|
|
298
245
|
}, {
|
|
299
|
-
|
|
246
|
+
focus(): void;
|
|
300
247
|
onFocus(): void;
|
|
301
248
|
onBlur(): void;
|
|
302
249
|
onIconLeftClick(): void;
|
|
303
|
-
onClearClick(): void;
|
|
304
250
|
onIconRightClick(): void;
|
|
305
|
-
}, 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<{
|
|
306
252
|
placeholder: {
|
|
307
253
|
type: StringConstructor;
|
|
308
254
|
default: null;
|
|
@@ -352,43 +298,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
298
|
type: BooleanConstructor;
|
|
353
299
|
default: boolean;
|
|
354
300
|
};
|
|
355
|
-
readonly: {
|
|
356
|
-
type: BooleanConstructor;
|
|
357
|
-
default: boolean;
|
|
358
|
-
};
|
|
359
|
-
useFocusProp: {
|
|
360
|
-
type: BooleanConstructor;
|
|
361
|
-
default: boolean;
|
|
362
|
-
};
|
|
363
|
-
focus: {
|
|
364
|
-
type: BooleanConstructor;
|
|
365
|
-
default: boolean;
|
|
366
|
-
};
|
|
367
|
-
showClear: {
|
|
368
|
-
type: BooleanConstructor;
|
|
369
|
-
default: boolean;
|
|
370
|
-
};
|
|
371
301
|
}>> & Readonly<{
|
|
372
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
373
302
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
374
303
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
375
304
|
}>, {
|
|
376
|
-
disabled: boolean;
|
|
377
|
-
focus: boolean;
|
|
378
305
|
type: string;
|
|
379
|
-
placeholder: string;
|
|
380
306
|
size: string;
|
|
307
|
+
placeholder: string;
|
|
308
|
+
disabled: boolean;
|
|
381
309
|
modelValue: string;
|
|
382
310
|
nativeType: string;
|
|
383
311
|
maxlength: number;
|
|
384
|
-
readonly: boolean;
|
|
385
|
-
useFocusProp: boolean;
|
|
386
312
|
iconLeft: string;
|
|
387
313
|
iconRight: string;
|
|
388
314
|
iconLeftClickable: boolean;
|
|
389
315
|
iconRightClickable: boolean;
|
|
390
316
|
allowTogglePassword: boolean;
|
|
391
|
-
showClear: boolean;
|
|
392
317
|
}, {}, {
|
|
393
318
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
394
319
|
type: {
|
|
@@ -414,29 +339,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
414
339
|
};
|
|
415
340
|
hasIconLeft: BooleanConstructor;
|
|
416
341
|
hasIconRight: BooleanConstructor;
|
|
417
|
-
hasClearIcon: BooleanConstructor;
|
|
418
342
|
maxlength: {
|
|
419
343
|
type: NumberConstructor;
|
|
420
344
|
default: null;
|
|
421
345
|
};
|
|
422
|
-
readonly: {
|
|
423
|
-
type: BooleanConstructor;
|
|
424
|
-
default: boolean;
|
|
425
|
-
};
|
|
426
|
-
useFocusProp: {
|
|
427
|
-
type: BooleanConstructor;
|
|
428
|
-
default: boolean;
|
|
429
|
-
};
|
|
430
|
-
focus: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
346
|
}>, {}, {}, {
|
|
435
347
|
attributes(): any;
|
|
436
348
|
classes(): (string | {
|
|
437
349
|
'input--has-icon-left': boolean;
|
|
438
350
|
'input--has-icon-right': boolean;
|
|
439
|
-
'input--has-clear-icon': boolean;
|
|
440
351
|
})[];
|
|
441
352
|
}, {
|
|
442
353
|
fullySanitize: typeof fullySanitize;
|
|
@@ -464,38 +375,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
464
375
|
};
|
|
465
376
|
hasIconLeft: BooleanConstructor;
|
|
466
377
|
hasIconRight: BooleanConstructor;
|
|
467
|
-
hasClearIcon: BooleanConstructor;
|
|
468
378
|
maxlength: {
|
|
469
379
|
type: NumberConstructor;
|
|
470
380
|
default: null;
|
|
471
381
|
};
|
|
472
|
-
readonly: {
|
|
473
|
-
type: BooleanConstructor;
|
|
474
|
-
default: boolean;
|
|
475
|
-
};
|
|
476
|
-
useFocusProp: {
|
|
477
|
-
type: BooleanConstructor;
|
|
478
|
-
default: boolean;
|
|
479
|
-
};
|
|
480
|
-
focus: {
|
|
481
|
-
type: BooleanConstructor;
|
|
482
|
-
default: boolean;
|
|
483
|
-
};
|
|
484
382
|
}>> & Readonly<{
|
|
485
383
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
486
384
|
}>, {
|
|
487
|
-
focus: boolean;
|
|
488
385
|
type: string;
|
|
489
386
|
size: string;
|
|
490
387
|
mask: string | unknown[];
|
|
491
388
|
hasIconLeft: boolean;
|
|
492
389
|
hasIconRight: boolean;
|
|
493
|
-
hasClearIcon: boolean;
|
|
494
390
|
modelValue: string;
|
|
495
391
|
nativeType: string;
|
|
496
392
|
maxlength: number;
|
|
497
|
-
readonly: boolean;
|
|
498
|
-
useFocusProp: boolean;
|
|
499
393
|
}, {}, {}, {
|
|
500
394
|
mask: any;
|
|
501
395
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -530,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
424
|
default: boolean;
|
|
531
425
|
};
|
|
532
426
|
error: {
|
|
533
|
-
type: (
|
|
427
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
534
428
|
default: boolean;
|
|
535
429
|
};
|
|
536
430
|
message: {
|
|
@@ -562,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
456
|
default: boolean;
|
|
563
457
|
};
|
|
564
458
|
error: {
|
|
565
|
-
type: (
|
|
459
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
566
460
|
default: boolean;
|
|
567
461
|
};
|
|
568
462
|
message: {
|
|
@@ -578,17 +472,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
578
472
|
default: string;
|
|
579
473
|
};
|
|
580
474
|
}>> & Readonly<{}>, {
|
|
581
|
-
disabled: boolean;
|
|
582
475
|
error: string | boolean;
|
|
583
|
-
tooltip: string;
|
|
584
|
-
label: string;
|
|
585
476
|
size: string;
|
|
477
|
+
label: string;
|
|
478
|
+
tooltip: string;
|
|
586
479
|
fixedLabel: boolean;
|
|
587
480
|
message: string;
|
|
481
|
+
disabled: boolean;
|
|
588
482
|
}, {}, {
|
|
589
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<{}>, {
|
|
590
|
-
tooltip: string;
|
|
591
484
|
label: string;
|
|
485
|
+
tooltip: string;
|
|
592
486
|
useHtmlTooltip: boolean;
|
|
593
487
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
594
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,22 +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
|
-
useFocusProp: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
focus: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
showClear: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
51
|
}>, {}, {
|
|
68
52
|
isFocused: boolean;
|
|
69
53
|
showPassword: boolean;
|
|
@@ -73,13 +57,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
57
|
iconScheme(): "fg-base" | "fg-muted";
|
|
74
58
|
attributes(): any;
|
|
75
59
|
}, {
|
|
76
|
-
|
|
60
|
+
focus(): void;
|
|
77
61
|
onFocus(): void;
|
|
78
62
|
onBlur(): void;
|
|
79
63
|
onIconLeftClick(): void;
|
|
80
|
-
onClearClick(): void;
|
|
81
64
|
onIconRightClick(): void;
|
|
82
|
-
}, 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<{
|
|
83
66
|
placeholder: {
|
|
84
67
|
type: StringConstructor;
|
|
85
68
|
default: null;
|
|
@@ -129,43 +112,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
112
|
type: BooleanConstructor;
|
|
130
113
|
default: boolean;
|
|
131
114
|
};
|
|
132
|
-
readonly: {
|
|
133
|
-
type: BooleanConstructor;
|
|
134
|
-
default: boolean;
|
|
135
|
-
};
|
|
136
|
-
useFocusProp: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
focus: {
|
|
141
|
-
type: BooleanConstructor;
|
|
142
|
-
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
showClear: {
|
|
145
|
-
type: BooleanConstructor;
|
|
146
|
-
default: boolean;
|
|
147
|
-
};
|
|
148
115
|
}>> & Readonly<{
|
|
149
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
150
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
151
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
152
118
|
}>, {
|
|
153
|
-
disabled: boolean;
|
|
154
|
-
focus: boolean;
|
|
155
119
|
type: string;
|
|
156
|
-
placeholder: string;
|
|
157
120
|
size: string;
|
|
121
|
+
placeholder: string;
|
|
122
|
+
disabled: boolean;
|
|
158
123
|
modelValue: string;
|
|
159
124
|
nativeType: string;
|
|
160
125
|
maxlength: number;
|
|
161
|
-
readonly: boolean;
|
|
162
|
-
useFocusProp: boolean;
|
|
163
126
|
iconLeft: string;
|
|
164
127
|
iconRight: string;
|
|
165
128
|
iconLeftClickable: boolean;
|
|
166
129
|
iconRightClickable: boolean;
|
|
167
130
|
allowTogglePassword: boolean;
|
|
168
|
-
showClear: boolean;
|
|
169
131
|
}, {}, {
|
|
170
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
171
133
|
type: {
|
|
@@ -191,29 +153,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
153
|
};
|
|
192
154
|
hasIconLeft: BooleanConstructor;
|
|
193
155
|
hasIconRight: BooleanConstructor;
|
|
194
|
-
hasClearIcon: BooleanConstructor;
|
|
195
156
|
maxlength: {
|
|
196
157
|
type: NumberConstructor;
|
|
197
158
|
default: null;
|
|
198
159
|
};
|
|
199
|
-
readonly: {
|
|
200
|
-
type: BooleanConstructor;
|
|
201
|
-
default: boolean;
|
|
202
|
-
};
|
|
203
|
-
useFocusProp: {
|
|
204
|
-
type: BooleanConstructor;
|
|
205
|
-
default: boolean;
|
|
206
|
-
};
|
|
207
|
-
focus: {
|
|
208
|
-
type: BooleanConstructor;
|
|
209
|
-
default: boolean;
|
|
210
|
-
};
|
|
211
160
|
}>, {}, {}, {
|
|
212
161
|
attributes(): any;
|
|
213
162
|
classes(): (string | {
|
|
214
163
|
'input--has-icon-left': boolean;
|
|
215
164
|
'input--has-icon-right': boolean;
|
|
216
|
-
'input--has-clear-icon': boolean;
|
|
217
165
|
})[];
|
|
218
166
|
}, {
|
|
219
167
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -241,38 +189,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
189
|
};
|
|
242
190
|
hasIconLeft: BooleanConstructor;
|
|
243
191
|
hasIconRight: BooleanConstructor;
|
|
244
|
-
hasClearIcon: BooleanConstructor;
|
|
245
192
|
maxlength: {
|
|
246
193
|
type: NumberConstructor;
|
|
247
194
|
default: null;
|
|
248
195
|
};
|
|
249
|
-
readonly: {
|
|
250
|
-
type: BooleanConstructor;
|
|
251
|
-
default: boolean;
|
|
252
|
-
};
|
|
253
|
-
useFocusProp: {
|
|
254
|
-
type: BooleanConstructor;
|
|
255
|
-
default: boolean;
|
|
256
|
-
};
|
|
257
|
-
focus: {
|
|
258
|
-
type: BooleanConstructor;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
196
|
}>> & Readonly<{
|
|
262
197
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
263
198
|
}>, {
|
|
264
|
-
focus: boolean;
|
|
265
199
|
type: string;
|
|
266
200
|
size: string;
|
|
267
201
|
mask: string | unknown[];
|
|
268
202
|
hasIconLeft: boolean;
|
|
269
203
|
hasIconRight: boolean;
|
|
270
|
-
hasClearIcon: boolean;
|
|
271
204
|
modelValue: string;
|
|
272
205
|
nativeType: string;
|
|
273
206
|
maxlength: number;
|
|
274
|
-
readonly: boolean;
|
|
275
|
-
useFocusProp: boolean;
|
|
276
207
|
}, {}, {}, {
|
|
277
208
|
mask: any;
|
|
278
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;
|