@wizishop/angular-components 0.0.139 → 0.0.142
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 +1639 -1365
- package/bundles/wizishop-angular-components.umd.js +87 -8
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +2 -2
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +17 -0
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.dto.js +2 -0
- package/esm2015/lib/components/button/button.component.js +4 -2
- package/esm2015/lib/components/card-price/card-price.component.js +29 -0
- package/esm2015/lib/components/hn/h1/h1.component.js +4 -2
- package/esm2015/lib/components/shared-components.module.js +10 -2
- package/esm2015/lib/components/text-area/text-area.component.js +4 -2
- package/esm2015/lib/components/wrapper-sidebar/wrapper-sidebar.component.js +19 -0
- package/esm2015/public-api.js +4 -1
- package/fesm2015/wizishop-angular-components.js +78 -5
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +7 -0
- package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts +5 -0
- package/lib/components/button/button.component.d.ts +1 -0
- package/lib/components/card-price/card-price.component.d.ts +14 -0
- package/lib/components/hn/h1/h1.component.d.ts +1 -0
- package/lib/components/text-area/text-area.component.d.ts +1 -0
- package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +6 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/wizishop-angular-components-0.0.142.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.139.tgz +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wizishop/ng-wizi-bulma'), require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-perfect-scrollbar'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/overlay'), require('@angular/cdk/table'), require('@angular/animations'), require('ngx-chips'), require('@ngx-translate/core'), require('@angular/router')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@wizishop/angular-components', ['exports', '@wizishop/ng-wizi-bulma', '@angular/core', '@angular/common', '@angular/forms', 'ngx-perfect-scrollbar', 'rxjs', 'rxjs/operators', '@angular/cdk/overlay', '@angular/cdk/table', '@angular/animations', 'ngx-chips', '@ngx-translate/core', '@angular/router'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wizishop = global.wizishop || {}, global.wizishop['angular-components'] = {}), global['ng-wizi-bulma'], global.ng.core, global.ng.common, global.ng.forms, global['ngx-perfect-scrollbar'], global.rxjs, global.rxjs.operators, global.ng.cdk.overlay, global.ng.cdk.table, global.ng.animations, global['ngx-chips'], global['@ngx-translate/core'], global.ng.router));
|
|
5
|
-
}(this, (function (exports, i1$1, i0, common, forms, ngxPerfectScrollbar, rxjs, operators, i1, table, animations, ngxChips, core, router) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wizishop/ng-wizi-bulma'), require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-perfect-scrollbar'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/overlay'), require('@angular/cdk/table'), require('@angular/animations'), require('ngx-chips'), require('@ngx-translate/core'), require('@angular/router'), require('ngx-autosize')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@wizishop/angular-components', ['exports', '@wizishop/ng-wizi-bulma', '@angular/core', '@angular/common', '@angular/forms', 'ngx-perfect-scrollbar', 'rxjs', 'rxjs/operators', '@angular/cdk/overlay', '@angular/cdk/table', '@angular/animations', 'ngx-chips', '@ngx-translate/core', '@angular/router', 'ngx-autosize'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wizishop = global.wizishop || {}, global.wizishop['angular-components'] = {}), global['ng-wizi-bulma'], global.ng.core, global.ng.common, global.ng.forms, global['ngx-perfect-scrollbar'], global.rxjs, global.rxjs.operators, global.ng.cdk.overlay, global.ng.cdk.table, global.ng.animations, global['ngx-chips'], global['@ngx-translate/core'], global.ng.router, global.ngxAutosize));
|
|
5
|
+
}(this, (function (exports, i1$1, i0, common, forms, ngxPerfectScrollbar, rxjs, operators, i1, table, animations, ngxChips, core, router, ngxAutosize) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1229,6 +1229,7 @@
|
|
|
1229
1229
|
this.extraClasses = 'is-info'; // todo make a list of existing class
|
|
1230
1230
|
this.label = '';
|
|
1231
1231
|
this.icon = '';
|
|
1232
|
+
this.textcolor = '#ffffff';
|
|
1232
1233
|
this.widthAuto = false;
|
|
1233
1234
|
this.contentHorizontalPosition = 'center';
|
|
1234
1235
|
this.iconFontSize = 12;
|
|
@@ -1331,7 +1332,7 @@
|
|
|
1331
1332
|
ButtonComponent.decorators = [
|
|
1332
1333
|
{ type: i0.Component, args: [{
|
|
1333
1334
|
selector: 'wac-button',
|
|
1334
|
-
template: "<a\n [class]=\"'wac-button ' + extraClasses\"\n (click)=\"confirmDelete && waitForConfirmDelete ? addMaxWidthDelete() : '';onButtonClick($event);\"\n (mouseleave)=\"animation ? resetMaxWidth() : '';\"\n (mouseenter)=\"animation ? addMaxWidth() : '';\"\n wzAutoHide (clickOutside)=\"confirmDelete && !waitForConfirmDelete ? resetMaxWidthDelete() : ''\"\n [ngClass]=\"[\n label === '' ? 'alone' : '',\n animationRight ? 'animation-right' : '',\n animation ? 'animationText' : '',\n isLoading ? 'is-loading' : '',\n opacity ? 'opacity' : '',\n disabled ? 'disabled' : '',\n widthAuto ? 'width-auto' : '',\n whiteSpaceNowrap ? 'white-space-no-wrap' : '',\n !waitForConfirmDelete && confirmDelete ? 'step-delete' : '',\n confirmDelete ? 'deletePosition-' + confirmDeletePosition : ''\n ]\"\n [ngStyle]=\"{\n 'text-align': contentHorizontalPosition\n }\"\n>\n <span class=\"wac-button__wrapper\">\n <i *ngIf=\"icon !== ''\" [ngClass]=\"icon\" [style.font-size.px]=\"iconFontSize\"></i>\n {{ label }}\n <i *ngIf=\"iconNext !== ''\" [ngClass]=\"iconNext\" [style.font-size.px]=\"iconFontSize\"></i>\n </span>\n <span class=\"wac-button__animation\" [style.maxWidth]=\"buttonMaxWidth\" [style.width]=\"buttonWidth + 'px'\">\n <span #calculWidth class=\"wac-button__animation__text\" [innerHTML]=\"animationText\"></span>\n </span>\n <span class=\"wac-button__confirmDelete\" [style.maxWidth]=\"buttonMaxWidthDelete\" [style.width]=\"buttonWidthDelete + 'px'\">\n <span #calculWidthDelete class=\"wac-button__confirmDelete__text\" [innerHTML]=\"confirmDeleteText\"></span>\n </span>\n <span\n class=\"wac-button__loader\"\n [ngClass]=\"extraClasses.includes('is-outlined') ? 'outlined' : ''\"\n *ngIf=\"isLoading\"\n [style.width]=\"currentLoading + '%'\"\n >\n <span *ngIf=\"extraClasses.includes('is-outlined')\">\n <i *ngIf=\"icon !== ''\" [ngClass]=\"icon\" [style.font-size.px]=\"iconFontSize\"></i>\n {{ label }}\n <i *ngIf=\"iconNext !== ''\" [ngClass]=\"iconNext\" [style.font-size.px]=\"iconFontSize\"></i>\n </span>\n\n </span>\n</a>\n"
|
|
1335
|
+
template: "<a\n [class]=\"'wac-button ' + extraClasses\"\n (click)=\"confirmDelete && waitForConfirmDelete ? addMaxWidthDelete() : '';onButtonClick($event);\"\n (mouseleave)=\"animation ? resetMaxWidth() : '';\"\n (mouseenter)=\"animation ? addMaxWidth() : '';\"\n wzAutoHide (clickOutside)=\"confirmDelete && !waitForConfirmDelete ? resetMaxWidthDelete() : ''\"\n [ngClass]=\"[\n label === '' ? 'alone' : '',\n animationRight ? 'animation-right' : '',\n animation ? 'animationText' : '',\n isLoading ? 'is-loading' : '',\n opacity ? 'opacity' : '',\n disabled ? 'disabled' : '',\n widthAuto ? 'width-auto' : '',\n whiteSpaceNowrap ? 'white-space-no-wrap' : '',\n !waitForConfirmDelete && confirmDelete ? 'step-delete' : '',\n confirmDelete ? 'deletePosition-' + confirmDeletePosition : ''\n ]\"\n [ngStyle]=\"{\n 'text-align': contentHorizontalPosition\n }\"\n>\n <span class=\"wac-button__wrapper\" [style.color]=\"textcolor\">\n <i *ngIf=\"icon !== ''\" [ngClass]=\"icon\" [style.font-size.px]=\"iconFontSize\"></i>\n {{ label }}\n <i *ngIf=\"iconNext !== ''\" [ngClass]=\"iconNext\" [style.font-size.px]=\"iconFontSize\"></i>\n </span>\n <span class=\"wac-button__animation\" [style.maxWidth]=\"buttonMaxWidth\" [style.width]=\"buttonWidth + 'px'\">\n <span #calculWidth class=\"wac-button__animation__text\" [innerHTML]=\"animationText\"></span>\n </span>\n <span class=\"wac-button__confirmDelete\" [style.maxWidth]=\"buttonMaxWidthDelete\" [style.width]=\"buttonWidthDelete + 'px'\">\n <span #calculWidthDelete class=\"wac-button__confirmDelete__text\" [innerHTML]=\"confirmDeleteText\"></span>\n </span>\n <span\n class=\"wac-button__loader\"\n [ngClass]=\"extraClasses.includes('is-outlined') ? 'outlined' : ''\"\n *ngIf=\"isLoading\"\n [style.width]=\"currentLoading + '%'\"\n >\n <span *ngIf=\"extraClasses.includes('is-outlined')\">\n <i *ngIf=\"icon !== ''\" [ngClass]=\"icon\" [style.font-size.px]=\"iconFontSize\"></i>\n {{ label }}\n <i *ngIf=\"iconNext !== ''\" [ngClass]=\"iconNext\" [style.font-size.px]=\"iconFontSize\"></i>\n </span>\n\n </span>\n</a>\n"
|
|
1335
1336
|
},] }
|
|
1336
1337
|
];
|
|
1337
1338
|
ButtonComponent.ctorParameters = function () { return []; };
|
|
@@ -1340,6 +1341,7 @@
|
|
|
1340
1341
|
label: [{ type: i0.Input }],
|
|
1341
1342
|
icon: [{ type: i0.Input }],
|
|
1342
1343
|
iconNext: [{ type: i0.Input }],
|
|
1344
|
+
textcolor: [{ type: i0.Input }],
|
|
1343
1345
|
widthAuto: [{ type: i0.Input }],
|
|
1344
1346
|
contentHorizontalPosition: [{ type: i0.Input }],
|
|
1345
1347
|
iconFontSize: [{ type: i0.Input }],
|
|
@@ -1991,6 +1993,7 @@
|
|
|
1991
1993
|
this.size = null;
|
|
1992
1994
|
this.min = null;
|
|
1993
1995
|
this.max = null;
|
|
1996
|
+
this.dynamicSize = false;
|
|
1994
1997
|
this.progressBar = false;
|
|
1995
1998
|
this.disabled = false;
|
|
1996
1999
|
this.id = 'wac-textarea__' +
|
|
@@ -2026,7 +2029,7 @@
|
|
|
2026
2029
|
TextAreaComponent.decorators = [
|
|
2027
2030
|
{ type: i0.Component, args: [{
|
|
2028
2031
|
selector: 'wac-text-area',
|
|
2029
|
-
template: "<div class=\"field wac-text-area\">\n <div class=\"field-label is-normal has-text-left\">\n <label class=\"label has-text-weight-normal\" [innerHTML]=\"label\" [for]=\"id\"></label>\n </div>\n <div class=\"field-body\">\n <div class=\"field\">\n <p class=\"control\" [ngClass]=\"{ 'has-icons-right': textError }\">\n <textarea\n class=\"textarea\"\n [id]=\"id\"\n [ngClass]=\"{ 'is-danger': textError, 'has-help-text': textInfo != '' || size }\"\n [placeholder]=\"placeholder\"\n [attr.size]=\"size\"\n [(ngModel)]=\"value\"\n (ngModelChange)=\"onChange($event)\"\n (blur)=\"onBlur()\"\n [disabled]=\"disabled\"\n ></textarea>\n\n <span *ngIf=\"textError\" class=\"icon is-small is-right\">\n <i class=\"fal fa-times has-text-danger\"></i>\n </span>\n <span\n *ngIf=\"textInfo && (textError === null || textError === '')\"\n class=\"is-size-7 wac-text-area__info text-info\"\n [innerHtml]=\"textInfo\"\n ></span>\n <span *ngIf=\"textError\" class=\"is-size-7 wac-text-area__error has-text-danger\" [innerHtml]=\"textError\"></span>\n <span\n *ngIf=\"size && !progressBar\"\n class=\"is-size-7 wac-text-area__size\"\n [ngClass]=\"value && value.length > size ? 'has-text-danger' : ''\"\n >{{ value ? value.length : 0 }}/{{ size }}</span\n >\n </p>\n <wac-progress-bar *ngIf=\"progressBar && value\" [min]=\"min\" [max]=\"max\" [valueLength]=\"value.length\"></wac-progress-bar>\n </div>\n </div>\n</div>\n",
|
|
2032
|
+
template: "<div class=\"field wac-text-area\" [ngClass]=\"{'dynamic': dynamicSize}\">\n <div class=\"field-label is-normal has-text-left\">\n <label class=\"label has-text-weight-normal\" [innerHTML]=\"label\" [for]=\"id\"></label>\n </div>\n <div class=\"field-body\">\n <div class=\"field\">\n <p class=\"control\" [ngClass]=\"{ 'has-icons-right': textError }\">\n <textarea\n class=\"textarea\"\n [id]=\"id\"\n [ngClass]=\"{ 'is-danger': textError, 'has-help-text': textInfo != '' || size }\"\n [placeholder]=\"placeholder\"\n [attr.size]=\"size\"\n [(ngModel)]=\"value\"\n (ngModelChange)=\"onChange($event)\"\n (blur)=\"onBlur()\"\n [disabled]=\"disabled\"\n [autosize]=\"dynamicSize\"\n [onlyGrow]=\"true\"\n ></textarea>\n\n <span *ngIf=\"textError\" class=\"icon is-small is-right\">\n <i class=\"fal fa-times has-text-danger\"></i>\n </span>\n <span\n *ngIf=\"textInfo && (textError === null || textError === '')\"\n class=\"is-size-7 wac-text-area__info text-info\"\n [innerHtml]=\"textInfo\"\n ></span>\n <span *ngIf=\"textError\" class=\"is-size-7 wac-text-area__error has-text-danger\" [innerHtml]=\"textError\"></span>\n <span\n *ngIf=\"size && !progressBar\"\n class=\"is-size-7 wac-text-area__size\"\n [ngClass]=\"value && value.length > size ? 'has-text-danger' : ''\"\n >{{ value ? value.length : 0 }}/{{ size }}</span\n >\n </p>\n <wac-progress-bar *ngIf=\"progressBar && value\" [min]=\"min\" [max]=\"max\" [valueLength]=\"value.length\"></wac-progress-bar>\n </div>\n </div>\n</div>\n",
|
|
2030
2033
|
providers: [{ provide: forms.NG_VALUE_ACCESSOR, useExisting: TextAreaComponent, multi: true }]
|
|
2031
2034
|
},] }
|
|
2032
2035
|
];
|
|
@@ -2039,11 +2042,13 @@
|
|
|
2039
2042
|
size: [{ type: i0.Input }],
|
|
2040
2043
|
min: [{ type: i0.Input }],
|
|
2041
2044
|
max: [{ type: i0.Input }],
|
|
2045
|
+
dynamicSize: [{ type: i0.Input }],
|
|
2042
2046
|
progressBar: [{ type: i0.Input }]
|
|
2043
2047
|
};
|
|
2044
2048
|
|
|
2045
2049
|
var H1Component = /** @class */ (function () {
|
|
2046
2050
|
function H1Component() {
|
|
2051
|
+
this.annotation = '';
|
|
2047
2052
|
this.withImg = false;
|
|
2048
2053
|
}
|
|
2049
2054
|
H1Component.prototype.ngOnInit = function () { };
|
|
@@ -2052,11 +2057,12 @@
|
|
|
2052
2057
|
H1Component.decorators = [
|
|
2053
2058
|
{ type: i0.Component, args: [{
|
|
2054
2059
|
selector: 'wac-h1',
|
|
2055
|
-
template: "<h1 class=\"wac-h1\" [ngClass]=\"{'with-img': withImg}\"><ng-content></ng-content></h1>\n"
|
|
2060
|
+
template: "<h1 class=\"wac-h1\" [ngClass]=\"{'with-img': withImg}\"><ng-content></ng-content><small *ngIf=\"annotation !== ''\">{{ annotation }}</small></h1>\n"
|
|
2056
2061
|
},] }
|
|
2057
2062
|
];
|
|
2058
2063
|
H1Component.ctorParameters = function () { return []; };
|
|
2059
2064
|
H1Component.propDecorators = {
|
|
2065
|
+
annotation: [{ type: i0.Input }],
|
|
2060
2066
|
withImg: [{ type: i0.Input }]
|
|
2061
2067
|
};
|
|
2062
2068
|
|
|
@@ -4185,6 +4191,72 @@
|
|
|
4185
4191
|
},] }
|
|
4186
4192
|
];
|
|
4187
4193
|
|
|
4194
|
+
var WrapperSidebarComponent = /** @class */ (function () {
|
|
4195
|
+
function WrapperSidebarComponent() {
|
|
4196
|
+
this.reverse = false;
|
|
4197
|
+
}
|
|
4198
|
+
WrapperSidebarComponent.prototype.ngOnInit = function () {
|
|
4199
|
+
};
|
|
4200
|
+
return WrapperSidebarComponent;
|
|
4201
|
+
}());
|
|
4202
|
+
WrapperSidebarComponent.decorators = [
|
|
4203
|
+
{ type: i0.Component, args: [{
|
|
4204
|
+
selector: 'wac-wrapper-sidebar',
|
|
4205
|
+
template: "<div class=\"wac-wrapper-sidebar\" [ngClass]=\"{'reverse': reverse}\">\n <div class=\"wac-wrapper-sidebar__left\">\n <ng-content select=\"[sidebar]\"></ng-content>\n </div>\n <div class=\"wac-wrapper-sidebar__right\">\n <ng-content select=\"[content]\"></ng-content>\n </div>\n</div>\n"
|
|
4206
|
+
},] }
|
|
4207
|
+
];
|
|
4208
|
+
WrapperSidebarComponent.ctorParameters = function () { return []; };
|
|
4209
|
+
WrapperSidebarComponent.propDecorators = {
|
|
4210
|
+
reverse: [{ type: i0.Input }]
|
|
4211
|
+
};
|
|
4212
|
+
|
|
4213
|
+
var BreadcrumbsComponent = /** @class */ (function () {
|
|
4214
|
+
function BreadcrumbsComponent() {
|
|
4215
|
+
}
|
|
4216
|
+
BreadcrumbsComponent.prototype.ngOnInit = function () {
|
|
4217
|
+
};
|
|
4218
|
+
return BreadcrumbsComponent;
|
|
4219
|
+
}());
|
|
4220
|
+
BreadcrumbsComponent.decorators = [
|
|
4221
|
+
{ type: i0.Component, args: [{
|
|
4222
|
+
selector: 'wac-breadcrumbs',
|
|
4223
|
+
template: "<div class=\"wac-breadcrumbs\">\n <div class=\"wac-breadcrumbs__wrapper\">\n <div class=\"wac-breadcrumbs__item\" *ngFor=\"let b of breadcrumbs; let i = index;\">\n <div class=\"round\" [ngClass]=\"{'valid': b.valid, 'current': b['current']}\"><span *ngIf=\"!b.valid\"><span *ngIf=\"i < 9\">0</span>{{ i + 1 }}</span><i class=\"fas fa-check\" *ngIf=\"b.valid\"></i></div>\n <div class=\"name\" [ngClass]=\"{'valid': b.valid}\">{{ b.name }}</div>\n <i class=\"fas fa-chevron-right\"></i>\n </div>\n </div>\n</div>\n"
|
|
4224
|
+
},] }
|
|
4225
|
+
];
|
|
4226
|
+
BreadcrumbsComponent.ctorParameters = function () { return []; };
|
|
4227
|
+
BreadcrumbsComponent.propDecorators = {
|
|
4228
|
+
breadcrumbs: [{ type: i0.Input }]
|
|
4229
|
+
};
|
|
4230
|
+
|
|
4231
|
+
var CardPriceComponent = /** @class */ (function () {
|
|
4232
|
+
function CardPriceComponent() {
|
|
4233
|
+
this.click = new i0.EventEmitter();
|
|
4234
|
+
}
|
|
4235
|
+
CardPriceComponent.prototype.ngOnInit = function () {
|
|
4236
|
+
};
|
|
4237
|
+
CardPriceComponent.prototype.triggerClick = function () {
|
|
4238
|
+
this.click.emit(true);
|
|
4239
|
+
};
|
|
4240
|
+
return CardPriceComponent;
|
|
4241
|
+
}());
|
|
4242
|
+
CardPriceComponent.decorators = [
|
|
4243
|
+
{ type: i0.Component, args: [{
|
|
4244
|
+
selector: 'wac-card-price',
|
|
4245
|
+
template: "<div class=\"wac-card-price\">\n <strong>{{amount}}</strong>\n <p>{{title}}</p>\n <div class=\"price\">\n <span class=\"amount\">{{price}} <span>{{currency}}</span></span><span class=\"month\">{{priceWording}}</span>\n </div>\n <div class=\"subtitle\">{{subtitle}}</div>\n <div class=\"cta\">\n <wac-button [label]=\"btnLabel\" extraClasses=\"is-success\" (click)=\"triggerClick()\"></wac-button>\n </div>\n</div>\n"
|
|
4246
|
+
},] }
|
|
4247
|
+
];
|
|
4248
|
+
CardPriceComponent.ctorParameters = function () { return []; };
|
|
4249
|
+
CardPriceComponent.propDecorators = {
|
|
4250
|
+
amount: [{ type: i0.Input }],
|
|
4251
|
+
title: [{ type: i0.Input }],
|
|
4252
|
+
price: [{ type: i0.Input }],
|
|
4253
|
+
currency: [{ type: i0.Input }],
|
|
4254
|
+
priceWording: [{ type: i0.Input }],
|
|
4255
|
+
subtitle: [{ type: i0.Input }],
|
|
4256
|
+
btnLabel: [{ type: i0.Input }],
|
|
4257
|
+
click: [{ type: i0.Output }]
|
|
4258
|
+
};
|
|
4259
|
+
|
|
4188
4260
|
var components = [
|
|
4189
4261
|
TagComponent,
|
|
4190
4262
|
TabComponent,
|
|
@@ -4226,7 +4298,10 @@
|
|
|
4226
4298
|
WrapperBlocsComponent,
|
|
4227
4299
|
SnackbarComponent,
|
|
4228
4300
|
SearchComponent,
|
|
4229
|
-
SelectedListComponent
|
|
4301
|
+
SelectedListComponent,
|
|
4302
|
+
WrapperSidebarComponent,
|
|
4303
|
+
BreadcrumbsComponent,
|
|
4304
|
+
CardPriceComponent
|
|
4230
4305
|
];
|
|
4231
4306
|
var exportsFromModule = [
|
|
4232
4307
|
PaginationComponent,
|
|
@@ -4271,6 +4346,7 @@
|
|
|
4271
4346
|
ngxPerfectScrollbar.PerfectScrollbarModule,
|
|
4272
4347
|
AlertPopupModule,
|
|
4273
4348
|
router.RouterModule,
|
|
4349
|
+
ngxAutosize.AutosizeModule,
|
|
4274
4350
|
TreeModule
|
|
4275
4351
|
],
|
|
4276
4352
|
declarations: components,
|
|
@@ -4327,8 +4403,10 @@
|
|
|
4327
4403
|
exports.AutoHideDirective = AutoHideDirective;
|
|
4328
4404
|
exports.BackComponent = BackComponent;
|
|
4329
4405
|
exports.BlockComponent = BlockComponent;
|
|
4406
|
+
exports.BreadcrumbsComponent = BreadcrumbsComponent;
|
|
4330
4407
|
exports.ButtonComponent = ButtonComponent;
|
|
4331
4408
|
exports.CalendarComponent = CalendarComponent;
|
|
4409
|
+
exports.CardPriceComponent = CardPriceComponent;
|
|
4332
4410
|
exports.CheckBoxRow = CheckBoxRow;
|
|
4333
4411
|
exports.CheckboxComponent = CheckboxComponent;
|
|
4334
4412
|
exports.DebounceKeyupDirective = DebounceKeyupDirective;
|
|
@@ -4391,6 +4469,7 @@
|
|
|
4391
4469
|
exports.WiziComponentsModule = WiziComponentsModule;
|
|
4392
4470
|
exports.WrapperBlocsComponent = WrapperBlocsComponent;
|
|
4393
4471
|
exports.WrapperComponent = WrapperComponent;
|
|
4472
|
+
exports.WrapperSidebarComponent = WrapperSidebarComponent;
|
|
4394
4473
|
exports.WzEditInPlaceComponent = WzEditInPlaceComponent;
|
|
4395
4474
|
exports.ZindexToggleDirective = ZindexToggleDirective;
|
|
4396
4475
|
exports.ɵa = DomService;
|