first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
42
node_modules/quasar/dist/api/QPage.json
generated
vendored
Normal file
42
node_modules/quasar/dist/api/QPage.json
generated
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"type": "component",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/layout/page"
|
||||
},
|
||||
"props": {
|
||||
"padding": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a default responsive page padding",
|
||||
"category": "content"
|
||||
},
|
||||
"style-fn": {
|
||||
"type": "Function",
|
||||
"desc": "Override default CSS style applied to the component (sets minHeight); Function(offset: Number) => CSS props/value: Object; For best performance, reference it from your scope and do not define it inline",
|
||||
"params": {
|
||||
"offset": {
|
||||
"type": "Number",
|
||||
"desc": "Header + Footer height (in pixels)"
|
||||
},
|
||||
"height": {
|
||||
"type": "Number",
|
||||
"desc": "Value in pixels of container height (if containerized) or window height otherwise"
|
||||
}
|
||||
},
|
||||
"returns": {
|
||||
"type": "Object",
|
||||
"desc": "Object with CSS properties to apply to Page DOM element"
|
||||
},
|
||||
"default": "(see source code)",
|
||||
"examples": [
|
||||
"(see source code)"
|
||||
],
|
||||
"category": "style",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"slots": {
|
||||
"default": {
|
||||
"desc": "Default slot in the devland unslotted content of the component"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue