@mcurros2/microm 1.1.396-0 → 1.1.398-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
@@ -1903,7 +1903,6 @@ export class ImportProcess extends Entity<ImportProcessDef> {
1903
1903
  constructor(client: MicroMClient, parentKeys: ValuesObject | undefined, destinationProps: ImportDataDestinationProps);
1904
1904
  }
1905
1905
  export type ImportDataPanelProps = DataGridPanelProps & {
1906
- destinationEntityExportViewName?: string;
1907
1906
  importFileStepProps?: ImportFileStepCustomizationProps;
1908
1907
  };
1909
1908
  export const ImportDataPanelDefaultProps: Partial<ImportDataPanelProps>;