@imperium/layout 10.4.6 → 10.4.7
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)
|
|
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)
|
|
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":"461b-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"461b-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"461b-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"461b-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"461b-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"461b-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"461b-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"461b-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"461b-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"461b-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"461b-21"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"461b-23"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"461b-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"461b-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"461b-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"461b-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"461b-33"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"461b-35"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"461b-37"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"461b-39"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"461b-41"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"461b-43"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"461b-45"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"461b-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"461b-49"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"461b-51"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"461b-53"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"461b-55"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"461b-57"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"461b-59"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"461b-61"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"461b-63"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"461b-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"461b-67"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"461b-69"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"461b-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"461b-73"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"461b-75"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"461b-77"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"461b-79"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"461b-81"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"461b-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":"461b-85"}]}],"isRoot":true},"nodeParts":{"461b-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"461b-0"},"461b-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"461b-2"},"461b-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"461b-4"},"461b-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"461b-6"},"461b-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"461b-8"},"461b-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"461b-10"},"461b-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"461b-12"},"461b-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"461b-14"},"461b-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"461b-16"},"461b-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"461b-18"},"461b-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"461b-20"},"461b-23":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"461b-22"},"461b-25":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"461b-24"},"461b-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"461b-26"},"461b-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"461b-28"},"461b-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"461b-30"},"461b-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"461b-32"},"461b-35":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"461b-34"},"461b-37":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"461b-36"},"461b-39":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"461b-38"},"461b-41":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"461b-40"},"461b-43":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"461b-42"},"461b-45":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"461b-44"},"461b-47":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"461b-46"},"461b-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"461b-48"},"461b-51":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"461b-50"},"461b-53":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"461b-52"},"461b-55":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"461b-54"},"461b-57":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"461b-56"},"461b-59":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"461b-58"},"461b-61":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"461b-60"},"461b-63":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"461b-62"},"461b-65":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"461b-64"},"461b-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"461b-66"},"461b-69":{"renderedLength":254,"gzipLength":142,"brotliLength":108,"mainUid":"461b-68"},"461b-71":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"461b-70"},"461b-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"461b-72"},"461b-75":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"461b-74"},"461b-77":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"461b-76"},"461b-79":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"461b-78"},"461b-81":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"461b-80"},"461b-83":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"461b-82"},"461b-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"461b-84"}},"nodeMetas":{"461b-0":{"id":"/src/index.ts","moduleParts":{"index.js":"461b-1"},"imported":[{"uid":"461b-10"},{"uid":"461b-6"},{"uid":"461b-2"},{"uid":"461b-8"},{"uid":"461b-4"}],"importedBy":[],"isEntry":true},"461b-2":{"id":"/src/state.ts","moduleParts":{"state.js":"461b-3"},"imported":[{"uid":"461b-90"},{"uid":"461b-91"}],"importedBy":[{"uid":"461b-0"},{"uid":"461b-10"},{"uid":"461b-20"},{"uid":"461b-24"},{"uid":"461b-22"},{"uid":"461b-28"},{"uid":"461b-50"}]},"461b-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"461b-5"},"imported":[],"importedBy":[{"uid":"461b-0"}]},"461b-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"461b-7"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-16"},{"uid":"461b-18"},{"uid":"461b-20"},{"uid":"461b-12"},{"uid":"461b-24"}],"importedBy":[{"uid":"461b-0"}]},"461b-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"461b-9"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-22"},{"uid":"461b-14"}],"importedBy":[{"uid":"461b-0"}]},"461b-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"461b-11"},"imported":[{"uid":"461b-86"},{"uid":"461b-87"},{"uid":"461b-88"},{"uid":"461b-89"},{"uid":"461b-2"}],"importedBy":[{"uid":"461b-0"}]},"461b-12":{"id":"/src/types.ts","moduleParts":{"types.js":"461b-13"},"imported":[],"importedBy":[{"uid":"461b-6"}]},"461b-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"461b-15"},"imported":[],"importedBy":[{"uid":"461b-8"},{"uid":"461b-42"}]},"461b-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"461b-17"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-92"},{"uid":"461b-93"},{"uid":"461b-26"}],"importedBy":[{"uid":"461b-6"},{"uid":"461b-22"}]},"461b-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"461b-19"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-28"}],"importedBy":[{"uid":"461b-6"}]},"461b-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"461b-21"},"imported":[{"uid":"461b-87"},{"uid":"461b-94"},{"uid":"461b-86"},{"uid":"461b-88"},{"uid":"461b-2"}],"importedBy":[{"uid":"461b-6"}]},"461b-22":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"461b-23"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-96"},{"uid":"461b-88"},{"uid":"461b-16"},{"uid":"461b-2"},{"uid":"461b-30"},{"uid":"461b-38"},{"uid":"461b-40"},{"uid":"461b-42"},{"uid":"461b-34"}],"importedBy":[{"uid":"461b-8"}]},"461b-24":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"461b-25"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-95"},{"uid":"461b-2"},{"uid":"461b-32"},{"uid":"461b-44"},{"uid":"461b-46"},{"uid":"461b-36"}],"importedBy":[{"uid":"461b-6"}]},"461b-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"461b-27"},"imported":[{"uid":"461b-87"}],"importedBy":[{"uid":"461b-16"}]},"461b-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"461b-29"},"imported":[{"uid":"461b-87"},{"uid":"461b-88"},{"uid":"461b-2"}],"importedBy":[{"uid":"461b-18"}]},"461b-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"461b-31"},"imported":[{"uid":"461b-96"}],"importedBy":[{"uid":"461b-22"},{"uid":"461b-44"},{"uid":"461b-62"}]},"461b-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"461b-33"},"imported":[{"uid":"461b-86"},{"uid":"461b-96"},{"uid":"461b-48"}],"importedBy":[{"uid":"461b-24"}]},"461b-34":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"461b-35"},"imported":[{"uid":"461b-84"}],"importedBy":[{"uid":"461b-22"},{"uid":"461b-40"}]},"461b-36":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"461b-37"},"imported":[{"uid":"461b-84"}],"importedBy":[{"uid":"461b-24"},{"uid":"461b-46"},{"uid":"461b-78"}]},"461b-38":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"461b-39"},"imported":[{"uid":"461b-50"}],"importedBy":[{"uid":"461b-22"},{"uid":"461b-42"}]},"461b-40":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"461b-41"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-34"}],"importedBy":[{"uid":"461b-22"}]},"461b-42":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"461b-43"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-97"},{"uid":"461b-95"},{"uid":"461b-38"},{"uid":"461b-14"},{"uid":"461b-54"},{"uid":"461b-56"},{"uid":"461b-58"},{"uid":"461b-60"}],"importedBy":[{"uid":"461b-22"}]},"461b-44":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"461b-45"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-95"},{"uid":"461b-30"},{"uid":"461b-52"},{"uid":"461b-62"}],"importedBy":[{"uid":"461b-24"}]},"461b-46":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"461b-47"},"imported":[{"uid":"461b-87"},{"uid":"461b-95"},{"uid":"461b-36"}],"importedBy":[{"uid":"461b-24"}]},"461b-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"461b-49"},"imported":[],"importedBy":[{"uid":"461b-32"},{"uid":"461b-62"}]},"461b-50":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"461b-51"},"imported":[{"uid":"461b-94"},{"uid":"461b-86"},{"uid":"461b-96"},{"uid":"461b-93"},{"uid":"461b-2"},{"uid":"461b-66"},{"uid":"461b-64"},{"uid":"461b-68"}],"importedBy":[{"uid":"461b-38"},{"uid":"461b-62"}]},"461b-52":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"461b-53"},"imported":[{"uid":"461b-87"},{"uid":"461b-93"},{"uid":"461b-95"},{"uid":"461b-70"}],"importedBy":[{"uid":"461b-44"},{"uid":"461b-78"},{"uid":"461b-82"}]},"461b-54":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"461b-55"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-95"},{"uid":"461b-72"},{"uid":"461b-74"}],"importedBy":[{"uid":"461b-42"}]},"461b-56":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"461b-57"},"imported":[{"uid":"461b-87"},{"uid":"461b-95"},{"uid":"461b-72"}],"importedBy":[{"uid":"461b-42"}]},"461b-58":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"461b-59"},"imported":[{"uid":"461b-87"}],"importedBy":[{"uid":"461b-42"}]},"461b-60":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"461b-61"},"imported":[{"uid":"461b-87"},{"uid":"461b-93"},{"uid":"461b-95"},{"uid":"461b-72"}],"importedBy":[{"uid":"461b-42"}]},"461b-62":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"461b-63"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-97"},{"uid":"461b-95"},{"uid":"461b-50"},{"uid":"461b-30"},{"uid":"461b-48"},{"uid":"461b-76"},{"uid":"461b-78"},{"uid":"461b-80"},{"uid":"461b-82"}],"importedBy":[{"uid":"461b-44"}]},"461b-64":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"461b-65"},"imported":[{"uid":"461b-96"}],"importedBy":[{"uid":"461b-50"}]},"461b-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"461b-67"},"imported":[{"uid":"461b-98"},{"uid":"461b-70"}],"importedBy":[{"uid":"461b-50"}]},"461b-68":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"461b-69"},"imported":[{"uid":"461b-96"}],"importedBy":[{"uid":"461b-50"}]},"461b-70":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"461b-71"},"imported":[],"importedBy":[{"uid":"461b-52"},{"uid":"461b-66"}]},"461b-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"461b-73"},"imported":[{"uid":"461b-87"},{"uid":"461b-95"}],"importedBy":[{"uid":"461b-54"},{"uid":"461b-56"},{"uid":"461b-60"}]},"461b-74":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"461b-75"},"imported":[{"uid":"461b-87"},{"uid":"461b-99"},{"uid":"461b-86"},{"uid":"461b-95"}],"importedBy":[{"uid":"461b-54"}]},"461b-76":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"461b-77"},"imported":[{"uid":"461b-87"}],"importedBy":[{"uid":"461b-62"}]},"461b-78":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"461b-79"},"imported":[{"uid":"461b-87"},{"uid":"461b-86"},{"uid":"461b-95"},{"uid":"461b-52"},{"uid":"461b-36"}],"importedBy":[{"uid":"461b-62"}]},"461b-80":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"461b-81"},"imported":[{"uid":"461b-87"},{"uid":"461b-95"}],"importedBy":[{"uid":"461b-62"}]},"461b-82":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"461b-83"},"imported":[{"uid":"461b-87"},{"uid":"461b-95"},{"uid":"461b-52"}],"importedBy":[{"uid":"461b-62"}]},"461b-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":"461b-85"},"imported":[],"importedBy":[{"uid":"461b-36"},{"uid":"461b-34"}]},"461b-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-10"},{"uid":"461b-6"},{"uid":"461b-8"},{"uid":"461b-16"},{"uid":"461b-18"},{"uid":"461b-20"},{"uid":"461b-24"},{"uid":"461b-22"},{"uid":"461b-32"},{"uid":"461b-44"},{"uid":"461b-40"},{"uid":"461b-42"},{"uid":"461b-62"},{"uid":"461b-50"},{"uid":"461b-54"},{"uid":"461b-78"},{"uid":"461b-74"}],"isExternal":true},"461b-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-10"},{"uid":"461b-6"},{"uid":"461b-8"},{"uid":"461b-16"},{"uid":"461b-18"},{"uid":"461b-20"},{"uid":"461b-24"},{"uid":"461b-22"},{"uid":"461b-26"},{"uid":"461b-28"},{"uid":"461b-44"},{"uid":"461b-46"},{"uid":"461b-40"},{"uid":"461b-42"},{"uid":"461b-52"},{"uid":"461b-62"},{"uid":"461b-54"},{"uid":"461b-56"},{"uid":"461b-58"},{"uid":"461b-60"},{"uid":"461b-76"},{"uid":"461b-78"},{"uid":"461b-80"},{"uid":"461b-82"},{"uid":"461b-72"},{"uid":"461b-74"}],"isExternal":true},"461b-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-10"},{"uid":"461b-20"},{"uid":"461b-22"},{"uid":"461b-28"}],"isExternal":true},"461b-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-10"}],"isExternal":true},"461b-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-2"}],"isExternal":true},"461b-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-2"}],"isExternal":true},"461b-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-16"}],"isExternal":true},"461b-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-16"},{"uid":"461b-52"},{"uid":"461b-50"},{"uid":"461b-60"}],"isExternal":true},"461b-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-20"},{"uid":"461b-50"}],"isExternal":true},"461b-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-24"},{"uid":"461b-44"},{"uid":"461b-46"},{"uid":"461b-42"},{"uid":"461b-52"},{"uid":"461b-62"},{"uid":"461b-54"},{"uid":"461b-56"},{"uid":"461b-60"},{"uid":"461b-78"},{"uid":"461b-80"},{"uid":"461b-82"},{"uid":"461b-72"},{"uid":"461b-74"}],"isExternal":true},"461b-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-22"},{"uid":"461b-32"},{"uid":"461b-30"},{"uid":"461b-50"},{"uid":"461b-64"},{"uid":"461b-68"}],"isExternal":true},"461b-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-42"},{"uid":"461b-62"}],"isExternal":true},"461b-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-66"}],"isExternal":true},"461b-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"461b-74"}],"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":"d833-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"d833-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"d833-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"d833-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"d833-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"d833-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"d833-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"d833-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"d833-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"d833-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"d833-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"d833-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"d833-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"d833-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"d833-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"d833-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"d833-33"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"d833-35"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"d833-37"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"d833-39"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"d833-41"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"d833-43"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"d833-45"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"d833-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"d833-49"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"d833-51"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"d833-53"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"d833-55"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"d833-57"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"d833-59"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"d833-61"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"d833-63"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"d833-65"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"d833-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"d833-69"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"d833-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"d833-73"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"d833-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"d833-77"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"d833-79"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"d833-81"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"d833-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":"d833-85"}]}],"isRoot":true},"nodeParts":{"d833-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"d833-0"},"d833-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"d833-2"},"d833-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"d833-4"},"d833-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"d833-6"},"d833-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"d833-8"},"d833-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"d833-10"},"d833-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"d833-12"},"d833-15":{"renderedLength":315,"gzipLength":141,"brotliLength":99,"mainUid":"d833-14"},"d833-17":{"renderedLength":997,"gzipLength":371,"brotliLength":309,"mainUid":"d833-16"},"d833-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"d833-18"},"d833-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"d833-20"},"d833-23":{"renderedLength":2629,"gzipLength":741,"brotliLength":631,"mainUid":"d833-22"},"d833-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"d833-24"},"d833-27":{"renderedLength":95,"gzipLength":91,"brotliLength":75,"mainUid":"d833-26"},"d833-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"d833-28"},"d833-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"d833-30"},"d833-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"d833-32"},"d833-35":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"d833-34"},"d833-37":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"d833-36"},"d833-39":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"d833-38"},"d833-41":{"renderedLength":556,"gzipLength":286,"brotliLength":215,"mainUid":"d833-40"},"d833-43":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"d833-42"},"d833-45":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"d833-44"},"d833-47":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"d833-46"},"d833-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"d833-48"},"d833-51":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"d833-50"},"d833-53":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"d833-52"},"d833-55":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"d833-54"},"d833-57":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"d833-56"},"d833-59":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"d833-58"},"d833-61":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"d833-60"},"d833-63":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"d833-62"},"d833-65":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"d833-64"},"d833-67":{"renderedLength":326,"gzipLength":176,"brotliLength":141,"mainUid":"d833-66"},"d833-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"d833-68"},"d833-71":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"d833-70"},"d833-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"d833-72"},"d833-75":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"d833-74"},"d833-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"d833-76"},"d833-79":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"d833-78"},"d833-81":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"d833-80"},"d833-83":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"d833-82"},"d833-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"d833-84"}},"nodeMetas":{"d833-0":{"id":"/src/index.ts","moduleParts":{"index.js":"d833-1"},"imported":[{"uid":"d833-10"},{"uid":"d833-6"},{"uid":"d833-2"},{"uid":"d833-8"},{"uid":"d833-4"}],"importedBy":[],"isEntry":true},"d833-2":{"id":"/src/state.ts","moduleParts":{"state.js":"d833-3"},"imported":[{"uid":"d833-90"},{"uid":"d833-91"}],"importedBy":[{"uid":"d833-0"},{"uid":"d833-10"},{"uid":"d833-20"},{"uid":"d833-22"},{"uid":"d833-24"},{"uid":"d833-28"},{"uid":"d833-50"}]},"d833-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"d833-5"},"imported":[],"importedBy":[{"uid":"d833-0"}]},"d833-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"d833-7"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-16"},{"uid":"d833-18"},{"uid":"d833-20"},{"uid":"d833-12"},{"uid":"d833-22"}],"importedBy":[{"uid":"d833-0"}]},"d833-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"d833-9"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-24"},{"uid":"d833-14"}],"importedBy":[{"uid":"d833-0"}]},"d833-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"d833-11"},"imported":[{"uid":"d833-86"},{"uid":"d833-87"},{"uid":"d833-88"},{"uid":"d833-89"},{"uid":"d833-2"}],"importedBy":[{"uid":"d833-0"}]},"d833-12":{"id":"/src/types.ts","moduleParts":{"types.js":"d833-13"},"imported":[],"importedBy":[{"uid":"d833-6"}]},"d833-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"d833-15"},"imported":[],"importedBy":[{"uid":"d833-8"},{"uid":"d833-42"}]},"d833-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"d833-17"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-92"},{"uid":"d833-93"},{"uid":"d833-26"}],"importedBy":[{"uid":"d833-6"},{"uid":"d833-24"}]},"d833-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"d833-19"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-28"}],"importedBy":[{"uid":"d833-6"}]},"d833-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"d833-21"},"imported":[{"uid":"d833-87"},{"uid":"d833-94"},{"uid":"d833-86"},{"uid":"d833-88"},{"uid":"d833-2"}],"importedBy":[{"uid":"d833-6"}]},"d833-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"d833-23"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-95"},{"uid":"d833-2"},{"uid":"d833-32"},{"uid":"d833-44"},{"uid":"d833-46"},{"uid":"d833-36"}],"importedBy":[{"uid":"d833-6"}]},"d833-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"d833-25"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-96"},{"uid":"d833-88"},{"uid":"d833-16"},{"uid":"d833-2"},{"uid":"d833-30"},{"uid":"d833-38"},{"uid":"d833-40"},{"uid":"d833-42"},{"uid":"d833-34"}],"importedBy":[{"uid":"d833-8"}]},"d833-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"d833-27"},"imported":[{"uid":"d833-87"}],"importedBy":[{"uid":"d833-16"}]},"d833-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"d833-29"},"imported":[{"uid":"d833-87"},{"uid":"d833-88"},{"uid":"d833-2"}],"importedBy":[{"uid":"d833-18"}]},"d833-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"d833-31"},"imported":[{"uid":"d833-96"}],"importedBy":[{"uid":"d833-24"},{"uid":"d833-44"},{"uid":"d833-62"}]},"d833-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"d833-33"},"imported":[{"uid":"d833-86"},{"uid":"d833-96"},{"uid":"d833-48"}],"importedBy":[{"uid":"d833-22"}]},"d833-34":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"d833-35"},"imported":[{"uid":"d833-84"}],"importedBy":[{"uid":"d833-24"},{"uid":"d833-40"}]},"d833-36":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"d833-37"},"imported":[{"uid":"d833-84"}],"importedBy":[{"uid":"d833-22"},{"uid":"d833-46"},{"uid":"d833-76"}]},"d833-38":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"d833-39"},"imported":[{"uid":"d833-50"}],"importedBy":[{"uid":"d833-24"},{"uid":"d833-42"}]},"d833-40":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"d833-41"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-34"}],"importedBy":[{"uid":"d833-24"}]},"d833-42":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"d833-43"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-97"},{"uid":"d833-95"},{"uid":"d833-38"},{"uid":"d833-14"},{"uid":"d833-54"},{"uid":"d833-56"},{"uid":"d833-58"},{"uid":"d833-60"}],"importedBy":[{"uid":"d833-24"}]},"d833-44":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"d833-45"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-95"},{"uid":"d833-30"},{"uid":"d833-52"},{"uid":"d833-62"}],"importedBy":[{"uid":"d833-22"}]},"d833-46":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"d833-47"},"imported":[{"uid":"d833-87"},{"uid":"d833-95"},{"uid":"d833-36"}],"importedBy":[{"uid":"d833-22"}]},"d833-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"d833-49"},"imported":[],"importedBy":[{"uid":"d833-32"},{"uid":"d833-62"}]},"d833-50":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"d833-51"},"imported":[{"uid":"d833-94"},{"uid":"d833-86"},{"uid":"d833-96"},{"uid":"d833-93"},{"uid":"d833-2"},{"uid":"d833-64"},{"uid":"d833-68"},{"uid":"d833-66"}],"importedBy":[{"uid":"d833-38"},{"uid":"d833-62"}]},"d833-52":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"d833-53"},"imported":[{"uid":"d833-87"},{"uid":"d833-93"},{"uid":"d833-95"},{"uid":"d833-70"}],"importedBy":[{"uid":"d833-44"},{"uid":"d833-76"},{"uid":"d833-82"}]},"d833-54":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"d833-55"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-95"},{"uid":"d833-72"},{"uid":"d833-74"}],"importedBy":[{"uid":"d833-42"}]},"d833-56":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"d833-57"},"imported":[{"uid":"d833-87"},{"uid":"d833-95"},{"uid":"d833-72"}],"importedBy":[{"uid":"d833-42"}]},"d833-58":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"d833-59"},"imported":[{"uid":"d833-87"}],"importedBy":[{"uid":"d833-42"}]},"d833-60":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"d833-61"},"imported":[{"uid":"d833-87"},{"uid":"d833-93"},{"uid":"d833-95"},{"uid":"d833-72"}],"importedBy":[{"uid":"d833-42"}]},"d833-62":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"d833-63"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-97"},{"uid":"d833-95"},{"uid":"d833-50"},{"uid":"d833-30"},{"uid":"d833-48"},{"uid":"d833-78"},{"uid":"d833-76"},{"uid":"d833-80"},{"uid":"d833-82"}],"importedBy":[{"uid":"d833-44"}]},"d833-64":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"d833-65"},"imported":[{"uid":"d833-98"},{"uid":"d833-70"}],"importedBy":[{"uid":"d833-50"}]},"d833-66":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"d833-67"},"imported":[{"uid":"d833-96"}],"importedBy":[{"uid":"d833-50"}]},"d833-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"d833-69"},"imported":[{"uid":"d833-96"}],"importedBy":[{"uid":"d833-50"}]},"d833-70":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"d833-71"},"imported":[],"importedBy":[{"uid":"d833-52"},{"uid":"d833-64"}]},"d833-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"d833-73"},"imported":[{"uid":"d833-87"},{"uid":"d833-95"}],"importedBy":[{"uid":"d833-54"},{"uid":"d833-56"},{"uid":"d833-60"}]},"d833-74":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"d833-75"},"imported":[{"uid":"d833-87"},{"uid":"d833-99"},{"uid":"d833-86"},{"uid":"d833-95"}],"importedBy":[{"uid":"d833-54"}]},"d833-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"d833-77"},"imported":[{"uid":"d833-87"},{"uid":"d833-86"},{"uid":"d833-95"},{"uid":"d833-52"},{"uid":"d833-36"}],"importedBy":[{"uid":"d833-62"}]},"d833-78":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"d833-79"},"imported":[{"uid":"d833-87"}],"importedBy":[{"uid":"d833-62"}]},"d833-80":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"d833-81"},"imported":[{"uid":"d833-87"},{"uid":"d833-95"}],"importedBy":[{"uid":"d833-62"}]},"d833-82":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"d833-83"},"imported":[{"uid":"d833-87"},{"uid":"d833-95"},{"uid":"d833-52"}],"importedBy":[{"uid":"d833-62"}]},"d833-84":{"id":"/home/darkadept/dev/imperium/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"external/style-inject/dist/style-inject.es.js":"d833-85"},"imported":[],"importedBy":[{"uid":"d833-36"},{"uid":"d833-34"}]},"d833-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-10"},{"uid":"d833-6"},{"uid":"d833-8"},{"uid":"d833-16"},{"uid":"d833-18"},{"uid":"d833-20"},{"uid":"d833-22"},{"uid":"d833-24"},{"uid":"d833-32"},{"uid":"d833-44"},{"uid":"d833-40"},{"uid":"d833-42"},{"uid":"d833-62"},{"uid":"d833-50"},{"uid":"d833-54"},{"uid":"d833-76"},{"uid":"d833-74"}],"isExternal":true},"d833-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-10"},{"uid":"d833-6"},{"uid":"d833-8"},{"uid":"d833-16"},{"uid":"d833-18"},{"uid":"d833-20"},{"uid":"d833-22"},{"uid":"d833-24"},{"uid":"d833-26"},{"uid":"d833-28"},{"uid":"d833-44"},{"uid":"d833-46"},{"uid":"d833-40"},{"uid":"d833-42"},{"uid":"d833-52"},{"uid":"d833-62"},{"uid":"d833-54"},{"uid":"d833-56"},{"uid":"d833-58"},{"uid":"d833-60"},{"uid":"d833-78"},{"uid":"d833-76"},{"uid":"d833-80"},{"uid":"d833-82"},{"uid":"d833-72"},{"uid":"d833-74"}],"isExternal":true},"d833-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-10"},{"uid":"d833-20"},{"uid":"d833-24"},{"uid":"d833-28"}],"isExternal":true},"d833-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-10"}],"isExternal":true},"d833-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-2"}],"isExternal":true},"d833-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-2"}],"isExternal":true},"d833-92":{"id":"lodash/fp/compose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-16"}],"isExternal":true},"d833-93":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-16"},{"uid":"d833-52"},{"uid":"d833-50"},{"uid":"d833-60"}],"isExternal":true},"d833-94":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-20"},{"uid":"d833-50"}],"isExternal":true},"d833-95":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-22"},{"uid":"d833-44"},{"uid":"d833-46"},{"uid":"d833-42"},{"uid":"d833-52"},{"uid":"d833-62"},{"uid":"d833-54"},{"uid":"d833-56"},{"uid":"d833-60"},{"uid":"d833-76"},{"uid":"d833-80"},{"uid":"d833-82"},{"uid":"d833-72"},{"uid":"d833-74"}],"isExternal":true},"d833-96":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-24"},{"uid":"d833-32"},{"uid":"d833-30"},{"uid":"d833-50"},{"uid":"d833-68"},{"uid":"d833-66"}],"isExternal":true},"d833-97":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-42"},{"uid":"d833-62"}],"isExternal":true},"d833-98":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-64"}],"isExternal":true},"d833-99":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"d833-74"}],"isExternal":true}},"env":{"rollup":"2.70.1"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
|
|
2673
2673
|
|
|
2674
2674
|
const run = () => {
|
|
2675
2675
|
const width = window.innerWidth;
|
package/dist/stats.txt
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size: 31.
|
|
5
|
-
original size: 51.
|
|
6
|
-
code reduction: 39.
|
|
4
|
+
bundle size: 31.381 KB
|
|
5
|
+
original size: 51.753 KB
|
|
6
|
+
code reduction: 39.36 %
|
|
7
7
|
module count: 43
|
|
8
8
|
|
|
9
9
|
/src/layout/components/styles.module.css
|
|
10
|
-
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.
|
|
10
|
+
█████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10.12 % (3.176 KB)
|
|
11
11
|
/src/layout/components/Layout.tsx
|
|
12
|
-
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.
|
|
12
|
+
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.38 % (2.629 KB)
|
|
13
13
|
/src/content/components/ContentComponent.tsx
|
|
14
|
-
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.
|
|
14
|
+
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.28 % (1.97 KB)
|
|
15
15
|
/src/layout/withLayout.tsx
|
|
16
|
-
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.
|
|
16
|
+
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.23 % (1.955 KB)
|
|
17
17
|
/src/content/components/ActionForm.tsx
|
|
18
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.
|
|
18
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.31 % (1.667 KB)
|
|
19
19
|
/src/layout/components/LayoutItemWrapper.tsx
|
|
20
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.
|
|
20
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.79 % (1.503 KB)
|
|
21
21
|
/src/content/components/styles.module.css
|
|
22
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.
|
|
22
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.68 % (1.469 KB)
|
|
23
23
|
/src/layout/moveItems.ts
|
|
24
|
-
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.
|
|
24
|
+
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.46 % (1.401 KB)
|
|
25
25
|
/src/content/components/SidebarItemWrapper.tsx
|
|
26
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.
|
|
26
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.79 % (1.189 KB)
|
|
27
27
|
/src/layout/components/DropdownItem.tsx
|
|
28
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.
|
|
28
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.76 % (1.179 KB)
|
|
29
29
|
/src/datahooks/DataHooks.tsx
|
|
30
30
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.18 % (997 Bytes)
|
|
31
31
|
/src/layout/utils.tsx
|
|
32
32
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.92 % (915 Bytes)
|
|
33
33
|
/src/hooks/useBuildData.ts
|
|
34
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
|
34
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5 % (785 Bytes)
|
|
35
35
|
/src/layout/components/LayoutItemBar.tsx
|
|
36
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
|
36
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.31 % (726 Bytes)
|
|
37
37
|
/src/datahooks/Permissions.tsx
|
|
38
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
|
38
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.11 % (663 Bytes)
|
|
39
39
|
/src/content/components/ActionFormSidebarItemComponent.tsx
|
|
40
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
|
40
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.11 % (663 Bytes)
|
|
41
41
|
/src/content/createPages.tsx
|
|
42
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.
|
|
43
|
-
/home/
|
|
42
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.07 % (650 Bytes)
|
|
43
|
+
/home/darkadept/dev/imperium/node_modules/style-inject/dist/style-inject.es.js
|
|
44
44
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.03 % (636 Bytes)
|
|
45
45
|
/src/content/utils.tsx
|
|
46
|
-
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
|
46
|
+
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2 % (628 Bytes)
|
|
47
47
|
/src/content/components/Header.tsx
|
|
48
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
|
48
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.77 % (556 Bytes)
|
|
49
49
|
/src/hooks/useIsActiveRoute.ts
|
|
50
50
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.64 % (514 Bytes)
|
|
51
51
|
/src/state.ts
|
|
@@ -53,7 +53,7 @@ module count: 43
|
|
|
53
53
|
/src/layout/hooks/useMobileLayout.ts
|
|
54
54
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.42 % (445 Bytes)
|
|
55
55
|
/src/content/components/ActionSidebarItemComponent.tsx
|
|
56
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
|
56
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.15 % (362 Bytes)
|
|
57
57
|
/src/datahooks/ExecutePermissionHook.tsx
|
|
58
58
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.1 % (345 Bytes)
|
|
59
59
|
/src/content/components/PlainSidebarItem.tsx
|
|
@@ -62,14 +62,14 @@ module count: 43
|
|
|
62
62
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.08 % (339 Bytes)
|
|
63
63
|
/src/layout/components/SecondaryMenuToggleItem.tsx
|
|
64
64
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.07 % (335 Bytes)
|
|
65
|
+
/src/hooks/useSelectState.ts
|
|
66
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.04 % (326 Bytes)
|
|
65
67
|
/src/content/types.ts
|
|
66
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1
|
|
68
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1 % (315 Bytes)
|
|
67
69
|
/src/hooks/useSelectPermission.ts
|
|
68
70
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.94 % (294 Bytes)
|
|
69
71
|
/src/content/hooks/useBuildContentData.ts
|
|
70
72
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.82 % (257 Bytes)
|
|
71
|
-
/src/hooks/useSelectState.ts
|
|
72
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.81 % (254 Bytes)
|
|
73
73
|
/src/layout/components/MenuItem.tsx
|
|
74
74
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.8 % (252 Bytes)
|
|
75
75
|
/src/layout/components/PlainItem.tsx
|
|
@@ -87,7 +87,7 @@ module count: 43
|
|
|
87
87
|
/src/datahooks/ExecuteDataHook.tsx
|
|
88
88
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.3 % (95 Bytes)
|
|
89
89
|
/src/content/components/CustomSidebarItemComponent.tsx
|
|
90
|
-
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.
|
|
90
|
+
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.26 % (83 Bytes)
|
|
91
91
|
/src/layout/components/CustomLayoutItemComponent.tsx
|
|
92
92
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.26 % (82 Bytes)
|
|
93
93
|
/src/content/dividerSidebarItem.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imperium/layout",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.7",
|
|
4
4
|
"description": "Imperium Layout package",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/darkadept/imperium/issues"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6063127eac0a0a63897775df91a6bc7d6af584a3"
|
|
62
62
|
}
|