@wizishop/angular-components 14.3.28 → 14.3.29
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/angular-components.scss +39 -39
- package/esm2020/lib/components/button/button.component.mjs +2 -2
- package/esm2020/lib/components/inputs/input-with-select/option-item.dto.mjs +1 -1
- package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +1 -1
- package/fesm2015/wizishop-angular-components.mjs +1 -1
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +1 -1
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/inputs/input-with-select/option-item.dto.d.ts +1 -0
- package/lib/pipes/find-option-selected-field.pipe.d.ts +1 -2
- package/package.json +1 -1
- package/wizishop-angular-components-14.3.29.tgz +0 -0
- package/wizishop-angular-components-14.3.28.tgz +0 -0
|
@@ -1491,7 +1491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
1491
1491
|
}] } });
|
|
1492
1492
|
|
|
1493
1493
|
class ButtonComponent {
|
|
1494
|
-
constructor(type, formGroup) {
|
|
1494
|
+
constructor(type = 'submit', formGroup) {
|
|
1495
1495
|
this.type = type;
|
|
1496
1496
|
this.formGroup = formGroup;
|
|
1497
1497
|
// todo add button type (ex: for submit and check if it works with template driven forms)
|