@scalar/api-reference 1.2.2 → 1.2.4

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 (123) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +19 -1
  3. package/dist/browser/standalone.js +403 -151
  4. package/dist/components/Anchor/Anchor.vue.d.ts +14 -11
  5. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  6. package/dist/components/ApiClientModal.vue.d.ts +23 -36
  7. package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReference.vue.d.ts +11 -9
  9. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  10. package/dist/components/ApiReferenceBase.vue.d.ts +12 -11
  11. package/dist/components/ApiReferenceBase.vue.d.ts.map +1 -1
  12. package/dist/components/ApiReferenceLayout.vue.d.ts +145 -158
  13. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  14. package/dist/components/Card/Card.vue.d.ts.map +1 -1
  15. package/dist/components/Card/CardContent.vue.d.ts +42 -43
  16. package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
  17. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
  18. package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
  19. package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Authentication/Authentication.vue.d.ts +14 -9
  21. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Authentication/SecurityScheme.vue.d.ts +14 -9
  23. package/dist/components/Content/Authentication/SecurityScheme.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Authentication/SecuritySchemeSelector.vue.d.ts +15 -12
  25. package/dist/components/Content/Authentication/SecuritySchemeSelector.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Content.vue.d.ts +18 -27
  27. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  28. package/dist/components/Content/EndpointsOverview.vue.d.ts +13 -10
  29. package/dist/components/Content/EndpointsOverview.vue.d.ts.map +1 -1
  30. package/dist/components/Content/Introduction/ClientSelector.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Introduction/Description.vue.d.ts +14 -9
  32. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  33. package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts +13 -10
  34. package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Introduction/Introduction.vue.d.ts +19 -34
  36. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  37. package/dist/components/Content/Introduction/ServerItem.vue.d.ts +16 -15
  38. package/dist/components/Content/Introduction/ServerItem.vue.d.ts.map +1 -1
  39. package/dist/components/Content/Introduction/ServerList.vue.d.ts +13 -10
  40. package/dist/components/Content/Introduction/ServerList.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Introduction/ServerVariables.vue.d.ts +14 -9
  42. package/dist/components/Content/Introduction/ServerVariables.vue.d.ts.map +1 -1
  43. package/dist/components/Content/MarkdownRenderer.vue.d.ts +14 -9
  44. package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
  45. package/dist/components/Content/Models.vue.d.ts +14 -9
  46. package/dist/components/Content/Models.vue.d.ts.map +1 -1
  47. package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts +13 -10
  48. package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts.map +1 -1
  49. package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts +13 -10
  50. package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts.map +1 -1
  51. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue.d.ts +13 -10
  52. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  53. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/Headers.vue.d.ts +13 -10
  54. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/Headers.vue.d.ts.map +1 -1
  55. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/SelectExample.vue.d.ts +13 -10
  56. package/dist/components/Content/ReferenceEndpoint/ExampleResponses/SelectExample.vue.d.ts.map +1 -1
  57. package/dist/components/Content/ReferenceEndpoint/ParameterItem.vue.d.ts +13 -10
  58. package/dist/components/Content/ReferenceEndpoint/ParameterItem.vue.d.ts.map +1 -1
  59. package/dist/components/Content/ReferenceEndpoint/Parameters.vue.d.ts +15 -16
  60. package/dist/components/Content/ReferenceEndpoint/Parameters.vue.d.ts.map +1 -1
  61. package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts +15 -18
  62. package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts.map +1 -1
  63. package/dist/components/Content/ReferenceEndpoint/RequestBody.vue.d.ts +14 -9
  64. package/dist/components/Content/ReferenceEndpoint/RequestBody.vue.d.ts.map +1 -1
  65. package/dist/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.d.ts +15 -18
  66. package/dist/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.d.ts.map +1 -1
  67. package/dist/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.d.ts +13 -10
  68. package/dist/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
  69. package/dist/components/Content/Schema.vue.d.ts +30 -23
  70. package/dist/components/Content/Schema.vue.d.ts.map +1 -1
  71. package/dist/components/Content/SchemaProperty.vue.d.ts +34 -31
  72. package/dist/components/Content/SchemaProperty.vue.d.ts.map +1 -1
  73. package/dist/components/Content/ShowMoreButton.vue.d.ts +13 -10
  74. package/dist/components/Content/ShowMoreButton.vue.d.ts.map +1 -1
  75. package/dist/components/Content/SpecDownload.vue.d.ts +13 -10
  76. package/dist/components/Content/SpecDownload.vue.d.ts.map +1 -1
  77. package/dist/components/Content/Spinner.vue.d.ts.map +1 -1
  78. package/dist/components/DarkModeToggle.vue.d.ts.map +1 -1
  79. package/dist/components/FlowButton.vue.d.ts +24 -41
  80. package/dist/components/FlowButton.vue.d.ts.map +1 -1
  81. package/dist/components/FlowIconButton.vue.d.ts +30 -27
  82. package/dist/components/FlowIconButton.vue.d.ts.map +1 -1
  83. package/dist/components/FlowLoader.vue.d.ts +28 -17
  84. package/dist/components/FlowLoader.vue.d.ts.map +1 -1
  85. package/dist/components/HelpfulLink.vue.d.ts +14 -11
  86. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  87. package/dist/components/Icon/FlowIcon.vue.d.ts +13 -10
  88. package/dist/components/Icon/FlowIcon.vue.d.ts.map +1 -1
  89. package/dist/components/Icon/Icon.vue.d.ts +15 -16
  90. package/dist/components/Icon/Icon.vue.d.ts.map +1 -1
  91. package/dist/components/IntersectionObserver.vue.d.ts +17 -16
  92. package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
  93. package/dist/components/LoadingSkeleton.vue.d.ts +26 -11
  94. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  95. package/dist/components/MobileHeader.vue.d.ts +15 -10
  96. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  97. package/dist/components/SearchButton.vue.d.ts +28 -19
  98. package/dist/components/SearchButton.vue.d.ts.map +1 -1
  99. package/dist/components/SearchModal.vue.d.ts +16 -26
  100. package/dist/components/SearchModal.vue.d.ts.map +1 -1
  101. package/dist/components/Section/Section.vue.d.ts +16 -15
  102. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  103. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  104. package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
  105. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  106. package/dist/components/Section/SectionContent.vue.d.ts +26 -11
  107. package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
  108. package/dist/components/Section/SectionHeader.vue.d.ts +34 -27
  109. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  110. package/dist/components/Sidebar.vue.d.ts +14 -11
  111. package/dist/components/Sidebar.vue.d.ts.map +1 -1
  112. package/dist/components/SidebarElement.vue.d.ts +37 -46
  113. package/dist/components/SidebarElement.vue.d.ts.map +1 -1
  114. package/dist/components/SidebarGroup.vue.d.ts +14 -11
  115. package/dist/components/SidebarGroup.vue.d.ts.map +1 -1
  116. package/dist/components/SimpleTable/SimpleCell.vue.d.ts +34 -27
  117. package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -1
  118. package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +1 -1
  119. package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +1 -1
  120. package/dist/index.js +3498 -52581
  121. package/dist/types.d.ts +3 -0
  122. package/dist/types.d.ts.map +1 -1
  123. package/package.json +73 -83
@@ -1,14 +1,17 @@
1
1
  import type { TransformedOperation } from '../../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- operation: {
4
- type: import("vue").PropType<TransformedOperation>;
5
- required: true;
6
- };
7
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- operation: {
9
- type: import("vue").PropType<TransformedOperation>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ operation: TransformedOperation;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ operation: TransformedOperation;
6
+ }>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
10
14
  required: true;
11
15
  };
12
- }>>, {}, {}>;
13
- export default _default;
16
+ };
14
17
  //# sourceMappingURL=ExampleResponses.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExampleResponses.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;;;;;AAmnB7D,wBAQG"}
1
+ {"version":3,"file":"ExampleResponses.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;;eA0lBL,oBAAoB;;eAApB,oBAAoB;;AAD5E,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,14 +1,17 @@
1
1
  import type { ExampleResponseHeaders } from '../../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- headers: {
4
- type: import("vue").PropType<ExampleResponseHeaders>;
5
- required: true;
6
- };
7
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- headers: {
9
- type: import("vue").PropType<ExampleResponseHeaders>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ headers: ExampleResponseHeaders;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ headers: ExampleResponseHeaders;
6
+ }>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
10
14
  required: true;
11
15
  };
12
- }>>, {}, {}>;
13
- export default _default;
16
+ };
14
17
  //# sourceMappingURL=Headers.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Headers.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/Headers.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;;;;;AAuR/D,wBAUG"}
1
+ {"version":3,"file":"Headers.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/Headers.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAA;;aA+QpD,sBAAsB;;aAAtB,sBAAsB;;AAFjC,wBAQG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,13 +1,16 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- examples: {
3
- type: import("vue").PropType<Record<string, any>>;
4
- required: true;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- examples: {
8
- type: import("vue").PropType<Record<string, any>>;
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ examples: Record<string, any>;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ examples: Record<string, any>;
5
+ }>>>, {}, {}>;
6
+ export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
9
13
  required: true;
10
14
  };
11
- }>>, {}, {}>;
12
- export default _default;
15
+ };
13
16
  //# sourceMappingURL=SelectExample.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectExample.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/SelectExample.vue.ts"],"names":[],"mappings":";;;;;;;;;;;AA8OA,wBAQG"}
1
+ {"version":3,"file":"SelectExample.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/ReferenceEndpoint/ExampleResponses/SelectExample.vue.ts"],"names":[],"mappings":";cAmOuD,OAAO,MAAM,EAAE,GAAG,CAAC;;cAAnB,OAAO,MAAM,EAAE,GAAG,CAAC;;AAD1E,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,14 +1,17 @@
1
1
  import type { Parameters } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- parameter: {
4
- type: import("vue").PropType<Parameters>;
5
- required: true;
6
- };
7
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- parameter: {
9
- type: import("vue").PropType<Parameters>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ parameter: Parameters;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ parameter: Parameters;
6
+ }>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
10
14
  required: true;
11
15
  };
12
- }>>, {}, {}>;
13
- export default _default;
16
+ };
14
17
  //# sourceMappingURL=ParameterItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/ParameterItem.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;AAoHhD,wBAQG"}
1
+ {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/ParameterItem.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;;eA2GQ,UAAU;;eAAV,UAAU;;AADlE,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,20 +1,19 @@
1
1
  import type { Parameters } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- parameters: {
4
- type: import("vue").PropType<Parameters[]>;
5
- };
6
- title: {
7
- type: import("vue").PropType<string>;
8
- required: true;
9
- };
10
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- parameters: {
12
- type: import("vue").PropType<Parameters[]>;
13
- };
14
- title: {
15
- type: import("vue").PropType<string>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ parameters?: Parameters[] | undefined;
4
+ title: string;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ parameters?: Parameters[] | undefined;
7
+ title: string;
8
+ }>>>, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: import('vue').PropType<T[K]>;
16
16
  required: true;
17
17
  };
18
- }>>, {}, {}>;
19
- export default _default;
18
+ };
20
19
  //# sourceMappingURL=Parameters.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/Parameters.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;AAiHhD,wBAQG"}
1
+ {"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/Parameters.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;;;WAwG+B,MAAM;;;WAAN,MAAM;;AADrF,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,22 +1,19 @@
1
1
  import type { Tag, TransformedOperation } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- operation: {
4
- type: import("vue").PropType<TransformedOperation>;
5
- required: true;
6
- };
7
- tag: {
8
- type: import("vue").PropType<Tag>;
9
- required: true;
10
- };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
- operation: {
13
- type: import("vue").PropType<TransformedOperation>;
14
- required: true;
15
- };
16
- tag: {
17
- type: import("vue").PropType<Tag>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ operation: TransformedOperation;
4
+ tag: Tag;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ operation: TransformedOperation;
7
+ tag: Tag;
8
+ }>>>, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: import('vue').PropType<T[K]>;
18
16
  required: true;
19
17
  };
20
- }>>, {}, {}>;
21
- export default _default;
18
+ };
22
19
  //# sourceMappingURL=ReferenceEndpoint.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReferenceEndpoint.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;AA+N/D,wBAWG"}
1
+ {"version":3,"file":"ReferenceEndpoint.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;;eA6NlD,oBAAoB;SAC1B,GAAG;;eADG,oBAAoB;SAC1B,GAAG;;AAHV,wBASG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,12 +1,17 @@
1
1
  import type { RequestBody } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- requestBody: {
4
- type: import("vue").PropType<RequestBody>;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- requestBody: {
8
- type: import("vue").PropType<RequestBody>;
9
- };
10
- }>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ requestBody?: RequestBody | undefined;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ requestBody?: RequestBody | undefined;
6
+ }>>>, {}, {}>;
11
7
  export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
12
17
  //# sourceMappingURL=RequestBody.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBody.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;AA4HjD,wBAQG"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBody.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;;;;;;AAkHjD,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,22 +1,19 @@
1
1
  import type { ContentProperties } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- contentProperties: {
4
- type: import("vue").PropType<ContentProperties>;
5
- required: true;
6
- };
7
- required: {
8
- type: import("vue").PropType<string[]>;
9
- required: true;
10
- };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
- contentProperties: {
13
- type: import("vue").PropType<ContentProperties>;
14
- required: true;
15
- };
16
- required: {
17
- type: import("vue").PropType<string[]>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ contentProperties: ContentProperties;
4
+ required: string[];
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ contentProperties: ContentProperties;
7
+ required: string[];
8
+ }>>>, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: import('vue').PropType<T[K]>;
18
16
  required: true;
19
17
  };
20
- }>>, {}, {}>;
21
- export default _default;
18
+ };
22
19
  //# sourceMappingURL=RequestBodyProperties.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBodyProperties.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;AA8MvD,wBAQG"}
1
+ {"version":3,"file":"RequestBodyProperties.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;uBA0LS,iBAAiB;cAAY,MAAM,EAAE;;uBAArC,iBAAiB;cAAY,MAAM,EAAE;;AADrG,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,14 +1,17 @@
1
1
  import type { ContentProperties } from '../../../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- contentProperties: {
4
- type: import("vue").PropType<ContentProperties>;
5
- required: true;
6
- };
7
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- contentProperties: {
9
- type: import("vue").PropType<ContentProperties>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ contentProperties: ContentProperties;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ contentProperties: ContentProperties;
6
+ }>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
10
14
  required: true;
11
15
  };
12
- }>>, {}, {}>;
13
- export default _default;
16
+ };
14
17
  //# sourceMappingURL=RequestBodyPropertiesChild.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBodyPropertiesChild.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;AA+KvD,wBAQG"}
1
+ {"version":3,"file":"RequestBodyPropertiesChild.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyPropertiesChild.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;uBAyJS,iBAAiB;;uBAAjB,iBAAiB;;AADjF,wBAMG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,27 +1,34 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- name: {
3
- type: import("vue").PropType<string>;
4
- };
5
- value: {
6
- type: import("vue").PropType<Record<string, any>>;
7
- };
8
- level: {
9
- type: import("vue").PropType<number>;
10
- default: number;
11
- };
12
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
- name: {
14
- type: import("vue").PropType<string>;
15
- };
16
- value: {
17
- type: import("vue").PropType<Record<string, any>>;
18
- };
19
- level: {
20
- type: import("vue").PropType<number>;
21
- default: number;
22
- };
23
- }>>, {
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ value?: Record<string, any> | undefined;
3
+ level?: number | undefined;
4
+ name?: string | undefined;
5
+ }>, {
6
+ level: number;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ value?: Record<string, any> | undefined;
9
+ level?: number | undefined;
10
+ name?: string | undefined;
11
+ }>, {
12
+ level: number;
13
+ }>>>, {
24
14
  level: number;
25
15
  }, {}>;
26
16
  export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
27
34
  //# sourceMappingURL=Schema.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Schema.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;WAsMY,MAAM;;AAJlB,wBAYG"}
1
+ {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Schema.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;WAyLY,MAAM;;AAHlB,wBAUG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,36 +1,39 @@
1
- declare const _default_1: import("vue").DefineComponent<{
2
- name: {
3
- type: import("vue").PropType<string>;
4
- };
5
- value: {
6
- type: import("vue").PropType<Record<string, any>>;
7
- };
8
- required: {
9
- type: import("vue").PropType<boolean>;
10
- default: boolean;
11
- };
12
- level: {
13
- type: import("vue").PropType<number>;
14
- default: number;
15
- };
16
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
- name: {
18
- type: import("vue").PropType<string>;
19
- };
20
- value: {
21
- type: import("vue").PropType<Record<string, any>>;
22
- };
23
- required: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- level: {
28
- type: import("vue").PropType<number>;
29
- default: number;
30
- };
31
- }>>, {
1
+ declare const _default_1: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ value?: Record<string, any> | undefined;
3
+ level?: number | undefined;
4
+ name?: string | undefined;
5
+ required?: boolean | undefined;
6
+ }>, {
7
+ level: number;
8
+ required: boolean;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ value?: Record<string, any> | undefined;
11
+ level?: number | undefined;
12
+ name?: string | undefined;
13
+ required?: boolean | undefined;
14
+ }>, {
15
+ level: number;
16
+ required: boolean;
17
+ }>>>, {
32
18
  required: boolean;
33
19
  level: number;
34
20
  }, {}>;
35
21
  export default _default_1;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
36
39
  //# sourceMappingURL=SchemaProperty.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/SchemaProperty.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyfe,OAAO;WAFV,MAAM;;AAJlB,0BAaG"}
1
+ {"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/SchemaProperty.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;cA8ce,OAAO;WAFV,MAAM;;AAHlB,0BAWG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,13 +1,16 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- id: {
3
- type: import("vue").PropType<string>;
4
- required: true;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- id: {
8
- type: import("vue").PropType<string>;
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ id: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ id: string;
5
+ }>>>, {}, {}>;
6
+ export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
9
13
  required: true;
10
14
  };
11
- }>>, {}, {}>;
12
- export default _default;
15
+ };
13
16
  //# sourceMappingURL=ShowMoreButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShowMoreButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/ShowMoreButton.vue.ts"],"names":[],"mappings":";;;;;;;;;;;AAyFA,wBAUG"}
1
+ {"version":3,"file":"ShowMoreButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/ShowMoreButton.vue.ts"],"names":[],"mappings":";QAuFM,MAAM;;QAAN,MAAM;;AAFZ,wBAQG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,13 +1,16 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- value: {
3
- type: import("vue").PropType<string>;
4
- required: true;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- value: {
8
- type: import("vue").PropType<string>;
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ value: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ value: string;
5
+ }>>>, {}, {}>;
6
+ export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
9
13
  required: true;
10
14
  };
11
- }>>, {}, {}>;
12
- export default _default;
15
+ };
13
16
  //# sourceMappingURL=SpecDownload.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SpecDownload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/SpecDownload.vue.ts"],"names":[],"mappings":";;;;;;;;;;;AAyJA,wBAUG"}
1
+ {"version":3,"file":"SpecDownload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/SpecDownload.vue.ts"],"names":[],"mappings":";WAmJS,MAAM;;WAAN,MAAM;;AAFf,wBAQG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Spinner.vue.ts"],"names":[],"mappings":";AA6GA,wBAKG"}
1
+ {"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Spinner.vue.ts"],"names":[],"mappings":";AAmGA,wBAKG"}
@@ -1 +1 @@
1
- {"version":3,"file":"DarkModeToggle.vue.d.ts","sourceRoot":"","sources":["../../src/components/DarkModeToggle.vue.ts"],"names":[],"mappings":";AA8IA,wBAKG"}
1
+ {"version":3,"file":"DarkModeToggle.vue.d.ts","sourceRoot":"","sources":["../../src/components/DarkModeToggle.vue.ts"],"names":[],"mappings":";AAmIA,wBAKG"}