@mcurros2/microm 1.1.410-0 → 1.1.411-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
@@ -1874,6 +1874,11 @@ export interface openEntityFormProps<T extends FormOptions<Entity<EntityDefiniti
1874
1874
  formProps: T;
1875
1875
  }
1876
1876
  export function openEntityForm<T extends FormOptions<Entity<EntityDefinition>>>({ modals, title, element, handleModalCancel, handleModalSaved, modalFormSize, formProps, handleModalClosed, withModalFullscreenButton }: openEntityFormProps<T>): Promise<void>;
1877
+ export const ACTViewImportErrorsLabels: {
1878
+ title: string;
1879
+ label: string;
1880
+ };
1881
+ export const ACTViewImportErrors: EntityClientAction;
1877
1882
  export class ImportProcessDef extends EntityDefinition {
1878
1883
  destinationProps: ImportDataDestinationProps;
1879
1884
  columns: {