@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 CHANGED
@@ -19268,7 +19268,7 @@ __decorateClass([
19268
19268
  label: "ID"
19269
19269
  }),
19270
19270
  Table({
19271
- width: 80,
19271
+ width: 100,
19272
19272
  order: 9999,
19273
19273
  force: true,
19274
19274
  copy: true
@@ -6,9 +6,6 @@ import { RootModel } from './RootModel';
6
6
  */
7
7
  export declare class RootEntity extends RootModel {
8
8
  id: number;
9
- /**
10
- * ### 是否禁用
11
- */
12
9
  isDisabled: boolean;
13
10
  /**
14
11
  * ### 实例化一个实体
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.9.0",
4
+ "version": "1.9.1",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",