@scalar/api-client 2.2.35 → 2.2.38

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 (164) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +1 -1
  4. package/dist/components/AddressBar/AddressBar.vue2.js +107 -116
  5. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +2 -1
  6. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  7. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  8. package/dist/components/AddressBar/AddressBarHistory.vue2.js +96 -76
  9. package/dist/components/AddressBar/AddressBarServer.vue.d.ts +5 -1
  10. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  11. package/dist/components/AddressBar/AddressBarServer.vue.js +92 -86
  12. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +7 -10
  13. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  14. package/dist/components/AddressBar/AddressBarServerItem.vue.js +5 -52
  15. package/dist/components/AddressBar/AddressBarServerItem.vue2.js +75 -2
  16. package/dist/components/CodeInput/CodeInput.vue.d.ts +5 -0
  17. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  18. package/dist/components/CodeInput/CodeInput.vue.js +1 -1
  19. package/dist/components/CodeInput/CodeInput.vue2.js +126 -112
  20. package/dist/components/CodeInput/codeVariableWidget.d.ts +1 -4
  21. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  22. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +1 -0
  23. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  24. package/dist/components/CommandPalette/CommandActionInput.vue.js +21 -18
  25. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  26. package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
  27. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +2 -2
  28. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  29. package/dist/components/DataTable/DataTableInput.vue.js +2 -2
  30. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +1 -0
  31. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  32. package/dist/components/DataTable/DataTableInputSelect.vue.js +86 -54
  33. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  34. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +22 -21
  35. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  36. package/dist/components/Form/Form.vue.js +3 -3
  37. package/dist/components/Server/ServerVariablesForm.vue.d.ts +14 -0
  38. package/dist/components/Server/ServerVariablesForm.vue.d.ts.map +1 -0
  39. package/dist/components/Server/ServerVariablesForm.vue.js +47 -0
  40. package/dist/components/Server/ServerVariablesForm.vue2.js +4 -0
  41. package/dist/components/Server/ServerVariablesSelect.vue.d.ts +12 -0
  42. package/dist/components/Server/ServerVariablesSelect.vue.d.ts.map +1 -0
  43. package/dist/components/Server/ServerVariablesSelect.vue.js +54 -0
  44. package/dist/components/Server/ServerVariablesSelect.vue2.js +4 -0
  45. package/dist/components/Server/ServerVariablesTextbox.vue.d.ts +11 -0
  46. package/dist/components/Server/ServerVariablesTextbox.vue.d.ts.map +1 -0
  47. package/dist/components/Server/ServerVariablesTextbox.vue.js +29 -0
  48. package/dist/components/Server/ServerVariablesTextbox.vue2.js +4 -0
  49. package/dist/components/Server/types.d.ts +9 -0
  50. package/dist/components/Server/types.d.ts.map +1 -0
  51. package/dist/components/SideNav/SideHelp.vue.js +16 -16
  52. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  53. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  54. package/dist/components/Sidebar/Sidebar.vue2.js +11 -10
  55. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  56. package/dist/components/Sidebar/SidebarListElement.vue.js +1 -1
  57. package/dist/components/Sidebar/SidebarListElement.vue2.js +10 -9
  58. package/dist/components/TopNav/TopNav.vue.js +27 -27
  59. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +1 -1
  60. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  61. package/dist/layouts/App/create-api-client-app.d.ts +99 -84
  62. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  63. package/dist/layouts/Modal/create-api-client-modal.d.ts +198 -168
  64. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  65. package/dist/layouts/Web/create-api-client-web.d.ts +99 -84
  66. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  67. package/dist/libs/create-client.d.ts +110 -90
  68. package/dist/libs/create-client.d.ts.map +1 -1
  69. package/dist/libs/create-client.js +86 -81
  70. package/dist/libs/find-request.d.ts.map +1 -1
  71. package/dist/libs/importers/curl.js +4 -4
  72. package/dist/libs/index.js +18 -19
  73. package/dist/libs/send-request/index.js +3 -4
  74. package/dist/libs/send-request/send-request.d.ts +0 -14
  75. package/dist/libs/send-request/send-request.d.ts.map +1 -1
  76. package/dist/libs/send-request/send-request.js +120 -142
  77. package/dist/libs/send-request/set-request-cookies.d.ts +27 -0
  78. package/dist/libs/send-request/set-request-cookies.d.ts.map +1 -0
  79. package/dist/libs/send-request/set-request-cookies.js +54 -0
  80. package/dist/store/active-entities.d.ts +13 -4
  81. package/dist/store/active-entities.d.ts.map +1 -1
  82. package/dist/store/active-entities.js +15 -12
  83. package/dist/store/collections.d.ts.map +1 -1
  84. package/dist/store/cookies.d.ts +4 -58
  85. package/dist/store/cookies.d.ts.map +1 -1
  86. package/dist/store/cookies.js +5 -17
  87. package/dist/store/import-spec.d.ts.map +1 -1
  88. package/dist/store/request-example.d.ts +52 -2
  89. package/dist/store/request-example.d.ts.map +1 -1
  90. package/dist/store/requests.d.ts +2 -2
  91. package/dist/store/requests.d.ts.map +1 -1
  92. package/dist/store/servers.d.ts +40 -20
  93. package/dist/store/servers.d.ts.map +1 -1
  94. package/dist/store/store.d.ts +99 -86
  95. package/dist/store/store.d.ts.map +1 -1
  96. package/dist/store/store.js +51 -53
  97. package/dist/style.css +1 -1
  98. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  99. package/dist/views/Cookies/CookieForm.vue.js +24 -37
  100. package/dist/views/Cookies/CookieModal.vue.d.ts +21 -0
  101. package/dist/views/Cookies/CookieModal.vue.d.ts.map +1 -0
  102. package/dist/views/Cookies/CookieModal.vue.js +7 -0
  103. package/dist/views/Cookies/CookieModal.vue2.js +88 -0
  104. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  105. package/dist/views/Cookies/Cookies.vue2.js +98 -119
  106. package/dist/views/Environment/Environment.vue2.js +1 -1
  107. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  108. package/dist/views/Request/Request.vue.js +2 -2
  109. package/dist/views/Request/Request.vue2.js +88 -89
  110. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  111. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  112. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +87 -88
  113. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +2 -1
  114. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  115. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +3 -3
  116. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +16 -17
  117. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +2 -2
  118. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue2.js +1 -1
  119. package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
  120. package/dist/views/Request/RequestSection/RequestBody.vue2.js +34 -34
  121. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +7 -0
  122. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  123. package/dist/views/Request/RequestSection/RequestParams.vue.js +79 -66
  124. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  125. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +57 -74
  126. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  127. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  128. package/dist/views/Request/RequestSection/RequestSection.vue2.js +91 -64
  129. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +9 -2
  130. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  131. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  132. package/dist/views/Request/RequestSection/RequestTable.vue2.js +168 -129
  133. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  134. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +5 -64
  135. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +46 -2
  136. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  137. package/dist/views/Request/RequestSidebar.vue.js +2 -2
  138. package/dist/views/Request/RequestSidebar.vue2.js +143 -143
  139. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  140. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  141. package/dist/views/Request/RequestSidebarItem.vue2.js +71 -71
  142. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  143. package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
  144. package/dist/views/Request/RequestSubpageHeader.vue2.js +37 -37
  145. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +19 -17
  146. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  147. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +2 -2
  148. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +27 -27
  149. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +31 -31
  150. package/dist/views/Request/handle-drag.d.ts +1 -1
  151. package/dist/views/Request/handle-drag.d.ts.map +1 -1
  152. package/dist/views/Request/handle-drag.js +27 -26
  153. package/dist/views/Request/hooks/useOpenApiWatcher.js +1 -1
  154. package/dist/views/Request/libs/request.d.ts +12 -0
  155. package/dist/views/Request/libs/request.d.ts.map +1 -0
  156. package/dist/views/Request/libs/request.js +4 -0
  157. package/dist/views/Request/libs/{live-sync.d.ts → watch-mode.d.ts} +1 -1
  158. package/dist/views/Request/libs/watch-mode.d.ts.map +1 -0
  159. package/dist/views/Request/libs/{live-sync.js → watch-mode.js} +6 -6
  160. package/dist/views/Servers/Servers.vue2.js +29 -29
  161. package/package.json +10 -12
  162. package/dist/views/Cookies/CookieRaw.vue.js +0 -28
  163. package/dist/views/Cookies/CookieRaw.vue2.js +0 -4
  164. package/dist/views/Request/libs/live-sync.d.ts.map +0 -1
@@ -1,30 +1,34 @@
1
- import { defineComponent as j, useAttrs as J, ref as u, toRef as r, watch as L, computed as Q, openBlock as s, createElementBlock as p, Fragment as G, createBlock as h, mergeProps as H, unref as n, withKeys as w, withModifiers as D, createElementVNode as E, createVNode as X, createCommentVNode as f, renderSlot as $ } from "vue";
2
- import { useCodeMirror as Y, useDropdown as Z, colorPicker as ee } from "@scalar/use-codemirror";
3
- import { nanoid as oe } from "nanoid";
4
- import q from "../DataTable/DataTableInputSelect.vue.js";
5
- import { pillPlugin as te, backspaceCommand as le } from "./codeVariableWidget.js";
6
- import ne from "../../views/Environment/EnvironmentVariableDropdown.vue.js";
7
- import { useClipboard as ae } from "@scalar/use-hooks/useClipboard";
8
- import { ScalarIcon as re } from "@scalar/components";
9
- import { prettyPrintJson as se } from "@scalar/oas-utils/helpers";
10
- import { useActiveEntities as ue } from "../../store/active-entities.js";
11
- import { useWorkspace as ie } from "../../store/store.js";
12
- const de = ["id"], pe = {
1
+ import { defineComponent as W, useAttrs as J, ref as d, toRef as s, watch as Q, computed as G, openBlock as n, createElementBlock as i, Fragment as H, createElementVNode as w, toDisplayString as X, createBlock as f, mergeProps as Y, unref as a, withKeys as V, withModifiers as $, createVNode as Z, createCommentVNode as c, renderSlot as q } from "vue";
2
+ import { useCodeMirror as _, useDropdown as ee, colorPicker as oe } from "@scalar/use-codemirror";
3
+ import { nanoid as le } from "nanoid";
4
+ import g from "../DataTable/DataTableInputSelect.vue.js";
5
+ import { pillPlugin as te, backspaceCommand as ne } from "./codeVariableWidget.js";
6
+ import ae from "../../views/Environment/EnvironmentVariableDropdown.vue.js";
7
+ import { useClipboard as re } from "@scalar/use-hooks/useClipboard";
8
+ import { ScalarIcon as se } from "@scalar/components";
9
+ import { prettyPrintJson as ue } from "@scalar/oas-utils/helpers";
10
+ import { useActiveEntities as de } from "../../store/active-entities.js";
11
+ import { useLayout as ie } from "../../hooks/useLayout.js";
12
+ const pe = {
13
+ key: 0,
14
+ class: "flex items-center justify-center px-1"
15
+ }, me = { class: "text-c-1 text-sm font-code" }, fe = ["id"], ce = {
13
16
  key: 0,
14
17
  class: "scalar-code-copy z-context"
15
- }, ce = {
16
- key: 3,
18
+ }, ye = {
19
+ key: 5,
17
20
  class: "absolute centered-y right-7 text-orange text-xs"
18
- }, fe = {
19
- key: 4,
21
+ }, be = {
22
+ key: 6,
20
23
  class: "required absolute centered-y right-0 pt-px pr-2 text-xxs text-c-3 bg-b-1 shadow-[-8px_0_4px_var(--scalar-background-1)] opacity-100 duration-150 transition-opacity peer-has-[.cm-focused]:opacity-0 pointer-events-none"
21
- }, me = {
24
+ }, ve = {
22
25
  inheritAttrs: !1
23
- }, xe = /* @__PURE__ */ j({
24
- ...me,
26
+ }, Fe = /* @__PURE__ */ W({
27
+ ...ve,
25
28
  __name: "CodeInput",
26
29
  props: {
27
30
  colorPicker: { type: Boolean, default: !1 },
31
+ disabled: { type: Boolean, default: !1 },
28
32
  modelValue: {},
29
33
  error: { type: Boolean },
30
34
  emitOnBlur: { type: Boolean, default: !0 },
@@ -39,6 +43,7 @@ const de = ["id"], pe = {
39
43
  disableEnter: { type: Boolean, default: !1 },
40
44
  disableCloseBrackets: { type: Boolean, default: !1 },
41
45
  enum: {},
46
+ examples: {},
42
47
  type: {},
43
48
  nullable: { type: Boolean, default: !1 },
44
49
  withVariables: { type: Boolean, default: !0 },
@@ -48,138 +53,147 @@ const de = ["id"], pe = {
48
53
  },
49
54
  emits: ["submit", "update:modelValue", "curl"],
50
55
  setup(R, { expose: N, emit: O }) {
51
- var P;
52
- const e = R, i = O, V = J(), _ = V.id || `id-${oe()}`, g = u(!1), m = u(!1), B = u(""), C = u({ left: 0, top: 0 }), c = u(null), { activeEnvVariables: k, activeEnvironment: b, activeWorkspace: A } = ue(), { isReadOnly: S } = ie(), { copyToClipboard: I } = ae();
53
- function K(o) {
54
- var t;
55
- return o === e.modelValue ? null : e.importCurl && o.trim().toLowerCase().startsWith("curl") ? (i("curl", o), (t = a.value) == null || t.dispatch({
56
+ var F;
57
+ const o = R, u = O, B = J(), A = B.id || `id-${le()}`, k = d(!1), y = d(!1), C = d(""), S = d({ left: 0, top: 0 }), m = d(null), { activeEnvVariables: x, activeEnvironment: b, activeWorkspace: I } = de(), { layout: P } = ie(), { copyToClipboard: K } = re();
58
+ function M(e) {
59
+ var l;
60
+ return e === o.modelValue ? null : o.importCurl && e.trim().toLowerCase().startsWith("curl") ? (u("curl", e), (l = r.value) == null || l.dispatch({
56
61
  changes: {
57
62
  from: 0,
58
- to: a.value.state.doc.length,
59
- insert: String(e.modelValue)
63
+ to: r.value.state.doc.length,
64
+ insert: String(o.modelValue)
60
65
  }
61
- }), null) : e.handleFieldChange ? e.handleFieldChange(o) : i("update:modelValue", o);
66
+ }), null) : o.handleFieldChange ? o.handleFieldChange(e) : u("update:modelValue", e);
62
67
  }
63
- function M(o) {
64
- return e.handleFieldSubmit ? e.handleFieldSubmit(o) : i("submit", o);
68
+ function T(e) {
69
+ return o.handleFieldSubmit ? o.handleFieldSubmit(e) : u("submit", e);
65
70
  }
66
- function T(o) {
67
- g.value = !1, e.emitOnBlur && e.modelValue && M(o);
71
+ function U(e) {
72
+ k.value = !1, o.emitOnBlur && o.modelValue && T(e);
68
73
  }
69
- const y = [];
70
- e.colorPicker && y.push(ee), y.push(
74
+ const v = [];
75
+ o.colorPicker && v.push(oe), v.push(
71
76
  te({
72
77
  environment: b.value,
73
- envVariables: k.value,
74
- workspace: A.value,
75
- isReadOnly: S
78
+ envVariables: x.value,
79
+ workspace: I.value,
80
+ isReadOnly: P === "modal"
76
81
  }),
77
- le
82
+ ne
78
83
  );
79
- const x = u(null), { codeMirror: a } = Y({
80
- content: r(
81
- () => e.modelValue !== void 0 ? String(e.modelValue) : ""
84
+ const D = d(null), { codeMirror: r } = _({
85
+ content: s(
86
+ () => o.modelValue !== void 0 ? String(o.modelValue) : ""
82
87
  ),
83
- onChange: (o) => {
84
- K(o), z();
88
+ onChange: (e) => {
89
+ M(e), z();
85
90
  },
86
- onFocus: () => g.value = !0,
87
- onBlur: (o) => T(o),
88
- codeMirrorRef: x,
89
- disableTabIndent: r(() => e.disableTabIndent),
90
- disableEnter: r(() => e.disableEnter),
91
- disableCloseBrackets: r(() => e.disableCloseBrackets),
92
- lineNumbers: r(() => e.lineNumbers),
93
- language: r(() => e.language),
94
- lint: r(() => e.lint),
95
- extensions: y,
96
- placeholder: r(() => e.placeholder)
91
+ onFocus: () => k.value = !0,
92
+ onBlur: (e) => U(e),
93
+ codeMirrorRef: D,
94
+ disableTabIndent: s(() => o.disableTabIndent),
95
+ disableEnter: s(() => o.disableEnter),
96
+ disableCloseBrackets: s(() => o.disableCloseBrackets),
97
+ lineNumbers: s(() => o.lineNumbers),
98
+ language: s(() => o.language),
99
+ lint: s(() => o.lint),
100
+ extensions: v,
101
+ placeholder: s(() => o.placeholder)
97
102
  });
98
- (P = a.value) == null || P.focus(), L(a, () => {
99
- a.value && Object.prototype.hasOwnProperty.call(V, "autofocus") && a.value.focus();
103
+ (F = r.value) == null || F.focus(), Q(r, () => {
104
+ r.value && Object.prototype.hasOwnProperty.call(B, "autofocus") && r.value.focus();
100
105
  });
101
- const { handleDropdownSelect: W, updateDropdownVisibility: z } = Z({
102
- codeMirror: a,
103
- query: B,
104
- showDropdown: m,
105
- dropdownPosition: C
106
- }), U = Q(() => {
107
- var o;
108
- return e.type === "boolean" || (o = e.type) != null && o.includes("boolean") || e.nullable ? ["true", "false", "null"] : ["true", "false"];
106
+ const { handleDropdownSelect: j, updateDropdownVisibility: z } = ee({
107
+ codeMirror: r,
108
+ query: C,
109
+ showDropdown: y,
110
+ dropdownPosition: S
111
+ }), L = G(() => {
112
+ var e;
113
+ return o.type === "boolean" || (e = o.type) != null && e.includes("boolean") || o.nullable ? ["true", "false", "null"] : ["true", "false"];
109
114
  });
110
115
  N({
111
116
  focus: () => {
112
- var o;
113
- (o = a.value) == null || o.focus();
117
+ var e;
118
+ (e = r.value) == null || e.focus();
114
119
  }
115
120
  });
116
- const v = (o, t) => {
117
- var d, l, F;
118
- m.value && (o === "down" ? (t.preventDefault(), (d = c.value) == null || d.handleArrowKey("down")) : o === "up" ? (t.preventDefault(), (l = c.value) == null || l.handleArrowKey("up")) : o === "enter" && (t.preventDefault(), (F = c.value) == null || F.handleSelect()));
121
+ const h = (e, l) => {
122
+ var p, t, E;
123
+ y.value && (e === "down" ? (l.preventDefault(), (p = m.value) == null || p.handleArrowKey("down")) : e === "up" ? (l.preventDefault(), (t = m.value) == null || t.handleArrowKey("up")) : e === "enter" && (l.preventDefault(), (E = m.value) == null || E.handleSelect()));
119
124
  };
120
- return (o, t) => {
121
- var d;
122
- return s(), p(G, null, [
123
- e.enum && e.enum.length ? (s(), h(q, {
124
- key: 0,
125
- default: e.default,
126
- modelValue: e.modelValue,
127
- value: e.enum,
128
- "onUpdate:modelValue": t[0] || (t[0] = (l) => i("update:modelValue", l))
129
- }, null, 8, ["default", "modelValue", "value"])) : e.type === "boolean" || (d = e.type) != null && d.includes("boolean") ? (s(), h(q, {
125
+ return (e, l) => {
126
+ var p;
127
+ return n(), i(H, null, [
128
+ e.disabled ? (n(), i("div", pe, [
129
+ w("span", me, X(e.modelValue), 1)
130
+ ])) : o.enum && o.enum.length ? (n(), f(g, {
130
131
  key: 1,
131
- default: e.default,
132
+ default: o.default,
132
133
  modelValue: e.modelValue,
133
- value: U.value,
134
- "onUpdate:modelValue": t[1] || (t[1] = (l) => i("update:modelValue", l))
135
- }, null, 8, ["default", "modelValue", "value"])) : (s(), p("div", H({
134
+ type: e.type,
135
+ value: o.enum,
136
+ "onUpdate:modelValue": l[0] || (l[0] = (t) => u("update:modelValue", t))
137
+ }, null, 8, ["default", "modelValue", "type", "value"])) : e.type === "boolean" || (p = e.type) != null && p.includes("boolean") ? (n(), f(g, {
136
138
  key: 2,
137
- id: n(_)
138
- }, o.$attrs, {
139
+ default: o.default,
140
+ modelValue: e.modelValue,
141
+ value: L.value,
142
+ "onUpdate:modelValue": l[1] || (l[1] = (t) => u("update:modelValue", t))
143
+ }, null, 8, ["default", "modelValue", "value"])) : o.examples && o.examples.length ? (n(), f(g, {
144
+ key: 3,
145
+ default: o.default,
146
+ modelValue: o.modelValue,
147
+ value: o.examples,
148
+ "onUpdate:modelValue": l[2] || (l[2] = (t) => u("update:modelValue", t))
149
+ }, null, 8, ["default", "modelValue", "value"])) : (n(), i("div", Y({
150
+ key: 4,
151
+ id: a(A)
152
+ }, e.$attrs, {
139
153
  ref_key: "codeMirrorRef",
140
- ref: x,
141
- class: ["peer font-code w-full whitespace-nowrap overflow-hidden text-xs leading-[1.44] relative has-[:focus-visible]:outline has-[:focus-visible]:rounded-[4px] -outline-offset-2", {
142
- "flow-code-input--error": o.error
154
+ ref: D,
155
+ class: ["peer font-code w-full whitespace-nowrap overflow-hidden text-xs leading-[1.44] relative has-[:focus-visible]:outline has-[:focus-visible]:rounded-[4px] -outline-offset-1", {
156
+ "flow-code-input--error": e.error
143
157
  }],
144
158
  onKeydown: [
145
- t[3] || (t[3] = w(D((l) => v("down", l), ["stop"]), ["down"])),
146
- t[4] || (t[4] = w((l) => v("enter", l), ["enter"])),
147
- t[5] || (t[5] = w(D((l) => v("up", l), ["stop"]), ["up"]))
159
+ l[4] || (l[4] = V($((t) => h("down", t), ["stop"]), ["down"])),
160
+ l[5] || (l[5] = V((t) => h("enter", t), ["enter"])),
161
+ l[6] || (l[6] = V($((t) => h("up", t), ["stop"]), ["up"]))
148
162
  ]
149
163
  }), [
150
- o.isCopyable ? (s(), p("div", pe, [
151
- E("button", {
164
+ e.isCopyable ? (n(), i("div", ce, [
165
+ w("button", {
152
166
  class: "copy-button",
153
167
  type: "button",
154
- onClick: t[2] || (t[2] = (l) => n(I)(n(se)(e.modelValue)))
168
+ onClick: l[3] || (l[3] = (t) => a(K)(a(ue)(e.modelValue)))
155
169
  }, [
156
- t[6] || (t[6] = E("span", { class: "sr-only" }, "Copy content", -1)),
157
- X(n(re), {
170
+ l[7] || (l[7] = w("span", { class: "sr-only" }, "Copy content", -1)),
171
+ Z(a(se), {
158
172
  icon: "Clipboard",
159
173
  size: "md"
160
174
  })
161
175
  ])
162
- ])) : f("", !0)
163
- ], 16, de)),
164
- o.$slots.warning ? (s(), p("div", ce, [
165
- $(o.$slots, "warning", {}, void 0, !0)
166
- ])) : f("", !0),
167
- $(o.$slots, "icon", {}, void 0, !0),
168
- o.required ? (s(), p("div", fe, " Required ")) : f("", !0),
169
- m.value && e.withVariables && !n(S) && n(b) ? (s(), h(ne, {
170
- key: 5,
176
+ ])) : c("", !0)
177
+ ], 16, fe)),
178
+ e.$slots.warning ? (n(), i("div", ye, [
179
+ q(e.$slots, "warning", {}, void 0, !0)
180
+ ])) : c("", !0),
181
+ q(e.$slots, "icon", {}, void 0, !0),
182
+ e.required ? (n(), i("div", be, " Required ")) : c("", !0),
183
+ y.value && e.withVariables && a(P) !== "modal" && a(b) ? (n(), f(ae, {
184
+ key: 7,
171
185
  ref_key: "dropdownRef",
172
- ref: c,
173
- dropdownPosition: C.value,
174
- envVariables: n(k),
175
- environment: n(b),
176
- query: B.value,
177
- onSelect: n(W)
178
- }, null, 8, ["dropdownPosition", "envVariables", "environment", "query", "onSelect"])) : f("", !0)
186
+ ref: m,
187
+ dropdownPosition: S.value,
188
+ envVariables: a(x),
189
+ environment: a(b),
190
+ query: C.value,
191
+ onSelect: a(j)
192
+ }, null, 8, ["dropdownPosition", "envVariables", "environment", "query", "onSelect"])) : c("", !0)
179
193
  ], 64);
180
194
  };
181
195
  }
182
196
  });
183
197
  export {
184
- xe as default
198
+ Fe as default
185
199
  };
@@ -1,9 +1,7 @@
1
1
  import { type EnvVariables } from '../../libs/env-helpers.js';
2
- import type { WorkspaceStore } from '../../store/index.js';
3
2
  import type { Environment } from '@scalar/oas-utils/entities/environment';
4
3
  import type { Workspace } from '@scalar/oas-utils/entities/workspace';
5
4
  import { Decoration, type DecorationSet, EditorView, ViewPlugin, type ViewUpdate } from '@scalar/use-codemirror';
6
- type IsReadOnly = WorkspaceStore['isReadOnly'];
7
5
  /**
8
6
  * Styles the active environment variable pill
9
7
  */
@@ -11,12 +9,11 @@ export declare const pillPlugin: (props: {
11
9
  environment?: Environment;
12
10
  envVariables?: EnvVariables;
13
11
  workspace?: Workspace;
14
- isReadOnly?: IsReadOnly;
12
+ isReadOnly?: boolean;
15
13
  }) => ViewPlugin<{
16
14
  decorations: DecorationSet;
17
15
  update(update: ViewUpdate): void;
18
16
  buildDecorations(view: EditorView): import("@codemirror/state").RangeSet<Decoration>;
19
17
  }>;
20
18
  export declare const backspaceCommand: import("@codemirror/state").Extension;
21
- export {};
22
19
  //# sourceMappingURL=codeVariableWidget.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"codeVariableWidget.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/codeVariableWidget.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,oBAAoB,CAAA;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAErE,OAAO,EACL,UAAU,EACV,KAAK,aAAa,EAClB,UAAU,EAEV,UAAU,EACV,KAAK,UAAU,EAEhB,MAAM,wBAAwB,CAAA;AAG/B,KAAK,UAAU,GAAG,cAAc,CAAC,YAAY,CAAC,CAAA;AAkI9C;;GAEG;AACH,eAAO,MAAM,UAAU,UAAW;IAChC,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,UAAU,CAAC,EAAE,UAAU,CAAA;CACxB;iBAGkB,aAAa;mBAMX,UAAU;2BASF,UAAU;EAkCpC,CAAA;AAEH,eAAO,MAAM,gBAAgB,uCA8B3B,CAAA"}
1
+ {"version":3,"file":"codeVariableWidget.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/codeVariableWidget.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,oBAAoB,CAAA;AAEnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAErE,OAAO,EACL,UAAU,EACV,KAAK,aAAa,EAClB,UAAU,EAEV,UAAU,EACV,KAAK,UAAU,EAEhB,MAAM,wBAAwB,CAAA;AAmI/B;;GAEG;AACH,eAAO,MAAM,UAAU,UAAW;IAChC,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;iBAGkB,aAAa;mBAMX,UAAU;2BASF,UAAU;EAkCpC,CAAA;AAEH,eAAO,MAAM,gBAAgB,uCA8B3B,CAAA"}
@@ -1,6 +1,7 @@
1
1
  type __VLS_Props = {
2
2
  modelValue?: string;
3
3
  placeholder?: string;
4
+ autofocus?: boolean;
4
5
  };
5
6
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
7
  "update:modelValue": (v: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAyDA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;;;;;;;;AA4GF,wBAOG"}
1
+ {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAgEA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;;;AAkHF,wBAOG"}
@@ -1,46 +1,49 @@
1
- import { defineComponent as f, ref as c, onMounted as h, nextTick as g, computed as v, withDirectives as w, openBlock as x, createElementBlock as k, mergeProps as y, withKeys as s, vModelText as D } from "vue";
1
+ import { defineComponent as f, ref as c, onMounted as h, nextTick as g, computed as v, withDirectives as w, openBlock as x, createElementBlock as y, mergeProps as k, withKeys as s, vModelText as D } from "vue";
2
2
  const E = ["placeholder"], b = /* @__PURE__ */ f({
3
3
  inheritAttrs: !1,
4
4
  __name: "CommandActionInput",
5
5
  props: {
6
6
  modelValue: {},
7
- placeholder: {}
7
+ placeholder: {},
8
+ autofocus: { type: Boolean }
8
9
  },
9
10
  emits: ["update:modelValue", "onDelete"],
10
11
  setup(i, { emit: p }) {
11
- const l = i, r = p, a = c(null);
12
- h(() => g(() => {
13
- var e;
14
- return (e = a.value) == null ? void 0 : e.focus();
15
- }));
16
- const o = v({
17
- get: () => l.modelValue ?? "",
12
+ const n = i, r = p, a = c(null);
13
+ h(
14
+ () => g(() => {
15
+ var e;
16
+ n.autofocus || (e = a.value) == null || e.focus();
17
+ })
18
+ );
19
+ const l = v({
20
+ get: () => n.modelValue ?? "",
18
21
  set: (e) => r("update:modelValue", e)
19
22
  });
20
23
  function d(e) {
21
24
  var u;
22
25
  if (e.shiftKey || !e.target) return;
23
26
  e.preventDefault();
24
- const t = e.target, n = new Event("submit", { cancelable: !0 });
25
- (u = t.form) == null || u.dispatchEvent(n);
27
+ const t = e.target, o = new Event("submit", { cancelable: !0 });
28
+ (u = t.form) == null || u.dispatchEvent(o);
26
29
  }
27
30
  function m(e) {
28
- o.value === "" && (e.preventDefault(), e.stopPropagation(), r("onDelete", e));
31
+ l.value === "" && (e.preventDefault(), e.stopPropagation(), r("onDelete", e));
29
32
  }
30
- return (e, t) => w((x(), k("textarea", y({
33
+ return (e, t) => w((x(), y("textarea", k({
31
34
  ref_key: "input",
32
35
  ref: a,
33
- "onUpdate:modelValue": t[0] || (t[0] = (n) => o.value = n),
36
+ "onUpdate:modelValue": t[0] || (t[0] = (o) => l.value = o),
34
37
  class: "border-none outline-none flex-1 w-full pl-8 text-sm min-h-8 py-1.5 resize-none",
35
- placeholder: l.placeholder,
38
+ placeholder: n.placeholder,
36
39
  wrap: "hard"
37
40
  }, e.$attrs, {
38
41
  onKeydown: [
39
- t[1] || (t[1] = s((n) => m(n), ["delete"])),
40
- t[2] || (t[2] = s((n) => d(n), ["enter"]))
42
+ t[1] || (t[1] = s((o) => m(o), ["delete"])),
43
+ t[2] || (t[2] = s((o) => d(o), ["enter"]))
41
44
  ]
42
45
  }), null, 16, E)), [
43
- [D, o.value]
46
+ [D, l.value]
44
47
  ]);
45
48
  }
46
49
  });
@@ -1 +1 @@
1
- {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAiZA;;;;GAIG;;AACH,wBAgeI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA5f9B,CA5OC;qBA4OD,CA5OwB;;;;;;;mBA4OxB,CA5OC;qBA4OD,CA5OwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgvBd,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
1
+ {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAkZA;;;;GAIG;;AACH,wBAieI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA7f9B,CA9OiD;qBA8OjD,CA7OQ;;;;;;;mBA6OR,CA9OiD;qBA8OjD,CA7OQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkvBE,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
@@ -2,8 +2,8 @@ import o from "./TheCommandPalette.vue2.js";
2
2
  import { PaletteComponents as s } from "./TheCommandPalette.vue2.js";
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5143d9bb"]]);
5
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f73a73e6"]]);
6
6
  export {
7
7
  s as PaletteComponents,
8
- a as default
8
+ r as default
9
9
  };
@@ -74,12 +74,12 @@ const he = {
74
74
  {
75
75
  name: "Add Environment",
76
76
  icon: "Brackets",
77
- path: "environment"
77
+ path: "environment.default"
78
78
  },
79
79
  {
80
80
  name: "Add Cookie",
81
81
  icon: "Cookie",
82
- path: "cookies"
82
+ path: "cookies.default"
83
83
  }
84
84
  ]
85
85
  },
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAS/C,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sEAAsE;IACtE,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,0EAA0E;IAC1E,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAwCJ,iBAAS,cAAc;WA4OT,OAAO,IAA6B;;yBAVrB,GAAG;yBACF,GAAG;sBACN,GAAG;;;;EAa7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cApTN,OAAO;2BAGM,OAAO;cACpB,OAAO;6EAwTpB,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":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAS/C,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sEAAsE;IACtE,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,0EAA0E;IAC1E,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAwCJ,iBAAS,cAAc;WA4OT,OAAO,IAA6B;;yBAVrB,GAAG;yBACF,GAAG;sBACN,GAAG;;;;EAa7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cApTN,OAAO;2BAGM,OAAO;cACpB,OAAO;6EAwTpB,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 "./DataTableInput.vue2.js";
2
2
  /* empty css */
3
- import a from "../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ a(t, [["__scopeId", "data-v-ea527929"]]);
3
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-de383491"]]);
5
5
  export {
6
6
  e as default
7
7
  };
@@ -3,6 +3,7 @@ type __VLS_Props = {
3
3
  value?: string[];
4
4
  default?: string | number;
5
5
  canAddCustomValue?: boolean;
6
+ type?: string;
6
7
  };
7
8
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
9
  "update:modelValue": (v: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableInputSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInputSelect.vue"],"names":[],"mappings":"AAmJA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;;;;;;uBADoB,OAAO;;AAmR/B,wBASG"}
1
+ {"version":3,"file":"DataTableInputSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInputSelect.vue"],"names":[],"mappings":"AA8LA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;uBAFoB,OAAO;;AAyW/B,wBASG"}