cleek 2.11.15 → 2.11.16

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.
@@ -88,6 +88,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  suffix: {
89
89
  type: import('vue').PropType<string>;
90
90
  };
91
+ allowIconRightClick: {
92
+ type: import('vue').PropType<boolean>;
93
+ };
91
94
  iconColor: {
92
95
  type: import('vue').PropType<string>;
93
96
  };
@@ -124,6 +127,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
127
  focus: (event: Event) => void;
125
128
  inputDelayed: (value: Value) => void;
126
129
  changeDelayed: (value: Value) => void;
130
+ rightIconClick: (event: Event) => void;
127
131
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
128
132
  modelValue: {
129
133
  required: true;
@@ -209,6 +213,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
213
  suffix: {
210
214
  type: import('vue').PropType<string>;
211
215
  };
216
+ allowIconRightClick: {
217
+ type: import('vue').PropType<boolean>;
218
+ };
212
219
  iconColor: {
213
220
  type: import('vue').PropType<string>;
214
221
  };
@@ -242,6 +249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
242
249
  onFocus?: (event: Event) => any;
243
250
  onInputDelayed?: (value: Value) => any;
244
251
  onChangeDelayed?: (value: Value) => any;
252
+ onRightIconClick?: (event: Event) => any;
245
253
  }>, {
246
254
  type: InputType;
247
255
  size: "s" | "m" | "l" | "xl";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.11.15",
4
+ "version": "2.11.16",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",