igniteui-angular-core 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +4403 -2941
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/BrushUtil.js +52 -20
- package/esm2015/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm2015/lib/ComponentRendererSerializationProvider.js +167 -0
- package/esm2015/lib/ComponentRenderer_combined.js +853 -965
- package/esm2015/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm2015/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm2015/lib/DescriptionSerializer.js +50 -50
- package/esm2015/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm2015/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm2015/lib/FlatDataProvider_combined.js +3 -0
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -0
- package/esm2015/lib/NativeUIButtonGroup.js +8 -2
- package/esm2015/lib/NativeUICheckboxList.js +48 -10
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm2015/lib/WebBadgeDescription.js +16 -8
- package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm2015/lib/WebCalendarBaseDescription.js +19 -11
- package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebCalendarDescription.js +5 -13
- package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebComboDescription.js +78 -70
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +8 -8
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDateValidationContextDescription.js +26 -0
- package/esm2015/lib/WebDateValidationContextDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebEntityTypeDescription.js +42 -0
- package/esm2015/lib/WebEntityTypeDescriptionMetadata.js +49 -0
- package/esm2015/lib/WebExpressionTreeDetailDescription.js +68 -0
- package/esm2015/lib/WebExpressionTreeDetailDescriptionMetadata.js +51 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebFieldTypeDescription.js +98 -0
- package/esm2015/lib/WebFieldTypeDescriptionMetadata.js +60 -0
- package/esm2015/lib/WebFilteringOptionsDescription.js +24 -0
- package/esm2015/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +327 -335
- package/esm2015/lib/WebGridDescription.js +49 -49
- package/esm2015/lib/WebGridToolbarExporterDescription.js +16 -8
- package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebInputBaseDescription.js +20 -28
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebInputDescription.js +14 -6
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebMaskInputBaseDescription.js +18 -2
- package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebMaskInputDescription.js +7 -15
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebPivotGridDescription.js +41 -41
- package/esm2015/lib/WebQueryBuilderDescription.js +98 -0
- package/esm2015/lib/WebQueryBuilderDescriptionMetadata.js +66 -0
- package/esm2015/lib/WebQueryBuilderDescriptionModule.js +30 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescription.js +42 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionModule.js +20 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescription.js +52 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebRadioDescription.js +8 -8
- package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowIslandDescription.js +348 -356
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm2015/lib/WebThemeProviderDescription.js +42 -0
- package/esm2015/lib/WebThemeProviderDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebThemeProviderDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/componentUtil.js +9 -8
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/BrushUtil.js +52 -20
- package/esm5/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm5/lib/ComponentRendererSerializationProvider.js +168 -0
- package/esm5/lib/ComponentRenderer_combined.js +856 -964
- package/esm5/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm5/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm5/lib/DescriptionSerializer.js +50 -50
- package/esm5/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm5/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm5/lib/FlatDataProvider_combined.js +3 -0
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +18 -0
- package/esm5/lib/NativeUIButtonGroup.js +11 -1
- package/esm5/lib/NativeUICheckboxList.js +63 -5
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm5/lib/WebBadgeDescription.js +20 -8
- package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm5/lib/WebCalendarBaseDescription.js +23 -11
- package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/WebCalendarDescription.js +4 -16
- package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm5/lib/WebComboDescription.js +82 -70
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +9 -9
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDateValidationContextDescription.js +31 -0
- package/esm5/lib/WebDateValidationContextDescriptionMetadata.js +43 -0
- package/esm5/lib/WebEntityTypeDescription.js +56 -0
- package/esm5/lib/WebEntityTypeDescriptionMetadata.js +53 -0
- package/esm5/lib/WebExpressionTreeDetailDescription.js +94 -0
- package/esm5/lib/WebExpressionTreeDetailDescriptionMetadata.js +55 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescription.js +46 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebFieldTypeDescription.js +140 -0
- package/esm5/lib/WebFieldTypeDescriptionMetadata.js +64 -0
- package/esm5/lib/WebFilteringOptionsDescription.js +38 -1
- package/esm5/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +327 -339
- package/esm5/lib/WebGridDescription.js +49 -49
- package/esm5/lib/WebGridToolbarExporterDescription.js +20 -8
- package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebInputBaseDescription.js +20 -32
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm5/lib/WebInputDescription.js +18 -6
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm5/lib/WebMaskInputBaseDescription.js +25 -1
- package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/WebMaskInputDescription.js +7 -19
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm5/lib/WebPivotGridDescription.js +41 -41
- package/esm5/lib/WebQueryBuilderDescription.js +140 -0
- package/esm5/lib/WebQueryBuilderDescriptionMetadata.js +70 -0
- package/esm5/lib/WebQueryBuilderDescriptionModule.js +34 -0
- package/esm5/lib/WebQueryBuilderHeaderDescription.js +56 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionMetadata.js +52 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionModule.js +24 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescription.js +70 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +52 -0
- package/esm5/lib/WebRadioDescription.js +12 -12
- package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowIslandDescription.js +352 -364
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm5/lib/WebThemeProviderDescription.js +56 -0
- package/esm5/lib/WebThemeProviderDescriptionMetadata.js +50 -0
- package/esm5/lib/WebThemeProviderDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/componentUtil.js +9 -8
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-angular-core.js +4064 -2864
- package/fesm5/igniteui-angular-core.js +4381 -2942
- package/lib/BrushUtil.d.ts +14 -12
- package/lib/ComponentRendererSerializationProvider.d.ts +14 -0
- package/lib/ComponentRenderer_combined.d.ts +141 -141
- package/lib/DescriptionSerializerBuilder.d.ts +4 -4
- package/lib/IComponentRendererSerializationProvider.d.ts +13 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +27 -27
- package/lib/NativeUIBuiltInProperties.d.ts +6 -1
- package/lib/NativeUIButton.d.ts +3 -0
- package/lib/NativeUIButtonGroup.d.ts +2 -0
- package/lib/NativeUICheckboxList.d.ts +15 -4
- package/lib/ToolActionCheckboxListInfo.d.ts +1 -0
- package/lib/WebBadgeDescription.d.ts +6 -3
- package/lib/WebCalendarBaseDescription.d.ts +8 -4
- package/lib/WebCalendarDescription.d.ts +2 -6
- package/lib/WebComboDescription.d.ts +28 -25
- package/lib/WebDatePickerDescription.d.ts +3 -3
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDateValidationContextDescription.d.ts +11 -0
- package/lib/WebDateValidationContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebEntityTypeDescription.d.ts +18 -0
- package/lib/WebEntityTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeDetailDescription.d.ts +29 -0
- package/lib/WebExpressionTreeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeEventArgsDescription.d.ts +17 -0
- package/lib/WebExpressionTreeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebFieldTypeDescription.d.ts +41 -0
- package/lib/WebFieldTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringOptionsDescription.d.ts +9 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +113 -117
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridToolbarExporterDescription.d.ts +6 -3
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebInputBaseDescription.d.ts +7 -10
- package/lib/WebInputDescription.d.ts +5 -2
- package/lib/WebMaskInputBaseDescription.d.ts +6 -0
- package/lib/WebMaskInputDescription.d.ts +3 -6
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebQueryBuilderDescription.d.ts +41 -0
- package/lib/WebQueryBuilderDescriptionMetadata.d.ts +15 -0
- package/lib/WebQueryBuilderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderHeaderDescription.d.ts +17 -0
- package/lib/WebQueryBuilderHeaderDescriptionMetadata.d.ts +13 -0
- package/lib/WebQueryBuilderHeaderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderSearchValueContextDescription.d.ts +23 -0
- package/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebRadioDescription.d.ts +3 -3
- package/lib/WebRowIslandDescription.d.ts +122 -126
- package/lib/WebThemeProviderDescription.d.ts +17 -0
- package/lib/WebThemeProviderDescriptionMetadata.d.ts +13 -0
- package/lib/WebThemeProviderDescriptionModule.d.ts +9 -0
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/package.json +1 -1
- package/public_api.d.ts +23 -0
|
@@ -14,134 +14,133 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
14
14
|
__extends(WebGridBaseDirectiveDescription, _super);
|
|
15
15
|
function WebGridBaseDirectiveDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.bl = 0;
|
|
18
|
+
_this.ay = false;
|
|
19
19
|
_this.m = null;
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
20
|
+
_this.a2 = false;
|
|
21
|
+
_this.cp = null;
|
|
22
|
+
_this.bv = null;
|
|
23
|
+
_this.c5 = null;
|
|
24
|
+
_this.bm = 0;
|
|
25
25
|
_this.ae = null;
|
|
26
26
|
_this.ac = null;
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
27
|
+
_this.de = null;
|
|
28
|
+
_this.dy = null;
|
|
29
|
+
_this.c8 = null;
|
|
30
30
|
_this.n = null;
|
|
31
31
|
_this.k = null;
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
32
|
+
_this.cl = null;
|
|
33
|
+
_this.dr = null;
|
|
34
|
+
_this.dd = null;
|
|
35
|
+
_this.dm = null;
|
|
36
|
+
_this.ds = null;
|
|
37
|
+
_this.dg = null;
|
|
38
|
+
_this.c2 = null;
|
|
39
|
+
_this.c1 = null;
|
|
40
|
+
_this.cq = null;
|
|
41
|
+
_this.d2 = null;
|
|
42
|
+
_this.d3 = null;
|
|
41
43
|
_this.d4 = null;
|
|
42
|
-
_this.d5 = null;
|
|
43
|
-
_this.d6 = null;
|
|
44
44
|
_this.s = null;
|
|
45
45
|
_this.o = null;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
46
|
+
_this.am = null;
|
|
47
|
+
_this.cv = null;
|
|
48
48
|
_this.ah = null;
|
|
49
49
|
_this.ag = null;
|
|
50
|
-
_this.c8 = null;
|
|
51
|
-
_this.c9 = null;
|
|
52
|
-
_this.a2 = false;
|
|
53
|
-
_this.a5 = false;
|
|
54
|
-
_this.ee = null;
|
|
55
|
-
_this.a6 = false;
|
|
56
50
|
_this.c6 = null;
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.ci = null;
|
|
60
|
-
_this.cq = null;
|
|
51
|
+
_this.c7 = null;
|
|
52
|
+
_this.a0 = false;
|
|
61
53
|
_this.a3 = false;
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
64
|
-
_this.
|
|
65
|
-
_this.
|
|
66
|
-
_this.
|
|
67
|
-
_this.
|
|
68
|
-
_this.eb = null;
|
|
69
|
-
_this.ea = null;
|
|
70
|
-
_this.a9 = false;
|
|
71
|
-
_this.ak = null;
|
|
72
|
-
_this.aq = null;
|
|
73
|
-
_this.am = null;
|
|
74
|
-
_this.aw = null;
|
|
75
|
-
_this.p = null;
|
|
76
|
-
_this.c5 = null;
|
|
77
|
-
_this.dz = null;
|
|
54
|
+
_this.ec = null;
|
|
55
|
+
_this.a4 = false;
|
|
56
|
+
_this.c4 = null;
|
|
57
|
+
_this.ed = null;
|
|
58
|
+
_this.bk = 0;
|
|
59
|
+
_this.cg = null;
|
|
78
60
|
_this.co = null;
|
|
79
|
-
_this.q = null;
|
|
80
61
|
_this.a1 = false;
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.dx = null;
|
|
84
|
-
_this.ce = null;
|
|
85
|
-
_this.bu = null;
|
|
62
|
+
_this.a6 = false;
|
|
63
|
+
_this.cn = null;
|
|
86
64
|
_this.as = null;
|
|
87
|
-
_this.
|
|
65
|
+
_this.ax = false;
|
|
66
|
+
_this.aw = false;
|
|
67
|
+
_this.cw = null;
|
|
68
|
+
_this.d9 = null;
|
|
69
|
+
_this.d8 = null;
|
|
88
70
|
_this.a7 = false;
|
|
71
|
+
_this.ak = null;
|
|
72
|
+
_this.ao = null;
|
|
73
|
+
_this.au = null;
|
|
74
|
+
_this.p = null;
|
|
75
|
+
_this.c3 = null;
|
|
76
|
+
_this.dx = null;
|
|
77
|
+
_this.cm = null;
|
|
78
|
+
_this.q = null;
|
|
79
|
+
_this.az = false;
|
|
80
|
+
_this.b3 = null;
|
|
81
|
+
_this.b2 = null;
|
|
82
|
+
_this.dv = null;
|
|
83
|
+
_this.cc = null;
|
|
84
|
+
_this.bs = null;
|
|
85
|
+
_this.aq = null;
|
|
86
|
+
_this.bn = 0;
|
|
87
|
+
_this.a5 = false;
|
|
89
88
|
_this.l = null;
|
|
90
89
|
_this.r = null;
|
|
91
|
-
_this.
|
|
92
|
-
_this.
|
|
93
|
-
_this.
|
|
94
|
-
_this.
|
|
95
|
-
_this.
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.
|
|
100
|
-
_this.
|
|
101
|
-
_this.
|
|
102
|
-
_this.
|
|
103
|
-
_this.b2 = null;
|
|
104
|
-
_this.b3 = null;
|
|
90
|
+
_this.cu = null;
|
|
91
|
+
_this.bw = null;
|
|
92
|
+
_this.c0 = null;
|
|
93
|
+
_this.bx = null;
|
|
94
|
+
_this.df = null;
|
|
95
|
+
_this.cx = null;
|
|
96
|
+
_this.eb = null;
|
|
97
|
+
_this.d0 = null;
|
|
98
|
+
_this.dw = null;
|
|
99
|
+
_this.cd = null;
|
|
100
|
+
_this.b8 = null;
|
|
101
|
+
_this.b9 = null;
|
|
105
102
|
_this.b0 = null;
|
|
106
103
|
_this.b1 = null;
|
|
107
|
-
_this.
|
|
104
|
+
_this.by = null;
|
|
105
|
+
_this.bz = null;
|
|
106
|
+
_this.dp = null;
|
|
107
|
+
_this.dl = null;
|
|
108
108
|
_this.dn = null;
|
|
109
109
|
_this.dq = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.b4 = null;
|
|
111
|
+
_this.cb = null;
|
|
112
|
+
_this.d5 = null;
|
|
113
|
+
_this.d6 = null;
|
|
114
|
+
_this.cs = null;
|
|
115
|
+
_this.ct = null;
|
|
116
|
+
_this.dc = null;
|
|
117
|
+
_this.di = null;
|
|
118
|
+
_this.dh = null;
|
|
119
|
+
_this.db = null;
|
|
120
|
+
_this.ca = null;
|
|
121
|
+
_this.ch = null;
|
|
122
|
+
_this.ck = null;
|
|
123
|
+
_this.cf = null;
|
|
124
|
+
_this.ce = null;
|
|
125
|
+
_this.b7 = null;
|
|
126
|
+
_this.b5 = null;
|
|
111
127
|
_this.b6 = null;
|
|
112
|
-
_this.
|
|
113
|
-
_this.d7 = null;
|
|
114
|
-
_this.d8 = null;
|
|
115
|
-
_this.cu = null;
|
|
116
|
-
_this.cv = null;
|
|
117
|
-
_this.de = null;
|
|
128
|
+
_this.cz = null;
|
|
118
129
|
_this.dk = null;
|
|
119
130
|
_this.dj = null;
|
|
120
|
-
_this.
|
|
121
|
-
_this.
|
|
122
|
-
_this.cj = null;
|
|
123
|
-
_this.cm = null;
|
|
124
|
-
_this.ch = null;
|
|
125
|
-
_this.cg = null;
|
|
126
|
-
_this.b9 = null;
|
|
127
|
-
_this.b7 = null;
|
|
128
|
-
_this.b8 = null;
|
|
129
|
-
_this.c1 = null;
|
|
130
|
-
_this.dm = null;
|
|
131
|
-
_this.dl = null;
|
|
132
|
-
_this.c0 = null;
|
|
133
|
-
_this.ct = null;
|
|
134
|
-
_this.d3 = null;
|
|
131
|
+
_this.cy = null;
|
|
132
|
+
_this.cr = null;
|
|
135
133
|
_this.d1 = null;
|
|
136
|
-
_this.
|
|
137
|
-
_this.
|
|
138
|
-
_this.
|
|
139
|
-
_this.
|
|
140
|
-
_this.
|
|
141
|
-
_this.
|
|
142
|
-
_this.
|
|
143
|
-
_this.
|
|
144
|
-
_this.
|
|
134
|
+
_this.dz = null;
|
|
135
|
+
_this.du = null;
|
|
136
|
+
_this.dt = null;
|
|
137
|
+
_this.bu = null;
|
|
138
|
+
_this.d7 = null;
|
|
139
|
+
_this.ea = null;
|
|
140
|
+
_this.c9 = null;
|
|
141
|
+
_this.da = null;
|
|
142
|
+
_this.cj = null;
|
|
143
|
+
_this.ci = null;
|
|
145
144
|
return _this;
|
|
146
145
|
}
|
|
147
146
|
WebGridBaseDirectiveDescription.prototype.get_type = function () {
|
|
@@ -156,10 +155,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
156
155
|
});
|
|
157
156
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "snackbarDisplayTime", {
|
|
158
157
|
get: function () {
|
|
159
|
-
return this.
|
|
158
|
+
return this.bl;
|
|
160
159
|
},
|
|
161
160
|
set: function (a) {
|
|
162
|
-
this.
|
|
161
|
+
this.bl = a;
|
|
163
162
|
this.j("SnackbarDisplayTime");
|
|
164
163
|
},
|
|
165
164
|
enumerable: false,
|
|
@@ -167,10 +166,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
167
166
|
});
|
|
168
167
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "autoGenerate", {
|
|
169
168
|
get: function () {
|
|
170
|
-
return this.
|
|
169
|
+
return this.ay;
|
|
171
170
|
},
|
|
172
171
|
set: function (a) {
|
|
173
|
-
this.
|
|
172
|
+
this.ay = a;
|
|
174
173
|
this.j("AutoGenerate");
|
|
175
174
|
},
|
|
176
175
|
enumerable: false,
|
|
@@ -189,10 +188,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
189
188
|
});
|
|
190
189
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "moving", {
|
|
191
190
|
get: function () {
|
|
192
|
-
return this.
|
|
191
|
+
return this.a2;
|
|
193
192
|
},
|
|
194
193
|
set: function (a) {
|
|
195
|
-
this.
|
|
194
|
+
this.a2 = a;
|
|
196
195
|
this.j("Moving");
|
|
197
196
|
},
|
|
198
197
|
enumerable: false,
|
|
@@ -200,10 +199,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
200
199
|
});
|
|
201
200
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
|
|
202
201
|
get: function () {
|
|
203
|
-
return this.
|
|
202
|
+
return this.cp;
|
|
204
203
|
},
|
|
205
204
|
set: function (a) {
|
|
206
|
-
this.
|
|
205
|
+
this.cp = a;
|
|
207
206
|
this.j("EmptyGridTemplateRef");
|
|
208
207
|
},
|
|
209
208
|
enumerable: false,
|
|
@@ -211,10 +210,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
211
210
|
});
|
|
212
211
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
|
|
213
212
|
get: function () {
|
|
214
|
-
return this.
|
|
213
|
+
return this.bv;
|
|
215
214
|
},
|
|
216
215
|
set: function (a) {
|
|
217
|
-
this.
|
|
216
|
+
this.bv = a;
|
|
218
217
|
this.j("AddRowEmptyTemplateRef");
|
|
219
218
|
},
|
|
220
219
|
enumerable: false,
|
|
@@ -222,10 +221,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
222
221
|
});
|
|
223
222
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
|
|
224
223
|
get: function () {
|
|
225
|
-
return this.
|
|
224
|
+
return this.c5;
|
|
226
225
|
},
|
|
227
226
|
set: function (a) {
|
|
228
|
-
this.
|
|
227
|
+
this.c5 = a;
|
|
229
228
|
this.j("LoadingGridTemplateRef");
|
|
230
229
|
},
|
|
231
230
|
enumerable: false,
|
|
@@ -233,10 +232,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
233
232
|
});
|
|
234
233
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryRowHeight", {
|
|
235
234
|
get: function () {
|
|
236
|
-
return this.
|
|
235
|
+
return this.bm;
|
|
237
236
|
},
|
|
238
237
|
set: function (a) {
|
|
239
|
-
this.
|
|
238
|
+
this.bm = a;
|
|
240
239
|
this.j("SummaryRowHeight");
|
|
241
240
|
},
|
|
242
241
|
enumerable: false,
|
|
@@ -266,10 +265,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
266
265
|
});
|
|
267
266
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
|
|
268
267
|
get: function () {
|
|
269
|
-
return this.
|
|
268
|
+
return this.de;
|
|
270
269
|
},
|
|
271
270
|
set: function (a) {
|
|
272
|
-
this.
|
|
271
|
+
this.de = a;
|
|
273
272
|
this.j("RowClassesRef");
|
|
274
273
|
},
|
|
275
274
|
enumerable: false,
|
|
@@ -277,10 +276,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
277
276
|
});
|
|
278
277
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
|
|
279
278
|
get: function () {
|
|
280
|
-
return this.
|
|
279
|
+
return this.dy;
|
|
281
280
|
},
|
|
282
281
|
set: function (a) {
|
|
283
|
-
this.
|
|
282
|
+
this.dy = a;
|
|
284
283
|
this.j("RowStylesRef");
|
|
285
284
|
},
|
|
286
285
|
enumerable: false,
|
|
@@ -288,10 +287,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
288
287
|
});
|
|
289
288
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
|
|
290
289
|
get: function () {
|
|
291
|
-
return this.
|
|
290
|
+
return this.c8;
|
|
292
291
|
},
|
|
293
292
|
set: function (a) {
|
|
294
|
-
this.
|
|
293
|
+
this.c8 = a;
|
|
295
294
|
this.j("PrimaryKey");
|
|
296
295
|
},
|
|
297
296
|
enumerable: false,
|
|
@@ -321,10 +320,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
321
320
|
});
|
|
322
321
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
|
|
323
322
|
get: function () {
|
|
324
|
-
return this.
|
|
323
|
+
return this.cl;
|
|
325
324
|
},
|
|
326
325
|
set: function (a) {
|
|
327
|
-
this.
|
|
326
|
+
this.cl = a;
|
|
328
327
|
this.j("DragGhostCustomTemplateRef");
|
|
329
328
|
},
|
|
330
329
|
enumerable: false,
|
|
@@ -332,10 +331,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
332
331
|
});
|
|
333
332
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
|
|
334
333
|
get: function () {
|
|
335
|
-
return this.
|
|
334
|
+
return this.dr;
|
|
336
335
|
},
|
|
337
336
|
set: function (a) {
|
|
338
|
-
this.
|
|
337
|
+
this.dr = a;
|
|
339
338
|
this.j("RowEditTextTemplateRef");
|
|
340
339
|
},
|
|
341
340
|
enumerable: false,
|
|
@@ -343,10 +342,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
343
342
|
});
|
|
344
343
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
|
|
345
344
|
get: function () {
|
|
346
|
-
return this.
|
|
345
|
+
return this.dd;
|
|
347
346
|
},
|
|
348
347
|
set: function (a) {
|
|
349
|
-
this.
|
|
348
|
+
this.dd = a;
|
|
350
349
|
this.j("RowAddTextTemplateRef");
|
|
351
350
|
},
|
|
352
351
|
enumerable: false,
|
|
@@ -354,10 +353,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
354
353
|
});
|
|
355
354
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
|
|
356
355
|
get: function () {
|
|
357
|
-
return this.
|
|
356
|
+
return this.dm;
|
|
358
357
|
},
|
|
359
358
|
set: function (a) {
|
|
360
|
-
this.
|
|
359
|
+
this.dm = a;
|
|
361
360
|
this.j("RowEditActionsTemplateRef");
|
|
362
361
|
},
|
|
363
362
|
enumerable: false,
|
|
@@ -365,10 +364,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
365
364
|
});
|
|
366
365
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
|
|
367
366
|
get: function () {
|
|
368
|
-
return this.
|
|
367
|
+
return this.ds;
|
|
369
368
|
},
|
|
370
369
|
set: function (a) {
|
|
371
|
-
this.
|
|
370
|
+
this.ds = a;
|
|
372
371
|
this.j("RowExpandedIndicatorTemplateRef");
|
|
373
372
|
},
|
|
374
373
|
enumerable: false,
|
|
@@ -376,10 +375,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
376
375
|
});
|
|
377
376
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
|
|
378
377
|
get: function () {
|
|
379
|
-
return this.
|
|
378
|
+
return this.dg;
|
|
380
379
|
},
|
|
381
380
|
set: function (a) {
|
|
382
|
-
this.
|
|
381
|
+
this.dg = a;
|
|
383
382
|
this.j("RowCollapsedIndicatorTemplateRef");
|
|
384
383
|
},
|
|
385
384
|
enumerable: false,
|
|
@@ -387,10 +386,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
387
386
|
});
|
|
388
387
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandedIndicatorTemplateRef", {
|
|
389
388
|
get: function () {
|
|
390
|
-
return this.
|
|
389
|
+
return this.c2;
|
|
391
390
|
},
|
|
392
391
|
set: function (a) {
|
|
393
|
-
this.
|
|
392
|
+
this.c2 = a;
|
|
394
393
|
this.j("HeaderExpandedIndicatorTemplateRef");
|
|
395
394
|
},
|
|
396
395
|
enumerable: false,
|
|
@@ -398,10 +397,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
398
397
|
});
|
|
399
398
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
|
|
400
399
|
get: function () {
|
|
401
|
-
return this.
|
|
400
|
+
return this.c1;
|
|
402
401
|
},
|
|
403
402
|
set: function (a) {
|
|
404
|
-
this.
|
|
403
|
+
this.c1 = a;
|
|
405
404
|
this.j("HeaderCollapsedIndicatorTemplateRef");
|
|
406
405
|
},
|
|
407
406
|
enumerable: false,
|
|
@@ -409,10 +408,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
409
408
|
});
|
|
410
409
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
|
|
411
410
|
get: function () {
|
|
412
|
-
return this.
|
|
411
|
+
return this.cq;
|
|
413
412
|
},
|
|
414
413
|
set: function (a) {
|
|
415
|
-
this.
|
|
414
|
+
this.cq = a;
|
|
416
415
|
this.j("ExcelStyleHeaderIconTemplateRef");
|
|
417
416
|
},
|
|
418
417
|
enumerable: false,
|
|
@@ -420,10 +419,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
420
419
|
});
|
|
421
420
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
|
|
422
421
|
get: function () {
|
|
423
|
-
return this.
|
|
422
|
+
return this.d2;
|
|
424
423
|
},
|
|
425
424
|
set: function (a) {
|
|
426
|
-
this.
|
|
425
|
+
this.d2 = a;
|
|
427
426
|
this.j("SortAscendingHeaderIconTemplateRef");
|
|
428
427
|
},
|
|
429
428
|
enumerable: false,
|
|
@@ -431,10 +430,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
431
430
|
});
|
|
432
431
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
|
|
433
432
|
get: function () {
|
|
434
|
-
return this.
|
|
433
|
+
return this.d3;
|
|
435
434
|
},
|
|
436
435
|
set: function (a) {
|
|
437
|
-
this.
|
|
436
|
+
this.d3 = a;
|
|
438
437
|
this.j("SortDescendingHeaderIconTemplateRef");
|
|
439
438
|
},
|
|
440
439
|
enumerable: false,
|
|
@@ -442,10 +441,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
442
441
|
});
|
|
443
442
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
|
|
444
443
|
get: function () {
|
|
445
|
-
return this.
|
|
444
|
+
return this.d4;
|
|
446
445
|
},
|
|
447
446
|
set: function (a) {
|
|
448
|
-
this.
|
|
447
|
+
this.d4 = a;
|
|
449
448
|
this.j("SortHeaderIconTemplateRef");
|
|
450
449
|
},
|
|
451
450
|
enumerable: false,
|
|
@@ -475,10 +474,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
475
474
|
});
|
|
476
475
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "resourceStrings", {
|
|
477
476
|
get: function () {
|
|
478
|
-
return this.
|
|
477
|
+
return this.am;
|
|
479
478
|
},
|
|
480
479
|
set: function (a) {
|
|
481
|
-
this.
|
|
480
|
+
this.am = a;
|
|
482
481
|
this.j("ResourceStrings");
|
|
483
482
|
},
|
|
484
483
|
enumerable: false,
|
|
@@ -486,10 +485,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
486
485
|
});
|
|
487
486
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
|
|
488
487
|
get: function () {
|
|
489
|
-
return this.
|
|
488
|
+
return this.cv;
|
|
490
489
|
},
|
|
491
490
|
set: function (a) {
|
|
492
|
-
this.
|
|
491
|
+
this.cv = a;
|
|
493
492
|
this.j("FilteringLogic");
|
|
494
493
|
},
|
|
495
494
|
enumerable: false,
|
|
@@ -519,10 +518,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
519
518
|
});
|
|
520
519
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
|
|
521
520
|
get: function () {
|
|
522
|
-
return this.
|
|
521
|
+
return this.c6;
|
|
523
522
|
},
|
|
524
523
|
set: function (a) {
|
|
525
|
-
this.
|
|
524
|
+
this.c6 = a;
|
|
526
525
|
this.j("Locale");
|
|
527
526
|
},
|
|
528
527
|
enumerable: false,
|
|
@@ -530,10 +529,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
530
529
|
});
|
|
531
530
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
|
|
532
531
|
get: function () {
|
|
533
|
-
return this.
|
|
532
|
+
return this.c7;
|
|
534
533
|
},
|
|
535
534
|
set: function (a) {
|
|
536
|
-
this.
|
|
535
|
+
this.c7 = a;
|
|
537
536
|
this.j("PagingMode");
|
|
538
537
|
},
|
|
539
538
|
enumerable: false,
|
|
@@ -541,10 +540,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
541
540
|
});
|
|
542
541
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hideRowSelectors", {
|
|
543
542
|
get: function () {
|
|
544
|
-
return this.
|
|
543
|
+
return this.a0;
|
|
545
544
|
},
|
|
546
545
|
set: function (a) {
|
|
547
|
-
this.
|
|
546
|
+
this.a0 = a;
|
|
548
547
|
this.j("HideRowSelectors");
|
|
549
548
|
},
|
|
550
549
|
enumerable: false,
|
|
@@ -552,10 +551,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
552
551
|
});
|
|
553
552
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDraggable", {
|
|
554
553
|
get: function () {
|
|
555
|
-
return this.
|
|
554
|
+
return this.a3;
|
|
556
555
|
},
|
|
557
556
|
set: function (a) {
|
|
558
|
-
this.
|
|
557
|
+
this.a3 = a;
|
|
559
558
|
this.j("RowDraggable");
|
|
560
559
|
},
|
|
561
560
|
enumerable: false,
|
|
@@ -563,10 +562,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
563
562
|
});
|
|
564
563
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
|
|
565
564
|
get: function () {
|
|
566
|
-
return this.
|
|
565
|
+
return this.ec;
|
|
567
566
|
},
|
|
568
567
|
set: function (a) {
|
|
569
|
-
this.
|
|
568
|
+
this.ec = a;
|
|
570
569
|
this.j("ValidationTrigger");
|
|
571
570
|
},
|
|
572
571
|
enumerable: false,
|
|
@@ -574,10 +573,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
574
573
|
});
|
|
575
574
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditable", {
|
|
576
575
|
get: function () {
|
|
577
|
-
return this.
|
|
576
|
+
return this.a4;
|
|
578
577
|
},
|
|
579
578
|
set: function (a) {
|
|
580
|
-
this.
|
|
579
|
+
this.a4 = a;
|
|
581
580
|
this.j("RowEditable");
|
|
582
581
|
},
|
|
583
582
|
enumerable: false,
|
|
@@ -585,10 +584,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
585
584
|
});
|
|
586
585
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "height", {
|
|
587
586
|
get: function () {
|
|
588
|
-
return this.
|
|
587
|
+
return this.c4;
|
|
589
588
|
},
|
|
590
589
|
set: function (a) {
|
|
591
|
-
this.
|
|
590
|
+
this.c4 = a;
|
|
592
591
|
this.j("Height");
|
|
593
592
|
},
|
|
594
593
|
enumerable: false,
|
|
@@ -596,10 +595,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
596
595
|
});
|
|
597
596
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "width", {
|
|
598
597
|
get: function () {
|
|
599
|
-
return this.
|
|
598
|
+
return this.ed;
|
|
600
599
|
},
|
|
601
600
|
set: function (a) {
|
|
602
|
-
this.
|
|
601
|
+
this.ed = a;
|
|
603
602
|
this.j("Width");
|
|
604
603
|
},
|
|
605
604
|
enumerable: false,
|
|
@@ -607,10 +606,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
607
606
|
});
|
|
608
607
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowHeight", {
|
|
609
608
|
get: function () {
|
|
610
|
-
return this.
|
|
609
|
+
return this.bk;
|
|
611
610
|
},
|
|
612
611
|
set: function (a) {
|
|
613
|
-
this.
|
|
612
|
+
this.bk = a;
|
|
614
613
|
this.j("RowHeight");
|
|
615
614
|
},
|
|
616
615
|
enumerable: false,
|
|
@@ -618,10 +617,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
618
617
|
});
|
|
619
618
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
|
|
620
619
|
get: function () {
|
|
621
|
-
return this.
|
|
620
|
+
return this.cg;
|
|
622
621
|
},
|
|
623
622
|
set: function (a) {
|
|
624
|
-
this.
|
|
623
|
+
this.cg = a;
|
|
625
624
|
this.j("ColumnWidth");
|
|
626
625
|
},
|
|
627
626
|
enumerable: false,
|
|
@@ -629,10 +628,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
629
628
|
});
|
|
630
629
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
|
|
631
630
|
get: function () {
|
|
632
|
-
return this.
|
|
631
|
+
return this.co;
|
|
633
632
|
},
|
|
634
633
|
set: function (a) {
|
|
635
|
-
this.
|
|
634
|
+
this.co = a;
|
|
636
635
|
this.j("EmptyGridMessage");
|
|
637
636
|
},
|
|
638
637
|
enumerable: false,
|
|
@@ -640,10 +639,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
640
639
|
});
|
|
641
640
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isLoading", {
|
|
642
641
|
get: function () {
|
|
643
|
-
return this.
|
|
642
|
+
return this.a1;
|
|
644
643
|
},
|
|
645
644
|
set: function (a) {
|
|
646
|
-
this.
|
|
645
|
+
this.a1 = a;
|
|
647
646
|
this.j("IsLoading");
|
|
648
647
|
},
|
|
649
648
|
enumerable: false,
|
|
@@ -651,10 +650,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
651
650
|
});
|
|
652
651
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "shouldGenerate", {
|
|
653
652
|
get: function () {
|
|
654
|
-
return this.
|
|
653
|
+
return this.a6;
|
|
655
654
|
},
|
|
656
655
|
set: function (a) {
|
|
657
|
-
this.
|
|
656
|
+
this.a6 = a;
|
|
658
657
|
this.j("ShouldGenerate");
|
|
659
658
|
},
|
|
660
659
|
enumerable: false,
|
|
@@ -662,10 +661,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
662
661
|
});
|
|
663
662
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
|
|
664
663
|
get: function () {
|
|
665
|
-
return this.
|
|
664
|
+
return this.cn;
|
|
666
665
|
},
|
|
667
666
|
set: function (a) {
|
|
668
|
-
this.
|
|
667
|
+
this.cn = a;
|
|
669
668
|
this.j("EmptyFilteredGridMessage");
|
|
670
669
|
},
|
|
671
670
|
enumerable: false,
|
|
@@ -673,10 +672,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
673
672
|
});
|
|
674
673
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pinning", {
|
|
675
674
|
get: function () {
|
|
676
|
-
return this.
|
|
675
|
+
return this.as;
|
|
677
676
|
},
|
|
678
677
|
set: function (a) {
|
|
679
|
-
this.
|
|
678
|
+
this.as = a;
|
|
680
679
|
this.j("Pinning");
|
|
681
680
|
},
|
|
682
681
|
enumerable: false,
|
|
@@ -684,10 +683,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
684
683
|
});
|
|
685
684
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowFiltering", {
|
|
686
685
|
get: function () {
|
|
687
|
-
return this.
|
|
686
|
+
return this.ax;
|
|
688
687
|
},
|
|
689
688
|
set: function (a) {
|
|
690
|
-
this.
|
|
689
|
+
this.ax = a;
|
|
691
690
|
this.j("AllowFiltering");
|
|
692
691
|
},
|
|
693
692
|
enumerable: false,
|
|
@@ -695,10 +694,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
695
694
|
});
|
|
696
695
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowAdvancedFiltering", {
|
|
697
696
|
get: function () {
|
|
698
|
-
return this.
|
|
697
|
+
return this.aw;
|
|
699
698
|
},
|
|
700
699
|
set: function (a) {
|
|
701
|
-
this.
|
|
700
|
+
this.aw = a;
|
|
702
701
|
this.j("AllowAdvancedFiltering");
|
|
703
702
|
},
|
|
704
703
|
enumerable: false,
|
|
@@ -706,10 +705,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
706
705
|
});
|
|
707
706
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
|
|
708
707
|
get: function () {
|
|
709
|
-
return this.
|
|
708
|
+
return this.cw;
|
|
710
709
|
},
|
|
711
710
|
set: function (a) {
|
|
712
|
-
this.
|
|
711
|
+
this.cw = a;
|
|
713
712
|
this.j("FilterMode");
|
|
714
713
|
},
|
|
715
714
|
enumerable: false,
|
|
@@ -717,10 +716,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
717
716
|
});
|
|
718
717
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
|
|
719
718
|
get: function () {
|
|
720
|
-
return this.
|
|
719
|
+
return this.d9;
|
|
721
720
|
},
|
|
722
721
|
set: function (a) {
|
|
723
|
-
this.
|
|
722
|
+
this.d9 = a;
|
|
724
723
|
this.j("SummaryPosition");
|
|
725
724
|
},
|
|
726
725
|
enumerable: false,
|
|
@@ -728,10 +727,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
728
727
|
});
|
|
729
728
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
|
|
730
729
|
get: function () {
|
|
731
|
-
return this.
|
|
730
|
+
return this.d8;
|
|
732
731
|
},
|
|
733
732
|
set: function (a) {
|
|
734
|
-
this.
|
|
733
|
+
this.d8 = a;
|
|
735
734
|
this.j("SummaryCalculationMode");
|
|
736
735
|
},
|
|
737
736
|
enumerable: false,
|
|
@@ -739,10 +738,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
739
738
|
});
|
|
740
739
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "showSummaryOnCollapse", {
|
|
741
740
|
get: function () {
|
|
742
|
-
return this.
|
|
741
|
+
return this.a7;
|
|
743
742
|
},
|
|
744
743
|
set: function (a) {
|
|
745
|
-
this.
|
|
744
|
+
this.a7 = a;
|
|
746
745
|
this.j("ShowSummaryOnCollapse");
|
|
747
746
|
},
|
|
748
747
|
enumerable: false,
|
|
@@ -761,32 +760,21 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
761
760
|
});
|
|
762
761
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortStrategy", {
|
|
763
762
|
get: function () {
|
|
764
|
-
return this.
|
|
763
|
+
return this.ao;
|
|
765
764
|
},
|
|
766
765
|
set: function (a) {
|
|
767
|
-
this.
|
|
766
|
+
this.ao = a;
|
|
768
767
|
this.j("SortStrategy");
|
|
769
768
|
},
|
|
770
769
|
enumerable: false,
|
|
771
770
|
configurable: true
|
|
772
771
|
});
|
|
773
|
-
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "mergeStrategy", {
|
|
774
|
-
get: function () {
|
|
775
|
-
return this.am;
|
|
776
|
-
},
|
|
777
|
-
set: function (a) {
|
|
778
|
-
this.am = a;
|
|
779
|
-
this.j("MergeStrategy");
|
|
780
|
-
},
|
|
781
|
-
enumerable: false,
|
|
782
|
-
configurable: true
|
|
783
|
-
});
|
|
784
772
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingOptions", {
|
|
785
773
|
get: function () {
|
|
786
|
-
return this.
|
|
774
|
+
return this.au;
|
|
787
775
|
},
|
|
788
776
|
set: function (a) {
|
|
789
|
-
this.
|
|
777
|
+
this.au = a;
|
|
790
778
|
this.j("SortingOptions");
|
|
791
779
|
},
|
|
792
780
|
enumerable: false,
|
|
@@ -805,10 +793,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
805
793
|
});
|
|
806
794
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
|
|
807
795
|
get: function () {
|
|
808
|
-
return this.
|
|
796
|
+
return this.c3;
|
|
809
797
|
},
|
|
810
798
|
set: function (a) {
|
|
811
|
-
this.
|
|
799
|
+
this.c3 = a;
|
|
812
800
|
this.j("HeadSelectorTemplateRef");
|
|
813
801
|
},
|
|
814
802
|
enumerable: false,
|
|
@@ -816,10 +804,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
816
804
|
});
|
|
817
805
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
|
|
818
806
|
get: function () {
|
|
819
|
-
return this.
|
|
807
|
+
return this.dx;
|
|
820
808
|
},
|
|
821
809
|
set: function (a) {
|
|
822
|
-
this.
|
|
810
|
+
this.dx = a;
|
|
823
811
|
this.j("RowSelectorTemplateRef");
|
|
824
812
|
},
|
|
825
813
|
enumerable: false,
|
|
@@ -827,10 +815,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
827
815
|
});
|
|
828
816
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
|
|
829
817
|
get: function () {
|
|
830
|
-
return this.
|
|
818
|
+
return this.cm;
|
|
831
819
|
},
|
|
832
820
|
set: function (a) {
|
|
833
|
-
this.
|
|
821
|
+
this.cm = a;
|
|
834
822
|
this.j("DragIndicatorIconTemplateRef");
|
|
835
823
|
},
|
|
836
824
|
enumerable: false,
|
|
@@ -849,10 +837,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
849
837
|
});
|
|
850
838
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "batchEditing", {
|
|
851
839
|
get: function () {
|
|
852
|
-
return this.
|
|
840
|
+
return this.az;
|
|
853
841
|
},
|
|
854
842
|
set: function (a) {
|
|
855
|
-
this.
|
|
843
|
+
this.az = a;
|
|
856
844
|
this.j("BatchEditing");
|
|
857
845
|
},
|
|
858
846
|
enumerable: false,
|
|
@@ -860,10 +848,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
860
848
|
});
|
|
861
849
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
|
|
862
850
|
get: function () {
|
|
863
|
-
return this.
|
|
851
|
+
return this.b3;
|
|
864
852
|
},
|
|
865
853
|
set: function (a) {
|
|
866
|
-
this.
|
|
854
|
+
this.b3 = a;
|
|
867
855
|
this.j("CellSelection");
|
|
868
856
|
},
|
|
869
857
|
enumerable: false,
|
|
@@ -871,10 +859,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
871
859
|
});
|
|
872
860
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellMergeMode", {
|
|
873
861
|
get: function () {
|
|
874
|
-
return this.
|
|
862
|
+
return this.b2;
|
|
875
863
|
},
|
|
876
864
|
set: function (a) {
|
|
877
|
-
this.
|
|
865
|
+
this.b2 = a;
|
|
878
866
|
this.j("CellMergeMode");
|
|
879
867
|
},
|
|
880
868
|
enumerable: false,
|
|
@@ -882,10 +870,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
882
870
|
});
|
|
883
871
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
|
|
884
872
|
get: function () {
|
|
885
|
-
return this.
|
|
873
|
+
return this.dv;
|
|
886
874
|
},
|
|
887
875
|
set: function (a) {
|
|
888
|
-
this.
|
|
876
|
+
this.dv = a;
|
|
889
877
|
this.j("RowSelection");
|
|
890
878
|
},
|
|
891
879
|
enumerable: false,
|
|
@@ -893,10 +881,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
893
881
|
});
|
|
894
882
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
|
|
895
883
|
get: function () {
|
|
896
|
-
return this.
|
|
884
|
+
return this.cc;
|
|
897
885
|
},
|
|
898
886
|
set: function (a) {
|
|
899
|
-
this.
|
|
887
|
+
this.cc = a;
|
|
900
888
|
this.j("ColumnSelection");
|
|
901
889
|
},
|
|
902
890
|
enumerable: false,
|
|
@@ -904,10 +892,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
904
892
|
});
|
|
905
893
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "expansionStates", {
|
|
906
894
|
get: function () {
|
|
907
|
-
return this.
|
|
895
|
+
return this.bs;
|
|
908
896
|
},
|
|
909
897
|
set: function (a) {
|
|
910
|
-
this.
|
|
898
|
+
this.bs = a;
|
|
911
899
|
this.j("ExpansionStates");
|
|
912
900
|
},
|
|
913
901
|
enumerable: false,
|
|
@@ -915,10 +903,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
915
903
|
});
|
|
916
904
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
|
|
917
905
|
get: function () {
|
|
918
|
-
return this.
|
|
906
|
+
return this.aq;
|
|
919
907
|
},
|
|
920
908
|
set: function (a) {
|
|
921
|
-
this.
|
|
909
|
+
this.aq = a;
|
|
922
910
|
this.j("Outlet");
|
|
923
911
|
},
|
|
924
912
|
enumerable: false,
|
|
@@ -926,10 +914,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
926
914
|
});
|
|
927
915
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "totalRecords", {
|
|
928
916
|
get: function () {
|
|
929
|
-
return this.
|
|
917
|
+
return this.bn;
|
|
930
918
|
},
|
|
931
919
|
set: function (a) {
|
|
932
|
-
this.
|
|
920
|
+
this.bn = a;
|
|
933
921
|
this.j("TotalRecords");
|
|
934
922
|
},
|
|
935
923
|
enumerable: false,
|
|
@@ -937,10 +925,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
925
|
});
|
|
938
926
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectRowOnClick", {
|
|
939
927
|
get: function () {
|
|
940
|
-
return this.
|
|
928
|
+
return this.a5;
|
|
941
929
|
},
|
|
942
930
|
set: function (a) {
|
|
943
|
-
this.
|
|
931
|
+
this.a5 = a;
|
|
944
932
|
this.j("SelectRowOnClick");
|
|
945
933
|
},
|
|
946
934
|
enumerable: false,
|
|
@@ -970,10 +958,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
970
958
|
});
|
|
971
959
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
|
|
972
960
|
get: function () {
|
|
973
|
-
return this.
|
|
961
|
+
return this.cu;
|
|
974
962
|
},
|
|
975
963
|
set: function (a) {
|
|
976
|
-
this.
|
|
964
|
+
this.cu = a;
|
|
977
965
|
this.j("FilteringExpressionsTreeChangeRef");
|
|
978
966
|
},
|
|
979
967
|
enumerable: false,
|
|
@@ -981,10 +969,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
981
969
|
});
|
|
982
970
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
|
|
983
971
|
get: function () {
|
|
984
|
-
return this.
|
|
972
|
+
return this.bw;
|
|
985
973
|
},
|
|
986
974
|
set: function (a) {
|
|
987
|
-
this.
|
|
975
|
+
this.bw = a;
|
|
988
976
|
this.j("AdvancedFilteringExpressionsTreeChangeRef");
|
|
989
977
|
},
|
|
990
978
|
enumerable: false,
|
|
@@ -992,10 +980,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
992
980
|
});
|
|
993
981
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
|
|
994
982
|
get: function () {
|
|
995
|
-
return this.
|
|
983
|
+
return this.c0;
|
|
996
984
|
},
|
|
997
985
|
set: function (a) {
|
|
998
|
-
this.
|
|
986
|
+
this.c0 = a;
|
|
999
987
|
this.j("GridScrollRef");
|
|
1000
988
|
},
|
|
1001
989
|
enumerable: false,
|
|
@@ -1003,10 +991,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1003
991
|
});
|
|
1004
992
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
|
|
1005
993
|
get: function () {
|
|
1006
|
-
return this.
|
|
994
|
+
return this.bx;
|
|
1007
995
|
},
|
|
1008
996
|
set: function (a) {
|
|
1009
|
-
this.
|
|
997
|
+
this.bx = a;
|
|
1010
998
|
this.j("CellClickRef");
|
|
1011
999
|
},
|
|
1012
1000
|
enumerable: false,
|
|
@@ -1014,10 +1002,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1014
1002
|
});
|
|
1015
1003
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClickRef", {
|
|
1016
1004
|
get: function () {
|
|
1017
|
-
return this.
|
|
1005
|
+
return this.df;
|
|
1018
1006
|
},
|
|
1019
1007
|
set: function (a) {
|
|
1020
|
-
this.
|
|
1008
|
+
this.df = a;
|
|
1021
1009
|
this.j("RowClickRef");
|
|
1022
1010
|
},
|
|
1023
1011
|
enumerable: false,
|
|
@@ -1025,10 +1013,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1025
1013
|
});
|
|
1026
1014
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
|
|
1027
1015
|
get: function () {
|
|
1028
|
-
return this.
|
|
1016
|
+
return this.cx;
|
|
1029
1017
|
},
|
|
1030
1018
|
set: function (a) {
|
|
1031
|
-
this.
|
|
1019
|
+
this.cx = a;
|
|
1032
1020
|
this.j("FormGroupCreatedRef");
|
|
1033
1021
|
},
|
|
1034
1022
|
enumerable: false,
|
|
@@ -1036,10 +1024,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1036
1024
|
});
|
|
1037
1025
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
|
|
1038
1026
|
get: function () {
|
|
1039
|
-
return this.
|
|
1027
|
+
return this.eb;
|
|
1040
1028
|
},
|
|
1041
1029
|
set: function (a) {
|
|
1042
|
-
this.
|
|
1030
|
+
this.eb = a;
|
|
1043
1031
|
this.j("ValidationStatusChangeRef");
|
|
1044
1032
|
},
|
|
1045
1033
|
enumerable: false,
|
|
@@ -1047,10 +1035,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1047
1035
|
});
|
|
1048
1036
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
|
|
1049
1037
|
get: function () {
|
|
1050
|
-
return this.
|
|
1038
|
+
return this.d0;
|
|
1051
1039
|
},
|
|
1052
1040
|
set: function (a) {
|
|
1053
|
-
this.
|
|
1041
|
+
this.d0 = a;
|
|
1054
1042
|
this.j("SelectedRef");
|
|
1055
1043
|
},
|
|
1056
1044
|
enumerable: false,
|
|
@@ -1058,10 +1046,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1058
1046
|
});
|
|
1059
1047
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
|
|
1060
1048
|
get: function () {
|
|
1061
|
-
return this.
|
|
1049
|
+
return this.dw;
|
|
1062
1050
|
},
|
|
1063
1051
|
set: function (a) {
|
|
1064
|
-
this.
|
|
1052
|
+
this.dw = a;
|
|
1065
1053
|
this.j("RowSelectionChangingRef");
|
|
1066
1054
|
},
|
|
1067
1055
|
enumerable: false,
|
|
@@ -1069,10 +1057,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1069
1057
|
});
|
|
1070
1058
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
|
|
1071
1059
|
get: function () {
|
|
1072
|
-
return this.
|
|
1060
|
+
return this.cd;
|
|
1073
1061
|
},
|
|
1074
1062
|
set: function (a) {
|
|
1075
|
-
this.
|
|
1063
|
+
this.cd = a;
|
|
1076
1064
|
this.j("ColumnSelectionChangingRef");
|
|
1077
1065
|
},
|
|
1078
1066
|
enumerable: false,
|
|
@@ -1080,10 +1068,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1080
1068
|
});
|
|
1081
1069
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
|
|
1082
1070
|
get: function () {
|
|
1083
|
-
return this.
|
|
1071
|
+
return this.b8;
|
|
1084
1072
|
},
|
|
1085
1073
|
set: function (a) {
|
|
1086
|
-
this.
|
|
1074
|
+
this.b8 = a;
|
|
1087
1075
|
this.j("ColumnPinRef");
|
|
1088
1076
|
},
|
|
1089
1077
|
enumerable: false,
|
|
@@ -1091,10 +1079,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1091
1079
|
});
|
|
1092
1080
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
|
|
1093
1081
|
get: function () {
|
|
1094
|
-
return this.
|
|
1082
|
+
return this.b9;
|
|
1095
1083
|
},
|
|
1096
1084
|
set: function (a) {
|
|
1097
|
-
this.
|
|
1085
|
+
this.b9 = a;
|
|
1098
1086
|
this.j("ColumnPinnedRef");
|
|
1099
1087
|
},
|
|
1100
1088
|
enumerable: false,
|
|
@@ -1102,10 +1090,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1102
1090
|
});
|
|
1103
1091
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
|
|
1104
1092
|
get: function () {
|
|
1105
|
-
return this.
|
|
1093
|
+
return this.b0;
|
|
1106
1094
|
},
|
|
1107
1095
|
set: function (a) {
|
|
1108
|
-
this.
|
|
1096
|
+
this.b0 = a;
|
|
1109
1097
|
this.j("CellEditEnterRef");
|
|
1110
1098
|
},
|
|
1111
1099
|
enumerable: false,
|
|
@@ -1113,10 +1101,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1113
1101
|
});
|
|
1114
1102
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
|
|
1115
1103
|
get: function () {
|
|
1116
|
-
return this.
|
|
1104
|
+
return this.b1;
|
|
1117
1105
|
},
|
|
1118
1106
|
set: function (a) {
|
|
1119
|
-
this.
|
|
1107
|
+
this.b1 = a;
|
|
1120
1108
|
this.j("CellEditExitRef");
|
|
1121
1109
|
},
|
|
1122
1110
|
enumerable: false,
|
|
@@ -1124,10 +1112,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1124
1112
|
});
|
|
1125
1113
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
|
|
1126
1114
|
get: function () {
|
|
1127
|
-
return this.
|
|
1115
|
+
return this.by;
|
|
1128
1116
|
},
|
|
1129
1117
|
set: function (a) {
|
|
1130
|
-
this.
|
|
1118
|
+
this.by = a;
|
|
1131
1119
|
this.j("CellEditRef");
|
|
1132
1120
|
},
|
|
1133
1121
|
enumerable: false,
|
|
@@ -1135,10 +1123,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1135
1123
|
});
|
|
1136
1124
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
|
|
1137
1125
|
get: function () {
|
|
1138
|
-
return this.
|
|
1126
|
+
return this.bz;
|
|
1139
1127
|
},
|
|
1140
1128
|
set: function (a) {
|
|
1141
|
-
this.
|
|
1129
|
+
this.bz = a;
|
|
1142
1130
|
this.j("CellEditDoneRef");
|
|
1143
1131
|
},
|
|
1144
1132
|
enumerable: false,
|
|
@@ -1146,10 +1134,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1146
1134
|
});
|
|
1147
1135
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
|
|
1148
1136
|
get: function () {
|
|
1149
|
-
return this.
|
|
1137
|
+
return this.dp;
|
|
1150
1138
|
},
|
|
1151
1139
|
set: function (a) {
|
|
1152
|
-
this.
|
|
1140
|
+
this.dp = a;
|
|
1153
1141
|
this.j("RowEditEnterRef");
|
|
1154
1142
|
},
|
|
1155
1143
|
enumerable: false,
|
|
@@ -1157,10 +1145,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1157
1145
|
});
|
|
1158
1146
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
|
|
1159
1147
|
get: function () {
|
|
1160
|
-
return this.
|
|
1148
|
+
return this.dl;
|
|
1161
1149
|
},
|
|
1162
1150
|
set: function (a) {
|
|
1163
|
-
this.
|
|
1151
|
+
this.dl = a;
|
|
1164
1152
|
this.j("RowEditRef");
|
|
1165
1153
|
},
|
|
1166
1154
|
enumerable: false,
|
|
@@ -1168,10 +1156,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1168
1156
|
});
|
|
1169
1157
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
|
|
1170
1158
|
get: function () {
|
|
1171
|
-
return this.
|
|
1159
|
+
return this.dn;
|
|
1172
1160
|
},
|
|
1173
1161
|
set: function (a) {
|
|
1174
|
-
this.
|
|
1162
|
+
this.dn = a;
|
|
1175
1163
|
this.j("RowEditDoneRef");
|
|
1176
1164
|
},
|
|
1177
1165
|
enumerable: false,
|
|
@@ -1179,10 +1167,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1179
1167
|
});
|
|
1180
1168
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
|
|
1181
1169
|
get: function () {
|
|
1182
|
-
return this.
|
|
1170
|
+
return this.dq;
|
|
1183
1171
|
},
|
|
1184
1172
|
set: function (a) {
|
|
1185
|
-
this.
|
|
1173
|
+
this.dq = a;
|
|
1186
1174
|
this.j("RowEditExitRef");
|
|
1187
1175
|
},
|
|
1188
1176
|
enumerable: false,
|
|
@@ -1190,10 +1178,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1190
1178
|
});
|
|
1191
1179
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
|
|
1192
1180
|
get: function () {
|
|
1193
|
-
return this.
|
|
1181
|
+
return this.b4;
|
|
1194
1182
|
},
|
|
1195
1183
|
set: function (a) {
|
|
1196
|
-
this.
|
|
1184
|
+
this.b4 = a;
|
|
1197
1185
|
this.j("ColumnInitRef");
|
|
1198
1186
|
},
|
|
1199
1187
|
enumerable: false,
|
|
@@ -1201,10 +1189,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1201
1189
|
});
|
|
1202
1190
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnsAutogeneratedRef", {
|
|
1203
1191
|
get: function () {
|
|
1204
|
-
return this.
|
|
1192
|
+
return this.cb;
|
|
1205
1193
|
},
|
|
1206
1194
|
set: function (a) {
|
|
1207
|
-
this.
|
|
1195
|
+
this.cb = a;
|
|
1208
1196
|
this.j("ColumnsAutogeneratedRef");
|
|
1209
1197
|
},
|
|
1210
1198
|
enumerable: false,
|
|
@@ -1212,10 +1200,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1212
1200
|
});
|
|
1213
1201
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
|
|
1214
1202
|
get: function () {
|
|
1215
|
-
return this.
|
|
1203
|
+
return this.d5;
|
|
1216
1204
|
},
|
|
1217
1205
|
set: function (a) {
|
|
1218
|
-
this.
|
|
1206
|
+
this.d5 = a;
|
|
1219
1207
|
this.j("SortingRef");
|
|
1220
1208
|
},
|
|
1221
1209
|
enumerable: false,
|
|
@@ -1223,10 +1211,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1223
1211
|
});
|
|
1224
1212
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
|
|
1225
1213
|
get: function () {
|
|
1226
|
-
return this.
|
|
1214
|
+
return this.d6;
|
|
1227
1215
|
},
|
|
1228
1216
|
set: function (a) {
|
|
1229
|
-
this.
|
|
1217
|
+
this.d6 = a;
|
|
1230
1218
|
this.j("SortingDoneRef");
|
|
1231
1219
|
},
|
|
1232
1220
|
enumerable: false,
|
|
@@ -1234,10 +1222,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1234
1222
|
});
|
|
1235
1223
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
|
|
1236
1224
|
get: function () {
|
|
1237
|
-
return this.
|
|
1225
|
+
return this.cs;
|
|
1238
1226
|
},
|
|
1239
1227
|
set: function (a) {
|
|
1240
|
-
this.
|
|
1228
|
+
this.cs = a;
|
|
1241
1229
|
this.j("FilteringRef");
|
|
1242
1230
|
},
|
|
1243
1231
|
enumerable: false,
|
|
@@ -1245,10 +1233,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1245
1233
|
});
|
|
1246
1234
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
|
|
1247
1235
|
get: function () {
|
|
1248
|
-
return this.
|
|
1236
|
+
return this.ct;
|
|
1249
1237
|
},
|
|
1250
1238
|
set: function (a) {
|
|
1251
|
-
this.
|
|
1239
|
+
this.ct = a;
|
|
1252
1240
|
this.j("FilteringDoneRef");
|
|
1253
1241
|
},
|
|
1254
1242
|
enumerable: false,
|
|
@@ -1256,10 +1244,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1256
1244
|
});
|
|
1257
1245
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
|
|
1258
1246
|
get: function () {
|
|
1259
|
-
return this.
|
|
1247
|
+
return this.dc;
|
|
1260
1248
|
},
|
|
1261
1249
|
set: function (a) {
|
|
1262
|
-
this.
|
|
1250
|
+
this.dc = a;
|
|
1263
1251
|
this.j("RowAddedRef");
|
|
1264
1252
|
},
|
|
1265
1253
|
enumerable: false,
|
|
@@ -1267,10 +1255,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1267
1255
|
});
|
|
1268
1256
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
|
|
1269
1257
|
get: function () {
|
|
1270
|
-
return this.
|
|
1258
|
+
return this.di;
|
|
1271
1259
|
},
|
|
1272
1260
|
set: function (a) {
|
|
1273
|
-
this.
|
|
1261
|
+
this.di = a;
|
|
1274
1262
|
this.j("RowDeletedRef");
|
|
1275
1263
|
},
|
|
1276
1264
|
enumerable: false,
|
|
@@ -1278,10 +1266,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1278
1266
|
});
|
|
1279
1267
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
|
|
1280
1268
|
get: function () {
|
|
1281
|
-
return this.
|
|
1269
|
+
return this.dh;
|
|
1282
1270
|
},
|
|
1283
1271
|
set: function (a) {
|
|
1284
|
-
this.
|
|
1272
|
+
this.dh = a;
|
|
1285
1273
|
this.j("RowDeleteRef");
|
|
1286
1274
|
},
|
|
1287
1275
|
enumerable: false,
|
|
@@ -1289,10 +1277,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1289
1277
|
});
|
|
1290
1278
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
|
|
1291
1279
|
get: function () {
|
|
1292
|
-
return this.
|
|
1280
|
+
return this.db;
|
|
1293
1281
|
},
|
|
1294
1282
|
set: function (a) {
|
|
1295
|
-
this.
|
|
1283
|
+
this.db = a;
|
|
1296
1284
|
this.j("RowAddRef");
|
|
1297
1285
|
},
|
|
1298
1286
|
enumerable: false,
|
|
@@ -1300,10 +1288,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1300
1288
|
});
|
|
1301
1289
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
|
|
1302
1290
|
get: function () {
|
|
1303
|
-
return this.
|
|
1291
|
+
return this.ca;
|
|
1304
1292
|
},
|
|
1305
1293
|
set: function (a) {
|
|
1306
|
-
this.
|
|
1294
|
+
this.ca = a;
|
|
1307
1295
|
this.j("ColumnResizedRef");
|
|
1308
1296
|
},
|
|
1309
1297
|
enumerable: false,
|
|
@@ -1311,10 +1299,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1311
1299
|
});
|
|
1312
1300
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
|
|
1313
1301
|
get: function () {
|
|
1314
|
-
return this.
|
|
1302
|
+
return this.ch;
|
|
1315
1303
|
},
|
|
1316
1304
|
set: function (a) {
|
|
1317
|
-
this.
|
|
1305
|
+
this.ch = a;
|
|
1318
1306
|
this.j("ContextMenuRef");
|
|
1319
1307
|
},
|
|
1320
1308
|
enumerable: false,
|
|
@@ -1322,10 +1310,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1322
1310
|
});
|
|
1323
1311
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
|
|
1324
1312
|
get: function () {
|
|
1325
|
-
return this.
|
|
1313
|
+
return this.ck;
|
|
1326
1314
|
},
|
|
1327
1315
|
set: function (a) {
|
|
1328
|
-
this.
|
|
1316
|
+
this.ck = a;
|
|
1329
1317
|
this.j("DoubleClickRef");
|
|
1330
1318
|
},
|
|
1331
1319
|
enumerable: false,
|
|
@@ -1333,10 +1321,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1333
1321
|
});
|
|
1334
1322
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
|
|
1335
1323
|
get: function () {
|
|
1336
|
-
return this.
|
|
1324
|
+
return this.cf;
|
|
1337
1325
|
},
|
|
1338
1326
|
set: function (a) {
|
|
1339
|
-
this.
|
|
1327
|
+
this.cf = a;
|
|
1340
1328
|
this.j("ColumnVisibilityChangingRef");
|
|
1341
1329
|
},
|
|
1342
1330
|
enumerable: false,
|
|
@@ -1344,10 +1332,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1344
1332
|
});
|
|
1345
1333
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
|
|
1346
1334
|
get: function () {
|
|
1347
|
-
return this.
|
|
1335
|
+
return this.ce;
|
|
1348
1336
|
},
|
|
1349
1337
|
set: function (a) {
|
|
1350
|
-
this.
|
|
1338
|
+
this.ce = a;
|
|
1351
1339
|
this.j("ColumnVisibilityChangedRef");
|
|
1352
1340
|
},
|
|
1353
1341
|
enumerable: false,
|
|
@@ -1355,10 +1343,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1355
1343
|
});
|
|
1356
1344
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
|
|
1357
1345
|
get: function () {
|
|
1358
|
-
return this.
|
|
1346
|
+
return this.b7;
|
|
1359
1347
|
},
|
|
1360
1348
|
set: function (a) {
|
|
1361
|
-
this.
|
|
1349
|
+
this.b7 = a;
|
|
1362
1350
|
this.j("ColumnMovingStartRef");
|
|
1363
1351
|
},
|
|
1364
1352
|
enumerable: false,
|
|
@@ -1366,10 +1354,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1366
1354
|
});
|
|
1367
1355
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
|
|
1368
1356
|
get: function () {
|
|
1369
|
-
return this.
|
|
1357
|
+
return this.b5;
|
|
1370
1358
|
},
|
|
1371
1359
|
set: function (a) {
|
|
1372
|
-
this.
|
|
1360
|
+
this.b5 = a;
|
|
1373
1361
|
this.j("ColumnMovingRef");
|
|
1374
1362
|
},
|
|
1375
1363
|
enumerable: false,
|
|
@@ -1377,10 +1365,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1377
1365
|
});
|
|
1378
1366
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
|
|
1379
1367
|
get: function () {
|
|
1380
|
-
return this.
|
|
1368
|
+
return this.b6;
|
|
1381
1369
|
},
|
|
1382
1370
|
set: function (a) {
|
|
1383
|
-
this.
|
|
1371
|
+
this.b6 = a;
|
|
1384
1372
|
this.j("ColumnMovingEndRef");
|
|
1385
1373
|
},
|
|
1386
1374
|
enumerable: false,
|
|
@@ -1388,10 +1376,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1388
1376
|
});
|
|
1389
1377
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
|
|
1390
1378
|
get: function () {
|
|
1391
|
-
return this.
|
|
1379
|
+
return this.cz;
|
|
1392
1380
|
},
|
|
1393
1381
|
set: function (a) {
|
|
1394
|
-
this.
|
|
1382
|
+
this.cz = a;
|
|
1395
1383
|
this.j("GridKeydownRef");
|
|
1396
1384
|
},
|
|
1397
1385
|
enumerable: false,
|
|
@@ -1399,10 +1387,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1399
1387
|
});
|
|
1400
1388
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
|
|
1401
1389
|
get: function () {
|
|
1402
|
-
return this.
|
|
1390
|
+
return this.dk;
|
|
1403
1391
|
},
|
|
1404
1392
|
set: function (a) {
|
|
1405
|
-
this.
|
|
1393
|
+
this.dk = a;
|
|
1406
1394
|
this.j("RowDragStartRef");
|
|
1407
1395
|
},
|
|
1408
1396
|
enumerable: false,
|
|
@@ -1410,10 +1398,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1410
1398
|
});
|
|
1411
1399
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
|
|
1412
1400
|
get: function () {
|
|
1413
|
-
return this.
|
|
1401
|
+
return this.dj;
|
|
1414
1402
|
},
|
|
1415
1403
|
set: function (a) {
|
|
1416
|
-
this.
|
|
1404
|
+
this.dj = a;
|
|
1417
1405
|
this.j("RowDragEndRef");
|
|
1418
1406
|
},
|
|
1419
1407
|
enumerable: false,
|
|
@@ -1421,10 +1409,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1421
1409
|
});
|
|
1422
1410
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
|
|
1423
1411
|
get: function () {
|
|
1424
|
-
return this.
|
|
1412
|
+
return this.cy;
|
|
1425
1413
|
},
|
|
1426
1414
|
set: function (a) {
|
|
1427
|
-
this.
|
|
1415
|
+
this.cy = a;
|
|
1428
1416
|
this.j("GridCopyRef");
|
|
1429
1417
|
},
|
|
1430
1418
|
enumerable: false,
|
|
@@ -1432,10 +1420,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1432
1420
|
});
|
|
1433
1421
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "expansionStatesChangeRef", {
|
|
1434
1422
|
get: function () {
|
|
1435
|
-
return this.
|
|
1423
|
+
return this.cr;
|
|
1436
1424
|
},
|
|
1437
1425
|
set: function (a) {
|
|
1438
|
-
this.
|
|
1426
|
+
this.cr = a;
|
|
1439
1427
|
this.j("ExpansionStatesChangeRef");
|
|
1440
1428
|
},
|
|
1441
1429
|
enumerable: false,
|
|
@@ -1443,10 +1431,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1443
1431
|
});
|
|
1444
1432
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsChangeRef", {
|
|
1445
1433
|
get: function () {
|
|
1446
|
-
return this.
|
|
1434
|
+
return this.d1;
|
|
1447
1435
|
},
|
|
1448
1436
|
set: function (a) {
|
|
1449
|
-
this.
|
|
1437
|
+
this.d1 = a;
|
|
1450
1438
|
this.j("SelectedRowsChangeRef");
|
|
1451
1439
|
},
|
|
1452
1440
|
enumerable: false,
|
|
@@ -1454,10 +1442,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1454
1442
|
});
|
|
1455
1443
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
|
|
1456
1444
|
get: function () {
|
|
1457
|
-
return this.
|
|
1445
|
+
return this.dz;
|
|
1458
1446
|
},
|
|
1459
1447
|
set: function (a) {
|
|
1460
|
-
this.
|
|
1448
|
+
this.dz = a;
|
|
1461
1449
|
this.j("RowToggleRef");
|
|
1462
1450
|
},
|
|
1463
1451
|
enumerable: false,
|
|
@@ -1465,10 +1453,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1465
1453
|
});
|
|
1466
1454
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
|
|
1467
1455
|
get: function () {
|
|
1468
|
-
return this.
|
|
1456
|
+
return this.du;
|
|
1469
1457
|
},
|
|
1470
1458
|
set: function (a) {
|
|
1471
|
-
this.
|
|
1459
|
+
this.du = a;
|
|
1472
1460
|
this.j("RowPinningRef");
|
|
1473
1461
|
},
|
|
1474
1462
|
enumerable: false,
|
|
@@ -1476,10 +1464,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1476
1464
|
});
|
|
1477
1465
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
|
|
1478
1466
|
get: function () {
|
|
1479
|
-
return this.
|
|
1467
|
+
return this.dt;
|
|
1480
1468
|
},
|
|
1481
1469
|
set: function (a) {
|
|
1482
|
-
this.
|
|
1470
|
+
this.dt = a;
|
|
1483
1471
|
this.j("RowPinnedRef");
|
|
1484
1472
|
},
|
|
1485
1473
|
enumerable: false,
|
|
@@ -1487,10 +1475,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1487
1475
|
});
|
|
1488
1476
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
|
|
1489
1477
|
get: function () {
|
|
1490
|
-
return this.
|
|
1478
|
+
return this.bu;
|
|
1491
1479
|
},
|
|
1492
1480
|
set: function (a) {
|
|
1493
|
-
this.
|
|
1481
|
+
this.bu = a;
|
|
1494
1482
|
this.j("ActiveNodeChangeRef");
|
|
1495
1483
|
},
|
|
1496
1484
|
enumerable: false,
|
|
@@ -1498,10 +1486,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1498
1486
|
});
|
|
1499
1487
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
|
|
1500
1488
|
get: function () {
|
|
1501
|
-
return this.
|
|
1489
|
+
return this.d7;
|
|
1502
1490
|
},
|
|
1503
1491
|
set: function (a) {
|
|
1504
|
-
this.
|
|
1492
|
+
this.d7 = a;
|
|
1505
1493
|
this.j("SortingExpressionsChangeRef");
|
|
1506
1494
|
},
|
|
1507
1495
|
enumerable: false,
|
|
@@ -1509,10 +1497,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1509
1497
|
});
|
|
1510
1498
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
|
|
1511
1499
|
get: function () {
|
|
1512
|
-
return this.
|
|
1500
|
+
return this.ea;
|
|
1513
1501
|
},
|
|
1514
1502
|
set: function (a) {
|
|
1515
|
-
this.
|
|
1503
|
+
this.ea = a;
|
|
1516
1504
|
this.j("ToolbarExportingRef");
|
|
1517
1505
|
},
|
|
1518
1506
|
enumerable: false,
|
|
@@ -1520,10 +1508,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1520
1508
|
});
|
|
1521
1509
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
|
|
1522
1510
|
get: function () {
|
|
1523
|
-
return this.
|
|
1511
|
+
return this.c9;
|
|
1524
1512
|
},
|
|
1525
1513
|
set: function (a) {
|
|
1526
|
-
this.
|
|
1514
|
+
this.c9 = a;
|
|
1527
1515
|
this.j("RangeSelectedRef");
|
|
1528
1516
|
},
|
|
1529
1517
|
enumerable: false,
|
|
@@ -1531,10 +1519,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1531
1519
|
});
|
|
1532
1520
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
|
|
1533
1521
|
get: function () {
|
|
1534
|
-
return this.
|
|
1522
|
+
return this.da;
|
|
1535
1523
|
},
|
|
1536
1524
|
set: function (a) {
|
|
1537
|
-
this.
|
|
1525
|
+
this.da = a;
|
|
1538
1526
|
this.j("RenderedRef");
|
|
1539
1527
|
},
|
|
1540
1528
|
enumerable: false,
|
|
@@ -1542,10 +1530,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1542
1530
|
});
|
|
1543
1531
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
|
|
1544
1532
|
get: function () {
|
|
1545
|
-
return this.
|
|
1533
|
+
return this.cj;
|
|
1546
1534
|
},
|
|
1547
1535
|
set: function (a) {
|
|
1548
|
-
this.
|
|
1536
|
+
this.cj = a;
|
|
1549
1537
|
this.j("DataChangingRef");
|
|
1550
1538
|
},
|
|
1551
1539
|
enumerable: false,
|
|
@@ -1553,10 +1541,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1553
1541
|
});
|
|
1554
1542
|
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
|
|
1555
1543
|
get: function () {
|
|
1556
|
-
return this.
|
|
1544
|
+
return this.ci;
|
|
1557
1545
|
},
|
|
1558
1546
|
set: function (a) {
|
|
1559
|
-
this.
|
|
1547
|
+
this.ci = a;
|
|
1560
1548
|
this.j("DataChangedRef");
|
|
1561
1549
|
},
|
|
1562
1550
|
enumerable: false,
|