igniteui-webcomponents-inputs 4.0.3 → 4.2.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 (51) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +2781 -2143
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +17 -17
  4. package/esm2015/lib/ButtonView_combined.js +945 -939
  5. package/esm2015/lib/CalendarView_combined.js +80 -80
  6. package/esm2015/lib/DatePickerView_combined.js +82 -64
  7. package/esm2015/lib/IconView_combined.js +250 -238
  8. package/esm2015/lib/InputGroupView_combined.js +368 -357
  9. package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
  10. package/esm2015/lib/XButtonBridge.js +101 -0
  11. package/esm2015/lib/XCheckboxBridge.js +69 -0
  12. package/esm2015/lib/XComponentBridge.js +34 -0
  13. package/esm2015/lib/XIconButtonBridge.js +65 -0
  14. package/esm2015/lib/XInputBridge.js +162 -0
  15. package/esm2015/lib/igc-x-button-component.js +366 -366
  16. package/esm2015/lib/igc-x-icon-component.js +74 -63
  17. package/esm2015/lib/igc-x-input-component.js +65 -54
  18. package/esm2015/public_api.js +6 -0
  19. package/esm5/lib/ButtonGroupView_combined.js +17 -17
  20. package/esm5/lib/ButtonView_combined.js +941 -935
  21. package/esm5/lib/CalendarView_combined.js +80 -80
  22. package/esm5/lib/DatePickerView_combined.js +82 -64
  23. package/esm5/lib/IconView_combined.js +240 -224
  24. package/esm5/lib/InputGroupView_combined.js +353 -338
  25. package/esm5/lib/NativeUIXInputsFactory.js +153 -0
  26. package/esm5/lib/XButtonBridge.js +103 -0
  27. package/esm5/lib/XCheckboxBridge.js +71 -0
  28. package/esm5/lib/XComponentBridge.js +36 -0
  29. package/esm5/lib/XIconButtonBridge.js +67 -0
  30. package/esm5/lib/XInputBridge.js +164 -0
  31. package/esm5/lib/igc-x-button-component.js +366 -366
  32. package/esm5/lib/igc-x-icon-component.js +79 -64
  33. package/esm5/lib/igc-x-input-component.js +70 -55
  34. package/esm5/public_api.js +6 -0
  35. package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
  36. package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
  37. package/lib/ButtonView_combined.d.ts +262 -260
  38. package/lib/DatePickerView_combined.d.ts +22 -21
  39. package/lib/DatePickerVisualModelExport.d.ts +1 -1
  40. package/lib/IconView_combined.d.ts +59 -56
  41. package/lib/InputGroupView_combined.d.ts +91 -89
  42. package/lib/NativeUIXInputsFactory.d.ts +22 -0
  43. package/lib/XButtonBridge.d.ts +21 -0
  44. package/lib/XCheckboxBridge.d.ts +19 -0
  45. package/lib/XComponentBridge.d.ts +17 -0
  46. package/lib/XIconButtonBridge.d.ts +16 -0
  47. package/lib/XInputBridge.d.ts +24 -0
  48. package/lib/igc-x-icon-component.d.ts +6 -1
  49. package/lib/igc-x-input-component.d.ts +6 -1
  50. package/package.json +2 -2
  51. package/public_api.d.ts +6 -0
@@ -5,7 +5,7 @@ import { XLabel } from "./XLabel";
5
5
  import { XInput } from "./XInput";
6
6
  import { XSuffix } from "./XSuffix";
7
7
  import { XIcon } from "./XIcon";
8
- import { Popup } from "igniteui-webcomponents-layouts";
8
+ import { Popup } from "igniteui-webcomponents-core";
9
9
  import { XCalendar } from "./XCalendar";
10
10
  import { Rect } from "igniteui-webcomponents-core";
11
11
  import { Brush } from "igniteui-webcomponents-core";
@@ -28,7 +28,7 @@ export declare class DatePickerView extends Base {
28
28
  static $t: Type;
29
29
  constructor();
30
30
  b: DatePicker;
31
- ag(): void;
31
+ ah(): void;
32
32
  d: DomRenderer;
33
33
  private k;
34
34
  private e;
@@ -40,37 +40,38 @@ export declare class DatePickerView extends Base {
40
40
  private i;
41
41
  private h;
42
42
  readonly n: DomWrapper;
43
- af(a: DomRenderer): void;
44
- private z;
45
- aj(a: XInputGroup): void;
46
- al(a: XLabel): void;
47
- ak(a: XInput): void;
48
- an(a: XSuffix, b: any): void;
49
- ai(a: XIcon, b: any): void;
43
+ ag(a: DomRenderer): void;
44
+ private aa;
45
+ ak(a: XInputGroup): void;
46
+ am(a: XLabel): void;
47
+ al(a: XInput): void;
48
+ ao(a: XSuffix, b: any): void;
49
+ aj(a: XIcon, b: any): void;
50
50
  u(): any;
51
51
  t(): any;
52
52
  q(): any;
53
53
  p(): any;
54
54
  s(): any;
55
55
  r(): any;
56
- ap(a: boolean): void;
57
- aq(a: string): void;
58
- ao(): void;
59
- ad(): void;
60
- private aa;
61
- am(a: Popup): void;
62
- ah(a: XCalendar): void;
56
+ aq(a: boolean): void;
57
+ ar(a: string): void;
58
+ ap(): void;
59
+ ae(): void;
60
+ private ab;
61
+ y(): void;
62
+ an(a: Popup): void;
63
+ ai(a: XCalendar): void;
63
64
  o(): any;
64
- private y;
65
- private ac;
65
+ private z;
66
+ private ad;
66
67
  private x;
67
68
  private v;
68
69
  private w;
69
- private ab;
70
- ar(): Rect;
70
+ private ac;
71
+ as(): Rect;
71
72
  a(): number[];
72
73
  private c;
73
- ae(): void;
74
+ af(): void;
74
75
  }
75
76
  /**
76
77
  * @hidden
@@ -1,7 +1,7 @@
1
1
  import { Base, Type } from "igniteui-webcomponents-core";
2
2
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
3
3
  import { BaseControlTheme } from "igniteui-webcomponents-core";
4
- import { PopupVisualModelExport } from "igniteui-webcomponents-layouts";
4
+ import { PopupVisualModelExport } from "igniteui-webcomponents-core";
5
5
  import { InputGroupVisualModelExport } from "./InputGroupVisualModelExport";
6
6
  import { CalendarVisualModelExport } from "./CalendarVisualModelExport";
7
7
  /**
@@ -2,6 +2,7 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
2
2
  import { DomRenderer } from "igniteui-webcomponents-core";
3
3
  import { FontInfo } from "igniteui-webcomponents-core";
4
4
  import { IIcon } from "igniteui-webcomponents-core";
5
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
5
6
  import { Brush } from "igniteui-webcomponents-core";
6
7
  import { IconClickedEventArgs } from "./IconClickedEventArgs";
7
8
  import { IconVisualModelExport } from "./IconVisualModelExport";
@@ -46,79 +47,81 @@ export declare class XIcon extends Base implements INotifyPropertyChanged, IIcon
46
47
  private _view;
47
48
  view: IconView;
48
49
  destroy(): void;
49
- protected bc(a: string, b: any, c: any): void;
50
- protected be(a: string, b: any, c: any): void;
51
- private bi;
52
- protected readonly j: boolean;
53
- private bh;
54
- private bg;
55
- static bz: Brush;
56
- static b3: Brush;
57
- static b2: Brush;
58
- static b0: Brush;
59
- static b1: Brush;
60
- static v: number;
61
- static u: number;
62
- private bj;
63
- bu: Brush;
64
- private bn;
65
- by: Brush;
66
- private bk;
67
- bv: Brush;
50
+ protected bf(a: string, b: any, c: any): void;
51
+ protected bh(a: string, b: any, c: any): void;
68
52
  private bl;
69
- bw: Brush;
53
+ protected readonly l: boolean;
54
+ private bk;
55
+ private bj;
56
+ static b2: Brush;
57
+ static b6: Brush;
58
+ static b5: Brush;
59
+ static b3: Brush;
60
+ static b4: Brush;
61
+ static x: number;
62
+ static w: number;
63
+ private d;
64
+ e: BaseControlTheme;
70
65
  private bm;
71
66
  bx: Brush;
72
- private n;
73
- s: number;
74
- private o;
75
- t: number;
67
+ private bq;
68
+ b1: Brush;
69
+ private bn;
70
+ by: Brush;
76
71
  private bo;
72
+ bz: Brush;
73
+ private bp;
74
+ b0: Brush;
75
+ private p;
76
+ u: number;
77
+ private q;
78
+ v: number;
79
+ private br;
77
80
  fill: Brush;
78
- private bt;
79
- b8: Brush;
80
- private af;
81
+ private bw;
82
+ cb: Brush;
83
+ private ah;
81
84
  svgPath: string;
82
- private bp;
83
- b4: Brush;
84
- private bq;
85
- b5: Brush;
86
85
  private bs;
87
86
  b7: Brush;
88
- private p;
89
- w: number;
87
+ private bt;
88
+ b8: Brush;
89
+ private bv;
90
+ ca: Brush;
90
91
  private r;
91
92
  y: number;
92
- ba(): void;
93
- bb(): void;
94
- private d;
95
- e: FontInfo;
96
- private br;
97
- b6: Brush;
98
- private static ab;
99
- private ae;
100
- av: string;
101
- private z;
102
- private f;
103
- readonly i: boolean;
93
+ private t;
104
94
  aa: number;
105
- private ad;
106
- an: string;
95
+ bd(): void;
96
+ be(): void;
97
+ private f;
98
+ g: FontInfo;
99
+ private bu;
100
+ b9: Brush;
101
+ private static ad;
102
+ private ag;
103
+ ay: string;
104
+ private ab;
107
105
  private h;
108
- l: boolean;
109
- private g;
106
+ readonly k: boolean;
107
+ ac: number;
108
+ private af;
109
+ ap: string;
110
+ private j;
111
+ n: boolean;
112
+ private i;
110
113
  disabled: boolean;
111
- private q;
112
- x: number;
113
- bd(): void;
114
+ private s;
115
+ z: number;
116
+ bg(): void;
114
117
  clicked: (sender: any, args: IconClickedEventArgs) => void;
115
118
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
116
119
  onDetachedFromUI(): void;
117
120
  onAttachedToUI(): void;
118
- a8(): void;
119
- protected m(): boolean;
120
- ac(): any;
121
- ap(): string;
121
+ bb(): void;
122
+ protected o(): boolean;
123
+ ae(): any;
124
+ as(): string;
122
125
  a(): IconVisualModelExport;
123
126
  provideContainer(a: DomRenderer): void;
124
127
  }
@@ -1068,51 +1068,53 @@ export declare class XLabel extends XInputGroupItem {
1068
1068
  export declare class XInput extends XInputGroupItem {
1069
1069
  static $t: Type;
1070
1070
  private u;
1071
- private a3;
1072
- private a4;
1071
+ private a5;
1072
+ private a6;
1073
1073
  private q;
1074
- private bl;
1075
- private bf;
1076
- private af;
1077
- private bg;
1078
- private ag;
1079
- private ao;
1074
+ private bn;
1075
+ private bh;
1076
+ private ah;
1077
+ private bi;
1078
+ private ai;
1079
+ private aq;
1080
1080
  constructor();
1081
1081
  private _view;
1082
1082
  view: InputView;
1083
1083
  destroy(): void;
1084
1084
  private n;
1085
1085
  o: InputShiftType;
1086
- private w;
1087
- y: ControlDisplayDensity;
1088
1086
  private v;
1089
- x: ControlDisplayDensity;
1090
- private bk;
1091
- b9: string;
1092
- private bn;
1093
- cd: string;
1094
- private ai;
1095
- ar: boolean;
1087
+ w: BaseControlTheme;
1088
+ private y;
1089
+ aa: ControlDisplayDensity;
1090
+ private x;
1091
+ z: ControlDisplayDensity;
1092
+ private bm;
1093
+ cc: string;
1094
+ private bp;
1095
+ cg: string;
1096
+ private ak;
1097
+ at: boolean;
1096
1098
  protected h(a: string, b: any, c: any): void;
1097
- private da;
1098
- private dc;
1099
- private db;
1100
- private c0;
1101
- private dm;
1102
- private dl;
1103
- static dw: Brush;
1104
- static dv: Brush;
1105
- static ac: FontInfo;
1099
+ private dd;
1100
+ private df;
1101
+ private de;
1102
+ private c3;
1106
1103
  private dq;
1107
- du: Brush;
1108
1104
  private dp;
1109
- dt: Brush;
1110
- private z;
1111
- ab: FontInfo;
1105
+ static dz: Brush;
1106
+ static dy: Brush;
1107
+ static ae: FontInfo;
1108
+ private dt;
1109
+ dx: Brush;
1112
1110
  private ds;
1113
- dy: Brush;
1114
- cr(): void;
1115
- cz(): void;
1111
+ dw: Brush;
1112
+ private ab;
1113
+ ad: FontInfo;
1114
+ private dv;
1115
+ d1: Brush;
1116
+ cu(): void;
1117
+ c2(): void;
1116
1118
  keyDown: (sender: any, args: KeyEventArgs) => void;
1117
1119
  keyUp: (sender: any, args: KeyEventArgs) => void;
1118
1120
  keyPress: (sender: any, args: KeyEventArgs) => void;
@@ -1120,81 +1122,81 @@ export declare class XInput extends XInputGroupItem {
1120
1122
  lostFocus: (sender: any, e: EventArgs) => void;
1121
1123
  mouseDown: (sender: any, e: MouseButtonEventArgs) => void;
1122
1124
  mouseUp: (sender: any, e: MouseButtonEventArgs) => void;
1123
- c2(a: KeyEventArgs): void;
1124
- c4(a: KeyEventArgs): void;
1125
- c3(a: KeyEventArgs): void;
1126
- c5(a: MouseButtonEventArgs): void;
1125
+ c5(a: KeyEventArgs): void;
1126
+ c7(a: KeyEventArgs): void;
1127
+ c6(a: KeyEventArgs): void;
1127
1128
  c8(a: MouseButtonEventArgs): void;
1128
- c9(): void;
1129
- cx(): void;
1130
- cy(): void;
1131
- cs(): void;
1132
- ct(): void;
1129
+ db(a: MouseButtonEventArgs): void;
1130
+ dc(): void;
1131
+ c0(): void;
1132
+ c1(): void;
1133
1133
  cv(): void;
1134
- cu(a: string): void;
1135
- c6(): void;
1136
- c7(): void;
1137
- private aa;
1138
- ad: FontInfo;
1139
- private bj;
1134
+ cw(): void;
1135
+ cy(): void;
1136
+ cx(a: string): void;
1137
+ c9(): void;
1138
+ da(): void;
1139
+ private ac;
1140
+ af: FontInfo;
1141
+ private bl;
1142
+ b6: string;
1143
+ private bo;
1144
+ ce: string;
1145
+ private du;
1146
+ d0: Brush;
1147
+ private static bd;
1148
+ private bk;
1140
1149
  b3: string;
1141
- private bm;
1142
- cb: string;
1143
- private dr;
1144
- dx: Brush;
1145
- private static bb;
1146
- private bi;
1150
+ private a7;
1151
+ private aj;
1152
+ readonly ar: boolean;
1153
+ bc: number;
1154
+ private bj;
1147
1155
  b0: string;
1148
- private a5;
1149
- private ah;
1150
- readonly ap: boolean;
1151
- ba: number;
1152
- private bh;
1153
- bx: string;
1154
- private be;
1155
- bt: string;
1156
+ private bg;
1157
+ bv: string;
1158
+ private an;
1159
+ av: boolean;
1160
+ bf: any;
1161
+ private bq;
1162
+ cm: string;
1163
+ readonly as: boolean;
1164
+ private am;
1156
1165
  private al;
1157
- at: boolean;
1158
- bd: any;
1159
- private bo;
1160
- cj: string;
1161
- readonly aq: boolean;
1162
- private ak;
1163
- private aj;
1164
1166
  disabled: boolean;
1165
- private am;
1167
+ private ao;
1166
1168
  readonly: boolean;
1167
- dd(): void;
1169
+ dg(): void;
1168
1170
  onDetachedFromUI(): void;
1169
1171
  onAttachedToUI(): void;
1170
- protected aw(): boolean;
1171
- bc(): any;
1172
- bw(): string;
1172
+ protected ay(): boolean;
1173
+ be(): any;
1174
+ bz(): string;
1173
1175
  j(): InputVisualModelExport;
1174
1176
  change: (sender: any, args: InputChangeEventArgs) => void;
1175
1177
  changing: (sender: any, args: InputChangeEventArgs) => void;
1176
1178
  compositionStart: (sender: any, e: EventArgs) => void;
1177
1179
  compositionEnd: (sender: any, args: InputChangeEventArgs) => void;
1178
- di(a: number, b: number): void;
1180
+ dl(a: number, b: number): void;
1179
1181
  provideContainer(a: DomRenderer): void;
1180
- cm(): void;
1182
+ cp(): void;
1181
1183
  focus(a?: boolean): void;
1182
- dg(): void;
1183
- private dk;
1184
- private dj;
1184
+ dj(): void;
1185
1185
  private dn;
1186
- private cl;
1187
- private a7;
1188
- private a6;
1186
+ private dm;
1187
+ private dr;
1188
+ private co;
1189
+ private a9;
1190
+ private a8;
1189
1191
  selectionStart: number;
1190
1192
  selectionEnd: number;
1191
- private an;
1192
- av: boolean;
1193
- dh(a: boolean, b?: boolean): void;
1194
- private c1;
1195
- private ae;
1193
+ private ap;
1196
1194
  ax: boolean;
1197
- private co;
1195
+ dk(a: boolean, b?: boolean): void;
1196
+ private c4;
1197
+ private ag;
1198
+ az: boolean;
1199
+ private cr;
1198
1200
  private readonly i;
1199
- private de;
1201
+ private dh;
1200
1202
  }
@@ -0,0 +1,22 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { INativeUIElementFactory } from "igniteui-webcomponents-core";
3
+ import { NativeUIElementFactoryFlavor } from "igniteui-webcomponents-core";
4
+ import { NativeUIComponentBuiltInType } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class NativeUIXInputsFactory extends Base implements INativeUIElementFactory {
9
+ static $t: Type;
10
+ private static a;
11
+ static readonly b: NativeUIXInputsFactory;
12
+ static h(): void;
13
+ private c;
14
+ readonly flavor: NativeUIElementFactoryFlavor;
15
+ createComponent(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
16
+ createComponentSync(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
17
+ supportsComponent(a: NativeUIComponentBuiltInType): boolean;
18
+ private g;
19
+ private d;
20
+ private e;
21
+ private f;
22
+ }
@@ -0,0 +1,21 @@
1
+ import { XComponentBridge } from "./XComponentBridge";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
4
+ import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
5
+ import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare class XButtonBridge extends XComponentBridge {
10
+ static $t: Type;
11
+ private g;
12
+ private e;
13
+ private d;
14
+ private f;
15
+ constructor(a: any);
16
+ addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
17
+ removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
18
+ private h;
19
+ setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
20
+ getValue(a: any, b: NativeUIBuiltInProperties): any;
21
+ }
@@ -0,0 +1,19 @@
1
+ import { XComponentBridge } from "./XComponentBridge";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
4
+ import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
5
+ import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare class XCheckboxBridge extends XComponentBridge {
10
+ static $t: Type;
11
+ private d;
12
+ private e;
13
+ constructor(a: any);
14
+ addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
15
+ removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
16
+ private f;
17
+ getValue(a: any, b: NativeUIBuiltInProperties): any;
18
+ setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
19
+ }
@@ -0,0 +1,17 @@
1
+ import { NativeUIElementBridge } from "igniteui-webcomponents-core";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { UIElementPropertyId } from "igniteui-webcomponents-core";
4
+ import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
5
+ import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare class XComponentBridge extends NativeUIElementBridge {
10
+ static $t: Type;
11
+ private c;
12
+ constructor(a: any);
13
+ getTargetForProperty(a: UIElementPropertyId, b: any): any;
14
+ getMethodTarget(a: any): any;
15
+ getTargetForBuildInEvent(a: any, b: NativeUIBuiltInEvents): any;
16
+ getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { XButtonBridge } from "./XButtonBridge";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class XIconButtonBridge extends XButtonBridge {
8
+ static $t: Type;
9
+ private i;
10
+ private j;
11
+ private k;
12
+ constructor(a: any, b: any);
13
+ getValue(a: any, b: NativeUIBuiltInProperties): any;
14
+ setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
15
+ getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
16
+ }
@@ -0,0 +1,24 @@
1
+ import { XComponentBridge } from "./XComponentBridge";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { NativeUIComponent } from "igniteui-webcomponents-core";
4
+ import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
5
+ import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
6
+ import { UIElementPropertyId } from "igniteui-webcomponents-core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class XInputBridge extends XComponentBridge {
11
+ static $t: Type;
12
+ private e;
13
+ private d;
14
+ private g;
15
+ private f;
16
+ constructor(a: any);
17
+ addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
18
+ removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
19
+ private i;
20
+ private h;
21
+ getValue(a: any, b: NativeUIBuiltInProperties): any;
22
+ setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
23
+ getTargetForProperty(a: UIElementPropertyId, b: any): any;
24
+ }
@@ -1,5 +1,6 @@
1
1
  import { XIcon } from "./XIcon";
2
2
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
3
4
  export declare class IgcXIconComponent extends IgcHTMLElement {
4
5
  private _portalManager;
5
6
  private _container;
@@ -37,8 +38,12 @@ export declare class IgcXIconComponent extends IgcHTMLElement {
37
38
  protected static _isElementRegistered: boolean;
38
39
  static register(): void;
39
40
  /**
40
- * Gets the color to use for the actual background.
41
+ * Gets or sets the base built in theme to use for the button.
41
42
  */
43
+ baseTheme: BaseControlTheme;
44
+ /**
45
+ * Gets the color to use for the actual background.
46
+ */
42
47
  actualFill: string;
43
48
  /**
44
49
  * Gets the color to use for the actual text color.
@@ -3,6 +3,7 @@ import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component'
3
3
  import { IgcInputChangeEventArgs } from './igc-input-change-event-args';
4
4
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
5
5
  import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
6
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
6
7
  export declare class IgcXInputComponent extends IgcXInputGroupItemComponent {
7
8
  private _portalManager;
8
9
  private _container;
@@ -28,8 +29,12 @@ export declare class IgcXInputComponent extends IgcXInputGroupItemComponent {
28
29
  protected static _isElementRegistered: boolean;
29
30
  static register(): void;
30
31
  /**
31
- * Gets or sets the display density to use for the input.
32
+ * Gets or sets the base built in theme to use for the button.
32
33
  */
34
+ baseTheme: BaseControlTheme;
35
+ /**
36
+ * Gets or sets the display density to use for the input.
37
+ */
33
38
  density: ControlDisplayDensity;
34
39
  /**
35
40
  * Gets the actual display density to use for the label.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "4.0.3",
3
+ "version": "4.2.2",
4
4
  "description": "Ignite UI WebComponents 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": "4.0.3"
17
+ "igniteui-webcomponents-core": "4.2.2"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",
package/public_api.d.ts CHANGED
@@ -41,6 +41,12 @@ export * from './lib/igc-x-input-group-component';
41
41
  export * from './lib/igc-x-prefix-module';
42
42
  export * from './lib/igc-x-prefix-component';
43
43
  export * from './lib/igc-x-suffix-component';
44
+ export * from './lib/NativeUIXInputsFactory';
45
+ export * from './lib/XComponentBridge';
46
+ export * from './lib/XButtonBridge';
47
+ export * from './lib/XCheckboxBridge';
48
+ export * from './lib/XIconButtonBridge';
49
+ export * from './lib/XInputBridge';
44
50
  export * from './lib/KEYCODES';
45
51
  export * from './lib/MaskOptions';
46
52
  export * from './lib/Replaced';