Skip to content

Commit

Permalink
docs: cleanup removed prop small-chips
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Sek committed Nov 15, 2024
1 parent 797cd88 commit 198e810
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion packages/api-generator/src/locale/en/VFileInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"hideInput": "Display the icon only without the input (file names).",
"multiple": "Adds the **multiple** attribute to the input, allowing multiple file selections.",
"showSize": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**).",
"smallChips": "Changes display of selections to chips with the **small** property.",
"truncateLength": "The length of a filename before it is truncated with ellipsis.",
"value": "A single or array of [File objects](https://developer.mozilla.org/en-US/docs/Web/API/File)."
},
Expand Down
1 change: 0 additions & 1 deletion packages/api-generator/src/locale/en/VSelect.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"overflow": "Creates an overflow button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
"searchInput": "Use the **.sync** modifier to catch user input from the search input.",
"segmented": "Creates a segmented button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
"smallChips": "Changes display of selections to chips with the **small** property.",
"tags": "Tagging functionality, allows the user to create new values not available from the **items** prop."
},
"events": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-combobox/slot-no-data.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
:items="items"
hint="Maximum of 5 tags"
label="Add some tags"
chips
hide-selected
multiple
persistent-hint
small-chips
>
<template v-slot:no-data>
<v-list-item>
Expand Down
1 change: 0 additions & 1 deletion packages/docs/src/examples/v-date-picker/prop-multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
chips
multiple
readonly
small-chips
v-bind="attrs"
v-on="on"
></v-combobox>
Expand Down
5 changes: 0 additions & 5 deletions packages/docs/src/examples/v-file-input/prop-chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
chips
multiple
></v-file-input>
<v-file-input
label="File input w/ small chips"
multiple
small-chips
></v-file-input>
</div>
</template>
2 changes: 0 additions & 2 deletions packages/vuetify/playgrounds/Playground.items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
outlined
dense
chips
small-chips
label="Outlined"
multiple
></v-autocomplete>
Expand All @@ -71,7 +70,6 @@
outlined
dense
chips
small-chips
label="Outlined"
multiple
return-object
Expand Down

0 comments on commit 198e810

Please sign in to comment.