plugin-ui-for-kzt 0.0.61 → 0.0.62

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;
95
96
  range: boolean | Record<string, any>;
96
97
  minDate: null;
97
98
  maxDate: null;
98
- readonly: boolean;
99
99
  inline: boolean;
100
100
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
101
101
  export default _default;
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  disabled: boolean;
76
76
  required: boolean;
77
77
  loading: boolean;
78
- modelValue: boolean;
79
78
  readonly: boolean;
79
+ modelValue: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default _default;
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
110
110
  disabled: boolean;
111
111
  required: boolean;
112
112
  loading: boolean;
113
- modelValue: string;
114
- readonly: boolean;
115
113
  placeholder: string;
114
+ readonly: boolean;
115
+ modelValue: string;
116
116
  clearable: boolean;
117
117
  focusable: boolean;
118
118
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -127,14 +127,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
127
  disabled: boolean;
128
128
  required: boolean;
129
129
  loading: boolean;
130
+ placeholder: string;
131
+ readonly: boolean;
130
132
  modelValue: string;
133
+ clearable: boolean;
134
+ focusable: boolean;
131
135
  range: boolean | Record<string, any>;
132
136
  minDate: null;
133
137
  maxDate: null;
134
- readonly: boolean;
135
138
  inline: boolean;
136
- placeholder: string;
137
- clearable: boolean;
138
- focusable: boolean;
139
139
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
140
140
  export default _default;
@@ -105,11 +105,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
105
105
  disabled: boolean;
106
106
  required: boolean;
107
107
  loading: boolean;
108
- modelValue: string;
109
- readonly: boolean;
110
108
  placeholder: string;
109
+ readonly: boolean;
110
+ modelValue: string;
111
111
  clearable: boolean;
112
- options: undefined;
113
112
  focusable: boolean;
113
+ options: undefined;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
115
  export default _default;
@@ -98,9 +98,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
98
  disabled: boolean;
99
99
  required: boolean;
100
100
  loading: boolean;
101
- modelValue: string;
102
- readonly: boolean;
103
101
  placeholder: string;
102
+ readonly: boolean;
103
+ modelValue: string;
104
104
  clearable: boolean;
105
105
  focusable: boolean;
106
106
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  disabled: boolean;
97
97
  required: boolean;
98
98
  loading: boolean;
99
- modelValue: string;
100
- readonly: boolean;
101
99
  placeholder: string;
100
+ readonly: boolean;
101
+ modelValue: string;
102
102
  clearable: boolean;
103
103
  focusable: boolean;
104
104
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  "onUpdate:selectedOptionId"?: ((...args: any[]) => any) | undefined;
47
47
  }>, {
48
48
  size: string;
49
- modelValue: string;
50
49
  placeholder: string;
50
+ modelValue: string;
51
51
  clearable: boolean;
52
52
  selectedOptionId: string;
53
53
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  disabled: boolean;
76
76
  required: boolean;
77
77
  loading: boolean;
78
- modelValue: boolean;
79
78
  readonly: boolean;
79
+ modelValue: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default _default;
@@ -27,6 +27,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  type: BooleanConstructor;
28
28
  default: boolean;
29
29
  };
30
+ clearOnSelect: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
30
34
  variant: {};
31
35
  size: {
32
36
  default: string;
@@ -88,6 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
92
  type: BooleanConstructor;
89
93
  default: boolean;
90
94
  };
95
+ clearOnSelect: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
91
99
  variant: {};
92
100
  size: {
93
101
  default: string;
@@ -143,5 +151,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
143
151
  parentWidth: boolean;
144
152
  multiple: boolean;
145
153
  searchable: boolean;
154
+ clearOnSelect: boolean;
146
155
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
147
156
  export default _default;
@@ -56,8 +56,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
57
57
  }>, {
58
58
  size: string;
59
- modelValue: string;
60
59
  readonly: boolean;
60
+ modelValue: string;
61
61
  clearable: boolean;
62
62
  focusable: boolean;
63
63
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -91,9 +91,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
91
  disabled: boolean;
92
92
  required: boolean;
93
93
  loading: boolean;
94
- modelValue: string;
95
- readonly: boolean;
96
94
  placeholder: string;
95
+ readonly: boolean;
96
+ modelValue: string;
97
97
  clearable: boolean;
98
98
  focusable: boolean;
99
99
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
73
  disabled: boolean;
74
74
  required: boolean;
75
75
  loading: boolean;
76
- modelValue: boolean;
77
76
  readonly: boolean;
77
+ modelValue: boolean;
78
78
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
79
  export default _default;