@scalar/api-reference 1.35.7 → 1.36.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.
- package/CHANGELOG.md +23 -0
- package/dist/browser/standalone.js +7953 -7994
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +1 -1
- package/dist/components/ApiReferenceLayout.vue2.js +148 -150
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +44 -51
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts +2 -1
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ClassicLayout.vue.js +2 -2
- package/dist/components/Content/Models/ClassicLayout.vue2.js +31 -33
- package/dist/components/Content/Models/Models.vue.d.ts +2 -2
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +24 -23
- package/dist/components/Content/Models/ModernLayout.vue.d.ts +1 -0
- package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModernLayout.vue.js +2 -2
- package/dist/components/Content/Models/ModernLayout.vue2.js +40 -41
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +1 -2
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntry.vue.js +24 -24
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +1 -1
- package/dist/components/Content/Operations/get-current-index.d.ts +1 -1
- package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -1
- package/dist/components/Content/Operations/get-current-index.js +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +35 -45
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/sort-property-names.d.ts +16 -0
- package/dist/components/Content/Schema/helpers/sort-property-names.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/sort-property-names.js +36 -0
- package/dist/components/Content/Tags/ClassicLayout.vue.d.ts +1 -1
- package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/ClassicLayout.vue.js +2 -2
- package/dist/components/Content/Tags/ClassicLayout.vue2.js +1 -1
- package/dist/components/Content/Tags/ModernLayout.vue.d.ts +1 -1
- package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/ModernLayout.vue.js +2 -2
- package/dist/components/Content/Tags/ModernLayout.vue2.js +2 -2
- package/dist/components/Content/Tags/Tag.vue.d.ts +1 -1
- package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/TagSection.vue.d.ts +1 -1
- package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/TagSection.vue.js +4 -4
- package/dist/components/MobileHeader.vue.js +2 -2
- package/dist/components/MobileHeader.vue2.js +1 -1
- package/dist/components/OperationsList/OperationsList.vue.d.ts +1 -1
- package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsList.vue.js +1 -1
- package/dist/components/OperationsList/OperationsList.vue2.js +9 -11
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.js +2 -2
- package/dist/components/OperationsList/OperationsListItem.vue2.js +24 -27
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/Section.vue2.js +12 -13
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +1 -1
- package/dist/components/Section/SectionAccordion.vue2.js +36 -37
- package/dist/components/ShowMoreButton.vue.js +2 -2
- package/dist/components/ShowMoreButton.vue2.js +3 -3
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +32 -22
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +1 -1
- package/dist/features/Operation/components/RequestBody.vue2.js +59 -47
- package/dist/features/Operation/helpers/get-first-server.d.ts +9 -0
- package/dist/features/Operation/helpers/get-first-server.d.ts.map +1 -0
- package/dist/features/Operation/helpers/get-first-server.js +20 -0
- package/dist/features/Search/components/SearchButton.vue.d.ts +2 -0
- package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/components/SearchButton.vue.js +19 -17
- package/dist/features/Search/components/SearchModal.vue.d.ts +2 -1
- package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/components/SearchModal.vue.js +2 -2
- package/dist/features/Search/components/SearchModal.vue2.js +74 -75
- package/dist/features/Search/helpers/create-search-index.d.ts +2 -2
- package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -1
- package/dist/features/Search/helpers/create-search-index.js +68 -66
- package/dist/features/Search/hooks/useSearchIndex.d.ts +3 -2
- package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/hooks/useSearchIndex.js +13 -13
- package/dist/features/Search/types.d.ts +1 -1
- package/dist/features/Search/types.d.ts.map +1 -1
- package/dist/features/api-client-modal/useApiClient.d.ts +20 -20
- package/dist/helpers/test-utils.d.ts +367 -5
- package/dist/helpers/test-utils.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts +1 -15
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +29 -53
- package/dist/index.d.ts +5 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -20
- package/dist/style.css +1 -1
- package/dist/{features/sidebar/components/Sidebar.vue.d.ts → v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts} +1 -1
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.js +7 -0
- package/dist/{features/sidebar/components/Sidebar.vue2.js → v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue2.js} +15 -15
- package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarElement.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.js +7 -0
- package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarElement.vue2.js +41 -43
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.js +7 -0
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.js +7 -0
- package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarHttpBadge.vue2.js +1 -1
- package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts +385 -0
- package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.js +35 -0
- package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts +189 -0
- package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.js +9 -0
- package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/hooks/useSidebar.d.ts +4 -8
- package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.js +18 -0
- package/dist/v2/blocks/scalar-sidebar-block/index.d.ts +4 -0
- package/dist/v2/blocks/scalar-sidebar-block/index.d.ts.map +1 -0
- package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
- package/package.json +9 -9
- package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +0 -1
- package/dist/features/sidebar/components/Sidebar.vue.js +0 -7
- package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +0 -1
- package/dist/features/sidebar/components/SidebarElement.vue.js +0 -7
- package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +0 -1
- package/dist/features/sidebar/components/SidebarGroup.vue.js +0 -7
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +0 -1
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +0 -7
- package/dist/features/sidebar/helpers/create-sidebar.d.ts +0 -28
- package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +0 -1
- package/dist/features/sidebar/helpers/create-sidebar.js +0 -32
- package/dist/features/sidebar/hooks/useSidebar.d.ts.map +0 -1
- package/dist/features/sidebar/hooks/useSidebar.js +0 -18
- package/dist/features/sidebar/index.d.ts +0 -4
- package/dist/features/sidebar/index.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/get-tag.d.ts +0 -6
- package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/get-tag.js +0 -7
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts +0 -11
- package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-description.js +0 -32
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts +0 -16
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-document.js +0 -33
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +0 -18
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.js +0 -30
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +0 -8
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.js +0 -21
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +0 -11
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-tags.js +0 -43
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +0 -10
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.js +0 -24
- package/dist/features/traverse-schema/index.d.ts +0 -5
- package/dist/features/traverse-schema/index.d.ts.map +0 -1
- package/dist/features/traverse-schema/types.d.ts +0 -55
- package/dist/features/traverse-schema/types.d.ts.map +0 -1
- package/dist/libs/markdown.js +0 -18
- /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarGroup.vue.d.ts +0 -0
- /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarGroup.vue2.js +0 -0
- /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarHttpBadge.vue.d.ts +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ref as a, watch as i, toValue as
|
|
2
|
-
import { createFuseInstance as
|
|
3
|
-
import { createSearchIndex as
|
|
1
|
+
import { ref as a, watch as i, toValue as p, computed as h } from "vue";
|
|
2
|
+
import { createFuseInstance as x } from "../helpers/create-fuse-instance.js";
|
|
3
|
+
import { createSearchIndex as I } from "../helpers/create-search-index.js";
|
|
4
4
|
const d = 25;
|
|
5
|
-
function
|
|
6
|
-
const n =
|
|
5
|
+
function g(l, v) {
|
|
6
|
+
const n = x(), e = a();
|
|
7
7
|
i(
|
|
8
8
|
l,
|
|
9
9
|
() => {
|
|
10
|
-
const { entries: r } =
|
|
10
|
+
const { entries: r } = p(l), c = I(r, v);
|
|
11
11
|
n.setCollection(c);
|
|
12
12
|
},
|
|
13
13
|
{ immediate: !0 }
|
|
@@ -15,7 +15,7 @@ function _(l) {
|
|
|
15
15
|
const t = a("");
|
|
16
16
|
i(t, (r) => {
|
|
17
17
|
if (r.length) {
|
|
18
|
-
|
|
18
|
+
f();
|
|
19
19
|
return;
|
|
20
20
|
}
|
|
21
21
|
o();
|
|
@@ -23,24 +23,24 @@ function _(l) {
|
|
|
23
23
|
function o() {
|
|
24
24
|
t.value = "", e.value = void 0, s.value = [];
|
|
25
25
|
}
|
|
26
|
-
const s = a([]),
|
|
26
|
+
const s = a([]), f = () => {
|
|
27
27
|
e.value = 0, s.value = n.search(t.value, {
|
|
28
28
|
limit: d
|
|
29
29
|
});
|
|
30
|
-
}, u = h(() => t.value.length !== 0 ? s.value : n._docs.slice(0, d).map((c,
|
|
30
|
+
}, u = h(() => t.value.length !== 0 ? s.value : n._docs.slice(0, d).map((c, S) => ({
|
|
31
31
|
item: c,
|
|
32
|
-
refIndex:
|
|
33
|
-
}))),
|
|
32
|
+
refIndex: S
|
|
33
|
+
}))), m = h(
|
|
34
34
|
() => typeof e.value == "number" ? u.value[e.value] : void 0
|
|
35
35
|
);
|
|
36
36
|
return {
|
|
37
37
|
resetSearch: o,
|
|
38
38
|
selectedIndex: e,
|
|
39
|
-
selectedSearchResult:
|
|
39
|
+
selectedSearchResult: m,
|
|
40
40
|
searchResultsWithPlaceholderResults: u,
|
|
41
41
|
query: t
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
g as useSearchIndex
|
|
46
46
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TraversedEntry } from '
|
|
1
|
+
import type { TraversedEntry } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
2
2
|
import type { ParameterMap } from '../../libs/openapi.js';
|
|
3
3
|
export type EntryType = 'operation' | 'webhook' | 'model' | 'heading' | 'tag';
|
|
4
4
|
export type FuseData = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/Search/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/Search/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8DAA8D,CAAA;AAElG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAA;AAE7E,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,SAAS,CAAA;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,YAAY,CAAA;IACvC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,cAAc,CAAA;CACtB,CAAA"}
|
|
@@ -402,7 +402,7 @@ declare const client: import("vue").Ref<{
|
|
|
402
402
|
} | undefined;
|
|
403
403
|
raw?: {
|
|
404
404
|
value: string;
|
|
405
|
-
encoding: "xml" | "json" | "
|
|
405
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
406
406
|
mimeType?: string | undefined;
|
|
407
407
|
} | undefined;
|
|
408
408
|
};
|
|
@@ -1854,7 +1854,7 @@ declare const client: import("vue").Ref<{
|
|
|
1854
1854
|
} | undefined;
|
|
1855
1855
|
raw?: {
|
|
1856
1856
|
value: string;
|
|
1857
|
-
encoding: "xml" | "json" | "
|
|
1857
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1858
1858
|
mimeType?: string | undefined;
|
|
1859
1859
|
} | undefined;
|
|
1860
1860
|
};
|
|
@@ -1955,7 +1955,7 @@ declare const client: import("vue").Ref<{
|
|
|
1955
1955
|
} | undefined;
|
|
1956
1956
|
raw?: {
|
|
1957
1957
|
value: string;
|
|
1958
|
-
encoding: "xml" | "json" | "
|
|
1958
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1959
1959
|
mimeType?: string | undefined;
|
|
1960
1960
|
} | undefined;
|
|
1961
1961
|
};
|
|
@@ -2057,7 +2057,7 @@ declare const client: import("vue").Ref<{
|
|
|
2057
2057
|
} | undefined;
|
|
2058
2058
|
raw?: {
|
|
2059
2059
|
value: string;
|
|
2060
|
-
encoding: "xml" | "json" | "
|
|
2060
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2061
2061
|
mimeType?: string | undefined;
|
|
2062
2062
|
} | undefined;
|
|
2063
2063
|
};
|
|
@@ -2158,7 +2158,7 @@ declare const client: import("vue").Ref<{
|
|
|
2158
2158
|
} | undefined;
|
|
2159
2159
|
raw?: {
|
|
2160
2160
|
value: string;
|
|
2161
|
-
encoding: "xml" | "json" | "
|
|
2161
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2162
2162
|
mimeType?: string | undefined;
|
|
2163
2163
|
} | undefined;
|
|
2164
2164
|
};
|
|
@@ -2258,7 +2258,7 @@ declare const client: import("vue").Ref<{
|
|
|
2258
2258
|
} | undefined;
|
|
2259
2259
|
raw?: {
|
|
2260
2260
|
value: string;
|
|
2261
|
-
encoding: "xml" | "json" | "
|
|
2261
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2262
2262
|
mimeType?: string | undefined;
|
|
2263
2263
|
} | undefined;
|
|
2264
2264
|
};
|
|
@@ -2358,7 +2358,7 @@ declare const client: import("vue").Ref<{
|
|
|
2358
2358
|
} | undefined;
|
|
2359
2359
|
raw?: {
|
|
2360
2360
|
value: string;
|
|
2361
|
-
encoding: "xml" | "json" | "
|
|
2361
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2362
2362
|
mimeType?: string | undefined;
|
|
2363
2363
|
} | undefined;
|
|
2364
2364
|
};
|
|
@@ -2459,7 +2459,7 @@ declare const client: import("vue").Ref<{
|
|
|
2459
2459
|
} | undefined;
|
|
2460
2460
|
raw?: {
|
|
2461
2461
|
value: string;
|
|
2462
|
-
encoding: "xml" | "json" | "
|
|
2462
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2463
2463
|
mimeType?: string | undefined;
|
|
2464
2464
|
} | undefined;
|
|
2465
2465
|
};
|
|
@@ -2559,7 +2559,7 @@ declare const client: import("vue").Ref<{
|
|
|
2559
2559
|
} | undefined;
|
|
2560
2560
|
raw?: {
|
|
2561
2561
|
value: string;
|
|
2562
|
-
encoding: "xml" | "json" | "
|
|
2562
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2563
2563
|
mimeType?: string | undefined;
|
|
2564
2564
|
} | undefined;
|
|
2565
2565
|
};
|
|
@@ -2659,7 +2659,7 @@ declare const client: import("vue").Ref<{
|
|
|
2659
2659
|
} | undefined;
|
|
2660
2660
|
raw?: {
|
|
2661
2661
|
value: string;
|
|
2662
|
-
encoding: "xml" | "json" | "
|
|
2662
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2663
2663
|
mimeType?: string | undefined;
|
|
2664
2664
|
} | undefined;
|
|
2665
2665
|
};
|
|
@@ -4360,7 +4360,7 @@ declare const client: import("vue").Ref<{
|
|
|
4360
4360
|
} | undefined;
|
|
4361
4361
|
raw?: {
|
|
4362
4362
|
value: string;
|
|
4363
|
-
encoding: "xml" | "json" | "
|
|
4363
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
4364
4364
|
mimeType?: string | undefined;
|
|
4365
4365
|
} | undefined;
|
|
4366
4366
|
};
|
|
@@ -5812,7 +5812,7 @@ declare const client: import("vue").Ref<{
|
|
|
5812
5812
|
} | undefined;
|
|
5813
5813
|
raw?: {
|
|
5814
5814
|
value: string;
|
|
5815
|
-
encoding: "xml" | "json" | "
|
|
5815
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
5816
5816
|
mimeType?: string | undefined;
|
|
5817
5817
|
} | undefined;
|
|
5818
5818
|
};
|
|
@@ -5913,7 +5913,7 @@ declare const client: import("vue").Ref<{
|
|
|
5913
5913
|
} | undefined;
|
|
5914
5914
|
raw?: {
|
|
5915
5915
|
value: string;
|
|
5916
|
-
encoding: "xml" | "json" | "
|
|
5916
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
5917
5917
|
mimeType?: string | undefined;
|
|
5918
5918
|
} | undefined;
|
|
5919
5919
|
};
|
|
@@ -6015,7 +6015,7 @@ declare const client: import("vue").Ref<{
|
|
|
6015
6015
|
} | undefined;
|
|
6016
6016
|
raw?: {
|
|
6017
6017
|
value: string;
|
|
6018
|
-
encoding: "xml" | "json" | "
|
|
6018
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6019
6019
|
mimeType?: string | undefined;
|
|
6020
6020
|
} | undefined;
|
|
6021
6021
|
};
|
|
@@ -6116,7 +6116,7 @@ declare const client: import("vue").Ref<{
|
|
|
6116
6116
|
} | undefined;
|
|
6117
6117
|
raw?: {
|
|
6118
6118
|
value: string;
|
|
6119
|
-
encoding: "xml" | "json" | "
|
|
6119
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6120
6120
|
mimeType?: string | undefined;
|
|
6121
6121
|
} | undefined;
|
|
6122
6122
|
};
|
|
@@ -6216,7 +6216,7 @@ declare const client: import("vue").Ref<{
|
|
|
6216
6216
|
} | undefined;
|
|
6217
6217
|
raw?: {
|
|
6218
6218
|
value: string;
|
|
6219
|
-
encoding: "xml" | "json" | "
|
|
6219
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6220
6220
|
mimeType?: string | undefined;
|
|
6221
6221
|
} | undefined;
|
|
6222
6222
|
};
|
|
@@ -6316,7 +6316,7 @@ declare const client: import("vue").Ref<{
|
|
|
6316
6316
|
} | undefined;
|
|
6317
6317
|
raw?: {
|
|
6318
6318
|
value: string;
|
|
6319
|
-
encoding: "xml" | "json" | "
|
|
6319
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6320
6320
|
mimeType?: string | undefined;
|
|
6321
6321
|
} | undefined;
|
|
6322
6322
|
};
|
|
@@ -6417,7 +6417,7 @@ declare const client: import("vue").Ref<{
|
|
|
6417
6417
|
} | undefined;
|
|
6418
6418
|
raw?: {
|
|
6419
6419
|
value: string;
|
|
6420
|
-
encoding: "xml" | "json" | "
|
|
6420
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6421
6421
|
mimeType?: string | undefined;
|
|
6422
6422
|
} | undefined;
|
|
6423
6423
|
};
|
|
@@ -6517,7 +6517,7 @@ declare const client: import("vue").Ref<{
|
|
|
6517
6517
|
} | undefined;
|
|
6518
6518
|
raw?: {
|
|
6519
6519
|
value: string;
|
|
6520
|
-
encoding: "xml" | "json" | "
|
|
6520
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6521
6521
|
mimeType?: string | undefined;
|
|
6522
6522
|
} | undefined;
|
|
6523
6523
|
};
|
|
@@ -6617,7 +6617,7 @@ declare const client: import("vue").Ref<{
|
|
|
6617
6617
|
} | undefined;
|
|
6618
6618
|
raw?: {
|
|
6619
6619
|
value: string;
|
|
6620
|
-
encoding: "xml" | "json" | "
|
|
6620
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
6621
6621
|
mimeType?: string | undefined;
|
|
6622
6622
|
} | undefined;
|
|
6623
6623
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { type TraversedEntry } from '../features/traverse-schema';
|
|
2
1
|
import type { OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
3
2
|
import type { WorkspaceStore } from '@scalar/workspace-store/client';
|
|
3
|
+
import type { TraversedEntry } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
4
4
|
import type { WorkspaceDocument } from '@scalar/workspace-store/schemas/workspace';
|
|
5
5
|
/**
|
|
6
6
|
* A collection of tools which are used strictly for testing
|
|
@@ -9,8 +9,189 @@ export declare const createMockSidebar: (collapsedItems?: Record<string, boolean
|
|
|
9
9
|
collapsedSidebarItems: Record<string, boolean>;
|
|
10
10
|
isSidebarOpen: import("vue").Ref<boolean, boolean>;
|
|
11
11
|
items: import("vue").ComputedRef<{
|
|
12
|
-
entries:
|
|
13
|
-
|
|
12
|
+
entries: (({
|
|
13
|
+
title: string;
|
|
14
|
+
id: string;
|
|
15
|
+
} & {
|
|
16
|
+
description?: string | undefined;
|
|
17
|
+
children?: (({
|
|
18
|
+
title: string;
|
|
19
|
+
id: string;
|
|
20
|
+
} & /*elided*/ any) | ({
|
|
21
|
+
title: string;
|
|
22
|
+
id: string;
|
|
23
|
+
} & {
|
|
24
|
+
children?: (({
|
|
25
|
+
title: string;
|
|
26
|
+
id: string;
|
|
27
|
+
} & /*elided*/ any) | ({
|
|
28
|
+
title: string;
|
|
29
|
+
id: string;
|
|
30
|
+
} & /*elided*/ any) | ({
|
|
31
|
+
title: string;
|
|
32
|
+
id: string;
|
|
33
|
+
} & {
|
|
34
|
+
isDeprecated?: boolean | undefined;
|
|
35
|
+
path: string;
|
|
36
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
37
|
+
type: "operation";
|
|
38
|
+
ref: string;
|
|
39
|
+
}) | ({
|
|
40
|
+
title: string;
|
|
41
|
+
id: string;
|
|
42
|
+
} & {
|
|
43
|
+
type: "model";
|
|
44
|
+
ref: string;
|
|
45
|
+
name: string;
|
|
46
|
+
}) | ({
|
|
47
|
+
title: string;
|
|
48
|
+
id: string;
|
|
49
|
+
} & {
|
|
50
|
+
isDeprecated?: boolean | undefined;
|
|
51
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
52
|
+
type: "webhook";
|
|
53
|
+
ref: string;
|
|
54
|
+
name: string;
|
|
55
|
+
}))[] | undefined;
|
|
56
|
+
type: "text";
|
|
57
|
+
}) | ({
|
|
58
|
+
title: string;
|
|
59
|
+
id: string;
|
|
60
|
+
} & {
|
|
61
|
+
isDeprecated?: boolean | undefined;
|
|
62
|
+
path: string;
|
|
63
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
64
|
+
type: "operation";
|
|
65
|
+
ref: string;
|
|
66
|
+
}) | ({
|
|
67
|
+
title: string;
|
|
68
|
+
id: string;
|
|
69
|
+
} & {
|
|
70
|
+
type: "model";
|
|
71
|
+
ref: string;
|
|
72
|
+
name: string;
|
|
73
|
+
}) | ({
|
|
74
|
+
title: string;
|
|
75
|
+
id: string;
|
|
76
|
+
} & {
|
|
77
|
+
isDeprecated?: boolean | undefined;
|
|
78
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
79
|
+
type: "webhook";
|
|
80
|
+
ref: string;
|
|
81
|
+
name: string;
|
|
82
|
+
}))[] | undefined;
|
|
83
|
+
isWebhooks?: boolean | undefined;
|
|
84
|
+
xKeys?: {
|
|
85
|
+
[x: string]: unknown;
|
|
86
|
+
} | undefined;
|
|
87
|
+
type: "tag";
|
|
88
|
+
name: string;
|
|
89
|
+
isGroup: boolean;
|
|
90
|
+
}) | ({
|
|
91
|
+
title: string;
|
|
92
|
+
id: string;
|
|
93
|
+
} & {
|
|
94
|
+
children?: (({
|
|
95
|
+
title: string;
|
|
96
|
+
id: string;
|
|
97
|
+
} & {
|
|
98
|
+
description?: string | undefined;
|
|
99
|
+
children?: (({
|
|
100
|
+
title: string;
|
|
101
|
+
id: string;
|
|
102
|
+
} & /*elided*/ any) | ({
|
|
103
|
+
title: string;
|
|
104
|
+
id: string;
|
|
105
|
+
} & /*elided*/ any) | ({
|
|
106
|
+
title: string;
|
|
107
|
+
id: string;
|
|
108
|
+
} & {
|
|
109
|
+
isDeprecated?: boolean | undefined;
|
|
110
|
+
path: string;
|
|
111
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
112
|
+
type: "operation";
|
|
113
|
+
ref: string;
|
|
114
|
+
}) | ({
|
|
115
|
+
title: string;
|
|
116
|
+
id: string;
|
|
117
|
+
} & {
|
|
118
|
+
type: "model";
|
|
119
|
+
ref: string;
|
|
120
|
+
name: string;
|
|
121
|
+
}) | ({
|
|
122
|
+
title: string;
|
|
123
|
+
id: string;
|
|
124
|
+
} & {
|
|
125
|
+
isDeprecated?: boolean | undefined;
|
|
126
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
127
|
+
type: "webhook";
|
|
128
|
+
ref: string;
|
|
129
|
+
name: string;
|
|
130
|
+
}))[] | undefined;
|
|
131
|
+
isWebhooks?: boolean | undefined;
|
|
132
|
+
xKeys?: {
|
|
133
|
+
[x: string]: unknown;
|
|
134
|
+
} | undefined;
|
|
135
|
+
type: "tag";
|
|
136
|
+
name: string;
|
|
137
|
+
isGroup: boolean;
|
|
138
|
+
}) | ({
|
|
139
|
+
title: string;
|
|
140
|
+
id: string;
|
|
141
|
+
} & /*elided*/ any) | ({
|
|
142
|
+
title: string;
|
|
143
|
+
id: string;
|
|
144
|
+
} & {
|
|
145
|
+
isDeprecated?: boolean | undefined;
|
|
146
|
+
path: string;
|
|
147
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
148
|
+
type: "operation";
|
|
149
|
+
ref: string;
|
|
150
|
+
}) | ({
|
|
151
|
+
title: string;
|
|
152
|
+
id: string;
|
|
153
|
+
} & {
|
|
154
|
+
type: "model";
|
|
155
|
+
ref: string;
|
|
156
|
+
name: string;
|
|
157
|
+
}) | ({
|
|
158
|
+
title: string;
|
|
159
|
+
id: string;
|
|
160
|
+
} & {
|
|
161
|
+
isDeprecated?: boolean | undefined;
|
|
162
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
163
|
+
type: "webhook";
|
|
164
|
+
ref: string;
|
|
165
|
+
name: string;
|
|
166
|
+
}))[] | undefined;
|
|
167
|
+
type: "text";
|
|
168
|
+
}) | ({
|
|
169
|
+
title: string;
|
|
170
|
+
id: string;
|
|
171
|
+
} & {
|
|
172
|
+
isDeprecated?: boolean | undefined;
|
|
173
|
+
path: string;
|
|
174
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
175
|
+
type: "operation";
|
|
176
|
+
ref: string;
|
|
177
|
+
}) | ({
|
|
178
|
+
title: string;
|
|
179
|
+
id: string;
|
|
180
|
+
} & {
|
|
181
|
+
type: "model";
|
|
182
|
+
ref: string;
|
|
183
|
+
name: string;
|
|
184
|
+
}) | ({
|
|
185
|
+
title: string;
|
|
186
|
+
id: string;
|
|
187
|
+
} & {
|
|
188
|
+
isDeprecated?: boolean | undefined;
|
|
189
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
190
|
+
type: "webhook";
|
|
191
|
+
ref: string;
|
|
192
|
+
name: string;
|
|
193
|
+
}))[];
|
|
194
|
+
entities: Map<any, any>;
|
|
14
195
|
}>;
|
|
15
196
|
scrollToOperation: import("vitest").Mock<(...args: any[]) => any>;
|
|
16
197
|
setCollapsedSidebarItem: import("vitest").Mock<(...args: any[]) => any>;
|
|
@@ -20,8 +201,189 @@ export declare const createMockSidebarFromDocument: (document: OpenAPIV3_1.Docum
|
|
|
20
201
|
collapsedSidebarItems: Record<string, boolean>;
|
|
21
202
|
isSidebarOpen: import("vue").Ref<boolean, boolean>;
|
|
22
203
|
items: import("vue").ComputedRef<{
|
|
23
|
-
entries:
|
|
24
|
-
|
|
204
|
+
entries: (({
|
|
205
|
+
title: string;
|
|
206
|
+
id: string;
|
|
207
|
+
} & {
|
|
208
|
+
description?: string | undefined;
|
|
209
|
+
children?: (({
|
|
210
|
+
title: string;
|
|
211
|
+
id: string;
|
|
212
|
+
} & /*elided*/ any) | ({
|
|
213
|
+
title: string;
|
|
214
|
+
id: string;
|
|
215
|
+
} & {
|
|
216
|
+
children?: (({
|
|
217
|
+
title: string;
|
|
218
|
+
id: string;
|
|
219
|
+
} & /*elided*/ any) | ({
|
|
220
|
+
title: string;
|
|
221
|
+
id: string;
|
|
222
|
+
} & /*elided*/ any) | ({
|
|
223
|
+
title: string;
|
|
224
|
+
id: string;
|
|
225
|
+
} & {
|
|
226
|
+
isDeprecated?: boolean | undefined;
|
|
227
|
+
path: string;
|
|
228
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
229
|
+
type: "operation";
|
|
230
|
+
ref: string;
|
|
231
|
+
}) | ({
|
|
232
|
+
title: string;
|
|
233
|
+
id: string;
|
|
234
|
+
} & {
|
|
235
|
+
type: "model";
|
|
236
|
+
ref: string;
|
|
237
|
+
name: string;
|
|
238
|
+
}) | ({
|
|
239
|
+
title: string;
|
|
240
|
+
id: string;
|
|
241
|
+
} & {
|
|
242
|
+
isDeprecated?: boolean | undefined;
|
|
243
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
244
|
+
type: "webhook";
|
|
245
|
+
ref: string;
|
|
246
|
+
name: string;
|
|
247
|
+
}))[] | undefined;
|
|
248
|
+
type: "text";
|
|
249
|
+
}) | ({
|
|
250
|
+
title: string;
|
|
251
|
+
id: string;
|
|
252
|
+
} & {
|
|
253
|
+
isDeprecated?: boolean | undefined;
|
|
254
|
+
path: string;
|
|
255
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
256
|
+
type: "operation";
|
|
257
|
+
ref: string;
|
|
258
|
+
}) | ({
|
|
259
|
+
title: string;
|
|
260
|
+
id: string;
|
|
261
|
+
} & {
|
|
262
|
+
type: "model";
|
|
263
|
+
ref: string;
|
|
264
|
+
name: string;
|
|
265
|
+
}) | ({
|
|
266
|
+
title: string;
|
|
267
|
+
id: string;
|
|
268
|
+
} & {
|
|
269
|
+
isDeprecated?: boolean | undefined;
|
|
270
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
271
|
+
type: "webhook";
|
|
272
|
+
ref: string;
|
|
273
|
+
name: string;
|
|
274
|
+
}))[] | undefined;
|
|
275
|
+
isWebhooks?: boolean | undefined;
|
|
276
|
+
xKeys?: {
|
|
277
|
+
[x: string]: unknown;
|
|
278
|
+
} | undefined;
|
|
279
|
+
type: "tag";
|
|
280
|
+
name: string;
|
|
281
|
+
isGroup: boolean;
|
|
282
|
+
}) | ({
|
|
283
|
+
title: string;
|
|
284
|
+
id: string;
|
|
285
|
+
} & {
|
|
286
|
+
children?: (({
|
|
287
|
+
title: string;
|
|
288
|
+
id: string;
|
|
289
|
+
} & {
|
|
290
|
+
description?: string | undefined;
|
|
291
|
+
children?: (({
|
|
292
|
+
title: string;
|
|
293
|
+
id: string;
|
|
294
|
+
} & /*elided*/ any) | ({
|
|
295
|
+
title: string;
|
|
296
|
+
id: string;
|
|
297
|
+
} & /*elided*/ any) | ({
|
|
298
|
+
title: string;
|
|
299
|
+
id: string;
|
|
300
|
+
} & {
|
|
301
|
+
isDeprecated?: boolean | undefined;
|
|
302
|
+
path: string;
|
|
303
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
304
|
+
type: "operation";
|
|
305
|
+
ref: string;
|
|
306
|
+
}) | ({
|
|
307
|
+
title: string;
|
|
308
|
+
id: string;
|
|
309
|
+
} & {
|
|
310
|
+
type: "model";
|
|
311
|
+
ref: string;
|
|
312
|
+
name: string;
|
|
313
|
+
}) | ({
|
|
314
|
+
title: string;
|
|
315
|
+
id: string;
|
|
316
|
+
} & {
|
|
317
|
+
isDeprecated?: boolean | undefined;
|
|
318
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
319
|
+
type: "webhook";
|
|
320
|
+
ref: string;
|
|
321
|
+
name: string;
|
|
322
|
+
}))[] | undefined;
|
|
323
|
+
isWebhooks?: boolean | undefined;
|
|
324
|
+
xKeys?: {
|
|
325
|
+
[x: string]: unknown;
|
|
326
|
+
} | undefined;
|
|
327
|
+
type: "tag";
|
|
328
|
+
name: string;
|
|
329
|
+
isGroup: boolean;
|
|
330
|
+
}) | ({
|
|
331
|
+
title: string;
|
|
332
|
+
id: string;
|
|
333
|
+
} & /*elided*/ any) | ({
|
|
334
|
+
title: string;
|
|
335
|
+
id: string;
|
|
336
|
+
} & {
|
|
337
|
+
isDeprecated?: boolean | undefined;
|
|
338
|
+
path: string;
|
|
339
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
340
|
+
type: "operation";
|
|
341
|
+
ref: string;
|
|
342
|
+
}) | ({
|
|
343
|
+
title: string;
|
|
344
|
+
id: string;
|
|
345
|
+
} & {
|
|
346
|
+
type: "model";
|
|
347
|
+
ref: string;
|
|
348
|
+
name: string;
|
|
349
|
+
}) | ({
|
|
350
|
+
title: string;
|
|
351
|
+
id: string;
|
|
352
|
+
} & {
|
|
353
|
+
isDeprecated?: boolean | undefined;
|
|
354
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
355
|
+
type: "webhook";
|
|
356
|
+
ref: string;
|
|
357
|
+
name: string;
|
|
358
|
+
}))[] | undefined;
|
|
359
|
+
type: "text";
|
|
360
|
+
}) | ({
|
|
361
|
+
title: string;
|
|
362
|
+
id: string;
|
|
363
|
+
} & {
|
|
364
|
+
isDeprecated?: boolean | undefined;
|
|
365
|
+
path: string;
|
|
366
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
367
|
+
type: "operation";
|
|
368
|
+
ref: string;
|
|
369
|
+
}) | ({
|
|
370
|
+
title: string;
|
|
371
|
+
id: string;
|
|
372
|
+
} & {
|
|
373
|
+
type: "model";
|
|
374
|
+
ref: string;
|
|
375
|
+
name: string;
|
|
376
|
+
}) | ({
|
|
377
|
+
title: string;
|
|
378
|
+
id: string;
|
|
379
|
+
} & {
|
|
380
|
+
isDeprecated?: boolean | undefined;
|
|
381
|
+
method: "head" | "connect" | "delete" | "get" | "options" | "patch" | "post" | "put" | "trace";
|
|
382
|
+
type: "webhook";
|
|
383
|
+
ref: string;
|
|
384
|
+
name: string;
|
|
385
|
+
}))[];
|
|
386
|
+
entities: Map<any, any>;
|
|
25
387
|
}>;
|
|
26
388
|
scrollToOperation: import("vitest").Mock<(...args: any[]) => any>;
|
|
27
389
|
setCollapsedSidebarItem: import("vitest").Mock<(...args: any[]) => any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/helpers/test-utils.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/helpers/test-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAEpE,OAAO,KAAK,EAAmB,cAAc,EAAE,MAAM,8DAA8D,CAAA;AACnH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAIlF;;GAEG;AAEH,eAAO,MAAM,iBAAiB,GAAI,iBAAgB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EAAE,UAAS,cAAc,EAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO5G,CAAA;AAEF,eAAO,MAAM,6BAA6B,GAAI,UAAU,WAAW,CAAC,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3E,CAAA;AAED,eAAO,MAAM,uBAAuB;;CAElC,CAAA;AAEF,eAAO,MAAM,kBAAkB,GAAI,aAAS;;;;;;;;;;;;;;;;;CAiB1C,CAAA;AAEF,eAAO,MAAM,eAAe,GAAI,gBAAgB,iBAAiB,KAAG,cAgElE,CAAA;AAEF,eAAO,MAAM,sBAAsB;;;;;;;CAOjC,CAAA"}
|