igniteui-angular-core 17.0.0-beta.0 → 17.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +3388 -1605
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm2015/lib/PopupView_combined.js +743 -607
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/WebColumnStateDescription.js +202 -0
- package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
- package/esm2015/lib/WebGridDescription.js +44 -44
- package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
- package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
- package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescription.js +23 -0
- package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
- package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
- package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
- package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
- package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
- package/esm2015/lib/WebGroupingStateDescription.js +50 -0
- package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPagingStateDescription.js +42 -0
- package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebPivotGridDescription.js +35 -35
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/igx-popup-component.js +59 -37
- package/esm2015/public_api.js +20 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm5/lib/PopupView_combined.js +738 -590
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/WebColumnStateDescription.js +296 -0
- package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
- package/esm5/lib/WebGridDescription.js +44 -44
- package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
- package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
- package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescription.js +24 -0
- package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
- package/esm5/lib/WebGridStateInfoDescription.js +226 -0
- package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
- package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
- package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
- package/esm5/lib/WebGroupingStateDescription.js +68 -0
- package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPagingStateDescription.js +56 -0
- package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
- package/esm5/lib/WebPivotGridDescription.js +35 -35
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/igx-popup-component.js +67 -37
- package/esm5/public_api.js +20 -0
- package/fesm2015/igniteui-angular-core.js +2951 -1525
- package/fesm5/igniteui-angular-core.js +3369 -1606
- package/lib/IDataLegendSeries.d.ts +2 -0
- package/lib/IDataLegendTarget.d.ts +1 -0
- package/lib/PopupView_combined.d.ts +161 -144
- package/lib/WebColumnStateDescription.d.ts +77 -0
- package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
- package/lib/WebGridDescription.d.ts +16 -16
- package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
- package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateCollectionDescription.d.ts +21 -0
- package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescription.d.ts +10 -0
- package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateInfoDescription.d.ts +70 -0
- package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateOptionsDescription.d.ts +56 -0
- package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebGroupingStateDescription.d.ts +22 -0
- package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPagingStateDescription.d.ts +17 -0
- package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridDescription.d.ts +13 -13
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/igx-popup-component.d.ts +13 -1
- package/package.json +4 -4
- package/public_api.d.ts +20 -0
|
@@ -14,143 +14,144 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class WebGridBaseDirectiveDescription extends WebDisplayDensityBaseDescription {
|
|
15
15
|
constructor() {
|
|
16
16
|
super();
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
17
|
+
this.bl = 0;
|
|
18
|
+
this.ay = false;
|
|
19
19
|
this.o = null;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
20
|
+
this.a2 = false;
|
|
21
|
+
this.cm = null;
|
|
22
|
+
this.bt = null;
|
|
23
|
+
this.c1 = null;
|
|
24
|
+
this.bm = 0;
|
|
25
|
+
this.ae = null;
|
|
25
26
|
this.ac = null;
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.c2 = null;
|
|
27
|
+
this.da = null;
|
|
28
|
+
this.dt = null;
|
|
29
|
+
this.c4 = null;
|
|
30
30
|
this.m = null;
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.c7 = null;
|
|
34
|
-
this.df = null;
|
|
35
|
-
this.dk = null;
|
|
31
|
+
this.ci = null;
|
|
32
|
+
this.dl = null;
|
|
36
33
|
this.c9 = null;
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
34
|
+
this.dh = null;
|
|
35
|
+
this.dm = null;
|
|
36
|
+
this.db = null;
|
|
37
|
+
this.cy = null;
|
|
38
|
+
this.cx = null;
|
|
39
|
+
this.cn = null;
|
|
42
40
|
this.dx = null;
|
|
43
|
-
this.
|
|
41
|
+
this.dy = null;
|
|
42
|
+
this.dz = null;
|
|
43
|
+
this.t = null;
|
|
44
44
|
this.q = null;
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
45
|
+
this.am = null;
|
|
46
|
+
this.cr = null;
|
|
47
|
+
this.ah = null;
|
|
48
|
+
this.ag = null;
|
|
49
|
+
this.c2 = null;
|
|
50
|
+
this.c3 = null;
|
|
51
|
+
this.a0 = false;
|
|
52
|
+
this.a3 = false;
|
|
53
|
+
this.d7 = null;
|
|
54
|
+
this.a4 = false;
|
|
49
55
|
this.c0 = null;
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
56
|
+
this.d8 = null;
|
|
57
|
+
this.bk = 0;
|
|
58
|
+
this.cd = null;
|
|
59
|
+
this.cl = null;
|
|
52
60
|
this.a1 = false;
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.cy = null;
|
|
56
|
-
this.d6 = null;
|
|
57
|
-
this.bi = 0;
|
|
58
|
-
this.cb = null;
|
|
59
|
-
this.cj = null;
|
|
60
|
-
this.az = false;
|
|
61
|
-
this.a4 = false;
|
|
62
|
-
this.ci = null;
|
|
63
|
-
this.aq = null;
|
|
64
|
-
this.av = false;
|
|
65
|
-
this.au = false;
|
|
66
|
-
this.cq = null;
|
|
67
|
-
this.d2 = null;
|
|
68
|
-
this.d1 = null;
|
|
69
|
-
this.a5 = false;
|
|
70
|
-
this.ai = null;
|
|
71
|
-
this.am = null;
|
|
61
|
+
this.a6 = false;
|
|
62
|
+
this.ck = null;
|
|
72
63
|
this.as = null;
|
|
73
|
-
this.du = null;
|
|
74
|
-
this.cx = null;
|
|
75
|
-
this.dq = null;
|
|
76
|
-
this.ch = null;
|
|
77
|
-
this.r = null;
|
|
78
64
|
this.ax = false;
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
65
|
+
this.aw = false;
|
|
66
|
+
this.cs = null;
|
|
67
|
+
this.d4 = null;
|
|
68
|
+
this.d3 = null;
|
|
69
|
+
this.a7 = false;
|
|
70
|
+
this.ak = null;
|
|
82
71
|
this.ao = null;
|
|
72
|
+
this.au = null;
|
|
73
|
+
this.dw = null;
|
|
74
|
+
this.cz = null;
|
|
75
|
+
this.ds = null;
|
|
76
|
+
this.cj = null;
|
|
77
|
+
this.r = null;
|
|
78
|
+
this.az = false;
|
|
79
|
+
this.b0 = null;
|
|
80
|
+
this.dq = null;
|
|
81
|
+
this.b9 = null;
|
|
82
|
+
this.aq = null;
|
|
83
83
|
this.p = null;
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
84
|
+
this.bn = 0;
|
|
85
|
+
this.a5 = false;
|
|
86
86
|
this.n = null;
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.cu = null;
|
|
90
|
-
this.bt = null;
|
|
91
|
-
this.cr = null;
|
|
92
|
-
this.d4 = null;
|
|
93
|
-
this.dt = null;
|
|
94
|
-
this.dp = null;
|
|
95
|
-
this.b8 = null;
|
|
96
|
-
this.b3 = null;
|
|
97
|
-
this.b4 = null;
|
|
98
|
-
this.bw = null;
|
|
99
|
-
this.bx = null;
|
|
87
|
+
this.s = null;
|
|
88
|
+
this.cq = null;
|
|
100
89
|
this.bu = null;
|
|
90
|
+
this.cw = null;
|
|
101
91
|
this.bv = null;
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
92
|
+
this.ct = null;
|
|
93
|
+
this.d6 = null;
|
|
94
|
+
this.dv = null;
|
|
95
|
+
this.dr = null;
|
|
96
|
+
this.ca = null;
|
|
97
|
+
this.b5 = null;
|
|
98
|
+
this.b6 = null;
|
|
99
|
+
this.by = null;
|
|
100
|
+
this.bz = null;
|
|
101
|
+
this.bw = null;
|
|
102
|
+
this.bx = null;
|
|
103
|
+
this.dj = null;
|
|
104
104
|
this.dg = null;
|
|
105
105
|
this.di = null;
|
|
106
|
-
this.
|
|
107
|
-
this.b6 = null;
|
|
108
|
-
this.dy = null;
|
|
109
|
-
this.dz = null;
|
|
110
|
-
this.cm = null;
|
|
111
|
-
this.cn = null;
|
|
112
|
-
this.c6 = null;
|
|
113
|
-
this.db = null;
|
|
114
|
-
this.da = null;
|
|
115
|
-
this.c5 = null;
|
|
116
|
-
this.b5 = null;
|
|
117
|
-
this.cc = null;
|
|
118
|
-
this.cf = null;
|
|
119
|
-
this.ca = null;
|
|
120
|
-
this.b9 = null;
|
|
121
|
-
this.b2 = null;
|
|
122
|
-
this.b0 = null;
|
|
106
|
+
this.dk = null;
|
|
123
107
|
this.b1 = null;
|
|
124
|
-
this.
|
|
108
|
+
this.b8 = null;
|
|
109
|
+
this.d0 = null;
|
|
110
|
+
this.d1 = null;
|
|
111
|
+
this.co = null;
|
|
112
|
+
this.cp = null;
|
|
113
|
+
this.c8 = null;
|
|
125
114
|
this.dd = null;
|
|
126
115
|
this.dc = null;
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.dm = null;
|
|
130
|
-
this.dl = null;
|
|
131
|
-
this.bq = null;
|
|
132
|
-
this.d0 = null;
|
|
133
|
-
this.d3 = null;
|
|
134
|
-
this.c3 = null;
|
|
135
|
-
this.c4 = null;
|
|
116
|
+
this.c7 = null;
|
|
117
|
+
this.b7 = null;
|
|
136
118
|
this.ce = null;
|
|
137
|
-
this.
|
|
119
|
+
this.ch = null;
|
|
120
|
+
this.cc = null;
|
|
121
|
+
this.cb = null;
|
|
122
|
+
this.b4 = null;
|
|
123
|
+
this.b2 = null;
|
|
124
|
+
this.b3 = null;
|
|
125
|
+
this.cv = null;
|
|
126
|
+
this.df = null;
|
|
127
|
+
this.de = null;
|
|
128
|
+
this.cu = null;
|
|
129
|
+
this.du = null;
|
|
130
|
+
this.dp = null;
|
|
131
|
+
this.dn = null;
|
|
132
|
+
this.bs = null;
|
|
133
|
+
this.d2 = null;
|
|
134
|
+
this.d5 = null;
|
|
135
|
+
this.c5 = null;
|
|
136
|
+
this.c6 = null;
|
|
137
|
+
this.cg = null;
|
|
138
|
+
this.cf = null;
|
|
138
139
|
}
|
|
139
140
|
get_type() {
|
|
140
141
|
return "WebGridBaseDirective";
|
|
141
142
|
}
|
|
142
143
|
get snackbarDisplayTime() {
|
|
143
|
-
return this.
|
|
144
|
+
return this.bl;
|
|
144
145
|
}
|
|
145
146
|
set snackbarDisplayTime(a) {
|
|
146
|
-
this.
|
|
147
|
+
this.bl = a;
|
|
147
148
|
this.g("SnackbarDisplayTime");
|
|
148
149
|
}
|
|
149
150
|
get autoGenerate() {
|
|
150
|
-
return this.
|
|
151
|
+
return this.ay;
|
|
151
152
|
}
|
|
152
153
|
set autoGenerate(a) {
|
|
153
|
-
this.
|
|
154
|
+
this.ay = a;
|
|
154
155
|
this.g("AutoGenerate");
|
|
155
156
|
}
|
|
156
157
|
get autoGenerateExclude() {
|
|
@@ -161,73 +162,73 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
161
162
|
this.g("AutoGenerateExclude");
|
|
162
163
|
}
|
|
163
164
|
get moving() {
|
|
164
|
-
return this.
|
|
165
|
+
return this.a2;
|
|
165
166
|
}
|
|
166
167
|
set moving(a) {
|
|
167
|
-
this.
|
|
168
|
+
this.a2 = a;
|
|
168
169
|
this.g("Moving");
|
|
169
170
|
}
|
|
170
171
|
get emptyGridTemplateRef() {
|
|
171
|
-
return this.
|
|
172
|
+
return this.cm;
|
|
172
173
|
}
|
|
173
174
|
set emptyGridTemplateRef(a) {
|
|
174
|
-
this.
|
|
175
|
+
this.cm = a;
|
|
175
176
|
this.g("EmptyGridTemplateRef");
|
|
176
177
|
}
|
|
177
178
|
get addRowEmptyTemplateRef() {
|
|
178
|
-
return this.
|
|
179
|
+
return this.bt;
|
|
179
180
|
}
|
|
180
181
|
set addRowEmptyTemplateRef(a) {
|
|
181
|
-
this.
|
|
182
|
+
this.bt = a;
|
|
182
183
|
this.g("AddRowEmptyTemplateRef");
|
|
183
184
|
}
|
|
184
185
|
get loadingGridTemplateRef() {
|
|
185
|
-
return this.
|
|
186
|
+
return this.c1;
|
|
186
187
|
}
|
|
187
188
|
set loadingGridTemplateRef(a) {
|
|
188
|
-
this.
|
|
189
|
+
this.c1 = a;
|
|
189
190
|
this.g("LoadingGridTemplateRef");
|
|
190
191
|
}
|
|
191
192
|
get summaryRowHeight() {
|
|
192
|
-
return this.
|
|
193
|
+
return this.bm;
|
|
193
194
|
}
|
|
194
195
|
set summaryRowHeight(a) {
|
|
195
|
-
this.
|
|
196
|
+
this.bm = a;
|
|
196
197
|
this.g("SummaryRowHeight");
|
|
197
198
|
}
|
|
198
199
|
get dataCloneStrategy() {
|
|
199
|
-
return this.
|
|
200
|
+
return this.ae;
|
|
200
201
|
}
|
|
201
202
|
set dataCloneStrategy(a) {
|
|
202
|
-
this.
|
|
203
|
+
this.ae = a;
|
|
203
204
|
this.g("DataCloneStrategy");
|
|
204
205
|
}
|
|
205
206
|
get clipboardOptions() {
|
|
206
|
-
return this.
|
|
207
|
+
return this.ac;
|
|
207
208
|
}
|
|
208
209
|
set clipboardOptions(a) {
|
|
209
|
-
this.
|
|
210
|
+
this.ac = a;
|
|
210
211
|
this.g("ClipboardOptions");
|
|
211
212
|
}
|
|
212
213
|
get rowClassesRef() {
|
|
213
|
-
return this.
|
|
214
|
+
return this.da;
|
|
214
215
|
}
|
|
215
216
|
set rowClassesRef(a) {
|
|
216
|
-
this.
|
|
217
|
+
this.da = a;
|
|
217
218
|
this.g("RowClassesRef");
|
|
218
219
|
}
|
|
219
220
|
get rowStylesRef() {
|
|
220
|
-
return this.
|
|
221
|
+
return this.dt;
|
|
221
222
|
}
|
|
222
223
|
set rowStylesRef(a) {
|
|
223
|
-
this.
|
|
224
|
+
this.dt = a;
|
|
224
225
|
this.g("RowStylesRef");
|
|
225
226
|
}
|
|
226
227
|
get primaryKey() {
|
|
227
|
-
return this.
|
|
228
|
+
return this.c4;
|
|
228
229
|
}
|
|
229
230
|
set primaryKey(a) {
|
|
230
|
-
this.
|
|
231
|
+
this.c4 = a;
|
|
231
232
|
this.g("PrimaryKey");
|
|
232
233
|
}
|
|
233
234
|
get actionStripComponents() {
|
|
@@ -238,94 +239,94 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
238
239
|
this.g("ActionStripComponents");
|
|
239
240
|
}
|
|
240
241
|
get dragGhostCustomTemplateRef() {
|
|
241
|
-
return this.
|
|
242
|
+
return this.ci;
|
|
242
243
|
}
|
|
243
244
|
set dragGhostCustomTemplateRef(a) {
|
|
244
|
-
this.
|
|
245
|
+
this.ci = a;
|
|
245
246
|
this.g("DragGhostCustomTemplateRef");
|
|
246
247
|
}
|
|
247
248
|
get rowEditTextTemplateRef() {
|
|
248
|
-
return this.
|
|
249
|
+
return this.dl;
|
|
249
250
|
}
|
|
250
251
|
set rowEditTextTemplateRef(a) {
|
|
251
|
-
this.
|
|
252
|
+
this.dl = a;
|
|
252
253
|
this.g("RowEditTextTemplateRef");
|
|
253
254
|
}
|
|
254
255
|
get rowAddTextTemplateRef() {
|
|
255
|
-
return this.
|
|
256
|
+
return this.c9;
|
|
256
257
|
}
|
|
257
258
|
set rowAddTextTemplateRef(a) {
|
|
258
|
-
this.
|
|
259
|
+
this.c9 = a;
|
|
259
260
|
this.g("RowAddTextTemplateRef");
|
|
260
261
|
}
|
|
261
262
|
get rowEditActionsTemplateRef() {
|
|
262
|
-
return this.
|
|
263
|
+
return this.dh;
|
|
263
264
|
}
|
|
264
265
|
set rowEditActionsTemplateRef(a) {
|
|
265
|
-
this.
|
|
266
|
+
this.dh = a;
|
|
266
267
|
this.g("RowEditActionsTemplateRef");
|
|
267
268
|
}
|
|
268
269
|
get rowExpandedIndicatorTemplateRef() {
|
|
269
|
-
return this.
|
|
270
|
+
return this.dm;
|
|
270
271
|
}
|
|
271
272
|
set rowExpandedIndicatorTemplateRef(a) {
|
|
272
|
-
this.
|
|
273
|
+
this.dm = a;
|
|
273
274
|
this.g("RowExpandedIndicatorTemplateRef");
|
|
274
275
|
}
|
|
275
276
|
get rowCollapsedIndicatorTemplateRef() {
|
|
276
|
-
return this.
|
|
277
|
+
return this.db;
|
|
277
278
|
}
|
|
278
279
|
set rowCollapsedIndicatorTemplateRef(a) {
|
|
279
|
-
this.
|
|
280
|
+
this.db = a;
|
|
280
281
|
this.g("RowCollapsedIndicatorTemplateRef");
|
|
281
282
|
}
|
|
282
283
|
get headerExpandedIndicatorTemplateRef() {
|
|
283
|
-
return this.
|
|
284
|
+
return this.cy;
|
|
284
285
|
}
|
|
285
286
|
set headerExpandedIndicatorTemplateRef(a) {
|
|
286
|
-
this.
|
|
287
|
+
this.cy = a;
|
|
287
288
|
this.g("HeaderExpandedIndicatorTemplateRef");
|
|
288
289
|
}
|
|
289
290
|
get headerCollapsedIndicatorTemplateRef() {
|
|
290
|
-
return this.
|
|
291
|
+
return this.cx;
|
|
291
292
|
}
|
|
292
293
|
set headerCollapsedIndicatorTemplateRef(a) {
|
|
293
|
-
this.
|
|
294
|
+
this.cx = a;
|
|
294
295
|
this.g("HeaderCollapsedIndicatorTemplateRef");
|
|
295
296
|
}
|
|
296
297
|
get excelStyleHeaderIconTemplateRef() {
|
|
297
|
-
return this.
|
|
298
|
+
return this.cn;
|
|
298
299
|
}
|
|
299
300
|
set excelStyleHeaderIconTemplateRef(a) {
|
|
300
|
-
this.
|
|
301
|
+
this.cn = a;
|
|
301
302
|
this.g("ExcelStyleHeaderIconTemplateRef");
|
|
302
303
|
}
|
|
303
304
|
get sortAscendingHeaderIconTemplateRef() {
|
|
304
|
-
return this.
|
|
305
|
+
return this.dx;
|
|
305
306
|
}
|
|
306
307
|
set sortAscendingHeaderIconTemplateRef(a) {
|
|
307
|
-
this.
|
|
308
|
+
this.dx = a;
|
|
308
309
|
this.g("SortAscendingHeaderIconTemplateRef");
|
|
309
310
|
}
|
|
310
311
|
get sortDescendingHeaderIconTemplateRef() {
|
|
311
|
-
return this.
|
|
312
|
+
return this.dy;
|
|
312
313
|
}
|
|
313
314
|
set sortDescendingHeaderIconTemplateRef(a) {
|
|
314
|
-
this.
|
|
315
|
+
this.dy = a;
|
|
315
316
|
this.g("SortDescendingHeaderIconTemplateRef");
|
|
316
317
|
}
|
|
317
318
|
get sortHeaderIconTemplateRef() {
|
|
318
|
-
return this.
|
|
319
|
+
return this.dz;
|
|
319
320
|
}
|
|
320
321
|
set sortHeaderIconTemplateRef(a) {
|
|
321
|
-
this.
|
|
322
|
+
this.dz = a;
|
|
322
323
|
this.g("SortHeaderIconTemplateRef");
|
|
323
324
|
}
|
|
324
325
|
get toolbar() {
|
|
325
|
-
return this.
|
|
326
|
+
return this.t;
|
|
326
327
|
}
|
|
327
328
|
set toolbar(a) {
|
|
328
|
-
this.
|
|
329
|
+
this.t = a;
|
|
329
330
|
this.g("Toolbar");
|
|
330
331
|
}
|
|
331
332
|
get paginationComponents() {
|
|
@@ -336,227 +337,227 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
336
337
|
this.g("PaginationComponents");
|
|
337
338
|
}
|
|
338
339
|
get resourceStrings() {
|
|
339
|
-
return this.
|
|
340
|
+
return this.am;
|
|
340
341
|
}
|
|
341
342
|
set resourceStrings(a) {
|
|
342
|
-
this.
|
|
343
|
+
this.am = a;
|
|
343
344
|
this.g("ResourceStrings");
|
|
344
345
|
}
|
|
345
346
|
get filteringLogic() {
|
|
346
|
-
return this.
|
|
347
|
+
return this.cr;
|
|
347
348
|
}
|
|
348
349
|
set filteringLogic(a) {
|
|
349
|
-
this.
|
|
350
|
+
this.cr = a;
|
|
350
351
|
this.g("FilteringLogic");
|
|
351
352
|
}
|
|
352
353
|
get filteringExpressionsTree() {
|
|
353
|
-
return this.
|
|
354
|
+
return this.ah;
|
|
354
355
|
}
|
|
355
356
|
set filteringExpressionsTree(a) {
|
|
356
|
-
this.
|
|
357
|
+
this.ah = a;
|
|
357
358
|
this.g("FilteringExpressionsTree");
|
|
358
359
|
}
|
|
359
360
|
get advancedFilteringExpressionsTree() {
|
|
360
|
-
return this.
|
|
361
|
+
return this.ag;
|
|
361
362
|
}
|
|
362
363
|
set advancedFilteringExpressionsTree(a) {
|
|
363
|
-
this.
|
|
364
|
+
this.ag = a;
|
|
364
365
|
this.g("AdvancedFilteringExpressionsTree");
|
|
365
366
|
}
|
|
366
367
|
get locale() {
|
|
367
|
-
return this.
|
|
368
|
+
return this.c2;
|
|
368
369
|
}
|
|
369
370
|
set locale(a) {
|
|
370
|
-
this.
|
|
371
|
+
this.c2 = a;
|
|
371
372
|
this.g("Locale");
|
|
372
373
|
}
|
|
373
374
|
get pagingMode() {
|
|
374
|
-
return this.
|
|
375
|
+
return this.c3;
|
|
375
376
|
}
|
|
376
377
|
set pagingMode(a) {
|
|
377
|
-
this.
|
|
378
|
+
this.c3 = a;
|
|
378
379
|
this.g("PagingMode");
|
|
379
380
|
}
|
|
380
381
|
get hideRowSelectors() {
|
|
381
|
-
return this.
|
|
382
|
+
return this.a0;
|
|
382
383
|
}
|
|
383
384
|
set hideRowSelectors(a) {
|
|
384
|
-
this.
|
|
385
|
+
this.a0 = a;
|
|
385
386
|
this.g("HideRowSelectors");
|
|
386
387
|
}
|
|
387
388
|
get rowDraggable() {
|
|
388
|
-
return this.
|
|
389
|
+
return this.a3;
|
|
389
390
|
}
|
|
390
391
|
set rowDraggable(a) {
|
|
391
|
-
this.
|
|
392
|
+
this.a3 = a;
|
|
392
393
|
this.g("RowDraggable");
|
|
393
394
|
}
|
|
394
395
|
get validationTrigger() {
|
|
395
|
-
return this.
|
|
396
|
+
return this.d7;
|
|
396
397
|
}
|
|
397
398
|
set validationTrigger(a) {
|
|
398
|
-
this.
|
|
399
|
+
this.d7 = a;
|
|
399
400
|
this.g("ValidationTrigger");
|
|
400
401
|
}
|
|
401
402
|
get rowEditable() {
|
|
402
|
-
return this.
|
|
403
|
+
return this.a4;
|
|
403
404
|
}
|
|
404
405
|
set rowEditable(a) {
|
|
405
|
-
this.
|
|
406
|
+
this.a4 = a;
|
|
406
407
|
this.g("RowEditable");
|
|
407
408
|
}
|
|
408
409
|
get height() {
|
|
409
|
-
return this.
|
|
410
|
+
return this.c0;
|
|
410
411
|
}
|
|
411
412
|
set height(a) {
|
|
412
|
-
this.
|
|
413
|
+
this.c0 = a;
|
|
413
414
|
this.g("Height");
|
|
414
415
|
}
|
|
415
416
|
get width() {
|
|
416
|
-
return this.
|
|
417
|
+
return this.d8;
|
|
417
418
|
}
|
|
418
419
|
set width(a) {
|
|
419
|
-
this.
|
|
420
|
+
this.d8 = a;
|
|
420
421
|
this.g("Width");
|
|
421
422
|
}
|
|
422
423
|
get rowHeight() {
|
|
423
|
-
return this.
|
|
424
|
+
return this.bk;
|
|
424
425
|
}
|
|
425
426
|
set rowHeight(a) {
|
|
426
|
-
this.
|
|
427
|
+
this.bk = a;
|
|
427
428
|
this.g("RowHeight");
|
|
428
429
|
}
|
|
429
430
|
get columnWidth() {
|
|
430
|
-
return this.
|
|
431
|
+
return this.cd;
|
|
431
432
|
}
|
|
432
433
|
set columnWidth(a) {
|
|
433
|
-
this.
|
|
434
|
+
this.cd = a;
|
|
434
435
|
this.g("ColumnWidth");
|
|
435
436
|
}
|
|
436
437
|
get emptyGridMessage() {
|
|
437
|
-
return this.
|
|
438
|
+
return this.cl;
|
|
438
439
|
}
|
|
439
440
|
set emptyGridMessage(a) {
|
|
440
|
-
this.
|
|
441
|
+
this.cl = a;
|
|
441
442
|
this.g("EmptyGridMessage");
|
|
442
443
|
}
|
|
443
444
|
get isLoading() {
|
|
444
|
-
return this.
|
|
445
|
+
return this.a1;
|
|
445
446
|
}
|
|
446
447
|
set isLoading(a) {
|
|
447
|
-
this.
|
|
448
|
+
this.a1 = a;
|
|
448
449
|
this.g("IsLoading");
|
|
449
450
|
}
|
|
450
451
|
get shouldGenerate() {
|
|
451
|
-
return this.
|
|
452
|
+
return this.a6;
|
|
452
453
|
}
|
|
453
454
|
set shouldGenerate(a) {
|
|
454
|
-
this.
|
|
455
|
+
this.a6 = a;
|
|
455
456
|
this.g("ShouldGenerate");
|
|
456
457
|
}
|
|
457
458
|
get emptyFilteredGridMessage() {
|
|
458
|
-
return this.
|
|
459
|
+
return this.ck;
|
|
459
460
|
}
|
|
460
461
|
set emptyFilteredGridMessage(a) {
|
|
461
|
-
this.
|
|
462
|
+
this.ck = a;
|
|
462
463
|
this.g("EmptyFilteredGridMessage");
|
|
463
464
|
}
|
|
464
465
|
get pinning() {
|
|
465
|
-
return this.
|
|
466
|
+
return this.as;
|
|
466
467
|
}
|
|
467
468
|
set pinning(a) {
|
|
468
|
-
this.
|
|
469
|
+
this.as = a;
|
|
469
470
|
this.g("Pinning");
|
|
470
471
|
}
|
|
471
472
|
get allowFiltering() {
|
|
472
|
-
return this.
|
|
473
|
+
return this.ax;
|
|
473
474
|
}
|
|
474
475
|
set allowFiltering(a) {
|
|
475
|
-
this.
|
|
476
|
+
this.ax = a;
|
|
476
477
|
this.g("AllowFiltering");
|
|
477
478
|
}
|
|
478
479
|
get allowAdvancedFiltering() {
|
|
479
|
-
return this.
|
|
480
|
+
return this.aw;
|
|
480
481
|
}
|
|
481
482
|
set allowAdvancedFiltering(a) {
|
|
482
|
-
this.
|
|
483
|
+
this.aw = a;
|
|
483
484
|
this.g("AllowAdvancedFiltering");
|
|
484
485
|
}
|
|
485
486
|
get filterMode() {
|
|
486
|
-
return this.
|
|
487
|
+
return this.cs;
|
|
487
488
|
}
|
|
488
489
|
set filterMode(a) {
|
|
489
|
-
this.
|
|
490
|
+
this.cs = a;
|
|
490
491
|
this.g("FilterMode");
|
|
491
492
|
}
|
|
492
493
|
get summaryPosition() {
|
|
493
|
-
return this.
|
|
494
|
+
return this.d4;
|
|
494
495
|
}
|
|
495
496
|
set summaryPosition(a) {
|
|
496
|
-
this.
|
|
497
|
+
this.d4 = a;
|
|
497
498
|
this.g("SummaryPosition");
|
|
498
499
|
}
|
|
499
500
|
get summaryCalculationMode() {
|
|
500
|
-
return this.
|
|
501
|
+
return this.d3;
|
|
501
502
|
}
|
|
502
503
|
set summaryCalculationMode(a) {
|
|
503
|
-
this.
|
|
504
|
+
this.d3 = a;
|
|
504
505
|
this.g("SummaryCalculationMode");
|
|
505
506
|
}
|
|
506
507
|
get showSummaryOnCollapse() {
|
|
507
|
-
return this.
|
|
508
|
+
return this.a7;
|
|
508
509
|
}
|
|
509
510
|
set showSummaryOnCollapse(a) {
|
|
510
|
-
this.
|
|
511
|
+
this.a7 = a;
|
|
511
512
|
this.g("ShowSummaryOnCollapse");
|
|
512
513
|
}
|
|
513
514
|
get filterStrategy() {
|
|
514
|
-
return this.
|
|
515
|
+
return this.ak;
|
|
515
516
|
}
|
|
516
517
|
set filterStrategy(a) {
|
|
517
|
-
this.
|
|
518
|
+
this.ak = a;
|
|
518
519
|
this.g("FilterStrategy");
|
|
519
520
|
}
|
|
520
521
|
get sortStrategy() {
|
|
521
|
-
return this.
|
|
522
|
+
return this.ao;
|
|
522
523
|
}
|
|
523
524
|
set sortStrategy(a) {
|
|
524
|
-
this.
|
|
525
|
+
this.ao = a;
|
|
525
526
|
this.g("SortStrategy");
|
|
526
527
|
}
|
|
527
528
|
get sortingOptions() {
|
|
528
|
-
return this.
|
|
529
|
+
return this.au;
|
|
529
530
|
}
|
|
530
531
|
set sortingOptions(a) {
|
|
531
|
-
this.
|
|
532
|
+
this.au = a;
|
|
532
533
|
this.g("SortingOptions");
|
|
533
534
|
}
|
|
534
535
|
get selectedRowsRef() {
|
|
535
|
-
return this.
|
|
536
|
+
return this.dw;
|
|
536
537
|
}
|
|
537
538
|
set selectedRowsRef(a) {
|
|
538
|
-
this.
|
|
539
|
+
this.dw = a;
|
|
539
540
|
this.g("SelectedRowsRef");
|
|
540
541
|
}
|
|
541
542
|
get headSelectorTemplateRef() {
|
|
542
|
-
return this.
|
|
543
|
+
return this.cz;
|
|
543
544
|
}
|
|
544
545
|
set headSelectorTemplateRef(a) {
|
|
545
|
-
this.
|
|
546
|
+
this.cz = a;
|
|
546
547
|
this.g("HeadSelectorTemplateRef");
|
|
547
548
|
}
|
|
548
549
|
get rowSelectorTemplateRef() {
|
|
549
|
-
return this.
|
|
550
|
+
return this.ds;
|
|
550
551
|
}
|
|
551
552
|
set rowSelectorTemplateRef(a) {
|
|
552
|
-
this.
|
|
553
|
+
this.ds = a;
|
|
553
554
|
this.g("RowSelectorTemplateRef");
|
|
554
555
|
}
|
|
555
556
|
get dragIndicatorIconTemplateRef() {
|
|
556
|
-
return this.
|
|
557
|
+
return this.cj;
|
|
557
558
|
}
|
|
558
559
|
set dragIndicatorIconTemplateRef(a) {
|
|
559
|
-
this.
|
|
560
|
+
this.cj = a;
|
|
560
561
|
this.g("DragIndicatorIconTemplateRef");
|
|
561
562
|
}
|
|
562
563
|
get sortingExpressions() {
|
|
@@ -567,38 +568,38 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
567
568
|
this.g("SortingExpressions");
|
|
568
569
|
}
|
|
569
570
|
get batchEditing() {
|
|
570
|
-
return this.
|
|
571
|
+
return this.az;
|
|
571
572
|
}
|
|
572
573
|
set batchEditing(a) {
|
|
573
|
-
this.
|
|
574
|
+
this.az = a;
|
|
574
575
|
this.g("BatchEditing");
|
|
575
576
|
}
|
|
576
577
|
get cellSelection() {
|
|
577
|
-
return this.
|
|
578
|
+
return this.b0;
|
|
578
579
|
}
|
|
579
580
|
set cellSelection(a) {
|
|
580
|
-
this.
|
|
581
|
+
this.b0 = a;
|
|
581
582
|
this.g("CellSelection");
|
|
582
583
|
}
|
|
583
584
|
get rowSelection() {
|
|
584
|
-
return this.
|
|
585
|
+
return this.dq;
|
|
585
586
|
}
|
|
586
587
|
set rowSelection(a) {
|
|
587
|
-
this.
|
|
588
|
+
this.dq = a;
|
|
588
589
|
this.g("RowSelection");
|
|
589
590
|
}
|
|
590
591
|
get columnSelection() {
|
|
591
|
-
return this.
|
|
592
|
+
return this.b9;
|
|
592
593
|
}
|
|
593
594
|
set columnSelection(a) {
|
|
594
|
-
this.
|
|
595
|
+
this.b9 = a;
|
|
595
596
|
this.g("ColumnSelection");
|
|
596
597
|
}
|
|
597
598
|
get outlet() {
|
|
598
|
-
return this.
|
|
599
|
+
return this.aq;
|
|
599
600
|
}
|
|
600
601
|
set outlet(a) {
|
|
601
|
-
this.
|
|
602
|
+
this.aq = a;
|
|
602
603
|
this.g("Outlet");
|
|
603
604
|
}
|
|
604
605
|
get columns() {
|
|
@@ -609,17 +610,17 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
609
610
|
this.g("Columns");
|
|
610
611
|
}
|
|
611
612
|
get totalRecords() {
|
|
612
|
-
return this.
|
|
613
|
+
return this.bn;
|
|
613
614
|
}
|
|
614
615
|
set totalRecords(a) {
|
|
615
|
-
this.
|
|
616
|
+
this.bn = a;
|
|
616
617
|
this.g("TotalRecords");
|
|
617
618
|
}
|
|
618
619
|
get selectRowOnClick() {
|
|
619
|
-
return this.
|
|
620
|
+
return this.a5;
|
|
620
621
|
}
|
|
621
622
|
set selectRowOnClick(a) {
|
|
622
|
-
this.
|
|
623
|
+
this.a5 = a;
|
|
623
624
|
this.g("SelectRowOnClick");
|
|
624
625
|
}
|
|
625
626
|
get actualColumns() {
|
|
@@ -629,361 +630,368 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
629
630
|
this.n = a;
|
|
630
631
|
this.g("ActualColumns");
|
|
631
632
|
}
|
|
633
|
+
get stateComponents() {
|
|
634
|
+
return this.s;
|
|
635
|
+
}
|
|
636
|
+
set stateComponents(a) {
|
|
637
|
+
this.s = a;
|
|
638
|
+
this.g("StateComponents");
|
|
639
|
+
}
|
|
632
640
|
get filteringExpressionsTreeChangeRef() {
|
|
633
|
-
return this.
|
|
641
|
+
return this.cq;
|
|
634
642
|
}
|
|
635
643
|
set filteringExpressionsTreeChangeRef(a) {
|
|
636
|
-
this.
|
|
644
|
+
this.cq = a;
|
|
637
645
|
this.g("FilteringExpressionsTreeChangeRef");
|
|
638
646
|
}
|
|
639
647
|
get advancedFilteringExpressionsTreeChangeRef() {
|
|
640
|
-
return this.
|
|
648
|
+
return this.bu;
|
|
641
649
|
}
|
|
642
650
|
set advancedFilteringExpressionsTreeChangeRef(a) {
|
|
643
|
-
this.
|
|
651
|
+
this.bu = a;
|
|
644
652
|
this.g("AdvancedFilteringExpressionsTreeChangeRef");
|
|
645
653
|
}
|
|
646
654
|
get gridScrollRef() {
|
|
647
|
-
return this.
|
|
655
|
+
return this.cw;
|
|
648
656
|
}
|
|
649
657
|
set gridScrollRef(a) {
|
|
650
|
-
this.
|
|
658
|
+
this.cw = a;
|
|
651
659
|
this.g("GridScrollRef");
|
|
652
660
|
}
|
|
653
661
|
get cellClickRef() {
|
|
654
|
-
return this.
|
|
662
|
+
return this.bv;
|
|
655
663
|
}
|
|
656
664
|
set cellClickRef(a) {
|
|
657
|
-
this.
|
|
665
|
+
this.bv = a;
|
|
658
666
|
this.g("CellClickRef");
|
|
659
667
|
}
|
|
660
668
|
get formGroupCreatedRef() {
|
|
661
|
-
return this.
|
|
669
|
+
return this.ct;
|
|
662
670
|
}
|
|
663
671
|
set formGroupCreatedRef(a) {
|
|
664
|
-
this.
|
|
672
|
+
this.ct = a;
|
|
665
673
|
this.g("FormGroupCreatedRef");
|
|
666
674
|
}
|
|
667
675
|
get validationStatusChangeRef() {
|
|
668
|
-
return this.
|
|
676
|
+
return this.d6;
|
|
669
677
|
}
|
|
670
678
|
set validationStatusChangeRef(a) {
|
|
671
|
-
this.
|
|
679
|
+
this.d6 = a;
|
|
672
680
|
this.g("ValidationStatusChangeRef");
|
|
673
681
|
}
|
|
674
682
|
get selectedRef() {
|
|
675
|
-
return this.
|
|
683
|
+
return this.dv;
|
|
676
684
|
}
|
|
677
685
|
set selectedRef(a) {
|
|
678
|
-
this.
|
|
686
|
+
this.dv = a;
|
|
679
687
|
this.g("SelectedRef");
|
|
680
688
|
}
|
|
681
689
|
get rowSelectionChangingRef() {
|
|
682
|
-
return this.
|
|
690
|
+
return this.dr;
|
|
683
691
|
}
|
|
684
692
|
set rowSelectionChangingRef(a) {
|
|
685
|
-
this.
|
|
693
|
+
this.dr = a;
|
|
686
694
|
this.g("RowSelectionChangingRef");
|
|
687
695
|
}
|
|
688
696
|
get columnSelectionChangingRef() {
|
|
689
|
-
return this.
|
|
697
|
+
return this.ca;
|
|
690
698
|
}
|
|
691
699
|
set columnSelectionChangingRef(a) {
|
|
692
|
-
this.
|
|
700
|
+
this.ca = a;
|
|
693
701
|
this.g("ColumnSelectionChangingRef");
|
|
694
702
|
}
|
|
695
703
|
get columnPinRef() {
|
|
696
|
-
return this.
|
|
704
|
+
return this.b5;
|
|
697
705
|
}
|
|
698
706
|
set columnPinRef(a) {
|
|
699
|
-
this.
|
|
707
|
+
this.b5 = a;
|
|
700
708
|
this.g("ColumnPinRef");
|
|
701
709
|
}
|
|
702
710
|
get columnPinnedRef() {
|
|
703
|
-
return this.
|
|
711
|
+
return this.b6;
|
|
704
712
|
}
|
|
705
713
|
set columnPinnedRef(a) {
|
|
706
|
-
this.
|
|
714
|
+
this.b6 = a;
|
|
707
715
|
this.g("ColumnPinnedRef");
|
|
708
716
|
}
|
|
709
717
|
get cellEditEnterRef() {
|
|
710
|
-
return this.
|
|
718
|
+
return this.by;
|
|
711
719
|
}
|
|
712
720
|
set cellEditEnterRef(a) {
|
|
713
|
-
this.
|
|
721
|
+
this.by = a;
|
|
714
722
|
this.g("CellEditEnterRef");
|
|
715
723
|
}
|
|
716
724
|
get cellEditExitRef() {
|
|
717
|
-
return this.
|
|
725
|
+
return this.bz;
|
|
718
726
|
}
|
|
719
727
|
set cellEditExitRef(a) {
|
|
720
|
-
this.
|
|
728
|
+
this.bz = a;
|
|
721
729
|
this.g("CellEditExitRef");
|
|
722
730
|
}
|
|
723
731
|
get cellEditRef() {
|
|
724
|
-
return this.
|
|
732
|
+
return this.bw;
|
|
725
733
|
}
|
|
726
734
|
set cellEditRef(a) {
|
|
727
|
-
this.
|
|
735
|
+
this.bw = a;
|
|
728
736
|
this.g("CellEditRef");
|
|
729
737
|
}
|
|
730
738
|
get cellEditDoneRef() {
|
|
731
|
-
return this.
|
|
739
|
+
return this.bx;
|
|
732
740
|
}
|
|
733
741
|
set cellEditDoneRef(a) {
|
|
734
|
-
this.
|
|
742
|
+
this.bx = a;
|
|
735
743
|
this.g("CellEditDoneRef");
|
|
736
744
|
}
|
|
737
745
|
get rowEditEnterRef() {
|
|
738
|
-
return this.
|
|
746
|
+
return this.dj;
|
|
739
747
|
}
|
|
740
748
|
set rowEditEnterRef(a) {
|
|
741
|
-
this.
|
|
749
|
+
this.dj = a;
|
|
742
750
|
this.g("RowEditEnterRef");
|
|
743
751
|
}
|
|
744
752
|
get rowEditRef() {
|
|
745
|
-
return this.
|
|
753
|
+
return this.dg;
|
|
746
754
|
}
|
|
747
755
|
set rowEditRef(a) {
|
|
748
|
-
this.
|
|
756
|
+
this.dg = a;
|
|
749
757
|
this.g("RowEditRef");
|
|
750
758
|
}
|
|
751
759
|
get rowEditDoneRef() {
|
|
752
|
-
return this.
|
|
760
|
+
return this.di;
|
|
753
761
|
}
|
|
754
762
|
set rowEditDoneRef(a) {
|
|
755
|
-
this.
|
|
763
|
+
this.di = a;
|
|
756
764
|
this.g("RowEditDoneRef");
|
|
757
765
|
}
|
|
758
766
|
get rowEditExitRef() {
|
|
759
|
-
return this.
|
|
767
|
+
return this.dk;
|
|
760
768
|
}
|
|
761
769
|
set rowEditExitRef(a) {
|
|
762
|
-
this.
|
|
770
|
+
this.dk = a;
|
|
763
771
|
this.g("RowEditExitRef");
|
|
764
772
|
}
|
|
765
773
|
get columnInitRef() {
|
|
766
|
-
return this.
|
|
774
|
+
return this.b1;
|
|
767
775
|
}
|
|
768
776
|
set columnInitRef(a) {
|
|
769
|
-
this.
|
|
777
|
+
this.b1 = a;
|
|
770
778
|
this.g("ColumnInitRef");
|
|
771
779
|
}
|
|
772
780
|
get columnsAutogeneratedRef() {
|
|
773
|
-
return this.
|
|
781
|
+
return this.b8;
|
|
774
782
|
}
|
|
775
783
|
set columnsAutogeneratedRef(a) {
|
|
776
|
-
this.
|
|
784
|
+
this.b8 = a;
|
|
777
785
|
this.g("ColumnsAutogeneratedRef");
|
|
778
786
|
}
|
|
779
787
|
get sortingRef() {
|
|
780
|
-
return this.
|
|
788
|
+
return this.d0;
|
|
781
789
|
}
|
|
782
790
|
set sortingRef(a) {
|
|
783
|
-
this.
|
|
791
|
+
this.d0 = a;
|
|
784
792
|
this.g("SortingRef");
|
|
785
793
|
}
|
|
786
794
|
get sortingDoneRef() {
|
|
787
|
-
return this.
|
|
795
|
+
return this.d1;
|
|
788
796
|
}
|
|
789
797
|
set sortingDoneRef(a) {
|
|
790
|
-
this.
|
|
798
|
+
this.d1 = a;
|
|
791
799
|
this.g("SortingDoneRef");
|
|
792
800
|
}
|
|
793
801
|
get filteringRef() {
|
|
794
|
-
return this.
|
|
802
|
+
return this.co;
|
|
795
803
|
}
|
|
796
804
|
set filteringRef(a) {
|
|
797
|
-
this.
|
|
805
|
+
this.co = a;
|
|
798
806
|
this.g("FilteringRef");
|
|
799
807
|
}
|
|
800
808
|
get filteringDoneRef() {
|
|
801
|
-
return this.
|
|
809
|
+
return this.cp;
|
|
802
810
|
}
|
|
803
811
|
set filteringDoneRef(a) {
|
|
804
|
-
this.
|
|
812
|
+
this.cp = a;
|
|
805
813
|
this.g("FilteringDoneRef");
|
|
806
814
|
}
|
|
807
815
|
get rowAddedRef() {
|
|
808
|
-
return this.
|
|
816
|
+
return this.c8;
|
|
809
817
|
}
|
|
810
818
|
set rowAddedRef(a) {
|
|
811
|
-
this.
|
|
819
|
+
this.c8 = a;
|
|
812
820
|
this.g("RowAddedRef");
|
|
813
821
|
}
|
|
814
822
|
get rowDeletedRef() {
|
|
815
|
-
return this.
|
|
823
|
+
return this.dd;
|
|
816
824
|
}
|
|
817
825
|
set rowDeletedRef(a) {
|
|
818
|
-
this.
|
|
826
|
+
this.dd = a;
|
|
819
827
|
this.g("RowDeletedRef");
|
|
820
828
|
}
|
|
821
829
|
get rowDeleteRef() {
|
|
822
|
-
return this.
|
|
830
|
+
return this.dc;
|
|
823
831
|
}
|
|
824
832
|
set rowDeleteRef(a) {
|
|
825
|
-
this.
|
|
833
|
+
this.dc = a;
|
|
826
834
|
this.g("RowDeleteRef");
|
|
827
835
|
}
|
|
828
836
|
get rowAddRef() {
|
|
829
|
-
return this.
|
|
837
|
+
return this.c7;
|
|
830
838
|
}
|
|
831
839
|
set rowAddRef(a) {
|
|
832
|
-
this.
|
|
840
|
+
this.c7 = a;
|
|
833
841
|
this.g("RowAddRef");
|
|
834
842
|
}
|
|
835
843
|
get columnResizedRef() {
|
|
836
|
-
return this.
|
|
844
|
+
return this.b7;
|
|
837
845
|
}
|
|
838
846
|
set columnResizedRef(a) {
|
|
839
|
-
this.
|
|
847
|
+
this.b7 = a;
|
|
840
848
|
this.g("ColumnResizedRef");
|
|
841
849
|
}
|
|
842
850
|
get contextMenuRef() {
|
|
843
|
-
return this.
|
|
851
|
+
return this.ce;
|
|
844
852
|
}
|
|
845
853
|
set contextMenuRef(a) {
|
|
846
|
-
this.
|
|
854
|
+
this.ce = a;
|
|
847
855
|
this.g("ContextMenuRef");
|
|
848
856
|
}
|
|
849
857
|
get doubleClickRef() {
|
|
850
|
-
return this.
|
|
858
|
+
return this.ch;
|
|
851
859
|
}
|
|
852
860
|
set doubleClickRef(a) {
|
|
853
|
-
this.
|
|
861
|
+
this.ch = a;
|
|
854
862
|
this.g("DoubleClickRef");
|
|
855
863
|
}
|
|
856
864
|
get columnVisibilityChangingRef() {
|
|
857
|
-
return this.
|
|
865
|
+
return this.cc;
|
|
858
866
|
}
|
|
859
867
|
set columnVisibilityChangingRef(a) {
|
|
860
|
-
this.
|
|
868
|
+
this.cc = a;
|
|
861
869
|
this.g("ColumnVisibilityChangingRef");
|
|
862
870
|
}
|
|
863
871
|
get columnVisibilityChangedRef() {
|
|
864
|
-
return this.
|
|
872
|
+
return this.cb;
|
|
865
873
|
}
|
|
866
874
|
set columnVisibilityChangedRef(a) {
|
|
867
|
-
this.
|
|
875
|
+
this.cb = a;
|
|
868
876
|
this.g("ColumnVisibilityChangedRef");
|
|
869
877
|
}
|
|
870
878
|
get columnMovingStartRef() {
|
|
871
|
-
return this.
|
|
879
|
+
return this.b4;
|
|
872
880
|
}
|
|
873
881
|
set columnMovingStartRef(a) {
|
|
874
|
-
this.
|
|
882
|
+
this.b4 = a;
|
|
875
883
|
this.g("ColumnMovingStartRef");
|
|
876
884
|
}
|
|
877
885
|
get columnMovingRef() {
|
|
878
|
-
return this.
|
|
886
|
+
return this.b2;
|
|
879
887
|
}
|
|
880
888
|
set columnMovingRef(a) {
|
|
881
|
-
this.
|
|
889
|
+
this.b2 = a;
|
|
882
890
|
this.g("ColumnMovingRef");
|
|
883
891
|
}
|
|
884
892
|
get columnMovingEndRef() {
|
|
885
|
-
return this.
|
|
893
|
+
return this.b3;
|
|
886
894
|
}
|
|
887
895
|
set columnMovingEndRef(a) {
|
|
888
|
-
this.
|
|
896
|
+
this.b3 = a;
|
|
889
897
|
this.g("ColumnMovingEndRef");
|
|
890
898
|
}
|
|
891
899
|
get gridKeydownRef() {
|
|
892
|
-
return this.
|
|
900
|
+
return this.cv;
|
|
893
901
|
}
|
|
894
902
|
set gridKeydownRef(a) {
|
|
895
|
-
this.
|
|
903
|
+
this.cv = a;
|
|
896
904
|
this.g("GridKeydownRef");
|
|
897
905
|
}
|
|
898
906
|
get rowDragStartRef() {
|
|
899
|
-
return this.
|
|
907
|
+
return this.df;
|
|
900
908
|
}
|
|
901
909
|
set rowDragStartRef(a) {
|
|
902
|
-
this.
|
|
910
|
+
this.df = a;
|
|
903
911
|
this.g("RowDragStartRef");
|
|
904
912
|
}
|
|
905
913
|
get rowDragEndRef() {
|
|
906
|
-
return this.
|
|
914
|
+
return this.de;
|
|
907
915
|
}
|
|
908
916
|
set rowDragEndRef(a) {
|
|
909
|
-
this.
|
|
917
|
+
this.de = a;
|
|
910
918
|
this.g("RowDragEndRef");
|
|
911
919
|
}
|
|
912
920
|
get gridCopyRef() {
|
|
913
|
-
return this.
|
|
921
|
+
return this.cu;
|
|
914
922
|
}
|
|
915
923
|
set gridCopyRef(a) {
|
|
916
|
-
this.
|
|
924
|
+
this.cu = a;
|
|
917
925
|
this.g("GridCopyRef");
|
|
918
926
|
}
|
|
919
927
|
get rowToggleRef() {
|
|
920
|
-
return this.
|
|
928
|
+
return this.du;
|
|
921
929
|
}
|
|
922
930
|
set rowToggleRef(a) {
|
|
923
|
-
this.
|
|
931
|
+
this.du = a;
|
|
924
932
|
this.g("RowToggleRef");
|
|
925
933
|
}
|
|
926
934
|
get rowPinningRef() {
|
|
927
|
-
return this.
|
|
935
|
+
return this.dp;
|
|
928
936
|
}
|
|
929
937
|
set rowPinningRef(a) {
|
|
930
|
-
this.
|
|
938
|
+
this.dp = a;
|
|
931
939
|
this.g("RowPinningRef");
|
|
932
940
|
}
|
|
933
941
|
get rowPinnedRef() {
|
|
934
|
-
return this.
|
|
942
|
+
return this.dn;
|
|
935
943
|
}
|
|
936
944
|
set rowPinnedRef(a) {
|
|
937
|
-
this.
|
|
945
|
+
this.dn = a;
|
|
938
946
|
this.g("RowPinnedRef");
|
|
939
947
|
}
|
|
940
948
|
get activeNodeChangeRef() {
|
|
941
|
-
return this.
|
|
949
|
+
return this.bs;
|
|
942
950
|
}
|
|
943
951
|
set activeNodeChangeRef(a) {
|
|
944
|
-
this.
|
|
952
|
+
this.bs = a;
|
|
945
953
|
this.g("ActiveNodeChangeRef");
|
|
946
954
|
}
|
|
947
955
|
get sortingExpressionsChangeRef() {
|
|
948
|
-
return this.
|
|
956
|
+
return this.d2;
|
|
949
957
|
}
|
|
950
958
|
set sortingExpressionsChangeRef(a) {
|
|
951
|
-
this.
|
|
959
|
+
this.d2 = a;
|
|
952
960
|
this.g("SortingExpressionsChangeRef");
|
|
953
961
|
}
|
|
954
962
|
get toolbarExportingRef() {
|
|
955
|
-
return this.
|
|
963
|
+
return this.d5;
|
|
956
964
|
}
|
|
957
965
|
set toolbarExportingRef(a) {
|
|
958
|
-
this.
|
|
966
|
+
this.d5 = a;
|
|
959
967
|
this.g("ToolbarExportingRef");
|
|
960
968
|
}
|
|
961
969
|
get rangeSelectedRef() {
|
|
962
|
-
return this.
|
|
970
|
+
return this.c5;
|
|
963
971
|
}
|
|
964
972
|
set rangeSelectedRef(a) {
|
|
965
|
-
this.
|
|
973
|
+
this.c5 = a;
|
|
966
974
|
this.g("RangeSelectedRef");
|
|
967
975
|
}
|
|
968
976
|
get renderedRef() {
|
|
969
|
-
return this.
|
|
977
|
+
return this.c6;
|
|
970
978
|
}
|
|
971
979
|
set renderedRef(a) {
|
|
972
|
-
this.
|
|
980
|
+
this.c6 = a;
|
|
973
981
|
this.g("RenderedRef");
|
|
974
982
|
}
|
|
975
983
|
get dataChangingRef() {
|
|
976
|
-
return this.
|
|
984
|
+
return this.cg;
|
|
977
985
|
}
|
|
978
986
|
set dataChangingRef(a) {
|
|
979
|
-
this.
|
|
987
|
+
this.cg = a;
|
|
980
988
|
this.g("DataChangingRef");
|
|
981
989
|
}
|
|
982
990
|
get dataChangedRef() {
|
|
983
|
-
return this.
|
|
991
|
+
return this.cf;
|
|
984
992
|
}
|
|
985
993
|
set dataChangedRef(a) {
|
|
986
|
-
this.
|
|
994
|
+
this.cf = a;
|
|
987
995
|
this.g("DataChangedRef");
|
|
988
996
|
}
|
|
989
997
|
}
|