@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.
Files changed (150) hide show
  1. package/dist/index.es.js +1 -2
  2. package/dist/index.umd.js +1 -2
  3. package/dist/style.css +2 -0
  4. package/es/common/echarts/composables/autoresize.js +1 -1
  5. package/es/hooks/useRequestData.js +1 -1
  6. package/es/index.js +5302 -5302
  7. package/es/setting/provider-config/ProviderConfig.vue2.js +1 -1
  8. package/es/utils/request.js +1 -1
  9. package/lib/common/echarts/composables/autoresize.js +3 -3
  10. package/lib/common/echarts/composables/autoresize.js.map +1 -1
  11. package/lib/hooks/useRequestData.js +5 -5
  12. package/lib/hooks/useRequestData.js.map +1 -1
  13. package/lib/index.js +5302 -5302
  14. package/lib/setting/provider-config/ProviderConfig.vue2.js +2 -2
  15. package/lib/setting/provider-config/ProviderConfig.vue2.js.map +1 -1
  16. package/lib/utils/request.js +2 -2
  17. package/lib/utils/request.js.map +1 -1
  18. package/package.json +4 -4
  19. package/es/_virtual/_commonjsHelpers.js +0 -7
  20. package/es/_virtual/_commonjsHelpers.js.map +0 -1
  21. package/es/_virtual/axios.js +0 -14
  22. package/es/_virtual/axios.js.map +0 -1
  23. package/es/_virtual/index.js +0 -14
  24. package/es/_virtual/index.js.map +0 -1
  25. package/es/node_modules/axios/index.js +0 -12
  26. package/es/node_modules/axios/index.js.map +0 -1
  27. package/es/node_modules/axios/lib/adapters/xhr.js +0 -166
  28. package/es/node_modules/axios/lib/adapters/xhr.js.map +0 -1
  29. package/es/node_modules/axios/lib/axios.js +0 -44
  30. package/es/node_modules/axios/lib/axios.js.map +0 -1
  31. package/es/node_modules/axios/lib/cancel/Cancel.js +0 -20
  32. package/es/node_modules/axios/lib/cancel/Cancel.js.map +0 -1
  33. package/es/node_modules/axios/lib/cancel/CancelToken.js +0 -88
  34. package/es/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
  35. package/es/node_modules/axios/lib/cancel/isCancel.js +0 -15
  36. package/es/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
  37. package/es/node_modules/axios/lib/core/Axios.js +0 -121
  38. package/es/node_modules/axios/lib/core/Axios.js.map +0 -1
  39. package/es/node_modules/axios/lib/core/InterceptorManager.js +0 -31
  40. package/es/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
  41. package/es/node_modules/axios/lib/core/buildFullPath.js +0 -22
  42. package/es/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
  43. package/es/node_modules/axios/lib/core/createError.js +0 -18
  44. package/es/node_modules/axios/lib/core/createError.js.map +0 -1
  45. package/es/node_modules/axios/lib/core/dispatchRequest.js +0 -67
  46. package/es/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
  47. package/es/node_modules/axios/lib/core/enhanceError.js +0 -33
  48. package/es/node_modules/axios/lib/core/enhanceError.js.map +0 -1
  49. package/es/node_modules/axios/lib/core/mergeConfig.js +0 -80
  50. package/es/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
  51. package/es/node_modules/axios/lib/core/settle.js +0 -28
  52. package/es/node_modules/axios/lib/core/settle.js.map +0 -1
  53. package/es/node_modules/axios/lib/core/transformData.js +0 -15
  54. package/es/node_modules/axios/lib/core/transformData.js.map +0 -1
  55. package/es/node_modules/axios/lib/defaults.js +0 -119
  56. package/es/node_modules/axios/lib/defaults.js.map +0 -1
  57. package/es/node_modules/axios/lib/env/data.js +0 -15
  58. package/es/node_modules/axios/lib/env/data.js.map +0 -1
  59. package/es/node_modules/axios/lib/helpers/bind.js +0 -13
  60. package/es/node_modules/axios/lib/helpers/bind.js.map +0 -1
  61. package/es/node_modules/axios/lib/helpers/buildURL.js +0 -49
  62. package/es/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
  63. package/es/node_modules/axios/lib/helpers/combineURLs.js +0 -15
  64. package/es/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
  65. package/es/node_modules/axios/lib/helpers/cookies.js +0 -52
  66. package/es/node_modules/axios/lib/helpers/cookies.js.map +0 -1
  67. package/es/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
  68. package/es/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
  69. package/es/node_modules/axios/lib/helpers/isAxiosError.js +0 -17
  70. package/es/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
  71. package/es/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -46
  72. package/es/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
  73. package/es/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -14
  74. package/es/node_modules/axios/lib/helpers/normalizeHeaderName.js.map +0 -1
  75. package/es/node_modules/axios/lib/helpers/parseHeaders.js +0 -58
  76. package/es/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
  77. package/es/node_modules/axios/lib/helpers/spread.js +0 -17
  78. package/es/node_modules/axios/lib/helpers/spread.js.map +0 -1
  79. package/es/node_modules/axios/lib/helpers/validator.js +0 -59
  80. package/es/node_modules/axios/lib/helpers/validator.js.map +0 -1
  81. package/es/node_modules/axios/lib/utils.js +0 -151
  82. package/es/node_modules/axios/lib/utils.js.map +0 -1
  83. package/es/node_modules/resize-detector/esm/index.js +0 -259
  84. package/es/node_modules/resize-detector/esm/index.js.map +0 -1
  85. package/lib/_virtual/_commonjsHelpers.js +0 -7
  86. package/lib/_virtual/_commonjsHelpers.js.map +0 -1
  87. package/lib/_virtual/axios.js +0 -13
  88. package/lib/_virtual/axios.js.map +0 -1
  89. package/lib/_virtual/index.js +0 -13
  90. package/lib/_virtual/index.js.map +0 -1
  91. package/lib/node_modules/axios/index.js +0 -12
  92. package/lib/node_modules/axios/index.js.map +0 -1
  93. package/lib/node_modules/axios/lib/adapters/xhr.js +0 -166
  94. package/lib/node_modules/axios/lib/adapters/xhr.js.map +0 -1
  95. package/lib/node_modules/axios/lib/axios.js +0 -47
  96. package/lib/node_modules/axios/lib/axios.js.map +0 -1
  97. package/lib/node_modules/axios/lib/cancel/Cancel.js +0 -20
  98. package/lib/node_modules/axios/lib/cancel/Cancel.js.map +0 -1
  99. package/lib/node_modules/axios/lib/cancel/CancelToken.js +0 -88
  100. package/lib/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
  101. package/lib/node_modules/axios/lib/cancel/isCancel.js +0 -15
  102. package/lib/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
  103. package/lib/node_modules/axios/lib/core/Axios.js +0 -121
  104. package/lib/node_modules/axios/lib/core/Axios.js.map +0 -1
  105. package/lib/node_modules/axios/lib/core/InterceptorManager.js +0 -31
  106. package/lib/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
  107. package/lib/node_modules/axios/lib/core/buildFullPath.js +0 -22
  108. package/lib/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
  109. package/lib/node_modules/axios/lib/core/createError.js +0 -18
  110. package/lib/node_modules/axios/lib/core/createError.js.map +0 -1
  111. package/lib/node_modules/axios/lib/core/dispatchRequest.js +0 -67
  112. package/lib/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
  113. package/lib/node_modules/axios/lib/core/enhanceError.js +0 -33
  114. package/lib/node_modules/axios/lib/core/enhanceError.js.map +0 -1
  115. package/lib/node_modules/axios/lib/core/mergeConfig.js +0 -80
  116. package/lib/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
  117. package/lib/node_modules/axios/lib/core/settle.js +0 -28
  118. package/lib/node_modules/axios/lib/core/settle.js.map +0 -1
  119. package/lib/node_modules/axios/lib/core/transformData.js +0 -15
  120. package/lib/node_modules/axios/lib/core/transformData.js.map +0 -1
  121. package/lib/node_modules/axios/lib/defaults.js +0 -119
  122. package/lib/node_modules/axios/lib/defaults.js.map +0 -1
  123. package/lib/node_modules/axios/lib/env/data.js +0 -15
  124. package/lib/node_modules/axios/lib/env/data.js.map +0 -1
  125. package/lib/node_modules/axios/lib/helpers/bind.js +0 -13
  126. package/lib/node_modules/axios/lib/helpers/bind.js.map +0 -1
  127. package/lib/node_modules/axios/lib/helpers/buildURL.js +0 -49
  128. package/lib/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
  129. package/lib/node_modules/axios/lib/helpers/combineURLs.js +0 -15
  130. package/lib/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
  131. package/lib/node_modules/axios/lib/helpers/cookies.js +0 -52
  132. package/lib/node_modules/axios/lib/helpers/cookies.js.map +0 -1
  133. package/lib/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -15
  134. package/lib/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
  135. package/lib/node_modules/axios/lib/helpers/isAxiosError.js +0 -17
  136. package/lib/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
  137. package/lib/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -46
  138. package/lib/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
  139. package/lib/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -14
  140. package/lib/node_modules/axios/lib/helpers/normalizeHeaderName.js.map +0 -1
  141. package/lib/node_modules/axios/lib/helpers/parseHeaders.js +0 -58
  142. package/lib/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
  143. package/lib/node_modules/axios/lib/helpers/spread.js +0 -17
  144. package/lib/node_modules/axios/lib/helpers/spread.js.map +0 -1
  145. package/lib/node_modules/axios/lib/helpers/validator.js +0 -59
  146. package/lib/node_modules/axios/lib/helpers/validator.js.map +0 -1
  147. package/lib/node_modules/axios/lib/utils.js +0 -151
  148. package/lib/node_modules/axios/lib/utils.js.map +0 -1
  149. package/lib/node_modules/resize-detector/esm/index.js +0 -259
  150. package/lib/node_modules/resize-detector/esm/index.js.map +0 -1
@@ -1,13 +0,0 @@
1
- var bind = function bind2(fn, thisArg) {
2
- return function wrap() {
3
- var args = new Array(arguments.length);
4
- for (var i = 0; i < args.length; i++) {
5
- args[i] = arguments[i];
6
- }
7
- return fn.apply(thisArg, args);
8
- };
9
- };
10
- export {
11
- bind as default
12
- };
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
- import utils$1 from "../utils.js";
2
- var utils = utils$1;
3
- function encode(val) {
4
- return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
5
- }
6
- var buildURL = function buildURL2(url, params, paramsSerializer) {
7
- if (!params) {
8
- return url;
9
- }
10
- var serializedParams;
11
- if (paramsSerializer) {
12
- serializedParams = paramsSerializer(params);
13
- } else if (utils.isURLSearchParams(params)) {
14
- serializedParams = params.toString();
15
- } else {
16
- var parts = [];
17
- utils.forEach(params, function serialize(val, key) {
18
- if (val === null || typeof val === "undefined") {
19
- return;
20
- }
21
- if (utils.isArray(val)) {
22
- key = key + "[]";
23
- } else {
24
- val = [val];
25
- }
26
- utils.forEach(val, function parseValue(v) {
27
- if (utils.isDate(v)) {
28
- v = v.toISOString();
29
- } else if (utils.isObject(v)) {
30
- v = JSON.stringify(v);
31
- }
32
- parts.push(encode(key) + "=" + encode(v));
33
- });
34
- });
35
- serializedParams = parts.join("&");
36
- }
37
- if (serializedParams) {
38
- var hashmarkIndex = url.indexOf("#");
39
- if (hashmarkIndex !== -1) {
40
- url = url.slice(0, hashmarkIndex);
41
- }
42
- url += (url.indexOf("?") === -1 ? "?" : "&") + serializedParams;
43
- }
44
- return url;
45
- };
46
- export {
47
- buildURL as default
48
- };
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;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
- var combineURLs;
2
- var hasRequiredCombineURLs;
3
- function requireCombineURLs() {
4
- if (hasRequiredCombineURLs)
5
- return combineURLs;
6
- hasRequiredCombineURLs = 1;
7
- combineURLs = function combineURLs2(baseURL, relativeURL) {
8
- return relativeURL ? baseURL.replace(/\/+$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
9
- };
10
- return combineURLs;
11
- }
12
- export {
13
- requireCombineURLs as __require
14
- };
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
- import utils from "../utils.js";
2
- var cookies;
3
- var hasRequiredCookies;
4
- function requireCookies() {
5
- if (hasRequiredCookies)
6
- return cookies;
7
- hasRequiredCookies = 1;
8
- var utils$1 = utils;
9
- cookies = utils$1.isStandardBrowserEnv() ? function standardBrowserEnv() {
10
- return {
11
- write: function write(name, value, expires, path, domain, secure) {
12
- var cookie = [];
13
- cookie.push(name + "=" + encodeURIComponent(value));
14
- if (utils$1.isNumber(expires)) {
15
- cookie.push("expires=" + new Date(expires).toGMTString());
16
- }
17
- if (utils$1.isString(path)) {
18
- cookie.push("path=" + path);
19
- }
20
- if (utils$1.isString(domain)) {
21
- cookie.push("domain=" + domain);
22
- }
23
- if (secure === true) {
24
- cookie.push("secure");
25
- }
26
- document.cookie = cookie.join("; ");
27
- },
28
- read: function read(name) {
29
- var match = document.cookie.match(new RegExp("(^|;\\s*)(" + name + ")=([^;]*)"));
30
- return match ? decodeURIComponent(match[3]) : null;
31
- },
32
- remove: function remove(name) {
33
- this.write(name, "", Date.now() - 864e5);
34
- }
35
- };
36
- }() : function nonStandardBrowserEnv() {
37
- return {
38
- write: function write() {
39
- },
40
- read: function read() {
41
- return null;
42
- },
43
- remove: function remove() {
44
- }
45
- };
46
- }();
47
- return cookies;
48
- }
49
- export {
50
- requireCookies as __require
51
- };
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;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
- var isAbsoluteURL;
2
- var hasRequiredIsAbsoluteURL;
3
- function requireIsAbsoluteURL() {
4
- if (hasRequiredIsAbsoluteURL)
5
- return isAbsoluteURL;
6
- hasRequiredIsAbsoluteURL = 1;
7
- isAbsoluteURL = function isAbsoluteURL2(url) {
8
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
9
- };
10
- return isAbsoluteURL;
11
- }
12
- export {
13
- requireIsAbsoluteURL as __require
14
- };
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
- import utils from "../utils.js";
2
- var isAxiosError;
3
- var hasRequiredIsAxiosError;
4
- function requireIsAxiosError() {
5
- if (hasRequiredIsAxiosError)
6
- return isAxiosError;
7
- hasRequiredIsAxiosError = 1;
8
- var utils$1 = utils;
9
- isAxiosError = function isAxiosError2(payload) {
10
- return utils$1.isObject(payload) && payload.isAxiosError === true;
11
- };
12
- return isAxiosError;
13
- }
14
- export {
15
- requireIsAxiosError as __require
16
- };
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;AAQZ,iBAAiB,SAASC,cAAa,SAAS;AAC9C,WAAOF,QAAM,SAAS,OAAO,KAAM,QAAQ,iBAAiB;AAAA;;;"}
@@ -1,46 +0,0 @@
1
- import utils from "../utils.js";
2
- var isURLSameOrigin;
3
- var hasRequiredIsURLSameOrigin;
4
- function requireIsURLSameOrigin() {
5
- if (hasRequiredIsURLSameOrigin)
6
- return isURLSameOrigin;
7
- hasRequiredIsURLSameOrigin = 1;
8
- var utils$1 = utils;
9
- isURLSameOrigin = utils$1.isStandardBrowserEnv() ? function standardBrowserEnv() {
10
- var msie = /(msie|trident)/i.test(navigator.userAgent);
11
- var urlParsingNode = document.createElement("a");
12
- var originURL;
13
- function resolveURL(url) {
14
- var href = url;
15
- if (msie) {
16
- urlParsingNode.setAttribute("href", href);
17
- href = urlParsingNode.href;
18
- }
19
- urlParsingNode.setAttribute("href", href);
20
- return {
21
- href: urlParsingNode.href,
22
- protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, "") : "",
23
- host: urlParsingNode.host,
24
- search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, "") : "",
25
- hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, "") : "",
26
- hostname: urlParsingNode.hostname,
27
- port: urlParsingNode.port,
28
- pathname: urlParsingNode.pathname.charAt(0) === "/" ? urlParsingNode.pathname : "/" + urlParsingNode.pathname
29
- };
30
- }
31
- originURL = resolveURL(window.location.href);
32
- return function isURLSameOrigin2(requestURL) {
33
- var parsed = utils$1.isString(requestURL) ? resolveURL(requestURL) : requestURL;
34
- return parsed.protocol === originURL.protocol && parsed.host === originURL.host;
35
- };
36
- }() : function nonStandardBrowserEnv() {
37
- return function isURLSameOrigin2() {
38
- return true;
39
- };
40
- }();
41
- return isURLSameOrigin;
42
- }
43
- export {
44
- requireIsURLSameOrigin as __require
45
- };
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;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
- import utils$1 from "../utils.js";
2
- var utils = utils$1;
3
- var normalizeHeaderName = function normalizeHeaderName2(headers, normalizedName) {
4
- utils.forEach(headers, function processHeader(value, name) {
5
- if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
6
- headers[normalizedName] = value;
7
- delete headers[name];
8
- }
9
- });
10
- };
11
- export {
12
- normalizeHeaderName as default
13
- };
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;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
- import utils from "../utils.js";
2
- var parseHeaders;
3
- var hasRequiredParseHeaders;
4
- function requireParseHeaders() {
5
- if (hasRequiredParseHeaders)
6
- return parseHeaders;
7
- hasRequiredParseHeaders = 1;
8
- var utils$1 = utils;
9
- var ignoreDuplicateOf = [
10
- "age",
11
- "authorization",
12
- "content-length",
13
- "content-type",
14
- "etag",
15
- "expires",
16
- "from",
17
- "host",
18
- "if-modified-since",
19
- "if-unmodified-since",
20
- "last-modified",
21
- "location",
22
- "max-forwards",
23
- "proxy-authorization",
24
- "referer",
25
- "retry-after",
26
- "user-agent"
27
- ];
28
- parseHeaders = function parseHeaders2(headers) {
29
- var parsed = {};
30
- var key;
31
- var val;
32
- var i;
33
- if (!headers) {
34
- return parsed;
35
- }
36
- utils$1.forEach(headers.split("\n"), function parser(line) {
37
- i = line.indexOf(":");
38
- key = utils$1.trim(line.substr(0, i)).toLowerCase();
39
- val = utils$1.trim(line.substr(i + 1));
40
- if (key) {
41
- if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
42
- return;
43
- }
44
- if (key === "set-cookie") {
45
- parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
46
- } else {
47
- parsed[key] = parsed[key] ? parsed[key] + ", " + val : val;
48
- }
49
- }
50
- });
51
- return parsed;
52
- };
53
- return parseHeaders;
54
- }
55
- export {
56
- requireParseHeaders as __require
57
- };
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;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
- var spread;
2
- var hasRequiredSpread;
3
- function requireSpread() {
4
- if (hasRequiredSpread)
5
- return spread;
6
- hasRequiredSpread = 1;
7
- spread = function spread2(callback) {
8
- return function wrap(arr) {
9
- return callback.apply(null, arr);
10
- };
11
- };
12
- return spread;
13
- }
14
- export {
15
- requireSpread as __require
16
- };
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
- import { __require as requireData } from "../env/data.js";
2
- var VERSION = requireData().version;
3
- var validators = {};
4
- ["object", "boolean", "number", "function", "string", "symbol"].forEach(function(type, i) {
5
- validators[type] = function validator2(thing) {
6
- return typeof thing === type || "a" + (i < 1 ? "n " : " ") + type;
7
- };
8
- });
9
- var deprecatedWarnings = {};
10
- validators.transitional = function transitional(validator2, version, message) {
11
- function formatMessage(opt, desc) {
12
- return "[Axios v" + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
13
- }
14
- return function(value, opt, opts) {
15
- if (validator2 === false) {
16
- throw new Error(formatMessage(opt, " has been removed" + (version ? " in " + version : "")));
17
- }
18
- if (version && !deprecatedWarnings[opt]) {
19
- deprecatedWarnings[opt] = true;
20
- console.warn(
21
- formatMessage(
22
- opt,
23
- " has been deprecated since v" + version + " and will be removed in the near future"
24
- )
25
- );
26
- }
27
- return validator2 ? validator2(value, opt, opts) : true;
28
- };
29
- };
30
- function assertOptions(options, schema, allowUnknown) {
31
- if (typeof options !== "object") {
32
- throw new TypeError("options must be an object");
33
- }
34
- var keys = Object.keys(options);
35
- var i = keys.length;
36
- while (i-- > 0) {
37
- var opt = keys[i];
38
- var validator2 = schema[opt];
39
- if (validator2) {
40
- var value = options[opt];
41
- var result = value === void 0 || validator2(value, opt, options);
42
- if (result !== true) {
43
- throw new TypeError("option " + opt + " must be " + result);
44
- }
45
- continue;
46
- }
47
- if (allowUnknown !== true) {
48
- throw Error("Unknown option " + opt);
49
- }
50
- }
51
- }
52
- var validator = {
53
- assertOptions,
54
- validators
55
- };
56
- export {
57
- validator as default
58
- };
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,YAAsB,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;"}
@@ -1,151 +0,0 @@
1
- import bind$1 from "./helpers/bind.js";
2
- var bind = bind$1;
3
- var toString = Object.prototype.toString;
4
- function isArray(val) {
5
- return Array.isArray(val);
6
- }
7
- function isUndefined(val) {
8
- return typeof val === "undefined";
9
- }
10
- function isBuffer(val) {
11
- return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && typeof val.constructor.isBuffer === "function" && val.constructor.isBuffer(val);
12
- }
13
- function isArrayBuffer(val) {
14
- return toString.call(val) === "[object ArrayBuffer]";
15
- }
16
- function isFormData(val) {
17
- return toString.call(val) === "[object FormData]";
18
- }
19
- function isArrayBufferView(val) {
20
- var result;
21
- if (typeof ArrayBuffer !== "undefined" && ArrayBuffer.isView) {
22
- result = ArrayBuffer.isView(val);
23
- } else {
24
- result = val && val.buffer && isArrayBuffer(val.buffer);
25
- }
26
- return result;
27
- }
28
- function isString(val) {
29
- return typeof val === "string";
30
- }
31
- function isNumber(val) {
32
- return typeof val === "number";
33
- }
34
- function isObject(val) {
35
- return val !== null && typeof val === "object";
36
- }
37
- function isPlainObject(val) {
38
- if (toString.call(val) !== "[object Object]") {
39
- return false;
40
- }
41
- var prototype = Object.getPrototypeOf(val);
42
- return prototype === null || prototype === Object.prototype;
43
- }
44
- function isDate(val) {
45
- return toString.call(val) === "[object Date]";
46
- }
47
- function isFile(val) {
48
- return toString.call(val) === "[object File]";
49
- }
50
- function isBlob(val) {
51
- return toString.call(val) === "[object Blob]";
52
- }
53
- function isFunction(val) {
54
- return toString.call(val) === "[object Function]";
55
- }
56
- function isStream(val) {
57
- return isObject(val) && isFunction(val.pipe);
58
- }
59
- function isURLSearchParams(val) {
60
- return toString.call(val) === "[object URLSearchParams]";
61
- }
62
- function trim(str) {
63
- return str.trim ? str.trim() : str.replace(/^\s+|\s+$/g, "");
64
- }
65
- function isStandardBrowserEnv() {
66
- if (typeof navigator !== "undefined" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS")) {
67
- return false;
68
- }
69
- return typeof window !== "undefined" && typeof document !== "undefined";
70
- }
71
- function forEach(obj, fn) {
72
- if (obj === null || typeof obj === "undefined") {
73
- return;
74
- }
75
- if (typeof obj !== "object") {
76
- obj = [obj];
77
- }
78
- if (isArray(obj)) {
79
- for (var i = 0, l = obj.length; i < l; i++) {
80
- fn.call(null, obj[i], i, obj);
81
- }
82
- } else {
83
- for (var key in obj) {
84
- if (Object.prototype.hasOwnProperty.call(obj, key)) {
85
- fn.call(null, obj[key], key, obj);
86
- }
87
- }
88
- }
89
- }
90
- function merge() {
91
- var result = {};
92
- function assignValue(val, key) {
93
- if (isPlainObject(result[key]) && isPlainObject(val)) {
94
- result[key] = merge(result[key], val);
95
- } else if (isPlainObject(val)) {
96
- result[key] = merge({}, val);
97
- } else if (isArray(val)) {
98
- result[key] = val.slice();
99
- } else {
100
- result[key] = val;
101
- }
102
- }
103
- for (var i = 0, l = arguments.length; i < l; i++) {
104
- forEach(arguments[i], assignValue);
105
- }
106
- return result;
107
- }
108
- function extend(a, b, thisArg) {
109
- forEach(b, function assignValue(val, key) {
110
- if (thisArg && typeof val === "function") {
111
- a[key] = bind(val, thisArg);
112
- } else {
113
- a[key] = val;
114
- }
115
- });
116
- return a;
117
- }
118
- function stripBOM(content) {
119
- if (content.charCodeAt(0) === 65279) {
120
- content = content.slice(1);
121
- }
122
- return content;
123
- }
124
- var utils = {
125
- isArray,
126
- isArrayBuffer,
127
- isBuffer,
128
- isFormData,
129
- isArrayBufferView,
130
- isString,
131
- isNumber,
132
- isObject,
133
- isPlainObject,
134
- isUndefined,
135
- isDate,
136
- isFile,
137
- isBlob,
138
- isFunction,
139
- isStream,
140
- isURLSearchParams,
141
- isStandardBrowserEnv,
142
- forEach,
143
- merge,
144
- extend,
145
- trim,
146
- stripBOM
147
- };
148
- export {
149
- utils as default
150
- };
151
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sources":["../../../../node_modules/axios/lib/utils.js"],"sourcesContent":["'use strict';\n\nvar bind = require('./helpers/bind');\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return Array.isArray(val);\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return toString.call(val) === '[object FormData]';\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {Object} val The value to test\n * @return {boolean} True if value is a plain Object, otherwise false\n */\nfunction isPlainObject(val) {\n if (toString.call(val) !== '[object Object]') {\n return false;\n }\n\n var prototype = Object.getPrototypeOf(val);\n return prototype === null || prototype === Object.prototype;\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return toString.call(val) === '[object URLSearchParams]';\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.trim ? str.trim() : str.replace(/^\\s+|\\s+$/g, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n navigator.product === 'NativeScript' ||\n navigator.product === 'NS')) {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (isPlainObject(result[key]) && isPlainObject(val)) {\n result[key] = merge(result[key], val);\n } else if (isPlainObject(val)) {\n result[key] = merge({}, val);\n } else if (isArray(val)) {\n result[key] = val.slice();\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n * @return {string} content value without BOM\n */\nfunction stripBOM(content) {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isPlainObject: isPlainObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim,\n stripBOM: stripBOM\n};\n"],"names":["require$$0"],"mappings":"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"}