@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 +1 @@
1
- {"version":3,"file":"RequestExample.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-request-example-block/components/RequestExample.vue"],"names":[],"mappings":"AA2YA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAGrF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAEL,KAAK,WAAW,EACjB,MAAM,iDAAiD,CAAA;AAmBxD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAAE,CAAA;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC;;OAEG;IACH,cAAc,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IACzC;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;OAEG;IACH,eAAe,CAAC,EAAE,oBAAoB,EAAE,CAAA;IACxC;;OAEG;IACH,MAAM,EAAE,cAAc,CAAA;IACtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,MAAM,CAAA;IAC5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B,CAAA;AAED;;;;;;;;GAQG;;YAoBO,MAAM,OAAO;YACb,MAAM,OAAO;;YADb,MAAM,OAAO;YACb,MAAM,OAAO;;AApBvB,wBA+ZC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestExample.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-request-example-block/components/RequestExample.vue"],"names":[],"mappings":"AAqYA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAGrF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,EAEL,KAAK,WAAW,EACjB,MAAM,iDAAiD,CAAA;AAkBxD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAAE,CAAA;IAC3C;;;;OAIG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC;;OAEG;IACH,cAAc,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IACzC;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;OAEG;IACH,eAAe,CAAC,EAAE,oBAAoB,EAAE,CAAA;IACxC;;OAEG;IACH,MAAM,EAAE,cAAc,CAAA;IACtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,MAAM,CAAA;IAC5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B,CAAA;AAED;;;;;;;;GAQG;;YAoBO,MAAM,OAAO;YACb,MAAM,OAAO;;YADb,MAAM,OAAO;YACb,MAAM,OAAO;;AApBvB,wBAkaC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.32.7",
23
+ "version": "1.32.9",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -43,42 +43,42 @@
43
43
  },
44
44
  "module": "./dist/index.js",
45
45
  "dependencies": {
46
- "@floating-ui/vue": "^1.0.2",
47
- "@headlessui/vue": "^1.7.20",
48
- "@unhead/vue": "^1.11.11",
46
+ "@floating-ui/vue": "^1.1.7",
47
+ "@headlessui/vue": "^1.7.23",
48
+ "@unhead/vue": "^1.11.20",
49
49
  "@vueuse/core": "^10.10.0",
50
- "flatted": "^3.3.1",
51
- "fuse.js": "^7.0.0",
50
+ "flatted": "^3.3.3",
51
+ "fuse.js": "^7.1.0",
52
52
  "github-slugger": "^2.0.0",
53
- "microdiff": "^1.4.0",
53
+ "microdiff": "^1.5.0",
54
54
  "nanoid": "5.1.5",
55
- "vue": "^3.5.12",
55
+ "vue": "^3.5.17",
56
56
  "zod": "3.24.1",
57
- "@scalar/api-client": "2.5.17",
58
- "@scalar/code-highlight": "0.1.7",
57
+ "@scalar/code-highlight": "0.1.8",
58
+ "@scalar/api-client": "2.5.18",
59
59
  "@scalar/helpers": "0.0.6",
60
- "@scalar/components": "0.14.18",
61
- "@scalar/oas-utils": "0.4.13",
62
- "@scalar/object-utils": "1.2.2",
60
+ "@scalar/components": "0.14.19",
63
61
  "@scalar/icons": "0.4.6",
64
62
  "@scalar/openapi-parser": "0.18.1",
65
- "@scalar/openapi-types": "0.3.5",
66
- "@scalar/snippetz": "0.4.1",
67
- "@scalar/themes": "0.13.9",
68
- "@scalar/types": "0.2.8",
63
+ "@scalar/object-utils": "1.2.2",
64
+ "@scalar/openapi-types": "0.3.6",
65
+ "@scalar/types": "0.2.9",
66
+ "@scalar/oas-utils": "0.4.14",
67
+ "@scalar/themes": "0.13.10",
69
68
  "@scalar/use-hooks": "0.2.4",
69
+ "@scalar/snippetz": "0.4.2",
70
70
  "@scalar/use-toasts": "0.8.0",
71
- "@scalar/workspace-store": "0.10.0"
71
+ "@scalar/workspace-store": "0.10.1"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@tailwindcss/vite": "^4.1.7",
75
- "@types/react": "^19.0.1",
76
- "@types/react-dom": "^19.0.2",
75
+ "@types/react": "^19.1.8",
76
+ "@types/react-dom": "^19.1.6",
77
77
  "@vitejs/plugin-vue": "^5.0.4",
78
- "@vue/server-renderer": "^3.5.13",
78
+ "@vue/server-renderer": "^3.5.17",
79
79
  "@vue/test-utils": "^2.4.1",
80
- "react": "^19.0.0",
81
- "react-dom": "^19.0.0",
80
+ "react": "^19.1.0",
81
+ "react-dom": "^19.1.0",
82
82
  "rollup-plugin-webpack-stats": "^0.2.5",
83
83
  "tailwindcss": "^4.1.7",
84
84
  "vite": "5.4.19",
@@ -87,7 +87,7 @@
87
87
  "vitest": "^1.6.1",
88
88
  "@scalar/build-tooling": "0.2.4",
89
89
  "@scalar/react-renderer": "0.2.1",
90
- "@scalar/galaxy": "0.5.3"
90
+ "@scalar/galaxy": "0.5.4"
91
91
  },
92
92
  "scripts": {
93
93
  "build": "pnpm build:default && pnpm build:standalone && pnpm types:build && tsc-alias -p tsconfig.build.json",
@@ -1,18 +0,0 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: HTMLDivElement;
8
- };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
- export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
18
- //# sourceMappingURL=Card.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,13 +0,0 @@
1
- import { createElementBlock as r, openBlock as t, renderSlot as o } from "vue";
2
- /* empty css */
3
- import c from "../../_virtual/_plugin-vue_export-helper.js";
4
- const n = {}, s = { class: "scalar-card" };
5
- function a(e, d) {
6
- return t(), r("div", s, [
7
- o(e.$slots, "default", {}, void 0, !0)
8
- ]);
9
- }
10
- const i = /* @__PURE__ */ c(n, [["render", a], ["__scopeId", "data-v-b5be456e"]]);
11
- export {
12
- i as default
13
- };
@@ -1,19 +0,0 @@
1
- import type { CardContentProps } from './types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: HTMLDivElement;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
19
- //# sourceMappingURL=CardContent.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardContent.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA2DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +0,0 @@
1
- import o from "./CardContent.vue2.js";
2
- /* empty css */
3
- import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dd83e46e"]]);
5
- export {
6
- d as default
7
- };
@@ -1,27 +0,0 @@
1
- import { defineComponent as a, createElementBlock as r, openBlock as s, normalizeClass as o, renderSlot as t } from "vue";
2
- const d = /* @__PURE__ */ a({
3
- __name: "CardContent",
4
- props: {
5
- muted: { type: Boolean },
6
- contrast: { type: Boolean },
7
- frameless: { type: Boolean },
8
- transparent: { type: Boolean },
9
- borderless: { type: Boolean }
10
- },
11
- setup(n) {
12
- return (e, l) => (s(), r("div", {
13
- class: o(["scalar-card-content", {
14
- "scalar-card--muted": e.muted,
15
- "scalar-card--contrast": e.contrast,
16
- "scalar-card--frameless": e.frameless,
17
- "scalar-card--transparent": e.transparent,
18
- "scalar-card--borderless": e.borderless
19
- }])
20
- }, [
21
- t(e.$slots, "default", {}, void 0, !0)
22
- ], 2));
23
- }
24
- });
25
- export {
26
- d as default
27
- };
@@ -1,19 +0,0 @@
1
- import type { CardContentProps } from './types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: HTMLDivElement;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
- export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
19
- //# sourceMappingURL=CardFooter.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardFooter.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +0,0 @@
1
- import o from "./CardFooter.vue2.js";
2
- /* empty css */
3
- import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-7621d1be"]]);
5
- export {
6
- m as default
7
- };
@@ -1,24 +0,0 @@
1
- import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as l, renderSlot as d } from "vue";
2
- import c from "./CardContent.vue.js";
3
- const i = /* @__PURE__ */ r({
4
- __name: "CardFooter",
5
- props: {
6
- muted: { type: Boolean },
7
- contrast: { type: Boolean },
8
- frameless: { type: Boolean },
9
- transparent: { type: Boolean },
10
- borderless: { type: Boolean }
11
- },
12
- setup(e) {
13
- const o = e;
14
- return (t, m) => (n(), a(c, p(s(o)), {
15
- default: l(() => [
16
- d(t.$slots, "default", {}, void 0, !0)
17
- ]),
18
- _: 3
19
- }, 16));
20
- }
21
- });
22
- export {
23
- i as default
24
- };
@@ -1,20 +0,0 @@
1
- import type { CardContentProps } from './types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- actions?(_: {}): any;
7
- };
8
- refs: {};
9
- rootEl: HTMLDivElement;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
- export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
20
- //# sourceMappingURL=CardHeader.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WA+DT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +0,0 @@
1
- import o from "./CardHeader.vue2.js";
2
- /* empty css */
3
- import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-34675578"]]);
5
- export {
6
- m as default
7
- };
@@ -1,31 +0,0 @@
1
- import { defineComponent as s, createBlock as d, openBlock as c, mergeProps as l, withCtx as n, createElementVNode as e, renderSlot as r } from "vue";
2
- import p from "./CardContent.vue.js";
3
- const i = { class: "scalar-card-header-slots" }, h = { class: "scalar-card-header-slot scalar-card-header-title" }, m = { class: "scalar-card-header-slot scalar-card-header-actions" }, B = /* @__PURE__ */ s({
4
- __name: "CardHeader",
5
- props: {
6
- muted: { type: Boolean },
7
- contrast: { type: Boolean },
8
- frameless: { type: Boolean },
9
- transparent: { type: Boolean },
10
- borderless: { type: Boolean }
11
- },
12
- setup(t) {
13
- const o = t;
14
- return (a, _) => (c(), d(p, l(o, { class: "scalar-card-header" }), {
15
- default: n(() => [
16
- e("div", i, [
17
- e("div", h, [
18
- r(a.$slots, "default", {}, void 0, !0)
19
- ]),
20
- e("div", m, [
21
- r(a.$slots, "actions", {}, void 0, !0)
22
- ])
23
- ])
24
- ]),
25
- _: 3
26
- }, 16));
27
- }
28
- });
29
- export {
30
- B as default
31
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AAkFA,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +0,0 @@
1
- import a from "./CardTab.vue2.js";
2
- /* empty css */
3
- import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-faa0eb23"]]);
5
- export {
6
- m as default
7
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA+DA,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +0,0 @@
1
- import o from "./CardTabHeader.vue2.js";
2
- /* empty css */
3
- import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-e70e2978"]]);
5
- export {
6
- m as default
7
- };
@@ -1,7 +0,0 @@
1
- export { default as Card } from './Card.vue.js';
2
- export { default as CardHeader } from './CardHeader.vue.js';
3
- export { default as CardContent } from './CardContent.vue.js';
4
- export { default as CardFooter } from './CardFooter.vue.js';
5
- export { default as CardTabHeader } from './CardTabHeader.vue.js';
6
- export { default as CardTab } from './CardTab.vue.js';
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA"}
@@ -1,8 +0,0 @@
1
- export type CardContentProps = {
2
- muted?: boolean;
3
- contrast?: boolean;
4
- frameless?: boolean;
5
- transparent?: boolean;
6
- borderless?: boolean;
7
- };
8
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Card/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA"}