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
@@ -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,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,6 +6,7 @@ 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
11
  const needScaleIcons = ['check', 'dot', 'cross'];
11
12
  const SvgIcon = props => {
@@ -15,7 +16,7 @@ const SvgIcon = props => {
15
16
  color
16
17
  } = props;
17
18
  let iconClass = "dtable-ui-multicolor-icon multicolor-icon-".concat(symbol, " ").concat(className || '');
18
- if (needScaleIcons.includes(symbol) && window.isMobile) {
19
+ if (needScaleIcons.includes(symbol) && _constants.isMobile) {
19
20
  iconClass += ' scale-icon';
20
21
  }
21
22
  return /*#__PURE__*/_react.default.createElement("svg", {
@@ -47,6 +47,7 @@ const FILEEXT_ICON_MAP = exports.FILEEXT_ICON_MAP = {
47
47
  gif: 'pic',
48
48
  bmp: 'pic',
49
49
  ico: 'pic',
50
+ webp: 'pic',
50
51
  // folder dir
51
52
  folder: 'folder',
52
53
  // default
@@ -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);
package/lib/index.js CHANGED
@@ -4,22 +4,16 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
- Object.defineProperty(exports, "ActionSheet", {
8
- enumerable: true,
9
- get: function () {
10
- return _ActionSheet.default;
11
- }
12
- });
13
- Object.defineProperty(exports, "ActivityIndicator", {
7
+ Object.defineProperty(exports, "AutoNumberFormatter", {
14
8
  enumerable: true,
15
9
  get: function () {
16
- return _ActivityIndicator.default;
10
+ return _AutoNumberFormatter.default;
17
11
  }
18
12
  });
19
- Object.defineProperty(exports, "AutoNumberFormatter", {
13
+ Object.defineProperty(exports, "BodyPortal", {
20
14
  enumerable: true,
21
15
  get: function () {
22
- return _AutoNumberFormatter.default;
16
+ return _BodyPortal.default;
23
17
  }
24
18
  });
25
19
  Object.defineProperty(exports, "ButtonFormatter", {
@@ -190,12 +184,6 @@ Object.defineProperty(exports, "DateFormatter", {
190
184
  return _DateFormatter.default;
191
185
  }
192
186
  });
193
- Object.defineProperty(exports, "DatePicker", {
194
- enumerable: true,
195
- get: function () {
196
- return _DatePicker.default;
197
- }
198
- });
199
187
  Object.defineProperty(exports, "DepartmentEditor", {
200
188
  enumerable: true,
201
189
  get: function () {
@@ -226,12 +214,6 @@ Object.defineProperty(exports, "DigitalSignFormatter", {
226
214
  return _DigitalSignFormatter.default;
227
215
  }
228
216
  });
229
- Object.defineProperty(exports, "Drawer", {
230
- enumerable: true,
231
- get: function () {
232
- return _Drawer.default;
233
- }
234
- });
235
217
  Object.defineProperty(exports, "DurationEditor", {
236
218
  enumerable: true,
237
219
  get: function () {
@@ -298,12 +280,6 @@ Object.defineProperty(exports, "GeolocationFormatter", {
298
280
  return _GeolocationFormatter.default;
299
281
  }
300
282
  });
301
- Object.defineProperty(exports, "Icon", {
302
- enumerable: true,
303
- get: function () {
304
- return _Icon.default;
305
- }
306
- });
307
283
  Object.defineProperty(exports, "IconButton", {
308
284
  enumerable: true,
309
285
  get: function () {
@@ -328,12 +304,6 @@ Object.defineProperty(exports, "ImagePreviewerLightbox", {
328
304
  return _ImagePreviewerLightbox.default;
329
305
  }
330
306
  });
331
- Object.defineProperty(exports, "InputItem", {
332
- enumerable: true,
333
- get: function () {
334
- return _InputItem.default;
335
- }
336
- });
337
307
  Object.defineProperty(exports, "LastModifierFormatter", {
338
308
  enumerable: true,
339
309
  get: function () {
@@ -352,12 +322,6 @@ Object.defineProperty(exports, "LinkFormatter", {
352
322
  return _LinkFormatter.default;
353
323
  }
354
324
  });
355
- Object.defineProperty(exports, "List", {
356
- enumerable: true,
357
- get: function () {
358
- return _List.default;
359
- }
360
- });
361
325
  Object.defineProperty(exports, "Loading", {
362
326
  enumerable: true,
363
327
  get: function () {
@@ -376,70 +340,70 @@ Object.defineProperty(exports, "MTimeFormatter", {
376
340
  return _MTimeFormatter.default;
377
341
  }
378
342
  });
379
- Object.defineProperty(exports, "Modal", {
343
+ Object.defineProperty(exports, "MobileFullScreenPage", {
380
344
  enumerable: true,
381
345
  get: function () {
382
- return _Modal.default;
346
+ return _MobileFullScreenPage.default;
383
347
  }
384
348
  });
385
- Object.defineProperty(exports, "ModalPortal", {
349
+ Object.defineProperty(exports, "MobileModal", {
386
350
  enumerable: true,
387
351
  get: function () {
388
- return _ModalPortal.default;
352
+ return _MobileModal.default;
389
353
  }
390
354
  });
391
- Object.defineProperty(exports, "MultipleSelectEditor", {
355
+ Object.defineProperty(exports, "MobileOperationSheet", {
392
356
  enumerable: true,
393
357
  get: function () {
394
- return _MultipleSelectEditor.default;
358
+ return _MobileOperationSheet.default;
395
359
  }
396
360
  });
397
- Object.defineProperty(exports, "MultipleSelectFormatter", {
361
+ Object.defineProperty(exports, "MobileSelectorEditor", {
398
362
  enumerable: true,
399
363
  get: function () {
400
- return _MultipleSelectFormatter.default;
364
+ return _MobileSelectorEditor.default;
401
365
  }
402
366
  });
403
- Object.defineProperty(exports, "NotificationPopover", {
367
+ Object.defineProperty(exports, "MobileUpload", {
404
368
  enumerable: true,
405
369
  get: function () {
406
- return _NotificationPopover.default;
370
+ return _MobileUpload.default;
407
371
  }
408
372
  });
409
- Object.defineProperty(exports, "NumberEditor", {
373
+ Object.defineProperty(exports, "ModalPortal", {
410
374
  enumerable: true,
411
375
  get: function () {
412
- return _NumberEditor.default;
376
+ return _ModalPortal.default;
413
377
  }
414
378
  });
415
- Object.defineProperty(exports, "NumberFormatter", {
379
+ Object.defineProperty(exports, "MultipleSelectEditor", {
416
380
  enumerable: true,
417
381
  get: function () {
418
- return _NumberFormatter.default;
382
+ return _MultipleSelectEditor.default;
419
383
  }
420
384
  });
421
- Object.defineProperty(exports, "Picker", {
385
+ Object.defineProperty(exports, "MultipleSelectFormatter", {
422
386
  enumerable: true,
423
387
  get: function () {
424
- return _Picker.default;
388
+ return _MultipleSelectFormatter.default;
425
389
  }
426
390
  });
427
- Object.defineProperty(exports, "Popover", {
391
+ Object.defineProperty(exports, "NotificationPopover", {
428
392
  enumerable: true,
429
393
  get: function () {
430
- return _Popover.default;
394
+ return _NotificationPopover.default;
431
395
  }
432
396
  });
433
- Object.defineProperty(exports, "Progress", {
397
+ Object.defineProperty(exports, "NumberEditor", {
434
398
  enumerable: true,
435
399
  get: function () {
436
- return _Progress.default;
400
+ return _NumberEditor.default;
437
401
  }
438
402
  });
439
- Object.defineProperty(exports, "Radio", {
403
+ Object.defineProperty(exports, "NumberFormatter", {
440
404
  enumerable: true,
441
405
  get: function () {
442
- return _Radio.default;
406
+ return _NumberFormatter.default;
443
407
  }
444
408
  });
445
409
  Object.defineProperty(exports, "RateFormatter", {
@@ -454,10 +418,16 @@ Object.defineProperty(exports, "RoleStatusEditor", {
454
418
  return _RoleStatusEditor.default;
455
419
  }
456
420
  });
421
+ Object.defineProperty(exports, "RowExpand", {
422
+ enumerable: true,
423
+ get: function () {
424
+ return _RowExpand.default;
425
+ }
426
+ });
457
427
  Object.defineProperty(exports, "RowExpandDialog", {
458
428
  enumerable: true,
459
429
  get: function () {
460
- return _RowExpandDialog.default;
430
+ return _lg.default;
461
431
  }
462
432
  });
463
433
  Object.defineProperty(exports, "RowExpandEditor", {
@@ -502,12 +472,6 @@ Object.defineProperty(exports, "SvgIcon", {
502
472
  return _SvgIcon.default;
503
473
  }
504
474
  });
505
- Object.defineProperty(exports, "TabBar", {
506
- enumerable: true,
507
- get: function () {
508
- return _TabBar.default;
509
- }
510
- });
511
475
  Object.defineProperty(exports, "TextEditor", {
512
476
  enumerable: true,
513
477
  get: function () {
@@ -520,18 +484,6 @@ Object.defineProperty(exports, "TextFormatter", {
520
484
  return _TextFormatter.default;
521
485
  }
522
486
  });
523
- Object.defineProperty(exports, "TextareaItem", {
524
- enumerable: true,
525
- get: function () {
526
- return _TextareaItem.default;
527
- }
528
- });
529
- Object.defineProperty(exports, "Toast", {
530
- enumerable: true,
531
- get: function () {
532
- return _Toast.default;
533
- }
534
- });
535
487
  Object.defineProperty(exports, "UploadProgress", {
536
488
  enumerable: true,
537
489
  get: function () {
@@ -597,11 +549,12 @@ var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("./Departm
597
549
  var _SimpleLongTextFormatter = _interopRequireDefault(require("./SimpleLongTextFormatter"));
598
550
  var _RowExpandFormatter = _interopRequireDefault(require("./RowExpandFormatter"));
599
551
  var _RowExpandEditor = _interopRequireDefault(require("./RowExpandEditor"));
600
- var _RowExpandDialog = _interopRequireDefault(require("./RowExpandDialog"));
552
+ var _RowExpand = _interopRequireDefault(require("./RowExpand"));
553
+ var _lg = _interopRequireDefault(require("./RowExpand/lg"));
601
554
  var _CheckboxEditor = _interopRequireDefault(require("./CheckboxEditor"));
602
555
  var _CollaboratorEditor = _interopRequireDefault(require("./CollaboratorEditor"));
603
556
  var _DateEditor = _interopRequireDefault(require("./DateEditor"));
604
- var _DepartmentEditor = _interopRequireDefault(require("./Department-editor"));
557
+ var _DepartmentEditor = _interopRequireDefault(require("./DepartmentEditor"));
605
558
  var _DigitalSignEditor = _interopRequireDefault(require("./DigitalSignEditor"));
606
559
  var _DurationEditor = _interopRequireDefault(require("./DurationEditor"));
607
560
  var _EmailEditor = _interopRequireDefault(require("./EmailEditor"));
@@ -640,18 +593,9 @@ var _DTableEmptyTip = _interopRequireDefault(require("./DTableEmptyTip"));
640
593
  var _IconButton = _interopRequireDefault(require("./IconButton"));
641
594
  var _UploadProgress = _interopRequireDefault(require("./UploadProgress"));
642
595
  var _SvgIcon = _interopRequireDefault(require("./SvgIcon"));
643
- var _ActionSheet = _interopRequireDefault(require("./ActionSheet"));
644
- var _ActivityIndicator = _interopRequireDefault(require("./ActivityIndicator"));
645
- var _DatePicker = _interopRequireDefault(require("./DatePicker"));
646
- var _Drawer = _interopRequireDefault(require("./Drawer"));
647
- var _Icon = _interopRequireDefault(require("./Icon"));
648
- var _InputItem = _interopRequireDefault(require("./InputItem"));
649
- var _List = _interopRequireDefault(require("./List"));
650
- var _Modal = _interopRequireDefault(require("./Modal"));
651
- var _Picker = _interopRequireDefault(require("./Picker"));
652
- var _Popover = _interopRequireDefault(require("./Popover"));
653
- var _Progress = _interopRequireDefault(require("./Progress"));
654
- var _Radio = _interopRequireDefault(require("./Radio"));
655
- var _TabBar = _interopRequireDefault(require("./TabBar"));
656
- var _TextareaItem = _interopRequireDefault(require("./TextareaItem"));
657
- var _Toast = _interopRequireDefault(require("./Toast"));
596
+ var _BodyPortal = _interopRequireDefault(require("./BodyPortal"));
597
+ var _MobileModal = _interopRequireDefault(require("./MobileModal"));
598
+ var _MobileOperationSheet = _interopRequireDefault(require("./MobileOperationSheet"));
599
+ var _MobileUpload = _interopRequireDefault(require("./MobileUpload"));
600
+ var _MobileSelectorEditor = _interopRequireDefault(require("./MobileSelectorEditor"));
601
+ var _MobileFullScreenPage = _interopRequireDefault(require("./MobileFullScreenPage"));
@@ -92,7 +92,7 @@
92
92
  "Select_department": "选择部门",
93
93
  "Default": "默认",
94
94
  "Custom": "自定义",
95
- "Recently_used": "Recently used",
95
+ "Recently_used": "最近使用",
96
96
  "Digital_signature": "数字签名",
97
97
  "Please_sign_on_this_panel": "请在此面板上签名",
98
98
  "Re-sign": "重新签名",
@@ -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 _lg = _interopRequireDefault(require("./lg"));
12
+ var _sm = _interopRequireDefault(require("./sm"));
13
+ const SelectEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
14
+ let {
15
+ size,
16
+ ...props
17
+ } = _ref;
18
+ if (size === 'lg') return /*#__PURE__*/_react.default.createElement(_lg.default, Object.assign({}, props, {
19
+ ref: ref
20
+ }));
21
+ if (size === 'sm') return /*#__PURE__*/_react.default.createElement(_sm.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(_lg.default, Object.assign({}, props, {
27
+ ref: ref
28
+ }))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
29
+ query: "(max-width: 768px)"
30
+ }, /*#__PURE__*/_react.default.createElement(_sm.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;
@@ -8,7 +8,7 @@
8
8
  height: 28px;
9
9
  }
10
10
 
11
- .dtable-ui-select-editor-container .select-options-container {
11
+ .dtable-ui-select-editor-container .select-mobile-dtable-ui-selector-editor-options-container {
12
12
  min-height: 160px;
13
13
  max-height: 200px;
14
14
  padding: 10px 0;
@@ -12,7 +12,7 @@ var _lang = require("../../lang");
12
12
  var _DTableSearchInput = _interopRequireDefault(require("../../DTableSearchInput"));
13
13
  var _constants = require("../../constants");
14
14
  require("./index.css");
15
- class PCSelectEditor extends _react.default.Component {
15
+ class Large extends _react.default.Component {
16
16
  constructor(props) {
17
17
  super(props);
18
18
  this.onHotKey = e => {
@@ -45,7 +45,7 @@ class PCSelectEditor extends _react.default.Component {
45
45
  option = this.filteredOptions[this.state.highlightIndex];
46
46
  }
47
47
  if (option) {
48
- this.onOptionItemToggle(option);
48
+ this.onChange(option);
49
49
  } else {
50
50
  const {
51
51
  searchValue
@@ -103,18 +103,18 @@ class PCSelectEditor extends _react.default.Component {
103
103
  this.setState({
104
104
  searchValue
105
105
  });
106
- let val = searchValue.toLowerCase();
106
+ const val = searchValue.toLowerCase();
107
107
  this.filteredOptions = val ? options.filter(item => item.name && item.name.toLowerCase().indexOf(val) > -1) : options;
108
108
  this.setState({
109
109
  highlightIndex: this.filteredOptions.length > 0 ? 0 : -1
110
110
  });
111
111
  };
112
112
  this.onAddNewOption = () => {
113
- let name = this.state.searchValue.trim();
113
+ const name = this.state.searchValue.trim();
114
114
  this.props.onAddNewOption(name);
115
115
  };
116
- this.onOptionItemToggle = item => {
117
- this.props.onCommit(item);
116
+ this.onChange = option => {
117
+ this.props.onCommit(option);
118
118
  };
119
119
  this.onMenuMouseEnter = index => {
120
120
  this.setState({
@@ -231,7 +231,7 @@ class PCSelectEditor extends _react.default.Component {
231
231
  onChange: this.onValueChanged,
232
232
  autoFocus: true
233
233
  })), /*#__PURE__*/_react.default.createElement("div", {
234
- className: "select-options-container",
234
+ className: "select-mobile-dtable-ui-selector-editor-options-container",
235
235
  ref: ref => this.container = ref
236
236
  }, this.filteredOptions.length > 0 && this.filteredOptions.map((option, index) => {
237
237
  let optionStyle = this.getOptionStyle(option);
@@ -248,7 +248,7 @@ class PCSelectEditor extends _react.default.Component {
248
248
  className: (0, _classnames.default)('select-option-item-container', {
249
249
  'select-option-item-container-highlight': index === highlightIndex
250
250
  }),
251
- onMouseDown: this.onOptionItemToggle.bind(this, option),
251
+ onMouseDown: this.onChange.bind(this, option),
252
252
  onMouseEnter: this.onMenuMouseEnter.bind(this, index),
253
253
  onMouseLeave: this.onMenuMouseLeave.bind(this, index)
254
254
  }, /*#__PURE__*/_react.default.createElement("div", {
@@ -287,9 +287,9 @@ class PCSelectEditor extends _react.default.Component {
287
287
  return dom;
288
288
  }
289
289
  }
290
- PCSelectEditor.defaultProps = {
290
+ Large.defaultProps = {
291
291
  options: [],
292
292
  value: [],
293
293
  valueKey: 'id'
294
294
  };
295
- var _default = exports.default = PCSelectEditor;
295
+ var _default = exports.default = Large;
@@ -0,0 +1 @@
1
+ @import url('../../css/mb-cell-editor.css');