@recursyve/nice-ui-kit.v2 14.0.0-beta.95 → 14.0.0-beta.97

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 (162) hide show
  1. package/esm2020/lib/api/interceptors/transform-response.interceptor.mjs +3 -3
  2. package/esm2020/lib/components/alert/alert.component.mjs +24 -12
  3. package/esm2020/lib/components/alert/alert.module.mjs +4 -4
  4. package/esm2020/lib/components/alert/alert.service.mjs +3 -3
  5. package/esm2020/lib/components/alert/alert.types.mjs +1 -1
  6. package/esm2020/lib/components/assets-carousel/assets-carousel.component.mjs +12 -6
  7. package/esm2020/lib/components/assets-carousel/assets-carousel.module.mjs +4 -4
  8. package/esm2020/lib/components/async-typeahead/async-typeahead.component.mjs +15 -9
  9. package/esm2020/lib/components/async-typeahead/async-typeahead.module.mjs +4 -4
  10. package/esm2020/lib/components/async-typeahead/providers/async-typeahead.service.mjs +3 -3
  11. package/esm2020/lib/components/base-form/base-form.component.mjs +16 -5
  12. package/esm2020/lib/components/base-form/base-form.module.mjs +4 -4
  13. package/esm2020/lib/components/base-form/form-submit.directive.mjs +3 -3
  14. package/esm2020/lib/components/card/card.component.mjs +3 -3
  15. package/esm2020/lib/components/card/card.module.mjs +4 -4
  16. package/esm2020/lib/components/carousel/carousel.component.mjs +3 -3
  17. package/esm2020/lib/components/carousel/carousel.module.mjs +4 -4
  18. package/esm2020/lib/components/carousel/picture-modal/picture-modal.component.mjs +3 -3
  19. package/esm2020/lib/components/carousel/picture-modal/picture-modal.service.mjs +3 -3
  20. package/esm2020/lib/components/carousel/pipe/carousel-layout.pipe.mjs +3 -3
  21. package/esm2020/lib/components/drawer/drawer.component.mjs +3 -3
  22. package/esm2020/lib/components/drawer/drawer.module.mjs +4 -4
  23. package/esm2020/lib/components/drawer/drawer.service.mjs +3 -3
  24. package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +3 -3
  25. package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +4 -4
  26. package/esm2020/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +6 -6
  27. package/esm2020/lib/components/form-error/control-status.directive.mjs +3 -3
  28. package/esm2020/lib/components/form-error/form-error.component.mjs +3 -3
  29. package/esm2020/lib/components/form-error/form-error.module.mjs +4 -4
  30. package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +3 -3
  31. package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +4 -4
  32. package/esm2020/lib/components/horizontal-stepper/step.component.mjs +3 -3
  33. package/esm2020/lib/components/image-cropper/image-cropper.component.mjs +8 -8
  34. package/esm2020/lib/components/image-cropper/image-cropper.module.mjs +4 -4
  35. package/esm2020/lib/components/layout/layout.component.mjs +3 -3
  36. package/esm2020/lib/components/layout/layout.module.mjs +4 -4
  37. package/esm2020/lib/components/loading-spinner/loading-spinner.component.mjs +3 -3
  38. package/esm2020/lib/components/loading-spinner/loading-spinner.module.mjs +4 -4
  39. package/esm2020/lib/components/loading-spinner/loading.directive.mjs +3 -3
  40. package/esm2020/lib/components/lottie/lottie.component.mjs +3 -3
  41. package/esm2020/lib/components/lottie/lottie.module.mjs +4 -4
  42. package/esm2020/lib/components/navigation/horizontal/components/basic/basic.component.mjs +3 -3
  43. package/esm2020/lib/components/navigation/horizontal/components/branch/branch.component.mjs +3 -3
  44. package/esm2020/lib/components/navigation/horizontal/components/divider/divider.component.mjs +3 -3
  45. package/esm2020/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +3 -3
  46. package/esm2020/lib/components/navigation/horizontal/horizontal.component.mjs +3 -3
  47. package/esm2020/lib/components/navigation/navigation.component.mjs +3 -3
  48. package/esm2020/lib/components/navigation/navigation.module.mjs +4 -4
  49. package/esm2020/lib/components/navigation/navigation.service.mjs +3 -3
  50. package/esm2020/lib/components/navigation/vertical/components/aside/aside.component.mjs +3 -3
  51. package/esm2020/lib/components/navigation/vertical/components/basic/basic.component.mjs +3 -3
  52. package/esm2020/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +6 -16
  53. package/esm2020/lib/components/navigation/vertical/components/divider/divider.component.mjs +3 -3
  54. package/esm2020/lib/components/navigation/vertical/components/group/group.component.mjs +3 -3
  55. package/esm2020/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +3 -3
  56. package/esm2020/lib/components/navigation/vertical/vertical.component.mjs +3 -3
  57. package/esm2020/lib/components/search-bar/search-bar.component.mjs +3 -3
  58. package/esm2020/lib/components/search-bar/search-bar.module.mjs +4 -4
  59. package/esm2020/lib/components/sweet-alert/sweet-alert.component.mjs +3 -3
  60. package/esm2020/lib/components/sweet-alert/sweet-alert.module.mjs +4 -4
  61. package/esm2020/lib/components/sweet-alert/sweet-alert.service.mjs +3 -3
  62. package/esm2020/lib/components/toast/toast.component.mjs +3 -3
  63. package/esm2020/lib/components/toast/toast.module.mjs +4 -4
  64. package/esm2020/lib/components/toast/toast.service.mjs +3 -3
  65. package/esm2020/lib/components/toggle-button-group/toggle-button-group.component.mjs +3 -3
  66. package/esm2020/lib/components/toggle-button-group/toggle-button-group.module.mjs +4 -4
  67. package/esm2020/lib/components/toggle-button-group/toggle-button.component.mjs +3 -3
  68. package/esm2020/lib/components/typeahead/directives/options-scroll.directive.mjs +3 -3
  69. package/esm2020/lib/components/typeahead/directives/options-scroll.module.mjs +4 -4
  70. package/esm2020/lib/components/typeahead/typeahead.component.mjs +3 -3
  71. package/esm2020/lib/components/typeahead/typeahead.module.mjs +4 -4
  72. package/esm2020/lib/directives/autofocus/autofocus.directive.mjs +3 -3
  73. package/esm2020/lib/directives/autofocus/autofocus.module.mjs +4 -4
  74. package/esm2020/lib/directives/autogrow/autogrow.directive.mjs +3 -3
  75. package/esm2020/lib/directives/autogrow/autogrow.module.mjs +4 -4
  76. package/esm2020/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.mjs +39 -0
  77. package/esm2020/lib/directives/chip-async-typeahead/index.mjs +2 -0
  78. package/esm2020/lib/directives/chip-async-typeahead/public-api.mjs +2 -0
  79. package/esm2020/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.mjs +14 -0
  80. package/esm2020/lib/directives/chip-list/chip-list-items/chip-list-items.component.mjs +32 -0
  81. package/esm2020/lib/directives/chip-list/chip-list.directive.mjs +117 -0
  82. package/esm2020/lib/directives/chip-list/chip-list.module.mjs +21 -0
  83. package/esm2020/lib/directives/chip-list/index.mjs +2 -0
  84. package/esm2020/lib/directives/chip-list/public-api.mjs +5 -0
  85. package/esm2020/lib/directives/dropzone/dropzone.directive.mjs +3 -3
  86. package/esm2020/lib/directives/dropzone/dropzone.module.mjs +4 -4
  87. package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +3 -3
  88. package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +4 -4
  89. package/esm2020/lib/directives/material/material.module.mjs +4 -4
  90. package/esm2020/lib/directives/material/nice-material-style.directive.mjs +3 -3
  91. package/esm2020/lib/directives/material/nice-rounded-style.directive.mjs +3 -3
  92. package/esm2020/lib/directives/modals/modal-on-click.directive.mjs +3 -3
  93. package/esm2020/lib/directives/modals/modal-opener.directive.mjs +3 -3
  94. package/esm2020/lib/directives/public-api.mjs +3 -1
  95. package/esm2020/lib/directives/scroll-reset/scroll-reset.directive.mjs +3 -3
  96. package/esm2020/lib/directives/scroll-reset/scroll-reset.module.mjs +4 -4
  97. package/esm2020/lib/directives/scrollbar/scrollbar.directive.mjs +3 -3
  98. package/esm2020/lib/directives/scrollbar/scrollbar.module.mjs +4 -4
  99. package/esm2020/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +3 -3
  100. package/esm2020/lib/directives/stop-propagation/stop-propagation.module.mjs +4 -4
  101. package/esm2020/lib/directives/window/prevent-close-window.directive.mjs +3 -3
  102. package/esm2020/lib/directives/window/window-directive.module.mjs +4 -4
  103. package/esm2020/lib/nice.module.mjs +5 -5
  104. package/esm2020/lib/pipes/boolean.pipe.mjs +3 -3
  105. package/esm2020/lib/pipes/capitalize-first-letter.pipe.mjs +3 -3
  106. package/esm2020/lib/pipes/ceil.pipe.mjs +3 -3
  107. package/esm2020/lib/pipes/entries.pipe.mjs +3 -3
  108. package/esm2020/lib/pipes/find-by-key.pipe.mjs +3 -3
  109. package/esm2020/lib/pipes/first-letter.pipe.mjs +3 -3
  110. package/esm2020/lib/pipes/floor.pipe.mjs +3 -3
  111. package/esm2020/lib/pipes/join-if-defined.pipe.mjs +3 -3
  112. package/esm2020/lib/pipes/link.pipe.mjs +3 -3
  113. package/esm2020/lib/pipes/localized-boolean.pipe.mjs +3 -3
  114. package/esm2020/lib/pipes/localized-currency.pipe.mjs +3 -3
  115. package/esm2020/lib/pipes/localized-date-only.pipe.mjs +3 -3
  116. package/esm2020/lib/pipes/localized-date.pipe.mjs +3 -3
  117. package/esm2020/lib/pipes/minutes-to-time.pipe.mjs +3 -3
  118. package/esm2020/lib/pipes/number-to-ordinal-indicator.pipe.mjs +3 -3
  119. package/esm2020/lib/pipes/pad.pipe.mjs +3 -3
  120. package/esm2020/lib/pipes/phone.pipe.mjs +3 -3
  121. package/esm2020/lib/pipes/pipes.module.mjs +4 -4
  122. package/esm2020/lib/pipes/postal-code.pipe.mjs +3 -3
  123. package/esm2020/lib/pipes/range.pipe.mjs +3 -3
  124. package/esm2020/lib/pipes/round.pipe.mjs +3 -3
  125. package/esm2020/lib/pipes/sanitize-bypass.pipe.mjs +3 -3
  126. package/esm2020/lib/pipes/seconds-to-time.pipe.mjs +3 -3
  127. package/esm2020/lib/providers/config/config.module.mjs +4 -4
  128. package/esm2020/lib/providers/config/config.service.mjs +3 -3
  129. package/esm2020/lib/providers/media-watcher/media-watcher.module.mjs +4 -4
  130. package/esm2020/lib/providers/media-watcher/media-watcher.service.mjs +3 -3
  131. package/esm2020/lib/providers/overlay/dynamic-overlay-container.service.mjs +3 -3
  132. package/esm2020/lib/providers/overlay/dynamic-overlay.service.mjs +3 -3
  133. package/esm2020/lib/providers/splash-screen/splash-screen.module.mjs +4 -4
  134. package/esm2020/lib/providers/splash-screen/splash-screen.service.mjs +3 -3
  135. package/esm2020/lib/providers/utils/utils.module.mjs +4 -4
  136. package/esm2020/lib/providers/utils/utils.service.mjs +3 -3
  137. package/fesm2015/recursyve-nice-ui-kit.v2.mjs +657 -446
  138. package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +1 -1
  139. package/fesm2020/recursyve-nice-ui-kit.v2.mjs +662 -446
  140. package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +1 -1
  141. package/lib/components/alert/alert.component.d.ts +3 -2
  142. package/lib/components/alert/alert.types.d.ts +1 -0
  143. package/lib/components/assets-carousel/assets-carousel.component.d.ts +4 -1
  144. package/lib/components/async-typeahead/async-typeahead.component.d.ts +4 -3
  145. package/lib/components/base-form/base-form.component.d.ts +1 -0
  146. package/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.d.ts +14 -0
  147. package/lib/directives/chip-async-typeahead/index.d.ts +1 -0
  148. package/lib/directives/chip-async-typeahead/public-api.d.ts +1 -0
  149. package/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.d.ts +8 -0
  150. package/lib/directives/chip-list/chip-list-items/chip-list-items.component.d.ts +14 -0
  151. package/lib/directives/chip-list/chip-list.directive.d.ts +29 -0
  152. package/lib/directives/chip-list/chip-list.module.d.ts +11 -0
  153. package/lib/directives/chip-list/index.d.ts +1 -0
  154. package/lib/directives/chip-list/public-api.d.ts +4 -0
  155. package/lib/directives/public-api.d.ts +2 -0
  156. package/lib/utils/array.utils.d.ts +1 -1
  157. package/package.json +2 -2
  158. package/src/lib/components/assets-carousel/assets-carousel.theme.scss +31 -33
  159. package/src/lib/components/chip-list/chip-list.theme.scss +14 -0
  160. package/src/lib/components/chip-list/components/item-list/item-list.theme.scss +37 -0
  161. package/src/lib/directives/chip-list/chip-list-items/chip-list-items.theme.scss +35 -0
  162. package/src/lib/nice.theme.scss +5 -0
@@ -8,9 +8,9 @@ export class CarouselLayoutPipe {
8
8
  return direction === "utd" ? "flex-col" : "flex-col-reverse";
9
9
  }
10
10
  }
11
- CarouselLayoutPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CarouselLayoutPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
12
- CarouselLayoutPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: CarouselLayoutPipe, name: "carouselLayout" });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: CarouselLayoutPipe, decorators: [{
11
+ CarouselLayoutPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CarouselLayoutPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
12
+ CarouselLayoutPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: CarouselLayoutPipe, name: "carouselLayout" });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: CarouselLayoutPipe, decorators: [{
14
14
  type: Pipe,
15
15
  args: [{ name: "carouselLayout" }]
16
16
  }] });
@@ -329,9 +329,9 @@ export class NiceDrawerComponent {
329
329
  this.openedChanged.next(open);
330
330
  }
331
331
  }
332
- NiceDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerComponent, deps: [{ token: i1.AnimationBuilder }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.NiceDrawerService }, { token: i3.NiceUtilsService }], target: i0.ɵɵFactoryTarget.Component });
333
- NiceDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: NiceDrawerComponent, selector: "nice-drawer", inputs: { fixed: "fixed", mode: "mode", width: "width", name: "name", opened: "opened", position: "position", transparentOverlay: "transparentOverlay" }, outputs: { fixedChanged: "fixedChanged", modeChanged: "modeChanged", openedChanged: "openedChanged", positionChanged: "positionChanged" }, host: { listeners: { "mouseenter": "_onMouseenter()", "mouseleave": "_onMouseleave()" }, properties: { "class": "this.classList", "style": "this.styleList" } }, exportAs: ["niceDrawer"], usesOnChanges: true, ngImport: i0, template: "<div class=\"nice-drawer-toggle\">\n <ng-content select=\"[niceDrawerToggle]\"></ng-content>\n</div>\n\n<div class=\"nice-drawer-content\" [style.visibility]=\"opened ? 'visible' : 'hidden'\">\n <ng-content></ng-content>\n</div>\n", styles: [""], encapsulation: i0.ViewEncapsulation.None });
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerComponent, decorators: [{
332
+ NiceDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerComponent, deps: [{ token: i1.AnimationBuilder }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.NiceDrawerService }, { token: i3.NiceUtilsService }], target: i0.ɵɵFactoryTarget.Component });
333
+ NiceDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.3", type: NiceDrawerComponent, selector: "nice-drawer", inputs: { fixed: "fixed", mode: "mode", width: "width", name: "name", opened: "opened", position: "position", transparentOverlay: "transparentOverlay" }, outputs: { fixedChanged: "fixedChanged", modeChanged: "modeChanged", openedChanged: "openedChanged", positionChanged: "positionChanged" }, host: { listeners: { "mouseenter": "_onMouseenter()", "mouseleave": "_onMouseleave()" }, properties: { "class": "this.classList", "style": "this.styleList" } }, exportAs: ["niceDrawer"], usesOnChanges: true, ngImport: i0, template: "<div class=\"nice-drawer-toggle\">\n <ng-content select=\"[niceDrawerToggle]\"></ng-content>\n</div>\n\n<div class=\"nice-drawer-content\" [style.visibility]=\"opened ? 'visible' : 'hidden'\">\n <ng-content></ng-content>\n</div>\n", styles: [""], encapsulation: i0.ViewEncapsulation.None });
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerComponent, decorators: [{
335
335
  type: Component,
336
336
  args: [{ selector: "nice-drawer", encapsulation: ViewEncapsulation.None, exportAs: "niceDrawer", template: "<div class=\"nice-drawer-toggle\">\n <ng-content select=\"[niceDrawerToggle]\"></ng-content>\n</div>\n\n<div class=\"nice-drawer-content\" [style.visibility]=\"opened ? 'visible' : 'hidden'\">\n <ng-content></ng-content>\n</div>\n" }]
337
337
  }], ctorParameters: function () { return [{ type: i1.AnimationBuilder }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.NiceDrawerService }, { type: i3.NiceUtilsService }]; }, propDecorators: { fixed: [{
@@ -5,12 +5,12 @@ import { NiceDrawerComponent } from "./drawer.component";
5
5
  import * as i0 from "@angular/core";
6
6
  export class NiceDrawerModule {
7
7
  }
8
- NiceDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- NiceDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerModule, declarations: [NiceDrawerComponent], imports: [CommonModule,
8
+ NiceDrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ NiceDrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerModule, declarations: [NiceDrawerComponent], imports: [CommonModule,
10
10
  MatIconModule], exports: [NiceDrawerComponent] });
11
- NiceDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerModule, imports: [CommonModule,
11
+ NiceDrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerModule, imports: [CommonModule,
12
12
  MatIconModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [
@@ -29,9 +29,9 @@ export class NiceDrawerService {
29
29
  return this._componentRegistry.get(name);
30
30
  }
31
31
  }
32
- NiceDrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
33
- NiceDrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerService, providedIn: "root" });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceDrawerService, decorators: [{
32
+ NiceDrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
33
+ NiceDrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerService, providedIn: "root" });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceDrawerService, decorators: [{
35
35
  type: Injectable,
36
36
  args: [{
37
37
  providedIn: "root"
@@ -22,9 +22,9 @@ export class ExportBottomSheetComponent {
22
22
  strategy.onClickExport();
23
23
  }
24
24
  }
25
- ExportBottomSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ExportBottomSheetComponent, deps: [{ token: MAT_BOTTOM_SHEET_DATA }, { token: i1.MatBottomSheetRef }, { token: i2.ExportBottomSheetService }], target: i0.ɵɵFactoryTarget.Component });
26
- ExportBottomSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: ExportBottomSheetComponent, selector: "nice-export-bottom-sheet", ngImport: i0, template: "<mat-nav-list>\n <a *ngFor=\"let strategy of exportBottomSheetConfig.exportStrategies\" mat-list-item (click)=\"clickExport(strategy)\">\n <i [ngClass]=\"getStrategyIcon(strategy)\" mat-list-icon></i>\n <span mat-line>{{ (\"components.export_bottom_sheet.types.\" + strategy.type) | translate }}</span>\n </a>\n</mat-nav-list>\n", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i5.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ExportBottomSheetComponent, decorators: [{
25
+ ExportBottomSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExportBottomSheetComponent, deps: [{ token: MAT_BOTTOM_SHEET_DATA }, { token: i1.MatBottomSheetRef }, { token: i2.ExportBottomSheetService }], target: i0.ɵɵFactoryTarget.Component });
26
+ ExportBottomSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.3", type: ExportBottomSheetComponent, selector: "nice-export-bottom-sheet", ngImport: i0, template: "<mat-nav-list>\n <a *ngFor=\"let strategy of exportBottomSheetConfig.exportStrategies\" mat-list-item (click)=\"clickExport(strategy)\">\n <i [ngClass]=\"getStrategyIcon(strategy)\" mat-list-icon></i>\n <span mat-line>{{ (\"components.export_bottom_sheet.types.\" + strategy.type) | translate }}</span>\n </a>\n</mat-nav-list>\n", dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i5.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExportBottomSheetComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{ selector: "nice-export-bottom-sheet", template: "<mat-nav-list>\n <a *ngFor=\"let strategy of exportBottomSheetConfig.exportStrategies\" mat-list-item (click)=\"clickExport(strategy)\">\n <i [ngClass]=\"getStrategyIcon(strategy)\" mat-list-icon></i>\n <span mat-line>{{ (\"components.export_bottom_sheet.types.\" + strategy.type) | translate }}</span>\n </a>\n</mat-nav-list>\n" }]
30
30
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -20,15 +20,15 @@ export class NiceExportBottomSheetModule {
20
20
  };
21
21
  }
22
22
  }
23
- NiceExportBottomSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceExportBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- NiceExportBottomSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: NiceExportBottomSheetModule, declarations: [ExportBottomSheetComponent], imports: [CommonModule, MatBottomSheetModule, MatListModule, MatIconModule, TranslateModule], exports: [ExportBottomSheetComponent] });
25
- NiceExportBottomSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceExportBottomSheetModule, providers: [
23
+ NiceExportBottomSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceExportBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ NiceExportBottomSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceExportBottomSheetModule, declarations: [ExportBottomSheetComponent], imports: [CommonModule, MatBottomSheetModule, MatListModule, MatIconModule, TranslateModule], exports: [ExportBottomSheetComponent] });
25
+ NiceExportBottomSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceExportBottomSheetModule, providers: [
26
26
  {
27
27
  provide: ExportBottomSheetService,
28
28
  useClass: DefaultExportBottomSheetService
29
29
  }
30
30
  ], imports: [CommonModule, MatBottomSheetModule, MatListModule, MatIconModule, TranslateModule] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceExportBottomSheetModule, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceExportBottomSheetModule, decorators: [{
32
32
  type: NgModule,
33
33
  args: [{
34
34
  imports: [CommonModule, MatBottomSheetModule, MatListModule, MatIconModule, TranslateModule],
@@ -2,9 +2,9 @@ import { Injectable } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export class ExportBottomSheetService {
4
4
  }
5
- ExportBottomSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ExportBottomSheetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
- ExportBottomSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ExportBottomSheetService });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: ExportBottomSheetService, decorators: [{
5
+ ExportBottomSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExportBottomSheetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
6
+ ExportBottomSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExportBottomSheetService });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: ExportBottomSheetService, decorators: [{
8
8
  type: Injectable
9
9
  }] });
10
10
  export class DefaultExportBottomSheetService extends ExportBottomSheetService {
@@ -20,9 +20,9 @@ export class DefaultExportBottomSheetService extends ExportBottomSheetService {
20
20
  return "";
21
21
  }
22
22
  }
23
- DefaultExportBottomSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DefaultExportBottomSheetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
24
- DefaultExportBottomSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DefaultExportBottomSheetService });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DefaultExportBottomSheetService, decorators: [{
23
+ DefaultExportBottomSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: DefaultExportBottomSheetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
24
+ DefaultExportBottomSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: DefaultExportBottomSheetService });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: DefaultExportBottomSheetService, decorators: [{
26
26
  type: Injectable
27
27
  }] });
28
28
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0LWJvdHRvbS1zaGVldC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmljZS11aS1raXQtdjIvc3JjL2xpYi9jb21wb25lbnRzL2V4cG9ydC1ib3R0b20tc2hlZXQvcHJvdmlkZXJzL2V4cG9ydC1ib3R0b20tc2hlZXQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUkzQyxNQUFNLE9BQWdCLHdCQUF3Qjs7cUhBQXhCLHdCQUF3Qjt5SEFBeEIsd0JBQXdCOzJGQUF4Qix3QkFBd0I7a0JBRDdDLFVBQVU7O0FBTVgsTUFBTSxPQUFPLCtCQUFnQyxTQUFRLHdCQUF3QjtJQUNsRSxlQUFlLENBQUMsUUFBd0I7UUFDM0MsUUFBUSxRQUFRLENBQUMsSUFBSSxFQUFFO1lBQ25CLEtBQUssTUFBTTtnQkFDUCxPQUFPLG1CQUFtQixDQUFDO1lBQy9CLEtBQUssS0FBSztnQkFDTixPQUFPLGlCQUFpQixDQUFDO1lBQzdCLEtBQUssS0FBSztnQkFDTixPQUFPLGlCQUFpQixDQUFDO1NBQ2hDO1FBQ0QsT0FBTyxFQUFFLENBQUM7SUFDZCxDQUFDOzs0SEFYUSwrQkFBK0I7Z0lBQS9CLCtCQUErQjsyRkFBL0IsK0JBQStCO2tCQUQzQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBFeHBvcnRTdHJhdGVneSB9IGZyb20gXCIuLi9tb2RlbHMvZXhwb3J0LXN0cmF0ZWd5Lm1vZGVsXCI7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBFeHBvcnRCb3R0b21TaGVldFNlcnZpY2Uge1xuICAgIHB1YmxpYyBhYnN0cmFjdCBnZXRTdHJhdGVneUljb24oc3RyYXRlZ3k6IEV4cG9ydFN0cmF0ZWd5KTogc3RyaW5nO1xufVxuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRGVmYXVsdEV4cG9ydEJvdHRvbVNoZWV0U2VydmljZSBleHRlbmRzIEV4cG9ydEJvdHRvbVNoZWV0U2VydmljZSB7XG4gICAgcHVibGljIGdldFN0cmF0ZWd5SWNvbihzdHJhdGVneTogRXhwb3J0U3RyYXRlZ3kpOiBzdHJpbmcge1xuICAgICAgICBzd2l0Y2ggKHN0cmF0ZWd5LnR5cGUpIHtcbiAgICAgICAgICAgIGNhc2UgXCJ4bHN4XCI6XG4gICAgICAgICAgICAgICAgcmV0dXJuIFwiZmFzIGZhLWZpbGUtZXhjZWxcIjtcbiAgICAgICAgICAgIGNhc2UgXCJwZGZcIjpcbiAgICAgICAgICAgICAgICByZXR1cm4gXCJmYXMgZmEtZmlsZS1wZGZcIjtcbiAgICAgICAgICAgIGNhc2UgXCJjc3ZcIjpcbiAgICAgICAgICAgICAgICByZXR1cm4gXCJmYXMgZmEtZmlsZS1jc3ZcIjtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gXCJcIjtcbiAgICB9XG59XG4iXX0=
@@ -75,9 +75,9 @@ export class NiceControlStatusDirective {
75
75
  this.ref.instance.error = text;
76
76
  }
77
77
  }
78
- NiceControlStatusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceControlStatusDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.MatFormField }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Directive });
79
- NiceControlStatusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.3", type: NiceControlStatusDirective, selector: "[niceControlStatus]", ngImport: i0 });
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceControlStatusDirective, decorators: [{
78
+ NiceControlStatusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceControlStatusDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i1.MatFormField }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Directive });
79
+ NiceControlStatusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.3", type: NiceControlStatusDirective, selector: "[niceControlStatus]", ngImport: i0 });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceControlStatusDirective, decorators: [{
81
81
  type: Directive,
82
82
  args: [{ selector: "[niceControlStatus]" }]
83
83
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i1.MatFormField }, { type: i2.TranslateService }]; } });
@@ -16,8 +16,8 @@ export class NiceFormErrorComponent {
16
16
  this.message = value;
17
17
  }
18
18
  }
19
- NiceFormErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- NiceFormErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: NiceFormErrorComponent, selector: "[form-error]", inputs: { error: "error" }, ngImport: i0, template: `
19
+ NiceFormErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
+ NiceFormErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.3", type: NiceFormErrorComponent, selector: "[form-error]", inputs: { error: "error" }, ngImport: i0, template: `
21
21
  <div [@animation]="increment" *ngIf="message">
22
22
  <mat-error>
23
23
  {{ message }}
@@ -33,7 +33,7 @@ NiceFormErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
33
33
  transition(":leave", [animate("200ms ease-out", style({ opacity: 0, transform: "translateY(-1rem)" }))])
34
34
  ])
35
35
  ] });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  // tslint:disable-next-line:components-selector component-selector
@@ -6,10 +6,10 @@ import { NiceControlStatusDirective } from "./control-status.directive";
6
6
  import * as i0 from "@angular/core";
7
7
  export class NiceFormErrorModule {
8
8
  }
9
- NiceFormErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- NiceFormErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorModule, declarations: [NiceFormErrorComponent, NiceControlStatusDirective], imports: [CommonModule, MatFormFieldModule], exports: [NiceFormErrorComponent, NiceControlStatusDirective] });
11
- NiceFormErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorModule, imports: [CommonModule, MatFormFieldModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceFormErrorModule, decorators: [{
9
+ NiceFormErrorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ NiceFormErrorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorModule, declarations: [NiceFormErrorComponent, NiceControlStatusDirective], imports: [CommonModule, MatFormFieldModule], exports: [NiceFormErrorComponent, NiceControlStatusDirective] });
11
+ NiceFormErrorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorModule, imports: [CommonModule, MatFormFieldModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceFormErrorModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [CommonModule, MatFormFieldModule],
@@ -13,14 +13,14 @@ export class NiceHorizontalStepperComponent extends CdkStepper {
13
13
  this.onStepperClick.emit(index);
14
14
  }
15
15
  }
16
- NiceHorizontalStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
- NiceHorizontalStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: NiceHorizontalStepperComponent, selector: "nice-horizontal-stepper", outputs: { onStepperClick: "onStepperClick" }, providers: [{ provide: CdkStepper, useExisting: NiceHorizontalStepperComponent }], usesInheritance: true, ngImport: i0, template: "<section class=\"stepper-container\">\n <div class=\"flex justify-center content-center items-center\">\n <button\n class=\"step\"\n *ngFor=\"let step of steps; let i = index\"\n [ngClass]=\"{ 'active': selectedIndex === i }\"\n (click)=\"onClick(step, i)\"\n >\n </button>\n </div>\n <div class=\"mat-horizontal-content-container h-full\">\n <div *ngFor=\"let step of steps; let i = index\"\n class=\"mat-horizontal-stepper-content h-full\" role=\"tabpanel\"\n [@stepTransition]=\"_getAnimationDirection(i)\"\n [id]=\"_getStepContentId(i)\"\n [attr.aria-labelledby]=\"_getStepLabelId(i)\"\n [attr.aria-expanded]=\"selectedIndex === i\">\n <ng-container [ngTemplateOutlet]=\"step.content\"></ng-container>\n </div>\n </div>\n</section>\n", styles: ["nice-horizontal-stepper{width:100%}nice-horizontal-stepper .mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px}@media screen and (max-width: 959px){nice-horizontal-stepper .mat-horizontal-content-container{padding:0!important}}nice-horizontal-stepper .mat-horizontal-stepper-content{outline:0}nice-horizontal-stepper .mat-horizontal-stepper-content[aria-expanded=false]{height:0!important;overflow:hidden}nice-horizontal-stepper .stepper-container{width:100%;height:100%}@media screen and (max-width: 959px){nice-horizontal-stepper .stepper-container{height:99%}}nice-horizontal-stepper .stepper-button{min-height:50px;min-width:350px;font-size:22px;font-weight:600;text-transform:uppercase}nice-horizontal-stepper .step{cursor:pointer;min-width:120px;border:0;margin:0 10px;padding-top:6px;color:inherit;border-radius:2px}@media screen and (max-width: 959px){nice-horizontal-stepper .step{min-width:32px;margin:0 5px}}nice-horizontal-stepper .nav-button{background:transparent;border:0;color:inherit}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [trigger("stepTransition", [
16
+ NiceHorizontalStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
+ NiceHorizontalStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.3", type: NiceHorizontalStepperComponent, selector: "nice-horizontal-stepper", outputs: { onStepperClick: "onStepperClick" }, providers: [{ provide: CdkStepper, useExisting: NiceHorizontalStepperComponent }], usesInheritance: true, ngImport: i0, template: "<section class=\"stepper-container\">\n <div class=\"flex justify-center content-center items-center\">\n <button\n class=\"step\"\n *ngFor=\"let step of steps; let i = index\"\n [ngClass]=\"{ 'active': selectedIndex === i }\"\n (click)=\"onClick(step, i)\"\n >\n </button>\n </div>\n <div class=\"mat-horizontal-content-container h-full\">\n <div *ngFor=\"let step of steps; let i = index\"\n class=\"mat-horizontal-stepper-content h-full\" role=\"tabpanel\"\n [@stepTransition]=\"_getAnimationDirection(i)\"\n [id]=\"_getStepContentId(i)\"\n [attr.aria-labelledby]=\"_getStepLabelId(i)\"\n [attr.aria-expanded]=\"selectedIndex === i\">\n <ng-container [ngTemplateOutlet]=\"step.content\"></ng-container>\n </div>\n </div>\n</section>\n", styles: ["nice-horizontal-stepper{width:100%}nice-horizontal-stepper .mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px}@media screen and (max-width: 959px){nice-horizontal-stepper .mat-horizontal-content-container{padding:0!important}}nice-horizontal-stepper .mat-horizontal-stepper-content{outline:0}nice-horizontal-stepper .mat-horizontal-stepper-content[aria-expanded=false]{height:0!important;overflow:hidden}nice-horizontal-stepper .stepper-container{width:100%;height:100%}@media screen and (max-width: 959px){nice-horizontal-stepper .stepper-container{height:99%}}nice-horizontal-stepper .stepper-button{min-height:50px;min-width:350px;font-size:22px;font-weight:600;text-transform:uppercase}nice-horizontal-stepper .step{cursor:pointer;min-width:120px;border:0;margin:0 10px;padding-top:6px;color:inherit;border-radius:2px}@media screen and (max-width: 959px){nice-horizontal-stepper .step{min-width:32px;margin:0 5px}}nice-horizontal-stepper .nav-button{background:transparent;border:0;color:inherit}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [trigger("stepTransition", [
18
18
  state("previous", style({ transform: "translate3d(-100%, 0, 0)", visibility: "hidden" })),
19
19
  state("current", style({ transform: "none", visibility: "visible" })),
20
20
  state("next", style({ transform: "translate3d(100%, 0, 0)", visibility: "hidden" })),
21
21
  transition("* => *", animate("500ms cubic-bezier(0.35, 0, 0.25, 1)"))
22
22
  ])], encapsulation: i0.ViewEncapsulation.None });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{ selector: "nice-horizontal-stepper", encapsulation: ViewEncapsulation.None, providers: [{ provide: CdkStepper, useExisting: NiceHorizontalStepperComponent }], animations: [trigger("stepTransition", [
26
26
  state("previous", style({ transform: "translate3d(-100%, 0, 0)", visibility: "hidden" })),
@@ -7,14 +7,14 @@ import { NiceStepComponent } from "./step.component";
7
7
  import * as i0 from "@angular/core";
8
8
  export class NiceHorizontalStepperModule {
9
9
  }
10
- NiceHorizontalStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- NiceHorizontalStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperModule, declarations: [NiceStepComponent, NiceHorizontalStepperComponent], imports: [CommonModule,
10
+ NiceHorizontalStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ NiceHorizontalStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperModule, declarations: [NiceStepComponent, NiceHorizontalStepperComponent], imports: [CommonModule,
12
12
  MatButtonModule,
13
13
  CdkStepperModule], exports: [NiceStepComponent, NiceHorizontalStepperComponent] });
14
- NiceHorizontalStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperModule, imports: [CommonModule,
14
+ NiceHorizontalStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperModule, imports: [CommonModule,
15
15
  MatButtonModule,
16
16
  CdkStepperModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceHorizontalStepperModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceHorizontalStepperModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  imports: [
@@ -3,11 +3,11 @@ import { CdkStep } from "@angular/cdk/stepper";
3
3
  import * as i0 from "@angular/core";
4
4
  export class NiceStepComponent extends CdkStep {
5
5
  }
6
- NiceStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceStepComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- NiceStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: NiceStepComponent, selector: "nice-step", providers: [
6
+ NiceStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceStepComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ NiceStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.3", type: NiceStepComponent, selector: "nice-step", providers: [
8
8
  { provide: CdkStep, useExisting: NiceStepComponent }
9
9
  ], usesInheritance: true, ngImport: i0, template: `<ng-template><ng-content></ng-content></ng-template>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: NiceStepComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: NiceStepComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{
13
13
  selector: "nice-step",