@voplus/morpho-document 1.0.0-dev218 → 1.0.0-dev220

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,7 +1,7 @@
1
1
  import "./index.less";
2
2
  import DocumentItem from "../../DocumentItem";
3
3
  import React from "react";
4
- import UnitItem from "../../../modules/unit/components/UnitItem/DefaultUnitItem";
4
+ import UnitItem from "../../../modules/unit/components/UnitItem/SubUnitItem";
5
5
  import { useObserver } from "mobx-react-lite";
6
6
  const ObjectItem = (props) => {
7
7
  const { id, index, objectType } = { ...props };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/QuickAccessSearch/ObjectItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,QAAQ,MAAM,2DAA2D,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,UAAU,GAAG,CAAC,KAAuE,EAAE,EAAE;IAC9F,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC;IAC/C,OAAO,WAAW,CAAC,GAAG,EAAE,CAAC,CACxB,oBAAC,KAAK,CAAC,QAAQ;QACb,UAAU,KAAK,UAAU,IAAI,oBAAC,YAAY,IAAC,IAAI,EAAC,KAAK,EAAC,EAAE,EAAE,EAAE,GAAI;QAChE,UAAU,KAAK,MAAM,IAAI,oBAAC,QAAQ,IAAC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,GAAI,CAC5C,CACjB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/QuickAccessSearch/ObjectItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,QAAQ,MAAM,uDAAuD,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,UAAU,GAAG,CAAC,KAAuE,EAAE,EAAE;IAC9F,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC;IAC/C,OAAO,WAAW,CAAC,GAAG,EAAE,CAAC,CACxB,oBAAC,KAAK,CAAC,QAAQ;QACb,UAAU,KAAK,UAAU,IAAI,oBAAC,YAAY,IAAC,IAAI,EAAC,KAAK,EAAC,EAAE,EAAE,EAAE,GAAI;QAChE,UAAU,KAAK,MAAM,IAAI,oBAAC,QAAQ,IAAC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,GAAI,CAC5C,CACjB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "1.0.0-dev218",
3
+ "version": "1.0.0-dev220",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"
@@ -44,10 +44,10 @@
44
44
  "@types/file-saver": "^2.0.1",
45
45
  "@types/invariant": "^2.2.32",
46
46
  "@types/lodash-es": "^4.17.3",
47
- "@types/object-hash": "^1.3.1",
48
- "@types/react": "^16.9.34",
47
+ "@types/object-hash": "^1.3.2",
48
+ "@types/react": "^16.9.35",
49
49
  "@types/react-custom-scrollbars": "^4.0.6",
50
- "@types/react-dom": "^16.9.7",
50
+ "@types/react-dom": "^16.9.8",
51
51
  "@types/react-infinite-scroller": "^1.2.1",
52
52
  "@types/react-router": "^5.1.7",
53
53
  "@types/react-sortable-tree-theme-file-explorer": "0.0.0",
@@ -56,7 +56,7 @@
56
56
  "@voplus/antd": "^4.0.3-vo1.0.0",
57
57
  "@voplus/morpho-client-test": "^1.0.0-dev014",
58
58
  "@voplus/morpho-collaboration": "^1.0.0-dev024",
59
- "@voplus/morpho-config": "^1.0.0-dev48",
59
+ "@voplus/morpho-config": "^1.0.0-dev50",
60
60
  "@voplus/morpho-data": "^1.0.0-dev095",
61
61
  "@voplus/morpho-org": "^1.0.0-dev032-antd4",
62
62
  "@voplus/morpho-text": "^1.0.0-dev016",