commons-shared-web-ui 0.0.35 → 0.0.37
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
|
@@ -1644,6 +1644,7 @@ declare class ButtonComponent implements OnInit {
|
|
|
1644
1644
|
variant: ButtonVariant;
|
|
1645
1645
|
type: 'button' | 'submit' | 'reset';
|
|
1646
1646
|
disabled: boolean;
|
|
1647
|
+
get pointerEvents(): string;
|
|
1647
1648
|
width?: string;
|
|
1648
1649
|
height?: string;
|
|
1649
1650
|
borderRadius?: string;
|
|
@@ -2578,6 +2579,7 @@ declare class ConfirmationModalComponent implements OnInit, OnDestroy {
|
|
|
2578
2579
|
mergedConfig: ConfirmationModalConfig;
|
|
2579
2580
|
private previousActiveElement;
|
|
2580
2581
|
private isSubmitting;
|
|
2582
|
+
private _resetSubmittingTimer?;
|
|
2581
2583
|
ngOnInit(): void;
|
|
2582
2584
|
ngOnChanges(): void;
|
|
2583
2585
|
private updateConfig;
|