igniteui-angular-inputs 21.0.1-beta.0 → 21.1.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 (70) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +931 -765
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +21 -21
  4. package/esm2015/lib/CalendarView_combined.js +3 -3
  5. package/esm2015/lib/CheckboxView_combined.js +23 -23
  6. package/esm2015/lib/IconView_combined.js +163 -163
  7. package/esm2015/lib/InputGroupView_combined.js +31 -31
  8. package/esm2015/lib/MultiSliderBridge.js +14 -14
  9. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +20 -20
  13. package/esm2015/lib/XButtonGroupBridge.js +8 -8
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -2
  16. package/esm2015/lib/XIconBridge.js +23 -23
  17. package/esm2015/lib/XIconButtonBridge.js +5 -5
  18. package/esm2015/lib/XInputBridge.js +18 -18
  19. package/esm2015/lib/XPopupBridge.js +28 -28
  20. package/esm2015/lib/igx-color-editor-component.js +3 -0
  21. package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
  22. package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
  23. package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
  24. package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
  25. package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  26. package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
  27. package/esm2015/lib/igx-x-icon-component.js +10 -10
  28. package/esm2015/public_api.js +3 -1
  29. package/esm5/lib/ButtonView_combined.js +21 -21
  30. package/esm5/lib/CalendarView_combined.js +3 -3
  31. package/esm5/lib/CheckboxView_combined.js +23 -23
  32. package/esm5/lib/IconView_combined.js +158 -158
  33. package/esm5/lib/InputGroupView_combined.js +31 -31
  34. package/esm5/lib/MultiSliderBridge.js +14 -14
  35. package/esm5/lib/MultiSliderView_combined.js +17 -17
  36. package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
  37. package/esm5/lib/RippleView_combined.js +1 -1
  38. package/esm5/lib/XButtonBridge.js +20 -20
  39. package/esm5/lib/XButtonGroupBridge.js +8 -8
  40. package/esm5/lib/XCheckboxBridge.js +8 -8
  41. package/esm5/lib/XComponentBridge.js +4 -2
  42. package/esm5/lib/XIconBridge.js +23 -23
  43. package/esm5/lib/XIconButtonBridge.js +5 -5
  44. package/esm5/lib/XInputBridge.js +18 -18
  45. package/esm5/lib/XPopupBridge.js +28 -28
  46. package/esm5/lib/igx-color-editor-component.js +3 -0
  47. package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
  48. package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
  49. package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
  50. package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
  51. package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  52. package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
  53. package/esm5/lib/igx-x-icon-component.js +10 -10
  54. package/esm5/public_api.js +3 -1
  55. package/fesm2015/igniteui-angular-inputs.js +906 -749
  56. package/fesm5/igniteui-angular-inputs.js +929 -765
  57. package/lib/IconView_combined.d.ts +33 -34
  58. package/lib/MultiSliderView_combined.d.ts +1 -1
  59. package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
  60. package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
  61. package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
  62. package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
  63. package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
  64. package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  65. package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
  66. package/package.json +2 -2
  67. package/public_api.d.ts +3 -1
  68. package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
  69. package/esm5/lib/igx-multi-slider-thumb.js +0 -134
  70. package/lib/igx-multi-slider-thumb.d.ts +0 -33
@@ -0,0 +1,233 @@
1
+ import { EventEmitter, Output, Component, Input, ChangeDetectionStrategy } from '@angular/core';
2
+ import { delegateCombine } from "igniteui-angular-core";
3
+ import { MultiSliderThumbRangePosition_$type } from "./MultiSliderThumbRangePosition";
4
+ import { IgxMultiSliderTrackThumbRange } from "./igx-multi-slider-track-thumb-range";
5
+ import { IgxPropertyUpdatedEventArgs } from "igniteui-angular-core";
6
+ import { MultiSliderThumb } from "./MultiSliderThumb";
7
+ import { TypeRegistrar } from "igniteui-angular-core";
8
+ import { NamePatcher, ensureEnum, toSpinal, initializePropertiesFromCss } from "igniteui-angular-core";
9
+ import * as i0 from "@angular/core";
10
+ var IgxMultiSliderThumbComponent = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgxMultiSliderThumbComponent() {
12
+ this.__p = null;
13
+ this._hasUserValues = new Set();
14
+ this._stylingContainer = null;
15
+ this._stylingParent = null;
16
+ this._inStyling = false;
17
+ this._propertyUpdated = null;
18
+ this._zoneRunner = null;
19
+ if (this._styling) {
20
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
21
+ }
22
+ this._implementation = this.createImplementation();
23
+ this._implementation.externalObject = this;
24
+ this.onImplementationCreated();
25
+ if (this._initializeAdapters) {
26
+ this._initializeAdapters();
27
+ }
28
+ }
29
+ IgxMultiSliderThumbComponent.prototype.createImplementation = function () {
30
+ return new MultiSliderThumb();
31
+ };
32
+ IgxMultiSliderThumbComponent.prototype.ngOnInit = function () {
33
+ };
34
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "i", {
35
+ /**
36
+ * @hidden
37
+ */
38
+ get: function () {
39
+ return this._implementation;
40
+ } /**
41
+ * @hidden
42
+ */,
43
+ enumerable: false,
44
+ configurable: true
45
+ });
46
+ IgxMultiSliderThumbComponent._createFromInternal = function (internal) {
47
+ if (!internal) {
48
+ return null;
49
+ }
50
+ if (!internal.$type) {
51
+ return null;
52
+ }
53
+ var name = internal.$type.name;
54
+ var externalName = "Igx" + name + "Component";
55
+ if (!TypeRegistrar.isRegistered(externalName)) {
56
+ return null;
57
+ }
58
+ return TypeRegistrar.create(externalName);
59
+ };
60
+ IgxMultiSliderThumbComponent.prototype.onImplementationCreated = function () {
61
+ };
62
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "value", {
63
+ get: function () {
64
+ return this.i.s;
65
+ },
66
+ set: function (v) {
67
+ this.i.s = +v;
68
+ },
69
+ enumerable: false,
70
+ configurable: true
71
+ });
72
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "rangePosition", {
73
+ get: function () {
74
+ return this.i.g;
75
+ },
76
+ set: function (v) {
77
+ this.i.g = ensureEnum(MultiSliderThumbRangePosition_$type, v);
78
+ },
79
+ enumerable: false,
80
+ configurable: true
81
+ });
82
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "range", {
83
+ get: function () {
84
+ var r = this.i.i;
85
+ if (r == null) {
86
+ return null;
87
+ }
88
+ if (!r.externalObject) {
89
+ var e = new IgxMultiSliderTrackThumbRange();
90
+ if (r.$type) {
91
+ e._implementation = r;
92
+ }
93
+ else {
94
+ if (e.i.setNativeElement) {
95
+ e.i.setNativeElement(r);
96
+ }
97
+ }
98
+ r.externalObject = e;
99
+ }
100
+ return r.externalObject;
101
+ },
102
+ set: function (v) {
103
+ v == null ? this.i.i = null : this.i.i = v.i;
104
+ },
105
+ enumerable: false,
106
+ configurable: true
107
+ });
108
+ IgxMultiSliderThumbComponent.prototype.findByName = function (name) {
109
+ if (this.findEphemera) {
110
+ if (name && name.indexOf("@@e:") == 0) {
111
+ return this.findEphemera(name);
112
+ }
113
+ }
114
+ if (this.range && this.range.name && this.range.name == name) {
115
+ return this.range;
116
+ }
117
+ return null;
118
+ };
119
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "hasUserValues", {
120
+ get: function () {
121
+ return this._hasUserValues;
122
+ },
123
+ enumerable: false,
124
+ configurable: true
125
+ });
126
+ IgxMultiSliderThumbComponent.prototype.__m = function (propertyName) {
127
+ if (!this._inStyling) {
128
+ this._hasUserValues.add(propertyName);
129
+ }
130
+ };
131
+ IgxMultiSliderThumbComponent.prototype._styling = function (container, component, parent) {
132
+ if (this._inStyling) {
133
+ return;
134
+ }
135
+ this._inStyling = true;
136
+ this._stylingContainer = container;
137
+ this._stylingParent = component;
138
+ var genericPrefix = "";
139
+ var typeName = this.i.$type.name;
140
+ if (typeName.indexOf("Xam") === 0) {
141
+ typeName = typeName.substring(3);
142
+ }
143
+ genericPrefix = toSpinal("MultiSliderThumbComponent");
144
+ var additionalPrefixes = [];
145
+ var prefix = toSpinal(typeName);
146
+ additionalPrefixes.push(prefix + "-");
147
+ var b = this.i.$type.baseType;
148
+ while (b && b.name != "Object" &&
149
+ b.name != "Base" &&
150
+ b.name != "Control" &&
151
+ b.Name != "DependencyObject" &&
152
+ b.Name != "FrameworkElement") {
153
+ typeName = b.name;
154
+ if (typeName.indexOf("Xam") === 0) {
155
+ typeName = typeName.substring(3);
156
+ }
157
+ var basePrefix = toSpinal(typeName);
158
+ additionalPrefixes.push(basePrefix + "-");
159
+ b = b.baseType;
160
+ }
161
+ if (parent) {
162
+ var parentTypeName = parent.i.$type.name;
163
+ if (parentTypeName.indexOf("Xam") === 0) {
164
+ parentTypeName = parentTypeName.substring(3);
165
+ }
166
+ var parentPrefix = toSpinal(parentTypeName);
167
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
168
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
169
+ }
170
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
171
+ if (this._otherStyling) {
172
+ this._otherStyling(container, component, parent);
173
+ }
174
+ this._inStyling = false;
175
+ };
176
+ IgxMultiSliderThumbComponent.prototype.push = function (amount) {
177
+ var iv = this.i.r(amount);
178
+ return (iv);
179
+ };
180
+ Object.defineProperty(IgxMultiSliderThumbComponent.prototype, "propertyUpdated", {
181
+ get: function () {
182
+ var _this = this;
183
+ if (this._propertyUpdated == null) {
184
+ this._propertyUpdated = new EventEmitter();
185
+ this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, function (o, e) {
186
+ _this._runInZone(function () {
187
+ var outerArgs = new IgxPropertyUpdatedEventArgs();
188
+ outerArgs._provideImplementation(e);
189
+ if (_this.beforePropertyUpdated) {
190
+ _this.beforePropertyUpdated(_this, outerArgs);
191
+ }
192
+ _this._propertyUpdated.emit({
193
+ sender: _this,
194
+ args: outerArgs
195
+ });
196
+ });
197
+ });
198
+ }
199
+ return this._propertyUpdated;
200
+ },
201
+ enumerable: false,
202
+ configurable: true
203
+ });
204
+ IgxMultiSliderThumbComponent.prototype._runInZone = function (act) {
205
+ if (this._zoneRunner != null) {
206
+ this._zoneRunner(act);
207
+ }
208
+ else {
209
+ act();
210
+ }
211
+ };
212
+ IgxMultiSliderThumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
213
+ IgxMultiSliderThumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxMultiSliderThumbComponent, selector: "igx-multi-slider-thumb", inputs: { value: "value", rangePosition: "rangePosition", range: "range" }, outputs: { propertyUpdated: "propertyUpdated" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
214
+ return IgxMultiSliderThumbComponent;
215
+ }());
216
+ export { IgxMultiSliderThumbComponent };
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbComponent, decorators: [{
218
+ type: Component,
219
+ args: [{
220
+ selector: 'igx-multi-slider-thumb',
221
+ template: "",
222
+ providers: [],
223
+ changeDetection: ChangeDetectionStrategy.OnPush
224
+ }]
225
+ }], ctorParameters: function () { return []; }, propDecorators: { value: [{
226
+ type: Input
227
+ }], rangePosition: [{
228
+ type: Input
229
+ }], range: [{
230
+ type: Input
231
+ }], propertyUpdated: [{
232
+ type: Output
233
+ }] } });
@@ -0,0 +1,33 @@
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 { NgModule } from '@angular/core';
8
+ import { CommonModule } from '@angular/common';
9
+ import { IgxMultiSliderThumbModule } from './igx-multi-slider-thumb-module';
10
+ import { IgxMultiSliderThumbComponent } from './igx-multi-slider-thumb-component';
11
+ import { MultiSliderThumb } from './MultiSliderThumb';
12
+ import { TypeRegistrar } from "igniteui-angular-core";
13
+ import * as i0 from "@angular/core";
14
+ var IgxMultiSliderThumbDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
+ function IgxMultiSliderThumbDynamicModule() {
16
+ TypeRegistrar.registerCons("IgxMultiSliderThumbComponent", IgxMultiSliderThumbComponent);
17
+ TypeRegistrar.register("MultiSliderThumb", MultiSliderThumb.$type);
18
+ }
19
+ IgxMultiSliderThumbDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ IgxMultiSliderThumbDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, imports: [CommonModule, IgxMultiSliderThumbModule], exports: [IgxMultiSliderThumbModule] });
21
+ IgxMultiSliderThumbDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, imports: [[CommonModule, IgxMultiSliderThumbModule], IgxMultiSliderThumbModule] });
22
+ return IgxMultiSliderThumbDynamicModule;
23
+ }());
24
+ export { IgxMultiSliderThumbDynamicModule };
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbDynamicModule, decorators: [{
26
+ type: NgModule,
27
+ args: [{
28
+ declarations: [],
29
+ imports: [CommonModule, IgxMultiSliderThumbModule],
30
+ exports: [IgxMultiSliderThumbModule],
31
+ entryComponents: [IgxMultiSliderThumbComponent]
32
+ }]
33
+ }], ctorParameters: function () { return []; } });
@@ -0,0 +1,28 @@
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 { NgModule } from '@angular/core';
8
+ import { CommonModule } from '@angular/common';
9
+ import { IgxMultiSliderThumbComponent } from './igx-multi-slider-thumb-component';
10
+ import * as i0 from "@angular/core";
11
+ var IgxMultiSliderThumbModule = /** @class */ /*@__PURE__*/ (function () {
12
+ function IgxMultiSliderThumbModule() {
13
+ }
14
+ IgxMultiSliderThumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ IgxMultiSliderThumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, declarations: [IgxMultiSliderThumbComponent], imports: [CommonModule], exports: [IgxMultiSliderThumbComponent] });
16
+ IgxMultiSliderThumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, imports: [[CommonModule]] });
17
+ return IgxMultiSliderThumbModule;
18
+ }());
19
+ export { IgxMultiSliderThumbModule };
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxMultiSliderThumbModule, decorators: [{
21
+ type: NgModule,
22
+ args: [{
23
+ declarations: [IgxMultiSliderThumbComponent],
24
+ imports: [CommonModule],
25
+ exports: [IgxMultiSliderThumbComponent],
26
+ entryComponents: []
27
+ }]
28
+ }] });
@@ -1,4 +1,4 @@
1
- import { IgxMultiSliderThumb } from "./igx-multi-slider-thumb";
1
+ import { IgxMultiSliderThumbComponent } from "./igx-multi-slider-thumb-component";
2
2
  import { MultiSliderThumbValueChangingEventArgs as MultiSliderThumbValueChangingEventArgs_internal } from "./MultiSliderThumbValueChangingEventArgs";
3
3
  var IgxMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
4
4
  function IgxMultiSliderThumbValueChangingEventArgs() {
@@ -46,15 +46,10 @@ var IgxMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (fun
46
46
  return null;
47
47
  }
48
48
  if (!r.externalObject) {
49
- var e = new IgxMultiSliderThumb();
50
- if (r.$type) {
49
+ var e = IgxMultiSliderThumbComponent._createFromInternal(r);
50
+ if (e) {
51
51
  e._implementation = r;
52
52
  }
53
- else {
54
- if (e.i.setNativeElement) {
55
- e.i.setNativeElement(r);
56
- }
57
- }
58
53
  r.externalObject = e;
59
54
  }
60
55
  return r.externalObject;
@@ -1,4 +1,4 @@
1
- import { IgxMultiSliderThumb } from "./igx-multi-slider-thumb";
1
+ import { IgxMultiSliderThumbComponent } from "./igx-multi-slider-thumb-component";
2
2
  import { MultiSliderTrackThumbRange as MultiSliderTrackThumbRange_internal } from "./MultiSliderTrackThumbRange";
3
3
  var IgxMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
4
4
  function IgxMultiSliderTrackThumbRange() {
@@ -77,15 +77,10 @@ var IgxMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
77
77
  return null;
78
78
  }
79
79
  if (!r.externalObject) {
80
- var e = new IgxMultiSliderThumb();
81
- if (r.$type) {
80
+ var e = IgxMultiSliderThumbComponent._createFromInternal(r);
81
+ if (e) {
82
82
  e._implementation = r;
83
83
  }
84
- else {
85
- if (e.i.setNativeElement) {
86
- e.i.setNativeElement(r);
87
- }
88
- }
89
84
  r.externalObject = e;
90
85
  }
91
86
  return r.externalObject;
@@ -103,15 +98,10 @@ var IgxMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
103
98
  return null;
104
99
  }
105
100
  if (!r.externalObject) {
106
- var e = new IgxMultiSliderThumb();
107
- if (r.$type) {
101
+ var e = IgxMultiSliderThumbComponent._createFromInternal(r);
102
+ if (e) {
108
103
  e._implementation = r;
109
104
  }
110
- else {
111
- if (e.i.setNativeElement) {
112
- e.i.setNativeElement(r);
113
- }
114
- }
115
105
  r.externalObject = e;
116
106
  }
117
107
  return r.externalObject;
@@ -348,10 +348,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
348
348
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
349
349
  */
350
350
  get: function () {
351
- return this.i.bh;
351
+ return this.i.bj;
352
352
  },
353
353
  set: function (v) {
354
- this.i.bh = v;
354
+ this.i.bj = v;
355
355
  },
356
356
  enumerable: false,
357
357
  configurable: true
@@ -361,10 +361,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
361
361
  * Gets or sets data url for the icon to use.
362
362
  */
363
363
  get: function () {
364
- return this.i.b0;
364
+ return this.i.b2;
365
365
  },
366
366
  set: function (v) {
367
- this.i.b0 = v;
367
+ this.i.b2 = v;
368
368
  },
369
369
  enumerable: false,
370
370
  configurable: true
@@ -435,10 +435,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
435
435
  * Gets or sets the id to use for the checkbox.
436
436
  */
437
437
  get: function () {
438
- return this.i.ca;
438
+ return this.i.cc;
439
439
  },
440
440
  set: function (v) {
441
- this.i.ca = v;
441
+ this.i.cc = v;
442
442
  },
443
443
  enumerable: false,
444
444
  configurable: true
@@ -461,10 +461,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
461
461
  * Gets or sets the value of the aria-label attribute.
462
462
  */
463
463
  get: function () {
464
- return this.i.bv;
464
+ return this.i.bx;
465
465
  },
466
466
  set: function (v) {
467
- this.i.bv = v;
467
+ this.i.bx = v;
468
468
  },
469
469
  enumerable: false,
470
470
  configurable: true
@@ -711,7 +711,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
711
711
 
712
712
  */
713
713
  IgxXIconComponent.prototype.exportVisualModel = function () {
714
- var iv = this.i.bg();
714
+ var iv = this.i.bi();
715
715
  return (iv);
716
716
  };
717
717
  /**
@@ -719,7 +719,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
719
719
 
720
720
  */
721
721
  IgxXIconComponent.prototype.exportSerializedVisualModel = function () {
722
- var iv = this.i.b2();
722
+ var iv = this.i.b4();
723
723
  return (iv);
724
724
  };
725
725
  IgxXIconComponent.prototype._runInZone = function (act) {
@@ -120,7 +120,9 @@ export * from './lib/IMultiSliderTrackShadeVisual';
120
120
  export * from './lib/MultiSliderTrackShadeOrientation';
121
121
  export * from './lib/DefaultMultiTrackShadeVisual';
122
122
  export * from './lib/MultiSliderThumb';
123
- export * from './lib/igx-multi-slider-thumb';
123
+ export * from './lib/igx-multi-slider-thumb-component';
124
+ export * from './lib/igx-multi-slider-thumb-module';
125
+ export * from './lib/igx-multi-slider-thumb-dynamic-module';
124
126
  export * from './lib/MultiSliderThumbRangePosition';
125
127
  export * from './lib/IMultiSliderTrackThumbCalloutVisual';
126
128
  export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';