hoeditor-web 3.2.47 → 3.2.48
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/lib/hoeditor.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "vue";
|
|
2
|
-
import { H as i, d as r, b as e, a as l, e as t, T as H, f as d, i as f } from "./index-
|
|
2
|
+
import { H as i, d as r, b as e, a as l, e as t, T as H, f as d, i as f } from "./index-BZDmGwAu.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -14898,7 +14898,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
14898
14898
|
}
|
|
14899
14899
|
}
|
|
14900
14900
|
}
|
|
14901
|
-
const version = "3.2.
|
|
14901
|
+
const version = "3.2.48";
|
|
14902
14902
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
14903
14903
|
class SignNode extends BaseNode {
|
|
14904
14904
|
constructor(hoEditorFactoryID, rootNodes, pNode, nodeType, number, type, name, signType, signFormat, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, isTemplate, styleIndex, connectMode, isFront, allowEditSignTime, fingerPrintSrc, fingerPosition, attribute, connectChar, otherProperties, dataId, associatedElement, isTemp, innerIdentifier) {
|
|
@@ -64194,7 +64194,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
64194
64194
|
(function(a) {
|
|
64195
64195
|
function t() {
|
|
64196
64196
|
return function() {
|
|
64197
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
64197
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-C-NRuy_k.mjs");
|
|
64198
64198
|
}().catch(function(r) {
|
|
64199
64199
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
64200
64200
|
}).then(function(r) {
|
|
@@ -76148,7 +76148,7 @@ const TableCellProperty = __component__$T.exports, _sfc_main$S = {
|
|
|
76148
76148
|
columns: 1
|
|
76149
76149
|
},
|
|
76150
76150
|
formulaText: {
|
|
76151
|
-
bmi:
|
|
76151
|
+
bmi: "BMI体质指数= 体重(千克)÷ 身高(米)^2",
|
|
76152
76152
|
expectedDate: [
|
|
76153
76153
|
i18nHelper("04-001-009-EMR.3.3.274", null, "预产期计算公式为末次月经第一天的月份加9个月或者减去3个月,为预产期的月份数;日期加7天,为预产期日。"),
|
|
76154
76154
|
i18nHelper("04-001-009-EMR.3.3.273", null, "例如某孕妇的末次月经时间是1月11日来潮,她的预产期是,1+9=10,11+7=18,也就是10月18日的预产期。")
|
package/package.json
CHANGED
|
File without changes
|