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
|
@@ -25,7 +25,7 @@ export let StackedFragmentSeriesDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
25
25
|
PropertyUpdatedEventArgsDescriptionMetadata.d(a);
|
|
26
26
|
}
|
|
27
27
|
static c(a) {
|
|
28
|
-
a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,
|
|
28
|
+
a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,s:DataSource,k:DataSource,wf:ItemsSource)DataRef::object");
|
|
29
29
|
a.item("HighlightedDataSourceRef", "(w:HighlightedItemsSource,xam:HighlightedItemsSource,p:HighlightedItemsSource)DataRef::object");
|
|
30
30
|
a.item("Brush", "Brush");
|
|
31
31
|
a.item("ActualBrush", "Brush");
|
|
@@ -15,6 +15,7 @@ export let TimeAxisLabelFormatDescription = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super();
|
|
16
16
|
this.k = 0;
|
|
17
17
|
this.m = null;
|
|
18
|
+
this.q = null;
|
|
18
19
|
this.p = null;
|
|
19
20
|
this.o = null;
|
|
20
21
|
this.n = null;
|
|
@@ -40,26 +41,33 @@ export let TimeAxisLabelFormatDescription = /*@__PURE__*/ (() => {
|
|
|
40
41
|
this.j("Format");
|
|
41
42
|
}
|
|
42
43
|
get repeatedYearFormat() {
|
|
43
|
-
return this.
|
|
44
|
+
return this.q;
|
|
44
45
|
}
|
|
45
46
|
set repeatedYearFormat(a) {
|
|
46
|
-
this.
|
|
47
|
+
this.q = a;
|
|
47
48
|
this.j("RepeatedYearFormat");
|
|
48
49
|
}
|
|
49
50
|
get repeatedMonthFormat() {
|
|
50
|
-
return this.
|
|
51
|
+
return this.p;
|
|
51
52
|
}
|
|
52
53
|
set repeatedMonthFormat(a) {
|
|
53
|
-
this.
|
|
54
|
+
this.p = a;
|
|
54
55
|
this.j("RepeatedMonthFormat");
|
|
55
56
|
}
|
|
56
57
|
get repeatedDayFormat() {
|
|
57
|
-
return this.
|
|
58
|
+
return this.o;
|
|
58
59
|
}
|
|
59
60
|
set repeatedDayFormat(a) {
|
|
60
|
-
this.
|
|
61
|
+
this.o = a;
|
|
61
62
|
this.j("RepeatedDayFormat");
|
|
62
63
|
}
|
|
64
|
+
get labelFormatOverrideRef() {
|
|
65
|
+
return this.n;
|
|
66
|
+
}
|
|
67
|
+
set labelFormatOverrideRef(a) {
|
|
68
|
+
this.n = a;
|
|
69
|
+
this.j("LabelFormatOverrideRef");
|
|
70
|
+
}
|
|
63
71
|
}
|
|
64
72
|
TimeAxisLabelFormatDescription.$t = markType(TimeAxisLabelFormatDescription, 'TimeAxisLabelFormatDescription', Description.$);
|
|
65
73
|
return TimeAxisLabelFormatDescription;
|
|
@@ -4,38 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export let TimeAxisLabelFormatDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
-
class TimeAxisLabelFormatDescriptionMetadata extends Base {
|
|
15
|
-
static b(a) {
|
|
16
|
-
if (TimeAxisLabelFormatDescriptionMetadata.a == null) {
|
|
17
|
-
TimeAxisLabelFormatDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
-
TimeAxisLabelFormatDescriptionMetadata.c(TimeAxisLabelFormatDescriptionMetadata.a);
|
|
19
|
-
}
|
|
20
|
-
if (a.k(TimeAxisLabelFormatDescriptionMetadata.a)) {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
a.ad(TimeAxisLabelFormatDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
static c(a) {
|
|
26
|
-
a.item("Range", "TimeSpan");
|
|
27
|
-
a.item("Format", "String");
|
|
28
|
-
a.item("RepeatedYearFormat", "String");
|
|
29
|
-
a.item("RepeatedMonthFormat", "String");
|
|
30
|
-
a.item("RepeatedDayFormat", "String");
|
|
31
|
-
}
|
|
32
|
-
static d(a) {
|
|
33
|
-
TimeAxisLabelFormatDescriptionMetadata.b(a);
|
|
34
|
-
a.af("TimeAxisLabelFormat", () => new TimeAxisLabelFormatDescription());
|
|
35
|
-
a.ae("TimeAxisLabelFormat", TimeAxisLabelFormatDescriptionMetadata.a);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
TimeAxisLabelFormatDescriptionMetadata.$t = markType(TimeAxisLabelFormatDescriptionMetadata, 'TimeAxisLabelFormatDescriptionMetadata');
|
|
39
|
-
TimeAxisLabelFormatDescriptionMetadata.a = null;
|
|
40
|
-
return TimeAxisLabelFormatDescriptionMetadata;
|
|
41
|
-
})();
|
|
7
|
+
export { TimeAxisLabelFormatDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let TrailingTwelveMonthsExpressionDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class TrailingTwelveMonthsExpressionDescription extends WrapperExpressionDescription {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
}
|
|
17
|
+
get_type() {
|
|
18
|
+
return "TrailingTwelveMonthsExpression";
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TrailingTwelveMonthsExpressionDescription.$t = markType(TrailingTwelveMonthsExpressionDescription, 'TrailingTwelveMonthsExpressionDescription', WrapperExpressionDescription.$);
|
|
22
|
+
TrailingTwelveMonthsExpressionDescription.__marshalByValue2 = true;
|
|
23
|
+
TrailingTwelveMonthsExpressionDescription.__marshalByValueAlias2 = "TrailingTwelveMonthsExpression";
|
|
24
|
+
return TrailingTwelveMonthsExpressionDescription;
|
|
25
|
+
})();
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
|
|
10
|
+
import { TrailingTwelveMonthsExpressionDescription } from "./TrailingTwelveMonthsExpressionDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let TrailingTwelveMonthsExpressionDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class TrailingTwelveMonthsExpressionDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (TrailingTwelveMonthsExpressionDescriptionMetadata.a == null) {
|
|
18
|
+
TrailingTwelveMonthsExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
TrailingTwelveMonthsExpressionDescriptionMetadata.c(TrailingTwelveMonthsExpressionDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.k(TrailingTwelveMonthsExpressionDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.ad(TrailingTwelveMonthsExpressionDescriptionMetadata.a);
|
|
25
|
+
}
|
|
26
|
+
static c(a) {
|
|
27
|
+
WrapperExpressionDescriptionMetadata.c(a);
|
|
28
|
+
}
|
|
29
|
+
static d(a) {
|
|
30
|
+
WrapperExpressionDescriptionMetadata.d(a);
|
|
31
|
+
TrailingTwelveMonthsExpressionDescriptionMetadata.b(a);
|
|
32
|
+
a.af("TrailingTwelveMonthsExpression", () => new TrailingTwelveMonthsExpressionDescription());
|
|
33
|
+
a.ae("TrailingTwelveMonthsExpression", TrailingTwelveMonthsExpressionDescriptionMetadata.a);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
TrailingTwelveMonthsExpressionDescriptionMetadata.$t = markType(TrailingTwelveMonthsExpressionDescriptionMetadata, 'TrailingTwelveMonthsExpressionDescriptionMetadata');
|
|
37
|
+
TrailingTwelveMonthsExpressionDescriptionMetadata.a = null;
|
|
38
|
+
return TrailingTwelveMonthsExpressionDescriptionMetadata;
|
|
39
|
+
})();
|
|
@@ -23,6 +23,7 @@ import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringEx
|
|
|
23
23
|
import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
|
|
24
24
|
import { WebFilteringStrategyDescriptionMetadata } from "./WebFilteringStrategyDescriptionMetadata";
|
|
25
25
|
import { WebGridSortingStrategyDescriptionMetadata } from "./WebGridSortingStrategyDescriptionMetadata";
|
|
26
|
+
import { WebGridMergeStrategyDescriptionMetadata } from "./WebGridMergeStrategyDescriptionMetadata";
|
|
26
27
|
import { WebSortingOptionsDescriptionMetadata } from "./WebSortingOptionsDescriptionMetadata";
|
|
27
28
|
import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
|
|
28
29
|
import { WebOverlayOutletDirectiveDescriptionMetadata } from "./WebOverlayOutletDirectiveDescriptionMetadata";
|
|
@@ -275,6 +276,7 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
275
276
|
WebPinningConfigDescriptionMetadata.d(a);
|
|
276
277
|
WebFilteringStrategyDescriptionMetadata.d(a);
|
|
277
278
|
WebGridSortingStrategyDescriptionMetadata.d(a);
|
|
279
|
+
WebGridMergeStrategyDescriptionMetadata.d(a);
|
|
278
280
|
WebSortingOptionsDescriptionMetadata.d(a);
|
|
279
281
|
WebSortingExpressionDescriptionMetadata.d(a);
|
|
280
282
|
WebOverlayOutletDirectiveDescriptionMetadata.d(a);
|
|
@@ -398,6 +400,7 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
398
400
|
a.item("ShowSummaryOnCollapse", "Boolean");
|
|
399
401
|
a.item("FilterStrategy", "ExportedType:WebFilteringStrategy");
|
|
400
402
|
a.item("SortStrategy", "ExportedType:WebGridSortingStrategy");
|
|
403
|
+
a.item("MergeStrategy", "ExportedType:WebGridMergeStrategy");
|
|
401
404
|
a.item("SortingOptions", "ExportedType:WebSortingOptions");
|
|
402
405
|
a.item("SelectedRows", "Array:object");
|
|
403
406
|
a.item("HeadSelectorTemplateRef", "(w:HeadSelectorTemplate,p:HeadSelectorTemplate)TemplateRef::object");
|
|
@@ -409,6 +412,9 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
409
412
|
a.item("CellSelection", "ExportedType:string:GridSelectionMode");
|
|
410
413
|
a.item("CellSelection@stringUnion", "WebComponents;React");
|
|
411
414
|
a.item("CellSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
415
|
+
a.item("CellMergeMode", "ExportedType:string:GridCellMergeMode");
|
|
416
|
+
a.item("CellMergeMode@stringUnion", "WebComponents;React");
|
|
417
|
+
a.item("CellMergeMode@names", "Always;OnSort");
|
|
412
418
|
a.item("RowSelection", "ExportedType:string:GridSelectionMode");
|
|
413
419
|
a.item("RowSelection@stringUnion", "WebComponents;React");
|
|
414
420
|
a.item("RowSelection@names", "None;Single;Multiple;MultipleCascade");
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { WebDefaultMergeStrategyDescription } from "./WebDefaultMergeStrategyDescription";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebByLevelTreeGridMergeStrategyDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebByLevelTreeGridMergeStrategyDescription extends WebDefaultMergeStrategyDescription {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
}
|
|
17
|
+
get_type() {
|
|
18
|
+
return "WebByLevelTreeGridMergeStrategy";
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
WebByLevelTreeGridMergeStrategyDescription.$t = markType(WebByLevelTreeGridMergeStrategyDescription, 'WebByLevelTreeGridMergeStrategyDescription', WebDefaultMergeStrategyDescription.$);
|
|
22
|
+
return WebByLevelTreeGridMergeStrategyDescription;
|
|
23
|
+
})();
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebDefaultMergeStrategyDescriptionMetadata } from "./WebDefaultMergeStrategyDescriptionMetadata";
|
|
10
|
+
import { WebByLevelTreeGridMergeStrategyDescription } from "./WebByLevelTreeGridMergeStrategyDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebByLevelTreeGridMergeStrategyDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebByLevelTreeGridMergeStrategyDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebByLevelTreeGridMergeStrategyDescriptionMetadata.a == null) {
|
|
18
|
+
WebByLevelTreeGridMergeStrategyDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebByLevelTreeGridMergeStrategyDescriptionMetadata.c(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.k(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.ad(WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
|
|
25
|
+
}
|
|
26
|
+
static c(a) {
|
|
27
|
+
WebDefaultMergeStrategyDescriptionMetadata.c(a);
|
|
28
|
+
a.item("__qualifiedNameTS", "String:ByLevelTreeGridMergeStrategy");
|
|
29
|
+
a.item("__packageNameWC", "String:grids");
|
|
30
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
31
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
32
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
33
|
+
a.item("__skipSuffix", "Boolean");
|
|
34
|
+
}
|
|
35
|
+
static d(a) {
|
|
36
|
+
WebDefaultMergeStrategyDescriptionMetadata.d(a);
|
|
37
|
+
WebByLevelTreeGridMergeStrategyDescriptionMetadata.b(a);
|
|
38
|
+
a.af("WebByLevelTreeGridMergeStrategy", () => new WebByLevelTreeGridMergeStrategyDescription());
|
|
39
|
+
a.ae("WebByLevelTreeGridMergeStrategy", WebByLevelTreeGridMergeStrategyDescriptionMetadata.a);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
WebByLevelTreeGridMergeStrategyDescriptionMetadata.$t = markType(WebByLevelTreeGridMergeStrategyDescriptionMetadata, 'WebByLevelTreeGridMergeStrategyDescriptionMetadata');
|
|
43
|
+
WebByLevelTreeGridMergeStrategyDescriptionMetadata.a = null;
|
|
44
|
+
return WebByLevelTreeGridMergeStrategyDescriptionMetadata;
|
|
45
|
+
})();
|