igniteui-webcomponents-inputs 6.2.2-alpha.2 → 6.3.0-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.
Files changed (57) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +1336 -1142
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +1 -1
  4. package/esm2015/lib/ButtonGroupVisualModelExport.js +9 -1
  5. package/esm2015/lib/ButtonView_combined.js +315 -308
  6. package/esm2015/lib/CheckboxListVisualModelExport.js +43 -0
  7. package/esm2015/lib/CheckboxView_combined.js +179 -164
  8. package/esm2015/lib/CheckboxVisualModelExport.js +14 -6
  9. package/esm2015/lib/ColorEditorVisualModelExport.js +40 -0
  10. package/esm2015/lib/IconView_combined.js +27 -22
  11. package/esm2015/lib/InputGroupView_combined.js +274 -262
  12. package/esm2015/lib/InputGroupVisualModelExport.js +2 -2
  13. package/esm2015/lib/InputVisualModelExport.js +34 -32
  14. package/esm2015/lib/MultiSliderView_combined.js +2 -2
  15. package/esm2015/lib/NativeUIXInputsFactory_combined.js +324 -299
  16. package/esm2015/lib/XButtonBridge.js +1 -1
  17. package/esm2015/lib/XButtonGroupBridge.js +7 -1
  18. package/esm2015/lib/XCheckboxBridge.js +2 -1
  19. package/esm2015/lib/XIconBridge.js +2 -1
  20. package/esm2015/lib/XInputBridge.js +11 -1
  21. package/esm2015/lib/igc-color-editor-component.js +63 -47
  22. package/esm2015/public_api.js +2 -0
  23. package/esm5/lib/ButtonGroupView_combined.js +1 -1
  24. package/esm5/lib/ButtonGroupVisualModelExport.js +9 -1
  25. package/esm5/lib/ButtonView_combined.js +315 -308
  26. package/esm5/lib/CheckboxListVisualModelExport.js +45 -0
  27. package/esm5/lib/CheckboxView_combined.js +177 -162
  28. package/esm5/lib/CheckboxVisualModelExport.js +14 -6
  29. package/esm5/lib/ColorEditorVisualModelExport.js +42 -0
  30. package/esm5/lib/IconView_combined.js +32 -27
  31. package/esm5/lib/InputGroupView_combined.js +275 -263
  32. package/esm5/lib/InputGroupVisualModelExport.js +2 -2
  33. package/esm5/lib/InputVisualModelExport.js +34 -32
  34. package/esm5/lib/MultiSliderView_combined.js +2 -2
  35. package/esm5/lib/NativeUIXInputsFactory_combined.js +315 -290
  36. package/esm5/lib/XButtonBridge.js +1 -1
  37. package/esm5/lib/XButtonGroupBridge.js +7 -1
  38. package/esm5/lib/XCheckboxBridge.js +2 -1
  39. package/esm5/lib/XIconBridge.js +2 -1
  40. package/esm5/lib/XInputBridge.js +11 -1
  41. package/esm5/lib/igc-color-editor-component.js +63 -47
  42. package/esm5/public_api.js +2 -0
  43. package/fesm2015/igniteui-webcomponents-inputs.js +1342 -1150
  44. package/fesm5/igniteui-webcomponents-inputs.js +1336 -1144
  45. package/lib/ButtonGroupVisualModelExport.d.ts +5 -1
  46. package/lib/ButtonView_combined.d.ts +42 -41
  47. package/lib/CheckboxListVisualModelExport.d.ts +18 -0
  48. package/lib/CheckboxView_combined.d.ts +30 -29
  49. package/lib/CheckboxVisualModelExport.d.ts +7 -3
  50. package/lib/ColorEditorVisualModelExport.d.ts +17 -0
  51. package/lib/IconView_combined.d.ts +2 -0
  52. package/lib/InputGroupView_combined.d.ts +57 -56
  53. package/lib/InputVisualModelExport.d.ts +14 -12
  54. package/lib/NativeUIXInputsFactory_combined.d.ts +90 -85
  55. package/lib/igc-color-editor-component.d.ts +10 -0
  56. package/package.json +2 -2
  57. package/public_api.d.ts +2 -0
@@ -937,50 +937,50 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
937
937
  __extends(InputView, _super);
938
938
  function InputView() {
939
939
  var _this = _super.call(this) || this;
940
- _this.b = null;
941
- _this.l = null;
942
940
  _this.c = null;
943
- _this.j = new List$1(Delegate_$type, 0);
944
- _this.g = false;
945
- _this.f = false;
946
- _this.r = null;
947
- _this.d = true;
948
941
  _this.m = null;
949
- _this.n = null;
942
+ _this.d = null;
943
+ _this.k = new List$1(Delegate_$type, 0);
944
+ _this.h = false;
950
945
  _this.g = false;
946
+ _this.s = null;
947
+ _this.e = true;
948
+ _this.n = null;
949
+ _this.o = null;
950
+ _this.h = false;
951
951
  return _this;
952
952
  }
953
- InputView.prototype.as = function () {
953
+ InputView.prototype.at = function () {
954
954
  };
955
- InputView.prototype.h = function () {
955
+ InputView.prototype.i = function () {
956
956
  return true;
957
957
  };
958
- Object.defineProperty(InputView.prototype, "q", {
958
+ Object.defineProperty(InputView.prototype, "r", {
959
959
  get: function () {
960
- return this.m;
960
+ return this.n;
961
961
  },
962
962
  enumerable: false,
963
963
  configurable: true
964
964
  });
965
- Object.defineProperty(InputView.prototype, "bd", {
965
+ Object.defineProperty(InputView.prototype, "be", {
966
966
  get: function () {
967
967
  return null;
968
968
  },
969
969
  enumerable: false,
970
970
  configurable: true
971
971
  });
972
- Object.defineProperty(InputView.prototype, "i", {
972
+ Object.defineProperty(InputView.prototype, "j", {
973
973
  get: function () {
974
974
  return true;
975
975
  },
976
976
  enumerable: false,
977
977
  configurable: true
978
978
  });
979
- InputView.prototype.ap = function (a) {
979
+ InputView.prototype.aq = function (a) {
980
980
  var e_9, _a;
981
981
  if (a == null) {
982
982
  try {
983
- for (var _b = __values(fromEnum(this.j)), _c = _b.next(); !_c.done; _c = _b.next()) {
983
+ for (var _b = __values(fromEnum(this.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
984
984
  var b = _c.value;
985
985
  b();
986
986
  }
@@ -998,12 +998,12 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
998
998
  throw e_9.error;
999
999
  }
1000
1000
  }
1001
- this.j.clear();
1001
+ this.k.clear();
1002
1002
  }
1003
- this.l = a;
1004
- this.l.rootWrapper.setStyleProperty("display", "inline-block");
1005
- var c = this.l.createElement("input");
1006
- c.setAttribute("type", this.b.b8);
1003
+ this.m = a;
1004
+ this.m.rootWrapper.setStyleProperty("display", "inline-block");
1005
+ var c = this.m.createElement("input");
1006
+ c.setAttribute("type", this.c.b8);
1007
1007
  c.setStyleProperty("position", "relative");
1008
1008
  c.setStyleProperty("box-sizing", "border-box");
1009
1009
  c.setStyleProperty("display", "inline-block");
@@ -1022,75 +1022,75 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1022
1022
  c.setStyleProperty("background-attachment", "initial");
1023
1023
  c.setStyleProperty("background-origin", "initial");
1024
1024
  c.setStyleProperty("background-color", "transparent");
1025
- NativeUI.q(c, this.b.d4);
1025
+ NativeUI.q(c, this.c.d4);
1026
1026
  c.setStyleProperty("outline-style", "none");
1027
1027
  c.setStyleProperty("box-shadow", "none");
1028
1028
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
1029
1029
  c.setStyleProperty("padding-bottom", "0.1875rem");
1030
- c.setStyleProperty("text-align", this.t(this.b.dy));
1030
+ c.setStyleProperty("text-align", this.u(this.c.dy));
1031
1031
  c.setStyleProperty("font-family", "Verdana");
1032
1032
  c.setStyleProperty("font-size", "1rem");
1033
- this.j.add(c.listen("change", runOn(this, this.y)));
1034
- this.j.add(c.listen("input", runOn(this, this.z)));
1035
- this.j.add(c.listen("focus", runOn(this, this.ae)));
1036
- this.j.add(c.listen("blur", runOn(this, this.x)));
1037
- this.j.add(c.listen("mouseenter", runOn(this, this.v)));
1038
- this.j.add(c.listen("mouseleave", runOn(this, this.w)));
1039
- this.j.add(c.listen("keydown", runOn(this, this.af)));
1040
- this.j.add(c.listen("keyup", runOn(this, this.ah)));
1041
- this.j.add(c.listen("keypress", runOn(this, this.ag)));
1042
- this.j.add(c.listen("paste", runOn(this, this.ak)));
1043
- this.j.add(c.listen("dragenter", runOn(this, this.ac)));
1044
- this.j.add(c.listen("dragleave", runOn(this, this.ad)));
1045
- this.j.add(c.listen("compositionstart", runOn(this, this.ab)));
1046
- this.j.add(c.listen("compositionend", runOn(this, this.aa)));
1047
- this.j.add(c.listen("mousedown", runOn(this, this.ai)));
1048
- this.j.add(c.listen("mouseup", runOn(this, this.aj)));
1049
- this.m = c;
1050
- this.l.append(this.m);
1051
- this.am();
1052
- this.b.dl();
1033
+ this.k.add(c.listen("change", runOn(this, this.z)));
1034
+ this.k.add(c.listen("input", runOn(this, this.aa)));
1035
+ this.k.add(c.listen("focus", runOn(this, this.af)));
1036
+ this.k.add(c.listen("blur", runOn(this, this.y)));
1037
+ this.k.add(c.listen("mouseenter", runOn(this, this.w)));
1038
+ this.k.add(c.listen("mouseleave", runOn(this, this.x)));
1039
+ this.k.add(c.listen("keydown", runOn(this, this.ag)));
1040
+ this.k.add(c.listen("keyup", runOn(this, this.ai)));
1041
+ this.k.add(c.listen("keypress", runOn(this, this.ah)));
1042
+ this.k.add(c.listen("paste", runOn(this, this.al)));
1043
+ this.k.add(c.listen("dragenter", runOn(this, this.ad)));
1044
+ this.k.add(c.listen("dragleave", runOn(this, this.ae)));
1045
+ this.k.add(c.listen("compositionstart", runOn(this, this.ac)));
1046
+ this.k.add(c.listen("compositionend", runOn(this, this.ab)));
1047
+ this.k.add(c.listen("mousedown", runOn(this, this.aj)));
1048
+ this.k.add(c.listen("mouseup", runOn(this, this.ak)));
1049
+ this.n = c;
1050
+ this.m.append(this.n);
1051
+ this.an();
1052
+ this.c.dl();
1053
1053
  };
1054
- InputView.prototype.a0 = function (a) {
1054
+ InputView.prototype.a1 = function (a) {
1055
1055
  if (a) {
1056
- this.m.setAttribute("readonly", a.toString());
1056
+ this.n.setAttribute("readonly", a.toString());
1057
1057
  }
1058
1058
  else {
1059
- this.m.getNativeElement().removeAttribute("readonly");
1059
+ this.n.getNativeElement().removeAttribute("readonly");
1060
1060
  }
1061
1061
  };
1062
- InputView.prototype.ay = function (a) {
1062
+ InputView.prototype.az = function (a) {
1063
1063
  if (a) {
1064
- this.m.setAttribute("disabled", "true");
1064
+ this.n.setAttribute("disabled", "true");
1065
1065
  }
1066
1066
  else {
1067
- this.m.getNativeElement().removeAttribute("disabled");
1067
+ this.n.getNativeElement().removeAttribute("disabled");
1068
1068
  }
1069
1069
  };
1070
- InputView.prototype.a5 = function (a) {
1071
- this.m.setStyleProperty("text-align", this.t(a));
1070
+ InputView.prototype.a6 = function (a) {
1071
+ this.n.setStyleProperty("text-align", this.u(a));
1072
1072
  };
1073
- InputView.prototype.a4 = function (a) {
1073
+ InputView.prototype.a5 = function (a) {
1074
1074
  if (a) {
1075
- this.m.removeClass("ig-input-hide-spinner");
1075
+ this.n.removeClass("ig-input-hide-spinner");
1076
1076
  }
1077
1077
  else {
1078
- this.m.addClass("ig-input-hide-spinner");
1078
+ this.n.addClass("ig-input-hide-spinner");
1079
1079
  }
1080
1080
  };
1081
- InputView.prototype.ab = function (a) {
1082
- this.g = true;
1083
- this.b.c3();
1081
+ InputView.prototype.ac = function (a) {
1082
+ this.h = true;
1083
+ this.c.c3();
1084
1084
  };
1085
- InputView.prototype.aa = function (a) {
1086
- this.g = false;
1085
+ InputView.prototype.ab = function (a) {
1086
+ this.h = false;
1087
1087
  var b = null;
1088
1088
  if (a.originalEvent != null) {
1089
1089
  b = (a.originalEvent.data);
1090
1090
  }
1091
- this.b.c2(b);
1091
+ this.c.c2(b);
1092
1092
  };
1093
- InputView.prototype.t = function (a) {
1093
+ InputView.prototype.u = function (a) {
1094
1094
  switch (a) {
1095
1095
  case 0: return "left";
1096
1096
  case 2: return "right";
@@ -1098,54 +1098,54 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1098
1098
  }
1099
1099
  return "left";
1100
1100
  };
1101
- InputView.prototype.aw = function () {
1102
- this.m.setAttribute("type", this.b.b8);
1103
- if (this.b.b8 == "date") {
1104
- this.m.setStyleProperty("line-height", "normal");
1101
+ InputView.prototype.ax = function () {
1102
+ this.n.setAttribute("type", this.c.b8);
1103
+ if (this.c.b8 == "date") {
1104
+ this.n.setStyleProperty("line-height", "normal");
1105
1105
  }
1106
1106
  else {
1107
- this.m.setStyleProperty("line-height", "0");
1107
+ this.n.setStyleProperty("line-height", "0");
1108
1108
  }
1109
1109
  };
1110
- InputView.prototype.au = function () {
1111
- this.m.setAttribute("placeholder", this.b.cg);
1110
+ InputView.prototype.av = function () {
1111
+ this.n.setAttribute("placeholder", this.c.cg);
1112
1112
  };
1113
- InputView.prototype.a9 = function () {
1114
- switch (this.b.z) {
1113
+ InputView.prototype.ba = function () {
1114
+ switch (this.c.z) {
1115
1115
  case 1:
1116
- this.m.setStyleProperty("height", "2rem");
1117
- this.m.setStyleProperty("font-size", "1rem");
1116
+ this.n.setStyleProperty("height", "2rem");
1117
+ this.n.setStyleProperty("font-size", "1rem");
1118
1118
  break;
1119
1119
  case 2:
1120
- this.m.setStyleProperty("height", "1.68421rem");
1121
- this.m.setStyleProperty("font-size", "1rem");
1120
+ this.n.setStyleProperty("height", "1.68421rem");
1121
+ this.n.setStyleProperty("font-size", "1rem");
1122
1122
  break;
1123
1123
  case 3:
1124
- this.m.setStyleProperty("height", "1.45455rem");
1125
- this.m.setStyleProperty("font-size", ".95455rem");
1124
+ this.n.setStyleProperty("height", "1.45455rem");
1125
+ this.n.setStyleProperty("font-size", ".95455rem");
1126
1126
  break;
1127
1127
  case 4:
1128
- this.m.setStyleProperty("height", "1.388445rem");
1129
- this.m.setStyleProperty("font-size", "0.91116rem");
1128
+ this.n.setStyleProperty("height", "1.388445rem");
1129
+ this.n.setStyleProperty("font-size", "0.91116rem");
1130
1130
  break;
1131
1131
  }
1132
1132
  };
1133
- InputView.prototype.a8 = function () {
1133
+ InputView.prototype.a9 = function () {
1134
1134
  var _this = this;
1135
- var a = this.k();
1135
+ var a = this.l();
1136
1136
  if (isNaN_(a) || a == 0) {
1137
- if (!this.f) {
1138
- this.f = true;
1139
- this.l.setTimeout(function () {
1140
- _this.f = false;
1141
- _this.a8();
1137
+ if (!this.g) {
1138
+ this.g = true;
1139
+ this.m.setTimeout(function () {
1140
+ _this.g = false;
1141
+ _this.a9();
1142
1142
  }, 100);
1143
1143
  }
1144
1144
  }
1145
1145
  var b = new TransformGroup();
1146
1146
  b.j.add(((function () {
1147
1147
  var $ret = new TranslateTransform();
1148
- $ret.k = _this.b.o == 2 ? (_this.k() * -0.25) : 0;
1148
+ $ret.k = _this.c.o == 2 ? (_this.l() * -0.25) : 0;
1149
1149
  return $ret;
1150
1150
  })()));
1151
1151
  b.j.add(((function () {
@@ -1154,141 +1154,141 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1154
  $ret.m = 1;
1155
1155
  return $ret;
1156
1156
  })()));
1157
- NativeUI.af(this.l.rootWrapper, b);
1158
- this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
1157
+ NativeUI.af(this.m.rootWrapper, b);
1158
+ this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
1159
1159
  };
1160
- InputView.prototype.k = function () {
1161
- var a = this.l.rootWrapper.getStyleProperty("height");
1160
+ InputView.prototype.l = function () {
1161
+ var a = this.m.rootWrapper.getStyleProperty("height");
1162
1162
  var b = parseFloat(stringReplace(a, "px", ""));
1163
1163
  return b;
1164
1164
  };
1165
- InputView.prototype.ax = function (a) {
1166
- this.m.setProperty("value", a);
1165
+ InputView.prototype.ay = function (a) {
1166
+ this.n.setProperty("value", a);
1167
1167
  };
1168
- InputView.prototype.az = function (a) {
1169
- this.m.setAttribute("name", a);
1168
+ InputView.prototype.a0 = function (a) {
1169
+ this.n.setAttribute("name", a);
1170
1170
  };
1171
- InputView.prototype.x = function (a) {
1172
- this.b.cz();
1171
+ InputView.prototype.y = function (a) {
1172
+ this.c.cz();
1173
1173
  };
1174
- InputView.prototype.ae = function (a) {
1175
- this.b.c7();
1174
+ InputView.prototype.af = function (a) {
1175
+ this.c.c7();
1176
1176
  };
1177
- InputView.prototype.ai = function (a) {
1178
- var b = this.bc(a);
1179
- this.b.dd(b);
1177
+ InputView.prototype.aj = function (a) {
1178
+ var b = this.bd(a);
1179
+ this.c.dd(b);
1180
1180
  if (b.handled) {
1181
1181
  a.preventDefault();
1182
1182
  }
1183
1183
  };
1184
- InputView.prototype.aj = function (a) {
1185
- var b = this.bc(a);
1186
- this.b.dg(b);
1184
+ InputView.prototype.ak = function (a) {
1185
+ var b = this.bd(a);
1186
+ this.c.dg(b);
1187
1187
  if (b.handled) {
1188
1188
  a.preventDefault();
1189
1189
  }
1190
1190
  };
1191
- InputView.prototype.bc = function (a) {
1191
+ InputView.prototype.bd = function (a) {
1192
1192
  var b = new MouseButtonEventArgs();
1193
1193
  b.position = { $type: Point_$type, x: a.offsetX, y: a.offsetY };
1194
1194
  return b;
1195
1195
  };
1196
- InputView.prototype.y = function (a) {
1197
- this.b.c0();
1198
- };
1199
1196
  InputView.prototype.z = function (a) {
1200
- this.b.c1();
1197
+ this.c.c0();
1201
1198
  };
1202
- InputView.prototype.af = function (a) {
1203
- var b = new KeyEventArgs(0, a);
1204
- this.b.da(b);
1199
+ InputView.prototype.aa = function (a) {
1200
+ this.c.c1();
1205
1201
  };
1206
- InputView.prototype.ah = function (a) {
1202
+ InputView.prototype.ag = function (a) {
1207
1203
  var b = new KeyEventArgs(0, a);
1208
- this.b.dc(b);
1204
+ this.c.da(b);
1209
1205
  };
1210
- InputView.prototype.ag = function (a) {
1206
+ InputView.prototype.ai = function (a) {
1211
1207
  var b = new KeyEventArgs(0, a);
1212
- this.b.db(b);
1208
+ this.c.dc(b);
1213
1209
  };
1214
- InputView.prototype.ak = function (a) {
1215
- this.b.dh();
1210
+ InputView.prototype.ah = function (a) {
1211
+ var b = new KeyEventArgs(0, a);
1212
+ this.c.db(b);
1216
1213
  };
1217
- InputView.prototype.ac = function (a) {
1218
- this.b.c5();
1214
+ InputView.prototype.al = function (a) {
1215
+ this.c.dh();
1219
1216
  };
1220
1217
  InputView.prototype.ad = function (a) {
1221
- this.b.c6();
1218
+ this.c.c5();
1222
1219
  };
1223
- InputView.prototype.ba = function (a) {
1224
- if (this.r != a) {
1225
- this.r = a;
1226
- if (this.n != null) {
1227
- this.n.setAttribute("d", this.r);
1220
+ InputView.prototype.ae = function (a) {
1221
+ this.c.c6();
1222
+ };
1223
+ InputView.prototype.bb = function (a) {
1224
+ if (this.s != a) {
1225
+ this.s = a;
1226
+ if (this.o != null) {
1227
+ this.o.setAttribute("d", this.s);
1228
1228
  }
1229
1229
  }
1230
1230
  };
1231
- InputView.prototype.s = function () {
1232
- return this.m.getProperty("value");
1231
+ InputView.prototype.t = function () {
1232
+ return this.n.getProperty("value");
1233
1233
  };
1234
- InputView.prototype.u = function (a) {
1234
+ InputView.prototype.v = function (a) {
1235
1235
  };
1236
- InputView.prototype.a7 = function () {
1237
- if (this.h()) {
1238
- if (this.b.as) {
1239
- this.m.setAttribute("tabindex", this.b.be.toString());
1236
+ InputView.prototype.a8 = function () {
1237
+ if (this.i()) {
1238
+ if (this.c.as) {
1239
+ this.n.setAttribute("tabindex", this.c.be.toString());
1240
1240
  }
1241
1241
  else {
1242
- this.m.getNativeElement().removeAttribute("tabindex");
1242
+ this.n.getNativeElement().removeAttribute("tabindex");
1243
1243
  }
1244
1244
  }
1245
1245
  };
1246
- InputView.prototype.p = function () {
1247
- var a = this.m.getProperty("selectionStart");
1246
+ InputView.prototype.q = function () {
1247
+ var a = this.n.getProperty("selectionStart");
1248
1248
  return typeGetValue(a);
1249
1249
  };
1250
- InputView.prototype.o = function () {
1251
- var a = this.m.getProperty("selectionEnd");
1250
+ InputView.prototype.p = function () {
1251
+ var a = this.n.getProperty("selectionEnd");
1252
1252
  return typeGetValue(a);
1253
1253
  };
1254
- InputView.prototype.a3 = function (a) {
1255
- this.m.setProperty("selectionStart", a);
1254
+ InputView.prototype.a4 = function (a) {
1255
+ this.n.setProperty("selectionStart", a);
1256
1256
  };
1257
- InputView.prototype.a1 = function (a) {
1258
- this.m.setProperty("selectionEnd", a);
1257
+ InputView.prototype.a2 = function (a) {
1258
+ this.n.setProperty("selectionEnd", a);
1259
1259
  };
1260
- InputView.prototype.at = function () {
1261
- if (this.h()) {
1260
+ InputView.prototype.au = function () {
1261
+ if (this.i()) {
1262
1262
  }
1263
1263
  };
1264
- InputView.prototype.v = function (a) {
1265
- this.b.de();
1266
- };
1267
1264
  InputView.prototype.w = function (a) {
1268
- this.b.df();
1265
+ this.c.de();
1269
1266
  };
1270
- InputView.prototype.an = function () {
1271
- this.d = true;
1272
- this.j.add(this.m.listen("change", runOn(this, this.y)));
1273
- this.j.add(this.m.listen("input", runOn(this, this.z)));
1274
- this.j.add(this.m.listen("focus", runOn(this, this.ae)));
1275
- this.j.add(this.m.listen("blur", runOn(this, this.x)));
1276
- this.j.add(this.m.listen("mouseenter", runOn(this, this.v)));
1277
- this.j.add(this.m.listen("mouseleave", runOn(this, this.w)));
1278
- this.j.add(this.m.listen("keydown", runOn(this, this.af)));
1279
- this.j.add(this.m.listen("paste", runOn(this, this.ak)));
1280
- this.j.add(this.m.listen("dragenter", runOn(this, this.ac)));
1281
- this.j.add(this.m.listen("dragleave", runOn(this, this.ad)));
1282
- this.j.add(this.m.listen("compositionstart", runOn(this, this.ab)));
1283
- this.j.add(this.m.listen("compositionend", runOn(this, this.aa)));
1284
- this.j.add(this.m.listen("mousedown", runOn(this, this.ai)));
1285
- this.j.add(this.m.listen("mouseup", runOn(this, this.aj)));
1286
- };
1287
- InputView.prototype.aq = function () {
1267
+ InputView.prototype.x = function (a) {
1268
+ this.c.df();
1269
+ };
1270
+ InputView.prototype.ao = function () {
1271
+ this.e = true;
1272
+ this.k.add(this.n.listen("change", runOn(this, this.z)));
1273
+ this.k.add(this.n.listen("input", runOn(this, this.aa)));
1274
+ this.k.add(this.n.listen("focus", runOn(this, this.af)));
1275
+ this.k.add(this.n.listen("blur", runOn(this, this.y)));
1276
+ this.k.add(this.n.listen("mouseenter", runOn(this, this.w)));
1277
+ this.k.add(this.n.listen("mouseleave", runOn(this, this.x)));
1278
+ this.k.add(this.n.listen("keydown", runOn(this, this.ag)));
1279
+ this.k.add(this.n.listen("paste", runOn(this, this.al)));
1280
+ this.k.add(this.n.listen("dragenter", runOn(this, this.ad)));
1281
+ this.k.add(this.n.listen("dragleave", runOn(this, this.ae)));
1282
+ this.k.add(this.n.listen("compositionstart", runOn(this, this.ac)));
1283
+ this.k.add(this.n.listen("compositionend", runOn(this, this.ab)));
1284
+ this.k.add(this.n.listen("mousedown", runOn(this, this.aj)));
1285
+ this.k.add(this.n.listen("mouseup", runOn(this, this.ak)));
1286
+ };
1287
+ InputView.prototype.ar = function () {
1288
1288
  var e_10, _a;
1289
- this.d = false;
1289
+ this.e = false;
1290
1290
  try {
1291
- for (var _b = __values(fromEnum(this.j)), _c = _b.next(); !_c.done; _c = _b.next()) {
1291
+ for (var _b = __values(fromEnum(this.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
1292
1292
  var a = _c.value;
1293
1293
  a();
1294
1294
  }
@@ -1306,58 +1306,67 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1306
1306
  throw e_10.error;
1307
1307
  }
1308
1308
  }
1309
- this.j.clear();
1309
+ this.k.clear();
1310
1310
  };
1311
- InputView.prototype.bb = function (a) {
1311
+ InputView.prototype.bc = function (a) {
1312
1312
  if (a != null) {
1313
- this.m.setStyleProperty("font", a.fontString);
1313
+ this.n.setStyleProperty("font", a.fontString);
1314
1314
  }
1315
1315
  };
1316
- InputView.prototype.a6 = function () {
1316
+ InputView.prototype.a7 = function () {
1317
1317
  };
1318
- InputView.prototype.ao = function () {
1319
- if (this.m != null) {
1320
- var a = this.m.getNativeElement();
1318
+ InputView.prototype.ap = function () {
1319
+ if (this.n != null) {
1320
+ var a = this.n.getNativeElement();
1321
1321
  a.blur();
1322
1322
  }
1323
1323
  };
1324
- InputView.prototype.ar = function (a) {
1325
- if (this.m != null) {
1326
- this.m.focus(a);
1324
+ InputView.prototype.as = function (a) {
1325
+ if (this.n != null) {
1326
+ this.n.focus(a);
1327
1327
  }
1328
1328
  };
1329
- InputView.prototype.av = function () {
1330
- if (this.m != null) {
1331
- var nativeInput_ = this.m;
1329
+ InputView.prototype.aw = function () {
1330
+ if (this.n != null) {
1331
+ var nativeInput_ = this.n;
1332
1332
  nativeInput_.getNativeElement().select();
1333
1333
  }
1334
1334
  };
1335
- InputView.prototype.a2 = function (a, b) {
1336
- if (this.m != null) {
1337
- var c = this.m.getNativeElement();
1335
+ InputView.prototype.a3 = function (a, b) {
1336
+ if (this.n != null) {
1337
+ var c = this.n.getNativeElement();
1338
1338
  c.setSelectionRange(a, b);
1339
1339
  }
1340
1340
  };
1341
- InputView.prototype.al = function () {
1341
+ InputView.prototype.am = function () {
1342
1342
  if (KeyFrameAnimationFactory.h == null) {
1343
- KeyFrameAnimationFactory.h = this.l;
1343
+ KeyFrameAnimationFactory.h = this.m;
1344
1344
  }
1345
1345
  };
1346
- InputView.prototype.a = function (a) {
1347
- return new AnimationKeyFrameEffect(0, this.l.rootWrapper, 0, null, a);
1346
+ InputView.prototype.b = function (a) {
1347
+ return new AnimationKeyFrameEffect(0, this.m.rootWrapper, 0, null, a);
1348
1348
  };
1349
- InputView.prototype.am = function () {
1350
- if (InputView.e) {
1349
+ InputView.prototype.an = function () {
1350
+ if (InputView.f) {
1351
1351
  return;
1352
1352
  }
1353
1353
  var a = "\r\n.ig-input-hide-spinner::-webkit-outer-spin-button,\r\n.ig-input-hide-spinner::-webkit-inner-spin-button {\r\n -webkit-appearance: none;\r\n margin: 0;\r\n}";
1354
- var b = this.l.createElement("style");
1354
+ var b = this.m.createElement("style");
1355
1355
  b.setRawText(a);
1356
1356
  document.head.appendChild(b.getNativeElement());
1357
- InputView.e = true;
1357
+ InputView.f = true;
1358
+ };
1359
+ InputView.prototype.a = function () {
1360
+ var rect_ = this.n.getNativeElement().getBoundingClientRect();
1361
+ var a = (rect_.top);
1362
+ var b = (rect_.left);
1363
+ var c = new Array(2);
1364
+ c[0] = a;
1365
+ c[1] = b;
1366
+ return c;
1358
1367
  };
1359
1368
  InputView.$t = markType(InputView, 'InputView');
1360
- InputView.e = false;
1369
+ InputView.f = false;
1361
1370
  return InputView;
1362
1371
  }(Base));
1363
1372
  export { InputView };
@@ -2532,7 +2541,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2532
2541
  configurable: true
2533
2542
  });
2534
2543
  XInputGroup.prototype.onChildrenMutated = function () {
2535
- this.jr(function (a) { return a.view.a8(); });
2544
+ this.jr(function (a) { return a.view.a9(); });
2536
2545
  this.js(function (a) { return a.view.aj(); });
2537
2546
  this.jt(function (a) { return a.view.r(); });
2538
2547
  this.ju(function (a) { return a.view.r(); });
@@ -4466,7 +4475,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4466
4475
  this.view.ag();
4467
4476
  };
4468
4477
  XInputGroup.prototype.ensureShift = function () {
4469
- this.jr(function (a) { return a.view.a8(); });
4478
+ this.jr(function (a) { return a.view.a9(); });
4470
4479
  this.js(function (a) { return a.view.aj(); });
4471
4480
  this.jt(function (a) { return a.view.r(); });
4472
4481
  this.ju(function (a) { return a.view.r(); });
@@ -5916,9 +5925,9 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5916
5925
  _this.a0 = false;
5917
5926
  _this.u = new MaskParsingService();
5918
5927
  var a = new InputView();
5919
- a.b = _this;
5928
+ a.c = _this;
5920
5929
  _this.view = a;
5921
- _this.view.as();
5930
+ _this.view.at();
5922
5931
  XInput.ae = new FontInfo();
5923
5932
  XInput.ae.q = "Verdana";
5924
5933
  return _this;
@@ -6063,7 +6072,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6063
6072
  break;
6064
6073
  case "Value":
6065
6074
  if (!this.al) {
6066
- this.view.ax(this.cq);
6075
+ this.view.ay(this.cq);
6067
6076
  if (this.b != null) {
6068
6077
  this.b.kh();
6069
6078
  }
@@ -6073,14 +6082,14 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6073
6082
  }
6074
6083
  break;
6075
6084
  case "Name":
6076
- this.view.az(this.e);
6085
+ this.view.a0(this.e);
6077
6086
  break;
6078
6087
  case "Density":
6079
6088
  this.z = this.aa == 0 ? 1 : this.aa;
6080
6089
  break;
6081
6090
  case "ActualDensity":
6091
+ this.view.ba();
6082
6092
  this.view.a9();
6083
- this.view.a8();
6084
6093
  break;
6085
6094
  case "InputGroup":
6086
6095
  this.c8();
@@ -6103,33 +6112,33 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6103
6112
  this.c9();
6104
6113
  break;
6105
6114
  case "IsDisabled":
6106
- this.view.ay(this.am);
6115
+ this.view.az(this.am);
6107
6116
  break;
6108
6117
  case "IsReadOnly":
6109
- this.view.a0(this.ao);
6118
+ this.view.a1(this.ao);
6110
6119
  break;
6111
6120
  case "TextAlignment":
6112
- this.view.a5(this.dy);
6121
+ this.view.a6(this.dy);
6113
6122
  break;
6114
6123
  case "ShowSpinner":
6115
- this.view.a4(this.a1);
6124
+ this.view.a5(this.a1);
6116
6125
  break;
6117
6126
  case "TabIndex":
6118
- this.view.a7();
6127
+ this.view.a8();
6119
6128
  break;
6120
6129
  }
6121
6130
  };
6122
6131
  XInput.prototype.di = function () {
6123
- this.view.au();
6132
+ this.view.av();
6124
6133
  };
6125
6134
  XInput.prototype.dk = function () {
6126
- this.view.aw();
6135
+ this.view.ax();
6127
6136
  };
6128
6137
  XInput.prototype.dj = function () {
6129
- this.view.a8();
6138
+ this.view.a9();
6130
6139
  };
6131
6140
  XInput.prototype.c8 = function () {
6132
- this.view.a8();
6141
+ this.view.a9();
6133
6142
  };
6134
6143
  XInput.prototype.dv = function () {
6135
6144
  this.d4 = this.d8 != null ? this.d8 : XInput.d6;
@@ -6138,10 +6147,10 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6138
6147
  };
6139
6148
  XInput.prototype.du = function () {
6140
6149
  if (this.ad != null) {
6141
- this.view.bb(this.ad);
6150
+ this.view.bc(this.ad);
6142
6151
  }
6143
- NativeUI.q(this.view.q, this.d4);
6144
- this.view.a6();
6152
+ NativeUI.q(this.view.r, this.d4);
6153
+ this.view.a7();
6145
6154
  };
6146
6155
  Object.defineProperty(XInput.prototype, "d4", {
6147
6156
  get: function () {
@@ -6272,12 +6281,12 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6272
6281
  XInput.prototype.c0 = function () {
6273
6282
  var _this = this;
6274
6283
  this.al = true;
6275
- this.cq = this.view.s();
6284
+ this.cq = this.view.t();
6276
6285
  if (this.change != null) {
6277
6286
  this.change(this, ((function () {
6278
6287
  var $ret = new InputChangeEventArgs();
6279
6288
  $ret.value = _this.cq;
6280
- $ret.isCompositionInProgress = _this.view.g;
6289
+ $ret.isCompositionInProgress = _this.view.h;
6281
6290
  return $ret;
6282
6291
  })()));
6283
6292
  }
@@ -6286,7 +6295,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6286
6295
  XInput.prototype.c1 = function () {
6287
6296
  var _this = this;
6288
6297
  this.al = true;
6289
- this.cq = this.view.s();
6298
+ this.cq = this.view.t();
6290
6299
  this.al = false;
6291
6300
  if (this.ce != null) {
6292
6301
  this.aq = true;
@@ -6329,7 +6338,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6329
6338
  this.changing(this, ((function () {
6330
6339
  var $ret = new InputChangeEventArgs();
6331
6340
  $ret.value = _this.cq;
6332
- $ret.isCompositionInProgress = _this.view.g;
6341
+ $ret.isCompositionInProgress = _this.view.h;
6333
6342
  return $ret;
6334
6343
  })()));
6335
6344
  }
@@ -6450,7 +6459,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6450
6459
  XInput.prototype.cu = function () {
6451
6460
  this.a9 = 0;
6452
6461
  this.aj = false;
6453
- this.view.a7();
6462
+ this.view.a8();
6454
6463
  };
6455
6464
  Object.defineProperty(XInput.prototype, "b2", {
6456
6465
  get: function () {
@@ -6560,86 +6569,89 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6560
6569
  XInput.prototype.dl = function () {
6561
6570
  };
6562
6571
  XInput.prototype.onDetachedFromUI = function () {
6563
- this.view.aq();
6572
+ this.view.ar();
6564
6573
  };
6565
6574
  XInput.prototype.onAttachedToUI = function () {
6566
- this.view.an();
6575
+ this.view.ao();
6567
6576
  };
6568
6577
  XInput.prototype.az = function () {
6569
- return this.view.h();
6578
+ return this.view.i();
6570
6579
  };
6571
6580
  XInput.prototype.bg = function () {
6572
6581
  return this.j();
6573
6582
  };
6574
6583
  XInput.prototype.b1 = function () {
6575
6584
  var a = this.j();
6576
- return a.n();
6585
+ return a.p();
6577
6586
  };
6578
6587
  XInput.prototype.j = function () {
6579
6588
  var a = new InputVisualModelExport();
6580
- var b = this.view.q;
6581
- a.h = this.view.l.rootWrapper.getNativeElement().offsetTop;
6582
- a.f = this.view.l.rootWrapper.getNativeElement().offsetLeft;
6589
+ var b = this.view.r;
6590
+ var c = this.view.a();
6591
+ a.i = c[0];
6592
+ a.g = c[1];
6593
+ a.f = this.view.m.rootWrapper.height();
6594
+ a.j = this.view.m.rootWrapper.width();
6583
6595
  a.b = this.o;
6584
6596
  a.c = this.z;
6585
- a.j = this.ce;
6586
- a.m = this.ci;
6597
+ a.l = this.ce;
6598
+ a.o = this.ci;
6587
6599
  a.d = this.au;
6588
6600
  a.a = AppearanceHelper.a(NativeUI.al(b));
6589
- a.i = this.b8;
6590
- a.l = this.cg;
6601
+ a.k = this.b8;
6602
+ a.n = this.cg;
6591
6603
  a.e = this.aw;
6592
- a.t = this.cq;
6593
- a.k = this.e;
6604
+ a.v = this.cq;
6605
+ a.m = this.e;
6594
6606
  if (this.ad != null) {
6595
- var c = this.ad;
6596
- if (this.view != null && c.q == null) {
6597
- var d = this.view.l;
6598
- var e = FontUtil.getFontInfoFromString(d, c.fontString);
6599
- c.q = e.q;
6600
- c.f = e.f;
6601
- c.r = e.r;
6602
- c.t = e.t;
6603
- c.u = e.u;
6604
- c.v = e.v;
6607
+ var d = this.ad;
6608
+ if (this.view != null && d.q == null) {
6609
+ var e = this.view.m;
6610
+ var f = FontUtil.getFontInfoFromString(e, d.fontString);
6611
+ d.q = f.q;
6612
+ d.f = f.f;
6613
+ d.r = f.r;
6614
+ d.t = f.t;
6615
+ d.u = f.u;
6616
+ d.v = f.v;
6605
6617
  }
6606
- if (c.q != null) {
6607
- a.o = c.q;
6618
+ if (d.q != null) {
6619
+ a.q = d.q;
6608
6620
  }
6609
- if (!isNaN_(c.f)) {
6610
- a.g = c.f;
6621
+ if (!isNaN_(d.f)) {
6622
+ a.h = d.f;
6611
6623
  }
6612
- if (c.v != null) {
6613
- a.s = c.v;
6624
+ if (d.v != null) {
6625
+ a.u = d.v;
6614
6626
  }
6615
- if (c.t != null) {
6616
- a.q = c.t;
6627
+ if (d.t != null) {
6628
+ a.s = d.t;
6617
6629
  }
6618
- if (c.r != null) {
6619
- a.p = c.t;
6630
+ if (d.r != null) {
6631
+ a.r = d.t;
6620
6632
  }
6621
6633
  }
6622
6634
  return a;
6623
6635
  };
6624
6636
  XInput.prototype.dr = function (a, b) {
6625
- this.view.a2(a, b);
6637
+ this.view.a3(a, b);
6626
6638
  };
6627
6639
  XInput.prototype.provideContainer = function (a) {
6628
- this.view.ap(a);
6640
+ this.view.aq(a);
6629
6641
  };
6630
6642
  XInput.prototype.ct = function () {
6631
6643
  this.cz();
6632
- this.view.ao();
6644
+ this.view.ap();
6633
6645
  };
6634
6646
  XInput.prototype.focus = function (a) {
6635
6647
  if (a === void 0) {
6636
6648
  a = false;
6637
6649
  }
6638
6650
  this.c7();
6639
- this.view.ar(a);
6651
+ this.view.as(a);
6640
6652
  };
6641
6653
  XInput.prototype.dp = function () {
6642
- this.view.av();
6654
+ this.view.aw();
6643
6655
  };
6644
6656
  XInput.prototype.dt = function (a) {
6645
6657
  this.aq = true;
@@ -6674,7 +6686,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6674
6686
  this.changing(this, ((function () {
6675
6687
  var $ret = new InputChangeEventArgs();
6676
6688
  $ret.value = _this.cq;
6677
- $ret.isCompositionInProgress = _this.view.g;
6689
+ $ret.isCompositionInProgress = _this.view.h;
6678
6690
  return $ret;
6679
6691
  })()));
6680
6692
  }
@@ -6687,19 +6699,19 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6687
6699
  this.q = 0;
6688
6700
  };
6689
6701
  XInput.prototype.bb = function () {
6690
- var a = this.view.p();
6691
- var b = this.view.o();
6702
+ var a = this.view.q();
6703
+ var b = this.view.p();
6692
6704
  return a == b && this.ai ? b - this.bk.length : a;
6693
6705
  };
6694
6706
  XInput.prototype.ba = function () {
6695
- return this.view.o();
6707
+ return this.view.p();
6696
6708
  };
6697
6709
  Object.defineProperty(XInput.prototype, "selectionStart", {
6698
6710
  get: function () {
6699
6711
  return this.bb();
6700
6712
  },
6701
6713
  set: function (a) {
6702
- this.view.a3(a);
6714
+ this.view.a4(a);
6703
6715
  },
6704
6716
  enumerable: false,
6705
6717
  configurable: true
@@ -6709,7 +6721,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6709
6721
  return this.ba();
6710
6722
  },
6711
6723
  set: function (a) {
6712
- this.view.a1(a);
6724
+ this.view.a2(a);
6713
6725
  },
6714
6726
  enumerable: false,
6715
6727
  configurable: true
@@ -6750,9 +6762,9 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6750
6762
  this.dm(this.ag, this.ay);
6751
6763
  };
6752
6764
  XInput.prototype.cw = function () {
6753
- this.view.al();
6765
+ this.view.am();
6754
6766
  if (this.ag == null) {
6755
- this.ag = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
6767
+ this.ag = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
6756
6768
  }
6757
6769
  };
6758
6770
  Object.defineProperty(XInput.prototype, "i", {