Files
helpers/package.json
T
pk b9adc87306 context-menu: render toggle/selected menu items, rename internal dispatcher
- actions gain optional toggle + selected fields: items render in the shared
  tp-popup-menu-item checkmark style (icon faded unless selected/hovered)
- rename the private _onCtxAction dispatcher to _ctxItemClicked so a host
  method named _onCtxAction (the natural name for a ctx-action listener)
  no longer shadows it and breaks item clicks
2026-08-21 12:39:26 +02:00

16 lines
337 B
JSON

{
"name": "@tp/helpers",
"version": "2.14.0",
"description": "",
"main": "closest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/helpers.git"
},
"author": "trading_peter",
"license": "Apache-2.0"
}