igniteui-angular-core 19.1.0 → 20.0.0-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.
Files changed (71) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1402 -1246
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +171 -139
  4. package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
  6. package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
  7. package/esm2015/lib/CategoryChartDescription.js +130 -130
  8. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
  9. package/esm2015/lib/CategoryXAxisDescription.js +32 -32
  10. package/esm2015/lib/CategoryYAxisDescription.js +32 -32
  11. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  12. package/esm2015/lib/DataPieChartDescription.js +35 -35
  13. package/esm2015/lib/FinancialChartDescription.js +176 -176
  14. package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
  15. package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
  16. package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
  17. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  18. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  19. package/esm2015/lib/RadialBaseChartDescription.js +215 -183
  20. package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  21. package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
  22. package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
  23. package/esm2015/lib/TimeXAxisDescription.js +12 -12
  24. package/esm2015/lib/XYChartDescription.js +215 -183
  25. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
  26. package/esm5/lib/AxisDescription.js +187 -139
  27. package/esm5/lib/AxisDescriptionMetadata.js +4 -0
  28. package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
  29. package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
  30. package/esm5/lib/CategoryChartDescription.js +130 -130
  31. package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
  32. package/esm5/lib/CategoryXAxisDescription.js +32 -32
  33. package/esm5/lib/CategoryYAxisDescription.js +32 -32
  34. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  35. package/esm5/lib/DataPieChartDescription.js +35 -35
  36. package/esm5/lib/FinancialChartDescription.js +176 -176
  37. package/esm5/lib/NumericAngleAxisDescription.js +6 -6
  38. package/esm5/lib/NumericAxisBaseDescription.js +83 -83
  39. package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
  40. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  41. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  42. package/esm5/lib/RadialBaseChartDescription.js +231 -183
  43. package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  44. package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
  45. package/esm5/lib/TimeAxisBaseDescription.js +24 -24
  46. package/esm5/lib/TimeXAxisDescription.js +12 -12
  47. package/esm5/lib/XYChartDescription.js +231 -183
  48. package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
  49. package/fesm2015/igniteui-angular-core.js +1354 -1246
  50. package/fesm5/igniteui-angular-core.js +1402 -1246
  51. package/lib/AxisDescription.d.ts +60 -48
  52. package/lib/CategoryAngleAxisDescription.d.ts +7 -7
  53. package/lib/CategoryAxisBaseDescription.d.ts +8 -8
  54. package/lib/CategoryChartDescription.d.ts +45 -45
  55. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  56. package/lib/CategoryXAxisDescription.d.ts +11 -11
  57. package/lib/CategoryYAxisDescription.d.ts +11 -11
  58. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  59. package/lib/DataPieChartDescription.d.ts +12 -12
  60. package/lib/FinancialChartDescription.d.ts +61 -61
  61. package/lib/NumericAngleAxisDescription.d.ts +2 -2
  62. package/lib/NumericAxisBaseDescription.d.ts +28 -28
  63. package/lib/NumericRadiusAxisDescription.d.ts +2 -2
  64. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  65. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  66. package/lib/RadialBaseChartDescription.d.ts +77 -65
  67. package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
  68. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  69. package/lib/TimeXAxisDescription.d.ts +4 -4
  70. package/lib/XYChartDescription.d.ts +77 -65
  71. package/package.json +4 -4
@@ -14,14 +14,14 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
14
14
  __extends(CategoryDateTimeXAxisDescription, _super);
15
15
  function CategoryDateTimeXAxisDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.ej = false;
18
- _this.ev = null;
19
- _this.en = 0;
20
- _this.el = 0;
21
- _this.eo = 0;
22
- _this.em = 0;
23
- _this.et = null;
24
- _this.eu = null;
17
+ _this.er = false;
18
+ _this.e3 = null;
19
+ _this.ev = 0;
20
+ _this.et = 0;
21
+ _this.ew = 0;
22
+ _this.eu = 0;
23
+ _this.e1 = null;
24
+ _this.e2 = null;
25
25
  return _this;
26
26
  }
27
27
  CategoryDateTimeXAxisDescription.prototype.get_type = function () {
@@ -29,10 +29,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
29
29
  };
30
30
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "unevenlySpacedLabels", {
31
31
  get: function () {
32
- return this.ej;
32
+ return this.er;
33
33
  },
34
34
  set: function (a) {
35
- this.ej = a;
35
+ this.er = a;
36
36
  this.g("UnevenlySpacedLabels");
37
37
  },
38
38
  enumerable: false,
@@ -40,10 +40,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
40
40
  });
41
41
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "displayType", {
42
42
  get: function () {
43
- return this.ev;
43
+ return this.e3;
44
44
  },
45
45
  set: function (a) {
46
- this.ev = a;
46
+ this.e3 = a;
47
47
  this.g("DisplayType");
48
48
  },
49
49
  enumerable: false,
@@ -51,10 +51,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
51
51
  });
52
52
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "interval", {
53
53
  get: function () {
54
- return this.en;
54
+ return this.ev;
55
55
  },
56
56
  set: function (a) {
57
- this.en = a;
57
+ this.ev = a;
58
58
  this.g("Interval");
59
59
  },
60
60
  enumerable: false,
@@ -62,10 +62,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
62
62
  });
63
63
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "actualInterval", {
64
64
  get: function () {
65
- return this.el;
65
+ return this.et;
66
66
  },
67
67
  set: function (a) {
68
- this.el = a;
68
+ this.et = a;
69
69
  this.g("ActualInterval");
70
70
  },
71
71
  enumerable: false,
@@ -73,10 +73,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
73
73
  });
74
74
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "minorInterval", {
75
75
  get: function () {
76
- return this.eo;
76
+ return this.ew;
77
77
  },
78
78
  set: function (a) {
79
- this.eo = a;
79
+ this.ew = a;
80
80
  this.g("MinorInterval");
81
81
  },
82
82
  enumerable: false,
@@ -84,10 +84,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
84
84
  });
85
85
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "actualMinorInterval", {
86
86
  get: function () {
87
- return this.em;
87
+ return this.eu;
88
88
  },
89
89
  set: function (a) {
90
- this.em = a;
90
+ this.eu = a;
91
91
  this.g("ActualMinorInterval");
92
92
  },
93
93
  enumerable: false,
@@ -95,10 +95,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
95
95
  });
96
96
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "actualIntervalChangeRef", {
97
97
  get: function () {
98
- return this.et;
98
+ return this.e1;
99
99
  },
100
100
  set: function (a) {
101
- this.et = a;
101
+ this.e1 = a;
102
102
  this.g("ActualIntervalChangeRef");
103
103
  },
104
104
  enumerable: false,
@@ -106,10 +106,10 @@ var CategoryDateTimeXAxisDescription = /** @class */ /*@__PURE__*/ (function (_s
106
106
  });
107
107
  Object.defineProperty(CategoryDateTimeXAxisDescription.prototype, "actualMinorIntervalChangeRef", {
108
108
  get: function () {
109
- return this.eu;
109
+ return this.e2;
110
110
  },
111
111
  set: function (a) {
112
- this.eu = a;
112
+ this.e2 = a;
113
113
  this.g("ActualMinorIntervalChangeRef");
114
114
  },
115
115
  enumerable: false,
@@ -14,17 +14,17 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CategoryXAxisDescription, _super);
15
15
  function CategoryXAxisDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.d7 = 0;
18
- _this.d8 = 0;
19
- _this.d9 = 0;
20
- _this.ea = 0;
17
+ _this.ef = 0;
18
+ _this.eg = 0;
19
+ _this.eh = 0;
20
+ _this.ei = 0;
21
+ _this.ej = 0;
22
+ _this.ed = 0;
21
23
  _this.eb = 0;
22
- _this.d5 = 0;
23
- _this.d3 = 0;
24
- _this.d6 = 0;
25
- _this.d4 = 0;
26
- _this.el = null;
27
- _this.em = null;
24
+ _this.ee = 0;
25
+ _this.ec = 0;
26
+ _this.et = null;
27
+ _this.eu = null;
28
28
  return _this;
29
29
  }
30
30
  CategoryXAxisDescription.prototype.get_type = function () {
@@ -32,10 +32,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  };
33
33
  Object.defineProperty(CategoryXAxisDescription.prototype, "zoomMaximumCategoryRange", {
34
34
  get: function () {
35
- return this.d7;
35
+ return this.ef;
36
36
  },
37
37
  set: function (a) {
38
- this.d7 = a;
38
+ this.ef = a;
39
39
  this.g("ZoomMaximumCategoryRange");
40
40
  },
41
41
  enumerable: false,
@@ -43,10 +43,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
43
43
  });
44
44
  Object.defineProperty(CategoryXAxisDescription.prototype, "zoomMaximumItemSpan", {
45
45
  get: function () {
46
- return this.d8;
46
+ return this.eg;
47
47
  },
48
48
  set: function (a) {
49
- this.d8 = a;
49
+ this.eg = a;
50
50
  this.g("ZoomMaximumItemSpan");
51
51
  },
52
52
  enumerable: false,
@@ -54,10 +54,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  });
55
55
  Object.defineProperty(CategoryXAxisDescription.prototype, "zoomToCategoryRange", {
56
56
  get: function () {
57
- return this.d9;
57
+ return this.eh;
58
58
  },
59
59
  set: function (a) {
60
- this.d9 = a;
60
+ this.eh = a;
61
61
  this.g("ZoomToCategoryRange");
62
62
  },
63
63
  enumerable: false,
@@ -65,10 +65,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  });
66
66
  Object.defineProperty(CategoryXAxisDescription.prototype, "zoomToCategoryStart", {
67
67
  get: function () {
68
- return this.ea;
68
+ return this.ei;
69
69
  },
70
70
  set: function (a) {
71
- this.ea = a;
71
+ this.ei = a;
72
72
  this.g("ZoomToCategoryStart");
73
73
  },
74
74
  enumerable: false,
@@ -76,10 +76,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
76
76
  });
77
77
  Object.defineProperty(CategoryXAxisDescription.prototype, "zoomToItemSpan", {
78
78
  get: function () {
79
- return this.eb;
79
+ return this.ej;
80
80
  },
81
81
  set: function (a) {
82
- this.eb = a;
82
+ this.ej = a;
83
83
  this.g("ZoomToItemSpan");
84
84
  },
85
85
  enumerable: false,
@@ -87,10 +87,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  });
88
88
  Object.defineProperty(CategoryXAxisDescription.prototype, "interval", {
89
89
  get: function () {
90
- return this.d5;
90
+ return this.ed;
91
91
  },
92
92
  set: function (a) {
93
- this.d5 = a;
93
+ this.ed = a;
94
94
  this.g("Interval");
95
95
  },
96
96
  enumerable: false,
@@ -98,10 +98,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  });
99
99
  Object.defineProperty(CategoryXAxisDescription.prototype, "actualInterval", {
100
100
  get: function () {
101
- return this.d3;
101
+ return this.eb;
102
102
  },
103
103
  set: function (a) {
104
- this.d3 = a;
104
+ this.eb = a;
105
105
  this.g("ActualInterval");
106
106
  },
107
107
  enumerable: false,
@@ -109,10 +109,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  });
110
110
  Object.defineProperty(CategoryXAxisDescription.prototype, "minorInterval", {
111
111
  get: function () {
112
- return this.d6;
112
+ return this.ee;
113
113
  },
114
114
  set: function (a) {
115
- this.d6 = a;
115
+ this.ee = a;
116
116
  this.g("MinorInterval");
117
117
  },
118
118
  enumerable: false,
@@ -120,10 +120,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  });
121
121
  Object.defineProperty(CategoryXAxisDescription.prototype, "actualMinorInterval", {
122
122
  get: function () {
123
- return this.d4;
123
+ return this.ec;
124
124
  },
125
125
  set: function (a) {
126
- this.d4 = a;
126
+ this.ec = a;
127
127
  this.g("ActualMinorInterval");
128
128
  },
129
129
  enumerable: false,
@@ -131,10 +131,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
131
131
  });
132
132
  Object.defineProperty(CategoryXAxisDescription.prototype, "actualIntervalChangeRef", {
133
133
  get: function () {
134
- return this.el;
134
+ return this.et;
135
135
  },
136
136
  set: function (a) {
137
- this.el = a;
137
+ this.et = a;
138
138
  this.g("ActualIntervalChangeRef");
139
139
  },
140
140
  enumerable: false,
@@ -142,10 +142,10 @@ var CategoryXAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  });
143
143
  Object.defineProperty(CategoryXAxisDescription.prototype, "actualMinorIntervalChangeRef", {
144
144
  get: function () {
145
- return this.em;
145
+ return this.eu;
146
146
  },
147
147
  set: function (a) {
148
- this.em = a;
148
+ this.eu = a;
149
149
  this.g("ActualMinorIntervalChangeRef");
150
150
  },
151
151
  enumerable: false,
@@ -14,17 +14,17 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CategoryYAxisDescription, _super);
15
15
  function CategoryYAxisDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.d5 = 0;
18
- _this.d3 = 0;
19
- _this.d6 = 0;
20
- _this.d4 = 0;
21
- _this.d7 = 0;
22
- _this.d8 = 0;
23
- _this.d9 = 0;
24
- _this.ea = 0;
17
+ _this.ed = 0;
25
18
  _this.eb = 0;
26
- _this.el = null;
27
- _this.em = null;
19
+ _this.ee = 0;
20
+ _this.ec = 0;
21
+ _this.ef = 0;
22
+ _this.eg = 0;
23
+ _this.eh = 0;
24
+ _this.ei = 0;
25
+ _this.ej = 0;
26
+ _this.et = null;
27
+ _this.eu = null;
28
28
  return _this;
29
29
  }
30
30
  CategoryYAxisDescription.prototype.get_type = function () {
@@ -32,10 +32,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  };
33
33
  Object.defineProperty(CategoryYAxisDescription.prototype, "interval", {
34
34
  get: function () {
35
- return this.d5;
35
+ return this.ed;
36
36
  },
37
37
  set: function (a) {
38
- this.d5 = a;
38
+ this.ed = a;
39
39
  this.g("Interval");
40
40
  },
41
41
  enumerable: false,
@@ -43,10 +43,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
43
43
  });
44
44
  Object.defineProperty(CategoryYAxisDescription.prototype, "actualInterval", {
45
45
  get: function () {
46
- return this.d3;
46
+ return this.eb;
47
47
  },
48
48
  set: function (a) {
49
- this.d3 = a;
49
+ this.eb = a;
50
50
  this.g("ActualInterval");
51
51
  },
52
52
  enumerable: false,
@@ -54,10 +54,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  });
55
55
  Object.defineProperty(CategoryYAxisDescription.prototype, "minorInterval", {
56
56
  get: function () {
57
- return this.d6;
57
+ return this.ee;
58
58
  },
59
59
  set: function (a) {
60
- this.d6 = a;
60
+ this.ee = a;
61
61
  this.g("MinorInterval");
62
62
  },
63
63
  enumerable: false,
@@ -65,10 +65,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  });
66
66
  Object.defineProperty(CategoryYAxisDescription.prototype, "actualMinorInterval", {
67
67
  get: function () {
68
- return this.d4;
68
+ return this.ec;
69
69
  },
70
70
  set: function (a) {
71
- this.d4 = a;
71
+ this.ec = a;
72
72
  this.g("ActualMinorInterval");
73
73
  },
74
74
  enumerable: false,
@@ -76,10 +76,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
76
76
  });
77
77
  Object.defineProperty(CategoryYAxisDescription.prototype, "zoomMaximumCategoryRange", {
78
78
  get: function () {
79
- return this.d7;
79
+ return this.ef;
80
80
  },
81
81
  set: function (a) {
82
- this.d7 = a;
82
+ this.ef = a;
83
83
  this.g("ZoomMaximumCategoryRange");
84
84
  },
85
85
  enumerable: false,
@@ -87,10 +87,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  });
88
88
  Object.defineProperty(CategoryYAxisDescription.prototype, "zoomMaximumItemSpan", {
89
89
  get: function () {
90
- return this.d8;
90
+ return this.eg;
91
91
  },
92
92
  set: function (a) {
93
- this.d8 = a;
93
+ this.eg = a;
94
94
  this.g("ZoomMaximumItemSpan");
95
95
  },
96
96
  enumerable: false,
@@ -98,10 +98,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  });
99
99
  Object.defineProperty(CategoryYAxisDescription.prototype, "zoomToCategoryRange", {
100
100
  get: function () {
101
- return this.d9;
101
+ return this.eh;
102
102
  },
103
103
  set: function (a) {
104
- this.d9 = a;
104
+ this.eh = a;
105
105
  this.g("ZoomToCategoryRange");
106
106
  },
107
107
  enumerable: false,
@@ -109,10 +109,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  });
110
110
  Object.defineProperty(CategoryYAxisDescription.prototype, "zoomToCategoryStart", {
111
111
  get: function () {
112
- return this.ea;
112
+ return this.ei;
113
113
  },
114
114
  set: function (a) {
115
- this.ea = a;
115
+ this.ei = a;
116
116
  this.g("ZoomToCategoryStart");
117
117
  },
118
118
  enumerable: false,
@@ -120,10 +120,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  });
121
121
  Object.defineProperty(CategoryYAxisDescription.prototype, "zoomToItemSpan", {
122
122
  get: function () {
123
- return this.eb;
123
+ return this.ej;
124
124
  },
125
125
  set: function (a) {
126
- this.eb = a;
126
+ this.ej = a;
127
127
  this.g("ZoomToItemSpan");
128
128
  },
129
129
  enumerable: false,
@@ -131,10 +131,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
131
131
  });
132
132
  Object.defineProperty(CategoryYAxisDescription.prototype, "actualIntervalChangeRef", {
133
133
  get: function () {
134
- return this.el;
134
+ return this.et;
135
135
  },
136
136
  set: function (a) {
137
- this.el = a;
137
+ this.et = a;
138
138
  this.g("ActualIntervalChangeRef");
139
139
  },
140
140
  enumerable: false,
@@ -142,10 +142,10 @@ var CategoryYAxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  });
143
143
  Object.defineProperty(CategoryYAxisDescription.prototype, "actualMinorIntervalChangeRef", {
144
144
  get: function () {
145
- return this.em;
145
+ return this.eu;
146
146
  },
147
147
  set: function (a) {
148
- this.em = a;
148
+ this.eu = a;
149
149
  this.g("ActualMinorIntervalChangeRef");
150
150
  },
151
151
  enumerable: false,