@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
|
@@ -30,25 +30,32 @@ type __VLS_Slots = {
|
|
|
30
30
|
media?: (props: {
|
|
31
31
|
size: "2xs" | "sm" | "md";
|
|
32
32
|
}) => any;
|
|
33
|
+
} & {
|
|
33
34
|
headline?: (props: {
|
|
34
35
|
headline: string;
|
|
35
36
|
}) => any;
|
|
37
|
+
} & {
|
|
36
38
|
title?: (props: {
|
|
37
39
|
title: string;
|
|
38
40
|
}) => any;
|
|
41
|
+
} & {
|
|
39
42
|
text?: (props: {
|
|
40
43
|
text: string;
|
|
41
44
|
}) => any;
|
|
45
|
+
} & {
|
|
42
46
|
default?: (props: {
|
|
43
47
|
size: string;
|
|
44
48
|
}) => any;
|
|
49
|
+
} & {
|
|
45
50
|
actions?: (props: {
|
|
46
51
|
onPrimaryClick: (params: any) => void;
|
|
47
52
|
onSecondaryClick: (params: any) => void;
|
|
48
53
|
}) => any;
|
|
54
|
+
} & {
|
|
49
55
|
'primary-action'?: (props: {
|
|
50
56
|
onPrimaryClick: (params: any) => void;
|
|
51
57
|
}) => any;
|
|
58
|
+
} & {
|
|
52
59
|
'secondary-action'?: (props: {
|
|
53
60
|
onSecondaryClick: (params: any) => void;
|
|
54
61
|
}) => any;
|
|
@@ -14,10 +14,12 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
type __VLS_Slots = {
|
|
16
16
|
title?: (props: {}) => any;
|
|
17
|
+
} & {
|
|
17
18
|
actions?: (props: {
|
|
18
19
|
open: typeof open;
|
|
19
20
|
opened: boolean;
|
|
20
21
|
}) => any;
|
|
22
|
+
} & {
|
|
21
23
|
default?: (props: {}) => any;
|
|
22
24
|
};
|
|
23
25
|
declare function open(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IconColor } from '../../enums';
|
|
2
1
|
declare const sizeToUnits: {
|
|
3
2
|
readonly '3xs': "32px";
|
|
4
3
|
readonly '2xs': "64px";
|
|
@@ -23,27 +22,13 @@ type __VLS_Props = {
|
|
|
23
22
|
overlayIcon?: string;
|
|
24
23
|
overlayIconPrefix?: string;
|
|
25
24
|
};
|
|
26
|
-
declare const emit: (event: "click", ...args: any[]) => void;
|
|
27
|
-
declare const width: import("vue").ComputedRef<string | number>;
|
|
28
|
-
declare const height: import("vue").ComputedRef<string | number>;
|
|
29
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
30
25
|
declare var __VLS_1: {
|
|
31
26
|
alt: string;
|
|
32
27
|
src: string | object;
|
|
33
28
|
};
|
|
34
|
-
type __VLS_Slots =
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
35
30
|
default?: (props: typeof __VLS_1) => any;
|
|
36
|
-
}
|
|
37
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
38
|
-
IconColor: typeof IconColor;
|
|
39
|
-
emit: typeof emit;
|
|
40
|
-
width: typeof width;
|
|
41
|
-
height: typeof height;
|
|
42
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
-
click: (...args: any[]) => void;
|
|
44
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
45
|
-
onClick?: (...args: any[]) => any;
|
|
46
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
};
|
|
47
32
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
33
|
click: (...args: any[]) => void;
|
|
49
34
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -17,69 +17,21 @@ type __VLS_Props = {
|
|
|
17
17
|
regleValidation?: RegleFieldStatus<string>;
|
|
18
18
|
customValidators?: unknown[];
|
|
19
19
|
};
|
|
20
|
-
declare const isValidation: import("vue").ComputedRef<boolean>, invalid: import("vue").ComputedRef<boolean>, validationText: import("vue").ComputedRef<string>;
|
|
21
|
-
declare const inputType: import("vue").Ref<string, string>;
|
|
22
|
-
declare const AfterWrapper: import("vue").Ref<any, any>;
|
|
23
|
-
declare const WtInput: import("vue").Ref<any, any>;
|
|
24
|
-
declare const isPasswordVisible: import("vue").Ref<boolean, boolean>;
|
|
25
|
-
declare const inputValue: import("vue").ComputedRef<string | number>;
|
|
26
|
-
declare const hasLabel: import("vue").ComputedRef<boolean>;
|
|
27
|
-
declare const requiredLabel: import("vue").ComputedRef<string>;
|
|
28
|
-
declare const isPassword: import("vue").ComputedRef<boolean>;
|
|
29
|
-
declare const showPasswordIcon: import("vue").ComputedRef<"eye--closed" | "eye--opened">;
|
|
30
|
-
declare function inputHandler(event: any): void;
|
|
31
20
|
declare function switchVisibilityPassword(): void;
|
|
32
21
|
declare function focus(): void;
|
|
33
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
34
22
|
declare var __VLS_5: {
|
|
35
23
|
label: string;
|
|
36
24
|
}, __VLS_7: {}, __VLS_9: {
|
|
37
25
|
isPasswordVisible: boolean;
|
|
38
26
|
switchVisibilityPassword: typeof switchVisibilityPassword;
|
|
39
27
|
};
|
|
40
|
-
type __VLS_Slots =
|
|
28
|
+
type __VLS_Slots = {} & {
|
|
41
29
|
label?: (props: typeof __VLS_5) => any;
|
|
42
30
|
} & {
|
|
43
31
|
'after-input'?: (props: typeof __VLS_7) => any;
|
|
44
32
|
} & {
|
|
45
33
|
'show-password'?: (props: typeof __VLS_9) => any;
|
|
46
|
-
}
|
|
47
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
48
|
-
isValidation: typeof isValidation;
|
|
49
|
-
invalid: typeof invalid;
|
|
50
|
-
validationText: typeof validationText;
|
|
51
|
-
inputType: typeof inputType;
|
|
52
|
-
AfterWrapper: typeof AfterWrapper;
|
|
53
|
-
WtInput: typeof WtInput;
|
|
54
|
-
isPasswordVisible: typeof isPasswordVisible;
|
|
55
|
-
inputValue: typeof inputValue;
|
|
56
|
-
hasLabel: typeof hasLabel;
|
|
57
|
-
requiredLabel: typeof requiredLabel;
|
|
58
|
-
isPassword: typeof isPassword;
|
|
59
|
-
showPasswordIcon: typeof showPasswordIcon;
|
|
60
|
-
inputHandler: typeof inputHandler;
|
|
61
|
-
switchVisibilityPassword: typeof switchVisibilityPassword;
|
|
62
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
input: (...args: any[]) => void;
|
|
64
|
-
"update:modelValue": (...args: any[]) => void;
|
|
65
|
-
keyup: (...args: any[]) => void;
|
|
66
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
67
|
-
onInput?: (...args: any[]) => any;
|
|
68
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
69
|
-
onKeyup?: (...args: any[]) => any;
|
|
70
|
-
}>, {
|
|
71
|
-
disabled: boolean;
|
|
72
|
-
type: string;
|
|
73
|
-
required: boolean;
|
|
74
|
-
name: string;
|
|
75
|
-
label: string;
|
|
76
|
-
v: Record<string, unknown>;
|
|
77
|
-
customValidators: unknown[];
|
|
78
|
-
regleValidation: RegleFieldStatus<string>;
|
|
79
|
-
hasShowPassword: boolean;
|
|
80
|
-
numberMin: number;
|
|
81
|
-
preventTrim: boolean;
|
|
82
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
};
|
|
83
35
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
84
36
|
focus: typeof focus;
|
|
85
37
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -97,11 +49,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
97
49
|
name: string;
|
|
98
50
|
label: string;
|
|
99
51
|
v: Record<string, unknown>;
|
|
100
|
-
customValidators: unknown[];
|
|
101
|
-
regleValidation: RegleFieldStatus<string>;
|
|
102
52
|
hasShowPassword: boolean;
|
|
103
53
|
numberMin: number;
|
|
104
54
|
preventTrim: boolean;
|
|
55
|
+
regleValidation: RegleFieldStatus<string>;
|
|
56
|
+
customValidators: unknown[];
|
|
105
57
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
106
58
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
107
59
|
export default _default;
|
|
@@ -4,12 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
required?: boolean;
|
|
5
5
|
hint?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
7
|
declare var __VLS_1: {};
|
|
9
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
10
9
|
default?: (props: typeof __VLS_1) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
};
|
|
13
11
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
13
|
export default _default;
|
|
@@ -25,7 +25,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
25
25
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
type __VLS_Slots = {
|
|
27
27
|
default?: (props: {}) => any;
|
|
28
|
+
} & {
|
|
28
29
|
title?: (props: {}) => any;
|
|
30
|
+
} & {
|
|
29
31
|
actions?: (props: {}) => any;
|
|
32
|
+
} & {
|
|
30
33
|
'primary-action'?: (props: {}) => any;
|
|
31
34
|
};
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
changeSize(value: any): void;
|
|
26
26
|
goNext(): void;
|
|
27
27
|
goPrev(): void;
|
|
28
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "next" | "change" | "prev")[], "input" | "next" | "change" | "prev", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
size: {
|
|
30
30
|
type: (StringConstructor | NumberConstructor)[];
|
|
31
31
|
};
|
|
@@ -2,13 +2,6 @@ import { PopoverProps } from 'primevue';
|
|
|
2
2
|
interface Props extends PopoverProps {
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const attrs: {
|
|
6
|
-
[x: string]: unknown;
|
|
7
|
-
};
|
|
8
|
-
declare const toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
9
|
-
declare const show: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
10
|
-
declare const hide: (event?: Event) => void;
|
|
11
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
12
5
|
declare var __VLS_1: {
|
|
13
6
|
show: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
14
7
|
toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
@@ -17,34 +10,11 @@ declare var __VLS_1: {
|
|
|
17
10
|
hide: (event?: Event) => void;
|
|
18
11
|
toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
19
12
|
};
|
|
20
|
-
type __VLS_Slots =
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
21
14
|
activator?: (props: typeof __VLS_1) => any;
|
|
22
15
|
} & {
|
|
23
16
|
default?: (props: typeof __VLS_9) => any;
|
|
24
|
-
}
|
|
25
|
-
declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
26
|
-
attrs: typeof attrs;
|
|
27
|
-
toggle: typeof toggle;
|
|
28
|
-
show: typeof show;
|
|
29
|
-
hide: typeof hide;
|
|
30
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
show: () => any;
|
|
32
|
-
hide: () => any;
|
|
33
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
34
|
-
onShow?: () => any;
|
|
35
|
-
onHide?: () => any;
|
|
36
|
-
}>, {
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
dt: import("@primevue/core").DesignToken<any>;
|
|
39
|
-
pt: any;
|
|
40
|
-
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
41
|
-
unstyled: boolean;
|
|
42
|
-
appendTo: import("@primevue/core").HintedString<"body" | "self"> | undefined | HTMLElement;
|
|
43
|
-
baseZIndex: number;
|
|
44
|
-
autoZIndex: boolean;
|
|
45
|
-
breakpoints: import("primevue").PopoverBreakpoints;
|
|
46
|
-
closeOnEscape: boolean | undefined;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
};
|
|
48
18
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
49
19
|
toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
50
20
|
show: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
@@ -7,37 +7,17 @@ interface Props extends RadioButtonProps {
|
|
|
7
7
|
outline?: boolean;
|
|
8
8
|
}
|
|
9
9
|
type __VLS_Props = Props;
|
|
10
|
-
declare const model: import("vue").ModelRef<string | number | boolean | object, string, string | number | boolean | object, string | number | boolean | object>;
|
|
11
|
-
declare const radioId: string;
|
|
12
|
-
declare const hasLabel: import("vue").ComputedRef<string | import("vue").Slot<any>>;
|
|
13
|
-
declare const isChecked: import("vue").ComputedRef<boolean>;
|
|
14
10
|
type __VLS_PublicProps = __VLS_Props & {
|
|
15
11
|
'selected': string | number | boolean | object;
|
|
16
12
|
};
|
|
17
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
18
13
|
declare var __VLS_9: {
|
|
19
14
|
label: string;
|
|
20
15
|
isChecked: boolean;
|
|
21
16
|
disabled: boolean;
|
|
22
17
|
};
|
|
23
|
-
type __VLS_Slots =
|
|
18
|
+
type __VLS_Slots = {} & {
|
|
24
19
|
label?: (props: typeof __VLS_9) => any;
|
|
25
|
-
}
|
|
26
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
27
|
-
model: typeof model;
|
|
28
|
-
radioId: typeof radioId;
|
|
29
|
-
hasLabel: typeof hasLabel;
|
|
30
|
-
isChecked: typeof isChecked;
|
|
31
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
-
"update:selected": (value: string | number | boolean | object) => any;
|
|
33
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
-
"onUpdate:selected"?: (value: string | number | boolean | object) => any;
|
|
35
|
-
}>, {
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
required: boolean;
|
|
38
|
-
label: string;
|
|
39
|
-
outline: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
};
|
|
41
21
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
22
|
"update:selected": (value: string | number | boolean | object) => any;
|
|
43
23
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -1,109 +1,14 @@
|
|
|
1
|
-
declare const invalid: import("vue").ComputedRef<boolean>;
|
|
2
|
-
declare const invalidColorProvider: import("vue").ComputedRef<"error" | "default">;
|
|
3
|
-
declare function handleInput(value: any): void;
|
|
4
|
-
declare function handleKeyup(event: any): void;
|
|
5
|
-
declare function updateSearchMode({ option }: {
|
|
6
|
-
option: any;
|
|
7
|
-
}): void;
|
|
8
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
1
|
declare var __VLS_1: {
|
|
10
2
|
invalid: boolean;
|
|
11
3
|
searchMode: string | Record<string, any>;
|
|
12
4
|
}, __VLS_39: {
|
|
13
5
|
invalid: boolean;
|
|
14
6
|
};
|
|
15
|
-
type __VLS_Slots =
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
16
8
|
'search-icon'?: (props: typeof __VLS_1) => any;
|
|
17
9
|
} & {
|
|
18
10
|
'additional-actions'?: (props: typeof __VLS_39) => any;
|
|
19
|
-
}
|
|
20
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
-
v: {
|
|
22
|
-
type: ObjectConstructor;
|
|
23
|
-
};
|
|
24
|
-
customValidators: {
|
|
25
|
-
type: ArrayConstructor;
|
|
26
|
-
default: () => any[];
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Current search-bar value (`v-model`)
|
|
30
|
-
*/
|
|
31
|
-
value: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* search-bar placeholder
|
|
37
|
-
*/
|
|
38
|
-
placeholder: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
};
|
|
41
|
-
hint: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
description: string;
|
|
44
|
-
};
|
|
45
|
-
searchMode: {
|
|
46
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
47
|
-
};
|
|
48
|
-
searchModeOptions: {
|
|
49
|
-
type: ArrayConstructor;
|
|
50
|
-
default: () => any[];
|
|
51
|
-
};
|
|
52
|
-
}>, {
|
|
53
|
-
invalid: typeof invalid;
|
|
54
|
-
invalidColorProvider: typeof invalidColorProvider;
|
|
55
|
-
handleInput: typeof handleInput;
|
|
56
|
-
handleKeyup: typeof handleKeyup;
|
|
57
|
-
updateSearchMode: typeof updateSearchMode;
|
|
58
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
-
search: (args_0: string) => any;
|
|
60
|
-
input: (args_0: string) => any;
|
|
61
|
-
enter: (args_0: string) => any;
|
|
62
|
-
"update:search-mode": (args_0: string | object) => any;
|
|
63
|
-
"change:search-mode": (args_0: string | object) => any;
|
|
64
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
v: {
|
|
66
|
-
type: ObjectConstructor;
|
|
67
|
-
};
|
|
68
|
-
customValidators: {
|
|
69
|
-
type: ArrayConstructor;
|
|
70
|
-
default: () => any[];
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* Current search-bar value (`v-model`)
|
|
74
|
-
*/
|
|
75
|
-
value: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* search-bar placeholder
|
|
81
|
-
*/
|
|
82
|
-
placeholder: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
};
|
|
85
|
-
hint: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
description: string;
|
|
88
|
-
};
|
|
89
|
-
searchMode: {
|
|
90
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
91
|
-
};
|
|
92
|
-
searchModeOptions: {
|
|
93
|
-
type: ArrayConstructor;
|
|
94
|
-
default: () => any[];
|
|
95
|
-
};
|
|
96
|
-
}>> & Readonly<{
|
|
97
|
-
onSearch?: (args_0: string) => any;
|
|
98
|
-
onInput?: (args_0: string) => any;
|
|
99
|
-
onEnter?: (args_0: string) => any;
|
|
100
|
-
"onUpdate:search-mode"?: (args_0: string | object) => any;
|
|
101
|
-
"onChange:search-mode"?: (args_0: string | object) => any;
|
|
102
|
-
}>, {
|
|
103
|
-
value: string;
|
|
104
|
-
customValidators: unknown[];
|
|
105
|
-
searchModeOptions: unknown[];
|
|
106
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
};
|
|
107
12
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
108
13
|
v: {
|
|
109
14
|
type: ObjectConstructor;
|
|
@@ -64,7 +64,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
ObserveVisibility: DirectiveOptions;
|
|
65
65
|
};
|
|
66
66
|
components: {
|
|
67
|
-
VueMultiselect:
|
|
67
|
+
VueMultiselect: import("vue").DefineComponent<import("vue-multiselect").ComponentProps, {}, {}, {}, {
|
|
68
|
+
activate(): void;
|
|
69
|
+
deactivate(): void;
|
|
70
|
+
}, import("vue").DefineComponent<import("vue-multiselect").MultiselectMixinProps> | import("vue").DefineComponent<import("vue-multiselect").PointerMixinProps>>;
|
|
68
71
|
};
|
|
69
72
|
props: {
|
|
70
73
|
options: {
|
|
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
step: number;
|
|
22
22
|
vertical: boolean;
|
|
23
|
+
max: number;
|
|
23
24
|
width: number;
|
|
24
25
|
min: number;
|
|
25
|
-
max: number;
|
|
26
26
|
height: number;
|
|
27
27
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
export default _default;
|
|
@@ -13,5 +13,6 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
13
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
type __VLS_Slots = {
|
|
15
15
|
description?: (props: {}) => any;
|
|
16
|
+
} & {
|
|
16
17
|
main?: (props: {}) => any;
|
|
17
18
|
};
|
|
@@ -9,35 +9,17 @@ interface Props extends ToggleSwitchProps {
|
|
|
9
9
|
labelProps?: LabelProps;
|
|
10
10
|
}
|
|
11
11
|
type __VLS_Props = Props;
|
|
12
|
-
declare const model: import("vue").ModelRef<boolean, string, boolean, boolean>;
|
|
13
|
-
declare const hasLabel: import("vue").ComputedRef<string | import("vue").Slot<any>>;
|
|
14
|
-
declare const switcherId: string;
|
|
15
12
|
type __VLS_PublicProps = __VLS_Props & {
|
|
16
13
|
modelValue?: boolean;
|
|
17
14
|
};
|
|
18
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
19
15
|
declare var __VLS_9: {
|
|
20
16
|
label: string;
|
|
21
17
|
value: any;
|
|
22
18
|
disabled: boolean;
|
|
23
19
|
};
|
|
24
|
-
type __VLS_Slots =
|
|
20
|
+
type __VLS_Slots = {} & {
|
|
25
21
|
label?: (props: typeof __VLS_9) => any;
|
|
26
|
-
}
|
|
27
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
28
|
-
model: typeof model;
|
|
29
|
-
hasLabel: typeof hasLabel;
|
|
30
|
-
switcherId: typeof switcherId;
|
|
31
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
-
"update:modelValue": (value: boolean) => any;
|
|
33
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
35
|
-
}>, {
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
label: string;
|
|
38
|
-
labelProps: LabelProps;
|
|
39
|
-
labelLeft: boolean;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
};
|
|
41
23
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
24
|
"update:modelValue": (value: boolean) => any;
|
|
43
25
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -52,39 +52,6 @@ interface Props extends DataTableProps {
|
|
|
52
52
|
loading?: boolean;
|
|
53
53
|
itemSize?: number | undefined;
|
|
54
54
|
}
|
|
55
|
-
declare const emit: (event: "sort" | "update:selected" | "reorder:row" | "column-resize" | "column-reorder", ...args: any[]) => void;
|
|
56
|
-
declare const tableKey: import("vue").Ref<number, number>;
|
|
57
|
-
declare const expandedRows: import("vue").Ref<any[], any[]>;
|
|
58
|
-
declare const _selected: import("vue").ComputedRef<unknown[]>;
|
|
59
|
-
declare const dataHeaders: import("vue").ComputedRef<WtTableHeader[]>;
|
|
60
|
-
declare const isColumnHidden: (col: any) => boolean;
|
|
61
|
-
declare const columnStyle: (col: any) => {
|
|
62
|
-
minWidth: any;
|
|
63
|
-
};
|
|
64
|
-
declare const isTableColumnFooters: import("vue").ComputedRef<boolean>;
|
|
65
|
-
declare const isTableFooter: import("vue").ComputedRef<boolean>;
|
|
66
|
-
declare const isAllSelected: import("vue").ComputedRef<boolean>;
|
|
67
|
-
declare const sort: ({ sortField }: {
|
|
68
|
-
sortField: any;
|
|
69
|
-
}) => void;
|
|
70
|
-
declare const isColSortable: ({ sort }: {
|
|
71
|
-
sort: any;
|
|
72
|
-
}) => boolean;
|
|
73
|
-
declare const selectAll: () => void;
|
|
74
|
-
declare const handleSelection: (row: any, select: any) => void;
|
|
75
|
-
declare const columnResize: ({ element }: {
|
|
76
|
-
element: any;
|
|
77
|
-
}) => void;
|
|
78
|
-
declare const columnReorder: () => void;
|
|
79
|
-
declare const isRowExpanded: (row: any) => boolean;
|
|
80
|
-
declare const toggleRow: (row: any) => void;
|
|
81
|
-
declare const virtualScroll: import("vue").ComputedRef<{
|
|
82
|
-
lazy: true;
|
|
83
|
-
onLazyLoad: (event: VirtualScrollerLazyEvent) => Promise<any>;
|
|
84
|
-
itemSize: number;
|
|
85
|
-
numToleratedItems: number;
|
|
86
|
-
}>;
|
|
87
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
88
55
|
declare var __VLS_60: `header-${string}`, __VLS_61: {
|
|
89
56
|
index: number;
|
|
90
57
|
header: WtTableHeader;
|
|
@@ -97,7 +64,7 @@ declare var __VLS_60: `header-${string}`, __VLS_61: {
|
|
|
97
64
|
}, __VLS_87: {
|
|
98
65
|
item: any;
|
|
99
66
|
}, __VLS_89: {};
|
|
100
|
-
type __VLS_Slots =
|
|
67
|
+
type __VLS_Slots = {} & {
|
|
101
68
|
[K in NonNullable<typeof __VLS_60>]?: (props: typeof __VLS_61) => any;
|
|
102
69
|
} & {
|
|
103
70
|
[K in NonNullable<typeof __VLS_72>]?: (props: typeof __VLS_73) => any;
|
|
@@ -111,60 +78,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
111
78
|
expansion?: (props: typeof __VLS_87) => any;
|
|
112
79
|
} & {
|
|
113
80
|
footer?: (props: typeof __VLS_89) => any;
|
|
114
|
-
}
|
|
115
|
-
declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
116
|
-
emit: typeof emit;
|
|
117
|
-
tableKey: typeof tableKey;
|
|
118
|
-
expandedRows: typeof expandedRows;
|
|
119
|
-
_selected: typeof _selected;
|
|
120
|
-
dataHeaders: typeof dataHeaders;
|
|
121
|
-
isColumnHidden: typeof isColumnHidden;
|
|
122
|
-
columnStyle: typeof columnStyle;
|
|
123
|
-
isTableColumnFooters: typeof isTableColumnFooters;
|
|
124
|
-
isTableFooter: typeof isTableFooter;
|
|
125
|
-
isAllSelected: typeof isAllSelected;
|
|
126
|
-
sort: typeof sort;
|
|
127
|
-
isColSortable: typeof isColSortable;
|
|
128
|
-
selectAll: typeof selectAll;
|
|
129
|
-
handleSelection: typeof handleSelection;
|
|
130
|
-
columnResize: typeof columnResize;
|
|
131
|
-
columnReorder: typeof columnReorder;
|
|
132
|
-
isRowExpanded: typeof isRowExpanded;
|
|
133
|
-
toggleRow: typeof toggleRow;
|
|
134
|
-
virtualScroll: typeof virtualScroll;
|
|
135
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
136
|
-
sort: (...args: any[]) => void;
|
|
137
|
-
"update:selected": (...args: any[]) => void;
|
|
138
|
-
"reorder:row": (...args: any[]) => void;
|
|
139
|
-
"column-resize": (...args: any[]) => void;
|
|
140
|
-
"column-reorder": (...args: any[]) => void;
|
|
141
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
142
|
-
onSort?: (...args: any[]) => any;
|
|
143
|
-
"onUpdate:selected"?: (...args: any[]) => any;
|
|
144
|
-
"onReorder:row"?: (...args: any[]) => any;
|
|
145
|
-
"onColumn-resize"?: (...args: any[]) => any;
|
|
146
|
-
"onColumn-reorder"?: (...args: any[]) => any;
|
|
147
|
-
}>, {
|
|
148
|
-
headers: WtTableHeader[];
|
|
149
|
-
data: Array<unknown>;
|
|
150
|
-
lazy: boolean;
|
|
151
|
-
sortable: boolean;
|
|
152
|
-
selectable: boolean;
|
|
153
|
-
gridActions: boolean;
|
|
154
|
-
fixedActions: boolean;
|
|
155
|
-
headless: boolean;
|
|
156
|
-
rowReorder: boolean;
|
|
157
|
-
isRowReorderDisabled: (row: any) => boolean;
|
|
158
|
-
rowExpansion: boolean;
|
|
159
|
-
rowClass: () => string;
|
|
160
|
-
rowStyle: () => {
|
|
161
|
-
[key: string]: string;
|
|
162
|
-
};
|
|
163
|
-
resizableColumns: boolean;
|
|
164
|
-
reorderableColumns: boolean;
|
|
165
|
-
rowExpansionDisabled: (row: object) => boolean;
|
|
166
|
-
itemSize: number | undefined;
|
|
167
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
|
+
};
|
|
168
82
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
169
83
|
sort: (...args: any[]) => void;
|
|
170
84
|
"update:selected": (...args: any[]) => void;
|
|
@@ -45,7 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
ObserveVisibility: DirectiveOptions;
|
|
46
46
|
};
|
|
47
47
|
components: {
|
|
48
|
-
VueMultiselect:
|
|
48
|
+
VueMultiselect: import("vue").DefineComponent<import("vue-multiselect").ComponentProps, {}, {}, {}, {
|
|
49
|
+
activate(): void;
|
|
50
|
+
deactivate(): void;
|
|
51
|
+
}, import("vue").DefineComponent<import("vue-multiselect").MultiselectMixinProps> | import("vue").DefineComponent<import("vue-multiselect").PointerMixinProps>>;
|
|
49
52
|
};
|
|
50
53
|
props: {
|
|
51
54
|
options: {
|