@fundamental-ngx/cdk 0.56.5 → 0.57.0-rc.1
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/data-source/index.d.ts +236 -8
- package/fesm2022/fundamental-ngx-cdk-data-source.mjs +7 -7
- package/fesm2022/fundamental-ngx-cdk-data-source.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-cdk-forms.mjs +10 -10
- package/fesm2022/fundamental-ngx-cdk-forms.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-cdk-utils.mjs +302 -300
- package/fesm2022/fundamental-ngx-cdk-utils.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-cdk.mjs +4 -4
- package/fesm2022/fundamental-ngx-cdk.mjs.map +1 -1
- package/forms/index.d.ts +396 -12
- package/index.d.ts +12 -1
- package/package.json +8 -8
- package/utils/index.d.ts +3253 -24
- package/data-source/base/abstract-data-provider.class.d.ts +0 -54
- package/data-source/base/base-data-source.class.d.ts +0 -64
- package/data-source/data-source.directive.d.ts +0 -46
- package/data-source/data-source.module.d.ts +0 -7
- package/data-source/helpers/apply-datasource-directive.d.ts +0 -6
- package/data-source/helpers/common.d.ts +0 -7
- package/data-source/helpers/is-datasource.d.ts +0 -5
- package/data-source/models/data-source-provider.d.ts +0 -22
- package/data-source/models/data-source.d.ts +0 -16
- package/data-source/models/index.d.ts +0 -3
- package/data-source/models/matching-strategy.d.ts +0 -10
- package/data-source/tokens.d.ts +0 -6
- package/forms/cva/cva-control.class.d.ts +0 -25
- package/forms/cva/cva.directive.d.ts +0 -181
- package/forms/forms.module.d.ts +0 -7
- package/forms/helpers/state.d.ts +0 -3
- package/forms/models/control-type.model.d.ts +0 -6
- package/forms/models/cva.d.ts +0 -4
- package/forms/models/form-error.d.ts +0 -36
- package/forms/models/form-field.d.ts +0 -88
- package/forms/models/form-state.d.ts +0 -2
- package/forms/models/select-item.d.ts +0 -47
- package/forms/tokens/form-field-control.token.d.ts +0 -3
- package/forms/tokens/form-field.token.d.ts +0 -3
- package/fundamental-ngx.module.d.ts +0 -9
- package/utils/abstract-fd-ngx-class.d.ts +0 -28
- package/utils/async-strategy/function-strategy.class.d.ts +0 -8
- package/utils/async-strategy/index.d.ts +0 -6
- package/utils/async-strategy/observable-strategy.class.d.ts +0 -9
- package/utils/async-strategy/promise-strategy.class.d.ts +0 -8
- package/utils/async-strategy/select-strategy.class.d.ts +0 -8
- package/utils/async-strategy/subscription-strategy.interface.d.ts +0 -10
- package/utils/async-strategy/value-strategy.class.d.ts +0 -8
- package/utils/coercion/array.d.ts +0 -2
- package/utils/components/dynamic-portal/dynamic-portal.component.d.ts +0 -36
- package/utils/components/index.d.ts +0 -1
- package/utils/consts/error-messages.d.ts +0 -3
- package/utils/consts/index.d.ts +0 -4
- package/utils/consts/overflow-priority-score.d.ts +0 -2
- package/utils/consts/unicode-letters.regex.d.ts +0 -7
- package/utils/consts/unicode-numbers.regex.d.ts +0 -6
- package/utils/datatypes/color-accent.datatype.d.ts +0 -3
- package/utils/datatypes/hash.datatype.d.ts +0 -3
- package/utils/datatypes/index.d.ts +0 -4
- package/utils/datatypes/object-nesting.types.d.ts +0 -4
- package/utils/datatypes/size.datatype.d.ts +0 -1
- package/utils/decorators/apply-css-class.decorator.d.ts +0 -10
- package/utils/decorators/apply-css-style.decorator.d.ts +0 -10
- package/utils/decorators/coerce-boolean.d.ts +0 -4
- package/utils/decorators/coerce-css-pixel.d.ts +0 -1
- package/utils/decorators/index.d.ts +0 -5
- package/utils/decorators/setter-alternator.d.ts +0 -4
- package/utils/deprecated-selector.class.d.ts +0 -18
- package/utils/directives/auto-complete/auto-complete.directive.d.ts +0 -59
- package/utils/directives/auto-complete/auto-complete.module.d.ts +0 -7
- package/utils/directives/breakpoints/breakpoint.directive.d.ts +0 -78
- package/utils/directives/breakpoints/responsive-breakpoints.d.ts +0 -10
- package/utils/directives/clicked/clicked-behavior.module.d.ts +0 -16
- package/utils/directives/clicked/clicked-event.plugin.d.ts +0 -26
- package/utils/directives/clicked/clicked.directive.d.ts +0 -17
- package/utils/directives/clicked/element-click.observable.d.ts +0 -8
- package/utils/directives/clicked/fdk-clicked-provider.service.d.ts +0 -23
- package/utils/directives/clicked/index.d.ts +0 -5
- package/utils/directives/clicked/provide-fdk-clicked.d.ts +0 -11
- package/utils/directives/disabled/default-disabled-view-modifier.d.ts +0 -9
- package/utils/directives/disabled/disabled-behavior.directive.d.ts +0 -35
- package/utils/directives/disabled/disabled-behavior.interface.d.ts +0 -7
- package/utils/directives/disabled/disabled-behavior.module.d.ts +0 -7
- package/utils/directives/disabled/disabled-view-modifier.interface.d.ts +0 -3
- package/utils/directives/disabled/disabled.observer.d.ts +0 -18
- package/utils/directives/disabled/fdk-disabled-provider.service.d.ts +0 -35
- package/utils/directives/disabled/fdk-disabled.token.d.ts +0 -3
- package/utils/directives/disabled/index.d.ts +0 -8
- package/utils/directives/disabled/set-disabled-state.d.ts +0 -4
- package/utils/directives/focus-key-manager/focus-key-manager-helpers.module.d.ts +0 -8
- package/utils/directives/focus-key-manager/focus-key-manager-item.directive.d.ts +0 -30
- package/utils/directives/focus-key-manager/focus-key-manager-list.directive.d.ts +0 -37
- package/utils/directives/focus-key-manager/focus-key-manager.tokens.d.ts +0 -3
- package/utils/directives/focus-key-manager/index.d.ts +0 -4
- package/utils/directives/focusable-grid/focusable-grid.directive.d.ts +0 -41
- package/utils/directives/focusable-grid/focusable-grid.module.d.ts +0 -8
- package/utils/directives/focusable-grid/focusable-grid.tokens.d.ts +0 -2
- package/utils/directives/focusable-grid/index.d.ts +0 -3
- package/utils/directives/focusable-item/focusable-item.directive.d.ts +0 -75
- package/utils/directives/focusable-item/focusable-item.module.d.ts +0 -7
- package/utils/directives/focusable-item/focusable-item.tokens.d.ts +0 -2
- package/utils/directives/focusable-item/focusable-list.position.d.ts +0 -4
- package/utils/directives/focusable-item/focusable.item.d.ts +0 -10
- package/utils/directives/focusable-item/focusable.observer.d.ts +0 -18
- package/utils/directives/focusable-item/get-item-element.d.ts +0 -7
- package/utils/directives/focusable-item/index.d.ts +0 -8
- package/utils/directives/focusable-item/indirect-focusable-item.directive.d.ts +0 -26
- package/utils/directives/focusable-item/is-element-focusable-by-default.d.ts +0 -4
- package/utils/directives/focusable-item/is-item-focusable.d.ts +0 -6
- package/utils/directives/focusable-list/focusable-list.directive.d.ts +0 -117
- package/utils/directives/focusable-list/focusable-list.module.d.ts +0 -8
- package/utils/directives/focusable-list/focusable-list.tokens.d.ts +0 -2
- package/utils/directives/focusable-list/index.d.ts +0 -5
- package/utils/directives/focusable-list/indirect-focusable-list.directive.d.ts +0 -25
- package/utils/directives/focusable-list/scroll.d.ts +0 -4
- package/utils/directives/ignore-click-on-selection/ignore-click-on-selection.directive.d.ts +0 -17
- package/utils/directives/ignore-click-on-selection/ignore-click-on-selection.module.d.ts +0 -7
- package/utils/directives/ignore-click-on-selection/tokens.d.ts +0 -2
- package/utils/directives/index.d.ts +0 -34
- package/utils/directives/initial-focus/initial-focus.directive.d.ts +0 -43
- package/utils/directives/initial-focus/initial-focus.module.d.ts +0 -7
- package/utils/directives/intersection-spy/intersection-spy.directive.d.ts +0 -18
- package/utils/directives/line-clamp/line-clamp.directive.d.ts +0 -91
- package/utils/directives/line-clamp/line-clamp.module.d.ts +0 -7
- package/utils/directives/only-digits/only-digits.directive.d.ts +0 -39
- package/utils/directives/only-digits/only-digits.module.d.ts +0 -7
- package/utils/directives/overflow-list/overflow-list-item.directive.d.ts +0 -9
- package/utils/directives/overflow-list/overflow-list.directive.d.ts +0 -60
- package/utils/directives/overflow-list/overflow-list.module.d.ts +0 -8
- package/utils/directives/readonly/default-readonly-view-modifier.d.ts +0 -9
- package/utils/directives/readonly/fdk-readonly-provider.service.d.ts +0 -35
- package/utils/directives/readonly/fdk-readonly.token.d.ts +0 -2
- package/utils/directives/readonly/index.d.ts +0 -9
- package/utils/directives/readonly/readonly-behavior.directive.d.ts +0 -24
- package/utils/directives/readonly/readonly-behavior.interface.d.ts +0 -7
- package/utils/directives/readonly/readonly-behavior.module.d.ts +0 -7
- package/utils/directives/readonly/readonly-view-modifier.interface.d.ts +0 -3
- package/utils/directives/readonly/readonly.observer.d.ts +0 -18
- package/utils/directives/readonly/set-readonly-state.d.ts +0 -4
- package/utils/directives/repeat/repeat.directive.d.ts +0 -17
- package/utils/directives/repeat/repeat.module.d.ts +0 -7
- package/utils/directives/resize/resize-handle.directive.d.ts +0 -9
- package/utils/directives/resize/resize.directive.d.ts +0 -60
- package/utils/directives/resize/resize.module.d.ts +0 -8
- package/utils/directives/resize-observer/index.d.ts +0 -1
- package/utils/directives/resize-observer/resize-observer.directive.d.ts +0 -20
- package/utils/directives/selectable-list/index.d.ts +0 -7
- package/utils/directives/selectable-list/select-component-root.token.d.ts +0 -10
- package/utils/directives/selectable-list/selectable-item.directive.d.ts +0 -46
- package/utils/directives/selectable-list/selectable-item.token.d.ts +0 -11
- package/utils/directives/selectable-list/selectable-list.directive.d.ts +0 -34
- package/utils/directives/selectable-list/selectable-list.module.d.ts +0 -8
- package/utils/directives/selectable-list/selectable-list.tokens.d.ts +0 -2
- package/utils/directives/selectable-list/selection.service.d.ts +0 -64
- package/utils/directives/template/template.directive.d.ts +0 -13
- package/utils/directives/template/template.module.d.ts +0 -7
- package/utils/directives/truncate/truncate.directive.d.ts +0 -55
- package/utils/directives/truncate/truncate.module.d.ts +0 -7
- package/utils/drag-and-drop/dnd-item/dnd-item.directive.d.ts +0 -95
- package/utils/drag-and-drop/dnd-keyboard-group/dnd-keyboard-group.directive.d.ts +0 -32
- package/utils/drag-and-drop/dnd-keyboard-item/dnd-keyboard-item.directive.d.ts +0 -61
- package/utils/drag-and-drop/dnd-list/dnd-list.directive.d.ts +0 -113
- package/utils/drag-and-drop/dnd.interfaces.d.ts +0 -40
- package/utils/drag-and-drop/drag-and-drop.module.d.ts +0 -11
- package/utils/drag-and-drop/index.d.ts +0 -7
- package/utils/drag-and-drop/tokens.d.ts +0 -3
- package/utils/dynamic-component/dynamic-component-config.d.ts +0 -8
- package/utils/dynamic-component/dynamic-component-container.d.ts +0 -24
- package/utils/dynamic-component/dynamic-component-injector.d.ts +0 -13
- package/utils/dynamic-component/dynamic-component.service.d.ts +0 -46
- package/utils/dynamic-component/index.d.ts +0 -4
- package/utils/functions/consumer-provider-factory.d.ts +0 -5
- package/utils/functions/element-size.d.ts +0 -12
- package/utils/functions/get-document-font-size.d.ts +0 -2
- package/utils/functions/index.d.ts +0 -13
- package/utils/functions/intersection-observable.d.ts +0 -8
- package/utils/functions/is-compact-density.d.ts +0 -7
- package/utils/functions/is-odd.d.ts +0 -6
- package/utils/functions/key-util.d.ts +0 -16
- package/utils/functions/module-deprecations-provider.d.ts +0 -5
- package/utils/functions/parser-file-size.d.ts +0 -2
- package/utils/functions/random-color-accent.d.ts +0 -3
- package/utils/functions/resize-observable.d.ts +0 -8
- package/utils/functions/scroll.d.ts +0 -7
- package/utils/functions/uuidv4-generator.d.ts +0 -2
- package/utils/helpers/destroy-observable.d.ts +0 -7
- package/utils/helpers/dfs.d.ts +0 -18
- package/utils/helpers/get-native-element.d.ts +0 -13
- package/utils/helpers/index.d.ts +0 -5
- package/utils/helpers/range-selector.d.ts +0 -84
- package/utils/helpers/warn-once.d.ts +0 -2
- package/utils/interfaces/content-density.d.ts +0 -1
- package/utils/interfaces/css-class-builder.interface.d.ts +0 -13
- package/utils/interfaces/css-style-builder.interface.d.ts +0 -5
- package/utils/interfaces/has-element-ref.interface.d.ts +0 -5
- package/utils/interfaces/index.d.ts +0 -7
- package/utils/interfaces/keyboard-support-item.interface.d.ts +0 -6
- package/utils/interfaces/module-deprecation.interface.d.ts +0 -8
- package/utils/interfaces/require.interface.d.ts +0 -6
- package/utils/list-item/list-item-utils.d.ts +0 -7
- package/utils/models/nullable.d.ts +0 -6
- package/utils/pipes/async-or-sync.pipe.d.ts +0 -21
- package/utils/pipes/displayFn.pipe.d.ts +0 -8
- package/utils/pipes/filter-strings.pipe.d.ts +0 -16
- package/utils/pipes/index.d.ts +0 -11
- package/utils/pipes/is-compact.pipe.d.ts +0 -9
- package/utils/pipes/make-async.pipe.d.ts +0 -12
- package/utils/pipes/pipe.module.d.ts +0 -16
- package/utils/pipes/safe.pipe.d.ts +0 -12
- package/utils/pipes/search-highlight.pipe.d.ts +0 -8
- package/utils/pipes/truncate.pipe.d.ts +0 -8
- package/utils/pipes/two-digits.pipe.d.ts +0 -8
- package/utils/pipes/value-by-path.pipe.d.ts +0 -8
- package/utils/services/content-density.service.d.ts +0 -19
- package/utils/services/destroyed.service.d.ts +0 -15
- package/utils/services/focus-trap.service.d.ts +0 -43
- package/utils/services/index.d.ts +0 -9
- package/utils/services/keyboard-support/keyboard-support.service.d.ts +0 -32
- package/utils/services/local-storage.service.d.ts +0 -13
- package/utils/services/observers/attribute.observer.d.ts +0 -26
- package/utils/services/resize-observer.service.d.ts +0 -34
- package/utils/services/rtl.service.d.ts +0 -14
- package/utils/services/tabbable-element.service.d.ts +0 -12
- package/utils/toast/base-toast-animations.d.ts +0 -7
- package/utils/toast/base-toast-positions.d.ts +0 -129
- package/utils/toast/base-toast.service.d.ts +0 -148
- package/utils/toast/classes/action-dismissible/base-toast-action-dismissible-ref.d.ts +0 -23
- package/utils/toast/classes/base-toast-animated-container.component.d.ts +0 -41
- package/utils/toast/classes/base-toast-config.d.ts +0 -53
- package/utils/toast/classes/base-toast-container.component.d.ts +0 -55
- package/utils/toast/classes/base-toast-overlay-container.d.ts +0 -16
- package/utils/toast/classes/base-toast-ref.d.ts +0 -35
- package/utils/toast/classes/duration-dismissible/base-toast-duration-dismissible-config.d.ts +0 -15
- package/utils/toast/classes/duration-dismissible/base-toast-duration-dismissible-container.component.d.ts +0 -20
- package/utils/toast/classes/duration-dismissible/base-toast-duration-dismissible-ref.d.ts +0 -20
- package/utils/toast/classes/duration-dismissible/base-toast-duration-dismissible.service.d.ts +0 -11
- package/utils/toast/index.d.ts +0 -15
- package/utils/toast/interfaces/toast-container-component.interface.d.ts +0 -14
- package/utils/toast/interfaces/toast-duration-dismissible-container-component.interface.d.ts +0 -6
- package/utils/toast/interfaces/toast-text-component.interface.d.ts +0 -5
- package/utils/tokens/module-deprecations.token.d.ts +0 -3
- package/utils/tokens/viewport-size.observable.d.ts +0 -8
- package/utils/typecheck.d.ts +0 -47
- package/utils/utils.module.d.ts +0 -25
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Nullable } from '../../models/nullable';
|
|
2
|
-
export type ScrollPosition = 'top' | 'bottom' | undefined;
|
|
3
|
-
/** Helper function to scroll to focusable list or its item relatively to the container. */
|
|
4
|
-
export declare function scrollIntoView(element: Nullable<HTMLElement>, position: Nullable<ScrollPosition>): void;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive will stop propagation and prevent default of click, if selected area is coming from
|
|
5
|
-
* directive's host element. This gives ability to not cancel all clicks on element, just the ones
|
|
6
|
-
* which include selection
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgnoreClickOnSelectionDirective {
|
|
9
|
-
private document;
|
|
10
|
-
private _elementRef;
|
|
11
|
-
/** @hidden */
|
|
12
|
-
constructor(document: Document, _elementRef: ElementRef<HTMLElement>);
|
|
13
|
-
/** Host click listener. Checks for selection existence and if finds one, checks anchor */
|
|
14
|
-
clicked($event: MouseEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgnoreClickOnSelectionDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IgnoreClickOnSelectionDirective, "[fdkIgnoreClickOnSelection]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ignore-click-on-selection.directive";
|
|
3
|
-
export declare class IgnoreClickOnSelectionModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgnoreClickOnSelectionModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgnoreClickOnSelectionModule, never, [typeof i1.IgnoreClickOnSelectionDirective], [typeof i1.IgnoreClickOnSelectionDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgnoreClickOnSelectionModule>;
|
|
7
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export * from './auto-complete/auto-complete.directive';
|
|
2
|
-
export * from './auto-complete/auto-complete.module';
|
|
3
|
-
export * from './breakpoints/breakpoint.directive';
|
|
4
|
-
export * from './clicked';
|
|
5
|
-
export * from './disabled';
|
|
6
|
-
export * from './focus-key-manager';
|
|
7
|
-
export * from './focusable-grid';
|
|
8
|
-
export * from './focusable-item';
|
|
9
|
-
export * from './focusable-list';
|
|
10
|
-
export * from './ignore-click-on-selection/ignore-click-on-selection.directive';
|
|
11
|
-
export * from './ignore-click-on-selection/ignore-click-on-selection.module';
|
|
12
|
-
export * from './ignore-click-on-selection/tokens';
|
|
13
|
-
export * from './initial-focus/initial-focus.directive';
|
|
14
|
-
export * from './initial-focus/initial-focus.module';
|
|
15
|
-
export * from './intersection-spy/intersection-spy.directive';
|
|
16
|
-
export * from './line-clamp/line-clamp.directive';
|
|
17
|
-
export * from './line-clamp/line-clamp.module';
|
|
18
|
-
export * from './only-digits/only-digits.directive';
|
|
19
|
-
export * from './only-digits/only-digits.module';
|
|
20
|
-
export * from './overflow-list/overflow-list-item.directive';
|
|
21
|
-
export * from './overflow-list/overflow-list.directive';
|
|
22
|
-
export * from './overflow-list/overflow-list.module';
|
|
23
|
-
export * from './readonly';
|
|
24
|
-
export * from './repeat/repeat.directive';
|
|
25
|
-
export * from './repeat/repeat.module';
|
|
26
|
-
export * from './resize-observer';
|
|
27
|
-
export * from './resize/resize-handle.directive';
|
|
28
|
-
export * from './resize/resize.directive';
|
|
29
|
-
export * from './resize/resize.module';
|
|
30
|
-
export * from './selectable-list';
|
|
31
|
-
export * from './template/template.directive';
|
|
32
|
-
export * from './template/template.module';
|
|
33
|
-
export * from './truncate/truncate.directive';
|
|
34
|
-
export * from './truncate/truncate.module';
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import { TabbableElementService } from '../../services/tabbable-element.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InitialFocusDirective implements AfterViewInit {
|
|
5
|
-
private _elmRef;
|
|
6
|
-
private _ngZone;
|
|
7
|
-
private readonly _tabbableService;
|
|
8
|
-
/**
|
|
9
|
-
* CSS selector of an element that should be focused.
|
|
10
|
-
*/
|
|
11
|
-
fdkInitialFocus: string;
|
|
12
|
-
/**
|
|
13
|
-
* Whether initial focus enabled for a current element.
|
|
14
|
-
*/
|
|
15
|
-
set enabled(value: boolean);
|
|
16
|
-
get enabled(): boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Whether to focus last element in a found array of elements.
|
|
19
|
-
*/
|
|
20
|
-
focusLastElement: boolean;
|
|
21
|
-
/** @hidden */
|
|
22
|
-
private readonly _destroyRef;
|
|
23
|
-
/** @hidden */
|
|
24
|
-
private readonly _enabled$;
|
|
25
|
-
/** @hidden */
|
|
26
|
-
constructor(_elmRef: ElementRef<HTMLElement>, _ngZone: NgZone, _tabbableService: TabbableElementService);
|
|
27
|
-
/** @hidden */
|
|
28
|
-
ngAfterViewInit(): void;
|
|
29
|
-
/**
|
|
30
|
-
* @hidden
|
|
31
|
-
* Executes a function when the zone is stable.
|
|
32
|
-
*/
|
|
33
|
-
private _executeOnEmpty;
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
* Searches for an appropriate focusable element
|
|
37
|
-
*/
|
|
38
|
-
private _getFocusableElement;
|
|
39
|
-
/** @hidden */
|
|
40
|
-
private _focus;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialFocusDirective, never>;
|
|
42
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialFocusDirective, "[fdkInitialFocus]", never, { "fdkInitialFocus": { "alias": "fdkInitialFocus"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "focusLastElement": { "alias": "focusLastElement"; "required": false; }; }, {}, never, never, true, never>;
|
|
43
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./initial-focus.directive";
|
|
3
|
-
export declare class InitialFocusModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialFocusModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InitialFocusModule, never, [typeof i1.InitialFocusDirective], [typeof i1.InitialFocusDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<InitialFocusModule>;
|
|
7
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IntersectionSpyDirective implements OnInit {
|
|
4
|
-
/** Intersection offset in px. */
|
|
5
|
-
offset: number;
|
|
6
|
-
/** Intersection observer options. */
|
|
7
|
-
viewportOptions: IntersectionObserverInit;
|
|
8
|
-
/** Event emitted when intersection observer emits with the current element. */
|
|
9
|
-
intersected: EventEmitter<boolean>;
|
|
10
|
-
/** @hidden */
|
|
11
|
-
private readonly _destroyRef;
|
|
12
|
-
/** @hidden */
|
|
13
|
-
private readonly _elementRef;
|
|
14
|
-
/** @hidden */
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionSpyDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IntersectionSpyDirective, "[fdkIntersectionSpy]", never, { "offset": { "alias": "fdkIntersectionSpy"; "required": false; }; "viewportOptions": { "alias": "viewportOptions"; "required": false; }; }, { "intersected": "intersected"; }, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Nullable } from '../../models/nullable';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LineClampTargetDirective implements OnChanges, AfterViewInit {
|
|
5
|
-
private readonly _elementRef;
|
|
6
|
-
/**
|
|
7
|
-
* Target text for clamping
|
|
8
|
-
*/
|
|
9
|
-
fdLineClampTargetText: string;
|
|
10
|
-
/**
|
|
11
|
-
* Event with target instance for clamping
|
|
12
|
-
*/
|
|
13
|
-
update: EventEmitter<LineClampTargetDirective>;
|
|
14
|
-
/** @hidden */
|
|
15
|
-
constructor(_elementRef: ElementRef);
|
|
16
|
-
/**
|
|
17
|
-
* Native element of clamping target
|
|
18
|
-
*/
|
|
19
|
-
get targetElement(): HTMLElement;
|
|
20
|
-
/** @hidden */
|
|
21
|
-
ngOnChanges(): void;
|
|
22
|
-
/** @hidden */
|
|
23
|
-
ngAfterViewInit(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LineClampTargetDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LineClampTargetDirective, "[fdkLineClampTarget], [fdLineClampTarget], [fd-lineclamp-target]", ["fdLineClampTarget"], { "fdLineClampTargetText": { "alias": "fdLineClampTargetText"; "required": false; }; }, { "update": "update"; }, never, never, true, never>;
|
|
26
|
-
}
|
|
27
|
-
export declare class LineClampDirective implements OnChanges, AfterViewInit {
|
|
28
|
-
private readonly _elementRef;
|
|
29
|
-
private readonly _renderer;
|
|
30
|
-
/**
|
|
31
|
-
* Count lines for clamping
|
|
32
|
-
*/
|
|
33
|
-
set fdLineClampLines(value: Nullable<number>);
|
|
34
|
-
/**
|
|
35
|
-
* Clamping state
|
|
36
|
-
*/
|
|
37
|
-
fdLineclampState: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Event return count of lines from the target
|
|
40
|
-
*/
|
|
41
|
-
lineCountUpdate: EventEmitter<number>;
|
|
42
|
-
/** @hidden */
|
|
43
|
-
private _lineClampTarget;
|
|
44
|
-
/** @hidden */
|
|
45
|
-
private _originalText;
|
|
46
|
-
/** @hidden */
|
|
47
|
-
private _isNativeSupport;
|
|
48
|
-
/** @hidden */
|
|
49
|
-
private _lineCount;
|
|
50
|
-
/** @hidden */
|
|
51
|
-
private viewportSize$;
|
|
52
|
-
/** @hidden */
|
|
53
|
-
private _destroyRef;
|
|
54
|
-
/** @hidden */
|
|
55
|
-
/**
|
|
56
|
-
* Root native element of clamping box
|
|
57
|
-
*/
|
|
58
|
-
get rootElement(): HTMLElement;
|
|
59
|
-
/** @hidden */
|
|
60
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2);
|
|
61
|
-
/** @hidden */
|
|
62
|
-
ngAfterViewInit(): void;
|
|
63
|
-
/** @hidden */
|
|
64
|
-
ngOnChanges(): void;
|
|
65
|
-
/** @hidden */
|
|
66
|
-
reset(): void;
|
|
67
|
-
/** @hidden */
|
|
68
|
-
refreshTarget(event: LineClampTargetDirective): void;
|
|
69
|
-
/** @hidden */
|
|
70
|
-
refreshClamp(): void;
|
|
71
|
-
/** @hidden
|
|
72
|
-
* Truncate text in the target box, if browser not support lineclamp style
|
|
73
|
-
*/
|
|
74
|
-
private _truncate;
|
|
75
|
-
/** @hidden
|
|
76
|
-
* Get lineheight for rootelement, if browser not support lineclamp style
|
|
77
|
-
*/
|
|
78
|
-
private getLineHeight;
|
|
79
|
-
/** @hidden
|
|
80
|
-
* Setup native styles for lineclamp text
|
|
81
|
-
*/
|
|
82
|
-
private native;
|
|
83
|
-
/** @hidden
|
|
84
|
-
* Reset native styles for lineclamp text
|
|
85
|
-
*/
|
|
86
|
-
private _resetNative;
|
|
87
|
-
/** @hidden */
|
|
88
|
-
private _checkLineCount;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LineClampDirective, never>;
|
|
90
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LineClampDirective, "[fdkLineClamp]", ["fdLineClamp"], { "fdLineClampLines": { "alias": "fdLineClampLines"; "required": false; }; "fdLineclampState": { "alias": "fdLineclampState"; "required": false; }; }, { "lineCountUpdate": "lineCountUpdate"; }, never, never, true, never>;
|
|
91
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./line-clamp.directive";
|
|
3
|
-
export declare class LineClampModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LineClampModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LineClampModule, never, [typeof i1.LineClampTargetDirective, typeof i1.LineClampDirective], [typeof i1.LineClampTargetDirective, typeof i1.LineClampDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LineClampModule>;
|
|
7
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OnlyDigitsDirective {
|
|
4
|
-
private readonly _el;
|
|
5
|
-
/** Allow using decimal */
|
|
6
|
-
decimal: boolean;
|
|
7
|
-
/** Define decimal separator
|
|
8
|
-
* Default: .(dot)
|
|
9
|
-
*/
|
|
10
|
-
decimalSeparator: string;
|
|
11
|
-
/** @hidden */
|
|
12
|
-
private _inputElement;
|
|
13
|
-
/** @hidden */
|
|
14
|
-
private _hasDecimalPoint;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
constructor(_el: ElementRef);
|
|
17
|
-
/** @hidden */
|
|
18
|
-
onKeyDown(e: KeyboardEvent): void;
|
|
19
|
-
/** @hidden */
|
|
20
|
-
onPaste(event: any): void;
|
|
21
|
-
/** @hidden */
|
|
22
|
-
onDrop(event: DragEvent): void;
|
|
23
|
-
/** @hidden */
|
|
24
|
-
private _pasteData;
|
|
25
|
-
/** @hidden */
|
|
26
|
-
private _insertAtCursor;
|
|
27
|
-
/** @hidden */
|
|
28
|
-
private _triggerEvent;
|
|
29
|
-
/** @hidden */
|
|
30
|
-
private _sanitizeInput;
|
|
31
|
-
/** @hidden */
|
|
32
|
-
private _isValidDecimal;
|
|
33
|
-
/** @hidden */
|
|
34
|
-
private get _getSelection();
|
|
35
|
-
/** @hidden */
|
|
36
|
-
private _forecastValue;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyDigitsDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyDigitsDirective, "[fdkOnlyDigits]", never, { "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./only-digits.directive";
|
|
3
|
-
export declare class OnlyDigitsModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyDigitsModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnlyDigitsModule, never, [typeof i1.OnlyDigitsDirective], [typeof i1.OnlyDigitsDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OnlyDigitsModule>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OverflowListItemDirective {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor(el: ElementRef);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowListItemDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowListItemDirective, "[fdkOverflowListItem]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, NgZone, QueryList } from '@angular/core';
|
|
2
|
-
import { OverflowListItemDirective } from './overflow-list-item.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class OverflowListDirective implements AfterViewInit {
|
|
5
|
-
private _el;
|
|
6
|
-
private _ngZone;
|
|
7
|
-
/**
|
|
8
|
-
* @description Offset to calculate correct position
|
|
9
|
-
*/
|
|
10
|
-
overflowOffset: number;
|
|
11
|
-
/**
|
|
12
|
-
* @description Flag representing rtl mode
|
|
13
|
-
*/
|
|
14
|
-
isRtl: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* @description value of display property of existed list items
|
|
17
|
-
*/
|
|
18
|
-
itemCssBlockValue: string;
|
|
19
|
-
/**
|
|
20
|
-
* @description Emits when changed amount of extra items
|
|
21
|
-
*/
|
|
22
|
-
overflowChanged: EventEmitter<number>;
|
|
23
|
-
/**
|
|
24
|
-
* @description References to QueryList of OverflowListItemDirective
|
|
25
|
-
*/
|
|
26
|
-
overflowItems: QueryList<OverflowListItemDirective>;
|
|
27
|
-
/** @hidden */
|
|
28
|
-
private readonly _destroyRef;
|
|
29
|
-
/** @hidden */
|
|
30
|
-
private observer;
|
|
31
|
-
/** @hidden */
|
|
32
|
-
constructor(_el: ElementRef, _ngZone: NgZone);
|
|
33
|
-
/** @hidden */
|
|
34
|
-
ngAfterViewInit(): void;
|
|
35
|
-
/**
|
|
36
|
-
* @description Get amount of extra items in current list
|
|
37
|
-
* */
|
|
38
|
-
getAmountOfExtraItems(): number;
|
|
39
|
-
/**
|
|
40
|
-
* @description Ensuring that calculations run in the Angular zone
|
|
41
|
-
*/
|
|
42
|
-
calculateOverflow(): void;
|
|
43
|
-
private initResizeObserver;
|
|
44
|
-
/** @hidden */
|
|
45
|
-
private _calculateAmountOfOverflowedItems;
|
|
46
|
-
/**
|
|
47
|
-
* @hidden
|
|
48
|
-
* @param arrItems
|
|
49
|
-
* @param containerWidth
|
|
50
|
-
* @param checkWithOffset
|
|
51
|
-
* */
|
|
52
|
-
private _checkWidthWithOffset;
|
|
53
|
-
/**
|
|
54
|
-
* @param arrItems
|
|
55
|
-
* @hidden
|
|
56
|
-
* */
|
|
57
|
-
private _clearTempStyles;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowListDirective, never>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OverflowListDirective, "[fdkOverflowList]", never, { "overflowOffset": { "alias": "overflowOffset"; "required": false; }; "isRtl": { "alias": "isRtl"; "required": false; }; "itemCssBlockValue": { "alias": "itemCssBlockValue"; "required": false; }; }, { "overflowChanged": "overflowChanged"; }, ["overflowItems"], never, true, never>;
|
|
60
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./overflow-list.directive";
|
|
3
|
-
import * as i2 from "./overflow-list-item.directive";
|
|
4
|
-
export declare class OverflowListModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowListModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowListModule, never, [typeof i1.OverflowListDirective, typeof i2.OverflowListItemDirective], [typeof i1.OverflowListDirective, typeof i2.OverflowListItemDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OverflowListModule>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ReadonlyViewModifier } from './readonly-view-modifier.interface';
|
|
3
|
-
export declare class DefaultReadonlyViewModifier implements ReadonlyViewModifier {
|
|
4
|
-
private elementRef;
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor(elementRef: ElementRef<Element>);
|
|
7
|
-
/** @hidden */
|
|
8
|
-
setReadonlyState: (isDisabled: boolean) => void;
|
|
9
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ElementRef, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
-
import { ReplaySubject } from 'rxjs';
|
|
3
|
-
import { ReadonlyBehavior } from './readonly-behavior.interface';
|
|
4
|
-
import { ReadonlyViewModifier } from './readonly-view-modifier.interface';
|
|
5
|
-
import { ReadonlyObserver } from './readonly.observer';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FdkReadonlyProvider extends ReplaySubject<boolean> implements ReadonlyBehavior, OnDestroy {
|
|
8
|
-
private ngZone;
|
|
9
|
-
private elementRef;
|
|
10
|
-
private readonlyObserver;
|
|
11
|
-
private selfReadonly$;
|
|
12
|
-
private parentReadonly$;
|
|
13
|
-
/** @Hidden */
|
|
14
|
-
fdkReadonly: boolean;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
private readonly _viewModifiers$;
|
|
17
|
-
/** @hidden */
|
|
18
|
-
private _readonlyChange$;
|
|
19
|
-
/** @hidden */
|
|
20
|
-
private readonly _destroyRef;
|
|
21
|
-
/** @hidden */
|
|
22
|
-
constructor(ngZone: NgZone, elementRef: ElementRef<Element>, readonlyObserver: ReadonlyObserver, selfReadonly$: ReadonlyBehavior, parentReadonly$: ReadonlyBehavior);
|
|
23
|
-
/** @hidden */
|
|
24
|
-
addViewModifier(modifier: ReadonlyViewModifier): void;
|
|
25
|
-
/** @hidden */
|
|
26
|
-
setReadonlyState(isReadonly: boolean): void;
|
|
27
|
-
/** @hidden */
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
/** @hidden */
|
|
30
|
-
private _getReadonlyChange$;
|
|
31
|
-
/** @hidden */
|
|
32
|
-
private _getInitialViewModifiers;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FdkReadonlyProvider, [null, null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FdkReadonlyProvider>;
|
|
35
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './default-readonly-view-modifier';
|
|
2
|
-
export * from './fdk-readonly-provider.service';
|
|
3
|
-
export * from './fdk-readonly.token';
|
|
4
|
-
export * from './readonly-behavior.directive';
|
|
5
|
-
export * from './readonly-behavior.interface';
|
|
6
|
-
export * from './readonly-behavior.module';
|
|
7
|
-
export * from './readonly-view-modifier.interface';
|
|
8
|
-
export * from './readonly.observer';
|
|
9
|
-
export * from './set-readonly-state';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, DestroyRef, ElementRef } from '@angular/core';
|
|
2
|
-
import { ReplaySubject } from 'rxjs';
|
|
3
|
-
import { ReadonlyBehavior } from './readonly-behavior.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ReadonlyBehaviorDirective extends ReplaySubject<boolean> implements ReadonlyBehavior, AfterViewInit {
|
|
6
|
-
private _elementRef;
|
|
7
|
-
private _destroyRef;
|
|
8
|
-
/** @Hidden */
|
|
9
|
-
set fdkReadonly(value: boolean);
|
|
10
|
-
get fdkReadonly(): boolean;
|
|
11
|
-
/** @Hidden */
|
|
12
|
-
_readonly: boolean;
|
|
13
|
-
/** @hidden */
|
|
14
|
-
private readonly _readonlyInput$;
|
|
15
|
-
/** @hidden */
|
|
16
|
-
constructor(_elementRef: ElementRef<HTMLElement>, _destroyRef: DestroyRef);
|
|
17
|
-
/** @Hidden */
|
|
18
|
-
setReadonlyState: (isReadonly: boolean) => void;
|
|
19
|
-
/** @hidden */
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReadonlyBehaviorDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReadonlyBehaviorDirective, "[fdkReadonly]", never, { "fdkReadonly": { "alias": "fdkReadonly"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
-
static ngAcceptInputType_fdkReadonly: unknown;
|
|
24
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./readonly-behavior.directive";
|
|
3
|
-
export declare class ReadonlyBehaviorModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReadonlyBehaviorModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ReadonlyBehaviorModule, never, [typeof i1.ReadonlyBehaviorDirective], [typeof i1.ReadonlyBehaviorDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ReadonlyBehaviorModule>;
|
|
7
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { HasElementRef } from '../../interfaces/has-element-ref.interface';
|
|
4
|
-
import { AttributeObserver } from '../../services/observers/attribute.observer';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ReadonlyObserver {
|
|
7
|
-
private _attributeObserver;
|
|
8
|
-
/** @Hidden */
|
|
9
|
-
constructor(_attributeObserver: AttributeObserver);
|
|
10
|
-
/** @Hidden */
|
|
11
|
-
static isReadonly(element: Element): boolean;
|
|
12
|
-
/** @hidden */
|
|
13
|
-
observe(element: HasElementRef<Element> | Element | ElementRef<Element>): Observable<boolean>;
|
|
14
|
-
/** @Hidden */
|
|
15
|
-
unobserve(element: HasElementRef<Element> | Element | ElementRef<Element>): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReadonlyObserver, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ReadonlyObserver>;
|
|
18
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { HasElementRef } from '../../interfaces/has-element-ref.interface';
|
|
3
|
-
/** @Hidden */
|
|
4
|
-
export declare function setReadonlyState(element: HasElementRef<Element> | Element | ElementRef<Element>, isReadonly: boolean): void;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive to repeatably render template N times.
|
|
5
|
-
*/
|
|
6
|
-
export declare class RepeatDirective implements OnChanges {
|
|
7
|
-
private readonly _templateRef;
|
|
8
|
-
private readonly _viewContainerRef;
|
|
9
|
-
/** Number of times to render a template. */
|
|
10
|
-
count: number;
|
|
11
|
-
/** @hidden */
|
|
12
|
-
constructor(_templateRef: TemplateRef<any>, _viewContainerRef: ViewContainerRef);
|
|
13
|
-
/** @hidden */
|
|
14
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RepeatDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RepeatDirective, "[fdkRepeat]", never, { "count": { "alias": "fdkRepeat"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./repeat.directive";
|
|
3
|
-
export declare class RepeatModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RepeatModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RepeatModule, never, [typeof i1.RepeatDirective], [typeof i1.RepeatDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RepeatModule>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ResizeHandleDirective {
|
|
4
|
-
elementRef: ElementRef;
|
|
5
|
-
/** @hidden */
|
|
6
|
-
constructor(elementRef: ElementRef);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeHandleDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeHandleDirective, "[fdkResizeHandle]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { Nullable } from '../../models/nullable';
|
|
3
|
-
import { RtlService } from '../../services/rtl.service';
|
|
4
|
-
import { ResizeHandleDirective } from './resize-handle.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ResizeDirective implements OnChanges, AfterViewInit, OnDestroy {
|
|
7
|
-
private _elementRef;
|
|
8
|
-
private _rtlService;
|
|
9
|
-
/** Element limiting resizable container growth */
|
|
10
|
-
resizeBoundary: string | HTMLElement;
|
|
11
|
-
/** Whether resizable behaviour should be disabled */
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
/** Additional class to be applied to the Element ref during resize. */
|
|
14
|
-
fdkResizeClass: string;
|
|
15
|
-
/** Localization of resize handle inside resizable container */
|
|
16
|
-
resizeHandleLocation: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
17
|
-
/** Resize handle reference - should be used if Resize handle is not a ContentChild of resizable container */
|
|
18
|
-
set setResizeHandleReference(value: ResizeHandleDirective);
|
|
19
|
-
/** Emits event when resizing has tarted */
|
|
20
|
-
onResizeStart: EventEmitter<void>;
|
|
21
|
-
/** Emits event when resizing has ended */
|
|
22
|
-
onResizeEnd: EventEmitter<void>;
|
|
23
|
-
/** @hidden Reference to Resize handle */
|
|
24
|
-
set resizeHandleReference(value: Nullable<ResizeHandleDirective>);
|
|
25
|
-
get resizeHandleReference(): Nullable<ResizeHandleDirective>;
|
|
26
|
-
/** @hidden */
|
|
27
|
-
private _resizeHandleReference;
|
|
28
|
-
/** @hidden */
|
|
29
|
-
private _subscriptions;
|
|
30
|
-
/** @hidden */
|
|
31
|
-
private _resizeSubscriptions;
|
|
32
|
-
/** @hidden */
|
|
33
|
-
private readonly _direction$;
|
|
34
|
-
/** @hidden */
|
|
35
|
-
constructor(_elementRef: ElementRef<HTMLElement>, _rtlService: RtlService);
|
|
36
|
-
/** @hidden */
|
|
37
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
38
|
-
/** @hidden */
|
|
39
|
-
ngAfterViewInit(): void;
|
|
40
|
-
/** @hidden */
|
|
41
|
-
ngOnDestroy(): void;
|
|
42
|
-
/** @hidden */
|
|
43
|
-
private _unsubscribe;
|
|
44
|
-
/** @hidden Sets Resize listeners */
|
|
45
|
-
private _setResizeListeners;
|
|
46
|
-
/** @hidden Creates resize function*/
|
|
47
|
-
private _getResizeFunction;
|
|
48
|
-
/** @hidden Creates move function */
|
|
49
|
-
private _getMoveOffsetFunction;
|
|
50
|
-
/** @hidden Return boundary container */
|
|
51
|
-
private _findResizeContainer;
|
|
52
|
-
/** @hidden Check whether resizable container is overflowing boundary container */
|
|
53
|
-
private _getBoundaryOverflowFunction;
|
|
54
|
-
/** @hidden Create Observable notifying on resize actions */
|
|
55
|
-
private _getResizeEventsNotifiers;
|
|
56
|
-
/** @hidden Block resizable container pointer events when resizing */
|
|
57
|
-
private _blockOtherPointerEvents;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDirective, [null, { optional: true; }]>;
|
|
59
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDirective, "[fdkResize]", never, { "resizeBoundary": { "alias": "fdkResizeBoundary"; "required": false; }; "disabled": { "alias": "fdkResizeDisabled"; "required": false; }; "fdkResizeClass": { "alias": "fdkResizeClass"; "required": false; }; "resizeHandleLocation": { "alias": "fdkResizeHandleLocation"; "required": false; }; "setResizeHandleReference": { "alias": "fdkResizeResizeHandleRef"; "required": false; }; }, { "onResizeStart": "onResizeStart"; "onResizeEnd": "onResizeEnd"; }, ["resizeHandleReference"], never, true, never>;
|
|
60
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./resize.directive";
|
|
3
|
-
import * as i2 from "./resize-handle.directive";
|
|
4
|
-
export declare class ResizeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResizeModule, never, [typeof i1.ResizeDirective, typeof i2.ResizeHandleDirective], [typeof i1.ResizeDirective, typeof i2.ResizeHandleDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ResizeModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './resize-observer.directive';
|