@xuda.io/runtime-bundle 1.0.449 → 1.0.451
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.
|
@@ -31815,6 +31815,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
31815
31815
|
if (found) {
|
|
31816
31816
|
const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31817
31817
|
const wrapper_data = $div_elm.data();
|
|
31818
|
+
|
|
31818
31819
|
// var $div_elm = panel_val.$div
|
|
31819
31820
|
// .parent()
|
|
31820
31821
|
// .parent()
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -11783,6 +11783,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
11783
11783
|
if (found) {
|
|
11784
11784
|
const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
11785
11785
|
const wrapper_data = $div_elm.data();
|
|
11786
|
+
|
|
11786
11787
|
// var $div_elm = panel_val.$div
|
|
11787
11788
|
// .parent()
|
|
11788
11789
|
// .parent()
|
|
@@ -9856,6 +9856,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
9856
9856
|
if (found) {
|
|
9857
9857
|
const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
9858
9858
|
const wrapper_data = $div_elm.data();
|
|
9859
|
+
|
|
9859
9860
|
// var $div_elm = panel_val.$div
|
|
9860
9861
|
// .parent()
|
|
9861
9862
|
// .parent()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.451",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|