@pie-element/math-inline 12.1.1-next.15 → 12.1.1-next.16
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/author/configure.js +1 -1
- package/dist/author/index.d.ts +1 -0
- package/dist/author/index.js +5 -2
- package/dist/author/response.js +5 -5
- package/dist/browser/author/index.js +6708 -7256
- package/dist/browser/author/index.js.map +1 -1
- package/dist/browser/controller/index.js +1423 -1421
- package/dist/browser/controller/index.js.map +1 -1
- package/dist/browser/delivery/index.js +3 -3
- package/dist/browser/delivery/index.js.map +1 -1
- package/dist/browser/{dist-BTyrpsXL.js → dist--pvq7WNe.js} +10 -3
- package/dist/browser/{dist-BTyrpsXL.js.map → dist--pvq7WNe.js.map} +1 -1
- package/dist/browser/dist-D8taXDhz.js +16748 -0
- package/dist/browser/dist-D8taXDhz.js.map +1 -0
- package/dist/browser/{dist-D9ARZhQk.js → dist-DiGNNRzu.js} +2 -2
- package/dist/browser/{dist-D9ARZhQk.js.map → dist-DiGNNRzu.js.map} +1 -1
- package/dist/browser/{main-DIAGtm9r.js → main-AjqUtC75.js} +125 -125
- package/dist/browser/{main-DIAGtm9r.js.map → main-AjqUtC75.js.map} +1 -1
- package/dist/browser/print/index.js +3 -3
- package/dist/browser/print/index.js.map +1 -1
- package/dist/delivery/index.js +2 -2
- package/dist/delivery/main.js +2 -2
- package/dist/delivery/simple-question-block.js +1 -1
- package/dist/index.iife.js +47 -50
- package/dist/print/index.js +1 -1
- package/package.json +15 -9
- package/dist/browser/dist-gZPCFLwA.js +0 -19418
- package/dist/browser/dist-gZPCFLwA.js.map +0 -1
|
@@ -789,7 +789,7 @@ var M = {}, N = (e) => !n(e) && typeof e != "boolean" && typeof e != "number", P
|
|
|
789
789
|
init(e = {}) {
|
|
790
790
|
e.interpolation ||= { escapeValue: !0 };
|
|
791
791
|
let { escape: t, escapeValue: n, useRawValueToEscape: r, prefix: i, prefixEscaped: a, suffix: o, suffixEscaped: s, formatSeparator: c, unescapeSuffix: l, unescapePrefix: u, nestingPrefix: d, nestingPrefixEscaped: f, nestingSuffix: p, nestingSuffixEscaped: m, nestingOptionsSeparator: g, maxReplaces: v, alwaysFormat: y } = e.interpolation;
|
|
792
|
-
this.escape = t === void 0 ? _ : t, this.escapeValue = n === void 0
|
|
792
|
+
this.escape = t === void 0 ? _ : t, this.escapeValue = n === void 0 || n, this.useRawValueToEscape = r !== void 0 && r, this.prefix = i ? h(i) : a || "{{", this.suffix = o ? h(o) : s || "}}", this.formatSeparator = c || ",", this.unescapePrefix = l ? "" : u || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = d ? h(d) : f || h("$t("), this.nestingSuffix = p ? h(p) : m || h(")"), this.nestingOptionsSeparator = g || ",", this.maxReplaces = v || 1e3, this.alwaysFormat = y !== void 0 && y, this.resetRegExp();
|
|
793
793
|
}
|
|
794
794
|
reset() {
|
|
795
795
|
this.options && this.init(this.options);
|
|
@@ -1423,4 +1423,4 @@ var re = {
|
|
|
1423
1423
|
//#endregion
|
|
1424
1424
|
export { re as t };
|
|
1425
1425
|
|
|
1426
|
-
//# sourceMappingURL=dist-
|
|
1426
|
+
//# sourceMappingURL=dist-DiGNNRzu.js.map
|