@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