igniteui-webcomponents-inputs 7.1.0-alpha.0 → 7.1.0-alpha.2
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 +4621 -4122
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +642 -628
- package/esm2015/lib/ButtonView_combined.js +2039 -1746
- package/esm2015/lib/CalendarView_combined.js +160 -160
- package/esm2015/lib/CheckboxView_combined.js +62 -62
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +240 -240
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm2015/lib/RippleView_combined.js +3 -3
- package/esm2015/lib/ThemeResolver.js +38 -22
- package/esm2015/lib/XButtonBridge.js +65 -57
- package/esm2015/lib/XButtonGroupBridge.js +19 -15
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +7 -7
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +28 -28
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonGroupView_combined.js +620 -606
- package/esm5/lib/ButtonView_combined.js +1953 -1660
- package/esm5/lib/CalendarView_combined.js +160 -160
- package/esm5/lib/CheckboxView_combined.js +62 -62
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +240 -240
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
- package/esm5/lib/RippleView_combined.js +3 -3
- package/esm5/lib/ThemeResolver.js +38 -22
- package/esm5/lib/XButtonBridge.js +65 -57
- package/esm5/lib/XButtonGroupBridge.js +19 -15
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +7 -7
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +28 -28
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
- package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
- package/lib/ButtonGroupView_combined.d.ts +181 -179
- package/lib/ButtonView_combined.d.ts +479 -478
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/ThemeResolver.d.ts +18 -15
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -502,10 +502,10 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
502
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
503
503
|
*/
|
|
504
504
|
get: function () {
|
|
505
|
-
return this.i.
|
|
505
|
+
return this.i.bj;
|
|
506
506
|
},
|
|
507
507
|
set: function (v) {
|
|
508
|
-
this.i.
|
|
508
|
+
this.i.bj = v;
|
|
509
509
|
},
|
|
510
510
|
enumerable: false,
|
|
511
511
|
configurable: true
|
|
@@ -515,10 +515,10 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
515
515
|
* Gets or sets data url for the icon to use.
|
|
516
516
|
*/
|
|
517
517
|
get: function () {
|
|
518
|
-
return this.i.
|
|
518
|
+
return this.i.b2;
|
|
519
519
|
},
|
|
520
520
|
set: function (v) {
|
|
521
|
-
this.i.
|
|
521
|
+
this.i.b2 = v;
|
|
522
522
|
},
|
|
523
523
|
enumerable: false,
|
|
524
524
|
configurable: true
|
|
@@ -590,10 +590,10 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
590
|
* Gets or sets the id to use for the checkbox.
|
|
591
591
|
*/
|
|
592
592
|
get: function () {
|
|
593
|
-
return this.i.
|
|
593
|
+
return this.i.cc;
|
|
594
594
|
},
|
|
595
595
|
set: function (v) {
|
|
596
|
-
this.i.
|
|
596
|
+
this.i.cc = v;
|
|
597
597
|
},
|
|
598
598
|
enumerable: false,
|
|
599
599
|
configurable: true
|
|
@@ -617,10 +617,10 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
617
617
|
* Gets or sets the value of the aria-label attribute.
|
|
618
618
|
*/
|
|
619
619
|
get: function () {
|
|
620
|
-
return this.i.
|
|
620
|
+
return this.i.bx;
|
|
621
621
|
},
|
|
622
622
|
set: function (v) {
|
|
623
|
-
this.i.
|
|
623
|
+
this.i.bx = v;
|
|
624
624
|
},
|
|
625
625
|
enumerable: false,
|
|
626
626
|
configurable: true
|
|
@@ -880,7 +880,7 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
880
880
|
|
|
881
881
|
*/
|
|
882
882
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
883
|
-
var iv = this.i.
|
|
883
|
+
var iv = this.i.bi();
|
|
884
884
|
return (iv);
|
|
885
885
|
};
|
|
886
886
|
/**
|
|
@@ -888,7 +888,7 @@ export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
888
888
|
|
|
889
889
|
*/
|
|
890
890
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
891
|
-
var iv = this.i.
|
|
891
|
+
var iv = this.i.b4();
|
|
892
892
|
return (iv);
|
|
893
893
|
};
|
|
894
894
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
package/esm5/public_api.js
CHANGED
|
@@ -106,7 +106,8 @@ export * from './lib/IMultiSliderTrackShadeVisual';
|
|
|
106
106
|
export * from './lib/MultiSliderTrackShadeOrientation';
|
|
107
107
|
export * from './lib/DefaultMultiTrackShadeVisual';
|
|
108
108
|
export * from './lib/MultiSliderThumb';
|
|
109
|
-
export * from './lib/igc-multi-slider-thumb';
|
|
109
|
+
export * from './lib/igc-multi-slider-thumb-component';
|
|
110
|
+
export * from './lib/igc-multi-slider-thumb-module';
|
|
110
111
|
export * from './lib/MultiSliderThumbRangePosition';
|
|
111
112
|
export * from './lib/IMultiSliderTrackThumbCalloutVisual';
|
|
112
113
|
export * from './lib/DefaultMultiSliderTrackThumbCalloutVisual';
|