pull/3999/head
Tuğçe Küçükoğlu 2023-06-20 13:49:45 +03:00
commit 41b08aa338
1 changed files with 45 additions and 0 deletions

View File

@ -28055,6 +28055,15 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the prev page button's DOM element.",
"deprecated": "since v3.30.0. Use 'previousPageButton' property instead."
},
{
"name": "previousPageButton",
"optional": true,
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the prev page button's DOM element."
},
{
@ -28063,6 +28072,15 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the prev page icon's DOM element.",
"deprecated": "since v3.30.0. Use 'previousPageIcon' property instead."
},
{
"name": "previousPageIcon",
"optional": true,
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the prev page icon's DOM element."
},
{
@ -28127,6 +28145,15 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component.",
"deprecated": "since v3.30.0. Use 'rowPerPageDropdown' property instead."
},
{
"name": "rowPerPageDropdown",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component."
},
{
@ -28135,6 +28162,15 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component.",
"deprecated": "since v3.30.0. Use 'jumpToPageDropdown' property instead."
},
{
"name": "jumpToPageDropdown",
"optional": true,
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component."
},
{
@ -28143,6 +28179,15 @@
"readonly": false,
"type": "InputNumberPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component.",
"deprecated": "since v3.30.0. Use 'jumpToPageInput' property instead."
},
{
"name": "jumpToPageInput",
"optional": true,
"readonly": false,
"type": "InputNumberPassThroughOptionType",
"default": "",
"description": "Uses to pass attributes to the Dropdown component."
},
{