@scalar/api-client 2.27.1 → 2.29.2
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.
- package/CHANGELOG.md +166 -0
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +1 -1
- package/dist/libs/local-storage.js +3 -3
- package/dist/style.css +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue2.js +21 -21
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js +2 -2
- package/dist/v2/blocks/request-block/components/RequestBody.vue2.js +67 -75
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +2 -0
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +2 -0
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-default-headers.d.ts +1 -1
- package/dist/v2/blocks/request-block/helpers/get-default-headers.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +20 -19
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +2 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +42 -40
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +5 -5
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts +3 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.js +35 -35
- package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.js +2 -2
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/Sidebar.vue.js +1 -1
- package/dist/v2/features/app/App.vue.d.ts.map +1 -1
- package/dist/v2/features/app/App.vue.js +70 -70
- package/dist/v2/features/app/app-events.d.ts +2 -1
- package/dist/v2/features/app/app-events.d.ts.map +1 -1
- package/dist/v2/features/app/app-events.js +89 -64
- package/dist/v2/features/app/app-state.d.ts +4 -2
- package/dist/v2/features/app/app-state.d.ts.map +1 -1
- package/dist/v2/features/app/app-state.js +185 -156
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.js +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue2.js +48 -47
- package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/DesktopTabs.vue.js +4 -4
- package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/DownloadAppButton.vue.js +1 -1
- package/dist/v2/features/app/components/DownloadAppButton.vue2.js +9 -9
- package/dist/v2/features/app/components/SidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/SidebarItemMenu.vue.js +71 -43
- package/dist/v2/features/app/helpers/routes.js +11 -11
- package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts +1 -6
- package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +38 -20
- package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.js +2 -2
- package/dist/v2/features/collection/components/Authentication.vue2.js +20 -16
- package/dist/v2/features/collection/components/LabelInput.vue.d.ts +3 -0
- package/dist/v2/features/collection/components/LabelInput.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/LabelInput.vue.js +2 -2
- package/dist/v2/features/collection/components/LabelInput.vue2.js +20 -16
- package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Settings.vue.js +18 -14
- package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.d.ts +7 -2
- package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/v2/features/command-palette/components/CommandPaletteExample.vue.js +70 -71
- package/dist/v2/features/command-palette/components/{CommandPaletteDocument.vue.d.ts → CommandPaletteOpenApiDocument.vue.d.ts} +3 -3
- package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue.d.ts.map +1 -0
- package/dist/v2/features/command-palette/components/{CommandPaletteDocument.vue.js → CommandPaletteOpenApiDocument.vue.js} +15 -15
- package/dist/v2/features/command-palette/components/CommandPaletteOpenApiDocument.vue2.js +4 -0
- package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.d.ts +2 -2
- package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/v2/features/command-palette/components/CommandPaletteRequest.vue.js +10 -10
- package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.d.ts +27 -5
- package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.d.ts.map +1 -1
- package/dist/v2/features/command-palette/components/CommandPaletteTag.vue.js +80 -53
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts +34 -9
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts.map +1 -1
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.js +50 -44
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +19 -15
- package/dist/v2/helpers/get-active-proxy-url.d.ts +18 -0
- package/dist/v2/helpers/get-active-proxy-url.d.ts.map +1 -0
- package/dist/v2/helpers/get-active-proxy-url.js +5 -0
- package/dist/v2/workspace-events.d.ts.map +1 -1
- package/dist/v2/workspace-events.js +123 -113
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +18 -18
- package/dist/v2/features/command-palette/components/CommandPaletteDocument.vue.d.ts.map +0 -1
- package/dist/v2/features/command-palette/components/CommandPaletteDocument.vue2.js +0 -4
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
import { computed as
|
|
2
|
-
import { NavigationFailureType as
|
|
3
|
-
import { initializeWorkspaceEventHandlers as
|
|
4
|
-
function
|
|
5
|
-
eventBus:
|
|
6
|
-
store:
|
|
7
|
-
router:
|
|
1
|
+
import { computed as w } from "vue";
|
|
2
|
+
import { NavigationFailureType as v } from "vue-router";
|
|
3
|
+
import { initializeWorkspaceEventHandlers as k } from "../../workspace-events.js";
|
|
4
|
+
function S({
|
|
5
|
+
eventBus: r,
|
|
6
|
+
store: f,
|
|
7
|
+
router: m,
|
|
8
8
|
rebuildSidebar: u,
|
|
9
|
-
navigateToCurrentTab:
|
|
10
|
-
onSelectSidebarItem:
|
|
9
|
+
navigateToCurrentTab: o,
|
|
10
|
+
onSelectSidebarItem: d,
|
|
11
11
|
onAfterExampleCreation: i,
|
|
12
|
-
onCopyTabUrl:
|
|
13
|
-
onToggleSidebar:
|
|
12
|
+
onCopyTabUrl: l,
|
|
13
|
+
onToggleSidebar: x,
|
|
14
|
+
renameWorkspace: h
|
|
14
15
|
}) {
|
|
15
|
-
const
|
|
16
|
+
const s = w(() => m.currentRoute?.value), p = ({
|
|
16
17
|
documentName: e,
|
|
17
|
-
path:
|
|
18
|
+
path: c,
|
|
18
19
|
method: t,
|
|
19
|
-
exampleName:
|
|
20
|
-
}) => !(e !== void 0 && e !==
|
|
21
|
-
|
|
22
|
-
eventBus:
|
|
23
|
-
store:
|
|
20
|
+
exampleName: a
|
|
21
|
+
}) => !(e !== void 0 && e !== s.value?.params.documentSlug || c !== void 0 && encodeURIComponent(c) !== s.value?.params.pathEncoded || t !== void 0 && t !== s.value?.params.method || a !== void 0 && a !== s.value?.params.exampleName);
|
|
22
|
+
k({
|
|
23
|
+
eventBus: r,
|
|
24
|
+
store: f,
|
|
24
25
|
hooks: {
|
|
25
26
|
//------------------------------------------------------------------------------------
|
|
26
27
|
// Document Related Hooks
|
|
27
28
|
//------------------------------------------------------------------------------------
|
|
28
29
|
"document:delete:document": {
|
|
29
30
|
onAfterExecute: async (e) => {
|
|
30
|
-
|
|
31
|
+
s?.value?.params.documentSlug === e.name && await m.push({
|
|
31
32
|
name: "workspace.environment"
|
|
32
33
|
});
|
|
33
34
|
}
|
|
@@ -38,15 +39,15 @@ function A({
|
|
|
38
39
|
"operation:update:pathMethod": {
|
|
39
40
|
onBeforeExecute: (e) => ({
|
|
40
41
|
...e,
|
|
41
|
-
callback: async (
|
|
42
|
-
|
|
42
|
+
callback: async (c) => {
|
|
43
|
+
c === "success" && (await m.replace({
|
|
43
44
|
name: "example",
|
|
44
45
|
params: {
|
|
45
46
|
method: e.payload.method,
|
|
46
47
|
pathEncoded: encodeURIComponent(e.payload.path),
|
|
47
|
-
exampleName:
|
|
48
|
+
exampleName: s.value?.params.exampleName
|
|
48
49
|
}
|
|
49
|
-
}), u(
|
|
50
|
+
}), u(f.value?.workspace.activeDocument?.["x-scalar-navigation"]?.name)), e.callback(c);
|
|
50
51
|
}
|
|
51
52
|
})
|
|
52
53
|
},
|
|
@@ -63,17 +64,30 @@ function A({
|
|
|
63
64
|
onAfterExecute: async (e) => {
|
|
64
65
|
u(e.documentName);
|
|
65
66
|
const {
|
|
66
|
-
documentName:
|
|
67
|
-
meta: { path: t, method:
|
|
67
|
+
documentName: c,
|
|
68
|
+
meta: { path: t, method: a }
|
|
68
69
|
} = e;
|
|
69
70
|
p({
|
|
70
|
-
documentName:
|
|
71
|
+
documentName: c,
|
|
71
72
|
path: t,
|
|
72
|
-
method:
|
|
73
|
-
}) && await
|
|
73
|
+
method: a
|
|
74
|
+
}) && await m.replace({
|
|
74
75
|
name: "document.overview",
|
|
75
76
|
params: {
|
|
76
|
-
documentSlug:
|
|
77
|
+
documentSlug: c
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"operation:create:draft-example": {
|
|
83
|
+
onAfterExecute: async (e) => {
|
|
84
|
+
i({ ...e.meta, exampleKey: e.exampleName }), await m.push({
|
|
85
|
+
name: "example",
|
|
86
|
+
params: {
|
|
87
|
+
documentSlug: e.documentName,
|
|
88
|
+
pathEncoded: encodeURIComponent(e.meta.path),
|
|
89
|
+
method: e.meta.method,
|
|
90
|
+
exampleName: e.exampleName
|
|
77
91
|
}
|
|
78
92
|
});
|
|
79
93
|
}
|
|
@@ -82,20 +96,20 @@ function A({
|
|
|
82
96
|
onAfterExecute: async (e) => {
|
|
83
97
|
u(e.documentName);
|
|
84
98
|
const {
|
|
85
|
-
documentName:
|
|
86
|
-
meta: { path: t, method:
|
|
99
|
+
documentName: c,
|
|
100
|
+
meta: { path: t, method: a, exampleKey: n }
|
|
87
101
|
} = e;
|
|
88
102
|
p({
|
|
89
|
-
documentName:
|
|
103
|
+
documentName: c,
|
|
90
104
|
path: t,
|
|
91
|
-
method:
|
|
92
|
-
exampleName:
|
|
93
|
-
}) && await
|
|
105
|
+
method: a,
|
|
106
|
+
exampleName: n
|
|
107
|
+
}) && await m.replace({
|
|
94
108
|
name: "example",
|
|
95
109
|
params: {
|
|
96
110
|
pathEncoded: encodeURIComponent(t),
|
|
97
|
-
method:
|
|
98
|
-
documentSlug:
|
|
111
|
+
method: a,
|
|
112
|
+
documentSlug: c,
|
|
99
113
|
exampleName: "default"
|
|
100
114
|
}
|
|
101
115
|
});
|
|
@@ -116,6 +130,17 @@ function A({
|
|
|
116
130
|
"tag:create:tag": {
|
|
117
131
|
onAfterExecute: (e) => u(e.documentName)
|
|
118
132
|
},
|
|
133
|
+
"tag:edit:tag": {
|
|
134
|
+
onAfterExecute: async (e) => {
|
|
135
|
+
u(e.documentName), e.tag.children?.some(
|
|
136
|
+
(t) => t.type === "operation" && p({
|
|
137
|
+
documentName: e.documentName,
|
|
138
|
+
path: t.path,
|
|
139
|
+
method: t.method
|
|
140
|
+
})
|
|
141
|
+
) && await m.replace({ ...s.value });
|
|
142
|
+
}
|
|
143
|
+
},
|
|
119
144
|
"tag:delete:tag": {
|
|
120
145
|
onAfterExecute: (e) => u(e.documentName)
|
|
121
146
|
},
|
|
@@ -123,64 +148,64 @@ function A({
|
|
|
123
148
|
// Tabs Related Event Hooks
|
|
124
149
|
//------------------------------------------------------------------------------------
|
|
125
150
|
"tabs:add:tab": {
|
|
126
|
-
onAfterExecute:
|
|
151
|
+
onAfterExecute: o
|
|
127
152
|
},
|
|
128
153
|
"tabs:close:tab": {
|
|
129
|
-
onAfterExecute:
|
|
154
|
+
onAfterExecute: o
|
|
130
155
|
},
|
|
131
156
|
"tabs:focus:tab": {
|
|
132
|
-
onAfterExecute:
|
|
157
|
+
onAfterExecute: o
|
|
133
158
|
},
|
|
134
159
|
"tabs:focus:tab-last": {
|
|
135
|
-
onAfterExecute:
|
|
160
|
+
onAfterExecute: o
|
|
136
161
|
},
|
|
137
162
|
"tabs:navigate:previous": {
|
|
138
|
-
onAfterExecute:
|
|
163
|
+
onAfterExecute: o
|
|
139
164
|
},
|
|
140
165
|
"tabs:navigate:next": {
|
|
141
|
-
onAfterExecute:
|
|
166
|
+
onAfterExecute: o
|
|
142
167
|
},
|
|
143
168
|
"tabs:update:tabs": {
|
|
144
|
-
onAfterExecute:
|
|
169
|
+
onAfterExecute: o
|
|
145
170
|
}
|
|
146
171
|
}
|
|
147
|
-
}),
|
|
148
|
-
const a = (
|
|
149
|
-
if (!
|
|
172
|
+
}), r.on("workspace:update:name", (e) => h(e)), r.on("scroll-to:nav-item", ({ id: e }) => d(e)), r.on("ui:toggle:sidebar", x), r.on("ui:navigate", async (e) => {
|
|
173
|
+
const { replace: c = !1 } = e, t = c ? m.replace : m.push, a = (n) => {
|
|
174
|
+
if (!n)
|
|
150
175
|
return e.callback?.("success");
|
|
151
|
-
const
|
|
152
|
-
return
|
|
176
|
+
const g = v.duplicated;
|
|
177
|
+
return n.type !== g ? e.callback?.("error") : e.callback?.("success");
|
|
153
178
|
};
|
|
154
179
|
if (e.page === "document") {
|
|
155
|
-
const
|
|
180
|
+
const n = {
|
|
156
181
|
documentSlug: e.documentSlug,
|
|
157
182
|
workspaceSlug: e.workspaceSlug,
|
|
158
183
|
namespace: e.namespace
|
|
159
184
|
};
|
|
160
185
|
if (e.path === "overview")
|
|
161
|
-
return a(await
|
|
186
|
+
return a(await t({ name: "document.overview", params: n }));
|
|
162
187
|
if (e.path === "servers")
|
|
163
|
-
return a(await
|
|
188
|
+
return a(await t({ name: "document.servers", params: n }));
|
|
164
189
|
if (e.path === "environment")
|
|
165
|
-
return a(await
|
|
190
|
+
return a(await t({ name: "document.environment", params: n }));
|
|
166
191
|
if (e.path === "authentication")
|
|
167
|
-
return a(await
|
|
192
|
+
return a(await t({ name: "document.authentication", params: n }));
|
|
168
193
|
if (e.path === "cookies")
|
|
169
|
-
return a(await
|
|
194
|
+
return a(await t({ name: "document.cookies", params: n }));
|
|
170
195
|
if (e.path === "settings")
|
|
171
|
-
return a(await
|
|
196
|
+
return a(await t({ name: "document.settings", params: n }));
|
|
172
197
|
}
|
|
173
198
|
if (e.page === "workspace") {
|
|
174
|
-
const
|
|
199
|
+
const n = { workspaceSlug: e.workspaceSlug, namespace: e.namespace };
|
|
175
200
|
if (e.path === "environment")
|
|
176
|
-
return a(await
|
|
201
|
+
return a(await t({ name: "workspace.environment", params: n }));
|
|
177
202
|
if (e.path === "cookies")
|
|
178
|
-
return a(await
|
|
203
|
+
return a(await t({ name: "workspace.cookies", params: n }));
|
|
179
204
|
if (e.path === "settings")
|
|
180
|
-
return a(await
|
|
205
|
+
return a(await t({ name: "workspace.settings", params: n }));
|
|
181
206
|
}
|
|
182
207
|
if (e.page === "example") {
|
|
183
|
-
const
|
|
208
|
+
const n = {
|
|
184
209
|
namespace: e.namespace,
|
|
185
210
|
workspaceSlug: e.workspaceSlug,
|
|
186
211
|
documentSlug: e.documentSlug,
|
|
@@ -188,10 +213,10 @@ function A({
|
|
|
188
213
|
method: e.method,
|
|
189
214
|
exampleName: e.exampleName
|
|
190
215
|
};
|
|
191
|
-
return a(await
|
|
216
|
+
return a(await t({ name: "example", params: n }));
|
|
192
217
|
}
|
|
193
|
-
}),
|
|
218
|
+
}), r.on("tabs:copy:url", (e) => l(e.index));
|
|
194
219
|
}
|
|
195
220
|
export {
|
|
196
|
-
|
|
221
|
+
S as initializeAppEventHandlers
|
|
197
222
|
};
|
|
@@ -106,8 +106,10 @@ export type AppState = {
|
|
|
106
106
|
method: Ref<HttpMethod | undefined>;
|
|
107
107
|
/** The name of the currently selected example (for examples within an endpoint) */
|
|
108
108
|
exampleName: Ref<string | undefined>;
|
|
109
|
-
/** The unique identifier for the selected team context */
|
|
110
|
-
teamUid: Ref<string
|
|
109
|
+
/** The unique identifier for the selected team context (read-only; use setTeamUid to change) */
|
|
110
|
+
teamUid: Readonly<Ref<string>>;
|
|
111
|
+
/** Sets the current team context by team UID */
|
|
112
|
+
setTeamUid: (value: string) => void;
|
|
111
113
|
};
|
|
112
114
|
/** The currently active environment */
|
|
113
115
|
environment: ComputedRef<XScalarEnvironment>;
|
|
@@ -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,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAG7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;
|
|
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,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAG7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAE7D,OAAO,EAAE,kBAAkB,EAAwB,MAAM,iBAAiB,CAAA;AAC1E,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,EAAuC,MAAM,KAAK,CAAA;AACtG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAexE,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,KAAK,eAAe,GAAG,mBAAmB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAA;AAEjG,mFAAmF;AACnF,MAAM,MAAM,QAAQ,GAAG;IACrB,0BAA0B;IAC1B,KAAK,EAAE,UAAU,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IACxC,6BAA6B;IAC7B,OAAO,EAAE;QACP,wBAAwB;QACxB,KAAK,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,cAAc,CAAC,CAAC,CAAA;QAC5D,+BAA+B;QAC/B,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;QAC1B,kCAAkC;QAClC,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;QACpB,sDAAsD;QACtD,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;QACtC,8CAA8C;QAC9C,wBAAwB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;QACjD,iCAAiC;QACjC,kBAAkB,EAAE,kBAAkB,CAAA;KACvC,CAAA;IACD,0BAA0B;IAC1B,IAAI,EAAE;QACJ,qBAAqB;QACrB,KAAK,EAAE,GAAG,CAAC,GAAG,EAAE,CAAC,CAAA;QACjB,2BAA2B;QAC3B,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;QAC3B,oEAAoE;QACpE,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;KAC7C,CAAA;IACD,+BAA+B;IAC/B,SAAS,EAAE;QACT,kDAAkD;QAClD,MAAM,EAAE,CAAC,OAAO,EAAE;YAChB,OAAO,CAAC,EAAE,MAAM,CAAA;YAChB,SAAS,CAAC,EAAE,MAAM,CAAA;YAClB,IAAI,CAAC,EAAE,MAAM,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;SACb,KAAK,OAAO,CAAC;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,SAAS,EAAE,MAAM,CAAC;YAAC,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,GAAG,SAAS,CAAC,CAAA;QAC7F,yBAAyB;QACzB,aAAa,EAAE,GAAG,CAAC,eAAe,EAAE,CAAC,CAAA;QACrC,4DAA4D;QAC5D,qBAAqB,EAAE,WAAW,CAAC,eAAe,EAAE,CAAC,CAAA;QACrD;;;WAGG;QACH,eAAe,EAAE,WAAW,CAAC,cAAc,EAAE,CAAC,CAAA;QAC9C,qCAAqC;QACrC,eAAe,EAAE,UAAU,CAAC;YAAE,EAAE,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,GAAG,IAAI,CAAC,CAAA;QACjE,2CAA2C;QAC3C,mBAAmB,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;QACzE,yCAAyC;QACzC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;KAC7B,CAAA;IACD,kEAAkE;IAClE,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAA;IACd,gDAAgD;IAChD,YAAY,EAAE,GAAG,CAAC,8BAA8B,GAAG,IAAI,CAAC,CAAA;IACxD,iDAAiD;IACjD,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACrB,oCAAoC;IACpC,cAAc,EAAE;QACd,gFAAgF;QAChF,SAAS,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QAClC,iDAAiD;QACjD,aAAa,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QACtC,mEAAmE;QACnE,YAAY,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QACrC,2DAA2D;QAC3D,IAAI,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QAC7B,2EAA2E;QAC3E,MAAM,EAAE,GAAG,CAAC,UAAU,GAAG,SAAS,CAAC,CAAA;QACnC,mFAAmF;QACnF,WAAW,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;QACpC,gGAAgG;QAChG,OAAO,EAAE,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAA;QAC9B,gDAAgD;QAChD,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;KACpC,CAAA;IACD,uCAAuC;IACvC,WAAW,EAAE,WAAW,CAAC,kBAAkB,CAAC,CAAA;IAC5C,oCAAoC;IACpC,QAAQ,EAAE,WAAW,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAA;IAC/C,6CAA6C;IAC7C,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CACjC,CAAA;AAaD,eAAO,MAAM,cAAc,GAAU,yBAGlC;IACD,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,YAAY,CAAA;CAC1B,KAAG,OAAO,CAAC,QAAQ,CA+0BnB,CAAA"}
|