@zscreate/form-component 1.1.307-upload.19 → 1.1.307-upload.20
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/form-component.umd.js +10 -6
- package/package.json +1 -1
|
@@ -111817,7 +111817,7 @@ function toNumber(value) {
|
|
|
111817
111817
|
/***/ ((module) => {
|
|
111818
111818
|
|
|
111819
111819
|
"use strict";
|
|
111820
|
-
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.
|
|
111820
|
+
module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.20"}');
|
|
111821
111821
|
|
|
111822
111822
|
/***/ })
|
|
111823
111823
|
|
|
@@ -125300,13 +125300,17 @@ console.log("version:", version);
|
|
|
125300
125300
|
|
|
125301
125301
|
|
|
125302
125302
|
const main_components = [layoutForPaper["default"], Container, layoutItem["default"], FilePreview/* default */.A, warpFormulaEdit];
|
|
125303
|
+
function initIconFont(Vue) {
|
|
125304
|
+
const IconFont = icon.createFromIconfontCN({
|
|
125305
|
+
// iconfont 项目名称: oshall
|
|
125306
|
+
scriptUrl: '//at.alicdn.com/t/c/font_4407909_1em2rh2i65p.js' // 在 iconfont.cn 上生成
|
|
125307
|
+
});
|
|
125308
|
+
Vue.component('form-iconfont', IconFont);
|
|
125309
|
+
}
|
|
125303
125310
|
const main_install = function (Vue, opts = {}, router = undefined) {
|
|
125311
|
+
initIconFont(Vue);
|
|
125304
125312
|
window.addEventListener("load", () => {
|
|
125305
|
-
|
|
125306
|
-
// iconfont 项目名称: oshall
|
|
125307
|
-
scriptUrl: '//at.alicdn.com/t/c/font_4407909_1em2rh2i65p.js' // 在 iconfont.cn 上生成
|
|
125308
|
-
});
|
|
125309
|
-
Vue.component('form-iconfont', IconFont);
|
|
125313
|
+
initIconFont(Vue);
|
|
125310
125314
|
});
|
|
125311
125315
|
opts.common_encrypt = encryption;
|
|
125312
125316
|
Vue.prototype = Object.assign(Vue.prototype, opts);
|