@webitel/ui-sdk 25.10.61 → 25.10.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{install-BIBTsOtE.js → install-CvVB1Knh.js} +30928 -29432
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +401 -398
- package/dist/{vidstack-Bq6c3Bam-CddoBKkE.js → vidstack-Bq6c3Bam-2cjWnmbu.js} +2 -2
- package/dist/{vidstack-D2pY00kU-_TcpbsxY.js → vidstack-D2pY00kU-D9F0n58B.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CHZwRfQ_.js → vidstack-DDXt6fpN-IXnaeX8o.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-Cp8Dg-cI.js → vidstack-D_-9AA6_-DHDBzOQ5.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BOZzC5vP.js → vidstack-DqAw8m9J-CwOcrQm0.js} +1 -1
- package/dist/{vidstack-audio-BrPd1E5M.js → vidstack-audio-Bemmt9Tv.js} +2 -2
- package/dist/{vidstack-dash-Dd4QxslG.js → vidstack-dash-E-X9gvs2.js} +3 -3
- package/dist/{vidstack-google-cast-C_H8WnQH.js → vidstack-google-cast-BXoh_IDV.js} +3 -3
- package/dist/{vidstack-hls-C44OUY5O.js → vidstack-hls-BuhfKFl5.js} +3 -3
- package/dist/{vidstack-video-CP-SHCvS.js → vidstack-video-Ccc4GNnH.js} +2 -2
- package/dist/{vidstack-vimeo-LUL_WmZN.js → vidstack-vimeo-BDwxijVM.js} +3 -3
- package/dist/{vidstack-youtube-D5NgWd5Z.js → vidstack-youtube-aryjnCDj.js} +2 -2
- package/package.json +4 -3
- package/src/components/index.js +3 -0
- package/src/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue +95 -0
- package/src/components/wt-icon-action/iconMappings.js +1 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -0
- package/src/enums/ChatGatewayProvider/ChatGatewayProvider.enum.js +7 -10
- package/src/enums/ChatGatewayProvider/ProviderIconType.enum.js +1 -0
- package/src/enums/IconAction/IconAction.enum.js +1 -0
- package/src/enums/index.ts +2 -0
- package/src/locale/en/en.js +6 -0
- package/src/locale/es/es.js +6 -0
- package/src/locale/kz/kz.js +6 -0
- package/src/locale/pl/pl.js +6 -0
- package/src/locale/ro/ro.js +6 -0
- package/src/locale/ru/ru.js +6 -0
- package/src/locale/uk/uk.js +6 -0
- package/src/locale/uz/uz.js +6 -0
- package/src/locale/vi/vi.js +6 -0
- package/types/components/index.d.ts +3 -1
- package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +2 -2
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +8 -0
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -1
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +17 -17
- package/types/components/wt-avatar/wt-avatar.vue.d.ts +2 -2
- package/types/components/wt-button/wt-button.vue.d.ts +4 -4
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +2 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +4 -4
- package/types/components/wt-empty/wt-empty.vue.d.ts +3 -3
- package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
- package/types/components/wt-icon-action/iconMappings.d.ts +1 -0
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +1 -1
- package/types/components/wt-input/wt-input.vue.d.ts +6 -6
- package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +1 -1
- package/types/components/wt-loader/wt-loader.vue.d.ts +2 -2
- package/types/components/wt-player/wt-player.vue.d.ts +3 -3
- package/types/components/wt-popover/wt-popover.vue.d.ts +2 -2
- package/types/components/wt-popup/wt-popup.vue.d.ts +1 -1
- package/types/components/wt-radio/wt-radio.vue.d.ts +4 -4
- package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +8 -8
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +2 -2
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +3 -3
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +2 -2
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +2 -2
- package/types/enums/ChatGatewayProvider/ChatGatewayProvider.enum.d.ts +1 -10
- package/types/enums/ChatGatewayProvider/ProviderIconType.enum.d.ts +1 -0
- package/types/enums/IconAction/IconAction.enum.d.ts +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/locale/en/en.d.ts +8 -0
- package/types/locale/es/es.d.ts +13 -3
- package/types/locale/i18n.d.ts +72 -0
- package/types/locale/index.d.ts +72 -0
- package/types/locale/kz/kz.d.ts +13 -3
- package/types/locale/pl/pl.d.ts +13 -3
- package/types/locale/ro/ro.d.ts +13 -3
- package/types/locale/ru/ru.d.ts +13 -3
- package/types/locale/uk/uk.d.ts +13 -3
- package/types/locale/uz/uz.d.ts +13 -3
- package/types/locale/vi/vi.d.ts +13 -3
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +1 -1
- package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +1 -1
|
@@ -20,57 +20,57 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
20
20
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
type __VLS_Slots = {
|
|
22
22
|
delete?: (props: {
|
|
23
|
-
action: "delete" | "filters" | "
|
|
23
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
24
24
|
size: string;
|
|
25
25
|
onClick: () => void;
|
|
26
26
|
}) => any;
|
|
27
27
|
filters?: (props: {
|
|
28
|
-
action: "delete" | "filters" | "
|
|
28
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
29
29
|
size: string;
|
|
30
30
|
onClick: () => void;
|
|
31
31
|
}) => any;
|
|
32
|
-
|
|
33
|
-
action: "delete" | "filters" | "
|
|
34
|
-
size: string;
|
|
35
|
-
onClick: () => void;
|
|
36
|
-
}) => any;
|
|
37
|
-
variables?: (props: {
|
|
38
|
-
action: "delete" | "filters" | "add" | "variables" | "refresh" | "upload" | "download" | "copy" | "columns" | "add-contact" | "download-pdf";
|
|
32
|
+
refresh?: (props: {
|
|
33
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
39
34
|
size: string;
|
|
40
35
|
onClick: () => void;
|
|
41
36
|
}) => any;
|
|
42
|
-
|
|
43
|
-
action: "delete" | "filters" | "
|
|
37
|
+
add?: (props: {
|
|
38
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
44
39
|
size: string;
|
|
45
40
|
onClick: () => void;
|
|
46
41
|
}) => any;
|
|
47
42
|
upload?: (props: {
|
|
48
|
-
action: "delete" | "filters" | "
|
|
43
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
49
44
|
size: string;
|
|
50
45
|
onClick: () => void;
|
|
51
46
|
}) => any;
|
|
52
47
|
download?: (props: {
|
|
53
|
-
action: "delete" | "filters" | "
|
|
48
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
54
49
|
size: string;
|
|
55
50
|
onClick: () => void;
|
|
56
51
|
}) => any;
|
|
57
52
|
copy?: (props: {
|
|
58
|
-
action: "delete" | "filters" | "
|
|
53
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
59
54
|
size: string;
|
|
60
55
|
onClick: () => void;
|
|
61
56
|
}) => any;
|
|
62
57
|
columns?: (props: {
|
|
63
|
-
action: "delete" | "filters" | "
|
|
58
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
59
|
+
size: string;
|
|
60
|
+
onClick: () => void;
|
|
61
|
+
}) => any;
|
|
62
|
+
variables?: (props: {
|
|
63
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
64
64
|
size: string;
|
|
65
65
|
onClick: () => void;
|
|
66
66
|
}) => any;
|
|
67
67
|
"add-contact"?: (props: {
|
|
68
|
-
action: "delete" | "filters" | "
|
|
68
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
69
69
|
size: string;
|
|
70
70
|
onClick: () => void;
|
|
71
71
|
}) => any;
|
|
72
72
|
"download-pdf"?: (props: {
|
|
73
|
-
action: "delete" | "filters" | "
|
|
73
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf";
|
|
74
74
|
size: string;
|
|
75
75
|
onClick: () => void;
|
|
76
76
|
}) => any;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
size: string;
|
|
3
2
|
status: string;
|
|
3
|
+
size: string;
|
|
4
4
|
badge: boolean;
|
|
5
5
|
shape: string;
|
|
6
6
|
src?: string;
|
|
7
7
|
username?: string;
|
|
8
8
|
$props: {
|
|
9
|
-
readonly size?: string;
|
|
10
9
|
readonly status?: string;
|
|
10
|
+
readonly size?: string;
|
|
11
11
|
readonly badge?: boolean;
|
|
12
12
|
readonly shape?: string;
|
|
13
13
|
readonly src?: string;
|
|
@@ -44,10 +44,10 @@ declare const __VLS_self: import("vue").DefineComponent<WtButtonProps, {
|
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<WtButtonProps> & Readonly<{
|
|
45
45
|
onClick?: (...args: any[]) => any;
|
|
46
46
|
}>, {
|
|
47
|
-
color: ButtonColor;
|
|
48
|
-
icon: string;
|
|
49
47
|
disabled: boolean;
|
|
50
48
|
size: ComponentSize;
|
|
49
|
+
color: ButtonColor;
|
|
50
|
+
icon: string;
|
|
51
51
|
wide: boolean;
|
|
52
52
|
loading: boolean;
|
|
53
53
|
widthByContent: boolean;
|
|
@@ -59,10 +59,10 @@ declare const __VLS_component: import("vue").DefineComponent<WtButtonProps, {},
|
|
|
59
59
|
}, string, import("vue").PublicProps, Readonly<WtButtonProps> & Readonly<{
|
|
60
60
|
onClick?: (...args: any[]) => any;
|
|
61
61
|
}>, {
|
|
62
|
-
color: ButtonColor;
|
|
63
|
-
icon: string;
|
|
64
62
|
disabled: boolean;
|
|
65
63
|
size: ComponentSize;
|
|
64
|
+
color: ButtonColor;
|
|
65
|
+
icon: string;
|
|
66
66
|
wide: boolean;
|
|
67
67
|
loading: boolean;
|
|
68
68
|
widthByContent: boolean;
|
|
@@ -6,12 +6,12 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "click" | "click:option", ...args: any[]) => void;
|
|
8
8
|
options: unknown[];
|
|
9
|
-
color: string;
|
|
10
9
|
disabled: boolean;
|
|
10
|
+
color: string;
|
|
11
11
|
$props: {
|
|
12
12
|
readonly options?: unknown[];
|
|
13
|
-
readonly color?: string;
|
|
14
13
|
readonly disabled?: boolean;
|
|
14
|
+
readonly color?: string;
|
|
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 = {
|
|
@@ -37,18 +37,18 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
37
37
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
38
|
"onUpdate:selected"?: (value: boolean | string[]) => any;
|
|
39
39
|
}>, {
|
|
40
|
+
disabled: boolean;
|
|
40
41
|
value: string | boolean;
|
|
41
42
|
label: string;
|
|
42
|
-
disabled: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
44
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
45
|
"update:selected": (value: boolean | string[]) => any;
|
|
46
46
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
47
47
|
"onUpdate:selected"?: (value: boolean | string[]) => any;
|
|
48
48
|
}>, {
|
|
49
|
+
disabled: boolean;
|
|
49
50
|
value: string | boolean;
|
|
50
51
|
label: string;
|
|
51
|
-
disabled: boolean;
|
|
52
52
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
53
53
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
54
54
|
export default _default;
|
|
@@ -5,10 +5,10 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "input", ...args: any[]) => void;
|
|
8
|
+
disabled: boolean;
|
|
8
9
|
value: string | number;
|
|
9
|
-
label: string;
|
|
10
10
|
required: boolean;
|
|
11
|
-
|
|
11
|
+
label: string;
|
|
12
12
|
mode: string;
|
|
13
13
|
clearable: boolean;
|
|
14
14
|
placeholder: string;
|
|
@@ -17,10 +17,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
17
17
|
disabledDates?: Record<string, any>;
|
|
18
18
|
labelProps?: Record<string, any>;
|
|
19
19
|
$props: {
|
|
20
|
+
readonly disabled?: boolean;
|
|
20
21
|
readonly value?: string | number;
|
|
21
|
-
readonly label?: string;
|
|
22
22
|
readonly required?: boolean;
|
|
23
|
-
readonly
|
|
23
|
+
readonly label?: string;
|
|
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
|
-
title: string;
|
|
9
8
|
text: string;
|
|
10
9
|
size: string;
|
|
10
|
+
title: 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 title?: string;
|
|
19
18
|
readonly text?: string;
|
|
20
19
|
readonly size?: string;
|
|
20
|
+
readonly title?: string;
|
|
21
21
|
readonly headline?: string;
|
|
22
22
|
readonly primaryActionText?: string;
|
|
23
23
|
readonly secondaryActionText?: string;
|
|
@@ -28,7 +28,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
28
28
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
type __VLS_Slots = {
|
|
30
30
|
media?: (props: {
|
|
31
|
-
size: "
|
|
31
|
+
size: "2xs" | "sm" | "md";
|
|
32
32
|
}) => any;
|
|
33
33
|
headline?: (props: {
|
|
34
34
|
headline: string;
|
|
@@ -15,9 +15,9 @@ interface Props {
|
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
}
|
|
17
17
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
|
-
color: IconColor;
|
|
19
18
|
disabled: boolean;
|
|
20
19
|
size: ComponentSize;
|
|
20
|
+
color: IconColor;
|
|
21
21
|
iconPrefix: string;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
options: string[];
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
|
-
color: string;
|
|
65
64
|
size: string;
|
|
65
|
+
color: string;
|
|
66
66
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
export default _default;
|
|
@@ -68,11 +68,11 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
68
68
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
69
69
|
onKeyup?: (...args: any[]) => any;
|
|
70
70
|
}>, {
|
|
71
|
-
|
|
72
|
-
label: string;
|
|
71
|
+
disabled: boolean;
|
|
73
72
|
type: string;
|
|
74
73
|
required: boolean;
|
|
75
|
-
|
|
74
|
+
name: string;
|
|
75
|
+
label: string;
|
|
76
76
|
v: Record<string, unknown>;
|
|
77
77
|
customValidators: unknown[];
|
|
78
78
|
regleValidation: RegleFieldStatus<string>;
|
|
@@ -91,11 +91,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
91
91
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
92
92
|
onKeyup?: (...args: any[]) => any;
|
|
93
93
|
}>, {
|
|
94
|
-
|
|
95
|
-
label: string;
|
|
94
|
+
disabled: boolean;
|
|
96
95
|
type: string;
|
|
97
96
|
required: boolean;
|
|
98
|
-
|
|
97
|
+
name: string;
|
|
98
|
+
label: string;
|
|
99
99
|
v: Record<string, unknown>;
|
|
100
100
|
customValidators: unknown[];
|
|
101
101
|
regleValidation: RegleFieldStatus<string>;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
description: string;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
color: string;
|
|
25
24
|
size: string;
|
|
25
|
+
color: string;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
description: string;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
color: string;
|
|
25
24
|
size: string;
|
|
25
|
+
color: string;
|
|
26
26
|
}, {}, {
|
|
27
27
|
WtBrandLoader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
WtSpinnerLoader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
48
|
description: string;
|
|
49
49
|
};
|
|
50
50
|
}>> & Readonly<{}>, {
|
|
51
|
-
color: string;
|
|
52
51
|
size: string;
|
|
52
|
+
color: string;
|
|
53
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
export default _default;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
download: {
|
|
16
|
-
type: (
|
|
16
|
+
type: (StringConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
17
17
|
default: () => (url: any) => any;
|
|
18
18
|
};
|
|
19
19
|
mime: {
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
download: {
|
|
68
|
-
type: (
|
|
68
|
+
type: (StringConstructor | BooleanConstructor | FunctionConstructor)[];
|
|
69
69
|
default: () => (url: any) => any;
|
|
70
70
|
};
|
|
71
71
|
mime: {
|
|
@@ -96,8 +96,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
onClose?: (...args: any[]) => any;
|
|
97
97
|
onInitialized?: (...args: any[]) => any;
|
|
98
98
|
}>, {
|
|
99
|
-
position: string;
|
|
100
99
|
download: string | boolean | Function;
|
|
100
|
+
position: string;
|
|
101
101
|
autoplay: boolean;
|
|
102
102
|
loop: boolean;
|
|
103
103
|
hideDuration: boolean;
|
|
@@ -34,6 +34,7 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
|
34
34
|
onShow?: () => any;
|
|
35
35
|
onHide?: () => any;
|
|
36
36
|
}>, {
|
|
37
|
+
disabled: boolean;
|
|
37
38
|
dt: import("@primevue/core").DesignToken<any>;
|
|
38
39
|
pt: any;
|
|
39
40
|
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
@@ -43,7 +44,6 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
|
43
44
|
autoZIndex: boolean;
|
|
44
45
|
breakpoints: import("primevue").PopoverBreakpoints;
|
|
45
46
|
closeOnEscape: boolean | undefined;
|
|
46
|
-
disabled: boolean;
|
|
47
47
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
48
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
49
49
|
toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
@@ -56,6 +56,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
56
56
|
onShow?: () => any;
|
|
57
57
|
onHide?: () => any;
|
|
58
58
|
}>, {
|
|
59
|
+
disabled: boolean;
|
|
59
60
|
dt: import("@primevue/core").DesignToken<any>;
|
|
60
61
|
pt: any;
|
|
61
62
|
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
@@ -65,7 +66,6 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
65
66
|
autoZIndex: boolean;
|
|
66
67
|
breakpoints: import("primevue").PopoverBreakpoints;
|
|
67
68
|
closeOnEscape: boolean | undefined;
|
|
68
|
-
disabled: boolean;
|
|
69
69
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
71
71
|
export default _default;
|
|
@@ -40,8 +40,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
40
40
|
"onPopup:closed"?: () => any;
|
|
41
41
|
}>, {
|
|
42
42
|
disabled: boolean;
|
|
43
|
-
overflow: boolean;
|
|
44
43
|
size: ComponentSize;
|
|
44
|
+
overflow: boolean;
|
|
45
45
|
closable: boolean;
|
|
46
46
|
shown: boolean;
|
|
47
47
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -33,9 +33,9 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
33
33
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
34
|
"onUpdate:selected"?: (value: string | number | boolean | object) => any;
|
|
35
35
|
}>, {
|
|
36
|
-
label: string;
|
|
37
|
-
required: boolean;
|
|
38
36
|
disabled: boolean;
|
|
37
|
+
required: boolean;
|
|
38
|
+
label: string;
|
|
39
39
|
outline: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
41
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -43,9 +43,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
44
44
|
"onUpdate:selected"?: (value: string | number | boolean | object) => any;
|
|
45
45
|
}>, {
|
|
46
|
-
label: string;
|
|
47
|
-
required: boolean;
|
|
48
46
|
disabled: boolean;
|
|
47
|
+
required: boolean;
|
|
48
|
+
label: string;
|
|
49
49
|
outline: boolean;
|
|
50
50
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
51
51
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
$emit: (event: "click", ...args: any[]) => void;
|
|
3
|
-
|
|
4
|
-
icon: string;
|
|
3
|
+
active: boolean;
|
|
5
4
|
disabled: boolean;
|
|
6
5
|
size: string;
|
|
7
|
-
|
|
6
|
+
color: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
rounded: boolean;
|
|
8
9
|
wide: boolean;
|
|
9
10
|
loading: boolean;
|
|
10
11
|
iconPrefix: string;
|
|
11
|
-
rounded: boolean;
|
|
12
12
|
$props: {
|
|
13
|
-
readonly
|
|
14
|
-
readonly icon?: string;
|
|
13
|
+
readonly active?: boolean;
|
|
15
14
|
readonly disabled?: boolean;
|
|
16
15
|
readonly size?: string;
|
|
17
|
-
readonly
|
|
16
|
+
readonly color?: string;
|
|
17
|
+
readonly icon?: string;
|
|
18
|
+
readonly rounded?: boolean;
|
|
18
19
|
readonly wide?: boolean;
|
|
19
20
|
readonly loading?: boolean;
|
|
20
21
|
readonly iconPrefix?: string;
|
|
21
|
-
readonly rounded?: boolean;
|
|
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;
|
|
@@ -31,8 +31,8 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
32
32
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
33
33
|
}>, {
|
|
34
|
-
label: string;
|
|
35
34
|
disabled: boolean;
|
|
35
|
+
label: string;
|
|
36
36
|
labelProps: LabelProps;
|
|
37
37
|
labelLeft: boolean;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -41,8 +41,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
42
42
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
43
43
|
}>, {
|
|
44
|
-
label: string;
|
|
45
44
|
disabled: boolean;
|
|
45
|
+
label: string;
|
|
46
46
|
labelProps: LabelProps;
|
|
47
47
|
labelLeft: boolean;
|
|
48
48
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -168,11 +168,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
168
|
onInput?: (...args: any[]) => any;
|
|
169
169
|
onEnter?: (...args: any[]) => any;
|
|
170
170
|
}>, {
|
|
171
|
-
|
|
171
|
+
disabled: boolean;
|
|
172
172
|
value: string;
|
|
173
|
-
label: string;
|
|
174
173
|
required: boolean;
|
|
175
|
-
|
|
174
|
+
name: string;
|
|
175
|
+
label: string;
|
|
176
176
|
readonly: boolean;
|
|
177
177
|
rows: number;
|
|
178
178
|
autoresize: boolean;
|
|
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
123
|
}>> & Readonly<{
|
|
124
124
|
onInput?: (...args: any[]) => any;
|
|
125
125
|
}>, {
|
|
126
|
+
disabled: boolean;
|
|
126
127
|
value: number;
|
|
127
|
-
label: string;
|
|
128
128
|
required: boolean;
|
|
129
|
-
|
|
129
|
+
label: string;
|
|
130
130
|
hideInputInfo: boolean;
|
|
131
131
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
132
132
|
export default _default;
|
|
@@ -134,10 +134,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
134
|
description: string;
|
|
135
135
|
};
|
|
136
136
|
}>> & Readonly<{}>, {
|
|
137
|
+
disabled: boolean;
|
|
137
138
|
value: string | number;
|
|
138
|
-
label: string;
|
|
139
139
|
required: boolean;
|
|
140
|
-
|
|
140
|
+
label: string;
|
|
141
141
|
format: string;
|
|
142
142
|
dateMode: boolean;
|
|
143
143
|
noLabel: boolean;
|
|
@@ -1,11 +1,2 @@
|
|
|
1
1
|
export default ChatGatewayProvider;
|
|
2
|
-
|
|
3
|
-
TELEGRAM_BOT: "telegram";
|
|
4
|
-
TELEGRAM_APP: "gotd";
|
|
5
|
-
MESSENGER: "messenger";
|
|
6
|
-
VIBER: "viber";
|
|
7
|
-
WEBCHAT: "webchat";
|
|
8
|
-
INFOBIP: "infobip_whatsapp";
|
|
9
|
-
CUSTOM: "custom";
|
|
10
|
-
PORTAL: "portal";
|
|
11
|
-
}>;
|
|
2
|
+
import { ChatGatewayProvider } from '@webitel/api-services/enums';
|
package/types/enums/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import AgentStatus from './AgentStatus/AgentStatus.enum.js';
|
|
|
3
3
|
import { ButtonColor } from './ButtonColor/ButtonColor';
|
|
4
4
|
import { ButtonVariant } from './ButtonVariant/ButtonVariant';
|
|
5
5
|
import ChatGatewayProvider from './ChatGatewayProvider/ChatGatewayProvider.enum.js';
|
|
6
|
+
import ProviderIconType from './ChatGatewayProvider/ProviderIconType.enum';
|
|
6
7
|
import { ChipColor } from './ChipColor/ChipColor';
|
|
7
8
|
import { ComponentSize } from './ComponentSize/ComponentSize';
|
|
8
9
|
import { CrudAction } from './CrudAction/CrudAction';
|
|
@@ -21,4 +22,4 @@ import WebitelApplications from './WebitelApplications/WebitelApplications.enum.
|
|
|
21
22
|
import { WtApplication } from './WebitelApplications/WtApplication';
|
|
22
23
|
import { WtObject } from './WtObject/WtObject';
|
|
23
24
|
import { WtTypeExtensionFieldKind } from './WtTypeExtensionFieldKind/WtTypeExtensionFieldKind';
|
|
24
|
-
export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, CrmSections, CrudAction, EmptyCause, IconAction, IconColor, ProcessingTableColumnType, QueueType, RelativeDatetimeValue, SupervisorSections, TypesExportedSettings, WebitelApplications, WtApplication, WtObject, WtTypeExtensionFieldKind, };
|
|
25
|
+
export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, CrmSections, CrudAction, EmptyCause, IconAction, IconColor, ProcessingTableColumnType, ProviderIconType, QueueType, RelativeDatetimeValue, SupervisorSections, TypesExportedSettings, WebitelApplications, WtApplication, WtObject, WtTypeExtensionFieldKind, };
|
package/types/locale/en/en.d.ts
CHANGED
|
@@ -154,6 +154,11 @@ declare const _default: {
|
|
|
154
154
|
customization: {
|
|
155
155
|
customization: string;
|
|
156
156
|
};
|
|
157
|
+
chatGateway: string;
|
|
158
|
+
chat: {
|
|
159
|
+
chat: string;
|
|
160
|
+
draftPlaceholder: string;
|
|
161
|
+
};
|
|
157
162
|
queue: {
|
|
158
163
|
queue: string;
|
|
159
164
|
type: {
|
|
@@ -485,6 +490,9 @@ declare const _default: {
|
|
|
485
490
|
"add-contact": ({ linked }: {
|
|
486
491
|
linked: any;
|
|
487
492
|
}) => string;
|
|
493
|
+
chat: ({ linked }: {
|
|
494
|
+
linked: any;
|
|
495
|
+
}) => any;
|
|
488
496
|
};
|
|
489
497
|
};
|
|
490
498
|
errorPages: {
|
package/types/locale/es/es.d.ts
CHANGED
|
@@ -163,6 +163,12 @@ declare namespace _default {
|
|
|
163
163
|
let customization_1: string;
|
|
164
164
|
export { customization_1 as customization };
|
|
165
165
|
}
|
|
166
|
+
export let chatGateway: string;
|
|
167
|
+
export namespace chat {
|
|
168
|
+
let chat_1: string;
|
|
169
|
+
export { chat_1 as chat };
|
|
170
|
+
export let draftPlaceholder: string;
|
|
171
|
+
}
|
|
166
172
|
export namespace queue {
|
|
167
173
|
let queue_1: string;
|
|
168
174
|
export { queue_1 as queue };
|
|
@@ -193,7 +199,8 @@ declare namespace _default {
|
|
|
193
199
|
let name_1: string;
|
|
194
200
|
export { name_1 as name };
|
|
195
201
|
export namespace type_2 {
|
|
196
|
-
|
|
202
|
+
let chat_2: string;
|
|
203
|
+
export { chat_2 as chat };
|
|
197
204
|
let voice_1: string;
|
|
198
205
|
export { voice_1 as voice };
|
|
199
206
|
export let service: string;
|
|
@@ -236,8 +243,8 @@ declare namespace _default {
|
|
|
236
243
|
export namespace type_3 {
|
|
237
244
|
export let call: string;
|
|
238
245
|
export let email: string;
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
246
|
+
let chat_3: string;
|
|
247
|
+
export { chat_3 as chat };
|
|
241
248
|
export let task: string;
|
|
242
249
|
}
|
|
243
250
|
export { type_3 as type };
|
|
@@ -650,6 +657,9 @@ declare namespace _default {
|
|
|
650
657
|
"add-contact": ({ linked }: {
|
|
651
658
|
linked: any;
|
|
652
659
|
}) => string;
|
|
660
|
+
chat: ({ linked }: {
|
|
661
|
+
linked: any;
|
|
662
|
+
}) => any;
|
|
653
663
|
};
|
|
654
664
|
}
|
|
655
665
|
export namespace errorPages {
|