@imperium/layout 11.0.1-alpha.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":"c83c-1"}]},{"name":"state.js","children":[{"name":"src/state.ts","uid":"c83c-3"}]},{"name":"content/dividerSidebarItem.js","children":[{"name":"src/content/dividerSidebarItem.ts","uid":"c83c-5"}]},{"name":"layout/withLayout.js","children":[{"name":"src/layout/withLayout.tsx","uid":"c83c-7"}]},{"name":"content/createPages.js","children":[{"name":"src/content/createPages.tsx","uid":"c83c-9"}]},{"name":"layout/hooks/useMobileLayout.js","children":[{"name":"src/layout/hooks/useMobileLayout.ts","uid":"c83c-11"}]},{"name":"types.js","children":[{"name":"src/types.ts","uid":"c83c-13"}]},{"name":"content/types.js","children":[{"name":"src/content/types.ts","uid":"c83c-15"}]},{"name":"datahooks/DataHooks.js","children":[{"name":"src/datahooks/DataHooks.tsx","uid":"c83c-17"}]},{"name":"datahooks/PermissionHooks.js","children":[{"name":"src/datahooks/PermissionHooks.tsx","uid":"c83c-19"}]},{"name":"datahooks/Permissions.js","children":[{"name":"src/datahooks/Permissions.tsx","uid":"c83c-21"}]},{"name":"layout/components/Layout.js","children":[{"name":"src/layout/components/Layout.tsx","uid":"c83c-23"}]},{"name":"content/components/ContentComponent.js","children":[{"name":"src/content/components/ContentComponent.tsx","uid":"c83c-25"}]},{"name":"utils.js","children":[{"name":"src/utils.ts","uid":"c83c-27"}]},{"name":"datahooks/ExecuteDataHook.js","children":[{"name":"src/datahooks/ExecuteDataHook.tsx","uid":"c83c-29"}]},{"name":"datahooks/ExecutePermissionHook.js","children":[{"name":"src/datahooks/ExecutePermissionHook.tsx","uid":"c83c-31"}]},{"name":"layout/moveItems.js","children":[{"name":"src/layout/moveItems.ts","uid":"c83c-33"}]},{"name":"layout/components/styles.module.css.js","children":[{"name":"src/layout/components/styles.module.css","uid":"c83c-35"}]},{"name":"content/components/styles.module.css.js","children":[{"name":"src/content/components/styles.module.css","uid":"c83c-37"}]},{"name":"layout/components/LayoutItemBar.js","children":[{"name":"src/layout/components/LayoutItemBar.tsx","uid":"c83c-39"}]},{"name":"layout/components/SecondaryMenuToggleItem.js","children":[{"name":"src/layout/components/SecondaryMenuToggleItem.tsx","uid":"c83c-41"}]},{"name":"content/hooks/useBuildContentData.js","children":[{"name":"src/content/hooks/useBuildContentData.ts","uid":"c83c-43"}]},{"name":"content/components/Header.js","children":[{"name":"src/content/components/Header.tsx","uid":"c83c-45"}]},{"name":"content/components/SidebarItemWrapper.js","children":[{"name":"src/content/components/SidebarItemWrapper.tsx","uid":"c83c-47"}]},{"name":"layout/types.js","children":[{"name":"src/layout/types.ts","uid":"c83c-49"}]},{"name":"layout/utils.js","children":[{"name":"src/layout/utils.tsx","uid":"c83c-51"}]},{"name":"hooks/useBuildData.js","children":[{"name":"src/hooks/useBuildData.ts","uid":"c83c-53"}]},{"name":"layout/components/LayoutItemWrapper.js","children":[{"name":"src/layout/components/LayoutItemWrapper.tsx","uid":"c83c-55"}]},{"name":"content/components/ActionFormSidebarItemComponent.js","children":[{"name":"src/content/components/ActionFormSidebarItemComponent.tsx","uid":"c83c-57"}]},{"name":"content/components/ActionSidebarItemComponent.js","children":[{"name":"src/content/components/ActionSidebarItemComponent.tsx","uid":"c83c-59"}]},{"name":"content/components/CustomSidebarItemComponent.js","children":[{"name":"src/content/components/CustomSidebarItemComponent.tsx","uid":"c83c-61"}]},{"name":"content/components/PlainSidebarItem.js","children":[{"name":"src/content/components/PlainSidebarItem.tsx","uid":"c83c-63"}]},{"name":"commonItems.js","children":[{"name":"src/commonItems.ts","uid":"c83c-65"}]},{"name":"hooks/useIsActiveRoute.js","children":[{"name":"src/hooks/useIsActiveRoute.ts","uid":"c83c-67"}]},{"name":"hooks/useSelectPermission.js","children":[{"name":"src/hooks/useSelectPermission.ts","uid":"c83c-69"}]},{"name":"hooks/useSelectState.js","children":[{"name":"src/hooks/useSelectState.ts","uid":"c83c-71"}]},{"name":"content/utils.js","children":[{"name":"src/content/utils.tsx","uid":"c83c-73"}]},{"name":"layout/components/CustomLayoutItemComponent.js","children":[{"name":"src/layout/components/CustomLayoutItemComponent.tsx","uid":"c83c-75"}]},{"name":"layout/components/DropdownItem.js","children":[{"name":"src/layout/components/DropdownItem.tsx","uid":"c83c-77"}]},{"name":"layout/components/MenuItem.js","children":[{"name":"src/layout/components/MenuItem.tsx","uid":"c83c-79"}]},{"name":"layout/components/PlainItem.js","children":[{"name":"src/layout/components/PlainItem.tsx","uid":"c83c-81"}]},{"name":"content/components/ActionForm.js","children":[{"name":"src/content/components/ActionForm.tsx","uid":"c83c-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":"c83c-85"}]}],"isRoot":true},"nodeParts":{"c83c-1":{"renderedLength":184,"gzipLength":151,"brotliLength":131,"mainUid":"c83c-0"},"c83c-3":{"renderedLength":489,"gzipLength":251,"brotliLength":217,"mainUid":"c83c-2"},"c83c-5":{"renderedLength":59,"gzipLength":71,"brotliLength":63,"mainUid":"c83c-4"},"c83c-7":{"renderedLength":1955,"gzipLength":564,"brotliLength":488,"mainUid":"c83c-6"},"c83c-9":{"renderedLength":650,"gzipLength":300,"brotliLength":268,"mainUid":"c83c-8"},"c83c-11":{"renderedLength":445,"gzipLength":266,"brotliLength":229,"mainUid":"c83c-10"},"c83c-13":{"renderedLength":121,"gzipLength":110,"brotliLength":90,"mainUid":"c83c-12"},"c83c-15":{"renderedLength":388,"gzipLength":167,"brotliLength":111,"mainUid":"c83c-14"},"c83c-17":{"renderedLength":1058,"gzipLength":392,"brotliLength":330,"mainUid":"c83c-16"},"c83c-19":{"renderedLength":339,"gzipLength":201,"brotliLength":164,"mainUid":"c83c-18"},"c83c-21":{"renderedLength":663,"gzipLength":328,"brotliLength":285,"mainUid":"c83c-20"},"c83c-23":{"renderedLength":2630,"gzipLength":743,"brotliLength":629,"mainUid":"c83c-22"},"c83c-25":{"renderedLength":1970,"gzipLength":651,"brotliLength":565,"mainUid":"c83c-24"},"c83c-27":{"renderedLength":145,"gzipLength":117,"brotliLength":116,"mainUid":"c83c-26"},"c83c-29":{"renderedLength":123,"gzipLength":107,"brotliLength":93,"mainUid":"c83c-28"},"c83c-31":{"renderedLength":345,"gzipLength":206,"brotliLength":172,"mainUid":"c83c-30"},"c83c-33":{"renderedLength":1401,"gzipLength":377,"brotliLength":347,"mainUid":"c83c-32"},"c83c-35":{"renderedLength":3176,"gzipLength":933,"brotliLength":762,"mainUid":"c83c-34"},"c83c-37":{"renderedLength":1469,"gzipLength":528,"brotliLength":431,"mainUid":"c83c-36"},"c83c-39":{"renderedLength":726,"gzipLength":295,"brotliLength":252,"mainUid":"c83c-38"},"c83c-41":{"renderedLength":335,"gzipLength":222,"brotliLength":169,"mainUid":"c83c-40"},"c83c-43":{"renderedLength":257,"gzipLength":158,"brotliLength":122,"mainUid":"c83c-42"},"c83c-45":{"renderedLength":1042,"gzipLength":377,"brotliLength":323,"mainUid":"c83c-44"},"c83c-47":{"renderedLength":1189,"gzipLength":399,"brotliLength":314,"mainUid":"c83c-46"},"c83c-49":{"renderedLength":191,"gzipLength":111,"brotliLength":89,"mainUid":"c83c-48"},"c83c-51":{"renderedLength":915,"gzipLength":392,"brotliLength":328,"mainUid":"c83c-50"},"c83c-53":{"renderedLength":785,"gzipLength":362,"brotliLength":321,"mainUid":"c83c-52"},"c83c-55":{"renderedLength":1503,"gzipLength":488,"brotliLength":399,"mainUid":"c83c-54"},"c83c-57":{"renderedLength":663,"gzipLength":344,"brotliLength":277,"mainUid":"c83c-56"},"c83c-59":{"renderedLength":362,"gzipLength":244,"brotliLength":185,"mainUid":"c83c-58"},"c83c-61":{"renderedLength":83,"gzipLength":96,"brotliLength":66,"mainUid":"c83c-60"},"c83c-63":{"renderedLength":344,"gzipLength":235,"brotliLength":186,"mainUid":"c83c-62"},"c83c-65":{"renderedLength":203,"gzipLength":136,"brotliLength":97,"mainUid":"c83c-64"},"c83c-67":{"renderedLength":514,"gzipLength":229,"brotliLength":187,"mainUid":"c83c-66"},"c83c-69":{"renderedLength":294,"gzipLength":154,"brotliLength":114,"mainUid":"c83c-68"},"c83c-71":{"renderedLength":326,"gzipLength":176,"brotliLength":141,"mainUid":"c83c-70"},"c83c-73":{"renderedLength":628,"gzipLength":259,"brotliLength":219,"mainUid":"c83c-72"},"c83c-75":{"renderedLength":82,"gzipLength":95,"brotliLength":66,"mainUid":"c83c-74"},"c83c-77":{"renderedLength":1179,"gzipLength":451,"brotliLength":362,"mainUid":"c83c-76"},"c83c-79":{"renderedLength":252,"gzipLength":159,"brotliLength":116,"mainUid":"c83c-78"},"c83c-81":{"renderedLength":244,"gzipLength":178,"brotliLength":145,"mainUid":"c83c-80"},"c83c-83":{"renderedLength":1667,"gzipLength":625,"brotliLength":519,"mainUid":"c83c-82"},"c83c-85":{"renderedLength":636,"gzipLength":318,"brotliLength":242,"mainUid":"c83c-84"}},"nodeMetas":{"c83c-0":{"id":"/src/index.ts","moduleParts":{"index.js":"c83c-1"},"imported":[{"uid":"c83c-10"},{"uid":"c83c-6"},{"uid":"c83c-2"},{"uid":"c83c-8"},{"uid":"c83c-4"}],"importedBy":[],"isEntry":true},"c83c-2":{"id":"/src/state.ts","moduleParts":{"state.js":"c83c-3"},"imported":[{"uid":"c83c-90"},{"uid":"c83c-91"}],"importedBy":[{"uid":"c83c-0"},{"uid":"c83c-10"},{"uid":"c83c-20"},{"uid":"c83c-22"},{"uid":"c83c-24"},{"uid":"c83c-30"},{"uid":"c83c-52"}]},"c83c-4":{"id":"/src/content/dividerSidebarItem.ts","moduleParts":{"content/dividerSidebarItem.js":"c83c-5"},"imported":[],"importedBy":[{"uid":"c83c-0"}]},"c83c-6":{"id":"/src/layout/withLayout.tsx","moduleParts":{"layout/withLayout.js":"c83c-7"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-16"},{"uid":"c83c-18"},{"uid":"c83c-20"},{"uid":"c83c-12"},{"uid":"c83c-22"}],"importedBy":[{"uid":"c83c-0"}]},"c83c-8":{"id":"/src/content/createPages.tsx","moduleParts":{"content/createPages.js":"c83c-9"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-24"},{"uid":"c83c-14"}],"importedBy":[{"uid":"c83c-0"}]},"c83c-10":{"id":"/src/layout/hooks/useMobileLayout.ts","moduleParts":{"layout/hooks/useMobileLayout.js":"c83c-11"},"imported":[{"uid":"c83c-86"},{"uid":"c83c-87"},{"uid":"c83c-88"},{"uid":"c83c-89"},{"uid":"c83c-2"}],"importedBy":[{"uid":"c83c-0"}]},"c83c-12":{"id":"/src/types.ts","moduleParts":{"types.js":"c83c-13"},"imported":[],"importedBy":[{"uid":"c83c-6"}]},"c83c-14":{"id":"/src/content/types.ts","moduleParts":{"content/types.js":"c83c-15"},"imported":[],"importedBy":[{"uid":"c83c-8"},{"uid":"c83c-44"},{"uid":"c83c-46"}]},"c83c-16":{"id":"/src/datahooks/DataHooks.tsx","moduleParts":{"datahooks/DataHooks.js":"c83c-17"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-92"},{"uid":"c83c-28"}],"importedBy":[{"uid":"c83c-6"},{"uid":"c83c-24"}]},"c83c-18":{"id":"/src/datahooks/PermissionHooks.tsx","moduleParts":{"datahooks/PermissionHooks.js":"c83c-19"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-30"}],"importedBy":[{"uid":"c83c-6"}]},"c83c-20":{"id":"/src/datahooks/Permissions.tsx","moduleParts":{"datahooks/Permissions.js":"c83c-21"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-93"},{"uid":"c83c-86"},{"uid":"c83c-88"},{"uid":"c83c-2"}],"importedBy":[{"uid":"c83c-6"}]},"c83c-22":{"id":"/src/layout/components/Layout.tsx","moduleParts":{"layout/components/Layout.js":"c83c-23"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-94"},{"uid":"c83c-2"},{"uid":"c83c-32"},{"uid":"c83c-38"},{"uid":"c83c-40"},{"uid":"c83c-34"}],"importedBy":[{"uid":"c83c-6"}]},"c83c-24":{"id":"/src/content/components/ContentComponent.tsx","moduleParts":{"content/components/ContentComponent.js":"c83c-25"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-95"},{"uid":"c83c-88"},{"uid":"c83c-16"},{"uid":"c83c-2"},{"uid":"c83c-26"},{"uid":"c83c-42"},{"uid":"c83c-44"},{"uid":"c83c-46"},{"uid":"c83c-36"}],"importedBy":[{"uid":"c83c-8"}]},"c83c-26":{"id":"/src/utils.ts","moduleParts":{"utils.js":"c83c-27"},"imported":[{"uid":"c83c-95"}],"importedBy":[{"uid":"c83c-24"},{"uid":"c83c-38"},{"uid":"c83c-54"}]},"c83c-28":{"id":"/src/datahooks/ExecuteDataHook.tsx","moduleParts":{"datahooks/ExecuteDataHook.js":"c83c-29"},"imported":[{"uid":"c83c-87"}],"importedBy":[{"uid":"c83c-16"}]},"c83c-30":{"id":"/src/datahooks/ExecutePermissionHook.tsx","moduleParts":{"datahooks/ExecutePermissionHook.js":"c83c-31"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-88"},{"uid":"c83c-2"}],"importedBy":[{"uid":"c83c-18"}]},"c83c-32":{"id":"/src/layout/moveItems.ts","moduleParts":{"layout/moveItems.js":"c83c-33"},"imported":[{"uid":"c83c-86"},{"uid":"c83c-95"},{"uid":"c83c-48"}],"importedBy":[{"uid":"c83c-22"}]},"c83c-34":{"id":"/src/layout/components/styles.module.css","moduleParts":{"layout/components/styles.module.css.js":"c83c-35"},"imported":[{"uid":"c83c-84"}],"importedBy":[{"uid":"c83c-22"},{"uid":"c83c-40"},{"uid":"c83c-76"}]},"c83c-36":{"id":"/src/content/components/styles.module.css","moduleParts":{"content/components/styles.module.css.js":"c83c-37"},"imported":[{"uid":"c83c-84"}],"importedBy":[{"uid":"c83c-24"},{"uid":"c83c-44"}]},"c83c-38":{"id":"/src/layout/components/LayoutItemBar.tsx","moduleParts":{"layout/components/LayoutItemBar.js":"c83c-39"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-94"},{"uid":"c83c-26"},{"uid":"c83c-50"},{"uid":"c83c-54"}],"importedBy":[{"uid":"c83c-22"}]},"c83c-40":{"id":"/src/layout/components/SecondaryMenuToggleItem.tsx","moduleParts":{"layout/components/SecondaryMenuToggleItem.js":"c83c-41"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-94"},{"uid":"c83c-34"}],"importedBy":[{"uid":"c83c-22"}]},"c83c-42":{"id":"/src/content/hooks/useBuildContentData.ts","moduleParts":{"content/hooks/useBuildContentData.js":"c83c-43"},"imported":[{"uid":"c83c-52"}],"importedBy":[{"uid":"c83c-24"},{"uid":"c83c-46"}]},"c83c-44":{"id":"/src/content/components/Header.tsx","moduleParts":{"content/components/Header.js":"c83c-45"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-94"},{"uid":"c83c-14"},{"uid":"c83c-36"}],"importedBy":[{"uid":"c83c-24"}]},"c83c-46":{"id":"/src/content/components/SidebarItemWrapper.tsx","moduleParts":{"content/components/SidebarItemWrapper.js":"c83c-47"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-96"},{"uid":"c83c-94"},{"uid":"c83c-42"},{"uid":"c83c-14"},{"uid":"c83c-56"},{"uid":"c83c-58"},{"uid":"c83c-60"},{"uid":"c83c-62"}],"importedBy":[{"uid":"c83c-24"}]},"c83c-48":{"id":"/src/layout/types.ts","moduleParts":{"layout/types.js":"c83c-49"},"imported":[],"importedBy":[{"uid":"c83c-32"},{"uid":"c83c-54"}]},"c83c-50":{"id":"/src/layout/utils.tsx","moduleParts":{"layout/utils.js":"c83c-51"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-92"},{"uid":"c83c-94"},{"uid":"c83c-64"}],"importedBy":[{"uid":"c83c-38"},{"uid":"c83c-76"},{"uid":"c83c-80"}]},"c83c-52":{"id":"/src/hooks/useBuildData.ts","moduleParts":{"hooks/useBuildData.js":"c83c-53"},"imported":[{"uid":"c83c-93"},{"uid":"c83c-86"},{"uid":"c83c-95"},{"uid":"c83c-92"},{"uid":"c83c-2"},{"uid":"c83c-66"},{"uid":"c83c-68"},{"uid":"c83c-70"}],"importedBy":[{"uid":"c83c-42"},{"uid":"c83c-54"}]},"c83c-54":{"id":"/src/layout/components/LayoutItemWrapper.tsx","moduleParts":{"layout/components/LayoutItemWrapper.js":"c83c-55"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-96"},{"uid":"c83c-94"},{"uid":"c83c-52"},{"uid":"c83c-26"},{"uid":"c83c-48"},{"uid":"c83c-74"},{"uid":"c83c-76"},{"uid":"c83c-78"},{"uid":"c83c-80"}],"importedBy":[{"uid":"c83c-38"}]},"c83c-56":{"id":"/src/content/components/ActionFormSidebarItemComponent.tsx","moduleParts":{"content/components/ActionFormSidebarItemComponent.js":"c83c-57"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-94"},{"uid":"c83c-72"},{"uid":"c83c-82"}],"importedBy":[{"uid":"c83c-46"}]},"c83c-58":{"id":"/src/content/components/ActionSidebarItemComponent.tsx","moduleParts":{"content/components/ActionSidebarItemComponent.js":"c83c-59"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-94"},{"uid":"c83c-72"}],"importedBy":[{"uid":"c83c-46"}]},"c83c-60":{"id":"/src/content/components/CustomSidebarItemComponent.tsx","moduleParts":{"content/components/CustomSidebarItemComponent.js":"c83c-61"},"imported":[{"uid":"c83c-87"}],"importedBy":[{"uid":"c83c-46"}]},"c83c-62":{"id":"/src/content/components/PlainSidebarItem.tsx","moduleParts":{"content/components/PlainSidebarItem.js":"c83c-63"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-92"},{"uid":"c83c-94"},{"uid":"c83c-72"}],"importedBy":[{"uid":"c83c-46"}]},"c83c-64":{"id":"/src/commonItems.ts","moduleParts":{"commonItems.js":"c83c-65"},"imported":[],"importedBy":[{"uid":"c83c-50"},{"uid":"c83c-66"}]},"c83c-66":{"id":"/src/hooks/useIsActiveRoute.ts","moduleParts":{"hooks/useIsActiveRoute.js":"c83c-67"},"imported":[{"uid":"c83c-97"},{"uid":"c83c-64"}],"importedBy":[{"uid":"c83c-52"}]},"c83c-68":{"id":"/src/hooks/useSelectPermission.ts","moduleParts":{"hooks/useSelectPermission.js":"c83c-69"},"imported":[{"uid":"c83c-95"}],"importedBy":[{"uid":"c83c-52"}]},"c83c-70":{"id":"/src/hooks/useSelectState.ts","moduleParts":{"hooks/useSelectState.js":"c83c-71"},"imported":[{"uid":"c83c-95"}],"importedBy":[{"uid":"c83c-52"}]},"c83c-72":{"id":"/src/content/utils.tsx","moduleParts":{"content/utils.js":"c83c-73"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-94"}],"importedBy":[{"uid":"c83c-56"},{"uid":"c83c-58"},{"uid":"c83c-62"}]},"c83c-74":{"id":"/src/layout/components/CustomLayoutItemComponent.tsx","moduleParts":{"layout/components/CustomLayoutItemComponent.js":"c83c-75"},"imported":[{"uid":"c83c-87"}],"importedBy":[{"uid":"c83c-54"}]},"c83c-76":{"id":"/src/layout/components/DropdownItem.tsx","moduleParts":{"layout/components/DropdownItem.js":"c83c-77"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-86"},{"uid":"c83c-94"},{"uid":"c83c-50"},{"uid":"c83c-34"}],"importedBy":[{"uid":"c83c-54"}]},"c83c-78":{"id":"/src/layout/components/MenuItem.tsx","moduleParts":{"layout/components/MenuItem.js":"c83c-79"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-94"}],"importedBy":[{"uid":"c83c-54"}]},"c83c-80":{"id":"/src/layout/components/PlainItem.tsx","moduleParts":{"layout/components/PlainItem.js":"c83c-81"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-94"},{"uid":"c83c-50"}],"importedBy":[{"uid":"c83c-54"}]},"c83c-82":{"id":"/src/content/components/ActionForm.tsx","moduleParts":{"content/components/ActionForm.js":"c83c-83"},"imported":[{"uid":"c83c-87"},{"uid":"c83c-98"},{"uid":"c83c-86"},{"uid":"c83c-94"}],"importedBy":[{"uid":"c83c-56"}]},"c83c-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":"c83c-85"},"imported":[],"importedBy":[{"uid":"c83c-34"},{"uid":"c83c-36"}]},"c83c-86":{"id":"debug","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-10"},{"uid":"c83c-6"},{"uid":"c83c-8"},{"uid":"c83c-16"},{"uid":"c83c-18"},{"uid":"c83c-20"},{"uid":"c83c-22"},{"uid":"c83c-24"},{"uid":"c83c-32"},{"uid":"c83c-38"},{"uid":"c83c-44"},{"uid":"c83c-46"},{"uid":"c83c-54"},{"uid":"c83c-52"},{"uid":"c83c-56"},{"uid":"c83c-76"},{"uid":"c83c-82"}],"isExternal":true},"c83c-87":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-10"},{"uid":"c83c-6"},{"uid":"c83c-8"},{"uid":"c83c-16"},{"uid":"c83c-18"},{"uid":"c83c-20"},{"uid":"c83c-22"},{"uid":"c83c-24"},{"uid":"c83c-28"},{"uid":"c83c-30"},{"uid":"c83c-38"},{"uid":"c83c-40"},{"uid":"c83c-44"},{"uid":"c83c-46"},{"uid":"c83c-50"},{"uid":"c83c-54"},{"uid":"c83c-56"},{"uid":"c83c-58"},{"uid":"c83c-60"},{"uid":"c83c-62"},{"uid":"c83c-74"},{"uid":"c83c-76"},{"uid":"c83c-78"},{"uid":"c83c-80"},{"uid":"c83c-72"},{"uid":"c83c-82"}],"isExternal":true},"c83c-88":{"id":"react-redux","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-10"},{"uid":"c83c-20"},{"uid":"c83c-24"},{"uid":"c83c-30"}],"isExternal":true},"c83c-89":{"id":"react-responsive","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-10"}],"isExternal":true},"c83c-90":{"id":"@imperium/state","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-2"}],"isExternal":true},"c83c-91":{"id":"@reduxjs/toolkit","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-2"}],"isExternal":true},"c83c-92":{"id":"react-router-dom","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-16"},{"uid":"c83c-50"},{"uid":"c83c-52"},{"uid":"c83c-62"}],"isExternal":true},"c83c-93":{"id":"@imperium/auth-client","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-20"},{"uid":"c83c-52"}],"isExternal":true},"c83c-94":{"id":"semantic-ui-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-22"},{"uid":"c83c-38"},{"uid":"c83c-40"},{"uid":"c83c-44"},{"uid":"c83c-46"},{"uid":"c83c-50"},{"uid":"c83c-54"},{"uid":"c83c-56"},{"uid":"c83c-58"},{"uid":"c83c-62"},{"uid":"c83c-76"},{"uid":"c83c-78"},{"uid":"c83c-80"},{"uid":"c83c-72"},{"uid":"c83c-82"}],"isExternal":true},"c83c-95":{"id":"lodash-es","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-24"},{"uid":"c83c-32"},{"uid":"c83c-26"},{"uid":"c83c-52"},{"uid":"c83c-68"},{"uid":"c83c-70"}],"isExternal":true},"c83c-96":{"id":"mingo","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-46"},{"uid":"c83c-54"}],"isExternal":true},"c83c-97":{"id":"react-router","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-66"}],"isExternal":true},"c83c-98":{"id":"@thx/controls","moduleParts":{},"imported":[],"importedBy":[{"uid":"c83c-82"}],"isExternal":true}},"env":{"rollup":"2.70.1"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
2672
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src/index.ts","uid":"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.0.1-alpha.0+ae1c9f7",
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"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@imperium/auth-client": "^11.0.1-alpha.0+ae1c9f7",
34
+ "@imperium/auth-client": "^11.1.0",
35
35
  "@imperium/client": "^11.0.0",
36
36
  "@imperium/router": "^11.0.0",
37
37
  "@imperium/state": "^11.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "ae1c9f79c47131ae349c52a6fed148cd21d608b9"
63
+ "gitHead": "a1c262fab9f8c729db4a30fabc6b8b63998a1755"
64
64
  }