@webitel/ui-sdk 25.4.82 → 25.4.83
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/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +10 -0
- 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/package.json +1 -1
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +15 -6
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[];
|
|
2
3
|
icons: unknown[];
|
|
3
|
-
nav?: unknown[];
|
|
4
4
|
$props: {
|
|
5
|
-
readonly icons?: unknown[];
|
|
6
5
|
readonly nav?: unknown[];
|
|
6
|
+
readonly icons?: 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: "add" | "close" | "change", ...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[];
|
|
2
3
|
darkMode: boolean;
|
|
3
|
-
nav?: unknown[];
|
|
4
4
|
appLogo?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly darkMode?: boolean;
|
|
7
6
|
readonly nav?: unknown[];
|
|
7
|
+
readonly darkMode?: boolean;
|
|
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>;
|
|
@@ -87,6 +87,14 @@ declare var __VLS_20: "bool", __VLS_21: {
|
|
|
87
87
|
required: boolean;
|
|
88
88
|
v: object;
|
|
89
89
|
};
|
|
90
|
+
}, __VLS_56: "datetime", __VLS_57: {
|
|
91
|
+
defaultProps: {
|
|
92
|
+
value: unknown;
|
|
93
|
+
label: string;
|
|
94
|
+
required: boolean;
|
|
95
|
+
v: object;
|
|
96
|
+
};
|
|
97
|
+
conversionModifier: 1000;
|
|
90
98
|
};
|
|
91
99
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
92
100
|
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
@@ -94,6 +102,8 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
94
102
|
[K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
|
|
95
103
|
} & {
|
|
96
104
|
[K in NonNullable<typeof __VLS_44>]?: (props: typeof __VLS_45) => any;
|
|
105
|
+
} & {
|
|
106
|
+
[K in NonNullable<typeof __VLS_56>]?: (props: typeof __VLS_57) => any;
|
|
97
107
|
}>;
|
|
98
108
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
99
109
|
WtDatepicker: typeof WtDatepicker;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
size: string;
|
|
3
3
|
badge: boolean;
|
|
4
4
|
status?: string;
|
|
5
|
-
username?: string;
|
|
6
5
|
src?: string;
|
|
6
|
+
username?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
9
|
readonly badge?: boolean;
|
|
10
10
|
readonly status?: string;
|
|
11
|
-
readonly username?: string;
|
|
12
11
|
readonly src?: string;
|
|
12
|
+
readonly username?: 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[];
|
|
8
9
|
disabled: boolean;
|
|
9
10
|
color: string;
|
|
10
|
-
options?: unknown[];
|
|
11
11
|
$props: {
|
|
12
|
+
readonly options?: unknown[];
|
|
12
13
|
readonly disabled?: boolean;
|
|
13
14
|
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;
|
|
8
9
|
deleteMessage: string;
|
|
9
10
|
subject: string;
|
|
10
|
-
|
|
11
|
-
callback?: Function;
|
|
11
|
+
callback: Function;
|
|
12
12
|
$props: {
|
|
13
|
+
readonly title?: string;
|
|
13
14
|
readonly deleteMessage?: string;
|
|
14
15
|
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[];
|
|
8
9
|
disabled: boolean;
|
|
9
10
|
width: string;
|
|
10
11
|
visible: boolean;
|
|
11
12
|
tooltipTriggers: unknown[];
|
|
12
13
|
minWidth: string;
|
|
13
14
|
maxWidth: string;
|
|
14
|
-
options?: unknown[];
|
|
15
15
|
$props: {
|
|
16
|
+
readonly options?: unknown[];
|
|
16
17
|
readonly disabled?: boolean;
|
|
17
18
|
readonly width?: string;
|
|
18
19
|
readonly visible?: boolean;
|
|
19
20
|
readonly tooltipTriggers?: unknown[];
|
|
20
21
|
readonly minWidth?: string;
|
|
21
22
|
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;
|
|
9
10
|
label: string;
|
|
10
11
|
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;
|
|
21
22
|
readonly label?: string;
|
|
22
23
|
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;
|
|
8
9
|
title: string;
|
|
9
10
|
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;
|
|
18
19
|
readonly title?: string;
|
|
19
20
|
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: true;
|
|
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: true;
|
|
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;
|
|
5
6
|
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 iconPrefix?: string;
|
|
12
11
|
readonly icon?: string;
|
|
12
|
+
readonly iconPrefix?: 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>;
|
|
9
10
|
size?: string;
|
|
10
11
|
width?: string | number;
|
|
11
12
|
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>;
|
|
19
20
|
readonly size?: string;
|
|
20
21
|
readonly width?: string | number;
|
|
21
22
|
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
|
-
label: string;
|
|
11
10
|
type: string;
|
|
12
|
-
disabled: boolean;
|
|
13
11
|
required: boolean;
|
|
12
|
+
label: string;
|
|
13
|
+
disabled: 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 label?: string;
|
|
27
26
|
readonly type?: string;
|
|
28
|
-
readonly disabled?: boolean;
|
|
29
27
|
readonly required?: boolean;
|
|
28
|
+
readonly label?: string;
|
|
29
|
+
readonly disabled?: 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;
|
|
3
4
|
loading: boolean;
|
|
4
|
-
next?: Function;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly loading?: boolean;
|
|
7
6
|
readonly next?: Function;
|
|
7
|
+
readonly loading?: boolean;
|
|
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;
|
|
60
61
|
label: string;
|
|
61
62
|
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;
|
|
6
7
|
active: boolean;
|
|
7
8
|
wide: boolean;
|
|
8
9
|
loading: boolean;
|
|
9
10
|
iconPrefix: string;
|
|
10
11
|
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;
|
|
16
17
|
readonly active?: boolean;
|
|
17
18
|
readonly wide?: boolean;
|
|
18
19
|
readonly loading?: boolean;
|
|
19
20
|
readonly iconPrefix?: string;
|
|
20
21
|
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<"error" | "default">;
|
|
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
|
-
vertical: boolean;
|
|
72
71
|
min: number;
|
|
72
|
+
vertical: boolean;
|
|
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: true;
|
|
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: true;
|
|
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;
|
|
99
100
|
label: string;
|
|
100
101
|
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;
|
|
123
124
|
label: string;
|
|
124
125
|
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;
|
|
26
27
|
childrenProp: string;
|
|
27
28
|
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;
|
|
4
5
|
status?: any;
|
|
5
|
-
agentId?: string | number;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly statusDuration?: string | number;
|
|
8
|
-
readonly status?: any;
|
|
9
8
|
readonly agentId?: string | number;
|
|
9
|
+
readonly status?: 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
|
$emit: (event: "change:result" | "activate", ...args: any[]) => void;
|
|
3
|
+
question: Record<string, any>;
|
|
4
|
+
result: Record<string, any>;
|
|
3
5
|
disableDragging: boolean;
|
|
4
6
|
readonly: boolean;
|
|
5
7
|
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>;
|
|
9
11
|
readonly disableDragging?: boolean;
|
|
10
12
|
readonly readonly?: boolean;
|
|
11
13
|
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>;
|
|
3
4
|
first: boolean;
|
|
4
5
|
v?: Record<string, any>;
|
|
5
|
-
question?: Record<string, any>;
|
|
6
6
|
$props: {
|
|
7
|
+
readonly question?: Record<string, any>;
|
|
7
8
|
readonly first?: boolean;
|
|
8
9
|
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>;
|
|
4
5
|
readonly: boolean;
|
|
5
6
|
first: boolean;
|
|
6
7
|
mode?: string;
|
|
7
|
-
question?: Record<string, any>;
|
|
8
8
|
result?: Record<string, any>;
|
|
9
9
|
$props: {
|
|
10
|
+
readonly question?: Record<string, any>;
|
|
10
11
|
readonly readonly?: boolean;
|
|
11
12
|
readonly first?: boolean;
|
|
12
13
|
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;
|
|
3
4
|
readonly: boolean;
|
|
4
|
-
|
|
5
|
+
questions: unknown[];
|
|
5
6
|
result?: unknown[];
|
|
6
|
-
questions?: unknown[];
|
|
7
7
|
$props: {
|
|
8
|
-
readonly readonly?: boolean;
|
|
9
8
|
readonly mode?: string;
|
|
10
|
-
readonly
|
|
9
|
+
readonly readonly?: boolean;
|
|
11
10
|
readonly questions?: unknown[];
|
|
11
|
+
readonly result?: 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>;
|
|
3
4
|
first: boolean;
|
|
4
|
-
option?: Record<string, any>;
|
|
5
5
|
$props: {
|
|
6
|
-
readonly first?: boolean;
|
|
7
6
|
readonly option?: Record<string, any>;
|
|
7
|
+
readonly first?: boolean;
|
|
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;
|
|
2
3
|
isNext: boolean;
|
|
3
|
-
namespace?: string;
|
|
4
4
|
$props: {
|
|
5
|
-
readonly isNext?: boolean;
|
|
6
5
|
readonly namespace?: string;
|
|
6
|
+
readonly isNext?: boolean;
|
|
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;
|
|
3
4
|
multisearch: boolean;
|
|
4
5
|
searchModeOpts: unknown[];
|
|
5
|
-
namespace?: string;
|
|
6
6
|
$props: {
|
|
7
7
|
readonly name?: string;
|
|
8
|
+
readonly namespace?: string;
|
|
8
9
|
readonly multisearch?: boolean;
|
|
9
10
|
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[];
|
|
3
4
|
staticHeaders: unknown[];
|
|
4
|
-
|
|
5
|
-
namespace?: string;
|
|
5
|
+
namespace: string;
|
|
6
6
|
$props: {
|
|
7
|
-
readonly staticHeaders?: unknown[];
|
|
8
7
|
readonly headers?: unknown[];
|
|
8
|
+
readonly staticHeaders?: 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>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
filterQuery: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
search(params: any): any;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
filterQuery: {
|
|
11
11
|
type: StringConstructor;
|
|
12
|
-
required:
|
|
12
|
+
required: true;
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
filterQuery: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
filterQuery: {
|
|
8
8
|
type: StringConstructor;
|
|
9
|
-
required:
|
|
9
|
+
required: true;
|
|
10
10
|
};
|
|
11
11
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
filterQuery: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
};
|
|
6
6
|
label: {
|
|
7
7
|
type: StringConstructor;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
filterQuery: {
|
|
14
14
|
type: StringConstructor;
|
|
15
|
-
required:
|
|
15
|
+
required: true;
|
|
16
16
|
};
|
|
17
17
|
label: {
|
|
18
18
|
type: StringConstructor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
filterQuery: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
};
|
|
6
6
|
label: {
|
|
7
7
|
type: StringConstructor;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
filterQuery: {
|
|
20
20
|
type: StringConstructor;
|
|
21
|
-
required:
|
|
21
|
+
required: true;
|
|
22
22
|
};
|
|
23
23
|
label: {
|
|
24
24
|
type: StringConstructor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
entity: {
|
|
3
3
|
type: StringConstructor;
|
|
4
|
-
required:
|
|
4
|
+
required: true;
|
|
5
5
|
};
|
|
6
6
|
headers: {
|
|
7
7
|
type: ArrayConstructor;
|
|
8
|
-
required:
|
|
8
|
+
required: true;
|
|
9
9
|
};
|
|
10
10
|
staticHeaders: {
|
|
11
11
|
type: ArrayConstructor;
|
|
@@ -31,11 +31,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
}, any, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
entity: {
|
|
33
33
|
type: StringConstructor;
|
|
34
|
-
required:
|
|
34
|
+
required: true;
|
|
35
35
|
};
|
|
36
36
|
headers: {
|
|
37
37
|
type: ArrayConstructor;
|
|
38
|
-
required:
|
|
38
|
+
required: true;
|
|
39
39
|
};
|
|
40
40
|
staticHeaders: {
|
|
41
41
|
type: ArrayConstructor;
|
package/package.json
CHANGED
package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue
CHANGED
|
@@ -56,13 +56,22 @@
|
|
|
56
56
|
@input="selectElements"
|
|
57
57
|
/>
|
|
58
58
|
</slot>
|
|
59
|
-
<
|
|
59
|
+
<slot
|
|
60
60
|
v-else-if="field.kind === FieldType.Calendar"
|
|
61
|
-
|
|
62
|
-
:
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
61
|
+
:name="FieldType.Calendar"
|
|
62
|
+
:default-props="{
|
|
63
|
+
...sharedChildrenProps,
|
|
64
|
+
value,
|
|
65
|
+
}"
|
|
66
|
+
:conversion-modifier="DatetimeConversionModifier"
|
|
67
|
+
>
|
|
68
|
+
<wt-datepicker
|
|
69
|
+
v-bind="sharedChildrenProps"
|
|
70
|
+
:value="value * DatetimeConversionModifier"
|
|
71
|
+
mode="datetime"
|
|
72
|
+
@input="setValue(+$event / DatetimeConversionModifier)"
|
|
73
|
+
/>
|
|
74
|
+
</slot>
|
|
66
75
|
</template>
|
|
67
76
|
|
|
68
77
|
<script lang="ts" setup>
|