Update API doc

pull/7007/merge
GitHub Actions Bot 2025-01-14 12:12:08 +00:00
parent 724a69d446
commit c9cb026ede
3 changed files with 104 additions and 18 deletions

View File

@ -80226,6 +80226,24 @@
"default": "", "default": "",
"description": "Padding of header" "description": "Padding of header"
}, },
{
"name": "sm.padding",
"token": "datatable.header.sm.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Sm padding of header"
},
{
"name": "lg.padding",
"token": "datatable.header.lg.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Lg padding of header"
},
{ {
"name": "headerCell.background", "name": "headerCell.background",
"token": "datatable.header.cell.background", "token": "datatable.header.cell.background",
@ -80352,6 +80370,24 @@
"default": "", "default": "",
"description": "Focus ring shadow of header cell" "description": "Focus ring shadow of header cell"
}, },
{
"name": "sm.padding",
"token": "datatable.header.cell.sm.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Sm padding of header cell"
},
{
"name": "lg.padding",
"token": "datatable.header.cell.lg.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Lg padding of header cell"
},
{ {
"name": "columnTitle.fontWeight", "name": "columnTitle.fontWeight",
"token": "datatable.column.title.font.weight", "token": "datatable.column.title.font.weight",
@ -80487,6 +80523,24 @@
"default": "", "default": "",
"description": "Padding of body cell" "description": "Padding of body cell"
}, },
{
"name": "sm.padding",
"token": "datatable.body.cell.sm.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Sm padding of body cell"
},
{
"name": "lg.padding",
"token": "datatable.body.cell.lg.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Lg padding of body cell"
},
{ {
"name": "bodyCell.selectedBorderColor", "name": "bodyCell.selectedBorderColor",
"token": "datatable.body.cell.selected.border.color", "token": "datatable.body.cell.selected.border.color",
@ -80532,6 +80586,24 @@
"default": "", "default": "",
"description": "Padding of footer cell" "description": "Padding of footer cell"
}, },
{
"name": "sm.padding",
"token": "datatable.footer.cell.sm.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Sm padding of footer cell"
},
{
"name": "lg.padding",
"token": "datatable.footer.cell.lg.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Lg padding of footer cell"
},
{ {
"name": "columnFooter.fontWeight", "name": "columnFooter.fontWeight",
"token": "datatable.column.footer.font.weight", "token": "datatable.column.footer.font.weight",
@ -80586,6 +80658,24 @@
"default": "", "default": "",
"description": "Padding of footer" "description": "Padding of footer"
}, },
{
"name": "sm.padding",
"token": "datatable.footer.sm.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Sm padding of footer"
},
{
"name": "lg.padding",
"token": "datatable.footer.lg.padding",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Lg padding of footer"
},
{ {
"name": "dropPoint.color", "name": "dropPoint.color",
"token": "datatable.drop.point.color", "token": "datatable.drop.point.color",

View File

@ -310,12 +310,6 @@ export interface DataTableDesignTokens extends ColorSchemeDesignToken<DataTableD
* @designToken datatable.body.cell.padding * @designToken datatable.body.cell.padding
*/ */
padding?: string; padding?: string;
/**
* Selected border color of body cell
*
* @designToken datatable.body.cell.selected.border.color
*/
selectedBorderColor?: string;
/** /**
* Sm of body cell * Sm of body cell
*/ */
@ -338,6 +332,12 @@ export interface DataTableDesignTokens extends ColorSchemeDesignToken<DataTableD
*/ */
padding?: string; padding?: string;
}; };
/**
* Selected border color of body cell
*
* @designToken datatable.body.cell.selected.border.color
*/
selectedBorderColor?: string;
}; };
/** /**
* Used to pass tokens of the footer cell section * Used to pass tokens of the footer cell section

View File

@ -231,7 +231,7 @@ importers:
devDependencies: devDependencies:
'@nuxt/devtools': '@nuxt/devtools':
specifier: ^0.8.5 specifier: ^0.8.5
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) version: 0.8.5(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)
'@nuxt/eslint-config': '@nuxt/eslint-config':
specifier: ^0.2.0 specifier: ^0.2.0
version: 0.2.0(eslint@8.57.1) version: 0.2.0(eslint@8.57.1)
@ -8234,13 +8234,12 @@ snapshots:
'@nuxt/devalue@2.0.2': {} '@nuxt/devalue@2.0.2': {}
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0))': '@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)':
dependencies: dependencies:
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1) '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
'@nuxt/schema': 3.15.1 '@nuxt/schema': 3.15.1
execa: 7.2.0 execa: 7.2.0
nuxt: 3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3) nuxt: 3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3)
vite: 6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)
transitivePeerDependencies: transitivePeerDependencies:
- magicast - magicast
- rollup - rollup
@ -8259,10 +8258,10 @@ snapshots:
rc9: 2.1.2 rc9: 2.1.2
semver: 7.6.3 semver: 7.6.3
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0))': '@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)':
dependencies: dependencies:
'@antfu/utils': 0.7.10 '@antfu/utils': 0.7.10
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) '@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.70)(db0@0.2.1)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.30.1)(terser@5.37.0)(typescript@5.7.3))(rollup@4.30.1)
'@nuxt/devtools-wizard': 0.8.5 '@nuxt/devtools-wizard': 0.8.5
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1) '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
birpc: 0.2.19 birpc: 0.2.19
@ -8293,9 +8292,8 @@ snapshots:
simple-git: 3.27.0 simple-git: 3.27.0
sirv: 2.0.4 sirv: 2.0.4
unimport: 3.14.6(rollup@4.30.1) unimport: 3.14.6(rollup@4.30.1)
vite: 6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0) vite-plugin-inspect: 0.7.42(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.30.1))(rollup@4.30.1)
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.30.1))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) vite-plugin-vue-inspector: 3.7.2
vite-plugin-vue-inspector: 3.7.2(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0))
wait-on: 7.2.0 wait-on: 7.2.0
which: 3.0.1 which: 3.0.1
ws: 8.18.0 ws: 8.18.0
@ -14004,7 +14002,7 @@ snapshots:
optionator: 0.9.4 optionator: 0.9.4
typescript: 5.7.3 typescript: 5.7.3
vite-plugin-inspect@0.7.42(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.30.1))(rollup@4.30.1)(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)): vite-plugin-inspect@0.7.42(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.30.1))(rollup@4.30.1):
dependencies: dependencies:
'@antfu/utils': 0.7.10 '@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.4(rollup@4.30.1) '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
@ -14014,14 +14012,13 @@ snapshots:
open: 9.1.0 open: 9.1.0
picocolors: 1.1.1 picocolors: 1.1.1
sirv: 2.0.4 sirv: 2.0.4
vite: 6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)
optionalDependencies: optionalDependencies:
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1) '@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
- supports-color - supports-color
vite-plugin-vue-inspector@3.7.2(vite@6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)): vite-plugin-vue-inspector@3.7.2:
dependencies: dependencies:
'@babel/core': 7.26.0 '@babel/core': 7.26.0
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
@ -14032,7 +14029,6 @@ snapshots:
'@vue/compiler-dom': 3.5.13 '@vue/compiler-dom': 3.5.13
kolorist: 1.8.0 kolorist: 1.8.0
magic-string: 0.30.17 magic-string: 0.30.17
vite: 6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color