@things-factory/apptool-ui 10.1.24 → 10.1.26

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.
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Whether the MDI tab bar stands aside for the active page.
3
+ *
4
+ * A page says so in its context: `mdibar: false`. Shop-floor screens do — a gloved hand doing one task
5
+ * has no use for page tabs, and the bar's "close all tabs" prompt would open at office size there
6
+ * (ADR-0060 decision 4).
7
+ *
8
+ * Only an explicit `false` hides the bar. A page that says nothing keeps it, so no existing page
9
+ * changes. The user's own setting (`clientSettingStore 'mdibar'`) and the viewpart's `show` are left
10
+ * alone: leaving the page brings the bar back as the user had it, with nothing to remember or restore.
11
+ *
12
+ * No imports, so the node test runner can hold it.
13
+ */
14
+ export declare function mdibarStandsAside(context: {
15
+ mdibar?: unknown;
16
+ } | undefined | null): boolean;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Whether the MDI tab bar stands aside for the active page.
3
+ *
4
+ * A page says so in its context: `mdibar: false`. Shop-floor screens do — a gloved hand doing one task
5
+ * has no use for page tabs, and the bar's "close all tabs" prompt would open at office size there
6
+ * (ADR-0060 decision 4).
7
+ *
8
+ * Only an explicit `false` hides the bar. A page that says nothing keeps it, so no existing page
9
+ * changes. The user's own setting (`clientSettingStore 'mdibar'`) and the viewpart's `show` are left
10
+ * alone: leaving the page brings the bar back as the user had it, with nothing to remember or restore.
11
+ *
12
+ * No imports, so the node test runner can hold it.
13
+ */
14
+ export function mdibarStandsAside(context) {
15
+ return context?.mdibar === false;
16
+ }
17
+ //# sourceMappingURL=mdibar-visibility.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mdibar-visibility.js","sourceRoot":"","sources":["../../client/layout/mdibar-visibility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,iBAAiB,CAAC,OAAgD;IAChF,OAAO,OAAO,EAAE,MAAM,KAAK,KAAK,CAAA;AAClC,CAAC","sourcesContent":["/**\n * Whether the MDI tab bar stands aside for the active page.\n *\n * A page says so in its context: `mdibar: false`. Shop-floor screens do — a gloved hand doing one task\n * has no use for page tabs, and the bar's \"close all tabs\" prompt would open at office size there\n * (ADR-0060 decision 4).\n *\n * Only an explicit `false` hides the bar. A page that says nothing keeps it, so no existing page\n * changes. The user's own setting (`clientSettingStore 'mdibar'`) and the viewpart's `show` are left\n * alone: leaving the page brings the bar back as the user had it, with nothing to remember or restore.\n *\n * No imports, so the node test runner can hold it.\n */\nexport function mdibarStandsAside(context: { mdibar?: unknown } | undefined | null): boolean {\n return context?.mdibar === false\n}\n"]}
@@ -22,6 +22,7 @@ export declare class PageMDIBar extends PageMDIBar_base {
22
22
  contextMenu: HTMLDivElement;
23
23
  private contextMenuTargetIndex?;
24
24
  private contextMenuTargetRoute?;
25
+ willUpdate(): void;
25
26
  render(): import("lit-html").TemplateResult<1>;
26
27
  private _prevActivePage?;
27
28
  private _prevResourceId?;
@@ -7,6 +7,7 @@ import { navigate, RouteController } from '@operato/shell';
7
7
  import { i18next, localize } from '@operato/i18n';
8
8
  import { OxPopupMenu } from '@operato/popup/ox-popup-menu.js';
9
9
  import { OxPrompt } from '@operato/popup';
10
+ import { mdibarStandsAside } from './mdibar-visibility.js';
10
11
  let PageMDIBar = class PageMDIBar extends localize(i18next)(LitElement) {
11
12
  constructor() {
12
13
  super(...arguments);
@@ -31,6 +32,11 @@ let PageMDIBar = class PageMDIBar extends localize(i18next)(LitElement) {
31
32
  align-items: stretch;
32
33
  }
33
34
 
35
+ /* The active page asked for no tab bar (context.mdibar === false). */
36
+ :host([hidden]) {
37
+ display: none;
38
+ }
39
+
34
40
  div {
35
41
  box-sizing: border-box;
36
42
  }
@@ -284,6 +290,10 @@ let PageMDIBar = class PageMDIBar extends localize(i18next)(LitElement) {
284
290
  }
285
291
  `
286
292
  ]; }
293
+ willUpdate() {
294
+ /* Every update, so leaving such a page shows the bar again. */
295
+ this.hidden = mdibarStandsAside(this._routeCtrl.context);
296
+ }
287
297
  render() {
288
298
  const home = this.routes[0];
289
299
  const routes = this.routes.slice(1);
@@ -1 +1 @@
1
- {"version":3,"file":"page-mdibar.js","sourceRoot":"","sources":["../../client/layout/page-mdibar.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '@operato/popup/ox-popup-menu.js'\n\nimport { css, html, nothing, LitElement } from 'lit'\nimport { customElement, query, state } from 'lit/decorators.js'\n\nimport { navigate, PageView, RouteController } from '@operato/shell'\nimport { i18next, localize } from '@operato/i18n'\nimport { OxPopupMenu } from '@operato/popup/ox-popup-menu.js'\nimport { OxPrompt } from '@operato/popup'\n\n@customElement('page-mdibar')\nexport class PageMDIBar extends localize(i18next)(LitElement) {\n static styles = [\n css`\n :host {\n display: flex;\n background-color: var(--md-sys-color-secondary-container);\n color: var(--md-sys-color-on-secondary-container);\n font-size: var(--fontsize-small);\n overflow: hidden;\n align-items: stretch;\n }\n\n div {\n box-sizing: border-box;\n }\n\n div[routes] {\n flex: 1;\n\n display: flex;\n overflow: hidden;\n }\n\n div[route] {\n display: inline-block;\n position: relative;\n min-width: var(--mdibar-min-width, 100px);\n max-width: var(--mdibar-max-width, 150px);\n padding: var(--mdibar-padding, 3px 22px 1px 7px);\n /*\n * ── 탭은 위 두 모서리만 둥글다 ──────────────────────────────────────\n *\n * 탭의 은유는 **앞으로 나온 종이**다. 그래서 위는 둥글고 **아래는 각져서** 아래 판에\n * 붙는다. 밑변이 각진 것이 「이 탭이 저 판의 손잡이」라고 말하는 자리다.\n *\n * 모서리 값은 담는 면을 따른다(동심 모서리) — 이 띠는 평평한 면이므로 작은 눈금 6px 이다.\n * 팝업 카드(16px) 안의 컨트롤이 알약인 것과 같은 원칙이고, 반대쪽 끝이다.\n *\n * ── 전에 여기 있던 것 ───────────────────────────────────────────────\n * border-right / border-top / border-bottom: var(--border-dim-color)\n *\n * 탭마다 세 면에 선이 있었다. **걷은 것은 그 선이 죽어서가 아니라, 이 모양에서 선이\n * 너무 많아서다.** 26px 띠에 탭 셋이면 세로선이 셋이고, 여기에 활성 탭의 윤곽 한 올과\n * 아래 판의 경계까지 겹친다. 위가 둥근 활성 탭이 한 장으로 떠오르면 비활성 자리는\n * 물러나 있는 것으로 충분하다.\n *\n * ── 한때 「죽은 선언」이라고 적었다. 틀렸다 ────────────────────────────\n * --border-dim-color 를 못 찾아 무효 선언이라고 단정했는데, 그 토큰은 **테두리 값 한\n * 벌을 통째로** 담고 있다(이름이 -color 로 끝나지만 색이 아니다).\n *\n * shell/client/themes/app-theme.css body { --border-dim-color: 1px solid var(--md-sys-color-outline-variant) }\n *\n * 못 찾은 이유는 :root 에서 읽었기 때문이다 — 선택자가 body 다. 그래서 단축 속성에\n * 쓰이던 이 넷은 **살아서 칠하고 있었다.** 색 자리(border-*-color)에 쓰면 그때 죽는다.\n *\n * [확인함] 2026-09-04 · body 값 「1px solid rgb(214 219 224)」 ·\n * border-bottom: var(--border-dim-color) 가 1px solid #d6dbe0 로 계산된다 ·\n * 바 #e4e8ed · 활성 탭 #f0f2f4 · 본문 바닥 #f0f2f4\n */\n border-radius: var(--mdibar-tab-radius, 6px) var(--mdibar-tab-radius, 6px) 0 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-transform: capitalize;\n cursor: pointer;\n }\n\n div[arrows] {\n display: flex;\n /*\n * border: var(--border-dim-color) 였다 — 화살표 세 개를 상자로 둘러쌌다. 걷었다.\n * 그 셋은 이미 각자 동그라미를 받으므로 무리를 상자로 또 묶을 이유가 없다.\n * (그 선언은 살아 있었다. 위 div[route] 의 주석에 그 토큰 이야기를 적어 두었다.)\n */\n align-items: center;\n }\n\n /*\n * 흐림을 여기서 걷었다. 아래에서 이 셋에 **색을 직접 주고**(평소 --ui-muted · 못 누를 때\n * --ui-faint) 있어서, 흐림이 그 위에 또 얹히면 두 번 흐려진다. 「모두 닫기」가 야간 화면에서\n * 1.78:1 이었다(실측 2026-09-05 · UI 요소 기준 3:1).\n */\n div[arrows] * {\n font-size: var(--mdibar-icon-size, 24px);\n flex: 1;\n }\n\n /*\n * 흐림은 0.5 였다. 색까지 함께 흐린 자리가 있어 **두 번 흐려졌고**, 홈 아이콘이 밝은 화면에서\n * 2.93:1 이 됐다(실측 2026-09-05). 0.7 이면 4.3 으로 UI 요소 기준을 넘고, 탭 이름보다\n * 뒤에 서는 것은 그대로다.\n */\n md-icon {\n --md-icon-size: var(--mdibar-icon-size, 18px);\n opacity: 0.7;\n }\n\n md-icon:hover {\n opacity: 0.8;\n color: var(--md-sys-color-secondary);\n }\n\n /*\n * 탭 줄 오른쪽의 단추들 — 모두 닫기 · 좌우 이동.\n *\n * 전에는 글리프가 24px 인데 상자가 18px 이라 **넘쳤고**, 색이 rgb(32,39,47) 거의 검정이라 탭 줄\n * 에서 가장 진했다. 탭 이름보다 장치가 눈에 먼저 들어왔다. [확인함] 2026-09-02\n *\n * 상자와 글리프를 같은 값으로 맞추고, 평소에는 흐리게 두었다가 마우스가 오면 진해진다. 배경은\n * 동그라미로 든다 — 셀 안 단추와 같은 어휘다.\n */\n div[arrows] md-icon {\n --md-icon-size: 18px;\n font-size: 18px;\n width: 18px;\n height: 18px;\n padding: 3px;\n border-radius: 50%;\n color: var(--ui-muted, #57676f);\n cursor: pointer;\n transition:\n background-color 0.12s ease,\n color 0.12s ease;\n }\n\n div[arrows] md-icon:not([disabled]):hover {\n color: var(--ui-ink, #17272f);\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.06));\n }\n\n /*\n * 「모두 닫기」는 채운 글리프로 그려진다. 외곽선으로 바꾼다 — 옆의 화살표가 외곽선이라 셋이 한\n * 무리로 읽혀야 한다.\n */\n div[arrows] md-icon[close-all] {\n margin: 0 2px;\n font-variation-settings: 'FILL' 0;\n }\n\n div[arrows] md-icon[disabled] {\n opacity: 0.35;\n color: var(--ui-faint, #8a959c);\n cursor: default;\n }\n\n /*\n * 탭을 닫는 × — **옆의 화살표들과 같은 어휘로** 그린다.\n *\n * 확인해 보니 한 26px 띠 안에서 같은 종류가 어휘가 둘이었다.\n *\n * 탭의 × 18×18 · padding 0 · radius 0 · #20272f 를 50% 흐림 · hover 는 흐림만\n * 바의 화살표 24×24 · padding 3 · radius 50% · --ui-muted · hover 에 배경 동그라미\n *\n * 화살표 쪽은 이틀 전에 정리했고(위 블록) 이쪽은 받지 못했다. 그래서 셋이 걸렸다.\n *\n * ① 누를 자리가 18px 다. 옆의 것이 24px 이고, 탭을 닫는 것은 되돌리기 어려운 동작이다\n * ② hover 가 흐림만 바꾼다 — 배경이 없으면 단추로 읽히지 않는다\n * ③ 색이 자기 색이 아니다. 잉크(#20272f)를 흐린 것이라 탭 이름과 같은 무게로 읽혔고,\n * 탭이 셋이면 화면에서 「× × ×」가 이름보다 먼저 한 줄로 읽혔다\n *\n * 글리프를 16px 로 한 단 줄여 padding 3px 을 넣어도 22×22 로 26px 띠에 든다. 위아래\n * 2px 이 남는다 — 화살표와 같은 값(24)을 쓰면 띠에 꽉 차서 모서리를 먹는다.\n *\n * margin-left 를 걷었다 — absolute 배치라 아무 일도 하지 않던 선언이다.\n * 홈 탭의 아이콘은 닫기가 아니므로 뺀다(그쪽은 아래 [home] 규칙이 맡는다).\n */\n div[route]:not([home]) md-icon {\n position: absolute;\n right: 3px;\n top: 50%;\n transform: translateY(-50%);\n\n --md-icon-size: 16px;\n font-size: 16px;\n width: 16px;\n height: 16px;\n padding: 3px;\n border-radius: 50%;\n\n opacity: 1;\n /*\n * ── 색은 **이 띠의 짝 토큰**에서 온다 (2026-09-05) ────────────────\n * --ui-faint 는 페이지 바탕(--md-sys-color-surface)에 맞춰 섞인 값이다. 탭 띠의 바탕은\n * 그것이 아니라 secondary-container 라서, 여기에 그대로 쓰면 바탕에 너무 가까워진다 —\n * 야간 실측 2.07:1 이었다(UI 요소 기준 3:1).\n *\n * 그래서 이 띠의 글자색(on-secondary-container)을 옅게 섞는다. 활성 탭(4.9) · 비활성\n * 탭(5.9) 어느 쪽에 놓여도 넘는다.\n */\n color: color-mix(in srgb, var(--md-sys-color-on-secondary-container) 70%, transparent);\n transition:\n background-color 0.12s ease,\n color 0.12s ease;\n }\n\n div[route]:not([home]) md-icon:hover {\n opacity: 1;\n color: var(--ui-ink, #17272f);\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.06));\n }\n\n /*\n * Centred on both axes, the way the close icons are centred vertically.\n *\n * There used to be two rules with this same selector: one set right: 2px, a later one\n * added left: 0. With width auto both applied, so the box stretched across the tab and\n * the glyph rendered at its left edge — and neither rule set top, so it fell at its\n * static position under the 3px top padding instead of on the band's centre line.\n * [확인함] 2026-09-09 · 사용자 보고 — 홈 아이콘이 치우쳐 보인다\n */\n div[route][home] md-icon {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n }\n\n /*\n * 비활성 탭도 눌리는 것이다. 마우스가 오면 면으로 말한다 — 옆의 화살표들과 같은 어휘다.\n * 채움 자리(rest)와 이미 열린 탭은 뺀다.\n */\n div[route]:not([active]):not([rest]):hover {\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.05));\n }\n\n /*\n * 활성 탭은 **아래 판과 한 장**이다.\n *\n * 채움색이 --md-sys-color-background 인 것은 그 뜻이었다 — 본문 바닥과 같은 색이라\n * 이어져 보이게. [확인함] 둘 다 #f0f2f4 로 실제 같다.\n *\n * 거기에 두 가지를 더한다.\n *\n * 위·좌·우 실선 한 올 떠오른 종이의 윤곽. 밝기 5% 차이만으로는 경계가 안 읽혔다\n * 밑변은 판의 색 선을 잇지 않는다 — 그 1px 이 탭과 판을 잇는 자리다\n */\n div[route][active] {\n background-color: var(--md-sys-color-background);\n border: 1px solid var(--md-sys-color-outline-variant);\n border-bottom-color: var(--md-sys-color-background);\n color: var(--md-sys-color-on-background);\n font-weight: bold;\n }\n\n div[route][home] {\n /*\n * The icon is positioned, so this padding is only reserving the tab's width — 28px,\n * the same total as before. It was 23px on the left against 5px on the right, and 0 at\n * the bottom where its siblings have 1px, which left the glyph off to one side and a\n * pixel higher than the other tabs.\n */\n padding: var(--mdibar-padding-home, 3px 14px 1px 14px);\n overflow: visible;\n min-width: unset;\n max-width: unset;\n }\n\n div[route][rest] {\n flex: 1;\n min-width: unset;\n max-width: unset;\n border-right: unset;\n }\n `\n ]\n\n /**\n * 열린 탭들. `routes[0]` 은 홈이다(render 에서 따로 그린다).\n *\n * `name` 은 그 탭이 맡은 **라우트 이름**이다(`job-order-list` 같은 것). 주소를 갱신할 때 「이 주소가\n * 정말 이 탭의 것인가」를 판정하는 데 쓴다 — 없으면 남의 주소가 찍힌다(updated 머리말 참조).\n */\n @state() routes: { page?: PageView; url: string; name?: string }[] = [{ url: this.getHomeRoute() }]\n @state() title: string = ''\n\n private _routeCtrl = new RouteController(this)\n\n @query('[routes]') scroller!: HTMLDivElement\n @query('#context-menu') contextMenu!: HTMLDivElement\n\n private contextMenuTargetIndex?: number\n private contextMenuTargetRoute?: { page?: PageView; url: string; name?: string }\n\n render() {\n const home = this.routes[0]\n const routes = this.routes.slice(1)\n\n return html`\n <div\n home\n route\n ?active=${this._routeCtrl.activePage === home.page}\n @click=${() => this.moveToHome()}\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n delete this.contextMenuTargetRoute\n delete this.contextMenuTargetIndex\n\n this.openContextMenu(e)\n }}\n >\n <md-icon>home</md-icon>&#8203;\n </div>\n\n <div\n routes\n @mousewheel=${this.onWheelEvent.bind(this)}\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n delete this.contextMenuTargetRoute\n delete this.contextMenuTargetIndex\n\n this.openContextMenu(e)\n }}\n >\n ${routes.map((route, idx) => {\n const context = route.page?.context as any\n const title = context?.title || context?.search?.placeholder || ''\n\n return html`\n <div\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n this.contextMenuTargetRoute = route\n this.contextMenuTargetIndex = idx\n\n this.openContextMenu(e)\n }}\n @click=${() => this.moveTo(route)}\n ?active=${this._routeCtrl.activePage === route.page}\n route\n >\n ${typeof title == 'object' ? title.text : title}\n <md-icon\n @click=${(e: MouseEvent) => {\n e.stopPropagation()\n this.closePage(route, idx + 1)\n }}\n >close</md-icon\n >\n </div>\n `\n })}\n <div rest route></div>\n </div>\n\n <div arrows>\n <md-icon close-all ?disabled=${this.routes.length <= 1} @click=${() => this.closeOtherPagesFromActive()}\n >tab_close</md-icon\n >\n <md-icon ?disabled=${!this.scroller || this.scroller.scrollLeft <= 0} @click=${() => this.onScrollByArrow(1)}\n >arrow_left</md-icon\n >\n <md-icon\n ?disabled=${!this.scroller ||\n this.scroller.scrollWidth <= this.scroller.offsetWidth + this.scroller.scrollLeft}\n @click=${() => this.onScrollByArrow(-1)}\n >arrow_right</md-icon\n >\n </div>\n `\n }\n\n private _prevActivePage?: any\n private _prevResourceId?: string\n private _prevParams?: any\n\n /**\n * 열린 탭 목록을 주소와 맞춘다.\n *\n * ── 남의 주소가 찍히던 결함 (2026-09-02) ──────────────────────────────────\n * 항해 한 번에 이 함수가 **두 번** 지나간다. 그 사이에 주소와 활성 페이지가 어긋나 있는 순간이 있다.\n *\n * ① navigate 주소가 새 페이지로 바뀐다. 활성 페이지는 **아직 옛 페이지**다\n * ② 나중에 새 페이지가 붙고 활성 페이지가 바뀐다\n *\n * ①에서도 이 블록이 돌았다. `params` 는 항해마다 새 객체라(`shell/actions/route.js` 의\n * `if (!params) { params = {} }`) 아래 `params !== this._prevParams` 가 **항상 참**이기 때문이다.\n * 그래서 옛 탭을 찾아 새 주소를 찍었다.\n *\n * [확인함] 작업지시를 열고 메뉴에서 품질을 누른 뒤\n *\n * i=1 job-order-list → /quality-list ← 덮였다\n * i=2 quality-list → /quality-list\n *\n * 그 결과 **「작업지시」 탭을 눌러도 아무 일이 없었다** — 품질로 가는 주소라 그대로 머문다. 탭이\n * 죽어 보이는 것이 이것이다.\n *\n * 그래서 탭마다 자기 라우트 이름을 들리고, **주소가 자기 것일 때만** 갱신한다. `params` 비교는 그대로\n * 둔다 — 검색어처럼 질의만 바뀌는 항해도 탭 주소가 따라가야 한다.\n */\n updated() {\n const { activePage, resourceId, params, context, page: routeName } = this._routeCtrl\n\n /* refresh를 일으키기위한 property 변경을 위한 코드임. */\n this.title = context?.title || context?.search?.placeholder || ''\n\n const activePageChanged = activePage !== this._prevActivePage\n const routeDetailsChanged = resourceId !== this._prevResourceId || params !== this._prevParams\n\n this._prevActivePage = activePage\n this._prevResourceId = resourceId\n this._prevParams = params\n\n if (activePageChanged || routeDetailsChanged) {\n if (!activePage) {\n return\n }\n\n const page = activePage\n\n if (location.pathname == this.getHomeRoute()) {\n this.routes[0].page = page\n return\n }\n\n var route = this.routes.find(route => route.page === page)\n\n if (!route) {\n this.routes = [...this.routes, { page, url: location.href, name: routeName }]\n } else if (route.name === routeName) {\n /* 자기 주소다 — 같은 화면 안에서 resourceId 나 질의가 바뀐 경우가 여기 온다. */\n route.url = location.href\n } else if (activePageChanged) {\n /*\n * 같은 요소가 다른 라우트를 맡게 된 경우. 드물지만 그냥 두면 그 탭의 주소가 영구히 낡는다.\n * `activePageChanged` 로 가른다 — 위 ①의 어긋난 순간에는 이 값이 거짓이다.\n */\n route.name = routeName\n route.url = location.href\n }\n }\n }\n\n onScrollByArrow(delta: number) {\n this.scroller.scrollLeft -= delta * 10\n\n this.requestUpdate()\n }\n\n onWheelEvent(e: Event) {\n const target = e.currentTarget as HTMLDivElement\n\n var delta = Math.max(-1, Math.min(1, (e as WheelEvent).deltaY || -(e as WheelEvent).detail))\n target.scrollLeft -= delta * 10\n\n this.requestUpdate()\n\n e.preventDefault()\n }\n\n getHomeRoute() {\n var base = document.querySelector('base')\n return base?.getAttribute('href') || '/'\n }\n\n moveTo(route: { page?: PageView; url: string; name?: string }) {\n navigate(route.url)\n }\n\n moveToHome() {\n navigate(this.getHomeRoute())\n }\n\n closePage(route: { page?: PageView; url: string; name?: string }, idx: number) {\n this.routes = [...this.routes.slice(0, idx), ...this.routes.slice(idx + 1)]\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n\n if (this._routeCtrl.activePage === page) {\n const next = this.routes.length > 0 ? Math.max(0, idx - 1) : -1\n navigate(next != -1 ? this.routes[next].url : this.getHomeRoute())\n }\n }\n\n /* 현재 활성 탭을 제외한 모든 탭을 닫는 함수 */\n async closeOtherPagesFromActive() {\n if (this.routes.length <= 1) return\n\n const result = await OxPrompt.open({\n type: 'info',\n title: '',\n text: i18next.t('text.confirm_close_all_tabs'),\n confirmButton: { text: i18next.t('button.confirm') },\n cancelButton: { text: i18next.t('button.cancel') }\n })\n if (!result) return\n\n const activeRoute = this.routes.find(route => route.page === this._routeCtrl.activePage)\n\n this.routes.slice(1).forEach(route => {\n if (route === activeRoute) return\n\n const page = route.page!\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = activeRoute && activeRoute !== this.routes[0] ? [this.routes[0], activeRoute] : [this.routes[0]]\n\n navigate(activeRoute?.url || this.routes[0].url)\n }\n\n async closeAllPage() {\n const result = await OxPrompt.open({\n type: 'info',\n title: '',\n text: i18next.t('text.confirm_close_all_tabs'),\n confirmButton: { text: i18next.t('button.confirm') },\n cancelButton: { text: i18next.t('button.cancel') }\n })\n if (!result) return\n\n this.routes.slice(1).forEach((route, idx) => {\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = [this.routes[0]]\n\n navigate(this.routes[0].url)\n }\n\n closeOtherPages(route: { page?: PageView; url: string; name?: string }, idx: number) {\n this.routes.slice(1).forEach((route, idx) => {\n if (route === route) {\n return\n }\n\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = [this.routes[0], route]\n\n navigate(route.url)\n }\n\n openContextMenu(e: MouseEvent) {\n OxPopupMenu.open({\n template: html`\n ${this.contextMenuTargetRoute\n ? html`\n <ox-popup-menuitem\n label=\"close\"\n @select=${(e: Event) => {\n this.closePage(this.contextMenuTargetRoute!, this.contextMenuTargetIndex!)\n }}\n >\n <md-icon slot=\"icon\">close</md-icon>\n </ox-popup-menuitem>\n\n <ox-popup-menuitem\n label=\"close others\"\n @select=${(e: Event) => {\n this.closeOtherPages(this.contextMenuTargetRoute!, this.contextMenuTargetIndex!)\n }}\n >\n <md-icon slot=\"icon\">cancel</md-icon>\n </ox-popup-menuitem>\n `\n : nothing}\n\n <ox-popup-menuitem\n label=\"close all\"\n @select=${(e: Event) => {\n this.closeAllPage()\n }}\n >\n <md-icon slot=\"icon\">disabled_by_default</md-icon>\n </ox-popup-menuitem>\n `,\n top: e.clientY,\n left: e.clientX,\n parent: document.body\n })\n }\n}\n"]}
1
+ {"version":3,"file":"page-mdibar.js","sourceRoot":"","sources":["../../client/layout/page-mdibar.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '@operato/popup/ox-popup-menu.js'\n\nimport { css, html, nothing, LitElement } from 'lit'\nimport { customElement, query, state } from 'lit/decorators.js'\n\nimport { navigate, PageView, RouteController } from '@operato/shell'\nimport { i18next, localize } from '@operato/i18n'\nimport { OxPopupMenu } from '@operato/popup/ox-popup-menu.js'\nimport { OxPrompt } from '@operato/popup'\n\nimport { mdibarStandsAside } from './mdibar-visibility.js'\n\n@customElement('page-mdibar')\nexport class PageMDIBar extends localize(i18next)(LitElement) {\n static styles = [\n css`\n :host {\n display: flex;\n background-color: var(--md-sys-color-secondary-container);\n color: var(--md-sys-color-on-secondary-container);\n font-size: var(--fontsize-small);\n overflow: hidden;\n align-items: stretch;\n }\n\n /* The active page asked for no tab bar (context.mdibar === false). */\n :host([hidden]) {\n display: none;\n }\n\n div {\n box-sizing: border-box;\n }\n\n div[routes] {\n flex: 1;\n\n display: flex;\n overflow: hidden;\n }\n\n div[route] {\n display: inline-block;\n position: relative;\n min-width: var(--mdibar-min-width, 100px);\n max-width: var(--mdibar-max-width, 150px);\n padding: var(--mdibar-padding, 3px 22px 1px 7px);\n /*\n * ── 탭은 위 두 모서리만 둥글다 ──────────────────────────────────────\n *\n * 탭의 은유는 **앞으로 나온 종이**다. 그래서 위는 둥글고 **아래는 각져서** 아래 판에\n * 붙는다. 밑변이 각진 것이 「이 탭이 저 판의 손잡이」라고 말하는 자리다.\n *\n * 모서리 값은 담는 면을 따른다(동심 모서리) — 이 띠는 평평한 면이므로 작은 눈금 6px 이다.\n * 팝업 카드(16px) 안의 컨트롤이 알약인 것과 같은 원칙이고, 반대쪽 끝이다.\n *\n * ── 전에 여기 있던 것 ───────────────────────────────────────────────\n * border-right / border-top / border-bottom: var(--border-dim-color)\n *\n * 탭마다 세 면에 선이 있었다. **걷은 것은 그 선이 죽어서가 아니라, 이 모양에서 선이\n * 너무 많아서다.** 26px 띠에 탭 셋이면 세로선이 셋이고, 여기에 활성 탭의 윤곽 한 올과\n * 아래 판의 경계까지 겹친다. 위가 둥근 활성 탭이 한 장으로 떠오르면 비활성 자리는\n * 물러나 있는 것으로 충분하다.\n *\n * ── 한때 「죽은 선언」이라고 적었다. 틀렸다 ────────────────────────────\n * --border-dim-color 를 못 찾아 무효 선언이라고 단정했는데, 그 토큰은 **테두리 값 한\n * 벌을 통째로** 담고 있다(이름이 -color 로 끝나지만 색이 아니다).\n *\n * shell/client/themes/app-theme.css body { --border-dim-color: 1px solid var(--md-sys-color-outline-variant) }\n *\n * 못 찾은 이유는 :root 에서 읽었기 때문이다 — 선택자가 body 다. 그래서 단축 속성에\n * 쓰이던 이 넷은 **살아서 칠하고 있었다.** 색 자리(border-*-color)에 쓰면 그때 죽는다.\n *\n * [확인함] 2026-09-04 · body 값 「1px solid rgb(214 219 224)」 ·\n * border-bottom: var(--border-dim-color) 가 1px solid #d6dbe0 로 계산된다 ·\n * 바 #e4e8ed · 활성 탭 #f0f2f4 · 본문 바닥 #f0f2f4\n */\n border-radius: var(--mdibar-tab-radius, 6px) var(--mdibar-tab-radius, 6px) 0 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-transform: capitalize;\n cursor: pointer;\n }\n\n div[arrows] {\n display: flex;\n /*\n * border: var(--border-dim-color) 였다 — 화살표 세 개를 상자로 둘러쌌다. 걷었다.\n * 그 셋은 이미 각자 동그라미를 받으므로 무리를 상자로 또 묶을 이유가 없다.\n * (그 선언은 살아 있었다. 위 div[route] 의 주석에 그 토큰 이야기를 적어 두었다.)\n */\n align-items: center;\n }\n\n /*\n * 흐림을 여기서 걷었다. 아래에서 이 셋에 **색을 직접 주고**(평소 --ui-muted · 못 누를 때\n * --ui-faint) 있어서, 흐림이 그 위에 또 얹히면 두 번 흐려진다. 「모두 닫기」가 야간 화면에서\n * 1.78:1 이었다(실측 2026-09-05 · UI 요소 기준 3:1).\n */\n div[arrows] * {\n font-size: var(--mdibar-icon-size, 24px);\n flex: 1;\n }\n\n /*\n * 흐림은 0.5 였다. 색까지 함께 흐린 자리가 있어 **두 번 흐려졌고**, 홈 아이콘이 밝은 화면에서\n * 2.93:1 이 됐다(실측 2026-09-05). 0.7 이면 4.3 으로 UI 요소 기준을 넘고, 탭 이름보다\n * 뒤에 서는 것은 그대로다.\n */\n md-icon {\n --md-icon-size: var(--mdibar-icon-size, 18px);\n opacity: 0.7;\n }\n\n md-icon:hover {\n opacity: 0.8;\n color: var(--md-sys-color-secondary);\n }\n\n /*\n * 탭 줄 오른쪽의 단추들 — 모두 닫기 · 좌우 이동.\n *\n * 전에는 글리프가 24px 인데 상자가 18px 이라 **넘쳤고**, 색이 rgb(32,39,47) 거의 검정이라 탭 줄\n * 에서 가장 진했다. 탭 이름보다 장치가 눈에 먼저 들어왔다. [확인함] 2026-09-02\n *\n * 상자와 글리프를 같은 값으로 맞추고, 평소에는 흐리게 두었다가 마우스가 오면 진해진다. 배경은\n * 동그라미로 든다 — 셀 안 단추와 같은 어휘다.\n */\n div[arrows] md-icon {\n --md-icon-size: 18px;\n font-size: 18px;\n width: 18px;\n height: 18px;\n padding: 3px;\n border-radius: 50%;\n color: var(--ui-muted, #57676f);\n cursor: pointer;\n transition:\n background-color 0.12s ease,\n color 0.12s ease;\n }\n\n div[arrows] md-icon:not([disabled]):hover {\n color: var(--ui-ink, #17272f);\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.06));\n }\n\n /*\n * 「모두 닫기」는 채운 글리프로 그려진다. 외곽선으로 바꾼다 — 옆의 화살표가 외곽선이라 셋이 한\n * 무리로 읽혀야 한다.\n */\n div[arrows] md-icon[close-all] {\n margin: 0 2px;\n font-variation-settings: 'FILL' 0;\n }\n\n div[arrows] md-icon[disabled] {\n opacity: 0.35;\n color: var(--ui-faint, #8a959c);\n cursor: default;\n }\n\n /*\n * 탭을 닫는 × — **옆의 화살표들과 같은 어휘로** 그린다.\n *\n * 확인해 보니 한 26px 띠 안에서 같은 종류가 어휘가 둘이었다.\n *\n * 탭의 × 18×18 · padding 0 · radius 0 · #20272f 를 50% 흐림 · hover 는 흐림만\n * 바의 화살표 24×24 · padding 3 · radius 50% · --ui-muted · hover 에 배경 동그라미\n *\n * 화살표 쪽은 이틀 전에 정리했고(위 블록) 이쪽은 받지 못했다. 그래서 셋이 걸렸다.\n *\n * ① 누를 자리가 18px 다. 옆의 것이 24px 이고, 탭을 닫는 것은 되돌리기 어려운 동작이다\n * ② hover 가 흐림만 바꾼다 — 배경이 없으면 단추로 읽히지 않는다\n * ③ 색이 자기 색이 아니다. 잉크(#20272f)를 흐린 것이라 탭 이름과 같은 무게로 읽혔고,\n * 탭이 셋이면 화면에서 「× × ×」가 이름보다 먼저 한 줄로 읽혔다\n *\n * 글리프를 16px 로 한 단 줄여 padding 3px 을 넣어도 22×22 로 26px 띠에 든다. 위아래\n * 2px 이 남는다 — 화살표와 같은 값(24)을 쓰면 띠에 꽉 차서 모서리를 먹는다.\n *\n * margin-left 를 걷었다 — absolute 배치라 아무 일도 하지 않던 선언이다.\n * 홈 탭의 아이콘은 닫기가 아니므로 뺀다(그쪽은 아래 [home] 규칙이 맡는다).\n */\n div[route]:not([home]) md-icon {\n position: absolute;\n right: 3px;\n top: 50%;\n transform: translateY(-50%);\n\n --md-icon-size: 16px;\n font-size: 16px;\n width: 16px;\n height: 16px;\n padding: 3px;\n border-radius: 50%;\n\n opacity: 1;\n /*\n * ── 색은 **이 띠의 짝 토큰**에서 온다 (2026-09-05) ────────────────\n * --ui-faint 는 페이지 바탕(--md-sys-color-surface)에 맞춰 섞인 값이다. 탭 띠의 바탕은\n * 그것이 아니라 secondary-container 라서, 여기에 그대로 쓰면 바탕에 너무 가까워진다 —\n * 야간 실측 2.07:1 이었다(UI 요소 기준 3:1).\n *\n * 그래서 이 띠의 글자색(on-secondary-container)을 옅게 섞는다. 활성 탭(4.9) · 비활성\n * 탭(5.9) 어느 쪽에 놓여도 넘는다.\n */\n color: color-mix(in srgb, var(--md-sys-color-on-secondary-container) 70%, transparent);\n transition:\n background-color 0.12s ease,\n color 0.12s ease;\n }\n\n div[route]:not([home]) md-icon:hover {\n opacity: 1;\n color: var(--ui-ink, #17272f);\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.06));\n }\n\n /*\n * Centred on both axes, the way the close icons are centred vertically.\n *\n * There used to be two rules with this same selector: one set right: 2px, a later one\n * added left: 0. With width auto both applied, so the box stretched across the tab and\n * the glyph rendered at its left edge — and neither rule set top, so it fell at its\n * static position under the 3px top padding instead of on the band's centre line.\n * [확인함] 2026-09-09 · 사용자 보고 — 홈 아이콘이 치우쳐 보인다\n */\n div[route][home] md-icon {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n }\n\n /*\n * 비활성 탭도 눌리는 것이다. 마우스가 오면 면으로 말한다 — 옆의 화살표들과 같은 어휘다.\n * 채움 자리(rest)와 이미 열린 탭은 뺀다.\n */\n div[route]:not([active]):not([rest]):hover {\n background-color: var(--ui-hover, rgba(0, 0, 0, 0.05));\n }\n\n /*\n * 활성 탭은 **아래 판과 한 장**이다.\n *\n * 채움색이 --md-sys-color-background 인 것은 그 뜻이었다 — 본문 바닥과 같은 색이라\n * 이어져 보이게. [확인함] 둘 다 #f0f2f4 로 실제 같다.\n *\n * 거기에 두 가지를 더한다.\n *\n * 위·좌·우 실선 한 올 떠오른 종이의 윤곽. 밝기 5% 차이만으로는 경계가 안 읽혔다\n * 밑변은 판의 색 선을 잇지 않는다 — 그 1px 이 탭과 판을 잇는 자리다\n */\n div[route][active] {\n background-color: var(--md-sys-color-background);\n border: 1px solid var(--md-sys-color-outline-variant);\n border-bottom-color: var(--md-sys-color-background);\n color: var(--md-sys-color-on-background);\n font-weight: bold;\n }\n\n div[route][home] {\n /*\n * The icon is positioned, so this padding is only reserving the tab's width — 28px,\n * the same total as before. It was 23px on the left against 5px on the right, and 0 at\n * the bottom where its siblings have 1px, which left the glyph off to one side and a\n * pixel higher than the other tabs.\n */\n padding: var(--mdibar-padding-home, 3px 14px 1px 14px);\n overflow: visible;\n min-width: unset;\n max-width: unset;\n }\n\n div[route][rest] {\n flex: 1;\n min-width: unset;\n max-width: unset;\n border-right: unset;\n }\n `\n ]\n\n /**\n * 열린 탭들. `routes[0]` 은 홈이다(render 에서 따로 그린다).\n *\n * `name` 은 그 탭이 맡은 **라우트 이름**이다(`job-order-list` 같은 것). 주소를 갱신할 때 「이 주소가\n * 정말 이 탭의 것인가」를 판정하는 데 쓴다 — 없으면 남의 주소가 찍힌다(updated 머리말 참조).\n */\n @state() routes: { page?: PageView; url: string; name?: string }[] = [{ url: this.getHomeRoute() }]\n @state() title: string = ''\n\n private _routeCtrl = new RouteController(this)\n\n @query('[routes]') scroller!: HTMLDivElement\n @query('#context-menu') contextMenu!: HTMLDivElement\n\n private contextMenuTargetIndex?: number\n private contextMenuTargetRoute?: { page?: PageView; url: string; name?: string }\n\n willUpdate() {\n /* Every update, so leaving such a page shows the bar again. */\n this.hidden = mdibarStandsAside(this._routeCtrl.context)\n }\n\n render() {\n const home = this.routes[0]\n const routes = this.routes.slice(1)\n\n return html`\n <div\n home\n route\n ?active=${this._routeCtrl.activePage === home.page}\n @click=${() => this.moveToHome()}\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n delete this.contextMenuTargetRoute\n delete this.contextMenuTargetIndex\n\n this.openContextMenu(e)\n }}\n >\n <md-icon>home</md-icon>&#8203;\n </div>\n\n <div\n routes\n @mousewheel=${this.onWheelEvent.bind(this)}\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n delete this.contextMenuTargetRoute\n delete this.contextMenuTargetIndex\n\n this.openContextMenu(e)\n }}\n >\n ${routes.map((route, idx) => {\n const context = route.page?.context as any\n const title = context?.title || context?.search?.placeholder || ''\n\n return html`\n <div\n @contextmenu=${(e: MouseEvent) => {\n e.preventDefault()\n e.stopPropagation()\n\n this.contextMenuTargetRoute = route\n this.contextMenuTargetIndex = idx\n\n this.openContextMenu(e)\n }}\n @click=${() => this.moveTo(route)}\n ?active=${this._routeCtrl.activePage === route.page}\n route\n >\n ${typeof title == 'object' ? title.text : title}\n <md-icon\n @click=${(e: MouseEvent) => {\n e.stopPropagation()\n this.closePage(route, idx + 1)\n }}\n >close</md-icon\n >\n </div>\n `\n })}\n <div rest route></div>\n </div>\n\n <div arrows>\n <md-icon close-all ?disabled=${this.routes.length <= 1} @click=${() => this.closeOtherPagesFromActive()}\n >tab_close</md-icon\n >\n <md-icon ?disabled=${!this.scroller || this.scroller.scrollLeft <= 0} @click=${() => this.onScrollByArrow(1)}\n >arrow_left</md-icon\n >\n <md-icon\n ?disabled=${!this.scroller ||\n this.scroller.scrollWidth <= this.scroller.offsetWidth + this.scroller.scrollLeft}\n @click=${() => this.onScrollByArrow(-1)}\n >arrow_right</md-icon\n >\n </div>\n `\n }\n\n private _prevActivePage?: any\n private _prevResourceId?: string\n private _prevParams?: any\n\n /**\n * 열린 탭 목록을 주소와 맞춘다.\n *\n * ── 남의 주소가 찍히던 결함 (2026-09-02) ──────────────────────────────────\n * 항해 한 번에 이 함수가 **두 번** 지나간다. 그 사이에 주소와 활성 페이지가 어긋나 있는 순간이 있다.\n *\n * ① navigate 주소가 새 페이지로 바뀐다. 활성 페이지는 **아직 옛 페이지**다\n * ② 나중에 새 페이지가 붙고 활성 페이지가 바뀐다\n *\n * ①에서도 이 블록이 돌았다. `params` 는 항해마다 새 객체라(`shell/actions/route.js` 의\n * `if (!params) { params = {} }`) 아래 `params !== this._prevParams` 가 **항상 참**이기 때문이다.\n * 그래서 옛 탭을 찾아 새 주소를 찍었다.\n *\n * [확인함] 작업지시를 열고 메뉴에서 품질을 누른 뒤\n *\n * i=1 job-order-list → /quality-list ← 덮였다\n * i=2 quality-list → /quality-list\n *\n * 그 결과 **「작업지시」 탭을 눌러도 아무 일이 없었다** — 품질로 가는 주소라 그대로 머문다. 탭이\n * 죽어 보이는 것이 이것이다.\n *\n * 그래서 탭마다 자기 라우트 이름을 들리고, **주소가 자기 것일 때만** 갱신한다. `params` 비교는 그대로\n * 둔다 — 검색어처럼 질의만 바뀌는 항해도 탭 주소가 따라가야 한다.\n */\n updated() {\n const { activePage, resourceId, params, context, page: routeName } = this._routeCtrl\n\n /* refresh를 일으키기위한 property 변경을 위한 코드임. */\n this.title = context?.title || context?.search?.placeholder || ''\n\n const activePageChanged = activePage !== this._prevActivePage\n const routeDetailsChanged = resourceId !== this._prevResourceId || params !== this._prevParams\n\n this._prevActivePage = activePage\n this._prevResourceId = resourceId\n this._prevParams = params\n\n if (activePageChanged || routeDetailsChanged) {\n if (!activePage) {\n return\n }\n\n const page = activePage\n\n if (location.pathname == this.getHomeRoute()) {\n this.routes[0].page = page\n return\n }\n\n var route = this.routes.find(route => route.page === page)\n\n if (!route) {\n this.routes = [...this.routes, { page, url: location.href, name: routeName }]\n } else if (route.name === routeName) {\n /* 자기 주소다 — 같은 화면 안에서 resourceId 나 질의가 바뀐 경우가 여기 온다. */\n route.url = location.href\n } else if (activePageChanged) {\n /*\n * 같은 요소가 다른 라우트를 맡게 된 경우. 드물지만 그냥 두면 그 탭의 주소가 영구히 낡는다.\n * `activePageChanged` 로 가른다 — 위 ①의 어긋난 순간에는 이 값이 거짓이다.\n */\n route.name = routeName\n route.url = location.href\n }\n }\n }\n\n onScrollByArrow(delta: number) {\n this.scroller.scrollLeft -= delta * 10\n\n this.requestUpdate()\n }\n\n onWheelEvent(e: Event) {\n const target = e.currentTarget as HTMLDivElement\n\n var delta = Math.max(-1, Math.min(1, (e as WheelEvent).deltaY || -(e as WheelEvent).detail))\n target.scrollLeft -= delta * 10\n\n this.requestUpdate()\n\n e.preventDefault()\n }\n\n getHomeRoute() {\n var base = document.querySelector('base')\n return base?.getAttribute('href') || '/'\n }\n\n moveTo(route: { page?: PageView; url: string; name?: string }) {\n navigate(route.url)\n }\n\n moveToHome() {\n navigate(this.getHomeRoute())\n }\n\n closePage(route: { page?: PageView; url: string; name?: string }, idx: number) {\n this.routes = [...this.routes.slice(0, idx), ...this.routes.slice(idx + 1)]\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n\n if (this._routeCtrl.activePage === page) {\n const next = this.routes.length > 0 ? Math.max(0, idx - 1) : -1\n navigate(next != -1 ? this.routes[next].url : this.getHomeRoute())\n }\n }\n\n /* 현재 활성 탭을 제외한 모든 탭을 닫는 함수 */\n async closeOtherPagesFromActive() {\n if (this.routes.length <= 1) return\n\n const result = await OxPrompt.open({\n type: 'info',\n title: '',\n text: i18next.t('text.confirm_close_all_tabs'),\n confirmButton: { text: i18next.t('button.confirm') },\n cancelButton: { text: i18next.t('button.cancel') }\n })\n if (!result) return\n\n const activeRoute = this.routes.find(route => route.page === this._routeCtrl.activePage)\n\n this.routes.slice(1).forEach(route => {\n if (route === activeRoute) return\n\n const page = route.page!\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = activeRoute && activeRoute !== this.routes[0] ? [this.routes[0], activeRoute] : [this.routes[0]]\n\n navigate(activeRoute?.url || this.routes[0].url)\n }\n\n async closeAllPage() {\n const result = await OxPrompt.open({\n type: 'info',\n title: '',\n text: i18next.t('text.confirm_close_all_tabs'),\n confirmButton: { text: i18next.t('button.confirm') },\n cancelButton: { text: i18next.t('button.cancel') }\n })\n if (!result) return\n\n this.routes.slice(1).forEach((route, idx) => {\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = [this.routes[0]]\n\n navigate(this.routes[0].url)\n }\n\n closeOtherPages(route: { page?: PageView; url: string; name?: string }, idx: number) {\n this.routes.slice(1).forEach((route, idx) => {\n if (route === route) {\n return\n }\n\n const page = route.page!\n\n page.parentNode?.removeChild(page)\n page.pageDispose()\n })\n\n this.routes = [this.routes[0], route]\n\n navigate(route.url)\n }\n\n openContextMenu(e: MouseEvent) {\n OxPopupMenu.open({\n template: html`\n ${this.contextMenuTargetRoute\n ? html`\n <ox-popup-menuitem\n label=\"close\"\n @select=${(e: Event) => {\n this.closePage(this.contextMenuTargetRoute!, this.contextMenuTargetIndex!)\n }}\n >\n <md-icon slot=\"icon\">close</md-icon>\n </ox-popup-menuitem>\n\n <ox-popup-menuitem\n label=\"close others\"\n @select=${(e: Event) => {\n this.closeOtherPages(this.contextMenuTargetRoute!, this.contextMenuTargetIndex!)\n }}\n >\n <md-icon slot=\"icon\">cancel</md-icon>\n </ox-popup-menuitem>\n `\n : nothing}\n\n <ox-popup-menuitem\n label=\"close all\"\n @select=${(e: Event) => {\n this.closeAllPage()\n }}\n >\n <md-icon slot=\"icon\">disabled_by_default</md-icon>\n </ox-popup-menuitem>\n `,\n top: e.clientY,\n left: e.clientX,\n parent: document.body\n })\n }\n}\n"]}
@@ -1 +1 @@
1
- {"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.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.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.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/lit-html/lit-html.d.ts","../../../node_modules/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.d.ts","../../../node_modules/lit/index.d.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../../node_modules/lit/decorators.d.ts","../../../node_modules/@operato/shell/dist/src/types/domain.d.ts","../../../node_modules/@operato/shell/dist/src/types/user.d.ts","../../../node_modules/@operato/shell/dist/src/types/role.d.ts","../../../node_modules/@operato/shell/dist/src/types/privilege.d.ts","../../../node_modules/@operato/shell/dist/src/types/types.d.ts","../../../node_modules/@operato/shell/dist/src/types/index.d.ts","../../../node_modules/redux/index.d.ts","../../../node_modules/@operato/shell/dist/src/lazy-reducer-enhancer.d.ts","../../../node_modules/@operato/shell/dist/src/store.d.ts","../../../node_modules/@operato/shell/dist/src/actions/app.d.ts","../../../node_modules/@operato/shell/dist/src/actions/route.d.ts","../../../node_modules/@operato/shell/dist/src/actions/busy.d.ts","../../../node_modules/@operato/shell/dist/src/actions/const.d.ts","../../../node_modules/@operato/shell/dist/src/actions/index.d.ts","../../../node_modules/@operato/shell/dist/src/app/pages/page-view.d.ts","../../../node_modules/@operato/shell/dist/src/object-store.d.ts","../../../node_modules/@operato/shell/dist/src/custom-alert.d.ts","../../../node_modules/@operato/shell/dist/src/connect-mixin.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/app-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/context-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/font-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/layout-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/menu-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/route-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/snackbar-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/index.d.ts","../../../node_modules/@operato/shell/dist/src/require-custom-element.d.ts","../../../node_modules/@operato/shell/dist/src/index.d.ts","../../../node_modules/@operato/layout/dist/src/initializer.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-list.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-menu.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-menuitem.d.ts","../../../node_modules/@material/web/elevation/internal/elevation.d.ts","../../../node_modules/@material/web/elevation/elevation.d.ts","../../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../../node_modules/@material/web/ripple/ripple.d.ts","../../../node_modules/@material/web/labs/behaviors/mixin.d.ts","../../../node_modules/@material/web/labs/behaviors/element-internals.d.ts","../../../node_modules/@material/web/labs/behaviors/form-associated.d.ts","../../../node_modules/@material/web/labs/behaviors/form-submitter.d.ts","../../../node_modules/@material/web/button/internal/button.d.ts","../../../node_modules/@material/web/button/internal/filled-button.d.ts","../../../node_modules/@material/web/button/filled-button.d.ts","../../../node_modules/@material/web/button/internal/outlined-button.d.ts","../../../node_modules/@material/web/button/outlined-button.d.ts","../../../node_modules/@operato/popup/dist/src/ox-prompt.d.ts","../../../node_modules/@operato/popup/dist/src/ox-floating-overlay.d.ts","../../../node_modules/@operato/popup/dist/src/open-popup.d.ts","../../../node_modules/@operato/popup/dist/src/index.d.ts","../../../node_modules/@material/web/button/internal/text-button.d.ts","../../../node_modules/@material/web/button/text-button.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-snack-bar.d.ts","../../../node_modules/@operato/layout/dist/src/components/ox-resize-splitter.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-header-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-nav-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-aside-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-footer-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-page-header-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-page-footer-bar.d.ts","../../../node_modules/@operato/layout/dist/src/actions/layout.d.ts","../../../node_modules/@operato/layout/dist/src/actions/snackbar.d.ts","../../../node_modules/@operato/layout/dist/src/components/ox-split-pane.d.ts","../../../node_modules/@operato/layout/dist/src/index.d.ts","../client/layout/app-toolbar.ts","../../../node_modules/@material/web/progress/internal/progress.d.ts","../../../node_modules/@material/web/progress/internal/linear-progress.d.ts","../../../node_modules/@material/web/progress/linear-progress.d.ts","../client/layout/app-busybar.ts","../../../node_modules/i18next/typescript/helpers.d.ts","../../../node_modules/i18next/typescript/options.d.ts","../../../node_modules/i18next/typescript/t.d.ts","../../../node_modules/i18next/index.d.ts","../../../node_modules/@operato/i18n/dist/src/config.d.ts","../../../node_modules/@operato/i18n/dist/src/localize.d.ts","../../../node_modules/@operato/i18n/dist/src/ox-i18n.d.ts","../../../node_modules/@operato/i18n/dist/src/ox-i18n-selector.d.ts","../../../node_modules/@operato/i18n/dist/src/index.d.ts","../client/layout/page-mdibar.ts","../client/layout/page-toolbar.ts","../../../node_modules/@material/web/labs/behaviors/validators/validator.d.ts","../../../node_modules/@material/web/labs/behaviors/constraint-validation.d.ts","../../../node_modules/@material/web/labs/behaviors/validators/checkbox-validator.d.ts","../../../node_modules/@material/web/checkbox/internal/checkbox.d.ts","../../../node_modules/@material/web/checkbox/checkbox.d.ts","../client/mdibar-setting-let.ts","../../../node_modules/@operato/utils/dist/src/sleep.d.ts","../../../node_modules/@operato/utils/dist/src/async-lock.d.ts","../../../node_modules/@operato/utils/dist/src/file-drop-helper.d.ts","../../../node_modules/@operato/utils/dist/src/context-path.d.ts","../../../node_modules/@operato/utils/dist/src/os.d.ts","../../../node_modules/@operato/utils/dist/src/swipe-listener.d.ts","../../../node_modules/@operato/utils/dist/src/fullscreen.d.ts","../../../node_modules/@operato/utils/dist/src/parse-jwt.d.ts","../../../node_modules/@operato/utils/dist/src/password-pattern.d.ts","../../../node_modules/@operato/utils/dist/src/closest-element.d.ts","../../../node_modules/@operato/utils/dist/src/detect-overflow.d.ts","../../../node_modules/@operato/utils/dist/src/has-overflow.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/snapshot-taker.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/timecapsule.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/index.d.ts","../../../node_modules/@operato/utils/dist/src/clipboard.d.ts","../../../node_modules/@operato/utils/dist/src/format.d.ts","../../../node_modules/@operato/utils/dist/src/adjust-list-param.d.ts","../../../node_modules/@operato/utils/dist/src/is-unvalued.d.ts","../../../node_modules/@operato/utils/dist/src/stringify-bignum.d.ts","../../../node_modules/@operato/utils/dist/src/encode-form-params.d.ts","../../../node_modules/@operato/utils/dist/src/cookie.d.ts","../../../node_modules/@operato/utils/dist/src/number-parser.d.ts","../../../node_modules/@operato/utils/dist/src/longpressable.d.ts","../../../node_modules/@operato/utils/dist/src/decode-html.d.ts","../../../node_modules/@operato/utils/dist/src/script-loader.d.ts","../../../node_modules/@operato/utils/dist/src/reactive-controllers/tooltip-reactive-controller.d.ts","../../../node_modules/@operato/utils/dist/src/reactive-controllers/index.d.ts","../../../node_modules/@operato/utils/dist/src/index.d.ts","../../setting-base/dist-client/actions/setting.d.ts","../../setting-base/dist-client/layout/settinglet.d.ts","../../setting-base/dist-client/index.d.ts","../client/index.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileIdsList":[[210,260,277,278],[210,260,277,278,313],[72,210,260,277,278],[63,72,210,260,277,278],[63,72,80,210,260,277,278],[74,210,260,277,278],[61,62,210,260,277,278],[69,128,210,260,277,278],[66,69,120,122,123,124,125,126,210,260,277,278],[66,117,127,210,260,277,278],[66,127,210,260,277,278],[127,210,260,277,278],[69,130,210,260,277,278],[69,136,210,260,277,278],[69,169,210,260,277,278],[66,69,120,122,123,124,125,167,168,210,260,277,278],[69,116,210,260,277,278],[66,69,210,260,277,278],[69,118,210,260,277,278],[69,119,210,260,277,278],[69,70,210,260,277,278],[69,210,260,277,278],[69,123,124,125,166,210,260,277,278],[69,123,210,260,277,278],[69,123,124,210,260,277,278],[166,210,260,277,278],[66,151,210,260,277,278],[69,152,210,260,277,278],[66,69,118,210,260,277,278],[69,121,210,260,277,278],[158,210,260,277,278],[159,160,161,162,210,260,277,278],[69,158,210,260,277,278],[69,135,210,260,277,278],[89,210,260,277,278],[111,135,138,140,141,142,143,144,145,146,147,148,210,260,277,278],[110,210,260,277,278],[133,139,210,260,277,278],[71,137,210,260,277,278],[112,113,114,115,132,134,210,260,277,278],[69,133,210,260,277,278],[66,69,71,210,260,277,278],[66,69,71,112,210,260,277,278],[66,69,112,210,260,277,278],[66,69,114,210,260,277,278],[66,69,71,129,131,210,260,277,278],[92,93,94,95,210,260,277,278],[101,102,103,104,105,106,107,210,260,277,278],[88,91,96,97,98,99,100,108,109,210,260,277,278],[89,90,210,260,277,278],[83,84,85,86,87,210,260,277,278],[84,85,210,260,277,278],[83,84,86,210,260,277,278],[172,173,174,175,176,177,178,179,180,181,182,183,186,187,188,189,190,191,192,193,194,195,196,197,199,210,260,277,278],[198,210,260,277,278],[184,185,210,260,277,278],[185,210,260,277,278],[184,210,260,277,278],[210,260,277,278,315,318],[210,257,258,260,277,278],[210,259,260,277,278],[260,277,278],[210,260,265,277,278,295],[210,260,261,266,271,277,278,280,292,303],[210,260,261,262,271,277,278,280],[205,206,207,210,260,277,278],[210,260,263,277,278,304],[210,260,264,265,272,277,278,281],[210,260,265,277,278,292,300],[210,260,266,268,271,277,278,280],[210,259,260,267,277,278],[210,260,268,269,277,278],[210,260,270,271,277,278],[210,259,260,271,277,278],[210,260,271,272,273,277,278,292,303],[210,260,271,272,273,277,278,287,292,295],[210,252,260,268,271,274,277,278,280,292,303],[210,260,271,272,274,275,277,278,280,292,300,303],[210,260,274,276,277,278,292,300,303],[208,209,210,211,212,213,214,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309],[210,260,271,277,278],[210,260,277,278,279,303],[210,260,268,271,277,278,280,292],[210,260,277,278,281],[210,260,277,278,282],[210,259,260,277,278,283],[210,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309],[210,260,277,278,285],[210,260,277,278,286],[210,260,271,277,278,287,288],[210,260,277,278,287,289,304,306],[210,260,272,277,278],[210,260,271,277,278,292,293,295],[210,260,277,278,294,295],[210,260,277,278,292,293],[210,260,277,278,295],[210,260,277,278,296],[210,257,260,277,278,292,297,303],[210,260,271,277,278,298,299],[210,260,277,278,298,299],[210,260,265,277,278,280,292,300],[210,260,277,278,301],[210,260,277,278,280,302],[210,260,274,277,278,286,303],[210,260,265,277,278,304],[210,260,277,278,292,305],[210,260,277,278,279,306],[210,260,277,278,307],[210,252,260,277,278],[210,252,260,271,273,277,278,283,292,295,303,305,306,308],[210,260,277,278,292,309],[210,260,277,278,311,317],[155,156,157,210,260,277,278],[155,210,260,277,278],[155,156,210,260,277,278],[210,260,277,278,315],[210,260,277,278,312,316],[63,66,210,260,277,278],[66,210,260,277,278],[64,65,210,260,277,278],[73,74,75,76,77,78,79,80,81,210,260,277,278],[63,66,67,68,210,260,277,278],[210,260,277,278,314],[210,224,228,260,277,278,303],[210,224,260,277,278,292,303],[210,219,260,277,278],[210,221,224,260,277,278,300,303],[210,260,277,278,280,300],[210,260,277,278,310],[210,219,260,277,278,310],[210,221,224,260,277,278,280,303],[210,216,217,220,223,260,271,277,278,292,303],[210,224,231,260,277,278],[210,216,222,260,277,278],[210,224,245,246,260,277,278],[210,220,224,260,277,278,295,303,310],[210,245,260,277,278,310],[210,218,219,260,277,278,310],[210,224,260,277,278],[210,218,219,220,221,222,223,224,225,226,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,260,277,278],[210,224,239,260,277,278],[210,224,231,232,260,277,278],[210,222,224,232,233,260,277,278],[210,223,260,277,278],[210,216,219,224,260,277,278],[210,224,228,232,233,260,277,278],[210,228,260,277,278],[210,222,224,227,260,277,278,303],[210,216,221,224,231,260,277,278],[210,260,277,278,292],[210,219,224,245,260,277,278,308,310],[60,66,110,149,150,154,164,165,171,200,203,210,260,277,278],[60,69,82,110,153,210,260,277,278],[60,69,71,82,110,149,210,260,277,278],[60,69,71,82,110,114,135,163,210,260,277,278],[60,69,82,110,149,210,260,277,278],[60,69,82,110,149,161,163,170,210,260,277,278],[201,202,210,260,277,278]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"74012d464fbc5354ca3a7d5e71bee43b17da01a853c8ff10971bbe3680c76f40","impliedFormat":99},{"version":"5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576","impliedFormat":99},{"version":"a0f82d2f9450bd147a8c137798d9501bd49b7c9e118f75b07b76709ff39b6b55","affectsGlobalScope":true,"impliedFormat":99},{"version":"00cb63103f9670f8094c238a4a7e252c8b4c06ba371fea5c44add7e41b7247e4","impliedFormat":99},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"e09db3291e6b440f7debed2227d8357e80c95987a0d0d67ac17521d8f7b11bdb","impliedFormat":99},{"version":"9a318e3a8900672b85cd3c8c3a5acf51b88049557a3ae897ccdcf2b85a8f61f9","impliedFormat":99},{"version":"1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","impliedFormat":99},{"version":"dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","impliedFormat":99},{"version":"b93e2680295ac83b52846bcd76dd6d06507d3da1738ebe564a1e99543993b3b4","impliedFormat":99},{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true,"impliedFormat":99},{"version":"cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","impliedFormat":99},{"version":"3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","impliedFormat":99},{"version":"99bdf729529cdbf12e2bf76ea751b662011133dcf9e35abcb3def47bb02f7b0a","impliedFormat":99},{"version":"732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","impliedFormat":99},{"version":"039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","impliedFormat":99},{"version":"1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","impliedFormat":99},{"version":"a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","impliedFormat":99},{"version":"5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","impliedFormat":99},{"version":"101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","impliedFormat":99},{"version":"d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","impliedFormat":99},{"version":"a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","impliedFormat":99},{"version":"4d4cf93a6b4c81851ad759e4569b6feb7a701e80b13a6f9d8d9c6012bbb86bd6","impliedFormat":99},{"version":"2e6035af8f3e43bf95e4983329c8277d66f9b271106af27b99a85d1c1b9daf4a","impliedFormat":99},{"version":"df32d43311e85715e2a573239a4bbc5b78ebaf29af2af5fa8c85370197997515","impliedFormat":99},{"version":"3a792bbf677343364a1d9b7197c6e4e512764f17364efd656b1a3598f2a9e820","impliedFormat":99},{"version":"3d7c0b593a29d717b2b2ba3f03f819c3c48bf9e250d79c4a31860af80f177e8c","impliedFormat":99},{"version":"e576aa80090f8b6020355ca8d7f4184067c84389f4b92125be29e03b1f6c5194","impliedFormat":99},{"version":"fd624f7d7b264922476685870f08c5e1c6d6a0f05dee2429a9747b41f6b699d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"487213b1bcbdaa470cf59a4cea3f8a939b9222e74b455fe0fd2f0dc2346cc3c0","impliedFormat":99},{"version":"8a9e962b8c98aa48377773c40ac7a3e530fb3354cec48fdb59d8e2df3a624a0c","affectsGlobalScope":true,"impliedFormat":99},{"version":"641089f0b8094ef74b9d4b3364d5dec1592d5e3b8a51c1ba491bc8872049e79a","impliedFormat":99},{"version":"8e33e65ce7fcd3cb20e29505452daa51543003d5db597f1aca2a51ff9043c8a7","impliedFormat":99},{"version":"b42033bf1067564808e4d360d79281667c2b3b0792c2d615ab641eb85974d4ba","impliedFormat":99},{"version":"7af29b0589483f7bb8a99405ddb849f34bc053146184561ed4179e02f5fe4d0f","impliedFormat":99},{"version":"ad3ee9f7d14ad8b7ae8094d0f1a2276656f7a970827d4030d1dead7c2d765f75","impliedFormat":99},{"version":"9c7568f9c75cf6a7d35dc9f18c5971cd5b21344c686c7cce56b3558d3305d40f","impliedFormat":99},{"version":"fc48282c397084016a939e1b3f91dcaf4199b6cba339d91d8b2dc2acade79762","impliedFormat":99},{"version":"3e62a55b950132d6eeacc607b7a1bff990d5484347b2be5a1f54db51af30ff25","impliedFormat":99},{"version":"8b86f33b7e06e2f0a3bf4703cf9d8b0baab016e36b83f2a33dac184f061e17ea","impliedFormat":99},{"version":"88c205bacab539d8e844b80a1ec76fc649fbc731f12dfd7cca160976b5ddfd5a","impliedFormat":99},{"version":"565d32dce0b8761e7cfafe40c56a8a0fab0bb9e7bb35a31d9712643b3c8dbbc4","impliedFormat":99},{"version":"4bde12afd6fdd6e52d7316e00adfbccd70becc3ebd9c4f647d07caef53a474ae","impliedFormat":99},{"version":"a7e588bdba05f1fb78f83e50ee62c93565134d3b996babf2697c2b43fcf17ce0","impliedFormat":99},{"version":"218a0f93d7091c68718ec4260f41f3a61b5ecb7e786a8c04e296292ff41db8f0","impliedFormat":99},{"version":"cf45487aeb18b31f1001b99d06793986ac3e6840b0602f9cf3756a2724348bf4","impliedFormat":99},{"version":"81f0a95843ae6e5a006addc4b5c217b075057ff82c9bc319655de21a13ba9f10","impliedFormat":99},{"version":"1a68f44e90ac5c261a3157004a7ec18759982b91fd725537d6db919d83601dd1","impliedFormat":99},{"version":"daccba798a74fc239523622caf24656e28b78dac33ea8a031682280fd51b0d0f","impliedFormat":99},{"version":"0c417e2683399126bc68aced0c37b3d9b8b72c37d390569595f73447c067d97b","impliedFormat":99},{"version":"60997095f458b8c2c94af5759c796d9d17678e740a41a04c3e518c14c47f2ee7","impliedFormat":99},{"version":"75069a2a1e380502ff9a1074b8ee61f5e84f31973e5f81b444e6993e5633c72b","affectsGlobalScope":true,"impliedFormat":99},{"version":"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","impliedFormat":99},{"version":"986165ecc3a59d4b6a272a92f7ca4fd7a0762c63a674abd2c1efa0bea64da604","impliedFormat":99},{"version":"3e7b241ec38126d95f9e37c49a631c00cff006a888276e2d02920c6443c8b593","impliedFormat":99},{"version":"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241","impliedFormat":99},{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true,"impliedFormat":99},{"version":"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","impliedFormat":99},{"version":"d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0","impliedFormat":99},{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true,"impliedFormat":99},{"version":"cefe49d29d43726072e88671a2c40cdeeb8d49ca8fa6c2d4b06013dc7b9d6206","impliedFormat":99},{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true,"impliedFormat":99},{"version":"0230bc76ed3a464531a43d2434d315b9cc2096aaca28bdaa65b8f9dce9f3bc81","impliedFormat":99},{"version":"559d2d1cd7f37dc2ac59e7adce198ad16a5eb0c7273d67b8e4ff72821b7c853f","impliedFormat":99},{"version":"6161d12fc14a8e0cf492f9d49372a1189b1fe005662cb7fe6630352a6b0bb04e","impliedFormat":99},{"version":"7d3c06d4ad79d86c6f7518b77d335b324bc218a7cd8b3e15579c4b584b7307f9","impliedFormat":99},{"version":"65f5bc7ff74eeabe9925da575924601248471033c27bf0384643ea03cad2b57d","impliedFormat":99},{"version":"d08d474654640266d6ac03f51ee04d72438b78ea377b9dc4678c480ce0477e1a","impliedFormat":99},{"version":"929f21090183949e93fd99327d292bff76f781895d5252eb43319b2c3e014528","affectsGlobalScope":true,"impliedFormat":99},{"version":"f9f3097a031827350b6befd870e9da3ec0953b7269497c1a7c5dc840223d2fb3","impliedFormat":99},{"version":"d56278ed347a6685abc6da6b49277da36db3ddce86bd298c03b48a5f9c6d145c","affectsGlobalScope":true,"impliedFormat":99},{"version":"6e498d0ced89509c5e15beb4b8185aff55b0633260179dfa454af0ed3ef6867e","impliedFormat":99},{"version":"5a7a29ea5ad47f5e753a3526a63810b311478e91929ac5ba9d9a973b72c2b6b0","impliedFormat":99},{"version":"f81b1c4ddc1052571bb585db60ca173e79e6d2fbb273916b883fd56ddd7d4f80","impliedFormat":99},{"version":"6a17f676d06d3e695520b275dd483b4fe62d34b84926c0bf6425c08490ee2c41","impliedFormat":99},{"version":"0f28503979e769f6ee6e55350f621dc00e300f15688d52b02edc62d837d29b1d","impliedFormat":99},{"version":"fe869c79d427e84d916011d082def68a793c3c13e157079fec399f250418bd50","affectsGlobalScope":true,"impliedFormat":99},{"version":"3c523c4338a858825c62005f03ff49eeaf8290bdda52a8b8554be555bab7a077","impliedFormat":99},{"version":"5582fb24ca35ef8a72d61a095d62ae2ada8143c33bc56febf626e333d3a5b013","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"81ca54beeb924c5601f429901f0ef2ee616e4291a203ebb42f235d84c6ff0e40","impliedFormat":99},{"version":"07d5eb23abd7084841b9e51a04fe6b9ffd0b5f5eb04bcee3447fd958aab634b7","impliedFormat":99},{"version":"86d239790a025b4f1213571ed5d578b9080415e1218b253b499ed73ac436ae63","impliedFormat":99},{"version":"d2a35e0fac40e510839fdc737b1c16cd476150f7edef48a79553a8585b23f30b","impliedFormat":99},{"version":"76cc39dd66a51405ac65334322dde77b59ea9c280c668aebc5e6903c43c4e815","signature":"1011c26502d6f0b281a247ea558b2ac45417ba3d6a4167dfd3a6274236f3390b"},{"version":"68d9a15b7f0f73b48429f78699f6add7dcdbd5ea0fb9b0e8d90d0ca4c108703b","impliedFormat":99},{"version":"ad8da8b0555d836ffba98091771d1c667aa047b8cc6c17e4f4d7c529edd1db07","impliedFormat":99},{"version":"8a1e35a7afba4291cc1493e02dabf51a4615bae2dad4aa5ccc4de29da4b3a969","affectsGlobalScope":true,"impliedFormat":99},{"version":"902d6edb4158948f5bb161156e917621816bc329216cadcc899a3a31196632c5","signature":"4810e4d61053ca70979ab755a5d07edead929b72f147a9e21302f7f2f4b0a192"},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"3786a961459023ec78bb575e5ea74f504d3ffc61ae82a305c959a4d94d7d70eb","impliedFormat":1},{"version":"de83915a380bdd6d7ddf075e3f60fe347db64ad4d06822835724ac601cb61daf","impliedFormat":1},{"version":"4d39c150715cb238da715e5c3fbeac2e2b2d0ef3f23c632996dd59ae35ba1f45","impliedFormat":1},{"version":"0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","impliedFormat":99},{"version":"86d356e64ab8d56852623677eb1bed0c106703aed9b7788ad8a5a56e647822cb","impliedFormat":99},{"version":"29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","impliedFormat":99},{"version":"231d829c892caeb88dd469e0847bf9d14e29c82b8b158b381ec866c868adf9af","impliedFormat":99},{"version":"886bcc73e8cf74ebec1bd14a5cc5b8dfa28276210df634e6f81c844b1eef767b","impliedFormat":99},{"version":"61025f23f3d09abb441e0d503878e4e822e8398f3aafb4f073af21f55e4bf15c","signature":"809fe394a3d67784e7d64af6ce5ef8dbb049c56b7df66180254d81cb77353524"},{"version":"b961fcc00a7168af1300e13edd16e7b253f990a39829675c8cd6294a4f52d2d3","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"0d0f0a7057effa894462302bbfab93d0ff82dc88e7eb3b4a40f5c5baf2287e87","impliedFormat":99},{"version":"7a9cada9676068d5bf49db65e12bf45077e5d3597f84bee594073ecdadea3be9","impliedFormat":99},{"version":"906ba9deec2d81b2ba91cda35da7edddc1ed23c74c0c59b635d719ed436c8783","impliedFormat":99},{"version":"fcaa283960450520c3c09c63e1ab2b06137d64a9a28befe8abd117a5db5645b8","impliedFormat":99},{"version":"7b82ae5f317797ad1ef2efd9773b7b13dd2570a20f2581c49ad7f3afb02df670","affectsGlobalScope":true,"impliedFormat":99},{"version":"2901c963197a7a5d5f35ac259ea77bbdf64fd8a3e1e8dc288340a9d62caf8a5c","signature":"52dabbbb4ee5f288b033ca48acb914f93ac36c98825a88dddc3e76e501c73df2"},{"version":"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","impliedFormat":99},{"version":"f5800813e5c0d6c27d73b76f2c99f39bdfd6229d03553a8a9ae485f6aeb94425","impliedFormat":99},{"version":"4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa","impliedFormat":99},{"version":"b085d2f3c839ad9634c9b1ea8bb2d4e3a321af1392d8ac44a79b99c0d8d194aa","impliedFormat":99},{"version":"ee11b7061adce4a1c0370620949a57851215b152a5632d2faf1aedbc90ad0520","impliedFormat":99},{"version":"f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","impliedFormat":99},{"version":"85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f","impliedFormat":99},{"version":"39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","impliedFormat":99},{"version":"4dcdfe4c18557fc02d8cb22cb422cb98bfeba8158aaf18cc66f9d99293ebe2c8","impliedFormat":99},{"version":"7efea6f2270a14f1b0d5f472f2a6fcb0a97beb677299e10b073cc2abdabeef51","impliedFormat":99},{"version":"642bd83dc8b11abc31785975f869fea5ab2dd84246acd13c6ad7e769fea95150","impliedFormat":99},{"version":"712dbb6cc6020b1dae2a2031b8a117717318652f73fd5042d508f7de416c47b7","impliedFormat":99},{"version":"637a5a32ea266fdaa0efa1c4d25ce2eed3b420dcd7836a6952374ddd95aaccaf","impliedFormat":99},{"version":"145e598b9f835b46757263cf952af5b8735d0bfb08a6dff2187f7b5611e17578","impliedFormat":99},{"version":"f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","impliedFormat":99},{"version":"7fcb76be88d4a64f6318b5a24b57021d7463f24485a3d1a931bf664c7e437534","impliedFormat":99},{"version":"d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe","impliedFormat":99},{"version":"098ec42cd54c2b3354584c4fe8ad143040114891dde762741522b62788772f0d","impliedFormat":99},{"version":"1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9","impliedFormat":99},{"version":"30046b0787c577061d43e498b507da8a249fbc58bbe33a09a7bef777e1d5fb67","impliedFormat":99},{"version":"cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb","impliedFormat":99},{"version":"dc2461db89dde29306a73a2926e2cf874e981ef034412f4d1e3d06d45bb3127e","impliedFormat":99},{"version":"13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31","impliedFormat":99},{"version":"1cf02270a889fcc3fa5863734fcdbea410d3b4dd71e4678a894a48028f836f6e","impliedFormat":99},{"version":"4f69dd36aa514494e2665a9dd1ecbb94f705c37f13554aa6f0c4b55d47dcfec1","impliedFormat":99},{"version":"3cb5734586224b2daa65a52cbe2428195e1542681ac85e4d7e9ca691e841db5e","impliedFormat":99},{"version":"1ecf5de9c016d0b07533f2eef218c3771a013c38533824f96743092aa97c8377","impliedFormat":99},{"version":"51f3be4aa09529ea1ad83a3d66830075a49e3e630df25d9892ef5708bb00de55","impliedFormat":99},{"version":"e0289b150095e1e86a7a201aa8ca9df044922019fcb4d125fb69535ae375d6a7","impliedFormat":99},"1543cb12235ca81a5ec37044b2b6b28241ea0694c6e3bd1debad14edb2407691","0beeb5219eb8bd843be2ac8521ddc3951a9cebe934fce7506ff62b691110417b","e3bec9dad9f39db072b2e0d64d37c6a294a8c6faaf92d4f24c29cdd0becd2d82",{"version":"0af4754ce0ac450dd7a3c3b239b5abd2aff433f949288cdf62088cd00081421c","signature":"122f022d25212082c3519e8f27400e16814068e479a41be920829d1c77cc4d31"},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"913be43dad2a40e500104700aa26cfb5c51a976114bedf19624de43fdae7474f","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"78dbea00e90d2df8ea3dbef0cc379d95b8be9b71cd6bde4c28728f306811803b","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e1e46d0a9837ee058c100501080c920fa98081ea3956af0374308ba6f22a33e","impliedFormat":1},{"version":"272ca407e0c9068bdc5152552d876e68037ceae3de62e529306403e973dec8e1","impliedFormat":1},{"version":"fa7834c715d5357e4540cee40ce96c3250ddb67a7b879a6b7fa0e86d6696f121","impliedFormat":1},{"version":"22dfb07a7ab15b66ac043829056fe70124844636ae719551812ac631ba04985b","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"0cb167c371eaa8c869f8a7656a7296f2e4fae43b4d8b803a680236b24794e5f9","impliedFormat":1},{"version":"0a839dba0287cc0481ad4beedd48a1c64acf1e212ae865d1315f7007ca215161","impliedFormat":1},{"version":"38dc4655376cd1a4bd6bb3763d92949233e33d38d3dd3cbea7bbf218175a38ef","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"208a6a0bfb227bdf8fb964799d0a206c75cf03ccd72e63bf5495c9331354c6d6","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"48a679952eefe4cb776d5a0e1ccba2d3eb53b57448bbb7abc1fcebcbd5440188","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2d14da6ecb49bf828d83948765ec2d3a579d476bbb9645e749610baa6ec880ca","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"0aef708fb4c7a6b915e8305cbfac40cd207b032dbaabe9a01889a5fff3254681","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"ad9bdafb4e7abf14cc53ce7970486a84c87831e62891e5dfe798ddcd55e84701","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"71d3ae6a5e73ca4130762560425e00984ebaff64d5353a3333d1bb7eb86ef336","impliedFormat":1},{"version":"cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"e1028394c1cf96d5d057ecc647e31e457b919092f882ed0c7092152b077fed9d","impliedFormat":1},{"version":"f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","impliedFormat":1},{"version":"5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","impliedFormat":1},{"version":"3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","impliedFormat":1},{"version":"ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","impliedFormat":1},{"version":"d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec","impliedFormat":1},{"version":"f8db4fea512ab759b2223b90ecbbe7dae919c02f8ce95ec03f7fb1cf757cfbeb","affectsGlobalScope":true,"impliedFormat":1}],"root":[150,154,164,165,171,204],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"noImplicitAny":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"useDefineForClassFields":false},"referencedMap":[[311,1],[314,2],[61,1],[72,1],[73,3],[76,4],[74,4],[78,4],[81,5],[80,4],[79,4],[77,4],[75,6],[62,1],[63,7],[129,8],[127,9],[128,10],[130,11],[136,12],[131,13],[137,14],[170,15],[169,16],[117,17],[116,18],[119,19],[120,20],[71,21],[70,18],[118,22],[167,23],[124,24],[125,25],[126,25],[123,1],[168,26],[166,1],[152,27],[151,24],[153,28],[121,29],[122,30],[159,31],[163,32],[160,33],[162,18],[161,18],[146,34],[147,35],[139,18],[148,18],[149,36],[111,37],[142,38],[143,38],[140,38],[141,38],[145,38],[144,38],[138,39],[135,40],[134,41],[133,42],[113,43],[114,44],[115,45],[112,18],[132,46],[92,1],[94,1],[95,1],[96,47],[93,1],[97,22],[100,35],[101,22],[102,22],[103,22],[108,48],[104,22],[105,22],[106,22],[107,22],[99,1],[110,49],[90,35],[98,1],[109,1],[91,50],[83,1],[88,51],[86,52],[85,53],[87,1],[84,1],[189,1],[173,1],[187,1],[181,1],[175,1],[193,1],[196,1],[182,1],[192,1],[174,1],[188,1],[178,1],[183,1],[200,54],[190,1],[195,1],[194,1],[176,1],[179,1],[180,1],[199,55],[198,22],[197,1],[172,1],[191,1],[177,1],[186,56],[184,57],[185,58],[313,1],[319,59],[257,60],[258,60],[259,61],[210,62],[260,63],[261,64],[262,65],[205,1],[208,66],[206,1],[207,1],[263,67],[264,68],[265,69],[266,70],[267,71],[268,72],[269,72],[270,73],[271,74],[272,75],[273,76],[211,1],[209,1],[274,77],[275,78],[276,79],[310,80],[277,81],[278,1],[279,82],[280,83],[281,84],[282,85],[283,86],[284,87],[285,88],[286,89],[287,90],[288,90],[289,91],[290,1],[291,92],[292,93],[294,94],[293,95],[295,96],[296,97],[297,98],[298,99],[299,100],[300,101],[301,102],[302,103],[303,104],[304,105],[305,106],[306,107],[307,108],[212,1],[213,1],[214,1],[253,109],[254,1],[255,1],[256,96],[308,110],[309,111],[65,1],[215,1],[312,1],[318,112],[158,113],[155,1],[156,114],[157,115],[316,116],[317,117],[67,118],[64,119],[68,1],[66,120],[82,121],[69,122],[315,123],[89,1],[60,1],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[22,1],[23,1],[4,1],[24,1],[28,1],[25,1],[26,1],[27,1],[29,1],[30,1],[31,1],[5,1],[32,1],[33,1],[34,1],[35,1],[6,1],[39,1],[36,1],[37,1],[38,1],[40,1],[7,1],[41,1],[46,1],[47,1],[42,1],[43,1],[44,1],[45,1],[8,1],[51,1],[48,1],[49,1],[50,1],[52,1],[9,1],[53,1],[54,1],[55,1],[57,1],[56,1],[1,1],[231,124],[241,125],[230,124],[251,126],[222,127],[221,128],[250,129],[244,130],[249,131],[224,132],[238,133],[223,134],[247,135],[219,136],[218,129],[248,137],[220,138],[225,139],[226,1],[229,139],[216,1],[252,140],[242,141],[233,142],[234,143],[236,144],[232,145],[235,146],[245,129],[227,147],[228,148],[237,149],[217,150],[240,141],[239,139],[243,1],[246,151],[204,152],[154,153],[150,154],[164,155],[165,156],[171,157],[201,1],[203,158],[202,18]],"version":"5.9.3"}
1
+ {"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.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.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.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/lit-html/lit-html.d.ts","../../../node_modules/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.d.ts","../../../node_modules/lit/index.d.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../../node_modules/lit/decorators.d.ts","../../../node_modules/@operato/shell/dist/src/types/domain.d.ts","../../../node_modules/@operato/shell/dist/src/types/user.d.ts","../../../node_modules/@operato/shell/dist/src/types/role.d.ts","../../../node_modules/@operato/shell/dist/src/types/privilege.d.ts","../../../node_modules/@operato/shell/dist/src/types/types.d.ts","../../../node_modules/@operato/shell/dist/src/types/index.d.ts","../../../node_modules/redux/index.d.ts","../../../node_modules/@operato/shell/dist/src/lazy-reducer-enhancer.d.ts","../../../node_modules/@operato/shell/dist/src/store.d.ts","../../../node_modules/@operato/shell/dist/src/actions/app.d.ts","../../../node_modules/@operato/shell/dist/src/actions/route.d.ts","../../../node_modules/@operato/shell/dist/src/actions/busy.d.ts","../../../node_modules/@operato/shell/dist/src/actions/const.d.ts","../../../node_modules/@operato/shell/dist/src/actions/index.d.ts","../../../node_modules/@operato/shell/dist/src/app/pages/page-view.d.ts","../../../node_modules/@operato/shell/dist/src/object-store.d.ts","../../../node_modules/@operato/shell/dist/src/custom-alert.d.ts","../../../node_modules/@operato/shell/dist/src/connect-mixin.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/app-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/context-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/font-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/layout-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/menu-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/route-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/snackbar-controller.d.ts","../../../node_modules/@operato/shell/dist/src/controllers/index.d.ts","../../../node_modules/@operato/shell/dist/src/require-custom-element.d.ts","../../../node_modules/@operato/shell/dist/src/index.d.ts","../../../node_modules/@operato/layout/dist/src/initializer.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-list.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-menu.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-menuitem.d.ts","../../../node_modules/@material/web/elevation/internal/elevation.d.ts","../../../node_modules/@material/web/elevation/elevation.d.ts","../../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../../node_modules/@material/web/ripple/ripple.d.ts","../../../node_modules/@material/web/labs/behaviors/mixin.d.ts","../../../node_modules/@material/web/labs/behaviors/element-internals.d.ts","../../../node_modules/@material/web/labs/behaviors/form-associated.d.ts","../../../node_modules/@material/web/labs/behaviors/form-submitter.d.ts","../../../node_modules/@material/web/button/internal/button.d.ts","../../../node_modules/@material/web/button/internal/filled-button.d.ts","../../../node_modules/@material/web/button/filled-button.d.ts","../../../node_modules/@material/web/button/internal/text-button.d.ts","../../../node_modules/@material/web/button/text-button.d.ts","../../../node_modules/@operato/popup/dist/src/ox-popup-actions.d.ts","../../../node_modules/@operato/popup/dist/src/ox-prompt.d.ts","../../../node_modules/@operato/popup/dist/src/ox-floating-overlay.d.ts","../../../node_modules/@operato/popup/dist/src/open-popup.d.ts","../../../node_modules/@operato/popup/dist/src/index.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-snack-bar.d.ts","../../../node_modules/@operato/layout/dist/src/components/ox-resize-splitter.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-header-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-nav-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-aside-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-footer-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-page-header-bar.d.ts","../../../node_modules/@operato/layout/dist/src/layouts/ox-page-footer-bar.d.ts","../../../node_modules/@operato/layout/dist/src/actions/layout.d.ts","../../../node_modules/@operato/layout/dist/src/actions/snackbar.d.ts","../../../node_modules/@operato/layout/dist/src/components/ox-split-pane.d.ts","../../../node_modules/@operato/layout/dist/src/index.d.ts","../client/layout/app-toolbar.ts","../../../node_modules/@material/web/progress/internal/progress.d.ts","../../../node_modules/@material/web/progress/internal/linear-progress.d.ts","../../../node_modules/@material/web/progress/linear-progress.d.ts","../client/layout/app-busybar.ts","../../../node_modules/i18next/typescript/helpers.d.ts","../../../node_modules/i18next/typescript/options.d.ts","../../../node_modules/i18next/typescript/t.d.ts","../../../node_modules/i18next/index.d.ts","../../../node_modules/@operato/i18n/dist/src/config.d.ts","../../../node_modules/@operato/i18n/dist/src/localize.d.ts","../../../node_modules/@operato/i18n/dist/src/ox-i18n.d.ts","../../../node_modules/@operato/i18n/dist/src/ox-i18n-selector.d.ts","../../../node_modules/@operato/i18n/dist/src/index.d.ts","../client/layout/mdibar-visibility.ts","../client/layout/page-mdibar.ts","../client/layout/page-toolbar.ts","../../../node_modules/@material/web/labs/behaviors/validators/validator.d.ts","../../../node_modules/@material/web/labs/behaviors/constraint-validation.d.ts","../../../node_modules/@material/web/labs/behaviors/validators/checkbox-validator.d.ts","../../../node_modules/@material/web/checkbox/internal/checkbox.d.ts","../../../node_modules/@material/web/checkbox/checkbox.d.ts","../client/mdibar-setting-let.ts","../../../node_modules/@operato/utils/dist/src/sleep.d.ts","../../../node_modules/@operato/utils/dist/src/async-lock.d.ts","../../../node_modules/@operato/utils/dist/src/file-drop-helper.d.ts","../../../node_modules/@operato/utils/dist/src/context-path.d.ts","../../../node_modules/@operato/utils/dist/src/os.d.ts","../../../node_modules/@operato/utils/dist/src/swipe-listener.d.ts","../../../node_modules/@operato/utils/dist/src/fullscreen.d.ts","../../../node_modules/@operato/utils/dist/src/parse-jwt.d.ts","../../../node_modules/@operato/utils/dist/src/password-pattern.d.ts","../../../node_modules/@operato/utils/dist/src/closest-element.d.ts","../../../node_modules/@operato/utils/dist/src/detect-overflow.d.ts","../../../node_modules/@operato/utils/dist/src/has-overflow.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/snapshot-taker.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/timecapsule.d.ts","../../../node_modules/@operato/utils/dist/src/timecapsule/index.d.ts","../../../node_modules/@operato/utils/dist/src/clipboard.d.ts","../../../node_modules/@operato/utils/dist/src/format.d.ts","../../../node_modules/@operato/utils/dist/src/adjust-list-param.d.ts","../../../node_modules/@operato/utils/dist/src/is-unvalued.d.ts","../../../node_modules/@operato/utils/dist/src/stringify-bignum.d.ts","../../../node_modules/@operato/utils/dist/src/encode-form-params.d.ts","../../../node_modules/@operato/utils/dist/src/cookie.d.ts","../../../node_modules/@operato/utils/dist/src/number-parser.d.ts","../../../node_modules/@operato/utils/dist/src/longpressable.d.ts","../../../node_modules/@operato/utils/dist/src/decode-html.d.ts","../../../node_modules/@operato/utils/dist/src/script-loader.d.ts","../../../node_modules/@operato/utils/dist/src/reactive-controllers/tooltip-reactive-controller.d.ts","../../../node_modules/@operato/utils/dist/src/reactive-controllers/index.d.ts","../../../node_modules/@operato/utils/dist/src/index.d.ts","../../setting-base/dist-client/actions/setting.d.ts","../../setting-base/dist-client/layout/settinglet.d.ts","../../setting-base/dist-client/index.d.ts","../client/index.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileIdsList":[[210,260,277,278],[210,260,277,278,313],[72,210,260,277,278],[63,72,210,260,277,278],[63,72,80,210,260,277,278],[74,210,260,277,278],[61,62,210,260,277,278],[69,128,210,260,277,278],[66,69,120,122,123,124,125,126,210,260,277,278],[66,117,127,210,260,277,278],[127,210,260,277,278],[69,130,210,260,277,278],[69,169,210,260,277,278],[66,69,120,122,123,124,125,167,168,210,260,277,278],[69,116,210,260,277,278],[66,69,210,260,277,278],[69,118,210,260,277,278],[69,119,210,260,277,278],[69,70,210,260,277,278],[69,210,260,277,278],[69,123,124,125,166,210,260,277,278],[69,123,210,260,277,278],[69,123,124,210,260,277,278],[166,210,260,277,278],[66,150,210,260,277,278],[69,151,210,260,277,278],[66,69,118,210,260,277,278],[69,121,210,260,277,278],[157,210,260,277,278],[158,159,160,161,210,260,277,278],[69,157,210,260,277,278],[69,136,210,260,277,278],[89,210,260,277,278],[111,136,137,139,140,141,142,143,144,145,146,147,210,260,277,278],[110,210,260,277,278],[134,138,210,260,277,278],[71,131,210,260,277,278],[112,113,114,115,132,133,135,210,260,277,278],[69,134,210,260,277,278],[66,69,71,210,260,277,278],[66,69,71,112,210,260,277,278],[66,69,112,210,260,277,278],[66,69,114,210,260,277,278],[66,69,71,129,131,132,210,260,277,278],[92,93,94,95,210,260,277,278],[101,102,103,104,105,106,107,210,260,277,278],[88,91,96,97,98,99,100,108,109,210,260,277,278],[89,90,210,260,277,278],[83,84,85,86,87,210,260,277,278],[84,85,210,260,277,278],[83,84,86,210,260,277,278],[172,173,174,175,176,177,178,179,180,181,182,183,186,187,188,189,190,191,192,193,194,195,196,197,199,210,260,277,278],[198,210,260,277,278],[184,185,210,260,277,278],[185,210,260,277,278],[184,210,260,277,278],[210,260,277,278,315,318],[210,257,258,260,277,278],[210,259,260,277,278],[260,277,278],[210,260,265,277,278,295],[210,260,261,266,271,277,278,280,292,303],[210,260,261,262,271,277,278,280],[205,206,207,210,260,277,278],[210,260,263,277,278,304],[210,260,264,265,272,277,278,281],[210,260,265,277,278,292,300],[210,260,266,268,271,277,278,280],[210,259,260,267,277,278],[210,260,268,269,277,278],[210,260,270,271,277,278],[210,259,260,271,277,278],[210,260,271,272,273,277,278,292,303],[210,260,271,272,273,277,278,287,292,295],[210,252,260,268,271,274,277,278,280,292,303],[210,260,271,272,274,275,277,278,280,292,300,303],[210,260,274,276,277,278,292,300,303],[208,209,210,211,212,213,214,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309],[210,260,271,277,278],[210,260,277,278,279,303],[210,260,268,271,277,278,280,292],[210,260,277,278,281],[210,260,277,278,282],[210,259,260,277,278,283],[210,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309],[210,260,277,278,285],[210,260,277,278,286],[210,260,271,277,278,287,288],[210,260,277,278,287,289,304,306],[210,260,272,277,278],[210,260,271,277,278,292,293,295],[210,260,277,278,294,295],[210,260,277,278,292,293],[210,260,277,278,295],[210,260,277,278,296],[210,257,260,277,278,292,297,303],[210,260,271,277,278,298,299],[210,260,277,278,298,299],[210,260,265,277,278,280,292,300],[210,260,277,278,301],[210,260,277,278,280,302],[210,260,274,277,278,286,303],[210,260,265,277,278,304],[210,260,277,278,292,305],[210,260,277,278,279,306],[210,260,277,278,307],[210,252,260,277,278],[210,252,260,271,273,277,278,283,292,295,303,305,306,308],[210,260,277,278,292,309],[210,260,277,278,311,317],[154,155,156,210,260,277,278],[154,210,260,277,278],[154,155,210,260,277,278],[210,260,277,278,315],[210,260,277,278,312,316],[63,66,210,260,277,278],[66,210,260,277,278],[64,65,210,260,277,278],[73,74,75,76,77,78,79,80,81,210,260,277,278],[63,66,67,68,210,260,277,278],[210,260,277,278,314],[210,224,228,260,277,278,303],[210,224,260,277,278,292,303],[210,219,260,277,278],[210,221,224,260,277,278,300,303],[210,260,277,278,280,300],[210,260,277,278,310],[210,219,260,277,278,310],[210,221,224,260,277,278,280,303],[210,216,217,220,223,260,271,277,278,292,303],[210,224,231,260,277,278],[210,216,222,260,277,278],[210,224,245,246,260,277,278],[210,220,224,260,277,278,295,303,310],[210,245,260,277,278,310],[210,218,219,260,277,278,310],[210,224,260,277,278],[210,218,219,220,221,222,223,224,225,226,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,260,277,278],[210,224,239,260,277,278],[210,224,231,232,260,277,278],[210,222,224,232,233,260,277,278],[210,223,260,277,278],[210,216,219,224,260,277,278],[210,224,228,232,233,260,277,278],[210,228,260,277,278],[210,222,224,227,260,277,278,303],[210,216,221,224,231,260,277,278],[210,260,277,278,292],[210,219,224,245,260,277,278,308,310],[60,66,110,148,149,153,164,165,171,200,203,210,260,277,278],[60,69,82,110,152,210,260,277,278],[60,69,71,82,110,148,210,260,277,278],[60,210,260,277,278],[60,69,71,82,110,114,136,162,163,210,260,277,278],[60,69,82,110,148,210,260,277,278],[60,69,82,110,148,160,162,170,210,260,277,278],[201,202,210,260,277,278]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"74012d464fbc5354ca3a7d5e71bee43b17da01a853c8ff10971bbe3680c76f40","impliedFormat":99},{"version":"5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576","impliedFormat":99},{"version":"a0f82d2f9450bd147a8c137798d9501bd49b7c9e118f75b07b76709ff39b6b55","affectsGlobalScope":true,"impliedFormat":99},{"version":"00cb63103f9670f8094c238a4a7e252c8b4c06ba371fea5c44add7e41b7247e4","impliedFormat":99},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"e09db3291e6b440f7debed2227d8357e80c95987a0d0d67ac17521d8f7b11bdb","impliedFormat":99},{"version":"9a318e3a8900672b85cd3c8c3a5acf51b88049557a3ae897ccdcf2b85a8f61f9","impliedFormat":99},{"version":"1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","impliedFormat":99},{"version":"dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","impliedFormat":99},{"version":"b93e2680295ac83b52846bcd76dd6d06507d3da1738ebe564a1e99543993b3b4","impliedFormat":99},{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true,"impliedFormat":99},{"version":"cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","impliedFormat":99},{"version":"3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","impliedFormat":99},{"version":"99bdf729529cdbf12e2bf76ea751b662011133dcf9e35abcb3def47bb02f7b0a","impliedFormat":99},{"version":"732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","impliedFormat":99},{"version":"039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","impliedFormat":99},{"version":"1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","impliedFormat":99},{"version":"a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","impliedFormat":99},{"version":"5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","impliedFormat":99},{"version":"101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","impliedFormat":99},{"version":"d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","impliedFormat":99},{"version":"a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","impliedFormat":99},{"version":"4d4cf93a6b4c81851ad759e4569b6feb7a701e80b13a6f9d8d9c6012bbb86bd6","impliedFormat":99},{"version":"2e6035af8f3e43bf95e4983329c8277d66f9b271106af27b99a85d1c1b9daf4a","impliedFormat":99},{"version":"df32d43311e85715e2a573239a4bbc5b78ebaf29af2af5fa8c85370197997515","impliedFormat":99},{"version":"3a792bbf677343364a1d9b7197c6e4e512764f17364efd656b1a3598f2a9e820","impliedFormat":99},{"version":"3d7c0b593a29d717b2b2ba3f03f819c3c48bf9e250d79c4a31860af80f177e8c","impliedFormat":99},{"version":"e576aa80090f8b6020355ca8d7f4184067c84389f4b92125be29e03b1f6c5194","impliedFormat":99},{"version":"fd624f7d7b264922476685870f08c5e1c6d6a0f05dee2429a9747b41f6b699d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"487213b1bcbdaa470cf59a4cea3f8a939b9222e74b455fe0fd2f0dc2346cc3c0","impliedFormat":99},{"version":"8a9e962b8c98aa48377773c40ac7a3e530fb3354cec48fdb59d8e2df3a624a0c","affectsGlobalScope":true,"impliedFormat":99},{"version":"641089f0b8094ef74b9d4b3364d5dec1592d5e3b8a51c1ba491bc8872049e79a","impliedFormat":99},{"version":"8e33e65ce7fcd3cb20e29505452daa51543003d5db597f1aca2a51ff9043c8a7","impliedFormat":99},{"version":"b42033bf1067564808e4d360d79281667c2b3b0792c2d615ab641eb85974d4ba","impliedFormat":99},{"version":"7af29b0589483f7bb8a99405ddb849f34bc053146184561ed4179e02f5fe4d0f","impliedFormat":99},{"version":"ad3ee9f7d14ad8b7ae8094d0f1a2276656f7a970827d4030d1dead7c2d765f75","impliedFormat":99},{"version":"9c7568f9c75cf6a7d35dc9f18c5971cd5b21344c686c7cce56b3558d3305d40f","impliedFormat":99},{"version":"fc48282c397084016a939e1b3f91dcaf4199b6cba339d91d8b2dc2acade79762","impliedFormat":99},{"version":"3e62a55b950132d6eeacc607b7a1bff990d5484347b2be5a1f54db51af30ff25","impliedFormat":99},{"version":"8b86f33b7e06e2f0a3bf4703cf9d8b0baab016e36b83f2a33dac184f061e17ea","impliedFormat":99},{"version":"88c205bacab539d8e844b80a1ec76fc649fbc731f12dfd7cca160976b5ddfd5a","impliedFormat":99},{"version":"565d32dce0b8761e7cfafe40c56a8a0fab0bb9e7bb35a31d9712643b3c8dbbc4","impliedFormat":99},{"version":"4bde12afd6fdd6e52d7316e00adfbccd70becc3ebd9c4f647d07caef53a474ae","impliedFormat":99},{"version":"a7e588bdba05f1fb78f83e50ee62c93565134d3b996babf2697c2b43fcf17ce0","impliedFormat":99},{"version":"218a0f93d7091c68718ec4260f41f3a61b5ecb7e786a8c04e296292ff41db8f0","impliedFormat":99},{"version":"cf45487aeb18b31f1001b99d06793986ac3e6840b0602f9cf3756a2724348bf4","impliedFormat":99},{"version":"81f0a95843ae6e5a006addc4b5c217b075057ff82c9bc319655de21a13ba9f10","impliedFormat":99},{"version":"1a68f44e90ac5c261a3157004a7ec18759982b91fd725537d6db919d83601dd1","impliedFormat":99},{"version":"daccba798a74fc239523622caf24656e28b78dac33ea8a031682280fd51b0d0f","impliedFormat":99},{"version":"0c417e2683399126bc68aced0c37b3d9b8b72c37d390569595f73447c067d97b","impliedFormat":99},{"version":"60997095f458b8c2c94af5759c796d9d17678e740a41a04c3e518c14c47f2ee7","impliedFormat":99},{"version":"75069a2a1e380502ff9a1074b8ee61f5e84f31973e5f81b444e6993e5633c72b","affectsGlobalScope":true,"impliedFormat":99},{"version":"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","impliedFormat":99},{"version":"986165ecc3a59d4b6a272a92f7ca4fd7a0762c63a674abd2c1efa0bea64da604","impliedFormat":99},{"version":"3e7b241ec38126d95f9e37c49a631c00cff006a888276e2d02920c6443c8b593","impliedFormat":99},{"version":"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241","impliedFormat":99},{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true,"impliedFormat":99},{"version":"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","impliedFormat":99},{"version":"d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0","impliedFormat":99},{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true,"impliedFormat":99},{"version":"cefe49d29d43726072e88671a2c40cdeeb8d49ca8fa6c2d4b06013dc7b9d6206","impliedFormat":99},{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true,"impliedFormat":99},{"version":"0230bc76ed3a464531a43d2434d315b9cc2096aaca28bdaa65b8f9dce9f3bc81","impliedFormat":99},{"version":"559d2d1cd7f37dc2ac59e7adce198ad16a5eb0c7273d67b8e4ff72821b7c853f","impliedFormat":99},{"version":"6161d12fc14a8e0cf492f9d49372a1189b1fe005662cb7fe6630352a6b0bb04e","impliedFormat":99},{"version":"7d3c06d4ad79d86c6f7518b77d335b324bc218a7cd8b3e15579c4b584b7307f9","impliedFormat":99},{"version":"65f5bc7ff74eeabe9925da575924601248471033c27bf0384643ea03cad2b57d","impliedFormat":99},{"version":"d08d474654640266d6ac03f51ee04d72438b78ea377b9dc4678c480ce0477e1a","impliedFormat":99},{"version":"929f21090183949e93fd99327d292bff76f781895d5252eb43319b2c3e014528","affectsGlobalScope":true,"impliedFormat":99},{"version":"0f28503979e769f6ee6e55350f621dc00e300f15688d52b02edc62d837d29b1d","impliedFormat":99},{"version":"fe869c79d427e84d916011d082def68a793c3c13e157079fec399f250418bd50","affectsGlobalScope":true,"impliedFormat":99},{"version":"a2afc55ddd24edebefe497c415aee63498b099cef639b85a1bb3163e58649928","impliedFormat":99},{"version":"38902f5f75b4f05b81803b96468c15d4593fe6899e5598afe6a7e919775e0c63","impliedFormat":99},{"version":"f6eb4e48956cfa37ae7467498f0a691a88cce11328ffa15ebccde173e15e32bc","impliedFormat":99},{"version":"acb5066874b8199737f556febc1b1b2446e3fa456586af98ec43b200912e0b59","impliedFormat":99},{"version":"c9d3623b528f615e0466361855fbba048e88d381bb5257f23c37062b2fdb6039","impliedFormat":99},{"version":"3c523c4338a858825c62005f03ff49eeaf8290bdda52a8b8554be555bab7a077","impliedFormat":99},{"version":"5582fb24ca35ef8a72d61a095d62ae2ada8143c33bc56febf626e333d3a5b013","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"9d89de778f5c38f0fa4cbd27236724c9fa24d796032062a929772c8cd3baffa5","impliedFormat":99},{"version":"a0b07ef253c7ad6c87cd7b52a157eb8012dabb794f9e764015959c0ff7010d93","impliedFormat":99},{"version":"07d5eb23abd7084841b9e51a04fe6b9ffd0b5f5eb04bcee3447fd958aab634b7","impliedFormat":99},{"version":"86d239790a025b4f1213571ed5d578b9080415e1218b253b499ed73ac436ae63","impliedFormat":99},{"version":"d2a35e0fac40e510839fdc737b1c16cd476150f7edef48a79553a8585b23f30b","impliedFormat":99},{"version":"76cc39dd66a51405ac65334322dde77b59ea9c280c668aebc5e6903c43c4e815","signature":"1011c26502d6f0b281a247ea558b2ac45417ba3d6a4167dfd3a6274236f3390b"},{"version":"68d9a15b7f0f73b48429f78699f6add7dcdbd5ea0fb9b0e8d90d0ca4c108703b","impliedFormat":99},{"version":"ad8da8b0555d836ffba98091771d1c667aa047b8cc6c17e4f4d7c529edd1db07","impliedFormat":99},{"version":"8a1e35a7afba4291cc1493e02dabf51a4615bae2dad4aa5ccc4de29da4b3a969","affectsGlobalScope":true,"impliedFormat":99},{"version":"902d6edb4158948f5bb161156e917621816bc329216cadcc899a3a31196632c5","signature":"4810e4d61053ca70979ab755a5d07edead929b72f147a9e21302f7f2f4b0a192"},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"3786a961459023ec78bb575e5ea74f504d3ffc61ae82a305c959a4d94d7d70eb","impliedFormat":1},{"version":"de83915a380bdd6d7ddf075e3f60fe347db64ad4d06822835724ac601cb61daf","impliedFormat":1},{"version":"4d39c150715cb238da715e5c3fbeac2e2b2d0ef3f23c632996dd59ae35ba1f45","impliedFormat":1},{"version":"0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","impliedFormat":99},{"version":"86d356e64ab8d56852623677eb1bed0c106703aed9b7788ad8a5a56e647822cb","impliedFormat":99},{"version":"29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","impliedFormat":99},{"version":"231d829c892caeb88dd469e0847bf9d14e29c82b8b158b381ec866c868adf9af","impliedFormat":99},{"version":"886bcc73e8cf74ebec1bd14a5cc5b8dfa28276210df634e6f81c844b1eef767b","impliedFormat":99},{"version":"88a244229d26f43b83daee2488d5ccaa59826f50b14049be8cb6ce48d9da7188","signature":"c590af97e4e9e225f404b4f48b37c9b8937b4ebd52ddfe2ac6050bba76fb6c60"},{"version":"ce3b1ce6e373c1e21e2a70d7701cc20f31c835acfc7e7626ba83c05288e86654","signature":"aa71b63f814891a3462b5a99dfadd35a1b53c5840ceca5dadefba32aadea0890"},{"version":"b961fcc00a7168af1300e13edd16e7b253f990a39829675c8cd6294a4f52d2d3","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"0d0f0a7057effa894462302bbfab93d0ff82dc88e7eb3b4a40f5c5baf2287e87","impliedFormat":99},{"version":"7a9cada9676068d5bf49db65e12bf45077e5d3597f84bee594073ecdadea3be9","impliedFormat":99},{"version":"906ba9deec2d81b2ba91cda35da7edddc1ed23c74c0c59b635d719ed436c8783","impliedFormat":99},{"version":"fcaa283960450520c3c09c63e1ab2b06137d64a9a28befe8abd117a5db5645b8","impliedFormat":99},{"version":"7b82ae5f317797ad1ef2efd9773b7b13dd2570a20f2581c49ad7f3afb02df670","affectsGlobalScope":true,"impliedFormat":99},{"version":"2901c963197a7a5d5f35ac259ea77bbdf64fd8a3e1e8dc288340a9d62caf8a5c","signature":"52dabbbb4ee5f288b033ca48acb914f93ac36c98825a88dddc3e76e501c73df2"},{"version":"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","impliedFormat":99},{"version":"f5800813e5c0d6c27d73b76f2c99f39bdfd6229d03553a8a9ae485f6aeb94425","impliedFormat":99},{"version":"4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa","impliedFormat":99},{"version":"b085d2f3c839ad9634c9b1ea8bb2d4e3a321af1392d8ac44a79b99c0d8d194aa","impliedFormat":99},{"version":"ee11b7061adce4a1c0370620949a57851215b152a5632d2faf1aedbc90ad0520","impliedFormat":99},{"version":"f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","impliedFormat":99},{"version":"85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f","impliedFormat":99},{"version":"39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","impliedFormat":99},{"version":"4dcdfe4c18557fc02d8cb22cb422cb98bfeba8158aaf18cc66f9d99293ebe2c8","impliedFormat":99},{"version":"7efea6f2270a14f1b0d5f472f2a6fcb0a97beb677299e10b073cc2abdabeef51","impliedFormat":99},{"version":"642bd83dc8b11abc31785975f869fea5ab2dd84246acd13c6ad7e769fea95150","impliedFormat":99},{"version":"712dbb6cc6020b1dae2a2031b8a117717318652f73fd5042d508f7de416c47b7","impliedFormat":99},{"version":"637a5a32ea266fdaa0efa1c4d25ce2eed3b420dcd7836a6952374ddd95aaccaf","impliedFormat":99},{"version":"145e598b9f835b46757263cf952af5b8735d0bfb08a6dff2187f7b5611e17578","impliedFormat":99},{"version":"f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","impliedFormat":99},{"version":"7fcb76be88d4a64f6318b5a24b57021d7463f24485a3d1a931bf664c7e437534","impliedFormat":99},{"version":"d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe","impliedFormat":99},{"version":"098ec42cd54c2b3354584c4fe8ad143040114891dde762741522b62788772f0d","impliedFormat":99},{"version":"1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9","impliedFormat":99},{"version":"30046b0787c577061d43e498b507da8a249fbc58bbe33a09a7bef777e1d5fb67","impliedFormat":99},{"version":"cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb","impliedFormat":99},{"version":"dc2461db89dde29306a73a2926e2cf874e981ef034412f4d1e3d06d45bb3127e","impliedFormat":99},{"version":"13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31","impliedFormat":99},{"version":"1cf02270a889fcc3fa5863734fcdbea410d3b4dd71e4678a894a48028f836f6e","impliedFormat":99},{"version":"4f69dd36aa514494e2665a9dd1ecbb94f705c37f13554aa6f0c4b55d47dcfec1","impliedFormat":99},{"version":"3cb5734586224b2daa65a52cbe2428195e1542681ac85e4d7e9ca691e841db5e","impliedFormat":99},{"version":"1ecf5de9c016d0b07533f2eef218c3771a013c38533824f96743092aa97c8377","impliedFormat":99},{"version":"51f3be4aa09529ea1ad83a3d66830075a49e3e630df25d9892ef5708bb00de55","impliedFormat":99},{"version":"e0289b150095e1e86a7a201aa8ca9df044922019fcb4d125fb69535ae375d6a7","impliedFormat":99},"1543cb12235ca81a5ec37044b2b6b28241ea0694c6e3bd1debad14edb2407691","0beeb5219eb8bd843be2ac8521ddc3951a9cebe934fce7506ff62b691110417b","e3bec9dad9f39db072b2e0d64d37c6a294a8c6faaf92d4f24c29cdd0becd2d82",{"version":"0af4754ce0ac450dd7a3c3b239b5abd2aff433f949288cdf62088cd00081421c","signature":"122f022d25212082c3519e8f27400e16814068e479a41be920829d1c77cc4d31"},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"913be43dad2a40e500104700aa26cfb5c51a976114bedf19624de43fdae7474f","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"78dbea00e90d2df8ea3dbef0cc379d95b8be9b71cd6bde4c28728f306811803b","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e1e46d0a9837ee058c100501080c920fa98081ea3956af0374308ba6f22a33e","impliedFormat":1},{"version":"272ca407e0c9068bdc5152552d876e68037ceae3de62e529306403e973dec8e1","impliedFormat":1},{"version":"fa7834c715d5357e4540cee40ce96c3250ddb67a7b879a6b7fa0e86d6696f121","impliedFormat":1},{"version":"22dfb07a7ab15b66ac043829056fe70124844636ae719551812ac631ba04985b","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"0cb167c371eaa8c869f8a7656a7296f2e4fae43b4d8b803a680236b24794e5f9","impliedFormat":1},{"version":"0a839dba0287cc0481ad4beedd48a1c64acf1e212ae865d1315f7007ca215161","impliedFormat":1},{"version":"38dc4655376cd1a4bd6bb3763d92949233e33d38d3dd3cbea7bbf218175a38ef","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"208a6a0bfb227bdf8fb964799d0a206c75cf03ccd72e63bf5495c9331354c6d6","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"48a679952eefe4cb776d5a0e1ccba2d3eb53b57448bbb7abc1fcebcbd5440188","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2d14da6ecb49bf828d83948765ec2d3a579d476bbb9645e749610baa6ec880ca","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"0aef708fb4c7a6b915e8305cbfac40cd207b032dbaabe9a01889a5fff3254681","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"ad9bdafb4e7abf14cc53ce7970486a84c87831e62891e5dfe798ddcd55e84701","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"71d3ae6a5e73ca4130762560425e00984ebaff64d5353a3333d1bb7eb86ef336","impliedFormat":1},{"version":"cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"e1028394c1cf96d5d057ecc647e31e457b919092f882ed0c7092152b077fed9d","impliedFormat":1},{"version":"f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","impliedFormat":1},{"version":"5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","impliedFormat":1},{"version":"3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","impliedFormat":1},{"version":"ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","impliedFormat":1},{"version":"d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec","impliedFormat":1},{"version":"f8db4fea512ab759b2223b90ecbbe7dae919c02f8ce95ec03f7fb1cf757cfbeb","affectsGlobalScope":true,"impliedFormat":1}],"root":[149,153,[163,165],171,204],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"noImplicitAny":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"useDefineForClassFields":false},"referencedMap":[[311,1],[314,2],[61,1],[72,1],[73,3],[76,4],[74,4],[78,4],[81,5],[80,4],[79,4],[77,4],[75,6],[62,1],[63,7],[129,8],[127,9],[128,10],[130,11],[131,12],[170,13],[169,14],[117,15],[116,16],[119,17],[120,18],[71,19],[70,16],[118,20],[167,21],[124,22],[125,23],[126,23],[123,1],[168,24],[166,1],[151,25],[150,22],[152,26],[121,27],[122,28],[158,29],[162,30],[159,31],[161,16],[160,16],[145,32],[146,33],[138,16],[147,16],[148,34],[111,35],[141,36],[142,36],[139,36],[140,36],[144,36],[143,36],[137,37],[136,38],[135,39],[134,40],[132,16],[113,41],[114,42],[115,43],[112,16],[133,44],[92,1],[94,1],[95,1],[96,45],[93,1],[97,20],[100,33],[101,20],[102,20],[103,20],[108,46],[104,20],[105,20],[106,20],[107,20],[99,1],[110,47],[90,33],[98,1],[109,1],[91,48],[83,1],[88,49],[86,50],[85,51],[87,1],[84,1],[189,1],[173,1],[187,1],[181,1],[175,1],[193,1],[196,1],[182,1],[192,1],[174,1],[188,1],[178,1],[183,1],[200,52],[190,1],[195,1],[194,1],[176,1],[179,1],[180,1],[199,53],[198,20],[197,1],[172,1],[191,1],[177,1],[186,54],[184,55],[185,56],[313,1],[319,57],[257,58],[258,58],[259,59],[210,60],[260,61],[261,62],[262,63],[205,1],[208,64],[206,1],[207,1],[263,65],[264,66],[265,67],[266,68],[267,69],[268,70],[269,70],[270,71],[271,72],[272,73],[273,74],[211,1],[209,1],[274,75],[275,76],[276,77],[310,78],[277,79],[278,1],[279,80],[280,81],[281,82],[282,83],[283,84],[284,85],[285,86],[286,87],[287,88],[288,88],[289,89],[290,1],[291,90],[292,91],[294,92],[293,93],[295,94],[296,95],[297,96],[298,97],[299,98],[300,99],[301,100],[302,101],[303,102],[304,103],[305,104],[306,105],[307,106],[212,1],[213,1],[214,1],[253,107],[254,1],[255,1],[256,94],[308,108],[309,109],[65,1],[215,1],[312,1],[318,110],[157,111],[154,1],[155,112],[156,113],[316,114],[317,115],[67,116],[64,117],[68,1],[66,118],[82,119],[69,120],[315,121],[89,1],[60,1],[58,1],[59,1],[10,1],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[22,1],[23,1],[4,1],[24,1],[28,1],[25,1],[26,1],[27,1],[29,1],[30,1],[31,1],[5,1],[32,1],[33,1],[34,1],[35,1],[6,1],[39,1],[36,1],[37,1],[38,1],[40,1],[7,1],[41,1],[46,1],[47,1],[42,1],[43,1],[44,1],[45,1],[8,1],[51,1],[48,1],[49,1],[50,1],[52,1],[9,1],[53,1],[54,1],[55,1],[57,1],[56,1],[1,1],[231,122],[241,123],[230,122],[251,124],[222,125],[221,126],[250,127],[244,128],[249,129],[224,130],[238,131],[223,132],[247,133],[219,134],[218,127],[248,135],[220,136],[225,137],[226,1],[229,137],[216,1],[252,138],[242,139],[233,140],[234,141],[236,142],[232,143],[235,144],[245,127],[227,145],[228,146],[237,147],[217,148],[240,139],[239,137],[243,1],[246,149],[204,150],[153,151],[149,152],[163,153],[164,154],[165,155],[171,156],[201,1],[203,157],[202,16]],"version":"5.9.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/apptool-ui",
3
- "version": "10.1.24",
3
+ "version": "10.1.26",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@material/web": "^2.0.0",
31
31
  "@operato/layout": "^10.0.0",
32
- "@things-factory/apptool-base": "^10.1.20",
33
- "@things-factory/setting-base": "^10.1.24"
32
+ "@things-factory/apptool-base": "^10.1.26",
33
+ "@things-factory/setting-base": "^10.1.26"
34
34
  },
35
- "gitHead": "0d88a504e0ffa63cd91279b88c6998d4bf1b3d86"
35
+ "gitHead": "151bda14d899442c6846532ddded1e2bfe23a2f5"
36
36
  }
@@ -0,0 +1,36 @@
1
+ import { readFileSync } from 'fs'
2
+ import path from 'path'
3
+
4
+ import { mdibarStandsAside } from '../client/layout/mdibar-visibility'
5
+
6
+ /**
7
+ * A page can ask the MDI tab bar to stand aside while it is active (ADR-0060 decision 4). Shop-floor
8
+ * screens do; every other page keeps the bar.
9
+ *
10
+ * These check the decision and that the bar is wired to it. Whether `hidden` actually lands on the
11
+ * element is a screen check: hidden on a shop-floor page, back on the next page, still off for a user
12
+ * who turned the bar off in settings.
13
+ */
14
+
15
+ describe('mdibar stands aside', () => {
16
+ it('only for a page that says mdibar: false', () => {
17
+ expect(mdibarStandsAside({ mdibar: false })).toBe(true)
18
+ })
19
+
20
+ it('★ not for a page that says nothing, so leaving a shop-floor page brings the bar back', () => {
21
+ expect(mdibarStandsAside({ title: 'work orders' } as never)).toBe(false)
22
+ expect(mdibarStandsAside({})).toBe(false)
23
+ expect(mdibarStandsAside(undefined)).toBe(false)
24
+ expect(mdibarStandsAside(null)).toBe(false)
25
+ expect(mdibarStandsAside({ mdibar: true })).toBe(false)
26
+ })
27
+
28
+ it('the bar reads it on every update and hides itself, leaving the user setting alone', () => {
29
+ const code = readFileSync(path.resolve(__dirname, '../client/layout/page-mdibar.ts'), 'utf-8')
30
+
31
+ expect(code).toMatch(/willUpdate\(\) \{[^}]*this\.hidden = mdibarStandsAside\(this\._routeCtrl\.context\)/)
32
+ expect(code).toMatch(/:host\(\[hidden\]\) \{\s*display: none;/)
33
+ expect(code).not.toMatch(/updateViewpart\(/)
34
+ expect(code).not.toMatch(/clientSettingStore/)
35
+ })
36
+ })