igniteui-angular-core 16.1.0-beta.1 → 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 +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- 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/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- 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/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- 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/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- 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/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebPivotConfigurationChangedEventArgsDetailDescription } from "./WebPivotConfigurationChangedEventArgsDetailDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebPivotConfigurationChangedEventArgsDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
private static __marshalByValue;
|
|
12
|
+
private static __marshalByValueAlias;
|
|
13
|
+
constructor();
|
|
14
|
+
private h;
|
|
15
|
+
get detail(): WebPivotConfigurationChangedEventArgsDetailDescription;
|
|
16
|
+
set detail(a: WebPivotConfigurationChangedEventArgsDetailDescription);
|
|
17
|
+
}
|
|
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
|
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class WebPivotConfigurationChangedEventArgsDescriptionMetadata extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
private static a;
|
|
10
10
|
private static b;
|
|
@@ -4,7 +4,7 @@ import { Type } from "./type";
|
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class WebPivotConfigurationChangedEventArgsDetailDescription extends Description {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
get type(): string;
|
|
@@ -12,6 +12,6 @@ export declare class WebPivotConfigurationChangeDetailDescription extends Descri
|
|
|
12
12
|
private static __marshalByValueAlias;
|
|
13
13
|
constructor();
|
|
14
14
|
private h;
|
|
15
|
-
get
|
|
16
|
-
set
|
|
15
|
+
get pivotConfiguration(): WebPivotConfigurationDescription;
|
|
16
|
+
set pivotConfiguration(a: WebPivotConfigurationDescription);
|
|
17
17
|
}
|
|
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
|
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
private static a;
|
|
10
10
|
private static b;
|
|
@@ -8,49 +8,43 @@ export declare class WebPivotGridDescription extends WebGridBaseDirectiveDescrip
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private gx;
|
|
12
12
|
get valueChipTemplateRef(): string;
|
|
13
13
|
set valueChipTemplateRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private gj;
|
|
15
15
|
get pivotConfiguration(): WebPivotConfigurationDescription;
|
|
16
16
|
set pivotConfiguration(a: WebPivotConfigurationDescription);
|
|
17
|
-
private
|
|
17
|
+
private gm;
|
|
18
18
|
get showPivotConfigurationUI(): boolean;
|
|
19
19
|
set showPivotConfigurationUI(a: boolean);
|
|
20
|
-
private
|
|
20
|
+
private gn;
|
|
21
21
|
get superCompactMode(): boolean;
|
|
22
22
|
set superCompactMode(a: boolean);
|
|
23
|
-
private
|
|
24
|
-
get dimensionDataColumns(): any;
|
|
25
|
-
set dimensionDataColumns(a: any);
|
|
26
|
-
private hf;
|
|
23
|
+
private gl;
|
|
27
24
|
get defaultExpandState(): boolean;
|
|
28
25
|
set defaultExpandState(a: boolean);
|
|
29
|
-
private
|
|
26
|
+
private gr;
|
|
30
27
|
get dataRef(): string;
|
|
31
28
|
set dataRef(a: string);
|
|
32
|
-
private
|
|
33
|
-
get filteredData(): any;
|
|
34
|
-
set filteredData(a: any);
|
|
35
|
-
private hu;
|
|
29
|
+
private gv;
|
|
36
30
|
get emptyPivotGridTemplateRef(): string;
|
|
37
31
|
set emptyPivotGridTemplateRef(a: string);
|
|
38
|
-
private
|
|
32
|
+
private gt;
|
|
39
33
|
get dimensionsChangeRef(): string;
|
|
40
34
|
set dimensionsChangeRef(a: string);
|
|
41
|
-
private
|
|
42
|
-
get
|
|
43
|
-
set
|
|
44
|
-
private
|
|
35
|
+
private gw;
|
|
36
|
+
get pivotConfigurationChangeRef(): string;
|
|
37
|
+
set pivotConfigurationChangeRef(a: string);
|
|
38
|
+
private gs;
|
|
45
39
|
get dimensionInitRef(): string;
|
|
46
40
|
set dimensionInitRef(a: string);
|
|
47
|
-
private
|
|
41
|
+
private gy;
|
|
48
42
|
get valueInitRef(): string;
|
|
49
43
|
set valueInitRef(a: string);
|
|
50
|
-
private
|
|
44
|
+
private gu;
|
|
51
45
|
get dimensionsSortingExpressionsChangeRef(): string;
|
|
52
46
|
set dimensionsSortingExpressionsChangeRef(a: string);
|
|
53
|
-
private
|
|
47
|
+
private gz;
|
|
54
48
|
get valuesChangeRef(): string;
|
|
55
49
|
set valuesChangeRef(a: string);
|
|
56
50
|
}
|
|
@@ -8,10 +8,10 @@ export declare class WebRowDirectiveDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private p;
|
|
12
12
|
get data(): any;
|
|
13
13
|
set data(a: any);
|
|
14
|
-
private
|
|
14
|
+
private n;
|
|
15
15
|
get index(): number;
|
|
16
16
|
set index(a: number);
|
|
17
17
|
private h;
|
|
@@ -23,7 +23,4 @@ export declare class WebRowDirectiveDescription extends Description {
|
|
|
23
23
|
private i;
|
|
24
24
|
get expanded(): boolean;
|
|
25
25
|
set expanded(a: boolean);
|
|
26
|
-
private k;
|
|
27
|
-
get selected(): boolean;
|
|
28
|
-
set selected(a: boolean);
|
|
29
26
|
}
|
|
@@ -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
|
}
|
|
@@ -8,37 +8,34 @@ export declare class WebTreeGridDescription extends WebGridBaseDirectiveDescript
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private gr;
|
|
12
12
|
get childDataKey(): string;
|
|
13
13
|
set childDataKey(a: string);
|
|
14
|
-
private
|
|
14
|
+
private gt;
|
|
15
15
|
get foreignKey(): string;
|
|
16
16
|
set foreignKey(a: string);
|
|
17
|
-
private
|
|
17
|
+
private gu;
|
|
18
18
|
get hasChildrenKey(): string;
|
|
19
19
|
set hasChildrenKey(a: string);
|
|
20
|
-
private
|
|
20
|
+
private gn;
|
|
21
21
|
get cascadeOnDelete(): boolean;
|
|
22
22
|
set cascadeOnDelete(a: boolean);
|
|
23
|
-
private
|
|
23
|
+
private gv;
|
|
24
24
|
get id(): string;
|
|
25
25
|
set id(a: string);
|
|
26
|
-
private
|
|
26
|
+
private gk;
|
|
27
27
|
get rootRecords(): WebTreeGridRecordDescription[];
|
|
28
28
|
set rootRecords(a: WebTreeGridRecordDescription[]);
|
|
29
|
-
private
|
|
29
|
+
private gj;
|
|
30
30
|
get processedRootRecords(): WebTreeGridRecordDescription[];
|
|
31
31
|
set processedRootRecords(a: WebTreeGridRecordDescription[]);
|
|
32
|
-
private
|
|
32
|
+
private gs;
|
|
33
33
|
get dataRef(): string;
|
|
34
34
|
set dataRef(a: string);
|
|
35
|
-
private
|
|
36
|
-
get filteredData(): any;
|
|
37
|
-
set filteredData(a: any);
|
|
38
|
-
private hj;
|
|
35
|
+
private gp;
|
|
39
36
|
get expansionDepth(): number;
|
|
40
37
|
set expansionDepth(a: number);
|
|
41
|
-
private
|
|
38
|
+
private gw;
|
|
42
39
|
get rowLoadingIndicatorTemplateRef(): string;
|
|
43
40
|
set rowLoadingIndicatorTemplateRef(a: string);
|
|
44
41
|
}
|
package/package.json
CHANGED
package/public_api.d.ts
CHANGED
|
@@ -1824,10 +1824,6 @@ export * from './lib/WebMoveFloatingPaneActionDescription';
|
|
|
1824
1824
|
export * from './lib/WebMoveFloatingPaneActionDescriptionMetadata';
|
|
1825
1825
|
export * from './lib/WebMoveTabActionDescription';
|
|
1826
1826
|
export * from './lib/WebMoveTabActionDescriptionMetadata';
|
|
1827
|
-
export * from './lib/WebMRLColumnSizeInfoDescription';
|
|
1828
|
-
export * from './lib/WebMRLColumnSizeInfoDescriptionMetadata';
|
|
1829
|
-
export * from './lib/WebMRLResizeColumnInfoDescription';
|
|
1830
|
-
export * from './lib/WebMRLResizeColumnInfoDescriptionMetadata';
|
|
1831
1827
|
export * from './lib/WebNavbarDescription';
|
|
1832
1828
|
export * from './lib/WebNavbarDescriptionMetadata';
|
|
1833
1829
|
export * from './lib/WebNavbarDescriptionModule';
|
|
@@ -1908,10 +1904,10 @@ export * from './lib/WebPivotAggregatorDescription';
|
|
|
1908
1904
|
export * from './lib/WebPivotAggregatorDescriptionMetadata';
|
|
1909
1905
|
export * from './lib/WebPivotConfigurationDescription';
|
|
1910
1906
|
export * from './lib/WebPivotConfigurationDescriptionMetadata';
|
|
1911
|
-
export * from './lib/
|
|
1912
|
-
export * from './lib/
|
|
1913
|
-
export * from './lib/
|
|
1914
|
-
export * from './lib/
|
|
1907
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDescription';
|
|
1908
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata';
|
|
1909
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDetailDescription';
|
|
1910
|
+
export * from './lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata';
|
|
1915
1911
|
export * from './lib/WebPivotDataSelectorDescription';
|
|
1916
1912
|
export * from './lib/WebPivotDataSelectorDescriptionMetadata';
|
|
1917
1913
|
export * from './lib/WebPivotDataSelectorDescriptionModule';
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
|
|
8
|
-
import { markType } from "./type";
|
|
9
|
-
import { Description } from "./Description";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let WebActionStripDescription = /*@__PURE__*/ (() => {
|
|
14
|
-
class WebActionStripDescription extends WebDisplayDensityBaseElementDescription {
|
|
15
|
-
constructor() {
|
|
16
|
-
super();
|
|
17
|
-
this.s = null;
|
|
18
|
-
this.m = null;
|
|
19
|
-
this.q = false;
|
|
20
|
-
this.o = null;
|
|
21
|
-
this.u = null;
|
|
22
|
-
}
|
|
23
|
-
get_type() {
|
|
24
|
-
return "WebActionStrip";
|
|
25
|
-
}
|
|
26
|
-
get context() {
|
|
27
|
-
return this.s;
|
|
28
|
-
}
|
|
29
|
-
set context(a) {
|
|
30
|
-
this.s = a;
|
|
31
|
-
this.g("Context");
|
|
32
|
-
}
|
|
33
|
-
get actionButtons() {
|
|
34
|
-
return this.m;
|
|
35
|
-
}
|
|
36
|
-
set actionButtons(a) {
|
|
37
|
-
this.m = a;
|
|
38
|
-
this.g("ActionButtons");
|
|
39
|
-
}
|
|
40
|
-
get hidden() {
|
|
41
|
-
return this.q;
|
|
42
|
-
}
|
|
43
|
-
set hidden(a) {
|
|
44
|
-
this.q = a;
|
|
45
|
-
this.g("Hidden");
|
|
46
|
-
}
|
|
47
|
-
get resourceStrings() {
|
|
48
|
-
return this.o;
|
|
49
|
-
}
|
|
50
|
-
set resourceStrings(a) {
|
|
51
|
-
this.o = a;
|
|
52
|
-
this.g("ResourceStrings");
|
|
53
|
-
}
|
|
54
|
-
get name() {
|
|
55
|
-
return this.u;
|
|
56
|
-
}
|
|
57
|
-
set name(a) {
|
|
58
|
-
this.u = a;
|
|
59
|
-
this.g("Name");
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
WebActionStripDescription.$t = markType(WebActionStripDescription, 'WebActionStripDescription', WebDisplayDensityBaseElementDescription.$);
|
|
63
|
-
return WebActionStripDescription;
|
|
64
|
-
})();
|
|
65
|
-
/**
|
|
66
|
-
* @hidden
|
|
67
|
-
*/
|
|
68
|
-
export let WebGridActionsBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
69
|
-
class WebGridActionsBaseDirectiveDescription extends Description {
|
|
70
|
-
constructor() {
|
|
71
|
-
super();
|
|
72
|
-
this.h = null;
|
|
73
|
-
this.l = false;
|
|
74
|
-
this.j = null;
|
|
75
|
-
this.n = null;
|
|
76
|
-
}
|
|
77
|
-
get_type() {
|
|
78
|
-
return "WebGridActionsBaseDirective";
|
|
79
|
-
}
|
|
80
|
-
get type() {
|
|
81
|
-
return this.get_type();
|
|
82
|
-
}
|
|
83
|
-
get buttons() {
|
|
84
|
-
return this.h;
|
|
85
|
-
}
|
|
86
|
-
set buttons(a) {
|
|
87
|
-
this.h = a;
|
|
88
|
-
this.g("Buttons");
|
|
89
|
-
}
|
|
90
|
-
get asMenuItems() {
|
|
91
|
-
return this.l;
|
|
92
|
-
}
|
|
93
|
-
set asMenuItems(a) {
|
|
94
|
-
this.l = a;
|
|
95
|
-
this.g("AsMenuItems");
|
|
96
|
-
}
|
|
97
|
-
get strip() {
|
|
98
|
-
return this.j;
|
|
99
|
-
}
|
|
100
|
-
set strip(a) {
|
|
101
|
-
this.j = a;
|
|
102
|
-
this.g("Strip");
|
|
103
|
-
}
|
|
104
|
-
get name() {
|
|
105
|
-
return this.n;
|
|
106
|
-
}
|
|
107
|
-
set name(a) {
|
|
108
|
-
this.n = a;
|
|
109
|
-
this.g("Name");
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
WebGridActionsBaseDirectiveDescription.$t = markType(WebGridActionsBaseDirectiveDescription, 'WebGridActionsBaseDirectiveDescription', Description.$);
|
|
113
|
-
return WebGridActionsBaseDirectiveDescription;
|
|
114
|
-
})();
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { Description } from "./Description";
|
|
8
|
-
import { markType } from "./type";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let WebMRLColumnSizeInfoDescription = /*@__PURE__*/ (() => {
|
|
13
|
-
class WebMRLColumnSizeInfoDescription extends Description {
|
|
14
|
-
constructor() {
|
|
15
|
-
super();
|
|
16
|
-
}
|
|
17
|
-
get_type() {
|
|
18
|
-
return "WebMRLColumnSizeInfo";
|
|
19
|
-
}
|
|
20
|
-
get type() {
|
|
21
|
-
return this.get_type();
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
WebMRLColumnSizeInfoDescription.$t = markType(WebMRLColumnSizeInfoDescription, 'WebMRLColumnSizeInfoDescription', Description.$);
|
|
25
|
-
return WebMRLColumnSizeInfoDescription;
|
|
26
|
-
})();
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { Base, String_$type, markType } from "./type";
|
|
8
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { WebMRLColumnSizeInfoDescription } from "./WebMRLColumnSizeInfoDescription";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let WebMRLColumnSizeInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
-
class WebMRLColumnSizeInfoDescriptionMetadata extends Base {
|
|
15
|
-
static b(a) {
|
|
16
|
-
if (WebMRLColumnSizeInfoDescriptionMetadata.a == null) {
|
|
17
|
-
WebMRLColumnSizeInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
-
WebMRLColumnSizeInfoDescriptionMetadata.c(WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
19
|
-
}
|
|
20
|
-
if (a.k(WebMRLColumnSizeInfoDescriptionMetadata.a)) {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
a.ab(WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
static c(a) {
|
|
26
|
-
a.item("__qualifiedNameTS", "String:MRLColumnSizeInfo");
|
|
27
|
-
a.item("__packageNameWC", "String:grids");
|
|
28
|
-
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
29
|
-
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
30
|
-
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
31
|
-
a.item("__isPlainObject", "Boolean");
|
|
32
|
-
a.item("__skipSuffix", "Boolean");
|
|
33
|
-
}
|
|
34
|
-
static d(a) {
|
|
35
|
-
WebMRLColumnSizeInfoDescriptionMetadata.b(a);
|
|
36
|
-
a.ad("WebMRLColumnSizeInfo", () => new WebMRLColumnSizeInfoDescription());
|
|
37
|
-
a.ac("WebMRLColumnSizeInfo", WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
WebMRLColumnSizeInfoDescriptionMetadata.$t = markType(WebMRLColumnSizeInfoDescriptionMetadata, 'WebMRLColumnSizeInfoDescriptionMetadata');
|
|
41
|
-
WebMRLColumnSizeInfoDescriptionMetadata.a = null;
|
|
42
|
-
return WebMRLColumnSizeInfoDescriptionMetadata;
|
|
43
|
-
})();
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { Description } from "./Description";
|
|
8
|
-
import { markType } from "./type";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let WebMRLResizeColumnInfoDescription = /*@__PURE__*/ (() => {
|
|
13
|
-
class WebMRLResizeColumnInfoDescription extends Description {
|
|
14
|
-
constructor() {
|
|
15
|
-
super();
|
|
16
|
-
}
|
|
17
|
-
get_type() {
|
|
18
|
-
return "WebMRLResizeColumnInfo";
|
|
19
|
-
}
|
|
20
|
-
get type() {
|
|
21
|
-
return this.get_type();
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
WebMRLResizeColumnInfoDescription.$t = markType(WebMRLResizeColumnInfoDescription, 'WebMRLResizeColumnInfoDescription', Description.$);
|
|
25
|
-
return WebMRLResizeColumnInfoDescription;
|
|
26
|
-
})();
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { Base, String_$type, markType } from "./type";
|
|
8
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { WebMRLResizeColumnInfoDescription } from "./WebMRLResizeColumnInfoDescription";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let WebMRLResizeColumnInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
-
class WebMRLResizeColumnInfoDescriptionMetadata extends Base {
|
|
15
|
-
static b(a) {
|
|
16
|
-
if (WebMRLResizeColumnInfoDescriptionMetadata.a == null) {
|
|
17
|
-
WebMRLResizeColumnInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
-
WebMRLResizeColumnInfoDescriptionMetadata.c(WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
19
|
-
}
|
|
20
|
-
if (a.k(WebMRLResizeColumnInfoDescriptionMetadata.a)) {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
a.ab(WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
static c(a) {
|
|
26
|
-
a.item("__qualifiedNameTS", "String:MRLResizeColumnInfo");
|
|
27
|
-
a.item("__packageNameWC", "String:grids");
|
|
28
|
-
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
29
|
-
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
30
|
-
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
31
|
-
a.item("__isPlainObject", "Boolean");
|
|
32
|
-
a.item("__skipSuffix", "Boolean");
|
|
33
|
-
}
|
|
34
|
-
static d(a) {
|
|
35
|
-
WebMRLResizeColumnInfoDescriptionMetadata.b(a);
|
|
36
|
-
a.ad("WebMRLResizeColumnInfo", () => new WebMRLResizeColumnInfoDescription());
|
|
37
|
-
a.ac("WebMRLResizeColumnInfo", WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
WebMRLResizeColumnInfoDescriptionMetadata.$t = markType(WebMRLResizeColumnInfoDescriptionMetadata, 'WebMRLResizeColumnInfoDescriptionMetadata');
|
|
41
|
-
WebMRLResizeColumnInfoDescriptionMetadata.a = null;
|
|
42
|
-
return WebMRLResizeColumnInfoDescriptionMetadata;
|
|
43
|
-
})();
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { Description } from "./Description";
|
|
8
|
-
import { markType } from "./type";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export let WebPivotConfigurationChangeDetailDescription = /*@__PURE__*/ (() => {
|
|
13
|
-
class WebPivotConfigurationChangeDetailDescription extends Description {
|
|
14
|
-
constructor() {
|
|
15
|
-
super();
|
|
16
|
-
this.h = null;
|
|
17
|
-
}
|
|
18
|
-
get_type() {
|
|
19
|
-
return "WebPivotConfigurationChangeDetail";
|
|
20
|
-
}
|
|
21
|
-
get type() {
|
|
22
|
-
return this.get_type();
|
|
23
|
-
}
|
|
24
|
-
get configuration() {
|
|
25
|
-
return this.h;
|
|
26
|
-
}
|
|
27
|
-
set configuration(a) {
|
|
28
|
-
this.h = a;
|
|
29
|
-
this.g("Configuration");
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
WebPivotConfigurationChangeDetailDescription.$t = markType(WebPivotConfigurationChangeDetailDescription, 'WebPivotConfigurationChangeDetailDescription', Description.$);
|
|
33
|
-
WebPivotConfigurationChangeDetailDescription.__marshalByValue = true;
|
|
34
|
-
WebPivotConfigurationChangeDetailDescription.__marshalByValueAlias = "PivotConfigurationChangeDetail";
|
|
35
|
-
return WebPivotConfigurationChangeDetailDescription;
|
|
36
|
-
})();
|