@webitel/ui-sdk 25.4.65 → 25.4.66
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 +20200 -18808
- package/dist/ui-sdk.umd.cjs +19 -19
- package/package.json +4 -3
- 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/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,90 @@
|
|
|
1
|
+
import WtCheckbox from '../wt-checkbox/wt-checkbox.vue';
|
|
2
|
+
import WtIconBtn from '../wt-icon-btn/wt-icon-btn.vue';
|
|
3
|
+
import type { WtTableHeader } from '../wt-table/types/WtTable.d.ts';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
/**
|
|
6
|
+
* 'It's a data what pass to display row.
|
|
7
|
+
*/
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
/**
|
|
10
|
+
* 'It's a number of position row in table.
|
|
11
|
+
*/
|
|
12
|
+
rowPosition: number;
|
|
13
|
+
/**
|
|
14
|
+
* 'It's a key in data object, which contains children array. '
|
|
15
|
+
*/
|
|
16
|
+
childrenProp: string;
|
|
17
|
+
selectable?: boolean;
|
|
18
|
+
selectedElements: Record<string, any>[];
|
|
19
|
+
dataHeaders: WtTableHeader[];
|
|
20
|
+
gridActions?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* 'It's a nesting level of row. 0 - root row, 1 - first level of nesting, etc.'
|
|
23
|
+
*/
|
|
24
|
+
nestingLevel?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 'It's a key in data object, which contains field what display searched elements. By this field, table will be opened to elements with this field value. '
|
|
27
|
+
*/
|
|
28
|
+
searchedProp?: string;
|
|
29
|
+
};
|
|
30
|
+
declare const collapsed: import("vue").Ref<boolean, boolean>;
|
|
31
|
+
declare const lineCount: import("vue").ComputedRef<number>;
|
|
32
|
+
declare const childLevel: import("vue").ComputedRef<number>;
|
|
33
|
+
declare const isSelectedRow: import("vue").ComputedRef<boolean>;
|
|
34
|
+
declare const openCollapse: () => void;
|
|
35
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
36
|
+
declare var __VLS_23: string, __VLS_24: {
|
|
37
|
+
index: number;
|
|
38
|
+
item: Record<string, unknown>;
|
|
39
|
+
}, __VLS_26: {
|
|
40
|
+
index: number;
|
|
41
|
+
item: Record<string, unknown>;
|
|
42
|
+
}, __VLS_38: string, __VLS_39: any, __VLS_41: any;
|
|
43
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
44
|
+
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
45
|
+
} & {
|
|
46
|
+
[K in NonNullable<typeof __VLS_38>]?: (props: typeof __VLS_39) => any;
|
|
47
|
+
} & {
|
|
48
|
+
actions?: (props: typeof __VLS_26) => any;
|
|
49
|
+
} & {
|
|
50
|
+
actions?: (props: typeof __VLS_41) => any;
|
|
51
|
+
}>;
|
|
52
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
53
|
+
WtCheckbox: typeof WtCheckbox;
|
|
54
|
+
WtIconBtn: typeof WtIconBtn;
|
|
55
|
+
collapsed: typeof collapsed;
|
|
56
|
+
lineCount: typeof lineCount;
|
|
57
|
+
childLevel: typeof childLevel;
|
|
58
|
+
isSelectedRow: typeof isSelectedRow;
|
|
59
|
+
openCollapse: typeof openCollapse;
|
|
60
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
|
+
"update:selected": (...args: any[]) => void;
|
|
62
|
+
"expanded-collapse": (...args: any[]) => void;
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
64
|
+
"onUpdate:selected"?: (...args: any[]) => any;
|
|
65
|
+
"onExpanded-collapse"?: (...args: any[]) => any;
|
|
66
|
+
}>, {
|
|
67
|
+
selectable: boolean;
|
|
68
|
+
gridActions: boolean;
|
|
69
|
+
searchedProp: string;
|
|
70
|
+
nestingLevel: number;
|
|
71
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
72
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
|
+
"update:selected": (...args: any[]) => void;
|
|
74
|
+
"expanded-collapse": (...args: any[]) => void;
|
|
75
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
76
|
+
"onUpdate:selected"?: (...args: any[]) => any;
|
|
77
|
+
"onExpanded-collapse"?: (...args: any[]) => any;
|
|
78
|
+
}>, {
|
|
79
|
+
selectable: boolean;
|
|
80
|
+
gridActions: boolean;
|
|
81
|
+
searchedProp: string;
|
|
82
|
+
nestingLevel: number;
|
|
83
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
84
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
85
|
+
export default _default;
|
|
86
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
87
|
+
new (): {
|
|
88
|
+
$slots: S;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import type { CreateUserAccessControlComposableParams, UseAccessControlReturn, UseUserAccessControlComposableOptions } from './types/CreateUserAccessControl';
|
|
2
|
+
export declare const createUserAccessControlComposable: (useUserinfoStore: CreateUserAccessControlComposableParams) => (options?: UseUserAccessControlComposableOptions) => UseAccessControlReturn;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const ComponentSize: {
|
|
2
|
+
readonly XXXS: "3xs";
|
|
3
|
+
readonly XXS: "2xs";
|
|
4
|
+
readonly XS: "xs";
|
|
5
|
+
readonly SM: "sm";
|
|
6
|
+
readonly MD: "md";
|
|
7
|
+
readonly LG: "lg";
|
|
8
|
+
readonly XL: "xl";
|
|
9
|
+
readonly XXL: "2xl";
|
|
10
|
+
readonly XXXL: "3xl";
|
|
11
|
+
};
|
|
12
|
+
export type ComponentSize = (typeof ComponentSize)[keyof typeof ComponentSize];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const RelativeDatetimeValue: {
|
|
2
|
+
readonly Today: "rdt_today";
|
|
3
|
+
readonly ThisWeek: "rdt_this_week";
|
|
4
|
+
readonly ThisMonth: "rdt_this_month";
|
|
5
|
+
readonly Custom: "rdt_custom";
|
|
6
|
+
};
|
|
7
|
+
export type RelativeDatetimeValue = (typeof RelativeDatetimeValue)[keyof typeof RelativeDatetimeValue];
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @augments WtApplication
|
|
3
|
+
* represents ui sections in Admin WtApplication
|
|
4
|
+
* without any relation to WtObjects (?)
|
|
5
|
+
*/
|
|
6
|
+
export declare const AdminSections: {
|
|
7
|
+
readonly Agents: "agents";
|
|
8
|
+
readonly Blacklist: "blacklist";
|
|
9
|
+
readonly Buckets: "buckets";
|
|
10
|
+
readonly Calendars: "calendars";
|
|
11
|
+
readonly Changelogs: "changelogs";
|
|
12
|
+
readonly ChatGateways: "chat-gateways";
|
|
13
|
+
readonly Chatplan: "chatplan";
|
|
14
|
+
readonly CognitiveProfiles: "cognitive-profiles";
|
|
15
|
+
readonly Communications: "communications";
|
|
16
|
+
readonly Configuration: "configuration";
|
|
17
|
+
readonly Dialplan: "dialplan";
|
|
18
|
+
readonly Devices: "devices";
|
|
19
|
+
readonly EmailProfiles: "email-profiles";
|
|
20
|
+
readonly Flow: "flow";
|
|
21
|
+
readonly Gateways: "gateways";
|
|
22
|
+
readonly GlobalVariables: "global-variables";
|
|
23
|
+
readonly ImportCsv: "import-csv";
|
|
24
|
+
readonly License: "license";
|
|
25
|
+
readonly Media: "media";
|
|
26
|
+
readonly Members: "members";
|
|
27
|
+
readonly Objects: "objects";
|
|
28
|
+
readonly PauseCause: "pause-cause";
|
|
29
|
+
readonly PauseTemplates: "pause-templates";
|
|
30
|
+
readonly Queues: "queues";
|
|
31
|
+
readonly Regions: "regions";
|
|
32
|
+
readonly ResourceGroups: "resource-groups";
|
|
33
|
+
readonly Resources: "resources";
|
|
34
|
+
readonly Roles: "roles";
|
|
35
|
+
readonly ShiftTemplates: "shift-templates";
|
|
36
|
+
readonly SingleSignOn: "single-sign-on";
|
|
37
|
+
readonly Skills: "skills";
|
|
38
|
+
readonly Storage: "storage";
|
|
39
|
+
readonly StoragePolicies: "storage-policies";
|
|
40
|
+
readonly Teams: "teams";
|
|
41
|
+
readonly Triggers: "triggers";
|
|
42
|
+
readonly Users: "users";
|
|
43
|
+
readonly WorkingConditions: "working-conditions";
|
|
44
|
+
};
|
|
45
|
+
export type AdminSections = (typeof AdminSections)[keyof typeof AdminSections];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const CrmSections: {
|
|
2
|
+
readonly Contacts: "contacts";
|
|
3
|
+
readonly Cases: "cases";
|
|
4
|
+
readonly Slas: "slas";
|
|
5
|
+
readonly ServiceCatalogs: "service-catalogs";
|
|
6
|
+
readonly Priorities: "priorities";
|
|
7
|
+
readonly Statuses: "statuses";
|
|
8
|
+
readonly Sources: "sources";
|
|
9
|
+
readonly CloseReasonGroups: "close-reason-groups";
|
|
10
|
+
readonly ContactGroups: "contact-groups";
|
|
11
|
+
readonly CaseSources: "case-sources";
|
|
12
|
+
readonly CustomLookups: "custom-lookups";
|
|
13
|
+
};
|
|
14
|
+
export type CrmSections = (typeof CrmSections)[keyof typeof CrmSections];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const WtApplication: {
|
|
2
|
+
readonly Admin: "admin";
|
|
3
|
+
readonly Agent: "agent";
|
|
4
|
+
readonly Supervisor: "supervisor";
|
|
5
|
+
readonly History: "history";
|
|
6
|
+
readonly Audit: "audit";
|
|
7
|
+
readonly Analytics: "grafana";
|
|
8
|
+
readonly Crm: "crm";
|
|
9
|
+
};
|
|
10
|
+
export type WtApplication = (typeof WtApplication)[keyof typeof WtApplication];
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents existing Webitel entities
|
|
3
|
+
*/
|
|
4
|
+
export declare const WtObject: {
|
|
5
|
+
readonly Agent: "agent";
|
|
6
|
+
readonly Queue: "queue";
|
|
7
|
+
readonly Contact: "contact";
|
|
8
|
+
readonly Region: "region";
|
|
9
|
+
readonly User: "user";
|
|
10
|
+
readonly Resource: "resource";
|
|
11
|
+
readonly Device: "device";
|
|
12
|
+
readonly License: "license";
|
|
13
|
+
readonly Flow: "flow";
|
|
14
|
+
readonly Dialplan: "dialplan";
|
|
15
|
+
readonly Gateway: "gateway";
|
|
16
|
+
readonly Chatplan: "chatplan";
|
|
17
|
+
readonly ChatGateway: "chatGateway";
|
|
18
|
+
readonly Blacklist: "blacklist";
|
|
19
|
+
readonly Calendar: "calendar";
|
|
20
|
+
readonly Communication: "communication";
|
|
21
|
+
readonly PauseCause: "pauseCause";
|
|
22
|
+
readonly Media: "media";
|
|
23
|
+
readonly ShiftTemplate: "shiftTemplate";
|
|
24
|
+
readonly PauseTemplate: "pauseTemplate";
|
|
25
|
+
readonly WorkingCondition: "workingCondition";
|
|
26
|
+
readonly Skill: "skill";
|
|
27
|
+
readonly Bucket: "bucket";
|
|
28
|
+
readonly Member: "member";
|
|
29
|
+
readonly ResourceGroup: "resourceGroup";
|
|
30
|
+
readonly Team: "team";
|
|
31
|
+
readonly Storage: "storage";
|
|
32
|
+
readonly CognitiveProfile: "cognitiveProfile";
|
|
33
|
+
readonly EmailProfile: "emailProfile";
|
|
34
|
+
readonly SingleSignOn: "singleSignOn";
|
|
35
|
+
readonly ImportCsv: "importCsv";
|
|
36
|
+
readonly Trigger: "trigger";
|
|
37
|
+
readonly Role: "role";
|
|
38
|
+
readonly Object: "object";
|
|
39
|
+
readonly ChangeLog: "changelog";
|
|
40
|
+
readonly Configuration: "configuration";
|
|
41
|
+
readonly GlobalVariable: "globalVariable";
|
|
42
|
+
readonly ActiveCall: "activeCall";
|
|
43
|
+
readonly Scorecard: "scorecard";
|
|
44
|
+
readonly Logger: "logger";
|
|
45
|
+
readonly Call: "call";
|
|
46
|
+
readonly RecordFile: "recordFile";
|
|
47
|
+
readonly ContactGroup: "contactGroup";
|
|
48
|
+
readonly ChatBot: "chatBot";
|
|
49
|
+
readonly Case: "case";
|
|
50
|
+
readonly CaseComment: "caseComment";
|
|
51
|
+
readonly Slas: "slas";
|
|
52
|
+
readonly ServiceCatalog: "serviceCatalog";
|
|
53
|
+
readonly CaseSource: "caseSource";
|
|
54
|
+
readonly CloseReasonGroup: "closeReasonGroup";
|
|
55
|
+
readonly Priorities: "priorities";
|
|
56
|
+
readonly Status: "status";
|
|
57
|
+
readonly Source: "source";
|
|
58
|
+
readonly CustomLookup: "customLookup";
|
|
59
|
+
};
|
|
60
|
+
export type WtObject = (typeof WtObject)[keyof typeof WtObject];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @name FieldType
|
|
3
|
+
* @description Enumerates (ONLY!) the types of field type.
|
|
4
|
+
*/
|
|
5
|
+
export declare const WtTypeExtensionFieldKind: {
|
|
6
|
+
readonly Text: "string";
|
|
7
|
+
readonly Number: "int32";
|
|
8
|
+
readonly Select: "lookup";
|
|
9
|
+
readonly Multiselect: "list";
|
|
10
|
+
readonly Calendar: "datetime";
|
|
11
|
+
readonly Boolean: "bool";
|
|
12
|
+
};
|
|
13
|
+
export type ExtensionFieldType = (typeof WtTypeExtensionFieldKind)[keyof typeof WtTypeExtensionFieldKind];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import AbstractUserStatus from './AbstractUserStatus/AbstractUserStatus.enum.js';
|
|
2
|
+
import AgentStatus from './AgentStatus/AgentStatus.enum.js';
|
|
3
|
+
import ChatGatewayProvider from './ChatGatewayProvider/ChatGatewayProvider.enum.js';
|
|
4
|
+
import { ComponentSize } from './ComponentSize/ComponentSize';
|
|
5
|
+
import { CrudAction } from './CrudAction/CrudAction';
|
|
6
|
+
import IconAction from './IconAction/IconAction.enum.js';
|
|
7
|
+
import QueueType from './QueueType/QueueType.enum.js';
|
|
8
|
+
import { RelativeDatetimeValue } from './RelativeDatetimeValue/RelativeDatetimeValue';
|
|
9
|
+
import TypesExportedSettings from './TypesExportedSettings/TypesExportedSettings.enum.js';
|
|
10
|
+
import { AdminSections } from './WebitelApplications/AdminSections';
|
|
11
|
+
import { AuditorSections } from './WebitelApplications/AuditorSections';
|
|
12
|
+
import { CrmSections } from './WebitelApplications/CrmSections';
|
|
13
|
+
import { SupervisorSections } from './WebitelApplications/SupervisorSections';
|
|
14
|
+
import WebitelApplications from './WebitelApplications/WebitelApplications.enum.js';
|
|
15
|
+
import { WtApplication } from './WebitelApplications/WtApplication';
|
|
16
|
+
import { WtObject } from './WtObject/WtObject';
|
|
17
|
+
import { WtTypeExtensionFieldKind } from './WtTypeExtensionFieldKind/WtTypeExtensionFieldKind';
|
|
18
|
+
export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, ChatGatewayProvider, ComponentSize, CrmSections, CrudAction, IconAction, QueueType, RelativeDatetimeValue, SupervisorSections, TypesExportedSettings, WebitelApplications, WtApplication, WtObject, WtTypeExtensionFieldKind, };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import 'vue-multiselect/dist/vue-multiselect.css';
|
|
2
|
+
import '@webitel/styleguide/fonts';
|
|
3
|
+
import 'plyr/src/sass/plyr.scss';
|
|
4
|
+
import './css/main.scss';
|
|
5
|
+
import './assets/icons/sprite/index.js';
|
|
6
|
+
declare const _default: {
|
|
7
|
+
install(app: any, { eventBus, router, globals }: {
|
|
8
|
+
eventBus: any;
|
|
9
|
+
router: any;
|
|
10
|
+
globals?: {};
|
|
11
|
+
}): void;
|
|
12
|
+
generateInstance: any;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close" | "change", ...args: any[]) => void;
|
|
3
|
+
options: unknown[];
|
|
4
|
+
$props: {
|
|
5
|
+
readonly options?: unknown[];
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "close", ...args: any[]) => void;
|
|
3
|
+
error: Record<string, any>;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly error?: Record<string, any>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "changed", ...args: any[]) => void;
|
|
3
|
+
statusDuration: string | number;
|
|
4
|
+
agentId: string | number;
|
|
5
|
+
status?: any;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly statusDuration?: string | number;
|
|
8
|
+
readonly agentId?: string | number;
|
|
9
|
+
readonly status?: any;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
namespace: string;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly namespace?: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "change:result" | "activate", ...args: any[]) => void;
|
|
3
|
+
question: Record<string, any>;
|
|
4
|
+
result: Record<string, any>;
|
|
5
|
+
disableDragging: boolean;
|
|
6
|
+
readonly: boolean;
|
|
7
|
+
first: boolean;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly question?: Record<string, any>;
|
|
10
|
+
readonly result?: Record<string, any>;
|
|
11
|
+
readonly disableDragging?: boolean;
|
|
12
|
+
readonly readonly?: boolean;
|
|
13
|
+
readonly first?: boolean;
|
|
14
|
+
};
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "delete" | "copy" | "change:question", ...args: any[]) => void;
|
|
3
|
+
question: Record<string, any>;
|
|
4
|
+
first: boolean;
|
|
5
|
+
v?: Record<string, any>;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly question?: Record<string, any>;
|
|
8
|
+
readonly first?: boolean;
|
|
9
|
+
readonly v?: Record<string, any>;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
activateQuestion: typeof activateQuestion;
|
|
3
|
+
$emit: (event: "delete" | "copy" | "update:question" | "update:result", ...args: any[]) => void;
|
|
4
|
+
question: Record<string, any>;
|
|
5
|
+
readonly: boolean;
|
|
6
|
+
first: boolean;
|
|
7
|
+
mode?: string;
|
|
8
|
+
result?: Record<string, any>;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly question?: Record<string, any>;
|
|
11
|
+
readonly readonly?: boolean;
|
|
12
|
+
readonly first?: boolean;
|
|
13
|
+
readonly mode?: string;
|
|
14
|
+
readonly result?: Record<string, any>;
|
|
15
|
+
};
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
declare function activateQuestion(): void;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "update:result" | "update:questions" | "update:validation", ...args: any[]) => void;
|
|
3
|
+
mode: string;
|
|
4
|
+
readonly: boolean;
|
|
5
|
+
questions: unknown[];
|
|
6
|
+
result?: unknown[];
|
|
7
|
+
$props: {
|
|
8
|
+
readonly mode?: string;
|
|
9
|
+
readonly readonly?: boolean;
|
|
10
|
+
readonly questions?: unknown[];
|
|
11
|
+
readonly result?: unknown[];
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "delete" | "change:option", ...args: any[]) => void;
|
|
3
|
+
option: Record<string, any>;
|
|
4
|
+
first: boolean;
|
|
5
|
+
$props: {
|
|
6
|
+
readonly option?: Record<string, any>;
|
|
7
|
+
readonly first?: boolean;
|
|
8
|
+
};
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
|
+
mode: string;
|
|
4
|
+
question: Record<string, any>;
|
|
5
|
+
result?: Record<string, any>;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly mode?: string;
|
|
8
|
+
readonly question?: Record<string, any>;
|
|
9
|
+
readonly result?: Record<string, any>;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
|
+
mode: string;
|
|
4
|
+
question: Record<string, any>;
|
|
5
|
+
result?: Record<string, any>;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly mode?: string;
|
|
8
|
+
readonly question?: Record<string, any>;
|
|
9
|
+
readonly result?: Record<string, any>;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts
ADDED
|
@@ -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
|
+
$emit: (event: "close", ...args: any[]) => void;
|
|
8
|
+
callback: Function;
|
|
9
|
+
deleteCount: number;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly callback?: Function;
|
|
12
|
+
readonly deleteCount?: number;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
deleteMessage?: (props: {}) => any;
|
|
17
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
namespace: string;
|
|
3
|
+
filterQuery: string;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly namespace?: string;
|
|
6
|
+
readonly filterQuery?: string;
|
|
7
|
+
};
|
|
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,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
namespace: string;
|
|
3
|
+
isNext: boolean;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly namespace?: string;
|
|
6
|
+
readonly isNext?: boolean;
|
|
7
|
+
};
|
|
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,13 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
name: string;
|
|
3
|
+
namespace: string;
|
|
4
|
+
multisearch: boolean;
|
|
5
|
+
searchModeOpts: unknown[];
|
|
6
|
+
$props: {
|
|
7
|
+
readonly name?: string;
|
|
8
|
+
readonly namespace?: string;
|
|
9
|
+
readonly multisearch?: boolean;
|
|
10
|
+
readonly searchModeOpts?: unknown[];
|
|
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,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
namespace: string;
|
|
3
|
+
filterQuery: string;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly namespace?: string;
|
|
6
|
+
readonly filterQuery?: string;
|
|
7
|
+
};
|
|
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,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "change", ...args: any[]) => void;
|
|
3
|
+
headers: unknown[];
|
|
4
|
+
staticHeaders: unknown[];
|
|
5
|
+
namespace: string;
|
|
6
|
+
$props: {
|
|
7
|
+
readonly headers?: unknown[];
|
|
8
|
+
readonly staticHeaders?: unknown[];
|
|
9
|
+
readonly namespace?: string;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
role: Record<string, any>;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly role?: Record<string, any>;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: (props: {}) => any;
|
|
14
|
+
};
|
package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
namespace: string;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly namespace?: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
access: Record<string, any>;
|
|
3
|
+
namespace: string;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly access?: Record<string, any>;
|
|
6
|
+
readonly namespace?: string;
|
|
7
|
+
};
|
|
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,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
filterQuery: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {
|
|
7
|
+
search(params: any): any;
|
|
8
|
+
fetchSelected(...args: any[]): Promise<any>;
|
|
9
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
filterQuery: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
filterQuery: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
filterQuery: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|