@scalar/api-client 2.23.4 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  3. package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
  4. package/dist/style.css +1 -1
  5. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts +8 -0
  6. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
  7. package/dist/v2/blocks/operation-block/OperationBlock.vue.js +33 -29
  8. package/dist/v2/blocks/operation-block/components/Header.vue.d.ts +6 -0
  9. package/dist/v2/blocks/operation-block/components/Header.vue.d.ts.map +1 -1
  10. package/dist/v2/blocks/operation-block/components/Header.vue.js +2 -2
  11. package/dist/v2/blocks/operation-block/components/Header.vue2.js +46 -29
  12. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  13. package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue.d.ts +15 -0
  14. package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue.d.ts.map +1 -0
  15. package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue.js +125 -0
  16. package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue2.js +4 -0
  17. package/dist/v2/components/sidebar/SidebarMenu.vue.js +6 -6
  18. package/dist/v2/features/app/App.vue.d.ts +5 -0
  19. package/dist/v2/features/app/App.vue.d.ts.map +1 -1
  20. package/dist/v2/features/app/App.vue.js +89 -108
  21. package/dist/v2/features/app/app-state.d.ts +5 -7
  22. package/dist/v2/features/app/app-state.d.ts.map +1 -1
  23. package/dist/v2/features/app/app-state.js +210 -205
  24. package/dist/v2/features/app/hooks/use-document-watcher.js +8 -8
  25. package/dist/v2/features/collection/components/Environment.vue.d.ts.map +1 -1
  26. package/dist/v2/features/collection/components/Environment.vue.js +12 -11
  27. package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -1
  28. package/dist/v2/features/collection/components/Settings.vue.js +17 -25
  29. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.d.ts +1 -1
  30. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.d.ts.map +1 -1
  31. package/dist/v2/features/command-palette/components/CommandPaletteImport.vue.js +115 -118
  32. package/dist/v2/features/{import-listener → command-palette}/helpers/generate-unique-slug.d.ts.map +1 -1
  33. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.d.ts +14 -4
  34. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.d.ts.map +1 -1
  35. package/dist/v2/features/command-palette/helpers/get-openapi-from-postman.js +5 -6
  36. package/dist/v2/features/{import-listener → command-palette}/helpers/import-document-to-workspace.d.ts.map +1 -1
  37. package/dist/v2/features/command-palette/helpers/load-document-from-source.d.ts +16 -0
  38. package/dist/v2/features/command-palette/helpers/load-document-from-source.d.ts.map +1 -0
  39. package/dist/v2/features/command-palette/helpers/load-document-from-source.js +34 -0
  40. package/dist/v2/features/command-palette/index.d.ts +4 -0
  41. package/dist/v2/features/command-palette/index.d.ts.map +1 -0
  42. package/dist/v2/features/command-palette/index.js +8 -0
  43. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts +4 -0
  44. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts.map +1 -1
  45. package/dist/v2/features/environments/EnvironmentsList.vue.js +29 -27
  46. package/dist/v2/features/environments/components/Environment.vue.d.ts +1 -0
  47. package/dist/v2/features/environments/components/Environment.vue.d.ts.map +1 -1
  48. package/dist/v2/features/environments/components/Environment.vue.js +37 -24
  49. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
  50. package/dist/v2/features/modal/Modal.vue.js +2 -2
  51. package/dist/v2/features/modal/Modal.vue2.js +39 -38
  52. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
  53. package/dist/v2/features/operation/Operation.vue.js +35 -26
  54. package/dist/v2/workspace-events.d.ts.map +1 -1
  55. package/dist/v2/workspace-events.js +7 -0
  56. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  57. package/package.json +15 -15
  58. package/dist/v2/features/import-listener/ImportListener.vue.d.ts +0 -52
  59. package/dist/v2/features/import-listener/ImportListener.vue.d.ts.map +0 -1
  60. package/dist/v2/features/import-listener/ImportListener.vue.js +0 -91
  61. package/dist/v2/features/import-listener/ImportListener.vue2.js +0 -4
  62. package/dist/v2/features/import-listener/components/DropEventListener.vue.d.ts +0 -7
  63. package/dist/v2/features/import-listener/components/DropEventListener.vue.d.ts.map +0 -1
  64. package/dist/v2/features/import-listener/components/DropEventListener.vue.js +0 -81
  65. package/dist/v2/features/import-listener/components/DropEventListener.vue2.js +0 -4
  66. package/dist/v2/features/import-listener/components/ImportModal.vue.d.ts +0 -40
  67. package/dist/v2/features/import-listener/components/ImportModal.vue.d.ts.map +0 -1
  68. package/dist/v2/features/import-listener/components/ImportModal.vue.js +0 -170
  69. package/dist/v2/features/import-listener/components/ImportModal.vue3.js +0 -5
  70. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.d.ts +0 -29
  71. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.d.ts.map +0 -1
  72. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.js +0 -83
  73. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue2.js +0 -4
  74. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.d.ts +0 -8
  75. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.d.ts.map +0 -1
  76. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.js +0 -4
  77. package/dist/v2/features/import-listener/helpers/load-document-from-source.d.ts +0 -15
  78. package/dist/v2/features/import-listener/helpers/load-document-from-source.d.ts.map +0 -1
  79. package/dist/v2/features/import-listener/helpers/load-document-from-source.js +0 -28
  80. package/dist/v2/features/import-listener/helpers/wait-for-condition.d.ts +0 -15
  81. package/dist/v2/features/import-listener/helpers/wait-for-condition.d.ts.map +0 -1
  82. package/dist/v2/features/import-listener/helpers/wait-for-condition.js +0 -16
  83. package/dist/v2/features/import-listener/index.d.ts +0 -2
  84. package/dist/v2/features/import-listener/index.d.ts.map +0 -1
  85. package/dist/v2/features/import-listener/index.js +0 -4
  86. /package/dist/v2/features/{import-listener → command-palette}/helpers/generate-unique-slug.d.ts +0 -0
  87. /package/dist/v2/features/{import-listener → command-palette}/helpers/generate-unique-slug.js +0 -0
  88. /package/dist/v2/features/{import-listener → command-palette}/helpers/import-document-to-workspace.d.ts +0 -0
  89. /package/dist/v2/features/{import-listener → command-palette}/helpers/import-document-to-workspace.js +0 -0
@@ -1,25 +1,24 @@
1
- import { defineComponent as W, computed as d, createBlock as p, openBlock as i, unref as t, withCtx as u, createElementVNode as m, createVNode as n, createElementBlock as v, renderSlot as T, normalizeProps as h, guardReactiveProps as y } from "vue";
2
- import { useModal as g, ScalarTeleportRoot as C } from "@scalar/components";
3
- import { getThemeStyles as x } from "@scalar/themes";
4
- import { ScalarToasts as B } from "@scalar/use-toasts";
5
- import { extensions as E } from "@scalar/workspace-store/schemas/extensions";
6
- import { RouterView as M } from "vue-router";
1
+ import { defineComponent as h, computed as m, createBlock as c, openBlock as i, unref as t, withCtx as d, createElementVNode as u, createVNode as n, createElementBlock as v, renderSlot as k, normalizeProps as W, guardReactiveProps as y } from "vue";
2
+ import { useModal as T, ScalarTeleportRoot as g } from "@scalar/components";
3
+ import { getThemeStyles as C } from "@scalar/themes";
4
+ import { ScalarToasts as x } from "@scalar/use-toasts";
5
+ import { extensions as B } from "@scalar/workspace-store/schemas/extensions";
6
+ import { RouterView as E } from "vue-router";
7
7
  import O from "./components/CreateWorkspaceModal.vue.js";
8
8
  import _ from "./components/SplashScreen.vue.js";
9
9
  import { useDocumentWatcher as A } from "./hooks/use-document-watcher.js";
10
- import U from "../command-palette/TheCommandPalette.vue.js";
11
- import { useColorMode as D } from "../../hooks/use-color-mode.js";
10
+ import M from "../command-palette/TheCommandPalette.vue.js";
11
+ import { useColorMode as U } from "../../hooks/use-color-mode.js";
12
12
  import { useGlobalHotKeys as I } from "../../hooks/use-global-hot-keys.js";
13
- import L from "./components/AppSidebar.vue.js";
14
- import N from "./components/DesktopTabs.vue.js";
15
- import $ from "./components/WebTopNav.vue.js";
16
- import { mergeSecurity as P } from "../../blocks/scalar-auth-selector-block/helpers/merge-security.js";
17
- import H from "../import-listener/ImportListener.vue.js";
18
- const F = ["innerHTML"], V = {
13
+ import D from "./components/AppSidebar.vue.js";
14
+ import $ from "./components/DesktopTabs.vue.js";
15
+ import L from "./components/WebTopNav.vue.js";
16
+ import { mergeSecurity as N } from "../../blocks/scalar-auth-selector-block/helpers/merge-security.js";
17
+ const P = ["innerHTML"], H = {
19
18
  key: 0,
20
19
  class: "flex flex-1 flex-col"
21
- }, R = { class: "flex min-h-0 flex-1" }, z = { class: "bg-b-1 flex-1" }, G = { key: 1 }, K = {}, ue = /* @__PURE__ */ W({
22
- ...K,
20
+ }, F = { class: "flex min-h-0 flex-1" }, V = { class: "bg-b-1 flex-1" }, R = { key: 1 }, z = {}, le = /* @__PURE__ */ h({
21
+ ...z,
23
22
  __name: "App",
24
23
  props: {
25
24
  layout: {},
@@ -27,32 +26,30 @@ const F = ["innerHTML"], V = {
27
26
  getAppState: { type: Function },
28
27
  getCommandPaletteState: { type: Function }
29
28
  },
30
- setup(r, { expose: k }) {
31
- k({
32
- openCreateWorkspace: () => c.show()
29
+ setup(s, { expose: w }) {
30
+ w({
31
+ openCreateWorkspace: () => l.show()
33
32
  });
34
- const e = r.getAppState(), w = r.getCommandPaletteState();
35
- typeof window < "u" && (window.dataDumpWorkspace = () => e.store.value, window.dumpAppState = () => e);
36
- const { isDarkMode: f } = D({ workspaceStore: e.store });
37
- I(e.eventBus, r.layout), A({
38
- documentName: () => e.store.value?.workspace[E.workspace.activeDocument],
33
+ const e = s.getAppState(), f = s.getCommandPaletteState();
34
+ typeof window < "u" && (window.dataDumpWorkspace = () => e.store.value, window.dumpAppState = () => e), U({ workspaceStore: e.store }), I(e.eventBus, s.layout), A({
35
+ documentName: () => e.store.value?.workspace[B.workspace.activeDocument],
39
36
  store: e.store,
40
37
  initialTimeout: 5e3
41
38
  });
42
- const S = d(() => {
39
+ const S = m(() => {
43
40
  if (e.store.value === null)
44
41
  return "";
45
- const s = e.store.value.workspace["x-scalar-theme"];
46
- return s ? `<style>${x(s)}</style>` : "";
47
- }), l = (s) => {
48
- if (!s)
42
+ const o = e.store.value.workspace["x-scalar-theme"];
43
+ return o ? `<style>${C(o)}</style>` : "";
44
+ }), p = (o) => {
45
+ if (!o)
49
46
  return;
50
47
  const a = e.workspace.workspaceList.value?.find(
51
- (o) => o.id === s
48
+ (r) => r.id === o
52
49
  );
53
50
  a && e.workspace.navigateToWorkspace(a.namespace, a.slug);
54
- }, c = g(), b = d(() => {
55
- const s = e.store.value?.auth ? P(
51
+ }, l = T(), b = m(() => {
52
+ const o = e.store.value?.auth ? N(
56
53
  e.document.value?.components?.securitySchemes ?? {},
57
54
  {},
58
55
  e.store.value.auth,
@@ -64,94 +61,78 @@ const F = ["innerHTML"], V = {
64
61
  environment: e.environment.value,
65
62
  eventBus: e.eventBus,
66
63
  exampleName: e.activeEntities.exampleName.value,
67
- layout: r.layout,
64
+ layout: s.layout,
68
65
  method: e.activeEntities.method.value,
69
66
  path: e.activeEntities.path.value,
70
67
  workspaceStore: e.store.value,
71
68
  activeWorkspace: e.workspace.activeWorkspace.value,
72
- plugins: r.plugins,
73
- securitySchemes: s
69
+ plugins: s.plugins,
70
+ securitySchemes: o
74
71
  };
75
72
  });
76
- return (s, a) => (i(), p(t(C), null, {
77
- default: u(() => [
78
- m("div", { innerHTML: S.value }, null, 8, F),
79
- n(t(B)),
80
- n(t(H), {
81
- activeWorkspace: t(e).workspace.activeWorkspace.value,
82
- darkMode: t(f),
83
- workspaceStore: t(e).store.value,
84
- workspaces: t(e).workspace.workspaceList.value,
85
- "onCreate:workspace": a[4] || (a[4] = (o) => t(e).workspace.create(o)),
86
- "onNavigateTo:document": a[5] || (a[5] = (o) => t(e).router.value?.push({
87
- name: "document.overview",
88
- params: {
89
- documentSlug: o
90
- }
91
- })),
92
- "onSelect:workspace": l
93
- }, {
94
- default: u(() => [
95
- t(e).store.value !== null && t(e).workspace.activeWorkspace.value !== null && !t(e).loading.value ? (i(), v("main", V, [
96
- r.layout === "desktop" ? (i(), p(N, {
97
- key: 0,
98
- activeTabIndex: t(e).tabs.activeTabIndex.value,
99
- eventBus: t(e).eventBus,
100
- tabs: t(e).tabs.state.value
101
- }, null, 8, ["activeTabIndex", "eventBus", "tabs"])) : (i(), p($, {
102
- key: 1,
103
- activeWorkspace: t(e).workspace.activeWorkspace.value,
104
- workspaces: t(e).workspace.workspaceList.value,
105
- "onCreate:workspace": a[0] || (a[0] = (o) => t(c).show()),
106
- "onSelect:workspace": l
107
- }, null, 8, ["activeWorkspace", "workspaces"])),
108
- m("div", R, [
109
- n(L, {
110
- isSidebarOpen: t(e).sidebar.isOpen.value,
111
- "onUpdate:isSidebarOpen": a[1] || (a[1] = (o) => t(e).sidebar.isOpen.value = o),
112
- activeWorkspace: t(e).workspace.activeWorkspace.value,
113
- eventBus: t(e).eventBus,
114
- isWorkspaceOpen: t(e).workspace.isOpen.value,
115
- layout: r.layout,
116
- sidebarState: t(e).sidebar.state,
117
- sidebarWidth: t(e).sidebar.width.value,
118
- store: t(e).store.value,
119
- workspaces: t(e).workspace.workspaceList.value,
120
- "onClick:workspace": t(e).workspace.navigateToWorkspace,
121
- "onCreate:workspace": a[2] || (a[2] = (o) => t(c).show()),
122
- "onSelect:workspace": l,
123
- onSelectItem: t(e).sidebar.handleSelectItem,
124
- "onUpdate:sidebarWidth": t(e).sidebar.handleSidebarWidthUpdate
125
- }, {
126
- sidebarMenuActions: u(() => [
127
- T(s.$slots, "sidebar-menu-actions")
128
- ]),
129
- _: 3
130
- }, 8, ["isSidebarOpen", "activeWorkspace", "eventBus", "isWorkspaceOpen", "layout", "sidebarState", "sidebarWidth", "store", "workspaces", "onClick:workspace", "onSelectItem", "onUpdate:sidebarWidth"]),
131
- m("div", z, [
132
- n(t(M), h(y(b.value)), null, 16)
133
- ])
73
+ return (o, a) => (i(), c(t(g), null, {
74
+ default: d(() => [
75
+ u("div", { innerHTML: S.value }, null, 8, P),
76
+ n(t(x)),
77
+ t(e).store.value !== null && t(e).workspace.activeWorkspace.value !== null && !t(e).loading.value ? (i(), v("main", H, [
78
+ s.layout === "desktop" ? (i(), c($, {
79
+ key: 0,
80
+ activeTabIndex: t(e).tabs.activeTabIndex.value,
81
+ eventBus: t(e).eventBus,
82
+ tabs: t(e).tabs.state.value
83
+ }, null, 8, ["activeTabIndex", "eventBus", "tabs"])) : (i(), c(L, {
84
+ key: 1,
85
+ activeWorkspace: t(e).workspace.activeWorkspace.value,
86
+ workspaces: t(e).workspace.workspaceList.value,
87
+ "onCreate:workspace": a[0] || (a[0] = (r) => t(l).show()),
88
+ "onSelect:workspace": p
89
+ }, null, 8, ["activeWorkspace", "workspaces"])),
90
+ u("div", F, [
91
+ n(D, {
92
+ isSidebarOpen: t(e).sidebar.isOpen.value,
93
+ "onUpdate:isSidebarOpen": a[1] || (a[1] = (r) => t(e).sidebar.isOpen.value = r),
94
+ activeWorkspace: t(e).workspace.activeWorkspace.value,
95
+ eventBus: t(e).eventBus,
96
+ isWorkspaceOpen: t(e).workspace.isOpen.value,
97
+ layout: s.layout,
98
+ sidebarState: t(e).sidebar.state,
99
+ sidebarWidth: t(e).sidebar.width.value,
100
+ store: t(e).store.value,
101
+ workspaces: t(e).workspace.workspaceList.value,
102
+ "onClick:workspace": t(e).workspace.navigateToWorkspace,
103
+ "onCreate:workspace": a[2] || (a[2] = (r) => t(l).show()),
104
+ "onSelect:workspace": p,
105
+ onSelectItem: t(e).sidebar.handleSelectItem,
106
+ "onUpdate:sidebarWidth": t(e).sidebar.handleSidebarWidthUpdate
107
+ }, {
108
+ sidebarMenuActions: d(() => [
109
+ k(o.$slots, "sidebar-menu-actions")
134
110
  ]),
135
- n(O, {
136
- state: t(c),
137
- "onCreate:workspace": a[3] || (a[3] = (o) => t(e).workspace.create(o))
138
- }, null, 8, ["state"]),
139
- n(U, {
140
- eventBus: t(e).eventBus,
141
- paletteState: t(w),
142
- workspaceStore: t(e).store.value
143
- }, null, 8, ["eventBus", "paletteState", "workspaceStore"])
144
- ])) : (i(), v("main", G, [
145
- n(_)
146
- ]))
111
+ _: 3
112
+ }, 8, ["isSidebarOpen", "activeWorkspace", "eventBus", "isWorkspaceOpen", "layout", "sidebarState", "sidebarWidth", "store", "workspaces", "onClick:workspace", "onSelectItem", "onUpdate:sidebarWidth"]),
113
+ u("div", V, [
114
+ n(t(E), W(y(b.value)), null, 16)
115
+ ])
147
116
  ]),
148
- _: 3
149
- }, 8, ["activeWorkspace", "darkMode", "workspaceStore", "workspaces"])
117
+ k(o.$slots, "create-workspace", {}, () => [
118
+ n(O, {
119
+ state: t(l),
120
+ "onCreate:workspace": a[3] || (a[3] = (r) => t(e).workspace.create(r))
121
+ }, null, 8, ["state"])
122
+ ]),
123
+ n(M, {
124
+ eventBus: t(e).eventBus,
125
+ paletteState: t(f),
126
+ workspaceStore: t(e).store.value
127
+ }, null, 8, ["eventBus", "paletteState", "workspaceStore"])
128
+ ])) : (i(), v("main", R, [
129
+ n(_)
130
+ ]))
150
131
  ]),
151
132
  _: 3
152
133
  }));
153
134
  }
154
135
  });
155
136
  export {
156
- ue as default
137
+ le as default
157
138
  };
@@ -23,7 +23,7 @@ type WorkspaceOption = ScalarListboxOption & {
23
23
  declare const navigateToWorkspace: (namespace?: string, slug?: string) => Promise<void>;
24
24
  /**
25
25
  * Creates a new workspace with the provided name.
26
- * - Generates a unique slug for the workspace (sluggified from the name and guaranteed unique).
26
+ * - Generates a unique slug for the workspace (uses the provided slug if it is unique, otherwise generates a unique slug).
27
27
  * - Adds a default blank document ("drafts") to the workspace.
28
28
  * - Persists the workspace and navigates to it.
29
29
  *
@@ -31,12 +31,10 @@ declare const navigateToWorkspace: (namespace?: string, slug?: string) => Promis
31
31
  * await createWorkspace({ name: 'My Awesome API' })
32
32
  * // -> Navigates to /workspace/my-awesome-api (if available)
33
33
  */
34
- declare const createWorkspace: ({ key, name, }: {
35
- key?: {
36
- teamUid?: string;
37
- namespace?: string;
38
- slug: string;
39
- };
34
+ declare const createWorkspace: ({ teamUid, namespace, slug, name, }: {
35
+ teamUid?: string;
36
+ namespace?: string;
37
+ slug?: string;
40
38
  name: string;
41
39
  }) => Promise<{
42
40
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"app-state.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/app/app-state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAG7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAGnE,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,gCAAgC,CAAA;AAC1F,OAAO,EAEL,KAAK,iBAAiB,EAEvB,MAAM,gCAAgC,CAAA;AAKvC,OAAO,KAAK,EAAa,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AAEnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oEAAoE,CAAA;AAC7F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAA;AAChF,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,GAAG,EAAE,KAAK,UAAU,EAAoC,MAAM,KAAK,CAAA;AACnG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAoExE,KAAK,eAAe,GAAG,mBAAmB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA;AA8HjG;;;;;;GAMG;AACH,QAAA,MAAM,mBAAmB,GAAU,YAAY,MAAM,EAAE,OAAO,MAAM,KAAG,OAAO,CAAC,IAAI,CAKlF,CAAA;AAED;;;;;;;;;GASG;AACH,QAAA,MAAM,eAAe,GAAU,gBAG5B;IACD,GAAG,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAA;IAC5D,IAAI,EAAE,MAAM,CAAA;CACb;;;;;cA8BA,CAAA;AAmFD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;CAA8B,CAAA;AAoDhD;;;;;;;;;;;;;;;;GAgBG;AACH,QAAA,MAAM,kBAAkB,EAAE,kBAgBzB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,QAAQ,EAAE;IAC1C,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,KACG,CAAC,cAAc,GAAG;IAChB,MAAM,CAAC,EAAE,cAAc,GAAG,SAAS,CAAA;CACpC,CAAC,GACF,SAAS,CAAA;AAEb;;;;;GAKG;AACH,QAAA,MAAM,gBAAgB,GAAI,IAAI,MAAM,mFAiFnC,CAAA;AAoED,yCAAyC;AACzC,QAAA,MAAM,wBAAwB,GAAI,OAAO,MAAM,qBAAyD,CAAA;AAwCxG;;;;;GAKG;AACH,QAAA,MAAM,UAAU,GAAU,OAAO,MAAM,KAAG,OAAO,CAAC,IAAI,CAerD,CAAA;AA+FD,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,UAAU,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IACxC,OAAO,EAAE;QACP,KAAK,EAAE,OAAO,YAAY,CAAA;QAC1B,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;QAC1B,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;QACpB,gBAAgB,EAAE,OAAO,gBAAgB,CAAA;QACzC,wBAAwB,EAAE,OAAO,wBAAwB,CAAA;QACzD,kBAAkB,EAAE,OAAO,kBAAkB,CAAA;KAC9C,CAAA;IACD,IAAI,EAAE;QACJ,KAAK,EAAE,GAAG,CAAC,GAAG,EAAE,CAAC,CAAA;QACjB,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;QAC3B,UAAU,EAAE,OAAO,UAAU,CAAA;KAC9B,CAAA;IACD,SAAS,EAAE;QACT,MAAM,EAAE,OAAO,eAAe,CAAA;QAC9B,aAAa,EAAE,GAAG,CAAC,eAAe,EAAE,CAAC,CAAA;QACrC,eAAe,EAAE,UAAU,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAA;QACvD,mBAAmB,EAAE,OAAO,mBAAmB,CAAA;QAC/C,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;KAC7B,CAAA;IACD,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IACjC,YAAY,EAAE,GAAG,CAAC,8BAA8B,GAAG,IAAI,CAAC,CAAA;IACxD,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACrB,cAAc,EAAE;QACd,SAAS,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QAClC,aAAa,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QACtC,YAAY,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QACrC,IAAI,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QAC7B,MAAM,EAAE,GAAG,CAAC,UAAU,GAAG,SAAS,CAAC,CAAA;QACnC,WAAW,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;KACrC,CAAA;IACD,WAAW,EAAE,WAAW,CAAC,kBAAkB,CAAC,CAAA;IAC5C,QAAQ,EAAE,WAAW,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAA;CAChD,CAAA;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,QAAQ,CA0CrD"}
1
+ {"version":3,"file":"app-state.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/app/app-state.ts"],"names":[],"mappings":"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"}