dtable-ui-component 6.0.29-beta10 → 6.0.29-beta2

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 (282) hide show
  1. package/lib/CheckboxEditor/index.js +118 -24
  2. package/lib/CheckboxFormatter/index.css +1 -1
  3. package/lib/CheckboxFormatter/index.js +25 -10
  4. package/lib/CollaboratorEditor/index.js +11 -23
  5. package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +85 -0
  6. package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +148 -0
  7. package/lib/DTableCommonAddTool/index.js +3 -1
  8. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +6 -6
  9. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +6 -6
  10. package/lib/DateEditor/index.js +95 -69
  11. package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +118 -0
  12. package/lib/DateEditor/mb-date-editor-popover/index.css +45 -0
  13. package/lib/DateEditor/mb-date-editor-popover/index.js +226 -0
  14. package/lib/DateEditor/{pc-editor.js → pc-date-editor-popover.js} +9 -9
  15. package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.js +6 -6
  16. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/department-single-select.js +7 -7
  17. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.css +3 -10
  18. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.js +25 -8
  19. package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.css +1 -0
  20. package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.js +3 -3
  21. package/lib/DigitalSignEditor/index.js +171 -24
  22. package/lib/FileEditor/addition-previewer/index.css +1 -0
  23. package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
  24. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
  25. package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/local-file-addition/index.js +4 -4
  26. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/dropdown-menu.js +1 -1
  27. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.js +1 -1
  28. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.css +2 -0
  29. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.js +2 -2
  30. package/lib/FileEditor/files-previewer/index.js +268 -26
  31. package/lib/FileEditor/index.css +5 -0
  32. package/lib/FileEditor/index.js +265 -26
  33. package/lib/FormulaFormatter/index.css +5 -5
  34. package/lib/GeolocationEditor/{pc-editor/country-editor.js → country-editor.js} +50 -5
  35. package/lib/GeolocationEditor/{pc-editor/index.css → index.css} +4 -3
  36. package/lib/GeolocationEditor/index.js +230 -90
  37. package/lib/GeolocationEditor/{pc-editor/location-editor.js → location-editor.js} +41 -8
  38. package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/index.js +6 -6
  39. package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.js +7 -7
  40. package/lib/GeolocationEditor/map-editor-utils.js +2 -6
  41. package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/index.js +7 -7
  42. package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.js +7 -7
  43. package/lib/GeolocationEditor/{pc-editor/province-city-editor.js → province-city-editor.js} +38 -7
  44. package/lib/GeolocationEditor/{pc-editor/province-editor.js → province-editor.js} +31 -7
  45. package/lib/GeolocationEditor/{pc-editor/selector-header-item.js → selector-header-item.js} +1 -1
  46. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.js +1 -1
  47. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
  48. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.js +4 -4
  49. package/lib/ImageEditor/images-previewer/image-preview/index.js +3 -3
  50. package/lib/ImageEditor/images-previewer/index.js +4 -9
  51. package/lib/ImageEditor/index.css +16 -17
  52. package/lib/ImageEditor/index.js +185 -26
  53. package/lib/ImageThumbnail/index.js +1 -2
  54. package/lib/LinkEditor/index.js +5 -5
  55. package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.css +1 -1
  56. package/lib/MultipleSelectEditor/index.js +14 -9
  57. package/lib/RowExpandDialog/column-content/index.js +2 -2
  58. package/lib/RowExpandDialog/index.js +0 -2
  59. package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.js +4 -6
  60. package/lib/RowExpandEditor/{checkbox-editor/pc-editor.js → RowExpandCheckboxEditor/index.js} +13 -9
  61. package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.css +1 -1
  62. package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.js +7 -6
  63. package/lib/RowExpandEditor/{date-editor/pc-editor.js → RowExpandDateEditor/index.js} +2 -2
  64. package/lib/RowExpandEditor/{department-editor/pc-editor.js → RowExpandDepartmentEditor/index.js} +49 -44
  65. package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.css +1 -1
  66. package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.js +11 -11
  67. package/lib/RowExpandEditor/{duration-editor/pc-editor.js → RowExpandDurationEditor/index.js} +2 -2
  68. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
  69. package/lib/RowExpandEditor/{email-editor/pc-editor → RowExpandEmailEditor}/index.js +3 -3
  70. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
  71. package/lib/RowExpandEditor/{file-editor/pc-editor → RowExpandFileEditor}/index.js +9 -9
  72. package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.js +11 -10
  73. package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.js +9 -9
  74. package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.js +7 -7
  75. package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.css +1 -1
  76. package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.js +6 -6
  77. package/lib/RowExpandEditor/{number-editor/pc-editor.js → RowExpandNumberEditor/index.js} +2 -2
  78. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
  79. package/lib/RowExpandEditor/{rate-editor/pc-editor.js → RowExpandRateEditor/index.js} +3 -2
  80. package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.js +17 -17
  81. package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.js +7 -7
  82. package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.js +6 -6
  83. package/lib/RowExpandEditor/constants.js +34 -34
  84. package/lib/RowExpandFormatter/{department-formatter/pc-formatter.js → RowExpandDepartmentFormatter/index.js} +2 -2
  85. package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.css +4 -4
  86. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +5 -0
  87. package/lib/RowExpandFormatter/constants.js +17 -17
  88. package/lib/RowExpandFormatter/index.css +18 -33
  89. package/lib/RowExpandFormatter/index.js +1 -1
  90. package/lib/SelectItem/index.js +33 -57
  91. package/lib/SingleSelectEditor/index.js +14 -9
  92. package/lib/SvgIcon/index.js +20 -15
  93. package/lib/assets/icons/check.svg +12 -0
  94. package/lib/assets/icons/cross.svg +13 -0
  95. package/lib/assets/icons/dot.svg +9 -0
  96. package/lib/constants/index.js +2 -3
  97. package/lib/css/mb-cell-editor.css +1 -1
  98. package/lib/index.js +6 -69
  99. package/lib/locales/de.json +1 -3
  100. package/lib/locales/en.json +1 -3
  101. package/lib/locales/es.json +1 -3
  102. package/lib/locales/fr.json +1 -3
  103. package/lib/locales/pt.json +1 -3
  104. package/lib/locales/ru.json +1 -3
  105. package/lib/locales/zh-CN.json +1 -3
  106. package/lib/select-editor/index.js +20 -27
  107. package/lib/select-editor/mb-select-editor/index.css +127 -0
  108. package/lib/select-editor/mb-select-editor/index.js +197 -0
  109. package/lib/select-editor/{pc-editor → pc-select-editor}/index.css +1 -1
  110. package/lib/select-editor/{pc-editor → pc-select-editor}/index.js +7 -7
  111. package/lib/select-editor/select-editor-option.js +84 -0
  112. package/lib/utils/editor-utils.js +2 -6
  113. package/lib/utils/get-event-transfer.js +1 -2
  114. package/lib/utils/utils.js +2 -11
  115. package/package.json +2 -2
  116. package/lib/BodyPortal/index.js +0 -29
  117. package/lib/CheckboxEditor/mb-editor.js +0 -99
  118. package/lib/CheckboxEditor/pc-editor.js +0 -118
  119. package/lib/CollaboratorEditor/mb-editor/index.css +0 -41
  120. package/lib/CollaboratorEditor/mb-editor/index.js +0 -88
  121. package/lib/DateEditor/mb-editor/custom-rc-calendar.css +0 -118
  122. package/lib/DateEditor/mb-editor/index.css +0 -39
  123. package/lib/DateEditor/mb-editor/index.js +0 -215
  124. package/lib/DepartmentSingleSelectEditor/index.js +0 -34
  125. package/lib/DepartmentSingleSelectEditor/mb-editor/index.css +0 -4
  126. package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +0 -227
  127. package/lib/DigitalSignEditor/mb-editor/index.css +0 -35
  128. package/lib/DigitalSignEditor/mb-editor/index.js +0 -144
  129. package/lib/DigitalSignEditor/pc-editor/index.js +0 -181
  130. package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +0 -122
  131. package/lib/FileEditor/files-previewer/mb-previewer/index.css +0 -39
  132. package/lib/FileEditor/files-previewer/mb-previewer/index.js +0 -64
  133. package/lib/FileEditor/files-previewer/pc-previewer/index.js +0 -276
  134. package/lib/FileEditor/mb-editor/index.css +0 -10
  135. package/lib/FileEditor/mb-editor/index.js +0 -136
  136. package/lib/FileEditor/pc-editor/addition-previewer/index.css +0 -1
  137. package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.css +0 -1
  138. package/lib/FileEditor/pc-editor/index.css +0 -5
  139. package/lib/FileEditor/pc-editor/index.js +0 -274
  140. package/lib/GeolocationEditor/mb-editor/country-editor.js +0 -79
  141. package/lib/GeolocationEditor/mb-editor/index.css +0 -11
  142. package/lib/GeolocationEditor/mb-editor/index.js +0 -125
  143. package/lib/GeolocationEditor/mb-editor/location-editor.js +0 -101
  144. package/lib/GeolocationEditor/mb-editor/map-editor/index.css +0 -11
  145. package/lib/GeolocationEditor/mb-editor/map-editor/index.js +0 -474
  146. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.css +0 -158
  147. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +0 -530
  148. package/lib/GeolocationEditor/mb-editor/province-city-editor.js +0 -77
  149. package/lib/GeolocationEditor/mb-editor/province-editor.js +0 -76
  150. package/lib/GeolocationEditor/pc-editor/index.js +0 -247
  151. package/lib/ImageEditor/mb-editor/index.css +0 -29
  152. package/lib/ImageEditor/mb-editor/index.js +0 -136
  153. package/lib/ImageEditor/pc-editor/images-previewer/index.js +0 -140
  154. package/lib/ImageEditor/pc-editor/index.css +0 -24
  155. package/lib/ImageEditor/pc-editor/index.js +0 -194
  156. package/lib/MobileFullScreenPage/body/index.css +0 -9
  157. package/lib/MobileFullScreenPage/body/index.js +0 -23
  158. package/lib/MobileFullScreenPage/header/index.css +0 -39
  159. package/lib/MobileFullScreenPage/header/index.js +0 -38
  160. package/lib/MobileFullScreenPage/index.css +0 -13
  161. package/lib/MobileFullScreenPage/index.js +0 -73
  162. package/lib/MobileModal/index.js +0 -41
  163. package/lib/MobileOperationSheet/index.css +0 -27
  164. package/lib/MobileOperationSheet/index.js +0 -92
  165. package/lib/MobileSelector/empty/index.css +0 -3
  166. package/lib/MobileSelector/empty/index.js +0 -23
  167. package/lib/MobileSelector/index.css +0 -32
  168. package/lib/MobileSelector/index.js +0 -57
  169. package/lib/MobileSelector/option/index.css +0 -28
  170. package/lib/MobileSelector/option/index.js +0 -36
  171. package/lib/MobileSelector/options/index.css +0 -8
  172. package/lib/MobileSelector/options/index.js +0 -18
  173. package/lib/MobileSelector/search/index.css +0 -7
  174. package/lib/MobileSelector/search/index.js +0 -26
  175. package/lib/MobileUpload/index.css +0 -1
  176. package/lib/MobileUpload/index.js +0 -160
  177. package/lib/RowExpand/index.js +0 -24
  178. package/lib/RowExpandEditor/add-btn/index.js +0 -24
  179. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +0 -3
  180. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +0 -19
  181. package/lib/RowExpandEditor/checkbox-editor/index.js +0 -25
  182. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +0 -6
  183. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +0 -36
  184. package/lib/RowExpandEditor/collaborator-editor/index.js +0 -24
  185. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +0 -9
  186. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +0 -163
  187. package/lib/RowExpandEditor/date-editor/index.js +0 -24
  188. package/lib/RowExpandEditor/date-editor/mb-editor.js +0 -82
  189. package/lib/RowExpandEditor/department-editor/index.js +0 -24
  190. package/lib/RowExpandEditor/department-editor/mb-editor.js +0 -65
  191. package/lib/RowExpandEditor/digital-sign-editor/index.js +0 -24
  192. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +0 -1
  193. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +0 -130
  194. package/lib/RowExpandEditor/duration-editor/index.js +0 -24
  195. package/lib/RowExpandEditor/duration-editor/mb-editor.js +0 -71
  196. package/lib/RowExpandEditor/email-editor/index.js +0 -24
  197. package/lib/RowExpandEditor/email-editor/mb-editor/index.css +0 -1
  198. package/lib/RowExpandEditor/email-editor/mb-editor/index.js +0 -84
  199. package/lib/RowExpandEditor/email-editor/pc-editor/index.css +0 -1
  200. package/lib/RowExpandEditor/file-editor/index.js +0 -24
  201. package/lib/RowExpandEditor/file-editor/mb-editor/index.js +0 -114
  202. package/lib/RowExpandEditor/file-editor/pc-editor/index.css +0 -1
  203. package/lib/RowExpandEditor/geolocation-editor/index.js +0 -24
  204. package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +0 -100
  205. package/lib/RowExpandEditor/image-editor/index.js +0 -24
  206. package/lib/RowExpandEditor/image-editor/mb-editor/index.css +0 -30
  207. package/lib/RowExpandEditor/image-editor/mb-editor/index.js +0 -109
  208. package/lib/RowExpandEditor/long-text-editor/index.js +0 -24
  209. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +0 -10
  210. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +0 -80
  211. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +0 -3
  212. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +0 -91
  213. package/lib/RowExpandEditor/multiple-select-editor/index.js +0 -24
  214. package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +0 -154
  215. package/lib/RowExpandEditor/number-editor/index.js +0 -24
  216. package/lib/RowExpandEditor/number-editor/mb-editor/index.css +0 -3
  217. package/lib/RowExpandEditor/number-editor/mb-editor/index.js +0 -76
  218. package/lib/RowExpandEditor/rate-editor/index.css +0 -34
  219. package/lib/RowExpandEditor/rate-editor/index.js +0 -25
  220. package/lib/RowExpandEditor/rate-editor/mb-editor.js +0 -92
  221. package/lib/RowExpandEditor/right-angle/index.css +0 -6
  222. package/lib/RowExpandEditor/right-angle/index.js +0 -17
  223. package/lib/RowExpandEditor/single-select-editor/index.js +0 -24
  224. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +0 -8
  225. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +0 -134
  226. package/lib/RowExpandEditor/text-editor/index.js +0 -24
  227. package/lib/RowExpandEditor/text-editor/mb-editor/index.css +0 -14
  228. package/lib/RowExpandEditor/text-editor/mb-editor/index.js +0 -37
  229. package/lib/RowExpandEditor/url-editor/index.js +0 -24
  230. package/lib/RowExpandEditor/url-editor/mb-editor/index.css +0 -17
  231. package/lib/RowExpandEditor/url-editor/mb-editor/index.js +0 -87
  232. package/lib/RowExpandFormatter/department-formatter/index.js +0 -19
  233. package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +0 -20
  234. package/lib/RowExpandFormatter/rate-formatter/index.css +0 -5
  235. package/lib/RowExpandView/body/index.css +0 -173
  236. package/lib/RowExpandView/body/index.js +0 -111
  237. package/lib/RowExpandView/column-content/index.css +0 -27
  238. package/lib/RowExpandView/column-content/index.js +0 -25
  239. package/lib/RowExpandView/index.css +0 -3
  240. package/lib/RowExpandView/index.js +0 -178
  241. package/lib/select-editor/mb-editor/index.css +0 -1
  242. package/lib/select-editor/mb-editor/index.js +0 -105
  243. /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.css +0 -0
  244. /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.js +0 -0
  245. /package/lib/{constants/departments.js → Department-editor/constants.js} +0 -0
  246. /package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.css +0 -0
  247. /package/lib/{utils/departments.js → Department-editor/utils.js} +0 -0
  248. /package/lib/DigitalSignEditor/{pc-editor/index.css → index.css} +0 -0
  249. /package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.css +0 -0
  250. /package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.css +0 -0
  251. /package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.css +0 -0
  252. /package/lib/GeolocationEditor/{pc-editor/parse-geolocation.js → parse-geolocation.js} +0 -0
  253. /package/lib/GeolocationEditor/{pc-editor/selector-list.js → selector-list.js} +0 -0
  254. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.css +0 -0
  255. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.css +0 -0
  256. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.css +0 -0
  257. /package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.js +0 -0
  258. /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.css +0 -0
  259. /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.js +0 -0
  260. /package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.css +0 -0
  261. /package/lib/RowExpandEditor/{checkbox-editor → RowExpandCheckboxEditor}/index.css +0 -0
  262. /package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.css +0 -0
  263. /package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.css +0 -0
  264. /package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.css +0 -0
  265. /package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.css +0 -0
  266. /package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.css +0 -0
  267. /package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.css +0 -0
  268. /package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.js +0 -0
  269. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.css +0 -0
  270. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.js +0 -0
  271. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +0 -0
  272. /package/lib/RowExpandFormatter/{formula-formatter → RowExpandFormulaFormatter}/index.js +0 -0
  273. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.css +0 -0
  274. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.js +0 -0
  275. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +0 -0
  276. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +0 -0
  277. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.css +0 -0
  278. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.js +0 -0
  279. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
  280. /package/lib/RowExpandFormatter/{rate-formatter → RowExpandRateFormatter}/index.js +0 -0
  281. /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.css +0 -0
  282. /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.js +0 -0
@@ -1,276 +0,0 @@
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 _url = require("../../../utils/url");
10
- var _utils = require("../../../utils/utils");
11
- var _constants = require("../../../constants");
12
- var _lang = require("../../../lang");
13
- var _ImagePreviewerLightbox = _interopRequireDefault(require("../../../ImagePreviewerLightbox"));
14
- var _DTableCommonAddTool = _interopRequireDefault(require("../../../DTableCommonAddTool"));
15
- var _filePreviewer = _interopRequireDefault(require("./file-previewer"));
16
- class PCFilesPreviewer extends _react.default.Component {
17
- constructor(props) {
18
- super(props);
19
- this.getFileItemImageUrlList = value => {
20
- this.setState({
21
- fileImageUrlList: (0, _url.getValidFileImageUrls)(value)
22
- });
23
- };
24
- this.showLargeImage = itemUrl => {
25
- let {
26
- fileImageUrlList
27
- } = this.state;
28
- this.setState({
29
- isShowLargeImage: true,
30
- largeImageIndex: fileImageUrlList.indexOf(itemUrl)
31
- });
32
- };
33
- this.moveNext = () => {
34
- let {
35
- fileImageUrlList
36
- } = this.state;
37
- this.setState(prevState => ({
38
- largeImageIndex: (prevState.largeImageIndex + 1) % fileImageUrlList.length
39
- }));
40
- };
41
- this.movePrev = () => {
42
- let {
43
- fileImageUrlList
44
- } = this.state;
45
- this.setState(prevState => ({
46
- largeImageIndex: (prevState.largeImageIndex + fileImageUrlList.length - 1) % fileImageUrlList.length
47
- }));
48
- };
49
- this.hideLargeImage = () => {
50
- this.setState({
51
- isShowLargeImage: false,
52
- largeImageIndex: -1
53
- });
54
- };
55
- this.downloadImage = imageItemUrl => {
56
- const {
57
- value
58
- } = this.props;
59
- const file = value.find(v => v.url === imageItemUrl);
60
- if (!file) return;
61
- this.props.getDownLoadFiles([file], _ref => {
62
- let [dFile] = _ref;
63
- dFile && (0, _utils.downloadFile)(dFile);
64
- });
65
- };
66
- this.onRotateImage = (imageIndex, degree) => {
67
- let {
68
- fileImageUrlList
69
- } = this.state;
70
- const imageUrl = fileImageUrlList[imageIndex];
71
- this.props.onRotateImage && this.props.onRotateImage(imageUrl, degree);
72
- };
73
- this.deleteImage = (index, type) => {
74
- const {
75
- value
76
- } = this.props;
77
- let {
78
- fileImageUrlList
79
- } = this.state;
80
- const imageUrl = fileImageUrlList[index];
81
- let fileItemIndex = value.findIndex(fileItem => fileItem.url === imageUrl);
82
- this.props.deleteFile(fileItemIndex, type);
83
- if (index > fileImageUrlList.length - 2) {
84
- if (fileImageUrlList.length - 2 < 0) {
85
- this.hideLargeImage();
86
- } else {
87
- this.setState({
88
- largeImageIndex: 0
89
- });
90
- }
91
- }
92
- };
93
- this.togglePreviewer = () => {
94
- this.props.togglePreviewer(_constants.FILE_EDITOR_STATUS.ADDITION);
95
- this.props.resetFileValue();
96
- };
97
- this.freezeItem = () => {
98
- this.setState({
99
- isItemFreezed: true
100
- });
101
- };
102
- this.unFreezeItem = () => {
103
- this.setState({
104
- isItemFreezed: false
105
- });
106
- };
107
- this.onSelectFiles = name => {
108
- const {
109
- selectedFilesList
110
- } = this.state;
111
- let filesList = selectedFilesList.slice(0);
112
- const selectedFileIndex = selectedFilesList.indexOf(name);
113
- if (selectedFileIndex > -1) {
114
- filesList.splice(selectedFileIndex, 1);
115
- } else {
116
- filesList.push(name);
117
- }
118
- this.setState({
119
- selectedFilesList: filesList
120
- });
121
- };
122
- this.onSelectAllFiles = () => {
123
- const {
124
- value
125
- } = this.props;
126
- const {
127
- selectedFilesList
128
- } = this.state;
129
- if (value.length === 0) return;
130
- let allFilesList = selectedFilesList.slice(0);
131
- value.map(item => {
132
- if (selectedFilesList.indexOf(item.name) === -1) {
133
- allFilesList.push(item.name);
134
- }
135
- return null;
136
- });
137
- this.setState({
138
- selectedFilesList: allFilesList
139
- });
140
- };
141
- this.onChangeSelectMultipleFiles = state => {
142
- this.setState({
143
- isSelectMultipleFiles: state,
144
- selectedFilesList: []
145
- });
146
- };
147
- this.onDownloadAllSelectedFiles = () => {
148
- const {
149
- config
150
- } = this.props;
151
- const {
152
- selectedFilesList
153
- } = this.state;
154
- if (selectedFilesList.length === 0) return;
155
- this.props.getDownLoadFiles(selectedFilesList, downloadFilesUrlList => {
156
- if (downloadFilesUrlList.length > 0) {
157
- (0, _utils.downloadFiles)(downloadFilesUrlList, config);
158
- }
159
- this.onChangeSelectMultipleFiles(false);
160
- });
161
- };
162
- this.onDeleteAllSelectedFiles = () => {
163
- const {
164
- selectedFilesList
165
- } = this.state;
166
- this.props.deleteFiles(selectedFilesList);
167
- this.onChangeSelectMultipleFiles(false);
168
- };
169
- this.renderFilesOperation = () => {
170
- const {
171
- value,
172
- deleteFiles,
173
- getDownLoadFiles
174
- } = this.props;
175
- const {
176
- isSelectMultipleFiles,
177
- selectedFilesList
178
- } = this.state;
179
- if (value.length === 0) return null;
180
- return /*#__PURE__*/_react.default.createElement("div", {
181
- className: "dtable-ui-file-editor-operation-content"
182
- }, !isSelectMultipleFiles ? /*#__PURE__*/_react.default.createElement("span", {
183
- onClick: this.onChangeSelectMultipleFiles.bind(this, true)
184
- }, (0, _lang.getLocale)('Select')) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, selectedFilesList.length > 0 && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, deleteFiles && /*#__PURE__*/_react.default.createElement("span", {
185
- onClick: this.onDeleteAllSelectedFiles
186
- }, (0, _lang.getLocale)('Delete')), getDownLoadFiles && /*#__PURE__*/_react.default.createElement("span", {
187
- className: "ml-2",
188
- onClick: this.onDownloadAllSelectedFiles
189
- }, (0, _lang.getLocale)('Download'))), /*#__PURE__*/_react.default.createElement("span", {
190
- className: "ml-2",
191
- onClick: this.onSelectAllFiles
192
- }, (0, _lang.getLocale)('Select_all')), /*#__PURE__*/_react.default.createElement("span", {
193
- className: "ml-2",
194
- onClick: this.onChangeSelectMultipleFiles.bind(this, false)
195
- }, (0, _lang.getLocale)('Cancel'))));
196
- };
197
- this.state = {
198
- isShowRename: false,
199
- value: props.value,
200
- isItemFreezed: false,
201
- isShowLargeImage: false,
202
- isSelectMultipleFiles: false,
203
- fileImageUrlList: [],
204
- selectedFilesList: [],
205
- largeImageIndex: -1
206
- };
207
- }
208
- componentDidMount() {
209
- this.getFileItemImageUrlList(this.props.value);
210
- }
211
- UNSAFE_componentWillReceiveProps(nextProps) {
212
- if (JSON.stringify(this.props.value) !== JSON.stringify(nextProps.value)) {
213
- this.getFileItemImageUrlList(nextProps.value);
214
- }
215
- }
216
- render() {
217
- let {
218
- value,
219
- getDownLoadFiles
220
- } = this.props;
221
- const {
222
- isSelectMultipleFiles,
223
- selectedFilesList
224
- } = this.state;
225
- return /*#__PURE__*/_react.default.createElement("div", {
226
- className: "dtable-ui-file-editor-previewer"
227
- }, /*#__PURE__*/_react.default.createElement("div", {
228
- className: "dtable-ui-file-editor-previewer-wrapper"
229
- }, /*#__PURE__*/_react.default.createElement("div", {
230
- className: "dtable-ui-file-editor-previewer-header d-flex align-items-center"
231
- }, selectedFilesList.length > 0 ? /*#__PURE__*/_react.default.createElement("span", {
232
- className: "dtable-ui-file-editor-count-content"
233
- }, selectedFilesList.length === 1 ? (0, _lang.getLocale)('1_file_selected') : (0, _lang.getLocale)('Selected_xxx_files', {
234
- count: selectedFilesList.length
235
- })) : /*#__PURE__*/_react.default.createElement("span", {
236
- className: "dtable-ui-file-editor-count-content"
237
- }, value.length <= 1 ? (0, _lang.getLocale)('xxx_existing_file', {
238
- count: value.length
239
- }) : (0, _lang.getLocale)('xxx_existing_files', {
240
- count: value.length
241
- })), this.renderFilesOperation()), /*#__PURE__*/_react.default.createElement("div", {
242
- className: "dtable-ui-file-editor-previewer-content"
243
- }, value.length > 0 && value.map((fileItem, index) => {
244
- const isSelected = selectedFilesList.indexOf(fileItem.name) === -1 ? false : true;
245
- return /*#__PURE__*/_react.default.createElement(_filePreviewer.default, {
246
- key: fileItem.url,
247
- fileItem: fileItem,
248
- deleteFile: this.props.deleteFile,
249
- renameFile: this.props.renameFile,
250
- freezeItem: this.freezeItem,
251
- unFreezeItem: this.unFreezeItem,
252
- isItemFreezed: this.state.isItemFreezed,
253
- itemIndex: index,
254
- isSelected: isSelected,
255
- showLargeImage: this.showLargeImage,
256
- onSelectFiles: this.onSelectFiles,
257
- isSelectMultipleFiles: isSelectMultipleFiles,
258
- downloadFile: getDownLoadFiles ? this.downloadImage : null
259
- });
260
- }))), this.state.isShowLargeImage && /*#__PURE__*/_react.default.createElement(_ImagePreviewerLightbox.default, {
261
- imageItems: this.state.fileImageUrlList,
262
- imageIndex: this.state.largeImageIndex,
263
- closeImagePopup: this.hideLargeImage,
264
- moveToPrevImage: this.movePrev,
265
- moveToNextImage: this.moveNext,
266
- deleteImage: this.deleteImage,
267
- downloadImage: this.downloadImage,
268
- onRotateImage: this.onRotateImage
269
- }), /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
270
- className: "dtable-ui-file-editor-previewer-add-btn",
271
- callBack: this.togglePreviewer,
272
- footerName: (0, _lang.getLocale)('Add_files')
273
- }));
274
- }
275
- }
276
- var _default = exports.default = PCFilesPreviewer;
@@ -1,10 +0,0 @@
1
-
2
- .dtable-ui-mobile-file-editor .dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-add-btn {
3
- margin-top: 20px;
4
- border-bottom: 1px solid #dedede;
5
- }
6
-
7
- .dtable-ui-mobile-file-editor .dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-add-btn:hover {
8
- background-color: #fff;
9
- }
10
-
@@ -1,136 +0,0 @@
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;
@@ -1 +0,0 @@
1
- @import url('../../../ImageEditor/pc-editor/addition-previewer/index.css');
@@ -1 +0,0 @@
1
- @import url('../../../../ImageEditor/pc-editor/addition-previewer/local-image-addition/index.css');
@@ -1,5 +0,0 @@
1
- @import url('../../ImageEditor/pc-editor/index.css');
2
-
3
- .dtable-ui-file-editor-container {
4
- min-height: 300px;
5
- }