ps-toolkit-ui 1.6.30 → 1.6.31
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/ps-toolkit-ui.umd.js +1 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/helper.class.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1232,10 +1232,10 @@
|
|
|
1232
1232
|
try {
|
|
1233
1233
|
// @ts-ignore
|
|
1234
1234
|
window[fn] = function (s) {
|
|
1235
|
-
alert(s);
|
|
1236
1235
|
inp.setValue(s, false);
|
|
1237
1236
|
setTimeout(function () {
|
|
1238
1237
|
inp.focus();
|
|
1238
|
+
alert(inp.data());
|
|
1239
1239
|
}, 100);
|
|
1240
1240
|
if (inp.onBarcodeReaderChange !== null) {
|
|
1241
1241
|
inp.onBarcodeReaderChange(s);
|