myrta-ui 17.0.0-beta.3 → 17.0.0-beta.30

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 (160) hide show
  1. package/esm2022/lib/components/badges/components/badge/badge.component.mjs +2 -2
  2. package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +4 -3
  3. package/esm2022/lib/components/breadcrumbs/breadcrumbs.enum.mjs +1 -1
  4. package/esm2022/lib/components/breadcrumbs/breadcrumbs.module.mjs +10 -4
  5. package/esm2022/lib/components/dropdown/dropdown.component.mjs +2 -2
  6. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +5 -12
  7. package/esm2022/lib/components/form/checkbox/checkbox.enum.mjs +2 -5
  8. package/esm2022/lib/components/form/checkbox-group/checkbox-group.component.mjs +82 -44
  9. package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.mjs +4 -4
  10. package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.mjs +51 -43
  11. package/esm2022/lib/components/form/checkbox-group/helpers/change-group-value.mjs +7 -8
  12. package/esm2022/lib/components/form/checkbox-group/helpers/change-item-value.mjs +2 -2
  13. package/esm2022/lib/components/form/checkbox-group/helpers/filter-search-group.mjs +5 -5
  14. package/esm2022/lib/components/form/checkbox-group/helpers/get-checked-items.mjs +2 -2
  15. package/esm2022/lib/components/form/checkbox-group/helpers/get-inner-list.helper.mjs +46 -0
  16. package/esm2022/lib/components/form/checkbox-group/helpers/get-item-by-id.mjs +4 -4
  17. package/esm2022/lib/components/form/checkbox-group/helpers/get-sorted-list.mjs +2 -2
  18. package/esm2022/lib/components/form/checkbox-group/helpers/inner-list-to-list.helper.mjs +13 -0
  19. package/esm2022/lib/components/form/checkbox-group/models/checkbox-group.model.mjs +1 -1
  20. package/esm2022/lib/components/form/editor/editor.component.mjs +9 -6
  21. package/esm2022/lib/components/form/input-date-time/input-date-time.component.mjs +2 -2
  22. package/esm2022/lib/components/form/input-datepicker/input-datepicker.component.mjs +2 -2
  23. package/esm2022/lib/components/form/input-file/input-file.component.mjs +43 -47
  24. package/esm2022/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.mjs +8 -8
  25. package/esm2022/lib/components/form/input-file-image/input-file-image.component.mjs +196 -210
  26. package/esm2022/lib/components/form/input-file-image/input-file-image.enum.mjs +3 -3
  27. package/esm2022/lib/components/form/input-file-image/input-file-image.module.mjs +6 -4
  28. package/esm2022/lib/components/form/input-number/input-number.component.mjs +2 -2
  29. package/esm2022/lib/components/form/input-opt/components/input-opt/input-opt.component.mjs +2 -2
  30. package/esm2022/lib/components/form/input-password/input-password.component.mjs +4 -4
  31. package/esm2022/lib/components/form/input-phone/input-phone.component.mjs +4 -4
  32. package/esm2022/lib/components/form/input-search/input-search.component.mjs +4 -4
  33. package/esm2022/lib/components/form/input-select/input-select.component.mjs +4 -4
  34. package/esm2022/lib/components/form/input-tel/input-tel.component.mjs +4 -4
  35. package/esm2022/lib/components/form/input-text/input-text.component.mjs +4 -4
  36. package/esm2022/lib/components/form/input-textarea/input-textarea.component.mjs +2 -2
  37. package/esm2022/lib/components/form/radio-group/components/radio-group-header/radio-group-header.component.mjs +7 -4
  38. package/esm2022/lib/components/form/radio-group/components/radio-group-item/radio-group-item.component.mjs +9 -3
  39. package/esm2022/lib/components/form/radio-group/models/radio-group.model.mjs +1 -1
  40. package/esm2022/lib/components/form/radio-group/radio-group.component.mjs +32 -23
  41. package/esm2022/lib/components/form/radio-group/radio-group.module.mjs +25 -4
  42. package/esm2022/lib/components/form/rating/rating.component.mjs +2 -2
  43. package/esm2022/lib/components/form/switch/switch.component.mjs +2 -2
  44. package/esm2022/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.mjs +3 -5
  45. package/esm2022/lib/components/icon-button/icon-button.component.mjs +9 -3
  46. package/esm2022/lib/components/icon-button/icon-button.enum.mjs +2 -1
  47. package/esm2022/lib/components/label/label.component.mjs +2 -2
  48. package/esm2022/lib/components/link/link.component.mjs +22 -9
  49. package/esm2022/lib/components/link/link.module.mjs +5 -4
  50. package/esm2022/lib/components/paginator/paginator.component.mjs +5 -5
  51. package/esm2022/lib/components/paginator/paginator.module.mjs +8 -8
  52. package/esm2022/lib/components/pdf-viewer/pdf-viewer.component.mjs +268 -0
  53. package/esm2022/lib/components/pdf-viewer/pdf-viewer.module.mjs +59 -0
  54. package/esm2022/lib/components/progress/progress.component.mjs +2 -2
  55. package/esm2022/lib/components/save-state/components/save-state-editor/save-state-editor.component.mjs +2 -2
  56. package/esm2022/lib/components/save-state/save-state.component.mjs +3 -3
  57. package/esm2022/lib/components/save-state/save-state.enum.mjs +1 -1
  58. package/esm2022/lib/components/table/table.component.mjs +3 -3
  59. package/esm2022/lib/components/tabs/tabs-group/tabs-group.component.mjs +2 -2
  60. package/esm2022/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.mjs +2 -2
  61. package/esm2022/lib/components/truncate-text/truncate-text.component.mjs +1 -1
  62. package/esm2022/lib/models/input-file/input-file.model.mjs +1 -1
  63. package/esm2022/lib/services/file-upload/file-upload.service.mjs +5 -5
  64. package/esm2022/lib/services/index.mjs +9 -1
  65. package/esm2022/lib/services/modal-service/components/alert-modal/alert-modal.component.mjs +3 -5
  66. package/esm2022/lib/services/modal-service/components/confirm-modal/confirm-modal.component.mjs +3 -5
  67. package/esm2022/lib/services/modal-service/helpers/index.mjs +5 -0
  68. package/esm2022/lib/services/modal-service/helpers/modal.component.mjs +2 -3
  69. package/esm2022/lib/services/modal-service/modal-service.module.mjs +25 -0
  70. package/esm2022/lib/services/modal-service/modal-service.service.mjs +1 -1
  71. package/esm2022/lib/services/mrx-form-validator/constants/invalid-messages.mjs +10 -0
  72. package/esm2022/lib/services/mrx-form-validator/helpers/get-error-message.helper.mjs +10 -0
  73. package/esm2022/lib/services/mrx-form-validator/helpers/get-sorting-validations.helper.mjs +29 -0
  74. package/esm2022/lib/services/mrx-form-validator/models/index.mjs +4 -0
  75. package/esm2022/lib/services/mrx-form-validator/models/validations-options.model.mjs +2 -0
  76. package/esm2022/lib/services/mrx-form-validator/models/validations-settings.model.mjs +2 -0
  77. package/esm2022/lib/services/mrx-form-validator/models/validations-types.model.mjs +22 -0
  78. package/esm2022/lib/services/mrx-form-validator/mrx-form-validator.mjs +97 -183
  79. package/esm2022/lib/services/mrx-form-validator/validations/callback.validation.mjs +15 -0
  80. package/esm2022/lib/services/mrx-form-validator/validations/email.validation.mjs +11 -0
  81. package/esm2022/lib/services/mrx-form-validator/validations/max-length.validation.mjs +14 -0
  82. package/esm2022/lib/services/mrx-form-validator/validations/max-value.validation.mjs +10 -0
  83. package/esm2022/lib/services/mrx-form-validator/validations/min-length.validation.mjs +15 -0
  84. package/esm2022/lib/services/mrx-form-validator/validations/min-value.validation.mjs +10 -0
  85. package/esm2022/lib/services/mrx-form-validator/validations/pattern.validation.mjs +11 -0
  86. package/esm2022/lib/services/mrx-form-validator/validations/required.validation.mjs +22 -0
  87. package/esm2022/lib/services/toaster-service/components/toaster/toaster.component.mjs +30 -0
  88. package/esm2022/lib/services/toaster-service/models/toaster.model.mjs +15 -0
  89. package/esm2022/lib/services/toaster-service/toaster-service.module.mjs +52 -0
  90. package/esm2022/lib/services/toaster-service/toaster-service.service.mjs +53 -0
  91. package/esm2022/public-api.mjs +5 -1
  92. package/fesm2022/myrta-ui.mjs +1909 -1247
  93. package/fesm2022/myrta-ui.mjs.map +1 -1
  94. package/lib/components/breadcrumbs/breadcrumbs.enum.d.ts +5 -0
  95. package/lib/components/breadcrumbs/breadcrumbs.module.d.ts +2 -1
  96. package/lib/components/form/checkbox/checkbox.component.d.ts +2 -4
  97. package/lib/components/form/checkbox/checkbox.enum.d.ts +0 -4
  98. package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +27 -18
  99. package/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.d.ts +16 -9
  100. package/lib/components/form/checkbox-group/helpers/change-group-value.d.ts +3 -3
  101. package/lib/components/form/checkbox-group/helpers/change-item-value.d.ts +3 -3
  102. package/lib/components/form/checkbox-group/helpers/filter-search-group.d.ts +2 -2
  103. package/lib/components/form/checkbox-group/helpers/get-checked-items.d.ts +2 -2
  104. package/lib/components/form/checkbox-group/helpers/get-inner-list.helper.d.ts +2 -0
  105. package/lib/components/form/checkbox-group/helpers/get-item-by-id.d.ts +2 -2
  106. package/lib/components/form/checkbox-group/helpers/get-sorted-list.d.ts +2 -2
  107. package/lib/components/form/checkbox-group/helpers/inner-list-to-list.helper.d.ts +2 -0
  108. package/lib/components/form/checkbox-group/models/checkbox-group.model.d.ts +13 -2
  109. package/lib/components/form/editor/editor.component.d.ts +1 -1
  110. package/lib/components/form/input-file/input-file.component.d.ts +6 -4
  111. package/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.d.ts +5 -4
  112. package/lib/components/form/input-file-image/input-file-image.component.d.ts +21 -26
  113. package/lib/components/form/input-file-image/input-file-image.enum.d.ts +2 -2
  114. package/lib/components/form/input-file-image/input-file-image.module.d.ts +1 -1
  115. package/lib/components/form/input-select/input-select.component.d.ts +16 -5
  116. package/lib/components/form/radio-group/components/radio-group-header/radio-group-header.component.d.ts +3 -1
  117. package/lib/components/form/radio-group/components/radio-group-item/radio-group-item.component.d.ts +3 -1
  118. package/lib/components/form/radio-group/models/radio-group.model.d.ts +4 -0
  119. package/lib/components/form/radio-group/radio-group.component.d.ts +10 -7
  120. package/lib/components/form/radio-group/radio-group.module.d.ts +2 -1
  121. package/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.d.ts +2 -3
  122. package/lib/components/icon-button/icon-button.component.d.ts +4 -1
  123. package/lib/components/icon-button/icon-button.enum.d.ts +2 -1
  124. package/lib/components/link/link.component.d.ts +10 -3
  125. package/lib/components/link/link.module.d.ts +2 -1
  126. package/lib/components/paginator/paginator.module.d.ts +3 -3
  127. package/lib/components/pdf-viewer/pdf-viewer.component.d.ts +70 -0
  128. package/lib/components/pdf-viewer/pdf-viewer.module.d.ts +16 -0
  129. package/lib/components/save-state/save-state.enum.d.ts +1 -1
  130. package/lib/models/input-file/input-file.model.d.ts +5 -4
  131. package/lib/services/file-upload/file-upload.service.d.ts +2 -2
  132. package/lib/services/index.d.ts +8 -0
  133. package/lib/services/modal-service/components/alert-modal/alert-modal.component.d.ts +2 -3
  134. package/lib/services/modal-service/components/confirm-modal/confirm-modal.component.d.ts +2 -3
  135. package/lib/services/modal-service/helpers/index.d.ts +4 -0
  136. package/lib/services/modal-service/helpers/modal.component.d.ts +1 -2
  137. package/lib/services/modal-service/modal-service.module.d.ts +9 -0
  138. package/lib/services/modal-service/modal-service.service.d.ts +4 -4
  139. package/lib/services/mrx-form-validator/constants/invalid-messages.d.ts +9 -0
  140. package/lib/services/mrx-form-validator/helpers/get-error-message.helper.d.ts +3 -0
  141. package/lib/services/mrx-form-validator/helpers/get-sorting-validations.helper.d.ts +2 -0
  142. package/lib/services/mrx-form-validator/models/index.d.ts +3 -0
  143. package/lib/services/mrx-form-validator/models/validations-options.model.d.ts +31 -0
  144. package/lib/services/mrx-form-validator/models/validations-settings.model.d.ts +7 -0
  145. package/lib/services/mrx-form-validator/models/validations-types.model.d.ts +19 -0
  146. package/lib/services/mrx-form-validator/mrx-form-validator.d.ts +6 -33
  147. package/lib/services/mrx-form-validator/validations/callback.validation.d.ts +5 -0
  148. package/lib/services/mrx-form-validator/validations/email.validation.d.ts +5 -0
  149. package/lib/services/mrx-form-validator/validations/max-length.validation.d.ts +5 -0
  150. package/lib/services/mrx-form-validator/validations/max-value.validation.d.ts +5 -0
  151. package/lib/services/mrx-form-validator/validations/min-length.validation.d.ts +5 -0
  152. package/lib/services/mrx-form-validator/validations/min-value.validation.d.ts +5 -0
  153. package/lib/services/mrx-form-validator/validations/pattern.validation.d.ts +5 -0
  154. package/lib/services/mrx-form-validator/validations/required.validation.d.ts +5 -0
  155. package/lib/services/toaster-service/components/toaster/toaster.component.d.ts +12 -0
  156. package/lib/services/toaster-service/models/toaster.model.d.ts +12 -0
  157. package/lib/services/toaster-service/toaster-service.module.d.ts +10 -0
  158. package/lib/services/toaster-service/toaster-service.service.d.ts +15 -0
  159. package/package.json +5 -1
  160. package/public-api.d.ts +4 -0
@@ -8,8 +8,9 @@ import * as i6 from "../radio/radio.module";
8
8
  import * as i7 from "../input-search/input-search.module";
9
9
  import * as i8 from "../../label/label.module";
10
10
  import * as i9 from "../../error-message/error-message.module";
11
+ import * as i10 from "../../save-state/save-state.module";
11
12
  export declare class RadioGroupModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<RadioGroupModule, [typeof i1.RadioGroupComponent, typeof i2.RadioGroupItemComponent, typeof i3.RadioGroupHeaderComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.RadioModule, typeof i7.InputSearchModule, typeof i8.LabelModule, typeof i9.ErrorMessageModule], [typeof i1.RadioGroupComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RadioGroupModule, [typeof i1.RadioGroupComponent, typeof i2.RadioGroupItemComponent, typeof i3.RadioGroupHeaderComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.RadioModule, typeof i7.InputSearchModule, typeof i8.LabelModule, typeof i9.ErrorMessageModule, typeof i10.SaveStateModule], [typeof i1.RadioGroupComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<RadioGroupModule>;
15
16
  }
@@ -1,5 +1,5 @@
1
1
  import { ModalRef } from '../../../../services/modal-service/helpers/modal-ref';
2
- import { ModalComponent } from '../../../../services/modal-service/helpers/modal.component';
2
+ import { ModalServiceComponent } from '../../../../services/modal-service/helpers/modal.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export interface GalleryConfirmParams {
5
5
  title: string;
@@ -8,9 +8,8 @@ export interface GalleryConfirmParams {
8
8
  export interface GalleryConfirmResult {
9
9
  result: boolean;
10
10
  }
11
- export declare class GalleryConfirmModalComponent extends ModalComponent<GalleryConfirmParams, GalleryConfirmResult> {
11
+ export declare class GalleryConfirmModalComponent extends ModalServiceComponent<GalleryConfirmParams, GalleryConfirmResult> {
12
12
  private dialogRef;
13
- data: GalleryConfirmParams;
14
13
  title: string;
15
14
  message: string;
16
15
  constructor(dialogRef: ModalRef<GalleryConfirmResult>, data: GalleryConfirmParams);
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { IconButtonTypeTypes, IconButtonSizeTypes, IconButtonStateTypes } from './icon-button.enum';
3
+ import { ConnectedPositionVariantsType } from '../cdk-tooltip/constants';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class IconButtonComponent {
5
6
  size: IconButtonSizeTypes;
@@ -8,6 +9,8 @@ export declare class IconButtonComponent {
8
9
  iconClass: string;
9
10
  disabled: boolean;
10
11
  tooltip: string;
12
+ tooltipPosition: ConnectedPositionVariantsType;
13
+ tooltipMaxWidth: number | null;
11
14
  isActive: boolean | null | undefined;
12
15
  customClasses: string;
13
16
  mrxClick: EventEmitter<MouseEvent>;
@@ -15,5 +18,5 @@ export declare class IconButtonComponent {
15
18
  get getClasses(): string;
16
19
  buttonClick($event: MouseEvent): void;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mrx-icon-button", never, { "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; "customClasses": { "alias": "customClasses"; "required": false; }; }, { "mrxClick": "mrxClick"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonComponent, "mrx-icon-button", never, { "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "type": { "alias": "type"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipMaxWidth": { "alias": "tooltipMaxWidth"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; "customClasses": { "alias": "customClasses"; "required": false; }; }, { "mrxClick": "mrxClick"; }, never, never, false, never>;
19
22
  }
@@ -1,8 +1,9 @@
1
1
  export declare enum IconButtonSizeEnum {
2
2
  'small' = "icon-font-16",
3
+ 'medium' = "icon-font-20",
3
4
  'large' = "icon-font-24"
4
5
  }
5
- export type IconButtonSizeTypes = 'small' | 'large';
6
+ export type IconButtonSizeTypes = 'small' | 'medium' | 'large';
6
7
  export declare enum IconButtonStateEnum {
7
8
  'default' = "mrx-icon-button-state-default",
8
9
  'button' = "mrx-icon-button-state-button"
@@ -1,18 +1,25 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { LinkSizesTypes, LinkTargetTypes, LinkTypes } from './link.enum';
3
+ import { Router } from '@angular/router';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class LinkComponent {
5
- type: LinkTypes;
6
+ private _router;
7
+ href?: string;
6
8
  target: LinkTargetTypes;
9
+ routerLink?: string;
10
+ queryParams?: {
11
+ [key: string]: string;
12
+ };
13
+ type: LinkTypes;
7
14
  monochrome: boolean;
8
15
  customClasses: string;
9
- href: string;
10
16
  prevent: boolean;
11
17
  size: LinkSizesTypes;
12
18
  clicked: EventEmitter<MouseEvent>;
19
+ constructor(_router: Router);
13
20
  get getClasses(): string;
14
21
  get getTarget(): string;
15
22
  onClick(event: any): void;
16
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "mrx-link", never, { "type": { "alias": "type"; "required": false; }; "target": { "alias": "target"; "required": false; }; "monochrome": { "alias": "monochrome"; "required": false; }; "customClasses": { "alias": "customClasses"; "required": false; }; "href": { "alias": "href"; "required": false; }; "prevent": { "alias": "prevent"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "mrx-link", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "type": { "alias": "type"; "required": false; }; "monochrome": { "alias": "monochrome"; "required": false; }; "customClasses": { "alias": "customClasses"; "required": false; }; "prevent": { "alias": "prevent"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
18
25
  }
@@ -1,8 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./link.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
4
5
  export declare class LinkModule {
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<LinkModule, [typeof i1.LinkComponent], [typeof i2.CommonModule], [typeof i1.LinkComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LinkModule, [typeof i1.LinkComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.LinkComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDeclaration<LinkModule>;
8
9
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./paginator.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@ng-select/ng-select";
5
- import * as i4 from "@angular/forms";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../form/input-select/input-select.module";
6
6
  export declare class PaginatorModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorComponent], [typeof i2.CommonModule, typeof i3.NgSelectModule, typeof i4.FormsModule], [typeof i1.PaginatorComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.InputSelectModule], [typeof i1.PaginatorComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorModule>;
10
10
  }
@@ -0,0 +1,70 @@
1
+ import { ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
+ import { FindResultMatchesCount, FindState, NgxExtendedPdfViewerComponent, NgxExtendedPdfViewerService, PagesLoadedEvent } from 'ngx-extended-pdf-viewer';
3
+ import * as i0 from "@angular/core";
4
+ type RotationType = 0 | 90 | 180 | 270;
5
+ export declare class PdfViewerComponent implements OnInit, OnChanges {
6
+ private _pdfViewerService;
7
+ private _renderer;
8
+ private _ref;
9
+ searchQuery: string;
10
+ findState: FindState;
11
+ totalFound: number;
12
+ currentFind: number;
13
+ page: number;
14
+ isSearchPanelVisible: boolean;
15
+ sidebarVisible: boolean;
16
+ pageCount: number;
17
+ selectedZoom: {
18
+ value: number | string;
19
+ label: string;
20
+ };
21
+ zoomOptions: ({
22
+ value: string;
23
+ label: string;
24
+ } | {
25
+ value: number;
26
+ label: string;
27
+ })[];
28
+ rotation: RotationType;
29
+ showSidebarButton: boolean;
30
+ showHandToolButton: boolean;
31
+ handTool: boolean;
32
+ showFindbarButton: boolean;
33
+ showRotateButton: boolean;
34
+ showPrintButton: boolean;
35
+ showDownloadButton: boolean;
36
+ showExpandButton: boolean;
37
+ defaultZoom: number | 'auto' | 'page-actual' | 'pge-fit' | 'page-width';
38
+ downloadFileName: string;
39
+ src: string;
40
+ pdfViewer: NgxExtendedPdfViewerComponent;
41
+ findMenu: ElementRef | null;
42
+ constructor(_pdfViewerService: NgxExtendedPdfViewerService, _renderer: Renderer2, _ref: ChangeDetectorRef);
43
+ ngOnChanges(changes: SimpleChanges): void;
44
+ initZoom(): void;
45
+ initSearch(): void;
46
+ ngOnInit(): void;
47
+ onPageChange($event: any): void;
48
+ onNextPage(): void;
49
+ onLastPage(): void;
50
+ onPagesLoaded($event: PagesLoadedEvent): void;
51
+ zoomClick(increase: boolean): void;
52
+ onZoomLevelSelect(item: any): void;
53
+ onZoomChange($event: string | number): void;
54
+ onRotate(direction: number): void;
55
+ onPrintClick(): void;
56
+ onDownloadClick(): Promise<void>;
57
+ onSidebarViewClick(): void;
58
+ onExpandModeClick(): void;
59
+ onSearchClick(): void;
60
+ onSearch($event: string): void;
61
+ findNext(): void;
62
+ findPrevious(): void;
63
+ onUpdateMatchCase($event: FindResultMatchesCount): void;
64
+ onFindStateChanged($event: FindState): void;
65
+ onSidebarVisibleChange($event: boolean): void;
66
+ onHandToolClick(): void;
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "mrx-pdf-viewer", never, { "showSidebarButton": { "alias": "showSidebarButton"; "required": false; }; "showHandToolButton": { "alias": "showHandToolButton"; "required": false; }; "handTool": { "alias": "handTool"; "required": false; }; "showFindbarButton": { "alias": "showFindbarButton"; "required": false; }; "showRotateButton": { "alias": "showRotateButton"; "required": false; }; "showPrintButton": { "alias": "showPrintButton"; "required": false; }; "showDownloadButton": { "alias": "showDownloadButton"; "required": false; }; "showExpandButton": { "alias": "showExpandButton"; "required": false; }; "defaultZoom": { "alias": "defaultZoom"; "required": false; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
69
+ }
70
+ export {};
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pdf-viewer.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../tooltip/tooltip.module";
5
+ import * as i4 from "../cdk-tooltip/cdk-tooltip.module";
6
+ import * as i5 from "ngx-extended-pdf-viewer";
7
+ import * as i6 from "../icon-button/icon-button.module";
8
+ import * as i7 from "../form/input-select/input-select.module";
9
+ import * as i8 from "../form/input-number/input-number.module";
10
+ import * as i9 from "../form/input-text/input-text.module";
11
+ import * as i10 from "@angular/forms";
12
+ export declare class PdfViewerComponentModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponentModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PdfViewerComponentModule, [typeof i1.PdfViewerComponent], [typeof i2.CommonModule, typeof i3.TooltipModule, typeof i4.CdkTooltipModule, typeof i5.NgxExtendedPdfViewerModule, typeof i6.IconButtonModule, typeof i7.InputSelectModule, typeof i8.InputNumberModule, typeof i9.InputTextModule, typeof i2.CommonModule, typeof i10.FormsModule, typeof i8.InputNumberModule], [typeof i1.PdfViewerComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<PdfViewerComponentModule>;
16
+ }
@@ -1 +1 @@
1
- export type SaveStateComponentType = 'input' | 'checkbox' | 'checkboxGroup' | 'switch' | 'editor';
1
+ export type SaveStateComponentType = 'input' | 'checkbox' | 'checkboxGroup' | 'radio' | 'radioGroup' | 'switch' | 'editor';
@@ -1,12 +1,13 @@
1
1
  import { Subscription } from 'rxjs';
2
2
  export interface UploadedFileModel {
3
- uuid: string;
4
- url?: string;
3
+ id: string;
5
4
  name?: string;
6
- size?: number;
7
- tempUuid?: string;
5
+ length?: number;
6
+ mD5Hash?: string;
7
+ contentType?: string;
8
8
  }
9
9
  export interface InputFileModel extends UploadedFileModel {
10
+ url?: string;
10
11
  tempUuid?: string;
11
12
  uploading?: boolean;
12
13
  percentage?: number;
@@ -5,8 +5,8 @@ import * as i0 from "@angular/core";
5
5
  export declare class FileUploadService {
6
6
  private http;
7
7
  constructor(http: HttpClient);
8
- upload(url: string, formData: FormData): Observable<HttpEvent<UploadedResultModel>>;
9
- delete(url: string, formData: FormData): Observable<UploadedResultModel>;
8
+ upload(url: string, file: FormData): Observable<HttpEvent<UploadedResultModel>>;
9
+ delete(url: string): Observable<UploadedResultModel>;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<FileUploadService>;
12
12
  }
@@ -1,6 +1,14 @@
1
1
  export * from './mrx-autosave/mrx-autosave.service';
2
2
  export * from './file-upload/file-upload.service';
3
3
  export * from './mrx-form-validator/mrx-form-validator';
4
+ export * from './mrx-form-validator/models';
4
5
  export * from './save-store/save-store.module';
5
6
  export * from './save-store/store/selectors';
6
7
  export * from './save-store/store/actions';
8
+ export * from './modal-service/modal-service.module';
9
+ export * from './modal-service/models/modal-config.model';
10
+ export * from './modal-service/modal-service.service';
11
+ export * from './modal-service/helpers';
12
+ export * from './toaster-service/toaster-service.module';
13
+ export * from './toaster-service/toaster-service.service';
14
+ export * from './toaster-service/models/toaster.model';
@@ -1,4 +1,4 @@
1
- import { ModalComponent } from '../../helpers/modal.component';
1
+ import { ModalServiceComponent } from '../../helpers/modal.component';
2
2
  import { ModalRef } from '../../helpers/modal-ref';
3
3
  import { ModalCustomConfig } from '../../models/modal-config.model';
4
4
  import * as i0 from "@angular/core";
@@ -7,9 +7,8 @@ export interface DefaultAlertModalParams {
7
7
  message: string;
8
8
  }
9
9
  export type DefaultAlertModalResult = boolean | undefined;
10
- export declare class AlertModalComponent extends ModalComponent<DefaultAlertModalParams, DefaultAlertModalResult> {
10
+ export declare class AlertModalComponent extends ModalServiceComponent<DefaultAlertModalParams, DefaultAlertModalResult> {
11
11
  private dialogRef;
12
- data: DefaultAlertModalParams;
13
12
  config: ModalCustomConfig;
14
13
  model: DefaultAlertModalParams;
15
14
  constructor(dialogRef: ModalRef<DefaultAlertModalResult>, data: DefaultAlertModalParams, config: ModalCustomConfig);
@@ -1,15 +1,14 @@
1
1
  import { ModalRef } from '../../helpers/modal-ref';
2
2
  import { ModalCustomConfig } from '../../models/modal-config.model';
3
- import { ModalComponent } from '../../helpers/modal.component';
3
+ import { ModalServiceComponent } from '../../helpers/modal.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export interface DefaultConfirmModalParams {
6
6
  title: string;
7
7
  message: string;
8
8
  }
9
9
  export type DefaultConfirmModalResult = boolean | undefined;
10
- export declare class ConfirmModalComponent extends ModalComponent<DefaultConfirmModalParams, DefaultConfirmModalResult> {
10
+ export declare class ConfirmModalComponent extends ModalServiceComponent<DefaultConfirmModalParams, DefaultConfirmModalResult> {
11
11
  private dialogRef;
12
- data: DefaultConfirmModalParams;
13
12
  config: ModalCustomConfig;
14
13
  model: DefaultConfirmModalParams;
15
14
  constructor(dialogRef: ModalRef<DefaultConfirmModalResult>, data: DefaultConfirmModalParams, config: ModalCustomConfig);
@@ -0,0 +1,4 @@
1
+ export * from './modal-tokens';
2
+ export * from './modal.component';
3
+ export * from './modal-default-config';
4
+ export * from './modal-ref';
@@ -1,4 +1,3 @@
1
- export declare class ModalComponent<DataInput, DataOutput> {
2
- data: DataInput;
1
+ export declare class ModalServiceComponent<DataInput, DataOutput> {
3
2
  result: DataOutput;
4
3
  }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./components/alert-modal/alert-modal.component";
4
+ import * as i3 from "./components/confirm-modal/confirm-modal.component";
5
+ export declare class ModalServiceModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalServiceModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModalServiceModule, never, [typeof i1.CommonModule, typeof i2.AlertModalComponent, typeof i3.ConfirmModalComponent], never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ModalServiceModule>;
9
+ }
@@ -1,7 +1,7 @@
1
1
  import { Injector, Type } from '@angular/core';
2
2
  import { Overlay } from '@angular/cdk/overlay';
3
3
  import { ModalRef } from './helpers/modal-ref';
4
- import { ModalComponent } from './helpers/modal.component';
4
+ import { ModalServiceComponent } from './helpers/modal.component';
5
5
  import { DefaultAlertModalParams, DefaultAlertModalResult } from './components/alert-modal/alert-modal.component';
6
6
  import { ModalConfig, ModalCustomConfig } from './models/modal-config.model';
7
7
  import { DefaultConfirmModalParams, DefaultConfirmModalResult } from './components/confirm-modal/confirm-modal.component';
@@ -10,11 +10,11 @@ export declare class ModalService {
10
10
  private overlay;
11
11
  private injector;
12
12
  constructor(overlay: Overlay, injector: Injector);
13
- open<T, T1>(component: Type<ModalComponent<T, T1>>, data: T, config?: ModalConfig): ModalRef<T1>;
13
+ open<T, T1>(component: Type<ModalServiceComponent<T, T1>>, data: T, config?: ModalConfig): ModalRef<T1>;
14
14
  openAlert(data: DefaultAlertModalParams, config?: ModalCustomConfig): ModalRef<DefaultAlertModalResult>;
15
15
  openConfirm(data: DefaultConfirmModalParams, config?: ModalCustomConfig): ModalRef<DefaultConfirmModalResult>;
16
- createModal<T, T1>(component: Type<ModalComponent<T, T1>>, data: T, config: ModalConfig): ModalRef<T1>;
17
- createDefaultModal<T, T1>(component: Type<ModalComponent<T, T1>>, data: T, config: ModalCustomConfig): ModalRef<T1>;
16
+ createModal<T, T1>(component: Type<ModalServiceComponent<T, T1>>, data: T, config: ModalConfig): ModalRef<T1>;
17
+ createDefaultModal<T, T1>(component: Type<ModalServiceComponent<T, T1>>, data: T, config: ModalCustomConfig): ModalRef<T1>;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
19
19
  static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
20
20
  }
@@ -0,0 +1,9 @@
1
+ export declare const INVALID_MESSAGES: {
2
+ required: () => string;
3
+ maxLength: (length: number) => string;
4
+ minLength: (length: number) => string;
5
+ maxValue: (value: number) => string;
6
+ minValue: (value: number) => string;
7
+ email: () => string;
8
+ pattern: () => string;
9
+ };
@@ -0,0 +1,3 @@
1
+ import { ValidationTypesEnum } from '../models/validations-types.model';
2
+ import { IMessages } from '../models/validations-options.model';
3
+ export declare const getErrorMessageHelper: (key: ValidationTypesEnum, invalidMessages: IMessages, messages: IMessages | undefined, params?: any) => string;
@@ -0,0 +1,2 @@
1
+ import { ValidationsType } from '../models';
2
+ export declare const getSortingValidationsHelper: (validation: ValidationsType) => ValidationsType;
@@ -0,0 +1,3 @@
1
+ export * from './validations-options.model';
2
+ export * from './validations-settings.model';
3
+ export * from './validations-types.model';
@@ -0,0 +1,31 @@
1
+ export interface IMessages {
2
+ [name: string]: string | ((param?: any) => string);
3
+ }
4
+ export interface IFields {
5
+ [name: string]: any;
6
+ }
7
+ export interface IFieldsError {
8
+ [name: string]: any;
9
+ }
10
+ export type ValidationsType = {
11
+ required?: boolean;
12
+ type?: 'multi' | 'single';
13
+ maxLength?: number;
14
+ minLength?: number;
15
+ maxValue?: number;
16
+ minValue?: number;
17
+ email?: boolean;
18
+ pattern?: RegExp;
19
+ messages?: IMessages;
20
+ /**
21
+ * @param value Any <br/>
22
+ * callback принимает value поля модели <br/>
23
+ * Вернув null | false - ошибка отсутствует <br/>
24
+ * Вернув true | string - ошибка появляется <br/>
25
+ * string при этом становится тектом ошибки
26
+ */
27
+ callback?: (value: any) => any;
28
+ };
29
+ export interface IValidations {
30
+ [name: string]: ValidationsType;
31
+ }
@@ -0,0 +1,7 @@
1
+ export type OptionMethodType = 'submit' | 'input';
2
+ export type OptionClearType = 'all' | 'selected';
3
+ export interface FormValidatorOptions {
4
+ method?: OptionMethodType;
5
+ clear?: OptionClearType;
6
+ messages?: any;
7
+ }
@@ -0,0 +1,19 @@
1
+ export declare enum ValidationTypesEnum {
2
+ Required = "required",
3
+ MaxLength = "maxLength",
4
+ MinLength = "minLength",
5
+ Email = "email",
6
+ Pattern = "pattern",
7
+ MaxValue = "maxValue",
8
+ MinValue = "minValue",
9
+ Callback = "callback"
10
+ }
11
+ export declare enum ValidationOptionsEnum {
12
+ Type = "type",
13
+ Messages = "messages"
14
+ }
15
+ export type ValidationsTypes = ValidationTypesEnum | ValidationOptionsEnum;
16
+ export declare enum ValidationMethodsEnum {
17
+ Submit = "submit",
18
+ Input = "input"
19
+ }
@@ -1,32 +1,5 @@
1
- export type OptionMethodType = 'submit' | 'input';
2
- export type OptionClearType = 'all' | 'selected';
3
- export type ValidationsTypes = 'required' | 'maxLength' | 'minLength' | 'email' | 'pattern' | 'messages' | 'maxValue' | 'minValue';
4
- export type ValidationsType = {
5
- required?: boolean;
6
- type?: 'multi' | 'single';
7
- maxLength?: number;
8
- minLength?: number;
9
- maxValue?: number;
10
- minValue?: number;
11
- email?: boolean;
12
- pattern?: RegExp;
13
- messages?: IMessages;
14
- };
15
- export interface FormValidatorOptions {
16
- method?: OptionMethodType;
17
- clear?: OptionClearType;
18
- messages?: any;
19
- }
20
- export interface IMessages {
21
- [name: string]: string;
22
- }
23
- export interface IValidations {
24
- [name: string]: ValidationsType;
25
- }
26
- export interface IFields {
27
- [name: string]: any;
28
- }
29
- export declare const emailRegExp: RegExp;
1
+ import { IFields, IFieldsError, IValidations } from './models';
2
+ import { FormValidatorOptions } from './models';
30
3
  export declare class MrxFormValidator {
31
4
  private _fields;
32
5
  private _validations;
@@ -37,15 +10,15 @@ export declare class MrxFormValidator {
37
10
  private _method;
38
11
  private _invalidMessages;
39
12
  constructor(options?: FormValidatorOptions);
40
- private sortValidators;
41
- get errors(): any;
13
+ get errors(): IFieldsError;
42
14
  private set fields(value);
43
15
  private getNamesUpdatedProperties;
44
16
  private validateField;
45
- private hiddenValidateField;
17
+ private _checkErrors;
46
18
  initFields(fields: IFields, validations: IValidations): void;
47
19
  initModelChanged(fields: IFields): void;
48
- initModelChangedFromField(field: any, fieldName: string): void;
20
+ initFieldChanged(fields: IFields, fieldName: string): void;
49
21
  isValid(): boolean;
22
+ initModelChangedFromField(field: any, fieldName: string): void;
50
23
  isHiddenValid(): boolean;
51
24
  }
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const callbackValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const emailValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const maxLengthValidation: (value: string | string[], validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const maxValueValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const minLengthValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const minValueValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const patternValidation: (value: string, validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { IMessages, ValidationsType, ValidationTypesEnum } from '../models';
2
+ export declare const requiredValidation: (value: string | string[], validations: ValidationsType, key: ValidationTypesEnum, invalidMessages: IMessages) => {
3
+ isValid: boolean;
4
+ message: string | null;
5
+ };
@@ -0,0 +1,12 @@
1
+ import { Toast, ToastPackage, ToastrService } from 'ngx-toastr';
2
+ import { ToasterType } from '../../models/toaster.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ToasterComponent extends Toast {
5
+ protected toastrService: ToastrService;
6
+ toastPackage: ToastPackage;
7
+ ToasterType: typeof ToasterType;
8
+ constructor(toastrService: ToastrService, toastPackage: ToastPackage);
9
+ action(event: Event): boolean;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToasterComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "mrx-toaster", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,12 @@
1
+ export declare enum ToasterType {
2
+ Info = "info",
3
+ Positive = "positive",
4
+ Negative = "negative",
5
+ Attention = "attention"
6
+ }
7
+ export declare enum ToasterPosition {
8
+ TopRight = "toast-top-right",
9
+ BottomRight = "toast-bottom-right",
10
+ TopLeft = "toast-top-left",
11
+ BottomLeft = "toast-bottom-left"
12
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/toaster/toaster.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-toastr";
5
+ import * as i4 from "../../pipes/safe/safe.module";
6
+ export declare class ToasterServiceModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToasterServiceModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToasterServiceModule, [typeof i1.ToasterComponent], [typeof i2.CommonModule, typeof i3.ToastrModule, typeof i4.SafeModule], never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToasterServiceModule>;
10
+ }
@@ -0,0 +1,15 @@
1
+ import { ToastrService } from 'ngx-toastr';
2
+ import { ToasterType } from './models/toaster.model';
3
+ import { IndividualConfig } from 'ngx-toastr/toastr/toastr-config';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ToasterService {
6
+ private _toasterService;
7
+ constructor(_toasterService: ToastrService);
8
+ show(data: {
9
+ title?: string;
10
+ message?: string;
11
+ type?: ToasterType;
12
+ }, customConfig?: Partial<IndividualConfig>): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToasterService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToasterService>;
15
+ }