@progress-chef/platform-shared-components 0.0.112 → 0.0.114

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 (146) hide show
  1. package/esm2022/lib/atoms/alert/alert.component.mjs +6 -6
  2. package/esm2022/lib/atoms/alert/alert.module.mjs +6 -6
  3. package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +5 -5
  4. package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +6 -6
  5. package/esm2022/lib/atoms/atoms.module.mjs +4 -4
  6. package/esm2022/lib/atoms/avatar/avatar.component.mjs +6 -6
  7. package/esm2022/lib/atoms/avatar/avatar.module.mjs +6 -6
  8. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +5 -5
  9. package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +4 -4
  10. package/esm2022/lib/atoms/button/button.component.mjs +7 -7
  11. package/esm2022/lib/atoms/button/button.module.mjs +7 -7
  12. package/esm2022/lib/atoms/button-group/button-group.component.mjs +6 -6
  13. package/esm2022/lib/atoms/button-group/button-group.module.mjs +7 -7
  14. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +6 -6
  15. package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +6 -6
  16. package/esm2022/lib/atoms/chip/chip.component.mjs +3 -3
  17. package/esm2022/lib/atoms/chip/chip.module.mjs +4 -4
  18. package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +8 -8
  19. package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +8 -8
  20. package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +8 -8
  21. package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +9 -9
  22. package/esm2022/lib/atoms/container/container.component.mjs +3 -3
  23. package/esm2022/lib/atoms/container/container.module.mjs +4 -4
  24. package/esm2022/lib/atoms/date-range/date-range.component.mjs +5 -5
  25. package/esm2022/lib/atoms/date-range/date-range.module.mjs +4 -4
  26. package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +5 -5
  27. package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +4 -4
  28. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +4 -4
  29. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +4 -4
  30. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +8 -8
  31. package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +7 -7
  32. package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +6 -6
  33. package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +7 -7
  34. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.component.mjs +6 -6
  35. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +7 -7
  36. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +6 -6
  37. package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +7 -7
  38. package/esm2022/lib/atoms/icon/icon.component.mjs +5 -5
  39. package/esm2022/lib/atoms/icon/icon.module.mjs +4 -4
  40. package/esm2022/lib/atoms/labels/label.component.mjs +6 -6
  41. package/esm2022/lib/atoms/labels/label.module.mjs +6 -6
  42. package/esm2022/lib/atoms/list-views/list-view.component.mjs +4 -4
  43. package/esm2022/lib/atoms/list-views/list-view.module.mjs +7 -7
  44. package/esm2022/lib/atoms/loader/loader.component.mjs +3 -3
  45. package/esm2022/lib/atoms/loader/loader.module.mjs +4 -4
  46. package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +5 -5
  47. package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +4 -4
  48. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +8 -8
  49. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +7 -7
  50. package/esm2022/lib/atoms/notification/notification.component.mjs +5 -5
  51. package/esm2022/lib/atoms/notification/notification.module.mjs +4 -4
  52. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +5 -5
  53. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +4 -4
  54. package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +5 -5
  55. package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +4 -4
  56. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +6 -6
  57. package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +6 -6
  58. package/esm2022/lib/atoms/search-box/search-box.component.mjs +6 -6
  59. package/esm2022/lib/atoms/search-box/search-box.module.mjs +6 -6
  60. package/esm2022/lib/atoms/slider/slider.component.mjs +6 -6
  61. package/esm2022/lib/atoms/slider/slider.module.mjs +6 -6
  62. package/esm2022/lib/atoms/stepper/stepper.component.mjs +3 -3
  63. package/esm2022/lib/atoms/stepper/stepper.module.mjs +4 -4
  64. package/esm2022/lib/atoms/switch/switch.component.mjs +3 -3
  65. package/esm2022/lib/atoms/switch/switch.module.mjs +6 -6
  66. package/esm2022/lib/atoms/text-area/text-area.component.mjs +6 -6
  67. package/esm2022/lib/atoms/text-area/text-area.module.mjs +6 -6
  68. package/esm2022/lib/atoms/textbox/textbox.component.mjs +7 -7
  69. package/esm2022/lib/atoms/textbox/textbox.module.mjs +7 -7
  70. package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +5 -5
  71. package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +4 -4
  72. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +5 -5
  73. package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +4 -4
  74. package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +4 -4
  75. package/esm2022/lib/atoms/toast-notification/toast-notification.service.mjs +6 -6
  76. package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +5 -5
  77. package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +4 -4
  78. package/esm2022/lib/atoms/typography/typography.component.mjs +5 -5
  79. package/esm2022/lib/atoms/typography/typography.module.mjs +4 -4
  80. package/esm2022/lib/atoms/uploader/uploader.component.mjs +5 -5
  81. package/esm2022/lib/atoms/uploader/uploader.module.mjs +6 -6
  82. package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +3 -3
  83. package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +3 -3
  84. package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +3 -3
  85. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +5 -5
  86. package/esm2022/lib/molecules/card/card.component.mjs +3 -3
  87. package/esm2022/lib/molecules/card/card.module.mjs +6 -6
  88. package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +6 -6
  89. package/esm2022/lib/molecules/dialog/dialog-actions/dialog-actions.component.mjs +3 -3
  90. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +6 -6
  91. package/esm2022/lib/molecules/dialog/dialog.component.mjs +5 -5
  92. package/esm2022/lib/molecules/dialog/dialog.module.mjs +7 -7
  93. package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +9 -9
  94. package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +9 -9
  95. package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +5 -5
  96. package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +3 -3
  97. package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +4 -4
  98. package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +3 -3
  99. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +15 -15
  100. package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +10 -10
  101. package/esm2022/lib/molecules/grid-pagination/kebab-menu-filter.pipe.mjs +4 -4
  102. package/esm2022/lib/molecules/molecules.module.mjs +4 -4
  103. package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +3 -3
  104. package/esm2022/lib/molecules/tabstrip/tabstrip.component.mjs +3 -3
  105. package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +4 -4
  106. package/esm2022/lib/shared.component.mjs +4 -4
  107. package/esm2022/lib/shared.module.mjs +4 -4
  108. package/fesm2022/progress-chef-platform-shared-components.mjs +977 -992
  109. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  110. package/lib/atoms/alert/alert.module.d.ts +1 -1
  111. package/lib/atoms/angular-popup/angular-popup.module.d.ts +1 -1
  112. package/lib/atoms/avatar/avatar.module.d.ts +1 -1
  113. package/lib/atoms/button/button.component.d.ts +1 -1
  114. package/lib/atoms/button/button.module.d.ts +2 -2
  115. package/lib/atoms/button-group/button-group.module.d.ts +2 -2
  116. package/lib/atoms/checkbox/checkbox.component.d.ts +1 -1
  117. package/lib/atoms/checkbox/checkbox.module.d.ts +1 -1
  118. package/lib/atoms/chip-list/chip-list.module.d.ts +3 -3
  119. package/lib/atoms/clipboard/clipboard.module.d.ts +4 -4
  120. package/lib/atoms/dropdown/dropdown.component.d.ts +2 -2
  121. package/lib/atoms/dropdown/dropdown.module.d.ts +2 -2
  122. package/lib/atoms/dropdown-button/dropdown-button.component.d.ts +1 -1
  123. package/lib/atoms/dropdown-button/dropdown-button.module.d.ts +2 -2
  124. package/lib/atoms/dropdown-tree/dropdowntree.module.d.ts +2 -2
  125. package/lib/atoms/expansion-panel/expansion-panel.module.d.ts +2 -2
  126. package/lib/atoms/labels/label.component.d.ts +1 -1
  127. package/lib/atoms/labels/label.module.d.ts +1 -1
  128. package/lib/atoms/list-views/list-view.module.d.ts +2 -2
  129. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.d.ts +2 -2
  130. package/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.d.ts +2 -2
  131. package/lib/atoms/radio-button/radio-button.component.d.ts +1 -1
  132. package/lib/atoms/radio-button/radio-button.module.d.ts +1 -1
  133. package/lib/atoms/search-box/search-box.module.d.ts +1 -1
  134. package/lib/atoms/slider/slider.module.d.ts +1 -1
  135. package/lib/atoms/switch/switch.module.d.ts +1 -1
  136. package/lib/atoms/text-area/text-area.module.d.ts +1 -1
  137. package/lib/atoms/textbox/textbox.module.d.ts +2 -2
  138. package/lib/atoms/uploader/uploader.module.d.ts +1 -1
  139. package/lib/molecules/card/card-header/card-header.component.d.ts +1 -1
  140. package/lib/molecules/card/card.module.d.ts +1 -1
  141. package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +1 -1
  142. package/lib/molecules/dialog/dialog.module.d.ts +2 -2
  143. package/lib/molecules/grid-form/grid-form.module.d.ts +4 -4
  144. package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +1 -1
  145. package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +5 -5
  146. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alert.component";
3
- import * as i2 from "@progress-chef/icon";
3
+ import * as i2 from "../icon/icon.module";
4
4
  export declare class AlertModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent], [typeof i2.IconModule], [typeof i1.AlertComponent]>;
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./angular-popup.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-popup";
5
- import * as i4 from "@progress-chef/container";
5
+ import * as i4 from "../container/container.module";
6
6
  export declare class AngularPopupModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AngularPopupModule, never>;
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<AngularPopupModule, [typeof i1.AngularPopupComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ContainerModule], [typeof i1.AngularPopupComponent]>;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./avatar.component";
3
3
  import * as i2 from "@progress/kendo-angular-layout";
4
- import * as i3 from "@progress-chef/typography";
4
+ import * as i3 from "../typography/typography.module";
5
5
  import * as i4 from "@angular/common";
6
6
  export declare class AvatarModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { ThemesService } from '@progress-chef/platform-themes-service';
3
- import { TypographyType } from '@progress-chef/typography';
3
+ import { TypographyType } from '../typography/TypographyType';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ButtonComponent {
6
6
  private themesService;
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.component";
3
3
  import * as i2 from "@progress/kendo-angular-buttons";
4
- import * as i3 from "@progress-chef/typography";
5
- import * as i4 from "@progress-chef/icon";
4
+ import * as i3 from "../typography/typography.module";
5
+ import * as i4 from "../icon/icon.module";
6
6
  import * as i5 from "@angular/common";
7
7
  export declare class ButtonModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button-group.component";
3
3
  import * as i2 from "@progress/kendo-angular-buttons";
4
- import * as i3 from "@progress-chef/typography";
5
- import * as i4 from "@progress-chef/icon";
4
+ import * as i3 from "../typography/typography.module";
5
+ import * as i4 from "../icon/icon.module";
6
6
  import * as i5 from "@angular/common";
7
7
  export declare class ButtonGroupModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
@@ -2,7 +2,7 @@ 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
- import { TypographyType } from '@progress-chef/typography';
5
+ import { TypographyType } from '../typography/TypographyType';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CheckboxComponent {
8
8
  private themesService;
@@ -3,7 +3,7 @@ import * as i1 from "./checkbox.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-inputs";
5
5
  import * as i4 from "@angular/forms";
6
- import * as i5 from "@progress-chef/typography";
6
+ import * as i5 from "../typography/typography.module";
7
7
  export declare class CheckboxModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.CheckboxComponent]>;
@@ -5,9 +5,9 @@ import * as i3 from "@progress/kendo-angular-buttons";
5
5
  import * as i4 from "@progress/kendo-angular-label";
6
6
  import * as i5 from "@angular/forms";
7
7
  import * as i6 from "@progress/kendo-angular-dropdowns";
8
- import * as i7 from "@progress-chef/chip";
9
- import * as i8 from "@progress-chef/tooltip";
10
- import * as i9 from "@progress-chef/typography";
8
+ import * as i7 from "../chip/chip.module";
9
+ import * as i8 from "../tooltip/tooltip.module";
10
+ import * as i9 from "../typography/typography.module";
11
11
  export declare class ChipListModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipListModule, never>;
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<ChipListModule, [typeof i1.ChipListComponent], [typeof i2.CommonModule, typeof i3.ButtonsModule, typeof i4.LabelModule, typeof i5.FormsModule, typeof i6.DropDownsModule, typeof i7.ChipModule, typeof i8.TooltipModule, typeof i9.TypographyModule], [typeof i1.ChipListComponent]>;
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./clipboard.component";
3
- import * as i2 from "@progress-chef/button";
3
+ import * as i2 from "../button/button.module";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "@progress-chef/tooltip";
6
- import * as i5 from "@progress-chef/icon";
7
- import * as i6 from "@progress-chef/typography";
5
+ import * as i4 from "../tooltip/tooltip.module";
6
+ import * as i5 from "../icon/icon.module";
7
+ import * as i6 from "../typography/typography.module";
8
8
  export declare class ClipboardModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<ClipboardModule, [typeof i1.ClipboardComponent], [typeof i2.ButtonModule, typeof i3.CommonModule, typeof i4.TooltipModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i1.ClipboardComponent]>;
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, EventEmitter, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
- import { LoaderType, LoaderSize, LoaderThemeColor } from '@progress-chef/loader';
3
+ import { LoaderType, LoaderSize, LoaderThemeColor } from '../loader/loader.component';
4
4
  import { ThemesService } from '@progress-chef/platform-themes-service';
5
- import { TypographyType } from '@progress-chef/typography';
5
+ import { TypographyType } from '../typography/TypographyType';
6
6
  import { ComboBoxComponent, DropDownListComponent } from '@progress/kendo-angular-dropdowns';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class DropdownComponent implements OnChanges, AfterViewInit {
@@ -3,8 +3,8 @@ import * as i1 from "./dropdown.component";
3
3
  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
- import * as i5 from "@progress-chef/typography";
7
- import * as i6 from "@progress-chef/loader";
6
+ import * as i5 from "../typography/typography.module";
7
+ import * as i6 from "../loader/loader.module";
8
8
  export declare class DropdownModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
10
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]>;
@@ -1,4 +1,4 @@
1
- import { TypographyType } from '@progress-chef/typography';
1
+ import { TypographyType } from '../typography/TypographyType';
2
2
  import { ButtonSize, ButtonRounded, ButtonFillMode, ButtonThemeColor } from '@progress/kendo-angular-buttons';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DropdownButtonComponent {
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./dropdown-button.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@progress-chef/typography";
4
+ import * as i3 from "../typography/typography.module";
5
5
  import * as i4 from "@progress/kendo-angular-buttons";
6
- import * as i5 from "@progress-chef/icon";
6
+ import * as i5 from "../icon/icon.module";
7
7
  export declare class DropdownButtonModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownButtonModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownButtonModule, [typeof i1.DropdownButtonComponent], [typeof i2.CommonModule, typeof i3.TypographyModule, typeof i4.ButtonsModule, typeof i5.IconModule], [typeof i1.DropdownButtonComponent]>;
@@ -3,8 +3,8 @@ import * as i1 from "./dropdowntree.component";
3
3
  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
- import * as i5 from "@progress-chef/typography";
7
- import * as i6 from "@progress-chef/button";
6
+ import * as i5 from "../typography/typography.module";
7
+ import * as i6 from "../button/button.module";
8
8
  export declare class DropdowntreeModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdowntreeModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<DropdowntreeModule, [typeof i1.DropdowntreeComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.ButtonModule], [typeof i1.DropdowntreeComponent]>;
@@ -7,8 +7,8 @@ import * as i5 from "@progress/kendo-angular-buttons";
7
7
  import * as i6 from "@progress/kendo-angular-inputs";
8
8
  import * as i7 from "@progress/kendo-angular-label";
9
9
  import * as i8 from "@progress/kendo-angular-dropdowns";
10
- import * as i9 from "@progress-chef/container";
11
- import * as i10 from "@progress-chef/typography";
10
+ import * as i9 from "../container/container.module";
11
+ import * as i10 from "../typography/typography.module";
12
12
  export declare class ExpansionPanelModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelModule, never>;
14
14
  static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, [typeof i1.ExpansionPanelComponent], [typeof i2.CommonModule, typeof i3.LayoutModule, typeof i4.IconsModule, typeof i5.ButtonsModule, typeof i6.InputsModule, typeof i7.LabelModule, typeof i8.DropDownsModule, typeof i9.ContainerModule, typeof i10.TypographyModule], [typeof i1.ExpansionPanelComponent]>;
@@ -1,4 +1,4 @@
1
- import { TypographyType } from '@progress-chef/typography';
1
+ import { TypographyType } from '../typography/TypographyType';
2
2
  import { ThemesService } from '@progress-chef/platform-themes-service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class LabelComponent {
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./label.component";
3
3
  import * as i2 from "@progress/kendo-angular-label";
4
- import * as i3 from "@progress-chef/typography";
4
+ import * as i3 from "../typography/typography.module";
5
5
  import * as i4 from "@angular/common";
6
6
  export declare class LabelsModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelsModule, never>;
@@ -7,8 +7,8 @@ import * as i5 from "@progress/kendo-angular-buttons";
7
7
  import * as i6 from "@progress/kendo-angular-inputs";
8
8
  import * as i7 from "@progress/kendo-angular-label";
9
9
  import * as i8 from "@progress/kendo-angular-dropdowns";
10
- import * as i9 from "@progress-chef/container";
11
- import * as i10 from "@progress-chef/typography";
10
+ import * as i9 from "../container/container.module";
11
+ import * as i10 from "../typography/typography.module";
12
12
  import * as i11 from "@progress/kendo-angular-listview";
13
13
  export declare class ListViewsModule {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewsModule, never>;
@@ -2,8 +2,8 @@ import { EventEmitter, Renderer2, SimpleChanges } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
4
  import { MultiSelectComponent } from '@progress/kendo-angular-dropdowns';
5
- import { TypographyType } from '@progress-chef/typography';
6
- import { LoaderSize, LoaderType, LoaderThemeColor } from '@progress-chef/loader';
5
+ import { TypographyType } from '../typography/TypographyType';
6
+ import { LoaderSize, LoaderType, LoaderThemeColor } from '../loader/loader.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class MultiSelectDropdownComponent {
9
9
  private themesService;
@@ -3,8 +3,8 @@ import * as i1 from "./multi-select-dropdown.component";
3
3
  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
- import * as i5 from "@progress-chef/typography";
7
- import * as i6 from "@progress-chef/loader";
6
+ import * as i5 from "../typography/typography.module";
7
+ import * as i6 from "../loader/loader.module";
8
8
  export declare class MultiSelectDropdownModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectDropdownModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectDropdownModule, [typeof i1.MultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3.DropDownsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i6.LoaderModule], [typeof i1.MultiSelectDropdownComponent]>;
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { ThemesService } from '@progress-chef/platform-themes-service';
4
- import { TypographyType } from '@progress-chef/typography';
4
+ import { TypographyType } from '../typography/TypographyType';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class RadioButtonComponent {
7
7
  private themesService;
@@ -3,7 +3,7 @@ import * as i1 from "./radio-button.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-inputs";
5
5
  import * as i4 from "@angular/forms";
6
- import * as i5 from "@progress-chef/typography";
6
+ import * as i5 from "../typography/typography.module";
7
7
  export declare class RadioButtonModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<RadioButtonModule, [typeof i1.RadioButtonComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule, typeof i4.FormsModule], [typeof i1.RadioButtonComponent]>;
@@ -4,7 +4,7 @@ import * as i2 from "@progress/kendo-angular-dropdowns";
4
4
  import * as i3 from "@progress/kendo-angular-inputs";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/forms";
7
- import * as i6 from "@progress-chef/icon";
7
+ import * as i6 from "../icon/icon.module";
8
8
  export declare class SearchBoxModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBoxModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SearchBoxModule, [typeof i1.SearchBoxComponent], [typeof i2.AutoCompleteModule, typeof i3.InputsModule, typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.IconModule], [typeof i1.SearchBoxComponent]>;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./slider.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@progress-chef/typography";
4
+ import * as i3 from "../typography/typography.module";
5
5
  export declare class SliderModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule, typeof i3.TypographyModule], [typeof i1.SliderComponent]>;
@@ -8,7 +8,7 @@ import * as i6 from "@progress/kendo-angular-buttons";
8
8
  import * as i7 from "@progress/kendo-angular-icons";
9
9
  import * as i8 from "@progress/kendo-angular-layout";
10
10
  import * as i9 from "@progress/kendo-angular-dropdowns";
11
- import * as i10 from "@progress-chef/typography";
11
+ import * as i10 from "../typography/typography.module";
12
12
  export declare class SwitchModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
14
14
  static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.InputsModule, typeof i5.LabelModule, typeof i6.ButtonsModule, typeof i7.IconsModule, typeof i8.LayoutModule, typeof i9.DropDownsModule, typeof i10.TypographyModule], [typeof i1.SwitchComponent]>;
@@ -3,7 +3,7 @@ import * as i1 from "./text-area.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-inputs";
5
5
  import * as i4 from "@angular/forms";
6
- import * as i5 from "@progress-chef/typography";
6
+ import * as i5 from "../typography/typography.module";
7
7
  export declare class TextAreaModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextareaComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.TypographyModule], [typeof i1.TextareaComponent]>;
@@ -3,8 +3,8 @@ import * as i1 from "./textbox.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@progress/kendo-angular-inputs";
5
5
  import * as i4 from "@angular/forms";
6
- import * as i5 from "@progress-chef/icon";
7
- import * as i6 from "@progress-chef/typography";
6
+ import * as i5 from "../icon/icon.module";
7
+ import * as i6 from "../typography/typography.module";
8
8
  export declare class TextboxModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TextboxModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextboxModule, [typeof i1.TextboxComponent], [typeof i2.CommonModule, typeof i3.InputsModule, typeof i4.ReactiveFormsModule, typeof i5.IconModule, typeof i6.TypographyModule], [typeof i1.TextboxComponent]>;
@@ -5,7 +5,7 @@ import * as i3 from "@progress/kendo-angular-upload";
5
5
  import * as i4 from "@progress/kendo-angular-buttons";
6
6
  import * as i5 from "@angular/forms";
7
7
  import * as i6 from "@progress/kendo-angular-layout";
8
- import * as i7 from "@progress-chef/typography";
8
+ import * as i7 from "../typography/typography.module";
9
9
  import * as i8 from "@angular/common/http";
10
10
  export declare class UploaderModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
@@ -1,4 +1,4 @@
1
- import { TypographyType } from '@progress-chef/typography';
1
+ import { TypographyType } from '../../../atoms/typography/TypographyType';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CardHeaderComponent {
4
4
  title: string;
@@ -6,7 +6,7 @@ import * as i4 from "./card-actions/card-actions.component";
6
6
  import * as i5 from "./card-body/card-body.component";
7
7
  import * as i6 from "@angular/common";
8
8
  import * as i7 from "@progress/kendo-angular-layout";
9
- import * as i8 from "@progress-chef/typography";
9
+ import * as i8 from "../../atoms/typography/typography.module";
10
10
  export declare class CardModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
12
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent], [typeof i6.CommonModule, typeof i7.LayoutModule, typeof i8.TypographyModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardFooterComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent]>;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { DialogComponent } from '../dialog.component';
3
- import { TypographyType } from '@progress-chef/typography';
3
+ import { TypographyType } from '../../../atoms/typography/TypographyType';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DialogTitlebarComponent {
6
6
  dialogComponent: DialogComponent;
@@ -6,8 +6,8 @@ import * as i4 from "./confirmation-dialog/confirmation-dialog.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@progress/kendo-angular-dialog";
8
8
  import * as i7 from "@progress/kendo-angular-buttons";
9
- import * as i8 from "@progress-chef/typography";
10
- import * as i9 from "@progress-chef/button";
9
+ import * as i8 from "../../atoms/typography/typography.module";
10
+ import * as i9 from "../../atoms/button/button.module";
11
11
  export declare class DialogModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent], [typeof i5.CommonModule, typeof i6.DialogsModule, typeof i7.ButtonsModule, typeof i8.TypographyModule, typeof i9.ButtonModule], [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent, typeof i4.ConfirmationDialogComponent]>;
@@ -1,13 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./grid-form.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@progress-chef/icon";
4
+ import * as i3 from "../../atoms/icon/icon.module";
5
5
  import * as i4 from "@progress/kendo-angular-icons";
6
6
  import * as i5 from "@progress/kendo-angular-inputs";
7
- import * as i6 from "@progress-chef/typography";
8
- import * as i7 from "@progress-chef/tooltip";
7
+ import * as i6 from "../../atoms/typography/typography.module";
8
+ import * as i7 from "../../atoms/tooltip/tooltip.module";
9
9
  import * as i8 from "@progress/kendo-angular-grid";
10
- import * as i9 from "@progress-chef/grid-pagination";
10
+ import * as i9 from "../grid-pagination/grid-pagination.module";
11
11
  import * as i10 from "@angular/forms";
12
12
  export declare class GridFormModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GridFormModule, never>;
@@ -1,7 +1,7 @@
1
1
  import { AfterContentInit, AfterViewInit, ChangeDetectorRef, Component, ElementRef, EventEmitter, OnInit, QueryList, Renderer2, TemplateRef } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { SortDescriptor } from '@progress/kendo-data-query';
4
- import { LoaderSize, LoaderThemeColor, LoaderType } from '@progress-chef/loader';
4
+ import { LoaderSize, LoaderThemeColor, LoaderType } from '../../atoms/loader/loader.component';
5
5
  import { CellClickEvent, CellCloseEvent, GridComponent, GridDataResult, PageChangeEvent, RowClassArgs, SelectAllCheckboxState, SelectableMode, SelectableSettings } from '@progress/kendo-angular-grid';
6
6
  import { SVGIcon } from '@progress/kendo-svg-icons';
7
7
  import * as i0 from "@angular/core";
@@ -4,16 +4,16 @@ import * as i2 from "./grid-pagination-spacer/grid-pagination-spacer.component";
4
4
  import * as i3 from "./kebab-menu-filter.pipe";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@progress/kendo-angular-buttons";
7
- import * as i6 from "@progress-chef/icon";
7
+ import * as i6 from "../../atoms/icon/icon.module";
8
8
  import * as i7 from "@progress/kendo-angular-icons";
9
9
  import * as i8 from "@progress/kendo-angular-inputs";
10
10
  import * as i9 from "@progress/kendo-angular-grid";
11
11
  import * as i10 from "@progress/kendo-angular-dialog";
12
12
  import * as i11 from "@angular/forms";
13
- import * as i12 from "@progress-chef/tooltip";
14
- import * as i13 from "@progress-chef/typography";
15
- import * as i14 from "@progress-chef/loader";
16
- import * as i15 from "@progress-chef/button";
13
+ import * as i12 from "../../atoms/tooltip/tooltip.module";
14
+ import * as i13 from "../../atoms/typography/typography.module";
15
+ import * as i14 from "../../atoms/loader/loader.module";
16
+ import * as i15 from "../../atoms/button/button.module";
17
17
  export declare class GridPaginationModule {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<GridPaginationModule, never>;
19
19
  static ɵmod: i0.ɵɵNgModuleDeclaration<GridPaginationModule, [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate, typeof i3.KebabMenuFilterPipe], [typeof i4.CommonModule, typeof i5.ButtonsModule, typeof i6.IconModule, typeof i7.IconsModule, typeof i8.InputsModule, typeof i9.GridModule, typeof i10.DialogModule, typeof i11.FormsModule, typeof i12.TooltipModule, typeof i11.ReactiveFormsModule, typeof i13.TypographyModule, typeof i14.LoaderModule, typeof i15.ButtonModule], [typeof i1.GridPaginationComponent, typeof i2.GridPaginationSpacerComponent, typeof i1.CustomColumnTemplate]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress-chef/platform-shared-components",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12",