@energycap/components 0.39.27-ECAP-26661-delete-site-updates-product-aware-confirm.20240930-1454 → 0.39.27-ECAP-26661-delete-site-updates-product-aware-confirm.20240930-1521
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/esm2020/lib/display/confirm/confirm.component.mjs +3 -3
- package/fesm2015/energycap-components.mjs +2 -2
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +2 -2
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/display/confirm/confirm.component.d.ts +1 -1
- package/package.json +1 -1
@@ -27,7 +27,7 @@ export declare class ConfirmDialogContext {
|
|
27
27
|
* Determine the label next to the checkbox
|
28
28
|
* if checkConfirm is true otherwise is not visible
|
29
29
|
*/
|
30
|
-
|
30
|
+
checkboxText?: string;
|
31
31
|
/**
|
32
32
|
* Optional textbox type, this will determine whether
|
33
33
|
* an input is visible or not
|
package/package.json
CHANGED