@pepperi-addons/ngx-lib 0.4.2-beta.99 → 0.4.2-scroll.2
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/chips/chips.component.d.ts +1 -3
- package/core/common/pipes/common-pipes.d.ts +3 -0
- package/core/customization/customization.model.d.ts +1 -1
- package/esm2020/checkbox/checkbox.component.mjs +3 -3
- package/esm2020/chips/chips.component.mjs +8 -11
- package/esm2020/color/color.component.mjs +3 -3
- package/esm2020/core/common/pipes/common-pipes.mjs +14 -4
- package/esm2020/core/customization/customization.model.mjs +7 -1
- package/esm2020/core/customization/customization.service.mjs +2 -1
- package/esm2020/core/http/services/loader.service.mjs +3 -3
- package/esm2020/draggable-items/draggable-items.component.mjs +3 -3
- package/esm2020/form/field-generator.component.mjs +3 -3
- package/esm2020/form/form.component.mjs +3 -3
- package/esm2020/form/internal-carusel.component.mjs +10 -6
- package/esm2020/form/internal-field-generator.component.mjs +3 -3
- package/esm2020/form/internal-form.component.mjs +3 -3
- package/esm2020/form/internal-menu.component.mjs +4 -6
- package/esm2020/form/internal-page.component.mjs +3 -4
- package/esm2020/image/image.component.mjs +3 -3
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +3 -3
- package/esm2020/link/link.component.mjs +9 -3
- package/esm2020/list/list-actions.component.mjs +1 -1
- package/esm2020/list/list-chooser.component.mjs +1 -1
- package/esm2020/list/list-sorting.component.mjs +1 -1
- package/esm2020/list/list-views.component.mjs +1 -1
- package/esm2020/list/list.component.mjs +22 -10
- package/esm2020/list/list.model.mjs +1 -1
- package/esm2020/menu/menu-item.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +6 -3
- package/esm2020/menu/menu.model.mjs +2 -1
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +1 -1
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +25 -9
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +58 -26
- package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +1 -1
- package/esm2020/quantity-selector/quantity-selector.component.mjs +7 -3
- package/esm2020/query-builder/common/model/legacy.mjs +1 -1
- package/esm2020/query-builder/common/model/operator.mjs +72 -62
- package/esm2020/query-builder/common/services/output-query.service.mjs +5 -3
- package/esm2020/query-builder/common/services/query-structure.service.mjs +24 -1
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +3 -3
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
- package/esm2020/query-builder/query-builder.module.mjs +14 -3
- package/esm2020/query-builder/query-builder.service.mjs +2 -2
- package/esm2020/remote-loader/remote-loader.service.mjs +16 -16
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +10 -3
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/select-panel/select-panel.component.mjs +3 -5
- package/esm2020/signature/signature-dialog.component.mjs +2 -1
- package/esm2020/signature/signature.component.mjs +4 -4
- package/esm2020/skeleton-loader/public-api.mjs +2 -2
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +3 -3
- package/esm2020/smart-filters/common/model/operator.mjs +11 -4
- package/esm2020/smart-filters/common/model/type.mjs +1 -1
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +3 -3
- package/esm2020/textbox/textbox.component.mjs +26 -6
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +7 -10
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +22 -21
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +8 -2
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +25 -13
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +7 -2
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +119 -70
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +16 -16
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +9 -2
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +2 -4
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +5 -3
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +3 -3
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +14 -7
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +26 -5
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +547 -532
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +7 -10
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +22 -21
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +8 -2
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +25 -13
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +6 -2
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +115 -69
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +15 -15
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +9 -2
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +2 -4
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +4 -3
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +3 -3
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +14 -7
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +25 -5
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +544 -529
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/form/internal-carusel.component.d.ts +1 -0
- package/form/internal-menu.component.d.ts +1 -2
- package/link/link.component.d.ts +3 -1
- package/list/list.component.d.ts +1 -1
- package/list/list.model.d.ts +1 -2
- package/menu/menu.component.d.ts +2 -1
- package/menu/menu.model.d.ts +1 -0
- package/package.json +1 -1
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +3 -3
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +5 -4
- package/profile-data-views-list/profile-data-views-list.component.d.ts +13 -10
- package/profile-data-views-list/profile-data-views-list.model.d.ts +8 -0
- package/query-builder/common/model/legacy.d.ts +2 -0
- package/query-builder/common/model/operator.d.ts +11 -1
- package/query-builder/common/services/query-structure.service.d.ts +1 -0
- package/query-builder/query-builder.module.d.ts +7 -3
- package/remote-loader/remote-loader.service.d.ts +1 -1
- package/rich-html-textarea/rich-html-textarea.component.d.ts +3 -1
- package/rich-html-textarea/rich-html-textarea.component.theme.scss +4 -2
- package/select-panel/select-panel.component.d.ts +1 -2
- package/signature/signature-dialog.component.d.ts +1 -1
- package/skeleton-loader/skeleton-loader.component.d.ts +3 -3
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +1 -0
- package/smart-filters/common/model/operator.d.ts +1 -0
- package/smart-filters/common/model/type.d.ts +1 -1
- package/smart-filters/date-filter/date-filter.component.d.ts +1 -0
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +1 -0
- package/smart-filters/number-filter/number-filter.component.d.ts +1 -0
- package/smart-filters/text-filter/text-filter.component.d.ts +1 -0
- package/src/assets/i18n/de.ngx-lib.json +4 -1
- package/src/assets/i18n/en.ngx-lib.json +7 -1
- package/src/core/style/abstracts/mixins.scss +73 -11
- package/src/core/style/abstracts/variables.scss +1 -1
- package/src/core/style/base/base.scss +5 -3
- package/src/core/style/base/typography.scss +2 -1
- package/src/core/style/components/button.scss +11 -0
- package/src/core/style/components/general.scss +2 -4
- package/textbox/textbox.component.d.ts +2 -0
- package/theming.scss +5 -1
- package/src/assets/images/sail-away.jpg +0 -0
- package/src/core/style/abstracts/AbstractsIntro.stories.mdx +0 -7
|
@@ -388,13 +388,15 @@
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
// ******************************************************************************
|
|
391
|
-
// State
|
|
391
|
+
// State declerations
|
|
392
392
|
// ******************************************************************************
|
|
393
393
|
@mixin pep-state-default($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
394
394
|
@if ($style == 'none') {
|
|
395
395
|
@include state-none-default();
|
|
396
396
|
} @else if ($style == 'weak-invert') {
|
|
397
397
|
@include state-weak-invert-default();
|
|
398
|
+
} @else if ($style == 'weak-special') {
|
|
399
|
+
@include state-weak-special-default();
|
|
398
400
|
} @else if ($style == 'weak') {
|
|
399
401
|
@include state-weak-default($color-map-key);
|
|
400
402
|
} @else if ($style == 'strong') {
|
|
@@ -408,6 +410,8 @@
|
|
|
408
410
|
@include state-none-disable();
|
|
409
411
|
} @else if ($style == 'weak-invert') {
|
|
410
412
|
@include state-weak-invert-disable();
|
|
413
|
+
} @else if ($style == 'weak-special') {
|
|
414
|
+
@include state-weak-special-disable();
|
|
411
415
|
} @else if ($style == 'weak') {
|
|
412
416
|
@include state-weak-disable($color-map-key);
|
|
413
417
|
} @else if ($style == 'strong') {
|
|
@@ -421,6 +425,8 @@
|
|
|
421
425
|
@include state-none-hover();
|
|
422
426
|
} @else if ($style == 'weak-invert') {
|
|
423
427
|
@include state-weak-invert-hover();
|
|
428
|
+
} @else if ($style == 'weak-special') {
|
|
429
|
+
@include state-weak-special-hover();
|
|
424
430
|
} @else if ($style == 'weak') {
|
|
425
431
|
@include state-weak-hover($color-map-key);
|
|
426
432
|
} @else if ($style == 'strong') {
|
|
@@ -434,6 +440,8 @@
|
|
|
434
440
|
@include state-none-active();
|
|
435
441
|
} @else if ($style == 'weak-invert') {
|
|
436
442
|
@include state-weak-invert-active();
|
|
443
|
+
} @else if ($style == 'weak-special') {
|
|
444
|
+
@include state-weak-special-active();
|
|
437
445
|
} @else if ($style == 'weak') {
|
|
438
446
|
@include state-weak-active($color-map-key);
|
|
439
447
|
} @else if ($style == 'strong') {
|
|
@@ -447,6 +455,8 @@
|
|
|
447
455
|
@include state-none-focus();
|
|
448
456
|
} @else if ($style == 'weak-invert') {
|
|
449
457
|
@include state-weak-invert-focus();
|
|
458
|
+
} @else if ($style == 'weak-special') {
|
|
459
|
+
@include state-weak-special-focus();
|
|
450
460
|
} @else if ($style == 'weak') {
|
|
451
461
|
@include state-weak-focus($color-map-key);
|
|
452
462
|
} @else if ($style == 'strong') {
|
|
@@ -507,33 +517,85 @@
|
|
|
507
517
|
// Weak - invert
|
|
508
518
|
// -----------------------------------------------------------------------------
|
|
509
519
|
@mixin state-weak-invert-default() {
|
|
510
|
-
background: functions.get-pep-color(color-system-primary-invert, color-tran-
|
|
520
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-30);
|
|
511
521
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
522
|
+
$color: functions.get-pep-color(color-text, color-invert);
|
|
523
|
+
color: $color;
|
|
524
|
+
|
|
525
|
+
.svg-icon {
|
|
526
|
+
fill: $color !important;
|
|
527
|
+
}
|
|
518
528
|
}
|
|
519
529
|
@mixin state-weak-invert-disable() {
|
|
520
530
|
@include state-disabled();
|
|
521
531
|
|
|
522
|
-
color:functions.get-pep-color(color-
|
|
523
|
-
background: functions.get-pep-color(color-system-primary-invert, color-tran-
|
|
532
|
+
color:functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
|
|
533
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-10) !important;
|
|
534
|
+
.svg-icon {
|
|
535
|
+
fill: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
|
|
536
|
+
}
|
|
524
537
|
}
|
|
525
538
|
@mixin state-weak-invert-hover() {
|
|
526
|
-
background: functions.get-pep-color(color-system-primary-invert, color-tran-
|
|
539
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
|
|
527
540
|
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
528
541
|
cursor: pointer;
|
|
529
542
|
}
|
|
530
543
|
@mixin state-weak-invert-active() {
|
|
531
544
|
background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
532
545
|
box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
546
|
+
$color: functions.get-pep-color(color-text, color-main);
|
|
547
|
+
color: $color;
|
|
548
|
+
|
|
549
|
+
.svg-icon {
|
|
550
|
+
fill: $color !important;
|
|
551
|
+
}
|
|
533
552
|
}
|
|
534
553
|
@mixin state-weak-invert-focus() {
|
|
535
554
|
background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
536
555
|
@include focus();
|
|
556
|
+
$color: functions.get-pep-color(color-text, color-main);
|
|
557
|
+
color: $color;
|
|
558
|
+
|
|
559
|
+
.svg-icon {
|
|
560
|
+
fill: $color !important;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
// Weak - special
|
|
565
|
+
// -----------------------------------------------------------------------------
|
|
566
|
+
@mixin state-weak-special-default() {
|
|
567
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
|
|
568
|
+
}
|
|
569
|
+
@mixin state-weak-special-disable() {
|
|
570
|
+
@include state-disabled();
|
|
571
|
+
|
|
572
|
+
color:functions.get-pep-color(color-text, color-disabled) !important;
|
|
573
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
|
|
574
|
+
}
|
|
575
|
+
@mixin state-weak-special-hover() {
|
|
576
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
|
|
577
|
+
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
578
|
+
cursor: pointer;
|
|
579
|
+
}
|
|
580
|
+
@mixin state-weak-special-active() {
|
|
581
|
+
// background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
582
|
+
// box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
583
|
+
// $color: functions.get-pep-color(color-text, color-main);
|
|
584
|
+
// color: $color;
|
|
585
|
+
|
|
586
|
+
// .svg-icon {
|
|
587
|
+
// fill: $color !important;
|
|
588
|
+
// }
|
|
589
|
+
}
|
|
590
|
+
@mixin state-weak-special-focus() {
|
|
591
|
+
// background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
592
|
+
// @include focus();
|
|
593
|
+
// $color: functions.get-pep-color(color-text, color-main);
|
|
594
|
+
// color: $color;
|
|
595
|
+
|
|
596
|
+
// .svg-icon {
|
|
597
|
+
// fill: $color !important;
|
|
598
|
+
// }
|
|
537
599
|
}
|
|
538
600
|
|
|
539
601
|
// ******************************************************************************
|
|
@@ -77,7 +77,7 @@ $lh-12xl: var(--pep-line-height-12xl, 10rem);
|
|
|
77
77
|
// Fonts weight - General
|
|
78
78
|
$font-weight-normal: var(--pep-font-weight-normal, 400);
|
|
79
79
|
$font-weight-bold: var(--pep-font-weight-bold, 600);
|
|
80
|
-
$font-weight-bolder: var(--pep-font-weight-bolder, 800);
|
|
80
|
+
$font-weight-bolder: var(--pep-font-weight-bold, 600); // var(--pep-font-weight-bolder, 800);
|
|
81
81
|
|
|
82
82
|
// Round corners
|
|
83
83
|
// -----------------------------------------------------------------------------
|
|
@@ -478,24 +478,26 @@
|
|
|
478
478
|
|
|
479
479
|
&.small {
|
|
480
480
|
max-width: 18rem !important;
|
|
481
|
+
width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
|
|
481
482
|
height: auto;
|
|
482
483
|
}
|
|
483
484
|
|
|
484
485
|
&.regular {
|
|
485
486
|
max-width: 36rem !important;
|
|
487
|
+
width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
|
|
486
488
|
height: auto;
|
|
487
489
|
}
|
|
488
490
|
|
|
489
491
|
&.large {
|
|
490
492
|
max-width: 54rem !important;
|
|
491
|
-
width:
|
|
493
|
+
width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
|
|
492
494
|
height: auto;
|
|
493
|
-
max-height: calc(
|
|
495
|
+
max-height: calc(100vh - (var(--pep-spacing-2xl) * 2)) !important; // 90vh;
|
|
494
496
|
|
|
495
497
|
.mat-dialog-container {
|
|
496
498
|
.mat-dialog-content {
|
|
497
499
|
$border-size: 1px;
|
|
498
|
-
max-height: 100% // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
|
|
500
|
+
max-height: calc(100% - (var(--pep-spacing-2xl) * 2)); // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
|
|
499
501
|
}
|
|
500
502
|
}
|
|
501
503
|
}
|
|
@@ -115,7 +115,8 @@ body {
|
|
|
115
115
|
font-weight: variables.$font-weight-bold !important;
|
|
116
116
|
}
|
|
117
117
|
.bolder {
|
|
118
|
-
font-weight: variables.$font-weight-
|
|
118
|
+
font-weight: variables.$font-weight-bold !important;
|
|
119
|
+
// font-weight: variables.$font-weight-bolder !important;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
.font-family-title {
|
|
@@ -94,6 +94,10 @@
|
|
|
94
94
|
@include mixins.pep-button-states(weak-invert);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
@mixin pep-button-state-weak-special() {
|
|
98
|
+
@include mixins.pep-button-states(weak-special);
|
|
99
|
+
}
|
|
100
|
+
|
|
97
101
|
@mixin pep-button-state-weak($color: null) {
|
|
98
102
|
@include mixins.pep-button-states(weak, $color);
|
|
99
103
|
}
|
|
@@ -278,12 +282,19 @@
|
|
|
278
282
|
&.invert {
|
|
279
283
|
@include pep-button-state-weak-invert();
|
|
280
284
|
}
|
|
285
|
+
&.special {
|
|
286
|
+
@include pep-button-state-weak-special();
|
|
287
|
+
}
|
|
281
288
|
}
|
|
282
289
|
|
|
283
290
|
&.weak-invert {
|
|
284
291
|
@include pep-button-state-weak-invert();
|
|
285
292
|
}
|
|
286
293
|
|
|
294
|
+
&.weak-special {
|
|
295
|
+
@include pep-button-state-weak-special();
|
|
296
|
+
}
|
|
297
|
+
|
|
287
298
|
&.regular {
|
|
288
299
|
@include pep-button-state-regular();
|
|
289
300
|
|
|
@@ -143,6 +143,8 @@ export declare class PepTextboxComponent implements OnChanges, OnInit, AfterView
|
|
|
143
143
|
ngOnChanges(changes: any): void;
|
|
144
144
|
ngOnDestroy(): void;
|
|
145
145
|
onFocus(event: any): void;
|
|
146
|
+
getGeneralError(): any;
|
|
147
|
+
getOtherErrorMessage(inputValue: string): any;
|
|
146
148
|
isDecimal(): boolean;
|
|
147
149
|
isNumberType(): boolean;
|
|
148
150
|
isValueValid(value: string): boolean;
|
package/theming.scss
CHANGED
|
@@ -80,5 +80,9 @@ $material-theme-for-pep: default-theme.$material-default-theme;
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
// Import links at the end for clients that work offline not crushed on the css.
|
|
83
|
-
|
|
83
|
+
// Old fonts
|
|
84
|
+
// @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
85
|
+
// New fonts 09.10.23
|
|
86
|
+
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600&family=Crimson+Pro:wght@400;600&family=David+Libre:wght@400;500&family=EB+Garamond:wght@400;600&family=Heebo:wght@400;600&family=Inter:wght@400;600&family=Open+Sans:wght@400;600&family=Rubik:wght@400;600&family=Work+Sans:wght@400;600&display=swap');
|
|
87
|
+
|
|
84
88
|
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|
|
Binary file
|