dtable-ui-component 5.3.1-beta6 → 5.3.2

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 (247) hide show
  1. package/lib/CheckboxEditor/index.css +20 -3
  2. package/lib/CheckboxEditor/index.js +35 -98
  3. package/lib/CheckboxFormatter/index.js +9 -6
  4. package/lib/CollaboratorEditor/index.css +35 -12
  5. package/lib/CollaboratorEditor/index.js +212 -18
  6. package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.js +29 -26
  7. package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js +97 -0
  8. package/lib/CollaboratorItem/index.css +1 -1
  9. package/lib/CollaboratorItem/index.js +2 -6
  10. package/lib/DTableFiltersPopover/utils/index.js +7 -1
  11. package/lib/DTableFiltersPopover/widgets/filter-calendar.js +2 -2
  12. package/lib/DTableGroupSelect/select-option-group.css +17 -17
  13. package/lib/DTableGroupSelect/select-option-group.js +1 -1
  14. package/lib/DTableSelect/index.js +1 -3
  15. package/lib/DateEditor/index.js +51 -14
  16. package/lib/DateEditor/pc-date-editor-popover.js +12 -145
  17. package/lib/Department-editor/department-single-select.js +1 -1
  18. package/lib/Department-editor/index.js +4 -3
  19. package/lib/DepartmentSingleSelectFormatter/index.js +1 -2
  20. package/lib/FileEditor/index.js +11 -258
  21. package/lib/FileEditor/pc-files-addition/index.js +1 -0
  22. package/lib/FileEditor/pc-files-addition/pc-file-uploaded-item.js +1 -0
  23. package/lib/FileEditor/pc-files-preview/index.js +1 -0
  24. package/lib/FileEditor/pc-files-preview/pc-file-item-preview.js +1 -0
  25. package/lib/FileItemFormatter/assets/file/192/excel.png +0 -0
  26. package/lib/FileItemFormatter/assets/file/192/file.png +0 -0
  27. package/lib/FileItemFormatter/assets/file/192/music.png +0 -0
  28. package/lib/FileItemFormatter/assets/file/192/pdf.png +0 -0
  29. package/lib/FileItemFormatter/assets/file/192/pic.png +0 -0
  30. package/lib/FileItemFormatter/assets/file/192/ppt.png +0 -0
  31. package/lib/FileItemFormatter/assets/file/192/txt.png +0 -0
  32. package/lib/FileItemFormatter/assets/file/192/video.png +0 -0
  33. package/lib/FileItemFormatter/assets/file/192/word.png +0 -0
  34. package/lib/FileItemFormatter/assets/file/24/excel.png +0 -0
  35. package/lib/FileItemFormatter/assets/file/24/file.png +0 -0
  36. package/lib/FileItemFormatter/assets/file/24/music.png +0 -0
  37. package/lib/FileItemFormatter/assets/file/24/pdf.png +0 -0
  38. package/lib/FileItemFormatter/assets/file/24/pic.png +0 -0
  39. package/lib/FileItemFormatter/assets/file/24/ppt.png +0 -0
  40. package/lib/FileItemFormatter/assets/file/24/txt.png +0 -0
  41. package/lib/FileItemFormatter/assets/file/24/video.png +0 -0
  42. package/lib/FileItemFormatter/assets/file/24/word.png +0 -0
  43. package/lib/FileItemFormatter/assets/folder/folder-192.png +0 -0
  44. package/lib/FileItemFormatter/assets/folder/folder-24.png +0 -0
  45. package/lib/FileItemFormatter/index.js +20 -19
  46. package/lib/FileItemFormatter/utils.js +99 -0
  47. package/lib/FileUploader/index.js +14 -268
  48. package/lib/FormulaFormatter/index.js +1 -2
  49. package/lib/FormulaFormatter/utils.js +31 -0
  50. package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
  51. package/lib/MultipleSelectEditor/index.css +9 -0
  52. package/lib/MultipleSelectEditor/index.js +177 -16
  53. package/lib/NumberEditor/index.js +77 -64
  54. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.css +1 -1
  55. package/lib/{RowExpandFormatter/RowExpandEmailFormatter → RowExpandEmailFormatter}/index.js +1 -1
  56. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.css +6 -6
  57. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/index.js +1 -3
  58. package/lib/{RowExpandFormatter/RowExpandFileFormatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +11 -10
  59. package/lib/RowExpandFormatter/index.css +1 -27
  60. package/lib/RowExpandFormatter/index.js +100 -83
  61. package/lib/{RowExpandFormatter/RowExpandFormulaFormatter → RowExpandFormulaFormatter}/index.js +10 -11
  62. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.css +6 -6
  63. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/index.js +1 -1
  64. package/lib/{RowExpandFormatter/RowExpandImageFormatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +3 -3
  65. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +1 -1
  66. package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.js +6 -6
  67. package/lib/RowExpandLinkFormatter/utils.js +71 -0
  68. package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.css +1 -1
  69. package/lib/RowExpandUrlFormatter/index.css +1 -0
  70. package/lib/{RowExpandFormatter/RowExpandUrlFormatter → RowExpandUrlFormatter}/index.js +3 -4
  71. package/lib/SingleSelectEditor/index.css +14 -0
  72. package/lib/SingleSelectEditor/index.js +156 -16
  73. package/lib/TextEditor/index.js +42 -113
  74. package/lib/constants/index.js +2 -34
  75. package/lib/css/cell-editor.css +2 -18
  76. package/lib/index.js +46 -74
  77. package/lib/lang/index.js +16 -19
  78. package/lib/locals/de.js +103 -0
  79. package/lib/locals/en.js +104 -0
  80. package/lib/locals/es.js +103 -0
  81. package/lib/locals/fr.js +103 -0
  82. package/lib/locals/pt.js +103 -0
  83. package/lib/locals/ru.js +103 -0
  84. package/lib/locals/zh-CN.js +104 -0
  85. package/lib/select-editor/index.js +6 -6
  86. package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.js +3 -3
  87. package/lib/select-editor/pc-select-editor-popover/index.css +71 -0
  88. package/lib/select-editor/pc-select-editor-popover/index.js +122 -0
  89. package/lib/utils/editor-utils.js +6 -1
  90. package/lib/utils/url.js +8 -121
  91. package/lib/utils/utils.js +2 -145
  92. package/package.json +2 -3
  93. package/lib/CollaboratorEditor/pc-collaborator-editor/index.js +0 -257
  94. package/lib/Comment/body/comment.js +0 -190
  95. package/lib/Comment/body/index.css +0 -95
  96. package/lib/Comment/body/index.js +0 -32
  97. package/lib/Comment/footer/btns/index.css +0 -40
  98. package/lib/Comment/footer/btns/index.js +0 -113
  99. package/lib/Comment/footer/index.css +0 -157
  100. package/lib/Comment/footer/index.js +0 -170
  101. package/lib/Comment/footer/input/index.css +0 -52
  102. package/lib/Comment/footer/input/index.js +0 -448
  103. package/lib/Comment/footer/input/participant/index.css +0 -0
  104. package/lib/Comment/footer/input/participant/index.js +0 -53
  105. package/lib/Comment/footer/participants/index.css +0 -22
  106. package/lib/Comment/footer/participants/index.js +0 -68
  107. package/lib/Comment/footer/participants/participant/index.css +0 -5
  108. package/lib/Comment/footer/participants/participant/index.js +0 -32
  109. package/lib/Comment/footer/participants/participant-select/index.css +0 -104
  110. package/lib/Comment/footer/participants/participant-select/index.js +0 -182
  111. package/lib/Comment/index.css +0 -19
  112. package/lib/Comment/index.js +0 -305
  113. package/lib/Comment/model.js +0 -25
  114. package/lib/Comment/utils/common.js +0 -62
  115. package/lib/Comment/utils/index.js +0 -27
  116. package/lib/Comment/utils/utilities.js +0 -176
  117. package/lib/DeleteTip/index.js +0 -50
  118. package/lib/DigitalSignEditor/constants.js +0 -7
  119. package/lib/DigitalSignEditor/index.css +0 -69
  120. package/lib/DigitalSignEditor/index.js +0 -182
  121. package/lib/DigitalSignEditor/service.js +0 -38
  122. package/lib/DigitalSignEditor/signature-board/index.css +0 -35
  123. package/lib/DigitalSignEditor/signature-board/index.js +0 -135
  124. package/lib/DigitalSignEditor/signature-board/signature-tool.js +0 -396
  125. package/lib/DigitalSignEditor/utils.js +0 -29
  126. package/lib/DurationEditor/index.js +0 -111
  127. package/lib/EmailEditor/index.js +0 -59
  128. package/lib/FileEditor/addition-previewer/index.css +0 -1
  129. package/lib/FileEditor/addition-previewer/index.js +0 -52
  130. package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
  131. package/lib/FileEditor/addition-previewer/local-file-addition/index.js +0 -252
  132. package/lib/FileEditor/constants.js +0 -7
  133. package/lib/FileEditor/files-previewer/file-previewer/dropdown-menu.js +0 -74
  134. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.css +0 -5
  135. package/lib/FileEditor/files-previewer/file-previewer/file-name-editor/index.js +0 -77
  136. package/lib/FileEditor/files-previewer/file-previewer/index.css +0 -88
  137. package/lib/FileEditor/files-previewer/file-previewer/index.js +0 -167
  138. package/lib/FileEditor/files-previewer/index.css +0 -56
  139. package/lib/FileEditor/files-previewer/index.js +0 -277
  140. package/lib/FileEditor/index.css +0 -6
  141. package/lib/FileEditor/utils.js +0 -22
  142. package/lib/FileUploader/index.css +0 -9
  143. package/lib/GeolocationEditor/country-editor.js +0 -319
  144. package/lib/GeolocationEditor/index.css +0 -641
  145. package/lib/GeolocationEditor/index.js +0 -241
  146. package/lib/GeolocationEditor/location-editor.js +0 -368
  147. package/lib/GeolocationEditor/map-editor/index.js +0 -456
  148. package/lib/GeolocationEditor/map-editor/large-editor/index.css +0 -137
  149. package/lib/GeolocationEditor/map-editor/large-editor/index.js +0 -461
  150. package/lib/GeolocationEditor/map-editor-utils.js +0 -153
  151. package/lib/GeolocationEditor/map-selection-editor/index.js +0 -455
  152. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.css +0 -1
  153. package/lib/GeolocationEditor/map-selection-editor/large-editor/index.js +0 -447
  154. package/lib/GeolocationEditor/parse-geolocation.js +0 -282
  155. package/lib/GeolocationEditor/province-city-editor.js +0 -292
  156. package/lib/GeolocationEditor/province-editor.js +0 -226
  157. package/lib/GeolocationEditor/selector-header-item.js +0 -28
  158. package/lib/GeolocationEditor/selector-list.js +0 -33
  159. package/lib/GeolocationEditor/with-ref.js +0 -27
  160. package/lib/ImageEditor/addition-previewer/image-link/index.css +0 -45
  161. package/lib/ImageEditor/addition-previewer/image-link/index.js +0 -73
  162. package/lib/ImageEditor/addition-previewer/index.css +0 -106
  163. package/lib/ImageEditor/addition-previewer/index.js +0 -63
  164. package/lib/ImageEditor/addition-previewer/local-image-addition/index.css +0 -125
  165. package/lib/ImageEditor/addition-previewer/local-image-addition/index.js +0 -254
  166. package/lib/ImageEditor/constants.js +0 -7
  167. package/lib/ImageEditor/images-previewer/image-preview/index.css +0 -59
  168. package/lib/ImageEditor/images-previewer/image-preview/index.js +0 -155
  169. package/lib/ImageEditor/images-previewer/index.css +0 -18
  170. package/lib/ImageEditor/images-previewer/index.js +0 -140
  171. package/lib/ImageEditor/index.css +0 -24
  172. package/lib/ImageEditor/index.js +0 -194
  173. package/lib/ImageThumbnail/index.css +0 -20
  174. package/lib/ImageThumbnail/index.js +0 -136
  175. package/lib/RowExpandDialog/body/index.css +0 -21
  176. package/lib/RowExpandDialog/body/index.js +0 -262
  177. package/lib/RowExpandDialog/column-content/index.css +0 -44
  178. package/lib/RowExpandDialog/column-content/index.js +0 -50
  179. package/lib/RowExpandDialog/header/index.css +0 -31
  180. package/lib/RowExpandDialog/header/index.js +0 -55
  181. package/lib/RowExpandDialog/index.css +0 -24
  182. package/lib/RowExpandDialog/index.js +0 -252
  183. package/lib/RowExpandEditor/RowExpandAddBtn/index.css +0 -22
  184. package/lib/RowExpandEditor/RowExpandAddBtn/index.js +0 -24
  185. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.css +0 -18
  186. package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +0 -43
  187. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.css +0 -5
  188. package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +0 -232
  189. package/lib/RowExpandEditor/RowExpandDateEditor/index.js +0 -130
  190. package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +0 -129
  191. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.css +0 -13
  192. package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +0 -208
  193. package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +0 -105
  194. package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
  195. package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +0 -125
  196. package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
  197. package/lib/RowExpandEditor/RowExpandFileEditor/index.js +0 -146
  198. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.css +0 -17
  199. package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +0 -165
  200. package/lib/RowExpandEditor/RowExpandImageEditor/index.css +0 -6
  201. package/lib/RowExpandEditor/RowExpandImageEditor/index.js +0 -170
  202. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.css +0 -6
  203. package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +0 -123
  204. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.css +0 -44
  205. package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +0 -224
  206. package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +0 -105
  207. package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
  208. package/lib/RowExpandEditor/RowExpandRateEditor/index.js +0 -152
  209. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.css +0 -58
  210. package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +0 -192
  211. package/lib/RowExpandEditor/RowExpandTextEditor/index.css +0 -4
  212. package/lib/RowExpandEditor/RowExpandTextEditor/index.js +0 -127
  213. package/lib/RowExpandEditor/RowExpandUrlEditor/index.css +0 -31
  214. package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +0 -130
  215. package/lib/RowExpandEditor/constants.js +0 -44
  216. package/lib/RowExpandEditor/index.css +0 -0
  217. package/lib/RowExpandEditor/index.js +0 -32
  218. package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +0 -27
  219. package/lib/RowExpandFormatter/RowExpandUrlFormatter/index.css +0 -1
  220. package/lib/RowExpandFormatter/constants.js +0 -60
  221. package/lib/UploadProgress/index.js +0 -38
  222. package/lib/UrlEditor/index.js +0 -62
  223. package/lib/common/editor-base.js +0 -53
  224. package/lib/constants/file.js +0 -96
  225. package/lib/constants/key-codes.js +0 -109
  226. package/lib/hooks/index.js +0 -16
  227. package/lib/locales/de.json +0 -167
  228. package/lib/locales/en.json +0 -167
  229. package/lib/locales/es.json +0 -167
  230. package/lib/locales/fr.json +0 -167
  231. package/lib/locales/pt.json +0 -167
  232. package/lib/locales/ru.json +0 -167
  233. package/lib/locales/zh-CN.json +0 -167
  234. package/lib/select-editor/pc-select-editor/index.css +0 -85
  235. package/lib/select-editor/pc-select-editor/index.js +0 -290
  236. package/lib/utils/cell-comparer.js +0 -35
  237. package/lib/utils/cell.js +0 -55
  238. package/lib/utils/column-utils.js +0 -25
  239. package/lib/utils/get-event-transfer.js +0 -75
  240. package/lib/utils/hotkey.js +0 -37
  241. package/lib/utils/object-utils.js +0 -61
  242. /package/lib/CollaboratorEditor/{mb-collaborator-editor → mb-collaborator-editor-popover}/index.css +0 -0
  243. /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-collaborator-editor-popover}/index.css +0 -0
  244. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/index.css +0 -0
  245. /package/lib/{RowExpandFormatter/RowExpandLinkFormatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
  246. /package/lib/{RowExpandFormatter/RowExpandRateFormatter → RowExpandRateFormatter}/index.js +0 -0
  247. /package/lib/select-editor/{mb-select-editor → mb-select-editor-popover}/index.css +0 -0
@@ -1,53 +0,0 @@
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
- class Participant extends _react.default.Component {
10
- constructor() {
11
- super(...arguments);
12
- this.onSelect = event => {
13
- event.stopPropagation();
14
- event.preventDefault();
15
- this.props.onSelect();
16
- };
17
- }
18
- UNSAFE_componentWillReceiveProps(nextProps) {
19
- if (nextProps.showParticipantActiveIndex === this.props.participantIndex && nextProps.showParticipantActiveIndex !== this.props.showParticipantActiveIndex) {
20
- let offsetHeight = this.participantItem.offsetHeight;
21
- let offsetTop = this.participantItem.offsetTop;
22
- if (nextProps.showParticipantActiveIndex > this.props.showParticipantActiveIndex) {
23
- this.props.setScrollTop(offsetTop, offsetHeight, 'down');
24
- } else {
25
- this.props.setScrollTop(offsetTop, offsetHeight, 'up');
26
- }
27
- }
28
- }
29
- render() {
30
- const {
31
- participant,
32
- index,
33
- activeIndex
34
- } = this.props;
35
- const active = index === activeIndex;
36
- return /*#__PURE__*/_react.default.createElement("div", {
37
- className: "comment-participant-item ".concat(active ? 'active' : ''),
38
- ref: ref => this.participantItem = ref,
39
- onClick: this.onSelect
40
- }, /*#__PURE__*/_react.default.createElement("div", {
41
- className: "comment-participant-container"
42
- }, /*#__PURE__*/_react.default.createElement("div", {
43
- className: "comment-participant text-truncate"
44
- }, /*#__PURE__*/_react.default.createElement("img", {
45
- className: "comment-dtable-ui-participant-avatar ml-2",
46
- alt: participant.name,
47
- src: participant.avatar_url
48
- }), /*#__PURE__*/_react.default.createElement("span", {
49
- className: "comment-participant-name"
50
- }, participant.name))));
51
- }
52
- }
53
- var _default = exports.default = Participant;
@@ -1,22 +0,0 @@
1
- .dtable-ui-comments-participants {
2
- min-height: 28px;
3
- }
4
-
5
- .dtable-ui-comments-participants .dtable-ui-participants-add {
6
- position: absolute;
7
- cursor: pointer;
8
- bottom: -3px;
9
- }
10
-
11
- .dtable-ui-comments-participants .dtable-ui-participants-add i {
12
- background-color: #fff;
13
- font-size: 16px;
14
- color: #FF8000;
15
- border: 2px solid #fff;
16
- border-radius: 50%;
17
- }
18
-
19
- .dtable-ui-comments-participants .dtable-ui-participant-avatar,
20
- .dtable-ui-comments-participants .dtable-ui-participants-add {
21
- margin-right: -0.5rem;
22
- }
@@ -1,68 +0,0 @@
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 _reactstrap = require("reactstrap");
10
- var _participant = _interopRequireDefault(require("./participant"));
11
- var _participantSelect = _interopRequireDefault(require("./participant-select"));
12
- var _lang = require("../../../lang");
13
- require("./index.css");
14
- class Participants extends _react.default.Component {
15
- constructor(props) {
16
- super(props);
17
- this.closeParticipantSelect = () => {
18
- this.setState({
19
- showParticipantSelect: false
20
- });
21
- };
22
- this.toggleParticipantSelect = () => {
23
- this.setState({
24
- showParticipantSelect: !this.state.showParticipantSelect
25
- });
26
- };
27
- this.state = {
28
- showParticipantSelect: false
29
- };
30
- }
31
- render() {
32
- const {
33
- canUpdate,
34
- participants,
35
- collaborators
36
- } = this.props;
37
- return /*#__PURE__*/_react.default.createElement("div", {
38
- className: "dtable-ui-comments-participants mb-2 position-relative",
39
- ref: ref => this.ref = ref
40
- }, participants.map(participant => {
41
- return /*#__PURE__*/_react.default.createElement(_participant.default, {
42
- participant: participant,
43
- key: participant.email
44
- });
45
- }), canUpdate && /*#__PURE__*/_react.default.createElement("span", {
46
- className: "dtable-ui-participants-add",
47
- onClick: this.toggleParticipantSelect,
48
- ref: ref => this.addIcon = ref
49
- }, /*#__PURE__*/_react.default.createElement("i", {
50
- "aria-hidden": "true",
51
- className: "dtable-font dtable-icon-add"
52
- })), this.addIcon && /*#__PURE__*/_react.default.createElement(_reactstrap.UncontrolledTooltip, {
53
- delay: {
54
- show: 0,
55
- hide: 0
56
- },
57
- target: this.addIcon,
58
- placement: "bottom"
59
- }, (0, _lang.getLocale)('Add_participants')), this.ref && this.state.showParticipantSelect && /*#__PURE__*/_react.default.createElement(_participantSelect.default, {
60
- target: this.ref,
61
- participants: participants,
62
- collaborators: collaborators,
63
- onChange: this.props.onChange,
64
- onClose: this.closeParticipantSelect
65
- }));
66
- }
67
- }
68
- var _default = exports.default = Participants;
@@ -1,5 +0,0 @@
1
- .dtable-ui-comments-participants .dtable-ui-participant-avatar .avatar {
2
- width: 28px;
3
- height: 28px;
4
- border: 2px solid #fff;
5
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _react = _interopRequireWildcard(require("react"));
9
- var _reactstrap = require("reactstrap");
10
- require("./index.css");
11
- const Participant = _ref => {
12
- let {
13
- participant
14
- } = _ref;
15
- const ref = (0, _react.useRef)(null);
16
- return /*#__PURE__*/_react.default.createElement("span", {
17
- className: "dtable-ui-participant-avatar"
18
- }, /*#__PURE__*/_react.default.createElement("img", {
19
- src: participant.avatar_url,
20
- className: "avatar",
21
- ref: ref,
22
- alt: "avatar"
23
- }), ref.current && /*#__PURE__*/_react.default.createElement(_reactstrap.UncontrolledTooltip, {
24
- delay: {
25
- show: 0,
26
- hide: 0
27
- },
28
- target: ref,
29
- placement: "bottom"
30
- }, participant.name));
31
- };
32
- var _default = exports.default = Participant;
@@ -1,104 +0,0 @@
1
- .dtable-ui-participants-editor {
2
- min-height: 160px;
3
- width: 280px;
4
- left: -140px;
5
- }
6
-
7
- /* header */
8
- .dtable-ui-participants-editor .dtable-ui-participants-editor-header {
9
- background-color: #f6f6f6;
10
- padding: 5px 10px 3px;
11
- border-bottom: 1px solid #dde2ea;
12
- border-radius: 3px 3px 0 0;
13
- min-height: 34px;
14
- }
15
-
16
- .dtable-ui-participants-editor .dtable-ui-participants-editor-header .dtable-ui-participant {
17
- display: inline-flex;
18
- height: 20px;
19
- margin-right: 10px;
20
- padding: 0 8px 0 2px;
21
- font-size: 13px;
22
- border-radius: 10px;
23
- background: #eaeaea;
24
- }
25
-
26
- /* search */
27
- .dtable-ui-participants-editor .dtable-ui-participants-editor-search {
28
- padding: 10px;
29
- }
30
-
31
- .dtable-ui-participants-editor .dtable-ui-participants-editor-search input {
32
- height: 28px;
33
- }
34
-
35
-
36
- /* container */
37
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container {
38
- max-height: 200px;
39
- padding: 0 0 10px;
40
- overflow: auto;
41
- }
42
-
43
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-item {
44
- display: flex;
45
- align-items: center;
46
- padding: 0 8px 0 0;
47
- }
48
-
49
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-item:hover {
50
- background: none;
51
- }
52
-
53
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-container {
54
- display: flex;
55
- align-items: center;
56
- width: 100%;
57
- height: 30px;
58
- border-radius: 2px;
59
- font-size: 14px;
60
- }
61
-
62
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-container:hover {
63
- background: #f5f5f5;
64
- cursor: pointer;
65
- }
66
-
67
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant {
68
- flex: 1;
69
- display: flex;
70
- align-items: center;
71
- max-width: calc(100% - 20px);
72
- }
73
-
74
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-avatar {
75
- width: 16px;
76
- height: 16px;
77
- line-height: 16px;
78
- margin-left: 10px;
79
- }
80
-
81
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-name {
82
- margin-left: 4px;
83
- flex: 1;
84
- color: #16181b;
85
- }
86
-
87
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-check-icon {
88
- width: 20px;
89
- text-align: center;
90
- }
91
-
92
- .dtable-ui-participants-editor .dtable-ui-participants-editor-participants-container .dtable-ui-participant-check-icon .dtable-font {
93
- font-size: 12px;
94
- color: #798d99;
95
- }
96
-
97
- /* none */
98
- .dtable-ui-participants-editor .none-search-result {
99
- width: 100%;
100
- padding: 10px;
101
- font-size: 14px;
102
- opacity: 0.5;
103
- display: inline-block;
104
- }
@@ -1,182 +0,0 @@
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 _reactstrap = require("reactstrap");
11
- var _dtableUtils = require("dtable-utils");
12
- var _lang = require("../../../../lang");
13
- var _CollaboratorItem = _interopRequireDefault(require("../../../../CollaboratorItem"));
14
- require("./index.css");
15
- class ParticipantSelect extends _react.Component {
16
- constructor(props) {
17
- super(props);
18
- this.registerHandlers = () => {
19
- document.addEventListener('mousedown', this.handleOutsideClick);
20
- };
21
- this.unregisterHandlers = () => {
22
- document.removeEventListener('mousedown', this.handleOutsideClick);
23
- };
24
- this.handleOutsideClick = e => {
25
- if (!this.participantsRef.contains(e.target)) {
26
- this.unregisterHandlers();
27
- if (e.target.className === 'dtable-ui-participants-add' || e.target.parentNode.className === 'dtable-ui-participants-add') {
28
- return;
29
- }
30
- this.props.onClose();
31
- }
32
- };
33
- this.getFilteredParticipants = () => {
34
- let {
35
- collaborators
36
- } = window.app.state;
37
- let {
38
- searchVal
39
- } = this.state;
40
- return (0, _dtableUtils.searchCollaborators)(collaborators, searchVal);
41
- };
42
- this.removeParticipant = participant => {
43
- let {
44
- participants
45
- } = this.state;
46
- let updatedValue = participants.slice(0);
47
- let participant_index = participants.findIndex(participantItem => participantItem.email === participant.email);
48
- updatedValue.splice(participant_index, 1);
49
- this.props.onChange(updatedValue);
50
- this.setState({
51
- participants: updatedValue
52
- });
53
- };
54
- this.onChangeSearch = event => {
55
- let {
56
- searchVal
57
- } = this.state;
58
- if (searchVal === event.target.value) {
59
- return;
60
- }
61
- searchVal = event.target.value;
62
- this.setState({
63
- searchVal
64
- });
65
- };
66
- this.onSelectParticipant = participant => {
67
- let {
68
- participants
69
- } = this.state;
70
- participants = participants.slice(0);
71
- let participant_index = participants.findIndex(participantItem => participantItem.email === participant.email);
72
- if (participant_index > -1) {
73
- participants.splice(participant_index, 1);
74
- } else {
75
- participants.push(participant);
76
- }
77
- this.props.onChange(participants);
78
- this.setState({
79
- participants
80
- });
81
- };
82
- this.renderMenuContent = () => {
83
- let {
84
- participants
85
- } = this.state;
86
- let filteredParticipants = this.getFilteredParticipants();
87
- if (filteredParticipants.length > 0) {
88
- return filteredParticipants.map(participant => {
89
- let selectedIndex = participants.findIndex(item => item.email === participant.email);
90
- return /*#__PURE__*/_react.default.createElement("div", {
91
- key: participant.email,
92
- className: "dropdown-item dtable-ui-participant-item",
93
- onClick: this.onSelectParticipant.bind(this, participant)
94
- }, /*#__PURE__*/_react.default.createElement("div", {
95
- className: "dtable-ui-participant-container"
96
- }, /*#__PURE__*/_react.default.createElement("div", {
97
- className: "dtable-ui-participant"
98
- }, /*#__PURE__*/_react.default.createElement("img", {
99
- className: "dtable-ui-participant-avatar",
100
- alt: participant.name,
101
- src: participant.avatar_url
102
- }), /*#__PURE__*/_react.default.createElement("span", {
103
- className: "dtable-ui-participant-name text-truncate"
104
- }, participant.name)), /*#__PURE__*/_react.default.createElement("div", {
105
- className: "dtable-ui-participant-check-icon"
106
- }, selectedIndex > -1 && /*#__PURE__*/_react.default.createElement("i", {
107
- "aria-hidden": "true",
108
- className: "dtable-font dtable-icon-check-mark"
109
- }))));
110
- });
111
- } else {
112
- return /*#__PURE__*/_react.default.createElement("span", {
113
- className: "none-search-result"
114
- }, (0, _lang.getLocale)('No_collaborators_available'));
115
- }
116
- };
117
- this.state = {
118
- participants: props.participants || [],
119
- searchVal: ''
120
- };
121
- }
122
- componentDidMount() {
123
- let collaboratorListHeight = this.participantsRef.offsetHeight;
124
- this.participantsRef.style.top = "".concat(-collaboratorListHeight + 10, "px");
125
- this.registerHandlers();
126
- }
127
- componentDidUpdate() {
128
- let collaboratorListHeight = this.participantsRef.offsetHeight;
129
- this.participantsRef.style.top = "".concat(-collaboratorListHeight + 10, "px");
130
- }
131
- componentWillUnmount() {
132
- this.unregisterHandlers();
133
- }
134
- renderParticipantList() {
135
- const {
136
- collaborators
137
- } = this.props;
138
- const selectedParticipants = collaborators.filter(item => {
139
- return this.state.participants.find(participant => participant.email === item.email);
140
- });
141
- if (selectedParticipants.length === 0) return null;
142
- return /*#__PURE__*/_react.default.createElement("div", {
143
- className: "dtable-ui-participants-editor-header"
144
- }, selectedParticipants.map(participant => {
145
- return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
146
- key: participant.email,
147
- collaborator: participant,
148
- className: "dtable-ui-participant",
149
- enableDeleteCollaborator: true,
150
- onDeleteCollaborator: this.removeParticipant
151
- });
152
- }));
153
- }
154
- render() {
155
- const {
156
- target
157
- } = this.props;
158
- return /*#__PURE__*/_react.default.createElement("div", {
159
- ref: ref => this.outerRef = ref
160
- }, /*#__PURE__*/_react.default.createElement(_reactstrap.Popover, {
161
- placement: "top",
162
- isOpen: true,
163
- target: target,
164
- fade: false,
165
- hideArrow: true
166
- }, /*#__PURE__*/_react.default.createElement("div", {
167
- className: "dropdown-menu dtable-ui-participants-editor show m-0 p-0",
168
- ref: ref => this.participantsRef = ref
169
- }, this.renderParticipantList(), /*#__PURE__*/_react.default.createElement("div", {
170
- className: "dtable-ui-participants-editor-search"
171
- }, /*#__PURE__*/_react.default.createElement("input", {
172
- className: "form-control",
173
- type: "text",
174
- placeholder: (0, _lang.getLocale)('Search_collaborator'),
175
- value: this.state.searchVal,
176
- onChange: this.onChangeSearch
177
- })), /*#__PURE__*/_react.default.createElement("div", {
178
- className: "dtable-ui-participants-editor-participants-container"
179
- }, this.renderMenuContent()))));
180
- }
181
- }
182
- var _default = exports.default = ParticipantSelect;
@@ -1,19 +0,0 @@
1
- .dtable-ui-comments {
2
- border-left: 1px solid #e6e6dd;
3
- display: flex;
4
- flex-direction: column;
5
- flex: 1 1 auto;
6
- overflow: auto;
7
- border-left: 0;
8
- }
9
-
10
- .dtable-ui-comments .dtable-ui-comments-body {
11
- flex: 1;
12
- overflow-y: auto;
13
- padding: 1rem 0.75rem;
14
- }
15
-
16
- .dtable-ui-participant-avatar {
17
- border-radius: 50%;
18
- vertical-align: middle;
19
- }