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