@steedos-widgets/amis-object 6.10.1-beta.20 → 6.10.1-beta.21

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.
@@ -26055,7 +26055,8 @@ var AmisAppLauncher = function (props) { return __awaiter(void 0, void 0, void 0
26055
26055
  type: 'tpl',
26056
26056
  className: "text-xl ml-4 mr-4 text-black nowrap ".concat(appNameClassName, " "),
26057
26057
  tpl: '${app.name}',
26058
- hiddenOn: "".concat(!!app || !!!showAppName)
26058
+ hiddenOn: "".concat(!!app || !!!showAppName),
26059
+ visibleOn: '${!!appId}',
26059
26060
  }
26060
26061
  ], __read(customElements), false),
26061
26062
  "dialog": {
@@ -26096,7 +26097,8 @@ var AmisAppLauncher = function (props) { return __awaiter(void 0, void 0, void 0
26096
26097
  type: 'tpl',
26097
26098
  className: "text-xl ml-4 mr-4 text-black nowrap ".concat(appNameClassName, " "),
26098
26099
  tpl: '${app.name}',
26099
- hiddenOn: "".concat(!!app || !!!showAppName)
26100
+ hiddenOn: "".concat(!!app || !!!showAppName),
26101
+ visibleOn: '${!!appId}',
26100
26102
  }
26101
26103
  ], __read(customElements), false),
26102
26104
  "overlay": [
@@ -26929,6 +26931,7 @@ var AmisGlobalHeader = function (props) { return __awaiter(void 0, void 0, void
26929
26931
  {
26930
26932
  type: "wrapper",
26931
26933
  className: 'sidebar-wrapper px-0 py-3 pb-16 fixed z-20 h-full h-fill ease-in-out duration-300 flex flex-col border-r overflow-y-auto bg-gray-100 border-gray-300 block -translate-x-0 sm:w-[220px] w-64',
26934
+ visibleOn: '${!!appId}',
26932
26935
  body: [
26933
26936
  {
26934
26937
  "type": "steedos-app-launcher",
@@ -27318,7 +27321,8 @@ var AmisSteedosField = function (props) { return __awaiter(void 0, void 0, void
27318
27321
  },
27319
27322
  {
27320
27323
  type: 'tpl',
27321
- tpl: "<span class='antd-TplField antd-Form-description'><span>".concat(steedosField.description, "</span></span>")
27324
+ tpl: "<span class='antd-TplField antd-Form-description'><span>".concat(steedosField.description, "</span></span>"),
27325
+ hidden: isEmpty(steedosField.description) ? true : false
27322
27326
  }],
27323
27327
  _p)]));
27324
27328
  return [3 /*break*/, 13];