@voplus/morpho-workspace 1.0.0-dev48 → 1.0.0-dev49
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.
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ApiEndPoint } from "@voplus/api";
|
2
|
-
import { DocumentStore, DocumentTypeStore, EditDocumentOptions, LoadDocumentListOptions, LoadDocumentOptions } from "@voplus/morpho-document";
|
3
|
-
import {
|
2
|
+
import { CreateDocumentOptions, DocumentStore, DocumentTypeStore, EditDocumentOptions, LoadDocumentListOptions, LoadDocumentOptions } from "@voplus/morpho-document";
|
3
|
+
import { IBoardColumn } from ".";
|
4
4
|
/** Board store provides service for board operations */
|
5
|
-
export declare class BoardColumnStore extends DocumentTypeStore<IBoardColumn, LoadDocumentOptions, LoadDocumentListOptions,
|
5
|
+
export declare class BoardColumnStore extends DocumentTypeStore<IBoardColumn, LoadDocumentOptions, LoadDocumentListOptions, CreateDocumentOptions, EditDocumentOptions, any> {
|
6
6
|
/** Name of the store */
|
7
7
|
readonly name: string;
|
8
8
|
constructor(endpoint: ApiEndPoint, documents: DocumentStore);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"BoardColumnStore.js","sourceRoot":"","sources":["../../../src/data/board/BoardColumnStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,
|
1
|
+
{"version":3,"file":"BoardColumnStore.js","sourceRoot":"","sources":["../../../src/data/board/BoardColumnStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAGN,iBAAiB,EAIjB,gBAAgB,EAChB,MAAM,yBAAyB,CAAC;AAIjC,MAAM,SAAS,GAAG,kBAAkB,CAAC;AAErC,wDAAwD;AACxD,MAAM,OAAO,gBAAiB,SAAQ,iBAOrC;IAIA,YAAmB,QAAqB,EAAE,SAAwB;QACjE,KAAK,CAAC,QAAQ,EAAE,mBAAmB,EAAE,SAAS,CAAC,CAAC;QAJjD,wBAAwB;QACR,SAAI,GAAW,SAAS,CAAC;IAIzC,CAAC;CACD;AAED,wCAAwC;AACxC,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,EAAE;IACvC,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IACrC,OAAO,QAAQ,CACd,SAAS,EACT,OAAO,CAAC,EAAE,CAAC,IAAI,gBAAgB,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,SAAS,CAAC,CACvE,CAAC;AACH,CAAC,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@voplus/morpho-workspace",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-dev49",
|
4
4
|
"description": "morpho workspace module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -23,51 +23,36 @@
|
|
23
23
|
"test": "jest"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
|
-
"@antv/data-set": "^0.10.2",
|
27
26
|
"@babel/core": "^7.8.3",
|
28
27
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
29
28
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
30
29
|
"@babel/preset-env": "^7.8.3",
|
31
30
|
"@babel/preset-react": "^7.8.3",
|
32
31
|
"@babel/preset-typescript": "^7.8.3",
|
33
|
-
"@
|
34
|
-
"@
|
35
|
-
"@fortawesome/pro-duotone-svg-icons": "^5.11.2",
|
36
|
-
"@fortawesome/pro-light-svg-icons": "^5.11.2",
|
37
|
-
"@fortawesome/pro-regular-svg-icons": "^5.11.2",
|
38
|
-
"@fortawesome/react-fontawesome": "^0.1.8",
|
39
|
-
"@storybook/addon-knobs": "^5.3.8",
|
40
|
-
"@storybook/react": "^5.3.8",
|
32
|
+
"@storybook/addon-knobs": "^5.3.9",
|
33
|
+
"@storybook/react": "^5.3.9",
|
41
34
|
"@types/classnames": "^2.2.9",
|
42
|
-
"@types/draft-js": "^0.10.37",
|
43
|
-
"@types/emoji-mart": "^2.11.2",
|
44
35
|
"@types/enzyme": "^3.10.4",
|
45
36
|
"@types/enzyme-adapter-react-16": "^1.0.3",
|
46
37
|
"@types/fetch-mock": "^7.3.2",
|
47
|
-
"@types/
|
48
|
-
"@types/jest": "^24.9.0",
|
49
|
-
"@types/lodash-es": "^4.17.3",
|
38
|
+
"@types/jest": "^25.1.0",
|
50
39
|
"@types/mockjs": "^1.0.2",
|
51
|
-
"@types/node": "^13.
|
52
|
-
"@types/react": "^16.9.
|
53
|
-
"@types/react-addons-css-transition-group": "^15.0.5",
|
40
|
+
"@types/node": "^13.5.0",
|
41
|
+
"@types/react": "^16.9.19",
|
54
42
|
"@types/react-custom-scrollbars": "^4.0.6",
|
55
43
|
"@types/react-dom": "^16.9.5",
|
56
|
-
"@types/react-highlight-words": "^0.16.0",
|
57
|
-
"@types/react-infinite-scroller": "^1.2.1",
|
58
44
|
"@types/react-router": "^5.1.4",
|
59
45
|
"@types/react-router-dom": "^5.1.3",
|
60
|
-
"@types/react-transition-group": "^4.2.3",
|
61
46
|
"@types/storybook__react": "^4.0.2",
|
62
47
|
"@voplus/antd": "^3.20.3-vo1.0.6",
|
63
48
|
"@voplus/morpho-client-test": "^1.0.0-dev010",
|
64
|
-
"@voplus/morpho-collaboration": "^1.0.0-
|
65
|
-
"@voplus/morpho-data": "^1.0.0-
|
66
|
-
"@voplus/morpho-document": "^1.0.0-
|
67
|
-
"@voplus/morpho-org": "^1.0.0-
|
68
|
-
"@voplus/morpho-text": "^1.0.0-
|
69
|
-
"@voplus/morpho-ui": "^1.0.0-
|
70
|
-
"babel-jest": "^
|
49
|
+
"@voplus/morpho-collaboration": "^1.0.0-dev015",
|
50
|
+
"@voplus/morpho-data": "^1.0.0-dev071",
|
51
|
+
"@voplus/morpho-document": "^1.0.0-dev116",
|
52
|
+
"@voplus/morpho-org": "^1.0.0-dev025",
|
53
|
+
"@voplus/morpho-text": "^1.0.0-dev009",
|
54
|
+
"@voplus/morpho-ui": "^1.0.0-dev083",
|
55
|
+
"babel-jest": "^25.1.0",
|
71
56
|
"babel-loader": "^8.0.6",
|
72
57
|
"babel-plugin-import": "^1.13.0",
|
73
58
|
"clean-webpack-plugin": "^3.0.0",
|
@@ -75,46 +60,34 @@
|
|
75
60
|
"cpx": "^1.5.0",
|
76
61
|
"css-loader": "^3.4.2",
|
77
62
|
"del-cli": "^3.0.0",
|
78
|
-
"draft-js": "^0.11.4",
|
79
|
-
"emoji-mart": "^2.9.2",
|
80
63
|
"enzyme": "^3.10.0",
|
81
64
|
"enzyme-adapter-react-16": "^1.15.1",
|
82
65
|
"enzyme-to-json": "^3.4.3",
|
83
66
|
"fetch-mock": "^7.7.2",
|
84
|
-
"file-saver": "^2.0.2",
|
85
|
-
"history": "^4.10.1",
|
86
67
|
"html-webpack-plugin": "^3.2.0",
|
87
68
|
"identity-obj-proxy": "^3.0.0",
|
88
|
-
"jest": "^
|
89
|
-
"jest-environment-jsdom": "^
|
69
|
+
"jest": "^25.1.0",
|
70
|
+
"jest-environment-jsdom": "^25.1.0",
|
90
71
|
"jest-environment-jsdom-global": "^1.1.0",
|
91
72
|
"jest-localstorage-mock": "^2.3.0",
|
92
|
-
"jsdom": "^
|
73
|
+
"jsdom": "^16.0.1",
|
93
74
|
"jsdom-global": "3.0.2",
|
94
75
|
"less": "^3.10.3",
|
95
76
|
"less-loader": "^5.0.0",
|
96
|
-
"lodash-es": "^4.17.11",
|
97
77
|
"mini-css-extract-plugin": "^0.9.0",
|
98
|
-
"mobx": "^5.15.
|
78
|
+
"mobx": "^5.15.4",
|
99
79
|
"mobx-react-lite": "^1.5.1",
|
100
80
|
"mobx-utils": "^5.5.3",
|
101
81
|
"mockjs": "^1.1.0",
|
102
|
-
"
|
103
|
-
"progress-bar-webpack-plugin": "^1.11.0",
|
82
|
+
"progress-bar-webpack-plugin": "^2.1.0",
|
104
83
|
"react": "^16.12.0",
|
105
|
-
"react-addons-css-transition-group": "^15.6.2",
|
106
|
-
"react-custom-scrollbars": "^4.2.1",
|
107
84
|
"react-dnd": "^9.5.1",
|
108
85
|
"react-dnd-html5-backend": "^9.5.1",
|
109
86
|
"react-dom": "^16.12.0",
|
110
|
-
"react-router": "^5.1.2",
|
111
|
-
"react-router-dom": "^5.1.2",
|
112
|
-
"string": "^3.3.3",
|
113
|
-
"strongly-typed-events": "^1.6.7",
|
114
87
|
"style-loader": "^1.1.3",
|
115
88
|
"ts-import-plugin": "^1.6.1",
|
116
89
|
"ts-loader": "^6.2.1",
|
117
|
-
"tslint": "^
|
90
|
+
"tslint": "^6.0.0",
|
118
91
|
"tslint-config-prettier": "^1.18.0",
|
119
92
|
"tslint-react": "^4.2.0",
|
120
93
|
"tslint-react-hooks": "^2.2.1",
|
@@ -127,9 +100,8 @@
|
|
127
100
|
"webpack-node-externals": "^1.7.2"
|
128
101
|
},
|
129
102
|
"peerDependencies": {
|
130
|
-
"
|
131
|
-
"
|
132
|
-
"lodash-es": "*"
|
103
|
+
"@voplus/morpho-document": "*",
|
104
|
+
"@voplus/morpho-text": "*"
|
133
105
|
},
|
134
106
|
"dependencies": {
|
135
107
|
"@fullcalendar/core": "^4.3.1",
|