@wizishop/angular-components 0.0.33 → 0.0.37
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 +1 -2
- package/bundles/wizishop-angular-components.umd.js +22 -16
- 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/header-page/header-page.component.js +2 -2
- package/esm2015/lib/components/selects/select-in-text/select-in-text.component.js +8 -1
- package/esm2015/lib/components/shared-components.module.js +4 -2
- package/fesm2015/wizishop-angular-components.js +11 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/selects/select-in-text/select-in-text.component.d.ts +3 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.37.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.33.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -204,6 +204,7 @@ $wac-button-tab-background: #EAEDF5!default;
|
|
|
204
204
|
position: relative;
|
|
205
205
|
display: flex;
|
|
206
206
|
align-items: center;
|
|
207
|
+
padding: 20px 0;
|
|
207
208
|
&:hover,
|
|
208
209
|
&:focus {
|
|
209
210
|
z-index: 4;
|
|
@@ -223,7 +224,6 @@ $wac-button-tab-background: #EAEDF5!default;
|
|
|
223
224
|
&__current {
|
|
224
225
|
display: flex;
|
|
225
226
|
width: auto;
|
|
226
|
-
min-width: 100%;
|
|
227
227
|
justify-content: space-between;
|
|
228
228
|
align-items: center;
|
|
229
229
|
align-content: center;
|
|
@@ -266,7 +266,6 @@ $wac-button-tab-background: #EAEDF5!default;
|
|
|
266
266
|
margin-top: rem(14);
|
|
267
267
|
left: 0;
|
|
268
268
|
width: auto;
|
|
269
|
-
max-width: 100%;
|
|
270
269
|
border: 1px solid $wac-border-light;
|
|
271
270
|
border-radius: 3px;
|
|
272
271
|
display: flex;
|
|
@@ -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/table'), require('@angular/animations'), require('ngx-chips'), require('uuid'), require('@ngx-translate/core')) :
|
|
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/table', '@angular/animations', 'ngx-chips', 'uuid', '@ngx-translate/core'], 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.table, global.ng.animations, global['ngx-chips'], global.uuid, global['@ngx-translate/core']));
|
|
5
|
-
}(this, (function (exports, i1, i0, common, forms, ngxPerfectScrollbar, rxjs, operators, table, animations, ngxChips, uuid, core) { '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/table'), require('@angular/animations'), require('ngx-chips'), require('uuid'), 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/table', '@angular/animations', 'ngx-chips', 'uuid', '@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.table, global.ng.animations, global['ngx-chips'], global.uuid, global['@ngx-translate/core'], global.ng.router));
|
|
5
|
+
}(this, (function (exports, i1, i0, common, forms, ngxPerfectScrollbar, rxjs, operators, table, animations, ngxChips, uuid, core, router) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -230,16 +230,10 @@
|
|
|
230
230
|
r[k] = a[j];
|
|
231
231
|
return r;
|
|
232
232
|
}
|
|
233
|
-
function __spreadArray(to, from
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
if (!ar)
|
|
238
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
|
239
|
-
ar[i] = from[i];
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
233
|
+
function __spreadArray(to, from) {
|
|
234
|
+
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
235
|
+
to[j] = from[i];
|
|
236
|
+
return to;
|
|
243
237
|
}
|
|
244
238
|
function __await(v) {
|
|
245
239
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -1682,7 +1676,7 @@
|
|
|
1682
1676
|
HeaderPageComponent.decorators = [
|
|
1683
1677
|
{ type: i0.Component, args: [{
|
|
1684
1678
|
selector: 'wac-header-page',
|
|
1685
|
-
template: "<div class=\"wac-header-page\">\n <div class=\"wac-header-page__maxWidth\">\n <div class=\"wac-header-page__maxWidth__top\">\n <div class=\"wac-header-page__maxWidth__top__left\">\n <a *ngIf=\"linkBack\" [
|
|
1679
|
+
template: "<div class=\"wac-header-page\">\n <div class=\"wac-header-page__maxWidth\">\n <div class=\"wac-header-page__maxWidth__top\">\n <div class=\"wac-header-page__maxWidth__top__left\">\n <a *ngIf=\"linkBack\" [routerLink]=\"linkBack\"><i class=\"fas fa-chevron-left\"></i></a>\n <wac-h1>{{ title }}<ng-content select=\"[role=header]\"></ng-content></wac-h1>\n </div>\n <div class=\"wac-header-page__maxWidth__top__right\">\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n</div>\n"
|
|
1686
1680
|
},] }
|
|
1687
1681
|
];
|
|
1688
1682
|
HeaderPageComponent.ctorParameters = function () { return []; };
|
|
@@ -2724,6 +2718,17 @@
|
|
|
2724
2718
|
this.selectValue = new i0.EventEmitter();
|
|
2725
2719
|
this.clickOnCallToAction = new i0.EventEmitter();
|
|
2726
2720
|
}
|
|
2721
|
+
Object.defineProperty(SelectInTextComponent.prototype, "items", {
|
|
2722
|
+
get: function () {
|
|
2723
|
+
return this._items;
|
|
2724
|
+
},
|
|
2725
|
+
set: function (items) {
|
|
2726
|
+
this._items = items;
|
|
2727
|
+
this.setInitialValues();
|
|
2728
|
+
},
|
|
2729
|
+
enumerable: false,
|
|
2730
|
+
configurable: true
|
|
2731
|
+
});
|
|
2727
2732
|
SelectInTextComponent.prototype.ngOnInit = function () {
|
|
2728
2733
|
this.currentLabel = this.placeholder;
|
|
2729
2734
|
this.setInitialValues();
|
|
@@ -3506,7 +3511,8 @@
|
|
|
3506
3511
|
InputModule,
|
|
3507
3512
|
LoaderModule,
|
|
3508
3513
|
ProgressBarModule,
|
|
3509
|
-
ngxPerfectScrollbar.PerfectScrollbarModule
|
|
3514
|
+
ngxPerfectScrollbar.PerfectScrollbarModule,
|
|
3515
|
+
router.RouterModule
|
|
3510
3516
|
],
|
|
3511
3517
|
declarations: components,
|
|
3512
3518
|
exports: __spread(components, exportsFromModule)
|