Update API doc
parent
2026bb75e4
commit
e6b5cbd541
|
@ -20355,22 +20355,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the content's DOM element."
|
"description": "Used to pass attributes to the content's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "grid",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DataViewPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Used to pass attributes to the grid's DOM element."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "column",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DataViewPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Used to pass attributes to the column's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "emptyMessage",
|
"name": "emptyMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -20612,7 +20596,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "empty",
|
"name": "empty",
|
||||||
"parameters": [],
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <span class=\"ml-3 text-primary-700\">layout</span>: <span class=\"text-primary-500\">string</span>, <span class=\"text-primary-300\">// Layout of the items.</span>\n }",
|
||||||
|
"description": "empty slot's params."
|
||||||
|
}
|
||||||
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom empty template."
|
"description": "Custom empty template."
|
||||||
},
|
},
|
||||||
|
@ -20634,7 +20625,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"ml-3 text-primary-700\">data</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Value of the component</span>\n \t <span class=\"ml-3 text-primary-700\">index</span>: <span class=\"text-primary-500\">number</span>, <span class=\"text-primary-300\">// Index of the grid</span>\n }",
|
"type": "{\n \t <span class=\"ml-3 text-primary-700\">items</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Value of the component</span>\n }",
|
||||||
"description": "list slot's params."
|
"description": "list slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -20647,7 +20638,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"ml-3 text-primary-700\">data</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Value of the component</span>\n \t <span class=\"ml-3 text-primary-700\">index</span>: <span class=\"text-primary-500\">number</span>, <span class=\"text-primary-300\">// Index of the grid</span>\n }",
|
"type": "{\n \t <span class=\"ml-3 text-primary-700\">items</span>: <span class=\"text-primary-500\">any</span>, <span class=\"text-primary-300\">// Value of the component</span>\n }",
|
||||||
"description": "list slot's params."
|
"description": "list slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue