@progress-chef/platform-shared-components 0.0.14 → 0.0.16
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/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +3 -4
- package/esm2022/lib/atoms/atoms.module.mjs +8 -8
- package/esm2022/lib/atoms/avatar/avatar.component.mjs +2 -2
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +1 -2
- package/esm2022/lib/atoms/button/button.component.mjs +1 -2
- package/esm2022/lib/atoms/button-group/button-group.component.mjs +3 -4
- package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +3 -4
- package/esm2022/lib/atoms/container/container.component.mjs +5 -6
- package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +17 -5
- package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +8 -4
- package/esm2022/lib/atoms/dropdowntree/dropdowntree.component.mjs +1 -2
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +1 -2
- package/esm2022/lib/atoms/icon/icon.component.mjs +1 -2
- package/esm2022/lib/atoms/label/label.component.mjs +3 -4
- package/esm2022/lib/atoms/loader/loader.component.mjs +48 -0
- package/esm2022/lib/atoms/loader/loader.module.mjs +28 -0
- package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +3 -4
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +1 -1
- package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +3 -5
- package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +3 -4
- package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +3 -4
- package/esm2022/lib/atoms/search-box/search-box.component.mjs +1 -1
- package/esm2022/lib/atoms/slider/slider.component.mjs +2 -2
- package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -4
- package/esm2022/lib/atoms/textbox/textbox.component.mjs +1 -1
- package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +1 -2
- package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +2 -3
- package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +3 -4
- package/esm2022/lib/atoms/typography/typography.component.mjs +1 -2
- package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +4 -5
- package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +4 -6
- package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +2 -4
- package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +2 -3
- package/esm2022/lib/molecules/card/card.component.mjs +3 -4
- package/esm2022/lib/molecules/dialog/dialog-actions/dialog-actions.component.mjs +4 -5
- package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +3 -4
- package/esm2022/lib/molecules/dialog/dialog.component.mjs +1 -2
- package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +1 -3
- package/esm2022/lib/molecules/grid/grid-spacer/grid-spacer.component.mjs +2 -5
- package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +3 -5
- package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +4 -6
- package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +2 -5
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +18 -4
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +8 -4
- package/esm2022/lib/molecules/molecules.module.mjs +1 -8
- package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +2 -2
- package/esm2022/lib/molecules/tabstrip/tabstrip.component.mjs +2 -2
- package/esm2022/lib/shared.component.mjs +1 -2
- package/esm2022/lib/shared.service.mjs +2 -3
- package/esm2022/public-api.mjs +3 -5
- package/fesm2022/progress-chef-platform-shared-components.mjs +171 -250
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/lib/atoms/angular-popup/angular-popup.component.d.ts +2 -3
- package/lib/atoms/atoms.module.d.ts +8 -8
- package/lib/atoms/breadcrumb/breadcrumb.component.d.ts +2 -3
- package/lib/atoms/button/button.component.d.ts +2 -3
- package/lib/atoms/button-group/button-group.component.d.ts +2 -3
- package/lib/atoms/checkbox/checkbox.component.d.ts +4 -5
- package/lib/atoms/container/container.component.d.ts +1 -4
- package/lib/atoms/dropdown/dropdown.component.d.ts +8 -4
- package/lib/atoms/dropdown/dropdown.module.d.ts +2 -1
- package/lib/atoms/dropdowntree/dropdowntree.component.d.ts +2 -3
- package/lib/atoms/expansion-panel/expansion-panel.component.d.ts +1 -3
- package/lib/atoms/icon/icon.component.d.ts +1 -3
- package/lib/atoms/label/label.component.d.ts +1 -3
- package/lib/atoms/loader/loader.component.d.ts +30 -0
- package/lib/atoms/loader/loader.module.d.ts +9 -0
- package/lib/atoms/loading-spinner/loading-spinner.component.d.ts +1 -3
- package/lib/atoms/numeric-textbox/numeric-textbox.component.d.ts +2 -3
- package/lib/atoms/progress-bar/progress-bar.component.d.ts +1 -3
- package/lib/atoms/radio-button/radio-button.component.d.ts +2 -3
- package/lib/atoms/text-area/text-area.component.d.ts +4 -5
- package/lib/atoms/textbox/textbox.component.d.ts +2 -2
- package/lib/atoms/timescheduler/timescheduler.component.d.ts +2 -3
- package/lib/atoms/tooltip/tooltip.component.d.ts +1 -3
- package/lib/molecules/card/card-actions/card-actions.component.d.ts +1 -4
- package/lib/molecules/card/card-body/card-body.component.d.ts +1 -4
- package/lib/molecules/card/card-footer/card-footer.component.d.ts +1 -4
- package/lib/molecules/card/card-header/card-header.component.d.ts +1 -4
- package/lib/molecules/card/card.component.d.ts +1 -3
- package/lib/molecules/dialog/dialog-actions/dialog-actions.component.d.ts +1 -4
- package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +2 -3
- package/lib/molecules/dialog/dialog.component.d.ts +2 -3
- package/lib/molecules/grid/grid-form/grid-form.component.d.ts +2 -3
- package/lib/molecules/grid/grid-spacer/grid-spacer.component.d.ts +1 -4
- package/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.d.ts +2 -3
- package/lib/molecules/grid-layout/grid-layout.component.d.ts +1 -4
- package/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.d.ts +1 -4
- package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +6 -1
- package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +2 -1
- package/lib/molecules/molecules.module.d.ts +2 -3
- package/lib/shared.component.d.ts +1 -3
- package/lib/shared.service.d.ts +0 -1
- package/package.json +2 -2
- package/public-api.d.ts +2 -4
- package/esm2022/lib/atoms/report-summary/report-summary.component.mjs +0 -47
- package/esm2022/lib/atoms/report-summary/report-summary.module.mjs +0 -24
- package/esm2022/lib/molecules/sidebar/layout/layout.model.mjs +0 -2
- package/esm2022/lib/molecules/sidebar/sidebar.component.mjs +0 -43
- package/esm2022/lib/molecules/sidebar/sidebar.module.mjs +0 -32
- package/lib/atoms/report-summary/report-summary.component.d.ts +0 -23
- package/lib/atoms/report-summary/report-summary.module.d.ts +0 -8
- package/lib/molecules/sidebar/layout/layout.model.d.ts +0 -20
- package/lib/molecules/sidebar/sidebar.component.d.ts +0 -14
- package/lib/molecules/sidebar/sidebar.module.d.ts +0 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AngularPopupComponent
|
|
4
|
+
export declare class AngularPopupComponent {
|
|
5
5
|
private themesService;
|
|
6
6
|
show: boolean;
|
|
7
7
|
anchor: ElementRef<HTMLElement> | HTMLElement;
|
|
@@ -10,7 +10,6 @@ export declare class AngularPopupComponent implements OnInit {
|
|
|
10
10
|
popupHorizontalAlign: "left" | "center" | "right";
|
|
11
11
|
popupVerticalAlign: "top" | "center" | "bottom";
|
|
12
12
|
constructor(themesService: ThemesService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AngularPopupComponent, never>;
|
|
15
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<AngularPopupComponent, "lib-angular-popup", never, { "show": { "alias": "show"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; "anchorHorizontalAlign": { "alias": "anchorHorizontalAlign"; "required": false; }; "anchorVerticalAlign": { "alias": "anchorVerticalAlign"; "required": false; }; "popupHorizontalAlign": { "alias": "popupHorizontalAlign"; "required": false; }; "popupVerticalAlign": { "alias": "popupVerticalAlign"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
15
|
}
|
|
@@ -14,13 +14,13 @@ import * as i12 from "./expansion-panel/expansion-panel.module";
|
|
|
14
14
|
import * as i13 from "@angular/forms";
|
|
15
15
|
import * as i14 from "./icon/icon.module";
|
|
16
16
|
import * as i15 from "./label/label.module";
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
17
|
+
import * as i16 from "./loader/loader.module";
|
|
18
|
+
import * as i17 from "./loading-spinner/loading-spinner.module";
|
|
19
|
+
import * as i18 from "./multi-select-dropdown/multi-select-dropdown.module";
|
|
20
|
+
import * as i19 from "./notification/notification.module";
|
|
21
|
+
import * as i20 from "./numeric-textbox/numeric-textbox.module";
|
|
22
|
+
import * as i21 from "./progress-bar/progress-bar.module";
|
|
23
|
+
import * as i22 from "./radio-button/radio-button.module";
|
|
24
24
|
import * as i23 from "./search-box/search-box.module";
|
|
25
25
|
import * as i24 from "./slider/slider.module";
|
|
26
26
|
import * as i25 from "../style-tokens/style-tokens.module";
|
|
@@ -33,6 +33,6 @@ import * as i31 from "./typography/typography.module";
|
|
|
33
33
|
import * as i32 from "./clipboard/clipboard.module";
|
|
34
34
|
export declare class AtomsModule {
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AtomsModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, [typeof i1.AlertModule, typeof i2.AngularPopupModule, typeof i3.AvatarModule, typeof i4.BreadcrumbModule, typeof i5.ButtonModule, typeof i6.ButtonGroupModule, typeof i7.CheckboxModule, typeof i8.CommonModule, typeof i9.ContainerModule, typeof i10.DropdownModule, typeof i11.DropdownTreeModule, typeof i12.ExpansionPanelModule, typeof i13.FormsModule, typeof i14.IconModule, typeof i15.LabelsModule, typeof i16.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtomsModule, never, [typeof i1.AlertModule, typeof i2.AngularPopupModule, typeof i3.AvatarModule, typeof i4.BreadcrumbModule, typeof i5.ButtonModule, typeof i6.ButtonGroupModule, typeof i7.CheckboxModule, typeof i8.CommonModule, typeof i9.ContainerModule, typeof i10.DropdownModule, typeof i11.DropdownTreeModule, typeof i12.ExpansionPanelModule, typeof i13.FormsModule, typeof i14.IconModule, typeof i15.LabelsModule, typeof i16.LoaderModule, typeof i17.LoadingSpinnerModule, typeof i18.MultiSelectDropdownModule, typeof i19.NotificationModule, typeof i20.NumericTextboxModule, typeof i21.ProgressBarsModule, typeof i22.RadioButtonModule, typeof i13.ReactiveFormsModule, typeof i23.SearchBoxModule, typeof i24.SliderModule, typeof i25.StyleTokensModule, typeof i26.TextAreaModule, typeof i27.TextboxModule, typeof i28.TimeSchedulerModule, typeof i29.ToastNotificationModule, typeof i30.TooltipModule, typeof i31.TypographyModule, typeof i32.ClipboardModule], [typeof i1.AlertModule, typeof i2.AngularPopupModule, typeof i3.AvatarModule, typeof i4.BreadcrumbModule, typeof i5.ButtonModule, typeof i6.ButtonGroupModule, typeof i7.CheckboxModule, typeof i9.ContainerModule, typeof i10.DropdownModule, typeof i11.DropdownTreeModule, typeof i12.ExpansionPanelModule, typeof i14.IconModule, typeof i15.LabelsModule, typeof i16.LoaderModule, typeof i17.LoadingSpinnerModule, typeof i18.MultiSelectDropdownModule, typeof i19.NotificationModule, typeof i20.NumericTextboxModule, typeof i21.ProgressBarsModule, typeof i22.RadioButtonModule, typeof i23.SearchBoxModule, typeof i24.SliderModule, typeof i25.StyleTokensModule, typeof i26.TextAreaModule, typeof i27.TextboxModule, typeof i28.TimeSchedulerModule, typeof i29.ToastNotificationModule, typeof i30.TooltipModule, typeof i31.TypographyModule, typeof i32.ClipboardModule]>;
|
|
37
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
|
|
38
38
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
3
|
import { BreadCrumbItem } from '@progress/kendo-angular-navigation';
|
|
4
4
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BreadcrumbComponent
|
|
6
|
+
export declare class BreadcrumbComponent {
|
|
7
7
|
private themesService;
|
|
8
8
|
items: BreadCrumbItem[];
|
|
9
9
|
valueChange: EventEmitter<BreadCrumbItem[]>;
|
|
10
10
|
homeIcon: SVGIcon;
|
|
11
11
|
constructor(themesService: ThemesService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
12
|
onItemClick(item: BreadCrumbItem): void;
|
|
14
13
|
refreshBreadCrumb(): void;
|
|
15
14
|
emitValueChange(itemsToBeEmit: BreadCrumbItem[]): void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { TypographyType } from '../typography/TypographyType';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ButtonComponent
|
|
5
|
+
export declare class ButtonComponent {
|
|
6
6
|
private themesService;
|
|
7
7
|
constructor(themesService: ThemesService);
|
|
8
|
-
ngOnInit(): void;
|
|
9
8
|
size: 'small' | 'medium' | 'large';
|
|
10
9
|
rounded: 'small' | 'medium' | 'large' | 'full' | 'none';
|
|
11
10
|
fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ButtonGroupComponent
|
|
4
|
+
export declare class ButtonGroupComponent {
|
|
5
5
|
private themesService;
|
|
6
6
|
constructor(themesService: ThemesService);
|
|
7
7
|
buttons: any[];
|
|
@@ -15,7 +15,6 @@ export declare class ButtonGroupComponent implements OnInit {
|
|
|
15
15
|
toggleable: boolean;
|
|
16
16
|
buttonClick: EventEmitter<any>;
|
|
17
17
|
onButtonClick(label: string): void;
|
|
18
|
-
ngOnInit(): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
20
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lib-button-group", never, { "buttons": { "alias": "buttons"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
|
|
21
20
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import { CheckBoxRounded, InputSize } from '@progress/kendo-angular-inputs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CheckboxComponent
|
|
6
|
+
export declare class CheckboxComponent {
|
|
7
7
|
private themesService;
|
|
8
8
|
control: FormControl;
|
|
9
9
|
id: string;
|
|
@@ -11,10 +11,9 @@ export declare class CheckboxComponent implements OnInit {
|
|
|
11
11
|
rounded: CheckBoxRounded;
|
|
12
12
|
label: string;
|
|
13
13
|
labelPosition: 'before' | 'after';
|
|
14
|
-
modelChange: EventEmitter<
|
|
14
|
+
modelChange: EventEmitter<boolean>;
|
|
15
15
|
constructor(themesService: ThemesService);
|
|
16
|
-
|
|
17
|
-
emitValueChange(ev: Boolean): void;
|
|
16
|
+
emitValueChange(ev: boolean): void;
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
19
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "lib-checkbox", never, { "control": { "alias": "control"; "required": false; }; "id": { "alias": "id"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
|
|
20
19
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ContainerComponent
|
|
2
|
+
export declare class ContainerComponent {
|
|
4
3
|
get class(): string;
|
|
5
4
|
c_class: string;
|
|
6
5
|
padding: string;
|
|
7
6
|
margin: string;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
|
|
11
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "lib-container", never, { "c_class": { "alias": "c_class"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
9
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnChanges,
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { TypographyType } from '../typography/TypographyType';
|
|
4
4
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
5
5
|
import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
|
|
6
|
+
import { LoaderSize, LoaderType, LoaderThemeColor } from '../loader/loader.component';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DropdownComponent implements
|
|
8
|
+
export declare class DropdownComponent implements OnChanges, AfterViewInit {
|
|
8
9
|
private themesService;
|
|
9
10
|
id: string;
|
|
10
11
|
label: string;
|
|
@@ -27,12 +28,15 @@ export declare class DropdownComponent implements OnInit, OnChanges, AfterViewIn
|
|
|
27
28
|
control: FormControl;
|
|
28
29
|
fontType: TypographyType;
|
|
29
30
|
focus: boolean;
|
|
31
|
+
loading: boolean;
|
|
32
|
+
loaderType: LoaderType;
|
|
33
|
+
loaderSize: LoaderSize;
|
|
34
|
+
loaderTheme: LoaderThemeColor;
|
|
30
35
|
constructor(themesService: ThemesService);
|
|
31
36
|
comboBox: ComboBoxComponent;
|
|
32
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
-
ngOnInit(): void;
|
|
34
38
|
ngAfterViewInit(): void;
|
|
35
39
|
emitModelChange(ev: any): void;
|
|
36
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "lib-dropdown", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suggest": { "alias": "suggest"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["header"], false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "lib-dropdown", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suggest": { "alias": "suggest"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "valuePrimitive": { "alias": "valuePrimitive"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; "fontType": { "alias": "fontType"; "required": false; }; "focus": { "alias": "focus"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loaderType": { "alias": "loaderType"; "required": false; }; "loaderSize": { "alias": "loaderSize"; "required": false; }; "loaderTheme": { "alias": "loaderTheme"; "required": false; }; }, { "modelChange": "modelChange"; }, never, ["header"], false, never>;
|
|
38
42
|
}
|
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../typography/typography.module";
|
|
7
|
+
import * as i6 from "../loader/loader.module";
|
|
7
8
|
export declare class DropdownModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.DropdownComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i1.DropdownComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
|
|
11
12
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges,
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DropdowntreeComponent implements
|
|
5
|
+
export declare class DropdowntreeComponent implements OnChanges {
|
|
6
6
|
private themesService;
|
|
7
7
|
childrenField: string;
|
|
8
8
|
hasDefaultValue: boolean;
|
|
@@ -28,7 +28,6 @@ export declare class DropdowntreeComponent implements OnInit, OnChanges {
|
|
|
28
28
|
buttonClick: EventEmitter<any>;
|
|
29
29
|
constructor(themesService: ThemesService);
|
|
30
30
|
ngOnChanges(changes: SimpleChanges): void;
|
|
31
|
-
ngOnInit(): void;
|
|
32
31
|
valueChange(e: any): void;
|
|
33
32
|
onButtonClick(e: any): void;
|
|
34
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdowntreeComponent, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ExpansionPanelComponent
|
|
3
|
+
export declare class ExpansionPanelComponent {
|
|
5
4
|
private themesService;
|
|
6
5
|
title: string;
|
|
7
6
|
subtitle: string;
|
|
@@ -10,7 +9,6 @@ export declare class ExpansionPanelComponent implements OnInit {
|
|
|
10
9
|
customHeader: boolean;
|
|
11
10
|
disabled: boolean;
|
|
12
11
|
constructor(themesService: ThemesService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelComponent, never>;
|
|
15
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "lib-expansion-panel", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "data": { "alias": "data"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "customHeader": { "alias": "customHeader"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["header", "*"], false, never>;
|
|
16
14
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconComponent
|
|
3
|
+
export declare class IconComponent {
|
|
5
4
|
private themesService;
|
|
6
5
|
name: string;
|
|
7
6
|
fontSize: number;
|
|
8
7
|
type: 'success' | 'error';
|
|
9
8
|
constructor(themesService: ThemesService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lib-icon", never, { "name": { "alias": "name"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
11
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TypographyType } from '../typography/TypographyType';
|
|
3
2
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LabelComponent
|
|
4
|
+
export declare class LabelComponent {
|
|
6
5
|
private themesService;
|
|
7
6
|
text: string;
|
|
8
7
|
hiddenLabel: string;
|
|
9
8
|
labelFont: TypographyType;
|
|
10
9
|
constructor(themesService: ThemesService);
|
|
11
|
-
ngOnInit(): void;
|
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
13
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "lib-label", never, { "text": { "alias": "text"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
12
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare enum LoaderSize {
|
|
3
|
+
small = "small",
|
|
4
|
+
medium = "medium",
|
|
5
|
+
large = "large"
|
|
6
|
+
}
|
|
7
|
+
export declare enum LoaderType {
|
|
8
|
+
pulsing = "pulsing",
|
|
9
|
+
infiniteSpinner = "infinite-spinner",
|
|
10
|
+
convergingSpinner = "converging-spinner"
|
|
11
|
+
}
|
|
12
|
+
export declare enum LoaderThemeColor {
|
|
13
|
+
primary = "primary",
|
|
14
|
+
secondary = "secondary",
|
|
15
|
+
tertiary = "tertiary",
|
|
16
|
+
info = "info",
|
|
17
|
+
success = "success",
|
|
18
|
+
warning = "warning",
|
|
19
|
+
error = "error",
|
|
20
|
+
dark = "dark",
|
|
21
|
+
light = "light",
|
|
22
|
+
inverse = "inverse"
|
|
23
|
+
}
|
|
24
|
+
export declare class LoaderComponent {
|
|
25
|
+
size: LoaderSize;
|
|
26
|
+
type: LoaderType;
|
|
27
|
+
themeColor: LoaderThemeColor;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "lib-loader", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./loader.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@progress/kendo-angular-indicators";
|
|
5
|
+
export declare class LoaderModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, [typeof i1.LoaderComponent], [typeof i2.CommonModule, typeof i3.IndicatorsModule], [typeof i1.LoaderComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LoaderModule>;
|
|
9
|
+
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LoadingSpinnerComponent
|
|
3
|
+
export declare class LoadingSpinnerComponent {
|
|
5
4
|
private themesService;
|
|
6
5
|
width: number;
|
|
7
6
|
height: number;
|
|
8
7
|
visible: boolean;
|
|
9
8
|
constructor(themesService: ThemesService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "lib-loading-spinner", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges,
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NumericTextboxComponent implements
|
|
5
|
+
export declare class NumericTextboxComponent implements OnChanges {
|
|
6
6
|
private themesService;
|
|
7
7
|
id: string;
|
|
8
8
|
autoCorrect: boolean;
|
|
@@ -23,7 +23,6 @@ export declare class NumericTextboxComponent implements OnInit, OnChanges {
|
|
|
23
23
|
control: FormControl;
|
|
24
24
|
constructor(themesService: ThemesService);
|
|
25
25
|
ngOnChanges(changes: SimpleChanges): void;
|
|
26
|
-
ngOnInit(): void;
|
|
27
26
|
emitModelChange(ev: any): void;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextboxComponent, never>;
|
|
29
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextboxComponent, "lib-numeric-textbox", never, { "id": { "alias": "id"; "required": false; }; "autoCorrect": { "alias": "autoCorrect"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "format": { "alias": "format"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "model": { "alias": "model"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProgressBarComponent
|
|
3
|
+
export declare class ProgressBarComponent {
|
|
5
4
|
private themesService;
|
|
6
5
|
value: number;
|
|
7
6
|
constructor(themesService: ThemesService);
|
|
8
|
-
ngOnInit(): void;
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
10
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "lib-progress-bar", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
9
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RadioButtonComponent
|
|
5
|
+
export declare class RadioButtonComponent {
|
|
6
6
|
private themesService;
|
|
7
7
|
size: "small" | "medium" | "large" | "none";
|
|
8
8
|
name: string;
|
|
@@ -14,7 +14,6 @@ export declare class RadioButtonComponent implements OnInit {
|
|
|
14
14
|
model: string;
|
|
15
15
|
modelChange: EventEmitter<string>;
|
|
16
16
|
constructor(themesService: ThemesService);
|
|
17
|
-
ngOnInit(): void;
|
|
18
17
|
emitModelChange(ev: string): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
20
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "lib-radio-button", never, { "size": { "alias": "size"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "id": { "alias": "id"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TextAreaComponent
|
|
5
|
+
export declare class TextAreaComponent {
|
|
6
6
|
private themesService;
|
|
7
7
|
placeholder: string;
|
|
8
8
|
resizable: 'vertical' | 'horizontal' | 'both';
|
|
@@ -11,10 +11,9 @@ export declare class TextAreaComponent implements OnInit {
|
|
|
11
11
|
width: string;
|
|
12
12
|
value: string;
|
|
13
13
|
control: FormControl;
|
|
14
|
-
inputChange: EventEmitter<
|
|
14
|
+
inputChange: EventEmitter<string>;
|
|
15
15
|
constructor(themesService: ThemesService);
|
|
16
|
-
|
|
17
|
-
emitValueChange(ev: String): void;
|
|
16
|
+
emitValueChange(ev: string): void;
|
|
18
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
19
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "lib-text-area", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "width": { "alias": "width"; "required": false; }; "value": { "alias": "value"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "inputChange": "inputChange"; }, never, never, false, never>;
|
|
20
19
|
}
|
|
@@ -19,14 +19,14 @@ export declare class TextboxComponent implements AfterViewInit, OnChanges {
|
|
|
19
19
|
control: FormControl;
|
|
20
20
|
value: string;
|
|
21
21
|
type: string;
|
|
22
|
-
inputChange: EventEmitter<
|
|
22
|
+
inputChange: EventEmitter<string>;
|
|
23
23
|
focusEvent: EventEmitter<any>;
|
|
24
24
|
blurEvent: EventEmitter<any>;
|
|
25
25
|
constructor(themesService: ThemesService);
|
|
26
26
|
ngOnChanges(changes: SimpleChanges): void;
|
|
27
27
|
ngAfterViewInit(): void;
|
|
28
28
|
toggleVisibility(): void;
|
|
29
|
-
emitValueChange(ev:
|
|
29
|
+
emitValueChange(ev: string): void;
|
|
30
30
|
onFocus(): void;
|
|
31
31
|
onBlur(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges,
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TimeschedulerComponent implements
|
|
5
|
+
export declare class TimeschedulerComponent implements OnChanges {
|
|
6
6
|
private themesService;
|
|
7
7
|
model: Date;
|
|
8
8
|
modelChange: EventEmitter<Date>;
|
|
@@ -16,7 +16,6 @@ export declare class TimeschedulerComponent implements OnInit, OnChanges {
|
|
|
16
16
|
control: FormControl;
|
|
17
17
|
constructor(themesService: ThemesService);
|
|
18
18
|
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
-
ngOnInit(): void;
|
|
20
19
|
emitModelChange(ev: Date): void;
|
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeschedulerComponent, never>;
|
|
22
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<TimeschedulerComponent, "lib-timescheduler", never, { "model": { "alias": "model"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, false, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ThemesService } from '@progress-chef/platform-themes-service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TooltipComponent
|
|
3
|
+
export declare class TooltipComponent {
|
|
5
4
|
private themesService;
|
|
6
5
|
position: 'top' | 'bottom' | 'left' | 'right';
|
|
7
6
|
tooltipWidth: number;
|
|
@@ -11,7 +10,6 @@ export declare class TooltipComponent implements OnInit {
|
|
|
11
10
|
title: string;
|
|
12
11
|
callout: boolean;
|
|
13
12
|
constructor(themesService: ThemesService);
|
|
14
|
-
ngOnInit(): void;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
16
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lib-tooltip", never, { "position": { "alias": "position"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "tooltipHeight": { "alias": "tooltipHeight"; "required": false; }; "showOn": { "alias": "showOn"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "title": { "alias": "title"; "required": false; }; "callout": { "alias": "callout"; "required": false; }; }, {}, never, ["*", "div.tooltip-content"], false, never>;
|
|
17
15
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ActionsLayout, Orientation } from '@progress/kendo-angular-layout';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardActionsComponent
|
|
3
|
+
export declare class CardActionsComponent {
|
|
5
4
|
layout: ActionsLayout;
|
|
6
5
|
orientation: Orientation;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardActionsComponent, never>;
|
|
10
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardActionsComponent, "lib-card-actions", never, { "layout": { "alias": "layout"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
8
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardBodyComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class CardBodyComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
7
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "lib-card-body", never, {}, {}, never, ["*"], false, never>;
|
|
8
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardFooterComponent
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
2
|
+
export declare class CardFooterComponent {
|
|
6
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
7
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "lib-card-footer", never, {}, {}, never, ["*"], false, never>;
|
|
8
5
|
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { TypographyType } from '../../../atoms/typography/TypographyType';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardHeaderComponent
|
|
3
|
+
export declare class CardHeaderComponent {
|
|
5
4
|
title: string;
|
|
6
5
|
subtitle: string;
|
|
7
6
|
cardNumber: number;
|
|
8
7
|
titleFont: TypographyType;
|
|
9
8
|
subtitleFont: TypographyType;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "lib-card-header", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "cardNumber": { "alias": "cardNumber"; "required": false; }; "titleFont": { "alias": "titleFont"; "required": false; }; "subtitleFont": { "alias": "subtitleFont"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
11
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardComponent
|
|
2
|
+
export declare class CardComponent {
|
|
4
3
|
width: string;
|
|
5
4
|
orientation: 'vertical' | 'horizontal';
|
|
6
|
-
ngOnInit(): void;
|
|
7
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
8
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lib-card", never, { "width": { "alias": "width"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
7
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ActionsLayout } from '@progress/kendo-angular-dialog';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DialogActionsComponent
|
|
3
|
+
export declare class DialogActionsComponent {
|
|
5
4
|
buttonLayout: ActionsLayout;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogActionsComponent, never>;
|
|
9
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogActionsComponent, "lib-dialog-actions", never, { "buttonLayout": { "alias": "buttonLayout"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
7
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { DialogComponent } from '../dialog.component';
|
|
3
3
|
import { TypographyType } from '../../../atoms/typography/TypographyType';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DialogTitlebarComponent
|
|
5
|
+
export declare class DialogTitlebarComponent {
|
|
6
6
|
dialogComponent: DialogComponent;
|
|
7
7
|
title: string;
|
|
8
8
|
titleFont: TypographyType;
|
|
9
9
|
closeDialog: EventEmitter<any>;
|
|
10
10
|
hideCloseIcon: boolean;
|
|
11
11
|
constructor(dialogComponent: DialogComponent);
|
|
12
|
-
ngOnInit(): void;
|
|
13
12
|
close(): void;
|
|
14
13
|
closeBtn(): "dialog-title" | undefined;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTitlebarComponent, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef,
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DialogComponent
|
|
3
|
+
export declare class DialogComponent {
|
|
4
4
|
private elt;
|
|
5
5
|
private ref;
|
|
6
6
|
private renderer;
|
|
@@ -14,7 +14,6 @@ export declare class DialogComponent implements OnInit {
|
|
|
14
14
|
maxHeight: string | number;
|
|
15
15
|
opened: true | false;
|
|
16
16
|
constructor(elt: ElementRef, ref: ChangeDetectorRef, renderer: Renderer2);
|
|
17
|
-
ngOnInit(): void;
|
|
18
17
|
ngAfterViewInit(): void;
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
20
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "lib-dialog", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, Renderer2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { AddEvent, CancelEvent, EditEvent, RemoveEvent, SaveEvent } from '@progress/kendo-angular-grid';
|
|
4
4
|
import { State } from '@progress/kendo-data-query';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GridFormComponent
|
|
6
|
+
export declare class GridFormComponent {
|
|
7
7
|
private renderer;
|
|
8
8
|
showToolbar: boolean;
|
|
9
9
|
noRecordsContent: string;
|
|
@@ -21,7 +21,6 @@ export declare class GridFormComponent implements OnInit {
|
|
|
21
21
|
removeRow: EventEmitter<any>;
|
|
22
22
|
saveRow: EventEmitter<any>;
|
|
23
23
|
constructor(renderer: Renderer2);
|
|
24
|
-
ngOnInit(): void;
|
|
25
24
|
onStateChange(state: State): void;
|
|
26
25
|
addHandler(args: AddEvent): void;
|
|
27
26
|
editHandler(args: EditEvent): void;
|