Update API doc
parent
724a69d446
commit
c9cb026ede
|
@ -80226,6 +80226,24 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"token": "datatable.header.cell.background",
|
||||
|
@ -80352,6 +80370,24 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"token": "datatable.column.title.font.weight",
|
||||
|
@ -80487,6 +80523,24 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"token": "datatable.body.cell.selected.border.color",
|
||||
|
@ -80532,6 +80586,24 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"token": "datatable.column.footer.font.weight",
|
||||
|
@ -80586,6 +80658,24 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"token": "datatable.drop.point.color",
|
||||
|
|
|
@ -310,12 +310,6 @@ export interface DataTableDesignTokens extends ColorSchemeDesignToken<DataTableD
|
|||
* @designToken datatable.body.cell.padding
|
||||
*/
|
||||
padding?: string;
|
||||
/**
|
||||
* Selected border color of body cell
|
||||
*
|
||||
* @designToken datatable.body.cell.selected.border.color
|
||||
*/
|
||||
selectedBorderColor?: string;
|
||||
/**
|
||||
* Sm of body cell
|
||||
*/
|
||||
|
@ -338,6 +332,12 @@ export interface DataTableDesignTokens extends ColorSchemeDesignToken<DataTableD
|
|||
*/
|
||||
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
|
||||
|
|
|
@ -231,7 +231,7 @@ importers:
|
|||
devDependencies:
|
||||
'@nuxt/devtools':
|
||||
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':
|
||||
specifier: ^0.2.0
|
||||
version: 0.2.0(eslint@8.57.1)
|
||||
|
@ -8234,13 +8234,12 @@ snapshots:
|
|||
|
||||
'@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:
|
||||
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
|
||||
'@nuxt/schema': 3.15.1
|
||||
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)
|
||||
vite: 6.0.7(@types/node@18.19.70)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- magicast
|
||||
- rollup
|
||||
|
@ -8259,10 +8258,10 @@ snapshots:
|
|||
rc9: 2.1.2
|
||||
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:
|
||||
'@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/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
|
||||
birpc: 0.2.19
|
||||
|
@ -8293,9 +8292,8 @@ snapshots:
|
|||
simple-git: 3.27.0
|
||||
sirv: 2.0.4
|
||||
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@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@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-vue-inspector: 3.7.2
|
||||
wait-on: 7.2.0
|
||||
which: 3.0.1
|
||||
ws: 8.18.0
|
||||
|
@ -14004,7 +14002,7 @@ snapshots:
|
|||
optionator: 0.9.4
|
||||
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:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.30.1)
|
||||
|
@ -14014,14 +14012,13 @@ snapshots:
|
|||
open: 9.1.0
|
||||
picocolors: 1.1.1
|
||||
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:
|
||||
'@nuxt/kit': 3.15.1(magicast@0.3.5)(rollup@4.30.1)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- 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:
|
||||
'@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
|
||||
kolorist: 1.8.0
|
||||
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:
|
||||
- supports-color
|
||||
|
||||
|
|
Loading…
Reference in New Issue