@scalar/api-reference 1.32.7 → 1.32.9

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 (95) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/browser/standalone.js +15835 -15738
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue2.js +2 -1
  5. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  7. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  8. package/dist/components/Content/Content.vue.js +1 -1
  9. package/dist/components/Content/Content.vue2.js +24 -24
  10. package/dist/components/Content/Models/Models.vue2.js +5 -4
  11. package/dist/components/Content/Models/ModelsAccordion.vue2.js +2 -1
  12. package/dist/components/Content/Schema/Schema.vue2.js +2 -1
  13. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +14 -7
  14. package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Tag/OperationsList.vue.js +1 -1
  16. package/dist/components/Content/Tag/OperationsList.vue2.js +18 -22
  17. package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
  19. package/dist/components/Content/Tag/OperationsListItem.vue2.js +33 -34
  20. package/dist/components/Content/Tag/Tag.vue.js +2 -1
  21. package/dist/components/Content/Tag/TagSection.vue.d.ts.map +1 -1
  22. package/dist/components/GettingStarted.vue2.js +8 -6
  23. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  24. package/dist/components/Section/SectionAccordion.vue.js +1 -1
  25. package/dist/components/Section/SectionAccordion.vue2.js +28 -29
  26. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  27. package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
  28. package/dist/components/Section/SectionContainerAccordion.vue2.js +17 -18
  29. package/dist/features/Operation/components/ContentTypeSelect.vue.js +8 -7
  30. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  31. package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
  32. package/dist/features/Operation/components/callbacks/Callback.vue2.js +15 -15
  33. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  34. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +8 -8
  35. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  36. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  37. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +87 -75
  38. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  39. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  40. package/dist/features/Operation/layouts/ModernLayout.vue2.js +20 -18
  41. package/dist/features/Search/SearchButton.vue.js +2 -1
  42. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  43. package/dist/features/Search/SearchModal.vue.js +2 -2
  44. package/dist/features/Search/SearchModal.vue2.js +16 -16
  45. package/dist/features/api-client-modal/useApiClient.d.ts +84 -4
  46. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  47. package/dist/features/download-link/DownloadLink.vue2.js +4 -2
  48. package/dist/features/example-request/ExamplePicker.vue2.js +10 -9
  49. package/dist/features/example-request/ExampleRequest.vue.d.ts +10 -4
  50. package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -1
  51. package/dist/features/example-request/ExampleRequest.vue.js +1 -1
  52. package/dist/features/example-request/ExampleRequest.vue2.js +108 -121
  53. package/dist/{components/Card/CardTab.vue.d.ts → features/example-responses/ExampleResponseTab.vue.d.ts} +1 -1
  54. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -0
  55. package/dist/features/example-responses/ExampleResponseTab.vue.js +7 -0
  56. package/dist/{components/Card/CardTab.vue2.js → features/example-responses/ExampleResponseTab.vue2.js} +6 -6
  57. package/dist/{components/Card/CardTabHeader.vue.d.ts → features/example-responses/ExampleResponseTabList.vue.d.ts} +3 -3
  58. package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -0
  59. package/dist/features/example-responses/ExampleResponseTabList.vue.js +7 -0
  60. package/dist/{components/Card/CardTabHeader.vue2.js → features/example-responses/ExampleResponseTabList.vue2.js} +9 -9
  61. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  62. package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
  63. package/dist/features/example-responses/ExampleResponses.vue2.js +81 -89
  64. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
  65. package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
  66. package/dist/features/test-request-button/TestRequestButton.vue2.js +12 -12
  67. package/dist/index.d.ts +0 -1
  68. package/dist/index.d.ts.map +1 -1
  69. package/dist/index.js +21 -33
  70. package/dist/style.css +1 -1
  71. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
  72. package/package.json +24 -24
  73. package/dist/components/Card/Card.vue.d.ts +0 -18
  74. package/dist/components/Card/Card.vue.d.ts.map +0 -1
  75. package/dist/components/Card/Card.vue.js +0 -13
  76. package/dist/components/Card/CardContent.vue.d.ts +0 -19
  77. package/dist/components/Card/CardContent.vue.d.ts.map +0 -1
  78. package/dist/components/Card/CardContent.vue.js +0 -7
  79. package/dist/components/Card/CardContent.vue2.js +0 -27
  80. package/dist/components/Card/CardFooter.vue.d.ts +0 -19
  81. package/dist/components/Card/CardFooter.vue.d.ts.map +0 -1
  82. package/dist/components/Card/CardFooter.vue.js +0 -7
  83. package/dist/components/Card/CardFooter.vue2.js +0 -24
  84. package/dist/components/Card/CardHeader.vue.d.ts +0 -20
  85. package/dist/components/Card/CardHeader.vue.d.ts.map +0 -1
  86. package/dist/components/Card/CardHeader.vue.js +0 -7
  87. package/dist/components/Card/CardHeader.vue2.js +0 -31
  88. package/dist/components/Card/CardTab.vue.d.ts.map +0 -1
  89. package/dist/components/Card/CardTab.vue.js +0 -7
  90. package/dist/components/Card/CardTabHeader.vue.d.ts.map +0 -1
  91. package/dist/components/Card/CardTabHeader.vue.js +0 -7
  92. package/dist/components/Card/index.d.ts +0 -7
  93. package/dist/components/Card/index.d.ts.map +0 -1
  94. package/dist/components/Card/types.d.ts +0 -8
  95. package/dist/components/Card/types.d.ts.map +0 -1
@@ -1,162 +1,154 @@
1
- import { defineComponent as M, useId as N, ref as E, computed as v, createBlock as r, createCommentVNode as x, openBlock as o, unref as s, withCtx as u, createVNode as f, createElementVNode as g, createElementBlock as k, Fragment as C, renderList as O, createTextVNode as R, toDisplayString as F, withDirectives as I, vModelCheckbox as A } from "vue";
2
- import { ScalarIcon as D, ScalarCodeBlock as K, ScalarMarkdown as P } from "@scalar/components";
3
- import { normalizeMimeTypeObject as U, getObjectKeys as H } from "@scalar/oas-utils/helpers";
4
- import { useClipboard as J } from "@scalar/use-hooks/useClipboard";
5
- import L from "../../components/ScreenReader.vue.js";
6
- import T from "./ExampleResponse.vue.js";
7
- import W from "../../components/Card/Card.vue.js";
8
- import q from "../../components/Card/CardTabHeader.vue.js";
9
- import G from "../../components/Card/CardTab.vue.js";
10
- import Q from "../../components/Card/CardContent.vue.js";
11
- import X from "../../components/Card/CardFooter.vue.js";
1
+ import { defineComponent as N, useId as O, ref as E, computed as v, createBlock as t, createCommentVNode as x, openBlock as o, unref as l, withCtx as u, createVNode as k, createElementBlock as f, Fragment as j, renderList as C, createTextVNode as R, toDisplayString as F, withDirectives as I, createElementVNode as T, vModelCheckbox as A } from "vue";
2
+ import { ScalarCard as D, ScalarIcon as K, ScalarCardSection as L, ScalarCodeBlock as P, ScalarCardFooter as U, ScalarMarkdown as J } from "@scalar/components";
3
+ import { normalizeMimeTypeObject as W, getObjectKeys as q } from "@scalar/oas-utils/helpers";
4
+ import { useClipboard as G } from "@scalar/use-hooks/useClipboard";
5
+ import H from "../../components/ScreenReader.vue.js";
6
+ import V from "./ExampleResponse.vue.js";
7
+ import Q from "./ExampleResponseTab.vue.js";
8
+ import X from "./ExampleResponseTabList.vue.js";
12
9
  import Y from "../example-request/ExamplePicker.vue.js";
13
10
  const Z = {
14
11
  key: 1,
15
12
  class: "scalar-card-checkbox"
16
- }, $ = ["aria-controls"], z = { class: "scalar-card-container custom-scroll" }, ee = {
13
+ }, $ = ["aria-controls"], z = {
17
14
  key: 1,
18
15
  class: "response-description"
19
- }, de = /* @__PURE__ */ M({
16
+ }, ne = /* @__PURE__ */ N({
20
17
  __name: "ExampleResponses",
21
18
  props: {
22
19
  responses: {}
23
20
  },
24
- setup(w) {
25
- const n = N(), { copyToClipboard: V } = J(), p = E(), h = v(() => Object.keys(w.responses ?? {}).sort()), y = v(
26
- () => !!l.value.examples
27
- ), j = E(0), i = v(() => {
21
+ setup(g) {
22
+ const n = O(), { copyToClipboard: _ } = G(), p = E(), S = v(() => Object.keys(g.responses ?? {}).sort()), y = v(
23
+ () => !!s.value.examples
24
+ ), w = E(0), i = v(() => {
28
25
  var a;
29
- const e = h.value[j.value];
30
- return (a = w.responses) == null ? void 0 : a[e];
31
- }), l = v(() => {
26
+ const e = S.value[w.value];
27
+ return (a = g.responses) == null ? void 0 : a[e];
28
+ }), s = v(() => {
32
29
  var m;
33
- const e = U(
30
+ const e = W(
34
31
  (m = i.value) == null ? void 0 : m.content
35
- ), a = H(e ?? {});
32
+ ), a = q(e ?? {});
36
33
  return (
37
34
  // OpenAPI 3.x
38
35
  (e == null ? void 0 : e["application/json"]) ?? (e == null ? void 0 : e["application/xml"]) ?? (e == null ? void 0 : e["text/plain"]) ?? (e == null ? void 0 : e["text/html"]) ?? (e == null ? void 0 : e["*/*"]) ?? // Take the first key - in the future we may want to use the selected content type
39
36
  (e == null ? void 0 : e[a[0]]) ?? // Swagger 2.0
40
37
  i.value
41
38
  );
42
- }), _ = () => {
39
+ }), B = () => {
43
40
  if (!y.value)
44
- return l.value.example;
45
- if (Array.isArray(l.value.examples))
46
- return l.value.examples[0];
47
- const e = Object.keys(l.value.examples)[0];
48
- return l.value.examples[e];
41
+ return s.value.example;
42
+ if (Array.isArray(s.value.examples))
43
+ return s.value.examples[0];
44
+ const e = Object.keys(s.value.examples)[0], a = s.value.examples[e];
45
+ return (a == null ? void 0 : a.value) ?? a;
49
46
  }, b = v(() => ({
50
- ...l.value,
51
- example: y.value && p.value ? l.value.examples[p.value].value ?? l.value.examples[p.value] : _()
52
- })), B = (e) => {
53
- j.value = e, p.value = void 0;
54
- }, S = E(!1);
55
- return (e, a) => h.value.length ? (o(), r(s(W), {
47
+ ...s.value,
48
+ example: y.value && p.value ? s.value.examples[p.value].value ?? s.value.examples[p.value] : B()
49
+ })), M = (e) => {
50
+ w.value = e, p.value = void 0;
51
+ }, h = E(!1);
52
+ return (e, a) => S.value.length ? (o(), t(l(D), {
56
53
  key: 0,
57
54
  "aria-label": "Example Responses",
58
- role: "region"
55
+ role: "region",
56
+ class: "response-card"
59
57
  }, {
60
58
  default: u(() => {
61
59
  var m;
62
60
  return [
63
- f(s(q), {
64
- muted: "",
65
- x: "as",
66
- onChange: B
67
- }, {
61
+ k(X, { onChange: M }, {
68
62
  actions: u(() => {
69
- var t, d;
63
+ var r, d;
70
64
  return [
71
- (t = l.value) != null && t.example ? (o(), k("button", {
65
+ (r = s.value) != null && r.example ? (o(), f("button", {
72
66
  key: 0,
73
67
  class: "code-copy",
74
68
  type: "button",
75
69
  onClick: a[0] || (a[0] = () => {
76
70
  var c;
77
- return s(V)((c = l.value) == null ? void 0 : c.example);
71
+ return l(_)((c = s.value) == null ? void 0 : c.example);
78
72
  })
79
73
  }, [
80
- f(s(D), {
74
+ k(l(K), {
81
75
  icon: "Clipboard",
82
76
  width: "12px"
83
77
  })
84
78
  ])) : x("", !0),
85
- (d = l.value) != null && d.schema ? (o(), k("label", Z, [
79
+ (d = s.value) != null && d.schema ? (o(), f("label", Z, [
86
80
  a[4] || (a[4] = R(" Show Schema ")),
87
- I(g("input", {
88
- "onUpdate:modelValue": a[1] || (a[1] = (c) => S.value = c),
89
- "aria-controls": s(n),
81
+ I(T("input", {
82
+ "onUpdate:modelValue": a[1] || (a[1] = (c) => h.value = c),
83
+ "aria-controls": l(n),
90
84
  class: "scalar-card-checkbox-input",
91
85
  type: "checkbox"
92
86
  }, null, 8, $), [
93
- [A, S.value]
87
+ [A, h.value]
94
88
  ]),
95
- a[5] || (a[5] = g("span", { class: "scalar-card-checkbox-checkmark" }, null, -1))
89
+ a[5] || (a[5] = T("span", { class: "scalar-card-checkbox-checkmark" }, null, -1))
96
90
  ])) : x("", !0)
97
91
  ];
98
92
  }),
99
93
  default: u(() => [
100
- (o(!0), k(C, null, O(h.value, (t) => (o(), r(s(G), {
101
- key: t,
102
- "aria-controls": s(n)
94
+ (o(!0), f(j, null, C(S.value, (r) => (o(), t(Q, {
95
+ key: r,
96
+ "aria-controls": l(n)
103
97
  }, {
104
98
  default: u(() => [
105
- f(L, null, {
99
+ k(H, null, {
106
100
  default: u(() => a[3] || (a[3] = [
107
101
  R("Status:")
108
102
  ])),
109
- _: 1
103
+ _: 1,
104
+ __: [3]
110
105
  }),
111
- R(" " + F(t), 1)
106
+ R(" " + F(r), 1)
112
107
  ]),
113
108
  _: 2
114
109
  }, 1032, ["aria-controls"]))), 128))
115
110
  ]),
116
111
  _: 1
117
112
  }),
118
- g("div", z, [
119
- f(s(Q), { muted: "" }, {
120
- default: u(() => {
121
- var t;
122
- return [
123
- (t = l.value) != null && t.schema ? (o(), k(C, { key: 0 }, [
124
- S.value && b.value ? (o(), r(s(K), {
125
- key: 0,
126
- id: s(n),
127
- class: "-outline-offset-2",
128
- content: b.value,
129
- lang: "json"
130
- }, null, 8, ["id", "content"])) : (o(), r(T, {
131
- key: 1,
132
- id: s(n),
133
- response: b.value
134
- }, null, 8, ["id", "response"]))
135
- ], 64)) : (o(), r(T, {
113
+ k(l(L), { class: "grid flex-1" }, {
114
+ default: u(() => {
115
+ var r;
116
+ return [
117
+ (r = s.value) != null && r.schema ? (o(), f(j, { key: 0 }, [
118
+ h.value && b.value ? (o(), t(l(P), {
119
+ key: 0,
120
+ id: l(n),
121
+ class: "-outline-offset-2",
122
+ content: b.value,
123
+ lang: "json"
124
+ }, null, 8, ["id", "content"])) : (o(), t(V, {
136
125
  key: 1,
137
- id: s(n),
126
+ id: l(n),
138
127
  response: b.value
139
128
  }, null, 8, ["id", "response"]))
140
- ];
141
- }),
142
- _: 1
143
- })
144
- ]),
145
- (m = i.value) != null && m.description || y.value ? (o(), r(s(X), {
129
+ ], 64)) : (o(), t(V, {
130
+ key: 1,
131
+ id: l(n),
132
+ response: b.value
133
+ }, null, 8, ["id", "response"]))
134
+ ];
135
+ }),
136
+ _: 1
137
+ }),
138
+ (m = i.value) != null && m.description || y.value ? (o(), t(l(U), {
146
139
  key: 0,
147
- class: "response-card-footer",
148
- muted: ""
140
+ class: "response-card-footer"
149
141
  }, {
150
142
  default: u(() => {
151
- var t, d;
143
+ var r, d;
152
144
  return [
153
- y.value ? (o(), r(s(Y), {
145
+ y.value ? (o(), t(l(Y), {
154
146
  key: 0,
155
147
  class: "response-example-selector",
156
- examples: (t = l.value) == null ? void 0 : t.examples,
148
+ examples: (r = s.value) == null ? void 0 : r.examples,
157
149
  "onUpdate:modelValue": a[2] || (a[2] = (c) => p.value = c)
158
- }, null, 8, ["examples"])) : (d = i.value) != null && d.description ? (o(), k("div", ee, [
159
- f(s(P), {
150
+ }, null, 8, ["examples"])) : (d = i.value) != null && d.description ? (o(), f("div", z, [
151
+ k(l(J), {
160
152
  class: "markdown",
161
153
  value: i.value.description
162
154
  }, null, 8, ["value"])
@@ -172,5 +164,5 @@ const Z = {
172
164
  }
173
165
  });
174
166
  export {
175
- de as default
167
+ ne as default
176
168
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/TestRequestButton.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAS/E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC,CAAA;CAC3D,CAAC;;AAsGF,wBAMG"}
1
+ {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/TestRequestButton.vue"],"names":[],"mappings":"AAqFA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAS/E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC,CAAA;CAC3D,CAAC;;AAuGF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./TestRequestButton.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-958886da"]]);
4
+ const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-321199ae"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as d, computed as c, createElementBlock as i, openBlock as r, withModifiers as f, createVNode as a, createElementVNode as h, unref as k, withCtx as C, createTextVNode as s, toDisplayString as u, Fragment as y } from "vue";
2
- import { ScalarIcon as B } from "@scalar/components";
3
- import b from "../../components/ScreenReader.vue.js";
4
- import { useConfig as g } from "../../hooks/useConfig.js";
1
+ import { defineComponent as d, computed as c, createElementBlock as i, openBlock as r, withModifiers as f, createVNode as a, createElementVNode as h, unref as k, withCtx as C, createTextVNode as s, toDisplayString as u, Fragment as g } from "vue";
2
+ import { ScalarIconPlay as y } from "@scalar/icons";
3
+ import B from "../../components/ScreenReader.vue.js";
4
+ import { useConfig as b } from "../../hooks/useConfig.js";
5
5
  import { useApiClient as q } from "../api-client-modal/useApiClient.js";
6
6
  const v = ["method"], S = /* @__PURE__ */ d({
7
7
  __name: "TestRequestButton",
@@ -9,33 +9,33 @@ const v = ["method"], S = /* @__PURE__ */ d({
9
9
  operation: {}
10
10
  },
11
11
  setup(o) {
12
- const { client: t } = q(), p = g(), l = c(
13
- () => p.value.hideTestRequestButton !== !0
12
+ const { client: t } = q(), l = b(), p = c(
13
+ () => l.value.hideTestRequestButton !== !0
14
14
  ), m = () => {
15
15
  var e;
16
16
  o.operation && ((e = t == null ? void 0 : t.value) != null && e.open) && t.value.open({
17
17
  requestUid: o.operation.uid
18
18
  });
19
19
  };
20
- return (e, n) => e.operation && l.value ? (r(), i("button", {
20
+ return (e, n) => e.operation && p.value ? (r(), i("button", {
21
21
  key: 0,
22
22
  class: "show-api-client-button",
23
23
  method: e.operation.method,
24
24
  type: "button",
25
25
  onClick: f(m, ["stop"])
26
26
  }, [
27
- a(k(B), {
28
- icon: "Play",
29
- size: "sm"
27
+ a(k(y), {
28
+ class: "size-3",
29
+ weight: "fill"
30
30
  }),
31
31
  n[0] || (n[0] = h("span", null, "Test Request", -1)),
32
- a(b, null, {
32
+ a(B, null, {
33
33
  default: C(() => [
34
34
  s("(" + u(e.operation.method) + " " + u(e.operation.path) + ")", 1)
35
35
  ]),
36
36
  _: 1
37
37
  })
38
- ], 8, v)) : (r(), i(y, { key: 1 }, [
38
+ ], 8, v)) : (r(), i(g, { key: 1 }, [
39
39
  s(" ")
40
40
  ], 64));
41
41
  }
package/dist/index.d.ts CHANGED
@@ -4,7 +4,6 @@ export { SearchButton, SearchModal } from './features/Search';
4
4
  export { default as GettingStarted } from './components/GettingStarted.vue.js';
5
5
  export { createApiReference } from './standalone/lib/html-api.js';
6
6
  export { useSidebar, Sidebar } from './features/sidebar';
7
- export { Card, CardHeader, CardContent, CardFooter, CardTabHeader, CardTab } from './components/Card';
8
7
  export { parse } from './helpers/parse.js';
9
8
  export { createEmptySpecification } from './libs/openapi.js';
10
9
  export { useNavState } from './hooks/useNavState.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAExD,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAGrG,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAChE,YAAY,EACV,yBAAyB,EACzB,cAAc,GACf,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAChE,YAAY,EACV,yBAAyB,EACzB,cAAc,GACf,MAAM,SAAS,CAAA"}