Skip to content

Commit b3a83a2

Browse files
authored
docs: remove mentions of overlays and theme attribute propagation (#9877)
1 parent 782fba6 commit b3a83a2

20 files changed

+11
-60
lines changed

packages/avatar-group/src/vaadin-avatar-group.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export { AvatarGroupI18n, AvatarGroupItem, AvatarI18n };
4848
* In addition to `<vaadin-avatar-group>` itself, the following internal
4949
* components are themable:
5050
*
51-
* - `<vaadin-avatar-group-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
5251
* - `<vaadin-avatar-group-menu>` - has the same API as [`<vaadin-list-box>`](#/elements/vaadin-list-box).
5352
* - `<vaadin-avatar-group-menu-item>` - has the same API as [`<vaadin-item>`](#/elements/vaadin-item).
5453
*/

packages/avatar-group/src/vaadin-avatar-group.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import { AvatarGroupMixin } from './vaadin-avatar-group-mixin.js';
5555
* In addition to `<vaadin-avatar-group>` itself, the following internal
5656
* components are themable:
5757
*
58-
* - `<vaadin-avatar-group-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
5958
* - `<vaadin-avatar-group-menu>` - has the same API as [`<vaadin-list-box>`](#/elements/vaadin-list-box).
6059
* - `<vaadin-avatar-group-menu-item>` - has the same API as [`<vaadin-item>`](#/elements/vaadin-item).
6160
*

packages/context-menu/src/vaadin-context-menu.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ export interface ContextMenuEventMap<TItem extends ContextMenuItem = ContextMenu
239239
* ---------- |-------------
240240
* `expanded` | Expanded parent item.
241241
*
242-
* Note: the `theme` attribute value set on `<vaadin-context-menu>` is
243-
* propagated to the internal components listed above.
244-
*
245242
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
246243
* @fires {CustomEvent} item-selected - Fired when an item is selected when the context menu is populated using the `items` API.
247244
* @fires {CustomEvent} closed - Fired when the context menu is closed.

packages/context-menu/src/vaadin-context-menu.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ import { ContextMenuMixin } from './vaadin-context-menu-mixin.js';
200200
* ---------- |-------------
201201
* `expanded` | Expanded parent item.
202202
*
203-
* Note: the `theme` attribute value set on `<vaadin-context-menu>` is
204-
* propagated to the internal components listed above.
205-
*
206203
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
207204
* @fires {CustomEvent} item-selected - Fired when an item is selected when the context menu is populated using the `items` API.
208205
* @fires {CustomEvent} closed - Fired when the context menu is closed.

packages/date-picker/src/vaadin-date-picker.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,11 @@ export interface DatePickerEventMap extends HTMLElementEventMap, DatePickerCusto
102102
* In addition to `<vaadin-date-picker>` itself, the following internal
103103
* components are themable:
104104
*
105-
* - `<vaadin-date-picker-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
106105
* - `<vaadin-date-picker-overlay-content>`
107106
* - `<vaadin-date-picker-month-scroller>`
108107
* - `<vaadin-date-picker-year-scroller>`
109108
* - `<vaadin-date-picker-year>`
110109
* - `<vaadin-month-calendar>`
111-
* - [`<vaadin-input-container>`](#/elements/vaadin-input-container) - an internal element wrapping the input.
112110
*
113111
* In order to style the overlay content, use `<vaadin-date-picker-overlay-content>` shadow DOM parts:
114112
*
@@ -149,9 +147,6 @@ export interface DatePickerEventMap extends HTMLElementEventMap, DatePickerCusto
149147
* `year-number` | Year number
150148
* `year-separator` | Year separator
151149
*
152-
* Note: the `theme` attribute value set on `<vaadin-date-picker>` is
153-
* propagated to the internal components listed above.
154-
*
155150
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
156151
*
157152
* ### Change events

packages/date-picker/src/vaadin-date-picker.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@ import { DatePickerMixin } from './vaadin-date-picker-mixin.js';
6666
* In addition to `<vaadin-date-picker>` itself, the following internal
6767
* components are themable:
6868
*
69-
* - `<vaadin-date-picker-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
7069
* - `<vaadin-date-picker-overlay-content>`
7170
* - `<vaadin-date-picker-month-scroller>`
7271
* - `<vaadin-date-picker-year-scroller>`
7372
* - `<vaadin-date-picker-year>`
7473
* - `<vaadin-month-calendar>`
75-
* - [`<vaadin-input-container>`](#/elements/vaadin-input-container) - an internal element wrapping the input.
7674
*
7775
* In order to style the overlay content, use `<vaadin-date-picker-overlay-content>` shadow DOM parts:
7876
*
@@ -113,9 +111,6 @@ import { DatePickerMixin } from './vaadin-date-picker-mixin.js';
113111
* `year-number` | Year number
114112
* `year-separator` | Year separator
115113
*
116-
* Note: the `theme` attribute value set on `<vaadin-date-picker>` is
117-
* propagated to the internal components listed above.
118-
*
119114
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
120115
*
121116
* ### Change events

packages/date-time-picker/src/vaadin-date-time-picker.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ export interface DateTimePickerEventMap extends DateTimePickerCustomEventMap, HT
8888
* - [`<vaadin-date-picker>`](#/elements/vaadin-date-picker).
8989
* - [`<vaadin-time-picker>`](#/elements/vaadin-time-picker).
9090
*
91-
* Note: the `theme` attribute value set on `<vaadin-date-time-picker>` is
92-
* propagated to these components.
93-
*
9491
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
9592
*
9693
* ### Change events

packages/date-time-picker/src/vaadin-date-time-picker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ import { DateTimePickerMixin } from './vaadin-date-time-picker-mixin.js';
6060
* - [`<vaadin-date-picker>`](#/elements/vaadin-date-picker).
6161
* - [`<vaadin-time-picker>`](#/elements/vaadin-time-picker).
6262
*
63-
* Note: the `theme` attribute value set on `<vaadin-date-time-picker>` is
64-
* propagated to these components.
65-
*
6663
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
6764
*
6865
* ### Change events

packages/popover/src/lit/renderer-directives.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class PopoverRendererDirective extends LitRendererDirective<Popover, Popo
2727
}
2828

2929
/**
30-
* A Lit directive for populating the content of the `<vaadin-popover-overlay>` element.
30+
* A Lit directive for populating the content of the `<vaadin-popover>` element.
3131
*
3232
* The directive accepts a renderer callback returning a Lit template and assigns it to the popover
3333
* via the `renderer` property. The renderer is called once to populate the content when assigned

packages/popover/src/lit/renderer-directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class PopoverRendererDirective extends LitRendererDirective {
3232
}
3333

3434
/**
35-
* A Lit directive for populating the content of the `<vaadin-popover-overlay>` element.
35+
* A Lit directive for populating the content of the `<vaadin-popover>` element.
3636
*
3737
* The directive accepts a renderer callback returning a Lit template and assigns it to the popover
3838
* via the `renderer` property. The renderer is called once to populate the content when assigned

0 commit comments

Comments
 (0)