Update API doc
parent
cadc7e87c4
commit
784a06bdca
|
@ -8467,18 +8467,10 @@
|
||||||
"name": "closeButton",
|
"name": "closeButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the close button's DOM element."
|
"description": "Uses to pass attributes to the close button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "closeIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the close icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "content",
|
"name": "content",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -8515,33 +8507,17 @@
|
||||||
"name": "rejectButton",
|
"name": "rejectButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the reject button's DOM element."
|
"description": "Uses to pass attributes to the reject button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "rejectIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the reject icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "acceptButton",
|
"name": "acceptButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the accept button's DOM element."
|
"description": "Uses to pass attributes to the accept button's DOM element."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "acceptIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmDialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the accept icon's DOM element."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -8781,33 +8757,17 @@
|
||||||
"name": "rejectButton",
|
"name": "rejectButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmPopupPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the reject button's DOM element."
|
"description": "Uses to pass attributes to the reject button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "rejectIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmPopupPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the reject icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "acceptButton",
|
"name": "acceptButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ConfirmPopupPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the accept button's DOM element."
|
"description": "Uses to pass attributes to the accept button's DOM element."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "acceptIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "ConfirmPopupPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the accept icon's DOM element."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -12374,18 +12334,10 @@
|
||||||
"name": "closeButton",
|
"name": "closeButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DialogPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the close button's DOM element."
|
"description": "Uses to pass attributes to the close button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "closeIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DialogPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the close icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "content",
|
"name": "content",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -16591,17 +16543,9 @@
|
||||||
"name": "closeButton",
|
"name": "closeButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "InplacePassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the close button's DOM element."
|
"description": "Uses to pass attributes to the close button's DOM element."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "closeIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "InplacePassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the close icon's DOM element."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -25641,18 +25585,10 @@
|
||||||
"name": "button",
|
"name": "button",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SpeedDialPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the button's DOM element."
|
"description": "Uses to pass attributes to the button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "icon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "SpeedDialPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "menu",
|
"name": "menu",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -26162,18 +26098,10 @@
|
||||||
"name": "menuButton",
|
"name": "menuButton",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SplitButtonPassThroughOptionType",
|
"type": "ButtonPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the menu button's DOM element."
|
"description": "Uses to pass attributes to the menu button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "menuButtonIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "SplitButtonPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the menu button icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "menu",
|
"name": "menu",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue