@xuda.io/runtime-bundle 1.0.532 → 1.0.534
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/js/xuda-runtime-bundle.js +1 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -2
- package/js/xuda-runtime-slim.min.es.js +1 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/js/xuda_worker.js +1 -2
- package/js/xuda_worker.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -5418,7 +5418,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5418
5418
|
if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
|
|
5419
5419
|
}
|
|
5420
5420
|
} catch (error) {
|
|
5421
|
-
|
|
5421
|
+
// normal
|
|
5422
5422
|
}
|
|
5423
5423
|
} else if (fields_data === 'set') {
|
|
5424
5424
|
_ds.currentRecordId = record_id;
|
|
@@ -9250,7 +9250,6 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
|
|
|
9250
9250
|
};
|
|
9251
9251
|
|
|
9252
9252
|
func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
|
|
9253
|
-
return;
|
|
9254
9253
|
let _session = SESSION_OBJ[SESSION_ID];
|
|
9255
9254
|
|
|
9256
9255
|
const _data_system = _session?.DS_GLB?.[0]?.data_system;
|
|
@@ -5419,7 +5419,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5419
5419
|
if (!_ds.data_feed.rows_changed.includes(record_id)) _ds.data_feed.rows_changed.push(record_id);
|
|
5420
5420
|
}
|
|
5421
5421
|
} catch (error) {
|
|
5422
|
-
|
|
5422
|
+
// normal
|
|
5423
5423
|
}
|
|
5424
5424
|
} else if (fields_data === 'set') {
|
|
5425
5425
|
_ds.currentRecordId = record_id;
|
|
@@ -9251,7 +9251,6 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
|
|
|
9251
9251
|
};
|
|
9252
9252
|
|
|
9253
9253
|
func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
|
|
9254
|
-
return;
|
|
9255
9254
|
let _session = SESSION_OBJ[SESSION_ID];
|
|
9256
9255
|
|
|
9257
9256
|
const _data_system = _session?.DS_GLB?.[0]?.data_system;
|