@voplus/morpho-workspace 10.0.34 → 10.0.35
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/es/modules/work/components/WorkTableListCard/TableCellDetails.d.ts +1 -1
- package/package.json +1 -1
- package/es/modules/work/components/WorkList2/index.d.ts +0 -9
- package/es/modules/work/components/WorkList2/index.js +0 -10
- package/es/modules/work/components/WorkList2/index.js.map +0 -1
- package/es/modules/work/pages/WorkListPage2/index.d.ts +0 -8
- package/es/modules/work/pages/WorkListPage2/index.js +0 -10
- package/es/modules/work/pages/WorkListPage2/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { WorkListProps } from "../WorkList";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated 此组件仅为向后兼容而保留,请逐步迁移至使用 <WorkList> 组件。
|
|
5
|
-
* 未来版本将移除此组件,请尽早替换所有引用。
|
|
6
|
-
* 兼容别名:原 WorkList2 行为
|
|
7
|
-
*/
|
|
8
|
-
declare const WorkList2: (props: WorkListProps) => React.JSX.Element;
|
|
9
|
-
export default WorkList2;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import WorkList from "../WorkList";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated 此组件仅为向后兼容而保留,请逐步迁移至使用 <WorkList> 组件。
|
|
5
|
-
* 未来版本将移除此组件,请尽早替换所有引用。
|
|
6
|
-
* 兼容别名:原 WorkList2 行为
|
|
7
|
-
*/
|
|
8
|
-
const WorkList2 = (props) => React.createElement(WorkList, { ...props });
|
|
9
|
-
export default WorkList2;
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkList2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,QAA2B,MAAM,aAAa,CAAC;AAEtD;;;;GAIG;AAEH,MAAM,SAAS,GAAG,CAAC,KAAoB,EAAE,EAAE,CAAC,oBAAC,QAAQ,OAAK,KAAK,GAAI,CAAC;AAEpE,eAAe,SAAS,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import WorkListPage from "../WorkListPage";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated 此组件仅为向后兼容而保留,请逐步迁移至使用 <WorkList> 组件。
|
|
5
|
-
* 未来版本将移除此组件,请尽早替换所有引用。
|
|
6
|
-
* 兼容别名:原 WorkList2 行为
|
|
7
|
-
*/
|
|
8
|
-
const WorkListPage2 = (props) => React.createElement(WorkListPage, { ...props });
|
|
9
|
-
export default WorkListPage2;
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/pages/WorkListPage2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAE3C;;;;GAIG;AAEH,MAAM,aAAa,GAAG,CAAC,KAAU,EAAE,EAAE,CAAC,oBAAC,YAAY,OAAK,KAAK,GAAI,CAAC;AAElE,eAAe,aAAa,CAAC"}
|