@imperium/layout 11.1.0 → 11.1.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import styleInject from './../../external/style-inject/dist/style-inject.es.js';
2
2
 
3
- var css_248z = ".styles-module_parent__OuBHK {\n\tflex: 1;\n\tdisplay: flex;\n\tflex-direction: row;\n\theight: 100%;\n}\n\n.styles-module_wrapper__2DEM0 {\n\tflex: 1;\n\tflex-basis: calc(65%);\n}\n\n.styles-module_content__PWtmR {\n\tmargin: 0 0.8rem 0.8rem 0.8rem;\n}\n\n.styles-module_contentFull__q2jrq {\n\theight: 100%;\n\tmargin: 0 0;\n}\n\n.styles-module_header__4mpgB {\n\tpadding: 0.8rem 0.8rem 0 0.8rem;\n\tmargin-bottom: 0.8rem;\n}\n\n.styles-module_sidebar__H9Cuy {\n\tmin-width: 250px;\n\tpadding: 10px;\n\toverflow-y: auto;\n\toverflow-x: hidden;\n}\n\n.styles-module_sidebarItem__-JRCt {\n\tmargin-bottom: 5px;\n}\n\n.styles-module_actionsHeader__Ke2ht {\n\tdisplay: none;\n}\n\n@media only screen and (max-width: 768px) {\n\t.styles-module_parent__OuBHK {\n\t\tflex-direction: column;\n\t\theight: auto;\n\t}\n\t.styles-module_wrapper__2DEM0 {\n\t\tborder-right: none;\n\t\tpadding-bottom: 20px;\n\t}\n\t.styles-module_sidebar__H9Cuy {\n\t\tmin-width: auto;\n\t}\n\t.styles-module_actionsHeader__Ke2ht {\n\t\tdisplay: block;\n\t\tmargin-bottom: 5px;\n\t}\n}\n";
4
- var styles = {"parent":"styles-module_parent__OuBHK","wrapper":"styles-module_wrapper__2DEM0","content":"styles-module_content__PWtmR","contentFull":"styles-module_contentFull__q2jrq","header":"styles-module_header__4mpgB","sidebar":"styles-module_sidebar__H9Cuy","sidebarItem":"styles-module_sidebarItem__-JRCt","actionsHeader":"styles-module_actionsHeader__Ke2ht"};
3
+ var css_248z = ".styles-module_parent__OuBHK {\n\tflex: 1;\n\tdisplay: flex;\n\tflex-direction: row;\n\theight: 100%;\n}\n\n.styles-module_wrapper__2DEM0 {\n\tflex: 1;\n\tflex-basis: calc(65%);\n}\n\n.styles-module_content__PWtmR {\n\tmargin: 0 0.8rem 0.8rem 0.8rem;\n}\n\n.styles-module_contentFull__q2jrq {\n\theight: 100%;\n\tmargin: 0 0;\n}\n\n.styles-module_header__4mpgB {\n\tpadding: 0.8rem 0.8rem 0 0.8rem;\n\tmargin-bottom: 0.8rem;\n}\n\n.styles-module_sidebar__H9Cuy {\n\tmin-width: 250px;\n\tpadding: 10px;\n\toverflow-y: auto;\n\toverflow-x: hidden;\n}\n\n.styles-module_sidebarItem__-JRCt {\n\tmargin-bottom: 5px;\n}\n\n.styles-module_actionsHeader__Ke2ht {\n\tdisplay: none;\n}\n\n@media print\n{\n\t.styles-module_noPrint__V49Dv, .styles-module_noPrint__V49Dv *\n\t{\n\t\tdisplay: none !important;\n\t}\n}\n\n@media only screen and (max-width: 768px) {\n\t.styles-module_parent__OuBHK {\n\t\tflex-direction: column;\n\t\theight: auto;\n\t}\n\t.styles-module_wrapper__2DEM0 {\n\t\tborder-right: none;\n\t\tpadding-bottom: 20px;\n\t}\n\t.styles-module_sidebar__H9Cuy {\n\t\tmin-width: auto;\n\t}\n\t.styles-module_actionsHeader__Ke2ht {\n\t\tdisplay: block;\n\t\tmargin-bottom: 5px;\n\t}\n}\n";
4
+ var styles = {"parent":"styles-module_parent__OuBHK","wrapper":"styles-module_wrapper__2DEM0","content":"styles-module_content__PWtmR","contentFull":"styles-module_contentFull__q2jrq","header":"styles-module_header__4mpgB","sidebar":"styles-module_sidebar__H9Cuy","sidebarItem":"styles-module_sidebarItem__-JRCt","actionsHeader":"styles-module_actionsHeader__Ke2ht","noPrint":"styles-module_noPrint__V49Dv"};
5
5
  styleInject(css_248z);
6
6
 
7
7
  export { styles as default };
@@ -32,7 +32,7 @@ function Layout({ footer, primaryMenu, statusbar, secondaryMenu, children }) {
32
32
  }
33
33
  ] : secondaryMenu);
34
34
  const secondaryMenuComp = secondaryMenuItems.length > 0 ? /* @__PURE__ */ React.createElement("div", {
35
- className: "imperiumSecondaryMenuWrapper"
35
+ className: "imperiumSecondaryMenuWrapper noPrint"
36
36
  }, /* @__PURE__ */ React.createElement(LayoutItemBar, {
37
37
  items: secondaryMenuItems,
38
38
  inverted: true,
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.js","sources":["../../../../src/layout/components/Layout.tsx"],"sourcesContent":["import debug from 'debug';\nimport {ReactNode, useState} from 'react';\nimport {Segment} from 'semantic-ui-react';\nimport {useLayoutState} from '../../state';\nimport {moveItems} from '../moveItems';\nimport type {LayoutData} from '../types';\nimport {LayoutItemBar} from './LayoutItemBar';\nimport {SecondaryMenuToggleItem} from './SecondaryMenuToggleItem';\nimport styles from './styles.module.css';\n\nconst d = debug('imperium.layout.components.Layout');\n\ninterface LayoutProps extends Required<LayoutData> {\n\tchildren?: ReactNode;\n}\n\n/**\n * Renders the main layout.\n * Hides/shows/collapses things as need for mobile layout.\n * Tracks state to whether the side menu is open or not.\n * @param footer\n * @param menubar\n * @param statusbar\n * @param children\n * @constructor\n */\nexport function Layout({footer, primaryMenu, statusbar, secondaryMenu, children}: LayoutProps) {\n\tconst {isMobile} = useLayoutState();\n\tconst [menuOpen, setMenuOpen] = useState(false);\n\n\tconst primaryMenuToggle = {\n\t\tstickOnMobile: true,\n\t\tweight: -19999,\n\t\trender: () => {\n\t\t\tif (!isMobile) return null;\n\t\t\treturn <SecondaryMenuToggleItem menuOpen={menuOpen} setMenuOpen={setMenuOpen} />;\n\t\t},\n\t};\n\n\t// Determine menubar items\n\tconst primaryMenuItems = moveItems(\n\t\tisMobile ? [primaryMenuToggle, ...primaryMenu].filter(v => v.stickOnMobile === true) : [primaryMenuToggle, ...primaryMenu],\n\t);\n\n\t// const pmi = mergeItems(primaryMenuItems);\n\n\t// Determine sidebar items\n\tconst secondaryMenuItems = moveItems(\n\t\tisMobile\n\t\t\t? [\n\t\t\t\t\t...secondaryMenu,\n\t\t\t\t\t{\n\t\t\t\t\t\ttext: '',\n\t\t\t\t\t\tmenu: [primaryMenuToggle, ...primaryMenu].filter(v => v.stickOnMobile !== true),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: secondaryMenu,\n\t);\n\n\tconst secondaryMenuComp =\n\t\tsecondaryMenuItems.length > 0 ? (\n\t\t\t<div className=\"imperiumSecondaryMenuWrapper\">\n\t\t\t\t<LayoutItemBar\n\t\t\t\t\titems={secondaryMenuItems}\n\t\t\t\t\tinverted\n\t\t\t\t\tvertical\n\t\t\t\t\tclassName={\n\t\t\t\t\t\tisMobile && !menuOpen\n\t\t\t\t\t\t\t? `${styles.secondaryMenu} ${styles.secondaryMenuHidden} imperiumSecondaryMenu`\n\t\t\t\t\t\t\t: `${styles.secondaryMenu} imperiumSecondaryMenu`\n\t\t\t\t\t}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t) : null;\n\n\t// Determine footer items\n\tconst footerItems = moveItems(footer);\n\tconst footerComp =\n\t\tfooterItems.length > 0 ? (\n\t\t\t<LayoutItemBar name=\"footer\" items={footerItems} className={`${styles.footer} imperiumFooter`} inverted borderless />\n\t\t) : null;\n\n\t// Determine status bar items\n\tconst statusbarItems = moveItems(statusbar);\n\tconst statusbarComp =\n\t\tstatusbarItems.length > 0 ? <LayoutItemBar items={statusbarItems} inverted className={`${styles.statusbar} imperiumStatusbar`} /> : null;\n\n\treturn (\n\t\t<div className={`${styles.parent} imperiumLayout ${isMobile ? 'imperiumMobile' : 'imperiumNotMobile'}`}>\n\t\t\t<div className=\"imperiumPrimaryMenuWrapper\">\n\t\t\t\t<LayoutItemBar items={primaryMenuItems} inverted borderless className={`${styles.menubar} imperiumPrimaryMenu`} />\n\t\t\t\t{statusbarComp}\n\t\t\t</div>\n\t\t\t<Segment attached className={`${styles.contentWrapper} imperiumLayoutContentWrapper`}>\n\t\t\t\t{secondaryMenuComp}\n\t\t\t\t<div className={`${styles.content} imperiumLayoutContent`}>{children}</div>\n\t\t\t</Segment>\n\t\t\t{footerComp}\n\t\t</div>\n\t);\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Layout.js","sources":["../../../../src/layout/components/Layout.tsx"],"sourcesContent":["import debug from 'debug';\nimport {ReactNode, useState} from 'react';\nimport {Segment} from 'semantic-ui-react';\nimport {useLayoutState} from '../../state';\nimport {moveItems} from '../moveItems';\nimport type {LayoutData} from '../types';\nimport {LayoutItemBar} from './LayoutItemBar';\nimport {SecondaryMenuToggleItem} from './SecondaryMenuToggleItem';\nimport styles from './styles.module.css';\n\nconst d = debug('imperium.layout.components.Layout');\n\ninterface LayoutProps extends Required<LayoutData> {\n\tchildren?: ReactNode;\n}\n\n/**\n * Renders the main layout.\n * Hides/shows/collapses things as need for mobile layout.\n * Tracks state to whether the side menu is open or not.\n * @param footer\n * @param menubar\n * @param statusbar\n * @param children\n * @constructor\n */\nexport function Layout({footer, primaryMenu, statusbar, secondaryMenu, children}: LayoutProps) {\n\tconst {isMobile} = useLayoutState();\n\tconst [menuOpen, setMenuOpen] = useState(false);\n\n\tconst primaryMenuToggle = {\n\t\tstickOnMobile: true,\n\t\tweight: -19999,\n\t\trender: () => {\n\t\t\tif (!isMobile) return null;\n\t\t\treturn <SecondaryMenuToggleItem menuOpen={menuOpen} setMenuOpen={setMenuOpen} />;\n\t\t},\n\t};\n\n\t// Determine menubar items\n\tconst primaryMenuItems = moveItems(\n\t\tisMobile ? [primaryMenuToggle, ...primaryMenu].filter(v => v.stickOnMobile === true) : [primaryMenuToggle, ...primaryMenu],\n\t);\n\n\t// const pmi = mergeItems(primaryMenuItems);\n\n\t// Determine sidebar items\n\tconst secondaryMenuItems = moveItems(\n\t\tisMobile\n\t\t\t? [\n\t\t\t\t\t...secondaryMenu,\n\t\t\t\t\t{\n\t\t\t\t\t\ttext: '',\n\t\t\t\t\t\tmenu: [primaryMenuToggle, ...primaryMenu].filter(v => v.stickOnMobile !== true),\n\t\t\t\t\t},\n\t\t\t ]\n\t\t\t: secondaryMenu,\n\t);\n\n\tconst secondaryMenuComp =\n\t\tsecondaryMenuItems.length > 0 ? (\n\t\t\t<div className=\"imperiumSecondaryMenuWrapper noPrint\">\n\t\t\t\t<LayoutItemBar\n\t\t\t\t\titems={secondaryMenuItems}\n\t\t\t\t\tinverted\n\t\t\t\t\tvertical\n\t\t\t\t\tclassName={\n\t\t\t\t\t\tisMobile && !menuOpen\n\t\t\t\t\t\t\t? `${styles.secondaryMenu} ${styles.secondaryMenuHidden} imperiumSecondaryMenu`\n\t\t\t\t\t\t\t: `${styles.secondaryMenu} imperiumSecondaryMenu`\n\t\t\t\t\t}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t) : null;\n\n\t// Determine footer items\n\tconst footerItems = moveItems(footer);\n\tconst footerComp =\n\t\tfooterItems.length > 0 ? (\n\t\t\t<LayoutItemBar name=\"footer\" items={footerItems} className={`${styles.footer} imperiumFooter`} inverted borderless />\n\t\t) : null;\n\n\t// Determine status bar items\n\tconst statusbarItems = moveItems(statusbar);\n\tconst statusbarComp =\n\t\tstatusbarItems.length > 0 ? <LayoutItemBar items={statusbarItems} inverted className={`${styles.statusbar} imperiumStatusbar`} /> : null;\n\n\treturn (\n\t\t<div className={`${styles.parent} imperiumLayout ${isMobile ? 'imperiumMobile' : 'imperiumNotMobile'}`}>\n\t\t\t<div className=\"imperiumPrimaryMenuWrapper\">\n\t\t\t\t<LayoutItemBar items={primaryMenuItems} inverted borderless className={`${styles.menubar} imperiumPrimaryMenu`} />\n\t\t\t\t{statusbarComp}\n\t\t\t</div>\n\t\t\t<Segment attached className={`${styles.contentWrapper} imperiumLayoutContentWrapper`}>\n\t\t\t\t{secondaryMenuComp}\n\t\t\t\t<div className={`${styles.content} imperiumLayoutContent`}>{children}</div>\n\t\t\t</Segment>\n\t\t\t{footerComp}\n\t\t</div>\n\t);\n}\n"],"names":[],"mappings":"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"}
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":"a983-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"a983-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"a983-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"a983-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"a983-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"a983-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"a983-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"a983-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"a983-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"a983-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"a983-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"a983-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"a983-25"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"a983-27"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"a983-29"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"a983-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"a983-33"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"a983-35"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"a983-37"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"a983-39"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"a983-41"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"a983-43"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"a983-45"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"a983-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"a983-49"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"a983-51"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"a983-53"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"a983-55"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"a983-57"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"a983-59"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"a983-61"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"a983-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"a983-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"a983-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"a983-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"a983-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"a983-73"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"a983-75"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"a983-77"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"a983-79"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"a983-81"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"a983-83"}]},{"name":"external/style-inject/dist/style-inject.es.js","children":[{"name":"home/mike/dev/imperium/node_modules/style-inject/dist/style-inject.es.js","uid":"a983-85"}]}],"isRoot":true},"nodeParts":{"a983-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"a983-0"},"a983-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"a983-2"},"a983-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"a983-4"},"a983-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"a983-6"},"a983-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"a983-8"},"a983-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"a983-10"},"a983-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"a983-12"},"a983-15":{"renderedLength":388,"gzipLength":167,"brotliLength":111,"mainUid":"a983-14"},"a983-17":{"renderedLength":1058,"gzipLength":392,"brotliLength":330,"mainUid":"a983-16"},"a983-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"a983-18"},"a983-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"a983-20"},"a983-23":{"renderedLength":2630,"gzipLength":743,"brotliLength":629,"mainUid":"a983-22"},"a983-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"a983-24"},"a983-27":{"renderedLength":123,"gzipLength":107,"brotliLength":93,"mainUid":"a983-26"},"a983-29":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"a983-28"},"a983-31":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"a983-30"},"a983-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"a983-32"},"a983-35":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"a983-34"},"a983-37":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"a983-36"},"a983-39":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"a983-38"},"a983-41":{"renderedLength":1042,"gzipLength":377,"brotliLength":323,"mainUid":"a983-40"},"a983-43":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"a983-42"},"a983-45":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"a983-44"},"a983-47":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"a983-46"},"a983-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"a983-48"},"a983-51":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"a983-50"},"a983-53":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"a983-52"},"a983-55":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"a983-54"},"a983-57":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"a983-56"},"a983-59":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"a983-58"},"a983-61":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"a983-60"},"a983-63":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"a983-62"},"a983-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"a983-64"},"a983-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"a983-66"},"a983-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"a983-68"},"a983-71":{"renderedLength":326,"gzipLength":176,"brotliLength":141,"mainUid":"a983-70"},"a983-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"a983-72"},"a983-75":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"a983-74"},"a983-77":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"a983-76"},"a983-79":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"a983-78"},"a983-81":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"a983-80"},"a983-83":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"a983-82"},"a983-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"a983-84"}},"nodeMetas":{"a983-0":{"id":"/src/index.ts","moduleParts":{"index.js":"a983-1"},"imported":[{"uid":"a983-10"},{"uid":"a983-6"},{"uid":"a983-2"},{"uid":"a983-8"},{"uid":"a983-4"}],"importedBy":[],"isEntry":true},"a983-2":{"id":"/src/state.ts","moduleParts":{"state.js":"a983-3"},"imported":[{"uid":"a983-90"},{"uid":"a983-91"}],"importedBy":[{"uid":"a983-0"},{"uid":"a983-10"},{"uid":"a983-20"},{"uid":"a983-22"},{"uid":"a983-24"},{"uid":"a983-28"},{"uid":"a983-50"}]},"a983-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"a983-5"},"imported":[],"importedBy":[{"uid":"a983-0"}]},"a983-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"a983-7"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-16"},{"uid":"a983-18"},{"uid":"a983-20"},{"uid":"a983-12"},{"uid":"a983-22"}],"importedBy":[{"uid":"a983-0"}]},"a983-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"a983-9"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-24"},{"uid":"a983-14"}],"importedBy":[{"uid":"a983-0"}]},"a983-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"a983-11"},"imported":[{"uid":"a983-86"},{"uid":"a983-87"},{"uid":"a983-88"},{"uid":"a983-89"},{"uid":"a983-2"}],"importedBy":[{"uid":"a983-0"}]},"a983-12":{"id":"/src/types.ts","moduleParts":{"types.js":"a983-13"},"imported":[],"importedBy":[{"uid":"a983-6"}]},"a983-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"a983-15"},"imported":[],"importedBy":[{"uid":"a983-8"},{"uid":"a983-40"},{"uid":"a983-42"}]},"a983-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"a983-17"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-92"},{"uid":"a983-26"}],"importedBy":[{"uid":"a983-6"},{"uid":"a983-24"}]},"a983-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"a983-19"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-28"}],"importedBy":[{"uid":"a983-6"}]},"a983-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"a983-21"},"imported":[{"uid":"a983-87"},{"uid":"a983-93"},{"uid":"a983-86"},{"uid":"a983-88"},{"uid":"a983-2"}],"importedBy":[{"uid":"a983-6"}]},"a983-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"a983-23"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-94"},{"uid":"a983-2"},{"uid":"a983-32"},{"uid":"a983-44"},{"uid":"a983-46"},{"uid":"a983-36"}],"importedBy":[{"uid":"a983-6"}]},"a983-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"a983-25"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-95"},{"uid":"a983-88"},{"uid":"a983-16"},{"uid":"a983-2"},{"uid":"a983-30"},{"uid":"a983-38"},{"uid":"a983-40"},{"uid":"a983-42"},{"uid":"a983-34"}],"importedBy":[{"uid":"a983-8"}]},"a983-26":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"a983-27"},"imported":[{"uid":"a983-87"}],"importedBy":[{"uid":"a983-16"}]},"a983-28":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"a983-29"},"imported":[{"uid":"a983-87"},{"uid":"a983-88"},{"uid":"a983-2"}],"importedBy":[{"uid":"a983-18"}]},"a983-30":{"id":"/src/utils.ts","moduleParts":{"utils.js":"a983-31"},"imported":[{"uid":"a983-95"}],"importedBy":[{"uid":"a983-24"},{"uid":"a983-44"},{"uid":"a983-62"}]},"a983-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"a983-33"},"imported":[{"uid":"a983-86"},{"uid":"a983-95"},{"uid":"a983-48"}],"importedBy":[{"uid":"a983-22"}]},"a983-34":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"a983-35"},"imported":[{"uid":"a983-84"}],"importedBy":[{"uid":"a983-24"},{"uid":"a983-40"}]},"a983-36":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"a983-37"},"imported":[{"uid":"a983-84"}],"importedBy":[{"uid":"a983-22"},{"uid":"a983-46"},{"uid":"a983-78"}]},"a983-38":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"a983-39"},"imported":[{"uid":"a983-50"}],"importedBy":[{"uid":"a983-24"},{"uid":"a983-42"}]},"a983-40":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"a983-41"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-94"},{"uid":"a983-14"},{"uid":"a983-34"}],"importedBy":[{"uid":"a983-24"}]},"a983-42":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"a983-43"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-96"},{"uid":"a983-94"},{"uid":"a983-38"},{"uid":"a983-14"},{"uid":"a983-54"},{"uid":"a983-56"},{"uid":"a983-58"},{"uid":"a983-60"}],"importedBy":[{"uid":"a983-24"}]},"a983-44":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"a983-45"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-94"},{"uid":"a983-30"},{"uid":"a983-52"},{"uid":"a983-62"}],"importedBy":[{"uid":"a983-22"}]},"a983-46":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"a983-47"},"imported":[{"uid":"a983-87"},{"uid":"a983-94"},{"uid":"a983-36"}],"importedBy":[{"uid":"a983-22"}]},"a983-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"a983-49"},"imported":[],"importedBy":[{"uid":"a983-32"},{"uid":"a983-62"}]},"a983-50":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"a983-51"},"imported":[{"uid":"a983-93"},{"uid":"a983-86"},{"uid":"a983-95"},{"uid":"a983-92"},{"uid":"a983-2"},{"uid":"a983-66"},{"uid":"a983-68"},{"uid":"a983-70"}],"importedBy":[{"uid":"a983-38"},{"uid":"a983-62"}]},"a983-52":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"a983-53"},"imported":[{"uid":"a983-87"},{"uid":"a983-92"},{"uid":"a983-94"},{"uid":"a983-64"}],"importedBy":[{"uid":"a983-44"},{"uid":"a983-78"},{"uid":"a983-82"}]},"a983-54":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"a983-55"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-94"},{"uid":"a983-72"},{"uid":"a983-74"}],"importedBy":[{"uid":"a983-42"}]},"a983-56":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"a983-57"},"imported":[{"uid":"a983-87"},{"uid":"a983-94"},{"uid":"a983-72"}],"importedBy":[{"uid":"a983-42"}]},"a983-58":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"a983-59"},"imported":[{"uid":"a983-87"}],"importedBy":[{"uid":"a983-42"}]},"a983-60":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"a983-61"},"imported":[{"uid":"a983-87"},{"uid":"a983-92"},{"uid":"a983-94"},{"uid":"a983-72"}],"importedBy":[{"uid":"a983-42"}]},"a983-62":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"a983-63"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-96"},{"uid":"a983-94"},{"uid":"a983-50"},{"uid":"a983-30"},{"uid":"a983-48"},{"uid":"a983-76"},{"uid":"a983-78"},{"uid":"a983-80"},{"uid":"a983-82"}],"importedBy":[{"uid":"a983-44"}]},"a983-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"a983-65"},"imported":[],"importedBy":[{"uid":"a983-52"},{"uid":"a983-66"}]},"a983-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"a983-67"},"imported":[{"uid":"a983-97"},{"uid":"a983-64"}],"importedBy":[{"uid":"a983-50"}]},"a983-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"a983-69"},"imported":[{"uid":"a983-95"}],"importedBy":[{"uid":"a983-50"}]},"a983-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"a983-71"},"imported":[{"uid":"a983-95"}],"importedBy":[{"uid":"a983-50"}]},"a983-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"a983-73"},"imported":[{"uid":"a983-87"},{"uid":"a983-94"}],"importedBy":[{"uid":"a983-54"},{"uid":"a983-56"},{"uid":"a983-60"}]},"a983-74":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"a983-75"},"imported":[{"uid":"a983-87"},{"uid":"a983-98"},{"uid":"a983-86"},{"uid":"a983-94"}],"importedBy":[{"uid":"a983-54"}]},"a983-76":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"a983-77"},"imported":[{"uid":"a983-87"}],"importedBy":[{"uid":"a983-62"}]},"a983-78":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"a983-79"},"imported":[{"uid":"a983-87"},{"uid":"a983-86"},{"uid":"a983-94"},{"uid":"a983-52"},{"uid":"a983-36"}],"importedBy":[{"uid":"a983-62"}]},"a983-80":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"a983-81"},"imported":[{"uid":"a983-87"},{"uid":"a983-94"}],"importedBy":[{"uid":"a983-62"}]},"a983-82":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"a983-83"},"imported":[{"uid":"a983-87"},{"uid":"a983-94"},{"uid":"a983-52"}],"importedBy":[{"uid":"a983-62"}]},"a983-84":{"id":"/home/mike/dev/imperium/node_modules/style-inject/dist/style-inject.es.js","moduleParts":{"external/style-inject/dist/style-inject.es.js":"a983-85"},"imported":[],"importedBy":[{"uid":"a983-36"},{"uid":"a983-34"}]},"a983-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-10"},{"uid":"a983-6"},{"uid":"a983-8"},{"uid":"a983-16"},{"uid":"a983-18"},{"uid":"a983-20"},{"uid":"a983-22"},{"uid":"a983-24"},{"uid":"a983-32"},{"uid":"a983-44"},{"uid":"a983-40"},{"uid":"a983-42"},{"uid":"a983-62"},{"uid":"a983-50"},{"uid":"a983-54"},{"uid":"a983-78"},{"uid":"a983-74"}],"isExternal":true},"a983-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-10"},{"uid":"a983-6"},{"uid":"a983-8"},{"uid":"a983-16"},{"uid":"a983-18"},{"uid":"a983-20"},{"uid":"a983-22"},{"uid":"a983-24"},{"uid":"a983-26"},{"uid":"a983-28"},{"uid":"a983-44"},{"uid":"a983-46"},{"uid":"a983-40"},{"uid":"a983-42"},{"uid":"a983-52"},{"uid":"a983-62"},{"uid":"a983-54"},{"uid":"a983-56"},{"uid":"a983-58"},{"uid":"a983-60"},{"uid":"a983-76"},{"uid":"a983-78"},{"uid":"a983-80"},{"uid":"a983-82"},{"uid":"a983-72"},{"uid":"a983-74"}],"isExternal":true},"a983-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-10"},{"uid":"a983-20"},{"uid":"a983-24"},{"uid":"a983-28"}],"isExternal":true},"a983-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-10"}],"isExternal":true},"a983-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-2"}],"isExternal":true},"a983-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-2"}],"isExternal":true},"a983-92":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-16"},{"uid":"a983-52"},{"uid":"a983-50"},{"uid":"a983-60"}],"isExternal":true},"a983-93":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-20"},{"uid":"a983-50"}],"isExternal":true},"a983-94":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-22"},{"uid":"a983-44"},{"uid":"a983-46"},{"uid":"a983-40"},{"uid":"a983-42"},{"uid":"a983-52"},{"uid":"a983-62"},{"uid":"a983-54"},{"uid":"a983-56"},{"uid":"a983-60"},{"uid":"a983-78"},{"uid":"a983-80"},{"uid":"a983-82"},{"uid":"a983-72"},{"uid":"a983-74"}],"isExternal":true},"a983-95":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-24"},{"uid":"a983-32"},{"uid":"a983-30"},{"uid":"a983-50"},{"uid":"a983-68"},{"uid":"a983-70"}],"isExternal":true},"a983-96":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-42"},{"uid":"a983-62"}],"isExternal":true},"a983-97":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-66"}],"isExternal":true},"a983-98":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"a983-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":"bdf8-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"bdf8-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"bdf8-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"bdf8-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"bdf8-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"bdf8-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"bdf8-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"bdf8-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"bdf8-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"bdf8-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"bdf8-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"bdf8-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"bdf8-25"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"bdf8-27"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"bdf8-29"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"bdf8-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"bdf8-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"bdf8-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"bdf8-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"bdf8-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"bdf8-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"bdf8-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"bdf8-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"bdf8-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"bdf8-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"bdf8-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"bdf8-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"bdf8-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"bdf8-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"bdf8-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"bdf8-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"bdf8-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"bdf8-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"bdf8-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"bdf8-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"bdf8-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"bdf8-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"bdf8-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"bdf8-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"bdf8-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"bdf8-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"bdf8-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":"bdf8-85"}]}],"isRoot":true},"nodeParts":{"bdf8-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"bdf8-0"},"bdf8-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"bdf8-2"},"bdf8-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"bdf8-4"},"bdf8-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"bdf8-6"},"bdf8-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"bdf8-8"},"bdf8-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"bdf8-10"},"bdf8-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"bdf8-12"},"bdf8-15":{"renderedLength":388,"gzipLength":167,"brotliLength":111,"mainUid":"bdf8-14"},"bdf8-17":{"renderedLength":1058,"gzipLength":392,"brotliLength":330,"mainUid":"bdf8-16"},"bdf8-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"bdf8-18"},"bdf8-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"bdf8-20"},"bdf8-23":{"renderedLength":2638,"gzipLength":751,"brotliLength":635,"mainUid":"bdf8-22"},"bdf8-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"bdf8-24"},"bdf8-27":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"bdf8-26"},"bdf8-29":{"renderedLength":123,"gzipLength":107,"brotliLength":93,"mainUid":"bdf8-28"},"bdf8-31":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"bdf8-30"},"bdf8-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"bdf8-32"},"bdf8-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"bdf8-34"},"bdf8-37":{"renderedLength":1639,"gzipLength":579,"brotliLength":473,"mainUid":"bdf8-36"},"bdf8-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"bdf8-38"},"bdf8-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"bdf8-40"},"bdf8-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"bdf8-42"},"bdf8-45":{"renderedLength":1042,"gzipLength":377,"brotliLength":323,"mainUid":"bdf8-44"},"bdf8-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"bdf8-46"},"bdf8-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"bdf8-48"},"bdf8-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"bdf8-50"},"bdf8-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"bdf8-52"},"bdf8-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"bdf8-54"},"bdf8-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"bdf8-56"},"bdf8-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"bdf8-58"},"bdf8-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"bdf8-60"},"bdf8-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"bdf8-62"},"bdf8-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"bdf8-64"},"bdf8-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"bdf8-66"},"bdf8-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"bdf8-68"},"bdf8-71":{"renderedLength":326,"gzipLength":176,"brotliLength":141,"mainUid":"bdf8-70"},"bdf8-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"bdf8-72"},"bdf8-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"bdf8-74"},"bdf8-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"bdf8-76"},"bdf8-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"bdf8-78"},"bdf8-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"bdf8-80"},"bdf8-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"bdf8-82"},"bdf8-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"bdf8-84"}},"nodeMetas":{"bdf8-0":{"id":"/src/index.ts","moduleParts":{"index.js":"bdf8-1"},"imported":[{"uid":"bdf8-10"},{"uid":"bdf8-6"},{"uid":"bdf8-2"},{"uid":"bdf8-8"},{"uid":"bdf8-4"}],"importedBy":[],"isEntry":true},"bdf8-2":{"id":"/src/state.ts","moduleParts":{"state.js":"bdf8-3"},"imported":[{"uid":"bdf8-90"},{"uid":"bdf8-91"}],"importedBy":[{"uid":"bdf8-0"},{"uid":"bdf8-10"},{"uid":"bdf8-20"},{"uid":"bdf8-22"},{"uid":"bdf8-24"},{"uid":"bdf8-30"},{"uid":"bdf8-52"}]},"bdf8-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"bdf8-5"},"imported":[],"importedBy":[{"uid":"bdf8-0"}]},"bdf8-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"bdf8-7"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-16"},{"uid":"bdf8-18"},{"uid":"bdf8-20"},{"uid":"bdf8-12"},{"uid":"bdf8-22"}],"importedBy":[{"uid":"bdf8-0"}]},"bdf8-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"bdf8-9"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-24"},{"uid":"bdf8-14"}],"importedBy":[{"uid":"bdf8-0"}]},"bdf8-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"bdf8-11"},"imported":[{"uid":"bdf8-86"},{"uid":"bdf8-87"},{"uid":"bdf8-88"},{"uid":"bdf8-89"},{"uid":"bdf8-2"}],"importedBy":[{"uid":"bdf8-0"}]},"bdf8-12":{"id":"/src/types.ts","moduleParts":{"types.js":"bdf8-13"},"imported":[],"importedBy":[{"uid":"bdf8-6"}]},"bdf8-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"bdf8-15"},"imported":[],"importedBy":[{"uid":"bdf8-8"},{"uid":"bdf8-44"},{"uid":"bdf8-46"}]},"bdf8-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"bdf8-17"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-92"},{"uid":"bdf8-28"}],"importedBy":[{"uid":"bdf8-6"},{"uid":"bdf8-24"}]},"bdf8-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"bdf8-19"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-30"}],"importedBy":[{"uid":"bdf8-6"}]},"bdf8-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"bdf8-21"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-93"},{"uid":"bdf8-86"},{"uid":"bdf8-88"},{"uid":"bdf8-2"}],"importedBy":[{"uid":"bdf8-6"}]},"bdf8-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"bdf8-23"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-94"},{"uid":"bdf8-2"},{"uid":"bdf8-32"},{"uid":"bdf8-38"},{"uid":"bdf8-40"},{"uid":"bdf8-34"}],"importedBy":[{"uid":"bdf8-6"}]},"bdf8-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"bdf8-25"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-95"},{"uid":"bdf8-88"},{"uid":"bdf8-16"},{"uid":"bdf8-2"},{"uid":"bdf8-26"},{"uid":"bdf8-42"},{"uid":"bdf8-44"},{"uid":"bdf8-46"},{"uid":"bdf8-36"}],"importedBy":[{"uid":"bdf8-8"}]},"bdf8-26":{"id":"/src/utils.ts","moduleParts":{"utils.js":"bdf8-27"},"imported":[{"uid":"bdf8-95"}],"importedBy":[{"uid":"bdf8-24"},{"uid":"bdf8-38"},{"uid":"bdf8-54"}]},"bdf8-28":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"bdf8-29"},"imported":[{"uid":"bdf8-87"}],"importedBy":[{"uid":"bdf8-16"}]},"bdf8-30":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"bdf8-31"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-88"},{"uid":"bdf8-2"}],"importedBy":[{"uid":"bdf8-18"}]},"bdf8-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"bdf8-33"},"imported":[{"uid":"bdf8-86"},{"uid":"bdf8-95"},{"uid":"bdf8-48"}],"importedBy":[{"uid":"bdf8-22"}]},"bdf8-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"bdf8-35"},"imported":[{"uid":"bdf8-84"}],"importedBy":[{"uid":"bdf8-22"},{"uid":"bdf8-40"},{"uid":"bdf8-76"}]},"bdf8-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"bdf8-37"},"imported":[{"uid":"bdf8-84"}],"importedBy":[{"uid":"bdf8-24"},{"uid":"bdf8-44"}]},"bdf8-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"bdf8-39"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-94"},{"uid":"bdf8-26"},{"uid":"bdf8-50"},{"uid":"bdf8-54"}],"importedBy":[{"uid":"bdf8-22"}]},"bdf8-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"bdf8-41"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-94"},{"uid":"bdf8-34"}],"importedBy":[{"uid":"bdf8-22"}]},"bdf8-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"bdf8-43"},"imported":[{"uid":"bdf8-52"}],"importedBy":[{"uid":"bdf8-24"},{"uid":"bdf8-46"}]},"bdf8-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"bdf8-45"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-94"},{"uid":"bdf8-14"},{"uid":"bdf8-36"}],"importedBy":[{"uid":"bdf8-24"}]},"bdf8-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"bdf8-47"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-96"},{"uid":"bdf8-94"},{"uid":"bdf8-42"},{"uid":"bdf8-14"},{"uid":"bdf8-56"},{"uid":"bdf8-58"},{"uid":"bdf8-60"},{"uid":"bdf8-62"}],"importedBy":[{"uid":"bdf8-24"}]},"bdf8-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"bdf8-49"},"imported":[],"importedBy":[{"uid":"bdf8-32"},{"uid":"bdf8-54"}]},"bdf8-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"bdf8-51"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-92"},{"uid":"bdf8-94"},{"uid":"bdf8-64"}],"importedBy":[{"uid":"bdf8-38"},{"uid":"bdf8-76"},{"uid":"bdf8-80"}]},"bdf8-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"bdf8-53"},"imported":[{"uid":"bdf8-93"},{"uid":"bdf8-86"},{"uid":"bdf8-95"},{"uid":"bdf8-92"},{"uid":"bdf8-2"},{"uid":"bdf8-66"},{"uid":"bdf8-68"},{"uid":"bdf8-70"}],"importedBy":[{"uid":"bdf8-42"},{"uid":"bdf8-54"}]},"bdf8-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"bdf8-55"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-96"},{"uid":"bdf8-94"},{"uid":"bdf8-52"},{"uid":"bdf8-26"},{"uid":"bdf8-48"},{"uid":"bdf8-74"},{"uid":"bdf8-76"},{"uid":"bdf8-78"},{"uid":"bdf8-80"}],"importedBy":[{"uid":"bdf8-38"}]},"bdf8-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"bdf8-57"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-94"},{"uid":"bdf8-72"},{"uid":"bdf8-82"}],"importedBy":[{"uid":"bdf8-46"}]},"bdf8-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"bdf8-59"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-94"},{"uid":"bdf8-72"}],"importedBy":[{"uid":"bdf8-46"}]},"bdf8-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"bdf8-61"},"imported":[{"uid":"bdf8-87"}],"importedBy":[{"uid":"bdf8-46"}]},"bdf8-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"bdf8-63"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-92"},{"uid":"bdf8-94"},{"uid":"bdf8-72"}],"importedBy":[{"uid":"bdf8-46"}]},"bdf8-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"bdf8-65"},"imported":[],"importedBy":[{"uid":"bdf8-50"},{"uid":"bdf8-66"}]},"bdf8-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"bdf8-67"},"imported":[{"uid":"bdf8-97"},{"uid":"bdf8-64"}],"importedBy":[{"uid":"bdf8-52"}]},"bdf8-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"bdf8-69"},"imported":[{"uid":"bdf8-95"}],"importedBy":[{"uid":"bdf8-52"}]},"bdf8-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"bdf8-71"},"imported":[{"uid":"bdf8-95"}],"importedBy":[{"uid":"bdf8-52"}]},"bdf8-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"bdf8-73"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-94"}],"importedBy":[{"uid":"bdf8-56"},{"uid":"bdf8-58"},{"uid":"bdf8-62"}]},"bdf8-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"bdf8-75"},"imported":[{"uid":"bdf8-87"}],"importedBy":[{"uid":"bdf8-54"}]},"bdf8-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"bdf8-77"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-86"},{"uid":"bdf8-94"},{"uid":"bdf8-50"},{"uid":"bdf8-34"}],"importedBy":[{"uid":"bdf8-54"}]},"bdf8-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"bdf8-79"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-94"}],"importedBy":[{"uid":"bdf8-54"}]},"bdf8-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"bdf8-81"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-94"},{"uid":"bdf8-50"}],"importedBy":[{"uid":"bdf8-54"}]},"bdf8-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"bdf8-83"},"imported":[{"uid":"bdf8-87"},{"uid":"bdf8-98"},{"uid":"bdf8-86"},{"uid":"bdf8-94"}],"importedBy":[{"uid":"bdf8-56"}]},"bdf8-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":"bdf8-85"},"imported":[],"importedBy":[{"uid":"bdf8-34"},{"uid":"bdf8-36"}]},"bdf8-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-10"},{"uid":"bdf8-6"},{"uid":"bdf8-8"},{"uid":"bdf8-16"},{"uid":"bdf8-18"},{"uid":"bdf8-20"},{"uid":"bdf8-22"},{"uid":"bdf8-24"},{"uid":"bdf8-32"},{"uid":"bdf8-38"},{"uid":"bdf8-44"},{"uid":"bdf8-46"},{"uid":"bdf8-54"},{"uid":"bdf8-52"},{"uid":"bdf8-56"},{"uid":"bdf8-76"},{"uid":"bdf8-82"}],"isExternal":true},"bdf8-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-10"},{"uid":"bdf8-6"},{"uid":"bdf8-8"},{"uid":"bdf8-16"},{"uid":"bdf8-18"},{"uid":"bdf8-20"},{"uid":"bdf8-22"},{"uid":"bdf8-24"},{"uid":"bdf8-28"},{"uid":"bdf8-30"},{"uid":"bdf8-38"},{"uid":"bdf8-40"},{"uid":"bdf8-44"},{"uid":"bdf8-46"},{"uid":"bdf8-50"},{"uid":"bdf8-54"},{"uid":"bdf8-56"},{"uid":"bdf8-58"},{"uid":"bdf8-60"},{"uid":"bdf8-62"},{"uid":"bdf8-74"},{"uid":"bdf8-76"},{"uid":"bdf8-78"},{"uid":"bdf8-80"},{"uid":"bdf8-72"},{"uid":"bdf8-82"}],"isExternal":true},"bdf8-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-10"},{"uid":"bdf8-20"},{"uid":"bdf8-24"},{"uid":"bdf8-30"}],"isExternal":true},"bdf8-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-10"}],"isExternal":true},"bdf8-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-2"}],"isExternal":true},"bdf8-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-2"}],"isExternal":true},"bdf8-92":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-16"},{"uid":"bdf8-50"},{"uid":"bdf8-52"},{"uid":"bdf8-62"}],"isExternal":true},"bdf8-93":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-20"},{"uid":"bdf8-52"}],"isExternal":true},"bdf8-94":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-22"},{"uid":"bdf8-38"},{"uid":"bdf8-40"},{"uid":"bdf8-44"},{"uid":"bdf8-46"},{"uid":"bdf8-50"},{"uid":"bdf8-54"},{"uid":"bdf8-56"},{"uid":"bdf8-58"},{"uid":"bdf8-62"},{"uid":"bdf8-76"},{"uid":"bdf8-78"},{"uid":"bdf8-80"},{"uid":"bdf8-72"},{"uid":"bdf8-82"}],"isExternal":true},"bdf8-95":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-24"},{"uid":"bdf8-32"},{"uid":"bdf8-26"},{"uid":"bdf8-52"},{"uid":"bdf8-68"},{"uid":"bdf8-70"}],"isExternal":true},"bdf8-96":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-46"},{"uid":"bdf8-54"}],"isExternal":true},"bdf8-97":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-66"}],"isExternal":true},"bdf8-98":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"bdf8-82"}],"isExternal":true}},"env":{"rollup":"2.70.1"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
2673
2673
 
2674
2674
  const run = () => {
2675
2675
  const width = window.innerWidth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imperium/layout",
3
- "version": "11.1.0",
3
+ "version": "11.1.1-alpha.0+a1c262f",
4
4
  "description": "Imperium Layout package",
5
5
  "bugs": {
6
6
  "url": "https://github.com/darkadept/imperium/issues"
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "a036955e39fc4e21c08277f72ca4b7ecf94b1d1a"
63
+ "gitHead": "a1c262fab9f8c729db4a30fabc6b8b63998a1755"
64
64
  }
package/dist/stats.txt DELETED
@@ -1,94 +0,0 @@
1
- -----------------------------
2
- Rollup File Analysis
3
- -----------------------------
4
- bundle size: 32.03 KB
5
- original size: 52.518 KB
6
- code reduction: 39.01 %
7
- module count: 43
8
-
9
- /src/layout/components/styles.module.css
10
- ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.92 % (3.176 KB)
11
- /src/layout/components/Layout.tsx
12
- ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.21 % (2.63 KB)
13
- /src/content/components/ContentComponent.tsx
14
- ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.15 % (1.97 KB)
15
- /src/layout/withLayout.tsx
16
- ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.1 % (1.955 KB)
17
- /src/content/components/ActionForm.tsx
18
- ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.2 % (1.667 KB)
19
- /src/layout/components/LayoutItemWrapper.tsx
20
- ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.69 % (1.503 KB)
21
- /src/content/components/styles.module.css
22
- ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.59 % (1.469 KB)
23
- /src/layout/moveItems.ts
24
- ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.37 % (1.401 KB)
25
- /src/content/components/SidebarItemWrapper.tsx
26
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.71 % (1.189 KB)
27
- /src/layout/components/DropdownItem.tsx
28
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.68 % (1.179 KB)
29
- /src/datahooks/DataHooks.tsx
30
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.3 % (1.058 KB)
31
- /src/content/components/Header.tsx
32
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.25 % (1.042 KB)
33
- /src/layout/utils.tsx
34
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.86 % (915 Bytes)
35
- /src/hooks/useBuildData.ts
36
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.45 % (785 Bytes)
37
- /src/layout/components/LayoutItemBar.tsx
38
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.27 % (726 Bytes)
39
- /src/datahooks/Permissions.tsx
40
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.07 % (663 Bytes)
41
- /src/content/components/ActionFormSidebarItemComponent.tsx
42
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.07 % (663 Bytes)
43
- /src/content/createPages.tsx
44
- █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.03 % (650 Bytes)
45
- /home/mike/dev/imperium/node_modules/style-inject/dist/style-inject.es.js
46
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.99 % (636 Bytes)
47
- /src/content/utils.tsx
48
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.96 % (628 Bytes)
49
- /src/hooks/useIsActiveRoute.ts
50
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.6 % (514 Bytes)
51
- /src/state.ts
52
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.53 % (489 Bytes)
53
- /src/layout/hooks/useMobileLayout.ts
54
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.39 % (445 Bytes)
55
- /src/content/types.ts
56
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.21 % (388 Bytes)
57
- /src/content/components/ActionSidebarItemComponent.tsx
58
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.13 % (362 Bytes)
59
- /src/datahooks/ExecutePermissionHook.tsx
60
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.08 % (345 Bytes)
61
- /src/content/components/PlainSidebarItem.tsx
62
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.07 % (344 Bytes)
63
- /src/datahooks/PermissionHooks.tsx
64
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.06 % (339 Bytes)
65
- /src/layout/components/SecondaryMenuToggleItem.tsx
66
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.05 % (335 Bytes)
67
- /src/hooks/useSelectState.ts
68
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.02 % (326 Bytes)
69
- /src/hooks/useSelectPermission.ts
70
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.92 % (294 Bytes)
71
- /src/content/hooks/useBuildContentData.ts
72
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.8 % (257 Bytes)
73
- /src/layout/components/MenuItem.tsx
74
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.79 % (252 Bytes)
75
- /src/layout/components/PlainItem.tsx
76
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.76 % (244 Bytes)
77
- /src/commonItems.ts
78
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.63 % (203 Bytes)
79
- /src/layout/types.ts
80
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.6 % (191 Bytes)
81
- /src/index.ts
82
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.57 % (184 Bytes)
83
- /src/utils.ts
84
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.45 % (145 Bytes)
85
- /src/datahooks/ExecuteDataHook.tsx
86
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.38 % (123 Bytes)
87
- /src/types.ts
88
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.38 % (121 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.18 % (59 Bytes)