@scalar/api-client 2.22.3 → 2.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/style.css +1 -1
  3. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts +13 -3
  4. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
  5. package/dist/v2/blocks/operation-block/OperationBlock.vue.js +68 -68
  6. package/dist/v2/blocks/operation-block/helpers/build-request-security.d.ts +5 -3
  7. package/dist/v2/blocks/operation-block/helpers/build-request-security.d.ts.map +1 -1
  8. package/dist/v2/blocks/operation-block/helpers/build-request-security.js +1 -1
  9. package/dist/v2/blocks/operation-block/helpers/build-request.d.ts +3 -2
  10. package/dist/v2/blocks/operation-block/helpers/build-request.d.ts.map +1 -1
  11. package/dist/v2/blocks/operation-block/index.d.ts +2 -1
  12. package/dist/v2/blocks/operation-block/index.d.ts.map +1 -1
  13. package/dist/v2/blocks/operation-block/index.js +7 -4
  14. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts +3 -2
  15. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  16. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +2 -2
  17. package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts +3 -2
  18. package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts.map +1 -1
  19. package/dist/v2/blocks/operation-code-sample/helpers/get-secrets.d.ts +2 -2
  20. package/dist/v2/blocks/operation-code-sample/helpers/get-secrets.d.ts.map +1 -1
  21. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts +3 -2
  22. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.d.ts.map +1 -1
  23. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.d.ts +2 -2
  24. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-security-schemes.d.ts.map +1 -1
  25. package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts +8 -5
  26. package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
  27. package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
  28. package/dist/v2/blocks/request-block/RequestBlock.vue2.js +4 -4
  29. package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.d.ts.map +1 -1
  30. package/dist/v2/blocks/request-block/components/RequestCodeSnippet.vue.js +49 -45
  31. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  32. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +4 -2
  33. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
  34. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +18 -181
  35. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
  36. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +118 -107
  37. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts +3 -2
  38. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
  39. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +30 -33
  40. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +11 -178
  41. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
  42. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +107 -110
  43. package/dist/v2/blocks/scalar-auth-selector-block/helpers/auth-options.d.ts.map +1 -1
  44. package/dist/v2/blocks/scalar-auth-selector-block/helpers/auth-options.js +5 -29
  45. package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts +6 -0
  46. package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts.map +1 -0
  47. package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.js +85 -0
  48. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts +9 -0
  49. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts.map +1 -0
  50. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.js +15 -0
  51. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +3 -2
  52. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  53. package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts +23 -0
  54. package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts.map +1 -0
  55. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +2 -2
  56. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -1
  57. package/dist/v2/blocks/scalar-auth-selector-block/index.js +4 -6
  58. package/dist/v2/features/app/App.vue.d.ts.map +1 -1
  59. package/dist/v2/features/app/App.vue.js +127 -92
  60. package/dist/v2/features/app/app-state.d.ts +1 -1
  61. package/dist/v2/features/app/app-state.d.ts.map +1 -1
  62. package/dist/v2/features/app/app-state.js +145 -142
  63. package/dist/v2/features/app/helpers/routes.d.ts +1 -1
  64. package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
  65. package/dist/v2/features/app/helpers/routes.js +31 -25
  66. package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -1
  67. package/dist/v2/features/collection/components/Authentication.vue.js +1 -1
  68. package/dist/v2/features/collection/components/Authentication.vue2.js +14 -11
  69. package/dist/v2/features/import-listener/ImportListener.vue.d.ts +52 -0
  70. package/dist/v2/features/import-listener/ImportListener.vue.d.ts.map +1 -0
  71. package/dist/v2/features/import-listener/ImportListener.vue.js +91 -0
  72. package/dist/v2/features/import-listener/ImportListener.vue2.js +4 -0
  73. package/dist/v2/features/import-listener/components/DropEventListener.vue.d.ts +7 -0
  74. package/dist/v2/features/import-listener/components/DropEventListener.vue.d.ts.map +1 -0
  75. package/dist/v2/features/import-listener/components/DropEventListener.vue.js +81 -0
  76. package/dist/v2/features/import-listener/components/DropEventListener.vue2.js +4 -0
  77. package/dist/v2/features/import-listener/components/ImportModal.vue.d.ts +40 -0
  78. package/dist/v2/features/import-listener/components/ImportModal.vue.d.ts.map +1 -0
  79. package/dist/v2/features/import-listener/components/ImportModal.vue.js +170 -0
  80. package/dist/v2/features/import-listener/components/ImportModal.vue3.js +5 -0
  81. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.d.ts +29 -0
  82. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.d.ts.map +1 -0
  83. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue.js +83 -0
  84. package/dist/v2/features/import-listener/components/WorkspaceSelector.vue2.js +4 -0
  85. package/dist/v2/features/import-listener/helpers/generate-unique-slug.d.ts +16 -0
  86. package/dist/v2/features/import-listener/helpers/generate-unique-slug.d.ts.map +1 -0
  87. package/dist/v2/features/import-listener/helpers/generate-unique-slug.js +11 -0
  88. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.d.ts +8 -0
  89. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.d.ts.map +1 -0
  90. package/dist/v2/features/import-listener/helpers/get-url-query-parameter.js +4 -0
  91. package/dist/v2/features/import-listener/helpers/import-document-to-workspace.d.ts +30 -0
  92. package/dist/v2/features/import-listener/helpers/import-document-to-workspace.d.ts.map +1 -0
  93. package/dist/v2/features/import-listener/helpers/import-document-to-workspace.js +33 -0
  94. package/dist/v2/features/import-listener/helpers/load-document-from-source.d.ts +15 -0
  95. package/dist/v2/features/import-listener/helpers/load-document-from-source.d.ts.map +1 -0
  96. package/dist/v2/features/import-listener/helpers/load-document-from-source.js +28 -0
  97. package/dist/v2/features/import-listener/helpers/wait-for-condition.d.ts +15 -0
  98. package/dist/v2/features/import-listener/helpers/wait-for-condition.d.ts.map +1 -0
  99. package/dist/v2/features/import-listener/helpers/wait-for-condition.js +16 -0
  100. package/dist/v2/features/import-listener/index.d.ts +2 -0
  101. package/dist/v2/features/import-listener/index.d.ts.map +1 -0
  102. package/dist/v2/features/import-listener/index.js +4 -0
  103. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
  104. package/dist/v2/features/modal/Modal.vue.js +1 -1
  105. package/dist/v2/features/modal/Modal.vue2.js +14 -12
  106. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
  107. package/dist/v2/features/operation/Operation.vue.js +44 -35
  108. package/dist/v2/features/operation/helpers/get-selected-security.d.ts +3 -5
  109. package/dist/v2/features/operation/helpers/get-selected-security.d.ts.map +1 -1
  110. package/dist/v2/workspace-events.d.ts.map +1 -1
  111. package/dist/v2/workspace-events.js +116 -109
  112. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  113. package/package.json +19 -14
  114. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts +0 -2
  115. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts.map +0 -1
  116. package/dist/v2/blocks/scalar-auth-selector-block/helpers/convert-security-scheme-secrets.d.ts +0 -8
  117. package/dist/v2/blocks/scalar-auth-selector-block/helpers/convert-security-scheme-secrets.d.ts.map +0 -1
  118. package/dist/v2/blocks/scalar-auth-selector-block/helpers/convert-security-scheme-secrets.js +0 -33
  119. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-auth-config.d.ts +0 -7
  120. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-auth-config.d.ts.map +0 -1
  121. package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-auth-config.js +0 -13
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/blocks/request-block/RequestBlock.vue"],"names":[],"mappings":"AAuiBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAEV,QAAQ,EACR,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qEAAqE,CAAA;AACxG,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,YAAY,EACb,MAAM,8DAA8D,CAAA;AAKrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAI3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AAW1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAWxD,MAAM,MAAM,oBAAoB,GAAG,aAAa,GAAG;IACjD,QAAQ,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,gBAAgB,EAAE,eAAe,CAAC,4BAA4B,CAAC,CAAA;IAC/D,QAAQ,EAAE,QAAQ,CAAA;IAClB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,WAAW,EAAE,kBAAkB,CAAA;IAC/B,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,YAAY,CAAA;IACpB,MAAM,EAAE,UAAU,CAAA;IAClB,SAAS,EAAE,eAAe,CAAA;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACjD,eAAe,EAAE,WAAW,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAA;IAC9E,cAAc,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC,yBAAyB,CAAC,CAAA;IACtE,uBAAuB,EAAE,oBAAoB,EAAE,CAAA;IAC/C,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;IAC3B,aAAa,EAAE,oBAAoB,EAAE,CAAA;CACtC,CAAC;;AAmqBF,wBAMG"}
1
+ {"version":3,"file":"RequestBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/blocks/request-block/RequestBlock.vue"],"names":[],"mappings":"AA0iBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAA;AAC7E,OAAO,KAAK,EAEV,QAAQ,EACR,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qEAAqE,CAAA;AACxG,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EACf,YAAY,EACb,MAAM,8DAA8D,CAAA;AAKrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAI3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AAU1E,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,wCAAwC,CAAA;AAC/C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,6DAA6D,CAAA;AAC7G,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAWxD,MAAM,MAAM,oBAAoB,GAAG,aAAa,GAAG;IACjD,QAAQ,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAA;IAClB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,WAAW,EAAE,kBAAkB,CAAA;IAC/B,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,oBAAoB,EAAE,CAAA;IACrC,MAAM,EAAE,YAAY,CAAA;IACpB,MAAM,EAAE,UAAU,CAAA;IAClB,SAAS,EAAE,eAAe,CAAA;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACjD,eAAe,EAAE,qBAAqB,CAAA;IACtC,cAAc,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC,yBAAyB,CAAC,CAAA;IACtE,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,uBAAuB,EAAE,0BAA0B,EAAE,CAAA;IACrD,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;CAC5B,CAAC;;AAmqBF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBlock.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8c6cdddb"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fe19bfef"]]);
5
5
  export {
6
- e as default
6
+ m as default
7
7
  };
@@ -24,12 +24,12 @@ const ve = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
24
24
  }, xe = ["id", "role"], Ne = /* @__PURE__ */ j({
25
25
  __name: "RequestBlock",
26
26
  props: {
27
- selectedSecurity: {},
28
27
  authMeta: { default: () => ({ type: "document" }) },
29
28
  clientOptions: {},
30
29
  environment: {},
31
30
  eventBus: {},
32
31
  exampleKey: {},
32
+ globalCookies: {},
33
33
  layout: {},
34
34
  method: {},
35
35
  operation: {},
@@ -39,9 +39,9 @@ const ve = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
39
39
  securityRequirements: {},
40
40
  securitySchemes: {},
41
41
  selectedClient: {},
42
+ selectedSecurity: {},
42
43
  selectedSecuritySchemes: {},
43
- server: {},
44
- globalCookies: {}
44
+ server: {}
45
45
  },
46
46
  setup(e) {
47
47
  const r = n(() => ({
@@ -315,7 +315,7 @@ const ve = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
315
315
  ]),
316
316
  _: 2
317
317
  }, 1024))), 128)),
318
- a[1] || (a[1] = K("div", { class: "flex flex-grow" }, null, -1)),
318
+ a[1] || (a[1] = K("div", { class: "flex grow" }, null, -1)),
319
319
  c(m(ue, {
320
320
  clientOptions: e.clientOptions,
321
321
  eventBus: e.eventBus,
@@ -1 +1 @@
1
- {"version":3,"file":"RequestCodeSnippet.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestCodeSnippet.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAQvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAA;AAQpH,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,QAAQ,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AA0Q9E,wBAMG"}
1
+ {"version":3,"file":"RequestCodeSnippet.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestCodeSnippet.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAQvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,sEAAsE,CAAA;AAQpH,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,QAAQ,EAAE,iBAAiB,CAAA;CAAE,CAAC;;AAiR9E,wBAMG"}
@@ -1,15 +1,15 @@
1
- import { defineComponent as h, computed as s, ref as g, watch as S, createBlock as x, openBlock as b, unref as t, withCtx as l, createVNode as n, createElementVNode as m, createTextVNode as u, toDisplayString as y, normalizeClass as k } from "vue";
2
- import { ScalarErrorBoundary as w, ScalarCodeBlock as B, ScalarCombobox as V, ScalarButton as T } from "@scalar/components";
3
- import { ScalarIconCaretDown as D } from "@scalar/icons";
4
- import { generateCodeSnippet as E } from "../../operation-code-sample/helpers/generate-code-snippet.js";
5
- import { getClients as N } from "../../operation-code-sample/helpers/get-clients.js";
6
- import { getCustomCodeSamples as O } from "../../operation-code-sample/helpers/get-custom-code-samples.js";
7
- import { getSecrets as z } from "../../operation-code-sample/helpers/get-secrets.js";
1
+ import { defineComponent as g, computed as s, ref as S, watch as x, withDirectives as b, createBlock as y, openBlock as w, unref as l, withCtx as o, createVNode as n, createElementVNode as u, createTextVNode as m, toDisplayString as k, normalizeClass as B, vShow as V } from "vue";
2
+ import { ScalarErrorBoundary as D, ScalarCodeBlock as T, ScalarCombobox as E, ScalarButton as N } from "@scalar/components";
3
+ import { ScalarIconCaretDown as O } from "@scalar/icons";
4
+ import { generateCodeSnippet as z } from "../../operation-code-sample/helpers/generate-code-snippet.js";
5
+ import { getClients as I } from "../../operation-code-sample/helpers/get-clients.js";
6
+ import { getCustomCodeSamples as R } from "../../operation-code-sample/helpers/get-custom-code-samples.js";
7
+ import { getSecrets as W } from "../../operation-code-sample/helpers/get-secrets.js";
8
8
  import { findClient as f } from "../../operation-code-sample/helpers/find-client.js";
9
- import I from "../../../components/layout/CollapsibleSection.vue.js";
10
- import R from "../../../components/data-table/DataTable.vue.js";
11
- import W from "../../../components/data-table/DataTableRow.vue.js";
12
- const $ = { class: "flex flex-1" }, q = { class: "overflow-hidden" }, Q = /* @__PURE__ */ h({
9
+ import $ from "../../../components/layout/CollapsibleSection.vue.js";
10
+ import q from "../../../components/data-table/DataTable.vue.js";
11
+ import F from "../../../components/data-table/DataTableRow.vue.js";
12
+ const H = { class: "flex flex-1" }, L = { class: "overflow-hidden" }, Z = /* @__PURE__ */ g({
13
13
  __name: "RequestCodeSnippet",
14
14
  props: {
15
15
  integration: {},
@@ -29,22 +29,22 @@ const $ = { class: "flex flex-1" }, q = { class: "overflow-hidden" }, Q = /* @__
29
29
  globalCookies: {}
30
30
  },
31
31
  setup(e) {
32
- const d = s(() => O(e.operation)), c = s(
33
- () => N(d.value, e.clientOptions)
34
- ), i = g(
32
+ const d = s(() => R(e.operation)), c = s(
33
+ () => I(d.value, e.clientOptions)
34
+ ), i = S(
35
35
  f(c.value, e.selectedClient)
36
36
  );
37
- S(
37
+ x(
38
38
  () => e.selectedClient,
39
- (a) => {
40
- const o = f(c.value, a);
41
- o && (i.value = o);
39
+ (t) => {
40
+ const a = f(c.value, t);
41
+ a && (i.value = a);
42
42
  }
43
43
  );
44
- const p = s(() => z(e.securitySchemes ?? [])), C = (a) => {
45
- i.value = a, a && !a.id.startsWith("custom") && e.eventBus.emit("workspace:update:selected-client", a.id);
44
+ const p = s(() => W(e.securitySchemes ?? [])), C = (t) => {
45
+ i.value = t, t && !t.id.startsWith("custom") && e.eventBus.emit("workspace:update:selected-client", t.id);
46
46
  }, v = s(
47
- () => E({
47
+ () => z({
48
48
  clientId: i.value?.id,
49
49
  customCodeSamples: d.value,
50
50
  operation: e.operation,
@@ -57,32 +57,34 @@ const $ = { class: "flex flex-1" }, q = { class: "overflow-hidden" }, Q = /* @__
57
57
  globalCookies: e.globalCookies,
58
58
  includeDefaultHeaders: e.integration === "client"
59
59
  })
60
+ ), h = s(
61
+ () => c.value.some((t) => t.options.length > 0)
60
62
  );
61
- return (a, o) => (b(), x(t(I), {
63
+ return (t, a) => b((w(), y(l($), {
62
64
  class: "group/preview w-full border-t",
63
65
  defaultOpen: !1
64
66
  }, {
65
- title: l(() => [...o[1] || (o[1] = [
66
- u("Code Snippet", -1)
67
+ title: o(() => [...a[1] || (a[1] = [
68
+ m("Code Snippet", -1)
67
69
  ])]),
68
- actions: l(() => [
69
- m("div", $, [
70
- n(t(V), {
70
+ actions: o(() => [
71
+ u("div", H, [
72
+ n(l(E), {
71
73
  modelValue: i.value,
72
74
  options: c.value,
73
75
  placement: "bottom-end",
74
- "onUpdate:modelValue": o[0] || (o[0] = (r) => C(r))
76
+ "onUpdate:modelValue": a[0] || (a[0] = (r) => C(r))
75
77
  }, {
76
- default: l(({ open: r }) => [
77
- n(t(T), {
78
+ default: o(({ open: r }) => [
79
+ n(l(N), {
78
80
  class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-0.5 py-0 text-base font-normal",
79
81
  "data-testid": "client-picker",
80
82
  variant: "ghost"
81
83
  }, {
82
- default: l(() => [
83
- u(y(i.value?.title) + " ", 1),
84
- n(t(D), {
85
- class: k(["mt-0.25 size-3 transition-transform duration-100", r && "rotate-180"]),
84
+ default: o(() => [
85
+ m(k(i.value?.title) + " ", 1),
86
+ n(l(O), {
87
+ class: B(["mt-0.25 size-3 transition-transform duration-100", r && "rotate-180"]),
86
88
  weight: "bold"
87
89
  }, null, 8, ["class"])
88
90
  ]),
@@ -93,18 +95,18 @@ const $ = { class: "flex flex-1" }, q = { class: "overflow-hidden" }, Q = /* @__
93
95
  }, 8, ["modelValue", "options"])
94
96
  ])
95
97
  ]),
96
- default: l(() => [
97
- n(t(w), null, {
98
- default: l(() => [
99
- n(t(R), {
98
+ default: o(() => [
99
+ n(l(D), null, {
100
+ default: o(() => [
101
+ n(l(q), {
100
102
  columns: [""],
101
103
  presentational: ""
102
104
  }, {
103
- default: l(() => [
104
- n(t(W), null, {
105
- default: l(() => [
106
- m("div", q, [
107
- n(t(B), {
105
+ default: o(() => [
106
+ n(l(F), null, {
107
+ default: o(() => [
108
+ u("div", L, [
109
+ n(l(T), {
108
110
  class: "text-base -outline-offset-2",
109
111
  content: v.value,
110
112
  hideCredentials: p.value,
@@ -123,9 +125,11 @@ const $ = { class: "flex flex-1" }, q = { class: "overflow-hidden" }, Q = /* @__
123
125
  })
124
126
  ]),
125
127
  _: 1
126
- }));
128
+ }, 512)), [
129
+ [V, h.value]
130
+ ]);
127
131
  }
128
132
  });
129
133
  export {
130
- Q as default
134
+ Z as default
131
135
  };
@@ -1,7 +1,7 @@
1
1
  import { canMethodHaveBody as p } from "@scalar/helpers/http/can-method-have-body";
2
2
  import { getResolvedRef as n } from "@scalar/workspace-store/helpers/get-resolved-ref";
3
3
  import { isElectron as u } from "../../../../libs/electron.js";
4
- const i = "2.22.3", m = "application/json", h = "*/*", c = (r, t, o) => ({
4
+ const i = "2.23.2", m = "application/json", h = "*/*", c = (r, t, o) => ({
5
5
  name: r,
6
6
  defaultValue: t,
7
7
  isOverridden: o.has(r.toLowerCase())
@@ -1,7 +1,9 @@
1
1
  import { type Icon } from '@scalar/components';
2
+ import type { SelectedSecurity } from '@scalar/workspace-store/entities/auth';
2
3
  import type { AuthMeta, WorkspaceEventBus } from '@scalar/workspace-store/events';
3
4
  import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
4
5
  import type { OpenApiDocument, ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
6
+ import type { MergedSecuritySchemes } from '../../../../v2/blocks/scalar-auth-selector-block/helpers/merge-security.js';
5
7
  import { type SecuritySchemeOption } from '../../../../v2/blocks/scalar-auth-selector-block/helpers/security-scheme.js';
6
8
  type __VLS_Props = {
7
9
  environment: XScalarEnvironment;
@@ -11,8 +13,8 @@ type __VLS_Props = {
11
13
  meta: AuthMeta;
12
14
  proxyUrl: string;
13
15
  securityRequirements: OpenApiDocument['security'];
14
- securitySchemes: NonNullable<OpenApiDocument['components']>['securitySchemes'];
15
- selectedSecurity: OpenApiDocument['x-scalar-selected-security'];
16
+ securitySchemes: MergedSecuritySchemes;
17
+ selectedSecurity: SelectedSecurity | undefined;
16
18
  server: ServerObject | null;
17
19
  title: string;
18
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AuthSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue"],"names":[],"mappings":"AAiTA,OAAO,EAML,KAAK,IAAI,EAEV,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EACV,eAAe,EAEf,YAAY,EACb,MAAM,8DAA8D,CAAA;AAKrE,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,gEAAgE,CAAA;AAKvE,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,kBAAkB,CAAA;IAC/B,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,QAAQ,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACjD,eAAe,EAAE,WAAW,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAA;IAC9E,gBAAgB,EAAE,eAAe,CAAC,4BAA4B,CAAC,CAAA;IAC/D,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;;cA8BqC,IAAI;cAAQ,MAAM;;;;;AA4bzD,wBAOG"}
1
+ {"version":3,"file":"AuthSelector.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue"],"names":[],"mappings":"AAmTA,OAAO,EAML,KAAK,IAAI,EAEV,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAA;AAC7E,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AAGvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EACV,eAAe,EAEf,YAAY,EACb,MAAM,8DAA8D,CAAA;AAKrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+DAA+D,CAAA;AAC1G,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,gEAAgE,CAAA;AAKvE,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,kBAAkB,CAAA;IAC/B,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,QAAQ,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;IACjD,eAAe,EAAE,qBAAqB,CAAA;IACtC,gBAAgB,EAAE,gBAAgB,GAAG,SAAS,CAAA;IAC9C,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;;cA8BqC,IAAI;cAAQ,MAAM;;;;;AA4bzD,wBAOG"}
@@ -1,12 +1,25 @@
1
+ import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
1
2
  import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
2
- import type { OAuthFlowsObject, ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
3
+ import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
4
+ import type { OAuthFlowsObjectSecret } from '../../../../v2/blocks/scalar-auth-selector-block/helpers/secret-types';
3
5
  type __VLS_Props = {
6
+ /** Current environment configuration */
4
7
  environment: XScalarEnvironment;
5
- flows: OAuthFlowsObject;
6
- type: keyof OAuthFlowsObject;
8
+ /** OAuth flows */
9
+ flows: OAuthFlowsObjectSecret;
10
+ /** Current environment configuration */
11
+ /** Type of the OAuth flow */
12
+ type: keyof OAuthFlowsObjectSecret;
13
+ /** Selected scopes */
7
14
  selectedScopes: string[];
15
+ /** Current server configuration */
8
16
  server: ServerObject | null;
17
+ /** Proxy URL */
9
18
  proxyUrl: string;
19
+ /** Name of the security scheme */
20
+ name: string;
21
+ /** Event bus for authentication updates */
22
+ eventBus: WorkspaceEventBus;
10
23
  };
11
24
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
25
  "update:selectedScopes": (payload: Pick<{
@@ -16,98 +29,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
16
29
  newScopePayload?: {
17
30
  name: string;
18
31
  description: string;
19
- flowType: keyof OAuthFlowsObject;
32
+ flowType: keyof import("@scalar/workspace-store/schemas/v3.1/strict/oauthflows").OAuthFlowsObject;
20
33
  };
21
34
  meta: import("@scalar/workspace-store/events").AuthMeta;
22
35
  }, "scopes" | "newScopePayload">) => any;
23
- "update:securityScheme": (payload: ({
24
- type: "http";
25
- } & Partial<Omit<import("@scalar/workspace-store/schemas/v3.1/strict/security-scheme").HttpObject, "type">>) | ({
26
- type: "apiKey";
27
- } & Partial<Omit<import("@scalar/workspace-store/schemas/v3.1/strict/security-scheme").ApiKeyObject, "type">>) | ({
28
- type: "oauth2";
29
- } & {
30
- description?: string | undefined;
31
- 'x-default-scopes'?: string[] | undefined;
32
- flows?: {
33
- implicit?: {
34
- refreshUrl?: string | undefined;
35
- scopes?: {
36
- [x: string]: string | undefined;
37
- } | undefined;
38
- 'x-scalar-secret-client-id'?: string | undefined;
39
- 'x-scalar-secret-token'?: string | undefined;
40
- 'x-scalar-security-query'?: {
41
- [x: string]: string | undefined;
42
- } | undefined;
43
- 'x-scalar-security-body'?: {
44
- [x: string]: string | undefined;
45
- } | undefined;
46
- 'x-tokenName'?: string | undefined;
47
- authorizationUrl?: string | undefined;
48
- 'x-scalar-secret-redirect-uri'?: string | undefined;
49
- } | undefined;
50
- password?: {
51
- refreshUrl?: string | undefined;
52
- scopes?: {
53
- [x: string]: string | undefined;
54
- } | undefined;
55
- 'x-scalar-secret-client-id'?: string | undefined;
56
- 'x-scalar-secret-token'?: string | undefined;
57
- 'x-scalar-security-query'?: {
58
- [x: string]: string | undefined;
59
- } | undefined;
60
- 'x-scalar-security-body'?: {
61
- [x: string]: string | undefined;
62
- } | undefined;
63
- 'x-tokenName'?: string | undefined;
64
- tokenUrl?: string | undefined;
65
- 'x-scalar-secret-username'?: string | undefined;
66
- 'x-scalar-secret-password'?: string | undefined;
67
- 'x-scalar-secret-client-secret'?: string | undefined;
68
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
69
- } | undefined;
70
- clientCredentials?: {
71
- refreshUrl?: string | undefined;
72
- scopes?: {
73
- [x: string]: string | undefined;
74
- } | undefined;
75
- 'x-scalar-secret-client-id'?: string | undefined;
76
- 'x-scalar-secret-token'?: string | undefined;
77
- 'x-scalar-security-query'?: {
78
- [x: string]: string | undefined;
79
- } | undefined;
80
- 'x-scalar-security-body'?: {
81
- [x: string]: string | undefined;
82
- } | undefined;
83
- 'x-tokenName'?: string | undefined;
84
- tokenUrl?: string | undefined;
85
- 'x-scalar-secret-client-secret'?: string | undefined;
86
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
87
- } | undefined;
88
- authorizationCode?: {
89
- refreshUrl?: string | undefined;
90
- scopes?: {
91
- [x: string]: string | undefined;
92
- } | undefined;
93
- 'x-scalar-secret-client-id'?: string | undefined;
94
- 'x-scalar-secret-token'?: string | undefined;
95
- 'x-scalar-security-query'?: {
96
- [x: string]: string | undefined;
97
- } | undefined;
98
- 'x-scalar-security-body'?: {
99
- [x: string]: string | undefined;
100
- } | undefined;
101
- 'x-tokenName'?: string | undefined;
102
- authorizationUrl?: string | undefined;
103
- tokenUrl?: string | undefined;
104
- 'x-scalar-secret-client-secret'?: string | undefined;
105
- 'x-scalar-secret-redirect-uri'?: string | undefined;
106
- 'x-usePkce'?: "SHA-256" | "plain" | "no" | undefined;
107
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
108
- } | undefined;
109
- } | undefined;
110
- })) => any;
111
36
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
112
37
  "onUpdate:selectedScopes"?: ((payload: Pick<{
113
38
  id: string[];
@@ -116,98 +41,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
116
41
  newScopePayload?: {
117
42
  name: string;
118
43
  description: string;
119
- flowType: keyof OAuthFlowsObject;
44
+ flowType: keyof import("@scalar/workspace-store/schemas/v3.1/strict/oauthflows").OAuthFlowsObject;
120
45
  };
121
46
  meta: import("@scalar/workspace-store/events").AuthMeta;
122
47
  }, "scopes" | "newScopePayload">) => any) | undefined;
123
- "onUpdate:securityScheme"?: ((payload: ({
124
- type: "http";
125
- } & Partial<Omit<import("@scalar/workspace-store/schemas/v3.1/strict/security-scheme").HttpObject, "type">>) | ({
126
- type: "apiKey";
127
- } & Partial<Omit<import("@scalar/workspace-store/schemas/v3.1/strict/security-scheme").ApiKeyObject, "type">>) | ({
128
- type: "oauth2";
129
- } & {
130
- description?: string | undefined;
131
- 'x-default-scopes'?: string[] | undefined;
132
- flows?: {
133
- implicit?: {
134
- refreshUrl?: string | undefined;
135
- scopes?: {
136
- [x: string]: string | undefined;
137
- } | undefined;
138
- 'x-scalar-secret-client-id'?: string | undefined;
139
- 'x-scalar-secret-token'?: string | undefined;
140
- 'x-scalar-security-query'?: {
141
- [x: string]: string | undefined;
142
- } | undefined;
143
- 'x-scalar-security-body'?: {
144
- [x: string]: string | undefined;
145
- } | undefined;
146
- 'x-tokenName'?: string | undefined;
147
- authorizationUrl?: string | undefined;
148
- 'x-scalar-secret-redirect-uri'?: string | undefined;
149
- } | undefined;
150
- password?: {
151
- refreshUrl?: string | undefined;
152
- scopes?: {
153
- [x: string]: string | undefined;
154
- } | undefined;
155
- 'x-scalar-secret-client-id'?: string | undefined;
156
- 'x-scalar-secret-token'?: string | undefined;
157
- 'x-scalar-security-query'?: {
158
- [x: string]: string | undefined;
159
- } | undefined;
160
- 'x-scalar-security-body'?: {
161
- [x: string]: string | undefined;
162
- } | undefined;
163
- 'x-tokenName'?: string | undefined;
164
- tokenUrl?: string | undefined;
165
- 'x-scalar-secret-username'?: string | undefined;
166
- 'x-scalar-secret-password'?: string | undefined;
167
- 'x-scalar-secret-client-secret'?: string | undefined;
168
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
169
- } | undefined;
170
- clientCredentials?: {
171
- refreshUrl?: string | undefined;
172
- scopes?: {
173
- [x: string]: string | undefined;
174
- } | undefined;
175
- 'x-scalar-secret-client-id'?: string | undefined;
176
- 'x-scalar-secret-token'?: string | undefined;
177
- 'x-scalar-security-query'?: {
178
- [x: string]: string | undefined;
179
- } | undefined;
180
- 'x-scalar-security-body'?: {
181
- [x: string]: string | undefined;
182
- } | undefined;
183
- 'x-tokenName'?: string | undefined;
184
- tokenUrl?: string | undefined;
185
- 'x-scalar-secret-client-secret'?: string | undefined;
186
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
187
- } | undefined;
188
- authorizationCode?: {
189
- refreshUrl?: string | undefined;
190
- scopes?: {
191
- [x: string]: string | undefined;
192
- } | undefined;
193
- 'x-scalar-secret-client-id'?: string | undefined;
194
- 'x-scalar-secret-token'?: string | undefined;
195
- 'x-scalar-security-query'?: {
196
- [x: string]: string | undefined;
197
- } | undefined;
198
- 'x-scalar-security-body'?: {
199
- [x: string]: string | undefined;
200
- } | undefined;
201
- 'x-tokenName'?: string | undefined;
202
- authorizationUrl?: string | undefined;
203
- tokenUrl?: string | undefined;
204
- 'x-scalar-secret-client-secret'?: string | undefined;
205
- 'x-scalar-secret-redirect-uri'?: string | undefined;
206
- 'x-usePkce'?: "SHA-256" | "plain" | "no" | undefined;
207
- 'x-scalar-credentials-location'?: "header" | "body" | undefined;
208
- } | undefined;
209
- } | undefined;
210
- })) => any) | undefined;
211
48
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
212
49
  export default _default;
213
50
  //# sourceMappingURL=OAuth2.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OAuth2.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue"],"names":[],"mappings":"AAgUA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AAQnH,OAAO,KAAK,EAEV,gBAAgB,EAChB,YAAY,EACb,MAAM,8DAA8D,CAAA;AASrE,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,kBAAkB,CAAA;IAC/B,KAAK,EAAE,gBAAgB,CAAA;IACvB,IAAI,EAAE,MAAM,gBAAgB,CAAA;IAC5B,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgnBF,wBAOG"}
1
+ {"version":3,"file":"OAuth2.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue"],"names":[],"mappings":"AAiWA,OAAO,KAAK,EAEV,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AAGnH,OAAO,KAAK,EAEV,YAAY,EACb,MAAM,8DAA8D,CAAA;AAMrE,OAAO,KAAK,EAIV,sBAAsB,EACvB,MAAM,6DAA6D,CAAA;AAIpE,KAAK,WAAW,GAAG;IACjB,wCAAwC;IACxC,WAAW,EAAE,kBAAkB,CAAA;IAC/B,kBAAkB;IAClB,KAAK,EAAE,sBAAsB,CAAA;IAC7B,wCAAwC;IACxC,6BAA6B;IAC7B,IAAI,EAAE,MAAM,sBAAsB,CAAA;IAClC,sBAAsB;IACtB,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,mCAAmC;IACnC,MAAM,EAAE,YAAY,GAAG,IAAI,CAAA;IAC3B,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,2CAA2C;IAC3C,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAmoBF,wBAOG"}