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