@hitachivantara/app-shell-shared 0.11.0 → 0.11.3

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,3 +1,6 @@
1
- import { createContext } from "react";
2
- export const HvAppShellContext = createContext(undefined);
3
- //# sourceMappingURL=AppShellContext.js.map
1
+ import { createContext as t } from "react";
2
+ const e = t(void 0);
3
+ export {
4
+ e as HvAppShellContext
5
+ };
6
+ //# sourceMappingURL=AppShellContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppShellContext.js","sourceRoot":"","sources":["../../src/AppShellContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKtC,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAE5C,SAAS,CAAC,CAAC","sourcesContent":["import { createContext } from \"react\";\n\nimport { HvAppShellConfig } from \"./types\";\n\nexport type HvAppShellContextValue = HvAppShellConfig;\nexport const HvAppShellContext = createContext<\n HvAppShellContextValue | undefined\n>(undefined);\n"]}
1
+ {"version":3,"file":"AppShellContext.js","sources":["../../src/AppShellContext.tsx"],"sourcesContent":["import { createContext } from \"react\";\n\nimport { HvAppShellConfig } from \"./types\";\n\nexport type HvAppShellContextValue = HvAppShellConfig;\nexport const HvAppShellContext = createContext<\n HvAppShellContextValue | undefined\n>(undefined);\n"],"names":["HvAppShellContext","createContext","undefined"],"mappings":";AAKaA,MAAAA,IAAoBC,EAE/BC,MAAS;"}
@@ -1,3 +1,6 @@
1
- import { createContext } from "react";
2
- export const HvAppShellRuntimeContext = createContext(undefined);
3
- //# sourceMappingURL=AppShellRuntimeContext.js.map
1
+ import { createContext as t } from "react";
2
+ const o = t(void 0);
3
+ export {
4
+ o as HvAppShellRuntimeContext
5
+ };
6
+ //# sourceMappingURL=AppShellRuntimeContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppShellRuntimeContext.js","sourceRoot":"","sources":["../../src/AppShellRuntimeContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAQtC,MAAM,CAAC,MAAM,wBAAwB,GAAG,aAAa,CAEnD,SAAS,CAAC,CAAC","sourcesContent":["import { createContext } from \"react\";\n\nimport type { i18n } from \"i18next\";\n\nexport interface HvAppShellRuntimeContextValue {\n i18n: i18n;\n}\n\nexport const HvAppShellRuntimeContext = createContext<\n HvAppShellRuntimeContextValue | undefined\n>(undefined);\n"]}
1
+ {"version":3,"file":"AppShellRuntimeContext.js","sources":["../../src/AppShellRuntimeContext.tsx"],"sourcesContent":["import { createContext } from \"react\";\n\nimport type { i18n } from \"i18next\";\n\nexport interface HvAppShellRuntimeContextValue {\n i18n: i18n;\n}\n\nexport const HvAppShellRuntimeContext = createContext<\n HvAppShellRuntimeContextValue | undefined\n>(undefined);\n"],"names":["HvAppShellRuntimeContext","createContext","undefined"],"mappings":";AAQaA,MAAAA,IAA2BC,EAEtCC,MAAS;"}
@@ -1,3 +1,6 @@
1
- import { createContext } from "react";
2
- export const HvAppShellViewContext = createContext(undefined);
3
- //# sourceMappingURL=AppShellViewContext.js.map
1
+ import { createContext as t } from "react";
2
+ const o = t(void 0);
3
+ export {
4
+ o as HvAppShellViewContext
5
+ };
6
+ //# sourceMappingURL=AppShellViewContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppShellViewContext.js","sourceRoot":"","sources":["../../src/AppShellViewContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAMtC,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAEhD,SAAS,CAAC,CAAC","sourcesContent":["import { createContext } from \"react\";\n\nexport interface HvAppShellViewContextValue {\n id: string;\n}\n\nexport const HvAppShellViewContext = createContext<\n HvAppShellViewContextValue | undefined\n>(undefined);\n"]}
1
+ {"version":3,"file":"AppShellViewContext.js","sources":["../../src/AppShellViewContext.tsx"],"sourcesContent":["import { createContext } from \"react\";\n\nexport interface HvAppShellViewContextValue {\n id: string;\n}\n\nexport const HvAppShellViewContext = createContext<\n HvAppShellViewContextValue | undefined\n>(undefined);\n"],"names":["HvAppShellViewContext","createContext","undefined"],"mappings":";AAMaA,MAAAA,IAAwBC,EAEnCC,MAAS;"}
package/dist/esm/index.js CHANGED
@@ -1,5 +1,9 @@
1
- export * from "./AppShellContext";
2
- export * from "./AppShellViewContext";
3
- export * from "./AppShellRuntimeContext";
4
- export * from "./types";
5
- //# sourceMappingURL=index.js.map
1
+ import { HvAppShellContext as o } from "./AppShellContext.js";
2
+ import { HvAppShellViewContext as l } from "./AppShellViewContext.js";
3
+ import { HvAppShellRuntimeContext as x } from "./AppShellRuntimeContext.js";
4
+ export {
5
+ o as HvAppShellContext,
6
+ x as HvAppShellRuntimeContext,
7
+ l as HvAppShellViewContext
8
+ };
9
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,SAAS,CAAC","sourcesContent":["export * from \"./AppShellContext\";\nexport * from \"./AppShellViewContext\";\nexport * from \"./AppShellRuntimeContext\";\n\nexport * from \"./types\";\n"]}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-shared",
3
- "version": "0.11.0",
3
+ "version": "0.11.3",
4
4
  "description": "App Shell Shared",
5
5
  "author": "Hitachi Vantara - Boba Fett Team",
6
+ "license": "Apache-2.0",
6
7
  "type": "module",
7
8
  "sideEffects": false,
8
9
  "module": "dist/esm/index.js",
@@ -27,8 +28,9 @@
27
28
  "build:js": "npx vite build",
28
29
  "clean": "npx rimraf ./dist *.tgz tsconfig.tsbuildinfo",
29
30
  "dev": "npx vite build --watch",
31
+ "lint-check": "npx eslint --ext .js,.jsx,.ts,.tsx src --color",
30
32
  "lint": "npm-run-all --parallel lint:*",
31
- "lint:eslint": "npx eslint --ext .js,.jsx,.ts,.tsx src --color --cache --fix",
33
+ "lint:eslint": "npm run lint-check -- --cache --fix",
32
34
  "lint:prettier": "npx prettier --write \"src/**/*.{html,css,js,jsx,ts,tsx}\""
33
35
  },
34
36
  "peerDependencies": {
@@ -41,5 +43,5 @@
41
43
  "rimraf": "^3.0.2",
42
44
  "typescript": "^4.9.4"
43
45
  },
44
- "gitHead": "c19f6e0f609e22c1f41b6ca563fe3d51ad77920a"
46
+ "gitHead": "431bcd8b17db5b91b697728037024f1f000680d5"
45
47
  }
@@ -1,4 +0,0 @@
1
- import { HvAppShellConfig } from "./types";
2
- export type HvAppShellContextValue = HvAppShellConfig;
3
- export declare const HvAppShellContext: import("react").Context<HvAppShellConfig | undefined>;
4
- //# sourceMappingURL=AppShellContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppShellContext.d.ts","sourceRoot":"","sources":["../../src/AppShellContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AACtD,eAAO,MAAM,iBAAiB,uDAElB,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { i18n } from "i18next";
2
- export interface HvAppShellRuntimeContextValue {
3
- i18n: i18n;
4
- }
5
- export declare const HvAppShellRuntimeContext: import("react").Context<HvAppShellRuntimeContextValue | undefined>;
6
- //# sourceMappingURL=AppShellRuntimeContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppShellRuntimeContext.d.ts","sourceRoot":"","sources":["../../src/AppShellRuntimeContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAEpC,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,eAAO,MAAM,wBAAwB,oEAEzB,CAAC"}
@@ -1,5 +0,0 @@
1
- export interface HvAppShellViewContextValue {
2
- id: string;
3
- }
4
- export declare const HvAppShellViewContext: import("react").Context<HvAppShellViewContextValue | undefined>;
5
- //# sourceMappingURL=AppShellViewContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppShellViewContext.d.ts","sourceRoot":"","sources":["../../src/AppShellViewContext.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,eAAO,MAAM,qBAAqB,iEAEtB,CAAC"}
@@ -1,5 +0,0 @@
1
- export * from "./AppShellContext";
2
- export * from "./AppShellViewContext";
3
- export * from "./AppShellRuntimeContext";
4
- export * from "./types";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,SAAS,CAAC"}
@@ -1,66 +0,0 @@
1
- export type HvAppShellLogo = {
2
- name?: "LUMADA" | "HITACHI";
3
- description?: string;
4
- };
5
- export type HvAppShellIcon = {
6
- iconType: "uikit";
7
- name: string;
8
- };
9
- export type HvAppShellMenuConfig = {
10
- label: string;
11
- icon?: HvAppShellIcon;
12
- target?: string;
13
- submenus?: HvAppShellMenuConfig[];
14
- };
15
- export type HvAppShellModulesConfig = {
16
- bundle: string;
17
- };
18
- export type HvAppShellViewsConfig = HvAppShellModulesConfig & {
19
- route: string;
20
- };
21
- export type HvAppShellAppsConfig = {
22
- id: string;
23
- baseUrl: string;
24
- views?: HvAppShellViewsConfig[];
25
- modules?: HvAppShellModulesConfig[];
26
- };
27
- export type HvAppShellHelp = {
28
- url: string;
29
- description?: string;
30
- };
31
- export type HvAppShellMainPanelConfig = {
32
- maxWidth?: "xs" | "sm" | "md" | "lg" | "xl" | false;
33
- };
34
- export type HvAppShellConfig = {
35
- name?: string;
36
- logo?: HvAppShellLogo;
37
- apps?: HvAppShellAppsConfig[];
38
- menu?: HvAppShellMenuConfig[];
39
- translations?: Record<string, object>;
40
- help?: HvAppShellHelp;
41
- appSwitcher?: HvAppShellAppSwitcherConfig;
42
- navigationMode?: "TOP_AND_LEFT" | "ONLY_TOP" | "ONLY_LEFT";
43
- mainPanel?: HvAppShellMainPanelConfig;
44
- theming?: HvAppShellThemingConfig;
45
- headerActions?: HvAppShellHeaderAction[];
46
- };
47
- export type HvAppShellThemingConfig = {
48
- themes?: string[];
49
- theme?: string;
50
- colorMode?: string;
51
- };
52
- export type HvAppShellAppSwitcherConfig = {
53
- title?: string;
54
- apps: HvAppShellAppSwitcherItemConfig[];
55
- };
56
- export type HvAppShellAppSwitcherItemConfig = {
57
- label: string;
58
- description?: string;
59
- url: string;
60
- target: "NEW" | "SELF";
61
- icon?: HvAppShellIcon;
62
- };
63
- export type HvAppShellHeaderAction = {
64
- bundle: string;
65
- };
66
- //# sourceMappingURL=Config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/types/Config.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,oBAAoB,EAAE,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,uBAAuB,GAAG;IAC5D,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAChC,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;CACrD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,IAAI,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,WAAW,CAAC,EAAE,2BAA2B,CAAC;IAC1C,cAAc,CAAC,EAAE,cAAc,GAAG,UAAU,GAAG,WAAW,CAAC;IAC3D,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC,aAAa,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAC1C,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,+BAA+B,EAAE,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,KAAK,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Config.js","sourceRoot":"","sources":["../../../src/types/Config.ts"],"names":[],"mappings":"","sourcesContent":["export type HvAppShellLogo = {\n name?: \"LUMADA\" | \"HITACHI\";\n description?: string;\n};\n\nexport type HvAppShellIcon = {\n iconType: \"uikit\";\n name: string;\n};\n\nexport type HvAppShellMenuConfig = {\n label: string;\n icon?: HvAppShellIcon;\n target?: string;\n submenus?: HvAppShellMenuConfig[];\n};\n\nexport type HvAppShellModulesConfig = {\n bundle: string;\n};\n\nexport type HvAppShellViewsConfig = HvAppShellModulesConfig & {\n route: string;\n};\n\nexport type HvAppShellAppsConfig = {\n id: string;\n baseUrl: string;\n views?: HvAppShellViewsConfig[];\n modules?: HvAppShellModulesConfig[];\n};\n\nexport type HvAppShellHelp = {\n url: string;\n description?: string;\n};\n\nexport type HvAppShellMainPanelConfig = {\n maxWidth?: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | false;\n};\n\nexport type HvAppShellConfig = {\n name?: string;\n logo?: HvAppShellLogo;\n apps?: HvAppShellAppsConfig[];\n menu?: HvAppShellMenuConfig[];\n translations?: Record<string, object>;\n help?: HvAppShellHelp;\n appSwitcher?: HvAppShellAppSwitcherConfig;\n navigationMode?: \"TOP_AND_LEFT\" | \"ONLY_TOP\" | \"ONLY_LEFT\";\n mainPanel?: HvAppShellMainPanelConfig;\n theming?: HvAppShellThemingConfig;\n headerActions?: HvAppShellHeaderAction[];\n};\n\nexport type HvAppShellThemingConfig = {\n themes?: string[];\n theme?: string;\n colorMode?: string;\n};\n\nexport type HvAppShellAppSwitcherConfig = {\n title?: string;\n apps: HvAppShellAppSwitcherItemConfig[];\n};\n\nexport type HvAppShellAppSwitcherItemConfig = {\n label: string;\n description?: string;\n url: string;\n target: \"NEW\" | \"SELF\";\n icon?: HvAppShellIcon;\n};\n\nexport type HvAppShellHeaderAction = {\n bundle: string;\n};\n"]}
@@ -1,2 +0,0 @@
1
- export * from "./Config";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./Config";
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC","sourcesContent":["export * from \"./Config\";\n"]}
@@ -1 +0,0 @@
1
- {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@types/react/ts5.0/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/scheduler/tracing.d.ts","../../../node_modules/@types/react/ts5.0/index.d.ts","../../../node_modules/@emotion/utils/types/index.d.ts","../../../node_modules/@emotion/serialize/types/index.d.ts","../../../node_modules/@emotion/cache/types/index.d.ts","../../../node_modules/@emotion/react/types/helper.d.ts","../../../node_modules/@emotion/react/types/theming.d.ts","../../../node_modules/@emotion/react/types/index.d.ts","../../../node_modules/@emotion/react/types/jsx-namespace.d.ts","../../../node_modules/@emotion/react/types/jsx-runtime.d.ts","../src/types/Config.ts","../src/types/index.ts","../src/AppShellContext.tsx","../../../node_modules/i18next/index.d.ts","../src/AppShellRuntimeContext.tsx","../src/AppShellViewContext.tsx","../src/index.ts","../../../node_modules/vite/types/hmrPayload.d.ts","../../../node_modules/vite/types/customEvent.d.ts","../../../node_modules/vite/types/hot.d.ts","../../../node_modules/vite/types/importGlob.d.ts","../../../node_modules/vite/types/importMeta.d.ts","../../../node_modules/vite/client.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},{"version":"549df62b64a71004aee17685b445a8289013daf96246ce4d9b087d13d7a27a61","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5",{"version":"c14856169f9aa2236e3eaa1748fca0998410c688c69eb248d3d551c220107857","affectsGlobalScope":true},"531cd80e4dba2620d86844a50e7d21b89436e56a14e66d6774e99b3759ac69ad","af99fcbddd1d45ac4b1ab3d21ef6665c3a4c78003f3dcf2855f406e0d41f5545","c83a76ad0bf69b0176042adfc65f8c6be7dd1141b66cfa20954520315dcf2c1a","83e56d3337e1a6dbafdbe5a2502a84c330b1a328ed2860d689b2ded82b1f5c95","f186de91b1c50640e4d2bef41307ee06446d7ec76f787d4384ef808981025546","4886055af73784b27ea115b68763c1c0c30df8528ba50e7d1d3e0922c6e7d8e3","cd805bb241b70dcb5eb3ddf78a23c561c81528a0e4baeb10ccfb967705c9132b","d1811d6f41bc2c8dddfdb534c9928fa78c4fb5b3bbc843058a2eeb0b7bd788c8",{"version":"d9fd5a216afcf8df26e79fa7ab9e20f20dfaf963db88503598b29f45f5cefb00","signature":"974ec92b7349a90bf6f51e455a42bdc7c218fd815812b871ad14afb5ec0c0743"},"eebc22e62ed9db12481870cb7a47004a702d3b716e357a120f21ffa32fe45da9",{"version":"1a3d789b3dcc05533cfe01f2862b9f8a46a27763913c8b3ae6c30fdf463087ca","signature":"990217d3a4c1c9afb3c49ac6bc95953bdcb2ba0509e4881b2fccfa31816d5b77"},"3d9241250ff79102e2eee92162852175846a82f759d53b1ed989cca72bca4f08",{"version":"4a08ccb9ec9043bbc8c710722d9cfd5179fbf677a532b20d438c135d7acb64db","signature":"9a536d1316f16ec95ff12f3ee0e9c769ccb7e4e6f9e375b10a63b7832154649a"},{"version":"e9faf0fb8f63edd8013a6935ee2e16d771f181129140481ef670eecb39f94f6d","signature":"af1134459510de23ab9da154b513ecdf0616b017b566ad4bdb2908d8753ef406"},{"version":"ab95cdfeb3b393ae498fe599302715ebbb648e005b12d4e5b628a2136b934a70","signature":"7d4a0f5fba0aad7289862acfb3d70b22b229492a9d1c632b36ac4d8b32f640f4"},"bcb6ea18f23dae2c48459d7b86d3adccd6898f824fcbf9da08b935f559896580","1363ba7d52f2353d0c4306d0ecdaf171bf4509c0148842f9fd8d3986c098a2eb","4d5fb5d6b35f731b2ae4d9d7c592d48e91d6de531dd130628edf4eba16add893","739c2c46edc112421fc023c24b4898b1f413f792bb6a02b40ba182c648e56c2f",{"version":"1e8e40859f6eab3234f9b357544eb8fba9176fbf135f62699721f9c9a86b4d80","affectsGlobalScope":true},{"version":"fbb727beaeaa67c6db66c2f06794cbe4fcafb97060e06c6a36c0dc6bdf8c478b","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"inlineSources":true,"jsx":4,"jsxImportSource":"@emotion/react","module":99,"noImplicitAny":true,"noImplicitThis":true,"noUnusedLocals":true,"outDir":"./esm","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[61],[60],[60,62,63,64,65,67],[60,62,66],[67],[60,64,66],[57,61],[56,57,58,59],[80],[76],[77],[78,79],[60,68,70],[60,68,72],[60,68],[68,70,71,73,74],[68],[68,69],[60,70],[60,72],[70,71,73,74]],"referencedMap":[[63,1],[64,2],[66,3],[67,4],[68,5],[65,6],[62,7],[60,8],[81,9],[77,10],[78,11],[80,12],[71,13],[73,14],[74,15],[75,16],[69,17],[70,18]],"exportedModulesMap":[[63,1],[64,2],[66,3],[67,4],[68,5],[65,6],[62,7],[60,8],[81,9],[77,10],[78,11],[80,12],[71,19],[73,20],[74,2],[75,21],[70,18]],"semanticDiagnosticsPerFile":[63,64,66,67,68,65,62,61,58,56,60,59,57,72,11,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,53,54,1,10,55,81,77,76,78,79,80,71,73,74,75,69,70],"latestChangedDtsFile":"./esm/index.d.ts"},"version":"4.9.5"}