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;
|