@scalar/api-reference 1.28.5 → 1.28.6

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 (139) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/browser/standalone.js +6206 -6147
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  6. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  7. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  8. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Content.vue.js +2 -2
  10. package/dist/components/Content/Content.vue2.js +57 -55
  11. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Introduction/Description.vue.js +2 -2
  13. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
  15. package/dist/components/Content/Introduction/Introduction.vue2.js +24 -24
  16. package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Lazy/Loading.vue.js +4 -2
  19. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Models/Models.vue.js +2 -2
  21. package/dist/components/Content/Models/Models.vue2.js +18 -17
  22. package/dist/components/Content/Schema/Schema.vue.d.ts +1 -0
  23. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Schema/Schema.vue.js +4 -4
  25. package/dist/components/Content/Schema/Schema.vue2.js +79 -67
  26. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +12 -0
  27. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -0
  28. package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +7 -0
  29. package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +109 -0
  30. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
  32. package/dist/components/Content/Schema/SchemaHeading.vue2.js +26 -31
  33. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -0
  34. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  36. package/dist/components/Content/Schema/SchemaProperty.vue2.js +143 -141
  37. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  38. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  39. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +83 -99
  40. package/dist/components/Content/Tag/OperationsList.vue.js +2 -2
  41. package/dist/components/Content/Tag/OperationsList.vue2.js +3 -3
  42. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Tag/Tag.vue.js +41 -36
  44. package/dist/components/Content/Tag/TagList.vue.d.ts +2 -0
  45. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  46. package/dist/components/Content/Tag/TagList.vue.js +38 -36
  47. package/dist/components/Content/Tag/TagSection.vue.js +2 -2
  48. package/dist/components/Content/Tag/TagSection.vue2.js +3 -3
  49. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  50. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  51. package/dist/components/Layouts/ModernLayout.vue.js +1 -1
  52. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  53. package/dist/components/Section/CompactSection.vue.js +2 -2
  54. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  55. package/dist/components/Section/Section.vue.js +2 -2
  56. package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
  57. package/dist/components/Section/SectionHeaderTag.vue.js +2 -2
  58. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  59. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  60. package/dist/components/Sidebar/Sidebar.vue2.js +2 -1
  61. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  62. package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
  63. package/dist/components/Sidebar/SidebarElement.vue2.js +2 -1
  64. package/dist/esm.d.ts.map +1 -1
  65. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
  66. package/dist/features/ApiClientModal/useApiClient.d.ts +2 -4
  67. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  68. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  69. package/dist/features/BaseUrl/BaseUrl.vue.js +2 -1
  70. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  71. package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
  72. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +2 -1
  73. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  74. package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
  75. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +6 -8
  76. package/dist/features/Operation/Operation.vue.d.ts +2 -0
  77. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  78. package/dist/features/Operation/Operation.vue.js +13 -10
  79. package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
  80. package/dist/features/Operation/Webhooks.vue.js +2 -2
  81. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  82. package/dist/features/Operation/components/ContentTypeSelect.vue.js +4 -4
  83. package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -0
  84. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  85. package/dist/features/Operation/components/OperationParameters.vue.js +37 -31
  86. package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -0
  87. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  88. package/dist/features/Operation/components/OperationResponses.vue.js +15 -13
  89. package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -0
  90. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  91. package/dist/features/Operation/components/ParameterList.vue.js +2 -2
  92. package/dist/features/Operation/components/ParameterList.vue2.js +14 -12
  93. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -0
  94. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  95. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  96. package/dist/features/Operation/components/ParameterListItem.vue2.js +20 -18
  97. package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -0
  98. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  99. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  100. package/dist/features/Operation/components/RequestBody.vue2.js +20 -18
  101. package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
  102. package/dist/features/Operation/hooks/useResponses.js +2 -1
  103. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +2 -0
  104. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  105. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  106. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +29 -24
  107. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -0
  108. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  109. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  110. package/dist/features/Operation/layouts/ModernLayout.vue2.js +66 -56
  111. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  112. package/dist/features/Search/SearchModal.vue.js +2 -2
  113. package/dist/features/Search/SearchModal.vue2.js +2 -1
  114. package/dist/helpers/index.d.ts +4 -4
  115. package/dist/helpers/scrollToId.d.ts.map +1 -1
  116. package/dist/helpers/specHelpers.js +15 -14
  117. package/dist/hooks/index.d.ts +2 -2
  118. package/dist/hooks/useMultipleDocuments.d.ts +1 -0
  119. package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
  120. package/dist/hooks/useNavState.d.ts.map +1 -1
  121. package/dist/hooks/useNavState.js +2 -1
  122. package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
  123. package/dist/hooks/useSidebar.d.ts.map +1 -1
  124. package/dist/hooks/useSidebar.js +3 -2
  125. package/dist/index.d.ts +6 -4
  126. package/dist/index.d.ts.map +1 -1
  127. package/dist/index.js +39 -76
  128. package/dist/libs/operation.d.ts.map +1 -1
  129. package/dist/standalone/lib/html-api.d.ts +4 -4
  130. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  131. package/dist/stores/useHttpClientStore.d.ts.map +1 -1
  132. package/dist/style.css +1 -1
  133. package/package.json +9 -8
  134. package/dist/helpers/getVariableNames.js +0 -7
  135. package/dist/helpers/hasSecuritySchemes.js +0 -7
  136. package/dist/helpers/mapFromObject.js +0 -7
  137. package/dist/helpers/mergeAllObjects.js +0 -7
  138. package/dist/hooks/useClientStore.js +0 -5
  139. package/dist/hooks/useRefOnMount.js +0 -10
@@ -1 +1 @@
1
- {"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAO/E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,YAAY,GAAG,aAAa,CAAC,CAAA;CAC9D,CAAC;;AAiHF,wBAMG"}
1
+ {"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAO9E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,YAAY,GAAG,aAAa,CAAC,CAAA;IAC7D,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAiHF,wBAMG"}
@@ -1,64 +1,70 @@
1
- import { defineComponent as u, openBlock as i, createElementBlock as y, Fragment as B, createVNode as m, withCtx as t, createTextVNode as o, createBlock as f, createCommentVNode as k } from "vue";
1
+ import { defineComponent as u, openBlock as i, createElementBlock as h, Fragment as y, createVNode as o, withCtx as t, createTextVNode as a, createBlock as B, createCommentVNode as f } from "vue";
2
2
  import p from "./ParameterList.vue.js";
3
- import q from "./RequestBody.vue.js";
4
- const V = /* @__PURE__ */ u({
3
+ import k from "./RequestBody.vue.js";
4
+ const C = /* @__PURE__ */ u({
5
5
  __name: "OperationParameters",
6
6
  props: {
7
- operation: {}
7
+ operation: {},
8
+ schemas: {}
8
9
  },
9
10
  setup(n) {
10
- const l = n, a = (s) => {
11
- var e, r;
12
- return ((r = (e = l.operation) == null ? void 0 : e.parameters) == null ? void 0 : r.filter((d) => d.in === s)) ?? [];
11
+ const l = n, m = (r) => {
12
+ var e, s;
13
+ return ((s = (e = l.operation) == null ? void 0 : e.parameters) == null ? void 0 : s.filter((d) => d.in === r)) ?? [];
13
14
  };
14
- return (s, e) => {
15
- var r;
16
- return i(), y(B, null, [
17
- m(p, {
18
- parameters: a("path")
15
+ return (r, e) => {
16
+ var s;
17
+ return i(), h(y, null, [
18
+ o(p, {
19
+ parameters: m("path"),
20
+ schemas: r.schemas
19
21
  }, {
20
22
  title: t(() => e[0] || (e[0] = [
21
- o("Path Parameters")
23
+ a("Path Parameters")
22
24
  ])),
23
25
  _: 1
24
- }, 8, ["parameters"]),
25
- m(p, {
26
- parameters: a("query")
26
+ }, 8, ["parameters", "schemas"]),
27
+ o(p, {
28
+ parameters: m("query"),
29
+ schemas: r.schemas
27
30
  }, {
28
31
  title: t(() => e[1] || (e[1] = [
29
- o("Query Parameters")
32
+ a("Query Parameters")
30
33
  ])),
31
34
  _: 1
32
- }, 8, ["parameters"]),
33
- m(p, {
34
- parameters: a("header")
35
+ }, 8, ["parameters", "schemas"]),
36
+ o(p, {
37
+ parameters: m("header"),
38
+ schemas: r.schemas
35
39
  }, {
36
40
  title: t(() => e[2] || (e[2] = [
37
- o("Headers")
41
+ a("Headers")
38
42
  ])),
39
43
  _: 1
40
- }, 8, ["parameters"]),
41
- m(p, {
42
- parameters: a("cookie")
44
+ }, 8, ["parameters", "schemas"]),
45
+ o(p, {
46
+ parameters: m("cookie"),
47
+ schemas: r.schemas
43
48
  }, {
44
49
  title: t(() => e[3] || (e[3] = [
45
- o("Cookies")
50
+ a("Cookies")
46
51
  ])),
47
52
  _: 1
48
- }, 8, ["parameters"]),
49
- (r = s.operation) != null && r.requestBody ? (i(), f(q, {
53
+ }, 8, ["parameters", "schemas"]),
54
+ (s = r.operation) != null && s.requestBody ? (i(), B(k, {
50
55
  key: 0,
51
- requestBody: s.operation.requestBody
56
+ requestBody: r.operation.requestBody,
57
+ schemas: r.schemas
52
58
  }, {
53
59
  title: t(() => e[4] || (e[4] = [
54
- o("Body")
60
+ a("Body")
55
61
  ])),
56
62
  _: 1
57
- }, 8, ["requestBody"])) : k("", !0)
63
+ }, 8, ["requestBody", "schemas"])) : f("", !0)
58
64
  ], 64);
59
65
  };
60
66
  }
61
67
  });
62
68
  export {
63
- V as default
69
+ C as default
64
70
  };
@@ -1,7 +1,9 @@
1
+ import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
1
2
  import type { TransformedOperation } from '@scalar/types/legacy';
2
3
  type __VLS_Props = {
3
4
  operation: TransformedOperation;
4
5
  collapsableItems?: boolean;
6
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
5
7
  };
6
8
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
9
  collapsableItems: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"OperationResponses.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationResponses.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,oBAAoB,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;sBADmB,OAAO;;AA8E9B,wBAQG"}
1
+ {"version":3,"file":"OperationResponses.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationResponses.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,oBAAoB,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;sBANmB,OAAO;;AAmF9B,wBAQG"}
@@ -1,26 +1,28 @@
1
- import { defineComponent as a, openBlock as p, createBlock as l, unref as n, withCtx as m, createTextVNode as i } from "vue";
2
- import { useResponses as c } from "../hooks/useResponses.js";
1
+ import { defineComponent as r, openBlock as p, createBlock as m, unref as l, withCtx as n, createTextVNode as c } from "vue";
2
+ import { useResponses as i } from "../hooks/useResponses.js";
3
3
  import f from "./ParameterList.vue.js";
4
- const x = /* @__PURE__ */ a({
4
+ const d = /* @__PURE__ */ r({
5
5
  __name: "OperationResponses",
6
6
  props: {
7
7
  operation: {},
8
- collapsableItems: { type: Boolean, default: !0 }
8
+ collapsableItems: { type: Boolean, default: !0 },
9
+ schemas: {}
9
10
  },
10
- setup(s) {
11
- const t = s, { responses: o } = c(t.operation);
12
- return (r, e) => (p(), l(f, {
13
- collapsableItems: r.collapsableItems,
14
- parameters: n(o),
11
+ setup(o) {
12
+ const t = o, { responses: a } = i(t.operation);
13
+ return (e, s) => (p(), m(f, {
14
+ collapsableItems: e.collapsableItems,
15
+ parameters: l(a),
16
+ schemas: e.schemas,
15
17
  withExamples: !1
16
18
  }, {
17
- title: m(() => e[0] || (e[0] = [
18
- i("Responses")
19
+ title: n(() => s[0] || (s[0] = [
20
+ c("Responses")
19
21
  ])),
20
22
  _: 1
21
- }, 8, ["collapsableItems", "parameters"]));
23
+ }, 8, ["collapsableItems", "parameters", "schemas"]));
22
24
  }
23
25
  });
24
26
  export {
25
- x as default
27
+ d as default
26
28
  };
@@ -1,9 +1,11 @@
1
1
  import type { Request as RequestEntity } from '@scalar/oas-utils/entities/spec';
2
+ import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
3
  type __VLS_Props = {
3
4
  parameters?: RequestEntity['parameters'] | RequestEntity['responses'];
4
5
  showChildren?: boolean;
5
6
  collapsableItems?: boolean;
6
7
  withExamples?: boolean;
8
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
7
9
  };
8
10
  declare function __VLS_template(): {
9
11
  attrs: Partial<{}>;
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterList.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterList.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAM/E,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAA;IACrE,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAC;AAoBJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBA3FF,OAAO;kBAFP,OAAO;sBACH,OAAO;6EAmG5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ParameterList.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterList.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAM9E,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAA;IACrE,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;AAoBJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBAhGF,OAAO;kBAFP,OAAO;sBACH,OAAO;6EAwG5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import t from "./ParameterList.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-b05cf5ff"]]);
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-2463df20"]]);
5
5
  export {
6
- m as default
6
+ e as default
7
7
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as o, openBlock as t, createElementBlock as r, createElementVNode as s, renderSlot as m, Fragment as n, renderList as p, createBlock as i, createCommentVNode as d } from "vue";
2
- import h from "./ParameterListItem.vue.js";
3
- const c = {
1
+ import { defineComponent as o, openBlock as t, createElementBlock as l, createElementVNode as r, renderSlot as m, Fragment as n, renderList as p, createBlock as i, createCommentVNode as h } from "vue";
2
+ import c from "./ParameterListItem.vue.js";
3
+ const d = {
4
4
  key: 0,
5
5
  class: "parameter-list"
6
6
  }, u = { class: "parameter-list-title" }, f = { class: "parameter-list-items" }, E = /* @__PURE__ */ o({
@@ -9,25 +9,27 @@ const c = {
9
9
  parameters: {},
10
10
  showChildren: { type: Boolean, default: !1 },
11
11
  collapsableItems: { type: Boolean, default: !1 },
12
- withExamples: { type: Boolean, default: !0 }
12
+ withExamples: { type: Boolean, default: !0 },
13
+ schemas: {}
13
14
  },
14
15
  setup(w) {
15
16
  return (e, _) => {
16
17
  var a;
17
- return (a = e.parameters) != null && a.length ? (t(), r("div", c, [
18
- s("div", u, [
18
+ return (a = e.parameters) != null && a.length ? (t(), l("div", d, [
19
+ r("div", u, [
19
20
  m(e.$slots, "title", {}, void 0, !0)
20
21
  ]),
21
- s("ul", f, [
22
- (t(!0), r(n, null, p(e.parameters, (l) => (t(), i(h, {
23
- key: l.name,
22
+ r("ul", f, [
23
+ (t(!0), l(n, null, p(e.parameters, (s) => (t(), i(c, {
24
+ key: s.name,
24
25
  collapsableItems: e.collapsableItems,
25
- parameter: l,
26
+ parameter: s,
27
+ schemas: e.schemas,
26
28
  showChildren: e.showChildren,
27
29
  withExamples: e.withExamples
28
- }, null, 8, ["collapsableItems", "parameter", "showChildren", "withExamples"]))), 128))
30
+ }, null, 8, ["collapsableItems", "parameter", "schemas", "showChildren", "withExamples"]))), 128))
29
31
  ])
30
- ])) : d("", !0);
32
+ ])) : h("", !0);
31
33
  };
32
34
  }
33
35
  });
@@ -1,9 +1,11 @@
1
1
  import type { Request as RequestEntity } from '@scalar/oas-utils/entities/spec';
2
+ import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
3
  type __VLS_Props = {
3
4
  parameter: NonNullable<RequestEntity['parameters']>[number] | NonNullable<RequestEntity['responses']>[number];
4
5
  showChildren?: boolean;
5
6
  collapsableItems?: boolean;
6
7
  withExamples?: boolean;
8
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
7
9
  };
8
10
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
11
  withExamples: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterListItem.vue"],"names":[],"mappings":"AAyOA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAY/E,KAAK,WAAW,GAAG;IACf,SAAS,EACL,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,GAChD,WAAW,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAC;;kBADe,OAAO;kBAFP,OAAO;sBACH,OAAO;;AAkQ9B,wBAOG"}
1
+ {"version":3,"file":"ParameterListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterListItem.vue"],"names":[],"mappings":"AA+OA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAW9E,KAAK,WAAW,GAAG;IACf,SAAS,EACL,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,GAChD,WAAW,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;kBANe,OAAO;kBAFP,OAAO;sBACH,OAAO;;AAuQ9B,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./ParameterListItem.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-d846a784"]]);
4
+ const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-6ec785c3"]]);
5
5
  export {
6
- e as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as w, computed as i, ref as C, openBlock as o, createElementBlock as g, createVNode as m, unref as t, withCtx as u, createBlock as p, normalizeClass as B, createElementVNode as c, toDisplayString as b, createCommentVNode as n } from "vue";
1
+ import { defineComponent as w, computed as i, ref as C, openBlock as o, createElementBlock as g, createVNode as m, unref as t, withCtx as c, createBlock as p, normalizeClass as B, createElementVNode as u, toDisplayString as b, createCommentVNode as n } from "vue";
2
2
  import { Disclosure as E, DisclosureButton as S, DisclosurePanel as q } from "@headlessui/vue";
3
3
  import { ScalarIcon as D, ScalarMarkdown as P } from "@scalar/components";
4
4
  import V from "./ContentTypeSelect.vue.js";
@@ -7,35 +7,36 @@ import j from "../../../components/Content/Schema/SchemaProperty.vue.js";
7
7
  const N = {
8
8
  key: 0,
9
9
  class: "parameter-item group/parameter-item relative"
10
- }, T = { class: "parameter-item-name" }, _ = { class: "parameter-item-type" }, O = { class: "absolute right-0 top-2.5 opacity-0 group-focus-within/parameter-item:opacity-100 group-hover/parameter-item:opacity-100" }, A = /* @__PURE__ */ w({
10
+ }, T = { class: "parameter-item-name" }, O = { class: "parameter-item-type" }, _ = { class: "absolute right-0 top-2.5 opacity-0 group-focus-within/parameter-item:opacity-100 group-hover/parameter-item:opacity-100" }, A = /* @__PURE__ */ w({
11
11
  __name: "ParameterListItem",
12
12
  props: {
13
13
  parameter: {},
14
14
  showChildren: { type: Boolean, default: !1 },
15
15
  collapsableItems: { type: Boolean, default: !1 },
16
- withExamples: { type: Boolean, default: !0 }
16
+ withExamples: { type: Boolean, default: !0 },
17
+ schemas: {}
17
18
  },
18
19
  setup(y) {
19
- const a = y, v = i(() => a.parameter.content ? Object.keys(a.parameter.content) : []), l = C(
20
+ const a = y, v = i(() => a.parameter.content ? Object.keys(a.parameter.content) : []), s = C(
20
21
  v.value[0]
21
22
  );
22
- a.parameter.content && "application/json" in a.parameter.content && (l.value = "application/json");
23
+ a.parameter.content && "application/json" in a.parameter.content && (s.value = "application/json");
23
24
  const r = i(() => !!(a.collapsableItems && a.parameter.content)), k = i(() => a.parameter.readOnly !== !0);
24
25
  return (e, d) => k.value ? (o(), g("li", N, [
25
26
  m(t(E), null, {
26
- default: u(({ open: s }) => [
27
+ default: c(({ open: l }) => [
27
28
  r.value ? (o(), p(t(S), {
28
29
  key: 0,
29
- class: B(["parameter-item-trigger flex", { "parameter-item-trigger-open": s }])
30
+ class: B(["parameter-item-trigger flex", { "parameter-item-trigger-open": l }])
30
31
  }, {
31
- default: u(() => [
32
+ default: c(() => [
32
33
  m(t(D), {
33
34
  class: "parameter-item-icon",
34
- icon: s ? "ChevronDown" : "ChevronRight",
35
+ icon: l ? "ChevronDown" : "ChevronRight",
35
36
  thickness: "1.5"
36
37
  }, null, 8, ["icon"]),
37
- c("span", T, b(e.parameter.name), 1),
38
- c("span", _, [
38
+ u("span", T, b(e.parameter.name), 1),
39
+ u("span", O, [
39
40
  e.parameter.description ? (o(), p(t(P), {
40
41
  key: 0,
41
42
  class: "markdown",
@@ -49,8 +50,8 @@ const N = {
49
50
  class: "parameter-item-container parameter-item-container-markdown",
50
51
  static: !r.value
51
52
  }, {
52
- default: u(() => {
53
- var f, h;
53
+ default: c(() => {
54
+ var h, f;
54
55
  return [
55
56
  e.parameter.headers ? (o(), p(I, {
56
57
  key: 0,
@@ -62,12 +63,13 @@ const N = {
62
63
  name: r.value ? "" : e.parameter.name,
63
64
  noncollapsible: e.showChildren,
64
65
  required: e.parameter.required,
66
+ schemas: e.schemas,
65
67
  value: {
66
68
  deprecated: e.parameter.deprecated,
67
- ...e.parameter.content ? (h = (f = e.parameter.content) == null ? void 0 : f[l.value]) == null ? void 0 : h.schema : e.parameter.schema
69
+ ...e.parameter.content ? (f = (h = e.parameter.content) == null ? void 0 : h[s.value]) == null ? void 0 : f.schema : e.parameter.schema
68
70
  },
69
71
  withExamples: e.withExamples
70
- }, null, 8, ["description", "name", "noncollapsible", "required", "value", "withExamples"])
72
+ }, null, 8, ["description", "name", "noncollapsible", "required", "schemas", "value", "withExamples"])
71
73
  ];
72
74
  }),
73
75
  _: 1
@@ -75,13 +77,13 @@ const N = {
75
77
  ]),
76
78
  _: 1
77
79
  }),
78
- c("div", O, [
80
+ u("div", _, [
79
81
  r.value && a.parameter.content ? (o(), p(V, {
80
82
  key: 0,
81
83
  class: "parameter-item-content-type",
82
- defaultValue: l.value,
84
+ defaultValue: s.value,
83
85
  requestBody: a.parameter,
84
- onSelectContentType: d[0] || (d[0] = ({ contentType: s }) => l.value = s)
86
+ onSelectContentType: d[0] || (d[0] = ({ contentType: l }) => s.value = l)
85
87
  }, null, 8, ["defaultValue", "requestBody"])) : n("", !0)
86
88
  ])
87
89
  ])) : n("", !0);
@@ -1,6 +1,8 @@
1
+ import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
1
2
  import type { RequestBody } from '@scalar/types/legacy';
2
3
  type __VLS_Props = {
3
4
  requestBody?: RequestBody;
5
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
4
6
  };
5
7
  declare function __VLS_template(): {
6
8
  attrs: Partial<{}>;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBody.vue"],"names":[],"mappings":"AA0IA,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AASpE,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAqBjD,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBody.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AASpE,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;AAoBF,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-73988f44"]]);
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4f0f6dd5"]]);
5
5
  export {
6
- m as default
6
+ e as default
7
7
  };
@@ -1,8 +1,8 @@
1
- import { defineComponent as v, computed as q, ref as f, openBlock as o, createElementBlock as n, createElementVNode as B, renderSlot as h, createVNode as s, unref as m, createCommentVNode as r } from "vue";
1
+ import { defineComponent as v, computed as q, ref as f, openBlock as o, createElementBlock as s, createElementVNode as B, renderSlot as h, createVNode as n, unref as y, createCommentVNode as r } from "vue";
2
2
  import { ScalarMarkdown as k } from "@scalar/components";
3
3
  import b from "./ContentTypeSelect.vue.js";
4
4
  import C from "../../../components/Content/Schema/Schema.vue.js";
5
- const V = { key: 0 }, _ = { class: "request-body-title" }, S = {
5
+ const V = { key: 0 }, S = { class: "request-body-title" }, _ = {
6
6
  key: 0,
7
7
  class: "request-body-description"
8
8
  }, N = {
@@ -11,38 +11,40 @@ const V = { key: 0 }, _ = { class: "request-body-title" }, S = {
11
11
  }, g = /* @__PURE__ */ v({
12
12
  __name: "RequestBody",
13
13
  props: {
14
- requestBody: {}
14
+ requestBody: {},
15
+ schemas: {}
15
16
  },
16
- setup(l) {
17
- var a;
18
- const u = q(
17
+ setup(a) {
18
+ var u;
19
+ const l = q(
19
20
  () => {
20
21
  var e;
21
- return Object.keys(((e = l.requestBody) == null ? void 0 : e.content) ?? {});
22
+ return Object.keys(((e = a.requestBody) == null ? void 0 : e.content) ?? {});
22
23
  }
23
24
  ), t = f("application/json");
24
- return (a = l.requestBody) != null && a.content && u.value.length > 0 && (t.value = u.value[0]), (e, d) => {
25
- var i, c, y;
26
- return e.requestBody ? (o(), n("div", V, [
27
- B("div", _, [
25
+ return (u = a.requestBody) != null && u.content && l.value.length > 0 && (t.value = l.value[0]), (e, d) => {
26
+ var c, i, m;
27
+ return e.requestBody ? (o(), s("div", V, [
28
+ B("div", S, [
28
29
  h(e.$slots, "title", {}, void 0, !0),
29
- s(b, {
30
+ n(b, {
30
31
  defaultValue: t.value,
31
32
  requestBody: e.requestBody,
32
33
  onSelectContentType: d[0] || (d[0] = ({ contentType: p }) => t.value = p)
33
34
  }, null, 8, ["defaultValue", "requestBody"]),
34
- e.requestBody.description ? (o(), n("div", S, [
35
- s(m(k), {
35
+ e.requestBody.description ? (o(), s("div", _, [
36
+ n(y(k), {
36
37
  value: e.requestBody.description
37
38
  }, null, 8, ["value"])
38
39
  ])) : r("", !0)
39
40
  ]),
40
- (i = e.requestBody.content) != null && i[t.value] ? (o(), n("div", N, [
41
- s(m(C), {
41
+ (c = e.requestBody.content) != null && c[t.value] ? (o(), s("div", N, [
42
+ n(y(C), {
42
43
  compact: "",
43
44
  noncollapsible: "",
44
- value: (y = (c = e.requestBody.content) == null ? void 0 : c[t.value]) == null ? void 0 : y.schema
45
- }, null, 8, ["value"])
45
+ schemas: e.schemas,
46
+ value: (m = (i = e.requestBody.content) == null ? void 0 : i[t.value]) == null ? void 0 : m.schema
47
+ }, null, 8, ["schemas", "value"])
46
48
  ])) : r("", !0)
47
49
  ])) : r("", !0);
48
50
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useResponses.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/hooks/useResponses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGtF;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,oBAAoB;;cAOhD,MAAM;qBACC,MAAM;iBACV,oBAAoB;kBACnB;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;SAAE;;EAkBtD"}
1
+ {"version":3,"file":"useResponses.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/hooks/useResponses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGtF;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,oBAAoB;;cAShD,MAAM;qBACC,MAAM;iBACV,oBAAoB;kBACnB;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;SAAE;;EAoBtD"}
@@ -1,7 +1,8 @@
1
1
  import { computed as s } from "vue";
2
2
  function u(r) {
3
3
  return { responses: s(() => {
4
- if (!r.information) return [];
4
+ if (!r.information)
5
+ return [];
5
6
  const { responses: t } = r.information, e = [];
6
7
  return t && Object.entries(t).forEach(([o, n]) => {
7
8
  e.push({
@@ -1,4 +1,5 @@
1
1
  import type { Collection, Operation, Server } from '@scalar/oas-utils/entities/spec';
2
+ import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
2
3
  import type { TransformedOperation } from '@scalar/types/legacy';
3
4
  type __VLS_Props = {
4
5
  id?: string;
@@ -7,6 +8,7 @@ type __VLS_Props = {
7
8
  operation: Operation;
8
9
  /** @deprecated Use `operation` instead */
9
10
  transformedOperation: TransformedOperation;
11
+ schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
10
12
  };
11
13
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
14
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AAwTA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAwBhE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;IACpB,0CAA0C;IAC1C,oBAAoB,EAAE,oBAAoB,CAAA;CAC3C,CAAC;;AA2QF,wBAOG"}
1
+ {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AAiUA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAwBhE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;IACpB,0CAA0C;IAC1C,oBAAoB,EAAE,oBAAoB,CAAA;IAC1C,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AA2QF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ClassicLayout.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a183eb61"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7af92164"]]);
5
5
  export {
6
- m as default
6
+ f as default
7
7
  };