halov 0.26.619 → 0.26.629

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.
@@ -221,6 +221,7 @@ export interface UI {
221
221
  t(text: string): string;
222
222
  }
223
223
  export interface PropertyItem {
224
+ name: string;
224
225
  label: string;
225
226
  value: string;
226
227
  span?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "halov",
3
- "version": "0.26.619",
3
+ "version": "0.26.629",
4
4
  "type": "module",
5
5
  "main": "dist/halov.umd.cjs",
6
6
  "module": "dist/halov.es.js",
@@ -59,5 +59,8 @@
59
59
  "vue-draggable-plus": "^0.6.0",
60
60
  "vue-router": "^4.5.1",
61
61
  "vue-tsc": "^2.2.8"
62
+ },
63
+ "allowScripts": {
64
+ "esbuild@0.25.8": true
62
65
  }
63
66
  }