diff --git a/bun.lock b/bun.lock index 58ddbf4..e99071c 100644 --- a/bun.lock +++ b/bun.lock @@ -22,6 +22,7 @@ "xterm-addon-fit": "^0.8.0", }, "devDependencies": { + "@types/js-md5": "^0.8.0", "@types/lodash-es": "^4.17.12", "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-vue": "^6.0.3", @@ -483,6 +484,8 @@ "@types/http-proxy": ["@types/http-proxy@1.17.17", "", { "dependencies": { "@types/node": "*" } }, "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw=="], + "@types/js-md5": ["@types/js-md5@0.8.0", "", {}, "sha512-gQkc1Felhyj+aB9jmz/ICLm1fDPQx7l/60JIBSSEC+j09JeaINlzd0Wj9LZlQkHnV5rJYkroOHE5wdbDgADJrw=="], + "@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="], "@types/lodash": ["@types/lodash@4.17.23", "", {}, "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA=="], diff --git a/examples/view/base/table-v2.vue b/examples/view/base/table-v2.vue index 2c07af5..c0c35ea 100644 --- a/examples/view/base/table-v2.vue +++ b/examples/view/base/table-v2.vue @@ -14,6 +14,7 @@ :example="example" :row-key="'id'" @query="handleQuery" + debug > diff --git a/package.json b/package.json index 741cb3b..8658deb 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,7 @@ "xterm-addon-fit": "^0.8.0" }, "devDependencies": { + "@types/js-md5": "^0.8.0", "@types/lodash-es": "^4.17.12", "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-vue": "^6.0.3", diff --git a/packages/base/data/list-table-v2.vue b/packages/base/data/list-table-v2.vue index f70365f..e01c004 100644 --- a/packages/base/data/list-table-v2.vue +++ b/packages/base/data/list-table-v2.vue @@ -3,7 +3,7 @@