dfs-page-config 0.4.71 → 0.4.72
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 +4 -18
- package/dist/dfs-page-config.umd.cjs +2 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dfs-page-config.js
CHANGED
|
@@ -105234,27 +105234,13 @@ 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
|
-
});
|
|
105251
105237
|
function er() {
|
|
105252
105238
|
if (!isFontAvailable("CircularXX") || !isFontAvailable("CircularXX-Medium")) {
|
|
105253
105239
|
ElMessageBox.alert(
|
|
105254
105240
|
`
|
|
105255
105241
|
<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>
|
|
105242
|
+
点击下载字体:<a href="${CircularXXMedium}" download="CircularXX-Medium.otf" target="_blank">CircularXX-Medium.otf</a><br />
|
|
105243
|
+
点击下载字体:<a href="${CircularXXRegular}" download="CircularXX-Regular.otf" target="_blank">CircularXX-Regular.otf</a>
|
|
105258
105244
|
`,
|
|
105259
105245
|
"提示",
|
|
105260
105246
|
{
|
|
@@ -105303,7 +105289,7 @@ const isFontAvailable = (k) => {
|
|
|
105303
105289
|
closeDialog: ir
|
|
105304
105290
|
};
|
|
105305
105291
|
}
|
|
105306
|
-
}),
|
|
105292
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_c90f4194_lang = "", _withScopeId = (k) => (pushScopeId("data-v-c90f4194"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105307
105293
|
style: { height: "max-content", display: "block" },
|
|
105308
105294
|
class: "el-upload-list--picture-card"
|
|
105309
105295
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105571,7 +105557,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
|
|
|
105571
105557
|
}, 8, ["modelValue"])
|
|
105572
105558
|
], 64);
|
|
105573
105559
|
}
|
|
105574
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105560
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c90f4194"]]);
|
|
105575
105561
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105576
105562
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105577
105563
|
const index = (k, L) => {
|