@design-factory/design-factory 19.1.1 → 20.0.0-next.0
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/design-factory-initial-branding.css +1 -1
- package/design-factory.css +2 -2
- package/fesm2022/design-factory.mjs +406 -277
- package/fesm2022/design-factory.mjs.map +1 -1
- package/index.d.ts +1883 -2
- package/package.json +14 -16
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.d.ts +7 -0
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.js +47 -0
- package/schematics/migrations/migration.json +6 -0
- package/styles/scss/_common.scss +1 -1
- package/styles/scss/_common.variables.scss +2 -1
- package/styles/scss/agnosui/_variables.scss +1 -1
- package/styles/scss/bootstrap/_variables.scss +13 -6
- package/styles/scss/components/accordion/_accordion.scss +5 -1
- package/styles/scss/components/alert/_alert.scss +6 -1
- package/styles/scss/components/badge/_badge.mixins.scss +2 -0
- package/styles/scss/components/badge/_badge.scss +157 -25
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +8 -8
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -2
- package/styles/scss/components/button/_button.scss +376 -59
- package/styles/scss/components/button/_button.variables.scss +1 -3
- package/styles/scss/components/checkbox/_checkbox.scss +11 -4
- package/styles/scss/components/dropdown/_dropdown.scss +3 -1
- package/styles/scss/components/dropdown/_dropdown.variables.scss +1 -0
- package/styles/scss/components/fieldset/_fieldset.scss +2 -2
- package/styles/scss/components/fieldset/_fieldset.variables.scss +1 -1
- package/styles/scss/components/fonts/_fonts-family.scss +8 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +13 -4
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +15 -5
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +12 -4
- package/styles/scss/components/footer/_footer.mixins.scss +36 -0
- package/styles/scss/components/footer/_footer.scss +49 -15
- package/styles/scss/components/footer/_footer.variables.scss +0 -1
- package/styles/scss/components/form/_form.scss +31 -1
- package/styles/scss/components/link/_link.mixins.scss +72 -75
- package/styles/scss/components/link/_link.scss +26 -32
- package/styles/scss/components/link/_link.variables.scss +3 -0
- package/styles/scss/components/list-group/_list-group.scss +30 -5
- package/styles/scss/components/list-group/_list-group.variables.scss +6 -2
- package/styles/scss/components/media/_media.scss +8 -1
- package/styles/scss/components/media/_media.variables.scss +2 -0
- package/styles/scss/components/navbar/_navbar.mixins.scss +55 -0
- package/styles/scss/components/navbar/_navbar.scss +180 -71
- package/styles/scss/components/navbar/_navbar.variables.scss +42 -13
- package/styles/scss/components/pagination/_pagination.scss +46 -2
- package/styles/scss/components/pagination/_pagination.variables.scss +3 -0
- package/styles/scss/components/popover/_popover.mixin.scss +1 -1
- package/styles/scss/components/popover/_popover.scss +1 -1
- package/styles/scss/components/popover/_popover.variables.scss +4 -0
- package/styles/scss/components/progressbar/_progressbar.scss +11 -0
- package/styles/scss/components/progressbar/_progressbar.variables.scss +5 -0
- package/styles/scss/components/radio/_radio.scss +11 -4
- package/styles/scss/components/radio/_radio.variables.scss +1 -0
- package/styles/scss/components/rating/_rating.scss +3 -1
- package/styles/scss/components/scrollspy/_scrollspy.scss +7 -0
- package/styles/scss/components/select/_select.mixin.scss +34 -0
- package/styles/scss/components/select/_select.scss +5 -19
- package/styles/scss/components/select/_select.variables.scss +2 -0
- package/styles/scss/components/speechbubble/_speechbubble.scss +19 -0
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +6 -0
- package/styles/scss/components/spinner/_spinner.scss +19 -0
- package/styles/scss/components/spinner/_spinner.variables.scss +6 -0
- package/styles/scss/components/stepper/_stepper.scss +29 -3
- package/styles/scss/components/stepper/_stepper.variables.scss +10 -1
- package/styles/scss/components/table/_advancedtables.scss +9 -5
- package/styles/scss/components/table/_table.scss +6 -0
- package/styles/scss/components/table/_table.variables.scss +3 -0
- package/styles/scss/components/tabs/_tabs.scss +7 -0
- package/styles/scss/components/toast/_toast.scss +31 -9
- package/styles/scss/components/tooltip/_tooltip.scss +7 -0
- package/styles/scss/themes/brand2023/_variables.scss +368 -447
- package/styles/scss/themes/brand2023/tokens/_figma.gen.scss +3028 -0
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +898 -0
- package/styles/scss/utilities/_common.utilities.scss +49 -1
- package/environment.d.ts +0 -4
- package/lib/angular/accessibility/accessibility.module.d.ts +0 -10
- package/lib/angular/accessibility/components/skip-links-container/skip-links-container.component.d.ts +0 -7
- package/lib/angular/accessibility/directives/skip-link.directive.d.ts +0 -9
- package/lib/angular/alert/alert.module.d.ts +0 -8
- package/lib/angular/animation/ngbTransition.d.ts +0 -16
- package/lib/angular/animation/util.d.ts +0 -14
- package/lib/angular/card/card-advanced.module.d.ts +0 -8
- package/lib/angular/card/manage-card-selection.directive.d.ts +0 -13
- package/lib/angular/datepicker/datepicker-keyboard-nav.service.d.ts +0 -7
- package/lib/angular/datepicker/datepicker-range.directive.d.ts +0 -30
- package/lib/angular/datepicker/datepicker-range.service.d.ts +0 -32
- package/lib/angular/datepicker/datepicker.module.d.ts +0 -10
- package/lib/angular/df.module.d.ts +0 -26
- package/lib/angular/footer/footer.module.d.ts +0 -8
- package/lib/angular/icon/amadeus-icon.d.ts +0 -5
- package/lib/angular/icon/icon.module.d.ts +0 -8
- package/lib/angular/icon/insert/insert-icon.directive.d.ts +0 -12
- package/lib/angular/icon/insert/insert-icon.module.d.ts +0 -8
- package/lib/angular/inputs/click/trigger-click.directive.d.ts +0 -9
- package/lib/angular/inputs/icon/inputicon.directive.d.ts +0 -29
- package/lib/angular/inputs/input-advanced.module.d.ts +0 -10
- package/lib/angular/mediaqueries/ifMedia.directive.d.ts +0 -25
- package/lib/angular/mediaqueries/media.module.d.ts +0 -8
- package/lib/angular/mediaqueries/media.service.d.ts +0 -24
- package/lib/angular/mediaqueries/mediaUtils.service.d.ts +0 -75
- package/lib/angular/modal/modal.service.d.ts +0 -17
- package/lib/angular/popover/config/popover.config.d.ts +0 -7
- package/lib/angular/popover/popover.module.d.ts +0 -7
- package/lib/angular/progressbar/progressbar.component.d.ts +0 -61
- package/lib/angular/progressbar/progressbar.module.d.ts +0 -9
- package/lib/angular/progressindicator/default/default-spinner.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-backdrop.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-config.d.ts +0 -54
- package/lib/angular/progressindicator/progressindicator-container.component.d.ts +0 -11
- package/lib/angular/progressindicator/progressindicator-ref.d.ts +0 -9
- package/lib/angular/progressindicator/progressindicator.directive.d.ts +0 -16
- package/lib/angular/progressindicator/progressindicator.module.d.ts +0 -15
- package/lib/angular/progressindicator/progressindicator.service.d.ts +0 -33
- package/lib/angular/right-to-left/directionDetection.service.d.ts +0 -12
- package/lib/angular/selects/events/manage-badge-events.directive.d.ts +0 -15
- package/lib/angular/selects/nav/manage-nav-select.directive.d.ts +0 -20
- package/lib/angular/selects/option-highlight.directive.d.ts +0 -14
- package/lib/angular/selects/select.model.d.ts +0 -1
- package/lib/angular/selects/select.module.d.ts +0 -13
- package/lib/angular/sidenav/dfSideNavAnimation.d.ts +0 -7
- package/lib/angular/sidenav/dfSideNavCollapse.d.ts +0 -46
- package/lib/angular/sidenav/dfSideNavCollapse.module.d.ts +0 -9
- package/lib/angular/sidenav/dfSideNavCollapse.service.d.ts +0 -24
- package/lib/angular/sidenav/dfSideNavCollapseConfig.d.ts +0 -17
- package/lib/angular/sidenav/excludeTrap.directive.d.ts +0 -30
- package/lib/angular/sidenav/manage-sidenav.directive.d.ts +0 -10
- package/lib/angular/sidenav/sidenav-config.d.ts +0 -17
- package/lib/angular/sidenav/sidenav.component.d.ts +0 -43
- package/lib/angular/sidenav/sidenav.module.d.ts +0 -14
- package/lib/angular/sidenav/sidenav.service.d.ts +0 -179
- package/lib/angular/sidenav/sidenavlist.component.d.ts +0 -25
- package/lib/angular/slider/direction/sliderdirection.directive.d.ts +0 -13
- package/lib/angular/slider/lib/change-context.d.ts +0 -6
- package/lib/angular/slider/lib/compatibility-helper.d.ts +0 -7
- package/lib/angular/slider/lib/event-listener-helper.d.ts +0 -13
- package/lib/angular/slider/lib/event-listener.d.ts +0 -7
- package/lib/angular/slider/lib/math-helper.d.ts +0 -6
- package/lib/angular/slider/lib/options.d.ts +0 -241
- package/lib/angular/slider/lib/pointer-type.d.ts +0 -7
- package/lib/angular/slider/lib/slider-element.directive.d.ts +0 -51
- package/lib/angular/slider/lib/slider-handle.directive.d.ts +0 -22
- package/lib/angular/slider/lib/slider-label.directive.d.ts +0 -14
- package/lib/angular/slider/lib/slider.component.d.ts +0 -193
- package/lib/angular/slider/lib/tooltip-wrapper.component.d.ts +0 -13
- package/lib/angular/slider/lib/value-helper.d.ts +0 -13
- package/lib/angular/slider/slider.module.d.ts +0 -16
- package/lib/angular/stepper/stepper.component.d.ts +0 -30
- package/lib/angular/stepper/stepper.directive.d.ts +0 -37
- package/lib/angular/stepper/stepper.module.d.ts +0 -8
- package/lib/angular/stepper/stepper.service.d.ts +0 -132
- package/lib/angular/toast/toast.module.d.ts +0 -8
- package/lib/angular/tooltip/tooltip.module.d.ts +0 -9
- package/lib/angular/tooltip/truncate/tooltipTruncate.directive.d.ts +0 -19
- package/lib/angular/utils/html-element-helper.d.ts +0 -15
- package/lib/angular/utils/scrollbar.service.d.ts +0 -46
- package/lib/angular/utils/titleTruncate.directive.d.ts +0 -15
- package/lib/angular/waves-of-progress/waves.directive.d.ts +0 -36
- package/lib/angular/waves-of-progress/waves.module.d.ts +0 -7
- package/lib/index.d.ts +0 -70
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progressbar.component";
|
|
3
|
-
import * as i2 from "@ng-bootstrap/ng-bootstrap";
|
|
4
|
-
export { DfProgressbarComponent } from './progressbar.component';
|
|
5
|
-
export declare class DfProgressbarModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressbarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfProgressbarModule, never, [typeof i1.DfProgressbarComponent], [typeof i1.DfProgressbarComponent, typeof i2.NgbProgressbarModule]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfProgressbarModule>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DfDefaultSpinnerComponent {
|
|
3
|
-
readonly isGlobalSpinner: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
4
|
-
readonly contentClass: import("@angular/core").InputSignal<string>;
|
|
5
|
-
readonly ariaLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfDefaultSpinnerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DfDefaultSpinnerComponent, "df-default-spinner", never, { "isGlobalSpinner": { "alias": "isGlobalSpinner"; "required": false; "isSignal": true; }; "contentClass": { "alias": "contentClass"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DfProgressIndicatorBackdropComponent {
|
|
3
|
-
readonly backdropClass: import("@angular/core").InputSignal<string | undefined>;
|
|
4
|
-
readonly isGlobalBackdrop: import("@angular/core").InputSignal<boolean>;
|
|
5
|
-
readonly classes: import("@angular/core").Signal<string>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorBackdropComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DfProgressIndicatorBackdropComponent, "df-progressindicator-backdrop", never, { "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "isGlobalBackdrop": { "alias": "isGlobalBackdrop"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export interface DfProgressIndicatorOptions {
|
|
2
|
-
/**
|
|
3
|
-
* If `true`, the backdrop element will be created for a given progress indicator.
|
|
4
|
-
* Default value is `true`.
|
|
5
|
-
*/
|
|
6
|
-
backdrop?: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* A selector specifying the progress indicator elements should be appended to.
|
|
9
|
-
* If not specified, will be `body`.
|
|
10
|
-
*/
|
|
11
|
-
container?: string | HTMLElement;
|
|
12
|
-
/**
|
|
13
|
-
* A custom class to append to the progress indicator container.
|
|
14
|
-
*/
|
|
15
|
-
containerClass?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Specify the position of the content in the container.
|
|
18
|
-
*/
|
|
19
|
-
position?: DfProgressIndicatorContentPosition;
|
|
20
|
-
/**
|
|
21
|
-
* A custom class to append to the progress indicator backdrop.
|
|
22
|
-
*/
|
|
23
|
-
backdropClass?: string;
|
|
24
|
-
}
|
|
25
|
-
export declare enum DfProgressIndicatorContentType {
|
|
26
|
-
SPINNER = "spinner",
|
|
27
|
-
PROGRESSBAR = "progressbar"
|
|
28
|
-
}
|
|
29
|
-
export declare class DfProgressIndicatorContentSpinner {
|
|
30
|
-
readonly type = DfProgressIndicatorContentType.SPINNER;
|
|
31
|
-
spinnerInput?: {
|
|
32
|
-
contentClass?: string;
|
|
33
|
-
ariaLabel?: string;
|
|
34
|
-
};
|
|
35
|
-
constructor(spinnerInput?: {
|
|
36
|
-
contentClass?: string;
|
|
37
|
-
ariaLabel?: string;
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
export declare class DfProgressIndicatorContentProgressBar {
|
|
41
|
-
readonly type = DfProgressIndicatorContentType.PROGRESSBAR;
|
|
42
|
-
progressBarInput?: {
|
|
43
|
-
ariaLabel: string;
|
|
44
|
-
};
|
|
45
|
-
position: DfProgressIndicatorContentPosition;
|
|
46
|
-
constructor(progressBarInput?: {
|
|
47
|
-
ariaLabel: string;
|
|
48
|
-
}, position?: DfProgressIndicatorContentPosition);
|
|
49
|
-
}
|
|
50
|
-
export declare enum DfProgressIndicatorContentPosition {
|
|
51
|
-
TOP = "top",
|
|
52
|
-
BOTTOM = "bottom",
|
|
53
|
-
CENTERED = "centered"
|
|
54
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DfProgressIndicatorContentPosition } from './progressindicator-config';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DfProgressIndicatorContainerComponent {
|
|
4
|
-
private readonly DEFAULT_CLASS_POSITION;
|
|
5
|
-
readonly containerClass: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
readonly position: import("@angular/core").InputSignal<DfProgressIndicatorContentPosition | undefined>;
|
|
7
|
-
readonly positionClass: import("@angular/core").Signal<"df-progressindicator-centered" | "df-progressindicator-top" | "df-progressindicator-bottom">;
|
|
8
|
-
readonly classes: import("@angular/core").Signal<string>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorContainerComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DfProgressIndicatorContainerComponent, "df-progressindicator-container", never, { "containerClass": { "alias": "containerClass"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ComponentRef, EmbeddedViewRef } from '@angular/core';
|
|
2
|
-
import { DfProgressIndicatorBackdropComponent } from './progressindicator-backdrop.component';
|
|
3
|
-
import { DfProgressIndicatorContainerComponent } from './progressindicator-container.component';
|
|
4
|
-
export declare class DfProgressIndicatorRef {
|
|
5
|
-
containerRef: ComponentRef<DfProgressIndicatorContainerComponent>;
|
|
6
|
-
contentRef: ComponentRef<unknown> | EmbeddedViewRef<unknown>;
|
|
7
|
-
backdropRef?: ComponentRef<DfProgressIndicatorBackdropComponent> | undefined;
|
|
8
|
-
constructor(containerRef: ComponentRef<DfProgressIndicatorContainerComponent>, contentRef: ComponentRef<unknown> | EmbeddedViewRef<unknown>, backdropRef?: ComponentRef<DfProgressIndicatorBackdropComponent> | undefined);
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DfProgressIndicatorContent } from './progressindicator.service';
|
|
2
|
-
import { DfProgressIndicatorOptions } from './progressindicator-config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DfProgressIndicatorDirective {
|
|
5
|
-
readonly dfProgressIndicator: import("@angular/core").InputSignal<boolean>;
|
|
6
|
-
readonly dfProgressIndicatorConfig: import("@angular/core").InputSignal<{
|
|
7
|
-
content?: DfProgressIndicatorContent<unknown>;
|
|
8
|
-
options: DfProgressIndicatorOptions;
|
|
9
|
-
} | undefined>;
|
|
10
|
-
private readonly elementRef;
|
|
11
|
-
private readonly progressService;
|
|
12
|
-
private progressIndicatorRef;
|
|
13
|
-
constructor();
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfProgressIndicatorDirective, "[dfProgressIndicator]", never, { "dfProgressIndicator": { "alias": "dfProgressIndicator"; "required": true; "isSignal": true; }; "dfProgressIndicatorConfig": { "alias": "dfProgressIndicatorConfig"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./default/default-spinner.component";
|
|
3
|
-
import * as i2 from "../progressbar/progressbar.module";
|
|
4
|
-
import * as i3 from "./progressindicator-backdrop.component";
|
|
5
|
-
import * as i4 from "./progressindicator-container.component";
|
|
6
|
-
import * as i5 from "./progressindicator.directive";
|
|
7
|
-
export { DfProgressIndicatorContainerComponent } from './progressindicator-container.component';
|
|
8
|
-
export { DfDefaultSpinnerComponent } from './default/default-spinner.component';
|
|
9
|
-
export { DfProgressIndicatorBackdropComponent } from './progressindicator-backdrop.component';
|
|
10
|
-
export { DfProgressIndicatorDirective } from './progressindicator.directive';
|
|
11
|
-
export declare class DfProgressIndicatorModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfProgressIndicatorModule, never, [typeof i1.DfDefaultSpinnerComponent, typeof i2.DfProgressbarModule, typeof i3.DfProgressIndicatorBackdropComponent, typeof i4.DfProgressIndicatorContainerComponent, typeof i5.DfProgressIndicatorDirective], [typeof i2.DfProgressbarModule, typeof i4.DfProgressIndicatorContainerComponent, typeof i5.DfProgressIndicatorDirective, typeof i3.DfProgressIndicatorBackdropComponent, typeof i1.DfDefaultSpinnerComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfProgressIndicatorModule>;
|
|
15
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, RendererFactory2, ApplicationRef, Injector, Type, TemplateRef } from '@angular/core';
|
|
2
|
-
import { DfProgressIndicatorOptions, DfProgressIndicatorContentSpinner, DfProgressIndicatorContentProgressBar } from './progressindicator-config';
|
|
3
|
-
import { DfProgressIndicatorRef } from './progressindicator-ref';
|
|
4
|
-
import { ScrollBar } from '../utils/scrollbar.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export type DfProgressIndicatorContent<T> = undefined | TemplateRef<T> | Type<T> | DfProgressIndicatorContentSpinner | DfProgressIndicatorContentProgressBar;
|
|
7
|
-
export declare class DfProgressIndicatorService {
|
|
8
|
-
private readonly document;
|
|
9
|
-
private readonly rendererFactory;
|
|
10
|
-
private readonly componentFactoryResolver;
|
|
11
|
-
private readonly appRef;
|
|
12
|
-
private readonly injector;
|
|
13
|
-
private readonly scrollbar;
|
|
14
|
-
private readonly renderer;
|
|
15
|
-
private readonly BODY_CLASS;
|
|
16
|
-
private readonly containerAttributes;
|
|
17
|
-
private readonly backdropAttributes;
|
|
18
|
-
private readonly defaultSpinnerAttributes;
|
|
19
|
-
private readonly defaultProgressBarAttributes;
|
|
20
|
-
private readonly activeInstances;
|
|
21
|
-
constructor(document: Document, rendererFactory: RendererFactory2, componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, scrollbar: ScrollBar);
|
|
22
|
-
open<T>(content: DfProgressIndicatorContent<T>, options?: DfProgressIndicatorOptions): DfProgressIndicatorRef;
|
|
23
|
-
close(progressIndicatorRef: DfProgressIndicatorRef): void;
|
|
24
|
-
/**
|
|
25
|
-
* Retrieve container according to the desired options.
|
|
26
|
-
*/
|
|
27
|
-
private getContainer;
|
|
28
|
-
private getContent;
|
|
29
|
-
private createComponent;
|
|
30
|
-
private applyOptions;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorService, never>;
|
|
32
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfProgressIndicatorService>;
|
|
33
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare enum RightToLeftDirectionEnum {
|
|
4
|
-
LeftToRight = "ltr",
|
|
5
|
-
RightToLeft = "rtl",
|
|
6
|
-
Auto = "auto"
|
|
7
|
-
}
|
|
8
|
-
export declare class DfDirectionDetectionService {
|
|
9
|
-
getPageDirection(element: ElementRef): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfDirectionDetectionService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfDirectionDetectionService>;
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DfManageBadgeEventsDirective implements AfterViewInit {
|
|
4
|
-
readonly dfManageBadgeEventsSelect: import("@angular/core").InputSignal<[(arg: any) => void, any]>;
|
|
5
|
-
private readonly renderer;
|
|
6
|
-
private readonly element;
|
|
7
|
-
constructor();
|
|
8
|
-
ngAfterViewInit(): void;
|
|
9
|
-
handleKeyDownBackspace(event: any): void;
|
|
10
|
-
handleClick(event: any): void;
|
|
11
|
-
handleKeyDownEnter(event: any): void;
|
|
12
|
-
handleKeyDownDelete(event: any): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfManageBadgeEventsDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfManageBadgeEventsDirective, "[dfManageBadgeEventsSelect]", never, { "dfManageBadgeEventsSelect": { "alias": "dfManageBadgeEventsSelect"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { NgSelectComponent } from '@ng-select/ng-select';
|
|
3
|
-
import { DfDirectionDetectionService } from '../../right-to-left/directionDetection.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DfManageNavSelectDirective implements OnInit {
|
|
6
|
-
private readonly select;
|
|
7
|
-
private readonly element;
|
|
8
|
-
private readonly rtlDirectionService;
|
|
9
|
-
private readonly renderer;
|
|
10
|
-
private direction;
|
|
11
|
-
constructor(select: NgSelectComponent, element: ElementRef, rtlDirectionService: DfDirectionDetectionService, renderer: Renderer2);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
handleKeyDown(event: any): void;
|
|
14
|
-
handleKeyDownBackspace(event: any): void;
|
|
15
|
-
handleKeyDownRight(event: any): void;
|
|
16
|
-
arrowRightInnerHandler(event: any): void;
|
|
17
|
-
arrowLeftInnerHandler(event: any): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfManageNavSelectDirective, [{ host: true; }, null, null, null]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfManageNavSelectDirective, "[dfManageNavSelect]", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DfOptionHighlightDirective implements AfterViewInit {
|
|
4
|
-
readonly dfOptionHighlight: import("@angular/core").InputSignal<string>;
|
|
5
|
-
private readonly label;
|
|
6
|
-
private readonly elementRef;
|
|
7
|
-
private readonly renderer;
|
|
8
|
-
private readonly canHighlight;
|
|
9
|
-
constructor();
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
private setInnerHtml;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfOptionHighlightDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfOptionHighlightDirective, "[dfOptionHighlight]", never, { "dfOptionHighlight": { "alias": "dfOptionHighlight"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const DF_SELECT_CLASS = "df-ym";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./nav/manage-nav-select.directive";
|
|
3
|
-
import * as i2 from "./events/manage-badge-events.directive";
|
|
4
|
-
import * as i3 from "./option-highlight.directive";
|
|
5
|
-
import * as i4 from "@ng-select/ng-select";
|
|
6
|
-
export { DfManageNavSelectDirective } from './nav/manage-nav-select.directive';
|
|
7
|
-
export { DfManageBadgeEventsDirective } from './events/manage-badge-events.directive';
|
|
8
|
-
export { DfOptionHighlightDirective } from './option-highlight.directive';
|
|
9
|
-
export declare class DfSelectModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSelectModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfSelectModule, never, [typeof i1.DfManageNavSelectDirective, typeof i2.DfManageBadgeEventsDirective, typeof i3.DfOptionHighlightDirective], [typeof i1.DfManageNavSelectDirective, typeof i2.DfManageBadgeEventsDirective, typeof i3.DfOptionHighlightDirective, typeof i4.NgSelectModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfSelectModule>;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { NgbTransitionStartFn } from '../animation/ngbTransition';
|
|
2
|
-
export interface DfSideNavCollapseCtx {
|
|
3
|
-
direction: 'show' | 'hide';
|
|
4
|
-
maxWidth?: string;
|
|
5
|
-
minimized?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const DfCollapsingTransition: NgbTransitionStartFn<DfSideNavCollapseCtx>;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A directive to provide a simple way of hiding and showing the sideNav on the page.
|
|
5
|
-
*/
|
|
6
|
-
export declare class DfSideNavCollapseDirective implements OnInit {
|
|
7
|
-
/**
|
|
8
|
-
* If `true`, will collapse the element or show it otherwise.
|
|
9
|
-
*/
|
|
10
|
-
readonly dfSideNavCollapse: import("@angular/core").InputSignal<boolean>;
|
|
11
|
-
private readonly collapsed;
|
|
12
|
-
readonly minimized: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
readonly dfSideNavCollapseChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
14
|
-
/**
|
|
15
|
-
* An event emitted when the collapse element is shown, after the transition. It has no payload.
|
|
16
|
-
*
|
|
17
|
-
* @since 9.1.0
|
|
18
|
-
*/
|
|
19
|
-
readonly shown: import("@angular/core").OutputEmitterRef<void>;
|
|
20
|
-
/**
|
|
21
|
-
* An event emitted when the collapse element is hidden, after the transition. It has no payload.
|
|
22
|
-
*
|
|
23
|
-
* @since 9.1.0
|
|
24
|
-
*/
|
|
25
|
-
readonly hidden: import("@angular/core").OutputEmitterRef<void>;
|
|
26
|
-
private readonly elementRef;
|
|
27
|
-
private readonly sideNavCollapseService;
|
|
28
|
-
private readonly zone;
|
|
29
|
-
private readonly injector;
|
|
30
|
-
private animation;
|
|
31
|
-
constructor();
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
/**
|
|
34
|
-
* Triggers collapsing programmatically.
|
|
35
|
-
*
|
|
36
|
-
* If there is a collapsing transition running already, it will be reversed.
|
|
37
|
-
* If the animations are turned off this happens synchronously.
|
|
38
|
-
*
|
|
39
|
-
* @since 9.1.0
|
|
40
|
-
*/
|
|
41
|
-
toggle(open?: boolean): void;
|
|
42
|
-
private runTransition;
|
|
43
|
-
private runTransitionWithEvents;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavCollapseDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfSideNavCollapseDirective, "[dfSideNavCollapse]", ["dfSideNavCollapse"], { "dfSideNavCollapse": { "alias": "dfSideNavCollapse"; "required": true; "isSignal": true; }; "minimized": { "alias": "minimized"; "required": false; "isSignal": true; }; }, { "dfSideNavCollapseChange": "dfSideNavCollapseChange"; "shown": "shown"; "hidden": "hidden"; }, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dfSideNavCollapse";
|
|
3
|
-
export { DfSideNavCollapseDirective } from './dfSideNavCollapse';
|
|
4
|
-
export { DfSideNavCollapseConfig } from './dfSideNavCollapseConfig';
|
|
5
|
-
export declare class DfSideNavCollapseModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavCollapseModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfSideNavCollapseModule, never, [typeof i1.DfSideNavCollapseDirective], [typeof i1.DfSideNavCollapseDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfSideNavCollapseModule>;
|
|
9
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { DfSideNavCollapseConfig } from './dfSideNavCollapseConfig';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* A service for managing the sidenav panel animation.
|
|
6
|
-
* This service is included at root level
|
|
7
|
-
*
|
|
8
|
-
* Creating a sidenav is straightforward: use [DfSideNavComponent](#/components/sidenav/api#DfSideNavComponent) component
|
|
9
|
-
*/
|
|
10
|
-
export declare class DfSideNavCollapseService {
|
|
11
|
-
private readonly _config;
|
|
12
|
-
private readonly _sideNavAnimation$;
|
|
13
|
-
constructor(_config: DfSideNavCollapseConfig);
|
|
14
|
-
get sideNavAnimation$(): Observable<boolean>;
|
|
15
|
-
/**
|
|
16
|
-
* Use this to activate or desactivate the animation for the sideNav
|
|
17
|
-
* If input is `True` it will activate the animation.
|
|
18
|
-
* Default value for animation is set in by DfSideNavCollapseConfig
|
|
19
|
-
*
|
|
20
|
-
*/
|
|
21
|
-
setAnimation(on: boolean): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavCollapseService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfSideNavCollapseService>;
|
|
24
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgbConfig } from '@ng-bootstrap/ng-bootstrap';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A configuration service for the [DfSideNavCollapseDirective](#/components/sidenav/api#DfSideNavCollapseDirective) component.
|
|
5
|
-
*
|
|
6
|
-
* You can inject this service, typically in your root component, and customize its properties
|
|
7
|
-
* to provide default values for the sideNav used in the application.
|
|
8
|
-
*/
|
|
9
|
-
export declare class DfSideNavCollapseConfig {
|
|
10
|
-
private readonly _ngbConfig;
|
|
11
|
-
private _animation?;
|
|
12
|
-
constructor(_ngbConfig: NgbConfig);
|
|
13
|
-
get animation(): boolean;
|
|
14
|
-
set animation(animation: boolean);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavCollapseConfig, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfSideNavCollapseConfig>;
|
|
17
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* The directive to catch focusin event and put the focus at a defined position in the page
|
|
6
|
-
*
|
|
7
|
-
* @deprecated use {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inert inert} instead
|
|
8
|
-
* @since 9.1.0
|
|
9
|
-
*/
|
|
10
|
-
export declare class DfExcludeTrapDirective implements OnDestroy, OnInit {
|
|
11
|
-
private subscription;
|
|
12
|
-
private subscriptionInput?;
|
|
13
|
-
/**
|
|
14
|
-
* The CSS selector used to get the element to put the focus when catched
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
readonly dfExcludeTrapSelector: import("@angular/core").InputSignal<string>;
|
|
18
|
-
/**
|
|
19
|
-
* The Observable to enable or disable the ExcludeTrap
|
|
20
|
-
* If `True` the excludeTrap will work
|
|
21
|
-
*/
|
|
22
|
-
readonly dfExcludeTrap: import("@angular/core").InputSignal<Observable<boolean>>;
|
|
23
|
-
private readonly zone;
|
|
24
|
-
private readonly element;
|
|
25
|
-
init(): void;
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfExcludeTrapDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfExcludeTrapDirective, "[dfExcludeTrap]", never, { "dfExcludeTrapSelector": { "alias": "dfExcludeTrapSelector"; "required": false; "isSignal": true; }; "dfExcludeTrap": { "alias": "dfExcludeTrap"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { AfterViewChecked, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DfManageSideNavDirective implements AfterViewChecked {
|
|
4
|
-
private readonly element;
|
|
5
|
-
private readonly renderer;
|
|
6
|
-
constructor(element: ElementRef, renderer: Renderer2);
|
|
7
|
-
ngAfterViewChecked(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfManageSideNavDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfManageSideNavDirective, "[dfManageSideNav]", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* A configuration service for the [DfSideNavService](#/components/sidenav/api#DfSideNavComponent) component.
|
|
4
|
-
*
|
|
5
|
-
* You can inject this service, typically in your root component, and customize its properties
|
|
6
|
-
* to provide default values for your sidenav used in the application.
|
|
7
|
-
*/
|
|
8
|
-
export declare class DfSideNavConfig {
|
|
9
|
-
isMinmized: boolean;
|
|
10
|
-
isCollapsed: boolean;
|
|
11
|
-
isPresent: boolean;
|
|
12
|
-
isInMenuOverlay: boolean;
|
|
13
|
-
isAppOverlay: boolean;
|
|
14
|
-
isAppOverlayMode: boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavConfig, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfSideNavConfig>;
|
|
17
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
2
|
-
import { DfSideNavItem } from './sidenav.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DfSideNavHeaderDirective {
|
|
5
|
-
templateRef: TemplateRef<any>;
|
|
6
|
-
constructor(templateRef: TemplateRef<any>);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavHeaderDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfSideNavHeaderDirective, "ng-template[dfSideNavHeader]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
10
|
-
export declare class DfSideNavIconDirective {
|
|
11
|
-
templateRef: TemplateRef<any>;
|
|
12
|
-
constructor(templateRef: TemplateRef<any>);
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavIconDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfSideNavIconDirective, "ng-template[dfSideNavIcon]", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
export declare class DfSideNavItemDirective {
|
|
17
|
-
templateRef: TemplateRef<any>;
|
|
18
|
-
constructor(templateRef: TemplateRef<any>);
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavItemDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfSideNavItemDirective, "ng-template[dfSideNavItem]", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* SideNav is a component to provide navigation feature with a panel on the side of your page
|
|
24
|
-
*
|
|
25
|
-
* It supports several options as:
|
|
26
|
-
* - Being in an overlay menu or not
|
|
27
|
-
* - Being collapsed or not
|
|
28
|
-
* - Can be used with or without Angular Router
|
|
29
|
-
* - Can be used with media queries to adjust behavior to different breakpoints (see media section)
|
|
30
|
-
*/
|
|
31
|
-
export declare class DfSideNavComponent implements OnDestroy {
|
|
32
|
-
readonly tplHeader: import("@angular/core").Signal<DfSideNavHeaderDirective | undefined>;
|
|
33
|
-
readonly tplIcon: import("@angular/core").Signal<DfSideNavIconDirective | undefined>;
|
|
34
|
-
readonly tplItem: import("@angular/core").Signal<DfSideNavItemDirective | undefined>;
|
|
35
|
-
readonly overlayClass: import("@angular/core").WritableSignal<boolean>;
|
|
36
|
-
readonly classes: import("@angular/core").Signal<string>;
|
|
37
|
-
private readonly sideNavService;
|
|
38
|
-
readonly navItems: import("@angular/core").Signal<DfSideNavItem[]>;
|
|
39
|
-
constructor();
|
|
40
|
-
ngOnDestroy(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DfSideNavComponent, "df-sidenav", never, {}, {}, ["tplHeader", "tplIcon", "tplItem"], never, true, never>;
|
|
43
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./manage-sidenav.directive";
|
|
3
|
-
import * as i2 from "./sidenav.component";
|
|
4
|
-
import * as i3 from "./excludeTrap.directive";
|
|
5
|
-
import * as i4 from "./dfSideNavCollapse.module";
|
|
6
|
-
import * as i5 from "../mediaqueries/media.module";
|
|
7
|
-
export { DfSideNavComponent, DfSideNavHeaderDirective, DfSideNavIconDirective, DfSideNavItemDirective } from './sidenav.component';
|
|
8
|
-
export { DfManageSideNavDirective } from './manage-sidenav.directive';
|
|
9
|
-
export { DfExcludeTrapDirective } from '../sidenav/excludeTrap.directive';
|
|
10
|
-
export declare class DfSideNavModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSideNavModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfSideNavModule, never, [typeof i1.DfManageSideNavDirective, typeof i2.DfSideNavComponent, typeof i2.DfSideNavHeaderDirective, typeof i3.DfExcludeTrapDirective, typeof i2.DfSideNavIconDirective, typeof i2.DfSideNavItemDirective], [typeof i1.DfManageSideNavDirective, typeof i2.DfSideNavComponent, typeof i2.DfSideNavHeaderDirective, typeof i3.DfExcludeTrapDirective, typeof i2.DfSideNavIconDirective, typeof i2.DfSideNavItemDirective, typeof i4.DfSideNavCollapseModule, typeof i5.DfMediaModule]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfSideNavModule>;
|
|
14
|
-
}
|