@webitel/ui-sdk 25.4.83 → 25.4.85
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/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
- package/dist/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +1 -1
- package/dist/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -2
- package/dist/types/components/wt-avatar/wt-avatar.vue.d.ts +2 -2
- package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
- package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +3 -3
- package/dist/types/components/wt-context-menu/wt-context-menu.vue.d.ts +2 -2
- package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +2 -2
- package/dist/types/components/wt-empty/wt-empty.vue.d.ts +2 -2
- package/dist/types/components/wt-error-page/wt-error-page.vue.d.ts +2 -2
- package/dist/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +1 -1
- package/dist/types/components/wt-icon/wt-icon.vue.d.ts +2 -2
- package/dist/types/components/wt-icon-action/wt-icon-action.vue.d.ts +1 -1
- package/dist/types/components/wt-image/wt-image.vue.d.ts +2 -2
- package/dist/types/components/wt-input/wt-input.vue.d.ts +4 -4
- package/dist/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -2
- package/dist/types/components/wt-radio/wt-radio.vue.d.ts +1 -1
- package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +2 -2
- package/dist/types/components/wt-search-bar/wt-search-bar.vue.d.ts +1 -1
- package/dist/types/components/wt-slider/wt-slider.vue.d.ts +1 -1
- package/dist/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +2 -2
- package/dist/types/components/wt-time-input/wt-time-input.vue.d.ts +1 -1
- package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +1 -1
- package/dist/types/components/wt-tree-line/wt-tree-line.vue.d.ts +1 -1
- package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +1 -1
- package/dist/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -4
- package/dist/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form-question.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -4
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue.d.ts +2 -2
- package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options.vue.d.ts +1 -1
- package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts +1 -1
- package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-datetime.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-pagination.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-search.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-select.vue.d.ts +2 -2
- package/dist/types/modules/Filters/components/filter-table-fields.vue.d.ts +3 -3
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +1 -1
- package/dist/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +1 -1
- package/dist/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +1 -1
- package/dist/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +2 -2
- package/dist/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +4 -4
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +2 -0
- package/src/api/clients//321/201ontacts/contacts.js +1 -0
- package/src/components/wt-select/wt-select.vue +1 -0
package/dist/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
nav: unknown[];
|
|
3
2
|
icons: unknown[];
|
|
3
|
+
nav?: unknown[];
|
|
4
4
|
$props: {
|
|
5
|
-
readonly nav?: unknown[];
|
|
6
5
|
readonly icons?: unknown[];
|
|
6
|
+
readonly nav?: unknown[];
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -4,7 +4,7 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
-
$emit: (event: "
|
|
7
|
+
$emit: (event: "close" | "change" | "add", ...args: any[]) => void;
|
|
8
8
|
options: unknown[];
|
|
9
9
|
title?: string;
|
|
10
10
|
selected?: Record<string, any>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
nav: unknown[];
|
|
3
2
|
darkMode: boolean;
|
|
3
|
+
nav?: unknown[];
|
|
4
4
|
appLogo?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly nav?: unknown[];
|
|
7
6
|
readonly darkMode?: boolean;
|
|
7
|
+
readonly nav?: unknown[];
|
|
8
8
|
readonly appLogo?: Record<string, any>;
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
size: string;
|
|
3
3
|
badge: boolean;
|
|
4
4
|
status?: string;
|
|
5
|
-
src?: string;
|
|
6
5
|
username?: string;
|
|
6
|
+
src?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
9
|
readonly badge?: boolean;
|
|
10
10
|
readonly status?: string;
|
|
11
|
-
readonly src?: string;
|
|
12
11
|
readonly username?: string;
|
|
12
|
+
readonly src?: string;
|
|
13
13
|
};
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -5,13 +5,13 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "click:option", ...args: any[]) => void;
|
|
8
|
-
options: unknown[];
|
|
9
8
|
disabled: boolean;
|
|
10
9
|
color: string;
|
|
10
|
+
options?: unknown[];
|
|
11
11
|
$props: {
|
|
12
|
-
readonly options?: unknown[];
|
|
13
12
|
readonly disabled?: boolean;
|
|
14
13
|
readonly color?: string;
|
|
14
|
+
readonly options?: unknown[];
|
|
15
15
|
};
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
type __VLS_Slots = {
|
|
@@ -5,14 +5,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "close" | "confirm", ...args: any[]) => void;
|
|
8
|
-
title: string;
|
|
9
8
|
deleteMessage: string;
|
|
10
9
|
subject: string;
|
|
11
|
-
|
|
10
|
+
title?: string;
|
|
11
|
+
callback?: Function;
|
|
12
12
|
$props: {
|
|
13
|
-
readonly title?: string;
|
|
14
13
|
readonly deleteMessage?: string;
|
|
15
14
|
readonly subject?: string;
|
|
15
|
+
readonly title?: string;
|
|
16
16
|
readonly callback?: Function;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,21 +5,21 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "update:visible", ...args: any[]) => void;
|
|
8
|
-
options: unknown[];
|
|
9
8
|
disabled: boolean;
|
|
10
9
|
width: string;
|
|
11
10
|
visible: boolean;
|
|
12
11
|
tooltipTriggers: unknown[];
|
|
13
12
|
minWidth: string;
|
|
14
13
|
maxWidth: string;
|
|
14
|
+
options?: unknown[];
|
|
15
15
|
$props: {
|
|
16
|
-
readonly options?: unknown[];
|
|
17
16
|
readonly disabled?: boolean;
|
|
18
17
|
readonly width?: string;
|
|
19
18
|
readonly visible?: boolean;
|
|
20
19
|
readonly tooltipTriggers?: unknown[];
|
|
21
20
|
readonly minWidth?: string;
|
|
22
21
|
readonly maxWidth?: string;
|
|
22
|
+
readonly options?: unknown[];
|
|
23
23
|
};
|
|
24
24
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
type __VLS_Slots = {
|
|
@@ -6,9 +6,9 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "input", ...args: any[]) => void;
|
|
8
8
|
value: string | number;
|
|
9
|
-
required: boolean;
|
|
10
9
|
label: string;
|
|
11
10
|
disabled: boolean;
|
|
11
|
+
required: boolean;
|
|
12
12
|
mode: string;
|
|
13
13
|
clearable: boolean;
|
|
14
14
|
placeholder: string;
|
|
@@ -18,9 +18,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
18
18
|
disabledDates?: Record<string, any>;
|
|
19
19
|
$props: {
|
|
20
20
|
readonly value?: string | number;
|
|
21
|
-
readonly required?: boolean;
|
|
22
21
|
readonly label?: string;
|
|
23
22
|
readonly disabled?: boolean;
|
|
23
|
+
readonly required?: boolean;
|
|
24
24
|
readonly mode?: string;
|
|
25
25
|
readonly clearable?: boolean;
|
|
26
26
|
readonly placeholder?: string;
|
|
@@ -5,9 +5,9 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click:primary" | "click:secondary", ...args: any[]) => void;
|
|
8
|
-
size: string;
|
|
9
8
|
title: string;
|
|
10
9
|
text: string;
|
|
10
|
+
size: string;
|
|
11
11
|
headline: string;
|
|
12
12
|
primaryActionText: string;
|
|
13
13
|
secondaryActionText: string;
|
|
@@ -15,9 +15,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
15
15
|
disabledSecondaryAction: boolean;
|
|
16
16
|
image?: Record<string, any>;
|
|
17
17
|
$props: {
|
|
18
|
-
readonly size?: string;
|
|
19
18
|
readonly title?: string;
|
|
20
19
|
readonly text?: string;
|
|
20
|
+
readonly size?: string;
|
|
21
21
|
readonly headline?: string;
|
|
22
22
|
readonly primaryActionText?: string;
|
|
23
23
|
readonly secondaryActionText?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
type: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: boolean;
|
|
5
5
|
options: string[];
|
|
6
6
|
};
|
|
7
7
|
}>, {}, {}, {
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
14
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
16
16
|
type: StringConstructor;
|
|
17
|
-
required:
|
|
17
|
+
required: boolean;
|
|
18
18
|
options: string[];
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
size: string;
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
color: string;
|
|
5
|
-
icon: string;
|
|
6
5
|
iconPrefix: string;
|
|
6
|
+
icon?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
9
|
readonly disabled?: boolean;
|
|
10
10
|
readonly color?: string;
|
|
11
|
-
readonly icon?: string;
|
|
12
11
|
readonly iconPrefix?: string;
|
|
12
|
+
readonly icon?: string;
|
|
13
13
|
};
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -6,20 +6,20 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: any, ...args: any[]) => void;
|
|
8
8
|
alt: string;
|
|
9
|
-
src: string | Record<string, any>;
|
|
10
9
|
size?: string;
|
|
11
10
|
width?: string | number;
|
|
12
11
|
height?: string | number;
|
|
12
|
+
src?: string | Record<string, any>;
|
|
13
13
|
minWidth?: string | number;
|
|
14
14
|
maxWidth?: string | number;
|
|
15
15
|
minHeight?: string | number;
|
|
16
16
|
maxHeight?: string | number;
|
|
17
17
|
$props: {
|
|
18
18
|
readonly alt?: string;
|
|
19
|
-
readonly src?: string | Record<string, any>;
|
|
20
19
|
readonly size?: string;
|
|
21
20
|
readonly width?: string | number;
|
|
22
21
|
readonly height?: string | number;
|
|
22
|
+
readonly src?: string | Record<string, any>;
|
|
23
23
|
readonly minWidth?: string | number;
|
|
24
24
|
readonly maxWidth?: string | number;
|
|
25
25
|
readonly minHeight?: string | number;
|
|
@@ -7,10 +7,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
7
7
|
focus: typeof focus;
|
|
8
8
|
$emit: (event: "input" | "update:modelValue" | "keyup", ...args: any[]) => void;
|
|
9
9
|
name: string;
|
|
10
|
-
type: string;
|
|
11
|
-
required: boolean;
|
|
12
10
|
label: string;
|
|
11
|
+
type: string;
|
|
13
12
|
disabled: boolean;
|
|
13
|
+
required: boolean;
|
|
14
14
|
customValidators: unknown[];
|
|
15
15
|
hasShowPassword: boolean;
|
|
16
16
|
numberMin: number;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
23
23
|
numberMax?: number;
|
|
24
24
|
$props: {
|
|
25
25
|
readonly name?: string;
|
|
26
|
-
readonly type?: string;
|
|
27
|
-
readonly required?: boolean;
|
|
28
26
|
readonly label?: string;
|
|
27
|
+
readonly type?: string;
|
|
29
28
|
readonly disabled?: boolean;
|
|
29
|
+
readonly required?: boolean;
|
|
30
30
|
readonly customValidators?: unknown[];
|
|
31
31
|
readonly hasShowPassword?: boolean;
|
|
32
32
|
readonly numberMin?: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "next", ...args: any[]) => void;
|
|
3
|
-
next: Function;
|
|
4
3
|
loading: boolean;
|
|
4
|
+
next?: Function;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly next?: Function;
|
|
7
6
|
readonly loading?: boolean;
|
|
7
|
+
readonly next?: Function;
|
|
8
8
|
};
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -57,9 +57,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
onInput?: (...args: any[]) => any;
|
|
58
58
|
}>, {
|
|
59
59
|
value: string | number | boolean | Record<string, any>;
|
|
60
|
-
required: boolean;
|
|
61
60
|
label: string;
|
|
62
61
|
disabled: boolean;
|
|
62
|
+
required: boolean;
|
|
63
63
|
selected: string | number | boolean | Record<string, any>;
|
|
64
64
|
outline: boolean;
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,22 +3,22 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3
3
|
size: string;
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
color: string;
|
|
6
|
-
icon: string;
|
|
7
6
|
active: boolean;
|
|
8
7
|
wide: boolean;
|
|
9
8
|
loading: boolean;
|
|
10
9
|
iconPrefix: string;
|
|
11
10
|
rounded: boolean;
|
|
11
|
+
icon?: string;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly size?: string;
|
|
14
14
|
readonly disabled?: boolean;
|
|
15
15
|
readonly color?: string;
|
|
16
|
-
readonly icon?: string;
|
|
17
16
|
readonly active?: boolean;
|
|
18
17
|
readonly wide?: boolean;
|
|
19
18
|
readonly loading?: boolean;
|
|
20
19
|
readonly iconPrefix?: string;
|
|
21
20
|
readonly rounded?: boolean;
|
|
21
|
+
readonly icon?: string;
|
|
22
22
|
};
|
|
23
23
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const invalid: any;
|
|
2
|
-
declare const invalidColorProvider: import("vue").ComputedRef<"
|
|
2
|
+
declare const invalidColorProvider: import("vue").ComputedRef<"default" | "error">;
|
|
3
3
|
declare function handleInput(value: any): void;
|
|
4
4
|
declare function handleKeyup(event: any): void;
|
|
5
5
|
declare function updateSearchMode({ option }: {
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
height: number;
|
|
70
70
|
max: number;
|
|
71
|
-
min: number;
|
|
72
71
|
vertical: boolean;
|
|
72
|
+
min: number;
|
|
73
73
|
step: number;
|
|
74
74
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
75
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
headers: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: boolean;
|
|
5
5
|
description: string;
|
|
6
6
|
};
|
|
7
7
|
staticHeaders: {
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
headers: {
|
|
28
28
|
type: ArrayConstructor;
|
|
29
|
-
required:
|
|
29
|
+
required: boolean;
|
|
30
30
|
description: string;
|
|
31
31
|
};
|
|
32
32
|
staticHeaders: {
|
|
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
onInput?: (...args: any[]) => any;
|
|
97
97
|
}>, {
|
|
98
98
|
value: number;
|
|
99
|
-
required: boolean;
|
|
100
99
|
label: string;
|
|
101
100
|
disabled: boolean;
|
|
101
|
+
required: boolean;
|
|
102
102
|
hideInputInfo: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
export default _default;
|
|
@@ -120,9 +120,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
120
|
};
|
|
121
121
|
}>> & Readonly<{}>, {
|
|
122
122
|
value: string | number;
|
|
123
|
-
required: boolean;
|
|
124
123
|
label: string;
|
|
125
124
|
disabled: boolean;
|
|
125
|
+
required: boolean;
|
|
126
126
|
dateMode: boolean;
|
|
127
127
|
format: string;
|
|
128
128
|
noLabel: boolean;
|
|
@@ -23,9 +23,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
23
23
|
onOpenParent?: () => any;
|
|
24
24
|
}>, {
|
|
25
25
|
multiple: boolean;
|
|
26
|
-
lastChild: boolean;
|
|
27
26
|
childrenProp: string;
|
|
28
27
|
nestedLevel: number;
|
|
28
|
+
lastChild: boolean;
|
|
29
29
|
nextElement: boolean;
|
|
30
30
|
searchedProp: string;
|
|
31
31
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "changed", ...args: any[]) => void;
|
|
3
3
|
statusDuration: string | number;
|
|
4
|
-
agentId: string | number;
|
|
5
4
|
status?: any;
|
|
5
|
+
agentId?: string | number;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly statusDuration?: string | number;
|
|
8
|
-
readonly agentId?: string | number;
|
|
9
8
|
readonly status?: any;
|
|
9
|
+
readonly agentId?: string | number;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "activate", ...args: any[]) => void;
|
|
3
|
-
question: Record<string, any>;
|
|
4
|
-
result: Record<string, any>;
|
|
5
3
|
disableDragging: boolean;
|
|
6
4
|
readonly: boolean;
|
|
7
5
|
first: boolean;
|
|
6
|
+
question?: Record<string, any>;
|
|
7
|
+
result?: Record<string, any>;
|
|
8
8
|
$props: {
|
|
9
|
-
readonly question?: Record<string, any>;
|
|
10
|
-
readonly result?: Record<string, any>;
|
|
11
9
|
readonly disableDragging?: boolean;
|
|
12
10
|
readonly readonly?: boolean;
|
|
13
11
|
readonly first?: boolean;
|
|
12
|
+
readonly question?: Record<string, any>;
|
|
13
|
+
readonly result?: Record<string, any>;
|
|
14
14
|
};
|
|
15
15
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "delete" | "copy" | "change:question", ...args: any[]) => void;
|
|
3
|
-
question: Record<string, any>;
|
|
4
3
|
first: boolean;
|
|
5
4
|
v?: Record<string, any>;
|
|
5
|
+
question?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
|
-
readonly question?: Record<string, any>;
|
|
8
7
|
readonly first?: boolean;
|
|
9
8
|
readonly v?: Record<string, any>;
|
|
9
|
+
readonly question?: Record<string, any>;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
activateQuestion: typeof activateQuestion;
|
|
3
3
|
$emit: (event: "delete" | "copy" | "update:question" | "update:result", ...args: any[]) => void;
|
|
4
|
-
question: Record<string, any>;
|
|
5
4
|
readonly: boolean;
|
|
6
5
|
first: boolean;
|
|
7
6
|
mode?: string;
|
|
7
|
+
question?: Record<string, any>;
|
|
8
8
|
result?: Record<string, any>;
|
|
9
9
|
$props: {
|
|
10
|
-
readonly question?: Record<string, any>;
|
|
11
10
|
readonly readonly?: boolean;
|
|
12
11
|
readonly first?: boolean;
|
|
13
12
|
readonly mode?: string;
|
|
13
|
+
readonly question?: Record<string, any>;
|
|
14
14
|
readonly result?: Record<string, any>;
|
|
15
15
|
};
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "update:result" | "update:questions" | "update:validation", ...args: any[]) => void;
|
|
3
|
-
mode: string;
|
|
4
3
|
readonly: boolean;
|
|
5
|
-
|
|
4
|
+
mode?: string;
|
|
6
5
|
result?: unknown[];
|
|
6
|
+
questions?: unknown[];
|
|
7
7
|
$props: {
|
|
8
|
-
readonly mode?: string;
|
|
9
8
|
readonly readonly?: boolean;
|
|
10
|
-
readonly
|
|
9
|
+
readonly mode?: string;
|
|
11
10
|
readonly result?: unknown[];
|
|
11
|
+
readonly questions?: unknown[];
|
|
12
12
|
};
|
|
13
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "delete" | "change:option", ...args: any[]) => void;
|
|
3
|
-
option: Record<string, any>;
|
|
4
3
|
first: boolean;
|
|
4
|
+
option?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly option?: Record<string, any>;
|
|
7
6
|
readonly first?: boolean;
|
|
7
|
+
readonly option?: Record<string, any>;
|
|
8
8
|
};
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
3
|
mode: string;
|
|
4
|
-
question
|
|
4
|
+
question?: Record<string, any>;
|
|
5
5
|
result?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly mode?: string;
|
package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change:result" | "change:question", ...args: any[]) => void;
|
|
3
3
|
mode: string;
|
|
4
|
-
question
|
|
4
|
+
question?: Record<string, any>;
|
|
5
5
|
result?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly mode?: string;
|
package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "close", ...args: any[]) => void;
|
|
8
|
-
callback
|
|
9
|
-
deleteCount
|
|
8
|
+
callback?: Function;
|
|
9
|
+
deleteCount?: number;
|
|
10
10
|
$props: {
|
|
11
11
|
readonly callback?: Function;
|
|
12
12
|
readonly deleteCount?: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
namespace: string;
|
|
3
2
|
isNext: boolean;
|
|
3
|
+
namespace?: string;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly namespace?: string;
|
|
6
5
|
readonly isNext?: boolean;
|
|
6
|
+
readonly namespace?: string;
|
|
7
7
|
};
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
name: string;
|
|
3
|
-
namespace: string;
|
|
4
3
|
multisearch: boolean;
|
|
5
4
|
searchModeOpts: unknown[];
|
|
5
|
+
namespace?: string;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly name?: string;
|
|
8
|
-
readonly namespace?: string;
|
|
9
8
|
readonly multisearch?: boolean;
|
|
10
9
|
readonly searchModeOpts?: unknown[];
|
|
10
|
+
readonly namespace?: string;
|
|
11
11
|
};
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "change", ...args: any[]) => void;
|
|
3
|
-
headers: unknown[];
|
|
4
3
|
staticHeaders: unknown[];
|
|
5
|
-
|
|
4
|
+
headers?: unknown[];
|
|
5
|
+
namespace?: string;
|
|
6
6
|
$props: {
|
|
7
|
-
readonly headers?: unknown[];
|
|
8
7
|
readonly staticHeaders?: unknown[];
|
|
8
|
+
readonly headers?: unknown[];
|
|
9
9
|
readonly namespace?: string;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|