indicator-ui 0.0.130 → 0.0.131
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.
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9223,6 +9223,11 @@ function DateField({ value, disabled, required, isError, onChange, onFocus, date
|
|
|
9223
9223
|
from: 1, // минимальный день
|
|
9224
9224
|
to: 31, // максимальный день
|
|
9225
9225
|
},
|
|
9226
|
+
yy: {
|
|
9227
|
+
mask: react_imask__WEBPACK_IMPORTED_MODULE_2__.IMask.MaskedRange,
|
|
9228
|
+
from: 0,
|
|
9229
|
+
to: 99,
|
|
9230
|
+
}
|
|
9226
9231
|
}, required: required });
|
|
9227
9232
|
}
|
|
9228
9233
|
|