dtable-ui-component 6.0.29-beta2 → 6.0.29-beta4

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 (288) hide show
  1. package/lib/BodyPortal/index.js +29 -0
  2. package/lib/CheckboxEditor/index.js +24 -118
  3. package/lib/CheckboxEditor/mb-editor.js +101 -0
  4. package/lib/CheckboxEditor/pc-editor.js +118 -0
  5. package/lib/CheckboxFormatter/index.css +1 -1
  6. package/lib/CheckboxFormatter/index.js +10 -25
  7. package/lib/CollaboratorEditor/index.js +23 -11
  8. package/lib/CollaboratorEditor/mb-editor/index.css +41 -0
  9. package/lib/CollaboratorEditor/mb-editor/index.js +88 -0
  10. package/lib/DTableCommonAddTool/index.js +1 -3
  11. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +6 -6
  12. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +6 -6
  13. package/lib/DateEditor/index.js +69 -95
  14. package/lib/DateEditor/mb-editor/custom-rc-calendar.css +118 -0
  15. package/lib/DateEditor/mb-editor/index.css +39 -0
  16. package/lib/DateEditor/mb-editor/index.js +215 -0
  17. package/lib/DateEditor/{pc-date-editor-popover.js → pc-editor.js} +9 -9
  18. package/lib/{Department-editor/department-multiple-select → DepartmentMultipleSelectEditor}/index.js +6 -6
  19. package/lib/DepartmentSingleSelectEditor/index.js +34 -0
  20. package/lib/DepartmentSingleSelectEditor/mb-editor/index.css +4 -0
  21. package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +230 -0
  22. package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/department-single-select.js +6 -6
  23. package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/index.css +8 -3
  24. package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/index.js +8 -25
  25. package/lib/DigitalSignEditor/index.js +24 -171
  26. package/lib/DigitalSignEditor/mb-editor/index.css +35 -0
  27. package/lib/DigitalSignEditor/mb-editor/index.js +144 -0
  28. package/lib/DigitalSignEditor/pc-editor/index.js +181 -0
  29. package/lib/FileEditor/files-previewer/index.js +26 -268
  30. package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +122 -0
  31. package/lib/FileEditor/files-previewer/mb-previewer/index.css +39 -0
  32. package/lib/FileEditor/files-previewer/mb-previewer/index.js +64 -0
  33. package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/dropdown-menu.js +1 -1
  34. package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/file-name-editor/index.js +1 -1
  35. package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/index.css +0 -2
  36. package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/index.js +2 -2
  37. package/lib/FileEditor/files-previewer/pc-previewer/index.js +276 -0
  38. package/lib/FileEditor/index.css +0 -5
  39. package/lib/FileEditor/index.js +26 -265
  40. package/lib/FileEditor/mb-editor/index.css +10 -0
  41. package/lib/FileEditor/mb-editor/index.js +136 -0
  42. package/lib/FileEditor/pc-editor/addition-previewer/index.css +1 -0
  43. package/lib/FileEditor/{addition-previewer → pc-editor/addition-previewer}/index.js +1 -1
  44. package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.css +1 -0
  45. package/lib/FileEditor/{addition-previewer → pc-editor/addition-previewer}/local-file-addition/index.js +4 -4
  46. package/lib/FileEditor/pc-editor/index.css +5 -0
  47. package/lib/FileEditor/pc-editor/index.js +274 -0
  48. package/lib/FormulaFormatter/index.css +5 -5
  49. package/lib/GeolocationEditor/index.js +90 -230
  50. package/lib/GeolocationEditor/map-editor-utils.js +6 -2
  51. package/lib/GeolocationEditor/mb-editor/country-editor.js +79 -0
  52. package/lib/GeolocationEditor/mb-editor/index.css +11 -0
  53. package/lib/GeolocationEditor/mb-editor/index.js +125 -0
  54. package/lib/GeolocationEditor/mb-editor/location-editor.js +101 -0
  55. package/lib/GeolocationEditor/mb-editor/map-editor/index.css +11 -0
  56. package/lib/GeolocationEditor/mb-editor/map-editor/index.js +474 -0
  57. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.css +158 -0
  58. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +530 -0
  59. package/lib/GeolocationEditor/mb-editor/province-city-editor.js +77 -0
  60. package/lib/GeolocationEditor/mb-editor/province-editor.js +76 -0
  61. package/lib/GeolocationEditor/{country-editor.js → pc-editor/country-editor.js} +5 -50
  62. package/lib/GeolocationEditor/{index.css → pc-editor/index.css} +3 -4
  63. package/lib/GeolocationEditor/pc-editor/index.js +247 -0
  64. package/lib/GeolocationEditor/{location-editor.js → pc-editor/location-editor.js} +8 -41
  65. package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/index.js +6 -6
  66. package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/large-editor/index.js +7 -7
  67. package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/index.js +7 -7
  68. package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/large-editor/index.js +7 -7
  69. package/lib/GeolocationEditor/{province-city-editor.js → pc-editor/province-city-editor.js} +7 -38
  70. package/lib/GeolocationEditor/{province-editor.js → pc-editor/province-editor.js} +7 -31
  71. package/lib/GeolocationEditor/{selector-header-item.js → pc-editor/selector-header-item.js} +1 -1
  72. package/lib/ImageEditor/images-previewer/image-preview/index.js +3 -3
  73. package/lib/ImageEditor/images-previewer/index.js +9 -4
  74. package/lib/ImageEditor/index.css +17 -16
  75. package/lib/ImageEditor/index.js +26 -185
  76. package/lib/ImageEditor/mb-editor/index.css +29 -0
  77. package/lib/ImageEditor/mb-editor/index.js +136 -0
  78. package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/image-link/index.js +1 -1
  79. package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/index.js +1 -1
  80. package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/local-image-addition/index.js +4 -4
  81. package/lib/ImageEditor/pc-editor/images-previewer/index.js +140 -0
  82. package/lib/ImageEditor/pc-editor/index.css +24 -0
  83. package/lib/ImageEditor/pc-editor/index.js +194 -0
  84. package/lib/ImageThumbnail/index.js +2 -1
  85. package/lib/LinkEditor/index.js +5 -5
  86. package/lib/LinkEditor/{mb-link-editor-popover → mb-popover}/index.css +1 -1
  87. package/lib/MobileFullScreenPage/body/index.css +9 -0
  88. package/lib/MobileFullScreenPage/body/index.js +23 -0
  89. package/lib/MobileFullScreenPage/header/index.css +39 -0
  90. package/lib/MobileFullScreenPage/header/index.js +38 -0
  91. package/lib/MobileFullScreenPage/index.css +13 -0
  92. package/lib/MobileFullScreenPage/index.js +81 -0
  93. package/lib/MobileModal/index.js +41 -0
  94. package/lib/MobileOperationSheet/index.css +27 -0
  95. package/lib/MobileOperationSheet/index.js +92 -0
  96. package/lib/MobileSelector/empty/index.css +3 -0
  97. package/lib/MobileSelector/empty/index.js +23 -0
  98. package/lib/MobileSelector/index.css +32 -0
  99. package/lib/MobileSelector/index.js +57 -0
  100. package/lib/MobileSelector/option/index.css +28 -0
  101. package/lib/MobileSelector/option/index.js +36 -0
  102. package/lib/MobileSelector/options/index.css +8 -0
  103. package/lib/MobileSelector/options/index.js +18 -0
  104. package/lib/MobileSelector/search/index.css +7 -0
  105. package/lib/MobileSelector/search/index.js +26 -0
  106. package/lib/MobileUpload/index.css +1 -0
  107. package/lib/MobileUpload/index.js +160 -0
  108. package/lib/MultipleSelectEditor/index.js +9 -14
  109. package/lib/RowExpand/index.js +24 -0
  110. package/lib/RowExpand/mb-expand/body/index.css +173 -0
  111. package/lib/RowExpand/mb-expand/body/index.js +111 -0
  112. package/lib/RowExpand/mb-expand/column-content/index.css +27 -0
  113. package/lib/RowExpand/mb-expand/column-content/index.js +25 -0
  114. package/lib/RowExpand/mb-expand/index.css +0 -0
  115. package/lib/RowExpand/mb-expand/index.js +178 -0
  116. package/lib/{RowExpandDialog → RowExpand/pc-expand}/body/index.js +4 -4
  117. package/lib/{RowExpandDialog → RowExpand/pc-expand}/column-content/index.js +2 -2
  118. package/lib/{RowExpandDialog → RowExpand/pc-expand}/header/index.js +3 -3
  119. package/lib/{RowExpandDialog → RowExpand/pc-expand}/index.js +8 -6
  120. package/lib/RowExpandEditor/add-btn/index.js +24 -0
  121. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +3 -0
  122. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +19 -0
  123. package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.js +6 -4
  124. package/lib/RowExpandEditor/checkbox-editor/index.js +25 -0
  125. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +6 -0
  126. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +39 -0
  127. package/lib/RowExpandEditor/{RowExpandCheckboxEditor/index.js → checkbox-editor/pc-editor.js} +2 -3
  128. package/lib/RowExpandEditor/collaborator-editor/index.js +24 -0
  129. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +9 -0
  130. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +163 -0
  131. package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.css +1 -1
  132. package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.js +6 -7
  133. package/lib/RowExpandEditor/constants.js +34 -34
  134. package/lib/RowExpandEditor/date-editor/index.js +24 -0
  135. package/lib/RowExpandEditor/date-editor/mb-editor.js +82 -0
  136. package/lib/RowExpandEditor/{RowExpandDateEditor/index.js → date-editor/pc-editor.js} +2 -2
  137. package/lib/RowExpandEditor/department-editor/index.js +24 -0
  138. package/lib/RowExpandEditor/department-editor/mb-editor.js +65 -0
  139. package/lib/RowExpandEditor/{RowExpandDepartmentEditor/index.js → department-editor/pc-editor.js} +11 -14
  140. package/lib/RowExpandEditor/digital-sign-editor/index.js +24 -0
  141. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +1 -0
  142. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +130 -0
  143. package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.css +1 -1
  144. package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.js +11 -11
  145. package/lib/RowExpandEditor/duration-editor/index.js +24 -0
  146. package/lib/RowExpandEditor/duration-editor/mb-editor.js +71 -0
  147. package/lib/RowExpandEditor/{RowExpandDurationEditor/index.js → duration-editor/pc-editor.js} +2 -2
  148. package/lib/RowExpandEditor/email-editor/index.js +24 -0
  149. package/lib/RowExpandEditor/email-editor/mb-editor/index.css +1 -0
  150. package/lib/RowExpandEditor/email-editor/mb-editor/index.js +84 -0
  151. package/lib/RowExpandEditor/email-editor/pc-editor/index.css +1 -0
  152. package/lib/RowExpandEditor/{RowExpandEmailEditor → email-editor/pc-editor}/index.js +3 -3
  153. package/lib/RowExpandEditor/file-editor/index.js +24 -0
  154. package/lib/RowExpandEditor/file-editor/mb-editor/index.js +114 -0
  155. package/lib/RowExpandEditor/file-editor/pc-editor/index.css +1 -0
  156. package/lib/RowExpandEditor/{RowExpandFileEditor → file-editor/pc-editor}/index.js +9 -9
  157. package/lib/RowExpandEditor/geolocation-editor/index.js +24 -0
  158. package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +100 -0
  159. package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.js +10 -11
  160. package/lib/RowExpandEditor/image-editor/index.js +24 -0
  161. package/lib/RowExpandEditor/image-editor/mb-editor/index.css +30 -0
  162. package/lib/RowExpandEditor/image-editor/mb-editor/index.js +109 -0
  163. package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.js +9 -9
  164. package/lib/RowExpandEditor/long-text-editor/index.js +24 -0
  165. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +10 -0
  166. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +80 -0
  167. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +3 -0
  168. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +91 -0
  169. package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.js +7 -7
  170. package/lib/RowExpandEditor/multiple-select-editor/index.js +24 -0
  171. package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +154 -0
  172. package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.css +1 -1
  173. package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.js +6 -6
  174. package/lib/RowExpandEditor/number-editor/index.js +24 -0
  175. package/lib/RowExpandEditor/number-editor/mb-editor/index.css +3 -0
  176. package/lib/RowExpandEditor/number-editor/mb-editor/index.js +76 -0
  177. package/lib/RowExpandEditor/{RowExpandNumberEditor/index.js → number-editor/pc-editor.js} +2 -2
  178. package/lib/RowExpandEditor/rate-editor/index.css +34 -0
  179. package/lib/RowExpandEditor/rate-editor/index.js +25 -0
  180. package/lib/RowExpandEditor/rate-editor/mb-editor.js +92 -0
  181. package/lib/RowExpandEditor/{RowExpandRateEditor/index.js → rate-editor/pc-editor.js} +2 -3
  182. package/lib/RowExpandEditor/right-angle/index.css +6 -0
  183. package/lib/RowExpandEditor/right-angle/index.js +17 -0
  184. package/lib/RowExpandEditor/single-select-editor/index.js +24 -0
  185. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +8 -0
  186. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +134 -0
  187. package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.js +17 -17
  188. package/lib/RowExpandEditor/text-editor/index.js +24 -0
  189. package/lib/RowExpandEditor/text-editor/mb-editor/index.css +14 -0
  190. package/lib/RowExpandEditor/text-editor/mb-editor/index.js +37 -0
  191. package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.js +7 -7
  192. package/lib/RowExpandEditor/url-editor/index.js +24 -0
  193. package/lib/RowExpandEditor/url-editor/mb-editor/index.css +17 -0
  194. package/lib/RowExpandEditor/url-editor/mb-editor/index.js +87 -0
  195. package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.js +6 -6
  196. package/lib/RowExpandFormatter/constants.js +17 -17
  197. package/lib/RowExpandFormatter/department-formatter/index.js +19 -0
  198. package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +20 -0
  199. package/lib/RowExpandFormatter/{RowExpandDepartmentFormatter/index.js → department-formatter/pc-formatter.js} +2 -2
  200. package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.css +4 -4
  201. package/lib/RowExpandFormatter/index.css +33 -18
  202. package/lib/RowExpandFormatter/index.js +1 -1
  203. package/lib/RowExpandFormatter/rate-formatter/index.css +5 -0
  204. package/lib/SelectItem/index.js +57 -33
  205. package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.css +0 -1
  206. package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.js +3 -3
  207. package/lib/SingleSelectEditor/index.js +9 -14
  208. package/lib/SvgIcon/index.js +15 -20
  209. package/lib/constants/index.js +3 -2
  210. package/lib/css/mb-cell-editor.css +1 -1
  211. package/lib/index.js +71 -8
  212. package/lib/locales/de.json +3 -1
  213. package/lib/locales/en.json +3 -1
  214. package/lib/locales/es.json +3 -1
  215. package/lib/locales/fr.json +3 -1
  216. package/lib/locales/pt.json +3 -1
  217. package/lib/locales/ru.json +3 -1
  218. package/lib/locales/zh-CN.json +3 -1
  219. package/lib/select-editor/index.js +27 -20
  220. package/lib/select-editor/mb-editor/index.css +1 -0
  221. package/lib/select-editor/mb-editor/index.js +105 -0
  222. package/lib/select-editor/{pc-select-editor → pc-editor}/index.css +1 -1
  223. package/lib/select-editor/{pc-select-editor → pc-editor}/index.js +7 -7
  224. package/lib/utils/editor-utils.js +6 -2
  225. package/lib/utils/get-event-transfer.js +2 -1
  226. package/lib/utils/utils.js +11 -2
  227. package/package.json +2 -2
  228. package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
  229. package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
  230. package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
  231. package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
  232. package/lib/DateEditor/mb-date-editor-popover/index.js +0 -226
  233. package/lib/FileEditor/addition-previewer/index.css +0 -1
  234. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  235. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  236. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  237. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
  238. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +0 -5
  239. package/lib/assets/icons/check.svg +0 -12
  240. package/lib/assets/icons/cross.svg +0 -13
  241. package/lib/assets/icons/dot.svg +0 -9
  242. package/lib/select-editor/mb-select-editor/index.css +0 -127
  243. package/lib/select-editor/mb-select-editor/index.js +0 -197
  244. package/lib/select-editor/select-editor-option.js +0 -84
  245. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-editor}/index.css +0 -0
  246. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-editor}/index.js +0 -0
  247. /package/lib/{Department-editor/department-multiple-select → DepartmentMultipleSelectEditor}/index.css +0 -0
  248. /package/lib/DigitalSignEditor/{index.css → pc-editor/index.css} +0 -0
  249. /package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/file-name-editor/index.css +0 -0
  250. /package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/large-editor/index.css +0 -0
  251. /package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/large-editor/index.css +0 -0
  252. /package/lib/GeolocationEditor/{parse-geolocation.js → pc-editor/parse-geolocation.js} +0 -0
  253. /package/lib/GeolocationEditor/{selector-list.js → pc-editor/selector-list.js} +0 -0
  254. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/image-link/index.css +0 -0
  255. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/index.css +0 -0
  256. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/local-image-addition/index.css +0 -0
  257. /package/lib/LinkEditor/{mb-link-editor-popover → mb-popover}/index.js +0 -0
  258. /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.css +0 -0
  259. /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.js +0 -0
  260. /package/lib/{RowExpandDialog → RowExpand/pc-expand}/body/index.css +0 -0
  261. /package/lib/{RowExpandDialog → RowExpand/pc-expand}/column-content/index.css +0 -0
  262. /package/lib/{RowExpandDialog → RowExpand/pc-expand}/header/index.css +0 -0
  263. /package/lib/{RowExpandDialog → RowExpand/pc-expand}/index.css +0 -0
  264. /package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.css +0 -0
  265. /package/lib/RowExpandEditor/{RowExpandCheckboxEditor → checkbox-editor}/index.css +0 -0
  266. /package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.css +0 -0
  267. /package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.css +0 -0
  268. /package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.css +0 -0
  269. /package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.css +0 -0
  270. /package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.css +0 -0
  271. /package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.css +0 -0
  272. /package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.js +0 -0
  273. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.css +0 -0
  274. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.js +0 -0
  275. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/row-expand-file-item-formatter.js +0 -0
  276. /package/lib/RowExpandFormatter/{RowExpandFormulaFormatter → formula-formatter}/index.js +0 -0
  277. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.css +0 -0
  278. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.js +0 -0
  279. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/row-expand-image-item-formatter.js +0 -0
  280. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/collaborator-item-formatter.js +0 -0
  281. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.css +0 -0
  282. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.js +0 -0
  283. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/value-display-utils.js +0 -0
  284. /package/lib/RowExpandFormatter/{RowExpandRateFormatter → rate-formatter}/index.js +0 -0
  285. /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.css +0 -0
  286. /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.js +0 -0
  287. /package/lib/{Department-editor/constants.js → constants/departments.js} +0 -0
  288. /package/lib/{Department-editor/utils.js → utils/departments.js} +0 -0
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+ var _activityIndicator = _interopRequireDefault(require("antd-mobile/lib/activity-indicator"));
10
+ var _react = _interopRequireWildcard(require("react"));
11
+ var _MobileFullScreenPage = _interopRequireDefault(require("../../MobileFullScreenPage"));
12
+ var _filesPreviewer = _interopRequireDefault(require("../files-previewer"));
13
+ var _MobileUpload = _interopRequireDefault(require("../../MobileUpload"));
14
+ var _toaster = _interopRequireDefault(require("../../toaster"));
15
+ var _utils = require("../../utils/utils");
16
+ var _lang = require("../../lang");
17
+ require("./index.css");
18
+ const {
19
+ Header,
20
+ Body
21
+ } = _MobileFullScreenPage.default;
22
+ const MBFileEditor = _ref => {
23
+ let {
24
+ value: oldValue,
25
+ column,
26
+ config,
27
+ onToggle,
28
+ onCommit,
29
+ uploadFile
30
+ } = _ref;
31
+ const [value, setValue] = (0, _react.useState)(oldValue || []);
32
+ const [isShowEditor, setShowEditor] = (0, _react.useState)(false);
33
+ const [uploadLocalFiles, setUploadLocalFiles] = (0, _react.useState)([]);
34
+ const [isUploading, setUploading] = (0, _react.useState)(false);
35
+ const uploadingFilesCount = (0, _react.useRef)(0);
36
+ const uploadedFilesCount = (0, _react.useRef)(0);
37
+ const {
38
+ mediaUrl
39
+ } = config || {};
40
+ const resetFileValue = (0, _react.useCallback)(() => {
41
+ setUploadLocalFiles([]);
42
+ }, []);
43
+ const openEditor = (0, _react.useCallback)(() => {
44
+ setShowEditor(true);
45
+ }, []);
46
+ const closeEditor = (0, _react.useCallback)(() => {
47
+ setShowEditor(false);
48
+ }, []);
49
+ const deleteFile = (0, _react.useCallback)(file => {
50
+ const newValue = value.slice(0);
51
+ const fileIndex = value.fileIndex(v => v.url === file.url);
52
+ newValue.splice(fileIndex, 1);
53
+ setValue(newValue);
54
+ onCommit(newValue);
55
+ }, [value, onCommit]);
56
+ const onChange = (0, _react.useCallback)(() => {
57
+ const newValue = value.concat(uploadLocalFiles);
58
+ setValue(newValue);
59
+ onCommit(newValue);
60
+ setShowEditor(false);
61
+ }, [value, uploadLocalFiles, onCommit]);
62
+ const uploadImage = (0, _react.useCallback)(file => {
63
+ uploadFile(file).then(res => {
64
+ const fileInfo = res;
65
+ const newUploadLocalImages = uploadLocalFiles.slice(0);
66
+ newUploadLocalImages.push(fileInfo);
67
+ setUploadLocalFiles(newUploadLocalImages);
68
+ uploadedFilesCount.current = uploadedFilesCount.current + 1;
69
+ }).catch(error => {
70
+ let errMsg = (0, _utils.getErrorMsg)(error, true);
71
+ if (!error.response || error.response.status !== 403) {
72
+ _toaster.default.danger((0, _lang.getLocale)(errMsg));
73
+ }
74
+ uploadedFilesCount.current = uploadedFilesCount.current + 1;
75
+ });
76
+ }, [uploadFile, uploadLocalFiles]);
77
+ const onFilesChange = (0, _react.useCallback)(function () {
78
+ let files = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
79
+ setUploading(true);
80
+ uploadingFilesCount.current = files.length;
81
+ uploadedFilesCount.current = 0;
82
+ for (let i = 0; i < uploadingFilesCount.current; i++) {
83
+ const file = files[i];
84
+ const reader = new FileReader();
85
+ reader.readAsDataURL(file);
86
+ reader.addEventListener('load', () => {
87
+ uploadImage(file);
88
+ }, false);
89
+ reader.addEventListener('error', () => {
90
+ const message = (0, _lang.getLocale)('Image_loading_failed');
91
+ _toaster.default.warning(message);
92
+ uploadedFilesCount.current = uploadedFilesCount.current + 1;
93
+ }, false);
94
+ }
95
+ }, [uploadImage]);
96
+ (0, _react.useEffect)(() => {
97
+ if (uploadingFilesCount.current === uploadedFilesCount.current && uploadedFilesCount.current !== 0) {
98
+ uploadedFilesCount.current = 0;
99
+ uploadingFilesCount.current = 0;
100
+ onChange();
101
+ setUploading(false);
102
+ }
103
+ }, [uploadingFilesCount, uploadedFilesCount, onChange]);
104
+ return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
105
+ className: "dtable-ui-mobile-file-editor"
106
+ }, /*#__PURE__*/_react.default.createElement(Header, {
107
+ onLeftClick: onToggle
108
+ }, /*#__PURE__*/_react.default.createElement("i", {
109
+ "aria-hidden": "true",
110
+ className: "dtable-font dtable-icon-return"
111
+ }), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, column.name)), /*#__PURE__*/_react.default.createElement(Body, null, (0, _utils.isIPhone)() && (0, _utils.isQQBuiltInBrowser)() ? /*#__PURE__*/_react.default.createElement("div", {
112
+ className: "dtable-ui-file-open-external-browser"
113
+ }, /*#__PURE__*/_react.default.createElement("div", {
114
+ className: "seatable-tip-danger"
115
+ }, '不支持 QQ 内置浏览器上传图片或者文件'), /*#__PURE__*/_react.default.createElement("div", {
116
+ className: "image-container"
117
+ }, /*#__PURE__*/_react.default.createElement("img", {
118
+ src: mediaUrl + 'img/qq-upload-tip.png',
119
+ alt: "Open browser tip"
120
+ }))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_filesPreviewer.default, {
121
+ value: value,
122
+ togglePreviewer: openEditor,
123
+ closeEditor: closeEditor,
124
+ deleteFile: deleteFile,
125
+ resetFileValue: resetFileValue
126
+ }), isShowEditor && /*#__PURE__*/_react.default.createElement(_MobileUpload.default, {
127
+ type: "file",
128
+ onClose: closeEditor,
129
+ onChange: onFilesChange
130
+ }), isUploading && /*#__PURE__*/_react.default.createElement(_activityIndicator.default, {
131
+ toast: true,
132
+ text: (0, _lang.getLocale)('Files_are_uploading'),
133
+ animating: isUploading
134
+ }))));
135
+ };
136
+ var _default = exports.default = MBFileEditor;
@@ -0,0 +1 @@
1
+ @import url('../../../ImageEditor/pc-editor/addition-previewer/index.css');
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _localFileAddition = _interopRequireDefault(require("./local-file-addition"));
10
- var _lang = require("../../lang");
10
+ var _lang = require("../../../lang");
11
11
  require("./index.css");
12
12
  class AdditionPreviewer extends _react.default.Component {
13
13
  constructor(props) {
@@ -0,0 +1 @@
1
+ @import url('../../../../ImageEditor/pc-editor/addition-previewer/local-image-addition/index.css');
@@ -9,10 +9,10 @@ exports.default = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
10
  var _classnames = _interopRequireDefault(require("classnames"));
11
11
  var _reactstrap = require("reactstrap");
12
- var _UploadProgress = _interopRequireDefault(require("../../../UploadProgress"));
13
- var _url = require("../../../utils/url");
14
- var _FileUploader = _interopRequireDefault(require("../../../FileUploader"));
15
- var _lang = require("../../../lang");
12
+ var _UploadProgress = _interopRequireDefault(require("../../../../UploadProgress"));
13
+ var _url = require("../../../../utils/url");
14
+ var _FileUploader = _interopRequireDefault(require("../../../../FileUploader"));
15
+ var _lang = require("../../../../lang");
16
16
  require("./index.css");
17
17
  class LocalFileAddition extends _react.default.Component {
18
18
  constructor(props) {
@@ -0,0 +1,5 @@
1
+ @import url('../../ImageEditor/pc-editor/index.css');
2
+
3
+ .dtable-ui-file-editor-container {
4
+ min-height: 300px;
5
+ }
@@ -0,0 +1,274 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _reactstrap = require("reactstrap");
10
+ var _filesPreviewer = _interopRequireDefault(require("../files-previewer"));
11
+ var _additionPreviewer = _interopRequireDefault(require("./addition-previewer"));
12
+ var _constants = require("../../constants");
13
+ var _DTableModalHeader = _interopRequireDefault(require("../../DTableModalHeader"));
14
+ var _lang = require("../../lang");
15
+ var _constants2 = require("../constants");
16
+ var _utils = require("../../utils/utils");
17
+ var _toaster = _interopRequireDefault(require("../../toaster"));
18
+ require("./index.css");
19
+ class PCFileEditor extends _react.default.Component {
20
+ constructor(props) {
21
+ var _this;
22
+ super(props);
23
+ _this = this;
24
+ this.getValue = () => {
25
+ return this.state.value;
26
+ };
27
+ this.getEditorView = () => {
28
+ const {
29
+ isInModal,
30
+ value
31
+ } = this.props;
32
+ return !value || value.length === 0 || isInModal ? _constants.FILE_EDITOR_STATUS.ADDITION : _constants.FILE_EDITOR_STATUS.PREVIEWER;
33
+ };
34
+ this.deleteImage = function (index) {
35
+ let type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
36
+ let uploadLocalFileValue = _this.state.uploadLocalFileValue.slice(0);
37
+ let value = _this.state.value.slice(0);
38
+ if (_this.state.editorView === _constants.FILE_EDITOR_STATUS.PREVIEWER) {
39
+ value.splice(index, 1);
40
+ } else {
41
+ if (type === 'localPicture') {
42
+ uploadLocalFileValue.splice(index, 1);
43
+ }
44
+ }
45
+ _this.setState({
46
+ uploadLocalFileValue: uploadLocalFileValue,
47
+ isUpdated: true,
48
+ value: value
49
+ });
50
+ };
51
+ this.resetAdditionImage = () => {
52
+ this.setState({
53
+ uploadLocalFileValue: [],
54
+ imageLinkValue: []
55
+ });
56
+ };
57
+ this.toggle = e => {
58
+ e.stopPropagation();
59
+ if (this.state.isOpen && this.state.isUpdated) {
60
+ if (this.state.editorView === _constants.FILE_EDITOR_STATUS.ADDITION) {
61
+ let {
62
+ value,
63
+ uploadLocalFileValue
64
+ } = this.state;
65
+ let newValue = value.concat(uploadLocalFileValue);
66
+ this.setState({
67
+ value: newValue
68
+ }, () => {
69
+ this.props.isInModal ? this.props.onCommit(this.getValue()) : this.props.onCommit();
70
+ });
71
+ return;
72
+ }
73
+ this.props.isInModal ? this.props.onCommit(this.getValue()) : this.props.onCommit();
74
+ }
75
+ if (this.props.isInModal) {
76
+ this.props.onToggle();
77
+ }
78
+ const nextIsOpen = !this.state.isOpen;
79
+ this.setState({
80
+ isOpen: nextIsOpen
81
+ }, () => {
82
+ if (!nextIsOpen) {
83
+ this.props.onCommitCancel && this.props.onCommitCancel();
84
+ }
85
+ });
86
+ };
87
+ this.closeEditor = () => {
88
+ this.setState({
89
+ isOpen: false
90
+ });
91
+ };
92
+ this.togglePreviewer = type => {
93
+ this.setState({
94
+ editorView: type
95
+ });
96
+ };
97
+ this.fileUploadCompleted = fileMessage => {
98
+ let uploadLocalFileValue = this.state.uploadLocalFileValue.slice(0);
99
+ let fileUploadMessage = {
100
+ name: fileMessage.name,
101
+ size: fileMessage.size,
102
+ type: fileMessage.type,
103
+ url: fileMessage.url,
104
+ upload_time: fileMessage.upload_time
105
+ };
106
+ uploadLocalFileValue.push(fileUploadMessage);
107
+ this.setState({
108
+ uploadLocalFileValue: uploadLocalFileValue,
109
+ isUpdated: true
110
+ });
111
+ };
112
+ this.addUploadedFile = fileMessageList => {
113
+ const uploadLocalFileValue = [...this.state.uploadLocalFileValue, ...fileMessageList.map(_ref => {
114
+ let {
115
+ name,
116
+ size,
117
+ type,
118
+ url,
119
+ mtime
120
+ } = _ref;
121
+ return {
122
+ name,
123
+ size,
124
+ type: type || 'file',
125
+ url,
126
+ upload_time: mtime
127
+ };
128
+ })];
129
+ this.setState({
130
+ uploadLocalFileValue,
131
+ isUpdated: true
132
+ });
133
+ };
134
+ this.renderHeader = () => {
135
+ let {
136
+ editorView
137
+ } = this.state;
138
+ // if (this.props.isInModal) {
139
+ // return (<span>{getLocale('Add_files')}</span>);
140
+ // }
141
+ if (editorView === _constants.FILE_EDITOR_STATUS.PREVIEWER) {
142
+ return /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('All_files'));
143
+ }
144
+ return /*#__PURE__*/_react.default.createElement("div", {
145
+ onClick: this.showImageListPreviewer
146
+ }, /*#__PURE__*/_react.default.createElement("span", {
147
+ "aria-hidden": "true",
148
+ className: "dtable-font dtable-icon-return mr-2"
149
+ }), /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Add_files')));
150
+ };
151
+ this.showImageListPreviewer = () => {
152
+ let {
153
+ value,
154
+ uploadLocalFileValue,
155
+ imageLinkValue
156
+ } = this.state;
157
+ let newValue = value.concat(uploadLocalFileValue, imageLinkValue);
158
+ this.setState({
159
+ value: newValue
160
+ });
161
+ this.togglePreviewer(_constants.FILE_EDITOR_STATUS.PREVIEWER);
162
+ };
163
+ this.uploadFile = (file, callback) => {
164
+ return this.props.uploadFile(file, _constants2.FILES_FOLDER, callback);
165
+ };
166
+ this.resetFileValue = () => {
167
+ this.setState({
168
+ uploadLocalFileValue: []
169
+ });
170
+ };
171
+ this.deleteFile = (index, type) => {
172
+ let uploadLocalFileValue = this.state.uploadLocalFileValue.slice(0);
173
+ let value = this.state.value.slice(0);
174
+ if (this.state.editorView === _constants.FILE_EDITOR_STATUS.PREVIEWER) {
175
+ value.splice(index, 1);
176
+ } else {
177
+ if (type === 'localFile') {
178
+ uploadLocalFileValue.splice(index, 1);
179
+ }
180
+ }
181
+ this.setState({
182
+ uploadLocalFileValue: uploadLocalFileValue,
183
+ isUpdated: true,
184
+ value: value
185
+ });
186
+ };
187
+ this.deleteFilesByPreviewer = fileList => {
188
+ const result = this.state.value.filter(file => !fileList.includes(file.name));
189
+ this.setState({
190
+ isUpdated: true,
191
+ value: result
192
+ });
193
+ };
194
+ this.onRenameFile = (index, newName) => {
195
+ let newValue = this.state.value.slice(0);
196
+ let fileItem = newValue[index];
197
+ if (!this.props.renameFile) return;
198
+ this.props.renameFile(fileItem, newName).then(res => {
199
+ const {
200
+ name,
201
+ url
202
+ } = res.data;
203
+ fileItem = {
204
+ ...fileItem,
205
+ name,
206
+ url
207
+ };
208
+ newValue[index] = fileItem;
209
+ this.setState({
210
+ value: newValue
211
+ });
212
+ }).catch(error => {
213
+ const errorMessage = (0, _utils.getErrorMsg)(error);
214
+ if (!error.response || error.response.status !== 403) {
215
+ _toaster.default.danger((0, _lang.getLocale)(errorMessage));
216
+ }
217
+ });
218
+ };
219
+ this.onRotateImage = (url, degree) => {
220
+ this.props.rotateImage(url, degree).then(res => {
221
+ // todo
222
+ }).catch(error => {
223
+ const errorMessage = (0, _utils.getErrorMsg)(error);
224
+ if (!error.response || error.response.status !== 403) {
225
+ _toaster.default.danger((0, _lang.getLocale)(errorMessage));
226
+ }
227
+ });
228
+ };
229
+ this.state = {
230
+ value: props.value || [],
231
+ editorView: this.getEditorView(),
232
+ isOpen: true,
233
+ isShowFileChooser: false,
234
+ uploadLocalFileValue: [],
235
+ imageLinkValue: [],
236
+ isUpdated: false
237
+ };
238
+ }
239
+ render() {
240
+ return /*#__PURE__*/_react.default.createElement(_reactstrap.Modal, {
241
+ className: "dtable-ui-image-editor-dialog dtable-ui-file-editor-dialog",
242
+ contentClassName: "dtable-ui-image-editor-modal",
243
+ isOpen: this.state.isOpen,
244
+ toggle: this.toggle
245
+ }, /*#__PURE__*/_react.default.createElement(_DTableModalHeader.default, {
246
+ toggle: this.toggle
247
+ }, this.renderHeader()), /*#__PURE__*/_react.default.createElement(_reactstrap.ModalBody, {
248
+ className: "p-0"
249
+ }, /*#__PURE__*/_react.default.createElement("div", {
250
+ className: "dtable-ui-image-editor-container dtable-ui-file-editor-container"
251
+ }, this.state.editorView === _constants.FILE_EDITOR_STATUS.PREVIEWER && /*#__PURE__*/_react.default.createElement(_filesPreviewer.default, {
252
+ value: this.state.value,
253
+ config: this.props.config,
254
+ togglePreviewer: this.togglePreviewer,
255
+ deleteFile: this.deleteFile,
256
+ deleteFiles: this.deleteFilesByPreviewer,
257
+ renameFile: this.props.renameFile ? this.onRenameFile : null,
258
+ resetFileValue: this.resetFileValue,
259
+ rotateImage: this.props.rotateImage ? this.onRotateImage : null,
260
+ getDownLoadFiles: this.props.getDownLoadFiles || (() => {})
261
+ }), this.state.editorView === _constants.FILE_EDITOR_STATUS.ADDITION && /*#__PURE__*/_react.default.createElement(_additionPreviewer.default, {
262
+ config: this.props.config,
263
+ deleteImage: this.deleteImage,
264
+ handleFilesChange: this.handleFilesChange,
265
+ uploadLocalFileValue: this.state.uploadLocalFileValue,
266
+ togglePreviewer: this.togglePreviewer,
267
+ fileUploadCompleted: this.fileUploadCompleted,
268
+ addUploadedFile: this.addUploadedFile,
269
+ showImageListPreviewer: this.showImageListPreviewer,
270
+ uploadFile: this.uploadFile
271
+ }))));
272
+ }
273
+ }
274
+ var _default = exports.default = PCFileEditor;
@@ -5,13 +5,13 @@
5
5
  margin-right: 10px;
6
6
  }
7
7
 
8
- .dtable-ui.dtable-row-expand-formatter .formula-formatter-content-item {
8
+ .dtable-ui.dtable-ui-row-expand-formatter .formula-formatter-content-item {
9
9
  margin-top: 0.5rem;
10
10
  margin-bottom: 5px;
11
11
  }
12
12
 
13
- .dtable-ui.dtable-row-expand-formatter .formula-url-formatter-column .formula-url-link,
14
- .dtable-ui.dtable-row-expand-formatter .formula-url-formatter-column .formula-email-link {
13
+ .dtable-ui.dtable-ui-row-expand-formatter .formula-url-formatter-column .formula-url-link,
14
+ .dtable-ui.dtable-ui-row-expand-formatter .formula-url-formatter-column .formula-email-link {
15
15
  display: flex;
16
16
  align-items: center;
17
17
  font-size: 14px;
@@ -28,8 +28,8 @@
28
28
  box-shadow: 0 0 1px;
29
29
  }
30
30
 
31
- .dtable-ui.dtable-row-expand-formatter .formula-url-formatter-column .formula-email-link:hover,
32
- .dtable-ui.dtable-row-expand-formatter .formula-url-formatter-column .formula-url-link:hover {
31
+ .dtable-ui.dtable-ui-row-expand-formatter .formula-url-formatter-column .formula-email-link:hover,
32
+ .dtable-ui.dtable-ui-row-expand-formatter .formula-url-formatter-column .formula-url-link:hover {
33
33
  background: #f5f5f5;
34
34
  border: 1px solid #c9c9c9;
35
35
  }