plugin-ui-for-kzt 0.0.38 → 0.0.41

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.
@@ -92,10 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  disabled: boolean;
93
93
  required: boolean;
94
94
  loading: boolean;
95
- readonly: boolean;
96
95
  range: boolean | Record<string, any>;
97
96
  minDate: null;
98
97
  maxDate: null;
98
+ readonly: boolean;
99
99
  inline: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
101
  export default _default;
@@ -122,10 +122,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
122
  required: boolean;
123
123
  loading: boolean;
124
124
  modelValue: string;
125
- readonly: boolean;
126
125
  range: boolean | Record<string, any>;
127
126
  minDate: null;
128
127
  maxDate: null;
128
+ readonly: boolean;
129
129
  inline: boolean;
130
130
  placeholder: string;
131
131
  focusable: boolean;
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
55
55
  modelValue: {};
56
56
  }>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
57
  [key: string]: any;
58
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "search" | "error" | "change" | "update:modelValue" | "open")[], "clear" | "search" | "error" | "change" | "update:modelValue" | "open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "search" | "error" | "change" | "update:modelValue" | "open" | "getSearchApi")[], "clear" | "search" | "error" | "change" | "update:modelValue" | "open" | "getSearchApi", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
59
  id: {};
60
60
  icon: {};
61
61
  name: {};
@@ -112,10 +112,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  }>> & Readonly<{
113
113
  onError?: ((...args: any[]) => any) | undefined;
114
114
  onChange?: ((...args: any[]) => any) | undefined;
115
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
116
115
  onOpen?: ((...args: any[]) => any) | undefined;
116
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
117
117
  onClear?: ((...args: any[]) => any) | undefined;
118
118
  onSearch?: ((...args: any[]) => any) | undefined;
119
+ onGetSearchApi?: ((...args: any[]) => any) | undefined;
119
120
  }>, {
120
121
  size: string;
121
122
  selected: boolean;