@weni/unnnic-system 3.2.9-alpha.7 → 3.2.9
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 +2 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- 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/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/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 -149
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- 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/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 -28
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -149
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -67
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +35 -157
- 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 -81
- 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 -67
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- 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 -13
- 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/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 +1079 -1889
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1bd57600.js → es-1ca6f2cf.mjs} +1 -1
- package/dist/{index-4cd729ce.js → index-ca7d12b1.mjs} +8247 -8577
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-59f06c05.js → pt-br-2d5000b1.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/{unnnic.umd.cjs → unnnic.umd.js} +41 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/assets/scss/scheme-colors.scss +4 -131
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -22
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +29 -85
- package/src/components/Input/TextInput.vue +42 -39
- 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/Label/Label.vue +21 -52
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Tab/Tab.vue +23 -37
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +4 -18
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- 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/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/unnnic.js +0 -188
- 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/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -93
- 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/index.vue +0 -243
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/Select.stories.js +0 -91
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -5,27 +5,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
default: string;
|
|
6
6
|
validator: (size: unknown) => boolean;
|
|
7
7
|
};
|
|
8
|
-
label:
|
|
9
|
-
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
fixedLabel: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
8
|
+
label: StringConstructor;
|
|
9
|
+
fixedLabel: BooleanConstructor;
|
|
16
10
|
error: {
|
|
17
|
-
type: (
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
message: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
disabled: {
|
|
25
|
-
type: BooleanConstructor;
|
|
11
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
26
12
|
default: boolean;
|
|
27
13
|
};
|
|
28
|
-
|
|
14
|
+
message: StringConstructor;
|
|
15
|
+
disabled: BooleanConstructor;
|
|
16
|
+
}>, {}, {}, {
|
|
17
|
+
shouldShowErrorSection(): boolean | "";
|
|
18
|
+
}, {
|
|
29
19
|
fullySanitize: typeof fullySanitize;
|
|
30
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
21
|
size: {
|
|
@@ -33,33 +23,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
23
|
default: string;
|
|
34
24
|
validator: (size: unknown) => boolean;
|
|
35
25
|
};
|
|
36
|
-
label:
|
|
37
|
-
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
fixedLabel: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
26
|
+
label: StringConstructor;
|
|
27
|
+
fixedLabel: BooleanConstructor;
|
|
44
28
|
error: {
|
|
45
|
-
type: (
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
message: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
disabled: {
|
|
53
|
-
type: BooleanConstructor;
|
|
29
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
54
30
|
default: boolean;
|
|
55
31
|
};
|
|
32
|
+
message: StringConstructor;
|
|
33
|
+
disabled: BooleanConstructor;
|
|
56
34
|
}>> & Readonly<{}>, {
|
|
57
35
|
error: string | boolean;
|
|
58
36
|
size: string;
|
|
59
|
-
label: string;
|
|
60
37
|
fixedLabel: boolean;
|
|
61
|
-
message: string;
|
|
62
38
|
disabled: boolean;
|
|
63
|
-
}, {}, {
|
|
39
|
+
}, {}, {
|
|
40
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon/types').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
click: (event: Event) => any;
|
|
42
|
+
mousedown: (event: Event) => any;
|
|
43
|
+
mouseup: (event: Event) => any;
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon/types').IconProps> & Readonly<{
|
|
45
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
46
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
48
|
+
}>, {
|
|
49
|
+
filled: boolean;
|
|
50
|
+
next: boolean;
|
|
51
|
+
icon: string | null;
|
|
52
|
+
clickable: boolean;
|
|
53
|
+
size: import('../Icon/types').IconSize;
|
|
54
|
+
lineHeight: import('../Icon/types').LineHeight | null;
|
|
55
|
+
scheme: import('../../types/scheme-colors').SchemeColor;
|
|
56
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
57
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
64
58
|
export default _default;
|
|
65
59
|
//# sourceMappingURL=FormElement.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAmL8B,sBAAsB"}
|
|
@@ -10,11 +10,11 @@ declare const _default: import('vue').DefineComponent<IconProps, {}, {}, {}, {},
|
|
|
10
10
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
11
11
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
size: IconSize;
|
|
14
13
|
filled: boolean;
|
|
15
14
|
next: boolean;
|
|
16
15
|
icon: string | null;
|
|
17
16
|
clickable: boolean;
|
|
17
|
+
size: IconSize;
|
|
18
18
|
lineHeight: LineHeight | null;
|
|
19
19
|
scheme: SchemeColor;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -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,18 +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
|
-
readonly: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
forceActiveStatus: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
26
|
}>, {}, {}, {
|
|
39
27
|
attributes(): any;
|
|
40
28
|
classes(): (string | {
|
|
@@ -67,31 +55,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
55
|
};
|
|
68
56
|
hasIconLeft: BooleanConstructor;
|
|
69
57
|
hasIconRight: BooleanConstructor;
|
|
70
|
-
maxlength: {
|
|
71
|
-
type: NumberConstructor;
|
|
72
|
-
default: null;
|
|
73
|
-
};
|
|
74
|
-
readonly: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
forceActiveStatus: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
58
|
}>> & Readonly<{
|
|
83
59
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
84
60
|
}>, {
|
|
61
|
+
mask: string | unknown[];
|
|
85
62
|
size: string;
|
|
86
63
|
type: string;
|
|
87
|
-
mask: string | unknown[];
|
|
88
64
|
hasIconLeft: boolean;
|
|
89
65
|
hasIconRight: boolean;
|
|
90
66
|
modelValue: string;
|
|
91
67
|
nativeType: string;
|
|
92
|
-
maxlength: number;
|
|
93
|
-
readonly: boolean;
|
|
94
|
-
forceActiveStatus: boolean;
|
|
95
68
|
}, {}, {}, {
|
|
96
69
|
mask: any;
|
|
97
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":"
|
|
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,30 +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
|
-
readonly: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
forceActiveStatus: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
60
|
}>, {}, {
|
|
89
61
|
val: string;
|
|
90
62
|
}, {
|
|
@@ -111,23 +83,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
83
|
};
|
|
112
84
|
message: {
|
|
113
85
|
type: StringConstructor;
|
|
114
|
-
default:
|
|
115
|
-
};
|
|
116
|
-
errors: {
|
|
117
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
118
|
-
default: string;
|
|
86
|
+
default: null;
|
|
119
87
|
};
|
|
120
88
|
label: {
|
|
121
89
|
type: StringConstructor;
|
|
122
|
-
default:
|
|
90
|
+
default: null;
|
|
123
91
|
};
|
|
124
92
|
iconLeft: {
|
|
125
93
|
type: StringConstructor;
|
|
126
|
-
default:
|
|
94
|
+
default: null;
|
|
127
95
|
};
|
|
128
96
|
iconRight: {
|
|
129
97
|
type: StringConstructor;
|
|
130
|
-
default:
|
|
98
|
+
default: null;
|
|
131
99
|
};
|
|
132
100
|
allowTogglePassword: {
|
|
133
101
|
type: BooleanConstructor;
|
|
@@ -135,11 +103,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
103
|
};
|
|
136
104
|
iconLeftClickable: {
|
|
137
105
|
type: BooleanConstructor;
|
|
138
|
-
default:
|
|
106
|
+
default: null;
|
|
139
107
|
};
|
|
140
108
|
iconRightClickable: {
|
|
141
109
|
type: BooleanConstructor;
|
|
142
|
-
default:
|
|
110
|
+
default: null;
|
|
143
111
|
};
|
|
144
112
|
hasCloudyColor: {
|
|
145
113
|
type: BooleanConstructor;
|
|
@@ -153,44 +121,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
121
|
type: (StringConstructor | ArrayConstructor)[];
|
|
154
122
|
default: string;
|
|
155
123
|
};
|
|
156
|
-
tooltip: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
maxlength: {
|
|
161
|
-
type: (NumberConstructor | null)[];
|
|
162
|
-
default: null;
|
|
163
|
-
};
|
|
164
|
-
showMaxlengthCounter: {
|
|
165
|
-
type: BooleanConstructor;
|
|
166
|
-
default: boolean;
|
|
167
|
-
};
|
|
168
|
-
disabled: {
|
|
169
|
-
type: BooleanConstructor;
|
|
170
|
-
default: boolean;
|
|
171
|
-
};
|
|
172
|
-
readonly: {
|
|
173
|
-
type: BooleanConstructor;
|
|
174
|
-
default: boolean;
|
|
175
|
-
};
|
|
176
|
-
forceActiveStatus: {
|
|
177
|
-
type: BooleanConstructor;
|
|
178
|
-
default: boolean;
|
|
179
|
-
};
|
|
180
124
|
}>> & Readonly<{
|
|
181
125
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
182
126
|
}>, {
|
|
127
|
+
label: string;
|
|
128
|
+
mask: string | unknown[];
|
|
183
129
|
size: string;
|
|
184
130
|
type: string;
|
|
185
|
-
label: string;
|
|
186
131
|
message: string;
|
|
187
|
-
disabled: boolean;
|
|
188
|
-
mask: string | unknown[];
|
|
189
132
|
modelValue: string;
|
|
190
133
|
nativeType: string;
|
|
191
|
-
maxlength: number | null;
|
|
192
|
-
readonly: boolean;
|
|
193
|
-
forceActiveStatus: boolean;
|
|
194
134
|
placeholder: string;
|
|
195
135
|
iconLeft: string;
|
|
196
136
|
iconRight: string;
|
|
@@ -198,9 +138,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
138
|
iconRightClickable: boolean;
|
|
199
139
|
allowTogglePassword: boolean;
|
|
200
140
|
hasCloudyColor: boolean;
|
|
201
|
-
tooltip: string;
|
|
202
|
-
errors: string | unknown[];
|
|
203
|
-
showMaxlengthCounter: boolean;
|
|
204
141
|
}, {}, {
|
|
205
142
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
206
143
|
placeholder: {
|
|
@@ -236,6 +173,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
236
173
|
type: BooleanConstructor;
|
|
237
174
|
default: null;
|
|
238
175
|
};
|
|
176
|
+
iconRightSize: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
239
180
|
allowTogglePassword: {
|
|
240
181
|
type: BooleanConstructor;
|
|
241
182
|
default: null;
|
|
@@ -248,29 +189,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
248
189
|
type: StringConstructor;
|
|
249
190
|
default: string;
|
|
250
191
|
};
|
|
251
|
-
maxlength: {
|
|
252
|
-
type: NumberConstructor;
|
|
253
|
-
default: null;
|
|
254
|
-
};
|
|
255
|
-
disabled: {
|
|
256
|
-
type: BooleanConstructor;
|
|
257
|
-
default: boolean;
|
|
258
|
-
};
|
|
259
|
-
readonly: {
|
|
260
|
-
type: BooleanConstructor;
|
|
261
|
-
default: boolean;
|
|
262
|
-
};
|
|
263
|
-
forceActiveStatus: {
|
|
264
|
-
type: BooleanConstructor;
|
|
265
|
-
default: boolean;
|
|
266
|
-
};
|
|
267
192
|
}>, {}, {
|
|
268
193
|
isFocused: boolean;
|
|
269
194
|
showPassword: boolean;
|
|
270
195
|
}, {
|
|
271
|
-
isDisabled():
|
|
196
|
+
isDisabled(): unknown;
|
|
272
197
|
iconRightSvg(): string;
|
|
273
|
-
iconScheme(): "
|
|
198
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
274
199
|
attributes(): any;
|
|
275
200
|
}, {
|
|
276
201
|
focus(): void;
|
|
@@ -312,6 +237,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
312
237
|
type: BooleanConstructor;
|
|
313
238
|
default: null;
|
|
314
239
|
};
|
|
240
|
+
iconRightSize: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
315
244
|
allowTogglePassword: {
|
|
316
245
|
type: BooleanConstructor;
|
|
317
246
|
default: null;
|
|
@@ -324,39 +253,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
253
|
type: StringConstructor;
|
|
325
254
|
default: string;
|
|
326
255
|
};
|
|
327
|
-
maxlength: {
|
|
328
|
-
type: NumberConstructor;
|
|
329
|
-
default: null;
|
|
330
|
-
};
|
|
331
|
-
disabled: {
|
|
332
|
-
type: BooleanConstructor;
|
|
333
|
-
default: boolean;
|
|
334
|
-
};
|
|
335
|
-
readonly: {
|
|
336
|
-
type: BooleanConstructor;
|
|
337
|
-
default: boolean;
|
|
338
|
-
};
|
|
339
|
-
forceActiveStatus: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
256
|
}>> & Readonly<{
|
|
344
257
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
345
258
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
346
259
|
}>, {
|
|
347
260
|
size: string;
|
|
348
261
|
type: string;
|
|
349
|
-
disabled: boolean;
|
|
350
262
|
modelValue: string;
|
|
351
263
|
nativeType: string;
|
|
352
|
-
maxlength: number;
|
|
353
|
-
readonly: boolean;
|
|
354
|
-
forceActiveStatus: boolean;
|
|
355
264
|
placeholder: string;
|
|
356
265
|
iconLeft: string;
|
|
357
266
|
iconRight: string;
|
|
358
267
|
iconLeftClickable: boolean;
|
|
359
268
|
iconRightClickable: boolean;
|
|
269
|
+
iconRightSize: string;
|
|
360
270
|
allowTogglePassword: boolean;
|
|
361
271
|
hasCloudyColor: boolean;
|
|
362
272
|
}, {}, {
|
|
@@ -384,18 +294,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
384
294
|
};
|
|
385
295
|
hasIconLeft: BooleanConstructor;
|
|
386
296
|
hasIconRight: BooleanConstructor;
|
|
387
|
-
maxlength: {
|
|
388
|
-
type: NumberConstructor;
|
|
389
|
-
default: null;
|
|
390
|
-
};
|
|
391
|
-
readonly: {
|
|
392
|
-
type: BooleanConstructor;
|
|
393
|
-
default: boolean;
|
|
394
|
-
};
|
|
395
|
-
forceActiveStatus: {
|
|
396
|
-
type: BooleanConstructor;
|
|
397
|
-
default: boolean;
|
|
398
|
-
};
|
|
399
297
|
}>, {}, {}, {
|
|
400
298
|
attributes(): any;
|
|
401
299
|
classes(): (string | {
|
|
@@ -428,31 +326,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
428
326
|
};
|
|
429
327
|
hasIconLeft: BooleanConstructor;
|
|
430
328
|
hasIconRight: BooleanConstructor;
|
|
431
|
-
maxlength: {
|
|
432
|
-
type: NumberConstructor;
|
|
433
|
-
default: null;
|
|
434
|
-
};
|
|
435
|
-
readonly: {
|
|
436
|
-
type: BooleanConstructor;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
forceActiveStatus: {
|
|
440
|
-
type: BooleanConstructor;
|
|
441
|
-
default: boolean;
|
|
442
|
-
};
|
|
443
329
|
}>> & Readonly<{
|
|
444
330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
445
331
|
}>, {
|
|
332
|
+
mask: string | unknown[];
|
|
446
333
|
size: string;
|
|
447
334
|
type: string;
|
|
448
|
-
mask: string | unknown[];
|
|
449
335
|
hasIconLeft: boolean;
|
|
450
336
|
hasIconRight: boolean;
|
|
451
337
|
modelValue: string;
|
|
452
338
|
nativeType: string;
|
|
453
|
-
maxlength: number;
|
|
454
|
-
readonly: boolean;
|
|
455
|
-
forceActiveStatus: boolean;
|
|
456
339
|
}, {}, {}, {
|
|
457
340
|
mask: any;
|
|
458
341
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -465,20 +348,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
348
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
466
349
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
467
350
|
}>, {
|
|
468
|
-
size: import('../Icon.vue').IconSize;
|
|
469
351
|
filled: boolean;
|
|
470
352
|
next: boolean;
|
|
471
353
|
icon: string | null;
|
|
472
354
|
clickable: boolean;
|
|
355
|
+
size: import('../Icon.vue').IconSize;
|
|
473
356
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
474
357
|
scheme: import('../Icon.vue').SchemeColor;
|
|
475
358
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
476
359
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
477
|
-
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<{}>, {
|
|
478
|
-
label: string;
|
|
479
|
-
tooltip: string;
|
|
480
|
-
useHtmlTooltip: boolean;
|
|
481
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
482
360
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
483
361
|
export default _default;
|
|
484
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"}
|