@softheon/armature 15.9.1 → 15.10.0
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/assets/styles/sof-styles.scss +20 -2
- package/esm2020/lib/base-components/sof-confirm-address/sof-confirm-address.component.mjs +4 -4
- package/esm2020/lib/header/components/header/header.component.mjs +2 -2
- package/fesm2015/softheon-armature.mjs +5 -5
- package/fesm2015/softheon-armature.mjs.map +1 -1
- package/fesm2020/softheon-armature.mjs +5 -5
- package/fesm2020/softheon-armature.mjs.map +1 -1
- package/lib/base-components/sof-confirm-address/sof-confirm-address.component.d.ts +3 -3
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class SofConfirmAddressComponent implements OnInit {
|
|
6
6
|
dialogRef: MatDialogRef<any>;
|
|
7
7
|
data: ConfirmAddressData;
|
|
8
|
-
/**
|
|
8
|
+
/** The selected option */
|
|
9
9
|
selectedOption: string;
|
|
10
10
|
/** The confirmed address form */
|
|
11
11
|
confirmedAddressForm: FormGroup;
|
|
@@ -21,9 +21,9 @@ export declare class SofConfirmAddressComponent implements OnInit {
|
|
|
21
21
|
constructor(dialogRef: MatDialogRef<any>, data: ConfirmAddressData);
|
|
22
22
|
/** Life cycle hook on component init */
|
|
23
23
|
ngOnInit(): void;
|
|
24
|
-
/** On
|
|
24
|
+
/** On click of the cancel btn this function gets fired */
|
|
25
25
|
onNoClick(): void;
|
|
26
|
-
/** On click of the use address btn this function
|
|
26
|
+
/** On click of the use address btn this function gets fired */
|
|
27
27
|
confirmAddr(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofConfirmAddressComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<SofConfirmAddressComponent, "sof-confirm-address", never, {}, {}, never, never, false, never>;
|