@node-projects/web-component-designer 0.1.107 → 0.1.108

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.
@@ -152,6 +152,8 @@ export class PropertyGridWithHeader extends BaseCustomWebComponentLazyAppend {
152
152
  this._type.value = ":host";
153
153
  }
154
154
  else {
155
+ this._id.disabled = false;
156
+ this._content.disabled = false;
155
157
  const srv = await this.serviceContainer?.getLastServiceWhereAsync('configUiService', x => x.hasConfigUi(this._instanceServiceContainer.selectionService.primarySelection));
156
158
  if (srv) {
157
159
  this._configButton.style.display = 'block';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A UI designer for Polymer apps",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.1.107",
4
+ "version": "0.1.108",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "jochen.kuehner@gmx.de",