@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,50 +1,33 @@
1
1
  import { type LoadingState, useLoaderState as useLoadButtonState } from './FlowLoader.vue';
2
2
  export type ButtonVariant = 'solid' | 'outlined' | 'clear' | 'text';
3
3
  export { useLoadButtonState };
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
- label: {
6
- type: import("vue").PropType<string>;
7
- required: true;
8
- };
9
- error: {
10
- type: import("vue").PropType<boolean>;
11
- };
12
- loaderState: {
13
- type: import("vue").PropType<LoadingState>;
14
- };
15
- variant: {
16
- type: import("vue").PropType<ButtonVariant>;
17
- };
18
- title: {
19
- type: import("vue").PropType<string>;
20
- };
21
- icon: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
- label: {
26
- type: import("vue").PropType<string>;
27
- required: true;
28
- };
29
- error: {
30
- type: import("vue").PropType<boolean>;
31
- };
32
- loaderState: {
33
- type: import("vue").PropType<LoadingState>;
34
- };
35
- variant: {
36
- type: import("vue").PropType<ButtonVariant>;
37
- };
38
- title: {
39
- type: import("vue").PropType<string>;
40
- };
41
- icon: {
42
- type: import("vue").PropType<boolean>;
43
- };
44
- }>>, {}, {}>, {
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
+ label: string;
6
+ error?: boolean | undefined;
7
+ loaderState?: LoadingState | undefined;
8
+ variant?: ButtonVariant | undefined;
9
+ title?: string | undefined;
10
+ icon?: boolean | undefined;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
+ label: string;
13
+ error?: boolean | undefined;
14
+ loaderState?: LoadingState | undefined;
15
+ variant?: ButtonVariant | undefined;
16
+ title?: string | undefined;
17
+ icon?: boolean | undefined;
18
+ }>>>, {}, {}>, {
45
19
  default?(_: {}): any;
46
20
  }>;
47
21
  export default _default;
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
+ };
48
31
  type __VLS_WithTemplateSlots<T, S> = T & {
49
32
  new (): {
50
33
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"FlowButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowButton.vue.ts"],"names":[],"mappings":"AAIA,OAAmB,EACjB,KAAK,YAAY,EACjB,cAAc,IAAI,kBAAkB,EACrC,MAAM,kBAAkB,CAAA;AAEzB,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyJC,GAAG;;AAxJjC,wBA8LI;AAGJ,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"FlowButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowButton.vue.ts"],"names":[],"mappings":"AAIA,OAAmB,EACjB,KAAK,YAAY,EACjB,cAAc,IAAI,kBAAkB,EACrC,MAAM,kBAAkB,CAAA;AAEzB,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,CAAA;AACnE,OAAO,EAAE,kBAAkB,EAAE,CAAA;;WAsKpB,MAAM;;;;;;;WAAN,MAAM;;;;;;;qBArBe,GAAG;;AAhJjC,wBAkLI;AACJ,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,33 +1,36 @@
1
1
  import { type ButtonVariant } from './FlowButton.vue';
2
2
  import { type Icon } from './Icon/icons';
3
- declare const _default: import("vue").DefineComponent<{
4
- label: {
5
- type: import("vue").PropType<string>;
6
- required: true;
7
- };
8
- variant: {
9
- type: import("vue").PropType<ButtonVariant>;
10
- default: string;
11
- };
12
- icon: {
13
- type: import("vue").PropType<Icon>;
14
- required: true;
15
- };
16
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
- label: {
18
- type: import("vue").PropType<string>;
19
- required: true;
20
- };
21
- variant: {
22
- type: import("vue").PropType<ButtonVariant>;
23
- default: string;
24
- };
25
- icon: {
26
- type: import("vue").PropType<Icon>;
27
- required: true;
28
- };
29
- }>>, {
3
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ label: string;
5
+ icon: Icon;
6
+ variant?: ButtonVariant | undefined;
7
+ }>, {
8
+ variant: string;
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
+ label: string;
11
+ icon: Icon;
12
+ variant?: ButtonVariant | undefined;
13
+ }>, {
14
+ variant: string;
15
+ }>>>, {
30
16
  variant: ButtonVariant;
31
17
  }, {}>;
32
18
  export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
33
36
  //# sourceMappingURL=FlowIconButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowIconButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowIconButton.vue.ts"],"names":[],"mappings":"AAEA,OAAmB,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEjE,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,cAAc,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA4F1B,aAAa;;AAL3B,wBAYG"}
1
+ {"version":3,"file":"FlowIconButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowIconButton.vue.ts"],"names":[],"mappings":"AAEA,OAAmB,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEjE,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,cAAc,CAAA;;WAuF7B,MAAM;UACP,IAAI;;;;;WADH,MAAM;UACP,IAAI;;;;;aACA,aAAa;;AAJ3B,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"}
@@ -18,24 +18,35 @@ export declare function useLoaderState(): {
18
18
  isInvalid: (time?: number) => Promise<unknown>;
19
19
  clear: (time?: number) => Promise<unknown>;
20
20
  };
21
- declare const _default: import("vue").DefineComponent<{
22
- loaderState: {
23
- type: import("vue").PropType<LoadingState>;
24
- };
25
- size: {
26
- type: import("vue").PropType<string>;
27
- default: string;
28
- };
29
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
- loaderState: {
31
- type: import("vue").PropType<LoadingState>;
32
- };
33
- size: {
34
- type: import("vue").PropType<string>;
35
- default: string;
36
- };
37
- }>>, {
21
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
+ loaderState?: LoadingState | undefined;
23
+ size?: string | undefined;
24
+ }>, {
25
+ size: string;
26
+ }>, {}, 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<{
27
+ loaderState?: LoadingState | undefined;
28
+ size?: string | undefined;
29
+ }>, {
30
+ size: string;
31
+ }>>>, {
38
32
  size: string;
39
33
  }, {}>;
40
34
  export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
41
52
  //# sourceMappingURL=FlowLoader.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowLoader.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowLoader.vue.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;CACnB,CAAA;AACD;;;;GAIG;AACH,wBAAgB,cAAc;;;;;;;;;EAuC7B;;;;;;;;;;;;;;;;;;UAoMU,MAAM;;AAnMjB,wBA2MI"}
1
+ {"version":3,"file":"FlowLoader.vue.d.ts","sourceRoot":"","sources":["../../src/components/FlowLoader.vue.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;IAChB,SAAS,EAAE,OAAO,CAAA;CACnB,CAAA;AACD;;;;GAIG;AACH,wBAAgB,cAAc;;;;;;;;;EAuC7B;;;;;;;;;;;;UAqLU,MAAM;;AApLjB,wBA2LI;AACJ,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,17 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- href: {
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
- href: {
8
- type: import("vue").PropType<string>;
9
- required: true;
10
- };
11
- }>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ href: 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
+ href: string;
5
+ }>>>, {}, {}>, {
12
6
  default?(_: {}): any;
13
7
  }>;
14
8
  export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
15
18
  type __VLS_WithTemplateSlots<T, S> = T & {
16
19
  new (): {
17
20
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAuEA,wBAAwG;AAKxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue.ts"],"names":[],"mappings":";;;;;;;AAiEA,wBAAwG;AAGxG,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,14 +1,17 @@
1
1
  import { type Icon } from './icons/';
2
- declare const _default: import("vue").DefineComponent<{
3
- icon: {
4
- type: import("vue").PropType<Icon>;
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
- icon: {
9
- type: import("vue").PropType<Icon>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ icon: Icon;
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
+ icon: Icon;
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=FlowIcon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlowIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/FlowIcon.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAW,MAAM,UAAU,CAAA;;;;;;;;;;;;AAgE7C,wBAUG"}
1
+ {"version":3,"file":"FlowIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/FlowIcon.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAW,MAAM,UAAU,CAAA;;UAgErC,IAAI;;UAAJ,IAAI;;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,19 +1,18 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- src: {
3
- type: import("vue").PropType<string>;
4
- required: true;
5
- };
6
- title: {
7
- type: import("vue").PropType<string>;
8
- };
9
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
- src: {
11
- type: import("vue").PropType<string>;
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ src: string;
3
+ title?: string | 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
+ src: string;
6
+ title?: string | undefined;
7
+ }>>>, {}, {}>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
12
15
  required: true;
13
16
  };
14
- title: {
15
- type: import("vue").PropType<string>;
16
- };
17
- }>>, {}, {}>;
18
- export default _default;
17
+ };
19
18
  //# sourceMappingURL=Icon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAqFA,wBAWG"}
1
+ {"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.vue.ts"],"names":[],"mappings":";SAoFO,MAAM;;;SAAN,MAAM;;;AAFb,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,25 +1,26 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- id: {
3
- type: import("vue").PropType<string>;
4
- };
5
- is: {
6
- type: import("vue").PropType<string>;
7
- };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ id?: string | undefined;
3
+ is?: string | undefined;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
5
  intersecting: () => void;
10
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- id: {
12
- type: import("vue").PropType<string>;
13
- };
14
- is: {
15
- type: import("vue").PropType<string>;
16
- };
17
- }>> & {
6
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ id?: string | undefined;
8
+ is?: string | undefined;
9
+ }>>> & {
18
10
  onIntersecting?: (() => any) | undefined;
19
11
  }, {}, {}>, {
20
12
  default?(_: {}): any;
21
13
  }>;
22
14
  export default _default;
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToRuntimeProps<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: import('vue').PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
23
24
  type __VLS_WithTemplateSlots<T, S> = T & {
24
25
  new (): {
25
26
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"IntersectionObserver.vue.d.ts","sourceRoot":"","sources":["../../src/components/IntersectionObserver.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAoHA,wBAAwG;AAKxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"IntersectionObserver.vue.d.ts","sourceRoot":"","sources":["../../src/components/IntersectionObserver.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAgHA,wBAAwG;AAGxG,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,15 +1,30 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- lines: {
3
- type: import("vue").PropType<number>;
4
- default: number;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- lines: {
8
- type: import("vue").PropType<number>;
9
- default: number;
10
- };
11
- }>>, {
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ lines?: number | undefined;
3
+ }>, {
4
+ lines: number;
5
+ }>, {}, 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<{
6
+ lines?: number | undefined;
7
+ }>, {
8
+ lines: number;
9
+ }>>>, {
12
10
  lines: number;
13
11
  }, {}>;
14
12
  export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
15
30
  //# sourceMappingURL=LoadingSkeleton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoadingSkeleton.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoadingSkeleton.vue.ts"],"names":[],"mappings":";;;;;;;;;;;WAoEoE,MAAM;;AAF1E,wBAQG"}
1
+ {"version":3,"file":"LoadingSkeleton.vue.d.ts","sourceRoot":"","sources":["../../src/components/LoadingSkeleton.vue.ts"],"names":[],"mappings":";;;;;;;;;WAgEwE,MAAM;;AAD9E,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;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,15 +1,20 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- open: {
3
- type: import("vue").PropType<boolean>;
4
- };
5
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ open?: boolean | undefined;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
4
  "update:open": (open: boolean) => void;
7
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- open: {
9
- type: import("vue").PropType<boolean>;
10
- };
11
- }>> & {
5
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ open?: boolean | undefined;
7
+ }>>> & {
12
8
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
13
9
  }, {}, {}>;
14
10
  export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import('vue').PropType<T[K]>;
17
+ required: true;
18
+ };
19
+ };
15
20
  //# sourceMappingURL=MobileHeader.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MobileHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/MobileHeader.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAuHA,wBAWG"}
1
+ {"version":3,"file":"MobileHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/MobileHeader.vue.ts"],"names":[],"mappings":";;;;;;;;;AAiHA,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,24 +1,33 @@
1
1
  import { type Spec } from 'src/types';
2
- declare const _default: import("vue").DefineComponent<{
3
- spec: {
4
- type: import("vue").PropType<Spec>;
5
- required: true;
6
- };
7
- searchHotKey: {
8
- type: import("vue").PropType<string>;
9
- default: string;
10
- };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
- spec: {
13
- type: import("vue").PropType<Spec>;
14
- required: true;
15
- };
16
- searchHotKey: {
17
- type: import("vue").PropType<string>;
18
- default: string;
19
- };
20
- }>>, {
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ spec: Spec;
4
+ searchHotKey?: string | undefined;
5
+ }>, {
6
+ searchHotKey: string;
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
+ spec: Spec;
9
+ searchHotKey?: string | undefined;
10
+ }>, {
11
+ searchHotKey: string;
12
+ }>>>, {
21
13
  searchHotKey: string;
22
14
  }, {}>;
23
15
  export default _default;
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
24
33
  //# sourceMappingURL=SearchButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchButton.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,WAAW,CAAA;;;;;;;;;;;;;;;;;;;;kBAoLlB,MAAM;;AAJzB,wBAWG"}
1
+ {"version":3,"file":"SearchButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchButton.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,WAAW,CAAA;;UAwK3B,IAAI;;;;;UAAJ,IAAI;;;;;kBACK,MAAM;;AAHzB,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;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,30 +1,20 @@
1
+ import { type ModalState } from '@scalar/use-modal';
1
2
  import type { Spec } from '../types';
2
- declare const _default: import("vue").DefineComponent<{
3
- parsedSpec: {
4
- type: import("vue").PropType<Spec>;
5
- required: true;
6
- };
7
- modalState: {
8
- type: import("vue").PropType<{
9
- open: boolean;
10
- show: () => void;
11
- hide: () => void;
12
- }>;
13
- required: true;
14
- };
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- parsedSpec: {
17
- type: import("vue").PropType<Spec>;
18
- required: true;
19
- };
20
- modalState: {
21
- type: import("vue").PropType<{
22
- open: boolean;
23
- show: () => void;
24
- hide: () => void;
25
- }>;
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ parsedSpec: Spec;
5
+ modalState: ModalState;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ parsedSpec: Spec;
8
+ modalState: ModalState;
9
+ }>>>, {}, {}>;
10
+ export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import('vue').PropType<T[K]>;
26
17
  required: true;
27
18
  };
28
- }>>, {}, {}>;
29
- export default _default;
19
+ };
30
20
  //# sourceMappingURL=SearchModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchModal.vue.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,IAAI,EAAwB,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0b1D,wBAQG"}
1
+ {"version":3,"file":"SearchModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchModal.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAa,KAAK,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAW9D,OAAO,KAAK,EAAE,IAAI,EAAwB,MAAM,UAAU,CAAA;;gBAuaD,IAAI;gBAAc,UAAU;;gBAA5B,IAAI;gBAAc,UAAU;;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,21 +1,22 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- id: {
3
- type: import("vue").PropType<string>;
4
- };
5
- label: {
6
- type: import("vue").PropType<string>;
7
- };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
- id: {
10
- type: import("vue").PropType<string>;
11
- };
12
- label: {
13
- type: import("vue").PropType<string>;
14
- };
15
- }>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ id?: string | undefined;
3
+ label?: string | 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
+ id?: string | undefined;
6
+ label?: string | undefined;
7
+ }>>>, {}, {}>, {
16
8
  default?(_: {}): any;
17
9
  }>;
18
10
  export default _default;
11
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
13
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
14
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ } : {
16
+ type: import('vue').PropType<T[K]>;
17
+ required: true;
18
+ };
19
+ };
19
20
  type __VLS_WithTemplateSlots<T, S> = T & {
20
21
  new (): {
21
22
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/Section.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAwGA,wBAAwG;AAKxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/Section.vue.ts"],"names":[],"mappings":";;;;;;;;;AAmGA,wBAAwG;AAGxG,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}