@webitel/ui-sdk 26.6.131 → 26.6.132
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/{components-DsU9I3J0.js → components-f_W5o-xV.js} +16 -15
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +2 -2
- package/dist/{wt-chat-emoji-BiM1up7h.js → wt-chat-emoji-sYBaMsVA.js} +1 -1
- package/dist/{wt-display-chip-items-XwdRQSrJ.js → wt-display-chip-items-CHRSDGZ-.js} +1 -1
- package/dist/{wt-search-bar-DtJL-csc.js → wt-search-bar-u4NJBkCj.js} +9 -7
- package/dist/{wt-send-message-popup-C5S6BjHJ.js → wt-send-message-popup-BKL4VYzA.js} +1 -1
- package/dist/{wt-type-extension-value-input-FPCOaR15.js → wt-type-extension-value-input-CKJOaD9f.js} +1 -1
- package/dist/{wt-vidstack-player-D4c9YX5q.js → wt-vidstack-player-Brs10wZ8.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-input-text/wt-input-text.vue +10 -4
- package/src/components/wt-search-bar/wt-search-bar.vue +7 -0
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -2
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +4 -2
|
@@ -22,19 +22,21 @@ type __VLS_ModelProps = {
|
|
|
22
22
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
23
23
|
declare var __VLS_7: {
|
|
24
24
|
label: string;
|
|
25
|
-
}, __VLS_21: {},
|
|
25
|
+
}, __VLS_21: {}, __VLS_47: {};
|
|
26
26
|
type __VLS_Slots = {} & {
|
|
27
27
|
label?: (props: typeof __VLS_7) => any;
|
|
28
28
|
} & {
|
|
29
29
|
prefix?: (props: typeof __VLS_21) => any;
|
|
30
30
|
} & {
|
|
31
|
-
suffix?: (props: typeof
|
|
31
|
+
suffix?: (props: typeof __VLS_47) => any;
|
|
32
32
|
};
|
|
33
33
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
34
34
|
focus: () => void;
|
|
35
35
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
+
focus: (args_0: FocusEvent) => any;
|
|
36
37
|
"update:modelValue": (value: string) => any;
|
|
37
38
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
39
|
+
onFocus?: (args_0: FocusEvent) => any;
|
|
38
40
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
39
41
|
}>, {
|
|
40
42
|
type: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_54: {
|
|
2
2
|
invalid: boolean;
|
|
3
3
|
};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
|
-
'additional-actions'?: (props: typeof
|
|
5
|
+
'additional-actions'?: (props: typeof __VLS_54) => any;
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
v: {
|
|
@@ -44,6 +44,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
46
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
|
+
focus: (args_0: FocusEvent) => any;
|
|
47
48
|
input: (args_0: string) => any;
|
|
48
49
|
search: (args_0: string) => any;
|
|
49
50
|
enter: (args_0: string) => any;
|
|
@@ -89,6 +90,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
89
90
|
default: boolean;
|
|
90
91
|
};
|
|
91
92
|
}>> & Readonly<{
|
|
93
|
+
onFocus?: (args_0: FocusEvent) => any;
|
|
92
94
|
onInput?: (args_0: string) => any;
|
|
93
95
|
onSearch?: (args_0: string) => any;
|
|
94
96
|
onEnter?: (args_0: string) => any;
|