dtable-ui-component 6.0.29-beta8 → 6.0.29

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 (346) hide show
  1. package/lib/ActionSheet/index.js +196 -0
  2. package/lib/ActionSheet/style/index.css +377 -0
  3. package/lib/ActivityIndicator/index.css +110 -0
  4. package/lib/ActivityIndicator/index.js +76 -0
  5. package/lib/Badge/index.css +98 -0
  6. package/lib/Badge/index.js +65 -0
  7. package/lib/CheckboxEditor/index.js +116 -24
  8. package/lib/CollaboratorEditor/index.js +11 -23
  9. package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +85 -0
  10. package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +148 -0
  11. package/lib/DTableCommonAddTool/index.js +3 -1
  12. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +6 -6
  13. package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +6 -6
  14. package/lib/DateEditor/index.js +95 -69
  15. package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +118 -0
  16. package/lib/DateEditor/mb-date-editor-popover/index.css +45 -0
  17. package/lib/DateEditor/mb-date-editor-popover/index.js +226 -0
  18. package/lib/DateEditor/{pc-editor.js → pc-date-editor-popover.js} +9 -9
  19. package/lib/DatePicker/index.js +120 -0
  20. package/lib/DatePicker/locale/en_US.js +14 -0
  21. package/lib/DatePicker/locale/ru_RU.js +14 -0
  22. package/lib/DatePicker/locale/sv_SE.js +14 -0
  23. package/lib/DatePicker/locale/zh_CN.js +14 -0
  24. package/lib/DatePicker/style/index.css +298 -0
  25. package/lib/DatePicker/utils.js +36 -0
  26. package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.js +6 -6
  27. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/department-single-select.js +7 -7
  28. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.css +3 -10
  29. package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.js +25 -8
  30. package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.css +1 -0
  31. package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.js +3 -3
  32. package/lib/DigitalSignEditor/index.js +171 -24
  33. package/lib/Drawer/index.css +144 -0
  34. package/lib/Drawer/index.js +21 -0
  35. package/lib/FileEditor/addition-previewer/index.css +1 -0
  36. package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
  37. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
  38. package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/local-file-addition/index.js +4 -4
  39. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/dropdown-menu.js +1 -1
  40. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.js +1 -1
  41. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.css +2 -0
  42. package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.js +2 -2
  43. package/lib/FileEditor/files-previewer/index.js +268 -26
  44. package/lib/FileEditor/index.css +5 -0
  45. package/lib/FileEditor/index.js +265 -26
  46. package/lib/FormulaFormatter/index.css +5 -5
  47. package/lib/GeolocationEditor/{pc-editor/country-editor.js → country-editor.js} +49 -5
  48. package/lib/GeolocationEditor/{pc-editor/index.css → index.css} +4 -3
  49. package/lib/GeolocationEditor/index.js +230 -90
  50. package/lib/GeolocationEditor/{pc-editor/location-editor.js → location-editor.js} +41 -8
  51. package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/index.js +6 -6
  52. package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.js +7 -7
  53. package/lib/GeolocationEditor/map-editor-utils.js +4 -10
  54. package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/index.js +7 -7
  55. package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.js +7 -7
  56. package/lib/GeolocationEditor/{pc-editor/province-city-editor.js → province-city-editor.js} +38 -7
  57. package/lib/GeolocationEditor/{pc-editor/province-editor.js → province-editor.js} +31 -7
  58. package/lib/GeolocationEditor/{pc-editor/selector-header-item.js → selector-header-item.js} +1 -1
  59. package/lib/Icon/index.css +50 -0
  60. package/lib/Icon/index.js +35 -0
  61. package/lib/Icon/load-sprite.js +56 -0
  62. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.js +1 -1
  63. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
  64. package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.js +4 -4
  65. package/lib/ImageEditor/images-previewer/image-preview/index.js +3 -3
  66. package/lib/ImageEditor/images-previewer/index.js +4 -9
  67. package/lib/ImageEditor/index.css +16 -17
  68. package/lib/ImageEditor/index.js +185 -26
  69. package/lib/ImageThumbnail/index.js +1 -2
  70. package/lib/InputItem/custom-input.js +321 -0
  71. package/lib/InputItem/custom-keyboard.js +162 -0
  72. package/lib/InputItem/index.js +389 -0
  73. package/lib/InputItem/input.js +45 -0
  74. package/lib/InputItem/locale/en_US.js +12 -0
  75. package/lib/InputItem/locale/ru_RU.js +12 -0
  76. package/lib/InputItem/locale/sv_SE.js +12 -0
  77. package/lib/InputItem/locale/zh_CN.js +12 -0
  78. package/lib/InputItem/portal.js +23 -0
  79. package/lib/InputItem/style/index.css +524 -0
  80. package/lib/LinkEditor/index.js +5 -5
  81. package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.css +1 -1
  82. package/lib/List/index.css +389 -0
  83. package/lib/List/index.js +41 -0
  84. package/lib/List/list-item.js +169 -0
  85. package/lib/Modal/alert.js +86 -0
  86. package/lib/Modal/index.js +16 -0
  87. package/lib/Modal/modal.js +118 -0
  88. package/lib/Modal/operation.js +81 -0
  89. package/lib/Modal/prompt.js +211 -0
  90. package/lib/Modal/style/index.css +593 -0
  91. package/lib/MultipleSelectEditor/index.js +14 -9
  92. package/lib/Picker/AbstractPicker.js +190 -0
  93. package/lib/Picker/index.js +28 -0
  94. package/lib/Picker/locale/en_US.js +12 -0
  95. package/lib/Picker/locale/ru_RU.js +12 -0
  96. package/lib/Picker/locale/sv_SE.js +12 -0
  97. package/lib/Picker/locale/zh_CN.js +12 -0
  98. package/lib/Picker/popupProps.js +12 -0
  99. package/lib/Picker/style/index.css +145 -0
  100. package/lib/Popover/index.js +63 -0
  101. package/lib/Popover/item.js +55 -0
  102. package/lib/Popover/style/index.css +233 -0
  103. package/lib/Progress/index.css +24 -0
  104. package/lib/Progress/index.js +66 -0
  105. package/lib/Radio/Radio.js +47 -0
  106. package/lib/Radio/RadioItem.js +57 -0
  107. package/lib/Radio/index.css +92 -0
  108. package/lib/Radio/index.js +12 -0
  109. package/lib/RowExpandDialog/column-content/index.js +2 -2
  110. package/lib/RowExpandDialog/index.js +0 -2
  111. package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.js +4 -6
  112. package/lib/RowExpandEditor/{checkbox-editor/pc-editor.js → RowExpandCheckboxEditor/index.js} +3 -2
  113. package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.css +1 -1
  114. package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.js +7 -6
  115. package/lib/RowExpandEditor/{date-editor/pc-editor.js → RowExpandDateEditor/index.js} +2 -2
  116. package/lib/RowExpandEditor/{department-editor/pc-editor.js → RowExpandDepartmentEditor/index.js} +49 -44
  117. package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.css +1 -1
  118. package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.js +11 -11
  119. package/lib/RowExpandEditor/{duration-editor/pc-editor.js → RowExpandDurationEditor/index.js} +2 -2
  120. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
  121. package/lib/RowExpandEditor/{email-editor/pc-editor → RowExpandEmailEditor}/index.js +3 -3
  122. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
  123. package/lib/RowExpandEditor/{file-editor/pc-editor → RowExpandFileEditor}/index.js +9 -9
  124. package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.js +13 -17
  125. package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.js +9 -9
  126. package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.js +7 -7
  127. package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.css +1 -1
  128. package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.js +6 -6
  129. package/lib/RowExpandEditor/{number-editor/pc-editor.js → RowExpandNumberEditor/index.js} +2 -2
  130. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
  131. package/lib/RowExpandEditor/{rate-editor/pc-editor.js → RowExpandRateEditor/index.js} +3 -2
  132. package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.js +17 -17
  133. package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.js +7 -7
  134. package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.js +6 -6
  135. package/lib/RowExpandEditor/constants.js +34 -34
  136. package/lib/RowExpandFormatter/{department-formatter/pc-formatter.js → RowExpandDepartmentFormatter/index.js} +2 -2
  137. package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.css +4 -4
  138. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +5 -0
  139. package/lib/RowExpandFormatter/constants.js +17 -17
  140. package/lib/RowExpandFormatter/index.css +18 -33
  141. package/lib/RowExpandFormatter/index.js +1 -1
  142. package/lib/SelectItem/index.js +33 -57
  143. package/lib/SingleSelectEditor/index.js +14 -9
  144. package/lib/SvgIcon/index.js +1 -2
  145. package/lib/TabBar/Tab.js +76 -0
  146. package/lib/TabBar/index.css +142 -0
  147. package/lib/TabBar/index.js +129 -0
  148. package/lib/Tabs/index.css +453 -0
  149. package/lib/Tabs/index.js +39 -0
  150. package/lib/TextareaItem/index.css +235 -0
  151. package/lib/TextareaItem/index.js +231 -0
  152. package/lib/Toast/index.css +67 -0
  153. package/lib/Toast/index.js +131 -0
  154. package/lib/_util/class.js +34 -0
  155. package/lib/_util/closest.js +17 -0
  156. package/lib/_util/exenv.js +8 -0
  157. package/lib/_util/getDataAttr.js +15 -0
  158. package/lib/_util/getLocale.js +42 -0
  159. package/lib/constants/index.js +2 -3
  160. package/lib/css/am.css +390 -0
  161. package/lib/css/mb-cell-editor.css +1 -1
  162. package/lib/index.js +100 -51
  163. package/lib/locales/de.json +1 -3
  164. package/lib/locales/en.json +1 -3
  165. package/lib/locales/es.json +1 -3
  166. package/lib/locales/fr.json +1 -3
  167. package/lib/locales/pt.json +1 -3
  168. package/lib/locales/ru.json +1 -3
  169. package/lib/locales/zh-CN.json +1 -3
  170. package/lib/select-editor/index.js +20 -27
  171. package/lib/select-editor/mb-select-editor/index.css +127 -0
  172. package/lib/select-editor/mb-select-editor/index.js +197 -0
  173. package/lib/select-editor/{pc-editor → pc-select-editor}/index.css +1 -1
  174. package/lib/select-editor/{pc-editor → pc-select-editor}/index.js +7 -7
  175. package/lib/select-editor/select-editor-option.js +84 -0
  176. package/lib/utils/editor-utils.js +2 -6
  177. package/lib/utils/get-event-transfer.js +1 -2
  178. package/lib/utils/utils.js +2 -11
  179. package/package.json +25 -16
  180. package/lib/BodyPortal/index.js +0 -29
  181. package/lib/CheckboxEditor/mb-editor.js +0 -101
  182. package/lib/CheckboxEditor/pc-editor.js +0 -118
  183. package/lib/CollaboratorEditor/mb-editor/index.css +0 -41
  184. package/lib/CollaboratorEditor/mb-editor/index.js +0 -88
  185. package/lib/DateEditor/mb-editor/custom-rc-calendar.css +0 -118
  186. package/lib/DateEditor/mb-editor/index.css +0 -39
  187. package/lib/DateEditor/mb-editor/index.js +0 -215
  188. package/lib/DepartmentSingleSelectEditor/index.js +0 -34
  189. package/lib/DepartmentSingleSelectEditor/mb-editor/index.css +0 -4
  190. package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +0 -230
  191. package/lib/DigitalSignEditor/mb-editor/index.css +0 -35
  192. package/lib/DigitalSignEditor/mb-editor/index.js +0 -144
  193. package/lib/DigitalSignEditor/pc-editor/index.js +0 -181
  194. package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +0 -122
  195. package/lib/FileEditor/files-previewer/mb-previewer/index.css +0 -39
  196. package/lib/FileEditor/files-previewer/mb-previewer/index.js +0 -64
  197. package/lib/FileEditor/files-previewer/pc-previewer/index.js +0 -276
  198. package/lib/FileEditor/mb-editor/index.css +0 -10
  199. package/lib/FileEditor/mb-editor/index.js +0 -136
  200. package/lib/FileEditor/pc-editor/addition-previewer/index.css +0 -1
  201. package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.css +0 -1
  202. package/lib/FileEditor/pc-editor/index.css +0 -5
  203. package/lib/FileEditor/pc-editor/index.js +0 -274
  204. package/lib/GeolocationEditor/mb-editor/country-editor.js +0 -79
  205. package/lib/GeolocationEditor/mb-editor/index.css +0 -11
  206. package/lib/GeolocationEditor/mb-editor/index.js +0 -125
  207. package/lib/GeolocationEditor/mb-editor/location-editor.js +0 -101
  208. package/lib/GeolocationEditor/mb-editor/map-editor/index.css +0 -11
  209. package/lib/GeolocationEditor/mb-editor/map-editor/index.js +0 -474
  210. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.css +0 -158
  211. package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +0 -530
  212. package/lib/GeolocationEditor/mb-editor/province-city-editor.js +0 -77
  213. package/lib/GeolocationEditor/mb-editor/province-editor.js +0 -76
  214. package/lib/GeolocationEditor/pc-editor/index.js +0 -247
  215. package/lib/ImageEditor/mb-editor/index.css +0 -29
  216. package/lib/ImageEditor/mb-editor/index.js +0 -136
  217. package/lib/ImageEditor/pc-editor/images-previewer/index.js +0 -140
  218. package/lib/ImageEditor/pc-editor/index.css +0 -24
  219. package/lib/ImageEditor/pc-editor/index.js +0 -194
  220. package/lib/MobileFullScreenPage/body/index.css +0 -9
  221. package/lib/MobileFullScreenPage/body/index.js +0 -23
  222. package/lib/MobileFullScreenPage/header/index.css +0 -39
  223. package/lib/MobileFullScreenPage/header/index.js +0 -38
  224. package/lib/MobileFullScreenPage/index.css +0 -13
  225. package/lib/MobileFullScreenPage/index.js +0 -73
  226. package/lib/MobileModal/index.js +0 -41
  227. package/lib/MobileOperationSheet/index.css +0 -27
  228. package/lib/MobileOperationSheet/index.js +0 -92
  229. package/lib/MobileSelector/empty/index.css +0 -3
  230. package/lib/MobileSelector/empty/index.js +0 -23
  231. package/lib/MobileSelector/index.css +0 -32
  232. package/lib/MobileSelector/index.js +0 -57
  233. package/lib/MobileSelector/option/index.css +0 -28
  234. package/lib/MobileSelector/option/index.js +0 -36
  235. package/lib/MobileSelector/options/index.css +0 -8
  236. package/lib/MobileSelector/options/index.js +0 -18
  237. package/lib/MobileSelector/search/index.css +0 -7
  238. package/lib/MobileSelector/search/index.js +0 -26
  239. package/lib/MobileUpload/index.css +0 -1
  240. package/lib/MobileUpload/index.js +0 -160
  241. package/lib/RowExpand/index.js +0 -24
  242. package/lib/RowExpandEditor/add-btn/index.js +0 -24
  243. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +0 -3
  244. package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +0 -19
  245. package/lib/RowExpandEditor/checkbox-editor/index.js +0 -25
  246. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +0 -6
  247. package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +0 -39
  248. package/lib/RowExpandEditor/collaborator-editor/index.js +0 -24
  249. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +0 -9
  250. package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +0 -163
  251. package/lib/RowExpandEditor/date-editor/index.js +0 -24
  252. package/lib/RowExpandEditor/date-editor/mb-editor.js +0 -82
  253. package/lib/RowExpandEditor/department-editor/index.js +0 -24
  254. package/lib/RowExpandEditor/department-editor/mb-editor.js +0 -65
  255. package/lib/RowExpandEditor/digital-sign-editor/index.js +0 -24
  256. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +0 -1
  257. package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +0 -130
  258. package/lib/RowExpandEditor/duration-editor/index.js +0 -24
  259. package/lib/RowExpandEditor/duration-editor/mb-editor.js +0 -71
  260. package/lib/RowExpandEditor/email-editor/index.js +0 -24
  261. package/lib/RowExpandEditor/email-editor/mb-editor/index.css +0 -1
  262. package/lib/RowExpandEditor/email-editor/mb-editor/index.js +0 -84
  263. package/lib/RowExpandEditor/email-editor/pc-editor/index.css +0 -1
  264. package/lib/RowExpandEditor/file-editor/index.js +0 -24
  265. package/lib/RowExpandEditor/file-editor/mb-editor/index.js +0 -114
  266. package/lib/RowExpandEditor/file-editor/pc-editor/index.css +0 -1
  267. package/lib/RowExpandEditor/geolocation-editor/index.js +0 -24
  268. package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +0 -100
  269. package/lib/RowExpandEditor/image-editor/index.js +0 -24
  270. package/lib/RowExpandEditor/image-editor/mb-editor/index.css +0 -30
  271. package/lib/RowExpandEditor/image-editor/mb-editor/index.js +0 -109
  272. package/lib/RowExpandEditor/long-text-editor/index.js +0 -24
  273. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +0 -10
  274. package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +0 -80
  275. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +0 -3
  276. package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +0 -91
  277. package/lib/RowExpandEditor/multiple-select-editor/index.js +0 -24
  278. package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +0 -154
  279. package/lib/RowExpandEditor/number-editor/index.js +0 -24
  280. package/lib/RowExpandEditor/number-editor/mb-editor/index.css +0 -3
  281. package/lib/RowExpandEditor/number-editor/mb-editor/index.js +0 -76
  282. package/lib/RowExpandEditor/rate-editor/index.css +0 -34
  283. package/lib/RowExpandEditor/rate-editor/index.js +0 -25
  284. package/lib/RowExpandEditor/rate-editor/mb-editor.js +0 -92
  285. package/lib/RowExpandEditor/right-angle/index.css +0 -6
  286. package/lib/RowExpandEditor/right-angle/index.js +0 -17
  287. package/lib/RowExpandEditor/single-select-editor/index.js +0 -24
  288. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +0 -8
  289. package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +0 -134
  290. package/lib/RowExpandEditor/text-editor/index.js +0 -24
  291. package/lib/RowExpandEditor/text-editor/mb-editor/index.css +0 -14
  292. package/lib/RowExpandEditor/text-editor/mb-editor/index.js +0 -37
  293. package/lib/RowExpandEditor/url-editor/index.js +0 -24
  294. package/lib/RowExpandEditor/url-editor/mb-editor/index.css +0 -17
  295. package/lib/RowExpandEditor/url-editor/mb-editor/index.js +0 -87
  296. package/lib/RowExpandFormatter/department-formatter/index.js +0 -19
  297. package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +0 -20
  298. package/lib/RowExpandFormatter/rate-formatter/index.css +0 -5
  299. package/lib/RowExpandView/body/index.css +0 -173
  300. package/lib/RowExpandView/body/index.js +0 -111
  301. package/lib/RowExpandView/column-content/index.css +0 -27
  302. package/lib/RowExpandView/column-content/index.js +0 -25
  303. package/lib/RowExpandView/index.css +0 -3
  304. package/lib/RowExpandView/index.js +0 -178
  305. package/lib/select-editor/mb-editor/index.css +0 -1
  306. package/lib/select-editor/mb-editor/index.js +0 -105
  307. /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.css +0 -0
  308. /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.js +0 -0
  309. /package/lib/{constants/departments.js → Department-editor/constants.js} +0 -0
  310. /package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.css +0 -0
  311. /package/lib/{utils/departments.js → Department-editor/utils.js} +0 -0
  312. /package/lib/DigitalSignEditor/{pc-editor/index.css → index.css} +0 -0
  313. /package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.css +0 -0
  314. /package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.css +0 -0
  315. /package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.css +0 -0
  316. /package/lib/GeolocationEditor/{pc-editor/parse-geolocation.js → parse-geolocation.js} +0 -0
  317. /package/lib/GeolocationEditor/{pc-editor/selector-list.js → selector-list.js} +0 -0
  318. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.css +0 -0
  319. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.css +0 -0
  320. /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.css +0 -0
  321. /package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.js +0 -0
  322. /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.css +0 -0
  323. /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.js +0 -0
  324. /package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.css +0 -0
  325. /package/lib/RowExpandEditor/{checkbox-editor → RowExpandCheckboxEditor}/index.css +0 -0
  326. /package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.css +0 -0
  327. /package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.css +0 -0
  328. /package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.css +0 -0
  329. /package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.css +0 -0
  330. /package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.css +0 -0
  331. /package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.css +0 -0
  332. /package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.js +0 -0
  333. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.css +0 -0
  334. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.js +0 -0
  335. /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +0 -0
  336. /package/lib/RowExpandFormatter/{formula-formatter → RowExpandFormulaFormatter}/index.js +0 -0
  337. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.css +0 -0
  338. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.js +0 -0
  339. /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +0 -0
  340. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +0 -0
  341. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.css +0 -0
  342. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.js +0 -0
  343. /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
  344. /package/lib/RowExpandFormatter/{rate-formatter → RowExpandRateFormatter}/index.js +0 -0
  345. /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.css +0 -0
  346. /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.js +0 -0
@@ -0,0 +1,190 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+ exports.getDefaultProps = getDefaultProps;
10
+ var _arrayTreeFilter = _interopRequireDefault(require("array-tree-filter"));
11
+ var React = _interopRequireWildcard(require("react"));
12
+ var _Cascader = _interopRequireDefault(require("rmc-cascader/lib/Cascader"));
13
+ var _Popup = _interopRequireDefault(require("rmc-cascader/lib/Popup"));
14
+ var _MultiPicker = _interopRequireDefault(require("rmc-picker/lib/MultiPicker"));
15
+ var _Picker = _interopRequireDefault(require("rmc-picker/lib/Picker"));
16
+ var _getLocale = require("../_util/getLocale");
17
+ /* tslint:disable:jsx-no-multiline-js */
18
+
19
+ function getDefaultProps() {
20
+ const defaultFormat = values => {
21
+ // label is JSX.Element or other
22
+ if (values.length > 0 && typeof values[0] !== 'string') {
23
+ return values;
24
+ }
25
+ return values.join(',');
26
+ };
27
+ return {
28
+ triggerType: 'onClick',
29
+ prefixCls: 'am-picker',
30
+ pickerPrefixCls: 'am-picker-col',
31
+ popupPrefixCls: 'am-picker-popup',
32
+ format: defaultFormat,
33
+ cols: 3,
34
+ cascade: true,
35
+ title: ''
36
+ };
37
+ }
38
+ class AbstractPicker extends React.Component {
39
+ constructor() {
40
+ super(...arguments);
41
+ this.getSel = () => {
42
+ const value = this.props.value || [];
43
+ let treeChildren;
44
+ const {
45
+ data
46
+ } = this.props;
47
+ if (this.props.cascade) {
48
+ treeChildren = (0, _arrayTreeFilter.default)(data, (c, level) => {
49
+ return c.value === value[level];
50
+ });
51
+ } else {
52
+ treeChildren = value.map((v, i) => {
53
+ return data[i].filter(d => d.value === v)[0];
54
+ });
55
+ }
56
+ return this.props.format && this.props.format(treeChildren.map(v => {
57
+ return v.label;
58
+ }));
59
+ };
60
+ this.getPickerCol = () => {
61
+ const {
62
+ data,
63
+ pickerPrefixCls,
64
+ itemStyle,
65
+ indicatorStyle
66
+ } = this.props;
67
+ return data.map((col, index) => {
68
+ return /*#__PURE__*/React.createElement(_Picker.default, {
69
+ key: index,
70
+ prefixCls: pickerPrefixCls,
71
+ style: {
72
+ flex: 1
73
+ },
74
+ itemStyle: itemStyle,
75
+ indicatorStyle: indicatorStyle
76
+ }, col.map(item => {
77
+ return /*#__PURE__*/React.createElement(_Picker.default.Item, {
78
+ key: item.value,
79
+ value: item.value
80
+ }, item.label);
81
+ }));
82
+ });
83
+ };
84
+ this.onOk = v => {
85
+ if (this.scrollValue !== undefined) {
86
+ v = this.scrollValue;
87
+ }
88
+ if (this.props.onChange) {
89
+ this.props.onChange(v);
90
+ }
91
+ if (this.props.onOk) {
92
+ this.props.onOk(v);
93
+ }
94
+ };
95
+ this.setScrollValue = v => {
96
+ this.scrollValue = v;
97
+ };
98
+ this.setCasecadeScrollValue = v => {
99
+ // 级联情况下保证数据正确性,滚动过程中只有当最后一级变化时才变更数据
100
+ if (v && this.scrollValue) {
101
+ const length = this.scrollValue.length;
102
+ if (length === v.length && this.scrollValue[length - 1] === v[length - 1]) {
103
+ return;
104
+ }
105
+ }
106
+ this.setScrollValue(v);
107
+ };
108
+ this.fixOnOk = cascader => {
109
+ if (cascader && cascader.onOk !== this.onOk) {
110
+ cascader.onOk = this.onOk;
111
+ cascader.forceUpdate();
112
+ }
113
+ };
114
+ this.onPickerChange = v => {
115
+ this.setScrollValue(v);
116
+ if (this.props.onPickerChange) {
117
+ this.props.onPickerChange(v);
118
+ }
119
+ };
120
+ this.onVisibleChange = visible => {
121
+ this.setScrollValue(undefined);
122
+ if (this.props.onVisibleChange) {
123
+ this.props.onVisibleChange(visible);
124
+ }
125
+ };
126
+ }
127
+ render() {
128
+ const {
129
+ children,
130
+ value = [],
131
+ popupPrefixCls,
132
+ itemStyle,
133
+ indicatorStyle,
134
+ okText,
135
+ dismissText,
136
+ extra,
137
+ cascade,
138
+ prefixCls,
139
+ pickerPrefixCls,
140
+ data,
141
+ cols,
142
+ onOk,
143
+ ...restProps
144
+ } = this.props;
145
+
146
+ // tslint:disable-next-line:variable-name
147
+ const _locale = (0, _getLocale.getComponentLocale)(this.props, this.context, 'Picker', () => require('./locale/zh_CN'));
148
+ let cascader;
149
+ let popupMoreProps = {};
150
+ if (cascade) {
151
+ cascader = /*#__PURE__*/React.createElement(_Cascader.default, {
152
+ prefixCls: prefixCls,
153
+ pickerPrefixCls: pickerPrefixCls,
154
+ data: data,
155
+ cols: cols,
156
+ onChange: this.onPickerChange,
157
+ onScrollChange: this.setCasecadeScrollValue,
158
+ pickerItemStyle: itemStyle,
159
+ indicatorStyle: indicatorStyle
160
+ });
161
+ } else {
162
+ cascader = /*#__PURE__*/React.createElement(_MultiPicker.default, {
163
+ style: {
164
+ flexDirection: 'row',
165
+ alignItems: 'center'
166
+ },
167
+ prefixCls: prefixCls,
168
+ onScrollChange: this.setScrollValue
169
+ }, this.getPickerCol());
170
+ popupMoreProps = {
171
+ pickerValueProp: 'selectedValue',
172
+ pickerValueChangeProp: 'onValueChange'
173
+ };
174
+ }
175
+ return /*#__PURE__*/React.createElement(_Popup.default, Object.assign({
176
+ cascader: cascader
177
+ }, this.popupProps, restProps, {
178
+ prefixCls: popupPrefixCls,
179
+ value: value,
180
+ dismissText: dismissText || _locale.dismissText,
181
+ okText: okText || _locale.okText
182
+ }, popupMoreProps, {
183
+ ref: this.fixOnOk,
184
+ onVisibleChange: this.onVisibleChange
185
+ }), children && typeof children !== 'string' && /*#__PURE__*/React.isValidElement(children) && /*#__PURE__*/React.cloneElement(children, {
186
+ extra: this.getSel() || extra || _locale.extra
187
+ }));
188
+ }
189
+ }
190
+ exports.default = AbstractPicker;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.nonsense = exports.default = void 0;
9
+ var React = _interopRequireWildcard(require("react"));
10
+ var _AbstractPicker = _interopRequireWildcard(require("./AbstractPicker"));
11
+ var PropTypes = _interopRequireWildcard(require("prop-types"));
12
+ var _popupProps = _interopRequireDefault(require("./popupProps"));
13
+ require("./style/index.css");
14
+ // TODO:
15
+ // fix error TS4026:Public static property 'defaultProps' of exported class has or is using name 'React.ReactElement'
16
+ // fix error TS6133: 'React' is declared but its value is never read.
17
+ const nonsense = exports.nonsense = /*#__PURE__*/React.createElement("div", null);
18
+ class Picker extends _AbstractPicker.default {
19
+ constructor() {
20
+ super(...arguments);
21
+ this.popupProps = _popupProps.default;
22
+ }
23
+ }
24
+ exports.default = Picker;
25
+ Picker.defaultProps = (0, _AbstractPicker.getDefaultProps)();
26
+ Picker.contextTypes = {
27
+ antLocale: PropTypes.object
28
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ // eslint-disable-next-line import/no-anonymous-default-export
8
+ var _default = exports.default = {
9
+ okText: 'Ok',
10
+ dismissText: 'Cancel',
11
+ extra: 'please select'
12
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ // eslint-disable-next-line import/no-anonymous-default-export
8
+ var _default = exports.default = {
9
+ okText: 'Ок',
10
+ dismissText: 'Отмена',
11
+ extra: ''
12
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ // eslint-disable-next-line import/no-anonymous-default-export
8
+ var _default = exports.default = {
9
+ okText: 'Ok',
10
+ dismissText: 'Avbryt',
11
+ extra: 'vänligen välj'
12
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ // eslint-disable-next-line import/no-anonymous-default-export
8
+ var _default = exports.default = {
9
+ okText: '确定',
10
+ dismissText: '取消',
11
+ extra: '请选择'
12
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const popupProps = {
8
+ WrapComponent: 'div',
9
+ transitionName: 'am-slide-up',
10
+ maskTransitionName: 'am-fade'
11
+ };
12
+ var _default = exports.default = popupProps;
@@ -0,0 +1,145 @@
1
+ @import url('../../css/am.css');
2
+
3
+ .am-picker-popup {
4
+ left: 0;
5
+ bottom: 0;
6
+ position: fixed;
7
+ width: 100%;
8
+ background-color: #fff;
9
+ padding-bottom: env(safe-area-inset-bottom);
10
+ }
11
+
12
+ .am-picker-popup-wrap {
13
+ position: fixed;
14
+ overflow: auto;
15
+ top: 0;
16
+ right: 0;
17
+ bottom: 0;
18
+ left: 0;
19
+ z-index: 1000;
20
+ -webkit-overflow-scrolling: touch;
21
+ outline: 0;
22
+ -webkit-transform: translateZ(1px);
23
+ transform: translateZ(1px);
24
+ }
25
+
26
+ .am-picker-popup-mask {
27
+ position: fixed;
28
+ top: 0;
29
+ right: 0;
30
+ left: 0;
31
+ bottom: 0;
32
+ background-color: rgba(0, 0, 0, 0.4);
33
+ height: 100%;
34
+ z-index: 1000;
35
+ -webkit-transform: translateZ(1px);
36
+ transform: translateZ(1px);
37
+ }
38
+
39
+ .am-picker-popup-mask-hidden {
40
+ display: none;
41
+ }
42
+
43
+ .am-picker-popup-header {
44
+ background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7, transparent, transparent);
45
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(#e7e7e7), color-stop(transparent), to(transparent));
46
+ background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
47
+ background-position: bottom;
48
+ background-size: 100% 1PX;
49
+ background-repeat: no-repeat;
50
+ display: -webkit-box;
51
+ display: -webkit-flex;
52
+ display: -ms-flexbox;
53
+ display: flex;
54
+ -webkit-box-align: center;
55
+ -webkit-align-items: center;
56
+ -ms-flex-align: center;
57
+ align-items: center;
58
+ position: relative;
59
+ border-bottom: 1PX solid #ddd;
60
+ }
61
+
62
+ @media (-webkit-min-device-pixel-ratio: 2),
63
+ (min-resolution: 2dppx) {
64
+ html:not([data-scale]) .am-picker-popup-header {
65
+ border-bottom: none;
66
+ }
67
+
68
+ html:not([data-scale]) .am-picker-popup-header::after {
69
+ content: '';
70
+ position: absolute;
71
+ background-color: #ddd;
72
+ display: block;
73
+ z-index: 1;
74
+ top: auto;
75
+ right: auto;
76
+ bottom: 0;
77
+ left: 0;
78
+ width: 100%;
79
+ height: 1PX;
80
+ -webkit-transform-origin: 50% 100%;
81
+ -ms-transform-origin: 50% 100%;
82
+ transform-origin: 50% 100%;
83
+ -webkit-transform: scaleY(0.5);
84
+ -ms-transform: scaleY(0.5);
85
+ transform: scaleY(0.5);
86
+ }
87
+ }
88
+
89
+ @media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
90
+ (min-resolution: 2dppx) and (min-resolution: 3dppx) {
91
+ html:not([data-scale]) .am-picker-popup-header::after {
92
+ -webkit-transform: scaleY(0.33);
93
+ -ms-transform: scaleY(0.33);
94
+ transform: scaleY(0.33);
95
+ }
96
+ }
97
+
98
+ .am-picker-popup-header .am-picker-popup-header-right {
99
+ text-align: right;
100
+ }
101
+
102
+ .am-picker-popup-item {
103
+ color: #108ee9;
104
+ font-size: 17px;
105
+ padding: 9px 15px;
106
+ height: 42px;
107
+ -webkit-box-sizing: border-box;
108
+ box-sizing: border-box;
109
+ display: -webkit-box;
110
+ display: -webkit-flex;
111
+ display: -ms-flexbox;
112
+ display: flex;
113
+ -webkit-box-align: center;
114
+ -webkit-align-items: center;
115
+ -ms-flex-align: center;
116
+ align-items: center;
117
+ -webkit-box-pack: center;
118
+ -webkit-justify-content: center;
119
+ -ms-flex-pack: center;
120
+ justify-content: center;
121
+ }
122
+
123
+ .am-picker-popup-item-active {
124
+ background-color: #ddd;
125
+ }
126
+
127
+ .am-picker-popup-title {
128
+ -webkit-box-flex: 1;
129
+ -webkit-flex: 1;
130
+ -ms-flex: 1;
131
+ flex: 1;
132
+ text-align: center;
133
+ color: #000;
134
+ }
135
+
136
+ .am-picker-popup .am-picker-popup-close {
137
+ display: none;
138
+ }
139
+
140
+ .am-picker-col {
141
+ -webkit-box-flex: 1;
142
+ -webkit-flex: 1;
143
+ -ms-flex: 1;
144
+ flex: 1;
145
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+ var React = _interopRequireWildcard(require("react"));
10
+ var _rmcTooltip = _interopRequireDefault(require("rmc-tooltip"));
11
+ var _item = _interopRequireDefault(require("./item"));
12
+ require("./style/index.css");
13
+ function recursiveCloneChildren(children) {
14
+ let cb = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : (ch, _) => ch;
15
+ return React.Children.map(children, (child, index) => {
16
+ const newChild = cb(child, index);
17
+ if (typeof newChild !== 'string' && typeof newChild !== 'number' && newChild && newChild.props && newChild.props.children) {
18
+ return /*#__PURE__*/React.cloneElement(newChild, {}, recursiveCloneChildren(newChild.props.children, cb));
19
+ }
20
+ return newChild;
21
+ });
22
+ }
23
+ class Popover extends React.Component {
24
+ render() {
25
+ const {
26
+ overlay,
27
+ onSelect = () => {},
28
+ ...restProps
29
+ } = this.props;
30
+ const overlayNode = recursiveCloneChildren(overlay, (child, index) => {
31
+ const extraProps = {
32
+ firstItem: false
33
+ };
34
+ if (child && typeof child !== 'string' && typeof child !== 'number' && child.type &&
35
+ // Fixme: not sure where the `myName` came from.
36
+ child.type.myName === 'PopoverItem' && !child.props.disabled) {
37
+ extraProps.onClick = () => onSelect(child, index);
38
+ extraProps.firstItem = index === 0;
39
+ return /*#__PURE__*/React.cloneElement(child, extraProps);
40
+ }
41
+ return child;
42
+ });
43
+ const wrapperNode = /*#__PURE__*/React.createElement("div", {
44
+ className: "".concat(this.props.prefixCls, "-inner-wrapper")
45
+ }, overlayNode);
46
+ return /*#__PURE__*/React.createElement(_rmcTooltip.default, Object.assign({}, restProps, {
47
+ overlay: wrapperNode
48
+ }));
49
+ }
50
+ }
51
+ exports.default = Popover;
52
+ Popover.defaultProps = {
53
+ prefixCls: 'am-popover',
54
+ placement: 'bottomRight',
55
+ align: {
56
+ overflow: {
57
+ adjustY: 0,
58
+ adjustX: 0
59
+ }
60
+ },
61
+ trigger: ['click']
62
+ };
63
+ Popover.Item = _item.default;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+ var _classnames = _interopRequireDefault(require("classnames"));
10
+ var React = _interopRequireWildcard(require("react"));
11
+ var _rmcFeedback = _interopRequireDefault(require("rmc-feedback"));
12
+ class Item extends React.Component {
13
+ render() {
14
+ const {
15
+ children,
16
+ className,
17
+ prefixCls,
18
+ icon,
19
+ disabled,
20
+ firstItem,
21
+ activeStyle,
22
+ ...restProps
23
+ } = this.props;
24
+ const cls = (0, _classnames.default)("".concat(prefixCls, "-item"), className, {
25
+ ["".concat(prefixCls, "-item-disabled")]: disabled
26
+ });
27
+ let activeClass = "".concat(prefixCls, "-item-active ");
28
+ if (firstItem) {
29
+ activeClass += "".concat(prefixCls, "-item-fix-active-arrow");
30
+ }
31
+ return /*#__PURE__*/React.createElement(_rmcFeedback.default, {
32
+ disabled: disabled,
33
+ activeClassName: activeClass,
34
+ activeStyle: activeStyle
35
+ }, /*#__PURE__*/React.createElement("div", Object.assign({
36
+ className: cls
37
+ }, restProps), /*#__PURE__*/React.createElement("div", {
38
+ className: "".concat(prefixCls, "-item-container")
39
+ }, icon ?
40
+ /*#__PURE__*/
41
+ // tslint:disable-next-line:jsx-no-multiline-js
42
+ React.createElement("span", {
43
+ className: "".concat(prefixCls, "-item-icon"),
44
+ "aria-hidden": "true"
45
+ }, icon) : null, /*#__PURE__*/React.createElement("span", {
46
+ className: "".concat(prefixCls, "-item-content")
47
+ }, children))));
48
+ }
49
+ }
50
+ exports.default = Item;
51
+ Item.defaultProps = {
52
+ prefixCls: 'am-popover',
53
+ disabled: false
54
+ };
55
+ Item.myName = 'PopoverItem';