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
|
@@ -13,160 +13,136 @@ export let WebGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebGridDescription 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.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.hn = false;
|
|
33
|
-
this.hv = null;
|
|
34
|
-
this.h2 = null;
|
|
16
|
+
this.gp = false;
|
|
17
|
+
this.g1 = null;
|
|
18
|
+
this.gz = null;
|
|
19
|
+
this.g5 = null;
|
|
20
|
+
this.gy = null;
|
|
21
|
+
this.gv = 0;
|
|
22
|
+
this.gk = null;
|
|
23
|
+
this.gj = null;
|
|
24
|
+
this.gq = false;
|
|
25
|
+
this.gn = null;
|
|
26
|
+
this.g0 = null;
|
|
27
|
+
this.g2 = null;
|
|
28
|
+
this.g4 = null;
|
|
29
|
+
this.gr = false;
|
|
30
|
+
this.gx = null;
|
|
31
|
+
this.g3 = null;
|
|
35
32
|
}
|
|
36
33
|
get_type() {
|
|
37
34
|
return "WebGrid";
|
|
38
35
|
}
|
|
39
36
|
get groupsExpanded() {
|
|
40
|
-
return this.
|
|
37
|
+
return this.gp;
|
|
41
38
|
}
|
|
42
39
|
set groupsExpanded(a) {
|
|
43
|
-
this.
|
|
40
|
+
this.gp = a;
|
|
44
41
|
this.g("GroupsExpanded");
|
|
45
42
|
}
|
|
46
43
|
get dropAreaTemplateRef() {
|
|
47
|
-
return this.
|
|
44
|
+
return this.g1;
|
|
48
45
|
}
|
|
49
46
|
set dropAreaTemplateRef(a) {
|
|
50
|
-
this.
|
|
47
|
+
this.g1 = a;
|
|
51
48
|
this.g("DropAreaTemplateRef");
|
|
52
49
|
}
|
|
53
50
|
get detailTemplateRef() {
|
|
54
|
-
return this.
|
|
51
|
+
return this.gz;
|
|
55
52
|
}
|
|
56
53
|
set detailTemplateRef(a) {
|
|
57
|
-
this.
|
|
54
|
+
this.gz = a;
|
|
58
55
|
this.g("DetailTemplateRef");
|
|
59
56
|
}
|
|
60
57
|
get id() {
|
|
61
|
-
return this.
|
|
58
|
+
return this.g5;
|
|
62
59
|
}
|
|
63
60
|
set id(a) {
|
|
64
|
-
this.
|
|
61
|
+
this.g5 = a;
|
|
65
62
|
this.g("Id");
|
|
66
63
|
}
|
|
67
|
-
get groupsRecords() {
|
|
68
|
-
return this.hf;
|
|
69
|
-
}
|
|
70
|
-
set groupsRecords(a) {
|
|
71
|
-
this.hf = a;
|
|
72
|
-
this.g("GroupsRecords");
|
|
73
|
-
}
|
|
74
64
|
get dataRef() {
|
|
75
|
-
return this.
|
|
65
|
+
return this.gy;
|
|
76
66
|
}
|
|
77
67
|
set dataRef(a) {
|
|
78
|
-
this.
|
|
68
|
+
this.gy = a;
|
|
79
69
|
this.g("DataRef");
|
|
80
70
|
}
|
|
81
|
-
get filteredData() {
|
|
82
|
-
return this.ht;
|
|
83
|
-
}
|
|
84
|
-
set filteredData(a) {
|
|
85
|
-
this.ht = a;
|
|
86
|
-
this.g("FilteredData");
|
|
87
|
-
}
|
|
88
71
|
get totalItemCount() {
|
|
89
|
-
return this.
|
|
72
|
+
return this.gv;
|
|
90
73
|
}
|
|
91
74
|
set totalItemCount(a) {
|
|
92
|
-
this.
|
|
75
|
+
this.gv = a;
|
|
93
76
|
this.g("TotalItemCount");
|
|
94
77
|
}
|
|
95
78
|
get groupingExpressions() {
|
|
96
|
-
return this.
|
|
79
|
+
return this.gk;
|
|
97
80
|
}
|
|
98
81
|
set groupingExpressions(a) {
|
|
99
|
-
this.
|
|
82
|
+
this.gk = a;
|
|
100
83
|
this.g("GroupingExpressions");
|
|
101
84
|
}
|
|
102
85
|
get groupingExpansionState() {
|
|
103
|
-
return this.
|
|
86
|
+
return this.gj;
|
|
104
87
|
}
|
|
105
88
|
set groupingExpansionState(a) {
|
|
106
|
-
this.
|
|
89
|
+
this.gj = a;
|
|
107
90
|
this.g("GroupingExpansionState");
|
|
108
91
|
}
|
|
109
92
|
get hideGroupedColumns() {
|
|
110
|
-
return this.
|
|
93
|
+
return this.gq;
|
|
111
94
|
}
|
|
112
95
|
set hideGroupedColumns(a) {
|
|
113
|
-
this.
|
|
96
|
+
this.gq = a;
|
|
114
97
|
this.g("HideGroupedColumns");
|
|
115
98
|
}
|
|
116
99
|
get groupStrategy() {
|
|
117
|
-
return this.
|
|
100
|
+
return this.gn;
|
|
118
101
|
}
|
|
119
102
|
set groupStrategy(a) {
|
|
120
|
-
this.
|
|
103
|
+
this.gn = a;
|
|
121
104
|
this.g("GroupStrategy");
|
|
122
105
|
}
|
|
123
106
|
get dropAreaMessage() {
|
|
124
|
-
return this.
|
|
107
|
+
return this.g0;
|
|
125
108
|
}
|
|
126
109
|
set dropAreaMessage(a) {
|
|
127
|
-
this.
|
|
110
|
+
this.g0 = a;
|
|
128
111
|
this.g("DropAreaMessage");
|
|
129
112
|
}
|
|
130
113
|
get groupByRowSelectorTemplateRef() {
|
|
131
|
-
return this.
|
|
114
|
+
return this.g2;
|
|
132
115
|
}
|
|
133
116
|
set groupByRowSelectorTemplateRef(a) {
|
|
134
|
-
this.
|
|
117
|
+
this.g2 = a;
|
|
135
118
|
this.g("GroupByRowSelectorTemplateRef");
|
|
136
119
|
}
|
|
137
120
|
get groupRowTemplateRef() {
|
|
138
|
-
return this.
|
|
121
|
+
return this.g4;
|
|
139
122
|
}
|
|
140
123
|
set groupRowTemplateRef(a) {
|
|
141
|
-
this.
|
|
124
|
+
this.g4 = a;
|
|
142
125
|
this.g("GroupRowTemplateRef");
|
|
143
126
|
}
|
|
144
|
-
get groupAreaTemplateRef() {
|
|
145
|
-
return this.h0;
|
|
146
|
-
}
|
|
147
|
-
set groupAreaTemplateRef(a) {
|
|
148
|
-
this.h0 = a;
|
|
149
|
-
this.g("GroupAreaTemplateRef");
|
|
150
|
-
}
|
|
151
127
|
get showGroupArea() {
|
|
152
|
-
return this.
|
|
128
|
+
return this.gr;
|
|
153
129
|
}
|
|
154
130
|
set showGroupArea(a) {
|
|
155
|
-
this.
|
|
131
|
+
this.gr = a;
|
|
156
132
|
this.g("ShowGroupArea");
|
|
157
133
|
}
|
|
158
134
|
get dataPreLoadRef() {
|
|
159
|
-
return this.
|
|
135
|
+
return this.gx;
|
|
160
136
|
}
|
|
161
137
|
set dataPreLoadRef(a) {
|
|
162
|
-
this.
|
|
138
|
+
this.gx = a;
|
|
163
139
|
this.g("DataPreLoadRef");
|
|
164
140
|
}
|
|
165
141
|
get groupingDoneRef() {
|
|
166
|
-
return this.
|
|
142
|
+
return this.g3;
|
|
167
143
|
}
|
|
168
144
|
set groupingDoneRef(a) {
|
|
169
|
-
this.
|
|
145
|
+
this.g3 = a;
|
|
170
146
|
this.g("GroupingDoneRef");
|
|
171
147
|
}
|
|
172
148
|
}
|
|
@@ -15,7 +15,6 @@ import { WebGridToolbarPinningDescriptionMetadata } from "./WebGridToolbarPinnin
|
|
|
15
15
|
import { WebGridToolbarAdvancedFilteringDescriptionMetadata } from "./WebGridToolbarAdvancedFilteringDescriptionMetadata";
|
|
16
16
|
import { WebGridToolbarBaseActionDescriptionMetadata } from "./WebGridToolbarBaseActionDescriptionMetadata";
|
|
17
17
|
import { WebGridToolbarContentDescriptionMetadata } from "./WebGridToolbarContentDescriptionMetadata";
|
|
18
|
-
import { WebGroupByRecordDescriptionMetadata } from "./WebGroupByRecordDescriptionMetadata";
|
|
19
18
|
import { WebGroupingExpressionDescriptionMetadata } from "./WebGroupingExpressionDescriptionMetadata";
|
|
20
19
|
import { WebGroupByExpandStateDescriptionMetadata } from "./WebGroupByExpandStateDescriptionMetadata";
|
|
21
20
|
import { WebGridGroupingStrategyDescriptionMetadata } from "./WebGridGroupingStrategyDescriptionMetadata";
|
|
@@ -38,7 +37,6 @@ export let WebGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
38
37
|
}
|
|
39
38
|
a.ab(WebGridDescriptionMetadata.a);
|
|
40
39
|
WebGridDescriptionMetadata.f(a);
|
|
41
|
-
WebGroupByRecordDescriptionMetadata.d(a);
|
|
42
40
|
WebGroupingExpressionDescriptionMetadata.d(a);
|
|
43
41
|
WebGroupByExpandStateDescriptionMetadata.d(a);
|
|
44
42
|
WebGridGroupingStrategyDescriptionMetadata.d(a);
|
|
@@ -60,9 +58,7 @@ export let WebGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
60
58
|
a.item("DropAreaTemplateRef", "(w:DropAreaTemplate,wf:DropAreaTemplate)TemplateRef::object");
|
|
61
59
|
a.item("DetailTemplateRef", "(w:DetailTemplate,wf:DetailTemplate)TemplateRef::object");
|
|
62
60
|
a.item("Id", "String");
|
|
63
|
-
a.item("GroupsRecords", "Array:WebGroupByRecordDescription:GroupByRecord");
|
|
64
61
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
65
|
-
a.item("FilteredData", "Unknown");
|
|
66
62
|
a.item("TotalItemCount", "Number:double");
|
|
67
63
|
a.item("GroupingExpressions", "Array:WebGroupingExpressionDescription:GroupingExpression");
|
|
68
64
|
a.item("GroupingExpressions@mustSetInCode", "WebComponents;Blazor");
|
|
@@ -72,7 +68,6 @@ export let WebGridDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
72
68
|
a.item("DropAreaMessage", "String");
|
|
73
69
|
a.item("GroupByRowSelectorTemplateRef", "(w:GroupByRowSelectorTemplate,wf:GroupByRowSelectorTemplate)TemplateRef::object");
|
|
74
70
|
a.item("GroupRowTemplateRef", "(w:GroupRowTemplate,wf:GroupRowTemplate)TemplateRef::object");
|
|
75
|
-
a.item("GroupAreaTemplateRef", "(w:GroupAreaTemplate,wf:GroupAreaTemplate)TemplateRef::object");
|
|
76
71
|
a.item("ShowGroupArea", "Boolean");
|
|
77
72
|
a.item("DataPreLoadRef", "EventRef::dataPreLoad:customEvent");
|
|
78
73
|
a.item("GroupingDoneRef", "EventRef::groupingDone:customEvent");
|
|
@@ -13,40 +13,40 @@ export let WebGridEditingActionsDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebGridEditingActionsDescription extends WebGridActionsBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
16
|
+
this.n = false;
|
|
17
|
+
this.p = false;
|
|
18
|
+
this.o = false;
|
|
19
|
+
this.m = false;
|
|
20
20
|
}
|
|
21
21
|
get_type() {
|
|
22
22
|
return "WebGridEditingActions";
|
|
23
23
|
}
|
|
24
24
|
get addRow() {
|
|
25
|
-
return this.
|
|
25
|
+
return this.n;
|
|
26
26
|
}
|
|
27
27
|
set addRow(a) {
|
|
28
|
-
this.
|
|
28
|
+
this.n = a;
|
|
29
29
|
this.g("AddRow");
|
|
30
30
|
}
|
|
31
31
|
get editRow() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.p;
|
|
33
33
|
}
|
|
34
34
|
set editRow(a) {
|
|
35
|
-
this.
|
|
35
|
+
this.p = a;
|
|
36
36
|
this.g("EditRow");
|
|
37
37
|
}
|
|
38
38
|
get deleteRow() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.o;
|
|
40
40
|
}
|
|
41
41
|
set deleteRow(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.o = a;
|
|
43
43
|
this.g("DeleteRow");
|
|
44
44
|
}
|
|
45
45
|
get addChild() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.m;
|
|
47
47
|
}
|
|
48
48
|
set addChild(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.m = a;
|
|
50
50
|
this.g("AddChild");
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -9,14 +9,14 @@ import { markType } from "./type";
|
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
export let
|
|
13
|
-
class
|
|
12
|
+
export let WebPivotConfigurationChangedEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebPivotConfigurationChangedEventArgsDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.h = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
|
-
return "
|
|
19
|
+
return "WebPivotConfigurationChangedEventArgs";
|
|
20
20
|
}
|
|
21
21
|
get type() {
|
|
22
22
|
return this.get_type();
|
|
@@ -29,8 +29,8 @@ export let WebPivotConfigurationChangeEventArgsDescription = /*@__PURE__*/ (() =
|
|
|
29
29
|
this.g("Detail");
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
return
|
|
32
|
+
WebPivotConfigurationChangedEventArgsDescription.$t = markType(WebPivotConfigurationChangedEventArgsDescription, 'WebPivotConfigurationChangedEventArgsDescription', Description.$);
|
|
33
|
+
WebPivotConfigurationChangedEventArgsDescription.__marshalByValue = true;
|
|
34
|
+
WebPivotConfigurationChangedEventArgsDescription.__marshalByValueAlias = "PivotConfigurationChangedEventArgs";
|
|
35
|
+
return WebPivotConfigurationChangedEventArgsDescription;
|
|
36
36
|
})();
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata } from "./WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata";
|
|
10
|
+
import { WebPivotConfigurationChangedEventArgsDescription } from "./WebPivotConfigurationChangedEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebPivotConfigurationChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebPivotConfigurationChangedEventArgsDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebPivotConfigurationChangedEventArgsDescriptionMetadata.a == null) {
|
|
18
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.c(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.k(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.ab(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
25
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d(a);
|
|
26
|
+
}
|
|
27
|
+
static c(a) {
|
|
28
|
+
a.item("__qualifiedNameTS", "String:PivotConfigurationChangedEventArgs");
|
|
29
|
+
a.item("__isPlainObject", "Boolean");
|
|
30
|
+
a.item("__skipSuffix", "Boolean");
|
|
31
|
+
a.item("Detail", "ExportedType:WebPivotConfigurationChangedEventArgsDetail");
|
|
32
|
+
}
|
|
33
|
+
static d(a) {
|
|
34
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.b(a);
|
|
35
|
+
a.ad("WebPivotConfigurationChangedEventArgs", () => new WebPivotConfigurationChangedEventArgsDescription());
|
|
36
|
+
a.ac("WebPivotConfigurationChangedEventArgs", WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.$t = markType(WebPivotConfigurationChangedEventArgsDescriptionMetadata, 'WebPivotConfigurationChangedEventArgsDescriptionMetadata');
|
|
40
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.a = null;
|
|
41
|
+
return WebPivotConfigurationChangedEventArgsDescriptionMetadata;
|
|
42
|
+
})();
|
|
@@ -0,0 +1,36 @@
|
|
|
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 WebPivotConfigurationChangedEventArgsDetailDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebPivotConfigurationChangedEventArgsDetailDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.h = null;
|
|
17
|
+
}
|
|
18
|
+
get_type() {
|
|
19
|
+
return "WebPivotConfigurationChangedEventArgsDetail";
|
|
20
|
+
}
|
|
21
|
+
get type() {
|
|
22
|
+
return this.get_type();
|
|
23
|
+
}
|
|
24
|
+
get pivotConfiguration() {
|
|
25
|
+
return this.h;
|
|
26
|
+
}
|
|
27
|
+
set pivotConfiguration(a) {
|
|
28
|
+
this.h = a;
|
|
29
|
+
this.g("PivotConfiguration");
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.$t = markType(WebPivotConfigurationChangedEventArgsDetailDescription, 'WebPivotConfigurationChangedEventArgsDetailDescription', Description.$);
|
|
33
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.__marshalByValue = true;
|
|
34
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.__marshalByValueAlias = "PivotConfigurationChangedEventArgsDetail";
|
|
35
|
+
return WebPivotConfigurationChangedEventArgsDetailDescription;
|
|
36
|
+
})();
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
|
|
10
|
+
import { WebPivotConfigurationChangedEventArgsDetailDescription } from "./WebPivotConfigurationChangedEventArgsDetailDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a == null) {
|
|
18
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.c(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.k(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.ab(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
25
|
+
WebPivotConfigurationDescriptionMetadata.d(a);
|
|
26
|
+
}
|
|
27
|
+
static c(a) {
|
|
28
|
+
a.item("__qualifiedNameTS", "String:PivotConfigurationChangedEventArgsDetail");
|
|
29
|
+
a.item("__packageNameWC", "String:grids");
|
|
30
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
31
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
32
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
33
|
+
a.item("__isPlainObject", "Boolean");
|
|
34
|
+
a.item("__skipSuffix", "Boolean");
|
|
35
|
+
a.item("PivotConfiguration", "ExportedType:WebPivotConfiguration");
|
|
36
|
+
}
|
|
37
|
+
static d(a) {
|
|
38
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.b(a);
|
|
39
|
+
a.ad("WebPivotConfigurationChangedEventArgsDetail", () => new WebPivotConfigurationChangedEventArgsDetailDescription());
|
|
40
|
+
a.ac("WebPivotConfigurationChangedEventArgsDetail", WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.$t = markType(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata, 'WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata');
|
|
44
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a = null;
|
|
45
|
+
return WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata;
|
|
46
|
+
})();
|
|
@@ -33,6 +33,7 @@ export let WebPivotGridColumnDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
33
33
|
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
34
34
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
35
35
|
a.item("__isPlainObject", "Boolean");
|
|
36
|
+
a.item("__skipSuffix", "Boolean");
|
|
36
37
|
a.item("Field", "String");
|
|
37
38
|
a.item("Dimensions", "Array:WebPivotDimensionDescription:PivotDimension");
|
|
38
39
|
a.item("Value", "ExportedType:WebPivotValue");
|
|
@@ -13,128 +13,112 @@ export let WebPivotGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebPivotGridDescription 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.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.ht = null;
|
|
30
|
-
this.hx = null;
|
|
16
|
+
this.gx = null;
|
|
17
|
+
this.gj = null;
|
|
18
|
+
this.gm = false;
|
|
19
|
+
this.gn = false;
|
|
20
|
+
this.gl = false;
|
|
21
|
+
this.gr = null;
|
|
22
|
+
this.gv = null;
|
|
23
|
+
this.gt = null;
|
|
24
|
+
this.gw = null;
|
|
25
|
+
this.gs = null;
|
|
26
|
+
this.gy = null;
|
|
27
|
+
this.gu = null;
|
|
28
|
+
this.gz = null;
|
|
31
29
|
}
|
|
32
30
|
get_type() {
|
|
33
31
|
return "WebPivotGrid";
|
|
34
32
|
}
|
|
35
33
|
get valueChipTemplateRef() {
|
|
36
|
-
return this.
|
|
34
|
+
return this.gx;
|
|
37
35
|
}
|
|
38
36
|
set valueChipTemplateRef(a) {
|
|
39
|
-
this.
|
|
37
|
+
this.gx = a;
|
|
40
38
|
this.g("ValueChipTemplateRef");
|
|
41
39
|
}
|
|
42
40
|
get pivotConfiguration() {
|
|
43
|
-
return this.
|
|
41
|
+
return this.gj;
|
|
44
42
|
}
|
|
45
43
|
set pivotConfiguration(a) {
|
|
46
|
-
this.
|
|
44
|
+
this.gj = a;
|
|
47
45
|
this.g("PivotConfiguration");
|
|
48
46
|
}
|
|
49
47
|
get showPivotConfigurationUI() {
|
|
50
|
-
return this.
|
|
48
|
+
return this.gm;
|
|
51
49
|
}
|
|
52
50
|
set showPivotConfigurationUI(a) {
|
|
53
|
-
this.
|
|
51
|
+
this.gm = a;
|
|
54
52
|
this.g("ShowPivotConfigurationUI");
|
|
55
53
|
}
|
|
56
54
|
get superCompactMode() {
|
|
57
|
-
return this.
|
|
55
|
+
return this.gn;
|
|
58
56
|
}
|
|
59
57
|
set superCompactMode(a) {
|
|
60
|
-
this.
|
|
58
|
+
this.gn = a;
|
|
61
59
|
this.g("SuperCompactMode");
|
|
62
60
|
}
|
|
63
|
-
get dimensionDataColumns() {
|
|
64
|
-
return this.hl;
|
|
65
|
-
}
|
|
66
|
-
set dimensionDataColumns(a) {
|
|
67
|
-
this.hl = a;
|
|
68
|
-
this.g("DimensionDataColumns");
|
|
69
|
-
}
|
|
70
61
|
get defaultExpandState() {
|
|
71
|
-
return this.
|
|
62
|
+
return this.gl;
|
|
72
63
|
}
|
|
73
64
|
set defaultExpandState(a) {
|
|
74
|
-
this.
|
|
65
|
+
this.gl = a;
|
|
75
66
|
this.g("DefaultExpandState");
|
|
76
67
|
}
|
|
77
68
|
get dataRef() {
|
|
78
|
-
return this.
|
|
69
|
+
return this.gr;
|
|
79
70
|
}
|
|
80
71
|
set dataRef(a) {
|
|
81
|
-
this.
|
|
72
|
+
this.gr = a;
|
|
82
73
|
this.g("DataRef");
|
|
83
74
|
}
|
|
84
|
-
get filteredData() {
|
|
85
|
-
return this.hm;
|
|
86
|
-
}
|
|
87
|
-
set filteredData(a) {
|
|
88
|
-
this.hm = a;
|
|
89
|
-
this.g("FilteredData");
|
|
90
|
-
}
|
|
91
75
|
get emptyPivotGridTemplateRef() {
|
|
92
|
-
return this.
|
|
76
|
+
return this.gv;
|
|
93
77
|
}
|
|
94
78
|
set emptyPivotGridTemplateRef(a) {
|
|
95
|
-
this.
|
|
79
|
+
this.gv = a;
|
|
96
80
|
this.g("EmptyPivotGridTemplateRef");
|
|
97
81
|
}
|
|
98
82
|
get dimensionsChangeRef() {
|
|
99
|
-
return this.
|
|
83
|
+
return this.gt;
|
|
100
84
|
}
|
|
101
85
|
set dimensionsChangeRef(a) {
|
|
102
|
-
this.
|
|
86
|
+
this.gt = a;
|
|
103
87
|
this.g("DimensionsChangeRef");
|
|
104
88
|
}
|
|
105
|
-
get
|
|
106
|
-
return this.
|
|
89
|
+
get pivotConfigurationChangeRef() {
|
|
90
|
+
return this.gw;
|
|
107
91
|
}
|
|
108
|
-
set
|
|
109
|
-
this.
|
|
110
|
-
this.g("
|
|
92
|
+
set pivotConfigurationChangeRef(a) {
|
|
93
|
+
this.gw = a;
|
|
94
|
+
this.g("PivotConfigurationChangeRef");
|
|
111
95
|
}
|
|
112
96
|
get dimensionInitRef() {
|
|
113
|
-
return this.
|
|
97
|
+
return this.gs;
|
|
114
98
|
}
|
|
115
99
|
set dimensionInitRef(a) {
|
|
116
|
-
this.
|
|
100
|
+
this.gs = a;
|
|
117
101
|
this.g("DimensionInitRef");
|
|
118
102
|
}
|
|
119
103
|
get valueInitRef() {
|
|
120
|
-
return this.
|
|
104
|
+
return this.gy;
|
|
121
105
|
}
|
|
122
106
|
set valueInitRef(a) {
|
|
123
|
-
this.
|
|
107
|
+
this.gy = a;
|
|
124
108
|
this.g("ValueInitRef");
|
|
125
109
|
}
|
|
126
110
|
get dimensionsSortingExpressionsChangeRef() {
|
|
127
|
-
return this.
|
|
111
|
+
return this.gu;
|
|
128
112
|
}
|
|
129
113
|
set dimensionsSortingExpressionsChangeRef(a) {
|
|
130
|
-
this.
|
|
114
|
+
this.gu = a;
|
|
131
115
|
this.g("DimensionsSortingExpressionsChangeRef");
|
|
132
116
|
}
|
|
133
117
|
get valuesChangeRef() {
|
|
134
|
-
return this.
|
|
118
|
+
return this.gz;
|
|
135
119
|
}
|
|
136
120
|
set valuesChangeRef(a) {
|
|
137
|
-
this.
|
|
121
|
+
this.gz = a;
|
|
138
122
|
this.g("ValuesChangeRef");
|
|
139
123
|
}
|
|
140
124
|
}
|