@ballistix.digital/react-components 5.2.0 → 5.3.0-rc.0
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.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6775,7 +6775,7 @@ var $c7f1fe1c3b2d56f5$export$2e2bcd8739ae039 = $c7f1fe1c3b2d56f5$var$AddressInpu
|
|
|
6775
6775
|
|
|
6776
6776
|
|
|
6777
6777
|
|
|
6778
|
-
var $3f6ca002faff40a3$var$getDateString =
|
|
6778
|
+
var $3f6ca002faff40a3$var$getDateString = function(date) {
|
|
6779
6779
|
var _a, _b, _c;
|
|
6780
6780
|
if (!date) return '';
|
|
6781
6781
|
if ((_a = date.options) === null || _a === void 0 ? void 0 : _a.format) return (0, $4e61e073e8ab55ca$export$b7c4e1545c61edee)(date.value, {
|
|
@@ -6784,7 +6784,7 @@ var $3f6ca002faff40a3$var$getDateString = (0, $4MPRY$useCallback)(function(date)
|
|
|
6784
6784
|
if (((_b = date.options) === null || _b === void 0 ? void 0 : _b.type) === 'dateTime') return (0, $4e61e073e8ab55ca$export$b489b1fb1454ddcf)(date.value);
|
|
6785
6785
|
if (((_c = date.options) === null || _c === void 0 ? void 0 : _c.type) === 'dateAtTime') return (0, $4e61e073e8ab55ca$export$9b56e83e909e2c38)(date.value);
|
|
6786
6786
|
return (0, $4e61e073e8ab55ca$export$b7c4e1545c61edee)(date.value);
|
|
6787
|
-
}
|
|
6787
|
+
};
|
|
6788
6788
|
var $3f6ca002faff40a3$var$useColumnHelpers = function(t) {
|
|
6789
6789
|
var accessor = (0, $4MPRY$useMemo)(function() {
|
|
6790
6790
|
return (0, $4MPRY$createColumnHelper)();
|