@mcurros2/microm 1.1.366-0 → 1.1.368-0

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
@@ -2016,6 +2016,7 @@ export interface DataGridProps extends UseEntityUIProps {
2016
2016
  showColumnsConfigMenu?: boolean;
2017
2017
  initialHiddenColumns?: number[];
2018
2018
  showSelectRowsButton?: boolean;
2019
+ initialSelectRowsToggle?: boolean;
2019
2020
  }
2020
2021
  export type DataGridSelectionKeys = ValuesObject[];
2021
2022
  export interface useDataViewReturnType {
@@ -3321,6 +3322,7 @@ export function useMultiDataMapGrid({ dataMapView, viewState, selectionMode, map
3321
3322
  onDataRefresh: (result: _OperationStatus1<_DataResult1[]>) => void;
3322
3323
  doubleClickAction: (("view" | "none" | "edit" | ((record: _GridRecord1) => void)) & NonNullable<"view" | "none" | "edit" | ((record: _GridRecord1) => void) | undefined>) | undefined;
3323
3324
  initialHiddenColumns: number[];
3325
+ initialSelectRowsToggle: boolean;
3324
3326
  refreshOnInit: boolean;
3325
3327
  onSearch: _DataViewSearchCallback1;
3326
3328
  setInitialFiltersFromColumns: boolean;