@dcodegroup-au/dsg-vue 0.0.27 → 0.0.29

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.
@@ -303,6 +303,7 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
303
303
  "dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
304
304
  "dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
305
305
  "dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
306
+ "dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
306
307
  "dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
307
308
  "dsg-table:term-changed": (term: string | null) => any;
308
309
  "dsg-table:filter-updated": (params: any, payload: any, activeFacet: DsgTableSearchFacet | null | undefined) => any;
@@ -311,6 +312,7 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
311
312
  "onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
312
313
  "onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
313
314
  "onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
315
+ "onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
314
316
  "onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
315
317
  "onDsg-table:term-changed"?: ((term: string | null) => any) | undefined;
316
318
  "onDsg-table:filter-updated"?: ((params: any, payload: any, activeFacet: DsgTableSearchFacet | null | undefined) => any) | undefined;
@@ -535,11 +535,13 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableActionsProp
535
535
  "dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
536
536
  "dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
537
537
  "dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
538
+ "dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
538
539
  "dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
539
540
  }, string, import('vue').PublicProps, Readonly<DsgTableActionsProps> & Readonly<{
540
541
  "onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
541
542
  "onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
542
543
  "onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
544
+ "onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
543
545
  "onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
544
546
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
545
547
  dsgTableActions: HTMLDivElement;