@moxa/graph 3.0.0-beta.6 → 3.0.0-beta.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxa/graph",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.7",
4
4
  "peerDependencies": {
5
5
  "@antv/g6": "^5.0.49"
6
6
  },
@@ -0,0 +1,9 @@
1
+ export interface FontConfig {
2
+ fontFamily: string;
3
+ }
4
+ /**
5
+ * Gets the current font family from JSON configuration
6
+ * @returns Font family string
7
+ */
8
+ export declare function getCurrentFontFamily(): string;
9
+ //# sourceMappingURL=config-setter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-setter.d.ts","sourceRoot":"","sources":["../../../../libs/graph/src/shared/utils/config-setter.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,CAI7C"}
@@ -1,9 +1,10 @@
1
+ export * from './components';
2
+ export * from './config-setter';
1
3
  export * from './device-node';
4
+ export * from './edge-labels';
2
5
  export * from './five-nodes';
3
6
  export * from './moxa-graph';
4
7
  export * from './node-edge-group';
5
- export * from './edge-labels';
6
- export * from './components';
7
8
  export * from './utils';
8
9
  export declare const Demo: {
9
10
  FIVE_NODES: import('../..').GraphData;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/graph/src/shared/utils/index.ts"],"names":[],"mappings":"AAKA,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AAExB,eAAO,MAAM,IAAI;;;;;CAKhB,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,SAAS,CAAC;AAExB,eAAO,MAAM,IAAI;;;;;CAKhB,CAAC"}