@webitel/ui-sdk 26.8.2 → 26.8.4
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/package.json +9 -4
- package/src/components/index.d.ts +96 -0
- package/src/install.ts +12 -3
- package/src/types/ResultCallbacks.types.ts +5 -0
- package/src/types/index.ts +1 -0
- package/types/.tsbuildinfo +1 -1
- package/types/components/on-demand/wt-call-media-action/wt-call-media-action.vue.d.ts +2 -2
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +1 -1
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +1 -1
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +4 -4
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +1 -1
- package/types/components/transitions/wt-transition.vue.d.ts +2 -2
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +23 -23
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +1 -1
- package/types/components/wt-button/wt-button.vue.d.ts +2 -2
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +2 -2
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +2 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +12 -12
- package/types/components/wt-empty/wt-empty.vue.d.ts +2 -2
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +2 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +1 -1
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +2 -2
- package/types/components/wt-inline-add-panel/wt-inline-add-panel.vue.d.ts +1 -1
- package/types/components/wt-input-number/wt-input-number.vue.d.ts +4 -4
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -4
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +4 -4
- package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +4 -4
- package/types/components/wt-password/wt-password.vue.d.ts +2 -2
- package/types/components/wt-player/wt-player.vue.d.ts +1 -1
- 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 +2 -2
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +2 -2
- package/types/components/wt-slider/wt-slider.vue.d.ts +3 -3
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +1 -1
- package/types/components/wt-table/wt-table.vue.d.ts +4 -4
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +2 -2
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -3
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +3 -3
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -2
- package/types/mixins/validationMixin/useValidation.d.ts +1 -1
- package/types/mixins/validationMixin/validationMixin.d.ts +1 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +2 -2
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +4 -4
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +2 -2
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +2 -2
- package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +5 -5
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue.d.ts +1 -1
|
@@ -4,11 +4,11 @@ interface Props {
|
|
|
4
4
|
playingFileId?: string;
|
|
5
5
|
}
|
|
6
6
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
play: (file: EngineCallFile) => any;
|
|
8
7
|
stop: () => any;
|
|
8
|
+
play: (file: EngineCallFile) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
-
onPlay?: (file: EngineCallFile) => any;
|
|
11
10
|
onStop?: () => any;
|
|
11
|
+
onPlay?: (file: EngineCallFile) => any;
|
|
12
12
|
}>, {
|
|
13
13
|
playingFileId: string;
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -49,8 +49,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
"onInsert-emoji"?: (...args: any[]) => any;
|
|
51
51
|
}>, {
|
|
52
|
-
filled: boolean;
|
|
53
52
|
size: string;
|
|
53
|
+
filled: boolean;
|
|
54
54
|
rounded: boolean;
|
|
55
55
|
popupTeleportTo: string;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -25,9 +25,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
25
25
|
default: () => any[];
|
|
26
26
|
};
|
|
27
27
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
change: (...args: any[]) => void;
|
|
29
|
-
close: (...args: any[]) => void;
|
|
30
28
|
add: (...args: any[]) => void;
|
|
29
|
+
close: (...args: any[]) => void;
|
|
30
|
+
change: (...args: any[]) => void;
|
|
31
31
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
/**
|
|
33
33
|
* Popup title
|
|
@@ -49,9 +49,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
49
49
|
default: () => any[];
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{
|
|
52
|
-
onChange?: (...args: any[]) => any;
|
|
53
|
-
onClose?: (...args: any[]) => any;
|
|
54
52
|
onAdd?: (...args: any[]) => any;
|
|
53
|
+
onClose?: (...args: any[]) => any;
|
|
54
|
+
onChange?: (...args: any[]) => any;
|
|
55
55
|
}>, {
|
|
56
56
|
options: unknown[];
|
|
57
57
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -42,9 +42,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
44
|
mode: string;
|
|
45
|
-
appear: boolean;
|
|
46
45
|
duration: string;
|
|
47
46
|
pattern: string;
|
|
47
|
+
appear: boolean;
|
|
48
48
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
49
|
type __VLS_Slots = {
|
|
50
50
|
default?: (props: {}) => any;
|
|
@@ -39,10 +39,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
|
-
name: string;
|
|
43
42
|
mode: string;
|
|
44
|
-
|
|
43
|
+
name: string;
|
|
45
44
|
duration: string;
|
|
45
|
+
appear: boolean;
|
|
46
46
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
type __VLS_Slots = {
|
|
48
48
|
default?: (props: {}) => any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const tableActionsOrder: ("
|
|
2
|
-
export const sectionActionsOrder: ("
|
|
1
|
+
export const tableActionsOrder: ("delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout")[];
|
|
2
|
+
export const sectionActionsOrder: ("delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout")[];
|
|
@@ -89,75 +89,75 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{}>, {
|
|
92
|
-
mode: string;
|
|
93
92
|
disabled: boolean;
|
|
93
|
+
mode: string;
|
|
94
94
|
'sort:order': string;
|
|
95
95
|
include: unknown[];
|
|
96
96
|
exclude: unknown[];
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
98
|
type __VLS_Slots = {
|
|
99
|
-
|
|
100
|
-
action: "
|
|
101
|
-
size: string;
|
|
102
|
-
onClick: () => void;
|
|
103
|
-
}) => any;
|
|
104
|
-
sort?: (props: {
|
|
105
|
-
action: "copy" | "sort" | "filters" | "delete" | "refresh" | "add" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
99
|
+
delete?: (props: {
|
|
100
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
106
101
|
size: string;
|
|
107
102
|
onClick: () => void;
|
|
108
103
|
}) => any;
|
|
109
104
|
filters?: (props: {
|
|
110
|
-
action: "
|
|
111
|
-
size: string;
|
|
112
|
-
onClick: () => void;
|
|
113
|
-
}) => any;
|
|
114
|
-
delete?: (props: {
|
|
115
|
-
action: "copy" | "sort" | "filters" | "delete" | "refresh" | "add" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
105
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
116
106
|
size: string;
|
|
117
107
|
onClick: () => void;
|
|
118
108
|
}) => any;
|
|
119
109
|
refresh?: (props: {
|
|
120
|
-
action: "
|
|
110
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
121
111
|
size: string;
|
|
122
112
|
onClick: () => void;
|
|
123
113
|
}) => any;
|
|
124
114
|
add?: (props: {
|
|
125
|
-
action: "
|
|
115
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
126
116
|
size: string;
|
|
127
117
|
onClick: () => void;
|
|
128
118
|
}) => any;
|
|
129
119
|
upload?: (props: {
|
|
130
|
-
action: "
|
|
120
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
131
121
|
size: string;
|
|
132
122
|
onClick: () => void;
|
|
133
123
|
}) => any;
|
|
134
124
|
download?: (props: {
|
|
135
|
-
action: "
|
|
125
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
126
|
+
size: string;
|
|
127
|
+
onClick: () => void;
|
|
128
|
+
}) => any;
|
|
129
|
+
copy?: (props: {
|
|
130
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
136
131
|
size: string;
|
|
137
132
|
onClick: () => void;
|
|
138
133
|
}) => any;
|
|
139
134
|
columns?: (props: {
|
|
140
|
-
action: "
|
|
135
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
141
136
|
size: string;
|
|
142
137
|
onClick: () => void;
|
|
143
138
|
}) => any;
|
|
144
139
|
variables?: (props: {
|
|
145
|
-
action: "
|
|
140
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
146
141
|
size: string;
|
|
147
142
|
onClick: () => void;
|
|
148
143
|
}) => any;
|
|
149
144
|
"add-contact"?: (props: {
|
|
150
|
-
action: "
|
|
145
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
151
146
|
size: string;
|
|
152
147
|
onClick: () => void;
|
|
153
148
|
}) => any;
|
|
154
149
|
"download-pdf"?: (props: {
|
|
155
|
-
action: "
|
|
150
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
151
|
+
size: string;
|
|
152
|
+
onClick: () => void;
|
|
153
|
+
}) => any;
|
|
154
|
+
sort?: (props: {
|
|
155
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
156
156
|
size: string;
|
|
157
157
|
onClick: () => void;
|
|
158
158
|
}) => any;
|
|
159
159
|
logout?: (props: {
|
|
160
|
-
action: "
|
|
160
|
+
action: "delete" | "filters" | "refresh" | "add" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact" | "download-pdf" | "sort" | "logout";
|
|
161
161
|
size: string;
|
|
162
162
|
onClick: () => void;
|
|
163
163
|
}) => any;
|
|
@@ -10,8 +10,8 @@ type __VLS_Slots = {} & {
|
|
|
10
10
|
default?: (props: typeof __VLS_8) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
13
|
-
value: string | number;
|
|
14
13
|
size: ComponentSize;
|
|
14
|
+
value: string | number;
|
|
15
15
|
severity: BadgeSeverity;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -26,10 +26,10 @@ declare const __VLS_base: import("vue").DefineComponent<WtButtonProps, {}, {}, {
|
|
|
26
26
|
}, string, import("vue").PublicProps, Readonly<WtButtonProps> & Readonly<{
|
|
27
27
|
onClick?: (...args: any[]) => any;
|
|
28
28
|
}>, {
|
|
29
|
-
disabled: boolean;
|
|
30
29
|
size: ComponentSize;
|
|
31
|
-
|
|
30
|
+
disabled: boolean;
|
|
32
31
|
icon: string;
|
|
32
|
+
color: ButtonColor;
|
|
33
33
|
iconPrefix: string;
|
|
34
34
|
loading: boolean;
|
|
35
35
|
wide: boolean;
|
|
@@ -44,9 +44,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
45
45
|
"onUpdate:selected"?: (value: boolean | string[]) => any;
|
|
46
46
|
}>, {
|
|
47
|
-
value: string | boolean;
|
|
48
|
-
label: string;
|
|
49
47
|
disabled: boolean;
|
|
48
|
+
label: string;
|
|
49
|
+
value: string | boolean;
|
|
50
50
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
51
51
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
52
52
|
declare const _default: typeof __VLS_export;
|
|
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
default: () => string[];
|
|
40
40
|
};
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
|
-
click: (...args: any[]) => void;
|
|
43
42
|
"update:visible": (...args: any[]) => void;
|
|
43
|
+
click: (...args: any[]) => void;
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
options: {
|
|
46
46
|
type: ArrayConstructor;
|
|
@@ -76,8 +76,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
76
76
|
default: () => string[];
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{
|
|
79
|
-
onClick?: (...args: any[]) => any;
|
|
80
79
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
80
|
+
onClick?: (...args: any[]) => any;
|
|
81
81
|
}>, {
|
|
82
82
|
disabled: boolean;
|
|
83
83
|
pt: Record<string, any>;
|
|
@@ -25,33 +25,33 @@ type __VLS_Slots = {} & {
|
|
|
25
25
|
label?: (props: typeof __VLS_7) => any;
|
|
26
26
|
};
|
|
27
27
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
blur: () => any;
|
|
29
|
-
focus: () => any;
|
|
30
|
-
input: () => any;
|
|
31
|
-
keydown: () => any;
|
|
32
28
|
"update:modelValue": (...args: unknown[]) => any;
|
|
33
|
-
hide: () => any;
|
|
34
|
-
show: () => any;
|
|
35
29
|
"value-change": () => any;
|
|
30
|
+
focus: () => any;
|
|
31
|
+
blur: () => any;
|
|
32
|
+
show: () => any;
|
|
33
|
+
hide: () => any;
|
|
34
|
+
input: () => any;
|
|
36
35
|
"date-select": () => any;
|
|
37
36
|
"today-click": () => any;
|
|
38
37
|
"clear-click": () => any;
|
|
39
38
|
"month-change": () => any;
|
|
40
39
|
"year-change": () => any;
|
|
40
|
+
keydown: () => any;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
42
|
-
onBlur?: () => any;
|
|
43
|
-
onFocus?: () => any;
|
|
44
|
-
onInput?: () => any;
|
|
45
|
-
onKeydown?: () => any;
|
|
46
42
|
"onUpdate:modelValue"?: (...args: unknown[]) => any;
|
|
47
|
-
onHide?: () => any;
|
|
48
|
-
onShow?: () => any;
|
|
49
43
|
"onValue-change"?: () => any;
|
|
44
|
+
onFocus?: () => any;
|
|
45
|
+
onBlur?: () => any;
|
|
46
|
+
onShow?: () => any;
|
|
47
|
+
onHide?: () => any;
|
|
48
|
+
onInput?: () => any;
|
|
50
49
|
"onDate-select"?: () => any;
|
|
51
50
|
"onToday-click"?: () => any;
|
|
52
51
|
"onClear-click"?: () => any;
|
|
53
52
|
"onMonth-change"?: () => any;
|
|
54
53
|
"onYear-change"?: () => any;
|
|
54
|
+
onKeydown?: () => any;
|
|
55
55
|
}>, {
|
|
56
56
|
customValidators: unknown[];
|
|
57
57
|
labelProps: Record<string, unknown>;
|
|
@@ -133,9 +133,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
133
133
|
"onClick:primary"?: (...args: any[]) => any;
|
|
134
134
|
"onClick:secondary"?: (...args: any[]) => any;
|
|
135
135
|
}>, {
|
|
136
|
-
title: string;
|
|
137
|
-
text: string;
|
|
138
136
|
size: string;
|
|
137
|
+
text: string;
|
|
138
|
+
title: string;
|
|
139
139
|
headline: string;
|
|
140
140
|
primaryActionText: string;
|
|
141
141
|
secondaryActionText: string;
|
|
@@ -27,11 +27,11 @@ type __VLS_ModelProps = {
|
|
|
27
27
|
};
|
|
28
28
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
29
29
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
"update:visible": (value: boolean) => any;
|
|
31
30
|
"update:activeIndex": (value: number) => any;
|
|
31
|
+
"update:visible": (value: boolean) => any;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
33
|
-
"onUpdate:visible"?: (value: boolean) => any;
|
|
34
33
|
"onUpdate:activeIndex"?: (value: number) => any;
|
|
34
|
+
"onUpdate:visible"?: (value: boolean) => any;
|
|
35
35
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
declare const _default: typeof __VLS_export;
|
|
37
37
|
export default _default;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
16
|
onClick?: (...args: MouseEvent[]) => any;
|
|
17
17
|
}>, {
|
|
18
|
-
disabled: boolean;
|
|
19
18
|
size: ComponentSize;
|
|
19
|
+
disabled: boolean;
|
|
20
20
|
color: IconColor;
|
|
21
21
|
iconPrefix: string;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -53,7 +53,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
53
53
|
onClick?: (...args: any[]) => any;
|
|
54
54
|
onMousedown?: (...args: any[]) => any;
|
|
55
55
|
}>, {
|
|
56
|
-
disabled: boolean;
|
|
57
56
|
size: string;
|
|
57
|
+
disabled: boolean;
|
|
58
58
|
'sort:order': string;
|
|
59
59
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -17,7 +17,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
17
17
|
* @example '<wt-indicator text="Sample Text"></wt-indicator>'
|
|
18
18
|
*/
|
|
19
19
|
text: {
|
|
20
|
-
type: (
|
|
20
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
23
23
|
* The size of the component
|
|
@@ -49,7 +49,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
49
49
|
* @example '<wt-indicator text="Sample Text"></wt-indicator>'
|
|
50
50
|
*/
|
|
51
51
|
text: {
|
|
52
|
-
type: (
|
|
52
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* The size of the component
|
|
@@ -13,8 +13,8 @@ declare const __VLS_base: import("vue").DefineComponent<WtInlineAddPanel, {}, {}
|
|
|
13
13
|
onReset?: (...args: any[]) => any;
|
|
14
14
|
onSubmit?: (...args: any[]) => any;
|
|
15
15
|
}>, {
|
|
16
|
-
disabledAddAction: boolean;
|
|
17
16
|
direction: "row" | "column";
|
|
17
|
+
disabledAddAction: boolean;
|
|
18
18
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
20
|
declare const _default: typeof __VLS_export;
|
|
@@ -40,14 +40,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
40
40
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
41
41
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
42
42
|
}>, {
|
|
43
|
-
required: boolean;
|
|
44
|
-
label: string;
|
|
45
43
|
disabled: boolean;
|
|
46
|
-
|
|
44
|
+
label: string;
|
|
45
|
+
required: boolean;
|
|
47
46
|
step: number;
|
|
48
|
-
customValidators: unknown[];
|
|
49
47
|
min: number;
|
|
50
48
|
max: number;
|
|
49
|
+
placeholder: string;
|
|
50
|
+
customValidators: unknown[];
|
|
51
51
|
v: Record<string, unknown>;
|
|
52
52
|
regleValidation: RegleFieldStatus<number>;
|
|
53
53
|
labelProps: Record<string, unknown>;
|
|
@@ -37,11 +37,11 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
37
37
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
38
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
39
39
|
}>, {
|
|
40
|
-
type: string;
|
|
41
|
-
required: boolean;
|
|
42
|
-
label: string;
|
|
43
|
-
disabled: boolean;
|
|
44
40
|
size: string | null;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
label: string;
|
|
43
|
+
required: boolean;
|
|
44
|
+
type: string;
|
|
45
45
|
placeholder: string;
|
|
46
46
|
customValidators: unknown[];
|
|
47
47
|
v: Record<string, unknown>;
|
|
@@ -28,7 +28,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
28
28
|
* @deprecated
|
|
29
29
|
*/
|
|
30
30
|
id: {
|
|
31
|
-
type: (
|
|
31
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
@@ -66,7 +66,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
66
66
|
* @deprecated
|
|
67
67
|
*/
|
|
68
68
|
id: {
|
|
69
|
-
type: (
|
|
69
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
@@ -81,10 +81,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
-
link: string | Record<string, any>;
|
|
85
84
|
disabled: boolean;
|
|
86
|
-
|
|
85
|
+
link: string | Record<string, any>;
|
|
87
86
|
id: string | number;
|
|
87
|
+
target: string;
|
|
88
88
|
routeName: string;
|
|
89
89
|
invisible: boolean;
|
|
90
90
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -60,15 +60,15 @@ type __VLS_Slots = {} & {
|
|
|
60
60
|
label?: (props: typeof __VLS_7) => any;
|
|
61
61
|
};
|
|
62
62
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
reset: () => any;
|
|
64
63
|
"update:modelValue": (value: any[]) => any;
|
|
65
|
-
"add:custom-value": (value: string) => any;
|
|
66
64
|
hide: () => any;
|
|
65
|
+
reset: () => any;
|
|
66
|
+
"add:custom-value": (value: string) => any;
|
|
67
67
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
68
|
-
onReset?: () => any;
|
|
69
68
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
|
70
|
-
"onAdd:custom-value"?: (value: string) => any;
|
|
71
69
|
onHide?: () => any;
|
|
70
|
+
onReset?: () => any;
|
|
71
|
+
"onAdd:custom-value"?: (value: string) => any;
|
|
72
72
|
}>, {
|
|
73
73
|
options: unknown[];
|
|
74
74
|
customValidators: unknown[];
|
|
@@ -29,9 +29,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
29
29
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
30
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
31
31
|
}>, {
|
|
32
|
-
required: boolean;
|
|
33
|
-
label: string;
|
|
34
32
|
disabled: boolean;
|
|
33
|
+
label: string;
|
|
34
|
+
required: boolean;
|
|
35
35
|
placeholder: string;
|
|
36
36
|
customValidators: unknown[];
|
|
37
37
|
v: Record<string, unknown>;
|
|
@@ -87,8 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
87
87
|
onInitialized?: () => any;
|
|
88
88
|
}>, {
|
|
89
89
|
download: string | ((url: string) => string) | boolean;
|
|
90
|
-
closable: boolean;
|
|
91
90
|
position: string;
|
|
91
|
+
closable: boolean;
|
|
92
92
|
autoplay: boolean;
|
|
93
93
|
loop: boolean;
|
|
94
94
|
resetOnEnd: boolean;
|
|
@@ -20,11 +20,11 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
|
20
20
|
show: (event?: Event, target?: HTMLElement | null | undefined) => void;
|
|
21
21
|
hide: (event?: Event) => void;
|
|
22
22
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
hide: () => any;
|
|
24
23
|
show: () => any;
|
|
24
|
+
hide: () => any;
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
26
|
-
onHide?: () => any;
|
|
27
26
|
onShow?: () => any;
|
|
27
|
+
onHide?: () => any;
|
|
28
28
|
}>, {
|
|
29
29
|
dt: import("@primevue/core").DesignToken<any>;
|
|
30
30
|
disabled: boolean;
|
|
@@ -40,8 +40,8 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
40
40
|
"onPopup:opened"?: () => any;
|
|
41
41
|
"onPopup:closed"?: () => any;
|
|
42
42
|
}>, {
|
|
43
|
-
disabled: boolean;
|
|
44
43
|
size: ComponentSize;
|
|
44
|
+
disabled: boolean;
|
|
45
45
|
closable: boolean;
|
|
46
46
|
shown: boolean;
|
|
47
47
|
overflow: boolean;
|
|
@@ -55,9 +55,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
55
55
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
56
56
|
"onUpdate:selected"?: (value: string | number | boolean | object) => any;
|
|
57
57
|
}>, {
|
|
58
|
-
required: boolean;
|
|
59
|
-
label: string;
|
|
60
58
|
disabled: boolean;
|
|
59
|
+
label: string;
|
|
60
|
+
required: boolean;
|
|
61
61
|
outline: boolean;
|
|
62
62
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
63
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -64,13 +64,13 @@ type __VLS_Slots = {} & {
|
|
|
64
64
|
option?: (props: typeof __VLS_49) => any;
|
|
65
65
|
};
|
|
66
66
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
-
reset: () => any;
|
|
68
67
|
"update:modelValue": (value: string) => any;
|
|
69
68
|
hide: () => any;
|
|
69
|
+
reset: () => any;
|
|
70
70
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
71
|
-
onReset?: () => any;
|
|
72
71
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
73
72
|
onHide?: () => any;
|
|
73
|
+
onReset?: () => any;
|
|
74
74
|
}>, {
|
|
75
75
|
options: unknown[];
|
|
76
76
|
customValidators: unknown[];
|
|
@@ -60,12 +60,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
60
60
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
61
61
|
}>, {
|
|
62
62
|
disabled: boolean;
|
|
63
|
-
step: number;
|
|
64
63
|
vertical: boolean;
|
|
65
|
-
|
|
66
|
-
height: number;
|
|
64
|
+
step: number;
|
|
67
65
|
min: number;
|
|
68
66
|
max: number;
|
|
67
|
+
width: number;
|
|
68
|
+
height: number;
|
|
69
69
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
declare const _default: typeof __VLS_export;
|
|
71
71
|
export default _default;
|
|
@@ -55,8 +55,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
55
55
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
56
56
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
57
57
|
}>, {
|
|
58
|
-
label: string;
|
|
59
58
|
disabled: boolean;
|
|
59
|
+
label: string;
|
|
60
60
|
labelProps: LabelProps;
|
|
61
61
|
labelLeft: boolean;
|
|
62
62
|
controlled: boolean;
|
|
@@ -91,21 +91,21 @@ type __VLS_Slots = {} & {
|
|
|
91
91
|
};
|
|
92
92
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
93
93
|
sort: (...args: any[]) => void;
|
|
94
|
+
"column-reorder": (...args: any[]) => void;
|
|
94
95
|
"update:selected": (...args: any[]) => void;
|
|
95
96
|
"reorder:row": (...args: any[]) => void;
|
|
96
97
|
"column-resize": (...args: any[]) => void;
|
|
97
|
-
"column-reorder": (...args: any[]) => void;
|
|
98
98
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
99
99
|
onSort?: (...args: any[]) => any;
|
|
100
|
+
"onColumn-reorder"?: (...args: any[]) => any;
|
|
100
101
|
"onUpdate:selected"?: (...args: any[]) => any;
|
|
101
102
|
"onReorder:row"?: (...args: any[]) => any;
|
|
102
103
|
"onColumn-resize"?: (...args: any[]) => any;
|
|
103
|
-
"onColumn-reorder"?: (...args: any[]) => any;
|
|
104
104
|
}>, {
|
|
105
|
-
lazy: boolean;
|
|
106
105
|
data: Array<unknown>;
|
|
107
|
-
|
|
106
|
+
lazy: boolean;
|
|
108
107
|
headers: WtTableHeader[];
|
|
108
|
+
dataKey: string;
|
|
109
109
|
sortable: boolean;
|
|
110
110
|
selectable: boolean;
|
|
111
111
|
gridActions: boolean;
|
|
@@ -95,10 +95,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
95
95
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
96
96
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
97
97
|
}>, {
|
|
98
|
+
disabled: boolean;
|
|
99
|
+
label: string;
|
|
98
100
|
name: string;
|
|
99
101
|
required: boolean;
|
|
100
|
-
label: string;
|
|
101
|
-
disabled: boolean;
|
|
102
102
|
placeholder: string;
|
|
103
103
|
readonly: boolean;
|
|
104
104
|
customValidators: Array<{
|