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