@antify/ui 4.1.16 → 4.1.17

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.
@@ -59,8 +59,8 @@ const props = withDefaults(defineProps<{
59
59
  iconLeft?: IconDefinition;
60
60
  nullable?: boolean;
61
61
  inputRef?: null | HTMLInputElement;
62
- min?: string;
63
- max?: string;
62
+ min?: string | number;
63
+ max?: string | number;
64
64
  }>(), {
65
65
  state: InputState.base,
66
66
  disabled: false,
@@ -271,8 +271,8 @@ function onClickClearIcon() {
271
271
  :max="max"
272
272
  title=""
273
273
  v-bind="$attrs"
274
- @blur="onBlur"
275
274
  :data-e2e-state="state"
275
+ @blur="onBlur"
276
276
  >
277
277
 
278
278
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "4.1.16",
3
+ "version": "4.1.17",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {