@imperium/layout 10.4.6-alpha.0 → 10.4.8

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.
@@ -3,7 +3,9 @@ import { flowRight } from 'lodash-es';
3
3
  function useSelectState(stateSelectorHook) {
4
4
  let finalSelectorHook = () => ({});
5
5
  if (stateSelectorHook) {
6
- finalSelectorHook = Array.isArray(stateSelectorHook) ? flowRight(stateSelectorHook) : stateSelectorHook;
6
+ finalSelectorHook = Array.isArray(stateSelectorHook) ? flowRight(stateSelectorHook.map((hook) => {
7
+ return (prev) => ({ ...prev, ...hook() });
8
+ })) : stateSelectorHook;
7
9
  }
8
10
  return finalSelectorHook();
9
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useSelectState.js","sources":["../../../src/hooks/useSelectState.ts"],"sourcesContent":["import {flowRight} from 'lodash-es';\nimport type {StateSelectorHook} from '../types';\n\nexport function useSelectState(stateSelectorHook?: StateSelectorHook | StateSelectorHook[]) {\n\tlet finalSelectorHook: () => any = () => ({});\n\tif (stateSelectorHook) {\n\t\tfinalSelectorHook = Array.isArray(stateSelectorHook) ? flowRight(stateSelectorHook) : stateSelectorHook;\n\t}\n\treturn finalSelectorHook();\n}\n"],"names":[],"mappings":";;AAGO,SAAA,cAAA,CAAwB,iBAA6D,EAAA;AAC3F,EAAI,IAAA,iBAAA,GAA+B,OAAQ,EAAA,CAAA,CAAA;AAC3C,EAAA,IAAI,iBAAmB,EAAA;AACtB,IAAA,iBAAA,GAAoB,MAAM,OAAQ,CAAA,iBAAiB,CAAI,GAAA,SAAA,CAAU,iBAAiB,CAAI,GAAA,iBAAA,CAAA;AAAA,GACvF;AACA,EAAA,OAAO,iBAAkB,EAAA,CAAA;AAC1B;;;;"}
1
+ {"version":3,"file":"useSelectState.js","sources":["../../../src/hooks/useSelectState.ts"],"sourcesContent":["import {flowRight} from 'lodash-es';\nimport type {State, StateSelectorHook} from '../types';\n\nexport function useSelectState(stateSelectorHook?: StateSelectorHook | StateSelectorHook[]) {\n\tlet finalSelectorHook: () => any = () => ({});\n\tif (stateSelectorHook) {\n\t\tfinalSelectorHook = Array.isArray(stateSelectorHook)\n\t\t\t? flowRight(\n\t\t\t\t\tstateSelectorHook.map(hook => {\n\t\t\t\t\t\treturn (prev: State) => ({...prev, ...hook()});\n\t\t\t\t\t}),\n\t\t\t )\n\t\t\t: stateSelectorHook;\n\t}\n\treturn finalSelectorHook();\n}\n"],"names":[],"mappings":";;AAGO,SAAA,cAAA,CAAwB,iBAA6D,EAAA;AAC3F,EAAI,IAAA,iBAAA,GAA+B,OAAQ,EAAA,CAAA,CAAA;AAC3C,EAAA,IAAI,iBAAmB,EAAA;AACtB,IAAA,iBAAA,GAAoB,MAAM,OAAQ,CAAA,iBAAiB,IAChD,SACA,CAAA,iBAAA,CAAkB,IAAI,CAAQ,IAAA,KAAA;AAC7B,MAAA,OAAO,CAAC,IAAA,MAAqB,EAAA,GAAA,IAAA,EAAA,GAAS,MAAM,EAAA,CAAA,CAAA;AAAA,KAC5C,CACD,CACA,GAAA,iBAAA,CAAA;AAAA,GACJ;AACA,EAAA,OAAO,iBAAkB,EAAA,CAAA;AAC1B;;;;"}
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":"64d7-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"64d7-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"64d7-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"64d7-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"64d7-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"64d7-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"64d7-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"64d7-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"64d7-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"64d7-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"64d7-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"64d7-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"64d7-25"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"64d7-27"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"64d7-29"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"64d7-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"64d7-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"64d7-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"64d7-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"64d7-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"64d7-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"64d7-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"64d7-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"64d7-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"64d7-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"64d7-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"64d7-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"64d7-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"64d7-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"64d7-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"64d7-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"64d7-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"64d7-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"64d7-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"64d7-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"64d7-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"64d7-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"64d7-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"64d7-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"64d7-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"64d7-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"64d7-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":"64d7-85"}]}],"isRoot":true},"nodeParts":{"64d7-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"64d7-0"},"64d7-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"64d7-2"},"64d7-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"64d7-4"},"64d7-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"64d7-6"},"64d7-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"64d7-8"},"64d7-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"64d7-10"},"64d7-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"64d7-12"},"64d7-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"64d7-14"},"64d7-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"64d7-16"},"64d7-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"64d7-18"},"64d7-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"64d7-20"},"64d7-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"64d7-22"},"64d7-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"64d7-24"},"64d7-27":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"64d7-26"},"64d7-29":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"64d7-28"},"64d7-31":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"64d7-30"},"64d7-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"64d7-32"},"64d7-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"64d7-34"},"64d7-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"64d7-36"},"64d7-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"64d7-38"},"64d7-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"64d7-40"},"64d7-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"64d7-42"},"64d7-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"64d7-44"},"64d7-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"64d7-46"},"64d7-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"64d7-48"},"64d7-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"64d7-50"},"64d7-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"64d7-52"},"64d7-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"64d7-54"},"64d7-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"64d7-56"},"64d7-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"64d7-58"},"64d7-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"64d7-60"},"64d7-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"64d7-62"},"64d7-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"64d7-64"},"64d7-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"64d7-66"},"64d7-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"64d7-68"},"64d7-71":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"64d7-70"},"64d7-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"64d7-72"},"64d7-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"64d7-74"},"64d7-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"64d7-76"},"64d7-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"64d7-78"},"64d7-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"64d7-80"},"64d7-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"64d7-82"},"64d7-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"64d7-84"}},"nodeMetas":{"64d7-0":{"id":"/src/index.ts","moduleParts":{"index.js":"64d7-1"},"imported":[{"uid":"64d7-10"},{"uid":"64d7-6"},{"uid":"64d7-2"},{"uid":"64d7-8"},{"uid":"64d7-4"}],"importedBy":[],"isEntry":true},"64d7-2":{"id":"/src/state.ts","moduleParts":{"state.js":"64d7-3"},"imported":[{"uid":"64d7-90"},{"uid":"64d7-91"}],"importedBy":[{"uid":"64d7-0"},{"uid":"64d7-10"},{"uid":"64d7-20"},{"uid":"64d7-22"},{"uid":"64d7-24"},{"uid":"64d7-30"},{"uid":"64d7-52"}]},"64d7-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"64d7-5"},"imported":[],"importedBy":[{"uid":"64d7-0"}]},"64d7-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"64d7-7"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-16"},{"uid":"64d7-18"},{"uid":"64d7-20"},{"uid":"64d7-12"},{"uid":"64d7-22"}],"importedBy":[{"uid":"64d7-0"}]},"64d7-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"64d7-9"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-24"},{"uid":"64d7-14"}],"importedBy":[{"uid":"64d7-0"}]},"64d7-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"64d7-11"},"imported":[{"uid":"64d7-86"},{"uid":"64d7-87"},{"uid":"64d7-88"},{"uid":"64d7-89"},{"uid":"64d7-2"}],"importedBy":[{"uid":"64d7-0"}]},"64d7-12":{"id":"/src/types.ts","moduleParts":{"types.js":"64d7-13"},"imported":[],"importedBy":[{"uid":"64d7-6"}]},"64d7-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"64d7-15"},"imported":[],"importedBy":[{"uid":"64d7-8"},{"uid":"64d7-46"}]},"64d7-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"64d7-17"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-92"},{"uid":"64d7-93"},{"uid":"64d7-28"}],"importedBy":[{"uid":"64d7-6"},{"uid":"64d7-24"}]},"64d7-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"64d7-19"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-30"}],"importedBy":[{"uid":"64d7-6"}]},"64d7-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"64d7-21"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-94"},{"uid":"64d7-86"},{"uid":"64d7-88"},{"uid":"64d7-2"}],"importedBy":[{"uid":"64d7-6"}]},"64d7-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"64d7-23"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-95"},{"uid":"64d7-2"},{"uid":"64d7-32"},{"uid":"64d7-38"},{"uid":"64d7-40"},{"uid":"64d7-34"}],"importedBy":[{"uid":"64d7-6"}]},"64d7-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"64d7-25"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-96"},{"uid":"64d7-88"},{"uid":"64d7-16"},{"uid":"64d7-2"},{"uid":"64d7-26"},{"uid":"64d7-42"},{"uid":"64d7-44"},{"uid":"64d7-46"},{"uid":"64d7-36"}],"importedBy":[{"uid":"64d7-8"}]},"64d7-26":{"id":"/src/utils.ts","moduleParts":{"utils.js":"64d7-27"},"imported":[{"uid":"64d7-96"}],"importedBy":[{"uid":"64d7-24"},{"uid":"64d7-38"},{"uid":"64d7-54"}]},"64d7-28":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"64d7-29"},"imported":[{"uid":"64d7-87"}],"importedBy":[{"uid":"64d7-16"}]},"64d7-30":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"64d7-31"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-88"},{"uid":"64d7-2"}],"importedBy":[{"uid":"64d7-18"}]},"64d7-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"64d7-33"},"imported":[{"uid":"64d7-86"},{"uid":"64d7-96"},{"uid":"64d7-48"}],"importedBy":[{"uid":"64d7-22"}]},"64d7-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"64d7-35"},"imported":[{"uid":"64d7-84"}],"importedBy":[{"uid":"64d7-22"},{"uid":"64d7-40"},{"uid":"64d7-76"}]},"64d7-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"64d7-37"},"imported":[{"uid":"64d7-84"}],"importedBy":[{"uid":"64d7-24"},{"uid":"64d7-44"}]},"64d7-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"64d7-39"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-95"},{"uid":"64d7-26"},{"uid":"64d7-50"},{"uid":"64d7-54"}],"importedBy":[{"uid":"64d7-22"}]},"64d7-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"64d7-41"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-95"},{"uid":"64d7-34"}],"importedBy":[{"uid":"64d7-22"}]},"64d7-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"64d7-43"},"imported":[{"uid":"64d7-52"}],"importedBy":[{"uid":"64d7-24"},{"uid":"64d7-46"}]},"64d7-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"64d7-45"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-36"}],"importedBy":[{"uid":"64d7-24"}]},"64d7-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"64d7-47"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-97"},{"uid":"64d7-95"},{"uid":"64d7-42"},{"uid":"64d7-14"},{"uid":"64d7-56"},{"uid":"64d7-58"},{"uid":"64d7-60"},{"uid":"64d7-62"}],"importedBy":[{"uid":"64d7-24"}]},"64d7-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"64d7-49"},"imported":[],"importedBy":[{"uid":"64d7-32"},{"uid":"64d7-54"}]},"64d7-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"64d7-51"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-93"},{"uid":"64d7-95"},{"uid":"64d7-64"}],"importedBy":[{"uid":"64d7-38"},{"uid":"64d7-76"},{"uid":"64d7-80"}]},"64d7-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"64d7-53"},"imported":[{"uid":"64d7-94"},{"uid":"64d7-86"},{"uid":"64d7-96"},{"uid":"64d7-93"},{"uid":"64d7-2"},{"uid":"64d7-66"},{"uid":"64d7-68"},{"uid":"64d7-70"}],"importedBy":[{"uid":"64d7-42"},{"uid":"64d7-54"}]},"64d7-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"64d7-55"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-97"},{"uid":"64d7-95"},{"uid":"64d7-52"},{"uid":"64d7-26"},{"uid":"64d7-48"},{"uid":"64d7-74"},{"uid":"64d7-76"},{"uid":"64d7-78"},{"uid":"64d7-80"}],"importedBy":[{"uid":"64d7-38"}]},"64d7-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"64d7-57"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-95"},{"uid":"64d7-72"},{"uid":"64d7-82"}],"importedBy":[{"uid":"64d7-46"}]},"64d7-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"64d7-59"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-95"},{"uid":"64d7-72"}],"importedBy":[{"uid":"64d7-46"}]},"64d7-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"64d7-61"},"imported":[{"uid":"64d7-87"}],"importedBy":[{"uid":"64d7-46"}]},"64d7-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"64d7-63"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-93"},{"uid":"64d7-95"},{"uid":"64d7-72"}],"importedBy":[{"uid":"64d7-46"}]},"64d7-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"64d7-65"},"imported":[],"importedBy":[{"uid":"64d7-50"},{"uid":"64d7-66"}]},"64d7-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"64d7-67"},"imported":[{"uid":"64d7-98"},{"uid":"64d7-64"}],"importedBy":[{"uid":"64d7-52"}]},"64d7-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"64d7-69"},"imported":[{"uid":"64d7-96"}],"importedBy":[{"uid":"64d7-52"}]},"64d7-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"64d7-71"},"imported":[{"uid":"64d7-96"}],"importedBy":[{"uid":"64d7-52"}]},"64d7-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"64d7-73"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-95"}],"importedBy":[{"uid":"64d7-56"},{"uid":"64d7-58"},{"uid":"64d7-62"}]},"64d7-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"64d7-75"},"imported":[{"uid":"64d7-87"}],"importedBy":[{"uid":"64d7-54"}]},"64d7-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"64d7-77"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-86"},{"uid":"64d7-95"},{"uid":"64d7-50"},{"uid":"64d7-34"}],"importedBy":[{"uid":"64d7-54"}]},"64d7-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"64d7-79"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-95"}],"importedBy":[{"uid":"64d7-54"}]},"64d7-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"64d7-81"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-95"},{"uid":"64d7-50"}],"importedBy":[{"uid":"64d7-54"}]},"64d7-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"64d7-83"},"imported":[{"uid":"64d7-87"},{"uid":"64d7-99"},{"uid":"64d7-86"},{"uid":"64d7-95"}],"importedBy":[{"uid":"64d7-56"}]},"64d7-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":"64d7-85"},"imported":[],"importedBy":[{"uid":"64d7-34"},{"uid":"64d7-36"}]},"64d7-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-10"},{"uid":"64d7-6"},{"uid":"64d7-8"},{"uid":"64d7-16"},{"uid":"64d7-18"},{"uid":"64d7-20"},{"uid":"64d7-22"},{"uid":"64d7-24"},{"uid":"64d7-32"},{"uid":"64d7-38"},{"uid":"64d7-44"},{"uid":"64d7-46"},{"uid":"64d7-54"},{"uid":"64d7-52"},{"uid":"64d7-56"},{"uid":"64d7-76"},{"uid":"64d7-82"}],"isExternal":true},"64d7-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-10"},{"uid":"64d7-6"},{"uid":"64d7-8"},{"uid":"64d7-16"},{"uid":"64d7-18"},{"uid":"64d7-20"},{"uid":"64d7-22"},{"uid":"64d7-24"},{"uid":"64d7-28"},{"uid":"64d7-30"},{"uid":"64d7-38"},{"uid":"64d7-40"},{"uid":"64d7-44"},{"uid":"64d7-46"},{"uid":"64d7-50"},{"uid":"64d7-54"},{"uid":"64d7-56"},{"uid":"64d7-58"},{"uid":"64d7-60"},{"uid":"64d7-62"},{"uid":"64d7-74"},{"uid":"64d7-76"},{"uid":"64d7-78"},{"uid":"64d7-80"},{"uid":"64d7-72"},{"uid":"64d7-82"}],"isExternal":true},"64d7-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-10"},{"uid":"64d7-20"},{"uid":"64d7-24"},{"uid":"64d7-30"}],"isExternal":true},"64d7-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-10"}],"isExternal":true},"64d7-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-2"}],"isExternal":true},"64d7-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-2"}],"isExternal":true},"64d7-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-16"}],"isExternal":true},"64d7-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-16"},{"uid":"64d7-50"},{"uid":"64d7-52"},{"uid":"64d7-62"}],"isExternal":true},"64d7-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-20"},{"uid":"64d7-52"}],"isExternal":true},"64d7-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-22"},{"uid":"64d7-38"},{"uid":"64d7-40"},{"uid":"64d7-46"},{"uid":"64d7-50"},{"uid":"64d7-54"},{"uid":"64d7-56"},{"uid":"64d7-58"},{"uid":"64d7-62"},{"uid":"64d7-76"},{"uid":"64d7-78"},{"uid":"64d7-80"},{"uid":"64d7-72"},{"uid":"64d7-82"}],"isExternal":true},"64d7-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-24"},{"uid":"64d7-32"},{"uid":"64d7-26"},{"uid":"64d7-52"},{"uid":"64d7-68"},{"uid":"64d7-70"}],"isExternal":true},"64d7-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-46"},{"uid":"64d7-54"}],"isExternal":true},"64d7-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-66"}],"isExternal":true},"64d7-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"64d7-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":"a172-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"a172-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"a172-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"a172-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"a172-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"a172-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"a172-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"a172-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"a172-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"a172-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"a172-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"a172-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"a172-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"a172-27"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"a172-29"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"a172-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"a172-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"a172-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"a172-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"a172-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"a172-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"a172-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"a172-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"a172-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"a172-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"a172-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"a172-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"a172-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"a172-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"a172-59"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"a172-61"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"a172-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"a172-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"a172-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"a172-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"a172-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"a172-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"a172-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"a172-77"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"a172-79"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"a172-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"a172-83"}]},{"name":"external/style-inject/dist/style-inject.es.js","children":[{"name":"home/darkadept/dev/imperium/node_modules/style-inject/dist/style-inject.es.js","uid":"a172-85"}]}],"isRoot":true},"nodeParts":{"a172-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"a172-0"},"a172-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"a172-2"},"a172-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"a172-4"},"a172-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"a172-6"},"a172-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"a172-8"},"a172-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"a172-10"},"a172-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"a172-12"},"a172-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"a172-14"},"a172-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"a172-16"},"a172-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"a172-18"},"a172-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"a172-20"},"a172-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"a172-22"},"a172-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"a172-24"},"a172-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"a172-26"},"a172-29":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"a172-28"},"a172-31":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"a172-30"},"a172-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"a172-32"},"a172-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"a172-34"},"a172-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"a172-36"},"a172-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"a172-38"},"a172-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"a172-40"},"a172-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"a172-42"},"a172-45":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"a172-44"},"a172-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"a172-46"},"a172-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"a172-48"},"a172-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"a172-50"},"a172-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"a172-52"},"a172-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"a172-54"},"a172-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"a172-56"},"a172-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"a172-58"},"a172-61":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"a172-60"},"a172-63":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"a172-62"},"a172-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"a172-64"},"a172-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"a172-66"},"a172-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"a172-68"},"a172-71":{"renderedLength":326,"gzipLength":176,"brotliLength":141,"mainUid":"a172-70"},"a172-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"a172-72"},"a172-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"a172-74"},"a172-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"a172-76"},"a172-79":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"a172-78"},"a172-81":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"a172-80"},"a172-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"a172-82"},"a172-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"a172-84"}},"nodeMetas":{"a172-0":{"id":"/src/index.ts","moduleParts":{"index.js":"a172-1"},"imported":[{"uid":"a172-10"},{"uid":"a172-6"},{"uid":"a172-2"},{"uid":"a172-8"},{"uid":"a172-4"}],"importedBy":[],"isEntry":true},"a172-2":{"id":"/src/state.ts","moduleParts":{"state.js":"a172-3"},"imported":[{"uid":"a172-90"},{"uid":"a172-91"}],"importedBy":[{"uid":"a172-0"},{"uid":"a172-10"},{"uid":"a172-20"},{"uid":"a172-22"},{"uid":"a172-24"},{"uid":"a172-30"},{"uid":"a172-52"}]},"a172-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"a172-5"},"imported":[],"importedBy":[{"uid":"a172-0"}]},"a172-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"a172-7"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-16"},{"uid":"a172-18"},{"uid":"a172-20"},{"uid":"a172-12"},{"uid":"a172-22"}],"importedBy":[{"uid":"a172-0"}]},"a172-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"a172-9"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-24"},{"uid":"a172-14"}],"importedBy":[{"uid":"a172-0"}]},"a172-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"a172-11"},"imported":[{"uid":"a172-86"},{"uid":"a172-87"},{"uid":"a172-88"},{"uid":"a172-89"},{"uid":"a172-2"}],"importedBy":[{"uid":"a172-0"}]},"a172-12":{"id":"/src/types.ts","moduleParts":{"types.js":"a172-13"},"imported":[],"importedBy":[{"uid":"a172-6"}]},"a172-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"a172-15"},"imported":[],"importedBy":[{"uid":"a172-8"},{"uid":"a172-46"}]},"a172-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"a172-17"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-92"},{"uid":"a172-93"},{"uid":"a172-26"}],"importedBy":[{"uid":"a172-6"},{"uid":"a172-24"}]},"a172-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"a172-19"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-30"}],"importedBy":[{"uid":"a172-6"}]},"a172-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"a172-21"},"imported":[{"uid":"a172-87"},{"uid":"a172-94"},{"uid":"a172-86"},{"uid":"a172-88"},{"uid":"a172-2"}],"importedBy":[{"uid":"a172-6"}]},"a172-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"a172-23"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-95"},{"uid":"a172-2"},{"uid":"a172-32"},{"uid":"a172-38"},{"uid":"a172-40"},{"uid":"a172-34"}],"importedBy":[{"uid":"a172-6"}]},"a172-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"a172-25"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-96"},{"uid":"a172-88"},{"uid":"a172-16"},{"uid":"a172-2"},{"uid":"a172-28"},{"uid":"a172-42"},{"uid":"a172-44"},{"uid":"a172-46"},{"uid":"a172-36"}],"importedBy":[{"uid":"a172-8"}]},"a172-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"a172-27"},"imported":[{"uid":"a172-87"}],"importedBy":[{"uid":"a172-16"}]},"a172-28":{"id":"/src/utils.ts","moduleParts":{"utils.js":"a172-29"},"imported":[{"uid":"a172-96"}],"importedBy":[{"uid":"a172-24"},{"uid":"a172-38"},{"uid":"a172-54"}]},"a172-30":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"a172-31"},"imported":[{"uid":"a172-87"},{"uid":"a172-88"},{"uid":"a172-2"}],"importedBy":[{"uid":"a172-18"}]},"a172-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"a172-33"},"imported":[{"uid":"a172-86"},{"uid":"a172-96"},{"uid":"a172-48"}],"importedBy":[{"uid":"a172-22"}]},"a172-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"a172-35"},"imported":[{"uid":"a172-84"}],"importedBy":[{"uid":"a172-22"},{"uid":"a172-40"},{"uid":"a172-76"}]},"a172-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"a172-37"},"imported":[{"uid":"a172-84"}],"importedBy":[{"uid":"a172-24"},{"uid":"a172-44"}]},"a172-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"a172-39"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-95"},{"uid":"a172-28"},{"uid":"a172-50"},{"uid":"a172-54"}],"importedBy":[{"uid":"a172-22"}]},"a172-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"a172-41"},"imported":[{"uid":"a172-87"},{"uid":"a172-95"},{"uid":"a172-34"}],"importedBy":[{"uid":"a172-22"}]},"a172-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"a172-43"},"imported":[{"uid":"a172-52"}],"importedBy":[{"uid":"a172-24"},{"uid":"a172-46"}]},"a172-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"a172-45"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-36"}],"importedBy":[{"uid":"a172-24"}]},"a172-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"a172-47"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-97"},{"uid":"a172-95"},{"uid":"a172-42"},{"uid":"a172-14"},{"uid":"a172-56"},{"uid":"a172-58"},{"uid":"a172-62"},{"uid":"a172-60"}],"importedBy":[{"uid":"a172-24"}]},"a172-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"a172-49"},"imported":[],"importedBy":[{"uid":"a172-32"},{"uid":"a172-54"}]},"a172-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"a172-51"},"imported":[{"uid":"a172-87"},{"uid":"a172-93"},{"uid":"a172-95"},{"uid":"a172-64"}],"importedBy":[{"uid":"a172-38"},{"uid":"a172-76"},{"uid":"a172-78"}]},"a172-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"a172-53"},"imported":[{"uid":"a172-94"},{"uid":"a172-86"},{"uid":"a172-96"},{"uid":"a172-93"},{"uid":"a172-2"},{"uid":"a172-66"},{"uid":"a172-68"},{"uid":"a172-70"}],"importedBy":[{"uid":"a172-42"},{"uid":"a172-54"}]},"a172-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"a172-55"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-97"},{"uid":"a172-95"},{"uid":"a172-52"},{"uid":"a172-28"},{"uid":"a172-48"},{"uid":"a172-74"},{"uid":"a172-76"},{"uid":"a172-80"},{"uid":"a172-78"}],"importedBy":[{"uid":"a172-38"}]},"a172-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"a172-57"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-95"},{"uid":"a172-72"},{"uid":"a172-82"}],"importedBy":[{"uid":"a172-46"}]},"a172-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"a172-59"},"imported":[{"uid":"a172-87"},{"uid":"a172-95"},{"uid":"a172-72"}],"importedBy":[{"uid":"a172-46"}]},"a172-60":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"a172-61"},"imported":[{"uid":"a172-87"},{"uid":"a172-93"},{"uid":"a172-95"},{"uid":"a172-72"}],"importedBy":[{"uid":"a172-46"}]},"a172-62":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"a172-63"},"imported":[{"uid":"a172-87"}],"importedBy":[{"uid":"a172-46"}]},"a172-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"a172-65"},"imported":[],"importedBy":[{"uid":"a172-50"},{"uid":"a172-66"}]},"a172-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"a172-67"},"imported":[{"uid":"a172-98"},{"uid":"a172-64"}],"importedBy":[{"uid":"a172-52"}]},"a172-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"a172-69"},"imported":[{"uid":"a172-96"}],"importedBy":[{"uid":"a172-52"}]},"a172-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"a172-71"},"imported":[{"uid":"a172-96"}],"importedBy":[{"uid":"a172-52"}]},"a172-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"a172-73"},"imported":[{"uid":"a172-87"},{"uid":"a172-95"}],"importedBy":[{"uid":"a172-56"},{"uid":"a172-58"},{"uid":"a172-60"}]},"a172-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"a172-75"},"imported":[{"uid":"a172-87"}],"importedBy":[{"uid":"a172-54"}]},"a172-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"a172-77"},"imported":[{"uid":"a172-87"},{"uid":"a172-86"},{"uid":"a172-95"},{"uid":"a172-50"},{"uid":"a172-34"}],"importedBy":[{"uid":"a172-54"}]},"a172-78":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"a172-79"},"imported":[{"uid":"a172-87"},{"uid":"a172-95"},{"uid":"a172-50"}],"importedBy":[{"uid":"a172-54"}]},"a172-80":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"a172-81"},"imported":[{"uid":"a172-87"},{"uid":"a172-95"}],"importedBy":[{"uid":"a172-54"}]},"a172-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"a172-83"},"imported":[{"uid":"a172-87"},{"uid":"a172-99"},{"uid":"a172-86"},{"uid":"a172-95"}],"importedBy":[{"uid":"a172-56"}]},"a172-84":{"id":"/home/darkadept/dev/imperium/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"external/style-inject/dist/style-inject.es.js":"a172-85"},"imported":[],"importedBy":[{"uid":"a172-34"},{"uid":"a172-36"}]},"a172-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-10"},{"uid":"a172-6"},{"uid":"a172-8"},{"uid":"a172-16"},{"uid":"a172-18"},{"uid":"a172-20"},{"uid":"a172-22"},{"uid":"a172-24"},{"uid":"a172-32"},{"uid":"a172-38"},{"uid":"a172-44"},{"uid":"a172-46"},{"uid":"a172-54"},{"uid":"a172-52"},{"uid":"a172-56"},{"uid":"a172-76"},{"uid":"a172-82"}],"isExternal":true},"a172-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-10"},{"uid":"a172-6"},{"uid":"a172-8"},{"uid":"a172-16"},{"uid":"a172-18"},{"uid":"a172-20"},{"uid":"a172-22"},{"uid":"a172-24"},{"uid":"a172-26"},{"uid":"a172-30"},{"uid":"a172-38"},{"uid":"a172-40"},{"uid":"a172-44"},{"uid":"a172-46"},{"uid":"a172-50"},{"uid":"a172-54"},{"uid":"a172-56"},{"uid":"a172-58"},{"uid":"a172-62"},{"uid":"a172-60"},{"uid":"a172-74"},{"uid":"a172-76"},{"uid":"a172-80"},{"uid":"a172-78"},{"uid":"a172-72"},{"uid":"a172-82"}],"isExternal":true},"a172-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-10"},{"uid":"a172-20"},{"uid":"a172-24"},{"uid":"a172-30"}],"isExternal":true},"a172-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-10"}],"isExternal":true},"a172-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-2"}],"isExternal":true},"a172-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-2"}],"isExternal":true},"a172-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-16"}],"isExternal":true},"a172-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-16"},{"uid":"a172-50"},{"uid":"a172-52"},{"uid":"a172-60"}],"isExternal":true},"a172-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-20"},{"uid":"a172-52"}],"isExternal":true},"a172-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-22"},{"uid":"a172-38"},{"uid":"a172-40"},{"uid":"a172-46"},{"uid":"a172-50"},{"uid":"a172-54"},{"uid":"a172-56"},{"uid":"a172-58"},{"uid":"a172-60"},{"uid":"a172-76"},{"uid":"a172-80"},{"uid":"a172-78"},{"uid":"a172-72"},{"uid":"a172-82"}],"isExternal":true},"a172-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-24"},{"uid":"a172-32"},{"uid":"a172-28"},{"uid":"a172-52"},{"uid":"a172-68"},{"uid":"a172-70"}],"isExternal":true},"a172-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-46"},{"uid":"a172-54"}],"isExternal":true},"a172-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-66"}],"isExternal":true},"a172-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"a172-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/dist/stats.txt ADDED
@@ -0,0 +1,94 @@
1
+ -----------------------------
2
+ Rollup File Analysis
3
+ -----------------------------
4
+ bundle size: 31.381 KB
5
+ original size: 51.753 KB
6
+ code reduction: 39.36 %
7
+ module count: 43
8
+
9
+ /src/layout/components/styles.module.css
10
+ █████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.12 % (3.176 KB)
11
+ /src/layout/components/Layout.tsx
12
+ ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.38 % (2.629 KB)
13
+ /src/content/components/ContentComponent.tsx
14
+ ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.28 % (1.97 KB)
15
+ /src/layout/withLayout.tsx
16
+ ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.23 % (1.955 KB)
17
+ /src/content/components/ActionForm.tsx
18
+ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.31 % (1.667 KB)
19
+ /src/layout/components/LayoutItemWrapper.tsx
20
+ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.79 % (1.503 KB)
21
+ /src/content/components/styles.module.css
22
+ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.68 % (1.469 KB)
23
+ /src/layout/moveItems.ts
24
+ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.46 % (1.401 KB)
25
+ /src/content/components/SidebarItemWrapper.tsx
26
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.79 % (1.189 KB)
27
+ /src/layout/components/DropdownItem.tsx
28
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.76 % (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.5 % (785 Bytes)
35
+ /src/layout/components/LayoutItemBar.tsx
36
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.31 % (726 Bytes)
37
+ /src/datahooks/Permissions.tsx
38
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.11 % (663 Bytes)
39
+ /src/content/components/ActionFormSidebarItemComponent.tsx
40
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.11 % (663 Bytes)
41
+ /src/content/createPages.tsx
42
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.07 % (650 Bytes)
43
+ /home/darkadept/dev/imperium/node_modules/style-inject/dist/style-inject.es.js
44
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.03 % (636 Bytes)
45
+ /src/content/utils.tsx
46
+ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2 % (628 Bytes)
47
+ /src/content/components/Header.tsx
48
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.77 % (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.15 % (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/hooks/useSelectState.ts
66
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.04 % (326 Bytes)
67
+ /src/content/types.ts
68
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1 % (315 Bytes)
69
+ /src/hooks/useSelectPermission.ts
70
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.94 % (294 Bytes)
71
+ /src/content/hooks/useBuildContentData.ts
72
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.82 % (257 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.26 % (83 Bytes)
91
+ /src/layout/components/CustomLayoutItemComponent.tsx
92
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.26 % (82 Bytes)
93
+ /src/content/dividerSidebarItem.ts
94
+ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.19 % (59 Bytes)
@@ -0,0 +1,4 @@
1
+ import type { ReactNode } from 'react';
2
+ export declare function Theme({ children }: {
3
+ children: ReactNode;
4
+ }): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imperium/layout",
3
- "version": "10.4.6-alpha.0+96f18bd",
3
+ "version": "10.4.8",
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.5",
34
+ "@imperium/auth-client": "^10.4.8",
35
35
  "@imperium/client": "^10.4.5",
36
36
  "@imperium/router": "^10.4.5",
37
37
  "@imperium/state": "^10.4.5",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "96f18bd80f4c961938b1d70c020d7be547e99068"
61
+ "gitHead": "f2a9c83375991959429eb3d298d7b49e763ae4fa"
62
62
  }