@imperium/layout 10.3.6-alpha.0 → 10.4.1
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.
|
@@ -12,7 +12,7 @@ function Permissions({ permissions }) {
|
|
|
12
12
|
useEffect(() => {
|
|
13
13
|
(async function iife() {
|
|
14
14
|
permissions.forEach((permission) => {
|
|
15
|
-
const data = Object.keys(layoutState.params).length > 0 ? layoutState.params : void 0;
|
|
15
|
+
const data = layoutState.params && Object.keys(layoutState.params).length > 0 ? layoutState.params : void 0;
|
|
16
16
|
ctx.authorization.can(permission, data).then((result) => {
|
|
17
17
|
dispatch(actions.setPermission({ permission, result }));
|
|
18
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Permissions.js","sources":["../../../src/datahooks/Permissions.tsx"],"sourcesContent":["import {AuthContext} from '@imperium/auth-client';\nimport type {IAuthContext} from '@imperium/auth-client';\nimport debug from 'debug';\nimport {useContext, useEffect} from 'react';\nimport {useDispatch} from 'react-redux';\nimport {actions, useLayoutState} from '../state';\nimport type {PermissionSelector} from '../types';\n\nconst d = debug('imperium.layout.datahooks.Permissions');\n\ninterface PermissionsProps {\n\tpermissions: PermissionSelector;\n}\n\nexport function Permissions({permissions}: PermissionsProps) {\n\tconst ctx = useContext<IAuthContext>(AuthContext);\n\tconst layoutState = useLayoutState();\n\tconst dispatch = useDispatch();\n\n\tuseEffect(() => {\n\t\t(async function iife() {\n\t\t\tpermissions.forEach(permission => {\n\t\t\t\tconst data = Object.keys(layoutState.params).length > 0 ? layoutState.params : undefined;\n\t\t\t\tctx.authorization.can(permission, data).then(result => {\n\t\t\t\t\tdispatch(actions.setPermission({permission, result}));\n\t\t\t\t});\n\t\t\t});\n\t\t})();\n\t}, [dispatch, permissions, ctx.authorization, layoutState.params]);\n\n\treturn null;\n}\n"],"names":[],"mappings":";;;;;;AAQU,MAAM,uCAAuC,EAAA;AAMhD,SAAA,WAAA,CAAqB,EAAC,WAAgC,EAAA,EAAA;AAC5D,EAAM,MAAA,GAAA,GAAM,WAAyB,WAAW,CAAA,CAAA;AAChD,EAAA,MAAM,cAAc,cAAe,EAAA,CAAA;AACnC,EAAA,MAAM,WAAW,WAAY,EAAA,CAAA;AAE7B,EAAA,SAAA,CAAU,MAAM;AACf,IAAC,CAAsB,eAAA,IAAA,GAAA;AACtB,MAAA,WAAA,CAAY,QAAQ,CAAc,UAAA,KAAA;AACjC,QAAM,MAAA,IAAA,GAAO,
|
|
1
|
+
{"version":3,"file":"Permissions.js","sources":["../../../src/datahooks/Permissions.tsx"],"sourcesContent":["import {AuthContext} from '@imperium/auth-client';\nimport type {IAuthContext} from '@imperium/auth-client';\nimport debug from 'debug';\nimport {useContext, useEffect} from 'react';\nimport {useDispatch} from 'react-redux';\nimport {actions, useLayoutState} from '../state';\nimport type {PermissionSelector} from '../types';\n\nconst d = debug('imperium.layout.datahooks.Permissions');\n\ninterface PermissionsProps {\n\tpermissions: PermissionSelector;\n}\n\nexport function Permissions({permissions}: PermissionsProps) {\n\tconst ctx = useContext<IAuthContext>(AuthContext);\n\tconst layoutState = useLayoutState();\n\tconst dispatch = useDispatch();\n\n\tuseEffect(() => {\n\t\t(async function iife() {\n\t\t\tpermissions.forEach(permission => {\n\t\t\t\tconst data = layoutState.params && Object.keys(layoutState.params).length > 0 ? layoutState.params : undefined;\n\t\t\t\tctx.authorization.can(permission, data).then(result => {\n\t\t\t\t\tdispatch(actions.setPermission({permission, result}));\n\t\t\t\t});\n\t\t\t});\n\t\t})();\n\t}, [dispatch, permissions, ctx.authorization, layoutState.params]);\n\n\treturn null;\n}\n"],"names":[],"mappings":";;;;;;AAQU,MAAM,uCAAuC,EAAA;AAMhD,SAAA,WAAA,CAAqB,EAAC,WAAgC,EAAA,EAAA;AAC5D,EAAM,MAAA,GAAA,GAAM,WAAyB,WAAW,CAAA,CAAA;AAChD,EAAA,MAAM,cAAc,cAAe,EAAA,CAAA;AACnC,EAAA,MAAM,WAAW,WAAY,EAAA,CAAA;AAE7B,EAAA,SAAA,CAAU,MAAM;AACf,IAAC,CAAsB,eAAA,IAAA,GAAA;AACtB,MAAA,WAAA,CAAY,QAAQ,CAAc,UAAA,KAAA;AACjC,QAAM,MAAA,IAAA,GAAO,WAAY,CAAA,MAAA,IAAU,MAAO,CAAA,IAAA,CAAK,WAAY,CAAA,MAAM,CAAE,CAAA,MAAA,GAAS,CAAI,GAAA,WAAA,CAAY,MAAS,GAAA,KAAA,CAAA,CAAA;AACrG,QAAA,GAAA,CAAI,cAAc,GAAI,CAAA,UAAA,EAAY,IAAI,CAAA,CAAE,KAAK,CAAU,MAAA,KAAA;AACtD,UAAA,QAAA,CAAS,QAAQ,aAAc,CAAA,EAAC,UAAY,EAAA,MAAA,EAAO,CAAC,CAAA,CAAA;AAAA,SACpD,CAAA,CAAA;AAAA,OACD,CAAA,CAAA;AAAA,KACC,GAAA,CAAA;AAAA,GACJ,EAAG,CAAC,QAAU,EAAA,WAAA,EAAa,IAAI,aAAe,EAAA,WAAA,CAAY,MAAM,CAAC,CAAA,CAAA;AAEjE,EAAO,OAAA,IAAA,CAAA;AACR;;;;"}
|
package/dist/stats.html
CHANGED
|
@@ -2669,7 +2669,7 @@ var drawChart = (function (exports) {
|
|
|
2669
2669
|
</script>
|
|
2670
2670
|
<script>
|
|
2671
2671
|
/*<!--*/
|
|
2672
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src/index.ts","uid":"0300-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"0300-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"0300-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"0300-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"0300-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"0300-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"0300-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"0300-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"0300-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"0300-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"0300-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"0300-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"0300-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"0300-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"0300-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"0300-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"0300-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"0300-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"0300-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"0300-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"0300-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"0300-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"0300-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"0300-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"0300-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"0300-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"0300-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"0300-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"0300-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"0300-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"0300-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"0300-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"0300-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"0300-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"0300-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"0300-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"0300-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"0300-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"0300-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"0300-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"0300-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"0300-83"}]},{"name":"external/style-inject/dist/style-inject.es.js","children":[{"name":"home/runner/work/imperium/imperium/node_modules/style-inject/dist/style-inject.es.js","uid":"0300-85"}]}],"isRoot":true},"nodeParts":{"0300-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"0300-0"},"0300-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"0300-2"},"0300-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"0300-4"},"0300-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"0300-6"},"0300-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"0300-8"},"0300-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"0300-10"},"0300-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"0300-12"},"0300-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"0300-14"},"0300-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"0300-16"},"0300-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"0300-18"},"0300-21":{"renderedLength":641,"gzipLength":323,"brotliLength":284,"mainUid":"0300-20"},"0300-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"0300-22"},"0300-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"0300-24"},"0300-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"0300-26"},"0300-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"0300-28"},"0300-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"0300-30"},"0300-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"0300-32"},"0300-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"0300-34"},"0300-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"0300-36"},"0300-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"0300-38"},"0300-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"0300-40"},"0300-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"0300-42"},"0300-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"0300-44"},"0300-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"0300-46"},"0300-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"0300-48"},"0300-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"0300-50"},"0300-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"0300-52"},"0300-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"0300-54"},"0300-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"0300-56"},"0300-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"0300-58"},"0300-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"0300-60"},"0300-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"0300-62"},"0300-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"0300-64"},"0300-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"0300-66"},"0300-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"0300-68"},"0300-71":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"0300-70"},"0300-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"0300-72"},"0300-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"0300-74"},"0300-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"0300-76"},"0300-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"0300-78"},"0300-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"0300-80"},"0300-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"0300-82"},"0300-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"0300-84"}},"nodeMetas":{"0300-0":{"id":"/src/index.ts","moduleParts":{"index.js":"0300-1"},"imported":[{"uid":"0300-10"},{"uid":"0300-6"},{"uid":"0300-2"},{"uid":"0300-8"},{"uid":"0300-4"}],"importedBy":[],"isEntry":true},"0300-2":{"id":"/src/state.ts","moduleParts":{"state.js":"0300-3"},"imported":[{"uid":"0300-90"},{"uid":"0300-91"}],"importedBy":[{"uid":"0300-0"},{"uid":"0300-10"},{"uid":"0300-20"},{"uid":"0300-22"},{"uid":"0300-24"},{"uid":"0300-28"},{"uid":"0300-52"}]},"0300-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"0300-5"},"imported":[],"importedBy":[{"uid":"0300-0"}]},"0300-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"0300-7"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-16"},{"uid":"0300-18"},{"uid":"0300-20"},{"uid":"0300-12"},{"uid":"0300-22"}],"importedBy":[{"uid":"0300-0"}]},"0300-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"0300-9"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-24"},{"uid":"0300-14"}],"importedBy":[{"uid":"0300-0"}]},"0300-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"0300-11"},"imported":[{"uid":"0300-86"},{"uid":"0300-87"},{"uid":"0300-88"},{"uid":"0300-89"},{"uid":"0300-2"}],"importedBy":[{"uid":"0300-0"}]},"0300-12":{"id":"/src/types.ts","moduleParts":{"types.js":"0300-13"},"imported":[],"importedBy":[{"uid":"0300-6"}]},"0300-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"0300-15"},"imported":[],"importedBy":[{"uid":"0300-8"},{"uid":"0300-46"}]},"0300-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"0300-17"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-92"},{"uid":"0300-93"},{"uid":"0300-26"}],"importedBy":[{"uid":"0300-6"},{"uid":"0300-24"}]},"0300-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"0300-19"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-28"}],"importedBy":[{"uid":"0300-6"}]},"0300-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"0300-21"},"imported":[{"uid":"0300-87"},{"uid":"0300-94"},{"uid":"0300-86"},{"uid":"0300-88"},{"uid":"0300-2"}],"importedBy":[{"uid":"0300-6"}]},"0300-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"0300-23"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-95"},{"uid":"0300-2"},{"uid":"0300-32"},{"uid":"0300-38"},{"uid":"0300-40"},{"uid":"0300-34"}],"importedBy":[{"uid":"0300-6"}]},"0300-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"0300-25"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-96"},{"uid":"0300-88"},{"uid":"0300-16"},{"uid":"0300-2"},{"uid":"0300-30"},{"uid":"0300-42"},{"uid":"0300-44"},{"uid":"0300-46"},{"uid":"0300-36"}],"importedBy":[{"uid":"0300-8"}]},"0300-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"0300-27"},"imported":[{"uid":"0300-87"}],"importedBy":[{"uid":"0300-16"}]},"0300-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"0300-29"},"imported":[{"uid":"0300-87"},{"uid":"0300-88"},{"uid":"0300-2"}],"importedBy":[{"uid":"0300-18"}]},"0300-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"0300-31"},"imported":[{"uid":"0300-96"}],"importedBy":[{"uid":"0300-24"},{"uid":"0300-38"},{"uid":"0300-54"}]},"0300-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"0300-33"},"imported":[{"uid":"0300-86"},{"uid":"0300-96"},{"uid":"0300-48"}],"importedBy":[{"uid":"0300-22"}]},"0300-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"0300-35"},"imported":[{"uid":"0300-84"}],"importedBy":[{"uid":"0300-22"},{"uid":"0300-40"},{"uid":"0300-76"}]},"0300-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"0300-37"},"imported":[{"uid":"0300-84"}],"importedBy":[{"uid":"0300-24"},{"uid":"0300-44"}]},"0300-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"0300-39"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-95"},{"uid":"0300-30"},{"uid":"0300-50"},{"uid":"0300-54"}],"importedBy":[{"uid":"0300-22"}]},"0300-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"0300-41"},"imported":[{"uid":"0300-87"},{"uid":"0300-95"},{"uid":"0300-34"}],"importedBy":[{"uid":"0300-22"}]},"0300-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"0300-43"},"imported":[{"uid":"0300-52"}],"importedBy":[{"uid":"0300-24"},{"uid":"0300-46"}]},"0300-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"0300-45"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-36"}],"importedBy":[{"uid":"0300-24"}]},"0300-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"0300-47"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-97"},{"uid":"0300-95"},{"uid":"0300-42"},{"uid":"0300-14"},{"uid":"0300-56"},{"uid":"0300-58"},{"uid":"0300-60"},{"uid":"0300-62"}],"importedBy":[{"uid":"0300-24"}]},"0300-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"0300-49"},"imported":[],"importedBy":[{"uid":"0300-32"},{"uid":"0300-54"}]},"0300-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"0300-51"},"imported":[{"uid":"0300-87"},{"uid":"0300-93"},{"uid":"0300-95"},{"uid":"0300-64"}],"importedBy":[{"uid":"0300-38"},{"uid":"0300-76"},{"uid":"0300-80"}]},"0300-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"0300-53"},"imported":[{"uid":"0300-94"},{"uid":"0300-86"},{"uid":"0300-96"},{"uid":"0300-93"},{"uid":"0300-2"},{"uid":"0300-66"},{"uid":"0300-68"},{"uid":"0300-70"}],"importedBy":[{"uid":"0300-42"},{"uid":"0300-54"}]},"0300-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"0300-55"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-97"},{"uid":"0300-95"},{"uid":"0300-52"},{"uid":"0300-30"},{"uid":"0300-48"},{"uid":"0300-74"},{"uid":"0300-76"},{"uid":"0300-78"},{"uid":"0300-80"}],"importedBy":[{"uid":"0300-38"}]},"0300-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"0300-57"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-95"},{"uid":"0300-72"},{"uid":"0300-82"}],"importedBy":[{"uid":"0300-46"}]},"0300-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"0300-59"},"imported":[{"uid":"0300-87"},{"uid":"0300-95"},{"uid":"0300-72"}],"importedBy":[{"uid":"0300-46"}]},"0300-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"0300-61"},"imported":[{"uid":"0300-87"}],"importedBy":[{"uid":"0300-46"}]},"0300-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"0300-63"},"imported":[{"uid":"0300-87"},{"uid":"0300-93"},{"uid":"0300-95"},{"uid":"0300-72"}],"importedBy":[{"uid":"0300-46"}]},"0300-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"0300-65"},"imported":[],"importedBy":[{"uid":"0300-50"},{"uid":"0300-66"}]},"0300-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"0300-67"},"imported":[{"uid":"0300-98"},{"uid":"0300-64"}],"importedBy":[{"uid":"0300-52"}]},"0300-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"0300-69"},"imported":[{"uid":"0300-96"}],"importedBy":[{"uid":"0300-52"}]},"0300-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"0300-71"},"imported":[{"uid":"0300-96"}],"importedBy":[{"uid":"0300-52"}]},"0300-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"0300-73"},"imported":[{"uid":"0300-87"},{"uid":"0300-95"}],"importedBy":[{"uid":"0300-56"},{"uid":"0300-58"},{"uid":"0300-62"}]},"0300-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"0300-75"},"imported":[{"uid":"0300-87"}],"importedBy":[{"uid":"0300-54"}]},"0300-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"0300-77"},"imported":[{"uid":"0300-87"},{"uid":"0300-86"},{"uid":"0300-95"},{"uid":"0300-50"},{"uid":"0300-34"}],"importedBy":[{"uid":"0300-54"}]},"0300-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"0300-79"},"imported":[{"uid":"0300-87"},{"uid":"0300-95"}],"importedBy":[{"uid":"0300-54"}]},"0300-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"0300-81"},"imported":[{"uid":"0300-87"},{"uid":"0300-95"},{"uid":"0300-50"}],"importedBy":[{"uid":"0300-54"}]},"0300-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"0300-83"},"imported":[{"uid":"0300-87"},{"uid":"0300-99"},{"uid":"0300-86"},{"uid":"0300-95"}],"importedBy":[{"uid":"0300-56"}]},"0300-84":{"id":"/home/runner/work/imperium/imperium/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"external/style-inject/dist/style-inject.es.js":"0300-85"},"imported":[],"importedBy":[{"uid":"0300-34"},{"uid":"0300-36"}]},"0300-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-10"},{"uid":"0300-6"},{"uid":"0300-8"},{"uid":"0300-16"},{"uid":"0300-18"},{"uid":"0300-20"},{"uid":"0300-22"},{"uid":"0300-24"},{"uid":"0300-32"},{"uid":"0300-38"},{"uid":"0300-44"},{"uid":"0300-46"},{"uid":"0300-54"},{"uid":"0300-52"},{"uid":"0300-56"},{"uid":"0300-76"},{"uid":"0300-82"}],"isExternal":true},"0300-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-10"},{"uid":"0300-6"},{"uid":"0300-8"},{"uid":"0300-16"},{"uid":"0300-18"},{"uid":"0300-20"},{"uid":"0300-22"},{"uid":"0300-24"},{"uid":"0300-26"},{"uid":"0300-28"},{"uid":"0300-38"},{"uid":"0300-40"},{"uid":"0300-44"},{"uid":"0300-46"},{"uid":"0300-50"},{"uid":"0300-54"},{"uid":"0300-56"},{"uid":"0300-58"},{"uid":"0300-60"},{"uid":"0300-62"},{"uid":"0300-74"},{"uid":"0300-76"},{"uid":"0300-78"},{"uid":"0300-80"},{"uid":"0300-72"},{"uid":"0300-82"}],"isExternal":true},"0300-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-10"},{"uid":"0300-20"},{"uid":"0300-24"},{"uid":"0300-28"}],"isExternal":true},"0300-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-10"}],"isExternal":true},"0300-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-2"}],"isExternal":true},"0300-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-2"}],"isExternal":true},"0300-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-16"}],"isExternal":true},"0300-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-16"},{"uid":"0300-50"},{"uid":"0300-52"},{"uid":"0300-62"}],"isExternal":true},"0300-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-20"},{"uid":"0300-52"}],"isExternal":true},"0300-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-22"},{"uid":"0300-38"},{"uid":"0300-40"},{"uid":"0300-46"},{"uid":"0300-50"},{"uid":"0300-54"},{"uid":"0300-56"},{"uid":"0300-58"},{"uid":"0300-62"},{"uid":"0300-76"},{"uid":"0300-78"},{"uid":"0300-80"},{"uid":"0300-72"},{"uid":"0300-82"}],"isExternal":true},"0300-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-24"},{"uid":"0300-32"},{"uid":"0300-30"},{"uid":"0300-52"},{"uid":"0300-68"},{"uid":"0300-70"}],"isExternal":true},"0300-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-46"},{"uid":"0300-54"}],"isExternal":true},"0300-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-66"}],"isExternal":true},"0300-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"0300-82"}],"isExternal":true}},"env":{"rollup":"2.70.1"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
|
|
2672
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src/index.ts","uid":"1731-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"1731-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"1731-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"1731-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"1731-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"1731-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"1731-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"1731-15"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"1731-17"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"1731-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"1731-21"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"1731-23"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"1731-25"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"1731-27"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"1731-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"1731-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"1731-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"1731-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"1731-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"1731-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"1731-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"1731-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"1731-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"1731-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"1731-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"1731-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"1731-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"1731-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"1731-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"1731-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"1731-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"1731-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"1731-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"1731-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"1731-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"1731-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"1731-73"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"1731-75"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"1731-77"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"1731-79"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"1731-81"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"1731-83"}]},{"name":"external/style-inject/dist/style-inject.es.js","children":[{"name":"home/mike/dev/esm/imperium-esm/node_modules/style-inject/dist/style-inject.es.js","uid":"1731-85"}]}],"isRoot":true},"nodeParts":{"1731-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"1731-0"},"1731-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"1731-2"},"1731-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"1731-4"},"1731-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"1731-6"},"1731-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"1731-8"},"1731-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"1731-10"},"1731-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"1731-12"},"1731-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"1731-14"},"1731-17":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"1731-16"},"1731-19":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"1731-18"},"1731-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"1731-20"},"1731-23":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"1731-22"},"1731-25":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"1731-24"},"1731-27":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"1731-26"},"1731-29":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"1731-28"},"1731-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"1731-30"},"1731-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"1731-32"},"1731-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"1731-34"},"1731-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"1731-36"},"1731-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"1731-38"},"1731-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"1731-40"},"1731-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"1731-42"},"1731-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"1731-44"},"1731-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"1731-46"},"1731-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"1731-48"},"1731-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"1731-50"},"1731-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"1731-52"},"1731-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"1731-54"},"1731-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"1731-56"},"1731-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"1731-58"},"1731-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"1731-60"},"1731-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"1731-62"},"1731-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"1731-64"},"1731-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"1731-66"},"1731-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"1731-68"},"1731-71":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"1731-70"},"1731-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"1731-72"},"1731-75":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"1731-74"},"1731-77":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"1731-76"},"1731-79":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"1731-78"},"1731-81":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"1731-80"},"1731-83":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"1731-82"},"1731-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"1731-84"}},"nodeMetas":{"1731-0":{"id":"/src/index.ts","moduleParts":{"index.js":"1731-1"},"imported":[{"uid":"1731-10"},{"uid":"1731-6"},{"uid":"1731-2"},{"uid":"1731-8"},{"uid":"1731-4"}],"importedBy":[],"isEntry":true},"1731-2":{"id":"/src/state.ts","moduleParts":{"state.js":"1731-3"},"imported":[{"uid":"1731-90"},{"uid":"1731-91"}],"importedBy":[{"uid":"1731-0"},{"uid":"1731-10"},{"uid":"1731-20"},{"uid":"1731-24"},{"uid":"1731-22"},{"uid":"1731-26"},{"uid":"1731-52"}]},"1731-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"1731-5"},"imported":[],"importedBy":[{"uid":"1731-0"}]},"1731-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"1731-7"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-18"},{"uid":"1731-16"},{"uid":"1731-20"},{"uid":"1731-12"},{"uid":"1731-24"}],"importedBy":[{"uid":"1731-0"}]},"1731-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"1731-9"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-22"},{"uid":"1731-14"}],"importedBy":[{"uid":"1731-0"}]},"1731-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"1731-11"},"imported":[{"uid":"1731-86"},{"uid":"1731-87"},{"uid":"1731-88"},{"uid":"1731-89"},{"uid":"1731-2"}],"importedBy":[{"uid":"1731-0"}]},"1731-12":{"id":"/src/types.ts","moduleParts":{"types.js":"1731-13"},"imported":[],"importedBy":[{"uid":"1731-6"}]},"1731-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"1731-15"},"imported":[],"importedBy":[{"uid":"1731-8"},{"uid":"1731-46"}]},"1731-16":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"1731-17"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-26"}],"importedBy":[{"uid":"1731-6"}]},"1731-18":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"1731-19"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-92"},{"uid":"1731-93"},{"uid":"1731-28"}],"importedBy":[{"uid":"1731-6"},{"uid":"1731-22"}]},"1731-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"1731-21"},"imported":[{"uid":"1731-87"},{"uid":"1731-94"},{"uid":"1731-86"},{"uid":"1731-88"},{"uid":"1731-2"}],"importedBy":[{"uid":"1731-6"}]},"1731-22":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"1731-23"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-96"},{"uid":"1731-88"},{"uid":"1731-18"},{"uid":"1731-2"},{"uid":"1731-30"},{"uid":"1731-42"},{"uid":"1731-44"},{"uid":"1731-46"},{"uid":"1731-36"}],"importedBy":[{"uid":"1731-8"}]},"1731-24":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"1731-25"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-95"},{"uid":"1731-2"},{"uid":"1731-32"},{"uid":"1731-38"},{"uid":"1731-40"},{"uid":"1731-34"}],"importedBy":[{"uid":"1731-6"}]},"1731-26":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"1731-27"},"imported":[{"uid":"1731-87"},{"uid":"1731-88"},{"uid":"1731-2"}],"importedBy":[{"uid":"1731-16"}]},"1731-28":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"1731-29"},"imported":[{"uid":"1731-87"}],"importedBy":[{"uid":"1731-18"}]},"1731-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"1731-31"},"imported":[{"uid":"1731-96"}],"importedBy":[{"uid":"1731-22"},{"uid":"1731-38"},{"uid":"1731-54"}]},"1731-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"1731-33"},"imported":[{"uid":"1731-86"},{"uid":"1731-96"},{"uid":"1731-48"}],"importedBy":[{"uid":"1731-24"}]},"1731-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"1731-35"},"imported":[{"uid":"1731-84"}],"importedBy":[{"uid":"1731-24"},{"uid":"1731-40"},{"uid":"1731-78"}]},"1731-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"1731-37"},"imported":[{"uid":"1731-84"}],"importedBy":[{"uid":"1731-22"},{"uid":"1731-44"}]},"1731-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"1731-39"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-95"},{"uid":"1731-30"},{"uid":"1731-50"},{"uid":"1731-54"}],"importedBy":[{"uid":"1731-24"}]},"1731-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"1731-41"},"imported":[{"uid":"1731-87"},{"uid":"1731-95"},{"uid":"1731-34"}],"importedBy":[{"uid":"1731-24"}]},"1731-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"1731-43"},"imported":[{"uid":"1731-52"}],"importedBy":[{"uid":"1731-22"},{"uid":"1731-46"}]},"1731-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"1731-45"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-36"}],"importedBy":[{"uid":"1731-22"}]},"1731-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"1731-47"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-97"},{"uid":"1731-95"},{"uid":"1731-42"},{"uid":"1731-14"},{"uid":"1731-56"},{"uid":"1731-58"},{"uid":"1731-60"},{"uid":"1731-62"}],"importedBy":[{"uid":"1731-22"}]},"1731-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"1731-49"},"imported":[],"importedBy":[{"uid":"1731-32"},{"uid":"1731-54"}]},"1731-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"1731-51"},"imported":[{"uid":"1731-87"},{"uid":"1731-93"},{"uid":"1731-95"},{"uid":"1731-64"}],"importedBy":[{"uid":"1731-38"},{"uid":"1731-78"},{"uid":"1731-82"}]},"1731-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"1731-53"},"imported":[{"uid":"1731-94"},{"uid":"1731-86"},{"uid":"1731-96"},{"uid":"1731-93"},{"uid":"1731-2"},{"uid":"1731-66"},{"uid":"1731-68"},{"uid":"1731-70"}],"importedBy":[{"uid":"1731-42"},{"uid":"1731-54"}]},"1731-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"1731-55"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-97"},{"uid":"1731-95"},{"uid":"1731-52"},{"uid":"1731-30"},{"uid":"1731-48"},{"uid":"1731-76"},{"uid":"1731-78"},{"uid":"1731-80"},{"uid":"1731-82"}],"importedBy":[{"uid":"1731-38"}]},"1731-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"1731-57"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-95"},{"uid":"1731-72"},{"uid":"1731-74"}],"importedBy":[{"uid":"1731-46"}]},"1731-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"1731-59"},"imported":[{"uid":"1731-87"},{"uid":"1731-95"},{"uid":"1731-72"}],"importedBy":[{"uid":"1731-46"}]},"1731-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"1731-61"},"imported":[{"uid":"1731-87"}],"importedBy":[{"uid":"1731-46"}]},"1731-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"1731-63"},"imported":[{"uid":"1731-87"},{"uid":"1731-93"},{"uid":"1731-95"},{"uid":"1731-72"}],"importedBy":[{"uid":"1731-46"}]},"1731-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"1731-65"},"imported":[],"importedBy":[{"uid":"1731-50"},{"uid":"1731-66"}]},"1731-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"1731-67"},"imported":[{"uid":"1731-98"},{"uid":"1731-64"}],"importedBy":[{"uid":"1731-52"}]},"1731-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"1731-69"},"imported":[{"uid":"1731-96"}],"importedBy":[{"uid":"1731-52"}]},"1731-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"1731-71"},"imported":[{"uid":"1731-96"}],"importedBy":[{"uid":"1731-52"}]},"1731-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"1731-73"},"imported":[{"uid":"1731-87"},{"uid":"1731-95"}],"importedBy":[{"uid":"1731-56"},{"uid":"1731-58"},{"uid":"1731-62"}]},"1731-74":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"1731-75"},"imported":[{"uid":"1731-87"},{"uid":"1731-99"},{"uid":"1731-86"},{"uid":"1731-95"}],"importedBy":[{"uid":"1731-56"}]},"1731-76":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"1731-77"},"imported":[{"uid":"1731-87"}],"importedBy":[{"uid":"1731-54"}]},"1731-78":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"1731-79"},"imported":[{"uid":"1731-87"},{"uid":"1731-86"},{"uid":"1731-95"},{"uid":"1731-50"},{"uid":"1731-34"}],"importedBy":[{"uid":"1731-54"}]},"1731-80":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"1731-81"},"imported":[{"uid":"1731-87"},{"uid":"1731-95"}],"importedBy":[{"uid":"1731-54"}]},"1731-82":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"1731-83"},"imported":[{"uid":"1731-87"},{"uid":"1731-95"},{"uid":"1731-50"}],"importedBy":[{"uid":"1731-54"}]},"1731-84":{"id":"/home/mike/dev/esm/imperium-esm/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"external/style-inject/dist/style-inject.es.js":"1731-85"},"imported":[],"importedBy":[{"uid":"1731-34"},{"uid":"1731-36"}]},"1731-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-10"},{"uid":"1731-6"},{"uid":"1731-8"},{"uid":"1731-18"},{"uid":"1731-16"},{"uid":"1731-20"},{"uid":"1731-24"},{"uid":"1731-22"},{"uid":"1731-32"},{"uid":"1731-38"},{"uid":"1731-44"},{"uid":"1731-46"},{"uid":"1731-54"},{"uid":"1731-52"},{"uid":"1731-56"},{"uid":"1731-78"},{"uid":"1731-74"}],"isExternal":true},"1731-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-10"},{"uid":"1731-6"},{"uid":"1731-8"},{"uid":"1731-18"},{"uid":"1731-16"},{"uid":"1731-20"},{"uid":"1731-24"},{"uid":"1731-22"},{"uid":"1731-28"},{"uid":"1731-26"},{"uid":"1731-38"},{"uid":"1731-40"},{"uid":"1731-44"},{"uid":"1731-46"},{"uid":"1731-50"},{"uid":"1731-54"},{"uid":"1731-56"},{"uid":"1731-58"},{"uid":"1731-60"},{"uid":"1731-62"},{"uid":"1731-76"},{"uid":"1731-78"},{"uid":"1731-80"},{"uid":"1731-82"},{"uid":"1731-72"},{"uid":"1731-74"}],"isExternal":true},"1731-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-10"},{"uid":"1731-20"},{"uid":"1731-22"},{"uid":"1731-26"}],"isExternal":true},"1731-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-10"}],"isExternal":true},"1731-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-2"}],"isExternal":true},"1731-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-2"}],"isExternal":true},"1731-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-18"}],"isExternal":true},"1731-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-18"},{"uid":"1731-50"},{"uid":"1731-52"},{"uid":"1731-62"}],"isExternal":true},"1731-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-20"},{"uid":"1731-52"}],"isExternal":true},"1731-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-24"},{"uid":"1731-38"},{"uid":"1731-40"},{"uid":"1731-46"},{"uid":"1731-50"},{"uid":"1731-54"},{"uid":"1731-56"},{"uid":"1731-58"},{"uid":"1731-62"},{"uid":"1731-78"},{"uid":"1731-80"},{"uid":"1731-82"},{"uid":"1731-72"},{"uid":"1731-74"}],"isExternal":true},"1731-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-22"},{"uid":"1731-32"},{"uid":"1731-30"},{"uid":"1731-52"},{"uid":"1731-68"},{"uid":"1731-70"}],"isExternal":true},"1731-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-46"},{"uid":"1731-54"}],"isExternal":true},"1731-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-66"}],"isExternal":true},"1731-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"1731-74"}],"isExternal":true}},"env":{"rollup":"2.70.1"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
|
|
2673
2673
|
|
|
2674
2674
|
const run = () => {
|
|
2675
2675
|
const width = window.innerWidth;
|
package/dist/stats.txt
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
-----------------------------
|
|
2
|
+
Rollup File Analysis
|
|
3
|
+
-----------------------------
|
|
4
|
+
bundle size: 31.309 KB
|
|
5
|
+
original size: 51.651 KB
|
|
6
|
+
code reduction: 39.38 %
|
|
7
|
+
module count: 43
|
|
8
|
+
|
|
9
|
+
/src/layout/components/styles.module.css
|
|
10
|
+
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.14 % (3.176 KB)
|
|
11
|
+
/src/layout/components/Layout.tsx
|
|
12
|
+
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.4 % (2.629 KB)
|
|
13
|
+
/src/content/components/ContentComponent.tsx
|
|
14
|
+
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.29 % (1.97 KB)
|
|
15
|
+
/src/layout/withLayout.tsx
|
|
16
|
+
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.24 % (1.955 KB)
|
|
17
|
+
/src/content/components/ActionForm.tsx
|
|
18
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.32 % (1.667 KB)
|
|
19
|
+
/src/layout/components/LayoutItemWrapper.tsx
|
|
20
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8 % (1.503 KB)
|
|
21
|
+
/src/content/components/styles.module.css
|
|
22
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.69 % (1.469 KB)
|
|
23
|
+
/src/layout/moveItems.ts
|
|
24
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.47 % (1.401 KB)
|
|
25
|
+
/src/content/components/SidebarItemWrapper.tsx
|
|
26
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.8 % (1.189 KB)
|
|
27
|
+
/src/layout/components/DropdownItem.tsx
|
|
28
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.77 % (1.179 KB)
|
|
29
|
+
/src/datahooks/DataHooks.tsx
|
|
30
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.18 % (997 Bytes)
|
|
31
|
+
/src/layout/utils.tsx
|
|
32
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.92 % (915 Bytes)
|
|
33
|
+
/src/hooks/useBuildData.ts
|
|
34
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.51 % (785 Bytes)
|
|
35
|
+
/src/layout/components/LayoutItemBar.tsx
|
|
36
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.32 % (726 Bytes)
|
|
37
|
+
/src/datahooks/Permissions.tsx
|
|
38
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.12 % (663 Bytes)
|
|
39
|
+
/src/content/components/ActionFormSidebarItemComponent.tsx
|
|
40
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.12 % (663 Bytes)
|
|
41
|
+
/src/content/createPages.tsx
|
|
42
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.08 % (650 Bytes)
|
|
43
|
+
/home/mike/dev/esm/imperium-esm/node_modules/style-inject/dist/style-inject.es.js
|
|
44
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.03 % (636 Bytes)
|
|
45
|
+
/src/content/utils.tsx
|
|
46
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.01 % (628 Bytes)
|
|
47
|
+
/src/content/components/Header.tsx
|
|
48
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.78 % (556 Bytes)
|
|
49
|
+
/src/hooks/useIsActiveRoute.ts
|
|
50
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.64 % (514 Bytes)
|
|
51
|
+
/src/state.ts
|
|
52
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.56 % (489 Bytes)
|
|
53
|
+
/src/layout/hooks/useMobileLayout.ts
|
|
54
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.42 % (445 Bytes)
|
|
55
|
+
/src/content/components/ActionSidebarItemComponent.tsx
|
|
56
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.16 % (362 Bytes)
|
|
57
|
+
/src/datahooks/ExecutePermissionHook.tsx
|
|
58
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1 % (345 Bytes)
|
|
59
|
+
/src/content/components/PlainSidebarItem.tsx
|
|
60
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1 % (344 Bytes)
|
|
61
|
+
/src/datahooks/PermissionHooks.tsx
|
|
62
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.08 % (339 Bytes)
|
|
63
|
+
/src/layout/components/SecondaryMenuToggleItem.tsx
|
|
64
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.07 % (335 Bytes)
|
|
65
|
+
/src/content/types.ts
|
|
66
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.01 % (315 Bytes)
|
|
67
|
+
/src/hooks/useSelectPermission.ts
|
|
68
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.94 % (294 Bytes)
|
|
69
|
+
/src/content/hooks/useBuildContentData.ts
|
|
70
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.82 % (257 Bytes)
|
|
71
|
+
/src/hooks/useSelectState.ts
|
|
72
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.81 % (254 Bytes)
|
|
73
|
+
/src/layout/components/MenuItem.tsx
|
|
74
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.8 % (252 Bytes)
|
|
75
|
+
/src/layout/components/PlainItem.tsx
|
|
76
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.78 % (244 Bytes)
|
|
77
|
+
/src/commonItems.ts
|
|
78
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.65 % (203 Bytes)
|
|
79
|
+
/src/layout/types.ts
|
|
80
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.61 % (191 Bytes)
|
|
81
|
+
/src/index.ts
|
|
82
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.59 % (184 Bytes)
|
|
83
|
+
/src/utils.ts
|
|
84
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.46 % (145 Bytes)
|
|
85
|
+
/src/types.ts
|
|
86
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.39 % (121 Bytes)
|
|
87
|
+
/src/datahooks/ExecuteDataHook.tsx
|
|
88
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.3 % (95 Bytes)
|
|
89
|
+
/src/content/components/CustomSidebarItemComponent.tsx
|
|
90
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.27 % (83 Bytes)
|
|
91
|
+
/src/layout/components/CustomLayoutItemComponent.tsx
|
|
92
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.26 % (82 Bytes)
|
|
93
|
+
/src/content/dividerSidebarItem.ts
|
|
94
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.19 % (59 Bytes)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imperium/layout",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.4.1",
|
|
4
4
|
"description": "Imperium Layout package",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/darkadept/imperium/issues"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@imperium/auth-client": "^10.
|
|
34
|
+
"@imperium/auth-client": "^10.4.0",
|
|
35
35
|
"@imperium/client": "^10.0.3",
|
|
36
36
|
"@imperium/router": "^10.0.3",
|
|
37
37
|
"@imperium/state": "^10.0.3",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "4ec1e860f799aafc051bb303d4bf0eb165bc9e24"
|
|
62
62
|
}
|