dtable-ui-component 6.0.25-alpha.4 → 6.0.26-beta

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 (255) hide show
  1. package/lib/BodyPortal/index.js +29 -0
  2. package/lib/CheckboxEditor/index.js +17 -118
  3. package/lib/CheckboxEditor/lg.js +118 -0
  4. package/lib/CheckboxEditor/sm.js +101 -0
  5. package/lib/CollaboratorEditor/index.js +11 -4
  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 +87 -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 +31 -30
  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 +15 -30
  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 +25 -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 +17 -173
  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 +16 -264
  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 +4 -4
  50. package/lib/FormulaFormatter/index.css +5 -5
  51. package/lib/GeolocationEditor/index.js +76 -231
  52. package/lib/GeolocationEditor/{country-editor.js → lg/country-editor.js} +5 -49
  53. package/lib/GeolocationEditor/{index.css → lg/index.css} +1 -2
  54. package/lib/GeolocationEditor/lg/index.js +247 -0
  55. package/lib/GeolocationEditor/{location-editor.js → lg/location-editor.js} +8 -41
  56. package/lib/GeolocationEditor/{map-editor → lg/map-editor}/index.js +6 -6
  57. package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.js +7 -7
  58. package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/index.js +7 -7
  59. package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.js +7 -7
  60. package/lib/GeolocationEditor/{province-city-editor.js → lg/province-city-editor.js} +7 -38
  61. package/lib/GeolocationEditor/{province-editor.js → lg/province-editor.js} +7 -31
  62. package/lib/GeolocationEditor/{selector-header-item.js → lg/selector-header-item.js} +1 -1
  63. package/lib/GeolocationEditor/map-editor-utils.js +6 -2
  64. package/lib/GeolocationEditor/sm/country-editor.js +70 -0
  65. package/lib/GeolocationEditor/sm/index.css +11 -0
  66. package/lib/GeolocationEditor/sm/index.js +125 -0
  67. package/lib/GeolocationEditor/sm/location-editor.js +93 -0
  68. package/lib/GeolocationEditor/sm/map-editor/index.css +11 -0
  69. package/lib/GeolocationEditor/sm/map-editor/index.js +469 -0
  70. package/lib/GeolocationEditor/sm/map-selection-editor/index.css +158 -0
  71. package/lib/GeolocationEditor/sm/map-selection-editor/index.js +525 -0
  72. package/lib/GeolocationEditor/sm/province-city-editor.js +68 -0
  73. package/lib/GeolocationEditor/sm/province-editor.js +67 -0
  74. package/lib/ImageEditor/images-previewer/image-preview/index.js +2 -2
  75. package/lib/ImageEditor/images-previewer/index.js +3 -3
  76. package/lib/ImageEditor/index.css +17 -16
  77. package/lib/ImageEditor/index.js +16 -184
  78. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.js +1 -1
  79. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
  80. package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.js +4 -4
  81. package/lib/ImageEditor/lg/images-previewer/index.js +140 -0
  82. package/lib/ImageEditor/lg/index.css +24 -0
  83. package/lib/ImageEditor/lg/index.js +194 -0
  84. package/lib/ImageEditor/sm/index.css +29 -0
  85. package/lib/ImageEditor/sm/index.js +131 -0
  86. package/lib/ImageThumbnail/index.js +2 -1
  87. package/lib/LinkEditor/pc-link-editor-popover/index.css +1 -1
  88. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  89. package/lib/MobileFullScreenPage/body/index.css +9 -0
  90. package/lib/MobileFullScreenPage/body/index.js +23 -0
  91. package/lib/MobileFullScreenPage/header/index.css +35 -0
  92. package/lib/MobileFullScreenPage/header/index.js +38 -0
  93. package/lib/MobileFullScreenPage/index.css +13 -0
  94. package/lib/MobileFullScreenPage/index.js +81 -0
  95. package/lib/MobileModal/index.js +41 -0
  96. package/lib/MobileOperationSheet/index.css +27 -0
  97. package/lib/MobileOperationSheet/index.js +92 -0
  98. package/lib/MobileSelectorEditor/empty/index.css +3 -0
  99. package/lib/MobileSelectorEditor/empty/index.js +23 -0
  100. package/lib/MobileSelectorEditor/index.css +32 -0
  101. package/lib/MobileSelectorEditor/index.js +57 -0
  102. package/lib/MobileSelectorEditor/option/index.css +28 -0
  103. package/lib/MobileSelectorEditor/option/index.js +36 -0
  104. package/lib/MobileSelectorEditor/options/index.css +8 -0
  105. package/lib/MobileSelectorEditor/options/index.js +18 -0
  106. package/lib/MobileSelectorEditor/search/index.css +7 -0
  107. package/lib/MobileSelectorEditor/search/index.js +26 -0
  108. package/lib/MobileUpload/index.css +1 -0
  109. package/lib/MobileUpload/index.js +160 -0
  110. package/lib/MultipleSelectEditor/index.js +3 -10
  111. package/lib/RowExpand/index.js +19 -0
  112. package/lib/{RowExpandDialog → RowExpand/lg}/body/index.js +4 -4
  113. package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.js +2 -2
  114. package/lib/{RowExpandDialog → RowExpand/lg}/header/index.js +3 -3
  115. package/lib/{RowExpandDialog → RowExpand/lg}/index.js +6 -6
  116. package/lib/RowExpand/sm/body/index.css +173 -0
  117. package/lib/RowExpand/sm/body/index.js +111 -0
  118. package/lib/RowExpand/sm/column-content/index.css +27 -0
  119. package/lib/RowExpand/sm/column-content/index.js +25 -0
  120. package/lib/RowExpand/sm/index.css +0 -0
  121. package/lib/RowExpand/sm/index.js +172 -0
  122. package/lib/RowExpandEditor/RightAngle/index.css +6 -0
  123. package/lib/RowExpandEditor/RightAngle/index.js +17 -0
  124. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +12 -17
  125. package/lib/RowExpandEditor/RowExpandAddBtn/lg/index.js +26 -0
  126. package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.css +3 -0
  127. package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.js +19 -0
  128. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +10 -33
  129. package/lib/RowExpandEditor/RowExpandCheckboxEditor/lg.js +42 -0
  130. package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.css +6 -0
  131. package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.js +39 -0
  132. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +10 -223
  133. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/{index.css → lg/index.css} +1 -1
  134. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/lg/index.js +231 -0
  135. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.css +9 -0
  136. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.js +163 -0
  137. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +10 -121
  138. package/lib/RowExpandEditor/RowExpandDateEditor/lg.js +130 -0
  139. package/lib/RowExpandEditor/RowExpandDateEditor/sm.js +84 -0
  140. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +11 -96
  141. package/lib/RowExpandEditor/RowExpandDepartmentEditor/lg.js +101 -0
  142. package/lib/RowExpandEditor/RowExpandDepartmentEditor/sm.js +65 -0
  143. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +10 -199
  144. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/{index.css → lg/index.css} +1 -1
  145. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/lg/index.js +208 -0
  146. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.css +1 -0
  147. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.js +130 -0
  148. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +11 -97
  149. package/lib/RowExpandEditor/RowExpandDurationEditor/lg.js +105 -0
  150. package/lib/RowExpandEditor/RowExpandDurationEditor/sm.js +71 -0
  151. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +10 -116
  152. package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.css +1 -0
  153. package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.js +125 -0
  154. package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.css +1 -0
  155. package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.js +84 -0
  156. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +10 -139
  157. package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.css +1 -0
  158. package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.js +148 -0
  159. package/lib/RowExpandEditor/RowExpandFileEditor/sm/index.js +116 -0
  160. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +10 -156
  161. package/lib/RowExpandEditor/RowExpandGeolocationEditor/lg/index.js +164 -0
  162. package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.css +0 -0
  163. package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.js +101 -0
  164. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +10 -161
  165. package/lib/RowExpandEditor/RowExpandImageEditor/lg/index.js +170 -0
  166. package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.css +25 -0
  167. package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.js +109 -0
  168. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +11 -115
  169. package/lib/RowExpandEditor/RowExpandLongTextEditor/lg/index.js +123 -0
  170. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.css +10 -0
  171. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.js +80 -0
  172. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.css +3 -0
  173. package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.js +91 -0
  174. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +10 -238
  175. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/{index.css → lg/index.css} +1 -1
  176. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/lg/index.js +247 -0
  177. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.css +0 -0
  178. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.js +155 -0
  179. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +10 -96
  180. package/lib/RowExpandEditor/RowExpandNumberEditor/lg.js +105 -0
  181. package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.css +3 -0
  182. package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.js +76 -0
  183. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +21 -0
  184. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +10 -142
  185. package/lib/RowExpandEditor/RowExpandRateEditor/lg.js +151 -0
  186. package/lib/RowExpandEditor/RowExpandRateEditor/sm.js +92 -0
  187. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +11 -198
  188. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/lg/index.js +206 -0
  189. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.css +8 -0
  190. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.js +134 -0
  191. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +11 -128
  192. package/lib/RowExpandEditor/RowExpandTextEditor/lg/index.js +136 -0
  193. package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.css +14 -0
  194. package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.js +37 -0
  195. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +10 -121
  196. package/lib/RowExpandEditor/RowExpandUrlEditor/lg/index.js +130 -0
  197. package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.css +17 -0
  198. package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.js +87 -0
  199. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +10 -18
  200. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/lg.js +27 -0
  201. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/sm.js +20 -0
  202. package/lib/RowExpandFormatter/RowExpandEmailFormatter/index.css +4 -4
  203. package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +1 -1
  204. package/lib/RowExpandFormatter/index.css +18 -18
  205. package/lib/RowExpandFormatter/index.js +1 -1
  206. package/lib/SelectItem/index.js +57 -33
  207. package/lib/SingleSelectEditor/index.js +3 -10
  208. package/lib/SvgIcon/index.js +2 -1
  209. package/lib/constants/file.js +1 -0
  210. package/lib/constants/index.js +3 -2
  211. package/lib/index.js +53 -4
  212. package/lib/locales/zh-CN.json +1 -1
  213. package/lib/select-editor/index.js +19 -21
  214. package/lib/select-editor/{pc-select-editor → lg}/index.css +1 -1
  215. package/lib/select-editor/{pc-select-editor → lg}/index.js +10 -10
  216. package/lib/select-editor/sm/index.css +1 -0
  217. package/lib/select-editor/sm/index.js +104 -0
  218. package/lib/utils/get-event-transfer.js +2 -1
  219. package/lib/utils/utils.js +11 -2
  220. package/package.json +1 -1
  221. package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
  222. package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
  223. package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
  224. package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
  225. package/lib/FileEditor/addition-previewer/index.css +0 -1
  226. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  227. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  228. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  229. package/lib/select-editor/mb-select-editor/index.css +0 -127
  230. package/lib/select-editor/mb-select-editor/index.js +0 -197
  231. package/lib/select-editor/select-editor-option.js +0 -84
  232. /package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.css +0 -0
  233. /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.css +0 -0
  234. /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.js +0 -0
  235. /package/lib/{Department-editor → DepartmentEditor}/utils.js +0 -0
  236. /package/lib/DigitalSignEditor/{index.css → lg/index.css} +0 -0
  237. /package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.css +0 -0
  238. /package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.css +0 -0
  239. /package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.css +0 -0
  240. /package/lib/GeolocationEditor/{parse-geolocation.js → lg/parse-geolocation.js} +0 -0
  241. /package/lib/GeolocationEditor/{selector-list.js → lg/selector-list.js} +0 -0
  242. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.css +0 -0
  243. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.css +0 -0
  244. /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.css +0 -0
  245. /package/lib/{RowExpandDialog → RowExpand/lg}/body/index.css +0 -0
  246. /package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.css +0 -0
  247. /package/lib/{RowExpandDialog → RowExpand/lg}/header/index.css +0 -0
  248. /package/lib/{RowExpandDialog → RowExpand/lg}/index.css +0 -0
  249. /package/lib/RowExpandEditor/RowExpandAddBtn/{index.css → lg/index.css} +0 -0
  250. /package/lib/RowExpandEditor/RowExpandGeolocationEditor/{index.css → lg/index.css} +0 -0
  251. /package/lib/RowExpandEditor/RowExpandImageEditor/{index.css → lg/index.css} +0 -0
  252. /package/lib/RowExpandEditor/RowExpandLongTextEditor/{index.css → lg/index.css} +0 -0
  253. /package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/{index.css → lg/index.css} +0 -0
  254. /package/lib/RowExpandEditor/RowExpandTextEditor/{index.css → lg/index.css} +0 -0
  255. /package/lib/RowExpandEditor/RowExpandUrlEditor/{index.css → lg/index.css} +0 -0
@@ -0,0 +1,123 @@
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 _reactI18next = require("react-i18next");
11
+ var _seafileEditor = require("@seafile/seafile-editor");
12
+ var _toaster = _interopRequireDefault(require("../../../toaster"));
13
+ var _Loading = _interopRequireDefault(require("../../../Loading"));
14
+ var _constants = require("../../../constants");
15
+ var _cell = require("../../../utils/cell");
16
+ var _lang = require("../../../lang");
17
+ require("./index.css");
18
+ class Large extends _react.default.Component {
19
+ constructor(props) {
20
+ super(props);
21
+ this.convertMarkdown = value => {
22
+ const newValue = value && typeof value === 'object' ? value.text : value;
23
+ this.setState({
24
+ value: newValue,
25
+ isLoading: false
26
+ });
27
+ };
28
+ this.onSaveEditorValue = value => {
29
+ if ((0, _cell.isLongTextValueExceedLimit)(value)) {
30
+ _toaster.default.closeAll();
31
+ _toaster.default.danger((0, _lang.getLocale)(_constants.LONG_TEXT_EXCEED_LIMIT_MESSAGE), {
32
+ duration: null
33
+ });
34
+ return;
35
+ }
36
+ this.onCommit(value);
37
+ this.isLongTextValueChanged = false;
38
+ };
39
+ this.onCommit = value => {
40
+ this.props.onCommit(value);
41
+ };
42
+ this.openEditor = () => {
43
+ this.editorRef.current.openEditor();
44
+ };
45
+ this.closeEditor = () => {
46
+ this.editorRef.current.closeEditor();
47
+ };
48
+ this.onClick = () => {
49
+ const {
50
+ columnIndex
51
+ } = this.props;
52
+ this.props.updateTabIndex && this.props.updateTabIndex(columnIndex);
53
+ };
54
+ this.state = {
55
+ isLoading: true,
56
+ value: ''
57
+ };
58
+ this.editorRef = /*#__PURE__*/(0, _react.createRef)();
59
+ }
60
+ componentDidMount() {
61
+ this.convertMarkdown(this.props.value);
62
+ }
63
+ UNSAFE_componentWillReceiveProps(nextProps) {
64
+ var _this$editorRef, _this$editorRef$curre;
65
+ const {
66
+ column,
67
+ row,
68
+ isEditorFocus: nextIsEditorFocus,
69
+ valueKey
70
+ } = nextProps;
71
+ const {
72
+ column: currentColumn,
73
+ row: currentRow,
74
+ isEditorFocus
75
+ } = this.props;
76
+ const value = row[column[valueKey]];
77
+ const currentValue = currentRow[currentColumn[valueKey]];
78
+ if (value !== currentValue && !((_this$editorRef = this.editorRef) !== null && _this$editorRef !== void 0 && (_this$editorRef$curre = _this$editorRef.current) !== null && _this$editorRef$curre !== void 0 && _this$editorRef$curre.enableEdit)) {
79
+ this.setState({
80
+ isLoading: true
81
+ }, () => {
82
+ this.convertMarkdown(value);
83
+ });
84
+ }
85
+ if (isEditorFocus && !nextIsEditorFocus) {
86
+ this.closeEditor();
87
+ }
88
+ if (!isEditorFocus && nextIsEditorFocus) {
89
+ this.openEditor();
90
+ }
91
+ }
92
+ render() {
93
+ const {
94
+ column,
95
+ longTextEditorAPI,
96
+ longTextEditorI18n
97
+ } = this.props;
98
+ const {
99
+ isLoading,
100
+ value
101
+ } = this.state;
102
+ if (isLoading) return null;
103
+ return /*#__PURE__*/_react.default.createElement(_react.Suspense, {
104
+ fallback: /*#__PURE__*/_react.default.createElement("div", {
105
+ className: "d-center-middle"
106
+ }, /*#__PURE__*/_react.default.createElement(_Loading.default, null))
107
+ }, /*#__PURE__*/_react.default.createElement(_reactI18next.I18nextProvider, {
108
+ i18n: longTextEditorI18n
109
+ }, /*#__PURE__*/_react.default.createElement(_seafileEditor.LongTextInlineEditor, {
110
+ ref: this.editorRef,
111
+ lang: _lang.LANGUAGE,
112
+ headerName: column.name,
113
+ value: value || '',
114
+ autoSave: true,
115
+ saveDelay: 20 * 1000,
116
+ isCheckBrowser: true,
117
+ onClick: this.onClick,
118
+ editorApi: longTextEditorAPI,
119
+ onSaveEditorValue: this.onSaveEditorValue
120
+ })));
121
+ }
122
+ }
123
+ var _default = exports.default = Large;
@@ -0,0 +1,10 @@
1
+ .mobile-dtable-ui-long-text-editor .mobile-dtable-ui-long-text-editor-container {
2
+ margin-top: 20px;
3
+ border-top: 1px solid #e9e9e9;
4
+ }
5
+
6
+ .mobile-dtable-ui-long-text-editor .mobile-dtable-ui-long-text-editor-container .am-textarea-item {
7
+ padding: 0 1rem;
8
+ border-bottom: 1px solid #e9e9e9;
9
+ height: unset;
10
+ }
@@ -0,0 +1,80 @@
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 _textareaItem = _interopRequireDefault(require("antd-mobile/lib/textarea-item"));
10
+ var _react = _interopRequireWildcard(require("react"));
11
+ var _seafileEditor = require("@seafile/seafile-editor");
12
+ var _MobileFullScreenPage = _interopRequireDefault(require("../../../../MobileFullScreenPage"));
13
+ var _lang = require("../../../../lang");
14
+ require("./index.css");
15
+ const Editor = _ref => {
16
+ let {
17
+ value: oldValue,
18
+ title,
19
+ onToggle,
20
+ onChange
21
+ } = _ref;
22
+ const [value, setValue] = (0, _react.useState)(oldValue || '');
23
+ const hasUnSaved = (0, _react.useRef)(false);
24
+ const timer = (0, _react.useRef)(null);
25
+ const rowCounts = (0, _react.useMemo)(() => document.body.offsetWidth < 767.8 ? 10 : 20, []);
26
+ const handleTextChange = (0, _react.useCallback)(newValue => {
27
+ if (value === newValue) return;
28
+ setValue(newValue);
29
+ hasUnSaved.current = true;
30
+ }, [value]);
31
+ const onSave = (0, _react.useCallback)(() => {
32
+ if (!hasUnSaved.current) return;
33
+ const {
34
+ previewText,
35
+ images,
36
+ links,
37
+ checklist
38
+ } = (0, _seafileEditor.getPreviewContent)(value);
39
+ const newValue = Object.assign({}, {
40
+ text: value,
41
+ preview: previewText,
42
+ images: images,
43
+ links: links,
44
+ checklist
45
+ });
46
+ onChange && onChange(newValue);
47
+ hasUnSaved.current = false;
48
+ }, [value, onChange]);
49
+ const handleSave = (0, _react.useCallback)(() => {
50
+ onSave();
51
+ onToggle();
52
+ }, [onSave, onToggle]);
53
+ (0, _react.useEffect)(() => {
54
+ timer.current = setInterval(() => {
55
+ onSave();
56
+ }, 60000);
57
+ return () => {
58
+ onSave();
59
+ clearInterval(timer.current);
60
+ timer.current = null;
61
+ };
62
+ }, [onSave]);
63
+ return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
64
+ className: "mobile-dtable-ui-long-text-editor",
65
+ onLeftClick: onToggle,
66
+ onClose: onToggle,
67
+ onRightClick: handleSave
68
+ }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _lang.getLocale)('Cancel')), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, title), /*#__PURE__*/_react.default.createElement("span", {
69
+ style: {
70
+ color: '#f09f3f'
71
+ }
72
+ }, (0, _lang.getLocale)('Submit')), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
73
+ className: "mobile-dtable-ui-long-text-editor-container"
74
+ }, /*#__PURE__*/_react.default.createElement(_textareaItem.default, {
75
+ rows: rowCounts,
76
+ value: value,
77
+ onChange: handleTextChange
78
+ }))));
79
+ };
80
+ var _default = exports.default = Editor;
@@ -0,0 +1,3 @@
1
+ .mobile-dtable-ui-long-text-formatter {
2
+ min-height: 38px;
3
+ }
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _seafileEditor = require("@seafile/seafile-editor");
10
+ var _lang = require("../../../lang");
11
+ var _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
12
+ var _editor = _interopRequireDefault(require("./editor"));
13
+ require("./index.css");
14
+ class Small extends _react.default.Component {
15
+ constructor(props) {
16
+ super(props);
17
+ this.convertMarkdown = value => {
18
+ const newValue = value && typeof value === 'object' ? value.text : value;
19
+ _seafileEditor.processor.process(newValue).then(result => {
20
+ const innerHtml = String(result).replace(/<a /ig, '<a target="_blank" ');
21
+ this.setState({
22
+ innerHtml
23
+ });
24
+ });
25
+ };
26
+ this.onCommit = value => {
27
+ this.convertMarkdown(value.text);
28
+ this.props.onCommit(value);
29
+ };
30
+ this.openEditor = () => {
31
+ this.setState({
32
+ isShowEditor: true
33
+ });
34
+ };
35
+ this.closeEditor = () => {
36
+ this.setState({
37
+ isShowEditor: false
38
+ });
39
+ };
40
+ this.state = {
41
+ innerHtml: null,
42
+ isShowEditor: false
43
+ };
44
+ }
45
+ componentDidMount() {
46
+ this.convertMarkdown(this.props.value);
47
+ }
48
+ UNSAFE_componentWillReceiveProps(nextProps) {
49
+ var _this$editorRef, _this$editorRef$curre;
50
+ const {
51
+ column,
52
+ row,
53
+ valueKey
54
+ } = nextProps;
55
+ const {
56
+ column: currentColumn,
57
+ row: currentRow
58
+ } = this.props;
59
+ const value = row[column[valueKey]];
60
+ const currentValue = currentRow[currentColumn[valueKey]];
61
+ if (value !== currentValue && !((_this$editorRef = this.editorRef) !== null && _this$editorRef !== void 0 && (_this$editorRef$curre = _this$editorRef.current) !== null && _this$editorRef$curre !== void 0 && _this$editorRef$curre.enableEdit)) {
62
+ this.convertMarkdown(value);
63
+ }
64
+ }
65
+ render() {
66
+ const {
67
+ column
68
+ } = this.props;
69
+ const {
70
+ innerHtml,
71
+ isShowEditor
72
+ } = this.state;
73
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, innerHtml ? /*#__PURE__*/_react.default.createElement("div", {
74
+ className: "mobile-dtable-ui-long-text-formatter article py-2",
75
+ onClick: this.openEditor.bind(this),
76
+ dangerouslySetInnerHTML: {
77
+ __html: this.state.innerHtml
78
+ }
79
+ }) : /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
80
+ className: "py-4",
81
+ onClick: this.openEditor,
82
+ text: (0, _lang.getLocale)('Edit_text')
83
+ }), isShowEditor && /*#__PURE__*/_react.default.createElement(_editor.default, {
84
+ onChange: this.onCommit,
85
+ value: innerHtml,
86
+ onToggle: this.closeEditor,
87
+ title: column.name
88
+ }));
89
+ }
90
+ }
91
+ var _default = exports.default = Small;
@@ -6,242 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- var _dtableUtils = require("dtable-utils");
10
- var _classnames = _interopRequireDefault(require("classnames"));
11
- var _constants = require("../../constants");
12
- var _MultipleSelectEditor = _interopRequireDefault(require("../../MultipleSelectEditor"));
13
- var _lang = require("../../lang");
14
- var _objectUtils = _interopRequireDefault(require("../../utils/object-utils"));
15
- require("./index.css");
16
- class RowExpandMultipleSelectEditor extends _react.default.Component {
17
- constructor(_props) {
18
- super(_props);
19
- this.getOptions = props => {
20
- const {
21
- column
22
- } = props;
23
- return (0, _dtableUtils.getColumnOptions)(column);
24
- };
25
- this.onKeyDown = e => {
26
- if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.showSelectPopover) {
27
- this.setState({
28
- showSelectPopover: true
29
- });
30
- }
31
- };
32
- this.toggleSingleSelect = value => {
33
- this.setState({
34
- showSelectPopover: value
35
- }, () => {
36
- var _this$selectRef;
37
- if (value) return;
38
- // eslint-disable-next-line no-unused-expressions
39
- (_this$selectRef = this.selectRef) === null || _this$selectRef === void 0 ? void 0 : _this$selectRef.focus();
40
- });
41
- };
42
- this.hideDropDownMenu = event => {
43
- if (!event.target) return;
44
- if (!this.ref.contains(event.target) && this.state.showSelectPopover) {
45
- const singleSelectEditor = document.getElementsByClassName('dtable-ui-select-editor-container')[0];
46
- if (singleSelectEditor && singleSelectEditor.contains(event.target)) return;
47
- this.toggleSingleSelect(false);
48
- }
49
- };
50
- this.onToggleSelect = e => {
51
- e.preventDefault();
52
- e.stopPropagation();
53
- const {
54
- updateTabIndex,
55
- columnIndex
56
- } = this.props;
57
- updateTabIndex && updateTabIndex(columnIndex);
58
- this.toggleSingleSelect(true);
59
- };
60
- this.closeEditor = () => {
61
- this.toggleSingleSelect(false);
62
- };
63
- this.onFocus = () => {
64
- const {
65
- updateTabIndex,
66
- columnIndex
67
- } = this.props;
68
- updateTabIndex && updateTabIndex(columnIndex);
69
- };
70
- this.onChange = option => {
71
- const optionKey = option[this.key];
72
- let newValue = this.state.value.slice(0);
73
- const optionKeyIndex = newValue.findIndex(o => o === optionKey);
74
- if (optionKeyIndex === -1) {
75
- newValue.push(optionKey);
76
- } else {
77
- newValue.splice(optionKeyIndex, 1);
78
- }
79
- this.setState({
80
- value: newValue
81
- });
82
- this.props.onCommit(newValue);
83
- };
84
- this.removeOption = (option, event) => {
85
- event.stopPropagation();
86
- this.onChange(option);
87
- };
88
- this.getMultipleSelectList = () => {
89
- const {
90
- value
91
- } = this.state;
92
- if (!Array.isArray(value)) return [];
93
- const selectedOptions = this.options.filter(option => value.includes(option[this.key]));
94
- const selectedOptionIds = selectedOptions.map(option => option[this.key]);
95
- const invalidOptionIds = value.filter(optionId => !selectedOptionIds.includes(optionId));
96
- return selectedOptions.map((option, optionIdx) => {
97
- let textColor = option.textColor || null;
98
- return /*#__PURE__*/_react.default.createElement("div", {
99
- className: "dtable-ui-select-option dtable-ui-multiple-select-option",
100
- style: {
101
- backgroundColor: option.color,
102
- color: textColor
103
- },
104
- title: option.name,
105
- key: optionIdx
106
- }, /*#__PURE__*/_react.default.createElement("span", {
107
- className: "dtable-ui-select-option-name"
108
- }, option.name), /*#__PURE__*/_react.default.createElement("div", {
109
- className: "dtable-ui-select-option-remove"
110
- }, /*#__PURE__*/_react.default.createElement("span", {
111
- className: "remove-icon",
112
- onClick: this.removeOption.bind(this, option),
113
- "aria-label": (0, _lang.getLocale)('Delete')
114
- }, /*#__PURE__*/_react.default.createElement("i", {
115
- className: "dtable-font dtable-icon-fork-number",
116
- style: {
117
- color: textColor === '#FFFFFF' ? textColor : null
118
- },
119
- "aria-hidden": "true"
120
- }))));
121
- }).concat(invalidOptionIds.map((optionId, index) => {
122
- return /*#__PURE__*/_react.default.createElement("div", {
123
- className: "dtable-ui-select-option dtable-ui-multiple-select-option",
124
- style: {
125
- backgroundColor: _constants.DELETED_OPTION_BACKGROUND_COLOR
126
- },
127
- title: (0, _lang.getLocale)(_constants.DELETED_OPTION_TIPS),
128
- key: "deleted-multiple-select-".concat(index)
129
- }, /*#__PURE__*/_react.default.createElement("span", {
130
- className: "dtable-ui-select-option-name"
131
- }, (0, _lang.getLocale)(_constants.DELETED_OPTION_TIPS)), /*#__PURE__*/_react.default.createElement("div", {
132
- className: "dtable-ui-select-option-remove"
133
- }, /*#__PURE__*/_react.default.createElement("span", {
134
- className: "remove-icon",
135
- onClick: this.removeOption.bind(this, {
136
- id: optionId
137
- }),
138
- "aria-label": (0, _lang.getLocale)('Delete')
139
- }, /*#__PURE__*/_react.default.createElement("i", {
140
- className: "dtable-font dtable-icon-fork-number",
141
- "aria-hidden": "true"
142
- }))));
143
- }));
144
- };
145
- this.renderOptions = () => {
146
- const {
147
- isEditorFocus,
148
- classNamePrefix,
149
- placeholder
150
- } = this.props;
151
- const options = this.getMultipleSelectList();
152
- return /*#__PURE__*/_react.default.createElement("div", {
153
- tabIndex: 0,
154
- onFocus: this.onFocus,
155
- onClick: this.onToggleSelect,
156
- ref: ref => this.multipleSelectOptionsRef = ref,
157
- className: (0, _classnames.default)('dtable-ui dtable-ui-row-expand-select-editor custom-select', {
158
- 'focus': isEditorFocus,
159
- ["".concat(classNamePrefix, "-select-editor")]: classNamePrefix
160
- })
161
- }, /*#__PURE__*/_react.default.createElement("div", {
162
- className: (0, _classnames.default)('dtable-ui-row-expand-select-editor-inner', {
163
- ["".concat(classNamePrefix, "-select-editor-inner")]: classNamePrefix
164
- })
165
- }, /*#__PURE__*/_react.default.createElement("div", {
166
- className: (0, _classnames.default)('', {
167
- ["".concat(classNamePrefix, "-select-editor-inner-container")]: classNamePrefix
168
- })
169
- }, options.length > 0 && /*#__PURE__*/_react.default.createElement("div", {
170
- className: (0, _classnames.default)('dtable-ui-row-expand-select-options', {
171
- ["".concat(classNamePrefix, "-select-editor-options")]: classNamePrefix
172
- })
173
- }, options), options.length === 0 && placeholder && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, placeholder)), /*#__PURE__*/_react.default.createElement("i", {
174
- "aria-hidden": "true",
175
- className: "dtable-font dtable-icon-down3"
176
- })));
177
- };
178
- this.state = {
179
- value: _props.value || [],
180
- showSelectPopover: false
181
- };
182
- this.key = _props.valueKey === 'name' ? 'name' : 'id';
183
- this.options = this.getOptions(_props);
184
- this.selectRef = null;
185
- }
186
- componentDidMount() {
187
- document.addEventListener('mousedown', this.hideDropDownMenu);
188
- document.addEventListener('keydown', this.onKeyDown);
189
- }
190
- UNSAFE_componentWillReceiveProps(nextProps) {
191
- const {
192
- value,
193
- column
194
- } = nextProps;
195
- if (value !== this.props.value || !_objectUtils.default.isSameObject(column, this.props.column)) {
196
- this.options = this.getOptions(nextProps);
197
- this.setState({
198
- value
199
- });
200
- }
201
- }
202
- componentDidUpdate(prevProps, prevState) {
203
- if (this.state.showSelectPopover !== prevState.showSelectPopover) {
204
- if (this.state.showSelectPopover === true && this.props.onEditorOpen) {
205
- this.props.onEditorOpen();
206
- }
207
- if (this.state.showSelectPopover === false && this.props.onEditorClose) {
208
- this.props.onEditorClose();
209
- }
210
- }
211
- }
212
- componentWillUnmount() {
213
- document.removeEventListener('mousedown', this.hideDropDownMenu);
214
- document.removeEventListener('keydown', this.onKeyDown);
215
- }
216
- render() {
217
- const {
218
- column,
219
- isSupportNewOption,
220
- onAddNewOption,
221
- classNamePrefix
222
- } = this.props;
223
- const {
224
- showSelectPopover,
225
- value
226
- } = this.state;
227
- return /*#__PURE__*/_react.default.createElement("div", {
228
- className: "position-relative w-100",
229
- ref: ref => this.ref = ref
230
- }, this.renderOptions(), /*#__PURE__*/_react.default.createElement("span", {
231
- ref: ref => this.targetRef = ref
232
- }), showSelectPopover && /*#__PURE__*/_react.default.createElement(_MultipleSelectEditor.default, {
233
- isInModal: true,
234
- options: this.options,
235
- column: column,
236
- value: value,
237
- valueKey: this.key,
238
- target: this.targetRef,
239
- classNamePrefix: classNamePrefix,
240
- onCommit: this.onChange,
241
- isSupportNewOption: isSupportNewOption,
242
- onAddNewOption: onAddNewOption,
243
- onClose: this.closeEditor
244
- }));
245
- }
246
- }
9
+ var _reactResponsive = _interopRequireDefault(require("react-responsive"));
10
+ var _lg = _interopRequireDefault(require("./lg"));
11
+ var _sm = _interopRequireDefault(require("./sm"));
12
+ const RowExpandMultipleSelectEditor = props => {
13
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
14
+ query: "(min-width: 768px)"
15
+ }, /*#__PURE__*/_react.default.createElement(_lg.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
16
+ query: "(max-width: 768px)"
17
+ }, /*#__PURE__*/_react.default.createElement(_sm.default, props)));
18
+ };
247
19
  var _default = exports.default = RowExpandMultipleSelectEditor;
@@ -1,4 +1,4 @@
1
- @import url('../RowExpandSingleSelectorEditor/index.css');
1
+ @import url('../../RowExpandSingleSelectorEditor/lg/index.css');
2
2
 
3
3
  .dtable-ui-row-expand-select-options {
4
4
  min-height: 30px;