igniteui-angular-core 16.1.0-beta.2 → 16.1.0-beta.3
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/bundles/igniteui-angular-core.umd.js +206 -127
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/fesm2015/igniteui-angular-core.js +182 -123
- package/fesm5/igniteui-angular-core.js +206 -127
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/package.json +1 -1
|
@@ -10,13 +10,13 @@ export declare class WebComboChangeEventArgsDetailDescription extends Descriptio
|
|
|
10
10
|
private static __marshalByValue;
|
|
11
11
|
private static __marshalByValueAlias;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
14
|
-
get newValue(): string;
|
|
15
|
-
set newValue(a: string);
|
|
16
|
-
private
|
|
13
|
+
private h;
|
|
14
|
+
get newValue(): string[];
|
|
15
|
+
set newValue(a: string[]);
|
|
16
|
+
private k;
|
|
17
17
|
get items(): any;
|
|
18
18
|
set items(a: any);
|
|
19
|
-
private
|
|
19
|
+
private n;
|
|
20
20
|
get changeType(): string;
|
|
21
21
|
set changeType(a: string);
|
|
22
22
|
}
|
|
@@ -9,64 +9,70 @@ export declare class WebContentPaneDescription extends WebDockManagerPaneDescrip
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private as;
|
|
13
13
|
get id(): string;
|
|
14
14
|
set id(a: string);
|
|
15
|
-
private
|
|
15
|
+
private at;
|
|
16
16
|
get paneType(): string;
|
|
17
17
|
set paneType(a: string);
|
|
18
|
-
private
|
|
18
|
+
private ao;
|
|
19
19
|
get contentId(): string;
|
|
20
20
|
set contentId(a: string);
|
|
21
|
-
private
|
|
21
|
+
private aq;
|
|
22
22
|
get header(): string;
|
|
23
23
|
set header(a: string);
|
|
24
|
-
private
|
|
24
|
+
private ar;
|
|
25
25
|
get headerId(): string;
|
|
26
26
|
set headerId(a: string);
|
|
27
|
-
private
|
|
27
|
+
private au;
|
|
28
28
|
get tabHeaderId(): string;
|
|
29
29
|
set tabHeaderId(a: string);
|
|
30
|
-
private
|
|
30
|
+
private av;
|
|
31
31
|
get unpinnedHeaderId(): string;
|
|
32
32
|
set unpinnedHeaderId(a: string);
|
|
33
|
-
private
|
|
33
|
+
private ap;
|
|
34
34
|
get floatingHeaderId(): string;
|
|
35
35
|
set floatingHeaderId(a: string);
|
|
36
|
-
private
|
|
36
|
+
private aj;
|
|
37
37
|
get size(): number;
|
|
38
38
|
set size(a: number);
|
|
39
|
-
private
|
|
39
|
+
private o;
|
|
40
40
|
get allowClose(): boolean;
|
|
41
41
|
set allowClose(a: boolean);
|
|
42
|
-
private
|
|
42
|
+
private r;
|
|
43
43
|
get allowMaximize(): boolean;
|
|
44
44
|
set allowMaximize(a: boolean);
|
|
45
|
-
private
|
|
45
|
+
private s;
|
|
46
46
|
get allowPinning(): boolean;
|
|
47
47
|
set allowPinning(a: boolean);
|
|
48
|
-
private
|
|
48
|
+
private p;
|
|
49
49
|
get allowDocking(): boolean;
|
|
50
50
|
set allowDocking(a: boolean);
|
|
51
|
-
private
|
|
51
|
+
private n;
|
|
52
|
+
get acceptsInnerDock(): boolean;
|
|
53
|
+
set acceptsInnerDock(a: boolean);
|
|
54
|
+
private q;
|
|
52
55
|
get allowFloating(): boolean;
|
|
53
56
|
set allowFloating(a: boolean);
|
|
54
|
-
private
|
|
57
|
+
private ak;
|
|
55
58
|
get unpinnedSize(): number;
|
|
56
59
|
set unpinnedSize(a: number);
|
|
57
|
-
private
|
|
60
|
+
private x;
|
|
58
61
|
get isPinned(): boolean;
|
|
59
62
|
set isPinned(a: boolean);
|
|
60
|
-
private
|
|
63
|
+
private w;
|
|
64
|
+
get isMaximized(): boolean;
|
|
65
|
+
set isMaximized(a: boolean);
|
|
66
|
+
private aw;
|
|
61
67
|
get unpinnedLocation(): string;
|
|
62
68
|
set unpinnedLocation(a: string);
|
|
63
|
-
private
|
|
69
|
+
private v;
|
|
64
70
|
get hidden(): boolean;
|
|
65
71
|
set hidden(a: boolean);
|
|
66
|
-
private
|
|
72
|
+
private t;
|
|
67
73
|
get disabled(): boolean;
|
|
68
74
|
set disabled(a: boolean);
|
|
69
|
-
private
|
|
75
|
+
private u;
|
|
70
76
|
get documentOnly(): boolean;
|
|
71
77
|
set documentOnly(a: boolean);
|
|
72
78
|
}
|
|
@@ -25,10 +25,10 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
25
25
|
private h;
|
|
26
26
|
get activePane(): WebContentPaneDescription;
|
|
27
27
|
set activePane(a: WebContentPaneDescription);
|
|
28
|
-
private
|
|
28
|
+
private v;
|
|
29
29
|
get allowMaximize(): boolean;
|
|
30
30
|
set allowMaximize(a: boolean);
|
|
31
|
-
private
|
|
31
|
+
private ac;
|
|
32
32
|
get showHeaderIconOnHover(): string;
|
|
33
33
|
set showHeaderIconOnHover(a: string);
|
|
34
34
|
private m;
|
|
@@ -40,10 +40,13 @@ export declare class WebDockManagerDescription extends Description {
|
|
|
40
40
|
private t;
|
|
41
41
|
get allowFloatingPanesResize(): boolean;
|
|
42
42
|
set allowFloatingPanesResize(a: boolean);
|
|
43
|
-
private
|
|
43
|
+
private w;
|
|
44
44
|
get disableKeyboardNavigation(): boolean;
|
|
45
45
|
set disableKeyboardNavigation(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private u;
|
|
47
|
+
get allowInnerDock(): boolean;
|
|
48
|
+
set allowInnerDock(a: boolean);
|
|
49
|
+
private ab;
|
|
47
50
|
get layoutChangeRef(): string;
|
|
48
51
|
set layoutChangeRef(a: string);
|
|
49
52
|
}
|
|
@@ -8,10 +8,13 @@ export declare class WebDockingIndicatorDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private k;
|
|
12
12
|
get position(): string;
|
|
13
13
|
set position(a: string);
|
|
14
14
|
private h;
|
|
15
15
|
get isRoot(): boolean;
|
|
16
16
|
set isRoot(a: boolean);
|
|
17
|
+
private j;
|
|
18
|
+
get direction(): string;
|
|
19
|
+
set direction(a: string);
|
|
17
20
|
}
|
|
@@ -10,28 +10,28 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private ae;
|
|
14
14
|
get id(): string;
|
|
15
15
|
set id(a: string);
|
|
16
|
-
private
|
|
16
|
+
private ag;
|
|
17
17
|
get paneType(): string;
|
|
18
18
|
set paneType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private af;
|
|
20
20
|
get orientation(): string;
|
|
21
21
|
set orientation(a: string);
|
|
22
22
|
private m;
|
|
23
23
|
get panes(): WebDockManagerPaneDescription[];
|
|
24
24
|
set panes(a: WebDockManagerPaneDescription[]);
|
|
25
|
-
private
|
|
25
|
+
private z;
|
|
26
26
|
get size(): number;
|
|
27
27
|
set size(a: number);
|
|
28
28
|
private o;
|
|
29
29
|
get floatingLocation(): WebDockManagerPointDescription;
|
|
30
30
|
set floatingLocation(a: WebDockManagerPointDescription);
|
|
31
|
-
private
|
|
31
|
+
private y;
|
|
32
32
|
get floatingWidth(): number;
|
|
33
33
|
set floatingWidth(a: number);
|
|
34
|
-
private
|
|
34
|
+
private x;
|
|
35
35
|
get floatingHeight(): number;
|
|
36
36
|
set floatingHeight(a: number);
|
|
37
37
|
private s;
|
|
@@ -40,4 +40,7 @@ export declare class WebSplitPaneDescription extends WebDockManagerPaneDescripti
|
|
|
40
40
|
private r;
|
|
41
41
|
get allowEmpty(): boolean;
|
|
42
42
|
set allowEmpty(a: boolean);
|
|
43
|
+
private t;
|
|
44
|
+
get isMaximized(): boolean;
|
|
45
|
+
set isMaximized(a: boolean);
|
|
43
46
|
}
|
|
@@ -15,7 +15,7 @@ export declare class WebStepperDescription extends Description {
|
|
|
15
15
|
private q;
|
|
16
16
|
get orientation(): string;
|
|
17
17
|
set orientation(a: string);
|
|
18
|
-
private
|
|
18
|
+
private r;
|
|
19
19
|
get stepType(): string;
|
|
20
20
|
set stepType(a: string);
|
|
21
21
|
private k;
|
|
@@ -27,12 +27,9 @@ export declare class WebStepperDescription extends Description {
|
|
|
27
27
|
private p;
|
|
28
28
|
get dir(): string;
|
|
29
29
|
set dir(a: string);
|
|
30
|
-
private
|
|
30
|
+
private s;
|
|
31
31
|
get titlePosition(): string;
|
|
32
32
|
set titlePosition(a: string);
|
|
33
|
-
private r;
|
|
34
|
-
get size(): string;
|
|
35
|
-
set size(a: string);
|
|
36
33
|
private o;
|
|
37
34
|
get activeStepChangingRef(): string;
|
|
38
35
|
set activeStepChangingRef(a: string);
|
|
@@ -10,22 +10,25 @@ export declare class WebTabGroupPaneDescription extends WebDockManagerPaneDescri
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private y;
|
|
14
14
|
get id(): string;
|
|
15
15
|
set id(a: string);
|
|
16
|
-
private
|
|
16
|
+
private z;
|
|
17
17
|
get paneType(): string;
|
|
18
18
|
set paneType(a: string);
|
|
19
19
|
private m;
|
|
20
20
|
get panes(): WebContentPaneDescription[];
|
|
21
21
|
set panes(a: WebContentPaneDescription[]);
|
|
22
|
-
private
|
|
22
|
+
private u;
|
|
23
23
|
get size(): number;
|
|
24
24
|
set size(a: number);
|
|
25
|
-
private
|
|
25
|
+
private t;
|
|
26
26
|
get selectedIndex(): number;
|
|
27
27
|
set selectedIndex(a: number);
|
|
28
28
|
private p;
|
|
29
29
|
get allowEmpty(): boolean;
|
|
30
30
|
set allowEmpty(a: boolean);
|
|
31
|
+
private q;
|
|
32
|
+
get isMaximized(): boolean;
|
|
33
|
+
set isMaximized(a: boolean);
|
|
31
34
|
}
|
package/package.json
CHANGED