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,152 +13,152 @@ export let WebGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebGridDescription extends WebGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.hi = null;
|
|
16
|
+
this.g4 = false;
|
|
18
17
|
this.hg = null;
|
|
19
|
-
this.ho = null;
|
|
20
|
-
this.hf = null;
|
|
21
|
-
this.hc = 0;
|
|
22
|
-
this.g1 = null;
|
|
23
|
-
this.g0 = null;
|
|
24
|
-
this.g7 = false;
|
|
25
|
-
this.g4 = null;
|
|
26
|
-
this.hh = null;
|
|
27
|
-
this.hj = null;
|
|
28
|
-
this.hn = null;
|
|
29
|
-
this.g8 = false;
|
|
30
18
|
this.he = null;
|
|
31
19
|
this.hm = null;
|
|
20
|
+
this.hd = null;
|
|
21
|
+
this.ha = 0;
|
|
22
|
+
this.gz = null;
|
|
23
|
+
this.gy = null;
|
|
24
|
+
this.g5 = false;
|
|
25
|
+
this.g2 = null;
|
|
26
|
+
this.hf = null;
|
|
27
|
+
this.hh = null;
|
|
32
28
|
this.hl = null;
|
|
29
|
+
this.g6 = false;
|
|
30
|
+
this.hc = null;
|
|
33
31
|
this.hk = null;
|
|
32
|
+
this.hj = null;
|
|
33
|
+
this.hi = null;
|
|
34
34
|
}
|
|
35
35
|
get_type() {
|
|
36
36
|
return "WebGrid";
|
|
37
37
|
}
|
|
38
38
|
get groupsExpanded() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.g4;
|
|
40
40
|
}
|
|
41
41
|
set groupsExpanded(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.g4 = a;
|
|
43
43
|
this.j("GroupsExpanded");
|
|
44
44
|
}
|
|
45
45
|
get dropAreaTemplateRef() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.hg;
|
|
47
47
|
}
|
|
48
48
|
set dropAreaTemplateRef(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.hg = a;
|
|
50
50
|
this.j("DropAreaTemplateRef");
|
|
51
51
|
}
|
|
52
52
|
get detailTemplateRef() {
|
|
53
|
-
return this.
|
|
53
|
+
return this.he;
|
|
54
54
|
}
|
|
55
55
|
set detailTemplateRef(a) {
|
|
56
|
-
this.
|
|
56
|
+
this.he = a;
|
|
57
57
|
this.j("DetailTemplateRef");
|
|
58
58
|
}
|
|
59
59
|
get id() {
|
|
60
|
-
return this.
|
|
60
|
+
return this.hm;
|
|
61
61
|
}
|
|
62
62
|
set id(a) {
|
|
63
|
-
this.
|
|
63
|
+
this.hm = a;
|
|
64
64
|
this.j("Id");
|
|
65
65
|
}
|
|
66
66
|
get dataRef() {
|
|
67
|
-
return this.
|
|
67
|
+
return this.hd;
|
|
68
68
|
}
|
|
69
69
|
set dataRef(a) {
|
|
70
|
-
this.
|
|
70
|
+
this.hd = a;
|
|
71
71
|
this.j("DataRef");
|
|
72
72
|
}
|
|
73
73
|
get totalItemCount() {
|
|
74
|
-
return this.
|
|
74
|
+
return this.ha;
|
|
75
75
|
}
|
|
76
76
|
set totalItemCount(a) {
|
|
77
|
-
this.
|
|
77
|
+
this.ha = a;
|
|
78
78
|
this.j("TotalItemCount");
|
|
79
79
|
}
|
|
80
80
|
get groupingExpressions() {
|
|
81
|
-
return this.
|
|
81
|
+
return this.gz;
|
|
82
82
|
}
|
|
83
83
|
set groupingExpressions(a) {
|
|
84
|
-
this.
|
|
84
|
+
this.gz = a;
|
|
85
85
|
this.j("GroupingExpressions");
|
|
86
86
|
}
|
|
87
87
|
get groupingExpansionState() {
|
|
88
|
-
return this.
|
|
88
|
+
return this.gy;
|
|
89
89
|
}
|
|
90
90
|
set groupingExpansionState(a) {
|
|
91
|
-
this.
|
|
91
|
+
this.gy = a;
|
|
92
92
|
this.j("GroupingExpansionState");
|
|
93
93
|
}
|
|
94
94
|
get hideGroupedColumns() {
|
|
95
|
-
return this.
|
|
95
|
+
return this.g5;
|
|
96
96
|
}
|
|
97
97
|
set hideGroupedColumns(a) {
|
|
98
|
-
this.
|
|
98
|
+
this.g5 = a;
|
|
99
99
|
this.j("HideGroupedColumns");
|
|
100
100
|
}
|
|
101
101
|
get groupStrategy() {
|
|
102
|
-
return this.
|
|
102
|
+
return this.g2;
|
|
103
103
|
}
|
|
104
104
|
set groupStrategy(a) {
|
|
105
|
-
this.
|
|
105
|
+
this.g2 = a;
|
|
106
106
|
this.j("GroupStrategy");
|
|
107
107
|
}
|
|
108
108
|
get dropAreaMessage() {
|
|
109
|
-
return this.
|
|
109
|
+
return this.hf;
|
|
110
110
|
}
|
|
111
111
|
set dropAreaMessage(a) {
|
|
112
|
-
this.
|
|
112
|
+
this.hf = a;
|
|
113
113
|
this.j("DropAreaMessage");
|
|
114
114
|
}
|
|
115
115
|
get groupByRowSelectorTemplateRef() {
|
|
116
|
-
return this.
|
|
116
|
+
return this.hh;
|
|
117
117
|
}
|
|
118
118
|
set groupByRowSelectorTemplateRef(a) {
|
|
119
|
-
this.
|
|
119
|
+
this.hh = a;
|
|
120
120
|
this.j("GroupByRowSelectorTemplateRef");
|
|
121
121
|
}
|
|
122
122
|
get groupRowTemplateRef() {
|
|
123
|
-
return this.
|
|
123
|
+
return this.hl;
|
|
124
124
|
}
|
|
125
125
|
set groupRowTemplateRef(a) {
|
|
126
|
-
this.
|
|
126
|
+
this.hl = a;
|
|
127
127
|
this.j("GroupRowTemplateRef");
|
|
128
128
|
}
|
|
129
129
|
get showGroupArea() {
|
|
130
|
-
return this.
|
|
130
|
+
return this.g6;
|
|
131
131
|
}
|
|
132
132
|
set showGroupArea(a) {
|
|
133
|
-
this.
|
|
133
|
+
this.g6 = a;
|
|
134
134
|
this.j("ShowGroupArea");
|
|
135
135
|
}
|
|
136
136
|
get dataPreLoadRef() {
|
|
137
|
-
return this.
|
|
137
|
+
return this.hc;
|
|
138
138
|
}
|
|
139
139
|
set dataPreLoadRef(a) {
|
|
140
|
-
this.
|
|
140
|
+
this.hc = a;
|
|
141
141
|
this.j("DataPreLoadRef");
|
|
142
142
|
}
|
|
143
143
|
get groupingExpressionsChangeRef() {
|
|
144
|
-
return this.
|
|
144
|
+
return this.hk;
|
|
145
145
|
}
|
|
146
146
|
set groupingExpressionsChangeRef(a) {
|
|
147
|
-
this.
|
|
147
|
+
this.hk = a;
|
|
148
148
|
this.j("GroupingExpressionsChangeRef");
|
|
149
149
|
}
|
|
150
150
|
get groupingExpansionStateChangeRef() {
|
|
151
|
-
return this.
|
|
151
|
+
return this.hj;
|
|
152
152
|
}
|
|
153
153
|
set groupingExpansionStateChangeRef(a) {
|
|
154
|
-
this.
|
|
154
|
+
this.hj = a;
|
|
155
155
|
this.j("GroupingExpansionStateChangeRef");
|
|
156
156
|
}
|
|
157
157
|
get groupingDoneRef() {
|
|
158
|
-
return this.
|
|
158
|
+
return this.hi;
|
|
159
159
|
}
|
|
160
160
|
set groupingDoneRef(a) {
|
|
161
|
-
this.
|
|
161
|
+
this.hi = a;
|
|
162
162
|
this.j("GroupingDoneRef");
|
|
163
163
|
}
|
|
164
164
|
}
|
|
@@ -15,9 +15,10 @@ export let WebGridToolbarExporterDescription = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super();
|
|
16
16
|
this.ad = false;
|
|
17
17
|
this.ae = false;
|
|
18
|
+
this.af = false;
|
|
19
|
+
this.al = null;
|
|
20
|
+
this.ak = null;
|
|
18
21
|
this.aj = null;
|
|
19
|
-
this.ai = null;
|
|
20
|
-
this.ah = null;
|
|
21
22
|
}
|
|
22
23
|
get_type() {
|
|
23
24
|
return "WebGridToolbarExporter";
|
|
@@ -36,25 +37,32 @@ export let WebGridToolbarExporterDescription = /*@__PURE__*/ (() => {
|
|
|
36
37
|
this.ae = a;
|
|
37
38
|
this.j("ExportExcel");
|
|
38
39
|
}
|
|
40
|
+
get exportPDF() {
|
|
41
|
+
return this.af;
|
|
42
|
+
}
|
|
43
|
+
set exportPDF(a) {
|
|
44
|
+
this.af = a;
|
|
45
|
+
this.j("ExportPDF");
|
|
46
|
+
}
|
|
39
47
|
get filename() {
|
|
40
|
-
return this.
|
|
48
|
+
return this.al;
|
|
41
49
|
}
|
|
42
50
|
set filename(a) {
|
|
43
|
-
this.
|
|
51
|
+
this.al = a;
|
|
44
52
|
this.j("Filename");
|
|
45
53
|
}
|
|
46
54
|
get exportStartedRef() {
|
|
47
|
-
return this.
|
|
55
|
+
return this.ak;
|
|
48
56
|
}
|
|
49
57
|
set exportStartedRef(a) {
|
|
50
|
-
this.
|
|
58
|
+
this.ak = a;
|
|
51
59
|
this.j("ExportStartedRef");
|
|
52
60
|
}
|
|
53
61
|
get exportEndedRef() {
|
|
54
|
-
return this.
|
|
62
|
+
return this.aj;
|
|
55
63
|
}
|
|
56
64
|
set exportEndedRef(a) {
|
|
57
|
-
this.
|
|
65
|
+
this.aj = a;
|
|
58
66
|
this.j("ExportEndedRef");
|
|
59
67
|
}
|
|
60
68
|
}
|
|
@@ -42,6 +42,7 @@ export let WebGridToolbarExporterDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
42
42
|
a.item("__manageItemInMarkup", "Boolean");
|
|
43
43
|
a.item("ExportCSV", "Boolean");
|
|
44
44
|
a.item("ExportExcel", "Boolean");
|
|
45
|
+
a.item("ExportPDF", "Boolean");
|
|
45
46
|
a.item("Filename", "String");
|
|
46
47
|
a.item("ExportStartedRef", "EventRef::exportStarted:customEvent");
|
|
47
48
|
a.item("ExportEndedRef", "EventRef::exportEnded:customEvent");
|
|
@@ -13,40 +13,40 @@ export let WebHierarchicalGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebHierarchicalGridBaseDirectiveDescription extends WebGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
16
|
+
this.g3 = null;
|
|
17
|
+
this.g0 = false;
|
|
18
|
+
this.gy = null;
|
|
19
|
+
this.g2 = null;
|
|
20
20
|
}
|
|
21
21
|
get_type() {
|
|
22
22
|
return "WebHierarchicalGridBaseDirective";
|
|
23
23
|
}
|
|
24
24
|
get hasChildrenKey() {
|
|
25
|
-
return this.
|
|
25
|
+
return this.g3;
|
|
26
26
|
}
|
|
27
27
|
set hasChildrenKey(a) {
|
|
28
|
-
this.
|
|
28
|
+
this.g3 = a;
|
|
29
29
|
this.j("HasChildrenKey");
|
|
30
30
|
}
|
|
31
31
|
get showExpandAll() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.g0;
|
|
33
33
|
}
|
|
34
34
|
set showExpandAll(a) {
|
|
35
|
-
this.
|
|
35
|
+
this.g0 = a;
|
|
36
36
|
this.j("ShowExpandAll");
|
|
37
37
|
}
|
|
38
38
|
get rootGrid() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.gy;
|
|
40
40
|
}
|
|
41
41
|
set rootGrid(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.gy = a;
|
|
43
43
|
this.j("RootGrid");
|
|
44
44
|
}
|
|
45
45
|
get dataPreLoadRef() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.g2;
|
|
47
47
|
}
|
|
48
48
|
set dataPreLoadRef(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.g2 = a;
|
|
50
50
|
this.j("DataPreLoadRef");
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -13,48 +13,48 @@ export let WebHierarchicalGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebHierarchicalGridDescription extends WebHierarchicalGridBaseDirectiveDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
16
|
+
this.g6 = null;
|
|
17
|
+
this.hd = null;
|
|
18
|
+
this.hc = null;
|
|
19
|
+
this.ha = 0;
|
|
20
|
+
this.g8 = false;
|
|
21
21
|
}
|
|
22
22
|
get_type() {
|
|
23
23
|
return "WebHierarchicalGrid";
|
|
24
24
|
}
|
|
25
25
|
get childLayoutList() {
|
|
26
|
-
return this.
|
|
26
|
+
return this.g6;
|
|
27
27
|
}
|
|
28
28
|
set childLayoutList(a) {
|
|
29
|
-
this.
|
|
29
|
+
this.g6 = a;
|
|
30
30
|
this.j("ChildLayoutList");
|
|
31
31
|
}
|
|
32
32
|
get id() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.hd;
|
|
34
34
|
}
|
|
35
35
|
set id(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.hd = a;
|
|
37
37
|
this.j("Id");
|
|
38
38
|
}
|
|
39
39
|
get dataRef() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.hc;
|
|
41
41
|
}
|
|
42
42
|
set dataRef(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.hc = a;
|
|
44
44
|
this.j("DataRef");
|
|
45
45
|
}
|
|
46
46
|
get totalItemCount() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.ha;
|
|
48
48
|
}
|
|
49
49
|
set totalItemCount(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.ha = a;
|
|
51
51
|
this.j("TotalItemCount");
|
|
52
52
|
}
|
|
53
53
|
get expandChildren() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.g8;
|
|
55
55
|
}
|
|
56
56
|
set expandChildren(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.g8 = a;
|
|
58
58
|
this.j("ExpandChildren");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -14,16 +14,15 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.m = false;
|
|
17
|
-
this.n = false;
|
|
18
|
-
this.aa = null;
|
|
19
|
-
this.z = null;
|
|
20
|
-
this.k = false;
|
|
21
|
-
this.o = false;
|
|
22
|
-
this.u = null;
|
|
23
|
-
this.l = false;
|
|
24
17
|
this.y = null;
|
|
25
18
|
this.x = null;
|
|
19
|
+
this.k = false;
|
|
20
|
+
this.n = false;
|
|
21
|
+
this.s = null;
|
|
22
|
+
this.l = false;
|
|
26
23
|
this.w = null;
|
|
24
|
+
this.v = null;
|
|
25
|
+
this.u = null;
|
|
27
26
|
}
|
|
28
27
|
get_type() {
|
|
29
28
|
return "WebInputBase";
|
|
@@ -38,25 +37,18 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
|
|
|
38
37
|
this.m = a;
|
|
39
38
|
this.j("Outlined");
|
|
40
39
|
}
|
|
41
|
-
get readOnly() {
|
|
42
|
-
return this.n;
|
|
43
|
-
}
|
|
44
|
-
set readOnly(a) {
|
|
45
|
-
this.n = a;
|
|
46
|
-
this.j("ReadOnly");
|
|
47
|
-
}
|
|
48
40
|
get placeholder() {
|
|
49
|
-
return this.
|
|
41
|
+
return this.y;
|
|
50
42
|
}
|
|
51
43
|
set placeholder(a) {
|
|
52
|
-
this.
|
|
44
|
+
this.y = a;
|
|
53
45
|
this.j("Placeholder");
|
|
54
46
|
}
|
|
55
47
|
get label() {
|
|
56
|
-
return this.
|
|
48
|
+
return this.x;
|
|
57
49
|
}
|
|
58
50
|
set label(a) {
|
|
59
|
-
this.
|
|
51
|
+
this.x = a;
|
|
60
52
|
this.j("Label");
|
|
61
53
|
}
|
|
62
54
|
get disabled() {
|
|
@@ -67,17 +59,17 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
|
|
|
67
59
|
this.j("Disabled");
|
|
68
60
|
}
|
|
69
61
|
get required() {
|
|
70
|
-
return this.
|
|
62
|
+
return this.n;
|
|
71
63
|
}
|
|
72
64
|
set required(a) {
|
|
73
|
-
this.
|
|
65
|
+
this.n = a;
|
|
74
66
|
this.j("Required");
|
|
75
67
|
}
|
|
76
68
|
get defaultValue() {
|
|
77
|
-
return this.
|
|
69
|
+
return this.s;
|
|
78
70
|
}
|
|
79
71
|
set defaultValue(a) {
|
|
80
|
-
this.
|
|
72
|
+
this.s = a;
|
|
81
73
|
this.j("DefaultValue");
|
|
82
74
|
}
|
|
83
75
|
get invalid() {
|
|
@@ -88,24 +80,24 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
|
|
|
88
80
|
this.j("Invalid");
|
|
89
81
|
}
|
|
90
82
|
get inputOcurredRef() {
|
|
91
|
-
return this.
|
|
83
|
+
return this.w;
|
|
92
84
|
}
|
|
93
85
|
set inputOcurredRef(a) {
|
|
94
|
-
this.
|
|
86
|
+
this.w = a;
|
|
95
87
|
this.j("InputOcurredRef");
|
|
96
88
|
}
|
|
97
89
|
get focusRef() {
|
|
98
|
-
return this.
|
|
90
|
+
return this.v;
|
|
99
91
|
}
|
|
100
92
|
set focusRef(a) {
|
|
101
|
-
this.
|
|
93
|
+
this.v = a;
|
|
102
94
|
this.j("FocusRef");
|
|
103
95
|
}
|
|
104
96
|
get blurRef() {
|
|
105
|
-
return this.
|
|
97
|
+
return this.u;
|
|
106
98
|
}
|
|
107
99
|
set blurRef(a) {
|
|
108
|
-
this.
|
|
100
|
+
this.u = a;
|
|
109
101
|
this.j("BlurRef");
|
|
110
102
|
}
|
|
111
103
|
}
|
|
@@ -30,7 +30,6 @@ export let WebInputBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
30
30
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
31
31
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
32
32
|
a.item("Outlined", "Boolean");
|
|
33
|
-
a.item("ReadOnly", "Boolean");
|
|
34
33
|
a.item("Placeholder", "String");
|
|
35
34
|
a.item("Label", "String");
|
|
36
35
|
a.item("Disabled", "Boolean");
|
|
@@ -15,6 +15,7 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super();
|
|
16
16
|
this.a0 = null;
|
|
17
17
|
this.ax = null;
|
|
18
|
+
this.ag = false;
|
|
18
19
|
this.ay = null;
|
|
19
20
|
this.az = null;
|
|
20
21
|
this.ao = 0;
|
|
@@ -22,9 +23,9 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
|
|
|
22
23
|
this.an = 0;
|
|
23
24
|
this.al = 0;
|
|
24
25
|
this.ap = 0;
|
|
25
|
-
this.
|
|
26
|
+
this.af = false;
|
|
26
27
|
this.av = null;
|
|
27
|
-
this.
|
|
28
|
+
this.ah = false;
|
|
28
29
|
this.aw = null;
|
|
29
30
|
}
|
|
30
31
|
get_type() {
|
|
@@ -44,6 +45,13 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
|
|
|
44
45
|
this.ax = a;
|
|
45
46
|
this.j("DisplayType");
|
|
46
47
|
}
|
|
48
|
+
get readOnly() {
|
|
49
|
+
return this.ag;
|
|
50
|
+
}
|
|
51
|
+
set readOnly(a) {
|
|
52
|
+
this.ag = a;
|
|
53
|
+
this.j("ReadOnly");
|
|
54
|
+
}
|
|
47
55
|
get inputMode() {
|
|
48
56
|
return this.ay;
|
|
49
57
|
}
|
|
@@ -94,10 +102,10 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
|
|
|
94
102
|
this.j("Step");
|
|
95
103
|
}
|
|
96
104
|
get autofocus() {
|
|
97
|
-
return this.
|
|
105
|
+
return this.af;
|
|
98
106
|
}
|
|
99
107
|
set autofocus(a) {
|
|
100
|
-
this.
|
|
108
|
+
this.af = a;
|
|
101
109
|
this.j("Autofocus");
|
|
102
110
|
}
|
|
103
111
|
get autocomplete() {
|
|
@@ -108,10 +116,10 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
|
|
|
108
116
|
this.j("Autocomplete");
|
|
109
117
|
}
|
|
110
118
|
get validateOnly() {
|
|
111
|
-
return this.
|
|
119
|
+
return this.ah;
|
|
112
120
|
}
|
|
113
121
|
set validateOnly(a) {
|
|
114
|
-
this.
|
|
122
|
+
this.ah = a;
|
|
115
123
|
this.j("ValidateOnly");
|
|
116
124
|
}
|
|
117
125
|
get changeRef() {
|
|
@@ -35,6 +35,7 @@ export let WebInputDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
35
35
|
a.item("DisplayType", "(wc:Type)ExportedType:string:InputType");
|
|
36
36
|
a.item("DisplayType@stringUnion", "WebComponents;React");
|
|
37
37
|
a.item("DisplayType@names", "Text;Email;Number;Password;Search;Tel;Url");
|
|
38
|
+
a.item("ReadOnly", "Boolean");
|
|
38
39
|
a.item("InputMode", "String");
|
|
39
40
|
a.item("Pattern", "String");
|
|
40
41
|
a.item("MinLength", "Number:double");
|
|
@@ -13,16 +13,32 @@ export let WebMaskInputBaseDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebMaskInputBaseDescription extends WebInputBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.af = false;
|
|
16
17
|
this.ah = null;
|
|
18
|
+
this.ai = null;
|
|
17
19
|
}
|
|
18
20
|
get_type() {
|
|
19
21
|
return "WebMaskInputBase";
|
|
20
22
|
}
|
|
21
|
-
get
|
|
23
|
+
get readOnly() {
|
|
24
|
+
return this.af;
|
|
25
|
+
}
|
|
26
|
+
set readOnly(a) {
|
|
27
|
+
this.af = a;
|
|
28
|
+
this.j("ReadOnly");
|
|
29
|
+
}
|
|
30
|
+
get mask() {
|
|
22
31
|
return this.ah;
|
|
23
32
|
}
|
|
24
|
-
set
|
|
33
|
+
set mask(a) {
|
|
25
34
|
this.ah = a;
|
|
35
|
+
this.j("Mask");
|
|
36
|
+
}
|
|
37
|
+
get prompt() {
|
|
38
|
+
return this.ai;
|
|
39
|
+
}
|
|
40
|
+
set prompt(a) {
|
|
41
|
+
this.ai = a;
|
|
26
42
|
this.j("Prompt");
|
|
27
43
|
}
|
|
28
44
|
}
|
|
@@ -27,6 +27,8 @@ export let WebMaskInputBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
27
27
|
a.item("__qualifiedNameTS", "String:MaskInputBase");
|
|
28
28
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
29
29
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
|
|
30
|
+
a.item("ReadOnly", "Boolean");
|
|
31
|
+
a.item("Mask", "String");
|
|
30
32
|
a.item("Prompt", "String");
|
|
31
33
|
}
|
|
32
34
|
static d(a) {
|
|
@@ -13,40 +13,32 @@ export let WebMaskInputDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class WebMaskInputDescription extends WebMaskInputBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.an = null;
|
|
16
17
|
this.am = null;
|
|
17
18
|
this.al = null;
|
|
18
|
-
this.ak = null;
|
|
19
|
-
this.aj = null;
|
|
20
19
|
}
|
|
21
20
|
get_type() {
|
|
22
21
|
return "WebMaskInput";
|
|
23
22
|
}
|
|
24
23
|
get valueMode() {
|
|
25
|
-
return this.
|
|
24
|
+
return this.an;
|
|
26
25
|
}
|
|
27
26
|
set valueMode(a) {
|
|
28
|
-
this.
|
|
27
|
+
this.an = a;
|
|
29
28
|
this.j("ValueMode");
|
|
30
29
|
}
|
|
31
30
|
get value() {
|
|
32
|
-
return this.
|
|
31
|
+
return this.am;
|
|
33
32
|
}
|
|
34
33
|
set value(a) {
|
|
35
|
-
this.
|
|
34
|
+
this.am = a;
|
|
36
35
|
this.j("Value");
|
|
37
36
|
}
|
|
38
|
-
get mask() {
|
|
39
|
-
return this.ak;
|
|
40
|
-
}
|
|
41
|
-
set mask(a) {
|
|
42
|
-
this.ak = a;
|
|
43
|
-
this.j("Mask");
|
|
44
|
-
}
|
|
45
37
|
get changeRef() {
|
|
46
|
-
return this.
|
|
38
|
+
return this.al;
|
|
47
39
|
}
|
|
48
40
|
set changeRef(a) {
|
|
49
|
-
this.
|
|
41
|
+
this.al = a;
|
|
50
42
|
this.j("ChangeRef");
|
|
51
43
|
}
|
|
52
44
|
}
|
|
@@ -35,7 +35,6 @@ export let WebMaskInputDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
35
35
|
a.item("ValueMode@stringUnion", "WebComponents;React");
|
|
36
36
|
a.item("ValueMode@names", "Raw;WithFormatting");
|
|
37
37
|
a.item("Value", "String");
|
|
38
|
-
a.item("Mask", "String");
|
|
39
38
|
a.item("ChangeRef", "EventRef:ComponentValueChangedEventHandler:change");
|
|
40
39
|
a.item("ChangeRef@args", "ComponentValueChangedEventArgs");
|
|
41
40
|
}
|