@webitel/ui-sdk 25.4.65 → 25.4.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/types/api/clients/wtTypes/_shared/utils/sortDynamicFields.d.ts +2 -0
- package/dist/types/api/clients/wtTypes/sysTypes/sysTypes.d.ts +30 -0
- package/dist/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +32 -0
- package/dist/types/api/transformers/skipIf/skipIf.d.ts +1 -0
- package/dist/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +9 -0
- package/dist/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +19 -0
- package/dist/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +7 -0
- package/dist/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +9 -0
- package/dist/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +9 -0
- package/dist/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +10 -0
- package/dist/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +22 -0
- package/dist/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +7 -0
- package/dist/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +7 -0
- package/dist/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +11 -0
- package/dist/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +9 -0
- package/dist/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +121 -0
- package/dist/types/components/transitions/cases/wt-replace-transition.vue.d.ts +18 -0
- package/dist/types/components/transitions/wt-expand-transition.vue.d.ts +6 -0
- package/dist/types/components/transitions/wt-transition.vue.d.ts +20 -0
- package/dist/types/components/wt-action-bar/wt-action-bar.vue.d.ts +26 -0
- package/dist/types/components/wt-app-header/wt-app-header.vue.d.ts +9 -0
- package/dist/types/components/wt-app-header/wt-app-navigator.vue.d.ts +11 -0
- package/dist/types/components/wt-app-header/wt-header-actions.vue.d.ts +32 -0
- package/dist/types/components/wt-avatar/wt-avatar.vue.d.ts +15 -0
- package/dist/types/components/wt-badge/wt-badge.vue.d.ts +43 -0
- package/dist/types/components/wt-button/wt-button.vue.d.ts +113 -0
- package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +19 -0
- package/dist/types/components/wt-checkbox/wt-checkbox.vue.d.ts +57 -0
- package/dist/types/components/wt-chip/wt-chip.vue.d.ts +22 -0
- package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +28 -0
- package/dist/types/components/wt-context-menu/wt-context-menu.vue.d.ts +28 -0
- package/dist/types/components/wt-copy-action/wt-copy-action.vue.d.ts +27 -0
- package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +35 -0
- package/dist/types/components/wt-divider/wt-divider.vue.d.ts +14 -0
- package/dist/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +20 -0
- package/dist/types/components/wt-dummy/wt-dummy.vue.d.ts +20 -0
- package/dist/types/components/wt-empty/wt-empty.vue.d.ts +55 -0
- package/dist/types/components/wt-error-page/wt-error-page.vue.d.ts +21 -0
- package/dist/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +23 -0
- package/dist/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +21 -0
- package/dist/types/components/wt-headline/wt-headline.vue.d.ts +2 -0
- package/dist/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
- package/dist/types/components/wt-hint/wt-hint.vue.d.ts +14 -0
- package/dist/types/components/wt-icon/wt-icon.vue.d.ts +15 -0
- package/dist/types/components/wt-icon-action/wt-icon-action.vue.d.ts +12 -0
- package/dist/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +11 -0
- package/dist/types/components/wt-image/wt-image.vue.d.ts +34 -0
- package/dist/types/components/wt-indicator/wt-indicator.vue.d.ts +67 -0
- package/dist/types/components/wt-input/wt-input.vue.d.ts +53 -0
- package/dist/types/components/wt-input-info/wt-input-info.vue.d.ts +14 -0
- package/dist/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +10 -0
- package/dist/types/components/wt-item-link/wt-item-link.vue.d.ts +24 -0
- package/dist/types/components/wt-label/wt-label.vue.d.ts +31 -0
- package/dist/types/components/wt-load-bar/wt-load-bar.vue.d.ts +26 -0
- package/dist/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
- package/dist/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
- package/dist/types/components/wt-loader/wt-loader.vue.d.ts +44 -0
- package/dist/types/components/wt-logo/wt-logo.vue.d.ts +13 -0
- package/dist/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +93 -0
- package/dist/types/components/wt-notification/wt-notification.vue.d.ts +17 -0
- package/dist/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +9 -0
- package/dist/types/components/wt-page-header/wt-page-header.vue.d.ts +31 -0
- package/dist/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +14 -0
- package/dist/types/components/wt-pagination/wt-pagination.vue.d.ts +59 -0
- package/dist/types/components/wt-player/wt-player.vue.d.ts +110 -0
- package/dist/types/components/wt-popup/wt-popup.vue.d.ts +52 -0
- package/dist/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +38 -0
- package/dist/types/components/wt-radio/wt-radio.vue.d.ts +66 -0
- package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +22 -0
- package/dist/types/components/wt-search-bar/wt-search-bar.vue.d.ts +194 -0
- package/dist/types/components/wt-select/wt-select.vue.d.ts +65 -0
- package/dist/types/components/wt-slider/wt-slider.vue.d.ts +75 -0
- package/dist/types/components/wt-status-select/wt-status-select.vue.d.ts +40 -0
- package/dist/types/components/wt-stepper/wt-stepper.vue.d.ts +17 -0
- package/dist/types/components/wt-switcher/wt-switcher.vue.d.ts +53 -0
- package/dist/types/components/wt-table/wt-table.vue.d.ts +132 -0
- package/dist/types/components/wt-table-actions/wt-table-actions.vue.d.ts +30 -0
- package/dist/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +42 -0
- package/dist/types/components/wt-tabs/wt-tabs.vue.d.ts +40 -0
- package/dist/types/components/wt-tags-input/wt-tags-input.vue.d.ts +54 -0
- package/dist/types/components/wt-textarea/wt-textarea.vue.d.ts +109 -0
- package/dist/types/components/wt-time-input/wt-time-input.vue.d.ts +104 -0
- package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +130 -0
- package/dist/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +15 -0
- package/dist/types/components/wt-tooltip/wt-tooltip.vue.d.ts +32 -0
- package/dist/types/components/wt-tree/types/WtTreeMode.d.ts +5 -0
- package/dist/types/components/wt-tree/wt-tree.vue.d.ts +39 -0
- package/dist/types/components/wt-tree-line/types/wt-tree-nested-icons.d.ts +4 -0
- package/dist/types/components/wt-tree-line/wt-tree-line.vue.d.ts +32 -0
- package/dist/types/components/wt-tree-table/wt-tree-table.vue.d.ts +96 -0
- package/dist/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +90 -0
- package/dist/types/composables/useAccessControl/v2/createUserAccessControl.d.ts +2 -0
- package/dist/types/composables/useWtTable/useWtTable.d.ts +6 -0
- package/dist/types/enums/ComponentSize/ComponentSize.d.ts +12 -0
- package/dist/types/enums/CrudAction/CrudAction.d.ts +7 -0
- package/dist/types/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +7 -0
- package/dist/types/enums/WebitelApplications/AdminSections.d.ts +45 -0
- package/dist/types/enums/WebitelApplications/AuditorSections.d.ts +4 -0
- package/dist/types/enums/WebitelApplications/CrmSections.d.ts +14 -0
- package/dist/types/enums/WebitelApplications/SupervisorSections.d.ts +6 -0
- package/dist/types/enums/WebitelApplications/WtApplication.d.ts +10 -0
- package/dist/types/enums/WtObject/WtObject.d.ts +60 -0
- package/dist/types/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +13 -0
- package/dist/types/enums/index.d.ts +18 -0
- package/dist/types/install.d.ts +14 -0
- package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +8 -0
- package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +8 -0
- package/dist/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +12 -0
- package/dist/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +7 -0
- package/dist/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +16 -0
- package/dist/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +12 -0
- package/dist/types/modules/AuditForm/components/audit-form-question.vue.d.ts +18 -0
- package/dist/types/modules/AuditForm/components/audit-form.vue.d.ts +14 -0
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue.d.ts +10 -0
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options.vue.d.ts +12 -0
- package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts +12 -0
- package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +17 -0
- package/dist/types/modules/Filters/components/filter-datetime.vue.d.ts +9 -0
- package/dist/types/modules/Filters/components/filter-pagination.vue.d.ts +9 -0
- package/dist/types/modules/Filters/components/filter-search.vue.d.ts +13 -0
- package/dist/types/modules/Filters/components/filter-select.vue.d.ts +9 -0
- package/dist/types/modules/Filters/components/filter-table-fields.vue.d.ts +12 -0
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +14 -0
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +2 -0
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +7 -0
- package/dist/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +9 -0
- package/dist/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +15 -0
- package/dist/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +12 -0
- package/dist/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +21 -0
- package/dist/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +30 -0
- package/dist/types/modules/QueryFilters/components/filter-search.vue.d.ts +16 -0
- package/dist/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +44 -0
- package/dist/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +11 -0
- package/dist/types/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.d.ts +31 -0
- package/dist/types/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.d.ts +45 -0
- package/dist/types/modules/Userinfo/v2/enums/index.d.ts +3 -0
- package/dist/types/modules/Userinfo/v2/index.d.ts +1 -0
- package/dist/types/modules/Userinfo/v2/mappings/mappings.d.ts +25 -0
- package/dist/types/modules/Userinfo/v2/scripts/utils.d.ts +9 -0
- package/dist/types/modules/Userinfo/v2/stores/accessStore.d.ts +2 -0
- package/dist/types/modules/Userinfo/v2/stores/userinfoStore.d.ts +25 -0
- package/dist/types/playground.vue.d.ts +2 -0
- package/dist/types/scripts/compareSize.d.ts +41 -0
- package/dist/types/scripts/normalizeDatetime.d.ts +8 -0
- package/dist/types/the-app.vue.d.ts +4 -0
- package/dist/ui-sdk.js +20557 -19142
- package/dist/ui-sdk.umd.cjs +20 -20
- package/package.json +5 -4
- package/src/api/clients/contactGroups/contactGroups.js +26 -0
- package/src/api/clients/index.js +4 -0
- package/src/api/clients/wtTypes/_shared/utils/sortDynamicFields.ts +21 -0
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +58 -0
- package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +122 -0
- package/src/api/clients//321/201ontacts/contacts.js +5 -1
- package/src/components/index.js +2 -0
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +158 -0
- package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.ts +16 -0
- package/src/enums/index.js +2 -0
- package/src/enums/index.ts +2 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "click" | "click:option", ...args: any[]) => void;
|
|
8
|
+
options: unknown[];
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
color: string;
|
|
11
|
+
$props: {
|
|
12
|
+
readonly options?: unknown[];
|
|
13
|
+
readonly disabled?: boolean;
|
|
14
|
+
readonly color?: string;
|
|
15
|
+
};
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
default?: (props: {}) => any;
|
|
19
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
selected: {
|
|
7
|
+
type: (BooleanConstructor | ArrayConstructor)[];
|
|
8
|
+
default: () => any[];
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
labelProps: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {
|
|
23
|
+
isChecked(): boolean;
|
|
24
|
+
checkboxIcon(): "checkbox" | "checkbox--checked";
|
|
25
|
+
iconColor(): "disabled" | "active";
|
|
26
|
+
}, {
|
|
27
|
+
inputHandler(): void;
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
value: {
|
|
30
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
selected: {
|
|
34
|
+
type: (BooleanConstructor | ArrayConstructor)[];
|
|
35
|
+
default: () => any[];
|
|
36
|
+
};
|
|
37
|
+
label: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
disabled: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
labelProps: {
|
|
46
|
+
type: ObjectConstructor;
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{
|
|
50
|
+
onChange?: (...args: any[]) => any;
|
|
51
|
+
}>, {
|
|
52
|
+
value: string | boolean;
|
|
53
|
+
label: string;
|
|
54
|
+
disabled: boolean;
|
|
55
|
+
selected: boolean | unknown[];
|
|
56
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* The color of the chip
|
|
4
|
+
* @values main, primary, secondary, success, warning, error, transfer
|
|
5
|
+
*/
|
|
6
|
+
color: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* The color of the chip
|
|
13
|
+
* @values main, primary, secondary, success, warning, error, transfer
|
|
14
|
+
*/
|
|
15
|
+
color: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
color: string;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "close" | "confirm", ...args: any[]) => void;
|
|
8
|
+
title: string;
|
|
9
|
+
deleteMessage: string;
|
|
10
|
+
subject: string;
|
|
11
|
+
callback: Function;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly title?: string;
|
|
14
|
+
readonly deleteMessage?: string;
|
|
15
|
+
readonly subject?: string;
|
|
16
|
+
readonly callback?: Function;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
type __VLS_Slots = {
|
|
20
|
+
main?: (props: {}) => any;
|
|
21
|
+
actions?: (props: {
|
|
22
|
+
isDeleting: boolean;
|
|
23
|
+
confirm: typeof confirm;
|
|
24
|
+
close: typeof close;
|
|
25
|
+
}) => any;
|
|
26
|
+
};
|
|
27
|
+
declare function confirm(): Promise<void>;
|
|
28
|
+
declare function close(): void;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "click" | "update:visible", ...args: any[]) => void;
|
|
8
|
+
options: unknown[];
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
width: string;
|
|
11
|
+
visible: boolean;
|
|
12
|
+
tooltipTriggers: unknown[];
|
|
13
|
+
minWidth: string;
|
|
14
|
+
maxWidth: string;
|
|
15
|
+
$props: {
|
|
16
|
+
readonly options?: unknown[];
|
|
17
|
+
readonly disabled?: boolean;
|
|
18
|
+
readonly width?: string;
|
|
19
|
+
readonly visible?: boolean;
|
|
20
|
+
readonly tooltipTriggers?: unknown[];
|
|
21
|
+
readonly minWidth?: string;
|
|
22
|
+
readonly maxWidth?: string;
|
|
23
|
+
};
|
|
24
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
type __VLS_Slots = {
|
|
26
|
+
activator?: (props: {}) => any;
|
|
27
|
+
option?: (props: any) => any;
|
|
28
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
tooltips: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
default: () => {};
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {
|
|
10
|
+
copied: boolean;
|
|
11
|
+
}, {
|
|
12
|
+
copyTooltip(): any;
|
|
13
|
+
copiedTooltip(): any;
|
|
14
|
+
}, {
|
|
15
|
+
copy(): Promise<void>;
|
|
16
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
value: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
tooltips: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: () => {};
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{}>, {
|
|
25
|
+
tooltips: Record<string, any>;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "input", ...args: any[]) => void;
|
|
8
|
+
value: string | number;
|
|
9
|
+
required: boolean;
|
|
10
|
+
label: string;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
mode: string;
|
|
13
|
+
clearable: boolean;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
lang: string;
|
|
16
|
+
labelProps?: Record<string, any>;
|
|
17
|
+
disabledDates?: Record<string, any>;
|
|
18
|
+
$props: {
|
|
19
|
+
readonly value?: string | number;
|
|
20
|
+
readonly required?: boolean;
|
|
21
|
+
readonly label?: string;
|
|
22
|
+
readonly disabled?: boolean;
|
|
23
|
+
readonly mode?: string;
|
|
24
|
+
readonly clearable?: boolean;
|
|
25
|
+
readonly placeholder?: string;
|
|
26
|
+
readonly lang?: string;
|
|
27
|
+
readonly labelProps?: Record<string, any>;
|
|
28
|
+
readonly disabledDates?: Record<string, any>;
|
|
29
|
+
};
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
type __VLS_Slots = {
|
|
32
|
+
label?: (props: {
|
|
33
|
+
label: string;
|
|
34
|
+
}) => any;
|
|
35
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
variant: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
variant: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
variant: string;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "update:side-panel-size", ...args: any[]) => void;
|
|
8
|
+
actionsPanel: boolean;
|
|
9
|
+
disableResize: boolean;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly actionsPanel?: boolean;
|
|
12
|
+
readonly disableResize?: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
header?: (props: {}) => any;
|
|
17
|
+
'actions-panel'?: (props: {}) => any;
|
|
18
|
+
'side-panel'?: (props: {}) => any;
|
|
19
|
+
main?: (props: {}) => any;
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "create", ...args: any[]) => void;
|
|
3
|
+
size: string | number;
|
|
4
|
+
darkMode: boolean;
|
|
5
|
+
showAction: boolean;
|
|
6
|
+
hiddenText: boolean;
|
|
7
|
+
text?: string;
|
|
8
|
+
src?: string;
|
|
9
|
+
buttonText?: string;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly size?: string | number;
|
|
12
|
+
readonly darkMode?: boolean;
|
|
13
|
+
readonly showAction?: boolean;
|
|
14
|
+
readonly hiddenText?: boolean;
|
|
15
|
+
readonly text?: string;
|
|
16
|
+
readonly src?: string;
|
|
17
|
+
readonly buttonText?: string;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "click:primary" | "click:secondary", ...args: any[]) => void;
|
|
8
|
+
size: string;
|
|
9
|
+
title: string;
|
|
10
|
+
text: string;
|
|
11
|
+
headline: string;
|
|
12
|
+
primaryActionText: string;
|
|
13
|
+
secondaryActionText: string;
|
|
14
|
+
disabledPrimaryAction: boolean;
|
|
15
|
+
disabledSecondaryAction: boolean;
|
|
16
|
+
image?: Record<string, any>;
|
|
17
|
+
$props: {
|
|
18
|
+
readonly size?: string;
|
|
19
|
+
readonly title?: string;
|
|
20
|
+
readonly text?: string;
|
|
21
|
+
readonly headline?: string;
|
|
22
|
+
readonly primaryActionText?: string;
|
|
23
|
+
readonly secondaryActionText?: string;
|
|
24
|
+
readonly disabledPrimaryAction?: boolean;
|
|
25
|
+
readonly disabledSecondaryAction?: boolean;
|
|
26
|
+
readonly image?: Record<string, any>;
|
|
27
|
+
};
|
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
type __VLS_Slots = {
|
|
30
|
+
media?: (props: {
|
|
31
|
+
size: "md" | "sm" | "2xs";
|
|
32
|
+
}) => any;
|
|
33
|
+
headline?: (props: {
|
|
34
|
+
headline: string;
|
|
35
|
+
}) => any;
|
|
36
|
+
title?: (props: {
|
|
37
|
+
title: string;
|
|
38
|
+
}) => any;
|
|
39
|
+
text?: (props: {
|
|
40
|
+
text: string;
|
|
41
|
+
}) => any;
|
|
42
|
+
default?: (props: {
|
|
43
|
+
size: string;
|
|
44
|
+
}) => any;
|
|
45
|
+
actions?: (props: {
|
|
46
|
+
onPrimaryClick: (params: any) => void;
|
|
47
|
+
onSecondaryClick: (params: any) => void;
|
|
48
|
+
}) => any;
|
|
49
|
+
'primary-action'?: (props: {
|
|
50
|
+
onPrimaryClick: (params: any) => void;
|
|
51
|
+
}) => any;
|
|
52
|
+
'secondary-action'?: (props: {
|
|
53
|
+
onSecondaryClick: (params: any) => void;
|
|
54
|
+
}) => any;
|
|
55
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
options: string[];
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {
|
|
8
|
+
errorPic(): "" | {
|
|
9
|
+
src: any;
|
|
10
|
+
alt: string;
|
|
11
|
+
};
|
|
12
|
+
errorTitle(): string;
|
|
13
|
+
errorText(): string;
|
|
14
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
type: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
options: string[];
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "closed" | "opened", ...args: any[]) => void;
|
|
8
|
+
size: string;
|
|
9
|
+
collapsed: boolean;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly size?: string;
|
|
12
|
+
readonly collapsed?: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
title?: (props: {}) => any;
|
|
17
|
+
actions?: (props: {
|
|
18
|
+
open: typeof open;
|
|
19
|
+
opened: boolean;
|
|
20
|
+
}) => any;
|
|
21
|
+
default?: (props: {}) => any;
|
|
22
|
+
};
|
|
23
|
+
declare function open(): void;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
tableActionIcons: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => string[];
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {
|
|
7
|
+
isOpened: boolean;
|
|
8
|
+
filtersCount: number;
|
|
9
|
+
}, {}, {
|
|
10
|
+
tableActionsHandler(eventName: any): void;
|
|
11
|
+
toggleFiltersExpansion(): void;
|
|
12
|
+
resetFilters(): void;
|
|
13
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
tableActionIcons: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: () => string[];
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {
|
|
19
|
+
tableActionIcons: unknown[];
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
path: unknown[];
|
|
3
|
+
$props: {
|
|
4
|
+
readonly path?: unknown[];
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
iconColor: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
iconColor: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
iconColor: string;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
size: string;
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
color: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
iconPrefix: string;
|
|
7
|
+
$props: {
|
|
8
|
+
readonly size?: string;
|
|
9
|
+
readonly disabled?: boolean;
|
|
10
|
+
readonly color?: string;
|
|
11
|
+
readonly icon?: string;
|
|
12
|
+
readonly iconPrefix?: string;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "click" | "mousedown", ...args: any[]) => void;
|
|
3
|
+
size: string;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
action: string;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly size?: string;
|
|
8
|
+
readonly disabled?: boolean;
|
|
9
|
+
readonly action?: string;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
disabled?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
click: (...args: MouseEvent[]) => any;
|
|
6
|
+
mousedown: (...args: MouseEvent[]) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onClick?: (...args: MouseEvent[]) => any;
|
|
9
|
+
onMousedown?: (...args: MouseEvent[]) => any;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: any, ...args: any[]) => void;
|
|
8
|
+
alt: string;
|
|
9
|
+
src: string | Record<string, any>;
|
|
10
|
+
size?: string;
|
|
11
|
+
width?: string | number;
|
|
12
|
+
height?: string | number;
|
|
13
|
+
minWidth?: string | number;
|
|
14
|
+
maxWidth?: string | number;
|
|
15
|
+
minHeight?: string | number;
|
|
16
|
+
maxHeight?: string | number;
|
|
17
|
+
$props: {
|
|
18
|
+
readonly alt?: string;
|
|
19
|
+
readonly src?: string | Record<string, any>;
|
|
20
|
+
readonly size?: string;
|
|
21
|
+
readonly width?: string | number;
|
|
22
|
+
readonly height?: string | number;
|
|
23
|
+
readonly minWidth?: string | number;
|
|
24
|
+
readonly maxWidth?: string | number;
|
|
25
|
+
readonly minHeight?: string | number;
|
|
26
|
+
readonly maxHeight?: string | number;
|
|
27
|
+
};
|
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
type __VLS_Slots = {
|
|
30
|
+
default?: (props: {
|
|
31
|
+
alt: string;
|
|
32
|
+
src: string | Record<string, any>;
|
|
33
|
+
}) => any;
|
|
34
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* The color variant for the component
|
|
4
|
+
* @values 'primary', 'secondary', 'disabled', 'success', 'error', 'transfer', 'break-out', 'info', 'final-status', 'other-status', 'initial-status'
|
|
5
|
+
* @example '<wt-indicator color="primary"></wt-indicator>'
|
|
6
|
+
*/
|
|
7
|
+
color: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
options: string[];
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* The text content for the component
|
|
14
|
+
* Can be a string or a number
|
|
15
|
+
* @example '<wt-indicator text="Sample Text"></wt-indicator>'
|
|
16
|
+
*/
|
|
17
|
+
text: {
|
|
18
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* The size of the component
|
|
22
|
+
* @values 'sm', 'md'
|
|
23
|
+
* @default 'md'
|
|
24
|
+
* @example '<wt-indicator size="sm"></wt-indicator>'
|
|
25
|
+
*/
|
|
26
|
+
size: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
options: string[];
|
|
30
|
+
};
|
|
31
|
+
}>, {}, {}, {
|
|
32
|
+
isText(): boolean;
|
|
33
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
/**
|
|
35
|
+
* The color variant for the component
|
|
36
|
+
* @values 'primary', 'secondary', 'disabled', 'success', 'error', 'transfer', 'break-out', 'info', 'final-status', 'other-status', 'initial-status'
|
|
37
|
+
* @example '<wt-indicator color="primary"></wt-indicator>'
|
|
38
|
+
*/
|
|
39
|
+
color: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
options: string[];
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The text content for the component
|
|
46
|
+
* Can be a string or a number
|
|
47
|
+
* @example '<wt-indicator text="Sample Text"></wt-indicator>'
|
|
48
|
+
*/
|
|
49
|
+
text: {
|
|
50
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The size of the component
|
|
54
|
+
* @values 'sm', 'md'
|
|
55
|
+
* @default 'md'
|
|
56
|
+
* @example '<wt-indicator size="sm"></wt-indicator>'
|
|
57
|
+
*/
|
|
58
|
+
size: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
options: string[];
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{}>, {
|
|
64
|
+
size: string;
|
|
65
|
+
color: string;
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
focus: typeof focus;
|
|
8
|
+
$emit: (event: "input" | "update:modelValue" | "keyup", ...args: any[]) => void;
|
|
9
|
+
name: string;
|
|
10
|
+
type: string;
|
|
11
|
+
required: boolean;
|
|
12
|
+
label: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
hasShowPassword: boolean;
|
|
15
|
+
numberMin: number;
|
|
16
|
+
preventTrim: boolean;
|
|
17
|
+
customValidators: unknown[];
|
|
18
|
+
value?: string | number;
|
|
19
|
+
v?: Record<string, any>;
|
|
20
|
+
modelValue?: string | number;
|
|
21
|
+
labelProps?: Record<string, any>;
|
|
22
|
+
placeholder?: string;
|
|
23
|
+
numberMax?: number;
|
|
24
|
+
$props: {
|
|
25
|
+
readonly name?: string;
|
|
26
|
+
readonly type?: string;
|
|
27
|
+
readonly required?: boolean;
|
|
28
|
+
readonly label?: string;
|
|
29
|
+
readonly disabled?: boolean;
|
|
30
|
+
readonly hasShowPassword?: boolean;
|
|
31
|
+
readonly numberMin?: number;
|
|
32
|
+
readonly preventTrim?: boolean;
|
|
33
|
+
readonly customValidators?: unknown[];
|
|
34
|
+
readonly value?: string | number;
|
|
35
|
+
readonly v?: Record<string, any>;
|
|
36
|
+
readonly modelValue?: string | number;
|
|
37
|
+
readonly labelProps?: Record<string, any>;
|
|
38
|
+
readonly placeholder?: string;
|
|
39
|
+
readonly numberMax?: number;
|
|
40
|
+
};
|
|
41
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
type __VLS_Slots = {
|
|
43
|
+
label?: (props: {
|
|
44
|
+
label: string;
|
|
45
|
+
}) => any;
|
|
46
|
+
'after-input'?: (props: {}) => any;
|
|
47
|
+
'show-password'?: (props: {
|
|
48
|
+
isPasswordVisible: boolean;
|
|
49
|
+
switchVisibilityPassword: typeof switchVisibilityPassword;
|
|
50
|
+
}) => any;
|
|
51
|
+
};
|
|
52
|
+
declare function focus(): void;
|
|
53
|
+
declare function switchVisibilityPassword(): void;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
invalid: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
invalid: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
invalid: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "next", ...args: any[]) => void;
|
|
3
|
+
next: Function;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
$props: {
|
|
6
|
+
readonly next?: Function;
|
|
7
|
+
readonly loading?: boolean;
|
|
8
|
+
};
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|