@webitel/ui-sdk 25.12.22 → 25.12.24
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-BATb8us8.js → install-Dlm9F6VX.js} +32241 -31437
- package/dist/plyr-C2xH9S2_.js +4350 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1454 -1359
- package/dist/{vidstack-Bq6c3Bam-B5h_x9kk.js → vidstack-Bq6c3Bam-LBg_N7NA.js} +29 -29
- package/dist/{vidstack-D2pY00kU-BI2LQ2NB.js → vidstack-D2pY00kU-B54jdjLZ.js} +18 -18
- package/dist/{vidstack-DDXt6fpN-KOmbhUFP.js → vidstack-DDXt6fpN-0R_qWhr7.js} +3 -3
- package/dist/{vidstack-D_-9AA6_-CKab151b.js → vidstack-D_-9AA6_-C20rEPA8.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-CD09gN1L.js → vidstack-DqAw8m9J-BVoQCcQn.js} +7 -7
- package/dist/{vidstack-audio-CP_4Jlp4.js → vidstack-audio-CVUfqXtN.js} +2 -2
- package/dist/{vidstack-dash-Bi85pjuL.js → vidstack-dash-DH1tKEgp.js} +3 -3
- package/dist/{vidstack-google-cast-D6oB7NQl.js → vidstack-google-cast-Chb7A1N-.js} +33 -33
- package/dist/{vidstack-hls-Cz-PODGP.js → vidstack-hls-isJ6fzIa.js} +3 -3
- package/dist/{vidstack-video-CUY9WLHu.js → vidstack-video-Oj0vav_S.js} +12 -12
- package/dist/{vidstack-vimeo-DHTBZNH2.js → vidstack-vimeo-t7YlxjO1.js} +18 -18
- package/dist/{vidstack-youtube-MY6oQlln.js → vidstack-youtube-Dx4AYrj5.js} +22 -22
- package/package.json +4 -4
- package/src/install.ts +1 -1
- package/types/api/clients/media/media.d.ts +3 -3
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +2 -14
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -0
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +2 -55
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +2 -0
- package/types/components/wt-badge/wt-badge.vue.d.ts +1 -1
- package/types/components/wt-button/wt-button.vue.d.ts +2 -48
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +2 -27
- package/types/components/wt-chip/wt-chip.vue.d.ts +2 -7
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +1 -0
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +1 -0
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +4 -4
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +3 -0
- package/types/components/wt-empty/wt-empty.vue.d.ts +7 -0
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +2 -0
- package/types/components/wt-image/wt-image.vue.d.ts +2 -17
- package/types/components/wt-input/wt-input.vue.d.ts +4 -52
- package/types/components/wt-label/wt-label.vue.d.ts +2 -4
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +3 -0
- package/types/components/wt-pagination/wt-pagination.vue.d.ts +1 -1
- package/types/components/wt-popover/wt-popover.vue.d.ts +2 -32
- package/types/components/wt-radio/wt-radio.vue.d.ts +2 -22
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +2 -97
- package/types/components/wt-select/wt-select.vue.d.ts +4 -1
- package/types/components/wt-slider/wt-slider.vue.d.ts +1 -1
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +1 -0
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +2 -20
- package/types/components/wt-table/wt-table.vue.d.ts +2 -88
- package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +4 -1
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +4 -48
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +1 -0
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +2 -34
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +2 -30
- package/types/install.d.ts +1 -1
- package/types/modules/Userinfo/api/userinfo.d.ts +1 -1
- package/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +1 -1
- package/dist/plyr.min-BRLz1cd6.js +0 -2260
|
@@ -34,59 +34,15 @@ interface Props extends /* @vue-ignore */ TextareaProps {
|
|
|
34
34
|
}>;
|
|
35
35
|
}
|
|
36
36
|
type __VLS_Props = Props;
|
|
37
|
-
declare const model: import("vue").ModelRef<string, string, string, string>;
|
|
38
|
-
declare const emit: (event: "enter" | "blur" | "keydown" | "paste", ...args: any[]) => void;
|
|
39
|
-
declare const isScrollHidden: import("vue").Ref<boolean, boolean>;
|
|
40
|
-
declare const isValidation: import("vue").ComputedRef<boolean>, invalid: import("vue").ComputedRef<boolean>, validationText: import("vue").ComputedRef<string>;
|
|
41
|
-
declare const handleKeypress: (event: KeyboardEvent) => void;
|
|
42
|
-
declare const handleInput: () => void;
|
|
43
37
|
type __VLS_PublicProps = __VLS_Props & {
|
|
44
38
|
modelValue?: string;
|
|
45
39
|
};
|
|
46
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
47
40
|
declare var __VLS_5: {
|
|
48
41
|
label: string;
|
|
49
42
|
};
|
|
50
|
-
type __VLS_Slots =
|
|
43
|
+
type __VLS_Slots = {} & {
|
|
51
44
|
label?: (props: typeof __VLS_5) => any;
|
|
52
|
-
}
|
|
53
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
54
|
-
model: typeof model;
|
|
55
|
-
emit: typeof emit;
|
|
56
|
-
isScrollHidden: typeof isScrollHidden;
|
|
57
|
-
isValidation: typeof isValidation;
|
|
58
|
-
invalid: typeof invalid;
|
|
59
|
-
validationText: typeof validationText;
|
|
60
|
-
handleKeypress: typeof handleKeypress;
|
|
61
|
-
handleInput: typeof handleInput;
|
|
62
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
enter: (...args: any[]) => void;
|
|
64
|
-
blur: (...args: any[]) => void;
|
|
65
|
-
keydown: (...args: any[]) => void;
|
|
66
|
-
paste: (...args: any[]) => void;
|
|
67
|
-
"update:modelValue": (value: string) => void;
|
|
68
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
69
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
70
|
-
onEnter?: (...args: any[]) => any;
|
|
71
|
-
onBlur?: (...args: any[]) => any;
|
|
72
|
-
onKeydown?: (...args: any[]) => any;
|
|
73
|
-
onPaste?: (...args: any[]) => any;
|
|
74
|
-
}>, {
|
|
75
|
-
disabled: boolean;
|
|
76
|
-
required: boolean;
|
|
77
|
-
name: string;
|
|
78
|
-
label: string;
|
|
79
|
-
v: any;
|
|
80
|
-
placeholder: string;
|
|
81
|
-
labelProps: Record<string, any>;
|
|
82
|
-
customValidators: Array<{
|
|
83
|
-
name: string;
|
|
84
|
-
text: string;
|
|
85
|
-
}>;
|
|
86
|
-
readonly: boolean;
|
|
87
|
-
rows: number;
|
|
88
|
-
autoresize: boolean;
|
|
89
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
};
|
|
90
46
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
91
47
|
enter: (...args: any[]) => void;
|
|
92
48
|
blur: (...args: any[]) => void;
|
|
@@ -94,8 +50,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
94
50
|
paste: (...args: any[]) => void;
|
|
95
51
|
"update:modelValue": (value: string) => void;
|
|
96
52
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
97
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
98
53
|
onEnter?: (...args: any[]) => any;
|
|
54
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
99
55
|
onBlur?: (...args: any[]) => any;
|
|
100
56
|
onKeydown?: (...args: any[]) => any;
|
|
101
57
|
onPaste?: (...args: any[]) => any;
|
|
@@ -104,8 +60,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
104
60
|
required: boolean;
|
|
105
61
|
name: string;
|
|
106
62
|
label: string;
|
|
107
|
-
v: any;
|
|
108
63
|
placeholder: string;
|
|
64
|
+
v: any;
|
|
109
65
|
labelProps: Record<string, any>;
|
|
110
66
|
customValidators: Array<{
|
|
111
67
|
name: string;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import WtCheckbox from '../wt-checkbox/wt-checkbox.vue';
|
|
2
1
|
import type { WtTableHeader } from '../wt-table/types/WtTable.d.ts';
|
|
3
|
-
import WtTreeTableRow from '../wt-tree-table-row/wt-tree-table-row.vue';
|
|
4
2
|
type __VLS_Props = {
|
|
5
3
|
/**
|
|
6
4
|
* 'Accepts list of header objects. Draws text depending on "text" property, looks for data values through "value", "show" boolean controls visibility of a column (if undefined, all visible by default). ' Column width is calculated by "width" param. By default, sets minmax(150px, 1fr). '
|
|
@@ -32,49 +30,19 @@ type __VLS_Props = {
|
|
|
32
30
|
*/
|
|
33
31
|
searchedProp?: string;
|
|
34
32
|
};
|
|
35
|
-
declare const selectedElements: import("vue").ComputedRef<Record<string, any>[]>;
|
|
36
|
-
declare const isAllSelected: import("vue").ComputedRef<boolean>;
|
|
37
|
-
declare const dataHeaders: import("vue").ComputedRef<WtTableHeader[]>;
|
|
38
|
-
declare const isColSortable: ({ sort }: WtTableHeader) => boolean;
|
|
39
|
-
declare const sort: (col: WtTableHeader) => void;
|
|
40
|
-
declare const selectAll: () => void;
|
|
41
|
-
declare const handleSelection: (row: any, select: any) => void;
|
|
42
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
43
33
|
declare var __VLS_16: {}, __VLS_25: {
|
|
44
34
|
item: any;
|
|
45
35
|
}, __VLS_28: string, __VLS_29: {
|
|
46
36
|
index: number;
|
|
47
37
|
item: any;
|
|
48
38
|
};
|
|
49
|
-
type __VLS_Slots =
|
|
39
|
+
type __VLS_Slots = {} & {
|
|
50
40
|
[K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
|
|
51
41
|
} & {
|
|
52
42
|
'actions-header'?: (props: typeof __VLS_16) => any;
|
|
53
43
|
} & {
|
|
54
44
|
actions?: (props: typeof __VLS_25) => any;
|
|
55
|
-
}
|
|
56
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
57
|
-
WtCheckbox: typeof WtCheckbox;
|
|
58
|
-
WtTreeTableRow: typeof WtTreeTableRow;
|
|
59
|
-
selectedElements: typeof selectedElements;
|
|
60
|
-
isAllSelected: typeof isAllSelected;
|
|
61
|
-
dataHeaders: typeof dataHeaders;
|
|
62
|
-
isColSortable: typeof isColSortable;
|
|
63
|
-
sort: typeof sort;
|
|
64
|
-
selectAll: typeof selectAll;
|
|
65
|
-
handleSelection: typeof handleSelection;
|
|
66
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
-
sort: (...args: any[]) => void;
|
|
68
|
-
"update:selected": (...args: any[]) => void;
|
|
69
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
70
|
-
onSort?: (...args: any[]) => any;
|
|
71
|
-
"onUpdate:selected"?: (...args: any[]) => any;
|
|
72
|
-
}>, {
|
|
73
|
-
sortable: boolean;
|
|
74
|
-
selectable: boolean;
|
|
75
|
-
gridActions: boolean;
|
|
76
|
-
searchedProp: string;
|
|
77
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
};
|
|
78
46
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
79
47
|
sort: (...args: any[]) => void;
|
|
80
48
|
"update:selected": (...args: any[]) => void;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import WtCheckbox from '../wt-checkbox/wt-checkbox.vue';
|
|
2
|
-
import WtIconBtn from '../wt-icon-btn/wt-icon-btn.vue';
|
|
3
1
|
import type { WtTableHeader } from '../wt-table/types/WtTable.d.ts';
|
|
4
2
|
type __VLS_Props = {
|
|
5
3
|
/**
|
|
@@ -27,12 +25,6 @@ type __VLS_Props = {
|
|
|
27
25
|
*/
|
|
28
26
|
searchedProp?: string;
|
|
29
27
|
};
|
|
30
|
-
declare const collapsed: import("vue").Ref<boolean, boolean>;
|
|
31
|
-
declare const lineCount: import("vue").ComputedRef<number>;
|
|
32
|
-
declare const childLevel: import("vue").ComputedRef<number>;
|
|
33
|
-
declare const isSelectedRow: import("vue").ComputedRef<boolean>;
|
|
34
|
-
declare const openCollapse: () => void;
|
|
35
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
36
28
|
declare var __VLS_16: string, __VLS_17: {
|
|
37
29
|
index: number;
|
|
38
30
|
item: Record<string, unknown>;
|
|
@@ -40,7 +32,7 @@ declare var __VLS_16: string, __VLS_17: {
|
|
|
40
32
|
index: number;
|
|
41
33
|
item: Record<string, unknown>;
|
|
42
34
|
}, __VLS_31: string, __VLS_32: any, __VLS_34: any;
|
|
43
|
-
type __VLS_Slots =
|
|
35
|
+
type __VLS_Slots = {} & {
|
|
44
36
|
[K in NonNullable<typeof __VLS_16>]?: (props: typeof __VLS_17) => any;
|
|
45
37
|
} & {
|
|
46
38
|
[K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
|
|
@@ -48,27 +40,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
48
40
|
actions?: (props: typeof __VLS_19) => any;
|
|
49
41
|
} & {
|
|
50
42
|
actions?: (props: typeof __VLS_34) => any;
|
|
51
|
-
}
|
|
52
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
53
|
-
WtCheckbox: typeof WtCheckbox;
|
|
54
|
-
WtIconBtn: typeof WtIconBtn;
|
|
55
|
-
collapsed: typeof collapsed;
|
|
56
|
-
lineCount: typeof lineCount;
|
|
57
|
-
childLevel: typeof childLevel;
|
|
58
|
-
isSelectedRow: typeof isSelectedRow;
|
|
59
|
-
openCollapse: typeof openCollapse;
|
|
60
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
|
-
"update:selected": (...args: any[]) => void;
|
|
62
|
-
"expanded-collapse": (...args: any[]) => void;
|
|
63
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
64
|
-
"onUpdate:selected"?: (...args: any[]) => any;
|
|
65
|
-
"onExpanded-collapse"?: (...args: any[]) => any;
|
|
66
|
-
}>, {
|
|
67
|
-
selectable: boolean;
|
|
68
|
-
gridActions: boolean;
|
|
69
|
-
searchedProp: string;
|
|
70
|
-
nestingLevel: number;
|
|
71
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
};
|
|
72
44
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
45
|
"update:selected": (...args: any[]) => void;
|
|
74
46
|
"expanded-collapse": (...args: any[]) => void;
|
package/types/install.d.ts
CHANGED
|
@@ -10,6 +10,6 @@ declare function userinfo(instance: any): {
|
|
|
10
10
|
permissions: import("../v2/types/UserAccess").GlobalAccessApiResponseItem[];
|
|
11
11
|
userId: string;
|
|
12
12
|
}>;
|
|
13
|
-
logout: () => Promise<import("axios").AxiosResponse<any, any>>;
|
|
13
|
+
logout: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
14
14
|
getUiVisibilityAccess: () => Promise<import("../v2/types/UserAccess").VisibilityAccess>;
|
|
15
15
|
};
|
|
@@ -7,5 +7,5 @@ declare const getSession: () => Promise<{
|
|
|
7
7
|
userId: string;
|
|
8
8
|
}>;
|
|
9
9
|
declare const getUiVisibilityAccess: () => Promise<VisibilityAccess>;
|
|
10
|
-
declare const logout: () => Promise<import("axios").AxiosResponse<any, any>>;
|
|
10
|
+
declare const logout: () => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
11
11
|
export { getSession, getUiVisibilityAccess, logout, setInstance, };
|