@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,24 @@
|
|
|
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
|
+
link: string | Record<string, any>;
|
|
8
|
+
id: string | number;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
target: string;
|
|
11
|
+
routeName: string;
|
|
12
|
+
invisible: boolean;
|
|
13
|
+
$props: {
|
|
14
|
+
readonly link?: string | Record<string, any>;
|
|
15
|
+
readonly id?: string | number;
|
|
16
|
+
readonly disabled?: boolean;
|
|
17
|
+
readonly target?: string;
|
|
18
|
+
readonly routeName?: string;
|
|
19
|
+
readonly invisible?: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
type __VLS_Slots = {
|
|
23
|
+
default?: (props: {}) => any;
|
|
24
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
disabled: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
invalid: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
hint: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
disabled: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
invalid: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
hint: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
invalid: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
max: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
value: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {
|
|
11
|
+
progress(): number;
|
|
12
|
+
progressWidth(): number;
|
|
13
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
max: {
|
|
15
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
value: {
|
|
19
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
value: string | number;
|
|
24
|
+
max: string | number;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
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,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
color: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
color: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
color: string;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
color: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
size: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
color: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
size: string;
|
|
25
|
+
color: string;
|
|
26
|
+
}, {}, {
|
|
27
|
+
WtLoaderSm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
28
|
+
color: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
color: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
color: string;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
WtLoaderMd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
disabled: boolean;
|
|
3
|
+
darkMode: boolean;
|
|
4
|
+
logoHref: string;
|
|
5
|
+
logoRoute: string;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly disabled?: boolean;
|
|
8
|
+
readonly darkMode?: boolean;
|
|
9
|
+
readonly logoHref?: string;
|
|
10
|
+
readonly logoRoute?: string;
|
|
11
|
+
};
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import WebitelApplications from '../../enums/WebitelApplications/WebitelApplications.enum.js';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
currentApp: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* @type {WtNavigationBarNavItem[]}
|
|
9
|
+
*/
|
|
10
|
+
nav: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
darkMode: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
logoRoute: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {
|
|
23
|
+
isOpened: boolean;
|
|
24
|
+
expandedName: string;
|
|
25
|
+
appLogo: {
|
|
26
|
+
[WebitelApplications.SUPERVISOR]: {
|
|
27
|
+
dark: any;
|
|
28
|
+
light: any;
|
|
29
|
+
};
|
|
30
|
+
[WebitelApplications.ADMIN]: {
|
|
31
|
+
dark: any;
|
|
32
|
+
light: any;
|
|
33
|
+
};
|
|
34
|
+
[WebitelApplications.AGENT]: {
|
|
35
|
+
dark: any;
|
|
36
|
+
light: any;
|
|
37
|
+
};
|
|
38
|
+
[WebitelApplications.AUDIT]: {
|
|
39
|
+
dark: any;
|
|
40
|
+
light: any;
|
|
41
|
+
};
|
|
42
|
+
[WebitelApplications.HISTORY]: {
|
|
43
|
+
dark: any;
|
|
44
|
+
light: any;
|
|
45
|
+
};
|
|
46
|
+
[WebitelApplications.CRM]: {
|
|
47
|
+
dark: any;
|
|
48
|
+
light: any;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}, {
|
|
52
|
+
currentNav(): {
|
|
53
|
+
nav: any;
|
|
54
|
+
expansion: any;
|
|
55
|
+
};
|
|
56
|
+
}, {
|
|
57
|
+
nestedRoute(subNavItem: any, navItem: any): any;
|
|
58
|
+
expand(navItem: any): void;
|
|
59
|
+
isExpanded(navItem: any): boolean;
|
|
60
|
+
close(): void;
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
currentApp: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* @type {WtNavigationBarNavItem[]}
|
|
68
|
+
*/
|
|
69
|
+
nav: {
|
|
70
|
+
type: ArrayConstructor;
|
|
71
|
+
default: () => any[];
|
|
72
|
+
};
|
|
73
|
+
darkMode: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
logoRoute: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
}>> & Readonly<{}>, {
|
|
82
|
+
nav: unknown[];
|
|
83
|
+
darkMode: boolean;
|
|
84
|
+
currentApp: string;
|
|
85
|
+
logoRoute: string;
|
|
86
|
+
}, {}, {
|
|
87
|
+
ExpandTransition: import("vue").DefineComponent<{}, {}, {}, {}, {
|
|
88
|
+
afterEnter(element: any): void;
|
|
89
|
+
enter(element: any): void;
|
|
90
|
+
leave(element: any): void;
|
|
91
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
92
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
notificationIcon(): "" | "done" | "attention" | "rounded-info";
|
|
8
|
+
notificationIconColor(): string;
|
|
9
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
type: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {
|
|
15
|
+
type: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
+
notificationDuration: number;
|
|
3
|
+
notifications: any[];
|
|
4
|
+
eventBus: any;
|
|
5
|
+
}, {}, {
|
|
6
|
+
showNotification(notification: any): void;
|
|
7
|
+
closeNotification(notification: any): void;
|
|
8
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
hidePrimary: boolean;
|
|
8
|
+
hideSecondary: boolean;
|
|
9
|
+
primaryDisabled: boolean;
|
|
10
|
+
secondaryDisabled: boolean;
|
|
11
|
+
primaryText?: string;
|
|
12
|
+
primaryAction?: Function;
|
|
13
|
+
secondaryText?: string;
|
|
14
|
+
secondaryAction?: Function;
|
|
15
|
+
$props: {
|
|
16
|
+
readonly hidePrimary?: boolean;
|
|
17
|
+
readonly hideSecondary?: boolean;
|
|
18
|
+
readonly primaryDisabled?: boolean;
|
|
19
|
+
readonly secondaryDisabled?: boolean;
|
|
20
|
+
readonly primaryText?: string;
|
|
21
|
+
readonly primaryAction?: Function;
|
|
22
|
+
readonly secondaryText?: string;
|
|
23
|
+
readonly secondaryAction?: Function;
|
|
24
|
+
};
|
|
25
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
type __VLS_Slots = {
|
|
27
|
+
default?: (props: {}) => any;
|
|
28
|
+
title?: (props: {}) => any;
|
|
29
|
+
actions?: (props: {}) => any;
|
|
30
|
+
'primary-action'?: (props: {}) => any;
|
|
31
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
actionsPanel: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
actionsPanel: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
actionsPanel: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
};
|
|
5
|
+
next: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
prev: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
debounce: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
debounceDelay: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {
|
|
22
|
+
defaultSize: string;
|
|
23
|
+
}, {}, {
|
|
24
|
+
inputHandler(value: any): void;
|
|
25
|
+
changeSize(value: any): void;
|
|
26
|
+
goNext(): void;
|
|
27
|
+
goPrev(): void;
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "next" | "change" | "prev")[], "input" | "next" | "change" | "prev", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
size: {
|
|
30
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
31
|
+
};
|
|
32
|
+
next: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
prev: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
debounce: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
debounceDelay: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{
|
|
49
|
+
onChange?: (...args: any[]) => any;
|
|
50
|
+
onInput?: (...args: any[]) => any;
|
|
51
|
+
onNext?: (...args: any[]) => any;
|
|
52
|
+
onPrev?: (...args: any[]) => any;
|
|
53
|
+
}>, {
|
|
54
|
+
next: boolean;
|
|
55
|
+
prev: boolean;
|
|
56
|
+
debounce: boolean;
|
|
57
|
+
debounceDelay: number;
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
src: {};
|
|
3
|
+
autoplay: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
loop: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
hideDuration: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
download: {
|
|
16
|
+
type: (BooleanConstructor | StringConstructor | FunctionConstructor)[];
|
|
17
|
+
default: () => (url: any) => any;
|
|
18
|
+
};
|
|
19
|
+
mime: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
resetOnEnd: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
invertTime: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
resetVolume: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
closable: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
position: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>, {}, {
|
|
44
|
+
player: any;
|
|
45
|
+
}, {
|
|
46
|
+
listeners(): any;
|
|
47
|
+
playerType(): "audio" | "video";
|
|
48
|
+
}, {
|
|
49
|
+
setupPlayer(): Promise<void>;
|
|
50
|
+
makeVolumeReset(): void;
|
|
51
|
+
setupDownload(): void;
|
|
52
|
+
appendCloseIcon(): void;
|
|
53
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "initialized")[], "close" | "initialized", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
src: {};
|
|
55
|
+
autoplay: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
loop: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
hideDuration: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
download: {
|
|
68
|
+
type: (BooleanConstructor | StringConstructor | FunctionConstructor)[];
|
|
69
|
+
default: () => (url: any) => any;
|
|
70
|
+
};
|
|
71
|
+
mime: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
resetOnEnd: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
invertTime: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
resetVolume: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
closable: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
position: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
}>> & Readonly<{
|
|
96
|
+
onClose?: (...args: any[]) => any;
|
|
97
|
+
onInitialized?: (...args: any[]) => any;
|
|
98
|
+
}>, {
|
|
99
|
+
position: string;
|
|
100
|
+
download: string | boolean | Function;
|
|
101
|
+
autoplay: boolean;
|
|
102
|
+
loop: boolean;
|
|
103
|
+
hideDuration: boolean;
|
|
104
|
+
mime: string;
|
|
105
|
+
resetOnEnd: boolean;
|
|
106
|
+
invertTime: boolean;
|
|
107
|
+
resetVolume: boolean;
|
|
108
|
+
closable: boolean;
|
|
109
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { ComponentSize } from '../../enums/ComponentSize/ComponentSize';
|
|
2
|
+
interface Props {
|
|
3
|
+
/**
|
|
4
|
+
* can be used to force popup visibility state
|
|
5
|
+
* even if it is controlled by activator slot
|
|
6
|
+
*/
|
|
7
|
+
shown?: boolean;
|
|
8
|
+
size?: ComponentSize;
|
|
9
|
+
/**
|
|
10
|
+
* if true, popup contents will overflow popup container, without scrolling
|
|
11
|
+
* useful for small popups with select components, which have not enough space
|
|
12
|
+
* to show its dropdown content without scrolling the popup
|
|
13
|
+
*/
|
|
14
|
+
overflow?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* disable popup visibility
|
|
17
|
+
* __even if `shown` prop is "true"__
|
|
18
|
+
*/
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
}
|
|
21
|
+
interface ActivatorSlotScope {
|
|
22
|
+
shown: Props['shown'];
|
|
23
|
+
size: Props['size'];
|
|
24
|
+
disabled: Props['disabled'];
|
|
25
|
+
open: () => void;
|
|
26
|
+
close: () => void;
|
|
27
|
+
toggle: () => void;
|
|
28
|
+
}
|
|
29
|
+
type __VLS_Slots = {
|
|
30
|
+
activator?: ActivatorSlotScope;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
close: () => any;
|
|
34
|
+
"popup:opened": () => any;
|
|
35
|
+
"popup:closed": () => any;
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
37
|
+
onClose?: () => any;
|
|
38
|
+
"onPopup:opened"?: () => any;
|
|
39
|
+
"onPopup:closed"?: () => any;
|
|
40
|
+
}>, {
|
|
41
|
+
size: ComponentSize;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
overflow: boolean;
|
|
44
|
+
shown: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
max: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
value: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
options: string[];
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {
|
|
16
|
+
progress(): number;
|
|
17
|
+
isOverflow(): boolean;
|
|
18
|
+
progressWidth(): number;
|
|
19
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
max: {
|
|
21
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
value: {
|
|
25
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
color: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
options: string[];
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
value: string | number;
|
|
35
|
+
color: string;
|
|
36
|
+
max: string | number;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
selected: {
|
|
7
|
+
type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
required: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
outline: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {
|
|
27
|
+
isChecked(): boolean;
|
|
28
|
+
radioIcon(): "radio" | "radio--checked";
|
|
29
|
+
}, {
|
|
30
|
+
inputHandler(): void;
|
|
31
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
value: {
|
|
33
|
+
type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
selected: {
|
|
37
|
+
type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
label: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
required: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
disabled: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
outline: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
onInput?: (...args: any[]) => any;
|
|
58
|
+
}>, {
|
|
59
|
+
value: string | number | boolean | Record<string, any>;
|
|
60
|
+
required: boolean;
|
|
61
|
+
label: string;
|
|
62
|
+
disabled: boolean;
|
|
63
|
+
selected: string | number | boolean | Record<string, any>;
|
|
64
|
+
outline: boolean;
|
|
65
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
export default _default;
|