@wizishop/angular-components 14.4.51 → 14.4.52
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 +165 -165
- package/esm2020/lib/services/history.service.mjs +3 -6
- package/fesm2015/wizishop-angular-components.mjs +2 -5
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +2 -5
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.52.tgz +0 -0
- package/wizishop-angular-components-14.4.51.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -440,6 +440,25 @@ $wac-link-active: #38A3F1!default;
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
}
|
|
443
|
+
wac-block {
|
|
444
|
+
.wac-block {
|
|
445
|
+
background-color: $white;
|
|
446
|
+
@include padding(rem(30));
|
|
447
|
+
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
|
|
448
|
+
@include simple_transition();
|
|
449
|
+
height: 100%;
|
|
450
|
+
border-radius: var(--wac-block-border-radius);
|
|
451
|
+
|
|
452
|
+
@include media('<tablet') {
|
|
453
|
+
@include padding(rem(20));
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
&:hover {
|
|
457
|
+
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
|
|
443
462
|
.wac-back {
|
|
444
463
|
width: 40px;
|
|
445
464
|
height: 40px;
|
|
@@ -467,25 +486,6 @@ $wac-link-active: #38A3F1!default;
|
|
|
467
486
|
}
|
|
468
487
|
}
|
|
469
488
|
}
|
|
470
|
-
wac-block {
|
|
471
|
-
.wac-block {
|
|
472
|
-
background-color: $white;
|
|
473
|
-
@include padding(rem(30));
|
|
474
|
-
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
|
|
475
|
-
@include simple_transition();
|
|
476
|
-
height: 100%;
|
|
477
|
-
border-radius: var(--wac-block-border-radius);
|
|
478
|
-
|
|
479
|
-
@include media('<tablet') {
|
|
480
|
-
@include padding(rem(20));
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
&:hover {
|
|
484
|
-
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
|
|
489
489
|
.block-with-checkbox {
|
|
490
490
|
width: 100%;
|
|
491
491
|
display: flex;
|
|
@@ -6094,152 +6094,6 @@ wac-optional-disable-container {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
}
|
|
6096
6096
|
}
|
|
6097
|
-
.wac-table {
|
|
6098
|
-
width: 100%;
|
|
6099
|
-
|
|
6100
|
-
&__head {
|
|
6101
|
-
@include flexbox();
|
|
6102
|
-
@include flex-flow(row nowrap);
|
|
6103
|
-
width: 100%;
|
|
6104
|
-
border-top: 1px solid $wac-border-form;
|
|
6105
|
-
border-bottom: 1px solid $wac-border-form;
|
|
6106
|
-
background-color: $wac-gray-background;
|
|
6107
|
-
|
|
6108
|
-
&__cell {
|
|
6109
|
-
@include flexbox();
|
|
6110
|
-
@include flex(1);
|
|
6111
|
-
padding: 15px 20px;
|
|
6112
|
-
font-size: 14px;
|
|
6113
|
-
line-height: 20px;
|
|
6114
|
-
color: $wac-main-text;
|
|
6115
|
-
font-weight: 600;
|
|
6116
|
-
|
|
6117
|
-
&--checkbox {
|
|
6118
|
-
@include flex(none);
|
|
6119
|
-
@include align-items(center);
|
|
6120
|
-
@include justify-content(center);
|
|
6121
|
-
}
|
|
6122
|
-
|
|
6123
|
-
&__search {
|
|
6124
|
-
color: $wac-main-text;
|
|
6125
|
-
padding-right: 23px;
|
|
6126
|
-
transition: background-image 0.3s ease-in-out;
|
|
6127
|
-
cursor: text;
|
|
6128
|
-
|
|
6129
|
-
&:hover {
|
|
6130
|
-
color: $wac-main-text;
|
|
6131
|
-
}
|
|
6132
|
-
|
|
6133
|
-
&--idle {
|
|
6134
|
-
background: transparent
|
|
6135
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
|
|
6136
|
-
center right / 14px 14px no-repeat;
|
|
6137
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6138
|
-
cursor: pointer;
|
|
6139
|
-
|
|
6140
|
-
&:hover {
|
|
6141
|
-
transition: color 0.3s ease-in-out;
|
|
6142
|
-
}
|
|
6143
|
-
}
|
|
6144
|
-
|
|
6145
|
-
&--up {
|
|
6146
|
-
background: transparent
|
|
6147
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
|
|
6148
|
-
center right / 14px 14px no-repeat;
|
|
6149
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6150
|
-
cursor: pointer;
|
|
6151
|
-
|
|
6152
|
-
&:hover {
|
|
6153
|
-
transition: color 0.3s ease-in-out;
|
|
6154
|
-
}
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
&--down {
|
|
6158
|
-
background: transparent
|
|
6159
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
6160
|
-
center right / 14px 14px no-repeat;
|
|
6161
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6162
|
-
cursor: pointer;
|
|
6163
|
-
|
|
6164
|
-
&:hover {
|
|
6165
|
-
transition: color 0.3s ease-in-out;
|
|
6166
|
-
}
|
|
6167
|
-
}
|
|
6168
|
-
}
|
|
6169
|
-
|
|
6170
|
-
&--center--left {
|
|
6171
|
-
@include align-items(center);
|
|
6172
|
-
@include justify-content(flex-start);
|
|
6173
|
-
}
|
|
6174
|
-
&--center--center {
|
|
6175
|
-
@include align-items(center);
|
|
6176
|
-
@include justify-content(center);
|
|
6177
|
-
}
|
|
6178
|
-
&--center--right {
|
|
6179
|
-
@include align-items(center);
|
|
6180
|
-
@include justify-content(flex-end);
|
|
6181
|
-
}
|
|
6182
|
-
}
|
|
6183
|
-
}
|
|
6184
|
-
|
|
6185
|
-
// TODO delete __search
|
|
6186
|
-
&__search {
|
|
6187
|
-
height: 100px;
|
|
6188
|
-
margin-top: 10px;
|
|
6189
|
-
}
|
|
6190
|
-
|
|
6191
|
-
&__body {
|
|
6192
|
-
width: 100%;
|
|
6193
|
-
margin-top: -10px;
|
|
6194
|
-
|
|
6195
|
-
&__loader {
|
|
6196
|
-
position: relative;
|
|
6197
|
-
min-height: 200px;
|
|
6198
|
-
}
|
|
6199
|
-
|
|
6200
|
-
&__line {
|
|
6201
|
-
@include flexbox();
|
|
6202
|
-
@include flex-flow(row nowrap);
|
|
6203
|
-
width: 100%;
|
|
6204
|
-
border-bottom: 1px solid $wac-textarea-border-color;
|
|
6205
|
-
|
|
6206
|
-
&:first-child:last-child {
|
|
6207
|
-
border-bottom: none;
|
|
6208
|
-
}
|
|
6209
|
-
|
|
6210
|
-
&__cell {
|
|
6211
|
-
@include flexbox();
|
|
6212
|
-
@include flex(1);
|
|
6213
|
-
padding: 20px 20px 20px 20px;
|
|
6214
|
-
font-size: 14px;
|
|
6215
|
-
line-height: 25px;
|
|
6216
|
-
color: $wac-secondary-color;
|
|
6217
|
-
|
|
6218
|
-
&--checkbox {
|
|
6219
|
-
@include flexbox();
|
|
6220
|
-
@include flex(none);
|
|
6221
|
-
@include justify-content(center);
|
|
6222
|
-
@include align-items(center);
|
|
6223
|
-
width: 80px;
|
|
6224
|
-
padding: 8px 20px;
|
|
6225
|
-
}
|
|
6226
|
-
|
|
6227
|
-
&--center--left {
|
|
6228
|
-
@include align-items(center);
|
|
6229
|
-
@include justify-content(flex-start);
|
|
6230
|
-
}
|
|
6231
|
-
&--center--center {
|
|
6232
|
-
@include align-items(center);
|
|
6233
|
-
@include justify-content(center);
|
|
6234
|
-
}
|
|
6235
|
-
&--center--right {
|
|
6236
|
-
@include align-items(center);
|
|
6237
|
-
@include justify-content(flex-end);
|
|
6238
|
-
}
|
|
6239
|
-
}
|
|
6240
|
-
}
|
|
6241
|
-
}
|
|
6242
|
-
}
|
|
6243
6097
|
.wac-tag {
|
|
6244
6098
|
position: relative;
|
|
6245
6099
|
display: flex;
|
|
@@ -6462,6 +6316,152 @@ wac-optional-disable-container {
|
|
|
6462
6316
|
}
|
|
6463
6317
|
}
|
|
6464
6318
|
}
|
|
6319
|
+
.wac-table {
|
|
6320
|
+
width: 100%;
|
|
6321
|
+
|
|
6322
|
+
&__head {
|
|
6323
|
+
@include flexbox();
|
|
6324
|
+
@include flex-flow(row nowrap);
|
|
6325
|
+
width: 100%;
|
|
6326
|
+
border-top: 1px solid $wac-border-form;
|
|
6327
|
+
border-bottom: 1px solid $wac-border-form;
|
|
6328
|
+
background-color: $wac-gray-background;
|
|
6329
|
+
|
|
6330
|
+
&__cell {
|
|
6331
|
+
@include flexbox();
|
|
6332
|
+
@include flex(1);
|
|
6333
|
+
padding: 15px 20px;
|
|
6334
|
+
font-size: 14px;
|
|
6335
|
+
line-height: 20px;
|
|
6336
|
+
color: $wac-main-text;
|
|
6337
|
+
font-weight: 600;
|
|
6338
|
+
|
|
6339
|
+
&--checkbox {
|
|
6340
|
+
@include flex(none);
|
|
6341
|
+
@include align-items(center);
|
|
6342
|
+
@include justify-content(center);
|
|
6343
|
+
}
|
|
6344
|
+
|
|
6345
|
+
&__search {
|
|
6346
|
+
color: $wac-main-text;
|
|
6347
|
+
padding-right: 23px;
|
|
6348
|
+
transition: background-image 0.3s ease-in-out;
|
|
6349
|
+
cursor: text;
|
|
6350
|
+
|
|
6351
|
+
&:hover {
|
|
6352
|
+
color: $wac-main-text;
|
|
6353
|
+
}
|
|
6354
|
+
|
|
6355
|
+
&--idle {
|
|
6356
|
+
background: transparent
|
|
6357
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
|
|
6358
|
+
center right / 14px 14px no-repeat;
|
|
6359
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6360
|
+
cursor: pointer;
|
|
6361
|
+
|
|
6362
|
+
&:hover {
|
|
6363
|
+
transition: color 0.3s ease-in-out;
|
|
6364
|
+
}
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6367
|
+
&--up {
|
|
6368
|
+
background: transparent
|
|
6369
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
|
|
6370
|
+
center right / 14px 14px no-repeat;
|
|
6371
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6372
|
+
cursor: pointer;
|
|
6373
|
+
|
|
6374
|
+
&:hover {
|
|
6375
|
+
transition: color 0.3s ease-in-out;
|
|
6376
|
+
}
|
|
6377
|
+
}
|
|
6378
|
+
|
|
6379
|
+
&--down {
|
|
6380
|
+
background: transparent
|
|
6381
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
6382
|
+
center right / 14px 14px no-repeat;
|
|
6383
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
6384
|
+
cursor: pointer;
|
|
6385
|
+
|
|
6386
|
+
&:hover {
|
|
6387
|
+
transition: color 0.3s ease-in-out;
|
|
6388
|
+
}
|
|
6389
|
+
}
|
|
6390
|
+
}
|
|
6391
|
+
|
|
6392
|
+
&--center--left {
|
|
6393
|
+
@include align-items(center);
|
|
6394
|
+
@include justify-content(flex-start);
|
|
6395
|
+
}
|
|
6396
|
+
&--center--center {
|
|
6397
|
+
@include align-items(center);
|
|
6398
|
+
@include justify-content(center);
|
|
6399
|
+
}
|
|
6400
|
+
&--center--right {
|
|
6401
|
+
@include align-items(center);
|
|
6402
|
+
@include justify-content(flex-end);
|
|
6403
|
+
}
|
|
6404
|
+
}
|
|
6405
|
+
}
|
|
6406
|
+
|
|
6407
|
+
// TODO delete __search
|
|
6408
|
+
&__search {
|
|
6409
|
+
height: 100px;
|
|
6410
|
+
margin-top: 10px;
|
|
6411
|
+
}
|
|
6412
|
+
|
|
6413
|
+
&__body {
|
|
6414
|
+
width: 100%;
|
|
6415
|
+
margin-top: -10px;
|
|
6416
|
+
|
|
6417
|
+
&__loader {
|
|
6418
|
+
position: relative;
|
|
6419
|
+
min-height: 200px;
|
|
6420
|
+
}
|
|
6421
|
+
|
|
6422
|
+
&__line {
|
|
6423
|
+
@include flexbox();
|
|
6424
|
+
@include flex-flow(row nowrap);
|
|
6425
|
+
width: 100%;
|
|
6426
|
+
border-bottom: 1px solid $wac-textarea-border-color;
|
|
6427
|
+
|
|
6428
|
+
&:first-child:last-child {
|
|
6429
|
+
border-bottom: none;
|
|
6430
|
+
}
|
|
6431
|
+
|
|
6432
|
+
&__cell {
|
|
6433
|
+
@include flexbox();
|
|
6434
|
+
@include flex(1);
|
|
6435
|
+
padding: 20px 20px 20px 20px;
|
|
6436
|
+
font-size: 14px;
|
|
6437
|
+
line-height: 25px;
|
|
6438
|
+
color: $wac-secondary-color;
|
|
6439
|
+
|
|
6440
|
+
&--checkbox {
|
|
6441
|
+
@include flexbox();
|
|
6442
|
+
@include flex(none);
|
|
6443
|
+
@include justify-content(center);
|
|
6444
|
+
@include align-items(center);
|
|
6445
|
+
width: 80px;
|
|
6446
|
+
padding: 8px 20px;
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
&--center--left {
|
|
6450
|
+
@include align-items(center);
|
|
6451
|
+
@include justify-content(flex-start);
|
|
6452
|
+
}
|
|
6453
|
+
&--center--center {
|
|
6454
|
+
@include align-items(center);
|
|
6455
|
+
@include justify-content(center);
|
|
6456
|
+
}
|
|
6457
|
+
&--center--right {
|
|
6458
|
+
@include align-items(center);
|
|
6459
|
+
@include justify-content(flex-end);
|
|
6460
|
+
}
|
|
6461
|
+
}
|
|
6462
|
+
}
|
|
6463
|
+
}
|
|
6464
|
+
}
|
|
6465
6465
|
.wac-tag-label {
|
|
6466
6466
|
@include flexbox();
|
|
6467
6467
|
background-color: $wac-gray-background;
|
|
@@ -42,11 +42,8 @@ export class HistoryService {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
HistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, deps: [{ token: i1.Router }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
45
|
-
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService
|
|
45
|
+
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService });
|
|
46
46
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, decorators: [{
|
|
47
|
-
type: Injectable
|
|
48
|
-
args: [{
|
|
49
|
-
providedIn: 'root'
|
|
50
|
-
}]
|
|
47
|
+
type: Injectable
|
|
51
48
|
}], ctorParameters: function () { return [{ type: i1.Router }, { type: i2.Location }]; } });
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGlzdG9yeS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvc2VydmljZXMvaGlzdG9yeS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGFBQWEsRUFBVSxNQUFNLGlCQUFpQixDQUFDOzs7O0FBSXhELE1BQU0sT0FBTyxjQUFjO0lBR3pCLFlBQW9CLE1BQWMsRUFBVSxRQUFrQjtRQUExQyxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUZ0RCxZQUFPLEdBQWEsRUFBRSxDQUFDO0lBRWtDLENBQUM7SUFFbEUsZUFBZTtRQUNiLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ3JDLElBQUksS0FBSyxZQUFZLGFBQWEsRUFBRTtnQkFDbEMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLGlCQUFpQixDQUFDLENBQUE7Z0JBQzFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQzthQUN0QztRQUNILENBQUMsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELElBQUksQ0FBQyxJQUFjO1FBQ2pCLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLENBQUE7UUFDbEIsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDM0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztTQUN0QjthQUFNO1lBQ0wsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUNyQjtJQUNILENBQUM7SUFFRCxRQUFRLENBQUMsSUFBYztRQUNyQixJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUU7WUFDbEMsSUFBSSxDQUFDLHNCQUFzQixDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ25DO2FBQU07WUFDTCxJQUFJLENBQUMsc0JBQXNCLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDbkM7SUFDSCxDQUFDO0lBRUQsc0JBQXNCLENBQUMsSUFBYztRQUNuQyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDakMsQ0FBQztJQUVELHNCQUFzQixDQUFDLElBQWM7UUFDbkMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQzs7MkdBckNVLGNBQWM7K0dBQWQsY0FBYzsyRkFBZCxjQUFjO2tCQUQxQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmF2aWdhdGlvbkVuZCwgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IExvY2F0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEhpc3RvcnlTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBoaXN0b3J5OiBzdHJpbmdbXSA9IFtdO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcm91dGVyOiBSb3V0ZXIsIHByaXZhdGUgbG9jYXRpb246IExvY2F0aW9uKSB7fVxuXG4gIHJlZ2lzdGVySGlzdG9yeSgpIHtcbiAgICB0aGlzLnJvdXRlci5ldmVudHMuc3Vic2NyaWJlKChldmVudCkgPT4ge1xuICAgICAgaWYgKGV2ZW50IGluc3RhbmNlb2YgTmF2aWdhdGlvbkVuZCkge1xuICAgICAgICB0aGlzLmhpc3RvcnkucHVzaChldmVudC51cmxBZnRlclJlZGlyZWN0cylcbiAgICAgICAgY29uc29sZS5sb2coJ2hpc3RvcnknLCB0aGlzLmhpc3RvcnkpO1xuICAgICAgfVxuICAgIH0pXG4gIH1cblxuICBiYWNrKGxpbms6IHN0cmluZ1tdKSB7XG4gICAgdGhpcy5oaXN0b3J5LnBvcCgpXG4gICAgaWYgKHRoaXMuaGlzdG9yeS5sZW5ndGggPiAwKSB7XG4gICAgICB0aGlzLmxvY2F0aW9uLmJhY2soKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5yZWRpcmVjdChsaW5rKTtcbiAgICB9XG4gIH1cblxuICByZWRpcmVjdChsaW5rOiBzdHJpbmdbXSkge1xuICAgIGlmIChsaW5rWzBdLmluZGV4T2YoJ2h0dHAnKSAhPT0gLTEpIHtcbiAgICAgIHRoaXMucmVkaXJlY3RUb0V4dGVybmFsTGluayhsaW5rKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5yZWRpcmVjdFRvSW50ZXJuYWxMaW5rKGxpbmspO1xuICAgIH1cbiAgfVxuXG4gIHJlZGlyZWN0VG9FeHRlcm5hbExpbmsobGluazogc3RyaW5nW10pIHtcbiAgICB3aW5kb3cubG9jYXRpb24uaHJlZiA9IGxpbmtbMF07XG4gIH1cblxuICByZWRpcmVjdFRvSW50ZXJuYWxMaW5rKGxpbms6IHN0cmluZ1tdKSB7XG4gICAgdGhpcy5yb3V0ZXIubmF2aWdhdGUobGluayk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -2616,12 +2616,9 @@ class HistoryService {
|
|
|
2616
2616
|
}
|
|
2617
2617
|
}
|
|
2618
2618
|
HistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, deps: [{ token: i1$3.Router }, { token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2619
|
-
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService
|
|
2619
|
+
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService });
|
|
2620
2620
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, decorators: [{
|
|
2621
|
-
type: Injectable
|
|
2622
|
-
args: [{
|
|
2623
|
-
providedIn: 'root'
|
|
2624
|
-
}]
|
|
2621
|
+
type: Injectable
|
|
2625
2622
|
}], ctorParameters: function () { return [{ type: i1$3.Router }, { type: i1.Location }]; } });
|
|
2626
2623
|
|
|
2627
2624
|
class HeaderPageComponent {
|