indicator-ui 0.0.165 → 0.0.166
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
CHANGED
|
@@ -10231,8 +10231,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10231
10231
|
/* harmony export */ });
|
|
10232
10232
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
|
|
10233
10233
|
/* harmony import */ var _InputFields__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../InputFields */ "./src/ui/InputFields/index.ts");
|
|
10234
|
-
/* harmony import */ var _ui_InputFields_DateTimeRangeField__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/ui/InputFields/DateTimeRangeField */ "./src/ui/InputFields/DateTimeRangeField/index.ts");
|
|
10235
|
-
|
|
10236
10234
|
|
|
10237
10235
|
|
|
10238
10236
|
function InputField({ type, offWrapper, ...props }) {
|
|
@@ -10254,7 +10252,7 @@ function InputField({ type, offWrapper, ...props }) {
|
|
|
10254
10252
|
case 'datetime':
|
|
10255
10253
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InputFields__WEBPACK_IMPORTED_MODULE_1__.DateTimeField, { fieldConfig: 'datetime', ...props });
|
|
10256
10254
|
case 'datetime-range':
|
|
10257
|
-
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(
|
|
10255
|
+
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InputFields__WEBPACK_IMPORTED_MODULE_1__.DateTimeRangeField, { ...props });
|
|
10258
10256
|
default:
|
|
10259
10257
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_InputFields__WEBPACK_IMPORTED_MODULE_1__.FlexField, { ...props, type: type });
|
|
10260
10258
|
}
|