igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -15,140 +15,125 @@ 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.
|
|
18
|
+
_this.bj = 0;
|
|
19
19
|
_this.aw = false;
|
|
20
20
|
_this.n = null;
|
|
21
|
-
_this.
|
|
21
|
+
_this.a0 = false;
|
|
22
|
+
_this.ck = null;
|
|
23
|
+
_this.br = null;
|
|
22
24
|
_this.cy = null;
|
|
23
|
-
_this.
|
|
24
|
-
_this.de = null;
|
|
25
|
-
_this.br = 0;
|
|
25
|
+
_this.bk = 0;
|
|
26
26
|
_this.aa = null;
|
|
27
27
|
_this.ai = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.ea = null;
|
|
32
|
-
_this.dl = null;
|
|
28
|
+
_this.c7 = null;
|
|
29
|
+
_this.dq = null;
|
|
30
|
+
_this.c1 = null;
|
|
33
31
|
_this.y = null;
|
|
34
|
-
_this.
|
|
32
|
+
_this.cg = null;
|
|
33
|
+
_this.di = null;
|
|
34
|
+
_this.c6 = null;
|
|
35
|
+
_this.de = null;
|
|
36
|
+
_this.dj = null;
|
|
37
|
+
_this.c8 = null;
|
|
35
38
|
_this.cw = null;
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.dt = null;
|
|
42
|
-
_this.dc = null;
|
|
43
|
-
_this.db = null;
|
|
44
|
-
_this.c0 = null;
|
|
45
|
-
_this.c1 = null;
|
|
46
|
-
_this.ee = null;
|
|
47
|
-
_this.ef = null;
|
|
48
|
-
_this.eg = null;
|
|
49
|
-
_this.eh = null;
|
|
39
|
+
_this.cv = null;
|
|
40
|
+
_this.cl = null;
|
|
41
|
+
_this.du = null;
|
|
42
|
+
_this.dv = null;
|
|
43
|
+
_this.dw = null;
|
|
50
44
|
_this.r = null;
|
|
51
45
|
_this.p = null;
|
|
52
46
|
_this.ak = null;
|
|
53
|
-
_this.
|
|
47
|
+
_this.cp = null;
|
|
54
48
|
_this.ad = null;
|
|
55
49
|
_this.ac = null;
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
50
|
+
_this.cz = null;
|
|
51
|
+
_this.c0 = null;
|
|
52
|
+
_this.ay = false;
|
|
53
|
+
_this.a1 = false;
|
|
54
|
+
_this.d4 = null;
|
|
55
|
+
_this.a2 = false;
|
|
56
|
+
_this.bi = 0;
|
|
57
|
+
_this.cb = null;
|
|
58
|
+
_this.cj = null;
|
|
61
59
|
_this.az = false;
|
|
62
60
|
_this.a4 = false;
|
|
63
|
-
_this.
|
|
64
|
-
_this.by = null;
|
|
65
|
-
_this.a5 = false;
|
|
66
|
-
_this.bz = null;
|
|
67
|
-
_this.cn = null;
|
|
68
|
-
_this.cx = null;
|
|
69
|
-
_this.a0 = false;
|
|
70
|
-
_this.a7 = false;
|
|
71
|
-
_this.cu = null;
|
|
61
|
+
_this.ci = null;
|
|
72
62
|
_this.aq = null;
|
|
73
63
|
_this.av = false;
|
|
74
64
|
_this.au = false;
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
65
|
+
_this.cq = null;
|
|
66
|
+
_this.d1 = null;
|
|
67
|
+
_this.d0 = null;
|
|
68
|
+
_this.a5 = false;
|
|
79
69
|
_this.ag = null;
|
|
80
70
|
_this.am = null;
|
|
81
71
|
_this.as = null;
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
84
|
-
_this.
|
|
85
|
-
_this.
|
|
72
|
+
_this.dt = null;
|
|
73
|
+
_this.cx = null;
|
|
74
|
+
_this.dp = null;
|
|
75
|
+
_this.ch = null;
|
|
86
76
|
_this.q = null;
|
|
87
77
|
_this.ax = false;
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.
|
|
91
|
-
_this.a1 = false;
|
|
78
|
+
_this.by = null;
|
|
79
|
+
_this.dm = null;
|
|
80
|
+
_this.b7 = null;
|
|
92
81
|
_this.ao = null;
|
|
93
82
|
_this.o = null;
|
|
94
|
-
_this.
|
|
95
|
-
_this.
|
|
96
|
-
_this.a6 = false;
|
|
83
|
+
_this.bl = 0;
|
|
84
|
+
_this.a3 = false;
|
|
97
85
|
_this.m = null;
|
|
98
|
-
_this.
|
|
86
|
+
_this.co = null;
|
|
87
|
+
_this.bs = null;
|
|
88
|
+
_this.cu = null;
|
|
89
|
+
_this.bt = null;
|
|
90
|
+
_this.cr = null;
|
|
91
|
+
_this.d3 = null;
|
|
92
|
+
_this.ds = null;
|
|
93
|
+
_this.dn = null;
|
|
94
|
+
_this.b8 = null;
|
|
95
|
+
_this.b3 = null;
|
|
99
96
|
_this.b4 = null;
|
|
100
|
-
_this.
|
|
97
|
+
_this.bw = null;
|
|
98
|
+
_this.bx = null;
|
|
99
|
+
_this.bu = null;
|
|
100
|
+
_this.bv = null;
|
|
101
|
+
_this.dg = null;
|
|
102
|
+
_this.dd = null;
|
|
103
|
+
_this.df = null;
|
|
101
104
|
_this.dh = null;
|
|
102
|
-
_this.
|
|
105
|
+
_this.bz = null;
|
|
106
|
+
_this.b6 = null;
|
|
107
|
+
_this.dx = null;
|
|
108
|
+
_this.dy = null;
|
|
109
|
+
_this.cm = null;
|
|
110
|
+
_this.cn = null;
|
|
111
|
+
_this.c5 = null;
|
|
112
|
+
_this.da = null;
|
|
113
|
+
_this.c9 = null;
|
|
114
|
+
_this.c4 = null;
|
|
103
115
|
_this.b5 = null;
|
|
104
|
-
_this.
|
|
105
|
-
_this.eo = null;
|
|
106
|
-
_this.ec = null;
|
|
107
|
-
_this.d8 = null;
|
|
108
|
-
_this.ck = null;
|
|
116
|
+
_this.cc = null;
|
|
109
117
|
_this.cf = null;
|
|
110
|
-
_this.
|
|
111
|
-
_this.b8 = null;
|
|
118
|
+
_this.ca = null;
|
|
112
119
|
_this.b9 = null;
|
|
113
|
-
_this.
|
|
114
|
-
_this.
|
|
115
|
-
_this.
|
|
116
|
-
_this.
|
|
117
|
-
_this.
|
|
120
|
+
_this.b2 = null;
|
|
121
|
+
_this.b0 = null;
|
|
122
|
+
_this.b1 = null;
|
|
123
|
+
_this.ct = null;
|
|
124
|
+
_this.dc = null;
|
|
125
|
+
_this.db = null;
|
|
126
|
+
_this.cs = null;
|
|
127
|
+
_this.dr = null;
|
|
128
|
+
_this.dl = null;
|
|
129
|
+
_this.dk = null;
|
|
130
|
+
_this.bq = null;
|
|
131
|
+
_this.dz = null;
|
|
118
132
|
_this.d2 = null;
|
|
119
|
-
_this.cb = null;
|
|
120
|
-
_this.ci = null;
|
|
121
|
-
_this.ei = null;
|
|
122
|
-
_this.ej = null;
|
|
123
133
|
_this.c2 = null;
|
|
124
134
|
_this.c3 = null;
|
|
125
|
-
_this.di = null;
|
|
126
|
-
_this.dq = null;
|
|
127
|
-
_this.dv = null;
|
|
128
|
-
_this.du = null;
|
|
129
|
-
_this.dp = null;
|
|
130
|
-
_this.ch = null;
|
|
131
|
-
_this.co = null;
|
|
132
|
-
_this.cr = null;
|
|
133
|
-
_this.cm = null;
|
|
134
|
-
_this.cl = null;
|
|
135
135
|
_this.ce = null;
|
|
136
|
-
_this.cc = null;
|
|
137
136
|
_this.cd = null;
|
|
138
|
-
_this.c9 = null;
|
|
139
|
-
_this.dx = null;
|
|
140
|
-
_this.dw = null;
|
|
141
|
-
_this.c8 = null;
|
|
142
|
-
_this.eb = null;
|
|
143
|
-
_this.d6 = null;
|
|
144
|
-
_this.d5 = null;
|
|
145
|
-
_this.b2 = null;
|
|
146
|
-
_this.ek = null;
|
|
147
|
-
_this.en = null;
|
|
148
|
-
_this.dm = null;
|
|
149
|
-
_this.dn = null;
|
|
150
|
-
_this.cq = null;
|
|
151
|
-
_this.cp = null;
|
|
152
137
|
return _this;
|
|
153
138
|
}
|
|
154
139
|
WebGridBaseDirectiveDescription.prototype.get_type = function () {
|
|
@@ -156,10 +141,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
156
141
|
};
|
|
157
142
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "snackbarDisplayTime", {
|
|
158
143
|
get: function () {
|
|
159
|
-
return this.
|
|
144
|
+
return this.bj;
|
|
160
145
|
},
|
|
161
146
|
set: function (a) {
|
|
162
|
-
this.
|
|
147
|
+
this.bj = a;
|
|
163
148
|
this.g("SnackbarDisplayTime");
|
|
164
149
|
},
|
|
165
150
|
enumerable: false,
|
|
@@ -189,10 +174,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
189
174
|
});
|
|
190
175
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "moving", {
|
|
191
176
|
get: function () {
|
|
192
|
-
return this.
|
|
177
|
+
return this.a0;
|
|
193
178
|
},
|
|
194
179
|
set: function (a) {
|
|
195
|
-
this.
|
|
180
|
+
this.a0 = a;
|
|
196
181
|
this.g("Moving");
|
|
197
182
|
},
|
|
198
183
|
enumerable: false,
|
|
@@ -200,10 +185,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
200
185
|
});
|
|
201
186
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
|
|
202
187
|
get: function () {
|
|
203
|
-
return this.
|
|
188
|
+
return this.ck;
|
|
204
189
|
},
|
|
205
190
|
set: function (a) {
|
|
206
|
-
this.
|
|
191
|
+
this.ck = a;
|
|
207
192
|
this.g("EmptyGridTemplateRef");
|
|
208
193
|
},
|
|
209
194
|
enumerable: false,
|
|
@@ -211,10 +196,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
211
196
|
});
|
|
212
197
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
|
|
213
198
|
get: function () {
|
|
214
|
-
return this.
|
|
199
|
+
return this.br;
|
|
215
200
|
},
|
|
216
201
|
set: function (a) {
|
|
217
|
-
this.
|
|
202
|
+
this.br = a;
|
|
218
203
|
this.g("AddRowEmptyTemplateRef");
|
|
219
204
|
},
|
|
220
205
|
enumerable: false,
|
|
@@ -222,10 +207,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
222
207
|
});
|
|
223
208
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
|
|
224
209
|
get: function () {
|
|
225
|
-
return this.
|
|
210
|
+
return this.cy;
|
|
226
211
|
},
|
|
227
212
|
set: function (a) {
|
|
228
|
-
this.
|
|
213
|
+
this.cy = a;
|
|
229
214
|
this.g("LoadingGridTemplateRef");
|
|
230
215
|
},
|
|
231
216
|
enumerable: false,
|
|
@@ -233,10 +218,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
233
218
|
});
|
|
234
219
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryRowHeight", {
|
|
235
220
|
get: function () {
|
|
236
|
-
return this.
|
|
221
|
+
return this.bk;
|
|
237
222
|
},
|
|
238
223
|
set: function (a) {
|
|
239
|
-
this.
|
|
224
|
+
this.bk = a;
|
|
240
225
|
this.g("SummaryRowHeight");
|
|
241
226
|
},
|
|
242
227
|
enumerable: false,
|
|
@@ -264,34 +249,12 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
264
249
|
enumerable: false,
|
|
265
250
|
configurable: true
|
|
266
251
|
});
|
|
267
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "evenRowCSS", {
|
|
268
|
-
get: function () {
|
|
269
|
-
return this.cz;
|
|
270
|
-
},
|
|
271
|
-
set: function (a) {
|
|
272
|
-
this.cz = a;
|
|
273
|
-
this.g("EvenRowCSS");
|
|
274
|
-
},
|
|
275
|
-
enumerable: false,
|
|
276
|
-
configurable: true
|
|
277
|
-
});
|
|
278
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "oddRowCSS", {
|
|
279
|
-
get: function () {
|
|
280
|
-
return this.dg;
|
|
281
|
-
},
|
|
282
|
-
set: function (a) {
|
|
283
|
-
this.dg = a;
|
|
284
|
-
this.g("OddRowCSS");
|
|
285
|
-
},
|
|
286
|
-
enumerable: false,
|
|
287
|
-
configurable: true
|
|
288
|
-
});
|
|
289
252
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
|
|
290
253
|
get: function () {
|
|
291
|
-
return this.
|
|
254
|
+
return this.c7;
|
|
292
255
|
},
|
|
293
256
|
set: function (a) {
|
|
294
|
-
this.
|
|
257
|
+
this.c7 = a;
|
|
295
258
|
this.g("RowClassesRef");
|
|
296
259
|
},
|
|
297
260
|
enumerable: false,
|
|
@@ -299,10 +262,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
299
262
|
});
|
|
300
263
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
|
|
301
264
|
get: function () {
|
|
302
|
-
return this.
|
|
265
|
+
return this.dq;
|
|
303
266
|
},
|
|
304
267
|
set: function (a) {
|
|
305
|
-
this.
|
|
268
|
+
this.dq = a;
|
|
306
269
|
this.g("RowStylesRef");
|
|
307
270
|
},
|
|
308
271
|
enumerable: false,
|
|
@@ -310,10 +273,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
310
273
|
});
|
|
311
274
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
|
|
312
275
|
get: function () {
|
|
313
|
-
return this.
|
|
276
|
+
return this.c1;
|
|
314
277
|
},
|
|
315
278
|
set: function (a) {
|
|
316
|
-
this.
|
|
279
|
+
this.c1 = a;
|
|
317
280
|
this.g("PrimaryKey");
|
|
318
281
|
},
|
|
319
282
|
enumerable: false,
|
|
@@ -330,34 +293,12 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
330
293
|
enumerable: false,
|
|
331
294
|
configurable: true
|
|
332
295
|
});
|
|
333
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridTemplateRef", {
|
|
334
|
-
get: function () {
|
|
335
|
-
return this.cv;
|
|
336
|
-
},
|
|
337
|
-
set: function (a) {
|
|
338
|
-
this.cv = a;
|
|
339
|
-
this.g("EmptyFilteredGridTemplateRef");
|
|
340
|
-
},
|
|
341
|
-
enumerable: false,
|
|
342
|
-
configurable: true
|
|
343
|
-
});
|
|
344
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridDefaultTemplateRef", {
|
|
345
|
-
get: function () {
|
|
346
|
-
return this.cw;
|
|
347
|
-
},
|
|
348
|
-
set: function (a) {
|
|
349
|
-
this.cw = a;
|
|
350
|
-
this.g("EmptyGridDefaultTemplateRef");
|
|
351
|
-
},
|
|
352
|
-
enumerable: false,
|
|
353
|
-
configurable: true
|
|
354
|
-
});
|
|
355
296
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
|
|
356
297
|
get: function () {
|
|
357
|
-
return this.
|
|
298
|
+
return this.cg;
|
|
358
299
|
},
|
|
359
300
|
set: function (a) {
|
|
360
|
-
this.
|
|
301
|
+
this.cg = a;
|
|
361
302
|
this.g("DragGhostCustomTemplateRef");
|
|
362
303
|
},
|
|
363
304
|
enumerable: false,
|
|
@@ -365,10 +306,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
365
306
|
});
|
|
366
307
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
|
|
367
308
|
get: function () {
|
|
368
|
-
return this.
|
|
309
|
+
return this.di;
|
|
369
310
|
},
|
|
370
311
|
set: function (a) {
|
|
371
|
-
this.
|
|
312
|
+
this.di = a;
|
|
372
313
|
this.g("RowEditTextTemplateRef");
|
|
373
314
|
},
|
|
374
315
|
enumerable: false,
|
|
@@ -376,10 +317,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
376
317
|
});
|
|
377
318
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
|
|
378
319
|
get: function () {
|
|
379
|
-
return this.
|
|
320
|
+
return this.c6;
|
|
380
321
|
},
|
|
381
322
|
set: function (a) {
|
|
382
|
-
this.
|
|
323
|
+
this.c6 = a;
|
|
383
324
|
this.g("RowAddTextTemplateRef");
|
|
384
325
|
},
|
|
385
326
|
enumerable: false,
|
|
@@ -387,10 +328,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
387
328
|
});
|
|
388
329
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
|
|
389
330
|
get: function () {
|
|
390
|
-
return this.
|
|
331
|
+
return this.de;
|
|
391
332
|
},
|
|
392
333
|
set: function (a) {
|
|
393
|
-
this.
|
|
334
|
+
this.de = a;
|
|
394
335
|
this.g("RowEditActionsTemplateRef");
|
|
395
336
|
},
|
|
396
337
|
enumerable: false,
|
|
@@ -398,10 +339,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
398
339
|
});
|
|
399
340
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
|
|
400
341
|
get: function () {
|
|
401
|
-
return this.
|
|
342
|
+
return this.dj;
|
|
402
343
|
},
|
|
403
344
|
set: function (a) {
|
|
404
|
-
this.
|
|
345
|
+
this.dj = a;
|
|
405
346
|
this.g("RowExpandedIndicatorTemplateRef");
|
|
406
347
|
},
|
|
407
348
|
enumerable: false,
|
|
@@ -409,54 +350,43 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
409
350
|
});
|
|
410
351
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
|
|
411
352
|
get: function () {
|
|
412
|
-
return this.
|
|
353
|
+
return this.c8;
|
|
413
354
|
},
|
|
414
355
|
set: function (a) {
|
|
415
|
-
this.
|
|
356
|
+
this.c8 = a;
|
|
416
357
|
this.g("RowCollapsedIndicatorTemplateRef");
|
|
417
358
|
},
|
|
418
359
|
enumerable: false,
|
|
419
360
|
configurable: true
|
|
420
361
|
});
|
|
421
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "
|
|
422
|
-
get: function () {
|
|
423
|
-
return this.dc;
|
|
424
|
-
},
|
|
425
|
-
set: function (a) {
|
|
426
|
-
this.dc = a;
|
|
427
|
-
this.g("HeaderExpandIndicatorTemplateRef");
|
|
428
|
-
},
|
|
429
|
-
enumerable: false,
|
|
430
|
-
configurable: true
|
|
431
|
-
});
|
|
432
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapseIndicatorTemplateRef", {
|
|
362
|
+
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandedIndicatorTemplateRef", {
|
|
433
363
|
get: function () {
|
|
434
|
-
return this.
|
|
364
|
+
return this.cw;
|
|
435
365
|
},
|
|
436
366
|
set: function (a) {
|
|
437
|
-
this.
|
|
438
|
-
this.g("
|
|
367
|
+
this.cw = a;
|
|
368
|
+
this.g("HeaderExpandedIndicatorTemplateRef");
|
|
439
369
|
},
|
|
440
370
|
enumerable: false,
|
|
441
371
|
configurable: true
|
|
442
372
|
});
|
|
443
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "
|
|
373
|
+
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
|
|
444
374
|
get: function () {
|
|
445
|
-
return this.
|
|
375
|
+
return this.cv;
|
|
446
376
|
},
|
|
447
377
|
set: function (a) {
|
|
448
|
-
this.
|
|
449
|
-
this.g("
|
|
378
|
+
this.cv = a;
|
|
379
|
+
this.g("HeaderCollapsedIndicatorTemplateRef");
|
|
450
380
|
},
|
|
451
381
|
enumerable: false,
|
|
452
382
|
configurable: true
|
|
453
383
|
});
|
|
454
384
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
|
|
455
385
|
get: function () {
|
|
456
|
-
return this.
|
|
386
|
+
return this.cl;
|
|
457
387
|
},
|
|
458
388
|
set: function (a) {
|
|
459
|
-
this.
|
|
389
|
+
this.cl = a;
|
|
460
390
|
this.g("ExcelStyleHeaderIconTemplateRef");
|
|
461
391
|
},
|
|
462
392
|
enumerable: false,
|
|
@@ -464,32 +394,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
464
394
|
});
|
|
465
395
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
|
|
466
396
|
get: function () {
|
|
467
|
-
return this.
|
|
397
|
+
return this.du;
|
|
468
398
|
},
|
|
469
399
|
set: function (a) {
|
|
470
|
-
this.
|
|
400
|
+
this.du = a;
|
|
471
401
|
this.g("SortAscendingHeaderIconTemplateRef");
|
|
472
402
|
},
|
|
473
403
|
enumerable: false,
|
|
474
404
|
configurable: true
|
|
475
405
|
});
|
|
476
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconDirectiveTemplateRef", {
|
|
477
|
-
get: function () {
|
|
478
|
-
return this.ef;
|
|
479
|
-
},
|
|
480
|
-
set: function (a) {
|
|
481
|
-
this.ef = a;
|
|
482
|
-
this.g("SortDescendingHeaderIconDirectiveTemplateRef");
|
|
483
|
-
},
|
|
484
|
-
enumerable: false,
|
|
485
|
-
configurable: true
|
|
486
|
-
});
|
|
487
406
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
|
|
488
407
|
get: function () {
|
|
489
|
-
return this.
|
|
408
|
+
return this.dv;
|
|
490
409
|
},
|
|
491
410
|
set: function (a) {
|
|
492
|
-
this.
|
|
411
|
+
this.dv = a;
|
|
493
412
|
this.g("SortDescendingHeaderIconTemplateRef");
|
|
494
413
|
},
|
|
495
414
|
enumerable: false,
|
|
@@ -497,10 +416,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
497
416
|
});
|
|
498
417
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
|
|
499
418
|
get: function () {
|
|
500
|
-
return this.
|
|
419
|
+
return this.dw;
|
|
501
420
|
},
|
|
502
421
|
set: function (a) {
|
|
503
|
-
this.
|
|
422
|
+
this.dw = a;
|
|
504
423
|
this.g("SortHeaderIconTemplateRef");
|
|
505
424
|
},
|
|
506
425
|
enumerable: false,
|
|
@@ -541,10 +460,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
541
460
|
});
|
|
542
461
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
|
|
543
462
|
get: function () {
|
|
544
|
-
return this.
|
|
463
|
+
return this.cp;
|
|
545
464
|
},
|
|
546
465
|
set: function (a) {
|
|
547
|
-
this.
|
|
466
|
+
this.cp = a;
|
|
548
467
|
this.g("FilteringLogic");
|
|
549
468
|
},
|
|
550
469
|
enumerable: false,
|
|
@@ -574,10 +493,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
574
493
|
});
|
|
575
494
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
|
|
576
495
|
get: function () {
|
|
577
|
-
return this.
|
|
496
|
+
return this.cz;
|
|
578
497
|
},
|
|
579
498
|
set: function (a) {
|
|
580
|
-
this.
|
|
499
|
+
this.cz = a;
|
|
581
500
|
this.g("Locale");
|
|
582
501
|
},
|
|
583
502
|
enumerable: false,
|
|
@@ -585,54 +504,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
585
504
|
});
|
|
586
505
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
|
|
587
506
|
get: function () {
|
|
588
|
-
return this.
|
|
507
|
+
return this.c0;
|
|
589
508
|
},
|
|
590
509
|
set: function (a) {
|
|
591
|
-
this.
|
|
510
|
+
this.c0 = a;
|
|
592
511
|
this.g("PagingMode");
|
|
593
512
|
},
|
|
594
513
|
enumerable: false,
|
|
595
514
|
configurable: true
|
|
596
515
|
});
|
|
597
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "paging", {
|
|
598
|
-
get: function () {
|
|
599
|
-
return this.a3;
|
|
600
|
-
},
|
|
601
|
-
set: function (a) {
|
|
602
|
-
this.a3 = a;
|
|
603
|
-
this.g("Paging");
|
|
604
|
-
},
|
|
605
|
-
enumerable: false,
|
|
606
|
-
configurable: true
|
|
607
|
-
});
|
|
608
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "page", {
|
|
609
|
-
get: function () {
|
|
610
|
-
return this.bo;
|
|
611
|
-
},
|
|
612
|
-
set: function (a) {
|
|
613
|
-
this.bo = a;
|
|
614
|
-
this.g("Page");
|
|
615
|
-
},
|
|
616
|
-
enumerable: false,
|
|
617
|
-
configurable: true
|
|
618
|
-
});
|
|
619
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "perPage", {
|
|
620
|
-
get: function () {
|
|
621
|
-
return this.bp;
|
|
622
|
-
},
|
|
623
|
-
set: function (a) {
|
|
624
|
-
this.bp = a;
|
|
625
|
-
this.g("PerPage");
|
|
626
|
-
},
|
|
627
|
-
enumerable: false,
|
|
628
|
-
configurable: true
|
|
629
|
-
});
|
|
630
516
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hideRowSelectors", {
|
|
631
517
|
get: function () {
|
|
632
|
-
return this.
|
|
518
|
+
return this.ay;
|
|
633
519
|
},
|
|
634
520
|
set: function (a) {
|
|
635
|
-
this.
|
|
521
|
+
this.ay = a;
|
|
636
522
|
this.g("HideRowSelectors");
|
|
637
523
|
},
|
|
638
524
|
enumerable: false,
|
|
@@ -640,10 +526,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
640
526
|
});
|
|
641
527
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDraggable", {
|
|
642
528
|
get: function () {
|
|
643
|
-
return this.
|
|
529
|
+
return this.a1;
|
|
644
530
|
},
|
|
645
531
|
set: function (a) {
|
|
646
|
-
this.
|
|
532
|
+
this.a1 = a;
|
|
647
533
|
this.g("RowDraggable");
|
|
648
534
|
},
|
|
649
535
|
enumerable: false,
|
|
@@ -651,32 +537,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
651
537
|
});
|
|
652
538
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
|
|
653
539
|
get: function () {
|
|
654
|
-
return this.
|
|
540
|
+
return this.d4;
|
|
655
541
|
},
|
|
656
542
|
set: function (a) {
|
|
657
|
-
this.
|
|
543
|
+
this.d4 = a;
|
|
658
544
|
this.g("ValidationTrigger");
|
|
659
545
|
},
|
|
660
546
|
enumerable: false,
|
|
661
547
|
configurable: true
|
|
662
548
|
});
|
|
663
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragRowID", {
|
|
664
|
-
get: function () {
|
|
665
|
-
return this.by;
|
|
666
|
-
},
|
|
667
|
-
set: function (a) {
|
|
668
|
-
this.by = a;
|
|
669
|
-
this.g("DragRowID");
|
|
670
|
-
},
|
|
671
|
-
enumerable: false,
|
|
672
|
-
configurable: true
|
|
673
|
-
});
|
|
674
549
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditable", {
|
|
675
550
|
get: function () {
|
|
676
|
-
return this.
|
|
551
|
+
return this.a2;
|
|
677
552
|
},
|
|
678
553
|
set: function (a) {
|
|
679
|
-
this.
|
|
554
|
+
this.a2 = a;
|
|
680
555
|
this.g("RowEditable");
|
|
681
556
|
},
|
|
682
557
|
enumerable: false,
|
|
@@ -684,10 +559,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
684
559
|
});
|
|
685
560
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowHeight", {
|
|
686
561
|
get: function () {
|
|
687
|
-
return this.
|
|
562
|
+
return this.bi;
|
|
688
563
|
},
|
|
689
564
|
set: function (a) {
|
|
690
|
-
this.
|
|
565
|
+
this.bi = a;
|
|
691
566
|
this.g("RowHeight");
|
|
692
567
|
},
|
|
693
568
|
enumerable: false,
|
|
@@ -695,10 +570,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
695
570
|
});
|
|
696
571
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
|
|
697
572
|
get: function () {
|
|
698
|
-
return this.
|
|
573
|
+
return this.cb;
|
|
699
574
|
},
|
|
700
575
|
set: function (a) {
|
|
701
|
-
this.
|
|
576
|
+
this.cb = a;
|
|
702
577
|
this.g("ColumnWidth");
|
|
703
578
|
},
|
|
704
579
|
enumerable: false,
|
|
@@ -706,10 +581,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
706
581
|
});
|
|
707
582
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
|
|
708
583
|
get: function () {
|
|
709
|
-
return this.
|
|
584
|
+
return this.cj;
|
|
710
585
|
},
|
|
711
586
|
set: function (a) {
|
|
712
|
-
this.
|
|
587
|
+
this.cj = a;
|
|
713
588
|
this.g("EmptyGridMessage");
|
|
714
589
|
},
|
|
715
590
|
enumerable: false,
|
|
@@ -717,10 +592,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
717
592
|
});
|
|
718
593
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isLoading", {
|
|
719
594
|
get: function () {
|
|
720
|
-
return this.
|
|
595
|
+
return this.az;
|
|
721
596
|
},
|
|
722
597
|
set: function (a) {
|
|
723
|
-
this.
|
|
598
|
+
this.az = a;
|
|
724
599
|
this.g("IsLoading");
|
|
725
600
|
},
|
|
726
601
|
enumerable: false,
|
|
@@ -728,10 +603,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
728
603
|
});
|
|
729
604
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "shouldGenerate", {
|
|
730
605
|
get: function () {
|
|
731
|
-
return this.
|
|
606
|
+
return this.a4;
|
|
732
607
|
},
|
|
733
608
|
set: function (a) {
|
|
734
|
-
this.
|
|
609
|
+
this.a4 = a;
|
|
735
610
|
this.g("ShouldGenerate");
|
|
736
611
|
},
|
|
737
612
|
enumerable: false,
|
|
@@ -739,10 +614,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
739
614
|
});
|
|
740
615
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
|
|
741
616
|
get: function () {
|
|
742
|
-
return this.
|
|
617
|
+
return this.ci;
|
|
743
618
|
},
|
|
744
619
|
set: function (a) {
|
|
745
|
-
this.
|
|
620
|
+
this.ci = a;
|
|
746
621
|
this.g("EmptyFilteredGridMessage");
|
|
747
622
|
},
|
|
748
623
|
enumerable: false,
|
|
@@ -783,10 +658,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
783
658
|
});
|
|
784
659
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
|
|
785
660
|
get: function () {
|
|
786
|
-
return this.
|
|
661
|
+
return this.cq;
|
|
787
662
|
},
|
|
788
663
|
set: function (a) {
|
|
789
|
-
this.
|
|
664
|
+
this.cq = a;
|
|
790
665
|
this.g("FilterMode");
|
|
791
666
|
},
|
|
792
667
|
enumerable: false,
|
|
@@ -794,10 +669,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
794
669
|
});
|
|
795
670
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
|
|
796
671
|
get: function () {
|
|
797
|
-
return this.
|
|
672
|
+
return this.d1;
|
|
798
673
|
},
|
|
799
674
|
set: function (a) {
|
|
800
|
-
this.
|
|
675
|
+
this.d1 = a;
|
|
801
676
|
this.g("SummaryPosition");
|
|
802
677
|
},
|
|
803
678
|
enumerable: false,
|
|
@@ -805,10 +680,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
805
680
|
});
|
|
806
681
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
|
|
807
682
|
get: function () {
|
|
808
|
-
return this.
|
|
683
|
+
return this.d0;
|
|
809
684
|
},
|
|
810
685
|
set: function (a) {
|
|
811
|
-
this.
|
|
686
|
+
this.d0 = a;
|
|
812
687
|
this.g("SummaryCalculationMode");
|
|
813
688
|
},
|
|
814
689
|
enumerable: false,
|
|
@@ -816,10 +691,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
816
691
|
});
|
|
817
692
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "showSummaryOnCollapse", {
|
|
818
693
|
get: function () {
|
|
819
|
-
return this.
|
|
694
|
+
return this.a5;
|
|
820
695
|
},
|
|
821
696
|
set: function (a) {
|
|
822
|
-
this.
|
|
697
|
+
this.a5 = a;
|
|
823
698
|
this.g("ShowSummaryOnCollapse");
|
|
824
699
|
},
|
|
825
700
|
enumerable: false,
|
|
@@ -860,10 +735,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
860
735
|
});
|
|
861
736
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsRef", {
|
|
862
737
|
get: function () {
|
|
863
|
-
return this.
|
|
738
|
+
return this.dt;
|
|
864
739
|
},
|
|
865
740
|
set: function (a) {
|
|
866
|
-
this.
|
|
741
|
+
this.dt = a;
|
|
867
742
|
this.g("SelectedRowsRef");
|
|
868
743
|
},
|
|
869
744
|
enumerable: false,
|
|
@@ -871,10 +746,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
871
746
|
});
|
|
872
747
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
|
|
873
748
|
get: function () {
|
|
874
|
-
return this.
|
|
749
|
+
return this.cx;
|
|
875
750
|
},
|
|
876
751
|
set: function (a) {
|
|
877
|
-
this.
|
|
752
|
+
this.cx = a;
|
|
878
753
|
this.g("HeadSelectorTemplateRef");
|
|
879
754
|
},
|
|
880
755
|
enumerable: false,
|
|
@@ -882,10 +757,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
882
757
|
});
|
|
883
758
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
|
|
884
759
|
get: function () {
|
|
885
|
-
return this.
|
|
760
|
+
return this.dp;
|
|
886
761
|
},
|
|
887
762
|
set: function (a) {
|
|
888
|
-
this.
|
|
763
|
+
this.dp = a;
|
|
889
764
|
this.g("RowSelectorTemplateRef");
|
|
890
765
|
},
|
|
891
766
|
enumerable: false,
|
|
@@ -893,10 +768,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
893
768
|
});
|
|
894
769
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
|
|
895
770
|
get: function () {
|
|
896
|
-
return this.
|
|
771
|
+
return this.ch;
|
|
897
772
|
},
|
|
898
773
|
set: function (a) {
|
|
899
|
-
this.
|
|
774
|
+
this.ch = a;
|
|
900
775
|
this.g("DragIndicatorIconTemplateRef");
|
|
901
776
|
},
|
|
902
777
|
enumerable: false,
|
|
@@ -926,10 +801,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
926
801
|
});
|
|
927
802
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
|
|
928
803
|
get: function () {
|
|
929
|
-
return this.
|
|
804
|
+
return this.by;
|
|
930
805
|
},
|
|
931
806
|
set: function (a) {
|
|
932
|
-
this.
|
|
807
|
+
this.by = a;
|
|
933
808
|
this.g("CellSelection");
|
|
934
809
|
},
|
|
935
810
|
enumerable: false,
|
|
@@ -937,10 +812,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
812
|
});
|
|
938
813
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
|
|
939
814
|
get: function () {
|
|
940
|
-
return this.
|
|
815
|
+
return this.dm;
|
|
941
816
|
},
|
|
942
817
|
set: function (a) {
|
|
943
|
-
this.
|
|
818
|
+
this.dm = a;
|
|
944
819
|
this.g("RowSelection");
|
|
945
820
|
},
|
|
946
821
|
enumerable: false,
|
|
@@ -948,26 +823,15 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
948
823
|
});
|
|
949
824
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
|
|
950
825
|
get: function () {
|
|
951
|
-
return this.
|
|
826
|
+
return this.b7;
|
|
952
827
|
},
|
|
953
828
|
set: function (a) {
|
|
954
|
-
this.
|
|
829
|
+
this.b7 = a;
|
|
955
830
|
this.g("ColumnSelection");
|
|
956
831
|
},
|
|
957
832
|
enumerable: false,
|
|
958
833
|
configurable: true
|
|
959
834
|
});
|
|
960
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isPivot", {
|
|
961
|
-
get: function () {
|
|
962
|
-
return this.a1;
|
|
963
|
-
},
|
|
964
|
-
set: function (a) {
|
|
965
|
-
this.a1 = a;
|
|
966
|
-
this.g("IsPivot");
|
|
967
|
-
},
|
|
968
|
-
enumerable: false,
|
|
969
|
-
configurable: true
|
|
970
|
-
});
|
|
971
835
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
|
|
972
836
|
get: function () {
|
|
973
837
|
return this.ao;
|
|
@@ -992,32 +856,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
992
856
|
});
|
|
993
857
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "totalRecords", {
|
|
994
858
|
get: function () {
|
|
995
|
-
return this.
|
|
859
|
+
return this.bl;
|
|
996
860
|
},
|
|
997
861
|
set: function (a) {
|
|
998
|
-
this.
|
|
862
|
+
this.bl = a;
|
|
999
863
|
this.g("TotalRecords");
|
|
1000
864
|
},
|
|
1001
865
|
enumerable: false,
|
|
1002
866
|
configurable: true
|
|
1003
867
|
});
|
|
1004
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hasVisibleColumns", {
|
|
1005
|
-
get: function () {
|
|
1006
|
-
return this.ay;
|
|
1007
|
-
},
|
|
1008
|
-
set: function (a) {
|
|
1009
|
-
this.ay = a;
|
|
1010
|
-
this.g("HasVisibleColumns");
|
|
1011
|
-
},
|
|
1012
|
-
enumerable: false,
|
|
1013
|
-
configurable: true
|
|
1014
|
-
});
|
|
1015
868
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectRowOnClick", {
|
|
1016
869
|
get: function () {
|
|
1017
|
-
return this.
|
|
870
|
+
return this.a3;
|
|
1018
871
|
},
|
|
1019
872
|
set: function (a) {
|
|
1020
|
-
this.
|
|
873
|
+
this.a3 = a;
|
|
1021
874
|
this.g("SelectRowOnClick");
|
|
1022
875
|
},
|
|
1023
876
|
enumerable: false,
|
|
@@ -1036,10 +889,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1036
889
|
});
|
|
1037
890
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
|
|
1038
891
|
get: function () {
|
|
1039
|
-
return this.
|
|
892
|
+
return this.co;
|
|
1040
893
|
},
|
|
1041
894
|
set: function (a) {
|
|
1042
|
-
this.
|
|
895
|
+
this.co = a;
|
|
1043
896
|
this.g("FilteringExpressionsTreeChangeRef");
|
|
1044
897
|
},
|
|
1045
898
|
enumerable: false,
|
|
@@ -1047,10 +900,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1047
900
|
});
|
|
1048
901
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
|
|
1049
902
|
get: function () {
|
|
1050
|
-
return this.
|
|
903
|
+
return this.bs;
|
|
1051
904
|
},
|
|
1052
905
|
set: function (a) {
|
|
1053
|
-
this.
|
|
906
|
+
this.bs = a;
|
|
1054
907
|
this.g("AdvancedFilteringExpressionsTreeChangeRef");
|
|
1055
908
|
},
|
|
1056
909
|
enumerable: false,
|
|
@@ -1058,43 +911,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1058
911
|
});
|
|
1059
912
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
|
|
1060
913
|
get: function () {
|
|
1061
|
-
return this.
|
|
914
|
+
return this.cu;
|
|
1062
915
|
},
|
|
1063
916
|
set: function (a) {
|
|
1064
|
-
this.
|
|
917
|
+
this.cu = a;
|
|
1065
918
|
this.g("GridScrollRef");
|
|
1066
919
|
},
|
|
1067
920
|
enumerable: false,
|
|
1068
921
|
configurable: true
|
|
1069
922
|
});
|
|
1070
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pageChangeRef", {
|
|
1071
|
-
get: function () {
|
|
1072
|
-
return this.dh;
|
|
1073
|
-
},
|
|
1074
|
-
set: function (a) {
|
|
1075
|
-
this.dh = a;
|
|
1076
|
-
this.g("PageChangeRef");
|
|
1077
|
-
},
|
|
1078
|
-
enumerable: false,
|
|
1079
|
-
configurable: true
|
|
1080
|
-
});
|
|
1081
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "perPageChangeRef", {
|
|
1082
|
-
get: function () {
|
|
1083
|
-
return this.dk;
|
|
1084
|
-
},
|
|
1085
|
-
set: function (a) {
|
|
1086
|
-
this.dk = a;
|
|
1087
|
-
this.g("PerPageChangeRef");
|
|
1088
|
-
},
|
|
1089
|
-
enumerable: false,
|
|
1090
|
-
configurable: true
|
|
1091
|
-
});
|
|
1092
923
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
|
|
1093
924
|
get: function () {
|
|
1094
|
-
return this.
|
|
925
|
+
return this.bt;
|
|
1095
926
|
},
|
|
1096
927
|
set: function (a) {
|
|
1097
|
-
this.
|
|
928
|
+
this.bt = a;
|
|
1098
929
|
this.g("CellClickRef");
|
|
1099
930
|
},
|
|
1100
931
|
enumerable: false,
|
|
@@ -1102,10 +933,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1102
933
|
});
|
|
1103
934
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
|
|
1104
935
|
get: function () {
|
|
1105
|
-
return this.
|
|
936
|
+
return this.cr;
|
|
1106
937
|
},
|
|
1107
938
|
set: function (a) {
|
|
1108
|
-
this.
|
|
939
|
+
this.cr = a;
|
|
1109
940
|
this.g("FormGroupCreatedRef");
|
|
1110
941
|
},
|
|
1111
942
|
enumerable: false,
|
|
@@ -1113,10 +944,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1113
944
|
});
|
|
1114
945
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
|
|
1115
946
|
get: function () {
|
|
1116
|
-
return this.
|
|
947
|
+
return this.d3;
|
|
1117
948
|
},
|
|
1118
949
|
set: function (a) {
|
|
1119
|
-
this.
|
|
950
|
+
this.d3 = a;
|
|
1120
951
|
this.g("ValidationStatusChangeRef");
|
|
1121
952
|
},
|
|
1122
953
|
enumerable: false,
|
|
@@ -1124,10 +955,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1124
955
|
});
|
|
1125
956
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
|
|
1126
957
|
get: function () {
|
|
1127
|
-
return this.
|
|
958
|
+
return this.ds;
|
|
1128
959
|
},
|
|
1129
960
|
set: function (a) {
|
|
1130
|
-
this.
|
|
961
|
+
this.ds = a;
|
|
1131
962
|
this.g("SelectedRef");
|
|
1132
963
|
},
|
|
1133
964
|
enumerable: false,
|
|
@@ -1135,10 +966,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1135
966
|
});
|
|
1136
967
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
|
|
1137
968
|
get: function () {
|
|
1138
|
-
return this.
|
|
969
|
+
return this.dn;
|
|
1139
970
|
},
|
|
1140
971
|
set: function (a) {
|
|
1141
|
-
this.
|
|
972
|
+
this.dn = a;
|
|
1142
973
|
this.g("RowSelectionChangingRef");
|
|
1143
974
|
},
|
|
1144
975
|
enumerable: false,
|
|
@@ -1146,10 +977,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1146
977
|
});
|
|
1147
978
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
|
|
1148
979
|
get: function () {
|
|
1149
|
-
return this.
|
|
980
|
+
return this.b8;
|
|
1150
981
|
},
|
|
1151
982
|
set: function (a) {
|
|
1152
|
-
this.
|
|
983
|
+
this.b8 = a;
|
|
1153
984
|
this.g("ColumnSelectionChangingRef");
|
|
1154
985
|
},
|
|
1155
986
|
enumerable: false,
|
|
@@ -1157,10 +988,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1157
988
|
});
|
|
1158
989
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
|
|
1159
990
|
get: function () {
|
|
1160
|
-
return this.
|
|
991
|
+
return this.b3;
|
|
1161
992
|
},
|
|
1162
993
|
set: function (a) {
|
|
1163
|
-
this.
|
|
994
|
+
this.b3 = a;
|
|
1164
995
|
this.g("ColumnPinRef");
|
|
1165
996
|
},
|
|
1166
997
|
enumerable: false,
|
|
@@ -1168,10 +999,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1168
999
|
});
|
|
1169
1000
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
|
|
1170
1001
|
get: function () {
|
|
1171
|
-
return this.
|
|
1002
|
+
return this.b4;
|
|
1172
1003
|
},
|
|
1173
1004
|
set: function (a) {
|
|
1174
|
-
this.
|
|
1005
|
+
this.b4 = a;
|
|
1175
1006
|
this.g("ColumnPinnedRef");
|
|
1176
1007
|
},
|
|
1177
1008
|
enumerable: false,
|
|
@@ -1179,10 +1010,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1179
1010
|
});
|
|
1180
1011
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
|
|
1181
1012
|
get: function () {
|
|
1182
|
-
return this.
|
|
1013
|
+
return this.bw;
|
|
1183
1014
|
},
|
|
1184
1015
|
set: function (a) {
|
|
1185
|
-
this.
|
|
1016
|
+
this.bw = a;
|
|
1186
1017
|
this.g("CellEditEnterRef");
|
|
1187
1018
|
},
|
|
1188
1019
|
enumerable: false,
|
|
@@ -1190,10 +1021,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1190
1021
|
});
|
|
1191
1022
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
|
|
1192
1023
|
get: function () {
|
|
1193
|
-
return this.
|
|
1024
|
+
return this.bx;
|
|
1194
1025
|
},
|
|
1195
1026
|
set: function (a) {
|
|
1196
|
-
this.
|
|
1027
|
+
this.bx = a;
|
|
1197
1028
|
this.g("CellEditExitRef");
|
|
1198
1029
|
},
|
|
1199
1030
|
enumerable: false,
|
|
@@ -1201,10 +1032,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1201
1032
|
});
|
|
1202
1033
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
|
|
1203
1034
|
get: function () {
|
|
1204
|
-
return this.
|
|
1035
|
+
return this.bu;
|
|
1205
1036
|
},
|
|
1206
1037
|
set: function (a) {
|
|
1207
|
-
this.
|
|
1038
|
+
this.bu = a;
|
|
1208
1039
|
this.g("CellEditRef");
|
|
1209
1040
|
},
|
|
1210
1041
|
enumerable: false,
|
|
@@ -1212,10 +1043,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1212
1043
|
});
|
|
1213
1044
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
|
|
1214
1045
|
get: function () {
|
|
1215
|
-
return this.
|
|
1046
|
+
return this.bv;
|
|
1216
1047
|
},
|
|
1217
1048
|
set: function (a) {
|
|
1218
|
-
this.
|
|
1049
|
+
this.bv = a;
|
|
1219
1050
|
this.g("CellEditDoneRef");
|
|
1220
1051
|
},
|
|
1221
1052
|
enumerable: false,
|
|
@@ -1223,10 +1054,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1223
1054
|
});
|
|
1224
1055
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
|
|
1225
1056
|
get: function () {
|
|
1226
|
-
return this.
|
|
1057
|
+
return this.dg;
|
|
1227
1058
|
},
|
|
1228
1059
|
set: function (a) {
|
|
1229
|
-
this.
|
|
1060
|
+
this.dg = a;
|
|
1230
1061
|
this.g("RowEditEnterRef");
|
|
1231
1062
|
},
|
|
1232
1063
|
enumerable: false,
|
|
@@ -1234,10 +1065,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1234
1065
|
});
|
|
1235
1066
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
|
|
1236
1067
|
get: function () {
|
|
1237
|
-
return this.
|
|
1068
|
+
return this.dd;
|
|
1238
1069
|
},
|
|
1239
1070
|
set: function (a) {
|
|
1240
|
-
this.
|
|
1071
|
+
this.dd = a;
|
|
1241
1072
|
this.g("RowEditRef");
|
|
1242
1073
|
},
|
|
1243
1074
|
enumerable: false,
|
|
@@ -1245,10 +1076,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1245
1076
|
});
|
|
1246
1077
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
|
|
1247
1078
|
get: function () {
|
|
1248
|
-
return this.
|
|
1079
|
+
return this.df;
|
|
1249
1080
|
},
|
|
1250
1081
|
set: function (a) {
|
|
1251
|
-
this.
|
|
1082
|
+
this.df = a;
|
|
1252
1083
|
this.g("RowEditDoneRef");
|
|
1253
1084
|
},
|
|
1254
1085
|
enumerable: false,
|
|
@@ -1256,10 +1087,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1256
1087
|
});
|
|
1257
1088
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
|
|
1258
1089
|
get: function () {
|
|
1259
|
-
return this.
|
|
1090
|
+
return this.dh;
|
|
1260
1091
|
},
|
|
1261
1092
|
set: function (a) {
|
|
1262
|
-
this.
|
|
1093
|
+
this.dh = a;
|
|
1263
1094
|
this.g("RowEditExitRef");
|
|
1264
1095
|
},
|
|
1265
1096
|
enumerable: false,
|
|
@@ -1267,10 +1098,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1267
1098
|
});
|
|
1268
1099
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
|
|
1269
1100
|
get: function () {
|
|
1270
|
-
return this.
|
|
1101
|
+
return this.bz;
|
|
1271
1102
|
},
|
|
1272
1103
|
set: function (a) {
|
|
1273
|
-
this.
|
|
1104
|
+
this.bz = a;
|
|
1274
1105
|
this.g("ColumnInitRef");
|
|
1275
1106
|
},
|
|
1276
1107
|
enumerable: false,
|
|
@@ -1278,10 +1109,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1278
1109
|
});
|
|
1279
1110
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnsAutogeneratedRef", {
|
|
1280
1111
|
get: function () {
|
|
1281
|
-
return this.
|
|
1112
|
+
return this.b6;
|
|
1282
1113
|
},
|
|
1283
1114
|
set: function (a) {
|
|
1284
|
-
this.
|
|
1115
|
+
this.b6 = a;
|
|
1285
1116
|
this.g("ColumnsAutogeneratedRef");
|
|
1286
1117
|
},
|
|
1287
1118
|
enumerable: false,
|
|
@@ -1289,10 +1120,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1289
1120
|
});
|
|
1290
1121
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
|
|
1291
1122
|
get: function () {
|
|
1292
|
-
return this.
|
|
1123
|
+
return this.dx;
|
|
1293
1124
|
},
|
|
1294
1125
|
set: function (a) {
|
|
1295
|
-
this.
|
|
1126
|
+
this.dx = a;
|
|
1296
1127
|
this.g("SortingRef");
|
|
1297
1128
|
},
|
|
1298
1129
|
enumerable: false,
|
|
@@ -1300,10 +1131,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1300
1131
|
});
|
|
1301
1132
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
|
|
1302
1133
|
get: function () {
|
|
1303
|
-
return this.
|
|
1134
|
+
return this.dy;
|
|
1304
1135
|
},
|
|
1305
1136
|
set: function (a) {
|
|
1306
|
-
this.
|
|
1137
|
+
this.dy = a;
|
|
1307
1138
|
this.g("SortingDoneRef");
|
|
1308
1139
|
},
|
|
1309
1140
|
enumerable: false,
|
|
@@ -1311,10 +1142,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1311
1142
|
});
|
|
1312
1143
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
|
|
1313
1144
|
get: function () {
|
|
1314
|
-
return this.
|
|
1145
|
+
return this.cm;
|
|
1315
1146
|
},
|
|
1316
1147
|
set: function (a) {
|
|
1317
|
-
this.
|
|
1148
|
+
this.cm = a;
|
|
1318
1149
|
this.g("FilteringRef");
|
|
1319
1150
|
},
|
|
1320
1151
|
enumerable: false,
|
|
@@ -1322,32 +1153,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1322
1153
|
});
|
|
1323
1154
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
|
|
1324
1155
|
get: function () {
|
|
1325
|
-
return this.
|
|
1156
|
+
return this.cn;
|
|
1326
1157
|
},
|
|
1327
1158
|
set: function (a) {
|
|
1328
|
-
this.
|
|
1159
|
+
this.cn = a;
|
|
1329
1160
|
this.g("FilteringDoneRef");
|
|
1330
1161
|
},
|
|
1331
1162
|
enumerable: false,
|
|
1332
1163
|
configurable: true
|
|
1333
1164
|
});
|
|
1334
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingDoneRef", {
|
|
1335
|
-
get: function () {
|
|
1336
|
-
return this.di;
|
|
1337
|
-
},
|
|
1338
|
-
set: function (a) {
|
|
1339
|
-
this.di = a;
|
|
1340
|
-
this.g("PagingDoneRef");
|
|
1341
|
-
},
|
|
1342
|
-
enumerable: false,
|
|
1343
|
-
configurable: true
|
|
1344
|
-
});
|
|
1345
1165
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
|
|
1346
1166
|
get: function () {
|
|
1347
|
-
return this.
|
|
1167
|
+
return this.c5;
|
|
1348
1168
|
},
|
|
1349
1169
|
set: function (a) {
|
|
1350
|
-
this.
|
|
1170
|
+
this.c5 = a;
|
|
1351
1171
|
this.g("RowAddedRef");
|
|
1352
1172
|
},
|
|
1353
1173
|
enumerable: false,
|
|
@@ -1355,10 +1175,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1355
1175
|
});
|
|
1356
1176
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
|
|
1357
1177
|
get: function () {
|
|
1358
|
-
return this.
|
|
1178
|
+
return this.da;
|
|
1359
1179
|
},
|
|
1360
1180
|
set: function (a) {
|
|
1361
|
-
this.
|
|
1181
|
+
this.da = a;
|
|
1362
1182
|
this.g("RowDeletedRef");
|
|
1363
1183
|
},
|
|
1364
1184
|
enumerable: false,
|
|
@@ -1366,10 +1186,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1366
1186
|
});
|
|
1367
1187
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
|
|
1368
1188
|
get: function () {
|
|
1369
|
-
return this.
|
|
1189
|
+
return this.c9;
|
|
1370
1190
|
},
|
|
1371
1191
|
set: function (a) {
|
|
1372
|
-
this.
|
|
1192
|
+
this.c9 = a;
|
|
1373
1193
|
this.g("RowDeleteRef");
|
|
1374
1194
|
},
|
|
1375
1195
|
enumerable: false,
|
|
@@ -1377,10 +1197,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1377
1197
|
});
|
|
1378
1198
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
|
|
1379
1199
|
get: function () {
|
|
1380
|
-
return this.
|
|
1200
|
+
return this.c4;
|
|
1381
1201
|
},
|
|
1382
1202
|
set: function (a) {
|
|
1383
|
-
this.
|
|
1203
|
+
this.c4 = a;
|
|
1384
1204
|
this.g("RowAddRef");
|
|
1385
1205
|
},
|
|
1386
1206
|
enumerable: false,
|
|
@@ -1388,10 +1208,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1388
1208
|
});
|
|
1389
1209
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
|
|
1390
1210
|
get: function () {
|
|
1391
|
-
return this.
|
|
1211
|
+
return this.b5;
|
|
1392
1212
|
},
|
|
1393
1213
|
set: function (a) {
|
|
1394
|
-
this.
|
|
1214
|
+
this.b5 = a;
|
|
1395
1215
|
this.g("ColumnResizedRef");
|
|
1396
1216
|
},
|
|
1397
1217
|
enumerable: false,
|
|
@@ -1399,10 +1219,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1399
1219
|
});
|
|
1400
1220
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
|
|
1401
1221
|
get: function () {
|
|
1402
|
-
return this.
|
|
1222
|
+
return this.cc;
|
|
1403
1223
|
},
|
|
1404
1224
|
set: function (a) {
|
|
1405
|
-
this.
|
|
1225
|
+
this.cc = a;
|
|
1406
1226
|
this.g("ContextMenuRef");
|
|
1407
1227
|
},
|
|
1408
1228
|
enumerable: false,
|
|
@@ -1410,10 +1230,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1410
1230
|
});
|
|
1411
1231
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
|
|
1412
1232
|
get: function () {
|
|
1413
|
-
return this.
|
|
1233
|
+
return this.cf;
|
|
1414
1234
|
},
|
|
1415
1235
|
set: function (a) {
|
|
1416
|
-
this.
|
|
1236
|
+
this.cf = a;
|
|
1417
1237
|
this.g("DoubleClickRef");
|
|
1418
1238
|
},
|
|
1419
1239
|
enumerable: false,
|
|
@@ -1421,10 +1241,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1421
1241
|
});
|
|
1422
1242
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
|
|
1423
1243
|
get: function () {
|
|
1424
|
-
return this.
|
|
1244
|
+
return this.ca;
|
|
1425
1245
|
},
|
|
1426
1246
|
set: function (a) {
|
|
1427
|
-
this.
|
|
1247
|
+
this.ca = a;
|
|
1428
1248
|
this.g("ColumnVisibilityChangingRef");
|
|
1429
1249
|
},
|
|
1430
1250
|
enumerable: false,
|
|
@@ -1432,10 +1252,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1432
1252
|
});
|
|
1433
1253
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
|
|
1434
1254
|
get: function () {
|
|
1435
|
-
return this.
|
|
1255
|
+
return this.b9;
|
|
1436
1256
|
},
|
|
1437
1257
|
set: function (a) {
|
|
1438
|
-
this.
|
|
1258
|
+
this.b9 = a;
|
|
1439
1259
|
this.g("ColumnVisibilityChangedRef");
|
|
1440
1260
|
},
|
|
1441
1261
|
enumerable: false,
|
|
@@ -1443,10 +1263,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1443
1263
|
});
|
|
1444
1264
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
|
|
1445
1265
|
get: function () {
|
|
1446
|
-
return this.
|
|
1266
|
+
return this.b2;
|
|
1447
1267
|
},
|
|
1448
1268
|
set: function (a) {
|
|
1449
|
-
this.
|
|
1269
|
+
this.b2 = a;
|
|
1450
1270
|
this.g("ColumnMovingStartRef");
|
|
1451
1271
|
},
|
|
1452
1272
|
enumerable: false,
|
|
@@ -1454,10 +1274,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1454
1274
|
});
|
|
1455
1275
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
|
|
1456
1276
|
get: function () {
|
|
1457
|
-
return this.
|
|
1277
|
+
return this.b0;
|
|
1458
1278
|
},
|
|
1459
1279
|
set: function (a) {
|
|
1460
|
-
this.
|
|
1280
|
+
this.b0 = a;
|
|
1461
1281
|
this.g("ColumnMovingRef");
|
|
1462
1282
|
},
|
|
1463
1283
|
enumerable: false,
|
|
@@ -1465,10 +1285,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1465
1285
|
});
|
|
1466
1286
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
|
|
1467
1287
|
get: function () {
|
|
1468
|
-
return this.
|
|
1288
|
+
return this.b1;
|
|
1469
1289
|
},
|
|
1470
1290
|
set: function (a) {
|
|
1471
|
-
this.
|
|
1291
|
+
this.b1 = a;
|
|
1472
1292
|
this.g("ColumnMovingEndRef");
|
|
1473
1293
|
},
|
|
1474
1294
|
enumerable: false,
|
|
@@ -1476,10 +1296,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1476
1296
|
});
|
|
1477
1297
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
|
|
1478
1298
|
get: function () {
|
|
1479
|
-
return this.
|
|
1299
|
+
return this.ct;
|
|
1480
1300
|
},
|
|
1481
1301
|
set: function (a) {
|
|
1482
|
-
this.
|
|
1302
|
+
this.ct = a;
|
|
1483
1303
|
this.g("GridKeydownRef");
|
|
1484
1304
|
},
|
|
1485
1305
|
enumerable: false,
|
|
@@ -1487,10 +1307,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1487
1307
|
});
|
|
1488
1308
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
|
|
1489
1309
|
get: function () {
|
|
1490
|
-
return this.
|
|
1310
|
+
return this.dc;
|
|
1491
1311
|
},
|
|
1492
1312
|
set: function (a) {
|
|
1493
|
-
this.
|
|
1313
|
+
this.dc = a;
|
|
1494
1314
|
this.g("RowDragStartRef");
|
|
1495
1315
|
},
|
|
1496
1316
|
enumerable: false,
|
|
@@ -1498,10 +1318,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1498
1318
|
});
|
|
1499
1319
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
|
|
1500
1320
|
get: function () {
|
|
1501
|
-
return this.
|
|
1321
|
+
return this.db;
|
|
1502
1322
|
},
|
|
1503
1323
|
set: function (a) {
|
|
1504
|
-
this.
|
|
1324
|
+
this.db = a;
|
|
1505
1325
|
this.g("RowDragEndRef");
|
|
1506
1326
|
},
|
|
1507
1327
|
enumerable: false,
|
|
@@ -1509,10 +1329,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1509
1329
|
});
|
|
1510
1330
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
|
|
1511
1331
|
get: function () {
|
|
1512
|
-
return this.
|
|
1332
|
+
return this.cs;
|
|
1513
1333
|
},
|
|
1514
1334
|
set: function (a) {
|
|
1515
|
-
this.
|
|
1335
|
+
this.cs = a;
|
|
1516
1336
|
this.g("GridCopyRef");
|
|
1517
1337
|
},
|
|
1518
1338
|
enumerable: false,
|
|
@@ -1520,10 +1340,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1520
1340
|
});
|
|
1521
1341
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
|
|
1522
1342
|
get: function () {
|
|
1523
|
-
return this.
|
|
1343
|
+
return this.dr;
|
|
1524
1344
|
},
|
|
1525
1345
|
set: function (a) {
|
|
1526
|
-
this.
|
|
1346
|
+
this.dr = a;
|
|
1527
1347
|
this.g("RowToggleRef");
|
|
1528
1348
|
},
|
|
1529
1349
|
enumerable: false,
|
|
@@ -1531,10 +1351,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1531
1351
|
});
|
|
1532
1352
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
|
|
1533
1353
|
get: function () {
|
|
1534
|
-
return this.
|
|
1354
|
+
return this.dl;
|
|
1535
1355
|
},
|
|
1536
1356
|
set: function (a) {
|
|
1537
|
-
this.
|
|
1357
|
+
this.dl = a;
|
|
1538
1358
|
this.g("RowPinningRef");
|
|
1539
1359
|
},
|
|
1540
1360
|
enumerable: false,
|
|
@@ -1542,10 +1362,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1542
1362
|
});
|
|
1543
1363
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
|
|
1544
1364
|
get: function () {
|
|
1545
|
-
return this.
|
|
1365
|
+
return this.dk;
|
|
1546
1366
|
},
|
|
1547
1367
|
set: function (a) {
|
|
1548
|
-
this.
|
|
1368
|
+
this.dk = a;
|
|
1549
1369
|
this.g("RowPinnedRef");
|
|
1550
1370
|
},
|
|
1551
1371
|
enumerable: false,
|
|
@@ -1553,10 +1373,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1553
1373
|
});
|
|
1554
1374
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
|
|
1555
1375
|
get: function () {
|
|
1556
|
-
return this.
|
|
1376
|
+
return this.bq;
|
|
1557
1377
|
},
|
|
1558
1378
|
set: function (a) {
|
|
1559
|
-
this.
|
|
1379
|
+
this.bq = a;
|
|
1560
1380
|
this.g("ActiveNodeChangeRef");
|
|
1561
1381
|
},
|
|
1562
1382
|
enumerable: false,
|
|
@@ -1564,10 +1384,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1564
1384
|
});
|
|
1565
1385
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
|
|
1566
1386
|
get: function () {
|
|
1567
|
-
return this.
|
|
1387
|
+
return this.dz;
|
|
1568
1388
|
},
|
|
1569
1389
|
set: function (a) {
|
|
1570
|
-
this.
|
|
1390
|
+
this.dz = a;
|
|
1571
1391
|
this.g("SortingExpressionsChangeRef");
|
|
1572
1392
|
},
|
|
1573
1393
|
enumerable: false,
|
|
@@ -1575,10 +1395,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1575
1395
|
});
|
|
1576
1396
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
|
|
1577
1397
|
get: function () {
|
|
1578
|
-
return this.
|
|
1398
|
+
return this.d2;
|
|
1579
1399
|
},
|
|
1580
1400
|
set: function (a) {
|
|
1581
|
-
this.
|
|
1401
|
+
this.d2 = a;
|
|
1582
1402
|
this.g("ToolbarExportingRef");
|
|
1583
1403
|
},
|
|
1584
1404
|
enumerable: false,
|
|
@@ -1586,10 +1406,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1586
1406
|
});
|
|
1587
1407
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
|
|
1588
1408
|
get: function () {
|
|
1589
|
-
return this.
|
|
1409
|
+
return this.c2;
|
|
1590
1410
|
},
|
|
1591
1411
|
set: function (a) {
|
|
1592
|
-
this.
|
|
1412
|
+
this.c2 = a;
|
|
1593
1413
|
this.g("RangeSelectedRef");
|
|
1594
1414
|
},
|
|
1595
1415
|
enumerable: false,
|
|
@@ -1597,10 +1417,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1597
1417
|
});
|
|
1598
1418
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
|
|
1599
1419
|
get: function () {
|
|
1600
|
-
return this.
|
|
1420
|
+
return this.c3;
|
|
1601
1421
|
},
|
|
1602
1422
|
set: function (a) {
|
|
1603
|
-
this.
|
|
1423
|
+
this.c3 = a;
|
|
1604
1424
|
this.g("RenderedRef");
|
|
1605
1425
|
},
|
|
1606
1426
|
enumerable: false,
|
|
@@ -1608,10 +1428,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1608
1428
|
});
|
|
1609
1429
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
|
|
1610
1430
|
get: function () {
|
|
1611
|
-
return this.
|
|
1431
|
+
return this.ce;
|
|
1612
1432
|
},
|
|
1613
1433
|
set: function (a) {
|
|
1614
|
-
this.
|
|
1434
|
+
this.ce = a;
|
|
1615
1435
|
this.g("DataChangingRef");
|
|
1616
1436
|
},
|
|
1617
1437
|
enumerable: false,
|
|
@@ -1619,10 +1439,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1619
1439
|
});
|
|
1620
1440
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
|
|
1621
1441
|
get: function () {
|
|
1622
|
-
return this.
|
|
1442
|
+
return this.cd;
|
|
1623
1443
|
},
|
|
1624
1444
|
set: function (a) {
|
|
1625
|
-
this.
|
|
1445
|
+
this.cd = a;
|
|
1626
1446
|
this.g("DataChangedRef");
|
|
1627
1447
|
},
|
|
1628
1448
|
enumerable: false,
|