@pan-ya/libgeo3dviewer 1.7.41 → 1.7.43
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/dist/index.d.ts +3 -1
- package/dist/libgeo3dviewer.cjs.js +26 -26
- package/dist/libgeo3dviewer.es.js +4364 -4286
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1232,9 +1232,11 @@ declare type RibbonLayerProps = {
|
|
|
1232
1232
|
export declare const RoadWay: default_2.FC<RoadWayProps & ReactChildren>;
|
|
1233
1233
|
|
|
1234
1234
|
declare type RoadWayNameMatching = {
|
|
1235
|
-
mode: 'prefix' | 'regex';
|
|
1235
|
+
mode: 'prefix' | 'regex' | 'exact';
|
|
1236
1236
|
value: string;
|
|
1237
1237
|
flags?: string;
|
|
1238
|
+
fontSize?: number;
|
|
1239
|
+
color?: string;
|
|
1238
1240
|
};
|
|
1239
1241
|
|
|
1240
1242
|
/**
|