@ecan-bi/datav 1.1.20 → 1.1.22
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/index.es.js +1 -2
- package/dist/index.umd.js +1 -2
- package/dist/style.css +2 -0
- package/es/common/echarts/composables/autoresize.js +1 -1
- package/es/hooks/useRequestData.js +1 -1
- package/es/index.js +5302 -5302
- package/es/setting/provider-config/ProviderConfig.vue2.js +1 -1
- package/es/utils/request.js +1 -1
- package/lib/common/echarts/composables/autoresize.js +3 -3
- package/lib/common/echarts/composables/autoresize.js.map +1 -1
- package/lib/hooks/useRequestData.js +5 -5
- package/lib/hooks/useRequestData.js.map +1 -1
- package/lib/index.js +5302 -5302
- package/lib/setting/provider-config/ProviderConfig.vue2.js +2 -2
- package/lib/setting/provider-config/ProviderConfig.vue2.js.map +1 -1
- package/lib/utils/request.js +2 -2
- package/lib/utils/request.js.map +1 -1
- package/package.json +4 -4
- package/es/_virtual/_commonjsHelpers.js +0 -7
- package/es/_virtual/_commonjsHelpers.js.map +0 -1
- package/es/_virtual/axios.js +0 -14
- package/es/_virtual/axios.js.map +0 -1
- package/es/_virtual/index.js +0 -14
- package/es/_virtual/index.js.map +0 -1
- package/es/node_modules/axios/index.js +0 -12
- package/es/node_modules/axios/index.js.map +0 -1
- package/es/node_modules/axios/lib/adapters/xhr.js +0 -166
- package/es/node_modules/axios/lib/adapters/xhr.js.map +0 -1
- package/es/node_modules/axios/lib/axios.js +0 -44
- package/es/node_modules/axios/lib/axios.js.map +0 -1
- package/es/node_modules/axios/lib/cancel/Cancel.js +0 -20
- package/es/node_modules/axios/lib/cancel/Cancel.js.map +0 -1
- package/es/node_modules/axios/lib/cancel/CancelToken.js +0 -88
- package/es/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
- package/es/node_modules/axios/lib/cancel/isCancel.js +0 -15
- package/es/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
- package/es/node_modules/axios/lib/core/Axios.js +0 -121
- package/es/node_modules/axios/lib/core/Axios.js.map +0 -1
- package/es/node_modules/axios/lib/core/InterceptorManager.js +0 -31
- package/es/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
- package/es/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/es/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
- package/es/node_modules/axios/lib/core/createError.js +0 -18
- package/es/node_modules/axios/lib/core/createError.js.map +0 -1
- package/es/node_modules/axios/lib/core/dispatchRequest.js +0 -67
- package/es/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
- package/es/node_modules/axios/lib/core/enhanceError.js +0 -33
- package/es/node_modules/axios/lib/core/enhanceError.js.map +0 -1
- package/es/node_modules/axios/lib/core/mergeConfig.js +0 -80
- package/es/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
- package/es/node_modules/axios/lib/core/settle.js +0 -28
- package/es/node_modules/axios/lib/core/settle.js.map +0 -1
- package/es/node_modules/axios/lib/core/transformData.js +0 -15
- package/es/node_modules/axios/lib/core/transformData.js.map +0 -1
- package/es/node_modules/axios/lib/defaults.js +0 -119
- package/es/node_modules/axios/lib/defaults.js.map +0 -1
- package/es/node_modules/axios/lib/env/data.js +0 -15
- package/es/node_modules/axios/lib/env/data.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/bind.js +0 -13
- package/es/node_modules/axios/lib/helpers/bind.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/buildURL.js +0 -49
- package/es/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/es/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/cookies.js +0 -52
- package/es/node_modules/axios/lib/helpers/cookies.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
- package/es/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/isAxiosError.js +0 -17
- package/es/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -46
- package/es/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -14
- package/es/node_modules/axios/lib/helpers/normalizeHeaderName.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/parseHeaders.js +0 -58
- package/es/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/spread.js +0 -17
- package/es/node_modules/axios/lib/helpers/spread.js.map +0 -1
- package/es/node_modules/axios/lib/helpers/validator.js +0 -59
- package/es/node_modules/axios/lib/helpers/validator.js.map +0 -1
- package/es/node_modules/axios/lib/utils.js +0 -151
- package/es/node_modules/axios/lib/utils.js.map +0 -1
- package/es/node_modules/resize-detector/esm/index.js +0 -259
- package/es/node_modules/resize-detector/esm/index.js.map +0 -1
- package/lib/_virtual/_commonjsHelpers.js +0 -7
- package/lib/_virtual/_commonjsHelpers.js.map +0 -1
- package/lib/_virtual/axios.js +0 -13
- package/lib/_virtual/axios.js.map +0 -1
- package/lib/_virtual/index.js +0 -13
- package/lib/_virtual/index.js.map +0 -1
- package/lib/node_modules/axios/index.js +0 -12
- package/lib/node_modules/axios/index.js.map +0 -1
- package/lib/node_modules/axios/lib/adapters/xhr.js +0 -166
- package/lib/node_modules/axios/lib/adapters/xhr.js.map +0 -1
- package/lib/node_modules/axios/lib/axios.js +0 -47
- package/lib/node_modules/axios/lib/axios.js.map +0 -1
- package/lib/node_modules/axios/lib/cancel/Cancel.js +0 -20
- package/lib/node_modules/axios/lib/cancel/Cancel.js.map +0 -1
- package/lib/node_modules/axios/lib/cancel/CancelToken.js +0 -88
- package/lib/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
- package/lib/node_modules/axios/lib/cancel/isCancel.js +0 -15
- package/lib/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
- package/lib/node_modules/axios/lib/core/Axios.js +0 -121
- package/lib/node_modules/axios/lib/core/Axios.js.map +0 -1
- package/lib/node_modules/axios/lib/core/InterceptorManager.js +0 -31
- package/lib/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
- package/lib/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/lib/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
- package/lib/node_modules/axios/lib/core/createError.js +0 -18
- package/lib/node_modules/axios/lib/core/createError.js.map +0 -1
- package/lib/node_modules/axios/lib/core/dispatchRequest.js +0 -67
- package/lib/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
- package/lib/node_modules/axios/lib/core/enhanceError.js +0 -33
- package/lib/node_modules/axios/lib/core/enhanceError.js.map +0 -1
- package/lib/node_modules/axios/lib/core/mergeConfig.js +0 -80
- package/lib/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
- package/lib/node_modules/axios/lib/core/settle.js +0 -28
- package/lib/node_modules/axios/lib/core/settle.js.map +0 -1
- package/lib/node_modules/axios/lib/core/transformData.js +0 -15
- package/lib/node_modules/axios/lib/core/transformData.js.map +0 -1
- package/lib/node_modules/axios/lib/defaults.js +0 -119
- package/lib/node_modules/axios/lib/defaults.js.map +0 -1
- package/lib/node_modules/axios/lib/env/data.js +0 -15
- package/lib/node_modules/axios/lib/env/data.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/bind.js +0 -13
- package/lib/node_modules/axios/lib/helpers/bind.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/buildURL.js +0 -49
- package/lib/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/lib/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/cookies.js +0 -52
- package/lib/node_modules/axios/lib/helpers/cookies.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
- package/lib/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/isAxiosError.js +0 -17
- package/lib/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -46
- package/lib/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -14
- package/lib/node_modules/axios/lib/helpers/normalizeHeaderName.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/parseHeaders.js +0 -58
- package/lib/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/spread.js +0 -17
- package/lib/node_modules/axios/lib/helpers/spread.js.map +0 -1
- package/lib/node_modules/axios/lib/helpers/validator.js +0 -59
- package/lib/node_modules/axios/lib/helpers/validator.js.map +0 -1
- package/lib/node_modules/axios/lib/utils.js +0 -151
- package/lib/node_modules/axios/lib/utils.js.map +0 -1
- package/lib/node_modules/resize-detector/esm/index.js +0 -259
- package/lib/node_modules/resize-detector/esm/index.js.map +0 -1
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("./utils.js");
|
|
4
|
-
const normalizeHeaderName = require("./helpers/normalizeHeaderName.js");
|
|
5
|
-
const enhanceError = require("./core/enhanceError.js");
|
|
6
|
-
const xhr = require("./adapters/xhr.js");
|
|
7
|
-
var defaults_1;
|
|
8
|
-
var hasRequiredDefaults;
|
|
9
|
-
function requireDefaults() {
|
|
10
|
-
if (hasRequiredDefaults)
|
|
11
|
-
return defaults_1;
|
|
12
|
-
hasRequiredDefaults = 1;
|
|
13
|
-
var utils$1 = utils.default;
|
|
14
|
-
var normalizeHeaderName$1 = normalizeHeaderName.default;
|
|
15
|
-
var enhanceError$1 = enhanceError.default;
|
|
16
|
-
var DEFAULT_CONTENT_TYPE = {
|
|
17
|
-
"Content-Type": "application/x-www-form-urlencoded"
|
|
18
|
-
};
|
|
19
|
-
function setContentTypeIfUnset(headers, value) {
|
|
20
|
-
if (!utils$1.isUndefined(headers) && utils$1.isUndefined(headers["Content-Type"])) {
|
|
21
|
-
headers["Content-Type"] = value;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
function getDefaultAdapter() {
|
|
25
|
-
var adapter;
|
|
26
|
-
if (typeof XMLHttpRequest !== "undefined") {
|
|
27
|
-
adapter = xhr.__require();
|
|
28
|
-
} else if (typeof process !== "undefined" && Object.prototype.toString.call(process) === "[object process]") {
|
|
29
|
-
adapter = xhr.__require();
|
|
30
|
-
}
|
|
31
|
-
return adapter;
|
|
32
|
-
}
|
|
33
|
-
function stringifySafely(rawValue, parser, encoder) {
|
|
34
|
-
if (utils$1.isString(rawValue)) {
|
|
35
|
-
try {
|
|
36
|
-
(parser || JSON.parse)(rawValue);
|
|
37
|
-
return utils$1.trim(rawValue);
|
|
38
|
-
} catch (e) {
|
|
39
|
-
if (e.name !== "SyntaxError") {
|
|
40
|
-
throw e;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
return (encoder || JSON.stringify)(rawValue);
|
|
45
|
-
}
|
|
46
|
-
var defaults = {
|
|
47
|
-
transitional: {
|
|
48
|
-
silentJSONParsing: true,
|
|
49
|
-
forcedJSONParsing: true,
|
|
50
|
-
clarifyTimeoutError: false
|
|
51
|
-
},
|
|
52
|
-
adapter: getDefaultAdapter(),
|
|
53
|
-
transformRequest: [function transformRequest(data, headers) {
|
|
54
|
-
normalizeHeaderName$1(headers, "Accept");
|
|
55
|
-
normalizeHeaderName$1(headers, "Content-Type");
|
|
56
|
-
if (utils$1.isFormData(data) || utils$1.isArrayBuffer(data) || utils$1.isBuffer(data) || utils$1.isStream(data) || utils$1.isFile(data) || utils$1.isBlob(data)) {
|
|
57
|
-
return data;
|
|
58
|
-
}
|
|
59
|
-
if (utils$1.isArrayBufferView(data)) {
|
|
60
|
-
return data.buffer;
|
|
61
|
-
}
|
|
62
|
-
if (utils$1.isURLSearchParams(data)) {
|
|
63
|
-
setContentTypeIfUnset(headers, "application/x-www-form-urlencoded;charset=utf-8");
|
|
64
|
-
return data.toString();
|
|
65
|
-
}
|
|
66
|
-
if (utils$1.isObject(data) || headers && headers["Content-Type"] === "application/json") {
|
|
67
|
-
setContentTypeIfUnset(headers, "application/json");
|
|
68
|
-
return stringifySafely(data);
|
|
69
|
-
}
|
|
70
|
-
return data;
|
|
71
|
-
}],
|
|
72
|
-
transformResponse: [function transformResponse(data) {
|
|
73
|
-
var transitional = this.transitional || defaults.transitional;
|
|
74
|
-
var silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
75
|
-
var forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
76
|
-
var strictJSONParsing = !silentJSONParsing && this.responseType === "json";
|
|
77
|
-
if (strictJSONParsing || forcedJSONParsing && utils$1.isString(data) && data.length) {
|
|
78
|
-
try {
|
|
79
|
-
return JSON.parse(data);
|
|
80
|
-
} catch (e) {
|
|
81
|
-
if (strictJSONParsing) {
|
|
82
|
-
if (e.name === "SyntaxError") {
|
|
83
|
-
throw enhanceError$1(e, this, "E_JSON_PARSE");
|
|
84
|
-
}
|
|
85
|
-
throw e;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
return data;
|
|
90
|
-
}],
|
|
91
|
-
/**
|
|
92
|
-
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
93
|
-
* timeout is not created.
|
|
94
|
-
*/
|
|
95
|
-
timeout: 0,
|
|
96
|
-
xsrfCookieName: "XSRF-TOKEN",
|
|
97
|
-
xsrfHeaderName: "X-XSRF-TOKEN",
|
|
98
|
-
maxContentLength: -1,
|
|
99
|
-
maxBodyLength: -1,
|
|
100
|
-
validateStatus: function validateStatus(status) {
|
|
101
|
-
return status >= 200 && status < 300;
|
|
102
|
-
},
|
|
103
|
-
headers: {
|
|
104
|
-
common: {
|
|
105
|
-
"Accept": "application/json, text/plain, */*"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
utils$1.forEach(["delete", "get", "head"], function forEachMethodNoData(method) {
|
|
110
|
-
defaults.headers[method] = {};
|
|
111
|
-
});
|
|
112
|
-
utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method) {
|
|
113
|
-
defaults.headers[method] = utils$1.merge(DEFAULT_CONTENT_TYPE);
|
|
114
|
-
});
|
|
115
|
-
defaults_1 = defaults;
|
|
116
|
-
return defaults_1;
|
|
117
|
-
}
|
|
118
|
-
exports.__require = requireDefaults;
|
|
119
|
-
//# sourceMappingURL=defaults.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sources":["../../../../node_modules/axios/lib/defaults.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\nvar enhanceError = require('./core/enhanceError');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nvar defaults = {\n\n transitional: {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n },\n\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Accept');\n normalizeHeaderName(headers, 'Content-Type');\n\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data) || (headers && headers['Content-Type'] === 'application/json')) {\n setContentTypeIfUnset(headers, 'application/json');\n return stringifySafely(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n var transitional = this.transitional || defaults.transitional;\n var silentJSONParsing = transitional && transitional.silentJSONParsing;\n var forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n var strictJSONParsing = !silentJSONParsing && this.responseType === 'json';\n\n if (strictJSONParsing || (forcedJSONParsing && utils.isString(data) && data.length)) {\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw enhanceError(e, this, 'E_JSON_PARSE');\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n"],"names":["utils","require$$0","normalizeHeaderName","require$$1","enhanceError","require$$2","require$$3","require$$4"],"mappings":"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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
var data;
|
|
4
|
-
var hasRequiredData;
|
|
5
|
-
function requireData() {
|
|
6
|
-
if (hasRequiredData)
|
|
7
|
-
return data;
|
|
8
|
-
hasRequiredData = 1;
|
|
9
|
-
data = {
|
|
10
|
-
"version": "0.25.0"
|
|
11
|
-
};
|
|
12
|
-
return data;
|
|
13
|
-
}
|
|
14
|
-
exports.__require = requireData;
|
|
15
|
-
//# sourceMappingURL=data.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.js","sources":["../../../../../node_modules/axios/lib/env/data.js"],"sourcesContent":["module.exports = {\n \"version\": \"0.25.0\"\n};"],"names":[],"mappings":";;;;;;;;AAAA,SAAiB;AAAA,IACf,WAAW;AAAA;;;;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
var bind = function bind2(fn, thisArg) {
|
|
4
|
-
return function wrap() {
|
|
5
|
-
var args = new Array(arguments.length);
|
|
6
|
-
for (var i = 0; i < args.length; i++) {
|
|
7
|
-
args[i] = arguments[i];
|
|
8
|
-
}
|
|
9
|
-
return fn.apply(thisArg, args);
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.default = bind;
|
|
13
|
-
//# sourceMappingURL=bind.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bind.js","sources":["../../../../../node_modules/axios/lib/helpers/bind.js"],"sourcesContent":["'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n"],"names":["bind"],"mappings":";;AAEA,IAAA,OAAiB,SAASA,MAAK,IAAI,SAAS;AAC1C,SAAO,SAAS,OAAO;AACrB,QAAI,OAAO,IAAI,MAAM,UAAU,MAAM;AACrC,aAAS,IAAI,GAAG,IAAI,KAAK,QAAQ,KAAK;AACpC,WAAK,CAAC,IAAI,UAAU,CAAC;AAAA,IACtB;AACD,WAAO,GAAG,MAAM,SAAS,IAAI;AAAA,EACjC;AACA;;"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const utils$1 = require("../utils.js");
|
|
4
|
-
var utils = utils$1.default;
|
|
5
|
-
function encode(val) {
|
|
6
|
-
return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
7
|
-
}
|
|
8
|
-
var buildURL = function buildURL2(url, params, paramsSerializer) {
|
|
9
|
-
if (!params) {
|
|
10
|
-
return url;
|
|
11
|
-
}
|
|
12
|
-
var serializedParams;
|
|
13
|
-
if (paramsSerializer) {
|
|
14
|
-
serializedParams = paramsSerializer(params);
|
|
15
|
-
} else if (utils.isURLSearchParams(params)) {
|
|
16
|
-
serializedParams = params.toString();
|
|
17
|
-
} else {
|
|
18
|
-
var parts = [];
|
|
19
|
-
utils.forEach(params, function serialize(val, key) {
|
|
20
|
-
if (val === null || typeof val === "undefined") {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
if (utils.isArray(val)) {
|
|
24
|
-
key = key + "[]";
|
|
25
|
-
} else {
|
|
26
|
-
val = [val];
|
|
27
|
-
}
|
|
28
|
-
utils.forEach(val, function parseValue(v) {
|
|
29
|
-
if (utils.isDate(v)) {
|
|
30
|
-
v = v.toISOString();
|
|
31
|
-
} else if (utils.isObject(v)) {
|
|
32
|
-
v = JSON.stringify(v);
|
|
33
|
-
}
|
|
34
|
-
parts.push(encode(key) + "=" + encode(v));
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
serializedParams = parts.join("&");
|
|
38
|
-
}
|
|
39
|
-
if (serializedParams) {
|
|
40
|
-
var hashmarkIndex = url.indexOf("#");
|
|
41
|
-
if (hashmarkIndex !== -1) {
|
|
42
|
-
url = url.slice(0, hashmarkIndex);
|
|
43
|
-
}
|
|
44
|
-
url += (url.indexOf("?") === -1 ? "?" : "&") + serializedParams;
|
|
45
|
-
}
|
|
46
|
-
return url;
|
|
47
|
-
};
|
|
48
|
-
exports.default = buildURL;
|
|
49
|
-
//# sourceMappingURL=buildURL.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"buildURL.js","sources":["../../../../../node_modules/axios/lib/helpers/buildURL.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n } else {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n var hashmarkIndex = url.indexOf('#');\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n"],"names":["require$$0","buildURL"],"mappings":";;;AAEA,IAAI,QAAQA,QAAAA;AAEZ,SAAS,OAAO,KAAK;AACnB,SAAO,mBAAmB,GAAG,EAC3B,QAAQ,SAAS,GAAG,EACpB,QAAQ,QAAQ,GAAG,EACnB,QAAQ,SAAS,GAAG,EACpB,QAAQ,QAAQ,GAAG,EACnB,QAAQ,SAAS,GAAG,EACpB,QAAQ,SAAS,GAAG;AACxB;IASA,WAAiB,SAASC,UAAS,KAAK,QAAQ,kBAAkB;AAEhE,MAAI,CAAC,QAAQ;AACX,WAAO;AAAA,EACR;AAED,MAAI;AACJ,MAAI,kBAAkB;AACpB,uBAAmB,iBAAiB,MAAM;AAAA,EAC3C,WAAU,MAAM,kBAAkB,MAAM,GAAG;AAC1C,uBAAmB,OAAO;EAC9B,OAAS;AACL,QAAI,QAAQ,CAAA;AAEZ,UAAM,QAAQ,QAAQ,SAAS,UAAU,KAAK,KAAK;AACjD,UAAI,QAAQ,QAAQ,OAAO,QAAQ,aAAa;AAC9C;AAAA,MACD;AAED,UAAI,MAAM,QAAQ,GAAG,GAAG;AACtB,cAAM,MAAM;AAAA,MACpB,OAAa;AACL,cAAM,CAAC,GAAG;AAAA,MACX;AAED,YAAM,QAAQ,KAAK,SAAS,WAAW,GAAG;AACxC,YAAI,MAAM,OAAO,CAAC,GAAG;AACnB,cAAI,EAAE;QACP,WAAU,MAAM,SAAS,CAAC,GAAG;AAC5B,cAAI,KAAK,UAAU,CAAC;AAAA,QACrB;AACD,cAAM,KAAK,OAAO,GAAG,IAAI,MAAM,OAAO,CAAC,CAAC;AAAA,MAChD,CAAO;AAAA,IACP,CAAK;AAED,uBAAmB,MAAM,KAAK,GAAG;AAAA,EAClC;AAED,MAAI,kBAAkB;AACpB,QAAI,gBAAgB,IAAI,QAAQ,GAAG;AACnC,QAAI,kBAAkB,IAAI;AACxB,YAAM,IAAI,MAAM,GAAG,aAAa;AAAA,IACjC;AAED,YAAQ,IAAI,QAAQ,GAAG,MAAM,KAAK,MAAM,OAAO;AAAA,EAChD;AAED,SAAO;AACT;;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
var combineURLs;
|
|
4
|
-
var hasRequiredCombineURLs;
|
|
5
|
-
function requireCombineURLs() {
|
|
6
|
-
if (hasRequiredCombineURLs)
|
|
7
|
-
return combineURLs;
|
|
8
|
-
hasRequiredCombineURLs = 1;
|
|
9
|
-
combineURLs = function combineURLs2(baseURL, relativeURL) {
|
|
10
|
-
return relativeURL ? baseURL.replace(/\/+$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
|
|
11
|
-
};
|
|
12
|
-
return combineURLs;
|
|
13
|
-
}
|
|
14
|
-
exports.__require = requireCombineURLs;
|
|
15
|
-
//# sourceMappingURL=combineURLs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combineURLs.js","sources":["../../../../../node_modules/axios/lib/helpers/combineURLs.js"],"sourcesContent":["'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n"],"names":["combineURLs"],"mappings":";;;;;;;;AASA,gBAAiB,SAASA,aAAY,SAAS,aAAa;AAC1D,WAAO,cACH,QAAQ,QAAQ,QAAQ,EAAE,IAAI,MAAM,YAAY,QAAQ,QAAQ,EAAE,IAClE;AAAA;;;;"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../utils.js");
|
|
4
|
-
var cookies;
|
|
5
|
-
var hasRequiredCookies;
|
|
6
|
-
function requireCookies() {
|
|
7
|
-
if (hasRequiredCookies)
|
|
8
|
-
return cookies;
|
|
9
|
-
hasRequiredCookies = 1;
|
|
10
|
-
var utils$1 = utils.default;
|
|
11
|
-
cookies = utils$1.isStandardBrowserEnv() ? function standardBrowserEnv() {
|
|
12
|
-
return {
|
|
13
|
-
write: function write(name, value, expires, path, domain, secure) {
|
|
14
|
-
var cookie = [];
|
|
15
|
-
cookie.push(name + "=" + encodeURIComponent(value));
|
|
16
|
-
if (utils$1.isNumber(expires)) {
|
|
17
|
-
cookie.push("expires=" + new Date(expires).toGMTString());
|
|
18
|
-
}
|
|
19
|
-
if (utils$1.isString(path)) {
|
|
20
|
-
cookie.push("path=" + path);
|
|
21
|
-
}
|
|
22
|
-
if (utils$1.isString(domain)) {
|
|
23
|
-
cookie.push("domain=" + domain);
|
|
24
|
-
}
|
|
25
|
-
if (secure === true) {
|
|
26
|
-
cookie.push("secure");
|
|
27
|
-
}
|
|
28
|
-
document.cookie = cookie.join("; ");
|
|
29
|
-
},
|
|
30
|
-
read: function read(name) {
|
|
31
|
-
var match = document.cookie.match(new RegExp("(^|;\\s*)(" + name + ")=([^;]*)"));
|
|
32
|
-
return match ? decodeURIComponent(match[3]) : null;
|
|
33
|
-
},
|
|
34
|
-
remove: function remove(name) {
|
|
35
|
-
this.write(name, "", Date.now() - 864e5);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
}() : function nonStandardBrowserEnv() {
|
|
39
|
-
return {
|
|
40
|
-
write: function write() {
|
|
41
|
-
},
|
|
42
|
-
read: function read() {
|
|
43
|
-
return null;
|
|
44
|
-
},
|
|
45
|
-
remove: function remove() {
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
}();
|
|
49
|
-
return cookies;
|
|
50
|
-
}
|
|
51
|
-
exports.__require = requireCookies;
|
|
52
|
-
//# sourceMappingURL=cookies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cookies.js","sources":["../../../../../node_modules/axios/lib/helpers/cookies.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n"],"names":["utils","require$$0"],"mappings":";;;;;;;;;AAEA,MAAIA,UAAQC,MAAAA;AAEE,YACZD,QAAM,qBAAsB,IAGzB,SAAS,qBAAqB;AAC7B,WAAO;AAAA,MACL,OAAO,SAAS,MAAM,MAAM,OAAO,SAAS,MAAM,QAAQ,QAAQ;AAChE,YAAI,SAAS,CAAA;AACb,eAAO,KAAK,OAAO,MAAM,mBAAmB,KAAK,CAAC;AAElD,YAAIA,QAAM,SAAS,OAAO,GAAG;AAC3B,iBAAO,KAAK,aAAa,IAAI,KAAK,OAAO,EAAE,YAAW,CAAE;AAAA,QACzD;AAED,YAAIA,QAAM,SAAS,IAAI,GAAG;AACxB,iBAAO,KAAK,UAAU,IAAI;AAAA,QAC3B;AAED,YAAIA,QAAM,SAAS,MAAM,GAAG;AAC1B,iBAAO,KAAK,YAAY,MAAM;AAAA,QAC/B;AAED,YAAI,WAAW,MAAM;AACnB,iBAAO,KAAK,QAAQ;AAAA,QACrB;AAED,iBAAS,SAAS,OAAO,KAAK,IAAI;AAAA,MACnC;AAAA,MAED,MAAM,SAAS,KAAK,MAAM;AACxB,YAAI,QAAQ,SAAS,OAAO,MAAM,IAAI,OAAO,eAAe,OAAO,WAAW,CAAC;AAC/E,eAAQ,QAAQ,mBAAmB,MAAM,CAAC,CAAC,IAAI;AAAA,MAChD;AAAA,MAED,QAAQ,SAAS,OAAO,MAAM;AAC5B,aAAK,MAAM,MAAM,IAAI,KAAK,IAAG,IAAK,KAAQ;AAAA,MAC3C;AAAA,IACT;AAAA,EACA,EAAQ,IAGH,SAAS,wBAAwB;AAChC,WAAO;AAAA,MACL,OAAO,SAAS,QAAQ;AAAA,MAAE;AAAA,MAC1B,MAAM,SAAS,OAAO;AAAE,eAAO;AAAA,MAAO;AAAA,MACtC,QAAQ,SAAS,SAAS;AAAA,MAAE;AAAA,IACpC;AAAA,EACA,EAAQ;;;;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
var isAbsoluteURL;
|
|
4
|
-
var hasRequiredIsAbsoluteURL;
|
|
5
|
-
function requireIsAbsoluteURL() {
|
|
6
|
-
if (hasRequiredIsAbsoluteURL)
|
|
7
|
-
return isAbsoluteURL;
|
|
8
|
-
hasRequiredIsAbsoluteURL = 1;
|
|
9
|
-
isAbsoluteURL = function isAbsoluteURL2(url) {
|
|
10
|
-
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
11
|
-
};
|
|
12
|
-
return isAbsoluteURL;
|
|
13
|
-
}
|
|
14
|
-
exports.__require = requireIsAbsoluteURL;
|
|
15
|
-
//# sourceMappingURL=isAbsoluteURL.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isAbsoluteURL.js","sources":["../../../../../node_modules/axios/lib/helpers/isAbsoluteURL.js"],"sourcesContent":["'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n};\n"],"names":["isAbsoluteURL"],"mappings":";;;;;;;;AAQA,kBAAiB,SAASA,eAAc,KAAK;AAI3C,WAAO,8BAA8B,KAAK,GAAG;AAAA;;;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../utils.js");
|
|
4
|
-
var isAxiosError;
|
|
5
|
-
var hasRequiredIsAxiosError;
|
|
6
|
-
function requireIsAxiosError() {
|
|
7
|
-
if (hasRequiredIsAxiosError)
|
|
8
|
-
return isAxiosError;
|
|
9
|
-
hasRequiredIsAxiosError = 1;
|
|
10
|
-
var utils$1 = utils.default;
|
|
11
|
-
isAxiosError = function isAxiosError2(payload) {
|
|
12
|
-
return utils$1.isObject(payload) && payload.isAxiosError === true;
|
|
13
|
-
};
|
|
14
|
-
return isAxiosError;
|
|
15
|
-
}
|
|
16
|
-
exports.__require = requireIsAxiosError;
|
|
17
|
-
//# sourceMappingURL=isAxiosError.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isAxiosError.js","sources":["../../../../../node_modules/axios/lib/helpers/isAxiosError.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nmodule.exports = function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n};\n"],"names":["utils","require$$0","isAxiosError"],"mappings":";;;;;;;;;AAEA,MAAIA,UAAQC,MAAAA;AAQZ,iBAAiB,SAASC,cAAa,SAAS;AAC9C,WAAOF,QAAM,SAAS,OAAO,KAAM,QAAQ,iBAAiB;AAAA;;;;"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../utils.js");
|
|
4
|
-
var isURLSameOrigin;
|
|
5
|
-
var hasRequiredIsURLSameOrigin;
|
|
6
|
-
function requireIsURLSameOrigin() {
|
|
7
|
-
if (hasRequiredIsURLSameOrigin)
|
|
8
|
-
return isURLSameOrigin;
|
|
9
|
-
hasRequiredIsURLSameOrigin = 1;
|
|
10
|
-
var utils$1 = utils.default;
|
|
11
|
-
isURLSameOrigin = utils$1.isStandardBrowserEnv() ? function standardBrowserEnv() {
|
|
12
|
-
var msie = /(msie|trident)/i.test(navigator.userAgent);
|
|
13
|
-
var urlParsingNode = document.createElement("a");
|
|
14
|
-
var originURL;
|
|
15
|
-
function resolveURL(url) {
|
|
16
|
-
var href = url;
|
|
17
|
-
if (msie) {
|
|
18
|
-
urlParsingNode.setAttribute("href", href);
|
|
19
|
-
href = urlParsingNode.href;
|
|
20
|
-
}
|
|
21
|
-
urlParsingNode.setAttribute("href", href);
|
|
22
|
-
return {
|
|
23
|
-
href: urlParsingNode.href,
|
|
24
|
-
protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, "") : "",
|
|
25
|
-
host: urlParsingNode.host,
|
|
26
|
-
search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, "") : "",
|
|
27
|
-
hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, "") : "",
|
|
28
|
-
hostname: urlParsingNode.hostname,
|
|
29
|
-
port: urlParsingNode.port,
|
|
30
|
-
pathname: urlParsingNode.pathname.charAt(0) === "/" ? urlParsingNode.pathname : "/" + urlParsingNode.pathname
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
originURL = resolveURL(window.location.href);
|
|
34
|
-
return function isURLSameOrigin2(requestURL) {
|
|
35
|
-
var parsed = utils$1.isString(requestURL) ? resolveURL(requestURL) : requestURL;
|
|
36
|
-
return parsed.protocol === originURL.protocol && parsed.host === originURL.host;
|
|
37
|
-
};
|
|
38
|
-
}() : function nonStandardBrowserEnv() {
|
|
39
|
-
return function isURLSameOrigin2() {
|
|
40
|
-
return true;
|
|
41
|
-
};
|
|
42
|
-
}();
|
|
43
|
-
return isURLSameOrigin;
|
|
44
|
-
}
|
|
45
|
-
exports.__require = requireIsURLSameOrigin;
|
|
46
|
-
//# sourceMappingURL=isURLSameOrigin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isURLSameOrigin.js","sources":["../../../../../node_modules/axios/lib/helpers/isURLSameOrigin.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n"],"names":["utils","require$$0","isURLSameOrigin"],"mappings":";;;;;;;;;AAEA,MAAIA,UAAQC,MAAAA;AAEE,oBACZD,QAAM,qBAAsB,IAIzB,SAAS,qBAAqB;AAC7B,QAAI,OAAO,kBAAkB,KAAK,UAAU,SAAS;AACrD,QAAI,iBAAiB,SAAS,cAAc,GAAG;AAC/C,QAAI;AAQJ,aAAS,WAAW,KAAK;AACvB,UAAI,OAAO;AAEX,UAAI,MAAM;AAER,uBAAe,aAAa,QAAQ,IAAI;AACxC,eAAO,eAAe;AAAA,MACvB;AAED,qBAAe,aAAa,QAAQ,IAAI;AAGxC,aAAO;AAAA,QACL,MAAM,eAAe;AAAA,QACrB,UAAU,eAAe,WAAW,eAAe,SAAS,QAAQ,MAAM,EAAE,IAAI;AAAA,QAChF,MAAM,eAAe;AAAA,QACrB,QAAQ,eAAe,SAAS,eAAe,OAAO,QAAQ,OAAO,EAAE,IAAI;AAAA,QAC3E,MAAM,eAAe,OAAO,eAAe,KAAK,QAAQ,MAAM,EAAE,IAAI;AAAA,QACpE,UAAU,eAAe;AAAA,QACzB,MAAM,eAAe;AAAA,QACrB,UAAW,eAAe,SAAS,OAAO,CAAC,MAAM,MAC/C,eAAe,WACf,MAAM,eAAe;AAAA,MACjC;AAAA,IACO;AAED,gBAAY,WAAW,OAAO,SAAS,IAAI;AAQ3C,WAAO,SAASE,iBAAgB,YAAY;AAC1C,UAAI,SAAUF,QAAM,SAAS,UAAU,IAAK,WAAW,UAAU,IAAI;AACrE,aAAQ,OAAO,aAAa,UAAU,YAClC,OAAO,SAAS,UAAU;AAAA,IACtC;AAAA,EACA,EAAQ,IAGH,SAAS,wBAAwB;AAChC,WAAO,SAASE,mBAAkB;AAChC,aAAO;AAAA,IACf;AAAA,EACA,EAAQ;;;;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const utils$1 = require("../utils.js");
|
|
4
|
-
var utils = utils$1.default;
|
|
5
|
-
var normalizeHeaderName = function normalizeHeaderName2(headers, normalizedName) {
|
|
6
|
-
utils.forEach(headers, function processHeader(value, name) {
|
|
7
|
-
if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
|
|
8
|
-
headers[normalizedName] = value;
|
|
9
|
-
delete headers[name];
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
|
-
exports.default = normalizeHeaderName;
|
|
14
|
-
//# sourceMappingURL=normalizeHeaderName.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalizeHeaderName.js","sources":["../../../../../node_modules/axios/lib/helpers/normalizeHeaderName.js"],"sourcesContent":["'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n"],"names":["require$$0","normalizeHeaderName"],"mappings":";;;AAEA,IAAI,QAAQA,QAAAA;AAEZ,IAAA,sBAAiB,SAASC,qBAAoB,SAAS,gBAAgB;AACrE,QAAM,QAAQ,SAAS,SAAS,cAAc,OAAO,MAAM;AACzD,QAAI,SAAS,kBAAkB,KAAK,YAAW,MAAO,eAAe,eAAe;AAClF,cAAQ,cAAc,IAAI;AAC1B,aAAO,QAAQ,IAAI;AAAA,IACpB;AAAA,EACL,CAAG;AACH;;"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../utils.js");
|
|
4
|
-
var parseHeaders;
|
|
5
|
-
var hasRequiredParseHeaders;
|
|
6
|
-
function requireParseHeaders() {
|
|
7
|
-
if (hasRequiredParseHeaders)
|
|
8
|
-
return parseHeaders;
|
|
9
|
-
hasRequiredParseHeaders = 1;
|
|
10
|
-
var utils$1 = utils.default;
|
|
11
|
-
var ignoreDuplicateOf = [
|
|
12
|
-
"age",
|
|
13
|
-
"authorization",
|
|
14
|
-
"content-length",
|
|
15
|
-
"content-type",
|
|
16
|
-
"etag",
|
|
17
|
-
"expires",
|
|
18
|
-
"from",
|
|
19
|
-
"host",
|
|
20
|
-
"if-modified-since",
|
|
21
|
-
"if-unmodified-since",
|
|
22
|
-
"last-modified",
|
|
23
|
-
"location",
|
|
24
|
-
"max-forwards",
|
|
25
|
-
"proxy-authorization",
|
|
26
|
-
"referer",
|
|
27
|
-
"retry-after",
|
|
28
|
-
"user-agent"
|
|
29
|
-
];
|
|
30
|
-
parseHeaders = function parseHeaders2(headers) {
|
|
31
|
-
var parsed = {};
|
|
32
|
-
var key;
|
|
33
|
-
var val;
|
|
34
|
-
var i;
|
|
35
|
-
if (!headers) {
|
|
36
|
-
return parsed;
|
|
37
|
-
}
|
|
38
|
-
utils$1.forEach(headers.split("\n"), function parser(line) {
|
|
39
|
-
i = line.indexOf(":");
|
|
40
|
-
key = utils$1.trim(line.substr(0, i)).toLowerCase();
|
|
41
|
-
val = utils$1.trim(line.substr(i + 1));
|
|
42
|
-
if (key) {
|
|
43
|
-
if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
|
|
44
|
-
return;
|
|
45
|
-
}
|
|
46
|
-
if (key === "set-cookie") {
|
|
47
|
-
parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
|
|
48
|
-
} else {
|
|
49
|
-
parsed[key] = parsed[key] ? parsed[key] + ", " + val : val;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
return parsed;
|
|
54
|
-
};
|
|
55
|
-
return parseHeaders;
|
|
56
|
-
}
|
|
57
|
-
exports.__require = requireParseHeaders;
|
|
58
|
-
//# sourceMappingURL=parseHeaders.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parseHeaders.js","sources":["../../../../../node_modules/axios/lib/helpers/parseHeaders.js"],"sourcesContent":["'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n"],"names":["utils","require$$0","parseHeaders"],"mappings":";;;;;;;;;AAEA,MAAIA,UAAQC,MAAAA;AAIZ,MAAI,oBAAoB;AAAA,IACtB;AAAA,IAAO;AAAA,IAAiB;AAAA,IAAkB;AAAA,IAAgB;AAAA,IAC1D;AAAA,IAAW;AAAA,IAAQ;AAAA,IAAQ;AAAA,IAAqB;AAAA,IAChD;AAAA,IAAiB;AAAA,IAAY;AAAA,IAAgB;AAAA,IAC7C;AAAA,IAAW;AAAA,IAAe;AAAA,EAC5B;AAeA,iBAAiB,SAASC,cAAa,SAAS;AAC9C,QAAI,SAAS,CAAA;AACb,QAAI;AACJ,QAAI;AACJ,QAAI;AAEJ,QAAI,CAAC,SAAS;AAAE,aAAO;AAAA,IAAS;AAEhCF,YAAM,QAAQ,QAAQ,MAAM,IAAI,GAAG,SAAS,OAAO,MAAM;AACvD,UAAI,KAAK,QAAQ,GAAG;AACpB,YAAMA,QAAM,KAAK,KAAK,OAAO,GAAG,CAAC,CAAC,EAAE;AACpC,YAAMA,QAAM,KAAK,KAAK,OAAO,IAAI,CAAC,CAAC;AAEnC,UAAI,KAAK;AACP,YAAI,OAAO,GAAG,KAAK,kBAAkB,QAAQ,GAAG,KAAK,GAAG;AACtD;AAAA,QACD;AACD,YAAI,QAAQ,cAAc;AACxB,iBAAO,GAAG,KAAK,OAAO,GAAG,IAAI,OAAO,GAAG,IAAI,CAAA,GAAI,OAAO,CAAC,GAAG,CAAC;AAAA,QACnE,OAAa;AACL,iBAAO,GAAG,IAAI,OAAO,GAAG,IAAI,OAAO,GAAG,IAAI,OAAO,MAAM;AAAA,QACxD;AAAA,MACF;AAAA,IACL,CAAG;AAED,WAAO;AAAA;;;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
var spread;
|
|
4
|
-
var hasRequiredSpread;
|
|
5
|
-
function requireSpread() {
|
|
6
|
-
if (hasRequiredSpread)
|
|
7
|
-
return spread;
|
|
8
|
-
hasRequiredSpread = 1;
|
|
9
|
-
spread = function spread2(callback) {
|
|
10
|
-
return function wrap(arr) {
|
|
11
|
-
return callback.apply(null, arr);
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
return spread;
|
|
15
|
-
}
|
|
16
|
-
exports.__require = requireSpread;
|
|
17
|
-
//# sourceMappingURL=spread.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"spread.js","sources":["../../../../../node_modules/axios/lib/helpers/spread.js"],"sourcesContent":["'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n"],"names":["spread"],"mappings":";;;;;;;;AAsBA,WAAiB,SAASA,QAAO,UAAU;AACzC,WAAO,SAAS,KAAK,KAAK;AACxB,aAAO,SAAS,MAAM,MAAM,GAAG;AAAA,IACnC;AAAA;;;;"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const data = require("../env/data.js");
|
|
4
|
-
var VERSION = data.__require().version;
|
|
5
|
-
var validators = {};
|
|
6
|
-
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(type, i) {
|
|
7
|
-
validators[type] = function validator2(thing) {
|
|
8
|
-
return typeof thing === type || "a" + (i < 1 ? "n " : " ") + type;
|
|
9
|
-
};
|
|
10
|
-
});
|
|
11
|
-
var deprecatedWarnings = {};
|
|
12
|
-
validators.transitional = function transitional(validator2, version, message) {
|
|
13
|
-
function formatMessage(opt, desc) {
|
|
14
|
-
return "[Axios v" + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
|
|
15
|
-
}
|
|
16
|
-
return function(value, opt, opts) {
|
|
17
|
-
if (validator2 === false) {
|
|
18
|
-
throw new Error(formatMessage(opt, " has been removed" + (version ? " in " + version : "")));
|
|
19
|
-
}
|
|
20
|
-
if (version && !deprecatedWarnings[opt]) {
|
|
21
|
-
deprecatedWarnings[opt] = true;
|
|
22
|
-
console.warn(
|
|
23
|
-
formatMessage(
|
|
24
|
-
opt,
|
|
25
|
-
" has been deprecated since v" + version + " and will be removed in the near future"
|
|
26
|
-
)
|
|
27
|
-
);
|
|
28
|
-
}
|
|
29
|
-
return validator2 ? validator2(value, opt, opts) : true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
function assertOptions(options, schema, allowUnknown) {
|
|
33
|
-
if (typeof options !== "object") {
|
|
34
|
-
throw new TypeError("options must be an object");
|
|
35
|
-
}
|
|
36
|
-
var keys = Object.keys(options);
|
|
37
|
-
var i = keys.length;
|
|
38
|
-
while (i-- > 0) {
|
|
39
|
-
var opt = keys[i];
|
|
40
|
-
var validator2 = schema[opt];
|
|
41
|
-
if (validator2) {
|
|
42
|
-
var value = options[opt];
|
|
43
|
-
var result = value === void 0 || validator2(value, opt, options);
|
|
44
|
-
if (result !== true) {
|
|
45
|
-
throw new TypeError("option " + opt + " must be " + result);
|
|
46
|
-
}
|
|
47
|
-
continue;
|
|
48
|
-
}
|
|
49
|
-
if (allowUnknown !== true) {
|
|
50
|
-
throw Error("Unknown option " + opt);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
var validator = {
|
|
55
|
-
assertOptions,
|
|
56
|
-
validators
|
|
57
|
-
};
|
|
58
|
-
exports.default = validator;
|
|
59
|
-
//# sourceMappingURL=validator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validator.js","sources":["../../../../../node_modules/axios/lib/helpers/validator.js"],"sourcesContent":["'use strict';\n\nvar VERSION = require('../env/data').version;\n\nvar validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function(type, i) {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nvar deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return function(value, opt, opts) {\n if (validator === false) {\n throw new Error(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')));\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\n/**\n * Assert object's properties type\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new TypeError('options must be an object');\n }\n var keys = Object.keys(options);\n var i = keys.length;\n while (i-- > 0) {\n var opt = keys[i];\n var validator = schema[opt];\n if (validator) {\n var value = options[opt];\n var result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new TypeError('option ' + opt + ' must be ' + result);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw Error('Unknown option ' + opt);\n }\n }\n}\n\nmodule.exports = {\n assertOptions: assertOptions,\n validators: validators\n};\n"],"names":["require$$0","validator"],"mappings":";;;AAEA,IAAI,UAAUA,KAAAA,UAAsB,EAAC;AAErC,IAAI,aAAa,CAAA;AAGjB,CAAC,UAAU,WAAW,UAAU,YAAY,UAAU,QAAQ,EAAE,QAAQ,SAAS,MAAM,GAAG;AACxF,aAAW,IAAI,IAAI,SAASC,WAAU,OAAO;AAC3C,WAAO,OAAO,UAAU,QAAQ,OAAO,IAAI,IAAI,OAAO,OAAO;AAAA,EACjE;AACA,CAAC;AAED,IAAI,qBAAqB,CAAA;AASzB,WAAW,eAAe,SAAS,aAAaA,YAAW,SAAS,SAAS;AAC3E,WAAS,cAAc,KAAK,MAAM;AAChC,WAAO,aAAa,UAAU,4BAA6B,MAAM,MAAO,QAAQ,UAAU,OAAO,UAAU;AAAA,EAC5G;AAGD,SAAO,SAAS,OAAO,KAAK,MAAM;AAChC,QAAIA,eAAc,OAAO;AACvB,YAAM,IAAI,MAAM,cAAc,KAAK,uBAAuB,UAAU,SAAS,UAAU,GAAG,CAAC;AAAA,IAC5F;AAED,QAAI,WAAW,CAAC,mBAAmB,GAAG,GAAG;AACvC,yBAAmB,GAAG,IAAI;AAE1B,cAAQ;AAAA,QACN;AAAA,UACE;AAAA,UACA,iCAAiC,UAAU;AAAA,QAC5C;AAAA,MACT;AAAA,IACK;AAED,WAAOA,aAAYA,WAAU,OAAO,KAAK,IAAI,IAAI;AAAA,EACrD;AACA;AASA,SAAS,cAAc,SAAS,QAAQ,cAAc;AACpD,MAAI,OAAO,YAAY,UAAU;AAC/B,UAAM,IAAI,UAAU,2BAA2B;AAAA,EAChD;AACD,MAAI,OAAO,OAAO,KAAK,OAAO;AAC9B,MAAI,IAAI,KAAK;AACb,SAAO,MAAM,GAAG;AACd,QAAI,MAAM,KAAK,CAAC;AAChB,QAAIA,aAAY,OAAO,GAAG;AAC1B,QAAIA,YAAW;AACb,UAAI,QAAQ,QAAQ,GAAG;AACvB,UAAI,SAAS,UAAU,UAAaA,WAAU,OAAO,KAAK,OAAO;AACjE,UAAI,WAAW,MAAM;AACnB,cAAM,IAAI,UAAU,YAAY,MAAM,cAAc,MAAM;AAAA,MAC3D;AACD;AAAA,IACD;AACD,QAAI,iBAAiB,MAAM;AACzB,YAAM,MAAM,oBAAoB,GAAG;AAAA,IACpC;AAAA,EACF;AACH;AAEA,IAAA,YAAiB;AAAA,EACf;AAAA,EACA;AACF;;"}
|