@wolkabout/commons 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wolkabout/commons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "21.2.0",
|
|
6
6
|
"@angular/common": "21.2.0",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@googlemaps/markerclusterer": "2.6.2",
|
|
14
14
|
"@material/material-color-utilities": "0.4.0",
|
|
15
15
|
"@ngx-translate/core": "17.0.0",
|
|
16
|
-
"echarts": "
|
|
16
|
+
"echarts": "^6.0.0",
|
|
17
17
|
"jwt-decode": "4.0.0",
|
|
18
18
|
"luxon": "3.7.2",
|
|
19
19
|
"ngx-drag-drop": "21.0.0",
|
|
@@ -123,7 +123,6 @@ declare enum DataType {
|
|
|
123
123
|
/**
|
|
124
124
|
* Returns 'true' if the route is accessible,
|
|
125
125
|
* Returns the first available route if the requested route is NOT accessible
|
|
126
|
-
* Returns the fallback route if there are no routes accessible.
|
|
127
126
|
*
|
|
128
127
|
* Define "requiredPermissions" in the route data section.
|
|
129
128
|
* The permissions are checked globally, and the result will match if ANY permission is present.
|