@operato/board 1.4.2 → 1.4.4
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.
- package/CHANGELOG.md +18 -0
- package/dist/src/modeller/property-sidebar/inspector/inspector.js +2 -0
- package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
- package/dist/src/ox-board-component-info.js +2 -1
- package/dist/src/ox-board-component-info.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/modeller/property-sidebar/inspector/inspector.ts +3 -0
- package/src/ox-board-component-info.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/board",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"prettier --write"
|
|
149
149
|
]
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "068a0836747e6ecc61a3e8e1017c94bd9fb7436b"
|
|
152
152
|
}
|
|
@@ -112,7 +112,8 @@ export class BoardComponentInfo extends LitElement {
|
|
|
112
112
|
<td>
|
|
113
113
|
<a
|
|
114
114
|
@click=${(e: MouseEvent) => {
|
|
115
|
-
this.component.
|
|
115
|
+
this.component.trigger('reactionreset')
|
|
116
|
+
this.component.trigger('reaction')
|
|
116
117
|
return false
|
|
117
118
|
}}
|
|
118
119
|
>${id}</a
|