@imperium/layout 10.4.0 → 10.4.2-alpha.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.
|
@@ -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":"5ce9-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"5ce9-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"5ce9-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"5ce9-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"5ce9-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"5ce9-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"5ce9-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"5ce9-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"5ce9-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"5ce9-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"5ce9-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"5ce9-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"5ce9-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"5ce9-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"5ce9-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"5ce9-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"5ce9-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"5ce9-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"5ce9-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"5ce9-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"5ce9-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"5ce9-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"5ce9-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"5ce9-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"5ce9-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"5ce9-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"5ce9-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"5ce9-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"5ce9-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"5ce9-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"5ce9-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"5ce9-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"5ce9-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"5ce9-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"5ce9-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"5ce9-71"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"5ce9-73"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"5ce9-75"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"5ce9-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"5ce9-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"5ce9-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"5ce9-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":"5ce9-85"}]}],"isRoot":true},"nodeParts":{"5ce9-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"5ce9-0"},"5ce9-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"5ce9-2"},"5ce9-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"5ce9-4"},"5ce9-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"5ce9-6"},"5ce9-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"5ce9-8"},"5ce9-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"5ce9-10"},"5ce9-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"5ce9-12"},"5ce9-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"5ce9-14"},"5ce9-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"5ce9-16"},"5ce9-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"5ce9-18"},"5ce9-21":{"renderedLength":641,"gzipLength":323,"brotliLength":284,"mainUid":"5ce9-20"},"5ce9-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"5ce9-22"},"5ce9-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"5ce9-24"},"5ce9-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"5ce9-26"},"5ce9-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"5ce9-28"},"5ce9-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"5ce9-30"},"5ce9-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"5ce9-32"},"5ce9-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"5ce9-34"},"5ce9-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"5ce9-36"},"5ce9-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"5ce9-38"},"5ce9-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"5ce9-40"},"5ce9-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"5ce9-42"},"5ce9-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"5ce9-44"},"5ce9-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"5ce9-46"},"5ce9-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"5ce9-48"},"5ce9-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"5ce9-50"},"5ce9-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"5ce9-52"},"5ce9-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"5ce9-54"},"5ce9-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"5ce9-56"},"5ce9-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"5ce9-58"},"5ce9-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"5ce9-60"},"5ce9-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"5ce9-62"},"5ce9-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"5ce9-64"},"5ce9-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"5ce9-66"},"5ce9-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"5ce9-68"},"5ce9-71":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"5ce9-70"},"5ce9-73":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"5ce9-72"},"5ce9-75":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"5ce9-74"},"5ce9-77":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"5ce9-76"},"5ce9-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"5ce9-78"},"5ce9-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"5ce9-80"},"5ce9-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"5ce9-82"},"5ce9-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"5ce9-84"}},"nodeMetas":{"5ce9-0":{"id":"/src/index.ts","moduleParts":{"index.js":"5ce9-1"},"imported":[{"uid":"5ce9-10"},{"uid":"5ce9-6"},{"uid":"5ce9-2"},{"uid":"5ce9-8"},{"uid":"5ce9-4"}],"importedBy":[],"isEntry":true},"5ce9-2":{"id":"/src/state.ts","moduleParts":{"state.js":"5ce9-3"},"imported":[{"uid":"5ce9-90"},{"uid":"5ce9-91"}],"importedBy":[{"uid":"5ce9-0"},{"uid":"5ce9-10"},{"uid":"5ce9-20"},{"uid":"5ce9-22"},{"uid":"5ce9-24"},{"uid":"5ce9-28"},{"uid":"5ce9-52"}]},"5ce9-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"5ce9-5"},"imported":[],"importedBy":[{"uid":"5ce9-0"}]},"5ce9-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"5ce9-7"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-16"},{"uid":"5ce9-18"},{"uid":"5ce9-20"},{"uid":"5ce9-12"},{"uid":"5ce9-22"}],"importedBy":[{"uid":"5ce9-0"}]},"5ce9-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"5ce9-9"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-24"},{"uid":"5ce9-14"}],"importedBy":[{"uid":"5ce9-0"}]},"5ce9-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"5ce9-11"},"imported":[{"uid":"5ce9-86"},{"uid":"5ce9-87"},{"uid":"5ce9-88"},{"uid":"5ce9-89"},{"uid":"5ce9-2"}],"importedBy":[{"uid":"5ce9-0"}]},"5ce9-12":{"id":"/src/types.ts","moduleParts":{"types.js":"5ce9-13"},"imported":[],"importedBy":[{"uid":"5ce9-6"}]},"5ce9-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"5ce9-15"},"imported":[],"importedBy":[{"uid":"5ce9-8"},{"uid":"5ce9-46"}]},"5ce9-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"5ce9-17"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-92"},{"uid":"5ce9-93"},{"uid":"5ce9-26"}],"importedBy":[{"uid":"5ce9-6"},{"uid":"5ce9-24"}]},"5ce9-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"5ce9-19"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-28"}],"importedBy":[{"uid":"5ce9-6"}]},"5ce9-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"5ce9-21"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-94"},{"uid":"5ce9-86"},{"uid":"5ce9-88"},{"uid":"5ce9-2"}],"importedBy":[{"uid":"5ce9-6"}]},"5ce9-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"5ce9-23"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-95"},{"uid":"5ce9-2"},{"uid":"5ce9-32"},{"uid":"5ce9-38"},{"uid":"5ce9-40"},{"uid":"5ce9-34"}],"importedBy":[{"uid":"5ce9-6"}]},"5ce9-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"5ce9-25"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-96"},{"uid":"5ce9-88"},{"uid":"5ce9-16"},{"uid":"5ce9-2"},{"uid":"5ce9-30"},{"uid":"5ce9-42"},{"uid":"5ce9-44"},{"uid":"5ce9-46"},{"uid":"5ce9-36"}],"importedBy":[{"uid":"5ce9-8"}]},"5ce9-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"5ce9-27"},"imported":[{"uid":"5ce9-87"}],"importedBy":[{"uid":"5ce9-16"}]},"5ce9-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"5ce9-29"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-88"},{"uid":"5ce9-2"}],"importedBy":[{"uid":"5ce9-18"}]},"5ce9-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"5ce9-31"},"imported":[{"uid":"5ce9-96"}],"importedBy":[{"uid":"5ce9-24"},{"uid":"5ce9-38"},{"uid":"5ce9-54"}]},"5ce9-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"5ce9-33"},"imported":[{"uid":"5ce9-86"},{"uid":"5ce9-96"},{"uid":"5ce9-48"}],"importedBy":[{"uid":"5ce9-22"}]},"5ce9-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"5ce9-35"},"imported":[{"uid":"5ce9-84"}],"importedBy":[{"uid":"5ce9-22"},{"uid":"5ce9-40"},{"uid":"5ce9-74"}]},"5ce9-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"5ce9-37"},"imported":[{"uid":"5ce9-84"}],"importedBy":[{"uid":"5ce9-24"},{"uid":"5ce9-44"}]},"5ce9-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"5ce9-39"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-95"},{"uid":"5ce9-30"},{"uid":"5ce9-50"},{"uid":"5ce9-54"}],"importedBy":[{"uid":"5ce9-22"}]},"5ce9-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"5ce9-41"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-95"},{"uid":"5ce9-34"}],"importedBy":[{"uid":"5ce9-22"}]},"5ce9-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"5ce9-43"},"imported":[{"uid":"5ce9-52"}],"importedBy":[{"uid":"5ce9-24"},{"uid":"5ce9-46"}]},"5ce9-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"5ce9-45"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-36"}],"importedBy":[{"uid":"5ce9-24"}]},"5ce9-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"5ce9-47"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-97"},{"uid":"5ce9-95"},{"uid":"5ce9-42"},{"uid":"5ce9-14"},{"uid":"5ce9-56"},{"uid":"5ce9-58"},{"uid":"5ce9-60"},{"uid":"5ce9-62"}],"importedBy":[{"uid":"5ce9-24"}]},"5ce9-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"5ce9-49"},"imported":[],"importedBy":[{"uid":"5ce9-32"},{"uid":"5ce9-54"}]},"5ce9-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"5ce9-51"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-93"},{"uid":"5ce9-95"},{"uid":"5ce9-64"}],"importedBy":[{"uid":"5ce9-38"},{"uid":"5ce9-74"},{"uid":"5ce9-80"}]},"5ce9-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"5ce9-53"},"imported":[{"uid":"5ce9-94"},{"uid":"5ce9-86"},{"uid":"5ce9-96"},{"uid":"5ce9-93"},{"uid":"5ce9-2"},{"uid":"5ce9-66"},{"uid":"5ce9-68"},{"uid":"5ce9-70"}],"importedBy":[{"uid":"5ce9-42"},{"uid":"5ce9-54"}]},"5ce9-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"5ce9-55"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-97"},{"uid":"5ce9-95"},{"uid":"5ce9-52"},{"uid":"5ce9-30"},{"uid":"5ce9-48"},{"uid":"5ce9-72"},{"uid":"5ce9-74"},{"uid":"5ce9-78"},{"uid":"5ce9-80"}],"importedBy":[{"uid":"5ce9-38"}]},"5ce9-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"5ce9-57"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-95"},{"uid":"5ce9-76"},{"uid":"5ce9-82"}],"importedBy":[{"uid":"5ce9-46"}]},"5ce9-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"5ce9-59"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-95"},{"uid":"5ce9-76"}],"importedBy":[{"uid":"5ce9-46"}]},"5ce9-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"5ce9-61"},"imported":[{"uid":"5ce9-87"}],"importedBy":[{"uid":"5ce9-46"}]},"5ce9-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"5ce9-63"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-93"},{"uid":"5ce9-95"},{"uid":"5ce9-76"}],"importedBy":[{"uid":"5ce9-46"}]},"5ce9-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"5ce9-65"},"imported":[],"importedBy":[{"uid":"5ce9-50"},{"uid":"5ce9-66"}]},"5ce9-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"5ce9-67"},"imported":[{"uid":"5ce9-98"},{"uid":"5ce9-64"}],"importedBy":[{"uid":"5ce9-52"}]},"5ce9-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"5ce9-69"},"imported":[{"uid":"5ce9-96"}],"importedBy":[{"uid":"5ce9-52"}]},"5ce9-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"5ce9-71"},"imported":[{"uid":"5ce9-96"}],"importedBy":[{"uid":"5ce9-52"}]},"5ce9-72":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"5ce9-73"},"imported":[{"uid":"5ce9-87"}],"importedBy":[{"uid":"5ce9-54"}]},"5ce9-74":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"5ce9-75"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-86"},{"uid":"5ce9-95"},{"uid":"5ce9-50"},{"uid":"5ce9-34"}],"importedBy":[{"uid":"5ce9-54"}]},"5ce9-76":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"5ce9-77"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-95"}],"importedBy":[{"uid":"5ce9-56"},{"uid":"5ce9-58"},{"uid":"5ce9-62"}]},"5ce9-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"5ce9-79"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-95"}],"importedBy":[{"uid":"5ce9-54"}]},"5ce9-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"5ce9-81"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-95"},{"uid":"5ce9-50"}],"importedBy":[{"uid":"5ce9-54"}]},"5ce9-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"5ce9-83"},"imported":[{"uid":"5ce9-87"},{"uid":"5ce9-99"},{"uid":"5ce9-86"},{"uid":"5ce9-95"}],"importedBy":[{"uid":"5ce9-56"}]},"5ce9-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":"5ce9-85"},"imported":[],"importedBy":[{"uid":"5ce9-34"},{"uid":"5ce9-36"}]},"5ce9-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-10"},{"uid":"5ce9-6"},{"uid":"5ce9-8"},{"uid":"5ce9-16"},{"uid":"5ce9-18"},{"uid":"5ce9-20"},{"uid":"5ce9-22"},{"uid":"5ce9-24"},{"uid":"5ce9-32"},{"uid":"5ce9-38"},{"uid":"5ce9-44"},{"uid":"5ce9-46"},{"uid":"5ce9-54"},{"uid":"5ce9-52"},{"uid":"5ce9-56"},{"uid":"5ce9-74"},{"uid":"5ce9-82"}],"isExternal":true},"5ce9-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-10"},{"uid":"5ce9-6"},{"uid":"5ce9-8"},{"uid":"5ce9-16"},{"uid":"5ce9-18"},{"uid":"5ce9-20"},{"uid":"5ce9-22"},{"uid":"5ce9-24"},{"uid":"5ce9-26"},{"uid":"5ce9-28"},{"uid":"5ce9-38"},{"uid":"5ce9-40"},{"uid":"5ce9-44"},{"uid":"5ce9-46"},{"uid":"5ce9-50"},{"uid":"5ce9-54"},{"uid":"5ce9-56"},{"uid":"5ce9-58"},{"uid":"5ce9-60"},{"uid":"5ce9-62"},{"uid":"5ce9-72"},{"uid":"5ce9-74"},{"uid":"5ce9-78"},{"uid":"5ce9-80"},{"uid":"5ce9-76"},{"uid":"5ce9-82"}],"isExternal":true},"5ce9-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-10"},{"uid":"5ce9-20"},{"uid":"5ce9-24"},{"uid":"5ce9-28"}],"isExternal":true},"5ce9-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-10"}],"isExternal":true},"5ce9-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-2"}],"isExternal":true},"5ce9-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-2"}],"isExternal":true},"5ce9-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-16"}],"isExternal":true},"5ce9-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-16"},{"uid":"5ce9-50"},{"uid":"5ce9-52"},{"uid":"5ce9-62"}],"isExternal":true},"5ce9-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-20"},{"uid":"5ce9-52"}],"isExternal":true},"5ce9-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-22"},{"uid":"5ce9-38"},{"uid":"5ce9-40"},{"uid":"5ce9-46"},{"uid":"5ce9-50"},{"uid":"5ce9-54"},{"uid":"5ce9-56"},{"uid":"5ce9-58"},{"uid":"5ce9-62"},{"uid":"5ce9-74"},{"uid":"5ce9-78"},{"uid":"5ce9-80"},{"uid":"5ce9-76"},{"uid":"5ce9-82"}],"isExternal":true},"5ce9-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-24"},{"uid":"5ce9-32"},{"uid":"5ce9-30"},{"uid":"5ce9-52"},{"uid":"5ce9-68"},{"uid":"5ce9-70"}],"isExternal":true},"5ce9-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-46"},{"uid":"5ce9-54"}],"isExternal":true},"5ce9-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-66"}],"isExternal":true},"5ce9-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"5ce9-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":"e0b3-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"e0b3-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"e0b3-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"e0b3-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"e0b3-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"e0b3-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"e0b3-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"e0b3-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"e0b3-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"e0b3-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"e0b3-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"e0b3-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"e0b3-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"e0b3-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"e0b3-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"e0b3-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"e0b3-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"e0b3-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"e0b3-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"e0b3-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"e0b3-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"e0b3-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"e0b3-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"e0b3-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"e0b3-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"e0b3-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"e0b3-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"e0b3-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"e0b3-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"e0b3-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"e0b3-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"e0b3-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"e0b3-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"e0b3-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"e0b3-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"e0b3-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"e0b3-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"e0b3-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"e0b3-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"e0b3-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"e0b3-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"e0b3-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":"e0b3-85"}]}],"isRoot":true},"nodeParts":{"e0b3-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"e0b3-0"},"e0b3-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"e0b3-2"},"e0b3-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"e0b3-4"},"e0b3-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"e0b3-6"},"e0b3-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"e0b3-8"},"e0b3-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"e0b3-10"},"e0b3-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"e0b3-12"},"e0b3-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"e0b3-14"},"e0b3-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"e0b3-16"},"e0b3-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"e0b3-18"},"e0b3-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"e0b3-20"},"e0b3-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"e0b3-22"},"e0b3-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"e0b3-24"},"e0b3-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"e0b3-26"},"e0b3-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"e0b3-28"},"e0b3-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"e0b3-30"},"e0b3-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"e0b3-32"},"e0b3-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"e0b3-34"},"e0b3-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"e0b3-36"},"e0b3-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"e0b3-38"},"e0b3-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"e0b3-40"},"e0b3-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"e0b3-42"},"e0b3-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"e0b3-44"},"e0b3-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"e0b3-46"},"e0b3-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"e0b3-48"},"e0b3-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"e0b3-50"},"e0b3-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"e0b3-52"},"e0b3-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"e0b3-54"},"e0b3-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"e0b3-56"},"e0b3-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"e0b3-58"},"e0b3-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"e0b3-60"},"e0b3-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"e0b3-62"},"e0b3-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"e0b3-64"},"e0b3-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"e0b3-66"},"e0b3-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"e0b3-68"},"e0b3-71":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"e0b3-70"},"e0b3-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"e0b3-72"},"e0b3-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"e0b3-74"},"e0b3-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"e0b3-76"},"e0b3-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"e0b3-78"},"e0b3-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"e0b3-80"},"e0b3-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"e0b3-82"},"e0b3-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"e0b3-84"}},"nodeMetas":{"e0b3-0":{"id":"/src/index.ts","moduleParts":{"index.js":"e0b3-1"},"imported":[{"uid":"e0b3-10"},{"uid":"e0b3-6"},{"uid":"e0b3-2"},{"uid":"e0b3-8"},{"uid":"e0b3-4"}],"importedBy":[],"isEntry":true},"e0b3-2":{"id":"/src/state.ts","moduleParts":{"state.js":"e0b3-3"},"imported":[{"uid":"e0b3-90"},{"uid":"e0b3-91"}],"importedBy":[{"uid":"e0b3-0"},{"uid":"e0b3-10"},{"uid":"e0b3-20"},{"uid":"e0b3-22"},{"uid":"e0b3-24"},{"uid":"e0b3-28"},{"uid":"e0b3-52"}]},"e0b3-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"e0b3-5"},"imported":[],"importedBy":[{"uid":"e0b3-0"}]},"e0b3-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"e0b3-7"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-16"},{"uid":"e0b3-18"},{"uid":"e0b3-20"},{"uid":"e0b3-12"},{"uid":"e0b3-22"}],"importedBy":[{"uid":"e0b3-0"}]},"e0b3-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"e0b3-9"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-24"},{"uid":"e0b3-14"}],"importedBy":[{"uid":"e0b3-0"}]},"e0b3-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"e0b3-11"},"imported":[{"uid":"e0b3-86"},{"uid":"e0b3-87"},{"uid":"e0b3-88"},{"uid":"e0b3-89"},{"uid":"e0b3-2"}],"importedBy":[{"uid":"e0b3-0"}]},"e0b3-12":{"id":"/src/types.ts","moduleParts":{"types.js":"e0b3-13"},"imported":[],"importedBy":[{"uid":"e0b3-6"}]},"e0b3-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"e0b3-15"},"imported":[],"importedBy":[{"uid":"e0b3-8"},{"uid":"e0b3-46"}]},"e0b3-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"e0b3-17"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-92"},{"uid":"e0b3-93"},{"uid":"e0b3-26"}],"importedBy":[{"uid":"e0b3-6"},{"uid":"e0b3-24"}]},"e0b3-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"e0b3-19"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-28"}],"importedBy":[{"uid":"e0b3-6"}]},"e0b3-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"e0b3-21"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-94"},{"uid":"e0b3-86"},{"uid":"e0b3-88"},{"uid":"e0b3-2"}],"importedBy":[{"uid":"e0b3-6"}]},"e0b3-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"e0b3-23"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-95"},{"uid":"e0b3-2"},{"uid":"e0b3-32"},{"uid":"e0b3-38"},{"uid":"e0b3-40"},{"uid":"e0b3-34"}],"importedBy":[{"uid":"e0b3-6"}]},"e0b3-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"e0b3-25"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-96"},{"uid":"e0b3-88"},{"uid":"e0b3-16"},{"uid":"e0b3-2"},{"uid":"e0b3-30"},{"uid":"e0b3-42"},{"uid":"e0b3-44"},{"uid":"e0b3-46"},{"uid":"e0b3-36"}],"importedBy":[{"uid":"e0b3-8"}]},"e0b3-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"e0b3-27"},"imported":[{"uid":"e0b3-87"}],"importedBy":[{"uid":"e0b3-16"}]},"e0b3-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"e0b3-29"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-88"},{"uid":"e0b3-2"}],"importedBy":[{"uid":"e0b3-18"}]},"e0b3-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"e0b3-31"},"imported":[{"uid":"e0b3-96"}],"importedBy":[{"uid":"e0b3-24"},{"uid":"e0b3-38"},{"uid":"e0b3-54"}]},"e0b3-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"e0b3-33"},"imported":[{"uid":"e0b3-86"},{"uid":"e0b3-96"},{"uid":"e0b3-48"}],"importedBy":[{"uid":"e0b3-22"}]},"e0b3-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"e0b3-35"},"imported":[{"uid":"e0b3-84"}],"importedBy":[{"uid":"e0b3-22"},{"uid":"e0b3-40"},{"uid":"e0b3-76"}]},"e0b3-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"e0b3-37"},"imported":[{"uid":"e0b3-84"}],"importedBy":[{"uid":"e0b3-24"},{"uid":"e0b3-44"}]},"e0b3-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"e0b3-39"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-95"},{"uid":"e0b3-30"},{"uid":"e0b3-50"},{"uid":"e0b3-54"}],"importedBy":[{"uid":"e0b3-22"}]},"e0b3-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"e0b3-41"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-95"},{"uid":"e0b3-34"}],"importedBy":[{"uid":"e0b3-22"}]},"e0b3-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"e0b3-43"},"imported":[{"uid":"e0b3-52"}],"importedBy":[{"uid":"e0b3-24"},{"uid":"e0b3-46"}]},"e0b3-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"e0b3-45"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-36"}],"importedBy":[{"uid":"e0b3-24"}]},"e0b3-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"e0b3-47"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-97"},{"uid":"e0b3-95"},{"uid":"e0b3-42"},{"uid":"e0b3-14"},{"uid":"e0b3-56"},{"uid":"e0b3-58"},{"uid":"e0b3-60"},{"uid":"e0b3-62"}],"importedBy":[{"uid":"e0b3-24"}]},"e0b3-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"e0b3-49"},"imported":[],"importedBy":[{"uid":"e0b3-32"},{"uid":"e0b3-54"}]},"e0b3-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"e0b3-51"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-93"},{"uid":"e0b3-95"},{"uid":"e0b3-64"}],"importedBy":[{"uid":"e0b3-38"},{"uid":"e0b3-76"},{"uid":"e0b3-80"}]},"e0b3-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"e0b3-53"},"imported":[{"uid":"e0b3-94"},{"uid":"e0b3-86"},{"uid":"e0b3-96"},{"uid":"e0b3-93"},{"uid":"e0b3-2"},{"uid":"e0b3-66"},{"uid":"e0b3-68"},{"uid":"e0b3-70"}],"importedBy":[{"uid":"e0b3-42"},{"uid":"e0b3-54"}]},"e0b3-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"e0b3-55"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-97"},{"uid":"e0b3-95"},{"uid":"e0b3-52"},{"uid":"e0b3-30"},{"uid":"e0b3-48"},{"uid":"e0b3-74"},{"uid":"e0b3-76"},{"uid":"e0b3-78"},{"uid":"e0b3-80"}],"importedBy":[{"uid":"e0b3-38"}]},"e0b3-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"e0b3-57"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-95"},{"uid":"e0b3-72"},{"uid":"e0b3-82"}],"importedBy":[{"uid":"e0b3-46"}]},"e0b3-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"e0b3-59"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-95"},{"uid":"e0b3-72"}],"importedBy":[{"uid":"e0b3-46"}]},"e0b3-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"e0b3-61"},"imported":[{"uid":"e0b3-87"}],"importedBy":[{"uid":"e0b3-46"}]},"e0b3-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"e0b3-63"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-93"},{"uid":"e0b3-95"},{"uid":"e0b3-72"}],"importedBy":[{"uid":"e0b3-46"}]},"e0b3-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"e0b3-65"},"imported":[],"importedBy":[{"uid":"e0b3-50"},{"uid":"e0b3-66"}]},"e0b3-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"e0b3-67"},"imported":[{"uid":"e0b3-98"},{"uid":"e0b3-64"}],"importedBy":[{"uid":"e0b3-52"}]},"e0b3-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"e0b3-69"},"imported":[{"uid":"e0b3-96"}],"importedBy":[{"uid":"e0b3-52"}]},"e0b3-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"e0b3-71"},"imported":[{"uid":"e0b3-96"}],"importedBy":[{"uid":"e0b3-52"}]},"e0b3-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"e0b3-73"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-95"}],"importedBy":[{"uid":"e0b3-56"},{"uid":"e0b3-58"},{"uid":"e0b3-62"}]},"e0b3-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"e0b3-75"},"imported":[{"uid":"e0b3-87"}],"importedBy":[{"uid":"e0b3-54"}]},"e0b3-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"e0b3-77"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-86"},{"uid":"e0b3-95"},{"uid":"e0b3-50"},{"uid":"e0b3-34"}],"importedBy":[{"uid":"e0b3-54"}]},"e0b3-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"e0b3-79"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-95"}],"importedBy":[{"uid":"e0b3-54"}]},"e0b3-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"e0b3-81"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-95"},{"uid":"e0b3-50"}],"importedBy":[{"uid":"e0b3-54"}]},"e0b3-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"e0b3-83"},"imported":[{"uid":"e0b3-87"},{"uid":"e0b3-99"},{"uid":"e0b3-86"},{"uid":"e0b3-95"}],"importedBy":[{"uid":"e0b3-56"}]},"e0b3-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":"e0b3-85"},"imported":[],"importedBy":[{"uid":"e0b3-34"},{"uid":"e0b3-36"}]},"e0b3-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-10"},{"uid":"e0b3-6"},{"uid":"e0b3-8"},{"uid":"e0b3-16"},{"uid":"e0b3-18"},{"uid":"e0b3-20"},{"uid":"e0b3-22"},{"uid":"e0b3-24"},{"uid":"e0b3-32"},{"uid":"e0b3-38"},{"uid":"e0b3-44"},{"uid":"e0b3-46"},{"uid":"e0b3-54"},{"uid":"e0b3-52"},{"uid":"e0b3-56"},{"uid":"e0b3-76"},{"uid":"e0b3-82"}],"isExternal":true},"e0b3-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-10"},{"uid":"e0b3-6"},{"uid":"e0b3-8"},{"uid":"e0b3-16"},{"uid":"e0b3-18"},{"uid":"e0b3-20"},{"uid":"e0b3-22"},{"uid":"e0b3-24"},{"uid":"e0b3-26"},{"uid":"e0b3-28"},{"uid":"e0b3-38"},{"uid":"e0b3-40"},{"uid":"e0b3-44"},{"uid":"e0b3-46"},{"uid":"e0b3-50"},{"uid":"e0b3-54"},{"uid":"e0b3-56"},{"uid":"e0b3-58"},{"uid":"e0b3-60"},{"uid":"e0b3-62"},{"uid":"e0b3-74"},{"uid":"e0b3-76"},{"uid":"e0b3-78"},{"uid":"e0b3-80"},{"uid":"e0b3-72"},{"uid":"e0b3-82"}],"isExternal":true},"e0b3-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-10"},{"uid":"e0b3-20"},{"uid":"e0b3-24"},{"uid":"e0b3-28"}],"isExternal":true},"e0b3-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-10"}],"isExternal":true},"e0b3-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-2"}],"isExternal":true},"e0b3-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-2"}],"isExternal":true},"e0b3-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-16"}],"isExternal":true},"e0b3-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-16"},{"uid":"e0b3-50"},{"uid":"e0b3-52"},{"uid":"e0b3-62"}],"isExternal":true},"e0b3-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-20"},{"uid":"e0b3-52"}],"isExternal":true},"e0b3-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-22"},{"uid":"e0b3-38"},{"uid":"e0b3-40"},{"uid":"e0b3-46"},{"uid":"e0b3-50"},{"uid":"e0b3-54"},{"uid":"e0b3-56"},{"uid":"e0b3-58"},{"uid":"e0b3-62"},{"uid":"e0b3-76"},{"uid":"e0b3-78"},{"uid":"e0b3-80"},{"uid":"e0b3-72"},{"uid":"e0b3-82"}],"isExternal":true},"e0b3-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-24"},{"uid":"e0b3-32"},{"uid":"e0b3-30"},{"uid":"e0b3-52"},{"uid":"e0b3-68"},{"uid":"e0b3-70"}],"isExternal":true},"e0b3-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-46"},{"uid":"e0b3-54"}],"isExternal":true},"e0b3-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-66"}],"isExternal":true},"e0b3-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"e0b3-82"}],"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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imperium/layout",
|
|
3
|
-
"version": "10.4.0",
|
|
3
|
+
"version": "10.4.2-alpha.0+de86d54",
|
|
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.4.0",
|
|
34
|
+
"@imperium/auth-client": "^10.4.2-alpha.0+de86d54",
|
|
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": "de86d54480bc2287202d71600089acc24ad839c7"
|
|
62
62
|
}
|
package/dist/stats.txt
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
-----------------------------
|
|
2
|
-
Rollup File Analysis
|
|
3
|
-
-----------------------------
|
|
4
|
-
bundle size: 31.287 KB
|
|
5
|
-
original size: 51.629 KB
|
|
6
|
-
code reduction: 39.4 %
|
|
7
|
-
module count: 43
|
|
8
|
-
|
|
9
|
-
/src/layout/components/styles.module.css
|
|
10
|
-
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.15 % (3.176 KB)
|
|
11
|
-
/src/layout/components/Layout.tsx
|
|
12
|
-
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.4 % (2.629 KB)
|
|
13
|
-
/src/content/components/ContentComponent.tsx
|
|
14
|
-
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.3 % (1.97 KB)
|
|
15
|
-
/src/layout/withLayout.tsx
|
|
16
|
-
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.25 % (1.955 KB)
|
|
17
|
-
/src/content/components/ActionForm.tsx
|
|
18
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.33 % (1.667 KB)
|
|
19
|
-
/src/layout/components/LayoutItemWrapper.tsx
|
|
20
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.8 % (1.503 KB)
|
|
21
|
-
/src/content/components/styles.module.css
|
|
22
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.7 % (1.469 KB)
|
|
23
|
-
/src/layout/moveItems.ts
|
|
24
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.48 % (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.19 % (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/content/components/ActionFormSidebarItemComponent.tsx
|
|
38
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.12 % (663 Bytes)
|
|
39
|
-
/src/content/createPages.tsx
|
|
40
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.08 % (650 Bytes)
|
|
41
|
-
/src/datahooks/Permissions.tsx
|
|
42
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.05 % (641 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.81 % (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)
|