@quadrel-enterprise-ui/framework 20.1.0 → 20.3.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/index.d.ts CHANGED
@@ -17158,6 +17158,7 @@ declare class QdQuickEditComponent<T extends string> implements OnInit, OnChange
17158
17158
  ngOnInit(): void;
17159
17159
  ngOnChanges(changes: SimpleChanges): void;
17160
17160
  ngOnDestroy(): void;
17161
+ isActionDisabled(action: QdQuickEditSecondaryAction<T>, row: QdQuickEditRow<T>): boolean;
17161
17162
  handleSecondaryAction(action: QdQuickEditSecondaryAction<T>, rowIndex: number): void;
17162
17163
  getComponentType(column: QdQuickEditColumn<T>): Type<unknown> | null;
17163
17164
  getComponentInputs(column: QdQuickEditColumn<T>, row: QdQuickEditRow<T>): any;