hoeditor-web 2.0.60 → 2.0.61
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.common.js +3 -3
- package/lib/hoeditor.css +2 -854
- package/lib/hoeditor.umd.js +3 -3
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.common.js
CHANGED
|
@@ -11622,7 +11622,7 @@ var Print = /*#__PURE__*/function () {
|
|
|
11622
11622
|
|
|
11623
11623
|
if (index === hoEditorFactory.startPageNum && positionY) {
|
|
11624
11624
|
dShape = new createjs.Shape();
|
|
11625
|
-
dShape.graphics.beginFill('#
|
|
11625
|
+
dShape.graphics.beginFill('#FFFFFF').rect(0, 0, width, positionY).endFill();
|
|
11626
11626
|
cpage.drawDocContainer.addChild(dShape);
|
|
11627
11627
|
cpage.drawFooter.alpha = 0; // 上一页还有空余时续打起始页隐藏页脚
|
|
11628
11628
|
} // 光标处续打
|
|
@@ -11635,7 +11635,7 @@ var Print = /*#__PURE__*/function () {
|
|
|
11635
11635
|
if (index === posIndex && posY) {
|
|
11636
11636
|
_dShape = new createjs.Shape();
|
|
11637
11637
|
|
|
11638
|
-
_dShape.graphics.beginFill('#
|
|
11638
|
+
_dShape.graphics.beginFill('#FFFFFF').rect(0, 0, width, posY).endFill();
|
|
11639
11639
|
|
|
11640
11640
|
cpage.drawDocContainer.addChild(_dShape);
|
|
11641
11641
|
cpage.drawFooter.alpha = 0;
|
|
@@ -207085,7 +207085,7 @@ var SignNode = __webpack_require__(34450);
|
|
|
207085
207085
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
207086
207086
|
var ParagraphNode = __webpack_require__(14208);
|
|
207087
207087
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
207088
|
-
/* harmony default export */ var version = ('2.0.
|
|
207088
|
+
/* harmony default export */ var version = ('2.0.61');
|
|
207089
207089
|
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperTipText/PoperTipText.vue?vue&type=template&id=3fa4e4d3&scoped=true&
|
|
207090
207090
|
var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShow),expression:"isShow"},{name:"click-outside",rawName:"v-click-outside",value:(_vm.handleClose),expression:"handleClose"}],ref:"poperTextNode",staticClass:"poper-text-modal animation-in",style:(_vm.posStyle),on:{"mouseenter":_vm.mouseEnter,"mouseleave":_vm.mouseLeave}},_vm._l((_vm.poperText),function(text){return _c('div',{key:text + Math.random(0, 1),staticClass:"poper-text"},[_vm._v(" "+_vm._s(text)+" ")])}),0)}
|
|
207091
207091
|
var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_staticRenderFns = []
|