tvuetest 0.0.17 → 0.0.19

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 (916) hide show
  1. package/README.md +151 -30
  2. package/dist/index.css +1 -0
  3. package/dist/tvue.js +38888 -0
  4. package/dist/tvue.js.map +1 -0
  5. package/es/_virtual/_commonjs-dynamic-modules.mjs +6 -0
  6. package/es/_virtual/_commonjsHelpers.mjs +6 -0
  7. package/es/_virtual/advancedFormat.mjs +8 -0
  8. package/es/_virtual/advancedFormat2.mjs +4 -0
  9. package/es/_virtual/axios.mjs +8 -0
  10. package/es/_virtual/axios2.mjs +4 -0
  11. package/es/_virtual/countUp.min.mjs +8 -0
  12. package/es/_virtual/countUp.min2.mjs +4 -0
  13. package/es/_virtual/customParseFormat.mjs +8 -0
  14. package/es/_virtual/customParseFormat2.mjs +4 -0
  15. package/es/_virtual/dayjs.min.mjs +8 -0
  16. package/es/_virtual/dayjs.min2.mjs +4 -0
  17. package/es/_virtual/localeData.mjs +8 -0
  18. package/es/_virtual/localeData2.mjs +4 -0
  19. package/es/_virtual/quarterOfYear.mjs +8 -0
  20. package/es/_virtual/quarterOfYear2.mjs +4 -0
  21. package/es/_virtual/weekOfYear.mjs +8 -0
  22. package/es/_virtual/weekOfYear2.mjs +4 -0
  23. package/es/_virtual/weekYear.mjs +8 -0
  24. package/es/_virtual/weekYear2.mjs +4 -0
  25. package/es/_virtual/weekday.mjs +8 -0
  26. package/es/_virtual/weekday2.mjs +4 -0
  27. package/es/index.css +1 -0
  28. package/es/index.mjs +2 -0
  29. package/es/locale/browser/en.mjs +288 -0
  30. package/es/locale/browser/zh-cn.mjs +288 -0
  31. package/es/locale/browser/zh.mjs +288 -0
  32. package/es/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.mjs +225 -0
  33. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.mjs +5 -0
  34. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.mjs +5 -0
  35. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/FileOutlined.mjs +5 -0
  36. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.mjs +5 -0
  37. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/MinusOutlined.mjs +5 -0
  38. package/es/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/UpOutlined.mjs +5 -0
  39. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/AntdIcon.mjs +94 -0
  40. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/Context.mjs +13 -0
  41. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/IconBase.mjs +82 -0
  42. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/InsertStyle.mjs +15 -0
  43. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/twoTonePrimaryColor.mjs +37 -0
  44. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/dynamicCSS.mjs +148 -0
  45. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/CopyOutlined.mjs +21 -0
  46. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/DownOutlined.mjs +21 -0
  47. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/FileOutlined.mjs +21 -0
  48. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/FullscreenOutlined.mjs +21 -0
  49. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/MinusOutlined.mjs +21 -0
  50. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/UpOutlined.mjs +21 -0
  51. package/es/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/utils.mjs +96 -0
  52. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs +144 -0
  53. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs +157 -0
  54. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs +187 -0
  55. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.mjs +78 -0
  56. package/es/node_modules/.pnpm/countup.js@1.9.3/node_modules/countup.js/dist/countUp.min.mjs +18 -0
  57. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.mjs +17 -0
  58. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/advancedFormat.mjs +17 -0
  59. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/customParseFormat.mjs +17 -0
  60. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/localeData.mjs +17 -0
  61. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/quarterOfYear.mjs +17 -0
  62. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekOfYear.mjs +17 -0
  63. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekYear.mjs +17 -0
  64. package/es/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekday.mjs +17 -0
  65. package/es/node_modules/axios/dist/axios.mjs +2147 -0
  66. package/es/packages/ant-design/array/index.mjs +8 -0
  67. package/es/packages/ant-design/array/index2.mjs +84 -0
  68. package/es/packages/ant-design/array/index3.mjs +126 -0
  69. package/es/packages/ant-design/cascader/index.mjs +8 -0
  70. package/es/packages/ant-design/cascader/index2.mjs +322 -0
  71. package/es/packages/ant-design/cascader/index3.mjs +45 -0
  72. package/es/packages/ant-design/checkbox/index.mjs +8 -0
  73. package/es/packages/ant-design/checkbox/index2.mjs +82 -0
  74. package/es/packages/ant-design/checkbox/index3.mjs +54 -0
  75. package/es/packages/ant-design/crud/column/column-default.mjs +8 -0
  76. package/es/packages/ant-design/crud/column/column-default2.mjs +95 -0
  77. package/es/packages/ant-design/crud/column/column-default3.mjs +49 -0
  78. package/es/packages/ant-design/crud/column/column-dynamic.mjs +8 -0
  79. package/es/packages/ant-design/crud/column/column-dynamic2.mjs +25 -0
  80. package/es/packages/ant-design/crud/column/column-dynamic3.mjs +81 -0
  81. package/es/packages/ant-design/crud/column/column-menu.mjs +8 -0
  82. package/es/packages/ant-design/crud/column/column-menu2.mjs +58 -0
  83. package/es/packages/ant-design/crud/column/column-menu3.mjs +298 -0
  84. package/es/packages/ant-design/crud/column/column-slot.mjs +8 -0
  85. package/es/packages/ant-design/crud/column/column-slot2.mjs +158 -0
  86. package/es/packages/ant-design/crud/column/column-slot3.mjs +219 -0
  87. package/es/packages/ant-design/crud/column/column.mjs +8 -0
  88. package/es/packages/ant-design/crud/column/column2.mjs +97 -0
  89. package/es/packages/ant-design/crud/column/column3.mjs +49 -0
  90. package/es/packages/ant-design/crud/column/menu.mjs +8 -0
  91. package/es/packages/ant-design/crud/column/menu2.mjs +53 -0
  92. package/es/packages/ant-design/crud/column/menu3.mjs +51 -0
  93. package/es/packages/ant-design/crud/config.mjs +77 -0
  94. package/es/packages/ant-design/crud/dialog/dialog-column.mjs +8 -0
  95. package/es/packages/ant-design/crud/dialog/dialog-column2.mjs +65 -0
  96. package/es/packages/ant-design/crud/dialog/dialog-column3.mjs +70 -0
  97. package/es/packages/ant-design/crud/dialog/dialog-excel.mjs +8 -0
  98. package/es/packages/ant-design/crud/dialog/dialog-excel2.mjs +181 -0
  99. package/es/packages/ant-design/crud/dialog/dialog-excel3.mjs +58 -0
  100. package/es/packages/ant-design/crud/dialog/dialog-filter.mjs +8 -0
  101. package/es/packages/ant-design/crud/dialog/dialog-filter2.mjs +102 -0
  102. package/es/packages/ant-design/crud/dialog/dialog-filter3.mjs +150 -0
  103. package/es/packages/ant-design/crud/dialog/dialog-form.mjs +8 -0
  104. package/es/packages/ant-design/crud/dialog/dialog-form2.mjs +256 -0
  105. package/es/packages/ant-design/crud/dialog/dialog-form3.mjs +124 -0
  106. package/es/packages/ant-design/crud/grid/index.mjs +8 -0
  107. package/es/packages/ant-design/crud/grid/index2.mjs +179 -0
  108. package/es/packages/ant-design/crud/grid/index3.mjs +135 -0
  109. package/es/packages/ant-design/crud/grid/item.mjs +8 -0
  110. package/es/packages/ant-design/crud/grid/item2.mjs +36 -0
  111. package/es/packages/ant-design/crud/grid/item3.mjs +6 -0
  112. package/es/packages/ant-design/crud/index.mjs +8 -0
  113. package/es/packages/ant-design/crud/index2.mjs +866 -0
  114. package/es/packages/ant-design/crud/index3.mjs +240 -0
  115. package/es/packages/ant-design/crud/menu/header-menu.mjs +8 -0
  116. package/es/packages/ant-design/crud/menu/header-menu2.mjs +105 -0
  117. package/es/packages/ant-design/crud/menu/header-menu3.mjs +312 -0
  118. package/es/packages/ant-design/crud/menu/header-search.mjs +8 -0
  119. package/es/packages/ant-design/crud/menu/header-search2.mjs +190 -0
  120. package/es/packages/ant-design/crud/menu/header-search3.mjs +90 -0
  121. package/es/packages/ant-design/crud/menu/table-page.mjs +8 -0
  122. package/es/packages/ant-design/crud/menu/table-page2.mjs +76 -0
  123. package/es/packages/ant-design/crud/menu/table-page3.mjs +38 -0
  124. package/es/packages/ant-design/date/index.mjs +8 -0
  125. package/es/packages/ant-design/date/index2.mjs +279 -0
  126. package/es/packages/ant-design/date/index3.mjs +187 -0
  127. package/es/packages/ant-design/form/config.mjs +9 -0
  128. package/es/packages/ant-design/form/index.mjs +8 -0
  129. package/es/packages/ant-design/form/index2.mjs +709 -0
  130. package/es/packages/ant-design/form/index3.mjs +317 -0
  131. package/es/packages/ant-design/form/menu.mjs +8 -0
  132. package/es/packages/ant-design/form/menu2.mjs +54 -0
  133. package/es/packages/ant-design/form/menu3.mjs +103 -0
  134. package/es/packages/ant-design/group/index.mjs +8 -0
  135. package/es/packages/ant-design/group/index2.mjs +63 -0
  136. package/es/packages/ant-design/group/index3.mjs +73 -0
  137. package/es/packages/ant-design/input/index.mjs +8 -0
  138. package/es/packages/ant-design/input/index2.mjs +1047 -0
  139. package/es/packages/ant-design/input/index3.mjs +407 -0
  140. package/es/packages/ant-design/input-number/index.mjs +8 -0
  141. package/es/packages/ant-design/input-number/index2.mjs +76 -0
  142. package/es/packages/ant-design/input-number/index3.mjs +72 -0
  143. package/es/packages/ant-design/radio/index.mjs +8 -0
  144. package/es/packages/ant-design/radio/index2.mjs +64 -0
  145. package/es/packages/ant-design/radio/index3.mjs +56 -0
  146. package/es/packages/ant-design/select/index.mjs +8 -0
  147. package/es/packages/ant-design/select/index2.mjs +647 -0
  148. package/es/packages/ant-design/select/index3.mjs +224 -0
  149. package/es/packages/ant-design/switch/index.mjs +8 -0
  150. package/es/packages/ant-design/switch/index2.mjs +57 -0
  151. package/es/packages/ant-design/switch/index3.mjs +45 -0
  152. package/es/packages/core/common/event.mjs +62 -0
  153. package/es/packages/core/common/event2.mjs +59 -0
  154. package/es/packages/core/common/init.mjs +138 -0
  155. package/es/packages/core/common/props.mjs +243 -0
  156. package/es/packages/core/common/props2.mjs +251 -0
  157. package/es/packages/core/components/dialog-form/index.mjs +8 -0
  158. package/es/packages/core/components/dialog-form/index2.mjs +34 -0
  159. package/es/packages/core/components/dialog-form/index3.mjs +80 -0
  160. package/es/packages/core/components/dialog-form/index4.mjs +67 -0
  161. package/es/packages/core/components/form/custom.mjs +44 -0
  162. package/es/packages/core/components/form/index.mjs +8 -0
  163. package/es/packages/core/components/form/index2.mjs +122 -0
  164. package/es/packages/core/components/form/index3.mjs +91 -0
  165. package/es/packages/core/components/icon/index.mjs +8 -0
  166. package/es/packages/core/components/icon/index2.mjs +18 -0
  167. package/es/packages/core/components/icon/index3.mjs +41 -0
  168. package/es/packages/core/components/image-preview/index.mjs +8 -0
  169. package/es/packages/core/components/image-preview/index2.mjs +39 -0
  170. package/es/packages/core/components/image-preview/index3.mjs +143 -0
  171. package/es/packages/core/components/image-preview/index4.mjs +160 -0
  172. package/es/packages/core/directive/contextmenu.mjs +95 -0
  173. package/es/packages/core/directive/permission.mjs +22 -0
  174. package/es/packages/data/box/index.mjs +8 -0
  175. package/es/packages/data/box/index2.mjs +35 -0
  176. package/es/packages/data/box/index3.mjs +66 -0
  177. package/es/packages/data/card/index.mjs +8 -0
  178. package/es/packages/data/card/index2.mjs +38 -0
  179. package/es/packages/data/card/index3.mjs +57 -0
  180. package/es/packages/data/cardText/index.mjs +8 -0
  181. package/es/packages/data/cardText/index2.mjs +31 -0
  182. package/es/packages/data/cardText/index3.mjs +50 -0
  183. package/es/packages/data/countdown/index.mjs +8 -0
  184. package/es/packages/data/countdown/index2.mjs +45 -0
  185. package/es/packages/data/countdown/index3.mjs +95 -0
  186. package/es/packages/data/dashboard/index.mjs +8 -0
  187. package/es/packages/data/dashboard/index2.mjs +38 -0
  188. package/es/packages/data/dashboard/index3.mjs +100 -0
  189. package/es/packages/data/display/index.mjs +8 -0
  190. package/es/packages/data/display/index2.mjs +36 -0
  191. package/es/packages/data/display/index3.mjs +56 -0
  192. package/es/packages/data/icons/index.mjs +8 -0
  193. package/es/packages/data/icons/index2.mjs +37 -0
  194. package/es/packages/data/icons/index3.mjs +66 -0
  195. package/es/packages/data/imgText/index.mjs +8 -0
  196. package/es/packages/data/imgText/index2.mjs +30 -0
  197. package/es/packages/data/imgText/index3.mjs +87 -0
  198. package/es/packages/data/list/index.mjs +8 -0
  199. package/es/packages/data/list/index2.mjs +31 -0
  200. package/es/packages/data/list/index3.mjs +134 -0
  201. package/es/packages/data/notice/index.mjs +8 -0
  202. package/es/packages/data/notice/index2.mjs +42 -0
  203. package/es/packages/data/notice/index3.mjs +59 -0
  204. package/es/packages/data/operaText/index.mjs +8 -0
  205. package/es/packages/data/operaText/index2.mjs +27 -0
  206. package/es/packages/data/operaText/index3.mjs +74 -0
  207. package/es/packages/data/panel/index.mjs +8 -0
  208. package/es/packages/data/panel/index2.mjs +33 -0
  209. package/es/packages/data/panel/index3.mjs +64 -0
  210. package/es/packages/data/pay/index.mjs +8 -0
  211. package/es/packages/data/pay/index2.mjs +28 -0
  212. package/es/packages/data/pay/index3.mjs +128 -0
  213. package/es/packages/data/price/index.mjs +8 -0
  214. package/es/packages/data/price/index2.mjs +25 -0
  215. package/es/packages/data/price/index3.mjs +56 -0
  216. package/es/packages/data/product/index.mjs +8 -0
  217. package/es/packages/data/product/index2.mjs +55 -0
  218. package/es/packages/data/product/index3.mjs +158 -0
  219. package/es/packages/data/profile/index.mjs +8 -0
  220. package/es/packages/data/profile/index2.mjs +38 -0
  221. package/es/packages/data/profile/index3.mjs +166 -0
  222. package/es/packages/data/progress/index.mjs +8 -0
  223. package/es/packages/data/progress/index2.mjs +35 -0
  224. package/es/packages/data/progress/index3.mjs +63 -0
  225. package/es/packages/data/rank/index.mjs +8 -0
  226. package/es/packages/data/rank/index2.mjs +56 -0
  227. package/es/packages/data/rank/index3.mjs +99 -0
  228. package/es/packages/data/rotate/index.mjs +8 -0
  229. package/es/packages/data/rotate/index2.mjs +37 -0
  230. package/es/packages/data/rotate/index3.mjs +75 -0
  231. package/es/packages/data/statistic/index.mjs +8 -0
  232. package/es/packages/data/statistic/index2.mjs +36 -0
  233. package/es/packages/data/statistic/index3.mjs +100 -0
  234. package/es/packages/data/tabs/index.mjs +8 -0
  235. package/es/packages/data/tabs/index2.mjs +31 -0
  236. package/es/packages/data/tabs/index3.mjs +65 -0
  237. package/es/packages/data/task/index.mjs +8 -0
  238. package/es/packages/data/task/index2.mjs +54 -0
  239. package/es/packages/data/task/index3.mjs +82 -0
  240. package/es/packages/data/weather/index.mjs +8 -0
  241. package/es/packages/data/weather/index2.mjs +67 -0
  242. package/es/packages/data/weather/index3.mjs +80 -0
  243. package/es/packages/element-plus/array/index.mjs +8 -0
  244. package/es/packages/element-plus/array/index2.mjs +62 -0
  245. package/es/packages/element-plus/array/index3.mjs +102 -0
  246. package/es/packages/element-plus/article/index.mjs +8 -0
  247. package/es/packages/element-plus/article/index2.mjs +55 -0
  248. package/es/packages/element-plus/article/index3.mjs +48 -0
  249. package/es/packages/element-plus/card/index.mjs +8 -0
  250. package/es/packages/element-plus/card/index2.mjs +65 -0
  251. package/es/packages/element-plus/card/index3.mjs +94 -0
  252. package/es/packages/element-plus/cascader/index.mjs +8 -0
  253. package/es/packages/element-plus/cascader/index2.mjs +102 -0
  254. package/es/packages/element-plus/cascader/index3.mjs +47 -0
  255. package/es/packages/element-plus/chat/index.mjs +8 -0
  256. package/es/packages/element-plus/chat/index2.mjs +320 -0
  257. package/es/packages/element-plus/chat/index3.mjs +394 -0
  258. package/es/packages/element-plus/checkbox/index.mjs +8 -0
  259. package/es/packages/element-plus/checkbox/index2.mjs +55 -0
  260. package/es/packages/element-plus/checkbox/index3.mjs +61 -0
  261. package/es/packages/element-plus/comment/index.mjs +8 -0
  262. package/es/packages/element-plus/comment/index2.mjs +58 -0
  263. package/es/packages/element-plus/comment/index3.mjs +43 -0
  264. package/es/packages/element-plus/count-up/index.mjs +8 -0
  265. package/es/packages/element-plus/count-up/index2.mjs +105 -0
  266. package/es/packages/element-plus/count-up/index3.mjs +8 -0
  267. package/es/packages/element-plus/crud/column/column-default.mjs +8 -0
  268. package/es/packages/element-plus/crud/column/column-default2.mjs +85 -0
  269. package/es/packages/element-plus/crud/column/column-default3.mjs +62 -0
  270. package/es/packages/element-plus/crud/column/column-dynamic.mjs +8 -0
  271. package/es/packages/element-plus/crud/column/column-dynamic2.mjs +25 -0
  272. package/es/packages/element-plus/crud/column/column-dynamic3.mjs +86 -0
  273. package/es/packages/element-plus/crud/column/column-menu.mjs +8 -0
  274. package/es/packages/element-plus/crud/column/column-menu2.mjs +56 -0
  275. package/es/packages/element-plus/crud/column/column-menu3.mjs +326 -0
  276. package/es/packages/element-plus/crud/column/column-slot.mjs +8 -0
  277. package/es/packages/element-plus/crud/column/column-slot2.mjs +162 -0
  278. package/es/packages/element-plus/crud/column/column-slot3.mjs +236 -0
  279. package/es/packages/element-plus/crud/column/column.mjs +8 -0
  280. package/es/packages/element-plus/crud/column/column2.mjs +97 -0
  281. package/es/packages/element-plus/crud/column/column3.mjs +49 -0
  282. package/es/packages/element-plus/crud/column/menu.mjs +8 -0
  283. package/es/packages/element-plus/crud/column/menu2.mjs +53 -0
  284. package/es/packages/element-plus/crud/column/menu3.mjs +57 -0
  285. package/es/packages/element-plus/crud/config.mjs +77 -0
  286. package/es/packages/element-plus/crud/dialog/dialog-column.mjs +8 -0
  287. package/es/packages/element-plus/crud/dialog/dialog-column2.mjs +65 -0
  288. package/es/packages/element-plus/crud/dialog/dialog-column3.mjs +71 -0
  289. package/es/packages/element-plus/crud/dialog/dialog-excel.mjs +8 -0
  290. package/es/packages/element-plus/crud/dialog/dialog-excel2.mjs +182 -0
  291. package/es/packages/element-plus/crud/dialog/dialog-excel3.mjs +59 -0
  292. package/es/packages/element-plus/crud/dialog/dialog-filter.mjs +8 -0
  293. package/es/packages/element-plus/crud/dialog/dialog-filter2.mjs +98 -0
  294. package/es/packages/element-plus/crud/dialog/dialog-filter3.mjs +146 -0
  295. package/es/packages/element-plus/crud/dialog/dialog-form.mjs +8 -0
  296. package/es/packages/element-plus/crud/dialog/dialog-form2.mjs +255 -0
  297. package/es/packages/element-plus/crud/dialog/dialog-form3.mjs +141 -0
  298. package/es/packages/element-plus/crud/grid/index.mjs +8 -0
  299. package/es/packages/element-plus/crud/grid/index2.mjs +180 -0
  300. package/es/packages/element-plus/crud/grid/index3.mjs +127 -0
  301. package/es/packages/element-plus/crud/grid/item.mjs +8 -0
  302. package/es/packages/element-plus/crud/grid/item2.mjs +36 -0
  303. package/es/packages/element-plus/crud/grid/item3.mjs +6 -0
  304. package/es/packages/element-plus/crud/index.mjs +8 -0
  305. package/es/packages/element-plus/crud/index2.mjs +841 -0
  306. package/es/packages/element-plus/crud/index3.mjs +287 -0
  307. package/es/packages/element-plus/crud/menu/header-menu.mjs +8 -0
  308. package/es/packages/element-plus/crud/menu/header-menu2.mjs +83 -0
  309. package/es/packages/element-plus/crud/menu/header-menu3.mjs +171 -0
  310. package/es/packages/element-plus/crud/menu/header-search.mjs +8 -0
  311. package/es/packages/element-plus/crud/menu/header-search2.mjs +187 -0
  312. package/es/packages/element-plus/crud/menu/header-search3.mjs +84 -0
  313. package/es/packages/element-plus/crud/menu/table-page.mjs +8 -0
  314. package/es/packages/element-plus/crud/menu/table-page2.mjs +88 -0
  315. package/es/packages/element-plus/crud/menu/table-page3.mjs +40 -0
  316. package/es/packages/element-plus/date/index.mjs +8 -0
  317. package/es/packages/element-plus/date/index2.mjs +39 -0
  318. package/es/packages/element-plus/date/index3.mjs +62 -0
  319. package/es/packages/element-plus/draggable/index.mjs +8 -0
  320. package/es/packages/element-plus/draggable/index2.mjs +402 -0
  321. package/es/packages/element-plus/draggable/index3.mjs +83 -0
  322. package/es/packages/element-plus/dynamic/index.mjs +8 -0
  323. package/es/packages/element-plus/dynamic/index2.mjs +268 -0
  324. package/es/packages/element-plus/dynamic/index3.mjs +137 -0
  325. package/es/packages/element-plus/flow/index.mjs +8 -0
  326. package/es/packages/element-plus/flow/index2.mjs +312 -0
  327. package/es/packages/element-plus/flow/index3.mjs +45 -0
  328. package/es/packages/element-plus/flow/node.mjs +8 -0
  329. package/es/packages/element-plus/flow/node2.mjs +56 -0
  330. package/es/packages/element-plus/flow/node3.mjs +47 -0
  331. package/es/packages/element-plus/form/config.mjs +9 -0
  332. package/es/packages/element-plus/form/index.mjs +8 -0
  333. package/es/packages/element-plus/form/index2.mjs +705 -0
  334. package/es/packages/element-plus/form/index3.mjs +337 -0
  335. package/es/packages/element-plus/form/menu.mjs +8 -0
  336. package/es/packages/element-plus/form/menu2.mjs +27 -0
  337. package/es/packages/element-plus/form/menu3.mjs +91 -0
  338. package/es/packages/element-plus/group/index.mjs +8 -0
  339. package/es/packages/element-plus/group/index2.mjs +63 -0
  340. package/es/packages/element-plus/group/index3.mjs +73 -0
  341. package/es/packages/element-plus/input/index.mjs +8 -0
  342. package/es/packages/element-plus/input/index2.mjs +1071 -0
  343. package/es/packages/element-plus/input/index3.mjs +316 -0
  344. package/es/packages/element-plus/input-color/index.mjs +8 -0
  345. package/es/packages/element-plus/input-color/index2.mjs +44 -0
  346. package/es/packages/element-plus/input-color/index3.mjs +42 -0
  347. package/es/packages/element-plus/input-cron/index.mjs +8 -0
  348. package/es/packages/element-plus/input-cron/index2.mjs +292 -0
  349. package/es/packages/element-plus/input-cron/index3.mjs +214 -0
  350. package/es/packages/element-plus/input-icon/index.mjs +8 -0
  351. package/es/packages/element-plus/input-icon/index2.mjs +89 -0
  352. package/es/packages/element-plus/input-icon/index3.mjs +96 -0
  353. package/es/packages/element-plus/input-map/index.mjs +8 -0
  354. package/es/packages/element-plus/input-map/index2.mjs +250 -0
  355. package/es/packages/element-plus/input-map/index3.mjs +99 -0
  356. package/es/packages/element-plus/input-number/index.mjs +8 -0
  357. package/es/packages/element-plus/input-number/index2.mjs +62 -0
  358. package/es/packages/element-plus/input-number/index3.mjs +54 -0
  359. package/es/packages/element-plus/input-table/index.mjs +8 -0
  360. package/es/packages/element-plus/input-table/index2.mjs +225 -0
  361. package/es/packages/element-plus/input-table/index3.mjs +77 -0
  362. package/es/packages/element-plus/input-tag/index.mjs +8 -0
  363. package/es/packages/element-plus/input-tag/index2.mjs +51 -0
  364. package/es/packages/element-plus/input-tag/index3.mjs +61 -0
  365. package/es/packages/element-plus/input-tree/index.mjs +8 -0
  366. package/es/packages/element-plus/input-tree/index2.mjs +141 -0
  367. package/es/packages/element-plus/input-tree/index3.mjs +75 -0
  368. package/es/packages/element-plus/license/index.mjs +8 -0
  369. package/es/packages/element-plus/license/index2.mjs +145 -0
  370. package/es/packages/element-plus/license/index3.mjs +19 -0
  371. package/es/packages/element-plus/login/index.mjs +8 -0
  372. package/es/packages/element-plus/login/index2.mjs +128 -0
  373. package/es/packages/element-plus/login/index3.mjs +165 -0
  374. package/es/packages/element-plus/mention/index.mjs +8 -0
  375. package/es/packages/element-plus/mention/index2.mjs +83 -0
  376. package/es/packages/element-plus/mention/index3.mjs +66 -0
  377. package/es/packages/element-plus/radio/index.mjs +8 -0
  378. package/es/packages/element-plus/radio/index2.mjs +23 -0
  379. package/es/packages/element-plus/radio/index3.mjs +38 -0
  380. package/es/packages/element-plus/rate/index.mjs +8 -0
  381. package/es/packages/element-plus/rate/index2.mjs +40 -0
  382. package/es/packages/element-plus/rate/index3.mjs +22 -0
  383. package/es/packages/element-plus/search/index.mjs +8 -0
  384. package/es/packages/element-plus/search/index2.mjs +108 -0
  385. package/es/packages/element-plus/search/index3.mjs +50 -0
  386. package/es/packages/element-plus/select/index.mjs +8 -0
  387. package/es/packages/element-plus/select/index2.mjs +168 -0
  388. package/es/packages/element-plus/select/index3.mjs +160 -0
  389. package/es/packages/element-plus/sign/index.mjs +8 -0
  390. package/es/packages/element-plus/sign/index2.mjs +223 -0
  391. package/es/packages/element-plus/sign/index3.mjs +19 -0
  392. package/es/packages/element-plus/slider/index.mjs +8 -0
  393. package/es/packages/element-plus/slider/index2.mjs +52 -0
  394. package/es/packages/element-plus/slider/index3.mjs +25 -0
  395. package/es/packages/element-plus/switch/index.mjs +8 -0
  396. package/es/packages/element-plus/switch/index2.mjs +53 -0
  397. package/es/packages/element-plus/switch/index3.mjs +29 -0
  398. package/es/packages/element-plus/tabs/index.mjs +8 -0
  399. package/es/packages/element-plus/tabs/index2.mjs +42 -0
  400. package/es/packages/element-plus/tabs/index3.mjs +39 -0
  401. package/es/packages/element-plus/text-ellipsis/index.mjs +8 -0
  402. package/es/packages/element-plus/text-ellipsis/index2.mjs +82 -0
  403. package/es/packages/element-plus/text-ellipsis/index3.mjs +42 -0
  404. package/es/packages/element-plus/time/index.mjs +8 -0
  405. package/es/packages/element-plus/time/index2.mjs +50 -0
  406. package/es/packages/element-plus/time/index3.mjs +40 -0
  407. package/es/packages/element-plus/title/index.mjs +8 -0
  408. package/es/packages/element-plus/title/index2.mjs +25 -0
  409. package/es/packages/element-plus/title/index3.mjs +14 -0
  410. package/es/packages/element-plus/tree/index.mjs +8 -0
  411. package/es/packages/element-plus/tree/index2.mjs +357 -0
  412. package/es/packages/element-plus/tree/index3.mjs +186 -0
  413. package/es/packages/element-plus/upload/index.mjs +8 -0
  414. package/es/packages/element-plus/upload/index2.mjs +517 -0
  415. package/es/packages/element-plus/upload/index3.mjs +373 -0
  416. package/es/packages/element-plus/verify/index.mjs +8 -0
  417. package/es/packages/element-plus/verify/index2.mjs +52 -0
  418. package/es/packages/element-plus/verify/index3.mjs +18 -0
  419. package/es/packages/element-plus/video/index.mjs +8 -0
  420. package/es/packages/element-plus/video/index2.mjs +72 -0
  421. package/es/packages/element-plus/video/index3.mjs +41 -0
  422. package/es/src/core/create.mjs +12 -0
  423. package/es/src/core/dataformat.mjs +206 -0
  424. package/es/src/core/detail.mjs +78 -0
  425. package/es/src/core/dic.mjs +216 -0
  426. package/es/src/core/locale.mjs +12 -0
  427. package/es/src/core/packages.mjs +65 -0
  428. package/es/src/core/slot.mjs +35 -0
  429. package/es/src/global/variable.mjs +61 -0
  430. package/es/src/icon.mjs +13 -0
  431. package/es/src/index.mjs +132 -0
  432. package/{lib/locale/format.js → es/src/locale/format.mjs} +4 -1
  433. package/es/src/locale/index.mjs +145 -0
  434. package/es/src/locale/lang/en.mjs +285 -0
  435. package/es/src/locale/lang/zh-cn.mjs +285 -0
  436. package/es/src/locale/lang/zh.mjs +285 -0
  437. package/es/src/plugin/ali/index.mjs +7 -0
  438. package/es/src/plugin/clipboard/index.mjs +64 -0
  439. package/es/src/plugin/export/_blob.mjs +151 -0
  440. package/es/src/plugin/export/_export2Excel.mjs +143 -0
  441. package/es/src/plugin/export/index.mjs +267 -0
  442. package/es/src/plugin/logs/index.mjs +46 -0
  443. package/es/src/plugin/print/index.mjs +147 -0
  444. package/es/src/plugin/qiniu/index.mjs +69 -0
  445. package/es/src/plugin/screenshot/index.mjs +12 -0
  446. package/es/src/plugin/video/index.mjs +55 -0
  447. package/es/src/plugin/watermark/index.mjs +118 -0
  448. package/es/src/plugin/watermark/watermark.mjs +112 -0
  449. package/es/src/ui/ant-design/index.mjs +42 -0
  450. package/es/src/ui/data/index.mjs +75 -0
  451. package/es/src/ui/element-plus/index.mjs +132 -0
  452. package/es/src/ui/element-ui/index.mjs +84 -0
  453. package/es/src/ui/index.mjs +8 -0
  454. package/es/src/utils/bem.mjs +32 -0
  455. package/es/src/utils/identity.mjs +6 -0
  456. package/es/src/utils/mock.mjs +141 -0
  457. package/es/src/utils/util.mjs +374 -0
  458. package/es/src/utils/validate.mjs +21 -0
  459. package/es/src/version.mjs +4 -0
  460. package/lib/_virtual/_commonjsHelpers.js +8 -0
  461. package/lib/_virtual/advancedFormat.js +12 -0
  462. package/lib/_virtual/advancedFormat2.js +6 -0
  463. package/lib/_virtual/customParseFormat.js +12 -0
  464. package/lib/_virtual/customParseFormat2.js +6 -0
  465. package/lib/_virtual/dayjs.min.js +12 -0
  466. package/lib/_virtual/dayjs.min2.js +6 -0
  467. package/lib/_virtual/localeData.js +12 -0
  468. package/lib/_virtual/localeData2.js +6 -0
  469. package/lib/_virtual/quarterOfYear.js +12 -0
  470. package/lib/_virtual/quarterOfYear2.js +6 -0
  471. package/lib/_virtual/weekOfYear.js +12 -0
  472. package/lib/_virtual/weekOfYear2.js +6 -0
  473. package/lib/_virtual/weekYear.js +12 -0
  474. package/lib/_virtual/weekYear2.js +6 -0
  475. package/lib/_virtual/weekday.js +12 -0
  476. package/lib/_virtual/weekday2.js +6 -0
  477. package/lib/index.css +1 -1
  478. package/lib/index.js +11 -0
  479. package/lib/locale/browser/en.js +288 -0
  480. package/lib/locale/browser/zh-cn.js +288 -0
  481. package/lib/locale/browser/zh.js +288 -0
  482. package/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.js +231 -0
  483. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.js +9 -0
  484. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.js +9 -0
  485. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/FileOutlined.js +9 -0
  486. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.js +9 -0
  487. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/MinusOutlined.js +9 -0
  488. package/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/UpOutlined.js +9 -0
  489. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/AntdIcon.js +98 -0
  490. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/Context.js +15 -0
  491. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/IconBase.js +86 -0
  492. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/InsertStyle.js +17 -0
  493. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/components/twoTonePrimaryColor.js +40 -0
  494. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/dynamicCSS.js +152 -0
  495. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/CopyOutlined.js +25 -0
  496. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/DownOutlined.js +25 -0
  497. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/FileOutlined.js +25 -0
  498. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/FullscreenOutlined.js +25 -0
  499. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/MinusOutlined.js +25 -0
  500. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/UpOutlined.js +25 -0
  501. package/lib/node_modules/.pnpm/@ant-design_icons-vue@7.0.1_vue@3.5.33_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/utils.js +104 -0
  502. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js +152 -0
  503. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js +159 -0
  504. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js +191 -0
  505. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js +85 -0
  506. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/dayjs.min.js +19 -0
  507. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/advancedFormat.js +19 -0
  508. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/customParseFormat.js +19 -0
  509. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/localeData.js +19 -0
  510. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/quarterOfYear.js +19 -0
  511. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekOfYear.js +19 -0
  512. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekYear.js +19 -0
  513. package/lib/node_modules/.pnpm/dayjs@1.11.20/node_modules/dayjs/plugin/weekday.js +19 -0
  514. package/lib/packages/ant-design/array/index.js +12 -0
  515. package/lib/packages/ant-design/array/index2.js +88 -0
  516. package/lib/packages/ant-design/array/index3.js +128 -0
  517. package/lib/packages/ant-design/cascader/index.js +12 -0
  518. package/lib/packages/ant-design/cascader/index2.js +326 -0
  519. package/lib/packages/ant-design/cascader/index3.js +47 -0
  520. package/lib/packages/ant-design/checkbox/index.js +12 -0
  521. package/lib/packages/ant-design/checkbox/index2.js +86 -0
  522. package/lib/packages/ant-design/checkbox/index3.js +56 -0
  523. package/lib/packages/ant-design/crud/column/column-default.js +12 -0
  524. package/lib/packages/ant-design/crud/column/column-default2.js +99 -0
  525. package/lib/packages/ant-design/crud/column/column-default3.js +51 -0
  526. package/lib/packages/ant-design/crud/column/column-dynamic.js +12 -0
  527. package/lib/packages/ant-design/crud/column/column-dynamic2.js +29 -0
  528. package/lib/packages/ant-design/crud/column/column-dynamic3.js +83 -0
  529. package/lib/packages/ant-design/crud/column/column-menu.js +12 -0
  530. package/lib/packages/ant-design/crud/column/column-menu2.js +62 -0
  531. package/lib/packages/ant-design/crud/column/column-menu3.js +300 -0
  532. package/lib/packages/ant-design/crud/column/column-slot.js +12 -0
  533. package/lib/packages/ant-design/crud/column/column-slot2.js +162 -0
  534. package/lib/packages/ant-design/crud/column/column-slot3.js +221 -0
  535. package/lib/packages/ant-design/crud/column/column.js +12 -0
  536. package/lib/packages/ant-design/crud/column/column2.js +101 -0
  537. package/lib/packages/ant-design/crud/column/column3.js +51 -0
  538. package/lib/packages/ant-design/crud/column/menu.js +12 -0
  539. package/lib/packages/ant-design/crud/column/menu2.js +57 -0
  540. package/lib/packages/ant-design/crud/column/menu3.js +53 -0
  541. package/lib/packages/ant-design/crud/config.js +81 -0
  542. package/lib/packages/ant-design/crud/dialog/dialog-column.js +12 -0
  543. package/lib/packages/ant-design/crud/dialog/dialog-column2.js +69 -0
  544. package/lib/packages/ant-design/crud/dialog/dialog-column3.js +72 -0
  545. package/lib/packages/ant-design/crud/dialog/dialog-excel.js +12 -0
  546. package/lib/packages/ant-design/crud/dialog/dialog-excel2.js +185 -0
  547. package/lib/packages/ant-design/crud/dialog/dialog-excel3.js +60 -0
  548. package/lib/packages/ant-design/crud/dialog/dialog-filter.js +12 -0
  549. package/lib/packages/ant-design/crud/dialog/dialog-filter2.js +106 -0
  550. package/lib/packages/ant-design/crud/dialog/dialog-filter3.js +152 -0
  551. package/lib/packages/ant-design/crud/dialog/dialog-form.js +12 -0
  552. package/lib/packages/ant-design/crud/dialog/dialog-form2.js +260 -0
  553. package/lib/packages/ant-design/crud/dialog/dialog-form3.js +126 -0
  554. package/lib/packages/ant-design/crud/grid/index.js +12 -0
  555. package/lib/packages/ant-design/crud/grid/index2.js +183 -0
  556. package/lib/packages/ant-design/crud/grid/index3.js +137 -0
  557. package/lib/packages/ant-design/crud/grid/item.js +12 -0
  558. package/lib/packages/ant-design/crud/grid/item2.js +40 -0
  559. package/lib/packages/ant-design/crud/grid/item3.js +8 -0
  560. package/lib/packages/ant-design/crud/index.js +12 -0
  561. package/lib/packages/ant-design/crud/index2.js +870 -0
  562. package/lib/packages/ant-design/crud/index3.js +242 -0
  563. package/lib/packages/ant-design/crud/menu/header-menu.js +12 -0
  564. package/lib/packages/ant-design/crud/menu/header-menu2.js +109 -0
  565. package/lib/packages/ant-design/crud/menu/header-menu3.js +314 -0
  566. package/lib/packages/ant-design/crud/menu/header-search.js +12 -0
  567. package/lib/packages/ant-design/crud/menu/header-search2.js +194 -0
  568. package/lib/packages/ant-design/crud/menu/header-search3.js +92 -0
  569. package/lib/packages/ant-design/crud/menu/table-page.js +12 -0
  570. package/lib/packages/ant-design/crud/menu/table-page2.js +80 -0
  571. package/lib/packages/ant-design/crud/menu/table-page3.js +40 -0
  572. package/lib/packages/ant-design/date/index.js +12 -0
  573. package/lib/packages/ant-design/date/index2.js +283 -0
  574. package/lib/packages/ant-design/date/index3.js +189 -0
  575. package/lib/packages/ant-design/form/config.js +13 -0
  576. package/lib/packages/ant-design/form/index.js +12 -0
  577. package/lib/packages/ant-design/form/index2.js +713 -0
  578. package/lib/packages/ant-design/form/index3.js +319 -0
  579. package/lib/packages/ant-design/form/menu.js +12 -0
  580. package/lib/packages/ant-design/form/menu2.js +58 -0
  581. package/lib/packages/ant-design/form/menu3.js +105 -0
  582. package/lib/packages/ant-design/group/index.js +12 -0
  583. package/lib/packages/ant-design/group/index2.js +67 -0
  584. package/lib/packages/ant-design/group/index3.js +75 -0
  585. package/lib/packages/ant-design/input/index.js +12 -0
  586. package/lib/packages/ant-design/input/index2.js +1051 -0
  587. package/lib/packages/ant-design/input/index3.js +409 -0
  588. package/lib/packages/ant-design/input-number/index.js +12 -0
  589. package/lib/packages/ant-design/input-number/index2.js +80 -0
  590. package/lib/packages/ant-design/input-number/index3.js +74 -0
  591. package/lib/packages/ant-design/radio/index.js +12 -0
  592. package/lib/packages/ant-design/radio/index2.js +68 -0
  593. package/lib/packages/ant-design/radio/index3.js +58 -0
  594. package/lib/packages/ant-design/select/index.js +12 -0
  595. package/lib/packages/ant-design/select/index2.js +651 -0
  596. package/lib/packages/ant-design/select/index3.js +226 -0
  597. package/lib/packages/ant-design/switch/index.js +12 -0
  598. package/lib/packages/ant-design/switch/index2.js +61 -0
  599. package/lib/packages/ant-design/switch/index3.js +47 -0
  600. package/lib/packages/core/common/event.js +66 -0
  601. package/lib/packages/core/common/event2.js +63 -0
  602. package/lib/packages/core/common/init.js +142 -0
  603. package/lib/packages/core/common/props.js +247 -0
  604. package/lib/packages/core/common/props2.js +255 -0
  605. package/lib/packages/core/components/dialog-form/index.js +12 -0
  606. package/lib/packages/core/components/dialog-form/index2.js +38 -0
  607. package/lib/packages/core/components/dialog-form/index3.js +84 -0
  608. package/lib/packages/core/components/dialog-form/index4.js +69 -0
  609. package/lib/packages/core/components/form/custom.js +48 -0
  610. package/lib/packages/core/components/form/index.js +12 -0
  611. package/lib/packages/core/components/form/index2.js +126 -0
  612. package/lib/packages/core/components/form/index3.js +93 -0
  613. package/lib/packages/core/components/icon/index.js +12 -0
  614. package/lib/packages/core/components/icon/index2.js +22 -0
  615. package/lib/packages/core/components/icon/index3.js +43 -0
  616. package/lib/packages/core/components/image-preview/index.js +12 -0
  617. package/lib/packages/core/components/image-preview/index2.js +43 -0
  618. package/lib/packages/core/components/image-preview/index3.js +147 -0
  619. package/lib/packages/core/components/image-preview/index4.js +162 -0
  620. package/lib/packages/core/directive/contextmenu.js +99 -0
  621. package/lib/packages/core/directive/permission.js +26 -0
  622. package/lib/packages/data/box/index.js +12 -0
  623. package/lib/packages/data/box/index2.js +39 -0
  624. package/lib/packages/data/box/index3.js +68 -0
  625. package/lib/packages/data/card/index.js +12 -0
  626. package/lib/packages/data/card/index2.js +42 -0
  627. package/lib/packages/data/card/index3.js +59 -0
  628. package/lib/packages/data/cardText/index.js +12 -0
  629. package/lib/packages/data/cardText/index2.js +35 -0
  630. package/lib/packages/data/cardText/index3.js +52 -0
  631. package/lib/packages/data/countdown/index.js +12 -0
  632. package/lib/packages/data/countdown/index2.js +49 -0
  633. package/lib/packages/data/countdown/index3.js +97 -0
  634. package/lib/packages/data/dashboard/index.js +12 -0
  635. package/lib/packages/data/dashboard/index2.js +42 -0
  636. package/lib/packages/data/dashboard/index3.js +102 -0
  637. package/lib/packages/data/display/index.js +12 -0
  638. package/lib/packages/data/display/index2.js +40 -0
  639. package/lib/packages/data/display/index3.js +58 -0
  640. package/lib/packages/data/icons/index.js +12 -0
  641. package/lib/packages/data/icons/index2.js +41 -0
  642. package/lib/packages/data/icons/index3.js +68 -0
  643. package/lib/packages/data/imgText/index.js +12 -0
  644. package/lib/packages/data/imgText/index2.js +34 -0
  645. package/lib/packages/data/imgText/index3.js +89 -0
  646. package/lib/packages/data/list/index.js +12 -0
  647. package/lib/packages/data/list/index2.js +35 -0
  648. package/lib/packages/data/list/index3.js +136 -0
  649. package/lib/packages/data/notice/index.js +12 -0
  650. package/lib/packages/data/notice/index2.js +46 -0
  651. package/lib/packages/data/notice/index3.js +61 -0
  652. package/lib/packages/data/operaText/index.js +12 -0
  653. package/lib/packages/data/operaText/index2.js +31 -0
  654. package/lib/packages/data/operaText/index3.js +76 -0
  655. package/lib/packages/data/panel/index.js +12 -0
  656. package/lib/packages/data/panel/index2.js +37 -0
  657. package/lib/packages/data/panel/index3.js +66 -0
  658. package/lib/packages/data/pay/index.js +12 -0
  659. package/lib/packages/data/pay/index2.js +32 -0
  660. package/lib/packages/data/pay/index3.js +130 -0
  661. package/lib/packages/data/price/index.js +12 -0
  662. package/lib/packages/data/price/index2.js +29 -0
  663. package/lib/packages/data/price/index3.js +58 -0
  664. package/lib/packages/data/product/index.js +12 -0
  665. package/lib/packages/data/product/index2.js +59 -0
  666. package/lib/packages/data/product/index3.js +160 -0
  667. package/lib/packages/data/profile/index.js +12 -0
  668. package/lib/packages/data/profile/index2.js +42 -0
  669. package/lib/packages/data/profile/index3.js +168 -0
  670. package/lib/packages/data/progress/index.js +12 -0
  671. package/lib/packages/data/progress/index2.js +39 -0
  672. package/lib/packages/data/progress/index3.js +65 -0
  673. package/lib/packages/data/rank/index.js +12 -0
  674. package/lib/packages/data/rank/index2.js +60 -0
  675. package/lib/packages/data/rank/index3.js +101 -0
  676. package/lib/packages/data/rotate/index.js +12 -0
  677. package/lib/packages/data/rotate/index2.js +41 -0
  678. package/lib/packages/data/rotate/index3.js +77 -0
  679. package/lib/packages/data/statistic/index.js +12 -0
  680. package/lib/packages/data/statistic/index2.js +40 -0
  681. package/lib/packages/data/statistic/index3.js +102 -0
  682. package/lib/packages/data/tabs/index.js +12 -0
  683. package/lib/packages/data/tabs/index2.js +35 -0
  684. package/lib/packages/data/tabs/index3.js +67 -0
  685. package/lib/packages/data/task/index.js +12 -0
  686. package/lib/packages/data/task/index2.js +58 -0
  687. package/lib/packages/data/task/index3.js +84 -0
  688. package/lib/packages/data/weather/index.js +12 -0
  689. package/lib/packages/data/weather/index2.js +71 -0
  690. package/lib/packages/data/weather/index3.js +82 -0
  691. package/lib/packages/element-plus/array/index.js +12 -0
  692. package/lib/packages/element-plus/array/index2.js +66 -0
  693. package/lib/packages/element-plus/array/index3.js +104 -0
  694. package/lib/packages/element-plus/article/index.js +12 -0
  695. package/lib/packages/element-plus/article/index2.js +59 -0
  696. package/lib/packages/element-plus/article/index3.js +50 -0
  697. package/lib/packages/element-plus/card/index.js +12 -0
  698. package/lib/packages/element-plus/card/index2.js +69 -0
  699. package/lib/packages/element-plus/card/index3.js +96 -0
  700. package/lib/packages/element-plus/cascader/index.js +12 -0
  701. package/lib/packages/element-plus/cascader/index2.js +106 -0
  702. package/lib/packages/element-plus/cascader/index3.js +49 -0
  703. package/lib/packages/element-plus/chat/index.js +12 -0
  704. package/lib/packages/element-plus/chat/index2.js +324 -0
  705. package/lib/packages/element-plus/chat/index3.js +396 -0
  706. package/lib/packages/element-plus/checkbox/index.js +12 -0
  707. package/lib/packages/element-plus/checkbox/index2.js +59 -0
  708. package/lib/packages/element-plus/checkbox/index3.js +63 -0
  709. package/lib/packages/element-plus/comment/index.js +12 -0
  710. package/lib/packages/element-plus/comment/index2.js +62 -0
  711. package/lib/packages/element-plus/comment/index3.js +45 -0
  712. package/lib/packages/element-plus/count-up/index.js +12 -0
  713. package/lib/packages/element-plus/count-up/index2.js +113 -0
  714. package/lib/packages/element-plus/count-up/index3.js +10 -0
  715. package/lib/packages/element-plus/crud/column/column-default.js +12 -0
  716. package/lib/packages/element-plus/crud/column/column-default2.js +89 -0
  717. package/lib/packages/element-plus/crud/column/column-default3.js +64 -0
  718. package/lib/packages/element-plus/crud/column/column-dynamic.js +12 -0
  719. package/lib/packages/element-plus/crud/column/column-dynamic2.js +29 -0
  720. package/lib/packages/element-plus/crud/column/column-dynamic3.js +88 -0
  721. package/lib/packages/element-plus/crud/column/column-menu.js +12 -0
  722. package/lib/packages/element-plus/crud/column/column-menu2.js +60 -0
  723. package/lib/packages/element-plus/crud/column/column-menu3.js +328 -0
  724. package/lib/packages/element-plus/crud/column/column-slot.js +12 -0
  725. package/lib/packages/element-plus/crud/column/column-slot2.js +166 -0
  726. package/lib/packages/element-plus/crud/column/column-slot3.js +238 -0
  727. package/lib/packages/element-plus/crud/column/column.js +12 -0
  728. package/lib/packages/element-plus/crud/column/column2.js +101 -0
  729. package/lib/packages/element-plus/crud/column/column3.js +51 -0
  730. package/lib/packages/element-plus/crud/column/menu.js +12 -0
  731. package/lib/packages/element-plus/crud/column/menu2.js +57 -0
  732. package/lib/packages/element-plus/crud/column/menu3.js +59 -0
  733. package/lib/packages/element-plus/crud/config.js +81 -0
  734. package/lib/packages/element-plus/crud/dialog/dialog-column.js +12 -0
  735. package/lib/packages/element-plus/crud/dialog/dialog-column2.js +69 -0
  736. package/lib/packages/element-plus/crud/dialog/dialog-column3.js +73 -0
  737. package/lib/packages/element-plus/crud/dialog/dialog-excel.js +12 -0
  738. package/lib/packages/element-plus/crud/dialog/dialog-excel2.js +186 -0
  739. package/lib/packages/element-plus/crud/dialog/dialog-excel3.js +61 -0
  740. package/lib/packages/element-plus/crud/dialog/dialog-filter.js +12 -0
  741. package/lib/packages/element-plus/crud/dialog/dialog-filter2.js +102 -0
  742. package/lib/packages/element-plus/crud/dialog/dialog-filter3.js +148 -0
  743. package/lib/packages/element-plus/crud/dialog/dialog-form.js +12 -0
  744. package/lib/packages/element-plus/crud/dialog/dialog-form2.js +259 -0
  745. package/lib/packages/element-plus/crud/dialog/dialog-form3.js +143 -0
  746. package/lib/packages/element-plus/crud/grid/index.js +12 -0
  747. package/lib/packages/element-plus/crud/grid/index2.js +184 -0
  748. package/lib/packages/element-plus/crud/grid/index3.js +129 -0
  749. package/lib/packages/element-plus/crud/grid/item.js +12 -0
  750. package/lib/packages/element-plus/crud/grid/item2.js +40 -0
  751. package/lib/packages/element-plus/crud/grid/item3.js +8 -0
  752. package/lib/packages/element-plus/crud/index.js +12 -0
  753. package/lib/packages/element-plus/crud/index2.js +845 -0
  754. package/lib/packages/element-plus/crud/index3.js +289 -0
  755. package/lib/packages/element-plus/crud/menu/header-menu.js +12 -0
  756. package/lib/packages/element-plus/crud/menu/header-menu2.js +87 -0
  757. package/lib/packages/element-plus/crud/menu/header-menu3.js +173 -0
  758. package/lib/packages/element-plus/crud/menu/header-search.js +12 -0
  759. package/lib/packages/element-plus/crud/menu/header-search2.js +191 -0
  760. package/lib/packages/element-plus/crud/menu/header-search3.js +86 -0
  761. package/lib/packages/element-plus/crud/menu/table-page.js +12 -0
  762. package/lib/packages/element-plus/crud/menu/table-page2.js +92 -0
  763. package/lib/packages/element-plus/crud/menu/table-page3.js +42 -0
  764. package/lib/packages/element-plus/date/index.js +12 -0
  765. package/lib/packages/element-plus/date/index2.js +43 -0
  766. package/lib/packages/element-plus/date/index3.js +64 -0
  767. package/lib/packages/element-plus/draggable/index.js +12 -0
  768. package/lib/packages/element-plus/draggable/index2.js +406 -0
  769. package/lib/packages/element-plus/draggable/index3.js +85 -0
  770. package/lib/packages/element-plus/dynamic/index.js +12 -0
  771. package/lib/packages/element-plus/dynamic/index2.js +272 -0
  772. package/lib/packages/element-plus/dynamic/index3.js +139 -0
  773. package/lib/packages/element-plus/flow/index.js +12 -0
  774. package/lib/packages/element-plus/flow/index2.js +316 -0
  775. package/lib/packages/element-plus/flow/index3.js +47 -0
  776. package/lib/packages/element-plus/flow/node.js +12 -0
  777. package/lib/packages/element-plus/flow/node2.js +60 -0
  778. package/lib/packages/element-plus/flow/node3.js +49 -0
  779. package/lib/packages/element-plus/form/config.js +13 -0
  780. package/lib/packages/element-plus/form/index.js +12 -0
  781. package/lib/packages/element-plus/form/index2.js +709 -0
  782. package/lib/packages/element-plus/form/index3.js +339 -0
  783. package/lib/packages/element-plus/form/menu.js +12 -0
  784. package/lib/packages/element-plus/form/menu2.js +31 -0
  785. package/lib/packages/element-plus/form/menu3.js +93 -0
  786. package/lib/packages/element-plus/group/index.js +12 -0
  787. package/lib/packages/element-plus/group/index2.js +67 -0
  788. package/lib/packages/element-plus/group/index3.js +75 -0
  789. package/lib/packages/element-plus/input/index.js +12 -0
  790. package/lib/packages/element-plus/input/index2.js +1075 -0
  791. package/lib/packages/element-plus/input/index3.js +318 -0
  792. package/lib/packages/element-plus/input-color/index.js +12 -0
  793. package/lib/packages/element-plus/input-color/index2.js +48 -0
  794. package/lib/packages/element-plus/input-color/index3.js +44 -0
  795. package/lib/packages/element-plus/input-cron/index.js +12 -0
  796. package/lib/packages/element-plus/input-cron/index2.js +296 -0
  797. package/lib/packages/element-plus/input-cron/index3.js +216 -0
  798. package/lib/packages/element-plus/input-icon/index.js +12 -0
  799. package/lib/packages/element-plus/input-icon/index2.js +93 -0
  800. package/lib/packages/element-plus/input-icon/index3.js +98 -0
  801. package/lib/packages/element-plus/input-map/index.js +12 -0
  802. package/lib/packages/element-plus/input-map/index2.js +254 -0
  803. package/lib/packages/element-plus/input-map/index3.js +101 -0
  804. package/lib/packages/element-plus/input-number/index.js +12 -0
  805. package/lib/packages/element-plus/input-number/index2.js +66 -0
  806. package/lib/packages/element-plus/input-number/index3.js +56 -0
  807. package/lib/packages/element-plus/input-table/index.js +12 -0
  808. package/lib/packages/element-plus/input-table/index2.js +229 -0
  809. package/lib/packages/element-plus/input-table/index3.js +79 -0
  810. package/lib/packages/element-plus/input-tag/index.js +12 -0
  811. package/lib/packages/element-plus/input-tag/index2.js +55 -0
  812. package/lib/packages/element-plus/input-tag/index3.js +63 -0
  813. package/lib/packages/element-plus/input-tree/index.js +12 -0
  814. package/lib/packages/element-plus/input-tree/index2.js +145 -0
  815. package/lib/packages/element-plus/input-tree/index3.js +77 -0
  816. package/lib/packages/element-plus/license/index.js +12 -0
  817. package/lib/packages/element-plus/license/index2.js +149 -0
  818. package/lib/packages/element-plus/license/index3.js +21 -0
  819. package/lib/packages/element-plus/login/index.js +12 -0
  820. package/lib/packages/element-plus/login/index2.js +132 -0
  821. package/lib/packages/element-plus/login/index3.js +167 -0
  822. package/lib/packages/element-plus/mention/index.js +12 -0
  823. package/lib/packages/element-plus/mention/index2.js +87 -0
  824. package/lib/packages/element-plus/mention/index3.js +68 -0
  825. package/lib/packages/element-plus/radio/index.js +12 -0
  826. package/lib/packages/element-plus/radio/index2.js +27 -0
  827. package/lib/packages/element-plus/radio/index3.js +40 -0
  828. package/lib/packages/element-plus/rate/index.js +12 -0
  829. package/lib/packages/element-plus/rate/index2.js +44 -0
  830. package/lib/packages/element-plus/rate/index3.js +24 -0
  831. package/lib/packages/element-plus/search/index.js +12 -0
  832. package/lib/packages/element-plus/search/index2.js +112 -0
  833. package/lib/packages/element-plus/search/index3.js +52 -0
  834. package/lib/packages/element-plus/select/index.js +12 -0
  835. package/lib/packages/element-plus/select/index2.js +172 -0
  836. package/lib/packages/element-plus/select/index3.js +162 -0
  837. package/lib/packages/element-plus/sign/index.js +12 -0
  838. package/lib/packages/element-plus/sign/index2.js +227 -0
  839. package/lib/packages/element-plus/sign/index3.js +21 -0
  840. package/lib/packages/element-plus/slider/index.js +12 -0
  841. package/lib/packages/element-plus/slider/index2.js +56 -0
  842. package/lib/packages/element-plus/slider/index3.js +27 -0
  843. package/lib/packages/element-plus/switch/index.js +12 -0
  844. package/lib/packages/element-plus/switch/index2.js +57 -0
  845. package/lib/packages/element-plus/switch/index3.js +31 -0
  846. package/lib/packages/element-plus/tabs/index.js +12 -0
  847. package/lib/packages/element-plus/tabs/index2.js +46 -0
  848. package/lib/packages/element-plus/tabs/index3.js +41 -0
  849. package/lib/packages/element-plus/text-ellipsis/index.js +12 -0
  850. package/lib/packages/element-plus/text-ellipsis/index2.js +86 -0
  851. package/lib/packages/element-plus/text-ellipsis/index3.js +44 -0
  852. package/lib/packages/element-plus/time/index.js +12 -0
  853. package/lib/packages/element-plus/time/index2.js +54 -0
  854. package/lib/packages/element-plus/time/index3.js +42 -0
  855. package/lib/packages/element-plus/title/index.js +12 -0
  856. package/lib/packages/element-plus/title/index2.js +29 -0
  857. package/lib/packages/element-plus/title/index3.js +16 -0
  858. package/lib/packages/element-plus/tree/index.js +12 -0
  859. package/lib/packages/element-plus/tree/index2.js +361 -0
  860. package/lib/packages/element-plus/tree/index3.js +188 -0
  861. package/lib/packages/element-plus/upload/index.js +12 -0
  862. package/lib/packages/element-plus/upload/index2.js +521 -0
  863. package/lib/packages/element-plus/upload/index3.js +375 -0
  864. package/lib/packages/element-plus/verify/index.js +12 -0
  865. package/lib/packages/element-plus/verify/index2.js +56 -0
  866. package/lib/packages/element-plus/verify/index3.js +20 -0
  867. package/lib/packages/element-plus/video/index.js +12 -0
  868. package/lib/packages/element-plus/video/index2.js +76 -0
  869. package/lib/packages/element-plus/video/index3.js +43 -0
  870. package/lib/src/core/create.js +16 -0
  871. package/lib/src/core/dataformat.js +215 -0
  872. package/lib/src/core/detail.js +80 -0
  873. package/lib/src/core/dic.js +221 -0
  874. package/lib/src/core/locale.js +16 -0
  875. package/lib/src/core/packages.js +69 -0
  876. package/lib/src/core/slot.js +39 -0
  877. package/lib/src/global/variable.js +80 -0
  878. package/lib/src/icon.js +37 -0
  879. package/lib/src/index.js +139 -0
  880. package/lib/src/locale/format.js +51 -0
  881. package/lib/src/locale/index.js +159 -0
  882. package/lib/src/locale/lang/en.js +289 -0
  883. package/lib/src/locale/lang/zh-cn.js +289 -0
  884. package/lib/src/locale/lang/zh.js +289 -0
  885. package/lib/src/plugin/ali/index.js +9 -0
  886. package/lib/src/plugin/clipboard/index.js +68 -0
  887. package/lib/src/plugin/export/_blob.js +153 -0
  888. package/lib/src/plugin/export/_export2Excel.js +146 -0
  889. package/lib/src/plugin/export/index.js +271 -0
  890. package/lib/src/plugin/logs/index.js +50 -0
  891. package/lib/src/plugin/print/index.js +151 -0
  892. package/lib/src/plugin/qiniu/index.js +71 -0
  893. package/lib/src/plugin/screenshot/index.js +16 -0
  894. package/lib/src/plugin/video/index.js +59 -0
  895. package/lib/src/plugin/watermark/index.js +123 -0
  896. package/lib/src/plugin/watermark/watermark.js +116 -0
  897. package/lib/src/ui/ant-design/index.js +46 -0
  898. package/lib/src/ui/data/index.js +79 -0
  899. package/lib/src/ui/element-plus/index.js +136 -0
  900. package/lib/src/ui/element-ui/index.js +130 -0
  901. package/lib/src/ui/index.js +12 -0
  902. package/lib/src/utils/bem.js +36 -0
  903. package/lib/src/utils/identity.js +8 -0
  904. package/lib/src/utils/mock.js +145 -0
  905. package/lib/src/utils/util.js +408 -0
  906. package/lib/src/utils/validate.js +23 -0
  907. package/lib/src/version.js +6 -0
  908. package/lib/tvue.js +1 -43607
  909. package/lib/tvue.min.js +1 -8
  910. package/package.json +38 -33
  911. package/types/index.d.ts +193 -19
  912. package/types/shims-aliases.d.ts +13 -0
  913. package/lib/locale/index.js +0 -47
  914. package/lib/locale/lang/en.js +0 -100
  915. package/lib/locale/lang/zh.js +0 -100
  916. package/lib/tvue.js.map +0 -1
package/README.md CHANGED
@@ -1,45 +1,166 @@
1
- ## ✨ 特性
1
+ # Tvue.js
2
2
 
3
- - 🚀 **高效开发**:基于数据驱动视图的理念,大大减少了代码量
4
- - 📦 **开箱即用**:丰富的表格、表单配置及多种常用组件
5
- - 🛠️ **强大定制**:高度灵活的配置项,满足各种复杂场景需求
6
- - 🔌 **扩展性强**:支持自定义组件和多种交互方式
7
- - 📚 **详尽文档**:完善的文档和示例,快速上手无烦恼
3
+ Tvue.js 是基于 Vue 3 与 Element Plus 的数据驱动型组件库,围绕表单、表格和业务配置场景做了进一步封装。它通过统一的配置方式降低重复开发成本,让 CRUD、表单联动、数据展示和常见业务组件的搭建更直接。
8
4
 
9
- ## 🔧 安装
5
+ 适合以下场景:
6
+
7
+ - 后台管理系统的快速搭建
8
+ - 表单和表格配置较多的业务系统
9
+ - 需要统一交互规范的中后台项目
10
+ - 需要复用常见业务组件的企业应用
11
+
12
+ ## 特性
13
+
14
+ - 数据驱动视图,通过配置生成常见业务界面
15
+ - 深度适配 Vue 3 与 Element Plus 生态
16
+ - 内置 `tvue-crud`、`tvue-form`、`tvue-search` 等高频组件
17
+ - 提供上传、导出、打印、水印、剪贴板、截图等常用能力
18
+ - 支持国际化、全局配置、Axios 注入和类型声明
19
+ - 附带大量本地示例,便于快速对照接入
20
+
21
+ ## 环境要求
22
+
23
+ - `vue >= 3.2.0`
24
+ - `element-plus >= 2.2.0`
25
+ - `@element-plus/icons-vue >= 2.0.0`
26
+
27
+ 以上依赖为当前包的 `peerDependencies`,安装 Tvue 时需要一并安装。
28
+
29
+ ## 安装
10
30
 
11
31
  ```bash
12
- # 使用 pnpm 安装(推荐)
13
- pnpm add @zhaoyifannan/tvue
32
+ pnpm add vue element-plus @element-plus/icons-vue @zhaoyifannan/tvue
33
+ ```
14
34
 
15
- # 或使用 npm 安装
16
- npm install @zhaoyifannan/tvue
35
+ 或使用其他包管理器:
17
36
 
18
- # 或使用 yarn 安装
19
- yarn add @zhaoyifannan/tvue
37
+ ```bash
38
+ npm install vue element-plus @element-plus/icons-vue @zhaoyifannan/tvue
20
39
  ```
21
40
 
22
- ## 📦 使用
41
+ ```bash
42
+ yarn add vue element-plus @element-plus/icons-vue @zhaoyifannan/tvue
43
+ ```
44
+
45
+ ## 快速开始
46
+
47
+ ```ts
48
+ import { createApp } from "vue";
49
+ import ElementPlus from "element-plus";
50
+ import "element-plus/dist/index.css";
51
+ import Tvue from "@zhaoyifannan/tvue";
52
+ import "@zhaoyifannan/tvue/lib/index.css";
53
+ import App from "./App.vue";
23
54
 
24
- ```js
25
- // 完整引入
26
- import { createApp } from 'vue'
27
- import Tvue from '@zhaoyifannan/tvue'
28
- import '@zhaoyifannan/tvue/lib/index.css'
29
- import App from './App.vue'
55
+ const app = createApp(App);
30
56
 
31
- const app = createApp(App)
32
- app.use(Tvue)
33
- app.mount('#app')
57
+ app.use(ElementPlus);
58
+ app.use(Tvue, {
59
+ size: "default",
60
+ menuType: "text",
61
+ locale: "zh-cn",
62
+ });
63
+
64
+ app.mount("#app");
34
65
  ```
35
66
 
36
- ## 📄 文件说明
67
+ 基础用法示例:
68
+
69
+ ```vue
70
+ <template>
71
+ <tvue-form v-model="form" :option="option" />
72
+ </template>
73
+
74
+ <script setup>
75
+ import { reactive, ref } from "vue";
76
+
77
+ const form = reactive({
78
+ name: "",
79
+ status: 1,
80
+ });
37
81
 
38
- | 文件名 | 用途 | 说明 |
39
- | ----------- | -------- | ---- |
40
- | tvue.min.js | 生产环境 | 压缩优化版本,体积更小 |
41
- | tvue.js | 开发环境 | 包含完整的调试信息 |
82
+ const option = ref({
83
+ submitBtn: true,
84
+ emptyBtn: true,
85
+ column: [
86
+ {
87
+ label: "姓名",
88
+ prop: "name",
89
+ span: 24,
90
+ },
91
+ {
92
+ label: "状态",
93
+ prop: "status",
94
+ type: "radio",
95
+ dicData: [
96
+ { label: "启用", value: 1 },
97
+ { label: "禁用", value: 0 },
98
+ ],
99
+ span: 24,
100
+ },
101
+ ],
102
+ });
103
+ </script>
104
+ ```
105
+
106
+ ## 全局配置
107
+
108
+ `app.use(Tvue, options)` 支持常见全局参数:
109
+
110
+ | 参数 | 类型 | 说明 |
111
+ | --- | --- | --- |
112
+ | `size` | `string` | 全局组件尺寸 |
113
+ | `calcHeight` | `number` | 全局高度修正值 |
114
+ | `menuType` | `string` | 操作区按钮展示类型 |
115
+ | `formOption` | `Record<string, any>` | 表单默认配置 |
116
+ | `crudOption` | `Record<string, any>` | CRUD 默认配置 |
117
+ | `appendToBody` | `boolean` | 弹层类组件是否挂载到 `body` |
118
+ | `locale` | `string \| object` | 语言配置 |
119
+ | `i18n` | `any` | 自定义国际化处理器 |
120
+ | `axios` | `any` | 自定义请求实例 |
121
+ | `canvas` | `object` | 水印默认配置 |
122
+ | `qiniu` | `object` | 七牛上传默认配置 |
123
+ | `ali` | `object` | 阿里云上传默认配置 |
124
+
125
+ ## 组件与能力
126
+
127
+ 当前仓库内置的能力主要包括:
128
+
129
+ - 表单与表格:`tvue-form`、`tvue-crud`、`tvue-search`
130
+ - 输入组件:`tvue-input`、`tvue-select`、`tvue-input-tree`、`tvue-input-table`
131
+ - 业务组件:`tvue-login`、`tvue-tabs`、`tvue-tree`、`tvue-chat`、`tvue-flow`
132
+ - 数据展示:`tvue-card`、`tvue-comment`、`tvue-count-up`、`tvue-article`
133
+ - 插件能力:导出、打印、截图、剪贴板、水印、日志、图片预览、弹窗表单
134
+
135
+ 更完整的使用方式可参考文档站和仓库示例。
136
+
137
+ ## 本地开发
138
+
139
+ ```bash
140
+ pnpm install
141
+ pnpm dev
142
+ ```
143
+
144
+ 常用命令:
145
+
146
+ ```bash
147
+ pnpm dev
148
+ pnpm build
149
+ pnpm build:esm
150
+ pnpm build:cjs
151
+ pnpm build:browser
152
+ pnpm typecheck
153
+ pnpm gen:version
154
+ ```
42
155
 
43
- ## 📚 文档与示例
156
+ ## 目录结构
44
157
 
45
- 要查看详细文档和在线示例,请访问:[官方文档](https://zhaoyifan-admin.github.io/vuepress-3.0/)
158
+ | 目录 | 说明 |
159
+ | --- | --- |
160
+ | `src` | 组件与插件源码入口 |
161
+ | `packages` | 组件实现与业务模块 |
162
+ | `styles` | 样式资源 |
163
+ | `types` | TypeScript 类型声明 |
164
+ | `examples` | 本地示例与调试页面 |
165
+ | `build` | 构建与版本生成脚本 |
166
+ | `lib` | 构建产物 |
package/dist/index.css ADDED
@@ -0,0 +1 @@
1
+ .tvue-article__title{margin-bottom:15px;font-size:32px;line-height:32px;font-weight:400}.tvue-article__meta{display:block;margin-bottom:20px;font-size:12px;color:#999}.tvue-article__lead{color:#666;font-size:14px;line-height:22px;border:1px solid #dedede;border-radius:2px;background:#f9f9f9;padding:10px}.tvue-article__body{padding-top:10px;background:#fff;font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;color:#333;font-size:14px}.tvue-article blockquote{margin:0;font-family:Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif;padding:1px 0 1px 15px;border-left:4px solid #ddd}.tvue-crud{margin:0 auto;width:100%}.tvue-crud .el-card+.el-card{margin-top:8px}.tvue-crud .el-button.is-text{margin-left:4px;padding-left:4px;padding-right:4px}.tvue-crud--card .el-card{border:none}.tvue-crud--card .el-card__body{padding:0}.tvue-crud--card .el-card+.el-card{margin-top:0}.tvue-crud .el-table .el-form-item{margin-bottom:0;display:inline-block;width:100%}.tvue-crud .el-table .el-form-item__label{position:absolute;left:2px}.tvue-crud .el-table .el-form-item__content{line-height:inherit;font-size:inherit}.tvue-crud .el-table .el-form-item__content .el-tooltip__trigger{width:100%}.tvue-crud .el-table .el-form-item__error{width:100%;text-align:left;position:relative}.tvue-crud .el-dropdown+.el-button{margin-left:10px}.tvue-crud .el-checkbox:last-of-type{margin-right:0px}.tvue-crud__img>*{height:50px;margin-right:8px;-o-object-fit:contain;object-fit:contain;font-size:50px}.tvue-crud__column .el-checkbox{margin-bottom:10px;cursor:move}.tvue-crud__header{display:flex;justify-content:space-between;position:relative;width:100%;min-height:40px;height:auto;overflow:hidden;margin-bottom:5px;background-color:#fff}.tvue-crud__search .el-card__body{padding-bottom:5px}.tvue-crud__search .el-form-item--medium.el-form-item{margin-bottom:22px}.tvue-crud .el-table--small .tvue-crud__color{width:30px;height:30px}.tvue-crud .el-table--small .tvue-crud__icon{font-size:30px}.tvue-crud th{word-break:break-word;color:rgba(0,0,0,.85);background-color:#fafafa}.tvue-crud table td{line-height:26px}.tvue-crud--indeterminate .is-indeterminate .el-checkbox__inner{background-color:#fff;border-color:#dcdfe6}.tvue-crud .el-table th.el-table__cell{word-break:break-word;color:rgba(0,0,0,.85);background-color:#fafafa}.tvue-crud__color{margin:0 auto;width:40px;height:40px;border-radius:5px;display:block}.tvue-crud__ghost{cursor:move;opacity:.4}.is-always-shadow+.tvue-crud__pagination{padding:0}.tvue-crud__pagination{position:relative;padding:20px 0}.tvue-crud__pagination .el-pagination{justify-content:flex-end}.tvue-crud__form{padding:0 8px}.tvue-crud__empty{padding:60px 0}.tvue-crud__title{font-weight:bold;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;font-size:22px}.tvue-crud__tip{padding:4px 10px 6px 10px;width:100%;margin-bottom:10px;border:1px solid #d9ecff;background-color:#ecf5ff;color:#409eff;font-size:12px;border-radius:3px}.tvue-crud__tip-name{margin-right:10px}.tvue-crud__tip-count{padding:0 1px;font-size:16px;font-weight:bold}.tvue-crud__tip-button{cursor:pointer;font-size:12px;font-weight:bold}.tvue-crud__filter-item{margin-bottom:12px;display:flex;align-items:center;justify-content:center}.tvue-crud__filter-menu{padding:0 5px;margin-bottom:20px}.tvue-crud__filter-label{margin:0 5px;width:120px !important}.tvue-crud__filter-symbol{margin:0 5px;width:80px !important}.tvue-crud__filter-value{margin:0 5px;width:150px !important}.tvue-crud__filter-value .el-date-editor.el-input,.tvue-crud__filter-value .el-date-editor.el-input__inner{width:100%}.tvue-crud__filter-icon{margin-left:10px}.tvue-crud__dialog__header{position:relative;display:flex;align-items:center;justify-content:space-between}.tvue-crud__dialog__menu{position:absolute;right:25px;z-index:1}.tvue-crud__dialog__menu i{color:#909399;font-size:14px}.tvue-crud__dialog__menu i:hover{color:#409eff}.tvue-crud__dialog__menu i{cursor:pointer}.tvue-crud__dialog--fullscreen{max-width:inherit;max-height:inherit}.tvue-crud__dialog .el-dialog__headerbtn{top:5px}.tvue-crud__dialog .el-dialog__body{padding:20px 20px 5px 10px}.tvue-crud__grid{overflow-y:auto}.tvue-crud__grid .el-switch{height:22px}.tvue-crud__grid .el-switch__core{height:16px}.tvue-crud__grid .el-switch__action{height:14px}.tvue-crud__grid .el-col{padding:10px;padding-left:0;box-sizing:border-box}.tvue-crud__grid__content{border-radius:8px;overflow:hidden;position:relative;display:flex;flex-wrap:wrap;padding:20px 20px 10px 20px;background-size:cover;border:1px solid #fafafa}.tvue-crud__grid__item{box-sizing:border-box;padding-right:5px;margin-bottom:3px;width:50%;line-height:20px;font-size:12px;color:#666;display:flex;align-items:flex-start}.tvue-crud__grid__label{position:relative;margin-right:10px;font-weight:450;color:#333;flex:0 0 auto;white-space:nowrap}.tvue-crud__grid__label::after{position:absolute;right:-3px;content:":"}.tvue-crud__grid__value{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvue-crud__grid .overHidden{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvue-crud__grid .title .tvue-crud__grid__label,.tvue-crud__grid .menu .tvue-crud__grid__label{display:none}.tvue-crud__grid .title .el-button,.tvue-crud__grid .menu .el-button{font-size:12px}.tvue-crud__grid .row{width:100%}.tvue-crud__grid .selection{width:inherit;position:absolute;top:-2px;right:-8px}.tvue-crud__grid .index{width:inherit;position:absolute;right:20px;top:18px}.tvue-crud__grid .index:before{content:"No";margin-right:2px;font-weight:bold}.tvue-crud__grid .title{width:80%;margin-bottom:12px}.tvue-crud__grid .title .tvue-crud__grid__value{font-size:16px;font-weight:bold;line-height:22px;color:#333}.tvue-crud__grid__hide{display:none}.tvue-crud__grid .menu{margin-top:8px;width:100%;justify-content:flex-end;text-align:right}.tvue-crud__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.tvue-crud .el-table__body-wrapper tr td.el-table-fixed-column--left,.tvue-crud .el-table__body-wrapper tr td.el-table-fixed-column--right,.tvue-crud .el-table__body-wrapper tr th.el-table-fixed-column--left,.tvue-crud .el-table__body-wrapper tr th.el-table-fixed-column--right,.tvue-crud .el-table__footer-wrapper tr td.el-table-fixed-column--left,.tvue-crud .el-table__footer-wrapper tr td.el-table-fixed-column--right,.tvue-crud .el-table__footer-wrapper tr th.el-table-fixed-column--left,.tvue-crud .el-table__footer-wrapper tr th.el-table-fixed-column--right,.tvue-crud .el-table__header-wrapper tr td.el-table-fixed-column--left,.tvue-crud .el-table__header-wrapper tr td.el-table-fixed-column--right,.tvue-crud .el-table__header-wrapper tr th.el-table-fixed-column--left,.tvue-crud .el-table__header-wrapper tr th.el-table-fixed-column--right{background-color:#fff}.tvue-card__item{margin-bottom:16px;border:1px solid #e8e8e8;background-color:#fff;box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";cursor:pointer;height:200px}.tvue-card__item:hover{border-color:rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.tvue-card__item--add{border:1px dashed #000;width:100%;color:rgba(0,0,0,.45);background-color:#fff;border-color:#d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:16px}.tvue-card__item--add i{margin-right:10px}.tvue-card__item--add:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.tvue-card__body{display:flex;padding:24px}.tvue-card__detail{flex:1}.tvue-card__avatar{width:48px;height:48px;border-radius:48px;overflow:hidden;margin-right:12px}.tvue-card__avatar img{width:100%;height:100%}.tvue-card__title{color:rgba(0,0,0,.85);margin-bottom:12px;font-size:16px}.tvue-card__title:hover{color:#1890ff}.tvue-card__info{color:rgba(0,0,0,.45);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height:64px}.tvue-card__menu{display:flex;justify-content:space-around;height:50px;background:#f7f9fa;color:rgba(0,0,0,.45);text-align:center;line-height:50px}.tvue-card__menu:hover{color:#1890ff}.tvue-comment{margin-bottom:30px;display:flex;align-items:flex-start}.tvue-comment--reverse{flex-direction:row-reverse}.tvue-comment--reverse .tvue-comment__main:before,.tvue-comment--reverse .tvue-comment__main:after{left:auto;right:-8px;border-width:8px 0 8px 8px}.tvue-comment--reverse .tvue-comment__main:before{border-left-color:#dedede}.tvue-comment--reverse .tvue-comment__main:after{border-left-color:#f8f8f8;margin-right:1px;margin-left:auto}.tvue-comment__avatar{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,0);box-sizing:border-box;vertical-align:middle}.tvue-comment__header{padding:5px 15px;background:#f8f8f8;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.tvue-comment__author{font-weight:700;font-size:14px;color:#999}.tvue-comment__main{flex:1;margin:0 20px;position:relative;border:1px solid #dedede;border-radius:2px}.tvue-comment__main:before,.tvue-comment__main:after{position:absolute;top:10px;left:-8px;right:100%;width:0;height:0;display:block;content:" ";border-color:rgba(0,0,0,0);border-style:solid solid outset;border-width:8px 8px 8px 0;pointer-events:none}.tvue-comment__main:before{border-right-color:#dedede;z-index:1}.tvue-comment__main:after{border-right-color:#f8f8f8;margin-left:1px;z-index:2}.tvue-comment__body{padding:15px;overflow:hidden;background:#fff;font-family:Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;color:#333;font-size:14px}.tvue-comment blockquote{margin:0;font-family:Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif;padding:1px 0 1px 15px;border-left:4px solid #ddd}.tvue-chat{box-shadow:1px 2px 10px #eee;position:relative;background-color:#fcfcfc}.tvue-chat ul,.tvue-chat li{padding:0;margin:0}.tvue-chat li{list-style:none;cursor:pointer}.tvue-chat .web__content{height:100%;display:flex}.tvue-chat .web__main{height:calc(100% - 200px);padding:15px 15px 20px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.tvue-chat .web__logo{background-color:#409eff;display:flex;padding:15px 12px;margin:0 auto;vertical-align:middle}.tvue-chat .web__logo-img{margin-top:3px;width:35px;height:35px;border-radius:100%;box-shadow:0 3px 3px 0 rgba(0,0,0,.1)}.tvue-chat .web__logo-info{margin-left:10px}.tvue-chat .web__logo-name{position:relative;margin-top:5px;font-size:13px}.tvue-chat .web__logo-dept{margin-top:1px;font-size:12px}.tvue-chat .web__logo-name,.tvue-chat .web__logo-dept{color:#fff;margin:0;padding:0;width:175px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tvue-chat .web__main-item{position:relative;font-size:0;margin-bottom:10px;padding-left:60px;min-height:68px}.tvue-chat .web__main-user,.tvue-chat .web__main-text{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px}.tvue-chat .web__main-user{position:absolute;left:3px}.tvue-chat .web__main-user img{width:40px;height:40px;border-radius:100%}.tvue-chat .web__main-user cite{position:absolute;left:60px;top:-2px;width:500px;line-height:24px;font-size:12px;white-space:nowrap;color:#999;text-align:left;font-style:normal}.tvue-chat .web__main-user cite i{padding-left:15px;font-style:normal}.tvue-chat .web__main-text{position:relative;line-height:22px;margin-top:25px;padding:8px 15px;background-color:#f3f3f3;border-radius:3px;border:1px solid #f0f0f0;color:#000;word-break:break-all}.tvue-chat .web__main-arrow{top:6px;left:-8px;position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:8px;border-left-width:0;border-right-color:#ebeef5}.tvue-chat .web__main-arrow::after{content:" ";top:-7px;left:1px;position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;border-width:7px;border-left-width:0;border-right-color:#fff}.tvue-chat .web__main-item--mine .web__main-text .web__main-arrow{left:auto;right:-5px;border-color:rgba(0,0,0,0);border-style:solid;border-width:8px;border-right-width:0;border-left-color:#409eff}.tvue-chat .web__main-item--mine .web__main-text .web__main-arrow::after{left:auto;right:-2px;border-color:rgba(0,0,0,0);border-style:solid;border-width:7px;border-right-width:0;border-left-color:#409eff}.tvue-chat .web__main-list{margin:10px 0}.tvue-chat .web__main-list li{height:30px;color:#409eff;line-height:30px}.tvue-chat .web__main-item--mine{text-align:right;padding-left:0;padding-right:60px}.tvue-chat .web__main-item--mine .web__main-user{left:auto;right:3px}.tvue-chat .web__main-item--mine .web__main-user cite{left:auto;right:60px;text-align:right}.tvue-chat .web__main-item--mine .web__main-user cite i{padding-left:0;padding-right:15px}.tvue-chat .web__main-item--mine .web__main-text{margin-left:0;text-align:left;background-color:#409eff;color:#fff}.tvue-chat .web__footer{box-shadow:0 -1px 0 0 rgba(0,0,0,.04),0 -2px 0 0 rgba(0,0,0,.01);position:absolute;left:0;bottom:0;width:100%;background-color:#fff}.tvue-chat .web__msg{padding:10px 10px;height:auto;overflow:hidden}.tvue-chat .web__msg--img,.tvue-chat .web__msg--video,.tvue-chat .web__msg--file{position:relative;max-width:250px;min-width:200px;width:100%;margin:10px 0;border:1px solid #eee;overflow:hidden;border-radius:5px;cursor:pointer;display:block}.tvue-chat .web__msg--file{height:140px;background-color:#fff}.tvue-chat .web__msg--file span{box-sizing:border-box;padding:3px 5px;color:#333;display:flex;align-items:center;width:100%;justify-content:center;height:calc(100% - 80px);overflow:hidden;font-size:13px;text-align:center}.tvue-chat .web__msg--file h2{margin:0;width:100%;text-align:center;line-height:80px;background-color:#409eff;color:#fff}.tvue-chat .web__msg--map{height:160px}.tvue-chat .web__msg-input{display:block;width:100%;height:60px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;outline:0;background-color:#fff;border:0;word-break:break-all;font-size:13px;line-height:17px;-webkit-appearance:none}.tvue-chat .web__msg-submit{float:right;display:block;outline:none;cursor:pointer;text-align:center}.tvue-chat .web__tools{padding:8px 10px 0 10px;box-sizing:border-box}.tvue-chat .web__tools i{margin-right:12px;font-size:20px;color:#888a91}.tvue-chat .web__tools i:hover{color:#76b1f9}.tvue-draggable{padding:10px;position:absolute;cursor:move;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.tvue-draggable__focus{opacity:0;position:absolute !important;top:0;left:0;z-index:-1024}.tvue-draggable__mask{width:100%;height:100%;border:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.tvue-draggable--active{cursor:move;border:1px dashed #09f;background-color:rgba(115,170,229,.5)}.tvue-draggable--move{opacity:.6;background-color:rgba(115,170,229,.5)}.tvue-draggable--click{cursor:pointer}.tvue-draggable__line--left{position:absolute;border-top:1px dashed #09f;width:10000px;height:0;top:0;transform:translateX(-100%)}.tvue-draggable__line--top{position:absolute;border-left:1px dashed #09f;width:0;height:10000px;left:0;transform:translateY(-100%)}.tvue-draggable__line--label{top:-5px;left:-8px;position:absolute;padding:5px;transform:translate(-100%, -100%);color:#09f;font-size:18px;white-space:nowrap;cursor:move}.tvue-draggable__menu{position:absolute;top:0px;left:0px;background-color:#409eff;font-size:25px;color:#fff;z-index:9999;cursor:pointer}.tvue-draggable__range{position:absolute;width:10px;height:10px;border-radius:100%;z-index:9999;background-color:#09f}.tvue-draggable__range--left:hover,.tvue-draggable__range--right:hover{cursor:ew-resize}.tvue-draggable__range--left,.tvue-draggable__range--right{top:50%;transform:translateY(-50%)}.tvue-draggable__range--left{left:-6px}.tvue-draggable__range--right{right:-6px}.tvue-draggable__range--top:hover,.tvue-draggable__range--bottom:hover{cursor:ns-resize}.tvue-draggable__range--top,.tvue-draggable__range--bottom{left:50%;transform:translateX(-50%)}.tvue-draggable__range--top{top:-6px}.tvue-draggable__range--bottom{bottom:-6px}.tvue-draggable__range--bottom-right:hover,.tvue-draggable__range--top-left:hover{cursor:nwse-resize}.tvue-draggable__range--bottom-left:hover,.tvue-draggable__range--top-right:hover{cursor:nesw-resize}.tvue-draggable__range--top-right{top:-6px;right:-6px}.tvue-draggable__range--top-left{top:-6px;left:-6px}.tvue-draggable__range--bottom-right{bottom:-6px;right:-6px}.tvue-draggable__range--bottom-left{bottom:-6px;left:-6px}.tvue-img--center{display:flex;align-items:center;justify-content:center}.tvue-img--fullscreen .el-dialog__body{height:100%}.tvue-image-preview{position:fixed;top:0;left:0;width:100%;height:100%;transition:all .5s;z-index:9998}.tvue-image-preview svg{width:22px}.tvue-image-preview .el-image-viewer__close svg{color:#fff}.tvue-image-preview .el-image-viewer__btn{z-index:1024}.tvue-image-preview img{transition:all .5s;cursor:pointer}.tvue-image-preview__file{text-align:center}.tvue-image-preview__file a{color:#fff}.tvue-image-preview__file i{cursor:pointer;font-size:80px}.tvue-image-preview__mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.tvue-image-preview__box{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tvue-image-preview__box .el-carousel{width:90%;height:100%}.tvue-image-preview__box .el-carousel__container{height:100%}.tvue-image-preview__box .el-carousel__item{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tvue-image-preview .el-image-viewer__actions{width:400px}.tvue-image-preview .el-image-viewer__actions__inner{gap:15px}.tvue-image-preview .el-image-viewer__actions__inner .viewer-icon{cursor:pointer;transition:all .2s}.tvue-image-preview .el-image-viewer__actions__inner .viewer-icon:hover{transform:scale(1.2);color:#409eff}.tvue-input__phone{display:flex !important;flex-direction:row !important;align-items:center;gap:8px;width:100%}.tvue-input__phone .el-select{flex-shrink:0;width:120px !important}.tvue-input__phone .el-input{flex:1;min-width:0}.tvue-input__phone-code .el-input__inner{text-align:center}.tvue-input__currency .el-input__inner{text-align:right;font-variant-numeric:tabular-nums}.tvue-input__currency .el-input-group__prepend,.tvue-input__currency .el-input-group__append{padding:0 12px;font-weight:500}.tvue-input__bank-card .el-input__inner{letter-spacing:2px;font-family:"Courier New",Courier,monospace}.tvue-input__bank-card-type{font-size:12px;color:#909399;padding-right:8px}.tvue-input__id-card .el-input__inner{letter-spacing:1px;text-transform:uppercase}.tvue-input__id-card--invalid .el-input__wrapper{box-shadow:0 0 0 1px #f56c6c inset}.tvue-input__id-card-info{cursor:pointer;padding-right:8px;font-weight:bold}.tvue-input__email-valid{padding-right:8px;font-weight:bold}.tvue-input__code{display:flex;gap:8px;justify-content:flex-start}.tvue-input__code-item{width:42px;height:42px;text-align:center;font-size:20px;font-weight:bold;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-input__code-item:focus{border-color:#409eff}.tvue-input__code-item.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-input__plate{display:flex;gap:8px;align-items:center;width:100%}.tvue-input__plate-province{flex-shrink:0}.tvue-input__plate-number{flex:1}.tvue-input__plate-number .el-input__inner{text-transform:uppercase;letter-spacing:2px}.tvue-input__ip{display:flex;align-items:center;gap:2px}.tvue-input__ip-segment{width:50px;height:32px;text-align:center;font-family:"Courier New",Courier,monospace;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-input__ip-segment:focus{border-color:#409eff}.tvue-input__ip-segment.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-input__ip-dot{font-size:20px;font-weight:bold;color:#606266;padding:0 2px}.tvue-input__mac{display:flex;align-items:center;gap:2px}.tvue-input__mac-segment{width:36px;height:32px;text-align:center;font-family:"Courier New",Courier,monospace;text-transform:uppercase;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-input__mac-segment:focus{border-color:#409eff}.tvue-input__mac-segment.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-input__mac-sep{font-size:14px;color:#606266;padding:0 1px}.tvue-input__uscc-valid{padding-right:8px;font-weight:bold}.tvue-input-number .el-input__inner{text-align:left}.tvue-input-tree__desc{float:right;color:#8492a6;font-size:13px}.tvue-input-tree__item{padding:0;height:auto;line-height:normal}.tvue-input-table__crud .tvue-crud__pagination{padding:10px 0 2px 10px;margin:0}.tvue-input-table .el-table__row.disabled{color:#ccc}.amap-icon img,.amap-marker-content img{width:25px;height:34px}.tvue-input-map__marker{position:absolute;top:-20px;right:-118px;color:#fff;padding:4px 10px;box-shadow:1px 1px 1px rgba(10,10,10,.2);white-space:nowrap;font-size:12px;font-family:"";background-color:#25a5f7;border-radius:3px}.tvue-input-map__content{position:relative;padding-top:40px}.tvue-input-map__content-input{left:0;top:0;position:absolute;z-index:1}.tvue-input-map__content-box{position:relative}.tvue-input-map__content-container{width:100%;height:450px}.tvue-input-map__content-result{display:block !important;position:absolute;top:0;right:-8px;width:250px;height:450px;overflow-y:auto}.tvue-input-icon{display:flex;flex-wrap:wrap;justify-content:space-around}.tvue-input-icon__item{text-align:center;width:60px;padding:10px 20px 0 20px;transition:all .2s}.tvue-input-icon__item p{font-size:12px;margin-top:5px}.tvue-input-icon__item:hover{transform:scale(1.4)}.tvue-input-icon__item--active{transform:scale(1.4);color:#409eff}.tvue-input-icon__list{display:flex;flex-wrap:wrap}.tvue-input-icon__filter{text-align:right}.tvue-input-icon__filter .el-input{width:250px}.tvue-upload--upload .el-upload--picture-img{display:inline-block}.tvue-upload--upload .el-upload-list{margin-top:-6px}.tvue-upload--picture-img .el-upload.is-drag{width:148px}.tvue-upload--picture-img .el-upload-dragger{padding:0}.tvue-upload--picture-card .el-upload-dragger{display:flex;align-items:center;justify-content:center}.tvue-upload--list .el-upload{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.tvue-upload--list .el-upload:hover{border-color:#409eff}.tvue-upload__progress{margin-top:10px}.tvue-upload__dialog .el-dialog__header{display:none}.tvue-upload__dialog .el-dialog__body{padding:10px;display:flex;justify-content:center}.tvue-upload__menu{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1024}.tvue-upload__menu i{color:#fff;margin:0 8px;font-size:20px}.tvue-upload__avatar{font-size:28px;color:#8c939d;width:148px;height:148px;display:flex;align-items:center;justify-content:center;line-height:148px;text-align:center}.tvue-form{position:relative;margin:0 auto;box-sizing:border-box}.tvue-form__item--top{display:flex;flex-direction:column;margin-right:20px;box-sizing:border-box}.tvue-form__item--top .el-form-item__label{width:100% !important;text-align:left !important}.tvue-form__item--top .el-form-item__content{margin-left:0 !important}.tvue-form__item--left .el-form-item__label{text-align:left !important}.tvue-form__menu{padding:5px 10px 0 10px;box-sizing:border-box}.tvue-form__menu--center{text-align:center}.tvue-form__menu--center .el-button{margin:0 5px}.tvue-form__menu--left{text-align:left}.tvue-form__menu--right{text-align:right}.tvue-form__tabs{padding:0 10px;box-sizing:border-box}.tvue-form__group{align-items:flex-start;flex-wrap:wrap;height:auto}.tvue-form__group--flex{display:flex}.tvue-form__group .el-col{position:relative}.tvue-form__line{display:inline-block;height:100%}.tvue-form__row--block{width:100%;display:block}.tvue-form__row--cursor{cursor:pointer}.tvue-form__option{position:absolute;right:0;top:-10px;z-index:999}.tvue-form__option i{color:#666}.tvue-form__option i+i{margin-left:10px}.el-drawer .tvue-form{padding:0 20px}.field-desc{font-size:12px;color:dimgray}.tvue-flow{position:relative}.tvue-flow .tvue-draggable{padding:0}.tvue-flow__node{position:relative;display:flex;flex-direction:column;width:200px;height:80px;border-radius:5px;box-shadow:"#66a6e0 0px 0px 12px 0px";border:1px solid #eee;box-sizing:border-box;overflow:hidden}.tvue-flow__node--active{border-width:2px;border-color:#f56c6c}.tvue-flow__node .el-icon{margin:0 2px;display:inline-block}.tvue-flow__node-drag{position:absolute;left:0;top:0;width:15px;height:15px;z-index:1024}.tvue-flow__node-header{flex:1;background-color:#66a6e0}.tvue-flow__node-body{display:flex;align-items:center;justify-content:center;flex:1.5;text-align:center;background:#fff}.tvue-date .el-date-editor.el-input,.tvue-date .el-date-editor.el-input__inner{width:100%}.tvue-date__group{display:flex;align-items:center}.tvue-date__radio .el-radio-button:last-child .el-radio-button__inner{border-radius:0;border-right:0}.tvue-date__date{width:300px}.tvue-date__date .el-date-editor{border-top-left-radius:0px;border-bottom-left-radius:0px}.tvue-checkbox .el-checkbox+.el-checkbox{margin-left:0}.tvue-checkbox .el-checkbox{margin-right:10px}.tvue-radio .el-radio+.el-radio{margin-left:0}.tvue-radio .el-radio{margin-right:10px}.tvue-select .sortable-ghost{opacity:.8;color:#fff !important;background:#409eff !important}.tvue-select .el-tag{cursor:pointer}.tvue-select__desc{float:right;color:#8492a6;font-size:13px}.el-select-dropdown .tvue-select__check{box-sizing:border-box;text-align:right;width:100%;padding-right:20px}.tvue-group{width:100%}.tvue-group .el-collapse,.tvue-group .el-collapse-item__wrap{border-color:#fff}.tvue-group .el-collapse-item__header{width:100%;height:inherit;border:none;border-bottom:1px solid #eee;margin-bottom:20px}.tvue-group .el-collapse-item__content,.tvue-group .van-collapse-item__content{padding-bottom:0}.tvue-group .van-collapse-item__content{padding:0 2px}.tvue-group--arrow .el-collapse-item__arrow,.tvue-group--arrow .van-icon-arrow{display:none}.tvue-group .van-hairline--top-bottom::after,.tvue-group .van-hairline-unset--top-bottom::after{display:none}.tvue-group .van-collapse-item__title{padding:0 10px;display:flex;align-items:center}.tvue-group .van-collapse-item__title::after{left:0 !important}.tvue-group--none{margin:0 !important;border:none !important}.tvue-group--header>.el-collapse>.el-collapse-item>.el-collapse-item__header,.tvue-group--header>.el-collapse>.el-collapse-item>div>.el-collapse-item__header{display:none}.tvue-group--collapse .el-collapse-item__arrow,.tvue-group--collapse .el-collapse-item__header{display:flex !important}.tvue-group__item{margin-bottom:10px;background-color:#fff;border-bottom:1px solid #eee;border-radius:5px;box-sizing:border-box}.tvue-group__item:last-child{border-bottom:none}.tvue-group__header{width:100%;display:flex;align-items:center;height:50px;line-height:50px;box-sizing:border-box}.tvue-group__icon{margin-right:8px;font-size:20px;color:rgba(0,0,0,.85)}.tvue-group__title{font-size:16px;font-weight:500;color:rgba(0,0,0,.85)}.tvue-tree{position:relative;height:100%}.tvue-tree__menu{width:200px;position:fixed;z-index:1024;flex-wrap:wrap;background-color:#fff}.tvue-tree__item{position:relative;padding:0 30px 0 20px;height:34px;line-height:34px;outline:none;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:#666}.tvue-tree__item:hover{cursor:pointer;color:#409eff}.tvue-tree__filter{margin-bottom:5px;display:flex;align-items:center}.tvue-tree__content{padding:5px 0;height:calc(100% - 32px)}.tvue-title p{font-weight:bold;font-size:18px;margin:5px 10px}.tvue-search{padding:0 20px}.tvue-search__item{padding:20px 0 10px 0;display:flex;align-items:flex-start;border-bottom:1px dashed #e8e8e8}.tvue-search__item:last-child{border-bottom:none}.tvue-search__tags{padding:0 12px;margin-right:24px;margin-bottom:12px;font-size:14px;color:rgba(0,0,0,.65);cursor:pointer;white-space:nowrap;display:inline-block}.tvue-search__tags:hover{color:#1890ff}.tvue-search__tags--active{color:#fff;background-color:#1890ff;border-radius:5px}.tvue-search__tags--active:hover{opacity:.85;color:#fff}.tvue-search__title{margin:0;padding:0 20px 0 20px;width:120px;font-size:14px;text-align:right;display:inline-block;box-sizing:border-box}.tvue-search__content{width:calc(100% - 190px);display:inline-block}.tvue-search__content .el-tag{margin-right:10px;margin-bottom:10px}.tvue-sign{padding:5px}.tvue-sign__canvas{border:1px solid #ccc}.tvue-video{position:relative;width:500px;overflow:hidden}.tvue-video__border span{position:absolute;width:30px;height:30px;border-width:4px;color:#0073eb;border-style:solid}.tvue-video__border span:nth-child(1){left:15px;top:15px;border-right:0;border-bottom:0}.tvue-video__border span:nth-child(2){right:15px;top:15px;border-left:0;border-bottom:0}.tvue-video__border span:nth-child(3){bottom:15px;left:15px;border-right:0;border-top:0}.tvue-video__border span:nth-child(4){bottom:15px;right:15px;border-left:0;border-top:0}.tvue-video__img{width:100px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tvue-video__main{width:100%}.tvue-dynamic__item{margin-bottom:10px;width:100%;display:flex;align-items:center}.tvue-dynamic__header{padding-left:40px}.tvue-dynamic__row{position:relative;border-top:1px dashed #eee;padding-top:13px}.tvue-dynamic__row:first-child{border-top:0}.tvue-dynamic__menu{position:absolute;right:0;z-index:1024}.tvue-dynamic__input{margin-right:8px;width:100%}.tvue-dynamic__button{margin-bottom:0 !important}.tvue-verify__item{padding:5px 10px;display:inline-block;margin:0 4px;box-sizing:border-box;border:1px solid #e1e1e1;font-size:64px;text-align:center}.tvue-text-ellipsis__more{padding:0 2px}.tvue-login .el-form-item{margin-bottom:18px}.tvue-login .el-input-group__append{padding:0;overflow:hidden}.tvue-login__send{min-width:150px;box-sizing:border-box}.tvue-login__send:hover{color:#c0c4cc !important;border-color:#ebeef5 !important;background-color:#f5f7fa !important}.tvue-login__submit{width:100%}.tvue-array__item{margin-bottom:5px}.tvue-array__input{display:flex}.tvue-array__input .el-input{flex:auto}.tvue-array__input .el-button{margin-left:5px}.tvue-input-cron__container{padding:10px 0}.tvue-input-cron__tab{padding:15px}.tvue-input-cron__option{margin-bottom:15px;display:flex;align-items:center;flex-wrap:wrap}.tvue-input-cron__option .el-radio{margin-right:10px}.tvue-input-cron__inline{display:inline-flex;align-items:center;gap:8px;margin-left:10px;color:#606266}.tvue-input-cron__specify{margin-top:10px;padding:15px;background:#f5f7fa;border-radius:4px;max-height:200px;overflow-y:auto}.tvue-input-cron__specify .el-checkbox{margin-right:15px;margin-bottom:8px;width:60px}.tvue-input-cron__result{margin-top:20px;padding:15px;background:#f5f7fa;border-radius:4px}.tvue-input-cron__expression{display:flex;align-items:center;margin-bottom:15px}.tvue-input-cron__label{font-weight:500;color:#303133;margin-right:10px;white-space:nowrap}.tvue-input-cron__preview{display:flex;align-items:flex-start}.tvue-input-cron__times{list-style:none;margin:0;padding:0}.tvue-input-cron__times li{padding:4px 0;color:#606266;font-family:"Courier New",Courier,monospace}.tvue-input-cron__times li::before{content:"→";margin-right:8px;color:#409eff}.tvue-ant-form{position:relative;margin:0 auto;box-sizing:border-box}.tvue-ant-form__item--top{display:flex;flex-direction:column;margin-right:20px;box-sizing:border-box}.tvue-ant-form__item--top .ant-form-item-label{width:100% !important;text-align:left !important}.tvue-ant-form__item--top .ant-form-item-control{margin-left:0 !important}.tvue-ant-form__item--left .ant-form-item-label{text-align:left !important}.tvue-ant-form__menu{padding:5px 10px 0 10px;box-sizing:border-box}.tvue-ant-form__menu--center{text-align:center}.tvue-ant-form__menu--center .ant-btn{margin:0 5px}.tvue-ant-form__menu--left{text-align:left}.tvue-ant-form__menu--right{text-align:right}.tvue-ant-form__tabs{padding:0 10px;box-sizing:border-box}.tvue-ant-form__group{align-items:flex-start;flex-wrap:wrap;height:auto}.tvue-ant-form__group--flex{display:flex}.tvue-ant-form__group .ant-col{position:relative}.tvue-ant-form__line{display:inline-block;height:100%}.tvue-ant-form__row--block{width:100%;display:block}.tvue-ant-form__row--cursor{cursor:pointer}.tvue-ant-form__option{position:absolute;right:0;top:-10px;z-index:999}.tvue-ant-form__option i{color:#666}.tvue-ant-form__option i+i{margin-left:10px}.ant-drawer .tvue-form{padding:0 20px}.field-desc{font-size:12px;color:dimgray}.tvue-ant-group{width:100%}.tvue-ant-group .ant-collapse,.tvue-ant-group .ant-collapse-content{border-color:#fff}.tvue-ant-group .ant-collapse-header{width:100%;height:inherit;border:none;background-color:#e6f4ff}.tvue-ant-group .ant-collapse-item{border:none}.tvue-ant-group .ant-collapse-content-box,.tvue-ant-group .van-collapse-item__content{padding-bottom:0}.tvue-ant-group .van-collapse-item__content{padding:0 2px}.tvue-ant-group--arrow .ant-collapse-arrow,.tvue-ant-group--arrow .ant-collapse-expand-icon,.tvue-ant-group--arrow .van-icon-arrow{display:none}.tvue-ant-group .van-hairline--top-bottom::after,.tvue-ant-group .van-hairline-unset--top-bottom::after{display:none}.tvue-ant-group .van-collapse-item__title{padding:0 10px;display:flex;align-items:center;font-size:14px}.tvue-ant-group .van-collapse-item__title::after{left:0 !important}.tvue-ant-group--none{margin:0 !important;border:none !important}.tvue-ant-group--header>.ant-collapse>.ant-collapse-item>.ant-collapse-header,.tvue-ant-group--header>.ant-collapse>.ant-collapse-item>div>.ant-collapse-header{display:none}.tvue-ant-group--collapse .ant-collapse-arrow,.tvue-ant-group--collapse .ant-collapse-expand-icon,.tvue-ant-group--collapse .ant-collapse-header{display:flex !important}.tvue-ant-group__item{margin-bottom:10px;background-color:#fff;border-bottom:1px solid #eee;border-radius:5px;box-sizing:border-box}.tvue-ant-group__item:last-child{border-bottom:none}.tvue-ant-group__header{width:100%;display:flex;align-items:center;box-sizing:border-box}.tvue-ant-group__icon{margin-right:8px;font-size:20px;color:rgba(0,0,0,.85)}.tvue-ant-group__title{font-size:16px;font-weight:500;color:rgba(0,0,0,.85)}.tvue-ant-input__phone{display:flex !important;flex-direction:row !important;align-items:center;gap:8px;width:100%}.tvue-ant-input__phone .el-select{flex-shrink:0;width:120px !important}.tvue-ant-input__phone .el-input{flex:1;min-width:0}.tvue-ant-input__bank-card-type{font-size:12px;color:#909399;padding-right:8px}.tvue-ant-input__id-card-info{cursor:pointer;padding-right:8px;font-weight:bold}.tvue-ant-input__email-valid{padding-right:8px;font-weight:bold}.tvue-ant-input__code{display:flex;gap:8px;justify-content:flex-start}.tvue-ant-input__code-item{width:42px;height:42px;text-align:center;font-size:20px;font-weight:bold;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-ant-input__code-item:focus{border-color:#409eff}.tvue-ant-input__code-item.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-ant-input__plate{display:flex;gap:8px;align-items:center;width:100%}.tvue-ant-input__plate-province{flex-shrink:0}.tvue-ant-input__ip{display:flex;align-items:center;gap:2px}.tvue-ant-input__ip-segment{width:50px;height:32px;text-align:center;font-family:"Courier New",Courier,monospace;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-ant-input__ip-segment:focus{border-color:#409eff}.tvue-ant-input__ip-segment.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-ant-input__ip-dot{font-size:20px;font-weight:bold;color:#606266;padding:0 2px}.tvue-ant-input__mac{display:flex;align-items:center;gap:2px}.tvue-ant-input__mac-segment{width:36px;height:32px;text-align:center;font-family:"Courier New",Courier,monospace;text-transform:uppercase;border:1px solid #dcdfe6;border-radius:4px;outline:none;transition:border-color .2s}.tvue-ant-input__mac-segment:focus{border-color:#409eff}.tvue-ant-input__mac-segment.is-disabled{background-color:#f5f7fa;color:#c0c4cc;cursor:not-allowed}.tvue-ant-input__mac-sep{font-size:14px;color:#606266;padding:0 1px}.tvue-ant-input__uscc-valid{padding-right:8px;font-weight:bold}.tvue-ant-textarea{width:100%}.tvue-ant-textarea .ant-input-textarea{width:100%}.tvue-ant-textarea--word-limit .ant-input{padding-right:60px !important}.tvue-ant-textarea__word-limit{font-size:12px;color:#909399;position:absolute;right:10px;bottom:8px;z-index:1;font-variant-numeric:tabular-nums}.tvue-ant-textarea.is-disabled .ant-input{background-color:#f5f5f5;color:rgba(0,0,0,.25);cursor:not-allowed}.tvue-ant-textarea:focus-within .ant-input{border-color:#409eff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.tvue-ant-input-number{width:100%}.tvue-ant-select .sortable-ghost{opacity:.8;color:#fff !important;background:#409eff !important}.tvue-ant-select .ant-tag{cursor:pointer}.tvue-ant-select__desc{float:right;color:#8492a6;font-size:13px}.tvue-ant-radio .ant-radio-wrapper{height:32px;line-height:32px}.tvue-ant-date .ant-picker,.tvue-ant-date .ant-picker-input{width:100%}.tvue-ant-date__group{display:flex;align-items:center}.tvue-ant-date__radio .el-radio-button:last-child .el-radio-button__inner{border-radius:0;border-right:0}.tvue-ant-date__date{width:300px}.tvue-ant-date__date .el-date-editor{border-top-left-radius:0px;border-bottom-left-radius:0px}.tvue-ant-array__item{margin-bottom:5px}.tvue-ant-array__input{display:flex}.tvue-ant-array__input .ant-input{flex:auto}.tvue-ant-array__input .ant-btn{margin-left:5px}.tvue-ant-crud{margin:0 auto;width:100%}.tvue-ant-crud .ant-card+.ant-card{margin-top:8px}.tvue-ant-crud .ant-button.is-text{margin-left:4px;padding-left:4px;padding-right:4px}.tvue-ant-crud--card .ant-card{border:none}.tvue-ant-crud--card .ant-card__body{padding:0}.tvue-ant-crud--card .ant-card+.ant-card{margin-top:0}.tvue-ant-crud .ant-table .ant-form-item{margin-bottom:0;display:inline-block;width:100%}.tvue-ant-crud .ant-table .ant-form-item__label{position:absolute;left:2px}.tvue-ant-crud .ant-table .ant-form-item__content{line-height:inherit;font-size:inherit}.tvue-ant-crud .ant-table .ant-form-item__content .ant-tooltip__trigger{width:100%}.tvue-ant-crud .ant-table .ant-form-item__error{width:100%;text-align:left;position:relative}.tvue-ant-crud .ant-dropdown+.ant-button{margin-left:10px}.tvue-ant-crud .ant-checkbox:last-of-type{margin-right:0px}.tvue-ant-crud__img>*{height:50px;margin-right:8px;-o-object-fit:contain;object-fit:contain;font-size:50px}.tvue-ant-crud__column .ant-checkbox{margin-bottom:10px;cursor:move}.tvue-ant-crud__header{display:flex;justify-content:space-between;position:relative;width:100%;min-height:40px;height:auto;overflow:hidden;margin-bottom:5px;background-color:#fff}.tvue-ant-crud__search .ant-card__body{padding-bottom:5px}.tvue-ant-crud__search .ant-form-item--medium.ant-form-item{margin-bottom:22px}.tvue-ant-crud .ant-table--small .tvue-crud__color{width:30px;height:30px}.tvue-ant-crud .ant-table--small .tvue-crud__icon{font-size:30px}.tvue-ant-crud th{word-break:break-word;color:rgba(0,0,0,.85);background-color:#fafafa}.tvue-ant-crud table td{line-height:26px}.tvue-ant-crud--indeterminate .is-indeterminate .ant-checkbox__inner{background-color:#fff;border-color:#dcdfe6}.tvue-ant-crud .ant-table th.ant-table__cell{word-break:break-word;color:rgba(0,0,0,.85);background-color:#fafafa}.tvue-ant-crud__color{margin:0 auto;width:40px;height:40px;border-radius:5px;display:block}.tvue-ant-crud__ghost{cursor:move;opacity:.4}.is-always-shadow+.tvue-ant-crud__pagination{padding:0}.tvue-ant-crud__pagination{position:relative;padding:20px 0}.tvue-ant-crud__pagination .ant-pagination{justify-content:flex-end}.tvue-ant-crud__form{padding:0 8px}.tvue-ant-crud__empty{padding:60px 0}.tvue-ant-crud__title{font-weight:bold;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;font-size:22px}.tvue-ant-crud__tip{padding:4px 10px 6px 10px;width:100%;margin-bottom:10px;border:1px solid #d9ecff;background-color:#ecf5ff;color:#409eff;font-size:12px;border-radius:3px}.tvue-ant-crud__tip-name{margin-right:10px}.tvue-ant-crud__tip-count{padding:0 1px;font-size:16px;font-weight:bold}.tvue-ant-crud__tip-button{cursor:pointer;font-size:12px;font-weight:bold}.tvue-ant-crud__filter-item{margin-bottom:12px;display:flex;align-items:center;justify-content:center}.tvue-ant-crud__filter-menu{padding:0 5px;margin-bottom:20px}.tvue-ant-crud__filter-label{margin:0 5px;width:120px !important}.tvue-ant-crud__filter-symbol{margin:0 5px;width:80px !important}.tvue-ant-crud__filter-value{margin:0 5px;width:150px !important}.tvue-ant-crud__filter-value .ant-date-editor.ant-input,.tvue-ant-crud__filter-value .ant-date-editor.ant-input__inner{width:100%}.tvue-ant-crud__filter-icon{margin-left:10px}.tvue-ant-crud__dialog__header{position:relative;display:flex;align-items:center;justify-content:space-between}.tvue-ant-crud__dialog__menu{position:absolute;right:25px;z-index:1}.tvue-ant-crud__dialog__menu i{color:#909399;font-size:14px}.tvue-ant-crud__dialog__menu i:hover{color:#409eff}.tvue-ant-crud__dialog__menu i{cursor:pointer}.tvue-ant-crud__dialog--fullscreen{max-width:inherit;max-height:inherit}.tvue-ant-crud__dialog .ant-dialog__headerbtn{top:5px}.tvue-ant-crud__dialog .ant-dialog__body{padding:20px 20px 5px 10px}.tvue-ant-crud__grid{overflow-y:auto}.tvue-ant-crud__grid .ant-switch{height:22px}.tvue-ant-crud__grid .ant-switch__core{height:16px}.tvue-ant-crud__grid .ant-switch__action{height:14px}.tvue-ant-crud__grid .ant-col{padding:10px;padding-left:0;box-sizing:border-box}.tvue-ant-crud__grid__content{border-radius:8px;overflow:hidden;position:relative;display:flex;flex-wrap:wrap;padding:20px 20px 10px 20px;background-size:cover;border:1px solid #fafafa}.tvue-ant-crud__grid__item{box-sizing:border-box;padding-right:5px;margin-bottom:3px;width:50%;line-height:20px;font-size:12px;color:#666;display:flex;align-items:flex-start}.tvue-ant-crud__grid__label{position:relative;margin-right:10px;font-weight:450;color:#333;flex:0 0 auto;white-space:nowrap}.tvue-ant-crud__grid__label::after{position:absolute;right:-3px;content:":"}.tvue-ant-crud__grid__value{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvue-ant-crud__grid .overHidden{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvue-ant-crud__grid .title .tvue-crud__grid__label,.tvue-ant-crud__grid .menu .tvue-crud__grid__label{display:none}.tvue-ant-crud__grid .title .ant-button,.tvue-ant-crud__grid .menu .ant-button{font-size:12px}.tvue-ant-crud__grid .row{width:100%}.tvue-ant-crud__grid .selection{width:inherit;position:absolute;top:-2px;right:-8px}.tvue-ant-crud__grid .index{width:inherit;position:absolute;right:20px;top:18px}.tvue-ant-crud__grid .index:before{content:"No";margin-right:2px;font-weight:bold}.tvue-ant-crud__grid .title{width:80%;margin-bottom:12px}.tvue-ant-crud__grid .title .tvue-crud__grid__value{font-size:16px;font-weight:bold;line-height:22px;color:#333}.tvue-ant-crud__grid__hide{display:none}.tvue-ant-crud__grid .menu{margin-top:8px;width:100%;justify-content:flex-end;text-align:right}.tvue-ant-crud__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.tvue-ant-crud .ant-table__body-wrapper tr td.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__body-wrapper tr td.ant-table-fixed-column--right,.tvue-ant-crud .ant-table__body-wrapper tr th.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__body-wrapper tr th.ant-table-fixed-column--right,.tvue-ant-crud .ant-table__footer-wrapper tr td.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__footer-wrapper tr td.ant-table-fixed-column--right,.tvue-ant-crud .ant-table__footer-wrapper tr th.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__footer-wrapper tr th.ant-table-fixed-column--right,.tvue-ant-crud .ant-table__header-wrapper tr td.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__header-wrapper tr td.ant-table-fixed-column--right,.tvue-ant-crud .ant-table__header-wrapper tr th.ant-table-fixed-column--left,.tvue-ant-crud .ant-table__header-wrapper tr th.ant-table-fixed-column--right{background-color:#fff}.tvue-data-tabs .item{position:relative;margin:15px;padding:12px;height:160px;border-radius:4px;box-sizing:border-box;overflow:hidden;color:#fff}.tvue-data-tabs .item a{color:#fff}.tvue-data-tabs .item-header{position:relative}.tvue-data-tabs .item-header>p{color:#fff;margin:0px;font-size:14px}.tvue-data-tabs .item-header>span{position:absolute;right:0px;top:0px;padding:2px 8px;border-radius:4px;font-size:12px;background:hsla(0,0%,100%,.3)}.tvue-data-tabs .item-body .h2{color:#fff;margin:0;font-size:32px;line-height:60px;font-weight:bold}.tvue-data-tabs .item-footer{padding-top:8px;line-height:20px}.tvue-data-tabs .item-footer>span{font-size:10px}.tvue-data-tabs .item-footer>p{color:#fff;margin:0px;font-size:12px}.tvue-data-tabs .item-tip{display:flex;align-items:center;justify-content:center;position:absolute;width:80px;height:80px;bottom:10px;right:10px;border:2px solid #fff;border-radius:100%;font-size:48px;transform:rotate(-40deg);opacity:.1}.tvue-data-cardText .item{padding:20px 25px;margin:10px 20px;background:#f8f8f8;border-radius:6px;box-shadow:2px 2px 20px #ccc}.tvue-data-cardText .item-header{color:#000;font-weight:bold}.tvue-data-cardText .item-content{margin-top:8PX;font-size:14px;line-height:22px;color:#333}.tvue-data-cardText .item-footer{margin-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#999}.data-box .item{position:relative;margin:0 auto 10px auto;width:96%;height:100px;overflow:hidden;border-radius:5px;box-sizing:border-box}.data-box .item:hover .item-text{top:0}.data-box .item a{display:flex}.data-box .item-icon{width:100px;height:100px;color:#fff;text-align:center;line-height:100px;align-items:center;justify-content:center;display:flex}.data-box .item-icon i{font-size:48px !important}.data-box .item-info{border-radius:0 5px 5px 0;border:1px solid #eee;border-left:none;background-color:#fff;flex:1;display:flex;justify-content:center;flex-direction:column}.data-box .item-info .title{font-size:30px;line-height:40px;text-align:center}.data-box .item-info .info{color:#999;font-size:14px;text-align:center}.data-progress .item{margin:10px}.data-progress .item-header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.data-progress .item-count{line-height:26px;font-size:26px;color:#666}.data-progress .item-title{color:#999;font-size:14px}.data-icons .item{display:flex;align-items:center;justify-content:center;width:90%;margin:0 auto;margin:10px 15px}.data-icons .item-icon{margin-top:3px;margin-right:0 !important;text-align:center}.data-icons .item-icon>i{font-size:46px !important}.data-icons .item-info{text-align:center;padding:10px 0}.data-icons .item-info>span{display:block;padding:5px 0;color:#999;font-size:12px}.data-icons .item-info .count{font-size:20px;line-height:25px}.data-icons .item--easy{flex-direction:column}.data-icons .item--easy>.item-icon{margin:0}.data-icons .item--easy>.item-info{margin-top:-15px}.data-icons .item--easy>.item-info>span{font-size:14px}.data-card .item{position:relative;margin:0 auto;margin-bottom:50px;width:230px;height:340px;overflow:hidden;border-radius:5px;border-color:#fff;border-width:1px;border-style:solid}.data-card .item:hover .item-text{top:0}.data-card .item-img{width:100%;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0}.data-card .item-text{position:absolute;top:150px;padding:20px 15px;width:100%;height:340px;overflow:auto;box-sizing:border-box;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;opacity:.9;transition:top .4s}.data-card .item-text>p{font-size:12px;line-height:25px;text-indent:2em}.tvue-data-display .item{display:flex;align-items:center;flex-direction:column;margin:5px 0;text-align:center}.tvue-data-display .count{display:block;margin:8px 0 15px 0;font-weight:bold;font-size:32px;color:#15a0ff}.tvue-data-display .title{line-height:32px;color:#999}.tvue-data-display .splitLine{display:block;margin:0 auto;width:24px;height:1px;background:#9b9b9b}.tvue-data-imgtext .item{position:relative;height:340px;width:240px;margin:10px auto;margin-bottom:50px;border-radius:5px;box-shadow:2px 2px 20px #ccc}.tvue-data-imgtext .item-header img{width:100%;height:170px;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0}.tvue-data-imgtext .item-content{padding:10px 15px;color:#333 !important}.tvue-data-imgtext .item-content span{font-size:20px}.tvue-data-imgtext .item-content:hover span{color:#1890ff}.tvue-data-imgtext .item-content p{font-size:14px;height:60px;margin:6px 0;overflow:hidden}.tvue-data-imgtext .item-footer{padding:10px 15px;position:relative}.tvue-data-imgtext .item-footer img{height:20px;width:20px;border-radius:50%}.tvue-data-imgtext .item-footer div{display:inline-block}.tvue-data-imgtext .item-footer div ul,.tvue-data-imgtext .item-footer div li{padding:0;margin:0;list-style:none;display:inline-block;border:2px solid #fff;border-radius:50%;margin-left:-8px}.tvue-data-imgtext .item-footer div:nth-child(1){font-size:14px;color:#ccc !important}.tvue-data-imgtext .item-footer div:nth-child(2){position:absolute;right:15px}.tvue-data-operatext .item a{color:#333}.tvue-data-operatext .item{margin:5px 10px;box-sizing:border-box;position:relative;border-radius:3px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.1)}.tvue-data-operatext .item-header{padding:20px 20px 60px 20px;border-top-right-radius:3px;border-top-left-radius:3px;color:#fff;background-position:center center}.tvue-data-operatext .item-title{margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,.2);display:block}.tvue-data-operatext .item-subtitle{font-size:14px;font-weight:400}.tvue-data-operatext .item-content{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top:1px solid #f4f4f4;padding:10px 10px 20px 10px;background-color:#fff}.tvue-data-operatext .item-img{margin:-60px auto 5px auto;width:90px;height:90px;border-radius:100%;overflow:hidden;border:4px solid #fff}.tvue-data-operatext .item-img img{width:100%;height:100%}.tvue-data-operatext .item-list{display:flex;flex-wrap:wrap}.tvue-data-operatext .item-row{box-sizing:border-box;width:33.33%;text-align:center}.tvue-data-operatext .item-label{margin-bottom:5px;display:block;font-weight:600;font-size:16px}.tvue-data-operatext .item-value{display:block;font-weight:300;text-transform:uppercase}.tvue-data-rotate .item{margin:5px 10px;box-sizing:border-box;position:relative;color:#fff;border-radius:3px}.tvue-data-rotate .item-box{padding:10px 20px}.tvue-data-rotate .item-count{margin-bottom:5px;font-size:38px;white-space:nowrap;font-weight:300;display:block}.tvue-data-rotate .item-title{font-size:15px}.tvue-data-rotate .item-icon{transition:all .3s linear;position:absolute;top:20px;right:20px;font-size:65px;color:rgba(0,0,0,.15)}.tvue-data-rotate .item-icon:hover{font-size:70px}.tvue-data-rotate .item-more{position:relative;text-align:center;padding:3px 0;color:#fff;color:hsla(0,0%,100%,.8);display:block;z-index:10;font-size:14px;letter-spacing:2px;background:rgba(0,0,0,.1);text-decoration:none}.tvue-data-pay .item{margin:0 auto;padding-bottom:16px;width:80%;position:relative;border-radius:4px;background-color:#fff;min-height:670px;box-shadow:1px 2px 10px #eee}.tvue-data-pay .top{width:100%;height:6px;position:absolute;top:0;left:0;border-radius:4px 4px 0 0}.tvue-data-pay .header{margin-bottom:40px;text-align:center}.tvue-data-pay .title{text-align:center;padding:20px 0 10px;font-size:20px;font-weight:200}.tvue-data-pay .money span{margin-right:5px;font-size:14px}.tvue-data-pay .money .b{margin-right:2px;font-size:20px;font-weight:bold}.tvue-data-pay .money s{margin-right:3px;font-size:12px}.tvue-data-pay .money em{font-size:14px;font-style:normal}.tvue-data-pay .img{width:50px}.tvue-data-pay .line{width:60%;height:1px;background:hsla(0,0%,59%,.1);margin:20px auto}.tvue-data-pay .btn{display:block;width:120px;height:32px;line-height:32px;margin:0 auto;text-align:center;border-radius:32px;color:#fff;cursor:pointer;transition:opacity .2s ease-in-out}.tvue-data-pay .list-item{list-style:none;padding-left:20px;margin-bottom:12px;color:#666;font-size:14px}.tvue-data-pay .list-item a{color:#666}.tvue-data-pay .list-item-icon{color:#515a6e;margin-right:8px}.tvue-data-pay .list-item--link{font-size:12px;color:#2d8cf0}.tvue-data-pay .list-item--no{color:#c5c8ce}.tvue-data-pay .list-item--no+span{color:#c5c8ce}.data-price .item{margin:0 20px;text-align:center;box-shadow:2px 3px 15px #eee}.data-price .item:hover{border:1px solid #00a680}.data-price .item:hover .body{color:#fff;background-color:#00a680}.data-price .item:hover .body::after{border-top-color:#00a680}.data-price .item:hover .list{color:#00a680}.data-price .item:hover .price{color:#fff}.data-price .item .title{height:80px;line-height:80px;font-size:18px;color:#333}.data-price .item .price{padding:0 8px;margin:0 0 50px;line-height:120px;height:120px;font-size:42px;color:#6b6b6b}.data-price .item .append{font-size:16px}.data-price .item .body{position:relative;padding:0;margin:0 0 50px;background-color:#f4f4f4;line-height:120px;height:120px;font-size:42px;color:#6b6b6b}.data-price .item .body::before{content:"¥";font-size:16px;font-weight:normal}.data-price .item .body::after{content:"";position:absolute;display:block;width:0;height:0;bottom:-15px;left:50%;transform:translateX(-50%);border-color:rgba(0,0,0,0);border-style:solid;border-width:30px;border-bottom-width:0;border-top-width:20px;border-top-color:#f4f4f4}.data-price .item .list{padding-bottom:30px;color:#666;font-size:14px}.tvue-data-panel .item{padding:0 30px;margin:0 20px;cursor:pointer;height:108px;font-size:12px;position:relative;overflow:hidden;color:#666;background:#fff;box-shadow:4px 4px 40px rgba(0,0,0,.05);border-color:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between}.tvue-data-panel .item-icon{font-size:52px}.tvue-data-panel .item-info{text-align:center}.tvue-data-panel .item-title{line-height:18px;color:rgba(0,0,0,.45);font-size:16px;margin-bottom:12px}.tvue-data-panel .item-count{font-size:20px}.data-statistic__item{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;display:flex;align-items:center;border:1px solid #ebeef5;transition:all .3s;cursor:pointer}.data-statistic__item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.data-statistic__icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.data-statistic__content{flex:1}.data-statistic__title{font-size:14px;color:#909399;margin-bottom:8px}.data-statistic__value{font-size:28px;font-weight:600;color:#303133;line-height:1.2}.data-statistic__prefix,.data-statistic__suffix{font-size:16px;font-weight:normal;color:#606266}.data-statistic__trend{margin-top:8px;font-size:13px;color:#909399}.data-statistic__trend-icon.is-up{color:#67c23a}.data-statistic__trend-icon.is-down{color:#f56c6c}.data-statistic__trend-value{margin-left:4px;font-weight:500}.data-statistic__trend-text{margin-left:8px}.data-weather__item{border-radius:12px;padding:20px;margin-bottom:20px;color:#fff;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);cursor:pointer;transition:transform .3s}.data-weather__item:hover{transform:scale(1.02)}.data-weather__header{display:flex;justify-content:space-between;margin-bottom:15px}.data-weather__city{font-size:18px;font-weight:600}.data-weather__date{font-size:13px;opacity:.8}.data-weather__body{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.data-weather__temp-value{font-size:48px;font-weight:300}.data-weather__temp-unit{font-size:24px;vertical-align:top}.data-weather__footer{display:flex;justify-content:space-between;opacity:.9}.data-weather__range{margin-top:10px;font-size:14px;opacity:.8}.data-rank{background:#fff;border-radius:8px;padding:20px;border:1px solid #ebeef5}.data-rank__header{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #ebeef5}.data-rank__title{font-size:16px;font-weight:600;color:#303133}.data-rank__item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background .2s}.data-rank__item:hover{background:#f5f7fa}.data-rank__item:last-child{border-bottom:none}.data-rank__index{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#909399;margin-right:12px}.data-rank__index.is-first,.data-rank__index.is-second,.data-rank__index.is-third{font-size:20px}.data-rank__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:12px}.data-rank__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.data-rank__info{flex:1;min-width:0}.data-rank__name{font-size:14px;font-weight:500;color:#303133}.data-rank__desc{font-size:12px;color:#909399;margin-top:4px}.data-rank__value{font-size:16px;font-weight:600;color:#409eff;margin-right:12px}.data-rank__unit{font-size:12px;font-weight:normal;color:#909399}.data-rank__bar{width:100px}.data-profile__item{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;text-align:center;border:1px solid #ebeef5;position:relative;overflow:hidden;transition:all .3s}.data-profile__item:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.data-profile__cover{position:absolute;top:0;left:0;right:0;height:80px;background-size:cover;background-position:center}.data-profile__avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 16px;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative;z-index:1;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.data-profile__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.data-profile__avatar-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:32px;font-weight:600}.data-profile__name{font-size:18px;font-weight:600;color:#303133;margin-bottom:4px}.data-profile__title{font-size:14px;color:#409eff;margin-bottom:8px}.data-profile__desc{font-size:13px;color:#909399;margin-bottom:12px}.data-profile__tags{margin-bottom:16px}.data-profile__tags .el-tag{margin:0 4px 4px 0}.data-profile__contact{text-align:left;padding:12px;background:#f5f7fa;border-radius:8px;margin-bottom:16px}.data-profile__contact-item{font-size:13px;color:#606266;margin-bottom:8px}.data-profile__contact-item:last-child{margin-bottom:0}.data-profile__contact-icon{margin-right:8px}.data-profile__stats{display:flex;justify-content:center;padding:16px 0;border-top:1px solid #ebeef5;margin-top:16px}.data-profile__stat{flex:1;text-align:center}.data-profile__stat-value{font-size:20px;font-weight:600;color:#303133}.data-profile__stat-label{font-size:12px;color:#909399;margin-top:4px}.data-profile__actions{margin-top:16px}.data-product__item{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:20px;border:1px solid #ebeef5;cursor:pointer;transition:all .3s}.data-product__item:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.data-product__img{position:relative;padding-top:100%;overflow:hidden}.data-product__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.data-product__img:hover img{transform:scale(1.05)}.data-product__tag{position:absolute;top:10px;left:10px;padding:4px 8px;font-size:12px;color:#fff;border-radius:4px}.data-product__content{padding:16px}.data-product__name{font-size:14px;font-weight:500;color:#303133;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-product__desc{font-size:12px;color:#909399;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-product__rating{display:flex;align-items:center;margin-bottom:8px}.data-product__rating-value{font-size:14px;color:#f7ba2a;margin-left:8px}.data-product__rating-count{font-size:12px;color:#909399;margin-left:4px}.data-product__price{margin-bottom:8px}.data-product__price-current{font-size:20px;font-weight:600;color:#f56c6c}.data-product__price-symbol{font-size:14px}.data-product__price-original{font-size:14px;color:#c0c4cc;text-decoration:line-through;margin-left:8px}.data-product__discount{display:inline-block;padding:2px 6px;font-size:12px;color:#f56c6c;background:#fef0f0;border-radius:4px;margin-left:8px}.data-product__info{font-size:12px;color:#909399;margin-bottom:12px}.data-product__info span{margin-right:12px}.data-product__actions{display:flex;gap:8px}.data-countdown__item{border-radius:12px;padding:24px;margin-bottom:20px;color:#fff;text-align:center}.data-countdown__title{font-size:16px;margin-bottom:16px;opacity:.9}.data-countdown__timer{display:flex;align-items:center;justify-content:center;gap:8px}.data-countdown__block{display:flex;flex-direction:column;align-items:center}.data-countdown__number{font-size:36px;font-weight:600;background:hsla(0,0%,100%,.2);padding:8px 16px;border-radius:8px;min-width:60px}.data-countdown__label{font-size:12px;margin-top:8px;opacity:.8}.data-countdown__separator{font-size:32px;font-weight:bold;margin-bottom:20px}.data-countdown__desc{margin-top:16px;font-size:14px;opacity:.8}.data-notice{background:#fff;border-radius:8px;padding:20px;border:1px solid #ebeef5}.data-notice__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #ebeef5}.data-notice__title{font-size:16px;font-weight:600;color:#303133}.data-notice__more{font-size:14px;color:#409eff;cursor:pointer}.data-notice__more:hover{opacity:.8}.data-notice__item{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background .2s}.data-notice__item:hover{background:#f5f7fa}.data-notice__item:last-child{border-bottom:none}.data-notice__tag{padding:2px 8px;font-size:12px;color:#fff;border-radius:4px;margin-right:12px;flex-shrink:0}.data-notice__content{flex:1;min-width:0}.data-notice__text{font-size:14px;color:#303133;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-notice__date{font-size:12px;color:#909399;margin-top:4px}.data-task{background:#fff;border-radius:8px;padding:20px;border:1px solid #ebeef5}.data-task__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.data-task__title{font-size:16px;font-weight:600;color:#303133}.data-task__count{font-size:14px;color:#909399}.data-task__progress{margin-bottom:16px}.data-task__item{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f5f7fa}.data-task__item:last-child{border-bottom:none}.data-task__item.is-completed .data-task__text{text-decoration:line-through;color:#c0c4cc}.data-task__content{flex:1;margin-left:12px}.data-task__text{font-size:14px;color:#303133}.data-task__meta{display:flex;align-items:center;gap:8px;margin-top:4px}.data-task__deadline{font-size:12px;color:#909399}.data-list{background:#fff;border-radius:8px;padding:20px;border:1px solid #ebeef5}.data-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #ebeef5}.data-list__title{font-size:16px;font-weight:600;color:#303133}.data-list__item{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #f5f7fa;cursor:pointer;transition:background .2s}.data-list__item:hover{background:#f5f7fa;margin:0 -20px;padding:16px 20px}.data-list__item:last-child{border-bottom:none}.data-list__avatar{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f5f7fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.data-list__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.data-list__avatar i{font-size:24px;color:#909399}.data-list__body{flex:1;margin-left:16px;min-width:0}.data-list__title-row{display:flex;align-items:center;gap:8px}.data-list__name{font-size:14px;font-weight:500;color:#303133}.data-list__desc{font-size:13px;color:#909399;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-list__extra{text-align:right;margin-left:16px}.data-list__value{font-size:16px;font-weight:600;color:#303133}.data-list__label{display:block;font-size:12px;color:#909399;margin-top:4px}.data-list__action{margin-left:16px}.data-dashboard__item{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid #ebeef5}.data-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.data-dashboard__title{font-size:14px;color:#909399}.data-dashboard__value{font-size:28px;font-weight:600;color:#303133;margin-bottom:16px}.data-dashboard__unit{font-size:14px;font-weight:normal;color:#909399;margin-left:4px}.data-dashboard__chart{display:flex;align-items:flex-end;height:40px;gap:4px;margin-bottom:12px}.data-dashboard__bar{flex:1;border-radius:2px;min-height:4px;transition:height .3s}.data-dashboard__footer{display:flex;justify-content:space-between;font-size:12px;color:#909399;padding-top:12px;border-top:1px solid #f5f7fa}[class^=tvue-data-] a{text-decoration:none}[class^=data-] a{text-decoration:none}body{font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}*{outline:none}.tvue-canvas{display:none}.tvue--detail .hover-row td{background-color:#fff !important}.tvue--detail .tvue-group__header{border-bottom:1px solid #eee;padding-left:10px}.tvue--detail .el-select__wrapper.is-disabled{background-color:rgba(0,0,0,0);box-shadow:none !important}.tvue--detail .el-select__suffix{display:none}.tvue--detail .el-collapse-item__header{margin-bottom:0}.tvue--detail .el-input.is-disabled .el-input__wrapper{box-shadow:none}.tvue--detail .el-input.is-disabled .el-input__inner,.tvue--detail .el-textarea.is-disabled .el-textarea__inner,.tvue--detail .el-range-editor.is-disabled,.tvue--detail .el-range-editor.is-disabled input{color:#606266;background-color:#fff;padding-left:0;box-shadow:none;-webkit-text-fill-color:inherit}.tvue--detail .el-input-number__decrease,.tvue--detail .el-input-number__increase{display:none}.tvue--detail .el-input-group__append,.tvue--detail .el-input-group__prepend{background-color:rgba(0,0,0,0);border:none;box-shadow:none}.tvue--detail .el-input__suffix,.tvue--detail .el-input__prefix{display:none}.tvue--detail .el-input__inner,.tvue--detail .el-textarea__inner{border:none}.tvue--detail .el-input__inner::-webkit-input-placeholder,.tvue--detail .el-textarea__inner::-webkit-input-placeholder{color:rgba(0,0,0,0) !important}.tvue--detail .el-input__inner::-moz-placeholder,.tvue--detail .el-textarea__inner::-moz-placeholder{color:rgba(0,0,0,0) !important}.tvue--detail .el-input__inner::-moz-placeholder,.tvue--detail .el-textarea__inner::-moz-placeholder{color:rgba(0,0,0,0) !important}.tvue--detail .el-input__inner::-ms-input-placeholder,.tvue--detail .el-textarea__inner::-ms-input-placeholder{color:rgba(0,0,0,0) !important}.tvue--detail .el-input__inner::-ms-input-placeholder,.tvue--detail .el-textarea__inner::-ms-input-placeholder{color:rgba(0,0,0,0) !important}.tvue--detail .tvue-checkbox__all{display:none}.tvue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#409eff;border-color:#409eff}.tvue--detail .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.tvue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#409eff;border-color:#409eff}.tvue--detail .el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#fff}.tvue--detail .el-checkbox__input.is-disabled+span.el-checkbox__label,.tvue--detail .el-radio__input.is-disabled+span.el-radio__label{color:#606266}.tvue--detail .el-select__wrapper.is-disabled .el-select__selected-item{color:#606266}.tvue--detail .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.tvue--detail .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{display:none}.tvue--detail .el-row{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5}.tvue--detail .el-col{margin:0 !important;padding:0 !important;border-bottom:1px solid #ebeef5;border-right:1px solid #ebeef5}.tvue--detail .el-form-item{margin-bottom:0;background:#fafafa}.tvue--detail .el-form-item__label{padding-right:20px;color:#909399;box-sizing:border-box;background:#fafafa}.tvue--detail .el-tag{margin-left:0 !important;margin-right:6px !important}.tvue--detail .tvue-crud{margin:10px 0}.tvue--detail .el-form-item__content{border-left:1px solid #ebeef5;padding:0 20px;box-sizing:border-box;background-color:#fff}.tvue--detail .el-input.is-disabled .el-input__wrapper{background-color:#fff}.tvue--detail .el-upload.el-upload--picture-card,.tvue--detail .el-upload.el-upload--picture,.tvue--detail .el-upload.el-upload--text,.tvue--detail .el-icon.tvue-upload__avatar,.tvue--detail .el-upload__tip{display:none}.tvue--detail .el-upload-list--picture-card,.tvue--detail .tvue-upload--picture-img{padding-top:10px}.tvue--detail .tvue-upload--picture-img .el-upload.el-upload--text{display:inline-block}.tvue--detail__column .el-form-item{background-color:#fff}.tvue--detail__column .el-form-item__label{padding-right:12px}.tvue--detail__column .el-form-item__content{padding-left:0;border-left:none}.tvue-icon{display:flex;align-items:center;justify-content:center}.tvue-icon svg,.tvue-icon i{width:20px;height:20px;font-size:20px}.tvue-icon--small svg,.tvue-icon--small i{font-size:15px;width:15px;height:15px}.tvue-dialog{min-height:180px;border-radius:2px;max-height:calc(100% - 200px);max-width:calc(100% - 100px);display:flex;padding:0;flex-direction:column}.tvue-dialog .el-dialog__header{padding:16px}.tvue-dialog .el-dialog__header,.tvue-dialog .el-drawer__header{border-bottom:1px solid #f0f0f0}.tvue-dialog .el-dialog__title,.tvue-dialog .el-drawer__header{color:rgba(0,0,0,.85);font-weight:500;word-wrap:break-word}.tvue-dialog .el-dialog__body{padding:20px 20px 60px 20px;flex:1;overflow:scroll}.tvue-dialog .el-dialog__footer{padding:20px;padding-top:10px}.tvue-dialog .el-drawer{position:absolute;right:0;top:0;display:flex;flex-direction:column}.tvue-dialog .el-drawer__header{margin:0;padding:16px 10px 16px 24px}.tvue-dialog .el-drawer__body{padding-bottom:60px}.tvue-dialog__footer{z-index:2;padding-top:20px;display:block;padding:10px 16px;box-sizing:border-box;border-top:1px solid #f0f0f0;width:100%;position:absolute;left:0;bottom:0;background-color:#fff;text-align:right}.tvue-dialog__footer--left{text-align:left}.tvue-dialog__footer--center{text-align:center}.tvue-dialog--none .el-dialog__body{padding-bottom:20px}.el-drawer{left:initial;transform:initial;max-height:initial;max-width:initial}.el-drawer .tvue-crud__dialog__menu{margin-top:5px}.el-drawer .tvue-crud__dialog__menu i{font-size:16px}.el-dialog.is-fullscreen{max-width:initial;max-height:initial}.tvue-form .el-form-item__content>div{width:100%}.tvue-form .tvue-input-number,.tvue-form .tvue-select,.tvue-form .tvue-cascader,.tvue-form .tvue-input-tree{width:100%}.tvue-form .tvue-time .el-input,.tvue-form .tvue-date .el-input{width:100%}.tvue-form .tvue-time .el-date-editor,.tvue-form .tvue-date .el-date-editor{width:100%;box-sizing:border-box}.el-upload--picture-card .el-upload-dragger,.el-upload--picture-img .el-upload-dragger{width:inherit;height:inherit;background-color:inherit}@media screen and (max-width: 992px){.tvue-crud .tvue-crud__menu{display:block}.tvue-crud .tvue-crud__left,.tvue-crud .tvue-crud__right{margin:5px 0;width:100%}.tvue-crud .tvue-crud__right{text-align:right}}