@webitel/ui-sdk 25.12.78 → 26.2.0-1
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/dist/{install-CRbNkh_i.js → install-B9M-ZqxA.js} +21546 -21380
- package/dist/plyr-B0Ha1r7X.js +4152 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +900 -887
- package/dist/{vidstack-Bq6c3Bam-DnntDKqk.js → vidstack-Bq6c3Bam-uJBwzXIY.js} +17 -17
- package/dist/{vidstack-D2pY00kU-Ciu2Iq-a.js → vidstack-D2pY00kU-CCxj_LQ0.js} +22 -22
- package/dist/{vidstack-DDXt6fpN-Qeuu3enP.js → vidstack-DDXt6fpN-ssZsNWDK.js} +4 -4
- package/dist/{vidstack-D_-9AA6_-DDREtIe7.js → vidstack-D_-9AA6_-IdSwTpOc.js} +1 -1
- package/dist/vidstack-DqAw8m9J-CgqSPNym.js +29 -0
- package/dist/{vidstack-audio-QtBceTAC.js → vidstack-audio-B7dtm36k.js} +2 -2
- package/dist/{vidstack-dash-Dab5AKoh.js → vidstack-dash-CYEsxTxk.js} +3 -3
- package/dist/{vidstack-google-cast-F7CV0tuD.js → vidstack-google-cast-BxXxUoUz.js} +10 -10
- package/dist/{vidstack-hls-C36x2qP7.js → vidstack-hls-DqolxsWc.js} +11 -11
- package/dist/{vidstack-video-Du0ZCqVE.js → vidstack-video-c7YjrOuW.js} +8 -8
- package/dist/{vidstack-vimeo-D0_aktMu.js → vidstack-vimeo-DQlaaskX.js} +22 -22
- package/dist/{vidstack-youtube-BBjfoGW2.js → vidstack-youtube-B7fNaTqG.js} +29 -29
- package/dist/{vuex.esm-bundler-YoPhVVuJ.js → vuex.esm-bundler-BmZywXo-.js} +1 -1
- package/package.json +67 -47
- package/src/components/wt-select/_multiselect.scss +2 -0
- package/src/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue +10 -0
- package/types/api/history/index.d.ts +2 -0
- package/types/api/history/transcript/callTranscript.d.ts +15 -0
- package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
- package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
- package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
- package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
- package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
- package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
- package/types/components/transitions/wt-transition.vue.d.ts +38 -9
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
- package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
- package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
- package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
- package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
- package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
- package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
- package/types/components/wt-button/wt-button.vue.d.ts +7 -6
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
- package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
- package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
- package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
- package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
- package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
- package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
- package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
- package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
- package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
- package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
- package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
- package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
- package/types/components/wt-image/wt-image.vue.d.ts +3 -2
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
- package/types/components/wt-input/wt-input.vue.d.ts +9 -8
- package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
- package/types/components/wt-label/wt-label.vue.d.ts +3 -2
- package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
- package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
- package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
- package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
- package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
- package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
- package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
- package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
- package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
- package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
- package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
- package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
- package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
- package/types/components/wt-player/wt-player.vue.d.ts +4 -3
- package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
- package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
- package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
- package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
- package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
- package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
- package/types/components/wt-select/wt-select.vue.d.ts +3 -2
- package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
- package/types/components/wt-table/wt-table.vue.d.ts +17 -16
- package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
- package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
- package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
- package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
- package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +7 -6
- package/types/locale/ua/ua.d.ts +911 -0
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
- package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
- package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
- package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
- package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
- package/types/modules/FilesExport/FilesExport.d.ts +1 -3
- package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
- package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
- package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
- package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
- package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
- package/types/playground.vue.d.ts +2 -1
- package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
- package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
- package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
- package/types/scripts/caseConverters.d.ts +1 -1
- package/types/the-app.vue.d.ts +3 -2
- package/dist/plyr-dBBD5QAl.js +0 -4350
- package/dist/vidstack-DqAw8m9J-C4fRnvp8.js +0 -29
package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts
CHANGED
|
@@ -1,19 +1,44 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
categories: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => any[];
|
|
11
|
+
};
|
|
12
|
+
selected: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => {};
|
|
15
|
+
};
|
|
16
|
+
icons: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => any[];
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
select: (...args: any[]) => void;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
categories: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
default: () => any[];
|
|
26
|
+
};
|
|
27
|
+
selected: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
icons: {
|
|
32
|
+
type: ArrayConstructor;
|
|
33
|
+
default: () => any[];
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{
|
|
36
|
+
onSelect?: (...args: any[]) => any;
|
|
37
|
+
}>, {
|
|
8
38
|
categories: unknown[];
|
|
9
39
|
selected: Record<string, any>;
|
|
10
40
|
icons: unknown[];
|
|
11
|
-
|
|
12
|
-
readonly categories?: unknown[];
|
|
13
|
-
readonly selected?: Record<string, any>;
|
|
14
|
-
readonly icons?: unknown[];
|
|
15
|
-
};
|
|
16
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
42
|
type __VLS_Slots = {
|
|
18
43
|
default?: (props: {}) => any;
|
|
19
44
|
};
|
package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
categories: unknown[];
|
|
3
|
-
$props: {
|
|
4
|
-
readonly categories?: unknown[];
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
7
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
categories: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
default: () => any[];
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
categories: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => any[];
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
categories: unknown[];
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts
CHANGED
|
@@ -1,9 +1,31 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
nav: unknown[];
|
|
3
|
-
icons: unknown[];
|
|
4
|
-
$props: {
|
|
5
|
-
readonly nav?: unknown[];
|
|
6
|
-
readonly icons?: unknown[];
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
9
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
/** entire navigation hierarchy. Value: `{ value: string, name: string, subNav: [{ value: string, route: string, name: string}] }`
|
|
5
|
+
**/
|
|
6
|
+
nav: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
/** array icons to display in 1 level menu
|
|
11
|
+
*/
|
|
12
|
+
icons: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => any[];
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
/** entire navigation hierarchy. Value: `{ value: string, name: string, subNav: [{ value: string, route: string, name: string}] }`
|
|
18
|
+
**/
|
|
19
|
+
nav: {
|
|
20
|
+
type: ArrayConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
/** array icons to display in 1 level menu
|
|
24
|
+
*/
|
|
25
|
+
icons: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
default: () => any[];
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
icons: unknown[];
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
8
|
type __VLS_Slots = {
|
|
8
9
|
default?: (props: {}) => any;
|
|
9
10
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {
|
|
2
4
|
closePopup(): void;
|
|
3
5
|
save(): void;
|
|
4
6
|
download(): void;
|
|
@@ -7,4 +9,3 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
|
|
|
7
9
|
onSave?: (...args: any[]) => any;
|
|
8
10
|
"onClose-popup"?: (...args: any[]) => any;
|
|
9
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
export default _default;
|
|
@@ -1,19 +1,60 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
/**
|
|
9
|
+
* Popup title
|
|
10
|
+
*/
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Selected value. The scheme repeats attribute `option` from `options`
|
|
16
|
+
*/
|
|
17
|
+
selected: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* All displayed values. Should have following schema: `{ value: '', title: '', description: '', icon: ''}`
|
|
22
|
+
*/
|
|
23
|
+
options: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
default: () => any[];
|
|
26
|
+
};
|
|
27
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
+
add: (...args: any[]) => void;
|
|
29
|
+
close: (...args: any[]) => void;
|
|
30
|
+
change: (...args: any[]) => void;
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
/**
|
|
33
|
+
* Popup title
|
|
34
|
+
*/
|
|
35
|
+
title: {
|
|
36
|
+
type: StringConstructor;
|
|
15
37
|
};
|
|
16
|
-
|
|
38
|
+
/**
|
|
39
|
+
* Selected value. The scheme repeats attribute `option` from `options`
|
|
40
|
+
*/
|
|
41
|
+
selected: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* All displayed values. Should have following schema: `{ value: '', title: '', description: '', icon: ''}`
|
|
46
|
+
*/
|
|
47
|
+
options: {
|
|
48
|
+
type: ArrayConstructor;
|
|
49
|
+
default: () => any[];
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{
|
|
52
|
+
onAdd?: (...args: any[]) => any;
|
|
53
|
+
onClose?: (...args: any[]) => any;
|
|
54
|
+
onChange?: (...args: any[]) => any;
|
|
55
|
+
}>, {
|
|
56
|
+
options: unknown[];
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
58
|
type __VLS_Slots = {
|
|
18
59
|
option?: (props: {
|
|
19
60
|
option: unknown;
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
card: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly card?: Record<string, any>;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
7
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
card: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
card: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
logo: string;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly logo?: string;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
7
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
logo: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
logo: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -18,7 +18,8 @@ type __VLS_Props = {
|
|
|
18
18
|
appLogo: AppLogo;
|
|
19
19
|
darkMode?: boolean;
|
|
20
20
|
};
|
|
21
|
-
declare const
|
|
21
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
22
|
darkMode: boolean;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
24
25
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
8
|
type __VLS_Slots = {
|
|
8
9
|
default?: (props: {}) => any;
|
|
9
10
|
};
|
|
@@ -7,16 +7,17 @@ type __VLS_Props = {
|
|
|
7
7
|
*/
|
|
8
8
|
v?: object;
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue?: unknown;
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare var __VLS_18: "bool", __VLS_19: {
|
|
14
15
|
defaultProps: {
|
|
15
16
|
label: string;
|
|
16
17
|
required: boolean;
|
|
17
18
|
v: object;
|
|
18
19
|
};
|
|
19
|
-
},
|
|
20
|
+
}, __VLS_29: "lookup", __VLS_30: {
|
|
20
21
|
defaultProps: {
|
|
21
22
|
value: unknown;
|
|
22
23
|
clearable: boolean;
|
|
@@ -26,7 +27,7 @@ declare var __VLS_20: "bool", __VLS_21: {
|
|
|
26
27
|
required: boolean;
|
|
27
28
|
v: object;
|
|
28
29
|
};
|
|
29
|
-
},
|
|
30
|
+
}, __VLS_40: "list", __VLS_41: {
|
|
30
31
|
defaultProps: {
|
|
31
32
|
value: unknown;
|
|
32
33
|
multiple: boolean;
|
|
@@ -37,7 +38,7 @@ declare var __VLS_20: "bool", __VLS_21: {
|
|
|
37
38
|
required: boolean;
|
|
38
39
|
v: object;
|
|
39
40
|
};
|
|
40
|
-
},
|
|
41
|
+
}, __VLS_51: "datetime", __VLS_52: {
|
|
41
42
|
defaultProps: {
|
|
42
43
|
value: unknown;
|
|
43
44
|
label: string;
|
|
@@ -46,20 +47,21 @@ declare var __VLS_20: "bool", __VLS_21: {
|
|
|
46
47
|
};
|
|
47
48
|
};
|
|
48
49
|
type __VLS_Slots = {} & {
|
|
49
|
-
[K in NonNullable<typeof
|
|
50
|
+
[K in NonNullable<typeof __VLS_18>]?: (props: typeof __VLS_19) => any;
|
|
50
51
|
} & {
|
|
51
|
-
[K in NonNullable<typeof
|
|
52
|
+
[K in NonNullable<typeof __VLS_29>]?: (props: typeof __VLS_30) => any;
|
|
52
53
|
} & {
|
|
53
|
-
[K in NonNullable<typeof
|
|
54
|
+
[K in NonNullable<typeof __VLS_40>]?: (props: typeof __VLS_41) => any;
|
|
54
55
|
} & {
|
|
55
|
-
[K in NonNullable<typeof
|
|
56
|
+
[K in NonNullable<typeof __VLS_51>]?: (props: typeof __VLS_52) => any;
|
|
56
57
|
};
|
|
57
|
-
declare const
|
|
58
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
59
|
"update:modelValue": (value: unknown) => any;
|
|
59
60
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
60
61
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
61
62
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
62
|
-
declare const
|
|
63
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
64
|
+
declare const _default: typeof __VLS_export;
|
|
63
65
|
export default _default;
|
|
64
66
|
type __VLS_WithSlots<T, S> = T & {
|
|
65
67
|
new (): {
|
|
@@ -1,20 +1,51 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
pattern: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
options: string[];
|
|
12
|
+
};
|
|
13
|
+
duration: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
appear: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
mode: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
pattern: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
options: string[];
|
|
30
|
+
};
|
|
31
|
+
duration: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
appear: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
mode: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
7
44
|
pattern: string;
|
|
8
45
|
mode: string;
|
|
9
46
|
duration: string;
|
|
10
47
|
appear: boolean;
|
|
11
|
-
|
|
12
|
-
readonly pattern?: string;
|
|
13
|
-
readonly mode?: string;
|
|
14
|
-
readonly duration?: string;
|
|
15
|
-
readonly appear?: boolean;
|
|
16
|
-
};
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
49
|
type __VLS_Slots = {
|
|
19
50
|
default?: (props: {}) => any;
|
|
20
51
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {
|
|
2
4
|
afterEnter(element: any): void;
|
|
3
5
|
enter(element: any): void;
|
|
4
6
|
leave(element: any): void;
|
|
5
7
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,20 +1,49 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
name: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
mode: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
appear: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
duration: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
name: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
mode: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
appear: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
duration: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
7
42
|
name: string;
|
|
8
43
|
mode: string;
|
|
9
44
|
duration: string;
|
|
10
45
|
appear: boolean;
|
|
11
|
-
|
|
12
|
-
readonly name?: string;
|
|
13
|
-
readonly mode?: string;
|
|
14
|
-
readonly duration?: string;
|
|
15
|
-
readonly appear?: boolean;
|
|
16
|
-
};
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
47
|
type __VLS_Slots = {
|
|
19
48
|
default?: (props: {}) => any;
|
|
20
49
|
};
|
|
@@ -1,23 +1,87 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
/**
|
|
9
|
+
* [`'table'`, `'section'`]
|
|
10
|
+
* */
|
|
11
|
+
mode: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
validator: (v: unknown) => boolean;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Not implemented
|
|
18
|
+
*/
|
|
19
|
+
size: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Leave the default value for the mode only listed in includes prop
|
|
24
|
+
*/
|
|
25
|
+
include: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
default: () => any[];
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Leave the default values for the mode, except for those in exclude prop
|
|
31
|
+
*/
|
|
32
|
+
exclude: {
|
|
33
|
+
type: ArrayConstructor;
|
|
34
|
+
default: () => any[];
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Built dynamically on `disabled:[IconAction]` pattern for all available [IconActions](../../enums/IconAction/Readme.md).
|
|
38
|
+
*/
|
|
39
|
+
disabled: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
/**
|
|
45
|
+
* [`'table'`, `'section'`]
|
|
46
|
+
* */
|
|
47
|
+
mode: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
validator: (v: unknown) => boolean;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Not implemented
|
|
54
|
+
*/
|
|
55
|
+
size: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Leave the default value for the mode only listed in includes prop
|
|
60
|
+
*/
|
|
61
|
+
include: {
|
|
62
|
+
type: ArrayConstructor;
|
|
63
|
+
default: () => any[];
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Leave the default values for the mode, except for those in exclude prop
|
|
67
|
+
*/
|
|
68
|
+
exclude: {
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
default: () => any[];
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Built dynamically on `disabled:[IconAction]` pattern for all available [IconActions](../../enums/IconAction/Readme.md).
|
|
74
|
+
*/
|
|
75
|
+
disabled: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
}>> & Readonly<{}>, {
|
|
8
80
|
disabled: boolean;
|
|
9
81
|
mode: string;
|
|
10
82
|
include: unknown[];
|
|
11
83
|
exclude: unknown[];
|
|
12
|
-
|
|
13
|
-
$props: {
|
|
14
|
-
readonly disabled?: boolean;
|
|
15
|
-
readonly mode?: string;
|
|
16
|
-
readonly include?: unknown[];
|
|
17
|
-
readonly exclude?: unknown[];
|
|
18
|
-
readonly size?: string;
|
|
19
|
-
};
|
|
20
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
84
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
85
|
type __VLS_Slots = {
|
|
22
86
|
delete?: (props: {
|
|
23
87
|
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
8
|
type __VLS_Slots = {
|
|
8
9
|
default?: (props: {}) => any;
|
|
9
10
|
};
|
|
@@ -1,11 +1,30 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
currentApp: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
};
|
|
7
|
+
apps: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => any[];
|
|
10
|
+
};
|
|
11
|
+
darkMode: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
currentApp: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
apps: {
|
|
20
|
+
type: ArrayConstructor;
|
|
21
|
+
default: () => any[];
|
|
22
|
+
};
|
|
23
|
+
darkMode: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
2
28
|
darkMode: boolean;
|
|
3
29
|
apps: unknown[];
|
|
4
|
-
|
|
5
|
-
$props: {
|
|
6
|
-
readonly darkMode?: boolean;
|
|
7
|
-
readonly apps?: unknown[];
|
|
8
|
-
readonly currentApp?: string;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
export default _default;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
user: {
|
|
3
5
|
type: ObjectConstructor;
|
|
4
6
|
default: () => {};
|
|
@@ -29,4 +31,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
31
|
}>> & Readonly<{}>, {
|
|
30
32
|
user: Record<string, any>;
|
|
31
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
-
export default _default;
|