- 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
16 lines
337 B
JSON
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"
|
|
}
|