@airpower/web 1.9.0 → 1.9.2

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
@@ -17754,7 +17754,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17754
17754
  watch(
17755
17755
  () => selectListRef.value,
17756
17756
  () => {
17757
- console.warn("selectListRef.value", selectListRef.value);
17758
17757
  nextTick(() => {
17759
17758
  if (airTableRef.value) {
17760
17759
  airTableRef.value.clearSelection();
@@ -19268,7 +19267,7 @@ __decorateClass([
19268
19267
  label: "ID"
19269
19268
  }),
19270
19269
  Table({
19271
- width: 80,
19270
+ width: 100,
19272
19271
  order: 9999,
19273
19272
  force: true,
19274
19273
  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.2",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",