@weni/unnnic-system 3.2.9-alpha.9 → 3.3.0
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 +4 -10
- 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/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
- 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 -8
- 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-d6005598.js → es-db7a2f44.mjs} +1 -1
- package/dist/{index-35640dc9.js → index-08caf833.mjs} +8434 -8712
- 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-89c2c09d.js → pt-br-88538a51.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/unnnic.umd.js +109 -0
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +4 -4
- 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/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
- package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
- package/src/components/DataTable/index.vue +10 -25
- 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/ChartFunnel.stories.js +19 -0
- package/src/stories/DataTable.stories.js +0 -60
- 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/dist/unnnic.umd.cjs +0 -110
- 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
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}, {}, {
|
|
54
54
|
UnnnicButton: {
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
+
text: string;
|
|
57
|
+
next: boolean;
|
|
56
58
|
size: import('../Button/types').ButtonSize;
|
|
57
59
|
type: import('../Button/types').ButtonType;
|
|
58
60
|
disabled: boolean;
|
|
59
|
-
text: string;
|
|
60
|
-
next: boolean;
|
|
61
61
|
iconLeft: string;
|
|
62
62
|
iconRight: string;
|
|
63
63
|
float: boolean;
|
|
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
M: {};
|
|
73
73
|
Defaults: {};
|
|
74
74
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
75
|
+
text: string;
|
|
76
|
+
next: boolean;
|
|
75
77
|
size: import('../Button/types').ButtonSize;
|
|
76
78
|
type: import('../Button/types').ButtonType;
|
|
77
79
|
disabled: boolean;
|
|
78
|
-
text: string;
|
|
79
|
-
next: boolean;
|
|
80
80
|
iconLeft: string;
|
|
81
81
|
iconRight: string;
|
|
82
82
|
float: boolean;
|
|
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
__isTeleport?: never;
|
|
89
89
|
__isSuspense?: never;
|
|
90
90
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
91
|
+
text: string;
|
|
92
|
+
next: boolean;
|
|
91
93
|
size: import('../Button/types').ButtonSize;
|
|
92
94
|
type: import('../Button/types').ButtonType;
|
|
93
95
|
disabled: boolean;
|
|
94
|
-
text: string;
|
|
95
|
-
next: boolean;
|
|
96
96
|
iconLeft: string;
|
|
97
97
|
iconRight: string;
|
|
98
98
|
float: boolean;
|
|
@@ -54,11 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
55
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
size: import('../Icon.vue').IconSize;
|
|
58
57
|
filled: boolean;
|
|
59
58
|
next: boolean;
|
|
60
59
|
icon: string | null;
|
|
61
60
|
clickable: boolean;
|
|
61
|
+
size: import('../Icon.vue').IconSize;
|
|
62
62
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
63
63
|
scheme: import('../Icon.vue').SchemeColor;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -7,13 +7,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
7
7
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
8
8
|
size: string;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
modelValue: string | number;
|
|
11
10
|
value: string | number;
|
|
11
|
+
modelValue: string | number;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly size?: string | undefined;
|
|
14
14
|
readonly disabled?: boolean | undefined;
|
|
15
|
-
readonly modelValue?: string | number | undefined;
|
|
16
15
|
readonly value?: string | number | undefined;
|
|
16
|
+
readonly modelValue?: string | number | undefined;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
19
|
type __VLS_TemplateResult = {
|
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
methods: {
|
|
112
112
|
i18n(...args: any[]): any;
|
|
113
113
|
};
|
|
114
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
114
|
+
}, import('vue').ComponentOptionsMixin, ("onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange")[], "onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
options: {
|
|
116
116
|
type: ArrayConstructor;
|
|
117
117
|
required: true;
|
|
@@ -238,6 +238,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
default: null;
|
|
240
240
|
};
|
|
241
|
+
iconRightSize: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
241
245
|
allowTogglePassword: {
|
|
242
246
|
type: BooleanConstructor;
|
|
243
247
|
default: null;
|
|
@@ -250,29 +254,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
254
|
type: StringConstructor;
|
|
251
255
|
default: string;
|
|
252
256
|
};
|
|
253
|
-
maxlength: {
|
|
254
|
-
type: NumberConstructor;
|
|
255
|
-
default: null;
|
|
256
|
-
};
|
|
257
|
-
disabled: {
|
|
258
|
-
type: BooleanConstructor;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
|
-
readonly: {
|
|
262
|
-
type: BooleanConstructor;
|
|
263
|
-
default: boolean;
|
|
264
|
-
};
|
|
265
|
-
forceActiveStatus: {
|
|
266
|
-
type: BooleanConstructor;
|
|
267
|
-
default: boolean;
|
|
268
|
-
};
|
|
269
257
|
}>, {}, {
|
|
270
258
|
isFocused: boolean;
|
|
271
259
|
showPassword: boolean;
|
|
272
260
|
}, {
|
|
273
|
-
isDisabled():
|
|
261
|
+
isDisabled(): unknown;
|
|
274
262
|
iconRightSvg(): string;
|
|
275
|
-
iconScheme(): "
|
|
263
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
276
264
|
attributes(): any;
|
|
277
265
|
}, {
|
|
278
266
|
focus(): void;
|
|
@@ -314,6 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
314
302
|
type: BooleanConstructor;
|
|
315
303
|
default: null;
|
|
316
304
|
};
|
|
305
|
+
iconRightSize: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
317
309
|
allowTogglePassword: {
|
|
318
310
|
type: BooleanConstructor;
|
|
319
311
|
default: null;
|
|
@@ -326,39 +318,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
326
318
|
type: StringConstructor;
|
|
327
319
|
default: string;
|
|
328
320
|
};
|
|
329
|
-
maxlength: {
|
|
330
|
-
type: NumberConstructor;
|
|
331
|
-
default: null;
|
|
332
|
-
};
|
|
333
|
-
disabled: {
|
|
334
|
-
type: BooleanConstructor;
|
|
335
|
-
default: boolean;
|
|
336
|
-
};
|
|
337
|
-
readonly: {
|
|
338
|
-
type: BooleanConstructor;
|
|
339
|
-
default: boolean;
|
|
340
|
-
};
|
|
341
|
-
forceActiveStatus: {
|
|
342
|
-
type: BooleanConstructor;
|
|
343
|
-
default: boolean;
|
|
344
|
-
};
|
|
345
321
|
}>> & Readonly<{
|
|
346
322
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
347
323
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
348
324
|
}>, {
|
|
349
325
|
size: string;
|
|
350
326
|
type: string;
|
|
351
|
-
disabled: boolean;
|
|
352
327
|
modelValue: string;
|
|
353
328
|
nativeType: string;
|
|
354
|
-
maxlength: number;
|
|
355
|
-
readonly: boolean;
|
|
356
|
-
forceActiveStatus: boolean;
|
|
357
329
|
placeholder: string;
|
|
358
330
|
iconLeft: string;
|
|
359
331
|
iconRight: string;
|
|
360
332
|
iconLeftClickable: boolean;
|
|
361
333
|
iconRightClickable: boolean;
|
|
334
|
+
iconRightSize: string;
|
|
362
335
|
allowTogglePassword: boolean;
|
|
363
336
|
hasCloudyColor: boolean;
|
|
364
337
|
}, {}, {
|
|
@@ -386,18 +359,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
386
359
|
};
|
|
387
360
|
hasIconLeft: BooleanConstructor;
|
|
388
361
|
hasIconRight: BooleanConstructor;
|
|
389
|
-
maxlength: {
|
|
390
|
-
type: NumberConstructor;
|
|
391
|
-
default: null;
|
|
392
|
-
};
|
|
393
|
-
readonly: {
|
|
394
|
-
type: BooleanConstructor;
|
|
395
|
-
default: boolean;
|
|
396
|
-
};
|
|
397
|
-
forceActiveStatus: {
|
|
398
|
-
type: BooleanConstructor;
|
|
399
|
-
default: boolean;
|
|
400
|
-
};
|
|
401
362
|
}>, {}, {}, {
|
|
402
363
|
attributes(): any;
|
|
403
364
|
classes(): (string | {
|
|
@@ -430,31 +391,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
430
391
|
};
|
|
431
392
|
hasIconLeft: BooleanConstructor;
|
|
432
393
|
hasIconRight: BooleanConstructor;
|
|
433
|
-
maxlength: {
|
|
434
|
-
type: NumberConstructor;
|
|
435
|
-
default: null;
|
|
436
|
-
};
|
|
437
|
-
readonly: {
|
|
438
|
-
type: BooleanConstructor;
|
|
439
|
-
default: boolean;
|
|
440
|
-
};
|
|
441
|
-
forceActiveStatus: {
|
|
442
|
-
type: BooleanConstructor;
|
|
443
|
-
default: boolean;
|
|
444
|
-
};
|
|
445
394
|
}>> & Readonly<{
|
|
446
395
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
447
396
|
}>, {
|
|
397
|
+
mask: string | unknown[];
|
|
448
398
|
size: string;
|
|
449
399
|
type: string;
|
|
450
|
-
mask: string | unknown[];
|
|
451
400
|
hasIconLeft: boolean;
|
|
452
401
|
hasIconRight: boolean;
|
|
453
402
|
modelValue: string;
|
|
454
403
|
nativeType: string;
|
|
455
|
-
maxlength: number;
|
|
456
|
-
readonly: boolean;
|
|
457
|
-
forceActiveStatus: boolean;
|
|
458
404
|
}, {}, {}, {
|
|
459
405
|
mask: any;
|
|
460
406
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -467,11 +413,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
467
413
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
468
414
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
469
415
|
}>, {
|
|
470
|
-
size: import('../Icon.vue').IconSize;
|
|
471
416
|
filled: boolean;
|
|
472
417
|
next: boolean;
|
|
473
418
|
icon: string | null;
|
|
474
419
|
clickable: boolean;
|
|
420
|
+
size: import('../Icon.vue').IconSize;
|
|
475
421
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
476
422
|
scheme: import('../Icon.vue').SchemeColor;
|
|
477
423
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -561,8 +507,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
561
507
|
validator(value: unknown): boolean;
|
|
562
508
|
};
|
|
563
509
|
}>> & Readonly<{}>, {
|
|
564
|
-
size: string;
|
|
565
510
|
label: string;
|
|
511
|
+
size: string;
|
|
566
512
|
disabled: boolean;
|
|
567
513
|
description: string;
|
|
568
514
|
active: boolean;
|
|
@@ -574,7 +520,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
574
520
|
}, {}, {
|
|
575
521
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
576
522
|
modelValue: {
|
|
577
|
-
type: (
|
|
523
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
578
524
|
default: boolean;
|
|
579
525
|
validator(value: unknown): boolean;
|
|
580
526
|
};
|
|
@@ -599,7 +545,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
599
545
|
click(): void;
|
|
600
546
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
601
547
|
modelValue: {
|
|
602
|
-
type: (
|
|
548
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
603
549
|
default: boolean;
|
|
604
550
|
validator(value: unknown): boolean;
|
|
605
551
|
};
|
|
@@ -634,11 +580,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
634
580
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
635
581
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
636
582
|
}>, {
|
|
637
|
-
size: import('../Icon.vue').IconSize;
|
|
638
583
|
filled: boolean;
|
|
639
584
|
next: boolean;
|
|
640
585
|
icon: string | null;
|
|
641
586
|
clickable: boolean;
|
|
587
|
+
size: import('../Icon.vue').IconSize;
|
|
642
588
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
643
589
|
scheme: import('../Icon.vue').SchemeColor;
|
|
644
590
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -803,10 +749,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
803
749
|
default: null;
|
|
804
750
|
};
|
|
805
751
|
}>> & Readonly<{}>, {
|
|
806
|
-
disabled: boolean;
|
|
807
752
|
text: string;
|
|
808
753
|
clickable: boolean;
|
|
809
754
|
scheme: string;
|
|
755
|
+
disabled: boolean;
|
|
810
756
|
hasCloseIcon: boolean;
|
|
811
757
|
leftIcon: string;
|
|
812
758
|
rightIcon: string;
|
|
@@ -820,11 +766,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
820
766
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
821
767
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
822
768
|
}>, {
|
|
823
|
-
size: import('../Icon.vue').IconSize;
|
|
824
769
|
filled: boolean;
|
|
825
770
|
next: boolean;
|
|
826
771
|
icon: string | null;
|
|
827
772
|
clickable: boolean;
|
|
773
|
+
size: import('../Icon.vue').IconSize;
|
|
828
774
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
829
775
|
scheme: import('../Icon.vue').SchemeColor;
|
|
830
776
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -895,11 +841,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
895
841
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
896
842
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
897
843
|
}>, {
|
|
898
|
-
size: import('../Icon.vue').IconSize;
|
|
899
844
|
filled: boolean;
|
|
900
845
|
next: boolean;
|
|
901
846
|
icon: string | null;
|
|
902
847
|
clickable: boolean;
|
|
848
|
+
size: import('../Icon.vue').IconSize;
|
|
903
849
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
904
850
|
scheme: import('../Icon.vue').SchemeColor;
|
|
905
851
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -971,8 +917,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
971
917
|
};
|
|
972
918
|
}>> & Readonly<{}>, {
|
|
973
919
|
text: string;
|
|
974
|
-
enabled: boolean;
|
|
975
920
|
forceOpen: boolean;
|
|
921
|
+
enabled: boolean;
|
|
976
922
|
side: string;
|
|
977
923
|
maxWidth: string;
|
|
978
924
|
shortcutText: string;
|
|
@@ -1007,9 +953,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1007
953
|
default: boolean;
|
|
1008
954
|
};
|
|
1009
955
|
}>> & Readonly<{}>, {
|
|
1010
|
-
disabled: boolean;
|
|
1011
956
|
text: string;
|
|
1012
957
|
clickable: boolean;
|
|
958
|
+
disabled: boolean;
|
|
1013
959
|
}, {}, {
|
|
1014
960
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1015
961
|
click: (event: Event) => any;
|
|
@@ -1020,11 +966,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1020
966
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1021
967
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1022
968
|
}>, {
|
|
1023
|
-
size: import('../Icon.vue').IconSize;
|
|
1024
969
|
filled: boolean;
|
|
1025
970
|
next: boolean;
|
|
1026
971
|
icon: string | null;
|
|
1027
972
|
clickable: boolean;
|
|
973
|
+
size: import('../Icon.vue').IconSize;
|
|
1028
974
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
1029
975
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1030
976
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1101,11 +1047,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1101
1047
|
default: string;
|
|
1102
1048
|
};
|
|
1103
1049
|
}>> & Readonly<{}>, {
|
|
1104
|
-
type: string;
|
|
1105
|
-
disabled: boolean;
|
|
1106
1050
|
text: string;
|
|
1107
1051
|
clickable: boolean;
|
|
1108
1052
|
scheme: string;
|
|
1053
|
+
type: string;
|
|
1054
|
+
disabled: boolean;
|
|
1109
1055
|
hasCloseIcon: boolean;
|
|
1110
1056
|
leftIcon: string;
|
|
1111
1057
|
rightIcon: string;
|
|
@@ -1201,11 +1147,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1201
1147
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1202
1148
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1203
1149
|
}>, {
|
|
1204
|
-
size: import('../Icon.vue').IconSize;
|
|
1205
1150
|
filled: boolean;
|
|
1206
1151
|
next: boolean;
|
|
1207
1152
|
icon: string | null;
|
|
1208
1153
|
clickable: boolean;
|
|
1154
|
+
size: import('../Icon.vue').IconSize;
|
|
1209
1155
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
1210
1156
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1211
1157
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -157,10 +157,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
default: null;
|
|
158
158
|
};
|
|
159
159
|
}>> & Readonly<{}>, {
|
|
160
|
-
disabled: boolean;
|
|
161
160
|
text: string;
|
|
162
161
|
clickable: boolean;
|
|
163
162
|
scheme: string;
|
|
163
|
+
disabled: boolean;
|
|
164
164
|
hasCloseIcon: boolean;
|
|
165
165
|
leftIcon: string;
|
|
166
166
|
rightIcon: string;
|
|
@@ -174,11 +174,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
175
175
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
|
-
size: import('../Icon.vue').IconSize;
|
|
178
177
|
filled: boolean;
|
|
179
178
|
next: boolean;
|
|
180
179
|
icon: string | null;
|
|
181
180
|
clickable: boolean;
|
|
181
|
+
size: import('../Icon.vue').IconSize;
|
|
182
182
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
183
183
|
scheme: import('../Icon.vue').SchemeColor;
|
|
184
184
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -249,11 +249,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
249
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
250
250
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
251
251
|
}>, {
|
|
252
|
-
size: import('../Icon.vue').IconSize;
|
|
253
252
|
filled: boolean;
|
|
254
253
|
next: boolean;
|
|
255
254
|
icon: string | null;
|
|
256
255
|
clickable: boolean;
|
|
256
|
+
size: import('../Icon.vue').IconSize;
|
|
257
257
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
258
258
|
scheme: import('../Icon.vue').SchemeColor;
|
|
259
259
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -325,8 +325,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
325
|
};
|
|
326
326
|
}>> & Readonly<{}>, {
|
|
327
327
|
text: string;
|
|
328
|
-
enabled: boolean;
|
|
329
328
|
forceOpen: boolean;
|
|
329
|
+
enabled: boolean;
|
|
330
330
|
side: string;
|
|
331
331
|
maxWidth: string;
|
|
332
332
|
shortcutText: string;
|
|
@@ -361,9 +361,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
361
|
default: boolean;
|
|
362
362
|
};
|
|
363
363
|
}>> & Readonly<{}>, {
|
|
364
|
-
disabled: boolean;
|
|
365
364
|
text: string;
|
|
366
365
|
clickable: boolean;
|
|
366
|
+
disabled: boolean;
|
|
367
367
|
}, {}, {
|
|
368
368
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
369
369
|
click: (event: Event) => any;
|
|
@@ -374,11 +374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
374
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
375
375
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
376
376
|
}>, {
|
|
377
|
-
size: import('../Icon.vue').IconSize;
|
|
378
377
|
filled: boolean;
|
|
379
378
|
next: boolean;
|
|
380
379
|
icon: string | null;
|
|
381
380
|
clickable: boolean;
|
|
381
|
+
size: import('../Icon.vue').IconSize;
|
|
382
382
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
383
383
|
scheme: import('../Icon.vue').SchemeColor;
|
|
384
384
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -455,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
default: string;
|
|
456
456
|
};
|
|
457
457
|
}>> & Readonly<{}>, {
|
|
458
|
-
type: string;
|
|
459
|
-
disabled: boolean;
|
|
460
458
|
text: string;
|
|
461
459
|
clickable: boolean;
|
|
462
460
|
scheme: string;
|
|
461
|
+
type: string;
|
|
462
|
+
disabled: boolean;
|
|
463
463
|
hasCloseIcon: boolean;
|
|
464
464
|
leftIcon: string;
|
|
465
465
|
rightIcon: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
validator(value: unknown): boolean;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
size: string;
|
|
88
87
|
label: string;
|
|
88
|
+
size: string;
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
description: string;
|
|
91
91
|
active: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
}, {}, {
|
|
98
98
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
101
101
|
default: boolean;
|
|
102
102
|
validator(value: unknown): boolean;
|
|
103
103
|
};
|
|
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
122
|
click(): void;
|
|
123
123
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
124
124
|
modelValue: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
126
126
|
default: boolean;
|
|
127
127
|
validator(value: unknown): boolean;
|
|
128
128
|
};
|
|
@@ -157,11 +157,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
158
158
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
size: import('../Icon.vue').IconSize;
|
|
161
160
|
filled: boolean;
|
|
162
161
|
next: boolean;
|
|
163
162
|
icon: string | null;
|
|
164
163
|
clickable: boolean;
|
|
164
|
+
size: import('../Icon.vue').IconSize;
|
|
165
165
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -143,6 +143,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
143
143
|
type: BooleanConstructor;
|
|
144
144
|
default: null;
|
|
145
145
|
};
|
|
146
|
+
iconRightSize: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
146
150
|
allowTogglePassword: {
|
|
147
151
|
type: BooleanConstructor;
|
|
148
152
|
default: null;
|
|
@@ -155,29 +159,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
159
|
type: StringConstructor;
|
|
156
160
|
default: string;
|
|
157
161
|
};
|
|
158
|
-
maxlength: {
|
|
159
|
-
type: NumberConstructor;
|
|
160
|
-
default: null;
|
|
161
|
-
};
|
|
162
|
-
disabled: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
|
-
readonly: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
forceActiveStatus: {
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
162
|
}>, {}, {
|
|
175
163
|
isFocused: boolean;
|
|
176
164
|
showPassword: boolean;
|
|
177
165
|
}, {
|
|
178
|
-
isDisabled():
|
|
166
|
+
isDisabled(): unknown;
|
|
179
167
|
iconRightSvg(): string;
|
|
180
|
-
iconScheme(): "
|
|
168
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
181
169
|
attributes(): any;
|
|
182
170
|
}, {
|
|
183
171
|
focus(): void;
|
|
@@ -219,6 +207,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
207
|
type: BooleanConstructor;
|
|
220
208
|
default: null;
|
|
221
209
|
};
|
|
210
|
+
iconRightSize: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
222
214
|
allowTogglePassword: {
|
|
223
215
|
type: BooleanConstructor;
|
|
224
216
|
default: null;
|
|
@@ -231,39 +223,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
223
|
type: StringConstructor;
|
|
232
224
|
default: string;
|
|
233
225
|
};
|
|
234
|
-
maxlength: {
|
|
235
|
-
type: NumberConstructor;
|
|
236
|
-
default: null;
|
|
237
|
-
};
|
|
238
|
-
disabled: {
|
|
239
|
-
type: BooleanConstructor;
|
|
240
|
-
default: boolean;
|
|
241
|
-
};
|
|
242
|
-
readonly: {
|
|
243
|
-
type: BooleanConstructor;
|
|
244
|
-
default: boolean;
|
|
245
|
-
};
|
|
246
|
-
forceActiveStatus: {
|
|
247
|
-
type: BooleanConstructor;
|
|
248
|
-
default: boolean;
|
|
249
|
-
};
|
|
250
226
|
}>> & Readonly<{
|
|
251
227
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
252
228
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
253
229
|
}>, {
|
|
254
230
|
size: string;
|
|
255
231
|
type: string;
|
|
256
|
-
disabled: boolean;
|
|
257
232
|
modelValue: string;
|
|
258
233
|
nativeType: string;
|
|
259
|
-
maxlength: number;
|
|
260
|
-
readonly: boolean;
|
|
261
|
-
forceActiveStatus: boolean;
|
|
262
234
|
placeholder: string;
|
|
263
235
|
iconLeft: string;
|
|
264
236
|
iconRight: string;
|
|
265
237
|
iconLeftClickable: boolean;
|
|
266
238
|
iconRightClickable: boolean;
|
|
239
|
+
iconRightSize: string;
|
|
267
240
|
allowTogglePassword: boolean;
|
|
268
241
|
hasCloudyColor: boolean;
|
|
269
242
|
}, {}, {
|
|
@@ -291,18 +264,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
291
264
|
};
|
|
292
265
|
hasIconLeft: BooleanConstructor;
|
|
293
266
|
hasIconRight: BooleanConstructor;
|
|
294
|
-
maxlength: {
|
|
295
|
-
type: NumberConstructor;
|
|
296
|
-
default: null;
|
|
297
|
-
};
|
|
298
|
-
readonly: {
|
|
299
|
-
type: BooleanConstructor;
|
|
300
|
-
default: boolean;
|
|
301
|
-
};
|
|
302
|
-
forceActiveStatus: {
|
|
303
|
-
type: BooleanConstructor;
|
|
304
|
-
default: boolean;
|
|
305
|
-
};
|
|
306
267
|
}>, {}, {}, {
|
|
307
268
|
attributes(): any;
|
|
308
269
|
classes(): (string | {
|
|
@@ -335,31 +296,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
335
296
|
};
|
|
336
297
|
hasIconLeft: BooleanConstructor;
|
|
337
298
|
hasIconRight: BooleanConstructor;
|
|
338
|
-
maxlength: {
|
|
339
|
-
type: NumberConstructor;
|
|
340
|
-
default: null;
|
|
341
|
-
};
|
|
342
|
-
readonly: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
forceActiveStatus: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
299
|
}>> & Readonly<{
|
|
351
300
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
352
301
|
}>, {
|
|
302
|
+
mask: string | unknown[];
|
|
353
303
|
size: string;
|
|
354
304
|
type: string;
|
|
355
|
-
mask: string | unknown[];
|
|
356
305
|
hasIconLeft: boolean;
|
|
357
306
|
hasIconRight: boolean;
|
|
358
307
|
modelValue: string;
|
|
359
308
|
nativeType: string;
|
|
360
|
-
maxlength: number;
|
|
361
|
-
readonly: boolean;
|
|
362
|
-
forceActiveStatus: boolean;
|
|
363
309
|
}, {}, {}, {
|
|
364
310
|
mask: any;
|
|
365
311
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -372,11 +318,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
372
318
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
373
319
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
374
320
|
}>, {
|
|
375
|
-
size: import('../Icon.vue').IconSize;
|
|
376
321
|
filled: boolean;
|
|
377
322
|
next: boolean;
|
|
378
323
|
icon: string | null;
|
|
379
324
|
clickable: boolean;
|
|
325
|
+
size: import('../Icon.vue').IconSize;
|
|
380
326
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
381
327
|
scheme: import('../Icon.vue').SchemeColor;
|
|
382
328
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -61,8 +61,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
}>> & Readonly<{}>, {
|
|
62
62
|
loading: boolean;
|
|
63
63
|
color: string;
|
|
64
|
-
duration: number;
|
|
65
64
|
highlight: string;
|
|
65
|
+
duration: number;
|
|
66
66
|
tag: string;
|
|
67
67
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
68
68
|
export default _default;
|