@wizishop/angular-components 0.0.79 → 0.0.83
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 +2 -0
- package/bundles/wizishop-angular-components.umd.js +1 -1
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/alert/alert.component.js +2 -2
- package/esm2015/lib/components/edit-in-place/edit-in-place.component.js +1 -1
- package/esm2015/lib/components/selects/select/select.component.js +1 -1
- package/esm2015/lib/components/tree/tree.component.js +1 -1
- package/esm2015/lib/components/tree/tree.dto.js +1 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/wizishop-angular-components.js +1 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/tree/tree.component.d.ts +4 -2
- package/lib/components/tree/tree.dto.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/wizishop-angular-components-0.0.83.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.79.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -4680,6 +4680,7 @@ h4.wac-h4 {
|
|
|
4680
4680
|
}
|
|
4681
4681
|
.wac-field-checkbox {
|
|
4682
4682
|
&__row {
|
|
4683
|
+
position: relative;
|
|
4683
4684
|
min-width: 100%;
|
|
4684
4685
|
margin: 0;
|
|
4685
4686
|
}
|
|
@@ -4752,6 +4753,7 @@ h4.wac-h4 {
|
|
|
4752
4753
|
|
|
4753
4754
|
.is-checkradio[type='checkbox'] {
|
|
4754
4755
|
outline: 0 !important;
|
|
4756
|
+
top: 0;
|
|
4755
4757
|
& + label {
|
|
4756
4758
|
font-size: rem(14);
|
|
4757
4759
|
line-height: 0;
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
AlertComponent.decorators = [
|
|
2081
2081
|
{ type: i0.Component, args: [{
|
|
2082
2082
|
selector: 'wac-alert',
|
|
2083
|
-
template: "<div class=\"wac-alert\" [ngClass]=\"{ success: success, warning: warning, alert: alert }\">\n <i *ngIf=\"icon\" [ngClass]=\"iconClass\"></i>\n <p><ng-content></ng-content></p
|
|
2083
|
+
template: "<div class=\"wac-alert\" [ngClass]=\"{ success: success, warning: warning, alert: alert }\">\n <i *ngIf=\"icon\" [ngClass]=\"iconClass\"></i>\n <p><ng-content></ng-content></p> <!-- ! Refacto : Remove p tag, attention \u00E0 wizi-admin -->\n</div>\n"
|
|
2084
2084
|
},] }
|
|
2085
2085
|
];
|
|
2086
2086
|
AlertComponent.ctorParameters = function () { return []; };
|