dfs-page-config 0.4.70 → 0.4.71
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 +17 -3
- package/dist/dfs-page-config.umd.cjs +7 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -105234,11 +105234,25 @@ const isFontAvailable = (k) => {
|
|
|
105234
105234
|
function or() {
|
|
105235
105235
|
localStorage.setItem("fabricHangTagDirection", _e.direction), _e.directionDialogVisible = !1;
|
|
105236
105236
|
}
|
|
105237
|
+
ElMessageBox.alert(
|
|
105238
|
+
`
|
|
105239
|
+
<span style="color: red;">所需字体未安装,安装后请关闭浏览器窗口重新打开尝试。</span> <br />
|
|
105240
|
+
点击下载字体:<a href="${CircularXXMedium}" download="CircularXX-Medium.otf" target="_blank">CircularXX-Medium.otf</a><br />
|
|
105241
|
+
点击下载字体:<a href="${CircularXXRegular}" download="CircularXX-Regular.otf" target="_blank">CircularXX-Regular.otf</a>
|
|
105242
|
+
`,
|
|
105243
|
+
"提示",
|
|
105244
|
+
{
|
|
105245
|
+
showConfirmButton: !1,
|
|
105246
|
+
// center: true,
|
|
105247
|
+
dangerouslyUseHTMLString: !0
|
|
105248
|
+
}
|
|
105249
|
+
).catch(() => {
|
|
105250
|
+
});
|
|
105237
105251
|
function er() {
|
|
105238
105252
|
if (!isFontAvailable("CircularXX") || !isFontAvailable("CircularXX-Medium")) {
|
|
105239
105253
|
ElMessageBox.alert(
|
|
105240
105254
|
`
|
|
105241
|
-
|
|
105255
|
+
<span style="color: red;">所需字体未安装,安装后请关闭浏览器窗口重新打开尝试。</span> <br />
|
|
105242
105256
|
点击下载字体:<a href="${CircularXXMedium}" target="_blank">CircularXX-Medium.otf</a><br />
|
|
105243
105257
|
点击下载字体:<a href="${CircularXXRegular}" target="_blank">CircularXX-Regular.otf</a>
|
|
105244
105258
|
`,
|
|
@@ -105289,7 +105303,7 @@ const isFontAvailable = (k) => {
|
|
|
105289
105303
|
closeDialog: ir
|
|
105290
105304
|
};
|
|
105291
105305
|
}
|
|
105292
|
-
}),
|
|
105306
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_823e569a_lang = "", _withScopeId = (k) => (pushScopeId("data-v-823e569a"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105293
105307
|
style: { height: "max-content", display: "block" },
|
|
105294
105308
|
class: "el-upload-list--picture-card"
|
|
105295
105309
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105557,7 +105571,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
|
105557
105571
|
}, 8, ["modelValue"])
|
|
105558
105572
|
], 64);
|
|
105559
105573
|
}
|
|
105560
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105574
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-823e569a"]]);
|
|
105561
105575
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105562
105576
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105563
105577
|
const index = (k, L) => {
|