@fundamental-ngx/cdk 0.55.0-rc.16 → 0.55.0-rc.18
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, EventEmitter, inject, DestroyRef,
|
|
2
|
+
import { InjectionToken, EventEmitter, inject, DestroyRef, Input, Output, Directive, NgModule } from '@angular/core';
|
|
3
3
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
4
4
|
import { BehaviorSubject, Subscription, isObservable, of, Subject } from 'rxjs';
|
|
5
5
|
import { isBlank, isStringMap, isType, isJsObject, isFunction } from '@fundamental-ngx/cdk/utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, isDevMode, EventEmitter, inject, computed, ElementRef, signal,
|
|
2
|
+
import { InjectionToken, isDevMode, EventEmitter, inject, computed, ElementRef, signal, Input, ViewChild, Output, Directive, NgModule, ChangeDetectorRef, DestroyRef, Injectable } from '@angular/core';
|
|
3
3
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
4
4
|
import { NgControl, ControlContainer, NgForm } from '@angular/forms';
|
|
5
5
|
import { Subject, Subscription } from 'rxjs';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DOCUMENT, CommonModule, AsyncPipe } from '@angular/common';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { INJECTOR, ElementRef, isDevMode, InjectionToken, EventEmitter, inject, NgZone,
|
|
3
|
+
import { INJECTOR, ElementRef, isDevMode, InjectionToken, EventEmitter, inject, NgZone, Input, Output, Directive, NgModule, DestroyRef, Injectable, Optional, Inject, booleanAttribute, Renderer2, PLATFORM_ID, Self, SkipSelf, ContentChildren, forwardRef, HostListener, HostBinding, Injector, computed, ContentChild, QueryList, ViewContainerRef, TemplateRef, ViewChild, Component, NgModuleFactory, Pipe, signal } from '@angular/core';
|
|
4
4
|
import { RIGHT_ARROW, DOWN_ARROW, LEFT_ARROW, UP_ARROW, SPACE, ESCAPE, DELETE, ENTER, MAC_ENTER, TAB, HOME, END, ALT, CONTROL, META, SHIFT, BACKSPACE, A, C, V, X, PAGE_UP, PAGE_DOWN, DASH, NUMPAD_MINUS, NUMPAD_ZERO, NUMPAD_ONE, NUMPAD_TWO, NUMPAD_THREE, NUMPAD_FOUR, NUMPAD_FIVE, NUMPAD_SIX, NUMPAD_SEVEN, NUMPAD_EIGHT, NUMPAD_NINE, F2, F7, hasModifierKey } from '@angular/cdk/keycodes';
|
|
5
5
|
import { takeUntilDestroyed, toSignal } from '@angular/core/rxjs-interop';
|
|
6
|
-
import { Observable, NEVER, fromEvent, switchMap, map as map$1, Subject, BehaviorSubject, ReplaySubject, merge, combineLatest, filter as filter$1, firstValueFrom, debounceTime, distinctUntilChanged as distinctUntilChanged$1, startWith as startWith$1, Subscription,
|
|
6
|
+
import { Observable, NEVER, fromEvent, switchMap, map as map$1, Subject, BehaviorSubject, ReplaySubject, merge, combineLatest, filter as filter$1, firstValueFrom, debounceTime, distinctUntilChanged as distinctUntilChanged$1, startWith as startWith$1, Subscription, of, isObservable, tap as tap$1, take as take$1 } from 'rxjs';
|
|
7
7
|
import { map, first, distinctUntilChanged, startWith, takeUntil, filter, tap, switchMap as switchMap$1, finalize, take, debounceTime as debounceTime$1, pairwise, shareReplay, delay } from 'rxjs/operators';
|
|
8
8
|
import { coerceElement, coerceBooleanProperty, coerceNumberProperty, coerceArray, coerceCssPixelValue } from '@angular/cdk/coercion';
|
|
9
9
|
import { get, findLastIndex, escape } from 'lodash-es';
|
|
@@ -19,8 +19,8 @@ import deepEqual from 'fast-deep-equal';
|
|
|
19
19
|
import * as i1$2 from '@angular/cdk/drag-drop';
|
|
20
20
|
import { DragDrop, moveItemInArray, transferArrayItem, DragDropModule } from '@angular/cdk/drag-drop';
|
|
21
21
|
import * as i1$3 from '@angular/cdk/portal';
|
|
22
|
-
import { DomPortal, TemplatePortal, ComponentPortal,
|
|
23
|
-
import { trigger, state,
|
|
22
|
+
import { DomPortal, TemplatePortal, ComponentPortal, PortalModule, CdkPortalOutlet, BasePortalOutlet } from '@angular/cdk/portal';
|
|
23
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
24
24
|
import { __decorate, __metadata } from 'tslib';
|
|
25
25
|
|
|
26
26
|
/**
|