hardpy 0.13.0__tar.gz → 0.14.0__tar.gz
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.
- {hardpy-0.13.0 → hardpy-0.14.0}/PKG-INFO +1 -1
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/cli/cli.py +2 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/config.py +5 -0
- hardpy-0.13.0/hardpy/hardpy_panel/frontend/dist/assets/allPaths-Cg7WZDXy.js → hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/assets/allPaths-CV5wjLMB.js +1 -1
- hardpy-0.13.0/hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-C79wUwqR.js → hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-JIzW_pSb.js +2 -2
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js +2 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js +790 -0
- hardpy-0.13.0/hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-hWuLTMwD.js → hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-DkZadBcn.js +1 -1
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/index.html +1 -1
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/de/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/en/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/es/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json +60 -0
- hardpy-0.14.0/hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json +60 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py +8 -2
- {hardpy-0.13.0 → hardpy-0.14.0}/pyproject.toml +1 -1
- hardpy-0.13.0/hardpy/hardpy_panel/frontend/dist/assets/index-De5CJ3kt.js +0 -790
- {hardpy-0.13.0 → hardpy-0.14.0}/.gitignore +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/LICENSE +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/README.md +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/cli/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/cli/template.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/connector.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/exception.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/oauth2.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/registration.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/token_manager.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/common/stand_cloud/utils.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/api.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Bfs1BwbR.ttf +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Btb8d-Hu.woff +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-CzsyEoPG.svg +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DrH54W_x.woff2 +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-RCDSkC4W.eot +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-BGGGsqDJ.ttf +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-D9WO2FSG.woff2 +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-Doom1bSH.eot +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-DyVnGNfQ.svg +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-ZW-9JnPf.woff +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/assets/logo_smol-CK3jE85c.png +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/favicon.ico +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/logo192.png +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/logo512.png +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/hardpy_panel/frontend/dist/manifest.json +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/base_connector.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/base_server.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/base_store.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/const.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/runstore.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/schema/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/schema/v1.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/db/statestore.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/plugin.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/pytest_call.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/pytest_wrapper.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/reporter/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/reporter/base.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/reporter/hook_reporter.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/reporter/runner_reporter.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/couchdb_config.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_loader/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_reader/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/result/report_reader/stand_cloud_reader.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/__init__.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/connection_data.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/const.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/dialog_box.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/exception.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/machineid.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/node_info.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/progress_calculator.py +0 -0
- {hardpy-0.13.0 → hardpy-0.14.0}/hardpy/pytest_hardpy/utils/singleton.py +0 -0
|
@@ -86,6 +86,7 @@ def init( # noqa: PLR0913
|
|
|
86
86
|
database_port (int): Database port
|
|
87
87
|
frontend_host (str): Panel operator host
|
|
88
88
|
frontend_port (int): Panel operator port
|
|
89
|
+
frontend_language (str): Panel operator language
|
|
89
90
|
sc_address (str): StandCloud address
|
|
90
91
|
sc_connection_only (bool): Flag to check StandCloud service availability
|
|
91
92
|
"""
|
|
@@ -100,6 +101,7 @@ def init( # noqa: PLR0913
|
|
|
100
101
|
database_port=database_port,
|
|
101
102
|
frontend_host=frontend_host,
|
|
102
103
|
frontend_port=frontend_port,
|
|
104
|
+
frontend_language=default_config.frontend.language,
|
|
103
105
|
sc_address=sc_address,
|
|
104
106
|
sc_connection_only=sc_connection_only,
|
|
105
107
|
)
|
|
@@ -40,6 +40,7 @@ class FrontendConfig(BaseModel):
|
|
|
40
40
|
|
|
41
41
|
host: str = "localhost"
|
|
42
42
|
port: int = 8000
|
|
43
|
+
language: str = "en"
|
|
43
44
|
|
|
44
45
|
|
|
45
46
|
class StandCloudConfig(BaseModel):
|
|
@@ -50,6 +51,7 @@ class StandCloudConfig(BaseModel):
|
|
|
50
51
|
address: str = ""
|
|
51
52
|
connection_only: bool = False
|
|
52
53
|
|
|
54
|
+
|
|
53
55
|
class HardpyConfig(BaseModel, extra="allow"):
|
|
54
56
|
"""HardPy configuration."""
|
|
55
57
|
|
|
@@ -80,6 +82,7 @@ class ConfigManager:
|
|
|
80
82
|
database_port: int,
|
|
81
83
|
frontend_host: str,
|
|
82
84
|
frontend_port: int,
|
|
85
|
+
frontend_language: str,
|
|
83
86
|
sc_address: str = "",
|
|
84
87
|
sc_connection_only: bool = False,
|
|
85
88
|
) -> None:
|
|
@@ -94,6 +97,7 @@ class ConfigManager:
|
|
|
94
97
|
database_port (int): Database port.
|
|
95
98
|
frontend_host (str): Operator panel host.
|
|
96
99
|
frontend_port (int): Operator panel port.
|
|
100
|
+
frontend_language (str): Operator panel language.
|
|
97
101
|
sc_address (str): StandCloud address.
|
|
98
102
|
sc_connection_only (bool): StandCloud check availability.
|
|
99
103
|
"""
|
|
@@ -105,6 +109,7 @@ class ConfigManager:
|
|
|
105
109
|
cls.obj.database.port = database_port
|
|
106
110
|
cls.obj.frontend.host = frontend_host
|
|
107
111
|
cls.obj.frontend.port = frontend_port
|
|
112
|
+
cls.obj.frontend.language = frontend_language
|
|
108
113
|
cls.obj.stand_cloud.address = sc_address
|
|
109
114
|
cls.obj.stand_cloud.connection_only = sc_connection_only
|
|
110
115
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{I as n}from"./index-xb4M2ucX.js";import{I as e}from"./index-BMEat_ws.js";import{p as r,I as s}from"./index-
|
|
1
|
+
import{I as n}from"./index-xb4M2ucX.js";import{I as e}from"./index-BMEat_ws.js";import{p as r,I as s}from"./index-6RIgWzcZ.js";function I(o,t){var a=r(o);return t===s.STANDARD?n[a]:e[a]}function p(o){return r(o)}export{n as IconSvgPaths16,e as IconSvgPaths20,I as getIconPaths,p as iconNameToPathsRecordKey};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-
|
|
2
|
-
import{_ as o,a as n,b as i}from"./index-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-CV5wjLMB.js","assets/index-xb4M2ucX.js","assets/index-BMEat_ws.js","assets/index-6RIgWzcZ.js","assets/index-BwCQzehg.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as o,a as n,b as i}from"./index-6RIgWzcZ.js";var _=function(e,a){return o(void 0,void 0,void 0,function(){var t;return n(this,function(r){switch(r.label){case 0:return[4,i(()=>import("./allPaths-CV5wjLMB.js"),__vite__mapDeps([0,1,2,3,4]))];case 1:return t=r.sent().getIconPaths,[2,t(e,a)]}})})};export{_ as allPathsLoader};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{g as G}from"./index-6RIgWzcZ.js";function $(w,c){for(var m=0;m<c.length;m++){const d=c[m];if(typeof d!="string"&&!Array.isArray(d)){for(const y in d)if(y!=="default"&&!(y in w)){const p=Object.getOwnPropertyDescriptor(d,y);p&&Object.defineProperty(w,y,p.get?p:{enumerable:!0,get:()=>d[y]})}}}return Object.freeze(Object.defineProperty(w,Symbol.toStringTag,{value:"Module"}))}var E={exports:{}},U;function X(){return U||(U=1,function(w,c){var m={},d=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof m<"u"&&m,y=function(){function v(){this.fetch=!1,this.DOMException=d.DOMException}return v.prototype=d,new v}();(function(v){(function(u){var a=typeof v<"u"&&v||typeof self<"u"&&self||typeof a<"u"&&a,f={searchParams:"URLSearchParams"in a,iterable:"Symbol"in a&&"iterator"in Symbol,blob:"FileReader"in a&&"Blob"in a&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in a,arrayBuffer:"ArrayBuffer"in a};function S(e){return e&&DataView.prototype.isPrototypeOf(e)}if(f.arrayBuffer)var F=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],I=ArrayBuffer.isView||function(e){return e&&F.indexOf(Object.prototype.toString.call(e))>-1};function _(e){if(typeof e!="string"&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||e==="")throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function T(e){return typeof e!="string"&&(e=String(e)),e}function B(e){var t={next:function(){var r=e.shift();return{done:r===void 0,value:r}}};return f.iterable&&(t[Symbol.iterator]=function(){return t}),t}function s(e){this.map={},e instanceof s?e.forEach(function(t,r){this.append(r,t)},this):Array.isArray(e)?e.forEach(function(t){this.append(t[0],t[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}s.prototype.append=function(e,t){e=_(e),t=T(t);var r=this.map[e];this.map[e]=r?r+", "+t:t},s.prototype.delete=function(e){delete this.map[_(e)]},s.prototype.get=function(e){return e=_(e),this.has(e)?this.map[e]:null},s.prototype.has=function(e){return this.map.hasOwnProperty(_(e))},s.prototype.set=function(e,t){this.map[_(e)]=T(t)},s.prototype.forEach=function(e,t){for(var r in this.map)this.map.hasOwnProperty(r)&&e.call(t,this.map[r],r,this)},s.prototype.keys=function(){var e=[];return this.forEach(function(t,r){e.push(r)}),B(e)},s.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),B(e)},s.prototype.entries=function(){var e=[];return this.forEach(function(t,r){e.push([r,t])}),B(e)},f.iterable&&(s.prototype[Symbol.iterator]=s.prototype.entries);function O(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function D(e){return new Promise(function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}})}function M(e){var t=new FileReader,r=D(t);return t.readAsArrayBuffer(e),r}function q(e){var t=new FileReader,r=D(t);return t.readAsText(e),r}function H(e){for(var t=new Uint8Array(e),r=new Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}function x(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function R(){return this.bodyUsed=!1,this._initBody=function(e){this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?typeof e=="string"?this._bodyText=e:f.blob&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:f.formData&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:f.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():f.arrayBuffer&&f.blob&&S(e)?(this._bodyArrayBuffer=x(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):f.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||I(e))?this._bodyArrayBuffer=x(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||(typeof e=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):f.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},f.blob&&(this.blob=function(){var e=O(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=O(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(M)}),this.text=function(){var e=O(this);if(e)return e;if(this._bodyBlob)return q(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(H(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},f.formData&&(this.formData=function(){return this.text().then(k)}),this.json=function(){return this.text().then(JSON.parse)},this}var L=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function C(e){var t=e.toUpperCase();return L.indexOf(t)>-1?t:e}function b(e,t){if(!(this instanceof b))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t=t||{};var r=t.body;if(e instanceof b){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new s(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,!r&&e._bodyInit!=null&&(r=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",(t.headers||!this.headers)&&(this.headers=new s(t.headers)),this.method=C(t.method||this.method||"GET"),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&r)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(r),(this.method==="GET"||this.method==="HEAD")&&(t.cache==="no-store"||t.cache==="no-cache")){var n=/([?&])_=[^&]*/;if(n.test(this.url))this.url=this.url.replace(n,"$1_="+new Date().getTime());else{var i=/\?/;this.url+=(i.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}b.prototype.clone=function(){return new b(this,{body:this._bodyInit})};function k(e){var t=new FormData;return e.trim().split("&").forEach(function(r){if(r){var n=r.split("="),i=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(i),decodeURIComponent(o))}}),t}function N(e){var t=new s,r=e.replace(/\r?\n[\t ]+/g," ");return r.split("\r").map(function(n){return n.indexOf(`
|
|
2
|
+
`)===0?n.substr(1,n.length):n}).forEach(function(n){var i=n.split(":"),o=i.shift().trim();if(o){var g=i.join(":").trim();t.append(o,g)}}),t}R.call(b.prototype);function l(e,t){if(!(this instanceof l))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=t.status===void 0?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=t.statusText===void 0?"":""+t.statusText,this.headers=new s(t.headers),this.url=t.url||"",this._initBody(e)}R.call(l.prototype),l.prototype.clone=function(){return new l(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new s(this.headers),url:this.url})},l.error=function(){var e=new l(null,{status:0,statusText:""});return e.type="error",e};var V=[301,302,303,307,308];l.redirect=function(e,t){if(V.indexOf(t)===-1)throw new RangeError("Invalid status code");return new l(null,{status:t,headers:{location:e}})},u.DOMException=a.DOMException;try{new u.DOMException}catch{u.DOMException=function(t,r){this.message=t,this.name=r;var n=Error(t);this.stack=n.stack},u.DOMException.prototype=Object.create(Error.prototype),u.DOMException.prototype.constructor=u.DOMException}function P(e,t){return new Promise(function(r,n){var i=new b(e,t);if(i.signal&&i.signal.aborted)return n(new u.DOMException("Aborted","AbortError"));var o=new XMLHttpRequest;function g(){o.abort()}o.onload=function(){var h={status:o.status,statusText:o.statusText,headers:N(o.getAllResponseHeaders()||"")};h.url="responseURL"in o?o.responseURL:h.headers.get("X-Request-URL");var A="response"in o?o.response:o.responseText;setTimeout(function(){r(new l(A,h))},0)},o.onerror=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},o.ontimeout=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},o.onabort=function(){setTimeout(function(){n(new u.DOMException("Aborted","AbortError"))},0)};function z(h){try{return h===""&&a.location.href?a.location.href:h}catch{return h}}o.open(i.method,z(i.url),!0),i.credentials==="include"?o.withCredentials=!0:i.credentials==="omit"&&(o.withCredentials=!1),"responseType"in o&&(f.blob?o.responseType="blob":f.arrayBuffer&&i.headers.get("Content-Type")&&i.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(o.responseType="arraybuffer")),t&&typeof t.headers=="object"&&!(t.headers instanceof s)?Object.getOwnPropertyNames(t.headers).forEach(function(h){o.setRequestHeader(h,T(t.headers[h]))}):i.headers.forEach(function(h,A){o.setRequestHeader(A,h)}),i.signal&&(i.signal.addEventListener("abort",g),o.onreadystatechange=function(){o.readyState===4&&i.signal.removeEventListener("abort",g)}),o.send(typeof i._bodyInit>"u"?null:i._bodyInit)})}return P.polyfill=!0,a.fetch||(a.fetch=P,a.Headers=s,a.Request=b,a.Response=l),u.Headers=s,u.Request=b,u.Response=l,u.fetch=P,u})({})})(y),y.fetch.ponyfill=!0,delete y.fetch.polyfill;var p=d.fetch?d:y;c=p.fetch,c.default=p.fetch,c.fetch=p.fetch,c.Headers=p.Headers,c.Request=p.Request,c.Response=p.Response,w.exports=c}(E,E.exports)),E.exports}var j=X();const J=G(j),Q=$({__proto__:null,default:J},[j]);export{Q as b};
|