agilebuilder-ui 1.1.65-tmp3 → 1.1.65-tmp30

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 (1563) hide show
  1. package/dist/index.full.min.js +16659 -0
  2. package/dist/style.css +3104 -0
  3. package/es/IntervalSelection/index.mjs +7 -0
  4. package/es/IntervalSelection/src/sectionDate.vue.mjs +49 -0
  5. package/es/breadcrumb/index.mjs +7 -0
  6. package/es/breadcrumb/src/breadcrumb.vue.mjs +28 -0
  7. package/es/chat-embed/index.mjs +7 -0
  8. package/es/chat-embed/src/chat-addition-data.vue.mjs +7 -0
  9. package/es/chat-embed/src/chat-addition-data.vue2.mjs +17 -0
  10. package/es/chat-embed/src/chat-ai-answer-tip.vue.mjs +7 -0
  11. package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +29 -0
  12. package/es/chat-embed/src/chat-bubble-footer.vue.mjs +7 -0
  13. package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +33 -0
  14. package/es/chat-embed/src/chat-embed-message.mjs +22 -0
  15. package/es/chat-embed/src/chat-sender.vue.mjs +7 -0
  16. package/es/chat-embed/src/chat-sender.vue2.mjs +158 -0
  17. package/es/chat-embed/src/components/answer-auto-chart.vue.mjs +7 -0
  18. package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +58 -0
  19. package/es/chat-embed/src/components/answer-home-chart.vue.mjs +7 -0
  20. package/es/chat-embed/src/components/answer-interaction-data.vue.mjs +7 -0
  21. package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +117 -0
  22. package/es/chat-embed/src/components/history-detail.vue.mjs +7 -0
  23. package/es/chat-embed/src/components/history-detail.vue2.mjs +55 -0
  24. package/es/chat-embed/src/header.vue.mjs +7 -0
  25. package/es/chat-embed/src/header.vue2.mjs +46 -0
  26. package/es/chat-embed/src/index.vue.mjs +7 -0
  27. package/es/chat-embed/src/index.vue2.mjs +307 -0
  28. package/es/chat-embed/src/recommendation-message.vue.mjs +7 -0
  29. package/es/chat-embed/src/recommendation-message.vue2.mjs +11 -0
  30. package/es/chat-embed/src/sidebar-item.vue.mjs +7 -0
  31. package/es/chat-embed/src/sidebar-item.vue2.mjs +118 -0
  32. package/es/chat-embed/src/util/history-message-util.mjs +96 -0
  33. package/es/chat-embed/src/util/mcp-utils.mjs +53 -0
  34. package/es/chat-embed/src/voice/index.mjs +7 -0
  35. package/es/chat-embed/src/voice/js/crypto-js.mjs +1004 -0
  36. package/es/chat-embed/src/voice/js/processor/index.umd.mjs +169 -0
  37. package/es/chat-embed/src/voice/voice.vue.mjs +105 -0
  38. package/es/date-picker-range/index.mjs +7 -0
  39. package/es/date-picker-range/index.vue.mjs +7 -0
  40. package/es/date-picker-range/index.vue2.mjs +93 -0
  41. package/es/department-tree/index.mjs +7 -0
  42. package/es/department-tree/src/department-tree.vue.mjs +23 -0
  43. package/es/department-tree-inline/index.mjs +7 -0
  44. package/es/department-tree-inline/src/department-multi-tree-inline.vue.mjs +91 -0
  45. package/es/department-tree-inline/src/department-single-tree-inline.vue.mjs +64 -0
  46. package/es/department-tree-inline/src/department-tree-inline.vue.mjs +17 -0
  47. package/es/department-tree-inline/src/department-tree-service.mjs +108 -0
  48. package/es/department-tree-inline/src/search-result.vue.mjs +40 -0
  49. package/es/department-tree-mobile/index.mjs +8 -0
  50. package/es/department-tree-mobile/src/department-tree-app.vue.mjs +16 -0
  51. package/es/department-tree-mobile/src/department-tree-app.vue3.mjs +5 -0
  52. package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +121 -0
  53. package/es/department-tree-mobile/src/department-tree-inline-app.vue2.mjs +4 -0
  54. package/es/department-tree-mobile/src/department-tree-service.mjs +57 -0
  55. package/es/department-tree-mobile/src/dept-path.vue.mjs +15 -0
  56. package/es/department-tree-mobile/src/dept-path.vue2.mjs +4 -0
  57. package/es/department-tree-mobile/src/dept-result.vue.mjs +18 -0
  58. package/es/department-tree-mobile/src/dept-result.vue2.mjs +4 -0
  59. package/es/department-user-tree/index.mjs +7 -0
  60. package/es/department-user-tree/src/department-user-multiple-tree.vue.mjs +20 -0
  61. package/es/department-user-tree/src/department-user-single-tree.vue.mjs +19 -0
  62. package/es/department-user-tree/src/department-user-tree.vue.mjs +27 -0
  63. package/es/department-user-tree-inline/index.mjs +7 -0
  64. package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +165 -0
  65. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +69 -0
  66. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +16 -0
  67. package/es/department-user-tree-inline/src/department-user-tree-multi-service.mjs +81 -0
  68. package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +54 -0
  69. package/es/department-user-tree-inline/src/group-user/group-input.vue.mjs +39 -0
  70. package/es/department-user-tree-inline/src/group-user/group-list.vue.mjs +27 -0
  71. package/es/department-user-tree-inline/src/group-user/group-user.vue.mjs +16 -0
  72. package/es/department-user-tree-inline/src/group-user-multiple-tree.vue.mjs +78 -0
  73. package/es/department-user-tree-inline/src/group-user-single-tree.vue.mjs +34 -0
  74. package/es/department-user-tree-inline/src/search-result.vue.mjs +41 -0
  75. package/es/department-user-tree-mobile/index.mjs +8 -0
  76. package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +16 -0
  77. package/es/department-user-tree-mobile/src/department-user-tree-app.vue3.mjs +5 -0
  78. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +135 -0
  79. package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.mjs +4 -0
  80. package/es/department-user-tree-mobile/src/dept-path.vue.mjs +15 -0
  81. package/es/department-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
  82. package/es/department-user-tree-mobile/src/dept-result.vue.mjs +18 -0
  83. package/es/department-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
  84. package/es/directives/prevent-reclick.mjs +15 -0
  85. package/es/dynamic-source-select/index.mjs +7 -0
  86. package/es/dynamic-source-select/src/dynamic-source-select-service.mjs +32 -0
  87. package/es/dynamic-source-select/src/dynamic-source-select.vue.mjs +276 -0
  88. package/es/empty-state/index.vue.mjs +9 -0
  89. package/es/empty-state/index.vue2.mjs +4 -0
  90. package/es/favicon.svg +29 -0
  91. package/es/fs-preview/index.mjs +7 -0
  92. package/es/fs-preview/src/fs-preview.vue.mjs +128 -0
  93. package/es/fs-upload/index.mjs +7 -0
  94. package/es/fs-upload/src/fs-upload-multi.vue.mjs +71 -0
  95. package/es/fs-upload/src/fs-upload-single.vue.mjs +73 -0
  96. package/es/fs-upload/src/fs-upload.vue.mjs +24 -0
  97. package/es/fs-upload/src/see-big-picture.vue.mjs +12 -0
  98. package/es/fs-upload-list/index.mjs +7 -0
  99. package/es/fs-upload-list/src/fs-upload-list.vue.mjs +98 -0
  100. package/es/fs-upload-new/index.mjs +7 -0
  101. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +61 -0
  102. package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.mjs +4 -0
  103. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +178 -0
  104. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.mjs +4 -0
  105. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.mjs +7 -0
  106. package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +39 -0
  107. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +45 -0
  108. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.mjs +4 -0
  109. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +35 -0
  110. package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue2.mjs +4 -0
  111. package/es/fs-upload-new/src/fs-button-upload.vue.mjs +7 -0
  112. package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +62 -0
  113. package/es/fs-upload-new/src/fs-drag-upload.vue.mjs +7 -0
  114. package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +63 -0
  115. package/es/fs-upload-new/src/fs-preview-new.vue.mjs +8 -0
  116. package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +93 -0
  117. package/es/fs-upload-new/src/fs-upload-new.vue.mjs +64 -0
  118. package/es/fs-upload-new/src/fs-upload-new.vue2.mjs +4 -0
  119. package/es/hamburger/index.mjs +7 -0
  120. package/es/hamburger/src/hamburger.vue.mjs +15 -0
  121. package/es/index.mjs +388 -0
  122. package/es/json-view/json-view-dialog.vue.mjs +19 -0
  123. package/es/json-view/json-view-dialog.vue2.mjs +4 -0
  124. package/es/json-view/json-view.vue.mjs +4 -0
  125. package/es/json-view/json-view.vue2.mjs +36 -0
  126. package/es/multipart-upload/index.mjs +7 -0
  127. package/es/multipart-upload/src/index.vue.mjs +14 -0
  128. package/es/multipart-upload/src/multipart-upload-form.vue.mjs +82 -0
  129. package/es/multipart-upload/src/multipart-upload-list.vue.mjs +104 -0
  130. package/es/organization-input/index.mjs +7 -0
  131. package/es/organization-input/src/organization-input.vue.mjs +224 -0
  132. package/es/plugins/export-data-new.mjs +237 -0
  133. package/es/plugins/export-data.mjs +179 -0
  134. package/es/plugins/index.mjs +9 -0
  135. package/es/remove-department/index.mjs +7 -0
  136. package/es/remove-department/src/remove-department.vue.mjs +33 -0
  137. package/es/remove-user/index.mjs +7 -0
  138. package/es/remove-user/src/remove-user.vue.mjs +35 -0
  139. package/es/remove-workgroup/index.mjs +7 -0
  140. package/es/remove-workgroup/src/remove-workgroup.vue.mjs +31 -0
  141. package/es/rich-editor/index.mjs +7 -0
  142. package/es/rich-editor/index.vue.mjs +115 -0
  143. package/es/rich-editor/viewer.vue.mjs +27 -0
  144. package/es/row-form/index.mjs +7 -0
  145. package/es/row-form/index.vue.mjs +7 -0
  146. package/es/row-form/index.vue2.mjs +62 -0
  147. package/es/row-form/operation.vue.mjs +32 -0
  148. package/es/row-form/operation.vue2.mjs +4 -0
  149. package/es/scan-code-input/index.mjs +7 -0
  150. package/es/scan-code-input/src/events.mjs +15 -0
  151. package/es/scan-code-input/src/scan-code-input.vue.mjs +32 -0
  152. package/es/scan-code-input-browser/index.mjs +7 -0
  153. package/es/scan-code-input-browser/src/scan-code-input.vue.mjs +39 -0
  154. package/es/secret-info/index.mjs +7 -0
  155. package/es/secret-info/index.vue.mjs +16 -0
  156. package/es/src/api/sso-service.mjs +57 -0
  157. package/es/src/api/tab.mjs +15 -0
  158. package/es/src/components/Affix/index.vue.mjs +7 -0
  159. package/es/src/components/Affix/index.vue2.mjs +83 -0
  160. package/es/src/components/Card/index.mjs +51 -0
  161. package/es/src/components/Scrollbar/index.vue.mjs +52 -0
  162. package/es/src/directives/permission/index.mjs +7 -0
  163. package/es/src/directives/permission/permission.mjs +11 -0
  164. package/es/src/i18n/i18n.mjs +7 -0
  165. package/es/src/i18n/langs/cn.mjs +4 -0
  166. package/es/src/i18n/langs/en.mjs +4 -0
  167. package/es/src/permission.mjs +79 -0
  168. package/es/src/router/index.mjs +10 -0
  169. package/es/src/store/index.mjs +13 -0
  170. package/es/src/store/modules/permission.mjs +31 -0
  171. package/es/src/store/modules/system.mjs +12 -0
  172. package/es/src/store/modules/tab-content.mjs +20 -0
  173. package/es/src/store/modules/user.mjs +139 -0
  174. package/es/src/utils/auth.mjs +156 -0
  175. package/es/src/utils/calculator/calculator-util.mjs +56 -0
  176. package/es/src/utils/chat-ai-util.mjs +34 -0
  177. package/es/src/utils/common-util.mjs +448 -0
  178. package/es/src/utils/insert_css.mjs +17 -0
  179. package/es/src/utils/jump-page-utils.mjs +264 -0
  180. package/es/src/utils/menu.mjs +14 -0
  181. package/es/src/utils/permission.mjs +45 -0
  182. package/es/src/utils/permissionAuth.mjs +154 -0
  183. package/es/src/utils/range-selector.mjs +105 -0
  184. package/es/src/utils/request.mjs +140 -0
  185. package/es/src/utils/util.mjs +361 -0
  186. package/es/src/utils/voice-setting-cache.mjs +212 -0
  187. package/es/src/utils/watermark.mjs +40 -0
  188. package/es/src/utils/workflow-util.mjs +42 -0
  189. package/es/src/views/dsc-component/Sidebar/Item.vue.mjs +7 -0
  190. package/es/src/views/dsc-component/Sidebar/Item.vue2.mjs +12 -0
  191. package/es/src/views/dsc-component/Sidebar/Link.vue.mjs +14 -0
  192. package/es/src/views/dsc-component/Sidebar/SidebarItem.vue.mjs +53 -0
  193. package/es/src/views/dsc-component/Sidebar/index.vue.mjs +111 -0
  194. package/es/src/views/dsc-component/tabs/tab-content.vue.mjs +66 -0
  195. package/es/src/views/error-page/401.vue.mjs +15 -0
  196. package/es/src/views/error-page/404.vue.mjs +12 -0
  197. package/es/src/views/layout/EmptyLayout.vue.mjs +9 -0
  198. package/es/src/views/layout/Layout.vue.mjs +28 -0
  199. package/es/src/views/layout/NewLayout.vue.mjs +11 -0
  200. package/es/src/views/layout/components/AppMain.vue.mjs +13 -0
  201. package/es/src/views/layout/components/Breadcrumb/index.vue.mjs +49 -0
  202. package/es/src/views/layout/components/Menubar/Item.vue.mjs +7 -0
  203. package/es/src/views/layout/components/Menubar/Item.vue2.mjs +15 -0
  204. package/es/src/views/layout/components/Menubar/Link.vue.mjs +14 -0
  205. package/es/src/views/layout/components/Menubar/SidebarItem.vue.mjs +56 -0
  206. package/es/src/views/layout/components/Menubar/index.vue.mjs +90 -0
  207. package/es/src/views/layout/components/Sidebar/Item.vue2.mjs +4 -0
  208. package/es/src/views/layout/components/Sidebar/Link.vue.mjs +12 -0
  209. package/es/src/views/layout/components/Sidebar/SidebarItem.vue.mjs +22 -0
  210. package/es/src/views/layout/components/Sidebar/index.vue.mjs +58 -0
  211. package/es/src/views/layout/components/iframe-page.vue.mjs +14 -0
  212. package/es/src/views/layout/components/tabs/tab-content.vue.mjs +64 -0
  213. package/es/src/views/layout/mixin/ResizeHandler.mjs +16 -0
  214. package/es/src/views/layout/tab-content-iframe-index.vue.mjs +14 -0
  215. package/es/src/views/layout/tab-content-index.vue.mjs +28 -0
  216. package/es/src/views/super-icon/index.mjs +7 -0
  217. package/es/src/views/super-icon/src/index.vue.mjs +7 -0
  218. package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
  219. package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
  220. package/es/src/views/wf-history/tache-subprocess-history.vue.mjs +14 -0
  221. package/es/style.css +3103 -0
  222. package/es/super-grid/index.mjs +7 -0
  223. package/es/super-grid/src/apis.mjs +487 -0
  224. package/es/super-grid/src/columns-config.vue.mjs +82 -0
  225. package/es/super-grid/src/components/grid-icon.vue.mjs +47 -0
  226. package/es/super-grid/src/components/grid-radio-input.vue.mjs +25 -0
  227. package/es/super-grid/src/components/grid-radio-input.vue2.mjs +4 -0
  228. package/es/super-grid/src/components/mobile-table-card.mjs +109 -0
  229. package/es/super-grid/src/components/select-input.vue.mjs +149 -0
  230. package/es/super-grid/src/components/select-input.vue2.mjs +4 -0
  231. package/es/super-grid/src/custom-formatter.mjs +168 -0
  232. package/es/super-grid/src/dynamic-input.vue.mjs +482 -0
  233. package/es/super-grid/src/events.mjs +37 -0
  234. package/es/super-grid/src/formValidatorUtil.mjs +109 -0
  235. package/es/super-grid/src/group-column.vue.mjs +24 -0
  236. package/es/super-grid/src/header-context-menu.vue.mjs +15 -0
  237. package/es/super-grid/src/index-column.vue.mjs +22 -0
  238. package/es/super-grid/src/normal-column-content.vue.mjs +322 -0
  239. package/es/super-grid/src/normal-column.vue.mjs +105 -0
  240. package/es/super-grid/src/row-detail.vue.mjs +14 -0
  241. package/es/super-grid/src/row-operation.vue.mjs +89 -0
  242. package/es/super-grid/src/scan-util.mjs +100 -0
  243. package/es/super-grid/src/search-button.vue.mjs +25 -0
  244. package/es/super-grid/src/search-condition-input.vue.mjs +17 -0
  245. package/es/super-grid/src/search-condition-list.vue.mjs +20 -0
  246. package/es/super-grid/src/search-form-advancedQuery.vue.mjs +116 -0
  247. package/es/super-grid/src/search-form-dialog.vue.mjs +27 -0
  248. package/es/super-grid/src/search-form-item.vue.mjs +128 -0
  249. package/es/super-grid/src/search-form-mobile.vue.mjs +41 -0
  250. package/es/super-grid/src/search-form-number.vue.mjs +25 -0
  251. package/es/super-grid/src/search-form-open.vue.mjs +52 -0
  252. package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +41 -0
  253. package/es/super-grid/src/search-form.vue.mjs +207 -0
  254. package/es/super-grid/src/selection-column.vue.mjs +11 -0
  255. package/es/super-grid/src/super-grid-service.mjs +260 -0
  256. package/es/super-grid/src/super-grid.vue.mjs +1114 -0
  257. package/es/super-grid/src/utils.mjs +401 -0
  258. package/es/super-grid/src/view-image-dialog.vue.mjs +67 -0
  259. package/es/super-icon/index.mjs +7 -0
  260. package/es/super-icon/src/index.vue.mjs +7 -0
  261. package/es/super-icon/src/index.vue2.mjs +13 -0
  262. package/es/super-nine-grid/index.mjs +7 -0
  263. package/es/super-nine-grid/src/apis.mjs +36 -0
  264. package/es/super-nine-grid/src/custom-formatter.mjs +35 -0
  265. package/es/super-nine-grid/src/search-form-number.vue.mjs +12 -0
  266. package/es/super-nine-grid/src/search-form.vue.mjs +91 -0
  267. package/es/super-nine-grid/src/super-grid-service.mjs +39 -0
  268. package/es/super-nine-grid/src/super-nine-grid.vue.mjs +225 -0
  269. package/es/super-nine-grid/src/utils.mjs +32 -0
  270. package/es/svg-icon/index.mjs +7 -0
  271. package/es/svg-icon/src/svg-icon.vue.mjs +14 -0
  272. package/es/utils/memory-cache-utils.mjs +30 -0
  273. package/es/utils/organization.mjs +70 -0
  274. package/es/utils/utils.mjs +87 -0
  275. package/es/utils/value-set.mjs +94 -0
  276. package/es/valid-code/index.mjs +7 -0
  277. package/es/valid-code/src/valid-code.vue.mjs +23 -0
  278. package/es/workflow-button/index.mjs +7 -0
  279. package/es/workflow-button/src/workflow-button.vue.mjs +85 -0
  280. package/es/workflow-history-list/index.mjs +7 -0
  281. package/es/workflow-history-list/src/workflow-history-list.vue.mjs +89 -0
  282. package/es/workgroup-tree/index.mjs +7 -0
  283. package/es/workgroup-tree/src/workgroup-tree.vue.mjs +23 -0
  284. package/es/workgroup-tree-inline/index.mjs +7 -0
  285. package/es/workgroup-tree-inline/src/search-result.vue.mjs +39 -0
  286. package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +128 -0
  287. package/es/workgroup-tree-inline/src/workgroup-tree-service.mjs +35 -0
  288. package/es/workgroup-tree-mobile/index.mjs +8 -0
  289. package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +17 -0
  290. package/es/workgroup-tree-mobile/src/dept-result.vue2.mjs +4 -0
  291. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +16 -0
  292. package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue3.mjs +5 -0
  293. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +109 -0
  294. package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.mjs +4 -0
  295. package/es/workgroup-user-tree/index.mjs +7 -0
  296. package/es/workgroup-user-tree/src/workgroup-user-tree.vue.mjs +23 -0
  297. package/es/workgroup-user-tree-inline/index.mjs +7 -0
  298. package/es/workgroup-user-tree-inline/src/search-result.vue.mjs +39 -0
  299. package/es/workgroup-user-tree-inline/src/workgroup-tree-inline-service.mjs +73 -0
  300. package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +172 -0
  301. package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +15 -0
  302. package/es/workgroup-user-tree-mobile/src/dept-path.vue2.mjs +4 -0
  303. package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +18 -0
  304. package/es/workgroup-user-tree-mobile/src/dept-result.vue2.mjs +4 -0
  305. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +16 -0
  306. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.mjs +4 -0
  307. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.mjs +5 -0
  308. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +135 -0
  309. package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.mjs +4 -0
  310. package/es/year-range-picker/index.mjs +7 -0
  311. package/es/year-range-picker/src/year-range-picker.vue.mjs +14 -0
  312. package/lib/IntervalSelection/index.cjs +5 -0
  313. package/lib/IntervalSelection/src/sectionDate.vue.cjs +45 -0
  314. package/lib/IntervalSelection/src/sectionDate.vue2.cjs +2 -0
  315. package/lib/_virtual/__vite-browser-external.cjs +2 -0
  316. package/lib/_virtual/_plugin-vue_export-helper.cjs +7 -0
  317. package/lib/breadcrumb/index.cjs +5 -0
  318. package/lib/breadcrumb/src/breadcrumb.vue.cjs +37 -0
  319. package/lib/breadcrumb/src/breadcrumb.vue2.cjs +2 -0
  320. package/lib/chat-embed/index.cjs +5 -0
  321. package/lib/chat-embed/src/chat-addition-data.vue.cjs +5 -0
  322. package/lib/chat-embed/src/chat-addition-data.vue2.cjs +15 -0
  323. package/lib/chat-embed/src/chat-addition-data.vue3.cjs +2 -0
  324. package/lib/chat-embed/src/chat-ai-answer-tip.vue.cjs +5 -0
  325. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +26 -0
  326. package/lib/chat-embed/src/chat-ai-answer-tip.vue3.cjs +2 -0
  327. package/lib/chat-embed/src/chat-bubble-footer.vue.cjs +5 -0
  328. package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +28 -0
  329. package/lib/chat-embed/src/chat-bubble-footer.vue3.cjs +2 -0
  330. package/lib/chat-embed/src/chat-embed-message.cjs +16 -0
  331. package/lib/chat-embed/src/chat-sender.vue.cjs +5 -0
  332. package/lib/chat-embed/src/chat-sender.vue2.cjs +145 -0
  333. package/lib/chat-embed/src/chat-sender.vue3.cjs +2 -0
  334. package/lib/chat-embed/src/components/answer-auto-chart.vue.cjs +5 -0
  335. package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +50 -0
  336. package/lib/chat-embed/src/components/answer-auto-chart.vue3.cjs +2 -0
  337. package/lib/chat-embed/src/components/answer-home-chart.vue.cjs +5 -0
  338. package/lib/chat-embed/src/components/answer-home-chart.vue2.cjs +3 -0
  339. package/lib/chat-embed/src/components/answer-home-chart.vue3.cjs +2 -0
  340. package/lib/chat-embed/src/components/answer-interaction-data.vue.cjs +5 -0
  341. package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +107 -0
  342. package/lib/chat-embed/src/components/answer-interaction-data.vue3.cjs +2 -0
  343. package/lib/chat-embed/src/components/history-detail.vue.cjs +5 -0
  344. package/lib/chat-embed/src/components/history-detail.vue2.cjs +50 -0
  345. package/lib/chat-embed/src/components/history-detail.vue3.cjs +2 -0
  346. package/lib/chat-embed/src/header.vue.cjs +5 -0
  347. package/lib/chat-embed/src/header.vue2.cjs +39 -0
  348. package/lib/chat-embed/src/header.vue3.cjs +2 -0
  349. package/lib/chat-embed/src/index.vue.cjs +5 -0
  350. package/lib/chat-embed/src/index.vue2.cjs +281 -0
  351. package/lib/chat-embed/src/index.vue3.cjs +2 -0
  352. package/lib/chat-embed/src/recommendation-message.vue.cjs +5 -0
  353. package/lib/chat-embed/src/recommendation-message.vue2.cjs +8 -0
  354. package/lib/chat-embed/src/recommendation-message.vue3.cjs +2 -0
  355. package/lib/chat-embed/src/sidebar-item.vue.cjs +5 -0
  356. package/lib/chat-embed/src/sidebar-item.vue2.cjs +109 -0
  357. package/lib/chat-embed/src/sidebar-item.vue3.cjs +2 -0
  358. package/lib/chat-embed/src/type.cjs +3 -0
  359. package/lib/chat-embed/src/util/chat-embed-util.cjs +51 -0
  360. package/lib/chat-embed/src/util/history-message-util.cjs +74 -0
  361. package/lib/chat-embed/src/util/mcp-utils.cjs +50 -0
  362. package/lib/chat-embed/src/util/text-file-util.cjs +8 -0
  363. package/lib/chat-embed/src/voice/index.cjs +5 -0
  364. package/lib/chat-embed/src/voice/js/crypto-js.cjs +1005 -0
  365. package/lib/chat-embed/src/voice/js/processor/index.umd.cjs +170 -0
  366. package/lib/chat-embed/src/voice/js/timer.cjs +8 -0
  367. package/lib/chat-embed/src/voice/voice.vue.cjs +96 -0
  368. package/lib/date-picker-range/index.cjs +5 -0
  369. package/lib/date-picker-range/index.vue.cjs +5 -0
  370. package/lib/date-picker-range/index.vue2.cjs +89 -0
  371. package/lib/date-picker-range/index.vue3.cjs +2 -0
  372. package/lib/department-tree/index.cjs +5 -0
  373. package/lib/department-tree/src/department-tree.vue.cjs +17 -0
  374. package/lib/department-tree-inline/index.cjs +5 -0
  375. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.cjs +81 -0
  376. package/lib/department-tree-inline/src/department-multi-tree-inline.vue2.cjs +2 -0
  377. package/lib/department-tree-inline/src/department-single-tree-inline.vue.cjs +54 -0
  378. package/lib/department-tree-inline/src/department-single-tree-inline.vue2.cjs +2 -0
  379. package/lib/department-tree-inline/src/department-tree-inline.vue.cjs +12 -0
  380. package/lib/department-tree-inline/src/department-tree-service.cjs +106 -0
  381. package/lib/department-tree-inline/src/search-result.vue.cjs +36 -0
  382. package/lib/department-tree-inline/src/search-result.vue2.cjs +2 -0
  383. package/lib/department-tree-mobile/index.cjs +5 -0
  384. package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +13 -0
  385. package/lib/department-tree-mobile/src/department-tree-app.vue2.cjs +2 -0
  386. package/lib/department-tree-mobile/src/department-tree-app.vue3.cjs +3 -0
  387. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +110 -0
  388. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.cjs +3 -0
  389. package/lib/department-tree-mobile/src/department-tree-service.cjs +47 -0
  390. package/lib/department-tree-mobile/src/dept-path.vue.cjs +13 -0
  391. package/lib/department-tree-mobile/src/dept-path.vue2.cjs +3 -0
  392. package/lib/department-tree-mobile/src/dept-result.vue.cjs +14 -0
  393. package/lib/department-tree-mobile/src/dept-result.vue2.cjs +3 -0
  394. package/lib/department-user-tree/index.cjs +5 -0
  395. package/lib/department-user-tree/src/department-user-multiple-tree.vue.cjs +16 -0
  396. package/lib/department-user-tree/src/department-user-multiple-tree.vue2.cjs +2 -0
  397. package/lib/department-user-tree/src/department-user-single-tree.vue.cjs +14 -0
  398. package/lib/department-user-tree/src/department-user-tree.vue.cjs +21 -0
  399. package/lib/department-user-tree-inline/index.cjs +5 -0
  400. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +154 -0
  401. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.cjs +2 -0
  402. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +57 -0
  403. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.cjs +2 -0
  404. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +11 -0
  405. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.cjs +78 -0
  406. package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +51 -0
  407. package/lib/department-user-tree-inline/src/group-user/group-input.vue.cjs +34 -0
  408. package/lib/department-user-tree-inline/src/group-user/group-list.vue.cjs +22 -0
  409. package/lib/department-user-tree-inline/src/group-user/group-user.vue.cjs +10 -0
  410. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.cjs +72 -0
  411. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.cjs +28 -0
  412. package/lib/department-user-tree-inline/src/group-user-tree-service.cjs +33 -0
  413. package/lib/department-user-tree-inline/src/search-result.vue.cjs +38 -0
  414. package/lib/department-user-tree-inline/src/search-result.vue2.cjs +2 -0
  415. package/lib/department-user-tree-mobile/index.cjs +5 -0
  416. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +13 -0
  417. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue2.cjs +2 -0
  418. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.cjs +3 -0
  419. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +124 -0
  420. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.cjs +3 -0
  421. package/lib/department-user-tree-mobile/src/department-user-tree-service.cjs +28 -0
  422. package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +13 -0
  423. package/lib/department-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
  424. package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +14 -0
  425. package/lib/department-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
  426. package/lib/directives/prevent-reclick.cjs +14 -0
  427. package/lib/dynamic-source-select/index.cjs +5 -0
  428. package/lib/dynamic-source-select/src/dynamic-source-select-service.cjs +30 -0
  429. package/lib/dynamic-source-select/src/dynamic-source-select.vue.cjs +266 -0
  430. package/lib/dynamic-source-select/src/dynamic-source-select.vue2.cjs +2 -0
  431. package/lib/dynamic-source-select/src/dynamic-source-select.vue3.cjs +2 -0
  432. package/lib/dynamic-source-select/src/events.cjs +28 -0
  433. package/lib/empty-state/index.vue.cjs +6 -0
  434. package/lib/empty-state/index.vue2.cjs +3 -0
  435. package/lib/fs-preview/index.cjs +5 -0
  436. package/lib/fs-preview/src/fs-preview.vue.cjs +119 -0
  437. package/lib/fs-preview/src/fs-preview.vue2.cjs +2 -0
  438. package/lib/fs-upload/index.cjs +5 -0
  439. package/lib/fs-upload/src/fs-upload-multi.vue.cjs +63 -0
  440. package/lib/fs-upload/src/fs-upload-single.vue.cjs +64 -0
  441. package/lib/fs-upload/src/fs-upload.vue.cjs +18 -0
  442. package/lib/fs-upload/src/see-big-picture.vue.cjs +9 -0
  443. package/lib/fs-upload-list/index.cjs +5 -0
  444. package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +91 -0
  445. package/lib/fs-upload-list/src/fs-upload-list.vue2.cjs +2 -0
  446. package/lib/fs-upload-new/index.cjs +5 -0
  447. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +57 -0
  448. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.cjs +3 -0
  449. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +170 -0
  450. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.cjs +3 -0
  451. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.cjs +5 -0
  452. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +32 -0
  453. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.cjs +2 -0
  454. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +41 -0
  455. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.cjs +3 -0
  456. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +29 -0
  457. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.cjs +3 -0
  458. package/lib/fs-upload-new/src/fs-button-upload.vue.cjs +5 -0
  459. package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +55 -0
  460. package/lib/fs-upload-new/src/fs-button-upload.vue3.cjs +2 -0
  461. package/lib/fs-upload-new/src/fs-drag-upload.vue.cjs +5 -0
  462. package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +55 -0
  463. package/lib/fs-upload-new/src/fs-drag-upload.vue3.cjs +2 -0
  464. package/lib/fs-upload-new/src/fs-preview-new.vue.cjs +5 -0
  465. package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +84 -0
  466. package/lib/fs-upload-new/src/fs-preview-new.vue3.cjs +2 -0
  467. package/lib/fs-upload-new/src/fs-preview-new.vue4.cjs +2 -0
  468. package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +54 -0
  469. package/lib/fs-upload-new/src/fs-upload-new.vue2.cjs +3 -0
  470. package/lib/hamburger/index.cjs +5 -0
  471. package/lib/hamburger/src/hamburger.vue.cjs +11 -0
  472. package/lib/hamburger/src/hamburger.vue2.cjs +2 -0
  473. package/lib/index.cjs +41 -0
  474. package/lib/json-view/json-view-dialog.vue.cjs +16 -0
  475. package/lib/json-view/json-view-dialog.vue2.cjs +3 -0
  476. package/lib/json-view/json-view.vue.cjs +3 -0
  477. package/lib/json-view/json-view.vue2.cjs +32 -0
  478. package/lib/multipart-upload/index.cjs +5 -0
  479. package/lib/multipart-upload/src/index.vue.cjs +10 -0
  480. package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +73 -0
  481. package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +96 -0
  482. package/lib/organization-input/index.cjs +5 -0
  483. package/lib/organization-input/src/organization-input.vue.cjs +218 -0
  484. package/lib/organization-input/src/organization-input.vue2.cjs +2 -0
  485. package/lib/plugins/export-data-new.cjs +229 -0
  486. package/lib/plugins/export-data.cjs +173 -0
  487. package/lib/plugins/index.cjs +5 -0
  488. package/lib/plugins/public-method.cjs +13 -0
  489. package/lib/remove-department/index.cjs +5 -0
  490. package/lib/remove-department/src/remove-department.vue.cjs +27 -0
  491. package/lib/remove-department/src/remove-dept-service.cjs +12 -0
  492. package/lib/remove-user/index.cjs +5 -0
  493. package/lib/remove-user/src/remove-user-service.cjs +12 -0
  494. package/lib/remove-user/src/remove-user.vue.cjs +29 -0
  495. package/lib/remove-workgroup/index.cjs +5 -0
  496. package/lib/remove-workgroup/src/remove-workgroup-service.cjs +12 -0
  497. package/lib/remove-workgroup/src/remove-workgroup.vue.cjs +25 -0
  498. package/lib/rich-editor/index.cjs +5 -0
  499. package/lib/rich-editor/index.vue.cjs +67 -0
  500. package/lib/rich-editor/tinymce/zh_CN.cjs +2 -0
  501. package/lib/rich-editor/viewer.vue.cjs +24 -0
  502. package/lib/row-form/index.cjs +5 -0
  503. package/lib/row-form/index.vue.cjs +5 -0
  504. package/lib/row-form/index.vue2.cjs +56 -0
  505. package/lib/row-form/index.vue3.cjs +2 -0
  506. package/lib/row-form/operation.vue.cjs +28 -0
  507. package/lib/row-form/operation.vue2.cjs +3 -0
  508. package/lib/scan-code-input/index.cjs +5 -0
  509. package/lib/scan-code-input/src/events.cjs +13 -0
  510. package/lib/scan-code-input/src/scan-code-input.vue.cjs +26 -0
  511. package/lib/scan-code-input-browser/index.cjs +5 -0
  512. package/lib/scan-code-input-browser/src/scan-code-input.vue.cjs +34 -0
  513. package/lib/secret-info/index.cjs +5 -0
  514. package/lib/secret-info/index.vue.cjs +13 -0
  515. package/lib/src/api/sso-service.cjs +55 -0
  516. package/lib/src/api/tab.cjs +14 -0
  517. package/lib/src/assets/401/401.gif.cjs +2 -0
  518. package/lib/src/assets/404/404-cloud.png.cjs +2 -0
  519. package/lib/src/assets/404/404.png.cjs +2 -0
  520. package/lib/src/assets/chat-embed/robot.gif.cjs +2 -0
  521. package/lib/src/assets/chat-embed/robot.svg.cjs +2 -0
  522. package/lib/src/assets/nonemessage.png.cjs +2 -0
  523. package/lib/src/components/Affix/index.vue.cjs +5 -0
  524. package/lib/src/components/Affix/index.vue2.cjs +81 -0
  525. package/lib/src/components/Affix/index.vue3.cjs +2 -0
  526. package/lib/src/components/Card/index.cjs +46 -0
  527. package/lib/src/components/Scrollbar/index.vue.cjs +48 -0
  528. package/lib/src/components/Scrollbar/index.vue2.cjs +2 -0
  529. package/lib/src/directives/permission/index.cjs +5 -0
  530. package/lib/src/directives/permission/permission.cjs +9 -0
  531. package/lib/src/i18n/i18n.cjs +3 -0
  532. package/lib/src/i18n/langs/cn.cjs +2 -0
  533. package/lib/src/i18n/langs/en.cjs +2 -0
  534. package/lib/src/mixins/resizeMixin.cjs +20 -0
  535. package/lib/src/permission.cjs +76 -0
  536. package/lib/src/router/index.cjs +16 -0
  537. package/lib/src/store/getters.cjs +2 -0
  538. package/lib/src/store/index.cjs +16 -0
  539. package/lib/src/store/modules/app.cjs +40 -0
  540. package/lib/src/store/modules/chat-ai-store.cjs +33 -0
  541. package/lib/src/store/modules/permission.cjs +30 -0
  542. package/lib/src/store/modules/system.cjs +10 -0
  543. package/lib/src/store/modules/tab-content.cjs +18 -0
  544. package/lib/src/store/modules/table.cjs +17 -0
  545. package/lib/src/store/modules/user.cjs +133 -0
  546. package/lib/src/utils/auth-api.cjs +132 -0
  547. package/lib/src/utils/auth.cjs +86 -0
  548. package/lib/src/utils/calculator/calculator-factory-wf.cjs +166 -0
  549. package/lib/src/utils/calculator/calculator-factory.cjs +92 -0
  550. package/lib/src/utils/calculator/calculator-util.cjs +53 -0
  551. package/lib/src/utils/chat-ai-util.cjs +26 -0
  552. package/lib/src/utils/common-util.cjs +362 -0
  553. package/lib/src/utils/eventBus.cjs +3 -0
  554. package/lib/src/utils/file-util.cjs +22 -0
  555. package/lib/src/utils/global-prop.cjs +22 -0
  556. package/lib/src/utils/guid.cjs +7 -0
  557. package/lib/src/utils/i18n-util.cjs +62 -0
  558. package/lib/src/utils/iconUtils.cjs +19 -0
  559. package/lib/src/utils/index.cjs +32 -0
  560. package/lib/src/utils/insert_css.cjs +18 -0
  561. package/lib/src/utils/json-util.cjs +45 -0
  562. package/lib/src/utils/jump-page-utils.cjs +256 -0
  563. package/lib/src/utils/local-storage.cjs +18 -0
  564. package/lib/src/utils/menu.cjs +13 -0
  565. package/lib/src/utils/permission.cjs +41 -0
  566. package/lib/src/utils/permissionAuth.cjs +120 -0
  567. package/lib/src/utils/range-selector.cjs +101 -0
  568. package/lib/src/utils/request.cjs +131 -0
  569. package/lib/src/utils/resize.cjs +11 -0
  570. package/lib/src/utils/restful-interface-utils.cjs +15 -0
  571. package/lib/src/utils/util.cjs +341 -0
  572. package/lib/src/utils/validate.cjs +12 -0
  573. package/lib/src/utils/voice-setting-cache.cjs +199 -0
  574. package/lib/src/utils/watermark-cache.cjs +10 -0
  575. package/lib/src/utils/watermark.cjs +33 -0
  576. package/lib/src/utils/workflow-util.cjs +41 -0
  577. package/lib/src/views/dsc-component/Sidebar/Item.vue.cjs +5 -0
  578. package/lib/src/views/dsc-component/Sidebar/Item.vue2.cjs +9 -0
  579. package/lib/src/views/dsc-component/Sidebar/Item.vue3.cjs +2 -0
  580. package/lib/src/views/dsc-component/Sidebar/Link.vue.cjs +11 -0
  581. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.cjs +46 -0
  582. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.cjs +2 -0
  583. package/lib/src/views/dsc-component/Sidebar/index.vue.cjs +103 -0
  584. package/lib/src/views/dsc-component/tabs/tab-content.vue.cjs +61 -0
  585. package/lib/src/views/dsc-component/tabs/tab-content.vue2.cjs +2 -0
  586. package/lib/src/views/dsc-component/tabs/tab-content.vue3.cjs +2 -0
  587. package/lib/src/views/error-page/401.vue.cjs +11 -0
  588. package/lib/src/views/error-page/401.vue2.cjs +2 -0
  589. package/lib/src/views/error-page/404.vue.cjs +8 -0
  590. package/lib/src/views/error-page/404.vue2.cjs +2 -0
  591. package/lib/src/views/layout/EmptyLayout.vue.cjs +7 -0
  592. package/lib/src/views/layout/Layout.vue.cjs +21 -0
  593. package/lib/src/views/layout/Layout.vue2.cjs +2 -0
  594. package/lib/src/views/layout/NewLayout.vue.cjs +7 -0
  595. package/lib/src/views/layout/components/AppMain.vue.cjs +11 -0
  596. package/lib/src/views/layout/components/AppMain.vue2.cjs +2 -0
  597. package/lib/src/views/layout/components/Breadcrumb/index.vue.cjs +56 -0
  598. package/lib/src/views/layout/components/Breadcrumb/index.vue2.cjs +2 -0
  599. package/lib/src/views/layout/components/Menubar/Item.vue.cjs +5 -0
  600. package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +13 -0
  601. package/lib/src/views/layout/components/Menubar/Item.vue3.cjs +2 -0
  602. package/lib/src/views/layout/components/Menubar/Link.vue.cjs +11 -0
  603. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.cjs +47 -0
  604. package/lib/src/views/layout/components/Menubar/SidebarItem.vue2.cjs +2 -0
  605. package/lib/src/views/layout/components/Menubar/index.vue.cjs +79 -0
  606. package/lib/src/views/layout/components/Sidebar/Item.vue.cjs +7 -0
  607. package/lib/src/views/layout/components/Sidebar/Item.vue2.cjs +3 -0
  608. package/lib/src/views/layout/components/Sidebar/Link.vue.cjs +9 -0
  609. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.cjs +16 -0
  610. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue2.cjs +2 -0
  611. package/lib/src/views/layout/components/Sidebar/index.vue.cjs +51 -0
  612. package/lib/src/views/layout/components/iframe-page.vue.cjs +12 -0
  613. package/lib/src/views/layout/components/iframe-page.vue2.cjs +2 -0
  614. package/lib/src/views/layout/components/tabs/tab-content.vue.cjs +60 -0
  615. package/lib/src/views/layout/components/tabs/tab-content.vue2.cjs +2 -0
  616. package/lib/src/views/layout/components/tabs/tab-content.vue3.cjs +2 -0
  617. package/lib/src/views/layout/mixin/ResizeHandler.cjs +14 -0
  618. package/lib/src/views/layout/tab-content-iframe-index.vue.cjs +12 -0
  619. package/lib/src/views/layout/tab-content-iframe-index.vue2.cjs +2 -0
  620. package/lib/src/views/layout/tab-content-index.vue.cjs +22 -0
  621. package/lib/src/views/layout/tab-content-index.vue2.cjs +2 -0
  622. package/lib/src/views/login/authredirect.vue.cjs +6 -0
  623. package/lib/src/views/redirect/index.vue.cjs +17 -0
  624. package/lib/src/views/super-icon/index.cjs +5 -0
  625. package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
  626. package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
  627. package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
  628. package/lib/src/views/svg-icon/src/svg-icon.vue.cjs +2 -0
  629. package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
  630. package/lib/src/views/wf-history/tache-subprocess-history.vue.cjs +12 -0
  631. package/lib/src/views/wf-history/tache-subprocess-history.vue2.cjs +2 -0
  632. package/lib/style.css +1234 -1208
  633. package/lib/super-grid/index.cjs +5 -0
  634. package/lib/super-grid/src/apis.cjs +477 -0
  635. package/lib/super-grid/src/columns-config.vue.cjs +76 -0
  636. package/lib/super-grid/src/components/grid-icon.vue.cjs +39 -0
  637. package/lib/super-grid/src/components/grid-radio-input.vue.cjs +22 -0
  638. package/lib/super-grid/src/components/grid-radio-input.vue2.cjs +3 -0
  639. package/lib/super-grid/src/components/mobile-table-card.cjs +99 -0
  640. package/lib/super-grid/src/components/select-input.vue.cjs +141 -0
  641. package/lib/super-grid/src/components/select-input.vue2.cjs +3 -0
  642. package/lib/super-grid/src/custom-formatter.cjs +163 -0
  643. package/lib/super-grid/src/dynamic-input.vue.cjs +465 -0
  644. package/lib/super-grid/src/eventBus.cjs +3 -0
  645. package/lib/super-grid/src/events.cjs +35 -0
  646. package/lib/super-grid/src/formValidatorUtil.cjs +106 -0
  647. package/lib/super-grid/src/formatter.cjs +69 -0
  648. package/lib/super-grid/src/group-column.vue.cjs +19 -0
  649. package/lib/super-grid/src/header-context-menu.vue.cjs +12 -0
  650. package/lib/super-grid/src/header-context-menu.vue2.cjs +2 -0
  651. package/lib/super-grid/src/index-column.vue.cjs +19 -0
  652. package/lib/super-grid/src/normal-column-content.vue.cjs +303 -0
  653. package/lib/super-grid/src/normal-column-content.vue2.cjs +2 -0
  654. package/lib/super-grid/src/normal-column.vue.cjs +90 -0
  655. package/lib/super-grid/src/normal-column.vue2.cjs +2 -0
  656. package/lib/super-grid/src/public-methods.cjs +20 -0
  657. package/lib/super-grid/src/row-detail.vue.cjs +11 -0
  658. package/lib/super-grid/src/row-operation.vue.cjs +82 -0
  659. package/lib/super-grid/src/row-operation.vue2.cjs +2 -0
  660. package/lib/super-grid/src/scan-util.cjs +98 -0
  661. package/lib/super-grid/src/search-button.vue.cjs +20 -0
  662. package/lib/super-grid/src/search-condition-input.vue.cjs +13 -0
  663. package/lib/super-grid/src/search-condition-list.vue.cjs +17 -0
  664. package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +106 -0
  665. package/lib/super-grid/src/search-form-advancedQuery.vue2.cjs +2 -0
  666. package/lib/super-grid/src/search-form-dialog.vue.cjs +23 -0
  667. package/lib/super-grid/src/search-form-item.vue.cjs +120 -0
  668. package/lib/super-grid/src/search-form-item.vue2.cjs +2 -0
  669. package/lib/super-grid/src/search-form-mobile.vue.cjs +32 -0
  670. package/lib/super-grid/src/search-form-mobile.vue2.cjs +2 -0
  671. package/lib/super-grid/src/search-form-number.vue.cjs +21 -0
  672. package/lib/super-grid/src/search-form-open.vue.cjs +46 -0
  673. package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +33 -0
  674. package/lib/super-grid/src/search-form-ordinarySearch.vue2.cjs +2 -0
  675. package/lib/super-grid/src/search-form.vue.cjs +194 -0
  676. package/lib/super-grid/src/search-form.vue2.cjs +2 -0
  677. package/lib/super-grid/src/search-methods.cjs +163 -0
  678. package/lib/super-grid/src/selection-column.vue.cjs +9 -0
  679. package/lib/super-grid/src/store.cjs +3 -0
  680. package/lib/super-grid/src/super-grid-service.cjs +253 -0
  681. package/lib/super-grid/src/super-grid.vue.cjs +1083 -0
  682. package/lib/super-grid/src/super-grid.vue2.cjs +2 -0
  683. package/lib/super-grid/src/utils.cjs +373 -0
  684. package/lib/super-grid/src/view-image-dialog.vue.cjs +60 -0
  685. package/lib/super-icon/index.cjs +5 -0
  686. package/lib/super-icon/src/index.vue.cjs +5 -0
  687. package/lib/super-icon/src/index.vue2.cjs +10 -0
  688. package/lib/super-icon/src/index.vue3.cjs +2 -0
  689. package/lib/super-nine-grid/index.cjs +5 -0
  690. package/lib/super-nine-grid/src/apis.cjs +33 -0
  691. package/lib/super-nine-grid/src/custom-formatter.cjs +33 -0
  692. package/lib/super-nine-grid/src/formatter.cjs +36 -0
  693. package/lib/super-nine-grid/src/search-form-number.vue.cjs +9 -0
  694. package/lib/super-nine-grid/src/search-form.vue.cjs +84 -0
  695. package/lib/super-nine-grid/src/search-form.vue2.cjs +2 -0
  696. package/lib/super-nine-grid/src/search-methods.cjs +47 -0
  697. package/lib/super-nine-grid/src/store.cjs +3 -0
  698. package/lib/super-nine-grid/src/super-grid-service.cjs +35 -0
  699. package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +215 -0
  700. package/lib/super-nine-grid/src/super-nine-grid.vue2.cjs +2 -0
  701. package/lib/super-nine-grid/src/utils.cjs +36 -0
  702. package/lib/svg-icon/index.cjs +5 -0
  703. package/lib/svg-icon/src/svg-icon.vue.cjs +12 -0
  704. package/lib/svg-icon/src/svg-icon.vue2.cjs +2 -0
  705. package/lib/utils/gogocodeTransfer.cjs +28 -0
  706. package/lib/utils/memory-cache-utils.cjs +28 -0
  707. package/lib/utils/organization.cjs +55 -0
  708. package/lib/utils/utils.cjs +85 -0
  709. package/lib/utils/value-set.cjs +92 -0
  710. package/lib/valid-code/index.cjs +5 -0
  711. package/lib/valid-code/src/valid-code.vue.cjs +20 -0
  712. package/lib/valid-code/src/valid-code.vue2.cjs +2 -0
  713. package/lib/workflow-button/index.cjs +5 -0
  714. package/lib/workflow-button/src/workflow-button.vue.cjs +80 -0
  715. package/lib/workflow-history-list/index.cjs +5 -0
  716. package/lib/workflow-history-list/src/api.cjs +5 -0
  717. package/lib/workflow-history-list/src/workflow-history-list.vue.cjs +83 -0
  718. package/lib/workflow-history-list/src/workflow-history-list.vue2.cjs +2 -0
  719. package/lib/workgroup-tree/index.cjs +5 -0
  720. package/lib/workgroup-tree/src/workgroup-tree.vue.cjs +17 -0
  721. package/lib/workgroup-tree-inline/index.cjs +5 -0
  722. package/lib/workgroup-tree-inline/src/search-result.vue.cjs +35 -0
  723. package/lib/workgroup-tree-inline/src/search-result.vue2.cjs +2 -0
  724. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +119 -0
  725. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.cjs +2 -0
  726. package/lib/workgroup-tree-inline/src/workgroup-tree-service.cjs +33 -0
  727. package/lib/workgroup-tree-mobile/index.cjs +5 -0
  728. package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +14 -0
  729. package/lib/workgroup-tree-mobile/src/dept-result.vue2.cjs +3 -0
  730. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +13 -0
  731. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.cjs +2 -0
  732. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.cjs +3 -0
  733. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +99 -0
  734. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.cjs +3 -0
  735. package/lib/workgroup-tree-mobile/src/workgroup-tree-service.cjs +25 -0
  736. package/lib/workgroup-user-tree/index.cjs +5 -0
  737. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.cjs +17 -0
  738. package/lib/workgroup-user-tree-inline/index.cjs +5 -0
  739. package/lib/workgroup-user-tree-inline/src/search-result.vue.cjs +35 -0
  740. package/lib/workgroup-user-tree-inline/src/search-result.vue2.cjs +2 -0
  741. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.cjs +71 -0
  742. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +163 -0
  743. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.cjs +2 -0
  744. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +13 -0
  745. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.cjs +3 -0
  746. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +14 -0
  747. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.cjs +3 -0
  748. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +13 -0
  749. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.cjs +2 -0
  750. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.cjs +3 -0
  751. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +124 -0
  752. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.cjs +3 -0
  753. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.cjs +20 -0
  754. package/lib/year-range-picker/index.cjs +5 -0
  755. package/lib/year-range-picker/src/year-range-picker.vue.cjs +11 -0
  756. package/package.json +9 -7
  757. package/src/components/Card/index.jsx +12 -2
  758. package/src/components/Scrollbar/index.vue +165 -154
  759. package/src/i18n/langs/cn.js +10 -2
  760. package/src/i18n/langs/en.js +10 -2
  761. package/src/styles/index.scss +9 -2
  762. package/src/styles/theme/default.scss +18 -13
  763. package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
  764. package/src/utils/auth-api.js +1 -0
  765. package/src/utils/common-util.js +13 -0
  766. package/src/utils/watermark.js +1 -1
  767. package/src/views/layout/components/Menubar/Item.vue +1 -1
  768. package/src/views/svg-icon/src/svg-icon.vue +5 -8
  769. package/vite.config.js +31 -71
  770. package/lib/IntervalSelection/index.js +0 -7
  771. package/lib/IntervalSelection/src/sectionDate.vue.js +0 -49
  772. package/lib/breadcrumb/index.js +0 -7
  773. package/lib/breadcrumb/src/breadcrumb.vue.js +0 -28
  774. package/lib/chat-embed/index.js +0 -7
  775. package/lib/chat-embed/src/chat-addition-data.vue.js +0 -7
  776. package/lib/chat-embed/src/chat-addition-data.vue2.js +0 -14
  777. package/lib/chat-embed/src/chat-ai-answer-tip.vue.js +0 -7
  778. package/lib/chat-embed/src/chat-ai-answer-tip.vue2.js +0 -29
  779. package/lib/chat-embed/src/chat-bubble-footer.vue.js +0 -7
  780. package/lib/chat-embed/src/chat-bubble-footer.vue2.js +0 -33
  781. package/lib/chat-embed/src/chat-embed-message.js +0 -22
  782. package/lib/chat-embed/src/chat-sender.vue.js +0 -7
  783. package/lib/chat-embed/src/chat-sender.vue2.js +0 -157
  784. package/lib/chat-embed/src/components/answer-auto-chart.vue.js +0 -7
  785. package/lib/chat-embed/src/components/answer-auto-chart.vue2.js +0 -59
  786. package/lib/chat-embed/src/components/answer-home-chart.vue.js +0 -7
  787. package/lib/chat-embed/src/components/answer-interaction-data.vue.js +0 -7
  788. package/lib/chat-embed/src/components/answer-interaction-data.vue2.js +0 -118
  789. package/lib/chat-embed/src/components/history-detail.vue.js +0 -7
  790. package/lib/chat-embed/src/components/history-detail.vue2.js +0 -55
  791. package/lib/chat-embed/src/header.vue.js +0 -7
  792. package/lib/chat-embed/src/header.vue2.js +0 -46
  793. package/lib/chat-embed/src/index.vue.js +0 -7
  794. package/lib/chat-embed/src/index.vue2.js +0 -303
  795. package/lib/chat-embed/src/recommendation-message.vue.js +0 -7
  796. package/lib/chat-embed/src/recommendation-message.vue2.js +0 -8
  797. package/lib/chat-embed/src/sidebar-item.vue.js +0 -7
  798. package/lib/chat-embed/src/sidebar-item.vue2.js +0 -118
  799. package/lib/chat-embed/src/util/history-message-util.js +0 -96
  800. package/lib/chat-embed/src/util/mcp-utils.js +0 -53
  801. package/lib/chat-embed/src/voice/index.js +0 -7
  802. package/lib/chat-embed/src/voice/js/crypto-js.js +0 -1013
  803. package/lib/chat-embed/src/voice/js/processor/index.umd.js +0 -178
  804. package/lib/chat-embed/src/voice/voice.vue.js +0 -103
  805. package/lib/date-picker-range/index.js +0 -7
  806. package/lib/date-picker-range/index.vue.js +0 -7
  807. package/lib/date-picker-range/index.vue2.js +0 -93
  808. package/lib/department-tree/index.js +0 -7
  809. package/lib/department-tree/src/department-tree.vue.js +0 -23
  810. package/lib/department-tree-inline/index.js +0 -7
  811. package/lib/department-tree-inline/src/department-multi-tree-inline.vue.js +0 -91
  812. package/lib/department-tree-inline/src/department-single-tree-inline.vue.js +0 -64
  813. package/lib/department-tree-inline/src/department-tree-inline.vue.js +0 -17
  814. package/lib/department-tree-inline/src/department-tree-service.js +0 -108
  815. package/lib/department-tree-inline/src/search-result.vue.js +0 -39
  816. package/lib/department-tree-mobile/index.js +0 -8
  817. package/lib/department-tree-mobile/src/department-tree-app.vue.js +0 -15
  818. package/lib/department-tree-mobile/src/department-tree-app.vue3.js +0 -5
  819. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.js +0 -121
  820. package/lib/department-tree-mobile/src/department-tree-inline-app.vue2.js +0 -4
  821. package/lib/department-tree-mobile/src/department-tree-service.js +0 -55
  822. package/lib/department-tree-mobile/src/dept-path.vue.js +0 -14
  823. package/lib/department-tree-mobile/src/dept-path.vue2.js +0 -4
  824. package/lib/department-tree-mobile/src/dept-result.vue.js +0 -16
  825. package/lib/department-tree-mobile/src/dept-result.vue2.js +0 -4
  826. package/lib/department-user-tree/index.js +0 -7
  827. package/lib/department-user-tree/src/department-user-multiple-tree.vue.js +0 -20
  828. package/lib/department-user-tree/src/department-user-single-tree.vue.js +0 -19
  829. package/lib/department-user-tree/src/department-user-tree.vue.js +0 -27
  830. package/lib/department-user-tree-inline/index.js +0 -7
  831. package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.js +0 -165
  832. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.js +0 -69
  833. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.js +0 -16
  834. package/lib/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -81
  835. package/lib/department-user-tree-inline/src/department-user-tree-single-service.js +0 -54
  836. package/lib/department-user-tree-inline/src/group-user/group-input.vue.js +0 -39
  837. package/lib/department-user-tree-inline/src/group-user/group-list.vue.js +0 -27
  838. package/lib/department-user-tree-inline/src/group-user/group-user.vue.js +0 -16
  839. package/lib/department-user-tree-inline/src/group-user-multiple-tree.vue.js +0 -78
  840. package/lib/department-user-tree-inline/src/group-user-single-tree.vue.js +0 -34
  841. package/lib/department-user-tree-inline/src/search-result.vue.js +0 -41
  842. package/lib/department-user-tree-mobile/index.js +0 -8
  843. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.js +0 -15
  844. package/lib/department-user-tree-mobile/src/department-user-tree-app.vue3.js +0 -5
  845. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.js +0 -135
  846. package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue2.js +0 -4
  847. package/lib/department-user-tree-mobile/src/dept-path.vue.js +0 -14
  848. package/lib/department-user-tree-mobile/src/dept-path.vue2.js +0 -4
  849. package/lib/department-user-tree-mobile/src/dept-result.vue.js +0 -17
  850. package/lib/department-user-tree-mobile/src/dept-result.vue2.js +0 -4
  851. package/lib/directives/prevent-reclick.js +0 -15
  852. package/lib/dynamic-source-select/index.js +0 -7
  853. package/lib/dynamic-source-select/src/dynamic-source-select-service.js +0 -32
  854. package/lib/dynamic-source-select/src/dynamic-source-select.vue.js +0 -275
  855. package/lib/empty-state/index.vue.js +0 -9
  856. package/lib/empty-state/index.vue2.js +0 -4
  857. package/lib/fs-preview/index.js +0 -7
  858. package/lib/fs-preview/src/fs-preview.vue.js +0 -120
  859. package/lib/fs-upload/index.js +0 -7
  860. package/lib/fs-upload/src/fs-upload-multi.vue.js +0 -71
  861. package/lib/fs-upload/src/fs-upload-single.vue.js +0 -73
  862. package/lib/fs-upload/src/fs-upload.vue.js +0 -24
  863. package/lib/fs-upload/src/see-big-picture.vue.js +0 -12
  864. package/lib/fs-upload-list/index.js +0 -7
  865. package/lib/fs-upload-list/src/fs-upload-list.vue.js +0 -97
  866. package/lib/fs-upload-new/index.js +0 -7
  867. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.js +0 -61
  868. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue2.js +0 -4
  869. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.js +0 -178
  870. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue2.js +0 -4
  871. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue.js +0 -7
  872. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.js +0 -38
  873. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.js +0 -45
  874. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue2.js +0 -4
  875. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.js +0 -35
  876. package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue2.js +0 -4
  877. package/lib/fs-upload-new/src/fs-button-upload.vue.js +0 -7
  878. package/lib/fs-upload-new/src/fs-button-upload.vue2.js +0 -62
  879. package/lib/fs-upload-new/src/fs-drag-upload.vue.js +0 -7
  880. package/lib/fs-upload-new/src/fs-drag-upload.vue2.js +0 -63
  881. package/lib/fs-upload-new/src/fs-preview-new.vue.js +0 -8
  882. package/lib/fs-upload-new/src/fs-preview-new.vue2.js +0 -93
  883. package/lib/fs-upload-new/src/fs-upload-new.vue.js +0 -65
  884. package/lib/fs-upload-new/src/fs-upload-new.vue2.js +0 -4
  885. package/lib/hamburger/index.js +0 -7
  886. package/lib/hamburger/src/hamburger.vue.js +0 -15
  887. package/lib/index.js +0 -380
  888. package/lib/json-view/json-view-dialog.vue.js +0 -19
  889. package/lib/json-view/json-view-dialog.vue2.js +0 -4
  890. package/lib/json-view/json-view.vue.js +0 -4
  891. package/lib/json-view/json-view.vue2.js +0 -36
  892. package/lib/multipart-upload/index.js +0 -7
  893. package/lib/multipart-upload/src/index.vue.js +0 -13
  894. package/lib/multipart-upload/src/multipart-upload-form.vue.js +0 -82
  895. package/lib/multipart-upload/src/multipart-upload-list.vue.js +0 -101
  896. package/lib/organization-input/index.js +0 -7
  897. package/lib/organization-input/src/organization-input.vue.js +0 -224
  898. package/lib/plugins/export-data-new.js +0 -237
  899. package/lib/plugins/export-data.js +0 -179
  900. package/lib/plugins/index.js +0 -9
  901. package/lib/remove-department/index.js +0 -7
  902. package/lib/remove-department/src/remove-department.vue.js +0 -33
  903. package/lib/remove-user/index.js +0 -7
  904. package/lib/remove-user/src/remove-user.vue.js +0 -35
  905. package/lib/remove-workgroup/index.js +0 -7
  906. package/lib/remove-workgroup/src/remove-workgroup.vue.js +0 -31
  907. package/lib/rich-editor/index.js +0 -7
  908. package/lib/rich-editor/index.vue.js +0 -115
  909. package/lib/rich-editor/viewer.vue.js +0 -27
  910. package/lib/row-form/index.js +0 -7
  911. package/lib/row-form/index.vue.js +0 -7
  912. package/lib/row-form/index.vue2.js +0 -62
  913. package/lib/row-form/operation.vue.js +0 -32
  914. package/lib/row-form/operation.vue2.js +0 -4
  915. package/lib/scan-code-input/index.js +0 -7
  916. package/lib/scan-code-input/src/events.js +0 -15
  917. package/lib/scan-code-input/src/scan-code-input.vue.js +0 -32
  918. package/lib/scan-code-input-browser/index.js +0 -7
  919. package/lib/scan-code-input-browser/src/scan-code-input.vue.js +0 -39
  920. package/lib/secret-info/index.js +0 -7
  921. package/lib/secret-info/index.vue.js +0 -16
  922. package/lib/src/api/sso-service.js +0 -57
  923. package/lib/src/api/tab.js +0 -15
  924. package/lib/src/components/Affix/index.vue.js +0 -7
  925. package/lib/src/components/Affix/index.vue2.js +0 -81
  926. package/lib/src/components/Card/index.js +0 -48
  927. package/lib/src/components/Scrollbar/index.vue.js +0 -51
  928. package/lib/src/directives/permission/index.js +0 -7
  929. package/lib/src/directives/permission/permission.js +0 -11
  930. package/lib/src/i18n/i18n.js +0 -7
  931. package/lib/src/i18n/langs/cn.js +0 -4
  932. package/lib/src/i18n/langs/en.js +0 -4
  933. package/lib/src/permission.js +0 -78
  934. package/lib/src/router/index.js +0 -9
  935. package/lib/src/store/index.js +0 -13
  936. package/lib/src/store/modules/permission.js +0 -31
  937. package/lib/src/store/modules/system.js +0 -12
  938. package/lib/src/store/modules/tab-content.js +0 -20
  939. package/lib/src/store/modules/user.js +0 -139
  940. package/lib/src/utils/auth.js +0 -156
  941. package/lib/src/utils/calculator/calculator-util.js +0 -54
  942. package/lib/src/utils/chat-ai-util.js +0 -30
  943. package/lib/src/utils/common-util.js +0 -438
  944. package/lib/src/utils/insert_css.js +0 -16
  945. package/lib/src/utils/jump-page-utils.js +0 -264
  946. package/lib/src/utils/menu.js +0 -14
  947. package/lib/src/utils/permission.js +0 -45
  948. package/lib/src/utils/permissionAuth.js +0 -153
  949. package/lib/src/utils/range-selector.js +0 -105
  950. package/lib/src/utils/request.js +0 -140
  951. package/lib/src/utils/util.js +0 -361
  952. package/lib/src/utils/voice-setting-cache.js +0 -211
  953. package/lib/src/utils/watermark.js +0 -40
  954. package/lib/src/utils/workflow-util.js +0 -42
  955. package/lib/src/views/dsc-component/Sidebar/Item.vue.js +0 -7
  956. package/lib/src/views/dsc-component/Sidebar/Item.vue2.js +0 -12
  957. package/lib/src/views/dsc-component/Sidebar/Link.vue.js +0 -14
  958. package/lib/src/views/dsc-component/Sidebar/SidebarItem.vue.js +0 -53
  959. package/lib/src/views/dsc-component/Sidebar/index.vue.js +0 -111
  960. package/lib/src/views/dsc-component/tabs/tab-content.vue.js +0 -63
  961. package/lib/src/views/error-page/401.vue.js +0 -15
  962. package/lib/src/views/error-page/404.vue.js +0 -12
  963. package/lib/src/views/layout/EmptyLayout.vue.js +0 -9
  964. package/lib/src/views/layout/Layout.vue.js +0 -28
  965. package/lib/src/views/layout/NewLayout.vue.js +0 -11
  966. package/lib/src/views/layout/components/AppMain.vue.js +0 -13
  967. package/lib/src/views/layout/components/Breadcrumb/index.vue.js +0 -48
  968. package/lib/src/views/layout/components/Menubar/Item.vue.js +0 -7
  969. package/lib/src/views/layout/components/Menubar/Item.vue2.js +0 -15
  970. package/lib/src/views/layout/components/Menubar/Link.vue.js +0 -14
  971. package/lib/src/views/layout/components/Menubar/SidebarItem.vue.js +0 -56
  972. package/lib/src/views/layout/components/Menubar/index.vue.js +0 -90
  973. package/lib/src/views/layout/components/Sidebar/Item.vue2.js +0 -4
  974. package/lib/src/views/layout/components/Sidebar/Link.vue.js +0 -12
  975. package/lib/src/views/layout/components/Sidebar/SidebarItem.vue.js +0 -22
  976. package/lib/src/views/layout/components/Sidebar/index.vue.js +0 -58
  977. package/lib/src/views/layout/components/iframe-page.vue.js +0 -14
  978. package/lib/src/views/layout/components/tabs/tab-content.vue.js +0 -62
  979. package/lib/src/views/layout/mixin/ResizeHandler.js +0 -16
  980. package/lib/src/views/layout/tab-content-iframe-index.vue.js +0 -14
  981. package/lib/src/views/layout/tab-content-index.vue.js +0 -28
  982. package/lib/src/views/wf-history/tache-subprocess-history.vue.js +0 -14
  983. package/lib/super-grid/index.js +0 -7
  984. package/lib/super-grid/src/apis.js +0 -458
  985. package/lib/super-grid/src/columns-config.vue.js +0 -81
  986. package/lib/super-grid/src/components/grid-icon.vue.js +0 -47
  987. package/lib/super-grid/src/components/grid-radio-input.vue.js +0 -25
  988. package/lib/super-grid/src/components/grid-radio-input.vue2.js +0 -4
  989. package/lib/super-grid/src/components/mobile-table-card.js +0 -109
  990. package/lib/super-grid/src/components/select-input.vue.js +0 -148
  991. package/lib/super-grid/src/components/select-input.vue2.js +0 -4
  992. package/lib/super-grid/src/custom-formatter.js +0 -167
  993. package/lib/super-grid/src/dynamic-input.vue.js +0 -481
  994. package/lib/super-grid/src/events.js +0 -37
  995. package/lib/super-grid/src/formValidatorUtil.js +0 -109
  996. package/lib/super-grid/src/group-column.vue.js +0 -24
  997. package/lib/super-grid/src/header-context-menu.vue.js +0 -14
  998. package/lib/super-grid/src/index-column.vue.js +0 -22
  999. package/lib/super-grid/src/normal-column-content.vue.js +0 -318
  1000. package/lib/super-grid/src/normal-column.vue.js +0 -106
  1001. package/lib/super-grid/src/row-detail.vue.js +0 -14
  1002. package/lib/super-grid/src/row-operation.vue.js +0 -89
  1003. package/lib/super-grid/src/scan-util.js +0 -100
  1004. package/lib/super-grid/src/search-button.vue.js +0 -23
  1005. package/lib/super-grid/src/search-condition-input.vue.js +0 -17
  1006. package/lib/super-grid/src/search-condition-list.vue.js +0 -20
  1007. package/lib/super-grid/src/search-form-advancedQuery.vue.js +0 -116
  1008. package/lib/super-grid/src/search-form-dialog.vue.js +0 -16
  1009. package/lib/super-grid/src/search-form-item.vue.js +0 -128
  1010. package/lib/super-grid/src/search-form-mobile.vue.js +0 -41
  1011. package/lib/super-grid/src/search-form-number.vue.js +0 -26
  1012. package/lib/super-grid/src/search-form-open.vue.js +0 -50
  1013. package/lib/super-grid/src/search-form-ordinarySearch.vue.js +0 -39
  1014. package/lib/super-grid/src/search-form.vue.js +0 -201
  1015. package/lib/super-grid/src/selection-column.vue.js +0 -11
  1016. package/lib/super-grid/src/super-grid-service.js +0 -259
  1017. package/lib/super-grid/src/super-grid.vue.js +0 -1052
  1018. package/lib/super-grid/src/utils.js +0 -355
  1019. package/lib/super-grid/src/view-image-dialog.vue.js +0 -67
  1020. package/lib/super-icon/index.js +0 -7
  1021. package/lib/super-icon/src/index.vue.js +0 -7
  1022. package/lib/super-icon/src/index.vue2.js +0 -13
  1023. package/lib/super-nine-grid/index.js +0 -7
  1024. package/lib/super-nine-grid/src/apis.js +0 -36
  1025. package/lib/super-nine-grid/src/custom-formatter.js +0 -35
  1026. package/lib/super-nine-grid/src/search-form-number.vue.js +0 -13
  1027. package/lib/super-nine-grid/src/search-form.vue.js +0 -91
  1028. package/lib/super-nine-grid/src/super-grid-service.js +0 -39
  1029. package/lib/super-nine-grid/src/super-nine-grid.vue.js +0 -225
  1030. package/lib/super-nine-grid/src/utils.js +0 -32
  1031. package/lib/svg-icon/index.js +0 -7
  1032. package/lib/svg-icon/src/svg-icon.vue.js +0 -14
  1033. package/lib/utils/memory-cache-utils.js +0 -30
  1034. package/lib/utils/organization.js +0 -57
  1035. package/lib/utils/utils.js +0 -87
  1036. package/lib/utils/value-set.js +0 -94
  1037. package/lib/valid-code/index.js +0 -7
  1038. package/lib/valid-code/src/valid-code.vue.js +0 -23
  1039. package/lib/workflow-button/index.js +0 -7
  1040. package/lib/workflow-button/src/workflow-button.vue.js +0 -85
  1041. package/lib/workflow-history-list/index.js +0 -7
  1042. package/lib/workflow-history-list/src/workflow-history-list.vue.js +0 -89
  1043. package/lib/workgroup-tree/index.js +0 -7
  1044. package/lib/workgroup-tree/src/workgroup-tree.vue.js +0 -23
  1045. package/lib/workgroup-tree-inline/index.js +0 -7
  1046. package/lib/workgroup-tree-inline/src/search-result.vue.js +0 -39
  1047. package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.js +0 -128
  1048. package/lib/workgroup-tree-inline/src/workgroup-tree-service.js +0 -35
  1049. package/lib/workgroup-tree-mobile/index.js +0 -8
  1050. package/lib/workgroup-tree-mobile/src/dept-result.vue.js +0 -16
  1051. package/lib/workgroup-tree-mobile/src/dept-result.vue2.js +0 -4
  1052. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.js +0 -15
  1053. package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue3.js +0 -5
  1054. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.js +0 -109
  1055. package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue2.js +0 -4
  1056. package/lib/workgroup-user-tree/index.js +0 -7
  1057. package/lib/workgroup-user-tree/src/workgroup-user-tree.vue.js +0 -23
  1058. package/lib/workgroup-user-tree-inline/index.js +0 -7
  1059. package/lib/workgroup-user-tree-inline/src/search-result.vue.js +0 -39
  1060. package/lib/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -73
  1061. package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js +0 -172
  1062. package/lib/workgroup-user-tree-mobile/src/dept-path.vue.js +0 -14
  1063. package/lib/workgroup-user-tree-mobile/src/dept-path.vue2.js +0 -4
  1064. package/lib/workgroup-user-tree-mobile/src/dept-result.vue.js +0 -17
  1065. package/lib/workgroup-user-tree-mobile/src/dept-result.vue2.js +0 -4
  1066. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.js +0 -15
  1067. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue3.js +0 -5
  1068. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.js +0 -135
  1069. package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue2.js +0 -4
  1070. package/lib/year-range-picker/index.js +0 -7
  1071. package/lib/year-range-picker/src/year-range-picker.vue.js +0 -14
  1072. package/packages/IntervalSelection/index.js +0 -6
  1073. package/packages/IntervalSelection/src/quarterScope.vue +0 -405
  1074. package/packages/IntervalSelection/src/sectionDate.vue +0 -475
  1075. package/packages/breadcrumb/index.js +0 -6
  1076. package/packages/breadcrumb/src/breadcrumb.vue +0 -81
  1077. package/packages/chat-embed/index.ts +0 -6
  1078. package/packages/chat-embed/src/chat-addition-data.vue +0 -64
  1079. package/packages/chat-embed/src/chat-ai-answer-tip.vue +0 -81
  1080. package/packages/chat-embed/src/chat-bubble-footer.vue +0 -81
  1081. package/packages/chat-embed/src/chat-embed-message.ts +0 -76
  1082. package/packages/chat-embed/src/chat-embed.css +0 -207
  1083. package/packages/chat-embed/src/chat-sender.vue +0 -620
  1084. package/packages/chat-embed/src/components/answer-auto-chart.vue +0 -365
  1085. package/packages/chat-embed/src/components/answer-home-chart.vue +0 -42
  1086. package/packages/chat-embed/src/components/answer-interaction-data.vue +0 -569
  1087. package/packages/chat-embed/src/components/history-detail.vue +0 -150
  1088. package/packages/chat-embed/src/header.vue +0 -147
  1089. package/packages/chat-embed/src/index.vue +0 -926
  1090. package/packages/chat-embed/src/recommendation-message.vue +0 -37
  1091. package/packages/chat-embed/src/sender-attachments.vue +0 -1
  1092. package/packages/chat-embed/src/sidebar-item.vue +0 -521
  1093. package/packages/chat-embed/src/type.ts +0 -74
  1094. package/packages/chat-embed/src/util/chat-embed-util.ts +0 -67
  1095. package/packages/chat-embed/src/util/history-message-util.ts +0 -161
  1096. package/packages/chat-embed/src/util/mcp-utils.ts +0 -131
  1097. package/packages/chat-embed/src/util/text-file-util.ts +0 -33
  1098. package/packages/chat-embed/src/voice/index.ts +0 -6
  1099. package/packages/chat-embed/src/voice/js/ai.js +0 -4
  1100. package/packages/chat-embed/src/voice/js/crypto-js.js +0 -5736
  1101. package/packages/chat-embed/src/voice/js/processor/index.umd.js +0 -1
  1102. package/packages/chat-embed/src/voice/js/timer.js +0 -18
  1103. package/packages/chat-embed/src/voice/voice.vue +0 -320
  1104. package/packages/date-picker-range/index.ts +0 -6
  1105. package/packages/date-picker-range/index.vue +0 -240
  1106. package/packages/department-tree/index.js +0 -6
  1107. package/packages/department-tree/src/department-tree.vue +0 -140
  1108. package/packages/department-tree-inline/index.js +0 -6
  1109. package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -472
  1110. package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -374
  1111. package/packages/department-tree-inline/src/department-tree-inline.vue +0 -93
  1112. package/packages/department-tree-inline/src/department-tree-service.js +0 -333
  1113. package/packages/department-tree-inline/src/search-result.vue +0 -206
  1114. package/packages/department-tree-mobile/index.js +0 -6
  1115. package/packages/department-tree-mobile/src/department-tree-app.vue +0 -148
  1116. package/packages/department-tree-mobile/src/department-tree-inline-app.vue +0 -418
  1117. package/packages/department-tree-mobile/src/department-tree-service.ts +0 -124
  1118. package/packages/department-tree-mobile/src/dept-path.vue +0 -36
  1119. package/packages/department-tree-mobile/src/dept-result.vue +0 -51
  1120. package/packages/department-user-tree/index.js +0 -6
  1121. package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -131
  1122. package/packages/department-user-tree/src/department-user-single-tree.vue +0 -93
  1123. package/packages/department-user-tree/src/department-user-tree.vue +0 -138
  1124. package/packages/department-user-tree-inline/index.js +0 -9
  1125. package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -779
  1126. package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -394
  1127. package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -94
  1128. package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -293
  1129. package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -158
  1130. package/packages/department-user-tree-inline/src/group-user/group-input.vue +0 -162
  1131. package/packages/department-user-tree-inline/src/group-user/group-list.vue +0 -106
  1132. package/packages/department-user-tree-inline/src/group-user/group-user.vue +0 -38
  1133. package/packages/department-user-tree-inline/src/group-user-multiple-tree.vue +0 -304
  1134. package/packages/department-user-tree-inline/src/group-user-single-tree.vue +0 -155
  1135. package/packages/department-user-tree-inline/src/group-user-tree-service.js +0 -80
  1136. package/packages/department-user-tree-inline/src/search-result.vue +0 -274
  1137. package/packages/department-user-tree-mobile/index.js +0 -6
  1138. package/packages/department-user-tree-mobile/src/department-user-tree-app.vue +0 -147
  1139. package/packages/department-user-tree-mobile/src/department-user-tree-inline-app.vue +0 -466
  1140. package/packages/department-user-tree-mobile/src/department-user-tree-service.ts +0 -71
  1141. package/packages/department-user-tree-mobile/src/dept-path.vue +0 -36
  1142. package/packages/department-user-tree-mobile/src/dept-result.vue +0 -58
  1143. package/packages/directives/prevent-reclick.js +0 -22
  1144. package/packages/dynamic-source-select/index.js +0 -6
  1145. package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -134
  1146. package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -946
  1147. package/packages/dynamic-source-select/src/events.js +0 -72
  1148. package/packages/empty-state/index.vue +0 -28
  1149. package/packages/fs-preview/index.js +0 -6
  1150. package/packages/fs-preview/src/fs-preview.vue +0 -535
  1151. package/packages/fs-upload/index.js +0 -6
  1152. package/packages/fs-upload/src/fs-upload-multi.vue +0 -464
  1153. package/packages/fs-upload/src/fs-upload-single.vue +0 -369
  1154. package/packages/fs-upload/src/fs-upload.vue +0 -193
  1155. package/packages/fs-upload/src/see-big-picture.vue +0 -70
  1156. package/packages/fs-upload-list/index.js +0 -6
  1157. package/packages/fs-upload-list/src/fs-upload-list.vue +0 -436
  1158. package/packages/fs-upload-new/index.ts +0 -6
  1159. package/packages/fs-upload-new/src/file-upload-mobile/file-upload-app.vue +0 -276
  1160. package/packages/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue +0 -573
  1161. package/packages/fs-upload-new/src/file-upload-mobile/file-upload-component.vue +0 -152
  1162. package/packages/fs-upload-new/src/file-upload-mobile/file-upload-input.vue +0 -265
  1163. package/packages/fs-upload-new/src/file-upload-mobile/file-upload.vue +0 -262
  1164. package/packages/fs-upload-new/src/fs-button-upload.vue +0 -312
  1165. package/packages/fs-upload-new/src/fs-drag-upload.vue +0 -307
  1166. package/packages/fs-upload-new/src/fs-preview-new.vue +0 -380
  1167. package/packages/fs-upload-new/src/fs-upload-new.vue +0 -413
  1168. package/packages/hamburger/index.js +0 -6
  1169. package/packages/hamburger/src/hamburger.vue +0 -52
  1170. package/packages/index.js +0 -274
  1171. package/packages/json-view/index.ts +0 -3
  1172. package/packages/json-view/json-view-dialog.vue +0 -53
  1173. package/packages/json-view/json-view.vue +0 -126
  1174. package/packages/multipart-upload/index.js +0 -6
  1175. package/packages/multipart-upload/src/index.vue +0 -66
  1176. package/packages/multipart-upload/src/multipart-upload-form.vue +0 -404
  1177. package/packages/multipart-upload/src/multipart-upload-list.vue +0 -543
  1178. package/packages/organization-input/index.js +0 -6
  1179. package/packages/organization-input/src/organization-input.vue +0 -619
  1180. package/packages/plugins/export-data-new.js +0 -667
  1181. package/packages/plugins/export-data.js +0 -431
  1182. package/packages/plugins/index.js +0 -15
  1183. package/packages/plugins/public-method.js +0 -47
  1184. package/packages/remove-department/index.js +0 -6
  1185. package/packages/remove-department/src/remove-department.vue +0 -201
  1186. package/packages/remove-department/src/remove-dept-service.js +0 -31
  1187. package/packages/remove-user/index.js +0 -6
  1188. package/packages/remove-user/src/remove-user-service.js +0 -31
  1189. package/packages/remove-user/src/remove-user.vue +0 -227
  1190. package/packages/remove-workgroup/index.js +0 -6
  1191. package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -31
  1192. package/packages/remove-workgroup/src/remove-workgroup.vue +0 -184
  1193. package/packages/rich-editor/index.js +0 -7
  1194. package/packages/rich-editor/index.vue +0 -331
  1195. package/packages/rich-editor/tinymce/icons/default/icons.min.js +0 -1
  1196. package/packages/rich-editor/tinymce/langs/README.md +0 -3
  1197. package/packages/rich-editor/tinymce/langs/zh-Hans.js +0 -1
  1198. package/packages/rich-editor/tinymce/license.txt +0 -21
  1199. package/packages/rich-editor/tinymce/models/dom/model.min.js +0 -4
  1200. package/packages/rich-editor/tinymce/plugins/accordion/plugin.min.js +0 -4
  1201. package/packages/rich-editor/tinymce/plugins/advlist/plugin.min.js +0 -4
  1202. package/packages/rich-editor/tinymce/plugins/anchor/plugin.min.js +0 -4
  1203. package/packages/rich-editor/tinymce/plugins/autolink/plugin.min.js +0 -4
  1204. package/packages/rich-editor/tinymce/plugins/autoresize/plugin.min.js +0 -4
  1205. package/packages/rich-editor/tinymce/plugins/autosave/plugin.min.js +0 -4
  1206. package/packages/rich-editor/tinymce/plugins/charmap/plugin.min.js +0 -4
  1207. package/packages/rich-editor/tinymce/plugins/code/plugin.min.js +0 -4
  1208. package/packages/rich-editor/tinymce/plugins/codesample/plugin.min.js +0 -4
  1209. package/packages/rich-editor/tinymce/plugins/directionality/plugin.min.js +0 -4
  1210. package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
  1211. package/packages/rich-editor/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -3
  1212. package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.js +0 -1
  1213. package/packages/rich-editor/tinymce/plugins/emoticons/js/emojis.min.js +0 -2
  1214. package/packages/rich-editor/tinymce/plugins/emoticons/plugin.min.js +0 -4
  1215. package/packages/rich-editor/tinymce/plugins/fullscreen/plugin.min.js +0 -4
  1216. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
  1217. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
  1218. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
  1219. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
  1220. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
  1221. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
  1222. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
  1223. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
  1224. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
  1225. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
  1226. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
  1227. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
  1228. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
  1229. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
  1230. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
  1231. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
  1232. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
  1233. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
  1234. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
  1235. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
  1236. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
  1237. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
  1238. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
  1239. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
  1240. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
  1241. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
  1242. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
  1243. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
  1244. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
  1245. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
  1246. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
  1247. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
  1248. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
  1249. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
  1250. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
  1251. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
  1252. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
  1253. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
  1254. package/packages/rich-editor/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
  1255. package/packages/rich-editor/tinymce/plugins/help/plugin.min.js +0 -4
  1256. package/packages/rich-editor/tinymce/plugins/image/plugin.min.js +0 -4
  1257. package/packages/rich-editor/tinymce/plugins/importcss/plugin.min.js +0 -4
  1258. package/packages/rich-editor/tinymce/plugins/insertdatetime/plugin.min.js +0 -4
  1259. package/packages/rich-editor/tinymce/plugins/link/plugin.min.js +0 -4
  1260. package/packages/rich-editor/tinymce/plugins/lists/plugin.min.js +0 -4
  1261. package/packages/rich-editor/tinymce/plugins/media/plugin.min.js +0 -4
  1262. package/packages/rich-editor/tinymce/plugins/nonbreaking/plugin.min.js +0 -4
  1263. package/packages/rich-editor/tinymce/plugins/pagebreak/plugin.min.js +0 -4
  1264. package/packages/rich-editor/tinymce/plugins/preview/plugin.min.js +0 -4
  1265. package/packages/rich-editor/tinymce/plugins/quickbars/plugin.min.js +0 -4
  1266. package/packages/rich-editor/tinymce/plugins/save/plugin.min.js +0 -4
  1267. package/packages/rich-editor/tinymce/plugins/searchreplace/plugin.min.js +0 -4
  1268. package/packages/rich-editor/tinymce/plugins/table/plugin.min.js +0 -4
  1269. package/packages/rich-editor/tinymce/plugins/template/plugin.min.js +0 -4
  1270. package/packages/rich-editor/tinymce/plugins/visualblocks/plugin.min.js +0 -4
  1271. package/packages/rich-editor/tinymce/plugins/visualchars/plugin.min.js +0 -4
  1272. package/packages/rich-editor/tinymce/plugins/wordcount/plugin.min.js +0 -4
  1273. package/packages/rich-editor/tinymce/skins/content/dark/content.js +0 -2
  1274. package/packages/rich-editor/tinymce/skins/content/dark/content.min.css +0 -1
  1275. package/packages/rich-editor/tinymce/skins/content/default/content.js +0 -2
  1276. package/packages/rich-editor/tinymce/skins/content/default/content.min.css +0 -1
  1277. package/packages/rich-editor/tinymce/skins/content/document/content.js +0 -2
  1278. package/packages/rich-editor/tinymce/skins/content/document/content.min.css +0 -1
  1279. package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.js +0 -2
  1280. package/packages/rich-editor/tinymce/skins/content/tinymce-5/content.min.css +0 -1
  1281. package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.js +0 -2
  1282. package/packages/rich-editor/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -1
  1283. package/packages/rich-editor/tinymce/skins/content/writer/content.js +0 -2
  1284. package/packages/rich-editor/tinymce/skins/content/writer/content.min.css +0 -1
  1285. package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.js +0 -2
  1286. package/packages/rich-editor/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
  1287. package/packages/rich-editor/tinymce/skins/ui/oxide/content.js +0 -2
  1288. package/packages/rich-editor/tinymce/skins/ui/oxide/content.min.css +0 -1
  1289. package/packages/rich-editor/tinymce/skins/ui/oxide/skin.js +0 -2
  1290. package/packages/rich-editor/tinymce/skins/ui/oxide/skin.min.css +0 -1
  1291. package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
  1292. package/packages/rich-editor/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
  1293. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
  1294. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
  1295. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.js +0 -2
  1296. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
  1297. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.js +0 -2
  1298. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
  1299. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
  1300. package/packages/rich-editor/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
  1301. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.js +0 -2
  1302. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -1
  1303. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.js +0 -2
  1304. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/content.min.css +0 -1
  1305. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.js +0 -2
  1306. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
  1307. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
  1308. package/packages/rich-editor/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
  1309. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -2
  1310. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -1
  1311. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.js +0 -2
  1312. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -1
  1313. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
  1314. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
  1315. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
  1316. package/packages/rich-editor/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
  1317. package/packages/rich-editor/tinymce/themes/silver/theme.min.js +0 -4
  1318. package/packages/rich-editor/tinymce/tinymce.d.ts +0 -3238
  1319. package/packages/rich-editor/tinymce/tinymce.min.js +0 -4
  1320. package/packages/rich-editor/tinymce/zh_CN.js +0 -418
  1321. package/packages/rich-editor/viewer.vue +0 -105
  1322. package/packages/row-form/index.js +0 -7
  1323. package/packages/row-form/index.vue +0 -284
  1324. package/packages/row-form/operation.vue +0 -151
  1325. package/packages/scan-code-input/index.js +0 -6
  1326. package/packages/scan-code-input/src/events.js +0 -34
  1327. package/packages/scan-code-input/src/scan-code-input.vue +0 -164
  1328. package/packages/scan-code-input-browser/index.js +0 -6
  1329. package/packages/scan-code-input-browser/src/scan-code-input.vue +0 -113
  1330. package/packages/secret-info/index.js +0 -7
  1331. package/packages/secret-info/index.vue +0 -100
  1332. package/packages/super-grid/index.js +0 -7
  1333. package/packages/super-grid/src/apis.js +0 -1713
  1334. package/packages/super-grid/src/columns-config.vue +0 -329
  1335. package/packages/super-grid/src/components/grid-icon.vue +0 -157
  1336. package/packages/super-grid/src/components/grid-radio-input.vue +0 -84
  1337. package/packages/super-grid/src/components/hyperlinks.vue +0 -130
  1338. package/packages/super-grid/src/components/mobile-table-card.jsx +0 -589
  1339. package/packages/super-grid/src/components/select-input.vue +0 -520
  1340. package/packages/super-grid/src/custom-formatter.js +0 -419
  1341. package/packages/super-grid/src/dynamic-input.vue +0 -2158
  1342. package/packages/super-grid/src/eventBus.js +0 -10
  1343. package/packages/super-grid/src/events.js +0 -56
  1344. package/packages/super-grid/src/formValidatorUtil.js +0 -362
  1345. package/packages/super-grid/src/formatter.js +0 -200
  1346. package/packages/super-grid/src/group-column.vue +0 -119
  1347. package/packages/super-grid/src/header-context-menu.vue +0 -82
  1348. package/packages/super-grid/src/index-column.vue +0 -78
  1349. package/packages/super-grid/src/normal-column-content.vue +0 -1310
  1350. package/packages/super-grid/src/normal-column.vue +0 -423
  1351. package/packages/super-grid/src/public-methods.js +0 -30
  1352. package/packages/super-grid/src/row-detail.vue +0 -50
  1353. package/packages/super-grid/src/row-operation.vue +0 -315
  1354. package/packages/super-grid/src/scan-util.ts +0 -243
  1355. package/packages/super-grid/src/search-button.vue +0 -88
  1356. package/packages/super-grid/src/search-condition-input.vue +0 -74
  1357. package/packages/super-grid/src/search-condition-list.vue +0 -70
  1358. package/packages/super-grid/src/search-form-advancedQuery.vue +0 -836
  1359. package/packages/super-grid/src/search-form-dialog.vue +0 -77
  1360. package/packages/super-grid/src/search-form-item.vue +0 -616
  1361. package/packages/super-grid/src/search-form-mobile.vue +0 -255
  1362. package/packages/super-grid/src/search-form-number.vue +0 -122
  1363. package/packages/super-grid/src/search-form-open.vue +0 -175
  1364. package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -243
  1365. package/packages/super-grid/src/search-form.vue +0 -795
  1366. package/packages/super-grid/src/search-methods.js +0 -539
  1367. package/packages/super-grid/src/selection-column.vue +0 -36
  1368. package/packages/super-grid/src/store.js +0 -3
  1369. package/packages/super-grid/src/super-grid-service.js +0 -800
  1370. package/packages/super-grid/src/super-grid.vue +0 -3814
  1371. package/packages/super-grid/src/utils.js +0 -946
  1372. package/packages/super-grid/src/view-image-dialog.vue +0 -194
  1373. package/packages/super-nine-grid/index.js +0 -7
  1374. package/packages/super-nine-grid/src/apis.js +0 -108
  1375. package/packages/super-nine-grid/src/custom-formatter.js +0 -73
  1376. package/packages/super-nine-grid/src/formatter.js +0 -134
  1377. package/packages/super-nine-grid/src/search-form-number.vue +0 -35
  1378. package/packages/super-nine-grid/src/search-form.vue +0 -514
  1379. package/packages/super-nine-grid/src/search-methods.js +0 -151
  1380. package/packages/super-nine-grid/src/store.js +0 -3
  1381. package/packages/super-nine-grid/src/super-grid-service.js +0 -110
  1382. package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1112
  1383. package/packages/super-nine-grid/src/utils.js +0 -264
  1384. package/packages/svg-icon/index.js +0 -6
  1385. package/packages/svg-icon/src/svg-icon.vue +0 -43
  1386. package/packages/utils/date-util.js +0 -292
  1387. package/packages/utils/dom.js +0 -227
  1388. package/packages/utils/gogocodeTransfer.js +0 -59
  1389. package/packages/utils/memory-cache-utils.js +0 -117
  1390. package/packages/utils/organization.ts +0 -173
  1391. package/packages/utils/utils.js +0 -198
  1392. package/packages/utils/value-set.js +0 -282
  1393. package/packages/valid-code/index.js +0 -7
  1394. package/packages/valid-code/src/valid-code.vue +0 -104
  1395. package/packages/workflow-button/index.js +0 -6
  1396. package/packages/workflow-button/src/workflow-button.vue +0 -574
  1397. package/packages/workflow-history-list/index.js +0 -6
  1398. package/packages/workflow-history-list/src/api.js +0 -7
  1399. package/packages/workflow-history-list/src/workflow-history-list.vue +0 -394
  1400. package/packages/workgroup-tree/index.js +0 -6
  1401. package/packages/workgroup-tree/src/workgroup-tree.vue +0 -127
  1402. package/packages/workgroup-tree-inline/index.js +0 -6
  1403. package/packages/workgroup-tree-inline/src/search-result.vue +0 -227
  1404. package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -557
  1405. package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -119
  1406. package/packages/workgroup-tree-mobile/index.js +0 -6
  1407. package/packages/workgroup-tree-mobile/src/dept-result.vue +0 -52
  1408. package/packages/workgroup-tree-mobile/src/workgroup-tree-app.vue +0 -148
  1409. package/packages/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue +0 -407
  1410. package/packages/workgroup-tree-mobile/src/workgroup-tree-service.ts +0 -62
  1411. package/packages/workgroup-user-tree/index.js +0 -6
  1412. package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -121
  1413. package/packages/workgroup-user-tree-inline/index.js +0 -9
  1414. package/packages/workgroup-user-tree-inline/src/search-result.vue +0 -271
  1415. package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -252
  1416. package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -665
  1417. package/packages/workgroup-user-tree-mobile/index.js +0 -6
  1418. package/packages/workgroup-user-tree-mobile/src/dept-path.vue +0 -36
  1419. package/packages/workgroup-user-tree-mobile/src/dept-result.vue +0 -58
  1420. package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue +0 -119
  1421. package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue +0 -453
  1422. package/packages/workgroup-user-tree-mobile/src/workgroup-user-tree-service.ts +0 -41
  1423. package/packages/year-range-picker/index.js +0 -6
  1424. package/packages/year-range-picker/src/year-range-picker.vue +0 -53
  1425. /package/{public → dist}/favicon.svg +0 -0
  1426. /package/{lib/IntervalSelection/src/sectionDate.vue2.js → es/IntervalSelection/src/sectionDate.vue2.mjs} +0 -0
  1427. /package/{lib/_virtual/__vite-browser-external.js → es/_virtual/__vite-browser-external.mjs} +0 -0
  1428. /package/{lib/_virtual/_plugin-vue_export-helper.js → es/_virtual/_plugin-vue_export-helper.mjs} +0 -0
  1429. /package/{lib/breadcrumb/src/breadcrumb.vue2.js → es/breadcrumb/src/breadcrumb.vue2.mjs} +0 -0
  1430. /package/{lib/chat-embed/src/chat-addition-data.vue3.js → es/chat-embed/src/chat-addition-data.vue3.mjs} +0 -0
  1431. /package/{lib/chat-embed/src/chat-ai-answer-tip.vue3.js → es/chat-embed/src/chat-ai-answer-tip.vue3.mjs} +0 -0
  1432. /package/{lib/chat-embed/src/chat-bubble-footer.vue3.js → es/chat-embed/src/chat-bubble-footer.vue3.mjs} +0 -0
  1433. /package/{lib/chat-embed/src/chat-sender.vue3.js → es/chat-embed/src/chat-sender.vue3.mjs} +0 -0
  1434. /package/{lib/chat-embed/src/components/answer-auto-chart.vue3.js → es/chat-embed/src/components/answer-auto-chart.vue3.mjs} +0 -0
  1435. /package/{lib/chat-embed/src/components/answer-home-chart.vue2.js → es/chat-embed/src/components/answer-home-chart.vue2.mjs} +0 -0
  1436. /package/{lib/chat-embed/src/components/answer-home-chart.vue3.js → es/chat-embed/src/components/answer-home-chart.vue3.mjs} +0 -0
  1437. /package/{lib/chat-embed/src/components/answer-interaction-data.vue3.js → es/chat-embed/src/components/answer-interaction-data.vue3.mjs} +0 -0
  1438. /package/{lib/chat-embed/src/components/history-detail.vue3.js → es/chat-embed/src/components/history-detail.vue3.mjs} +0 -0
  1439. /package/{lib/chat-embed/src/header.vue3.js → es/chat-embed/src/header.vue3.mjs} +0 -0
  1440. /package/{lib/chat-embed/src/index.vue3.js → es/chat-embed/src/index.vue3.mjs} +0 -0
  1441. /package/{lib/chat-embed/src/recommendation-message.vue3.js → es/chat-embed/src/recommendation-message.vue3.mjs} +0 -0
  1442. /package/{lib/chat-embed/src/sidebar-item.vue3.js → es/chat-embed/src/sidebar-item.vue3.mjs} +0 -0
  1443. /package/{lib/chat-embed/src/type.js → es/chat-embed/src/type.mjs} +0 -0
  1444. /package/{lib/chat-embed/src/util/chat-embed-util.js → es/chat-embed/src/util/chat-embed-util.mjs} +0 -0
  1445. /package/{lib/chat-embed/src/util/text-file-util.js → es/chat-embed/src/util/text-file-util.mjs} +0 -0
  1446. /package/{lib/chat-embed/src/voice/js/timer.js → es/chat-embed/src/voice/js/timer.mjs} +0 -0
  1447. /package/{lib/date-picker-range/index.vue3.js → es/date-picker-range/index.vue3.mjs} +0 -0
  1448. /package/{lib/department-tree-inline/src/department-multi-tree-inline.vue2.js → es/department-tree-inline/src/department-multi-tree-inline.vue2.mjs} +0 -0
  1449. /package/{lib/department-tree-inline/src/department-single-tree-inline.vue2.js → es/department-tree-inline/src/department-single-tree-inline.vue2.mjs} +0 -0
  1450. /package/{lib/department-tree-inline/src/search-result.vue2.js → es/department-tree-inline/src/search-result.vue2.mjs} +0 -0
  1451. /package/{lib/department-tree-mobile/src/department-tree-app.vue2.js → es/department-tree-mobile/src/department-tree-app.vue2.mjs} +0 -0
  1452. /package/{lib/department-user-tree/src/department-user-multiple-tree.vue2.js → es/department-user-tree/src/department-user-multiple-tree.vue2.mjs} +0 -0
  1453. /package/{lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue2.mjs} +0 -0
  1454. /package/{lib/department-user-tree-inline/src/department-user-single-tree-inline.vue2.js → es/department-user-tree-inline/src/department-user-single-tree-inline.vue2.mjs} +0 -0
  1455. /package/{lib/department-user-tree-inline/src/group-user-tree-service.js → es/department-user-tree-inline/src/group-user-tree-service.mjs} +0 -0
  1456. /package/{lib/department-user-tree-inline/src/search-result.vue2.js → es/department-user-tree-inline/src/search-result.vue2.mjs} +0 -0
  1457. /package/{lib/department-user-tree-mobile/src/department-user-tree-app.vue2.js → es/department-user-tree-mobile/src/department-user-tree-app.vue2.mjs} +0 -0
  1458. /package/{lib/department-user-tree-mobile/src/department-user-tree-service.js → es/department-user-tree-mobile/src/department-user-tree-service.mjs} +0 -0
  1459. /package/{lib/dynamic-source-select/src/dynamic-source-select.vue2.js → es/dynamic-source-select/src/dynamic-source-select.vue2.mjs} +0 -0
  1460. /package/{lib/dynamic-source-select/src/dynamic-source-select.vue3.js → es/dynamic-source-select/src/dynamic-source-select.vue3.mjs} +0 -0
  1461. /package/{lib/dynamic-source-select/src/events.js → es/dynamic-source-select/src/events.mjs} +0 -0
  1462. /package/{lib/fs-preview/src/fs-preview.vue2.js → es/fs-preview/src/fs-preview.vue2.mjs} +0 -0
  1463. /package/{lib/fs-upload-list/src/fs-upload-list.vue2.js → es/fs-upload-list/src/fs-upload-list.vue2.mjs} +0 -0
  1464. /package/{lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.js → es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue3.mjs} +0 -0
  1465. /package/{lib/fs-upload-new/src/fs-button-upload.vue3.js → es/fs-upload-new/src/fs-button-upload.vue3.mjs} +0 -0
  1466. /package/{lib/fs-upload-new/src/fs-drag-upload.vue3.js → es/fs-upload-new/src/fs-drag-upload.vue3.mjs} +0 -0
  1467. /package/{lib/fs-upload-new/src/fs-preview-new.vue3.js → es/fs-upload-new/src/fs-preview-new.vue3.mjs} +0 -0
  1468. /package/{lib/fs-upload-new/src/fs-preview-new.vue4.js → es/fs-upload-new/src/fs-preview-new.vue4.mjs} +0 -0
  1469. /package/{lib/hamburger/src/hamburger.vue2.js → es/hamburger/src/hamburger.vue2.mjs} +0 -0
  1470. /package/{lib/organization-input/src/organization-input.vue2.js → es/organization-input/src/organization-input.vue2.mjs} +0 -0
  1471. /package/{lib/plugins/public-method.js → es/plugins/public-method.mjs} +0 -0
  1472. /package/{lib/remove-department/src/remove-dept-service.js → es/remove-department/src/remove-dept-service.mjs} +0 -0
  1473. /package/{lib/remove-user/src/remove-user-service.js → es/remove-user/src/remove-user-service.mjs} +0 -0
  1474. /package/{lib/remove-workgroup/src/remove-workgroup-service.js → es/remove-workgroup/src/remove-workgroup-service.mjs} +0 -0
  1475. /package/{lib/rich-editor/tinymce/zh_CN.js → es/rich-editor/tinymce/zh_CN.mjs} +0 -0
  1476. /package/{lib/row-form/index.vue3.js → es/row-form/index.vue3.mjs} +0 -0
  1477. /package/{lib/src/assets/401/401.gif.js → es/src/assets/401/401.gif.mjs} +0 -0
  1478. /package/{lib/src/assets/404/404-cloud.png.js → es/src/assets/404/404-cloud.png.mjs} +0 -0
  1479. /package/{lib/src/assets/404/404.png.js → es/src/assets/404/404.png.mjs} +0 -0
  1480. /package/{lib/src/assets/chat-embed/robot.gif.js → es/src/assets/chat-embed/robot.gif.mjs} +0 -0
  1481. /package/{lib/src/assets/chat-embed/robot.svg.js → es/src/assets/chat-embed/robot.svg.mjs} +0 -0
  1482. /package/{lib/src/assets/nonemessage.png.js → es/src/assets/nonemessage.png.mjs} +0 -0
  1483. /package/{lib/src/components/Affix/index.vue3.js → es/src/components/Affix/index.vue3.mjs} +0 -0
  1484. /package/{lib/src/components/Scrollbar/index.vue2.js → es/src/components/Scrollbar/index.vue2.mjs} +0 -0
  1485. /package/{lib/src/mixins/resizeMixin.js → es/src/mixins/resizeMixin.mjs} +0 -0
  1486. /package/{lib/src/store/getters.js → es/src/store/getters.mjs} +0 -0
  1487. /package/{lib/src/store/modules/app.js → es/src/store/modules/app.mjs} +0 -0
  1488. /package/{lib/src/store/modules/chat-ai-store.js → es/src/store/modules/chat-ai-store.mjs} +0 -0
  1489. /package/{lib/src/store/modules/table.js → es/src/store/modules/table.mjs} +0 -0
  1490. /package/{lib/src/utils/auth-api.js → es/src/utils/auth-api.mjs} +0 -0
  1491. /package/{lib/src/utils/calculator/calculator-factory-wf.js → es/src/utils/calculator/calculator-factory-wf.mjs} +0 -0
  1492. /package/{lib/src/utils/calculator/calculator-factory.js → es/src/utils/calculator/calculator-factory.mjs} +0 -0
  1493. /package/{lib/src/utils/eventBus.js → es/src/utils/eventBus.mjs} +0 -0
  1494. /package/{lib/src/utils/file-util.js → es/src/utils/file-util.mjs} +0 -0
  1495. /package/{lib/src/utils/global-prop.js → es/src/utils/global-prop.mjs} +0 -0
  1496. /package/{lib/src/utils/guid.js → es/src/utils/guid.mjs} +0 -0
  1497. /package/{lib/src/utils/i18n-util.js → es/src/utils/i18n-util.mjs} +0 -0
  1498. /package/{lib/src/utils/iconUtils.js → es/src/utils/iconUtils.mjs} +0 -0
  1499. /package/{lib/src/utils/index.js → es/src/utils/index.mjs} +0 -0
  1500. /package/{lib/src/utils/json-util.js → es/src/utils/json-util.mjs} +0 -0
  1501. /package/{lib/src/utils/local-storage.js → es/src/utils/local-storage.mjs} +0 -0
  1502. /package/{lib/src/utils/resize.js → es/src/utils/resize.mjs} +0 -0
  1503. /package/{lib/src/utils/restful-interface-utils.js → es/src/utils/restful-interface-utils.mjs} +0 -0
  1504. /package/{lib/src/utils/validate.js → es/src/utils/validate.mjs} +0 -0
  1505. /package/{lib/src/utils/watermark-cache.js → es/src/utils/watermark-cache.mjs} +0 -0
  1506. /package/{lib/src/views/dsc-component/Sidebar/Item.vue3.js → es/src/views/dsc-component/Sidebar/Item.vue3.mjs} +0 -0
  1507. /package/{lib/src/views/dsc-component/Sidebar/SidebarItem.vue2.js → es/src/views/dsc-component/Sidebar/SidebarItem.vue2.mjs} +0 -0
  1508. /package/{lib/src/views/dsc-component/tabs/tab-content.vue2.js → es/src/views/dsc-component/tabs/tab-content.vue2.mjs} +0 -0
  1509. /package/{lib/src/views/dsc-component/tabs/tab-content.vue3.js → es/src/views/dsc-component/tabs/tab-content.vue3.mjs} +0 -0
  1510. /package/{lib/src/views/error-page/401.vue2.js → es/src/views/error-page/401.vue2.mjs} +0 -0
  1511. /package/{lib/src/views/error-page/404.vue2.js → es/src/views/error-page/404.vue2.mjs} +0 -0
  1512. /package/{lib/src/views/layout/Layout.vue2.js → es/src/views/layout/Layout.vue2.mjs} +0 -0
  1513. /package/{lib/src/views/layout/components/AppMain.vue2.js → es/src/views/layout/components/AppMain.vue2.mjs} +0 -0
  1514. /package/{lib/src/views/layout/components/Breadcrumb/index.vue2.js → es/src/views/layout/components/Breadcrumb/index.vue2.mjs} +0 -0
  1515. /package/{lib/src/views/layout/components/Menubar/Item.vue3.js → es/src/views/layout/components/Menubar/Item.vue3.mjs} +0 -0
  1516. /package/{lib/src/views/layout/components/Menubar/SidebarItem.vue2.js → es/src/views/layout/components/Menubar/SidebarItem.vue2.mjs} +0 -0
  1517. /package/{lib/src/views/layout/components/Sidebar/Item.vue.js → es/src/views/layout/components/Sidebar/Item.vue.mjs} +0 -0
  1518. /package/{lib/src/views/layout/components/Sidebar/SidebarItem.vue2.js → es/src/views/layout/components/Sidebar/SidebarItem.vue2.mjs} +0 -0
  1519. /package/{lib/src/views/layout/components/iframe-page.vue2.js → es/src/views/layout/components/iframe-page.vue2.mjs} +0 -0
  1520. /package/{lib/src/views/layout/components/tabs/tab-content.vue2.js → es/src/views/layout/components/tabs/tab-content.vue2.mjs} +0 -0
  1521. /package/{lib/src/views/layout/components/tabs/tab-content.vue3.js → es/src/views/layout/components/tabs/tab-content.vue3.mjs} +0 -0
  1522. /package/{lib/src/views/layout/tab-content-iframe-index.vue2.js → es/src/views/layout/tab-content-iframe-index.vue2.mjs} +0 -0
  1523. /package/{lib/src/views/layout/tab-content-index.vue2.js → es/src/views/layout/tab-content-index.vue2.mjs} +0 -0
  1524. /package/{lib/src/views/login/authredirect.vue.js → es/src/views/login/authredirect.vue.mjs} +0 -0
  1525. /package/{lib/src/views/redirect/index.vue.js → es/src/views/redirect/index.vue.mjs} +0 -0
  1526. /package/{lib/src/views/svg-icon/src/svg-icon.vue.js → es/src/views/super-icon/src/index.vue3.mjs} +0 -0
  1527. /package/{lib/src/views/wf-history/tache-subprocess-history.vue2.js → es/src/views/svg-icon/src/svg-icon.vue.mjs} +0 -0
  1528. /package/{lib/super-grid/src/header-context-menu.vue2.js → es/src/views/wf-history/tache-subprocess-history.vue2.mjs} +0 -0
  1529. /package/{lib/super-grid/src/eventBus.js → es/super-grid/src/eventBus.mjs} +0 -0
  1530. /package/{lib/super-grid/src/formatter.js → es/super-grid/src/formatter.mjs} +0 -0
  1531. /package/{lib/super-grid/src/normal-column-content.vue2.js → es/super-grid/src/header-context-menu.vue2.mjs} +0 -0
  1532. /package/{lib/super-grid/src/normal-column.vue2.js → es/super-grid/src/normal-column-content.vue2.mjs} +0 -0
  1533. /package/{lib/super-grid/src/row-operation.vue2.js → es/super-grid/src/normal-column.vue2.mjs} +0 -0
  1534. /package/{lib/super-grid/src/public-methods.js → es/super-grid/src/public-methods.mjs} +0 -0
  1535. /package/{lib/super-grid/src/search-form-advancedQuery.vue2.js → es/super-grid/src/row-operation.vue2.mjs} +0 -0
  1536. /package/{lib/super-grid/src/search-form-item.vue2.js → es/super-grid/src/search-form-advancedQuery.vue2.mjs} +0 -0
  1537. /package/{lib/super-grid/src/search-form-mobile.vue2.js → es/super-grid/src/search-form-item.vue2.mjs} +0 -0
  1538. /package/{lib/super-grid/src/search-form-ordinarySearch.vue2.js → es/super-grid/src/search-form-mobile.vue2.mjs} +0 -0
  1539. /package/{lib/super-grid/src/search-form.vue2.js → es/super-grid/src/search-form-ordinarySearch.vue2.mjs} +0 -0
  1540. /package/{lib/super-grid/src/super-grid.vue2.js → es/super-grid/src/search-form.vue2.mjs} +0 -0
  1541. /package/{lib/super-grid/src/search-methods.js → es/super-grid/src/search-methods.mjs} +0 -0
  1542. /package/{lib/super-grid/src/store.js → es/super-grid/src/store.mjs} +0 -0
  1543. /package/{lib/super-icon/src/index.vue3.js → es/super-grid/src/super-grid.vue2.mjs} +0 -0
  1544. /package/{lib/super-nine-grid/src/search-form.vue2.js → es/super-icon/src/index.vue3.mjs} +0 -0
  1545. /package/{lib/super-nine-grid/src/formatter.js → es/super-nine-grid/src/formatter.mjs} +0 -0
  1546. /package/{lib/super-nine-grid/src/super-nine-grid.vue2.js → es/super-nine-grid/src/search-form.vue2.mjs} +0 -0
  1547. /package/{lib/super-nine-grid/src/search-methods.js → es/super-nine-grid/src/search-methods.mjs} +0 -0
  1548. /package/{lib/super-nine-grid/src/store.js → es/super-nine-grid/src/store.mjs} +0 -0
  1549. /package/{lib/svg-icon/src/svg-icon.vue2.js → es/super-nine-grid/src/super-nine-grid.vue2.mjs} +0 -0
  1550. /package/{lib/valid-code/src/valid-code.vue2.js → es/svg-icon/src/svg-icon.vue2.mjs} +0 -0
  1551. /package/{lib/utils/gogocodeTransfer.js → es/utils/gogocodeTransfer.mjs} +0 -0
  1552. /package/{lib/workflow-history-list/src/workflow-history-list.vue2.js → es/valid-code/src/valid-code.vue2.mjs} +0 -0
  1553. /package/{lib/workflow-history-list/src/api.js → es/workflow-history-list/src/api.mjs} +0 -0
  1554. /package/{lib/workgroup-tree-inline/src/search-result.vue2.js → es/workflow-history-list/src/workflow-history-list.vue2.mjs} +0 -0
  1555. /package/{lib/workgroup-tree-inline/src/workgroup-tree-inline.vue2.js → es/workgroup-tree-inline/src/search-result.vue2.mjs} +0 -0
  1556. /package/{lib/workgroup-tree-mobile/src/workgroup-tree-app.vue2.js → es/workgroup-tree-inline/src/workgroup-tree-inline.vue2.mjs} +0 -0
  1557. /package/{lib/workgroup-user-tree-inline/src/search-result.vue2.js → es/workgroup-tree-mobile/src/workgroup-tree-app.vue2.mjs} +0 -0
  1558. /package/{lib/workgroup-tree-mobile/src/workgroup-tree-service.js → es/workgroup-tree-mobile/src/workgroup-tree-service.mjs} +0 -0
  1559. /package/{lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.js → es/workgroup-user-tree-inline/src/search-result.vue2.mjs} +0 -0
  1560. /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue2.js → es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue2.mjs} +0 -0
  1561. /package/{lib/workgroup-user-tree-mobile/src/workgroup-user-tree-service.js → es/workgroup-user-tree-mobile/src/workgroup-user-tree-service.mjs} +0 -0
  1562. /package/{packages → src/views}/super-icon/index.js +0 -0
  1563. /package/{packages → src/views}/super-icon/src/index.vue +0 -0
@@ -1,331 +0,0 @@
1
- <template>
2
- <div :style="{ maxHeight: maxHeight + 'px' }">
3
- <Editor v-if="!isDisabled" v-model="contentValue" :isDisabled="isDisabled" :init="init" />
4
- <div v-else>
5
- <div
6
- :id="viewerId"
7
- :style="{ maxHeight: maxHeight + 'px' }"
8
- style="overflow: auto; border: 1px solid #dcdfe6; padding: 2px"
9
- />
10
- <el-tooltip :content="$t('imatrixUIPublicModel.fullScreen')" class="item" effect="dark" placement="top">
11
- <em
12
- class="el-icon-full-screen"
13
- style="z-index: 1; right: 20px; position: absolute; top: 2px"
14
- @click="fullScreenContent"
15
- />
16
- </el-tooltip>
17
- <el-image
18
- ref="previewImg"
19
- :preview-src-list="srcList"
20
- :src="srcList[0]"
21
- style="display: none; width: 100px; height: 100px"
22
- />
23
- </div>
24
- <el-dialog v-model="dialogVisible" :title="title" append-to-body destroy-on-close fullscreen>
25
- <div :id="fullscreenViewerId" />
26
- </el-dialog>
27
- <!--<el-image-->
28
- <!-- ref="preview"-->
29
- <!-- :src="imgList[0]"-->
30
- <!-- :preview-src-list="imgList"-->
31
- <!-- style="display: none"-->
32
- <!--/>-->
33
- <el-image-viewer
34
- v-if="isLightBoxVisible"
35
- hide-on-click-modal
36
- :initial-index="0"
37
- :url-list="imgList"
38
- @close="isLightBoxVisible = false"
39
- />
40
- </div>
41
- </template>
42
-
43
- <script>
44
- import { $emit } from '../utils/gogocodeTransfer'
45
-
46
- import { getLanguageWithLocale } from '../../src/utils/util'
47
- // 引入tinymce编辑器
48
- import tinymce from 'tinymce/tinymce'
49
- import Editor from '@tinymce/tinymce-vue'
50
- import 'tinymce/themes/silver/theme' // 引用主题文件
51
- import 'tinymce/icons/default' // 引用图标文件
52
- import 'tinymce/plugins/link'
53
- import 'tinymce/plugins/code'
54
- import 'tinymce/plugins/table'
55
- import 'tinymce/plugins/lists'
56
- import 'tinymce/plugins/advlist'
57
- import 'tinymce/plugins/anchor'
58
- import 'tinymce/plugins/autolink' // 锚点
59
- import 'tinymce/plugins/autoresize'
60
- import 'tinymce/plugins/autosave'
61
- import 'tinymce/plugins/charmap' // 特殊字符
62
- import 'tinymce/plugins/codesample' // 插入代码
63
- import 'tinymce/plugins/directionality' //
64
- import 'tinymce/plugins/fullpage' // 页面属性编辑
65
- import 'tinymce/plugins/fullscreen' // 全屏
66
- import 'tinymce/plugins/help' // 帮助
67
- import 'tinymce/plugins/hr' // 横线
68
- import 'tinymce/plugins/image' // 图片
69
- import 'tinymce/plugins/imagetools' // 图片工具
70
- import 'tinymce/plugins/importcss' // 图片工具
71
- import 'tinymce/plugins/insertdatetime' // 时间插入
72
- import 'tinymce/plugins/media' // 媒体插入
73
- import 'tinymce/plugins/nonbreaking' //
74
- import 'tinymce/plugins/noneditable' // 不间断空格
75
- import 'tinymce/plugins/pagebreak' // 分页
76
- import 'tinymce/plugins/paste' // 粘贴
77
- import 'tinymce/plugins/preview' // 预览
78
- import 'tinymce/plugins/print' // 打印
79
- import 'tinymce/plugins/quickbars' // 快捷菜单
80
- import 'tinymce/plugins/save' // 保存
81
- import 'tinymce/plugins/searchreplace' // 查询替换
82
- import 'tinymce/plugins/spellchecker' // 拼写检查
83
- import 'tinymce/plugins/tabfocus' //
84
- import 'tinymce/plugins/template' // 插入模板
85
- import 'tinymce/plugins/textpattern' //
86
- import 'tinymce/plugins/toc' //
87
- import 'tinymce/plugins/visualblocks' //
88
- import 'tinymce/plugins/visualchars' //
89
- import 'tinymce/plugins/wordcount' // 数字统计
90
- import 'tinymce/skins/ui/oxide/skin.css' // 编辑器皮肤样式
91
- import './tinymce/zh_CN.js'
92
- import { ElImageViewer } from 'element-plus'
93
-
94
- export default {
95
- name: 'RichEditor',
96
- components: {
97
- Editor,
98
- ElImageViewer
99
- },
100
- props: {
101
- entity: {
102
- type: Object,
103
- default: null
104
- },
105
- prop: {
106
- type: String,
107
- default: null
108
- },
109
- modelValue: {
110
- type: String,
111
- default: ''
112
- },
113
- isDisabled: {
114
- type: Boolean,
115
- default: false
116
- },
117
- options: {
118
- type: Object,
119
- default: null
120
- },
121
- title: {
122
- type: String,
123
- default: ''
124
- },
125
- plugins: {
126
- type: [String, Array],
127
- default:
128
- 'paste print preview searchreplace directionality fullscreen image link table hr advlist lists wordcount '
129
- },
130
- toolbar: {
131
- type: [String, Array],
132
- default:
133
- ' undo redo | formatselect fontsizeselect bold italic strikethrough underline hr forecolor backcolor| link | image | ' +
134
- ' lineheight bullist numlist table | print fullscreen preview '
135
- }
136
- },
137
- data() {
138
- const _that = this
139
- if (getLanguageWithLocale() === 'zh_CN') {
140
- // require('./tinymce/zh_CN.js')
141
- }
142
- let maxHeight = '400'
143
- if (this.options && this.options.maxHeight) {
144
- maxHeight = this.options.maxHeight
145
- }
146
- return {
147
- maxHeight,
148
- init: {
149
- // language_url: require('./tinymce/zh_CN.js'), // 中文语言包路径
150
- // skin_url: require('tinymce/skins/ui/oxide/skin.css'), // 编辑器皮肤样式
151
- toolbar_mode: 'none',
152
- statusbar: false, // 隐藏底部状态栏
153
- height: maxHeight,
154
- language: 'zh_CN', // 语言类型
155
- plugins: this.plugins, // 插件配置
156
- toolbar: this.toolbar, // 工具栏配置,设为false则隐藏
157
- menubar: false, // 菜单栏配置,设为false则隐藏,不配置则默认显示全部菜单,也可自定义配置--查看 http://tinymce.ax-z.cn/configure/editor-appearance.php --搜索“自定义菜单”
158
- fontsize_formats: '12px 14px 16px 18px 20px 22px 24px 28px 32px 36px 48px 56px 72px', // 字体大小
159
- font_formats:
160
- '微软雅黑=Microsoft YaHei,Helvetica Neue,PingFang SC,sans-serif;苹果苹方=PingFang SC,Microsoft YaHei,sans-serif;宋体=simsun,serif;仿宋体=FangSong,serif;黑体=SimHei,sans-serif;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;', // 字体样式
161
- // 自带默认字体:'Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats'
162
- lineheight_formats: '0.5 0.8 1 1.2 1.5 1.75 2 2.5 3 4 5', // 行高配置,也可配置成"12px 14px 16px 20px"这种形式
163
- placeholder: '在这里输入文字',
164
- branding: false, // tiny技术支持信息是否显示
165
- resize: false, // 编辑器宽高是否可变,false-否,true-高可变,'both'-宽高均可,注意引号
166
- // statusbar: false, //最下方的元素路径和字数统计那一栏是否显示
167
- elementpath: false, // 元素路径是否显示
168
- // image_caption: true,
169
- // relative_urls: false, //false: tinymce将不再自动将文件路径由绝对转为相对
170
- // convert_urls: false, //false: tinymce将不再自动处理文件路径
171
- // file_picker_callback: () => {
172
- // alert(11)
173
- // },
174
- image_description: false,
175
- content_style: 'img {width:400px;height:300px}', // 直接自定义可编辑区域的css样式
176
- // content_css: '/tinycontent.css', //以css文件方式自定义可编辑区域的css样式,css文件需自己创建并引入
177
- // images_upload_url: '/apib/api-upload/uploadimg', //后端处理程序的url,建议直接自定义上传函数image_upload_handler,这个就可以不用了
178
- // images_upload_base_path: '/demo', //相对基本路径--关于图片上传建议查看--http://tinymce.ax-z.cn/general/upload-images.php
179
- paste_data_images: true, // 图片是否可粘贴'
180
-
181
- urlconverter_callback: (url, node, onSave, name) => {
182
- if (node === 'img' && url.startsWith('blob:')) {
183
- console.log('urlconverter_callback ....')
184
- tinymce.activeEditor && tinymce.activeEditor.uploadImages()
185
- return url
186
- }
187
- return url
188
- },
189
- setup: (editor) => {
190
- editor.on('click', (e) => {
191
- const targetNode = e.target.nodeName
192
- if (targetNode === 'IMG') {
193
- // 这里可以实现自定义的图片预览逻辑
194
- const imgSrc = e.target.src
195
- this.imgList = []
196
- this.imgList.push(imgSrc)
197
- this.isLightBoxVisible = true
198
- }
199
- })
200
- },
201
- images_upload_handler: (blobInfo, success, failure, progress) => {
202
- let file
203
- if (blobInfo.blob() instanceof File) {
204
- console.log('images_upload_handler .File')
205
- file = blobInfo.blob()
206
- } else {
207
- console.log('images_upload_handler .base64')
208
- file = _that.base64ToFile(blobInfo.base64(), 'a.png')
209
- }
210
- const params = new FormData()
211
- params.append('file', file)
212
- const config = {
213
- headers: {
214
- 'Content-Type': 'multipart/form-data'
215
- }
216
- }
217
- _that.$http
218
- .post('/common/fs-upload/rich-editor-image', params, config)
219
- .then((res) => {
220
- console.log(res)
221
- success(res.url)
222
- })
223
- .catch(() => {
224
- failure('上传出错,服务器开小差了呢')
225
- })
226
- }
227
- },
228
- contentValue: this.modelValue,
229
- markValue: '',
230
- srcList: [],
231
- psrcList: [],
232
- viewerId: 'aglie_rich_editor_' + new Date().getTime(),
233
- dialogVisible: false,
234
- fullscreenViewerId: 'editor_viewer_' + new Date().getTime(),
235
- ImageComponent: null,
236
- imgList: [],
237
- isLightBoxVisible: false
238
- }
239
- },
240
- watch: {
241
- modelValue: {
242
- deep: true,
243
- handler(newValue, oldValue) {
244
- this.contentValue = newValue
245
- if (this.entity) {
246
- this.entity[this.prop] = newValue
247
- }
248
- }
249
- },
250
- contentValue: {
251
- deep: true,
252
- handler(newValue, oldValue) {
253
- $emit(this, 'update:modelValue', newValue)
254
- if (this.entity) {
255
- this.entity[this.prop] = newValue
256
- }
257
- }
258
- },
259
- isDisabled: {
260
- deep: true,
261
- handler(newValue, oldValue) {
262
- if (newValue) {
263
- this.initViewer()
264
- }
265
- }
266
- }
267
- },
268
- created() {},
269
- mounted() {
270
- if (this.isDisabled) {
271
- this.initViewer()
272
- } else {
273
- tinymce.init(this.init)
274
- }
275
- },
276
- methods: {
277
- showImage($event) {
278
- console.log(this.$refs.previewImg)
279
- this.srcList = [$event.target.currentSrc]
280
- this.$refs.previewImg.showViewer = true
281
- },
282
- fullScreenContent() {
283
- this.dialogVisible = true
284
- this.$nextTick(() => {
285
- this.renderViewerContent(this.fullscreenViewerId)
286
- })
287
- },
288
- initViewer() {
289
- this.$nextTick(() => {
290
- this.renderViewerContent(this.viewerId)
291
- })
292
- },
293
- renderViewerContent(containerId) {
294
- const that = this
295
- const container = document.getElementById(containerId)
296
- if (!container) return
297
-
298
- // 清空容器
299
- container.innerHTML = ''
300
-
301
- // 创建一个包含 HTML 内容的 div
302
- const wrapper = document.createElement('div')
303
- wrapper.innerHTML = this.modelValue
304
-
305
- // 为所有图片添加点击事件
306
- const images = wrapper.querySelectorAll('img')
307
- images.forEach((img) => {
308
- img.style.cursor = 'pointer'
309
- img.addEventListener('click', (e) => {
310
- that.srcList = [e.target.src]
311
- that.imgList = [e.target.src]
312
- that.isLightBoxVisible = true
313
- })
314
- })
315
-
316
- container.appendChild(wrapper)
317
- },
318
- base64ToFile(data, filename) {
319
- var bstr = atob(data)
320
- var n = bstr.length
321
- var u8arr = new Uint8Array(n)
322
- filename = new Date().getTime() + '-' + Math.floor(Math.random() * 10000) + '.png'
323
- while (n--) {
324
- u8arr[n] = bstr.charCodeAt(n)
325
- }
326
- return new File([u8arr], filename, { type: 'image/png' })
327
- }
328
- },
329
- emits: ['update:modelValue']
330
- }
331
- </script>
@@ -1 +0,0 @@
1
- tinymce.IconManager.add("default",{icons:{"accessibility-check":'<svg width="24" height="24"><path d="M12 2a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.1.9-2 2-2Zm8 7h-5v12c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-5c0-.6-.4-1-1-1a1 1 0 0 0-1 1v5c0 .6-.4 1-1 1a1 1 0 0 1-1-1V9H4a1 1 0 1 1 0-2h16c.6 0 1 .4 1 1s-.4 1-1 1Z" fill-rule="nonzero"/></svg>',"accordion-toggle":'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 15c0-.6.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1h-6a1 1 0 0 1-1-1Z"/><path opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M4 15c0-.6.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1-1-1Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 19c0-.6.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1h-6a1 1 0 0 1-1-1Z"/><path opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M4 19c0-.6.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1-1-1Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3 7.3a1 1 0 0 1 1.4 0L16 9.6l2.3-2.3a1 1 0 1 1 1.4 1.4L16 12.4l-3.7-3.7a1 1 0 0 1 0-1.4ZM4.3 11.7a1 1 0 0 1 0-1.4L6.6 8 4.3 5.7a1 1 0 0 1 1.4-1.4L9.4 8l-3.7 3.7a1 1 0 0 1-1.4 0Z"/></svg>',accordion:'<svg width="24" height="24"><rect x="12" y="7" width="10" height="2" rx="1"/><rect x="12" y="11" width="10" height="2" rx="1"/><rect x="12" y="15" width="6" height="2" rx="1"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.3 7.3a1 1 0 0 1 1.4 0L6 9.6l2.3-2.3a1 1 0 0 1 1.4 1.4L6 12.4 2.3 8.7a1 1 0 0 1 0-1.4Z"/></svg>',"action-next":'<svg width="24" height="24"><path fill-rule="nonzero" d="M5.7 7.3a1 1 0 0 0-1.4 1.4l7.7 7.7 7.7-7.7a1 1 0 1 0-1.4-1.4L12 13.6 5.7 7.3Z"/></svg>',"action-prev":'<svg width="24" height="24"><path fill-rule="nonzero" d="M18.3 15.7a1 1 0 0 0 1.4-1.4L12 6.6l-7.7 7.7a1 1 0 0 0 1.4 1.4L12 9.4l6.3 6.3Z"/></svg>',addtag:'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 5a2 2 0 0 1 1.6.8L21 12l-4.4 6.2a2 2 0 0 1-1.6.8h-3v-2h3l3.5-5L15 7H5v3H3V7c0-1.1.9-2 2-2h10Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 12a1 1 0 0 0-1 1v2H3a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2H7v-2c0-.6-.4-1-1-1Z"/></svg>',"ai-prompt":'<svg width="24" height="24"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 6.7a1 1 0 0 0-1.4 0l-9.9 10a1 1 0 0 0 0 1.3l2.1 2.1c.4.4 1 .4 1.4 0l10-9.9c.3-.3.3-1 0-1.4l-2.2-2Zm1.4 2.8-2-2-3 2.7 2.2 2.2 2.8-2.9Z"/><path d="m18.5 7.3-.7-1.5-1.5-.8 1.5-.7.7-1.5.7 1.5 1.5.7-1.5.8-.7 1.5ZM18.5 16.5l-.7-1.6-1.5-.7 1.5-.7.7-1.6.7 1.6 1.5.7-1.5.7-.7 1.6ZM9.7 7.3 9 5.8 7.5 5 9 4.3l.7-1.5.7 1.5L12 5l-1.5.8-.7 1.5Z"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>',ai:'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H5Zm6.8 11.5.5 1.2a68.3 68.3 0 0 0 .7 1.1l.4.1c.3 0 .5 0 .7-.3.2-.1.3-.3.3-.6l-.3-1-2.6-6.2a20.4 20.4 0 0 0-.5-1.3l-.5-.4-.7-.2c-.2 0-.5 0-.6.2-.2 0-.4.2-.5.4l-.3.6-.3.7L5.7 15l-.2.6-.1.4c0 .3 0 .5.3.7l.6.2c.3 0 .5 0 .7-.2l.4-1 .5-1.2h3.9ZM9.8 9l1.5 4h-3l1.5-4Zm5.6-.9v7.6c0 .4 0 .7.2 1l.7.2c.3 0 .6 0 .8-.3l.2-.9V8.1c0-.4 0-.7-.2-.9a1 1 0 0 0-.8-.3c-.2 0-.5.1-.7.3l-.2 1Z"/></svg>',"align-center":'<svg width="24" height="24"><path d="M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm3 4h8c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 1 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 0 1 0-2Zm-3-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',"align-justify":'<svg width="24" height="24"><path d="M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Zm0 4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',"align-left":'<svg width="24" height="24"><path d="M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 4h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Zm0-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',"align-none":'<svg width="24" height="24"><path d="M14.2 5 13 7H5a1 1 0 1 1 0-2h9.2Zm4 0h.8a1 1 0 0 1 0 2h-2l1.2-2Zm-6.4 4-1.2 2H5a1 1 0 0 1 0-2h6.8Zm4 0H19a1 1 0 0 1 0 2h-4.4l1.2-2Zm-6.4 4-1.2 2H5a1 1 0 0 1 0-2h4.4Zm4 0H19a1 1 0 0 1 0 2h-6.8l1.2-2ZM7 17l-1.2 2H5a1 1 0 0 1 0-2h2Zm4 0h8a1 1 0 0 1 0 2H9.8l1.2-2Zm5.2-13.5 1.3.7-9.7 16.3-1.3-.7 9.7-16.3Z" fill-rule="evenodd"/></svg>',"align-right":'<svg width="24" height="24"><path d="M5 5h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2Zm6 4h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 8h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm-6-4h14c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',"arrow-left":'<svg width="24" height="24"><path d="m5.6 13 12 6a1 1 0 0 0 1.4-1V6a1 1 0 0 0-1.4-.9l-12 6a1 1 0 0 0 0 1.8Z" fill-rule="evenodd"/></svg>',"arrow-right":'<svg width="24" height="24"><path d="m18.5 13-12 6A1 1 0 0 1 5 18V6a1 1 0 0 1 1.4-.9l12 6a1 1 0 0 1 0 1.8Z" fill-rule="evenodd"/></svg>',bold:'<svg width="24" height="24"><path d="M7.8 19c-.3 0-.5 0-.6-.2l-.2-.5V5.7c0-.2 0-.4.2-.5l.6-.2h5c1.5 0 2.7.3 3.5 1 .7.6 1.1 1.4 1.1 2.5a3 3 0 0 1-.6 1.9c-.4.6-1 1-1.6 1.2.4.1.9.3 1.3.6s.8.7 1 1.2c.4.4.5 1 .5 1.6 0 1.3-.4 2.3-1.3 3-.8.7-2.1 1-3.8 1H7.8Zm5-8.3c.6 0 1.2-.1 1.6-.5.4-.3.6-.7.6-1.3 0-1.1-.8-1.7-2.3-1.7H9.3v3.5h3.4Zm.5 6c.7 0 1.3-.1 1.7-.4.4-.4.6-.9.6-1.5s-.2-1-.7-1.4c-.4-.3-1-.4-2-.4H9.4v3.8h4Z" fill-rule="evenodd"/></svg>',bookmark:'<svg width="24" height="24"><path d="M6 4v17l6-4 6 4V4c0-.6-.4-1-1-1H7a1 1 0 0 0-1 1Z" fill-rule="nonzero"/></svg>',"border-style":'<svg width="24" height="24"><g fill-rule="evenodd"><rect width="18" height="2" x="3" y="6" rx="1"/><rect width="2.8" height="2" x="3" y="16" rx="1"/><rect width="2.8" height="2" x="6.8" y="16" rx="1"/><rect width="2.8" height="2" x="10.6" y="16" rx="1"/><rect width="2.8" height="2" x="14.4" y="16" rx="1"/><rect width="2.8" height="2" x="18.2" y="16" rx="1"/><rect width="8" height="2" x="3" y="11" rx="1"/><rect width="8" height="2" x="13" y="11" rx="1"/></g></svg>',"border-width":'<svg width="24" height="24"><g fill-rule="evenodd"><rect width="18" height="5" x="3" y="5" rx="1"/><rect width="18" height="3.5" x="3" y="11.5" rx="1"/><rect width="18" height="2" x="3" y="17" rx="1"/></g></svg>',brightness:'<svg width="24" height="24"><path d="M12 17c.3 0 .5.1.7.3.2.2.3.4.3.7v1c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3 1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7v-1c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3Zm0-10a1 1 0 0 1-.7-.3A1 1 0 0 1 11 6V5c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3.3 0 .5.1.7.3.2.2.3.4.3.7v1c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3Zm7 4c.3 0 .5.1.7.3.2.2.3.4.3.7 0 .3-.1.5-.3.7a1 1 0 0 1-.7.3h-1a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h1ZM7 12c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3H5a1 1 0 0 1-.7-.3A1 1 0 0 1 4 12c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h1c.3 0 .5.1.7.3.2.2.3.4.3.7Zm10 3.5.7.8c.2.1.3.4.3.6 0 .3-.1.6-.3.8a1 1 0 0 1-.8.3 1 1 0 0 1-.6-.3l-.8-.7a1 1 0 0 1-.3-.8c0-.2.1-.5.3-.7a1 1 0 0 1 1.4 0Zm-10-7-.7-.8a1 1 0 0 1-.3-.6c0-.3.1-.6.3-.8.2-.2.5-.3.8-.3.2 0 .5.1.7.3l.7.7c.2.2.3.5.3.8 0 .2-.1.5-.3.7a1 1 0 0 1-.7.3 1 1 0 0 1-.8-.3Zm10 0a1 1 0 0 1-.8.3 1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7c0-.3.1-.6.3-.8l.8-.7c.1-.2.4-.3.6-.3.3 0 .6.1.8.3.2.2.3.5.3.8 0 .2-.1.5-.3.7l-.7.7Zm-10 7c.2-.2.5-.3.8-.3.2 0 .5.1.7.3a1 1 0 0 1 0 1.4l-.8.8a1 1 0 0 1-.6.3 1 1 0 0 1-.8-.3 1 1 0 0 1-.3-.8c0-.2.1-.5.3-.6l.7-.8ZM12 8a4 4 0 0 1 3.7 2.4 4 4 0 0 1 0 3.2A4 4 0 0 1 12 16a4 4 0 0 1-3.7-2.4 4 4 0 0 1 0-3.2A4 4 0 0 1 12 8Zm0 6.5c.7 0 1.3-.2 1.8-.7.5-.5.7-1.1.7-1.8s-.2-1.3-.7-1.8c-.5-.5-1.1-.7-1.8-.7s-1.3.2-1.8.7c-.5.5-.7 1.1-.7 1.8s.2 1.3.7 1.8c.5.5 1.1.7 1.8.7Z" fill-rule="evenodd"/></svg>',browse:'<svg width="24" height="24"><path d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-4v-2h4V8H5v10h4v2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-8 9.4-2.3 2.3a1 1 0 1 1-1.4-1.4l4-4a1 1 0 0 1 1.4 0l4 4a1 1 0 0 1-1.4 1.4L13 13.4V20a1 1 0 0 1-2 0v-6.6Z" fill-rule="nonzero"/></svg>',cancel:'<svg width="24" height="24"><path d="M12 4.6a7.4 7.4 0 1 1 0 14.8 7.4 7.4 0 0 1 0-14.8ZM12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 8L14.8 8l1 1.1-2.7 2.8 2.7 2.7-1.1 1.1-2.7-2.7-2.7 2.7-1-1.1 2.6-2.7-2.7-2.7 1-1.1 2.8 2.7Z" fill-rule="nonzero"/></svg>',"cell-background-color":'<svg width="24" height="24"><path d="m15.7 2 1.6 1.6-2.7 2.6 5.9 5.8c.7.7.7 1.7 0 2.4l-6.3 6.1a1.7 1.7 0 0 1-2.4 0l-6.3-6.1c-.7-.7-.7-1.7 0-2.4L15.7 2ZM18 12l-4.5-4L9 12h9ZM4 16s2 2.4 2 3.8C6 21 5.1 22 4 22s-2-1-2-2.2C2 18.4 4 16 4 16Z"/></svg>',"cell-border-color":'<svg width="24" height="24"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M5 13v5h2v2H5a2 2 0 0 1-2-2v-5h2zm8-7V4h6a2 2 0 0 1 2 2h-8z" opacity=".2"/><path fill-rule="nonzero" d="M13 4v2H5v7H3V6c0-1.1.9-2 2-2h8zm-2.6 14.1.1-.1.1.1.2.3.2.2.2.2c.4.6.8 1.2.8 1.7 0 .8-.7 1.5-1.5 1.5S9 21.3 9 20.5c0-.5.4-1.1.8-1.7l.2-.2.2-.2.2-.3z"/><path d="m13 11-2 2H5v-2h6V6h2z"/><path fill-rule="nonzero" d="m18.4 8 1 1-1.8 1.9 4 4c.5.4.5 1.1 0 1.6l-4.3 4.2a1.2 1.2 0 0 1-1.6 0l-4.4-4.2c-.4-.5-.4-1.2 0-1.7l7-6.8Zm1.6 7-3-3-3 3h6Z"/></g></svg>',"change-case":'<svg width="24" height="24"><path d="M18.4 18.2v-.6c-.5.8-1.3 1.2-2.4 1.2-2.2 0-3.3-1.6-3.3-4.8 0-3.1 1-4.7 3.3-4.7 1.1 0 1.8.3 2.4 1.1v-.6c0-.5.4-.8.8-.8s.8.3.8.8v8.4c0 .5-.4.8-.8.8a.8.8 0 0 1-.8-.8zm-2-7.4c-1.3 0-1.8.9-1.8 3.2 0 2.4.5 3.3 1.7 3.3 1.3 0 1.8-.9 1.8-3.2 0-2.4-.5-3.3-1.7-3.3zM10 15.7H5.5l-.8 2.6a1 1 0 0 1-1 .7h-.2a.7.7 0 0 1-.7-1l4-12a1 1 0 0 1 2 0l4 12a.7.7 0 0 1-.8 1h-.2a1 1 0 0 1-1-.7l-.8-2.6zm-.3-1.5-2-6.5-1.9 6.5h3.9z" fill-rule="evenodd"/></svg>',"character-count":'<svg width="24" height="24"><path d="M4 11.5h16v1H4v-1Zm4.8-6.8V10H7.7V5.8h-1v-1h2ZM11 8.3V9h2v1h-3V7.7l2-1v-.9h-2v-1h3v2.4l-2 1Zm6.3-3.4V10h-3.1V9h2.1V8h-2.1V6.8h2.1v-1h-2.1v-1h3.1ZM5.8 16.4c0-.5.2-.8.5-1 .2-.2.6-.3 1.2-.3l.8.1c.2 0 .4.2.5.3l.4.4v2.8l.2.3H8.2V18.7l-.6.3H7c-.4 0-.7 0-1-.2a1 1 0 0 1-.3-.9c0-.3 0-.6.3-.8.3-.2.7-.4 1.2-.4l.6-.2h.3v-.2l-.1-.2a.8.8 0 0 0-.5-.1 1 1 0 0 0-.4 0l-.3.4h-1Zm2.3.8h-.2l-.2.1-.4.1a1 1 0 0 0-.4.2l-.2.2.1.3.5.1h.4l.4-.4v-.6Zm2-3.4h1.2v1.7l.5-.3h.5c.5 0 .9.1 1.2.5.3.4.5.8.5 1.4 0 .6-.2 1.1-.5 1.5-.3.4-.7.6-1.3.6l-.6-.1-.4-.4v.4h-1.1v-5.4Zm1.1 3.3c0 .3 0 .6.2.8a.7.7 0 0 0 1.2 0l.2-.8c0-.4 0-.6-.2-.8a.7.7 0 0 0-.6-.3l-.6.3-.2.8Zm6.1-.5c0-.2 0-.3-.2-.4a.8.8 0 0 0-.5-.2c-.3 0-.5.1-.6.3l-.2.9c0 .3 0 .6.2.8.1.2.3.3.6.3.2 0 .4 0 .5-.2l.2-.4h1.1c0 .5-.3.8-.6 1.1a2 2 0 0 1-1.3.4c-.5 0-1-.2-1.3-.6a2 2 0 0 1-.5-1.4c0-.6.1-1.1.5-1.5.3-.4.8-.5 1.4-.5.5 0 1 0 1.2.3.4.3.5.7.5 1.2h-1v-.1Z" fill-rule="evenodd"/></svg>',"checklist-rtl":'<svg width="24" height="24"><path d="M5 17h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2zm14.2 11c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 20c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 14c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 8c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8z" fill-rule="evenodd"/></svg>',checklist:'<svg width="24" height="24"><path d="M11 17h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2ZM7.2 16c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 20c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 14c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 8c-.2.3-.7.4-1 0L3.8 6.9a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Z" fill-rule="evenodd"/></svg>',checkmark:'<svg width="24" height="24"><path d="M18.2 5.4a1 1 0 0 1 1.6 1.2l-8 12a1 1 0 0 1-1.5.1l-5-5a1 1 0 1 1 1.4-1.4l4.1 4.1 7.4-11Z" fill-rule="nonzero"/></svg>',"chevron-down":'<svg width="10" height="10"><path d="M8.7 2.2c.3-.3.8-.3 1 0 .4.4.4.9 0 1.2L5.7 7.8c-.3.3-.9.3-1.2 0L.2 3.4a.8.8 0 0 1 0-1.2c.3-.3.8-.3 1.1 0L5 6l3.7-3.8Z" fill-rule="nonzero"/></svg>',"chevron-left":'<svg width="10" height="10"><path d="M7.8 1.3 4 5l3.8 3.7c.3.3.3.8 0 1-.4.4-.9.4-1.2 0L2.2 5.7a.8.8 0 0 1 0-1.2L6.6.2C7 0 7.4 0 7.8.2c.3.3.3.8 0 1.1Z" fill-rule="nonzero"/></svg>',"chevron-right":'<svg width="10" height="10"><path d="M2.2 1.3a.8.8 0 0 1 0-1c.4-.4.9-.4 1.2 0l4.4 4.1c.3.4.3.9 0 1.2L3.4 9.8c-.3.3-.8.3-1.2 0a.8.8 0 0 1 0-1.1L6 5 2.2 1.3Z" fill-rule="nonzero"/></svg>',"chevron-up":'<svg width="10" height="10"><path d="M8.7 7.8 5 4 1.3 7.8c-.3.3-.8.3-1 0a.8.8 0 0 1 0-1.2l4.1-4.4c.3-.3.9-.3 1.2 0l4.2 4.4c.3.3.3.9 0 1.2-.3.3-.8.3-1.1 0Z" fill-rule="nonzero"/></svg>',close:'<svg width="24" height="24"><path d="M17.3 8.2 13.4 12l3.9 3.8a1 1 0 0 1-1.5 1.5L12 13.4l-3.8 3.9a1 1 0 0 1-1.5-1.5l3.9-3.8-3.9-3.8a1 1 0 0 1 1.5-1.5l3.8 3.9 3.8-3.9a1 1 0 0 1 1.5 1.5Z" fill-rule="evenodd"/></svg>',"code-sample":'<svg width="24" height="26"><path d="M7.1 11a2.8 2.8 0 0 1-.8 2 2.8 2.8 0 0 1 .8 2v1.7c0 .3.1.6.4.8.2.3.5.4.8.4.3 0 .4.2.4.4v.8c0 .2-.1.4-.4.4-.7 0-1.4-.3-2-.8-.5-.6-.8-1.3-.8-2V15c0-.3-.1-.6-.4-.8-.2-.3-.5-.4-.8-.4a.4.4 0 0 1-.4-.4v-.8c0-.2.2-.4.4-.4.3 0 .6-.1.8-.4.3-.2.4-.5.4-.8V9.3c0-.7.3-1.4.8-2 .6-.5 1.3-.8 2-.8.3 0 .4.2.4.4v.8c0 .2-.1.4-.4.4-.3 0-.6.1-.8.4-.3.2-.4.5-.4.8V11Zm9.8 0V9.3c0-.3-.1-.6-.4-.8-.2-.3-.5-.4-.8-.4a.4.4 0 0 1-.4-.4V7c0-.2.1-.4.4-.4.7 0 1.4.3 2 .8.5.6.8 1.3.8 2V11c0 .3.1.6.4.8.2.3.5.4.8.4.2 0 .4.2.4.4v.8c0 .2-.2.4-.4.4-.3 0-.6.1-.8.4-.3.2-.4.5-.4.8v1.7c0 .7-.3 1.4-.8 2-.6.5-1.3.8-2 .8a.4.4 0 0 1-.4-.4v-.8c0-.2.1-.4.4-.4.3 0 .6-.1.8-.4.3-.2.4-.5.4-.8V15a2.8 2.8 0 0 1 .8-2 2.8 2.8 0 0 1-.8-2Zm-3.3-.4c0 .4-.1.8-.5 1.1-.3.3-.7.5-1.1.5-.4 0-.8-.2-1.1-.5-.4-.3-.5-.7-.5-1.1 0-.5.1-.9.5-1.2.3-.3.7-.4 1.1-.4.4 0 .8.1 1.1.4.4.3.5.7.5 1.2ZM12 13c.4 0 .8.1 1.1.5.4.3.5.7.5 1.1 0 1-.1 1.6-.5 2a3 3 0 0 1-1.1 1c-.4.3-.8.4-1.1.4a.5.5 0 0 1-.5-.5V17a3 3 0 0 0 1-.2l.6-.6c-.6 0-1-.2-1.3-.5-.2-.3-.3-.7-.3-1 0-.5.1-1 .5-1.2.3-.4.7-.5 1.1-.5Z" fill-rule="evenodd"/></svg>',"color-levels":'<svg width="24" height="24"><path d="M17.5 11.4A9 9 0 0 1 18 14c0 .5 0 1-.2 1.4 0 .4-.3.9-.5 1.3a6.2 6.2 0 0 1-3.7 3 5.7 5.7 0 0 1-3.2 0A5.9 5.9 0 0 1 7.6 18a6.2 6.2 0 0 1-1.4-2.6 6.7 6.7 0 0 1 0-2.8c0-.4.1-.9.3-1.3a13.6 13.6 0 0 1 2.3-4A20 20 0 0 1 12 4a26.4 26.4 0 0 1 3.2 3.4 18.2 18.2 0 0 1 2.3 4Zm-2 4.5c.4-.7.5-1.4.5-2a7.3 7.3 0 0 0-1-3.2c.2.6.2 1.2.2 1.9a4.5 4.5 0 0 1-1.3 3 5.3 5.3 0 0 1-2.3 1.5 4.9 4.9 0 0 1-2 .1 4.3 4.3 0 0 0 2.4.8 4 4 0 0 0 2-.6 4 4 0 0 0 1.5-1.5Z" fill-rule="evenodd"/></svg>',"color-picker":'<svg width="24" height="24"><path d="M12 3a9 9 0 0 0 0 18 1.5 1.5 0 0 0 1.1-2.5c-.2-.3-.4-.6-.4-1 0-.8.7-1.5 1.5-1.5H16a5 5 0 0 0 5-5c0-4.4-4-8-9-8Zm-5.5 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm3-4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm3 4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z" fill-rule="nonzero"/></svg>',"color-swatch-remove-color":'<svg width="24" height="24"><path stroke="#000" stroke-width="2" d="M21 3 3 21" fill-rule="evenodd"/></svg>',"color-swatch":'<svg width="24" height="24"><rect x="3" y="3" width="18" height="18" rx="1" fill-rule="evenodd"/></svg>',"comment-add":'<svg width="24" height="24"><g fill-rule="nonzero"><path d="m9 19 3-2h7c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1H5a1 1 0 0 0-1 1v10c0 .6.4 1 1 1h4v2Zm-2 4v-4H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-6.4L7 23Z"/><path d="M13 10h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H9a1 1 0 0 1 0-2h2V8a1 1 0 0 1 2 0v2Z"/></g></svg>',comment:'<svg width="24" height="24"><path fill-rule="nonzero" d="m9 19 3-2h7c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1H5a1 1 0 0 0-1 1v10c0 .6.4 1 1 1h4v2Zm-2 4v-4H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-6.4L7 23Z"/></svg>',contrast:'<svg width="24" height="24"><path d="M12 4a7.8 7.8 0 0 1 5.7 2.3A8 8 0 1 1 12 4Zm-6 8a6 6 0 0 0 6 6V6a6 6 0 0 0-6 6Z" fill-rule="evenodd"/></svg>',copy:'<svg width="24" height="24"><path d="M16 3H6a2 2 0 0 0-2 2v11h2V5h10V3Zm1 4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V9c0-1.2.9-2 2-2h7Zm0 12V9h-7v10h7Z" fill-rule="nonzero"/></svg>',crop:'<svg width="24" height="24"><path d="M17 8v7h2c.6 0 1 .4 1 1s-.4 1-1 1h-2v2c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-2H7V9H5a1 1 0 1 1 0-2h2V5c0-.6.4-1 1-1s1 .4 1 1v2h7l3-3 1 1-3 3ZM9 9v5l5-5H9Zm1 6h5v-5l-5 5Z" fill-rule="evenodd"/></svg>',"cut-column":'<svg width="24" height="24"><path fill-rule="evenodd" d="M7.2 4.5c.9 0 1.6.4 2.2 1A3.7 3.7 0 0 1 10.5 8v.5l1 1 4-4 1-.5a3.3 3.3 0 0 1 2 0c.4 0 .7.3 1 .5L17 8h4v13h-6V10l-1.5 1.5.5.5v4l-2.5-2.5-1 1v.5c0 .4 0 .8-.3 1.2-.2.5-.4.9-.8 1.2-.6.7-1.3 1-2.2 1-.8.2-1.5 0-2-.6l-.5-.8-.2-1c0-.4 0-.8.3-1.2A3.9 3.9 0 0 1 7 12.7c.5-.2 1-.3 1.5-.2l1-1-1-1c-.5 0-1 0-1.5-.2-.5-.1-1-.4-1.4-.9-.4-.3-.6-.7-.8-1.2L4.5 7c0-.4 0-.7.2-1 0-.3.3-.6.5-.8.5-.5 1.2-.8 2-.7Zm12.3 5h-3v10h3v-10ZM8 13.8h-.3l-.4.2a2.8 2.8 0 0 0-.7.4v.1a2.8 2.8 0 0 0-.6.8l-.1.4v.7l.2.5.5.2h.7a2.6 2.6 0 0 0 .8-.3 2.4 2.4 0 0 0 .7-.7 2.5 2.5 0 0 0 .3-.8 1.5 1.5 0 0 0 0-.8 1 1 0 0 0-.2-.4 1 1 0 0 0-.5-.2H8Zm3.5-3.7c-.4 0-.7.1-1 .4-.3.3-.4.6-.4 1s.1.7.4 1c.3.3.6.4 1 .4s.7-.1 1-.4c.3-.3.4-.6.4-1s-.1-.7-.4-1c-.3-.3-.6-.4-1-.4ZM7 5.8h-.4a1 1 0 0 0-.5.3 1 1 0 0 0-.2.5v.7a2.5 2.5 0 0 0 .3.8l.2.3h.1l.4.4.4.2.4.1h.7L9 9l.2-.4a1.6 1.6 0 0 0 0-.8 2.6 2.6 0 0 0-.3-.8A2.5 2.5 0 0 0 7.7 6l-.4-.1H7Z"/></svg>',"cut-row":'<svg width="24" height="24"><path fill-rule="evenodd" d="M22 3v5H9l3 3 2-2h4l-4 4 1 1h.5c.4 0 .8 0 1.2.3.5.2.9.4 1.2.8.7.6 1 1.3 1 2.2.2.8 0 1.5-.6 2l-.8.5-1 .2c-.4 0-.8 0-1.2-.3a3.9 3.9 0 0 1-2.1-2.2c-.2-.5-.3-1-.2-1.5l-1-1-1 1c0 .5 0 1-.2 1.5-.1.5-.4 1-.9 1.4-.3.4-.7.6-1.2.8l-1.2.3c-.4 0-.7 0-1-.2-.3 0-.6-.3-.8-.5-.5-.5-.8-1.2-.7-2 0-.9.4-1.6 1-2.2A3.7 3.7 0 0 1 8.6 14H9l1-1-4-4-.5-1a3.3 3.3 0 0 1 0-2c0-.4.3-.7.5-1l2 2V3h14ZM8.5 15.3h-.3a2.6 2.6 0 0 0-.8.4 2.5 2.5 0 0 0-.9 1.1l-.1.4v.7l.2.5.5.2h.7a2.5 2.5 0 0 0 .8-.3L9 18V18l.4-.4.2-.4.1-.4v-.7a1 1 0 0 0-.2-.5 1 1 0 0 0-.4-.2h-.5Zm7 0H15a1 1 0 0 0-.4.3 1 1 0 0 0-.2.5 1.5 1.5 0 0 0 0 .7v.4a2.8 2.8 0 0 0 .5.7h.1a2.8 2.8 0 0 0 .8.6l.4.1h.7l.5-.2.2-.5v-.7a2.6 2.6 0 0 0-.3-.8 2.4 2.4 0 0 0-.7-.7 2.5 2.5 0 0 0-.8-.3h-.3ZM12 11.6c-.4 0-.7.1-1 .4-.3.3-.4.6-.4 1s.1.7.4 1c.3.3.6.4 1 .4s.7-.1 1-.4c.3-.3.4-.6.4-1s-.1-.7-.4-1c-.3-.3-.6-.4-1-.4Zm8.5-7.1h-11v2h11v-2Z"/></svg>',cut:'<svg width="24" height="24"><path d="M18 15c.6.7 1 1.4 1 2.3 0 .8-.2 1.5-.7 2l-.8.5-1 .2c-.4 0-.8 0-1.2-.3a3.9 3.9 0 0 1-2.1-2.2c-.2-.5-.3-1-.2-1.5l-1-1-1 1c0 .5 0 1-.2 1.5-.1.5-.4 1-.9 1.4-.3.4-.7.6-1.2.8l-1.2.3c-.4 0-.7 0-1-.2-.3 0-.6-.3-.8-.5-.5-.5-.8-1.2-.7-2 0-.9.4-1.6 1-2.2A3.7 3.7 0 0 1 8.6 14H9l1-1-4-4-.5-1a3.3 3.3 0 0 1 0-2c0-.4.3-.7.5-1l6 6 6-6 .5 1a3.3 3.3 0 0 1 0 2c0 .4-.3.7-.5 1l-4 4 1 1h.5c.4 0 .8 0 1.2.3.5.2.9.4 1.2.8Zm-8.5 2.2.1-.4v-.7a1 1 0 0 0-.2-.5 1 1 0 0 0-.4-.2 1.6 1.6 0 0 0-.8 0 2.6 2.6 0 0 0-.8.3 2.5 2.5 0 0 0-.9 1.1l-.1.4v.7l.2.5.5.2h.7a2.5 2.5 0 0 0 .8-.3 2.8 2.8 0 0 0 1-1Zm2.5-2.8c.4 0 .7-.1 1-.4.3-.3.4-.6.4-1s-.1-.7-.4-1c-.3-.3-.6-.4-1-.4s-.7.1-1 .4c-.3.3-.4.6-.4 1s.1.7.4 1c.3.3.6.4 1 .4Zm5.4 4 .2-.5v-.7a2.6 2.6 0 0 0-.3-.8 2.4 2.4 0 0 0-.7-.7 2.5 2.5 0 0 0-.8-.3 1.5 1.5 0 0 0-.8 0 1 1 0 0 0-.4.2 1 1 0 0 0-.2.5 1.5 1.5 0 0 0 0 .7v.4l.3.4.3.4a2.8 2.8 0 0 0 .8.5l.4.1h.7l.5-.2Z" fill-rule="evenodd"/></svg>',"document-properties":'<svg width="24" height="24"><path d="M14.4 3H7a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h10a2 2 0 0 0 2-2V7.6L14.4 3ZM17 19H7V5h6v4h4v10Z" fill-rule="nonzero"/></svg>',drag:'<svg width="24" height="24"><path d="M13 5h2v2h-2V5Zm0 4h2v2h-2V9ZM9 9h2v2H9V9Zm4 4h2v2h-2v-2Zm-4 0h2v2H9v-2Zm0 4h2v2H9v-2Zm4 0h2v2h-2v-2ZM9 5h2v2H9V5Z" fill-rule="evenodd"/></svg>',"duplicate-column":'<svg width="24" height="24"><path d="M17 6v16h-7V6h7Zm-2 2h-3v12h3V8Zm-2-6v2H8v15H6V2h7Z"/></svg>',"duplicate-row":'<svg width="24" height="24"><path d="M22 11v7H6v-7h16Zm-2 2H8v3h12v-3Zm-1-6v2H4v5H2V7h17Z"/></svg>',duplicate:'<svg width="24" height="24"><g fill-rule="nonzero"><path d="M16 3v2H6v11H4V5c0-1.1.9-2 2-2h10Zm3 8h-2V9h-7v10h9a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V9c0-1.2.9-2 2-2h7a2 2 0 0 1 2 2v2Z"/><path d="M17 14h1a1 1 0 0 1 0 2h-1v1a1 1 0 0 1-2 0v-1h-1a1 1 0 0 1 0-2h1v-1a1 1 0 0 1 2 0v1Z"/></g></svg>',"edit-block":'<svg width="24" height="24"><path fill-rule="nonzero" d="m19.8 8.8-9.4 9.4c-.2.2-.5.4-.9.4l-5.4 1.2 1.2-5.4.5-.8 9.4-9.4c.7-.7 1.8-.7 2.5 0l2.1 2.1c.7.7.7 1.8 0 2.5Zm-2-.2 1-.9v-.3l-2.2-2.2a.3.3 0 0 0-.3 0l-1 1L18 8.5Zm-1 1-2.5-2.4-6 6 2.5 2.5 6-6Zm-7 7.1-2.6-2.4-.3.3-.1.2-.7 3 3.1-.6h.1l.4-.5Z"/></svg>',"edit-image":'<svg width="24" height="24"><path d="M18 16h2V7a2 2 0 0 0-2-2H7v2h11v9ZM6 17h15a1 1 0 0 1 0 2h-1v1a1 1 0 0 1-2 0v-1H6a2 2 0 0 1-2-2V7H3a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0v13Zm3-5.3 1.3 2 3-4.7 3.7 6H7l2-3.3Z" fill-rule="nonzero"/></svg>',"embed-page":'<svg width="24" height="24"><path d="M19 6V5H5v14h2A13 13 0 0 1 19 6Zm0 1.4c-.8.8-1.6 2.4-2.2 4.6H19V7.4Zm0 5.6h-2.4c-.4 1.8-.6 3.8-.6 6h3v-6Zm-4 6c0-2.2.2-4.2.6-6H13c-.7 1.8-1.1 3.8-1.1 6h3Zm-4 0c0-2.2.4-4.2 1-6H9.6A12 12 0 0 0 8 19h3ZM4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm11.8 9c.4-1.9 1-3.4 1.8-4.5a9.2 9.2 0 0 0-4 4.5h2.2Zm-3.4 0a12 12 0 0 1 2.8-4 12 12 0 0 0-5 4h2.2Z" fill-rule="nonzero"/></svg>',embed:'<svg width="24" height="24"><path d="M4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm1 2v14h14V5H5Zm4.8 2.6 5.6 4a.5.5 0 0 1 0 .8l-5.6 4A.5.5 0 0 1 9 16V8a.5.5 0 0 1 .8-.4Z" fill-rule="nonzero"/></svg>',emoji:'<svg width="24" height="24"><path d="M9 11c.6 0 1-.4 1-1s-.4-1-1-1a1 1 0 0 0-1 1c0 .6.4 1 1 1Zm6 0c.6 0 1-.4 1-1s-.4-1-1-1a1 1 0 0 0-1 1c0 .6.4 1 1 1Zm-3 5.5c2.1 0 4-1.5 4.4-3.5H7.6c.5 2 2.3 3.5 4.4 3.5ZM12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 14.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13Z" fill-rule="nonzero"/></svg>',export:'<svg width="24" height="24"><g fill-rule="nonzero"><path d="M14.4 3 18 7v1h-5V5H7v14h9a1 1 0 0 1 2 0c0 1-.8 2-1.9 2H7c-1 0-2-.8-2-1.9V5c0-1 .8-2 1.9-2h7.5Z"/><path d="M18.1 12c.5 0 .9.4.9 1 0 .5-.3 1-.8 1h-7.3c-.5 0-.9-.4-.9-1 0-.5.3-1 .8-1h7.3Z"/><path d="M16.4 9.2a1 1 0 0 1 1.4.2l2.4 3.6-2.4 3.6a1 1 0 0 1-1.7-1v-.2l1.7-2.4-1.6-2.4a1 1 0 0 1 .2-1.4Z"/></g></svg>',fill:'<svg width="24" height="26"><path d="m16.6 12-9-9-1.4 1.4 2.4 2.4-5.2 5.1c-.5.6-.5 1.6 0 2.2L9 19.6a1.5 1.5 0 0 0 2.2 0l5.5-5.5c.5-.6.5-1.6 0-2.2ZM5.2 13 10 8.2l4.8 4.8H5.2ZM19 14.5s-2 2.2-2 3.5c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.3-2-3.5-2-3.5Z" fill-rule="nonzero"/></svg>',"flip-horizontally":'<svg width="24" height="24"><path d="M14 19h2v-2h-2v2Zm4-8h2V9h-2v2ZM4 7v10c0 1.1.9 2 2 2h3v-2H6V7h3V5H6a2 2 0 0 0-2 2Zm14-2v2h2a2 2 0 0 0-2-2Zm-7 16h2V3h-2v18Zm7-6h2v-2h-2v2Zm-4-8h2V5h-2v2Zm4 12a2 2 0 0 0 2-2h-2v2Z" fill-rule="nonzero"/></svg>',"flip-vertically":'<svg width="24" height="24"><path d="M5 14v2h2v-2H5Zm8 4v2h2v-2h-2Zm4-14H7a2 2 0 0 0-2 2v3h2V6h10v3h2V6a2 2 0 0 0-2-2Zm2 14h-2v2a2 2 0 0 0 2-2ZM3 11v2h18v-2H3Zm6 7v2h2v-2H9Zm8-4v2h2v-2h-2ZM5 18c0 1.1.9 2 2 2v-2H5Z" fill-rule="nonzero"/></svg>',footnote:'<svg width="24" height="24"><path d="M19 13c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2h14Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19 4v6h-1V5h-1.5V4h2.6Z"/><path d="M12 18c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2h7ZM14 8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2h9Z"/></svg>',"format-painter":'<svg width="24" height="24"><path d="M18 5V4c0-.5-.4-1-1-1H5a1 1 0 0 0-1 1v4c0 .6.5 1 1 1h12c.6 0 1-.4 1-1V7h1v4H9v9c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-7h8V5h-3Z" fill-rule="nonzero"/></svg>',format:'<svg width="24" height="24"><path fill-rule="evenodd" d="M17 5a1 1 0 0 1 0 2h-4v11a1 1 0 0 1-2 0V7H7a1 1 0 1 1 0-2h10Z"/></svg>',fullscreen:'<svg width="24" height="24"><path d="m15.3 10-1.2-1.3 2.9-3h-2.3a.9.9 0 1 1 0-1.7H19c.5 0 .9.4.9.9v4.4a.9.9 0 1 1-1.8 0V7l-2.9 3Zm0 4 3 3v-2.3a.9.9 0 1 1 1.7 0V19c0 .5-.4.9-.9.9h-4.4a.9.9 0 1 1 0-1.8H17l-3-2.9 1.3-1.2ZM10 15.4l-2.9 3h2.3a.9.9 0 1 1 0 1.7H5a.9.9 0 0 1-.9-.9v-4.4a.9.9 0 1 1 1.8 0V17l2.9-3 1.2 1.3ZM8.7 10 5.7 7v2.3a.9.9 0 0 1-1.7 0V5c0-.5.4-.9.9-.9h4.4a.9.9 0 0 1 0 1.8H7l3 2.9-1.3 1.2Z" fill-rule="nonzero"/></svg>',gallery:'<svg width="24" height="24"><path fill-rule="nonzero" d="m5 15.7 2.3-2.2c.3-.3.7-.3 1 0L11 16l5.1-5c.3-.4.8-.4 1 0l2 1.9V8H5v7.7ZM5 18V19h3l1.8-1.9-2-2L5 17.9Zm14-3-2.5-2.4-6.4 6.5H19v-4ZM4 6h16c.6 0 1 .4 1 1v13c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V7c0-.6.4-1 1-1Zm6 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4ZM4.5 4h15a.5.5 0 1 1 0 1h-15a.5.5 0 0 1 0-1Zm2-2h11a.5.5 0 1 1 0 1h-11a.5.5 0 0 1 0-1Z"/></svg>',gamma:'<svg width="24" height="24"><path d="M4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm1 2v14h14V5H5Zm6.5 11.8V14L9.2 8.7a5.1 5.1 0 0 0-.4-.8l-.1-.2H8v-1l.3-.1.3-.1h.7a1 1 0 0 1 .6.5l.1.3a8.5 8.5 0 0 1 .3.6l1.9 4.6 2-5.2a1 1 0 0 1 1-.6.5.5 0 0 1 .5.6L13 14v2.8a.7.7 0 0 1-1.4 0Z" fill-rule="nonzero"/></svg>',help:'<svg width="24" height="24"><g fill-rule="evenodd"><path d="M12 5.5a6.5 6.5 0 0 0-6 9 6.3 6.3 0 0 0 1.4 2l1 1a6.3 6.3 0 0 0 3.6 1 6.5 6.5 0 0 0 6-9 6.3 6.3 0 0 0-1.4-2l-1-1a6.3 6.3 0 0 0-3.6-1ZM12 4a7.8 7.8 0 0 1 5.7 2.3A8 8 0 1 1 12 4Z"/><path d="M9.6 9.7a.7.7 0 0 1-.7-.8c0-1.1 1.5-1.8 3.2-1.8 1.8 0 3.2.8 3.2 2.4 0 1.4-.4 2.1-1.5 2.8-.2 0-.3.1-.3.2a2 2 0 0 0-.8.8.8.8 0 0 1-1.4-.6c.3-.7.8-1 1.3-1.5l.4-.2c.7-.4.8-.6.8-1.5 0-.5-.6-.9-1.7-.9-.5 0-1 .1-1.4.3-.2 0-.3.1-.3.2v-.2c0 .4-.4.8-.8.8Z" fill-rule="nonzero"/><circle cx="12" cy="16" r="1"/></g></svg>',"highlight-bg-color":'<svg width="24" height="24"><g fill-rule="evenodd"><path class="tox-icon-highlight-bg-color__color" d="M3 18h18v3H3z"/><path fill-rule="nonzero" d="M7.7 16.7H3l3.3-3.3-.7-.8L10.2 8l4 4.1-4 4.2c-.2.2-.6.2-.8 0l-.6-.7-1.1 1.1zm5-7.5L11 7.4l3-2.9a2 2 0 0 1 2.6 0L18 6c.7.7.7 2 0 2.7l-2.9 2.9-1.8-1.8-.5-.6"/></g></svg>',home:'<svg width="24" height="24"><path fill-rule="nonzero" d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>',"horizontal-rule":'<svg width="24" height="24"><path d="M4 11h16v2H4z" fill-rule="evenodd"/></svg>',"image-options":'<svg width="24" height="24"><path d="M6 10a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Zm12 0a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Zm-6 0a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Z" fill-rule="nonzero"/></svg>',image:'<svg width="24" height="24"><path d="m5 15.7 3.3-3.2c.3-.3.7-.3 1 0L12 15l4.1-4c.3-.4.8-.4 1 0l2 1.9V5H5v10.7ZM5 18V19h3l2.8-2.9-2-2L5 17.9Zm14-3-2.5-2.4-6.4 6.5H19v-4ZM4 3h16c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1H4a1 1 0 0 1-1-1V4c0-.6.4-1 1-1Zm6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" fill-rule="nonzero"/></svg>',indent:'<svg width="24" height="24"><path d="M7 5h12c.6 0 1 .4 1 1s-.4 1-1 1H7a1 1 0 1 1 0-2Zm5 4h7c.6 0 1 .4 1 1s-.4 1-1 1h-7a1 1 0 0 1 0-2Zm0 4h7c.6 0 1 .4 1 1s-.4 1-1 1h-7a1 1 0 0 1 0-2Zm-5 4h12a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2Zm-2.6-3.8L6.2 12l-1.8-1.2a1 1 0 0 1 1.2-1.6l3 2a1 1 0 0 1 0 1.6l-3 2a1 1 0 1 1-1.2-1.6Z" fill-rule="evenodd"/></svg>',info:'<svg width="24" height="24"><path d="M12 4a7.8 7.8 0 0 1 5.7 2.3A8 8 0 1 1 12 4Zm-1 3v2h2V7h-2Zm3 10v-1h-1v-5h-3v1h1v4h-1v1h4Z" fill-rule="evenodd"/></svg>',"insert-character":'<svg width="24" height="24"><path d="M15 18h4l1-2v4h-6v-3.3l1.4-1a6 6 0 0 0 1.8-2.9 6.3 6.3 0 0 0-.1-4.1 5.8 5.8 0 0 0-3-3.2c-.6-.3-1.3-.5-2.1-.5a5.1 5.1 0 0 0-3.9 1.8 6.3 6.3 0 0 0-1.3 6 6.2 6.2 0 0 0 1.8 3l1.4.9V20H4v-4l1 2h4v-.5l-2-1L5.4 15A6.5 6.5 0 0 1 4 11c0-1 .2-1.9.6-2.7A7 7 0 0 1 6.3 6C7.1 5.4 8 5 9 4.5c1-.3 2-.5 3.1-.5a8.8 8.8 0 0 1 5.7 2 7 7 0 0 1 1.7 2.3 6 6 0 0 1 .2 4.8c-.2.7-.6 1.3-1 1.9a7.6 7.6 0 0 1-3.6 2.5v.5Z" fill-rule="evenodd"/></svg>',"insert-time":'<svg width="24" height="24"><g fill-rule="nonzero"><path d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 2a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z"/><path d="M16 12h-3V7c0-.6-.4-1-1-1a1 1 0 0 0-1 1v7h5c.6 0 1-.4 1-1s-.4-1-1-1Z"/></g></svg>',invert:'<svg width="24" height="24"><path d="M18 19.3 16.5 18a5.8 5.8 0 0 1-3.1 1.9 6.1 6.1 0 0 1-5.5-1.6A5.8 5.8 0 0 1 6 14v-.3l.1-1.2A13.9 13.9 0 0 1 7.7 9l-3-3 .7-.8 2.8 2.9 9 8.9 1.5 1.6-.7.6Zm0-5.5v.3l-.1 1.1-.4 1-1.2-1.2a4.3 4.3 0 0 0 .2-1v-.2c0-.4 0-.8-.2-1.3l-.5-1.4a14.8 14.8 0 0 0-3-4.2L12 6a26.1 26.1 0 0 0-2.2 2.5l-1-1a20.9 20.9 0 0 1 2.9-3.3L12 4l1 .8a22.2 22.2 0 0 1 4 5.4c.6 1.2 1 2.4 1 3.6Z" fill-rule="evenodd"/></svg>',italic:'<svg width="24" height="24"><path d="m16.7 4.7-.1.9h-.3c-.6 0-1 0-1.4.3-.3.3-.4.6-.5 1.1l-2.1 9.8v.6c0 .5.4.8 1.4.8h.2l-.2.8H8l.2-.8h.2c1.1 0 1.8-.5 2-1.5l2-9.8.1-.5c0-.6-.4-.8-1.4-.8h-.3l.2-.9h5.8Z" fill-rule="evenodd"/></svg>',language:'<svg width="24" height="24"><path d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm4.3 13.3c-.5 1-1.2 2-2 2.9a7.5 7.5 0 0 0 3.2-2.1l-.2-.2a6 6 0 0 0-1-.6Zm-8.6 0c-.5.2-.9.5-1.2.8.9 1 2 1.7 3.2 2a10 10 0 0 1-2-2.8Zm3.6-.8c-.8 0-1.6.1-2.2.3.5 1 1.2 1.9 2.1 2.7Zm1.5 0v3c.9-.8 1.6-1.7 2.1-2.7-.6-.2-1.4-.3-2.1-.3Zm-6-2.7H4.5c.2 1 .5 2.1 1 3h.3l1.3-1a10 10 0 0 1-.3-2Zm12.7 0h-2.3c0 .7-.1 1.4-.3 2l1.6 1.1c.5-1 .9-2 1-3.1Zm-3.8 0h-3V14c1 0 2 .1 2.7.4.2-.5.3-1 .3-1.6Zm-4.4 0h-3l.3 1.6c.8-.3 1.7-.4 2.7-.4v-1.3Zm-5.5-5c-.7 1-1.1 2.2-1.3 3.5h2.3c0-1 .2-1.8.5-2.6l-1.5-1Zm2.9 1.4v.1c-.2.6-.4 1.3-.4 2h3V9.4c-1 0-1.8-.1-2.6-.3Zm6.6 0h-.1l-2.4.3v1.8h3l-.5-2.1Zm3-1.4-.3.1-1.3.8c.3.8.5 1.6.5 2.6h2.3a7.5 7.5 0 0 0-1.3-3.5Zm-9 0 2 .2V5.5a9 9 0 0 0-2 2.2Zm3.5-2.3V8c.6 0 1.3 0 1.9-.2a9 9 0 0 0-2-2.3Zm-3-.7h-.1c-1.1.4-2.1 1-3 1.8l1.2.7a10 10 0 0 1 1.9-2.5Zm4.4 0 .1.1a10 10 0 0 1 1.8 2.4l1.1-.7a7.5 7.5 0 0 0-3-1.8Z"/></svg>',"line-height":'<svg width="24" height="24"><path d="M21 5a1 1 0 0 1 .1 2H13a1 1 0 0 1-.1-2H21zm0 4a1 1 0 0 1 .1 2H13a1 1 0 0 1-.1-2H21zm0 4a1 1 0 0 1 .1 2H13a1 1 0 0 1-.1-2H21zm0 4a1 1 0 0 1 .1 2H13a1 1 0 0 1-.1-2H21zM7 3.6l3.7 3.7a1 1 0 0 1-1.3 1.5h-.1L8 7.3v9.2l1.3-1.3a1 1 0 0 1 1.3 0h.1c.4.4.4 1 0 1.3v.1L7 20.4l-3.7-3.7a1 1 0 0 1 1.3-1.5h.1L6 16.7V7.4L4.7 8.7a1 1 0 0 1-1.3 0h-.1a1 1 0 0 1 0-1.3v-.1L7 3.6z"/></svg>',line:'<svg width="24" height="24"><path d="m15 9-8 8H4v-3l8-8 3 3Zm1-1-3-3 1-1h1c-.2 0 0 0 0 0l2 2s0 .2 0 0v1l-1 1ZM4 18h16v2H4v-2Z" fill-rule="evenodd"/></svg>',link:'<svg width="24" height="24"><path d="M6.2 12.3a1 1 0 0 1 1.4 1.4l-2 2a2 2 0 1 0 2.6 2.8l4.8-4.8a1 1 0 0 0 0-1.4 1 1 0 1 1 1.4-1.3 2.9 2.9 0 0 1 0 4L9.6 20a3.9 3.9 0 0 1-5.5-5.5l2-2Zm11.6-.6a1 1 0 0 1-1.4-1.4l2-2a2 2 0 1 0-2.6-2.8L11 10.3a1 1 0 0 0 0 1.4A1 1 0 1 1 9.6 13a2.9 2.9 0 0 1 0-4L14.4 4a3.9 3.9 0 0 1 5.5 5.5l-2 2Z" fill-rule="nonzero"/></svg>',"list-bull-circle":'<svg width="48" height="48"><g fill-rule="evenodd"><path d="M11 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6ZM11 26a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6ZM11 36a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z" fill-rule="nonzero"/><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/></g></svg>',"list-bull-default":'<svg width="48" height="48"><g fill-rule="evenodd"><circle cx="11" cy="14" r="3"/><circle cx="11" cy="24" r="3"/><circle cx="11" cy="34" r="3"/><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/></g></svg>',"list-bull-square":'<svg width="48" height="48"><g fill-rule="evenodd"><path d="M8 11h6v6H8zM8 21h6v6H8zM8 31h6v6H8z"/><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/></g></svg>',"list-num-default-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="M37.4 17v-4.8h-.1l-1.5 1v-1.1l1.6-1.1h1.2v6zM33.3 17.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7zm1.7 5.7c0-1.2 1-2 2.2-2 1.3 0 2.1.8 2.1 1.8 0 .7-.3 1.2-1.3 2.2l-1.2 1v.2h2.6v1h-4.3v-.9l2-1.9c.8-.8 1-1.1 1-1.5 0-.5-.4-.8-1-.8-.5 0-.9.3-.9.9H35zm-1.7 4.3c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7zm3.2 7.3v-1h.7c.6 0 1-.3 1-.8 0-.4-.4-.7-1-.7s-1 .3-1 .8H35c0-1.1 1-1.8 2.2-1.8 1.2 0 2.1.6 2.1 1.6 0 .7-.4 1.2-1 1.3v.1c.7.1 1.3.7 1.3 1.4 0 1-1 1.9-2.4 1.9-1.3 0-2.2-.8-2.3-2h1.2c0 .6.5 1 1.1 1 .6 0 1-.4 1-1 0-.5-.3-.8-1-.8h-.7zm-3.3 2.7c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .8.3.8.7 0 .4-.3.7-.8.7z"/></g></svg>',"list-num-default":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="M10 17v-4.8l-1.5 1v-1.1l1.6-1h1.2V17h-1.2Zm3.6.1c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .7.3.7.7 0 .4-.2.7-.7.7Zm-5 5.7c0-1.2.8-2 2.1-2s2.1.8 2.1 1.8c0 .7-.3 1.2-1.4 2.2l-1.1 1v.2h2.6v1H8.6v-.9l2-1.9c.8-.8 1-1.1 1-1.5 0-.5-.4-.8-1-.8-.5 0-.9.3-.9.9H8.5Zm6.3 4.3c-.5 0-.7-.3-.7-.7 0-.4.2-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7ZM10 34.4v-1h.7c.6 0 1-.3 1-.8 0-.4-.4-.7-1-.7s-1 .3-1 .8H8.6c0-1.1 1-1.8 2.2-1.8 1.3 0 2.1.6 2.1 1.6 0 .7-.4 1.2-1 1.3v.1c.8.1 1.3.7 1.3 1.4 0 1-1 1.9-2.4 1.9-1.3 0-2.2-.8-2.3-2h1.2c0 .6.5 1 1.1 1 .7 0 1-.4 1-1 0-.5-.3-.8-1-.8h-.7Zm4.7 2.7c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .8.3.8.7 0 .4-.3.7-.8.7Z"/></g></svg>',"list-num-lower-alpha-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="M36.5 16c-.9 0-1.5-.5-1.5-1.3s.6-1.3 1.8-1.4h1v-.4c0-.4-.2-.6-.7-.6-.4 0-.7.1-.8.4h-1.1c0-.8.8-1.4 2-1.4S39 12 39 13V16h-1.2v-.6c-.3.4-.8.7-1.4.7Zm.4-.8c.6 0 1-.4 1-.9V14h-1c-.5.1-.7.3-.7.6 0 .4.3.6.7.6ZM33.1 16.1c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .8.3.8.7 0 .4-.3.7-.8.7ZM37.7 26c-.7 0-1.2-.2-1.5-.7v.7H35v-6.3h1.2v2.5c.3-.5.8-.9 1.5-.9 1.1 0 1.8 1 1.8 2.4 0 1.5-.7 2.4-1.8 2.4Zm-.5-3.6c-.6 0-1 .5-1 1.3s.4 1.4 1 1.4c.7 0 1-.6 1-1.4 0-.8-.3-1.3-1-1.3ZM33.2 26.1c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .8.3.8.7 0 .4-.3.7-.8.7zm6 7h-1c-.1-.5-.4-.8-1-.8s-1 .5-1 1.4c0 1 .4 1.4 1 1.4.5 0 .9-.2 1-.7h1c0 1-.8 1.7-2 1.7-1.4 0-2.2-.9-2.2-2.4s.8-2.4 2.2-2.4c1.2 0 2 .7 2 1.7zm-6.1 3c-.5 0-.7-.3-.7-.7 0-.4.2-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7z"/></g></svg>',"list-num-lower-alpha":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="M10.3 15.2c.5 0 1-.4 1-.9V14h-1c-.5.1-.8.3-.8.6 0 .4.3.6.8.6Zm-.4.9c-1 0-1.5-.6-1.5-1.4 0-.8.6-1.3 1.7-1.4h1.1v-.4c0-.4-.2-.6-.7-.6-.5 0-.8.1-.9.4h-1c0-.8.8-1.4 2-1.4 1.1 0 1.8.6 1.8 1.6V16h-1.1v-.6h-.1c-.2.4-.7.7-1.3.7Zm4.6 0c-.5 0-.7-.3-.7-.7 0-.4.2-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Zm-3.2 10c-.6 0-1.2-.3-1.4-.8v.7H8.5v-6.3H10v2.5c.3-.5.8-.9 1.4-.9 1.2 0 1.9 1 1.9 2.4 0 1.5-.7 2.4-1.9 2.4Zm-.4-3.7c-.7 0-1 .5-1 1.3s.3 1.4 1 1.4c.6 0 1-.6 1-1.4 0-.8-.4-1.3-1-1.3Zm4 3.7c-.5 0-.7-.3-.7-.7 0-.4.2-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Zm-2.2 7h-1.2c0-.5-.4-.8-.9-.8-.6 0-1 .5-1 1.4 0 1 .4 1.4 1 1.4.5 0 .8-.2 1-.7h1c0 1-.8 1.7-2 1.7-1.4 0-2.2-.9-2.2-2.4s.8-2.4 2.2-2.4c1.2 0 2 .7 2 1.7Zm1.8 3c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Z"/></g></svg>',"list-num-lower-greek-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="M37.4 16c-1.2 0-2-.8-2-2.3 0-1.5.8-2.4 2-2.4.6 0 1 .4 1.3 1v-.9H40v3.2c0 .4.1.5.4.5h.2v.9h-.6c-.6 0-1-.2-1-.7h-.2c-.2.4-.7.8-1.3.8Zm.3-1c.6 0 1-.5 1-1.3s-.4-1.3-1-1.3-1 .5-1 1.3.4 1.4 1 1.4ZM33.3 16.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7ZM36 21.9c0-1.5.8-2.3 2.1-2.3 1.2 0 2 .6 2 1.6 0 .6-.3 1-.9 1.3.9.3 1.3.8 1.3 1.7 0 1.2-.7 1.9-1.8 1.9-.6 0-1.1-.3-1.4-.8v2.2H36V22Zm1.8 1.2v-1h.3c.5 0 .9-.2.9-.7 0-.5-.3-.8-.9-.8-.5 0-.8.3-.8 1v2.2c0 .8.4 1.3 1 1.3s1-.4 1-1-.4-1-1.2-1h-.3ZM33.3 26.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7ZM37.1 34.6 34.8 30h1.4l1.7 3.5 1.7-3.5h1.1l-2.2 4.6v.1c.5.8.7 1.4.7 1.8 0 .4-.2.8-.4 1-.2.2-.6.3-1 .3-.9 0-1.3-.4-1.3-1.2 0-.5.2-1 .5-1.7l.1-.2Zm.7 1a2 2 0 0 0-.4.9c0 .3.1.4.4.4.3 0 .4-.1.4-.4 0-.2-.1-.6-.4-1ZM33.3 36.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Z"/></g></svg>',"list-num-lower-greek":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="M10.5 15c.7 0 1-.5 1-1.3s-.3-1.3-1-1.3c-.5 0-.9.5-.9 1.3s.4 1.4 1 1.4Zm-.3 1c-1.1 0-1.8-.8-1.8-2.3 0-1.5.7-2.4 1.8-2.4.7 0 1.1.4 1.3 1h.1v-.9h1.2v3.2c0 .4.1.5.4.5h.2v.9h-.6c-.6 0-1-.2-1.1-.7h-.1c-.2.4-.7.8-1.4.8Zm5 .1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.7-.7.5 0 .8.3.8.7 0 .4-.3.7-.8.7Zm-4.9 7v-1h.3c.6 0 1-.2 1-.7 0-.5-.4-.8-1-.8-.5 0-.8.3-.8 1v2.2c0 .8.4 1.3 1.1 1.3.6 0 1-.4 1-1s-.5-1-1.3-1h-.3ZM8.6 22c0-1.5.7-2.3 2-2.3 1.2 0 2 .6 2 1.6 0 .6-.3 1-.8 1.3.8.3 1.3.8 1.3 1.7 0 1.2-.8 1.9-1.9 1.9-.6 0-1.1-.3-1.3-.8v2.2H8.5V22Zm6.2 4.2c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .7.3.7.7 0 .4-.2.7-.7.7Zm-4.5 8.5L8 30h1.4l1.7 3.5 1.7-3.5h1.1l-2.2 4.6v.1c.5.8.7 1.4.7 1.8 0 .4-.1.8-.4 1-.2.2-.6.3-1 .3-.9 0-1.3-.4-1.3-1.2 0-.5.2-1 .5-1.7l.1-.2Zm.7 1a2 2 0 0 0-.4.9c0 .3.1.4.4.4.3 0 .4-.1.4-.4 0-.2-.1-.6-.4-1Zm4.5.5c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Z"/></g></svg>',"list-num-lower-roman-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="M32.9 16v-1.2h-1.3V16H33Zm0 10v-1.2h-1.3V26H33Zm0 10v-1.2h-1.3V36H33Z"/><path fill-rule="nonzero" d="M36 21h-1.5v5H36zM36 31h-1.5v5H36zM39 21h-1.5v5H39zM39 31h-1.5v5H39zM42 31h-1.5v5H42zM36 11h-1.5v5H36zM36 19h-1.5v1H36zM36 29h-1.5v1H36zM39 19h-1.5v1H39zM39 29h-1.5v1H39zM42 29h-1.5v1H42zM36 9h-1.5v1H36z"/></g></svg>',"list-num-lower-roman":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="M15.1 16v-1.2h1.3V16H15Zm0 10v-1.2h1.3V26H15Zm0 10v-1.2h1.3V36H15Z"/><path fill-rule="nonzero" d="M12 21h1.5v5H12zM12 31h1.5v5H12zM9 21h1.5v5H9zM9 31h1.5v5H9zM6 31h1.5v5H6zM12 11h1.5v5H12zM12 19h1.5v1H12zM12 29h1.5v1H12zM9 19h1.5v1H9zM9 29h1.5v1H9zM6 29h1.5v1H6zM12 9h1.5v1H12z"/></g></svg>',"list-num-upper-alpha-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="m39.3 17-.5-1.4h-2l-.5 1.4H35l2-6h1.6l2 6h-1.3Zm-1.6-4.7-.7 2.3h1.6l-.8-2.3ZM33.4 17c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .7.3.7.7 0 .4-.2.7-.7.7Zm4.7 9.9h-2.7v-6H38c1.2 0 1.9.6 1.9 1.5 0 .6-.5 1.2-1 1.3.7.1 1.3.7 1.3 1.5 0 1-.8 1.7-2 1.7Zm-1.4-5v1.5h1c.6 0 1-.3 1-.8 0-.4-.4-.7-1-.7h-1Zm0 4h1.1c.7 0 1.1-.3 1.1-.8 0-.6-.4-.9-1.1-.9h-1.1V26ZM33 27.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Zm4.9 10c-1.8 0-2.8-1.1-2.8-3.1s1-3.1 2.8-3.1c1.4 0 2.5.9 2.6 2.2h-1.3c0-.7-.6-1.1-1.3-1.1-1 0-1.6.7-1.6 2s.6 2 1.6 2c.7 0 1.2-.4 1.4-1h1.2c-.1 1.3-1.2 2.2-2.6 2.2Zm-4.5 0c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Z"/></g></svg>',"list-num-upper-alpha":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="m12.6 17-.5-1.4h-2L9.5 17H8.3l2-6H12l2 6h-1.3ZM11 12.3l-.7 2.3h1.6l-.8-2.3Zm4.7 4.8c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.5 0 .7.3.7.7 0 .4-.2.7-.7.7ZM11.4 27H8.7v-6h2.6c1.2 0 1.9.6 1.9 1.5 0 .6-.5 1.2-1 1.3.7.1 1.3.7 1.3 1.5 0 1-.8 1.7-2 1.7ZM10 22v1.5h1c.6 0 1-.3 1-.8 0-.4-.4-.7-1-.7h-1Zm0 4H11c.7 0 1.1-.3 1.1-.8 0-.6-.4-.9-1.1-.9H10V26Zm5.4 1.1c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Zm-4.1 10c-1.8 0-2.8-1.1-2.8-3.1s1-3.1 2.8-3.1c1.4 0 2.5.9 2.6 2.2h-1.3c0-.7-.6-1.1-1.3-1.1-1 0-1.6.7-1.6 2s.6 2 1.6 2c.7 0 1.2-.4 1.4-1h1.2c-.1 1.3-1.2 2.2-2.6 2.2Zm4.5 0c-.5 0-.8-.3-.8-.7 0-.4.3-.7.8-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7Z"/></g></svg>',"list-num-upper-roman-rtl":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M8 12h22v4H8zM8 22h22v4H8zM8 32h22v4H8z"/><path d="M31.6 17v-1.2H33V17h-1.3Zm0 10v-1.2H33V27h-1.3Zm0 10v-1.2H33V37h-1.3Z"/><path fill-rule="nonzero" d="M34.5 20H36v7h-1.5zM34.5 30H36v7h-1.5zM37.5 20H39v7h-1.5zM37.5 30H39v7h-1.5zM40.5 30H42v7h-1.5zM34.5 10H36v7h-1.5z"/></g></svg>',"list-num-upper-roman":'<svg width="48" height="48"><g fill-rule="evenodd"><path opacity=".2" d="M18 12h22v4H18zM18 22h22v4H18zM18 32h22v4H18z"/><path d="M15.1 17v-1.2h1.3V17H15Zm0 10v-1.2h1.3V27H15Zm0 10v-1.2h1.3V37H15Z"/><path fill-rule="nonzero" d="M12 20h1.5v7H12zM12 30h1.5v7H12zM9 20h1.5v7H9zM9 30h1.5v7H9zM6 30h1.5v7H6zM12 10h1.5v7H12z"/></g></svg>',lock:'<svg width="24" height="24"><path d="M16.3 11c.2 0 .3 0 .5.2l.2.6v7.4c0 .3 0 .4-.2.6l-.6.2H7.8c-.3 0-.4 0-.6-.2a.7.7 0 0 1-.2-.6v-7.4c0-.3 0-.4.2-.6l.5-.2H8V8c0-.8.3-1.5.9-2.1.6-.6 1.3-.9 2.1-.9h2c.8 0 1.5.3 2.1.9.6.6.9 1.3.9 2.1v3h.3ZM10 8v3h4V8a1 1 0 0 0-.3-.7A1 1 0 0 0 13 7h-2a1 1 0 0 0-.7.3 1 1 0 0 0-.3.7Z" fill-rule="evenodd"/></svg>',ltr:'<svg width="24" height="24"><path d="M11 5h7a1 1 0 0 1 0 2h-1v11a1 1 0 0 1-2 0V7h-2v11a1 1 0 0 1-2 0v-6c-.5 0-1 0-1.4-.3A3.4 3.4 0 0 1 7.8 10a3.3 3.3 0 0 1 0-2.8 3.4 3.4 0 0 1 1.8-1.8L11 5ZM4.4 16.2 6.2 15l-1.8-1.2a1 1 0 0 1 1.2-1.6l3 2a1 1 0 0 1 0 1.6l-3 2a1 1 0 1 1-1.2-1.6Z" fill-rule="evenodd"/></svg>',minus:'<svg width="24" height="24"><path d="M19 11a1 1 0 0 1 .1 2H5a1 1 0 0 1-.1-2H19Z"/></svg>',"more-drawer":'<svg width="24" height="24"><path d="M6 10a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Zm12 0a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Zm-6 0a2 2 0 0 0-2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2 2 2 0 0 0-2-2Z" fill-rule="nonzero"/></svg>',"new-document":'<svg width="24" height="24"><path d="M14.4 3H7a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h10a2 2 0 0 0 2-2V7.6L14.4 3ZM17 19H7V5h6v4h4v10Z" fill-rule="nonzero"/></svg>',"new-tab":'<svg width="24" height="24"><path d="m15 13 2-2v8H5V7h8l-2 2H7v8h8v-4Zm4-8v5.5l-2-2-5.6 5.5H10v-1.4L15.5 7l-2-2H19Z" fill-rule="evenodd"/></svg>',"non-breaking":'<svg width="24" height="24"><path d="M11 11H8a1 1 0 1 1 0-2h3V6c0-.6.4-1 1-1s1 .4 1 1v3h3c.6 0 1 .4 1 1s-.4 1-1 1h-3v3c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-3Zm10 4v5H3v-5c0-.6.4-1 1-1s1 .4 1 1v3h14v-3c0-.6.4-1 1-1s1 .4 1 1Z" fill-rule="evenodd"/></svg>',notice:'<svg width="24" height="24"><path d="M15.5 4 20 8.5v7L15.5 20h-7L4 15.5v-7L8.5 4h7ZM13 17v-2h-2v2h2Zm0-4V7h-2v6h2Z" fill-rule="evenodd" clip-rule="evenodd"/></svg>',"ordered-list-rtl":'<svg width="24" height="24"><path d="M6 17h8a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2Zm0-6h8a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2Zm0-6h8a1 1 0 0 1 0 2H6a1 1 0 1 1 0-2Zm13-1v3.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 1 1 0-1H19Zm-1 8.8.2.2h1.3a.5.5 0 1 1 0 1h-1.6a1 1 0 0 1-.9-1V13c0-.4.3-.8.6-1l1.2-.4.2-.3a.2.2 0 0 0-.2-.2h-1.3a.5.5 0 0 1-.5-.5c0-.3.2-.5.5-.5h1.6c.5 0 .9.4.9 1v.1c0 .4-.3.8-.6 1l-1.2.4-.2.3Zm2 4.2v2c0 .6-.4 1-1 1h-1.5a.5.5 0 0 1 0-1h1.2a.3.3 0 1 0 0-.6h-1.3a.4.4 0 1 1 0-.8h1.3a.3.3 0 0 0 0-.6h-1.2a.5.5 0 1 1 0-1H19c.6 0 1 .4 1 1Z" fill-rule="evenodd"/></svg>',"ordered-list":'<svg width="24" height="24"><path d="M10 17h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 1 1 0-2ZM6 4v3.5c0 .3-.2.5-.5.5a.5.5 0 0 1-.5-.5V5h-.5a.5.5 0 0 1 0-1H6Zm-1 8.8.2.2h1.3c.3 0 .5.2.5.5s-.2.5-.5.5H4.9a1 1 0 0 1-.9-1V13c0-.4.3-.8.6-1l1.2-.4.2-.3a.2.2 0 0 0-.2-.2H4.5a.5.5 0 0 1-.5-.5c0-.3.2-.5.5-.5h1.6c.5 0 .9.4.9 1v.1c0 .4-.3.8-.6 1l-1.2.4-.2.3ZM7 17v2c0 .6-.4 1-1 1H4.5a.5.5 0 0 1 0-1h1.2c.2 0 .3-.1.3-.3 0-.2-.1-.3-.3-.3H4.4a.4.4 0 1 1 0-.8h1.3c.2 0 .3-.1.3-.3 0-.2-.1-.3-.3-.3H4.5a.5.5 0 1 1 0-1H6c.6 0 1 .4 1 1Z" fill-rule="evenodd"/></svg>',orientation:'<svg width="24" height="24"><path d="M7.3 6.4 1 13l6.4 6.5 6.5-6.5-6.5-6.5ZM3.7 13l3.6-3.7L11 13l-3.7 3.7-3.6-3.7ZM12 6l2.8 2.7c.3.3.3.8 0 1-.3.4-.9.4-1.2 0L9.2 5.7a.8.8 0 0 1 0-1.2L13.6.2c.3-.3.9-.3 1.2 0 .3.3.3.8 0 1.1L12 4h1a9 9 0 1 1-4.3 16.9l1.5-1.5A7 7 0 1 0 13 6h-1Z" fill-rule="nonzero"/></svg>',outdent:'<svg width="24" height="24"><path d="M7 5h12c.6 0 1 .4 1 1s-.4 1-1 1H7a1 1 0 1 1 0-2Zm5 4h7c.6 0 1 .4 1 1s-.4 1-1 1h-7a1 1 0 0 1 0-2Zm0 4h7c.6 0 1 .4 1 1s-.4 1-1 1h-7a1 1 0 0 1 0-2Zm-5 4h12a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2Zm1.6-3.8a1 1 0 0 1-1.2 1.6l-3-2a1 1 0 0 1 0-1.6l3-2a1 1 0 0 1 1.2 1.6L6.8 12l1.8 1.2Z" fill-rule="evenodd"/></svg>',"page-break":'<svg width="24" height="24"><g fill-rule="evenodd"><path d="M5 11c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1 0-2Zm3 0h1c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 0 1 0-2Zm4 0c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1 0-2Zm3 0h1c.6 0 1 .4 1 1s-.4 1-1 1h-1a1 1 0 0 1 0-2Zm4 0c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1 0-2ZM7 3v5h10V3c0-.6.4-1 1-1s1 .4 1 1v7H5V3c0-.6.4-1 1-1s1 .4 1 1ZM6 22a1 1 0 0 1-1-1v-7h14v7c0 .6-.4 1-1 1a1 1 0 0 1-1-1v-5H7v5c0 .6-.4 1-1 1Z"/></g></svg>',paragraph:'<svg width="24" height="24"><path fill-rule="evenodd" d="M10 5h7a1 1 0 0 1 0 2h-1v11a1 1 0 0 1-2 0V7h-2v11a1 1 0 0 1-2 0v-6c-.5 0-1 0-1.4-.3A3.4 3.4 0 0 1 6.8 10a3.3 3.3 0 0 1 0-2.8 3.4 3.4 0 0 1 1.8-1.8L10 5Z"/></svg>',"paste-column-after":'<svg width="24" height="24"><path fill-rule="evenodd" d="M12 1a3 3 0 0 1 2.8 2H18c1 0 2 .8 2 1.9V7h-2V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v13h7v2H6c-1 0-2-.8-2-1.9V5c0-1 .8-2 1.9-2H9.2A3 3 0 0 1 12 1Zm8 7v12h-6V8h6Zm-1.5 1.5h-3v9h3v-9ZM12 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>',"paste-column-before":'<svg width="24" height="24"><path fill-rule="evenodd" d="M12 1a3 3 0 0 1 2.8 2H18c1 0 2 .8 2 1.9V18c0 1-.8 2-1.9 2H11v-2h7V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v2H4V5c0-1 .8-2 1.9-2H9.2A3 3 0 0 1 12 1Zm-2 7v12H4V8h6ZM8.5 9.5h-3v9h3v-9ZM12 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>',"paste-row-after":'<svg width="24" height="24"><path fill-rule="evenodd" d="M12 1a3 3 0 0 1 2.8 2H18c1 0 2 .8 2 1.9V11h-2V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v13h14c0 1-.8 2-1.9 2H6c-1 0-2-.8-2-1.9V5c0-1 .8-2 1.9-2H9.2A3 3 0 0 1 12 1Zm10 11v5H8v-5h14Zm-1.5 1.5h-11v2h11v-2ZM12 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>',"paste-row-before":'<svg width="24" height="24"><path fill-rule="evenodd" d="M12 1a3 3 0 0 1 2.8 2H18c1 0 2 .8 2 1.9V7h-2V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v13h12v-4h2v4c0 1-.8 2-1.9 2H6c-1 0-2-.8-2-1.9V5c0-1 .8-2 1.9-2H9.2A3 3 0 0 1 12 1Zm10 7v5H8V8h14Zm-1.5 1.5h-11v2h11v-2ZM12 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>',"paste-text":'<svg width="24" height="24"><path d="M18 9V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v13h3V9h9ZM9 20H6a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.2A3 3 0 0 1 12 1a3 3 0 0 1 2.8 2H18a2 2 0 0 1 2 2v4h1v12H9v-1Zm1.5-9.5v9h9v-9h-9ZM12 3a1 1 0 0 0-1 1c0 .5.4 1 1 1s1-.5 1-1-.4-1-1-1Zm0 9h6v2h-.5l-.5-1h-1v4h.8v1h-3.6v-1h.8v-4h-1l-.5 1H12v-2Z" fill-rule="nonzero"/></svg>',paste:'<svg width="24" height="24"><path d="M18 9V5h-2v1c0 .6-.4 1-1 1H9a1 1 0 0 1-1-1V5H6v13h3V9h9ZM9 20H6a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.2A3 3 0 0 1 12 1a3 3 0 0 1 2.8 2H18a2 2 0 0 1 2 2v4h1v12H9v-1Zm1.5-9.5v9h9v-9h-9ZM12 3a1 1 0 0 0-1 1c0 .5.4 1 1 1s1-.5 1-1-.4-1-1-1Z" fill-rule="nonzero"/></svg>',"permanent-pen":'<svg width="24" height="24"><path d="M10.5 17.5 8 20H3v-3l3.5-3.5a2 2 0 0 1 0-3L14 3l1 1-7.3 7.3a1 1 0 0 0 0 1.4l3.6 3.6c.4.4 1 .4 1.4 0L20 9l1 1-7.6 7.6a2 2 0 0 1-2.8 0l-.1-.1Z" fill-rule="nonzero"/></svg>',plus:'<svg width="24" height="24"><path d="M12 4c.5 0 1 .4 1 .9V11h6a1 1 0 0 1 .1 2H13v6a1 1 0 0 1-2 .1V13H5a1 1 0 0 1-.1-2H11V5c0-.6.4-1 1-1Z"/></svg>',preferences:'<svg width="24" height="24"><path d="m20.1 13.5-1.9.2a5.8 5.8 0 0 1-.6 1.5l1.2 1.5c.4.4.3 1 0 1.4l-.7.7a1 1 0 0 1-1.4 0l-1.5-1.2a6.2 6.2 0 0 1-1.5.6l-.2 1.9c0 .5-.5.9-1 .9h-1a1 1 0 0 1-1-.9l-.2-1.9a5.8 5.8 0 0 1-1.5-.6l-1.5 1.2a1 1 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.4l1.2-1.5a6.2 6.2 0 0 1-.6-1.5l-1.9-.2a1 1 0 0 1-.9-1v-1c0-.5.4-1 .9-1l1.9-.2a5.8 5.8 0 0 1 .6-1.5L5.2 7.3a1 1 0 0 1 0-1.4l.7-.7a1 1 0 0 1 1.4 0l1.5 1.2a6.2 6.2 0 0 1 1.5-.6l.2-1.9c0-.5.5-.9 1-.9h1c.5 0 1 .4 1 .9l.2 1.9a5.8 5.8 0 0 1 1.5.6l1.5-1.2a1 1 0 0 1 1.4 0l.7.7c.3.4.4 1 0 1.4l-1.2 1.5a6.2 6.2 0 0 1 .6 1.5l1.9.2c.5 0 .9.5.9 1v1c0 .5-.4 1-.9 1ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" fill-rule="evenodd"/></svg>',preview:'<svg width="24" height="24"><path d="M3.5 12.5c.5.8 1.1 1.6 1.8 2.3 2 2 4.2 3.2 6.7 3.2s4.7-1.2 6.7-3.2a16.2 16.2 0 0 0 2.1-2.8 15.7 15.7 0 0 0-2.1-2.8c-2-2-4.2-3.2-6.7-3.2a9.3 9.3 0 0 0-6.7 3.2A16.2 16.2 0 0 0 3.2 12c0 .2.2.3.3.5Zm-2.4-1 .7-1.2L4 7.8C6.2 5.4 8.9 4 12 4c3 0 5.8 1.4 8.1 3.8a18.2 18.2 0 0 1 2.8 3.7v1l-.7 1.2-2.1 2.5c-2.3 2.4-5 3.8-8.1 3.8-3 0-5.8-1.4-8.1-3.8a18.2 18.2 0 0 1-2.8-3.7 1 1 0 0 1 0-1Zm12-3.3a2 2 0 1 0 2.7 2.6 4 4 0 1 1-2.6-2.6Z" fill-rule="nonzero"/></svg>',print:'<svg width="24" height="24"><path d="M18 8H6a3 3 0 0 0-3 3v6h2v3h14v-3h2v-6a3 3 0 0 0-3-3Zm-1 10H7v-4h10v4Zm.5-5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5Zm.5-8H6v2h12V5Z" fill-rule="nonzero"/></svg>',quote:'<svg width="24" height="24"><path d="M7.5 17h.9c.4 0 .7-.2.9-.6L11 13V8c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v4c0 .6.4 1 1 1h2l-1.3 2.7a1 1 0 0 0 .8 1.3Zm8 0h.9c.4 0 .7-.2.9-.6L19 13V8c0-.6-.4-1-1-1h-4a1 1 0 0 0-1 1v4c0 .6.4 1 1 1h2l-1.3 2.7a1 1 0 0 0 .8 1.3Z" fill-rule="nonzero"/></svg>',redo:'<svg width="24" height="24"><path d="M17.6 10H12c-2.8 0-4.4 1.4-4.9 3.5-.4 2 .3 4 1.4 4.6a1 1 0 1 1-1 1.8c-2-1.2-2.9-4.1-2.3-6.8.6-3 3-5.1 6.8-5.1h5.6l-3.3-3.3a1 1 0 1 1 1.4-1.4l5 5a1 1 0 0 1 0 1.4l-5 5a1 1 0 0 1-1.4-1.4l3.3-3.3Z" fill-rule="nonzero"/></svg>',reload:'<svg width="24" height="24"><g fill-rule="nonzero"><path d="m5 22.1-1.2-4.7v-.2a1 1 0 0 1 1-1l5 .4a1 1 0 1 1-.2 2l-2.2-.2a7.8 7.8 0 0 0 8.4.2 7.5 7.5 0 0 0 3.5-6.4 1 1 0 1 1 2 0 9.5 9.5 0 0 1-4.5 8 9.9 9.9 0 0 1-10.2 0l.4 1.4a1 1 0 1 1-2 .5ZM13.6 7.4c0-.5.5-1 1-.9l2.8.2a8 8 0 0 0-9.5-1 7.5 7.5 0 0 0-3.6 7 1 1 0 0 1-2 0 9.5 9.5 0 0 1 4.5-8.6 10 10 0 0 1 10.9.3l-.3-1a1 1 0 0 1 2-.5l1.1 4.8a1 1 0 0 1-1 1.2l-5-.4a1 1 0 0 1-.9-1Z"/></g></svg>',"remove-formatting":'<svg width="24" height="24"><path d="M13.2 6a1 1 0 0 1 0 .2l-2.6 10a1 1 0 0 1-1 .8h-.2a.8.8 0 0 1-.8-1l2.6-10H8a1 1 0 1 1 0-2h9a1 1 0 0 1 0 2h-3.8ZM5 18h7a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Zm13 1.5L16.5 18 15 19.5a.7.7 0 0 1-1-1l1.5-1.5-1.5-1.5a.7.7 0 0 1 1-1l1.5 1.5 1.5-1.5a.7.7 0 0 1 1 1L17.5 17l1.5 1.5a.7.7 0 0 1-1 1Z" fill-rule="evenodd"/></svg>',remove:'<svg width="24" height="24"><path d="M16 7h3a1 1 0 0 1 0 2h-1v9a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9H5a1 1 0 1 1 0-2h3V6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1Zm-2 0V6c0-.6-.4-1-1-1h-2a1 1 0 0 0-1 1v1h4Zm2 2H8v9c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V9Zm-7 3a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0v-4Zm4 0a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0v-4Z" fill-rule="nonzero"/></svg>',"resize-handle":'<svg width="10" height="10"><g fill-rule="nonzero"><path d="M8.1 1.1A.5.5 0 1 1 9 2l-7 7A.5.5 0 1 1 1 8l7-7ZM8.1 5.1A.5.5 0 1 1 9 6l-3 3A.5.5 0 1 1 5 8l3-3Z"/></g></svg>',resize:'<svg width="24" height="24"><path d="M4 5c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h6c.3 0 .5.1.7.3.2.2.3.4.3.7 0 .3-.1.5-.3.7a1 1 0 0 1-.7.3H7.4L18 16.6V13c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3.3 0 .5.1.7.3.2.2.3.4.3.7v6c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3h-6a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h3.6L6 7.4V11c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3 1 1 0 0 1-.7-.3A1 1 0 0 1 4 11V5Z" fill-rule="evenodd"/></svg>',"restore-draft":'<svg width="24" height="24"><g fill-rule="evenodd"><path d="M17 13c0 .6-.4 1-1 1h-4V8c0-.6.4-1 1-1s1 .4 1 1v4h2c.6 0 1 .4 1 1Z"/><path d="M4.7 10H9a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V5a1 1 0 1 1 2 0v3l2.5-2.4a9.2 9.2 0 0 1 10.8-1.5A9 9 0 0 1 13.4 21c-2.4.1-4.7-.7-6.5-2.2a1 1 0 1 1 1.3-1.5 7.2 7.2 0 0 0 11.6-3.7 7 7 0 0 0-3.5-7.7A7.2 7.2 0 0 0 8 7L4.7 10Z" fill-rule="nonzero"/></g></svg>',"rotate-left":'<svg width="24" height="24"><path d="M4.7 10H9a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V5a1 1 0 1 1 2 0v3l2.5-2.4a9.2 9.2 0 0 1 10.8-1.5A9 9 0 0 1 13.4 21c-2.4.1-4.7-.7-6.5-2.2a1 1 0 1 1 1.3-1.5 7.2 7.2 0 0 0 11.6-3.7 7 7 0 0 0-3.5-7.7A7.2 7.2 0 0 0 8 7L4.7 10Z" fill-rule="nonzero"/></svg>',"rotate-right":'<svg width="24" height="24"><path d="M20 8V5a1 1 0 0 1 2 0v6c0 .6-.4 1-1 1h-6a1 1 0 0 1 0-2h4.3L16 7A7.2 7.2 0 0 0 7.7 6a7 7 0 0 0 3 13.1c1.9.1 3.7-.5 5-1.7a1 1 0 0 1 1.4 1.5A9.2 9.2 0 0 1 2.2 14c-.9-3.9 1-8 4.5-9.9 3.5-1.9 8-1.3 10.8 1.5L20 8Z" fill-rule="nonzero"/></svg>',rtl:'<svg width="24" height="24"><path d="M8 5h8v2h-2v12h-2V7h-2v12H8v-7c-.5 0-1 0-1.4-.3A3.4 3.4 0 0 1 4.8 10a3.3 3.3 0 0 1 0-2.8 3.4 3.4 0 0 1 1.8-1.8L8 5Zm12 11.2a1 1 0 1 1-1 1.6l-3-2a1 1 0 0 1 0-1.6l3-2a1 1 0 1 1 1 1.6L18.4 15l1.8 1.2Z" fill-rule="evenodd"/></svg>',save:'<svg width="24" height="24"><path d="M5 16h14a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2Zm0 2v2h14v-2H5Zm10 0h2v2h-2v-2Zm-4-6.4L8.7 9.3a1 1 0 1 0-1.4 1.4l4 4c.4.4 1 .4 1.4 0l4-4a1 1 0 1 0-1.4-1.4L13 11.6V4a1 1 0 0 0-2 0v7.6Z" fill-rule="nonzero"/></svg>',search:'<svg width="24" height="24"><path d="M16 17.3a8 8 0 1 1 1.4-1.4l4.3 4.4a1 1 0 0 1-1.4 1.4l-4.4-4.3Zm-5-.3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z" fill-rule="nonzero"/></svg>',"select-all":'<svg width="24" height="24"><path d="M3 5h2V3a2 2 0 0 0-2 2Zm0 8h2v-2H3v2Zm4 8h2v-2H7v2ZM3 9h2V7H3v2Zm10-6h-2v2h2V3Zm6 0v2h2a2 2 0 0 0-2-2ZM5 21v-2H3c0 1.1.9 2 2 2Zm-2-4h2v-2H3v2ZM9 3H7v2h2V3Zm2 18h2v-2h-2v2Zm8-8h2v-2h-2v2Zm0 8a2 2 0 0 0 2-2h-2v2Zm0-12h2V7h-2v2Zm0 8h2v-2h-2v2Zm-4 4h2v-2h-2v2Zm0-16h2V3h-2v2ZM7 17h10V7H7v10Zm2-8h6v6H9V9Z" fill-rule="nonzero"/></svg>',selected:'<svg width="24" height="24"><path fill-rule="nonzero" d="M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2Zm3.6 10.9L7 12.3a.7.7 0 0 0-1 1L9.6 17 18 8.6a.7.7 0 0 0 0-1 .7.7 0 0 0-1 0l-7.4 7.3Z"/></svg>',send:'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="m13.3 22 7-18.3-18.3 7L9 15l4.3 7ZM18 6.8l-.7-.7L9.4 14l.7.7L18 6.8Z"/></svg>',settings:'<svg width="24" height="24"><path d="M11 6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8v.3c0 .2 0 .3-.2.5l-.6.2H7.8c-.3 0-.4 0-.6-.2a.7.7 0 0 1-.2-.6V8H5a1 1 0 1 1 0-2h2v-.3c0-.2 0-.3.2-.5l.5-.2h2.5c.3 0 .4 0 .6.2l.2.5V6ZM8 8h2V6H8v2Zm9 2.8v.2h2c.6 0 1 .4 1 1s-.4 1-1 1h-2v.3c0 .2 0 .3-.2.5l-.6.2h-2.4c-.3 0-.4 0-.6-.2a.7.7 0 0 1-.2-.6V13H5a1 1 0 0 1 0-2h8v-.3c0-.2 0-.3.2-.5l.6-.2h2.4c.3 0 .4 0 .6.2l.2.6ZM14 13h2v-2h-2v2Zm-3 2.8v.2h8c.6 0 1 .4 1 1s-.4 1-1 1h-8v.3c0 .2 0 .3-.2.5l-.6.2H7.8c-.3 0-.4 0-.6-.2a.7.7 0 0 1-.2-.6V18H5a1 1 0 0 1 0-2h2v-.3c0-.2 0-.3.2-.5l.5-.2h2.5c.3 0 .4 0 .6.2l.2.6ZM8 18h2v-2H8v2Z" fill-rule="evenodd"/></svg>',sharpen:'<svg width="24" height="24"><path d="m16 6 4 4-8 9-8-9 4-4h8Zm-4 10.2 5.5-6.2-.1-.1H12v-.3h5.1l-.2-.2H12V9h4.6l-.2-.2H12v-.3h4.1l-.2-.2H12V8h3.6l-.2-.2H8.7L6.5 10l.1.1H12v.3H6.9l.2.2H12v.3H7.3l.2.2H12v.3H7.7l.3.2h4v.3H8.2l.2.2H12v.3H8.6l.3.2H12v.3H9l.3.2H12v.3H9.5l.2.2H12v.3h-2l.2.2H12v.3h-1.6l.2.2H12v.3h-1.1l.2.2h.9v.3h-.7l.2.2h.5v.3h-.3l.3.2Z" fill-rule="evenodd"/></svg>',sourcecode:'<svg width="24" height="24"><g fill-rule="nonzero"><path d="M9.8 15.7c.3.3.3.8 0 1-.3.4-.9.4-1.2 0l-4.4-4.1a.8.8 0 0 1 0-1.2l4.4-4.2c.3-.3.9-.3 1.2 0 .3.3.3.8 0 1.1L6 12l3.8 3.7ZM14.2 15.7c-.3.3-.3.8 0 1 .4.4.9.4 1.2 0l4.4-4.1c.3-.3.3-.9 0-1.2l-4.4-4.2a.8.8 0 0 0-1.2 0c-.3.3-.3.8 0 1.1L18 12l-3.8 3.7Z"/></g></svg>',"spell-check":'<svg width="24" height="24"><path d="M6 8v3H5V5c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h2c.3 0 .5.1.7.3.2.2.3.4.3.7v6H8V8H6Zm0-3v2h2V5H6Zm13 0h-3v5h3v1h-3a1 1 0 0 1-.7-.3 1 1 0 0 1-.3-.7V5c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h3v1Zm-5 1.5-.1.7c-.1.2-.3.3-.6.3.3 0 .5.1.6.3l.1.7V10c0 .3-.1.5-.3.7a1 1 0 0 1-.7.3h-3V4h3c.3 0 .5.1.7.3.2.2.3.4.3.7v1.5ZM13 10V8h-2v2h2Zm0-3V5h-2v2h2Zm3 5 1 1-6.5 7L7 15.5l1.3-1 2.2 2.2L16 12Z" fill-rule="evenodd"/></svg>',"strike-through":'<svg width="24" height="24"><g fill-rule="evenodd"><path d="M15.6 8.5c-.5-.7-1-1.1-1.3-1.3-.6-.4-1.3-.6-2-.6-2.7 0-2.8 1.7-2.8 2.1 0 1.6 1.8 2 3.2 2.3 4.4.9 4.6 2.8 4.6 3.9 0 1.4-.7 4.1-5 4.1A6.2 6.2 0 0 1 7 16.4l1.5-1.1c.4.6 1.6 2 3.7 2 1.6 0 2.5-.4 3-1.2.4-.8.3-2-.8-2.6-.7-.4-1.6-.7-2.9-1-1-.2-3.9-.8-3.9-3.6C7.6 6 10.3 5 12.4 5c2.9 0 4.2 1.6 4.7 2.4l-1.5 1.1Z"/><path d="M5 11h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z" fill-rule="nonzero"/></g></svg>',subscript:'<svg width="24" height="24"><path d="m10.4 10 4.6 4.6-1.4 1.4L9 11.4 4.4 16 3 14.6 7.6 10 3 5.4 4.4 4 9 8.6 13.6 4 15 5.4 10.4 10ZM21 19h-5v-1l1-.8 1.7-1.6c.3-.4.5-.8.5-1.2 0-.3 0-.6-.2-.7-.2-.2-.5-.3-.9-.3a2 2 0 0 0-.8.2l-.7.3-.4-1.1 1-.6 1.2-.2c.8 0 1.4.3 1.8.7.4.4.6.9.6 1.5s-.2 1.1-.5 1.6a8 8 0 0 1-1.3 1.3l-.6.6h2.6V19Z" fill-rule="nonzero"/></svg>',superscript:'<svg width="24" height="24"><path d="M15 9.4 10.4 14l4.6 4.6-1.4 1.4L9 15.4 4.4 20 3 18.6 7.6 14 3 9.4 4.4 8 9 12.6 13.6 8 15 9.4Zm5.9 1.6h-5v-1l1-.8 1.7-1.6c.3-.5.5-.9.5-1.3 0-.3 0-.5-.2-.7-.2-.2-.5-.3-.9-.3l-.8.2-.7.4-.4-1.2c.2-.2.5-.4 1-.5.3-.2.8-.2 1.2-.2.8 0 1.4.2 1.8.6.4.4.6 1 .6 1.6 0 .5-.2 1-.5 1.5l-1.3 1.4-.6.5h2.6V11Z" fill-rule="nonzero"/></svg>',"table-caption":'<svg width="24" height="24"><g fill-rule="nonzero"><rect width="12" height="2" x="3" y="4" rx="1"/><path d="M19 8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8c0-1.1.9-2 2-2h14ZM5 15v3h6v-3H5Zm14 0h-6v3h6v-3Zm0-5h-6v3h6v-3ZM5 13h6v-3H5v3Z"/></g></svg>',"table-cell-classes":'<svg width="24" height="24"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M13 4v9H3V6c0-1.1.9-2 2-2h8Zm-2 2H5v5h6V6Z"/><path fill-rule="nonzero" d="M13 4h6a2 2 0 0 1 2 2v7h-8v-2h6V6h-6V4Z" opacity=".2"/><path d="m18 20-2.6 1.6.7-3-2.4-2 3.1-.2 1.2-2.9 1.2 2.9 3.1.2-2.4 2 .7 3z"/><path fill-rule="nonzero" d="M3 13v5c0 1.1.9 2 2 2h8v-7h-2v5H5v-5H3Z" opacity=".2"/></g></svg>',"table-cell-properties":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-8 9H5v5h6v-5Zm8 0h-6v5h6v-5Zm-8-7H5v5h6V6Z"/></svg>',"table-cell-select-all":'<svg width="24" height="24"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm0 2H5v12h14V6Z"/><path d="M13 6v5h6v2h-6v5h-2v-5H5v-2h6V6h2Z" opacity=".2"/></g></svg>',"table-cell-select-inner":'<svg width="24" height="24"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm0 2H5v12h14V6Z" opacity=".2"/><path d="M13 6v5h6v2h-6v5h-2v-5H5v-2h6V6h2Z"/></g></svg>',"table-classes":'<svg width="24" height="24"><g fill-rule="evenodd"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v7h-8v7H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-8 9H5v5h6v-5Zm8-7h-6v5h6V6Zm-8 0H5v5h6V6Z"/><path d="m18 20-2.6 1.6.7-3-2.4-2 3.1-.2 1.2-2.9 1.2 2.9 3.1.2-2.4 2 .7 3z"/></g></svg>',"table-delete-column":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-4 4h-2V6h-2v2H9V6H5v12h4v-2h2v2h2v-2h2v2h4V6h-4v2Zm.3.5 1 1.2-3 2.3 3 2.3-1 1.2L12 13l-3.3 2.6-1-1.2 3-2.3-3-2.3 1-1.2L12 11l3.3-2.5Z"/></svg>',"table-delete-row":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm0 2H5v3h2.5v2H5v2h2.5v2H5v3h14v-3h-2.5v-2H19v-2h-2.5V9H19V6Zm-4.7 1.8 1.2 1L13 12l2.6 3.3-1.2 1-2.3-3-2.3 3-1.2-1L11 12 8.5 8.7l1.2-1 2.3 3 2.3-3Z"/></svg>',"table-delete-table":'<svg width="24" height="24"><g fill-rule="nonzero"><path d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM5 6v12h14V6H5Z"/><path d="m14.4 8.6 1.1 1-2.4 2.4 2.4 2.4-1.1 1.1-2.4-2.4-2.4 2.4-1-1.1 2.3-2.4-2.3-2.4 1-1 2.4 2.3z"/></g></svg>',"table-insert-column-after":'<svg width="24" height="24"><path fill-rule="nonzero" d="M20 4c.6 0 1 .4 1 1v2a1 1 0 0 1-2 0V6h-8v12h8v-1a1 1 0 0 1 2 0v2c0 .5-.4 1-.9 1H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h15ZM9 13H5v5h4v-5Zm7-5c.5 0 1 .4 1 .9V11h2a1 1 0 0 1 .1 2H17v2a1 1 0 0 1-2 .1V13h-2a1 1 0 0 1-.1-2H15V9c0-.6.4-1 1-1ZM9 6H5v5h4V6Z"/></svg>',"table-insert-column-before":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 2 0v1h8V6H5v1a1 1 0 1 1-2 0V5c0-.6.4-1 1-1h15Zm0 9h-4v5h4v-5ZM8 8c.5 0 1 .4 1 .9V11h2a1 1 0 0 1 .1 2H9v2a1 1 0 0 1-2 .1V13H5a1 1 0 0 1-.1-2H7V9c0-.6.4-1 1-1Zm11-2h-4v5h4V6Z"/></svg>',"table-insert-row-above":'<svg width="24" height="24"><path fill-rule="nonzero" d="M6 4a1 1 0 1 1 0 2H5v6h14V6h-1a1 1 0 0 1 0-2h2c.6 0 1 .4 1 1v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5c0-.6.4-1 1-1h2Zm5 10H5v4h6v-4Zm8 0h-6v4h6v-4ZM12 3c.5 0 1 .4 1 .9V6h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 .1V8H9a1 1 0 0 1 0-2h2V4c0-.6.4-1 1-1Z"/></svg>',"table-insert-row-after":'<svg width="24" height="24"><path fill-rule="nonzero" d="M12 13c.5 0 1 .4 1 .9V16h2a1 1 0 0 1 .1 2H13v2a1 1 0 0 1-2 .1V18H9a1 1 0 0 1-.1-2H11v-2c0-.6.4-1 1-1Zm6 7a1 1 0 0 1 0-2h1v-6H5v6h1a1 1 0 0 1 0 2H4a1 1 0 0 1-1-1V6c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v13c0 .5-.4 1-.9 1H18ZM11 6H5v4h6V6Zm8 0h-6v4h6V6Z"/></svg>',"table-left-header":'<svg width="24" height="24"><path d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm0 9h-4v5h4v-5Zm-6 0H9v5h4v-5Zm0-7H9v5h4V6Zm6 0h-4v5h4V6Z"/></svg>',"table-merge-cells":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM5 15.5V18h3v-2.5H5Zm14-5h-9V18h9v-7.5ZM19 6h-4v2.5h4V6ZM8 6H5v2.5h3V6Zm5 0h-3v2.5h3V6Zm-8 7.5h3v-3H5v3Z"/></svg>',"table-row-numbering-rtl":'<svg width="24" height="24"><path d="M6 4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6Zm0 12h8v3H6v-3Zm11 0c.6 0 1 .4 1 1v1a1 1 0 0 1-2 0v-1c0-.6.4-1 1-1ZM6 11h8v3H6v-3Zm11 0c.6 0 1 .4 1 1v1a1 1 0 0 1-2 0v-1c0-.6.4-1 1-1ZM6 6h8v3H6V6Zm11 0c.6 0 1 .4 1 1v1a1 1 0 1 1-2 0V7c0-.6.4-1 1-1Z"/></svg>',"table-row-numbering":'<svg width="24" height="24"><path d="M18 4a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h12Zm0 12h-8v3h8v-3ZM7 16a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1c0-.6-.4-1-1-1Zm11-5h-8v3h8v-3ZM7 11a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1c0-.6-.4-1-1-1Zm11-5h-8v3h8V6ZM7 6a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V7c0-.6-.4-1-1-1Z"/></svg>',"table-row-properties":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM5 15v3h6v-3H5Zm14 0h-6v3h6v-3Zm0-9h-6v3h6V6ZM5 9h6V6H5v3Z"/></svg>',"table-split-cells":'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM8 15.5H5V18h3v-2.5Zm11-5h-9V18h9v-7.5Zm-2.5 1 1 1-2 2 2 2-1 1-2-2-2 2-1-1 2-2-2-2 1-1 2 2 2-2Zm-8.5-1H5v3h3v-3ZM19 6h-4v2.5h4V6ZM8 6H5v2.5h3V6Zm5 0h-3v2.5h3V6Z"/></svg>',"table-top-header":'<svg width="24" height="24"><path d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14Zm-8 11H5v3h6v-3Zm8 0h-6v3h6v-3Zm0-5h-6v3h6v-3ZM5 13h6v-3H5v3Z"/></svg>',table:'<svg width="24" height="24"><path fill-rule="nonzero" d="M19 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h14ZM5 14v4h6v-4H5Zm14 0h-6v4h6v-4Zm0-6h-6v4h6V8ZM5 12h6V8H5v4Z"/></svg>',"template-add":'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 12v4H5a2 2 0 0 0-2 2v3h9.3a6 6 0 0 1-.3-2H5v-1h7a6 6 0 0 1 .8-2H11v-5l-.8-.6a3 3 0 1 1 3.6 0l-.8.6v4.7a6 6 0 0 1 2-1.9V12a5 5 0 1 0-6 0Z"/><path d="M18 15c.5 0 1 .4 1 .9V18h2a1 1 0 0 1 .1 2H19v2a1 1 0 0 1-2 .1V20h-2a1 1 0 0 1-.1-2H17v-2c0-.6.4-1 1-1Z"/></svg>',template:'<svg width="24" height="24"><path d="M19 19v-1H5v1h14ZM9 16v-4a5 5 0 1 1 6 0v4h4a2 2 0 0 1 2 2v3H3v-3c0-1.1.9-2 2-2h4Zm4 0v-5l.8-.6a3 3 0 1 0-3.6 0l.8.6v5h2Z" fill-rule="nonzero"/></svg>',"temporary-placeholder":'<svg width="24" height="24"><g fill-rule="evenodd"><path d="M9 7.6V6h2.5V4.5a.5.5 0 1 1 1 0V6H15v1.6a8 8 0 1 1-6 0Zm-2.6 5.3a.5.5 0 0 0 .3.6c.3 0 .6 0 .6-.3l.1-.2a5 5 0 0 1 3.3-2.8c.3-.1.4-.4.4-.6-.1-.3-.4-.5-.6-.4a6 6 0 0 0-4.1 3.7Z"/><circle cx="14" cy="4" r="1"/><circle cx="12" cy="2" r="1"/><circle cx="10" cy="4" r="1"/></g></svg>',"text-color":'<svg width="24" height="24"><g fill-rule="evenodd"><path class="tox-icon-text-color__color" d="M3 18h18v3H3z"/><path d="M8.7 16h-.8a.5.5 0 0 1-.5-.6l2.7-9c.1-.3.3-.4.5-.4h2.8c.2 0 .4.1.5.4l2.7 9a.5.5 0 0 1-.5.6h-.8a.5.5 0 0 1-.4-.4l-.7-2.2c0-.3-.3-.4-.5-.4h-3.4c-.2 0-.4.1-.5.4l-.7 2.2c0 .3-.2.4-.4.4Zm2.6-7.6-.6 2a.5.5 0 0 0 .5.6h1.6a.5.5 0 0 0 .5-.6l-.6-2c0-.3-.3-.4-.5-.4h-.4c-.2 0-.4.1-.5.4Z"/></g></svg>',"text-size-decrease":'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 5a1 1 0 1 1 0 2h-4v11a1 1 0 1 1-2 0V7H4a1 1 0 0 1 0-2h10ZM14 12a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Z"/></svg>',"text-size-increase":'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 5a1 1 0 1 1 0 2h-4v11a1 1 0 1 1-2 0V7H4a1 1 0 0 1 0-2h10ZM17 9a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2c0-.6-.4-1-1-1Z"/></svg>',toc:'<svg width="24" height="24"><path d="M5 5c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 1 1 0-2Zm3 0h11c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 1 1 0-2Zm-3 8c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1 0-2Zm3 0h11c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 0 1 0-2Zm0-4c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 1 1 0-2Zm3 0h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm-3 8c.6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1 0-2Zm3 0h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',translate:'<svg width="24" height="24"><path d="m12.7 14.3-.3.7-.4.7-2.2-2.2-3.1 3c-.3.4-.8.4-1 0a.7.7 0 0 1 0-1l3.1-3A12.4 12.4 0 0 1 6.7 9H8a10.1 10.1 0 0 0 1.7 2.4c.5-.5 1-1.1 1.4-1.8l.9-2H4.7a.7.7 0 1 1 0-1.5h4.4v-.7c0-.4.3-.8.7-.8.4 0 .7.4.7.8v.7H15c.4 0 .8.3.8.7 0 .4-.4.8-.8.8h-1.4a12.3 12.3 0 0 1-1 2.4 13.5 13.5 0 0 1-1.7 2.3l1.9 1.8Zm4.3-3 2.7 7.3a.5.5 0 0 1-.4.7 1 1 0 0 1-1-.7l-.6-1.5h-3.4l-.6 1.5a1 1 0 0 1-1 .7.5.5 0 0 1-.4-.7l2.7-7.4a1 1 0 0 1 2 0Zm-2.2 4.4h2.4L16 12.5l-1.2 3.2Z" fill-rule="evenodd"/></svg>',typography:'<svg width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 5a1 1 0 1 1 0 2h-4v11a1 1 0 1 1-2 0V7H7a1 1 0 0 1 0-2h10Z"/><path d="m17.5 14 .8-1.7 1.7-.8-1.7-.8-.8-1.7-.8 1.7-1.7.8 1.7.8.8 1.7ZM7 14l1 2 2 1-2 1-1 2-1-2-2-1 2-1 1-2Z"/></svg>',underline:'<svg width="24" height="24"><path d="M16 5c.6 0 1 .4 1 1v5.5a4 4 0 0 1-.4 1.8l-1 1.4a5.3 5.3 0 0 1-5.5 1 5 5 0 0 1-1.6-1c-.5-.4-.8-.9-1.1-1.4a4 4 0 0 1-.4-1.8V6c0-.6.4-1 1-1s1 .4 1 1v5.5c0 .3 0 .6.2 1l.6.7a3.3 3.3 0 0 0 2.2.8 3.4 3.4 0 0 0 2.2-.8c.3-.2.4-.5.6-.8l.2-.9V6c0-.6.4-1 1-1ZM8 17h8c.6 0 1 .4 1 1s-.4 1-1 1H8a1 1 0 0 1 0-2Z" fill-rule="evenodd"/></svg>',undo:'<svg width="24" height="24"><path d="M6.4 8H12c3.7 0 6.2 2 6.8 5.1.6 2.7-.4 5.6-2.3 6.8a1 1 0 0 1-1-1.8c1.1-.6 1.8-2.7 1.4-4.6-.5-2.1-2.1-3.5-4.9-3.5H6.4l3.3 3.3a1 1 0 1 1-1.4 1.4l-5-5a1 1 0 0 1 0-1.4l5-5a1 1 0 0 1 1.4 1.4L6.4 8Z" fill-rule="nonzero"/></svg>',unlink:'<svg width="24" height="24"><path d="M6.2 12.3a1 1 0 0 1 1.4 1.4l-2 2a2 2 0 1 0 2.6 2.8l4.8-4.8a1 1 0 0 0 0-1.4 1 1 0 1 1 1.4-1.3 2.9 2.9 0 0 1 0 4L9.6 20a3.9 3.9 0 0 1-5.5-5.5l2-2Zm11.6-.6a1 1 0 0 1-1.4-1.4l2.1-2a2 2 0 1 0-2.7-2.8L11 10.3a1 1 0 0 0 0 1.4A1 1 0 1 1 9.6 13a2.9 2.9 0 0 1 0-4L14.4 4a3.9 3.9 0 0 1 5.5 5.5l-2 2ZM7.6 6.3a.8.8 0 0 1-1 1.1L3.3 4.2a.7.7 0 1 1 1-1l3.2 3.1ZM5.1 8.6a.8.8 0 0 1 0 1.5H3a.8.8 0 0 1 0-1.5H5Zm5-3.5a.8.8 0 0 1-1.5 0V3a.8.8 0 0 1 1.5 0V5Zm6 11.8a.8.8 0 0 1 1-1l3.2 3.2a.8.8 0 0 1-1 1L16 17Zm-2.2 2a.8.8 0 0 1 1.5 0V21a.8.8 0 0 1-1.5 0V19Zm5-3.5a.7.7 0 1 1 0-1.5H21a.8.8 0 0 1 0 1.5H19Z" fill-rule="nonzero"/></svg>',unlock:'<svg width="24" height="24"><path d="M16 5c.8 0 1.5.3 2.1.9.6.6.9 1.3.9 2.1v3h-2V8a1 1 0 0 0-.3-.7A1 1 0 0 0 16 7h-2a1 1 0 0 0-.7.3 1 1 0 0 0-.3.7v3h.3c.2 0 .3 0 .5.2l.2.6v7.4c0 .3 0 .4-.2.6l-.6.2H4.8c-.3 0-.4 0-.6-.2a.7.7 0 0 1-.2-.6v-7.4c0-.3 0-.4.2-.6l.5-.2H11V8c0-.8.3-1.5.9-2.1.6-.6 1.3-.9 2.1-.9h2Z" fill-rule="evenodd"/></svg>',"unordered-list":'<svg width="24" height="24"><path d="M11 5h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0 6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2ZM4.5 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Zm0 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Zm0 6c0-.4.1-.8.4-1 .3-.4.7-.5 1.1-.5.4 0 .8.1 1 .4.4.3.5.7.5 1.1 0 .4-.1.8-.4 1-.3.4-.7.5-1.1.5-.4 0-.8-.1-1-.4-.4-.3-.5-.7-.5-1.1Z" fill-rule="evenodd"/></svg>',unselected:'<svg width="24" height="24"><path fill-rule="nonzero" d="M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2Zm0 1a1 1 0 0 0-1 1v12c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1H6Z"/></svg>',upload:'<svg width="24" height="24"><path d="M18 19v-2a1 1 0 0 1 2 0v3c0 .6-.4 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 2 0v2h12ZM11 6.4 8.7 8.7a1 1 0 0 1-1.4-1.4l4-4a1 1 0 0 1 1.4 0l4 4a1 1 0 1 1-1.4 1.4L13 6.4V16a1 1 0 0 1-2 0V6.4Z" fill-rule="nonzero"/></svg>',user:'<svg width="24" height="24"><path d="M12 24a12 12 0 1 1 0-24 12 12 0 0 1 0 24Zm-8.7-5.3a11 11 0 0 0 17.4 0C19.4 16.3 14.6 15 12 15c-2.6 0-7.4 1.3-8.7 3.7ZM12 13c2.2 0 4-2 4-4.5S14.2 4 12 4 8 6 8 8.5 9.8 13 12 13Z" fill-rule="nonzero"/></svg>',"vertical-align":'<svg width="24" height="24"><g fill-rule="nonzero"><rect width="18" height="2" x="3" y="11" rx="1"/><path d="M12 2c.6 0 1 .4 1 1v4l2-1.3a1 1 0 0 1 1.2 1.5l-.1.1-4.1 3-4-3a1 1 0 0 1 1-1.7l2 1.5V3c0-.6.4-1 1-1zm0 11.8 4 2.9a1 1 0 0 1-1 1.7l-2-1.5V21c0 .5-.4 1-.9 1H12a1 1 0 0 1-1-1v-4l-2 1.3a1 1 0 0 1-1.2-.1l-.1-.1a1 1 0 0 1 .1-1.3l.1-.1 4.1-3z"/></g></svg>',visualblocks:'<svg width="24" height="24"><path d="M9 19v2H7v-2h2Zm-4 0v2a2 2 0 0 1-2-2h2Zm8 0v2h-2v-2h2Zm8 0a2 2 0 0 1-2 2v-2h2Zm-4 0v2h-2v-2h2ZM15 7a1 1 0 0 1 0 2v7a1 1 0 0 1-2 0V9h-1v7a1 1 0 0 1-2 0v-4a2.5 2.5 0 0 1-.2-5H15ZM5 15v2H3v-2h2Zm16 0v2h-2v-2h2ZM5 11v2H3v-2h2Zm16 0v2h-2v-2h2ZM5 7v2H3V7h2Zm16 0v2h-2V7h2ZM5 3v2H3c0-1.1.9-2 2-2Zm8 0v2h-2V3h2Zm6 0a2 2 0 0 1 2 2h-2V3ZM9 3v2H7V3h2Zm8 0v2h-2V3h2Z" fill-rule="evenodd"/></svg>',visualchars:'<svg width="24" height="24"><path d="M10 5h7a1 1 0 0 1 0 2h-1v11a1 1 0 0 1-2 0V7h-2v11a1 1 0 0 1-2 0v-6c-.5 0-1 0-1.4-.3A3.4 3.4 0 0 1 6.8 10a3.3 3.3 0 0 1 0-2.8 3.4 3.4 0 0 1 1.8-1.8L10 5Z" fill-rule="evenodd"/></svg>',warning:'<svg width="24" height="24"><path d="M19.8 18.3c.2.5.3.9 0 1.2-.1.3-.5.5-1 .5H5.2c-.5 0-.9-.2-1-.5-.3-.3-.2-.7 0-1.2L11 4.7l.5-.5.5-.2c.2 0 .3 0 .5.2.2 0 .3.3.5.5l6.8 13.6ZM12 18c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.3.7c0 .3.1.5.3.7.2.2.4.3.7.3Zm.7-3 .3-4a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.3.7l.3 4h1.4Z" fill-rule="evenodd"/></svg>',"zoom-in":'<svg width="24" height="24"><path d="M16 17.3a8 8 0 1 1 1.4-1.4l4.3 4.4a1 1 0 0 1-1.4 1.4l-4.4-4.3Zm-5-.3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm-1-9a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0V8Zm-2 4a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2H8Z" fill-rule="nonzero"/></svg>',"zoom-out":'<svg width="24" height="24"><path d="M16 17.3a8 8 0 1 1 1.4-1.4l4.3 4.4a1 1 0 0 1-1.4 1.4l-4.4-4.3Zm-5-.3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm-3-5a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2H8Z" fill-rule="nonzero"/></svg>'}});
@@ -1,3 +0,0 @@
1
- This is where language files should be placed.
2
-
3
- Please DO NOT translate these directly, use this service instead: https://crowdin.com/project/tinymce
@@ -1 +0,0 @@
1
- tinymce.addI18n("zh-Hans",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u9500","Cut":"\u526a\u5207","Copy":"\u590d\u5236","Paste":"\u7c98\u8d34","Select all":"\u5168\u9009","New document":"\u65b0\u5efa\u6587\u6863","Ok":"\u786e\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u7f51\u683c\u7ebf","Bold":"\u7c97\u4f53","Italic":"\u659c\u4f53","Underline":"\u4e0b\u5212\u7ebf","Strikethrough":"\u5220\u9664\u7ebf","Superscript":"\u4e0a\u6807","Subscript":"\u4e0b\u6807","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u79fb\u9664","Align left":"\u5de6\u5bf9\u9f50","Align center":"\u5c45\u4e2d\u5bf9\u9f50","Align right":"\u53f3\u5bf9\u9f50","No alignment":"\u672a\u5bf9\u9f50","Justify":"\u4e24\u7aef\u5bf9\u9f50","Bullet list":"\u65e0\u5e8f\u5217\u8868","Numbered list":"\u6709\u5e8f\u5217\u8868","Decrease indent":"\u51cf\u5c11\u7f29\u8fdb","Increase indent":"\u589e\u52a0\u7f29\u8fdb","Close":"\u5173\u95ed","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6253\u5f00\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u952e\u3002","Headings":"\u6807\u9898","Heading 1":"\u4e00\u7ea7\u6807\u9898","Heading 2":"\u4e8c\u7ea7\u6807\u9898","Heading 3":"\u4e09\u7ea7\u6807\u9898","Heading 4":"\u56db\u7ea7\u6807\u9898","Heading 5":"\u4e94\u7ea7\u6807\u9898","Heading 6":"\u516d\u7ea7\u6807\u9898","Preformatted":"\u9884\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"\u524d\u8a00","Code":"\u4ee3\u7801","Paragraph":"\u6bb5\u843d","Blockquote":"\u5f15\u6587\u533a\u5757","Inline":"\u6587\u672c","Blocks":"\u6837\u5f0f","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002","Fonts":"\u5b57\u4f53","Font sizes":"\u5b57\u4f53\u5927\u5c0f","Class":"\u7c7b\u578b","Browse for an image":"\u6d4f\u89c8\u56fe\u50cf","OR":"\u6216","Drop an image here":"\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64","Upload":"\u4e0a\u4f20","Uploading image":"\u4e0a\u4f20\u56fe\u7247","Block":"\u5757","Align":"\u5bf9\u9f50","Default":"\u9884\u8bbe","Circle":"\u7a7a\u5fc3\u5706","Disc":"\u5b9e\u5fc3\u5706","Square":"\u5b9e\u5fc3\u65b9\u5757","Lower Alpha":"\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd","Lower Roman":"\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57","Upper Alpha":"\u5927\u5199\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5199\u7f57\u9a6c\u6570\u5b57","Anchor...":"\u951a\u70b9...","Anchor":"\u951a\u70b9","Name":"\u540d\u79f0","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID\u5e94\u8be5\u4ee5\u82f1\u6587\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u9762\u53ea\u80fd\u6709\u82f1\u6587\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002","You have unsaved changes are you sure you want to navigate away?":"\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f","Restore last draft":"\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u7b26...","Special Character":"\u7279\u6b8a\u5b57\u7b26","Source code":"\u6e90\u4ee3\u7801","Insert/Edit code sample":"\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b","Language":"\u8bed\u8a00","Code sample...":"\u793a\u4f8b\u4ee3\u7801...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6807\u9898","Fullscreen":"\u5168\u5c4f","Action":"\u52a8\u4f5c","Shortcut":"\u5feb\u6377\u65b9\u5f0f","Help":"\u5e2e\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f","Focus to toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f","Focus to element path":"\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84","Focus to contextual toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355","Insert link (if link plugin activated)":"\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Save (if save plugin activated)":"\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Find (if searchreplace plugin activated)":"\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Plugins installed ({0}):":"\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):","Premium plugins:":"\u4f18\u79c0\u63d2\u4ef6\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u4f60\u6b63\u5728\u4f7f\u7528 {0}","Plugins":"\u63d2\u4ef6","Handy Shortcuts":"\u5feb\u6377\u952e","Horizontal line":"\u6c34\u5e73\u5206\u5272\u7ebf","Insert/edit image":"\u63d2\u5165/\u7f16\u8f91\u56fe\u7247","Alternative description":"\u66ff\u4ee3\u63cf\u8ff0","Accessibility":"\u8f85\u52a9\u529f\u80fd","Image is decorative":"\u56fe\u50cf\u662f\u88c5\u9970\u6027\u7684","Source":"\u6e90","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7ea7","Style":"\u6837\u5f0f","Vertical space":"\u5782\u76f4\u95f4\u8ddd","Horizontal space":"\u6c34\u5e73\u95f4\u8ddd","Border":"\u6846\u7ebf","Insert image":"\u63d2\u5165\u56fe\u7247","Image...":"\u56fe\u7247...","Image list":"\u56fe\u7247\u6e05\u5355","Resize":"\u8c03\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u65f6\u95f4","Date/time":"\u65e5\u671f/\u65f6\u95f4","Insert/edit link":"\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5","Text to display":"\u8981\u663e\u793a\u7684\u6587\u672c","Url":"\u5730\u5740","Open link in...":"\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...","Current window":"\u5f53\u524d\u7a97\u53e3","None":"\u65e0","New window":"\u65b0\u7a97\u53e3","Open link":"\u6253\u5f00\u94fe\u63a5","Remove link":"\u79fb\u9664\u94fe\u63a5","Anchors":"\u951a\u70b9","Link...":"\u94fe\u63a5...","Paste or type a link":"\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto: \u524d\u7f00\u5417\uff1f","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:// \u524d\u7f00\u5417\uff1f","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002\u60a8\u60f3\u6dfb\u52a0\u6240\u9700\u7684 https:// \u524d\u7f00\u5417\uff1f","Link list":"\u94fe\u63a5\u6e05\u5355","Insert video":"\u63d2\u5165\u89c6\u9891","Insert/edit video":"\u63d2\u5165/\u7f16\u8f91\u89c6\u9891","Insert/edit media":"\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53","Alternative source":"\u955c\u50cf","Alternative source URL":"\u66ff\u4ee3\u6765\u6e90\u7f51\u5740","Media poster (Image URL)":"\u5c01\u9762(\u56fe\u7247\u5730\u5740)","Paste your embed code below:":"\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:","Embed":"\u5185\u5d4c","Media...":"\u591a\u5a92\u4f53...","Nonbreaking space":"\u4e0d\u95f4\u65ad\u7a7a\u683c","Page break":"\u5206\u9875\u7b26","Paste as text":"\u7c98\u8d34\u4e3a\u6587\u672c","Preview":"\u9884\u89c8","Print":"\u6253\u5370","Print...":"\u6253\u5370...","Save":"\u4fdd\u5b58","Find":"\u5bfb\u627e","Replace with":"\u66ff\u6362\u4e3a","Replace":"\u66ff\u6362","Replace all":"\u66ff\u6362\u5168\u90e8","Previous":"\u4e0a\u4e00\u4e2a","Next":"\u4e0b\u4e00\u4e2a","Find and Replace":"\u67e5\u627e\u548c\u66ff\u6362","Find and replace...":"\u67e5\u627e\u5e76\u66ff\u6362...","Could not find the specified string.":"\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002","Match case":"\u5927\u5c0f\u5199\u5339\u914d","Find whole words only":"\u5168\u5b57\u5339\u914d","Find in selection":"\u5728\u9009\u533a\u4e2d\u67e5\u627e","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c5e\u6027","Delete table":"\u5220\u9664\u8868\u683c","Cell":"\u5355\u5143\u683c","Row":"\u884c","Column":"\u5217","Cell properties":"\u5355\u5143\u683c\u5c5e\u6027","Merge cells":"\u5408\u5e76\u5355\u5143\u683c","Split cell":"\u62c6\u5206\u5355\u5143\u683c","Insert row before":"\u5728\u4e0a\u65b9\u63d2\u5165\u884c","Insert row after":"\u5728\u4e0b\u65b9\u63d2\u5165\u884c","Delete row":"\u5220\u9664\u884c","Row properties":"\u884c\u5c5e\u6027","Cut row":"\u526a\u5207\u884c","Cut column":"\u526a\u5207\u5217","Copy row":"\u590d\u5236\u884c","Copy column":"\u590d\u5236\u5217","Paste row before":"\u7c98\u8d34\u884c\u5230\u4e0a\u65b9","Paste column before":"\u7c98\u8d34\u6b64\u5217\u524d","Paste row after":"\u7c98\u8d34\u884c\u5230\u4e0b\u65b9","Paste column after":"\u7c98\u8d34\u540e\u9762\u7684\u5217","Insert column before":"\u5728\u5de6\u4fa7\u63d2\u5165\u5217","Insert column after":"\u5728\u53f3\u4fa7\u63d2\u5165\u5217","Delete column":"\u5220\u9664\u5217","Cols":"\u5217","Rows":"\u884c\u6570","Width":"\u5bbd\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5355\u5143\u683c\u5916\u95f4\u8ddd","Cell padding":"\u5355\u5143\u683c\u5185\u8fb9\u8ddd","Row clipboard actions":"\u884c\u526a\u8d34\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8d34\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6837\u5f0f","Cell styles":"\u5355\u5143\u683c\u6837\u5f0f","Column header":"\u5217\u6807\u9898","Row header":"\u884c\u5934","Table caption":"\u8868\u683c\u6807\u9898","Caption":"\u6807\u9898","Show caption":"\u663e\u793a\u6807\u9898","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u50a8\u5b58\u683c\u522b","Scope":"\u8303\u56f4","Alignment":"\u5bf9\u9f50","Horizontal align":"\u6c34\u5e73\u5bf9\u9f50","Vertical align":"\u5782\u76f4\u5bf9\u9f50","Top":"\u4e0a\u65b9\u5bf9\u9f50","Middle":"\u5c45\u4e2d\u5bf9\u9f50","Bottom":"\u4e0b\u65b9\u5bf9\u9f50","Header cell":"\u8868\u5934\u5355\u5143\u683c","Row group":"\u884c\u7ec4","Column group":"\u5217\u7ec4","Row type":"\u884c\u7c7b\u578b","Header":"\u8868\u5934","Body":"\u8868\u4f53","Footer":"\u8868\u5c3e","Border color":"\u6846\u7ebf\u989c\u8272","Solid":"\u5b9e\u7ebf","Dotted":"\u865a\u7ebf","Dashed":"\u865a\u7ebf","Double":"\u53cc\u7cbe\u5ea6","Groove":"\u51f9\u69fd","Ridge":"\u6d77\u810a\u5ea7","Inset":"\u5d4c\u5165","Outset":"\u5916\u7f6e","Hidden":"\u9690\u85cf","Insert template...":"\u63d2\u5165\u6a21\u677f...","Templates":"\u6a21\u677f","Template":"\u6a21\u677f","Insert Template":"\u63d2\u5165\u6a21\u677f","Text color":"\u6587\u672c\u989c\u8272","Background color":"\u80cc\u666f\u989c\u8272","Custom...":"\u81ea\u5b9a\u4e49......","Custom color":"\u81ea\u5b9a\u4e49\u989c\u8272","No color":"\u65e0","Remove color":"\u79fb\u9664\u989c\u8272","Show blocks":"\u663e\u793a\u533a\u5757\u8fb9\u6846","Show invisible characters":"\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26","Word count":"\u5b57\u6570","Count":"\u8ba1\u6570","Document":"\u6587\u6863","Selection":"\u9009\u62e9","Words":"\u5355\u8bcd","Words: {0}":"\u5b57\u6570\uff1a{0}","{0} words":"{0} \u5b57","File":"\u6587\u4ef6","Edit":"\u7f16\u8f91","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u7531{0}\u9a71\u52a8","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u7f16\u8f91\u533a\u3002\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9","Image title":"\u56fe\u7247\u6807\u9898","Border width":"\u8fb9\u6846\u5bbd\u5ea6","Border style":"\u8fb9\u6846\u6837\u5f0f","Error":"\u9519\u8bef","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846","Rich Text Area":"\u5bcc\u6587\u672c\u533a\u57df","Rich Text Area. Press ALT-0 for help.":"\u7f16\u8f91\u533a\u3002\u6309Alt+0\u952e\u6253\u5f00\u5e2e\u52a9\u3002","System Font":"\u7cfb\u7edf\u5b57\u4f53","Failed to upload image: {0}":"\u56fe\u7247\u4e0a\u4f20\u5931\u8d25: {0}","Failed to load plugin: {0} from url {1}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25: {0} \u6765\u81ea\u94fe\u63a5 {1}","Failed to load plugin url: {0}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25 \u94fe\u63a5: {0}","Failed to initialize plugin: {0}":"\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25: {0}","example":"\u793a\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8d27\u5e01","Text":"\u6587\u5b57","Quotations":"\u5f15\u7528","Mathematical":"\u6570\u5b66","Extended Latin":"\u62c9\u4e01\u8bed\u6269\u5145","Symbols":"\u7b26\u53f7","Arrows":"\u7bad\u5934","User Defined":"\u81ea\u5b9a\u4e49","dollar sign":"\u7f8e\u5143\u7b26\u53f7","currency sign":"\u8d27\u5e01\u7b26\u53f7","euro-currency sign":"\u6b27\u5143\u7b26\u53f7","colon sign":"\u5192\u53f7","cruzeiro sign":"\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7","french franc sign":"\u6cd5\u90ce\u7b26\u53f7","lira sign":"\u91cc\u62c9\u7b26\u53f7","mill sign":"\u5bc6\u5c14\u7b26\u53f7","naira sign":"\u5948\u62c9\u7b26\u53f7","peseta sign":"\u6bd4\u585e\u5854\u7b26\u53f7","rupee sign":"\u5362\u6bd4\u7b26\u53f7","won sign":"\u97e9\u5143\u7b26\u53f7","new sheqel sign":"\u65b0\u8c22\u514b\u5c14\u7b26\u53f7","dong sign":"\u8d8a\u5357\u76fe\u7b26\u53f7","kip sign":"\u8001\u631d\u57fa\u666e\u7b26\u53f7","tugrik sign":"\u56fe\u683c\u91cc\u514b\u7b26\u53f7","drachma sign":"\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7","german penny symbol":"\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7","peso sign":"\u6bd4\u7d22\u7b26\u53f7","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u53f7","austral sign":"\u6fb3\u5143\u7b26\u53f7","hryvnia sign":"\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7","cedi sign":"\u585e\u5730\u7b26\u53f7","livre tournois sign":"\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7","spesmilo sign":"spesmilo\u7b26\u53f7","tenge sign":"\u575a\u6208\u7b26\u53f7","indian rupee sign":"\u5370\u5ea6\u5362\u6bd4","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9","nordic mark sign":"\u5317\u6b27\u9a6c\u514b","manat sign":"\u9a6c\u7eb3\u7279\u7b26\u53f7","ruble sign":"\u5362\u5e03\u7b26\u53f7","yen character":"\u65e5\u5143\u5b57\u6837","yuan character":"\u4eba\u6c11\u5e01\u5143\u5b57\u6837","yuan character, in hong kong and taiwan":"\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09","yen/yuan character variant one":"\u5143\u5b57\u6837\uff08\u5927\u5199\uff09","Emojis":"Emojis","Emojis...":"Emojis...","Loading emojis...":"\u6b63\u5728\u52a0\u8f7dEmojis...","Could not load emojis":"\u65e0\u6cd5\u52a0\u8f7dEmojis","People":"\u4eba\u7c7b","Animals and Nature":"\u52a8\u7269\u548c\u81ea\u7136","Food and Drink":"\u98df\u7269\u548c\u996e\u54c1","Activity":"\u6d3b\u52a8","Travel and Places":"\u65c5\u6e38\u548c\u5730\u70b9","Objects":"\u7269\u4ef6","Flags":"\u65d7\u5e1c","Characters":"\u5b57\u7b26","Characters (no spaces)":"\u5b57\u7b26(\u65e0\u7a7a\u683c)","{0} characters":"{0} \u4e2a\u5b57\u7b26","Error: Form submit field collision.":"\u9519\u8bef: \u8868\u5355\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002","Error: No form element found.":"\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002","Color swatch":"\u989c\u8272\u6837\u672c","Color Picker":"\u9009\u8272\u5668","Invalid hex color code: {0}":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\u65e0\u6548\uff1a {0}","Invalid input":"\u65e0\u6548\u8f93\u5165","R":"R","Red component":"\u7ea2\u8272\u90e8\u5206","G":"G","Green component":"\u7eff\u8272\u90e8\u5206","B":"B","Blue component":"\u767d\u8272\u90e8\u5206","#":"#","Hex color code":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801","Range 0 to 255":"\u8303\u56f40\u81f3255","Turquoise":"\u9752\u7eff\u8272","Green":"\u7eff\u8272","Blue":"\u84dd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6d77\u519b\u84dd","Dark Turquoise":"\u6df1\u84dd\u7eff\u8272","Dark Green":"\u6df1\u7eff\u8272","Medium Blue":"\u4e2d\u84dd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u6df1\u84dd\u8272","Yellow":"\u9ec4\u8272","Orange":"\u6a59\u8272","Red":"\u7ea2\u8272","Light Gray":"\u6d45\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6697\u9ec4\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6df1\u7ea2\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6d45\u7eff\u8272","Light Yellow":"\u6d45\u9ec4\u8272","Light Red":"\u6d45\u7ea2\u8272","Light Purple":"\u6d45\u7d2b\u8272","Light Blue":"\u6d45\u84dd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u84dd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f","Open help dialog":"\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846","history":"\u5386\u53f2","styles":"\u6837\u5f0f","formatting":"\u683c\u5f0f\u5316","alignment":"\u5bf9\u9f50","indentation":"\u7f29\u8fdb","Font":"\u5b57\u4f53","Size":"\u5b57\u53f7","More...":"\u66f4\u591a...","Select...":"\u9009\u62e9...","Preferences":"\u9996\u9009\u9879","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u952e\u76d8\u6307\u5f15","Version":"\u7248\u672c","Code view":"\u4ee3\u7801\u89c6\u56fe","Open popup menu for split buttons":"\u6253\u5f00\u5f39\u51fa\u5f0f\u83dc\u5355\uff0c\u7528\u4e8e\u62c6\u5206\u6309\u94ae","List Properties":"\u5217\u8868\u5c5e\u6027","List properties...":"\u6807\u9898\u5b57\u4f53\u5c5e\u6027","Start list at number":"\u4ee5\u6570\u5b57\u5f00\u59cb\u5217\u8868","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u6b64\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u62d6\u653e","Loading...":"\u52a0\u8f7d\u4e2d...","ImageProxy HTTP error: Rejected request":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u8bf7\u6c42\u88ab\u62d2\u7edd","ImageProxy HTTP error: Could not find Image Proxy":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u65e0\u6cd5\u627e\u5230\u56fe\u7247\u4ee3\u7406","ImageProxy HTTP error: Incorrect Image Proxy URL":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u56fe\u7247\u4ee3\u7406\u5730\u5740\u9519\u8bef","ImageProxy HTTP error: Unknown ImageProxy error":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u672a\u77e5\u7684\u56fe\u7247\u4ee3\u7406\u9519\u8bef"});
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.