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.
Files changed (77) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +4621 -4122
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +642 -628
  4. package/esm2015/lib/ButtonView_combined.js +2039 -1746
  5. package/esm2015/lib/CalendarView_combined.js +160 -160
  6. package/esm2015/lib/CheckboxView_combined.js +62 -62
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/IconView_combined.js +163 -163
  9. package/esm2015/lib/InputGroupView_combined.js +240 -240
  10. package/esm2015/lib/MultiSliderBridge.js +14 -14
  11. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  12. package/esm2015/lib/NativeUIXInputsFactory_combined.js +202 -202
  13. package/esm2015/lib/RippleView_combined.js +3 -3
  14. package/esm2015/lib/ThemeResolver.js +38 -22
  15. package/esm2015/lib/XButtonBridge.js +65 -57
  16. package/esm2015/lib/XButtonGroupBridge.js +19 -15
  17. package/esm2015/lib/XCheckboxBridge.js +8 -8
  18. package/esm2015/lib/XComponentBridge.js +4 -2
  19. package/esm2015/lib/XIconBridge.js +23 -23
  20. package/esm2015/lib/XIconButtonBridge.js +7 -7
  21. package/esm2015/lib/XInputBridge.js +18 -18
  22. package/esm2015/lib/XPopupBridge.js +28 -28
  23. package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
  24. package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
  25. package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
  26. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  27. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
  28. package/esm2015/lib/igc-x-button-component.js +567 -567
  29. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  30. package/esm2015/lib/igc-x-icon-component.js +10 -10
  31. package/esm2015/public_api.js +2 -1
  32. package/esm5/lib/ButtonGroupView_combined.js +620 -606
  33. package/esm5/lib/ButtonView_combined.js +1953 -1660
  34. package/esm5/lib/CalendarView_combined.js +160 -160
  35. package/esm5/lib/CheckboxView_combined.js +62 -62
  36. package/esm5/lib/DatePickerView_combined.js +4 -4
  37. package/esm5/lib/IconView_combined.js +158 -158
  38. package/esm5/lib/InputGroupView_combined.js +240 -240
  39. package/esm5/lib/MultiSliderBridge.js +14 -14
  40. package/esm5/lib/MultiSliderView_combined.js +17 -17
  41. package/esm5/lib/NativeUIXInputsFactory_combined.js +202 -202
  42. package/esm5/lib/RippleView_combined.js +3 -3
  43. package/esm5/lib/ThemeResolver.js +38 -22
  44. package/esm5/lib/XButtonBridge.js +65 -57
  45. package/esm5/lib/XButtonGroupBridge.js +19 -15
  46. package/esm5/lib/XCheckboxBridge.js +8 -8
  47. package/esm5/lib/XComponentBridge.js +4 -2
  48. package/esm5/lib/XIconBridge.js +23 -23
  49. package/esm5/lib/XIconButtonBridge.js +7 -7
  50. package/esm5/lib/XInputBridge.js +18 -18
  51. package/esm5/lib/XPopupBridge.js +28 -28
  52. package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
  53. package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
  54. package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
  55. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  56. package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
  57. package/esm5/lib/igc-x-button-component.js +567 -567
  58. package/esm5/lib/igc-x-button-group-component.js +184 -184
  59. package/esm5/lib/igc-x-icon-component.js +10 -10
  60. package/esm5/public_api.js +2 -1
  61. package/fesm2015/igniteui-webcomponents-inputs.js +4947 -4459
  62. package/fesm5/igniteui-webcomponents-inputs.js +4621 -4123
  63. package/lib/ButtonGroupView_combined.d.ts +181 -179
  64. package/lib/ButtonView_combined.d.ts +479 -478
  65. package/lib/IconView_combined.d.ts +33 -34
  66. package/lib/MultiSliderView_combined.d.ts +1 -1
  67. package/lib/ThemeResolver.d.ts +18 -15
  68. package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
  69. package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  70. package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  71. package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  72. package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
  73. package/package.json +2 -2
  74. package/public_api.d.ts +2 -1
  75. package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
  76. package/esm5/lib/igc-multi-slider-thumb.js +0 -132
  77. 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.bh;
505
+ return this.i.bj;
506
506
  },
507
507
  set: function (v) {
508
- this.i.bh = v;
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.b0;
518
+ return this.i.b2;
519
519
  },
520
520
  set: function (v) {
521
- this.i.b0 = v;
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.ca;
593
+ return this.i.cc;
594
594
  },
595
595
  set: function (v) {
596
- this.i.ca = v;
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.bv;
620
+ return this.i.bx;
621
621
  },
622
622
  set: function (v) {
623
- this.i.bv = v;
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.bg();
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.b2();
891
+ var iv = this.i.b4();
892
892
  return (iv);
893
893
  };
894
894
  IgcXIconComponent._observedAttributesIgcXIconComponent = null;
@@ -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';