igniteui-angular-core 17.0.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 +1 -1
- package/public_api.d.ts +20 -0
|
@@ -0,0 +1,68 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebGroupingStateDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebGroupingStateDescription, _super);
|
|
15
|
+
function WebGroupingStateDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.i = null;
|
|
18
|
+
_this.h = null;
|
|
19
|
+
_this.l = false;
|
|
20
|
+
return _this;
|
|
21
|
+
}
|
|
22
|
+
WebGroupingStateDescription.prototype.get_type = function () {
|
|
23
|
+
return "WebGroupingState";
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(WebGroupingStateDescription.prototype, "type", {
|
|
26
|
+
get: function () {
|
|
27
|
+
return this.get_type();
|
|
28
|
+
},
|
|
29
|
+
enumerable: false,
|
|
30
|
+
configurable: true
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(WebGroupingStateDescription.prototype, "expressions", {
|
|
33
|
+
get: function () {
|
|
34
|
+
return this.i;
|
|
35
|
+
},
|
|
36
|
+
set: function (a) {
|
|
37
|
+
this.i = a;
|
|
38
|
+
this.g("Expressions");
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(WebGroupingStateDescription.prototype, "expansion", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this.h;
|
|
46
|
+
},
|
|
47
|
+
set: function (a) {
|
|
48
|
+
this.h = a;
|
|
49
|
+
this.g("Expansion");
|
|
50
|
+
},
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(WebGroupingStateDescription.prototype, "defaultExpanded", {
|
|
55
|
+
get: function () {
|
|
56
|
+
return this.l;
|
|
57
|
+
},
|
|
58
|
+
set: function (a) {
|
|
59
|
+
this.l = a;
|
|
60
|
+
this.g("DefaultExpanded");
|
|
61
|
+
},
|
|
62
|
+
enumerable: false,
|
|
63
|
+
configurable: true
|
|
64
|
+
});
|
|
65
|
+
WebGroupingStateDescription.$t = markType(WebGroupingStateDescription, 'WebGroupingStateDescription', Description.$);
|
|
66
|
+
return WebGroupingStateDescription;
|
|
67
|
+
}(Description));
|
|
68
|
+
export { WebGroupingStateDescription };
|
|
@@ -0,0 +1,54 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebGroupingExpressionDescriptionMetadata } from "./WebGroupingExpressionDescriptionMetadata";
|
|
11
|
+
import { WebGroupByExpandStateDescriptionMetadata } from "./WebGroupByExpandStateDescriptionMetadata";
|
|
12
|
+
import { WebGroupingStateDescription } from "./WebGroupingStateDescription";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
var WebGroupingStateDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
|
+
__extends(WebGroupingStateDescriptionMetadata, _super);
|
|
18
|
+
function WebGroupingStateDescriptionMetadata() {
|
|
19
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
20
|
+
}
|
|
21
|
+
WebGroupingStateDescriptionMetadata.b = function (a) {
|
|
22
|
+
if (WebGroupingStateDescriptionMetadata.a == null) {
|
|
23
|
+
WebGroupingStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
24
|
+
WebGroupingStateDescriptionMetadata.c(WebGroupingStateDescriptionMetadata.a);
|
|
25
|
+
}
|
|
26
|
+
if (a.k(WebGroupingStateDescriptionMetadata.a)) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
a.ab(WebGroupingStateDescriptionMetadata.a);
|
|
30
|
+
WebGroupingExpressionDescriptionMetadata.d(a);
|
|
31
|
+
WebGroupByExpandStateDescriptionMetadata.d(a);
|
|
32
|
+
};
|
|
33
|
+
WebGroupingStateDescriptionMetadata.c = function (a) {
|
|
34
|
+
a.item("__qualifiedNameTS", "String:GroupingState");
|
|
35
|
+
a.item("__packageNameWC", "String:grids");
|
|
36
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
37
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
38
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
39
|
+
a.item("__isPlainObject", "Boolean");
|
|
40
|
+
a.item("__skipSuffix", "Boolean");
|
|
41
|
+
a.item("Expressions", "Array:WebGroupingExpressionDescription:GroupingExpression");
|
|
42
|
+
a.item("Expansion", "Array:WebGroupByExpandStateDescription:GroupByExpandState");
|
|
43
|
+
a.item("DefaultExpanded", "Boolean");
|
|
44
|
+
};
|
|
45
|
+
WebGroupingStateDescriptionMetadata.d = function (a) {
|
|
46
|
+
WebGroupingStateDescriptionMetadata.b(a);
|
|
47
|
+
a.ad("WebGroupingState", function () { return new WebGroupingStateDescription(); });
|
|
48
|
+
a.ac("WebGroupingState", WebGroupingStateDescriptionMetadata.a);
|
|
49
|
+
};
|
|
50
|
+
WebGroupingStateDescriptionMetadata.$t = markType(WebGroupingStateDescriptionMetadata, 'WebGroupingStateDescriptionMetadata');
|
|
51
|
+
WebGroupingStateDescriptionMetadata.a = null;
|
|
52
|
+
return WebGroupingStateDescriptionMetadata;
|
|
53
|
+
}(Base));
|
|
54
|
+
export { WebGroupingStateDescriptionMetadata };
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebPagingStateDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebPagingStateDescription, _super);
|
|
15
|
+
function WebPagingStateDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.h = 0;
|
|
18
|
+
_this.i = 0;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
WebPagingStateDescription.prototype.get_type = function () {
|
|
22
|
+
return "WebPagingState";
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(WebPagingStateDescription.prototype, "type", {
|
|
25
|
+
get: function () {
|
|
26
|
+
return this.get_type();
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(WebPagingStateDescription.prototype, "index", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.h;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this.h = a;
|
|
37
|
+
this.g("Index");
|
|
38
|
+
},
|
|
39
|
+
enumerable: false,
|
|
40
|
+
configurable: true
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(WebPagingStateDescription.prototype, "recordsPerPage", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this.i;
|
|
45
|
+
},
|
|
46
|
+
set: function (a) {
|
|
47
|
+
this.i = a;
|
|
48
|
+
this.g("RecordsPerPage");
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
WebPagingStateDescription.$t = markType(WebPagingStateDescription, 'WebPagingStateDescription', Description.$);
|
|
54
|
+
return WebPagingStateDescription;
|
|
55
|
+
}(Description));
|
|
56
|
+
export { WebPagingStateDescription };
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebPagingStateDescription } from "./WebPagingStateDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebPagingStateDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebPagingStateDescriptionMetadata, _super);
|
|
16
|
+
function WebPagingStateDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebPagingStateDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (WebPagingStateDescriptionMetadata.a == null) {
|
|
21
|
+
WebPagingStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
WebPagingStateDescriptionMetadata.c(WebPagingStateDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.k(WebPagingStateDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.ab(WebPagingStateDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
WebPagingStateDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("__qualifiedNameTS", "String:PagingState");
|
|
31
|
+
a.item("__packageNameWC", "String:grids");
|
|
32
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
33
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
34
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
35
|
+
a.item("__isPlainObject", "Boolean");
|
|
36
|
+
a.item("__skipSuffix", "Boolean");
|
|
37
|
+
a.item("Index", "Number:double");
|
|
38
|
+
a.item("RecordsPerPage", "Number:double");
|
|
39
|
+
};
|
|
40
|
+
WebPagingStateDescriptionMetadata.d = function (a) {
|
|
41
|
+
WebPagingStateDescriptionMetadata.b(a);
|
|
42
|
+
a.ad("WebPagingState", function () { return new WebPagingStateDescription(); });
|
|
43
|
+
a.ac("WebPagingState", WebPagingStateDescriptionMetadata.a);
|
|
44
|
+
};
|
|
45
|
+
WebPagingStateDescriptionMetadata.$t = markType(WebPagingStateDescriptionMetadata, 'WebPagingStateDescriptionMetadata');
|
|
46
|
+
WebPagingStateDescriptionMetadata.a = null;
|
|
47
|
+
return WebPagingStateDescriptionMetadata;
|
|
48
|
+
}(Base));
|
|
49
|
+
export { WebPagingStateDescriptionMetadata };
|
|
@@ -14,19 +14,19 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebPivotGridDescription, _super);
|
|
15
15
|
function WebPivotGridDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
17
|
+
_this.g3 = null;
|
|
18
|
+
_this.gp = null;
|
|
19
|
+
_this.gs = false;
|
|
20
|
+
_this.gt = false;
|
|
20
21
|
_this.gr = false;
|
|
21
|
-
_this.gp = false;
|
|
22
|
-
_this.gv = null;
|
|
23
|
-
_this.gz = null;
|
|
24
22
|
_this.gx = null;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
23
|
+
_this.g1 = null;
|
|
24
|
+
_this.gz = null;
|
|
27
25
|
_this.g2 = null;
|
|
28
26
|
_this.gy = null;
|
|
29
|
-
_this.
|
|
27
|
+
_this.g4 = null;
|
|
28
|
+
_this.g0 = null;
|
|
29
|
+
_this.g5 = null;
|
|
30
30
|
return _this;
|
|
31
31
|
}
|
|
32
32
|
WebPivotGridDescription.prototype.get_type = function () {
|
|
@@ -34,10 +34,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(WebPivotGridDescription.prototype, "valueChipTemplateRef", {
|
|
36
36
|
get: function () {
|
|
37
|
-
return this.
|
|
37
|
+
return this.g3;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
-
this.
|
|
40
|
+
this.g3 = a;
|
|
41
41
|
this.g("ValueChipTemplateRef");
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
@@ -45,10 +45,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfiguration", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.gp;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
this.
|
|
51
|
+
this.gp = a;
|
|
52
52
|
this.g("PivotConfiguration");
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
@@ -56,10 +56,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(WebPivotGridDescription.prototype, "showPivotConfigurationUI", {
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.
|
|
59
|
+
return this.gs;
|
|
60
60
|
},
|
|
61
61
|
set: function (a) {
|
|
62
|
-
this.
|
|
62
|
+
this.gs = a;
|
|
63
63
|
this.g("ShowPivotConfigurationUI");
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
@@ -67,10 +67,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(WebPivotGridDescription.prototype, "superCompactMode", {
|
|
69
69
|
get: function () {
|
|
70
|
-
return this.
|
|
70
|
+
return this.gt;
|
|
71
71
|
},
|
|
72
72
|
set: function (a) {
|
|
73
|
-
this.
|
|
73
|
+
this.gt = a;
|
|
74
74
|
this.g("SuperCompactMode");
|
|
75
75
|
},
|
|
76
76
|
enumerable: false,
|
|
@@ -78,10 +78,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(WebPivotGridDescription.prototype, "defaultExpandState", {
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.
|
|
81
|
+
return this.gr;
|
|
82
82
|
},
|
|
83
83
|
set: function (a) {
|
|
84
|
-
this.
|
|
84
|
+
this.gr = a;
|
|
85
85
|
this.g("DefaultExpandState");
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
@@ -89,10 +89,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(WebPivotGridDescription.prototype, "dataRef", {
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.
|
|
92
|
+
return this.gx;
|
|
93
93
|
},
|
|
94
94
|
set: function (a) {
|
|
95
|
-
this.
|
|
95
|
+
this.gx = a;
|
|
96
96
|
this.g("DataRef");
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
@@ -100,10 +100,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(WebPivotGridDescription.prototype, "emptyPivotGridTemplateRef", {
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.
|
|
103
|
+
return this.g1;
|
|
104
104
|
},
|
|
105
105
|
set: function (a) {
|
|
106
|
-
this.
|
|
106
|
+
this.g1 = a;
|
|
107
107
|
this.g("EmptyPivotGridTemplateRef");
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
@@ -111,10 +111,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsChangeRef", {
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.
|
|
114
|
+
return this.gz;
|
|
115
115
|
},
|
|
116
116
|
set: function (a) {
|
|
117
|
-
this.
|
|
117
|
+
this.gz = a;
|
|
118
118
|
this.g("DimensionsChangeRef");
|
|
119
119
|
},
|
|
120
120
|
enumerable: false,
|
|
@@ -122,10 +122,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfigurationChangeRef", {
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.
|
|
125
|
+
return this.g2;
|
|
126
126
|
},
|
|
127
127
|
set: function (a) {
|
|
128
|
-
this.
|
|
128
|
+
this.g2 = a;
|
|
129
129
|
this.g("PivotConfigurationChangeRef");
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
@@ -133,10 +133,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionInitRef", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.gy;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
this.
|
|
139
|
+
this.gy = a;
|
|
140
140
|
this.g("DimensionInitRef");
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
@@ -144,10 +144,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(WebPivotGridDescription.prototype, "valueInitRef", {
|
|
146
146
|
get: function () {
|
|
147
|
-
return this.
|
|
147
|
+
return this.g4;
|
|
148
148
|
},
|
|
149
149
|
set: function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.g4 = a;
|
|
151
151
|
this.g("ValueInitRef");
|
|
152
152
|
},
|
|
153
153
|
enumerable: false,
|
|
@@ -155,10 +155,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsSortingExpressionsChangeRef", {
|
|
157
157
|
get: function () {
|
|
158
|
-
return this.
|
|
158
|
+
return this.g0;
|
|
159
159
|
},
|
|
160
160
|
set: function (a) {
|
|
161
|
-
this.
|
|
161
|
+
this.g0 = a;
|
|
162
162
|
this.g("DimensionsSortingExpressionsChangeRef");
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
@@ -166,10 +166,10 @@ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(WebPivotGridDescription.prototype, "valuesChangeRef", {
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.
|
|
169
|
+
return this.g5;
|
|
170
170
|
},
|
|
171
171
|
set: function (a) {
|
|
172
|
-
this.
|
|
172
|
+
this.g5 = a;
|
|
173
173
|
this.g("ValuesChangeRef");
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
@@ -14,16 +14,16 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebTreeGridDescription, _super);
|
|
15
15
|
function WebTreeGridDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.gv = null;
|
|
18
17
|
_this.gx = null;
|
|
19
|
-
_this.gy = null;
|
|
20
|
-
_this.gr = false;
|
|
21
18
|
_this.gz = null;
|
|
22
|
-
_this.go = null;
|
|
23
|
-
_this.gn = null;
|
|
24
|
-
_this.gw = null;
|
|
25
|
-
_this.gt = 0;
|
|
26
19
|
_this.g0 = null;
|
|
20
|
+
_this.gt = false;
|
|
21
|
+
_this.g1 = null;
|
|
22
|
+
_this.gq = null;
|
|
23
|
+
_this.gp = null;
|
|
24
|
+
_this.gy = null;
|
|
25
|
+
_this.gv = 0;
|
|
26
|
+
_this.g2 = null;
|
|
27
27
|
return _this;
|
|
28
28
|
}
|
|
29
29
|
WebTreeGridDescription.prototype.get_type = function () {
|
|
@@ -31,10 +31,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
};
|
|
32
32
|
Object.defineProperty(WebTreeGridDescription.prototype, "childDataKey", {
|
|
33
33
|
get: function () {
|
|
34
|
-
return this.
|
|
34
|
+
return this.gx;
|
|
35
35
|
},
|
|
36
36
|
set: function (a) {
|
|
37
|
-
this.
|
|
37
|
+
this.gx = a;
|
|
38
38
|
this.g("ChildDataKey");
|
|
39
39
|
},
|
|
40
40
|
enumerable: false,
|
|
@@ -42,10 +42,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(WebTreeGridDescription.prototype, "foreignKey", {
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.
|
|
45
|
+
return this.gz;
|
|
46
46
|
},
|
|
47
47
|
set: function (a) {
|
|
48
|
-
this.
|
|
48
|
+
this.gz = a;
|
|
49
49
|
this.g("ForeignKey");
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
@@ -53,10 +53,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(WebTreeGridDescription.prototype, "hasChildrenKey", {
|
|
55
55
|
get: function () {
|
|
56
|
-
return this.
|
|
56
|
+
return this.g0;
|
|
57
57
|
},
|
|
58
58
|
set: function (a) {
|
|
59
|
-
this.
|
|
59
|
+
this.g0 = a;
|
|
60
60
|
this.g("HasChildrenKey");
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
@@ -64,10 +64,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(WebTreeGridDescription.prototype, "cascadeOnDelete", {
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.
|
|
67
|
+
return this.gt;
|
|
68
68
|
},
|
|
69
69
|
set: function (a) {
|
|
70
|
-
this.
|
|
70
|
+
this.gt = a;
|
|
71
71
|
this.g("CascadeOnDelete");
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
@@ -75,10 +75,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(WebTreeGridDescription.prototype, "id", {
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.
|
|
78
|
+
return this.g1;
|
|
79
79
|
},
|
|
80
80
|
set: function (a) {
|
|
81
|
-
this.
|
|
81
|
+
this.g1 = a;
|
|
82
82
|
this.g("Id");
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
@@ -86,10 +86,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(WebTreeGridDescription.prototype, "rootRecords", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.
|
|
89
|
+
return this.gq;
|
|
90
90
|
},
|
|
91
91
|
set: function (a) {
|
|
92
|
-
this.
|
|
92
|
+
this.gq = a;
|
|
93
93
|
this.g("RootRecords");
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
@@ -97,10 +97,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(WebTreeGridDescription.prototype, "processedRootRecords", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.
|
|
100
|
+
return this.gp;
|
|
101
101
|
},
|
|
102
102
|
set: function (a) {
|
|
103
|
-
this.
|
|
103
|
+
this.gp = a;
|
|
104
104
|
this.g("ProcessedRootRecords");
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
@@ -108,10 +108,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(WebTreeGridDescription.prototype, "dataRef", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.
|
|
111
|
+
return this.gy;
|
|
112
112
|
},
|
|
113
113
|
set: function (a) {
|
|
114
|
-
this.
|
|
114
|
+
this.gy = a;
|
|
115
115
|
this.g("DataRef");
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
@@ -119,10 +119,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(WebTreeGridDescription.prototype, "expansionDepth", {
|
|
121
121
|
get: function () {
|
|
122
|
-
return this.
|
|
122
|
+
return this.gv;
|
|
123
123
|
},
|
|
124
124
|
set: function (a) {
|
|
125
|
-
this.
|
|
125
|
+
this.gv = a;
|
|
126
126
|
this.g("ExpansionDepth");
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
@@ -130,10 +130,10 @@ var WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(WebTreeGridDescription.prototype, "rowLoadingIndicatorTemplateRef", {
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.
|
|
133
|
+
return this.g2;
|
|
134
134
|
},
|
|
135
135
|
set: function (a) {
|
|
136
|
-
this.
|
|
136
|
+
this.g2 = a;
|
|
137
137
|
this.g("RowLoadingIndicatorTemplateRef");
|
|
138
138
|
},
|
|
139
139
|
enumerable: false,
|