rayyy-vue-table-components 2.0.44 → 2.0.46

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/README.md CHANGED
@@ -1274,7 +1274,6 @@ type ComponentSize = 'default' | 'small' | 'large'
1274
1274
  | `modelValue` | `boolean` | - | 對話框顯示狀態 |
1275
1275
  | `title` | `string` | - | 對話框標題 |
1276
1276
  | `subTitle` | `string` | - | 副標題 |
1277
- | `customWidth` | `string` | - | 自定義寬度 |
1278
1277
  | `isWarning` | `boolean` | `false` | 是否為警告對話框 |
1279
1278
  | `isPrimary` | `boolean` | `false` | 是否為主要對話框 |
1280
1279
  | `bodyLoading` | `boolean` | `false` | 內容區域加載狀態 |
@@ -1308,7 +1307,6 @@ type ComponentSize = 'default' | 'small' | 'large'
1308
1307
  | `modelValue` | `boolean` | - | 對話框顯示狀態 |
1309
1308
  | `title` | `string` | - | 對話框標題 |
1310
1309
  | `subTitle` | `string` | - | 副標題 |
1311
- | `customWidth` | `string` | - | 自定義寬度 |
1312
1310
 
1313
1311
  #### Events
1314
1312