mol_dump_lib 0.0.413 → 0.0.415
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/node.d.ts +53 -52
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +2 -1
- package/node.js.map +1 -1
- package/node.mjs +2 -1
- package/node.test.js +2 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +55 -52
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +11 -4
- package/web.js.map +1 -1
- package/web.mjs +11 -4
package/web.js
CHANGED
|
@@ -3465,6 +3465,7 @@ var $;
|
|
|
3465
3465
|
(function ($) {
|
|
3466
3466
|
$.$mol_syntax2_md_flow = new $mol_syntax2({
|
|
3467
3467
|
'quote': /^((?:(?:[>"] )(?:[^]*?)$(\r?\n?))+)([\n\r]*)/,
|
|
3468
|
+
'spoiler': /^((?:(?:[\?] )(?:[^]*?)$(\r?\n?))+)([\n\r]*)/,
|
|
3468
3469
|
'header': /^([#=]+)(\s+)(.*?)$([\n\r]*)/,
|
|
3469
3470
|
'list': /^((?:(?: ?([*+-])|(?:\d+[\.\)])+) +(?:[^]*?)$(?:\r?\n?)(?: (?:[^]*?)$(?:\r?\n?))*)+)((?:\r?\n)*)/,
|
|
3470
3471
|
'code': /^(```\s*)([\w.-]*)[\r\n]+([^]*?)^(```)$([\n\r]*)/,
|
|
@@ -4920,6 +4921,9 @@ var $;
|
|
|
4920
4921
|
json() {
|
|
4921
4922
|
return $mol_wire_sync(this.native).json();
|
|
4922
4923
|
}
|
|
4924
|
+
blob() {
|
|
4925
|
+
return $mol_wire_sync(this.native).blob();
|
|
4926
|
+
}
|
|
4923
4927
|
buffer() {
|
|
4924
4928
|
return $mol_wire_sync(this.native).arrayBuffer();
|
|
4925
4929
|
}
|
|
@@ -4939,9 +4943,6 @@ var $;
|
|
|
4939
4943
|
__decorate([
|
|
4940
4944
|
$mol_action
|
|
4941
4945
|
], $mol_fetch_response.prototype, "text", null);
|
|
4942
|
-
__decorate([
|
|
4943
|
-
$mol_action
|
|
4944
|
-
], $mol_fetch_response.prototype, "buffer", null);
|
|
4945
4946
|
__decorate([
|
|
4946
4947
|
$mol_action
|
|
4947
4948
|
], $mol_fetch_response.prototype, "xml", null);
|
|
@@ -4988,6 +4989,9 @@ var $;
|
|
|
4988
4989
|
static json(input, init) {
|
|
4989
4990
|
return this.success(input, init).json();
|
|
4990
4991
|
}
|
|
4992
|
+
static blob(input, init) {
|
|
4993
|
+
return this.success(input, init).blob();
|
|
4994
|
+
}
|
|
4991
4995
|
static buffer(input, init) {
|
|
4992
4996
|
return this.success(input, init).buffer();
|
|
4993
4997
|
}
|
|
@@ -5016,6 +5020,9 @@ var $;
|
|
|
5016
5020
|
__decorate([
|
|
5017
5021
|
$mol_action
|
|
5018
5022
|
], $mol_fetch, "json", null);
|
|
5023
|
+
__decorate([
|
|
5024
|
+
$mol_action
|
|
5025
|
+
], $mol_fetch, "blob", null);
|
|
5019
5026
|
__decorate([
|
|
5020
5027
|
$mol_action
|
|
5021
5028
|
], $mol_fetch, "buffer", null);
|
|
@@ -5526,7 +5533,7 @@ var $;
|
|
|
5526
5533
|
"use strict";
|
|
5527
5534
|
var $;
|
|
5528
5535
|
(function ($) {
|
|
5529
|
-
$mol_style_attach("mol/check/expand/expand.view.css", "[mol_check_expand] {\n\tmin-width: 20px;\n}\n\n:where([mol_check_expand][disabled]) [mol_check_expand_icon] {\n\tvisibility: hidden;\n}\n\n[mol_check_expand_icon] {\n\tbox-shadow: none;\n}\n[mol_check_expand_icon] {\n\ttransform: rotateZ(0deg);\n}\n\n:where([mol_check_checked]) [mol_check_expand_icon] {\n\ttransform: rotateZ(90deg);\n}\n\n[mol_check_expand_icon] {\n\tvertical-align: text-top;\n}\n\n[mol_check_expand_label] {\n\tmargin-left: 0;\n}\n");
|
|
5536
|
+
$mol_style_attach("mol/check/expand/expand.view.css", "[mol_check_expand] {\n\tmin-width: 20px;\n}\n\n:where([mol_check_expand][disabled]) [mol_check_expand_icon] {\n\tvisibility: hidden;\n}\n\n[mol_check_expand_icon] {\n\tbox-shadow: none;\n\tmargin-left: -0.375rem;\n}\n[mol_check_expand_icon] {\n\ttransform: rotateZ(0deg);\n}\n\n:where([mol_check_checked]) [mol_check_expand_icon] {\n\ttransform: rotateZ(90deg);\n}\n\n[mol_check_expand_icon] {\n\tvertical-align: text-top;\n}\n\n[mol_check_expand_label] {\n\tmargin-left: 0;\n}\n");
|
|
5530
5537
|
})($ || ($ = {}));
|
|
5531
5538
|
|
|
5532
5539
|
;
|