mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(blocks-antd): remove onEnter and onInit events from schema descriptions.
This commit is contained in:
parent
051154fb5b
commit
c0df169927
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user