@wizishop/angular-components 0.0.104 → 0.0.105
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/bundles/wizishop-angular-components.umd.js +3 -2
- 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/link/link.component.js +2 -2
- package/esm2015/lib/components/tag/tag.component.js +4 -3
- package/fesm2015/wizishop-angular-components.js +3 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.105.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.104.tgz +0 -0
|
@@ -865,7 +865,8 @@
|
|
|
865
865
|
TagComponent.decorators = [
|
|
866
866
|
{ type: i0.Component, args: [{
|
|
867
867
|
selector: 'wac-tag',
|
|
868
|
-
template: "<div class=\"wac-tag\" [classList]=\"'wac-tag--' + class\" [ngClass]=\"{ hover: hasClose, 'big': big }\">\n {{ label }}\n <span class=\"wac-tag__close\" *ngIf=\"hasClose\" (click)=\"toggleTag()\"><i class=\"fas fa-times\"></i></span>\n</div>\n"
|
|
868
|
+
template: "<div class=\"wac-tag\" [classList]=\"'wac-tag--' + class\" [ngClass]=\"{ hover: hasClose, 'big': big }\">\n {{ label }}\n <span class=\"wac-tag__close\" *ngIf=\"hasClose\" (click)=\"toggleTag()\"><i class=\"fas fa-times\"></i></span>\n</div>\n",
|
|
869
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
869
870
|
},] }
|
|
870
871
|
];
|
|
871
872
|
TagComponent.ctorParameters = function () { return []; };
|
|
@@ -1917,7 +1918,7 @@
|
|
|
1917
1918
|
},
|
|
1918
1919
|
set: function (link) {
|
|
1919
1920
|
this._link = link;
|
|
1920
|
-
if (link
|
|
1921
|
+
if (link) {
|
|
1921
1922
|
this.setAttributesLink();
|
|
1922
1923
|
}
|
|
1923
1924
|
},
|