first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
21
node_modules/quasar/dist/api/ClosePopup.json
generated
vendored
Normal file
21
node_modules/quasar/dist/api/ClosePopup.json
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "directive",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/vue-directives/close-popup"
|
||||
},
|
||||
"value": {
|
||||
"type": [
|
||||
"Boolean",
|
||||
"Number",
|
||||
"String"
|
||||
],
|
||||
"desc": "If value is 0 or 'false' then directive is disabled; if value is < 0 then it closes all popups in the chain; if value is 1 or 'true' or undefined then it closes only the parent popup; if value is > 1 it closes the specified number of parent popups in the chain (note that chained QMenus are considered 1 popup only & QPopupProxy separates chained menus)",
|
||||
"examples": [
|
||||
"v-close-popup",
|
||||
"v-close-popup=\"booleanState\"",
|
||||
"v-close-popup=\"-1\"",
|
||||
"v-close-popup=\"2\"",
|
||||
"v-close-popup=\"0\""
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue