@koalarx/ui 14.0.0 → 14.0.2

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 (99) hide show
  1. package/alert/esm2020/lib/dialog-alert.component.mjs +3 -3
  2. package/alert/esm2020/lib/koala.alert.module.mjs +4 -4
  3. package/alert/esm2020/lib/koala.alert.service.mjs +3 -3
  4. package/alert/fesm2015/koalarx-ui-alert.mjs +10 -10
  5. package/alert/fesm2020/koalarx-ui-alert.mjs +10 -10
  6. package/button/esm2020/lib/button.component.mjs +3 -3
  7. package/button/esm2020/lib/koala.button.module.mjs +4 -4
  8. package/button/fesm2015/koalarx-ui-button.mjs +7 -7
  9. package/button/fesm2020/koalarx-ui-button.mjs +7 -7
  10. package/common/esm2020/lib/services/csv/koala.csv.service.mjs +3 -3
  11. package/common/esm2020/lib/services/xlsx/koala.xlsx.service.mjs +58 -4
  12. package/common/fesm2015/koalarx-ui-common.mjs +63 -6
  13. package/common/fesm2015/koalarx-ui-common.mjs.map +1 -1
  14. package/common/fesm2020/koalarx-ui-common.mjs +60 -6
  15. package/common/fesm2020/koalarx-ui-common.mjs.map +1 -1
  16. package/common/lib/services/xlsx/koala.xlsx.service.d.ts +5 -0
  17. package/core/esm2020/lib/loader/loader-bar-page.component.mjs +3 -3
  18. package/core/esm2020/lib/ngx-koala.module.mjs +4 -4
  19. package/core/esm2020/lib/page/koala.page.module.mjs +4 -4
  20. package/core/esm2020/lib/page/notifications/notification.component.mjs +4 -4
  21. package/core/esm2020/lib/page/page.component.mjs +3 -3
  22. package/core/esm2020/lib/router/koala.parameter-hash-location-stategy.mjs +3 -3
  23. package/core/esm2020/lib/services/api-requester/koala.api-requester.service.mjs +3 -3
  24. package/core/esm2020/lib/services/loader/koala.loader.service.mjs +3 -3
  25. package/core/esm2020/lib/services/openid/koala.oauth2.service.mjs +3 -3
  26. package/core/esm2020/lib/services/request/koala.request.service.mjs +3 -3
  27. package/core/esm2020/lib/services/token/koala.token.service.mjs +3 -3
  28. package/core/fesm2015/koalarx-ui-core.mjs +36 -36
  29. package/core/fesm2015/koalarx-ui-core.mjs.map +1 -1
  30. package/core/fesm2020/koalarx-ui-core.mjs +36 -36
  31. package/core/fesm2020/koalarx-ui-core.mjs.map +1 -1
  32. package/dialog/esm2020/lib/dialog.component.mjs +3 -3
  33. package/dialog/esm2020/lib/koala.dialog.module.mjs +4 -4
  34. package/dialog/esm2020/lib/koala.dialog.service.mjs +3 -3
  35. package/dialog/fesm2015/koalarx-ui-dialog.mjs +10 -10
  36. package/dialog/fesm2020/koalarx-ui-dialog.mjs +10 -10
  37. package/dynamic-component/esm2020/lib/koala-dynamic-component.directive.mjs +3 -3
  38. package/dynamic-component/esm2020/lib/koala-dynamic-component.factory.mjs +3 -3
  39. package/dynamic-component/esm2020/lib/koala-dynamic-component.module.mjs +4 -4
  40. package/dynamic-component/fesm2015/koalarx-ui-dynamic-component.mjs +10 -10
  41. package/dynamic-component/fesm2020/koalarx-ui-dynamic-component.mjs +10 -10
  42. package/file-button/esm2020/lib/file-button.component.mjs +3 -3
  43. package/file-button/esm2020/lib/koala.btn-file.service.mjs +3 -3
  44. package/file-button/esm2020/lib/koala.file-button.module.mjs +4 -4
  45. package/file-button/fesm2015/koalarx-ui-file-button.mjs +10 -10
  46. package/file-button/fesm2020/koalarx-ui-file-button.mjs +10 -10
  47. package/folder-page/esm2020/lib/folder.component.mjs +3 -3
  48. package/folder-page/esm2020/lib/koala.folder-page.module.mjs +4 -4
  49. package/folder-page/fesm2015/koalarx-ui-folder-page.mjs +7 -7
  50. package/folder-page/fesm2015/koalarx-ui-folder-page.mjs.map +1 -1
  51. package/folder-page/fesm2020/koalarx-ui-folder-page.mjs +7 -7
  52. package/folder-page/fesm2020/koalarx-ui-folder-page.mjs.map +1 -1
  53. package/form/esm2020/lib/btn-submit/btn-submit.component.mjs +3 -3
  54. package/form/esm2020/lib/directives/koala-autofocus.directive.mjs +3 -3
  55. package/form/esm2020/lib/dynamic-form/dynamic-form.component.mjs +10 -11
  56. package/form/esm2020/lib/dynamic-form/koala.dynamic-form.service.mjs +3 -3
  57. package/form/esm2020/lib/koala.form.module.mjs +4 -4
  58. package/form/fesm2015/koalarx-ui-form.mjs +22 -23
  59. package/form/fesm2015/koalarx-ui-form.mjs.map +1 -1
  60. package/form/fesm2020/koalarx-ui-form.mjs +22 -23
  61. package/form/fesm2020/koalarx-ui-form.mjs.map +1 -1
  62. package/form/lib/dynamic-form/dynamic-form.component.d.ts +2 -2
  63. package/icon/esm2020/lib/icon.component.mjs +3 -3
  64. package/icon/esm2020/lib/koala.icon.module.mjs +4 -4
  65. package/icon/fesm2015/koalarx-ui-icon.mjs +7 -7
  66. package/icon/fesm2020/koalarx-ui-icon.mjs +7 -7
  67. package/icons-animated/esm2020/lib/icons/downloading/downloading-icon-animated.component.mjs +4 -4
  68. package/icons-animated/esm2020/lib/icons/loading/loading-icon-animated.component.mjs +4 -4
  69. package/icons-animated/esm2020/lib/icons-animated.component.mjs +3 -3
  70. package/icons-animated/esm2020/lib/icons-animated.service.mjs +3 -3
  71. package/icons-animated/esm2020/lib/koala-icons-animated.module.mjs +4 -4
  72. package/icons-animated/fesm2015/koalarx-ui-icons-animated.mjs +18 -18
  73. package/icons-animated/fesm2015/koalarx-ui-icons-animated.mjs.map +1 -1
  74. package/icons-animated/fesm2020/koalarx-ui-icons-animated.mjs +18 -18
  75. package/icons-animated/fesm2020/koalarx-ui-icons-animated.mjs.map +1 -1
  76. package/list/esm2020/lib/koala.list.module.mjs +4 -4
  77. package/list/esm2020/lib/koala.list.service.mjs +3 -3
  78. package/list/esm2020/lib/list.component.mjs +3 -3
  79. package/list/esm2020/lib/providers/pagination/pagination.provider.mjs +3 -3
  80. package/list/fesm2015/koalarx-ui-list.mjs +13 -13
  81. package/list/fesm2020/koalarx-ui-list.mjs +13 -13
  82. package/menu/esm2020/lib/koala.menu.module.mjs +4 -4
  83. package/menu/esm2020/lib/koala.menu.service.mjs +3 -3
  84. package/menu/esm2020/lib/menu.component.mjs +4 -4
  85. package/menu/fesm2015/koalarx-ui-menu.mjs +11 -11
  86. package/menu/fesm2015/koalarx-ui-menu.mjs.map +1 -1
  87. package/menu/fesm2020/koalarx-ui-menu.mjs +11 -11
  88. package/menu/fesm2020/koalarx-ui-menu.mjs.map +1 -1
  89. package/package.json +1 -1
  90. package/question/esm2020/lib/dialog-question.component.mjs +3 -3
  91. package/question/esm2020/lib/koala.question.module.mjs +4 -4
  92. package/question/esm2020/lib/koala.question.service.mjs +3 -3
  93. package/question/fesm2015/koalarx-ui-question.mjs +10 -10
  94. package/question/fesm2020/koalarx-ui-question.mjs +10 -10
  95. package/snackbar/esm2020/lib/koala.snackbar.component.mjs +3 -3
  96. package/snackbar/esm2020/lib/koala.snackbar.module.mjs +4 -4
  97. package/snackbar/esm2020/lib/koala.snackbar.service.mjs +3 -3
  98. package/snackbar/fesm2015/koalarx-ui-snackbar.mjs +10 -10
  99. package/snackbar/fesm2020/koalarx-ui-snackbar.mjs +10 -10
@@ -19,9 +19,9 @@ class DialogQuestionComponent {
19
19
  this.languageHelper = KoalaLanguageHelper;
20
20
  }
21
21
  }
22
- DialogQuestionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: DialogQuestionComponent, deps: [{ token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
23
- DialogQuestionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: DialogQuestionComponent, selector: "ng-component", ngImport: i0, template: "<div mat-dialog-content>\n <div class=\"question\">\n\t <koala-dynamic-component\n\t\t *ngIf=\"config.avatar else notHaveAvatar\"\n\t\t [dynamicComponent]=\"config.avatar\">\n\t </koala-dynamic-component>\n\t <ng-template #notHaveAvatar>\n <mat-icon>help</mat-icon>\n\t </ng-template>\n <p [innerHTML]=\"config.message\" class=\"alert-message text-center\"></p>\n </div>\n</div>\n<div align=\"center\" mat-dialog-actions>\n <button [mat-dialog-close]=\"{question: true}\" color=\"primary\" class=\"outline\" mat-button>{{languageHelper.getYesMessage()}}</button>\n <button [mat-dialog-close]=\"{question: false}\" color=\"warn\" class=\"outline\" mat-button>{{languageHelper.getNoMessage()}}</button>\n</div>\n", styles: [".question{color:#616161}.question .alert-message{font-family:OpenSans,sans-serif;margin:20px auto 10px!important}.question mat-icon{position:relative;display:block;margin:15px auto;width:60px;height:60px;font-size:60px;color:#1565c0}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.KoalaDynamicComponentFactory, selector: "koala-dynamic-component", inputs: ["dynamicComponent"] }, { kind: "directive", type: i3.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: DialogQuestionComponent, decorators: [{
22
+ DialogQuestionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DialogQuestionComponent, deps: [{ token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
23
+ DialogQuestionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: DialogQuestionComponent, selector: "ng-component", ngImport: i0, template: "<div mat-dialog-content>\n <div class=\"question\">\n\t <koala-dynamic-component\n\t\t *ngIf=\"config.avatar else notHaveAvatar\"\n\t\t [dynamicComponent]=\"config.avatar\">\n\t </koala-dynamic-component>\n\t <ng-template #notHaveAvatar>\n <mat-icon>help</mat-icon>\n\t </ng-template>\n <p [innerHTML]=\"config.message\" class=\"alert-message text-center\"></p>\n </div>\n</div>\n<div align=\"center\" mat-dialog-actions>\n <button [mat-dialog-close]=\"{question: true}\" color=\"primary\" class=\"outline\" mat-button>{{languageHelper.getYesMessage()}}</button>\n <button [mat-dialog-close]=\"{question: false}\" color=\"warn\" class=\"outline\" mat-button>{{languageHelper.getNoMessage()}}</button>\n</div>\n", styles: [".question{color:#616161}.question .alert-message{font-family:OpenSans,sans-serif;margin:20px auto 10px!important}.question mat-icon{position:relative;display:block;margin:15px auto;width:60px;height:60px;font-size:60px;color:#1565c0}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.KoalaDynamicComponentFactory, selector: "koala-dynamic-component", inputs: ["dynamicComponent"] }, { kind: "directive", type: i3.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "directive", type: i3.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i3.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: DialogQuestionComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<div mat-dialog-content>\n <div class=\"question\">\n\t <koala-dynamic-component\n\t\t *ngIf=\"config.avatar else notHaveAvatar\"\n\t\t [dynamicComponent]=\"config.avatar\">\n\t </koala-dynamic-component>\n\t <ng-template #notHaveAvatar>\n <mat-icon>help</mat-icon>\n\t </ng-template>\n <p [innerHTML]=\"config.message\" class=\"alert-message text-center\"></p>\n </div>\n</div>\n<div align=\"center\" mat-dialog-actions>\n <button [mat-dialog-close]=\"{question: true}\" color=\"primary\" class=\"outline\" mat-button>{{languageHelper.getYesMessage()}}</button>\n <button [mat-dialog-close]=\"{question: false}\" color=\"warn\" class=\"outline\" mat-button>{{languageHelper.getNoMessage()}}</button>\n</div>\n", styles: [".question{color:#616161}.question .alert-message{font-family:OpenSans,sans-serif;margin:20px auto 10px!important}.question mat-icon{position:relative;display:block;margin:15px auto;width:60px;height:60px;font-size:60px;color:#1565c0}\n"] }]
27
27
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -44,27 +44,27 @@ class KoalaQuestionService {
44
44
  });
45
45
  }
46
46
  }
47
- KoalaQuestionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionService, deps: [{ token: i1$1.KoalaDialogService }], target: i0.ɵɵFactoryTarget.Injectable });
48
- KoalaQuestionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionService, providedIn: "any" });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionService, decorators: [{
47
+ KoalaQuestionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionService, deps: [{ token: i1$1.KoalaDialogService }], target: i0.ɵɵFactoryTarget.Injectable });
48
+ KoalaQuestionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionService, providedIn: "any" });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionService, decorators: [{
50
50
  type: Injectable,
51
51
  args: [{ providedIn: "any" }]
52
52
  }], ctorParameters: function () { return [{ type: i1$1.KoalaDialogService }]; } });
53
53
 
54
54
  class KoalaQuestionModule {
55
55
  }
56
- KoalaQuestionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
- KoalaQuestionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionModule, declarations: [DialogQuestionComponent], imports: [CommonModule,
56
+ KoalaQuestionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
+ KoalaQuestionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionModule, declarations: [DialogQuestionComponent], imports: [CommonModule,
58
58
  KoalaDynamicComponentModule,
59
59
  MatDialogModule,
60
60
  MatButtonModule,
61
61
  MatIconModule], exports: [DialogQuestionComponent] });
62
- KoalaQuestionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionModule, imports: [CommonModule,
62
+ KoalaQuestionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionModule, imports: [CommonModule,
63
63
  KoalaDynamicComponentModule,
64
64
  MatDialogModule,
65
65
  MatButtonModule,
66
66
  MatIconModule] });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaQuestionModule, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaQuestionModule, decorators: [{
68
68
  type: NgModule,
69
69
  args: [{
70
70
  declarations: [
@@ -10,9 +10,9 @@ export class KoalaSnackbarComponent {
10
10
  this.data = data;
11
11
  }
12
12
  }
13
- KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
14
- KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
13
+ KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
14
+ KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"] }]
18
18
  }], ctorParameters: function () { return [{ type: i1.MatSnackBarRef }, { type: undefined, decorators: [{
@@ -7,15 +7,15 @@ import { MatButtonModule } from "@angular/material/button";
7
7
  import * as i0 from "@angular/core";
8
8
  export class KoalaSnackbarModule {
9
9
  }
10
- KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
10
+ KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
12
12
  MatIconModule,
13
13
  MatButtonModule], exports: [KoalaSnackbarComponent,
14
14
  MatSnackBarModule] });
15
- KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
15
+ KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
16
16
  MatIconModule,
17
17
  MatButtonModule, MatSnackBarModule] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [
@@ -27,9 +27,9 @@ export class KoalaSnackbarService {
27
27
  });
28
28
  }
29
29
  }
30
- KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
31
- KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, decorators: [{
30
+ KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
31
+ KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, decorators: [{
33
33
  type: Injectable
34
34
  }], ctorParameters: function () { return [{ type: i1.MatSnackBar }]; } });
35
35
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia29hbGEuc25hY2tiYXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3NuYWNrYmFyL3NyYy9saWIva29hbGEuc25hY2tiYXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7QUFHcEUsTUFBTSxPQUFPLG9CQUFvQjtJQUUvQixZQUFvQixRQUFxQjtRQUFyQixhQUFRLEdBQVIsUUFBUSxDQUFhO0lBQ3pDLENBQUM7SUFFTSxPQUFPLENBQUMsT0FBZ0I7UUFDN0IsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsY0FBYyxFQUFFLFNBQVMsQ0FBQyxDQUFDO0lBQ3hELENBQUM7SUFFTSxPQUFPLENBQUMsT0FBZ0I7UUFDN0IsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQyxDQUFDO0lBQ25ELENBQUM7SUFFTSxLQUFLLENBQUMsT0FBZ0I7UUFDM0IsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsT0FBTyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFTyxZQUFZLENBQUMsT0FBZ0IsRUFBRSxJQUFhLEVBQUUsVUFBbUI7UUFDdkUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxpQkFBaUIsQ0FBQyxzQkFBc0IsRUFBRTtZQUN0RCxJQUFJLEVBQUU7Z0JBQ0osT0FBTztnQkFDUCxJQUFJO2FBQ0w7WUFDRCxVQUFVLEVBQUUsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzFDLGtCQUFrQixFQUFFLE1BQU07WUFDMUIsUUFBUSxFQUFFLEtBQUs7U0FDaEIsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7aUhBM0JVLG9CQUFvQjtxSEFBcEIsb0JBQW9COzJGQUFwQixvQkFBb0I7a0JBRGhDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1hdFNuYWNrQmFyIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL3NuYWNrLWJhclwiO1xuaW1wb3J0IHsgS29hbGFTbmFja2JhckNvbXBvbmVudCB9IGZyb20gXCIuL2tvYWxhLnNuYWNrYmFyLmNvbXBvbmVudFwiO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgS29hbGFTbmFja2JhclNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgc25hY2tCYXI6IE1hdFNuYWNrQmFyKSB7XG4gIH1cblxuICBwdWJsaWMgc3VjY2VzcyhtZXNzYWdlPzogc3RyaW5nKSB7XG4gICAgdGhpcy5zaG93U25hY2tCYXIobWVzc2FnZSwgJ2NoZWNrX2NpcmNsZScsICdzdWNjZXNzJyk7XG4gIH1cblxuICBwdWJsaWMgd2FybmluZyhtZXNzYWdlPzogc3RyaW5nKSB7XG4gICAgdGhpcy5zaG93U25hY2tCYXIobWVzc2FnZSwgJ3dhcm5pbmcnLCAnd2FybmluZycpO1xuICB9XG5cbiAgcHVibGljIGVycm9yKG1lc3NhZ2U/OiBzdHJpbmcpIHtcbiAgICB0aGlzLnNob3dTbmFja0JhcihtZXNzYWdlLCAnZXJyb3InLCAnZXJyb3InKTtcbiAgfVxuXG4gIHByaXZhdGUgc2hvd1NuYWNrQmFyKG1lc3NhZ2U/OiBzdHJpbmcsIGljb24/OiBzdHJpbmcsIHBhbmVsQ2xhc3M/OiBzdHJpbmcpIHtcbiAgICB0aGlzLnNuYWNrQmFyLm9wZW5Gcm9tQ29tcG9uZW50KEtvYWxhU25hY2tiYXJDb21wb25lbnQsIHtcbiAgICAgIGRhdGE6IHtcbiAgICAgICAgbWVzc2FnZSxcbiAgICAgICAgaWNvblxuICAgICAgfSxcbiAgICAgIHBhbmVsQ2xhc3M6IHBhbmVsQ2xhc3MgPyBbcGFuZWxDbGFzc10gOiBbXSxcbiAgICAgIGhvcml6b250YWxQb3NpdGlvbjogXCJsZWZ0XCIsXG4gICAgICBkdXJhdGlvbjogMTAwMDBcbiAgICB9KTtcbiAgfVxufVxuIl19
@@ -13,9 +13,9 @@ class KoalaSnackbarComponent {
13
13
  this.data = data;
14
14
  }
15
15
  }
16
- KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
17
- KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
16
+ KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
17
+ KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"] }]
21
21
  }], ctorParameters: function () {
@@ -50,23 +50,23 @@ class KoalaSnackbarService {
50
50
  });
51
51
  }
52
52
  }
53
- KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
54
- KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, decorators: [{
53
+ KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
54
+ KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, decorators: [{
56
56
  type: Injectable
57
57
  }], ctorParameters: function () { return [{ type: i1.MatSnackBar }]; } });
58
58
 
59
59
  class KoalaSnackbarModule {
60
60
  }
61
- KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
62
- KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
61
+ KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
62
+ KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
63
63
  MatIconModule,
64
64
  MatButtonModule], exports: [KoalaSnackbarComponent,
65
65
  MatSnackBarModule] });
66
- KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
66
+ KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
67
67
  MatIconModule,
68
68
  MatButtonModule, MatSnackBarModule] });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
70
70
  type: NgModule,
71
71
  args: [{
72
72
  declarations: [
@@ -13,9 +13,9 @@ class KoalaSnackbarComponent {
13
13
  this.data = data;
14
14
  }
15
15
  }
16
- KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
17
- KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.3", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
16
+ KoalaSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
17
+ KoalaSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.8", type: KoalaSnackbarComponent, selector: "ng-component", ngImport: i0, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"], dependencies: [{ kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"message\">\n <div>\n <mat-icon class=\"mr-8\">{{data.icon}}</mat-icon>\n <span>{{data.message}}</span>\n </div>\n <button class=\"ml-8\" (click)=\"snackbarRef.dismiss()\" mat-icon-button>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n", styles: ["div.message{display:flex;align-items:center;justify-content:space-between}div.message div{display:flex;align-items:center}div.message span{line-height:11px}\n"] }]
21
21
  }], ctorParameters: function () { return [{ type: i1.MatSnackBarRef }, { type: undefined, decorators: [{
@@ -48,23 +48,23 @@ class KoalaSnackbarService {
48
48
  });
49
49
  }
50
50
  }
51
- KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
52
- KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarService, decorators: [{
51
+ KoalaSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, deps: [{ token: i1.MatSnackBar }], target: i0.ɵɵFactoryTarget.Injectable });
52
+ KoalaSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarService, decorators: [{
54
54
  type: Injectable
55
55
  }], ctorParameters: function () { return [{ type: i1.MatSnackBar }]; } });
56
56
 
57
57
  class KoalaSnackbarModule {
58
58
  }
59
- KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
60
- KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
59
+ KoalaSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
60
+ KoalaSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, declarations: [KoalaSnackbarComponent], imports: [MatSnackBarModule,
61
61
  MatIconModule,
62
62
  MatButtonModule], exports: [KoalaSnackbarComponent,
63
63
  MatSnackBarModule] });
64
- KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
64
+ KoalaSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, providers: [KoalaSnackbarService], imports: [MatSnackBarModule,
65
65
  MatIconModule,
66
66
  MatButtonModule, MatSnackBarModule] });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.3", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KoalaSnackbarModule, decorators: [{
68
68
  type: NgModule,
69
69
  args: [{
70
70
  declarations: [