print-design-myprint 1.0.1
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/README.md +190 -0
- package/css/assets/fonts/AlimamaFangYuanTiVF-Thin.ttf +0 -0
- package/css/assets/fonts/AlimamaFangYuanTiVF-Thin.woff2 +0 -0
- package/css/assets/fonts/AlimamaShuHeiTi-Bold.ttf +0 -0
- package/css/assets/fonts/iconfont-color.woff2 +0 -0
- package/css/assets/fonts/iconfont.woff2 +0 -0
- package/css/styles/commStyle.css +1 -0
- package/css/styles/design.css +1 -0
- package/css/styles/element-plus-ui-cover.css +1 -0
- package/css/styles/font.css +1 -0
- package/css/styles/handle-panel.css +1 -0
- package/css/styles/index.css +1 -0
- package/css/styles/moveable.css +1 -0
- package/css/styles/moveable1.css +1 -0
- package/css/styles/my-button.css +1 -0
- package/css/styles/my-collapse.css +1 -0
- package/css/styles/my-colorPicker.css +1 -0
- package/css/styles/my-component.css +1 -0
- package/css/styles/my-icon.css +1 -0
- package/css/styles/my-image.css +1 -0
- package/css/styles/my-input-group.css +1 -0
- package/css/styles/my-other.css +1 -0
- package/css/styles/my-popover.css +1 -0
- package/css/styles/my-slider.css +1 -0
- package/css/styles/my-tabs.css +1 -0
- package/css/styles/options.css +1 -0
- package/css/styles/panel.css +1 -0
- package/css/styles/preview.css +1 -0
- package/css/styles/printStyle.css +1 -0
- package/css/styles/rule.css +1 -0
- package/css/styles/style.css +1 -0
- package/css/styles/toolbar.css +1 -0
- package/css/styles/var.css +1 -0
- package/dist/index.full.js +105436 -0
- package/dist/index.full.mjs +105425 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/es/api/pdfServer.d.ts +2 -0
- package/es/api/pdfServer.mjs +27 -0
- package/es/api/pdfServer.mjs.map +1 -0
- package/es/components/content/handle-panel/history-line-text.vue.d.ts +22 -0
- package/es/components/content/handle-panel/history-line-text.vue.mjs +7 -0
- package/es/components/content/handle-panel/history-line-text.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/history-line-text.vue2.mjs +44 -0
- package/es/components/content/handle-panel/history-line-text.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/history-panel.vue.d.ts +313 -0
- package/es/components/content/handle-panel/history-panel.vue.mjs +7 -0
- package/es/components/content/handle-panel/history-panel.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/history-panel.vue2.mjs +91 -0
- package/es/components/content/handle-panel/history-panel.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/minimap-panel.vue.d.ts +4114 -0
- package/es/components/content/handle-panel/minimap-panel.vue.mjs +7 -0
- package/es/components/content/handle-panel/minimap-panel.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/minimap-panel.vue2.mjs +299 -0
- package/es/components/content/handle-panel/minimap-panel.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/index.vue.d.ts +3194 -0
- package/es/components/content/handle-panel/operation-panel/index.vue.mjs +7 -0
- package/es/components/content/handle-panel/operation-panel/index.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/index.vue2.mjs +58 -0
- package/es/components/content/handle-panel/operation-panel/index.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.d.ts +1801 -0
- package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.mjs +7 -0
- package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/my-element-setting.vue2.mjs +849 -0
- package/es/components/content/handle-panel/operation-panel/my-element-setting.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.d.ts +1104 -0
- package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.mjs +7 -0
- package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue2.mjs +203 -0
- package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-about.vue.d.ts +2 -0
- package/es/components/content/handle-panel/setting/setting-about.vue.mjs +7 -0
- package/es/components/content/handle-panel/setting/setting-about.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-about.vue2.mjs +13 -0
- package/es/components/content/handle-panel/setting/setting-about.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-design.vue.d.ts +115 -0
- package/es/components/content/handle-panel/setting/setting-design.vue.mjs +7 -0
- package/es/components/content/handle-panel/setting/setting-design.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-design.vue2.mjs +41 -0
- package/es/components/content/handle-panel/setting/setting-design.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-panel.vue.d.ts +558 -0
- package/es/components/content/handle-panel/setting/setting-panel.vue.mjs +7 -0
- package/es/components/content/handle-panel/setting/setting-panel.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-panel.vue2.mjs +122 -0
- package/es/components/content/handle-panel/setting/setting-panel.vue2.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-printer.vue.d.ts +189 -0
- package/es/components/content/handle-panel/setting/setting-printer.vue.mjs +7 -0
- package/es/components/content/handle-panel/setting/setting-printer.vue.mjs.map +1 -0
- package/es/components/content/handle-panel/setting/setting-printer.vue2.mjs +93 -0
- package/es/components/content/handle-panel/setting/setting-printer.vue2.mjs.map +1 -0
- package/es/components/content/index.d.ts +2 -0
- package/es/components/content/index.mjs +6 -0
- package/es/components/content/index.mjs.map +1 -0
- package/es/components/content/index.vue.d.ts +20052 -0
- package/es/components/content/index.vue.mjs +7 -0
- package/es/components/content/index.vue.mjs.map +1 -0
- package/es/components/content/index.vue2.mjs +194 -0
- package/es/components/content/index.vue2.mjs.map +1 -0
- package/es/components/content/panel/index.d.ts +0 -0
- package/es/components/content/panel/index.mjs +2 -0
- package/es/components/content/panel/index.mjs.map +1 -0
- package/es/components/content/panel/index.vue.d.ts +12302 -0
- package/es/components/content/panel/index.vue.mjs +7 -0
- package/es/components/content/panel/index.vue.mjs.map +1 -0
- package/es/components/content/panel/index.vue2.mjs +27 -0
- package/es/components/content/panel/index.vue2.mjs.map +1 -0
- package/es/components/content/panel/my-panel.vue.d.ts +6300 -0
- package/es/components/content/panel/my-panel.vue.mjs +7 -0
- package/es/components/content/panel/my-panel.vue.mjs.map +1 -0
- package/es/components/content/panel/my-panel.vue2.mjs +237 -0
- package/es/components/content/panel/my-panel.vue2.mjs.map +1 -0
- package/es/components/content/toolbar/style-design.vue.d.ts +1738 -0
- package/es/components/content/toolbar/style-design.vue.mjs +7 -0
- package/es/components/content/toolbar/style-design.vue.mjs.map +1 -0
- package/es/components/content/toolbar/style-design.vue2.mjs +367 -0
- package/es/components/content/toolbar/style-design.vue2.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/element-align.vue.d.ts +114 -0
- package/es/components/content/toolbar/toolbar-style/element-align.vue.mjs +7 -0
- package/es/components/content/toolbar/toolbar-style/element-align.vue.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/element-align.vue2.mjs +96 -0
- package/es/components/content/toolbar/toolbar-style/element-align.vue2.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/font-family.vue.d.ts +327 -0
- package/es/components/content/toolbar/toolbar-style/font-family.vue.mjs +7 -0
- package/es/components/content/toolbar/toolbar-style/font-family.vue.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/font-family.vue2.mjs +73 -0
- package/es/components/content/toolbar/toolbar-style/font-family.vue2.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/font-size.vue.d.ts +436 -0
- package/es/components/content/toolbar/toolbar-style/font-size.vue.mjs +7 -0
- package/es/components/content/toolbar/toolbar-style/font-size.vue.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar-style/font-size.vue2.mjs +130 -0
- package/es/components/content/toolbar/toolbar-style/font-size.vue2.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar.vue.d.ts +1888 -0
- package/es/components/content/toolbar/toolbar.vue.mjs +7 -0
- package/es/components/content/toolbar/toolbar.vue.mjs.map +1 -0
- package/es/components/content/toolbar/toolbar.vue2.mjs +190 -0
- package/es/components/content/toolbar/toolbar.vue2.mjs.map +1 -0
- package/es/components/content/widget/base-widget.vue.d.ts +6907 -0
- package/es/components/content/widget/base-widget.vue.mjs +7 -0
- package/es/components/content/widget/base-widget.vue.mjs.map +1 -0
- package/es/components/content/widget/base-widget.vue2.mjs +299 -0
- package/es/components/content/widget/base-widget.vue2.mjs.map +1 -0
- package/es/components/content/widget/basic.vue.d.ts +6957 -0
- package/es/components/content/widget/basic.vue.mjs +7 -0
- package/es/components/content/widget/basic.vue.mjs.map +1 -0
- package/es/components/content/widget/basic.vue2.mjs +47 -0
- package/es/components/content/widget/basic.vue2.mjs.map +1 -0
- package/es/components/content/widget/business.vue.d.ts +6931 -0
- package/es/components/content/widget/business.vue.mjs +7 -0
- package/es/components/content/widget/business.vue.mjs.map +1 -0
- package/es/components/content/widget/business.vue2.mjs +36 -0
- package/es/components/content/widget/business.vue2.mjs.map +1 -0
- package/es/components/content/widget/dragWrapper.vue.d.ts +30 -0
- package/es/components/content/widget/dragWrapper.vue.mjs +7 -0
- package/es/components/content/widget/dragWrapper.vue.mjs.map +1 -0
- package/es/components/content/widget/dragWrapper.vue2.mjs +57 -0
- package/es/components/content/widget/dragWrapper.vue2.mjs.map +1 -0
- package/es/components/content/widget/index.vue.d.ts +14163 -0
- package/es/components/content/widget/index.vue.mjs +7 -0
- package/es/components/content/widget/index.vue.mjs.map +1 -0
- package/es/components/content/widget/index.vue2.mjs +135 -0
- package/es/components/content/widget/index.vue2.mjs.map +1 -0
- package/es/components/design/auxiliary/auxiliary-line.vue.d.ts +80 -0
- package/es/components/design/auxiliary/auxiliary-line.vue.mjs +7 -0
- package/es/components/design/auxiliary/auxiliary-line.vue.mjs.map +1 -0
- package/es/components/design/auxiliary/auxiliary-line.vue2.mjs +108 -0
- package/es/components/design/auxiliary/auxiliary-line.vue2.mjs.map +1 -0
- package/es/components/design/barcode/barcode.vue.d.ts +31 -0
- package/es/components/design/barcode/barcode.vue.mjs +7 -0
- package/es/components/design/barcode/barcode.vue.mjs.map +1 -0
- package/es/components/design/barcode/barcode.vue2.mjs +219 -0
- package/es/components/design/barcode/barcode.vue2.mjs.map +1 -0
- package/es/components/design/barcode/index.d.ts +2 -0
- package/es/components/design/barcode/index.mjs +6 -0
- package/es/components/design/barcode/index.mjs.map +1 -0
- package/es/components/design/container/container/containerView.vue.mjs +14 -0
- package/es/components/design/container/container/containerView.vue.mjs.map +1 -0
- package/es/components/design/container/container/index.d.ts +2 -0
- package/es/components/design/container/container/index.mjs +6 -0
- package/es/components/design/container/container/index.mjs.map +1 -0
- package/es/components/design/container/index.d.ts +2 -0
- package/es/components/design/container/index.mjs +3 -0
- package/es/components/design/container/index.mjs.map +1 -0
- package/es/components/design/design.vue.d.ts +17 -0
- package/es/components/design/design.vue.mjs +7 -0
- package/es/components/design/design.vue.mjs.map +1 -0
- package/es/components/design/design.vue2.mjs +170 -0
- package/es/components/design/design.vue2.mjs.map +1 -0
- package/es/components/design/element-list.vue.d.ts +17 -0
- package/es/components/design/element-list.vue.mjs +7 -0
- package/es/components/design/element-list.vue.mjs.map +1 -0
- package/es/components/design/element-list.vue2.mjs +28 -0
- package/es/components/design/element-list.vue2.mjs.map +1 -0
- package/es/components/design/element.vue.d.ts +1735 -0
- package/es/components/design/element.vue.mjs +7 -0
- package/es/components/design/element.vue.mjs.map +1 -0
- package/es/components/design/element.vue2.mjs +75 -0
- package/es/components/design/element.vue2.mjs.map +1 -0
- package/es/components/design/image/image.vue.d.ts +426 -0
- package/es/components/design/image/image.vue.mjs +8 -0
- package/es/components/design/image/image.vue.mjs.map +1 -0
- package/es/components/design/image/image.vue2.mjs +458 -0
- package/es/components/design/image/image.vue2.mjs.map +1 -0
- package/es/components/design/image/index.d.ts +2 -0
- package/es/components/design/image/index.mjs +6 -0
- package/es/components/design/image/index.mjs.map +1 -0
- package/es/components/design/qrcode/index.d.ts +2 -0
- package/es/components/design/qrcode/index.mjs +6 -0
- package/es/components/design/qrcode/index.mjs.map +1 -0
- package/es/components/design/qrcode/qrcode.vue.d.ts +24 -0
- package/es/components/design/qrcode/qrcode.vue.mjs +7 -0
- package/es/components/design/qrcode/qrcode.vue.mjs.map +1 -0
- package/es/components/design/qrcode/qrcode.vue2.mjs +111 -0
- package/es/components/design/qrcode/qrcode.vue2.mjs.map +1 -0
- package/es/components/design/shape/index.d.ts +7 -0
- package/es/components/design/shape/index.mjs +7 -0
- package/es/components/design/shape/index.mjs.map +1 -0
- package/es/components/design/shape/line/computeStyle.d.ts +3 -0
- package/es/components/design/shape/line/computeStyle.mjs +36 -0
- package/es/components/design/shape/line/computeStyle.mjs.map +1 -0
- package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.d.ts +20 -0
- package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.mjs +7 -0
- package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.mjs.map +1 -0
- package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.mjs +31 -0
- package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.mjs.map +1 -0
- package/es/components/design/shape/line/dottedHorizontalLine/index.d.ts +2 -0
- package/es/components/design/shape/line/dottedHorizontalLine/index.mjs +6 -0
- package/es/components/design/shape/line/dottedHorizontalLine/index.mjs.map +1 -0
- package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.d.ts +20 -0
- package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.mjs +7 -0
- package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.mjs.map +1 -0
- package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.mjs +31 -0
- package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.mjs.map +1 -0
- package/es/components/design/shape/line/dottedVerticalLine/index.d.ts +2 -0
- package/es/components/design/shape/line/dottedVerticalLine/index.mjs +6 -0
- package/es/components/design/shape/line/dottedVerticalLine/index.mjs.map +1 -0
- package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.d.ts +20 -0
- package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.mjs +7 -0
- package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.mjs.map +1 -0
- package/es/components/design/shape/line/horizontalLine/horizontalLine.vue2.mjs +31 -0
- package/es/components/design/shape/line/horizontalLine/horizontalLine.vue2.mjs.map +1 -0
- package/es/components/design/shape/line/horizontalLine/index.d.ts +2 -0
- package/es/components/design/shape/line/horizontalLine/index.mjs +6 -0
- package/es/components/design/shape/line/horizontalLine/index.mjs.map +1 -0
- package/es/components/design/shape/line/verticalLine/index.d.ts +2 -0
- package/es/components/design/shape/line/verticalLine/index.mjs +6 -0
- package/es/components/design/shape/line/verticalLine/index.mjs.map +1 -0
- package/es/components/design/shape/line/verticalLine/verticalLine.vue.d.ts +20 -0
- package/es/components/design/shape/line/verticalLine/verticalLine.vue.mjs +7 -0
- package/es/components/design/shape/line/verticalLine/verticalLine.vue.mjs.map +1 -0
- package/es/components/design/shape/line/verticalLine/verticalLine.vue2.mjs +31 -0
- package/es/components/design/shape/line/verticalLine/verticalLine.vue2.mjs.map +1 -0
- package/es/components/design/shape/rect/dottedRect/dottedRect.vue.d.ts +24 -0
- package/es/components/design/shape/rect/dottedRect/dottedRect.vue.mjs +7 -0
- package/es/components/design/shape/rect/dottedRect/dottedRect.vue.mjs.map +1 -0
- package/es/components/design/shape/rect/dottedRect/dottedRect.vue2.mjs +31 -0
- package/es/components/design/shape/rect/dottedRect/dottedRect.vue2.mjs.map +1 -0
- package/es/components/design/shape/rect/dottedRect/index.d.ts +2 -0
- package/es/components/design/shape/rect/dottedRect/index.mjs +6 -0
- package/es/components/design/shape/rect/dottedRect/index.mjs.map +1 -0
- package/es/components/design/shape/rect/rect/index.d.ts +2 -0
- package/es/components/design/shape/rect/rect/index.mjs +6 -0
- package/es/components/design/shape/rect/rect/index.mjs.map +1 -0
- package/es/components/design/shape/rect/rect/rect.vue.d.ts +24 -0
- package/es/components/design/shape/rect/rect/rect.vue.mjs +7 -0
- package/es/components/design/shape/rect/rect/rect.vue.mjs.map +1 -0
- package/es/components/design/shape/rect/rect/rect.vue2.mjs +31 -0
- package/es/components/design/shape/rect/rect/rect.vue2.mjs.map +1 -0
- package/es/components/design/svg/draw-panel.vue.d.ts +35 -0
- package/es/components/design/svg/draw-panel.vue.mjs +7 -0
- package/es/components/design/svg/draw-panel.vue.mjs.map +1 -0
- package/es/components/design/svg/draw-panel.vue2.mjs +180 -0
- package/es/components/design/svg/draw-panel.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-base.vue.d.ts +132 -0
- package/es/components/design/svg/svg-base.vue.mjs +7 -0
- package/es/components/design/svg/svg-base.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-base.vue2.mjs +241 -0
- package/es/components/design/svg/svg-base.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-bezier-curve-three.vue.d.ts +216 -0
- package/es/components/design/svg/svg-bezier-curve-three.vue.mjs +7 -0
- package/es/components/design/svg/svg-bezier-curve-three.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-bezier-curve-three.vue2.mjs +130 -0
- package/es/components/design/svg/svg-bezier-curve-three.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-bezier-curve.vue.d.ts +194 -0
- package/es/components/design/svg/svg-bezier-curve.vue.mjs +7 -0
- package/es/components/design/svg/svg-bezier-curve.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-bezier-curve.vue2.mjs +84 -0
- package/es/components/design/svg/svg-bezier-curve.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-circle.vue.d.ts +161 -0
- package/es/components/design/svg/svg-circle.vue.mjs +7 -0
- package/es/components/design/svg/svg-circle.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-circle.vue2.mjs +50 -0
- package/es/components/design/svg/svg-circle.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-ellipse.vue.d.ts +161 -0
- package/es/components/design/svg/svg-ellipse.vue.mjs +7 -0
- package/es/components/design/svg/svg-ellipse.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-ellipse.vue2.mjs +50 -0
- package/es/components/design/svg/svg-ellipse.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-line.vue.d.ts +173 -0
- package/es/components/design/svg/svg-line.vue.mjs +7 -0
- package/es/components/design/svg/svg-line.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-line.vue2.mjs +73 -0
- package/es/components/design/svg/svg-line.vue2.mjs.map +1 -0
- package/es/components/design/svg/svg-polygon-line.vue.d.ts +211 -0
- package/es/components/design/svg/svg-polygon-line.vue.mjs +7 -0
- package/es/components/design/svg/svg-polygon-line.vue.mjs.map +1 -0
- package/es/components/design/svg/svg-polygon-line.vue2.mjs +142 -0
- package/es/components/design/svg/svg-polygon-line.vue2.mjs.map +1 -0
- package/es/components/design/table/data-table/column-view.vue.d.ts +97 -0
- package/es/components/design/table/data-table/column-view.vue.mjs +7 -0
- package/es/components/design/table/data-table/column-view.vue.mjs.map +1 -0
- package/es/components/design/table/data-table/column-view.vue2.mjs +55 -0
- package/es/components/design/table/data-table/column-view.vue2.mjs.map +1 -0
- package/es/components/design/table/data-table/data-table.vue.d.ts +192 -0
- package/es/components/design/table/data-table/data-table.vue.mjs +7 -0
- package/es/components/design/table/data-table/data-table.vue.mjs.map +1 -0
- package/es/components/design/table/data-table/data-table.vue2.mjs +196 -0
- package/es/components/design/table/data-table/data-table.vue2.mjs.map +1 -0
- package/es/components/design/table/data-table/index.d.ts +3 -0
- package/es/components/design/table/data-table/index.mjs +3 -0
- package/es/components/design/table/data-table/index.mjs.map +1 -0
- package/es/components/design/table/data-table/table-design.vue.d.ts +4600 -0
- package/es/components/design/table/data-table/table-design.vue.mjs +7 -0
- package/es/components/design/table/data-table/table-design.vue.mjs.map +1 -0
- package/es/components/design/table/data-table/table-design.vue2.mjs +554 -0
- package/es/components/design/table/data-table/table-design.vue2.mjs.map +1 -0
- package/es/components/design/text/index.d.ts +2 -0
- package/es/components/design/text/index.mjs +6 -0
- package/es/components/design/text/index.mjs.map +1 -0
- package/es/components/design/text/text.vue.d.ts +77 -0
- package/es/components/design/text/text.vue.mjs +7 -0
- package/es/components/design/text/text.vue.mjs.map +1 -0
- package/es/components/design/text/text.vue2.mjs +120 -0
- package/es/components/design/text/text.vue2.mjs.map +1 -0
- package/es/components/my/button/my-Button.vue.d.ts +44 -0
- package/es/components/my/button/my-Button.vue.mjs +7 -0
- package/es/components/my/button/my-Button.vue.mjs.map +1 -0
- package/es/components/my/button/my-Button.vue2.mjs +43 -0
- package/es/components/my/button/my-Button.vue2.mjs.map +1 -0
- package/es/components/my/collapse/my-collapse.vue.d.ts +242 -0
- package/es/components/my/collapse/my-collapse.vue.mjs +7 -0
- package/es/components/my/collapse/my-collapse.vue.mjs.map +1 -0
- package/es/components/my/collapse/my-collapse.vue2.mjs +215 -0
- package/es/components/my/collapse/my-collapse.vue2.mjs.map +1 -0
- package/es/components/my/collapse/my-widget-collapse.vue.d.ts +92 -0
- package/es/components/my/collapse/my-widget-collapse.vue.mjs +7 -0
- package/es/components/my/collapse/my-widget-collapse.vue.mjs.map +1 -0
- package/es/components/my/collapse/my-widget-collapse.vue2.mjs +64 -0
- package/es/components/my/collapse/my-widget-collapse.vue2.mjs.map +1 -0
- package/es/components/my/color-picker/my-color-picker.vue.d.ts +174 -0
- package/es/components/my/color-picker/my-color-picker.vue.mjs +7 -0
- package/es/components/my/color-picker/my-color-picker.vue.mjs.map +1 -0
- package/es/components/my/color-picker/my-color-picker.vue2.mjs +75 -0
- package/es/components/my/color-picker/my-color-picker.vue2.mjs.map +1 -0
- package/es/components/my/dialog/my-dialog.vue.d.ts +149 -0
- package/es/components/my/dialog/my-dialog.vue.mjs +7 -0
- package/es/components/my/dialog/my-dialog.vue.mjs.map +1 -0
- package/es/components/my/dialog/my-dialog.vue2.mjs +134 -0
- package/es/components/my/dialog/my-dialog.vue2.mjs.map +1 -0
- package/es/components/my/divider/my-divider-panel.vue.d.ts +24 -0
- package/es/components/my/divider/my-divider-panel.vue.mjs +7 -0
- package/es/components/my/divider/my-divider-panel.vue.mjs.map +1 -0
- package/es/components/my/divider/my-divider-panel.vue2.mjs +77 -0
- package/es/components/my/divider/my-divider-panel.vue2.mjs.map +1 -0
- package/es/components/my/divider/my-divider.vue.mjs +20 -0
- package/es/components/my/divider/my-divider.vue.mjs.map +1 -0
- package/es/components/my/form/my-form-item.vue.d.ts +24 -0
- package/es/components/my/form/my-form-item.vue.mjs +7 -0
- package/es/components/my/form/my-form-item.vue.mjs.map +1 -0
- package/es/components/my/form/my-form-item.vue2.mjs +35 -0
- package/es/components/my/form/my-form-item.vue2.mjs.map +1 -0
- package/es/components/my/form/my-form.vue.mjs +14 -0
- package/es/components/my/form/my-form.vue.mjs.map +1 -0
- package/es/components/my/group/my-group.vue.mjs +14 -0
- package/es/components/my/group/my-group.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/ArrowLeft.vue.mjs +26 -0
- package/es/components/my/icon/icons/ArrowLeft.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/ArrowRight.vue.mjs +26 -0
- package/es/components/my/icon/icons/ArrowRight.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/Check.vue.mjs +26 -0
- package/es/components/my/icon/icons/Check.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/Close.vue.mjs +26 -0
- package/es/components/my/icon/icons/Close.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/CloseBold.vue.mjs +26 -0
- package/es/components/my/icon/icons/CloseBold.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/Crop.vue.mjs +36 -0
- package/es/components/my/icon/icons/Crop.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/Plus.vue.mjs +26 -0
- package/es/components/my/icon/icons/Plus.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/Printer.vue.mjs +26 -0
- package/es/components/my/icon/icons/Printer.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/QuestionFilled.vue.mjs +26 -0
- package/es/components/my/icon/icons/QuestionFilled.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/RefreshLeft.vue.mjs +26 -0
- package/es/components/my/icon/icons/RefreshLeft.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/RefreshRight.vue.mjs +26 -0
- package/es/components/my/icon/icons/RefreshRight.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/ZoomIn.vue.mjs +26 -0
- package/es/components/my/icon/icons/ZoomIn.vue.mjs.map +1 -0
- package/es/components/my/icon/icons/ZoomOut.vue.mjs +26 -0
- package/es/components/my/icon/icons/ZoomOut.vue.mjs.map +1 -0
- package/es/components/my/icon/index.d.ts +2 -0
- package/es/components/my/icon/index.mjs +6 -0
- package/es/components/my/icon/index.mjs.map +1 -0
- package/es/components/my/icon/my-icon.vue.d.ts +67 -0
- package/es/components/my/icon/my-icon.vue.mjs +7 -0
- package/es/components/my/icon/my-icon.vue.mjs.map +1 -0
- package/es/components/my/icon/my-icon.vue2.mjs +49 -0
- package/es/components/my/icon/my-icon.vue2.mjs.map +1 -0
- package/es/components/my/icon/style-icon.vue.d.ts +343 -0
- package/es/components/my/icon/style-icon.vue.mjs +7 -0
- package/es/components/my/icon/style-icon.vue.mjs.map +1 -0
- package/es/components/my/icon/style-icon.vue2.mjs +76 -0
- package/es/components/my/icon/style-icon.vue2.mjs.map +1 -0
- package/es/components/my/icon/tip-icon.vue.d.ts +250 -0
- package/es/components/my/icon/tip-icon.vue.mjs +7 -0
- package/es/components/my/icon/tip-icon.vue.mjs.map +1 -0
- package/es/components/my/icon/tip-icon.vue2.mjs +52 -0
- package/es/components/my/icon/tip-icon.vue2.mjs.map +1 -0
- package/es/components/my/icon/tool-icon-popover.vue.d.ts +165 -0
- package/es/components/my/icon/tool-icon-popover.vue.mjs +7 -0
- package/es/components/my/icon/tool-icon-popover.vue.mjs.map +1 -0
- package/es/components/my/icon/tool-icon-popover.vue2.mjs +54 -0
- package/es/components/my/icon/tool-icon-popover.vue2.mjs.map +1 -0
- package/es/components/my/input/history-input-number.vue.d.ts +191 -0
- package/es/components/my/input/history-input-number.vue.mjs +7 -0
- package/es/components/my/input/history-input-number.vue.mjs.map +1 -0
- package/es/components/my/input/history-input-number.vue2.mjs +39 -0
- package/es/components/my/input/history-input-number.vue2.mjs.map +1 -0
- package/es/components/my/input/history-input.vue.d.ts +84 -0
- package/es/components/my/input/history-input.vue.mjs +7 -0
- package/es/components/my/input/history-input.vue.mjs.map +1 -0
- package/es/components/my/input/history-input.vue2.mjs +33 -0
- package/es/components/my/input/history-input.vue2.mjs.map +1 -0
- package/es/components/my/input/history-select.vue.d.ts +667 -0
- package/es/components/my/input/history-select.vue.mjs +7 -0
- package/es/components/my/input/history-select.vue.mjs.map +1 -0
- package/es/components/my/input/history-select.vue2.mjs +40 -0
- package/es/components/my/input/history-select.vue2.mjs.map +1 -0
- package/es/components/my/input/history.vue.d.ts +17 -0
- package/es/components/my/input/history.vue.mjs +7 -0
- package/es/components/my/input/history.vue.mjs.map +1 -0
- package/es/components/my/input/history.vue2.mjs +27 -0
- package/es/components/my/input/history.vue2.mjs.map +1 -0
- package/es/components/my/input/index.d.ts +6 -0
- package/es/components/my/input/index.mjs +6 -0
- package/es/components/my/input/index.mjs.map +1 -0
- package/es/components/my/input/my-input-number.vue.d.ts +157 -0
- package/es/components/my/input/my-input-number.vue.mjs +7 -0
- package/es/components/my/input/my-input-number.vue.mjs.map +1 -0
- package/es/components/my/input/my-input-number.vue2.mjs +92 -0
- package/es/components/my/input/my-input-number.vue2.mjs.map +1 -0
- package/es/components/my/input/my-input.vue.d.ts +63 -0
- package/es/components/my/input/my-input.vue.mjs +7 -0
- package/es/components/my/input/my-input.vue.mjs.map +1 -0
- package/es/components/my/input/my-input.vue2.mjs +109 -0
- package/es/components/my/input/my-input.vue2.mjs.map +1 -0
- package/es/components/my/input/unit.vue.d.ts +27 -0
- package/es/components/my/input/unit.vue.mjs +7 -0
- package/es/components/my/input/unit.vue.mjs.map +1 -0
- package/es/components/my/input/unit.vue2.mjs +24 -0
- package/es/components/my/input/unit.vue2.mjs.map +1 -0
- package/es/components/my/message/my-message.d.ts +6 -0
- package/es/components/my/message/my-message.mjs +28 -0
- package/es/components/my/message/my-message.mjs.map +1 -0
- package/es/components/my/message/my-message.vue.d.ts +65 -0
- package/es/components/my/message/my-message.vue.mjs +7 -0
- package/es/components/my/message/my-message.vue.mjs.map +1 -0
- package/es/components/my/message/my-message.vue2.mjs +275 -0
- package/es/components/my/message/my-message.vue2.mjs.map +1 -0
- package/es/components/my/mouse-tips/my-mouse-tips.vue.d.ts +5622 -0
- package/es/components/my/mouse-tips/my-mouse-tips.vue.mjs +7 -0
- package/es/components/my/mouse-tips/my-mouse-tips.vue.mjs.map +1 -0
- package/es/components/my/mouse-tips/my-mouse-tips.vue2.mjs +31 -0
- package/es/components/my/mouse-tips/my-mouse-tips.vue2.mjs.map +1 -0
- package/es/components/my/popover/my-icon-popover.vue.d.ts +194 -0
- package/es/components/my/popover/my-icon-popover.vue.mjs +7 -0
- package/es/components/my/popover/my-icon-popover.vue.mjs.map +1 -0
- package/es/components/my/popover/my-icon-popover.vue2.mjs +127 -0
- package/es/components/my/popover/my-icon-popover.vue2.mjs.map +1 -0
- package/es/components/my/popover/my-popover.vue.d.ts +73 -0
- package/es/components/my/popover/my-popover.vue.mjs +7 -0
- package/es/components/my/popover/my-popover.vue.mjs.map +1 -0
- package/es/components/my/popover/my-popover.vue2.mjs +225 -0
- package/es/components/my/popover/my-popover.vue2.mjs.map +1 -0
- package/es/components/my/radio/my-radio.vue.d.ts +81 -0
- package/es/components/my/radio/my-radio.vue.mjs +7 -0
- package/es/components/my/radio/my-radio.vue.mjs.map +1 -0
- package/es/components/my/radio/my-radio.vue2.mjs +54 -0
- package/es/components/my/radio/my-radio.vue2.mjs.map +1 -0
- package/es/components/my/rule/rule.vue.d.ts +99 -0
- package/es/components/my/rule/rule.vue.mjs +7 -0
- package/es/components/my/rule/rule.vue.mjs.map +1 -0
- package/es/components/my/rule/rule.vue2.mjs +252 -0
- package/es/components/my/rule/rule.vue2.mjs.map +1 -0
- package/es/components/my/scrollbar/my-scrollbar.vue.d.ts +88 -0
- package/es/components/my/scrollbar/my-scrollbar.vue.mjs +7 -0
- package/es/components/my/scrollbar/my-scrollbar.vue.mjs.map +1 -0
- package/es/components/my/scrollbar/my-scrollbar.vue2.mjs +120 -0
- package/es/components/my/scrollbar/my-scrollbar.vue2.mjs.map +1 -0
- package/es/components/my/select/my-select.vue.d.ts +637 -0
- package/es/components/my/select/my-select.vue.mjs +7 -0
- package/es/components/my/select/my-select.vue.mjs.map +1 -0
- package/es/components/my/select/my-select.vue2.mjs +118 -0
- package/es/components/my/select/my-select.vue2.mjs.map +1 -0
- package/es/components/my/slider/my-slider.vue.d.ts +119 -0
- package/es/components/my/slider/my-slider.vue.mjs +7 -0
- package/es/components/my/slider/my-slider.vue.mjs.map +1 -0
- package/es/components/my/slider/my-slider.vue2.mjs +221 -0
- package/es/components/my/slider/my-slider.vue2.mjs.map +1 -0
- package/es/components/my/switch/my-switch.vue.d.ts +70 -0
- package/es/components/my/switch/my-switch.vue.mjs +7 -0
- package/es/components/my/switch/my-switch.vue.mjs.map +1 -0
- package/es/components/my/switch/my-switch.vue2.mjs +76 -0
- package/es/components/my/switch/my-switch.vue2.mjs.map +1 -0
- package/es/components/my/tabs/my-tabs.vue.d.ts +45 -0
- package/es/components/my/tabs/my-tabs.vue.mjs +7 -0
- package/es/components/my/tabs/my-tabs.vue.mjs.map +1 -0
- package/es/components/my/tabs/my-tabs.vue2.mjs +52 -0
- package/es/components/my/tabs/my-tabs.vue2.mjs.map +1 -0
- package/es/components/my/tooltip/my-tooltip.vue.d.ts +97 -0
- package/es/components/my/tooltip/my-tooltip.vue.mjs +7 -0
- package/es/components/my/tooltip/my-tooltip.vue.mjs.map +1 -0
- package/es/components/my/tooltip/my-tooltip.vue2.mjs +34 -0
- package/es/components/my/tooltip/my-tooltip.vue2.mjs.map +1 -0
- package/es/components/my/tree-list/my-tree-list.vue.d.ts +103 -0
- package/es/components/my/tree-list/my-tree-list.vue.mjs +7 -0
- package/es/components/my/tree-list/my-tree-list.vue.mjs.map +1 -0
- package/es/components/my/tree-list/my-tree-list.vue2.mjs +96 -0
- package/es/components/my/tree-list/my-tree-list.vue2.mjs.map +1 -0
- package/es/components/preview/autoPage.d.ts +3 -0
- package/es/components/preview/autoPage.mjs +434 -0
- package/es/components/preview/autoPage.mjs.map +1 -0
- package/es/components/preview/preview-panel.vue.d.ts +16716 -0
- package/es/components/preview/preview-panel.vue.mjs +7 -0
- package/es/components/preview/preview-panel.vue.mjs.map +1 -0
- package/es/components/preview/preview-panel.vue2.mjs +299 -0
- package/es/components/preview/preview-panel.vue2.mjs.map +1 -0
- package/es/components/preview/preview.vue.d.ts +1942 -0
- package/es/components/preview/preview.vue.mjs +7 -0
- package/es/components/preview/preview.vue.mjs.map +1 -0
- package/es/components/preview/preview.vue2.mjs +114 -0
- package/es/components/preview/preview.vue2.mjs.map +1 -0
- package/es/components/print/print.vue.d.ts +8865 -0
- package/es/components/print/print.vue.mjs +7 -0
- package/es/components/print/print.vue.mjs.map +1 -0
- package/es/components/print/print.vue2.mjs +268 -0
- package/es/components/print/print.vue2.mjs.map +1 -0
- package/es/constants/common.d.ts +67 -0
- package/es/constants/common.mjs +461 -0
- package/es/constants/common.mjs.map +1 -0
- package/es/constants/keys.d.ts +11 -0
- package/es/constants/keys.mjs +10 -0
- package/es/constants/keys.mjs.map +1 -0
- package/es/constants/provider/auxiliary.d.ts +2 -0
- package/es/constants/provider/auxiliary.mjs +12 -0
- package/es/constants/provider/auxiliary.mjs.map +1 -0
- package/es/constants/provider/custom.d.ts +5 -0
- package/es/constants/provider/custom.mjs +175 -0
- package/es/constants/provider/custom.mjs.map +1 -0
- package/es/constants/settingPanel.d.ts +19 -0
- package/es/constants/settingPanel.mjs +34 -0
- package/es/constants/settingPanel.mjs.map +1 -0
- package/es/design.d.ts +3 -0
- package/es/design.mjs +19 -0
- package/es/design.mjs.map +1 -0
- package/es/index.d.ts +8 -0
- package/es/index.mjs +9 -0
- package/es/index.mjs.map +1 -0
- package/es/install.d.ts +7 -0
- package/es/install.mjs +39 -0
- package/es/install.mjs.map +1 -0
- package/es/locales/en-us/barcodeMsg.d.ts +23 -0
- package/es/locales/en-us/barcodeMsg.mjs +25 -0
- package/es/locales/en-us/barcodeMsg.mjs.map +1 -0
- package/es/locales/en-us/common.d.ts +47 -0
- package/es/locales/en-us/common.mjs +49 -0
- package/es/locales/en-us/common.mjs.map +1 -0
- package/es/locales/en-us/font.d.ts +6 -0
- package/es/locales/en-us/font.mjs +8 -0
- package/es/locales/en-us/font.mjs.map +1 -0
- package/es/locales/en-us/handle-panel.d.ts +49 -0
- package/es/locales/en-us/handle-panel.mjs +51 -0
- package/es/locales/en-us/handle-panel.mjs.map +1 -0
- package/es/locales/en-us/index.d.ts +179 -0
- package/es/locales/en-us/index.mjs +22 -0
- package/es/locales/en-us/index.mjs.map +1 -0
- package/es/locales/en-us/preview.d.ts +4 -0
- package/es/locales/en-us/preview.mjs +6 -0
- package/es/locales/en-us/preview.mjs.map +1 -0
- package/es/locales/en-us/provider.d.ts +26 -0
- package/es/locales/en-us/provider.mjs +28 -0
- package/es/locales/en-us/provider.mjs.map +1 -0
- package/es/locales/en-us/setting.d.ts +6 -0
- package/es/locales/en-us/setting.mjs +8 -0
- package/es/locales/en-us/setting.mjs.map +1 -0
- package/es/locales/en-us/toolbar.d.ts +39 -0
- package/es/locales/en-us/toolbar.mjs +41 -0
- package/es/locales/en-us/toolbar.mjs.map +1 -0
- package/es/locales/index.d.ts +366 -0
- package/es/locales/index.mjs +20 -0
- package/es/locales/index.mjs.map +1 -0
- package/es/locales/zh-cn/barcodeMsg.d.ts +23 -0
- package/es/locales/zh-cn/barcodeMsg.mjs +25 -0
- package/es/locales/zh-cn/barcodeMsg.mjs.map +1 -0
- package/es/locales/zh-cn/common.d.ts +48 -0
- package/es/locales/zh-cn/common.mjs +50 -0
- package/es/locales/zh-cn/common.mjs.map +1 -0
- package/es/locales/zh-cn/font.d.ts +6 -0
- package/es/locales/zh-cn/font.mjs +8 -0
- package/es/locales/zh-cn/font.mjs.map +1 -0
- package/es/locales/zh-cn/handle-panel.d.ts +53 -0
- package/es/locales/zh-cn/handle-panel.mjs +55 -0
- package/es/locales/zh-cn/handle-panel.mjs.map +1 -0
- package/es/locales/zh-cn/index.d.ts +184 -0
- package/es/locales/zh-cn/index.mjs +22 -0
- package/es/locales/zh-cn/index.mjs.map +1 -0
- package/es/locales/zh-cn/preview.d.ts +4 -0
- package/es/locales/zh-cn/preview.mjs +6 -0
- package/es/locales/zh-cn/preview.mjs.map +1 -0
- package/es/locales/zh-cn/provider.d.ts +26 -0
- package/es/locales/zh-cn/provider.mjs +28 -0
- package/es/locales/zh-cn/provider.mjs.map +1 -0
- package/es/locales/zh-cn/setting.d.ts +6 -0
- package/es/locales/zh-cn/setting.mjs +8 -0
- package/es/locales/zh-cn/setting.mjs.map +1 -0
- package/es/locales/zh-cn/toolbar.d.ts +39 -0
- package/es/locales/zh-cn/toolbar.mjs +41 -0
- package/es/locales/zh-cn/toolbar.mjs.map +1 -0
- package/es/node_modules/.pnpm/pinia-plugin-persistedstate@3.2.3_pinia@2.3.1_typescript@5.9.3_vue@3.5.34_typescript@5.9.3__/node_modules/pinia-plugin-persistedstate/dist/index.mjs +141 -0
- package/es/node_modules/.pnpm/pinia-plugin-persistedstate@3.2.3_pinia@2.3.1_typescript@5.9.3_vue@3.5.34_typescript@5.9.3__/node_modules/pinia-plugin-persistedstate/dist/index.mjs.map +1 -0
- package/es/plugins/moveable/moveable.d.ts +49 -0
- package/es/plugins/moveable/moveable.mjs +175 -0
- package/es/plugins/moveable/moveable.mjs.map +1 -0
- package/es/plugins/moveable/moveable_js.d.ts +39 -0
- package/es/plugins/moveable/moveable_js.mjs +3116 -0
- package/es/plugins/moveable/moveable_js.mjs.map +1 -0
- package/es/plugins/moveable/moveable_local.d.ts +0 -0
- package/es/plugins/moveable/moveable_local.mjs +2 -0
- package/es/plugins/moveable/moveable_local.mjs.map +1 -0
- package/es/plugins/moveable/selecto.d.ts +5 -0
- package/es/plugins/moveable/selecto.mjs +37 -0
- package/es/plugins/moveable/selecto.mjs.map +1 -0
- package/es/plugins/moveable/types/index.d.ts +1926 -0
- package/es/plugins/moveable/types/index.mjs +2 -0
- package/es/plugins/moveable/types/index.mjs.map +1 -0
- package/es/plugins/myprintClientService.d.ts +10 -0
- package/es/plugins/myprintClientService.mjs +90 -0
- package/es/plugins/myprintClientService.mjs.map +1 -0
- package/es/printer.d.ts +22 -0
- package/es/printer.mjs +176 -0
- package/es/printer.mjs.map +1 -0
- package/es/stores/app.d.ts +25 -0
- package/es/stores/app.mjs +42 -0
- package/es/stores/app.mjs.map +1 -0
- package/es/stores/config.d.ts +17 -0
- package/es/stores/config.mjs +45 -0
- package/es/stores/config.mjs.map +1 -0
- package/es/stores/dragStore.d.ts +6 -0
- package/es/stores/dragStore.mjs +24 -0
- package/es/stores/dragStore.mjs.map +1 -0
- package/es/stores/socket.d.ts +12 -0
- package/es/stores/socket.mjs +122 -0
- package/es/stores/socket.mjs.map +1 -0
- package/es/types/R.d.ts +24 -0
- package/es/types/R.mjs +2 -0
- package/es/types/R.mjs.map +1 -0
- package/es/types/d3Type.d.ts +4 -0
- package/es/types/d3Type.mjs +2 -0
- package/es/types/d3Type.mjs.map +1 -0
- package/es/types/entity.d.ts +426 -0
- package/es/types/entity.mjs +53 -0
- package/es/types/entity.mjs.map +1 -0
- package/es/types/eventType.d.ts +27 -0
- package/es/types/eventType.mjs +2 -0
- package/es/types/eventType.mjs.map +1 -0
- package/es/utils/arrays.d.ts +3 -0
- package/es/utils/arrays.mjs +39 -0
- package/es/utils/arrays.mjs.map +1 -0
- package/es/utils/bezierUtil.d.ts +12 -0
- package/es/utils/bezierUtil.mjs +49 -0
- package/es/utils/bezierUtil.mjs.map +1 -0
- package/es/utils/devicePixelRatio.d.ts +6 -0
- package/es/utils/devicePixelRatio.mjs +83 -0
- package/es/utils/devicePixelRatio.mjs.map +1 -0
- package/es/utils/elementUtil.d.ts +72 -0
- package/es/utils/elementUtil.mjs +1029 -0
- package/es/utils/elementUtil.mjs.map +1 -0
- package/es/utils/event.d.ts +1 -0
- package/es/utils/event.mjs +6 -0
- package/es/utils/event.mjs.map +1 -0
- package/es/utils/historyUtil.d.ts +51 -0
- package/es/utils/historyUtil.mjs +120 -0
- package/es/utils/historyUtil.mjs.map +1 -0
- package/es/utils/keyboardUtil.d.ts +10 -0
- package/es/utils/keyboardUtil.mjs +142 -0
- package/es/utils/keyboardUtil.mjs.map +1 -0
- package/es/utils/memoryClipboardUtil.d.ts +13 -0
- package/es/utils/memoryClipboardUtil.mjs +169 -0
- package/es/utils/memoryClipboardUtil.mjs.map +1 -0
- package/es/utils/mouseTips.d.ts +5619 -0
- package/es/utils/mouseTips.mjs +30 -0
- package/es/utils/mouseTips.mjs.map +1 -0
- package/es/utils/myprint.d.ts +11 -0
- package/es/utils/myprint.mjs +100 -0
- package/es/utils/myprint.mjs.map +1 -0
- package/es/utils/numberUtil.d.ts +39 -0
- package/es/utils/numberUtil.mjs +140 -0
- package/es/utils/numberUtil.mjs.map +1 -0
- package/es/utils/pdfUtil.d.ts +7 -0
- package/es/utils/pdfUtil.mjs +62 -0
- package/es/utils/pdfUtil.mjs.map +1 -0
- package/es/utils/printProtocol/lodop.d.ts +0 -0
- package/es/utils/printProtocol/lodop.mjs +2 -0
- package/es/utils/printProtocol/lodop.mjs.map +1 -0
- package/es/utils/printProtocol/myPrint.d.ts +0 -0
- package/es/utils/printProtocol/myPrint.mjs +2 -0
- package/es/utils/printProtocol/myPrint.mjs.map +1 -0
- package/es/utils/scaleUtil.d.ts +7 -0
- package/es/utils/scaleUtil.mjs +18 -0
- package/es/utils/scaleUtil.mjs.map +1 -0
- package/es/utils/svgUtil.d.ts +9 -0
- package/es/utils/svgUtil.mjs +64 -0
- package/es/utils/svgUtil.mjs.map +1 -0
- package/es/utils/table/dataTable.d.ts +45 -0
- package/es/utils/table/dataTable.mjs +555 -0
- package/es/utils/table/dataTable.mjs.map +1 -0
- package/es/utils/timeUtil.d.ts +7 -0
- package/es/utils/timeUtil.mjs +30 -0
- package/es/utils/timeUtil.mjs.map +1 -0
- package/es/utils/utils.d.ts +56 -0
- package/es/utils/utils.mjs +448 -0
- package/es/utils/utils.mjs.map +1 -0
- package/es/version.d.ts +1 -0
- package/es/version.mjs +4 -0
- package/es/version.mjs.map +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +14 -0
- package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/lib/api/pdfServer.d.ts +2 -0
- package/lib/api/pdfServer.js +30 -0
- package/lib/api/pdfServer.js.map +1 -0
- package/lib/components/content/handle-panel/history-line-text.vue.d.ts +22 -0
- package/lib/components/content/handle-panel/history-line-text.vue.js +11 -0
- package/lib/components/content/handle-panel/history-line-text.vue.js.map +1 -0
- package/lib/components/content/handle-panel/history-line-text.vue2.js +48 -0
- package/lib/components/content/handle-panel/history-line-text.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/history-panel.vue.d.ts +313 -0
- package/lib/components/content/handle-panel/history-panel.vue.js +11 -0
- package/lib/components/content/handle-panel/history-panel.vue.js.map +1 -0
- package/lib/components/content/handle-panel/history-panel.vue2.js +95 -0
- package/lib/components/content/handle-panel/history-panel.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/minimap-panel.vue.d.ts +4114 -0
- package/lib/components/content/handle-panel/minimap-panel.vue.js +11 -0
- package/lib/components/content/handle-panel/minimap-panel.vue.js.map +1 -0
- package/lib/components/content/handle-panel/minimap-panel.vue2.js +303 -0
- package/lib/components/content/handle-panel/minimap-panel.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/index.vue.d.ts +3194 -0
- package/lib/components/content/handle-panel/operation-panel/index.vue.js +11 -0
- package/lib/components/content/handle-panel/operation-panel/index.vue.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/index.vue2.js +62 -0
- package/lib/components/content/handle-panel/operation-panel/index.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.d.ts +1801 -0
- package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.js +11 -0
- package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue2.js +853 -0
- package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.d.ts +1104 -0
- package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.js +11 -0
- package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.js.map +1 -0
- package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue2.js +207 -0
- package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-about.vue.d.ts +2 -0
- package/lib/components/content/handle-panel/setting/setting-about.vue.js +11 -0
- package/lib/components/content/handle-panel/setting/setting-about.vue.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-about.vue2.js +17 -0
- package/lib/components/content/handle-panel/setting/setting-about.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-design.vue.d.ts +115 -0
- package/lib/components/content/handle-panel/setting/setting-design.vue.js +11 -0
- package/lib/components/content/handle-panel/setting/setting-design.vue.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-design.vue2.js +45 -0
- package/lib/components/content/handle-panel/setting/setting-design.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-panel.vue.d.ts +558 -0
- package/lib/components/content/handle-panel/setting/setting-panel.vue.js +11 -0
- package/lib/components/content/handle-panel/setting/setting-panel.vue.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-panel.vue2.js +126 -0
- package/lib/components/content/handle-panel/setting/setting-panel.vue2.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-printer.vue.d.ts +189 -0
- package/lib/components/content/handle-panel/setting/setting-printer.vue.js +11 -0
- package/lib/components/content/handle-panel/setting/setting-printer.vue.js.map +1 -0
- package/lib/components/content/handle-panel/setting/setting-printer.vue2.js +97 -0
- package/lib/components/content/handle-panel/setting/setting-printer.vue2.js.map +1 -0
- package/lib/components/content/index.d.ts +2 -0
- package/lib/components/content/index.js +10 -0
- package/lib/components/content/index.js.map +1 -0
- package/lib/components/content/index.vue.d.ts +20052 -0
- package/lib/components/content/index.vue.js +11 -0
- package/lib/components/content/index.vue.js.map +1 -0
- package/lib/components/content/index.vue2.js +198 -0
- package/lib/components/content/index.vue2.js.map +1 -0
- package/lib/components/content/panel/index.d.ts +0 -0
- package/lib/components/content/panel/index.js +3 -0
- package/lib/components/content/panel/index.js.map +1 -0
- package/lib/components/content/panel/index.vue.d.ts +12302 -0
- package/lib/components/content/panel/index.vue.js +11 -0
- package/lib/components/content/panel/index.vue.js.map +1 -0
- package/lib/components/content/panel/index.vue2.js +31 -0
- package/lib/components/content/panel/index.vue2.js.map +1 -0
- package/lib/components/content/panel/my-panel.vue.d.ts +6300 -0
- package/lib/components/content/panel/my-panel.vue.js +11 -0
- package/lib/components/content/panel/my-panel.vue.js.map +1 -0
- package/lib/components/content/panel/my-panel.vue2.js +241 -0
- package/lib/components/content/panel/my-panel.vue2.js.map +1 -0
- package/lib/components/content/toolbar/style-design.vue.d.ts +1738 -0
- package/lib/components/content/toolbar/style-design.vue.js +11 -0
- package/lib/components/content/toolbar/style-design.vue.js.map +1 -0
- package/lib/components/content/toolbar/style-design.vue2.js +371 -0
- package/lib/components/content/toolbar/style-design.vue2.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/element-align.vue.d.ts +114 -0
- package/lib/components/content/toolbar/toolbar-style/element-align.vue.js +11 -0
- package/lib/components/content/toolbar/toolbar-style/element-align.vue.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/element-align.vue2.js +100 -0
- package/lib/components/content/toolbar/toolbar-style/element-align.vue2.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/font-family.vue.d.ts +327 -0
- package/lib/components/content/toolbar/toolbar-style/font-family.vue.js +11 -0
- package/lib/components/content/toolbar/toolbar-style/font-family.vue.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/font-family.vue2.js +77 -0
- package/lib/components/content/toolbar/toolbar-style/font-family.vue2.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/font-size.vue.d.ts +436 -0
- package/lib/components/content/toolbar/toolbar-style/font-size.vue.js +11 -0
- package/lib/components/content/toolbar/toolbar-style/font-size.vue.js.map +1 -0
- package/lib/components/content/toolbar/toolbar-style/font-size.vue2.js +134 -0
- package/lib/components/content/toolbar/toolbar-style/font-size.vue2.js.map +1 -0
- package/lib/components/content/toolbar/toolbar.vue.d.ts +1888 -0
- package/lib/components/content/toolbar/toolbar.vue.js +11 -0
- package/lib/components/content/toolbar/toolbar.vue.js.map +1 -0
- package/lib/components/content/toolbar/toolbar.vue2.js +194 -0
- package/lib/components/content/toolbar/toolbar.vue2.js.map +1 -0
- package/lib/components/content/widget/base-widget.vue.d.ts +6907 -0
- package/lib/components/content/widget/base-widget.vue.js +11 -0
- package/lib/components/content/widget/base-widget.vue.js.map +1 -0
- package/lib/components/content/widget/base-widget.vue2.js +303 -0
- package/lib/components/content/widget/base-widget.vue2.js.map +1 -0
- package/lib/components/content/widget/basic.vue.d.ts +6957 -0
- package/lib/components/content/widget/basic.vue.js +11 -0
- package/lib/components/content/widget/basic.vue.js.map +1 -0
- package/lib/components/content/widget/basic.vue2.js +51 -0
- package/lib/components/content/widget/basic.vue2.js.map +1 -0
- package/lib/components/content/widget/business.vue.d.ts +6931 -0
- package/lib/components/content/widget/business.vue.js +11 -0
- package/lib/components/content/widget/business.vue.js.map +1 -0
- package/lib/components/content/widget/business.vue2.js +40 -0
- package/lib/components/content/widget/business.vue2.js.map +1 -0
- package/lib/components/content/widget/dragWrapper.vue.d.ts +30 -0
- package/lib/components/content/widget/dragWrapper.vue.js +11 -0
- package/lib/components/content/widget/dragWrapper.vue.js.map +1 -0
- package/lib/components/content/widget/dragWrapper.vue2.js +61 -0
- package/lib/components/content/widget/dragWrapper.vue2.js.map +1 -0
- package/lib/components/content/widget/index.vue.d.ts +14163 -0
- package/lib/components/content/widget/index.vue.js +11 -0
- package/lib/components/content/widget/index.vue.js.map +1 -0
- package/lib/components/content/widget/index.vue2.js +139 -0
- package/lib/components/content/widget/index.vue2.js.map +1 -0
- package/lib/components/design/auxiliary/auxiliary-line.vue.d.ts +80 -0
- package/lib/components/design/auxiliary/auxiliary-line.vue.js +11 -0
- package/lib/components/design/auxiliary/auxiliary-line.vue.js.map +1 -0
- package/lib/components/design/auxiliary/auxiliary-line.vue2.js +112 -0
- package/lib/components/design/auxiliary/auxiliary-line.vue2.js.map +1 -0
- package/lib/components/design/barcode/barcode.vue.d.ts +31 -0
- package/lib/components/design/barcode/barcode.vue.js +11 -0
- package/lib/components/design/barcode/barcode.vue.js.map +1 -0
- package/lib/components/design/barcode/barcode.vue2.js +223 -0
- package/lib/components/design/barcode/barcode.vue2.js.map +1 -0
- package/lib/components/design/barcode/index.d.ts +2 -0
- package/lib/components/design/barcode/index.js +10 -0
- package/lib/components/design/barcode/index.js.map +1 -0
- package/lib/components/design/container/container/containerView.vue.js +18 -0
- package/lib/components/design/container/container/containerView.vue.js.map +1 -0
- package/lib/components/design/container/container/index.d.ts +2 -0
- package/lib/components/design/container/container/index.js +10 -0
- package/lib/components/design/container/container/index.js.map +1 -0
- package/lib/components/design/container/index.d.ts +2 -0
- package/lib/components/design/container/index.js +9 -0
- package/lib/components/design/container/index.js.map +1 -0
- package/lib/components/design/design.vue.d.ts +17 -0
- package/lib/components/design/design.vue.js +11 -0
- package/lib/components/design/design.vue.js.map +1 -0
- package/lib/components/design/design.vue2.js +174 -0
- package/lib/components/design/design.vue2.js.map +1 -0
- package/lib/components/design/element-list.vue.d.ts +17 -0
- package/lib/components/design/element-list.vue.js +11 -0
- package/lib/components/design/element-list.vue.js.map +1 -0
- package/lib/components/design/element-list.vue2.js +32 -0
- package/lib/components/design/element-list.vue2.js.map +1 -0
- package/lib/components/design/element.vue.d.ts +1735 -0
- package/lib/components/design/element.vue.js +11 -0
- package/lib/components/design/element.vue.js.map +1 -0
- package/lib/components/design/element.vue2.js +79 -0
- package/lib/components/design/element.vue2.js.map +1 -0
- package/lib/components/design/image/image.vue.d.ts +426 -0
- package/lib/components/design/image/image.vue.js +12 -0
- package/lib/components/design/image/image.vue.js.map +1 -0
- package/lib/components/design/image/image.vue2.js +462 -0
- package/lib/components/design/image/image.vue2.js.map +1 -0
- package/lib/components/design/image/index.d.ts +2 -0
- package/lib/components/design/image/index.js +10 -0
- package/lib/components/design/image/index.js.map +1 -0
- package/lib/components/design/qrcode/index.d.ts +2 -0
- package/lib/components/design/qrcode/index.js +10 -0
- package/lib/components/design/qrcode/index.js.map +1 -0
- package/lib/components/design/qrcode/qrcode.vue.d.ts +24 -0
- package/lib/components/design/qrcode/qrcode.vue.js +11 -0
- package/lib/components/design/qrcode/qrcode.vue.js.map +1 -0
- package/lib/components/design/qrcode/qrcode.vue2.js +115 -0
- package/lib/components/design/qrcode/qrcode.vue2.js.map +1 -0
- package/lib/components/design/shape/index.d.ts +7 -0
- package/lib/components/design/shape/index.js +18 -0
- package/lib/components/design/shape/index.js.map +1 -0
- package/lib/components/design/shape/line/computeStyle.d.ts +3 -0
- package/lib/components/design/shape/line/computeStyle.js +38 -0
- package/lib/components/design/shape/line/computeStyle.js.map +1 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.d.ts +20 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.js +11 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.js.map +1 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.js +35 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.js.map +1 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/index.d.ts +2 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/index.js +10 -0
- package/lib/components/design/shape/line/dottedHorizontalLine/index.js.map +1 -0
- package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.d.ts +20 -0
- package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.js +11 -0
- package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.js.map +1 -0
- package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.js +35 -0
- package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.js.map +1 -0
- package/lib/components/design/shape/line/dottedVerticalLine/index.d.ts +2 -0
- package/lib/components/design/shape/line/dottedVerticalLine/index.js +10 -0
- package/lib/components/design/shape/line/dottedVerticalLine/index.js.map +1 -0
- package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.d.ts +20 -0
- package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.js +11 -0
- package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.js.map +1 -0
- package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue2.js +35 -0
- package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue2.js.map +1 -0
- package/lib/components/design/shape/line/horizontalLine/index.d.ts +2 -0
- package/lib/components/design/shape/line/horizontalLine/index.js +10 -0
- package/lib/components/design/shape/line/horizontalLine/index.js.map +1 -0
- package/lib/components/design/shape/line/verticalLine/index.d.ts +2 -0
- package/lib/components/design/shape/line/verticalLine/index.js +10 -0
- package/lib/components/design/shape/line/verticalLine/index.js.map +1 -0
- package/lib/components/design/shape/line/verticalLine/verticalLine.vue.d.ts +20 -0
- package/lib/components/design/shape/line/verticalLine/verticalLine.vue.js +11 -0
- package/lib/components/design/shape/line/verticalLine/verticalLine.vue.js.map +1 -0
- package/lib/components/design/shape/line/verticalLine/verticalLine.vue2.js +35 -0
- package/lib/components/design/shape/line/verticalLine/verticalLine.vue2.js.map +1 -0
- package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.d.ts +24 -0
- package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.js +11 -0
- package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.js.map +1 -0
- package/lib/components/design/shape/rect/dottedRect/dottedRect.vue2.js +35 -0
- package/lib/components/design/shape/rect/dottedRect/dottedRect.vue2.js.map +1 -0
- package/lib/components/design/shape/rect/dottedRect/index.d.ts +2 -0
- package/lib/components/design/shape/rect/dottedRect/index.js +10 -0
- package/lib/components/design/shape/rect/dottedRect/index.js.map +1 -0
- package/lib/components/design/shape/rect/rect/index.d.ts +2 -0
- package/lib/components/design/shape/rect/rect/index.js +10 -0
- package/lib/components/design/shape/rect/rect/index.js.map +1 -0
- package/lib/components/design/shape/rect/rect/rect.vue.d.ts +24 -0
- package/lib/components/design/shape/rect/rect/rect.vue.js +11 -0
- package/lib/components/design/shape/rect/rect/rect.vue.js.map +1 -0
- package/lib/components/design/shape/rect/rect/rect.vue2.js +35 -0
- package/lib/components/design/shape/rect/rect/rect.vue2.js.map +1 -0
- package/lib/components/design/svg/draw-panel.vue.d.ts +35 -0
- package/lib/components/design/svg/draw-panel.vue.js +11 -0
- package/lib/components/design/svg/draw-panel.vue.js.map +1 -0
- package/lib/components/design/svg/draw-panel.vue2.js +205 -0
- package/lib/components/design/svg/draw-panel.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-base.vue.d.ts +132 -0
- package/lib/components/design/svg/svg-base.vue.js +11 -0
- package/lib/components/design/svg/svg-base.vue.js.map +1 -0
- package/lib/components/design/svg/svg-base.vue2.js +266 -0
- package/lib/components/design/svg/svg-base.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-bezier-curve-three.vue.d.ts +216 -0
- package/lib/components/design/svg/svg-bezier-curve-three.vue.js +11 -0
- package/lib/components/design/svg/svg-bezier-curve-three.vue.js.map +1 -0
- package/lib/components/design/svg/svg-bezier-curve-three.vue2.js +153 -0
- package/lib/components/design/svg/svg-bezier-curve-three.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-bezier-curve.vue.d.ts +194 -0
- package/lib/components/design/svg/svg-bezier-curve.vue.js +11 -0
- package/lib/components/design/svg/svg-bezier-curve.vue.js.map +1 -0
- package/lib/components/design/svg/svg-bezier-curve.vue2.js +107 -0
- package/lib/components/design/svg/svg-bezier-curve.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-circle.vue.d.ts +161 -0
- package/lib/components/design/svg/svg-circle.vue.js +11 -0
- package/lib/components/design/svg/svg-circle.vue.js.map +1 -0
- package/lib/components/design/svg/svg-circle.vue2.js +73 -0
- package/lib/components/design/svg/svg-circle.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-ellipse.vue.d.ts +161 -0
- package/lib/components/design/svg/svg-ellipse.vue.js +11 -0
- package/lib/components/design/svg/svg-ellipse.vue.js.map +1 -0
- package/lib/components/design/svg/svg-ellipse.vue2.js +54 -0
- package/lib/components/design/svg/svg-ellipse.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-line.vue.d.ts +173 -0
- package/lib/components/design/svg/svg-line.vue.js +11 -0
- package/lib/components/design/svg/svg-line.vue.js.map +1 -0
- package/lib/components/design/svg/svg-line.vue2.js +96 -0
- package/lib/components/design/svg/svg-line.vue2.js.map +1 -0
- package/lib/components/design/svg/svg-polygon-line.vue.d.ts +211 -0
- package/lib/components/design/svg/svg-polygon-line.vue.js +11 -0
- package/lib/components/design/svg/svg-polygon-line.vue.js.map +1 -0
- package/lib/components/design/svg/svg-polygon-line.vue2.js +165 -0
- package/lib/components/design/svg/svg-polygon-line.vue2.js.map +1 -0
- package/lib/components/design/table/data-table/column-view.vue.d.ts +97 -0
- package/lib/components/design/table/data-table/column-view.vue.js +11 -0
- package/lib/components/design/table/data-table/column-view.vue.js.map +1 -0
- package/lib/components/design/table/data-table/column-view.vue2.js +59 -0
- package/lib/components/design/table/data-table/column-view.vue2.js.map +1 -0
- package/lib/components/design/table/data-table/data-table.vue.d.ts +192 -0
- package/lib/components/design/table/data-table/data-table.vue.js +11 -0
- package/lib/components/design/table/data-table/data-table.vue.js.map +1 -0
- package/lib/components/design/table/data-table/data-table.vue2.js +200 -0
- package/lib/components/design/table/data-table/data-table.vue2.js.map +1 -0
- package/lib/components/design/table/data-table/index.d.ts +3 -0
- package/lib/components/design/table/data-table/index.js +10 -0
- package/lib/components/design/table/data-table/index.js.map +1 -0
- package/lib/components/design/table/data-table/table-design.vue.d.ts +4600 -0
- package/lib/components/design/table/data-table/table-design.vue.js +11 -0
- package/lib/components/design/table/data-table/table-design.vue.js.map +1 -0
- package/lib/components/design/table/data-table/table-design.vue2.js +558 -0
- package/lib/components/design/table/data-table/table-design.vue2.js.map +1 -0
- package/lib/components/design/text/index.d.ts +2 -0
- package/lib/components/design/text/index.js +10 -0
- package/lib/components/design/text/index.js.map +1 -0
- package/lib/components/design/text/text.vue.d.ts +77 -0
- package/lib/components/design/text/text.vue.js +11 -0
- package/lib/components/design/text/text.vue.js.map +1 -0
- package/lib/components/design/text/text.vue2.js +124 -0
- package/lib/components/design/text/text.vue2.js.map +1 -0
- package/lib/components/my/button/my-Button.vue.d.ts +44 -0
- package/lib/components/my/button/my-Button.vue.js +11 -0
- package/lib/components/my/button/my-Button.vue.js.map +1 -0
- package/lib/components/my/button/my-Button.vue2.js +47 -0
- package/lib/components/my/button/my-Button.vue2.js.map +1 -0
- package/lib/components/my/collapse/my-collapse.vue.d.ts +242 -0
- package/lib/components/my/collapse/my-collapse.vue.js +11 -0
- package/lib/components/my/collapse/my-collapse.vue.js.map +1 -0
- package/lib/components/my/collapse/my-collapse.vue2.js +219 -0
- package/lib/components/my/collapse/my-collapse.vue2.js.map +1 -0
- package/lib/components/my/collapse/my-widget-collapse.vue.d.ts +92 -0
- package/lib/components/my/collapse/my-widget-collapse.vue.js +11 -0
- package/lib/components/my/collapse/my-widget-collapse.vue.js.map +1 -0
- package/lib/components/my/collapse/my-widget-collapse.vue2.js +68 -0
- package/lib/components/my/collapse/my-widget-collapse.vue2.js.map +1 -0
- package/lib/components/my/color-picker/my-color-picker.vue.d.ts +174 -0
- package/lib/components/my/color-picker/my-color-picker.vue.js +11 -0
- package/lib/components/my/color-picker/my-color-picker.vue.js.map +1 -0
- package/lib/components/my/color-picker/my-color-picker.vue2.js +79 -0
- package/lib/components/my/color-picker/my-color-picker.vue2.js.map +1 -0
- package/lib/components/my/dialog/my-dialog.vue.d.ts +149 -0
- package/lib/components/my/dialog/my-dialog.vue.js +11 -0
- package/lib/components/my/dialog/my-dialog.vue.js.map +1 -0
- package/lib/components/my/dialog/my-dialog.vue2.js +138 -0
- package/lib/components/my/dialog/my-dialog.vue2.js.map +1 -0
- package/lib/components/my/divider/my-divider-panel.vue.d.ts +24 -0
- package/lib/components/my/divider/my-divider-panel.vue.js +11 -0
- package/lib/components/my/divider/my-divider-panel.vue.js.map +1 -0
- package/lib/components/my/divider/my-divider-panel.vue2.js +81 -0
- package/lib/components/my/divider/my-divider-panel.vue2.js.map +1 -0
- package/lib/components/my/divider/my-divider.vue.js +24 -0
- package/lib/components/my/divider/my-divider.vue.js.map +1 -0
- package/lib/components/my/form/my-form-item.vue.d.ts +24 -0
- package/lib/components/my/form/my-form-item.vue.js +11 -0
- package/lib/components/my/form/my-form-item.vue.js.map +1 -0
- package/lib/components/my/form/my-form-item.vue2.js +39 -0
- package/lib/components/my/form/my-form-item.vue2.js.map +1 -0
- package/lib/components/my/form/my-form.vue.js +18 -0
- package/lib/components/my/form/my-form.vue.js.map +1 -0
- package/lib/components/my/group/my-group.vue.js +18 -0
- package/lib/components/my/group/my-group.vue.js.map +1 -0
- package/lib/components/my/icon/icons/ArrowLeft.vue.js +30 -0
- package/lib/components/my/icon/icons/ArrowLeft.vue.js.map +1 -0
- package/lib/components/my/icon/icons/ArrowRight.vue.js +30 -0
- package/lib/components/my/icon/icons/ArrowRight.vue.js.map +1 -0
- package/lib/components/my/icon/icons/Check.vue.js +30 -0
- package/lib/components/my/icon/icons/Check.vue.js.map +1 -0
- package/lib/components/my/icon/icons/Close.vue.js +30 -0
- package/lib/components/my/icon/icons/Close.vue.js.map +1 -0
- package/lib/components/my/icon/icons/CloseBold.vue.js +30 -0
- package/lib/components/my/icon/icons/CloseBold.vue.js.map +1 -0
- package/lib/components/my/icon/icons/Crop.vue.js +40 -0
- package/lib/components/my/icon/icons/Crop.vue.js.map +1 -0
- package/lib/components/my/icon/icons/Plus.vue.js +30 -0
- package/lib/components/my/icon/icons/Plus.vue.js.map +1 -0
- package/lib/components/my/icon/icons/Printer.vue.js +30 -0
- package/lib/components/my/icon/icons/Printer.vue.js.map +1 -0
- package/lib/components/my/icon/icons/QuestionFilled.vue.js +30 -0
- package/lib/components/my/icon/icons/QuestionFilled.vue.js.map +1 -0
- package/lib/components/my/icon/icons/RefreshLeft.vue.js +30 -0
- package/lib/components/my/icon/icons/RefreshLeft.vue.js.map +1 -0
- package/lib/components/my/icon/icons/RefreshRight.vue.js +30 -0
- package/lib/components/my/icon/icons/RefreshRight.vue.js.map +1 -0
- package/lib/components/my/icon/icons/ZoomIn.vue.js +30 -0
- package/lib/components/my/icon/icons/ZoomIn.vue.js.map +1 -0
- package/lib/components/my/icon/icons/ZoomOut.vue.js +30 -0
- package/lib/components/my/icon/icons/ZoomOut.vue.js.map +1 -0
- package/lib/components/my/icon/index.d.ts +2 -0
- package/lib/components/my/icon/index.js +10 -0
- package/lib/components/my/icon/index.js.map +1 -0
- package/lib/components/my/icon/my-icon.vue.d.ts +67 -0
- package/lib/components/my/icon/my-icon.vue.js +11 -0
- package/lib/components/my/icon/my-icon.vue.js.map +1 -0
- package/lib/components/my/icon/my-icon.vue2.js +53 -0
- package/lib/components/my/icon/my-icon.vue2.js.map +1 -0
- package/lib/components/my/icon/style-icon.vue.d.ts +343 -0
- package/lib/components/my/icon/style-icon.vue.js +11 -0
- package/lib/components/my/icon/style-icon.vue.js.map +1 -0
- package/lib/components/my/icon/style-icon.vue2.js +80 -0
- package/lib/components/my/icon/style-icon.vue2.js.map +1 -0
- package/lib/components/my/icon/tip-icon.vue.d.ts +250 -0
- package/lib/components/my/icon/tip-icon.vue.js +11 -0
- package/lib/components/my/icon/tip-icon.vue.js.map +1 -0
- package/lib/components/my/icon/tip-icon.vue2.js +56 -0
- package/lib/components/my/icon/tip-icon.vue2.js.map +1 -0
- package/lib/components/my/icon/tool-icon-popover.vue.d.ts +165 -0
- package/lib/components/my/icon/tool-icon-popover.vue.js +11 -0
- package/lib/components/my/icon/tool-icon-popover.vue.js.map +1 -0
- package/lib/components/my/icon/tool-icon-popover.vue2.js +58 -0
- package/lib/components/my/icon/tool-icon-popover.vue2.js.map +1 -0
- package/lib/components/my/input/history-input-number.vue.d.ts +191 -0
- package/lib/components/my/input/history-input-number.vue.js +11 -0
- package/lib/components/my/input/history-input-number.vue.js.map +1 -0
- package/lib/components/my/input/history-input-number.vue2.js +43 -0
- package/lib/components/my/input/history-input-number.vue2.js.map +1 -0
- package/lib/components/my/input/history-input.vue.d.ts +84 -0
- package/lib/components/my/input/history-input.vue.js +11 -0
- package/lib/components/my/input/history-input.vue.js.map +1 -0
- package/lib/components/my/input/history-input.vue2.js +37 -0
- package/lib/components/my/input/history-input.vue2.js.map +1 -0
- package/lib/components/my/input/history-select.vue.d.ts +667 -0
- package/lib/components/my/input/history-select.vue.js +11 -0
- package/lib/components/my/input/history-select.vue.js.map +1 -0
- package/lib/components/my/input/history-select.vue2.js +44 -0
- package/lib/components/my/input/history-select.vue2.js.map +1 -0
- package/lib/components/my/input/history.vue.d.ts +17 -0
- package/lib/components/my/input/history.vue.js +11 -0
- package/lib/components/my/input/history.vue.js.map +1 -0
- package/lib/components/my/input/history.vue2.js +31 -0
- package/lib/components/my/input/history.vue2.js.map +1 -0
- package/lib/components/my/input/index.d.ts +6 -0
- package/lib/components/my/input/index.js +16 -0
- package/lib/components/my/input/index.js.map +1 -0
- package/lib/components/my/input/my-input-number.vue.d.ts +157 -0
- package/lib/components/my/input/my-input-number.vue.js +11 -0
- package/lib/components/my/input/my-input-number.vue.js.map +1 -0
- package/lib/components/my/input/my-input-number.vue2.js +96 -0
- package/lib/components/my/input/my-input-number.vue2.js.map +1 -0
- package/lib/components/my/input/my-input.vue.d.ts +63 -0
- package/lib/components/my/input/my-input.vue.js +11 -0
- package/lib/components/my/input/my-input.vue.js.map +1 -0
- package/lib/components/my/input/my-input.vue2.js +113 -0
- package/lib/components/my/input/my-input.vue2.js.map +1 -0
- package/lib/components/my/input/unit.vue.d.ts +27 -0
- package/lib/components/my/input/unit.vue.js +11 -0
- package/lib/components/my/input/unit.vue.js.map +1 -0
- package/lib/components/my/input/unit.vue2.js +28 -0
- package/lib/components/my/input/unit.vue2.js.map +1 -0
- package/lib/components/my/message/my-message.d.ts +6 -0
- package/lib/components/my/message/my-message.js +31 -0
- package/lib/components/my/message/my-message.js.map +1 -0
- package/lib/components/my/message/my-message.vue.d.ts +65 -0
- package/lib/components/my/message/my-message.vue.js +11 -0
- package/lib/components/my/message/my-message.vue.js.map +1 -0
- package/lib/components/my/message/my-message.vue2.js +279 -0
- package/lib/components/my/message/my-message.vue2.js.map +1 -0
- package/lib/components/my/mouse-tips/my-mouse-tips.vue.d.ts +5622 -0
- package/lib/components/my/mouse-tips/my-mouse-tips.vue.js +11 -0
- package/lib/components/my/mouse-tips/my-mouse-tips.vue.js.map +1 -0
- package/lib/components/my/mouse-tips/my-mouse-tips.vue2.js +35 -0
- package/lib/components/my/mouse-tips/my-mouse-tips.vue2.js.map +1 -0
- package/lib/components/my/popover/my-icon-popover.vue.d.ts +194 -0
- package/lib/components/my/popover/my-icon-popover.vue.js +11 -0
- package/lib/components/my/popover/my-icon-popover.vue.js.map +1 -0
- package/lib/components/my/popover/my-icon-popover.vue2.js +131 -0
- package/lib/components/my/popover/my-icon-popover.vue2.js.map +1 -0
- package/lib/components/my/popover/my-popover.vue.d.ts +73 -0
- package/lib/components/my/popover/my-popover.vue.js +11 -0
- package/lib/components/my/popover/my-popover.vue.js.map +1 -0
- package/lib/components/my/popover/my-popover.vue2.js +229 -0
- package/lib/components/my/popover/my-popover.vue2.js.map +1 -0
- package/lib/components/my/radio/my-radio.vue.d.ts +81 -0
- package/lib/components/my/radio/my-radio.vue.js +11 -0
- package/lib/components/my/radio/my-radio.vue.js.map +1 -0
- package/lib/components/my/radio/my-radio.vue2.js +58 -0
- package/lib/components/my/radio/my-radio.vue2.js.map +1 -0
- package/lib/components/my/rule/rule.vue.d.ts +99 -0
- package/lib/components/my/rule/rule.vue.js +11 -0
- package/lib/components/my/rule/rule.vue.js.map +1 -0
- package/lib/components/my/rule/rule.vue2.js +276 -0
- package/lib/components/my/rule/rule.vue2.js.map +1 -0
- package/lib/components/my/scrollbar/my-scrollbar.vue.d.ts +88 -0
- package/lib/components/my/scrollbar/my-scrollbar.vue.js +11 -0
- package/lib/components/my/scrollbar/my-scrollbar.vue.js.map +1 -0
- package/lib/components/my/scrollbar/my-scrollbar.vue2.js +124 -0
- package/lib/components/my/scrollbar/my-scrollbar.vue2.js.map +1 -0
- package/lib/components/my/select/my-select.vue.d.ts +637 -0
- package/lib/components/my/select/my-select.vue.js +11 -0
- package/lib/components/my/select/my-select.vue.js.map +1 -0
- package/lib/components/my/select/my-select.vue2.js +122 -0
- package/lib/components/my/select/my-select.vue2.js.map +1 -0
- package/lib/components/my/slider/my-slider.vue.d.ts +119 -0
- package/lib/components/my/slider/my-slider.vue.js +11 -0
- package/lib/components/my/slider/my-slider.vue.js.map +1 -0
- package/lib/components/my/slider/my-slider.vue2.js +225 -0
- package/lib/components/my/slider/my-slider.vue2.js.map +1 -0
- package/lib/components/my/switch/my-switch.vue.d.ts +70 -0
- package/lib/components/my/switch/my-switch.vue.js +11 -0
- package/lib/components/my/switch/my-switch.vue.js.map +1 -0
- package/lib/components/my/switch/my-switch.vue2.js +80 -0
- package/lib/components/my/switch/my-switch.vue2.js.map +1 -0
- package/lib/components/my/tabs/my-tabs.vue.d.ts +45 -0
- package/lib/components/my/tabs/my-tabs.vue.js +11 -0
- package/lib/components/my/tabs/my-tabs.vue.js.map +1 -0
- package/lib/components/my/tabs/my-tabs.vue2.js +56 -0
- package/lib/components/my/tabs/my-tabs.vue2.js.map +1 -0
- package/lib/components/my/tooltip/my-tooltip.vue.d.ts +97 -0
- package/lib/components/my/tooltip/my-tooltip.vue.js +11 -0
- package/lib/components/my/tooltip/my-tooltip.vue.js.map +1 -0
- package/lib/components/my/tooltip/my-tooltip.vue2.js +38 -0
- package/lib/components/my/tooltip/my-tooltip.vue2.js.map +1 -0
- package/lib/components/my/tree-list/my-tree-list.vue.d.ts +103 -0
- package/lib/components/my/tree-list/my-tree-list.vue.js +11 -0
- package/lib/components/my/tree-list/my-tree-list.vue.js.map +1 -0
- package/lib/components/my/tree-list/my-tree-list.vue2.js +100 -0
- package/lib/components/my/tree-list/my-tree-list.vue2.js.map +1 -0
- package/lib/components/preview/autoPage.d.ts +3 -0
- package/lib/components/preview/autoPage.js +436 -0
- package/lib/components/preview/autoPage.js.map +1 -0
- package/lib/components/preview/preview-panel.vue.d.ts +16716 -0
- package/lib/components/preview/preview-panel.vue.js +11 -0
- package/lib/components/preview/preview-panel.vue.js.map +1 -0
- package/lib/components/preview/preview-panel.vue2.js +303 -0
- package/lib/components/preview/preview-panel.vue2.js.map +1 -0
- package/lib/components/preview/preview.vue.d.ts +1942 -0
- package/lib/components/preview/preview.vue.js +11 -0
- package/lib/components/preview/preview.vue.js.map +1 -0
- package/lib/components/preview/preview.vue2.js +118 -0
- package/lib/components/preview/preview.vue2.js.map +1 -0
- package/lib/components/print/print.vue.d.ts +8865 -0
- package/lib/components/print/print.vue.js +11 -0
- package/lib/components/print/print.vue.js.map +1 -0
- package/lib/components/print/print.vue2.js +272 -0
- package/lib/components/print/print.vue2.js.map +1 -0
- package/lib/constants/common.d.ts +67 -0
- package/lib/constants/common.js +491 -0
- package/lib/constants/common.js.map +1 -0
- package/lib/constants/keys.d.ts +11 -0
- package/lib/constants/keys.js +18 -0
- package/lib/constants/keys.js.map +1 -0
- package/lib/constants/provider/auxiliary.d.ts +2 -0
- package/lib/constants/provider/auxiliary.js +14 -0
- package/lib/constants/provider/auxiliary.js.map +1 -0
- package/lib/constants/provider/custom.d.ts +5 -0
- package/lib/constants/provider/custom.js +177 -0
- package/lib/constants/provider/custom.js.map +1 -0
- package/lib/constants/settingPanel.d.ts +19 -0
- package/lib/constants/settingPanel.js +37 -0
- package/lib/constants/settingPanel.js.map +1 -0
- package/lib/design.d.ts +3 -0
- package/lib/design.js +21 -0
- package/lib/design.js.map +1 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +23 -0
- package/lib/index.js.map +1 -0
- package/lib/install.d.ts +7 -0
- package/lib/install.js +41 -0
- package/lib/install.js.map +1 -0
- package/lib/locales/en-us/barcodeMsg.d.ts +23 -0
- package/lib/locales/en-us/barcodeMsg.js +29 -0
- package/lib/locales/en-us/barcodeMsg.js.map +1 -0
- package/lib/locales/en-us/common.d.ts +47 -0
- package/lib/locales/en-us/common.js +53 -0
- package/lib/locales/en-us/common.js.map +1 -0
- package/lib/locales/en-us/font.d.ts +6 -0
- package/lib/locales/en-us/font.js +12 -0
- package/lib/locales/en-us/font.js.map +1 -0
- package/lib/locales/en-us/handle-panel.d.ts +49 -0
- package/lib/locales/en-us/handle-panel.js +55 -0
- package/lib/locales/en-us/handle-panel.js.map +1 -0
- package/lib/locales/en-us/index.d.ts +179 -0
- package/lib/locales/en-us/index.js +26 -0
- package/lib/locales/en-us/index.js.map +1 -0
- package/lib/locales/en-us/preview.d.ts +4 -0
- package/lib/locales/en-us/preview.js +10 -0
- package/lib/locales/en-us/preview.js.map +1 -0
- package/lib/locales/en-us/provider.d.ts +26 -0
- package/lib/locales/en-us/provider.js +32 -0
- package/lib/locales/en-us/provider.js.map +1 -0
- package/lib/locales/en-us/setting.d.ts +6 -0
- package/lib/locales/en-us/setting.js +12 -0
- package/lib/locales/en-us/setting.js.map +1 -0
- package/lib/locales/en-us/toolbar.d.ts +39 -0
- package/lib/locales/en-us/toolbar.js +45 -0
- package/lib/locales/en-us/toolbar.js.map +1 -0
- package/lib/locales/index.d.ts +366 -0
- package/lib/locales/index.js +25 -0
- package/lib/locales/index.js.map +1 -0
- package/lib/locales/zh-cn/barcodeMsg.d.ts +23 -0
- package/lib/locales/zh-cn/barcodeMsg.js +29 -0
- package/lib/locales/zh-cn/barcodeMsg.js.map +1 -0
- package/lib/locales/zh-cn/common.d.ts +48 -0
- package/lib/locales/zh-cn/common.js +54 -0
- package/lib/locales/zh-cn/common.js.map +1 -0
- package/lib/locales/zh-cn/font.d.ts +6 -0
- package/lib/locales/zh-cn/font.js +12 -0
- package/lib/locales/zh-cn/font.js.map +1 -0
- package/lib/locales/zh-cn/handle-panel.d.ts +53 -0
- package/lib/locales/zh-cn/handle-panel.js +59 -0
- package/lib/locales/zh-cn/handle-panel.js.map +1 -0
- package/lib/locales/zh-cn/index.d.ts +184 -0
- package/lib/locales/zh-cn/index.js +26 -0
- package/lib/locales/zh-cn/index.js.map +1 -0
- package/lib/locales/zh-cn/preview.d.ts +4 -0
- package/lib/locales/zh-cn/preview.js +10 -0
- package/lib/locales/zh-cn/preview.js.map +1 -0
- package/lib/locales/zh-cn/provider.d.ts +26 -0
- package/lib/locales/zh-cn/provider.js +32 -0
- package/lib/locales/zh-cn/provider.js.map +1 -0
- package/lib/locales/zh-cn/setting.d.ts +6 -0
- package/lib/locales/zh-cn/setting.js +12 -0
- package/lib/locales/zh-cn/setting.js.map +1 -0
- package/lib/locales/zh-cn/toolbar.d.ts +39 -0
- package/lib/locales/zh-cn/toolbar.js +45 -0
- package/lib/locales/zh-cn/toolbar.js.map +1 -0
- package/lib/node_modules/.pnpm/pinia-plugin-persistedstate@3.2.3_pinia@2.3.1_typescript@5.9.3_vue@3.5.34_typescript@5.9.3__/node_modules/pinia-plugin-persistedstate/dist/index.js +146 -0
- package/lib/node_modules/.pnpm/pinia-plugin-persistedstate@3.2.3_pinia@2.3.1_typescript@5.9.3_vue@3.5.34_typescript@5.9.3__/node_modules/pinia-plugin-persistedstate/dist/index.js.map +1 -0
- package/lib/plugins/moveable/moveable.d.ts +49 -0
- package/lib/plugins/moveable/moveable.js +214 -0
- package/lib/plugins/moveable/moveable.js.map +1 -0
- package/lib/plugins/moveable/moveable_js.d.ts +39 -0
- package/lib/plugins/moveable/moveable_js.js +3155 -0
- package/lib/plugins/moveable/moveable_js.js.map +1 -0
- package/lib/plugins/moveable/moveable_local.d.ts +0 -0
- package/lib/plugins/moveable/moveable_local.js +3 -0
- package/lib/plugins/moveable/moveable_local.js.map +1 -0
- package/lib/plugins/moveable/selecto.d.ts +5 -0
- package/lib/plugins/moveable/selecto.js +41 -0
- package/lib/plugins/moveable/selecto.js.map +1 -0
- package/lib/plugins/moveable/types/index.d.ts +1926 -0
- package/lib/plugins/moveable/types/index.js +3 -0
- package/lib/plugins/moveable/types/index.js.map +1 -0
- package/lib/plugins/myprintClientService.d.ts +10 -0
- package/lib/plugins/myprintClientService.js +95 -0
- package/lib/plugins/myprintClientService.js.map +1 -0
- package/lib/printer.d.ts +22 -0
- package/lib/printer.js +180 -0
- package/lib/printer.js.map +1 -0
- package/lib/stores/app.d.ts +25 -0
- package/lib/stores/app.js +44 -0
- package/lib/stores/app.js.map +1 -0
- package/lib/stores/config.d.ts +17 -0
- package/lib/stores/config.js +47 -0
- package/lib/stores/config.js.map +1 -0
- package/lib/stores/dragStore.d.ts +6 -0
- package/lib/stores/dragStore.js +26 -0
- package/lib/stores/dragStore.js.map +1 -0
- package/lib/stores/socket.d.ts +12 -0
- package/lib/stores/socket.js +124 -0
- package/lib/stores/socket.js.map +1 -0
- package/lib/types/R.d.ts +24 -0
- package/lib/types/R.js +3 -0
- package/lib/types/R.js.map +1 -0
- package/lib/types/d3Type.d.ts +4 -0
- package/lib/types/d3Type.js +3 -0
- package/lib/types/d3Type.js.map +1 -0
- package/lib/types/entity.d.ts +426 -0
- package/lib/types/entity.js +58 -0
- package/lib/types/entity.js.map +1 -0
- package/lib/types/eventType.d.ts +27 -0
- package/lib/types/eventType.js +3 -0
- package/lib/types/eventType.js.map +1 -0
- package/lib/utils/arrays.d.ts +3 -0
- package/lib/utils/arrays.js +43 -0
- package/lib/utils/arrays.js.map +1 -0
- package/lib/utils/bezierUtil.d.ts +12 -0
- package/lib/utils/bezierUtil.js +52 -0
- package/lib/utils/bezierUtil.js.map +1 -0
- package/lib/utils/devicePixelRatio.d.ts +6 -0
- package/lib/utils/devicePixelRatio.js +88 -0
- package/lib/utils/devicePixelRatio.js.map +1 -0
- package/lib/utils/elementUtil.d.ts +72 -0
- package/lib/utils/elementUtil.js +1093 -0
- package/lib/utils/elementUtil.js.map +1 -0
- package/lib/utils/event.d.ts +1 -0
- package/lib/utils/event.js +8 -0
- package/lib/utils/event.js.map +1 -0
- package/lib/utils/historyUtil.d.ts +51 -0
- package/lib/utils/historyUtil.js +134 -0
- package/lib/utils/historyUtil.js.map +1 -0
- package/lib/utils/keyboardUtil.d.ts +10 -0
- package/lib/utils/keyboardUtil.js +151 -0
- package/lib/utils/keyboardUtil.js.map +1 -0
- package/lib/utils/memoryClipboardUtil.d.ts +13 -0
- package/lib/utils/memoryClipboardUtil.js +171 -0
- package/lib/utils/memoryClipboardUtil.js.map +1 -0
- package/lib/utils/mouseTips.d.ts +5619 -0
- package/lib/utils/mouseTips.js +32 -0
- package/lib/utils/mouseTips.js.map +1 -0
- package/lib/utils/myprint.d.ts +11 -0
- package/lib/utils/myprint.js +104 -0
- package/lib/utils/myprint.js.map +1 -0
- package/lib/utils/numberUtil.d.ts +39 -0
- package/lib/utils/numberUtil.js +146 -0
- package/lib/utils/numberUtil.js.map +1 -0
- package/lib/utils/pdfUtil.d.ts +7 -0
- package/lib/utils/pdfUtil.js +65 -0
- package/lib/utils/pdfUtil.js.map +1 -0
- package/lib/utils/printProtocol/lodop.d.ts +0 -0
- package/lib/utils/printProtocol/lodop.js +3 -0
- package/lib/utils/printProtocol/lodop.js.map +1 -0
- package/lib/utils/printProtocol/myPrint.d.ts +0 -0
- package/lib/utils/printProtocol/myPrint.js +3 -0
- package/lib/utils/printProtocol/myPrint.js.map +1 -0
- package/lib/utils/scaleUtil.d.ts +7 -0
- package/lib/utils/scaleUtil.js +20 -0
- package/lib/utils/scaleUtil.js.map +1 -0
- package/lib/utils/svgUtil.d.ts +9 -0
- package/lib/utils/svgUtil.js +89 -0
- package/lib/utils/svgUtil.js.map +1 -0
- package/lib/utils/table/dataTable.d.ts +45 -0
- package/lib/utils/table/dataTable.js +581 -0
- package/lib/utils/table/dataTable.js.map +1 -0
- package/lib/utils/timeUtil.d.ts +7 -0
- package/lib/utils/timeUtil.js +32 -0
- package/lib/utils/timeUtil.js.map +1 -0
- package/lib/utils/utils.d.ts +56 -0
- package/lib/utils/utils.js +499 -0
- package/lib/utils/utils.js.map +1 -0
- package/lib/version.d.ts +1 -0
- package/lib/version.js +6 -0
- package/lib/version.js.map +1 -0
- package/package.json +86 -0
package/README.md
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# MyPrint
|
|
2
|
+
|
|
3
|
+
> 操作简单,组件丰富的一站式打印解决方案打印设计器
|
|
4
|
+
|
|
5
|
+
| 项目 | 说明 | 地址(github) | 地址(gitee) |
|
|
6
|
+
|:-----------------|----------------------------------|-----------------------------------------------------------|----------------------------------------------------------|
|
|
7
|
+
| MyPrint | 主项目 | [`前往`](https://github.com/MyPrintDesign/myprint) | [`前往`](https://gitee.com/MyPrintDesign/myprint) |
|
|
8
|
+
| MyPrint-server | 服务端[`(去下载)`](https://doc.myprint.top/guide/deploy/centos) | — | — |
|
|
9
|
+
| MyPrint-desktop | 客户端[`(去下载)`](https://doc.myprint.top/guide/deploy/client) | — | — |
|
|
10
|
+
| MyPrint-examples | 客户端 | [`前往`](https://github.com/MyPrintDesign/myprint-examples) | [`前往`](https://gitee.com/MyPrintDesign/myprint-examples) |
|
|
11
|
+
| MyPrint-docker | docker构建镜像 | [`前往`](https://github.com/MyPrintDesign/myprint-docker) | [`前往`](https://gitee.com/MyPrintDesign/myprint-docker) |
|
|
12
|
+
| 文档 | [`前往`](https://doc.myprint.top) | — | — |
|
|
13
|
+
| 体验服(demo) | [`前往`](https://demo.myprint.top) | — | — |
|
|
14
|
+
|
|
15
|
+
## 说明
|
|
16
|
+
|
|
17
|
+
* 项目技术栈:`Vue@3.4.31` `TypeScript@5.0.2` `Vite@5.2.6`
|
|
18
|
+
* 打印设计面板,设计结果支持打印、生成pdf、生成图片,支持浏览器、客户端、服务端三种生成,并且三种方式生成结果高度统一。
|
|
19
|
+
* 支持`多级表头`数据表格,表格支持`条形码`与`二维码`,以及表格数据统计。
|
|
20
|
+
* 支持svg、手画板。
|
|
21
|
+
* 操作简单,内置快捷键:Ctrl+c、Ctrl+v快速复制粘贴、Ctrl+s保存、Ctrl+z回滚、Ctrl+y重做、方向键微调位置。
|
|
22
|
+
* 多种安装方式支持`centos`、`debian`、`docker`、`k8s` 一键安装
|
|
23
|
+
|
|
24
|
+
## 更新日志
|
|
25
|
+
[查看更新日志](https://github.com/MyPrintDesign/myprint/blob/main/CHANGELOG.md)
|
|
26
|
+
|
|
27
|
+
## 有图有真相
|
|
28
|
+
|
|
29
|
+
<img src="readme/demo_main.png"/>
|
|
30
|
+
<table width="100%" align="center">
|
|
31
|
+
|
|
32
|
+
<tr>
|
|
33
|
+
<td align="center">设计</td>
|
|
34
|
+
<td align="center">预览</td>
|
|
35
|
+
</tr>
|
|
36
|
+
|
|
37
|
+
<tr>
|
|
38
|
+
<td align="center"><img src="readme/order_design.png"/></td>
|
|
39
|
+
<td align="center"><img src="readme/order_preview.png"/></td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr>
|
|
42
|
+
<td align="center"><img src="readme/mail_design.png"/></td>
|
|
43
|
+
<td align="center"><img src="readme/mail_preview.png"/></td>
|
|
44
|
+
</tr>
|
|
45
|
+
<tr>
|
|
46
|
+
<td align="center"><img src="readme/client_design.png"/></td>
|
|
47
|
+
<td align="center"><img src="readme/client_preview.png"/></td>
|
|
48
|
+
</tr>
|
|
49
|
+
<tr>
|
|
50
|
+
<td align="center"><img src="readme/jj_design.png"/></td>
|
|
51
|
+
<td align="center"><img src="readme/jj_preview.png"/></td>
|
|
52
|
+
</tr>
|
|
53
|
+
<tr>
|
|
54
|
+
<td align="center">QQ交流群</td>
|
|
55
|
+
<td align="center"><img src="readme/qq.png"/></td>
|
|
56
|
+
</tr>
|
|
57
|
+
</table>
|
|
58
|
+
|
|
59
|
+
## 如何使用
|
|
60
|
+
|
|
61
|
+
### npm 安装
|
|
62
|
+
|
|
63
|
+
```sh [npm]
|
|
64
|
+
npm install myprint-design
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
```sh [yarn]
|
|
68
|
+
yarn add -D myprint-design
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### 浏览器直接引入
|
|
72
|
+
|
|
73
|
+
直接通过浏览器的 HTML 标签导入 MyPrint,然后就可以使用全局变量 MyPrintDesign 了。
|
|
74
|
+
|
|
75
|
+
```html
|
|
76
|
+
<link rel="stylesheet" href="//jsd.onmicrosoft.cn/npm/myprint-design/css/styles/index.css" />
|
|
77
|
+
<!-- Import Vue 3 -->
|
|
78
|
+
<script src="//jsd.onmicrosoft.cn/npm/vue@3"></script>
|
|
79
|
+
<!-- Import component library -->
|
|
80
|
+
<script src="//jsd.onmicrosoft.cn/npm/myprint-design"></script>
|
|
81
|
+
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### 在线示例
|
|
85
|
+
|
|
86
|
+
通过 CDN 的方式我们可以很容易地使用 MyPrint 写出一个 设计 页面。 [在线演示](https://codepen.io/chushenshen/pen/BagYjLo)
|
|
87
|
+
|
|
88
|
+
### 直接引用(仅支持ts)
|
|
89
|
+
|
|
90
|
+
> 下载本项目(参考package/demo)
|
|
91
|
+
|
|
92
|
+
#### 如何引用?
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
.
|
|
96
|
+
├─ packages
|
|
97
|
+
│ ├─ demo
|
|
98
|
+
│ ├─ design
|
|
99
|
+
└─ └─ docs
|
|
100
|
+
|
|
101
|
+
复制design代码 到对应项目目录下
|
|
102
|
+
|
|
103
|
+
配置 vite.config.ts
|
|
104
|
+
|
|
105
|
+
#vite.config.ts
|
|
106
|
+
export default defineConfig({
|
|
107
|
+
...
|
|
108
|
+
resolve: {
|
|
109
|
+
alias: {
|
|
110
|
+
'myprint-design': fileURLToPath(new URL('../design/src', import.meta.url))
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
## 配套服务
|
|
117
|
+
|
|
118
|
+
### 客户端(本地调用打印机进行打印)
|
|
119
|
+
|
|
120
|
+
> 本地客户端支持局域网连接,可以做到同一局域网内别的机器的浏览器提交任务,由同一个打印机进行打印
|
|
121
|
+
|
|
122
|
+
### 下载客户端
|
|
123
|
+
|
|
124
|
+
| | 架构 | 地址 |
|
|
125
|
+
|---------|---------|:-------------------------------------------------------------------:|
|
|
126
|
+
| Windows | 64位 | [下载地址](https://file.cfcss.top/MyPrint-Windows-x64-latest.exe) |
|
|
127
|
+
| Windows | 32位 | [下载地址](https://file.cfcss.top/MyPrint-Windows-ia32-latest.exe) |
|
|
128
|
+
| Linux | x86 | [下载地址](https://file.cfcss.top/MyPrint-Linux-x86_64-latest.AppImage) |
|
|
129
|
+
| Macos | Intel芯片 | [下载地址](https://file.cfcss.top/MyPrint-Mac-x64-latest.dmg) |
|
|
130
|
+
| Macos | Apple芯片 | [下载地址](https://file.cfcss.top/MyPrint-Mac-arm64-latest.dmg) |
|
|
131
|
+
|
|
132
|
+
### 服务端(服务端生成pdf)[`去下载`](https://file.cfcss.top/myprint-server.zip)
|
|
133
|
+
|
|
134
|
+
> 在服务器生成pdf或者图片
|
|
135
|
+
|
|
136
|
+
## 支持的控件
|
|
137
|
+
|
|
138
|
+
### 普通控件
|
|
139
|
+
|
|
140
|
+
| 名称 | 说明 |
|
|
141
|
+
|------|----------------------------|
|
|
142
|
+
| 文本框 | 文本框 |
|
|
143
|
+
| 时间控件 | 时间控件,打印时间 |
|
|
144
|
+
| 图片 | 支持选择本地图片、裁剪 |
|
|
145
|
+
| 数据表格 | 一个支持多级表头,表头排序、缩放、数据统计的数据表格 |
|
|
146
|
+
| 横实线 | — |
|
|
147
|
+
| 竖实线 | — |
|
|
148
|
+
| 横虚线 | 虚线,支持修改虚线类型 |
|
|
149
|
+
| 竖虚线 | 虚线,支持修改虚线类型 |
|
|
150
|
+
| 容器 | 容器内可放置元素 |
|
|
151
|
+
| 页眉 | 页眉 |
|
|
152
|
+
| 页脚 | 页脚 |
|
|
153
|
+
| 页码 | 页码 |
|
|
154
|
+
|
|
155
|
+
### SVG控件
|
|
156
|
+
|
|
157
|
+
| 名称 | 说明 |
|
|
158
|
+
|---------|--------------|
|
|
159
|
+
| 直线 | 随意角度的直线 |
|
|
160
|
+
| 一阶贝塞尔曲线 | 一条一阶贝塞尔曲线 |
|
|
161
|
+
| 二阶贝塞尔曲线 | 一条二阶贝塞尔曲线 |
|
|
162
|
+
| 手画板 | 手画板 |
|
|
163
|
+
| 椭圆 | 椭圆 |
|
|
164
|
+
| 圆 | 圆 |
|
|
165
|
+
| 多边形 | 多边形,支持增加、删除边 |
|
|
166
|
+
|
|
167
|
+
## 本地启动
|
|
168
|
+
|
|
169
|
+
### 安装依赖
|
|
170
|
+
|
|
171
|
+
```sh
|
|
172
|
+
# 使用 pnpm 来管理项目
|
|
173
|
+
pnpm i
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
### 启动项目
|
|
177
|
+
|
|
178
|
+
```sh
|
|
179
|
+
npm run dev
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
### 打包
|
|
183
|
+
|
|
184
|
+
```sh
|
|
185
|
+
npm run build:design
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
## 交流群
|
|
189
|
+
|
|
190
|
+
<img src="readme/qq.png"/>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.design-container-root{text-align:initial;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0;font-size:13px}.design-container-root .my-aside{border-right:1px solid #e9e9e9;background:#f8f8f8;overflow:auto;box-sizing:border-box;flex-shrink:0;width:181px}.design-container-root .my-main{display:block;flex:1;flex-basis:auto;overflow:auto;box-sizing:border-box}.el-tabs--border-card>.el-tabs__content{padding:5px!important}.user-select-none{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.display-flex{display:flex}.display-flex-wrap{flex-wrap:wrap}.display-flex-column{display:flex;flex-direction:column}.space-between{justify-content:space-between}.display-block{display:block}.padding-top-10{padding-top:10px}.num-2{width:80px}.num-4{width:40px!important}.width-100-p{width:100%}.height-100-p{height:100%}.width-20{width:var(--20px)!important}.width-40{width:var(--40px)!important}.width-60{width:var(--60px)!important}.width-65{width:var(--65px)!important}.width-66{width:var(--66px)!important}.width-80{width:var(--80px)!important}.width-100{width:var(--100px)!important}.width-120{width:var(--120px)!important}.width-140{width:var(--140px)!important}.width-150{width:var(--150px)!important}.width-160{width:var(--160px)!important}.width-180{width:180px!important}.width-240{width:var(--240px)!important}.my-hidden{visibility:hidden}.cursor-nwse-resize{cursor:nwse-resize}.cursor-resize[data-rotation="0"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(0deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="1"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(1deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="2"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(2deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="3"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(3deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="4"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(4deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="5"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(5deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="6"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(6deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="7"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(7deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="8"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(8deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="9"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(9deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="10"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(10deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="11"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(11deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="12"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(12deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="13"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(13deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="14"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(14deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="15"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(15deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="16"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(16deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="17"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(17deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="18"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(18deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="19"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(19deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="20"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(20deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="21"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(21deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="22"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(22deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="23"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(23deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="24"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(24deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="25"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(25deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="26"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(26deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="27"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(27deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="28"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(28deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="29"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(29deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="30"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(30deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="31"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(31deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="32"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(32deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="33"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(33deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="34"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(34deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="35"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(35deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="36"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(36deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="37"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(37deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="38"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(38deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="39"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(39deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="40"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(40deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="41"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(41deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="42"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(42deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="43"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(43deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="44"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(44deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="45"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(45deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="46"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(46deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="47"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(47deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="48"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(48deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="49"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(49deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="50"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(50deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="51"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(51deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="52"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(52deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="53"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(53deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="54"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(54deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="55"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(55deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="56"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(56deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="57"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(57deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="58"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(58deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="59"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(59deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="60"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(60deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="61"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(61deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="62"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(62deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="63"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(63deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="64"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(64deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="65"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(65deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="66"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(66deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="67"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(67deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="68"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(68deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="69"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(69deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="70"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(70deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="71"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(71deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="72"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(72deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="73"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(73deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="74"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(74deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="75"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(75deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="76"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(76deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="77"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(77deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="78"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(78deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="79"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(79deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="80"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(80deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="81"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(81deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="82"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(82deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="83"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(83deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="84"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(84deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="85"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(85deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="86"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(86deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="87"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(87deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="88"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(88deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="89"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(89deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="90"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(90deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="91"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(91deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="92"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(92deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="93"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(93deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="94"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(94deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="95"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(95deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="96"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(96deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="97"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(97deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="98"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(98deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="99"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(99deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="100"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(100deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="101"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(101deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="102"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(102deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="103"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(103deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="104"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(104deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="105"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(105deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="106"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(106deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="107"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(107deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="108"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(108deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="109"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(109deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="110"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(110deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="111"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(111deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="112"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(112deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="113"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(113deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="114"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(114deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="115"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(115deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="116"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(116deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="117"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(117deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="118"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(118deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="119"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(119deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="120"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(120deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="121"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(121deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="122"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(122deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="123"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(123deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="124"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(124deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="125"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(125deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="126"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(126deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="127"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(127deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="128"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(128deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="129"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(129deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="130"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(130deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="131"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(131deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="132"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(132deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="133"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(133deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="134"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(134deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="135"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(135deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="136"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(136deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="137"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(137deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="138"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(138deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="139"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(139deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="140"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(140deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="141"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(141deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="142"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(142deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="143"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(143deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="144"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(144deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="145"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(145deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="146"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(146deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="147"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(147deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="148"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(148deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="149"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(149deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="150"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(150deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="151"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(151deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="152"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(152deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="153"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(153deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="154"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(154deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="155"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(155deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="156"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(156deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="157"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(157deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="158"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(158deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="159"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(159deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="160"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(160deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="161"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(161deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="162"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(162deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="163"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(163deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="164"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(164deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation="165"]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M 16,5 L 12,10 L 14.5,10 L 14.5,22 L 12,22 L 16,27 L 20,22 L 17.5,22 L 17.5,10 L 20, 10 L 16,5 Z" stroke-linejoin="round" stroke-width="1.2" fill="black" stroke="white" style="transform:rotate(165deg);transform-origin: 16px 16px"></path></svg>') 16 16,nwse-resize!important}.cursor-resize[data-rotation=rotate]{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32" ><path d="M7.9,15.1c-4,0-7.3-3.3-7.3-7.3s3.3-7.3,7.3-7.3c1.7,0,3.4,0.6,4.7,1.7l0.9-0.9c0.2-0.2,0.4-0.3,0.7-0.3 c0.1,0,0.3,0,0.4,0.1c0.4,0.2,0.6,0.5,0.6,0.9v4c0,0.5-0.4,1-1,1h-4c-0.4,0-0.7-0.2-0.9-0.6C9.1,6.2,9.2,5.7,9.5,5.5l0.9-0.9 C9.7,4,8.8,3.7,7.9,3.7c-2.3,0-4.2,1.9-4.2,4.2c0,2.3,1.9,4.2,4.2,4.2c1.3,0,2.5-0.6,3.3-1.6c0.1-0.1,0.3-0.2,0.5-0.3c0,0,0,0,0,0 c0.2,0,0.4,0.1,0.5,0.2l1.2,1.3c0.2,0.2,0.3,0.6,0,0.9C12.1,14.2,10,15.1,7.9,15.1z" stroke-linejoin="round" stroke-width="1.2" stroke="white" fill="black"></path></svg>') 10 10,alias!important}.cursor-resize[data-rotation=move]{cursor:move!important}.cursor-resize[data-rotation=col-resize]{cursor:col-resize!important}.cursor-resize[data-rotation=ns-resize]{cursor:ns-resize!important}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.pointer-events{pointer-events:none}.my-icon-disabled{color:var(--icon-disable-color)!important;cursor:not-allowed!important}.my-handle-panel-icon{font-size:16px!important;height:16px!important;width:16px!important;margin:2px;display:inline-block;cursor:pointer;line-height:1;overflow:hidden;border-radius:3px}.my-handle-panel-icon:hover{background:#fff;color:var(--drag-h-color)}.sort-tips-line{width:1px;height:100px;background:red;position:absolute;top:0}.my-print-border-box{box-sizing:border-box}.drag-wrapper{position:absolute;background:#f0f2f5;border:1px solid gray}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.design-container{z-index:0;width:100%;height:100%}.container-edit-icon{position:absolute;text-align:center;display:inline-block;line-height:1;right:0;width:16px;height:16px;transform:translate(calc(100% + 5px),0)}.container-move-icon{position:absolute;text-align:center;display:inline-block;line-height:1;right:0;width:16px;height:16px;transform:translate(calc(100% + 5px),18px)}.table-more-icon_popover{position:absolute;text-align:center;display:inline-block;line-height:1;top:0;left:calc(100% + 7px);width:16px;height:16px}.table-more-icon{text-align:center;display:inline-block;line-height:1;width:16px;height:16px}.table_header_setting{padding:5px 9px 5px 5px;background:#fff}.container_over{z-index:1;outline:4px solid var(--drag-h-color)}.ruleHighlight{background:var(--drag-h-color);opacity:.2}.my-element-wrapper{will-change:transform!important;position:absolute;box-sizing:border-box}.my-element-wrapper:before{pointer-events:none;position:absolute;content:"";box-sizing:border-box;width:100%;height:100%}.design-activate:before{border:dashed 1px var(--drag-h-color)}.design-inactive:before{border:dashed 1px var(--dnb-highlight-color)}.design-activate-edit:before{border:dashed 1px var(--drag-edit-border-color)}.design-activate-cut-ing{opacity:.625!important}.desgin-remove{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;line-height:16px;font-weight:700;color:red}.my-table-resize{width:9px;height:100%;position:absolute;top:0;cursor:col-resize}.my-table-resize:before{position:absolute;top:inherit;left:4px;background:0 0!important;content:" ";width:1px;height:100%}.my-table-resize:hover::before{box-shadow:-1px 0 0 0 red,1px 0 0 0 red!important;background-color:red!important}.my-table-row-resize{width:100%;height:9px;position:absolute;left:0;cursor:col-resize}.my-table-row-resize:before{position:absolute;left:inherit;top:4px;background:0 0!important;content:" ";width:100%;height:1px}.my-table-row-resize:hover::before{box-shadow:-1px 0 0 0 red,1px 0 0 0 red!important;background-color:red!important}.my-table-highlight-column{position:absolute;top:0;border:2px solid var(--drag-h-color);box-sizing:border-box}.my-table-highlight-sort{position:absolute;top:0;left:20px;width:3px;height:100%;background:#0ec300!important}.my-table-clone-drag{position:absolute;cursor:move}.my-table-control-head-point{position:absolute;cursor:move;top:-10px;width:20px;font-size:14px!important;height:15px;line-height:15px;text-align:center;visibility:hidden;border-radius:3px;border:1px #000 dashed;background:#fff!important;z-index:999999}.my-table-control-head-col-point{position:absolute;cursor:move;left:-10px;width:15px;font-size:14px!important;height:20px;line-height:20px;text-align:center;visibility:hidden;border-radius:3px;border:1px #000 dashed;background:#fff!important;z-index:999999}.my-table-control-head-point-active{visibility:visible}.my-table-statistics-row-remove{width:20px;height:20px;right:-30px;position:absolute;z-index:999999}.image-crop-dialog{-webkit-user-select:none;-moz-user-select:none;user-select:none}.choose-image-type-dialog{border-radius:8px!important;overflow:hidden}.choose-image-type-dialog .el-dialog__header{display:none}.choose-image-type-dialog .el-dialog__body{padding:0!important}.choose-image-type-dialog .choose-image-type-dialog-header{height:51px;padding:0 37px;background:#fff;box-sizing:border-box;border-bottom:1px solid #e9e9e9;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choose-image-type-dialog .choose-image-type-dialog-header .choose-image-type-dialog-header_tab{display:flex;width:100%}.choose-image-type-dialog .choose-image-type-dialog-header .choose-image-type-dialog-header_tab .setting-panel-header-close{width:24px}.choose-image-type-dialog .choose-image-localFile-panel{width:520px;height:117px;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center}.choose-image-type-dialog .choose-image-localFile-panel .choose-image-localFile-btn{width:250px;height:30px;line-height:30px;text-align:center;border-radius:5px;color:#fff;background:var(--drag-h-color);font-weight:600}.choose-image-type-dialog .choose-image-url-panel{width:490px;height:117px;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center}.choose-image-type-dialog .choose-image-url-panel .choose-image-url-input{width:250px;margin-bottom:15px}.choose-image-type-dialog .choose-image-url-panel .choose-image-url-btn{width:250px;height:30px;line-height:30px;text-align:center;border-radius:5px;color:#fff;background:var(--drag-h-color);font-weight:600}.design-auxiliary-line-h,.design-auxiliary-line-v{position:absolute;will-change:transform;left:0;top:0}.design-auxiliary-line-h:hover .design-auxiliary-line-remove,.design-auxiliary-line-v:hover .design-auxiliary-line-remove{visibility:visible}.design-auxiliary-line-h .design-auxiliary-line-remove,.design-auxiliary-line-v .design-auxiliary-line-remove{position:absolute;left:0;top:0;border-radius:10px;width:15px;height:15px;font-size:15px;line-height:15px;visibility:hidden;color:red}.design-auxiliary-line-h .design-auxiliary-line-remove:hover,.design-auxiliary-line-v .design-auxiliary-line-remove:hover{visibility:visible}.design-auxiliary-line-hidden{visibility:hidden}.design-auxiliary-line-v{border-left:1px #000 dashed;height:100%}.design-auxiliary-line-v .design-auxiliary-line-control{position:absolute;left:-4px;top:25px;width:7px;height:30px}.design-auxiliary-line-v .design-auxiliary-line-control:before{border-radius:10px;position:absolute;content:" ";background:gold!important;left:2px;top:0;width:3px;height:100%}.design-auxiliary-line-v .design-auxiliary-line-remove{left:-8px;top:10px}.design-auxiliary-line-h{border-top:1px #000 dashed;width:100%}.design-auxiliary-line-h .design-auxiliary-line-control{position:absolute;left:25px;top:-4px;width:30px;height:7px}.design-auxiliary-line-h .design-auxiliary-line-control:before{border-radius:10px;position:absolute;content:" ";background:gold!important;top:2px;left:0;width:100%;height:3px}.design-auxiliary-line-h .design-auxiliary-line-remove{left:10px;top:-8px}.my-tree-list .my-tree-list-item_wrapper .my-tree-list-item{display:flex}.my-tree-list .my-tree-list-item_wrapper .my-tree-list-child{margin-left:30px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.barcode-type-tooltip{width:300px}.setting-dialog{border-radius:8px!important;overflow:hidden}.setting-dialog .my-dialog_content{padding:0!important}.setting-dialog .el-dialog__header{display:none}.preview-dialog{padding:0!important}.preview-dialog .el-dialog__header{display:none}.crop-point{background-color:var(--drag-h-color)!important}.my-switch{display:inline-flex;align-items:center;position:relative;font-size:12px;line-height:16px;height:24px;vertical-align:middle}.my-switch.is-checked .my-switch__core{border-color:var(--drag-h-color);background-color:var(--drag-h-color)}.my-switch.is-checked .my-switch__core .my-switch__inner{padding:0 14px 0 2px}.my-switch.is-checked .my-switch__core .my-switch__action{left:calc(100% - 13px)}.my-switch .my-switch__core{min-width:30px;height:16px;border-radius:8px;display:inline-flex;position:relative;align-items:center;border:1px solid var(--switch-off-color,var(--switch-off-color));outline:0;box-sizing:border-box;background:var(--switch-off-color);cursor:pointer;transition:border-color var(--my-transition-duration),background-color var(--my-transition-duration)}.my-switch .my-switch__core .my-switch__inner{height:12px;padding:0 2px 0 14px;width:100%;transition:all var(--my-transition-duration);display:flex;justify-content:center;align-items:center;overflow:hidden}.my-switch .my-switch__core .my-switch__inner .is-text{font-size:12px;color:var(--my-color-white);-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-switch .my-switch__core .my-switch__action{width:12px;height:12px;left:1px;position:absolute;border-radius:var(--my-border-radius-circle);transition:all var(--my-transition-duration);background-color:var(--my-color-white);display:flex;justify-content:center;align-items:center;color:var(--switch-off-color)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";@font-face{font-family:AlimamaShuHeiTi-Boldr;src:url(../assets/fonts/AlimamaShuHeiTi-Bold.ttf) format("truetype")}@font-face{font-family:AlimamaFangYuanTiVF-Thin;src:url(../assets/fonts/AlimamaFangYuanTiVF-Thin.woff2) format("woff2-variations");font-display:swap}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.history-list{font-size:13px}.history-list .currentHistory{color:#fff;padding-left:3px;background:var(--drag-h-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.history-list .history-list-item{color:grey;padding-left:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.history-list .history-line-wrapper{display:flex;flex:1}.history-list .history-line-wrapper .prefix{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:-3px}.printer-panel{padding:20px;height:calc(100% - 100px)}.my-element-setting-choose-img{margin-left:30px}.divider-setting-layout .my-divider__text{align-items:center;display:flex}.divider-setting-layout .my-divider__text .divider-setting-layout-lock{padding-left:4px;padding-right:4px;margin-left:5px;border:1px gray dashed;box-sizing:border-box}.divider-setting-layout .my-divider__text .divider-setting-layout-lock.active{color:#fff!important;background:var(--drag-h-color)!important}.setting-wh-lock{height:24px;display:flex;align-items:center;padding-left:4px;padding-right:4px;border:1px gray dashed;box-sizing:border-box}.setting-wh-lock.active{color:#fff;background:var(--drag-h-color)!important}.setting-body{width:800px;height:500px}.setting-body .setting-menu{width:170px;background:#f8f8f8}.setting-body .setting-menu .setting-menu-title{height:60px;padding-left:30px;line-height:60px;font-weight:600;font-size:16px;color:#2b2b2b}.setting-body .setting-menu .setting-item-item{padding-left:30px;align-items:center;height:36px;cursor:pointer}.setting-body .setting-menu .setting-item-item .setting-item-item-title{font-weight:400;font-size:12px;padding-left:13px}.setting-body .setting-menu .setting-item-item-active{padding-left:26px;box-sizing:border-box;background-color:#f2f2f2;border-left:4px solid var(--drag-h-color);color:var(--drag-h-color)}.setting-body .setting-panel{flex:1}.setting-body .setting-panel .setting-panel-header{height:60px;padding:0 37px;background:#fff;box-sizing:border-box;border-bottom:1px solid #e9e9e9;align-items:center;justify-content:space-between}.setting-body .setting-panel .setting-panel-header .setting-panel-header-title{font:inherit;font-weight:600;font-size:14px;color:#2b2b2b}.setting-body .setting-panel .setting-panel-header .setting-panel-header-close{width:24px}.printer-panel{padding:20px;height:calc(100% - 100px)}.printer-panel .printer-status-icon{border-radius:10px}.printer-panel .printer-status-icon-normal{color:#0ec300}.printer-panel .printer-status-icon-error{color:#8b0000}.content-scale{width:260px;height:40px;position:absolute;right:20px;bottom:7px}.content-scale .scale-preview{position:absolute;bottom:50px;width:100%;height:162px;background:#edeef3;border-radius:8px;box-shadow:0 6px 20px rgba(25,25,26,.06),0 2px 12px rgba(25,25,26,.04);border:1px #fff solid;box-sizing:border-box}.content-scale .scale-preview .scale-design-content{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;position:absolute;background:#fff;scale:0;box-shadow:0 6px 20px rgba(25,25,26,.06),0 2px 12px rgba(25,25,26,.04);cursor:move}.content-scale .scale-preview .viewport{pointer-events:none;border:2px solid #ee3846;box-sizing:border-box;border-radius:5px;position:absolute;opacity:.8}.mini-map-toolbar{position:absolute;bottom:0;width:100%;height:40px;border-radius:8px;box-shadow:0 6px 20px rgba(25,25,26,.06),0 2px 12px rgba(25,25,26,.04)}.mini-map-toolbar .mini-map-toolbar_redo-undo{background:#fff;margin-right:10px;border-radius:8px;align-items:center;width:100px;box-shadow:0 6px 20px rgba(25,25,26,.06),0 2px 12px rgba(25,25,26,.04);border:1px solid rgba(18,17,42,.07)}.mini-map-toolbar .mini-map-toolbar_control{background:#fff;border-radius:8px;width:100%;box-shadow:0 6px 20px rgba(25,25,26,.06),0 2px 12px rgba(25,25,26,.04);border:1px solid rgba(18,17,42,.07)}.mini-map-toolbar .mini-map-toolbar_control .mini-map-toolbar_control_scale{align-items:center}.mini-map-toolbar .mini-map-toolbar_control .mini-map-toolbar_control_ratio{text-align:center;width:40px;align-items:center;font-weight:600;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mini-map-toolbar .mini-map-toolbar-icon{font-size:20px!important;height:32px;width:32px;margin:2px;display:inline-block;cursor:pointer;line-height:32px;overflow:hidden;border-radius:3px;text-align:center}.mini-map-toolbar .mini-map-toolbar-icon:hover:not(.my-icon-disabled){background:var(--drag-h-color)}
|