@scalar/api-client 2.0.27 → 2.0.29

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 (105) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  4. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  5. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  6. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  7. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  8. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  9. package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts.map +1 -1
  10. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  11. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  12. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  13. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  14. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  15. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
  16. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  17. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  18. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  19. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  20. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  21. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  22. package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
  23. package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
  24. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  25. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  26. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  27. package/dist/components/HttpMethod/HttpMethod.vue.js +26 -33
  28. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  29. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  30. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  31. package/dist/components/Search/SearchButton.vue.d.ts.map +1 -1
  32. package/dist/components/Search/SearchModal.vue.d.ts.map +1 -1
  33. package/dist/components/Search/SearchModal.vue.js +2 -2
  34. package/dist/components/Search/SearchModal.vue2.js +78 -75
  35. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  36. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  37. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
  38. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  39. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  40. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  41. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  42. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  43. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  44. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  45. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  46. package/dist/components/SubpageHeader.vue.d.ts +12 -0
  47. package/dist/components/SubpageHeader.vue.d.ts.map +1 -0
  48. package/dist/components/SubpageHeader.vue.js +31 -0
  49. package/dist/components/SubpageHeader.vue2.js +4 -0
  50. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  51. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  52. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  53. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  54. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  55. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  56. package/dist/index.js +7 -6
  57. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  58. package/dist/layouts/App/createApiClientApp.js +5 -5
  59. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  60. package/dist/layouts/Modal/api-client-modal.d.ts +38 -2
  61. package/dist/layouts/Modal/api-client-modal.d.ts.map +1 -1
  62. package/dist/layouts/Modal/api-client-modal.js +52 -42
  63. package/dist/layouts/Modal/index.js +5 -4
  64. package/dist/store/workspace.d.ts +2 -2
  65. package/dist/store/workspace.d.ts.map +1 -1
  66. package/dist/store/workspace.js +94 -92
  67. package/dist/style.css +1 -1
  68. package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
  69. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +1 -1
  70. package/dist/views/Components/Schemas/Schemas.vue.d.ts.map +1 -1
  71. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  72. package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
  73. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  74. package/dist/views/Cookies/Cookies.vue2.js +44 -38
  75. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  76. package/dist/views/Environment/Environment.vue2.js +92 -86
  77. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  78. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  79. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  80. package/dist/views/Request/Request.vue.js +2 -2
  81. package/dist/views/Request/Request.vue2.js +117 -108
  82. package/dist/views/Request/RequestSection/RequestAuth.vue.d.ts.map +1 -1
  83. package/dist/views/Request/RequestSection/RequestAuth.vue.js +19 -19
  84. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  85. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  86. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  87. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  88. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  89. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  90. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  91. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  92. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  93. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  94. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
  95. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  96. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  97. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  98. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  99. package/dist/views/Request/components/OAuth2.vue.d.ts.map +1 -1
  100. package/dist/views/Request/components/OAuthScopesInput.vue.d.ts.map +1 -1
  101. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  102. package/dist/views/Servers/ServerForm.vue.d.ts.map +1 -1
  103. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  104. package/dist/views/Servers/Servers.vue2.js +45 -39
  105. package/package.json +5 -7
@@ -1,21 +1,22 @@
1
- import { defineComponent as u, openBlock as i, createBlock as a, withCtx as e, createVNode as t, unref as m, createElementVNode as f, createElementBlock as d, Fragment as p, renderList as _, createTextVNode as k } from "vue";
1
+ import { defineComponent as u, openBlock as i, createBlock as a, withCtx as e, createVNode as t, unref as m, createElementVNode as f, createElementBlock as d, Fragment as _, renderList as p, createTextVNode as k } from "vue";
2
2
  import x from "../../components/Sidebar/SidebarButton.vue.js";
3
3
  import C from "../../components/Sidebar/SidebarList.vue.js";
4
4
  import h from "../../components/Sidebar/SidebarListElement.vue.js";
5
- import b from "../../components/ViewLayout/ViewLayout.vue.js";
6
- import L from "../../components/ViewLayout/ViewLayoutContent.vue.js";
7
- import { useWorkspace as V } from "../../store/workspace.js";
5
+ import b from "../../components/SubpageHeader.vue.js";
6
+ import L from "../../components/ViewLayout/ViewLayout.vue.js";
7
+ import V from "../../components/ViewLayout/ViewLayoutContent.vue.js";
8
+ import { useWorkspace as $ } from "../../store/workspace.js";
8
9
  import { createCookie as v } from "@scalar/oas-utils/entities/workspace/cookie";
9
10
  import { nanoid as y } from "nanoid";
10
11
  import { useRouter as N } from "vue-router";
11
- import $ from "./CookieForm.vue.js";
12
- import w from "./CookieRaw.vue.js";
13
- import B from "../../components/Sidebar/Sidebar.vue.js";
12
+ import w from "./CookieForm.vue.js";
13
+ import B from "./CookieRaw.vue.js";
14
+ import E from "../../components/Sidebar/Sidebar.vue.js";
14
15
  /* empty css */
15
- const E = { class: "flex-1" }, J = /* @__PURE__ */ u({
16
+ const S = { class: "flex-1" }, P = /* @__PURE__ */ u({
16
17
  __name: "Cookies",
17
- setup(S) {
18
- const { cookies: n, cookieMutators: s } = V(), l = N(), c = () => {
18
+ setup(g) {
19
+ const { cookies: n, cookieMutators: s } = $(), l = N(), c = () => {
19
20
  const o = v({
20
21
  uid: y(),
21
22
  name: "Cookie",
@@ -28,39 +29,44 @@ const E = { class: "flex-1" }, J = /* @__PURE__ */ u({
28
29
  });
29
30
  s.add(o), l.push(o.uid);
30
31
  };
31
- return (o, g) => (i(), a(b, null, {
32
+ return (o, A) => (i(), a(b, null, {
32
33
  default: e(() => [
33
- t(m(B), { title: "Domain" }, {
34
- content: e(() => [
35
- f("div", E, [
36
- t(C, null, {
37
- default: e(() => [
38
- (i(!0), d(p, null, _(m(n), (r) => (i(), a(h, {
39
- key: r.uid,
40
- class: "text-xs",
41
- variable: { name: r.name, uid: r.uid }
42
- }, null, 8, ["variable"]))), 128))
43
- ]),
44
- _: 1
45
- })
46
- ])
47
- ]),
48
- button: e(() => [
49
- t(x, { click: c }, {
50
- title: e(() => [
51
- k("Add Item")
34
+ t(L, null, {
35
+ default: e(() => [
36
+ t(m(E), { title: "Domain" }, {
37
+ content: e(() => [
38
+ f("div", S, [
39
+ t(C, null, {
40
+ default: e(() => [
41
+ (i(!0), d(_, null, p(m(n), (r) => (i(), a(h, {
42
+ key: r.uid,
43
+ class: "text-xs",
44
+ variable: { name: r.name, uid: r.uid }
45
+ }, null, 8, ["variable"]))), 128))
46
+ ]),
47
+ _: 1
48
+ })
49
+ ])
50
+ ]),
51
+ button: e(() => [
52
+ t(x, { click: c }, {
53
+ title: e(() => [
54
+ k("Add Item")
55
+ ]),
56
+ _: 1
57
+ })
58
+ ]),
59
+ _: 1
60
+ }),
61
+ t(V, { class: "flex-1" }, {
62
+ default: e(() => [
63
+ t(w),
64
+ t(B)
52
65
  ]),
53
66
  _: 1
54
67
  })
55
68
  ]),
56
69
  _: 1
57
- }),
58
- t(L, { class: "flex-1" }, {
59
- default: e(() => [
60
- t($),
61
- t(w)
62
- ]),
63
- _: 1
64
70
  })
65
71
  ]),
66
72
  _: 1
@@ -68,5 +74,5 @@ const E = { class: "flex-1" }, J = /* @__PURE__ */ u({
68
74
  }
69
75
  });
70
76
  export {
71
- J as default
77
+ P as default
72
78
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";AAsfA,wBAKG"}
1
+ {"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";AAghBA,wBAKG"}
@@ -1,31 +1,32 @@
1
- import { defineComponent as N, ref as c, onMounted as C, openBlock as a, createBlock as f, withCtx as o, createVNode as r, createElementVNode as _, createElementBlock as v, Fragment as w, renderList as $, unref as u, createTextVNode as I, createSlots as S, createCommentVNode as h, toDisplayString as L, withKeys as B, nextTick as R } from "vue";
1
+ import { defineComponent as N, ref as c, onMounted as C, openBlock as r, createBlock as f, withCtx as o, createVNode as a, createElementVNode as _, createElementBlock as d, Fragment as w, renderList as $, unref as u, createTextVNode as I, createSlots as S, createCommentVNode as h, toDisplayString as L, withKeys as B, nextTick as R } from "vue";
2
2
  import K from "../../components/CodeInput/CodeInput.vue.js";
3
3
  import A from "../../components/Sidebar/Sidebar.vue.js";
4
4
  /* empty css */
5
5
  import M from "../../components/Sidebar/SidebarButton.vue.js";
6
6
  import T from "../../components/Sidebar/SidebarList.vue.js";
7
7
  import U from "../../components/Sidebar/SidebarListElement.vue.js";
8
- import F from "../../components/ViewLayout/ViewLayout.vue.js";
9
- import J from "../../components/ViewLayout/ViewLayoutContent.vue.js";
10
- import O from "../../components/ViewLayout/ViewLayoutSection.vue.js";
11
- import { useWorkspace as W } from "../../store/workspace.js";
12
- import { nanoid as j } from "nanoid";
13
- import { useRouter as q } from "vue-router";
14
- import z from "./EnvironmentColors.vue.js";
15
- const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, ce = /* @__PURE__ */ N({
8
+ import F from "../../components/SubpageHeader.vue.js";
9
+ import J from "../../components/ViewLayout/ViewLayout.vue.js";
10
+ import O from "../../components/ViewLayout/ViewLayoutContent.vue.js";
11
+ import W from "../../components/ViewLayout/ViewLayoutSection.vue.js";
12
+ import { useWorkspace as j } from "../../store/workspace.js";
13
+ import { nanoid as q } from "nanoid";
14
+ import { useRouter as z } from "vue-router";
15
+ import G from "./EnvironmentColors.vue.js";
16
+ const H = { class: "flex-1" }, P = ["value"], Q = { class: "colors ml-auto" }, de = /* @__PURE__ */ N({
16
17
  __name: "Environment",
17
- setup(Q) {
18
- const d = q(), { environments: n, environmentMutators: m } = W(), e = c(null), p = c(null), s = c(!1);
18
+ setup(X) {
19
+ const v = z(), { environments: n, environmentMutators: m } = j(), e = c(null), p = c(null), s = c(!1);
19
20
  function E() {
20
21
  const t = {
21
22
  name: "New Environment",
22
- uid: j(),
23
+ uid: q(),
23
24
  color: "grey",
24
25
  raw: JSON.stringify({ exampleKey: "exampleValue" }, null, 2),
25
26
  parsed: [],
26
27
  isDefault: !1
27
28
  };
28
- m.add(t), e.value = t.uid, d.push(e.value);
29
+ m.add(t), e.value = t.uid, v.push(e.value);
29
30
  }
30
31
  function k(t) {
31
32
  e.value && m.edit(e.value, "raw", t);
@@ -35,7 +36,7 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
35
36
  }, x = (t) => {
36
37
  e.value && (n[e.value].color = t);
37
38
  }, V = () => {
38
- d.currentRoute.value.params.environment === "default" && (e.value = n.default.uid);
39
+ v.currentRoute.value.params.environment === "default" && (e.value = n.default.uid);
39
40
  }, b = () => {
40
41
  e.value && !n[e.value].isDefault && (s.value = !0, R(() => {
41
42
  var t;
@@ -45,82 +46,87 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
45
46
  const l = t.target.value;
46
47
  e.value && !n[e.value].isDefault && (n[e.value].name = l);
47
48
  };
48
- return C(V), (t, i) => (a(), f(F, null, {
49
+ return C(V), (t, i) => (r(), f(F, null, {
49
50
  default: o(() => [
50
- r(A, { title: "Environment" }, {
51
- content: o(() => [
52
- _("div", G, [
53
- r(T, null, {
54
- default: o(() => [
55
- (a(!0), v(w, null, $(u(n), (l) => (a(), f(U, {
56
- key: l.uid,
57
- class: "text-xs",
58
- variable: {
59
- name: l.name,
60
- uid: l.uid,
61
- color: l.color,
62
- isDefault: l.isDefault
63
- },
64
- onClick: (D) => e.value = l.uid,
65
- onDelete: (D) => y(l.uid)
66
- }, null, 8, ["variable", "onClick", "onDelete"]))), 128))
67
- ]),
68
- _: 1
69
- })
70
- ])
71
- ]),
72
- button: o(() => [
73
- r(M, { click: E }, {
74
- title: o(() => [
75
- I("Add Environment Variable")
51
+ a(J, null, {
52
+ default: o(() => [
53
+ a(A, { title: "Environment" }, {
54
+ content: o(() => [
55
+ _("div", H, [
56
+ a(T, null, {
57
+ default: o(() => [
58
+ (r(!0), d(w, null, $(u(n), (l) => (r(), f(U, {
59
+ key: l.uid,
60
+ class: "text-xs",
61
+ variable: {
62
+ name: l.name,
63
+ uid: l.uid,
64
+ color: l.color,
65
+ isDefault: l.isDefault
66
+ },
67
+ onClick: (D) => e.value = l.uid,
68
+ onDelete: (D) => y(l.uid)
69
+ }, null, 8, ["variable", "onClick", "onDelete"]))), 128))
70
+ ]),
71
+ _: 1
72
+ })
73
+ ])
74
+ ]),
75
+ button: o(() => [
76
+ a(M, { click: E }, {
77
+ title: o(() => [
78
+ I("Add Environment Variable")
79
+ ]),
80
+ _: 1
81
+ })
76
82
  ]),
77
83
  _: 1
78
- })
79
- ]),
80
- _: 1
81
- }),
82
- r(J, { class: "flex-1" }, {
83
- default: o(() => [
84
- r(O, null, S({
84
+ }),
85
+ a(O, { class: "flex-1" }, {
85
86
  default: o(() => [
86
- e.value ? (a(), f(K, {
87
- key: 0,
88
- class: "px-2 py-2.5",
89
- lineNumbers: "",
90
- modelValue: u(n)[e.value].raw,
91
- "onUpdate:modelValue": k
92
- }, null, 8, ["modelValue"])) : h("", !0)
87
+ a(W, null, S({
88
+ default: o(() => [
89
+ e.value ? (r(), f(K, {
90
+ key: 0,
91
+ class: "px-2 py-2.5",
92
+ lineNumbers: "",
93
+ modelValue: u(n)[e.value].raw,
94
+ "onUpdate:modelValue": k
95
+ }, null, 8, ["modelValue"])) : h("", !0)
96
+ ]),
97
+ _: 2
98
+ }, [
99
+ e.value ? {
100
+ name: "title",
101
+ fn: o(() => [
102
+ !s.value || u(n)[e.value].isDefault ? (r(), d("span", {
103
+ key: 0,
104
+ onDblclick: b
105
+ }, L(u(n)[e.value].name), 33)) : (r(), d("input", {
106
+ key: 1,
107
+ ref_key: "nameInputRef",
108
+ ref: p,
109
+ class: "ring-1 ring-offset-4 ring-b-outline rounded",
110
+ spellcheck: "false",
111
+ type: "text",
112
+ value: u(n)[e.value].name,
113
+ onBlur: i[0] || (i[0] = (l) => s.value = !1),
114
+ onInput: g,
115
+ onKeyup: i[1] || (i[1] = B((l) => s.value = !1, ["enter"]))
116
+ }, null, 40, P)),
117
+ _("div", Q, [
118
+ a(G, {
119
+ activeColor: u(n)[e.value].color,
120
+ onSelect: x
121
+ }, null, 8, ["activeColor"])
122
+ ])
123
+ ]),
124
+ key: "0"
125
+ } : void 0
126
+ ]), 1024)
93
127
  ]),
94
- _: 2
95
- }, [
96
- e.value ? {
97
- name: "title",
98
- fn: o(() => [
99
- !s.value || u(n)[e.value].isDefault ? (a(), v("span", {
100
- key: 0,
101
- onDblclick: b
102
- }, L(u(n)[e.value].name), 33)) : (a(), v("input", {
103
- key: 1,
104
- ref_key: "nameInputRef",
105
- ref: p,
106
- class: "ring-1 ring-offset-4 ring-b-outline rounded",
107
- spellcheck: "false",
108
- type: "text",
109
- value: u(n)[e.value].name,
110
- onBlur: i[0] || (i[0] = (l) => s.value = !1),
111
- onInput: g,
112
- onKeyup: i[1] || (i[1] = B((l) => s.value = !1, ["enter"]))
113
- }, null, 40, H)),
114
- _("div", P, [
115
- r(z, {
116
- activeColor: u(n)[e.value].color,
117
- onSelect: x
118
- }, null, 8, ["activeColor"])
119
- ])
120
- ]),
121
- key: "0"
122
- } : void 0
123
- ]), 1024)
128
+ _: 1
129
+ })
124
130
  ]),
125
131
  _: 1
126
132
  })
@@ -130,5 +136,5 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
130
136
  }
131
137
  });
132
138
  export {
133
- ce as default
139
+ de as default
134
140
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EnvironmentColors.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentColors.vue"],"names":[],"mappings":";iBA6Ce,MAAM;;;;iBAAN,MAAM;;;;AA4FrB,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"EnvironmentColors.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentColors.vue"],"names":[],"mappings":";iBA6Ce,MAAM;;;;iBAAN,MAAM;;;;AA6FrB,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EnvironmentVariableDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentVariableDropdown.vue"],"names":[],"mappings":";WAiHS,MAAM;;;;WAAN,MAAM;;;;AA4Mf,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"EnvironmentVariableDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentVariableDropdown.vue"],"names":[],"mappings":";WAiHS,MAAM;;;;WAAN,MAAM;;;;AA8Mf,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";AAi/BA,wBAKG"}
1
+ {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";AA4gCA,wBAKG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Request.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-60c28ddd"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-945c36e9"]]);
5
5
  export {
6
- m as default
6
+ p as default
7
7
  };