Migrate jqhtml slot syntax from <#name> to <Slot:name>

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-24 03:43:45 +00:00
parent 22df126977
commit 881425bed6
35 changed files with 124 additions and 122 deletions

32
node_modules/.package-lock.json generated vendored
View File

@@ -2211,9 +2211,9 @@
}
},
"node_modules/@jqhtml/core": {
"version": "2.2.220",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/core/-/core-2.2.220.tgz",
"integrity": "sha512-Ig2P8LGKbWbTVVpSMWIIt5MQejFlhF1kVKudHbTM78Gsw4RYLg2jk2/f22Az4uDqQiVdtjT/E/cVlPrcgk2NRg==",
"version": "2.2.221",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/core/-/core-2.2.221.tgz",
"integrity": "sha512-QoScXEobtXZNsLj89Ekge4mCkfFINeNbAX5UJTk4Y2OAfKGffeR+6Krj1o3CzWDGjji5EhfD3ZTUk1p4jPswBA==",
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -2237,9 +2237,9 @@
}
},
"node_modules/@jqhtml/parser": {
"version": "2.2.220",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/parser/-/parser-2.2.220.tgz",
"integrity": "sha512-xN2pjoBSfo/2G681/z3Vi2NODXBGGI+Y6xDDdmqs01J/vCJ/ojEU/rLgwfXHGVRVRIaGsPfKPhI+EW2+5n57Bg==",
"version": "2.2.221",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/parser/-/parser-2.2.221.tgz",
"integrity": "sha512-bvXH+MqWGsIjH/8znVncHJ2iTQAgic0ag6pFvzROn1gQBPqVSdwXD2IiSJnSzUWbFinQpzgURHBRIOKPCnzi4w==",
"license": "MIT",
"dependencies": {
"@types/jest": "^29.5.11",
@@ -2257,9 +2257,9 @@
}
},
"node_modules/@jqhtml/router": {
"version": "2.2.220",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/router/-/router-2.2.220.tgz",
"integrity": "sha512-PgD/VdkpjlXbNCvHVEMX4o/DNLUTYyF57p+6Kcz+1cxSvHjIhaX72Bi2vkDORqCRloCCf3rG9yJecMOYDUg4GQ==",
"version": "2.2.221",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/router/-/router-2.2.221.tgz",
"integrity": "sha512-D2rdJpQmXzM5zuuRRUVe2DlvJSq5vTACw+oevcxZybNG0s1vuVhkW4vsAQlw4nYfD8QUqWncESIivKeGX7dVVQ==",
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -2277,21 +2277,21 @@
}
},
"node_modules/@jqhtml/vscode-extension": {
"version": "2.2.220",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/vscode-extension/-/vscode-extension-2.2.220.tgz",
"integrity": "sha512-H9ZfHU/MueUhjE4UmkOh/lJiqNHB4pQEbRTjrPDRhz+XFwHm1+dImtrgpiePYCDDHxdRW1rbJKGQ2IWcUwJ2Mg==",
"version": "2.2.221",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/vscode-extension/-/vscode-extension-2.2.221.tgz",
"integrity": "sha512-LHLSMwk+6m0s3nCthYj3HO0S0MEznesQGP/QmBW7GmEiHvtc8UaSd0FRrnoeTBPXSFXEO4UO09VQH7Usf1y24A==",
"license": "MIT",
"engines": {
"vscode": "^1.74.0"
}
},
"node_modules/@jqhtml/webpack-loader": {
"version": "2.2.220",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/webpack-loader/-/webpack-loader-2.2.220.tgz",
"integrity": "sha512-P21MC0xUKAHg0gWyYF+by7b6eJhss5vLngRqWSijm5bBfoRpI6n3jyIWIA/cG/hyBMxPGrh+UHKJJQjrfpCs7A==",
"version": "2.2.221",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/webpack-loader/-/webpack-loader-2.2.221.tgz",
"integrity": "sha512-+UtPGO4fnEG0FJ0KgRzGyefIh7b5gMcDIARXN2Yx4vf309NFASTmguXLBKqq1JEGKRC1JQzRcqzYzKIexs9Wxg==",
"license": "MIT",
"dependencies": {
"@jqhtml/parser": "2.2.220",
"@jqhtml/parser": "2.2.221",
"@types/loader-utils": "^2.0.6",
"@types/node": "^20.0.0",
"@types/webpack": "^5.28.5",