@natec/mef-dev-ui-kit 16.0.2 → 16.2.0
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 +2 -1
- package/esm2022/lib/markup-kit/card/card/card.component.mjs +4 -4
- package/esm2022/lib/markup-kit/card/card-long/card-long.component.mjs +4 -4
- package/esm2022/lib/markup-kit/card/card-simple/card-simple.component.mjs +3 -3
- package/esm2022/lib/markup-kit/card/card.module.mjs +4 -4
- package/esm2022/lib/markup-kit/collapse/collapse/collapse.component.mjs +4 -4
- package/esm2022/lib/markup-kit/collapse/collapse-set/collapse-set.component.mjs +3 -3
- package/esm2022/lib/markup-kit/collapse/collapse.module.mjs +4 -4
- package/esm2022/lib/markup-kit/modals/fill/fill.component.mjs +52 -32
- package/esm2022/lib/markup-kit/modals/markup-kit.module.mjs +6 -10
- package/esm2022/lib/markup-kit/modals/right-filter/right-filter.component.mjs +3 -3
- package/esm2022/lib/markup-kit/modals/slide-right/slide-right.component.mjs +56 -35
- package/esm2022/lib/markup-kit/modals/slide-up/slide-up.component.mjs +46 -41
- package/esm2022/lib/markup-kit/page-layouts/central-page/central-page.component.mjs +3 -3
- package/esm2022/lib/markup-kit/page-layouts/central-page-row/central-page-row.component.mjs +3 -3
- package/esm2022/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +3 -3
- package/esm2022/lib/markup-kit/page-layouts/page-layouts.module.mjs +4 -4
- package/esm2022/lib/markup-kit/page-layouts/profile/profile.component.mjs +4 -4
- package/esm2022/lib/markup-kit/page-layouts/table-page/table-page.component.mjs +3 -3
- package/esm2022/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.mjs +3 -3
- package/esm2022/lib/markup-kit/utils/filtered-field/filtered-field-item/filtered-field-item.component.mjs +3 -3
- package/esm2022/lib/markup-kit/utils/filtered-field/filtered-field.module.mjs +4 -4
- package/esm2022/lib/markup-kit/utils/filtered-field/filtered-field.service.mjs +3 -3
- package/esm2022/lib/markup-kit/utils/help-block/help-block.component.mjs +3 -3
- package/esm2022/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -4
- package/esm2022/lib/pg-components/card/card.components.mjs +3 -3
- package/esm2022/lib/pg-components/card/card.module.mjs +4 -4
- package/esm2022/lib/pg-components/progress/progress.component.mjs +3 -3
- package/esm2022/lib/pg-components/progress/progress.config.mjs +3 -3
- package/esm2022/lib/pg-components/progress/progress.module.mjs +4 -4
- package/esm2022/lib/pg-components/select/option.component.mjs +3 -3
- package/esm2022/lib/pg-components/select/option.pipe.mjs +3 -3
- package/esm2022/lib/pg-components/select/select.component.mjs +3 -3
- package/esm2022/lib/pg-components/select/select.module.mjs +4 -4
- package/esm2022/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.mjs +3 -3
- package/esm2022/lib/pg-components/spec-flow-test/spec-flow-test.module.mjs +4 -4
- package/esm2022/lib/pg-components/switch/switch.component.mjs +3 -3
- package/esm2022/lib/pg-components/switch/switch.module.mjs +4 -4
- package/esm2022/lib/pg-components/tabs/tab-body.component.mjs +3 -3
- package/esm2022/lib/pg-components/tabs/tab-label.directive.mjs +5 -5
- package/esm2022/lib/pg-components/tabs/tab.component.mjs +3 -3
- package/esm2022/lib/pg-components/tabs/tabs-ink-bar.directive.mjs +5 -5
- package/esm2022/lib/pg-components/tabs/tabs-nav.component.mjs +5 -5
- package/esm2022/lib/pg-components/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/pg-components/tabs/tabset.component.mjs +6 -11
- package/fesm2022/natec-mef-dev-ui-kit.mjs +291 -255
- package/fesm2022/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/markup-kit/card/card/card.component.d.ts +1 -1
- package/lib/markup-kit/card/card-long/card-long.component.d.ts +1 -1
- package/lib/markup-kit/card/card-simple/card-simple.component.d.ts +1 -1
- package/lib/markup-kit/card/card.module.d.ts +1 -1
- package/lib/markup-kit/collapse/collapse/collapse.component.d.ts +1 -1
- package/lib/markup-kit/collapse/collapse-set/collapse-set.component.d.ts +1 -1
- package/lib/markup-kit/modals/fill/fill.component.d.ts +17 -17
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/modals/right-filter/right-filter.component.d.ts +1 -1
- package/lib/markup-kit/modals/slide-right/slide-right.component.d.ts +21 -20
- package/lib/markup-kit/modals/slide-up/slide-up.component.d.ts +13 -24
- package/lib/markup-kit/page-layouts/central-page/central-page.component.d.ts +1 -1
- package/lib/markup-kit/page-layouts/central-page-row/central-page-row.component.d.ts +1 -1
- package/lib/markup-kit/page-layouts/manage-page/manage-page.component.d.ts +1 -1
- package/lib/markup-kit/page-layouts/profile/profile.component.d.ts +1 -1
- package/lib/markup-kit/page-layouts/table-page/table-page.component.d.ts +1 -1
- package/lib/markup-kit/utils/filtered-field/filtered-field-container/filtered-field-container.component.d.ts +1 -1
- package/lib/markup-kit/utils/filtered-field/filtered-field-item/filtered-field-item.component.d.ts +1 -1
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +1 -1
- package/lib/pg-components/card/card.components.d.ts +1 -1
- package/lib/pg-components/progress/progress.component.d.ts +1 -1
- package/lib/pg-components/select/option.component.d.ts +1 -1
- package/lib/pg-components/select/select.component.d.ts +1 -1
- package/lib/pg-components/spec-flow-test/spec-flow-test/spec-flow-test.component.d.ts +1 -1
- package/lib/pg-components/switch/switch.component.d.ts +1 -1
- package/lib/pg-components/tabs/tab-body.component.d.ts +1 -1
- package/lib/pg-components/tabs/tab-label.directive.d.ts +1 -1
- package/lib/pg-components/tabs/tab.component.d.ts +1 -1
- package/lib/pg-components/tabs/tabs-ink-bar.directive.d.ts +1 -1
- package/lib/pg-components/tabs/tabs-nav.component.d.ts +1 -1
- package/lib/pg-components/tabs/tabset.component.d.ts +1 -1
- package/package.json +5 -5
- package/src/lib/styles/fonts.scss +6 -6
- package/src/lib/styles/pg/core.scss +1 -5
- package/src/lib/styles/pg/modules/_breadcrumb.scss +1 -1
- package/src/lib/styles/pg/modules/_buttons.scss +1 -1
- package/src/lib/styles/pg/modules/_cards.scss +2 -2
- package/src/lib/styles/pg/modules/_form_elements.scss +2 -2
- package/src/lib/styles/pg/modules/_tabs.scss +2 -2
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +2 -2
- package/src/lib/styles/pg/modules/_typography.scss +2 -1
- package/src/lib/styles/pg/vendor/ng-datatable.scss +2 -2
|
@@ -86,5 +86,5 @@ export declare class CardComponent implements OnInit {
|
|
|
86
86
|
*/
|
|
87
87
|
imgClick(): void;
|
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mefdev-card", never, { "card_type": { "alias": "card_type"; "required": false; }; "img": { "alias": "img"; "required": false; }; "imgUrl": { "alias": "imgUrl"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, ["card_title", "card_footer"], never, false, never
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mefdev-card", never, { "card_type": { "alias": "card_type"; "required": false; }; "img": { "alias": "img"; "required": false; }; "imgUrl": { "alias": "imgUrl"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, ["card_title", "card_footer"], never, false, never>;
|
|
90
90
|
}
|
|
@@ -131,5 +131,5 @@ export declare class CardLongComponent implements OnInit {
|
|
|
131
131
|
*/
|
|
132
132
|
imgClick(): void;
|
|
133
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLongComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardLongComponent, "medev-card-long", never, { "type_text": { "alias": "type_text"; "required": false; }; "type_color": { "alias": "type_color"; "required": false; }; "img": { "alias": "img"; "required": false; }; "imgUrl": { "alias": "imgUrl"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, ["title", "params", "second_col", "third_col"], never, false, never
|
|
134
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardLongComponent, "medev-card-long", never, { "type_text": { "alias": "type_text"; "required": false; }; "type_color": { "alias": "type_color"; "required": false; }; "img": { "alias": "img"; "required": false; }; "imgUrl": { "alias": "imgUrl"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, ["title", "params", "second_col", "third_col"], never, false, never>;
|
|
135
135
|
}
|
|
@@ -33,5 +33,5 @@ export declare class CardSimpleComponent implements OnInit {
|
|
|
33
33
|
constructor();
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSimpleComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardSimpleComponent, "medev-card-simple", never, { "isDisabled": { "alias": "disabled"; "required": false; }; }, {}, ["card_title"], ["*"], false, never
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardSimpleComponent, "medev-card-simple", never, { "isDisabled": { "alias": "disabled"; "required": false; }; }, {}, ["card_title"], ["*"], false, never>;
|
|
37
37
|
}
|
|
@@ -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
|
|
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
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]>;
|
|
@@ -70,5 +70,5 @@ export declare class CollapseComponent {
|
|
|
70
70
|
clickHeader($event: MouseEvent): void;
|
|
71
71
|
constructor(_collapseSet: CollapseSetComponent, _elementRef: ElementRef);
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseComponent, [{ host: true; }, null]>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "mefdev-collapse", never, { "Disabled": { "alias": "Disabled"; "required": false; }; "Active": { "alias": "Active"; "required": false; }; }, { "stateChange": "stateChange"; }, ["CardTitle"], ["*"], false, never
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseComponent, "mefdev-collapse", never, { "Disabled": { "alias": "Disabled"; "required": false; }; "Active": { "alias": "Active"; "required": false; }; }, { "stateChange": "stateChange"; }, ["CardTitle"], ["*"], false, never>;
|
|
74
74
|
}
|
|
@@ -64,5 +64,5 @@ export declare class CollapseSetComponent {
|
|
|
64
64
|
*/
|
|
65
65
|
addTab(collapse: CollapseComponent): void;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseSetComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseSetComponent, "mefdev-collapse-set", never, { "expandAny": { "alias": "expandAny"; "required": false; }; "Accordion": { "alias": "Accordion"; "required": false; }; "Horizontal": { "alias": "Horizontal"; "required": false; }; }, {}, never, ["*"], false, never
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapseSetComponent, "mefdev-collapse-set", never, { "expandAny": { "alias": "expandAny"; "required": false; }; "Accordion": { "alias": "Accordion"; "required": false; }; "Horizontal": { "alias": "Horizontal"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
68
68
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ModalDirective } from 'ngx-bootstrap/modal';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* Fill Component for a modal window.
|
|
@@ -22,6 +21,8 @@ import * as i0 from "@angular/core";
|
|
|
22
21
|
* <example-url>https://mef.dev/ui_kit_demo/view/modals/fill</example-url>
|
|
23
22
|
*/
|
|
24
23
|
export declare class FillComponent implements OnInit {
|
|
24
|
+
protected visible: boolean;
|
|
25
|
+
protected dialog?: ElementRef;
|
|
25
26
|
/**
|
|
26
27
|
* The header template of the modal window.
|
|
27
28
|
* ```
|
|
@@ -44,37 +45,36 @@ export declare class FillComponent implements OnInit {
|
|
|
44
45
|
* ```
|
|
45
46
|
*/
|
|
46
47
|
modal_footer: TemplateRef<void>;
|
|
47
|
-
/**
|
|
48
|
-
* Reference to the ModalDirective element from ngx-bootstrap.
|
|
49
|
-
*/
|
|
50
|
-
fadInModal?: ModalDirective;
|
|
51
48
|
/**
|
|
52
49
|
* Input parameter that determines whether to show the modal window.
|
|
53
50
|
*/
|
|
54
51
|
set show(val: boolean);
|
|
55
52
|
/**
|
|
56
|
-
* Event
|
|
57
|
-
* Emits a boolean value indicating
|
|
53
|
+
* Event emitted when the modal is change state.
|
|
54
|
+
* Emits a boolean value indicating if the modal is closed(false), or open(true).
|
|
58
55
|
* Example:
|
|
59
56
|
* ```
|
|
60
|
-
* <mefdev-fill-modal (
|
|
57
|
+
* <mefdev-fill-modal (visibleChange)="onModalClosed($event)"></mefdev-fill-modal>
|
|
61
58
|
* ```
|
|
62
59
|
*/
|
|
63
|
-
|
|
60
|
+
visibleChange: EventEmitter<boolean>;
|
|
64
61
|
constructor();
|
|
65
62
|
ngOnInit(): void;
|
|
66
63
|
/**
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
* Shows the modal state.
|
|
65
|
+
* Return a boolean value indicating if the modal is closed(false), or open(true)
|
|
66
|
+
*/
|
|
67
|
+
getModalState(): boolean;
|
|
70
68
|
/**
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
* Shows the modal.
|
|
70
|
+
* Call this method to open the modal window.
|
|
71
|
+
*/
|
|
73
72
|
showModal(): void;
|
|
74
73
|
/**
|
|
75
|
-
* Hides the modal
|
|
74
|
+
* Hides the modal.
|
|
75
|
+
* Call this method to close the modal window.
|
|
76
76
|
*/
|
|
77
77
|
hideModal(): void;
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<FillComponent, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FillComponent, "mefdev-fill-modal", never, { "show": { "alias": "show"; "required": false; }; }, { "
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FillComponent, "mefdev-fill-modal", never, { "show": { "alias": "show"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["modal_header", "modal_footer"], ["*"], false, never>;
|
|
80
80
|
}
|
|
@@ -3,11 +3,10 @@ import * as i1 from "./fill/fill.component";
|
|
|
3
3
|
import * as i2 from "./slide-up/slide-up.component";
|
|
4
4
|
import * as i3 from "./slide-right/slide-right.component";
|
|
5
5
|
import * as i4 from "./right-filter/right-filter.component";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "../../pg-components/select/select.module";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "../../pg-components/select/select.module";
|
|
9
8
|
export declare class MefDevModalModule {
|
|
10
9
|
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.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MefDevModalModule, [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent], [typeof i5.CommonModule, typeof i6.MefDevSelectModule], [typeof i1.FillComponent, typeof i2.SlideUpComponent, typeof i3.SlideRightComponent, typeof i4.RightFilterComponent]>;
|
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MefDevModalModule>;
|
|
13
12
|
}
|
|
@@ -22,5 +22,5 @@ export declare class RightFilterComponent implements OnInit {
|
|
|
22
22
|
*/
|
|
23
23
|
modalIsCloused(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<RightFilterComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RightFilterComponent, "mefdev-right-filter", never, {}, {}, never, ["*"], false, never
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RightFilterComponent, "mefdev-right-filter", never, {}, {}, never, ["*"], false, never>;
|
|
26
26
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ModalDirective } from 'ngx-bootstrap/modal';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
2
|
import { ModalSize } from '../modal-size.enum';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -23,6 +22,8 @@ import * as i0 from "@angular/core";
|
|
|
23
22
|
* <example-url>https://mef.dev/ui_kit_demo/view/modals/slide-right</example-url>
|
|
24
23
|
*/
|
|
25
24
|
export declare class SlideRightComponent implements OnInit {
|
|
25
|
+
protected visible: boolean;
|
|
26
|
+
protected dialog: ElementRef;
|
|
26
27
|
/**
|
|
27
28
|
* Reference to the template for the modal header.
|
|
28
29
|
* Use this template to customize the header of the modal.
|
|
@@ -33,10 +34,6 @@ export declare class SlideRightComponent implements OnInit {
|
|
|
33
34
|
* Use this template to customize the footer of the modal.
|
|
34
35
|
*/
|
|
35
36
|
modal_footer: TemplateRef<void>;
|
|
36
|
-
/**
|
|
37
|
-
* Reference to the modal directive.
|
|
38
|
-
*/
|
|
39
|
-
slideRight: ModalDirective;
|
|
40
37
|
/**
|
|
41
38
|
* Size of the modal.
|
|
42
39
|
* Defaults to `ModalSize.md`.
|
|
@@ -49,27 +46,31 @@ export declare class SlideRightComponent implements OnInit {
|
|
|
49
46
|
*/
|
|
50
47
|
set show(val: boolean);
|
|
51
48
|
/**
|
|
52
|
-
* Event emitted when the modal is
|
|
53
|
-
* Emits a boolean value indicating if the modal is closed.
|
|
49
|
+
* Event emitted when the modal is change state.
|
|
50
|
+
* Emits a boolean value indicating if the modal is closed(false), or open(true).
|
|
51
|
+
* Example:
|
|
52
|
+
* ```
|
|
53
|
+
* <mefdev-fill-modal (visibleChange)="onModalClosed($event)"></mefdev-fill-modal>
|
|
54
|
+
* ```
|
|
54
55
|
*/
|
|
55
|
-
|
|
56
|
+
visibleChange: EventEmitter<boolean>;
|
|
56
57
|
constructor();
|
|
57
58
|
ngOnInit(): void;
|
|
58
59
|
/**
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
* Shows the modal state.
|
|
61
|
+
* Return a boolean value indicating if the modal is closed(false), or open(true)
|
|
62
|
+
*/
|
|
63
|
+
getModalState(): boolean;
|
|
63
64
|
/**
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
* Shows the modal.
|
|
66
|
+
* Call this method to open the modal window.
|
|
67
|
+
*/
|
|
67
68
|
showModal(): void;
|
|
68
69
|
/**
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
* Hides the modal.
|
|
71
|
+
* Call this method to close the modal window.
|
|
72
|
+
*/
|
|
72
73
|
hideModal(): void;
|
|
73
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlideRightComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlideRightComponent, "mefdev-slide-right-modal", never, { "size": { "alias": "size"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, { "
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideRightComponent, "mefdev-slide-right-modal", never, { "size": { "alias": "size"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["modal_header", "modal_footer"], ["*"], false, never>;
|
|
75
76
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ModalDirective } from 'ngx-bootstrap/modal';
|
|
3
|
-
import { ModalSize } from '../modal-size.enum';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
/**
|
|
6
4
|
* A component representing a slide-up modal window.
|
|
@@ -8,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
8
6
|
* Example of usage:
|
|
9
7
|
*
|
|
10
8
|
* ```
|
|
11
|
-
* <mefdev-slide-up-modal [
|
|
9
|
+
* <mefdev-slide-up-modal [show]="showModal">
|
|
12
10
|
* <ng-template #modal_header>
|
|
13
11
|
* <h4>Modal Header</h4>
|
|
14
12
|
* </ng-template>
|
|
@@ -23,6 +21,7 @@ import * as i0 from "@angular/core";
|
|
|
23
21
|
* <example-url>https://mef.dev/ui_kit_demo/view/modals/slide-up</example-url>
|
|
24
22
|
*/
|
|
25
23
|
export declare class SlideUpComponent implements OnInit {
|
|
24
|
+
protected visible: boolean;
|
|
26
25
|
/**
|
|
27
26
|
* Reference to the template for the modal header.
|
|
28
27
|
* Use this template to customize the header of the modal.
|
|
@@ -33,37 +32,27 @@ export declare class SlideUpComponent implements OnInit {
|
|
|
33
32
|
* Use this template to customize the footer of the modal.
|
|
34
33
|
*/
|
|
35
34
|
modal_footer: TemplateRef<void>;
|
|
36
|
-
/**
|
|
37
|
-
* Reference to the modal directive.
|
|
38
|
-
*/
|
|
39
|
-
mdSlideUp: ModalDirective;
|
|
40
|
-
/**
|
|
41
|
-
* Size of the modal.
|
|
42
|
-
* Defaults to `ModalSize.md`.
|
|
43
|
-
* Possible values: `ModalSize.sm`, `ModalSize.md`, `ModalSize.lg`, `ModalSize.xl`.
|
|
44
|
-
*/
|
|
45
|
-
size: ModalSize;
|
|
46
35
|
/**
|
|
47
36
|
* Flag indicating whether the modal should be shown or hidden.
|
|
48
37
|
* Set it to `true` to show the modal and `false` to hide it.
|
|
49
38
|
*/
|
|
50
39
|
set show(val: boolean);
|
|
51
40
|
/**
|
|
52
|
-
* Event emitted when the modal is
|
|
53
|
-
* Emits a boolean value indicating if the modal is closed.
|
|
41
|
+
* Event emitted when the modal is change state.
|
|
42
|
+
* Emits a boolean value indicating if the modal is closed(false), or open(true).
|
|
54
43
|
*/
|
|
55
|
-
|
|
44
|
+
visibleChange: EventEmitter<boolean>;
|
|
56
45
|
constructor();
|
|
57
46
|
ngOnInit(): void;
|
|
58
47
|
/**
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
48
|
+
* Shows the modal state.
|
|
49
|
+
* Return a boolean value indicating if the modal is closed(false), or open(true)
|
|
50
|
+
*/
|
|
51
|
+
getModalState(): boolean;
|
|
63
52
|
/**
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
* Shows the modal.
|
|
54
|
+
* Call this method to open the modal window.
|
|
55
|
+
*/
|
|
67
56
|
showModal(): void;
|
|
68
57
|
/**
|
|
69
58
|
* Hides the modal.
|
|
@@ -71,5 +60,5 @@ export declare class SlideUpComponent implements OnInit {
|
|
|
71
60
|
*/
|
|
72
61
|
hideModal(): void;
|
|
73
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlideUpComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlideUpComponent, "mefdev-slide-up-modal", never, { "
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideUpComponent, "mefdev-slide-up-modal", never, { "show": { "alias": "show"; "required": false; }; }, { "visibleChange": "visibleChange"; }, ["modal_header", "modal_footer"], ["*"], false, never>;
|
|
75
64
|
}
|
|
@@ -33,5 +33,5 @@ export declare class CentralPageComponent implements OnInit, OnDestroy, AfterVie
|
|
|
33
33
|
*/
|
|
34
34
|
ngAfterViewChecked(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<CentralPageComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CentralPageComponent, "mefdev-central-page", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CentralPageComponent, "mefdev-central-page", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
37
37
|
}
|
|
@@ -17,5 +17,5 @@ export declare class CentralPageRowComponent implements OnInit {
|
|
|
17
17
|
constructor();
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<CentralPageRowComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CentralPageRowComponent, "mefdev-central-page-row", never, {}, {}, never, ["*"], false, never
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CentralPageRowComponent, "mefdev-central-page-row", never, {}, {}, never, ["*"], false, never>;
|
|
21
21
|
}
|
|
@@ -54,5 +54,5 @@ export declare class ManagePageComponent implements OnInit {
|
|
|
54
54
|
constructor();
|
|
55
55
|
ngOnInit(): void;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ManagePageComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ManagePageComponent, "mefdev-manage-page", never, { "startTabInd": { "alias": "startTabInd"; "required": false; }; }, {}, ["card_title", "tabs_block"], ["*"], false, never
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ManagePageComponent, "mefdev-manage-page", never, { "startTabInd": { "alias": "startTabInd"; "required": false; }; }, {}, ["card_title", "tabs_block"], ["*"], false, never>;
|
|
58
58
|
}
|
|
@@ -103,5 +103,5 @@ export declare class ProfileComponent implements OnInit {
|
|
|
103
103
|
'border-bottom-left-radius': string;
|
|
104
104
|
};
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "mefdev-profile", never, { "name": { "alias": "name"; "required": false; }; "img": { "alias": "img"; "required": false; }; "shortDescription": { "alias": "shortDescription"; "required": false; }; "header": { "alias": "header"; "required": false; }; "circleImg": { "alias": "circleImg"; "required": false; }; }, {}, ["first_colum", "second_colum", "footer"], never, false, never
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "mefdev-profile", never, { "name": { "alias": "name"; "required": false; }; "img": { "alias": "img"; "required": false; }; "shortDescription": { "alias": "shortDescription"; "required": false; }; "header": { "alias": "header"; "required": false; }; "circleImg": { "alias": "circleImg"; "required": false; }; }, {}, ["first_colum", "second_colum", "footer"], never, false, never>;
|
|
107
107
|
}
|
|
@@ -28,5 +28,5 @@ export declare class TablePageComponent implements OnInit {
|
|
|
28
28
|
constructor();
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<TablePageComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TablePageComponent, "mefdev-table-page", never, {}, {}, ["filter_colum"], ["*"], false, never
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TablePageComponent, "mefdev-table-page", never, {}, {}, ["filter_colum"], ["*"], false, never>;
|
|
32
32
|
}
|
|
@@ -38,5 +38,5 @@ export declare class FilteredFieldContainerComponent implements OnInit {
|
|
|
38
38
|
onDiscard(item: FiltredItemModel): void;
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilteredFieldContainerComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilteredFieldContainerComponent, "mefdev-filtered-field-container", never, {}, {}, never, never, false, never
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilteredFieldContainerComponent, "mefdev-filtered-field-container", never, {}, {}, never, never, false, never>;
|
|
42
42
|
}
|
package/lib/markup-kit/utils/filtered-field/filtered-field-item/filtered-field-item.component.d.ts
CHANGED
|
@@ -52,5 +52,5 @@ export declare class FilteredFieldItemComponent implements OnInit {
|
|
|
52
52
|
*/
|
|
53
53
|
onDiscard(): void;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilteredFieldItemComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilteredFieldItemComponent, "mefdev-filtered-field-item", never, { "item": { "alias": "item"; "required": false; }; }, { "discard": "discard"; "openFilter": "openFilter"; }, never, never, false, never
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilteredFieldItemComponent, "mefdev-filtered-field-item", never, { "item": { "alias": "item"; "required": false; }; }, { "discard": "discard"; "openFilter": "openFilter"; }, never, never, false, never>;
|
|
56
56
|
}
|
|
@@ -33,5 +33,5 @@ export declare class HelpBlockComponent implements OnInit {
|
|
|
33
33
|
constructor();
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<HelpBlockComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HelpBlockComponent, "mefdev-help-block", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HelpBlockComponent, "mefdev-help-block", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
37
37
|
}
|
|
@@ -237,5 +237,5 @@ export declare class pgCard {
|
|
|
237
237
|
*/
|
|
238
238
|
close(): void;
|
|
239
239
|
static ɵfac: i0.ɵɵFactoryDeclaration<pgCard, never>;
|
|
240
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<pgCard, "pgcard", never, { "Title": { "alias": "Title"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "MinimalHeader": { "alias": "MinimalHeader"; "required": false; }; "ProgressType": { "alias": "ProgressType"; "required": false; }; "ProgressColor": { "alias": "ProgressColor"; "required": false; }; "Refresh": { "alias": "Refresh"; "required": false; }; "RefreshColor": { "alias": "RefreshColor"; "required": false; }; "Maximize": { "alias": "Maximize"; "required": false; }; "Close": { "alias": "Close"; "required": false; }; "Toggle": { "alias": "Toggle"; "required": false; }; "HeaderClass": { "alias": "HeaderClass"; "required": false; }; "BodyClass": { "alias": "BodyClass"; "required": false; }; "AdditionalClasses": { "alias": "AdditionalClasses"; "required": false; }; "Controls": { "alias": "Controls"; "required": false; }; "ShowMessage": { "alias": "ShowMessage"; "required": false; }; "Message": { "alias": "Message"; "required": false; }; "Loading": { "alias": "Loading"; "required": false; }; "TimeOut": { "alias": "TimeOut"; "required": false; }; "CardBorderStyle": { "alias": "CardBorderStyle"; "required": false; }; }, { "onRefresh": "onRefresh"; }, ["CardTitle", "CardExtraControls"], ["*"], false, never
|
|
240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<pgCard, "pgcard", never, { "Title": { "alias": "Title"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "MinimalHeader": { "alias": "MinimalHeader"; "required": false; }; "ProgressType": { "alias": "ProgressType"; "required": false; }; "ProgressColor": { "alias": "ProgressColor"; "required": false; }; "Refresh": { "alias": "Refresh"; "required": false; }; "RefreshColor": { "alias": "RefreshColor"; "required": false; }; "Maximize": { "alias": "Maximize"; "required": false; }; "Close": { "alias": "Close"; "required": false; }; "Toggle": { "alias": "Toggle"; "required": false; }; "HeaderClass": { "alias": "HeaderClass"; "required": false; }; "BodyClass": { "alias": "BodyClass"; "required": false; }; "AdditionalClasses": { "alias": "AdditionalClasses"; "required": false; }; "Controls": { "alias": "Controls"; "required": false; }; "ShowMessage": { "alias": "ShowMessage"; "required": false; }; "Message": { "alias": "Message"; "required": false; }; "Loading": { "alias": "Loading"; "required": false; }; "TimeOut": { "alias": "TimeOut"; "required": false; }; "CardBorderStyle": { "alias": "CardBorderStyle"; "required": false; }; }, { "onRefresh": "onRefresh"; }, ["CardTitle", "CardExtraControls"], ["*"], false, never>;
|
|
241
241
|
}
|
|
@@ -46,5 +46,5 @@ export declare class MefDevProgressComponent {
|
|
|
46
46
|
get value2(): any;
|
|
47
47
|
constructor();
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevProgressComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevProgressComponent, "mefdev-progress", never, { "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "thick": { "alias": "thick"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevProgressComponent, "mefdev-progress", never, { "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "thick": { "alias": "thick"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
50
50
|
}
|
|
@@ -50,5 +50,5 @@ export declare class MefDevOptionComponent implements OnDestroy, OnInit {
|
|
|
50
50
|
*/
|
|
51
51
|
ngOnDestroy(): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevOptionComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevOptionComponent, "mefdev-option", never, { "Value": { "alias": "Value"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; }, {}, ["OptionTemplate"], ["*"], false, never
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevOptionComponent, "mefdev-option", never, { "Value": { "alias": "Value"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; }, {}, ["OptionTemplate"], ["*"], false, never>;
|
|
54
54
|
}
|
|
@@ -135,5 +135,5 @@ export declare class MefDevSelectComponent implements OnInit, AfterContentInit,
|
|
|
135
135
|
ngAfterContentChecked(): void;
|
|
136
136
|
private _updateValue;
|
|
137
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSelectComponent, never>;
|
|
138
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSelectComponent, "mefdev-select", never, { "Filter": { "alias": "Filter"; "required": false; }; "MaxMultiple": { "alias": "MaxMultiple"; "required": false; }; "FirstDefault": { "alias": "FirstDefault"; "required": false; }; "AllowClear": { "alias": "AllowClear"; "required": false; }; "KeepUnListOptions": { "alias": "KeepUnListOptions"; "required": false; }; "Mode": { "alias": "Mode"; "required": false; }; "Multiple": { "alias": "Multiple"; "required": false; }; "PlaceHolder": { "alias": "PlaceHolder"; "required": false; }; "NotFoundContent": { "alias": "NotFoundContent"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "ShowSearch": { "alias": "ShowSearch"; "required": false; }; "Tags": { "alias": "Tags"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; "Open": { "alias": "Open"; "required": false; }; }, { "SearchChange": "SearchChange"; "change": "change"; "OpenChange": "OpenChange"; "ScrollToBottom": "ScrollToBottom"; }, never, never, false, never
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSelectComponent, "mefdev-select", never, { "Filter": { "alias": "Filter"; "required": false; }; "MaxMultiple": { "alias": "MaxMultiple"; "required": false; }; "FirstDefault": { "alias": "FirstDefault"; "required": false; }; "AllowClear": { "alias": "AllowClear"; "required": false; }; "KeepUnListOptions": { "alias": "KeepUnListOptions"; "required": false; }; "Mode": { "alias": "Mode"; "required": false; }; "Multiple": { "alias": "Multiple"; "required": false; }; "PlaceHolder": { "alias": "PlaceHolder"; "required": false; }; "NotFoundContent": { "alias": "NotFoundContent"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "ShowSearch": { "alias": "ShowSearch"; "required": false; }; "Tags": { "alias": "Tags"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; "Open": { "alias": "Open"; "required": false; }; }, { "SearchChange": "SearchChange"; "change": "change"; "OpenChange": "OpenChange"; "ScrollToBottom": "ScrollToBottom"; }, never, never, false, never>;
|
|
139
139
|
}
|
|
@@ -18,5 +18,5 @@ export declare class MefDevSpecFlowTestComponent implements OnInit {
|
|
|
18
18
|
setError(error: any): void;
|
|
19
19
|
setSuccess(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSpecFlowTestComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSpecFlowTestComponent, "mefdev-spec-flow-test", never, {}, {}, never, never, false, never
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSpecFlowTestComponent, "mefdev-spec-flow-test", never, {}, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -181,5 +181,5 @@ export declare class MefDevSwitchComponent implements OnInit, ControlValueAccess
|
|
|
181
181
|
setDisabledState(isDisabled: boolean): void;
|
|
182
182
|
ngOnInit(): void;
|
|
183
183
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSwitchComponent, never>;
|
|
184
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSwitchComponent, "mefdev-switch", never, { "Value": { "alias": "Value"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "Color": { "alias": "Color"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; }, { "onChange": "onChange"; }, never, ["[checked]", "[unchecked]"], false, never
|
|
184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSwitchComponent, "mefdev-switch", never, { "Value": { "alias": "Value"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "Color": { "alias": "Color"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; }, { "onChange": "onChange"; }, never, ["[checked]", "[unchecked]"], false, never>;
|
|
185
185
|
}
|
|
@@ -9,5 +9,5 @@ export declare class MefDevTabBodyComponent {
|
|
|
9
9
|
*/
|
|
10
10
|
content: TemplateRef<void>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabBodyComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabBodyComponent, "mefdev-tab-body", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabBodyComponent, "mefdev-tab-body", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -11,5 +11,5 @@ export declare class MefDevTabLabelDirective {
|
|
|
11
11
|
getOffsetTop(): number;
|
|
12
12
|
getOffsetHeight(): number;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabLabelDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabLabelDirective, "[
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabLabelDirective, "[mefdev-tab-label]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -63,5 +63,5 @@ export declare class MefDevTabComponent implements OnDestroy, OnInit {
|
|
|
63
63
|
*/
|
|
64
64
|
ngOnDestroy(): void;
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabComponent, "mefdev-tab", never, { "Disabled": { "alias": "Disabled"; "required": false; }; }, { "pgSelect": "pgSelect"; "pgClick": "pgClick"; "pgDeselect": "pgDeselect"; }, ["_tabHeading"], ["*"], false, never
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabComponent, "mefdev-tab", never, { "Disabled": { "alias": "Disabled"; "required": false; }; }, { "pgSelect": "pgSelect"; "pgClick": "pgClick"; "pgDeselect": "pgDeselect"; }, ["_tabHeading"], ["*"], false, never>;
|
|
67
67
|
}
|
|
@@ -19,5 +19,5 @@ export declare class MefDevTabsInkBarDirective {
|
|
|
19
19
|
_getTopPosition(element: HTMLElement): string;
|
|
20
20
|
_getElementHeight(element: HTMLElement): string;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabsInkBarDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabsInkBarDirective, "[
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MefDevTabsInkBarDirective, "[mefdev-tabs-ink-bar]", never, { "Animated": { "alias": "Animated"; "required": false; }; "PositionMode": { "alias": "PositionMode"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -75,5 +75,5 @@ export declare class MefDevTabsNavComponent implements AfterContentChecked, Afte
|
|
|
75
75
|
_getLayoutDirection(): Direction;
|
|
76
76
|
_alignInkBarToSelectedTab(): void;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabsNavComponent, [null, null, null, { optional: true; }]>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabsNavComponent, "mefdev-tabs-nav", never, { "Size": { "alias": "Size"; "required": false; }; "Animated": { "alias": "Animated"; "required": false; }; "Position": { "alias": "Position"; "required": false; }; "HideBar": { "alias": "HideBar"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "ShowPagination": { "alias": "ShowPagination"; "required": false; }; "PositionMode": { "alias": "PositionMode"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, {}, ["_tabBarExtraContent", "_labelWrappers"], ["*"], false, never
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabsNavComponent, "mefdev-tabs-nav", never, { "Size": { "alias": "Size"; "required": false; }; "Animated": { "alias": "Animated"; "required": false; }; "Position": { "alias": "Position"; "required": false; }; "HideBar": { "alias": "HideBar"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "ShowPagination": { "alias": "ShowPagination"; "required": false; }; "PositionMode": { "alias": "PositionMode"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, {}, ["_tabBarExtraContent", "_labelWrappers"], ["*"], false, never>;
|
|
79
79
|
}
|
|
@@ -133,5 +133,5 @@ export declare class MefDevTabSetComponent implements AfterContentChecked, OnIni
|
|
|
133
133
|
get tabPaneAnimated(): boolean;
|
|
134
134
|
constructor(_renderer: Renderer2);
|
|
135
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<MefDevTabSetComponent, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabSetComponent, "mefdev-tabset", never, { "TabBarExtraTemplate": { "alias": "TabBarExtraTemplate"; "required": false; }; "Animated": { "alias": "Animated"; "required": false; }; "ShowPagination": { "alias": "ShowPagination"; "required": false; }; "Hide": { "alias": "Hide"; "required": false; }; "SelectedIndex": { "alias": "SelectedIndex"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "TabPosition": { "alias": "TabPosition"; "required": false; }; "extraTabClass": { "alias": "extraTabClass"; "required": false; }; "extraTabContentClass": { "alias": "extraTabContentClass"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "tabAnimation": { "alias": "tabAnimation"; "required": false; }; }, { "SelectedIndexChange": "SelectedIndexChange"; "SelectChange": "SelectChange"; }, ["TabBarExtraContent"], never, false, never
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MefDevTabSetComponent, "mefdev-tabset", never, { "TabBarExtraTemplate": { "alias": "TabBarExtraTemplate"; "required": false; }; "Animated": { "alias": "Animated"; "required": false; }; "ShowPagination": { "alias": "ShowPagination"; "required": false; }; "Hide": { "alias": "Hide"; "required": false; }; "SelectedIndex": { "alias": "SelectedIndex"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "TabPosition": { "alias": "TabPosition"; "required": false; }; "extraTabClass": { "alias": "extraTabClass"; "required": false; }; "extraTabContentClass": { "alias": "extraTabContentClass"; "required": false; }; "Type": { "alias": "Type"; "required": false; }; "tabAnimation": { "alias": "tabAnimation"; "required": false; }; }, { "SelectedIndexChange": "SelectedIndexChange"; "SelectChange": "SelectChange"; }, ["TabBarExtraContent"], never, false, never>;
|
|
137
137
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natec/mef-dev-ui-kit",
|
|
3
|
-
"version": "16.0
|
|
3
|
+
"version": "16.2.0",
|
|
4
4
|
"description": "MEF.DEV UI Kit Library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "NATEC"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@angular/cdk": "^16.
|
|
35
|
-
"@angular/common": "^16.1.
|
|
36
|
-
"@angular/forms": "^16.1.
|
|
37
|
-
"@angular/core": "^16.1.
|
|
34
|
+
"@angular/cdk": "^16.1.5",
|
|
35
|
+
"@angular/common": "^16.1.5",
|
|
36
|
+
"@angular/forms": "^16.1.5",
|
|
37
|
+
"@angular/core": "^16.1.5"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
.h1, h1 {
|
|
3
|
-
font-family:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
41
|
+
font-family: Montserrat;
|
|
42
42
|
font-weight: 500;
|
|
43
43
|
font-size: 12px;
|
|
44
44
|
line-height: 20px;
|
|
@@ -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:
|
|
12
|
+
font-family: Montserrat !important;
|
|
13
13
|
font-weight: 500 !important;
|
|
14
14
|
font-size: 14px !important;
|
|
15
15
|
line-height: 24px !important;
|