dtable-ui-component 6.0.29-beta → 6.0.29-beta10

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/BodyPortal/index.js +29 -0
  2. package/lib/CheckboxEditor/index.js +24 -118
  3. package/lib/CheckboxEditor/mb-editor.js +99 -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 +227 -0
  22. package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/department-single-select.js +7 -7
  23. package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/index.css +10 -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 +10 -4
  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 -49
  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 +73 -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/RowExpandDialog/column-content/index.js +2 -2
  111. package/lib/RowExpandDialog/index.js +2 -0
  112. package/lib/RowExpandEditor/add-btn/index.js +24 -0
  113. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +3 -0
  114. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +19 -0
  115. package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.js +6 -4
  116. package/lib/RowExpandEditor/checkbox-editor/index.js +25 -0
  117. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +6 -0
  118. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +36 -0
  119. package/lib/RowExpandEditor/{RowExpandCheckboxEditor/index.js → checkbox-editor/pc-editor.js} +9 -13
  120. package/lib/RowExpandEditor/collaborator-editor/index.js +24 -0
  121. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +9 -0
  122. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +163 -0
  123. package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.css +1 -1
  124. package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.js +6 -7
  125. package/lib/RowExpandEditor/constants.js +34 -34
  126. package/lib/RowExpandEditor/date-editor/index.js +24 -0
  127. package/lib/RowExpandEditor/date-editor/mb-editor.js +82 -0
  128. package/lib/RowExpandEditor/{RowExpandDateEditor/index.js → date-editor/pc-editor.js} +2 -2
  129. package/lib/RowExpandEditor/department-editor/index.js +24 -0
  130. package/lib/RowExpandEditor/department-editor/mb-editor.js +65 -0
  131. package/lib/RowExpandEditor/{RowExpandDepartmentEditor/index.js → department-editor/pc-editor.js} +44 -49
  132. package/lib/RowExpandEditor/digital-sign-editor/index.js +24 -0
  133. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +1 -0
  134. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +130 -0
  135. package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.css +1 -1
  136. package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.js +11 -11
  137. package/lib/RowExpandEditor/duration-editor/index.js +24 -0
  138. package/lib/RowExpandEditor/duration-editor/mb-editor.js +71 -0
  139. package/lib/RowExpandEditor/{RowExpandDurationEditor/index.js → duration-editor/pc-editor.js} +2 -2
  140. package/lib/RowExpandEditor/email-editor/index.js +24 -0
  141. package/lib/RowExpandEditor/email-editor/mb-editor/index.css +1 -0
  142. package/lib/RowExpandEditor/email-editor/mb-editor/index.js +84 -0
  143. package/lib/RowExpandEditor/email-editor/pc-editor/index.css +1 -0
  144. package/lib/RowExpandEditor/{RowExpandEmailEditor → email-editor/pc-editor}/index.js +3 -3
  145. package/lib/RowExpandEditor/file-editor/index.js +24 -0
  146. package/lib/RowExpandEditor/file-editor/mb-editor/index.js +114 -0
  147. package/lib/RowExpandEditor/file-editor/pc-editor/index.css +1 -0
  148. package/lib/RowExpandEditor/{RowExpandFileEditor → file-editor/pc-editor}/index.js +9 -9
  149. package/lib/RowExpandEditor/geolocation-editor/index.js +24 -0
  150. package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +100 -0
  151. package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.js +17 -13
  152. package/lib/RowExpandEditor/image-editor/index.js +24 -0
  153. package/lib/RowExpandEditor/image-editor/mb-editor/index.css +30 -0
  154. package/lib/RowExpandEditor/image-editor/mb-editor/index.js +109 -0
  155. package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.js +9 -9
  156. package/lib/RowExpandEditor/long-text-editor/index.js +24 -0
  157. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +10 -0
  158. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +80 -0
  159. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +3 -0
  160. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +91 -0
  161. package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.js +7 -7
  162. package/lib/RowExpandEditor/multiple-select-editor/index.js +24 -0
  163. package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +154 -0
  164. package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.css +1 -1
  165. package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.js +6 -6
  166. package/lib/RowExpandEditor/number-editor/index.js +24 -0
  167. package/lib/RowExpandEditor/number-editor/mb-editor/index.css +3 -0
  168. package/lib/RowExpandEditor/number-editor/mb-editor/index.js +76 -0
  169. package/lib/RowExpandEditor/{RowExpandNumberEditor/index.js → number-editor/pc-editor.js} +2 -2
  170. package/lib/RowExpandEditor/rate-editor/index.css +34 -0
  171. package/lib/RowExpandEditor/rate-editor/index.js +25 -0
  172. package/lib/RowExpandEditor/rate-editor/mb-editor.js +92 -0
  173. package/lib/RowExpandEditor/{RowExpandRateEditor/index.js → rate-editor/pc-editor.js} +2 -3
  174. package/lib/RowExpandEditor/right-angle/index.css +6 -0
  175. package/lib/RowExpandEditor/right-angle/index.js +17 -0
  176. package/lib/RowExpandEditor/single-select-editor/index.js +24 -0
  177. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +8 -0
  178. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +134 -0
  179. package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.js +17 -17
  180. package/lib/RowExpandEditor/text-editor/index.js +24 -0
  181. package/lib/RowExpandEditor/text-editor/mb-editor/index.css +14 -0
  182. package/lib/RowExpandEditor/text-editor/mb-editor/index.js +37 -0
  183. package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.js +7 -7
  184. package/lib/RowExpandEditor/url-editor/index.js +24 -0
  185. package/lib/RowExpandEditor/url-editor/mb-editor/index.css +17 -0
  186. package/lib/RowExpandEditor/url-editor/mb-editor/index.js +87 -0
  187. package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.js +6 -6
  188. package/lib/RowExpandFormatter/constants.js +17 -17
  189. package/lib/RowExpandFormatter/department-formatter/index.js +19 -0
  190. package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +20 -0
  191. package/lib/RowExpandFormatter/{RowExpandDepartmentFormatter/index.js → department-formatter/pc-formatter.js} +2 -2
  192. package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.css +4 -4
  193. package/lib/RowExpandFormatter/index.css +33 -18
  194. package/lib/RowExpandFormatter/index.js +1 -1
  195. package/lib/RowExpandFormatter/rate-formatter/index.css +5 -0
  196. package/lib/RowExpandView/body/index.css +173 -0
  197. package/lib/RowExpandView/body/index.js +111 -0
  198. package/lib/RowExpandView/column-content/index.css +27 -0
  199. package/lib/RowExpandView/column-content/index.js +25 -0
  200. package/lib/RowExpandView/index.css +3 -0
  201. package/lib/RowExpandView/index.js +178 -0
  202. package/lib/SelectItem/index.js +57 -33
  203. package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.css +0 -1
  204. package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.js +3 -3
  205. package/lib/SingleSelectEditor/index.js +9 -14
  206. package/lib/SvgIcon/index.js +15 -29
  207. package/lib/constants/index.js +3 -2
  208. package/lib/css/mb-cell-editor.css +1 -1
  209. package/lib/index.js +69 -6
  210. package/lib/locales/de.json +3 -1
  211. package/lib/locales/en.json +3 -1
  212. package/lib/locales/es.json +3 -1
  213. package/lib/locales/fr.json +3 -1
  214. package/lib/locales/pt.json +3 -1
  215. package/lib/locales/ru.json +3 -1
  216. package/lib/locales/zh-CN.json +3 -1
  217. package/lib/select-editor/index.js +27 -20
  218. package/lib/select-editor/mb-editor/index.css +1 -0
  219. package/lib/select-editor/mb-editor/index.js +105 -0
  220. package/lib/select-editor/{pc-select-editor → pc-editor}/index.css +1 -1
  221. package/lib/select-editor/{pc-select-editor → pc-editor}/index.js +7 -7
  222. package/lib/utils/editor-utils.js +6 -2
  223. package/lib/utils/get-event-transfer.js +2 -1
  224. package/lib/utils/utils.js +11 -2
  225. package/package.json +2 -2
  226. package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
  227. package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
  228. package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
  229. package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
  230. package/lib/DateEditor/mb-date-editor-popover/index.js +0 -226
  231. package/lib/FileEditor/addition-previewer/index.css +0 -1
  232. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  233. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  234. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  235. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
  236. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +0 -5
  237. package/lib/assets/icons/check.svg +0 -15
  238. package/lib/assets/icons/cross.svg +0 -16
  239. package/lib/assets/icons/dot.svg +0 -12
  240. package/lib/select-editor/mb-select-editor/index.css +0 -127
  241. package/lib/select-editor/mb-select-editor/index.js +0 -197
  242. package/lib/select-editor/select-editor-option.js +0 -84
  243. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-editor}/index.css +0 -0
  244. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-editor}/index.js +0 -0
  245. /package/lib/{Department-editor/department-multiple-select → DepartmentMultipleSelectEditor}/index.css +0 -0
  246. /package/lib/DigitalSignEditor/{index.css → pc-editor/index.css} +0 -0
  247. /package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/file-name-editor/index.css +0 -0
  248. /package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/large-editor/index.css +0 -0
  249. /package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/large-editor/index.css +0 -0
  250. /package/lib/GeolocationEditor/{parse-geolocation.js → pc-editor/parse-geolocation.js} +0 -0
  251. /package/lib/GeolocationEditor/{selector-list.js → pc-editor/selector-list.js} +0 -0
  252. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/image-link/index.css +0 -0
  253. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/index.css +0 -0
  254. /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/local-image-addition/index.css +0 -0
  255. /package/lib/LinkEditor/{mb-link-editor-popover → mb-popover}/index.js +0 -0
  256. /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.css +0 -0
  257. /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.js +0 -0
  258. /package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.css +0 -0
  259. /package/lib/RowExpandEditor/{RowExpandCheckboxEditor → checkbox-editor}/index.css +0 -0
  260. /package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.css +0 -0
  261. /package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.css +0 -0
  262. /package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.css +0 -0
  263. /package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.css +0 -0
  264. /package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.css +0 -0
  265. /package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.css +0 -0
  266. /package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.js +0 -0
  267. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.css +0 -0
  268. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.js +0 -0
  269. /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/row-expand-file-item-formatter.js +0 -0
  270. /package/lib/RowExpandFormatter/{RowExpandFormulaFormatter → formula-formatter}/index.js +0 -0
  271. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.css +0 -0
  272. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.js +0 -0
  273. /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/row-expand-image-item-formatter.js +0 -0
  274. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/collaborator-item-formatter.js +0 -0
  275. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.css +0 -0
  276. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.js +0 -0
  277. /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/value-display-utils.js +0 -0
  278. /package/lib/RowExpandFormatter/{RowExpandRateFormatter → rate-formatter}/index.js +0 -0
  279. /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.css +0 -0
  280. /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.js +0 -0
  281. /package/lib/{Department-editor/constants.js → constants/departments.js} +0 -0
  282. /package/lib/{Department-editor/utils.js → utils/departments.js} +0 -0
@@ -22,15 +22,15 @@ var _MTimeFormatter = _interopRequireDefault(require("../MTimeFormatter"));
22
22
  var _AutoNumberFormatter = _interopRequireDefault(require("../AutoNumberFormatter"));
23
23
  var _DurationFormatter = _interopRequireDefault(require("../DurationFormatter"));
24
24
  var _ButtonFormatter = _interopRequireDefault(require("../ButtonFormatter"));
25
- var _RowExpandUrlFormatter = _interopRequireDefault(require("./RowExpandUrlFormatter"));
26
- var _RowExpandEmailFormatter = _interopRequireDefault(require("./RowExpandEmailFormatter"));
27
- var _RowExpandRateFormatter = _interopRequireDefault(require("./RowExpandRateFormatter"));
28
- var _RowExpandImageFormatter = _interopRequireDefault(require("./RowExpandImageFormatter"));
29
- var _RowExpandFileFormatter = _interopRequireDefault(require("./RowExpandFileFormatter"));
30
- var _RowExpandLinkFormatter = _interopRequireDefault(require("./RowExpandLinkFormatter"));
31
- var _RowExpandFormulaFormatter = _interopRequireDefault(require("./RowExpandFormulaFormatter"));
32
25
  var _DigitalSignFormatter = _interopRequireDefault(require("../DigitalSignFormatter"));
33
- var _RowExpandDepartmentFormatter = _interopRequireDefault(require("./RowExpandDepartmentFormatter"));
26
+ var _urlFormatter = _interopRequireDefault(require("./url-formatter"));
27
+ var _emailFormatter = _interopRequireDefault(require("./email-formatter"));
28
+ var _rateFormatter = _interopRequireDefault(require("./rate-formatter"));
29
+ var _imageFormatter = _interopRequireDefault(require("./image-formatter"));
30
+ var _fileFormatter = _interopRequireDefault(require("./file-formatter"));
31
+ var _linkFormatter = _interopRequireDefault(require("./link-formatter"));
32
+ var _formulaFormatter = _interopRequireDefault(require("./formula-formatter"));
33
+ var _departmentFormatter = _interopRequireDefault(require("./department-formatter"));
34
34
  const DEFAULT_FORMATTER = exports.DEFAULT_FORMATTER = {
35
35
  [_dtableUtils.CellType.TEXT]: _TextFormatter.default,
36
36
  [_dtableUtils.CellType.NUMBER]: _NumberFormatter.default,
@@ -48,14 +48,14 @@ const DEFAULT_FORMATTER = exports.DEFAULT_FORMATTER = {
48
48
  [_dtableUtils.CellType.AUTO_NUMBER]: _AutoNumberFormatter.default,
49
49
  [_dtableUtils.CellType.DURATION]: _DurationFormatter.default,
50
50
  [_dtableUtils.CellType.BUTTON]: _ButtonFormatter.default,
51
- [_dtableUtils.CellType.URL]: _RowExpandUrlFormatter.default,
52
- [_dtableUtils.CellType.EMAIL]: _RowExpandEmailFormatter.default,
53
- [_dtableUtils.CellType.RATE]: _RowExpandRateFormatter.default,
54
- [_dtableUtils.CellType.IMAGE]: _RowExpandImageFormatter.default,
55
- [_dtableUtils.CellType.FILE]: _RowExpandFileFormatter.default,
56
- [_dtableUtils.CellType.LINK]: _RowExpandLinkFormatter.default,
57
- [_dtableUtils.CellType.FORMULA]: _RowExpandFormulaFormatter.default,
58
- [_dtableUtils.CellType.LINK_FORMULA]: _RowExpandFormulaFormatter.default,
51
+ [_dtableUtils.CellType.URL]: _urlFormatter.default,
52
+ [_dtableUtils.CellType.EMAIL]: _emailFormatter.default,
53
+ [_dtableUtils.CellType.RATE]: _rateFormatter.default,
54
+ [_dtableUtils.CellType.IMAGE]: _imageFormatter.default,
55
+ [_dtableUtils.CellType.FILE]: _fileFormatter.default,
56
+ [_dtableUtils.CellType.LINK]: _linkFormatter.default,
57
+ [_dtableUtils.CellType.FORMULA]: _formulaFormatter.default,
58
+ [_dtableUtils.CellType.LINK_FORMULA]: _formulaFormatter.default,
59
59
  [_dtableUtils.CellType.DIGITAL_SIGN]: _DigitalSignFormatter.default,
60
- [_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]: _RowExpandDepartmentFormatter.default
60
+ [_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]: _departmentFormatter.default
61
61
  };
@@ -0,0 +1,19 @@
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 _reactResponsive = _interopRequireDefault(require("react-responsive"));
10
+ var _pcFormatter = _interopRequireDefault(require("./pc-formatter"));
11
+ var _mbFormatter = _interopRequireDefault(require("./mb-formatter"));
12
+ const RowExpandDepartmentFormatter = props => {
13
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
14
+ query: '(min-width: 768px)'
15
+ }, /*#__PURE__*/_react.default.createElement(_pcFormatter.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
16
+ query: '(max-width: 768px)'
17
+ }, /*#__PURE__*/_react.default.createElement(_mbFormatter.default, props)));
18
+ };
19
+ var _default = exports.default = RowExpandDepartmentFormatter;
@@ -0,0 +1,20 @@
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 _DepartmentSingleSelectFormatter = _interopRequireDefault(require("../../DepartmentSingleSelectFormatter"));
10
+ function RowExpandMBDepartmentFormatter(_ref) {
11
+ let {
12
+ value,
13
+ departments
14
+ } = _ref;
15
+ return /*#__PURE__*/_react.default.createElement(_DepartmentSingleSelectFormatter.default, {
16
+ value: value,
17
+ departments: departments
18
+ });
19
+ }
20
+ var _default = exports.default = RowExpandMBDepartmentFormatter;
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("../../DepartmentSingleSelectFormatter"));
10
- function RowExpandDepartmentFormatter(_ref) {
10
+ function RowExpandPCDepartmentFormatter(_ref) {
11
11
  let {
12
12
  value,
13
13
  departments
@@ -24,4 +24,4 @@ function RowExpandDepartmentFormatter(_ref) {
24
24
  departments: departments
25
25
  }))));
26
26
  }
27
- var _default = exports.default = RowExpandDepartmentFormatter;
27
+ var _default = exports.default = RowExpandPCDepartmentFormatter;
@@ -1,13 +1,13 @@
1
1
  @import url('../../css/cell-formatter.css');
2
2
 
3
- .dtable-row-expand-formatter .dtable-ui.email-formatter .email-formatter-value,
4
- .dtable-row-expand-formatter .dtable-ui.url-formatter .url-formatter-value {
3
+ .dtable-ui-row-expand-formatter .dtable-ui.email-formatter .email-formatter-value,
4
+ .dtable-ui-row-expand-formatter .dtable-ui.url-formatter .url-formatter-value {
5
5
  text-decoration: underline;
6
6
  width: 95%;
7
7
  display: inline-flex;
8
8
  }
9
9
 
10
- .dtable-row-expand-formatter .dtable-ui .row-expand-jump-link {
10
+ .dtable-ui-row-expand-formatter .dtable-ui .row-expand-jump-link {
11
11
  display: inline-flex;
12
12
  align-items: center;
13
13
  font-size: 14px;
@@ -24,7 +24,7 @@
24
24
  box-shadow: 0 0 1px;
25
25
  }
26
26
 
27
- .dtable-row-expand-formatter .dtable-ui .row-expand-jump-link:hover {
27
+ .dtable-ui-row-expand-formatter .dtable-ui .row-expand-jump-link:hover {
28
28
  background: #eee;
29
29
  border: 1px solid #c9c9c9;
30
30
  }
@@ -1,9 +1,9 @@
1
- .dtable-ui.dtable-row-expand-formatter {
1
+ .dtable-ui.dtable-ui-row-expand-formatter {
2
2
  width: 100%;
3
3
  max-width: 100%;
4
4
  }
5
5
 
6
- .dtable-ui.dtable-row-expand-formatter .row-cell-empty {
6
+ .dtable-ui.dtable-ui-row-expand-formatter .row-cell-empty {
7
7
  height: 8px;
8
8
  width: 20px;
9
9
  background-color: #f1f1f1;
@@ -11,14 +11,14 @@
11
11
  display: inline-block;
12
12
  }
13
13
 
14
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.collaborator-item {
14
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.collaborator-item {
15
15
  margin: 5px 10px 5px 0;
16
16
  }
17
17
 
18
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.formula-formatter,
19
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.text-formatter,
20
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.url-formatter,
21
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.email-formatter {
18
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.formula-formatter,
19
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.text-formatter,
20
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.url-formatter,
21
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.email-formatter {
22
22
  overflow: hidden;
23
23
  text-overflow: ellipsis;
24
24
  white-space: nowrap;
@@ -27,11 +27,11 @@
27
27
  width: 100%;
28
28
  }
29
29
 
30
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.multiple-select-formatter .dtable-ui.select-item {
30
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.multiple-select-formatter .dtable-ui.select-item {
31
31
  margin: 5px 0;
32
32
  }
33
33
 
34
- .dtable-ui.dtable-row-expand-formatter .dtable-ui.geolocation-formatter {
34
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui.geolocation-formatter {
35
35
  width: fit-content;
36
36
  min-width: 80px;
37
37
  max-width: 100%;
@@ -45,19 +45,19 @@
45
45
  text-align: center;
46
46
  }
47
47
 
48
- .dtable-ui.dtable-row-expand-formatter .form-control {
48
+ .dtable-ui.dtable-ui-row-expand-formatter .form-control {
49
49
  background-color: #f8f9fa;
50
50
  padding: 0 10px;
51
51
  height: fit-content;
52
52
  min-height: 2.375rem;
53
53
  }
54
54
 
55
- .dtable-ui.dtable-row-expand-formatter .ctime-formatter-container,
56
- .dtable-ui.dtable-row-expand-formatter .mtime-formatter-container {
55
+ .dtable-ui.dtable-ui-row-expand-formatter .ctime-formatter-container,
56
+ .dtable-ui.dtable-ui-row-expand-formatter .mtime-formatter-container {
57
57
  padding: 0.375rem 0.75rem;
58
58
  }
59
59
 
60
- .dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container {
60
+ .dtable-ui.dtable-ui-row-expand-formatter .checkbox-formatter-container {
61
61
  width: 24px;
62
62
  height: 24px;
63
63
  border: 2px solid #e0e0e0;
@@ -66,11 +66,11 @@
66
66
  justify-content: center;
67
67
  }
68
68
 
69
- .dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container .cell-formatter-container {
69
+ .dtable-ui.dtable-ui-row-expand-formatter .checkbox-formatter-container .cell-formatter-container {
70
70
  line-height: inherit;
71
71
  }
72
72
 
73
- .dtable-ui.dtable-row-expand-formatter .button-formatter {
73
+ .dtable-ui.dtable-ui-row-expand-formatter .button-formatter {
74
74
  text-align: center;
75
75
  height: 26px;
76
76
  line-height: 14px;
@@ -91,7 +91,7 @@
91
91
  letter-spacing: .03em;
92
92
  }
93
93
 
94
- .dtable-ui.dtable-row-expand-formatter .longtext-formatter-container {
94
+ .dtable-ui.dtable-ui-row-expand-formatter .longtext-formatter-container {
95
95
  border: 1px solid rgba(0, 40, 100, 0.12);
96
96
  border-radius: 3px;
97
97
  padding: 0.375rem 0.75rem;
@@ -99,13 +99,13 @@
99
99
  background-color: #fff;
100
100
  }
101
101
 
102
- .dtable-ui.dtable-row-expand-formatter .dtable-ui-geolocation-formatter-container {
102
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-ui-geolocation-formatter-container {
103
103
  margin-top: 0.5rem;
104
104
  display: flex;
105
105
  align-items: center;
106
106
  }
107
107
 
108
- .dtable-ui.dtable-row-expand-formatter .dtable-link-formatter {
108
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-link-formatter {
109
109
  padding-top: 8px;
110
110
  }
111
111
 
@@ -134,3 +134,18 @@
134
134
  align-items: center;
135
135
  justify-content: space-between;
136
136
  }
137
+
138
+ .mobile-dtable-row-expand-rate-formatter .dtable-ui-row-expand-rate-formatter .dtable-font {
139
+ font-size: 24px;
140
+ margin-right: 0.25rem;
141
+ }
142
+
143
+ .mobile-dtable-row-expand-formula-formatter .dtable-ui-row-expand-formula-formatter.text-right {
144
+ text-align: left !important;
145
+ }
146
+
147
+ .mobile-dtable-row-expand-link-formula-formatter .dtable-ui.formula-formatter.multiple {
148
+ height: auto;
149
+ display: flex;
150
+ flex-wrap: wrap;
151
+ }
@@ -382,7 +382,7 @@ class RowExpandFormatter extends _react.default.Component {
382
382
  className
383
383
  } = this.props;
384
384
  return /*#__PURE__*/_react.default.createElement("div", {
385
- className: (0, _classnames.default)('dtable-ui dtable-row-expand-formatter', className)
385
+ className: (0, _classnames.default)('dtable-ui dtable-ui-row-expand-formatter', className)
386
386
  }, this.renderFormatter());
387
387
  }
388
388
  }
@@ -0,0 +1,5 @@
1
+ @import url('../../css/cell-formatter.css');
2
+
3
+ .dtable-ui.dtable-ui-row-expand-formatter .dtable-rate-formatter .dtable-icon-rate {
4
+ padding-right: 5px;
5
+ }
@@ -0,0 +1,173 @@
1
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter {
2
+ min-height: 50px;
3
+ }
4
+
5
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .form-control {
6
+ background-color: #fff;
7
+ border: none;
8
+ min-height: 50px !important;
9
+ height: 50px;
10
+ width: 100% !important;
11
+ padding: 0;
12
+ }
13
+
14
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .longtext-formatter-container {
15
+ border: none;
16
+ border-radius: 0;
17
+ padding: 0;
18
+ }
19
+
20
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter {
21
+ overflow: hidden !important;
22
+ white-space: unset !important;
23
+ }
24
+
25
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter ol li a,
26
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter ul li a,
27
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter p a {
28
+ word-break: break-all;
29
+ }
30
+
31
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter thead tr {
32
+ min-height: 42px;
33
+ }
34
+
35
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter tbody tr {
36
+ font-weight: normal;
37
+ min-height: 42px;
38
+ }
39
+
40
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-list-item {
41
+ height: unset;
42
+ }
43
+
44
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-textarea-item {
45
+ padding: 0 1rem;
46
+ border-bottom: 1px solid #e9e9e9;
47
+ }
48
+
49
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-textarea-item textarea {
50
+ font-size: 14px;
51
+ overflow-x: hidden;
52
+ }
53
+
54
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-last-modifier-formatter,
55
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-creator-formatter,
56
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-button-formatter,
57
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-checkbox-formatter,
58
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-department-single-select-formatter {
59
+ display: flex;
60
+ align-items: center;
61
+ }
62
+
63
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .collaborator-item {
64
+ max-width: 100%;
65
+ width: fit-content;
66
+ }
67
+
68
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .collaborator-item .collaborator-name {
69
+ flex: 1;
70
+ overflow: hidden;
71
+ text-overflow: ellipsis;
72
+ white-space: nowrap;
73
+ display: inline-block;
74
+ }
75
+
76
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-geolocation-formatter .dtable-ui-geolocation-formatter-container {
77
+ margin-top: 0;
78
+ min-height: inherit;
79
+ height: 100%;
80
+ width: 100%;
81
+ }
82
+
83
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-geolocation-formatter .dtable-ui.geolocation-formatter {
84
+ background-color: inherit;
85
+ border: none;
86
+ padding: 16px 0;
87
+ width: 100%;
88
+ display: inline-block;
89
+ text-align: left;
90
+ height: unset;
91
+ line-height: 1.5;
92
+ }
93
+
94
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-auto-number-formatter {
95
+ min-height: 50px;
96
+ padding: 16px 0;
97
+ line-height: 1.5;
98
+ }
99
+
100
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-image-formatter,
101
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-file-formatter,
102
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter {
103
+ width: 100%;
104
+ overflow-x: hidden;
105
+ }
106
+
107
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image,
108
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file,
109
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter .dtable-ui-row-expand-digital-sign-formatter {
110
+ height: auto;
111
+ max-height: 150px;
112
+ width: calc(50% - 10px);
113
+ margin: 5px 0;
114
+ }
115
+
116
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image:nth-child(even),
117
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file:nth-child(even) {
118
+ margin-left: 20px;
119
+ }
120
+
121
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image img,
122
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file img,
123
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter .dtable-ui-row-expand-digital-sign-formatter img {
124
+ max-height: 100%;
125
+ max-width: 100%;
126
+ border-radius: 2px;
127
+ }
128
+
129
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-collaborator-formatter .form-control {
130
+ height: fit-content;
131
+ min-height: 50px;
132
+ }
133
+
134
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-collaborator-formatter .dtable-ui-row-expand-collaborator-formatter,
135
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-multiple-select-formatter .form-control {
136
+ padding: 10px 0;
137
+ }
138
+
139
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-multiple-select-formatter .dtable-ui-row-expand-multiple-select-formatter {
140
+ display: flex;
141
+ flex-wrap: wrap;
142
+ }
143
+
144
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-url-formatter,
145
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-email-formatter {
146
+ position: relative;
147
+ }
148
+
149
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-url-formatter .row-expand-jump-link,
150
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-email-formatter .row-expand-jump-link {
151
+ right: 0;
152
+ }
153
+
154
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .dtable-ui.url-formatter .url-formatter-value,
155
+ .dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .dtable-ui.email-formatter .email-formatter-value {
156
+ width: calc(100% - 40px);
157
+ display: inline-block;
158
+ }
159
+
160
+ .dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-link-formatter {
161
+ padding: 13px 0;
162
+ }
163
+
164
+ .dtable-ui-mobile-row-expand-subtitle {
165
+ padding: 1rem 1rem 0.3125rem;
166
+ background-color: #f5f5f5;
167
+ border-top: 1px solid #e9e9e9;
168
+ border-bottom: 1px solid #e9e9e9;
169
+ }
170
+
171
+ .dtable-ui-mobile-row-expand-body .am-list-item {
172
+ height: unset;
173
+ }
@@ -0,0 +1,111 @@
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 _classnames = _interopRequireDefault(require("classnames"));
10
+ var _dtableUtils = require("dtable-utils");
11
+ var _columnContent = _interopRequireDefault(require("../column-content"));
12
+ var _RowExpandEditor = _interopRequireDefault(require("../../RowExpandEditor"));
13
+ var _RowExpandFormatter = _interopRequireDefault(require("../../RowExpandFormatter"));
14
+ var _utils = require("../../utils/utils");
15
+ require("./index.css");
16
+ class Body extends _react.default.Component {
17
+ constructor() {
18
+ super(...arguments);
19
+ this.downloadImage = imageItemUrl => {
20
+ this.props.getDownLoadFiles([{
21
+ url: imageItemUrl
22
+ }]).then(res => {
23
+ const [downloadUrl] = res.data.urls;
24
+ (0, _utils.downloadFile)(downloadUrl);
25
+ }).catch(error => {
26
+ // todo
27
+ });
28
+ };
29
+ this.getCellValue = _ref => {
30
+ let {
31
+ row,
32
+ column
33
+ } = _ref;
34
+ if (!row || !column) return null;
35
+ const {
36
+ valueKey
37
+ } = this.props;
38
+ return row[column[valueKey]];
39
+ };
40
+ this.renderColumnValue = (row, column) => {
41
+ const {
42
+ component,
43
+ onChange,
44
+ className,
45
+ ...props
46
+ } = this.props;
47
+ const {
48
+ getDownLoadFiles
49
+ } = props;
50
+ const {
51
+ editable
52
+ } = column;
53
+ const {
54
+ editor,
55
+ formatter
56
+ } = component || {};
57
+ if (editable) {
58
+ return /*#__PURE__*/_react.default.createElement(_RowExpandEditor.default, Object.assign({}, props, {
59
+ column: column,
60
+ row: row,
61
+ component: editor,
62
+ onCommit: value => onChange(column, value)
63
+ }));
64
+ }
65
+ return /*#__PURE__*/_react.default.createElement(_RowExpandFormatter.default, Object.assign({}, props, {
66
+ className: (0, _classnames.default)('dtable-ui-mobile-row-expand-formatter', "mobile-dtable-row-expand-".concat(column.type, "-formatter"), className),
67
+ column: column,
68
+ row: row,
69
+ component: formatter,
70
+ downloadImage: getDownLoadFiles ? this.downloadImage : null
71
+ }));
72
+ };
73
+ }
74
+ render() {
75
+ const {
76
+ columns,
77
+ row,
78
+ placeholder
79
+ } = this.props;
80
+ return /*#__PURE__*/_react.default.createElement("div", {
81
+ className: "dtable-ui-row-expand-body dtable-ui-mobile-row-expand-body"
82
+ }, columns.length === 0 && placeholder && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, placeholder), columns.map(column => {
83
+ const {
84
+ type,
85
+ data
86
+ } = column;
87
+ let isHasMore = false;
88
+ if (type === _dtableUtils.CellType.LINK_FORMULA) {
89
+ let {
90
+ array_type
91
+ } = data || {};
92
+ const value = this.getCellValue({
93
+ row,
94
+ column
95
+ });
96
+ const cellValue = (0, _utils.getFormulaArrayValue)(value, !(0, _utils.isArrayFormatColumn)(array_type));
97
+ if (cellValue.length >= 10) {
98
+ isHasMore = true;
99
+ }
100
+ }
101
+ return /*#__PURE__*/_react.default.createElement(_columnContent.default, {
102
+ column: column,
103
+ className: (0, _classnames.default)('', {
104
+ 'is-has-more': isHasMore
105
+ }),
106
+ key: column.key
107
+ }, this.renderColumnValue(row, column));
108
+ }));
109
+ }
110
+ }
111
+ var _default = exports.default = Body;
@@ -0,0 +1,27 @@
1
+ .dtable-ui-mobile-row-expand-item {
2
+ margin-bottom: 0px;
3
+ padding: 0 1rem;
4
+ background-color: #fff;
5
+ min-height: unset;
6
+ }
7
+
8
+ .dtable-ui-mobile-row-expand-item .dtable-ui-mobile-row-expand-item-title {
9
+ background-color: #f5f5f5;
10
+ border-bottom: 1px solid #e9e9e9;
11
+ border-top: 1px solid #e9e9e9;
12
+ margin: 0 -1rem;
13
+ padding: 0.625rem 1rem 0;
14
+ display: flex;
15
+ }
16
+
17
+ .dtable-ui-mobile-row-expand-item .dtable-ui-mobile-row-expand-item-title label {
18
+ margin-bottom: 5px;
19
+ font-weight: bold;
20
+ font-size: 14px;
21
+ }
22
+
23
+ .dtable-ui-mobile-row-expand-item .dtable-ui-mobile-column-uneditable-tip {
24
+ font-size: 14px;
25
+ margin-left: 4px;
26
+ color: #ccc;
27
+ }
@@ -0,0 +1,25 @@
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
+ require("./index.css");
11
+ const ColumnContent = _ref => {
12
+ let {
13
+ column,
14
+ children
15
+ } = _ref;
16
+ const {
17
+ name
18
+ } = column;
19
+ return /*#__PURE__*/_react.default.createElement("div", {
20
+ className: "dtable-ui-mobile-row-expand-item"
21
+ }, /*#__PURE__*/_react.default.createElement("div", {
22
+ className: "dtable-ui-mobile-row-expand-item-title"
23
+ }, /*#__PURE__*/_react.default.createElement(_reactstrap.Label, null, name)), children);
24
+ };
25
+ var _default = exports.default = ColumnContent;
@@ -0,0 +1,3 @@
1
+ .dtable-ui-mobile-row-expand-full-screen-page .dtable-ui-mobile-row-expand-body .dtable-ui-mobile-row-expand-item:first-child .dtable-ui-mobile-row-expand-item-title {
2
+ border-top: 0;
3
+ }