dfs-page-config 0.4.71 → 0.4.73
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/dfs-page-config.js +15 -33
- package/dist/dfs-page-config.umd.cjs +3 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -105234,41 +105234,23 @@ const isFontAvailable = (k) => {
|
|
|
105234
105234
|
function or() {
|
|
105235
105235
|
localStorage.setItem("fabricHangTagDirection", _e.direction), _e.directionDialogVisible = !1;
|
|
105236
105236
|
}
|
|
105237
|
-
|
|
105238
|
-
|
|
105237
|
+
function er() {
|
|
105238
|
+
isFontAvailable("CircularXX") && isFontAvailable("CircularXX-Medium") ? (_e.dialogState = !0, setTimeout(() => {
|
|
105239
|
+
pe.value.focus();
|
|
105240
|
+
}, 100)) : ElMessageBox.alert(
|
|
105241
|
+
`
|
|
105239
105242
|
<span style="color: red;">所需字体未安装,安装后请关闭浏览器窗口重新打开尝试。</span> <br />
|
|
105240
105243
|
点击下载字体:<a href="${CircularXXMedium}" download="CircularXX-Medium.otf" target="_blank">CircularXX-Medium.otf</a><br />
|
|
105241
105244
|
点击下载字体:<a href="${CircularXXRegular}" download="CircularXX-Regular.otf" target="_blank">CircularXX-Regular.otf</a>
|
|
105242
105245
|
`,
|
|
105243
|
-
|
|
105244
|
-
|
|
105245
|
-
|
|
105246
|
-
|
|
105247
|
-
|
|
105248
|
-
|
|
105249
|
-
|
|
105250
|
-
|
|
105251
|
-
function er() {
|
|
105252
|
-
if (!isFontAvailable("CircularXX") || !isFontAvailable("CircularXX-Medium")) {
|
|
105253
|
-
ElMessageBox.alert(
|
|
105254
|
-
`
|
|
105255
|
-
<span style="color: red;">所需字体未安装,安装后请关闭浏览器窗口重新打开尝试。</span> <br />
|
|
105256
|
-
点击下载字体:<a href="${CircularXXMedium}" target="_blank">CircularXX-Medium.otf</a><br />
|
|
105257
|
-
点击下载字体:<a href="${CircularXXRegular}" target="_blank">CircularXX-Regular.otf</a>
|
|
105258
|
-
`,
|
|
105259
|
-
"提示",
|
|
105260
|
-
{
|
|
105261
|
-
showConfirmButton: !1,
|
|
105262
|
-
// center: true,
|
|
105263
|
-
dangerouslyUseHTMLString: !0
|
|
105264
|
-
}
|
|
105265
|
-
).catch(() => {
|
|
105266
|
-
});
|
|
105267
|
-
return;
|
|
105268
|
-
}
|
|
105269
|
-
_e.dialogState = !0, setTimeout(() => {
|
|
105270
|
-
pe.value.focus();
|
|
105271
|
-
}, 100);
|
|
105246
|
+
"提示",
|
|
105247
|
+
{
|
|
105248
|
+
showConfirmButton: !1,
|
|
105249
|
+
// center: true,
|
|
105250
|
+
dangerouslyUseHTMLString: !0
|
|
105251
|
+
}
|
|
105252
|
+
).catch(() => {
|
|
105253
|
+
});
|
|
105272
105254
|
}
|
|
105273
105255
|
function ir() {
|
|
105274
105256
|
_e.printCount = "";
|
|
@@ -105303,7 +105285,7 @@ const isFontAvailable = (k) => {
|
|
|
105303
105285
|
closeDialog: ir
|
|
105304
105286
|
};
|
|
105305
105287
|
}
|
|
105306
|
-
}),
|
|
105288
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_a45abb3d_lang = "", _withScopeId = (k) => (pushScopeId("data-v-a45abb3d"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105307
105289
|
style: { height: "max-content", display: "block" },
|
|
105308
105290
|
class: "el-upload-list--picture-card"
|
|
105309
105291
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105571,7 +105553,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
|
105571
105553
|
}, 8, ["modelValue"])
|
|
105572
105554
|
], 64);
|
|
105573
105555
|
}
|
|
105574
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105556
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a45abb3d"]]);
|
|
105575
105557
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105576
105558
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105577
105559
|
const index = (k, L) => {
|