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
|
@@ -14,20 +14,20 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(GeographicMapDescription, _super);
|
|
15
15
|
function GeographicMapDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.j4 = null;
|
|
21
|
-
_this.ju = false;
|
|
22
|
-
_this.jt = false;
|
|
23
|
-
_this.jp = null;
|
|
24
|
-
_this.jo = null;
|
|
25
|
-
_this.jm = null;
|
|
26
|
-
_this.j1 = 0;
|
|
27
|
-
_this.j0 = 0;
|
|
28
|
-
_this.j6 = null;
|
|
17
|
+
_this.jz = false;
|
|
18
|
+
_this.kb = null;
|
|
19
|
+
_this.jw = false;
|
|
29
20
|
_this.j8 = null;
|
|
30
|
-
_this.
|
|
21
|
+
_this.jy = false;
|
|
22
|
+
_this.jx = false;
|
|
23
|
+
_this.jt = null;
|
|
24
|
+
_this.js = null;
|
|
25
|
+
_this.jq = null;
|
|
26
|
+
_this.j5 = 0;
|
|
27
|
+
_this.j4 = 0;
|
|
28
|
+
_this.ka = null;
|
|
29
|
+
_this.kc = null;
|
|
30
|
+
_this.j9 = null;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
33
|
GeographicMapDescription.prototype.get_type = function () {
|
|
@@ -35,10 +35,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(GeographicMapDescription.prototype, "zoomable", {
|
|
37
37
|
get: function () {
|
|
38
|
-
return this.
|
|
38
|
+
return this.jz;
|
|
39
39
|
},
|
|
40
40
|
set: function (a) {
|
|
41
|
-
this.
|
|
41
|
+
this.jz = a;
|
|
42
42
|
this.j("Zoomable");
|
|
43
43
|
},
|
|
44
44
|
enumerable: false,
|
|
@@ -46,10 +46,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(GeographicMapDescription.prototype, "resizeBehavior", {
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.
|
|
49
|
+
return this.kb;
|
|
50
50
|
},
|
|
51
51
|
set: function (a) {
|
|
52
|
-
this.
|
|
52
|
+
this.kb = a;
|
|
53
53
|
this.j("ResizeBehavior");
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
@@ -57,10 +57,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(GeographicMapDescription.prototype, "isHorizontalWrappingEnabled", {
|
|
59
59
|
get: function () {
|
|
60
|
-
return this.
|
|
60
|
+
return this.jw;
|
|
61
61
|
},
|
|
62
62
|
set: function (a) {
|
|
63
|
-
this.
|
|
63
|
+
this.jw = a;
|
|
64
64
|
this.j("IsHorizontalWrappingEnabled");
|
|
65
65
|
},
|
|
66
66
|
enumerable: false,
|
|
@@ -68,10 +68,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(GeographicMapDescription.prototype, "backgroundTilingMode", {
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.
|
|
71
|
+
return this.j8;
|
|
72
72
|
},
|
|
73
73
|
set: function (a) {
|
|
74
|
-
this.
|
|
74
|
+
this.j8 = a;
|
|
75
75
|
this.j("BackgroundTilingMode");
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
@@ -79,10 +79,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(GeographicMapDescription.prototype, "useWorldRectForZoomBounds", {
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.
|
|
82
|
+
return this.jy;
|
|
83
83
|
},
|
|
84
84
|
set: function (a) {
|
|
85
|
-
this.
|
|
85
|
+
this.jy = a;
|
|
86
86
|
this.j("UseWorldRectForZoomBounds");
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
@@ -90,10 +90,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(GeographicMapDescription.prototype, "suppressZoomResetOnWorldRectChange", {
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.
|
|
93
|
+
return this.jx;
|
|
94
94
|
},
|
|
95
95
|
set: function (a) {
|
|
96
|
-
this.
|
|
96
|
+
this.jx = a;
|
|
97
97
|
this.j("SuppressZoomResetOnWorldRectChange");
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
@@ -101,10 +101,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(GeographicMapDescription.prototype, "worldRect", {
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.
|
|
104
|
+
return this.jt;
|
|
105
105
|
},
|
|
106
106
|
set: function (a) {
|
|
107
|
-
this.
|
|
107
|
+
this.jt = a;
|
|
108
108
|
this.j("WorldRect");
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
@@ -112,10 +112,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
112
112
|
});
|
|
113
113
|
Object.defineProperty(GeographicMapDescription.prototype, "actualWorldRect", {
|
|
114
114
|
get: function () {
|
|
115
|
-
return this.
|
|
115
|
+
return this.js;
|
|
116
116
|
},
|
|
117
117
|
set: function (a) {
|
|
118
|
-
this.
|
|
118
|
+
this.js = a;
|
|
119
119
|
this.j("ActualWorldRect");
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
@@ -123,10 +123,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(GeographicMapDescription.prototype, "backgroundContent", {
|
|
125
125
|
get: function () {
|
|
126
|
-
return this.
|
|
126
|
+
return this.jq;
|
|
127
127
|
},
|
|
128
128
|
set: function (a) {
|
|
129
|
-
this.
|
|
129
|
+
this.jq = a;
|
|
130
130
|
this.j("BackgroundContent");
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
@@ -134,10 +134,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(GeographicMapDescription.prototype, "windowScale", {
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.
|
|
137
|
+
return this.j5;
|
|
138
138
|
},
|
|
139
139
|
set: function (a) {
|
|
140
|
-
this.
|
|
140
|
+
this.j5 = a;
|
|
141
141
|
this.j("WindowScale");
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
@@ -145,10 +145,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(GeographicMapDescription.prototype, "actualWindowScale", {
|
|
147
147
|
get: function () {
|
|
148
|
-
return this.
|
|
148
|
+
return this.j4;
|
|
149
149
|
},
|
|
150
150
|
set: function (a) {
|
|
151
|
-
this.
|
|
151
|
+
this.j4 = a;
|
|
152
152
|
this.j("ActualWindowScale");
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
@@ -156,10 +156,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(GeographicMapDescription.prototype, "imageTilesReadyRef", {
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.
|
|
159
|
+
return this.ka;
|
|
160
160
|
},
|
|
161
161
|
set: function (a) {
|
|
162
|
-
this.
|
|
162
|
+
this.ka = a;
|
|
163
163
|
this.j("ImageTilesReadyRef");
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
@@ -167,10 +167,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(GeographicMapDescription.prototype, "width", {
|
|
169
169
|
get: function () {
|
|
170
|
-
return this.
|
|
170
|
+
return this.kc;
|
|
171
171
|
},
|
|
172
172
|
set: function (a) {
|
|
173
|
-
this.
|
|
173
|
+
this.kc = a;
|
|
174
174
|
this.j("Width");
|
|
175
175
|
},
|
|
176
176
|
enumerable: false,
|
|
@@ -178,10 +178,10 @@ var GeographicMapDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(GeographicMapDescription.prototype, "height", {
|
|
180
180
|
get: function () {
|
|
181
|
-
return this.
|
|
181
|
+
return this.j9;
|
|
182
182
|
},
|
|
183
183
|
set: function (a) {
|
|
184
|
-
this.
|
|
184
|
+
this.j9 = a;
|
|
185
185
|
this.j("Height");
|
|
186
186
|
},
|
|
187
187
|
enumerable: false,
|
|
@@ -0,0 +1,80 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var ImageLoadEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(ImageLoadEventArgsDescription, _super);
|
|
15
|
+
function ImageLoadEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.n = null;
|
|
18
|
+
_this.m = null;
|
|
19
|
+
_this.l = null;
|
|
20
|
+
_this.k = null;
|
|
21
|
+
return _this;
|
|
22
|
+
}
|
|
23
|
+
ImageLoadEventArgsDescription.prototype.get_type = function () {
|
|
24
|
+
return "ImageLoadEventArgs";
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(ImageLoadEventArgsDescription.prototype, "type", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this.get_type();
|
|
29
|
+
},
|
|
30
|
+
enumerable: false,
|
|
31
|
+
configurable: true
|
|
32
|
+
});
|
|
33
|
+
Object.defineProperty(ImageLoadEventArgsDescription.prototype, "status", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this.n;
|
|
36
|
+
},
|
|
37
|
+
set: function (a) {
|
|
38
|
+
this.n = a;
|
|
39
|
+
this.j("Status");
|
|
40
|
+
},
|
|
41
|
+
enumerable: false,
|
|
42
|
+
configurable: true
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(ImageLoadEventArgsDescription.prototype, "path", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.m;
|
|
47
|
+
},
|
|
48
|
+
set: function (a) {
|
|
49
|
+
this.m = a;
|
|
50
|
+
this.j("Path");
|
|
51
|
+
},
|
|
52
|
+
enumerable: false,
|
|
53
|
+
configurable: true
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(ImageLoadEventArgsDescription.prototype, "error", {
|
|
56
|
+
get: function () {
|
|
57
|
+
return this.l;
|
|
58
|
+
},
|
|
59
|
+
set: function (a) {
|
|
60
|
+
this.l = a;
|
|
61
|
+
this.j("Error");
|
|
62
|
+
},
|
|
63
|
+
enumerable: false,
|
|
64
|
+
configurable: true
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(ImageLoadEventArgsDescription.prototype, "dataRef", {
|
|
67
|
+
get: function () {
|
|
68
|
+
return this.k;
|
|
69
|
+
},
|
|
70
|
+
set: function (a) {
|
|
71
|
+
this.k = a;
|
|
72
|
+
this.j("DataRef");
|
|
73
|
+
},
|
|
74
|
+
enumerable: false,
|
|
75
|
+
configurable: true
|
|
76
|
+
});
|
|
77
|
+
ImageLoadEventArgsDescription.$t = markType(ImageLoadEventArgsDescription, 'ImageLoadEventArgsDescription', Description.$);
|
|
78
|
+
return ImageLoadEventArgsDescription;
|
|
79
|
+
}(Description));
|
|
80
|
+
export { ImageLoadEventArgsDescription };
|
|
@@ -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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { ImageLoadEventArgsDescription } from "./ImageLoadEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var ImageLoadEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(ImageLoadEventArgsDescriptionMetadata, _super);
|
|
16
|
+
function ImageLoadEventArgsDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
ImageLoadEventArgsDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (ImageLoadEventArgsDescriptionMetadata.a == null) {
|
|
21
|
+
ImageLoadEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
ImageLoadEventArgsDescriptionMetadata.c(ImageLoadEventArgsDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.k(ImageLoadEventArgsDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.ad(ImageLoadEventArgsDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
ImageLoadEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("Status", "ExportedType:string:ImageLoadStatus");
|
|
31
|
+
a.item("Status@names", "Unknown;Loading;Completed;Failed;Canceled");
|
|
32
|
+
a.item("Path", "String");
|
|
33
|
+
a.item("Error", "String");
|
|
34
|
+
a.item("DataRef", "(w:Data,p:Data)DataRef");
|
|
35
|
+
};
|
|
36
|
+
ImageLoadEventArgsDescriptionMetadata.d = function (a) {
|
|
37
|
+
ImageLoadEventArgsDescriptionMetadata.b(a);
|
|
38
|
+
a.af("ImageLoadEventArgs", function () { return new ImageLoadEventArgsDescription(); });
|
|
39
|
+
a.ae("ImageLoadEventArgs", ImageLoadEventArgsDescriptionMetadata.a);
|
|
40
|
+
};
|
|
41
|
+
ImageLoadEventArgsDescriptionMetadata.$t = markType(ImageLoadEventArgsDescriptionMetadata, 'ImageLoadEventArgsDescriptionMetadata');
|
|
42
|
+
ImageLoadEventArgsDescriptionMetadata.a = null;
|
|
43
|
+
return ImageLoadEventArgsDescriptionMetadata;
|
|
44
|
+
}(Base));
|
|
45
|
+
export { ImageLoadEventArgsDescriptionMetadata };
|
|
@@ -0,0 +1,68 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var LabelFormatOverrideEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(LabelFormatOverrideEventArgsDescription, _super);
|
|
15
|
+
function LabelFormatOverrideEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.m = new Date();
|
|
18
|
+
_this.k = null;
|
|
19
|
+
_this.o = null;
|
|
20
|
+
return _this;
|
|
21
|
+
}
|
|
22
|
+
LabelFormatOverrideEventArgsDescription.prototype.get_type = function () {
|
|
23
|
+
return "LabelFormatOverrideEventArgs";
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(LabelFormatOverrideEventArgsDescription.prototype, "type", {
|
|
26
|
+
get: function () {
|
|
27
|
+
return this.get_type();
|
|
28
|
+
},
|
|
29
|
+
enumerable: false,
|
|
30
|
+
configurable: true
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(LabelFormatOverrideEventArgsDescription.prototype, "dateTime", {
|
|
33
|
+
get: function () {
|
|
34
|
+
return this.m;
|
|
35
|
+
},
|
|
36
|
+
set: function (a) {
|
|
37
|
+
this.m = a;
|
|
38
|
+
this.j("DateTime");
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(LabelFormatOverrideEventArgsDescription.prototype, "format", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this.k;
|
|
46
|
+
},
|
|
47
|
+
set: function (a) {
|
|
48
|
+
this.k = a;
|
|
49
|
+
this.j("Format");
|
|
50
|
+
},
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(LabelFormatOverrideEventArgsDescription.prototype, "label", {
|
|
55
|
+
get: function () {
|
|
56
|
+
return this.o;
|
|
57
|
+
},
|
|
58
|
+
set: function (a) {
|
|
59
|
+
this.o = a;
|
|
60
|
+
this.j("Label");
|
|
61
|
+
},
|
|
62
|
+
enumerable: false,
|
|
63
|
+
configurable: true
|
|
64
|
+
});
|
|
65
|
+
LabelFormatOverrideEventArgsDescription.$t = markType(LabelFormatOverrideEventArgsDescription, 'LabelFormatOverrideEventArgsDescription', Description.$);
|
|
66
|
+
return LabelFormatOverrideEventArgsDescription;
|
|
67
|
+
}(Description));
|
|
68
|
+
export { LabelFormatOverrideEventArgsDescription };
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { LabelFormatOverrideEventArgsDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
|
|
@@ -0,0 +1,83 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { LabelFormatOverrideEventArgsDescription } from "./LabelFormatOverrideEventArgsDescription";
|
|
11
|
+
import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var LabelFormatOverrideEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(LabelFormatOverrideEventArgsDescriptionMetadata, _super);
|
|
17
|
+
function LabelFormatOverrideEventArgsDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (LabelFormatOverrideEventArgsDescriptionMetadata.a == null) {
|
|
22
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.c(LabelFormatOverrideEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(LabelFormatOverrideEventArgsDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(LabelFormatOverrideEventArgsDescriptionMetadata.a);
|
|
29
|
+
TimeAxisLabelFormatDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("DateTime", "Date");
|
|
33
|
+
a.item("Format", "ExportedType:TimeAxisLabelFormat");
|
|
34
|
+
a.item("Label", "String");
|
|
35
|
+
};
|
|
36
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.d = function (a) {
|
|
37
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.b(a);
|
|
38
|
+
a.af("LabelFormatOverrideEventArgs", function () { return new LabelFormatOverrideEventArgsDescription(); });
|
|
39
|
+
a.ae("LabelFormatOverrideEventArgs", LabelFormatOverrideEventArgsDescriptionMetadata.a);
|
|
40
|
+
};
|
|
41
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.$t = markType(LabelFormatOverrideEventArgsDescriptionMetadata, 'LabelFormatOverrideEventArgsDescriptionMetadata');
|
|
42
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.a = null;
|
|
43
|
+
return LabelFormatOverrideEventArgsDescriptionMetadata;
|
|
44
|
+
}(Base));
|
|
45
|
+
export { LabelFormatOverrideEventArgsDescriptionMetadata };
|
|
46
|
+
/**
|
|
47
|
+
* @hidden
|
|
48
|
+
*/
|
|
49
|
+
var TimeAxisLabelFormatDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
50
|
+
__extends(TimeAxisLabelFormatDescriptionMetadata, _super);
|
|
51
|
+
function TimeAxisLabelFormatDescriptionMetadata() {
|
|
52
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
53
|
+
}
|
|
54
|
+
TimeAxisLabelFormatDescriptionMetadata.b = function (a) {
|
|
55
|
+
if (TimeAxisLabelFormatDescriptionMetadata.a == null) {
|
|
56
|
+
TimeAxisLabelFormatDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
57
|
+
TimeAxisLabelFormatDescriptionMetadata.c(TimeAxisLabelFormatDescriptionMetadata.a);
|
|
58
|
+
}
|
|
59
|
+
if (a.k(TimeAxisLabelFormatDescriptionMetadata.a)) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
a.ad(TimeAxisLabelFormatDescriptionMetadata.a);
|
|
63
|
+
LabelFormatOverrideEventArgsDescriptionMetadata.d(a);
|
|
64
|
+
};
|
|
65
|
+
TimeAxisLabelFormatDescriptionMetadata.c = function (a) {
|
|
66
|
+
a.item("Range", "TimeSpan");
|
|
67
|
+
a.item("Format", "String");
|
|
68
|
+
a.item("RepeatedYearFormat", "String");
|
|
69
|
+
a.item("RepeatedMonthFormat", "String");
|
|
70
|
+
a.item("RepeatedDayFormat", "String");
|
|
71
|
+
a.item("LabelFormatOverrideRef", "EventRef:LabelFormatOverrideHandler:labelFormatOverride");
|
|
72
|
+
a.item("LabelFormatOverrideRef@args", "LabelFormatOverrideEventArgs");
|
|
73
|
+
};
|
|
74
|
+
TimeAxisLabelFormatDescriptionMetadata.d = function (a) {
|
|
75
|
+
TimeAxisLabelFormatDescriptionMetadata.b(a);
|
|
76
|
+
a.af("TimeAxisLabelFormat", function () { return new TimeAxisLabelFormatDescription(); });
|
|
77
|
+
a.ae("TimeAxisLabelFormat", TimeAxisLabelFormatDescriptionMetadata.a);
|
|
78
|
+
};
|
|
79
|
+
TimeAxisLabelFormatDescriptionMetadata.$t = markType(TimeAxisLabelFormatDescriptionMetadata, 'TimeAxisLabelFormatDescriptionMetadata');
|
|
80
|
+
TimeAxisLabelFormatDescriptionMetadata.a = null;
|
|
81
|
+
return TimeAxisLabelFormatDescriptionMetadata;
|
|
82
|
+
}(Base));
|
|
83
|
+
export { TimeAxisLabelFormatDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var LastSevenDaysExpressionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(LastSevenDaysExpressionDescription, _super);
|
|
15
|
+
function LastSevenDaysExpressionDescription() {
|
|
16
|
+
return _super.call(this) || this;
|
|
17
|
+
}
|
|
18
|
+
LastSevenDaysExpressionDescription.prototype.get_type = function () {
|
|
19
|
+
return "LastSevenDaysExpression";
|
|
20
|
+
};
|
|
21
|
+
LastSevenDaysExpressionDescription.$t = markType(LastSevenDaysExpressionDescription, 'LastSevenDaysExpressionDescription', WrapperExpressionDescription.$);
|
|
22
|
+
LastSevenDaysExpressionDescription.__marshalByValue2 = true;
|
|
23
|
+
LastSevenDaysExpressionDescription.__marshalByValueAlias2 = "LastSevenDaysExpression";
|
|
24
|
+
return LastSevenDaysExpressionDescription;
|
|
25
|
+
}(WrapperExpressionDescription));
|
|
26
|
+
export { LastSevenDaysExpressionDescription };
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
|
|
11
|
+
import { LastSevenDaysExpressionDescription } from "./LastSevenDaysExpressionDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var LastSevenDaysExpressionDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(LastSevenDaysExpressionDescriptionMetadata, _super);
|
|
17
|
+
function LastSevenDaysExpressionDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
LastSevenDaysExpressionDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (LastSevenDaysExpressionDescriptionMetadata.a == null) {
|
|
22
|
+
LastSevenDaysExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
LastSevenDaysExpressionDescriptionMetadata.c(LastSevenDaysExpressionDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(LastSevenDaysExpressionDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(LastSevenDaysExpressionDescriptionMetadata.a);
|
|
29
|
+
};
|
|
30
|
+
LastSevenDaysExpressionDescriptionMetadata.c = function (a) {
|
|
31
|
+
WrapperExpressionDescriptionMetadata.c(a);
|
|
32
|
+
};
|
|
33
|
+
LastSevenDaysExpressionDescriptionMetadata.d = function (a) {
|
|
34
|
+
WrapperExpressionDescriptionMetadata.d(a);
|
|
35
|
+
LastSevenDaysExpressionDescriptionMetadata.b(a);
|
|
36
|
+
a.af("LastSevenDaysExpression", function () { return new LastSevenDaysExpressionDescription(); });
|
|
37
|
+
a.ae("LastSevenDaysExpression", LastSevenDaysExpressionDescriptionMetadata.a);
|
|
38
|
+
};
|
|
39
|
+
LastSevenDaysExpressionDescriptionMetadata.$t = markType(LastSevenDaysExpressionDescriptionMetadata, 'LastSevenDaysExpressionDescriptionMetadata');
|
|
40
|
+
LastSevenDaysExpressionDescriptionMetadata.a = null;
|
|
41
|
+
return LastSevenDaysExpressionDescriptionMetadata;
|
|
42
|
+
}(Base));
|
|
43
|
+
export { LastSevenDaysExpressionDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var LastThirtyDaysExpressionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(LastThirtyDaysExpressionDescription, _super);
|
|
15
|
+
function LastThirtyDaysExpressionDescription() {
|
|
16
|
+
return _super.call(this) || this;
|
|
17
|
+
}
|
|
18
|
+
LastThirtyDaysExpressionDescription.prototype.get_type = function () {
|
|
19
|
+
return "LastThirtyDaysExpression";
|
|
20
|
+
};
|
|
21
|
+
LastThirtyDaysExpressionDescription.$t = markType(LastThirtyDaysExpressionDescription, 'LastThirtyDaysExpressionDescription', WrapperExpressionDescription.$);
|
|
22
|
+
LastThirtyDaysExpressionDescription.__marshalByValue2 = true;
|
|
23
|
+
LastThirtyDaysExpressionDescription.__marshalByValueAlias2 = "LastThirtyDaysExpression";
|
|
24
|
+
return LastThirtyDaysExpressionDescription;
|
|
25
|
+
}(WrapperExpressionDescription));
|
|
26
|
+
export { LastThirtyDaysExpressionDescription };
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
|
|
11
|
+
import { LastThirtyDaysExpressionDescription } from "./LastThirtyDaysExpressionDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var LastThirtyDaysExpressionDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(LastThirtyDaysExpressionDescriptionMetadata, _super);
|
|
17
|
+
function LastThirtyDaysExpressionDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
LastThirtyDaysExpressionDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (LastThirtyDaysExpressionDescriptionMetadata.a == null) {
|
|
22
|
+
LastThirtyDaysExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
LastThirtyDaysExpressionDescriptionMetadata.c(LastThirtyDaysExpressionDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(LastThirtyDaysExpressionDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ad(LastThirtyDaysExpressionDescriptionMetadata.a);
|
|
29
|
+
};
|
|
30
|
+
LastThirtyDaysExpressionDescriptionMetadata.c = function (a) {
|
|
31
|
+
WrapperExpressionDescriptionMetadata.c(a);
|
|
32
|
+
};
|
|
33
|
+
LastThirtyDaysExpressionDescriptionMetadata.d = function (a) {
|
|
34
|
+
WrapperExpressionDescriptionMetadata.d(a);
|
|
35
|
+
LastThirtyDaysExpressionDescriptionMetadata.b(a);
|
|
36
|
+
a.af("LastThirtyDaysExpression", function () { return new LastThirtyDaysExpressionDescription(); });
|
|
37
|
+
a.ae("LastThirtyDaysExpression", LastThirtyDaysExpressionDescriptionMetadata.a);
|
|
38
|
+
};
|
|
39
|
+
LastThirtyDaysExpressionDescriptionMetadata.$t = markType(LastThirtyDaysExpressionDescriptionMetadata, 'LastThirtyDaysExpressionDescriptionMetadata');
|
|
40
|
+
LastThirtyDaysExpressionDescriptionMetadata.a = null;
|
|
41
|
+
return LastThirtyDaysExpressionDescriptionMetadata;
|
|
42
|
+
}(Base));
|
|
43
|
+
export { LastThirtyDaysExpressionDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var LastThreeSixtyFiveDaysExpressionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(LastThreeSixtyFiveDaysExpressionDescription, _super);
|
|
15
|
+
function LastThreeSixtyFiveDaysExpressionDescription() {
|
|
16
|
+
return _super.call(this) || this;
|
|
17
|
+
}
|
|
18
|
+
LastThreeSixtyFiveDaysExpressionDescription.prototype.get_type = function () {
|
|
19
|
+
return "LastThreeSixtyFiveDaysExpression";
|
|
20
|
+
};
|
|
21
|
+
LastThreeSixtyFiveDaysExpressionDescription.$t = markType(LastThreeSixtyFiveDaysExpressionDescription, 'LastThreeSixtyFiveDaysExpressionDescription', WrapperExpressionDescription.$);
|
|
22
|
+
LastThreeSixtyFiveDaysExpressionDescription.__marshalByValue2 = true;
|
|
23
|
+
LastThreeSixtyFiveDaysExpressionDescription.__marshalByValueAlias2 = "LastThreeSixtyFiveDaysExpression";
|
|
24
|
+
return LastThreeSixtyFiveDaysExpressionDescription;
|
|
25
|
+
}(WrapperExpressionDescription));
|
|
26
|
+
export { LastThreeSixtyFiveDaysExpressionDescription };
|