mrxy-yk 1.3.2 → 1.3.3

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.
@@ -20,7 +20,7 @@ type UseTableSearchHooksOptions<
20
20
  // 获取表格数据
21
21
  getTableData(...args: TDP): TDR
22
22
  // 删除表格项目
23
- delTableItem?(id: string): void
23
+ delTableItem?(id: any): void
24
24
  // 删除确认框提示内容
25
25
  deleteConfirmMessage?: string
26
26
  // 删除确认框提示标题
@@ -47,7 +47,7 @@ type UseTableSearchHooksExample<
47
47
  tableRef?: ShallowRef<TableInstance>
48
48
  tableData: TDT
49
49
  getTableData(...args: TDP): TDR
50
- delTableItem(id: string): void
50
+ delTableItem(id: any): void
51
51
  setTotal(total: number): void
52
52
  setTableData(tableData: TD[]): void
53
53
  searchedParams: ShallowRef<SP>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "mrxy-yk",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "js-types-syntax": "typescript",
6
6
  "contributions": {
7
7
  "html": {