@quadrel-enterprise-ui/framework 19.3.2 → 19.3.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.
@@ -424,7 +424,7 @@ export interface QdPageCancelAction {
424
424
  /**
425
425
  * @description Handler function that is triggered when the cancel action is executed.
426
426
  */
427
- handler: (formValues?: any) => void;
427
+ handler: () => void;
428
428
  /**
429
429
  * @description An optional confirmation message displayed in a dialog when the user attempts to cancel the operation, warning that all changes will be discarded.
430
430
  * If no custom message is provided, a standard message will be shown by default.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "v19.3.2",
3
+ "version": "v19.3.3",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^19.2.9",
6
6
  "@angular/common": "^19.2.9",