@scalar/api-reference 1.33.0 → 1.34.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 (146) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/browser/standalone.js +13260 -13196
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +24 -0
  5. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -0
  6. package/dist/components/Anchor/WithBreadcrumb.vue.js +4 -0
  7. package/dist/components/Anchor/WithBreadcrumb.vue2.js +46 -0
  8. package/dist/components/Anchor/index.d.ts +1 -0
  9. package/dist/components/Anchor/index.d.ts.map +1 -1
  10. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  11. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  12. package/dist/components/ApiReferenceLayout.vue2.js +184 -201
  13. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  15. package/dist/components/Content/Introduction/Introduction.vue2.js +1 -0
  16. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +1 -0
  17. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Operations/TraversedEntry.vue.js +34 -32
  19. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +33 -29
  21. package/dist/components/Content/Operations/get-current-index.d.ts +4 -0
  22. package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -0
  23. package/dist/components/Content/Operations/get-current-index.js +16 -0
  24. package/dist/components/Content/Schema/Schema.preview.d.ts +28 -0
  25. package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
  26. package/dist/components/Content/Schema/Schema.vue.d.ts +2 -0
  27. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  28. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  29. package/dist/components/Content/Schema/Schema.vue2.js +164 -157
  30. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +1 -0
  31. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  32. package/dist/components/Content/Schema/SchemaComposition.vue.js +58 -53
  33. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +1 -0
  34. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +52 -40
  36. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -0
  37. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  38. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  39. package/dist/components/Content/Schema/SchemaProperty.vue2.js +100 -87
  40. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +3 -3
  42. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +4 -1
  43. package/dist/components/Lazy/Lazy.vue.d.ts +1 -0
  44. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
  45. package/dist/components/Lazy/Lazy.vue2.js +12 -11
  46. package/dist/components/Lazy/lazyBus.d.ts +5 -3
  47. package/dist/components/Lazy/lazyBus.d.ts.map +1 -1
  48. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  49. package/dist/components/OperationsList/OperationsListItem.vue.js +1 -1
  50. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +4 -4
  51. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  52. package/dist/features/Operation/components/OperationParameters.vue.d.ts +1 -0
  53. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  54. package/dist/features/Operation/components/OperationParameters.vue.js +49 -43
  55. package/dist/features/Operation/components/OperationResponses.vue.d.ts +1 -0
  56. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  57. package/dist/features/Operation/components/OperationResponses.vue.js +4 -3
  58. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +1 -0
  59. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
  60. package/dist/features/Operation/components/ParameterHeaders.vue.js +2 -2
  61. package/dist/features/Operation/components/ParameterHeaders.vue2.js +28 -26
  62. package/dist/features/Operation/components/ParameterList.vue.d.ts +1 -0
  63. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  64. package/dist/features/Operation/components/ParameterList.vue.js +2 -2
  65. package/dist/features/Operation/components/ParameterList.vue2.js +17 -15
  66. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +1 -0
  67. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  68. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  69. package/dist/features/Operation/components/ParameterListItem.vue2.js +17 -16
  70. package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -2
  71. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  72. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  73. package/dist/features/Operation/components/RequestBody.vue2.js +47 -39
  74. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +1 -0
  75. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  76. package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
  77. package/dist/features/Operation/components/callbacks/Callback.vue2.js +12 -11
  78. package/dist/features/Operation/components/callbacks/Callback.vue3.js +2 -2
  79. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  80. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  81. package/dist/features/Operation/layouts/ModernLayout.vue2.js +63 -61
  82. package/dist/features/Search/{SearchButton.vue.d.ts → components/SearchButton.vue.d.ts} +0 -2
  83. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -0
  84. package/dist/features/Search/components/SearchButton.vue.js +65 -0
  85. package/dist/features/Search/{SearchModal.vue.d.ts → components/SearchModal.vue.d.ts} +0 -2
  86. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -0
  87. package/dist/features/Search/components/SearchModal.vue.js +7 -0
  88. package/dist/features/Search/components/SearchModal.vue2.js +199 -0
  89. package/dist/features/Search/helpers/create-fuse-instance.d.ts +9 -0
  90. package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -0
  91. package/dist/features/Search/helpers/create-fuse-instance.js +46 -0
  92. package/dist/features/Search/helpers/create-search-index.d.ts +7 -0
  93. package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -0
  94. package/dist/features/Search/helpers/create-search-index.js +109 -0
  95. package/dist/features/Search/hooks/useSearchIndex.d.ts +14 -0
  96. package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -0
  97. package/dist/features/Search/hooks/useSearchIndex.js +46 -0
  98. package/dist/features/Search/index.d.ts +2 -2
  99. package/dist/features/Search/index.d.ts.map +1 -1
  100. package/dist/features/Search/types.d.ts +15 -0
  101. package/dist/features/Search/types.d.ts.map +1 -0
  102. package/dist/features/api-client-modal/useApiClient.d.ts +14 -14
  103. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  104. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +3 -1
  105. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
  106. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
  107. package/dist/features/traverse-schema/helpers/traverse-schemas.js +18 -18
  108. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
  109. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
  110. package/dist/features/traverse-schema/types.d.ts +10 -6
  111. package/dist/features/traverse-schema/types.d.ts.map +1 -1
  112. package/dist/helpers/test-utils.d.ts +9 -0
  113. package/dist/helpers/test-utils.d.ts.map +1 -1
  114. package/dist/hooks/useNavState.d.ts +4 -1
  115. package/dist/hooks/useNavState.d.ts.map +1 -1
  116. package/dist/index.d.ts +0 -1
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +17 -19
  119. package/dist/libs/openapi.d.ts +11 -8
  120. package/dist/libs/openapi.d.ts.map +1 -1
  121. package/dist/libs/openapi.js +34 -55
  122. package/dist/style.css +1 -1
  123. package/dist/types.d.ts +1 -6
  124. package/dist/types.d.ts.map +1 -1
  125. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  126. package/dist/v2/ApiReferenceWorkspace.vue.js +120 -111
  127. package/dist/v2/helpers/get-document-name.d.ts +13 -0
  128. package/dist/v2/helpers/get-document-name.d.ts.map +1 -0
  129. package/dist/v2/helpers/get-document-name.js +15 -0
  130. package/dist/v2/helpers/normalize-content.d.ts +3 -0
  131. package/dist/v2/helpers/normalize-content.d.ts.map +1 -0
  132. package/dist/v2/helpers/normalize-content.js +8 -0
  133. package/package.json +14 -8
  134. package/dist/features/Search/SearchButton.vue.d.ts.map +0 -1
  135. package/dist/features/Search/SearchButton.vue.js +0 -66
  136. package/dist/features/Search/SearchModal.vue.d.ts.map +0 -1
  137. package/dist/features/Search/SearchModal.vue.js +0 -7
  138. package/dist/features/Search/SearchModal.vue2.js +0 -207
  139. package/dist/features/Search/useSearchIndex.d.ts +0 -32
  140. package/dist/features/Search/useSearchIndex.d.ts.map +0 -1
  141. package/dist/features/Search/useSearchIndex.js +0 -170
  142. package/dist/helpers/parse.d.ts +0 -10
  143. package/dist/helpers/parse.d.ts.map +0 -1
  144. package/dist/helpers/parse.js +0 -81
  145. /package/dist/features/Search/{SearchButton.vue2.js → components/SearchButton.vue2.js} +0 -0
  146. /package/dist/features/Search/{SearchModal.vue3.js → components/SearchModal.vue3.js} +0 -0
@@ -1,13 +1,15 @@
1
- import { defineComponent as W, computed as p, resolveComponent as b, createElementBlock as L, openBlock as t, Fragment as B, renderList as E, createBlock as i, unref as n, withCtx as a, createCommentVNode as h, createVNode as G } from "vue";
1
+ import { defineComponent as T, computed as g, resolveComponent as b, createElementBlock as W, openBlock as t, Fragment as B, renderList as L, createBlock as i, unref as n, withCtx as u, createCommentVNode as k, createVNode as E } from "vue";
2
+ import { getCurrentIndex as G } from "./get-current-index.js";
2
3
  import { useNavState as z } from "../../../hooks/useNavState.js";
3
- import I from "../../Lazy/Lazy.vue2.js";
4
- import N from "../../Section/SectionContainer.vue.js";
5
- import $ from "../../../features/Operation/Operation.vue.js";
6
- import w from "../Tags/Tag.vue.js";
7
- const D = /* @__PURE__ */ W({
4
+ import N from "../../Lazy/Lazy.vue2.js";
5
+ import $ from "../../Section/SectionContainer.vue.js";
6
+ import w from "../../../features/Operation/Operation.vue.js";
7
+ import V from "../Tags/Tag.vue.js";
8
+ const J = /* @__PURE__ */ T({
8
9
  __name: "TraversedEntry",
9
10
  props: {
10
11
  level: { default: 0 },
12
+ rootIndex: {},
11
13
  entries: {},
12
14
  document: {},
13
15
  config: {},
@@ -16,28 +18,26 @@ const D = /* @__PURE__ */ W({
16
18
  activeServer: {},
17
19
  store: {}
18
20
  },
19
- setup(c, { expose: g }) {
20
- const u = (e) => "isGroup" in e && e.isGroup, v = (e) => "tag" in e && !u(e), k = (e) => "operation" in e, r = (e) => "webhook" in e, C = (e) => "isWebhooks" in e && !!e.isWebhooks, O = p(() => c.level === 0), { hash: l } = z(), s = p(() => {
21
- const e = l.value.startsWith("model") ? "models" : l.value;
22
- return c.entries.findIndex((m) => e.startsWith(m.id));
23
- }), S = (e) => l.value ? e < s.value || e > s.value + 2 : !1;
24
- return g({
21
+ setup(r, { expose: C }) {
22
+ const l = (e) => "isGroup" in e && e.isGroup, v = (e) => "tag" in e && !l(e), O = (e) => "operation" in e, a = (e) => "webhook" in e, I = (e) => "isWebhooks" in e && !!e.isWebhooks, d = g(() => r.level === 0), { hash: S } = z(), s = g(() => d.value ? r.rootIndex : G(S.value, r.entries)), m = (e, c) => l(e) ? null : c < s.value ? "prev" : c > s.value + 2 ? "after" : null;
23
+ return C({
25
24
  currentIndex: s
26
- }), (e, m) => {
27
- const d = b("TraversedEntry", !0);
28
- return t(!0), L(B, null, E(e.entries, (o, T) => (t(), i(n(I), {
25
+ }), (e, c) => {
26
+ const p = b("TraversedEntry", !0);
27
+ return t(!0), W(B, null, L(e.entries, (o, f) => (t(), i(n(N), {
29
28
  key: o.id,
30
29
  id: o.id,
31
- isLazy: S(T)
30
+ prev: m(o, f) === "prev",
31
+ isLazy: !!m(o, f)
32
32
  }, {
33
- default: a(() => [
34
- k(o) || r(o) ? (t(), i(n(N), {
33
+ default: u(() => [
34
+ O(o) || a(o) ? (t(), i(n($), {
35
35
  key: 0,
36
- omit: !O.value
36
+ omit: !d.value
37
37
  }, {
38
- default: a(() => [
39
- G(n($), {
40
- path: r(o) ? o.name : o.path,
38
+ default: u(() => [
39
+ E(n(w), {
40
+ path: a(o) ? o.name : o.path,
41
41
  method: o.method,
42
42
  id: o.id,
43
43
  document: e.document,
@@ -46,36 +46,38 @@ const D = /* @__PURE__ */ W({
46
46
  layout: e.config.layout,
47
47
  store: e.store,
48
48
  server: e.activeServer,
49
- isWebhook: r(o)
49
+ isWebhook: a(o)
50
50
  }, null, 8, ["path", "method", "id", "document", "collection", "clientOptions", "layout", "store", "server", "isWebhook"])
51
51
  ]),
52
52
  _: 2
53
- }, 1032, ["omit"])) : C(o) || v(o) ? (t(), i(n(w), {
53
+ }, 1032, ["omit"])) : I(o) || v(o) ? (t(), i(n(V), {
54
54
  key: 1,
55
55
  tag: o,
56
56
  layout: e.config.layout,
57
57
  moreThanOneTag: e.entries.filter(v).length > 1
58
58
  }, {
59
- default: a(() => {
60
- var f;
59
+ default: u(() => {
60
+ var h;
61
61
  return [
62
- "children" in o && ((f = o.children) != null && f.length) ? (t(), i(d, {
62
+ "children" in o && ((h = o.children) != null && h.length) ? (t(), i(p, {
63
63
  key: 0,
64
64
  level: e.level + 1,
65
65
  entries: o.children,
66
66
  activeCollection: e.activeCollection,
67
67
  activeServer: e.activeServer,
68
68
  clientOptions: e.clientOptions,
69
+ rootIndex: e.rootIndex,
69
70
  config: e.config,
70
71
  document: e.document,
71
72
  store: e.store
72
- }, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) : h("", !0)
73
+ }, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "rootIndex", "config", "document", "store"])) : k("", !0)
73
74
  ];
74
75
  }),
75
76
  _: 2
76
- }, 1032, ["tag", "layout", "moreThanOneTag"])) : u(o) ? (t(), i(d, {
77
+ }, 1032, ["tag", "layout", "moreThanOneTag"])) : l(o) ? (t(), i(p, {
77
78
  key: 2,
78
79
  level: e.level + 1,
80
+ rootIndex: e.rootIndex,
79
81
  entries: o.children || [],
80
82
  activeCollection: e.activeCollection,
81
83
  activeServer: e.activeServer,
@@ -83,13 +85,13 @@ const D = /* @__PURE__ */ W({
83
85
  config: e.config,
84
86
  document: e.document,
85
87
  store: e.store
86
- }, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) : h("", !0)
88
+ }, null, 8, ["level", "rootIndex", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) : k("", !0)
87
89
  ]),
88
90
  _: 2
89
- }, 1032, ["id", "isLazy"]))), 128);
91
+ }, 1032, ["id", "prev", "isLazy"]))), 128);
90
92
  };
91
93
  }
92
94
  });
93
95
  export {
94
- D as default
96
+ J as default
95
97
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAMpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAMvF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AA6JF,wBAOG"}
1
+ {"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAOpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAMvF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AAmKF,wBAOG"}
@@ -1,12 +1,13 @@
1
- import { defineComponent as h, computed as a, ref as E, createElementBlock as y, createCommentVNode as _, unref as u, openBlock as k, createVNode as z } from "vue";
2
- import { useWorkspace as L, useActiveEntities as O } from "@scalar/api-client/store";
3
- import { freezeAtTop as T } from "@scalar/helpers/dom/freeze-at-top";
4
- import { getSlugUid as B } from "@scalar/oas-utils/transforms";
5
- import { lazyBus as N, hasLazyLoaded as v } from "../../Lazy/lazyBus.js";
6
- import { useNavState as U } from "../../../hooks/useNavState.js";
7
- import b from "./TraversedEntry.vue.js";
8
- import { useSidebar as A } from "../../../features/sidebar/hooks/useSidebar.js";
9
- const I = { key: 0 }, G = /* @__PURE__ */ h({
1
+ import { defineComponent as I, computed as s, ref as y, createElementBlock as _, createCommentVNode as k, unref as m, openBlock as z, createVNode as L } from "vue";
2
+ import { useWorkspace as O, useActiveEntities as T } from "@scalar/api-client/store";
3
+ import { freezeAtTop as B } from "@scalar/helpers/dom/freeze-at-top";
4
+ import { getSlugUid as N } from "@scalar/oas-utils/transforms";
5
+ import { getCurrentIndex as U } from "./get-current-index.js";
6
+ import { lazyBus as b, hasLazyLoaded as d } from "../../Lazy/lazyBus.js";
7
+ import { useNavState as x } from "../../../hooks/useNavState.js";
8
+ import A from "./TraversedEntry.vue.js";
9
+ import { useSidebar as V } from "../../../features/sidebar/hooks/useSidebar.js";
10
+ const w = { key: 0 }, K = /* @__PURE__ */ I({
10
11
  __name: "TraversedEntryContainer",
11
12
  props: {
12
13
  document: {},
@@ -15,42 +16,45 @@ const I = { key: 0 }, G = /* @__PURE__ */ h({
15
16
  store: {}
16
17
  },
17
18
  emits: ["allEntriesLoaded"],
18
- setup(n, { emit: m }) {
19
- const f = m, { collections: d, servers: s } = L(), { activeCollection: p } = O(), t = a(() => {
19
+ setup(c, { emit: f }) {
20
+ const p = f, { collections: g, servers: l } = O(), { activeCollection: C } = T(), t = s(() => {
20
21
  var e;
21
- if ((e = n.config) != null && e.slug) {
22
- const o = d[B(n.config.slug)];
22
+ if ((e = c.config) != null && e.slug) {
23
+ const o = g[N(c.config.slug)];
23
24
  if (o)
24
25
  return o;
25
26
  }
26
- return p.value;
27
- }), g = a(() => {
27
+ return C.value;
28
+ }), S = s(() => {
28
29
  if (t.value) {
29
30
  if (t.value.selectedServerUid) {
30
- const e = s[t.value.selectedServerUid];
31
+ const e = l[t.value.selectedServerUid];
31
32
  if (e)
32
33
  return e;
33
34
  }
34
- return s[t.value.servers[0]];
35
+ return l[t.value.servers[0]];
35
36
  }
36
- }), { items: c } = A(), { hash: S, isIntersectionEnabled: C } = U(), r = T(S.value), l = () => {
37
- r == null || r(), v.value = !0, C.value = !0;
38
- }, i = E(/* @__PURE__ */ new Set());
39
- return N.on(({ loading: e, loaded: o }) => {
40
- v.value || (e && i.value.add(e), o && i.value.delete(o), i.value.size === 0 && (f("allEntriesLoaded", !0), setTimeout(() => l(), 300)));
41
- }), setTimeout(() => l(), 5e3), (e, o) => u(c).entries.length && t.value ? (k(), y("div", I, [
42
- z(b, {
43
- entries: u(c).entries,
37
+ }), { items: r } = V(), { hash: a, isIntersectionEnabled: h } = x(), n = B(a.value), u = () => {
38
+ n == null || n(), d.value = !0, h.value = !0;
39
+ }, i = y(/* @__PURE__ */ new Set()), E = s(
40
+ () => U(a.value, r.value.entries)
41
+ );
42
+ return b.on(({ loading: e, loaded: o, save: v }) => {
43
+ d.value || (e && v && i.value.add(e), o && v && i.value.delete(o), i.value.size === 0 && (p("allEntriesLoaded", !0), setTimeout(() => u(), 300)));
44
+ }), setTimeout(() => u(), 5e3), (e, o) => m(r).entries.length && t.value ? (z(), _("div", w, [
45
+ L(A, {
46
+ entries: m(r).entries,
44
47
  activeCollection: t.value,
45
- activeServer: g.value,
48
+ activeServer: S.value,
46
49
  clientOptions: e.clientOptions,
47
50
  config: e.config,
48
51
  document: e.document,
52
+ rootIndex: E.value,
49
53
  store: e.store
50
- }, null, 8, ["entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])
51
- ])) : _("", !0);
54
+ }, null, 8, ["entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "rootIndex", "store"])
55
+ ])) : k("", !0);
52
56
  }
53
57
  });
54
58
  export {
55
- G as default
59
+ K as default
56
60
  };
@@ -0,0 +1,4 @@
1
+ import type { TraversedEntry } from '../../../features/traverse-schema/types';
2
+ /** Loops through the entries and returns the index of the current entry based on the hash */
3
+ export declare const getCurrentIndex: (hash: string, entries: TraversedEntry[]) => number;
4
+ //# sourceMappingURL=get-current-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-index.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/get-current-index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAuBtE,6FAA6F;AAC7F,eAAO,MAAM,eAAe,SAAU,MAAM,WAAW,cAAc,EAAE,WAYtE,CAAA"}
@@ -0,0 +1,16 @@
1
+ const d = /^.*?(?=\.query|\.path|\.headers|\.cookies|\.body)/, i = (t) => {
2
+ if (t.startsWith("model"))
3
+ return "models";
4
+ if (t.includes(".")) {
5
+ const e = t.match(d);
6
+ if (e != null && e[0])
7
+ return e[0];
8
+ }
9
+ return t;
10
+ }, o = (t, e) => {
11
+ const n = i(t);
12
+ return e.findIndex((r) => "tag" in r ? n.startsWith(r.id) : n === r.id);
13
+ };
14
+ export {
15
+ o as getCurrentIndex
16
+ };
@@ -13,6 +13,7 @@ export declare const stringSchema: {
13
13
  discriminatorMapping?: Record<string, string>;
14
14
  discriminatorPropertyName?: string;
15
15
  hasDiscriminator?: boolean;
16
+ breadcrumb?: string[];
16
17
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
18
  "update:modelValue": (value: string) => any;
18
19
  }, string, import("vue").PublicProps, Readonly<{
@@ -29,6 +30,7 @@ export declare const stringSchema: {
29
30
  discriminatorMapping?: Record<string, string>;
30
31
  discriminatorPropertyName?: string;
31
32
  hasDiscriminator?: boolean;
33
+ breadcrumb?: string[];
32
34
  }> & Readonly<{
33
35
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
36
  }>, {
@@ -61,6 +63,7 @@ export declare const objectSchema: {
61
63
  discriminatorMapping?: Record<string, string>;
62
64
  discriminatorPropertyName?: string;
63
65
  hasDiscriminator?: boolean;
66
+ breadcrumb?: string[];
64
67
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
68
  "update:modelValue": (value: string) => any;
66
69
  }, string, import("vue").PublicProps, Readonly<{
@@ -77,6 +80,7 @@ export declare const objectSchema: {
77
80
  discriminatorMapping?: Record<string, string>;
78
81
  discriminatorPropertyName?: string;
79
82
  hasDiscriminator?: boolean;
83
+ breadcrumb?: string[];
80
84
  }> & Readonly<{
81
85
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
82
86
  }>, {
@@ -118,6 +122,7 @@ export declare const recursiveSchema: {
118
122
  discriminatorMapping?: Record<string, string>;
119
123
  discriminatorPropertyName?: string;
120
124
  hasDiscriminator?: boolean;
125
+ breadcrumb?: string[];
121
126
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
122
127
  "update:modelValue": (value: string) => any;
123
128
  }, string, import("vue").PublicProps, Readonly<{
@@ -134,6 +139,7 @@ export declare const recursiveSchema: {
134
139
  discriminatorMapping?: Record<string, string>;
135
140
  discriminatorPropertyName?: string;
136
141
  hasDiscriminator?: boolean;
142
+ breadcrumb?: string[];
137
143
  }> & Readonly<{
138
144
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
139
145
  }>, {
@@ -167,6 +173,7 @@ export declare const enumSchema: {
167
173
  discriminatorMapping?: Record<string, string>;
168
174
  discriminatorPropertyName?: string;
169
175
  hasDiscriminator?: boolean;
176
+ breadcrumb?: string[];
170
177
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
171
178
  "update:modelValue": (value: string) => any;
172
179
  }, string, import("vue").PublicProps, Readonly<{
@@ -183,6 +190,7 @@ export declare const enumSchema: {
183
190
  discriminatorMapping?: Record<string, string>;
184
191
  discriminatorPropertyName?: string;
185
192
  hasDiscriminator?: boolean;
193
+ breadcrumb?: string[];
186
194
  }> & Readonly<{
187
195
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
188
196
  }>, {
@@ -215,6 +223,7 @@ export declare const objectWithEnumSchema: {
215
223
  discriminatorMapping?: Record<string, string>;
216
224
  discriminatorPropertyName?: string;
217
225
  hasDiscriminator?: boolean;
226
+ breadcrumb?: string[];
218
227
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
219
228
  "update:modelValue": (value: string) => any;
220
229
  }, string, import("vue").PublicProps, Readonly<{
@@ -231,6 +240,7 @@ export declare const objectWithEnumSchema: {
231
240
  discriminatorMapping?: Record<string, string>;
232
241
  discriminatorPropertyName?: string;
233
242
  hasDiscriminator?: boolean;
243
+ breadcrumb?: string[];
234
244
  }> & Readonly<{
235
245
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
236
246
  }>, {
@@ -268,6 +278,7 @@ export declare const discriminatorsSchema: {
268
278
  discriminatorMapping?: Record<string, string>;
269
279
  discriminatorPropertyName?: string;
270
280
  hasDiscriminator?: boolean;
281
+ breadcrumb?: string[];
271
282
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
272
283
  "update:modelValue": (value: string) => any;
273
284
  }, string, import("vue").PublicProps, Readonly<{
@@ -284,6 +295,7 @@ export declare const discriminatorsSchema: {
284
295
  discriminatorMapping?: Record<string, string>;
285
296
  discriminatorPropertyName?: string;
286
297
  hasDiscriminator?: boolean;
298
+ breadcrumb?: string[];
287
299
  }> & Readonly<{
288
300
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
289
301
  }>, {
@@ -346,6 +358,7 @@ export declare const complexArrayDiscriminatorSchema: {
346
358
  discriminatorMapping?: Record<string, string>;
347
359
  discriminatorPropertyName?: string;
348
360
  hasDiscriminator?: boolean;
361
+ breadcrumb?: string[];
349
362
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
350
363
  "update:modelValue": (value: string) => any;
351
364
  }, string, import("vue").PublicProps, Readonly<{
@@ -362,6 +375,7 @@ export declare const complexArrayDiscriminatorSchema: {
362
375
  discriminatorMapping?: Record<string, string>;
363
376
  discriminatorPropertyName?: string;
364
377
  hasDiscriminator?: boolean;
378
+ breadcrumb?: string[];
365
379
  }> & Readonly<{
366
380
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
367
381
  }>, {
@@ -438,6 +452,7 @@ export declare const complexAllOfSchema: {
438
452
  discriminatorMapping?: Record<string, string>;
439
453
  discriminatorPropertyName?: string;
440
454
  hasDiscriminator?: boolean;
455
+ breadcrumb?: string[];
441
456
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
442
457
  "update:modelValue": (value: string) => any;
443
458
  }, string, import("vue").PublicProps, Readonly<{
@@ -454,6 +469,7 @@ export declare const complexAllOfSchema: {
454
469
  discriminatorMapping?: Record<string, string>;
455
470
  discriminatorPropertyName?: string;
456
471
  hasDiscriminator?: boolean;
472
+ breadcrumb?: string[];
457
473
  }> & Readonly<{
458
474
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
459
475
  }>, {
@@ -532,6 +548,7 @@ export declare const arrayValidationSchema: {
532
548
  discriminatorMapping?: Record<string, string>;
533
549
  discriminatorPropertyName?: string;
534
550
  hasDiscriminator?: boolean;
551
+ breadcrumb?: string[];
535
552
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
536
553
  "update:modelValue": (value: string) => any;
537
554
  }, string, import("vue").PublicProps, Readonly<{
@@ -548,6 +565,7 @@ export declare const arrayValidationSchema: {
548
565
  discriminatorMapping?: Record<string, string>;
549
566
  discriminatorPropertyName?: string;
550
567
  hasDiscriminator?: boolean;
568
+ breadcrumb?: string[];
551
569
  }> & Readonly<{
552
570
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
553
571
  }>, {
@@ -602,6 +620,7 @@ export declare const advancedStringFormatsSchema: {
602
620
  discriminatorMapping?: Record<string, string>;
603
621
  discriminatorPropertyName?: string;
604
622
  hasDiscriminator?: boolean;
623
+ breadcrumb?: string[];
605
624
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
606
625
  "update:modelValue": (value: string) => any;
607
626
  }, string, import("vue").PublicProps, Readonly<{
@@ -618,6 +637,7 @@ export declare const advancedStringFormatsSchema: {
618
637
  discriminatorMapping?: Record<string, string>;
619
638
  discriminatorPropertyName?: string;
620
639
  hasDiscriminator?: boolean;
640
+ breadcrumb?: string[];
621
641
  }> & Readonly<{
622
642
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
623
643
  }>, {
@@ -675,6 +695,7 @@ export declare const oneOfCombinedSchema: {
675
695
  discriminatorMapping?: Record<string, string>;
676
696
  discriminatorPropertyName?: string;
677
697
  hasDiscriminator?: boolean;
698
+ breadcrumb?: string[];
678
699
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
679
700
  "update:modelValue": (value: string) => any;
680
701
  }, string, import("vue").PublicProps, Readonly<{
@@ -691,6 +712,7 @@ export declare const oneOfCombinedSchema: {
691
712
  discriminatorMapping?: Record<string, string>;
692
713
  discriminatorPropertyName?: string;
693
714
  hasDiscriminator?: boolean;
715
+ breadcrumb?: string[];
694
716
  }> & Readonly<{
695
717
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
696
718
  }>, {
@@ -801,6 +823,7 @@ export declare const conditionalFieldsSchema: {
801
823
  discriminatorMapping?: Record<string, string>;
802
824
  discriminatorPropertyName?: string;
803
825
  hasDiscriminator?: boolean;
826
+ breadcrumb?: string[];
804
827
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
805
828
  "update:modelValue": (value: string) => any;
806
829
  }, string, import("vue").PublicProps, Readonly<{
@@ -817,6 +840,7 @@ export declare const conditionalFieldsSchema: {
817
840
  discriminatorMapping?: Record<string, string>;
818
841
  discriminatorPropertyName?: string;
819
842
  hasDiscriminator?: boolean;
843
+ breadcrumb?: string[];
820
844
  }> & Readonly<{
821
845
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
822
846
  }>, {
@@ -892,6 +916,7 @@ export declare const advancedNumberValidationSchema: {
892
916
  discriminatorMapping?: Record<string, string>;
893
917
  discriminatorPropertyName?: string;
894
918
  hasDiscriminator?: boolean;
919
+ breadcrumb?: string[];
895
920
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
896
921
  "update:modelValue": (value: string) => any;
897
922
  }, string, import("vue").PublicProps, Readonly<{
@@ -908,6 +933,7 @@ export declare const advancedNumberValidationSchema: {
908
933
  discriminatorMapping?: Record<string, string>;
909
934
  discriminatorPropertyName?: string;
910
935
  hasDiscriminator?: boolean;
936
+ breadcrumb?: string[];
911
937
  }> & Readonly<{
912
938
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
913
939
  }>, {
@@ -979,6 +1005,7 @@ export declare const nestedArrayTupleSchema: {
979
1005
  discriminatorMapping?: Record<string, string>;
980
1006
  discriminatorPropertyName?: string;
981
1007
  hasDiscriminator?: boolean;
1008
+ breadcrumb?: string[];
982
1009
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
983
1010
  "update:modelValue": (value: string) => any;
984
1011
  }, string, import("vue").PublicProps, Readonly<{
@@ -995,6 +1022,7 @@ export declare const nestedArrayTupleSchema: {
995
1022
  discriminatorMapping?: Record<string, string>;
996
1023
  discriminatorPropertyName?: string;
997
1024
  hasDiscriminator?: boolean;
1025
+ breadcrumb?: string[];
998
1026
  }> & Readonly<{
999
1027
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1000
1028
  }>, {
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.preview.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.preview.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWxB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBxB,CAAA;AAWD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3B,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWtB,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBhC,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChC,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C3C,CAAA;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D9B,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCjC,CAAA;AAED,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvC,CAAA;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyE/B,CAAA;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CnC,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD1C,CAAA;AAED,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDlC,CAAA"}
1
+ {"version":3,"file":"Schema.preview.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.preview.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWxB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBxB,CAAA;AAWD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3B,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWtB,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBhC,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChC,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C3C,CAAA;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D9B,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCjC,CAAA;AAED,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvC,CAAA;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyE/B,CAAA;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CnC,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD1C,CAAA;AAED,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDlC,CAAA"}
@@ -24,6 +24,8 @@ type __VLS_Props = {
24
24
  discriminatorPropertyName?: string;
25
25
  /** Whether the schema has a discriminator */
26
26
  hasDiscriminator?: boolean;
27
+ /** Breadcrumb for the schema */
28
+ breadcrumb?: string[];
27
29
  };
28
30
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
31
  "update:modelValue": (value: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AAiZA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAUjE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,GAChC,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,+FAA+F;IAC/F,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,4BAA4B;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;;;;;WAtBQ,MAAM;oBAMG,OAAO;oBAKP,OAAO;;AAgd5B,wBAQG"}
1
+ {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AAyaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAUjE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,GAChC,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,+FAA+F;IAC/F,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,4BAA4B;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;CACtB,CAAC;;;;;;WAxBQ,MAAM;oBAMG,OAAO;oBAKP,OAAO;;AAse5B,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Schema.vue2.js";
2
2
  import "./Schema.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-67eca159"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-23963403"]]);
5
5
  export {
6
- c as default
6
+ p as default
7
7
  };