@moluoxixi/ajax-package 0.0.11-beta.1 → 0.0.11-beta.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/es/SystemErrorDialog.d.ts +1 -1
- package/es/index.d.ts +2 -2
- package/es/index.mjs +2 -2
- package/es/netseriver.d.ts +2 -2
- package/package.json +1 -1
|
@@ -108,9 +108,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
108
|
default: boolean;
|
|
109
109
|
};
|
|
110
110
|
}>> & Readonly<{
|
|
111
|
-
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
112
111
|
onClose?: (() => any) | undefined;
|
|
113
112
|
onConfirm?: ((data: any) => any) | undefined;
|
|
113
|
+
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
114
114
|
onReport?: (() => any) | undefined;
|
|
115
115
|
}>, {
|
|
116
116
|
title: string;
|
package/es/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as BaseApi } from './class';
|
|
2
|
-
import { default as VueAxiosPlugin, createHttpService, getHttpService } from './netseriver';
|
|
1
|
+
import { default as BaseApi } from './class.ts';
|
|
2
|
+
import { default as VueAxiosPlugin, createHttpService, getHttpService } from './netseriver.ts';
|
|
3
3
|
export { BaseApi, createHttpService, getHttpService, VueAxiosPlugin, };
|
|
4
4
|
export default getHttpService;
|
package/es/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document !== "undefined") {
|
|
5
|
-
if (!document.getElementById("
|
|
5
|
+
if (!document.getElementById("f6b35451-6d5f-439f-bff5-326b3922c210")) {
|
|
6
6
|
var elementStyle = document.createElement("style");
|
|
7
|
-
elementStyle.id = "
|
|
7
|
+
elementStyle.id = "f6b35451-6d5f-439f-bff5-326b3922c210";
|
|
8
8
|
elementStyle.appendChild(document.createTextNode("._root_11p33_1 .el-dialog__header {\n padding: 0 12px 12px;\n}\n\n._root_11p33_1 .el-dialog__body {\n border-top: 1px solid #e5e7eb;\n border-bottom: 1px solid #e5e7eb;\n padding: 0 12px;\n}\n\n._root_11p33_1 .el-dialog__footer {\n padding: 0 12px;\n}"));
|
|
9
9
|
document.head.appendChild(elementStyle);
|
|
10
10
|
}
|
package/es/netseriver.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BaseApiConfig, vueAxiosPluginType, vueHttpServiceType } from './_types/index';
|
|
2
|
-
import { default as BaseApi } from './class';
|
|
1
|
+
import { BaseApiConfig, vueAxiosPluginType, vueHttpServiceType } from './_types/index.ts';
|
|
2
|
+
import { default as BaseApi } from './class.ts';
|
|
3
3
|
declare global {
|
|
4
4
|
interface Window {
|
|
5
5
|
$http?: vueHttpServiceType;
|