@webitel/ui-sdk 26.6.59 → 26.6.61
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/{clients-BDtL1Ajm.js → clients-DPvJvOx5.js} +1 -1
- package/dist/{components-CK9vGYUg.js → components-GEKIa6Vp.js} +1141 -2406
- package/dist/{enums-CBWwTuq7.js → enums-BwgSueOO.js} +32 -28
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +73 -53
- package/dist/ui-sdk.umd.cjs +543 -541
- package/dist/{useValidation-B0voza7s.js → useValidation-Hdk6hzmc.js} +1 -1
- package/dist/{wt-action-bar-B17FBHD7.js → wt-action-bar-Dbt6CgEp.js} +2 -2
- package/dist/{wt-button-0kP5bPMs.js → wt-button-BDGLW4OG.js} +2 -2
- package/dist/{wt-chat-emoji-BiPhHNuw.js → wt-chat-emoji-CAn773-T.js} +4 -4
- package/dist/{wt-datepicker-baNcFWZ1.js → wt-datepicker-BjbWDS8B.js} +2 -2
- package/dist/{wt-display-chip-items-xm8cHws_.js → wt-display-chip-items-DAnyat0v.js} +1 -1
- package/dist/{wt-dual-panel-C5LZm1Tr.js → wt-dual-panel-C54Hwdwc.js} +1 -1
- package/dist/{wt-expansion-card-C2qETdn0.js → wt-expansion-card-CVPU9twV.js} +1 -1
- package/dist/{wt-expansion-panel-Dvzj9PTk.js → wt-expansion-panel-B1u06Hz8.js} +1 -1
- package/dist/{wt-icon-DIdpwmpC.js → wt-icon-Bd8GvqIt.js} +2 -1
- package/dist/{wt-icon-action-C8WN2oVD.js → wt-icon-action-mNjxBL1c.js} +1 -1
- package/dist/{wt-icon-btn-BLnhJADA.js → wt-icon-btn-BL4UZ7Fv.js} +1 -1
- package/dist/{wt-notifications-bar-Dx1YPqFu.js → wt-notifications-bar-Tg1pDfMR.js} +2 -2
- package/dist/{wt-player-CCwEyUzv.js → wt-player-B2-wweFq.js} +3 -3
- package/dist/{wt-search-bar-CiQJ9ViN.js → wt-search-bar-CPfD4657.js} +1 -1
- package/dist/{wt-send-message-popup-D07uZ7eL.js → wt-send-message-popup-Clb-abg5.js} +2 -2
- package/dist/wt-status-select-DCiMHd9K.js +77 -0
- package/dist/{wt-timepicker-DyM1OQX4.js → wt-timepicker-4bwYBaKQ.js} +2 -2
- package/dist/{wt-toast-KTAx-8zA.js → wt-toast-QzhZGeTp.js} +2 -2
- package/dist/{wt-tree-table-BlZEw4tr.js → wt-tree-table-DM_CRVQQ.js} +1 -1
- package/dist/{wt-type-extension-value-input-Tlnn-d1W.js → wt-type-extension-value-input-CP-xZ065.js} +3 -3
- package/dist/{wt-vidstack-player-Dvto6FG2.js → wt-vidstack-player-CuQ_SOHI.js} +4 -4
- package/package.json +1 -1
- package/src/api/clients/users/__tests__/users.spec.js +1 -0
- package/src/api/clients/users/users.js +26 -2
- package/src/assets/icons/sprite/index.ts +2 -0
- package/src/assets/icons/sprite/shield-check.svg +3 -0
- package/src/components/index.js +3 -3
- package/src/components/wt-card/_variables.css +4 -0
- package/src/components/wt-card/wt-card.vue +13 -0
- package/src/components/wt-indicator/_variables.css +7 -2
- package/src/components/wt-single-select/wt-single-select.vue +7 -0
- package/src/components/wt-status-select/__tests__/WtStatusSelect.spec.js +3 -3
- package/src/components/wt-status-select/_internals/StatusOptions.lookup.js +1 -1
- package/src/components/wt-status-select/wt-status-select.vue +80 -139
- package/src/css/components-variables.css +1 -1
- package/types/components/wt-card/wt-card.vue.d.ts +13 -0
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +1 -0
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +21 -1
- package/dist/AgentStatus.enum-C3IGHtvR.js +0 -9
- package/dist/wt-status-select-A5t6Vjm4.js +0 -101
- package/src/components/wt-select/__tests__/WtSelect.spec.js +0 -30
- package/src/components/wt-select/_variables.css +0 -12
- package/src/components/wt-select/mixins/__tests__/multiselectMixin.spec.js +0 -50
- package/src/components/wt-select/mixins/multiselectMixin.js +0 -279
- package/src/components/wt-select/multiselect.css +0 -239
- package/src/components/wt-select/wt-select.vue +0 -386
- package/src/components/wt-tags-input/mixin/taggableMixin.js +0 -43
- package/types/components/wt-select/__tests__/WtSelect.spec.d.ts +0 -1
- package/types/components/wt-select/mixins/__tests__/multiselectMixin.spec.d.ts +0 -1
- package/types/components/wt-select/mixins/multiselectMixin.d.ts +0 -129
- package/types/components/wt-select/wt-select.vue.d.ts +0 -229
- package/types/components/wt-tags-input/mixin/taggableMixin.d.ts +0 -7
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
declare const _default: typeof __VLS_export;
|
|
2
|
-
export default _default;
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
value: {};
|
|
5
|
-
multiple: {
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
|
-
clearable: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
allowCustomValues: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
description: string;
|
|
17
|
-
};
|
|
18
|
-
handleCustomValuesAdditionManually: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
description: string;
|
|
22
|
-
};
|
|
23
|
-
v: {
|
|
24
|
-
type: ObjectConstructor;
|
|
25
|
-
default: any;
|
|
26
|
-
};
|
|
27
|
-
regleValidation: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
default: any;
|
|
30
|
-
};
|
|
31
|
-
}>, {
|
|
32
|
-
isValidation: import("vue").ComputedRef<boolean>;
|
|
33
|
-
invalid: import("vue").ComputedRef<boolean>;
|
|
34
|
-
validationText: import("vue").ComputedRef<string>;
|
|
35
|
-
validationTextColor: import("vue").ComputedRef<"secondary" | "error">;
|
|
36
|
-
MessageVariant: {
|
|
37
|
-
readonly FILLED: "filled";
|
|
38
|
-
readonly OUTLINED: "outlined";
|
|
39
|
-
readonly SIMPLE: "simple";
|
|
40
|
-
};
|
|
41
|
-
ComponentSize: {
|
|
42
|
-
readonly XXXS: "3xs";
|
|
43
|
-
readonly XXS: "2xs";
|
|
44
|
-
readonly XS: "xs";
|
|
45
|
-
readonly SM: "sm";
|
|
46
|
-
readonly MD: "md";
|
|
47
|
-
readonly LG: "lg";
|
|
48
|
-
readonly XL: "xl";
|
|
49
|
-
readonly XXL: "2xl";
|
|
50
|
-
readonly XXXL: "3xl";
|
|
51
|
-
readonly '4XL': "4xl";
|
|
52
|
-
readonly '5XL': "5xl";
|
|
53
|
-
readonly '6XL': "6xl";
|
|
54
|
-
readonly '7XL': "7xl";
|
|
55
|
-
readonly '8XL': "8xl";
|
|
56
|
-
};
|
|
57
|
-
}, {
|
|
58
|
-
isOpened: boolean;
|
|
59
|
-
items: any[];
|
|
60
|
-
}, {
|
|
61
|
-
taggable(): boolean;
|
|
62
|
-
manualTagging(): boolean;
|
|
63
|
-
optionsWithCustomValues(): any;
|
|
64
|
-
}, {
|
|
65
|
-
handleCustomValue(value: any): Promise<void>;
|
|
66
|
-
search(event: any): Promise<void>;
|
|
67
|
-
handleCustomValueArrowInput(toggle: any): Promise<void>;
|
|
68
|
-
emitTagEvent(searchQuery: any, id: any): void;
|
|
69
|
-
clearValue(): void;
|
|
70
|
-
}, {
|
|
71
|
-
mixins: {
|
|
72
|
-
props: {
|
|
73
|
-
label: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
labelProps: {
|
|
78
|
-
type: ObjectConstructor;
|
|
79
|
-
description: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
computed: {
|
|
83
|
-
hasLabel(): boolean;
|
|
84
|
-
requiredLabel(): any;
|
|
85
|
-
};
|
|
86
|
-
}[];
|
|
87
|
-
directives: {
|
|
88
|
-
ObserveVisibility: DirectiveOptions;
|
|
89
|
-
};
|
|
90
|
-
components: {
|
|
91
|
-
VueMultiselect: import("vue").DefineComponent<import("vue-multiselect").ComponentProps, {}, {}, {}, {
|
|
92
|
-
activate(): void;
|
|
93
|
-
deactivate(): void;
|
|
94
|
-
}, import("vue").DefineComponent<import("vue-multiselect").MultiselectMixinProps> | import("vue").DefineComponent<import("vue-multiselect").PointerMixinProps>>;
|
|
95
|
-
};
|
|
96
|
-
props: {
|
|
97
|
-
options: {
|
|
98
|
-
type: ArrayConstructor;
|
|
99
|
-
default: () => any[];
|
|
100
|
-
};
|
|
101
|
-
placeholder: {
|
|
102
|
-
type: StringConstructor;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
trackBy: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
optionLabel: {
|
|
110
|
-
type: StringConstructor;
|
|
111
|
-
};
|
|
112
|
-
searchMethod: {
|
|
113
|
-
type: FunctionConstructor;
|
|
114
|
-
};
|
|
115
|
-
disabled: {
|
|
116
|
-
type: BooleanConstructor;
|
|
117
|
-
default: boolean;
|
|
118
|
-
};
|
|
119
|
-
required: {
|
|
120
|
-
type: BooleanConstructor;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
|
-
allowEmpty: {
|
|
124
|
-
type: BooleanConstructor;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
|
-
useValueFromOptionsByProp: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: string;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
data: () => {
|
|
133
|
-
apiOptions: any[];
|
|
134
|
-
cachedOptionsMap: {};
|
|
135
|
-
isLoading: boolean;
|
|
136
|
-
defaultOptionLabel: string;
|
|
137
|
-
searchParams: {
|
|
138
|
-
search: string;
|
|
139
|
-
page: number;
|
|
140
|
-
};
|
|
141
|
-
searchHasNext: boolean;
|
|
142
|
-
_canLoadNext: boolean;
|
|
143
|
-
};
|
|
144
|
-
computed: {
|
|
145
|
-
selectOptionLabel(): any;
|
|
146
|
-
isApiMode(): boolean;
|
|
147
|
-
showIntersectionObserver(): any;
|
|
148
|
-
selectValue(): any;
|
|
149
|
-
selectOptions(): any;
|
|
150
|
-
isValue(): boolean;
|
|
151
|
-
listeners(): {
|
|
152
|
-
'update:model-value': any;
|
|
153
|
-
close: any;
|
|
154
|
-
tag: any;
|
|
155
|
-
'search-change': (search: any) => void;
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
methods: {
|
|
159
|
-
getOptionLabel({ option, optionLabel }: {
|
|
160
|
-
option: any;
|
|
161
|
-
optionLabel: any;
|
|
162
|
-
}): any;
|
|
163
|
-
handleSearchChange(search: any): void;
|
|
164
|
-
handleAfterListIntersect(isVisible: any): void;
|
|
165
|
-
fetchOptions({ search, page }?: any): Promise<void>;
|
|
166
|
-
input(value: any): void;
|
|
167
|
-
close(event: any): void;
|
|
168
|
-
tag(): void;
|
|
169
|
-
};
|
|
170
|
-
watch: {
|
|
171
|
-
disabled(): void;
|
|
172
|
-
selectOptions: {
|
|
173
|
-
handler(): void;
|
|
174
|
-
immediate: boolean;
|
|
175
|
-
};
|
|
176
|
-
value: {
|
|
177
|
-
handler(): Promise<void>;
|
|
178
|
-
immediate: boolean;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
created(): void;
|
|
182
|
-
} | {
|
|
183
|
-
methods: {
|
|
184
|
-
tag(searchQuery: any, id: any): void;
|
|
185
|
-
emitTagEvent(searchQuery: any, id: any): void;
|
|
186
|
-
};
|
|
187
|
-
}, import("vue").ComponentOptionsMixin, ("input" | "reset" | "closed" | "update:modelValue" | "search-change" | "custom-value")[], "input" | "reset" | "closed" | "update:modelValue" | "search-change" | "custom-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
188
|
-
value: {};
|
|
189
|
-
multiple: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
default: boolean;
|
|
192
|
-
};
|
|
193
|
-
clearable: {
|
|
194
|
-
type: BooleanConstructor;
|
|
195
|
-
default: boolean;
|
|
196
|
-
};
|
|
197
|
-
allowCustomValues: {
|
|
198
|
-
type: BooleanConstructor;
|
|
199
|
-
default: boolean;
|
|
200
|
-
description: string;
|
|
201
|
-
};
|
|
202
|
-
handleCustomValuesAdditionManually: {
|
|
203
|
-
type: BooleanConstructor;
|
|
204
|
-
default: boolean;
|
|
205
|
-
description: string;
|
|
206
|
-
};
|
|
207
|
-
v: {
|
|
208
|
-
type: ObjectConstructor;
|
|
209
|
-
default: any;
|
|
210
|
-
};
|
|
211
|
-
regleValidation: {
|
|
212
|
-
type: ObjectConstructor;
|
|
213
|
-
default: any;
|
|
214
|
-
};
|
|
215
|
-
}>> & Readonly<{
|
|
216
|
-
onInput?: (...args: any[]) => any;
|
|
217
|
-
onReset?: (...args: any[]) => any;
|
|
218
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
219
|
-
onClosed?: (...args: any[]) => any;
|
|
220
|
-
"onSearch-change"?: (...args: any[]) => any;
|
|
221
|
-
"onCustom-value"?: (...args: any[]) => any;
|
|
222
|
-
}>, {
|
|
223
|
-
v: Record<string, any>;
|
|
224
|
-
regleValidation: Record<string, any>;
|
|
225
|
-
allowCustomValues: boolean;
|
|
226
|
-
multiple: boolean;
|
|
227
|
-
clearable: boolean;
|
|
228
|
-
handleCustomValuesAdditionManually: boolean;
|
|
229
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|