fix(properties): enhance element detection in properties panel with recursive search and retry mechanism

This commit is contained in:
Juergen Kunz
2025-06-16 13:10:12 +00:00
parent fca47b87fb
commit 6bdb8c78b7
7 changed files with 107 additions and 11 deletions

View File

@ -3,12 +3,14 @@
"version": "1.0.90",
"private": false,
"description": "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"exports": {
".": "./dist_ts_web/index.js",
"./demoTools": "./dist_ts_demotools"
},
"type": "module",
"scripts": {
"test": "(npm run build)",
"build": "(tsbuild element --web --allowimplicitany && tsbundle element)",
"build": "(tsbuild tsfolders --allowimplicitany && tsbundle element)",
"watch": "tswatch element",
"buildDocs": "tsdoc"
},