dtable-ui-component 6.0.29-beta9 → 6.0.30

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} +13 -9
  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 +365 -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 -99
  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 -36
  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
@@ -22,8 +22,6 @@
22
22
  font-size: 14px;
23
23
  display: inline-block;
24
24
  color: #666666;
25
- padding: 10px;
26
- overflow: auto;
27
25
  }
28
26
 
29
27
  .dtable-ui.department-editor-list .department-item-left-content {
@@ -70,24 +68,19 @@
70
68
  color: #212529;
71
69
  }
72
70
 
73
- .dtable-ui.department-editor-list .editor-department-container .dtable-icon-down3 {
71
+ .dtable-ui.department-editor-list .editor-department-container .expand {
74
72
  color: #b5b5b5;
75
73
  font-size: 12px;
76
- transform: scale(0.8) rotate(-90deg);
77
-
74
+ transform: scale(0.8);
78
75
  cursor: pointer;
79
76
  display: inline-block;
80
77
  margin-left: 0px !important;
81
78
  }
82
79
 
83
- .dtable-ui.department-editor-list .editor-department-container .dtable-icon-down3:hover {
80
+ .dtable-ui.department-editor-list .editor-department-container .expand:hover {
84
81
  color: #555;
85
82
  }
86
83
 
87
- .dtable-ui.department-editor-list .editor-department-container .dtable-icon-down3.expand {
88
- transform: scale(0.8);
89
- }
90
-
91
84
  .selected-departments.dtable-ui {
92
85
  background-color: #f6f6f6;
93
86
  padding: 5px;
@@ -7,20 +7,23 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.default = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
- var _DTablePopover = _interopRequireDefault(require("../../DTablePopover"));
10
+ var _DTablePopover = _interopRequireDefault(require("../DTablePopover"));
11
+ var _constants = require("./constants");
11
12
  var _departmentSingleSelect = _interopRequireDefault(require("./department-single-select"));
13
+ var _lang = require("../lang");
12
14
  require("./index.css");
13
- class PCDepartmentSingleSelectEditor extends _react.Component {
15
+ class DepartmentSingleSelectEditor extends _react.Component {
14
16
  constructor(props) {
15
17
  super(props);
16
18
  this.onCommit = value => {
17
19
  const {
18
- onCommit
20
+ onCommit,
21
+ column
19
22
  } = this.props;
20
23
  this.setState({
21
24
  value
22
25
  }, () => {
23
- this.isRowExpand ? onCommit(value) : onCommit();
26
+ this.isRowExpand ? onCommit(this.getValue(), column) : onCommit();
24
27
  });
25
28
  };
26
29
  this.getValue = () => {
@@ -28,14 +31,28 @@ class PCDepartmentSingleSelectEditor extends _react.Component {
28
31
  updated[this.props.column.key] = this.state.value;
29
32
  return updated;
30
33
  };
34
+ this.createSpecificDepartments = () => {
35
+ return _constants.DEPARTMENT_SELECT_RANGE_OPTIONS.slice(0, 2).map(option => {
36
+ const {
37
+ type,
38
+ name
39
+ } = option;
40
+ return {
41
+ value: type,
42
+ label: /*#__PURE__*/_react.default.createElement("span", {
43
+ className: "text-truncate department-name"
44
+ }, (0, _lang.getLocale)(name))
45
+ };
46
+ });
47
+ };
31
48
  const {
32
- column,
49
+ column: _column,
33
50
  isInModal,
34
51
  value: _value,
35
52
  height
36
53
  } = props;
37
- const editorWidth = column.width > 300 ? column.width : 300;
38
- const data = column.data || {};
54
+ const editorWidth = _column.width > 300 ? _column.width : 300;
55
+ const data = _column.data || {};
39
56
  this.state = {
40
57
  value: _value || '',
41
58
  menuStyle: isInModal ? {} : {
@@ -86,4 +103,4 @@ class PCDepartmentSingleSelectEditor extends _react.Component {
86
103
  }, dom)) : dom;
87
104
  }
88
105
  }
89
- var _default = exports.default = PCDepartmentSingleSelectEditor;
106
+ var _default = exports.default = DepartmentSingleSelectEditor;
@@ -1,3 +1,4 @@
1
+
1
2
  .selected-departments.dtable-ui .remove-container {
2
3
  width: 16px;
3
4
  text-align: right;
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireWildcard(require("react"));
9
9
  var _dtableUtils = require("dtable-utils");
10
- var _departments = require("../constants/departments");
11
- var _lang = require("../lang");
10
+ var _constants = require("../constants");
11
+ var _lang = require("../../lang");
12
12
  require("./index.css");
13
13
  function SelectedDepartments(_ref) {
14
14
  let {
@@ -26,7 +26,7 @@ function SelectedDepartments(_ref) {
26
26
  }, [departments]);
27
27
  const dom = Array.isArray(value) ? value.map((content, index) => {
28
28
  if ([_dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT, _dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT_AND_SUB].includes(content)) {
29
- const name = (0, _lang.getLocale)(_departments.DEPARTMENT_SELECT_RANGE_OPTIONS.find(option => option.type === content).name);
29
+ const name = (0, _lang.getLocale)(_constants.DEPARTMENT_SELECT_RANGE_OPTIONS.find(option => option.type === content).name);
30
30
  return /*#__PURE__*/_react.default.createElement("div", {
31
31
  key: "department-".concat(index),
32
32
  className: "department mr-1"
@@ -7,28 +7,175 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.default = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
- var _reactResponsive = _interopRequireDefault(require("react-responsive"));
11
- var _pcEditor = _interopRequireDefault(require("./pc-editor"));
12
- var _mbEditor = _interopRequireDefault(require("./mb-editor"));
13
- const DigitalSignEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
14
- let {
15
- isMobile,
16
- ...props
17
- } = _ref;
18
- if (isMobile === false) return /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
19
- ref: ref
20
- }));
21
- if (isMobile === true) return /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
22
- ref: ref
23
- }));
24
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
25
- query: "(min-width: 768px)"
26
- }, /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
27
- ref: ref
28
- }))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
29
- query: "(max-width: 768px)"
30
- }, /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
31
- ref: ref
32
- }))));
33
- });
10
+ var _reactstrap = require("reactstrap");
11
+ var _DTableCustomFooter = _interopRequireDefault(require("../DTableCustomFooter"));
12
+ var _signatureBoard = _interopRequireDefault(require("./signature-board"));
13
+ var _service = _interopRequireDefault(require("./service"));
14
+ var _utils = _interopRequireDefault(require("./utils"));
15
+ var _url = require("../utils/url");
16
+ var _toaster = _interopRequireDefault(require("../toaster"));
17
+ var _lang = require("../lang");
18
+ var _utils2 = require("../utils/utils");
19
+ require("./index.css");
20
+ class DigitalSignEditor extends _react.Component {
21
+ constructor(props) {
22
+ super(props);
23
+ this.setPosition = () => {
24
+ if (!this.editor) return;
25
+ const {
26
+ offsetLeft,
27
+ offsetTop
28
+ } = this.editor.parentNode;
29
+ const {
30
+ offsetWidth: editorWidth,
31
+ offsetHeight: editorHeight
32
+ } = this.editor;
33
+ let editorLeft = offsetLeft - editorWidth;
34
+ let editorTop = offsetTop;
35
+ if (this.props.isInModal) {
36
+ const innerHeight = window.innerHeight;
37
+ const offsetTop = this.editor.parentNode.getBoundingClientRect().y;
38
+ editorTop = offsetTop;
39
+ editorTop = editorHeight + editorTop > innerHeight ? innerHeight - editorHeight - 30 : editorTop;
40
+ editorLeft = -30;
41
+ } else {
42
+ if (offsetLeft < editorWidth) {
43
+ editorLeft = offsetLeft + this.props.column.width;
44
+ }
45
+ if (editorLeft + editorWidth > window.innerWidth) {
46
+ editorLeft = window.innerWidth - editorWidth;
47
+ }
48
+ if (offsetTop + editorHeight > window.innerHeight) {
49
+ editorTop = window.innerHeight - editorHeight - 10;
50
+ }
51
+ }
52
+ this.setState({
53
+ editorPosition: {
54
+ top: editorTop,
55
+ left: editorLeft
56
+ }
57
+ });
58
+ };
59
+ this.getValue = () => {
60
+ const updated = {
61
+ [this.props.column.key]: this.value
62
+ };
63
+ return updated;
64
+ };
65
+ this.saveSignature = () => {
66
+ if (!this.signatureBoard || this.state.saving) return;
67
+ if (!this.signatureBoard.checkHasChanged()) {
68
+ this.props.onCommitCancel();
69
+ return;
70
+ }
71
+ this.signatureBoard.convert2BlobPNG(signBlob => {
72
+ if (!signBlob) {
73
+ if (!this.props.value) {
74
+ this.props.onCommitCancel();
75
+ return;
76
+ }
77
+
78
+ // clear the old dtable-ui-digital-sign
79
+ this.value = null;
80
+ this.props.onCommit(this.value);
81
+ return;
82
+ }
83
+ this.setState({
84
+ saving: true
85
+ });
86
+ this.digitalService.uploadSignImage(signBlob, {
87
+ successCallback: signature => {
88
+ this.value = signature;
89
+ this.setState({
90
+ saving: false
91
+ }, () => {
92
+ this.props.onCommit(Object.assign({}, this.value));
93
+ });
94
+ },
95
+ failedCallback: error => {
96
+ const errMsg = (0, _utils2.getErrorMsg)(error, true);
97
+ if (!error.response || error.response.status !== 403) {
98
+ _toaster.default.danger((0, _lang.getLocale)(errMsg));
99
+ }
100
+ this.setState({
101
+ saving: false
102
+ });
103
+ }
104
+ });
105
+ });
106
+ };
107
+ this.clearSignature = () => {
108
+ this.signatureBoard.clear();
109
+ };
110
+ this.state = {
111
+ editorPosition: {},
112
+ saving: false
113
+ };
114
+ const {
115
+ uploadFile,
116
+ config,
117
+ value
118
+ } = props;
119
+ const {
120
+ username
121
+ } = config || {};
122
+ this.value = value || {};
123
+ this.digitalService = new _service.default({
124
+ uploadFile,
125
+ username
126
+ });
127
+ }
128
+ componentDidMount() {
129
+ this.setPosition();
130
+ }
131
+ render() {
132
+ const {
133
+ value,
134
+ config
135
+ } = this.props;
136
+ const {
137
+ editorPosition,
138
+ saving
139
+ } = this.state;
140
+ const signImageUrl = (0, _url.generateCurrentBaseImageUrl)({
141
+ ...config,
142
+ partUrl: _utils.default.getSignImageUrl(value)
143
+ });
144
+ return /*#__PURE__*/_react.default.createElement("div", {
145
+ className: "dtable-ui-digital-sign-editor-container",
146
+ ref: ref => this.editor = ref,
147
+ style: {
148
+ ...editorPosition,
149
+ zIndex: 1000
150
+ }
151
+ }, /*#__PURE__*/_react.default.createElement("div", {
152
+ className: "dtable-ui-digital-sign-editor-header"
153
+ }, /*#__PURE__*/_react.default.createElement("div", {
154
+ className: "dtable-ui-digital-sign-editor-logo"
155
+ }, /*#__PURE__*/_react.default.createElement("i", {
156
+ className: "dtable-font dtable-icon-handwritten-signature"
157
+ }), /*#__PURE__*/_react.default.createElement("span", {
158
+ className: "ml-2 dtable-ui-digital-sign-editor-title"
159
+ }, (0, _lang.getLocale)('Digital_signature'))), /*#__PURE__*/_react.default.createElement("div", {
160
+ className: "dtable-ui-digital-sign-editor-operations"
161
+ }, /*#__PURE__*/_react.default.createElement("div", {
162
+ className: "btn-clear-dtable-ui-digital-sign",
163
+ onClick: this.clearSignature
164
+ }, /*#__PURE__*/_react.default.createElement("i", {
165
+ className: "dtable-font dtable-icon-clear-format"
166
+ }), /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Re-sign'))))), /*#__PURE__*/_react.default.createElement("div", {
167
+ className: "dtable-ui-digital-sign-panel"
168
+ }, /*#__PURE__*/_react.default.createElement(_signatureBoard.default, {
169
+ ref: ref => this.signatureBoard = ref,
170
+ signImageUrl: signImageUrl
171
+ })), /*#__PURE__*/_react.default.createElement(_DTableCustomFooter.default, null, /*#__PURE__*/_react.default.createElement(_reactstrap.Button, {
172
+ onClick: this.props.onCommitCancel,
173
+ color: "secondary"
174
+ }, (0, _lang.getLocale)('Cancel')), /*#__PURE__*/_react.default.createElement(_reactstrap.Button, {
175
+ onClick: this.saveSignature,
176
+ color: "primary",
177
+ disabled: saving
178
+ }, (0, _lang.getLocale)(saving ? 'Saving' : 'Save'))));
179
+ }
180
+ }
34
181
  var _default = exports.default = DigitalSignEditor;
@@ -0,0 +1,144 @@
1
+ @import url('../css/am.css');
2
+
3
+ .am-drawer {
4
+ position: absolute;
5
+ top: 0;
6
+ left: 0;
7
+ right: 0;
8
+ bottom: 0;
9
+ overflow: hidden;
10
+ }
11
+
12
+ .am-drawer-sidebar {
13
+ z-index: 4;
14
+ position: absolute;
15
+ -webkit-transition: -webkit-transform 0.3s ease-out;
16
+ transition: -webkit-transform 0.3s ease-out;
17
+ transition: transform 0.3s ease-out;
18
+ transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
19
+ will-change: transform;
20
+ overflow-y: auto;
21
+ }
22
+
23
+ .am-drawer-draghandle {
24
+ z-index: 1;
25
+ position: absolute;
26
+ background-color: rgba(50, 50, 50, 0.1);
27
+ }
28
+
29
+ .am-drawer-overlay {
30
+ z-index: 3;
31
+ position: absolute;
32
+ top: 0;
33
+ left: 0;
34
+ right: 0;
35
+ bottom: 0;
36
+ opacity: 0;
37
+ visibility: hidden;
38
+ -webkit-transition: opacity 0.5s ease-out;
39
+ transition: opacity 0.5s ease-out;
40
+ background-color: rgba(0, 0, 0, 0.4);
41
+ }
42
+
43
+ .am-drawer-content {
44
+ position: absolute;
45
+ top: 0;
46
+ left: 0;
47
+ right: 0;
48
+ bottom: 0;
49
+ overflow: auto;
50
+ -webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
51
+ transition: left 0.3s ease-out, right 0.3s ease-out;
52
+ }
53
+
54
+ .am-drawer.am-drawer-left .am-drawer-sidebar,
55
+ .am-drawer.am-drawer-right .am-drawer-sidebar,
56
+ .am-drawer.am-drawer-left .am-drawer-draghandle,
57
+ .am-drawer.am-drawer-right .am-drawer-draghandle {
58
+ top: 0;
59
+ bottom: 0;
60
+ }
61
+
62
+ .am-drawer.am-drawer-left .am-drawer-draghandle,
63
+ .am-drawer.am-drawer-right .am-drawer-draghandle {
64
+ width: 10px;
65
+ height: 100%;
66
+ }
67
+
68
+ .am-drawer.am-drawer-top .am-drawer-sidebar,
69
+ .am-drawer.am-drawer-bottom .am-drawer-sidebar,
70
+ .am-drawer.am-drawer-top .am-drawer-draghandle,
71
+ .am-drawer.am-drawer-bottom .am-drawer-draghandle {
72
+ left: 0;
73
+ right: 0;
74
+ }
75
+
76
+ .am-drawer.am-drawer-top .am-drawer-draghandle,
77
+ .am-drawer.am-drawer-bottom .am-drawer-draghandle {
78
+ width: 100%;
79
+ height: 10px;
80
+ }
81
+
82
+ .am-drawer.am-drawer-left .am-drawer-sidebar {
83
+ left: 0;
84
+ -webkit-transform: translateX(-100%);
85
+ -ms-transform: translateX(-100%);
86
+ transform: translateX(-100%);
87
+ }
88
+
89
+ .am-drawer-open.am-drawer.am-drawer-left .am-drawer-sidebar {
90
+ -webkit-box-shadow: 1PX 1PX 2px rgba(0, 0, 0, 0.15);
91
+ box-shadow: 1PX 1PX 2px rgba(0, 0, 0, 0.15);
92
+ }
93
+
94
+ .am-drawer.am-drawer-left .am-drawer-draghandle {
95
+ left: 0;
96
+ }
97
+
98
+ .am-drawer.am-drawer-right .am-drawer-sidebar {
99
+ right: 0;
100
+ -webkit-transform: translateX(100%);
101
+ -ms-transform: translateX(100%);
102
+ transform: translateX(100%);
103
+ }
104
+
105
+ .am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar {
106
+ -webkit-box-shadow: -1PX 1PX 2px rgba(0, 0, 0, 0.15);
107
+ box-shadow: -1PX 1PX 2px rgba(0, 0, 0, 0.15);
108
+ }
109
+
110
+ .am-drawer.am-drawer-right .am-drawer-draghandle {
111
+ right: 0;
112
+ }
113
+
114
+ .am-drawer.am-drawer-top .am-drawer-sidebar {
115
+ top: 0;
116
+ -webkit-transform: translateY(-100%);
117
+ -ms-transform: translateY(-100%);
118
+ transform: translateY(-100%);
119
+ }
120
+
121
+ .am-drawer-open.am-drawer.am-drawer-top .am-drawer-sidebar {
122
+ -webkit-box-shadow: 1PX 1PX 2px rgba(0, 0, 0, 0.15);
123
+ box-shadow: 1PX 1PX 2px rgba(0, 0, 0, 0.15);
124
+ }
125
+
126
+ .am-drawer.am-drawer-top .am-drawer-draghandle {
127
+ top: 0;
128
+ }
129
+
130
+ .am-drawer.am-drawer-bottom .am-drawer-sidebar {
131
+ bottom: 0;
132
+ -webkit-transform: translateY(100%);
133
+ -ms-transform: translateY(100%);
134
+ transform: translateY(100%);
135
+ }
136
+
137
+ .am-drawer-open.am-drawer.am-drawer-bottom .am-drawer-sidebar {
138
+ -webkit-box-shadow: 1PX -1PX 2px rgba(0, 0, 0, 0.15);
139
+ box-shadow: 1PX -1PX 2px rgba(0, 0, 0, 0.15);
140
+ }
141
+
142
+ .am-drawer.am-drawer-bottom .am-drawer-draghandle {
143
+ bottom: 0;
144
+ }
@@ -0,0 +1,21 @@
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 _rmcDrawer = _interopRequireDefault(require("rmc-drawer"));
10
+ var React = _interopRequireWildcard(require("react"));
11
+ require("./index.css");
12
+ class Drawer extends React.Component {
13
+ render() {
14
+ return /*#__PURE__*/React.createElement(_rmcDrawer.default, this.props);
15
+ }
16
+ }
17
+ exports.default = Drawer;
18
+ Drawer.defaultProps = {
19
+ prefixCls: 'am-drawer',
20
+ enableDragHandle: false
21
+ };
@@ -0,0 +1 @@
1
+ @import url('../../ImageEditor/addition-previewer/index.css');
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _localFileAddition = _interopRequireDefault(require("./local-file-addition"));
10
- var _lang = require("../../../lang");
10
+ var _lang = require("../../lang");
11
11
  require("./index.css");
12
12
  class AdditionPreviewer extends _react.default.Component {
13
13
  constructor(props) {
@@ -0,0 +1 @@
1
+ @import url('../../../ImageEditor/addition-previewer/local-image-addition/index.css');
@@ -9,10 +9,10 @@ exports.default = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
10
  var _classnames = _interopRequireDefault(require("classnames"));
11
11
  var _reactstrap = require("reactstrap");
12
- var _UploadProgress = _interopRequireDefault(require("../../../../UploadProgress"));
13
- var _url = require("../../../../utils/url");
14
- var _FileUploader = _interopRequireDefault(require("../../../../FileUploader"));
15
- var _lang = require("../../../../lang");
12
+ var _UploadProgress = _interopRequireDefault(require("../../../UploadProgress"));
13
+ var _url = require("../../../utils/url");
14
+ var _FileUploader = _interopRequireDefault(require("../../../FileUploader"));
15
+ var _lang = require("../../../lang");
16
16
  require("./index.css");
17
17
  class LocalFileAddition extends _react.default.Component {
18
18
  constructor(props) {
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _reactstrap = require("reactstrap");
10
- var _lang = require("../../../../lang");
10
+ var _lang = require("../../../lang");
11
11
  class FileDropdownMenu extends _react.default.Component {
12
12
  constructor(props) {
13
13
  super(props);
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireWildcard(require("react"));
9
9
  var _reactstrap = require("reactstrap");
10
- var _constants = require("../../../../../constants");
10
+ var _constants = require("../../../../constants");
11
11
  require("./index.css");
12
12
  class FileNameEditor extends _react.Component {
13
13
  constructor(props) {
@@ -9,8 +9,8 @@ var _react = _interopRequireDefault(require("react"));
9
9
  var _reactstrap = require("reactstrap");
10
10
  var _dropdownMenu = _interopRequireDefault(require("./dropdown-menu"));
11
11
  var _fileNameEditor = _interopRequireDefault(require("./file-name-editor"));
12
- var _utils = require("../../../utils");
13
- var _url = require("../../../../utils/url");
12
+ var _utils = require("../../utils");
13
+ var _url = require("../../../utils/url");
14
14
  require("./index.css");
15
15
  class FilePreviewer extends _react.default.Component {
16
16
  constructor(props) {