@weni/unnnic-system 3.2.7-alpha.0 → 3.2.8
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 +24 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +5 -5
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- 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 +27 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -10
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -182
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -31
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -45
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -31
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +2 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +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 +7 -7
- package/dist/components/index.d.ts +890 -2158
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a147ef18.mjs → es-b3e51efa.js} +1 -1
- package/dist/{index-802ab669.mjs → index-b9e3c5e9.js} +7649 -7812
- package/dist/{pt-br-cdc64aa4.mjs → pt-br-20887b32.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +182 -0
- package/dist/{unnnic.umd.js → unnnic.umd.cjs} +41 -42
- package/package.json +10 -9
- package/src/assets/icons/script-to-convert-svg-to-vue.js +4 -7
- package/src/components/AudioRecorder/AudioRecorder.vue +3 -2
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/__tests__/Button.spec.js +2 -2
- package/src/components/Button/types.ts +2 -1
- package/src/components/Card/Card.vue +4 -1
- package/src/components/ChartMultiLine/Line/Line.vue +2 -1
- package/src/components/ChatsContact/ChatsContact.vue +1 -1
- package/src/components/ChatsHeader/ChatsHeader.vue +4 -2
- package/src/components/ChatsMessage/ChatsMessageText.vue +5 -5
- package/src/components/Chip/Chip.vue +62 -57
- package/src/components/Chip/__tests__/Chip.spec.js +18 -18
- package/src/components/DataTable/index.vue +8 -5
- package/src/components/DatePicker/DatePicker.vue +29 -16
- package/src/components/Drawer/Drawer.vue +4 -1
- package/src/components/Drawer/__tests__/Drawer.spec.js +9 -3
- package/src/components/DropArea/DropArea.vue +1 -1
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +17 -17
- package/src/components/EmojiPicker/EmojiPicker.vue +57 -48
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +84 -23
- package/src/components/Flag.vue +0 -1
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon/types.ts +2 -2
- package/src/components/Icon.vue +3 -1
- package/src/components/Input/BaseInput.vue +12 -10
- package/src/components/Input/Input.scss +20 -17
- package/src/components/Input/Input.vue +28 -86
- package/src/components/Input/TextInput.vue +35 -27
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/InputDatePicker/InputDatePicker.vue +1 -1
- package/src/components/Label/Label.vue +2 -2
- package/src/components/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/ModalNext/ModalNext.vue +2 -2
- package/src/components/SelectSmart/SelectSmart.vue +15 -4
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +2 -2
- package/src/components/Switch/__tests__/Switch.spec.js +6 -2
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/TagNext.vue +2 -8
- package/src/components/TextArea/TextArea.vue +9 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/Tour/TourPopover.vue +1 -1
- package/src/components/__tests__/Icon.spec.js +2 -2
- package/src/components/index.ts +88 -96
- package/src/index.ts +1 -1
- package/src/main.ts +1 -1
- package/src/stories/Button.stories.js +11 -2
- package/src/stories/ChatsHeader.stories.js +1 -1
- package/src/stories/ChatsMessage.stories.js +0 -1
- package/src/stories/Chip.stories.js +7 -4
- package/src/stories/Input.stories.js +3 -17
- package/src/stories/SelectSmart.stories.js +1 -1
- package/src/stories/TableNext.stories.js +1 -1
- package/src/types/index.d.ts +2 -2
- package/src/types/scheme-colors.d.ts +1 -2
- package/src/types/unnnic-utils.d.ts +87 -87
- package/src/types/vue-shims.d.ts +1 -1
- package/src/types/vueuse-overrides.d.ts +2 -2
- package/src/utils/plugins/i18n.js +0 -1
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/unnnic.mjs +0 -186
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -249
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAqCA;
|
|
1
|
+
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAqCA;AAqNA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAMzD,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;;AAoJ7D,wBAQG"}
|
|
@@ -29,11 +29,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
30
30
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
|
-
size: import('../Icon.vue').IconSize;
|
|
33
32
|
filled: boolean;
|
|
34
33
|
next: boolean;
|
|
35
34
|
icon: string | null;
|
|
36
35
|
clickable: boolean;
|
|
36
|
+
size: import('../Icon.vue').IconSize;
|
|
37
37
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
38
38
|
scheme: import('../Icon.vue').SchemeColor;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -82,11 +82,11 @@ 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
|
+
text: string;
|
|
86
|
+
next: boolean;
|
|
85
87
|
size: import('../Button/types').ButtonSize;
|
|
86
88
|
type: import('../Button/types').ButtonType;
|
|
87
89
|
disabled: boolean;
|
|
88
|
-
text: string;
|
|
89
|
-
next: boolean;
|
|
90
90
|
iconLeft: string;
|
|
91
91
|
iconRight: string;
|
|
92
92
|
float: boolean;
|
|
@@ -101,11 +101,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
101
|
M: {};
|
|
102
102
|
Defaults: {};
|
|
103
103
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
104
|
+
text: string;
|
|
105
|
+
next: boolean;
|
|
104
106
|
size: import('../Button/types').ButtonSize;
|
|
105
107
|
type: import('../Button/types').ButtonType;
|
|
106
108
|
disabled: boolean;
|
|
107
|
-
text: string;
|
|
108
|
-
next: boolean;
|
|
109
109
|
iconLeft: string;
|
|
110
110
|
iconRight: string;
|
|
111
111
|
float: boolean;
|
|
@@ -117,11 +117,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
__isTeleport?: never;
|
|
118
118
|
__isSuspense?: never;
|
|
119
119
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
120
|
+
text: string;
|
|
121
|
+
next: boolean;
|
|
120
122
|
size: import('../Button/types').ButtonSize;
|
|
121
123
|
type: import('../Button/types').ButtonType;
|
|
122
124
|
disabled: boolean;
|
|
123
|
-
text: string;
|
|
124
|
-
next: boolean;
|
|
125
125
|
iconLeft: string;
|
|
126
126
|
iconRight: string;
|
|
127
127
|
float: boolean;
|
|
@@ -142,11 +142,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
143
143
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
144
144
|
}>, {
|
|
145
|
-
size: import('../Icon.vue').IconSize;
|
|
146
145
|
filled: boolean;
|
|
147
146
|
next: boolean;
|
|
148
147
|
icon: string | null;
|
|
149
148
|
clickable: boolean;
|
|
149
|
+
size: import('../Icon.vue').IconSize;
|
|
150
150
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
151
151
|
scheme: import('../Icon.vue').SchemeColor;
|
|
152
152
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,10 +23,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
};
|
|
24
24
|
hasIconLeft: BooleanConstructor;
|
|
25
25
|
hasIconRight: BooleanConstructor;
|
|
26
|
-
maxlength: {
|
|
27
|
-
type: NumberConstructor;
|
|
28
|
-
default: null;
|
|
29
|
-
};
|
|
30
26
|
}>, {}, {}, {
|
|
31
27
|
attributes(): any;
|
|
32
28
|
classes(): (string | {
|
|
@@ -59,21 +55,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
59
55
|
};
|
|
60
56
|
hasIconLeft: BooleanConstructor;
|
|
61
57
|
hasIconRight: BooleanConstructor;
|
|
62
|
-
maxlength: {
|
|
63
|
-
type: NumberConstructor;
|
|
64
|
-
default: null;
|
|
65
|
-
};
|
|
66
58
|
}>> & Readonly<{
|
|
67
59
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
68
60
|
}>, {
|
|
61
|
+
mask: string | unknown[];
|
|
69
62
|
size: string;
|
|
70
63
|
type: string;
|
|
71
|
-
mask: string | unknown[];
|
|
72
64
|
hasIconLeft: boolean;
|
|
73
65
|
hasIconRight: boolean;
|
|
74
66
|
modelValue: string;
|
|
75
67
|
nativeType: string;
|
|
76
|
-
maxlength: number;
|
|
77
68
|
}, {}, {}, {
|
|
78
69
|
mask: any;
|
|
79
70
|
}, 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":"AAkBA
|
|
1
|
+
{"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/BaseInput.vue"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAuI8B,sBAAsB"}
|
|
@@ -19,23 +19,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
};
|
|
20
20
|
message: {
|
|
21
21
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
23
|
-
};
|
|
24
|
-
errors: {
|
|
25
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
26
|
-
default: string;
|
|
22
|
+
default: null;
|
|
27
23
|
};
|
|
28
24
|
label: {
|
|
29
25
|
type: StringConstructor;
|
|
30
|
-
default:
|
|
26
|
+
default: null;
|
|
31
27
|
};
|
|
32
28
|
iconLeft: {
|
|
33
29
|
type: StringConstructor;
|
|
34
|
-
default:
|
|
30
|
+
default: null;
|
|
35
31
|
};
|
|
36
32
|
iconRight: {
|
|
37
33
|
type: StringConstructor;
|
|
38
|
-
default:
|
|
34
|
+
default: null;
|
|
39
35
|
};
|
|
40
36
|
allowTogglePassword: {
|
|
41
37
|
type: BooleanConstructor;
|
|
@@ -43,11 +39,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
39
|
};
|
|
44
40
|
iconLeftClickable: {
|
|
45
41
|
type: BooleanConstructor;
|
|
46
|
-
default:
|
|
42
|
+
default: null;
|
|
47
43
|
};
|
|
48
44
|
iconRightClickable: {
|
|
49
45
|
type: BooleanConstructor;
|
|
50
|
-
default:
|
|
46
|
+
default: null;
|
|
51
47
|
};
|
|
52
48
|
hasCloudyColor: {
|
|
53
49
|
type: BooleanConstructor;
|
|
@@ -61,22 +57,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
57
|
type: (StringConstructor | ArrayConstructor)[];
|
|
62
58
|
default: string;
|
|
63
59
|
};
|
|
64
|
-
tooltip: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
maxlength: {
|
|
69
|
-
type: (NumberConstructor | null)[];
|
|
70
|
-
default: null;
|
|
71
|
-
};
|
|
72
|
-
showMaxlengthCounter: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
disabled: {
|
|
77
|
-
type: BooleanConstructor;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
60
|
}>, {}, {
|
|
81
61
|
val: string;
|
|
82
62
|
}, {
|
|
@@ -103,23 +83,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
83
|
};
|
|
104
84
|
message: {
|
|
105
85
|
type: StringConstructor;
|
|
106
|
-
default:
|
|
107
|
-
};
|
|
108
|
-
errors: {
|
|
109
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
110
|
-
default: string;
|
|
86
|
+
default: null;
|
|
111
87
|
};
|
|
112
88
|
label: {
|
|
113
89
|
type: StringConstructor;
|
|
114
|
-
default:
|
|
90
|
+
default: null;
|
|
115
91
|
};
|
|
116
92
|
iconLeft: {
|
|
117
93
|
type: StringConstructor;
|
|
118
|
-
default:
|
|
94
|
+
default: null;
|
|
119
95
|
};
|
|
120
96
|
iconRight: {
|
|
121
97
|
type: StringConstructor;
|
|
122
|
-
default:
|
|
98
|
+
default: null;
|
|
123
99
|
};
|
|
124
100
|
allowTogglePassword: {
|
|
125
101
|
type: BooleanConstructor;
|
|
@@ -127,11 +103,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
103
|
};
|
|
128
104
|
iconLeftClickable: {
|
|
129
105
|
type: BooleanConstructor;
|
|
130
|
-
default:
|
|
106
|
+
default: null;
|
|
131
107
|
};
|
|
132
108
|
iconRightClickable: {
|
|
133
109
|
type: BooleanConstructor;
|
|
134
|
-
default:
|
|
110
|
+
default: null;
|
|
135
111
|
};
|
|
136
112
|
hasCloudyColor: {
|
|
137
113
|
type: BooleanConstructor;
|
|
@@ -145,34 +121,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
121
|
type: (StringConstructor | ArrayConstructor)[];
|
|
146
122
|
default: string;
|
|
147
123
|
};
|
|
148
|
-
tooltip: {
|
|
149
|
-
type: StringConstructor;
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
maxlength: {
|
|
153
|
-
type: (NumberConstructor | null)[];
|
|
154
|
-
default: null;
|
|
155
|
-
};
|
|
156
|
-
showMaxlengthCounter: {
|
|
157
|
-
type: BooleanConstructor;
|
|
158
|
-
default: boolean;
|
|
159
|
-
};
|
|
160
|
-
disabled: {
|
|
161
|
-
type: BooleanConstructor;
|
|
162
|
-
default: boolean;
|
|
163
|
-
};
|
|
164
124
|
}>> & Readonly<{
|
|
165
125
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
166
126
|
}>, {
|
|
127
|
+
label: string;
|
|
128
|
+
mask: string | unknown[];
|
|
167
129
|
size: string;
|
|
168
130
|
type: string;
|
|
169
|
-
label: string;
|
|
170
131
|
message: string;
|
|
171
|
-
disabled: boolean;
|
|
172
|
-
mask: string | unknown[];
|
|
173
132
|
modelValue: string;
|
|
174
133
|
nativeType: string;
|
|
175
|
-
maxlength: number | null;
|
|
176
134
|
placeholder: string;
|
|
177
135
|
iconLeft: string;
|
|
178
136
|
iconRight: string;
|
|
@@ -180,9 +138,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
138
|
iconRightClickable: boolean;
|
|
181
139
|
allowTogglePassword: boolean;
|
|
182
140
|
hasCloudyColor: boolean;
|
|
183
|
-
errors: string | unknown[];
|
|
184
|
-
tooltip: string;
|
|
185
|
-
showMaxlengthCounter: boolean;
|
|
186
141
|
}, {}, {
|
|
187
142
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
188
143
|
placeholder: {
|
|
@@ -218,6 +173,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
173
|
type: BooleanConstructor;
|
|
219
174
|
default: null;
|
|
220
175
|
};
|
|
176
|
+
iconRightSize: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
221
180
|
allowTogglePassword: {
|
|
222
181
|
type: BooleanConstructor;
|
|
223
182
|
default: null;
|
|
@@ -230,21 +189,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
230
189
|
type: StringConstructor;
|
|
231
190
|
default: string;
|
|
232
191
|
};
|
|
233
|
-
maxlength: {
|
|
234
|
-
type: NumberConstructor;
|
|
235
|
-
default: null;
|
|
236
|
-
};
|
|
237
|
-
disabled: {
|
|
238
|
-
type: BooleanConstructor;
|
|
239
|
-
default: boolean;
|
|
240
|
-
};
|
|
241
192
|
}>, {}, {
|
|
242
193
|
isFocused: boolean;
|
|
243
194
|
showPassword: boolean;
|
|
244
195
|
}, {
|
|
245
|
-
isDisabled():
|
|
196
|
+
isDisabled(): unknown;
|
|
246
197
|
iconRightSvg(): string;
|
|
247
|
-
iconScheme(): "
|
|
198
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
248
199
|
attributes(): any;
|
|
249
200
|
}, {
|
|
250
201
|
focus(): void;
|
|
@@ -286,6 +237,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
237
|
type: BooleanConstructor;
|
|
287
238
|
default: null;
|
|
288
239
|
};
|
|
240
|
+
iconRightSize: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
289
244
|
allowTogglePassword: {
|
|
290
245
|
type: BooleanConstructor;
|
|
291
246
|
default: null;
|
|
@@ -298,29 +253,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
253
|
type: StringConstructor;
|
|
299
254
|
default: string;
|
|
300
255
|
};
|
|
301
|
-
maxlength: {
|
|
302
|
-
type: NumberConstructor;
|
|
303
|
-
default: null;
|
|
304
|
-
};
|
|
305
|
-
disabled: {
|
|
306
|
-
type: BooleanConstructor;
|
|
307
|
-
default: boolean;
|
|
308
|
-
};
|
|
309
256
|
}>> & Readonly<{
|
|
310
257
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
311
258
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
312
259
|
}>, {
|
|
313
260
|
size: string;
|
|
314
261
|
type: string;
|
|
315
|
-
disabled: boolean;
|
|
316
262
|
modelValue: string;
|
|
317
263
|
nativeType: string;
|
|
318
|
-
maxlength: number;
|
|
319
264
|
placeholder: string;
|
|
320
265
|
iconLeft: string;
|
|
321
266
|
iconRight: string;
|
|
322
267
|
iconLeftClickable: boolean;
|
|
323
268
|
iconRightClickable: boolean;
|
|
269
|
+
iconRightSize: string;
|
|
324
270
|
allowTogglePassword: boolean;
|
|
325
271
|
hasCloudyColor: boolean;
|
|
326
272
|
}, {}, {
|
|
@@ -348,10 +294,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
294
|
};
|
|
349
295
|
hasIconLeft: BooleanConstructor;
|
|
350
296
|
hasIconRight: BooleanConstructor;
|
|
351
|
-
maxlength: {
|
|
352
|
-
type: NumberConstructor;
|
|
353
|
-
default: null;
|
|
354
|
-
};
|
|
355
297
|
}>, {}, {}, {
|
|
356
298
|
attributes(): any;
|
|
357
299
|
classes(): (string | {
|
|
@@ -384,21 +326,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
384
326
|
};
|
|
385
327
|
hasIconLeft: BooleanConstructor;
|
|
386
328
|
hasIconRight: BooleanConstructor;
|
|
387
|
-
maxlength: {
|
|
388
|
-
type: NumberConstructor;
|
|
389
|
-
default: null;
|
|
390
|
-
};
|
|
391
329
|
}>> & Readonly<{
|
|
392
330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
393
331
|
}>, {
|
|
332
|
+
mask: string | unknown[];
|
|
394
333
|
size: string;
|
|
395
334
|
type: string;
|
|
396
|
-
mask: string | unknown[];
|
|
397
335
|
hasIconLeft: boolean;
|
|
398
336
|
hasIconRight: boolean;
|
|
399
337
|
modelValue: string;
|
|
400
338
|
nativeType: string;
|
|
401
|
-
maxlength: number;
|
|
402
339
|
}, {}, {}, {
|
|
403
340
|
mask: any;
|
|
404
341
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -411,107 +348,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
348
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
412
349
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
413
350
|
}>, {
|
|
414
|
-
size: import('../Icon.vue').IconSize;
|
|
415
351
|
filled: boolean;
|
|
416
352
|
next: boolean;
|
|
417
353
|
icon: string | null;
|
|
418
354
|
clickable: boolean;
|
|
355
|
+
size: import('../Icon.vue').IconSize;
|
|
419
356
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
420
357
|
scheme: import('../Icon.vue').SchemeColor;
|
|
421
358
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
422
359
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
423
|
-
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
424
|
-
text: {
|
|
425
|
-
type: StringConstructor;
|
|
426
|
-
default: string;
|
|
427
|
-
};
|
|
428
|
-
enabled: {
|
|
429
|
-
type: BooleanConstructor;
|
|
430
|
-
default: boolean;
|
|
431
|
-
};
|
|
432
|
-
forceOpen: {
|
|
433
|
-
type: BooleanConstructor;
|
|
434
|
-
default: boolean;
|
|
435
|
-
};
|
|
436
|
-
side: {
|
|
437
|
-
type: StringConstructor;
|
|
438
|
-
default: string;
|
|
439
|
-
validator(value: unknown): boolean;
|
|
440
|
-
};
|
|
441
|
-
maxWidth: {
|
|
442
|
-
type: StringConstructor;
|
|
443
|
-
default: string;
|
|
444
|
-
};
|
|
445
|
-
shortcutText: {
|
|
446
|
-
type: StringConstructor;
|
|
447
|
-
default: null;
|
|
448
|
-
};
|
|
449
|
-
enableHtml: {
|
|
450
|
-
type: BooleanConstructor;
|
|
451
|
-
default: boolean;
|
|
452
|
-
};
|
|
453
|
-
}>, {}, {
|
|
454
|
-
topPos: null;
|
|
455
|
-
leftPos: null;
|
|
456
|
-
}, {}, {
|
|
457
|
-
handleResize(): void;
|
|
458
|
-
getRightPost(element: any): void;
|
|
459
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
460
|
-
text: {
|
|
461
|
-
type: StringConstructor;
|
|
462
|
-
default: string;
|
|
463
|
-
};
|
|
464
|
-
enabled: {
|
|
465
|
-
type: BooleanConstructor;
|
|
466
|
-
default: boolean;
|
|
467
|
-
};
|
|
468
|
-
forceOpen: {
|
|
469
|
-
type: BooleanConstructor;
|
|
470
|
-
default: boolean;
|
|
471
|
-
};
|
|
472
|
-
side: {
|
|
473
|
-
type: StringConstructor;
|
|
474
|
-
default: string;
|
|
475
|
-
validator(value: unknown): boolean;
|
|
476
|
-
};
|
|
477
|
-
maxWidth: {
|
|
478
|
-
type: StringConstructor;
|
|
479
|
-
default: string;
|
|
480
|
-
};
|
|
481
|
-
shortcutText: {
|
|
482
|
-
type: StringConstructor;
|
|
483
|
-
default: null;
|
|
484
|
-
};
|
|
485
|
-
enableHtml: {
|
|
486
|
-
type: BooleanConstructor;
|
|
487
|
-
default: boolean;
|
|
488
|
-
};
|
|
489
|
-
}>> & Readonly<{}>, {
|
|
490
|
-
text: string;
|
|
491
|
-
enabled: boolean;
|
|
492
|
-
forceOpen: boolean;
|
|
493
|
-
side: string;
|
|
494
|
-
maxWidth: string;
|
|
495
|
-
shortcutText: string;
|
|
496
|
-
enableHtml: boolean;
|
|
497
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
498
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
499
|
-
click: (event: Event) => any;
|
|
500
|
-
mousedown: (event: Event) => any;
|
|
501
|
-
mouseup: (event: Event) => any;
|
|
502
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
503
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
504
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
505
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
506
|
-
}>, {
|
|
507
|
-
size: import('../Icon.vue').IconSize;
|
|
508
|
-
filled: boolean;
|
|
509
|
-
next: boolean;
|
|
510
|
-
icon: string | null;
|
|
511
|
-
clickable: boolean;
|
|
512
|
-
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
513
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
514
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
515
360
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
516
361
|
export default _default;
|
|
517
362
|
//# sourceMappingURL=Input.vue.d.ts.map
|
|
@@ -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":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsK8B,sBAAsB"}
|
|
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
+
iconRightSize: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
allowTogglePassword: {
|
|
36
40
|
type: BooleanConstructor;
|
|
37
41
|
default: null;
|
|
@@ -44,21 +48,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
48
|
type: StringConstructor;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
maxlength: {
|
|
48
|
-
type: NumberConstructor;
|
|
49
|
-
default: null;
|
|
50
|
-
};
|
|
51
|
-
disabled: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
51
|
}>, {}, {
|
|
56
52
|
isFocused: boolean;
|
|
57
53
|
showPassword: boolean;
|
|
58
54
|
}, {
|
|
59
|
-
isDisabled():
|
|
55
|
+
isDisabled(): unknown;
|
|
60
56
|
iconRightSvg(): string;
|
|
61
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
62
58
|
attributes(): any;
|
|
63
59
|
}, {
|
|
64
60
|
focus(): void;
|
|
@@ -100,6 +96,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
100
96
|
type: BooleanConstructor;
|
|
101
97
|
default: null;
|
|
102
98
|
};
|
|
99
|
+
iconRightSize: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
103
|
allowTogglePassword: {
|
|
104
104
|
type: BooleanConstructor;
|
|
105
105
|
default: null;
|
|
@@ -112,29 +112,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
type: StringConstructor;
|
|
113
113
|
default: string;
|
|
114
114
|
};
|
|
115
|
-
maxlength: {
|
|
116
|
-
type: NumberConstructor;
|
|
117
|
-
default: null;
|
|
118
|
-
};
|
|
119
|
-
disabled: {
|
|
120
|
-
type: BooleanConstructor;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
115
|
}>> & Readonly<{
|
|
124
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
125
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
126
118
|
}>, {
|
|
127
119
|
size: string;
|
|
128
120
|
type: string;
|
|
129
|
-
disabled: boolean;
|
|
130
121
|
modelValue: string;
|
|
131
122
|
nativeType: string;
|
|
132
|
-
maxlength: number;
|
|
133
123
|
placeholder: string;
|
|
134
124
|
iconLeft: string;
|
|
135
125
|
iconRight: string;
|
|
136
126
|
iconLeftClickable: boolean;
|
|
137
127
|
iconRightClickable: boolean;
|
|
128
|
+
iconRightSize: string;
|
|
138
129
|
allowTogglePassword: boolean;
|
|
139
130
|
hasCloudyColor: boolean;
|
|
140
131
|
}, {}, {
|
|
@@ -162,10 +153,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
153
|
};
|
|
163
154
|
hasIconLeft: BooleanConstructor;
|
|
164
155
|
hasIconRight: BooleanConstructor;
|
|
165
|
-
maxlength: {
|
|
166
|
-
type: NumberConstructor;
|
|
167
|
-
default: null;
|
|
168
|
-
};
|
|
169
156
|
}>, {}, {}, {
|
|
170
157
|
attributes(): any;
|
|
171
158
|
classes(): (string | {
|
|
@@ -198,21 +185,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
185
|
};
|
|
199
186
|
hasIconLeft: BooleanConstructor;
|
|
200
187
|
hasIconRight: BooleanConstructor;
|
|
201
|
-
maxlength: {
|
|
202
|
-
type: NumberConstructor;
|
|
203
|
-
default: null;
|
|
204
|
-
};
|
|
205
188
|
}>> & Readonly<{
|
|
206
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
207
190
|
}>, {
|
|
191
|
+
mask: string | unknown[];
|
|
208
192
|
size: string;
|
|
209
193
|
type: string;
|
|
210
|
-
mask: string | unknown[];
|
|
211
194
|
hasIconLeft: boolean;
|
|
212
195
|
hasIconRight: boolean;
|
|
213
196
|
modelValue: string;
|
|
214
197
|
nativeType: string;
|
|
215
|
-
maxlength: number;
|
|
216
198
|
}, {}, {}, {
|
|
217
199
|
mask: any;
|
|
218
200
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -225,11 +207,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
225
207
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
226
208
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
227
209
|
}>, {
|
|
228
|
-
size: import('../Icon.vue').IconSize;
|
|
229
210
|
filled: boolean;
|
|
230
211
|
next: boolean;
|
|
231
212
|
icon: string | null;
|
|
232
213
|
clickable: boolean;
|
|
214
|
+
size: import('../Icon.vue').IconSize;
|
|
233
215
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
234
216
|
scheme: import('../Icon.vue').SchemeColor;
|
|
235
217
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|