commons-shared-web-ui 0.0.35 → 0.0.36

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
@@ -2578,6 +2578,7 @@ declare class ConfirmationModalComponent implements OnInit, OnDestroy {
2578
2578
  mergedConfig: ConfirmationModalConfig;
2579
2579
  private previousActiveElement;
2580
2580
  private isSubmitting;
2581
+ private _resetSubmittingTimer?;
2581
2582
  ngOnInit(): void;
2582
2583
  ngOnChanges(): void;
2583
2584
  private updateConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commons-shared-web-ui",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "20.3.15",
6
6
  "@angular/cdk": "20.2.14",