@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.
@@ -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: {}, __VLS_46: {};
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 __VLS_46) => any;
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 __VLS_53: {
1
+ declare var __VLS_54: {
2
2
  invalid: boolean;
3
3
  };
4
4
  type __VLS_Slots = {} & {
5
- 'additional-actions'?: (props: typeof __VLS_53) => any;
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;