@web-utils/component 2.7.37 → 2.8.0

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 (371) hide show
  1. package/{dist/components/address-input → address-input}/index.mjs +1 -1
  2. package/{dist/components/address-input → address-input}/style.css +0 -0
  3. package/{dist/components/affix → affix}/index.mjs +1 -1
  4. package/{dist/components/affix → affix}/style.css +0 -0
  5. package/{dist/components/aside-menu → aside-menu}/index.mjs +1 -1
  6. package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
  7. package/{dist/components/avatar → avatar}/index.mjs +1 -1
  8. package/avatar/style.css +1 -0
  9. package/{dist/components/awesome-button → awesome-button}/index.mjs +1 -1
  10. package/base.css +1 -0
  11. package/{dist/components/capsule-tab → capsule-tab}/index.mjs +1 -1
  12. package/{dist/components/capsule-tab → capsule-tab}/style.css +0 -0
  13. package/{dist/components/card → card}/index.mjs +1 -1
  14. package/card/style.css +1 -0
  15. package/{dist/components/carousel → carousel}/index.mjs +1 -1
  16. package/carousel/style.css +1 -0
  17. package/{dist/components/chat → chat}/index.mjs +4 -4
  18. package/chat/style.css +1 -0
  19. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/index.mjs +2 -2
  20. package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
  21. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/index.mjs +2 -2
  22. package/{dist/components/chunk-file-uploader-button → chunk-file-uploader-button}/style.css +0 -0
  23. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/index.mjs +2 -2
  24. package/{dist/components/chunk-file-uploader-drop → chunk-file-uploader-drop}/style.css +0 -0
  25. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/index.mjs +2 -2
  26. package/{dist/components/chunk-file-uploader-file → chunk-file-uploader-file}/style.css +0 -0
  27. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/index.mjs +2 -2
  28. package/{dist/components/chunk-file-uploader-files → chunk-file-uploader-files}/style.css +0 -0
  29. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/index.mjs +2 -2
  30. package/{dist/components/chunk-file-uploader-list → chunk-file-uploader-list}/style.css +0 -0
  31. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/index.mjs +2 -2
  32. package/{dist/components/chunk-file-uploader-un-support → chunk-file-uploader-un-support}/style.css +0 -0
  33. package/{dist/chunks → chunks}/config.46422d7f.mjs +0 -0
  34. package/{dist/chunks → chunks}/confirmable-mixin.2bfe1ab9.mjs +0 -0
  35. package/{dist/chunks/dataformat.5f95e59e.mjs → chunks/dataformat.25e22176.mjs} +7 -7
  36. package/{dist/chunks/detail.81ecaefa.mjs → chunks/detail.6e53ede8.mjs} +1 -1
  37. package/{dist/chunks/dic.5c08c9fb.mjs → chunks/dic.e8280157.mjs} +8 -13
  38. package/{dist/chunks/event.e4e57889.mjs → chunks/event.a018cb06.mjs} +2 -2
  39. package/{dist/chunks/form-input-mixin.e3b4c68c.mjs → chunks/form-input-mixin.124653d9.mjs} +2 -2
  40. package/{dist/chunks/form-item-mixin.149d5844.mjs → chunks/form-item-mixin.135b60df.mjs} +1 -1
  41. package/{dist/chunks → chunks}/form-pick-mixin.61ad06b2.mjs +0 -0
  42. package/{dist/chunks/index.9b7a65d1.mjs → chunks/index.57f871af.mjs} +0 -0
  43. package/{dist/chunks/init.07b0cebe.mjs → chunks/init.f04c7036.mjs} +2 -2
  44. package/{dist/chunks → chunks}/input-number-mixin.41a066be.mjs +0 -0
  45. package/{dist/chunks → chunks}/mixins.5a78e0db.mjs +0 -0
  46. package/{dist/chunks → chunks}/packages.1fc9ccba.mjs +0 -0
  47. package/{dist/chunks → chunks}/permission.ce5d2121.mjs +0 -0
  48. package/{dist/chunks → chunks}/slot.4b391395.mjs +0 -0
  49. package/{dist/chunks → chunks}/tab-mixin.e2b9c6a4.mjs +0 -0
  50. package/{dist/chunks/util.eca708b6.mjs → chunks/util.17330567.mjs} +54 -49
  51. package/{dist/chunks → chunks}/utils.97652d86.mjs +0 -0
  52. package/{dist/chunks → chunks}/vueComponentNormalizer.446f5dc4.mjs +0 -0
  53. package/{dist/components/code-mirror-editor → code-mirror-editor}/index.mjs +1 -1
  54. package/{dist/components/code-mirror-editor → code-mirror-editor}/style.css +0 -0
  55. package/{dist/components/color-picker → color-picker}/index.mjs +1 -1
  56. package/{dist/components/column → column}/index.mjs +2 -2
  57. package/{dist/components/column-default → column-default}/index.mjs +3 -3
  58. package/{dist/components/column-dynamic → column-dynamic}/index.mjs +2 -2
  59. package/{dist/components/column-menu → column-menu}/index.mjs +4 -4
  60. package/{dist/components/column-slot → column-slot}/index.mjs +4 -4
  61. package/{dist/components/comment → comment}/index.mjs +1 -1
  62. package/comment/style.css +1 -0
  63. package/{dist/components/confirm-button → confirm-button}/index.mjs +2 -2
  64. package/{dist/components/confirmable → confirmable}/index.mjs +2 -2
  65. package/{dist/components/context-menu → context-menu}/index.mjs +1 -1
  66. package/{dist/components/context-menu → context-menu}/style.css +0 -0
  67. package/{dist/components/count-up → count-up}/index.mjs +1 -1
  68. package/{dist/components/custom-scrollbar → custom-scrollbar}/index.mjs +1 -1
  69. package/{dist/components/data-box → data-box}/index.mjs +1 -1
  70. package/data-box/style.css +1 -0
  71. package/{dist/components/data-card → data-card}/index.mjs +1 -1
  72. package/data-card/style.css +1 -0
  73. package/{dist/components/data-cardtext → data-cardtext}/index.mjs +1 -1
  74. package/data-cardtext/style.css +1 -0
  75. package/{dist/components/data-display → data-display}/index.mjs +1 -1
  76. package/data-display/style.css +1 -0
  77. package/{dist/components/data-icons → data-icons}/index.mjs +1 -1
  78. package/{dist/components/data-icons → data-icons}/style.css +1 -1
  79. package/{dist/components/data-imgtext → data-imgtext}/index.mjs +1 -1
  80. package/{dist/components/data-imgtext → data-imgtext}/style.css +1 -1
  81. package/{dist/components/data-operatext → data-operatext}/index.mjs +1 -1
  82. package/data-operatext/style.css +1 -0
  83. package/{dist/components/data-panel → data-panel}/index.mjs +1 -1
  84. package/data-panel/style.css +1 -0
  85. package/{dist/components/data-pay → data-pay}/index.mjs +1 -1
  86. package/data-pay/style.css +1 -0
  87. package/{dist/components/data-price → data-price}/index.mjs +1 -1
  88. package/data-price/style.css +1 -0
  89. package/{dist/components/data-progress → data-progress}/index.mjs +1 -1
  90. package/data-progress/style.css +1 -0
  91. package/{dist/components/data-rotate → data-rotate}/index.mjs +1 -1
  92. package/data-rotate/style.css +1 -0
  93. package/{dist/components/data-table-picker → data-table-picker}/index.mjs +2 -2
  94. package/{dist/components/data-tabs → data-tabs}/index.mjs +1 -1
  95. package/data-tabs/style.css +1 -0
  96. package/{dist/components/dialog-column → dialog-column}/index.mjs +2 -2
  97. package/{dist/components/dialog-excel → dialog-excel}/index.mjs +3 -3
  98. package/{dist/components/dialog-filter → dialog-filter}/index.mjs +2 -2
  99. package/{dist/components/dialog-form → dialog-form}/index.mjs +30 -25
  100. package/{dist/components/dialog-form → dialog-form}/style.css +0 -0
  101. package/{dist/components/dynamic-table → dynamic-table}/index.mjs +1 -1
  102. package/{dist/components/dynamic-table → dynamic-table}/style.css +0 -0
  103. package/{dist/components/e-charts → e-charts}/index.mjs +1 -1
  104. package/{dist/components/e-charts → e-charts}/style.css +0 -0
  105. package/{dist/components/easy-popup → easy-popup}/index.mjs +1 -1
  106. package/easy-popup/style.css +1 -0
  107. package/{dist/components/editable-progress → editable-progress}/index.mjs +1 -1
  108. package/{dist/components/editable-progress → editable-progress}/style.css +0 -0
  109. package/{dist/components/editable-tree → editable-tree}/index.mjs +2 -2
  110. package/{dist/components/editable-tree → editable-tree}/style.css +0 -0
  111. package/{dist/components/egd-collapse → egd-collapse}/index.mjs +1 -1
  112. package/{dist/components/egd-collapse-item → egd-collapse-item}/index.mjs +1 -1
  113. package/{dist/components/element-dialog → element-dialog}/index.mjs +1 -1
  114. package/{dist/components/element-dialog → element-dialog}/style.css +0 -0
  115. package/{dist/components/empty-view → empty-view}/index.mjs +1 -1
  116. package/{dist/components/empty-view → empty-view}/style.css +0 -0
  117. package/{dist/components/error-view → error-view}/index.mjs +1 -1
  118. package/{dist/components/error-view → error-view}/style.css +0 -0
  119. package/{dist/components/flex-column → flex-column}/index.mjs +2 -2
  120. package/{dist/components/flex-item → flex-item}/index.mjs +2 -2
  121. package/{dist/components/flex-row → flex-row}/index.mjs +2 -2
  122. package/{dist/components/flex-scroller → flex-scroller}/index.mjs +1 -1
  123. package/{dist/components/flex-scroller → flex-scroller}/style.css +0 -0
  124. package/{dist/components/flow → flow}/index.mjs +2 -2
  125. package/flow/style.css +1 -0
  126. package/{dist/components/flow-node → flow-node}/index.mjs +2 -2
  127. package/{dist/components/flow-viewer → flow-viewer}/index.mjs +1 -1
  128. package/{dist/components/flow-viewer → flow-viewer}/style.css +0 -0
  129. package/{dist/components/form-button → form-button}/index.mjs +2 -2
  130. package/{dist/components/form-cascader → form-cascader}/index.mjs +4 -4
  131. package/{dist/components/form-checkbox-group → form-checkbox-group}/index.mjs +4 -4
  132. package/{dist/components/form-checkbox-group → form-checkbox-group}/style.css +0 -0
  133. package/{dist/components/form-date-picker → form-date-picker}/index.mjs +4 -4
  134. package/{dist/components/form-group → form-group}/index.mjs +1 -1
  135. package/form-group/style.css +1 -0
  136. package/{dist/components/form-holder → form-holder}/index.mjs +2 -2
  137. package/{dist/components/form-input → form-input}/index.mjs +3 -3
  138. package/{dist/components/form-input-email → form-input-email}/index.mjs +3 -3
  139. package/{dist/components/form-input-id-card → form-input-id-card}/index.mjs +3 -3
  140. package/{dist/components/form-input-number → form-input-number}/index.mjs +4 -4
  141. package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
  142. package/{dist/components/form-input-phone-number → form-input-phone-number}/index.mjs +3 -3
  143. package/{dist/components/form-input-time → form-input-time}/index.mjs +3 -3
  144. package/{dist/components/form-item → form-item}/index.mjs +2 -2
  145. package/{dist/components/form-item → form-item}/style.css +0 -0
  146. package/{dist/components/form-item-config-provider → form-item-config-provider}/index.mjs +1 -1
  147. package/{dist/components/form-item-group → form-item-group}/index.mjs +1 -1
  148. package/{dist/components/form-item-group → form-item-group}/style.css +0 -0
  149. package/{dist/components/form-radio-group → form-radio-group}/index.mjs +4 -4
  150. package/{dist/components/form-radio-group → form-radio-group}/style.css +0 -0
  151. package/{dist/components/form-select → form-select}/index.mjs +4 -4
  152. package/{dist/components/form-switch → form-switch}/index.mjs +3 -3
  153. package/{dist/components/form-temp → form-temp}/index.mjs +4 -4
  154. package/{dist/components/form-textarea → form-textarea}/index.mjs +3 -3
  155. package/{dist/components/form-view → form-view}/index.mjs +1 -1
  156. package/{dist/components/form-view → form-view}/style.css +0 -0
  157. package/{dist/components/fy-array → fy-array}/index.mjs +3 -3
  158. package/{dist/components/fy-array → fy-array}/style.css +0 -0
  159. package/{dist/components/fy-article → fy-article}/index.mjs +1 -1
  160. package/fy-article/style.css +1 -0
  161. package/{dist/components/fy-cascader → fy-cascader}/index.mjs +2 -2
  162. package/{dist/components/fy-checkbox → fy-checkbox}/index.mjs +2 -2
  163. package/{dist/components/fy-checkbox → fy-checkbox}/style.css +0 -0
  164. package/{dist/components/fy-code → fy-code}/index.mjs +2 -2
  165. package/{dist/components/fy-curd → fy-curd}/index.mjs +7 -7
  166. package/{dist/components/fy-curd → fy-curd}/style.css +1 -1
  167. package/{dist/components/fy-date → fy-date}/index.mjs +2 -2
  168. package/{dist/components/fy-date → fy-date}/style.css +1 -1
  169. package/{dist/components/fy-dialog-form → fy-dialog-form}/index.mjs +3 -3
  170. package/{dist/components/fy-draggable → fy-draggable}/index.mjs +2 -2
  171. package/fy-draggable/style.css +1 -0
  172. package/{dist/components/fy-dynamic → fy-dynamic}/index.mjs +3 -3
  173. package/fy-dynamic/style.css +1 -0
  174. package/{dist/components/fy-empty → fy-empty}/index.mjs +2 -2
  175. package/{dist/components/fy-empty → fy-empty}/style.css +0 -0
  176. package/{dist/components/fy-form → fy-form}/index.mjs +10 -19
  177. package/{dist/components/fy-form → fy-form}/style.css +1 -1
  178. package/{dist/components/fy-form-design → fy-form-design}/index.mjs +13 -13
  179. package/fy-form-design/style.css +1 -0
  180. package/{dist/components/fy-form-menu → fy-form-menu}/index.mjs +1 -1
  181. package/{dist/components/fy-input → fy-input}/index.mjs +2 -2
  182. package/{dist/components/fy-input-color → fy-input-color}/index.mjs +2 -2
  183. package/{dist/components/fy-input-icon → fy-input-icon}/index.mjs +2 -2
  184. package/fy-input-icon/style.css +1 -0
  185. package/{dist/components/fy-input-map → fy-input-map}/index.mjs +2 -2
  186. package/{dist/components/fy-input-map → fy-input-map}/style.css +1 -1
  187. package/{dist/components/fy-input-number → fy-input-number}/index.mjs +2 -2
  188. package/{dist/components/fy-input-table → fy-input-table}/index.mjs +2 -2
  189. package/fy-input-table/style.css +1 -0
  190. package/{dist/components/fy-input-tree → fy-input-tree}/index.mjs +2 -2
  191. package/fy-input-tree/style.css +1 -0
  192. package/{dist/components/fy-progress → fy-progress}/index.mjs +1 -1
  193. package/{dist/components/fy-radio → fy-radio}/index.mjs +2 -2
  194. package/{dist/components/fy-radio → fy-radio}/style.css +0 -0
  195. package/{dist/components/fy-rate → fy-rate}/index.mjs +2 -2
  196. package/{dist/components/fy-rate → fy-rate}/style.css +0 -0
  197. package/{dist/components/fy-select → fy-select}/index.mjs +4 -4
  198. package/fy-select/style.css +1 -0
  199. package/{dist/components/fy-slider → fy-slider}/index.mjs +3 -3
  200. package/{dist/components/fy-switch → fy-switch}/index.mjs +2 -2
  201. package/{dist/components/fy-tabs → fy-tabs}/index.mjs +7 -7
  202. package/{dist/components/fy-time → fy-time}/index.mjs +2 -2
  203. package/{dist/components/fy-title → fy-title}/index.mjs +2 -2
  204. package/fy-title/style.css +1 -0
  205. package/{dist/components/fy-tree → fy-tree}/index.mjs +3 -3
  206. package/fy-tree/style.css +1 -0
  207. package/{dist/components/fy-u-editor → fy-u-editor}/index.mjs +2 -2
  208. package/{dist/components/fy-u-editor → fy-u-editor}/style.css +0 -0
  209. package/{dist/components/fy-upload → fy-upload}/index.mjs +4 -4
  210. package/fy-upload/style.css +1 -0
  211. package/{dist/components/guide-steps → guide-steps}/index.mjs +1 -1
  212. package/{dist/components/guide-steps → guide-steps}/style.css +0 -0
  213. package/{dist/components/header-menu → header-menu}/index.mjs +4 -4
  214. package/{dist/components/header-search → header-search}/index.mjs +5 -5
  215. package/{dist/components/highlight-j-s → highlight-j-s}/index.mjs +1 -1
  216. package/highlight-j-s/style.css +1 -0
  217. package/{dist/components/icon-card → icon-card}/index.mjs +1 -1
  218. package/{dist/components/icon-card → icon-card}/style.css +0 -0
  219. package/{dist/components/icon-temp → icon-temp}/index.mjs +1 -1
  220. package/{dist/components/icon-temp → icon-temp}/style.css +1 -1
  221. package/{dist/components/iframe-window → iframe-window}/index.mjs +1 -1
  222. package/{dist/components/iframe-window → iframe-window}/style.css +0 -0
  223. package/{dist/components/image-cropper → image-cropper}/index.mjs +71 -21
  224. package/image-cropper/style.css +1 -0
  225. package/{dist/components/image-preview → image-preview}/index.mjs +70 -43
  226. package/image-preview/style.css +1 -0
  227. package/{dist/components/image-viewer → image-viewer}/index.mjs +1 -1
  228. package/image-viewer/style.css +1 -0
  229. package/{dist/index.cjs → index.cjs} +7 -7
  230. package/index.css +1 -0
  231. package/{dist/index.mjs → index.mjs} +143 -95
  232. package/{dist/components/input-number → input-number}/index.mjs +2 -2
  233. package/{dist/components/input-number → input-number}/style.css +0 -0
  234. package/{dist/components/input-number-range → input-number-range}/index.mjs +1 -1
  235. package/{dist/components/input-number-range → input-number-range}/style.css +0 -0
  236. package/{dist/components/j-s-x-component → j-s-x-component}/index.mjs +0 -0
  237. package/{dist/components/keep-view-alive → keep-view-alive}/index.mjs +1 -1
  238. package/{dist/components/keyboard → keyboard}/index.mjs +1 -1
  239. package/keyboard/style.css +1 -0
  240. package/{dist/components/license → license}/index.mjs +2 -2
  241. package/{dist/components/loading-view → loading-view}/index.mjs +1 -1
  242. package/{dist/components/loading-view → loading-view}/style.css +0 -0
  243. package/{dist/components/login → login}/index.mjs +2 -2
  244. package/login/style.css +1 -0
  245. package/{dist/components/name-avatar → name-avatar}/index.mjs +1 -1
  246. package/name-avatar/style.css +1 -0
  247. package/{dist/components/nav-bar → nav-bar}/index.mjs +1 -1
  248. package/{dist/components/nav-bar → nav-bar}/style.css +0 -0
  249. package/{dist/components/not-implement → not-implement}/index.mjs +1 -1
  250. package/{dist/components/not-implement → not-implement}/style.css +0 -0
  251. package/{dist/components/notice → notice}/index.mjs +1 -1
  252. package/notice/style.css +1 -0
  253. package/package.json +3 -125
  254. package/{dist/components/page → page}/index.mjs +1 -1
  255. package/{dist/components/page → page}/style.css +0 -0
  256. package/{dist/components/page-header → page-header}/index.mjs +1 -1
  257. package/{dist/components/page-header → page-header}/style.css +0 -0
  258. package/{dist/components/page-index → page-index}/index.mjs +1 -1
  259. package/{dist/components/page-index → page-index}/style.css +0 -0
  260. package/{dist/components/page-index-top → page-index-top}/index.mjs +1 -1
  261. package/{dist/components/page-skeleton → page-skeleton}/index.mjs +1 -1
  262. package/{dist/components/page-skeleton → page-skeleton}/style.css +0 -0
  263. package/{dist/components/page-skeleton-new → page-skeleton-new}/index.mjs +1 -1
  264. package/{dist/components/page-skeleton-new → page-skeleton-new}/style.css +0 -0
  265. package/{dist/components/pageable-table → pageable-table}/index.mjs +2 -2
  266. package/{dist/components/pageable-table → pageable-table}/style.css +0 -0
  267. package/{dist/components/pageable-view → pageable-view}/index.mjs +2 -2
  268. package/{dist/components/pageable-view → pageable-view}/style.css +0 -0
  269. package/{dist/components/photo-swipe → photo-swipe}/index.mjs +1 -1
  270. package/{dist/components/process-designer → process-designer}/index.mjs +1 -1
  271. package/{dist/components/process-designer → process-designer}/style.css +1 -1
  272. package/{dist/components/properties-panel → properties-panel}/index.mjs +7 -7
  273. package/properties-panel/style.css +1 -0
  274. package/{dist/components/queue → queue}/index.mjs +1 -1
  275. package/{dist/components/record-video → record-video}/index.mjs +34 -34
  276. package/record-video/style.css +1 -0
  277. package/{dist/components/resize-observer → resize-observer}/index.mjs +2 -2
  278. package/{dist/components/resize-observer → resize-observer}/style.css +0 -0
  279. package/{dist/components/search → search}/index.mjs +3 -3
  280. package/search/style.css +1 -0
  281. package/{dist/components/search-popover → search-popover}/index.mjs +12 -12
  282. package/search-popover/style.css +1 -0
  283. package/{dist/components/sign → sign}/index.mjs +2 -2
  284. package/{dist/components/sign → sign}/style.css +0 -0
  285. package/{dist/components/sign-panel → sign-panel}/index.mjs +1 -1
  286. package/{dist/components/sign-panel → sign-panel}/style.css +0 -0
  287. package/{dist/components/skeleton → skeleton}/index.mjs +1 -1
  288. package/skeleton/style.css +1 -0
  289. package/{dist/components/split-pane → split-pane}/index.mjs +1 -1
  290. package/{dist/components/split-pane → split-pane}/style.css +0 -0
  291. package/{dist/components/stateful → stateful}/index.mjs +1 -1
  292. package/{dist/components/stateful → stateful}/style.css +0 -0
  293. package/{dist/components/static-pageable-table → static-pageable-table}/index.mjs +1 -1
  294. package/{dist/components/static-pageable-table → static-pageable-table}/style.css +0 -0
  295. package/{dist/components/swiper → swiper}/index.mjs +1 -1
  296. package/{dist/components/swiper → swiper}/style.css +0 -0
  297. package/{dist/components/tab → tab}/index.mjs +2 -2
  298. package/{dist/components/tab → tab}/style.css +0 -0
  299. package/{dist/components/tab-item → tab-item}/index.mjs +2 -2
  300. package/{dist/components/table-column → table-column}/index.mjs +1 -1
  301. package/{dist/components/table-page → table-page}/index.mjs +3 -3
  302. package/{dist/components/table-view → table-view}/index.mjs +2 -2
  303. package/{dist/components/table-view → table-view}/style.css +0 -0
  304. package/{dist/components/tag-render → tag-render}/index.mjs +1 -1
  305. package/{dist/components/tag-render → tag-render}/style.css +0 -0
  306. package/{dist/components/text-ellipsis → text-ellipsis}/index.mjs +2 -2
  307. package/{dist/components/text-ellipsis → text-ellipsis}/style.css +0 -0
  308. package/{dist/components/tinymce-editor → tinymce-editor}/index.mjs +1 -1
  309. package/{dist/components/tinymce-editor → tinymce-editor}/style.css +0 -0
  310. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/index.mjs +1 -1
  311. package/{dist/components/tinymce-wrapper → tinymce-wrapper}/style.css +0 -0
  312. package/{dist/components/toolbar → toolbar}/index.mjs +1 -1
  313. package/{dist/components/toolbar → toolbar}/style.css +0 -0
  314. package/{dist/components/toolbar-button → toolbar-button}/index.mjs +1 -1
  315. package/{dist/components/toolbar-button → toolbar-button}/style.css +0 -0
  316. package/{dist/components/trigger → trigger}/index.mjs +1 -1
  317. package/{dist/components/verify → verify}/index.mjs +2 -2
  318. package/verify/style.css +1 -0
  319. package/{dist/components/vue-tags-input → vue-tags-input}/index.mjs +1 -1
  320. package/{dist/components/vue-tags-input → vue-tags-input}/style.css +0 -0
  321. package/{dist/components/watermark → watermark}/index.mjs +2 -2
  322. package/{dist/components/watermark → watermark}/style.css +0 -0
  323. package/web-types.json +2 -2
  324. package/README.md +0 -27
  325. package/dist/components/avatar/style.css +0 -1
  326. package/dist/components/base.css +0 -1
  327. package/dist/components/card/style.css +0 -1
  328. package/dist/components/carousel/style.css +0 -1
  329. package/dist/components/chat/style.css +0 -1
  330. package/dist/components/comment/style.css +0 -1
  331. package/dist/components/data-box/style.css +0 -1
  332. package/dist/components/data-card/style.css +0 -1
  333. package/dist/components/data-cardtext/style.css +0 -1
  334. package/dist/components/data-display/style.css +0 -1
  335. package/dist/components/data-operatext/style.css +0 -1
  336. package/dist/components/data-panel/style.css +0 -1
  337. package/dist/components/data-pay/style.css +0 -1
  338. package/dist/components/data-price/style.css +0 -1
  339. package/dist/components/data-progress/style.css +0 -1
  340. package/dist/components/data-rotate/style.css +0 -1
  341. package/dist/components/data-tabs/style.css +0 -1
  342. package/dist/components/easy-popup/style.css +0 -1
  343. package/dist/components/flow/style.css +0 -1
  344. package/dist/components/form-group/style.css +0 -1
  345. package/dist/components/fy-article/style.css +0 -1
  346. package/dist/components/fy-draggable/style.css +0 -1
  347. package/dist/components/fy-dynamic/style.css +0 -1
  348. package/dist/components/fy-form-design/style.css +0 -1
  349. package/dist/components/fy-input-icon/style.css +0 -1
  350. package/dist/components/fy-input-table/style.css +0 -1
  351. package/dist/components/fy-input-tree/style.css +0 -1
  352. package/dist/components/fy-select/style.css +0 -1
  353. package/dist/components/fy-tabs/style.css +0 -0
  354. package/dist/components/fy-title/style.css +0 -1
  355. package/dist/components/fy-tree/style.css +0 -1
  356. package/dist/components/fy-upload/style.css +0 -1
  357. package/dist/components/highlight-j-s/style.css +0 -1
  358. package/dist/components/image-cropper/style.css +0 -1
  359. package/dist/components/image-preview/style.css +0 -1
  360. package/dist/components/image-viewer/style.css +0 -1
  361. package/dist/components/keyboard/style.css +0 -1
  362. package/dist/components/login/style.css +0 -1
  363. package/dist/components/name-avatar/style.css +0 -1
  364. package/dist/components/notice/style.css +0 -1
  365. package/dist/components/properties-panel/style.css +0 -1
  366. package/dist/components/record-video/style.css +0 -1
  367. package/dist/components/search/style.css +0 -1
  368. package/dist/components/search-popover/style.css +0 -1
  369. package/dist/components/skeleton/style.css +0 -1
  370. package/dist/components/verify/style.css +0 -1
  371. package/dist/index.css +0 -1
@@ -904,15 +904,15 @@ function strCorNum(t) {
904
904
  t[n] = Number(s);
905
905
  }), t;
906
906
  }
907
- function extend() {
908
- let t = arguments[0] || {}, s = !1;
909
- const n = Array.prototype.slice.call(arguments);
910
- let r = 1, a, o, l, c, u = !1;
911
- for (typeof t == "boolean" && (s = t, r++, t = arguments[1]); r < n.length; r++)
912
- if ((a = n[r]) != null)
913
- for (l in a)
914
- c = a[l], o = t[l], s && (toString.call(c) === "[object Object]" || (u = toString.call(c) === "[object Array]")) ? (u ? o = toString.call(o) === "[object Array]" ? o : [] : o = toString.call(o) === "[object Object]" ? o : {}, t[l] = extend(s, o, c)) : c !== void 0 && c !== o && (t[l] = c);
915
- return t;
907
+ function extend(...t) {
908
+ let s = t[0] || {}, n = !1;
909
+ const r = Array.prototype.slice.call(t);
910
+ let a = 1, o, l, c, u, d = !1;
911
+ for (typeof s == "boolean" && (n = s, a++, s = t[1]); a < r.length; a++)
912
+ if ((o = r[a]) != null)
913
+ for (c in o)
914
+ u = o[c], l = s[c], n && (toString.call(u) === "[object Object]" || (d = toString.call(u) === "[object Array]")) ? (d ? l = toString.call(l) === "[object Array]" ? l : [] : l = toString.call(l) === "[object Object]" ? l : {}, s[c] = extend(n, l, u)) : u !== void 0 && u !== l && (s[c] = u);
915
+ return s;
916
916
  }
917
917
  function createObj(t, s) {
918
918
  const n = s.split("."), r = n.splice(0, 1)[0], a = {};
@@ -967,12 +967,17 @@ const deepClone = (t) => {
967
967
  n = {};
968
968
  else
969
969
  return t;
970
- if (s === "array")
971
- for (var r = 0, a = t.length; r < a; r++)
972
- t[r] = (() => (t[r] === 0, t[r]))(), t[r] && delete t[r].$parent, n.push(deepClone(t[r]));
973
- else if (s === "object")
974
- for (const o in t)
975
- t && delete t.$parent, n[o] = deepClone(t[o]);
970
+ if (s === "array") {
971
+ t = t;
972
+ let r = 0;
973
+ const a = t.length;
974
+ for (; r < a; r++)
975
+ t[r] && delete t[r].$parent, n.push(deepClone(t[r]));
976
+ } else if (s === "object")
977
+ for (const r in t) {
978
+ const a = t[r];
979
+ a && delete a.$parent, n[r] = deepClone(t[r]);
980
+ }
976
981
  return n;
977
982
  }, setPx = (t, s = "") => (t || (t = s), t ? (t = `${t}`, t.indexOf("%") === -1 && t.indexOf("px") === -1 && (t = `${t}px`), t) : ""), detailDataType = (t, s) => isBlank(t) ? t : s === "number" ? Number(t) : s === "string" ? `${t}` : t, detailDic = (t = [], s = {}, n) => {
978
983
  const r = s.value || DIC_PROPS.value, a = s.children || DIC_PROPS.children;
@@ -999,7 +1004,7 @@ const deepClone = (t) => {
999
1004
  return t.forEach((a) => {
1000
1005
  a[r] && (n = n.concat(a[r]));
1001
1006
  }), n;
1002
- }, findLabelNode = (t, s, n, r) => {
1007
+ }, findLabelNode = (t, s, n, r = null) => {
1003
1008
  let a;
1004
1009
  r || (t = detailDicGroup(t, n));
1005
1010
  const o = (l) => {
@@ -1010,7 +1015,7 @@ const deepClone = (t) => {
1010
1015
  }
1011
1016
  };
1012
1017
  return o(t), a;
1013
- }, getDeepData = (t) => (Array.isArray(t) ? t : t.data) || [], getObjValue = (t, s = "", n) => {
1018
+ }, getDeepData = (t) => (Array.isArray(t) ? t : t.data) || [], getObjValue = (t, s = "", n = null) => {
1014
1019
  const r = s.split(".");
1015
1020
  let a = t;
1016
1021
  return r[0] === "" && n !== "object" ? getDeepData(t) : (r[0] !== "" && r.forEach((o) => {
@@ -1229,8 +1234,8 @@ var render$32 = function() {
1229
1234
  }
1230
1235
  }), n("div", {
1231
1236
  staticStyle: {
1232
- "text-align": "right",
1233
- margin: "0"
1237
+ margin: "0",
1238
+ "text-align": "right"
1234
1239
  }
1235
1240
  }, [n("ElButton", {
1236
1241
  attrs: {
@@ -3488,7 +3493,7 @@ const sendDic = (t) => {
3488
3493
  d && (s = d.dicUrl, r = d.dicMethod, c = d.headers || {}, n = d.dicQuery || {}, l = d.dicFormatter, o = d.props);
3489
3494
  const h = "key";
3490
3495
  s = s || "";
3491
- let m = [];
3496
+ let m;
3492
3497
  const _ = {};
3493
3498
  return m = s.match(/[^{}]+(?=})/g) || [], m.forEach((x) => {
3494
3499
  const b = `{{${x}}}`, g = p[x];
@@ -3501,16 +3506,11 @@ const sendDic = (t) => {
3501
3506
  let y = [];
3502
3507
  typeof l == "function" ? y = l(g.data) : y = getObjValue(g.data, a), x(y);
3503
3508
  };
3504
- r === "post" ? window.axios.post(s, _, {
3505
- headers: c
3506
- }).then(function(g) {
3509
+ r === "post" ? window.axios.post(s, _, { headers: c }).then(function(g) {
3507
3510
  b(g);
3508
3511
  }).catch(() => [
3509
3512
  x([])
3510
- ]) : window.axios.get(s, {
3511
- params: n,
3512
- headers: c
3513
- }).then(function(g) {
3513
+ ]) : window.axios.get(s, { params: n, headers: c }).then(function(g) {
3514
3514
  b(g);
3515
3515
  }).catch(() => [
3516
3516
  x([])
@@ -6701,9 +6701,8 @@ var render$2u = function() {
6701
6701
  }
6702
6702
  }, [t._v(t._s(t.option.emptyText))]) : t._e()], 1) : t._e()], 1);
6703
6703
  }, staticRenderFns$2u = [];
6704
- const DialogForm_vue_vue_type_style_index_0_lang = "", __vue2_script$2G = {
6704
+ const DialogForm_vue_vue_type_style_index_0_lang = "", DialogForm = {
6705
6705
  name: "DialogForm",
6706
- // showForm,
6707
6706
  data() {
6708
6707
  return {
6709
6708
  opt: {},
@@ -6759,7 +6758,12 @@ const DialogForm_vue_vue_type_style_index_0_lang = "", __vue2_script$2G = {
6759
6758
  this.callback && this.callback({ data: t, close: this.close, done: s });
6760
6759
  }
6761
6760
  }
6762
- }, __cssModules$2G = {};
6761
+ };
6762
+ DialogForm.showForm = (t) => {
6763
+ const s = Vue.extend(DialogForm), n = new s().$mount();
6764
+ return document.body.appendChild(n.$el), n.show(t), n;
6765
+ };
6766
+ const __vue2_script$2G = DialogForm, __cssModules$2G = {};
6763
6767
  var __component__$2G = /* @__PURE__ */ normalizeComponent(
6764
6768
  __vue2_script$2G,
6765
6769
  render$2u,
@@ -6774,7 +6778,7 @@ function __vue2_injectStyles$2G(t) {
6774
6778
  for (let s in __cssModules$2G)
6775
6779
  this[s] = __cssModules$2G[s];
6776
6780
  }
6777
- const DialogForm = /* @__PURE__ */ function() {
6781
+ const DialogForm$1 = /* @__PURE__ */ function() {
6778
6782
  return __component__$2G.exports;
6779
6783
  }();
6780
6784
  var render$2t = function() {
@@ -15342,26 +15346,17 @@ const FyEmpty = /* @__PURE__ */ function() {
15342
15346
  function _({ dic: b, props: g, columnType: y, multiple: C }) {
15343
15347
  const $ = g.value || "value", w = b.length;
15344
15348
  if (["checkbox"].includes(y) || C) {
15345
- const E = u({
15346
- min: 1,
15347
- max: w
15348
- }), k = [];
15349
+ const E = u({ min: 1, max: w }), k = [];
15349
15350
  for (let M = 0; M < E; M++) {
15350
15351
  let I = !0;
15351
15352
  for (; I; ) {
15352
- const T = u({
15353
- min: 0,
15354
- max: w - 1
15355
- }), F = b[T][$];
15353
+ const T = u({ min: 0, max: w - 1 }), F = b[T][$];
15356
15354
  k.includes(F) || (k.push(F), I = !1);
15357
15355
  }
15358
15356
  }
15359
15357
  return k;
15360
15358
  } else {
15361
- const E = u({
15362
- min: 0,
15363
- max: w - 1
15364
- });
15359
+ const E = u({ min: 0, max: w - 1 });
15365
15360
  return b[E][$];
15366
15361
  }
15367
15362
  }
@@ -18533,7 +18528,7 @@ var __component__$1J = /* @__PURE__ */ normalizeComponent(
18533
18528
  staticRenderFns$1E,
18534
18529
  !1,
18535
18530
  __vue2_injectStyles$1J,
18536
- "2c9c8280",
18531
+ "75f24f72",
18537
18532
  null,
18538
18533
  null
18539
18534
  );
@@ -18954,8 +18949,8 @@ var render$1A = function() {
18954
18949
  }, [n("i", {
18955
18950
  staticClass: "drag-item el-icon-s-operation",
18956
18951
  staticStyle: {
18957
- "font-size": "16px",
18958
18952
  margin: "0 5px",
18953
+ "font-size": "16px",
18959
18954
  cursor: "move"
18960
18955
  }
18961
18956
  }), n("ElInput", {
@@ -19005,8 +19000,8 @@ var render$1A = function() {
19005
19000
  }
19006
19001
  }) : t._e(), n("ElButton", {
19007
19002
  staticStyle: {
19008
- padding: "4px",
19009
- "margin-left": "5px"
19003
+ "margin-left": "5px",
19004
+ padding: "4px"
19010
19005
  },
19011
19006
  attrs: {
19012
19007
  circle: "",
@@ -19233,8 +19228,8 @@ var render$1A = function() {
19233
19228
  }, [n("i", {
19234
19229
  staticClass: "drag-item el-icon-s-operation",
19235
19230
  staticStyle: {
19236
- "font-size": "16px",
19237
19231
  margin: "0 5px",
19232
+ "font-size": "16px",
19238
19233
  cursor: "move"
19239
19234
  }
19240
19235
  }), n("ElInput", {
@@ -19252,8 +19247,8 @@ var render$1A = function() {
19252
19247
  }
19253
19248
  }), n("ElButton", {
19254
19249
  staticStyle: {
19255
- padding: "4px",
19256
- "margin-left": "5px"
19250
+ "margin-left": "5px",
19251
+ padding: "4px"
19257
19252
  },
19258
19253
  attrs: {
19259
19254
  circle: "",
@@ -19697,8 +19692,8 @@ var render$1z = function() {
19697
19692
  }, [n("i", {
19698
19693
  staticClass: "drag-item el-icon-s-operation",
19699
19694
  staticStyle: {
19700
- "font-size": "16px",
19701
19695
  margin: "0 5px",
19696
+ "font-size": "16px",
19702
19697
  cursor: "move"
19703
19698
  }
19704
19699
  }), n("ElInput", {
@@ -19716,8 +19711,8 @@ var render$1z = function() {
19716
19711
  }
19717
19712
  }), n("ElButton", {
19718
19713
  staticStyle: {
19719
- padding: "4px",
19720
- "margin-left": "5px"
19714
+ "margin-left": "5px",
19715
+ padding: "4px"
19721
19716
  },
19722
19717
  attrs: {
19723
19718
  circle: "",
@@ -20024,7 +20019,7 @@ var __component__$1E = /* @__PURE__ */ normalizeComponent(
20024
20019
  staticRenderFns$1z,
20025
20020
  !1,
20026
20021
  __vue2_injectStyles$1E,
20027
- "42ed5e40",
20022
+ "3c348f5c",
20028
20023
  null,
20029
20024
  null
20030
20025
  );
@@ -25703,7 +25698,7 @@ var render$18 = function() {
25703
25698
  }), t._v("  " + t._s(r.label) + " ")])]);
25704
25699
  }), 1)], 1);
25705
25700
  }, staticRenderFns$18 = [];
25706
- const FyTabs_vue_vue_type_style_index_0_lang = "", __vue2_script$1d = {
25701
+ const __vue2_script$1d = {
25707
25702
  name: "FyTabs",
25708
25703
  props: {
25709
25704
  option: {
@@ -28178,9 +28173,8 @@ var render$X = function() {
28178
28173
  }
28179
28174
  })])])])]);
28180
28175
  }, staticRenderFns$X = [];
28181
- const ImageCropper_vue_vue_type_style_index_0_lang = "", __vue2_script$10 = {
28176
+ const ImageCropper_vue_vue_type_style_index_0_lang = "", ImageCropper = {
28182
28177
  name: "ImageCropper",
28183
- // imageCropper,
28184
28178
  components: {
28185
28179
  VueCropper
28186
28180
  },
@@ -28221,7 +28215,46 @@ const ImageCropper_vue_vue_type_style_index_0_lang = "", __vue2_script$10 = {
28221
28215
  t && t(), this.visible = !1, this.option.cancel && this.option.cancel(), typeof this.option.beforeClose == "function" && this.option.beforeClose(), this.$destroy(), this.$el.remove();
28222
28216
  }
28223
28217
  }
28224
- }, __cssModules$10 = {};
28218
+ }, imageCropper = (t = {}) => {
28219
+ const s = Vue.extend(ImageCropper), n = f({
28220
+ outputSize: 1,
28221
+ // 裁剪生成图片的质量(可选0.1 - 1)
28222
+ outputType: "jpeg",
28223
+ // 裁剪生成图片的格式(jpeg || png || webp)
28224
+ info: !0,
28225
+ // 图片大小信息
28226
+ canScale: !0,
28227
+ // 图片是否允许滚轮缩放
28228
+ autoCrop: !0,
28229
+ // 是否默认生成截图框
28230
+ fixed: !1,
28231
+ // 是否开启截图框宽高固定比例
28232
+ full: !1,
28233
+ // false按原比例裁切图片,不失真
28234
+ fixedBox: !1,
28235
+ // 固定截图框大小,不允许改变
28236
+ canMove: !0,
28237
+ // 上传图片是否可以移动
28238
+ canMoveBox: !0,
28239
+ // 截图框能否拖动
28240
+ original: !1,
28241
+ // 上传图片按照原始比例渲染
28242
+ centerBox: !1,
28243
+ // 截图框是否被限制在图片里面
28244
+ height: !0,
28245
+ // 是否按照设备的dpr 输出等比例图片
28246
+ infoTrue: !1,
28247
+ // true为展示真实输出图片宽高,false展示看到的截图框宽高
28248
+ enlarge: 1
28249
+ }, t), r = new s({
28250
+ data: {
28251
+ option: n
28252
+ }
28253
+ }).$mount();
28254
+ return document.body.appendChild(r.$el), r.show(), r;
28255
+ };
28256
+ ImageCropper.imageCropper = imageCropper;
28257
+ const __vue2_script$10 = ImageCropper, __cssModules$10 = {};
28225
28258
  var __component__$10 = /* @__PURE__ */ normalizeComponent(
28226
28259
  __vue2_script$10,
28227
28260
  render$X,
@@ -28236,7 +28269,7 @@ function __vue2_injectStyles$10(t) {
28236
28269
  for (let s in __cssModules$10)
28237
28270
  this[s] = __cssModules$10[s];
28238
28271
  }
28239
- const ImageCropper = /* @__PURE__ */ function() {
28272
+ const ImageCropper$1 = /* @__PURE__ */ function() {
28240
28273
  return __component__$10.exports;
28241
28274
  }();
28242
28275
  var render$W = function() {
@@ -28368,9 +28401,8 @@ var render$W = function() {
28368
28401
  }
28369
28402
  })])])]) : t._e();
28370
28403
  }, staticRenderFns$W = [];
28371
- const ImagePreview_vue_vue_type_style_index_0_lang = "", __vue2_script$$ = {
28404
+ const ImagePreview_vue_vue_type_style_index_0_lang = "", ImagePreview = {
28372
28405
  name: "ImagePreview",
28373
- // imagePreview,
28374
28406
  data() {
28375
28407
  return {
28376
28408
  left: 0,
@@ -28448,7 +28480,23 @@ const ImagePreview_vue_vue_type_style_index_0_lang = "", __vue2_script$$ = {
28448
28480
  this.isShow = !1, typeof this.ops.beforeClose == "function" && this.ops.beforeClose(this.datas, this.index), this.$destroy(), this.$el.remove();
28449
28481
  }
28450
28482
  }
28451
- }, __cssModules$$ = {};
28483
+ }, imagePreview = (t = [], s = 0, n = {}) => {
28484
+ const r = Vue.extend(ImagePreview), a = {
28485
+ datas: t,
28486
+ index: s,
28487
+ ops: f({
28488
+ closeOnClickModal: !1,
28489
+ beforeClose: null,
28490
+ click: null,
28491
+ modal: !0
28492
+ }, n)
28493
+ }, o = new r({
28494
+ data: a
28495
+ }).$mount();
28496
+ return document.body.appendChild(o.$el), o.isShow = !0, o;
28497
+ };
28498
+ ImagePreview.imagePreview = imagePreview;
28499
+ const __vue2_script$$ = ImagePreview, __cssModules$$ = {};
28452
28500
  var __component__$$ = /* @__PURE__ */ normalizeComponent(
28453
28501
  __vue2_script$$,
28454
28502
  render$W,
@@ -28463,7 +28511,7 @@ function __vue2_injectStyles$$(t) {
28463
28511
  for (let s in __cssModules$$)
28464
28512
  this[s] = __cssModules$$[s];
28465
28513
  }
28466
- const ImagePreview = /* @__PURE__ */ function() {
28514
+ const ImagePreview$1 = /* @__PURE__ */ function() {
28467
28515
  return __component__$$.exports;
28468
28516
  }();
28469
28517
  var render$V = function() {
@@ -36853,9 +36901,9 @@ var render$w = function() {
36853
36901
  }, [n("div", {
36854
36902
  staticStyle: {
36855
36903
  display: "flex",
36904
+ "flex-wrap": "nowrap",
36856
36905
  "align-items": "center",
36857
- "justify-content": "space-between",
36858
- "flex-wrap": "nowrap"
36906
+ "justify-content": "space-between"
36859
36907
  }
36860
36908
  }, [n("ElSelect", {
36861
36909
  on: {
@@ -37789,9 +37837,9 @@ var render$s = function() {
37789
37837
  })], 1), n("div", {
37790
37838
  staticClass: "panel-tab__content--title",
37791
37839
  staticStyle: {
37792
- "padding-top": "8px",
37793
37840
  "margin-top": "8px",
37794
- "border-top": "1px solid #eeeeee"
37841
+ "padding-top": "8px",
37842
+ "border-top": "1px solid #eee"
37795
37843
  }
37796
37844
  }, [t._m(1), n("ElButton", {
37797
37845
  attrs: {
@@ -37916,7 +37964,7 @@ var render$s = function() {
37916
37964
  staticClass: "el-icon-menu",
37917
37965
  staticStyle: {
37918
37966
  "margin-right": "8px",
37919
- color: "#555555"
37967
+ color: "#555"
37920
37968
  }
37921
37969
  }), t._v("消息列表")]);
37922
37970
  }, function() {
@@ -37925,7 +37973,7 @@ var render$s = function() {
37925
37973
  staticClass: "el-icon-menu",
37926
37974
  staticStyle: {
37927
37975
  "margin-right": "8px",
37928
- color: "#555555"
37976
+ color: "#555"
37929
37977
  }
37930
37978
  }), t._v("信号列表")]);
37931
37979
  }];
@@ -40997,7 +41045,7 @@ let RecordVideo$1 = class {
40997
41045
  * @param {Object} videoObj 视频对象
40998
41046
  */
40999
41047
  constructor(s) {
41000
- this.video = s, this.mediaRecorder = null, this.chunks = [];
41048
+ this.chunks = [], this.video = s, this.mediaRecorder = null, this.chunks = [];
41001
41049
  }
41002
41050
  /**
41003
41051
  * 初始化
@@ -41009,16 +41057,14 @@ let RecordVideo$1 = class {
41009
41057
  navigator.mediaDevices.getUserMedia({
41010
41058
  audio: !0,
41011
41059
  video: !0
41012
- // video: {
41013
- // width: this.videoWidth,
41014
- // height: this.videoHeight
41015
- // }
41060
+ // video: { width: this.videoWidth, height: this.videoHeight }
41016
41061
  }).then((r) => {
41017
- "srcObject" in this.video ? this.video.srcObject = r : this.video.src = window.URL.createObjectURL(r), this.video.addEventListener("loadmetadata", () => {
41018
- this.video.play();
41062
+ this.video && ("srcObject" in this.video ? this.video.srcObject = r : this.video.src = window.URL.createObjectURL(r), this.video.addEventListener("loadmetadata", () => {
41063
+ var a;
41064
+ (a = this.video) == null || a.play();
41019
41065
  }), this.mediaRecorder = new MediaRecorder(r), this.mediaRecorder.addEventListener("dataavailable", (a) => {
41020
41066
  this.chunks.push(a.data);
41021
- }), s();
41067
+ }), s(!0));
41022
41068
  }).catch((r) => {
41023
41069
  n(r);
41024
41070
  });
@@ -41028,13 +41074,15 @@ let RecordVideo$1 = class {
41028
41074
  * 视频开始录制
41029
41075
  */
41030
41076
  startRecord() {
41031
- this.mediaRecorder.state === "inactive" && this.mediaRecorder.start();
41077
+ var s;
41078
+ ((s = this.mediaRecorder) == null ? void 0 : s.state) === "inactive" && this.mediaRecorder.start();
41032
41079
  }
41033
41080
  /**
41034
41081
  * 视频结束录制
41035
41082
  */
41036
41083
  stopRecord() {
41037
- this.mediaRecorder.state === "recording" && this.mediaRecorder.stop();
41084
+ var s;
41085
+ ((s = this.mediaRecorder) == null ? void 0 : s.state) === "recording" && this.mediaRecorder.stop();
41038
41086
  }
41039
41087
  /**
41040
41088
  * 检测当前浏览器对否支持
@@ -41394,9 +41442,9 @@ var render$i = function() {
41394
41442
  })]), n("ul", {
41395
41443
  ref: "ul",
41396
41444
  staticStyle: {
41397
- "list-style-type": "none",
41398
41445
  flex: "1",
41399
- overflow: "auto"
41446
+ overflow: "auto",
41447
+ "list-style-type": "none"
41400
41448
  }
41401
41449
  }, [t.filterList.length ? t._l(t.filterList, function(r, a) {
41402
41450
  return n("li", {
@@ -41431,10 +41479,10 @@ var render$i = function() {
41431
41479
  })]), n("div", {
41432
41480
  staticStyle: {
41433
41481
  flex: "1",
41434
- "text-align": "left",
41482
+ "box-sizing": "border-box",
41435
41483
  padding: "0 10px",
41436
41484
  "overflow-x": "hidden",
41437
- "box-sizing": "border-box"
41485
+ "text-align": "left"
41438
41486
  }
41439
41487
  }, [n("p", {
41440
41488
  staticStyle: {
@@ -41488,10 +41536,10 @@ var render$i = function() {
41488
41536
  }, [t._m(0), n("div", {
41489
41537
  staticStyle: {
41490
41538
  flex: "1",
41491
- "text-align": "left",
41539
+ "box-sizing": "border-box",
41492
41540
  padding: "0 10px",
41493
41541
  "overflow-x": "hidden",
41494
- "box-sizing": "border-box"
41542
+ "text-align": "left"
41495
41543
  }
41496
41544
  }, [n("p", {
41497
41545
  staticStyle: {
@@ -41527,10 +41575,10 @@ var render$i = function() {
41527
41575
  }
41528
41576
  })])])])])]) : n("li", {
41529
41577
  staticStyle: {
41530
- height: "100%",
41531
41578
  display: "flex",
41532
41579
  "align-items": "center",
41533
41580
  "justify-content": "center",
41581
+ height: "100%",
41534
41582
  color: "#808080"
41535
41583
  }
41536
41584
  }, [t._v(" Sorry,no result ! ")])], 2), n("div", {
@@ -41556,8 +41604,8 @@ var render$i = function() {
41556
41604
  }
41557
41605
  })])])]), n("span", {
41558
41606
  staticStyle: {
41559
- "font-size": "12px",
41560
- "margin-right": "20px"
41607
+ "margin-right": "20px",
41608
+ "font-size": "12px"
41561
41609
  }
41562
41610
  }, [t._v("选择")]), n("span", {
41563
41611
  staticClass: "keyboard-key"
@@ -41599,8 +41647,8 @@ var render$i = function() {
41599
41647
  }
41600
41648
  })])])]), n("span", {
41601
41649
  staticStyle: {
41602
- "font-size": "12px",
41603
- "margin-right": "20px"
41650
+ "margin-right": "20px",
41651
+ "font-size": "12px"
41604
41652
  }
41605
41653
  }, [t._v("切换")]), n("span", {
41606
41654
  staticClass: "keyboard-key"
@@ -45631,9 +45679,9 @@ function __vue2_injectStyles(t) {
45631
45679
  }
45632
45680
  const Watermark = /* @__PURE__ */ function() {
45633
45681
  return __component__.exports;
45634
- }(), version = "2.7.37";
45682
+ }(), version = "2.8.0";
45635
45683
  function index(t) {
45636
- t.component(AddressInput.name, AddressInput), t.component(Affix.name, Affix), t.component(AsideMenu.name, AsideMenu), t.component(Avatar.name, Avatar), t.component(AwesomeButton.name, AwesomeButton), t.component(CapsuleTab.name, CapsuleTab), t.component(Card.name, Card), t.component(Carousel.name, Carousel), t.component(Chat.name, Chat), t.component(ChunkFileUploader.name, ChunkFileUploader), t.component(ChunkFileUploaderButton.name, ChunkFileUploaderButton), t.component(ChunkFileUploaderDrop.name, ChunkFileUploaderDrop), t.component(ChunkFileUploaderFile.name, ChunkFileUploaderFile), t.component(ChunkFileUploaderFiles.name, ChunkFileUploaderFiles), t.component(ChunkFileUploaderList.name, ChunkFileUploaderList), t.component(ChunkFileUploaderUnSupport.name, ChunkFileUploaderUnSupport), t.component(CodeMirrorEditor.name, CodeMirrorEditor), t.component(ColorPicker.name, ColorPicker), t.component(Column.name, Column), t.component(ColumnDefault.name, ColumnDefault), t.component(ColumnDynamic.name, ColumnDynamic), t.component(ColumnMenu.name, ColumnMenu), t.component(ColumnSlot.name, ColumnSlot), t.component(Comment.name, Comment), t.component(Confirmable.name, Confirmable), t.component(ConfirmButton.name, ConfirmButton), t.component(ContextMenu.name, ContextMenu), t.component(CountUp.name, CountUp), t.component(CustomScrollbar.name, CustomScrollbar), t.component(DataBox.name, DataBox), t.component(DataCard.name, DataCard), t.component(DataCardtext.name, DataCardtext), t.component(DataDisplay.name, DataDisplay), t.component(DataIcons.name, DataIcons), t.component(DataImgtext.name, DataImgtext), t.component(DataOperatext.name, DataOperatext), t.component(DataPanel.name, DataPanel), t.component(DataPay.name, DataPay), t.component(DataPrice.name, DataPrice), t.component(DataProgress.name, DataProgress), t.component(DataRotate.name, DataRotate), t.component(DataTablePicker.name, DataTablePicker), t.component(DataTabs.name, DataTabs), t.component(DialogColumn.name, DialogColumn), t.component(DialogExcel.name, DialogExcel), t.component(DialogFilter.name, DialogFilter), t.component(DialogForm.name, DialogForm), t.component(DynamicTable.name, DynamicTable), t.component(EasyPopup.name, EasyPopup), t.component(ECharts.name, ECharts), t.component(EditableProgress.name, EditableProgress), t.component(EditableTree.name, EditableTree), t.component(EgdCollapse.name, EgdCollapse), t.component(EgdCollapseItem.name, EgdCollapseItem), t.component(ElementDialog.name, ElementDialog), t.component(EmptyView.name, EmptyView), t.component(ErrorView.name, ErrorView), t.component(FlexColumn.name, FlexColumn), t.component(FlexItem.name, FlexItem), t.component(FlexRow.name, FlexRow), t.component(FlexScroller.name, FlexScroller), t.component(Flow.name, Flow), t.component(FlowNode.name, FlowNode), t.component(FlowViewer.name, FlowViewer), t.component(FormButton.name, FormButton), t.component(FormCascader.name, FormCascader), t.component(FormCheckboxGroup.name, FormCheckboxGroup), t.component(FormDatePicker.name, FormDatePicker), t.component(FormGroup.name, FormGroup), t.component(FormHolder.name, FormHolder), t.component(FormInput.name, FormInput), t.component(FormInputEmail.name, FormInputEmail), t.component(FormInputIdCard.name, FormInputIdCard), t.component(FormInputNumber.name, FormInputNumber), t.component(FormInputPhoneNumber.name, FormInputPhoneNumber), t.component(FormInputTime.name, FormInputTime), t.component(FormItem.name, FormItem), t.component(FormItemConfigProvider.name, FormItemConfigProvider), t.component(FormItemGroup.name, FormItemGroup), t.component(FormRadioGroup.name, FormRadioGroup), t.component(FormSelect.name, FormSelect), t.component(FormSwitch.name, FormSwitch), t.component(FormTemp.name, FormTemp), t.component(FormTextarea.name, FormTextarea), t.component(FormView.name, FormView), t.component(FyArray.name, FyArray), t.component(FyArticle.name, FyArticle), t.component(FyCascader.name, FyCascader), t.component(FyCheckbox.name, FyCheckbox), t.component(FyCode.name, FyCode), t.component(FyCurd.name, FyCurd), t.component(FyDate.name, FyDate), t.component(FyDialogForm.name, FyDialogForm), t.component(FyDraggable.name, FyDraggable), t.component(FyDynamic.name, FyDynamic), t.component(FyEmpty.name, FyEmpty), t.component(FyForm.name, FyForm), t.component(FyFormDesign.name, FyFormDesign), t.component(FyFormMenu.name, FyFormMenu), t.component(FyInput.name, FyInput), t.component(FyInputColor.name, FyInputColor), t.component(FyInputIcon.name, FyInputIcon), t.component(FyInputMap.name, FyInputMap), t.component(FyInputNumber.name, FyInputNumber), t.component(FyInputTable.name, FyInputTable), t.component(FyInputTree.name, FyInputTree), t.component(FyProgress.name, FyProgress), t.component(FyRadio.name, FyRadio), t.component(FyRate.name, FyRate), t.component(FySelect.name, FySelect), t.component(FySlider.name, FySlider), t.component(FySwitch.name, FySwitch), t.component(FyTabs.name, FyTabs), t.component(FyTime.name, FyTime), t.component(FyTitle.name, FyTitle), t.component(FyTree.name, FyTree), t.component(FyUEditor.name, FyUEditor), t.component(FyUpload.name, FyUpload), t.component(GuideSteps.name, GuideSteps), t.component(HeaderMenu.name, HeaderMenu), t.component(HeaderSearch.name, HeaderSearch), t.component(HighlightJS.name, HighlightJS), t.component(IconCard.name, IconCard), t.component(IconTemp.name, IconTemp), t.component(IframeWindow.name, IframeWindow), t.component(ImageCropper.name, ImageCropper), t.component(ImagePreview.name, ImagePreview), t.component(ImageViewer.name, ImageViewer), t.component(InputNumber.name, InputNumber), t.component(InputNumberRange.name, InputNumberRange), t.component(JSXComponent.name, JSXComponent), t.component(KeepViewAlive.name, KeepViewAlive), t.component(Keyboard.name, Keyboard), t.component(License.name, License), t.component(LoadingView.name, LoadingView), t.component(Login.name, Login), t.component(NameAvatar.name, NameAvatar), t.component(NavBar.name, NavBar), t.component(Notice.name, Notice), t.component(NotImplement.name, NotImplement), t.component(Page.name, Page), t.component(PageableTable.name, PageableTable), t.component(PageableView.name, PageableView), t.component(PageHeader.name, PageHeader), t.component(PageIndex.name, PageIndex), t.component(PageIndexTop.name, PageIndexTop), t.component(PageSkeleton.name, PageSkeleton), t.component(PageSkeletonNew.name, PageSkeletonNew), t.component(PhotoSwipe.name, PhotoSwipe), t.component(ProcessDesigner.name, ProcessDesigner), t.component(PropertiesPanel.name, PropertiesPanel), t.component(Queue.name, Queue), t.component(RecordVideo.name, RecordVideo), t.component(ResizeObserver.name, ResizeObserver), t.component(Search.name, Search), t.component(SearchPopover.name, SearchPopover), t.component(Sign.name, Sign), t.component(SignPanel.name, SignPanel), t.component(Skeleton.name, Skeleton), t.component(SplitPane.name, SplitPane), t.component(Stateful.name, Stateful), t.component(StaticPageableTable.name, StaticPageableTable), t.component(Swiper.name, Swiper), t.component(Tab.name, Tab), t.component(TabItem.name, TabItem), t.component(TableColumn.name, TableColumn), t.component(TablePage.name, TablePage), t.component(TableView.name, TableView), t.component(TagRender.name, TagRender), t.component(TextEllipsis.name, TextEllipsis), t.component(TinymceEditor.name, TinymceEditor), t.component(TinymceWrapper.name, TinymceWrapper), t.component(Toolbar.name, Toolbar), t.component(ToolbarButton.name, ToolbarButton), t.component(Trigger.name, Trigger), t.component(Verify.name, Verify), t.component(VueTagsInput.name, VueTagsInput), t.component(Watermark.name, Watermark);
45684
+ t.component(AddressInput.name, AddressInput), t.component(Affix.name, Affix), t.component(AsideMenu.name, AsideMenu), t.component(Avatar.name, Avatar), t.component(AwesomeButton.name, AwesomeButton), t.component(CapsuleTab.name, CapsuleTab), t.component(Card.name, Card), t.component(Carousel.name, Carousel), t.component(Chat.name, Chat), t.component(ChunkFileUploader.name, ChunkFileUploader), t.component(ChunkFileUploaderButton.name, ChunkFileUploaderButton), t.component(ChunkFileUploaderDrop.name, ChunkFileUploaderDrop), t.component(ChunkFileUploaderFile.name, ChunkFileUploaderFile), t.component(ChunkFileUploaderFiles.name, ChunkFileUploaderFiles), t.component(ChunkFileUploaderList.name, ChunkFileUploaderList), t.component(ChunkFileUploaderUnSupport.name, ChunkFileUploaderUnSupport), t.component(CodeMirrorEditor.name, CodeMirrorEditor), t.component(ColorPicker.name, ColorPicker), t.component(Column.name, Column), t.component(ColumnDefault.name, ColumnDefault), t.component(ColumnDynamic.name, ColumnDynamic), t.component(ColumnMenu.name, ColumnMenu), t.component(ColumnSlot.name, ColumnSlot), t.component(Comment.name, Comment), t.component(Confirmable.name, Confirmable), t.component(ConfirmButton.name, ConfirmButton), t.component(ContextMenu.name, ContextMenu), t.component(CountUp.name, CountUp), t.component(CustomScrollbar.name, CustomScrollbar), t.component(DataBox.name, DataBox), t.component(DataCard.name, DataCard), t.component(DataCardtext.name, DataCardtext), t.component(DataDisplay.name, DataDisplay), t.component(DataIcons.name, DataIcons), t.component(DataImgtext.name, DataImgtext), t.component(DataOperatext.name, DataOperatext), t.component(DataPanel.name, DataPanel), t.component(DataPay.name, DataPay), t.component(DataPrice.name, DataPrice), t.component(DataProgress.name, DataProgress), t.component(DataRotate.name, DataRotate), t.component(DataTablePicker.name, DataTablePicker), t.component(DataTabs.name, DataTabs), t.component(DialogColumn.name, DialogColumn), t.component(DialogExcel.name, DialogExcel), t.component(DialogFilter.name, DialogFilter), t.component(DialogForm$1.name, DialogForm$1), t.component(DynamicTable.name, DynamicTable), t.component(EasyPopup.name, EasyPopup), t.component(ECharts.name, ECharts), t.component(EditableProgress.name, EditableProgress), t.component(EditableTree.name, EditableTree), t.component(EgdCollapse.name, EgdCollapse), t.component(EgdCollapseItem.name, EgdCollapseItem), t.component(ElementDialog.name, ElementDialog), t.component(EmptyView.name, EmptyView), t.component(ErrorView.name, ErrorView), t.component(FlexColumn.name, FlexColumn), t.component(FlexItem.name, FlexItem), t.component(FlexRow.name, FlexRow), t.component(FlexScroller.name, FlexScroller), t.component(Flow.name, Flow), t.component(FlowNode.name, FlowNode), t.component(FlowViewer.name, FlowViewer), t.component(FormButton.name, FormButton), t.component(FormCascader.name, FormCascader), t.component(FormCheckboxGroup.name, FormCheckboxGroup), t.component(FormDatePicker.name, FormDatePicker), t.component(FormGroup.name, FormGroup), t.component(FormHolder.name, FormHolder), t.component(FormInput.name, FormInput), t.component(FormInputEmail.name, FormInputEmail), t.component(FormInputIdCard.name, FormInputIdCard), t.component(FormInputNumber.name, FormInputNumber), t.component(FormInputPhoneNumber.name, FormInputPhoneNumber), t.component(FormInputTime.name, FormInputTime), t.component(FormItem.name, FormItem), t.component(FormItemConfigProvider.name, FormItemConfigProvider), t.component(FormItemGroup.name, FormItemGroup), t.component(FormRadioGroup.name, FormRadioGroup), t.component(FormSelect.name, FormSelect), t.component(FormSwitch.name, FormSwitch), t.component(FormTemp.name, FormTemp), t.component(FormTextarea.name, FormTextarea), t.component(FormView.name, FormView), t.component(FyArray.name, FyArray), t.component(FyArticle.name, FyArticle), t.component(FyCascader.name, FyCascader), t.component(FyCheckbox.name, FyCheckbox), t.component(FyCode.name, FyCode), t.component(FyCurd.name, FyCurd), t.component(FyDate.name, FyDate), t.component(FyDialogForm.name, FyDialogForm), t.component(FyDraggable.name, FyDraggable), t.component(FyDynamic.name, FyDynamic), t.component(FyEmpty.name, FyEmpty), t.component(FyForm.name, FyForm), t.component(FyFormDesign.name, FyFormDesign), t.component(FyFormMenu.name, FyFormMenu), t.component(FyInput.name, FyInput), t.component(FyInputColor.name, FyInputColor), t.component(FyInputIcon.name, FyInputIcon), t.component(FyInputMap.name, FyInputMap), t.component(FyInputNumber.name, FyInputNumber), t.component(FyInputTable.name, FyInputTable), t.component(FyInputTree.name, FyInputTree), t.component(FyProgress.name, FyProgress), t.component(FyRadio.name, FyRadio), t.component(FyRate.name, FyRate), t.component(FySelect.name, FySelect), t.component(FySlider.name, FySlider), t.component(FySwitch.name, FySwitch), t.component(FyTabs.name, FyTabs), t.component(FyTime.name, FyTime), t.component(FyTitle.name, FyTitle), t.component(FyTree.name, FyTree), t.component(FyUEditor.name, FyUEditor), t.component(FyUpload.name, FyUpload), t.component(GuideSteps.name, GuideSteps), t.component(HeaderMenu.name, HeaderMenu), t.component(HeaderSearch.name, HeaderSearch), t.component(HighlightJS.name, HighlightJS), t.component(IconCard.name, IconCard), t.component(IconTemp.name, IconTemp), t.component(IframeWindow.name, IframeWindow), t.component(ImageCropper$1.name, ImageCropper$1), t.component(ImagePreview$1.name, ImagePreview$1), t.component(ImageViewer.name, ImageViewer), t.component(InputNumber.name, InputNumber), t.component(InputNumberRange.name, InputNumberRange), t.component(JSXComponent.name, JSXComponent), t.component(KeepViewAlive.name, KeepViewAlive), t.component(Keyboard.name, Keyboard), t.component(License.name, License), t.component(LoadingView.name, LoadingView), t.component(Login.name, Login), t.component(NameAvatar.name, NameAvatar), t.component(NavBar.name, NavBar), t.component(Notice.name, Notice), t.component(NotImplement.name, NotImplement), t.component(Page.name, Page), t.component(PageableTable.name, PageableTable), t.component(PageableView.name, PageableView), t.component(PageHeader.name, PageHeader), t.component(PageIndex.name, PageIndex), t.component(PageIndexTop.name, PageIndexTop), t.component(PageSkeleton.name, PageSkeleton), t.component(PageSkeletonNew.name, PageSkeletonNew), t.component(PhotoSwipe.name, PhotoSwipe), t.component(ProcessDesigner.name, ProcessDesigner), t.component(PropertiesPanel.name, PropertiesPanel), t.component(Queue.name, Queue), t.component(RecordVideo.name, RecordVideo), t.component(ResizeObserver.name, ResizeObserver), t.component(Search.name, Search), t.component(SearchPopover.name, SearchPopover), t.component(Sign.name, Sign), t.component(SignPanel.name, SignPanel), t.component(Skeleton.name, Skeleton), t.component(SplitPane.name, SplitPane), t.component(Stateful.name, Stateful), t.component(StaticPageableTable.name, StaticPageableTable), t.component(Swiper.name, Swiper), t.component(Tab.name, Tab), t.component(TabItem.name, TabItem), t.component(TableColumn.name, TableColumn), t.component(TablePage.name, TablePage), t.component(TableView.name, TableView), t.component(TagRender.name, TagRender), t.component(TextEllipsis.name, TextEllipsis), t.component(TinymceEditor.name, TinymceEditor), t.component(TinymceWrapper.name, TinymceWrapper), t.component(Toolbar.name, Toolbar), t.component(ToolbarButton.name, ToolbarButton), t.component(Trigger.name, Trigger), t.component(Verify.name, Verify), t.component(VueTagsInput.name, VueTagsInput), t.component(Watermark.name, Watermark);
45637
45685
  }
45638
45686
  export {
45639
45687
  AddressInput,
@@ -45682,7 +45730,7 @@ export {
45682
45730
  DialogColumn,
45683
45731
  DialogExcel,
45684
45732
  DialogFilter,
45685
- DialogForm,
45733
+ DialogForm$1 as DialogForm,
45686
45734
  DynamicTable,
45687
45735
  ECharts,
45688
45736
  EasyPopup,
@@ -45761,8 +45809,8 @@ export {
45761
45809
  IconCard,
45762
45810
  IconTemp,
45763
45811
  IframeWindow,
45764
- ImageCropper,
45765
- ImagePreview,
45812
+ ImageCropper$1 as ImageCropper,
45813
+ ImagePreview$1 as ImagePreview,
45766
45814
  ImageViewer,
45767
45815
  InputNumber,
45768
45816
  InputNumberRange,
@@ -1,7 +1,7 @@
1
1
  import u from "element-ui/src/mixins/focus";
2
2
  import o from "element-ui/src/directives/repeat-click";
3
- import { i as a } from "../../chunks/input-number-mixin.41a066be.mjs";
4
- import { n as l } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
+ import { i as a } from "../chunks/input-number-mixin.41a066be.mjs";
4
+ import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var c = function() {
6
6
  var e = this, t = e.$createElement, n = e._self._c || t;
7
7
  return n("div", {
@@ -1,5 +1,5 @@
1
1
  import { isNotEmpty as i } from "@web-utils/core";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var r = function() {
4
4
  var t = this, e = t.$createElement, n = t._self._c || e;
5
5
  return n("div", {
@@ -1,4 +1,4 @@
1
- import { n as _ } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  const C = Object.prototype.toString;
3
3
  function d(e) {
4
4
  return e != null;
@@ -1,4 +1,4 @@
1
- import { n as S } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as S } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
2
  let T = class {
3
3
  constructor(e) {
4
4
  if (typeof e != "object") {
@@ -0,0 +1 @@
1
+ .avue-keyboard--default .akeyboard-keyboard{box-sizing:border-box;width:100%;height:100%;padding:9px 5px 5px;background:#f0f0f0;border-radius:5px}.avue-keyboard--default .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--default .akeyboard-keyboard-keys{display:inline-block;box-sizing:border-box;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;text-align:center;background:white;border-radius:5px;cursor:pointer;user-select:none}.avue-keyboard--default .akeyboard-keyboard-keys:hover{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-keys-Delete,.avue-keyboard--default .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--default .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--default .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--default .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--default .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--default .keyboard-keyboard-keys-focus{color:#fff;background:#1e9fff}.avue-keyboard--default .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;width:100%!important;height:auto!important;border-radius:0!important}.avue-keyboard--default .akeyboard-numberKeyboard{box-sizing:border-box;width:100%;height:100%;padding:10px 5px 5px;background:#f0f0f0;border-radius:5px}.avue-keyboard--default .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--default .akeyboard-mobileKeyboard{box-sizing:border-box;width:100%;height:100%;padding:11px 5px 5px;background:#f0f0f0;border-radius:5px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys{display:inline-block;box-sizing:border-box;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;text-align:center;background:white;border-radius:3px;cursor:pointer;user-select:none}.avue-keyboard--default .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-\21e7 ,.avue-keyboard--default .akeyboard-mobileKeyboard-keys-\21e6 {width:25px;background-color:#999faf}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Enter{width:55px;height:28px;color:#fff;line-height:28px;background:#1e9fff!important}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--green .akeyboard-keyboard{box-sizing:border-box;width:100%;height:100%;padding:9px 5px 5px;background:#030;border-radius:5px}.avue-keyboard--green .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--green .akeyboard-keyboard-keys{display:inline-block;box-sizing:border-box;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;text-align:center;background:#cc9;border-radius:5px;cursor:pointer;user-select:none}.avue-keyboard--green .akeyboard-keyboard-keys:hover{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-keys-Delete,.avue-keyboard--green .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--green .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--green .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--green .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--green .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--green .keyboard-keyboard-keys-focus{color:#fff;background:#693}.avue-keyboard--green .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;width:100%!important;height:auto!important;border-radius:0!important}.avue-keyboard--green .akeyboard-numberKeyboard{box-sizing:border-box;width:100%;height:100%;padding:10px 5px 5px;background:#030;border-radius:5px}.avue-keyboard--green .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--green .akeyboard-mobileKeyboard{box-sizing:border-box;width:100%;height:100%;padding:11px 5px 5px;background:#030;border-radius:5px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys{display:inline-block;box-sizing:border-box;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;text-align:center;background:#cc9;border-radius:3px;cursor:pointer;user-select:none}.avue-keyboard--green .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-\21e7 ,.avue-keyboard--green .akeyboard-mobileKeyboard-keys-\21e6 {width:25px;background-color:#999faf}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Enter{width:55px;height:28px;color:#fff;line-height:28px;background:#693!important}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#693!important}.avue-keyboard--dark .akeyboard-keyboard{box-sizing:border-box;width:100%;height:100%;padding:9px 5px 5px;color:#fff;background:black;border-radius:5px}.avue-keyboard--dark .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--dark .akeyboard-keyboard-keys{display:inline-block;box-sizing:border-box;min-width:40px;height:40px;margin:4px;padding:0 10px;color:#fff;line-height:40px;text-align:center;background:#393d49;border-radius:5px;cursor:pointer;user-select:none}.avue-keyboard--dark .akeyboard-keyboard-keys:hover{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-keys-Delete,.avue-keyboard--dark .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--dark .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--dark .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--dark .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--dark .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--dark .keyboard-keyboard-keys-focus{background:#1e9fff}.avue-keyboard--dark .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;width:100%!important;height:auto!important;border-radius:0!important}.avue-keyboard--dark .akeyboard-numberKeyboard{box-sizing:border-box;width:100%;height:100%;padding:10px 5px 5px;background:black;border-radius:5px}.avue-keyboard--dark .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--dark .akeyboard-mobileKeyboard{box-sizing:border-box;width:100%;height:100%;padding:11px 5px 5px;background:black;border-radius:5px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys{display:inline-block;box-sizing:border-box;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;color:#fff;font-size:10px;line-height:25px;text-align:center;background:#393d49;border-radius:3px;cursor:pointer;user-select:none}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-\21e7 ,.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-\21e6 {width:25px;background-color:#999faf}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Enter{width:55px;height:28px;color:#fff;line-height:28px;background:#1e9fff!important}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#1e9fff!important}.avue-keyboard--classic .akeyboard-keyboard{box-sizing:border-box;width:100%;height:100%;padding:9px 5px 5px;background:#2f4056;border-radius:5px}.avue-keyboard--classic .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--classic .akeyboard-keyboard-keys{display:inline-block;box-sizing:border-box;min-width:40px;height:40px;margin:4px;padding:0 10px;line-height:40px;text-align:center;background:white;border-radius:5px;cursor:pointer;user-select:none}.avue-keyboard--classic .akeyboard-keyboard-keys:hover{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-keys-Delete,.avue-keyboard--classic .akeyboard-keyboard-keys-Tab{width:80px}.avue-keyboard--classic .akeyboard-keyboard-keys-Caps{width:77px}.avue-keyboard--classic .akeyboard-keyboard-keys-Enter{width:90px}.avue-keyboard--classic .akeyboard-keyboard-keys-Shift{width:106px}.avue-keyboard--classic .akeyboard-keyboard-keys-Space{width:350px}.avue-keyboard--classic .keyboard-keyboard-keys-focus{color:#fff;background:#c2c2c2}.avue-keyboard--classic .akeyboard-keyboard-fixedBottomCenter{position:fixed;bottom:0;left:0;width:100%!important;height:auto!important;border-radius:0!important}.avue-keyboard--classic .akeyboard-numberKeyboard{box-sizing:border-box;width:100%;height:100%;padding:10px 5px 5px;background:#2f4056;border-radius:5px}.avue-keyboard--classic .akeyboard-numberKeyboard-keys-Enter{width:100px;height:40px}.avue-keyboard--classic .akeyboard-mobileKeyboard{box-sizing:border-box;width:100%;height:100%;padding:11px 5px 5px;background:#2f4056;border-radius:5px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys{display:inline-block;box-sizing:border-box;min-width:25px;height:25px;margin:3px 2px 2px;padding:0 10px;font-size:10px;line-height:25px;text-align:center;background:white;border-radius:3px;cursor:pointer;user-select:none}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys:hover{color:#fff;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-\21e7 ,.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-\21e6 {width:25px;background-color:#999faf}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Space{width:100px;height:28px;margin-left:55px;line-height:28px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Enter{width:55px;height:28px;color:#fff;line-height:28px;background:#c2c2c2!important}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-focus{color:#fff;background:#c2c2c2!important}
@@ -1,5 +1,5 @@
1
- import { B as l } from "../../chunks/util.eca708b6.mjs";
2
- import { n as g } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { B as l } from "../chunks/util.17330567.mjs";
2
+ import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var m = function() {
4
4
  var t = this, e = t.$createElement, s = t._self._c || e;
5
5
  return s("div", {