@natec/mef-dev-ui-kit 0.0.698 → 1.1.1

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 (104) hide show
  1. package/README.md +6 -6
  2. package/esm2020/lib/markup-kit/card/card/card.component.mjs +1 -1
  3. package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +1 -1
  4. package/esm2020/lib/markup-kit/card/card-long/cart-type-colors.enum.mjs +1 -1
  5. package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +1 -1
  6. package/esm2020/lib/markup-kit/card/card.module.mjs +5 -9
  7. package/esm2020/lib/markup-kit/card/index.mjs +1 -1
  8. package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
  9. package/esm2020/lib/markup-kit/collapse/collapse-set/collapse-set.component.mjs +1 -1
  10. package/esm2020/lib/markup-kit/collapse/collapse.module.mjs +1 -1
  11. package/esm2020/lib/markup-kit/collapse/index.mjs +1 -1
  12. package/esm2020/lib/markup-kit/modals/fill/fill.component.mjs +2 -2
  13. package/esm2020/lib/markup-kit/modals/index.mjs +1 -1
  14. package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +5 -5
  15. package/esm2020/lib/markup-kit/modals/modal-size.enum.mjs +1 -1
  16. package/esm2020/lib/markup-kit/modals/right-filter/right-filter.component.mjs +1 -1
  17. package/esm2020/lib/markup-kit/modals/slide-right/slide-right.component.mjs +2 -2
  18. package/esm2020/lib/markup-kit/modals/slide-up/slide-up.component.mjs +2 -2
  19. package/esm2020/lib/markup-kit/page-layouts/central-page/central-page.component.mjs +1 -1
  20. package/esm2020/lib/markup-kit/page-layouts/central-page-row/central-page-row.component.mjs +1 -1
  21. package/esm2020/lib/markup-kit/page-layouts/index.mjs +1 -1
  22. package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +3 -3
  23. package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +5 -6
  24. package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +3 -3
  25. package/esm2020/lib/markup-kit/page-layouts/table-page/table-page.component.mjs +1 -1
  26. package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.mjs +1 -1
  27. package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field-item/filtered-field-item.component.mjs +1 -1
  28. package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field.module.mjs +1 -1
  29. package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field.service.mjs +1 -1
  30. package/esm2020/lib/markup-kit/utils/filtered-field/filtred-item.model.mjs +1 -1
  31. package/esm2020/lib/markup-kit/utils/filtered-field/index.mjs +1 -1
  32. package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +1 -1
  33. package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +1 -1
  34. package/esm2020/lib/markup-kit/utils/help-block/index.mjs +1 -1
  35. package/esm2020/lib/markup-kit/utils/loader/index.mjs +1 -1
  36. package/esm2020/lib/markup-kit/utils/loader/loader/loader.component.mjs +1 -1
  37. package/esm2020/lib/markup-kit/utils/loader/loader.module.mjs +1 -1
  38. package/esm2020/lib/markup-kit/utils/loader/loader.service.mjs +1 -1
  39. package/esm2020/lib/markup-kit/utils/loader/request-event.enum.mjs +1 -1
  40. package/esm2020/lib/pg-components/card/card.components.mjs +3 -3
  41. package/esm2020/lib/pg-components/card/card.module.mjs +5 -5
  42. package/esm2020/lib/pg-components/progress/index.mjs +1 -1
  43. package/esm2020/lib/pg-components/progress/progress.component.mjs +6 -6
  44. package/esm2020/lib/pg-components/progress/progress.config.mjs +1 -1
  45. package/esm2020/lib/pg-components/progress/progress.module.mjs +10 -10
  46. package/esm2020/lib/pg-components/select/index.mjs +1 -1
  47. package/esm2020/lib/pg-components/select/option.component.mjs +7 -7
  48. package/esm2020/lib/pg-components/select/option.pipe.mjs +1 -1
  49. package/esm2020/lib/pg-components/select/select.component.mjs +8 -8
  50. package/esm2020/lib/pg-components/select/select.module.mjs +10 -10
  51. package/esm2020/lib/pg-components/spec-flow-test/index.mjs +1 -1
  52. package/esm2020/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.mjs +6 -6
  53. package/esm2020/lib/pg-components/spec-flow-test/spec-flow-test.module.mjs +10 -10
  54. package/esm2020/lib/pg-components/switch/index.mjs +1 -1
  55. package/esm2020/lib/pg-components/switch/switch.component.mjs +8 -8
  56. package/esm2020/lib/pg-components/switch/switch.module.mjs +9 -9
  57. package/esm2020/lib/pg-components/tabs/index.mjs +8 -8
  58. package/esm2020/lib/pg-components/tabs/tab-body.component.mjs +6 -6
  59. package/esm2020/lib/pg-components/tabs/tab-label.directive.mjs +5 -5
  60. package/esm2020/lib/pg-components/tabs/tab.component.mjs +11 -11
  61. package/esm2020/lib/pg-components/tabs/tabs-ink-bar.directive.mjs +5 -5
  62. package/esm2020/lib/pg-components/tabs/tabs-nav.component.mjs +12 -13
  63. package/esm2020/lib/pg-components/tabs/tabs.module.mjs +15 -16
  64. package/esm2020/lib/pg-components/tabs/tabset.component.mjs +17 -18
  65. package/esm2020/lib/pg-components/util/convert.mjs +1 -1
  66. package/esm2020/lib/pg-components/util/request-animation.mjs +1 -1
  67. package/esm2020/natec-mef-dev-ui-kit.mjs +1 -1
  68. package/esm2020/public-api.mjs +3 -4
  69. package/fesm2015/natec-mef-dev-ui-kit.mjs +327 -334
  70. package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
  71. package/fesm2020/natec-mef-dev-ui-kit.mjs +327 -334
  72. package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
  73. package/lib/markup-kit/card/card.module.d.ts +1 -1
  74. package/lib/markup-kit/modals/markup-kit.module.d.ts +1 -1
  75. package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +1 -2
  76. package/lib/pg-components/card/card.module.d.ts +1 -1
  77. package/lib/pg-components/progress/progress.component.d.ts +3 -3
  78. package/lib/pg-components/progress/progress.module.d.ts +5 -5
  79. package/lib/pg-components/select/option.component.d.ts +5 -5
  80. package/lib/pg-components/select/option.pipe.d.ts +2 -2
  81. package/lib/pg-components/select/select.component.d.ts +19 -19
  82. package/lib/pg-components/select/select.module.d.ts +4 -4
  83. package/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.d.ts +3 -3
  84. package/lib/pg-components/spec-flow-test/spec-flow-test.module.d.ts +5 -5
  85. package/lib/pg-components/switch/switch.component.d.ts +3 -3
  86. package/lib/pg-components/switch/switch.module.d.ts +4 -4
  87. package/lib/pg-components/tabs/index.d.ts +7 -7
  88. package/lib/pg-components/tabs/tab-body.component.d.ts +3 -3
  89. package/lib/pg-components/tabs/tab-label.directive.d.ts +3 -3
  90. package/lib/pg-components/tabs/tab.component.d.ts +6 -6
  91. package/lib/pg-components/tabs/tabs-ink-bar.directive.d.ts +3 -3
  92. package/lib/pg-components/tabs/tabs-nav.component.d.ts +7 -7
  93. package/lib/pg-components/tabs/tabs.module.d.ts +4 -5
  94. package/lib/pg-components/tabs/tabset.component.d.ts +9 -9
  95. package/package.json +2 -2
  96. package/public-api.d.ts +0 -2
  97. package/src/lib/styles/icons.scss +3 -0
  98. package/src/lib/styles/pg/_color.scss +1 -1
  99. package/src/lib/styles/pg/_mixins.scss +4 -4
  100. package/src/lib/styles/pg/_var.scss +1 -1
  101. package/src/lib/styles/pg/core.scss +13 -1
  102. package/src/lib/styles/pg/modules/_select.scss +3 -3
  103. package/esm2020/lib/pg-components/card/index.mjs +0 -3
  104. package/lib/pg-components/card/index.d.ts +0 -2
@@ -12,6 +12,6 @@ import * as i7 from "../../pg-components/card/card.module";
12
12
  export declare const mefDevCardComponents: (typeof CardComponent | typeof CardLongComponent | typeof CardSimpleComponent)[];
13
13
  export declare class MefDevCardModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevCardModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevCardModule, [typeof i1.CardComponent, typeof i2.CardLongComponent, typeof i3.CardSimpleComponent], [typeof i4.CommonModule, typeof i5.MefDevCollapseModule, typeof i6.PgSelectModule, typeof i7.pgCardModule], [typeof i1.CardComponent, typeof i2.CardLongComponent, typeof i3.CardSimpleComponent]>;
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]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<MefDevCardModule>;
17
17
  }
@@ -8,6 +8,6 @@ import * as i6 from "@angular/common";
8
8
  import * as i7 from "../../pg-components/select/select.module";
9
9
  export declare class MefDevModalModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevModalModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevModalModule, [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent], [typeof i5.ModalModule, typeof i6.CommonModule, typeof i7.PgSelectModule], [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevModalModule, [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent], [typeof i5.ModalModule, typeof i6.CommonModule, typeof i7.MefDevSelectModule], [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<MefDevModalModule>;
13
13
  }
@@ -5,9 +5,8 @@ import * as i3 from "./central-page-row/central-page-row.component";
5
5
  import * as i4 from "./table-page/table-page.component";
6
6
  import * as i5 from "./manage-page/manage-page.component";
7
7
  import * as i6 from "@angular/common";
8
- import * as i7 from "../../pg-components/tabs/tabs.module";
9
8
  export declare class MefDevPageLayoutsModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevPageLayoutsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevPageLayoutsModule, [typeof i1.ProfileComponent, typeof i2.CentralPageComponent, typeof i3.CentralPageRowComponent, typeof i4.TablePageComponent, typeof i5.ManagePageComponent], [typeof i6.CommonModule, typeof i7.pgTabsModule], [typeof i1.ProfileComponent, typeof i2.CentralPageComponent, typeof i3.CentralPageRowComponent, typeof i4.TablePageComponent, typeof i5.ManagePageComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevPageLayoutsModule, [typeof i1.ProfileComponent, typeof i2.CentralPageComponent, typeof i3.CentralPageRowComponent, typeof i4.TablePageComponent, typeof i5.ManagePageComponent], [typeof i6.CommonModule], [typeof i1.ProfileComponent, typeof i2.CentralPageComponent, typeof i3.CentralPageRowComponent, typeof i4.TablePageComponent, typeof i5.ManagePageComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<MefDevPageLayoutsModule>;
13
12
  }
@@ -6,6 +6,6 @@ import * as i3 from "../progress/progress.module";
6
6
  export declare class pgCardModule {
7
7
  static forRoot(): ModuleWithProviders<pgCardModule>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<pgCardModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<pgCardModule, [typeof i1.pgCard], [typeof i2.CommonModule, typeof i3.ProgressModule], [typeof i1.pgCard]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<pgCardModule, [typeof i1.pgCard], [typeof i2.CommonModule, typeof i3.MefDevProgressModule], [typeof i1.pgCard]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<pgCardModule>;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
- export declare class ProgressComponent {
2
+ export declare class MefDevProgressComponent {
3
3
  _value: number;
4
4
  _value2: any;
5
5
  type: string;
@@ -10,6 +10,6 @@ export declare class ProgressComponent {
10
10
  get value(): number;
11
11
  get value2(): any;
12
12
  constructor();
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "pg-progress", never, { "type": "type"; "color": "color"; "thick": "thick"; "indeterminate": "indeterminate"; "value": "value"; }, {}, never, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevProgressComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevProgressComponent, "mefdev-progress", never, { "type": "type"; "color": "color"; "thick": "thick"; "indeterminate": "indeterminate"; "value": "value"; }, {}, never, never>;
15
15
  }
@@ -2,9 +2,9 @@ import { ModuleWithProviders } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./progress.component";
4
4
  import * as i2 from "@angular/common";
5
- export declare class ProgressModule {
6
- static forRoot(): ModuleWithProviders<ProgressModule>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, [typeof i1.ProgressComponent], [typeof i2.CommonModule], [typeof i1.ProgressComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
5
+ export declare class MefDevProgressModule {
6
+ static forRoot(): ModuleWithProviders<MefDevProgressModule>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevProgressModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevProgressModule, [typeof i1.MefDevProgressComponent], [typeof i2.CommonModule], [typeof i1.MefDevProgressComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MefDevProgressModule>;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { OnDestroy, OnInit } from "@angular/core";
2
- import { pgSelectComponent } from "./select.component";
2
+ import { MefDevSelectComponent } from "./select.component";
3
3
  import * as i0 from "@angular/core";
4
- export declare class pgOptionComponent implements OnDestroy, OnInit {
4
+ export declare class MefDevOptionComponent implements OnDestroy, OnInit {
5
5
  private _Select;
6
6
  private _disabled;
7
7
  _value: string;
@@ -13,9 +13,9 @@ export declare class pgOptionComponent implements OnDestroy, OnInit {
13
13
  get Label(): string;
14
14
  set Disabled(value: boolean);
15
15
  get Disabled(): boolean;
16
- constructor(_Select: pgSelectComponent);
16
+ constructor(_Select: MefDevSelectComponent);
17
17
  ngOnInit(): void;
18
18
  ngOnDestroy(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<pgOptionComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<pgOptionComponent, "pg-option", never, { "Value": "Value"; "Label": "Label"; "Disabled": "Disabled"; }, {}, ["OptionTemplate"], ["*"]>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevOptionComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevOptionComponent, "mefdev-option", never, { "Value": "Value"; "Label": "Label"; "Disabled": "Disabled"; }, {}, ["OptionTemplate"], ["*"]>;
21
21
  }
@@ -1,8 +1,8 @@
1
1
  import { PipeTransform } from "@angular/core";
2
- import { pgOptionComponent } from "./option.component";
2
+ import { MefDevOptionComponent } from "./option.component";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class OptionPipe implements PipeTransform {
5
- transform(options: pgOptionComponent[], value: any): any;
5
+ transform(options: MefDevOptionComponent[], value: any): any;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionPipe, never>;
7
7
  static ɵpipe: i0.ɵɵPipeDeclaration<OptionPipe, "OptionPipe">;
8
8
  }
@@ -1,9 +1,9 @@
1
1
  import { CdkConnectedOverlay, ConnectedOverlayPositionChange } from "@angular/cdk/overlay";
2
2
  import { AfterContentChecked, AfterContentInit, ElementRef, EventEmitter, OnInit, Renderer2, ChangeDetectorRef } from "@angular/core";
3
3
  import { ControlValueAccessor } from "@angular/forms";
4
- import { pgOptionComponent } from "./option.component";
4
+ import { MefDevOptionComponent } from "./option.component";
5
5
  import * as i0 from "@angular/core";
6
- export declare class pgSelectComponent implements OnInit, AfterContentInit, AfterContentChecked, ControlValueAccessor {
6
+ export declare class MefDevSelectComponent implements OnInit, AfterContentInit, AfterContentChecked, ControlValueAccessor {
7
7
  private _elementRef;
8
8
  private _renderer;
9
9
  private cDRef;
@@ -27,14 +27,14 @@ export declare class pgSelectComponent implements OnInit, AfterContentInit, Afte
27
27
  _notFoundContent: string;
28
28
  _searchText: string;
29
29
  _triggerWidth: number;
30
- _selectedOption: pgOptionComponent;
31
- _operatingMultipleOption: pgOptionComponent;
32
- _selectedOptions: Set<pgOptionComponent>;
33
- _options: pgOptionComponent[];
34
- _cacheOptions: pgOptionComponent[];
35
- _filterOptions: pgOptionComponent[];
36
- _tagsOptions: pgOptionComponent[];
37
- _activeFilterOption: pgOptionComponent;
30
+ _selectedOption: MefDevOptionComponent;
31
+ _operatingMultipleOption: MefDevOptionComponent;
32
+ _selectedOptions: Set<MefDevOptionComponent>;
33
+ _options: MefDevOptionComponent[];
34
+ _cacheOptions: MefDevOptionComponent[];
35
+ _filterOptions: MefDevOptionComponent[];
36
+ _tagsOptions: MefDevOptionComponent[];
37
+ _activeFilterOption: MefDevOptionComponent;
38
38
  _isMultiInit: boolean;
39
39
  _dropDownPosition: "top" | "center" | "bottom";
40
40
  _composing: boolean;
@@ -76,7 +76,7 @@ export declare class pgSelectComponent implements OnInit, AfterContentInit, Afte
76
76
  /** new -option insert or new tags insert */
77
77
  addOption: (option: any) => void;
78
78
  /** -option remove or tags remove */
79
- removeOption(option: pgOptionComponent): void;
79
+ removeOption(option: MefDevOptionComponent): void;
80
80
  /** dropdown position changed */
81
81
  onPositionChange(position: ConnectedOverlayPositionChange): void;
82
82
  compositionStart(): void;
@@ -84,15 +84,15 @@ export declare class pgSelectComponent implements OnInit, AfterContentInit, Afte
84
84
  /** clear single selected option */
85
85
  clearSelect($event?: MouseEvent): void;
86
86
  /** click dropdown option by user */
87
- clickOption(option: pgOptionComponent, $event?: MouseEvent): void;
87
+ clickOption(option: MefDevOptionComponent, $event?: MouseEvent): void;
88
88
  /** choose option */
89
- chooseOption(option: pgOptionComponent, isUserClick?: boolean, $event?: MouseEvent): void;
89
+ chooseOption(option: MefDevOptionComponent, isUserClick?: boolean, $event?: MouseEvent): void;
90
90
  updateWidth(element: HTMLInputElement, text: string): void;
91
91
  /** determine if option in set */
92
- isInSet(set: Set<pgOptionComponent>, option: pgOptionComponent): pgOptionComponent;
92
+ isInSet(set: Set<MefDevOptionComponent>, option: MefDevOptionComponent): MefDevOptionComponent;
93
93
  /** cancel select multiple option */ unSelectMultipleOption: (option: any, $event?: any, emitChange?: boolean) => void;
94
94
  /** select multiple option */
95
- selectMultipleOption(option: pgOptionComponent, $event?: MouseEvent): void;
95
+ selectMultipleOption(option: MefDevOptionComponent, $event?: MouseEvent): void;
96
96
  /** emit multiple options */
97
97
  emitMultipleOptions(): void;
98
98
  /** update selected option when add remove option etc */
@@ -105,8 +105,8 @@ export declare class pgSelectComponent implements OnInit, AfterContentInit, Afte
105
105
  handleKeyBackspaceEvent(event: KeyboardEvent): void;
106
106
  handleKeyDownEvent($event: MouseEvent): void;
107
107
  handleKeyUpEvent($event: MouseEvent): void;
108
- preOption(option: pgOptionComponent, options: pgOptionComponent[]): pgOptionComponent;
109
- nextOption(option: pgOptionComponent, options: pgOptionComponent[]): pgOptionComponent;
108
+ preOption(option: MefDevOptionComponent, options: MefDevOptionComponent[]): MefDevOptionComponent;
109
+ nextOption(option: MefDevOptionComponent, options: MefDevOptionComponent[]): MefDevOptionComponent;
110
110
  clearSearchText(): void;
111
111
  updateFilterOption(updateActiveFilter?: boolean): void;
112
112
  onSearchChange(searchValue: string): void;
@@ -130,6 +130,6 @@ export declare class pgSelectComponent implements OnInit, AfterContentInit, Afte
130
130
  ngOnInit(): void;
131
131
  ngAfterContentChecked(): void;
132
132
  private _updateValue;
133
- static ɵfac: i0.ɵɵFactoryDeclaration<pgSelectComponent, never>;
134
- static ɵcmp: i0.ɵɵComponentDeclaration<pgSelectComponent, "pg-select", never, { "Filter": "Filter"; "MaxMultiple": "MaxMultiple"; "FirstDefault": "FirstDefault"; "AllowClear": "AllowClear"; "KeepUnListOptions": "KeepUnListOptions"; "Mode": "Mode"; "Multiple": "Multiple"; "PlaceHolder": "PlaceHolder"; "NotFoundContent": "NotFoundContent"; "Size": "Size"; "ShowSearch": "ShowSearch"; "Tags": "Tags"; "Disabled": "Disabled"; "Open": "Open"; }, { "SearchChange": "SearchChange"; "change": "change"; "OpenChange": "OpenChange"; "ScrollToBottom": "ScrollToBottom"; }, never, never>;
133
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSelectComponent, never>;
134
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSelectComponent, "mefdev-select", never, { "Filter": "Filter"; "MaxMultiple": "MaxMultiple"; "FirstDefault": "FirstDefault"; "AllowClear": "AllowClear"; "KeepUnListOptions": "KeepUnListOptions"; "Mode": "Mode"; "Multiple": "Multiple"; "PlaceHolder": "PlaceHolder"; "NotFoundContent": "NotFoundContent"; "Size": "Size"; "ShowSearch": "ShowSearch"; "Tags": "Tags"; "Disabled": "Disabled"; "Open": "Open"; }, { "SearchChange": "SearchChange"; "change": "change"; "OpenChange": "OpenChange"; "ScrollToBottom": "ScrollToBottom"; }, never, never>;
135
135
  }
@@ -5,8 +5,8 @@ import * as i3 from "./select.component";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/forms";
7
7
  import * as i6 from "@angular/cdk/overlay";
8
- export declare class PgSelectModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<PgSelectModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<PgSelectModule, [typeof i1.OptionPipe, typeof i2.pgOptionComponent, typeof i3.pgSelectComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.OverlayModule], [typeof i1.OptionPipe, typeof i2.pgOptionComponent, typeof i3.pgSelectComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<PgSelectModule>;
8
+ export declare class MefDevSelectModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSelectModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevSelectModule, [typeof i1.OptionPipe, typeof i2.MefDevOptionComponent, typeof i3.MefDevSelectComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.OverlayModule], [typeof i1.OptionPipe, typeof i2.MefDevOptionComponent, typeof i3.MefDevSelectComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<MefDevSelectModule>;
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class SpecFlowTestComponent implements OnInit {
3
+ export declare class MefDevSpecFlowTestComponent implements OnInit {
4
4
  /**
5
5
  * UTC datetime
6
6
  */
@@ -17,6 +17,6 @@ export declare class SpecFlowTestComponent implements OnInit {
17
17
  ngOnInit(): void;
18
18
  setError(error: any): void;
19
19
  setSuccess(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<SpecFlowTestComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SpecFlowTestComponent, "app-spec-flow-test", never, {}, {}, never, never>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSpecFlowTestComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSpecFlowTestComponent, "mefdev-spec-flow-test", never, {}, {}, never, never>;
22
22
  }
@@ -2,9 +2,9 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./spec-flow-test/spec-flow-test.component";
4
4
  import * as i2 from "@angular/common";
5
- export declare class SpecFlowTestModule {
6
- static forRoot(): ModuleWithProviders<SpecFlowTestModule>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SpecFlowTestModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpecFlowTestModule, [typeof i1.SpecFlowTestComponent], [typeof i2.CommonModule], [typeof i1.SpecFlowTestComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<SpecFlowTestModule>;
5
+ export declare class MefDevSpecFlowTestModule {
6
+ static forRoot(): ModuleWithProviders<MefDevSpecFlowTestModule>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSpecFlowTestModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevSpecFlowTestModule, [typeof i1.MefDevSpecFlowTestComponent], [typeof i2.CommonModule], [typeof i1.MefDevSpecFlowTestComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<MefDevSpecFlowTestModule>;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from "@angular/core";
2
2
  import { ControlValueAccessor } from "@angular/forms";
3
3
  import * as i0 from "@angular/core";
4
- export declare class pgSwitchComponent implements OnInit, ControlValueAccessor {
4
+ export declare class MefDevSwitchComponent implements OnInit, ControlValueAccessor {
5
5
  private _disabled;
6
6
  _prefixCls: string;
7
7
  _color: string;
@@ -24,6 +24,6 @@ export declare class pgSwitchComponent implements OnInit, ControlValueAccessor {
24
24
  registerOnTouched(fn: () => void): void;
25
25
  setDisabledState(isDisabled: boolean): void;
26
26
  ngOnInit(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<pgSwitchComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<pgSwitchComponent, "pg-switch", never, { "Size": "Size"; "Color": "Color"; "Disabled": "Disabled"; }, { "onChange": "onChange"; }, never, ["[checked]", "[unchecked]"]>;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSwitchComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSwitchComponent, "mefdev-switch", never, { "Size": "Size"; "Color": "Color"; "Disabled": "Disabled"; }, { "onChange": "onChange"; }, never, ["[checked]", "[unchecked]"]>;
29
29
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./switch.component";
3
3
  import * as i2 from "@angular/common";
4
- export declare class pgSwitchModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<pgSwitchModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<pgSwitchModule, [typeof i1.pgSwitchComponent], [typeof i2.CommonModule], [typeof i1.pgSwitchComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<pgSwitchModule>;
4
+ export declare class MefDevSwitchModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSwitchModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevSwitchModule, [typeof i1.MefDevSwitchComponent], [typeof i2.CommonModule], [typeof i1.MefDevSwitchComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MefDevSwitchModule>;
8
8
  }
@@ -1,7 +1,7 @@
1
- export { pgTabBodyComponent } from './tab-body.component';
2
- export { pgTabLabelDirective } from './tab-label.directive';
3
- export { pgTabComponent } from './tab.component';
4
- export { pgTabsInkBarDirective } from './tabs-ink-bar.directive';
5
- export { pgTabsNavComponent } from './tabs-nav.component';
6
- export { pgTabSetComponent } from './tabset.component';
7
- export { pgTabsModule } from './tabs.module';
1
+ export { MefDevTabBodyComponent } from './tab-body.component';
2
+ export { MefDevTabLabelDirective } from './tab-label.directive';
3
+ export { MefDevTabComponent } from './tab.component';
4
+ export { MefDevTabsInkBarDirective } from './tabs-ink-bar.directive';
5
+ export { MefDevTabsNavComponent } from './tabs-nav.component';
6
+ export { MefDevTabSetComponent, AnimatedInterface, TabChangeEvent, TabPosition, TabPositionMode, TabType, } from './tabset.component';
7
+ export { MefDevTabsModule } from './tabs.module';
@@ -1,7 +1,7 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class pgTabBodyComponent {
3
+ export declare class MefDevTabBodyComponent {
4
4
  content: TemplateRef<void>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabBodyComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<pgTabBodyComponent, "pg-tab-body", never, { "content": "content"; }, {}, never, never>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabBodyComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabBodyComponent, "mefdev-tab-body", never, { "content": "content"; }, {}, never, never>;
7
7
  }
@@ -1,6 +1,6 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class pgTabLabelDirective {
3
+ export declare class MefDevTabLabelDirective {
4
4
  elementRef: ElementRef;
5
5
  private _disabled;
6
6
  set disabled(value: boolean);
@@ -10,6 +10,6 @@ export declare class pgTabLabelDirective {
10
10
  getOffsetWidth(): number;
11
11
  getOffsetTop(): number;
12
12
  getOffsetHeight(): number;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabLabelDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<pgTabLabelDirective, "[pg-tab-label]", never, { "disabled": "disabled"; }, {}, never>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabLabelDirective, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabLabelDirective, "[pg-tab-label]", never, { "disabled": "disabled"; }, {}, never>;
15
15
  }
@@ -1,8 +1,8 @@
1
1
  import { EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { pgTabSetComponent } from './tabset.component';
2
+ import { MefDevTabSetComponent } from './tabset.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class pgTabComponent implements OnDestroy, OnInit {
5
- private pgTabSetComponent;
4
+ export declare class MefDevTabComponent implements OnDestroy, OnInit {
5
+ private MefDevTabSetComponent;
6
6
  private disabled;
7
7
  position: number | null;
8
8
  origin: number | null;
@@ -14,9 +14,9 @@ export declare class pgTabComponent implements OnDestroy, OnInit {
14
14
  _tabHeading: TemplateRef<void>;
15
15
  _content: TemplateRef<void>;
16
16
  get content(): TemplateRef<void> | null;
17
- constructor(pgTabSetComponent: pgTabSetComponent);
17
+ constructor(MefDevTabSetComponent: MefDevTabSetComponent);
18
18
  ngOnInit(): void;
19
19
  ngOnDestroy(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<pgTabComponent, "pg-tab", never, { "Disabled": "Disabled"; }, { "pgSelect": "pgSelect"; "pgClick": "pgClick"; "pgDeselect": "pgDeselect"; }, ["_tabHeading"], ["*"]>;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabComponent, "mefdev-tab", never, { "Disabled": "Disabled"; }, { "pgSelect": "pgSelect"; "pgClick": "pgClick"; "pgDeselect": "pgDeselect"; }, ["_tabHeading"], ["*"]>;
22
22
  }
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, NgZone, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare type TabPositionMode = 'horizontal' | 'vertical';
4
- export declare class pgTabsInkBarDirective {
4
+ export declare class MefDevTabsInkBarDirective {
5
5
  private _renderer;
6
6
  private _elementRef;
7
7
  private _ngZone;
@@ -18,6 +18,6 @@ export declare class pgTabsInkBarDirective {
18
18
  _getElementWidth(element: HTMLElement): string;
19
19
  _getTopPosition(element: HTMLElement): string;
20
20
  _getElementHeight(element: HTMLElement): string;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabsInkBarDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<pgTabsInkBarDirective, "[pg-tabs-ink-bar]", never, { "Animated": "Animated"; "PositionMode": "PositionMode"; }, {}, never>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabsInkBarDirective, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabsInkBarDirective, "[pg-tabs-ink-bar]", never, { "Animated": "Animated"; "PositionMode": "PositionMode"; }, {}, never>;
23
23
  }
@@ -2,13 +2,13 @@
2
2
  import { Direction, Directionality } from '@angular/cdk/bidi';
3
3
  import { AfterContentChecked, AfterContentInit, ElementRef, NgZone, QueryList, Renderer2, TemplateRef } from '@angular/core';
4
4
  import { Subscription } from 'rxjs';
5
- import { pgTabLabelDirective } from './tab-label.directive';
6
- import { pgTabsInkBarDirective } from './tabs-ink-bar.directive';
5
+ import { MefDevTabLabelDirective } from './tab-label.directive';
6
+ import { MefDevTabsInkBarDirective } from './tabs-ink-bar.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare type ScrollDirection = 'after' | 'before';
9
9
  /** duplicated defined https://github.com/angular/angular-cli/issues/2034 **/
10
10
  export declare type TabPositionMode = 'horizontal' | 'vertical';
11
- export declare class pgTabsNavComponent implements AfterContentChecked, AfterContentInit {
11
+ export declare class MefDevTabsNavComponent implements AfterContentChecked, AfterContentInit {
12
12
  _elementRef: ElementRef;
13
13
  private _ngZone;
14
14
  private _renderer;
@@ -38,8 +38,8 @@ export declare class pgTabsNavComponent implements AfterContentChecked, AfterCon
38
38
  set Type(value: string);
39
39
  get Type(): string;
40
40
  _tabBarExtraContent: TemplateRef<void>;
41
- _labelWrappers: QueryList<pgTabLabelDirective>;
42
- _inkBar: pgTabsInkBarDirective;
41
+ _labelWrappers: QueryList<MefDevTabLabelDirective>;
42
+ _inkBar: MefDevTabsInkBarDirective;
43
43
  _tabListContainer: ElementRef;
44
44
  _tabList: ElementRef;
45
45
  set ShowPagination(value: boolean);
@@ -74,6 +74,6 @@ export declare class pgTabsNavComponent implements AfterContentChecked, AfterCon
74
74
  get elementRefOffSetWidthHeight(): number;
75
75
  _getLayoutDirection(): Direction;
76
76
  _alignInkBarToSelectedTab(): void;
77
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabsNavComponent, [null, null, null, { optional: true; }]>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<pgTabsNavComponent, "pg-tabs-nav", never, { "Size": "Size"; "Animated": "Animated"; "Position": "Position"; "HideBar": "HideBar"; "Type": "Type"; "ShowPagination": "ShowPagination"; "PositionMode": "PositionMode"; "selectedIndex": "selectedIndex"; }, {}, ["_tabBarExtraContent", "_labelWrappers"], ["*"]>;
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabsNavComponent, [null, null, null, { optional: true; }]>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabsNavComponent, "mefdev-tabs-nav", never, { "Size": "Size"; "Animated": "Animated"; "Position": "Position"; "HideBar": "HideBar"; "Type": "Type"; "ShowPagination": "ShowPagination"; "PositionMode": "PositionMode"; "selectedIndex": "selectedIndex"; }, {}, ["_tabBarExtraContent", "_labelWrappers"], ["*"]>;
79
79
  }
@@ -6,9 +6,8 @@ import * as i4 from "./tab-label.directive";
6
6
  import * as i5 from "./tabs-ink-bar.directive";
7
7
  import * as i6 from "./tab-body.component";
8
8
  import * as i7 from "@angular/common";
9
- import * as i8 from "@angular/cdk/observers";
10
- export declare class pgTabsModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<pgTabsModule, [typeof i1.pgTabComponent, typeof i2.pgTabSetComponent, typeof i3.pgTabsNavComponent, typeof i4.pgTabLabelDirective, typeof i5.pgTabsInkBarDirective, typeof i6.pgTabBodyComponent], [typeof i7.CommonModule, typeof i8.ObserversModule], [typeof i1.pgTabComponent, typeof i2.pgTabSetComponent, typeof i3.pgTabsNavComponent, typeof i4.pgTabLabelDirective, typeof i5.pgTabsInkBarDirective, typeof i6.pgTabBodyComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<pgTabsModule>;
9
+ export declare class MefDevTabsModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabsModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevTabsModule, [typeof i1.MefDevTabComponent, typeof i2.MefDevTabSetComponent, typeof i3.MefDevTabsNavComponent, typeof i4.MefDevTabLabelDirective, typeof i5.MefDevTabsInkBarDirective, typeof i6.MefDevTabBodyComponent], [typeof i7.CommonModule], [typeof i1.MefDevTabComponent, typeof i2.MefDevTabSetComponent, typeof i3.MefDevTabsNavComponent, typeof i4.MefDevTabLabelDirective, typeof i5.MefDevTabsInkBarDirective, typeof i6.MefDevTabBodyComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<MefDevTabsModule>;
14
13
  }
@@ -1,8 +1,8 @@
1
1
  /** code from https://github.com/angular/material2 */
2
2
  import { AfterContentChecked, AfterViewInit, ElementRef, EventEmitter, OnInit, Renderer2, TemplateRef } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
- import { pgTabComponent } from './tab.component';
5
- import { pgTabsNavComponent } from './tabs-nav.component';
4
+ import { MefDevTabComponent } from './tab.component';
5
+ import { MefDevTabsNavComponent } from './tabs-nav.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export interface AnimatedInterface {
8
8
  inkBar: boolean;
@@ -10,12 +10,12 @@ export interface AnimatedInterface {
10
10
  }
11
11
  export declare class TabChangeEvent {
12
12
  index: number;
13
- tab: pgTabComponent;
13
+ tab: MefDevTabComponent;
14
14
  }
15
15
  export declare type TabPosition = 'top' | 'bottom' | 'left' | 'right';
16
16
  export declare type TabPositionMode = 'horizontal' | 'vertical';
17
17
  export declare type TabType = 'line' | 'fillup' | 'linetriangle';
18
- export declare class pgTabSetComponent implements AfterContentChecked, OnInit, AfterViewInit {
18
+ export declare class MefDevTabSetComponent implements AfterContentChecked, OnInit, AfterViewInit {
19
19
  private _renderer;
20
20
  _el: any;
21
21
  _classMap: any;
@@ -26,13 +26,13 @@ export declare class pgTabSetComponent implements AfterContentChecked, OnInit, A
26
26
  _indexToSelect: number | null;
27
27
  _selectedIndex: number | null;
28
28
  _isViewInit: boolean;
29
- _tabs: pgTabComponent[];
29
+ _tabs: MefDevTabComponent[];
30
30
  _tabAnimation: string;
31
31
  _extra_tab_class: string;
32
32
  _extra_tabcontent_class: string;
33
33
  TabBarExtraTemplate: TemplateRef<void>;
34
34
  TabBarExtraContent: TemplateRef<void>;
35
- _tabNav: pgTabsNavComponent;
35
+ _tabNav: MefDevTabsNavComponent;
36
36
  _tabContent: ElementRef;
37
37
  _hostContent: ElementRef;
38
38
  Animated: AnimatedInterface | boolean;
@@ -44,7 +44,7 @@ export declare class pgTabSetComponent implements AfterContentChecked, OnInit, A
44
44
  SelectChange: EventEmitter<TabChangeEvent>;
45
45
  Size: string;
46
46
  _type: TabType;
47
- tabs: pgTabComponent[];
47
+ tabs: MefDevTabComponent[];
48
48
  set TabPosition(value: TabPosition);
49
49
  get TabPosition(): TabPosition;
50
50
  set extraTabClass(value: string);
@@ -62,6 +62,6 @@ export declare class pgTabSetComponent implements AfterContentChecked, OnInit, A
62
62
  get inkBarAnimated(): boolean;
63
63
  get tabPaneAnimated(): boolean;
64
64
  constructor(_renderer: Renderer2);
65
- static ɵfac: i0.ɵɵFactoryDeclaration<pgTabSetComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<pgTabSetComponent, "pg-tabset", never, { "TabBarExtraTemplate": "TabBarExtraTemplate"; "Animated": "Animated"; "ShowPagination": "ShowPagination"; "Hide": "Hide"; "SelectedIndex": "SelectedIndex"; "Size": "Size"; "TabPosition": "TabPosition"; "extraTabClass": "extraTabClass"; "extraTabContentClass": "extraTabContentClass"; "Type": "Type"; "tabAnimation": "tabAnimation"; }, { "SelectedIndexChange": "SelectedIndexChange"; "SelectChange": "SelectChange"; }, ["TabBarExtraContent"], never>;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabSetComponent, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabSetComponent, "mefdev-tabset", never, { "TabBarExtraTemplate": "TabBarExtraTemplate"; "Animated": "Animated"; "ShowPagination": "ShowPagination"; "Hide": "Hide"; "SelectedIndex": "SelectedIndex"; "Size": "Size"; "TabPosition": "TabPosition"; "extraTabClass": "extraTabClass"; "extraTabContentClass": "extraTabContentClass"; "Type": "Type"; "tabAnimation": "tabAnimation"; }, { "SelectedIndexChange": "SelectedIndexChange"; "SelectChange": "SelectChange"; }, ["TabBarExtraContent"], never>;
67
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natec/mef-dev-ui-kit",
3
- "version": "0.0.698",
3
+ "version": "1.1.1",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@angular/cdk": "^13.3.9",
41
- "ngx-bootstrap": "^8.0.0",
41
+ "ngx-bootstrap": "^5.6.2",
42
42
  "ngx-ui-loader": "^13.0.0",
43
43
  "tslib": "^2.3.0"
44
44
  },
package/public-api.d.ts CHANGED
@@ -4,9 +4,7 @@ export * from './lib/markup-kit/utils/filtered-field/index';
4
4
  export * from './lib/markup-kit/utils/help-block/index';
5
5
  export * from './lib/markup-kit/card/index';
6
6
  export * from './lib/markup-kit/modals/index';
7
- export * from './lib/markup-kit/modals/index';
8
7
  export * from './lib/markup-kit/page-layouts/index';
9
- export * from './lib/pg-components/card/index';
10
8
  export * from './lib/pg-components/progress/index';
11
9
  export * from './lib/pg-components/select/index';
12
10
  export * from './lib/pg-components/spec-flow-test/index';
@@ -1,3 +1,6 @@
1
+
2
+ @import "node_modules/font-awesome/scss/font-awesome.scss";
3
+
1
4
  /*------------------------------------------------------------------
2
5
  Pages Icons
3
6
  ------------------------------------------------------------------ */
@@ -650,7 +650,7 @@
650
650
  }
651
651
 
652
652
  @function fade($color, $opacity) {
653
- @return fade-in($color, $opacity/100%);
653
+ @return fade-in($color, calc($opacity / 100%));
654
654
  }
655
655
 
656
656
  div.jqxInGridLink {
@@ -507,9 +507,9 @@
507
507
  // Multiply
508
508
  //--------------------------------
509
509
  @function blend-multiply ($foreground, $background) {
510
- $bm-red: red($background) * red($foreground) / 255;
511
- $bm-green: green($background) * green($foreground) / 255;
512
- $bm-blue: blue($background) * blue($foreground) / 255;
510
+ $bm-red: calc(red($background) * red($foreground) / 255);
511
+ $bm-green: calc(green($background) * green($foreground) / 255);
512
+ $bm-blue: calc(blue($background) * blue($foreground) / 255);
513
513
 
514
514
  @return blend-normal(rgba($bm-red, $bm-green, $bm-blue, opacity($foreground)), $background);
515
515
  }
@@ -716,7 +716,7 @@
716
716
  @function blend-hardlight-color($foreground, $background) {
717
717
  $tmp-blend: $foreground;
718
718
  @if $tmp-blend < 128 {
719
- $foreground: $background * $tmp-blend * (2 / 255);
719
+ $foreground: calc($background * $tmp-blend * (2 / 255));
720
720
  } @else {
721
721
  $foreground: 255 - (255-$background) * (255-$tmp-blend) * (2 / 255);
722
722
  }
@@ -47,7 +47,7 @@ $color-menu-darker :mix($color-menu, #000, 90%) ;
47
47
  //Generating Menu font color
48
48
  $menu-mix-temp : mix($color-menu, #fff, 92%) ;
49
49
  $menu :blend-hardlight($menu-mix-temp,#fff) ;
50
- $color-menu-light :$menu !global;
50
+ $color-menu-light :$menu;
51
51
  //Menu Font Color
52
52
  $color-menu-link-hover:#fff ;
53
53
 
@@ -534,4 +534,16 @@ a:focus, a:hover, a:active {
534
534
 
535
535
  .ngx-datatable.material .datatable-body .datatable-row-detail {
536
536
  background: #fff;
537
- }
537
+ }
538
+
539
+ .dropdown-item {
540
+ margin-bottom: 0;
541
+ }
542
+
543
+ .ngx-datatable .datatable-header .datatable-header-cell.sortable .sort-btn.datatable-icon-up:after {
544
+ display: block;
545
+ }
546
+
547
+ .tab-wrapper{
548
+ overflow: inherit;
549
+ }
@@ -172,7 +172,7 @@ $background-color-base:$color-master-lighter;
172
172
  }
173
173
  }
174
174
  .pg-select-selection__clear {
175
- top: $input-height-lg / 2;
175
+ top: calc($input-height-lg / 2)
176
176
  }
177
177
  }
178
178
  }
@@ -193,7 +193,7 @@ $background-color-base:$color-master-lighter;
193
193
  }
194
194
  }
195
195
  .pg-select-selection__clear {
196
- top: $input-height-sm / 2;
196
+ top: calc($input-height-sm / 2);
197
197
  }
198
198
  }
199
199
  }
@@ -354,7 +354,7 @@ $background-color-base:$color-master-lighter;
354
354
  }
355
355
 
356
356
  .pg-select-selection__clear {
357
- top: $input-height-base / 2;
357
+ top: calc($input-height-base / 2)
358
358
  }
359
359
  }
360
360