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.
Files changed (1436) hide show
  1. package/README.md +190 -0
  2. package/css/assets/fonts/AlimamaFangYuanTiVF-Thin.ttf +0 -0
  3. package/css/assets/fonts/AlimamaFangYuanTiVF-Thin.woff2 +0 -0
  4. package/css/assets/fonts/AlimamaShuHeiTi-Bold.ttf +0 -0
  5. package/css/assets/fonts/iconfont-color.woff2 +0 -0
  6. package/css/assets/fonts/iconfont.woff2 +0 -0
  7. package/css/styles/commStyle.css +1 -0
  8. package/css/styles/design.css +1 -0
  9. package/css/styles/element-plus-ui-cover.css +1 -0
  10. package/css/styles/font.css +1 -0
  11. package/css/styles/handle-panel.css +1 -0
  12. package/css/styles/index.css +1 -0
  13. package/css/styles/moveable.css +1 -0
  14. package/css/styles/moveable1.css +1 -0
  15. package/css/styles/my-button.css +1 -0
  16. package/css/styles/my-collapse.css +1 -0
  17. package/css/styles/my-colorPicker.css +1 -0
  18. package/css/styles/my-component.css +1 -0
  19. package/css/styles/my-icon.css +1 -0
  20. package/css/styles/my-image.css +1 -0
  21. package/css/styles/my-input-group.css +1 -0
  22. package/css/styles/my-other.css +1 -0
  23. package/css/styles/my-popover.css +1 -0
  24. package/css/styles/my-slider.css +1 -0
  25. package/css/styles/my-tabs.css +1 -0
  26. package/css/styles/options.css +1 -0
  27. package/css/styles/panel.css +1 -0
  28. package/css/styles/preview.css +1 -0
  29. package/css/styles/printStyle.css +1 -0
  30. package/css/styles/rule.css +1 -0
  31. package/css/styles/style.css +1 -0
  32. package/css/styles/toolbar.css +1 -0
  33. package/css/styles/var.css +1 -0
  34. package/dist/index.full.js +105436 -0
  35. package/dist/index.full.mjs +105425 -0
  36. package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
  37. package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
  38. package/es/api/pdfServer.d.ts +2 -0
  39. package/es/api/pdfServer.mjs +27 -0
  40. package/es/api/pdfServer.mjs.map +1 -0
  41. package/es/components/content/handle-panel/history-line-text.vue.d.ts +22 -0
  42. package/es/components/content/handle-panel/history-line-text.vue.mjs +7 -0
  43. package/es/components/content/handle-panel/history-line-text.vue.mjs.map +1 -0
  44. package/es/components/content/handle-panel/history-line-text.vue2.mjs +44 -0
  45. package/es/components/content/handle-panel/history-line-text.vue2.mjs.map +1 -0
  46. package/es/components/content/handle-panel/history-panel.vue.d.ts +313 -0
  47. package/es/components/content/handle-panel/history-panel.vue.mjs +7 -0
  48. package/es/components/content/handle-panel/history-panel.vue.mjs.map +1 -0
  49. package/es/components/content/handle-panel/history-panel.vue2.mjs +91 -0
  50. package/es/components/content/handle-panel/history-panel.vue2.mjs.map +1 -0
  51. package/es/components/content/handle-panel/minimap-panel.vue.d.ts +4114 -0
  52. package/es/components/content/handle-panel/minimap-panel.vue.mjs +7 -0
  53. package/es/components/content/handle-panel/minimap-panel.vue.mjs.map +1 -0
  54. package/es/components/content/handle-panel/minimap-panel.vue2.mjs +299 -0
  55. package/es/components/content/handle-panel/minimap-panel.vue2.mjs.map +1 -0
  56. package/es/components/content/handle-panel/operation-panel/index.vue.d.ts +3194 -0
  57. package/es/components/content/handle-panel/operation-panel/index.vue.mjs +7 -0
  58. package/es/components/content/handle-panel/operation-panel/index.vue.mjs.map +1 -0
  59. package/es/components/content/handle-panel/operation-panel/index.vue2.mjs +58 -0
  60. package/es/components/content/handle-panel/operation-panel/index.vue2.mjs.map +1 -0
  61. package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.d.ts +1801 -0
  62. package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.mjs +7 -0
  63. package/es/components/content/handle-panel/operation-panel/my-element-setting.vue.mjs.map +1 -0
  64. package/es/components/content/handle-panel/operation-panel/my-element-setting.vue2.mjs +849 -0
  65. package/es/components/content/handle-panel/operation-panel/my-element-setting.vue2.mjs.map +1 -0
  66. package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.d.ts +1104 -0
  67. package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.mjs +7 -0
  68. package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue.mjs.map +1 -0
  69. package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue2.mjs +203 -0
  70. package/es/components/content/handle-panel/operation-panel/my-panel-setting.vue2.mjs.map +1 -0
  71. package/es/components/content/handle-panel/setting/setting-about.vue.d.ts +2 -0
  72. package/es/components/content/handle-panel/setting/setting-about.vue.mjs +7 -0
  73. package/es/components/content/handle-panel/setting/setting-about.vue.mjs.map +1 -0
  74. package/es/components/content/handle-panel/setting/setting-about.vue2.mjs +13 -0
  75. package/es/components/content/handle-panel/setting/setting-about.vue2.mjs.map +1 -0
  76. package/es/components/content/handle-panel/setting/setting-design.vue.d.ts +115 -0
  77. package/es/components/content/handle-panel/setting/setting-design.vue.mjs +7 -0
  78. package/es/components/content/handle-panel/setting/setting-design.vue.mjs.map +1 -0
  79. package/es/components/content/handle-panel/setting/setting-design.vue2.mjs +41 -0
  80. package/es/components/content/handle-panel/setting/setting-design.vue2.mjs.map +1 -0
  81. package/es/components/content/handle-panel/setting/setting-panel.vue.d.ts +558 -0
  82. package/es/components/content/handle-panel/setting/setting-panel.vue.mjs +7 -0
  83. package/es/components/content/handle-panel/setting/setting-panel.vue.mjs.map +1 -0
  84. package/es/components/content/handle-panel/setting/setting-panel.vue2.mjs +122 -0
  85. package/es/components/content/handle-panel/setting/setting-panel.vue2.mjs.map +1 -0
  86. package/es/components/content/handle-panel/setting/setting-printer.vue.d.ts +189 -0
  87. package/es/components/content/handle-panel/setting/setting-printer.vue.mjs +7 -0
  88. package/es/components/content/handle-panel/setting/setting-printer.vue.mjs.map +1 -0
  89. package/es/components/content/handle-panel/setting/setting-printer.vue2.mjs +93 -0
  90. package/es/components/content/handle-panel/setting/setting-printer.vue2.mjs.map +1 -0
  91. package/es/components/content/index.d.ts +2 -0
  92. package/es/components/content/index.mjs +6 -0
  93. package/es/components/content/index.mjs.map +1 -0
  94. package/es/components/content/index.vue.d.ts +20052 -0
  95. package/es/components/content/index.vue.mjs +7 -0
  96. package/es/components/content/index.vue.mjs.map +1 -0
  97. package/es/components/content/index.vue2.mjs +194 -0
  98. package/es/components/content/index.vue2.mjs.map +1 -0
  99. package/es/components/content/panel/index.d.ts +0 -0
  100. package/es/components/content/panel/index.mjs +2 -0
  101. package/es/components/content/panel/index.mjs.map +1 -0
  102. package/es/components/content/panel/index.vue.d.ts +12302 -0
  103. package/es/components/content/panel/index.vue.mjs +7 -0
  104. package/es/components/content/panel/index.vue.mjs.map +1 -0
  105. package/es/components/content/panel/index.vue2.mjs +27 -0
  106. package/es/components/content/panel/index.vue2.mjs.map +1 -0
  107. package/es/components/content/panel/my-panel.vue.d.ts +6300 -0
  108. package/es/components/content/panel/my-panel.vue.mjs +7 -0
  109. package/es/components/content/panel/my-panel.vue.mjs.map +1 -0
  110. package/es/components/content/panel/my-panel.vue2.mjs +237 -0
  111. package/es/components/content/panel/my-panel.vue2.mjs.map +1 -0
  112. package/es/components/content/toolbar/style-design.vue.d.ts +1738 -0
  113. package/es/components/content/toolbar/style-design.vue.mjs +7 -0
  114. package/es/components/content/toolbar/style-design.vue.mjs.map +1 -0
  115. package/es/components/content/toolbar/style-design.vue2.mjs +367 -0
  116. package/es/components/content/toolbar/style-design.vue2.mjs.map +1 -0
  117. package/es/components/content/toolbar/toolbar-style/element-align.vue.d.ts +114 -0
  118. package/es/components/content/toolbar/toolbar-style/element-align.vue.mjs +7 -0
  119. package/es/components/content/toolbar/toolbar-style/element-align.vue.mjs.map +1 -0
  120. package/es/components/content/toolbar/toolbar-style/element-align.vue2.mjs +96 -0
  121. package/es/components/content/toolbar/toolbar-style/element-align.vue2.mjs.map +1 -0
  122. package/es/components/content/toolbar/toolbar-style/font-family.vue.d.ts +327 -0
  123. package/es/components/content/toolbar/toolbar-style/font-family.vue.mjs +7 -0
  124. package/es/components/content/toolbar/toolbar-style/font-family.vue.mjs.map +1 -0
  125. package/es/components/content/toolbar/toolbar-style/font-family.vue2.mjs +73 -0
  126. package/es/components/content/toolbar/toolbar-style/font-family.vue2.mjs.map +1 -0
  127. package/es/components/content/toolbar/toolbar-style/font-size.vue.d.ts +436 -0
  128. package/es/components/content/toolbar/toolbar-style/font-size.vue.mjs +7 -0
  129. package/es/components/content/toolbar/toolbar-style/font-size.vue.mjs.map +1 -0
  130. package/es/components/content/toolbar/toolbar-style/font-size.vue2.mjs +130 -0
  131. package/es/components/content/toolbar/toolbar-style/font-size.vue2.mjs.map +1 -0
  132. package/es/components/content/toolbar/toolbar.vue.d.ts +1888 -0
  133. package/es/components/content/toolbar/toolbar.vue.mjs +7 -0
  134. package/es/components/content/toolbar/toolbar.vue.mjs.map +1 -0
  135. package/es/components/content/toolbar/toolbar.vue2.mjs +190 -0
  136. package/es/components/content/toolbar/toolbar.vue2.mjs.map +1 -0
  137. package/es/components/content/widget/base-widget.vue.d.ts +6907 -0
  138. package/es/components/content/widget/base-widget.vue.mjs +7 -0
  139. package/es/components/content/widget/base-widget.vue.mjs.map +1 -0
  140. package/es/components/content/widget/base-widget.vue2.mjs +299 -0
  141. package/es/components/content/widget/base-widget.vue2.mjs.map +1 -0
  142. package/es/components/content/widget/basic.vue.d.ts +6957 -0
  143. package/es/components/content/widget/basic.vue.mjs +7 -0
  144. package/es/components/content/widget/basic.vue.mjs.map +1 -0
  145. package/es/components/content/widget/basic.vue2.mjs +47 -0
  146. package/es/components/content/widget/basic.vue2.mjs.map +1 -0
  147. package/es/components/content/widget/business.vue.d.ts +6931 -0
  148. package/es/components/content/widget/business.vue.mjs +7 -0
  149. package/es/components/content/widget/business.vue.mjs.map +1 -0
  150. package/es/components/content/widget/business.vue2.mjs +36 -0
  151. package/es/components/content/widget/business.vue2.mjs.map +1 -0
  152. package/es/components/content/widget/dragWrapper.vue.d.ts +30 -0
  153. package/es/components/content/widget/dragWrapper.vue.mjs +7 -0
  154. package/es/components/content/widget/dragWrapper.vue.mjs.map +1 -0
  155. package/es/components/content/widget/dragWrapper.vue2.mjs +57 -0
  156. package/es/components/content/widget/dragWrapper.vue2.mjs.map +1 -0
  157. package/es/components/content/widget/index.vue.d.ts +14163 -0
  158. package/es/components/content/widget/index.vue.mjs +7 -0
  159. package/es/components/content/widget/index.vue.mjs.map +1 -0
  160. package/es/components/content/widget/index.vue2.mjs +135 -0
  161. package/es/components/content/widget/index.vue2.mjs.map +1 -0
  162. package/es/components/design/auxiliary/auxiliary-line.vue.d.ts +80 -0
  163. package/es/components/design/auxiliary/auxiliary-line.vue.mjs +7 -0
  164. package/es/components/design/auxiliary/auxiliary-line.vue.mjs.map +1 -0
  165. package/es/components/design/auxiliary/auxiliary-line.vue2.mjs +108 -0
  166. package/es/components/design/auxiliary/auxiliary-line.vue2.mjs.map +1 -0
  167. package/es/components/design/barcode/barcode.vue.d.ts +31 -0
  168. package/es/components/design/barcode/barcode.vue.mjs +7 -0
  169. package/es/components/design/barcode/barcode.vue.mjs.map +1 -0
  170. package/es/components/design/barcode/barcode.vue2.mjs +219 -0
  171. package/es/components/design/barcode/barcode.vue2.mjs.map +1 -0
  172. package/es/components/design/barcode/index.d.ts +2 -0
  173. package/es/components/design/barcode/index.mjs +6 -0
  174. package/es/components/design/barcode/index.mjs.map +1 -0
  175. package/es/components/design/container/container/containerView.vue.mjs +14 -0
  176. package/es/components/design/container/container/containerView.vue.mjs.map +1 -0
  177. package/es/components/design/container/container/index.d.ts +2 -0
  178. package/es/components/design/container/container/index.mjs +6 -0
  179. package/es/components/design/container/container/index.mjs.map +1 -0
  180. package/es/components/design/container/index.d.ts +2 -0
  181. package/es/components/design/container/index.mjs +3 -0
  182. package/es/components/design/container/index.mjs.map +1 -0
  183. package/es/components/design/design.vue.d.ts +17 -0
  184. package/es/components/design/design.vue.mjs +7 -0
  185. package/es/components/design/design.vue.mjs.map +1 -0
  186. package/es/components/design/design.vue2.mjs +170 -0
  187. package/es/components/design/design.vue2.mjs.map +1 -0
  188. package/es/components/design/element-list.vue.d.ts +17 -0
  189. package/es/components/design/element-list.vue.mjs +7 -0
  190. package/es/components/design/element-list.vue.mjs.map +1 -0
  191. package/es/components/design/element-list.vue2.mjs +28 -0
  192. package/es/components/design/element-list.vue2.mjs.map +1 -0
  193. package/es/components/design/element.vue.d.ts +1735 -0
  194. package/es/components/design/element.vue.mjs +7 -0
  195. package/es/components/design/element.vue.mjs.map +1 -0
  196. package/es/components/design/element.vue2.mjs +75 -0
  197. package/es/components/design/element.vue2.mjs.map +1 -0
  198. package/es/components/design/image/image.vue.d.ts +426 -0
  199. package/es/components/design/image/image.vue.mjs +8 -0
  200. package/es/components/design/image/image.vue.mjs.map +1 -0
  201. package/es/components/design/image/image.vue2.mjs +458 -0
  202. package/es/components/design/image/image.vue2.mjs.map +1 -0
  203. package/es/components/design/image/index.d.ts +2 -0
  204. package/es/components/design/image/index.mjs +6 -0
  205. package/es/components/design/image/index.mjs.map +1 -0
  206. package/es/components/design/qrcode/index.d.ts +2 -0
  207. package/es/components/design/qrcode/index.mjs +6 -0
  208. package/es/components/design/qrcode/index.mjs.map +1 -0
  209. package/es/components/design/qrcode/qrcode.vue.d.ts +24 -0
  210. package/es/components/design/qrcode/qrcode.vue.mjs +7 -0
  211. package/es/components/design/qrcode/qrcode.vue.mjs.map +1 -0
  212. package/es/components/design/qrcode/qrcode.vue2.mjs +111 -0
  213. package/es/components/design/qrcode/qrcode.vue2.mjs.map +1 -0
  214. package/es/components/design/shape/index.d.ts +7 -0
  215. package/es/components/design/shape/index.mjs +7 -0
  216. package/es/components/design/shape/index.mjs.map +1 -0
  217. package/es/components/design/shape/line/computeStyle.d.ts +3 -0
  218. package/es/components/design/shape/line/computeStyle.mjs +36 -0
  219. package/es/components/design/shape/line/computeStyle.mjs.map +1 -0
  220. package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.d.ts +20 -0
  221. package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.mjs +7 -0
  222. package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.mjs.map +1 -0
  223. package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.mjs +31 -0
  224. package/es/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.mjs.map +1 -0
  225. package/es/components/design/shape/line/dottedHorizontalLine/index.d.ts +2 -0
  226. package/es/components/design/shape/line/dottedHorizontalLine/index.mjs +6 -0
  227. package/es/components/design/shape/line/dottedHorizontalLine/index.mjs.map +1 -0
  228. package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.d.ts +20 -0
  229. package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.mjs +7 -0
  230. package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.mjs.map +1 -0
  231. package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.mjs +31 -0
  232. package/es/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.mjs.map +1 -0
  233. package/es/components/design/shape/line/dottedVerticalLine/index.d.ts +2 -0
  234. package/es/components/design/shape/line/dottedVerticalLine/index.mjs +6 -0
  235. package/es/components/design/shape/line/dottedVerticalLine/index.mjs.map +1 -0
  236. package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.d.ts +20 -0
  237. package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.mjs +7 -0
  238. package/es/components/design/shape/line/horizontalLine/horizontalLine.vue.mjs.map +1 -0
  239. package/es/components/design/shape/line/horizontalLine/horizontalLine.vue2.mjs +31 -0
  240. package/es/components/design/shape/line/horizontalLine/horizontalLine.vue2.mjs.map +1 -0
  241. package/es/components/design/shape/line/horizontalLine/index.d.ts +2 -0
  242. package/es/components/design/shape/line/horizontalLine/index.mjs +6 -0
  243. package/es/components/design/shape/line/horizontalLine/index.mjs.map +1 -0
  244. package/es/components/design/shape/line/verticalLine/index.d.ts +2 -0
  245. package/es/components/design/shape/line/verticalLine/index.mjs +6 -0
  246. package/es/components/design/shape/line/verticalLine/index.mjs.map +1 -0
  247. package/es/components/design/shape/line/verticalLine/verticalLine.vue.d.ts +20 -0
  248. package/es/components/design/shape/line/verticalLine/verticalLine.vue.mjs +7 -0
  249. package/es/components/design/shape/line/verticalLine/verticalLine.vue.mjs.map +1 -0
  250. package/es/components/design/shape/line/verticalLine/verticalLine.vue2.mjs +31 -0
  251. package/es/components/design/shape/line/verticalLine/verticalLine.vue2.mjs.map +1 -0
  252. package/es/components/design/shape/rect/dottedRect/dottedRect.vue.d.ts +24 -0
  253. package/es/components/design/shape/rect/dottedRect/dottedRect.vue.mjs +7 -0
  254. package/es/components/design/shape/rect/dottedRect/dottedRect.vue.mjs.map +1 -0
  255. package/es/components/design/shape/rect/dottedRect/dottedRect.vue2.mjs +31 -0
  256. package/es/components/design/shape/rect/dottedRect/dottedRect.vue2.mjs.map +1 -0
  257. package/es/components/design/shape/rect/dottedRect/index.d.ts +2 -0
  258. package/es/components/design/shape/rect/dottedRect/index.mjs +6 -0
  259. package/es/components/design/shape/rect/dottedRect/index.mjs.map +1 -0
  260. package/es/components/design/shape/rect/rect/index.d.ts +2 -0
  261. package/es/components/design/shape/rect/rect/index.mjs +6 -0
  262. package/es/components/design/shape/rect/rect/index.mjs.map +1 -0
  263. package/es/components/design/shape/rect/rect/rect.vue.d.ts +24 -0
  264. package/es/components/design/shape/rect/rect/rect.vue.mjs +7 -0
  265. package/es/components/design/shape/rect/rect/rect.vue.mjs.map +1 -0
  266. package/es/components/design/shape/rect/rect/rect.vue2.mjs +31 -0
  267. package/es/components/design/shape/rect/rect/rect.vue2.mjs.map +1 -0
  268. package/es/components/design/svg/draw-panel.vue.d.ts +35 -0
  269. package/es/components/design/svg/draw-panel.vue.mjs +7 -0
  270. package/es/components/design/svg/draw-panel.vue.mjs.map +1 -0
  271. package/es/components/design/svg/draw-panel.vue2.mjs +180 -0
  272. package/es/components/design/svg/draw-panel.vue2.mjs.map +1 -0
  273. package/es/components/design/svg/svg-base.vue.d.ts +132 -0
  274. package/es/components/design/svg/svg-base.vue.mjs +7 -0
  275. package/es/components/design/svg/svg-base.vue.mjs.map +1 -0
  276. package/es/components/design/svg/svg-base.vue2.mjs +241 -0
  277. package/es/components/design/svg/svg-base.vue2.mjs.map +1 -0
  278. package/es/components/design/svg/svg-bezier-curve-three.vue.d.ts +216 -0
  279. package/es/components/design/svg/svg-bezier-curve-three.vue.mjs +7 -0
  280. package/es/components/design/svg/svg-bezier-curve-three.vue.mjs.map +1 -0
  281. package/es/components/design/svg/svg-bezier-curve-three.vue2.mjs +130 -0
  282. package/es/components/design/svg/svg-bezier-curve-three.vue2.mjs.map +1 -0
  283. package/es/components/design/svg/svg-bezier-curve.vue.d.ts +194 -0
  284. package/es/components/design/svg/svg-bezier-curve.vue.mjs +7 -0
  285. package/es/components/design/svg/svg-bezier-curve.vue.mjs.map +1 -0
  286. package/es/components/design/svg/svg-bezier-curve.vue2.mjs +84 -0
  287. package/es/components/design/svg/svg-bezier-curve.vue2.mjs.map +1 -0
  288. package/es/components/design/svg/svg-circle.vue.d.ts +161 -0
  289. package/es/components/design/svg/svg-circle.vue.mjs +7 -0
  290. package/es/components/design/svg/svg-circle.vue.mjs.map +1 -0
  291. package/es/components/design/svg/svg-circle.vue2.mjs +50 -0
  292. package/es/components/design/svg/svg-circle.vue2.mjs.map +1 -0
  293. package/es/components/design/svg/svg-ellipse.vue.d.ts +161 -0
  294. package/es/components/design/svg/svg-ellipse.vue.mjs +7 -0
  295. package/es/components/design/svg/svg-ellipse.vue.mjs.map +1 -0
  296. package/es/components/design/svg/svg-ellipse.vue2.mjs +50 -0
  297. package/es/components/design/svg/svg-ellipse.vue2.mjs.map +1 -0
  298. package/es/components/design/svg/svg-line.vue.d.ts +173 -0
  299. package/es/components/design/svg/svg-line.vue.mjs +7 -0
  300. package/es/components/design/svg/svg-line.vue.mjs.map +1 -0
  301. package/es/components/design/svg/svg-line.vue2.mjs +73 -0
  302. package/es/components/design/svg/svg-line.vue2.mjs.map +1 -0
  303. package/es/components/design/svg/svg-polygon-line.vue.d.ts +211 -0
  304. package/es/components/design/svg/svg-polygon-line.vue.mjs +7 -0
  305. package/es/components/design/svg/svg-polygon-line.vue.mjs.map +1 -0
  306. package/es/components/design/svg/svg-polygon-line.vue2.mjs +142 -0
  307. package/es/components/design/svg/svg-polygon-line.vue2.mjs.map +1 -0
  308. package/es/components/design/table/data-table/column-view.vue.d.ts +97 -0
  309. package/es/components/design/table/data-table/column-view.vue.mjs +7 -0
  310. package/es/components/design/table/data-table/column-view.vue.mjs.map +1 -0
  311. package/es/components/design/table/data-table/column-view.vue2.mjs +55 -0
  312. package/es/components/design/table/data-table/column-view.vue2.mjs.map +1 -0
  313. package/es/components/design/table/data-table/data-table.vue.d.ts +192 -0
  314. package/es/components/design/table/data-table/data-table.vue.mjs +7 -0
  315. package/es/components/design/table/data-table/data-table.vue.mjs.map +1 -0
  316. package/es/components/design/table/data-table/data-table.vue2.mjs +196 -0
  317. package/es/components/design/table/data-table/data-table.vue2.mjs.map +1 -0
  318. package/es/components/design/table/data-table/index.d.ts +3 -0
  319. package/es/components/design/table/data-table/index.mjs +3 -0
  320. package/es/components/design/table/data-table/index.mjs.map +1 -0
  321. package/es/components/design/table/data-table/table-design.vue.d.ts +4600 -0
  322. package/es/components/design/table/data-table/table-design.vue.mjs +7 -0
  323. package/es/components/design/table/data-table/table-design.vue.mjs.map +1 -0
  324. package/es/components/design/table/data-table/table-design.vue2.mjs +554 -0
  325. package/es/components/design/table/data-table/table-design.vue2.mjs.map +1 -0
  326. package/es/components/design/text/index.d.ts +2 -0
  327. package/es/components/design/text/index.mjs +6 -0
  328. package/es/components/design/text/index.mjs.map +1 -0
  329. package/es/components/design/text/text.vue.d.ts +77 -0
  330. package/es/components/design/text/text.vue.mjs +7 -0
  331. package/es/components/design/text/text.vue.mjs.map +1 -0
  332. package/es/components/design/text/text.vue2.mjs +120 -0
  333. package/es/components/design/text/text.vue2.mjs.map +1 -0
  334. package/es/components/my/button/my-Button.vue.d.ts +44 -0
  335. package/es/components/my/button/my-Button.vue.mjs +7 -0
  336. package/es/components/my/button/my-Button.vue.mjs.map +1 -0
  337. package/es/components/my/button/my-Button.vue2.mjs +43 -0
  338. package/es/components/my/button/my-Button.vue2.mjs.map +1 -0
  339. package/es/components/my/collapse/my-collapse.vue.d.ts +242 -0
  340. package/es/components/my/collapse/my-collapse.vue.mjs +7 -0
  341. package/es/components/my/collapse/my-collapse.vue.mjs.map +1 -0
  342. package/es/components/my/collapse/my-collapse.vue2.mjs +215 -0
  343. package/es/components/my/collapse/my-collapse.vue2.mjs.map +1 -0
  344. package/es/components/my/collapse/my-widget-collapse.vue.d.ts +92 -0
  345. package/es/components/my/collapse/my-widget-collapse.vue.mjs +7 -0
  346. package/es/components/my/collapse/my-widget-collapse.vue.mjs.map +1 -0
  347. package/es/components/my/collapse/my-widget-collapse.vue2.mjs +64 -0
  348. package/es/components/my/collapse/my-widget-collapse.vue2.mjs.map +1 -0
  349. package/es/components/my/color-picker/my-color-picker.vue.d.ts +174 -0
  350. package/es/components/my/color-picker/my-color-picker.vue.mjs +7 -0
  351. package/es/components/my/color-picker/my-color-picker.vue.mjs.map +1 -0
  352. package/es/components/my/color-picker/my-color-picker.vue2.mjs +75 -0
  353. package/es/components/my/color-picker/my-color-picker.vue2.mjs.map +1 -0
  354. package/es/components/my/dialog/my-dialog.vue.d.ts +149 -0
  355. package/es/components/my/dialog/my-dialog.vue.mjs +7 -0
  356. package/es/components/my/dialog/my-dialog.vue.mjs.map +1 -0
  357. package/es/components/my/dialog/my-dialog.vue2.mjs +134 -0
  358. package/es/components/my/dialog/my-dialog.vue2.mjs.map +1 -0
  359. package/es/components/my/divider/my-divider-panel.vue.d.ts +24 -0
  360. package/es/components/my/divider/my-divider-panel.vue.mjs +7 -0
  361. package/es/components/my/divider/my-divider-panel.vue.mjs.map +1 -0
  362. package/es/components/my/divider/my-divider-panel.vue2.mjs +77 -0
  363. package/es/components/my/divider/my-divider-panel.vue2.mjs.map +1 -0
  364. package/es/components/my/divider/my-divider.vue.mjs +20 -0
  365. package/es/components/my/divider/my-divider.vue.mjs.map +1 -0
  366. package/es/components/my/form/my-form-item.vue.d.ts +24 -0
  367. package/es/components/my/form/my-form-item.vue.mjs +7 -0
  368. package/es/components/my/form/my-form-item.vue.mjs.map +1 -0
  369. package/es/components/my/form/my-form-item.vue2.mjs +35 -0
  370. package/es/components/my/form/my-form-item.vue2.mjs.map +1 -0
  371. package/es/components/my/form/my-form.vue.mjs +14 -0
  372. package/es/components/my/form/my-form.vue.mjs.map +1 -0
  373. package/es/components/my/group/my-group.vue.mjs +14 -0
  374. package/es/components/my/group/my-group.vue.mjs.map +1 -0
  375. package/es/components/my/icon/icons/ArrowLeft.vue.mjs +26 -0
  376. package/es/components/my/icon/icons/ArrowLeft.vue.mjs.map +1 -0
  377. package/es/components/my/icon/icons/ArrowRight.vue.mjs +26 -0
  378. package/es/components/my/icon/icons/ArrowRight.vue.mjs.map +1 -0
  379. package/es/components/my/icon/icons/Check.vue.mjs +26 -0
  380. package/es/components/my/icon/icons/Check.vue.mjs.map +1 -0
  381. package/es/components/my/icon/icons/Close.vue.mjs +26 -0
  382. package/es/components/my/icon/icons/Close.vue.mjs.map +1 -0
  383. package/es/components/my/icon/icons/CloseBold.vue.mjs +26 -0
  384. package/es/components/my/icon/icons/CloseBold.vue.mjs.map +1 -0
  385. package/es/components/my/icon/icons/Crop.vue.mjs +36 -0
  386. package/es/components/my/icon/icons/Crop.vue.mjs.map +1 -0
  387. package/es/components/my/icon/icons/Plus.vue.mjs +26 -0
  388. package/es/components/my/icon/icons/Plus.vue.mjs.map +1 -0
  389. package/es/components/my/icon/icons/Printer.vue.mjs +26 -0
  390. package/es/components/my/icon/icons/Printer.vue.mjs.map +1 -0
  391. package/es/components/my/icon/icons/QuestionFilled.vue.mjs +26 -0
  392. package/es/components/my/icon/icons/QuestionFilled.vue.mjs.map +1 -0
  393. package/es/components/my/icon/icons/RefreshLeft.vue.mjs +26 -0
  394. package/es/components/my/icon/icons/RefreshLeft.vue.mjs.map +1 -0
  395. package/es/components/my/icon/icons/RefreshRight.vue.mjs +26 -0
  396. package/es/components/my/icon/icons/RefreshRight.vue.mjs.map +1 -0
  397. package/es/components/my/icon/icons/ZoomIn.vue.mjs +26 -0
  398. package/es/components/my/icon/icons/ZoomIn.vue.mjs.map +1 -0
  399. package/es/components/my/icon/icons/ZoomOut.vue.mjs +26 -0
  400. package/es/components/my/icon/icons/ZoomOut.vue.mjs.map +1 -0
  401. package/es/components/my/icon/index.d.ts +2 -0
  402. package/es/components/my/icon/index.mjs +6 -0
  403. package/es/components/my/icon/index.mjs.map +1 -0
  404. package/es/components/my/icon/my-icon.vue.d.ts +67 -0
  405. package/es/components/my/icon/my-icon.vue.mjs +7 -0
  406. package/es/components/my/icon/my-icon.vue.mjs.map +1 -0
  407. package/es/components/my/icon/my-icon.vue2.mjs +49 -0
  408. package/es/components/my/icon/my-icon.vue2.mjs.map +1 -0
  409. package/es/components/my/icon/style-icon.vue.d.ts +343 -0
  410. package/es/components/my/icon/style-icon.vue.mjs +7 -0
  411. package/es/components/my/icon/style-icon.vue.mjs.map +1 -0
  412. package/es/components/my/icon/style-icon.vue2.mjs +76 -0
  413. package/es/components/my/icon/style-icon.vue2.mjs.map +1 -0
  414. package/es/components/my/icon/tip-icon.vue.d.ts +250 -0
  415. package/es/components/my/icon/tip-icon.vue.mjs +7 -0
  416. package/es/components/my/icon/tip-icon.vue.mjs.map +1 -0
  417. package/es/components/my/icon/tip-icon.vue2.mjs +52 -0
  418. package/es/components/my/icon/tip-icon.vue2.mjs.map +1 -0
  419. package/es/components/my/icon/tool-icon-popover.vue.d.ts +165 -0
  420. package/es/components/my/icon/tool-icon-popover.vue.mjs +7 -0
  421. package/es/components/my/icon/tool-icon-popover.vue.mjs.map +1 -0
  422. package/es/components/my/icon/tool-icon-popover.vue2.mjs +54 -0
  423. package/es/components/my/icon/tool-icon-popover.vue2.mjs.map +1 -0
  424. package/es/components/my/input/history-input-number.vue.d.ts +191 -0
  425. package/es/components/my/input/history-input-number.vue.mjs +7 -0
  426. package/es/components/my/input/history-input-number.vue.mjs.map +1 -0
  427. package/es/components/my/input/history-input-number.vue2.mjs +39 -0
  428. package/es/components/my/input/history-input-number.vue2.mjs.map +1 -0
  429. package/es/components/my/input/history-input.vue.d.ts +84 -0
  430. package/es/components/my/input/history-input.vue.mjs +7 -0
  431. package/es/components/my/input/history-input.vue.mjs.map +1 -0
  432. package/es/components/my/input/history-input.vue2.mjs +33 -0
  433. package/es/components/my/input/history-input.vue2.mjs.map +1 -0
  434. package/es/components/my/input/history-select.vue.d.ts +667 -0
  435. package/es/components/my/input/history-select.vue.mjs +7 -0
  436. package/es/components/my/input/history-select.vue.mjs.map +1 -0
  437. package/es/components/my/input/history-select.vue2.mjs +40 -0
  438. package/es/components/my/input/history-select.vue2.mjs.map +1 -0
  439. package/es/components/my/input/history.vue.d.ts +17 -0
  440. package/es/components/my/input/history.vue.mjs +7 -0
  441. package/es/components/my/input/history.vue.mjs.map +1 -0
  442. package/es/components/my/input/history.vue2.mjs +27 -0
  443. package/es/components/my/input/history.vue2.mjs.map +1 -0
  444. package/es/components/my/input/index.d.ts +6 -0
  445. package/es/components/my/input/index.mjs +6 -0
  446. package/es/components/my/input/index.mjs.map +1 -0
  447. package/es/components/my/input/my-input-number.vue.d.ts +157 -0
  448. package/es/components/my/input/my-input-number.vue.mjs +7 -0
  449. package/es/components/my/input/my-input-number.vue.mjs.map +1 -0
  450. package/es/components/my/input/my-input-number.vue2.mjs +92 -0
  451. package/es/components/my/input/my-input-number.vue2.mjs.map +1 -0
  452. package/es/components/my/input/my-input.vue.d.ts +63 -0
  453. package/es/components/my/input/my-input.vue.mjs +7 -0
  454. package/es/components/my/input/my-input.vue.mjs.map +1 -0
  455. package/es/components/my/input/my-input.vue2.mjs +109 -0
  456. package/es/components/my/input/my-input.vue2.mjs.map +1 -0
  457. package/es/components/my/input/unit.vue.d.ts +27 -0
  458. package/es/components/my/input/unit.vue.mjs +7 -0
  459. package/es/components/my/input/unit.vue.mjs.map +1 -0
  460. package/es/components/my/input/unit.vue2.mjs +24 -0
  461. package/es/components/my/input/unit.vue2.mjs.map +1 -0
  462. package/es/components/my/message/my-message.d.ts +6 -0
  463. package/es/components/my/message/my-message.mjs +28 -0
  464. package/es/components/my/message/my-message.mjs.map +1 -0
  465. package/es/components/my/message/my-message.vue.d.ts +65 -0
  466. package/es/components/my/message/my-message.vue.mjs +7 -0
  467. package/es/components/my/message/my-message.vue.mjs.map +1 -0
  468. package/es/components/my/message/my-message.vue2.mjs +275 -0
  469. package/es/components/my/message/my-message.vue2.mjs.map +1 -0
  470. package/es/components/my/mouse-tips/my-mouse-tips.vue.d.ts +5622 -0
  471. package/es/components/my/mouse-tips/my-mouse-tips.vue.mjs +7 -0
  472. package/es/components/my/mouse-tips/my-mouse-tips.vue.mjs.map +1 -0
  473. package/es/components/my/mouse-tips/my-mouse-tips.vue2.mjs +31 -0
  474. package/es/components/my/mouse-tips/my-mouse-tips.vue2.mjs.map +1 -0
  475. package/es/components/my/popover/my-icon-popover.vue.d.ts +194 -0
  476. package/es/components/my/popover/my-icon-popover.vue.mjs +7 -0
  477. package/es/components/my/popover/my-icon-popover.vue.mjs.map +1 -0
  478. package/es/components/my/popover/my-icon-popover.vue2.mjs +127 -0
  479. package/es/components/my/popover/my-icon-popover.vue2.mjs.map +1 -0
  480. package/es/components/my/popover/my-popover.vue.d.ts +73 -0
  481. package/es/components/my/popover/my-popover.vue.mjs +7 -0
  482. package/es/components/my/popover/my-popover.vue.mjs.map +1 -0
  483. package/es/components/my/popover/my-popover.vue2.mjs +225 -0
  484. package/es/components/my/popover/my-popover.vue2.mjs.map +1 -0
  485. package/es/components/my/radio/my-radio.vue.d.ts +81 -0
  486. package/es/components/my/radio/my-radio.vue.mjs +7 -0
  487. package/es/components/my/radio/my-radio.vue.mjs.map +1 -0
  488. package/es/components/my/radio/my-radio.vue2.mjs +54 -0
  489. package/es/components/my/radio/my-radio.vue2.mjs.map +1 -0
  490. package/es/components/my/rule/rule.vue.d.ts +99 -0
  491. package/es/components/my/rule/rule.vue.mjs +7 -0
  492. package/es/components/my/rule/rule.vue.mjs.map +1 -0
  493. package/es/components/my/rule/rule.vue2.mjs +252 -0
  494. package/es/components/my/rule/rule.vue2.mjs.map +1 -0
  495. package/es/components/my/scrollbar/my-scrollbar.vue.d.ts +88 -0
  496. package/es/components/my/scrollbar/my-scrollbar.vue.mjs +7 -0
  497. package/es/components/my/scrollbar/my-scrollbar.vue.mjs.map +1 -0
  498. package/es/components/my/scrollbar/my-scrollbar.vue2.mjs +120 -0
  499. package/es/components/my/scrollbar/my-scrollbar.vue2.mjs.map +1 -0
  500. package/es/components/my/select/my-select.vue.d.ts +637 -0
  501. package/es/components/my/select/my-select.vue.mjs +7 -0
  502. package/es/components/my/select/my-select.vue.mjs.map +1 -0
  503. package/es/components/my/select/my-select.vue2.mjs +118 -0
  504. package/es/components/my/select/my-select.vue2.mjs.map +1 -0
  505. package/es/components/my/slider/my-slider.vue.d.ts +119 -0
  506. package/es/components/my/slider/my-slider.vue.mjs +7 -0
  507. package/es/components/my/slider/my-slider.vue.mjs.map +1 -0
  508. package/es/components/my/slider/my-slider.vue2.mjs +221 -0
  509. package/es/components/my/slider/my-slider.vue2.mjs.map +1 -0
  510. package/es/components/my/switch/my-switch.vue.d.ts +70 -0
  511. package/es/components/my/switch/my-switch.vue.mjs +7 -0
  512. package/es/components/my/switch/my-switch.vue.mjs.map +1 -0
  513. package/es/components/my/switch/my-switch.vue2.mjs +76 -0
  514. package/es/components/my/switch/my-switch.vue2.mjs.map +1 -0
  515. package/es/components/my/tabs/my-tabs.vue.d.ts +45 -0
  516. package/es/components/my/tabs/my-tabs.vue.mjs +7 -0
  517. package/es/components/my/tabs/my-tabs.vue.mjs.map +1 -0
  518. package/es/components/my/tabs/my-tabs.vue2.mjs +52 -0
  519. package/es/components/my/tabs/my-tabs.vue2.mjs.map +1 -0
  520. package/es/components/my/tooltip/my-tooltip.vue.d.ts +97 -0
  521. package/es/components/my/tooltip/my-tooltip.vue.mjs +7 -0
  522. package/es/components/my/tooltip/my-tooltip.vue.mjs.map +1 -0
  523. package/es/components/my/tooltip/my-tooltip.vue2.mjs +34 -0
  524. package/es/components/my/tooltip/my-tooltip.vue2.mjs.map +1 -0
  525. package/es/components/my/tree-list/my-tree-list.vue.d.ts +103 -0
  526. package/es/components/my/tree-list/my-tree-list.vue.mjs +7 -0
  527. package/es/components/my/tree-list/my-tree-list.vue.mjs.map +1 -0
  528. package/es/components/my/tree-list/my-tree-list.vue2.mjs +96 -0
  529. package/es/components/my/tree-list/my-tree-list.vue2.mjs.map +1 -0
  530. package/es/components/preview/autoPage.d.ts +3 -0
  531. package/es/components/preview/autoPage.mjs +434 -0
  532. package/es/components/preview/autoPage.mjs.map +1 -0
  533. package/es/components/preview/preview-panel.vue.d.ts +16716 -0
  534. package/es/components/preview/preview-panel.vue.mjs +7 -0
  535. package/es/components/preview/preview-panel.vue.mjs.map +1 -0
  536. package/es/components/preview/preview-panel.vue2.mjs +299 -0
  537. package/es/components/preview/preview-panel.vue2.mjs.map +1 -0
  538. package/es/components/preview/preview.vue.d.ts +1942 -0
  539. package/es/components/preview/preview.vue.mjs +7 -0
  540. package/es/components/preview/preview.vue.mjs.map +1 -0
  541. package/es/components/preview/preview.vue2.mjs +114 -0
  542. package/es/components/preview/preview.vue2.mjs.map +1 -0
  543. package/es/components/print/print.vue.d.ts +8865 -0
  544. package/es/components/print/print.vue.mjs +7 -0
  545. package/es/components/print/print.vue.mjs.map +1 -0
  546. package/es/components/print/print.vue2.mjs +268 -0
  547. package/es/components/print/print.vue2.mjs.map +1 -0
  548. package/es/constants/common.d.ts +67 -0
  549. package/es/constants/common.mjs +461 -0
  550. package/es/constants/common.mjs.map +1 -0
  551. package/es/constants/keys.d.ts +11 -0
  552. package/es/constants/keys.mjs +10 -0
  553. package/es/constants/keys.mjs.map +1 -0
  554. package/es/constants/provider/auxiliary.d.ts +2 -0
  555. package/es/constants/provider/auxiliary.mjs +12 -0
  556. package/es/constants/provider/auxiliary.mjs.map +1 -0
  557. package/es/constants/provider/custom.d.ts +5 -0
  558. package/es/constants/provider/custom.mjs +175 -0
  559. package/es/constants/provider/custom.mjs.map +1 -0
  560. package/es/constants/settingPanel.d.ts +19 -0
  561. package/es/constants/settingPanel.mjs +34 -0
  562. package/es/constants/settingPanel.mjs.map +1 -0
  563. package/es/design.d.ts +3 -0
  564. package/es/design.mjs +19 -0
  565. package/es/design.mjs.map +1 -0
  566. package/es/index.d.ts +8 -0
  567. package/es/index.mjs +9 -0
  568. package/es/index.mjs.map +1 -0
  569. package/es/install.d.ts +7 -0
  570. package/es/install.mjs +39 -0
  571. package/es/install.mjs.map +1 -0
  572. package/es/locales/en-us/barcodeMsg.d.ts +23 -0
  573. package/es/locales/en-us/barcodeMsg.mjs +25 -0
  574. package/es/locales/en-us/barcodeMsg.mjs.map +1 -0
  575. package/es/locales/en-us/common.d.ts +47 -0
  576. package/es/locales/en-us/common.mjs +49 -0
  577. package/es/locales/en-us/common.mjs.map +1 -0
  578. package/es/locales/en-us/font.d.ts +6 -0
  579. package/es/locales/en-us/font.mjs +8 -0
  580. package/es/locales/en-us/font.mjs.map +1 -0
  581. package/es/locales/en-us/handle-panel.d.ts +49 -0
  582. package/es/locales/en-us/handle-panel.mjs +51 -0
  583. package/es/locales/en-us/handle-panel.mjs.map +1 -0
  584. package/es/locales/en-us/index.d.ts +179 -0
  585. package/es/locales/en-us/index.mjs +22 -0
  586. package/es/locales/en-us/index.mjs.map +1 -0
  587. package/es/locales/en-us/preview.d.ts +4 -0
  588. package/es/locales/en-us/preview.mjs +6 -0
  589. package/es/locales/en-us/preview.mjs.map +1 -0
  590. package/es/locales/en-us/provider.d.ts +26 -0
  591. package/es/locales/en-us/provider.mjs +28 -0
  592. package/es/locales/en-us/provider.mjs.map +1 -0
  593. package/es/locales/en-us/setting.d.ts +6 -0
  594. package/es/locales/en-us/setting.mjs +8 -0
  595. package/es/locales/en-us/setting.mjs.map +1 -0
  596. package/es/locales/en-us/toolbar.d.ts +39 -0
  597. package/es/locales/en-us/toolbar.mjs +41 -0
  598. package/es/locales/en-us/toolbar.mjs.map +1 -0
  599. package/es/locales/index.d.ts +366 -0
  600. package/es/locales/index.mjs +20 -0
  601. package/es/locales/index.mjs.map +1 -0
  602. package/es/locales/zh-cn/barcodeMsg.d.ts +23 -0
  603. package/es/locales/zh-cn/barcodeMsg.mjs +25 -0
  604. package/es/locales/zh-cn/barcodeMsg.mjs.map +1 -0
  605. package/es/locales/zh-cn/common.d.ts +48 -0
  606. package/es/locales/zh-cn/common.mjs +50 -0
  607. package/es/locales/zh-cn/common.mjs.map +1 -0
  608. package/es/locales/zh-cn/font.d.ts +6 -0
  609. package/es/locales/zh-cn/font.mjs +8 -0
  610. package/es/locales/zh-cn/font.mjs.map +1 -0
  611. package/es/locales/zh-cn/handle-panel.d.ts +53 -0
  612. package/es/locales/zh-cn/handle-panel.mjs +55 -0
  613. package/es/locales/zh-cn/handle-panel.mjs.map +1 -0
  614. package/es/locales/zh-cn/index.d.ts +184 -0
  615. package/es/locales/zh-cn/index.mjs +22 -0
  616. package/es/locales/zh-cn/index.mjs.map +1 -0
  617. package/es/locales/zh-cn/preview.d.ts +4 -0
  618. package/es/locales/zh-cn/preview.mjs +6 -0
  619. package/es/locales/zh-cn/preview.mjs.map +1 -0
  620. package/es/locales/zh-cn/provider.d.ts +26 -0
  621. package/es/locales/zh-cn/provider.mjs +28 -0
  622. package/es/locales/zh-cn/provider.mjs.map +1 -0
  623. package/es/locales/zh-cn/setting.d.ts +6 -0
  624. package/es/locales/zh-cn/setting.mjs +8 -0
  625. package/es/locales/zh-cn/setting.mjs.map +1 -0
  626. package/es/locales/zh-cn/toolbar.d.ts +39 -0
  627. package/es/locales/zh-cn/toolbar.mjs +41 -0
  628. package/es/locales/zh-cn/toolbar.mjs.map +1 -0
  629. 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
  630. 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
  631. package/es/plugins/moveable/moveable.d.ts +49 -0
  632. package/es/plugins/moveable/moveable.mjs +175 -0
  633. package/es/plugins/moveable/moveable.mjs.map +1 -0
  634. package/es/plugins/moveable/moveable_js.d.ts +39 -0
  635. package/es/plugins/moveable/moveable_js.mjs +3116 -0
  636. package/es/plugins/moveable/moveable_js.mjs.map +1 -0
  637. package/es/plugins/moveable/moveable_local.d.ts +0 -0
  638. package/es/plugins/moveable/moveable_local.mjs +2 -0
  639. package/es/plugins/moveable/moveable_local.mjs.map +1 -0
  640. package/es/plugins/moveable/selecto.d.ts +5 -0
  641. package/es/plugins/moveable/selecto.mjs +37 -0
  642. package/es/plugins/moveable/selecto.mjs.map +1 -0
  643. package/es/plugins/moveable/types/index.d.ts +1926 -0
  644. package/es/plugins/moveable/types/index.mjs +2 -0
  645. package/es/plugins/moveable/types/index.mjs.map +1 -0
  646. package/es/plugins/myprintClientService.d.ts +10 -0
  647. package/es/plugins/myprintClientService.mjs +90 -0
  648. package/es/plugins/myprintClientService.mjs.map +1 -0
  649. package/es/printer.d.ts +22 -0
  650. package/es/printer.mjs +176 -0
  651. package/es/printer.mjs.map +1 -0
  652. package/es/stores/app.d.ts +25 -0
  653. package/es/stores/app.mjs +42 -0
  654. package/es/stores/app.mjs.map +1 -0
  655. package/es/stores/config.d.ts +17 -0
  656. package/es/stores/config.mjs +45 -0
  657. package/es/stores/config.mjs.map +1 -0
  658. package/es/stores/dragStore.d.ts +6 -0
  659. package/es/stores/dragStore.mjs +24 -0
  660. package/es/stores/dragStore.mjs.map +1 -0
  661. package/es/stores/socket.d.ts +12 -0
  662. package/es/stores/socket.mjs +122 -0
  663. package/es/stores/socket.mjs.map +1 -0
  664. package/es/types/R.d.ts +24 -0
  665. package/es/types/R.mjs +2 -0
  666. package/es/types/R.mjs.map +1 -0
  667. package/es/types/d3Type.d.ts +4 -0
  668. package/es/types/d3Type.mjs +2 -0
  669. package/es/types/d3Type.mjs.map +1 -0
  670. package/es/types/entity.d.ts +426 -0
  671. package/es/types/entity.mjs +53 -0
  672. package/es/types/entity.mjs.map +1 -0
  673. package/es/types/eventType.d.ts +27 -0
  674. package/es/types/eventType.mjs +2 -0
  675. package/es/types/eventType.mjs.map +1 -0
  676. package/es/utils/arrays.d.ts +3 -0
  677. package/es/utils/arrays.mjs +39 -0
  678. package/es/utils/arrays.mjs.map +1 -0
  679. package/es/utils/bezierUtil.d.ts +12 -0
  680. package/es/utils/bezierUtil.mjs +49 -0
  681. package/es/utils/bezierUtil.mjs.map +1 -0
  682. package/es/utils/devicePixelRatio.d.ts +6 -0
  683. package/es/utils/devicePixelRatio.mjs +83 -0
  684. package/es/utils/devicePixelRatio.mjs.map +1 -0
  685. package/es/utils/elementUtil.d.ts +72 -0
  686. package/es/utils/elementUtil.mjs +1029 -0
  687. package/es/utils/elementUtil.mjs.map +1 -0
  688. package/es/utils/event.d.ts +1 -0
  689. package/es/utils/event.mjs +6 -0
  690. package/es/utils/event.mjs.map +1 -0
  691. package/es/utils/historyUtil.d.ts +51 -0
  692. package/es/utils/historyUtil.mjs +120 -0
  693. package/es/utils/historyUtil.mjs.map +1 -0
  694. package/es/utils/keyboardUtil.d.ts +10 -0
  695. package/es/utils/keyboardUtil.mjs +142 -0
  696. package/es/utils/keyboardUtil.mjs.map +1 -0
  697. package/es/utils/memoryClipboardUtil.d.ts +13 -0
  698. package/es/utils/memoryClipboardUtil.mjs +169 -0
  699. package/es/utils/memoryClipboardUtil.mjs.map +1 -0
  700. package/es/utils/mouseTips.d.ts +5619 -0
  701. package/es/utils/mouseTips.mjs +30 -0
  702. package/es/utils/mouseTips.mjs.map +1 -0
  703. package/es/utils/myprint.d.ts +11 -0
  704. package/es/utils/myprint.mjs +100 -0
  705. package/es/utils/myprint.mjs.map +1 -0
  706. package/es/utils/numberUtil.d.ts +39 -0
  707. package/es/utils/numberUtil.mjs +140 -0
  708. package/es/utils/numberUtil.mjs.map +1 -0
  709. package/es/utils/pdfUtil.d.ts +7 -0
  710. package/es/utils/pdfUtil.mjs +62 -0
  711. package/es/utils/pdfUtil.mjs.map +1 -0
  712. package/es/utils/printProtocol/lodop.d.ts +0 -0
  713. package/es/utils/printProtocol/lodop.mjs +2 -0
  714. package/es/utils/printProtocol/lodop.mjs.map +1 -0
  715. package/es/utils/printProtocol/myPrint.d.ts +0 -0
  716. package/es/utils/printProtocol/myPrint.mjs +2 -0
  717. package/es/utils/printProtocol/myPrint.mjs.map +1 -0
  718. package/es/utils/scaleUtil.d.ts +7 -0
  719. package/es/utils/scaleUtil.mjs +18 -0
  720. package/es/utils/scaleUtil.mjs.map +1 -0
  721. package/es/utils/svgUtil.d.ts +9 -0
  722. package/es/utils/svgUtil.mjs +64 -0
  723. package/es/utils/svgUtil.mjs.map +1 -0
  724. package/es/utils/table/dataTable.d.ts +45 -0
  725. package/es/utils/table/dataTable.mjs +555 -0
  726. package/es/utils/table/dataTable.mjs.map +1 -0
  727. package/es/utils/timeUtil.d.ts +7 -0
  728. package/es/utils/timeUtil.mjs +30 -0
  729. package/es/utils/timeUtil.mjs.map +1 -0
  730. package/es/utils/utils.d.ts +56 -0
  731. package/es/utils/utils.mjs +448 -0
  732. package/es/utils/utils.mjs.map +1 -0
  733. package/es/version.d.ts +1 -0
  734. package/es/version.mjs +4 -0
  735. package/es/version.mjs.map +1 -0
  736. package/lib/_virtual/_plugin-vue_export-helper.js +14 -0
  737. package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
  738. package/lib/api/pdfServer.d.ts +2 -0
  739. package/lib/api/pdfServer.js +30 -0
  740. package/lib/api/pdfServer.js.map +1 -0
  741. package/lib/components/content/handle-panel/history-line-text.vue.d.ts +22 -0
  742. package/lib/components/content/handle-panel/history-line-text.vue.js +11 -0
  743. package/lib/components/content/handle-panel/history-line-text.vue.js.map +1 -0
  744. package/lib/components/content/handle-panel/history-line-text.vue2.js +48 -0
  745. package/lib/components/content/handle-panel/history-line-text.vue2.js.map +1 -0
  746. package/lib/components/content/handle-panel/history-panel.vue.d.ts +313 -0
  747. package/lib/components/content/handle-panel/history-panel.vue.js +11 -0
  748. package/lib/components/content/handle-panel/history-panel.vue.js.map +1 -0
  749. package/lib/components/content/handle-panel/history-panel.vue2.js +95 -0
  750. package/lib/components/content/handle-panel/history-panel.vue2.js.map +1 -0
  751. package/lib/components/content/handle-panel/minimap-panel.vue.d.ts +4114 -0
  752. package/lib/components/content/handle-panel/minimap-panel.vue.js +11 -0
  753. package/lib/components/content/handle-panel/minimap-panel.vue.js.map +1 -0
  754. package/lib/components/content/handle-panel/minimap-panel.vue2.js +303 -0
  755. package/lib/components/content/handle-panel/minimap-panel.vue2.js.map +1 -0
  756. package/lib/components/content/handle-panel/operation-panel/index.vue.d.ts +3194 -0
  757. package/lib/components/content/handle-panel/operation-panel/index.vue.js +11 -0
  758. package/lib/components/content/handle-panel/operation-panel/index.vue.js.map +1 -0
  759. package/lib/components/content/handle-panel/operation-panel/index.vue2.js +62 -0
  760. package/lib/components/content/handle-panel/operation-panel/index.vue2.js.map +1 -0
  761. package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.d.ts +1801 -0
  762. package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.js +11 -0
  763. package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue.js.map +1 -0
  764. package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue2.js +853 -0
  765. package/lib/components/content/handle-panel/operation-panel/my-element-setting.vue2.js.map +1 -0
  766. package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.d.ts +1104 -0
  767. package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.js +11 -0
  768. package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue.js.map +1 -0
  769. package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue2.js +207 -0
  770. package/lib/components/content/handle-panel/operation-panel/my-panel-setting.vue2.js.map +1 -0
  771. package/lib/components/content/handle-panel/setting/setting-about.vue.d.ts +2 -0
  772. package/lib/components/content/handle-panel/setting/setting-about.vue.js +11 -0
  773. package/lib/components/content/handle-panel/setting/setting-about.vue.js.map +1 -0
  774. package/lib/components/content/handle-panel/setting/setting-about.vue2.js +17 -0
  775. package/lib/components/content/handle-panel/setting/setting-about.vue2.js.map +1 -0
  776. package/lib/components/content/handle-panel/setting/setting-design.vue.d.ts +115 -0
  777. package/lib/components/content/handle-panel/setting/setting-design.vue.js +11 -0
  778. package/lib/components/content/handle-panel/setting/setting-design.vue.js.map +1 -0
  779. package/lib/components/content/handle-panel/setting/setting-design.vue2.js +45 -0
  780. package/lib/components/content/handle-panel/setting/setting-design.vue2.js.map +1 -0
  781. package/lib/components/content/handle-panel/setting/setting-panel.vue.d.ts +558 -0
  782. package/lib/components/content/handle-panel/setting/setting-panel.vue.js +11 -0
  783. package/lib/components/content/handle-panel/setting/setting-panel.vue.js.map +1 -0
  784. package/lib/components/content/handle-panel/setting/setting-panel.vue2.js +126 -0
  785. package/lib/components/content/handle-panel/setting/setting-panel.vue2.js.map +1 -0
  786. package/lib/components/content/handle-panel/setting/setting-printer.vue.d.ts +189 -0
  787. package/lib/components/content/handle-panel/setting/setting-printer.vue.js +11 -0
  788. package/lib/components/content/handle-panel/setting/setting-printer.vue.js.map +1 -0
  789. package/lib/components/content/handle-panel/setting/setting-printer.vue2.js +97 -0
  790. package/lib/components/content/handle-panel/setting/setting-printer.vue2.js.map +1 -0
  791. package/lib/components/content/index.d.ts +2 -0
  792. package/lib/components/content/index.js +10 -0
  793. package/lib/components/content/index.js.map +1 -0
  794. package/lib/components/content/index.vue.d.ts +20052 -0
  795. package/lib/components/content/index.vue.js +11 -0
  796. package/lib/components/content/index.vue.js.map +1 -0
  797. package/lib/components/content/index.vue2.js +198 -0
  798. package/lib/components/content/index.vue2.js.map +1 -0
  799. package/lib/components/content/panel/index.d.ts +0 -0
  800. package/lib/components/content/panel/index.js +3 -0
  801. package/lib/components/content/panel/index.js.map +1 -0
  802. package/lib/components/content/panel/index.vue.d.ts +12302 -0
  803. package/lib/components/content/panel/index.vue.js +11 -0
  804. package/lib/components/content/panel/index.vue.js.map +1 -0
  805. package/lib/components/content/panel/index.vue2.js +31 -0
  806. package/lib/components/content/panel/index.vue2.js.map +1 -0
  807. package/lib/components/content/panel/my-panel.vue.d.ts +6300 -0
  808. package/lib/components/content/panel/my-panel.vue.js +11 -0
  809. package/lib/components/content/panel/my-panel.vue.js.map +1 -0
  810. package/lib/components/content/panel/my-panel.vue2.js +241 -0
  811. package/lib/components/content/panel/my-panel.vue2.js.map +1 -0
  812. package/lib/components/content/toolbar/style-design.vue.d.ts +1738 -0
  813. package/lib/components/content/toolbar/style-design.vue.js +11 -0
  814. package/lib/components/content/toolbar/style-design.vue.js.map +1 -0
  815. package/lib/components/content/toolbar/style-design.vue2.js +371 -0
  816. package/lib/components/content/toolbar/style-design.vue2.js.map +1 -0
  817. package/lib/components/content/toolbar/toolbar-style/element-align.vue.d.ts +114 -0
  818. package/lib/components/content/toolbar/toolbar-style/element-align.vue.js +11 -0
  819. package/lib/components/content/toolbar/toolbar-style/element-align.vue.js.map +1 -0
  820. package/lib/components/content/toolbar/toolbar-style/element-align.vue2.js +100 -0
  821. package/lib/components/content/toolbar/toolbar-style/element-align.vue2.js.map +1 -0
  822. package/lib/components/content/toolbar/toolbar-style/font-family.vue.d.ts +327 -0
  823. package/lib/components/content/toolbar/toolbar-style/font-family.vue.js +11 -0
  824. package/lib/components/content/toolbar/toolbar-style/font-family.vue.js.map +1 -0
  825. package/lib/components/content/toolbar/toolbar-style/font-family.vue2.js +77 -0
  826. package/lib/components/content/toolbar/toolbar-style/font-family.vue2.js.map +1 -0
  827. package/lib/components/content/toolbar/toolbar-style/font-size.vue.d.ts +436 -0
  828. package/lib/components/content/toolbar/toolbar-style/font-size.vue.js +11 -0
  829. package/lib/components/content/toolbar/toolbar-style/font-size.vue.js.map +1 -0
  830. package/lib/components/content/toolbar/toolbar-style/font-size.vue2.js +134 -0
  831. package/lib/components/content/toolbar/toolbar-style/font-size.vue2.js.map +1 -0
  832. package/lib/components/content/toolbar/toolbar.vue.d.ts +1888 -0
  833. package/lib/components/content/toolbar/toolbar.vue.js +11 -0
  834. package/lib/components/content/toolbar/toolbar.vue.js.map +1 -0
  835. package/lib/components/content/toolbar/toolbar.vue2.js +194 -0
  836. package/lib/components/content/toolbar/toolbar.vue2.js.map +1 -0
  837. package/lib/components/content/widget/base-widget.vue.d.ts +6907 -0
  838. package/lib/components/content/widget/base-widget.vue.js +11 -0
  839. package/lib/components/content/widget/base-widget.vue.js.map +1 -0
  840. package/lib/components/content/widget/base-widget.vue2.js +303 -0
  841. package/lib/components/content/widget/base-widget.vue2.js.map +1 -0
  842. package/lib/components/content/widget/basic.vue.d.ts +6957 -0
  843. package/lib/components/content/widget/basic.vue.js +11 -0
  844. package/lib/components/content/widget/basic.vue.js.map +1 -0
  845. package/lib/components/content/widget/basic.vue2.js +51 -0
  846. package/lib/components/content/widget/basic.vue2.js.map +1 -0
  847. package/lib/components/content/widget/business.vue.d.ts +6931 -0
  848. package/lib/components/content/widget/business.vue.js +11 -0
  849. package/lib/components/content/widget/business.vue.js.map +1 -0
  850. package/lib/components/content/widget/business.vue2.js +40 -0
  851. package/lib/components/content/widget/business.vue2.js.map +1 -0
  852. package/lib/components/content/widget/dragWrapper.vue.d.ts +30 -0
  853. package/lib/components/content/widget/dragWrapper.vue.js +11 -0
  854. package/lib/components/content/widget/dragWrapper.vue.js.map +1 -0
  855. package/lib/components/content/widget/dragWrapper.vue2.js +61 -0
  856. package/lib/components/content/widget/dragWrapper.vue2.js.map +1 -0
  857. package/lib/components/content/widget/index.vue.d.ts +14163 -0
  858. package/lib/components/content/widget/index.vue.js +11 -0
  859. package/lib/components/content/widget/index.vue.js.map +1 -0
  860. package/lib/components/content/widget/index.vue2.js +139 -0
  861. package/lib/components/content/widget/index.vue2.js.map +1 -0
  862. package/lib/components/design/auxiliary/auxiliary-line.vue.d.ts +80 -0
  863. package/lib/components/design/auxiliary/auxiliary-line.vue.js +11 -0
  864. package/lib/components/design/auxiliary/auxiliary-line.vue.js.map +1 -0
  865. package/lib/components/design/auxiliary/auxiliary-line.vue2.js +112 -0
  866. package/lib/components/design/auxiliary/auxiliary-line.vue2.js.map +1 -0
  867. package/lib/components/design/barcode/barcode.vue.d.ts +31 -0
  868. package/lib/components/design/barcode/barcode.vue.js +11 -0
  869. package/lib/components/design/barcode/barcode.vue.js.map +1 -0
  870. package/lib/components/design/barcode/barcode.vue2.js +223 -0
  871. package/lib/components/design/barcode/barcode.vue2.js.map +1 -0
  872. package/lib/components/design/barcode/index.d.ts +2 -0
  873. package/lib/components/design/barcode/index.js +10 -0
  874. package/lib/components/design/barcode/index.js.map +1 -0
  875. package/lib/components/design/container/container/containerView.vue.js +18 -0
  876. package/lib/components/design/container/container/containerView.vue.js.map +1 -0
  877. package/lib/components/design/container/container/index.d.ts +2 -0
  878. package/lib/components/design/container/container/index.js +10 -0
  879. package/lib/components/design/container/container/index.js.map +1 -0
  880. package/lib/components/design/container/index.d.ts +2 -0
  881. package/lib/components/design/container/index.js +9 -0
  882. package/lib/components/design/container/index.js.map +1 -0
  883. package/lib/components/design/design.vue.d.ts +17 -0
  884. package/lib/components/design/design.vue.js +11 -0
  885. package/lib/components/design/design.vue.js.map +1 -0
  886. package/lib/components/design/design.vue2.js +174 -0
  887. package/lib/components/design/design.vue2.js.map +1 -0
  888. package/lib/components/design/element-list.vue.d.ts +17 -0
  889. package/lib/components/design/element-list.vue.js +11 -0
  890. package/lib/components/design/element-list.vue.js.map +1 -0
  891. package/lib/components/design/element-list.vue2.js +32 -0
  892. package/lib/components/design/element-list.vue2.js.map +1 -0
  893. package/lib/components/design/element.vue.d.ts +1735 -0
  894. package/lib/components/design/element.vue.js +11 -0
  895. package/lib/components/design/element.vue.js.map +1 -0
  896. package/lib/components/design/element.vue2.js +79 -0
  897. package/lib/components/design/element.vue2.js.map +1 -0
  898. package/lib/components/design/image/image.vue.d.ts +426 -0
  899. package/lib/components/design/image/image.vue.js +12 -0
  900. package/lib/components/design/image/image.vue.js.map +1 -0
  901. package/lib/components/design/image/image.vue2.js +462 -0
  902. package/lib/components/design/image/image.vue2.js.map +1 -0
  903. package/lib/components/design/image/index.d.ts +2 -0
  904. package/lib/components/design/image/index.js +10 -0
  905. package/lib/components/design/image/index.js.map +1 -0
  906. package/lib/components/design/qrcode/index.d.ts +2 -0
  907. package/lib/components/design/qrcode/index.js +10 -0
  908. package/lib/components/design/qrcode/index.js.map +1 -0
  909. package/lib/components/design/qrcode/qrcode.vue.d.ts +24 -0
  910. package/lib/components/design/qrcode/qrcode.vue.js +11 -0
  911. package/lib/components/design/qrcode/qrcode.vue.js.map +1 -0
  912. package/lib/components/design/qrcode/qrcode.vue2.js +115 -0
  913. package/lib/components/design/qrcode/qrcode.vue2.js.map +1 -0
  914. package/lib/components/design/shape/index.d.ts +7 -0
  915. package/lib/components/design/shape/index.js +18 -0
  916. package/lib/components/design/shape/index.js.map +1 -0
  917. package/lib/components/design/shape/line/computeStyle.d.ts +3 -0
  918. package/lib/components/design/shape/line/computeStyle.js +38 -0
  919. package/lib/components/design/shape/line/computeStyle.js.map +1 -0
  920. package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.d.ts +20 -0
  921. package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.js +11 -0
  922. package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue.js.map +1 -0
  923. package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.js +35 -0
  924. package/lib/components/design/shape/line/dottedHorizontalLine/dottedHorizontalLine.vue2.js.map +1 -0
  925. package/lib/components/design/shape/line/dottedHorizontalLine/index.d.ts +2 -0
  926. package/lib/components/design/shape/line/dottedHorizontalLine/index.js +10 -0
  927. package/lib/components/design/shape/line/dottedHorizontalLine/index.js.map +1 -0
  928. package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.d.ts +20 -0
  929. package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.js +11 -0
  930. package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue.js.map +1 -0
  931. package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.js +35 -0
  932. package/lib/components/design/shape/line/dottedVerticalLine/dottedVerticalLine.vue2.js.map +1 -0
  933. package/lib/components/design/shape/line/dottedVerticalLine/index.d.ts +2 -0
  934. package/lib/components/design/shape/line/dottedVerticalLine/index.js +10 -0
  935. package/lib/components/design/shape/line/dottedVerticalLine/index.js.map +1 -0
  936. package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.d.ts +20 -0
  937. package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.js +11 -0
  938. package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue.js.map +1 -0
  939. package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue2.js +35 -0
  940. package/lib/components/design/shape/line/horizontalLine/horizontalLine.vue2.js.map +1 -0
  941. package/lib/components/design/shape/line/horizontalLine/index.d.ts +2 -0
  942. package/lib/components/design/shape/line/horizontalLine/index.js +10 -0
  943. package/lib/components/design/shape/line/horizontalLine/index.js.map +1 -0
  944. package/lib/components/design/shape/line/verticalLine/index.d.ts +2 -0
  945. package/lib/components/design/shape/line/verticalLine/index.js +10 -0
  946. package/lib/components/design/shape/line/verticalLine/index.js.map +1 -0
  947. package/lib/components/design/shape/line/verticalLine/verticalLine.vue.d.ts +20 -0
  948. package/lib/components/design/shape/line/verticalLine/verticalLine.vue.js +11 -0
  949. package/lib/components/design/shape/line/verticalLine/verticalLine.vue.js.map +1 -0
  950. package/lib/components/design/shape/line/verticalLine/verticalLine.vue2.js +35 -0
  951. package/lib/components/design/shape/line/verticalLine/verticalLine.vue2.js.map +1 -0
  952. package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.d.ts +24 -0
  953. package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.js +11 -0
  954. package/lib/components/design/shape/rect/dottedRect/dottedRect.vue.js.map +1 -0
  955. package/lib/components/design/shape/rect/dottedRect/dottedRect.vue2.js +35 -0
  956. package/lib/components/design/shape/rect/dottedRect/dottedRect.vue2.js.map +1 -0
  957. package/lib/components/design/shape/rect/dottedRect/index.d.ts +2 -0
  958. package/lib/components/design/shape/rect/dottedRect/index.js +10 -0
  959. package/lib/components/design/shape/rect/dottedRect/index.js.map +1 -0
  960. package/lib/components/design/shape/rect/rect/index.d.ts +2 -0
  961. package/lib/components/design/shape/rect/rect/index.js +10 -0
  962. package/lib/components/design/shape/rect/rect/index.js.map +1 -0
  963. package/lib/components/design/shape/rect/rect/rect.vue.d.ts +24 -0
  964. package/lib/components/design/shape/rect/rect/rect.vue.js +11 -0
  965. package/lib/components/design/shape/rect/rect/rect.vue.js.map +1 -0
  966. package/lib/components/design/shape/rect/rect/rect.vue2.js +35 -0
  967. package/lib/components/design/shape/rect/rect/rect.vue2.js.map +1 -0
  968. package/lib/components/design/svg/draw-panel.vue.d.ts +35 -0
  969. package/lib/components/design/svg/draw-panel.vue.js +11 -0
  970. package/lib/components/design/svg/draw-panel.vue.js.map +1 -0
  971. package/lib/components/design/svg/draw-panel.vue2.js +205 -0
  972. package/lib/components/design/svg/draw-panel.vue2.js.map +1 -0
  973. package/lib/components/design/svg/svg-base.vue.d.ts +132 -0
  974. package/lib/components/design/svg/svg-base.vue.js +11 -0
  975. package/lib/components/design/svg/svg-base.vue.js.map +1 -0
  976. package/lib/components/design/svg/svg-base.vue2.js +266 -0
  977. package/lib/components/design/svg/svg-base.vue2.js.map +1 -0
  978. package/lib/components/design/svg/svg-bezier-curve-three.vue.d.ts +216 -0
  979. package/lib/components/design/svg/svg-bezier-curve-three.vue.js +11 -0
  980. package/lib/components/design/svg/svg-bezier-curve-three.vue.js.map +1 -0
  981. package/lib/components/design/svg/svg-bezier-curve-three.vue2.js +153 -0
  982. package/lib/components/design/svg/svg-bezier-curve-three.vue2.js.map +1 -0
  983. package/lib/components/design/svg/svg-bezier-curve.vue.d.ts +194 -0
  984. package/lib/components/design/svg/svg-bezier-curve.vue.js +11 -0
  985. package/lib/components/design/svg/svg-bezier-curve.vue.js.map +1 -0
  986. package/lib/components/design/svg/svg-bezier-curve.vue2.js +107 -0
  987. package/lib/components/design/svg/svg-bezier-curve.vue2.js.map +1 -0
  988. package/lib/components/design/svg/svg-circle.vue.d.ts +161 -0
  989. package/lib/components/design/svg/svg-circle.vue.js +11 -0
  990. package/lib/components/design/svg/svg-circle.vue.js.map +1 -0
  991. package/lib/components/design/svg/svg-circle.vue2.js +73 -0
  992. package/lib/components/design/svg/svg-circle.vue2.js.map +1 -0
  993. package/lib/components/design/svg/svg-ellipse.vue.d.ts +161 -0
  994. package/lib/components/design/svg/svg-ellipse.vue.js +11 -0
  995. package/lib/components/design/svg/svg-ellipse.vue.js.map +1 -0
  996. package/lib/components/design/svg/svg-ellipse.vue2.js +54 -0
  997. package/lib/components/design/svg/svg-ellipse.vue2.js.map +1 -0
  998. package/lib/components/design/svg/svg-line.vue.d.ts +173 -0
  999. package/lib/components/design/svg/svg-line.vue.js +11 -0
  1000. package/lib/components/design/svg/svg-line.vue.js.map +1 -0
  1001. package/lib/components/design/svg/svg-line.vue2.js +96 -0
  1002. package/lib/components/design/svg/svg-line.vue2.js.map +1 -0
  1003. package/lib/components/design/svg/svg-polygon-line.vue.d.ts +211 -0
  1004. package/lib/components/design/svg/svg-polygon-line.vue.js +11 -0
  1005. package/lib/components/design/svg/svg-polygon-line.vue.js.map +1 -0
  1006. package/lib/components/design/svg/svg-polygon-line.vue2.js +165 -0
  1007. package/lib/components/design/svg/svg-polygon-line.vue2.js.map +1 -0
  1008. package/lib/components/design/table/data-table/column-view.vue.d.ts +97 -0
  1009. package/lib/components/design/table/data-table/column-view.vue.js +11 -0
  1010. package/lib/components/design/table/data-table/column-view.vue.js.map +1 -0
  1011. package/lib/components/design/table/data-table/column-view.vue2.js +59 -0
  1012. package/lib/components/design/table/data-table/column-view.vue2.js.map +1 -0
  1013. package/lib/components/design/table/data-table/data-table.vue.d.ts +192 -0
  1014. package/lib/components/design/table/data-table/data-table.vue.js +11 -0
  1015. package/lib/components/design/table/data-table/data-table.vue.js.map +1 -0
  1016. package/lib/components/design/table/data-table/data-table.vue2.js +200 -0
  1017. package/lib/components/design/table/data-table/data-table.vue2.js.map +1 -0
  1018. package/lib/components/design/table/data-table/index.d.ts +3 -0
  1019. package/lib/components/design/table/data-table/index.js +10 -0
  1020. package/lib/components/design/table/data-table/index.js.map +1 -0
  1021. package/lib/components/design/table/data-table/table-design.vue.d.ts +4600 -0
  1022. package/lib/components/design/table/data-table/table-design.vue.js +11 -0
  1023. package/lib/components/design/table/data-table/table-design.vue.js.map +1 -0
  1024. package/lib/components/design/table/data-table/table-design.vue2.js +558 -0
  1025. package/lib/components/design/table/data-table/table-design.vue2.js.map +1 -0
  1026. package/lib/components/design/text/index.d.ts +2 -0
  1027. package/lib/components/design/text/index.js +10 -0
  1028. package/lib/components/design/text/index.js.map +1 -0
  1029. package/lib/components/design/text/text.vue.d.ts +77 -0
  1030. package/lib/components/design/text/text.vue.js +11 -0
  1031. package/lib/components/design/text/text.vue.js.map +1 -0
  1032. package/lib/components/design/text/text.vue2.js +124 -0
  1033. package/lib/components/design/text/text.vue2.js.map +1 -0
  1034. package/lib/components/my/button/my-Button.vue.d.ts +44 -0
  1035. package/lib/components/my/button/my-Button.vue.js +11 -0
  1036. package/lib/components/my/button/my-Button.vue.js.map +1 -0
  1037. package/lib/components/my/button/my-Button.vue2.js +47 -0
  1038. package/lib/components/my/button/my-Button.vue2.js.map +1 -0
  1039. package/lib/components/my/collapse/my-collapse.vue.d.ts +242 -0
  1040. package/lib/components/my/collapse/my-collapse.vue.js +11 -0
  1041. package/lib/components/my/collapse/my-collapse.vue.js.map +1 -0
  1042. package/lib/components/my/collapse/my-collapse.vue2.js +219 -0
  1043. package/lib/components/my/collapse/my-collapse.vue2.js.map +1 -0
  1044. package/lib/components/my/collapse/my-widget-collapse.vue.d.ts +92 -0
  1045. package/lib/components/my/collapse/my-widget-collapse.vue.js +11 -0
  1046. package/lib/components/my/collapse/my-widget-collapse.vue.js.map +1 -0
  1047. package/lib/components/my/collapse/my-widget-collapse.vue2.js +68 -0
  1048. package/lib/components/my/collapse/my-widget-collapse.vue2.js.map +1 -0
  1049. package/lib/components/my/color-picker/my-color-picker.vue.d.ts +174 -0
  1050. package/lib/components/my/color-picker/my-color-picker.vue.js +11 -0
  1051. package/lib/components/my/color-picker/my-color-picker.vue.js.map +1 -0
  1052. package/lib/components/my/color-picker/my-color-picker.vue2.js +79 -0
  1053. package/lib/components/my/color-picker/my-color-picker.vue2.js.map +1 -0
  1054. package/lib/components/my/dialog/my-dialog.vue.d.ts +149 -0
  1055. package/lib/components/my/dialog/my-dialog.vue.js +11 -0
  1056. package/lib/components/my/dialog/my-dialog.vue.js.map +1 -0
  1057. package/lib/components/my/dialog/my-dialog.vue2.js +138 -0
  1058. package/lib/components/my/dialog/my-dialog.vue2.js.map +1 -0
  1059. package/lib/components/my/divider/my-divider-panel.vue.d.ts +24 -0
  1060. package/lib/components/my/divider/my-divider-panel.vue.js +11 -0
  1061. package/lib/components/my/divider/my-divider-panel.vue.js.map +1 -0
  1062. package/lib/components/my/divider/my-divider-panel.vue2.js +81 -0
  1063. package/lib/components/my/divider/my-divider-panel.vue2.js.map +1 -0
  1064. package/lib/components/my/divider/my-divider.vue.js +24 -0
  1065. package/lib/components/my/divider/my-divider.vue.js.map +1 -0
  1066. package/lib/components/my/form/my-form-item.vue.d.ts +24 -0
  1067. package/lib/components/my/form/my-form-item.vue.js +11 -0
  1068. package/lib/components/my/form/my-form-item.vue.js.map +1 -0
  1069. package/lib/components/my/form/my-form-item.vue2.js +39 -0
  1070. package/lib/components/my/form/my-form-item.vue2.js.map +1 -0
  1071. package/lib/components/my/form/my-form.vue.js +18 -0
  1072. package/lib/components/my/form/my-form.vue.js.map +1 -0
  1073. package/lib/components/my/group/my-group.vue.js +18 -0
  1074. package/lib/components/my/group/my-group.vue.js.map +1 -0
  1075. package/lib/components/my/icon/icons/ArrowLeft.vue.js +30 -0
  1076. package/lib/components/my/icon/icons/ArrowLeft.vue.js.map +1 -0
  1077. package/lib/components/my/icon/icons/ArrowRight.vue.js +30 -0
  1078. package/lib/components/my/icon/icons/ArrowRight.vue.js.map +1 -0
  1079. package/lib/components/my/icon/icons/Check.vue.js +30 -0
  1080. package/lib/components/my/icon/icons/Check.vue.js.map +1 -0
  1081. package/lib/components/my/icon/icons/Close.vue.js +30 -0
  1082. package/lib/components/my/icon/icons/Close.vue.js.map +1 -0
  1083. package/lib/components/my/icon/icons/CloseBold.vue.js +30 -0
  1084. package/lib/components/my/icon/icons/CloseBold.vue.js.map +1 -0
  1085. package/lib/components/my/icon/icons/Crop.vue.js +40 -0
  1086. package/lib/components/my/icon/icons/Crop.vue.js.map +1 -0
  1087. package/lib/components/my/icon/icons/Plus.vue.js +30 -0
  1088. package/lib/components/my/icon/icons/Plus.vue.js.map +1 -0
  1089. package/lib/components/my/icon/icons/Printer.vue.js +30 -0
  1090. package/lib/components/my/icon/icons/Printer.vue.js.map +1 -0
  1091. package/lib/components/my/icon/icons/QuestionFilled.vue.js +30 -0
  1092. package/lib/components/my/icon/icons/QuestionFilled.vue.js.map +1 -0
  1093. package/lib/components/my/icon/icons/RefreshLeft.vue.js +30 -0
  1094. package/lib/components/my/icon/icons/RefreshLeft.vue.js.map +1 -0
  1095. package/lib/components/my/icon/icons/RefreshRight.vue.js +30 -0
  1096. package/lib/components/my/icon/icons/RefreshRight.vue.js.map +1 -0
  1097. package/lib/components/my/icon/icons/ZoomIn.vue.js +30 -0
  1098. package/lib/components/my/icon/icons/ZoomIn.vue.js.map +1 -0
  1099. package/lib/components/my/icon/icons/ZoomOut.vue.js +30 -0
  1100. package/lib/components/my/icon/icons/ZoomOut.vue.js.map +1 -0
  1101. package/lib/components/my/icon/index.d.ts +2 -0
  1102. package/lib/components/my/icon/index.js +10 -0
  1103. package/lib/components/my/icon/index.js.map +1 -0
  1104. package/lib/components/my/icon/my-icon.vue.d.ts +67 -0
  1105. package/lib/components/my/icon/my-icon.vue.js +11 -0
  1106. package/lib/components/my/icon/my-icon.vue.js.map +1 -0
  1107. package/lib/components/my/icon/my-icon.vue2.js +53 -0
  1108. package/lib/components/my/icon/my-icon.vue2.js.map +1 -0
  1109. package/lib/components/my/icon/style-icon.vue.d.ts +343 -0
  1110. package/lib/components/my/icon/style-icon.vue.js +11 -0
  1111. package/lib/components/my/icon/style-icon.vue.js.map +1 -0
  1112. package/lib/components/my/icon/style-icon.vue2.js +80 -0
  1113. package/lib/components/my/icon/style-icon.vue2.js.map +1 -0
  1114. package/lib/components/my/icon/tip-icon.vue.d.ts +250 -0
  1115. package/lib/components/my/icon/tip-icon.vue.js +11 -0
  1116. package/lib/components/my/icon/tip-icon.vue.js.map +1 -0
  1117. package/lib/components/my/icon/tip-icon.vue2.js +56 -0
  1118. package/lib/components/my/icon/tip-icon.vue2.js.map +1 -0
  1119. package/lib/components/my/icon/tool-icon-popover.vue.d.ts +165 -0
  1120. package/lib/components/my/icon/tool-icon-popover.vue.js +11 -0
  1121. package/lib/components/my/icon/tool-icon-popover.vue.js.map +1 -0
  1122. package/lib/components/my/icon/tool-icon-popover.vue2.js +58 -0
  1123. package/lib/components/my/icon/tool-icon-popover.vue2.js.map +1 -0
  1124. package/lib/components/my/input/history-input-number.vue.d.ts +191 -0
  1125. package/lib/components/my/input/history-input-number.vue.js +11 -0
  1126. package/lib/components/my/input/history-input-number.vue.js.map +1 -0
  1127. package/lib/components/my/input/history-input-number.vue2.js +43 -0
  1128. package/lib/components/my/input/history-input-number.vue2.js.map +1 -0
  1129. package/lib/components/my/input/history-input.vue.d.ts +84 -0
  1130. package/lib/components/my/input/history-input.vue.js +11 -0
  1131. package/lib/components/my/input/history-input.vue.js.map +1 -0
  1132. package/lib/components/my/input/history-input.vue2.js +37 -0
  1133. package/lib/components/my/input/history-input.vue2.js.map +1 -0
  1134. package/lib/components/my/input/history-select.vue.d.ts +667 -0
  1135. package/lib/components/my/input/history-select.vue.js +11 -0
  1136. package/lib/components/my/input/history-select.vue.js.map +1 -0
  1137. package/lib/components/my/input/history-select.vue2.js +44 -0
  1138. package/lib/components/my/input/history-select.vue2.js.map +1 -0
  1139. package/lib/components/my/input/history.vue.d.ts +17 -0
  1140. package/lib/components/my/input/history.vue.js +11 -0
  1141. package/lib/components/my/input/history.vue.js.map +1 -0
  1142. package/lib/components/my/input/history.vue2.js +31 -0
  1143. package/lib/components/my/input/history.vue2.js.map +1 -0
  1144. package/lib/components/my/input/index.d.ts +6 -0
  1145. package/lib/components/my/input/index.js +16 -0
  1146. package/lib/components/my/input/index.js.map +1 -0
  1147. package/lib/components/my/input/my-input-number.vue.d.ts +157 -0
  1148. package/lib/components/my/input/my-input-number.vue.js +11 -0
  1149. package/lib/components/my/input/my-input-number.vue.js.map +1 -0
  1150. package/lib/components/my/input/my-input-number.vue2.js +96 -0
  1151. package/lib/components/my/input/my-input-number.vue2.js.map +1 -0
  1152. package/lib/components/my/input/my-input.vue.d.ts +63 -0
  1153. package/lib/components/my/input/my-input.vue.js +11 -0
  1154. package/lib/components/my/input/my-input.vue.js.map +1 -0
  1155. package/lib/components/my/input/my-input.vue2.js +113 -0
  1156. package/lib/components/my/input/my-input.vue2.js.map +1 -0
  1157. package/lib/components/my/input/unit.vue.d.ts +27 -0
  1158. package/lib/components/my/input/unit.vue.js +11 -0
  1159. package/lib/components/my/input/unit.vue.js.map +1 -0
  1160. package/lib/components/my/input/unit.vue2.js +28 -0
  1161. package/lib/components/my/input/unit.vue2.js.map +1 -0
  1162. package/lib/components/my/message/my-message.d.ts +6 -0
  1163. package/lib/components/my/message/my-message.js +31 -0
  1164. package/lib/components/my/message/my-message.js.map +1 -0
  1165. package/lib/components/my/message/my-message.vue.d.ts +65 -0
  1166. package/lib/components/my/message/my-message.vue.js +11 -0
  1167. package/lib/components/my/message/my-message.vue.js.map +1 -0
  1168. package/lib/components/my/message/my-message.vue2.js +279 -0
  1169. package/lib/components/my/message/my-message.vue2.js.map +1 -0
  1170. package/lib/components/my/mouse-tips/my-mouse-tips.vue.d.ts +5622 -0
  1171. package/lib/components/my/mouse-tips/my-mouse-tips.vue.js +11 -0
  1172. package/lib/components/my/mouse-tips/my-mouse-tips.vue.js.map +1 -0
  1173. package/lib/components/my/mouse-tips/my-mouse-tips.vue2.js +35 -0
  1174. package/lib/components/my/mouse-tips/my-mouse-tips.vue2.js.map +1 -0
  1175. package/lib/components/my/popover/my-icon-popover.vue.d.ts +194 -0
  1176. package/lib/components/my/popover/my-icon-popover.vue.js +11 -0
  1177. package/lib/components/my/popover/my-icon-popover.vue.js.map +1 -0
  1178. package/lib/components/my/popover/my-icon-popover.vue2.js +131 -0
  1179. package/lib/components/my/popover/my-icon-popover.vue2.js.map +1 -0
  1180. package/lib/components/my/popover/my-popover.vue.d.ts +73 -0
  1181. package/lib/components/my/popover/my-popover.vue.js +11 -0
  1182. package/lib/components/my/popover/my-popover.vue.js.map +1 -0
  1183. package/lib/components/my/popover/my-popover.vue2.js +229 -0
  1184. package/lib/components/my/popover/my-popover.vue2.js.map +1 -0
  1185. package/lib/components/my/radio/my-radio.vue.d.ts +81 -0
  1186. package/lib/components/my/radio/my-radio.vue.js +11 -0
  1187. package/lib/components/my/radio/my-radio.vue.js.map +1 -0
  1188. package/lib/components/my/radio/my-radio.vue2.js +58 -0
  1189. package/lib/components/my/radio/my-radio.vue2.js.map +1 -0
  1190. package/lib/components/my/rule/rule.vue.d.ts +99 -0
  1191. package/lib/components/my/rule/rule.vue.js +11 -0
  1192. package/lib/components/my/rule/rule.vue.js.map +1 -0
  1193. package/lib/components/my/rule/rule.vue2.js +276 -0
  1194. package/lib/components/my/rule/rule.vue2.js.map +1 -0
  1195. package/lib/components/my/scrollbar/my-scrollbar.vue.d.ts +88 -0
  1196. package/lib/components/my/scrollbar/my-scrollbar.vue.js +11 -0
  1197. package/lib/components/my/scrollbar/my-scrollbar.vue.js.map +1 -0
  1198. package/lib/components/my/scrollbar/my-scrollbar.vue2.js +124 -0
  1199. package/lib/components/my/scrollbar/my-scrollbar.vue2.js.map +1 -0
  1200. package/lib/components/my/select/my-select.vue.d.ts +637 -0
  1201. package/lib/components/my/select/my-select.vue.js +11 -0
  1202. package/lib/components/my/select/my-select.vue.js.map +1 -0
  1203. package/lib/components/my/select/my-select.vue2.js +122 -0
  1204. package/lib/components/my/select/my-select.vue2.js.map +1 -0
  1205. package/lib/components/my/slider/my-slider.vue.d.ts +119 -0
  1206. package/lib/components/my/slider/my-slider.vue.js +11 -0
  1207. package/lib/components/my/slider/my-slider.vue.js.map +1 -0
  1208. package/lib/components/my/slider/my-slider.vue2.js +225 -0
  1209. package/lib/components/my/slider/my-slider.vue2.js.map +1 -0
  1210. package/lib/components/my/switch/my-switch.vue.d.ts +70 -0
  1211. package/lib/components/my/switch/my-switch.vue.js +11 -0
  1212. package/lib/components/my/switch/my-switch.vue.js.map +1 -0
  1213. package/lib/components/my/switch/my-switch.vue2.js +80 -0
  1214. package/lib/components/my/switch/my-switch.vue2.js.map +1 -0
  1215. package/lib/components/my/tabs/my-tabs.vue.d.ts +45 -0
  1216. package/lib/components/my/tabs/my-tabs.vue.js +11 -0
  1217. package/lib/components/my/tabs/my-tabs.vue.js.map +1 -0
  1218. package/lib/components/my/tabs/my-tabs.vue2.js +56 -0
  1219. package/lib/components/my/tabs/my-tabs.vue2.js.map +1 -0
  1220. package/lib/components/my/tooltip/my-tooltip.vue.d.ts +97 -0
  1221. package/lib/components/my/tooltip/my-tooltip.vue.js +11 -0
  1222. package/lib/components/my/tooltip/my-tooltip.vue.js.map +1 -0
  1223. package/lib/components/my/tooltip/my-tooltip.vue2.js +38 -0
  1224. package/lib/components/my/tooltip/my-tooltip.vue2.js.map +1 -0
  1225. package/lib/components/my/tree-list/my-tree-list.vue.d.ts +103 -0
  1226. package/lib/components/my/tree-list/my-tree-list.vue.js +11 -0
  1227. package/lib/components/my/tree-list/my-tree-list.vue.js.map +1 -0
  1228. package/lib/components/my/tree-list/my-tree-list.vue2.js +100 -0
  1229. package/lib/components/my/tree-list/my-tree-list.vue2.js.map +1 -0
  1230. package/lib/components/preview/autoPage.d.ts +3 -0
  1231. package/lib/components/preview/autoPage.js +436 -0
  1232. package/lib/components/preview/autoPage.js.map +1 -0
  1233. package/lib/components/preview/preview-panel.vue.d.ts +16716 -0
  1234. package/lib/components/preview/preview-panel.vue.js +11 -0
  1235. package/lib/components/preview/preview-panel.vue.js.map +1 -0
  1236. package/lib/components/preview/preview-panel.vue2.js +303 -0
  1237. package/lib/components/preview/preview-panel.vue2.js.map +1 -0
  1238. package/lib/components/preview/preview.vue.d.ts +1942 -0
  1239. package/lib/components/preview/preview.vue.js +11 -0
  1240. package/lib/components/preview/preview.vue.js.map +1 -0
  1241. package/lib/components/preview/preview.vue2.js +118 -0
  1242. package/lib/components/preview/preview.vue2.js.map +1 -0
  1243. package/lib/components/print/print.vue.d.ts +8865 -0
  1244. package/lib/components/print/print.vue.js +11 -0
  1245. package/lib/components/print/print.vue.js.map +1 -0
  1246. package/lib/components/print/print.vue2.js +272 -0
  1247. package/lib/components/print/print.vue2.js.map +1 -0
  1248. package/lib/constants/common.d.ts +67 -0
  1249. package/lib/constants/common.js +491 -0
  1250. package/lib/constants/common.js.map +1 -0
  1251. package/lib/constants/keys.d.ts +11 -0
  1252. package/lib/constants/keys.js +18 -0
  1253. package/lib/constants/keys.js.map +1 -0
  1254. package/lib/constants/provider/auxiliary.d.ts +2 -0
  1255. package/lib/constants/provider/auxiliary.js +14 -0
  1256. package/lib/constants/provider/auxiliary.js.map +1 -0
  1257. package/lib/constants/provider/custom.d.ts +5 -0
  1258. package/lib/constants/provider/custom.js +177 -0
  1259. package/lib/constants/provider/custom.js.map +1 -0
  1260. package/lib/constants/settingPanel.d.ts +19 -0
  1261. package/lib/constants/settingPanel.js +37 -0
  1262. package/lib/constants/settingPanel.js.map +1 -0
  1263. package/lib/design.d.ts +3 -0
  1264. package/lib/design.js +21 -0
  1265. package/lib/design.js.map +1 -0
  1266. package/lib/index.d.ts +8 -0
  1267. package/lib/index.js +23 -0
  1268. package/lib/index.js.map +1 -0
  1269. package/lib/install.d.ts +7 -0
  1270. package/lib/install.js +41 -0
  1271. package/lib/install.js.map +1 -0
  1272. package/lib/locales/en-us/barcodeMsg.d.ts +23 -0
  1273. package/lib/locales/en-us/barcodeMsg.js +29 -0
  1274. package/lib/locales/en-us/barcodeMsg.js.map +1 -0
  1275. package/lib/locales/en-us/common.d.ts +47 -0
  1276. package/lib/locales/en-us/common.js +53 -0
  1277. package/lib/locales/en-us/common.js.map +1 -0
  1278. package/lib/locales/en-us/font.d.ts +6 -0
  1279. package/lib/locales/en-us/font.js +12 -0
  1280. package/lib/locales/en-us/font.js.map +1 -0
  1281. package/lib/locales/en-us/handle-panel.d.ts +49 -0
  1282. package/lib/locales/en-us/handle-panel.js +55 -0
  1283. package/lib/locales/en-us/handle-panel.js.map +1 -0
  1284. package/lib/locales/en-us/index.d.ts +179 -0
  1285. package/lib/locales/en-us/index.js +26 -0
  1286. package/lib/locales/en-us/index.js.map +1 -0
  1287. package/lib/locales/en-us/preview.d.ts +4 -0
  1288. package/lib/locales/en-us/preview.js +10 -0
  1289. package/lib/locales/en-us/preview.js.map +1 -0
  1290. package/lib/locales/en-us/provider.d.ts +26 -0
  1291. package/lib/locales/en-us/provider.js +32 -0
  1292. package/lib/locales/en-us/provider.js.map +1 -0
  1293. package/lib/locales/en-us/setting.d.ts +6 -0
  1294. package/lib/locales/en-us/setting.js +12 -0
  1295. package/lib/locales/en-us/setting.js.map +1 -0
  1296. package/lib/locales/en-us/toolbar.d.ts +39 -0
  1297. package/lib/locales/en-us/toolbar.js +45 -0
  1298. package/lib/locales/en-us/toolbar.js.map +1 -0
  1299. package/lib/locales/index.d.ts +366 -0
  1300. package/lib/locales/index.js +25 -0
  1301. package/lib/locales/index.js.map +1 -0
  1302. package/lib/locales/zh-cn/barcodeMsg.d.ts +23 -0
  1303. package/lib/locales/zh-cn/barcodeMsg.js +29 -0
  1304. package/lib/locales/zh-cn/barcodeMsg.js.map +1 -0
  1305. package/lib/locales/zh-cn/common.d.ts +48 -0
  1306. package/lib/locales/zh-cn/common.js +54 -0
  1307. package/lib/locales/zh-cn/common.js.map +1 -0
  1308. package/lib/locales/zh-cn/font.d.ts +6 -0
  1309. package/lib/locales/zh-cn/font.js +12 -0
  1310. package/lib/locales/zh-cn/font.js.map +1 -0
  1311. package/lib/locales/zh-cn/handle-panel.d.ts +53 -0
  1312. package/lib/locales/zh-cn/handle-panel.js +59 -0
  1313. package/lib/locales/zh-cn/handle-panel.js.map +1 -0
  1314. package/lib/locales/zh-cn/index.d.ts +184 -0
  1315. package/lib/locales/zh-cn/index.js +26 -0
  1316. package/lib/locales/zh-cn/index.js.map +1 -0
  1317. package/lib/locales/zh-cn/preview.d.ts +4 -0
  1318. package/lib/locales/zh-cn/preview.js +10 -0
  1319. package/lib/locales/zh-cn/preview.js.map +1 -0
  1320. package/lib/locales/zh-cn/provider.d.ts +26 -0
  1321. package/lib/locales/zh-cn/provider.js +32 -0
  1322. package/lib/locales/zh-cn/provider.js.map +1 -0
  1323. package/lib/locales/zh-cn/setting.d.ts +6 -0
  1324. package/lib/locales/zh-cn/setting.js +12 -0
  1325. package/lib/locales/zh-cn/setting.js.map +1 -0
  1326. package/lib/locales/zh-cn/toolbar.d.ts +39 -0
  1327. package/lib/locales/zh-cn/toolbar.js +45 -0
  1328. package/lib/locales/zh-cn/toolbar.js.map +1 -0
  1329. 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
  1330. 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
  1331. package/lib/plugins/moveable/moveable.d.ts +49 -0
  1332. package/lib/plugins/moveable/moveable.js +214 -0
  1333. package/lib/plugins/moveable/moveable.js.map +1 -0
  1334. package/lib/plugins/moveable/moveable_js.d.ts +39 -0
  1335. package/lib/plugins/moveable/moveable_js.js +3155 -0
  1336. package/lib/plugins/moveable/moveable_js.js.map +1 -0
  1337. package/lib/plugins/moveable/moveable_local.d.ts +0 -0
  1338. package/lib/plugins/moveable/moveable_local.js +3 -0
  1339. package/lib/plugins/moveable/moveable_local.js.map +1 -0
  1340. package/lib/plugins/moveable/selecto.d.ts +5 -0
  1341. package/lib/plugins/moveable/selecto.js +41 -0
  1342. package/lib/plugins/moveable/selecto.js.map +1 -0
  1343. package/lib/plugins/moveable/types/index.d.ts +1926 -0
  1344. package/lib/plugins/moveable/types/index.js +3 -0
  1345. package/lib/plugins/moveable/types/index.js.map +1 -0
  1346. package/lib/plugins/myprintClientService.d.ts +10 -0
  1347. package/lib/plugins/myprintClientService.js +95 -0
  1348. package/lib/plugins/myprintClientService.js.map +1 -0
  1349. package/lib/printer.d.ts +22 -0
  1350. package/lib/printer.js +180 -0
  1351. package/lib/printer.js.map +1 -0
  1352. package/lib/stores/app.d.ts +25 -0
  1353. package/lib/stores/app.js +44 -0
  1354. package/lib/stores/app.js.map +1 -0
  1355. package/lib/stores/config.d.ts +17 -0
  1356. package/lib/stores/config.js +47 -0
  1357. package/lib/stores/config.js.map +1 -0
  1358. package/lib/stores/dragStore.d.ts +6 -0
  1359. package/lib/stores/dragStore.js +26 -0
  1360. package/lib/stores/dragStore.js.map +1 -0
  1361. package/lib/stores/socket.d.ts +12 -0
  1362. package/lib/stores/socket.js +124 -0
  1363. package/lib/stores/socket.js.map +1 -0
  1364. package/lib/types/R.d.ts +24 -0
  1365. package/lib/types/R.js +3 -0
  1366. package/lib/types/R.js.map +1 -0
  1367. package/lib/types/d3Type.d.ts +4 -0
  1368. package/lib/types/d3Type.js +3 -0
  1369. package/lib/types/d3Type.js.map +1 -0
  1370. package/lib/types/entity.d.ts +426 -0
  1371. package/lib/types/entity.js +58 -0
  1372. package/lib/types/entity.js.map +1 -0
  1373. package/lib/types/eventType.d.ts +27 -0
  1374. package/lib/types/eventType.js +3 -0
  1375. package/lib/types/eventType.js.map +1 -0
  1376. package/lib/utils/arrays.d.ts +3 -0
  1377. package/lib/utils/arrays.js +43 -0
  1378. package/lib/utils/arrays.js.map +1 -0
  1379. package/lib/utils/bezierUtil.d.ts +12 -0
  1380. package/lib/utils/bezierUtil.js +52 -0
  1381. package/lib/utils/bezierUtil.js.map +1 -0
  1382. package/lib/utils/devicePixelRatio.d.ts +6 -0
  1383. package/lib/utils/devicePixelRatio.js +88 -0
  1384. package/lib/utils/devicePixelRatio.js.map +1 -0
  1385. package/lib/utils/elementUtil.d.ts +72 -0
  1386. package/lib/utils/elementUtil.js +1093 -0
  1387. package/lib/utils/elementUtil.js.map +1 -0
  1388. package/lib/utils/event.d.ts +1 -0
  1389. package/lib/utils/event.js +8 -0
  1390. package/lib/utils/event.js.map +1 -0
  1391. package/lib/utils/historyUtil.d.ts +51 -0
  1392. package/lib/utils/historyUtil.js +134 -0
  1393. package/lib/utils/historyUtil.js.map +1 -0
  1394. package/lib/utils/keyboardUtil.d.ts +10 -0
  1395. package/lib/utils/keyboardUtil.js +151 -0
  1396. package/lib/utils/keyboardUtil.js.map +1 -0
  1397. package/lib/utils/memoryClipboardUtil.d.ts +13 -0
  1398. package/lib/utils/memoryClipboardUtil.js +171 -0
  1399. package/lib/utils/memoryClipboardUtil.js.map +1 -0
  1400. package/lib/utils/mouseTips.d.ts +5619 -0
  1401. package/lib/utils/mouseTips.js +32 -0
  1402. package/lib/utils/mouseTips.js.map +1 -0
  1403. package/lib/utils/myprint.d.ts +11 -0
  1404. package/lib/utils/myprint.js +104 -0
  1405. package/lib/utils/myprint.js.map +1 -0
  1406. package/lib/utils/numberUtil.d.ts +39 -0
  1407. package/lib/utils/numberUtil.js +146 -0
  1408. package/lib/utils/numberUtil.js.map +1 -0
  1409. package/lib/utils/pdfUtil.d.ts +7 -0
  1410. package/lib/utils/pdfUtil.js +65 -0
  1411. package/lib/utils/pdfUtil.js.map +1 -0
  1412. package/lib/utils/printProtocol/lodop.d.ts +0 -0
  1413. package/lib/utils/printProtocol/lodop.js +3 -0
  1414. package/lib/utils/printProtocol/lodop.js.map +1 -0
  1415. package/lib/utils/printProtocol/myPrint.d.ts +0 -0
  1416. package/lib/utils/printProtocol/myPrint.js +3 -0
  1417. package/lib/utils/printProtocol/myPrint.js.map +1 -0
  1418. package/lib/utils/scaleUtil.d.ts +7 -0
  1419. package/lib/utils/scaleUtil.js +20 -0
  1420. package/lib/utils/scaleUtil.js.map +1 -0
  1421. package/lib/utils/svgUtil.d.ts +9 -0
  1422. package/lib/utils/svgUtil.js +89 -0
  1423. package/lib/utils/svgUtil.js.map +1 -0
  1424. package/lib/utils/table/dataTable.d.ts +45 -0
  1425. package/lib/utils/table/dataTable.js +581 -0
  1426. package/lib/utils/table/dataTable.js.map +1 -0
  1427. package/lib/utils/timeUtil.d.ts +7 -0
  1428. package/lib/utils/timeUtil.js +32 -0
  1429. package/lib/utils/timeUtil.js.map +1 -0
  1430. package/lib/utils/utils.d.ts +56 -0
  1431. package/lib/utils/utils.js +499 -0
  1432. package/lib/utils/utils.js.map +1 -0
  1433. package/lib/version.d.ts +1 -0
  1434. package/lib/version.js +6 -0
  1435. package/lib/version.js.map +1 -0
  1436. 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
@@ -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)}