@scalar/api-client 2.5.13 → 2.5.15

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 (117) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +1 -1
  4. package/dist/components/AddressBar/AddressBarHistory.vue.js +1 -1
  5. package/dist/components/AddressBar/AddressBarHistory.vue2.js +1 -1
  6. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  7. package/dist/components/CodeInput/CodeInput.vue2.js +2 -2
  8. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  9. package/dist/components/CommandPalette/CommandActionInput.vue.js +11 -10
  10. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +10 -10
  11. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  12. package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
  13. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +129 -116
  14. package/dist/components/DataTable/DataTableCell.vue.js +8 -8
  15. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  16. package/dist/components/DataTable/DataTableInput.vue.js +2 -2
  17. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +7 -7
  18. package/dist/components/ImportCollection/PrefetchError.vue.js +1 -1
  19. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +1 -1
  20. package/dist/components/ImportCollection/utils/get-openapi-version.d.ts +5 -0
  21. package/dist/components/ImportCollection/utils/get-openapi-version.d.ts.map +1 -0
  22. package/dist/components/ImportCollection/utils/get-openapi-version.js +20 -0
  23. package/dist/components/ImportCollection/utils/get-openapi-version.test.d.ts +2 -0
  24. package/dist/components/ImportCollection/utils/get-openapi-version.test.d.ts.map +1 -0
  25. package/dist/components/ImportCollection/utils/import-collection.js +1 -1
  26. package/dist/components/ImportCollection/utils/{isDocument.d.ts → is-document.d.ts} +2 -2
  27. package/dist/components/ImportCollection/utils/is-document.d.ts.map +1 -0
  28. package/dist/components/ImportCollection/utils/is-document.js +9 -0
  29. package/dist/components/ImportCollection/utils/is-document.test.d.ts +2 -0
  30. package/dist/components/ImportCollection/utils/is-document.test.d.ts.map +1 -0
  31. package/dist/components/ImportCollection/utils/is-url.d.ts +5 -0
  32. package/dist/components/ImportCollection/utils/is-url.d.ts.map +1 -0
  33. package/dist/components/ImportCollection/utils/is-url.js +9 -0
  34. package/dist/components/ImportCollection/utils/is-url.test.d.ts +2 -0
  35. package/dist/components/ImportCollection/utils/is-url.test.d.ts.map +1 -0
  36. package/dist/components/OpenApiClientButton.vue.js +2 -2
  37. package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
  38. package/dist/components/Server/ServerDropdown.vue.js +8 -8
  39. package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -1
  40. package/dist/components/Server/ServerSelector.vue.js +13 -13
  41. package/dist/components/TopNav/TopNav.vue.js +10 -10
  42. package/dist/components/TopNav/TopNavItem.vue.js +1 -1
  43. package/dist/components/TopNav/TopNavItem.vue2.js +1 -1
  44. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +5 -1
  45. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  46. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +42 -36
  47. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +4 -4
  48. package/dist/hooks/useClientConfig.d.ts +42 -36
  49. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  50. package/dist/layouts/App/create-api-client-app.d.ts +160 -160
  51. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  52. package/dist/layouts/Modal/create-api-client-modal.d.ts +320 -320
  53. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  54. package/dist/layouts/Web/create-api-client-web.d.ts +160 -160
  55. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  56. package/dist/libs/create-client.d.ts +160 -160
  57. package/dist/libs/create-client.d.ts.map +1 -1
  58. package/dist/libs/find-request.d.ts +5 -5
  59. package/dist/libs/find-request.d.ts.map +1 -1
  60. package/dist/libs/send-request/create-request-operation.js +10 -10
  61. package/dist/libs/send-request/create-request-operation.test.d.ts +33 -33
  62. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  63. package/dist/libs/send-request/set-request-cookies.d.ts +1 -1
  64. package/dist/libs/send-request/set-request-cookies.d.ts.map +1 -1
  65. package/dist/plugins/plugin-manager.d.ts +5 -3
  66. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  67. package/dist/plugins/plugin-manager.js +17 -9
  68. package/dist/plugins/plugin-manager.test.d.ts +2 -0
  69. package/dist/plugins/plugin-manager.test.d.ts.map +1 -0
  70. package/dist/store/active-entities.d.ts +33 -33
  71. package/dist/store/active-entities.d.ts.map +1 -1
  72. package/dist/store/request-example.d.ts +130 -130
  73. package/dist/store/request-example.d.ts.map +1 -1
  74. package/dist/store/requests.d.ts +55 -55
  75. package/dist/store/requests.d.ts.map +1 -1
  76. package/dist/store/store.d.ts +162 -162
  77. package/dist/store/store.d.ts.map +1 -1
  78. package/dist/style.css +1 -1
  79. package/dist/views/Collection/CollectionInfoForm.vue.js +2 -2
  80. package/dist/views/Collection/components/EnvironmentForm.vue.js +2 -2
  81. package/dist/views/Collection/components/MarkdownInput.vue.d.ts.map +1 -1
  82. package/dist/views/Collection/components/MarkdownInput.vue.js +1 -1
  83. package/dist/views/Collection/components/MarkdownInput.vue2.js +32 -26
  84. package/dist/views/Cookies/CookieForm.vue.js +1 -1
  85. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  86. package/dist/views/Cookies/Cookies.vue2.js +67 -61
  87. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  88. package/dist/views/Environment/Environment.vue2.js +98 -92
  89. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +1 -1
  90. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  91. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  92. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +125 -121
  93. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +1 -1
  94. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +22 -22
  95. package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
  96. package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
  97. package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
  98. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  99. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  100. package/dist/views/Request/RequestSidebarItem.vue2.js +9 -9
  101. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +9 -9
  102. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
  103. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +3 -3
  104. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +1 -1
  105. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  106. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +9 -9
  107. package/dist/views/Request/components/WorkspaceDropdown.vue.js +2 -2
  108. package/dist/views/Settings/SettingsGeneral.vue.js +2 -2
  109. package/package.json +18 -18
  110. package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.d.ts +0 -5
  111. package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.d.ts.map +0 -1
  112. package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.js +0 -20
  113. package/dist/components/ImportCollection/utils/isDocument.d.ts.map +0 -1
  114. package/dist/components/ImportCollection/utils/isDocument.js +0 -7
  115. package/dist/components/ImportCollection/utils/isUrl.d.ts +0 -3
  116. package/dist/components/ImportCollection/utils/isUrl.d.ts.map +0 -1
  117. package/dist/components/ImportCollection/utils/isUrl.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.5.15
4
+
5
+ ### Patch Changes
6
+
7
+ - a696604: feat: opens auth combobox on auth indicator click
8
+ - b2862d9: fix: updates command palette action input style
9
+ - ad2e3e6: feat: new onBeforeRequest hook to modify the request
10
+ - b2862d9: feat: opens modal from command palette action navigation
11
+ - 74fdc0e: feat: use documentUrl as fallback server
12
+ - 3fdc2f2: feat(api-reference): unify inconsistent font styles across scalar client and ref, and improve consistency"
13
+ - 972602f: fix: sets request animation frame to markdown input to avoid input typing issue
14
+ - Updated dependencies [ad2e3e6]
15
+ - Updated dependencies [58287f8]
16
+ - Updated dependencies [74fdc0e]
17
+ - Updated dependencies [ca77d70]
18
+ - Updated dependencies [a696604]
19
+ - Updated dependencies [d93f60c]
20
+ - Updated dependencies [3fdc2f2]
21
+ - Updated dependencies [85a81eb]
22
+ - @scalar/types@0.2.7
23
+ - @scalar/oas-utils@0.4.11
24
+ - @scalar/components@0.14.16
25
+ - @scalar/snippetz@0.4.0
26
+ - @scalar/themes@0.13.8
27
+ - @scalar/openapi-parser@0.18.1
28
+ - @scalar/postman-to-openapi@0.3.14
29
+ - @scalar/use-codemirror@0.12.17
30
+
31
+ ## 2.5.14
32
+
33
+ ### Patch Changes
34
+
35
+ - 2d7f995: refactor: use more common straight apostrophe ' instead of the real apostrophe ’
36
+ - Updated dependencies [2d7f995]
37
+ - @scalar/postman-to-openapi@0.3.13
38
+ - @scalar/openapi-parser@0.18.1
39
+ - @scalar/use-codemirror@0.12.16
40
+ - @scalar/openapi-types@0.3.5
41
+ - @scalar/object-utils@1.2.2
42
+ - @scalar/oas-utils@0.4.10
43
+ - @scalar/use-hooks@0.2.4
44
+ - @scalar/snippetz@0.3.2
45
+ - @scalar/helpers@0.0.6
46
+ - @scalar/import@0.4.13
47
+ - @scalar/themes@0.13.7
48
+ - @scalar/icons@0.4.6
49
+ - @scalar/types@0.2.6
50
+ - @scalar/components@0.14.15
51
+ - @scalar/draggable@0.2.0
52
+ - @scalar/use-toasts@0.8.0
53
+ - @scalar/use-tooltip@1.1.0
54
+
3
55
  ## 2.5.13
4
56
 
5
57
  ### Patch Changes
package/README.md CHANGED
@@ -159,7 +159,7 @@ updateConfig(newConfig: ClientConfiguration, mergeConfigs?: boolean): void
159
159
 
160
160
  ## Community
161
161
 
162
- We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
162
+ We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
163
163
 
164
164
  ## License
165
165
 
@@ -1,7 +1,7 @@
1
1
  import o from "./AddressBar.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-e050d490"]]);
4
+ const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-78c9dbb9"]]);
5
5
  export {
6
6
  d as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./AddressBarHistory.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-6a545fa1"]]);
4
+ const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-a93fa60f"]]);
5
5
  export {
6
6
  f as default
7
7
  };
@@ -18,7 +18,7 @@ const L = { class: "min-w-0" }, U = { class: "text-c-1 min-w-0 truncate" }, Q =
18
18
  );
19
19
  function g(r) {
20
20
  console.warn(
21
- "Restoring from the request history doesnt work yet. Request History Item:",
21
+ "Restoring from the request history doesn't work yet. Request History Item:",
22
22
  r
23
23
  );
24
24
  }
@@ -2,7 +2,7 @@ import o from "./CodeInput.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-bd8ced90"]]);
5
+ const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-843ba983"]]);
6
6
  export {
7
- e as default
7
+ _ as default
8
8
  };
@@ -125,10 +125,10 @@ const me = { class: "whitespace-nowrap" }, ce = ["id"], be = {
125
125
  var f, t, I;
126
126
  h.value ? e === "down" ? (l.preventDefault(), (f = b.value) == null || f.handleArrowKey("down")) : e === "up" ? (l.preventDefault(), (t = b.value) == null || t.handleArrowKey("up")) : e === "enter" && (l.preventDefault(), (I = b.value) == null || I.handleSelect()) : e === "escape" ? o.disableTabIndent || l.stopPropagation() : e === "enter" && l.target instanceof HTMLDivElement && V(l.target.textContent ?? "");
127
127
  }, H = m(() => Array.isArray(o.type) ? (
128
- // Find the first type, thats not 'null'
128
+ // Find the first type, that's not 'null'
129
129
  o.type.find((e) => e !== "null") ?? "string"
130
130
  ) : (
131
- // If its not an array, just return the type
131
+ // If it's not an array, just return the type
132
132
  o.type
133
133
  )), J = m(
134
134
  () => h.value && o.withVariables && w !== "modal" && o.environment
@@ -1 +1 @@
1
- {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAoEA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;;;AAsHF,wBAOG"}
1
+ {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAqEA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;;;AAwHF,wBAOG"}
@@ -1,5 +1,5 @@
1
- import { defineComponent as f, ref as c, onMounted as h, nextTick as g, computed as v, withDirectives as w, createElementBlock as x, openBlock as y, mergeProps as k, withKeys as s, vModelText as D } from "vue";
2
- const E = ["placeholder"], b = /* @__PURE__ */ f({
1
+ import { defineComponent as c, ref as f, onMounted as h, nextTick as b, computed as g, withDirectives as v, createElementBlock as w, openBlock as x, mergeProps as y, withKeys as s, vModelText as k } from "vue";
2
+ const D = ["placeholder"], V = /* @__PURE__ */ c({
3
3
  inheritAttrs: !1,
4
4
  __name: "CommandActionInput",
5
5
  props: {
@@ -9,14 +9,14 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
9
9
  },
10
10
  emits: ["update:modelValue", "onDelete"],
11
11
  setup(i, { emit: p }) {
12
- const n = i, r = p, a = c(null);
12
+ const n = i, r = p, a = f(null);
13
13
  h(
14
- () => g(() => {
14
+ () => b(() => {
15
15
  var e;
16
16
  n.autofocus || (e = a.value) == null || e.focus();
17
17
  })
18
18
  );
19
- const l = v({
19
+ const l = g({
20
20
  get: () => n.modelValue ?? "",
21
21
  set: (e) => r("update:modelValue", e)
22
22
  });
@@ -31,11 +31,12 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
31
31
  function m(e) {
32
32
  l.value === "" && (e.preventDefault(), e.stopPropagation(), r("onDelete", e));
33
33
  }
34
- return (e, t) => w((y(), x("textarea", k({
34
+ return (e, t) => v((x(), w("textarea", y({
35
+ id: "command-action-input",
35
36
  ref_key: "input",
36
37
  ref: a,
37
38
  "onUpdate:modelValue": t[0] || (t[0] = (o) => l.value = o),
38
- class: "min-h-8 w-full flex-1 resize-none border-none py-1.5 pl-8 text-sm outline-none",
39
+ class: "min-h-8 w-full flex-1 resize-none border border-transparent py-1.5 pl-8.5 text-sm outline-none focus:border-b-1",
39
40
  placeholder: n.placeholder ?? "",
40
41
  wrap: "hard"
41
42
  }, e.$attrs, {
@@ -43,11 +44,11 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
43
44
  t[1] || (t[1] = s((o) => m(o), ["delete"])),
44
45
  t[2] || (t[2] = s((o) => d(o), ["enter"]))
45
46
  ]
46
- }), null, 16, E)), [
47
- [D, l.value]
47
+ }), null, 16, D)), [
48
+ [k, l.value]
48
49
  ]);
49
50
  }
50
51
  });
51
52
  export {
52
- b as default
53
+ V as default
53
54
  };
@@ -89,6 +89,7 @@ export declare const PaletteComponents: {
89
89
  deprecated?: boolean | undefined;
90
90
  examples?: string[] | undefined;
91
91
  operationId?: string | undefined;
92
+ requestBody?: any;
92
93
  parameters?: {
93
94
  name: string;
94
95
  in: "cookie" | "path" | "query" | "header";
@@ -101,20 +102,19 @@ export declare const PaletteComponents: {
101
102
  summary?: string | undefined;
102
103
  externalValue?: string | undefined;
103
104
  }> | undefined;
105
+ schema?: unknown;
104
106
  content?: unknown;
105
107
  style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
106
108
  explode?: boolean | undefined;
107
- schema?: unknown;
108
109
  }[] | undefined;
109
- requestBody?: any;
110
110
  responses?: Record<string, any> | undefined;
111
111
  callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
112
- 'x-scalar-stability'?: unknown;
113
- method?: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect" | undefined;
114
- 'x-post-response'?: string | undefined;
115
112
  'x-codeSamples'?: unknown;
116
113
  'x-code-samples'?: unknown;
117
114
  'x-custom-examples'?: unknown;
115
+ 'x-scalar-stability'?: unknown;
116
+ method?: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace" | undefined;
117
+ 'x-post-response'?: string | undefined;
118
118
  } & {
119
119
  url?: string;
120
120
  };
@@ -145,6 +145,7 @@ export declare const PaletteComponents: {
145
145
  deprecated?: boolean | undefined;
146
146
  examples?: string[] | undefined;
147
147
  operationId?: string | undefined;
148
+ requestBody?: any;
148
149
  parameters?: {
149
150
  name: string;
150
151
  in: "cookie" | "path" | "query" | "header";
@@ -157,20 +158,19 @@ export declare const PaletteComponents: {
157
158
  summary?: string | undefined;
158
159
  externalValue?: string | undefined;
159
160
  }> | undefined;
161
+ schema?: unknown;
160
162
  content?: unknown;
161
163
  style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
162
164
  explode?: boolean | undefined;
163
- schema?: unknown;
164
165
  }[] | undefined;
165
- requestBody?: any;
166
166
  responses?: Record<string, any> | undefined;
167
167
  callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
168
- 'x-scalar-stability'?: unknown;
169
- method?: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect" | undefined;
170
- 'x-post-response'?: string | undefined;
171
168
  'x-codeSamples'?: unknown;
172
169
  'x-code-samples'?: unknown;
173
170
  'x-custom-examples'?: unknown;
171
+ 'x-scalar-stability'?: unknown;
172
+ method?: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace" | undefined;
173
+ 'x-post-response'?: string | undefined;
174
174
  } & {
175
175
  url?: string;
176
176
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AA0eA;;;;GAIG;;AACH,wBAmjBI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;mBAnlB9B,CAvTqC;qBAuTrC,CAtTY;;;;;;;mBAsTZ,CAvTqC;qBAuTrC,CAtTY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAiuB4F,CAAA;;;;;;;;;;;;;;;+BAQzB,CAAC;4BAAuC,CAAA;2BAAsC,CAAC;8BAA6B,CAAC;4BAC5J,CAAA;6BAAiD,CAAA;+BAA8B,CAAC;qCAA+C,CAAC;;2BAC5I,CAAC;yBAAwB,CAAC;2BAEJ,CAAC;0BAEtC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAdkG,CAAA;;;;;;;;;;;;;;;+BAQzB,CAAC;4BAAuC,CAAA;2BAAsC,CAAC;8BAA6B,CAAC;4BAC5J,CAAA;6BAAiD,CAAA;+BAA8B,CAAC;qCAA+C,CAAC;;2BAC5I,CAAC;yBAAwB,CAAC;2BAEJ,CAAC;0BAEtC,CAAC;;;;;;;;;;;;;;;;;;;;CAmKI,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":"AAsfA;;;;GAIG;;AACH,wBA8jBI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;mBA9lB9B,CAtUmB;qBAsUnB,CAtU0C;;;;;;;mBAsU1C,CAtUmB;qBAsUnB,CAtU0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAgvB0D,CAAA;;;;;;;;;;;;;;;;+BAY/E,CAAC;4BACM,CAAC;2BAAsC,CAAC;8BAA6B,CAAC;4BACjF,CAAA;6BAAgD,CAAC;+BACtC,CAAC;qCAEvB,CAAC;;0BAA4D,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;2BACV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAlBX,CAAA;;;;;;;;;;;;;;;;+BAY/E,CAAC;4BACM,CAAC;2BAAsC,CAAC;8BAA6B,CAAC;4BACjF,CAAA;6BAAgD,CAAC;+BACtC,CAAC;qCAEvB,CAAC;;0BAA4D,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;2BACV,CAAC;;;;;;;;;;;;;;;;;;;CA2KrG,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 r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b0ea498c"]]);
5
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f2bbd082"]]);
6
6
  export {
7
7
  s as PaletteComponents,
8
- r as default
8
+ a as default
9
9
  };