@wizishop/angular-components 0.0.46 → 0.0.50
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 +4534 -4516
- package/bundles/wizishop-angular-components.umd.js +3 -3
- 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-popup/alert-popup.component.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/esm2015/wizishop-angular-components.js +2 -3
- package/fesm2015/wizishop-angular-components.js +2 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/wizishop-angular-components-0.0.50.tgz +0 -0
- package/wizishop-angular-components.d.ts +1 -2
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.46.tgz +0 -0
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
AlertPopupComponent.decorators = [
|
|
3503
3503
|
{ type: i0.Component, args: [{
|
|
3504
3504
|
selector: 'wac-alert-popup',
|
|
3505
|
-
template: "<div\n [class]=\"'alert ' + ((config.color) ? config.color : ' is-primary') + ((config.extraClasses) ? ' ' + config.extraClasses : '') + ((config.position) ? ' ' + config.position : '') + ((config.fullsize) ? ' fullsize' : '') + ((config.opacity) ? ' opacity-active' : '') + ((config.small) ? ' small' : '')\"\n [ngClass]=\"{'is-active': open}\"\n>\n <div class=\"alert--message\">\n <span class=\"icon\" *ngIf=\"config.icon\">\n <i [class]=\"config.icon\"></i>\n </span>\n <span (click)=\"dismiss()\" class=\"wac-alert-popup__close\"><i class=\"fas fa-times\"></i></span>\n <p *ngIf=\"config.title\" class=\"wac-alert-popup__title\" [innerHTML]=\"config.title\"></p>\n <p *ngIf=\"config.message\" class=\"wac-alert-popup__text\" [innerHTML]=\"config.message\"></p>\n </div>\n</div>\n",
|
|
3505
|
+
template: "<div\n [class]=\"'alert ' + ((config.color) ? config.color : ' is-primary') + ((config.extraClasses) ? ' ' + config.extraClasses : '') + ((config.position) ? ' ' + config.position : '') + ((config.fullsize) ? ' fullsize' : '') + ((config.opacity) ? ' opacity-active' : '') + ((config.small) ? ' small' : '') + ((config.icon) ? ' with-icon' : '')\"\n [ngClass]=\"{'is-active': open}\"\n>\n <div class=\"alert--message\">\n <span class=\"icon\" *ngIf=\"config.icon\">\n <i [class]=\"config.icon\"></i>\n </span>\n <span (click)=\"dismiss()\" class=\"wac-alert-popup__close\"><i class=\"fas fa-times\"></i></span>\n <p *ngIf=\"config.title\" class=\"wac-alert-popup__title\" [innerHTML]=\"config.title\"></p>\n <p *ngIf=\"config.message\" class=\"wac-alert-popup__text\" [innerHTML]=\"config.message\"></p>\n </div>\n</div>\n",
|
|
3506
3506
|
host: {
|
|
3507
3507
|
class: 'wac-alert-popup'
|
|
3508
3508
|
},
|
|
@@ -3669,6 +3669,7 @@
|
|
|
3669
3669
|
exports.AbstractDebounceDirective = AbstractDebounceDirective;
|
|
3670
3670
|
exports.AlertComponent = AlertComponent;
|
|
3671
3671
|
exports.AlertPopupComponent = AlertPopupComponent;
|
|
3672
|
+
exports.AlertPopupModule = AlertPopupModule;
|
|
3672
3673
|
exports.AlertPopupService = AlertPopupService;
|
|
3673
3674
|
exports.AutoHideDirective = AutoHideDirective;
|
|
3674
3675
|
exports.BackComponent = BackComponent;
|
|
@@ -3741,8 +3742,7 @@
|
|
|
3741
3742
|
exports.ɵk = LoaderModule;
|
|
3742
3743
|
exports.ɵl = CheckboxModule;
|
|
3743
3744
|
exports.ɵm = inOutY;
|
|
3744
|
-
exports.ɵn =
|
|
3745
|
-
exports.ɵo = inOutX;
|
|
3745
|
+
exports.ɵn = inOutX;
|
|
3746
3746
|
|
|
3747
3747
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3748
3748
|
|