@moxa/graph 3.0.0-beta.14 → 3.0.0-beta.16
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/behaviors/collapse-expand/index.d.ts.map +1 -1
- package/behaviors/drill-down/drill-down-manager.d.ts +57 -22
- package/behaviors/drill-down/drill-down-manager.d.ts.map +1 -1
- package/behaviors/drill-down/index.d.ts +9 -17
- package/behaviors/drill-down/index.d.ts.map +1 -1
- package/behaviors/drill-down/models/index.d.ts +165 -1
- package/behaviors/drill-down/models/index.d.ts.map +1 -1
- package/components/edge-polyline/index.d.ts.map +1 -1
- package/components/edge-polyline/utils/index.d.ts +41 -0
- package/components/edge-polyline/utils/index.d.ts.map +1 -0
- package/components/group-device/index.d.ts +25 -2
- package/components/group-device/index.d.ts.map +1 -1
- package/components/group-device/models/index.d.ts +10 -0
- package/components/group-device/models/index.d.ts.map +1 -1
- package/components/group-device/transforms/index.d.ts.map +1 -1
- package/components/group-device/utils/style.d.ts.map +1 -1
- package/components/shared/transforms/edge-transform.d.ts.map +1 -1
- package/components/shared/utils/edge-utils/endpoint.d.ts +1 -1
- package/components/shared/utils/edge-utils/endpoint.d.ts.map +1 -1
- package/components/shared/utils/group-utils/drill-icon.d.ts +1 -4
- package/components/shared/utils/group-utils/drill-icon.d.ts.map +1 -1
- package/components/shared/utils/group-utils/index.d.ts +2 -1
- package/components/shared/utils/group-utils/index.d.ts.map +1 -1
- package/components/shared/utils/group-utils/label-background.d.ts +7 -4
- package/components/shared/utils/group-utils/label-background.d.ts.map +1 -1
- package/components/shared/utils/group-utils/label-layout.d.ts +87 -0
- package/components/shared/utils/group-utils/label-layout.d.ts.map +1 -0
- package/components/shared/utils/index.d.ts +1 -0
- package/components/shared/utils/index.d.ts.map +1 -1
- package/core/graph/graph.d.ts +5 -4
- package/core/graph/graph.d.ts.map +1 -1
- package/core/model/edge.model.d.ts +17 -1
- package/core/model/edge.model.d.ts.map +1 -1
- package/core/model/group.model.d.ts +18 -0
- package/core/model/group.model.d.ts.map +1 -1
- package/core/model/label.model.d.ts +2 -0
- package/core/model/label.model.d.ts.map +1 -1
- package/core/utils/graph.helper.d.ts +14 -0
- package/core/utils/graph.helper.d.ts.map +1 -1
- package/index.cjs +75 -75
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +11681 -11263
- package/package.json +1 -1
- package/shared/utils/helpers/clean-object.d.ts.map +1 -0
- package/shared/utils/helpers/code-highlight.d.ts.map +1 -0
- package/shared/utils/{utils → helpers}/index.d.ts +1 -0
- package/shared/utils/helpers/index.d.ts.map +1 -0
- package/shared/utils/helpers/node-util.d.ts.map +1 -0
- package/shared/utils/helpers/random.d.ts +6 -0
- package/shared/utils/helpers/random.d.ts.map +1 -0
- package/shared/utils/index.d.ts +1 -1
- package/shared/utils/index.d.ts.map +1 -1
- package/shared/utils/utils/clean-object.d.ts.map +0 -1
- package/shared/utils/utils/code-highlight.d.ts.map +0 -1
- package/shared/utils/utils/index.d.ts.map +0 -1
- package/shared/utils/utils/node-util.d.ts.map +0 -1
- /package/shared/utils/{utils → helpers}/clean-object.d.ts +0 -0
- /package/shared/utils/{utils → helpers}/code-highlight.d.ts +0 -0
- /package/shared/utils/{utils → helpers}/node-util.d.ts +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clean-object.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/helpers/clean-object.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,8CAA8C;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8CAA8C;IAC9C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,8CAA8C;IAC9C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,+CAA+C;IAC/C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,2DAA2D;IAC3D,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAcD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,kBAAuB,GAAG,CAAC,CAyC1E;AAuDD;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAStC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-highlight.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/helpers/code-highlight.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,oCAG/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-util.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/helpers/node-util.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,eAAW,EAAE,YAAS,EAAE,YAAO;;;;;;;;;;;GAa1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"random.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/helpers/random.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,SAAS,QAAO,MAAyC,CAAC"}
|
package/shared/utils/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export * from './edge-labels';
|
|
|
5
5
|
export * from './five-nodes';
|
|
6
6
|
export * from './moxa-graph';
|
|
7
7
|
export * from './node-edge-group';
|
|
8
|
-
export * from './
|
|
8
|
+
export * from './helpers';
|
|
9
9
|
export declare const Demo: {
|
|
10
10
|
FIVE_NODES: import('../..').GraphData;
|
|
11
11
|
MOXA_GRAPH: import('../..').GraphData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/graph/src/shared/utils/index.ts"],"names":[],"mappings":"AAKA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/graph/src/shared/utils/index.ts"],"names":[],"mappings":"AAKA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAE1B,eAAO,MAAM,IAAI;;;;;CAKhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clean-object.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/utils/clean-object.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,8CAA8C;IAC9C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,0CAA0C;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8CAA8C;IAC9C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,8CAA8C;IAC9C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,+CAA+C;IAC/C,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,2DAA2D;IAC3D,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAcD;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,kBAAuB,GAAG,CAAC,CAyC1E;AAuDD;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAStC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code-highlight.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/utils/code-highlight.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,oCAG/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"node-util.d.ts","sourceRoot":"","sources":["../../../../../libs/graph/src/shared/utils/utils/node-util.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,eAAW,EAAE,YAAS,EAAE,YAAO;;;;;;;;;;;GAa1D,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|