@aibee/crc-bmap 0.13.9 → 0.13.12

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/lib/meta.json CHANGED
@@ -2998,7 +2998,7 @@
2998
2998
  "format": "esm"
2999
2999
  },
3000
3000
  "../lib/src/elements/poi2.js": {
3001
- "bytes": 14218,
3001
+ "bytes": 14342,
3002
3002
  "imports": [
3003
3003
  {
3004
3004
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -4495,7 +4495,7 @@
4495
4495
  "format": "esm"
4496
4496
  },
4497
4497
  "../lib/src/context/renderer.js": {
4498
- "bytes": 2027,
4498
+ "bytes": 2299,
4499
4499
  "imports": [
4500
4500
  {
4501
4501
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -4656,7 +4656,7 @@
4656
4656
  "format": "esm"
4657
4657
  },
4658
4658
  "../lib/src/config.js": {
4659
- "bytes": 1910,
4659
+ "bytes": 2192,
4660
4660
  "imports": [
4661
4661
  {
4662
4662
  "path": "lodash",
@@ -4864,7 +4864,7 @@
4864
4864
  "format": "esm"
4865
4865
  },
4866
4866
  "../lib/src/bmap.js": {
4867
- "bytes": 22136,
4867
+ "bytes": 22235,
4868
4868
  "imports": [
4869
4869
  {
4870
4870
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -9238,7 +9238,7 @@
9238
9238
  "bytesInOutput": 208
9239
9239
  },
9240
9240
  "../lib/src/bmap.js": {
9241
- "bytesInOutput": 10933
9241
+ "bytesInOutput": 10978
9242
9242
  },
9243
9243
  "../lib/src/context/context.js": {
9244
9244
  "bytesInOutput": 8697
@@ -9466,7 +9466,7 @@
9466
9466
  "bytesInOutput": 1595
9467
9467
  },
9468
9468
  "../lib/src/elements/poi2.js": {
9469
- "bytesInOutput": 7619
9469
+ "bytesInOutput": 7681
9470
9470
  },
9471
9471
  "../lib/src/elements/svg-line.js": {
9472
9472
  "bytesInOutput": 2240
@@ -9544,7 +9544,7 @@
9544
9544
  "bytesInOutput": 13546
9545
9545
  },
9546
9546
  "../lib/src/context/renderer.js": {
9547
- "bytesInOutput": 997
9547
+ "bytesInOutput": 1126
9548
9548
  },
9549
9549
  "../lib/src/context/scene.js": {
9550
9550
  "bytesInOutput": 202
@@ -9559,7 +9559,7 @@
9559
9559
  "bytesInOutput": 2618
9560
9560
  },
9561
9561
  "../lib/src/config.js": {
9562
- "bytesInOutput": 1086
9562
+ "bytesInOutput": 1220
9563
9563
  },
9564
9564
  "../lib/src/loader/AibeeLoader/index.js": {
9565
9565
  "bytesInOutput": 8825
@@ -9697,7 +9697,7 @@
9697
9697
  "bytesInOutput": 433
9698
9698
  }
9699
9699
  },
9700
- "bytes": 401126
9700
+ "bytes": 401496
9701
9701
  }
9702
9702
  }
9703
9703
  }
@@ -12,7 +12,10 @@ export interface Config {
12
12
  loadPlaceInfo: string;
13
13
  };
14
14
  enableBoxSelect: boolean;
15
- resizeObserver: boolean;
15
+ resizeObserver: {
16
+ enable: boolean;
17
+ debounceTime: number;
18
+ };
16
19
  heatMap: Partial<HeatmapConfiguration>;
17
20
  useFloorCache: boolean;
18
21
  control: {
@@ -67,6 +70,7 @@ export interface Config {
67
70
  loaderPlaceConfig: {
68
71
  textFontSize: number;
69
72
  };
73
+ renderAnimation: 'setTimeout' | 'requestAnimationFrame';
70
74
  }
71
75
  export declare const defaultConfig: Config;
72
76
  export type DeepPartial<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.13.9",
3
+ "version": "0.13.12",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",