@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.
- package/README.md +6 -6
- package/esm2020/lib/markup-kit/card/card/card.component.mjs +1 -1
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +1 -1
- package/esm2020/lib/markup-kit/card/card-long/cart-type-colors.enum.mjs +1 -1
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +1 -1
- package/esm2020/lib/markup-kit/card/card.module.mjs +5 -9
- package/esm2020/lib/markup-kit/card/index.mjs +1 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/collapse/collapse-set/collapse-set.component.mjs +1 -1
- package/esm2020/lib/markup-kit/collapse/collapse.module.mjs +1 -1
- package/esm2020/lib/markup-kit/collapse/index.mjs +1 -1
- package/esm2020/lib/markup-kit/modals/fill/fill.component.mjs +2 -2
- package/esm2020/lib/markup-kit/modals/index.mjs +1 -1
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +5 -5
- package/esm2020/lib/markup-kit/modals/modal-size.enum.mjs +1 -1
- package/esm2020/lib/markup-kit/modals/right-filter/right-filter.component.mjs +1 -1
- package/esm2020/lib/markup-kit/modals/slide-right/slide-right.component.mjs +2 -2
- package/esm2020/lib/markup-kit/modals/slide-up/slide-up.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/central-page/central-page.component.mjs +1 -1
- package/esm2020/lib/markup-kit/page-layouts/central-page-row/central-page-row.component.mjs +1 -1
- package/esm2020/lib/markup-kit/page-layouts/index.mjs +1 -1
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +3 -3
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +5 -6
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +3 -3
- package/esm2020/lib/markup-kit/page-layouts/table-page/table-page.component.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field-item/filtered-field-item.component.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field.module.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/filtered-field.service.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/filtred-item.model.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/filtered-field/index.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/help-block/index.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/loader/index.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/loader/loader/loader.component.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/loader/loader.module.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/loader/loader.service.mjs +1 -1
- package/esm2020/lib/markup-kit/utils/loader/request-event.enum.mjs +1 -1
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -3
- package/esm2020/lib/pg-components/card/card.module.mjs +5 -5
- package/esm2020/lib/pg-components/progress/index.mjs +1 -1
- package/esm2020/lib/pg-components/progress/progress.component.mjs +6 -6
- package/esm2020/lib/pg-components/progress/progress.config.mjs +1 -1
- package/esm2020/lib/pg-components/progress/progress.module.mjs +10 -10
- package/esm2020/lib/pg-components/select/index.mjs +1 -1
- package/esm2020/lib/pg-components/select/option.component.mjs +7 -7
- package/esm2020/lib/pg-components/select/option.pipe.mjs +1 -1
- package/esm2020/lib/pg-components/select/select.component.mjs +8 -8
- package/esm2020/lib/pg-components/select/select.module.mjs +10 -10
- package/esm2020/lib/pg-components/spec-flow-test/index.mjs +1 -1
- package/esm2020/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.mjs +6 -6
- package/esm2020/lib/pg-components/spec-flow-test/spec-flow-test.module.mjs +10 -10
- package/esm2020/lib/pg-components/switch/index.mjs +1 -1
- package/esm2020/lib/pg-components/switch/switch.component.mjs +8 -8
- package/esm2020/lib/pg-components/switch/switch.module.mjs +9 -9
- package/esm2020/lib/pg-components/tabs/index.mjs +8 -8
- package/esm2020/lib/pg-components/tabs/tab-body.component.mjs +6 -6
- package/esm2020/lib/pg-components/tabs/tab-label.directive.mjs +5 -5
- package/esm2020/lib/pg-components/tabs/tab.component.mjs +11 -11
- package/esm2020/lib/pg-components/tabs/tabs-ink-bar.directive.mjs +5 -5
- package/esm2020/lib/pg-components/tabs/tabs-nav.component.mjs +12 -13
- package/esm2020/lib/pg-components/tabs/tabs.module.mjs +15 -16
- package/esm2020/lib/pg-components/tabs/tabset.component.mjs +17 -18
- package/esm2020/lib/pg-components/util/convert.mjs +1 -1
- package/esm2020/lib/pg-components/util/request-animation.mjs +1 -1
- package/esm2020/natec-mef-dev-ui-kit.mjs +1 -1
- package/esm2020/public-api.mjs +3 -4
- package/fesm2015/natec-mef-dev-ui-kit.mjs +327 -334
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +327 -334
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/markup-kit/card/card.module.d.ts +1 -1
- package/lib/markup-kit/modals/markup-kit.module.d.ts +1 -1
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -1
- package/lib/pg-components/progress/progress.component.d.ts +3 -3
- package/lib/pg-components/progress/progress.module.d.ts +5 -5
- package/lib/pg-components/select/option.component.d.ts +5 -5
- package/lib/pg-components/select/option.pipe.d.ts +2 -2
- package/lib/pg-components/select/select.component.d.ts +19 -19
- package/lib/pg-components/select/select.module.d.ts +4 -4
- package/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.d.ts +3 -3
- package/lib/pg-components/spec-flow-test/spec-flow-test.module.d.ts +5 -5
- package/lib/pg-components/switch/switch.component.d.ts +3 -3
- package/lib/pg-components/switch/switch.module.d.ts +4 -4
- package/lib/pg-components/tabs/index.d.ts +7 -7
- package/lib/pg-components/tabs/tab-body.component.d.ts +3 -3
- package/lib/pg-components/tabs/tab-label.directive.d.ts +3 -3
- package/lib/pg-components/tabs/tab.component.d.ts +6 -6
- package/lib/pg-components/tabs/tabs-ink-bar.directive.d.ts +3 -3
- package/lib/pg-components/tabs/tabs-nav.component.d.ts +7 -7
- package/lib/pg-components/tabs/tabs.module.d.ts +4 -5
- package/lib/pg-components/tabs/tabset.component.d.ts +9 -9
- package/package.json +2 -2
- package/public-api.d.ts +0 -2
- package/src/lib/styles/icons.scss +3 -0
- package/src/lib/styles/pg/_color.scss +1 -1
- package/src/lib/styles/pg/_mixins.scss +4 -4
- package/src/lib/styles/pg/_var.scss +1 -1
- package/src/lib/styles/pg/core.scss +13 -1
- package/src/lib/styles/pg/modules/_select.scss +3 -3
- package/esm2020/lib/pg-components/card/index.mjs +0 -3
- 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.
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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<
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
6
|
-
static forRoot(): ModuleWithProviders<
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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 {
|
|
2
|
+
import { MefDevSelectComponent } from "./select.component";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
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:
|
|
16
|
+
constructor(_Select: MefDevSelectComponent);
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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 {
|
|
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:
|
|
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 {
|
|
4
|
+
import { MefDevOptionComponent } from "./option.component";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
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:
|
|
31
|
-
_operatingMultipleOption:
|
|
32
|
-
_selectedOptions: Set<
|
|
33
|
-
_options:
|
|
34
|
-
_cacheOptions:
|
|
35
|
-
_filterOptions:
|
|
36
|
-
_tagsOptions:
|
|
37
|
-
_activeFilterOption:
|
|
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:
|
|
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:
|
|
87
|
+
clickOption(option: MefDevOptionComponent, $event?: MouseEvent): void;
|
|
88
88
|
/** choose option */
|
|
89
|
-
chooseOption(option:
|
|
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<
|
|
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:
|
|
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:
|
|
109
|
-
nextOption(option:
|
|
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<
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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
|
|
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<
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
6
|
-
static forRoot(): ModuleWithProviders<
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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
|
|
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<
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
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 {
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
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
|
|
3
|
+
export declare class MefDevTabBodyComponent {
|
|
4
4
|
content: TemplateRef<void>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
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<
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
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 {
|
|
2
|
+
import { MefDevTabSetComponent } from './tabset.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
5
|
-
private
|
|
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(
|
|
17
|
+
constructor(MefDevTabSetComponent: MefDevTabSetComponent);
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
|
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<
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
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 {
|
|
6
|
-
import {
|
|
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
|
|
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<
|
|
42
|
-
_inkBar:
|
|
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<
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
static
|
|
12
|
-
static
|
|
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 {
|
|
5
|
-
import {
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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<
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
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": "
|
|
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": "^
|
|
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';
|
|
@@ -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
|
|
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
|
|