igniteui-webcomponents-inputs 3.2.3 → 3.2.4

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.
@@ -1067,32 +1067,32 @@ export declare class XLabel extends XInputGroupItem {
1067
1067
  */
1068
1068
  export declare class XInput extends XInputGroupItem {
1069
1069
  static $t: Type;
1070
- private t;
1070
+ private u;
1071
1071
  private a3;
1072
1072
  private a4;
1073
- private p;
1073
+ private q;
1074
1074
  private bl;
1075
1075
  private bf;
1076
- private ae;
1077
- private bg;
1078
1076
  private af;
1079
- private an;
1077
+ private bg;
1078
+ private ag;
1079
+ private ao;
1080
1080
  constructor();
1081
1081
  private _view;
1082
1082
  view: InputView;
1083
1083
  destroy(): void;
1084
- private m;
1085
- n: InputShiftType;
1084
+ private n;
1085
+ o: InputShiftType;
1086
+ private w;
1087
+ y: ControlDisplayDensity;
1086
1088
  private v;
1087
1089
  x: ControlDisplayDensity;
1088
- private u;
1089
- w: ControlDisplayDensity;
1090
1090
  private bk;
1091
1091
  b9: string;
1092
1092
  private bn;
1093
1093
  cd: string;
1094
- private ah;
1095
- aq: boolean;
1094
+ private ai;
1095
+ ar: boolean;
1096
1096
  protected h(a: string, b: any, c: any): void;
1097
1097
  private da;
1098
1098
  private dc;
@@ -1102,13 +1102,13 @@ export declare class XInput extends XInputGroupItem {
1102
1102
  private dl;
1103
1103
  static dw: Brush;
1104
1104
  static dv: Brush;
1105
- static ab: FontInfo;
1105
+ static ac: FontInfo;
1106
1106
  private dq;
1107
1107
  du: Brush;
1108
1108
  private dp;
1109
1109
  dt: Brush;
1110
- private y;
1111
- aa: FontInfo;
1110
+ private z;
1111
+ ab: FontInfo;
1112
1112
  private ds;
1113
1113
  dy: Brush;
1114
1114
  cr(): void;
@@ -1131,11 +1131,11 @@ export declare class XInput extends XInputGroupItem {
1131
1131
  cs(): void;
1132
1132
  ct(): void;
1133
1133
  cv(): void;
1134
- cu(): void;
1134
+ cu(a: string): void;
1135
1135
  c6(): void;
1136
1136
  c7(): void;
1137
- private z;
1138
- ac: FontInfo;
1137
+ private aa;
1138
+ ad: FontInfo;
1139
1139
  private bj;
1140
1140
  b3: string;
1141
1141
  private bm;
@@ -1146,35 +1146,35 @@ export declare class XInput extends XInputGroupItem {
1146
1146
  private bi;
1147
1147
  b0: string;
1148
1148
  private a5;
1149
- private ag;
1150
- readonly ao: boolean;
1149
+ private ah;
1150
+ readonly ap: boolean;
1151
1151
  ba: number;
1152
1152
  private bh;
1153
1153
  bx: string;
1154
1154
  private be;
1155
1155
  bt: string;
1156
- private ak;
1157
- as: boolean;
1156
+ private al;
1157
+ at: boolean;
1158
1158
  bd: any;
1159
1159
  private bo;
1160
1160
  cj: string;
1161
- readonly ap: boolean;
1161
+ readonly aq: boolean;
1162
+ private ak;
1162
1163
  private aj;
1163
- private ai;
1164
1164
  disabled: boolean;
1165
- private al;
1165
+ private am;
1166
1166
  readonly: boolean;
1167
1167
  dd(): void;
1168
1168
  onDetachedFromUI(): void;
1169
1169
  onAttachedToUI(): void;
1170
- protected av(): boolean;
1170
+ protected aw(): boolean;
1171
1171
  bc(): any;
1172
1172
  bw(): string;
1173
1173
  j(): InputVisualModelExport;
1174
1174
  change: (sender: any, args: InputChangeEventArgs) => void;
1175
1175
  changing: (sender: any, args: InputChangeEventArgs) => void;
1176
1176
  compositionStart: (sender: any, e: EventArgs) => void;
1177
- compositionEnd: (sender: any, e: EventArgs) => void;
1177
+ compositionEnd: (sender: any, args: InputChangeEventArgs) => void;
1178
1178
  di(a: number, b: number): void;
1179
1179
  provideContainer(a: DomRenderer): void;
1180
1180
  cm(): void;
@@ -1188,12 +1188,12 @@ export declare class XInput extends XInputGroupItem {
1188
1188
  private a6;
1189
1189
  selectionStart: number;
1190
1190
  selectionEnd: number;
1191
- private am;
1192
- au: boolean;
1191
+ private an;
1192
+ av: boolean;
1193
1193
  dh(a: boolean, b?: boolean): void;
1194
1194
  private c1;
1195
- private ad;
1196
- aw: boolean;
1195
+ private ae;
1196
+ ax: boolean;
1197
1197
  private co;
1198
1198
  private readonly i;
1199
1199
  private de;
package/lib/KEYCODES.d.ts CHANGED
@@ -13,6 +13,7 @@ export declare const enum KEYCODES {
13
13
  F2 = 113,
14
14
  TAB = 9,
15
15
  CTRL = 17,
16
+ C = 67,
16
17
  Z = 90,
17
18
  Y = 89,
18
19
  X = 88,
@@ -146,4 +146,7 @@ export declare class IgcXInputComponent extends IgcXInputGroupItemComponent {
146
146
  private _changing;
147
147
  private _changing_wrapped;
148
148
  changing: (s: IgcXInputComponent, e: IgcInputChangeEventArgs) => void;
149
+ private _compositionEnd;
150
+ private _compositionEnd_wrapped;
151
+ compositionEnd: (s: IgcXInputComponent, e: IgcInputChangeEventArgs) => void;
149
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
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": "3.2.3"
17
+ "igniteui-webcomponents-core": "3.2.4"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",