mirage2d 1.2.38 → 1.2.39

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.
@@ -367,6 +367,14 @@ export declare class baseGraphicLayer extends baseLayer {
367
367
  * @param {boolean} isincludes 默认false 判断相等 当true时判断包含
368
368
  */
369
369
  displayFeatures(json: any, isshow: any, isincludes?: boolean): void;
370
+ /**
371
+ * @description:显示被隐藏的要素
372
+ */
373
+ showFeatures(): void;
374
+ /**
375
+ * @description:隐藏所有要素
376
+ */
377
+ hideFeatures(): void;
370
378
  /**
371
379
  * 绘制图形
372
380
  * @param {object} option 属性结合