From 198e810f6d5dd4c1437b89448132fa364eeafdd4 Mon Sep 17 00:00:00 2001 From: J-Sek Date: Fri, 15 Nov 2024 23:51:39 +0100 Subject: [PATCH] docs: cleanup removed prop `small-chips` --- packages/api-generator/src/locale/en/VFileInput.json | 1 - packages/api-generator/src/locale/en/VSelect.json | 1 - packages/docs/src/examples/v-combobox/slot-no-data.vue | 2 +- packages/docs/src/examples/v-date-picker/prop-multiple.vue | 1 - packages/docs/src/examples/v-file-input/prop-chips.vue | 5 ----- packages/vuetify/playgrounds/Playground.items.vue | 2 -- 6 files changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/api-generator/src/locale/en/VFileInput.json b/packages/api-generator/src/locale/en/VFileInput.json index 1530cc6a21d..9022f6e37f3 100644 --- a/packages/api-generator/src/locale/en/VFileInput.json +++ b/packages/api-generator/src/locale/en/VFileInput.json @@ -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)." }, diff --git a/packages/api-generator/src/locale/en/VSelect.json b/packages/api-generator/src/locale/en/VSelect.json index b350a1af0d3..01ae1b6c3c6 100644 --- a/packages/api-generator/src/locale/en/VSelect.json +++ b/packages/api-generator/src/locale/en/VSelect.json @@ -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": { diff --git a/packages/docs/src/examples/v-combobox/slot-no-data.vue b/packages/docs/src/examples/v-combobox/slot-no-data.vue index 4d0a881d9e8..5a999b6a574 100644 --- a/packages/docs/src/examples/v-combobox/slot-no-data.vue +++ b/packages/docs/src/examples/v-combobox/slot-no-data.vue @@ -7,10 +7,10 @@ :items="items" hint="Maximum of 5 tags" label="Add some tags" + chips hide-selected multiple persistent-hint - small-chips > diff --git a/packages/vuetify/playgrounds/Playground.items.vue b/packages/vuetify/playgrounds/Playground.items.vue index dd8e484eedd..ff943d1e716 100644 --- a/packages/vuetify/playgrounds/Playground.items.vue +++ b/packages/vuetify/playgrounds/Playground.items.vue @@ -59,7 +59,6 @@ outlined dense chips - small-chips label="Outlined" multiple > @@ -71,7 +70,6 @@ outlined dense chips - small-chips label="Outlined" multiple return-object