mol_view_tree2_lib 1.0.45 → 1.0.47
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/package.json +1 -1
- package/web.d.ts +64 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +69 -1
- package/web.js.map +1 -1
- package/web.mjs +69 -1
package/web.mjs
CHANGED
|
@@ -4520,6 +4520,74 @@ var $;
|
|
|
4520
4520
|
$.$mol_file = $mol_file;
|
|
4521
4521
|
})($ || ($ = {}));
|
|
4522
4522
|
|
|
4523
|
+
;
|
|
4524
|
+
"use strict";
|
|
4525
|
+
var $;
|
|
4526
|
+
(function ($) {
|
|
4527
|
+
let $mol_rest_code;
|
|
4528
|
+
(function ($mol_rest_code) {
|
|
4529
|
+
$mol_rest_code[$mol_rest_code["Continue"] = 100] = "Continue";
|
|
4530
|
+
$mol_rest_code[$mol_rest_code["Switching protocols"] = 101] = "Switching protocols";
|
|
4531
|
+
$mol_rest_code[$mol_rest_code["Processing"] = 102] = "Processing";
|
|
4532
|
+
$mol_rest_code[$mol_rest_code["OK"] = 200] = "OK";
|
|
4533
|
+
$mol_rest_code[$mol_rest_code["Created"] = 201] = "Created";
|
|
4534
|
+
$mol_rest_code[$mol_rest_code["Accepted"] = 202] = "Accepted";
|
|
4535
|
+
$mol_rest_code[$mol_rest_code["Non-Authoritative Information"] = 203] = "Non-Authoritative Information";
|
|
4536
|
+
$mol_rest_code[$mol_rest_code["No Content"] = 204] = "No Content";
|
|
4537
|
+
$mol_rest_code[$mol_rest_code["Reset Content"] = 205] = "Reset Content";
|
|
4538
|
+
$mol_rest_code[$mol_rest_code["Partial Content"] = 206] = "Partial Content";
|
|
4539
|
+
$mol_rest_code[$mol_rest_code["Multi Status"] = 207] = "Multi Status";
|
|
4540
|
+
$mol_rest_code[$mol_rest_code["Already Reported"] = 208] = "Already Reported";
|
|
4541
|
+
$mol_rest_code[$mol_rest_code["IM Used"] = 226] = "IM Used";
|
|
4542
|
+
$mol_rest_code[$mol_rest_code["Multiple Choices"] = 300] = "Multiple Choices";
|
|
4543
|
+
$mol_rest_code[$mol_rest_code["Moved Permanently"] = 301] = "Moved Permanently";
|
|
4544
|
+
$mol_rest_code[$mol_rest_code["Found"] = 302] = "Found";
|
|
4545
|
+
$mol_rest_code[$mol_rest_code["See Other"] = 303] = "See Other";
|
|
4546
|
+
$mol_rest_code[$mol_rest_code["Not Modified"] = 304] = "Not Modified";
|
|
4547
|
+
$mol_rest_code[$mol_rest_code["Use Proxy"] = 305] = "Use Proxy";
|
|
4548
|
+
$mol_rest_code[$mol_rest_code["Temporary Redirect"] = 307] = "Temporary Redirect";
|
|
4549
|
+
$mol_rest_code[$mol_rest_code["Bad Request"] = 400] = "Bad Request";
|
|
4550
|
+
$mol_rest_code[$mol_rest_code["Unauthorized"] = 401] = "Unauthorized";
|
|
4551
|
+
$mol_rest_code[$mol_rest_code["Payment Required"] = 402] = "Payment Required";
|
|
4552
|
+
$mol_rest_code[$mol_rest_code["Forbidden"] = 403] = "Forbidden";
|
|
4553
|
+
$mol_rest_code[$mol_rest_code["Not Found"] = 404] = "Not Found";
|
|
4554
|
+
$mol_rest_code[$mol_rest_code["Method Not Allowed"] = 405] = "Method Not Allowed";
|
|
4555
|
+
$mol_rest_code[$mol_rest_code["Not Acceptable"] = 406] = "Not Acceptable";
|
|
4556
|
+
$mol_rest_code[$mol_rest_code["Proxy Authentication Required"] = 407] = "Proxy Authentication Required";
|
|
4557
|
+
$mol_rest_code[$mol_rest_code["Request Timeout"] = 408] = "Request Timeout";
|
|
4558
|
+
$mol_rest_code[$mol_rest_code["Conflict"] = 409] = "Conflict";
|
|
4559
|
+
$mol_rest_code[$mol_rest_code["Gone"] = 410] = "Gone";
|
|
4560
|
+
$mol_rest_code[$mol_rest_code["Length Required"] = 411] = "Length Required";
|
|
4561
|
+
$mol_rest_code[$mol_rest_code["Precondition Failed"] = 412] = "Precondition Failed";
|
|
4562
|
+
$mol_rest_code[$mol_rest_code["Request Entity Too Large"] = 413] = "Request Entity Too Large";
|
|
4563
|
+
$mol_rest_code[$mol_rest_code["Request URI Too Long"] = 414] = "Request URI Too Long";
|
|
4564
|
+
$mol_rest_code[$mol_rest_code["Unsupported Media Type"] = 415] = "Unsupported Media Type";
|
|
4565
|
+
$mol_rest_code[$mol_rest_code["Requested Range Not Satisfiable"] = 416] = "Requested Range Not Satisfiable";
|
|
4566
|
+
$mol_rest_code[$mol_rest_code["Expectation Failed"] = 417] = "Expectation Failed";
|
|
4567
|
+
$mol_rest_code[$mol_rest_code["Teapot"] = 418] = "Teapot";
|
|
4568
|
+
$mol_rest_code[$mol_rest_code["Unprocessable Entity"] = 422] = "Unprocessable Entity";
|
|
4569
|
+
$mol_rest_code[$mol_rest_code["Locked"] = 423] = "Locked";
|
|
4570
|
+
$mol_rest_code[$mol_rest_code["Failed Dependency"] = 424] = "Failed Dependency";
|
|
4571
|
+
$mol_rest_code[$mol_rest_code["Upgrade Required"] = 426] = "Upgrade Required";
|
|
4572
|
+
$mol_rest_code[$mol_rest_code["Precondition Required"] = 428] = "Precondition Required";
|
|
4573
|
+
$mol_rest_code[$mol_rest_code["Too Many Requests"] = 429] = "Too Many Requests";
|
|
4574
|
+
$mol_rest_code[$mol_rest_code["Request Header Fields Too Large"] = 431] = "Request Header Fields Too Large";
|
|
4575
|
+
$mol_rest_code[$mol_rest_code["Unavailable For Legal Reasons"] = 451] = "Unavailable For Legal Reasons";
|
|
4576
|
+
$mol_rest_code[$mol_rest_code["Internal Server Error"] = 500] = "Internal Server Error";
|
|
4577
|
+
$mol_rest_code[$mol_rest_code["Not Implemented"] = 501] = "Not Implemented";
|
|
4578
|
+
$mol_rest_code[$mol_rest_code["Bad Gateway"] = 502] = "Bad Gateway";
|
|
4579
|
+
$mol_rest_code[$mol_rest_code["Service Unavailable"] = 503] = "Service Unavailable";
|
|
4580
|
+
$mol_rest_code[$mol_rest_code["Gateway Timeout"] = 504] = "Gateway Timeout";
|
|
4581
|
+
$mol_rest_code[$mol_rest_code["HTTP Version Not Supported"] = 505] = "HTTP Version Not Supported";
|
|
4582
|
+
$mol_rest_code[$mol_rest_code["Insufficient Storage"] = 507] = "Insufficient Storage";
|
|
4583
|
+
$mol_rest_code[$mol_rest_code["Loop Detected"] = 508] = "Loop Detected";
|
|
4584
|
+
$mol_rest_code[$mol_rest_code["Not Extended"] = 510] = "Not Extended";
|
|
4585
|
+
$mol_rest_code[$mol_rest_code["Network Authentication Required"] = 511] = "Network Authentication Required";
|
|
4586
|
+
$mol_rest_code[$mol_rest_code["Network Read Timeout Error"] = 598] = "Network Read Timeout Error";
|
|
4587
|
+
$mol_rest_code[$mol_rest_code["Network Connect Timeout Error"] = 599] = "Network Connect Timeout Error";
|
|
4588
|
+
})($mol_rest_code = $.$mol_rest_code || ($.$mol_rest_code = {}));
|
|
4589
|
+
})($ || ($ = {}));
|
|
4590
|
+
|
|
4523
4591
|
;
|
|
4524
4592
|
"use strict";
|
|
4525
4593
|
var $;
|
|
@@ -4553,7 +4621,7 @@ var $;
|
|
|
4553
4621
|
return this.native.ok;
|
|
4554
4622
|
}
|
|
4555
4623
|
message() {
|
|
4556
|
-
return this.
|
|
4624
|
+
return $mol_rest_code[this.code()] || `HTTP Error ${this.code()}`;
|
|
4557
4625
|
}
|
|
4558
4626
|
headers() {
|
|
4559
4627
|
return this.native.headers;
|