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,469 @@
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 _inputItem = _interopRequireDefault(require("antd-mobile/lib/input-item"));
9
+ var _react = _interopRequireDefault(require("react"));
10
+ var _toaster = _interopRequireDefault(require("../../../toaster"));
11
+ var _MobileFullScreenPage = _interopRequireDefault(require("../../../MobileFullScreenPage"));
12
+ var _mapEditorUtils = require("../../map-editor-utils");
13
+ var _cell = require("../../../utils/cell");
14
+ var _lang = require("../../../lang");
15
+ var _Loading = _interopRequireDefault(require("../../../Loading"));
16
+ var _objectUtils = _interopRequireDefault(require("../../../utils/object-utils"));
17
+ require("./index.css");
18
+ class MapEditor extends _react.default.Component {
19
+ constructor(props) {
20
+ super(props);
21
+ this.loadMineMapCallBack = () => {
22
+ if (!this.timer) {
23
+ this.timer = setTimeout(() => {
24
+ const {
25
+ domainUrl,
26
+ dataDomainUrl,
27
+ serverDomainUrl,
28
+ spriteUrl,
29
+ serviceUrl
30
+ } = (0, _mapEditorUtils.getMineMapUrl)();
31
+ window.minemap.domainUrl = domainUrl;
32
+ window.minemap.dataDomainUrl = dataDomainUrl;
33
+ window.minemap.serverDomainUrl = serverDomainUrl;
34
+ window.minemap.spriteUrl = spriteUrl;
35
+ window.minemap.serviceUrl = serviceUrl;
36
+ window.minemap.key = this.mapKey;
37
+ window.minemap.solution = 11001;
38
+ this.renderMineMap();
39
+ clearTimeout(this.timer);
40
+ this.timer = null;
41
+ }, 1000);
42
+ }
43
+ };
44
+ this.renderMineMap = () => {
45
+ this.setState({
46
+ isLoading: false
47
+ }, () => {
48
+ if (!window.minemap.key) return;
49
+ setTimeout(() => {
50
+ this.map = new window.minemap.Map({
51
+ container: 'mobile-dtable-ui-geolocation-map-container',
52
+ style: 'https://service.minedata.cn/map/solu/style/11001',
53
+ pitch: 0,
54
+ maxZoom: 17,
55
+ minZoom: 3,
56
+ projection: 'MERCATOR'
57
+ });
58
+ let {
59
+ lng,
60
+ lat,
61
+ zoom
62
+ } = (0, _mapEditorUtils.getInitCenter)();
63
+ const {
64
+ value
65
+ } = this.state;
66
+ if ((0, _cell.isValidPosition)(value.lng, value.lat)) {
67
+ lng = value.lng;
68
+ lat = value.lat;
69
+ this.addMarkerByPosition(lng, lat);
70
+ }
71
+ this.map.setCenter([lng, lat]);
72
+ this.map.setZoom(zoom);
73
+ if (this.readOnly) return;
74
+ this.map.on('mousedown', event => {
75
+ const point = event.lngLat;
76
+ this.setValue(point);
77
+ this.addMarkerByPosition(point.lng, point.lat);
78
+ });
79
+ }, 1);
80
+ });
81
+ };
82
+ this.renderBaiduMap = () => {
83
+ this.setState({
84
+ isLoading: false
85
+ }, () => {
86
+ if (!window.BMap.Map) return;
87
+ setTimeout(() => {
88
+ this.map = new window.BMap.Map('mobile-dtable-ui-geolocation-map-container');
89
+ let {
90
+ lng,
91
+ lat,
92
+ zoom
93
+ } = (0, _mapEditorUtils.getInitCenter)();
94
+ const {
95
+ value
96
+ } = this.state;
97
+ if ((0, _cell.isValidPosition)(value.lng, value.lat)) {
98
+ lng = value.lng;
99
+ lat = value.lat;
100
+ this.addMarkerByPosition(lng, lat);
101
+ }
102
+ const point = new window.BMap.Point(lng, lat);
103
+ this.map.centerAndZoom(point, zoom);
104
+ this.map.enableScrollWheelZoom(true);
105
+ this.map.addEventListener('click', event => {
106
+ if (this.state.mode === 'preview') return;
107
+ const point = event.point;
108
+ this.setValue(point);
109
+ this.addMarkerByPosition(point.lng, point.lat);
110
+ });
111
+ }, 1);
112
+ });
113
+ };
114
+ this.geolocationCallback = (error, point) => {
115
+ if (!error) {
116
+ this.setValue({
117
+ ...point
118
+ });
119
+ this.addMarkerByPosition(point.lng, point.lat);
120
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP) {
121
+ this.map.setCenter({
122
+ lng: point.lng,
123
+ lat: point.lat
124
+ });
125
+ }
126
+ } else {
127
+ _toaster.default.danger((0, _lang.getLocale)('Positioning_failed'));
128
+ }
129
+ };
130
+ this.renderGoogleMap = () => {
131
+ this.setState({
132
+ isLoading: false
133
+ }, () => {
134
+ setTimeout(() => {
135
+ let {
136
+ lng,
137
+ lat,
138
+ zoom
139
+ } = (0, _mapEditorUtils.getInitCenter)();
140
+ this.map = new window.google.maps.Map(this.ref, {
141
+ zoom,
142
+ center: {
143
+ lng,
144
+ lat
145
+ },
146
+ zoomControl: false,
147
+ mapTypeControl: false,
148
+ scaleControl: false,
149
+ streetViewControl: false,
150
+ rotateControl: false,
151
+ fullscreenControl: false
152
+ });
153
+ const {
154
+ value
155
+ } = this.state;
156
+ if (value.lng && value.lat) {
157
+ lng = value.lng;
158
+ lat = value.lat;
159
+ this.addMarkerByPosition(lng, lat);
160
+ }
161
+ this.map.setCenter({
162
+ lng,
163
+ lat
164
+ });
165
+ this.map.addListener('mousedown', event => {
166
+ const lng = event.latLng.lng();
167
+ const lat = event.latLng.lat();
168
+ const point = {
169
+ lng,
170
+ lat
171
+ };
172
+ this.setValue(point);
173
+ this.addMarkerByPosition(lng, lat);
174
+ });
175
+ }, 1);
176
+ });
177
+ };
178
+ this.setValue = point => {
179
+ this.setState({
180
+ value: {
181
+ lng: point.lng,
182
+ lat: point.lat
183
+ },
184
+ inputValue: _mapEditorUtils.DOMESTIC_MAP_TYPE.includes(this.mapType) ? "".concat(point.lng, ", ").concat(point.lat) : "".concat(point.lat, ", ").concat(point.lng)
185
+ });
186
+ };
187
+ this.addMarkerByPosition = (lng, lat) => {
188
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.B_MAP) {
189
+ let point = new window.BMap.Point(lng, lat);
190
+ const marker = new window.BMap.Marker(point, {
191
+ offset: new window.BMap.Size(-2, -5)
192
+ });
193
+ this.map && this.map.clearOverlays();
194
+ this.map && this.map.addOverlay(marker);
195
+ return;
196
+ }
197
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP) {
198
+ if (!this.googleMarker) {
199
+ this.googleMarker = new window.google.maps.Marker({
200
+ position: {
201
+ lng,
202
+ lat
203
+ },
204
+ map: this.map
205
+ });
206
+ return;
207
+ }
208
+ this.googleMarker.setPosition({
209
+ lng,
210
+ lat
211
+ });
212
+ this.googleMarker.setMap(this.map);
213
+ return;
214
+ }
215
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.M_MAP) {
216
+ if (!this.mineMapMarker) {
217
+ this.mineMapMarker = new window.minemap.Marker({
218
+ draggable: false,
219
+ anchor: 'top-left',
220
+ color: 'red',
221
+ rotation: 0,
222
+ pitchAlignment: 'map',
223
+ rotationAlignment: 'map',
224
+ scale: 0.8
225
+ }).setLngLat({
226
+ lng,
227
+ lat
228
+ }).addTo(this.map);
229
+ } else {
230
+ this.mineMapMarker.setLngLat({
231
+ lng,
232
+ lat
233
+ });
234
+ }
235
+ return;
236
+ }
237
+ };
238
+ this.clearSearchNumerical = () => {
239
+ this.setState({
240
+ inputValue: '',
241
+ value: {}
242
+ });
243
+ };
244
+ this.onSubmit = () => {
245
+ const {
246
+ value
247
+ } = this.state;
248
+ if (!_objectUtils.default.isSameObject(value, this.props.value)) {
249
+ this.props.onCommit(value);
250
+ }
251
+ this.onClose();
252
+ };
253
+ this.onChange = inputValue => {
254
+ this.setState({
255
+ inputValue
256
+ });
257
+ const enSplitCodeIndex = inputValue.indexOf(',');
258
+ const cnSplitCodeIndex = inputValue.indexOf(',');
259
+ if (enSplitCodeIndex > 0 || cnSplitCodeIndex > 0) {
260
+ let lng;
261
+ let lat;
262
+ const splitCodeIndex = enSplitCodeIndex > 0 ? enSplitCodeIndex : cnSplitCodeIndex;
263
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP) {
264
+ lat = parseFloat(inputValue.slice(0, splitCodeIndex).trim());
265
+ lng = parseFloat(inputValue.slice(splitCodeIndex + 1).trim());
266
+ } else {
267
+ lng = parseFloat(inputValue.slice(0, splitCodeIndex).trim());
268
+ lat = parseFloat(inputValue.slice(splitCodeIndex + 1).trim());
269
+ }
270
+ if (!Number.isNaN(lng) && !Number.isNaN(lat)) {
271
+ this.setState({
272
+ value: {
273
+ lng,
274
+ lat
275
+ }
276
+ });
277
+ if (this.map) {
278
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP || this.mapType === _mapEditorUtils.MAP_TYPES.M_MAP) {
279
+ this.map.setCenter({
280
+ lng,
281
+ lat
282
+ });
283
+ } else {
284
+ this.map.setCenter(new window.BMap.Point(lng, lat));
285
+ }
286
+ }
287
+ this.addMarkerByPosition(lng, lat);
288
+ }
289
+ }
290
+ };
291
+ this.onZoomIn = () => {
292
+ if (!this.map) return;
293
+ const currentZoom = this.map.getZoom();
294
+ this.map.setZoom(currentZoom + 1);
295
+ };
296
+ this.onZoomOut = () => {
297
+ if (!this.map) return;
298
+ const currentZoom = this.map.getZoom();
299
+ this.map.setZoom(currentZoom - 1);
300
+ };
301
+ this.onLocateCurrentPosition = () => {
302
+ (0, _mapEditorUtils.locateCurrentPosition)(this.map, this.mapType, this.geolocationCallback);
303
+ };
304
+ this.onLeftClick = () => {
305
+ if (this.state.mode === 'preview') {
306
+ this.onClose();
307
+ return;
308
+ }
309
+ this.setState({
310
+ mode: 'preview'
311
+ });
312
+ };
313
+ this.onRightClick = () => {
314
+ if (this.state.mode === 'preview') {
315
+ this.setState({
316
+ mode: 'edit'
317
+ });
318
+ return;
319
+ }
320
+ this.onSubmit();
321
+ };
322
+ this.onClose = () => {
323
+ this.props.onToggle();
324
+ };
325
+ this.renderMap = () => {
326
+ const {
327
+ isLoading,
328
+ inputValue,
329
+ mode
330
+ } = this.state;
331
+ if (isLoading) return /*#__PURE__*/_react.default.createElement("div", {
332
+ className: "w-100 h-100 d-flex align-items-center justify-content-center"
333
+ }, /*#__PURE__*/_react.default.createElement(_Loading.default, null));
334
+ if (!this.mapType) {
335
+ return /*#__PURE__*/_react.default.createElement("div", {
336
+ className: "dtable-ui-geolocation-map-editor-error-message d-flex justify-content-center align-items-center w-100 h-100"
337
+ }, /*#__PURE__*/_react.default.createElement("span", {
338
+ className: "alert-danger"
339
+ }, (0, _lang.getLocale)('The_map_plugin_is_not_properly_configured_contact_the_administrator')));
340
+ }
341
+ const isEdit = mode === 'edit';
342
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
343
+ className: "mobile-dtable-ui-geolocation-map-editor-input-container"
344
+ }, /*#__PURE__*/_react.default.createElement(_inputItem.default, {
345
+ type: "text",
346
+ className: "mobile-dtable-ui-geolocation-map-editor-input",
347
+ style: {
348
+ marginTop: 0
349
+ },
350
+ value: inputValue,
351
+ editable: isEdit,
352
+ onChange: this.onChange,
353
+ placeholder: _mapEditorUtils.DOMESTIC_MAP_TYPE.includes(this.mapType) ? (0, _lang.getLocale)('Enter_longitude_and_latitude') : (0, _lang.getLocale)('Enter_latitude_and_longitude')
354
+ })), /*#__PURE__*/_react.default.createElement("div", {
355
+ className: "mobile-dtable-ui-geolocation-map-editor-map"
356
+ }, /*#__PURE__*/_react.default.createElement("div", {
357
+ className: "w-100 h-100",
358
+ ref: ref => this.ref = ref,
359
+ id: "mobile-dtable-ui-geolocation-map-container"
360
+ }), /*#__PURE__*/_react.default.createElement("div", {
361
+ className: "dtable-ui-geolocation-map-controller"
362
+ }, /*#__PURE__*/_react.default.createElement("div", {
363
+ className: "dtable-ui-geolocation-locate-control",
364
+ onClick: this.onLocateCurrentPosition
365
+ }, /*#__PURE__*/_react.default.createElement("i", {
366
+ className: "dtable-font dtable-icon-current-location"
367
+ })), /*#__PURE__*/_react.default.createElement("div", {
368
+ className: "dtable-ui-geolocation-zoom-control"
369
+ }, /*#__PURE__*/_react.default.createElement("div", {
370
+ className: "dtable-ui-geolocation-zoom-control-btn",
371
+ onClick: this.onZoomIn
372
+ }, /*#__PURE__*/_react.default.createElement("i", {
373
+ "aria-hidden": "true",
374
+ className: "dtable-font dtable-icon-enlarge"
375
+ })), /*#__PURE__*/_react.default.createElement("div", {
376
+ className: "dtable-ui-geolocation-zoom-control-btn",
377
+ onClick: this.onZoomOut
378
+ }, /*#__PURE__*/_react.default.createElement("i", {
379
+ "aria-hidden": "true",
380
+ className: "dtable-font dtable-icon-narrow"
381
+ }))))));
382
+ };
383
+ const _value = props.value || {};
384
+ const {
385
+ mapType,
386
+ mapKey
387
+ } = (0, _mapEditorUtils.getMapInfo)(props.config);
388
+ this.mapType = mapType;
389
+ this.mapKey = mapKey;
390
+ const {
391
+ lng: _lng,
392
+ lat: _lat
393
+ } = _value;
394
+ this.map = null;
395
+ this.state = {
396
+ mode: 'preview',
397
+ isLoading: true,
398
+ value: _value,
399
+ inputValue: (0, _cell.isValidPosition)(_lng, _lat) ? _mapEditorUtils.DOMESTIC_MAP_TYPE.includes(this.mapType) ? "".concat(_lng, ", ").concat(_lat) : "".concat(_lat, ", ").concat(_lng) : ''
400
+ };
401
+ }
402
+ componentDidMount() {
403
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.B_MAP) {
404
+ if (!window.BMap) {
405
+ window.renderBaiduMap = () => this.renderBaiduMap();
406
+ (0, _mapEditorUtils.loadMapSource)(this.mapType, this.mapKey);
407
+ } else {
408
+ this.renderBaiduMap();
409
+ }
410
+ return;
411
+ }
412
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP) {
413
+ if (!window.google) {
414
+ window.renderGoogleMap = () => this.renderGoogleMap();
415
+ (0, _mapEditorUtils.loadMapSource)(this.mapType, this.mapKey);
416
+ } else {
417
+ this.renderGoogleMap();
418
+ }
419
+ return;
420
+ }
421
+ if (this.mapType === _mapEditorUtils.MAP_TYPES.M_MAP) {
422
+ if (!window.minemap) {
423
+ (0, _mapEditorUtils.loadMapSource)(this.mapType, this.mapKey, this.loadMineMapCallBack);
424
+ } else {
425
+ this.renderMineMap();
426
+ }
427
+ return;
428
+ }
429
+ }
430
+ componentWillUnmount() {
431
+ let center = {};
432
+ if (this.map && _mapEditorUtils.DOMESTIC_MAP_TYPE.includes(this.mapType)) {
433
+ center.zoom = this.map.getZoom();
434
+ let coordinate = this.map.getCenter();
435
+ center.lng = coordinate.lng;
436
+ center.lat = coordinate.lat;
437
+ this.mineMapMarker = null;
438
+ } else if (this.map && this.mapType === _mapEditorUtils.MAP_TYPES.G_MAP) {
439
+ let zoom = this.map.getZoom();
440
+ let coordinate = this.map.getCenter();
441
+ center.zoom = zoom;
442
+ center.lat = coordinate.lat();
443
+ center.lng = coordinate.lng();
444
+ this.googleMarker = null;
445
+ }
446
+ localStorage.setItem('geolocation-map-center', JSON.stringify(center));
447
+ this.map = null;
448
+ }
449
+ render() {
450
+ const {
451
+ column
452
+ } = this.props;
453
+ const {
454
+ mode
455
+ } = this.state;
456
+ const isEdit = mode === 'edit';
457
+ return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
458
+ className: "mobile-dtable-ui-geolocation-map-editor",
459
+ onLeftClick: this.onLeftClick,
460
+ onRightClick: this.onRightClick,
461
+ onClose: this.onClose
462
+ }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isEdit ? (0, _lang.getLocale)('Cancel') : (0, _lang.getLocale)('Close')), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, column.name), /*#__PURE__*/_react.default.createElement("span", {
463
+ style: {
464
+ color: '#f09f3f'
465
+ }
466
+ }, isEdit ? (0, _lang.getLocale)('Submit') : (0, _lang.getLocale)('Edit')), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, this.renderMap()));
467
+ }
468
+ }
469
+ var _default = exports.default = MapEditor;
@@ -0,0 +1,158 @@
1
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-input-container {
2
+ display: flex;
3
+ background: #fff;
4
+ align-items: center;
5
+ padding: 7px 20px;
6
+ height: 44px;
7
+ width: 100%;
8
+ }
9
+
10
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-input {
11
+ height: 30px !important;
12
+ min-height: unset;
13
+ border: 1px solid #ddd;
14
+ width: 86%;
15
+ border-radius: 3px 0 0 3px;
16
+ }
17
+
18
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-input input {
19
+ font-size: 16px !important;
20
+ }
21
+
22
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-search-btn {
23
+ height: 30px;
24
+ width: 14%;
25
+ border: 1px solid #ddd;
26
+ border-left: none;
27
+ border-radius: 0 3px 3px 0;
28
+ padding: unset;
29
+ box-shadow: unset;
30
+ color: #666;
31
+ background-color: #f5f5f5;
32
+ font-size: 0.875rem;
33
+ line-height: 1.8;
34
+ display: inline-block;
35
+ text-align: center;
36
+ white-space: nowrap;
37
+ vertical-align: middle;
38
+ user-select: none;
39
+ }
40
+
41
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-map {
42
+ flex: 1;
43
+ overflow: hidden;
44
+ width: 100%;
45
+ position: relative;
46
+ }
47
+
48
+ /* search results */
49
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-results {
50
+ height: 100%;
51
+ width: 100%;
52
+ position: absolute;
53
+ top: 0;
54
+ left: 0;
55
+ background: #fff;
56
+ border-top: 1px solid #eee;
57
+ overflow-y: scroll;
58
+ }
59
+
60
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result {
61
+ height: 56px;
62
+ border-bottom: 1px solid #ddd;
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 8px 16px;
66
+ }
67
+
68
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result {
69
+ height: 56px;
70
+ border-bottom: 1px solid #ddd;
71
+ display: flex;
72
+ align-items: flex-start;
73
+ flex-direction: column;
74
+ padding: 8px 16px;
75
+ }
76
+
77
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result-title {
78
+ font-size: 14px
79
+ }
80
+
81
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result-address {
82
+ color: #666;
83
+ font-size: 12px;
84
+ }
85
+
86
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result span {
87
+ display: inline-block;
88
+ width: 100%;
89
+ overflow: hidden;
90
+ text-overflow: ellipsis;
91
+ white-space: nowrap;
92
+ }
93
+
94
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-map-selection-editor-search-result:last-child {
95
+ border-bottom: none;
96
+ }
97
+
98
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label {
99
+ width: 100%;
100
+ min-height: 120px;
101
+ height: fit-content;
102
+ background-color: #fff;
103
+ position: relative;
104
+ flex-shrink: 0;
105
+ }
106
+
107
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label.simple {
108
+ min-height: 95px;
109
+ }
110
+
111
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-title {
112
+ display: block;
113
+ width: 85%;
114
+ margin-left: 15px;
115
+ margin-top: 10px;
116
+ font-size: 18px;
117
+ font-weight: 500;
118
+ }
119
+
120
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label .dtable-icon-x {
121
+ position: absolute;
122
+ right: 10px;
123
+ top: 5px;
124
+ font-size: 18px;
125
+ color: #666;
126
+ }
127
+
128
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-address-tip {
129
+ display: block;
130
+ margin-left: 15px;
131
+ margin-top: 0.25rem;
132
+ color: #666;
133
+ font-size: 12px;
134
+ }
135
+
136
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-tag {
137
+ margin-left: 15px;
138
+ font-size: 12px;
139
+ }
140
+
141
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-address {
142
+ width: 77%;
143
+ display: block;
144
+ margin-left: 15px;
145
+ margin-bottom: 1.5rem;
146
+ font-size: 14px;
147
+ }
148
+
149
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-address.simple {
150
+ margin-top: 2rem;
151
+ }
152
+
153
+ .mobile-dtable-ui-geolocation-map-selection-editor .mobile-dtable-ui-geolocation-map-editor-label-btn {
154
+ position: absolute;
155
+ right: 10px;
156
+ bottom: 1rem;
157
+ font-weight: normal;
158
+ }