@aibee/crc-bmap 0.14.2 → 0.14.3
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/index.cjs +1 -1
- package/lib/index.esm.min.js +1 -1
- package/lib/meta.json +3 -3
- package/lib/src/loader/AibeeLoader/layer.d.ts +1 -1
- package/package.json +1 -1
package/lib/meta.json
CHANGED
|
@@ -4683,7 +4683,7 @@
|
|
|
4683
4683
|
"format": "esm"
|
|
4684
4684
|
},
|
|
4685
4685
|
"../lib/src/loader/AibeeLoader/layer.js": {
|
|
4686
|
-
"bytes":
|
|
4686
|
+
"bytes": 10938,
|
|
4687
4687
|
"imports": [
|
|
4688
4688
|
{
|
|
4689
4689
|
"path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
|
|
@@ -9614,7 +9614,7 @@
|
|
|
9614
9614
|
"bytesInOutput": 8841
|
|
9615
9615
|
},
|
|
9616
9616
|
"../lib/src/loader/AibeeLoader/layer.js": {
|
|
9617
|
-
"bytesInOutput":
|
|
9617
|
+
"bytesInOutput": 4410
|
|
9618
9618
|
},
|
|
9619
9619
|
"../lib/src/loader/AibeeLoader/utils.js": {
|
|
9620
9620
|
"bytesInOutput": 1143
|
|
@@ -9749,7 +9749,7 @@
|
|
|
9749
9749
|
"bytesInOutput": 575
|
|
9750
9750
|
}
|
|
9751
9751
|
},
|
|
9752
|
-
"bytes":
|
|
9752
|
+
"bytes": 403932
|
|
9753
9753
|
}
|
|
9754
9754
|
}
|
|
9755
9755
|
}
|
|
@@ -6,7 +6,7 @@ export declare function transformLayersPoi(layer: AibeeFloorData["layers"][0], f
|
|
|
6
6
|
/**
|
|
7
7
|
* 转换图元
|
|
8
8
|
*/
|
|
9
|
-
export declare function graphLayer(layer: AibeeGraphicLayer, floor: Floor): void;
|
|
9
|
+
export declare function graphLayer(layer: AibeeGraphicLayer, floor: Floor, options: AibeeLoaderOptions): void;
|
|
10
10
|
export declare function groundLayer(layer: AibeeGroundLayer, floor: Floor): void;
|
|
11
11
|
/**
|
|
12
12
|
* 转换墙
|