@gis_victory/gismap 2.0.3 → 2.0.4

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
@@ -1843,8 +1843,7 @@ updateLeafState: () => void;
1843
1843
  setChecked: (value?: boolean | string, deep?: boolean, recursion?: boolean, passValue?: boolean) => void;
1844
1844
  getChildren: (forceInit?: boolean) => TreeNodeData | TreeNodeData[] | null;
1845
1845
  updateChildren: () => void;
1846
- loadData: (callback: (data
1847
- /** @type { [typeof __VLS_components.Search, ] } */ ? /** @type { [typeof __VLS_components.Search, ] } */: TreeNodeData[]) => void, defaultProps?: TreeNodeLoadedDefaultProps) => void;
1846
+ loadData: (callback: (data?: TreeNodeData[]) => void, defaultProps?: TreeNodeLoadedDefaultProps) => void;
1848
1847
  eachNode: (callback: (node: Node_2) => void) => void;
1849
1848
  reInitChecked: () => void;
1850
1849
  } | null, Node_2 | {
@@ -3050,8 +3049,7 @@ updateLeafState: () => void;
3050
3049
  setChecked: (value?: boolean | string, deep?: boolean, recursion?: boolean, passValue?: boolean) => void;
3051
3050
  getChildren: (forceInit?: boolean) => TreeNodeData | TreeNodeData[] | null;
3052
3051
  updateChildren: () => void;
3053
- loadData: (callback: (data
3054
- /** @type { [typeof __VLS_components.Search, ] } */ ? /** @type { [typeof __VLS_components.Search, ] } */: TreeNodeData[]) => void, defaultProps?: TreeNodeLoadedDefaultProps) => void;
3052
+ loadData: (callback: (data?: TreeNodeData[]) => void, defaultProps?: TreeNodeLoadedDefaultProps) => void;
3055
3053
  eachNode: (callback: (node: Node_2) => void) => void;
3056
3054
  reInitChecked: () => void;
3057
3055
  } | null, Node_2 | {