igniteui-angular-inputs 20.2.0 → 20.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ import { DefaultMultiSliderTrackBarVisual } from "./DefaultMultiSliderTrackBarVi
14
14
  import { FontInfo } from "igniteui-angular-core";
15
15
  import { Rect } from "igniteui-angular-core";
16
16
  import { TranslateTransform } from "igniteui-angular-core";
17
+ import { CanvasScalingHelpers } from "igniteui-angular-core";
17
18
  import { CanvasViewRenderer } from "igniteui-angular-core";
18
19
  import { CanvasGestureDOMEventProxy } from "igniteui-angular-core";
19
20
  import { FontUtil } from "igniteui-angular-core";
@@ -71,7 +72,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
71
72
  this.m = true;
72
73
  this.ap();
73
74
  if (this.a != null) {
74
- this.a.at(this.u.rootWrapper, "");
75
+ this.a.au(this.u.rootWrapper, "");
75
76
  }
76
77
  if (this.z == -1) {
77
78
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -80,7 +81,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
80
81
  au() {
81
82
  this.m = false;
82
83
  if (this.a != null && this.u != null) {
83
- this.a.bh(this.u.rootWrapper, "");
84
+ this.a.bi(this.u.rootWrapper, "");
84
85
  }
85
86
  if (this.z != -1) {
86
87
  window.clearTimeout(this.z);
@@ -192,13 +193,10 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
192
193
  }
193
194
  }
194
195
  ap() {
195
- let a = this.g.bh;
196
- let b = this.g.a9;
197
- if (!isNaN_(a) && a != 0) {
198
- return;
199
- }
200
- if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
201
- this.g.a9 = window.devicePixelRatio;
196
+ let a = CanvasScalingHelpers.b(this.u);
197
+ this.g.a9 = CanvasScalingHelpers.a(this.g.bh, this.g.a9, a);
198
+ if (this.a != null) {
199
+ CanvasScalingHelpers.h(this.a, a);
202
200
  }
203
201
  }
204
202
  ax(a) {
@@ -246,14 +244,14 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
246
244
  this.l.af(this.j);
247
245
  this.ab();
248
246
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
249
- this.a.bl = this.g.e0;
247
+ this.a.bm = this.g.e0;
250
248
  let k = this.a;
251
249
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
252
250
  let l = this.a;
253
251
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
254
252
  let m = this.a;
255
253
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
256
- this.a.ao = (n) => this.g.ey.containsPoint(n);
254
+ this.a.ap = (n) => this.g.ey.containsPoint(n);
257
255
  this.g.ds(0, 0, e, f);
258
256
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
259
257
  this.g.trackDirty();
@@ -276,8 +274,8 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
276
274
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
277
275
  let c = this.a;
278
276
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
279
- this.a.ao = null;
280
- this.a.av();
277
+ this.a.ap = null;
278
+ this.a.aw();
281
279
  }
282
280
  }
283
281
  ay() {
@@ -296,7 +294,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
296
294
  if (a || d) {
297
295
  this.g.ds(0, 0, b, c);
298
296
  if (this.a != null) {
299
- this.a.bl = this.g.e0;
297
+ this.a.bm = this.g.e0;
300
298
  }
301
299
  }
302
300
  }
@@ -15,6 +15,7 @@ import { DefaultMultiSliderTrackBarVisual } from "./DefaultMultiSliderTrackBarVi
15
15
  import { FontInfo } from "igniteui-angular-core";
16
16
  import { Rect } from "igniteui-angular-core";
17
17
  import { TranslateTransform } from "igniteui-angular-core";
18
+ import { CanvasScalingHelpers } from "igniteui-angular-core";
18
19
  import { CanvasViewRenderer } from "igniteui-angular-core";
19
20
  import { CanvasGestureDOMEventProxy } from "igniteui-angular-core";
20
21
  import { FontUtil } from "igniteui-angular-core";
@@ -73,7 +74,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
73
74
  this.m = true;
74
75
  this.ap();
75
76
  if (this.a != null) {
76
- this.a.at(this.u.rootWrapper, "");
77
+ this.a.au(this.u.rootWrapper, "");
77
78
  }
78
79
  if (this.z == -1) {
79
80
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -82,7 +83,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
82
83
  MultiSliderView.prototype.au = function () {
83
84
  this.m = false;
84
85
  if (this.a != null && this.u != null) {
85
- this.a.bh(this.u.rootWrapper, "");
86
+ this.a.bi(this.u.rootWrapper, "");
86
87
  }
87
88
  if (this.z != -1) {
88
89
  window.clearTimeout(this.z);
@@ -194,13 +195,10 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
194
195
  }
195
196
  };
196
197
  MultiSliderView.prototype.ap = function () {
197
- var a = this.g.bh;
198
- var b = this.g.a9;
199
- if (!isNaN_(a) && a != 0) {
200
- return;
201
- }
202
- if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
203
- this.g.a9 = window.devicePixelRatio;
198
+ var a = CanvasScalingHelpers.b(this.u);
199
+ this.g.a9 = CanvasScalingHelpers.a(this.g.bh, this.g.a9, a);
200
+ if (this.a != null) {
201
+ CanvasScalingHelpers.h(this.a, a);
204
202
  }
205
203
  };
206
204
  MultiSliderView.prototype.ax = function (a) {
@@ -249,14 +247,14 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
249
247
  this.l.af(this.j);
250
248
  this.ab();
251
249
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
252
- this.a.bl = this.g.e0;
250
+ this.a.bm = this.g.e0;
253
251
  var k = this.a;
254
252
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
255
253
  var l = this.a;
256
254
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
257
255
  var m = this.a;
258
256
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
259
- this.a.ao = function (n) { return _this.g.ey.containsPoint(n); };
257
+ this.a.ap = function (n) { return _this.g.ey.containsPoint(n); };
260
258
  this.g.ds(0, 0, e, f);
261
259
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
262
260
  this.g.trackDirty();
@@ -279,8 +277,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
279
277
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
280
278
  var c = this.a;
281
279
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
282
- this.a.ao = null;
283
- this.a.av();
280
+ this.a.ap = null;
281
+ this.a.aw();
284
282
  }
285
283
  };
286
284
  MultiSliderView.prototype.ay = function () {
@@ -299,7 +297,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
299
297
  if (a || d) {
300
298
  this.g.ds(0, 0, b, c);
301
299
  if (this.a != null) {
302
- this.a.bl = this.g.e0;
300
+ this.a.bm = this.g.e0;
303
301
  }
304
302
  }
305
303
  };
@@ -7,7 +7,7 @@
7
7
 
8
8
  import * as i0 from '@angular/core';
9
9
  import { EventEmitter, ɵɵngDeclareFactory, Renderer2, ViewContainerRef, NgZone, Injector, ComponentFactoryResolver, ɵɵFactoryTarget, ɵɵngDeclareComponent, ElementRef, ChangeDetectionStrategy, ɵɵngDeclareClassMetadata, Component, ViewChild, Input, Output, ɵɵngDeclareNgModule, ɵɵngDeclareInjector, NgModule, TemplateRef, HostBinding, ContentChildren } from '@angular/core';
10
- import { markEnum, Base, markType, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, Size, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, Rect, stringContains, stringSplit, Popup, IgxKeyEventArgs, IgCollection, SyncableObservableCollection$2, CollectionAdapter, NotifyCollectionChangedAction, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgxPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect } from 'igniteui-angular-core';
10
+ import { markEnum, Base, markType, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, Size, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, Rect, stringContains, stringSplit, Popup, IgxKeyEventArgs, IgCollection, SyncableObservableCollection$2, CollectionAdapter, NotifyCollectionChangedAction, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, CanvasScalingHelpers, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgxPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect } from 'igniteui-angular-core';
11
11
  import { CommonModule } from '@angular/common';
12
12
 
13
13
  /*
@@ -27221,7 +27221,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27221
27221
  this.m = true;
27222
27222
  this.ap();
27223
27223
  if (this.a != null) {
27224
- this.a.at(this.u.rootWrapper, "");
27224
+ this.a.au(this.u.rootWrapper, "");
27225
27225
  }
27226
27226
  if (this.z == -1) {
27227
27227
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -27230,7 +27230,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27230
27230
  au() {
27231
27231
  this.m = false;
27232
27232
  if (this.a != null && this.u != null) {
27233
- this.a.bh(this.u.rootWrapper, "");
27233
+ this.a.bi(this.u.rootWrapper, "");
27234
27234
  }
27235
27235
  if (this.z != -1) {
27236
27236
  window.clearTimeout(this.z);
@@ -27342,13 +27342,10 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27342
27342
  }
27343
27343
  }
27344
27344
  ap() {
27345
- let a = this.g.bh;
27346
- let b = this.g.a9;
27347
- if (!isNaN_(a) && a != 0) {
27348
- return;
27349
- }
27350
- if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
27351
- this.g.a9 = window.devicePixelRatio;
27345
+ let a = CanvasScalingHelpers.b(this.u);
27346
+ this.g.a9 = CanvasScalingHelpers.a(this.g.bh, this.g.a9, a);
27347
+ if (this.a != null) {
27348
+ CanvasScalingHelpers.h(this.a, a);
27352
27349
  }
27353
27350
  }
27354
27351
  ax(a) {
@@ -27396,14 +27393,14 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27396
27393
  this.l.af(this.j);
27397
27394
  this.ab();
27398
27395
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
27399
- this.a.bl = this.g.e0;
27396
+ this.a.bm = this.g.e0;
27400
27397
  let k = this.a;
27401
27398
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
27402
27399
  let l = this.a;
27403
27400
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
27404
27401
  let m = this.a;
27405
27402
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
27406
- this.a.ao = (n) => this.g.ey.containsPoint(n);
27403
+ this.a.ap = (n) => this.g.ey.containsPoint(n);
27407
27404
  this.g.ds(0, 0, e, f);
27408
27405
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
27409
27406
  this.g.trackDirty();
@@ -27426,8 +27423,8 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27426
27423
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
27427
27424
  let c = this.a;
27428
27425
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
27429
- this.a.ao = null;
27430
- this.a.av();
27426
+ this.a.ap = null;
27427
+ this.a.aw();
27431
27428
  }
27432
27429
  }
27433
27430
  ay() {
@@ -27446,7 +27443,7 @@ let MultiSliderView = /*@__PURE__*/ (() => {
27446
27443
  if (a || d) {
27447
27444
  this.g.ds(0, 0, b, c);
27448
27445
  if (this.a != null) {
27449
- this.a.bl = this.g.e0;
27446
+ this.a.bm = this.g.e0;
27450
27447
  }
27451
27448
  }
27452
27449
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  import * as i0 from '@angular/core';
9
9
  import { EventEmitter, ɵɵngDeclareFactory, Renderer2, ViewContainerRef, NgZone, Injector, ComponentFactoryResolver, ɵɵFactoryTarget, ɵɵngDeclareComponent, ElementRef, ChangeDetectionStrategy, ɵɵngDeclareClassMetadata, Component, ViewChild, Input, Output, ɵɵngDeclareNgModule, ɵɵngDeclareInjector, NgModule, TemplateRef, HostBinding, ContentChildren } from '@angular/core';
10
- import { markEnum, markType, Base, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, Size, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, Rect, stringContains, stringSplit, Popup, IgxKeyEventArgs, SyncableObservableCollection$2, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgxPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect } from 'igniteui-angular-core';
10
+ import { markEnum, markType, Base, StringBuilder, List$1, Delegate_$type, fromEnum, runOn, NativeUI, ScaleTransform, KeyFrameAnimationFactory, AnimationKeyFrameEffect, LinkedList$1, IKeyFrameAnimation_$type, PropertyChangedEventArgs, AnimationKeyFrameProperty, AnimationKeyFrameEffectTiming, AppearanceHelper, INotifyPropertyChanged_$type, BrushUtil, typeGetValue, EnumUtil, ElevationMode_$type, EventArgs, stringIsNullOrEmpty, isNaN_, IVisualData_$type, enumGetBox, CornerRadius, MouseEventArgs, FocusEventArgs, Thickness, ControlDisplayDensity_$type, BaseControlTheme_$type, HorizontalAlignment_$type, VerticalAlignment_$type, FontUtil, Dictionary$2, String_$type, Brush, DomWrapper_$type, Tuple$2, SVGNode, FastIterationDictionary$2, typeCast, Size, PrimitiveVisualData, Ellipse, EllipseVisualData, Rectangle, RectangleVisualData, Line, LineVisualData, Path, PathVisualData, DoubleCollection, LegendItemHelper, stringStartsWith, trimStart, IIcon_$type, dateMinValue, dateGetMonth, parseBool, truncate, dateNow, dateMaxValue, dateAddYears, ObservableCollection$1, dateFromValues, delegateRemove, SRProvider, dateGetDate, stringIsNullOrWhiteSpace, delegateCombine, dateAddDays, Number_$type, dateAddMonths, timeSpanTotalDays, intDivide, NamePatcher, AngularRenderer, ensureEnum, brushToString, stringToBrush, ensureBool, FontInfo, toSpinal, initializePropertiesFromCss, TypeRegistrar, PortalManager, IgxFocusEventArgs, IgxChildContentModule, IgxChildContentDynamicModule, fromBrushCollection, toBrushCollection, Localization, HashSet$1, stringReplace, TransformGroup, TranslateTransform, MouseButtonEventArgs, Point_$type, KeyEventArgs, toNullable, fromEn, DeviceUtils, Rect, stringContains, stringSplit, Popup, IgxKeyEventArgs, SyncableObservableCollection$2, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, NativeUIElementBridge, NativeUIMouseEventArgs, NativeUIKeyEventArgs, NativeUIInputChangingEventArgs, NativeUIFocusEventArgs, NativeUIClickedEventArgs, NativeUIComponentHorizontalAlignment_$type, NativeUIInputType_$type, NativeUIInputDisplayType_$type, NativeUIDisplayDensity_$type, INativeUIInputBridge_$type, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIComponent, Type, Color, PathGeometry, PathFigure, PolyLineSegment, LineSegment, EllipseGeometry, PropertyUpdatedEventArgs, TextBlock, CanvasScalingHelpers, RenderingContext, CanvasViewRenderer, CanvasGestureDOMEventProxy, NotImplementedException, NativeUISliderValueChangedEventArgs, NativeUISliderOrientation_$type, NativeUIButton, NativeUIButtonGroupSelectionChangedEventArgs, NativeUIButtonGroupDisplayType_$type, INativeUIButtonGroupBridge_$type, RotateTransform, NativeUICheckboxChangeEventArgs, SvgIconRegistry, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupClosedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPopupAnimationType_$type, INativeUIPopupBridge_$type, NativeUIInput, NativeUISlider, NativeUIButtonGroup, NativeUIColorEditor, NativeUICheckbox, NativeUIIcon, NativeUIPopup, INativeUIElementFactory_$type, NativeUIColorEditorValueChangedEventArgs, DOMExecutionContext, NativeUIInputsFactory, NativeUIWindow, NativeUIContent, ColorUtil, IgxPropertyUpdatedEventArgs, SyncableObservableCollection$1, fromRect, toRect } from 'igniteui-angular-core';
11
11
  import { __extends, __values } from 'tslib';
12
12
  import { CommonModule } from '@angular/common';
13
13
 
@@ -31999,7 +31999,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
31999
31999
  this.m = true;
32000
32000
  this.ap();
32001
32001
  if (this.a != null) {
32002
- this.a.at(this.u.rootWrapper, "");
32002
+ this.a.au(this.u.rootWrapper, "");
32003
32003
  }
32004
32004
  if (this.z == -1) {
32005
32005
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -32008,7 +32008,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32008
32008
  MultiSliderView.prototype.au = function () {
32009
32009
  this.m = false;
32010
32010
  if (this.a != null && this.u != null) {
32011
- this.a.bh(this.u.rootWrapper, "");
32011
+ this.a.bi(this.u.rootWrapper, "");
32012
32012
  }
32013
32013
  if (this.z != -1) {
32014
32014
  window.clearTimeout(this.z);
@@ -32120,13 +32120,10 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32120
32120
  }
32121
32121
  };
32122
32122
  MultiSliderView.prototype.ap = function () {
32123
- var a = this.g.bh;
32124
- var b = this.g.a9;
32125
- if (!isNaN_(a) && a != 0) {
32126
- return;
32127
- }
32128
- if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
32129
- this.g.a9 = window.devicePixelRatio;
32123
+ var a = CanvasScalingHelpers.b(this.u);
32124
+ this.g.a9 = CanvasScalingHelpers.a(this.g.bh, this.g.a9, a);
32125
+ if (this.a != null) {
32126
+ CanvasScalingHelpers.h(this.a, a);
32130
32127
  }
32131
32128
  };
32132
32129
  MultiSliderView.prototype.ax = function (a) {
@@ -32175,14 +32172,14 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32175
32172
  this.l.af(this.j);
32176
32173
  this.ab();
32177
32174
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
32178
- this.a.bl = this.g.e0;
32175
+ this.a.bm = this.g.e0;
32179
32176
  var k = this.a;
32180
32177
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
32181
32178
  var l = this.a;
32182
32179
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
32183
32180
  var m = this.a;
32184
32181
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
32185
- this.a.ao = function (n) { return _this.g.ey.containsPoint(n); };
32182
+ this.a.ap = function (n) { return _this.g.ey.containsPoint(n); };
32186
32183
  this.g.ds(0, 0, e, f);
32187
32184
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
32188
32185
  this.g.trackDirty();
@@ -32205,8 +32202,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32205
32202
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
32206
32203
  var c = this.a;
32207
32204
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
32208
- this.a.ao = null;
32209
- this.a.av();
32205
+ this.a.ap = null;
32206
+ this.a.aw();
32210
32207
  }
32211
32208
  };
32212
32209
  MultiSliderView.prototype.ay = function () {
@@ -32225,7 +32222,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32225
32222
  if (a || d) {
32226
32223
  this.g.ds(0, 0, b, c);
32227
32224
  if (this.a != null) {
32228
- this.a.bl = this.g.e0;
32225
+ this.a.bm = this.g.e0;
32229
32226
  }
32230
32227
  }
32231
32228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-inputs",
3
- "version": "20.2.0",
3
+ "version": "20.2.1",
4
4
  "description": "Ignite UI Angular input components for building rich data visualizations for modern web apps.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-inputs",
6
6
  "keywords": [
@@ -17,7 +17,7 @@
17
17
  "@angular/common": "^20.0.0",
18
18
  "@angular/compiler": "^20.0.0",
19
19
  "@angular/core": "^20.0.0",
20
- "igniteui-angular-core": "20.2.0"
20
+ "igniteui-angular-core": "20.2.1"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "typings": "igniteui-angular-inputs.d.ts",