@xuda.io/runtime-bundle 1.0.523 → 1.0.525
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.
|
@@ -32084,6 +32084,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
32084
32084
|
// remove old panel content
|
|
32085
32085
|
$.each(panel_val.ids, async function (key, val) {
|
|
32086
32086
|
$("[xu-ui-id='" + val + "']").attr('xu-ui-id', val + ts);
|
|
32087
|
+
// .css('filter', 'blur(1px)');
|
|
32087
32088
|
});
|
|
32088
32089
|
|
|
32089
32090
|
let refreshed_ds;
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12393,6 +12393,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12393
12393
|
// remove old panel content
|
|
12394
12394
|
$.each(panel_val.ids, async function (key, val) {
|
|
12395
12395
|
$("[xu-ui-id='" + val + "']").attr('xu-ui-id', val + ts);
|
|
12396
|
+
// .css('filter', 'blur(1px)');
|
|
12396
12397
|
});
|
|
12397
12398
|
|
|
12398
12399
|
let refreshed_ds;
|
|
@@ -10125,6 +10125,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
10125
10125
|
// remove old panel content
|
|
10126
10126
|
$.each(panel_val.ids, async function (key, val) {
|
|
10127
10127
|
$("[xu-ui-id='" + val + "']").attr('xu-ui-id', val + ts);
|
|
10128
|
+
// .css('filter', 'blur(1px)');
|
|
10128
10129
|
});
|
|
10129
10130
|
|
|
10130
10131
|
let refreshed_ds;
|
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.525",
|
|
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"
|