igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.2
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 +1511 -2029
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- 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/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.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/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- 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/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.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/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1448 -1831
- package/fesm5/igniteui-angular-core.js +1508 -2022
- 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/WebComboDescription.d.ts +33 -30
- 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/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
|
@@ -17,7 +17,7 @@ import { WebGridToolbarBaseActionDescriptionMetadata } from "./WebGridToolbarBas
|
|
|
17
17
|
import { WebGridToolbarContentDescriptionMetadata } from "./WebGridToolbarContentDescriptionMetadata";
|
|
18
18
|
import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
|
|
19
19
|
import { WebDimensionsChangeEventArgsDescriptionMetadata } from "./WebDimensionsChangeEventArgsDescriptionMetadata";
|
|
20
|
-
import {
|
|
20
|
+
import { WebPivotConfigurationChangedEventArgsDescriptionMetadata } from "./WebPivotConfigurationChangedEventArgsDescriptionMetadata";
|
|
21
21
|
import { WebPivotDimensionEventArgsDescriptionMetadata } from "./WebPivotDimensionEventArgsDescriptionMetadata";
|
|
22
22
|
import { WebPivotValueEventArgsDescriptionMetadata } from "./WebPivotValueEventArgsDescriptionMetadata";
|
|
23
23
|
import { WebSortingExpressionEventArgsDescriptionMetadata } from "./WebSortingExpressionEventArgsDescriptionMetadata";
|
|
@@ -41,7 +41,7 @@ export let WebPivotGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
41
41
|
WebPivotGridDescriptionMetadata.f(a);
|
|
42
42
|
WebPivotConfigurationDescriptionMetadata.d(a);
|
|
43
43
|
WebDimensionsChangeEventArgsDescriptionMetadata.d(a);
|
|
44
|
-
|
|
44
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.d(a);
|
|
45
45
|
WebPivotDimensionEventArgsDescriptionMetadata.d(a);
|
|
46
46
|
WebPivotValueEventArgsDescriptionMetadata.d(a);
|
|
47
47
|
WebSortingExpressionEventArgsDescriptionMetadata.d(a);
|
|
@@ -63,13 +63,11 @@ export let WebPivotGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
63
63
|
a.item("PivotConfiguration@mustSetInCode", "WebComponents;Blazor");
|
|
64
64
|
a.item("ShowPivotConfigurationUI", "Boolean");
|
|
65
65
|
a.item("SuperCompactMode", "Boolean");
|
|
66
|
-
a.item("DimensionDataColumns", "Unknown");
|
|
67
66
|
a.item("DefaultExpandState", "Boolean");
|
|
68
67
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
69
|
-
a.item("FilteredData", "Unknown");
|
|
70
68
|
a.item("EmptyPivotGridTemplateRef", "(w:EmptyPivotGridTemplate,wf:EmptyPivotGridTemplate)TemplateRef::object");
|
|
71
69
|
a.item("DimensionsChangeRef", "EventRef::dimensionsChange:customEvent");
|
|
72
|
-
a.item("
|
|
70
|
+
a.item("PivotConfigurationChangeRef", "EventRef::pivotConfigurationChange:customEvent");
|
|
73
71
|
a.item("DimensionInitRef", "EventRef::dimensionInit:customEvent");
|
|
74
72
|
a.item("ValueInitRef", "EventRef::valueInit:customEvent");
|
|
75
73
|
a.item("DimensionsSortingExpressionsChangeRef", "EventRef::dimensionsSortingExpressionsChange:customEvent");
|
|
@@ -31,6 +31,7 @@ export let WebPivotGridRecordDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
31
31
|
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
32
32
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
33
33
|
a.item("__isPlainObject", "Boolean");
|
|
34
|
+
a.item("__skipSuffix", "Boolean");
|
|
34
35
|
a.item("RecordsRef", "(w:Records,wf:Records)DataRef:object");
|
|
35
36
|
a.item("Level", "Number:double");
|
|
36
37
|
a.item("Dimensions", "Array:WebPivotDimensionDescription:PivotDimension");
|
|
@@ -13,12 +13,11 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebRowDirectiveDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.p = null;
|
|
17
|
+
this.n = 0;
|
|
18
18
|
this.h = false;
|
|
19
19
|
this.j = false;
|
|
20
20
|
this.i = false;
|
|
21
|
-
this.k = false;
|
|
22
21
|
}
|
|
23
22
|
get_type() {
|
|
24
23
|
return "WebRowDirective";
|
|
@@ -27,17 +26,17 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
27
26
|
return this.get_type();
|
|
28
27
|
}
|
|
29
28
|
get data() {
|
|
30
|
-
return this.
|
|
29
|
+
return this.p;
|
|
31
30
|
}
|
|
32
31
|
set data(a) {
|
|
33
|
-
this.
|
|
32
|
+
this.p = a;
|
|
34
33
|
this.g("Data");
|
|
35
34
|
}
|
|
36
35
|
get index() {
|
|
37
|
-
return this.
|
|
36
|
+
return this.n;
|
|
38
37
|
}
|
|
39
38
|
set index(a) {
|
|
40
|
-
this.
|
|
39
|
+
this.n = a;
|
|
41
40
|
this.g("Index");
|
|
42
41
|
}
|
|
43
42
|
get disabled() {
|
|
@@ -61,13 +60,6 @@ export let WebRowDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
61
60
|
this.i = a;
|
|
62
61
|
this.g("Expanded");
|
|
63
62
|
}
|
|
64
|
-
get selected() {
|
|
65
|
-
return this.k;
|
|
66
|
-
}
|
|
67
|
-
set selected(a) {
|
|
68
|
-
this.k = a;
|
|
69
|
-
this.g("Selected");
|
|
70
|
-
}
|
|
71
63
|
}
|
|
72
64
|
WebRowDirectiveDescription.$t = markType(WebRowDirectiveDescription, 'WebRowDirectiveDescription', Description.$);
|
|
73
65
|
return WebRowDirectiveDescription;
|
|
@@ -35,7 +35,6 @@ export let WebRowDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
35
35
|
a.item("Disabled", "Boolean");
|
|
36
36
|
a.item("Pinned", "Boolean");
|
|
37
37
|
a.item("Expanded", "Boolean");
|
|
38
|
-
a.item("Selected", "Boolean");
|
|
39
38
|
}
|
|
40
39
|
static d(a) {
|
|
41
40
|
WebRowDirectiveDescriptionMetadata.b(a);
|
|
@@ -13,96 +13,88 @@ export let WebTreeGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebTreeGridDescription extends WebGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.hs = null;
|
|
16
|
+
this.gr = null;
|
|
17
|
+
this.gt = null;
|
|
18
|
+
this.gu = null;
|
|
19
|
+
this.gn = false;
|
|
20
|
+
this.gv = null;
|
|
21
|
+
this.gk = null;
|
|
22
|
+
this.gj = null;
|
|
23
|
+
this.gs = null;
|
|
24
|
+
this.gp = 0;
|
|
25
|
+
this.gw = null;
|
|
27
26
|
}
|
|
28
27
|
get_type() {
|
|
29
28
|
return "WebTreeGrid";
|
|
30
29
|
}
|
|
31
30
|
get childDataKey() {
|
|
32
|
-
return this.
|
|
31
|
+
return this.gr;
|
|
33
32
|
}
|
|
34
33
|
set childDataKey(a) {
|
|
35
|
-
this.
|
|
34
|
+
this.gr = a;
|
|
36
35
|
this.g("ChildDataKey");
|
|
37
36
|
}
|
|
38
37
|
get foreignKey() {
|
|
39
|
-
return this.
|
|
38
|
+
return this.gt;
|
|
40
39
|
}
|
|
41
40
|
set foreignKey(a) {
|
|
42
|
-
this.
|
|
41
|
+
this.gt = a;
|
|
43
42
|
this.g("ForeignKey");
|
|
44
43
|
}
|
|
45
44
|
get hasChildrenKey() {
|
|
46
|
-
return this.
|
|
45
|
+
return this.gu;
|
|
47
46
|
}
|
|
48
47
|
set hasChildrenKey(a) {
|
|
49
|
-
this.
|
|
48
|
+
this.gu = a;
|
|
50
49
|
this.g("HasChildrenKey");
|
|
51
50
|
}
|
|
52
51
|
get cascadeOnDelete() {
|
|
53
|
-
return this.
|
|
52
|
+
return this.gn;
|
|
54
53
|
}
|
|
55
54
|
set cascadeOnDelete(a) {
|
|
56
|
-
this.
|
|
55
|
+
this.gn = a;
|
|
57
56
|
this.g("CascadeOnDelete");
|
|
58
57
|
}
|
|
59
58
|
get id() {
|
|
60
|
-
return this.
|
|
59
|
+
return this.gv;
|
|
61
60
|
}
|
|
62
61
|
set id(a) {
|
|
63
|
-
this.
|
|
62
|
+
this.gv = a;
|
|
64
63
|
this.g("Id");
|
|
65
64
|
}
|
|
66
65
|
get rootRecords() {
|
|
67
|
-
return this.
|
|
66
|
+
return this.gk;
|
|
68
67
|
}
|
|
69
68
|
set rootRecords(a) {
|
|
70
|
-
this.
|
|
69
|
+
this.gk = a;
|
|
71
70
|
this.g("RootRecords");
|
|
72
71
|
}
|
|
73
72
|
get processedRootRecords() {
|
|
74
|
-
return this.
|
|
73
|
+
return this.gj;
|
|
75
74
|
}
|
|
76
75
|
set processedRootRecords(a) {
|
|
77
|
-
this.
|
|
76
|
+
this.gj = a;
|
|
78
77
|
this.g("ProcessedRootRecords");
|
|
79
78
|
}
|
|
80
79
|
get dataRef() {
|
|
81
|
-
return this.
|
|
80
|
+
return this.gs;
|
|
82
81
|
}
|
|
83
82
|
set dataRef(a) {
|
|
84
|
-
this.
|
|
83
|
+
this.gs = a;
|
|
85
84
|
this.g("DataRef");
|
|
86
85
|
}
|
|
87
|
-
get filteredData() {
|
|
88
|
-
return this.hl;
|
|
89
|
-
}
|
|
90
|
-
set filteredData(a) {
|
|
91
|
-
this.hl = a;
|
|
92
|
-
this.g("FilteredData");
|
|
93
|
-
}
|
|
94
86
|
get expansionDepth() {
|
|
95
|
-
return this.
|
|
87
|
+
return this.gp;
|
|
96
88
|
}
|
|
97
89
|
set expansionDepth(a) {
|
|
98
|
-
this.
|
|
90
|
+
this.gp = a;
|
|
99
91
|
this.g("ExpansionDepth");
|
|
100
92
|
}
|
|
101
93
|
get rowLoadingIndicatorTemplateRef() {
|
|
102
|
-
return this.
|
|
94
|
+
return this.gw;
|
|
103
95
|
}
|
|
104
96
|
set rowLoadingIndicatorTemplateRef(a) {
|
|
105
|
-
this.
|
|
97
|
+
this.gw = a;
|
|
106
98
|
this.g("RowLoadingIndicatorTemplateRef");
|
|
107
99
|
}
|
|
108
100
|
}
|
|
@@ -54,7 +54,6 @@ export let WebTreeGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
54
54
|
a.item("RootRecords", "Array:WebTreeGridRecordDescription:TreeGridRecord");
|
|
55
55
|
a.item("ProcessedRootRecords", "Array:WebTreeGridRecordDescription:TreeGridRecord");
|
|
56
56
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
57
|
-
a.item("FilteredData", "Unknown");
|
|
58
57
|
a.item("ExpansionDepth", "Number:double");
|
|
59
58
|
a.item("RowLoadingIndicatorTemplateRef", "(w:RowLoadingIndicatorTemplate,wf:RowLoadingIndicatorTemplate)TemplateRef::object");
|
|
60
59
|
WebTreeGridDescriptionMetadata.e(a);
|
package/esm2015/public_api.js
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';
|
|
@@ -496,11 +496,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
496
|
set: function (a) {
|
|
497
497
|
var b = this.p;
|
|
498
498
|
this.p = a;
|
|
499
|
-
if (this.p !=
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
this.
|
|
499
|
+
if (this.p != b) {
|
|
500
|
+
if (b != null) {
|
|
501
|
+
this.ay(7, b);
|
|
502
|
+
}
|
|
503
|
+
if (this.p != null) {
|
|
504
|
+
this.an(7, this.p);
|
|
505
|
+
}
|
|
504
506
|
}
|
|
505
507
|
},
|
|
506
508
|
enumerable: false,
|
|
@@ -513,11 +515,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
515
|
set: function (a) {
|
|
514
516
|
var b = this.r;
|
|
515
517
|
this.r = a;
|
|
516
|
-
if (this.r !=
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
this.
|
|
518
|
+
if (this.r != b) {
|
|
519
|
+
if (b != null) {
|
|
520
|
+
this.ay(8, b);
|
|
521
|
+
}
|
|
522
|
+
if (this.p != null) {
|
|
523
|
+
this.an(8, this.r);
|
|
524
|
+
}
|
|
521
525
|
}
|
|
522
526
|
},
|
|
523
527
|
enumerable: false,
|
|
@@ -530,11 +534,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
530
534
|
set: function (a) {
|
|
531
535
|
var b = this.l;
|
|
532
536
|
this.l = a;
|
|
533
|
-
if (this.l !=
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
this.
|
|
537
|
+
if (this.l != b) {
|
|
538
|
+
if (b != null) {
|
|
539
|
+
this.ay(12, b);
|
|
540
|
+
}
|
|
541
|
+
if (this.l != null) {
|
|
542
|
+
this.an(12, this.l);
|
|
543
|
+
}
|
|
538
544
|
}
|
|
539
545
|
},
|
|
540
546
|
enumerable: false,
|
|
@@ -547,11 +553,13 @@ var NativeUIComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
547
553
|
set: function (a) {
|
|
548
554
|
var b = this.m;
|
|
549
555
|
this.m = a;
|
|
550
|
-
if (this.m !=
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
this.
|
|
556
|
+
if (this.m != b) {
|
|
557
|
+
if (b != null) {
|
|
558
|
+
this.ay(13, b);
|
|
559
|
+
}
|
|
560
|
+
if (this.m != null) {
|
|
561
|
+
this.an(13, this.m);
|
|
562
|
+
}
|
|
555
563
|
}
|
|
556
564
|
},
|
|
557
565
|
enumerable: false,
|
|
@@ -153,8 +153,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
LocalDataSource.prototype.getItemAtIndex = function (a) {
|
|
156
|
-
if (this.c6 != null && this.c6.
|
|
157
|
-
return this.c6.
|
|
156
|
+
if (this.c6 != null && this.c6.a7 != null) {
|
|
157
|
+
return this.c6.a7.item(a);
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
160
|
return this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -168,9 +168,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168
168
|
var c = this.c5();
|
|
169
169
|
var d;
|
|
170
170
|
if (this.c6 != null) {
|
|
171
|
-
var e = this.c6.
|
|
171
|
+
var e = this.c6.a7.count;
|
|
172
172
|
for (var f = 0; f < e; f++) {
|
|
173
|
-
d = this.c6.
|
|
173
|
+
d = this.c6.a7.item(f);
|
|
174
174
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
175
175
|
var g = d;
|
|
176
176
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -203,7 +203,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
LocalDataSource.prototype.getItemPropertyAtIndex = function (a, b) {
|
|
204
204
|
var c;
|
|
205
205
|
if (this.c6 != null) {
|
|
206
|
-
c = this.c6.
|
|
206
|
+
c = this.c6.a7.item(a);
|
|
207
207
|
}
|
|
208
208
|
else {
|
|
209
209
|
c = this.actualDataProvider.getItemAtIndex(a);
|
|
@@ -246,9 +246,10 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
246
|
this.c6.av = this.shouldEmitSectionHeaders && this.ap;
|
|
247
247
|
this.c6.au = this.shouldEmitSectionFooters && this.ap;
|
|
248
248
|
this.c6.aw = this.shouldEmitShiftedRows;
|
|
249
|
-
this.c6.
|
|
250
|
-
this.c6.
|
|
251
|
-
this.c6.
|
|
249
|
+
this.c6.ax = this.shouldEmitSummaryRows;
|
|
250
|
+
this.c6.cc(this.di);
|
|
251
|
+
this.c6.a3 = this.dh();
|
|
252
|
+
this.c6.a2 = this.dg();
|
|
252
253
|
this.c6.p = this.c5();
|
|
253
254
|
this.c6.ae = this.groupDescriptions;
|
|
254
255
|
this.c6.af = this.sortDescriptions;
|
|
@@ -260,9 +261,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
260
261
|
this.c6.m = this;
|
|
261
262
|
this.c6.ap = this.groupDescriptions != null && this.groupDescriptions.k.count > 0;
|
|
262
263
|
this.c6.t = this.c7();
|
|
263
|
-
this.c6.
|
|
264
|
+
this.c6.b7();
|
|
264
265
|
this.actualSchema = this.actualDataProvider.actualSchema;
|
|
265
|
-
this.actualCount = this.c6.
|
|
266
|
+
this.actualCount = this.c6.a7.count;
|
|
266
267
|
}
|
|
267
268
|
else {
|
|
268
269
|
var a = this.c1();
|
|
@@ -293,7 +294,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
294
|
};
|
|
294
295
|
LocalDataSource.prototype.indexOfItem = function (a) {
|
|
295
296
|
if (this.c6 != null) {
|
|
296
|
-
return this.c6.
|
|
297
|
+
return this.c6.a7.indexOf(a);
|
|
297
298
|
}
|
|
298
299
|
if (this.actualDataProvider != null && this.actualDataProvider.isItemIndexLookupSupported) {
|
|
299
300
|
return this.actualDataProvider.indexOfItem(a);
|
|
@@ -327,9 +328,9 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
328
|
var c = this.c5();
|
|
328
329
|
var d;
|
|
329
330
|
if (this.c6 != null) {
|
|
330
|
-
var e = this.c6.
|
|
331
|
+
var e = this.c6.a7.count;
|
|
331
332
|
for (var f = 0; f < e; f++) {
|
|
332
|
-
d = this.c6.
|
|
333
|
+
d = this.c6.a7.item(f);
|
|
333
334
|
if (typeCast(DataSourceSpecialRow.$, d) !== null) {
|
|
334
335
|
var g = d;
|
|
335
336
|
if (g.rowType == 1 && !this.isSectionContentVisible && this.isSectionHeaderNormalRow) {
|
|
@@ -502,19 +503,19 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
503
|
}
|
|
503
504
|
};
|
|
504
505
|
LocalDataSource.prototype.d2 = function () {
|
|
505
|
-
this.actualCount = this.c6.
|
|
506
|
+
this.actualCount = this.c6.a7.count;
|
|
506
507
|
this.onBroadcastClearItems();
|
|
507
508
|
};
|
|
508
509
|
LocalDataSource.prototype.d5 = function (a, b, c) {
|
|
509
|
-
this.actualCount = this.c6.
|
|
510
|
+
this.actualCount = this.c6.a7.count;
|
|
510
511
|
this.onBroadcastSetItem(a, b, c);
|
|
511
512
|
};
|
|
512
513
|
LocalDataSource.prototype.d3 = function (a, b) {
|
|
513
|
-
this.actualCount = this.c6.
|
|
514
|
+
this.actualCount = this.c6.a7.count;
|
|
514
515
|
this.onBroadcastInsertItem(a, b);
|
|
515
516
|
};
|
|
516
517
|
LocalDataSource.prototype.d4 = function (a, b) {
|
|
517
|
-
this.actualCount = this.c6.
|
|
518
|
+
this.actualCount = this.c6.a7.count;
|
|
518
519
|
this.onBroadcastRemoveItem(a, b);
|
|
519
520
|
};
|
|
520
521
|
LocalDataSource.prototype.pinRow = function (a) {
|
|
@@ -523,7 +524,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
523
524
|
this.dj = -1;
|
|
524
525
|
if (this.c6 != null) {
|
|
525
526
|
this.di.add(a);
|
|
526
|
-
this.c6.
|
|
527
|
+
this.c6.b6(a);
|
|
527
528
|
}
|
|
528
529
|
else {
|
|
529
530
|
this.di.add(a);
|
|
@@ -541,7 +542,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
541
542
|
}
|
|
542
543
|
if (b.h(d, a) == 0) {
|
|
543
544
|
this.di.removeAt(c);
|
|
544
|
-
this.c6.
|
|
545
|
+
this.c6.cd(d);
|
|
545
546
|
}
|
|
546
547
|
}
|
|
547
548
|
}
|
|
@@ -644,26 +645,26 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
644
645
|
}
|
|
645
646
|
var c = null;
|
|
646
647
|
var d = null;
|
|
647
|
-
if (this.c6.
|
|
648
|
-
c = this.c6.
|
|
649
|
-
d = this.c6.
|
|
648
|
+
if (this.c6.a6.count == 1) {
|
|
649
|
+
c = this.c6.a6._inner[0];
|
|
650
|
+
d = this.c6.a6._inner[0];
|
|
650
651
|
}
|
|
651
652
|
else {
|
|
652
653
|
c = this.c6.w(a);
|
|
653
654
|
if (c != null) {
|
|
654
655
|
while (c.z != -1) {
|
|
655
|
-
c = this.c6.
|
|
656
|
+
c = this.c6.a6._inner[c.z];
|
|
656
657
|
}
|
|
657
658
|
}
|
|
658
659
|
d = this.c6.w(b);
|
|
659
|
-
if (b >= this.c6.
|
|
660
|
+
if (b >= this.c6.a7.count - this.c6.bl) {
|
|
660
661
|
d = this.c6.v();
|
|
661
662
|
}
|
|
662
663
|
}
|
|
663
664
|
if (c == null || d == null) {
|
|
664
665
|
return null;
|
|
665
666
|
}
|
|
666
|
-
if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.
|
|
667
|
+
if (c.ae == this.dr && c.aa == this.dt && c.af == this.du && c.ad == this.ds && c.ah == this.dw && c.ag == this.dv && d.ae == this.dj && d.aa == this.dl && d.af == this.dm && d.ad == this.dk && d.ah == this.dp && d.ag == this.dn && this.c6.bl == this.dq) {
|
|
667
668
|
return this.cv;
|
|
668
669
|
}
|
|
669
670
|
this.dr = c.ae;
|
|
@@ -678,23 +679,23 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
678
679
|
this.dv = c.ag;
|
|
679
680
|
this.dp = d.ah;
|
|
680
681
|
this.dn = d.ag;
|
|
681
|
-
this.dq = this.c6.
|
|
682
|
-
if (this.c6.
|
|
682
|
+
this.dq = this.c6.bl;
|
|
683
|
+
if (this.c6.a6.count == 1) {
|
|
683
684
|
this.dj = d.ad;
|
|
684
685
|
}
|
|
685
686
|
var e = 0;
|
|
686
687
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
687
688
|
e = 1;
|
|
688
689
|
}
|
|
689
|
-
var f = this.c6.
|
|
690
|
+
var f = this.c6.bb();
|
|
690
691
|
var g = new List$1(Number_$type, 0);
|
|
691
692
|
for (var h = c.ae; h <= d.ae; h++) {
|
|
692
|
-
var i = this.c6.
|
|
693
|
-
var j = this.c6.
|
|
694
|
-
var k = this.c6.
|
|
693
|
+
var i = this.c6.a6._inner[h];
|
|
694
|
+
var j = this.c6.a6._inner[h].c.length;
|
|
695
|
+
var k = this.c6.a6._inner[h].v();
|
|
695
696
|
if (this.shouldEmitSectionHeaders && this.ap) {
|
|
696
697
|
for (var l = 0; l < j; l++) {
|
|
697
|
-
if (this.c6.
|
|
698
|
+
if (this.c6.a6._inner[h].a[l] != null) {
|
|
698
699
|
var m = i.af + i.b[l];
|
|
699
700
|
g.add(m);
|
|
700
701
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
@@ -705,40 +706,40 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
705
706
|
}
|
|
706
707
|
}
|
|
707
708
|
}
|
|
708
|
-
if (!this.c6.
|
|
709
|
+
if (!this.c6.a6._inner[h].c[l]) {
|
|
709
710
|
break;
|
|
710
711
|
}
|
|
711
712
|
}
|
|
712
713
|
}
|
|
713
|
-
if (this.c6.
|
|
714
|
+
if (this.c6.a6._inner[h].p) {
|
|
714
715
|
if (this.shouldEmitShiftedRows) {
|
|
715
|
-
for (var o = 0; o < this.c6.
|
|
716
|
-
g.add(this.c6.
|
|
716
|
+
for (var o = 0; o < this.c6.a6._inner[h].aa; o++) {
|
|
717
|
+
g.add(this.c6.a6._inner[h].af + this.c6.a6._inner[h].ah + o + k);
|
|
717
718
|
}
|
|
718
719
|
}
|
|
719
720
|
}
|
|
720
721
|
if (this.summaryScope == 0 || this.summaryScope == 2) {
|
|
721
|
-
if (this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
722
|
-
for (var p = this.c6.
|
|
722
|
+
if (this.shouldEmitSummaryRows && this.includeSummaryRowsInSection && this.isSectionSummaryRowsAtBottom) {
|
|
723
|
+
for (var p = this.c6.a6._inner[h].ag - 1; p >= 0; p--) {
|
|
723
724
|
if (this.shouldEmitSectionFooters) {
|
|
724
|
-
g.add(this.c6.
|
|
725
|
+
g.add(this.c6.a6._inner[h].ad - k - p);
|
|
725
726
|
}
|
|
726
727
|
else {
|
|
727
|
-
g.add(this.c6.
|
|
728
|
+
g.add(this.c6.a6._inner[h].ad - p);
|
|
728
729
|
}
|
|
729
730
|
}
|
|
730
731
|
}
|
|
731
732
|
}
|
|
732
733
|
if (this.shouldEmitSectionFooters && this.ap) {
|
|
733
734
|
for (var q = j - 1; q >= 0; q--) {
|
|
734
|
-
if (!this.c6.
|
|
735
|
+
if (!this.c6.a6._inner[h].c[q]) {
|
|
735
736
|
break;
|
|
736
737
|
}
|
|
737
|
-
g.add(this.c6.
|
|
738
|
+
g.add(this.c6.a6._inner[h].ad - q);
|
|
738
739
|
}
|
|
739
740
|
}
|
|
740
741
|
}
|
|
741
|
-
for (var r = this.c6.
|
|
742
|
+
for (var r = this.c6.a7.count - this.c6.bl; r < this.c6.a7.count; r++) {
|
|
742
743
|
g.add(r);
|
|
743
744
|
}
|
|
744
745
|
this.cv = g.toArray();
|
|
@@ -764,12 +765,12 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
764
765
|
return 0;
|
|
765
766
|
};
|
|
766
767
|
LocalDataSource.prototype.setIsRowExpandedAtIndex = function (a, b) {
|
|
767
|
-
if (this.isSectionCollapsable && this.c6 != null && this.c6.
|
|
768
|
-
this.c6.
|
|
768
|
+
if (this.isSectionCollapsable && this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
769
|
+
this.c6.cb(a, b);
|
|
769
770
|
}
|
|
770
771
|
};
|
|
771
772
|
LocalDataSource.prototype.getIsRowExpandedAtIndex = function (a) {
|
|
772
|
-
if (this.c6 != null && this.c6.
|
|
773
|
+
if (this.c6 != null && this.c6.a7.count > 0 && this.c6.a7.count > a) {
|
|
773
774
|
return this.c6.ak(a);
|
|
774
775
|
}
|
|
775
776
|
return true;
|
|
@@ -793,7 +794,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
793
794
|
};
|
|
794
795
|
LocalDataSource.prototype.getRootSummaryRowCount = function () {
|
|
795
796
|
if (this.c6 != null) {
|
|
796
|
-
return this.c6.
|
|
797
|
+
return this.c6.bl;
|
|
797
798
|
}
|
|
798
799
|
return 0;
|
|
799
800
|
};
|
|
@@ -804,8 +805,8 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
804
805
|
return null;
|
|
805
806
|
};
|
|
806
807
|
LocalDataSource.prototype.getSectionSummaryResults = function (a) {
|
|
807
|
-
if (this.c6 != null && this.c6.
|
|
808
|
-
return this.c6.
|
|
808
|
+
if (this.c6 != null && this.c6.a6.count > 0 && a >= 0 && a < this.c6.a6.count) {
|
|
809
|
+
return this.c6.a6._inner[a].i;
|
|
809
810
|
}
|
|
810
811
|
return null;
|
|
811
812
|
};
|
|
@@ -838,7 +839,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
838
839
|
for (var m = 0; m < this.summaryDescriptions.k.count; m++) {
|
|
839
840
|
var n = this.summaryDescriptions.k.item(m);
|
|
840
841
|
if (n.operand == 5 || j.containsKey(n.propertyName)) {
|
|
841
|
-
this.c6.
|
|
842
|
+
this.c6.cm(m, k, i, false, l);
|
|
842
843
|
}
|
|
843
844
|
}
|
|
844
845
|
}
|
|
@@ -865,7 +866,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
865
866
|
for (var p = 0; p < this.summaryDescriptions.k.count; p++) {
|
|
866
867
|
var q = this.summaryDescriptions.k.item(p);
|
|
867
868
|
if (q.operand == 5 || j.containsKey(q.propertyName)) {
|
|
868
|
-
this.c6.
|
|
869
|
+
this.c6.cm(p, k, i, true, l);
|
|
869
870
|
}
|
|
870
871
|
}
|
|
871
872
|
}
|
|
@@ -881,7 +882,7 @@ var LocalDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
881
882
|
var t = this.getStickyRows();
|
|
882
883
|
for (var u = 0; u < t.length; u++) {
|
|
883
884
|
var v = t[u];
|
|
884
|
-
var w = typeCast(DataSourceSpecialRow.$, this.c6.
|
|
885
|
+
var w = typeCast(DataSourceSpecialRow.$, this.c6.a7.item(v));
|
|
885
886
|
if (w != null && w.rowType == 3 && w.targetRow == i) {
|
|
886
887
|
this.onBroadcastSetItem(v, w, w);
|
|
887
888
|
break;
|
|
@@ -162,11 +162,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
162
|
set: function (a) {
|
|
163
163
|
var b = this.bg;
|
|
164
164
|
this.bg = a;
|
|
165
|
-
if (this.bg !=
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
this.
|
|
165
|
+
if (this.bg != b) {
|
|
166
|
+
if (b != null) {
|
|
167
|
+
this.ay(1, b);
|
|
168
|
+
}
|
|
169
|
+
if (this.bg != null) {
|
|
170
|
+
this.an(1, this.bg);
|
|
171
|
+
}
|
|
170
172
|
}
|
|
171
173
|
},
|
|
172
174
|
enumerable: false,
|