fix(blocks-antd): remove onEnter and onInit events from schema descriptions.

This commit is contained in:
Gervwyk 2022-04-20 09:49:39 +02:00
parent 051154fb5b
commit c0df169927
6 changed files with 0 additions and 102 deletions

View File

@ -67,27 +67,5 @@
}
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
}
}
}
}

View File

@ -149,22 +149,6 @@
"type": "array",
"description": "Trigger actions when sider breakpoint id crossed."
},
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
},
"onSiderClose": {
"type": "array",
"description": "Trigger actions when sider is closed."

View File

@ -148,22 +148,6 @@
"onBreakpoint": {
"type": "array"
},
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
},
"onSiderClose": {
"type": "array",
"description": "Trigger actions when sider is closed."

View File

@ -197,22 +197,6 @@
"type": "array",
"description": "Trigger action when mobile menu is closed."
},
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
},
"onMenuItemClick": {
"type": "array",
"description": "Trigger action when menu item is clicked."

View File

@ -149,22 +149,6 @@
"type": "array",
"description": "Trigger actions when sider breakpoint id crossed."
},
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
},
"onSiderClose": {
"type": "array",
"description": "Trigger actions when sider is closed."

View File

@ -272,22 +272,6 @@
"type": "array",
"description": "Trigger action when menu is closed."
},
"onEnter": {
"type": "array",
"description": "Trigger actions every time a context is mounted and keep the page in loading until all actions have finished."
},
"onEnterAsync": {
"type": "array",
"description": "Trigger actions every time a context is mounted and do not keep the page in loading."
},
"onInit": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and keep the page in loading until all actions have finished."
},
"onInitAsync": {
"type": "array",
"description": "Trigger actions the first time a context is mounted and do not keep the page in loading."
},
"onMenuItemSelect": {
"type": "array",
"description": "Trigger action when menu item is selected."