@progress-chef/platform-shared-components 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +3 -4
  2. package/esm2022/lib/atoms/atoms.module.mjs +1 -8
  3. package/esm2022/lib/atoms/avatar/avatar.component.mjs +2 -2
  4. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +1 -2
  5. package/esm2022/lib/atoms/button/button.component.mjs +1 -2
  6. package/esm2022/lib/atoms/button-group/button-group.component.mjs +3 -4
  7. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +3 -4
  8. package/esm2022/lib/atoms/container/container.component.mjs +5 -6
  9. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +1 -3
  10. package/esm2022/lib/atoms/dropdowntree/dropdowntree.component.mjs +1 -2
  11. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +1 -2
  12. package/esm2022/lib/atoms/icon/icon.component.mjs +1 -2
  13. package/esm2022/lib/atoms/label/label.component.mjs +3 -4
  14. package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +3 -4
  15. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +1 -1
  16. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +3 -5
  17. package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +3 -4
  18. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +3 -4
  19. package/esm2022/lib/atoms/search-box/search-box.component.mjs +1 -1
  20. package/esm2022/lib/atoms/slider/slider.component.mjs +2 -2
  21. package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -4
  22. package/esm2022/lib/atoms/textbox/textbox.component.mjs +1 -1
  23. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +1 -2
  24. package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +2 -3
  25. package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +3 -4
  26. package/esm2022/lib/atoms/typography/typography.component.mjs +1 -2
  27. package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +4 -5
  28. package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +4 -6
  29. package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +2 -4
  30. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +2 -3
  31. package/esm2022/lib/molecules/card/card.component.mjs +3 -4
  32. package/esm2022/lib/molecules/dialog/dialog-actions/dialog-actions.component.mjs +4 -5
  33. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +3 -4
  34. package/esm2022/lib/molecules/dialog/dialog.component.mjs +1 -2
  35. package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +1 -3
  36. package/esm2022/lib/molecules/grid/grid-spacer/grid-spacer.component.mjs +2 -5
  37. package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +3 -5
  38. package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +4 -6
  39. package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +2 -5
  40. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +5 -84
  41. package/esm2022/lib/molecules/molecules.module.mjs +1 -8
  42. package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +2 -2
  43. package/esm2022/lib/molecules/tabstrip/tabstrip.component.mjs +2 -2
  44. package/esm2022/lib/shared.component.mjs +1 -2
  45. package/esm2022/lib/shared.service.mjs +2 -3
  46. package/esm2022/public-api.mjs +1 -5
  47. package/fesm2022/progress-chef-platform-shared-components.mjs +59 -323
  48. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  49. package/lib/atoms/angular-popup/angular-popup.component.d.ts +2 -3
  50. package/lib/atoms/atoms.module.d.ts +11 -12
  51. package/lib/atoms/breadcrumb/breadcrumb.component.d.ts +2 -3
  52. package/lib/atoms/button/button.component.d.ts +2 -3
  53. package/lib/atoms/button-group/button-group.component.d.ts +2 -3
  54. package/lib/atoms/checkbox/checkbox.component.d.ts +4 -5
  55. package/lib/atoms/container/container.component.d.ts +1 -4
  56. package/lib/atoms/dropdown/dropdown.component.d.ts +2 -3
  57. package/lib/atoms/dropdowntree/dropdowntree.component.d.ts +2 -3
  58. package/lib/atoms/expansion-panel/expansion-panel.component.d.ts +1 -3
  59. package/lib/atoms/icon/icon.component.d.ts +1 -3
  60. package/lib/atoms/label/label.component.d.ts +1 -3
  61. package/lib/atoms/loading-spinner/loading-spinner.component.d.ts +1 -3
  62. package/lib/atoms/numeric-textbox/numeric-textbox.component.d.ts +2 -3
  63. package/lib/atoms/progress-bar/progress-bar.component.d.ts +1 -3
  64. package/lib/atoms/radio-button/radio-button.component.d.ts +2 -3
  65. package/lib/atoms/text-area/text-area.component.d.ts +4 -5
  66. package/lib/atoms/textbox/textbox.component.d.ts +2 -2
  67. package/lib/atoms/timescheduler/timescheduler.component.d.ts +2 -3
  68. package/lib/atoms/tooltip/tooltip.component.d.ts +1 -3
  69. package/lib/molecules/card/card-actions/card-actions.component.d.ts +1 -4
  70. package/lib/molecules/card/card-body/card-body.component.d.ts +1 -4
  71. package/lib/molecules/card/card-footer/card-footer.component.d.ts +1 -4
  72. package/lib/molecules/card/card-header/card-header.component.d.ts +1 -4
  73. package/lib/molecules/card/card.component.d.ts +1 -3
  74. package/lib/molecules/dialog/dialog-actions/dialog-actions.component.d.ts +1 -4
  75. package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +2 -3
  76. package/lib/molecules/dialog/dialog.component.d.ts +2 -3
  77. package/lib/molecules/grid/grid-form/grid-form.component.d.ts +2 -3
  78. package/lib/molecules/grid/grid-spacer/grid-spacer.component.d.ts +1 -4
  79. package/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.d.ts +2 -3
  80. package/lib/molecules/grid-layout/grid-layout.component.d.ts +1 -4
  81. package/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.d.ts +1 -4
  82. package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +2 -4
  83. package/lib/molecules/molecules.module.d.ts +2 -3
  84. package/lib/shared.component.d.ts +1 -3
  85. package/lib/shared.service.d.ts +0 -1
  86. package/package.json +2 -2
  87. package/public-api.d.ts +0 -4
  88. package/esm2022/lib/atoms/report-summary/report-summary.component.mjs +0 -47
  89. package/esm2022/lib/atoms/report-summary/report-summary.module.mjs +0 -24
  90. package/esm2022/lib/molecules/sidebar/layout/layout.model.mjs +0 -2
  91. package/esm2022/lib/molecules/sidebar/sidebar.component.mjs +0 -43
  92. package/esm2022/lib/molecules/sidebar/sidebar.module.mjs +0 -32
  93. package/lib/atoms/report-summary/report-summary.component.d.ts +0 -23
  94. package/lib/atoms/report-summary/report-summary.module.d.ts +0 -8
  95. package/lib/molecules/sidebar/layout/layout.model.d.ts +0 -20
  96. package/lib/molecules/sidebar/sidebar.component.d.ts +0 -14
  97. package/lib/molecules/sidebar/sidebar.module.d.ts +0 -10
@@ -1,7 +1,7 @@
1
- import { ElementRef, OnInit } from '@angular/core';
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 implements OnInit {
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
  }
@@ -20,19 +20,18 @@ import * as i18 from "./notification/notification.module";
20
20
  import * as i19 from "./numeric-textbox/numeric-textbox.module";
21
21
  import * as i20 from "./progress-bar/progress-bar.module";
22
22
  import * as i21 from "./radio-button/radio-button.module";
23
- import * as i22 from "./report-summary/report-summary.module";
24
- import * as i23 from "./search-box/search-box.module";
25
- import * as i24 from "./slider/slider.module";
26
- import * as i25 from "../style-tokens/style-tokens.module";
27
- import * as i26 from "./text-area/text-area.module";
28
- import * as i27 from "./textbox/textbox.module";
29
- import * as i28 from "./timescheduler/timescheduler.module";
30
- import * as i29 from "./toast-notification/toast-notification.module";
31
- import * as i30 from "./tooltip/tooltip.module";
32
- import * as i31 from "./typography/typography.module";
33
- import * as i32 from "./clipboard/clipboard.module";
23
+ import * as i22 from "./search-box/search-box.module";
24
+ import * as i23 from "./slider/slider.module";
25
+ import * as i24 from "../style-tokens/style-tokens.module";
26
+ import * as i25 from "./text-area/text-area.module";
27
+ import * as i26 from "./textbox/textbox.module";
28
+ import * as i27 from "./timescheduler/timescheduler.module";
29
+ import * as i28 from "./toast-notification/toast-notification.module";
30
+ import * as i29 from "./tooltip/tooltip.module";
31
+ import * as i30 from "./typography/typography.module";
32
+ import * as i31 from "./clipboard/clipboard.module";
34
33
  export declare class AtomsModule {
35
34
  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.LoadingSpinnerModule, typeof i17.MultiSelectDropdownModule, typeof i18.NotificationModule, typeof i19.NumericTextboxModule, typeof i20.ProgressBarsModule, typeof i21.RadioButtonModule, typeof i13.ReactiveFormsModule, typeof i22.ReportSummaryModule, 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.LoadingSpinnerModule, typeof i17.MultiSelectDropdownModule, typeof i18.NotificationModule, typeof i19.NumericTextboxModule, typeof i20.ProgressBarsModule, typeof i21.RadioButtonModule, typeof i22.ReportSummaryModule, 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]>;
35
+ 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.LoadingSpinnerModule, typeof i17.MultiSelectDropdownModule, typeof i18.NotificationModule, typeof i19.NumericTextboxModule, typeof i20.ProgressBarsModule, typeof i21.RadioButtonModule, typeof i13.ReactiveFormsModule, typeof i22.SearchBoxModule, typeof i23.SliderModule, typeof i24.StyleTokensModule, typeof i25.TextAreaModule, typeof i26.TextboxModule, typeof i27.TimeSchedulerModule, typeof i28.ToastNotificationModule, typeof i29.TooltipModule, typeof i30.TypographyModule, typeof i31.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.LoadingSpinnerModule, typeof i17.MultiSelectDropdownModule, typeof i18.NotificationModule, typeof i19.NumericTextboxModule, typeof i20.ProgressBarsModule, typeof i21.RadioButtonModule, typeof i22.SearchBoxModule, typeof i23.SliderModule, typeof i24.StyleTokensModule, typeof i25.TextAreaModule, typeof i26.TextboxModule, typeof i27.TimeSchedulerModule, typeof i28.ToastNotificationModule, typeof i29.TooltipModule, typeof i30.TypographyModule, typeof i31.ClipboardModule]>;
37
36
  static ɵinj: i0.ɵɵInjectorDeclaration<AtomsModule>;
38
37
  }
@@ -1,15 +1,14 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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<Boolean>;
14
+ modelChange: EventEmitter<boolean>;
15
15
  constructor(themesService: ThemesService);
16
- ngOnInit(): void;
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 implements OnInit {
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,10 @@
1
- import { AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
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
6
  import * as i0 from "@angular/core";
7
- export declare class DropdownComponent implements OnInit, OnChanges, AfterViewInit {
7
+ export declare class DropdownComponent implements OnChanges, AfterViewInit {
8
8
  private themesService;
9
9
  id: string;
10
10
  label: string;
@@ -30,7 +30,6 @@ export declare class DropdownComponent implements OnInit, OnChanges, AfterViewIn
30
30
  constructor(themesService: ThemesService);
31
31
  comboBox: ComboBoxComponent;
32
32
  ngOnChanges(changes: SimpleChanges): void;
33
- ngOnInit(): void;
34
33
  ngAfterViewInit(): void;
35
34
  emitModelChange(ev: any): void;
36
35
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
@@ -1,8 +1,8 @@
1
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
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 OnInit, OnChanges {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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
  }
@@ -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 implements OnInit {
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, OnInit, SimpleChanges } from '@angular/core';
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 OnInit, OnChanges {
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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<String>;
14
+ inputChange: EventEmitter<string>;
15
15
  constructor(themesService: ThemesService);
16
- ngOnInit(): void;
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<String>;
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: String): void;
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, OnInit, SimpleChanges } from '@angular/core';
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 OnInit, OnChanges {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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 implements OnInit {
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, OnInit } from '@angular/core';
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 implements OnInit {
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, OnInit, Renderer2 } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class DialogComponent implements OnInit {
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, OnInit, Renderer2, TemplateRef } from '@angular/core';
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 implements OnInit {
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;
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class GridSpacerComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class GridSpacerComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GridSpacerComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<GridSpacerComponent, "lib-grid-spacer", never, {}, {}, never, never, false, never>;
8
5
  }
@@ -1,6 +1,6 @@
1
- import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class GridLayoutItemComponent implements OnInit, AfterViewInit {
3
+ export declare class GridLayoutItemComponent implements AfterViewInit {
4
4
  private renderer;
5
5
  private elRef;
6
6
  rowNumber: number;
@@ -8,7 +8,6 @@ export declare class GridLayoutItemComponent implements OnInit, AfterViewInit {
8
8
  rowSpan: number;
9
9
  colSpan: number;
10
10
  constructor(renderer: Renderer2, elRef: ElementRef);
11
- ngOnInit(): void;
12
11
  ngAfterViewInit(): void;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutItemComponent, never>;
14
13
  static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "lib-grid-layout-item", never, { "rowNumber": { "alias": "rowNumber"; "required": false; }; "columnNumber": { "alias": "columnNumber"; "required": false; }; "rowSpan": { "alias": "rowSpan"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -1,14 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class GridLayoutComponent implements OnInit {
2
+ export declare class GridLayoutComponent {
4
3
  horizontalAlign: "start" | "center" | "end" | "stretch";
5
4
  verticalAlign: "top" | "middle" | "bottom" | "stretch";
6
5
  rowGap: string | number;
7
6
  columnGap: string | number;
8
7
  rows: any[];
9
8
  columns: any[];
10
- constructor();
11
- ngOnInit(): void;
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutComponent, never>;
13
10
  static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "lib-grid-layout", never, { "horizontalAlign": { "alias": "horizontalAlign"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; "rowGap": { "alias": "rowGap"; "required": false; }; "columnGap": { "alias": "columnGap"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, {}, never, ["*"], false, never>;
14
11
  }
@@ -1,8 +1,5 @@
1
- import { OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class GridPaginationSpacerComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
2
+ export declare class GridPaginationSpacerComponent {
6
3
  static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationSpacerComponent, never>;
7
4
  static ɵcmp: i0.ɵɵComponentDeclaration<GridPaginationSpacerComponent, "lib-grid-pagination-spacer", never, {}, {}, never, never, false, never>;
8
5
  }