igniteui-angular-core 17.0.0-beta.0 → 17.1.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/bundles/igniteui-angular-core.umd.js +3388 -1605
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm2015/lib/PopupView_combined.js +743 -607
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/WebColumnStateDescription.js +202 -0
- package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
- package/esm2015/lib/WebGridDescription.js +44 -44
- package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
- package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
- package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescription.js +23 -0
- package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
- package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
- package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
- package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
- package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
- package/esm2015/lib/WebGroupingStateDescription.js +50 -0
- package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPagingStateDescription.js +42 -0
- package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebPivotGridDescription.js +35 -35
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/igx-popup-component.js +59 -37
- package/esm2015/public_api.js +20 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm5/lib/PopupView_combined.js +738 -590
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/WebColumnStateDescription.js +296 -0
- package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
- package/esm5/lib/WebGridDescription.js +44 -44
- package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
- package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
- package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescription.js +24 -0
- package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
- package/esm5/lib/WebGridStateInfoDescription.js +226 -0
- package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
- package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
- package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
- package/esm5/lib/WebGroupingStateDescription.js +68 -0
- package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPagingStateDescription.js +56 -0
- package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
- package/esm5/lib/WebPivotGridDescription.js +35 -35
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/igx-popup-component.js +67 -37
- package/esm5/public_api.js +20 -0
- package/fesm2015/igniteui-angular-core.js +2951 -1525
- package/fesm5/igniteui-angular-core.js +3369 -1606
- package/lib/IDataLegendSeries.d.ts +2 -0
- package/lib/IDataLegendTarget.d.ts +1 -0
- package/lib/PopupView_combined.d.ts +161 -144
- package/lib/WebColumnStateDescription.d.ts +77 -0
- package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
- package/lib/WebGridDescription.d.ts +16 -16
- package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
- package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateCollectionDescription.d.ts +21 -0
- package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescription.d.ts +10 -0
- package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateInfoDescription.d.ts +70 -0
- package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateOptionsDescription.d.ts +56 -0
- package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebGroupingStateDescription.d.ts +22 -0
- package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPagingStateDescription.d.ts +17 -0
- package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridDescription.d.ts +13 -13
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/igx-popup-component.d.ts +13 -1
- package/package.json +4 -4
- package/public_api.d.ts +20 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebGridStateDescription } from "./WebGridStateDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateComponentEventArgsDescription 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(): WebGridStateDescription;
|
|
16
|
+
set detail(a: WebGridStateDescription);
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { WebGridStateComponentEventArgsDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebGridStateDescription extends WebGridStateBaseDirectiveDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { WebGridStateDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebGridStateDescriptionModule extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static register(a: TypeDescriptionContext): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebColumnStateDescription } from "./WebColumnStateDescription";
|
|
3
|
+
import { WebFilteringExpressionsTreeDescription } from "./WebFilteringExpressionsTreeDescription";
|
|
4
|
+
import { WebPagingStateDescription } from "./WebPagingStateDescription";
|
|
5
|
+
import { WebSortingExpressionDescription } from "./WebSortingExpressionDescription";
|
|
6
|
+
import { WebGroupingStateDescription } from "./WebGroupingStateDescription";
|
|
7
|
+
import { WebGridSelectionRangeDescription } from "./WebGridSelectionRangeDescription";
|
|
8
|
+
import { WebPinningConfigDescription } from "./WebPinningConfigDescription";
|
|
9
|
+
import { WebGridStateCollectionDescription } from "./WebGridStateCollectionDescription";
|
|
10
|
+
import { WebPivotConfigurationDescription } from "./WebPivotConfigurationDescription";
|
|
11
|
+
import { Type } from "./type";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export declare class WebGridStateInfoDescription extends Description {
|
|
16
|
+
static $t: Type;
|
|
17
|
+
protected get_type(): string;
|
|
18
|
+
get type(): string;
|
|
19
|
+
private static __marshalByValue;
|
|
20
|
+
private static __marshalByValueAlias;
|
|
21
|
+
constructor();
|
|
22
|
+
private i;
|
|
23
|
+
get columns(): WebColumnStateDescription[];
|
|
24
|
+
set columns(a: WebColumnStateDescription[]);
|
|
25
|
+
private s;
|
|
26
|
+
get filtering(): WebFilteringExpressionsTreeDescription;
|
|
27
|
+
set filtering(a: WebFilteringExpressionsTreeDescription);
|
|
28
|
+
private r;
|
|
29
|
+
get advancedFiltering(): WebFilteringExpressionsTreeDescription;
|
|
30
|
+
set advancedFiltering(a: WebFilteringExpressionsTreeDescription);
|
|
31
|
+
private x;
|
|
32
|
+
get paging(): WebPagingStateDescription;
|
|
33
|
+
set paging(a: WebPagingStateDescription);
|
|
34
|
+
private ae;
|
|
35
|
+
get moving(): boolean;
|
|
36
|
+
set moving(a: boolean);
|
|
37
|
+
private l;
|
|
38
|
+
get sorting(): WebSortingExpressionDescription[];
|
|
39
|
+
set sorting(a: WebSortingExpressionDescription[]);
|
|
40
|
+
private v;
|
|
41
|
+
get groupBy(): WebGroupingStateDescription;
|
|
42
|
+
set groupBy(a: WebGroupingStateDescription);
|
|
43
|
+
private h;
|
|
44
|
+
get cellSelection(): WebGridSelectionRangeDescription[];
|
|
45
|
+
set cellSelection(a: WebGridSelectionRangeDescription[]);
|
|
46
|
+
private ak;
|
|
47
|
+
get rowSelectionRef(): string;
|
|
48
|
+
set rowSelectionRef(a: string);
|
|
49
|
+
private j;
|
|
50
|
+
get columnSelection(): string[];
|
|
51
|
+
set columnSelection(a: string[]);
|
|
52
|
+
private aj;
|
|
53
|
+
get rowPinningRef(): string;
|
|
54
|
+
set rowPinningRef(a: string);
|
|
55
|
+
private z;
|
|
56
|
+
get pinningConfig(): WebPinningConfigDescription;
|
|
57
|
+
set pinningConfig(a: WebPinningConfigDescription);
|
|
58
|
+
private ah;
|
|
59
|
+
get expansionRef(): string;
|
|
60
|
+
set expansionRef(a: string);
|
|
61
|
+
private k;
|
|
62
|
+
get rowIslands(): WebGridStateCollectionDescription[];
|
|
63
|
+
set rowIslands(a: WebGridStateCollectionDescription[]);
|
|
64
|
+
private ai;
|
|
65
|
+
get id(): string;
|
|
66
|
+
set id(a: string);
|
|
67
|
+
private ab;
|
|
68
|
+
get pivotConfiguration(): WebPivotConfigurationDescription;
|
|
69
|
+
set pivotConfiguration(a: WebPivotConfigurationDescription);
|
|
70
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateInfoDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebGridStateOptionsDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private j;
|
|
12
|
+
get columns(): boolean;
|
|
13
|
+
set columns(a: boolean);
|
|
14
|
+
private m;
|
|
15
|
+
get filtering(): boolean;
|
|
16
|
+
set filtering(a: boolean);
|
|
17
|
+
private h;
|
|
18
|
+
get advancedFiltering(): boolean;
|
|
19
|
+
set advancedFiltering(a: boolean);
|
|
20
|
+
private v;
|
|
21
|
+
get sorting(): boolean;
|
|
22
|
+
set sorting(a: boolean);
|
|
23
|
+
private n;
|
|
24
|
+
get groupBy(): boolean;
|
|
25
|
+
set groupBy(a: boolean);
|
|
26
|
+
private p;
|
|
27
|
+
get paging(): boolean;
|
|
28
|
+
set paging(a: boolean);
|
|
29
|
+
private i;
|
|
30
|
+
get cellSelection(): boolean;
|
|
31
|
+
set cellSelection(a: boolean);
|
|
32
|
+
private u;
|
|
33
|
+
get rowSelection(): boolean;
|
|
34
|
+
set rowSelection(a: boolean);
|
|
35
|
+
private k;
|
|
36
|
+
get columnSelection(): boolean;
|
|
37
|
+
set columnSelection(a: boolean);
|
|
38
|
+
private t;
|
|
39
|
+
get rowPinning(): boolean;
|
|
40
|
+
set rowPinning(a: boolean);
|
|
41
|
+
private q;
|
|
42
|
+
get pinningConfig(): boolean;
|
|
43
|
+
set pinningConfig(a: boolean);
|
|
44
|
+
private l;
|
|
45
|
+
get expansion(): boolean;
|
|
46
|
+
set expansion(a: boolean);
|
|
47
|
+
private s;
|
|
48
|
+
get rowIslands(): boolean;
|
|
49
|
+
set rowIslands(a: boolean);
|
|
50
|
+
private o;
|
|
51
|
+
get moving(): boolean;
|
|
52
|
+
set moving(a: boolean);
|
|
53
|
+
private r;
|
|
54
|
+
get pivotConfiguration(): boolean;
|
|
55
|
+
set pivotConfiguration(a: boolean);
|
|
56
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateOptionsDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebGroupingExpressionDescription } from "./WebGroupingExpressionDescription";
|
|
3
|
+
import { WebGroupByExpandStateDescription } from "./WebGroupByExpandStateDescription";
|
|
4
|
+
import { Type } from "./type";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare class WebGroupingStateDescription extends Description {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
protected get_type(): string;
|
|
11
|
+
get type(): string;
|
|
12
|
+
constructor();
|
|
13
|
+
private i;
|
|
14
|
+
get expressions(): WebGroupingExpressionDescription[];
|
|
15
|
+
set expressions(a: WebGroupingExpressionDescription[]);
|
|
16
|
+
private h;
|
|
17
|
+
get expansion(): WebGroupByExpandStateDescription[];
|
|
18
|
+
set expansion(a: WebGroupByExpandStateDescription[]);
|
|
19
|
+
private l;
|
|
20
|
+
get defaultExpanded(): boolean;
|
|
21
|
+
set defaultExpanded(a: boolean);
|
|
22
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGroupingStateDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebPagingStateDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private h;
|
|
12
|
+
get index(): number;
|
|
13
|
+
set index(a: number);
|
|
14
|
+
private i;
|
|
15
|
+
get recordsPerPage(): number;
|
|
16
|
+
set recordsPerPage(a: number);
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebPagingStateDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -8,43 +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 g3;
|
|
12
12
|
get valueChipTemplateRef(): string;
|
|
13
13
|
set valueChipTemplateRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private gp;
|
|
15
15
|
get pivotConfiguration(): WebPivotConfigurationDescription;
|
|
16
16
|
set pivotConfiguration(a: WebPivotConfigurationDescription);
|
|
17
|
-
private
|
|
17
|
+
private gs;
|
|
18
18
|
get showPivotConfigurationUI(): boolean;
|
|
19
19
|
set showPivotConfigurationUI(a: boolean);
|
|
20
|
-
private
|
|
20
|
+
private gt;
|
|
21
21
|
get superCompactMode(): boolean;
|
|
22
22
|
set superCompactMode(a: boolean);
|
|
23
|
-
private
|
|
23
|
+
private gr;
|
|
24
24
|
get defaultExpandState(): boolean;
|
|
25
25
|
set defaultExpandState(a: boolean);
|
|
26
|
-
private
|
|
26
|
+
private gx;
|
|
27
27
|
get dataRef(): string;
|
|
28
28
|
set dataRef(a: string);
|
|
29
|
-
private
|
|
29
|
+
private g1;
|
|
30
30
|
get emptyPivotGridTemplateRef(): string;
|
|
31
31
|
set emptyPivotGridTemplateRef(a: string);
|
|
32
|
-
private
|
|
32
|
+
private gz;
|
|
33
33
|
get dimensionsChangeRef(): string;
|
|
34
34
|
set dimensionsChangeRef(a: string);
|
|
35
|
-
private
|
|
35
|
+
private g2;
|
|
36
36
|
get pivotConfigurationChangeRef(): string;
|
|
37
37
|
set pivotConfigurationChangeRef(a: string);
|
|
38
|
-
private
|
|
38
|
+
private gy;
|
|
39
39
|
get dimensionInitRef(): string;
|
|
40
40
|
set dimensionInitRef(a: string);
|
|
41
|
-
private
|
|
41
|
+
private g4;
|
|
42
42
|
get valueInitRef(): string;
|
|
43
43
|
set valueInitRef(a: string);
|
|
44
|
-
private
|
|
44
|
+
private g0;
|
|
45
45
|
get dimensionsSortingExpressionsChangeRef(): string;
|
|
46
46
|
set dimensionsSortingExpressionsChangeRef(a: string);
|
|
47
|
-
private
|
|
47
|
+
private g5;
|
|
48
48
|
get valuesChangeRef(): string;
|
|
49
49
|
set valuesChangeRef(a: string);
|
|
50
50
|
}
|
|
@@ -8,34 +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 gx;
|
|
12
12
|
get childDataKey(): string;
|
|
13
13
|
set childDataKey(a: string);
|
|
14
|
-
private
|
|
14
|
+
private gz;
|
|
15
15
|
get foreignKey(): string;
|
|
16
16
|
set foreignKey(a: string);
|
|
17
|
-
private
|
|
17
|
+
private g0;
|
|
18
18
|
get hasChildrenKey(): string;
|
|
19
19
|
set hasChildrenKey(a: string);
|
|
20
|
-
private
|
|
20
|
+
private gt;
|
|
21
21
|
get cascadeOnDelete(): boolean;
|
|
22
22
|
set cascadeOnDelete(a: boolean);
|
|
23
|
-
private
|
|
23
|
+
private g1;
|
|
24
24
|
get id(): string;
|
|
25
25
|
set id(a: string);
|
|
26
|
-
private
|
|
26
|
+
private gq;
|
|
27
27
|
get rootRecords(): WebTreeGridRecordDescription[];
|
|
28
28
|
set rootRecords(a: WebTreeGridRecordDescription[]);
|
|
29
|
-
private
|
|
29
|
+
private gp;
|
|
30
30
|
get processedRootRecords(): WebTreeGridRecordDescription[];
|
|
31
31
|
set processedRootRecords(a: WebTreeGridRecordDescription[]);
|
|
32
|
-
private
|
|
32
|
+
private gy;
|
|
33
33
|
get dataRef(): string;
|
|
34
34
|
set dataRef(a: string);
|
|
35
|
-
private
|
|
35
|
+
private gv;
|
|
36
36
|
get expansionDepth(): number;
|
|
37
37
|
set expansionDepth(a: number);
|
|
38
|
-
private
|
|
38
|
+
private g2;
|
|
39
39
|
get rowLoadingIndicatorTemplateRef(): string;
|
|
40
40
|
set rowLoadingIndicatorTemplateRef(a: string);
|
|
41
41
|
}
|
|
@@ -144,6 +144,18 @@ export declare class IgxPopupComponent implements AfterContentInit {
|
|
|
144
144
|
get isClosing(): boolean;
|
|
145
145
|
set isClosing(v: boolean);
|
|
146
146
|
static ngAcceptInputType_isClosing: boolean | string;
|
|
147
|
+
/**
|
|
148
|
+
* Indicates that the popup will position itself relative to the window instead of the document.
|
|
149
|
+
*/
|
|
150
|
+
get isFixed(): boolean;
|
|
151
|
+
set isFixed(v: boolean);
|
|
152
|
+
static ngAcceptInputType_isFixed: boolean | string;
|
|
153
|
+
/**
|
|
154
|
+
* Indicates that the popup will place itself into the browser top layer.
|
|
155
|
+
*/
|
|
156
|
+
get useTopLayer(): boolean;
|
|
157
|
+
set useTopLayer(v: boolean);
|
|
158
|
+
static ngAcceptInputType_useTopLayer: boolean | string;
|
|
147
159
|
findByName(name: string): any;
|
|
148
160
|
protected __p: string;
|
|
149
161
|
protected _hasUserValues: Set<string>;
|
|
@@ -201,5 +213,5 @@ export declare class IgxPopupComponent implements AfterContentInit {
|
|
|
201
213
|
protected _zoneRunner: (act: () => void) => void;
|
|
202
214
|
protected _runInZone(act: () => void): void;
|
|
203
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPopupComponent, never>;
|
|
204
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPopupComponent, "igx-popup", never, { "height": "height"; "width": "width"; "isFocusable": "isFocusable"; "animationDuration": "animationDuration"; "animationEnabled": "animationEnabled"; "animationType": "animationType"; "elevation": "elevation"; "actualElevation": "actualElevation"; "actualUmbraShadowColor": "actualUmbraShadowColor"; "actualPenumbraShadowColor": "actualPenumbraShadowColor"; "actualAmbientShadowColor": "actualAmbientShadowColor"; "background": "background"; "cornerRadius": "cornerRadius"; "isHitTestVisible": "isHitTestVisible"; "disableHitTestDuringAnimation": "disableHitTestDuringAnimation"; "isPointerEnabled": "isPointerEnabled"; "pointerPosition": "pointerPosition"; "pointerBackground": "pointerBackground"; "pointerSize": "pointerSize"; "isShowing": "isShowing"; "isClosing": "isClosing"; }, { "onClosed": "onClosed"; "onPopup": "onPopup"; "popupGotFocus": "popupGotFocus"; "popupLostFocus": "popupLostFocus"; }, never, ["*"]>;
|
|
216
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPopupComponent, "igx-popup", never, { "height": "height"; "width": "width"; "isFocusable": "isFocusable"; "animationDuration": "animationDuration"; "animationEnabled": "animationEnabled"; "animationType": "animationType"; "elevation": "elevation"; "actualElevation": "actualElevation"; "actualUmbraShadowColor": "actualUmbraShadowColor"; "actualPenumbraShadowColor": "actualPenumbraShadowColor"; "actualAmbientShadowColor": "actualAmbientShadowColor"; "background": "background"; "cornerRadius": "cornerRadius"; "isHitTestVisible": "isHitTestVisible"; "disableHitTestDuringAnimation": "disableHitTestDuringAnimation"; "isPointerEnabled": "isPointerEnabled"; "pointerPosition": "pointerPosition"; "pointerBackground": "pointerBackground"; "pointerSize": "pointerSize"; "isShowing": "isShowing"; "isClosing": "isClosing"; "isFixed": "isFixed"; "useTopLayer": "useTopLayer"; }, { "onClosed": "onClosed"; "onPopup": "onPopup"; "popupGotFocus": "popupGotFocus"; "popupLostFocus": "popupLostFocus"; }, never, ["*"]>;
|
|
205
217
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-core",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"description": "Ignite UI Angular Core logic used in multiple UI components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
|
|
6
6
|
"keywords": [
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"tslib": "^2.3.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@angular/common": "^17.0.0
|
|
19
|
-
"@angular/compiler": "^17.0.0
|
|
20
|
-
"@angular/core": "^17.0.0
|
|
18
|
+
"@angular/common": "^17.0.0",
|
|
19
|
+
"@angular/compiler": "^17.0.0",
|
|
20
|
+
"@angular/core": "^17.0.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-core.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -1657,6 +1657,26 @@ export * from './lib/WebGridActionStripContentDescription';
|
|
|
1657
1657
|
export * from './lib/WebGridActionStripContentDescriptionMetadata';
|
|
1658
1658
|
export * from './lib/WebGridBaseDirectiveDescription';
|
|
1659
1659
|
export * from './lib/WebGridBaseDirectiveDescriptionMetadata';
|
|
1660
|
+
export * from './lib/WebGridStateBaseDirectiveDescription';
|
|
1661
|
+
export * from './lib/WebGridStateBaseDirectiveDescriptionMetadata';
|
|
1662
|
+
export * from './lib/WebGridStateBaseDirectiveDescriptionModule';
|
|
1663
|
+
export * from './lib/WebGridStateDescription';
|
|
1664
|
+
export * from './lib/WebGridStateDescriptionMetadata';
|
|
1665
|
+
export * from './lib/WebGridStateDescriptionModule';
|
|
1666
|
+
export * from './lib/WebGridStateOptionsDescription';
|
|
1667
|
+
export * from './lib/WebGridStateOptionsDescriptionMetadata';
|
|
1668
|
+
export * from './lib/WebGridStateComponentEventArgsDescription';
|
|
1669
|
+
export * from './lib/WebGridStateComponentEventArgsDescriptionMetadata';
|
|
1670
|
+
export * from './lib/WebGridStateInfoDescription';
|
|
1671
|
+
export * from './lib/WebGridStateInfoDescriptionMetadata';
|
|
1672
|
+
export * from './lib/WebGridStateCollectionDescription';
|
|
1673
|
+
export * from './lib/WebGridStateCollectionDescriptionMetadata';
|
|
1674
|
+
export * from './lib/WebColumnStateDescription';
|
|
1675
|
+
export * from './lib/WebColumnStateDescriptionMetadata';
|
|
1676
|
+
export * from './lib/WebPagingStateDescription';
|
|
1677
|
+
export * from './lib/WebPagingStateDescriptionMetadata';
|
|
1678
|
+
export * from './lib/WebGroupingStateDescription';
|
|
1679
|
+
export * from './lib/WebGroupingStateDescriptionMetadata';
|
|
1660
1680
|
export * from './lib/WebGridCellEventArgsDescription';
|
|
1661
1681
|
export * from './lib/WebGridCellEventArgsDescriptionMetadata';
|
|
1662
1682
|
export * from './lib/WebGridCellEventArgsDetailDescription';
|