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
|
@@ -15,127 +15,128 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
15
15
|
__extends(WebGridBaseDirectiveDescription, _super);
|
|
16
16
|
function WebGridBaseDirectiveDescription() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
18
|
+
_this.bl = 0;
|
|
19
|
+
_this.ay = false;
|
|
20
20
|
_this.o = null;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
21
|
+
_this.a2 = false;
|
|
22
|
+
_this.cm = null;
|
|
23
|
+
_this.bt = null;
|
|
24
|
+
_this.c1 = null;
|
|
25
|
+
_this.bm = 0;
|
|
26
|
+
_this.ae = null;
|
|
26
27
|
_this.ac = null;
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.c2 = null;
|
|
28
|
+
_this.da = null;
|
|
29
|
+
_this.dt = null;
|
|
30
|
+
_this.c4 = null;
|
|
31
31
|
_this.m = null;
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.c7 = null;
|
|
35
|
-
_this.df = null;
|
|
36
|
-
_this.dk = null;
|
|
32
|
+
_this.ci = null;
|
|
33
|
+
_this.dl = null;
|
|
37
34
|
_this.c9 = null;
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
35
|
+
_this.dh = null;
|
|
36
|
+
_this.dm = null;
|
|
37
|
+
_this.db = null;
|
|
38
|
+
_this.cy = null;
|
|
39
|
+
_this.cx = null;
|
|
40
|
+
_this.cn = null;
|
|
43
41
|
_this.dx = null;
|
|
44
|
-
_this.
|
|
42
|
+
_this.dy = null;
|
|
43
|
+
_this.dz = null;
|
|
44
|
+
_this.t = null;
|
|
45
45
|
_this.q = null;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
46
|
+
_this.am = null;
|
|
47
|
+
_this.cr = null;
|
|
48
|
+
_this.ah = null;
|
|
49
|
+
_this.ag = null;
|
|
50
|
+
_this.c2 = null;
|
|
51
|
+
_this.c3 = null;
|
|
52
|
+
_this.a0 = false;
|
|
53
|
+
_this.a3 = false;
|
|
54
|
+
_this.d7 = null;
|
|
55
|
+
_this.a4 = false;
|
|
50
56
|
_this.c0 = null;
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
57
|
+
_this.d8 = null;
|
|
58
|
+
_this.bk = 0;
|
|
59
|
+
_this.cd = null;
|
|
60
|
+
_this.cl = null;
|
|
53
61
|
_this.a1 = false;
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.cy = null;
|
|
57
|
-
_this.d6 = null;
|
|
58
|
-
_this.bi = 0;
|
|
59
|
-
_this.cb = null;
|
|
60
|
-
_this.cj = null;
|
|
61
|
-
_this.az = false;
|
|
62
|
-
_this.a4 = false;
|
|
63
|
-
_this.ci = null;
|
|
64
|
-
_this.aq = null;
|
|
65
|
-
_this.av = false;
|
|
66
|
-
_this.au = false;
|
|
67
|
-
_this.cq = null;
|
|
68
|
-
_this.d2 = null;
|
|
69
|
-
_this.d1 = null;
|
|
70
|
-
_this.a5 = false;
|
|
71
|
-
_this.ai = null;
|
|
72
|
-
_this.am = null;
|
|
62
|
+
_this.a6 = false;
|
|
63
|
+
_this.ck = null;
|
|
73
64
|
_this.as = null;
|
|
74
|
-
_this.du = null;
|
|
75
|
-
_this.cx = null;
|
|
76
|
-
_this.dq = null;
|
|
77
|
-
_this.ch = null;
|
|
78
|
-
_this.r = null;
|
|
79
65
|
_this.ax = false;
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
66
|
+
_this.aw = false;
|
|
67
|
+
_this.cs = null;
|
|
68
|
+
_this.d4 = null;
|
|
69
|
+
_this.d3 = null;
|
|
70
|
+
_this.a7 = false;
|
|
71
|
+
_this.ak = null;
|
|
83
72
|
_this.ao = null;
|
|
73
|
+
_this.au = null;
|
|
74
|
+
_this.dw = null;
|
|
75
|
+
_this.cz = null;
|
|
76
|
+
_this.ds = null;
|
|
77
|
+
_this.cj = null;
|
|
78
|
+
_this.r = null;
|
|
79
|
+
_this.az = false;
|
|
80
|
+
_this.b0 = null;
|
|
81
|
+
_this.dq = null;
|
|
82
|
+
_this.b9 = null;
|
|
83
|
+
_this.aq = null;
|
|
84
84
|
_this.p = null;
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
85
|
+
_this.bn = 0;
|
|
86
|
+
_this.a5 = false;
|
|
87
87
|
_this.n = null;
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.cu = null;
|
|
91
|
-
_this.bt = null;
|
|
92
|
-
_this.cr = null;
|
|
93
|
-
_this.d4 = null;
|
|
94
|
-
_this.dt = null;
|
|
95
|
-
_this.dp = null;
|
|
96
|
-
_this.b8 = null;
|
|
97
|
-
_this.b3 = null;
|
|
98
|
-
_this.b4 = null;
|
|
99
|
-
_this.bw = null;
|
|
100
|
-
_this.bx = null;
|
|
88
|
+
_this.s = null;
|
|
89
|
+
_this.cq = null;
|
|
101
90
|
_this.bu = null;
|
|
91
|
+
_this.cw = null;
|
|
102
92
|
_this.bv = null;
|
|
103
|
-
_this.
|
|
104
|
-
_this.
|
|
93
|
+
_this.ct = null;
|
|
94
|
+
_this.d6 = null;
|
|
95
|
+
_this.dv = null;
|
|
96
|
+
_this.dr = null;
|
|
97
|
+
_this.ca = null;
|
|
98
|
+
_this.b5 = null;
|
|
99
|
+
_this.b6 = null;
|
|
100
|
+
_this.by = null;
|
|
101
|
+
_this.bz = null;
|
|
102
|
+
_this.bw = null;
|
|
103
|
+
_this.bx = null;
|
|
104
|
+
_this.dj = null;
|
|
105
105
|
_this.dg = null;
|
|
106
106
|
_this.di = null;
|
|
107
|
-
_this.
|
|
108
|
-
_this.b6 = null;
|
|
109
|
-
_this.dy = null;
|
|
110
|
-
_this.dz = null;
|
|
111
|
-
_this.cm = null;
|
|
112
|
-
_this.cn = null;
|
|
113
|
-
_this.c6 = null;
|
|
114
|
-
_this.db = null;
|
|
115
|
-
_this.da = null;
|
|
116
|
-
_this.c5 = null;
|
|
117
|
-
_this.b5 = null;
|
|
118
|
-
_this.cc = null;
|
|
119
|
-
_this.cf = null;
|
|
120
|
-
_this.ca = null;
|
|
121
|
-
_this.b9 = null;
|
|
122
|
-
_this.b2 = null;
|
|
123
|
-
_this.b0 = null;
|
|
107
|
+
_this.dk = null;
|
|
124
108
|
_this.b1 = null;
|
|
125
|
-
_this.
|
|
109
|
+
_this.b8 = null;
|
|
110
|
+
_this.d0 = null;
|
|
111
|
+
_this.d1 = null;
|
|
112
|
+
_this.co = null;
|
|
113
|
+
_this.cp = null;
|
|
114
|
+
_this.c8 = null;
|
|
126
115
|
_this.dd = null;
|
|
127
116
|
_this.dc = null;
|
|
128
|
-
_this.
|
|
129
|
-
_this.
|
|
130
|
-
_this.dm = null;
|
|
131
|
-
_this.dl = null;
|
|
132
|
-
_this.bq = null;
|
|
133
|
-
_this.d0 = null;
|
|
134
|
-
_this.d3 = null;
|
|
135
|
-
_this.c3 = null;
|
|
136
|
-
_this.c4 = null;
|
|
117
|
+
_this.c7 = null;
|
|
118
|
+
_this.b7 = null;
|
|
137
119
|
_this.ce = null;
|
|
138
|
-
_this.
|
|
120
|
+
_this.ch = null;
|
|
121
|
+
_this.cc = null;
|
|
122
|
+
_this.cb = null;
|
|
123
|
+
_this.b4 = null;
|
|
124
|
+
_this.b2 = null;
|
|
125
|
+
_this.b3 = null;
|
|
126
|
+
_this.cv = null;
|
|
127
|
+
_this.df = null;
|
|
128
|
+
_this.de = null;
|
|
129
|
+
_this.cu = null;
|
|
130
|
+
_this.du = null;
|
|
131
|
+
_this.dp = null;
|
|
132
|
+
_this.dn = null;
|
|
133
|
+
_this.bs = null;
|
|
134
|
+
_this.d2 = null;
|
|
135
|
+
_this.d5 = null;
|
|
136
|
+
_this.c5 = null;
|
|
137
|
+
_this.c6 = null;
|
|
138
|
+
_this.cg = null;
|
|
139
|
+
_this.cf = null;
|
|
139
140
|
return _this;
|
|
140
141
|
}
|
|
141
142
|
WebGridBaseDirectiveDescription.prototype.get_type = function () {
|
|
@@ -143,10 +144,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
143
144
|
};
|
|
144
145
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "snackbarDisplayTime", {
|
|
145
146
|
get: function () {
|
|
146
|
-
return this.
|
|
147
|
+
return this.bl;
|
|
147
148
|
},
|
|
148
149
|
set: function (a) {
|
|
149
|
-
this.
|
|
150
|
+
this.bl = a;
|
|
150
151
|
this.g("SnackbarDisplayTime");
|
|
151
152
|
},
|
|
152
153
|
enumerable: false,
|
|
@@ -154,10 +155,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
154
155
|
});
|
|
155
156
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "autoGenerate", {
|
|
156
157
|
get: function () {
|
|
157
|
-
return this.
|
|
158
|
+
return this.ay;
|
|
158
159
|
},
|
|
159
160
|
set: function (a) {
|
|
160
|
-
this.
|
|
161
|
+
this.ay = a;
|
|
161
162
|
this.g("AutoGenerate");
|
|
162
163
|
},
|
|
163
164
|
enumerable: false,
|
|
@@ -176,10 +177,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
176
177
|
});
|
|
177
178
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "moving", {
|
|
178
179
|
get: function () {
|
|
179
|
-
return this.
|
|
180
|
+
return this.a2;
|
|
180
181
|
},
|
|
181
182
|
set: function (a) {
|
|
182
|
-
this.
|
|
183
|
+
this.a2 = a;
|
|
183
184
|
this.g("Moving");
|
|
184
185
|
},
|
|
185
186
|
enumerable: false,
|
|
@@ -187,10 +188,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
187
188
|
});
|
|
188
189
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
|
|
189
190
|
get: function () {
|
|
190
|
-
return this.
|
|
191
|
+
return this.cm;
|
|
191
192
|
},
|
|
192
193
|
set: function (a) {
|
|
193
|
-
this.
|
|
194
|
+
this.cm = a;
|
|
194
195
|
this.g("EmptyGridTemplateRef");
|
|
195
196
|
},
|
|
196
197
|
enumerable: false,
|
|
@@ -198,10 +199,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
198
199
|
});
|
|
199
200
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
|
|
200
201
|
get: function () {
|
|
201
|
-
return this.
|
|
202
|
+
return this.bt;
|
|
202
203
|
},
|
|
203
204
|
set: function (a) {
|
|
204
|
-
this.
|
|
205
|
+
this.bt = a;
|
|
205
206
|
this.g("AddRowEmptyTemplateRef");
|
|
206
207
|
},
|
|
207
208
|
enumerable: false,
|
|
@@ -209,10 +210,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
209
210
|
});
|
|
210
211
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
|
|
211
212
|
get: function () {
|
|
212
|
-
return this.
|
|
213
|
+
return this.c1;
|
|
213
214
|
},
|
|
214
215
|
set: function (a) {
|
|
215
|
-
this.
|
|
216
|
+
this.c1 = a;
|
|
216
217
|
this.g("LoadingGridTemplateRef");
|
|
217
218
|
},
|
|
218
219
|
enumerable: false,
|
|
@@ -220,10 +221,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
220
221
|
});
|
|
221
222
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryRowHeight", {
|
|
222
223
|
get: function () {
|
|
223
|
-
return this.
|
|
224
|
+
return this.bm;
|
|
224
225
|
},
|
|
225
226
|
set: function (a) {
|
|
226
|
-
this.
|
|
227
|
+
this.bm = a;
|
|
227
228
|
this.g("SummaryRowHeight");
|
|
228
229
|
},
|
|
229
230
|
enumerable: false,
|
|
@@ -231,10 +232,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
231
232
|
});
|
|
232
233
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataCloneStrategy", {
|
|
233
234
|
get: function () {
|
|
234
|
-
return this.
|
|
235
|
+
return this.ae;
|
|
235
236
|
},
|
|
236
237
|
set: function (a) {
|
|
237
|
-
this.
|
|
238
|
+
this.ae = a;
|
|
238
239
|
this.g("DataCloneStrategy");
|
|
239
240
|
},
|
|
240
241
|
enumerable: false,
|
|
@@ -242,10 +243,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
242
243
|
});
|
|
243
244
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "clipboardOptions", {
|
|
244
245
|
get: function () {
|
|
245
|
-
return this.
|
|
246
|
+
return this.ac;
|
|
246
247
|
},
|
|
247
248
|
set: function (a) {
|
|
248
|
-
this.
|
|
249
|
+
this.ac = a;
|
|
249
250
|
this.g("ClipboardOptions");
|
|
250
251
|
},
|
|
251
252
|
enumerable: false,
|
|
@@ -253,10 +254,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
253
254
|
});
|
|
254
255
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
|
|
255
256
|
get: function () {
|
|
256
|
-
return this.
|
|
257
|
+
return this.da;
|
|
257
258
|
},
|
|
258
259
|
set: function (a) {
|
|
259
|
-
this.
|
|
260
|
+
this.da = a;
|
|
260
261
|
this.g("RowClassesRef");
|
|
261
262
|
},
|
|
262
263
|
enumerable: false,
|
|
@@ -264,10 +265,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
264
265
|
});
|
|
265
266
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
|
|
266
267
|
get: function () {
|
|
267
|
-
return this.
|
|
268
|
+
return this.dt;
|
|
268
269
|
},
|
|
269
270
|
set: function (a) {
|
|
270
|
-
this.
|
|
271
|
+
this.dt = a;
|
|
271
272
|
this.g("RowStylesRef");
|
|
272
273
|
},
|
|
273
274
|
enumerable: false,
|
|
@@ -275,10 +276,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
275
276
|
});
|
|
276
277
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
|
|
277
278
|
get: function () {
|
|
278
|
-
return this.
|
|
279
|
+
return this.c4;
|
|
279
280
|
},
|
|
280
281
|
set: function (a) {
|
|
281
|
-
this.
|
|
282
|
+
this.c4 = a;
|
|
282
283
|
this.g("PrimaryKey");
|
|
283
284
|
},
|
|
284
285
|
enumerable: false,
|
|
@@ -297,10 +298,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
297
298
|
});
|
|
298
299
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
|
|
299
300
|
get: function () {
|
|
300
|
-
return this.
|
|
301
|
+
return this.ci;
|
|
301
302
|
},
|
|
302
303
|
set: function (a) {
|
|
303
|
-
this.
|
|
304
|
+
this.ci = a;
|
|
304
305
|
this.g("DragGhostCustomTemplateRef");
|
|
305
306
|
},
|
|
306
307
|
enumerable: false,
|
|
@@ -308,10 +309,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
308
309
|
});
|
|
309
310
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
|
|
310
311
|
get: function () {
|
|
311
|
-
return this.
|
|
312
|
+
return this.dl;
|
|
312
313
|
},
|
|
313
314
|
set: function (a) {
|
|
314
|
-
this.
|
|
315
|
+
this.dl = a;
|
|
315
316
|
this.g("RowEditTextTemplateRef");
|
|
316
317
|
},
|
|
317
318
|
enumerable: false,
|
|
@@ -319,10 +320,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
319
320
|
});
|
|
320
321
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
|
|
321
322
|
get: function () {
|
|
322
|
-
return this.
|
|
323
|
+
return this.c9;
|
|
323
324
|
},
|
|
324
325
|
set: function (a) {
|
|
325
|
-
this.
|
|
326
|
+
this.c9 = a;
|
|
326
327
|
this.g("RowAddTextTemplateRef");
|
|
327
328
|
},
|
|
328
329
|
enumerable: false,
|
|
@@ -330,10 +331,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
330
331
|
});
|
|
331
332
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
|
|
332
333
|
get: function () {
|
|
333
|
-
return this.
|
|
334
|
+
return this.dh;
|
|
334
335
|
},
|
|
335
336
|
set: function (a) {
|
|
336
|
-
this.
|
|
337
|
+
this.dh = a;
|
|
337
338
|
this.g("RowEditActionsTemplateRef");
|
|
338
339
|
},
|
|
339
340
|
enumerable: false,
|
|
@@ -341,10 +342,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
341
342
|
});
|
|
342
343
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
|
|
343
344
|
get: function () {
|
|
344
|
-
return this.
|
|
345
|
+
return this.dm;
|
|
345
346
|
},
|
|
346
347
|
set: function (a) {
|
|
347
|
-
this.
|
|
348
|
+
this.dm = a;
|
|
348
349
|
this.g("RowExpandedIndicatorTemplateRef");
|
|
349
350
|
},
|
|
350
351
|
enumerable: false,
|
|
@@ -352,10 +353,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
352
353
|
});
|
|
353
354
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
|
|
354
355
|
get: function () {
|
|
355
|
-
return this.
|
|
356
|
+
return this.db;
|
|
356
357
|
},
|
|
357
358
|
set: function (a) {
|
|
358
|
-
this.
|
|
359
|
+
this.db = a;
|
|
359
360
|
this.g("RowCollapsedIndicatorTemplateRef");
|
|
360
361
|
},
|
|
361
362
|
enumerable: false,
|
|
@@ -363,10 +364,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
363
364
|
});
|
|
364
365
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandedIndicatorTemplateRef", {
|
|
365
366
|
get: function () {
|
|
366
|
-
return this.
|
|
367
|
+
return this.cy;
|
|
367
368
|
},
|
|
368
369
|
set: function (a) {
|
|
369
|
-
this.
|
|
370
|
+
this.cy = a;
|
|
370
371
|
this.g("HeaderExpandedIndicatorTemplateRef");
|
|
371
372
|
},
|
|
372
373
|
enumerable: false,
|
|
@@ -374,10 +375,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
374
375
|
});
|
|
375
376
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
|
|
376
377
|
get: function () {
|
|
377
|
-
return this.
|
|
378
|
+
return this.cx;
|
|
378
379
|
},
|
|
379
380
|
set: function (a) {
|
|
380
|
-
this.
|
|
381
|
+
this.cx = a;
|
|
381
382
|
this.g("HeaderCollapsedIndicatorTemplateRef");
|
|
382
383
|
},
|
|
383
384
|
enumerable: false,
|
|
@@ -385,10 +386,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
385
386
|
});
|
|
386
387
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
|
|
387
388
|
get: function () {
|
|
388
|
-
return this.
|
|
389
|
+
return this.cn;
|
|
389
390
|
},
|
|
390
391
|
set: function (a) {
|
|
391
|
-
this.
|
|
392
|
+
this.cn = a;
|
|
392
393
|
this.g("ExcelStyleHeaderIconTemplateRef");
|
|
393
394
|
},
|
|
394
395
|
enumerable: false,
|
|
@@ -396,10 +397,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
396
397
|
});
|
|
397
398
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
|
|
398
399
|
get: function () {
|
|
399
|
-
return this.
|
|
400
|
+
return this.dx;
|
|
400
401
|
},
|
|
401
402
|
set: function (a) {
|
|
402
|
-
this.
|
|
403
|
+
this.dx = a;
|
|
403
404
|
this.g("SortAscendingHeaderIconTemplateRef");
|
|
404
405
|
},
|
|
405
406
|
enumerable: false,
|
|
@@ -407,10 +408,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
407
408
|
});
|
|
408
409
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
|
|
409
410
|
get: function () {
|
|
410
|
-
return this.
|
|
411
|
+
return this.dy;
|
|
411
412
|
},
|
|
412
413
|
set: function (a) {
|
|
413
|
-
this.
|
|
414
|
+
this.dy = a;
|
|
414
415
|
this.g("SortDescendingHeaderIconTemplateRef");
|
|
415
416
|
},
|
|
416
417
|
enumerable: false,
|
|
@@ -418,10 +419,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
418
419
|
});
|
|
419
420
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
|
|
420
421
|
get: function () {
|
|
421
|
-
return this.
|
|
422
|
+
return this.dz;
|
|
422
423
|
},
|
|
423
424
|
set: function (a) {
|
|
424
|
-
this.
|
|
425
|
+
this.dz = a;
|
|
425
426
|
this.g("SortHeaderIconTemplateRef");
|
|
426
427
|
},
|
|
427
428
|
enumerable: false,
|
|
@@ -429,10 +430,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
429
430
|
});
|
|
430
431
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbar", {
|
|
431
432
|
get: function () {
|
|
432
|
-
return this.
|
|
433
|
+
return this.t;
|
|
433
434
|
},
|
|
434
435
|
set: function (a) {
|
|
435
|
-
this.
|
|
436
|
+
this.t = a;
|
|
436
437
|
this.g("Toolbar");
|
|
437
438
|
},
|
|
438
439
|
enumerable: false,
|
|
@@ -451,10 +452,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
451
452
|
});
|
|
452
453
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "resourceStrings", {
|
|
453
454
|
get: function () {
|
|
454
|
-
return this.
|
|
455
|
+
return this.am;
|
|
455
456
|
},
|
|
456
457
|
set: function (a) {
|
|
457
|
-
this.
|
|
458
|
+
this.am = a;
|
|
458
459
|
this.g("ResourceStrings");
|
|
459
460
|
},
|
|
460
461
|
enumerable: false,
|
|
@@ -462,10 +463,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
462
463
|
});
|
|
463
464
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
|
|
464
465
|
get: function () {
|
|
465
|
-
return this.
|
|
466
|
+
return this.cr;
|
|
466
467
|
},
|
|
467
468
|
set: function (a) {
|
|
468
|
-
this.
|
|
469
|
+
this.cr = a;
|
|
469
470
|
this.g("FilteringLogic");
|
|
470
471
|
},
|
|
471
472
|
enumerable: false,
|
|
@@ -473,10 +474,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
473
474
|
});
|
|
474
475
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTree", {
|
|
475
476
|
get: function () {
|
|
476
|
-
return this.
|
|
477
|
+
return this.ah;
|
|
477
478
|
},
|
|
478
479
|
set: function (a) {
|
|
479
|
-
this.
|
|
480
|
+
this.ah = a;
|
|
480
481
|
this.g("FilteringExpressionsTree");
|
|
481
482
|
},
|
|
482
483
|
enumerable: false,
|
|
@@ -484,10 +485,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
484
485
|
});
|
|
485
486
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTree", {
|
|
486
487
|
get: function () {
|
|
487
|
-
return this.
|
|
488
|
+
return this.ag;
|
|
488
489
|
},
|
|
489
490
|
set: function (a) {
|
|
490
|
-
this.
|
|
491
|
+
this.ag = a;
|
|
491
492
|
this.g("AdvancedFilteringExpressionsTree");
|
|
492
493
|
},
|
|
493
494
|
enumerable: false,
|
|
@@ -495,10 +496,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
495
496
|
});
|
|
496
497
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
|
|
497
498
|
get: function () {
|
|
498
|
-
return this.
|
|
499
|
+
return this.c2;
|
|
499
500
|
},
|
|
500
501
|
set: function (a) {
|
|
501
|
-
this.
|
|
502
|
+
this.c2 = a;
|
|
502
503
|
this.g("Locale");
|
|
503
504
|
},
|
|
504
505
|
enumerable: false,
|
|
@@ -506,10 +507,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
506
507
|
});
|
|
507
508
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
|
|
508
509
|
get: function () {
|
|
509
|
-
return this.
|
|
510
|
+
return this.c3;
|
|
510
511
|
},
|
|
511
512
|
set: function (a) {
|
|
512
|
-
this.
|
|
513
|
+
this.c3 = a;
|
|
513
514
|
this.g("PagingMode");
|
|
514
515
|
},
|
|
515
516
|
enumerable: false,
|
|
@@ -517,10 +518,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
517
518
|
});
|
|
518
519
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hideRowSelectors", {
|
|
519
520
|
get: function () {
|
|
520
|
-
return this.
|
|
521
|
+
return this.a0;
|
|
521
522
|
},
|
|
522
523
|
set: function (a) {
|
|
523
|
-
this.
|
|
524
|
+
this.a0 = a;
|
|
524
525
|
this.g("HideRowSelectors");
|
|
525
526
|
},
|
|
526
527
|
enumerable: false,
|
|
@@ -528,10 +529,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
528
529
|
});
|
|
529
530
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDraggable", {
|
|
530
531
|
get: function () {
|
|
531
|
-
return this.
|
|
532
|
+
return this.a3;
|
|
532
533
|
},
|
|
533
534
|
set: function (a) {
|
|
534
|
-
this.
|
|
535
|
+
this.a3 = a;
|
|
535
536
|
this.g("RowDraggable");
|
|
536
537
|
},
|
|
537
538
|
enumerable: false,
|
|
@@ -539,10 +540,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
539
540
|
});
|
|
540
541
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
|
|
541
542
|
get: function () {
|
|
542
|
-
return this.
|
|
543
|
+
return this.d7;
|
|
543
544
|
},
|
|
544
545
|
set: function (a) {
|
|
545
|
-
this.
|
|
546
|
+
this.d7 = a;
|
|
546
547
|
this.g("ValidationTrigger");
|
|
547
548
|
},
|
|
548
549
|
enumerable: false,
|
|
@@ -550,10 +551,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
550
551
|
});
|
|
551
552
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditable", {
|
|
552
553
|
get: function () {
|
|
553
|
-
return this.
|
|
554
|
+
return this.a4;
|
|
554
555
|
},
|
|
555
556
|
set: function (a) {
|
|
556
|
-
this.
|
|
557
|
+
this.a4 = a;
|
|
557
558
|
this.g("RowEditable");
|
|
558
559
|
},
|
|
559
560
|
enumerable: false,
|
|
@@ -561,10 +562,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
561
562
|
});
|
|
562
563
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "height", {
|
|
563
564
|
get: function () {
|
|
564
|
-
return this.
|
|
565
|
+
return this.c0;
|
|
565
566
|
},
|
|
566
567
|
set: function (a) {
|
|
567
|
-
this.
|
|
568
|
+
this.c0 = a;
|
|
568
569
|
this.g("Height");
|
|
569
570
|
},
|
|
570
571
|
enumerable: false,
|
|
@@ -572,10 +573,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
572
573
|
});
|
|
573
574
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "width", {
|
|
574
575
|
get: function () {
|
|
575
|
-
return this.
|
|
576
|
+
return this.d8;
|
|
576
577
|
},
|
|
577
578
|
set: function (a) {
|
|
578
|
-
this.
|
|
579
|
+
this.d8 = a;
|
|
579
580
|
this.g("Width");
|
|
580
581
|
},
|
|
581
582
|
enumerable: false,
|
|
@@ -583,10 +584,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
583
584
|
});
|
|
584
585
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowHeight", {
|
|
585
586
|
get: function () {
|
|
586
|
-
return this.
|
|
587
|
+
return this.bk;
|
|
587
588
|
},
|
|
588
589
|
set: function (a) {
|
|
589
|
-
this.
|
|
590
|
+
this.bk = a;
|
|
590
591
|
this.g("RowHeight");
|
|
591
592
|
},
|
|
592
593
|
enumerable: false,
|
|
@@ -594,10 +595,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
594
595
|
});
|
|
595
596
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
|
|
596
597
|
get: function () {
|
|
597
|
-
return this.
|
|
598
|
+
return this.cd;
|
|
598
599
|
},
|
|
599
600
|
set: function (a) {
|
|
600
|
-
this.
|
|
601
|
+
this.cd = a;
|
|
601
602
|
this.g("ColumnWidth");
|
|
602
603
|
},
|
|
603
604
|
enumerable: false,
|
|
@@ -605,10 +606,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
605
606
|
});
|
|
606
607
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
|
|
607
608
|
get: function () {
|
|
608
|
-
return this.
|
|
609
|
+
return this.cl;
|
|
609
610
|
},
|
|
610
611
|
set: function (a) {
|
|
611
|
-
this.
|
|
612
|
+
this.cl = a;
|
|
612
613
|
this.g("EmptyGridMessage");
|
|
613
614
|
},
|
|
614
615
|
enumerable: false,
|
|
@@ -616,10 +617,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
616
617
|
});
|
|
617
618
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isLoading", {
|
|
618
619
|
get: function () {
|
|
619
|
-
return this.
|
|
620
|
+
return this.a1;
|
|
620
621
|
},
|
|
621
622
|
set: function (a) {
|
|
622
|
-
this.
|
|
623
|
+
this.a1 = a;
|
|
623
624
|
this.g("IsLoading");
|
|
624
625
|
},
|
|
625
626
|
enumerable: false,
|
|
@@ -627,10 +628,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
627
628
|
});
|
|
628
629
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "shouldGenerate", {
|
|
629
630
|
get: function () {
|
|
630
|
-
return this.
|
|
631
|
+
return this.a6;
|
|
631
632
|
},
|
|
632
633
|
set: function (a) {
|
|
633
|
-
this.
|
|
634
|
+
this.a6 = a;
|
|
634
635
|
this.g("ShouldGenerate");
|
|
635
636
|
},
|
|
636
637
|
enumerable: false,
|
|
@@ -638,10 +639,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
638
639
|
});
|
|
639
640
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
|
|
640
641
|
get: function () {
|
|
641
|
-
return this.
|
|
642
|
+
return this.ck;
|
|
642
643
|
},
|
|
643
644
|
set: function (a) {
|
|
644
|
-
this.
|
|
645
|
+
this.ck = a;
|
|
645
646
|
this.g("EmptyFilteredGridMessage");
|
|
646
647
|
},
|
|
647
648
|
enumerable: false,
|
|
@@ -649,10 +650,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
649
650
|
});
|
|
650
651
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pinning", {
|
|
651
652
|
get: function () {
|
|
652
|
-
return this.
|
|
653
|
+
return this.as;
|
|
653
654
|
},
|
|
654
655
|
set: function (a) {
|
|
655
|
-
this.
|
|
656
|
+
this.as = a;
|
|
656
657
|
this.g("Pinning");
|
|
657
658
|
},
|
|
658
659
|
enumerable: false,
|
|
@@ -660,10 +661,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
660
661
|
});
|
|
661
662
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowFiltering", {
|
|
662
663
|
get: function () {
|
|
663
|
-
return this.
|
|
664
|
+
return this.ax;
|
|
664
665
|
},
|
|
665
666
|
set: function (a) {
|
|
666
|
-
this.
|
|
667
|
+
this.ax = a;
|
|
667
668
|
this.g("AllowFiltering");
|
|
668
669
|
},
|
|
669
670
|
enumerable: false,
|
|
@@ -671,10 +672,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
671
672
|
});
|
|
672
673
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowAdvancedFiltering", {
|
|
673
674
|
get: function () {
|
|
674
|
-
return this.
|
|
675
|
+
return this.aw;
|
|
675
676
|
},
|
|
676
677
|
set: function (a) {
|
|
677
|
-
this.
|
|
678
|
+
this.aw = a;
|
|
678
679
|
this.g("AllowAdvancedFiltering");
|
|
679
680
|
},
|
|
680
681
|
enumerable: false,
|
|
@@ -682,10 +683,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
682
683
|
});
|
|
683
684
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
|
|
684
685
|
get: function () {
|
|
685
|
-
return this.
|
|
686
|
+
return this.cs;
|
|
686
687
|
},
|
|
687
688
|
set: function (a) {
|
|
688
|
-
this.
|
|
689
|
+
this.cs = a;
|
|
689
690
|
this.g("FilterMode");
|
|
690
691
|
},
|
|
691
692
|
enumerable: false,
|
|
@@ -693,10 +694,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
693
694
|
});
|
|
694
695
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
|
|
695
696
|
get: function () {
|
|
696
|
-
return this.
|
|
697
|
+
return this.d4;
|
|
697
698
|
},
|
|
698
699
|
set: function (a) {
|
|
699
|
-
this.
|
|
700
|
+
this.d4 = a;
|
|
700
701
|
this.g("SummaryPosition");
|
|
701
702
|
},
|
|
702
703
|
enumerable: false,
|
|
@@ -704,10 +705,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
704
705
|
});
|
|
705
706
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
|
|
706
707
|
get: function () {
|
|
707
|
-
return this.
|
|
708
|
+
return this.d3;
|
|
708
709
|
},
|
|
709
710
|
set: function (a) {
|
|
710
|
-
this.
|
|
711
|
+
this.d3 = a;
|
|
711
712
|
this.g("SummaryCalculationMode");
|
|
712
713
|
},
|
|
713
714
|
enumerable: false,
|
|
@@ -715,10 +716,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
715
716
|
});
|
|
716
717
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "showSummaryOnCollapse", {
|
|
717
718
|
get: function () {
|
|
718
|
-
return this.
|
|
719
|
+
return this.a7;
|
|
719
720
|
},
|
|
720
721
|
set: function (a) {
|
|
721
|
-
this.
|
|
722
|
+
this.a7 = a;
|
|
722
723
|
this.g("ShowSummaryOnCollapse");
|
|
723
724
|
},
|
|
724
725
|
enumerable: false,
|
|
@@ -726,10 +727,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
726
727
|
});
|
|
727
728
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterStrategy", {
|
|
728
729
|
get: function () {
|
|
729
|
-
return this.
|
|
730
|
+
return this.ak;
|
|
730
731
|
},
|
|
731
732
|
set: function (a) {
|
|
732
|
-
this.
|
|
733
|
+
this.ak = a;
|
|
733
734
|
this.g("FilterStrategy");
|
|
734
735
|
},
|
|
735
736
|
enumerable: false,
|
|
@@ -737,10 +738,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
737
738
|
});
|
|
738
739
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortStrategy", {
|
|
739
740
|
get: function () {
|
|
740
|
-
return this.
|
|
741
|
+
return this.ao;
|
|
741
742
|
},
|
|
742
743
|
set: function (a) {
|
|
743
|
-
this.
|
|
744
|
+
this.ao = a;
|
|
744
745
|
this.g("SortStrategy");
|
|
745
746
|
},
|
|
746
747
|
enumerable: false,
|
|
@@ -748,10 +749,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
748
749
|
});
|
|
749
750
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingOptions", {
|
|
750
751
|
get: function () {
|
|
751
|
-
return this.
|
|
752
|
+
return this.au;
|
|
752
753
|
},
|
|
753
754
|
set: function (a) {
|
|
754
|
-
this.
|
|
755
|
+
this.au = a;
|
|
755
756
|
this.g("SortingOptions");
|
|
756
757
|
},
|
|
757
758
|
enumerable: false,
|
|
@@ -759,10 +760,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
759
760
|
});
|
|
760
761
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsRef", {
|
|
761
762
|
get: function () {
|
|
762
|
-
return this.
|
|
763
|
+
return this.dw;
|
|
763
764
|
},
|
|
764
765
|
set: function (a) {
|
|
765
|
-
this.
|
|
766
|
+
this.dw = a;
|
|
766
767
|
this.g("SelectedRowsRef");
|
|
767
768
|
},
|
|
768
769
|
enumerable: false,
|
|
@@ -770,10 +771,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
770
771
|
});
|
|
771
772
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
|
|
772
773
|
get: function () {
|
|
773
|
-
return this.
|
|
774
|
+
return this.cz;
|
|
774
775
|
},
|
|
775
776
|
set: function (a) {
|
|
776
|
-
this.
|
|
777
|
+
this.cz = a;
|
|
777
778
|
this.g("HeadSelectorTemplateRef");
|
|
778
779
|
},
|
|
779
780
|
enumerable: false,
|
|
@@ -781,10 +782,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
781
782
|
});
|
|
782
783
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
|
|
783
784
|
get: function () {
|
|
784
|
-
return this.
|
|
785
|
+
return this.ds;
|
|
785
786
|
},
|
|
786
787
|
set: function (a) {
|
|
787
|
-
this.
|
|
788
|
+
this.ds = a;
|
|
788
789
|
this.g("RowSelectorTemplateRef");
|
|
789
790
|
},
|
|
790
791
|
enumerable: false,
|
|
@@ -792,10 +793,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
792
793
|
});
|
|
793
794
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
|
|
794
795
|
get: function () {
|
|
795
|
-
return this.
|
|
796
|
+
return this.cj;
|
|
796
797
|
},
|
|
797
798
|
set: function (a) {
|
|
798
|
-
this.
|
|
799
|
+
this.cj = a;
|
|
799
800
|
this.g("DragIndicatorIconTemplateRef");
|
|
800
801
|
},
|
|
801
802
|
enumerable: false,
|
|
@@ -814,10 +815,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
814
815
|
});
|
|
815
816
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "batchEditing", {
|
|
816
817
|
get: function () {
|
|
817
|
-
return this.
|
|
818
|
+
return this.az;
|
|
818
819
|
},
|
|
819
820
|
set: function (a) {
|
|
820
|
-
this.
|
|
821
|
+
this.az = a;
|
|
821
822
|
this.g("BatchEditing");
|
|
822
823
|
},
|
|
823
824
|
enumerable: false,
|
|
@@ -825,10 +826,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
825
826
|
});
|
|
826
827
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
|
|
827
828
|
get: function () {
|
|
828
|
-
return this.
|
|
829
|
+
return this.b0;
|
|
829
830
|
},
|
|
830
831
|
set: function (a) {
|
|
831
|
-
this.
|
|
832
|
+
this.b0 = a;
|
|
832
833
|
this.g("CellSelection");
|
|
833
834
|
},
|
|
834
835
|
enumerable: false,
|
|
@@ -836,10 +837,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
836
837
|
});
|
|
837
838
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
|
|
838
839
|
get: function () {
|
|
839
|
-
return this.
|
|
840
|
+
return this.dq;
|
|
840
841
|
},
|
|
841
842
|
set: function (a) {
|
|
842
|
-
this.
|
|
843
|
+
this.dq = a;
|
|
843
844
|
this.g("RowSelection");
|
|
844
845
|
},
|
|
845
846
|
enumerable: false,
|
|
@@ -847,10 +848,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
847
848
|
});
|
|
848
849
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
|
|
849
850
|
get: function () {
|
|
850
|
-
return this.
|
|
851
|
+
return this.b9;
|
|
851
852
|
},
|
|
852
853
|
set: function (a) {
|
|
853
|
-
this.
|
|
854
|
+
this.b9 = a;
|
|
854
855
|
this.g("ColumnSelection");
|
|
855
856
|
},
|
|
856
857
|
enumerable: false,
|
|
@@ -858,10 +859,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
858
859
|
});
|
|
859
860
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
|
|
860
861
|
get: function () {
|
|
861
|
-
return this.
|
|
862
|
+
return this.aq;
|
|
862
863
|
},
|
|
863
864
|
set: function (a) {
|
|
864
|
-
this.
|
|
865
|
+
this.aq = a;
|
|
865
866
|
this.g("Outlet");
|
|
866
867
|
},
|
|
867
868
|
enumerable: false,
|
|
@@ -880,10 +881,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
880
881
|
});
|
|
881
882
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "totalRecords", {
|
|
882
883
|
get: function () {
|
|
883
|
-
return this.
|
|
884
|
+
return this.bn;
|
|
884
885
|
},
|
|
885
886
|
set: function (a) {
|
|
886
|
-
this.
|
|
887
|
+
this.bn = a;
|
|
887
888
|
this.g("TotalRecords");
|
|
888
889
|
},
|
|
889
890
|
enumerable: false,
|
|
@@ -891,10 +892,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
891
892
|
});
|
|
892
893
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectRowOnClick", {
|
|
893
894
|
get: function () {
|
|
894
|
-
return this.
|
|
895
|
+
return this.a5;
|
|
895
896
|
},
|
|
896
897
|
set: function (a) {
|
|
897
|
-
this.
|
|
898
|
+
this.a5 = a;
|
|
898
899
|
this.g("SelectRowOnClick");
|
|
899
900
|
},
|
|
900
901
|
enumerable: false,
|
|
@@ -911,12 +912,23 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
911
912
|
enumerable: false,
|
|
912
913
|
configurable: true
|
|
913
914
|
});
|
|
915
|
+
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "stateComponents", {
|
|
916
|
+
get: function () {
|
|
917
|
+
return this.s;
|
|
918
|
+
},
|
|
919
|
+
set: function (a) {
|
|
920
|
+
this.s = a;
|
|
921
|
+
this.g("StateComponents");
|
|
922
|
+
},
|
|
923
|
+
enumerable: false,
|
|
924
|
+
configurable: true
|
|
925
|
+
});
|
|
914
926
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
|
|
915
927
|
get: function () {
|
|
916
|
-
return this.
|
|
928
|
+
return this.cq;
|
|
917
929
|
},
|
|
918
930
|
set: function (a) {
|
|
919
|
-
this.
|
|
931
|
+
this.cq = a;
|
|
920
932
|
this.g("FilteringExpressionsTreeChangeRef");
|
|
921
933
|
},
|
|
922
934
|
enumerable: false,
|
|
@@ -924,10 +936,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
924
936
|
});
|
|
925
937
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
|
|
926
938
|
get: function () {
|
|
927
|
-
return this.
|
|
939
|
+
return this.bu;
|
|
928
940
|
},
|
|
929
941
|
set: function (a) {
|
|
930
|
-
this.
|
|
942
|
+
this.bu = a;
|
|
931
943
|
this.g("AdvancedFilteringExpressionsTreeChangeRef");
|
|
932
944
|
},
|
|
933
945
|
enumerable: false,
|
|
@@ -935,10 +947,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
935
947
|
});
|
|
936
948
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
|
|
937
949
|
get: function () {
|
|
938
|
-
return this.
|
|
950
|
+
return this.cw;
|
|
939
951
|
},
|
|
940
952
|
set: function (a) {
|
|
941
|
-
this.
|
|
953
|
+
this.cw = a;
|
|
942
954
|
this.g("GridScrollRef");
|
|
943
955
|
},
|
|
944
956
|
enumerable: false,
|
|
@@ -946,10 +958,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
946
958
|
});
|
|
947
959
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
|
|
948
960
|
get: function () {
|
|
949
|
-
return this.
|
|
961
|
+
return this.bv;
|
|
950
962
|
},
|
|
951
963
|
set: function (a) {
|
|
952
|
-
this.
|
|
964
|
+
this.bv = a;
|
|
953
965
|
this.g("CellClickRef");
|
|
954
966
|
},
|
|
955
967
|
enumerable: false,
|
|
@@ -957,10 +969,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
957
969
|
});
|
|
958
970
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
|
|
959
971
|
get: function () {
|
|
960
|
-
return this.
|
|
972
|
+
return this.ct;
|
|
961
973
|
},
|
|
962
974
|
set: function (a) {
|
|
963
|
-
this.
|
|
975
|
+
this.ct = a;
|
|
964
976
|
this.g("FormGroupCreatedRef");
|
|
965
977
|
},
|
|
966
978
|
enumerable: false,
|
|
@@ -968,10 +980,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
968
980
|
});
|
|
969
981
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
|
|
970
982
|
get: function () {
|
|
971
|
-
return this.
|
|
983
|
+
return this.d6;
|
|
972
984
|
},
|
|
973
985
|
set: function (a) {
|
|
974
|
-
this.
|
|
986
|
+
this.d6 = a;
|
|
975
987
|
this.g("ValidationStatusChangeRef");
|
|
976
988
|
},
|
|
977
989
|
enumerable: false,
|
|
@@ -979,10 +991,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
979
991
|
});
|
|
980
992
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
|
|
981
993
|
get: function () {
|
|
982
|
-
return this.
|
|
994
|
+
return this.dv;
|
|
983
995
|
},
|
|
984
996
|
set: function (a) {
|
|
985
|
-
this.
|
|
997
|
+
this.dv = a;
|
|
986
998
|
this.g("SelectedRef");
|
|
987
999
|
},
|
|
988
1000
|
enumerable: false,
|
|
@@ -990,10 +1002,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
990
1002
|
});
|
|
991
1003
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
|
|
992
1004
|
get: function () {
|
|
993
|
-
return this.
|
|
1005
|
+
return this.dr;
|
|
994
1006
|
},
|
|
995
1007
|
set: function (a) {
|
|
996
|
-
this.
|
|
1008
|
+
this.dr = a;
|
|
997
1009
|
this.g("RowSelectionChangingRef");
|
|
998
1010
|
},
|
|
999
1011
|
enumerable: false,
|
|
@@ -1001,10 +1013,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1001
1013
|
});
|
|
1002
1014
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
|
|
1003
1015
|
get: function () {
|
|
1004
|
-
return this.
|
|
1016
|
+
return this.ca;
|
|
1005
1017
|
},
|
|
1006
1018
|
set: function (a) {
|
|
1007
|
-
this.
|
|
1019
|
+
this.ca = a;
|
|
1008
1020
|
this.g("ColumnSelectionChangingRef");
|
|
1009
1021
|
},
|
|
1010
1022
|
enumerable: false,
|
|
@@ -1012,10 +1024,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1012
1024
|
});
|
|
1013
1025
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
|
|
1014
1026
|
get: function () {
|
|
1015
|
-
return this.
|
|
1027
|
+
return this.b5;
|
|
1016
1028
|
},
|
|
1017
1029
|
set: function (a) {
|
|
1018
|
-
this.
|
|
1030
|
+
this.b5 = a;
|
|
1019
1031
|
this.g("ColumnPinRef");
|
|
1020
1032
|
},
|
|
1021
1033
|
enumerable: false,
|
|
@@ -1023,10 +1035,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1023
1035
|
});
|
|
1024
1036
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
|
|
1025
1037
|
get: function () {
|
|
1026
|
-
return this.
|
|
1038
|
+
return this.b6;
|
|
1027
1039
|
},
|
|
1028
1040
|
set: function (a) {
|
|
1029
|
-
this.
|
|
1041
|
+
this.b6 = a;
|
|
1030
1042
|
this.g("ColumnPinnedRef");
|
|
1031
1043
|
},
|
|
1032
1044
|
enumerable: false,
|
|
@@ -1034,10 +1046,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1034
1046
|
});
|
|
1035
1047
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
|
|
1036
1048
|
get: function () {
|
|
1037
|
-
return this.
|
|
1049
|
+
return this.by;
|
|
1038
1050
|
},
|
|
1039
1051
|
set: function (a) {
|
|
1040
|
-
this.
|
|
1052
|
+
this.by = a;
|
|
1041
1053
|
this.g("CellEditEnterRef");
|
|
1042
1054
|
},
|
|
1043
1055
|
enumerable: false,
|
|
@@ -1045,10 +1057,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1045
1057
|
});
|
|
1046
1058
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
|
|
1047
1059
|
get: function () {
|
|
1048
|
-
return this.
|
|
1060
|
+
return this.bz;
|
|
1049
1061
|
},
|
|
1050
1062
|
set: function (a) {
|
|
1051
|
-
this.
|
|
1063
|
+
this.bz = a;
|
|
1052
1064
|
this.g("CellEditExitRef");
|
|
1053
1065
|
},
|
|
1054
1066
|
enumerable: false,
|
|
@@ -1056,10 +1068,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1056
1068
|
});
|
|
1057
1069
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
|
|
1058
1070
|
get: function () {
|
|
1059
|
-
return this.
|
|
1071
|
+
return this.bw;
|
|
1060
1072
|
},
|
|
1061
1073
|
set: function (a) {
|
|
1062
|
-
this.
|
|
1074
|
+
this.bw = a;
|
|
1063
1075
|
this.g("CellEditRef");
|
|
1064
1076
|
},
|
|
1065
1077
|
enumerable: false,
|
|
@@ -1067,10 +1079,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1067
1079
|
});
|
|
1068
1080
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
|
|
1069
1081
|
get: function () {
|
|
1070
|
-
return this.
|
|
1082
|
+
return this.bx;
|
|
1071
1083
|
},
|
|
1072
1084
|
set: function (a) {
|
|
1073
|
-
this.
|
|
1085
|
+
this.bx = a;
|
|
1074
1086
|
this.g("CellEditDoneRef");
|
|
1075
1087
|
},
|
|
1076
1088
|
enumerable: false,
|
|
@@ -1078,10 +1090,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1078
1090
|
});
|
|
1079
1091
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
|
|
1080
1092
|
get: function () {
|
|
1081
|
-
return this.
|
|
1093
|
+
return this.dj;
|
|
1082
1094
|
},
|
|
1083
1095
|
set: function (a) {
|
|
1084
|
-
this.
|
|
1096
|
+
this.dj = a;
|
|
1085
1097
|
this.g("RowEditEnterRef");
|
|
1086
1098
|
},
|
|
1087
1099
|
enumerable: false,
|
|
@@ -1089,10 +1101,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1089
1101
|
});
|
|
1090
1102
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
|
|
1091
1103
|
get: function () {
|
|
1092
|
-
return this.
|
|
1104
|
+
return this.dg;
|
|
1093
1105
|
},
|
|
1094
1106
|
set: function (a) {
|
|
1095
|
-
this.
|
|
1107
|
+
this.dg = a;
|
|
1096
1108
|
this.g("RowEditRef");
|
|
1097
1109
|
},
|
|
1098
1110
|
enumerable: false,
|
|
@@ -1100,10 +1112,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1100
1112
|
});
|
|
1101
1113
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
|
|
1102
1114
|
get: function () {
|
|
1103
|
-
return this.
|
|
1115
|
+
return this.di;
|
|
1104
1116
|
},
|
|
1105
1117
|
set: function (a) {
|
|
1106
|
-
this.
|
|
1118
|
+
this.di = a;
|
|
1107
1119
|
this.g("RowEditDoneRef");
|
|
1108
1120
|
},
|
|
1109
1121
|
enumerable: false,
|
|
@@ -1111,10 +1123,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1111
1123
|
});
|
|
1112
1124
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
|
|
1113
1125
|
get: function () {
|
|
1114
|
-
return this.
|
|
1126
|
+
return this.dk;
|
|
1115
1127
|
},
|
|
1116
1128
|
set: function (a) {
|
|
1117
|
-
this.
|
|
1129
|
+
this.dk = a;
|
|
1118
1130
|
this.g("RowEditExitRef");
|
|
1119
1131
|
},
|
|
1120
1132
|
enumerable: false,
|
|
@@ -1122,10 +1134,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1122
1134
|
});
|
|
1123
1135
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
|
|
1124
1136
|
get: function () {
|
|
1125
|
-
return this.
|
|
1137
|
+
return this.b1;
|
|
1126
1138
|
},
|
|
1127
1139
|
set: function (a) {
|
|
1128
|
-
this.
|
|
1140
|
+
this.b1 = a;
|
|
1129
1141
|
this.g("ColumnInitRef");
|
|
1130
1142
|
},
|
|
1131
1143
|
enumerable: false,
|
|
@@ -1133,10 +1145,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1133
1145
|
});
|
|
1134
1146
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnsAutogeneratedRef", {
|
|
1135
1147
|
get: function () {
|
|
1136
|
-
return this.
|
|
1148
|
+
return this.b8;
|
|
1137
1149
|
},
|
|
1138
1150
|
set: function (a) {
|
|
1139
|
-
this.
|
|
1151
|
+
this.b8 = a;
|
|
1140
1152
|
this.g("ColumnsAutogeneratedRef");
|
|
1141
1153
|
},
|
|
1142
1154
|
enumerable: false,
|
|
@@ -1144,10 +1156,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1144
1156
|
});
|
|
1145
1157
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
|
|
1146
1158
|
get: function () {
|
|
1147
|
-
return this.
|
|
1159
|
+
return this.d0;
|
|
1148
1160
|
},
|
|
1149
1161
|
set: function (a) {
|
|
1150
|
-
this.
|
|
1162
|
+
this.d0 = a;
|
|
1151
1163
|
this.g("SortingRef");
|
|
1152
1164
|
},
|
|
1153
1165
|
enumerable: false,
|
|
@@ -1155,10 +1167,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1155
1167
|
});
|
|
1156
1168
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
|
|
1157
1169
|
get: function () {
|
|
1158
|
-
return this.
|
|
1170
|
+
return this.d1;
|
|
1159
1171
|
},
|
|
1160
1172
|
set: function (a) {
|
|
1161
|
-
this.
|
|
1173
|
+
this.d1 = a;
|
|
1162
1174
|
this.g("SortingDoneRef");
|
|
1163
1175
|
},
|
|
1164
1176
|
enumerable: false,
|
|
@@ -1166,10 +1178,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1166
1178
|
});
|
|
1167
1179
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
|
|
1168
1180
|
get: function () {
|
|
1169
|
-
return this.
|
|
1181
|
+
return this.co;
|
|
1170
1182
|
},
|
|
1171
1183
|
set: function (a) {
|
|
1172
|
-
this.
|
|
1184
|
+
this.co = a;
|
|
1173
1185
|
this.g("FilteringRef");
|
|
1174
1186
|
},
|
|
1175
1187
|
enumerable: false,
|
|
@@ -1177,10 +1189,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1177
1189
|
});
|
|
1178
1190
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
|
|
1179
1191
|
get: function () {
|
|
1180
|
-
return this.
|
|
1192
|
+
return this.cp;
|
|
1181
1193
|
},
|
|
1182
1194
|
set: function (a) {
|
|
1183
|
-
this.
|
|
1195
|
+
this.cp = a;
|
|
1184
1196
|
this.g("FilteringDoneRef");
|
|
1185
1197
|
},
|
|
1186
1198
|
enumerable: false,
|
|
@@ -1188,10 +1200,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1188
1200
|
});
|
|
1189
1201
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
|
|
1190
1202
|
get: function () {
|
|
1191
|
-
return this.
|
|
1203
|
+
return this.c8;
|
|
1192
1204
|
},
|
|
1193
1205
|
set: function (a) {
|
|
1194
|
-
this.
|
|
1206
|
+
this.c8 = a;
|
|
1195
1207
|
this.g("RowAddedRef");
|
|
1196
1208
|
},
|
|
1197
1209
|
enumerable: false,
|
|
@@ -1199,10 +1211,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1199
1211
|
});
|
|
1200
1212
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
|
|
1201
1213
|
get: function () {
|
|
1202
|
-
return this.
|
|
1214
|
+
return this.dd;
|
|
1203
1215
|
},
|
|
1204
1216
|
set: function (a) {
|
|
1205
|
-
this.
|
|
1217
|
+
this.dd = a;
|
|
1206
1218
|
this.g("RowDeletedRef");
|
|
1207
1219
|
},
|
|
1208
1220
|
enumerable: false,
|
|
@@ -1210,10 +1222,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1210
1222
|
});
|
|
1211
1223
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
|
|
1212
1224
|
get: function () {
|
|
1213
|
-
return this.
|
|
1225
|
+
return this.dc;
|
|
1214
1226
|
},
|
|
1215
1227
|
set: function (a) {
|
|
1216
|
-
this.
|
|
1228
|
+
this.dc = a;
|
|
1217
1229
|
this.g("RowDeleteRef");
|
|
1218
1230
|
},
|
|
1219
1231
|
enumerable: false,
|
|
@@ -1221,10 +1233,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1221
1233
|
});
|
|
1222
1234
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
|
|
1223
1235
|
get: function () {
|
|
1224
|
-
return this.
|
|
1236
|
+
return this.c7;
|
|
1225
1237
|
},
|
|
1226
1238
|
set: function (a) {
|
|
1227
|
-
this.
|
|
1239
|
+
this.c7 = a;
|
|
1228
1240
|
this.g("RowAddRef");
|
|
1229
1241
|
},
|
|
1230
1242
|
enumerable: false,
|
|
@@ -1232,10 +1244,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1232
1244
|
});
|
|
1233
1245
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
|
|
1234
1246
|
get: function () {
|
|
1235
|
-
return this.
|
|
1247
|
+
return this.b7;
|
|
1236
1248
|
},
|
|
1237
1249
|
set: function (a) {
|
|
1238
|
-
this.
|
|
1250
|
+
this.b7 = a;
|
|
1239
1251
|
this.g("ColumnResizedRef");
|
|
1240
1252
|
},
|
|
1241
1253
|
enumerable: false,
|
|
@@ -1243,10 +1255,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1243
1255
|
});
|
|
1244
1256
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
|
|
1245
1257
|
get: function () {
|
|
1246
|
-
return this.
|
|
1258
|
+
return this.ce;
|
|
1247
1259
|
},
|
|
1248
1260
|
set: function (a) {
|
|
1249
|
-
this.
|
|
1261
|
+
this.ce = a;
|
|
1250
1262
|
this.g("ContextMenuRef");
|
|
1251
1263
|
},
|
|
1252
1264
|
enumerable: false,
|
|
@@ -1254,10 +1266,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1254
1266
|
});
|
|
1255
1267
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
|
|
1256
1268
|
get: function () {
|
|
1257
|
-
return this.
|
|
1269
|
+
return this.ch;
|
|
1258
1270
|
},
|
|
1259
1271
|
set: function (a) {
|
|
1260
|
-
this.
|
|
1272
|
+
this.ch = a;
|
|
1261
1273
|
this.g("DoubleClickRef");
|
|
1262
1274
|
},
|
|
1263
1275
|
enumerable: false,
|
|
@@ -1265,10 +1277,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1265
1277
|
});
|
|
1266
1278
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
|
|
1267
1279
|
get: function () {
|
|
1268
|
-
return this.
|
|
1280
|
+
return this.cc;
|
|
1269
1281
|
},
|
|
1270
1282
|
set: function (a) {
|
|
1271
|
-
this.
|
|
1283
|
+
this.cc = a;
|
|
1272
1284
|
this.g("ColumnVisibilityChangingRef");
|
|
1273
1285
|
},
|
|
1274
1286
|
enumerable: false,
|
|
@@ -1276,10 +1288,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1276
1288
|
});
|
|
1277
1289
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
|
|
1278
1290
|
get: function () {
|
|
1279
|
-
return this.
|
|
1291
|
+
return this.cb;
|
|
1280
1292
|
},
|
|
1281
1293
|
set: function (a) {
|
|
1282
|
-
this.
|
|
1294
|
+
this.cb = a;
|
|
1283
1295
|
this.g("ColumnVisibilityChangedRef");
|
|
1284
1296
|
},
|
|
1285
1297
|
enumerable: false,
|
|
@@ -1287,10 +1299,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1287
1299
|
});
|
|
1288
1300
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
|
|
1289
1301
|
get: function () {
|
|
1290
|
-
return this.
|
|
1302
|
+
return this.b4;
|
|
1291
1303
|
},
|
|
1292
1304
|
set: function (a) {
|
|
1293
|
-
this.
|
|
1305
|
+
this.b4 = a;
|
|
1294
1306
|
this.g("ColumnMovingStartRef");
|
|
1295
1307
|
},
|
|
1296
1308
|
enumerable: false,
|
|
@@ -1298,10 +1310,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1298
1310
|
});
|
|
1299
1311
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
|
|
1300
1312
|
get: function () {
|
|
1301
|
-
return this.
|
|
1313
|
+
return this.b2;
|
|
1302
1314
|
},
|
|
1303
1315
|
set: function (a) {
|
|
1304
|
-
this.
|
|
1316
|
+
this.b2 = a;
|
|
1305
1317
|
this.g("ColumnMovingRef");
|
|
1306
1318
|
},
|
|
1307
1319
|
enumerable: false,
|
|
@@ -1309,10 +1321,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1309
1321
|
});
|
|
1310
1322
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
|
|
1311
1323
|
get: function () {
|
|
1312
|
-
return this.
|
|
1324
|
+
return this.b3;
|
|
1313
1325
|
},
|
|
1314
1326
|
set: function (a) {
|
|
1315
|
-
this.
|
|
1327
|
+
this.b3 = a;
|
|
1316
1328
|
this.g("ColumnMovingEndRef");
|
|
1317
1329
|
},
|
|
1318
1330
|
enumerable: false,
|
|
@@ -1320,10 +1332,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1320
1332
|
});
|
|
1321
1333
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
|
|
1322
1334
|
get: function () {
|
|
1323
|
-
return this.
|
|
1335
|
+
return this.cv;
|
|
1324
1336
|
},
|
|
1325
1337
|
set: function (a) {
|
|
1326
|
-
this.
|
|
1338
|
+
this.cv = a;
|
|
1327
1339
|
this.g("GridKeydownRef");
|
|
1328
1340
|
},
|
|
1329
1341
|
enumerable: false,
|
|
@@ -1331,10 +1343,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1331
1343
|
});
|
|
1332
1344
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
|
|
1333
1345
|
get: function () {
|
|
1334
|
-
return this.
|
|
1346
|
+
return this.df;
|
|
1335
1347
|
},
|
|
1336
1348
|
set: function (a) {
|
|
1337
|
-
this.
|
|
1349
|
+
this.df = a;
|
|
1338
1350
|
this.g("RowDragStartRef");
|
|
1339
1351
|
},
|
|
1340
1352
|
enumerable: false,
|
|
@@ -1342,10 +1354,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1342
1354
|
});
|
|
1343
1355
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
|
|
1344
1356
|
get: function () {
|
|
1345
|
-
return this.
|
|
1357
|
+
return this.de;
|
|
1346
1358
|
},
|
|
1347
1359
|
set: function (a) {
|
|
1348
|
-
this.
|
|
1360
|
+
this.de = a;
|
|
1349
1361
|
this.g("RowDragEndRef");
|
|
1350
1362
|
},
|
|
1351
1363
|
enumerable: false,
|
|
@@ -1353,10 +1365,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1353
1365
|
});
|
|
1354
1366
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
|
|
1355
1367
|
get: function () {
|
|
1356
|
-
return this.
|
|
1368
|
+
return this.cu;
|
|
1357
1369
|
},
|
|
1358
1370
|
set: function (a) {
|
|
1359
|
-
this.
|
|
1371
|
+
this.cu = a;
|
|
1360
1372
|
this.g("GridCopyRef");
|
|
1361
1373
|
},
|
|
1362
1374
|
enumerable: false,
|
|
@@ -1364,10 +1376,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1364
1376
|
});
|
|
1365
1377
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
|
|
1366
1378
|
get: function () {
|
|
1367
|
-
return this.
|
|
1379
|
+
return this.du;
|
|
1368
1380
|
},
|
|
1369
1381
|
set: function (a) {
|
|
1370
|
-
this.
|
|
1382
|
+
this.du = a;
|
|
1371
1383
|
this.g("RowToggleRef");
|
|
1372
1384
|
},
|
|
1373
1385
|
enumerable: false,
|
|
@@ -1375,10 +1387,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1375
1387
|
});
|
|
1376
1388
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
|
|
1377
1389
|
get: function () {
|
|
1378
|
-
return this.
|
|
1390
|
+
return this.dp;
|
|
1379
1391
|
},
|
|
1380
1392
|
set: function (a) {
|
|
1381
|
-
this.
|
|
1393
|
+
this.dp = a;
|
|
1382
1394
|
this.g("RowPinningRef");
|
|
1383
1395
|
},
|
|
1384
1396
|
enumerable: false,
|
|
@@ -1386,10 +1398,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1386
1398
|
});
|
|
1387
1399
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
|
|
1388
1400
|
get: function () {
|
|
1389
|
-
return this.
|
|
1401
|
+
return this.dn;
|
|
1390
1402
|
},
|
|
1391
1403
|
set: function (a) {
|
|
1392
|
-
this.
|
|
1404
|
+
this.dn = a;
|
|
1393
1405
|
this.g("RowPinnedRef");
|
|
1394
1406
|
},
|
|
1395
1407
|
enumerable: false,
|
|
@@ -1397,10 +1409,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1397
1409
|
});
|
|
1398
1410
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
|
|
1399
1411
|
get: function () {
|
|
1400
|
-
return this.
|
|
1412
|
+
return this.bs;
|
|
1401
1413
|
},
|
|
1402
1414
|
set: function (a) {
|
|
1403
|
-
this.
|
|
1415
|
+
this.bs = a;
|
|
1404
1416
|
this.g("ActiveNodeChangeRef");
|
|
1405
1417
|
},
|
|
1406
1418
|
enumerable: false,
|
|
@@ -1408,10 +1420,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1408
1420
|
});
|
|
1409
1421
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
|
|
1410
1422
|
get: function () {
|
|
1411
|
-
return this.
|
|
1423
|
+
return this.d2;
|
|
1412
1424
|
},
|
|
1413
1425
|
set: function (a) {
|
|
1414
|
-
this.
|
|
1426
|
+
this.d2 = a;
|
|
1415
1427
|
this.g("SortingExpressionsChangeRef");
|
|
1416
1428
|
},
|
|
1417
1429
|
enumerable: false,
|
|
@@ -1419,10 +1431,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1419
1431
|
});
|
|
1420
1432
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
|
|
1421
1433
|
get: function () {
|
|
1422
|
-
return this.
|
|
1434
|
+
return this.d5;
|
|
1423
1435
|
},
|
|
1424
1436
|
set: function (a) {
|
|
1425
|
-
this.
|
|
1437
|
+
this.d5 = a;
|
|
1426
1438
|
this.g("ToolbarExportingRef");
|
|
1427
1439
|
},
|
|
1428
1440
|
enumerable: false,
|
|
@@ -1430,10 +1442,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1430
1442
|
});
|
|
1431
1443
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
|
|
1432
1444
|
get: function () {
|
|
1433
|
-
return this.
|
|
1445
|
+
return this.c5;
|
|
1434
1446
|
},
|
|
1435
1447
|
set: function (a) {
|
|
1436
|
-
this.
|
|
1448
|
+
this.c5 = a;
|
|
1437
1449
|
this.g("RangeSelectedRef");
|
|
1438
1450
|
},
|
|
1439
1451
|
enumerable: false,
|
|
@@ -1441,10 +1453,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1441
1453
|
});
|
|
1442
1454
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
|
|
1443
1455
|
get: function () {
|
|
1444
|
-
return this.
|
|
1456
|
+
return this.c6;
|
|
1445
1457
|
},
|
|
1446
1458
|
set: function (a) {
|
|
1447
|
-
this.
|
|
1459
|
+
this.c6 = a;
|
|
1448
1460
|
this.g("RenderedRef");
|
|
1449
1461
|
},
|
|
1450
1462
|
enumerable: false,
|
|
@@ -1452,10 +1464,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1452
1464
|
});
|
|
1453
1465
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
|
|
1454
1466
|
get: function () {
|
|
1455
|
-
return this.
|
|
1467
|
+
return this.cg;
|
|
1456
1468
|
},
|
|
1457
1469
|
set: function (a) {
|
|
1458
|
-
this.
|
|
1470
|
+
this.cg = a;
|
|
1459
1471
|
this.g("DataChangingRef");
|
|
1460
1472
|
},
|
|
1461
1473
|
enumerable: false,
|
|
@@ -1463,10 +1475,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1463
1475
|
});
|
|
1464
1476
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
|
|
1465
1477
|
get: function () {
|
|
1466
|
-
return this.
|
|
1478
|
+
return this.cf;
|
|
1467
1479
|
},
|
|
1468
1480
|
set: function (a) {
|
|
1469
|
-
this.
|
|
1481
|
+
this.cf = a;
|
|
1470
1482
|
this.g("DataChangedRef");
|
|
1471
1483
|
},
|
|
1472
1484
|
enumerable: false,
|