Skip to content

Commit 698a4c3

Browse files
committed
docs: cleanup .sync + some obsolete entries and files
closes #20891
1 parent 1d0b09a commit 698a4c3

File tree

11 files changed

+2
-4900
lines changed

11 files changed

+2
-4900
lines changed

packages/api-generator/src/locale/en/VDataFooter.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/api-generator/src/locale/en/VDatePicker.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"monthFormat": "Formatting function used for displaying months in the months table. Called with date (ISO 8601 **date** string) arguments.",
2727
"multiple": "Allow the selection of multiple dates. The **range** value selects all dates between two selections.",
2828
"nextIcon": "Sets the icon for next month/year button.",
29-
"pickerDate": "Displayed year/month.",
3029
"prevIcon": "Sets the icon for previous month/year button.",
3130
"reactive": "Updates the picker model when changing months/years automatically.",
3231
"readonly": "Makes the picker readonly (doesn't allow to select new date).",
@@ -50,8 +49,7 @@
5049
"<domevent>:date": "Emitted when the specified DOM event occurs on the date button.",
5150
"<domevent>:month": "Emitted when the specified DOM event occurs on the month button.",
5251
"<domevent>:year": "Emitted when the specified DOM event occurs on the year button.",
53-
"change": "Reactive date picker emits `input` even when any part of the date (year/month/day) changes, but `change` event is emitted only when the day (for date pickers) or month (for month pickers) changes. If `range` prop is set, date picker emits `change` when both [from, to] are selected.",
54-
"update:pickerDate": "The `.sync` event for `picker-date` prop."
52+
"change": "Reactive date picker emits `input` even when any part of the date (year/month/day) changes, but `change` event is emitted only when the day (for date pickers) or month (for month pickers) changes. If `range` prop is set, date picker emits `change` when both [from, to] are selected."
5553
},
5654
"slots": {
5755
"actions": "Slot for the actions.",

packages/api-generator/src/locale/en/VNavigationDrawer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"floating": "A floating drawer has no visible container (no border-right).",
99
"height": "Sets the height of the navigation drawer.",
1010
"image": "Apply a specific background image to the component.",
11-
"miniVariantWidth": "Designates the width assigned when the `mini` prop is turned on.",
12-
"miniVariant": "Condenses navigation drawer width, also accepts the **.sync** modifier. With this, the drawer will re-open when clicking it.",
1311
"mobileBreakpoint": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality.",
1412
"permanent": "The drawer remains visible regardless of screen size.",
1513
"rail": "Sets the component width to the **rail-width** value.",

packages/api-generator/src/locale/en/VSelect.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,8 @@
1616
"multiLine": "Causes label to float when the select component is focused or dirty.",
1717
"noAutoScroll": "Prevents the select menu to scroll to the selected item automatically.",
1818
"openOnClear": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
19-
"overflow": "Creates an overflow button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
20-
"searchInput": "Use the **.sync** modifier to catch user input from the search input.",
21-
"segmented": "Creates a segmented button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
2219
"tags": "Tagging functionality, allows the user to create new values not available from the **items** prop."
2320
},
24-
"events": {
25-
"update:listIndex": "Emitted when menu item is selected using keyboard arrows.",
26-
"update:searchInput": "The `search-input.sync` event."
27-
},
2821
"slots": {
2922
"item": "Define a custom item appearance. The root element of this slot must be a **v-list-item** with `v-bind=\"props\"` applied. `props` includes everything required for the default select list behaviour - including title, value, click handlers, virtual scrolling, and anything else that has been added with [`item-props`](api/v-select/#props-item-props)."
3023
}

packages/api-generator/src/locale/en/VTreeview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"open": "Syncable prop that allows one to control which nodes are open. The array consists of the `item-key` of each open item.",
2626
"openAll": "When `true` will cause all branch nodes to be opened when component is mounted.",
2727
"openOnClick": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active.",
28-
"returnObject": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
28+
"returnObject": "When `true` will make `v-model`, `v-model:selected, `v-model:activated` and `v-model:opened` return the complete object instead of just the key.",
2929
"rounded": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop.",
3030
"search": "The search model for filtering results.",
3131
"selectable": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally.",

packages/api-generator/src/locale/en/VTreeviewNode.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/docs/src/examples/v-date-picker/prop-picker-date.vue

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)