@xuda.io/runtime-bundle 1.0.987 → 1.0.988

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.
@@ -11273,6 +11273,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
11273
11273
  ui_engine: UI_FRAMEWORK_INSTALLED,
11274
11274
  })
11275
11275
  .addClass('xu_embed_container')
11276
+ .css({ display: 'contents' })
11276
11277
  .data({
11277
11278
  xuData: {
11278
11279
  paramsP: params,
@@ -8998,6 +8998,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
8998
8998
  ui_engine: UI_FRAMEWORK_INSTALLED,
8999
8999
  })
9000
9000
  .addClass('xu_embed_container')
9001
+ .css({ display: 'contents' })
9001
9002
  .data({
9002
9003
  xuData: {
9003
9004
  paramsP: params,