@recursyve/nice-ui-kit.v2 13.2.0-beta.95 → 13.2.0-beta.98
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/esm2020/lib/api/interceptors/transform-response.interceptor.mjs +3 -3
- package/esm2020/lib/components/alert/alert.component.mjs +26 -14
- package/esm2020/lib/components/alert/alert.module.mjs +7 -9
- package/esm2020/lib/components/alert/alert.service.mjs +3 -3
- package/esm2020/lib/components/alert/alert.types.mjs +1 -1
- package/esm2020/lib/components/assets-carousel/assets-carousel.component.mjs +11 -11
- package/esm2020/lib/components/assets-carousel/assets-carousel.module.mjs +11 -13
- package/esm2020/lib/components/async-typeahead/async-typeahead.component.mjs +12 -12
- package/esm2020/lib/components/async-typeahead/async-typeahead.module.mjs +13 -15
- package/esm2020/lib/components/async-typeahead/providers/async-typeahead.service.mjs +3 -3
- package/esm2020/lib/components/base-form/base-form.component.mjs +22 -7
- package/esm2020/lib/components/base-form/base-form.module.mjs +4 -4
- package/esm2020/lib/components/base-form/form-submit.directive.mjs +3 -3
- package/esm2020/lib/components/card/card.component.mjs +4 -4
- package/esm2020/lib/components/card/card.module.mjs +5 -7
- package/esm2020/lib/components/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/components/carousel/carousel.module.mjs +9 -11
- package/esm2020/lib/components/carousel/picture-modal/picture-modal.component.mjs +3 -3
- package/esm2020/lib/components/carousel/picture-modal/picture-modal.service.mjs +3 -3
- package/esm2020/lib/components/carousel/pipe/carousel-layout.pipe.mjs +3 -3
- package/esm2020/lib/components/drawer/drawer.component.mjs +4 -4
- package/esm2020/lib/components/drawer/drawer.module.mjs +6 -8
- package/esm2020/lib/components/drawer/drawer.service.mjs +3 -3
- package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.component.mjs +5 -5
- package/esm2020/lib/components/export-bottom-sheet/export-bottom-sheet.module.mjs +6 -6
- package/esm2020/lib/components/export-bottom-sheet/providers/export-bottom-sheet.service.mjs +6 -6
- package/esm2020/lib/components/form-error/control-status.directive.mjs +3 -3
- package/esm2020/lib/components/form-error/form-error.component.mjs +5 -5
- package/esm2020/lib/components/form-error/form-error.module.mjs +5 -5
- package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.component.mjs +4 -4
- package/esm2020/lib/components/horizontal-stepper/horizontal-stepper.module.mjs +7 -9
- package/esm2020/lib/components/horizontal-stepper/step.component.mjs +3 -3
- package/esm2020/lib/components/image-cropper/image-cropper.component.mjs +11 -11
- package/esm2020/lib/components/image-cropper/image-cropper.module.mjs +5 -5
- package/esm2020/lib/components/layout/layout.component.mjs +3 -3
- package/esm2020/lib/components/layout/layout.module.mjs +5 -5
- package/esm2020/lib/components/loading-spinner/loading-spinner.component.mjs +3 -3
- package/esm2020/lib/components/loading-spinner/loading-spinner.module.mjs +6 -8
- package/esm2020/lib/components/loading-spinner/loading.directive.mjs +3 -3
- package/esm2020/lib/components/lottie/lottie.component.mjs +3 -3
- package/esm2020/lib/components/lottie/lottie.module.mjs +5 -5
- package/esm2020/lib/components/navigation/horizontal/components/basic/basic.component.mjs +9 -9
- package/esm2020/lib/components/navigation/horizontal/components/branch/branch.component.mjs +10 -10
- package/esm2020/lib/components/navigation/horizontal/components/divider/divider.component.mjs +5 -5
- package/esm2020/lib/components/navigation/horizontal/components/spacer/spacer.component.mjs +5 -5
- package/esm2020/lib/components/navigation/horizontal/horizontal.component.mjs +8 -8
- package/esm2020/lib/components/navigation/navigation.component.mjs +3 -3
- package/esm2020/lib/components/navigation/navigation.module.mjs +13 -15
- package/esm2020/lib/components/navigation/navigation.service.mjs +3 -3
- package/esm2020/lib/components/navigation/vertical/components/aside/aside.component.mjs +12 -12
- package/esm2020/lib/components/navigation/vertical/components/basic/basic.component.mjs +7 -7
- package/esm2020/lib/components/navigation/vertical/components/collapsable/collapsable.component.mjs +10 -10
- package/esm2020/lib/components/navigation/vertical/components/divider/divider.component.mjs +5 -5
- package/esm2020/lib/components/navigation/vertical/components/group/group.component.mjs +11 -11
- package/esm2020/lib/components/navigation/vertical/components/spacer/spacer.component.mjs +5 -5
- package/esm2020/lib/components/navigation/vertical/vertical.component.mjs +18 -16
- package/esm2020/lib/components/search-bar/search-bar.component.mjs +8 -8
- package/esm2020/lib/components/search-bar/search-bar.module.mjs +9 -11
- package/esm2020/lib/components/sweet-alert/sweet-alert.component.mjs +5 -5
- package/esm2020/lib/components/sweet-alert/sweet-alert.module.mjs +5 -5
- package/esm2020/lib/components/sweet-alert/sweet-alert.service.mjs +3 -3
- package/esm2020/lib/components/toast/toast.component.mjs +5 -5
- package/esm2020/lib/components/toast/toast.module.mjs +5 -5
- package/esm2020/lib/components/toast/toast.service.mjs +3 -3
- package/esm2020/lib/components/toggle-button-group/toggle-button-group.component.mjs +4 -4
- package/esm2020/lib/components/toggle-button-group/toggle-button-group.module.mjs +6 -8
- package/esm2020/lib/components/toggle-button-group/toggle-button.component.mjs +3 -3
- package/esm2020/lib/components/typeahead/directives/options-scroll.directive.mjs +3 -3
- package/esm2020/lib/components/typeahead/directives/options-scroll.module.mjs +4 -4
- package/esm2020/lib/components/typeahead/typeahead.component.mjs +12 -12
- package/esm2020/lib/components/typeahead/typeahead.module.mjs +15 -17
- package/esm2020/lib/directives/autofocus/autofocus.directive.mjs +3 -3
- package/esm2020/lib/directives/autofocus/autofocus.module.mjs +4 -4
- package/esm2020/lib/directives/autogrow/autogrow.directive.mjs +3 -3
- package/esm2020/lib/directives/autogrow/autogrow.module.mjs +4 -4
- package/esm2020/lib/directives/dropzone/dropzone.directive.mjs +3 -3
- package/esm2020/lib/directives/dropzone/dropzone.module.mjs +5 -5
- package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.directive.mjs +3 -3
- package/esm2020/lib/directives/image-error-placeholder/image-error-placeholder.module.mjs +4 -4
- package/esm2020/lib/directives/material/material.module.mjs +4 -4
- package/esm2020/lib/directives/material/nice-material-style.directive.mjs +3 -3
- package/esm2020/lib/directives/material/nice-rounded-style.directive.mjs +3 -3
- package/esm2020/lib/directives/modals/modal-on-click.directive.mjs +3 -3
- package/esm2020/lib/directives/modals/modal-opener.directive.mjs +3 -3
- package/esm2020/lib/directives/scroll-reset/scroll-reset.directive.mjs +3 -3
- package/esm2020/lib/directives/scroll-reset/scroll-reset.module.mjs +4 -4
- package/esm2020/lib/directives/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2020/lib/directives/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2020/lib/directives/stop-propagation/click-stop-propagation.directive.mjs +3 -3
- package/esm2020/lib/directives/stop-propagation/stop-propagation.module.mjs +4 -4
- package/esm2020/lib/directives/window/prevent-close-window.directive.mjs +3 -3
- package/esm2020/lib/directives/window/window-directive.module.mjs +4 -4
- package/esm2020/lib/nice.module.mjs +8 -10
- package/esm2020/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2020/lib/pipes/capitalize-first-letter.pipe.mjs +3 -3
- package/esm2020/lib/pipes/ceil.pipe.mjs +3 -3
- package/esm2020/lib/pipes/entries.pipe.mjs +3 -3
- package/esm2020/lib/pipes/find-by-key.pipe.mjs +3 -3
- package/esm2020/lib/pipes/first-letter.pipe.mjs +3 -3
- package/esm2020/lib/pipes/floor.pipe.mjs +3 -3
- package/esm2020/lib/pipes/join-if-defined.pipe.mjs +3 -3
- package/esm2020/lib/pipes/link.pipe.mjs +3 -3
- package/esm2020/lib/pipes/localized-boolean.pipe.mjs +3 -3
- package/esm2020/lib/pipes/localized-currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/localized-date-only.pipe.mjs +3 -3
- package/esm2020/lib/pipes/localized-date.pipe.mjs +3 -3
- package/esm2020/lib/pipes/minutes-to-time.pipe.mjs +3 -3
- package/esm2020/lib/pipes/number-to-ordinal-indicator.pipe.mjs +3 -3
- package/esm2020/lib/pipes/pad.pipe.mjs +3 -3
- package/esm2020/lib/pipes/phone.pipe.mjs +3 -3
- package/esm2020/lib/pipes/pipes.module.mjs +4 -4
- package/esm2020/lib/pipes/postal-code.pipe.mjs +3 -3
- package/esm2020/lib/pipes/range.pipe.mjs +3 -3
- package/esm2020/lib/pipes/round.pipe.mjs +3 -3
- package/esm2020/lib/pipes/sanitize-bypass.pipe.mjs +3 -3
- package/esm2020/lib/pipes/seconds-to-time.pipe.mjs +3 -3
- package/esm2020/lib/providers/config/config.module.mjs +4 -4
- package/esm2020/lib/providers/config/config.service.mjs +3 -3
- package/esm2020/lib/providers/media-watcher/media-watcher.module.mjs +4 -4
- package/esm2020/lib/providers/media-watcher/media-watcher.service.mjs +3 -3
- package/esm2020/lib/providers/overlay/dynamic-overlay-container.service.mjs +3 -3
- package/esm2020/lib/providers/overlay/dynamic-overlay.service.mjs +3 -3
- package/esm2020/lib/providers/splash-screen/splash-screen.module.mjs +4 -4
- package/esm2020/lib/providers/splash-screen/splash-screen.service.mjs +3 -3
- package/esm2020/lib/providers/utils/utils.module.mjs +4 -4
- package/esm2020/lib/providers/utils/utils.service.mjs +3 -3
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs +573 -582
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs +581 -581
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/{recursyve-nice-ui-kit.v2.d.ts → index.d.ts} +0 -0
- package/lib/components/alert/alert.component.d.ts +3 -2
- package/lib/components/alert/alert.types.d.ts +1 -0
- package/lib/components/assets-carousel/assets-carousel.component.d.ts +1 -1
- package/lib/components/async-typeahead/async-typeahead.component.d.ts +2 -2
- package/lib/components/base-form/base-form.component.d.ts +5 -4
- package/lib/components/base-form/form-submit.directive.d.ts +1 -1
- package/lib/components/card/card.component.d.ts +1 -1
- package/lib/components/carousel/carousel.component.d.ts +1 -1
- package/lib/components/carousel/picture-modal/picture-modal.component.d.ts +1 -1
- package/lib/components/carousel/pipe/carousel-layout.pipe.d.ts +1 -1
- package/lib/components/drawer/drawer.component.d.ts +1 -1
- package/lib/components/export-bottom-sheet/export-bottom-sheet.component.d.ts +1 -1
- package/lib/components/form-error/control-status.directive.d.ts +1 -1
- package/lib/components/form-error/form-error.component.d.ts +1 -1
- package/lib/components/horizontal-stepper/horizontal-stepper.component.d.ts +1 -1
- package/lib/components/horizontal-stepper/step.component.d.ts +1 -1
- package/lib/components/image-cropper/image-cropper.component.d.ts +2 -2
- package/lib/components/layout/layout.component.d.ts +1 -1
- package/lib/components/loading-spinner/loading-spinner.component.d.ts +1 -1
- package/lib/components/loading-spinner/loading.directive.d.ts +1 -1
- package/lib/components/lottie/lottie.component.d.ts +1 -1
- package/lib/components/navigation/horizontal/components/basic/basic.component.d.ts +1 -1
- package/lib/components/navigation/horizontal/components/branch/branch.component.d.ts +1 -1
- package/lib/components/navigation/horizontal/components/divider/divider.component.d.ts +1 -1
- package/lib/components/navigation/horizontal/components/spacer/spacer.component.d.ts +1 -1
- package/lib/components/navigation/horizontal/horizontal.component.d.ts +1 -1
- package/lib/components/navigation/navigation.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/aside/aside.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/basic/basic.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/divider/divider.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/group/group.component.d.ts +1 -1
- package/lib/components/navigation/vertical/components/spacer/spacer.component.d.ts +1 -1
- package/lib/components/navigation/vertical/vertical.component.d.ts +2 -2
- package/lib/components/search-bar/search-bar.component.d.ts +1 -1
- package/lib/components/sweet-alert/sweet-alert.component.d.ts +1 -1
- package/lib/components/toast/toast.component.d.ts +1 -1
- package/lib/components/toggle-button-group/toggle-button-group.component.d.ts +1 -1
- package/lib/components/toggle-button-group/toggle-button.component.d.ts +1 -1
- package/lib/components/typeahead/directives/options-scroll.directive.d.ts +1 -1
- package/lib/components/typeahead/typeahead.component.d.ts +2 -2
- package/lib/directives/autofocus/autofocus.directive.d.ts +1 -1
- package/lib/directives/autogrow/autogrow.directive.d.ts +1 -1
- package/lib/directives/dropzone/dropzone.directive.d.ts +1 -1
- package/lib/directives/image-error-placeholder/image-error-placeholder.directive.d.ts +1 -1
- package/lib/directives/material/nice-material-style.directive.d.ts +1 -1
- package/lib/directives/material/nice-rounded-style.directive.d.ts +1 -1
- package/lib/directives/modals/modal-on-click.directive.d.ts +1 -1
- package/lib/directives/modals/modal-opener.directive.d.ts +1 -1
- package/lib/directives/scroll-reset/scroll-reset.directive.d.ts +1 -1
- package/lib/directives/scrollbar/scrollbar.directive.d.ts +1 -1
- package/lib/directives/stop-propagation/click-stop-propagation.directive.d.ts +1 -1
- package/lib/directives/window/prevent-close-window.directive.d.ts +1 -1
- package/lib/pipes/boolean.pipe.d.ts +1 -1
- package/lib/pipes/capitalize-first-letter.pipe.d.ts +1 -1
- package/lib/pipes/ceil.pipe.d.ts +1 -1
- package/lib/pipes/entries.pipe.d.ts +1 -1
- package/lib/pipes/find-by-key.pipe.d.ts +1 -1
- package/lib/pipes/first-letter.pipe.d.ts +1 -1
- package/lib/pipes/floor.pipe.d.ts +1 -1
- package/lib/pipes/join-if-defined.pipe.d.ts +1 -1
- package/lib/pipes/link.pipe.d.ts +1 -1
- package/lib/pipes/localized-boolean.pipe.d.ts +1 -1
- package/lib/pipes/localized-currency.pipe.d.ts +1 -1
- package/lib/pipes/localized-date-only.pipe.d.ts +1 -1
- package/lib/pipes/localized-date.pipe.d.ts +1 -1
- package/lib/pipes/minutes-to-time.pipe.d.ts +1 -1
- package/lib/pipes/number-to-ordinal-indicator.pipe.d.ts +1 -1
- package/lib/pipes/pad.pipe.d.ts +1 -1
- package/lib/pipes/phone.pipe.d.ts +1 -1
- package/lib/pipes/postal-code.pipe.d.ts +1 -1
- package/lib/pipes/range.pipe.d.ts +1 -1
- package/lib/pipes/round.pipe.d.ts +1 -1
- package/lib/pipes/sanitize-bypass.pipe.d.ts +1 -1
- package/lib/pipes/seconds-to-time.pipe.d.ts +1 -1
- package/package.json +3 -3
|
File without changes
|
|
@@ -2,7 +2,7 @@ import { BooleanInput } from "@angular/cdk/coercion";
|
|
|
2
2
|
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
|
|
3
3
|
import { NiceUtilsService } from "../../providers/utils";
|
|
4
4
|
import { NiceAlertService } from "./alert.service";
|
|
5
|
-
import { NiceAlertType, NiceAlertAppearance } from "./alert.types";
|
|
5
|
+
import { NiceAlertType, NiceAlertAppearance, NiceAlertColor } from "./alert.types";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class NiceAlertComponent implements OnChanges, OnInit, OnDestroy {
|
|
8
8
|
private _changeDetectorRef;
|
|
@@ -19,6 +19,7 @@ export declare class NiceAlertComponent implements OnChanges, OnInit, OnDestroy
|
|
|
19
19
|
name: string;
|
|
20
20
|
showIcon: boolean;
|
|
21
21
|
type: NiceAlertType;
|
|
22
|
+
color?: NiceAlertColor;
|
|
22
23
|
readonly dismissedChanged: EventEmitter<boolean>;
|
|
23
24
|
private _unsubscribeAll;
|
|
24
25
|
/**
|
|
@@ -59,5 +60,5 @@ export declare class NiceAlertComponent implements OnChanges, OnInit, OnDestroy
|
|
|
59
60
|
*/
|
|
60
61
|
private _toggleDismiss;
|
|
61
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAlertComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAlertComponent, "nice-alert", ["niceAlert"], { "appearance": "appearance"; "dismissed": "dismissed"; "dismissible": "dismissible"; "disableAnimation": "disableAnimation"; "name": "name"; "showIcon": "showIcon"; "type": "type"; }, { "dismissedChanged": "dismissedChanged"; }, never, ["[niceAlertIcon]", "[niceAlertTitle]", "*"]>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAlertComponent, "nice-alert", ["niceAlert"], { "appearance": "appearance"; "dismissed": "dismissed"; "dismissible": "dismissible"; "disableAnimation": "disableAnimation"; "name": "name"; "showIcon": "showIcon"; "type": "type"; "color": "color"; }, { "dismissedChanged": "dismissedChanged"; }, never, ["[niceAlertIcon]", "[niceAlertTitle]", "*"], false>;
|
|
63
64
|
}
|
|
@@ -71,5 +71,5 @@ export declare class NiceAssetsCarouselComponent implements ControlValueAccessor
|
|
|
71
71
|
clickCustom(action: NiceAssetsCarouselActions): void;
|
|
72
72
|
startSyncVideo(): Promise<void>;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAssetsCarouselComponent, [{ optional: true; }]>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAssetsCarouselComponent, "nice-assets-carousel", never, { "color": "color"; "edit": "edit"; "accept": "accept"; "customActions": "customActions"; "assets": "assets"; }, { "activeChange": "activeChange"; }, never, never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAssetsCarouselComponent, "nice-assets-carousel", never, { "color": "color"; "edit": "edit"; "accept": "accept"; "customActions": "customActions"; "assets": "assets"; }, { "activeChange": "activeChange"; }, never, never, false>;
|
|
75
75
|
}
|
|
@@ -34,7 +34,7 @@ export declare class NiceAsyncTypeaheadComponent extends _BaseAsyncTypeaheadComp
|
|
|
34
34
|
stateChanges: Subject<void>;
|
|
35
35
|
controlType: string;
|
|
36
36
|
focused: boolean;
|
|
37
|
-
searchControl: FormControl
|
|
37
|
+
searchControl: FormControl<any>;
|
|
38
38
|
valueChangesSub$: Subscription;
|
|
39
39
|
open: boolean;
|
|
40
40
|
panelWidth: number;
|
|
@@ -106,6 +106,6 @@ export declare class NiceAsyncTypeaheadComponent extends _BaseAsyncTypeaheadComp
|
|
|
106
106
|
private updateSearchInput;
|
|
107
107
|
private checkIfValueStillExist;
|
|
108
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAsyncTypeaheadComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null, null, null]>;
|
|
109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAsyncTypeaheadComponent, "nice-async-typeahead", never, { "resource": "resource"; "searchOptions": "searchOptions"; "preloadResource": "preloadResource"; "allowNotFoundItems": "allowNotFoundItems"; "panelClass": "panelClass"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "placeholder": "placeholder"; "emptyPlaceholder": "emptyPlaceholder"; "optionTemplate": "optionTemplate"; "filterFn": "filterFn"; "labelFormatFn": "labelFormatFn"; "disabled": "disabled"; "value": "value"; "required": "required"; }, {}, never, never>;
|
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceAsyncTypeaheadComponent, "nice-async-typeahead", never, { "resource": "resource"; "searchOptions": "searchOptions"; "preloadResource": "preloadResource"; "allowNotFoundItems": "allowNotFoundItems"; "panelClass": "panelClass"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "placeholder": "placeholder"; "emptyPlaceholder": "emptyPlaceholder"; "optionTemplate": "optionTemplate"; "filterFn": "filterFn"; "labelFormatFn": "labelFormatFn"; "disabled": "disabled"; "value": "value"; "required": "required"; }, {}, never, never, false>;
|
|
110
110
|
}
|
|
111
111
|
export {};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { ControlValueAccessor, FormGroup } from "@angular/forms";
|
|
3
3
|
import { GeneratedFormGroup } from "@recursyve/ngx-form-generator";
|
|
4
|
-
import {
|
|
4
|
+
import { Subject } from "rxjs";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare abstract class NiceBaseFormComponent<Form> implements OnInit, OnDestroy, ControlValueAccessor {
|
|
7
7
|
formGroup: GeneratedFormGroup<Form>;
|
|
8
8
|
private stepper;
|
|
9
9
|
loading: boolean;
|
|
10
10
|
submit: EventEmitter<Form>;
|
|
11
|
-
protected
|
|
11
|
+
protected unsubscribeAll$: Subject<void>;
|
|
12
12
|
private propagate;
|
|
13
|
-
|
|
13
|
+
constructor(formGroup: GeneratedFormGroup<Form>);
|
|
14
|
+
onChange(event: KeyboardEvent): void;
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
ngOnDestroy(): void;
|
|
16
17
|
registerOnChange(fn: (form: Form) => void): void;
|
|
@@ -24,5 +25,5 @@ export declare abstract class NiceBaseFormComponent<Form> implements OnInit, OnD
|
|
|
24
25
|
protected validateStep(index: number): boolean;
|
|
25
26
|
protected getCurrentStepGroup(index: number): FormGroup | null;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceBaseFormComponent<any>, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseFormComponent<any>, "ng-component", never, { "loading": "loading"; }, { "submit": "submit"; }, never, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceBaseFormComponent<any>, "ng-component", never, { "loading": "loading"; }, { "submit": "submit"; }, never, never, false>;
|
|
28
29
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceFormSubmitDirective {
|
|
|
4
4
|
form: NiceBaseFormComponent<any>;
|
|
5
5
|
onClick(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFormSubmitDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFormSubmitDirective, "[niceFormSubmit]", never, { "form": "form"; }, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceFormSubmitDirective, "[niceFormSubmit]", never, { "form": "form"; }, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -17,5 +17,5 @@ export declare class NiceCardComponent implements OnChanges {
|
|
|
17
17
|
*/
|
|
18
18
|
ngOnChanges(changes: SimpleChanges): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceCardComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceCardComponent, "nice-card", ["niceCard"], { "expanded": "expanded"; "face": "face"; "flippable": "flippable"; }, {}, never, ["[niceCardFront]", "[niceCardBack]", "*", "[niceCardExpansion]"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceCardComponent, "nice-card", ["niceCard"], { "expanded": "expanded"; "face": "face"; "flippable": "flippable"; }, {}, never, ["[niceCardFront]", "[niceCardBack]", "*", "[niceCardExpansion]"], false>;
|
|
21
21
|
}
|
|
@@ -17,5 +17,5 @@ export declare class CarouselComponent {
|
|
|
17
17
|
clickView(picture: Picture): void;
|
|
18
18
|
clickDelete(picture: Picture): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "nice-carousel", never, { "images": "images"; "direction": "direction"; "layout": "layout"; "editable": "editable"; }, { "delete": "delete"; }, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "nice-carousel", never, { "images": "images"; "direction": "direction"; "layout": "layout"; "editable": "editable"; }, { "delete": "delete"; }, never, never, false>;
|
|
21
21
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class PictureModalComponent {
|
|
3
3
|
picture: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<PictureModalComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PictureModalComponent, "nice-picture-modal", never, {}, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PictureModalComponent, "nice-picture-modal", never, {}, {}, never, never, false>;
|
|
6
6
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CarouselLayoutPipe implements PipeTransform {
|
|
4
4
|
transform(value: "row" | "column", direction: "ltr" | "rtl" | "utd" | "dtu"): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselLayoutPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CarouselLayoutPipe, "carouselLayout">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CarouselLayoutPipe, "carouselLayout", false>;
|
|
7
7
|
}
|
|
@@ -111,5 +111,5 @@ export declare class NiceDrawerComponent implements OnChanges, OnInit, OnDestroy
|
|
|
111
111
|
*/
|
|
112
112
|
private _toggleOpened;
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceDrawerComponent, never>;
|
|
114
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceDrawerComponent, "nice-drawer", ["niceDrawer"], { "fixed": "fixed"; "mode": "mode"; "width": "width"; "name": "name"; "opened": "opened"; "position": "position"; "transparentOverlay": "transparentOverlay"; }, { "fixedChanged": "fixedChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; }, never, ["[niceDrawerToggle]", "*"]>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceDrawerComponent, "nice-drawer", ["niceDrawer"], { "fixed": "fixed"; "mode": "mode"; "width": "width"; "name": "name"; "opened": "opened"; "position": "position"; "transparentOverlay": "transparentOverlay"; }, { "fixedChanged": "fixedChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; }, never, ["[niceDrawerToggle]", "*"], false>;
|
|
115
115
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ExportBottomSheetComponent {
|
|
|
13
13
|
getStrategyIcon(strategy: ExportStrategy): string;
|
|
14
14
|
clickExport(strategy: ExportStrategy): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExportBottomSheetComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExportBottomSheetComponent, "nice-export-bottom-sheet", never, {}, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExportBottomSheetComponent, "nice-export-bottom-sheet", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -16,5 +16,5 @@ export declare class NiceControlStatusDirective implements AfterViewInit {
|
|
|
16
16
|
onChange(): void;
|
|
17
17
|
setError(text: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceControlStatusDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceControlStatusDirective, "[niceControlStatus]", never, {}, {}, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceControlStatusDirective, "[niceControlStatus]", never, {}, {}, never, never, false>;
|
|
20
20
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceFormErrorComponent {
|
|
|
4
4
|
increment: number;
|
|
5
5
|
set error(value: any);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceFormErrorComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFormErrorComponent, "[form-error]", never, { "error": "error"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceFormErrorComponent, "[form-error]", never, { "error": "error"; }, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class NiceHorizontalStepperComponent extends CdkStepper {
|
|
|
4
4
|
private onStepperClick;
|
|
5
5
|
onClick(step: CdkStep, index: number): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalStepperComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalStepperComponent, "nice-horizontal-stepper", never, {}, { "onStepperClick": "onStepperClick"; }, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalStepperComponent, "nice-horizontal-stepper", never, {}, { "onStepperClick": "onStepperClick"; }, never, never, false>;
|
|
8
8
|
}
|
|
@@ -2,5 +2,5 @@ import { CdkStep } from "@angular/cdk/stepper";
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NiceStepComponent extends CdkStep {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceStepComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceStepComponent, "nice-step", never, {}, {}, never, ["*"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceStepComponent, "nice-step", never, {}, {}, never, ["*"], false>;
|
|
6
6
|
}
|
|
@@ -319,7 +319,7 @@ export declare class NiceImageCropperComponent implements OnInit, OnDestroy {
|
|
|
319
319
|
/** Use defaultView of injected document if available or fallback to global window reference */
|
|
320
320
|
private _getWindow;
|
|
321
321
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceImageCropperComponent, never>;
|
|
322
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceImageCropperComponent, "nice-img-cropper, nice-image-cropper", never, { "config": "config"; "scale": "scale"; "maxFileSize": "maxFileSize"; }, { "scaleChange": "scaleChange"; "minScaleChange": "minScale"; "maxScaleChange": "maxScale"; "imageLoaded": "imageLoaded"; "ready": "ready"; "cropped": "cropped"; "cleaned": "cleaned"; "error": "error"; }, never, never>;
|
|
322
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceImageCropperComponent, "nice-img-cropper, nice-image-cropper", never, { "config": "config"; "scale": "scale"; "maxFileSize": "maxFileSize"; }, { "scaleChange": "scaleChange"; "minScaleChange": "minScale"; "maxScaleChange": "maxScale"; "imageLoaded": "imageLoaded"; "ready": "ready"; "cropped": "cropped"; "cleaned": "cleaned"; "error": "error"; }, never, never, false>;
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
325
|
* Normalize degrees for cropper rotation
|
|
@@ -370,5 +370,5 @@ export declare class NiceCropperAreaComponent implements OnDestroy {
|
|
|
370
370
|
/** Use defaultView of injected document if available or fallback to global window reference */
|
|
371
371
|
private _getWindow;
|
|
372
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceCropperAreaComponent, never>;
|
|
373
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceCropperAreaComponent, "nice-cropper-area", never, { "keepAspectRatio": "keepAspectRatio"; "round": "round"; "resizableArea": "resizableArea"; }, {}, never, never>;
|
|
373
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceCropperAreaComponent, "nice-cropper-area", never, { "keepAspectRatio": "keepAspectRatio"; "round": "round"; "resizableArea": "resizableArea"; }, {}, never, never, false>;
|
|
374
374
|
}
|
|
@@ -35,5 +35,5 @@ export declare class NiceLayoutComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
*/
|
|
36
36
|
private _updateTheme;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceLayoutComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLayoutComponent, "nice-layout", never, {}, {}, never, ["*"]>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLayoutComponent, "nice-layout", never, {}, {}, never, ["*"], false>;
|
|
39
39
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceLoadingSpinnerComponent {
|
|
|
5
5
|
mode: ProgressSpinnerMode;
|
|
6
6
|
diameter: number;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceLoadingSpinnerComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLoadingSpinnerComponent, "nice-loading-spinner", never, { "loading": "loading"; "mode": "mode"; "diameter": "diameter"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLoadingSpinnerComponent, "nice-loading-spinner", never, { "loading": "loading"; "mode": "mode"; "diameter": "diameter"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -13,5 +13,5 @@ export declare class NiceLoadingDirective {
|
|
|
13
13
|
set loading(loading: boolean | null);
|
|
14
14
|
constructor(options: NiceLoadingOptions, elRef: ElementRef, overlay: DynamicOverlay);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceLoadingDirective, [{ optional: true; }, null, null]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceLoadingDirective, "[niceLoadingOverlay]", never, { "loading": "niceLoadingOverlay"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceLoadingDirective, "[niceLoadingOverlay]", never, { "loading": "niceLoadingOverlay"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -15,5 +15,5 @@ export declare class NiceLottieComponent implements OnInit, AfterViewInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
ngAfterViewInit(): Promise<void>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceLottieComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLottieComponent, "nice-lottie", never, { "options": "options"; "width": "width"; "height": "height"; }, { "animCreated": "animCreated"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceLottieComponent, "nice-lottie", never, { "options": "options"; "width": "width"; "height": "height"; }, { "animCreated": "animCreated"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NiceHorizontalNavigationBasicItemComponent implements OnIni
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalNavigationBasicItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationBasicItemComponent, "nice-horizontal-navigation-basic-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationBasicItemComponent, "nice-horizontal-navigation-basic-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -31,5 +31,5 @@ export declare class NiceHorizontalNavigationBranchItemComponent implements OnIn
|
|
|
31
31
|
*/
|
|
32
32
|
triggerChangeDetection(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalNavigationBranchItemComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationBranchItemComponent, "nice-horizontal-navigation-branch-item", never, { "child": "child"; "item": "item"; "name": "name"; }, {}, never, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationBranchItemComponent, "nice-horizontal-navigation-branch-item", never, { "child": "child"; "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
35
35
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NiceHorizontalNavigationDividerItemComponent implements OnI
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalNavigationDividerItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationDividerItemComponent, "nice-horizontal-navigation-divider-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationDividerItemComponent, "nice-horizontal-navigation-divider-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NiceHorizontalNavigationSpacerItemComponent implements OnIn
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalNavigationSpacerItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationSpacerItemComponent, "nice-horizontal-navigation-spacer-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationSpacerItemComponent, "nice-horizontal-navigation-spacer-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -13,5 +13,5 @@ export declare class NiceHorizontalNavigationComponent extends NiceNavigationCom
|
|
|
13
13
|
*/
|
|
14
14
|
constructor(_changeDetectorRef: ChangeDetectorRef, _niceNavigationService: NiceNavigationService, _niceUtilsService: NiceUtilsService);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceHorizontalNavigationComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationComponent, "nice-horizontal-navigation", ["niceHorizontalNavigation"], { "name": "name"; "navigation": "navigation"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceHorizontalNavigationComponent, "nice-horizontal-navigation", ["niceHorizontalNavigation"], { "name": "name"; "navigation": "navigation"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -26,5 +26,5 @@ export declare class NiceNavigationComponent implements OnInit, OnDestroy, OnCha
|
|
|
26
26
|
*/
|
|
27
27
|
trackByFn(index: number, item: any): any;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceNavigationComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceNavigationComponent, "ng-component", never, {}, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceNavigationComponent, "ng-component", never, {}, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -48,5 +48,5 @@ export declare class NiceVerticalNavigationAsideItemComponent implements OnChang
|
|
|
48
48
|
*/
|
|
49
49
|
trackByFn(index: number, item: any): any;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationAsideItemComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationAsideItemComponent, "nice-vertical-navigation-aside-item", never, { "activeItemId": "activeItemId"; "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; "skipChildren": "skipChildren"; }, {}, never, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationAsideItemComponent, "nice-vertical-navigation-aside-item", never, { "activeItemId": "activeItemId"; "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; "skipChildren": "skipChildren"; }, {}, never, never, false>;
|
|
52
52
|
}
|
|
@@ -28,5 +28,5 @@ export declare class NiceVerticalNavigationBasicItemComponent implements OnInit,
|
|
|
28
28
|
*/
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationBasicItemComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationBasicItemComponent, "nice-vertical-navigation-basic-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationBasicItemComponent, "nice-vertical-navigation-basic-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
32
32
|
}
|
package/lib/components/navigation/vertical/components/collapsable/collapsable.component.d.ts
CHANGED
|
@@ -61,5 +61,5 @@ export declare class NiceVerticalNavigationCollapsableItemComponent implements O
|
|
|
61
61
|
*/
|
|
62
62
|
trackByFn(index: number, item: any): any;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationCollapsableItemComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationCollapsableItemComponent, "nice-vertical-navigation-collapsable-item", never, { "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; }, {}, never, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationCollapsableItemComponent, "nice-vertical-navigation-collapsable-item", never, { "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
65
65
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NiceVerticalNavigationDividerItemComponent implements OnIni
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationDividerItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationDividerItemComponent, "nice-vertical-navigation-divider-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationDividerItemComponent, "nice-vertical-navigation-divider-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -29,5 +29,5 @@ export declare class NiceVerticalNavigationGroupItemComponent implements OnInit,
|
|
|
29
29
|
*/
|
|
30
30
|
trackByFn(index: number, item: any): any;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationGroupItemComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationGroupItemComponent, "nice-vertical-navigation-group-item", never, { "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; }, {}, never, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationGroupItemComponent, "nice-vertical-navigation-group-item", never, { "autoCollapse": "autoCollapse"; "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
33
33
|
}
|
|
@@ -22,5 +22,5 @@ export declare class NiceVerticalNavigationSpacerItemComponent implements OnInit
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationSpacerItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationSpacerItemComponent, "nice-vertical-navigation-spacer-item", never, { "item": "item"; "name": "name"; }, {}, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationSpacerItemComponent, "nice-vertical-navigation-spacer-item", never, { "item": "item"; "name": "name"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
@@ -23,7 +23,6 @@ export declare class NiceVerticalNavigationComponent extends NiceNavigationCompo
|
|
|
23
23
|
private _asideOverlay;
|
|
24
24
|
private readonly _handleAsideOverlayClick;
|
|
25
25
|
private readonly _handleOverlayClick;
|
|
26
|
-
private _hovered;
|
|
27
26
|
private _overlay;
|
|
28
27
|
private _player;
|
|
29
28
|
private _scrollStrategy;
|
|
@@ -35,6 +34,7 @@ export declare class NiceVerticalNavigationComponent extends NiceNavigationCompo
|
|
|
35
34
|
inner: boolean;
|
|
36
35
|
mode: NiceVerticalNavigationMode;
|
|
37
36
|
opened: boolean;
|
|
37
|
+
hovered: boolean;
|
|
38
38
|
position: NiceVerticalNavigationPosition;
|
|
39
39
|
transparentOverlay: boolean;
|
|
40
40
|
readonly appearanceChanged: EventEmitter<NiceVerticalNavigationAppearance>;
|
|
@@ -153,5 +153,5 @@ export declare class NiceVerticalNavigationComponent extends NiceNavigationCompo
|
|
|
153
153
|
*/
|
|
154
154
|
private _toggleOpened;
|
|
155
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceVerticalNavigationComponent, never>;
|
|
156
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationComponent, "nice-vertical-navigation", ["niceVerticalNavigation"], { "name": "name"; "appearance": "appearance"; "autoCollapse": "autoCollapse"; "inner": "inner"; "mode": "mode"; "opened": "opened"; "position": "position"; "transparentOverlay": "transparentOverlay"; "navigation": "navigation"; }, { "appearanceChanged": "appearanceChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; }, never, ["[niceVerticalNavigationHeader]", "[niceVerticalNavigationContentHeader]", "[niceVerticalNavigationContentFooter]", "[niceVerticalNavigationFooter]"]>;
|
|
156
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceVerticalNavigationComponent, "nice-vertical-navigation", ["niceVerticalNavigation"], { "name": "name"; "appearance": "appearance"; "autoCollapse": "autoCollapse"; "inner": "inner"; "mode": "mode"; "opened": "opened"; "hovered": "hovered"; "position": "position"; "transparentOverlay": "transparentOverlay"; "navigation": "navigation"; }, { "appearanceChanged": "appearanceChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; }, never, ["[niceVerticalNavigationHeader]", "[niceVerticalNavigationContentHeader]", "[niceVerticalNavigationContentFooter]", "[niceVerticalNavigationFooter]"], false>;
|
|
157
157
|
}
|
|
@@ -16,5 +16,5 @@ export declare class NiceSearchBarComponent implements ControlValueAccessor {
|
|
|
16
16
|
open(): void;
|
|
17
17
|
close(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSearchBarComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceSearchBarComponent, "nice-search-bar", never, { "collapsed": "collapsed"; }, { "collapse": "collapse"; }, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceSearchBarComponent, "nice-search-bar", never, { "collapsed": "collapsed"; }, { "collapse": "collapse"; }, never, never, false>;
|
|
20
20
|
}
|
|
@@ -23,5 +23,5 @@ export declare class NiceSweetAlertComponent implements OnInit {
|
|
|
23
23
|
getAnimationPath(): string;
|
|
24
24
|
getConfirmButtonClass(): string;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceSweetAlertComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceSweetAlertComponent, "nice-alert", never, {}, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceSweetAlertComponent, "nice-alert", never, {}, {}, never, never, false>;
|
|
27
27
|
}
|
|
@@ -13,5 +13,5 @@ export declare class NiceToastComponent {
|
|
|
13
13
|
constructor(data: NiceToastData, snackbarRef: MatSnackBarRef<NiceToastComponent>);
|
|
14
14
|
dismiss(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceToastComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceToastComponent, "nice-toast", never, {}, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceToastComponent, "nice-toast", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ToggleButtonGroupComponent implements CanColor {
|
|
|
22
22
|
private isLeftValueSelected;
|
|
23
23
|
private isRightValueSelected;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonGroupComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonGroupComponent, "nice-toggle-button-group", never, { "selected": "selected"; "color": "color"; "multiple": "multiple"; }, { "selectedChange": "selectedChange"; }, ["toggleButtons"], never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonGroupComponent, "nice-toggle-button-group", never, { "selected": "selected"; "color": "color"; "multiple": "multiple"; }, { "selectedChange": "selectedChange"; }, ["toggleButtons"], never, false>;
|
|
26
26
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ToggleButtonComponent {
|
|
|
4
4
|
content: TemplateRef<any>;
|
|
5
5
|
value: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "nice-toggle-button", never, { "value": "value"; }, {}, never, ["*"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "nice-toggle-button", never, { "value": "value"; }, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -15,5 +15,5 @@ export declare class OptionsScrollDirective implements OnDestroy {
|
|
|
15
15
|
onScroll(event: Event): void;
|
|
16
16
|
private removeScrollEventListener;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsScrollDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OptionsScrollDirective, "mat-autocomplete[optionsScroll]", never, { "thresholdPercent": "thresholdPercent"; }, { "optionsScroll": "optionsScroll"; }, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OptionsScrollDirective, "mat-autocomplete[optionsScroll]", never, { "thresholdPercent": "thresholdPercent"; }, { "optionsScroll": "optionsScroll"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -49,7 +49,7 @@ export declare class NiceTypeaheadComponent implements OnInit, OnDestroy, Contro
|
|
|
49
49
|
input: ElementRef<HTMLInputElement>;
|
|
50
50
|
options: MatOption[];
|
|
51
51
|
search$: Subject<string>;
|
|
52
|
-
searchControl: FormControl
|
|
52
|
+
searchControl: FormControl<any>;
|
|
53
53
|
values: unknown[];
|
|
54
54
|
valueChangesSub$: Subscription;
|
|
55
55
|
searchSub$: Subscription;
|
|
@@ -97,5 +97,5 @@ export declare class NiceTypeaheadComponent implements OnInit, OnDestroy, Contro
|
|
|
97
97
|
private setLoadingPage;
|
|
98
98
|
private checkIfValueStillExist;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceTypeaheadComponent, [{ optional: true; self: true; }, null, null, null]>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NiceTypeaheadComponent, "nice-typeahead", never, { "items": "items"; "labelFormatFn": "labelFormatFn"; "required": "required"; "disabled": "disabled"; "placeholder": "placeholder"; "emptyPlaceholder": "emptyPlaceholder"; "allowNotFoundItems": "allowNotFoundItems"; "panelClass": "panelClass"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "typeahead": "typeahead"; "page$": "page$"; "loading": "loading"; "loadingPage": "loadingPage"; "searchFn": "searchFn"; "optionTemplate": "optionTemplate"; }, { "change": "change"; }, never, never>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NiceTypeaheadComponent, "nice-typeahead", never, { "items": "items"; "labelFormatFn": "labelFormatFn"; "required": "required"; "disabled": "disabled"; "placeholder": "placeholder"; "emptyPlaceholder": "emptyPlaceholder"; "allowNotFoundItems": "allowNotFoundItems"; "panelClass": "panelClass"; "bindValue": "bindValue"; "bindLabel": "bindLabel"; "typeahead": "typeahead"; "page$": "page$"; "loading": "loading"; "loadingPage": "loadingPage"; "searchFn": "searchFn"; "optionTemplate": "optionTemplate"; }, { "change": "change"; }, never, never, false>;
|
|
101
101
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceAutofocusDirective implements OnInit {
|
|
|
5
5
|
constructor(elem: ElementRef);
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutofocusDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutofocusDirective, "[niceAutofocus]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutofocusDirective, "[niceAutofocus]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -33,5 +33,5 @@ export declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestr
|
|
|
33
33
|
*/
|
|
34
34
|
private _resize;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutogrowDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutogrowDirective, "textarea[niceAutogrow]", ["niceAutogrow"], { "padding": "niceAutogrowVerticalPadding"; }, {}, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutogrowDirective, "textarea[niceAutogrow]", ["niceAutogrow"], { "padding": "niceAutogrowVerticalPadding"; }, {}, never, never, false>;
|
|
37
37
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NiceDropzoneDirective {
|
|
|
7
7
|
onDragLeave(event: DragEvent): void;
|
|
8
8
|
ondrop(event: DragEvent): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceDropzoneDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceDropzoneDirective, "[niceDropzone]", never, {}, { "filesDropped": "filesDropped"; }, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceDropzoneDirective, "[niceDropzone]", never, {}, { "filesDropped": "filesDropped"; }, never, never, false>;
|
|
11
11
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NiceImageErrorPlaceholderDirective {
|
|
|
7
7
|
constructor(elementRef: ElementRef, viewContainerRef: ViewContainerRef);
|
|
8
8
|
onError(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceImageErrorPlaceholderDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceImageErrorPlaceholderDirective, "img[niceImageErrorPlaceholder]", never, { "fallback": "fallback"; }, {}, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceImageErrorPlaceholderDirective, "img[niceImageErrorPlaceholder]", never, { "fallback": "fallback"; }, {}, never, never, false>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceMaterialStyleDirective implements OnInit {
|
|
|
5
5
|
constructor(element: ElementRef);
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceMaterialStyleDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceMaterialStyleDirective, "[keep-material-style]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceMaterialStyleDirective, "[keep-material-style]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class NiceRoundedStyleDirective implements OnInit {
|
|
|
5
5
|
constructor(element: ElementRef);
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceRoundedStyleDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceRoundedStyleDirective, "[nice-rounded-style]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceRoundedStyleDirective, "[nice-rounded-style]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class NiceModalOnClickDirective<T, Return, Data = any> extends Ni
|
|
|
6
6
|
constructor(dialog: MatDialog, modal: Type<T>, options: MatDialogConfig<Data>);
|
|
7
7
|
onClick(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceModalOnClickDirective<any, any, any>, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOnClickDirective<any, any, any>, never, never, {}, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOnClickDirective<any, any, any>, never, never, {}, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -10,5 +10,5 @@ export declare class NiceModalOpenerDirective<T, Return, Data> {
|
|
|
10
10
|
constructor(dialog: MatDialog, modal: Type<T>, options: MatDialogConfig<Data>);
|
|
11
11
|
open(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceModalOpenerDirective<any, any, any>, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOpenerDirective<any, any, any>, never, never, { "modalData": "modalData"; }, { "modalAfterClosed": "modalAfterClosed"; }, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceModalOpenerDirective<any, any, any>, never, never, { "modalData": "modalData"; }, { "modalAfterClosed": "modalAfterClosed"; }, never, never, false>;
|
|
14
14
|
}
|
|
@@ -18,5 +18,5 @@ export declare class NiceScrollResetDirective implements OnInit, OnDestroy {
|
|
|
18
18
|
*/
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceScrollResetDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollResetDirective, "[niceScrollReset]", ["niceScrollReset"], {}, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollResetDirective, "[niceScrollReset]", ["niceScrollReset"], {}, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -108,5 +108,5 @@ export declare class NiceScrollbarDirective implements OnChanges, OnInit, OnDest
|
|
|
108
108
|
*/
|
|
109
109
|
private _destroy;
|
|
110
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceScrollbarDirective, never>;
|
|
111
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollbarDirective, "[niceScrollbar]", ["niceScrollbar"], { "niceScrollbar": "niceScrollbar"; "niceScrollbarOptions": "niceScrollbarOptions"; }, {}, never>;
|
|
111
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceScrollbarDirective, "[niceScrollbar]", ["niceScrollbar"], { "niceScrollbar": "niceScrollbar"; "niceScrollbarOptions": "niceScrollbarOptions"; }, {}, never, never, false>;
|
|
112
112
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class NiceClickStopPropagationDirective {
|
|
3
3
|
stopClick(event: Event): void;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceClickStopPropagationDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceClickStopPropagationDirective, "[niceClickStopPropagation]", never, {}, {}, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceClickStopPropagationDirective, "[niceClickStopPropagation]", never, {}, {}, never, never, false>;
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class NicePreventCloseWindowDirective {
|
|
3
3
|
handleClose($event: any): void;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NicePreventCloseWindowDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NicePreventCloseWindowDirective, "[nicePreventCloseWindow]", never, {}, {}, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NicePreventCloseWindowDirective, "[nicePreventCloseWindow]", never, {}, {}, never, never, false>;
|
|
6
6
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BooleanPipe implements PipeTransform {
|
|
|
6
6
|
constructor(translateService: TranslateService);
|
|
7
7
|
transform(value: any): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BooleanPipe, "boolean">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BooleanPipe, "boolean", false>;
|
|
10
10
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CapitalizeFirstLetterPipe implements PipeTransform {
|
|
4
4
|
transform(value: string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizeFirstLetterPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizeFirstLetterPipe, "capitalizeFirstLetter">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizeFirstLetterPipe, "capitalizeFirstLetter", false>;
|
|
7
7
|
}
|
package/lib/pipes/ceil.pipe.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CeilPipe implements PipeTransform {
|
|
4
4
|
transform(input: number): number;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CeilPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CeilPipe, "ceil">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CeilPipe, "ceil", false>;
|
|
7
7
|
}
|
|
@@ -6,5 +6,5 @@ export declare class EntriesPipe implements PipeTransform {
|
|
|
6
6
|
value: any;
|
|
7
7
|
}[];
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntriesPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries", false>;
|
|
10
10
|
}
|