@schneideress/dashboardframework 0.0.240 → 0.0.241

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.
@@ -2608,7 +2608,7 @@ var RAWidgetContainer = /** @class */ (function () {
2608
2608
  /** @type {?} */
2609
2609
  var html = _this.getContenxtHtml(style);
2610
2610
  jQuery(html).appendTo('body');
2611
- if (_this.isWidgetMgmnt) {
2611
+ if (_this.isWidgetMgmnt && !_this.data.widgetInfo.isPortfolioClientDB) {
2612
2612
  _this.addEventListener('wcEditWidget', _this.editWidget);
2613
2613
  _this.addEventListener('wcCopyWidget', _this.copyWidget);
2614
2614
  _this.addEventListener('wcMoveWidget', _this.moveWidget);
@@ -2698,7 +2698,7 @@ var RAWidgetContainer = /** @class */ (function () {
2698
2698
  var html = '<div id="ra-db-widget-menu"' + 'style="' + style + '" class="download-content dropdown-content widget-config-item dropdown-click" style="z-index: 1002;">';
2699
2699
  /** @type {?} */
2700
2700
  var settings = '';
2701
- if (this.isWidgetMgmnt) {
2701
+ if (this.isWidgetMgmnt && !this.data.widgetInfo.isPortfolioClientDB) {
2702
2702
  settings += this.getHtmlForButton('wcEditWidget', 'fal fa-edit', this.editText);
2703
2703
  settings += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
2704
2704
  settings += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);