dtable-ui-component 6.0.25 → 6.0.26-beta1

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 (323) hide show
  1. package/lib/BodyPortal/index.js +29 -0
  2. package/lib/CheckboxEditor/index.js +20 -116
  3. package/lib/CheckboxEditor/lg.js +118 -0
  4. package/lib/CheckboxEditor/sm.js +101 -0
  5. package/lib/CollaboratorEditor/index.js +19 -9
  6. package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.js +2 -2
  7. package/lib/CollaboratorEditor/sm/index.css +41 -0
  8. package/lib/CollaboratorEditor/sm/index.js +88 -0
  9. package/lib/DTableCommonAddTool/index.js +1 -3
  10. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +3 -3
  11. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +4 -4
  12. package/lib/DateEditor/index.js +68 -95
  13. package/lib/DateEditor/{pc-date-editor-popover.js → large.js} +6 -6
  14. package/lib/DateEditor/sm/custom-rc-calendar.css +118 -0
  15. package/lib/DateEditor/sm/index.css +40 -0
  16. package/lib/DateEditor/{mb-date-editor-popover → sm}/index.js +20 -35
  17. package/lib/{Department-editor → DepartmentEditor}/constants.js +7 -0
  18. package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.css +4 -1
  19. package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.js +7 -4
  20. package/lib/DepartmentEditor/index.js +34 -0
  21. package/lib/{Department-editor → DepartmentEditor/lg}/department-single-select.js +10 -7
  22. package/lib/{Department-editor → DepartmentEditor/lg}/index.css +12 -3
  23. package/lib/{Department-editor → DepartmentEditor/lg}/index.js +8 -25
  24. package/lib/DepartmentEditor/sm/index.css +4 -0
  25. package/lib/DepartmentEditor/sm/index.js +220 -0
  26. package/lib/DigitalSignEditor/index.js +24 -171
  27. package/lib/DigitalSignEditor/lg/index.js +181 -0
  28. package/lib/DigitalSignEditor/sm/index.css +35 -0
  29. package/lib/DigitalSignEditor/sm/index.js +139 -0
  30. package/lib/FileEditor/files-previewer/index.js +16 -267
  31. package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/dropdown-menu.js +1 -1
  32. package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.js +1 -1
  33. package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.css +0 -2
  34. package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.js +2 -2
  35. package/lib/FileEditor/files-previewer/lg/index.js +276 -0
  36. package/lib/FileEditor/files-previewer/sm/file-previewer/index.js +122 -0
  37. package/lib/FileEditor/files-previewer/sm/index.css +39 -0
  38. package/lib/FileEditor/files-previewer/sm/index.js +59 -0
  39. package/lib/FileEditor/index.css +0 -5
  40. package/lib/FileEditor/index.js +26 -265
  41. package/lib/FileEditor/lg/addition-previewer/index.css +1 -0
  42. package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
  43. package/lib/FileEditor/lg/addition-previewer/local-file-addition/index.css +1 -0
  44. package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/local-file-addition/index.js +4 -4
  45. package/lib/FileEditor/lg/index.css +5 -0
  46. package/lib/FileEditor/lg/index.js +274 -0
  47. package/lib/FileEditor/sm/index.css +10 -0
  48. package/lib/FileEditor/sm/index.js +131 -0
  49. package/lib/FileFormatter/index.js +98 -38
  50. package/lib/FileItemFormatter/index.js +3 -1
  51. package/lib/FormulaFormatter/index.css +5 -5
  52. package/lib/GeolocationEditor/index.js +88 -231
  53. package/lib/GeolocationEditor/{country-editor.js → lg/country-editor.js} +5 -49
  54. package/lib/GeolocationEditor/{index.css → lg/index.css} +1 -2
  55. package/lib/GeolocationEditor/lg/index.js +247 -0
  56. package/lib/GeolocationEditor/{location-editor.js → lg/location-editor.js} +8 -41
  57. package/lib/GeolocationEditor/{map-editor → lg/map-editor}/index.js +6 -6
  58. package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.js +7 -7
  59. package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/index.js +7 -7
  60. package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.js +7 -7
  61. package/lib/GeolocationEditor/{province-city-editor.js → lg/province-city-editor.js} +7 -38
  62. package/lib/GeolocationEditor/{province-editor.js → lg/province-editor.js} +7 -31
  63. package/lib/GeolocationEditor/{selector-header-item.js → lg/selector-header-item.js} +1 -1
  64. package/lib/GeolocationEditor/map-editor-utils.js +6 -2
  65. package/lib/GeolocationEditor/sm/country-editor.js +70 -0
  66. package/lib/GeolocationEditor/sm/index.css +11 -0
  67. package/lib/GeolocationEditor/sm/index.js +125 -0
  68. package/lib/GeolocationEditor/sm/location-editor.js +93 -0
  69. package/lib/GeolocationEditor/sm/map-editor/index.css +11 -0
  70. package/lib/GeolocationEditor/sm/map-editor/index.js +469 -0
  71. package/lib/GeolocationEditor/sm/map-selection-editor/index.css +158 -0
  72. package/lib/GeolocationEditor/sm/map-selection-editor/index.js +525 -0
  73. package/lib/GeolocationEditor/sm/province-city-editor.js +68 -0
  74. package/lib/GeolocationEditor/sm/province-editor.js +67 -0
  75. package/lib/ImageEditor/images-previewer/image-preview/index.js +2 -2
  76. package/lib/ImageEditor/images-previewer/index.js +3 -3
  77. package/lib/ImageEditor/index.css +17 -16
  78. package/lib/ImageEditor/index.js +26 -185
  79. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.js +1 -1
  80. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
  81. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.js +4 -4
  82. package/lib/ImageEditor/lg/images-previewer/index.js +140 -0
  83. package/lib/ImageEditor/lg/index.css +24 -0
  84. package/lib/ImageEditor/lg/index.js +194 -0
  85. package/lib/ImageEditor/sm/index.css +29 -0
  86. package/lib/ImageEditor/sm/index.js +131 -0
  87. package/lib/ImageThumbnail/index.js +2 -1
  88. package/lib/LinkEditor/pc-link-editor-popover/index.css +1 -1
  89. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  90. package/lib/MobileFullScreenPage/body/index.css +9 -0
  91. package/lib/MobileFullScreenPage/body/index.js +23 -0
  92. package/lib/MobileFullScreenPage/header/index.css +35 -0
  93. package/lib/MobileFullScreenPage/header/index.js +38 -0
  94. package/lib/MobileFullScreenPage/index.css +13 -0
  95. package/lib/MobileFullScreenPage/index.js +81 -0
  96. package/lib/MobileModal/index.js +41 -0
  97. package/lib/MobileOperationSheet/index.css +27 -0
  98. package/lib/MobileOperationSheet/index.js +92 -0
  99. package/lib/MobileSelectorEditor/empty/index.css +3 -0
  100. package/lib/MobileSelectorEditor/empty/index.js +23 -0
  101. package/lib/MobileSelectorEditor/index.css +32 -0
  102. package/lib/MobileSelectorEditor/index.js +57 -0
  103. package/lib/MobileSelectorEditor/option/index.css +28 -0
  104. package/lib/MobileSelectorEditor/option/index.js +36 -0
  105. package/lib/MobileSelectorEditor/options/index.css +8 -0
  106. package/lib/MobileSelectorEditor/options/index.js +18 -0
  107. package/lib/MobileSelectorEditor/search/index.css +7 -0
  108. package/lib/MobileSelectorEditor/search/index.js +26 -0
  109. package/lib/MobileUpload/index.css +1 -0
  110. package/lib/MobileUpload/index.js +160 -0
  111. package/lib/MultipleSelectEditor/index.js +9 -14
  112. package/lib/RowExpand/index.js +19 -0
  113. package/lib/{RowExpandDialog → RowExpand/lg}/body/index.js +4 -4
  114. package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.js +2 -2
  115. package/lib/{RowExpandDialog → RowExpand/lg}/header/index.js +3 -3
  116. package/lib/{RowExpandDialog → RowExpand/lg}/index.js +6 -6
  117. package/lib/RowExpand/sm/body/index.css +173 -0
  118. package/lib/RowExpand/sm/body/index.js +111 -0
  119. package/lib/RowExpand/sm/column-content/index.css +27 -0
  120. package/lib/RowExpand/sm/column-content/index.js +25 -0
  121. package/lib/RowExpand/sm/index.css +0 -0
  122. package/lib/RowExpand/sm/index.js +172 -0
  123. package/lib/RowExpandEditor/RightAngle/index.css +6 -0
  124. package/lib/RowExpandEditor/RightAngle/index.js +17 -0
  125. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +12 -17
  126. package/lib/RowExpandEditor/RowExpandAddBtn/lg/index.js +26 -0
  127. package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.css +3 -0
  128. package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.js +19 -0
  129. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +10 -33
  130. package/lib/RowExpandEditor/RowExpandCheckboxEditor/lg.js +42 -0
  131. package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.css +6 -0
  132. package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.js +39 -0
  133. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +10 -223
  134. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/{index.css → lg/index.css} +1 -1
  135. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/lg/index.js +231 -0
  136. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.css +9 -0
  137. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.js +163 -0
  138. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +10 -121
  139. package/lib/RowExpandEditor/RowExpandDateEditor/lg.js +130 -0
  140. package/lib/RowExpandEditor/RowExpandDateEditor/sm.js +84 -0
  141. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +11 -96
  142. package/lib/RowExpandEditor/RowExpandDepartmentEditor/lg.js +101 -0
  143. package/lib/RowExpandEditor/RowExpandDepartmentEditor/sm.js +65 -0
  144. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +10 -199
  145. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/{index.css → lg/index.css} +1 -1
  146. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/lg/index.js +208 -0
  147. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.css +1 -0
  148. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.js +130 -0
  149. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +11 -97
  150. package/lib/RowExpandEditor/RowExpandDurationEditor/lg.js +105 -0
  151. package/lib/RowExpandEditor/RowExpandDurationEditor/sm.js +71 -0
  152. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +10 -116
  153. package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.css +1 -0
  154. package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.js +125 -0
  155. package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.css +1 -0
  156. package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.js +84 -0
  157. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +10 -139
  158. package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.css +1 -0
  159. package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.js +148 -0
  160. package/lib/RowExpandEditor/RowExpandFileEditor/sm/index.js +116 -0
  161. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +10 -156
  162. package/lib/RowExpandEditor/RowExpandGeolocationEditor/lg/index.js +164 -0
  163. package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.css +0 -0
  164. package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.js +101 -0
  165. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +10 -161
  166. package/lib/RowExpandEditor/RowExpandImageEditor/lg/index.js +170 -0
  167. package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.css +25 -0
  168. package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.js +109 -0
  169. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +11 -115
  170. package/lib/RowExpandEditor/RowExpandLongTextEditor/lg/index.js +123 -0
  171. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.css +10 -0
  172. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.js +80 -0
  173. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.css +3 -0
  174. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.js +91 -0
  175. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +10 -238
  176. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/{index.css → lg/index.css} +1 -1
  177. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/lg/index.js +247 -0
  178. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.css +0 -0
  179. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.js +155 -0
  180. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +10 -96
  181. package/lib/RowExpandEditor/RowExpandNumberEditor/lg.js +105 -0
  182. package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.css +3 -0
  183. package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.js +76 -0
  184. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +21 -0
  185. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +10 -142
  186. package/lib/RowExpandEditor/RowExpandRateEditor/lg.js +151 -0
  187. package/lib/RowExpandEditor/RowExpandRateEditor/sm.js +92 -0
  188. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +11 -198
  189. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/lg/index.js +206 -0
  190. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.css +8 -0
  191. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.js +134 -0
  192. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +11 -128
  193. package/lib/RowExpandEditor/RowExpandTextEditor/lg/index.js +136 -0
  194. package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.css +14 -0
  195. package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.js +37 -0
  196. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +10 -121
  197. package/lib/RowExpandEditor/RowExpandUrlEditor/lg/index.js +130 -0
  198. package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.css +17 -0
  199. package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.js +87 -0
  200. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +10 -18
  201. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/lg.js +27 -0
  202. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/sm.js +20 -0
  203. package/lib/RowExpandFormatter/RowExpandEmailFormatter/index.css +4 -4
  204. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +1 -1
  205. package/lib/RowExpandFormatter/index.css +18 -18
  206. package/lib/RowExpandFormatter/index.js +1 -1
  207. package/lib/SelectItem/index.js +57 -33
  208. package/lib/SingleSelectEditor/index.js +9 -14
  209. package/lib/SvgIcon/index.js +2 -1
  210. package/lib/constants/file.js +1 -0
  211. package/lib/constants/index.js +3 -2
  212. package/lib/index.js +42 -98
  213. package/lib/locales/zh-CN.json +1 -1
  214. package/lib/select-editor/index.js +27 -20
  215. package/lib/select-editor/{pc-select-editor → lg}/index.css +1 -1
  216. package/lib/select-editor/{pc-select-editor → lg}/index.js +10 -10
  217. package/lib/select-editor/sm/index.css +1 -0
  218. package/lib/select-editor/sm/index.js +105 -0
  219. package/lib/utils/get-event-transfer.js +2 -1
  220. package/lib/utils/utils.js +11 -2
  221. package/package.json +3 -12
  222. package/lib/ActionSheet/index.js +0 -194
  223. package/lib/ActionSheet/style/index.css +0 -365
  224. package/lib/ActivityIndicator/index.css +0 -108
  225. package/lib/ActivityIndicator/index.js +0 -76
  226. package/lib/Badge/index.css +0 -96
  227. package/lib/Badge/index.js +0 -65
  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/DatePicker/index.js +0 -120
  233. package/lib/DatePicker/locale/en_US.js +0 -14
  234. package/lib/DatePicker/locale/ru_RU.js +0 -14
  235. package/lib/DatePicker/locale/sv_SE.js +0 -14
  236. package/lib/DatePicker/locale/zh_CN.js +0 -14
  237. package/lib/DatePicker/style/index.css +0 -290
  238. package/lib/DatePicker/utils.js +0 -36
  239. package/lib/Drawer/index.css +0 -142
  240. package/lib/Drawer/index.js +0 -21
  241. package/lib/FileEditor/addition-previewer/index.css +0 -1
  242. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  243. package/lib/Icon/index.css +0 -50
  244. package/lib/Icon/index.js +0 -34
  245. package/lib/Icon/load-sprite.js +0 -56
  246. package/lib/InputItem/custom-input.js +0 -321
  247. package/lib/InputItem/custom-keyboard.js +0 -162
  248. package/lib/InputItem/index.js +0 -388
  249. package/lib/InputItem/input.js +0 -45
  250. package/lib/InputItem/locale/en_US.js +0 -12
  251. package/lib/InputItem/locale/ru_RU.js +0 -12
  252. package/lib/InputItem/locale/sv_SE.js +0 -12
  253. package/lib/InputItem/locale/zh_CN.js +0 -12
  254. package/lib/InputItem/portal.js +0 -23
  255. package/lib/InputItem/style/index.css +0 -512
  256. package/lib/List/index.css +0 -381
  257. package/lib/List/index.js +0 -41
  258. package/lib/List/list-item.js +0 -169
  259. package/lib/Modal/alert.js +0 -82
  260. package/lib/Modal/index.js +0 -15
  261. package/lib/Modal/modal.js +0 -118
  262. package/lib/Modal/operation.js +0 -77
  263. package/lib/Modal/prompt.js +0 -207
  264. package/lib/Picker/AbstractPicker.js +0 -190
  265. package/lib/Picker/index.js +0 -28
  266. package/lib/Picker/locale/en_US.js +0 -12
  267. package/lib/Picker/locale/ru_RU.js +0 -12
  268. package/lib/Picker/locale/sv_SE.js +0 -12
  269. package/lib/Picker/locale/zh_CN.js +0 -12
  270. package/lib/Picker/popupProps.js +0 -12
  271. package/lib/Picker/style/index.css +0 -141
  272. package/lib/Popover/index.js +0 -62
  273. package/lib/Popover/item.js +0 -55
  274. package/lib/Popover/style/index.css +0 -229
  275. package/lib/Progress/index.css +0 -22
  276. package/lib/Progress/index.js +0 -65
  277. package/lib/Radio/Radio.js +0 -47
  278. package/lib/Radio/RadioItem.js +0 -57
  279. package/lib/Radio/index.css +0 -90
  280. package/lib/Radio/index.js +0 -12
  281. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  282. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  283. package/lib/TabBar/Tab.js +0 -76
  284. package/lib/TabBar/index.css +0 -138
  285. package/lib/TabBar/index.js +0 -128
  286. package/lib/Tabs/index.css +0 -443
  287. package/lib/Tabs/index.js +0 -38
  288. package/lib/TextareaItem/index.css +0 -231
  289. package/lib/TextareaItem/index.js +0 -231
  290. package/lib/Toast/index.css +0 -65
  291. package/lib/Toast/index.js +0 -131
  292. package/lib/_util/class.js +0 -34
  293. package/lib/_util/closest.js +0 -17
  294. package/lib/_util/exenv.js +0 -8
  295. package/lib/_util/getDataAttr.js +0 -15
  296. package/lib/_util/getLocale.js +0 -42
  297. package/lib/select-editor/mb-select-editor/index.css +0 -127
  298. package/lib/select-editor/mb-select-editor/index.js +0 -197
  299. package/lib/select-editor/select-editor-option.js +0 -84
  300. /package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.css +0 -0
  301. /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.css +0 -0
  302. /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.js +0 -0
  303. /package/lib/{Department-editor → DepartmentEditor}/utils.js +0 -0
  304. /package/lib/DigitalSignEditor/{index.css → lg/index.css} +0 -0
  305. /package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.css +0 -0
  306. /package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.css +0 -0
  307. /package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.css +0 -0
  308. /package/lib/GeolocationEditor/{parse-geolocation.js → lg/parse-geolocation.js} +0 -0
  309. /package/lib/GeolocationEditor/{selector-list.js → lg/selector-list.js} +0 -0
  310. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.css +0 -0
  311. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.css +0 -0
  312. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.css +0 -0
  313. /package/lib/{RowExpandDialog → RowExpand/lg}/body/index.css +0 -0
  314. /package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.css +0 -0
  315. /package/lib/{RowExpandDialog → RowExpand/lg}/header/index.css +0 -0
  316. /package/lib/{RowExpandDialog → RowExpand/lg}/index.css +0 -0
  317. /package/lib/RowExpandEditor/RowExpandAddBtn/{index.css → lg/index.css} +0 -0
  318. /package/lib/RowExpandEditor/RowExpandGeolocationEditor/{index.css → lg/index.css} +0 -0
  319. /package/lib/RowExpandEditor/RowExpandImageEditor/{index.css → lg/index.css} +0 -0
  320. /package/lib/RowExpandEditor/RowExpandLongTextEditor/{index.css → lg/index.css} +0 -0
  321. /package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/{index.css → lg/index.css} +0 -0
  322. /package/lib/RowExpandEditor/RowExpandTextEditor/{index.css → lg/index.css} +0 -0
  323. /package/lib/RowExpandEditor/RowExpandUrlEditor/{index.css → lg/index.css} +0 -0
@@ -0,0 +1,148 @@
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 _constants = require("../../../constants");
10
+ var _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
11
+ var _lang = require("../../../lang");
12
+ var _ImageThumbnail = _interopRequireDefault(require("../../../ImageThumbnail"));
13
+ var _url = require("../../../utils/url");
14
+ var _FileEditor = _interopRequireDefault(require("../../../FileEditor"));
15
+ require("./index.css");
16
+ class Large extends _react.default.Component {
17
+ constructor(props) {
18
+ super(props);
19
+ this.onKeyDown = e => {
20
+ if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.isShowFileEditor) {
21
+ this.setState({
22
+ isShowFileEditor: true
23
+ });
24
+ }
25
+ };
26
+ this.onFocus = () => {
27
+ if (this.props.updateTabIndex) {
28
+ this.props.updateTabIndex(this.props.columnIndex);
29
+ }
30
+ };
31
+ this.onToggle = () => {
32
+ if (this.props.updateTabIndex) {
33
+ this.props.updateTabIndex(this.props.columnIndex);
34
+ }
35
+ this.setState({
36
+ isShowFileEditor: !this.state.isShowFileEditor
37
+ });
38
+ };
39
+ this.onCommit = value => {
40
+ this.setState({
41
+ fileContainer: value,
42
+ isShowFileEditor: !this.state.isShowFileEditor
43
+ });
44
+ this.props.onCommit(value);
45
+ };
46
+ this.deleteFile = index => {
47
+ const {
48
+ column,
49
+ row,
50
+ onCommit
51
+ } = this.props;
52
+ let {
53
+ fileContainer
54
+ } = this.state;
55
+ let value = fileContainer || row[column.key];
56
+ let updatedValue = value.slice(0);
57
+ updatedValue.splice(index, 1);
58
+ this.setState({
59
+ fileContainer: updatedValue
60
+ });
61
+ onCommit(updatedValue);
62
+ };
63
+ this.onClickFile = () => {
64
+ this.openEditorMode = null;
65
+ this.onToggle();
66
+ };
67
+ this.state = {
68
+ isShowFileEditor: false,
69
+ fileContainer: null
70
+ };
71
+ this.openEditorMode = null;
72
+ }
73
+ componentDidMount() {
74
+ document.addEventListener('keydown', this.onKeyDown);
75
+ }
76
+ UNSAFE_componentWillReceiveProps(nextProps) {
77
+ const {
78
+ column,
79
+ row,
80
+ valueKey
81
+ } = nextProps;
82
+ if (row._id !== this.props.row._id) {
83
+ this.setState({
84
+ fileContainer: row[column[valueKey]] || [],
85
+ isShowFileEditor: false
86
+ });
87
+ }
88
+ }
89
+ componentDidUpdate(prevProps, prevState) {
90
+ if (this.state.isShowFileEditor !== prevState.isShowFileEditor) {
91
+ if (this.state.isShowFileEditor === true && this.props.onEditorOpen) {
92
+ this.props.onEditorOpen();
93
+ }
94
+ if (this.state.isShowFileEditor === false && this.props.onEditorClose) {
95
+ this.props.onEditorClose();
96
+ }
97
+ }
98
+ }
99
+ componentWillUnmount() {
100
+ document.removeEventListener('keydown', this.onKeyDown);
101
+ }
102
+ render() {
103
+ let fileArr = [];
104
+ const {
105
+ column,
106
+ row,
107
+ config,
108
+ valueKey,
109
+ isEditorFocus
110
+ } = this.props;
111
+ let value = this.state.fileContainer !== null ? this.state.fileContainer : row[column[valueKey]];
112
+ if (value && value.length > 0) {
113
+ fileArr = value.map((file, index) => {
114
+ const {
115
+ fileIconUrl
116
+ } = (0, _url.getFileThumbnailInfo)(file);
117
+ return /*#__PURE__*/_react.default.createElement(_ImageThumbnail.default, {
118
+ key: 'file-' + index,
119
+ src: fileIconUrl,
120
+ name: file.name,
121
+ index: index,
122
+ config: config,
123
+ deleteTip: (0, _lang.getLocale)('Are_you_sure_you_want_to_delete_this_file'),
124
+ deleteImage: this.deleteFile,
125
+ onClick: this.onClickFile
126
+ });
127
+ });
128
+ }
129
+ return /*#__PURE__*/_react.default.createElement("div", {
130
+ className: "dtable-ui-row-expand-image-editor mt-2"
131
+ }, /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
132
+ isFocus: isEditorFocus,
133
+ text: (0, _lang.getLocale)('Add_files'),
134
+ onFocus: this.onFocus,
135
+ onClick: this.onToggle
136
+ }), /*#__PURE__*/_react.default.createElement("div", {
137
+ className: "dtable-ui-row-expand-image-container"
138
+ }, fileArr), this.state.isShowFileEditor && /*#__PURE__*/_react.default.createElement(_FileEditor.default, {
139
+ value: value,
140
+ isInModal: true,
141
+ onToggle: this.onToggle,
142
+ onCommit: this.onCommit,
143
+ config: this.props.config,
144
+ uploadFile: this.props.uploadFile
145
+ }));
146
+ }
147
+ }
148
+ var _default = exports.default = Large;
@@ -0,0 +1,116 @@
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 _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
10
+ var _lang = require("../../../lang");
11
+ var _ImageThumbnail = _interopRequireDefault(require("../../../ImageThumbnail"));
12
+ var _url = require("../../../utils/url");
13
+ var _FileEditor = _interopRequireDefault(require("../../../FileEditor"));
14
+ // import './index.css';
15
+
16
+ class Small extends _react.default.Component {
17
+ constructor(props) {
18
+ super(props);
19
+ this.toggleEditor = () => {
20
+ this.setState({
21
+ isShowEditor: !this.state.isShowEditor
22
+ });
23
+ };
24
+ this.closeEditor = () => {
25
+ this.setState({
26
+ isShowEditor: false
27
+ });
28
+ };
29
+ this.onCommit = value => {
30
+ this.setState({
31
+ value
32
+ });
33
+ this.props.onCommit(value);
34
+ };
35
+ this.deleteFile = index => {
36
+ const {
37
+ value
38
+ } = this.state;
39
+ const newValue = value.slice(0);
40
+ newValue.splice(index, 1);
41
+ this.onCommit(newValue);
42
+ };
43
+ this.renderFiles = () => {
44
+ const {
45
+ value
46
+ } = this.state;
47
+ const {
48
+ config
49
+ } = this.props;
50
+ return value.map((file, index) => {
51
+ const {
52
+ fileIconUrl
53
+ } = (0, _url.getFileThumbnailInfo)(file);
54
+ return /*#__PURE__*/_react.default.createElement(_ImageThumbnail.default, {
55
+ key: 'file-' + index,
56
+ src: fileIconUrl,
57
+ name: file.name,
58
+ index: index,
59
+ config: config,
60
+ className: "mobile-dtable-ui-row-expand-img-item",
61
+ deleteTip: (0, _lang.getLocale)('Are_you_sure_you_want_to_delete_this_file'),
62
+ deleteImage: this.deleteFile,
63
+ onClick: this.toggleEditor
64
+ });
65
+ });
66
+ };
67
+ const {
68
+ column,
69
+ row,
70
+ valueKey
71
+ } = props;
72
+ this.state = {
73
+ isShowEditor: false,
74
+ value: row[column[valueKey]] || []
75
+ };
76
+ this.openEditorMode = null;
77
+ }
78
+ UNSAFE_componentWillReceiveProps(nextProps) {
79
+ const {
80
+ column,
81
+ row,
82
+ valueKey
83
+ } = nextProps;
84
+ if (row._id !== this.props.row._id) {
85
+ this.setState({
86
+ value: row[column[valueKey]] || [],
87
+ isShowEditor: false
88
+ });
89
+ }
90
+ }
91
+ render() {
92
+ const {
93
+ column,
94
+ config,
95
+ uploadFile
96
+ } = this.props;
97
+ const {
98
+ isShowEditor,
99
+ value
100
+ } = this.state;
101
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
102
+ className: "mobile-dtable-ui-row-expand-image position-relative"
103
+ }, value.length === 0 ? /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
104
+ onClick: this.toggleEditor,
105
+ text: (0, _lang.getLocale)('Add_files')
106
+ }) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, this.renderFiles())), isShowEditor && /*#__PURE__*/_react.default.createElement(_FileEditor.default, {
107
+ value: value,
108
+ column: column,
109
+ config: config,
110
+ onToggle: this.closeEditor,
111
+ onCommit: this.onCommit,
112
+ uploadFile: uploadFile
113
+ }));
114
+ }
115
+ }
116
+ var _default = exports.default = Small;
@@ -6,160 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _dtableUtils = require("dtable-utils");
10
- var _constants = require("../../constants");
11
- var _RowExpandAddBtn = _interopRequireDefault(require("../RowExpandAddBtn"));
12
- var _lang = require("../../lang");
13
- var _GeolocationEditor = _interopRequireDefault(require("../../GeolocationEditor"));
14
- require("./index.css");
15
- class RowExpandGeolocationEditor extends _react.default.Component {
16
- constructor(props) {
17
- super(props);
18
- this.onKeyDown = e => {
19
- if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.isShowEditor) {
20
- this.setState({
21
- isShowEditor: true
22
- });
23
- }
24
- };
25
- this.hideEditor = event => {
26
- if (!this.state.isShowEditor || !event.target || this.editorContainer.contains(event.target)) return;
27
- if (this.state.isShowEditor && this.geoEditor.getLargeEditorState()) return;
28
- this.setState({
29
- isShowEditor: false
30
- });
31
- };
32
- this.toggleEditor = () => {
33
- this.props.updateTabIndex(this.props.columnIndex);
34
- this.setState({
35
- isShowEditor: !this.state.isShowEditor
36
- }, () => {
37
- if (!this.state.isShowEditor) {
38
- if ((0, _dtableUtils.isEmptyObject)(this.state.value)) {
39
- var _this$addBtnRef$curre;
40
- // eslint-disable-next-line no-unused-expressions
41
- (_this$addBtnRef$curre = this.addBtnRef.current) === null || _this$addBtnRef$curre === void 0 ? void 0 : _this$addBtnRef$curre.focus();
42
- } else {
43
- this.geoLocationRef.focus();
44
- }
45
- }
46
- });
47
- };
48
- this.onFocus = () => {
49
- this.props.updateTabIndex(this.props.columnIndex);
50
- };
51
- this.onCommit = value => {
52
- this.props.onCommit(value);
53
- this.setState({
54
- value
55
- });
56
- this.toggleEditor();
57
- };
58
- this.renderGeoLocation = () => {
59
- let {
60
- isEditorFocus
61
- } = this.props;
62
- let {
63
- value
64
- } = this.state;
65
- if (!(0, _dtableUtils.isEmptyObject)(value)) {
66
- const displayContent = this.getLocationInfo(value);
67
- return /*#__PURE__*/_react.default.createElement("div", {
68
- tabIndex: 0,
69
- style: isEditorFocus ? _constants.ROW_EXPAND_BTN_FOCUS_STYLE : {},
70
- onFocus: this.onFocus,
71
- role: "button",
72
- ref: ref => this.geoLocationRef = ref,
73
- className: "dtable-ui-row-expand-geolocation-value",
74
- onClick: this.toggleEditor
75
- }, displayContent);
76
- }
77
- return /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
78
- ref: this.addBtnRef,
79
- onFocus: this.onFocus,
80
- onClick: this.toggleEditor,
81
- isFocus: isEditorFocus,
82
- text: (0, _lang.getLocale)('Edit_Location')
83
- });
84
- };
85
- this.getLocationInfo = value => {
86
- const {
87
- column
88
- } = this.props;
89
- const {
90
- dtableBaiduMapKey,
91
- dtableMineMapKey
92
- } = window.dtable;
93
- const isBaiduMap = !!(dtableBaiduMapKey || dtableMineMapKey);
94
- return (0, _dtableUtils.getGeolocationDisplayString)(value, column.data, {
95
- isBaiduMap,
96
- hyphen: ' '
97
- });
98
- };
99
- const {
100
- row,
101
- column: _column,
102
- valueKey
103
- } = props;
104
- this.state = {
105
- isShowEditor: false,
106
- value: row[_column[valueKey]] || {}
107
- };
108
- this.addBtnRef = /*#__PURE__*/_react.default.createRef();
109
- this.isGeolocationLargeMapOpen = false;
110
- }
111
- componentDidMount() {
112
- document.addEventListener('mousedown', this.hideEditor);
113
- document.addEventListener('keydown', this.onKeyDown);
114
- }
115
- UNSAFE_componentWillReceiveProps(nextProps) {
116
- const {
117
- column,
118
- row,
119
- valueKey
120
- } = nextProps;
121
- if (row._id !== this.props.row._id) {
122
- this.setState({
123
- value: row[column[valueKey]] || {},
124
- isShowEditor: false
125
- });
126
- }
127
- }
128
- componentDidUpdate(prevProps, prevState) {
129
- if (this.state.isShowEditor !== prevState.isShowEditor) {
130
- if (this.state.isShowEditor === true && this.props.onEditorOpen) {
131
- this.props.onEditorOpen();
132
- }
133
- if (this.state.isShowEditor === false && this.props.onEditorClose) {
134
- this.props.onEditorClose();
135
- }
136
- }
137
- }
138
- componentWillUnmount() {
139
- document.removeEventListener('mousedown', this.hideEditor);
140
- document.removeEventListener('keydown', this.onKeyDown);
141
- }
142
- render() {
143
- const {
144
- column,
145
- row
146
- } = this.props;
147
- const {
148
- value
149
- } = this.state;
150
- return /*#__PURE__*/_react.default.createElement("div", {
151
- ref: ref => this.editorContainer = ref,
152
- className: "mt-2"
153
- }, this.renderGeoLocation(), this.state.isShowEditor && /*#__PURE__*/_react.default.createElement(_GeolocationEditor.default, {
154
- ref: ref => this.geoEditor = ref,
155
- isInModal: true,
156
- column: column,
157
- row: row,
158
- value: value,
159
- onCommit: this.onCommit,
160
- onCommitCancel: this.toggleEditor,
161
- onPressTab: this.props.onPressTab
162
- }));
163
- }
164
- }
9
+ var _reactResponsive = _interopRequireDefault(require("react-responsive"));
10
+ var _lg = _interopRequireDefault(require("./lg"));
11
+ var _sm = _interopRequireDefault(require("./sm"));
12
+ const RowExpandGeolocationEditor = 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(_lg.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
16
+ query: "(max-width: 768px)"
17
+ }, /*#__PURE__*/_react.default.createElement(_sm.default, props)));
18
+ };
165
19
  var _default = exports.default = RowExpandGeolocationEditor;
@@ -0,0 +1,164 @@
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 _dtableUtils = require("dtable-utils");
10
+ var _constants = require("../../../constants");
11
+ var _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
12
+ var _lang = require("../../../lang");
13
+ var _GeolocationEditor = _interopRequireDefault(require("../../../GeolocationEditor"));
14
+ require("./index.css");
15
+ class Large extends _react.default.Component {
16
+ constructor(props) {
17
+ super(props);
18
+ this.onKeyDown = e => {
19
+ if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.isShowEditor) {
20
+ this.setState({
21
+ isShowEditor: true
22
+ });
23
+ }
24
+ };
25
+ this.hideEditor = event => {
26
+ if (!this.state.isShowEditor || !event.target || this.editorContainer.contains(event.target)) return;
27
+ this.setState({
28
+ isShowEditor: false
29
+ });
30
+ };
31
+ this.toggleEditor = () => {
32
+ this.props.updateTabIndex(this.props.columnIndex);
33
+ this.setState({
34
+ isShowEditor: !this.state.isShowEditor
35
+ }, () => {
36
+ if (!this.state.isShowEditor) {
37
+ if ((0, _dtableUtils.isEmptyObject)(this.state.value)) {
38
+ var _this$addBtnRef$curre;
39
+ // eslint-disable-next-line no-unused-expressions
40
+ (_this$addBtnRef$curre = this.addBtnRef.current) === null || _this$addBtnRef$curre === void 0 ? void 0 : _this$addBtnRef$curre.focus();
41
+ } else {
42
+ this.geoLocationRef.focus();
43
+ }
44
+ }
45
+ });
46
+ };
47
+ this.onFocus = () => {
48
+ this.props.updateTabIndex(this.props.columnIndex);
49
+ };
50
+ this.onCommit = value => {
51
+ this.props.onCommit(value);
52
+ this.setState({
53
+ value
54
+ });
55
+ this.toggleEditor();
56
+ };
57
+ this.renderGeoLocation = () => {
58
+ let {
59
+ isEditorFocus
60
+ } = this.props;
61
+ let {
62
+ value
63
+ } = this.state;
64
+ if (!(0, _dtableUtils.isEmptyObject)(value)) {
65
+ const displayContent = this.getLocationInfo(value);
66
+ return /*#__PURE__*/_react.default.createElement("div", {
67
+ tabIndex: 0,
68
+ style: isEditorFocus ? _constants.ROW_EXPAND_BTN_FOCUS_STYLE : {},
69
+ onFocus: this.onFocus,
70
+ role: "button",
71
+ ref: ref => this.geoLocationRef = ref,
72
+ className: "dtable-ui-row-expand-geolocation-value",
73
+ onClick: this.toggleEditor
74
+ }, displayContent);
75
+ }
76
+ return /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
77
+ ref: this.addBtnRef,
78
+ onFocus: this.onFocus,
79
+ onClick: this.toggleEditor,
80
+ isFocus: isEditorFocus,
81
+ text: (0, _lang.getLocale)('Edit_Location')
82
+ });
83
+ };
84
+ this.getLocationInfo = value => {
85
+ const {
86
+ column
87
+ } = this.props;
88
+ const {
89
+ dtableBaiduMapKey,
90
+ dtableMineMapKey
91
+ } = window.dtable;
92
+ const isBaiduMap = !!(dtableBaiduMapKey || dtableMineMapKey);
93
+ return (0, _dtableUtils.getGeolocationDisplayString)(value, column.data, {
94
+ isBaiduMap,
95
+ hyphen: ' '
96
+ });
97
+ };
98
+ const {
99
+ row,
100
+ column: _column,
101
+ valueKey
102
+ } = props;
103
+ this.state = {
104
+ isShowEditor: false,
105
+ value: row[_column[valueKey]] || {}
106
+ };
107
+ this.addBtnRef = /*#__PURE__*/_react.default.createRef();
108
+ this.isGeolocationLargeMapOpen = false;
109
+ }
110
+ componentDidMount() {
111
+ document.addEventListener('mousedown', this.hideEditor);
112
+ document.addEventListener('keydown', this.onKeyDown);
113
+ }
114
+ UNSAFE_componentWillReceiveProps(nextProps) {
115
+ const {
116
+ column,
117
+ row,
118
+ valueKey
119
+ } = nextProps;
120
+ if (row._id !== this.props.row._id) {
121
+ this.setState({
122
+ value: row[column[valueKey]] || {},
123
+ isShowEditor: false
124
+ });
125
+ }
126
+ }
127
+ componentDidUpdate(prevProps, prevState) {
128
+ if (this.state.isShowEditor !== prevState.isShowEditor) {
129
+ if (this.state.isShowEditor === true && this.props.onEditorOpen) {
130
+ this.props.onEditorOpen();
131
+ }
132
+ if (this.state.isShowEditor === false && this.props.onEditorClose) {
133
+ this.props.onEditorClose();
134
+ }
135
+ }
136
+ }
137
+ componentWillUnmount() {
138
+ document.removeEventListener('mousedown', this.hideEditor);
139
+ document.removeEventListener('keydown', this.onKeyDown);
140
+ }
141
+ render() {
142
+ const {
143
+ column,
144
+ config
145
+ } = this.props;
146
+ const {
147
+ value
148
+ } = this.state;
149
+ return /*#__PURE__*/_react.default.createElement("div", {
150
+ ref: ref => this.editorContainer = ref,
151
+ className: "mt-2"
152
+ }, this.renderGeoLocation(), this.state.isShowEditor && /*#__PURE__*/_react.default.createElement(_GeolocationEditor.default, {
153
+ ref: ref => this.geoEditor = ref,
154
+ isInModal: true,
155
+ column: column,
156
+ value: value,
157
+ config: config,
158
+ onCommit: this.onCommit,
159
+ onToggle: this.toggleEditor,
160
+ onPressTab: this.props.onPressTab
161
+ }));
162
+ }
163
+ }
164
+ var _default = exports.default = Large;
@@ -0,0 +1,101 @@
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 _dtableUtils = require("dtable-utils");
10
+ var _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
11
+ var _lang = require("../../../lang");
12
+ var _GeolocationEditor = _interopRequireDefault(require("../../../GeolocationEditor"));
13
+ require("./index.css");
14
+ class Small extends _react.default.Component {
15
+ constructor(props) {
16
+ super(props);
17
+ this.openEditor = () => {
18
+ this.setState({
19
+ isShowEditor: true
20
+ });
21
+ };
22
+ this.closeEditor = () => {
23
+ this.setState({
24
+ isShowEditor: false
25
+ });
26
+ };
27
+ this.onCommit = value => {
28
+ this.setState({
29
+ value
30
+ });
31
+ this.props.onCommit(value);
32
+ };
33
+ this.getLocationInfo = value => {
34
+ const {
35
+ column,
36
+ config
37
+ } = this.props;
38
+ const {
39
+ dtableBaiduMapKey,
40
+ dtableMineMapKey
41
+ } = config;
42
+ const isBaiduMap = !!(dtableBaiduMapKey || dtableMineMapKey);
43
+ return (0, _dtableUtils.getGeolocationDisplayString)(value, column.data, {
44
+ isBaiduMap,
45
+ hyphen: ' '
46
+ });
47
+ };
48
+ this.renderGeoLocation = () => {
49
+ const {
50
+ value
51
+ } = this.state;
52
+ const text = (0, _dtableUtils.isEmptyObject)(value) ? (0, _lang.getLocale)('Edit_Location') : this.getLocationInfo(value);
53
+ return /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
54
+ onClick: this.openEditor,
55
+ text: text,
56
+ className: "py-4"
57
+ });
58
+ };
59
+ const {
60
+ row,
61
+ column: _column,
62
+ valueKey
63
+ } = props;
64
+ this.state = {
65
+ isShowEditor: false,
66
+ value: row[_column[valueKey]] || {}
67
+ };
68
+ }
69
+ UNSAFE_componentWillReceiveProps(nextProps) {
70
+ const {
71
+ column,
72
+ row,
73
+ valueKey
74
+ } = nextProps;
75
+ if (row._id !== this.props.row._id) {
76
+ this.setState({
77
+ value: row[column[valueKey]] || {},
78
+ isShowEditor: false
79
+ });
80
+ }
81
+ }
82
+ render() {
83
+ const {
84
+ column,
85
+ row,
86
+ config
87
+ } = this.props;
88
+ const {
89
+ value
90
+ } = this.state;
91
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, this.renderGeoLocation(), this.state.isShowEditor && /*#__PURE__*/_react.default.createElement(_GeolocationEditor.default, {
92
+ column: column,
93
+ row: row,
94
+ value: value,
95
+ config: config,
96
+ onCommit: this.onCommit,
97
+ onToggle: this.closeEditor
98
+ }));
99
+ }
100
+ }
101
+ var _default = exports.default = Small;