@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.js
CHANGED
|
@@ -6842,7 +6842,7 @@ var $7fcfa1d90c4a7e45$export$2e2bcd8739ae039 = $7fcfa1d90c4a7e45$var$AddressInpu
|
|
|
6842
6842
|
|
|
6843
6843
|
|
|
6844
6844
|
|
|
6845
|
-
var $5f561ce307b5bbb8$var$getDateString =
|
|
6845
|
+
var $5f561ce307b5bbb8$var$getDateString = function(date) {
|
|
6846
6846
|
var _a, _b, _c;
|
|
6847
6847
|
if (!date) return '';
|
|
6848
6848
|
if ((_a = date.options) === null || _a === void 0 ? void 0 : _a.format) return (0, $dbcba7ef8eeead3b$export$b7c4e1545c61edee)(date.value, {
|
|
@@ -6851,7 +6851,7 @@ var $5f561ce307b5bbb8$var$getDateString = (0, $iA2ta$react.useCallback)(function
|
|
|
6851
6851
|
if (((_b = date.options) === null || _b === void 0 ? void 0 : _b.type) === 'dateTime') return (0, $dbcba7ef8eeead3b$export$b489b1fb1454ddcf)(date.value);
|
|
6852
6852
|
if (((_c = date.options) === null || _c === void 0 ? void 0 : _c.type) === 'dateAtTime') return (0, $dbcba7ef8eeead3b$export$9b56e83e909e2c38)(date.value);
|
|
6853
6853
|
return (0, $dbcba7ef8eeead3b$export$b7c4e1545c61edee)(date.value);
|
|
6854
|
-
}
|
|
6854
|
+
};
|
|
6855
6855
|
var $5f561ce307b5bbb8$var$useColumnHelpers = function(t) {
|
|
6856
6856
|
var accessor = (0, $iA2ta$react.useMemo)(function() {
|
|
6857
6857
|
return (0, $iA2ta$tanstackreacttable.createColumnHelper)();
|