@gis_victory/gismap 2.0.86 → 2.0.87

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
@@ -2125,8 +2125,7 @@ root: any;
2125
2125
  data: TreeNodeData[];
2126
2126
  lazy: boolean;
2127
2127
  load?: LoadFunction | undefined;
2128
- filterNodeMethod
2129
- /** @type { [typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, ] } */ ? /** @type { [typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, ] } */: FilterNodeMethodFunction | undefined;
2128
+ filterNodeMethod?: FilterNodeMethodFunction | undefined;
2130
2129
  key: TreeKey;
2131
2130
  defaultCheckedKeys?: TreeKey[] | undefined;
2132
2131
  checkStrictly: boolean;
@@ -3764,8 +3763,7 @@ root: any;
3764
3763
  data: TreeNodeData[];
3765
3764
  lazy: boolean;
3766
3765
  load?: LoadFunction | undefined;
3767
- filterNodeMethod
3768
- /** @type { [typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, ] } */ ? /** @type { [typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, typeof __VLS_components.ElIcon, typeof __VLS_components.elIcon, ] } */: FilterNodeMethodFunction | undefined;
3766
+ filterNodeMethod?: FilterNodeMethodFunction | undefined;
3769
3767
  key: TreeKey;
3770
3768
  defaultCheckedKeys?: TreeKey[] | undefined;
3771
3769
  checkStrictly: boolean;