@energycap/components 0.39.6-standalone-components.20240125-1418 → 0.39.6
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/esm2020/lib/components.module.mjs +401 -0
- package/esm2020/lib/controls/banner/banner.component.mjs +5 -5
- package/esm2020/lib/controls/button/button.component.mjs +5 -6
- package/esm2020/lib/controls/button/copy-button.directive.mjs +3 -4
- package/esm2020/lib/controls/button/copy-table-button.directive.mjs +3 -4
- package/esm2020/lib/controls/checkbox/checkbox.component.mjs +8 -10
- package/esm2020/lib/controls/collapsible-toggle/collapsible-toggle.component.mjs +4 -4
- package/esm2020/lib/controls/combobox/combobox.component.mjs +9 -9
- package/esm2020/lib/controls/dropdown/dropdown.component.mjs +8 -6
- package/esm2020/lib/controls/file-upload/file-upload.component.mjs +10 -11
- package/esm2020/lib/controls/form-control/form-control.component.mjs +4 -4
- package/esm2020/lib/controls/form-control-label/form-control-label.component.mjs +4 -5
- package/esm2020/lib/controls/form-group/form-group.component.mjs +4 -5
- package/esm2020/lib/controls/help-popover/help-popover.component.mjs +6 -7
- package/esm2020/lib/controls/item-picker/item-picker.component.mjs +12 -11
- package/esm2020/lib/controls/link-button/link-button.component.mjs +3 -3
- package/esm2020/lib/controls/menu/menu.component.mjs +8 -9
- package/esm2020/lib/controls/navigation/nav-item-active.directive.mjs +3 -4
- package/esm2020/lib/controls/numericbox/numericbox.component.mjs +6 -6
- package/esm2020/lib/controls/popover/popover.component.mjs +5 -5
- package/esm2020/lib/controls/radio-button/radio-button.component.mjs +6 -8
- package/esm2020/lib/controls/select/select.component.mjs +6 -8
- package/esm2020/lib/controls/tabs/tabs.component.mjs +6 -7
- package/esm2020/lib/controls/textbox/textbox.component.mjs +10 -8
- package/esm2020/lib/display/app-bar/app-bar.component.mjs +6 -6
- package/esm2020/lib/display/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/display/confirm/confirm.component.mjs +12 -12
- package/esm2020/lib/display/dialog/dialog-group/dialog-group.component.mjs +5 -5
- package/esm2020/lib/display/dialog/dialog.component.mjs +3 -4
- package/esm2020/lib/display/hierarchy/hierarchy-base.mjs +7 -2
- package/esm2020/lib/display/hierarchy/hierarchy-tree/hierarchy-tree.component.mjs +7 -7
- package/esm2020/lib/display/item-display/item-display.component.mjs +7 -8
- package/esm2020/lib/display/json-display/json-display.component.mjs +6 -6
- package/esm2020/lib/display/resizable/resizable.component.mjs +3 -3
- package/esm2020/lib/display/spinner/spinner.component.mjs +3 -3
- package/esm2020/lib/display/splash/splash.component.mjs +3 -3
- package/esm2020/lib/display/table/resizable-column.component.mjs +3 -3
- package/esm2020/lib/display/table/resizable-table.directive.mjs +3 -4
- package/esm2020/lib/display/table/searchable-table.component.mjs +9 -7
- package/esm2020/lib/display/table/table-detail-row.component.mjs +3 -3
- package/esm2020/lib/display/table/table-locked-column.component.mjs +3 -3
- package/esm2020/lib/display/table/table-master-header-row.component.mjs +4 -4
- package/esm2020/lib/display/table/table-master-row.component.mjs +6 -6
- package/esm2020/lib/display/table/table-pagination.component.mjs +6 -6
- package/esm2020/lib/display/table/table-selectable-row.component.mjs +6 -6
- package/esm2020/lib/display/table/table.component.mjs +5 -5
- package/esm2020/lib/display/tags/tags.component.mjs +5 -6
- package/esm2020/lib/display/toast/toast/toast.component.mjs +7 -8
- package/esm2020/lib/display/toast/toaster/toaster.component.mjs +4 -4
- package/esm2020/lib/display/tooltip/tooltip.component.mjs +5 -5
- package/esm2020/lib/display/tooltip-directive/tooltip.directive.mjs +3 -4
- package/esm2020/lib/display/tour/tour.component.mjs +6 -6
- package/esm2020/lib/display/tree/tree.component.mjs +18 -8
- package/esm2020/lib/display/view-overlay/view-overlay.component.mjs +7 -8
- package/esm2020/lib/shared/directives/click-area-for/click-area-for.directive.mjs +3 -4
- package/esm2020/lib/shared/directives/if-viewport-width/if-viewport-width.directive.mjs +3 -4
- package/esm2020/lib/shared/directives/popup/popup-container.directive.mjs +3 -6
- package/esm2020/lib/shared/display/pipes/date-display.pipe.mjs +4 -13
- package/esm2020/lib/shared/display/pipes/highlight-text.pipe.mjs +4 -11
- package/esm2020/lib/shared/display/pipes/relative-date.pipe.mjs +4 -11
- package/esm2020/lib/shared/display/pipes/row-count.pipe.mjs +4 -11
- package/esm2020/lib/shared/display/pipes/time-display.pipe.mjs +4 -13
- package/esm2020/lib/shared/page/page-title/page-title.component.mjs +5 -5
- package/esm2020/lib/shared/page/page-view/page-view.component.mjs +11 -10
- package/esm2020/lib/shared/testing/public-mocks.spec.mjs +3 -6
- package/esm2020/lib/shared/wizard/wizard-buttons/wizard-buttons.component.mjs +5 -5
- package/esm2020/lib/shared/wizard/wizard-progress/wizard-progress.component.mjs +5 -6
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/energycap-components.mjs +9030 -8739
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +8455 -8164
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/components.module.d.ts +87 -0
- package/lib/controls/banner/banner.component.d.ts +1 -1
- package/lib/controls/button/button.component.d.ts +1 -1
- package/lib/controls/button/copy-button.directive.d.ts +1 -1
- package/lib/controls/button/copy-table-button.directive.d.ts +1 -1
- package/lib/controls/checkbox/checkbox.component.d.ts +3 -3
- package/lib/controls/collapsible-toggle/collapsible-toggle.component.d.ts +1 -1
- package/lib/controls/combobox/combobox.component.d.ts +1 -1
- package/lib/controls/dropdown/dropdown.component.d.ts +1 -1
- package/lib/controls/file-upload/file-upload.component.d.ts +1 -1
- package/lib/controls/form-control/form-control.component.d.ts +1 -1
- package/lib/controls/form-control-label/form-control-label.component.d.ts +1 -1
- package/lib/controls/form-group/form-group.component.d.ts +1 -1
- package/lib/controls/help-popover/help-popover.component.d.ts +1 -1
- package/lib/controls/item-picker/item-picker.component.d.ts +1 -1
- package/lib/controls/link-button/link-button.component.d.ts +1 -1
- package/lib/controls/menu/menu.component.d.ts +1 -1
- package/lib/controls/navigation/nav-item-active.directive.d.ts +1 -1
- package/lib/controls/numericbox/numericbox.component.d.ts +1 -1
- package/lib/controls/popover/popover.component.d.ts +1 -1
- package/lib/controls/radio-button/radio-button.component.d.ts +1 -1
- package/lib/controls/select/select.component.d.ts +1 -1
- package/lib/controls/tabs/tabs.component.d.ts +1 -1
- package/lib/controls/textbox/textbox.component.d.ts +1 -1
- package/lib/display/app-bar/app-bar.component.d.ts +1 -1
- package/lib/display/avatar/avatar.component.d.ts +1 -1
- package/lib/display/confirm/confirm.component.d.ts +1 -1
- package/lib/display/dialog/dialog-group/dialog-group.component.d.ts +1 -1
- package/lib/display/dialog/dialog.component.d.ts +1 -1
- package/lib/display/hierarchy/hierarchy-base.d.ts +10 -1
- package/lib/display/hierarchy/hierarchy-tree/hierarchy-tree.component.d.ts +1 -1
- package/lib/display/item-display/item-display.component.d.ts +1 -1
- package/lib/display/json-display/json-display.component.d.ts +1 -1
- package/lib/display/resizable/resizable.component.d.ts +1 -1
- package/lib/display/spinner/spinner.component.d.ts +1 -1
- package/lib/display/splash/splash.component.d.ts +1 -1
- package/lib/display/table/resizable-column.component.d.ts +1 -1
- package/lib/display/table/resizable-table.directive.d.ts +1 -1
- package/lib/display/table/searchable-table.component.d.ts +1 -1
- package/lib/display/table/table-detail-row.component.d.ts +1 -1
- package/lib/display/table/table-locked-column.component.d.ts +1 -1
- package/lib/display/table/table-master-header-row.component.d.ts +1 -1
- package/lib/display/table/table-master-row.component.d.ts +1 -1
- package/lib/display/table/table-pagination.component.d.ts +1 -1
- package/lib/display/table/table-selectable-row.component.d.ts +1 -1
- package/lib/display/table/table.component.d.ts +1 -1
- package/lib/display/tags/tags.component.d.ts +1 -1
- package/lib/display/toast/toast/toast.component.d.ts +1 -1
- package/lib/display/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/display/tooltip/tooltip.component.d.ts +1 -1
- package/lib/display/tooltip-directive/tooltip.directive.d.ts +1 -1
- package/lib/display/tour/tour.component.d.ts +1 -1
- package/lib/display/tree/tree.component.d.ts +6 -2
- package/lib/display/view-overlay/view-overlay.component.d.ts +1 -1
- package/lib/shared/directives/click-area-for/click-area-for.directive.d.ts +1 -1
- package/lib/shared/directives/if-viewport-width/if-viewport-width.directive.d.ts +1 -1
- package/lib/shared/directives/popup/popup-container.directive.d.ts +1 -1
- package/lib/shared/display/pipes/date-display.pipe.d.ts +1 -2
- package/lib/shared/display/pipes/highlight-text.pipe.d.ts +1 -2
- package/lib/shared/display/pipes/relative-date.pipe.d.ts +1 -2
- package/lib/shared/display/pipes/row-count.pipe.d.ts +1 -2
- package/lib/shared/display/pipes/time-display.pipe.d.ts +1 -2
- package/lib/shared/page/page-title/page-title.component.d.ts +1 -1
- package/lib/shared/page/page-view/page-view.component.d.ts +1 -1
- package/lib/shared/testing/public-mocks.spec.d.ts +1 -1
- package/lib/shared/wizard/wizard-buttons/wizard-buttons.component.d.ts +1 -1
- package/lib/shared/wizard/wizard-progress/wizard-progress.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
@@ -31,5 +31,5 @@ export declare class ToasterComponent implements OnInit, OnDestroy {
|
|
31
31
|
private updateDismissibleToastBottom;
|
32
32
|
private trackEvent;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterComponent, never>;
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "ec-toaster", never, {}, {}, never, never,
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "ec-toaster", never, {}, {}, never, never, false, never>;
|
35
35
|
}
|
@@ -66,5 +66,5 @@ export declare class TooltipComponent implements TooltipOptions {
|
|
66
66
|
onHide: EventEmitter<void>;
|
67
67
|
hide(): void;
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ec-tooltip", never, {}, {}, never, never,
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ec-tooltip", never, {}, {}, never, never, false, never>;
|
70
70
|
}
|
@@ -40,5 +40,5 @@ export declare class TooltipDirective implements OnInit {
|
|
40
40
|
private hide;
|
41
41
|
ngOnDestroy(): void;
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[ecTooltip]", never, { "tooltipConfig": "tooltipConfig"; "tooltipText": "tooltipText"; "tooltipCustomContent": "tooltipCustomContent"; "tooltipPosition": "tooltipPosition"; }, {}, never, never,
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[ecTooltip]", never, { "tooltipConfig": "tooltipConfig"; "tooltipText": "tooltipText"; "tooltipCustomContent": "tooltipCustomContent"; "tooltipPosition": "tooltipPosition"; }, {}, never, never, false, never>;
|
44
44
|
}
|
@@ -143,5 +143,5 @@ export declare class TourComponent implements OnInit {
|
|
143
143
|
*/
|
144
144
|
private focusOnElement;
|
145
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<TourComponent, never>;
|
146
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TourComponent, "ec-tour", never, {}, {}, never, never,
|
146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TourComponent, "ec-tour", never, {}, {}, never, never, false, never>;
|
147
147
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
2
2
|
import { MenuComponent, MenuItem, MenuTemplateType } from '../../controls/menu/menu.component';
|
3
|
-
import { HierarchyItem } from '../hierarchy/hierarchy-base';
|
3
|
+
import { ToggledHierarchyItem, HierarchyItem } from '../hierarchy/hierarchy-base';
|
4
4
|
import { HierarchyTreeComponent } from '../hierarchy/hierarchy-tree/hierarchy-tree.component';
|
5
5
|
import { Overlay } from '../view-overlay/view-overlay.component';
|
6
6
|
import * as i0 from "@angular/core";
|
@@ -54,6 +54,8 @@ export declare class TreeComponent {
|
|
54
54
|
treeSelection: EventEmitter<MenuItem | HierarchyItem>;
|
55
55
|
/** Emits when a hierarchy tree item is expanded as a hook to load the item's children */
|
56
56
|
getTreeItemChildren: EventEmitter<HierarchyItem>;
|
57
|
+
/** Emits when a hierarchy tree item is expanded or collapsed */
|
58
|
+
treeItemToggled: EventEmitter<ToggledHierarchyItem>;
|
57
59
|
/** Reference to the MenuComponent instance in the template */
|
58
60
|
menuComponent?: MenuComponent;
|
59
61
|
/** Reference to the HierarchyTreeComponent instance in the template */
|
@@ -64,8 +66,10 @@ export declare class TreeComponent {
|
|
64
66
|
onItemSelected(item: MenuItem | HierarchyItem): void;
|
65
67
|
/** Emits when a hierarchy tree item is expanded to load the item's children */
|
66
68
|
onHierarchyGetItemChildren(item: HierarchyItem): void;
|
69
|
+
/** Emits when a hierarchy tree item is expanded or collapsed */
|
70
|
+
onHierarchyItemToggled(item: ToggledHierarchyItem): void;
|
67
71
|
/** Scroll to the tree item that is currently selected. */
|
68
72
|
scrollToSelectedItem(): void;
|
69
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ec-tree", never, { "id": "id"; "treeTitle": "treeTitle"; "hideTreeHeader": "hideTreeHeader"; "treeItems": "treeItems"; "treeHierarchyHideRootNode": "treeHierarchyHideRootNode"; "treeHierarchy": "treeHierarchy"; "treeMenuMaintainSelectedItem": "treeMenuMaintainSelectedItem"; "customTreeMenuTemplate": "customTreeMenuTemplate"; "customHierarchyItemTemplate": "customHierarchyItemTemplate"; "status": "status"; "type": "type"; "menuItems": "menuItems"; "menuStatus": "menuStatus"; "menuTemplateType": "menuTemplateType"; "preserveIconSpace": "preserveIconSpace"; "templateType": "templateType"; }, { "treeSelection": "treeSelection"; "getTreeItemChildren": "getTreeItemChildren"; }, never, never,
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ec-tree", never, { "id": "id"; "treeTitle": "treeTitle"; "hideTreeHeader": "hideTreeHeader"; "treeItems": "treeItems"; "treeHierarchyHideRootNode": "treeHierarchyHideRootNode"; "treeHierarchy": "treeHierarchy"; "treeMenuMaintainSelectedItem": "treeMenuMaintainSelectedItem"; "customTreeMenuTemplate": "customTreeMenuTemplate"; "customHierarchyItemTemplate": "customHierarchyItemTemplate"; "status": "status"; "type": "type"; "menuItems": "menuItems"; "menuStatus": "menuStatus"; "menuTemplateType": "menuTemplateType"; "preserveIconSpace": "preserveIconSpace"; "templateType": "templateType"; }, { "treeSelection": "treeSelection"; "getTreeItemChildren": "getTreeItemChildren"; "treeItemToggled": "treeItemToggled"; }, never, never, false, never>;
|
71
75
|
}
|
@@ -34,5 +34,5 @@ export declare class ViewOverlayComponent implements Overlay {
|
|
34
34
|
setStatus(status: ViewStatus, message?: string, action?: NavItem, noDataTemplate?: TemplateRef<any>): void;
|
35
35
|
actionClicked(event: any): void;
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewOverlayComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ViewOverlayComponent, "[ecOverlay]", never, { "status": "status"; "message": "message"; "action": "action"; "noDataTemplate": "noDataTemplate"; "displayAsMask": "displayAsMask"; "overlayClassList": "overlayClassList"; }, {}, never, ["*"],
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ViewOverlayComponent, "[ecOverlay]", never, { "status": "status"; "message": "message"; "action": "action"; "noDataTemplate": "noDataTemplate"; "displayAsMask": "displayAsMask"; "overlayClassList": "overlayClassList"; }, {}, never, ["*"], false, never>;
|
38
38
|
}
|
@@ -10,5 +10,5 @@ export declare class ClickAreaForDirective implements OnInit {
|
|
10
10
|
ngOnInit(): void;
|
11
11
|
onClick(event: Event): void;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickAreaForDirective, never>;
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickAreaForDirective, "[ecClickAreaFor]", never, { "targetEl": "ecClickAreaFor"; }, {}, never, never,
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickAreaForDirective, "[ecClickAreaFor]", never, { "targetEl": "ecClickAreaFor"; }, {}, never, never, false, never>;
|
14
14
|
}
|
@@ -56,5 +56,5 @@ export declare class IfViewportWidthDirective implements OnInit {
|
|
56
56
|
*/
|
57
57
|
private hide;
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<IfViewportWidthDirective, never>;
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IfViewportWidthDirective, "[ecIfViewportWidth]", never, { "width": "ecIfViewportWidth"; }, {}, never, never,
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IfViewportWidthDirective, "[ecIfViewportWidth]", never, { "width": "ecIfViewportWidth"; }, {}, never, never, false, never>;
|
60
60
|
}
|
@@ -97,5 +97,5 @@ export declare class PopupContainerDirective implements OnInit, OnDestroy, OnIni
|
|
97
97
|
update(): void;
|
98
98
|
fixPosition(minWidthNone?: boolean, appendToBody?: boolean): void;
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopupContainerDirective, never>;
|
100
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopupContainerDirective, "[ecPopup]", never, { "popup": "ecPopup"; "popperOptions": "options"; }, {}, never, never,
|
100
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopupContainerDirective, "[ecPopup]", never, { "popup": "ecPopup"; "popperOptions": "options"; }, {}, never, never, false, never>;
|
101
101
|
}
|
@@ -17,6 +17,5 @@ export declare class DateDisplayPipe implements PipeTransform {
|
|
17
17
|
*/
|
18
18
|
transform(date?: DateDisplay, showEndOfTime?: boolean, showTime?: boolean, showSeconds?: boolean): string;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateDisplayPipe, never>;
|
20
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateDisplayPipe, "dateDisplay",
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DateDisplayPipe>;
|
20
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateDisplayPipe, "dateDisplay", false>;
|
22
21
|
}
|
@@ -5,6 +5,5 @@ export declare class HighlightTextPipe implements PipeTransform {
|
|
5
5
|
private strongWrap;
|
6
6
|
private escapeRegex;
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightTextPipe, never>;
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTextPipe, "highlightText",
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HighlightTextPipe>;
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<HighlightTextPipe, "highlightText", false>;
|
10
9
|
}
|
@@ -32,6 +32,5 @@ export declare class RelativeDatePipe implements PipeTransform {
|
|
32
32
|
*/
|
33
33
|
transform(timeSelected: string, options?: RelativeDateOptions): string;
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeDatePipe, never>;
|
35
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDatePipe, "relativeDate",
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RelativeDatePipe>;
|
35
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeDatePipe, "relativeDate", false>;
|
37
36
|
}
|
@@ -19,6 +19,5 @@ export declare class RowCountPipe implements PipeTransform {
|
|
19
19
|
private getResultsCount;
|
20
20
|
private getPagedResultsCount;
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowCountPipe, never>;
|
22
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RowCountPipe, "rowCount",
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RowCountPipe>;
|
22
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RowCountPipe, "rowCount", false>;
|
24
23
|
}
|
@@ -14,6 +14,5 @@ export declare class TimeDisplayPipe implements PipeTransform {
|
|
14
14
|
*/
|
15
15
|
transform(time?: DateDisplay, showSeconds?: boolean): string;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeDisplayPipe, never>;
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TimeDisplayPipe, "timeDisplay",
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TimeDisplayPipe>;
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TimeDisplayPipe, "timeDisplay", false>;
|
19
18
|
}
|
@@ -5,5 +5,5 @@ export declare class PageTitleComponent {
|
|
5
5
|
subTitle?: string;
|
6
6
|
subTitleUrl?: string;
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageTitleComponent, never>;
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageTitleComponent, "app-page-title", never, { "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; }, {}, never, never,
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageTitleComponent, "app-page-title", never, { "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; }, {}, never, never, false, never>;
|
9
9
|
}
|
@@ -92,5 +92,5 @@ export declare class PageViewComponent {
|
|
92
92
|
secondaryAction(event: any): void;
|
93
93
|
closeDialog(): void;
|
94
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageViewComponent, never>;
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageViewComponent, "ec-page-view", never, { "isDialog": "isDialog"; "readonly": "readonly"; "status": "status"; "showHeader": "showHeader"; "errors": "errors"; "breadcrumbs": "breadcrumbs"; "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; "moreActionsLabel": "moreActionsLabel"; "moreActions": "moreActions"; "secondaryActionLabel": "secondaryActionLabel"; "hideSecondaryAction": "hideSecondaryAction"; "primaryActionLabel": "primaryActionLabel"; "hidePrimaryAction": "hidePrimaryAction"; "customTitleTemplate": "customTitleTemplate"; "customActionsTemplate": "customActionsTemplate"; "customHeaderTemplate": "customHeaderTemplate"; "footerTemplate": "footerTemplate"; "customErrorBannerTemplate": "customErrorBannerTemplate"; "stickyFooter": "stickyFooter"; "fitContent": "fitContent"; "bgContent": "bgContent"; }, { "onPrimaryAction": "onPrimaryAction"; "onSecondaryAction": "onSecondaryAction"; }, never, ["*"],
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageViewComponent, "ec-page-view", never, { "isDialog": "isDialog"; "readonly": "readonly"; "status": "status"; "showHeader": "showHeader"; "errors": "errors"; "breadcrumbs": "breadcrumbs"; "title": "title"; "titleIcon": "titleIcon"; "subTitle": "subTitle"; "subTitleUrl": "subTitleUrl"; "moreActionsLabel": "moreActionsLabel"; "moreActions": "moreActions"; "secondaryActionLabel": "secondaryActionLabel"; "hideSecondaryAction": "hideSecondaryAction"; "primaryActionLabel": "primaryActionLabel"; "hidePrimaryAction": "hidePrimaryAction"; "customTitleTemplate": "customTitleTemplate"; "customActionsTemplate": "customActionsTemplate"; "customHeaderTemplate": "customHeaderTemplate"; "footerTemplate": "footerTemplate"; "customErrorBannerTemplate": "customErrorBannerTemplate"; "stickyFooter": "stickyFooter"; "fitContent": "fitContent"; "bgContent": "bgContent"; }, { "onPrimaryAction": "onPrimaryAction"; "onSecondaryAction": "onSecondaryAction"; }, never, ["*"], false, never>;
|
96
96
|
}
|
@@ -44,7 +44,7 @@ export declare class MockDialogContent<T> implements DialogContent<T> {
|
|
44
44
|
export declare class MockDateDisplayPipe implements PipeTransform {
|
45
45
|
transform(value?: Date | string | null): string;
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<MockDateDisplayPipe, never>;
|
47
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MockDateDisplayPipe, "dateDisplay",
|
47
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MockDateDisplayPipe, "dateDisplay", false>;
|
48
48
|
}
|
49
49
|
/** Return a Router spy object that can be used as a mock in tests.*/
|
50
50
|
export declare function mockRouterFactory(): jasmine.SpyObj<Router>;
|
@@ -23,5 +23,5 @@ export declare class WizardButtonsComponent {
|
|
23
23
|
onPreviousTab(): void;
|
24
24
|
onNextTab(): void;
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<WizardButtonsComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WizardButtonsComponent, "ec-wizard-buttons", never, { "nextLabel": "nextLabel"; "backLabel": "backLabel"; "cancelLabel": "cancelLabel"; "saveLabel": "saveLabel"; "cancelId": "cancelId"; "saveId": "saveId"; "tabindex": "tabindex"; "status": "status"; "showBack": "showBack"; "showSave": "showSave"; "hideNextSaveButton": "hideNextSaveButton"; }, { "cancel": "cancel"; "save": "save"; "nextTab": "nextTab"; "previousTab": "previousTab"; }, never, never,
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WizardButtonsComponent, "ec-wizard-buttons", never, { "nextLabel": "nextLabel"; "backLabel": "backLabel"; "cancelLabel": "cancelLabel"; "saveLabel": "saveLabel"; "cancelId": "cancelId"; "saveId": "saveId"; "tabindex": "tabindex"; "status": "status"; "showBack": "showBack"; "showSave": "showSave"; "hideNextSaveButton": "hideNextSaveButton"; }, { "cancel": "cancel"; "save": "save"; "nextTab": "nextTab"; "previousTab": "previousTab"; }, never, never, false, never>;
|
27
27
|
}
|
@@ -6,5 +6,5 @@ export declare class WizardProgressComponent {
|
|
6
6
|
currentTab?: WizardTab;
|
7
7
|
constructor();
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<WizardProgressComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WizardProgressComponent, "ec-wizard-progress", never, { "tabGroup": "tabGroup"; "currentTab": "currentTab"; }, {}, never, never,
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WizardProgressComponent, "ec-wizard-progress", never, { "tabGroup": "tabGroup"; "currentTab": "currentTab"; }, {}, never, never, false, never>;
|
10
10
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED