@xuda.io/runtime-bundle 1.0.495 → 1.0.497
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 +4 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +4 -2
- package/js/xuda-runtime-slim.min.es.js +4 -2
- package/js/xuda-runtime-slim.min.js +2 -2
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +2 -2
- package/js/xuda-worker-bundle.js +2 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -10999,7 +10999,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
|
|
|
10999
10999
|
return endResults();
|
|
11000
11000
|
};
|
|
11001
11001
|
|
|
11002
|
-
func.expression.
|
|
11002
|
+
func.expression.parse_org = function (strP) {
|
|
11003
11003
|
var extract_str = function (strP, posP) {
|
|
11004
11004
|
if (!posP) posP = 0;
|
|
11005
11005
|
var clean_split_str = function (arrP) {
|
|
@@ -11094,7 +11094,7 @@ func.expression.parse = function (strP) {
|
|
|
11094
11094
|
return res;
|
|
11095
11095
|
};
|
|
11096
11096
|
|
|
11097
|
-
func.expression.
|
|
11097
|
+
func.expression.parse = function (input) {
|
|
11098
11098
|
if (typeof input !== 'string') return [];
|
|
11099
11099
|
|
|
11100
11100
|
const segments = [];
|
|
@@ -12130,6 +12130,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12130
12130
|
const $div_elm = panel_val.$panel_div;
|
|
12131
12131
|
const wrapper_data = $div_elm.data();
|
|
12132
12132
|
|
|
12133
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
12134
|
+
|
|
12133
12135
|
try {
|
|
12134
12136
|
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
12135
12137
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
@@ -9868,6 +9868,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9868
9868
|
const $div_elm = panel_val.$panel_div;
|
|
9869
9869
|
const wrapper_data = $div_elm.data();
|
|
9870
9870
|
|
|
9871
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
9872
|
+
|
|
9871
9873
|
try {
|
|
9872
9874
|
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
9873
9875
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
@@ -14805,7 +14807,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
|
|
|
14805
14807
|
return endResults();
|
|
14806
14808
|
};
|
|
14807
14809
|
|
|
14808
|
-
func.expression.
|
|
14810
|
+
func.expression.parse_org = function (strP) {
|
|
14809
14811
|
var extract_str = function (strP, posP) {
|
|
14810
14812
|
if (!posP) posP = 0;
|
|
14811
14813
|
var clean_split_str = function (arrP) {
|
|
@@ -14900,7 +14902,7 @@ func.expression.parse = function (strP) {
|
|
|
14900
14902
|
return res;
|
|
14901
14903
|
};
|
|
14902
14904
|
|
|
14903
|
-
func.expression.
|
|
14905
|
+
func.expression.parse = function (input) {
|
|
14904
14906
|
if (typeof input !== 'string') return [];
|
|
14905
14907
|
|
|
14906
14908
|
const segments = [];
|