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