@natec/mef-dev-ui-kit 16.0.1 → 16.0.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.
Files changed (57) hide show
  1. package/esm2022/lib/markup-kit/card/card/card.component.mjs +2 -2
  2. package/esm2022/lib/markup-kit/card/card-long/card-long.component.mjs +5 -5
  3. package/esm2022/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
  4. package/esm2022/lib/markup-kit/modals/slide-up/slide-up.component.mjs +2 -1
  5. package/esm2022/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
  6. package/esm2022/lib/markup-kit/page-layouts/table-page/table-page.component.mjs +2 -1
  7. package/esm2022/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.mjs +5 -4
  8. package/esm2022/lib/markup-kit/utils/help-block/help-block.component.mjs +2 -1
  9. package/esm2022/lib/pg-components/tabs/tabset.component.mjs +1 -12
  10. package/fesm2022/natec-mef-dev-ui-kit.mjs +17 -24
  11. package/fesm2022/natec-mef-dev-ui-kit.mjs.map +1 -1
  12. package/lib/markup-kit/card/card-long/card-long.component.d.ts +2 -2
  13. package/lib/markup-kit/card/card.module.d.ts +1 -1
  14. package/lib/markup-kit/modals/slide-up/slide-up.component.d.ts +1 -0
  15. package/lib/markup-kit/page-layouts/table-page/table-page.component.d.ts +1 -0
  16. package/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.d.ts +4 -3
  17. package/lib/markup-kit/utils/help-block/help-block.component.d.ts +1 -0
  18. package/lib/pg-components/tabs/tabset.component.d.ts +0 -11
  19. package/package.json +1 -1
  20. package/src/lib/styles/fonts.scss +13 -13
  21. package/src/lib/styles/pg/_var.scss +1 -1
  22. package/src/lib/styles/pg/core.scss +12 -84
  23. package/src/lib/styles/pg/modules/_breadcrumb.scss +1 -1
  24. package/src/lib/styles/pg/modules/_buttons.scss +2 -2
  25. package/src/lib/styles/pg/modules/_cards.scss +3 -3
  26. package/src/lib/styles/pg/modules/_form_elements.scss +52 -52
  27. package/src/lib/styles/pg/modules/_header.scss +2 -2
  28. package/src/lib/styles/pg/modules/_tabs.scss +11 -11
  29. package/src/lib/styles/pg/modules/_tabs_accordian.scss +2 -2
  30. package/src/lib/styles/pg/modules/_typography.scss +9 -12
  31. package/src/lib/styles/pg/vendor/ng-datatable.scss +4 -4
  32. package/src/lib/styles/fonts/lato/lato-bold.eot +0 -0
  33. package/src/lib/styles/fonts/lato/lato-bold.otf +0 -0
  34. package/src/lib/styles/fonts/lato/lato-bold.svg +0 -78356
  35. package/src/lib/styles/fonts/lato/lato-bold.ttf +0 -0
  36. package/src/lib/styles/fonts/lato/lato-bold.woff +0 -0
  37. package/src/lib/styles/fonts/lato/lato-bold.woff2 +0 -0
  38. package/src/lib/styles/fonts/lato/lato-regular.eot +0 -0
  39. package/src/lib/styles/fonts/lato/lato-regular.otf +0 -0
  40. package/src/lib/styles/fonts/lato/lato-regular.svg +0 -78251
  41. package/src/lib/styles/fonts/lato/lato-regular.ttf +0 -0
  42. package/src/lib/styles/fonts/lato/lato-regular.woff +0 -0
  43. package/src/lib/styles/fonts/lato/lato-regular.woff2 +0 -0
  44. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.ttf +0 -0
  45. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.woff +0 -0
  46. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.woff2 +0 -0
  47. package/src/lib/styles/fonts/montserrat/Montserrat-Light.woff +0 -0
  48. package/src/lib/styles/fonts/montserrat/Montserrat-Light.woff2 +0 -0
  49. package/src/lib/styles/fonts/montserrat/Montserrat-Medium.woff +0 -0
  50. package/src/lib/styles/fonts/montserrat/Montserrat-Medium.woff2 +0 -0
  51. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.ttf +0 -0
  52. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.woff +0 -0
  53. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.woff2 +0 -0
  54. package/src/lib/styles/fonts/montserrat/Montserrat-SemiBold.woff +0 -0
  55. package/src/lib/styles/fonts/montserrat/Montserrat-SemiBold.woff2 +0 -0
  56. package/src/lib/styles/fonts/montserrat/montserrat-bold-webfont.svg +0 -1462
  57. package/src/lib/styles/fonts/montserrat/montserrat-regular-webfont.svg +0 -1317
@@ -85,7 +85,7 @@ export declare class CardLongComponent implements OnInit {
85
85
  * The text for the card type.
86
86
  * @usageNotes
87
87
  * ```
88
- * <medev-card-long type_text = "'RED'"></<medev-card-long>
88
+ * <medev-card-long type_text = "'Type'"></<medev-card-long>
89
89
  * ```
90
90
  */
91
91
  type_text: string;
@@ -96,7 +96,7 @@ export declare class CardLongComponent implements OnInit {
96
96
  * <medev-card-long type_color = "'RED'"></<medev-card-long>
97
97
  * ```
98
98
  * Colors: RED, UNSET, GREEN
99
-
99
+
100
100
  */
101
101
  type_color: CartTypeColors;
102
102
  /**
@@ -9,7 +9,7 @@ import * as i4 from "@angular/common";
9
9
  import * as i5 from "../collapse/collapse.module";
10
10
  import * as i6 from "../../pg-components/select/select.module";
11
11
  import * as i7 from "../../pg-components/card/card.module";
12
- export declare const mefDevCardComponents: (typeof CardComponent | typeof CardLongComponent | typeof CardSimpleComponent)[];
12
+ export declare const mefDevCardComponents: (typeof CardLongComponent | typeof CardComponent | typeof CardSimpleComponent)[];
13
13
  export declare class MefDevCardModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevCardModule, never>;
15
15
  static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevCardModule, [typeof i1.CardComponent, typeof i2.CardLongComponent, typeof i3.CardSimpleComponent], [typeof i4.CommonModule, typeof i5.MefDevCollapseModule, typeof i6.MefDevSelectModule, typeof i7.pgCardModule], [typeof i1.CardComponent, typeof i2.CardLongComponent, typeof i3.CardSimpleComponent]>;
@@ -4,6 +4,7 @@ import { ModalSize } from '../modal-size.enum';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * A component representing a slide-up modal window.
7
+ *
7
8
  * Example of usage:
8
9
  *
9
10
  * ```
@@ -2,6 +2,7 @@ import { OnInit, TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * A component representing a table page layout.
5
+ *
5
6
  * Example of usage:
6
7
  *
7
8
  * ```
@@ -8,10 +8,11 @@ import * as i0 from "@angular/core";
8
8
  * Example of usage:
9
9
  * ```
10
10
  * <mefdev-filtered-field-container>
11
- * <mefdev-filtered-field-item [item]="filterItem" (discard)="onDiscardFilter($event)" (openFilter)="onOpenFilter()">
12
- * </mefdev-filtered-field-item>
13
- * </mefdev-filtered-field-container>
14
11
  *
12
+ * <mefdev-filtered-field-item [item]="filterItem" (discard)="onDiscardFilter($event)" (openFilter)="onOpenFilter()">
13
+ * </mefdev-filtered-field-item>
14
+ *
15
+ * </mefdev-filtered-field-container>
15
16
  * ```
16
17
  * Example of usage:
17
18
  * <example-url>https://mef.dev/ui_kit_demo/view/utils/filtered-field</example-url>
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
7
7
  *```
8
8
  * <mefdev-help-block [title]="'Help'">
9
9
  * Content goes here...
10
+ * <ng-content></ng-content>
10
11
  * </mefdev-help-block>
11
12
  *```
12
13
  * <example-url>https://mef.dev/ui_kit_demo/view/utils/help-block</example-url>
@@ -43,14 +43,6 @@ export declare class MefDevTabSetComponent implements AfterContentChecked, OnIni
43
43
  _extra_tabcontent_class: string;
44
44
  /**
45
45
  * Template reference for additional content to be displayed in the tab bar.
46
- * @example
47
- *```
48
- * <ng-template #extraContentTemplate>
49
- * <button mat-icon-button>
50
- * <mat-icon>add</mat-icon>
51
- * </button>
52
- * </ng-template>
53
- *```
54
46
  */
55
47
  TabBarExtraTemplate: TemplateRef<void>;
56
48
  TabBarExtraContent: TemplateRef<void>;
@@ -84,7 +76,6 @@ export declare class MefDevTabSetComponent implements AfterContentChecked, OnIni
84
76
  get SelectedIndex(): number | null;
85
77
  /**
86
78
  * Event emitted when the selected tab index changes.
87
- * @example <mefdev-tabset (SelectedIndexChange)="onTabChange($event)"></mefdev-tabset>
88
79
  * @returns An Observable emitting the index of the selected tab.
89
80
  */
90
81
  get SelectedIndexChange(): Observable<number>;
@@ -104,8 +95,6 @@ export declare class MefDevTabSetComponent implements AfterContentChecked, OnIni
104
95
  tabs: MefDevTabComponent[];
105
96
  /**
106
97
  * Position of the tab set. Can be 'top', 'bottom', 'left', or 'right'.
107
- * @example 'left'
108
- * Default: 'top'
109
98
  */
110
99
  set TabPosition(value: TabPosition);
111
100
  get TabPosition(): TabPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natec/mef-dev-ui-kit",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"
@@ -1,6 +1,6 @@
1
1
 
2
2
  .h1, h1 {
3
- font-family: montserrat-bold;
3
+ font-family: montserrat;
4
4
  font-size: 24px;
5
5
  line-height: 29px;
6
6
  font-weight: 700;
@@ -8,14 +8,14 @@
8
8
  color: #000000;
9
9
  }
10
10
  .h2, h2 {
11
- font-family: montserrat-bold;
11
+ font-family: montserrat;
12
12
  font-size: 24px;
13
13
  line-height: 29px;
14
14
  font-weight: 700;
15
15
  color: #000000;
16
16
  }
17
17
  .h3, h3 {
18
- font-family: montserrat-regular;
18
+ font-family: montserrat;
19
19
  font-size: 14px;
20
20
  line-height: 20px;
21
21
  font-weight: 400;
@@ -23,7 +23,7 @@
23
23
  color: #000000;
24
24
  }
25
25
  .h4, h4 {
26
- font-family: montserrat-light;
26
+ font-family: montserrat;
27
27
  font-weight: 300;
28
28
  font-size: 13px;
29
29
  line-height: 20px;
@@ -31,14 +31,14 @@
31
31
  color: #000000;
32
32
  }
33
33
  .h5, h5 {
34
- font-family: montserrat-semibold;
34
+ font-family: montserrat;
35
35
  font-weight: 600;
36
36
  font-size: 13px;
37
37
  line-height: 20px;
38
38
  color: #000000;
39
39
  }
40
40
  .h6, h6 {
41
- font-family: montserrat-medium;
41
+ font-family: montserrat;
42
42
  font-weight: 500;
43
43
  font-size: 12px;
44
44
  line-height: 20px;
@@ -47,35 +47,35 @@
47
47
  }
48
48
 
49
49
  .body-1, body-1 {
50
- font-family: Lato-Bold;
50
+ font-family: Lato;
51
51
  font-size: 18px;
52
52
  line-height: 20px;
53
53
  font-weight: 700;
54
54
  color: #000000;
55
55
  }
56
56
  .body-2, body-2 {
57
- font-family: Lato-Regular;
57
+ font-family: Lato;
58
58
  font-size: 16px;
59
59
  line-height: 28px;
60
60
  font-weight: 400;
61
61
  color: #000000;
62
62
  }
63
63
  .body-3, body-3 {
64
- font-family: Lato-Bold;
64
+ font-family: Lato;
65
65
  font-size: 14px;
66
66
  line-height: 22px;
67
67
  font-weight: 700;
68
68
  color: #000000;
69
69
  }
70
70
  .body-4, body-4{
71
- font-family: Lato-Regular;
71
+ font-family: Lato;
72
72
  font-size: 14px;
73
73
  line-height: 22px;
74
74
  font-weight: 400;
75
75
  color: #000000;
76
76
  }
77
77
  .body-5, body-5{
78
- font-family: Lato-Bold;
78
+ font-family: Lato;
79
79
  font-weight: 600;
80
80
  font-size: 13px;
81
81
  line-height: 18px;
@@ -83,9 +83,9 @@
83
83
  }
84
84
 
85
85
  .body-6, body-6{
86
- font-family: Lato-Regular;
86
+ font-family: Lato;
87
87
  font-size: 13px;
88
88
  line-height: 16px;
89
89
  font-weight: 400;
90
90
  color: #000000;
91
- }
91
+ }
@@ -33,7 +33,7 @@ $color-warning: #f8d053 ;
33
33
  $color-danger: $Red ;
34
34
  $color-info: $Dark-Gray-1;
35
35
 
36
- $base-font-family: Lato-Regular, Lato-Bold, montserrat-regular, montserrat-bold, montserrat-light;
36
+ $base-font-family: Lato, Montserrat;
37
37
 
38
38
  // Menu Vars
39
39
  // --------------------------------------------------
@@ -1,82 +1,10 @@
1
1
  //Core Libs
2
2
  @use '../designe-colors.scss' as c;
3
3
 
4
- /*#region montserrat*/
5
- @font-face {
6
- font-family: 'montserrat-bold';
7
- src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
8
- url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
9
- font-weight: bold;
10
- font-style: normal;
11
- font-display: swap;
12
- }
4
+ @import 'https://fonts.googleapis.com/css?family=Montserrat';
5
+ @import 'https://fonts.googleapis.com/css?family=Lato';
13
6
 
14
- @font-face {
15
- font-family: 'montserrat-light';
16
- src: url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
17
- url('../fonts/montserrat/Montserrat-Light.woff') format('woff');
18
- font-weight: 300;
19
- font-style: normal;
20
- font-display: swap;
21
- }
22
-
23
- @font-face {
24
- font-family: 'montserrat-semibold';
25
- src: url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
26
- url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
27
- font-weight: 600;
28
- font-style: normal;
29
- font-display: swap;
30
- }
31
-
32
- @font-face {
33
- font-family: 'montserrat-medium';
34
- src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
35
- url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');
36
- font-weight: 500;
37
- font-style: normal;
38
- font-display: swap;
39
- }
40
-
41
- @font-face {
42
- font-family: 'montserrat-regular';
43
- src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
44
- url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');
45
- font-weight: normal;
46
- font-style: normal;
47
- font-display: swap;
48
- }
49
- /*#endregion montserrat*/
50
-
51
- /*#region Lato*/
52
- @font-face {
53
- font-family: 'Lato-Regular';
54
- src: url("../fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"),
55
- url("../fonts/lato/lato-regular.otf") format("opentype"),
56
- url("../fonts/lato/lato-regular.svg") format("svg"),
57
- url("../fonts/lato/lato-regular.ttf") format("truetype"),
58
- url("../fonts/lato/lato-regular.woff") format("woff"),
59
- url("../fonts/lato/lato-regular.woff2") format("woff2");
60
- font-weight: normal;
61
- font-style: normal;
62
- font-display: swap;
63
- }
64
-
65
- @font-face {
66
- font-family: 'Lato-Bold';
67
- src: url("../fonts/lato/lato-bold.eot?#iefix") format("embedded-opentype"),
68
- url("../fonts/lato/lato-bold.otf") format("opentype"),
69
- url("../fonts/lato/lato-bold.svg") format("svg"),
70
- url("../fonts/lato/lato-bold.ttf") format("truetype"),
71
- url("../fonts/lato/lato-bold.woff") format("woff"),
72
- url("../fonts/lato/lato-bold.woff2") format("woff2");
73
- font-weight: bold;
74
- font-style: normal;
75
- font-display: swap;
76
- }
77
- /*#endregion Lato*/
78
-
79
- /*#region img-font*/
7
+ /*#region img-font*/
80
8
  @font-face {
81
9
  font-family: 'icomoon';
82
10
  src: url('../fonts/main-img-font/icomoon.eot?97jr4n');
@@ -88,7 +16,7 @@
88
16
  font-style: normal;
89
17
  font-display: block;
90
18
  }
91
-
19
+
92
20
  [class^="icon-"], [class*=" icon-"] {
93
21
  /* use !important to prevent issues with browser extensions that change ../fonts */
94
22
  font-family: 'icomoon' !important;
@@ -98,12 +26,12 @@
98
26
  font-variant: normal;
99
27
  text-transform: none;
100
28
  line-height: 1;
101
-
29
+
102
30
  /* Better Font Rendering =========== */
103
31
  -webkit-font-smoothing: antialiased;
104
32
  -moz-osx-font-smoothing: grayscale;
105
33
  }
106
-
34
+
107
35
  .icon-info-light:before {
108
36
  content: "\e90d";
109
37
  }
@@ -259,7 +187,7 @@
259
187
  content: "\e938";
260
188
  margin-left: -0.9658203125em;
261
189
  }
262
-
190
+
263
191
  /*#endregion img-font*/
264
192
 
265
193
 
@@ -469,12 +397,12 @@ a.btn-primary {
469
397
  }
470
398
 
471
399
  a:hover *{
472
- color: c.$Red !important;
400
+ color: c.$Red !important;
473
401
  }
474
402
 
475
403
  .avatar-img-lg{
476
- max-width: -webkit-fill-available;
477
- max-height: 150px;
404
+ max-width: -webkit-fill-available;
405
+ max-height: 150px;
478
406
  border-radius: 50%
479
407
  }
480
408
 
@@ -487,12 +415,12 @@ a:hover *{
487
415
  }
488
416
 
489
417
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{
490
- background-color: c.$Light-Gray-3;
418
+ background-color: c.$Light-Gray-3;
491
419
  color: #333333
492
420
  }
493
421
 
494
422
  .p-checkbox .p-checkbox-box.p-highlight{
495
- background: c.$Dark-Gray-1;
423
+ background: c.$Dark-Gray-1;
496
424
  }
497
425
 
498
426
  .p-highlight .p-checkbox .p-checkbox-box{
@@ -2,7 +2,7 @@
2
2
  ------------------------------------
3
3
  */
4
4
  .breadcrumb {
5
- font-family: montserrat-regular;
5
+ font-family: montserrat;
6
6
  -webkit-border-radius: 0px;
7
7
  -moz-border-radius: 0px;
8
8
  border-radius: 0px;
@@ -9,7 +9,7 @@
9
9
  border-radius: 5px !important;
10
10
  color: $text_color !important;
11
11
  background-color: $main_color !important;
12
- font-family: montserrat-regular !important;
12
+ font-family: montserrat !important;
13
13
  font-weight: 500 !important;
14
14
  font-size: 14px !important;
15
15
  line-height: 24px !important;
@@ -28,7 +28,7 @@
28
28
  border-radius: 5px !important;
29
29
  color: $text_color !important;
30
30
  background-color: $main_color !important;
31
- font-family: Lato-regular !important;
31
+ font-family: Lato !important;
32
32
  font-size: 11px !important;
33
33
  line-height: 13px !important;
34
34
  &:hover{
@@ -31,7 +31,7 @@ $assets-url: "../../assets" ;
31
31
  padding-top: 0;
32
32
  }
33
33
  .card-title {
34
- font-family: montserrat-regular;
34
+ font-family: montserrat;
35
35
  text-transform: uppercase;
36
36
  display: inline-block;
37
37
  letter-spacing: 0.06em;
@@ -134,7 +134,7 @@ $assets-url: "../../assets" ;
134
134
  float: right;
135
135
  .card-title {
136
136
  h4 {
137
- font-family: montserrat-regular;
137
+ font-family: montserrat;
138
138
  font-size: 16px;
139
139
  text-transform: uppercase;
140
140
  color: $color-master-lighter;
@@ -404,4 +404,4 @@ $assets-url: "../../assets" ;
404
404
 
405
405
  .card.card-default{
406
406
  border: 0 !important;
407
- }
407
+ }