@web-utils/component 2.7.30 → 2.7.32

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 (346) hide show
  1. package/dist/chunks/{config.7dec2bf2.js → config.75161c38.mjs} +29 -29
  2. package/dist/chunks/confirmable-mixin.851d6299.mjs +137 -0
  3. package/dist/chunks/dataformat.3388d88a.mjs +237 -0
  4. package/dist/chunks/detail.37726835.mjs +55 -0
  5. package/dist/chunks/dic.09a81bc8.mjs +215 -0
  6. package/dist/chunks/{event.fc358074.js → event.6fc3df3a.mjs} +54 -23
  7. package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.e7f93f4c.mjs} +4 -4
  8. package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a2ed6693.mjs} +44 -17
  9. package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.mjs} +1 -1
  10. package/dist/chunks/{init.e0133910.js → init.3407e589.mjs} +41 -21
  11. package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.mjs} +4 -4
  12. package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.mjs} +3 -2
  13. package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.mjs} +12 -6
  14. package/dist/chunks/{permission.07c49abf.js → permission.9c766972.mjs} +6 -1
  15. package/dist/chunks/slot.55598d0f.mjs +35 -0
  16. package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.mjs} +29 -11
  17. package/dist/chunks/util.b0d0b0ad.mjs +478 -0
  18. package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.mjs} +89 -24
  19. package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.mjs} +9 -5
  20. package/dist/chunks/vueComponentNormalizer.9c6b8b3d.mjs +59 -0
  21. package/dist/components/address-input/{index.js → index.mjs} +30 -17
  22. package/dist/components/address-input/style.css +15 -1
  23. package/dist/components/affix/index.mjs +152 -0
  24. package/dist/components/affix/style.css +5 -1
  25. package/dist/components/aside-menu/{index.js → index.mjs} +14 -8
  26. package/dist/components/aside-menu/style.css +9 -1
  27. package/dist/components/avatar/{index.js → index.mjs} +33 -15
  28. package/dist/components/avatar/style.css +57 -1
  29. package/dist/components/awesome-button/{index.js → index.mjs} +45 -31
  30. package/dist/components/base.css +410 -1
  31. package/dist/components/capsule-tab/{index.js → index.mjs} +13 -7
  32. package/dist/components/capsule-tab/style.css +32 -1
  33. package/dist/components/card/{index.js → index.mjs} +33 -20
  34. package/dist/components/card/style.css +90 -1
  35. package/dist/components/carousel/{index.js → index.mjs} +18 -12
  36. package/dist/components/carousel/style.css +41 -1
  37. package/dist/components/chat/{index.js → index.mjs} +245 -139
  38. package/dist/components/chat/style.css +279 -1
  39. package/dist/components/chunk-file-uploader/index.mjs +153 -0
  40. package/dist/components/chunk-file-uploader/style.css +4 -1
  41. package/dist/components/chunk-file-uploader-button/{index.js → index.mjs} +15 -9
  42. package/dist/components/chunk-file-uploader-button/style.css +17 -1
  43. package/dist/components/chunk-file-uploader-drop/index.mjs +101 -0
  44. package/dist/components/chunk-file-uploader-drop/style.css +12 -1
  45. package/dist/components/chunk-file-uploader-file/{index.js → index.mjs} +150 -73
  46. package/dist/components/chunk-file-uploader-file/style.css +125 -1
  47. package/dist/components/chunk-file-uploader-files/{index.js → index.mjs} +15 -9
  48. package/dist/components/chunk-file-uploader-files/style.css +9 -1
  49. package/dist/components/chunk-file-uploader-list/{index.js → index.mjs} +16 -10
  50. package/dist/components/chunk-file-uploader-list/style.css +9 -1
  51. package/dist/components/chunk-file-uploader-un-support/{index.js → index.mjs} +18 -10
  52. package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
  53. package/dist/components/code-mirror-editor/{index.js → index.mjs} +75 -47
  54. package/dist/components/code-mirror-editor/style.css +17 -1
  55. package/dist/components/color-picker/{index.js → index.mjs} +62 -39
  56. package/dist/components/column/{index.js → index.mjs} +54 -29
  57. package/dist/components/column-default/{index.js → index.mjs} +47 -33
  58. package/dist/components/column-dynamic/{index.js → index.mjs} +26 -19
  59. package/dist/components/column-menu/{index.js → index.mjs} +98 -86
  60. package/dist/components/column-slot/{index.js → index.mjs} +135 -75
  61. package/dist/components/comment/{index.js → index.mjs} +28 -15
  62. package/dist/components/comment/style.css +92 -1
  63. package/dist/components/confirm-button/{index.js → index.mjs} +7 -5
  64. package/dist/components/confirmable/{index.js → index.mjs} +5 -4
  65. package/dist/components/context-menu/{index.js → index.mjs} +54 -32
  66. package/dist/components/context-menu/style.css +88 -1
  67. package/dist/components/count-up/index.mjs +148 -0
  68. package/dist/components/custom-scrollbar/{index.js → index.mjs} +45 -21
  69. package/dist/components/data-box/{index.js → index.mjs} +22 -16
  70. package/dist/components/data-box/style.css +58 -1
  71. package/dist/components/data-card/{index.js → index.mjs} +21 -15
  72. package/dist/components/data-card/style.css +46 -1
  73. package/dist/components/data-cardtext/{index.js → index.mjs} +19 -13
  74. package/dist/components/data-cardtext/style.css +36 -1
  75. package/dist/components/data-display/{index.js → index.mjs} +22 -16
  76. package/dist/components/data-display/style.css +37 -1
  77. package/dist/components/data-icons/{index.js → index.mjs} +23 -17
  78. package/dist/components/data-icons/style.css +53 -1
  79. package/dist/components/data-imgtext/{index.js → index.mjs} +26 -20
  80. package/dist/components/data-imgtext/style.css +70 -1
  81. package/dist/components/data-operatext/{index.js → index.mjs} +20 -14
  82. package/dist/components/data-operatext/style.css +81 -1
  83. package/dist/components/data-panel/{index.js → index.mjs} +21 -15
  84. package/dist/components/data-panel/style.css +37 -1
  85. package/dist/components/data-pay/{index.js → index.mjs} +29 -23
  86. package/dist/components/data-pay/style.css +102 -1
  87. package/dist/components/data-price/{index.js → index.mjs} +19 -13
  88. package/dist/components/data-price/style.css +81 -1
  89. package/dist/components/data-progress/{index.js → index.mjs} +26 -20
  90. package/dist/components/data-progress/style.css +30 -1
  91. package/dist/components/data-rotate/{index.js → index.mjs} +21 -15
  92. package/dist/components/data-rotate/style.css +50 -1
  93. package/dist/components/data-table-picker/{index.js → index.mjs} +47 -28
  94. package/dist/components/data-tabs/{index.js → index.mjs} +22 -16
  95. package/dist/components/data-tabs/style.css +70 -1
  96. package/dist/components/dialog-column/{index.js → index.mjs} +46 -33
  97. package/dist/components/dialog-excel/{index.js → index.mjs} +102 -53
  98. package/dist/components/dialog-filter/{index.js → index.mjs} +64 -51
  99. package/dist/components/dialog-form/{index.js → index.mjs} +54 -34
  100. package/dist/components/dialog-form/style.css +10 -0
  101. package/dist/components/dynamic-table/{index.js → index.mjs} +66 -42
  102. package/dist/components/dynamic-table/style.css +30 -1
  103. package/dist/components/e-charts/{index.js → index.mjs} +127 -46
  104. package/dist/components/e-charts/style.css +10 -1
  105. package/dist/components/easy-popup/{index.js → index.mjs} +32 -14
  106. package/dist/components/easy-popup/style.css +18 -1
  107. package/dist/components/editable-progress/{index.js → index.mjs} +64 -31
  108. package/dist/components/editable-progress/style.css +37 -1
  109. package/dist/components/editable-tree/{index.js → index.mjs} +513 -287
  110. package/dist/components/editable-tree/style.css +82 -1
  111. package/dist/components/egd-collapse/{index.js → index.mjs} +25 -12
  112. package/dist/components/egd-collapse-item/{index.js → index.mjs} +41 -25
  113. package/dist/components/element-dialog/{index.js → index.mjs} +101 -48
  114. package/dist/components/element-dialog/style.css +88 -1
  115. package/dist/components/empty-view/{index.js → index.mjs} +13 -7
  116. package/dist/components/empty-view/style.css +17 -1
  117. package/dist/components/error-view/{index.js → index.mjs} +12 -6
  118. package/dist/components/error-view/style.css +17 -1
  119. package/dist/components/flex-column/index.mjs +84 -0
  120. package/dist/components/flex-item/index.mjs +116 -0
  121. package/dist/components/flex-row/index.mjs +84 -0
  122. package/dist/components/flex-scroller/{index.js → index.mjs} +13 -7
  123. package/dist/components/flex-scroller/style.css +20 -1
  124. package/dist/components/flow/{index.js → index.mjs} +116 -64
  125. package/dist/components/flow/style.css +44 -1
  126. package/dist/components/flow-node/{index.js → index.mjs} +29 -21
  127. package/dist/components/flow-viewer/index.mjs +207 -0
  128. package/dist/components/flow-viewer/style.css +19 -1
  129. package/dist/components/form-button/{index.js → index.mjs} +12 -8
  130. package/dist/components/form-cascader/{index.js → index.mjs} +55 -40
  131. package/dist/components/form-checkbox-group/{index.js → index.mjs} +90 -60
  132. package/dist/components/form-checkbox-group/style.css +51 -1
  133. package/dist/components/form-date-picker/{index.js → index.mjs} +113 -44
  134. package/dist/components/form-group/{index.js → index.mjs} +23 -17
  135. package/dist/components/form-group/style.css +76 -1
  136. package/dist/components/form-holder/{index.js → index.mjs} +41 -30
  137. package/dist/components/form-input/{index.js → index.mjs} +42 -31
  138. package/dist/components/form-input-email/{index.js → index.mjs} +47 -30
  139. package/dist/components/form-input-id-card/{index.js → index.mjs} +40 -29
  140. package/dist/components/form-input-number/{index.js → index.mjs} +50 -38
  141. package/dist/components/form-input-number/style.css +12 -1
  142. package/dist/components/form-input-phone-number/{index.js → index.mjs} +40 -29
  143. package/dist/components/form-input-time/{index.js → index.mjs} +40 -29
  144. package/dist/components/form-item/index.mjs +199 -0
  145. package/dist/components/form-item/style.css +11 -1
  146. package/dist/components/form-item-config-provider/{index.js → index.mjs} +9 -8
  147. package/dist/components/form-item-group/{index.js → index.mjs} +69 -43
  148. package/dist/components/form-item-group/style.css +30 -1
  149. package/dist/components/form-radio-group/{index.js → index.mjs} +77 -53
  150. package/dist/components/form-radio-group/style.css +53 -1
  151. package/dist/components/form-select/{index.js → index.mjs} +71 -51
  152. package/dist/components/form-switch/{index.js → index.mjs} +41 -30
  153. package/dist/components/form-temp/{index.js → index.mjs} +49 -29
  154. package/dist/components/form-textarea/{index.js → index.mjs} +45 -34
  155. package/dist/components/form-view/{index.js → index.mjs} +152 -81
  156. package/dist/components/form-view/style.css +158 -1
  157. package/dist/components/fy-array/{index.js → index.mjs} +51 -43
  158. package/dist/components/fy-array/style.css +18 -1
  159. package/dist/components/fy-article/{index.js → index.mjs} +24 -13
  160. package/dist/components/fy-article/style.css +40 -1
  161. package/dist/components/fy-cascader/{index.js → index.mjs} +39 -29
  162. package/dist/components/fy-checkbox/{index.js → index.mjs} +38 -27
  163. package/dist/components/fy-checkbox/style.css +15 -1
  164. package/dist/components/fy-code/{index.js → index.mjs} +19 -12
  165. package/dist/components/fy-curd/{index.js → index.mjs} +290 -152
  166. package/dist/components/fy-curd/style.css +239 -1
  167. package/dist/components/fy-date/{index.js → index.mjs} +24 -18
  168. package/dist/components/fy-date/style.css +21 -1
  169. package/dist/components/fy-dialog-form/{index.js → index.mjs} +127 -54
  170. package/dist/components/fy-draggable/{index.js → index.mjs} +196 -73
  171. package/dist/components/fy-draggable/style.css +136 -1
  172. package/dist/components/fy-dynamic/{index.js → index.mjs} +116 -73
  173. package/dist/components/fy-dynamic/style.css +35 -1
  174. package/dist/components/fy-empty/{index.js → index.mjs} +15 -9
  175. package/dist/components/fy-empty/style.css +24 -1
  176. package/dist/components/fy-form/{index.js → index.mjs} +399 -221
  177. package/dist/components/fy-form/style.css +79 -1
  178. package/dist/components/fy-form-design/{index.js → index.mjs} +2267 -1630
  179. package/dist/components/fy-form-design/style.css +578 -1
  180. package/dist/components/fy-form-menu/{index.js → index.mjs} +43 -35
  181. package/dist/components/fy-input/{index.js → index.mjs} +46 -35
  182. package/dist/components/fy-input-color/{index.js → index.mjs} +40 -33
  183. package/dist/components/fy-input-icon/{index.js → index.mjs} +58 -37
  184. package/dist/components/fy-input-icon/style.css +39 -1
  185. package/dist/components/fy-input-map/{index.js → index.mjs} +113 -68
  186. package/dist/components/fy-input-map/style.css +50 -1
  187. package/dist/components/fy-input-number/{index.js → index.mjs} +29 -24
  188. package/dist/components/fy-input-table/{index.js → index.mjs} +82 -48
  189. package/dist/components/fy-input-table/style.css +10 -1
  190. package/dist/components/fy-input-tree/{index.js → index.mjs} +104 -60
  191. package/dist/components/fy-input-tree/style.css +25 -1
  192. package/dist/components/fy-progress/{index.js → index.mjs} +15 -10
  193. package/dist/components/fy-radio/{index.js → index.mjs} +20 -14
  194. package/dist/components/fy-radio/style.css +12 -1
  195. package/dist/components/fy-rate/{index.js → index.mjs} +21 -15
  196. package/dist/components/fy-rate/style.css +9 -1
  197. package/dist/components/fy-select/{index.js → index.mjs} +73 -55
  198. package/dist/components/fy-select/style.css +25 -1
  199. package/dist/components/fy-slider/{index.js → index.mjs} +22 -17
  200. package/dist/components/fy-switch/{index.js → index.mjs} +17 -12
  201. package/dist/components/fy-tabs/{index.js → index.mjs} +20 -12
  202. package/dist/components/fy-tabs/style.css +6 -0
  203. package/dist/components/fy-time/{index.js → index.mjs} +29 -18
  204. package/dist/components/fy-title/{index.js → index.mjs} +16 -8
  205. package/dist/components/fy-title/style.css +11 -1
  206. package/dist/components/fy-tree/{index.js → index.mjs} +135 -72
  207. package/dist/components/fy-tree/style.css +46 -1
  208. package/dist/components/fy-u-editor/{index.js → index.mjs} +172 -67
  209. package/dist/components/fy-u-editor/style.css +15 -1
  210. package/dist/components/fy-upload/{index.js → index.mjs} +317 -148
  211. package/dist/components/fy-upload/style.css +60 -1
  212. package/dist/components/guide-steps/{index.js → index.mjs} +31 -17
  213. package/dist/components/guide-steps/style.css +34 -1
  214. package/dist/components/header-menu/{index.js → index.mjs} +86 -66
  215. package/dist/components/header-search/{index.js → index.mjs} +92 -60
  216. package/dist/components/highlight-j-s/{index.js → index.mjs} +28 -15
  217. package/dist/components/highlight-j-s/style.css +21 -1
  218. package/dist/components/icon-card/{index.js → index.mjs} +13 -7
  219. package/dist/components/icon-card/style.css +56 -1
  220. package/dist/components/icon-temp/{index.js → index.mjs} +12 -6
  221. package/dist/components/icon-temp/style.css +21 -1
  222. package/dist/components/iframe-window/{index.js → index.mjs} +20 -14
  223. package/dist/components/iframe-window/style.css +20 -1
  224. package/dist/components/image-cropper/{index.js → index.mjs} +69 -51
  225. package/dist/components/image-cropper/style.css +34 -1
  226. package/dist/components/image-preview/{index.js → index.mjs} +77 -46
  227. package/dist/components/image-preview/style.css +72 -1
  228. package/dist/components/image-viewer/{index.js → index.mjs} +40 -22
  229. package/dist/components/image-viewer/style.css +21 -1
  230. package/dist/components/input-number/{index.js → index.mjs} +122 -56
  231. package/dist/components/input-number/style.css +15 -1
  232. package/dist/components/input-number-range/{index.js → index.mjs} +32 -20
  233. package/dist/components/input-number-range/style.css +12 -1
  234. package/dist/components/j-s-x-component/{index.js → index.mjs} +0 -0
  235. package/dist/components/keep-view-alive/{index.js → index.mjs} +68 -21
  236. package/dist/components/keyboard/index.mjs +469 -0
  237. package/dist/components/keyboard/style.css +547 -1
  238. package/dist/components/license/index.mjs +180 -0
  239. package/dist/components/loading-view/{index.js → index.mjs} +12 -6
  240. package/dist/components/loading-view/style.css +17 -1
  241. package/dist/components/login/{index.js → index.mjs} +91 -62
  242. package/dist/components/login/style.css +25 -1
  243. package/dist/components/name-avatar/{index.js → index.mjs} +32 -10
  244. package/dist/components/name-avatar/style.css +35 -1
  245. package/dist/components/nav-bar/{index.js → index.mjs} +21 -11
  246. package/dist/components/nav-bar/style.css +17 -1
  247. package/dist/components/not-implement/{index.js → index.mjs} +16 -8
  248. package/dist/components/not-implement/style.css +15 -1
  249. package/dist/components/notice/{index.js → index.mjs} +40 -27
  250. package/dist/components/notice/style.css +54 -1
  251. package/dist/components/page/{index.js → index.mjs} +13 -7
  252. package/dist/components/page/style.css +12 -1
  253. package/dist/components/page-header/{index.js → index.mjs} +15 -9
  254. package/dist/components/page-header/style.css +14 -1
  255. package/dist/components/page-index/{index.js → index.mjs} +62 -37
  256. package/dist/components/page-index/style.css +23 -1
  257. package/dist/components/page-index-top/{index.js → index.mjs} +53 -34
  258. package/dist/components/page-skeleton/{index.js → index.mjs} +15 -9
  259. package/dist/components/page-skeleton/style.css +23 -1
  260. package/dist/components/page-skeleton-new/{index.js → index.mjs} +15 -9
  261. package/dist/components/page-skeleton-new/style.css +42 -1
  262. package/dist/components/pageable-table/{index.js → index.mjs} +187 -106
  263. package/dist/components/pageable-table/style.css +72 -1
  264. package/dist/components/pageable-view/{index.js → index.mjs} +164 -80
  265. package/dist/components/pageable-view/style.css +69 -1
  266. package/dist/components/photo-swipe/index.mjs +175 -0
  267. package/dist/components/process-designer/{index.js → index.mjs} +961 -772
  268. package/dist/components/process-designer/style.css +1186 -1
  269. package/dist/components/properties-panel/{index.js → index.mjs} +1488 -1044
  270. package/dist/components/properties-panel/style.css +122 -1
  271. package/dist/components/queue/{index.js → index.mjs} +24 -12
  272. package/dist/components/record-video/{index.js → index.mjs} +53 -27
  273. package/dist/components/record-video/style.css +53 -1
  274. package/dist/components/resize-observer/index.mjs +96 -0
  275. package/dist/components/resize-observer/style.css +31 -1
  276. package/dist/components/search/{index.js → index.mjs} +41 -22
  277. package/dist/components/search/style.css +57 -1
  278. package/dist/components/search-popover/{index.js → index.mjs} +153 -91
  279. package/dist/components/search-popover/style.css +93 -1
  280. package/dist/components/sign/index.mjs +236 -0
  281. package/dist/components/sign/style.css +12 -1
  282. package/dist/components/sign-panel/{index.js → index.mjs} +96 -46
  283. package/dist/components/sign-panel/style.css +97 -1
  284. package/dist/components/skeleton/{index.js → index.mjs} +22 -12
  285. package/dist/components/skeleton/style.css +61 -1
  286. package/dist/components/split-pane/{index.js → index.mjs} +125 -60
  287. package/dist/components/split-pane/style.css +100 -1
  288. package/dist/components/stateful/{index.js → index.mjs} +8 -5
  289. package/dist/components/stateful/style.css +33 -1
  290. package/dist/components/static-pageable-table/{index.js → index.mjs} +22 -15
  291. package/dist/components/static-pageable-table/style.css +9 -1
  292. package/dist/components/swiper/index.mjs +247 -0
  293. package/dist/components/swiper/style.css +43 -1
  294. package/dist/components/tab/{index.js → index.mjs} +34 -16
  295. package/dist/components/tab/style.css +122 -1
  296. package/dist/components/tab-item/{index.js → index.mjs} +14 -9
  297. package/dist/components/table-column/{index.js → index.mjs} +26 -17
  298. package/dist/components/table-page/{index.js → index.mjs} +42 -23
  299. package/dist/components/table-view/{index.js → index.mjs} +162 -87
  300. package/dist/components/table-view/style.css +95 -1
  301. package/dist/components/tag-render/{index.js → index.mjs} +41 -22
  302. package/dist/components/tag-render/style.css +33 -1
  303. package/dist/components/text-ellipsis/{index.js → index.mjs} +48 -26
  304. package/dist/components/text-ellipsis/style.css +9 -1
  305. package/dist/components/tinymce-editor/{index.js → index.mjs} +80 -60
  306. package/dist/components/tinymce-editor/style.css +43 -1
  307. package/dist/components/tinymce-wrapper/{index.js → index.mjs} +77 -41
  308. package/dist/components/tinymce-wrapper/style.css +36 -1
  309. package/dist/components/toolbar/{index.js → index.mjs} +46 -25
  310. package/dist/components/toolbar/style.css +39 -1
  311. package/dist/components/toolbar-button/{index.js → index.mjs} +46 -35
  312. package/dist/components/toolbar-button/style.css +21 -1
  313. package/dist/components/trigger/{index.js → index.mjs} +15 -8
  314. package/dist/components/verify/{index.js → index.mjs} +15 -8
  315. package/dist/components/verify/style.css +15 -1
  316. package/dist/components/vue-tags-input/{index.js → index.mjs} +233 -113
  317. package/dist/components/vue-tags-input/style.css +688 -1
  318. package/dist/components/watermark/{index.js → index.mjs} +33 -14
  319. package/dist/components/watermark/style.css +11 -1
  320. package/dist/index.css +2434 -1750
  321. package/dist/{index.es.js → index.mjs} +15944 -9317
  322. package/package.json +4 -4
  323. package/web-types.json +1 -1
  324. package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
  325. package/dist/chunks/dataformat.9cc4428a.js +0 -158
  326. package/dist/chunks/detail.544c52b0.js +0 -29
  327. package/dist/chunks/dic.9de2fe5a.js +0 -135
  328. package/dist/chunks/slot.a7387ecc.js +0 -27
  329. package/dist/chunks/util.89913643.js +0 -261
  330. package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
  331. package/dist/components/affix/index.js +0 -102
  332. package/dist/components/chunk-file-uploader/index.js +0 -119
  333. package/dist/components/chunk-file-uploader-drop/index.js +0 -83
  334. package/dist/components/count-up/index.js +0 -131
  335. package/dist/components/flex-column/index.js +0 -62
  336. package/dist/components/flex-item/index.js +0 -81
  337. package/dist/components/flex-row/index.js +0 -62
  338. package/dist/components/flow-viewer/index.js +0 -162
  339. package/dist/components/form-item/index.js +0 -147
  340. package/dist/components/fy-dialog-form/style.css +0 -1
  341. package/dist/components/keyboard/index.js +0 -384
  342. package/dist/components/license/index.js +0 -134
  343. package/dist/components/photo-swipe/index.js +0 -129
  344. package/dist/components/resize-observer/index.js +0 -62
  345. package/dist/components/sign/index.js +0 -133
  346. package/dist/components/swiper/index.js +0 -178
@@ -1 +1,547 @@
1
- .avue-keyboard--default .akeyboard-keyboard{height:100%;width:100%;background:#f0f0f0;border-radius:5px;padding:9px 5px 5px;box-sizing:border-box}.avue-keyboard--default .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--default .akeyboard-keyboard-keys{height:40px;min-width:40px;padding:0 10px;border-radius:5px;background:white;display:inline-block;line-height:40px;text-align:center;box-sizing:border-box;margin:4px;cursor:pointer;user-select:none}.avue-keyboard--default .akeyboard-keyboard-keys:hover{background:#1e9fff;color:#fff}.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{background:#1e9fff;color:#fff}.avue-keyboard--default .akeyboard-keyboard-fixedBottomCenter{width:100%!important;height:auto!important;position:fixed;bottom:0;left:0;border-radius:0!important}.avue-keyboard--default .akeyboard-numberKeyboard{height:100%;width:100%;background:#f0f0f0;border-radius:5px;padding:10px 5px 5px;box-sizing:border-box}.avue-keyboard--default .akeyboard-numberKeyboard-keys-Enter{height:40px;width:100px}.avue-keyboard--default .akeyboard-mobileKeyboard{height:100%;width:100%;background:#f0f0f0;border-radius:5px;padding:11px 5px 5px;box-sizing:border-box}.avue-keyboard--default .akeyboard-mobileKeyboard-keys{height:25px;min-width:25px;padding:0 10px;border-radius:3px;background:white;display:inline-block;line-height:25px;text-align:center;box-sizing:border-box;margin:3px 2px 2px;cursor:pointer;user-select:none;font-size:10px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys:hover{background:#1e9fff!important;color:#fff}.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{height:28px;width:100px;line-height:28px;margin-left:55px}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-Enter{height:28px;width:55px;line-height:28px;background:#1e9fff!important;color:#fff}.avue-keyboard--default .akeyboard-mobileKeyboard-keys-focus{background:#1e9fff!important;color:#fff}.avue-keyboard--green .akeyboard-keyboard{height:100%;width:100%;background:#003300;border-radius:5px;padding:9px 5px 5px;box-sizing:border-box}.avue-keyboard--green .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--green .akeyboard-keyboard-keys{height:40px;min-width:40px;padding:0 10px;border-radius:5px;background:#cccc99;display:inline-block;line-height:40px;text-align:center;box-sizing:border-box;margin:4px;cursor:pointer;user-select:none}.avue-keyboard--green .akeyboard-keyboard-keys:hover{background:#669933;color:#fff}.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{background:#669933;color:#fff}.avue-keyboard--green .akeyboard-keyboard-fixedBottomCenter{width:100%!important;height:auto!important;position:fixed;bottom:0;left:0;border-radius:0!important}.avue-keyboard--green .akeyboard-numberKeyboard{height:100%;width:100%;background:#003300;border-radius:5px;padding:10px 5px 5px;box-sizing:border-box}.avue-keyboard--green .akeyboard-numberKeyboard-keys-Enter{height:40px;width:100px}.avue-keyboard--green .akeyboard-mobileKeyboard{height:100%;width:100%;background:#003300;border-radius:5px;padding:11px 5px 5px;box-sizing:border-box}.avue-keyboard--green .akeyboard-mobileKeyboard-keys{height:25px;min-width:25px;padding:0 10px;border-radius:3px;background:#cccc99;display:inline-block;line-height:25px;text-align:center;box-sizing:border-box;margin:3px 2px 2px;cursor:pointer;user-select:none;font-size:10px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys:hover{background:#669933!important;color:#fff}.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{height:28px;width:100px;line-height:28px;margin-left:55px}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-Enter{height:28px;width:55px;line-height:28px;background:#669933!important;color:#fff}.avue-keyboard--green .akeyboard-mobileKeyboard-keys-focus{background:#669933!important;color:#fff}.avue-keyboard--dark .akeyboard-keyboard{height:100%;width:100%;background:black;color:#fff;border-radius:5px;padding:9px 5px 5px;box-sizing:border-box}.avue-keyboard--dark .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--dark .akeyboard-keyboard-keys{height:40px;min-width:40px;padding:0 10px;border-radius:5px;background:#393d49;color:#fff;display:inline-block;line-height:40px;text-align:center;box-sizing:border-box;margin:4px;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{width:100%!important;height:auto!important;position:fixed;bottom:0;left:0;border-radius:0!important}.avue-keyboard--dark .akeyboard-numberKeyboard{height:100%;width:100%;background:black;border-radius:5px;padding:10px 5px 5px;box-sizing:border-box}.avue-keyboard--dark .akeyboard-numberKeyboard-keys-Enter{height:40px;width:100px}.avue-keyboard--dark .akeyboard-mobileKeyboard{height:100%;width:100%;background:black;border-radius:5px;padding:11px 5px 5px;box-sizing:border-box}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys{height:25px;min-width:25px;padding:0 10px;border-radius:3px;background:#393d49;color:#fff;display:inline-block;line-height:25px;text-align:center;box-sizing:border-box;margin:3px 2px 2px;cursor:pointer;user-select:none;font-size:10px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys:hover{background:#1e9fff!important;color:#fff}.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{height:28px;width:100px;line-height:28px;margin-left:55px}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Enter{height:28px;width:55px;line-height:28px;background:#1e9fff!important;color:#fff}.avue-keyboard--dark .akeyboard-mobileKeyboard-keys-focus{background:#1e9fff!important;color:#fff}.avue-keyboard--classic .akeyboard-keyboard{height:100%;width:100%;background:#2f4056;border-radius:5px;padding:9px 5px 5px;box-sizing:border-box}.avue-keyboard--classic .akeyboard-keyboard-innerKeys{text-align:center}.avue-keyboard--classic .akeyboard-keyboard-keys{height:40px;min-width:40px;padding:0 10px;border-radius:5px;background:white;display:inline-block;line-height:40px;text-align:center;box-sizing:border-box;margin:4px;cursor:pointer;user-select:none}.avue-keyboard--classic .akeyboard-keyboard-keys:hover{background:#c2c2c2;color:#fff}.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{background:#c2c2c2;color:#fff}.avue-keyboard--classic .akeyboard-keyboard-fixedBottomCenter{width:100%!important;height:auto!important;position:fixed;bottom:0;left:0;border-radius:0!important}.avue-keyboard--classic .akeyboard-numberKeyboard{height:100%;width:100%;background:#2f4056;border-radius:5px;padding:10px 5px 5px;box-sizing:border-box}.avue-keyboard--classic .akeyboard-numberKeyboard-keys-Enter{height:40px;width:100px}.avue-keyboard--classic .akeyboard-mobileKeyboard{height:100%;width:100%;background:#2f4056;border-radius:5px;padding:11px 5px 5px;box-sizing:border-box}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys{height:25px;min-width:25px;padding:0 10px;border-radius:3px;background:white;display:inline-block;line-height:25px;text-align:center;box-sizing:border-box;margin:3px 2px 2px;cursor:pointer;user-select:none;font-size:10px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys:hover{background:#c2c2c2!important;color:#fff}.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{height:28px;width:100px;line-height:28px;margin-left:55px}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Enter{height:28px;width:55px;line-height:28px;background:#c2c2c2!important;color:#fff}.avue-keyboard--classic .akeyboard-mobileKeyboard-keys-focus{background:#c2c2c2!important;color:#fff}
1
+ /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2
+ /* 应用头部高度 */
3
+ /* 页面宽度 */
4
+ /* 侧栏宽度 */
5
+ /* 标签高度 */
6
+ /* 页面头部工具条高度 */
7
+ .avue-keyboard--default {
8
+ /*
9
+ number keyboard
10
+ */
11
+ /*
12
+ mobile keyboard
13
+ */
14
+ }
15
+ .avue-keyboard--default .akeyboard-keyboard {
16
+ height: 100%;
17
+ width: 100%;
18
+ background: #f0f0f0;
19
+ border-radius: 5px;
20
+ padding: 5px;
21
+ padding-top: 9px;
22
+ box-sizing: border-box;
23
+ }
24
+ .avue-keyboard--default .akeyboard-keyboard-innerKeys {
25
+ text-align: center;
26
+ }
27
+ .avue-keyboard--default .akeyboard-keyboard-keys {
28
+ height: 40px;
29
+ min-width: 40px;
30
+ padding: 0 10px;
31
+ border-radius: 5px;
32
+ background: white;
33
+ display: inline-block;
34
+ line-height: 40px;
35
+ text-align: center;
36
+ box-sizing: border-box;
37
+ margin: 4px;
38
+ cursor: pointer;
39
+ user-select: none;
40
+ }
41
+ .avue-keyboard--default .akeyboard-keyboard-keys:hover {
42
+ background: #1e9fff;
43
+ color: white;
44
+ }
45
+ .avue-keyboard--default .akeyboard-keyboard-keys-Delete {
46
+ width: 80px;
47
+ }
48
+ .avue-keyboard--default .akeyboard-keyboard-keys-Tab {
49
+ width: 80px;
50
+ }
51
+ .avue-keyboard--default .akeyboard-keyboard-keys-Caps {
52
+ width: 77px;
53
+ }
54
+ .avue-keyboard--default .akeyboard-keyboard-keys-Enter {
55
+ width: 90px;
56
+ }
57
+ .avue-keyboard--default .akeyboard-keyboard-keys-Shift {
58
+ width: 106px;
59
+ }
60
+ .avue-keyboard--default .akeyboard-keyboard-keys-Space {
61
+ width: 350px;
62
+ }
63
+ .avue-keyboard--default .keyboard-keyboard-keys-focus {
64
+ background: #1e9fff;
65
+ color: white;
66
+ }
67
+ .avue-keyboard--default .akeyboard-keyboard-fixedBottomCenter {
68
+ width: 100% !important;
69
+ height: auto !important;
70
+ position: fixed;
71
+ bottom: 0px;
72
+ left: 0px;
73
+ border-radius: 0 !important;
74
+ }
75
+ .avue-keyboard--default .akeyboard-numberKeyboard {
76
+ height: 100%;
77
+ width: 100%;
78
+ background: #f0f0f0;
79
+ border-radius: 5px;
80
+ padding: 5px;
81
+ padding-top: 10px;
82
+ box-sizing: border-box;
83
+ }
84
+ .avue-keyboard--default .akeyboard-numberKeyboard-keys-Enter {
85
+ height: 40px;
86
+ width: 100px;
87
+ }
88
+ .avue-keyboard--default .akeyboard-mobileKeyboard {
89
+ height: 100%;
90
+ width: 100%;
91
+ background: #f0f0f0;
92
+ border-radius: 5px;
93
+ padding: 5px;
94
+ padding-top: 11px;
95
+ box-sizing: border-box;
96
+ }
97
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys {
98
+ height: 25px;
99
+ min-width: 25px;
100
+ padding: 0 10px;
101
+ border-radius: 3px;
102
+ background: white;
103
+ display: inline-block;
104
+ line-height: 25px;
105
+ text-align: center;
106
+ box-sizing: border-box;
107
+ margin: 2px;
108
+ margin-top: 3px;
109
+ cursor: pointer;
110
+ user-select: none;
111
+ font-size: 10px;
112
+ }
113
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys:hover {
114
+ background: #1e9fff !important;
115
+ color: white;
116
+ }
117
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇧ {
118
+ width: 25px;
119
+ background-color: rgb(153, 159, 175);
120
+ }
121
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys-⇦ {
122
+ width: 25px;
123
+ background-color: rgb(153, 159, 175);
124
+ }
125
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys-Space {
126
+ height: 28px;
127
+ width: 100px;
128
+ line-height: 28px;
129
+ margin-left: 55px;
130
+ }
131
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys-Enter {
132
+ height: 28px;
133
+ width: 55px;
134
+ line-height: 28px;
135
+ background: #1e9fff !important;
136
+ color: white;
137
+ }
138
+ .avue-keyboard--default .akeyboard-mobileKeyboard-keys-focus {
139
+ background: #1e9fff !important;
140
+ color: white;
141
+ }
142
+ .avue-keyboard--green {
143
+ /*
144
+ number keyboard
145
+ */
146
+ /*
147
+ mobile keyboard
148
+ */
149
+ }
150
+ .avue-keyboard--green .akeyboard-keyboard {
151
+ height: 100%;
152
+ width: 100%;
153
+ background: #003300;
154
+ border-radius: 5px;
155
+ padding: 5px;
156
+ padding-top: 9px;
157
+ box-sizing: border-box;
158
+ }
159
+ .avue-keyboard--green .akeyboard-keyboard-innerKeys {
160
+ text-align: center;
161
+ }
162
+ .avue-keyboard--green .akeyboard-keyboard-keys {
163
+ height: 40px;
164
+ min-width: 40px;
165
+ padding: 0 10px;
166
+ border-radius: 5px;
167
+ background: #cccc99;
168
+ display: inline-block;
169
+ line-height: 40px;
170
+ text-align: center;
171
+ box-sizing: border-box;
172
+ margin: 4px;
173
+ cursor: pointer;
174
+ user-select: none;
175
+ }
176
+ .avue-keyboard--green .akeyboard-keyboard-keys:hover {
177
+ background: #669933;
178
+ color: white;
179
+ }
180
+ .avue-keyboard--green .akeyboard-keyboard-keys-Delete {
181
+ width: 80px;
182
+ }
183
+ .avue-keyboard--green .akeyboard-keyboard-keys-Tab {
184
+ width: 80px;
185
+ }
186
+ .avue-keyboard--green .akeyboard-keyboard-keys-Caps {
187
+ width: 77px;
188
+ }
189
+ .avue-keyboard--green .akeyboard-keyboard-keys-Enter {
190
+ width: 90px;
191
+ }
192
+ .avue-keyboard--green .akeyboard-keyboard-keys-Shift {
193
+ width: 106px;
194
+ }
195
+ .avue-keyboard--green .akeyboard-keyboard-keys-Space {
196
+ width: 350px;
197
+ }
198
+ .avue-keyboard--green .keyboard-keyboard-keys-focus {
199
+ background: #669933;
200
+ color: white;
201
+ }
202
+ .avue-keyboard--green .akeyboard-keyboard-fixedBottomCenter {
203
+ width: 100% !important;
204
+ height: auto !important;
205
+ position: fixed;
206
+ bottom: 0px;
207
+ left: 0px;
208
+ border-radius: 0 !important;
209
+ }
210
+ .avue-keyboard--green .akeyboard-numberKeyboard {
211
+ height: 100%;
212
+ width: 100%;
213
+ background: #003300;
214
+ border-radius: 5px;
215
+ padding: 5px;
216
+ padding-top: 10px;
217
+ box-sizing: border-box;
218
+ }
219
+ .avue-keyboard--green .akeyboard-numberKeyboard-keys-Enter {
220
+ height: 40px;
221
+ width: 100px;
222
+ }
223
+ .avue-keyboard--green .akeyboard-mobileKeyboard {
224
+ height: 100%;
225
+ width: 100%;
226
+ background: #003300;
227
+ border-radius: 5px;
228
+ padding: 5px;
229
+ padding-top: 11px;
230
+ box-sizing: border-box;
231
+ }
232
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys {
233
+ height: 25px;
234
+ min-width: 25px;
235
+ padding: 0 10px;
236
+ border-radius: 3px;
237
+ background: #cccc99;
238
+ display: inline-block;
239
+ line-height: 25px;
240
+ text-align: center;
241
+ box-sizing: border-box;
242
+ margin: 2px;
243
+ margin-top: 3px;
244
+ cursor: pointer;
245
+ user-select: none;
246
+ font-size: 10px;
247
+ }
248
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys:hover {
249
+ background: #669933 !important;
250
+ color: white;
251
+ }
252
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇧ {
253
+ width: 25px;
254
+ background-color: rgb(153, 159, 175);
255
+ }
256
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys-⇦ {
257
+ width: 25px;
258
+ background-color: rgb(153, 159, 175);
259
+ }
260
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys-Space {
261
+ height: 28px;
262
+ width: 100px;
263
+ line-height: 28px;
264
+ margin-left: 55px;
265
+ }
266
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys-Enter {
267
+ height: 28px;
268
+ width: 55px;
269
+ line-height: 28px;
270
+ background: #669933 !important;
271
+ color: white;
272
+ }
273
+ .avue-keyboard--green .akeyboard-mobileKeyboard-keys-focus {
274
+ background: #669933 !important;
275
+ color: white;
276
+ }
277
+ .avue-keyboard--dark {
278
+ /*
279
+ number keyboard
280
+ */
281
+ /*
282
+ mobile keyboard
283
+ */
284
+ }
285
+ .avue-keyboard--dark .akeyboard-keyboard {
286
+ height: 100%;
287
+ width: 100%;
288
+ background: black;
289
+ color: white;
290
+ border-radius: 5px;
291
+ padding: 5px;
292
+ padding-top: 9px;
293
+ box-sizing: border-box;
294
+ }
295
+ .avue-keyboard--dark .akeyboard-keyboard-innerKeys {
296
+ text-align: center;
297
+ }
298
+ .avue-keyboard--dark .akeyboard-keyboard-keys {
299
+ height: 40px;
300
+ min-width: 40px;
301
+ padding: 0 10px;
302
+ border-radius: 5px;
303
+ background: #393d49;
304
+ color: white;
305
+ display: inline-block;
306
+ line-height: 40px;
307
+ text-align: center;
308
+ box-sizing: border-box;
309
+ margin: 4px;
310
+ cursor: pointer;
311
+ user-select: none;
312
+ }
313
+ .avue-keyboard--dark .akeyboard-keyboard-keys:hover {
314
+ background: #1e9fff;
315
+ }
316
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Delete {
317
+ width: 80px;
318
+ }
319
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Tab {
320
+ width: 80px;
321
+ }
322
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Caps {
323
+ width: 77px;
324
+ }
325
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Enter {
326
+ width: 90px;
327
+ }
328
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Shift {
329
+ width: 106px;
330
+ }
331
+ .avue-keyboard--dark .akeyboard-keyboard-keys-Space {
332
+ width: 350px;
333
+ }
334
+ .avue-keyboard--dark .keyboard-keyboard-keys-focus {
335
+ background: #1e9fff;
336
+ }
337
+ .avue-keyboard--dark .akeyboard-keyboard-fixedBottomCenter {
338
+ width: 100% !important;
339
+ height: auto !important;
340
+ position: fixed;
341
+ bottom: 0px;
342
+ left: 0px;
343
+ border-radius: 0 !important;
344
+ }
345
+ .avue-keyboard--dark .akeyboard-numberKeyboard {
346
+ height: 100%;
347
+ width: 100%;
348
+ background: black;
349
+ border-radius: 5px;
350
+ padding: 5px;
351
+ padding-top: 10px;
352
+ box-sizing: border-box;
353
+ }
354
+ .avue-keyboard--dark .akeyboard-numberKeyboard-keys-Enter {
355
+ height: 40px;
356
+ width: 100px;
357
+ }
358
+ .avue-keyboard--dark .akeyboard-mobileKeyboard {
359
+ height: 100%;
360
+ width: 100%;
361
+ background: black;
362
+ border-radius: 5px;
363
+ padding: 5px;
364
+ padding-top: 11px;
365
+ box-sizing: border-box;
366
+ }
367
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys {
368
+ height: 25px;
369
+ min-width: 25px;
370
+ padding: 0 10px;
371
+ border-radius: 3px;
372
+ background: #393d49;
373
+ color: white;
374
+ display: inline-block;
375
+ line-height: 25px;
376
+ text-align: center;
377
+ box-sizing: border-box;
378
+ margin: 2px;
379
+ margin-top: 3px;
380
+ cursor: pointer;
381
+ user-select: none;
382
+ font-size: 10px;
383
+ }
384
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys:hover {
385
+ background: #1e9fff !important;
386
+ color: white;
387
+ }
388
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇧ {
389
+ width: 25px;
390
+ background-color: rgb(153, 159, 175);
391
+ }
392
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys-⇦ {
393
+ width: 25px;
394
+ background-color: rgb(153, 159, 175);
395
+ }
396
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Space {
397
+ height: 28px;
398
+ width: 100px;
399
+ line-height: 28px;
400
+ margin-left: 55px;
401
+ }
402
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys-Enter {
403
+ height: 28px;
404
+ width: 55px;
405
+ line-height: 28px;
406
+ background: #1e9fff !important;
407
+ color: white;
408
+ }
409
+ .avue-keyboard--dark .akeyboard-mobileKeyboard-keys-focus {
410
+ background: #1e9fff !important;
411
+ color: white;
412
+ }
413
+ .avue-keyboard--classic {
414
+ /*
415
+ number keyboard
416
+ */
417
+ /*
418
+ mobile keyboard
419
+ */
420
+ }
421
+ .avue-keyboard--classic .akeyboard-keyboard {
422
+ height: 100%;
423
+ width: 100%;
424
+ background: #2f4056;
425
+ border-radius: 5px;
426
+ padding: 5px;
427
+ padding-top: 9px;
428
+ box-sizing: border-box;
429
+ }
430
+ .avue-keyboard--classic .akeyboard-keyboard-innerKeys {
431
+ text-align: center;
432
+ }
433
+ .avue-keyboard--classic .akeyboard-keyboard-keys {
434
+ height: 40px;
435
+ min-width: 40px;
436
+ padding: 0 10px;
437
+ border-radius: 5px;
438
+ background: white;
439
+ display: inline-block;
440
+ line-height: 40px;
441
+ text-align: center;
442
+ box-sizing: border-box;
443
+ margin: 4px;
444
+ cursor: pointer;
445
+ user-select: none;
446
+ }
447
+ .avue-keyboard--classic .akeyboard-keyboard-keys:hover {
448
+ background: #c2c2c2;
449
+ color: white;
450
+ }
451
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Delete {
452
+ width: 80px;
453
+ }
454
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Tab {
455
+ width: 80px;
456
+ }
457
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Caps {
458
+ width: 77px;
459
+ }
460
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Enter {
461
+ width: 90px;
462
+ }
463
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Shift {
464
+ width: 106px;
465
+ }
466
+ .avue-keyboard--classic .akeyboard-keyboard-keys-Space {
467
+ width: 350px;
468
+ }
469
+ .avue-keyboard--classic .keyboard-keyboard-keys-focus {
470
+ background: #c2c2c2;
471
+ color: white;
472
+ }
473
+ .avue-keyboard--classic .akeyboard-keyboard-fixedBottomCenter {
474
+ width: 100% !important;
475
+ height: auto !important;
476
+ position: fixed;
477
+ bottom: 0px;
478
+ left: 0px;
479
+ border-radius: 0 !important;
480
+ }
481
+ .avue-keyboard--classic .akeyboard-numberKeyboard {
482
+ height: 100%;
483
+ width: 100%;
484
+ background: #2f4056;
485
+ border-radius: 5px;
486
+ padding: 5px;
487
+ padding-top: 10px;
488
+ box-sizing: border-box;
489
+ }
490
+ .avue-keyboard--classic .akeyboard-numberKeyboard-keys-Enter {
491
+ height: 40px;
492
+ width: 100px;
493
+ }
494
+ .avue-keyboard--classic .akeyboard-mobileKeyboard {
495
+ height: 100%;
496
+ width: 100%;
497
+ background: #2f4056;
498
+ border-radius: 5px;
499
+ padding: 5px;
500
+ padding-top: 11px;
501
+ box-sizing: border-box;
502
+ }
503
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys {
504
+ height: 25px;
505
+ min-width: 25px;
506
+ padding: 0 10px;
507
+ border-radius: 3px;
508
+ background: white;
509
+ display: inline-block;
510
+ line-height: 25px;
511
+ text-align: center;
512
+ box-sizing: border-box;
513
+ margin: 2px;
514
+ margin-top: 3px;
515
+ cursor: pointer;
516
+ user-select: none;
517
+ font-size: 10px;
518
+ }
519
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys:hover {
520
+ background: #c2c2c2 !important;
521
+ color: white;
522
+ }
523
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇧ {
524
+ width: 25px;
525
+ background-color: rgb(153, 159, 175);
526
+ }
527
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys-⇦ {
528
+ width: 25px;
529
+ background-color: rgb(153, 159, 175);
530
+ }
531
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Space {
532
+ height: 28px;
533
+ width: 100px;
534
+ line-height: 28px;
535
+ margin-left: 55px;
536
+ }
537
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys-Enter {
538
+ height: 28px;
539
+ width: 55px;
540
+ line-height: 28px;
541
+ background: #c2c2c2 !important;
542
+ color: white;
543
+ }
544
+ .avue-keyboard--classic .akeyboard-mobileKeyboard-keys-focus {
545
+ background: #c2c2c2 !important;
546
+ color: white;
547
+ }