@covalent/core 10.4.0-beta.2 → 11.0.0-beta.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/breadcrumbs/index.d.ts +82 -3
- package/common/index.d.ts +388 -3
- package/dialogs/index.d.ts +263 -3
- package/dynamic-menu/index.d.ts +63 -3
- package/fesm2022/covalent-core-breadcrumbs.mjs +1 -1
- package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/covalent-core-common.mjs +2 -2
- package/fesm2022/covalent-core-common.mjs.map +1 -1
- package/fesm2022/covalent-core-dialogs.mjs +3 -5
- package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
- package/fesm2022/covalent-core-dynamic-menu.mjs +4 -6
- package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
- package/fesm2022/covalent-core-file.mjs +2 -2
- package/fesm2022/covalent-core-file.mjs.map +1 -1
- package/fesm2022/covalent-core-json-formatter.mjs +2 -2
- package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
- package/fesm2022/covalent-core-layout.mjs +1 -1
- package/fesm2022/covalent-core-layout.mjs.map +1 -1
- package/fesm2022/covalent-core-loading.mjs.map +1 -1
- package/fesm2022/covalent-core-menu.mjs.map +1 -1
- package/fesm2022/covalent-core-message.mjs +2 -2
- package/fesm2022/covalent-core-message.mjs.map +1 -1
- package/fesm2022/covalent-core-search.mjs +3 -3
- package/fesm2022/covalent-core-search.mjs.map +1 -1
- package/fesm2022/covalent-core-side-sheet.mjs +7 -5
- package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
- package/fesm2022/covalent-core-user-profile.mjs +5 -4
- package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
- package/fesm2022/covalent-core.mjs.map +1 -1
- package/file/index.d.ts +282 -3
- package/index.d.ts +2 -5
- package/json-formatter/index.d.ts +89 -3
- package/layout/index.d.ts +555 -3
- package/loading/index.d.ts +341 -3
- package/menu/index.d.ts +16 -3
- package/message/index.d.ts +112 -3
- package/package.json +13 -13
- package/search/index.d.ts +181 -3
- package/side-sheet/index.d.ts +264 -3
- package/theming/_all-theme.scss +10 -1
- package/theming/_teradata-theme.scss +7 -7
- package/theming/prebuilt/all-theme-dark.css +1 -1
- package/theming/prebuilt/all-theme-dark.css.map +1 -1
- package/theming/prebuilt/all-theme-light.css +1 -1
- package/theming/prebuilt/all-theme-light.css.map +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
- package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
- package/theming/prebuilt/blue-orange.css +1 -1
- package/theming/prebuilt/blue-orange.css.map +1 -1
- package/theming/prebuilt/indigo-pink.css +1 -1
- package/theming/prebuilt/indigo-pink.css.map +1 -1
- package/theming/prebuilt/orange-light-blue.css +1 -1
- package/theming/prebuilt/orange-light-blue.css.map +1 -1
- package/theming/prebuilt/teal-orange.css +1 -1
- package/theming/prebuilt/teal-orange.css.map +1 -1
- package/user-profile/index.d.ts +26 -3
- package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +0 -37
- package/breadcrumbs/breadcrumbs.component.d.ts +0 -36
- package/breadcrumbs/breadcrumbs.module.d.ts +0 -12
- package/breadcrumbs/public_api.d.ts +0 -3
- package/common/animations/bounce/bounce.animation.d.ts +0 -14
- package/common/animations/collapse/collapse.animation.d.ts +0 -20
- package/common/animations/common/interfaces.d.ts +0 -5
- package/common/animations/fade/fadeInOut.animation.d.ts +0 -20
- package/common/animations/flash/flash.animation.d.ts +0 -14
- package/common/animations/headshake/headshake.animation.d.ts +0 -14
- package/common/animations/jello/jello.animation.d.ts +0 -14
- package/common/animations/pulse/pulse.animation.d.ts +0 -14
- package/common/animations/rotate/rotate.animation.d.ts +0 -21
- package/common/behaviors/control-value-accesor.mixin.d.ts +0 -16
- package/common/behaviors/disable-ripple.mixin.d.ts +0 -9
- package/common/behaviors/disabled.mixin.d.ts +0 -9
- package/common/common.module.d.ts +0 -21
- package/common/directives/fullscreen/fullscreen.directive.d.ts +0 -25
- package/common/directives/web-components/form-control.directive.d.ts +0 -21
- package/common/forms/auto-trim/auto-trim.directive.d.ts +0 -12
- package/common/forms/validators/validators.d.ts +0 -8
- package/common/functions/clipboard.d.ts +0 -9
- package/common/functions/convert.d.ts +0 -31
- package/common/functions/download.d.ts +0 -48
- package/common/functions/file.d.ts +0 -7
- package/common/pipes/bytes/bytes.pipe.d.ts +0 -7
- package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +0 -7
- package/common/pipes/digits/digits.pipe.d.ts +0 -10
- package/common/pipes/time-ago/time-ago.pipe.d.ts +0 -7
- package/common/pipes/time-difference/time-difference.pipe.d.ts +0 -7
- package/common/pipes/time-until/time-until.pipe.d.ts +0 -7
- package/common/pipes/truncate/truncate.pipe.d.ts +0 -7
- package/common/public_api.d.ts +0 -39
- package/common/services/icon.service.d.ts +0 -8
- package/common/services/router-path.service.d.ts +0 -10
- package/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -12
- package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -15
- package/dialogs/dialog.component.d.ts +0 -27
- package/dialogs/dialogs.module.d.ts +0 -16
- package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +0 -24
- package/dialogs/public_api.d.ts +0 -9
- package/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.d.ts +0 -21
- package/dialogs/services/dialog.service.d.ts +0 -127
- package/dialogs/status-dialog/status-dialog.component.d.ts +0 -23
- package/dialogs/window-dialog/window-dialog.component.d.ts +0 -16
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +0 -12
- package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +0 -10
- package/dynamic-menu/dynamic-menu.component.d.ts +0 -11
- package/dynamic-menu/dynamic-menu.menu.d.ts +0 -22
- package/dynamic-menu/dynamic-menu.module.d.ts +0 -13
- package/dynamic-menu/public_api.d.ts +0 -5
- package/file/directives/file-drop.directive.d.ts +0 -50
- package/file/directives/file-select.directive.d.ts +0 -33
- package/file/file-input/file-input.component.d.ts +0 -67
- package/file/file-upload/file-upload.component.d.ts +0 -91
- package/file/file.module.d.ts +0 -14
- package/file/public_api.d.ts +0 -6
- package/file/services/file.service.d.ts +0 -34
- package/json-formatter/collapse.animation.d.ts +0 -24
- package/json-formatter/json-formatter.component.d.ts +0 -78
- package/json-formatter/json-formatter.module.d.ts +0 -11
- package/json-formatter/public_api.d.ts +0 -2
- package/layout/layout-card-over/layout-card-over.component.d.ts +0 -31
- package/layout/layout-footer/layout-footer.component.d.ts +0 -17
- package/layout/layout-manage-list/layout-manage-list.component.d.ts +0 -66
- package/layout/layout-manage-list/layout-manage-list.directives.d.ts +0 -25
- package/layout/layout-nav/layout-nav.component.d.ts +0 -45
- package/layout/layout-nav-list/layout-nav-list.component.d.ts +0 -104
- package/layout/layout-nav-list/layout-nav-list.directives.d.ts +0 -25
- package/layout/layout-toggle.class.d.ts +0 -40
- package/layout/layout.component.d.ts +0 -66
- package/layout/layout.directives.d.ts +0 -25
- package/layout/layout.module.d.ts +0 -20
- package/layout/navigation-drawer/navigation-drawer.component.d.ts +0 -120
- package/layout/public_api.d.ts +0 -12
- package/loading/directives/loading.directive.d.ts +0 -70
- package/loading/loading.component.d.ts +0 -90
- package/loading/loading.module.d.ts +0 -8
- package/loading/public_api.d.ts +0 -5
- package/loading/services/loading.factory.d.ts +0 -69
- package/loading/services/loading.service.d.ts +0 -118
- package/menu/menu.component.d.ts +0 -5
- package/menu/menu.module.d.ts +0 -11
- package/menu/public_api.d.ts +0 -2
- package/message/collapse.animation.d.ts +0 -24
- package/message/message.component.d.ts +0 -101
- package/message/message.module.d.ts +0 -11
- package/message/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -1
- package/search/public_api.d.ts +0 -3
- package/search/search-box/search-box.component.d.ts +0 -88
- package/search/search-input/search-input.component.d.ts +0 -84
- package/search/search.module.d.ts +0 -12
- package/side-sheet/public_api.d.ts +0 -5
- package/side-sheet/side-sheet-container.d.ts +0 -110
- package/side-sheet/side-sheet-ref.d.ts +0 -12
- package/side-sheet/side-sheet.animation.d.ts +0 -4
- package/side-sheet/side-sheet.config.d.ts +0 -9
- package/side-sheet/side-sheet.content-directives.d.ts +0 -67
- package/side-sheet/side-sheet.d.ts +0 -66
- package/side-sheet/side-sheet.module.d.ts +0 -12
- package/user-profile/public_api.d.ts +0 -3
- package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +0 -8
- package/user-profile/user-profile.component.d.ts +0 -7
- package/user-profile/user-profile.module.d.ts +0 -11
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* const tdFlashAnimation
|
|
4
|
-
*
|
|
5
|
-
* Parameter Options:
|
|
6
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 500 ms.
|
|
7
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
8
|
-
* * ease: Animation accelerate and decelerate style. Defaults to ease-out.
|
|
9
|
-
*
|
|
10
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a flash animation.
|
|
11
|
-
*
|
|
12
|
-
* usage: [@tdFlash]="{ value: true | false, params: { duration: 200 }}"
|
|
13
|
-
*/
|
|
14
|
-
export declare const tdFlashAnimation: AnimationTriggerMetadata;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* const tdHeadshakeAnimation
|
|
4
|
-
*
|
|
5
|
-
* Parameter Options:
|
|
6
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 500 ms.
|
|
7
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
8
|
-
* * ease: Animation accelerate and decelerate style. Defaults to ease-out.
|
|
9
|
-
*
|
|
10
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a headshake animation.
|
|
11
|
-
*
|
|
12
|
-
* usage: [@tdHeadshake]="{ value: true | false, params: { duration: 200 }}"
|
|
13
|
-
*/
|
|
14
|
-
export declare const tdHeadshakeAnimation: AnimationTriggerMetadata;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* const tdJelloAnimation
|
|
4
|
-
*
|
|
5
|
-
* Parameter Options:
|
|
6
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 500 ms.
|
|
7
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
8
|
-
* * ease: Animation accelerate and decelerate style. Defaults to ease-out.
|
|
9
|
-
*
|
|
10
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a jello animation.
|
|
11
|
-
*
|
|
12
|
-
* usage: [@tdJello]="{ value: true | false, params: { duration: 200 }}"
|
|
13
|
-
*/
|
|
14
|
-
export declare const tdJelloAnimation: AnimationTriggerMetadata;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* const tdPulseAnimation
|
|
4
|
-
*
|
|
5
|
-
* Parameter Options:
|
|
6
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 500 ms.
|
|
7
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
8
|
-
* * ease: Animation accelerate and decelerate style. Defaults to ease-out.
|
|
9
|
-
*
|
|
10
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a pulse animation.
|
|
11
|
-
*
|
|
12
|
-
* usage: [@tdPulse]="{ value: true | false, params: { duration: 200 }}"
|
|
13
|
-
*/
|
|
14
|
-
export declare const tdPulseAnimation: AnimationTriggerMetadata;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
import { IAnimationOptions } from '../common/interfaces';
|
|
3
|
-
export interface IRotateAnimation extends IAnimationOptions {
|
|
4
|
-
degrees?: number;
|
|
5
|
-
ease?: string;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* const tdRotateAnimation
|
|
9
|
-
*
|
|
10
|
-
* Parameter Options:
|
|
11
|
-
* * degressStart: Degrees of rotation that the dom object will end up in during the "false" state
|
|
12
|
-
* * degreesEnd: Degrees of rotation that the dom object will end up in during the "true" state
|
|
13
|
-
* * duration: Duration the animation will run in milliseconds. Defaults to 150 ms.
|
|
14
|
-
* * delay: Delay before the animation will run in milliseconds. Defaults to 0 ms.
|
|
15
|
-
* * ease: Animation accelerates and decelerates. Defaults to ease-in.
|
|
16
|
-
*
|
|
17
|
-
* Returns an [AnimationTriggerMetadata] object with boolean states for a rotation animation.
|
|
18
|
-
*
|
|
19
|
-
* usage: [@tdRotate]="{ value: true | false, params: { degreesEnd: 90 }}"
|
|
20
|
-
*/
|
|
21
|
-
export declare const tdRotateAnimation: AnimationTriggerMetadata;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
type Constructor<T> = new (...args: any[]) => T;
|
|
5
|
-
export interface IControlValueAccessor extends ControlValueAccessor {
|
|
6
|
-
value: any;
|
|
7
|
-
valueChanges: Observable<any>;
|
|
8
|
-
onChange: (_: any) => any;
|
|
9
|
-
onTouched: () => any;
|
|
10
|
-
}
|
|
11
|
-
export interface IHasChangeDetectorRef {
|
|
12
|
-
_changeDetectorRef: ChangeDetectorRef;
|
|
13
|
-
}
|
|
14
|
-
/** Mixin to augment a component with ngModel support. */
|
|
15
|
-
export declare function mixinControlValueAccessor<T extends Constructor<IHasChangeDetectorRef>>(base: T, initialValue?: any): Constructor<IControlValueAccessor> & T;
|
|
16
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type Constructor<T> = new (...args: any[]) => T;
|
|
2
|
-
/** Interface to implement when applying the disabled mixin */
|
|
3
|
-
export interface ICanDisableRipple {
|
|
4
|
-
disableRipple: boolean;
|
|
5
|
-
onDisableRippleChange(v: boolean): void;
|
|
6
|
-
}
|
|
7
|
-
/** Mixin to augment a component or directive with a `disabled` property. */
|
|
8
|
-
export declare function mixinDisableRipple<T extends Constructor<Record<string, unknown>>>(base: T): Constructor<ICanDisableRipple> & T;
|
|
9
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type Constructor<T> = new (...args: any[]) => T;
|
|
2
|
-
/** Interface to implement when applying the disabled mixin */
|
|
3
|
-
export interface ICanDisable {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
onDisabledChange(v: boolean): void;
|
|
6
|
-
}
|
|
7
|
-
/** Mixin to augment a component or directive with a `disabled` property. */
|
|
8
|
-
export declare function mixinDisabled<T extends Constructor<any>>(base: T): Constructor<ICanDisable> & T;
|
|
9
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./forms/auto-trim/auto-trim.directive";
|
|
3
|
-
import * as i2 from "./directives/fullscreen/fullscreen.directive";
|
|
4
|
-
import * as i3 from "./pipes/time-ago/time-ago.pipe";
|
|
5
|
-
import * as i4 from "./pipes/time-difference/time-difference.pipe";
|
|
6
|
-
import * as i5 from "./pipes/time-until/time-until.pipe";
|
|
7
|
-
import * as i6 from "./pipes/bytes/bytes.pipe";
|
|
8
|
-
import * as i7 from "./pipes/decimal-bytes/decimal-bytes.pipe";
|
|
9
|
-
import * as i8 from "./pipes/digits/digits.pipe";
|
|
10
|
-
import * as i9 from "./pipes/truncate/truncate.pipe";
|
|
11
|
-
import * as i10 from "@angular/forms";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated This module is deprecated and will be removed in future versions.
|
|
15
|
-
* Please migrate to using standalone components as soon as possible.
|
|
16
|
-
*/
|
|
17
|
-
export declare class CovalentCommonModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentCommonModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentCommonModule, never, [typeof i1.TdAutoTrimDirective, typeof i2.TdFullscreenDirective, typeof i3.TdTimeAgoPipe, typeof i4.TdTimeDifferencePipe, typeof i5.TdTimeUntilPipe, typeof i6.TdBytesPipe, typeof i7.TdDecimalBytesPipe, typeof i8.TdDigitsPipe, typeof i9.TdTruncatePipe], [typeof i10.FormsModule, typeof i11.CommonModule, typeof i1.TdAutoTrimDirective, typeof i2.TdFullscreenDirective, typeof i3.TdTimeAgoPipe, typeof i4.TdTimeDifferencePipe, typeof i5.TdTimeUntilPipe, typeof i6.TdBytesPipe, typeof i7.TdDecimalBytesPipe, typeof i8.TdDigitsPipe, typeof i9.TdTruncatePipe]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentCommonModule>;
|
|
21
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
interface IFsDocument extends HTMLDocument {
|
|
4
|
-
fullscreenElement: Element;
|
|
5
|
-
webkitFullscreenElement: Element;
|
|
6
|
-
mozFullscreenElement: Element;
|
|
7
|
-
msFullscreenElement: Element;
|
|
8
|
-
webkitExitFullscreen: () => void;
|
|
9
|
-
mozCancelFullScreen: () => void;
|
|
10
|
-
msExitFullscreen: () => void;
|
|
11
|
-
}
|
|
12
|
-
export declare class TdFullscreenDirective {
|
|
13
|
-
private _document;
|
|
14
|
-
private _el;
|
|
15
|
-
fullScreenIsActive: boolean;
|
|
16
|
-
constructor(_document: IFsDocument, _el: ElementRef);
|
|
17
|
-
fsChangeHandler(event: Event): void;
|
|
18
|
-
toggleFullScreen(): void;
|
|
19
|
-
enterFullScreen(): void;
|
|
20
|
-
exitFullScreen(): void;
|
|
21
|
-
private _getFullScreenElement;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdFullscreenDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdFullscreenDirective, "[tdFullScreen]", ["tdFullScreen"], {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CovalentTextfieldValueAccessorDirective implements ControlValueAccessor {
|
|
5
|
-
private _elementRef;
|
|
6
|
-
_ngControl: NgControl;
|
|
7
|
-
private _onChange;
|
|
8
|
-
private _onTouched;
|
|
9
|
-
constructor(_elementRef: ElementRef<any>, _ngControl: NgControl);
|
|
10
|
-
writeValue(value: string): void;
|
|
11
|
-
registerOnChange(fn: any): void;
|
|
12
|
-
registerOnTouched(fn: any): void;
|
|
13
|
-
handleChange(event: Event): void;
|
|
14
|
-
handleBlur(): void;
|
|
15
|
-
setDisabledState(isDisabled: boolean): void;
|
|
16
|
-
private _isCheckBox;
|
|
17
|
-
private _isRadio;
|
|
18
|
-
private _updateValidity;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentTextfieldValueAccessorDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CovalentTextfieldValueAccessorDirective, "cv-textfield[formControl], cv-textarea[formControl], cv-select[formControl], cv-checkbox[formControl], cv-checkbox-icon[formControl], cv-radio[formControl], cv-radio-icon[formControl], cv-textfield[formControlName], cv-textarea[formControlName], cv-select[formControlName], cv-checkbox[formControlName], cv-checkbox-icon[formControlName], cv-radio[formControlName], cv-radio-icon[formControlName],", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { NgModel } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdAutoTrimDirective {
|
|
4
|
-
private _model;
|
|
5
|
-
constructor(_model: NgModel);
|
|
6
|
-
/**
|
|
7
|
-
* Listens to host's (blur) event and trims value.
|
|
8
|
-
*/
|
|
9
|
-
onBlur(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdAutoTrimDirective, [{ optional: true; host: true; }]>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdAutoTrimDirective, "[tdAutoTrim]", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare class CovalentValidators {
|
|
3
|
-
static min(minValue: any): ValidatorFn;
|
|
4
|
-
static max(maxValue: any): ValidatorFn;
|
|
5
|
-
static numberRequired(c: AbstractControl): {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Assign a text value to the system clipboard. Note: Due to browser
|
|
3
|
-
* security restrictions, the copy will only succeed if this method
|
|
4
|
-
* is invoked as a result of a user action (eg. user button click).
|
|
5
|
-
*
|
|
6
|
-
* @param value text value to be assigned to clipboard.
|
|
7
|
-
* @returns boolean indicating success/failure of copy operation.
|
|
8
|
-
*/
|
|
9
|
-
export declare function copyToClipboard(value: string): boolean;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Conversion function that takes an array of objects and converts
|
|
3
|
-
* them to CSV format. Custom key and line separators can be specified.
|
|
4
|
-
*
|
|
5
|
-
* @param objects list of strings in JSON format or actual objects
|
|
6
|
-
* @param keySeparator optional parameter to specify custom value separator
|
|
7
|
-
* @param lineSeparator optional parameter to specify custom end of line separator
|
|
8
|
-
* @returns CSV formatted string
|
|
9
|
-
*/
|
|
10
|
-
export declare function convertObjectsToCSV(objects: any[], keySeparator?: string, lineSeparator?: string): string;
|
|
11
|
-
/**
|
|
12
|
-
* Conversion function that takes a CSV representation
|
|
13
|
-
* of objects and converts them to JSON.
|
|
14
|
-
* The first row in the input must be the object keys.
|
|
15
|
-
* Custom key separator and line separator can be specified.
|
|
16
|
-
* Indentation size for output JSON can be specified.
|
|
17
|
-
*
|
|
18
|
-
* @param csv list of strings in JSON format or actual objects
|
|
19
|
-
* @param keySeparator optional parameter to specify custom value separator
|
|
20
|
-
* @param lineSeparator optional parameter to specify custom end of line separator
|
|
21
|
-
* @param indent optional parameter indicating space indentation for pretty output. Default is 2.
|
|
22
|
-
* @returns JSON formatted string
|
|
23
|
-
*/
|
|
24
|
-
export declare function convertCSVToJSON(csv: string, keySeparator?: string, lineSeparator?: string, indent?: number): string;
|
|
25
|
-
/**
|
|
26
|
-
* Convert object to JSON using stringify. Indentation size for output JSON can be specified.
|
|
27
|
-
*
|
|
28
|
-
* @param json object to be converted
|
|
29
|
-
* @param indent optional parameter indicating space indentation for pretty output. Default is 2.
|
|
30
|
-
*/
|
|
31
|
-
export declare function formatJSON(json: object, indent?: number): string;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Download CSV content to the specified file with .csv extension
|
|
3
|
-
* appended to the provided base file name.
|
|
4
|
-
*
|
|
5
|
-
* @param fileBaseName base name of destination file
|
|
6
|
-
* @param csv CSV contents
|
|
7
|
-
*/
|
|
8
|
-
export declare function downloadCSV(fileBaseName: string, csv: string): void;
|
|
9
|
-
/**
|
|
10
|
-
* Download JSON content to the specified file with .json extension
|
|
11
|
-
* appended to the provided base file name.
|
|
12
|
-
*
|
|
13
|
-
* @param fileBaseName base name of destination file
|
|
14
|
-
* @param json JSON contents
|
|
15
|
-
* @param format indicates if JSON should be prettied
|
|
16
|
-
* @param indent optional parameter indicating space indentation for pretty output. Default is 2
|
|
17
|
-
*/
|
|
18
|
-
export declare function downloadJSON(fileBaseName: string, json: string, format?: boolean, indent?: number): void;
|
|
19
|
-
/**
|
|
20
|
-
* Convert objects to CSV format and download to file with .csv
|
|
21
|
-
* extension appended to the provided base file name. Custom key
|
|
22
|
-
* separator and line separator can be specified.
|
|
23
|
-
*
|
|
24
|
-
* @param fileBaseName base name of destination file
|
|
25
|
-
* @param objects object array to be converted to CSV format
|
|
26
|
-
* prior to writing to download destination
|
|
27
|
-
* @param keySeparator optional parameter to specify custom value separator
|
|
28
|
-
* @param lineSeparator optional parameter to specify custom end of line separator
|
|
29
|
-
*/
|
|
30
|
-
export declare function downloadObjectsToCSV(fileBaseName: string, objects: any[], keySeparator?: string, lineSeparator?: string): void;
|
|
31
|
-
/**
|
|
32
|
-
* Convert objects to JSON format and download to file with .json
|
|
33
|
-
* extension appended to the provided base file name.
|
|
34
|
-
*
|
|
35
|
-
* @param fileBaseName base name of destination file
|
|
36
|
-
* @param objects object array to be converted to JSON format
|
|
37
|
-
* prior to writing to download destination
|
|
38
|
-
* @param indent optional parameter indicating space indentation for pretty output. Default is 2
|
|
39
|
-
*/
|
|
40
|
-
export declare function downloadObjectsToJSON(fileBaseName: string, objects: any[], indent?: number): void;
|
|
41
|
-
/**
|
|
42
|
-
* Download string content to the specified file with desired mime type.
|
|
43
|
-
*
|
|
44
|
-
* @param fileName full filename (including appropriate extension) of destination file
|
|
45
|
-
* @param contents string contents to be written to download destination
|
|
46
|
-
* @param mimeType mime type appropriate to file content to support consumption of destination file
|
|
47
|
-
*/
|
|
48
|
-
export declare function downloadFile(fileName: string, contents: string, mimeType?: string): void;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdBytesPipe implements PipeTransform {
|
|
4
|
-
transform(bytes: any, precision?: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdBytesPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdBytesPipe, "bytes", true>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdDecimalBytesPipe implements PipeTransform {
|
|
4
|
-
transform(bytes: any, precision?: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDecimalBytesPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdDecimalBytesPipe, "decimalBytes", true>;
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdDigitsPipe implements PipeTransform {
|
|
4
|
-
private _locale;
|
|
5
|
-
private _decimalPipe;
|
|
6
|
-
constructor(_locale?: string);
|
|
7
|
-
transform(digits: any, precision?: number): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDigitsPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdDigitsPipe, "digits", true>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdTimeAgoPipe implements PipeTransform {
|
|
4
|
-
transform(time: any, reference?: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdTimeAgoPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdTimeAgoPipe, "timeAgo", true>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdTimeDifferencePipe implements PipeTransform {
|
|
4
|
-
transform(start: any, end?: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdTimeDifferencePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdTimeDifferencePipe, "timeDifference", true>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdTimeUntilPipe implements PipeTransform {
|
|
4
|
-
transform(time: any, reference?: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdTimeUntilPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdTimeUntilPipe, "timeUntil", true>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdTruncatePipe implements PipeTransform {
|
|
4
|
-
transform(text: any, length?: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdTruncatePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TdTruncatePipe, "truncate", true>;
|
|
7
|
-
}
|
package/common/public_api.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export * from './common.module';
|
|
2
|
-
export * from './animations/rotate/rotate.animation';
|
|
3
|
-
export * from './animations/collapse/collapse.animation';
|
|
4
|
-
export * from './animations/fade/fadeInOut.animation';
|
|
5
|
-
export * from './animations/bounce/bounce.animation';
|
|
6
|
-
export * from './animations/flash/flash.animation';
|
|
7
|
-
export * from './animations/headshake/headshake.animation';
|
|
8
|
-
export * from './animations/jello/jello.animation';
|
|
9
|
-
export * from './animations/pulse/pulse.animation';
|
|
10
|
-
/**
|
|
11
|
-
* BEHAVIORS
|
|
12
|
-
*/
|
|
13
|
-
export * from './behaviors/control-value-accesor.mixin';
|
|
14
|
-
export * from './behaviors/disabled.mixin';
|
|
15
|
-
export * from './behaviors/disable-ripple.mixin';
|
|
16
|
-
/**
|
|
17
|
-
* Directives
|
|
18
|
-
*/
|
|
19
|
-
export * from './forms/auto-trim/auto-trim.directive';
|
|
20
|
-
export * from './directives/fullscreen/fullscreen.directive';
|
|
21
|
-
export * from './directives/web-components/form-control.directive';
|
|
22
|
-
export * from './forms/validators/validators';
|
|
23
|
-
/**
|
|
24
|
-
* FUNCTIONS
|
|
25
|
-
*/
|
|
26
|
-
export * from './functions/clipboard';
|
|
27
|
-
export * from './functions/convert';
|
|
28
|
-
export * from './functions/download';
|
|
29
|
-
export * from './functions/file';
|
|
30
|
-
/**
|
|
31
|
-
* PIPES
|
|
32
|
-
*/
|
|
33
|
-
export * from './pipes/time-ago/time-ago.pipe';
|
|
34
|
-
export * from './pipes/time-difference/time-difference.pipe';
|
|
35
|
-
export * from './pipes/bytes/bytes.pipe';
|
|
36
|
-
export * from './pipes/digits/digits.pipe';
|
|
37
|
-
export * from './pipes/truncate/truncate.pipe';
|
|
38
|
-
export * from './pipes/decimal-bytes/decimal-bytes.pipe';
|
|
39
|
-
export * from './pipes/time-until/time-until.pipe';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IconService {
|
|
3
|
-
private _icons;
|
|
4
|
-
get icons(): string[];
|
|
5
|
-
filter(query: string): string[];
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RouterPathService {
|
|
4
|
-
private _router;
|
|
5
|
-
private static _previousRoute;
|
|
6
|
-
constructor(_router: Router);
|
|
7
|
-
getPreviousRoute(): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouterPathService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RouterPathService>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdAlertDialogComponent {
|
|
4
|
-
private _dialogRef;
|
|
5
|
-
title?: string;
|
|
6
|
-
message?: string;
|
|
7
|
-
closeButton?: string;
|
|
8
|
-
constructor(_dialogRef: MatDialogRef<TdAlertDialogComponent>);
|
|
9
|
-
close(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdAlertDialogComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdAlertDialogComponent, "td-alert-dialog", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdConfirmDialogComponent {
|
|
4
|
-
private _dialogRef;
|
|
5
|
-
title?: string;
|
|
6
|
-
message?: string;
|
|
7
|
-
cancelButton: string;
|
|
8
|
-
acceptButton: string;
|
|
9
|
-
isDestructive: boolean;
|
|
10
|
-
constructor(_dialogRef: MatDialogRef<TdConfirmDialogComponent>);
|
|
11
|
-
cancel(): void;
|
|
12
|
-
accept(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdConfirmDialogComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdConfirmDialogComponent, "td-confirm-dialog", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { QueryList, AfterContentInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TdDialogTitleDirective {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogTitleDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogTitleDirective, "[tdDialogTitle]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
7
|
-
export declare class TdDialogContentDirective {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogContentDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogContentDirective, "[tdDialogContent]", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export declare class TdDialogActionsDirective {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogActionsDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogActionsDirective, "[tdDialogActions]", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
15
|
-
export declare class TdDialogStatusDirective {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogStatusDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TdDialogStatusDirective, "[tdDialogStatus]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
19
|
-
export declare class TdDialogComponent implements AfterContentInit {
|
|
20
|
-
dialogTitle: QueryList<TdDialogTitleDirective>;
|
|
21
|
-
dialogContent: QueryList<TdDialogContentDirective>;
|
|
22
|
-
dialogActions: QueryList<TdDialogActionsDirective>;
|
|
23
|
-
dialogStatus: QueryList<TdDialogStatusDirective>;
|
|
24
|
-
ngAfterContentInit(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdDialogComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdDialogComponent, "td-dialog", never, {}, {}, ["dialogTitle", "dialogContent", "dialogActions", "dialogStatus"], ["[tdDialogStatus]", "[tdDialogTitle]", "[tdDialogContent]", "[tdDialogActions]"], true, never>;
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./alert-dialog/alert-dialog.component";
|
|
3
|
-
import * as i2 from "./confirm-dialog/confirm-dialog.component";
|
|
4
|
-
import * as i3 from "./prompt-dialog/prompt-dialog.component";
|
|
5
|
-
import * as i4 from "./dialog.component";
|
|
6
|
-
import * as i5 from "./window-dialog/window-dialog.component";
|
|
7
|
-
import * as i6 from "./status-dialog/status-dialog.component";
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated This module is deprecated and will be removed in future versions.
|
|
10
|
-
* Please migrate to using standalone components as soon as possible.
|
|
11
|
-
*/
|
|
12
|
-
export declare class CovalentDialogsModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentDialogsModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentDialogsModule, never, [typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i4.TdDialogComponent, typeof i4.TdDialogStatusDirective, typeof i4.TdDialogTitleDirective, typeof i4.TdDialogActionsDirective, typeof i4.TdDialogContentDirective, typeof i5.TdWindowDialogComponent, typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i6.TdStatusDialogComponent], [typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i4.TdDialogComponent, typeof i4.TdDialogStatusDirective, typeof i4.TdDialogTitleDirective, typeof i4.TdDialogActionsDirective, typeof i4.TdDialogContentDirective, typeof i5.TdWindowDialogComponent, typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i6.TdStatusDialogComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentDialogsModule>;
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { ElementRef, AfterViewInit, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TdPromptDialogComponent implements AfterViewInit, OnDestroy {
|
|
5
|
-
private _ngZone;
|
|
6
|
-
private _dialogRef;
|
|
7
|
-
title?: string;
|
|
8
|
-
message?: string;
|
|
9
|
-
value?: string;
|
|
10
|
-
cancelButton: string;
|
|
11
|
-
acceptButton: string;
|
|
12
|
-
/** The native `<input matInput />` element. */
|
|
13
|
-
_input: ElementRef<HTMLInputElement>;
|
|
14
|
-
_closeBtn: ElementRef<HTMLButtonElement>;
|
|
15
|
-
_acceptBtn: ElementRef<HTMLButtonElement>;
|
|
16
|
-
private _destroy$;
|
|
17
|
-
constructor(_ngZone: NgZone, _dialogRef: MatDialogRef<TdPromptDialogComponent>);
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
cancel(): void;
|
|
21
|
-
accept(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdPromptDialogComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdPromptDialogComponent, "td-prompt-dialog", never, {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
package/dialogs/public_api.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './dialogs.module';
|
|
2
|
-
export * from './dialog.component';
|
|
3
|
-
export * from './alert-dialog/alert-dialog.component';
|
|
4
|
-
export * from './confirm-dialog/confirm-dialog.component';
|
|
5
|
-
export * from './prompt-dialog/prompt-dialog.component';
|
|
6
|
-
export * from './status-dialog/status-dialog.component';
|
|
7
|
-
export * from './services/dialog.service';
|
|
8
|
-
export * from './resizable-draggable-dialog/resizable-draggable-dialog';
|
|
9
|
-
export * from './window-dialog/window-dialog.component';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Renderer2 } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { DragRef } from '@angular/cdk/drag-drop';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
export declare class ResizableDraggableDialog {
|
|
6
|
-
private _document;
|
|
7
|
-
private _renderer2;
|
|
8
|
-
private _dialogRef;
|
|
9
|
-
private _dragRef;
|
|
10
|
-
cornerElements: HTMLElement[];
|
|
11
|
-
pointerDownSubs: Subscription[];
|
|
12
|
-
constructor(_document: any, _renderer2: Renderer2, _dialogRef: MatDialogRef<any>, _dragRef: DragRef);
|
|
13
|
-
attach(): void;
|
|
14
|
-
detach(): void;
|
|
15
|
-
private _getDialogWrapper;
|
|
16
|
-
private _getViewportDimensions;
|
|
17
|
-
private _getDialogWrapperDimensions;
|
|
18
|
-
private _initialPositionReset;
|
|
19
|
-
private _attachCorners;
|
|
20
|
-
private _handleMouseDown;
|
|
21
|
-
}
|