@bluemarble/bm-components 0.0.51 → 0.0.52
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/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/hooks/useGrid.d.ts +10 -9
- package/dist/esm/types/components/utils/DateFormat.d.ts +269 -0
- package/dist/esm/types/components/utils/RouteHelper.d.ts +13 -0
- package/dist/index.d.ts +11 -10
- package/package.json +2 -1
package/dist/esm/index.js
CHANGED
|
@@ -3816,7 +3816,7 @@ function getPropertyValue(obj, property) {
|
|
|
3816
3816
|
return String(property.split('.').reduce((o, k) => o && o[k], obj));
|
|
3817
3817
|
}
|
|
3818
3818
|
|
|
3819
|
-
|
|
3819
|
+
/******************************************************************************
|
|
3820
3820
|
Copyright (c) Microsoft Corporation.
|
|
3821
3821
|
|
|
3822
3822
|
Permission to use, copy, modify, and/or distribute this software for any
|