dtable-ui-component 0.1.75-beta11 → 0.1.75-beta12
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.
- package/README.md +10 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,4 +24,13 @@ If you want to use on-demand loading, add the following content to the ` .babelr
|
|
|
24
24
|
"plugins": [
|
|
25
25
|
["on-demand-loading", {"library": "dtable-ui-component"}]
|
|
26
26
|
]
|
|
27
|
-
```
|
|
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
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dtable-ui-component",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"main": "./
|
|
3
|
+
"version": "0.1.75beta12",
|
|
4
|
+
"main": "./lib/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@seafile/react-image-lightbox": "0.0.9",
|
|
7
7
|
"@seafile/seafile-calendar": "0.0.15",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"hast-util-to-html": "3.1.0",
|
|
17
17
|
"is-hotkey": "^0.1.6",
|
|
18
18
|
"moment": "^2.26.0",
|
|
19
|
-
"react": "
|
|
19
|
+
"react": "16.14.0",
|
|
20
20
|
"react-app-polyfill": "^1.0.6",
|
|
21
|
-
"react-dom": "
|
|
21
|
+
"react-dom": "16.14.0",
|
|
22
22
|
"react-responsive": "^8.0.3",
|
|
23
23
|
"react-transition-group": "^4.4.1",
|
|
24
24
|
"reactstrap": "^8.4.1",
|