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