osl-base-extended 9.3.0 → 9.4.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/package.json
CHANGED
|
@@ -3,11 +3,11 @@ import { TemplateRef, OnInit, OnChanges, EventEmitter, SimpleChanges, ChangeDete
|
|
|
3
3
|
import * as i28 from '@angular/material/dialog';
|
|
4
4
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
5
5
|
import { HttpHeaders, HttpClient } from '@angular/common/http';
|
|
6
|
+
import * as i34 from '@angular/cdk/drag-drop';
|
|
7
|
+
import { DragConstrainPosition, CdkDragDrop, CdkDragStart, CdkDragEnd, CdkDragEnter, CdkDragExit } from '@angular/cdk/drag-drop';
|
|
6
8
|
import * as i24 from '@angular/forms';
|
|
7
9
|
import { FormControl } from '@angular/forms';
|
|
8
10
|
import * as _angular_platform_browser from '@angular/platform-browser';
|
|
9
|
-
import * as i34 from '@angular/cdk/drag-drop';
|
|
10
|
-
import { CdkDragDrop, CdkDragStart, CdkDragEnd, CdkDragEnter, CdkDragExit } from '@angular/cdk/drag-drop';
|
|
11
11
|
import * as i36 from '@angular/cdk/overlay';
|
|
12
12
|
import { Overlay } from '@angular/cdk/overlay';
|
|
13
13
|
import * as i23 from '@angular/common';
|
|
@@ -128,6 +128,7 @@ declare class DialogWrapper {
|
|
|
128
128
|
data: Dialog;
|
|
129
129
|
dialogData: Dialog;
|
|
130
130
|
constructor(dialogRef: MatDialogRef<DialogWrapper>, data: Dialog);
|
|
131
|
+
protected dragConstrainPosition: DragConstrainPosition;
|
|
131
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogWrapper, never>;
|
|
132
133
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogWrapper, "dialog-wrapper", never, {}, {}, never, never, true, never>;
|
|
133
134
|
}
|