@airpower/web 1.9.0 → 1.9.1
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/dist/main.js +1 -1
- package/dist/model/RootEntity.d.ts +0 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -19268,7 +19268,7 @@ __decorateClass([
|
|
|
19268
19268
|
label: "ID"
|
|
19269
19269
|
}),
|
|
19270
19270
|
Table({
|
|
19271
|
-
width:
|
|
19271
|
+
width: 100,
|
|
19272
19272
|
order: 9999,
|
|
19273
19273
|
force: true,
|
|
19274
19274
|
copy: true
|