@wizishop/angular-components 0.0.34 → 0.0.38
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 +5 -2
- package/bundles/wizishop-angular-components.umd.js +17 -10
- 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/shared-components.module.js +4 -2
- package/fesm2015/wizishop-angular-components.js +4 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.38.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.34.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;
|
|
@@ -1350,6 +1349,10 @@ $wac-button-tab-background: #EAEDF5!default;
|
|
|
1350
1349
|
color: $wac-second-color;
|
|
1351
1350
|
cursor: pointer;
|
|
1352
1351
|
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1352
|
+
display: flex;
|
|
1353
|
+
justify-content: flex-start;
|
|
1354
|
+
align-items: center;
|
|
1355
|
+
align-content: center;
|
|
1353
1356
|
|
|
1354
1357
|
i {
|
|
1355
1358
|
min-width: 15px;
|
|
@@ -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,10 +230,16 @@
|
|
|
230
230
|
r[k] = a[j];
|
|
231
231
|
return r;
|
|
232
232
|
}
|
|
233
|
-
function __spreadArray(to, from) {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
233
|
+
function __spreadArray(to, from, pack) {
|
|
234
|
+
if (pack || arguments.length === 2)
|
|
235
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
236
|
+
if (ar || !(i in from)) {
|
|
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));
|
|
237
243
|
}
|
|
238
244
|
function __await(v) {
|
|
239
245
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -1676,7 +1682,7 @@
|
|
|
1676
1682
|
HeaderPageComponent.decorators = [
|
|
1677
1683
|
{ type: i0.Component, args: [{
|
|
1678
1684
|
selector: 'wac-header-page',
|
|
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\" [
|
|
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\" [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"
|
|
1680
1686
|
},] }
|
|
1681
1687
|
];
|
|
1682
1688
|
HeaderPageComponent.ctorParameters = function () { return []; };
|
|
@@ -3511,7 +3517,8 @@
|
|
|
3511
3517
|
InputModule,
|
|
3512
3518
|
LoaderModule,
|
|
3513
3519
|
ProgressBarModule,
|
|
3514
|
-
ngxPerfectScrollbar.PerfectScrollbarModule
|
|
3520
|
+
ngxPerfectScrollbar.PerfectScrollbarModule,
|
|
3521
|
+
router.RouterModule
|
|
3515
3522
|
],
|
|
3516
3523
|
declarations: components,
|
|
3517
3524
|
exports: __spread(components, exportsFromModule)
|