fx-form-builder-wrapper 1.0.2 → 1.0.3

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.
@@ -41,7 +41,9 @@ export declare class DynamicTableComponent extends FxBaseComponent implements On
41
41
  generalValues: any;
42
42
  selectedAction: any;
43
43
  selectedRow: any;
44
+ selectedRowIndex: any;
44
45
  displayConfirmationDialog: boolean;
46
+ apiDataToDrawTable: any[];
45
47
  tableFormControl: FormControl<any>;
46
48
  smartDropdownOptions: {
47
49
  [key: string]: Array<{
@@ -65,10 +67,10 @@ export declare class DynamicTableComponent extends FxBaseComponent implements On
65
67
  parseUrls(urls: string[], rowIndex: number, columns: any): void;
66
68
  onCheckboxChange(event: Event, row: any, column: any): void;
67
69
  initializeCheckboxDefaults(tableData: any): void;
68
- handleAction(row: any, action: any): void;
70
+ handleAction(row: any, action: any, rowIndex: any): void;
69
71
  confirmAction(): void;
70
72
  cancelAction(): void;
71
- executeAction(row: any, action: any): void;
73
+ executeAction(row: any, action: any, rowIndex: any): void;
72
74
  ngOnDestroy(): void;
73
75
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTableComponent, never>;
74
76
  static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTableComponent, "fx-dynamic-table", never, { "tableRows": { "alias": "tableRows"; "required": false; }; "previewType": { "alias": "previewType"; "required": false; }; "tableConfig": { "alias": "tableConfig"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-form-builder-wrapper",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",