@scalar/api-client 2.2.8 → 2.2.10

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 (142) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  3. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  4. package/dist/components/CodeInput/CodeInput.vue2.js +65 -65
  5. package/dist/components/CodeInput/codeVariableWidget.d.ts +6 -4
  6. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  7. package/dist/components/CodeInput/codeVariableWidget.js +72 -68
  8. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  9. package/dist/components/DataTable/DataTable.vue.js +20 -15
  10. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  11. package/dist/components/DataTable/DataTableCell.vue.js +16 -11
  12. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  13. package/dist/components/DataTable/DataTableHeader.vue.js +11 -12
  14. package/dist/components/DataTable/DataTableInput.vue.d.ts +2 -1
  15. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  16. package/dist/components/DataTable/DataTableInput.vue.js +3 -3
  17. package/dist/components/DataTable/DataTableInput.vue2.js +9 -9
  18. package/dist/components/DataTable/index.js +14 -14
  19. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  20. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +87 -67
  21. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  22. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +2 -2
  23. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  24. package/dist/components/Sidebar/SidebarList.vue.js +4 -4
  25. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +8 -4
  26. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  27. package/dist/components/Sidebar/SidebarListElement.vue.js +1 -1
  28. package/dist/components/Sidebar/SidebarListElement.vue2.js +52 -32
  29. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +3 -0
  30. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  31. package/dist/components/Sidebar/SidebarListElementActions.vue.js +43 -31
  32. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  33. package/dist/components/TopNav/TopNav.vue.js +32 -31
  34. package/dist/layouts/App/create-api-client-app.d.ts +49 -42
  35. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  36. package/dist/layouts/Modal/create-api-client-modal.d.ts +103 -89
  37. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  38. package/dist/layouts/Modal/create-api-client-modal.js +31 -19
  39. package/dist/layouts/Web/create-api-client-web.d.ts +49 -42
  40. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  41. package/dist/libs/create-client.d.ts +50 -44
  42. package/dist/libs/create-client.d.ts.map +1 -1
  43. package/dist/libs/env-helpers.d.ts +9 -0
  44. package/dist/libs/env-helpers.d.ts.map +1 -0
  45. package/dist/libs/env-helpers.js +4 -0
  46. package/dist/libs/environment-parser.d.ts +3 -4
  47. package/dist/libs/environment-parser.d.ts.map +1 -1
  48. package/dist/libs/environment-parser.js +5 -4
  49. package/dist/libs/index.d.ts +1 -0
  50. package/dist/libs/index.d.ts.map +1 -1
  51. package/dist/libs/index.js +24 -22
  52. package/dist/libs/send-request/send-request.d.ts +5 -2
  53. package/dist/libs/send-request/send-request.d.ts.map +1 -1
  54. package/dist/libs/send-request/send-request.js +106 -104
  55. package/dist/routes.d.ts +11 -0
  56. package/dist/routes.d.ts.map +1 -1
  57. package/dist/routes.js +13 -7
  58. package/dist/store/active-entities.d.ts +18 -11
  59. package/dist/store/active-entities.d.ts.map +1 -1
  60. package/dist/store/active-entities.js +108 -69
  61. package/dist/store/collections.d.ts +17 -15
  62. package/dist/store/collections.d.ts.map +1 -1
  63. package/dist/store/collections.js +62 -41
  64. package/dist/store/environment.d.ts +4 -4
  65. package/dist/store/import-spec.d.ts +2 -2
  66. package/dist/store/import-spec.d.ts.map +1 -1
  67. package/dist/store/index.d.ts +1 -0
  68. package/dist/store/index.d.ts.map +1 -1
  69. package/dist/store/index.js +7 -3
  70. package/dist/store/requests.d.ts +4 -4
  71. package/dist/store/router-params.d.ts +1 -1
  72. package/dist/store/router-params.d.ts.map +1 -1
  73. package/dist/store/router-params.js +7 -7
  74. package/dist/store/store.d.ts +49 -42
  75. package/dist/store/store.d.ts.map +1 -1
  76. package/dist/store/store.js +76 -72
  77. package/dist/store/workspace.d.ts +12 -12
  78. package/dist/store/workspace.d.ts.map +1 -1
  79. package/dist/style.css +1 -1
  80. package/dist/types/index.d.ts +2 -0
  81. package/dist/types/index.d.ts.map +1 -0
  82. package/dist/types/index.js +1 -0
  83. package/dist/types/vue.d.ts +10 -0
  84. package/dist/types/vue.d.ts.map +1 -0
  85. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  86. package/dist/views/Cookies/Cookies.vue2.js +75 -70
  87. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  88. package/dist/views/Environment/Environment.vue2.js +308 -152
  89. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
  90. package/dist/views/Environment/EnvironmentColorModal.vue.js +20 -18
  91. package/dist/views/Environment/EnvironmentColors.vue.d.ts +4 -1
  92. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  93. package/dist/views/Environment/EnvironmentColors.vue.js +83 -58
  94. package/dist/views/Environment/EnvironmentModal.vue.d.ts +7 -0
  95. package/dist/views/Environment/EnvironmentModal.vue.d.ts.map +1 -1
  96. package/dist/views/Environment/EnvironmentModal.vue.js +119 -37
  97. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +4 -5
  98. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  99. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +73 -63
  100. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  101. package/dist/views/Request/Request.vue.js +2 -2
  102. package/dist/views/Request/Request.vue2.js +60 -61
  103. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +1 -0
  104. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  105. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +185 -187
  106. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +1 -0
  107. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  108. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +27 -24
  109. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  110. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  111. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +35 -187
  112. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +7 -0
  113. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -0
  114. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +7 -0
  115. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +207 -0
  116. package/dist/views/Request/RequestSection/{RequestAuthDataTableInput.vue.d.ts → RequestAuth/RequestAuthDataTableInput.vue.d.ts} +2 -2
  117. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -0
  118. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.js +43 -0
  119. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +1 -0
  120. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -1
  121. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +5 -134
  122. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue2.js +176 -2
  123. package/dist/views/Request/RequestSection/RequestAuth/index.d.ts +2 -0
  124. package/dist/views/Request/RequestSection/RequestAuth/index.d.ts.map +1 -0
  125. package/dist/views/Request/RequestSection/RequestAuth/index.js +4 -0
  126. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  127. package/dist/views/Request/RequestSidebar.vue.js +2 -2
  128. package/dist/views/Request/RequestSidebar.vue2.js +129 -109
  129. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  130. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  131. package/dist/views/Request/RequestSidebarItem.vue2.js +82 -87
  132. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  133. package/dist/views/Request/components/WorkspaceDropdown.vue.js +2 -2
  134. package/dist/views/Request/libs/auth.d.ts.map +1 -1
  135. package/dist/views/Request/libs/auth.js +3 -3
  136. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  137. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  138. package/dist/views/Servers/Servers.vue2.js +9 -8
  139. package/package.json +21 -11
  140. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +0 -1
  141. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.js +0 -46
  142. /package/dist/views/Request/RequestSection/{RequestAuthDataTableInput.vue2.js → RequestAuth/RequestAuthDataTableInput.vue2.js} +0 -0
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,10 @@
1
+ import type { MaybeRefOrGetter } from 'vue';
2
+ /**
3
+ * Vue class prop type
4
+ *
5
+ * Vue seems to just use any behind the scenes
6
+ *
7
+ * @see https://vuejs.org/guide/essentials/class-and-style.html#class-and-style-bindings
8
+ */
9
+ export type VueClassProp = MaybeRefOrGetter<string | Record<string, boolean> | (string | Record<string, boolean>)[] | false>;
10
+ //# sourceMappingURL=vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue.d.ts","sourceRoot":"","sources":["../../src/types/vue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAE3C;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,gBAAgB,CACvC,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACvB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,GACpC,KAAK,CACR,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cookies.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Cookies/Cookies.vue"],"names":[],"mappings":";AAwgBA,wBAMG"}
1
+ {"version":3,"file":"Cookies.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Cookies/Cookies.vue"],"names":[],"mappings":";AA0iBA,wBAMG"}
@@ -1,22 +1,22 @@
1
- import { defineComponent as B, computed as D, onMounted as M, onBeforeUnmount as R, openBlock as n, createBlock as O, withCtx as a, createVNode as s, unref as l, createElementVNode as f, createElementBlock as m, Fragment as _, renderList as x, normalizeClass as $, createTextVNode as v, toDisplayString as j, withDirectives as E, vShow as N } from "vue";
2
- import F from "../../components/Sidebar/SidebarButton.vue.js";
3
- import K from "../../components/Sidebar/SidebarList.vue.js";
4
- import A from "../../components/Sidebar/SidebarListElement.vue.js";
5
- import H from "../../components/ViewLayout/ViewLayout.vue.js";
6
- import I from "../../components/ViewLayout/ViewLayoutContent.vue.js";
7
- import { ScalarIcon as z } from "@scalar/components";
8
- import { cookieSchema as P } from "@scalar/oas-utils/entities/cookie";
9
- import { useRouter as T, useRoute as U } from "vue-router";
10
- import W from "./CookieForm.vue.js";
11
- import q from "./CookieRaw.vue.js";
12
- import { useWorkspace as G } from "../../store/store.js";
13
- import J from "../../components/Sidebar/Sidebar.vue.js";
14
- import { useSidebar as Q } from "../../hooks/useSidebar.js";
15
- const X = { class: "flex-1" }, Y = ["onClick"], Z = { class: "before:bg-border before:pointer-events-none before:z-1 before:absolute before:left-[calc(1rem_-_.5px)] before:top-0 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-[.5px] mb-[.5px] last:mb-0 relative" }, ee = ["onClick"], te = { class: "before:bg-border before:pointer-events-none before:z-1 before:absolute before:left-[calc(1.75rem_-_.5px)] before:top-0 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-[.5px] mb-[.5px] last:mb-0 relative" }, xe = /* @__PURE__ */ B({
1
+ import { defineComponent as D, computed as K, onMounted as R, onBeforeUnmount as F, openBlock as n, createBlock as N, withCtx as i, createVNode as s, unref as l, createElementVNode as f, createElementBlock as d, Fragment as _, renderList as k, normalizeClass as O, createTextVNode as x, toDisplayString as j, withDirectives as E, withModifiers as A, vShow as z } from "vue";
2
+ import H from "../../components/Sidebar/SidebarButton.vue.js";
3
+ import I from "../../components/Sidebar/SidebarList.vue.js";
4
+ import P from "../../components/Sidebar/SidebarListElement.vue.js";
5
+ import T from "../../components/ViewLayout/ViewLayout.vue.js";
6
+ import U from "../../components/ViewLayout/ViewLayoutContent.vue.js";
7
+ import { ScalarIcon as L } from "@scalar/components";
8
+ import { cookieSchema as W } from "@scalar/oas-utils/entities/cookie";
9
+ import { useRouter as q, useRoute as G } from "vue-router";
10
+ import J from "./CookieForm.vue.js";
11
+ import Q from "./CookieRaw.vue.js";
12
+ import { useWorkspace as X } from "../../store/store.js";
13
+ import Y from "../../components/Sidebar/Sidebar.vue.js";
14
+ import { useSidebar as Z } from "../../hooks/useSidebar.js";
15
+ const ee = { class: "flex-1" }, te = ["onClick"], oe = { class: "before:bg-border before:pointer-events-none before:z-1 before:absolute before:left-[calc(1rem_-_.5px)] before:top-0 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-[.5px] mb-[.5px] last:mb-0 relative" }, re = ["onClick"], se = { class: "before:bg-border before:pointer-events-none before:z-1 before:absolute before:left-[calc(1.75rem_-_.5px)] before:top-0 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-[.5px] mb-[.5px] last:mb-0 relative" }, ve = /* @__PURE__ */ D({
16
16
  __name: "Cookies",
17
- setup(oe) {
18
- const { cookies: p, cookieMutators: k, events: g } = G(), { collapsedSidebarFolders: i, toggleSidebarFolder: y } = Q(), b = T(), L = U(), C = () => {
19
- const t = Object.keys(p).length, e = P.parse({
17
+ setup(ne) {
18
+ const { cookies: b, cookieMutators: v, events: g } = X(), { collapsedSidebarFolders: c, toggleSidebarFolder: y } = Z(), m = q(), M = G(), C = () => {
19
+ const t = Object.keys(b).length, e = W.parse({
20
20
  name: `Cookie ${t}`,
21
21
  value: "",
22
22
  domain: "example.com",
@@ -25,85 +25,90 @@ const X = { class: "flex-1" }, Y = ["onClick"], Z = { class: "before:bg-border b
25
25
  httpOnly: !1,
26
26
  sameSite: "None"
27
27
  });
28
- k.add(e), b.push(e.uid);
28
+ v.add(e), m.push(e.uid);
29
29
  }, V = (t) => {
30
- k.delete(t);
31
- const e = Object.values(p).filter(
30
+ v.delete(t);
31
+ const e = Object.values(b).filter(
32
32
  (o) => o.uid !== t
33
33
  );
34
34
  if (e.length > 1) {
35
35
  const o = e[e.length - 1];
36
- b.push(o.uid);
37
- } else e.length === 1 && e[0].uid === "default" && b.push("default");
38
- }, h = D(() => {
36
+ m.push(o.uid);
37
+ } else e.length === 1 && e[0].uid === "default" && m.push("default");
38
+ }, h = K(() => {
39
39
  const t = {};
40
- return Object.values(p).forEach((e) => {
40
+ return Object.values(b).forEach((e) => {
41
41
  e.domain && e.path && (t[e.domain] || (t[e.domain] = {}), t[e.domain][e.path] || (t[e.domain][e.path] = []), t[e.domain][e.path].push(e));
42
42
  }), t;
43
- }), w = (t) => i[t], S = (t) => {
44
- t != null && t.createNew && L.name === "cookies" && C();
43
+ }), w = (t) => c[t], S = (t) => {
44
+ t != null && t.createNew && M.name === "cookies" && C();
45
+ }, B = (t, e) => {
46
+ const o = `/workspace/default/cookies/${e}`;
47
+ t.metaKey ? window.open(o, "_blank") : m.push({ path: o });
45
48
  };
46
- return M(() => {
49
+ return R(() => {
47
50
  const t = Object.keys(h.value), e = Object.entries(h.value).flatMap(
48
- ([o, r]) => Object.keys(r).map((d) => o + d)
51
+ ([o, r]) => Object.keys(r).map((p) => o + p)
49
52
  );
50
53
  t.forEach((o) => {
51
- i[o] = !0;
54
+ c[o] = !0;
52
55
  }), e.forEach((o) => {
53
- i[o] = !0;
56
+ c[o] = !0;
54
57
  }), g.hotKeys.on(S);
55
- }), R(() => g.hotKeys.off(S)), (t, e) => (n(), O(H, null, {
56
- default: a(() => [
57
- s(l(J), { title: "Cookies" }, {
58
- content: a(() => [
59
- f("div", X, [
60
- s(K, null, {
61
- default: a(() => [
62
- (n(!0), m(_, null, x(h.value, (o, r) => (n(), m("div", { key: r }, [
58
+ }), F(() => g.hotKeys.off(S)), (t, e) => (n(), N(T, null, {
59
+ default: i(() => [
60
+ s(l(Y), { title: "Cookies" }, {
61
+ content: i(() => [
62
+ f("div", ee, [
63
+ s(I, null, {
64
+ default: i(() => [
65
+ (n(!0), d(_, null, k(h.value, (o, r) => (n(), d("div", { key: r }, [
63
66
  f("button", {
64
67
  class: "flex font-medium gap-1.5 items-center px-2 py-1.5 text-left text-sm w-full break-words rounded hover:bg-b-2",
65
68
  type: "button",
66
- onClick: (d) => l(y)(r)
69
+ onClick: (p) => l(y)(r)
67
70
  }, [
68
- s(l(z), {
69
- class: $(["text-c-3", {
70
- "rotate-90": l(i)[r]
71
+ s(l(L), {
72
+ class: O(["text-c-3", {
73
+ "rotate-90": l(c)[r]
71
74
  }]),
72
75
  icon: "ChevronRight",
73
76
  size: "md"
74
77
  }, null, 8, ["class"]),
75
- v(" " + j(r), 1)
76
- ], 8, Y),
77
- E(f("div", Z, [
78
- (n(!0), m(_, null, x(o, (d, u) => (n(), m("div", { key: u }, [
78
+ x(" " + j(r), 1)
79
+ ], 8, te),
80
+ E(f("div", oe, [
81
+ (n(!0), d(_, null, k(o, (p, u) => (n(), d("div", { key: u }, [
79
82
  f("button", {
80
83
  class: "flex font-medium gap-1.5 items-center pl-5 pr-2 py-1.5 text-left text-sm w-full break-words rounded hover:bg-b-2",
81
84
  type: "button",
82
- onClick: (c) => l(y)(r + u)
85
+ onClick: (a) => l(y)(r + u)
83
86
  }, [
84
- s(l(z), {
85
- class: $(["text-c-3", {
86
- "rotate-90": l(i)[r + u]
87
+ s(l(L), {
88
+ class: O(["text-c-3", {
89
+ "rotate-90": l(c)[r + u]
87
90
  }]),
88
91
  icon: "ChevronRight",
89
92
  size: "md"
90
93
  }, null, 8, ["class"]),
91
- v(" " + j(u), 1)
92
- ], 8, ee),
93
- E(f("div", te, [
94
- (n(!0), m(_, null, x(d, (c) => (n(), O(A, {
95
- key: c.uid,
94
+ x(" " + j(u), 1)
95
+ ], 8, re),
96
+ E(f("div", se, [
97
+ (n(!0), d(_, null, k(p, (a) => (n(), N(P, {
98
+ key: a.uid,
96
99
  class: "cookie text-xs",
97
- variable: { name: c.name, uid: c.uid },
100
+ type: "cookies",
101
+ variable: { name: a.name, uid: a.uid },
98
102
  warningMessage: "Are you sure you want to delete this cookie?",
99
- onDelete: (re) => V(c.uid)
100
- }, null, 8, ["variable", "onDelete"]))), 128))
103
+ onClick: A(($) => B($, a.uid), ["prevent"]),
104
+ onDelete: ($) => V(a.uid)
105
+ }, null, 8, ["variable", "onClick", "onDelete"]))), 128))
101
106
  ], 512), [
102
- [N, w(r + u)]
107
+ [z, w(r + u)]
103
108
  ])
104
109
  ]))), 128))
105
110
  ], 512), [
106
- [N, w(r)]
111
+ [z, w(r)]
107
112
  ])
108
113
  ]))), 128))
109
114
  ]),
@@ -111,23 +116,23 @@ const X = { class: "flex-1" }, Y = ["onClick"], Z = { class: "before:bg-border b
111
116
  })
112
117
  ])
113
118
  ]),
114
- button: a(() => [
115
- s(F, {
119
+ button: i(() => [
120
+ s(H, {
116
121
  click: C,
117
122
  hotkey: "N"
118
123
  }, {
119
- title: a(() => e[0] || (e[0] = [
120
- v("Add Cookie")
124
+ title: i(() => e[0] || (e[0] = [
125
+ x("Add Cookie")
121
126
  ])),
122
127
  _: 1
123
128
  })
124
129
  ]),
125
130
  _: 1
126
131
  }),
127
- s(I, { class: "flex-1" }, {
128
- default: a(() => [
129
- s(W),
130
- s(q)
132
+ s(U, { class: "flex-1" }, {
133
+ default: i(() => [
134
+ s(J),
135
+ s(Q)
131
136
  ]),
132
137
  _: 1
133
138
  })
@@ -137,5 +142,5 @@ const X = { class: "flex-1" }, Y = ["onClick"], Z = { class: "before:bg-border b
137
142
  }
138
143
  });
139
144
  export {
140
- xe as default
145
+ ve as default
141
146
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";AAyzBA,wBAMG"}
1
+ {"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";AA+0CA,wBAMG"}