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
@@ -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
+ }
@@ -1,41 +1,65 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- class SelectItem extends _react.default.PureComponent {
10
- constructor() {
11
- super(...arguments);
12
- this.getStyle = (option, fontSize) => {
13
- return {
14
- display: 'inline-block',
15
- padding: '0px 10px',
16
- marginRight: '8px',
17
- height: '20px',
18
- lineHeight: '20px',
19
- textAlign: 'center',
20
- borderRadius: '10px',
21
- maxWidth: '250px',
22
- fontSize: fontSize ? "".concat(fontSize, "px") : '13px',
23
- backgroundColor: option.color,
24
- color: option.textColor || null
25
- };
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _classnames = _interopRequireDefault(require("classnames"));
11
+ const SelectItem = _ref => {
12
+ let {
13
+ option,
14
+ fontSize,
15
+ className,
16
+ isShowRemove,
17
+ onRemove
18
+ } = _ref;
19
+ const style = (0, _react.useMemo)(() => {
20
+ return {
21
+ display: 'flex',
22
+ alignItems: 'center',
23
+ padding: '0px 10px',
24
+ marginRight: 8,
25
+ height: 20,
26
+ lineHeight: '20px',
27
+ textAlign: 'center',
28
+ borderRadius: 10,
29
+ width: 'min-content',
30
+ maxWidth: 300,
31
+ margin: '5px 10px 5px 0',
32
+ fontSize: fontSize || 13,
33
+ backgroundColor: option.color,
34
+ color: option.textColor || null
26
35
  };
27
- }
28
- render() {
29
- let {
30
- option,
31
- fontSize
32
- } = this.props;
33
- const style = this.getStyle(option, fontSize);
34
- return /*#__PURE__*/_react.default.createElement("div", {
35
- className: "dtable-ui select-item text-truncate",
36
- style: style,
37
- title: option.name
38
- }, option.name);
39
- }
40
- }
41
- exports.default = SelectItem;
36
+ }, [option, fontSize]);
37
+ const opBtnStyle = (0, _react.useMemo)(() => {
38
+ const textColor = option.textColor || null;
39
+ return {
40
+ cursor: 'pointer',
41
+ color: textColor === '#FFFFFF' ? '#FFFFFF' : '#909090',
42
+ marginLeft: 5
43
+ };
44
+ }, [option]);
45
+ return /*#__PURE__*/_react.default.createElement("div", {
46
+ className: (0, _classnames.default)('dtable-ui dtable-ui-select-item', className),
47
+ style: style
48
+ }, /*#__PURE__*/_react.default.createElement("div", {
49
+ className: "dtable-ui-select-item-name text-truncate",
50
+ title: option.name
51
+ }, option.name), isShowRemove && /*#__PURE__*/_react.default.createElement("div", {
52
+ className: "dtable-ui-select-item-operation-btn",
53
+ style: opBtnStyle,
54
+ onClick: onRemove
55
+ }, /*#__PURE__*/_react.default.createElement("i", {
56
+ className: "dtable-font dtable-icon-fork-number",
57
+ style: {
58
+ fontSize: '12px',
59
+ transform: 'scale(0.8)',
60
+ display: 'inline-block',
61
+ lineHeight: '12px'
62
+ }
63
+ })));
64
+ };
65
+ var _default = exports.default = SelectItem;
@@ -1,4 +1,3 @@
1
-
2
1
  .selected-departments.dtable-ui .remove-container {
3
2
  width: 16px;
4
3
  text-align: right;
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireWildcard(require("react"));
9
9
  var _dtableUtils = require("dtable-utils");
10
- var _constants = require("../constants");
11
- var _lang = require("../../lang");
10
+ var _departments = require("../constants/departments");
11
+ var _lang = require("../lang");
12
12
  require("./index.css");
13
13
  function SelectedDepartments(_ref) {
14
14
  let {
@@ -26,7 +26,7 @@ function SelectedDepartments(_ref) {
26
26
  }, [departments]);
27
27
  const dom = Array.isArray(value) ? value.map((content, index) => {
28
28
  if ([_dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT, _dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT_AND_SUB].includes(content)) {
29
- const name = (0, _lang.getLocale)(_constants.DEPARTMENT_SELECT_RANGE_OPTIONS.find(option => option.type === content).name);
29
+ const name = (0, _lang.getLocale)(_departments.DEPARTMENT_SELECT_RANGE_OPTIONS.find(option => option.type === content).name);
30
30
  return /*#__PURE__*/_react.default.createElement("div", {
31
31
  key: "department-".concat(index),
32
32
  className: "department mr-1"
@@ -1,27 +1,22 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _reactResponsive = _interopRequireDefault(require("react-responsive"));
10
- var _selectEditor = require("../select-editor");
11
- const SingleSelectEditor = _ref => {
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _selectEditor = _interopRequireDefault(require("../select-editor"));
11
+ const SingleSelectEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
12
12
  let {
13
13
  value: oldValue,
14
14
  ...props
15
15
  } = _ref;
16
16
  const value = oldValue ? [oldValue] : [];
17
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
18
- query: "(min-width: 768px)"
19
- }, /*#__PURE__*/_react.default.createElement(_selectEditor.PCSelectEditor, Object.assign({}, props, {
20
- value: value
21
- }))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
22
- query: "(max-width: 767.8px)"
23
- }, /*#__PURE__*/_react.default.createElement(_selectEditor.MBSelectEditor, Object.assign({}, props, {
24
- value: value
25
- }))));
26
- };
17
+ return /*#__PURE__*/_react.default.createElement(_selectEditor.default, Object.assign({}, props, {
18
+ value: value,
19
+ ref: ref
20
+ }));
21
+ });
27
22
  var _default = exports.default = SingleSelectEditor;
@@ -6,30 +6,25 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
+ var _constants = require("../constants");
9
10
  require("./index.css");
10
- const iconComponents = {};
11
- const requireContext = require.context('../assets/icons', false, /\.svg$/);
12
- requireContext.keys().forEach(path => {
13
- const iconName = path.replace(/^\.\/(.*?)\.svg$/, '$1').toLowerCase();
14
- iconComponents[iconName] = requireContext(path).default;
15
- });
16
- const SvgIcon = _ref => {
17
- let {
11
+ const needScaleIcons = ['check', 'dot', 'cross'];
12
+ const SvgIcon = props => {
13
+ const {
18
14
  className,
19
15
  symbol,
20
16
  color
21
- } = _ref;
22
- if (!symbol) return null;
23
- const iconClass = "dtable-ui-multicolor-icon multicolor-icon-".concat(symbol, " ").concat(className || '');
24
- const props = {
17
+ } = props;
18
+ let iconClass = "dtable-ui-multicolor-icon multicolor-icon-".concat(symbol, " ").concat(className || '');
19
+ if (needScaleIcons.includes(symbol) && _constants.isMobile) {
20
+ iconClass += ' scale-icon';
21
+ }
22
+ return /*#__PURE__*/_react.default.createElement("svg", {
25
23
  className: iconClass,
26
- style: {
27
- fill: color
28
- },
29
- ariaHidden: 'true'
30
- };
31
- const IconComponent = iconComponents[symbol];
32
- if (!IconComponent) return null;
33
- return /*#__PURE__*/_react.default.createElement(IconComponent, props);
24
+ "aria-hidden": "true"
25
+ }, /*#__PURE__*/_react.default.createElement("use", {
26
+ fill: color,
27
+ xlinkHref: "#".concat(symbol)
28
+ }));
34
29
  };
35
30
  var _default = exports.default = SvgIcon;
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
- exports.SIMPLE_CELL_FORMULA_RESULTS = exports.SIMPLE_CELL_COLUMNS = exports.ROW_EXPAND_FOCUS_STYLE = exports.ROW_EXPAND_BTN_FOCUS_STYLE = exports.NUMBER_TYPES = exports.LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_EXCEED_LIMIT_SUGGEST = exports.LONG_TEXT_EXCEED_LIMIT_MESSAGE = exports.KeyCodes = exports.FORMAT_REG_EXP_LIST = exports.FILE_EDITOR_STATUS = exports.EVENT_BUS_TYPE = exports.DELETED_OPTION_TIPS = exports.DELETED_OPTION_BACKGROUND_COLOR = exports.DEFAULT_CHECKBOX_MARK_STYLE = exports.DATE_TYPES = exports.ARRAY_FORMAT_COLUMNS = void 0;
7
+ exports.isMobile = exports.SIMPLE_CELL_FORMULA_RESULTS = exports.SIMPLE_CELL_COLUMNS = exports.ROW_EXPAND_FOCUS_STYLE = exports.ROW_EXPAND_BTN_FOCUS_STYLE = exports.NUMBER_TYPES = exports.LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_EXCEED_LIMIT_SUGGEST = exports.LONG_TEXT_EXCEED_LIMIT_MESSAGE = exports.KeyCodes = exports.FORMAT_REG_EXP_LIST = exports.FILE_EDITOR_STATUS = exports.EVENT_BUS_TYPE = exports.DELETED_OPTION_TIPS = exports.DELETED_OPTION_BACKGROUND_COLOR = exports.DEFAULT_CHECKBOX_MARK_STYLE = exports.DATE_TYPES = exports.ARRAY_FORMAT_COLUMNS = void 0;
8
8
  var _dtableUtils = require("dtable-utils");
9
9
  var _keyCodes = _interopRequireDefault(require("./key-codes"));
10
10
  const NUMBER_TYPES = exports.NUMBER_TYPES = {
@@ -53,4 +53,5 @@ const LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_LENGTH_LIMIT = 10 * 10000;
53
53
  const FILE_EDITOR_STATUS = exports.FILE_EDITOR_STATUS = {
54
54
  PREVIEWER: 'previewer',
55
55
  ADDITION: 'addition'
56
- };
56
+ };
57
+ const isMobile = exports.isMobile = typeof window !== 'undefined' && (window.innerWidth < 768 || navigator.userAgent.toLowerCase().match(/(ipod|ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null);
@@ -1,4 +1,4 @@
1
- @media screen and (max-width: 767.8px) {
1
+ @media screen and (max-width: 768px) {
2
2
  .dtable-ui-mb-editor-popover {
3
3
  position: fixed;
4
4
  top: 0;
package/lib/index.js CHANGED
@@ -10,6 +10,12 @@ Object.defineProperty(exports, "AutoNumberFormatter", {
10
10
  return _AutoNumberFormatter.default;
11
11
  }
12
12
  });
13
+ Object.defineProperty(exports, "BodyPortal", {
14
+ enumerable: true,
15
+ get: function () {
16
+ return _BodyPortal.default;
17
+ }
18
+ });
13
19
  Object.defineProperty(exports, "ButtonFormatter", {
14
20
  enumerable: true,
15
21
  get: function () {
@@ -178,16 +184,16 @@ Object.defineProperty(exports, "DateFormatter", {
178
184
  return _DateFormatter.default;
179
185
  }
180
186
  });
181
- Object.defineProperty(exports, "DepartmentEditor", {
187
+ Object.defineProperty(exports, "DepartmentSelectFilter", {
182
188
  enumerable: true,
183
189
  get: function () {
184
- return _DepartmentEditor.default;
190
+ return _DepartmentSelectFilter.default;
185
191
  }
186
192
  });
187
- Object.defineProperty(exports, "DepartmentSelectFilter", {
193
+ Object.defineProperty(exports, "DepartmentSingleSelectEditor", {
188
194
  enumerable: true,
189
195
  get: function () {
190
- return _DepartmentSelectFilter.default;
196
+ return _DepartmentSingleSelectEditor.default;
191
197
  }
192
198
  });
193
199
  Object.defineProperty(exports, "DepartmentSingleSelectFormatter", {
@@ -334,6 +340,36 @@ Object.defineProperty(exports, "MTimeFormatter", {
334
340
  return _MTimeFormatter.default;
335
341
  }
336
342
  });
343
+ Object.defineProperty(exports, "MobileFullScreenPage", {
344
+ enumerable: true,
345
+ get: function () {
346
+ return _MobileFullScreenPage.default;
347
+ }
348
+ });
349
+ Object.defineProperty(exports, "MobileModal", {
350
+ enumerable: true,
351
+ get: function () {
352
+ return _MobileModal.default;
353
+ }
354
+ });
355
+ Object.defineProperty(exports, "MobileOperationSheet", {
356
+ enumerable: true,
357
+ get: function () {
358
+ return _MobileOperationSheet.default;
359
+ }
360
+ });
361
+ Object.defineProperty(exports, "MobileSelector", {
362
+ enumerable: true,
363
+ get: function () {
364
+ return _MobileSelector.default;
365
+ }
366
+ });
367
+ Object.defineProperty(exports, "MobileUpload", {
368
+ enumerable: true,
369
+ get: function () {
370
+ return _MobileUpload.default;
371
+ }
372
+ });
337
373
  Object.defineProperty(exports, "ModalPortal", {
338
374
  enumerable: true,
339
375
  get: function () {
@@ -382,10 +418,16 @@ Object.defineProperty(exports, "RoleStatusEditor", {
382
418
  return _RoleStatusEditor.default;
383
419
  }
384
420
  });
421
+ Object.defineProperty(exports, "RowExpand", {
422
+ enumerable: true,
423
+ get: function () {
424
+ return _RowExpand.default;
425
+ }
426
+ });
385
427
  Object.defineProperty(exports, "RowExpandDialog", {
386
428
  enumerable: true,
387
429
  get: function () {
388
- return _RowExpandDialog.default;
430
+ return _pcExpand.default;
389
431
  }
390
432
  });
391
433
  Object.defineProperty(exports, "RowExpandEditor", {
@@ -400,6 +442,12 @@ Object.defineProperty(exports, "RowExpandFormatter", {
400
442
  return _RowExpandFormatter.default;
401
443
  }
402
444
  });
445
+ Object.defineProperty(exports, "RowExpandView", {
446
+ enumerable: true,
447
+ get: function () {
448
+ return _mbExpand.default;
449
+ }
450
+ });
403
451
  Object.defineProperty(exports, "SelectItem", {
404
452
  enumerable: true,
405
453
  get: function () {
@@ -424,6 +472,12 @@ Object.defineProperty(exports, "SingleSelectFormatter", {
424
472
  return _SingleSelectFormatter.default;
425
473
  }
426
474
  });
475
+ Object.defineProperty(exports, "SvgIcon", {
476
+ enumerable: true,
477
+ get: function () {
478
+ return _SvgIcon.default;
479
+ }
480
+ });
427
481
  Object.defineProperty(exports, "TextEditor", {
428
482
  enumerable: true,
429
483
  get: function () {
@@ -501,11 +555,13 @@ var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("./Departm
501
555
  var _SimpleLongTextFormatter = _interopRequireDefault(require("./SimpleLongTextFormatter"));
502
556
  var _RowExpandFormatter = _interopRequireDefault(require("./RowExpandFormatter"));
503
557
  var _RowExpandEditor = _interopRequireDefault(require("./RowExpandEditor"));
504
- var _RowExpandDialog = _interopRequireDefault(require("./RowExpandDialog"));
558
+ var _RowExpand = _interopRequireDefault(require("./RowExpand"));
559
+ var _pcExpand = _interopRequireDefault(require("./RowExpand/pc-expand"));
560
+ var _mbExpand = _interopRequireDefault(require("./RowExpand/mb-expand"));
505
561
  var _CheckboxEditor = _interopRequireDefault(require("./CheckboxEditor"));
506
562
  var _CollaboratorEditor = _interopRequireDefault(require("./CollaboratorEditor"));
507
563
  var _DateEditor = _interopRequireDefault(require("./DateEditor"));
508
- var _DepartmentEditor = _interopRequireDefault(require("./Department-editor"));
564
+ var _DepartmentSingleSelectEditor = _interopRequireDefault(require("./DepartmentSingleSelectEditor"));
509
565
  var _DigitalSignEditor = _interopRequireDefault(require("./DigitalSignEditor"));
510
566
  var _DurationEditor = _interopRequireDefault(require("./DurationEditor"));
511
567
  var _EmailEditor = _interopRequireDefault(require("./EmailEditor"));
@@ -542,4 +598,11 @@ var _CollapsibleSettingLayout = _interopRequireDefault(require("./CollapsibleSet
542
598
  var _DTableRadioGroup = _interopRequireDefault(require("./DTableRadioGroup"));
543
599
  var _DTableEmptyTip = _interopRequireDefault(require("./DTableEmptyTip"));
544
600
  var _IconButton = _interopRequireDefault(require("./IconButton"));
545
- var _UploadProgress = _interopRequireDefault(require("./UploadProgress"));
601
+ var _UploadProgress = _interopRequireDefault(require("./UploadProgress"));
602
+ var _SvgIcon = _interopRequireDefault(require("./SvgIcon"));
603
+ var _BodyPortal = _interopRequireDefault(require("./BodyPortal"));
604
+ var _MobileModal = _interopRequireDefault(require("./MobileModal"));
605
+ var _MobileOperationSheet = _interopRequireDefault(require("./MobileOperationSheet"));
606
+ var _MobileUpload = _interopRequireDefault(require("./MobileUpload"));
607
+ var _MobileSelector = _interopRequireDefault(require("./MobileSelector"));
608
+ var _MobileFullScreenPage = _interopRequireDefault(require("./MobileFullScreenPage"));
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Als erledigt markieren",
164
164
  "No_comment_yet": "Es sind keine Kommentare vorhanden.",
165
165
  "Add_comment": "Kommentar hinzufügen",
166
- "Add_participants": "Teilnehmer hinzufügen"
166
+ "Add_participants": "Teilnehmer hinzufügen",
167
+ "Edit_long_text": "Langtext bearbeiten",
168
+ "Choose_a_department": "Bereich wählen"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Mark as resolved",
164
164
  "No_comment_yet": "No comment yet",
165
165
  "Add_comment": "Add comment",
166
- "Add_participants": "Add participants"
166
+ "Add_participants": "Add participants",
167
+ "Edit_long_text": "Edit long text",
168
+ "Choose_a_department": "Choose a department"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Marcar como resuelto",
164
164
  "No_comment_yet": "No comment yet",
165
165
  "Add_comment": "Añadir comentario",
166
- "Add_participants": "Añadir participantes"
166
+ "Add_participants": "Añadir participantes",
167
+ "Edit_long_text": "Edit long text",
168
+ "Choose_a_department": "Choose a department"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Marquer comme résolu",
164
164
  "No_comment_yet": "Aucun commentaire n'est disponible.",
165
165
  "Add_comment": "Ajouter un commentaire",
166
- "Add_participants": "Ajouter des participants"
166
+ "Add_participants": "Ajouter des participants",
167
+ "Edit_long_text": "Modifier le texte long",
168
+ "Choose_a_department": "Sélectionner un département"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Marca conforme resolvido",
164
164
  "No_comment_yet": "No comment yet",
165
165
  "Add_comment": "Adicionar comentário",
166
- "Add_participants": "Adicione participantes"
166
+ "Add_participants": "Adicione participantes",
167
+ "Edit_long_text": "Editar texto longo",
168
+ "Choose_a_department": "Choose a department"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "Пометить как разрешенный",
164
164
  "No_comment_yet": "Пока без комментариев",
165
165
  "Add_comment": "Добавить комментарий",
166
- "Add_participants": "Добавить участников"
166
+ "Add_participants": "Добавить участников",
167
+ "Edit_long_text": "Редактировать длинный текст",
168
+ "Choose_a_department": "Выберите отдел"
167
169
  }
@@ -163,5 +163,7 @@
163
163
  "Mark_as_resolved": "标记为已解决",
164
164
  "No_comment_yet": "暂无评论",
165
165
  "Add_comment": "增加评论",
166
- "Add_participants": "添加参与人"
166
+ "Add_participants": "添加参与人",
167
+ "Edit_long_text": "编辑长文本",
168
+ "Choose_a_department": "选择一个部门"
167
169
  }
@@ -1,27 +1,34 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
- Object.defineProperty(exports, "MBSelectEditor", {
8
- enumerable: true,
9
- get: function () {
10
- return _mbSelectEditor.default;
11
- }
8
+ exports.default = void 0;
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _reactResponsive = _interopRequireDefault(require("react-responsive"));
11
+ var _pcEditor = _interopRequireDefault(require("./pc-editor"));
12
+ var _mbEditor = _interopRequireDefault(require("./mb-editor"));
13
+ const SelectEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
14
+ let {
15
+ isMobile,
16
+ ...props
17
+ } = _ref;
18
+ if (isMobile === false) return /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
19
+ ref: ref
20
+ }));
21
+ if (isMobile === true) return /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
22
+ ref: ref
23
+ }));
24
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
25
+ query: "(min-width: 768px)"
26
+ }, /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
27
+ ref: ref
28
+ }))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
29
+ query: "(max-width: 768px)"
30
+ }, /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
31
+ ref: ref
32
+ }))));
12
33
  });
13
- Object.defineProperty(exports, "PCSelectEditor", {
14
- enumerable: true,
15
- get: function () {
16
- return _pcSelectEditor.default;
17
- }
18
- });
19
- Object.defineProperty(exports, "SelectEditorOption", {
20
- enumerable: true,
21
- get: function () {
22
- return _selectEditorOption.default;
23
- }
24
- });
25
- var _mbSelectEditor = _interopRequireDefault(require("./mb-select-editor"));
26
- var _pcSelectEditor = _interopRequireDefault(require("./pc-select-editor"));
27
- var _selectEditorOption = _interopRequireDefault(require("./select-editor-option"));
34
+ var _default = exports.default = SelectEditor;
@@ -0,0 +1 @@
1
+ @import url('../../css/mb-cell-editor.css');