igniteui-webcomponents-inputs 7.1.0-beta.0 → 7.1.0-beta.1
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 +2 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/InputGroupView_combined.js +2 -0
- package/esm5/lib/InputGroupView_combined.js +2 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +2 -0
- package/fesm5/igniteui-webcomponents-inputs.js +2 -0
- package/package.json +2 -2
|
@@ -21051,6 +21051,8 @@
|
|
|
21051
21051
|
$ret.addItem(1, XInputGroup.i);
|
|
21052
21052
|
$ret.addItem(3, XInputGroup.l);
|
|
21053
21053
|
$ret.addItem(4, XInputGroup.k);
|
|
21054
|
+
$ret.addItem(5, XInputGroup.l);
|
|
21055
|
+
$ret.addItem(6, XInputGroup.k);
|
|
21054
21056
|
return $ret;
|
|
21055
21057
|
})()), 2);
|
|
21056
21058
|
return XInputGroup;
|