dtable-ui-component 0.1.75-beta8 → 0.1.77

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 (91) hide show
  1. package/README.md +20 -2
  2. package/lib/{components/cell-editor/checkbox-editor.js → CheckboxEditor/index.js} +0 -0
  3. package/lib/CollaboratorEditor/index.css +48 -0
  4. package/lib/{components/cell-editor/collaborator-editor.js → CollaboratorEditor/index.js} +6 -5
  5. package/lib/CollaboratorEditor/mb-collaborator-editor-popover/index.css +86 -0
  6. package/lib/{components/cell-editor-popover/mb-collaborator-editor-popover.js → CollaboratorEditor/mb-collaborator-editor-popover/index.js} +2 -1
  7. package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.css +1 -0
  8. package/lib/{components/cell-editor-popover/pc-collaborator-editor-popover.js → CollaboratorEditor/pc-collaborator-editor-popover/index.js} +2 -1
  9. package/lib/DateEditor/index.css +4 -0
  10. package/lib/{components/cell-editor/date-editor.js → DateEditor/index.js} +5 -4
  11. package/lib/{css → DateEditor/mb-date-editor-popover}/custom-rc-calendar.css +0 -0
  12. package/lib/DateEditor/mb-date-editor-popover/index.css +45 -0
  13. package/lib/{components/cell-editor-popover/mb-date-editor-popover.js → DateEditor/mb-date-editor-popover/index.js} +10 -10
  14. package/lib/{components/cell-editor-popover → DateEditor}/pc-date-editor-popover.js +2 -2
  15. package/lib/{components/common/edit-editor-button.js → EditEditorButton/index.js} +0 -0
  16. package/lib/{components/cell-editor-dialog/pc-file-editor-dialog.js → FileEditor/index.js} +10 -10
  17. package/lib/{components/cell-editor-dialog → FileEditor}/pc-files-addition/index.js +0 -0
  18. package/lib/{components/cell-editor-dialog → FileEditor}/pc-files-addition/pc-file-uploaded-item.js +0 -0
  19. package/lib/{components/cell-editor-dialog → FileEditor}/pc-files-preview/index.js +0 -0
  20. package/lib/{components/cell-editor-dialog → FileEditor}/pc-files-preview/pc-file-item-preview.js +0 -0
  21. package/lib/{assets/images → FileItemFormatter/assets}/file/192/excel.png +0 -0
  22. package/lib/{assets/images → FileItemFormatter/assets}/file/192/file.png +0 -0
  23. package/lib/{assets/images → FileItemFormatter/assets}/file/192/music.png +0 -0
  24. package/lib/{assets/images → FileItemFormatter/assets}/file/192/pdf.png +0 -0
  25. package/lib/{assets/images → FileItemFormatter/assets}/file/192/pic.png +0 -0
  26. package/lib/{assets/images → FileItemFormatter/assets}/file/192/ppt.png +0 -0
  27. package/lib/{assets/images → FileItemFormatter/assets}/file/192/txt.png +0 -0
  28. package/lib/{assets/images → FileItemFormatter/assets}/file/192/video.png +0 -0
  29. package/lib/{assets/images → FileItemFormatter/assets}/file/192/word.png +0 -0
  30. package/lib/{assets/images → FileItemFormatter/assets}/file/24/excel.png +0 -0
  31. package/lib/{assets/images → FileItemFormatter/assets}/file/24/file.png +0 -0
  32. package/lib/{assets/images → FileItemFormatter/assets}/file/24/music.png +0 -0
  33. package/lib/{assets/images → FileItemFormatter/assets}/file/24/pdf.png +0 -0
  34. package/lib/{assets/images → FileItemFormatter/assets}/file/24/pic.png +0 -0
  35. package/lib/{assets/images → FileItemFormatter/assets}/file/24/ppt.png +0 -0
  36. package/lib/{assets/images → FileItemFormatter/assets}/file/24/txt.png +0 -0
  37. package/lib/{assets/images → FileItemFormatter/assets}/file/24/video.png +0 -0
  38. package/lib/{assets/images → FileItemFormatter/assets}/file/24/word.png +0 -0
  39. package/lib/{assets/images → FileItemFormatter/assets}/folder/folder-192.png +0 -0
  40. package/lib/{assets/images → FileItemFormatter/assets}/folder/folder-24.png +0 -0
  41. package/lib/FileItemFormatter/index.js +2 -2
  42. package/lib/FileItemFormatter/utils.js +72 -0
  43. package/lib/{utils → FormulaFormatter}/cell-value-validator.js +0 -0
  44. package/lib/FormulaFormatter/index.js +2 -3
  45. package/lib/{utils/column-utils.js → FormulaFormatter/utils.js} +5 -1
  46. package/lib/{LongTextFormatter → HtmlLongTextFormatter}/index.css +0 -0
  47. package/lib/{LongTextFormatter/html-long-text-formatter.js → HtmlLongTextFormatter/index.js} +5 -2
  48. package/lib/{utils → HtmlLongTextFormatter}/markdown2html.js +2 -2
  49. package/lib/{utils → HtmlLongTextFormatter}/unified/index.js +8 -5
  50. package/lib/{utils → HtmlLongTextFormatter}/vfile/core.js +4 -2
  51. package/lib/{utils → HtmlLongTextFormatter}/vfile/index.js +4 -3
  52. package/lib/ImageFormatter/images-lazy-load.js +1 -1
  53. package/lib/ImageFormatter/index.js +1 -1
  54. package/lib/ImageFormatter/utils.js +7 -0
  55. package/lib/ImagePreviewerLightbox/index.js +1 -1
  56. package/lib/ImagePreviewerLightbox/utils.js +8 -0
  57. package/lib/LinkEditor/index.css +9 -0
  58. package/lib/{components/cell-editor/link-editor.js → LinkEditor/index.js} +10 -9
  59. package/lib/{components/common → LinkEditor}/link-editor-option.js +0 -0
  60. package/lib/LinkEditor/mb-link-editor-popover/index.css +85 -0
  61. package/lib/{components/cell-editor-popover/mb-link-editor-popover.js → LinkEditor/mb-link-editor-popover/index.js} +2 -1
  62. package/lib/LinkEditor/pc-link-editor-popover/index.css +63 -0
  63. package/lib/{components/cell-editor-popover/pc-link-editor-popover.js → LinkEditor/pc-link-editor-popover/index.js} +1 -0
  64. package/lib/LongTextFormatter/index.js +4 -7
  65. package/lib/{components/common/mobile/mb-editor-header.js → MBEditorHeader/index.js} +0 -0
  66. package/lib/MultipleSelectEditor/index.css +9 -0
  67. package/lib/{components/cell-editor/multiple-select-editor.js → MultipleSelectEditor/index.js} +5 -6
  68. package/lib/{components/cell-editor/number-editor.js → NumberEditor/index.js} +2 -2
  69. package/lib/SimpleLongTextFormatter/index.css +63 -0
  70. package/lib/{LongTextFormatter/simple-long-text-formatter.js → SimpleLongTextFormatter/index.js} +5 -2
  71. package/lib/{utils → SimpleLongTextFormatter}/normalize-long-text-value.js +0 -0
  72. package/lib/SingleSelectEditor/index.css +9 -0
  73. package/lib/{components/cell-editor/single-select-editor.js → SingleSelectEditor/index.js} +5 -6
  74. package/lib/{components/cell-editor/text-editor.js → TextEditor/index.js} +2 -2
  75. package/lib/css/cell-editor.css +0 -608
  76. package/lib/css/mb-cell-editor.css +55 -0
  77. package/lib/formatterConfig/index.js +2 -2
  78. package/lib/index.js +18 -6
  79. package/lib/select-editor/index.js +4 -0
  80. package/lib/select-editor/mb-select-editor-popover/index.css +127 -0
  81. package/lib/{components/cell-editor-popover/mb-select-editor-popover.js → select-editor/mb-select-editor-popover/index.js} +12 -11
  82. package/lib/select-editor/pc-select-editor-popover/index.css +72 -0
  83. package/lib/{components/cell-editor-popover/pc-select-editor-popover.js → select-editor/pc-select-editor-popover/index.js} +1 -0
  84. package/lib/{components/common → select-editor}/select-editor-option.js +0 -0
  85. package/lib/utils/utils.js +0 -91
  86. package/lib/utils/value-format-utils.js +4 -11
  87. package/package.json +5 -5
  88. package/lib/app.css +0 -20
  89. package/lib/app.js +0 -91
  90. package/lib/components/cell-editor/index.js +0 -9
  91. package/lib/components/common/collaborator-item.js +0 -63
package/README.md CHANGED
@@ -11,8 +11,26 @@ When using dtable-ui-component component library, you need to import dtable-font
11
11
 
12
12
  ```js
13
13
  import { CollaboratorEditor } from 'dtable-ui-component';
14
-
15
14
  import 'dtable-ui-component/assets/dtable-font.css';
16
15
 
17
16
  ...
18
- ```
17
+ ```
18
+
19
+ ## load demand
20
+
21
+ If you want to use on-demand loading, add the following content to the ` .babelrc` file of your project
22
+
23
+ ```js
24
+ "plugins": [
25
+ ["on-demand-loading", {"library": "dtable-ui-component"}]
26
+ ]
27
+ ```
28
+
29
+ Long Text Formatter
30
+
31
+ If your project only uses a simple long text formatter, you can reference the SimpleLongTextFormatter component.
32
+
33
+ ```js
34
+ import { SimpleLongTextFormatter } from 'dtable-ui-component';
35
+ ```
36
+
@@ -0,0 +1,48 @@
1
+ .dtable-ui-collaborator-editor {
2
+ position: relative;
3
+ }
4
+
5
+ .dtable-ui-collaborator-editor-container .collaborators-container {
6
+ margin-top: 8px;
7
+ }
8
+
9
+ .dtable-ui-collaborator-editor-popover .collaborator-search-container {
10
+ padding: 10px 10px 0 10px;
11
+ }
12
+
13
+ .dtable-ui-collaborator-editor-popover .collaborator-search-container input {
14
+ height: 28px;
15
+ }
16
+
17
+ .dtable-ui-collaborator-editor-popover .collaborator-list-container {
18
+ min-height: 160px;
19
+ max-height: 200px;
20
+ margin: 10px 0;
21
+ padding: 0 10px;
22
+ overflow: auto;
23
+ }
24
+
25
+ .dtable-ui-collaborator-editor-popover .collaborator-list-container .collaborator-item-container {
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ height: 30px;
30
+ padding-left: 12px;
31
+ font-size: 14px;
32
+ margin-left: 10px;
33
+ cursor: pointer;
34
+ }
35
+
36
+ .dtable-ui-collaborator-editor-popover .collaborator-list-container .collaborator-item-container:hover {
37
+ background-color: #f5f5f5;
38
+ }
39
+
40
+ .dtable-ui-collaborator-editor-popover .collaborator-checked {
41
+ width: 20px;
42
+ text-align: center;
43
+ }
44
+
45
+ .dtable-ui-collaborator-editor-popover .collaborator-checked .dtable-font {
46
+ font-size: 12px;
47
+ color: #798d99;
48
+ }
@@ -4,11 +4,12 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
4
4
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React, { Fragment } from 'react';
6
6
  import MediaQuery from 'react-responsive';
7
- import { getLocale } from '../../lang';
8
- import CollaboratorItem from '../common/collaborator-item';
9
- import EditEditorButton from '../common/edit-editor-button';
10
- import PCCollaboratorEditorPopover from '../cell-editor-popover/pc-collaborator-editor-popover';
11
- import MBCollaboratorEditorPopover from '../cell-editor-popover/mb-collaborator-editor-popover';
7
+ import { getLocale } from '../lang';
8
+ import CollaboratorItem from '../CollaboratorItem';
9
+ import EditEditorButton from '../EditEditorButton';
10
+ import PCCollaboratorEditorPopover from './pc-collaborator-editor-popover';
11
+ import MBCollaboratorEditorPopover from './mb-collaborator-editor-popover';
12
+ import './index.css';
12
13
 
13
14
  var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
14
15
  _inherits(CollaboratorEditor, _React$Component);
@@ -0,0 +1,86 @@
1
+ @import url('../../css/mb-cell-editor.css');
2
+
3
+ @media screen and (max-width: 767.8px) {
4
+ .dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items {
5
+ padding: 8px 16px;
6
+ margin-top: 20px;
7
+ border-top: 1px solid #e9e9e9;
8
+ border-bottom: 1px solid #e9e9e9;
9
+ background-color: #fff;
10
+ }
11
+
12
+ .dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input {
13
+ outline: none;
14
+ height: 30px;
15
+ padding: 0;
16
+ line-height: 30px;
17
+ border: none;
18
+ }
19
+
20
+ .dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input:focus,
21
+ .dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input:active {
22
+ outline: none;
23
+ box-shadow: none;
24
+ }
25
+
26
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborators-container {
27
+ flex: 1;
28
+ display: flex;
29
+ flex-direction: column;
30
+ margin-top: 10px;
31
+ min-height: 0;
32
+ }
33
+
34
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborators-container .title {
35
+ padding: 6px 16px;
36
+ border-bottom: 1px solid #e9e9e9;
37
+ }
38
+
39
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborators-container .content {
40
+ flex: 1;
41
+ overflow: auto;
42
+ display: flex;
43
+ flex-direction: column;
44
+ border-bottom: 1px solid #e9e9e9;
45
+ }
46
+
47
+ .dtable-ui-mb-collaborator-editor-body .search-result-none {
48
+ padding: 16px 0 16px 16px;
49
+ }
50
+
51
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item {
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: space-between;
55
+ height: 50px;
56
+ padding: 10px 10px 10px 16px;
57
+ font-size: 13px;
58
+ background-color: #fff;
59
+ color: #202428;
60
+ }
61
+
62
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item {
63
+ border-bottom: 1px solid #e9e9e9;
64
+ }
65
+
66
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .mb-collaborator-info {
67
+ display: flex;
68
+ align-items: center;
69
+ }
70
+
71
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .collaborator-avatar img {
72
+ width: 24px;
73
+ height: 24px;
74
+ border-radius: 50%;
75
+ }
76
+
77
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .collaborator-name {
78
+ padding: 0 10px;
79
+ overflow: hidden;
80
+ }
81
+
82
+ .dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .dtable-font {
83
+ font-size: 12px;
84
+ color: #798d99;
85
+ }
86
+ }
@@ -5,7 +5,8 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
5
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
6
  import React from 'react';
7
7
  import { getLocale } from '../../lang';
8
- import MBEditorHeader from '../common/mobile/mb-editor-header';
8
+ import MBEditorHeader from '../../MBEditorHeader';
9
+ import './index.css';
9
10
 
10
11
  var MBCollaboratorEditorPopover = /*#__PURE__*/function (_React$Component) {
11
12
  _inherits(MBCollaboratorEditorPopover, _React$Component);
@@ -0,0 +1 @@
1
+ @import url('../../css/cell-editor.css');
@@ -5,7 +5,8 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
5
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
6
  import React from 'react';
7
7
  import { getLocale } from '../../lang';
8
- import CollaboratorItem from '../common/collaborator-item';
8
+ import CollaboratorItem from '../../CollaboratorItem';
9
+ import './index.css';
9
10
 
10
11
  var PCCollaboratorEditorPopover = /*#__PURE__*/function (_React$Component) {
11
12
  _inherits(PCCollaboratorEditorPopover, _React$Component);
@@ -0,0 +1,4 @@
1
+ .dtable-ui-date-editor .dtable-ui-date-editor-container {
2
+ display: flex;
3
+ width: 400px;
4
+ }
@@ -5,9 +5,10 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React, { Fragment } from 'react';
6
6
  import MediaQuery from 'react-responsive';
7
7
  import moment from 'moment';
8
- import { getDateDisplayString } from '../../utils/value-format-utils';
9
- import PCDateEditorPopover from '../cell-editor-popover/pc-date-editor-popover';
10
- import MBDateEditorPopover from '../cell-editor-popover/mb-date-editor-popover';
8
+ import { getDateDisplayString } from '../utils/value-format-utils';
9
+ import PCDateEditorPopover from './pc-date-editor-popover';
10
+ import MBDateEditorPopover from './mb-date-editor-popover';
11
+ import './index.css';
11
12
 
12
13
  var DateEditor = /*#__PURE__*/function (_React$Component) {
13
14
  _inherits(DateEditor, _React$Component);
@@ -96,7 +97,7 @@ var DateEditor = /*#__PURE__*/function (_React$Component) {
96
97
  return /*#__PURE__*/React.createElement("div", {
97
98
  className: "cell-editor date-editor"
98
99
  }, /*#__PURE__*/React.createElement("div", {
99
- className: "date-editor-conteinr"
100
+ className: "date-editor-container"
100
101
  }, /*#__PURE__*/React.createElement("div", {
101
102
  className: "control-form"
102
103
  })));
@@ -0,0 +1,45 @@
1
+ @import url('./custom-rc-calendar.css');
2
+ @import url('../../css/mb-cell-editor.css');
3
+
4
+ @media screen and (max-width: 767.8px) {
5
+ .dtable-ui-mb-date-editor-body .mb-date-editor-input {
6
+ display: flex;
7
+ border-top: 1px solid #e9e9e9;
8
+ border-bottom: 1px solid #e9e9e9;
9
+ }
10
+
11
+ .dtable-ui-mb-date-editor-body .mb-date-editor-input .date-input {
12
+ flex: 1;
13
+ background-color: #fff;
14
+ }
15
+
16
+ .dtable-ui-mb-date-editor-body .mb-date-editor-input .date-input .date-input-day {
17
+ background-color: #f5f5f5;
18
+ border: 1px solid #e9e9e9;
19
+ margin: 10px;
20
+ padding: 3px 5px;
21
+ border-radius: 3px;
22
+ }
23
+
24
+ .dtable-ui-mb-date-editor-body .dtable-ui.mb-date-editor-picker {
25
+ display: block;
26
+ position: relative;
27
+ margin-top: 20px;
28
+ line-height: 1.5;
29
+ box-sizing: border-box;
30
+ }
31
+
32
+ .dtable-ui-mb-date-editor-body .mb-date-editor-clear {
33
+ padding: 10px 0;
34
+ margin-top: 20px;
35
+ border-bottom: 1px solid #e9e9e9;
36
+ border-top: 1px solid #e9e9e9;
37
+ text-align: center;
38
+ color: #d27053;
39
+ background-color: #fff;
40
+ }
41
+
42
+ .dtable-ui .am-picker-popup-header .am-picker-popup-item {
43
+ color: #E5A252;
44
+ }
45
+ }
@@ -9,19 +9,19 @@ import Calendar from '@seafile/seafile-calendar';
9
9
  import * as SeaDatePicker from '@seafile/seafile-calendar/lib/Picker';
10
10
  import { getLocale } from '../../lang';
11
11
  import { initDateEditorLanguage } from '../../utils/editor-utils';
12
- import MBEditorHeader from '../common/mobile/mb-editor-header';
12
+ import MBEditorHeader from '../../MBEditorHeader';
13
13
  import '@seafile/seafile-calendar/assets/index.css';
14
- import '../../css/custom-rc-calendar.css';
14
+ import './index.css';
15
15
 
16
- var DateEidtorPopover = /*#__PURE__*/function (_React$PureComponent) {
17
- _inherits(DateEidtorPopover, _React$PureComponent);
16
+ var DateEditorPopover = /*#__PURE__*/function (_React$PureComponent) {
17
+ _inherits(DateEditorPopover, _React$PureComponent);
18
18
 
19
- var _super = _createSuper(DateEidtorPopover);
19
+ var _super = _createSuper(DateEditorPopover);
20
20
 
21
- function DateEidtorPopover(props) {
21
+ function DateEditorPopover(props) {
22
22
  var _this;
23
23
 
24
- _classCallCheck(this, DateEidtorPopover);
24
+ _classCallCheck(this, DateEditorPopover);
25
25
 
26
26
  _this = _super.call(this, props);
27
27
 
@@ -171,7 +171,7 @@ var DateEidtorPopover = /*#__PURE__*/function (_React$PureComponent) {
171
171
  return _this;
172
172
  }
173
173
 
174
- _createClass(DateEidtorPopover, [{
174
+ _createClass(DateEditorPopover, [{
175
175
  key: "componentDidMount",
176
176
  value: function componentDidMount() {
177
177
  history.pushState(null, null, '#'); // eslint-disable-line
@@ -239,7 +239,7 @@ var DateEidtorPopover = /*#__PURE__*/function (_React$PureComponent) {
239
239
  }
240
240
  }]);
241
241
 
242
- return DateEidtorPopover;
242
+ return DateEditorPopover;
243
243
  }(React.PureComponent);
244
244
 
245
- export default DateEidtorPopover;
245
+ export default DateEditorPopover;
@@ -6,9 +6,9 @@ import React from 'react';
6
6
  import moment from 'moment';
7
7
  import DatePicker from '@seafile/seafile-calendar/lib/Picker';
8
8
  import Calendar from '@seafile/seafile-calendar';
9
- import { initDateEditorLanguage } from '../../utils/editor-utils';
9
+ import { initDateEditorLanguage } from '../utils/editor-utils';
10
10
  import '@seafile/seafile-calendar/assets/index.css';
11
- import { getLocale } from '../../lang';
11
+ import { getLocale } from '../lang';
12
12
 
13
13
  var PCDateEditorPopover = /*#__PURE__*/function (_React$Component) {
14
14
  _inherits(PCDateEditorPopover, _React$Component);
@@ -4,24 +4,24 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
4
4
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React from 'react';
6
6
  import { Modal, ModalHeader, ModalBody } from 'reactstrap';
7
- import { getLocale } from '../../lang';
7
+ import { getLocale } from '../lang';
8
8
 
9
- var FileEditorDialog = /*#__PURE__*/function (_React$Component) {
10
- _inherits(FileEditorDialog, _React$Component);
9
+ var FileEditor = /*#__PURE__*/function (_React$Component) {
10
+ _inherits(FileEditor, _React$Component);
11
11
 
12
- var _super = _createSuper(FileEditorDialog);
12
+ var _super = _createSuper(FileEditor);
13
13
 
14
- function FileEditorDialog(props) {
14
+ function FileEditor(props) {
15
15
  var _this;
16
16
 
17
- _classCallCheck(this, FileEditorDialog);
17
+ _classCallCheck(this, FileEditor);
18
18
 
19
19
  _this = _super.call(this, props);
20
20
  _this.state = {};
21
21
  return _this;
22
22
  }
23
23
 
24
- _createClass(FileEditorDialog, [{
24
+ _createClass(FileEditor, [{
25
25
  key: "render",
26
26
  value: function render() {
27
27
  var closeEditor = this.props.closeEditor;
@@ -36,11 +36,11 @@ var FileEditorDialog = /*#__PURE__*/function (_React$Component) {
36
36
  }
37
37
  }]);
38
38
 
39
- return FileEditorDialog;
39
+ return FileEditor;
40
40
  }(React.Component);
41
41
 
42
- FileEditorDialog.defaultProps = {
42
+ FileEditor.defaultProps = {
43
43
  isCheckRepeat: false,
44
44
  columnType: 'file'
45
45
  };
46
- export default FileEditorDialog;
46
+ export default FileEditor;
@@ -3,7 +3,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
3
3
  import _inherits from "@babel/runtime/helpers/esm/inherits";
4
4
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React, { Component } from 'react';
6
- import { getFileIconUrl } from '../utils/utils';
6
+ import { getFileIconUrl } from './utils';
7
7
 
8
8
  var FileItemFormatter = /*#__PURE__*/function (_Component) {
9
9
  _inherits(FileItemFormatter, _Component);
@@ -24,7 +24,7 @@ var FileItemFormatter = /*#__PURE__*/function (_Component) {
24
24
  _this.getFileIconData = function (item) {
25
25
  var fileIconUrl = getFileIconUrl(item.name, item.type);
26
26
 
27
- var fileIconData = require('../' + fileIconUrl);
27
+ var fileIconData = require('./' + fileIconUrl);
28
28
 
29
29
  return fileIconData;
30
30
  };
@@ -0,0 +1,72 @@
1
+ var FILEEXT_ICON_MAP = {
2
+ // text file
3
+ md: 'txt.png',
4
+ txt: 'txt.png',
5
+ // pdf file
6
+ pdf: 'pdf.png',
7
+ // document file
8
+ doc: 'word.png',
9
+ docx: 'word.png',
10
+ odt: 'word.png',
11
+ fodt: 'word.png',
12
+ ppt: 'ppt.png',
13
+ pptx: 'ppt.png',
14
+ odp: 'ppt.png',
15
+ fodp: 'ppt.png',
16
+ xls: 'excel.png',
17
+ xlsx: 'excel.png',
18
+ ods: 'excel.png',
19
+ fods: 'excel.png',
20
+ // video
21
+ mp4: 'video.png',
22
+ ogv: 'video.png',
23
+ webm: 'video.png',
24
+ mov: 'video.png',
25
+ flv: 'video.png',
26
+ wmv: 'video.png',
27
+ rmvb: 'video.png',
28
+ // music file
29
+ mp3: 'music.png',
30
+ oga: 'music.png',
31
+ ogg: 'music.png',
32
+ flac: 'music.png',
33
+ aac: 'music.png',
34
+ ac3: 'music.png',
35
+ wma: 'music.png',
36
+ // image file
37
+ jpg: 'pic.png',
38
+ jpeg: 'pic.png',
39
+ png: 'pic.png',
40
+ svg: 'pic.png',
41
+ gif: 'pic.png',
42
+ bmp: 'pic.png',
43
+ ico: 'pic.png',
44
+ // folder dir
45
+ folder: 'folder-192.png',
46
+ // default
47
+ default: 'file.png'
48
+ };
49
+ export var getFileIconUrl = function getFileIconUrl(filename, direntType) {
50
+ if (direntType === 'dir') {
51
+ var _iconUrl = 'assets/folder/' + FILEEXT_ICON_MAP['folder'];
52
+
53
+ return _iconUrl;
54
+ }
55
+
56
+ var iconUrl = '';
57
+
58
+ if (filename.lastIndexOf('.') === -1) {
59
+ iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP['default'];
60
+ return iconUrl;
61
+ }
62
+
63
+ var file_ext = filename.substr(filename.lastIndexOf('.') + 1).toLowerCase();
64
+
65
+ if (FILEEXT_ICON_MAP[file_ext]) {
66
+ iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP[file_ext];
67
+ } else {
68
+ iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP['default'];
69
+ }
70
+
71
+ return iconUrl;
72
+ };
@@ -6,10 +6,9 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
6
  import React from 'react';
7
7
  import { FORMULA_RESULT_TYPE, CellType } from '../constants';
8
8
  import cellFormatterFactory from '../cellFormatterFactory';
9
- import { isFunction } from '../utils/utils';
10
9
  import TextFormatter from '../TextFormatter';
11
- import { isArrayFormalColumn, isSimpleCellFormatter } from '../utils/column-utils';
12
- import cellValueValidator from '../utils/cell-value-validator';
10
+ import { isArrayFormalColumn, isSimpleCellFormatter, isFunction } from './utils';
11
+ import cellValueValidator from './cell-value-validator';
13
12
  import { getFormulaDisplayString } from '../utils/value-format-utils';
14
13
  import './index.css';
15
14
 
@@ -4,4 +4,8 @@ export function isSimpleCellFormatter(type) {
4
4
  }
5
5
  export function isArrayFormalColumn(columnType) {
6
6
  return ARRAY_FORMAL_COLUMNS.includes(columnType);
7
- }
7
+ }
8
+ export var isFunction = function isFunction(functionToCheck) {
9
+ var getType = {};
10
+ return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
11
+ };
@@ -3,7 +3,9 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
3
3
  import _inherits from "@babel/runtime/helpers/esm/inherits";
4
4
  import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React, { Component } from 'react';
6
- import { processor } from '../utils/markdown2html';
6
+ import cn from 'astro-classname';
7
+ import { processor } from './markdown2html';
8
+ import './index.css';
7
9
 
8
10
  var HtmlLongTextFormatter = /*#__PURE__*/function (_Component) {
9
11
  _inherits(HtmlLongTextFormatter, _Component);
@@ -79,7 +81,8 @@ var HtmlLongTextFormatter = /*#__PURE__*/function (_Component) {
79
81
  key: "render",
80
82
  value: function render() {
81
83
  var innerHtml = this.state.innerHtml;
82
- var className = this.props.className;
84
+ var containerClassName = this.props.containerClassName;
85
+ var className = cn('dtable-ui cell-formatter-container long-text-formatter', containerClassName);
83
86
  if (!innerHtml) return null;
84
87
  return /*#__PURE__*/React.createElement("div", {
85
88
  className: "".concat(className, " article"),
@@ -1,5 +1,3 @@
1
- var unified = require('./unified');
2
-
3
1
  var markdown = require('remark-parse');
4
2
 
5
3
  var slug = require('remark-slug');
@@ -26,6 +24,8 @@ var mathjax = require('rehype-mathjax/browser');
26
24
 
27
25
  var math = require('remark-math/block');
28
26
 
27
+ var unified = require('./unified').default;
28
+
29
29
  function stringify(config) {
30
30
  var settings = xtend(config, this.data('settings'));
31
31
  var schema = deepmerge(gh, {
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line
1
2
  'use strict';
2
3
  /* Dependencies. */
3
4
 
@@ -5,17 +6,14 @@ var extend = require('extend');
5
6
 
6
7
  var bail = require('bail');
7
8
 
8
- var vfile = require('../vfile');
9
-
10
9
  var trough = require('trough');
11
10
 
12
11
  var string = require('x-is-string');
13
12
 
14
13
  var plain = require('is-plain-obj');
15
- /* Expose a frozen processor. */
16
14
 
15
+ var vfile = require('../vfile').default;
17
16
 
18
- module.exports = unified().freeze();
19
17
  var slice = [].slice;
20
18
  var own = {}.hasOwnProperty;
21
19
  /* Process pipeline. */
@@ -467,4 +465,9 @@ function assertDone(name, asyncName, complete) {
467
465
  if (!complete) {
468
466
  throw new Error('`' + name + '` finished async. Use `' + asyncName + '` instead');
469
467
  }
470
- }
468
+ }
469
+ /* Expose a frozen processor. */
470
+
471
+
472
+ var unified_freeze = unified().freeze();
473
+ export default unified_freeze;