@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,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "click", ...args: any[]) => void;
|
|
3
|
+
size: string;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
color: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
active: boolean;
|
|
8
|
+
wide: boolean;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
rounded: boolean;
|
|
11
|
+
$props: {
|
|
12
|
+
readonly size?: string;
|
|
13
|
+
readonly disabled?: boolean;
|
|
14
|
+
readonly color?: string;
|
|
15
|
+
readonly icon?: string;
|
|
16
|
+
readonly active?: boolean;
|
|
17
|
+
readonly wide?: boolean;
|
|
18
|
+
readonly loading?: boolean;
|
|
19
|
+
readonly rounded?: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
declare const invalid: any;
|
|
2
|
+
declare const invalidColorProvider: import("vue").ComputedRef<"error" | "default">;
|
|
3
|
+
declare function handleInput(value: any): void;
|
|
4
|
+
declare function handleKeyup(event: any): void;
|
|
5
|
+
declare function updateSearchMode({ option }: {
|
|
6
|
+
option: any;
|
|
7
|
+
}): void;
|
|
8
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
|
+
declare var __VLS_1: {
|
|
10
|
+
invalid: any;
|
|
11
|
+
searchMode: string | Record<string, any>;
|
|
12
|
+
}, __VLS_39: {
|
|
13
|
+
invalid: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
16
|
+
'search-icon'?: (props: typeof __VLS_1) => any;
|
|
17
|
+
} & {
|
|
18
|
+
'additional-actions'?: (props: typeof __VLS_39) => any;
|
|
19
|
+
}>;
|
|
20
|
+
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
+
v: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
};
|
|
24
|
+
customValidators: {
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: () => any[];
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Current search-bar value (`v-model`)
|
|
30
|
+
*/
|
|
31
|
+
value: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* search-bar placeholder
|
|
37
|
+
*/
|
|
38
|
+
placeholder: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
};
|
|
41
|
+
hint: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
45
|
+
searchMode: {
|
|
46
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
47
|
+
};
|
|
48
|
+
searchModeOptions: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
default: () => any[];
|
|
51
|
+
};
|
|
52
|
+
}>, {
|
|
53
|
+
invalid: typeof invalid;
|
|
54
|
+
invalidColorProvider: typeof invalidColorProvider;
|
|
55
|
+
handleInput: typeof handleInput;
|
|
56
|
+
handleKeyup: typeof handleKeyup;
|
|
57
|
+
updateSearchMode: typeof updateSearchMode;
|
|
58
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
search: (args_0: string) => any;
|
|
60
|
+
input: (args_0: string) => any;
|
|
61
|
+
enter: (args_0: string) => any;
|
|
62
|
+
"update:search-mode": (args_0: string | object) => any;
|
|
63
|
+
"change:search-mode": (args_0: string | object) => any;
|
|
64
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
+
v: {
|
|
66
|
+
type: ObjectConstructor;
|
|
67
|
+
};
|
|
68
|
+
customValidators: {
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
default: () => any[];
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Current search-bar value (`v-model`)
|
|
74
|
+
*/
|
|
75
|
+
value: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* search-bar placeholder
|
|
81
|
+
*/
|
|
82
|
+
placeholder: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
};
|
|
85
|
+
hint: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
description: string;
|
|
88
|
+
};
|
|
89
|
+
searchMode: {
|
|
90
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
91
|
+
};
|
|
92
|
+
searchModeOptions: {
|
|
93
|
+
type: ArrayConstructor;
|
|
94
|
+
default: () => any[];
|
|
95
|
+
};
|
|
96
|
+
}>> & Readonly<{
|
|
97
|
+
onSearch?: (args_0: string) => any;
|
|
98
|
+
onInput?: (args_0: string) => any;
|
|
99
|
+
onEnter?: (args_0: string) => any;
|
|
100
|
+
"onUpdate:search-mode"?: (args_0: string | object) => any;
|
|
101
|
+
"onChange:search-mode"?: (args_0: string | object) => any;
|
|
102
|
+
}>, {
|
|
103
|
+
value: string;
|
|
104
|
+
customValidators: unknown[];
|
|
105
|
+
searchModeOptions: unknown[];
|
|
106
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
108
|
+
v: {
|
|
109
|
+
type: ObjectConstructor;
|
|
110
|
+
};
|
|
111
|
+
customValidators: {
|
|
112
|
+
type: ArrayConstructor;
|
|
113
|
+
default: () => any[];
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Current search-bar value (`v-model`)
|
|
117
|
+
*/
|
|
118
|
+
value: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* search-bar placeholder
|
|
124
|
+
*/
|
|
125
|
+
placeholder: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
};
|
|
128
|
+
hint: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
description: string;
|
|
131
|
+
};
|
|
132
|
+
searchMode: {
|
|
133
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
134
|
+
};
|
|
135
|
+
searchModeOptions: {
|
|
136
|
+
type: ArrayConstructor;
|
|
137
|
+
default: () => any[];
|
|
138
|
+
};
|
|
139
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
140
|
+
search: (args_0: string) => any;
|
|
141
|
+
input: (args_0: string) => any;
|
|
142
|
+
enter: (args_0: string) => any;
|
|
143
|
+
"update:search-mode": (args_0: string | object) => any;
|
|
144
|
+
"change:search-mode": (args_0: string | object) => any;
|
|
145
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
v: {
|
|
147
|
+
type: ObjectConstructor;
|
|
148
|
+
};
|
|
149
|
+
customValidators: {
|
|
150
|
+
type: ArrayConstructor;
|
|
151
|
+
default: () => any[];
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Current search-bar value (`v-model`)
|
|
155
|
+
*/
|
|
156
|
+
value: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* search-bar placeholder
|
|
162
|
+
*/
|
|
163
|
+
placeholder: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
};
|
|
166
|
+
hint: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
description: string;
|
|
169
|
+
};
|
|
170
|
+
searchMode: {
|
|
171
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
172
|
+
};
|
|
173
|
+
searchModeOptions: {
|
|
174
|
+
type: ArrayConstructor;
|
|
175
|
+
default: () => any[];
|
|
176
|
+
};
|
|
177
|
+
}>> & Readonly<{
|
|
178
|
+
onSearch?: (args_0: string) => any;
|
|
179
|
+
onInput?: (args_0: string) => any;
|
|
180
|
+
onEnter?: (args_0: string) => any;
|
|
181
|
+
"onUpdate:search-mode"?: (args_0: string | object) => any;
|
|
182
|
+
"onChange:search-mode"?: (args_0: string | object) => any;
|
|
183
|
+
}>, {
|
|
184
|
+
value: string;
|
|
185
|
+
customValidators: unknown[];
|
|
186
|
+
searchModeOptions: unknown[];
|
|
187
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
188
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
189
|
+
export default _default;
|
|
190
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
191
|
+
new (): {
|
|
192
|
+
$slots: S;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {};
|
|
3
|
+
multiple: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
clearable: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
allowCustomValues: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
handleCustomValuesAdditionManually: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {
|
|
22
|
+
isOpened: boolean;
|
|
23
|
+
}, {
|
|
24
|
+
taggable(): any;
|
|
25
|
+
manualTagging(): any;
|
|
26
|
+
optionsWithCustomValues(): any;
|
|
27
|
+
}, {
|
|
28
|
+
handleCustomValue(value: any): Promise<void>;
|
|
29
|
+
handleCustomValueArrowInput(toggle: any): Promise<void>;
|
|
30
|
+
emitTagEvent(searchQuery: any, id: any): void;
|
|
31
|
+
clearValue(): void;
|
|
32
|
+
}, any, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue" | "reset" | "closed" | "search-change" | "custom-value")[], "input" | "update:modelValue" | "reset" | "closed" | "search-change" | "custom-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
value: {};
|
|
34
|
+
multiple: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
clearable: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
allowCustomValues: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
handleCustomValuesAdditionManually: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
onInput?: (...args: any[]) => any;
|
|
54
|
+
onReset?: (...args: any[]) => any;
|
|
55
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
56
|
+
onClosed?: (...args: any[]) => any;
|
|
57
|
+
"onSearch-change"?: (...args: any[]) => any;
|
|
58
|
+
"onCustom-value"?: (...args: any[]) => any;
|
|
59
|
+
}>, {
|
|
60
|
+
clearable: boolean;
|
|
61
|
+
multiple: boolean;
|
|
62
|
+
allowCustomValues: boolean;
|
|
63
|
+
handleCustomValuesAdditionManually: boolean;
|
|
64
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
vertical: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
min: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
max: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
step: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
height: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {
|
|
31
|
+
progressStyle(): string;
|
|
32
|
+
verticalHeight(): string;
|
|
33
|
+
}, {
|
|
34
|
+
inputHandler(event: any): void;
|
|
35
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
value: {
|
|
37
|
+
type: NumberConstructor;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
vertical: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
min: {
|
|
49
|
+
type: NumberConstructor;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
max: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
step: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
height: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
}>> & Readonly<{
|
|
65
|
+
onInput?: (...args: any[]) => any;
|
|
66
|
+
}>, {
|
|
67
|
+
value: number;
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
height: number;
|
|
70
|
+
max: number;
|
|
71
|
+
min: number;
|
|
72
|
+
vertical: boolean;
|
|
73
|
+
step: number;
|
|
74
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
|
+
export default _default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
status: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
statusDuration: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
options: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {
|
|
14
|
+
selectedOption(): any;
|
|
15
|
+
statusOptions(): any;
|
|
16
|
+
availableOptions(): any;
|
|
17
|
+
duration(): any;
|
|
18
|
+
}, {
|
|
19
|
+
inputHandler(value: any): void;
|
|
20
|
+
closedHandler(event: any): void;
|
|
21
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "closed")[], "change" | "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
status: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: any;
|
|
25
|
+
};
|
|
26
|
+
statusDuration: {
|
|
27
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
options: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
onChange?: (...args: any[]) => any;
|
|
35
|
+
onClosed?: (...args: any[]) => any;
|
|
36
|
+
}>, {
|
|
37
|
+
status: string;
|
|
38
|
+
statusDuration: string | number;
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
activeStep: number;
|
|
8
|
+
steps?: Record<string, any>;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly activeStep?: number;
|
|
11
|
+
readonly steps?: Record<string, any>;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
description?: (props: {}) => any;
|
|
16
|
+
main?: (props: {}) => any;
|
|
17
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
label: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
labelLeft: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
labelProps: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {
|
|
23
|
+
inputHandler(): void;
|
|
24
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
value: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
label: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
labelLeft: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
labelProps: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{
|
|
46
|
+
onChange?: (...args: any[]) => any;
|
|
47
|
+
}>, {
|
|
48
|
+
value: boolean;
|
|
49
|
+
label: string;
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
labelLeft: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* 'Accepts list of header objects. Draws text depending on "text" property, looks for data values through "value", "show" boolean controls visibility of a column (if undefined, all visible by default). ' Column width is calculated by "width" param. By default, sets minmax(150px, 1fr). '
|
|
4
|
+
*/
|
|
5
|
+
headers: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
default: () => any[];
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 'List of data, represented by table. '
|
|
11
|
+
*/
|
|
12
|
+
data: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => any[];
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 'If true, draws sorting arrows and sends sorting events at header click. Draws a sorting arrow by "sort": "asc"/"desc" header value. '
|
|
18
|
+
*/
|
|
19
|
+
sortable: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* 'If true, draws row selection checkboxes. Checkbox toggles data object _isSelected property. It's IMPORTANT to set this property before sending data to table. '
|
|
25
|
+
*/
|
|
26
|
+
selectable: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
selected: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* 'If true, reserves space for 3 icon actions in the last column. Accessible by "actions" slot. '
|
|
35
|
+
*/
|
|
36
|
+
gridActions: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* 'If true, 3 icon actions in the last column have position:sticky and fixed on the right'
|
|
42
|
+
*/
|
|
43
|
+
fixedActions: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 'If true, displays table without header.'
|
|
49
|
+
*/
|
|
50
|
+
headless: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}>, {}, {}, {
|
|
55
|
+
_selected(): unknown[];
|
|
56
|
+
isAllSelected(): boolean;
|
|
57
|
+
dataHeaders(): any[];
|
|
58
|
+
columnsStyle(): string;
|
|
59
|
+
isTableFooter(): boolean;
|
|
60
|
+
}, {
|
|
61
|
+
sort(col: any): void;
|
|
62
|
+
isColSortable({ sort }: {
|
|
63
|
+
sort: any;
|
|
64
|
+
}): boolean;
|
|
65
|
+
selectAll(): void;
|
|
66
|
+
handleSelection(row: any, select: any): void;
|
|
67
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("sort" | "update:selected")[], "sort" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
/**
|
|
69
|
+
* 'Accepts list of header objects. Draws text depending on "text" property, looks for data values through "value", "show" boolean controls visibility of a column (if undefined, all visible by default). ' Column width is calculated by "width" param. By default, sets minmax(150px, 1fr). '
|
|
70
|
+
*/
|
|
71
|
+
headers: {
|
|
72
|
+
type: ArrayConstructor;
|
|
73
|
+
default: () => any[];
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* 'List of data, represented by table. '
|
|
77
|
+
*/
|
|
78
|
+
data: {
|
|
79
|
+
type: ArrayConstructor;
|
|
80
|
+
default: () => any[];
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* 'If true, draws sorting arrows and sends sorting events at header click. Draws a sorting arrow by "sort": "asc"/"desc" header value. '
|
|
84
|
+
*/
|
|
85
|
+
sortable: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* 'If true, draws row selection checkboxes. Checkbox toggles data object _isSelected property. It's IMPORTANT to set this property before sending data to table. '
|
|
91
|
+
*/
|
|
92
|
+
selectable: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
selected: {
|
|
97
|
+
type: ArrayConstructor;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* 'If true, reserves space for 3 icon actions in the last column. Accessible by "actions" slot. '
|
|
101
|
+
*/
|
|
102
|
+
gridActions: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* 'If true, 3 icon actions in the last column have position:sticky and fixed on the right'
|
|
108
|
+
*/
|
|
109
|
+
fixedActions: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* 'If true, displays table without header.'
|
|
115
|
+
*/
|
|
116
|
+
headless: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
}>> & Readonly<{
|
|
121
|
+
onSort?: (...args: any[]) => any;
|
|
122
|
+
"onUpdate:selected"?: (...args: any[]) => any;
|
|
123
|
+
}>, {
|
|
124
|
+
data: unknown[];
|
|
125
|
+
headers: unknown[];
|
|
126
|
+
sortable: boolean;
|
|
127
|
+
selectable: boolean;
|
|
128
|
+
gridActions: boolean;
|
|
129
|
+
fixedActions: boolean;
|
|
130
|
+
headless: boolean;
|
|
131
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
icons: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => string[];
|
|
5
|
+
};
|
|
6
|
+
isSettingsActive: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {
|
|
11
|
+
isImport(): boolean;
|
|
12
|
+
isExport(): boolean;
|
|
13
|
+
isFilterReset(): boolean;
|
|
14
|
+
isColumnSelect(): boolean;
|
|
15
|
+
isRefresh(): boolean;
|
|
16
|
+
isSettings(): boolean;
|
|
17
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
icons: {
|
|
19
|
+
type: ArrayConstructor;
|
|
20
|
+
default: () => string[];
|
|
21
|
+
};
|
|
22
|
+
isSettingsActive: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
icons: unknown[];
|
|
28
|
+
isSettingsActive: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
headers: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
staticHeaders: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => any[];
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {
|
|
13
|
+
draft: any[];
|
|
14
|
+
isColumnSelectPopup: boolean;
|
|
15
|
+
}, {
|
|
16
|
+
changeableDraft(): any[];
|
|
17
|
+
}, {
|
|
18
|
+
shownColLabel({ text, locale }: {
|
|
19
|
+
text: any;
|
|
20
|
+
locale: any;
|
|
21
|
+
}): any;
|
|
22
|
+
openPopup(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
fillHeadersDraft(): void;
|
|
25
|
+
setShownColumns(): void;
|
|
26
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
headers: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
required: true;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
staticHeaders: {
|
|
33
|
+
type: ArrayConstructor;
|
|
34
|
+
default: () => any[];
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{
|
|
38
|
+
onChange?: (...args: any[]) => any;
|
|
39
|
+
}>, {
|
|
40
|
+
staticHeaders: unknown[];
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|