@xuda.io/runtime-bundle 1.0.493 → 1.0.495
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 -11
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +4 -11
- package/js/xuda-runtime-slim.min.es.js +4 -11
- 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 = 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_org = function (strP) {
|
|
|
11094
11094
|
return res;
|
|
11095
11095
|
};
|
|
11096
11096
|
|
|
11097
|
-
func.expression.
|
|
11097
|
+
func.expression.parse_bad = function (input) {
|
|
11098
11098
|
if (typeof input !== 'string') return [];
|
|
11099
11099
|
|
|
11100
11100
|
const segments = [];
|
|
@@ -12127,18 +12127,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12127
12127
|
}
|
|
12128
12128
|
}
|
|
12129
12129
|
if (found) {
|
|
12130
|
-
const $div_elm = panel_val.$panel_div;
|
|
12130
|
+
const $div_elm = panel_val.$panel_div;
|
|
12131
12131
|
const wrapper_data = $div_elm.data();
|
|
12132
12132
|
|
|
12133
|
-
// var $div_elm = panel_val.$div
|
|
12134
|
-
// .parent()
|
|
12135
|
-
// .parent()
|
|
12136
|
-
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
12137
|
-
|
|
12138
|
-
// restore original panel
|
|
12139
12133
|
try {
|
|
12140
|
-
// const
|
|
12141
|
-
const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
12134
|
+
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
12142
12135
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
12143
12136
|
SESSION_ID,
|
|
12144
12137
|
$div_elm, // the wrapper
|
|
@@ -9865,18 +9865,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9865
9865
|
}
|
|
9866
9866
|
}
|
|
9867
9867
|
if (found) {
|
|
9868
|
-
const $div_elm = panel_val.$panel_div;
|
|
9868
|
+
const $div_elm = panel_val.$panel_div;
|
|
9869
9869
|
const wrapper_data = $div_elm.data();
|
|
9870
9870
|
|
|
9871
|
-
// var $div_elm = panel_val.$div
|
|
9872
|
-
// .parent()
|
|
9873
|
-
// .parent()
|
|
9874
|
-
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
9875
|
-
|
|
9876
|
-
// restore original panel
|
|
9877
9871
|
try {
|
|
9878
|
-
// const
|
|
9879
|
-
const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
9872
|
+
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
9880
9873
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
9881
9874
|
SESSION_ID,
|
|
9882
9875
|
$div_elm, // the wrapper
|
|
@@ -14812,7 +14805,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
|
|
|
14812
14805
|
return endResults();
|
|
14813
14806
|
};
|
|
14814
14807
|
|
|
14815
|
-
func.expression.
|
|
14808
|
+
func.expression.parse = function (strP) {
|
|
14816
14809
|
var extract_str = function (strP, posP) {
|
|
14817
14810
|
if (!posP) posP = 0;
|
|
14818
14811
|
var clean_split_str = function (arrP) {
|
|
@@ -14907,7 +14900,7 @@ func.expression.parse_org = function (strP) {
|
|
|
14907
14900
|
return res;
|
|
14908
14901
|
};
|
|
14909
14902
|
|
|
14910
|
-
func.expression.
|
|
14903
|
+
func.expression.parse_bad = function (input) {
|
|
14911
14904
|
if (typeof input !== 'string') return [];
|
|
14912
14905
|
|
|
14913
14906
|
const segments = [];
|