cd-form 1.0.33 → 1.0.35

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.
@@ -195,6 +195,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
195
195
  import: (file: File) => void;
196
196
  export: () => void;
197
197
  "download-template": () => void;
198
+ "batch-delete": (ids: string[]) => void;
198
199
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
199
200
  formData: FormDataConfig;
200
201
  columnData?: ColumnDataConfig;
@@ -344,6 +345,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
344
345
  onImport?: ((file: File) => any) | undefined;
345
346
  onExport?: (() => any) | undefined;
346
347
  "onDownload-template"?: (() => any) | undefined;
348
+ "onBatch-delete"?: ((ids: string[]) => any) | undefined;
347
349
  }>, {
348
350
  data: any[];
349
351
  showFilter: boolean;