igniteui-webcomponents-inputs 7.1.0-beta.4 → 7.1.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-webcomponents-inputs.umd.js +37 -37
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/igc-button-click-event-args.js +2 -2
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +2 -2
- package/esm2015/lib/igc-checkbox-change-event-args.js +2 -2
- package/esm2015/lib/igc-color-editor-got-focus-event-args.js +2 -2
- package/esm2015/lib/igc-color-editor-lost-focus-event-args.js +2 -2
- package/esm2015/lib/igc-color-editor-panel-closed-event-args.js +2 -2
- package/esm2015/lib/igc-color-editor-panel-selected-value-changed-event-args.js +2 -2
- package/esm2015/lib/igc-got-focus-event-args.js +2 -2
- package/esm2015/lib/igc-input-change-event-args.js +2 -2
- package/esm2015/lib/igc-lost-focus-event-args.js +2 -2
- package/esm2015/lib/igc-multi-slider-component.js +1 -1
- package/esm2015/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +2 -2
- package/esm2015/lib/igc-multi-slider-thumb-component.js +2 -2
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -3
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +4 -4
- package/esm2015/lib/igc-multi-slider-y-value-changing-event-args.js +2 -2
- package/esm2015/lib/igc-selected-value-changed-event-args.js +2 -2
- package/esm2015/lib/igc-x-input-group-item-component.js +1 -1
- package/esm5/lib/igc-button-click-event-args.js +2 -2
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +2 -2
- package/esm5/lib/igc-checkbox-change-event-args.js +2 -2
- package/esm5/lib/igc-color-editor-got-focus-event-args.js +2 -2
- package/esm5/lib/igc-color-editor-lost-focus-event-args.js +2 -2
- package/esm5/lib/igc-color-editor-panel-closed-event-args.js +2 -2
- package/esm5/lib/igc-color-editor-panel-selected-value-changed-event-args.js +2 -2
- package/esm5/lib/igc-got-focus-event-args.js +2 -2
- package/esm5/lib/igc-input-change-event-args.js +2 -2
- package/esm5/lib/igc-lost-focus-event-args.js +2 -2
- package/esm5/lib/igc-multi-slider-component.js +1 -1
- package/esm5/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +2 -2
- package/esm5/lib/igc-multi-slider-thumb-component.js +2 -2
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -3
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +4 -4
- package/esm5/lib/igc-multi-slider-y-value-changing-event-args.js +2 -2
- package/esm5/lib/igc-selected-value-changed-event-args.js +2 -2
- package/esm5/lib/igc-x-input-group-item-component.js +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +37 -37
- package/fesm5/igniteui-webcomponents-inputs.js +37 -37
- package/package.json +2 -2
|
@@ -5797,7 +5797,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
5797
5797
|
var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
5798
5798
|
function IgcButtonClickEventArgs() {
|
|
5799
5799
|
this._implementation = this.createImplementation();
|
|
5800
|
-
this._implementation
|
|
5800
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
5801
5801
|
this.onImplementationCreated();
|
|
5802
5802
|
if (this._initializeAdapters) {
|
|
5803
5803
|
this._initializeAdapters();
|
|
@@ -5820,7 +5820,7 @@ var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
5820
5820
|
};
|
|
5821
5821
|
IgcButtonClickEventArgs.prototype._provideImplementation = function (i) {
|
|
5822
5822
|
this._implementation = i;
|
|
5823
|
-
this._implementation
|
|
5823
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
5824
5824
|
this.onImplementationCreated();
|
|
5825
5825
|
if (this._initializeAdapters) {
|
|
5826
5826
|
this._initializeAdapters();
|
|
@@ -14788,7 +14788,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
14788
14788
|
var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
14789
14789
|
function IgcSelectedValueChangedEventArgs() {
|
|
14790
14790
|
this._implementation = this.createImplementation();
|
|
14791
|
-
this._implementation
|
|
14791
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
14792
14792
|
this.onImplementationCreated();
|
|
14793
14793
|
if (this._initializeAdapters) {
|
|
14794
14794
|
this._initializeAdapters();
|
|
@@ -14811,7 +14811,7 @@ var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
14811
14811
|
};
|
|
14812
14812
|
IgcSelectedValueChangedEventArgs.prototype._provideImplementation = function (i) {
|
|
14813
14813
|
this._implementation = i;
|
|
14814
|
-
this._implementation
|
|
14814
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
14815
14815
|
this.onImplementationCreated();
|
|
14816
14816
|
if (this._initializeAdapters) {
|
|
14817
14817
|
this._initializeAdapters();
|
|
@@ -23088,7 +23088,7 @@ var IgcXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
23088
23088
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
23089
23089
|
}
|
|
23090
23090
|
_this._implementation = _this.createImplementation();
|
|
23091
|
-
_this._implementation
|
|
23091
|
+
Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
|
|
23092
23092
|
_this.onImplementationCreated();
|
|
23093
23093
|
if (_this._initializeAdapters) {
|
|
23094
23094
|
_this._initializeAdapters();
|
|
@@ -23285,7 +23285,7 @@ var IgcXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
23285
23285
|
var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
23286
23286
|
function IgcInputChangeEventArgs() {
|
|
23287
23287
|
this._implementation = this.createImplementation();
|
|
23288
|
-
this._implementation
|
|
23288
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
23289
23289
|
this.onImplementationCreated();
|
|
23290
23290
|
if (this._initializeAdapters) {
|
|
23291
23291
|
this._initializeAdapters();
|
|
@@ -23308,7 +23308,7 @@ var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
23308
23308
|
};
|
|
23309
23309
|
IgcInputChangeEventArgs.prototype._provideImplementation = function (i) {
|
|
23310
23310
|
this._implementation = i;
|
|
23311
|
-
this._implementation
|
|
23311
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
23312
23312
|
this.onImplementationCreated();
|
|
23313
23313
|
if (this._initializeAdapters) {
|
|
23314
23314
|
this._initializeAdapters();
|
|
@@ -29828,7 +29828,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
29828
29828
|
var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
29829
29829
|
function IgcGotFocusEventArgs() {
|
|
29830
29830
|
this._implementation = this.createImplementation();
|
|
29831
|
-
this._implementation
|
|
29831
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29832
29832
|
this.onImplementationCreated();
|
|
29833
29833
|
if (this._initializeAdapters) {
|
|
29834
29834
|
this._initializeAdapters();
|
|
@@ -29851,7 +29851,7 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29851
29851
|
};
|
|
29852
29852
|
IgcGotFocusEventArgs.prototype._provideImplementation = function (i) {
|
|
29853
29853
|
this._implementation = i;
|
|
29854
|
-
this._implementation
|
|
29854
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29855
29855
|
this.onImplementationCreated();
|
|
29856
29856
|
if (this._initializeAdapters) {
|
|
29857
29857
|
this._initializeAdapters();
|
|
@@ -29863,7 +29863,7 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29863
29863
|
var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
29864
29864
|
function IgcLostFocusEventArgs() {
|
|
29865
29865
|
this._implementation = this.createImplementation();
|
|
29866
|
-
this._implementation
|
|
29866
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29867
29867
|
this.onImplementationCreated();
|
|
29868
29868
|
if (this._initializeAdapters) {
|
|
29869
29869
|
this._initializeAdapters();
|
|
@@ -29886,7 +29886,7 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29886
29886
|
};
|
|
29887
29887
|
IgcLostFocusEventArgs.prototype._provideImplementation = function (i) {
|
|
29888
29888
|
this._implementation = i;
|
|
29889
|
-
this._implementation
|
|
29889
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29890
29890
|
this.onImplementationCreated();
|
|
29891
29891
|
if (this._initializeAdapters) {
|
|
29892
29892
|
this._initializeAdapters();
|
|
@@ -41229,7 +41229,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
41229
41229
|
var IgcColorEditorPanelSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
41230
41230
|
function IgcColorEditorPanelSelectedValueChangedEventArgs() {
|
|
41231
41231
|
this._implementation = this.createImplementation();
|
|
41232
|
-
this._implementation
|
|
41232
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41233
41233
|
this.onImplementationCreated();
|
|
41234
41234
|
if (this._initializeAdapters) {
|
|
41235
41235
|
this._initializeAdapters();
|
|
@@ -41252,7 +41252,7 @@ var IgcColorEditorPanelSelectedValueChangedEventArgs = /** @class */ /*@__PURE__
|
|
|
41252
41252
|
};
|
|
41253
41253
|
IgcColorEditorPanelSelectedValueChangedEventArgs.prototype._provideImplementation = function (i) {
|
|
41254
41254
|
this._implementation = i;
|
|
41255
|
-
this._implementation
|
|
41255
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41256
41256
|
this.onImplementationCreated();
|
|
41257
41257
|
if (this._initializeAdapters) {
|
|
41258
41258
|
this._initializeAdapters();
|
|
@@ -41284,7 +41284,7 @@ var IgcColorEditorPanelSelectedValueChangedEventArgs = /** @class */ /*@__PURE__
|
|
|
41284
41284
|
var IgcColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
41285
41285
|
function IgcColorEditorLostFocusEventArgs() {
|
|
41286
41286
|
this._implementation = this.createImplementation();
|
|
41287
|
-
this._implementation
|
|
41287
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41288
41288
|
this.onImplementationCreated();
|
|
41289
41289
|
if (this._initializeAdapters) {
|
|
41290
41290
|
this._initializeAdapters();
|
|
@@ -41307,7 +41307,7 @@ var IgcColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
41307
41307
|
};
|
|
41308
41308
|
IgcColorEditorLostFocusEventArgs.prototype._provideImplementation = function (i) {
|
|
41309
41309
|
this._implementation = i;
|
|
41310
|
-
this._implementation
|
|
41310
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41311
41311
|
this.onImplementationCreated();
|
|
41312
41312
|
if (this._initializeAdapters) {
|
|
41313
41313
|
this._initializeAdapters();
|
|
@@ -41319,7 +41319,7 @@ var IgcColorEditorLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
41319
41319
|
var IgcColorEditorGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
41320
41320
|
function IgcColorEditorGotFocusEventArgs() {
|
|
41321
41321
|
this._implementation = this.createImplementation();
|
|
41322
|
-
this._implementation
|
|
41322
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41323
41323
|
this.onImplementationCreated();
|
|
41324
41324
|
if (this._initializeAdapters) {
|
|
41325
41325
|
this._initializeAdapters();
|
|
@@ -41342,7 +41342,7 @@ var IgcColorEditorGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
41342
41342
|
};
|
|
41343
41343
|
IgcColorEditorGotFocusEventArgs.prototype._provideImplementation = function (i) {
|
|
41344
41344
|
this._implementation = i;
|
|
41345
|
-
this._implementation
|
|
41345
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
41346
41346
|
this.onImplementationCreated();
|
|
41347
41347
|
if (this._initializeAdapters) {
|
|
41348
41348
|
this._initializeAdapters();
|
|
@@ -42521,7 +42521,7 @@ var IgcColorEditorPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
42521
42521
|
var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
42522
42522
|
function IgcMultiSliderTrackThumbRange() {
|
|
42523
42523
|
this._implementation = this.createImplementation();
|
|
42524
|
-
this._implementation
|
|
42524
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
42525
42525
|
this.onImplementationCreated();
|
|
42526
42526
|
if (this._initializeAdapters) {
|
|
42527
42527
|
this._initializeAdapters();
|
|
@@ -42544,7 +42544,7 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42544
42544
|
};
|
|
42545
42545
|
IgcMultiSliderTrackThumbRange.prototype._provideImplementation = function (i) {
|
|
42546
42546
|
this._implementation = i;
|
|
42547
|
-
this._implementation
|
|
42547
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
42548
42548
|
this.onImplementationCreated();
|
|
42549
42549
|
if (this._initializeAdapters) {
|
|
42550
42550
|
this._initializeAdapters();
|
|
@@ -42601,7 +42601,7 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42601
42601
|
if (e) {
|
|
42602
42602
|
e._implementation = r;
|
|
42603
42603
|
}
|
|
42604
|
-
r
|
|
42604
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
42605
42605
|
}
|
|
42606
42606
|
return r.externalObject;
|
|
42607
42607
|
},
|
|
@@ -42622,7 +42622,7 @@ var IgcMultiSliderTrackThumbRange = /** @class */ /*@__PURE__*/ (function () {
|
|
|
42622
42622
|
if (e) {
|
|
42623
42623
|
e._implementation = r;
|
|
42624
42624
|
}
|
|
42625
|
-
r
|
|
42625
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
42626
42626
|
}
|
|
42627
42627
|
return r.externalObject;
|
|
42628
42628
|
},
|
|
@@ -42668,7 +42668,7 @@ var IgcMultiSliderThumbComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
42668
42668
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
42669
42669
|
}
|
|
42670
42670
|
_this._implementation = _this.createImplementation();
|
|
42671
|
-
_this._implementation
|
|
42671
|
+
Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
|
|
42672
42672
|
_this.onImplementationCreated();
|
|
42673
42673
|
if (_this._initializeAdapters) {
|
|
42674
42674
|
_this._initializeAdapters();
|
|
@@ -42824,7 +42824,7 @@ var IgcMultiSliderThumbComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
42824
42824
|
e.i.setNativeElement(r);
|
|
42825
42825
|
}
|
|
42826
42826
|
}
|
|
42827
|
-
r
|
|
42827
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
42828
42828
|
}
|
|
42829
42829
|
return r.externalObject;
|
|
42830
42830
|
},
|
|
@@ -42995,7 +42995,7 @@ var IgcMultiSliderThumbCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
42995
42995
|
var IgcMultiSliderResolvingToolTipValueEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
42996
42996
|
function IgcMultiSliderResolvingToolTipValueEventArgs() {
|
|
42997
42997
|
this._implementation = this.createImplementation();
|
|
42998
|
-
this._implementation
|
|
42998
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
42999
42999
|
this.onImplementationCreated();
|
|
43000
43000
|
if (this._initializeAdapters) {
|
|
43001
43001
|
this._initializeAdapters();
|
|
@@ -43018,7 +43018,7 @@ var IgcMultiSliderResolvingToolTipValueEventArgs = /** @class */ /*@__PURE__*/ (
|
|
|
43018
43018
|
};
|
|
43019
43019
|
IgcMultiSliderResolvingToolTipValueEventArgs.prototype._provideImplementation = function (i) {
|
|
43020
43020
|
this._implementation = i;
|
|
43021
|
-
this._implementation
|
|
43021
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
43022
43022
|
this.onImplementationCreated();
|
|
43023
43023
|
if (this._initializeAdapters) {
|
|
43024
43024
|
this._initializeAdapters();
|
|
@@ -43050,7 +43050,7 @@ var IgcMultiSliderResolvingToolTipValueEventArgs = /** @class */ /*@__PURE__*/ (
|
|
|
43050
43050
|
var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
43051
43051
|
function IgcMultiSliderThumbValueChangingEventArgs() {
|
|
43052
43052
|
this._implementation = this.createImplementation();
|
|
43053
|
-
this._implementation
|
|
43053
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
43054
43054
|
this.onImplementationCreated();
|
|
43055
43055
|
if (this._initializeAdapters) {
|
|
43056
43056
|
this._initializeAdapters();
|
|
@@ -43073,7 +43073,7 @@ var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (fun
|
|
|
43073
43073
|
};
|
|
43074
43074
|
IgcMultiSliderThumbValueChangingEventArgs.prototype._provideImplementation = function (i) {
|
|
43075
43075
|
this._implementation = i;
|
|
43076
|
-
this._implementation
|
|
43076
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
43077
43077
|
this.onImplementationCreated();
|
|
43078
43078
|
if (this._initializeAdapters) {
|
|
43079
43079
|
this._initializeAdapters();
|
|
@@ -43100,7 +43100,7 @@ var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (fun
|
|
|
43100
43100
|
if (e) {
|
|
43101
43101
|
e._implementation = r;
|
|
43102
43102
|
}
|
|
43103
|
-
r
|
|
43103
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
43104
43104
|
}
|
|
43105
43105
|
return r.externalObject;
|
|
43106
43106
|
},
|
|
@@ -43116,7 +43116,7 @@ var IgcMultiSliderThumbValueChangingEventArgs = /** @class */ /*@__PURE__*/ (fun
|
|
|
43116
43116
|
var IgcMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
43117
43117
|
function IgcMultiSliderYValueChangingEventArgs() {
|
|
43118
43118
|
this._implementation = this.createImplementation();
|
|
43119
|
-
this._implementation
|
|
43119
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
43120
43120
|
this.onImplementationCreated();
|
|
43121
43121
|
if (this._initializeAdapters) {
|
|
43122
43122
|
this._initializeAdapters();
|
|
@@ -43139,7 +43139,7 @@ var IgcMultiSliderYValueChangingEventArgs = /** @class */ /*@__PURE__*/ (functio
|
|
|
43139
43139
|
};
|
|
43140
43140
|
IgcMultiSliderYValueChangingEventArgs.prototype._provideImplementation = function (i) {
|
|
43141
43141
|
this._implementation = i;
|
|
43142
|
-
this._implementation
|
|
43142
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
43143
43143
|
this.onImplementationCreated();
|
|
43144
43144
|
if (this._initializeAdapters) {
|
|
43145
43145
|
this._initializeAdapters();
|
|
@@ -43186,7 +43186,7 @@ var IgcMultiSliderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43186
43186
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
43187
43187
|
}
|
|
43188
43188
|
_this._implementation = _this.createImplementation();
|
|
43189
|
-
_this._implementation
|
|
43189
|
+
Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
|
|
43190
43190
|
_this.onImplementationCreated();
|
|
43191
43191
|
if (_this._initializeAdapters) {
|
|
43192
43192
|
_this._initializeAdapters();
|
|
@@ -44093,7 +44093,7 @@ var IgcColorEditorModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
44093
44093
|
var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
44094
44094
|
function IgcCheckboxChangeEventArgs() {
|
|
44095
44095
|
this._implementation = this.createImplementation();
|
|
44096
|
-
this._implementation
|
|
44096
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
44097
44097
|
this.onImplementationCreated();
|
|
44098
44098
|
if (this._initializeAdapters) {
|
|
44099
44099
|
this._initializeAdapters();
|
|
@@ -44116,7 +44116,7 @@ var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
44116
44116
|
};
|
|
44117
44117
|
IgcCheckboxChangeEventArgs.prototype._provideImplementation = function (i) {
|
|
44118
44118
|
this._implementation = i;
|
|
44119
|
-
this._implementation
|
|
44119
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
44120
44120
|
this.onImplementationCreated();
|
|
44121
44121
|
if (this._initializeAdapters) {
|
|
44122
44122
|
this._initializeAdapters();
|
|
@@ -45002,7 +45002,7 @@ var IgcXButtonGroupButtonCollection = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
45002
45002
|
var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
45003
45003
|
function IgcButtonGroupSelectionChangedEventArgs() {
|
|
45004
45004
|
this._implementation = this.createImplementation();
|
|
45005
|
-
this._implementation
|
|
45005
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
45006
45006
|
this.onImplementationCreated();
|
|
45007
45007
|
if (this._initializeAdapters) {
|
|
45008
45008
|
this._initializeAdapters();
|
|
@@ -45025,7 +45025,7 @@ var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
45025
45025
|
};
|
|
45026
45026
|
IgcButtonGroupSelectionChangedEventArgs.prototype._provideImplementation = function (i) {
|
|
45027
45027
|
this._implementation = i;
|
|
45028
|
-
this._implementation
|
|
45028
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
45029
45029
|
this.onImplementationCreated();
|
|
45030
45030
|
if (this._initializeAdapters) {
|
|
45031
45031
|
this._initializeAdapters();
|
|
@@ -47034,7 +47034,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
47034
47034
|
var IgcColorEditorPanelClosedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
47035
47035
|
function IgcColorEditorPanelClosedEventArgs() {
|
|
47036
47036
|
this._implementation = this.createImplementation();
|
|
47037
|
-
this._implementation
|
|
47037
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
47038
47038
|
this.onImplementationCreated();
|
|
47039
47039
|
if (this._initializeAdapters) {
|
|
47040
47040
|
this._initializeAdapters();
|
|
@@ -47057,7 +47057,7 @@ var IgcColorEditorPanelClosedEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
47057
47057
|
};
|
|
47058
47058
|
IgcColorEditorPanelClosedEventArgs.prototype._provideImplementation = function (i) {
|
|
47059
47059
|
this._implementation = i;
|
|
47060
|
-
this._implementation
|
|
47060
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
47061
47061
|
this.onImplementationCreated();
|
|
47062
47062
|
if (this._initializeAdapters) {
|
|
47063
47063
|
this._initializeAdapters();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-inputs",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1-beta.0",
|
|
4
4
|
"description": "Ignite UI Web Components inputs components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
|
|
6
6
|
"keywords": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "7.1.
|
|
17
|
+
"igniteui-webcomponents-core": "7.1.1-beta.0"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"typings": "igniteui-webcomponents-inputs.d.ts",
|