first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
59
node_modules/quasar/dist/api/QMarkupTable.json
generated
vendored
Normal file
59
node_modules/quasar/dist/api/QMarkupTable.json
generated
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"type": "component",
|
||||
"meta": {
|
||||
"docsUrl": "https://v2.quasar.dev/vue-components/markup-table"
|
||||
},
|
||||
"props": {
|
||||
"dense": {
|
||||
"type": "Boolean",
|
||||
"desc": "Dense mode; occupies less space",
|
||||
"category": "style"
|
||||
},
|
||||
"dark": {
|
||||
"type": "Boolean",
|
||||
"desc": "Notify the component that the background is a dark color",
|
||||
"category": "style"
|
||||
},
|
||||
"flat": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a 'flat' design (no default shadow)",
|
||||
"category": "style"
|
||||
},
|
||||
"bordered": {
|
||||
"type": "Boolean",
|
||||
"desc": "Applies a default border to the component",
|
||||
"category": "style"
|
||||
},
|
||||
"square": {
|
||||
"type": "Boolean",
|
||||
"desc": "Removes border-radius so borders are squared",
|
||||
"category": "style"
|
||||
},
|
||||
"separator": {
|
||||
"type": "String",
|
||||
"desc": "Use a separator/border between rows, columns or all cells",
|
||||
"default": "horizontal",
|
||||
"values": [
|
||||
"horizontal",
|
||||
"vertical",
|
||||
"cell",
|
||||
"none"
|
||||
],
|
||||
"examples": [
|
||||
"cell"
|
||||
],
|
||||
"category": "content",
|
||||
"required": false
|
||||
},
|
||||
"wrap-cells": {
|
||||
"type": "Boolean",
|
||||
"desc": "Wrap text within table cells",
|
||||
"category": "content"
|
||||
}
|
||||
},
|
||||
"slots": {
|
||||
"default": {
|
||||
"desc": "Default slot in the devland unslotted content of the component"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue