@scalar/api-reference 0.1.1 → 0.1.2
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.
- package/CHANGELOG.md +12 -0
- package/dist/components/FlowIconButton.vue.d.ts +8 -8
- package/dist/components/FlowLoader.vue.d.ts +4 -4
- package/dist/components/SidebarElement.vue.d.ts +2 -2
- package/dist/{index-ffa2c382.js → index-4b7dc641.js} +46742 -23159
- package/dist/index.js +98911 -6
- package/dist/style.css +1456 -3764
- package/package.json +7 -7
- package/dist/index-14a526d0.js +0 -61730
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7cd41bc: fix: point main entry to dist folder
|
|
8
|
+
- Updated dependencies [7cd41bc]
|
|
9
|
+
- @scalar/api-client@0.1.2
|
|
10
|
+
- @scalar/swagger-editor@0.1.2
|
|
11
|
+
- @scalar/use-clipboard@0.1.2
|
|
12
|
+
- @scalar/use-codemirror@0.1.2
|
|
13
|
+
- @scalar/use-tooltip@0.1.2
|
|
14
|
+
|
|
3
15
|
## 0.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -5,27 +5,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
type: import("vue").PropType<string>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
variant: {
|
|
9
|
-
type: import("vue").PropType<ButtonVariant>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
8
|
icon: {
|
|
13
9
|
type: import("vue").PropType<Icon>;
|
|
14
10
|
required: true;
|
|
15
11
|
};
|
|
12
|
+
variant: {
|
|
13
|
+
type: import("vue").PropType<ButtonVariant>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
label: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
|
-
variant: {
|
|
22
|
-
type: import("vue").PropType<ButtonVariant>;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
21
|
icon: {
|
|
26
22
|
type: import("vue").PropType<Icon>;
|
|
27
23
|
required: true;
|
|
28
24
|
};
|
|
25
|
+
variant: {
|
|
26
|
+
type: import("vue").PropType<ButtonVariant>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
29
|
}>>, {
|
|
30
30
|
variant: ButtonVariant;
|
|
31
31
|
}, {}>;
|
|
@@ -19,21 +19,21 @@ export declare function useLoaderState(): {
|
|
|
19
19
|
clear: (time?: number) => Promise<unknown>;
|
|
20
20
|
};
|
|
21
21
|
declare const _default: import("vue").DefineComponent<{
|
|
22
|
+
loaderState: {
|
|
23
|
+
type: import("vue").PropType<LoadingState>;
|
|
24
|
+
};
|
|
22
25
|
size: {
|
|
23
26
|
type: import("vue").PropType<string>;
|
|
24
27
|
default: string;
|
|
25
28
|
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
30
|
loaderState: {
|
|
27
31
|
type: import("vue").PropType<LoadingState>;
|
|
28
32
|
};
|
|
29
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
33
|
size: {
|
|
31
34
|
type: import("vue").PropType<string>;
|
|
32
35
|
default: string;
|
|
33
36
|
};
|
|
34
|
-
loaderState: {
|
|
35
|
-
type: import("vue").PropType<LoadingState>;
|
|
36
|
-
};
|
|
37
37
|
}>>, {
|
|
38
38
|
size: string;
|
|
39
39
|
}, {}>;
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<{
|
|
4
4
|
uid: string;
|
|
5
5
|
title: string;
|
|
6
|
-
type: "
|
|
6
|
+
type: "Folder" | "Link" | "Page";
|
|
7
7
|
link?: string | undefined;
|
|
8
8
|
icon?: {
|
|
9
9
|
src: string;
|
|
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
28
|
type: import("vue").PropType<{
|
|
29
29
|
uid: string;
|
|
30
30
|
title: string;
|
|
31
|
-
type: "
|
|
31
|
+
type: "Folder" | "Link" | "Page";
|
|
32
32
|
link?: string | undefined;
|
|
33
33
|
icon?: {
|
|
34
34
|
src: string;
|