Skip to content

Commit

Permalink
fix(ui): JSON > model-value definition for QBtnDropdown/QDialog/QDraw…
Browse files Browse the repository at this point in the history
…er/QExpansionItem/QFab/QMenu/QTooltip/QFab
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 2abb603 commit 9a953c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions ui/src/components/btn-dropdown/QBtnDropdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@

"props": {
"model-value": {
"extends": "model-value",
"type": "Boolean",
"desc": "Controls Menu show/hidden state; Either use this property (along with a listener for 'update:modelValue' event) OR use v-model directive",
"required": false,
"examples": [ "# v-model=\"menuState\"" ]
"__delete": [ "default" ]
},

"split": {
Expand Down
6 changes: 0 additions & 6 deletions ui/src/components/expansion-item/QExpansionItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
},

"props": {
"model-value": {
"extends": "model-value",
"desc": "Model of the component defining 'open' state; Either use this property (along with a listener for 'update:modelValue' event) OR use v-model directive",
"required": false
},

"icon": {
"extends": "icon"
},
Expand Down

0 comments on commit 9a953c2

Please sign in to comment.