@gis_victory/gismap 2.0.82 → 2.0.83

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 CHANGED
@@ -321,6 +321,7 @@ updateData: (data: any) => void;
321
321
  setVisible: (visible: boolean) => void;
322
322
  getLayerId: () => string;
323
323
  getLineLayerId: () => string;
324
+ getInnerLineLayerId: () => string;
324
325
  } | undefined;
325
326
  readonly templateManager: {
326
327
  initialize: (templateItems: TemplateItem[]) => void;
@@ -7257,6 +7258,10 @@ declare class MaskManager {
7257
7258
  * 获取遮罩边界线图层ID
7258
7259
  */
7259
7260
  getLineLayerId(): string;
7261
+ /**
7262
+ * 获取遮罩内线图层ID
7263
+ */
7264
+ getInnerLineLayerId(): string;
7260
7265
  }
7261
7266
 
7262
7267
  /**