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