@scalar/api-client 0.6.0 → 0.7.1
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/dist/components/ApiClient/AddressBar.vue.d.ts +0 -2
- package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/ApiClient.vue.d.ts +18 -5
- package/dist/components/ApiClient/ApiClient.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts +8 -0
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts +8 -8
- package/dist/helpers/sendRequest.d.ts.map +1 -1
- package/dist/index.js +450 -258
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +7 -4
- package/dist/components/FlowModal.vue.d.ts +0 -62
- package/dist/components/FlowModal.vue.d.ts.map +0 -1
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
proxyUrl: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
4
|
};
|
|
6
5
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
6
|
onSend: () => void;
|
|
8
7
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
8
|
proxyUrl: {
|
|
10
9
|
type: import("vue").PropType<string>;
|
|
11
|
-
required: true;
|
|
12
10
|
};
|
|
13
11
|
}>> & {
|
|
14
12
|
onOnSend?: (() => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAqbA,wBAAkD"}
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
import '@scalar/
|
|
2
|
-
import '@scalar/default-theme/theme.css';
|
|
1
|
+
import { type ThemeId } from '@scalar/themes';
|
|
3
2
|
declare const _default: import("vue").DefineComponent<{
|
|
4
3
|
proxyUrl: {
|
|
5
4
|
type: import("vue").PropType<string>;
|
|
6
|
-
|
|
5
|
+
};
|
|
6
|
+
readOnly: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
theme: {
|
|
11
|
+
type: import("vue").PropType<ThemeId>;
|
|
7
12
|
};
|
|
8
13
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
14
|
escapeKeyPress: () => void;
|
|
10
15
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
16
|
proxyUrl: {
|
|
12
17
|
type: import("vue").PropType<string>;
|
|
13
|
-
|
|
18
|
+
};
|
|
19
|
+
readOnly: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
theme: {
|
|
24
|
+
type: import("vue").PropType<ThemeId>;
|
|
14
25
|
};
|
|
15
26
|
}>> & {
|
|
16
27
|
onEscapeKeyPress?: (() => any) | undefined;
|
|
17
|
-
}, {
|
|
28
|
+
}, {
|
|
29
|
+
readOnly: boolean;
|
|
30
|
+
}, {}>;
|
|
18
31
|
export default _default;
|
|
19
32
|
//# sourceMappingURL=ApiClient.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClient.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/ApiClient.vue.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"ApiClient.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/ApiClient.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+V1D,wBAAkD"}
|
|
@@ -4,6 +4,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
required: true;
|
|
5
5
|
default: null;
|
|
6
6
|
};
|
|
7
|
+
headers: {
|
|
8
|
+
type: import("vue").PropType<Record<string, string>[]>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
7
11
|
active: {
|
|
8
12
|
type: import("vue").PropType<boolean>;
|
|
9
13
|
required: true;
|
|
@@ -15,6 +19,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
19
|
required: true;
|
|
16
20
|
default: null;
|
|
17
21
|
};
|
|
22
|
+
headers: {
|
|
23
|
+
type: import("vue").PropType<Record<string, string>[]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
18
26
|
active: {
|
|
19
27
|
type: import("vue").PropType<boolean>;
|
|
20
28
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKA,wBAAkD"}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
strong: {
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
2
|
href: {
|
|
7
3
|
type: import("vue").PropType<string | null>;
|
|
8
4
|
default: null;
|
|
9
5
|
};
|
|
10
|
-
|
|
6
|
+
strong: {
|
|
11
7
|
type: import("vue").PropType<boolean>;
|
|
12
8
|
default: boolean;
|
|
13
9
|
};
|
|
14
|
-
|
|
15
|
-
strong: {
|
|
10
|
+
wrap: {
|
|
16
11
|
type: import("vue").PropType<boolean>;
|
|
17
12
|
default: boolean;
|
|
18
13
|
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
15
|
href: {
|
|
20
16
|
type: import("vue").PropType<string | null>;
|
|
21
17
|
default: null;
|
|
22
18
|
};
|
|
19
|
+
strong: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
23
|
wrap: {
|
|
24
24
|
type: import("vue").PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
}>>, {
|
|
28
|
-
strong: boolean;
|
|
29
28
|
href: string | null;
|
|
29
|
+
strong: boolean;
|
|
30
30
|
wrap: boolean;
|
|
31
31
|
}, {}>, {
|
|
32
32
|
default?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAkB,aAAa,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAUhF;;GAEG;AACH,wBAAsB,WAAW,CAC/B,OAAO,EAAE,iBAAiB,EAC1B,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC,CAsF/B"}
|