@egovernments/digit-ui-module-core 1.5.4-alpha.3 → 1.5.4-alpha.5
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4006,7 +4006,7 @@ var StaticCitizenSideBar = function StaticCitizenSideBar(_ref2) {
|
|
|
4006
4006
|
})) === null || _Object$keys$sort === void 0 ? void 0 : _Object$keys$sort.map(function (key) {
|
|
4007
4007
|
var _linkData$key$;
|
|
4008
4008
|
|
|
4009
|
-
if (((_linkData$key$ = linkData[key][0]) === null || _linkData$key$ === void 0 ? void 0 : _linkData$key$.sidebar) === "
|
|
4009
|
+
if (((_linkData$key$ = linkData[key][0]) === null || _linkData$key$ === void 0 ? void 0 : _linkData$key$.sidebar) === window.contextPath + "-links") {
|
|
4010
4010
|
var _linkData$key$2, _linkData$key$2$sideb, _window3, _linkData$key$3, _linkData$key$4;
|
|
4011
4011
|
|
|
4012
4012
|
menuItems.splice(1, 0, {
|
|
@@ -9479,7 +9479,7 @@ var Home$1 = function Home$1(_ref) {
|
|
|
9479
9479
|
|
|
9480
9480
|
var _Digit$Hooks$useCusto = Digit.Hooks.useCustomMDMS(Digit.ULBService.getStateId(), "ACCESSCONTROL-ACTIONS-TEST", [{
|
|
9481
9481
|
name: "actions-test",
|
|
9482
|
-
filter: "[?(@.url == " + window.contextPath + "-card)]"
|
|
9482
|
+
filter: "[?(@.url == '" + window.contextPath + "-card')]"
|
|
9483
9483
|
}], {
|
|
9484
9484
|
select: function select(data) {
|
|
9485
9485
|
var _data$ACCESSCONTROLA, _data$ACCESSCONTROLA$;
|