@recursyve/nice-ui-kit.v2 17.0.0-beta.140 → 18.0.0-beta.144
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.
- package/esm2022/lib/api/interceptors/transform-response.interceptor.mjs +3 -3
- package/esm2022/lib/components/alert/alert.component.mjs +3 -3
- package/esm2022/lib/components/alert/alert.module.mjs +4 -4
- package/esm2022/lib/components/alert/alert.service.mjs +3 -3
- package/esm2022/lib/components/assets-carousel/assets-carousel.component.mjs +3 -3
- package/esm2022/lib/components/assets-carousel/assets-carousel.module.mjs +4 -4
- package/esm2022/lib/components/assets-carousel/directives/assets-carousel-active-content.directive.mjs +3 -3
- package/esm2022/lib/components/async-typeahead/async-typeahead.component.mjs +10 -4
- package/esm2022/lib/components/async-typeahead/async-typeahead.module.mjs +4 -4
- package/esm2022/lib/components/async-typeahead/providers/async-typeahead.service.mjs +3 -3
- package/esm2022/lib/components/base-form/base-form.component.mjs +3 -3
- package/esm2022/lib/components/base-form/base-form.module.mjs +4 -4
- package/esm2022/lib/components/base-form/form-submit.directive.mjs +3 -3
- package/esm2022/lib/components/card/card.component.mjs +3 -3
- package/esm2022/lib/components/card/card.module.mjs +4 -4
- package/esm2022/lib/components/carousel/carousel.component.mjs +17 -9
- package/esm2022/lib/components/carousel/carousel.constant.mjs +3 -0
- package/esm2022/lib/components/carousel/carousel.module.mjs +19 -5
- package/esm2022/lib/components/carousel/interfaces/carousel-options.interface.mjs +2 -0
- package/esm2022/lib/components/carousel/picture-modal/picture-modal.component.mjs +3 -3
- package/esm2022/lib/components/carousel/picture-modal/picture-modal.service.mjs +3 -3
- package/esm2022/lib/components/carousel/pipe/carousel-layout.pipe.mjs +3 -3
- package/esm2022/lib/components/collapsable/collapsable.component.mjs +3 -3
- package/esm2022/lib/components/collapsable/collapsable.module.mjs +4 -4
- package/esm2022/lib/components/date-range-picker/components/header/header.component.mjs +3 -3
- package/esm2022/lib/components/date-range-picker/components/range-preset/range-preset.component.mjs +3 -3
- package/esm2022/lib/components/date-range-picker/date-range-picker.component.mjs +3 -3
- package/esm2022/lib/components/date-range-picker/date-range-picker.module.mjs +4 -4
- package/esm2022/lib/components/date-range-picker/providers/date-range-picker.service.mjs +3 -3
- package/esm2022/lib/components/drawer/drawer.component.mjs +3 -3
- package/esm2022/lib/components/drawer/drawer.module.mjs +4 -4
- package/esm2022/lib/components/drawer/drawer.service.mjs +3 -3
- package/esm2022/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +3 -3
- package/esm2022/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +4 -4
- package/esm2022/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +6 -6
- package/esm2022/lib/components/form-error/control-status.directive.mjs +66 -64
- package/esm2022/lib/components/form-error/form-error.component.mjs +3 -3
- package/esm2022/lib/components/form-error/form-error.module.mjs +4 -4
- package/esm2022/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +3 -3
- package/esm2022/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +4 -4
- package/esm2022/lib/components/horizontal-stepper/step.component.mjs +3 -3
- package/esm2022/lib/components/image-cropper/image-cropper.component.mjs +6 -6
- package/esm2022/lib/components/image-cropper/image-cropper.module.mjs +4 -4
- package/esm2022/lib/components/layout/layout.component.mjs +3 -3
- package/esm2022/lib/components/layout/layout.module.mjs +4 -4
- package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +3 -3
- package/esm2022/lib/components/loading-spinner/loading-spinner.module.mjs +4 -4
- package/esm2022/lib/components/loading-spinner/loading.directive.mjs +3 -3
- package/esm2022/lib/components/loading-toast/loading-toast.component.mjs +3 -3
- package/esm2022/lib/components/loading-toast/loading-toast.directive.mjs +3 -3
- package/esm2022/lib/components/loading-toast/loading-toast.module.mjs +4 -4
- package/esm2022/lib/components/loading-toast/loading-toast.service.mjs +3 -3
- package/esm2022/lib/components/lottie/lottie.component.mjs +3 -3
- package/esm2022/lib/components/lottie/lottie.module.mjs +4 -4
- package/esm2022/lib/components/navigation/components/hint-component-base.mjs +3 -3
- package/esm2022/lib/components/navigation/directives/show-hint.directive.mjs +3 -3
- package/esm2022/lib/components/navigation/horizontal/components/basic/basic.component.mjs +3 -3
- package/esm2022/lib/components/navigation/horizontal/components/branch/branch.component.mjs +3 -3
- package/esm2022/lib/components/navigation/horizontal/components/divider/divider.component.mjs +3 -3
- package/esm2022/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +3 -3
- package/esm2022/lib/components/navigation/horizontal/horizontal.component.mjs +3 -3
- package/esm2022/lib/components/navigation/navigation.component.mjs +3 -3
- package/esm2022/lib/components/navigation/navigation.module.mjs +4 -4
- package/esm2022/lib/components/navigation/navigation.service.mjs +3 -3
- package/esm2022/lib/components/navigation/pipes/should-hide.pipe.mjs +3 -3
- package/esm2022/lib/components/navigation/pipes/should-show-hint.pipe.mjs +3 -3
- package/esm2022/lib/components/navigation/pipes/translate-with-context.pipe.mjs +3 -3
- package/esm2022/lib/components/navigation/providers/hint.service.mjs +3 -3
- package/esm2022/lib/components/navigation/providers/translation-context.service.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/aside/aside.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/basic/basic.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/divider/divider.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/group/group.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +3 -3
- package/esm2022/lib/components/navigation/vertical/vertical.component.mjs +3 -3
- package/esm2022/lib/components/search-bar/search-bar.component.mjs +3 -3
- package/esm2022/lib/components/search-bar/search-bar.module.mjs +4 -4
- package/esm2022/lib/components/sweet-alert/sweet-alert.component.mjs +3 -3
- package/esm2022/lib/components/sweet-alert/sweet-alert.directive.mjs +3 -3
- package/esm2022/lib/components/sweet-alert/sweet-alert.module.mjs +4 -4
- package/esm2022/lib/components/sweet-alert/sweet-alert.service.mjs +3 -3
- package/esm2022/lib/components/toast/toast.component.mjs +3 -3
- package/esm2022/lib/components/toast/toast.module.mjs +4 -4
- package/esm2022/lib/components/toast/toast.service.mjs +3 -3
- package/esm2022/lib/components/toggle-button-group/toggle-button-group.component.mjs +3 -3
- package/esm2022/lib/components/toggle-button-group/toggle-button-group.module.mjs +4 -4
- package/esm2022/lib/components/toggle-button-group/toggle-button.component.mjs +3 -3
- package/esm2022/lib/components/translation-form/components/textarea/translation-form-textarea.component.mjs +3 -3
- package/esm2022/lib/components/translation-form/components/textfield/translation-form-textfield.component.mjs +3 -3
- package/esm2022/lib/components/translation-form/components/translation-form.component.mjs +5 -5
- package/esm2022/lib/components/translation-form/components/translation-form.module.mjs +4 -4
- package/esm2022/lib/components/translation-form/directives/translation-context.directive.mjs +14 -6
- package/esm2022/lib/components/translation-form/providers/nice-translation-form.service.mjs +3 -3
- package/esm2022/lib/components/translation-form/toggle/translation-toggle.component.mjs +3 -3
- package/esm2022/lib/components/translation-form/validators/require-for-languages.validator.mjs +5 -5
- package/esm2022/lib/components/typeahead/directives/options-scroll.directive.mjs +3 -3
- package/esm2022/lib/components/typeahead/directives/options-scroll.module.mjs +4 -4
- package/esm2022/lib/components/typeahead/typeahead.component.mjs +11 -7
- package/esm2022/lib/components/typeahead/typeahead.module.mjs +4 -4
- package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +3 -3
- package/esm2022/lib/directives/autofocus/autofocus.module.mjs +4 -4
- package/esm2022/lib/directives/autogrow/autogrow.directive.mjs +3 -3
- package/esm2022/lib/directives/autogrow/autogrow.module.mjs +4 -4
- package/esm2022/lib/directives/chip-async-typeahead/chip-async-typeahead.directive.mjs +3 -3
- package/esm2022/lib/directives/chip-list/chip-list-items/chip-list-item-label.directive.mjs +3 -3
- package/esm2022/lib/directives/chip-list/chip-list-items/chip-list-items.component.mjs +3 -3
- package/esm2022/lib/directives/chip-list/chip-list.directive.mjs +3 -3
- package/esm2022/lib/directives/chip-list/chip-list.module.mjs +4 -4
- package/esm2022/lib/directives/draggable-list/draggable-list.directive.mjs +3 -3
- package/esm2022/lib/directives/draggable-list/draggable-list.module.mjs +4 -4
- package/esm2022/lib/directives/dropzone/dropzone.directive.mjs +3 -3
- package/esm2022/lib/directives/dropzone/dropzone.module.mjs +4 -4
- package/esm2022/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +3 -3
- package/esm2022/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +4 -4
- package/esm2022/lib/directives/material/material.module.mjs +4 -4
- package/esm2022/lib/directives/material/nice-material-style.directive.mjs +3 -3
- package/esm2022/lib/directives/material/nice-rounded-style.directive.mjs +3 -3
- package/esm2022/lib/directives/modals/modal-on-click.directive.mjs +3 -3
- package/esm2022/lib/directives/modals/modal-opener.directive.mjs +3 -3
- package/esm2022/lib/directives/rerender/rerender.directive.mjs +3 -3
- package/esm2022/lib/directives/resolve/resolve.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-reset/scroll-reset.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-reset/scroll-reset.module.mjs +4 -4
- package/esm2022/lib/directives/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2022/lib/directives/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2022/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +3 -3
- package/esm2022/lib/directives/stop-propagation/stop-propagation.module.mjs +4 -4
- package/esm2022/lib/directives/window/prevent-close-window.directive.mjs +3 -3
- package/esm2022/lib/directives/window/window-directive.module.mjs +4 -4
- package/esm2022/lib/nice.module.mjs +4 -4
- package/esm2022/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2022/lib/pipes/capitalize-first-letter.pipe.mjs +3 -3
- package/esm2022/lib/pipes/ceil.pipe.mjs +3 -3
- package/esm2022/lib/pipes/entries.pipe.mjs +3 -3
- package/esm2022/lib/pipes/find-by-key.pipe.mjs +3 -3
- package/esm2022/lib/pipes/first-letter.pipe.mjs +3 -3
- package/esm2022/lib/pipes/floor.pipe.mjs +3 -3
- package/esm2022/lib/pipes/join-if-defined.pipe.mjs +3 -3
- package/esm2022/lib/pipes/link.pipe.mjs +3 -3
- package/esm2022/lib/pipes/localized-boolean.pipe.mjs +3 -3
- package/esm2022/lib/pipes/localized-currency.pipe.mjs +3 -3
- package/esm2022/lib/pipes/localized-date-only.pipe.mjs +3 -3
- package/esm2022/lib/pipes/localized-date.pipe.mjs +3 -3
- package/esm2022/lib/pipes/minutes-to-time.pipe.mjs +3 -3
- package/esm2022/lib/pipes/number-to-ordinal-indicator.pipe.mjs +3 -3
- package/esm2022/lib/pipes/pad.pipe.mjs +3 -3
- package/esm2022/lib/pipes/phone.pipe.mjs +3 -3
- package/esm2022/lib/pipes/pipes.module.mjs +4 -4
- package/esm2022/lib/pipes/postal-code.pipe.mjs +3 -3
- package/esm2022/lib/pipes/range.pipe.mjs +3 -3
- package/esm2022/lib/pipes/round.pipe.mjs +3 -3
- package/esm2022/lib/pipes/sanitize-bypass.pipe.mjs +3 -3
- package/esm2022/lib/pipes/seconds-to-time.pipe.mjs +3 -3
- package/esm2022/lib/pipes/track-by-prop.pipe.mjs +3 -3
- package/esm2022/lib/providers/config/config.module.mjs +4 -4
- package/esm2022/lib/providers/config/config.service.mjs +3 -3
- package/esm2022/lib/providers/media-watcher/media-watcher.module.mjs +4 -4
- package/esm2022/lib/providers/media-watcher/media-watcher.service.mjs +3 -3
- package/esm2022/lib/providers/overlay/dynamic-overlay-container.service.mjs +3 -3
- package/esm2022/lib/providers/overlay/dynamic-overlay.service.mjs +3 -3
- package/esm2022/lib/providers/splash-screen/splash-screen.module.mjs +4 -4
- package/esm2022/lib/providers/splash-screen/splash-screen.service.mjs +3 -3
- package/esm2022/lib/providers/utils/utils.module.mjs +4 -4
- package/esm2022/lib/providers/utils/utils.service.mjs +3 -3
- package/esm2022/lib/utils/file.utils.mjs +14 -1
- package/fesm2022/recursyve-nice-ui-kit.v2.mjs +660 -606
- package/fesm2022/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/lib/components/carousel/carousel.component.d.ts +4 -2
- package/lib/components/carousel/carousel.constant.d.ts +2 -0
- package/lib/components/carousel/carousel.module.d.ts +3 -0
- package/lib/components/carousel/interfaces/carousel-options.interface.d.ts +9 -0
- package/lib/components/form-error/control-status.directive.d.ts +1 -1
- package/lib/components/translation-form/directives/translation-context.directive.d.ts +3 -2
- package/lib/utils/file.utils.d.ts +3 -0
- package/package.json +8 -8
- package/src/lib/components/base-form/base-form.theme.scss +3 -3
- package/src/lib/components/date-range-picker/date-range-picker.theme.scss +1 -1
- package/src/lib/components/horizontal-stepper/horizontal-stepper.theme.scss +2 -2
- package/src/lib/components/toggle-button-group/toggle-button-group.theme.scss +3 -3
- package/src/lib/nice.theme.scss +17 -17
|
@@ -2,11 +2,11 @@ import { NgModule } from "@angular/core";
|
|
|
2
2
|
import { NiceImageErrorPlaceholderDirective } from "./image-error-placeholder.directive";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class NiceImageErrorPlaceholderDirectiveModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, declarations: [NiceImageErrorPlaceholderDirective], exports: [NiceImageErrorPlaceholderDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceImageErrorPlaceholderDirectiveModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
declarations: [NiceImageErrorPlaceholderDirective],
|
|
@@ -3,13 +3,13 @@ import { NiceMaterialStyleDirective } from "./nice-material-style.directive";
|
|
|
3
3
|
import { NiceRoundedStyleDirective } from "./nice-rounded-style.directive";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class NiceMaterialModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialModule, declarations: [NiceMaterialStyleDirective,
|
|
8
8
|
NiceRoundedStyleDirective], exports: [NiceMaterialStyleDirective,
|
|
9
9
|
NiceRoundedStyleDirective] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialModule }); }
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [
|
|
@@ -8,10 +8,10 @@ export class NiceMaterialStyleDirective {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.element.nativeElement.classList.add("keep-material-style");
|
|
10
10
|
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceMaterialStyleDirective, selector: "[keep-material-style]", ngImport: i0 }); }
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceMaterialStyleDirective, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{ selector: "[keep-material-style]" }]
|
|
17
17
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
@@ -8,10 +8,10 @@ export class NiceRoundedStyleDirective {
|
|
|
8
8
|
ngOnInit() {
|
|
9
9
|
this.element.nativeElement.classList.add("nice-rounded-style");
|
|
10
10
|
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceRoundedStyleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceRoundedStyleDirective, selector: "[nice-rounded-style]", ngImport: i0 }); }
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceRoundedStyleDirective, decorators: [{
|
|
15
15
|
type: Directive,
|
|
16
16
|
args: [{ selector: "[nice-rounded-style]" }]
|
|
17
17
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
@@ -10,10 +10,10 @@ export class NiceModalOnClickDirective extends NiceModalOpenerDirective {
|
|
|
10
10
|
onClick() {
|
|
11
11
|
this.open();
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModalOnClickDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceModalOnClickDirective, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModalOnClickDirective, decorators: [{
|
|
17
17
|
type: Directive
|
|
18
18
|
}], ctorParameters: () => [{ type: i1.MatDialog }, { type: i0.Type }, { type: i1.MatDialogConfig }], propDecorators: { onClick: [{
|
|
19
19
|
type: HostListener,
|
|
@@ -18,10 +18,10 @@ export class NiceModalOpenerDirective {
|
|
|
18
18
|
.afterClosed()
|
|
19
19
|
.subscribe(res => this.modalAfterClosed.emit(res));
|
|
20
20
|
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModalOpenerDirective, deps: [{ token: i1.MatDialog }, { token: i0.Type }, { token: i1.MatDialogConfig }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
22
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceModalOpenerDirective, inputs: { modalData: "modalData" }, outputs: { modalAfterClosed: "modalAfterClosed" }, ngImport: i0 }); }
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModalOpenerDirective, decorators: [{
|
|
25
25
|
type: Directive
|
|
26
26
|
}], ctorParameters: () => [{ type: i1.MatDialog }, { type: i0.Type }, { type: i1.MatDialogConfig }], propDecorators: { modalData: [{
|
|
27
27
|
type: Input
|
|
@@ -10,10 +10,10 @@ export class RerenderDirective {
|
|
|
10
10
|
this.templateRef = templateRef;
|
|
11
11
|
this.viewContainerRef = viewContainerRef;
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RerenderDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: RerenderDirective, isStandalone: true, selector: "[rerender]", inputs: { rerender: "rerender" }, ngImport: i0 }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RerenderDirective, decorators: [{
|
|
17
17
|
type: Directive,
|
|
18
18
|
args: [{ selector: "[rerender]", standalone: true }]
|
|
19
19
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }], propDecorators: { rerender: [{
|
|
@@ -20,10 +20,10 @@ export class ResolveDirective {
|
|
|
20
20
|
static ngTemplateContextGuard(directive, ctx) {
|
|
21
21
|
return true;
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResolveDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
24
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ResolveDirective, isStandalone: true, selector: "[resolve]", inputs: { resolve: "resolve" }, ngImport: i0 }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResolveDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{ selector: "[resolve]", standalone: true }]
|
|
29
29
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }], propDecorators: { resolve: [{
|
|
@@ -34,10 +34,10 @@ export class NiceScrollResetDirective {
|
|
|
34
34
|
this._unsubscribeAll.next(null);
|
|
35
35
|
this._unsubscribeAll.complete();
|
|
36
36
|
}
|
|
37
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
37
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetDirective, deps: [{ token: i0.ElementRef }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
38
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceScrollResetDirective, selector: "[niceScrollReset]", exportAs: ["niceScrollReset"], ngImport: i0 }); }
|
|
39
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
43
|
selector: "[niceScrollReset]",
|
|
@@ -2,11 +2,11 @@ import { NgModule } from "@angular/core";
|
|
|
2
2
|
import { NiceScrollResetDirective } from "./scroll-reset.directive";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class NiceScrollResetModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetModule, declarations: [NiceScrollResetDirective], exports: [NiceScrollResetDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollResetModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
declarations: [
|
|
@@ -292,10 +292,10 @@ export class NiceScrollbarDirective {
|
|
|
292
292
|
// Clean up
|
|
293
293
|
this._ps = null;
|
|
294
294
|
}
|
|
295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
296
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarDirective, deps: [{ token: i0.ElementRef }, { token: i1.Platform }, { token: i2.Router }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
296
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceScrollbarDirective, selector: "[niceScrollbar]", inputs: { niceScrollbar: "niceScrollbar", niceScrollbarOptions: "niceScrollbarOptions" }, exportAs: ["niceScrollbar"], usesOnChanges: true, ngImport: i0 }); }
|
|
297
297
|
}
|
|
298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarDirective, decorators: [{
|
|
299
299
|
type: Directive,
|
|
300
300
|
args: [{
|
|
301
301
|
selector: "[niceScrollbar]",
|
|
@@ -2,11 +2,11 @@ import { NgModule } from "@angular/core";
|
|
|
2
2
|
import { NiceScrollbarDirective } from "./scrollbar.directive";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class NiceScrollbarModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarModule, declarations: [NiceScrollbarDirective], exports: [NiceScrollbarDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceScrollbarModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
declarations: [
|
|
@@ -5,10 +5,10 @@ export class NiceClickStopPropagationDirective {
|
|
|
5
5
|
event.preventDefault();
|
|
6
6
|
event.stopPropagation();
|
|
7
7
|
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceClickStopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NiceClickStopPropagationDirective, selector: "[niceClickStopPropagation]", host: { listeners: { "click": "stopClick($event)" } }, ngImport: i0 }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceClickStopPropagationDirective, decorators: [{
|
|
12
12
|
type: Directive,
|
|
13
13
|
args: [{ selector: "[niceClickStopPropagation]" }]
|
|
14
14
|
}], propDecorators: { stopClick: [{
|
|
@@ -2,11 +2,11 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { NiceClickStopPropagationDirective } from "./click-stop-propagation.directive";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class NiceStopPropagationModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceStopPropagationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceStopPropagationModule, declarations: [NiceClickStopPropagationDirective], exports: [NiceClickStopPropagationDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceStopPropagationModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceStopPropagationModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
exports: [NiceClickStopPropagationDirective],
|
|
@@ -5,10 +5,10 @@ export class NicePreventCloseWindowDirective {
|
|
|
5
5
|
handleClose($event) {
|
|
6
6
|
$event.returnValue = false;
|
|
7
7
|
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NicePreventCloseWindowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NicePreventCloseWindowDirective, selector: "[nicePreventCloseWindow]", host: { listeners: { "window:beforeunload": "handleClose($event)" } }, ngImport: i0 }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NicePreventCloseWindowDirective, decorators: [{
|
|
12
12
|
type: Directive,
|
|
13
13
|
args: [{ selector: "[nicePreventCloseWindow]" }]
|
|
14
14
|
}], propDecorators: { handleClose: [{
|
|
@@ -2,11 +2,11 @@ import { NgModule } from "@angular/core";
|
|
|
2
2
|
import { NicePreventCloseWindowDirective } from "./prevent-close-window.directive";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class NiceWindowDirectiveModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceWindowDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceWindowDirectiveModule, declarations: [NicePreventCloseWindowDirective], exports: [NicePreventCloseWindowDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceWindowDirectiveModule }); }
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceWindowDirectiveModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
declarations: [NicePreventCloseWindowDirective],
|
|
@@ -16,11 +16,11 @@ export class NiceModule {
|
|
|
16
16
|
throw new Error("NiceModule has already been loaded. Import this module in the AppModule only!");
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModule, deps: [{ token: NiceModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NiceModule, imports: [NiceMediaWatcherModule,
|
|
21
21
|
NiceSplashScreenModule,
|
|
22
22
|
NiceUtilsModule] }); }
|
|
23
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
23
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModule, providers: [
|
|
24
24
|
{
|
|
25
25
|
// Disable 'theme' sanity check
|
|
26
26
|
provide: MATERIAL_SANITY_CHECKS,
|
|
@@ -65,7 +65,7 @@ export class NiceModule {
|
|
|
65
65
|
NiceSplashScreenModule,
|
|
66
66
|
NiceUtilsModule] }); }
|
|
67
67
|
}
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NiceModule, decorators: [{
|
|
69
69
|
type: NgModule,
|
|
70
70
|
args: [{
|
|
71
71
|
imports: [
|
|
@@ -12,10 +12,10 @@ export class BooleanPipe {
|
|
|
12
12
|
}
|
|
13
13
|
return this.translateService.instant(value ? "general.yes" : "general.no");
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
16
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BooleanPipe, name: "boolean" }); }
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BooleanPipe, decorators: [{
|
|
19
19
|
type: Pipe,
|
|
20
20
|
args: [{ name: "boolean" }]
|
|
21
21
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
@@ -8,10 +8,10 @@ export class CapitalizeFirstLetterPipe {
|
|
|
8
8
|
}
|
|
9
9
|
return value.charAt(0).toUpperCase() + value.slice(1);
|
|
10
10
|
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CapitalizeFirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
12
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CapitalizeFirstLetterPipe, name: "capitalizeFirstLetter" }); }
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CapitalizeFirstLetterPipe, decorators: [{
|
|
15
15
|
type: Pipe,
|
|
16
16
|
args: [{ name: "capitalizeFirstLetter" }]
|
|
17
17
|
}] });
|
|
@@ -4,10 +4,10 @@ export class CeilPipe {
|
|
|
4
4
|
transform(input) {
|
|
5
5
|
return Math.ceil(input);
|
|
6
6
|
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CeilPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CeilPipe, name: "ceil" }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CeilPipe, decorators: [{
|
|
11
11
|
type: Pipe,
|
|
12
12
|
args: [{ name: "ceil" }]
|
|
13
13
|
}] });
|
|
@@ -13,10 +13,10 @@ export class EntriesPipe {
|
|
|
13
13
|
}
|
|
14
14
|
return keys;
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EntriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
17
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: EntriesPipe, name: "entries" }); }
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EntriesPipe, decorators: [{
|
|
20
20
|
type: Pipe,
|
|
21
21
|
args: [{ name: "entries" }]
|
|
22
22
|
}] });
|
|
@@ -4,10 +4,10 @@ export class FindByKeyPipe {
|
|
|
4
4
|
transform(array, value, key = "id") {
|
|
5
5
|
return (array ?? []).find((v) => v?.[key] === value);
|
|
6
6
|
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindByKeyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FindByKeyPipe, name: "findByKey" }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindByKeyPipe, decorators: [{
|
|
11
11
|
type: Pipe,
|
|
12
12
|
args: [{ name: "findByKey" }]
|
|
13
13
|
}] });
|
|
@@ -4,10 +4,10 @@ export class FirstLetterPipe {
|
|
|
4
4
|
transform(value) {
|
|
5
5
|
return value?.[0];
|
|
6
6
|
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FirstLetterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FirstLetterPipe, name: "firstLetter" }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FirstLetterPipe, decorators: [{
|
|
11
11
|
type: Pipe,
|
|
12
12
|
args: [{ name: "firstLetter" }]
|
|
13
13
|
}] });
|
|
@@ -4,10 +4,10 @@ export class FloorPipe {
|
|
|
4
4
|
transform(input) {
|
|
5
5
|
return Math.floor(input);
|
|
6
6
|
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FloorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FloorPipe, name: "floor" }); }
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FloorPipe, decorators: [{
|
|
11
11
|
type: Pipe,
|
|
12
12
|
args: [{ name: "floor" }]
|
|
13
13
|
}] });
|
|
@@ -10,10 +10,10 @@ export class JoinPipe {
|
|
|
10
10
|
}
|
|
11
11
|
return array.filter(x => x).map(x => x[prop]).join(separator);
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
14
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: JoinPipe, name: "join" }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JoinPipe, decorators: [{
|
|
17
17
|
type: Pipe,
|
|
18
18
|
args: [{ name: "join" }]
|
|
19
19
|
}] });
|
|
@@ -15,10 +15,10 @@ export class LinkPipe {
|
|
|
15
15
|
return UrlUtils.directionUrl(value.address, value.postalCode);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LinkPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
19
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LinkPipe, name: "link" }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LinkPipe, decorators: [{
|
|
22
22
|
type: Pipe,
|
|
23
23
|
args: [{ name: "link" }]
|
|
24
24
|
}] });
|
|
@@ -9,10 +9,10 @@ export class LocalizedBooleanPipe {
|
|
|
9
9
|
transform(value) {
|
|
10
10
|
return this.translateService.instant(`general.bool_${value}`);
|
|
11
11
|
}
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedBooleanPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
13
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LocalizedBooleanPipe, name: "localizedBoolean" }); }
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedBooleanPipe, decorators: [{
|
|
16
16
|
type: Pipe,
|
|
17
17
|
args: [{ name: "localizedBoolean" }]
|
|
18
18
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
@@ -8,10 +8,10 @@ export class LocalizedCurrencyPipe extends CurrencyPipe {
|
|
|
8
8
|
super(translateService.currentLang);
|
|
9
9
|
this.translateService = translateService;
|
|
10
10
|
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedCurrencyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
12
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LocalizedCurrencyPipe, name: "localizedCurrency" }); }
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedCurrencyPipe, decorators: [{
|
|
15
15
|
type: Pipe,
|
|
16
16
|
args: [{ name: "localizedCurrency" }]
|
|
17
17
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
@@ -11,10 +11,10 @@ export class LocalizedDateOnlyPipe {
|
|
|
11
11
|
const pipe = new LocalizedDatePipe(this.translateService);
|
|
12
12
|
return pipe.transform(value, pattern, fallbackWithNull, "UTC");
|
|
13
13
|
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDateOnlyPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
15
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDateOnlyPipe, name: "localizedDateOnly" }); }
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDateOnlyPipe, decorators: [{
|
|
18
18
|
type: Pipe,
|
|
19
19
|
args: [{ name: "localizedDateOnly" }]
|
|
20
20
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
@@ -30,10 +30,10 @@ export class LocalizedDatePipe {
|
|
|
30
30
|
}
|
|
31
31
|
return "MMMM d";
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDatePipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
34
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDatePipe, name: "localizedDate" }); }
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizedDatePipe, decorators: [{
|
|
37
37
|
type: Pipe,
|
|
38
38
|
args: [{ name: "localizedDate" }]
|
|
39
39
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
@@ -7,10 +7,10 @@ export class MinutesToTimePipe {
|
|
|
7
7
|
const minutes = `${Math.floor(totalMinutes % 60)}`.padStart(2, "0");
|
|
8
8
|
return `${hours}${separator}${minutes}`;
|
|
9
9
|
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MinutesToTimePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
11
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MinutesToTimePipe, name: "minutesToTime" }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MinutesToTimePipe, decorators: [{
|
|
14
14
|
type: Pipe,
|
|
15
15
|
args: [{ name: "minutesToTime" }]
|
|
16
16
|
}] });
|
|
@@ -13,10 +13,10 @@ export class NumberToOrdinalIndicatorPipe {
|
|
|
13
13
|
return "general.xth";
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumberToOrdinalIndicatorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
17
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NumberToOrdinalIndicatorPipe, name: "numberToOrdinalIndicator" }); }
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumberToOrdinalIndicatorPipe, decorators: [{
|
|
20
20
|
type: Pipe,
|
|
21
21
|
args: [{ name: "numberToOrdinalIndicator" }]
|
|
22
22
|
}] });
|
|
@@ -10,10 +10,10 @@ export class PadPipe {
|
|
|
10
10
|
return strValue.padEnd(maxLength, fillString);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PadPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
14
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PadPipe, name: "pad" }); }
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PadPipe, decorators: [{
|
|
17
17
|
type: Pipe,
|
|
18
18
|
args: [{ name: "pad" }]
|
|
19
19
|
}] });
|
|
@@ -13,10 +13,10 @@ export class PhonePipe {
|
|
|
13
13
|
}
|
|
14
14
|
return `${formattedPhoneNumber} #${extension}`;
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PhonePipe, deps: [{ token: i1.NgxMaskService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
17
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PhonePipe, name: "phone" }); }
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PhonePipe, decorators: [{
|
|
20
20
|
type: Pipe,
|
|
21
21
|
args: [{ name: "phone" }]
|
|
22
22
|
}], ctorParameters: () => [{ type: i1.NgxMaskService }] });
|