@breadstone/mosaik-elements-foundation 0.1.35 → 0.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Charts/intl2/ChartElementIntl.d.ts +95 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.d.ts.map +1 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.js +154 -0
- package/Controls/Components/Charts/intl2/ChartElementIntl.js.map +1 -0
- package/Controls/Components/Inputs/Calendar/CalendarElement.d.ts +1 -1
- package/Controls/Components/Inputs/Calendar/CalendarElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/CalendarElement.js +1 -1
- package/Controls/Components/Inputs/Calendar/CalendarElement.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.d.ts +1 -1
- package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.js +1 -1
- package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.d.ts +101 -0
- package/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.js +168 -0
- package/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.js.map +1 -0
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.d.ts +24 -0
- package/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.js +38 -0
- package/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.js.map +1 -0
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.d.ts +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.d.ts +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.js +1 -1
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxToolboxElement.js.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.d.ts +47 -0
- package/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.js +76 -0
- package/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatElement.d.ts +1 -1
- package/Controls/Components/Media/Chat/ChatElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatElement.js +1 -1
- package/Controls/Components/Media/Chat/ChatElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts +1 -1
- package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/intl2/ChatElementIntl.d.ts +23 -0
- package/Controls/Components/Media/Chat/intl2/ChatElementIntl.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/intl2/ChatElementIntl.js +37 -0
- package/Controls/Components/Media/Chat/intl2/ChatElementIntl.js.map +1 -0
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.d.ts +1 -1
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.js +1 -1
- package/Controls/Components/Misc/CookieConsent/CookiesConsentElement.js.map +1 -1
- package/Controls/Components/Misc/CookieConsent/intl2/CookiesConsentElementIntl.d.ts +42 -0
- package/Controls/Components/Misc/CookieConsent/intl2/CookiesConsentElementIntl.d.ts.map +1 -0
- package/Controls/Components/Misc/CookieConsent/intl2/CookiesConsentElementIntl.js +66 -0
- package/Controls/Components/Misc/CookieConsent/intl2/CookiesConsentElementIntl.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.d.ts +66 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.js +91 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElementTemplate.d.ts +9 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElementTemplate.js +14 -0
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorElementTemplate.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElement.d.ts +536 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElement.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElement.js +1450 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElement.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElementTemplate.d.ts +9 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElementTemplate.js +29 -0
- package/Controls/Components/Primitives/Dropdown/DropdownElementTemplate.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElement.d.ts +66 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElement.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElement.js +91 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElement.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElementTemplate.d.ts +9 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElementTemplate.js +14 -0
- package/Controls/Components/Primitives/Dropdown/DropdownPanelElementTemplate.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownAnchorElementProps.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownAnchorElementProps.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownAnchorElementProps.js +5 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownAnchorElementProps.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownElementProps.d.ts +118 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownElementProps.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownElementProps.js +34 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownElementProps.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownPanelElementProps.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownPanelElementProps.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownPanelElementProps.js +5 -0
- package/Controls/Components/Primitives/Dropdown/IDropdownPanelElementProps.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Cosmopolitan.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Joy.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Joy.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Joy.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Memphis.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Memphis.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownAnchorElement.Memphis.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Cosmopolitan.js +116 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Joy.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Joy.js +116 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Joy.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Memphis.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Memphis.js +116 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownElement.Memphis.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Cosmopolitan.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Joy.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Joy.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Joy.js.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Memphis.d.ts +6 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Memphis.js +48 -0
- package/Controls/Components/Primitives/Dropdown/Themes/DropdownPanelElement.Memphis.js.map +1 -0
- package/Controls/Directives/DateAgo/DateAgoDirective.js +1 -1
- package/Controls/Directives/DateAgo/DateAgoDirective.js.map +1 -1
- package/Controls/Directives/DateAgo/intl2/DateAgoIntl.d.ts +45 -0
- package/Controls/Directives/DateAgo/intl2/DateAgoIntl.d.ts.map +1 -0
- package/Controls/Directives/DateAgo/intl2/DateAgoIntl.js +106 -0
- package/Controls/Directives/DateAgo/intl2/DateAgoIntl.js.map +1 -0
- package/Controls/Directives/TimeAgo/TimeAgoDirective.js +1 -1
- package/Controls/Directives/TimeAgo/TimeAgoDirective.js.map +1 -1
- package/Controls/Directives/TimeAgo/intl2/TimeAgoIntl.d.ts +52 -0
- package/Controls/Directives/TimeAgo/intl2/TimeAgoIntl.d.ts.map +1 -0
- package/Controls/Directives/TimeAgo/intl2/TimeAgoIntl.js +125 -0
- package/Controls/Directives/TimeAgo/intl2/TimeAgoIntl.js.map +1 -0
- package/Controls/Types/DropdownChangeReason.d.ts +24 -0
- package/Controls/Types/DropdownChangeReason.d.ts.map +1 -0
- package/Controls/Types/DropdownChangeReason.js +21 -0
- package/Controls/Types/DropdownChangeReason.js.map +1 -0
- package/Controls/Types/DropdownTrigger.d.ts +29 -0
- package/Controls/Types/DropdownTrigger.d.ts.map +1 -0
- package/Controls/Types/DropdownTrigger.js +26 -0
- package/Controls/Types/DropdownTrigger.js.map +1 -0
- package/Controls/events/OpenCloseEvents.d.ts +23 -1
- package/Controls/events/OpenCloseEvents.d.ts.map +1 -1
- package/Controls/events/index.d.ts +1 -1
- package/Controls/events/index.d.ts.map +1 -1
- package/Index.d.ts +17 -11
- package/Index.d.ts.map +1 -1
- package/Index.js +16 -11
- package/Index.js.map +1 -1
- package/custom-elements.json +1789 -6
- package/package.json +3 -3
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
import { type IEventEmitter } from '@breadstone/mosaik-elements';
|
|
2
|
+
import { CssLength } from '@breadstone/mosaik-themes';
|
|
3
|
+
import { DropdownChangeReason } from '../../../Types/DropdownChangeReason';
|
|
4
|
+
import { DropdownTrigger } from '../../../Types/DropdownTrigger';
|
|
5
|
+
import { Placement } from '../../../Types/Placement';
|
|
6
|
+
import { Strategy } from '../../../Types/Strategy';
|
|
7
|
+
import { CustomElement } from '../../Abstracts/CustomElement';
|
|
8
|
+
import { IDropdownElementProps } from './IDropdownElementProps';
|
|
9
|
+
declare const DropdownElement_base: (abstract new (...args: Array<any>) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Animatable").IAnimatableProps & import("../../../Behaviors/Animatable").IAnimatable) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Disableable").IDisableableProps) & typeof CustomElement & import("../../../Behaviors/Themeable").IThemeableCtor;
|
|
10
|
+
/**
|
|
11
|
+
* Dropdown - A generic anchored floating-content primitive for building dropdowns, popovers, menus, and floating panels.
|
|
12
|
+
*
|
|
13
|
+
* @description
|
|
14
|
+
* MosaicDropdown is a lower-level generic primitive that can be used to build every kind of anchored dropdown,
|
|
15
|
+
* popover-like panel, menu surface, filter panel, user menu, contextual action panel or custom floating-content surface.
|
|
16
|
+
* It owns only the dropdown lifecycle, trigger behavior, open state, native positioning, outside interaction handling,
|
|
17
|
+
* focus restoration, keyboard close behavior, event dispatching and animation orchestration.
|
|
18
|
+
* The semantic meaning of the projected content belongs to the projected content itself.
|
|
19
|
+
*
|
|
20
|
+
* The component supports two equivalent authoring styles:
|
|
21
|
+
* 1. Direct slot projection: Place any element with `slot="anchor"` and any element with `slot="panel"`.
|
|
22
|
+
* 2. Alias elements: Use `<mosaik-dropdown-anchor>` and `<mosaik-dropdown-panel>` wrappers.
|
|
23
|
+
*
|
|
24
|
+
* @name Dropdown
|
|
25
|
+
* @element mosaik-dropdown
|
|
26
|
+
* @category Primitives
|
|
27
|
+
*
|
|
28
|
+
* @slot anchor - The anchor content that triggers the dropdown.
|
|
29
|
+
* @slot panel - The floating panel content.
|
|
30
|
+
*
|
|
31
|
+
* @csspart anchor - The anchor wrapper part.
|
|
32
|
+
* @csspart panel - The panel wrapper part.
|
|
33
|
+
*
|
|
34
|
+
* @cssprop {String} --dropdown-background-color - The background color CSS custom property.
|
|
35
|
+
* @cssprop {String} --dropdown-border-color - The border color CSS custom property.
|
|
36
|
+
* @cssprop {String} --dropdown-border-radius - The border radius CSS custom property.
|
|
37
|
+
* @cssprop {String} --dropdown-border-style - The border style CSS custom property.
|
|
38
|
+
* @cssprop {String} --dropdown-border-width - The border width CSS custom property.
|
|
39
|
+
* @cssprop {String} --dropdown-font-family - The font family CSS custom property.
|
|
40
|
+
* @cssprop {String} --dropdown-font-letter-spacing - The font letter spacing CSS custom property.
|
|
41
|
+
* @cssprop {String} --dropdown-font-line-height - The font line height CSS custom property.
|
|
42
|
+
* @cssprop {String} --dropdown-font-size - The font size CSS custom property.
|
|
43
|
+
* @cssprop {String} --dropdown-font-text-decoration - The font text decoration CSS custom property.
|
|
44
|
+
* @cssprop {String} --dropdown-font-text-transform - The font text transform CSS custom property.
|
|
45
|
+
* @cssprop {String} --dropdown-font-weight - The font weight CSS custom property.
|
|
46
|
+
* @cssprop {String} --dropdown-foreground-color - The foreground color CSS custom property.
|
|
47
|
+
* @cssprop {String} --dropdown-gap - The gap CSS custom property.
|
|
48
|
+
* @cssprop {String} --dropdown-padding-bottom - The padding bottom CSS custom property.
|
|
49
|
+
* @cssprop {String} --dropdown-padding-left - The padding left CSS custom property.
|
|
50
|
+
* @cssprop {String} --dropdown-padding-right - The padding right CSS custom property.
|
|
51
|
+
* @cssprop {String} --dropdown-padding-top - The padding top CSS custom property.
|
|
52
|
+
* @cssprop {String} --dropdown-panel-background-color - The background color of the dropdown panel.
|
|
53
|
+
* @cssprop {String} --dropdown-panel-border-color - The border color of the dropdown panel.
|
|
54
|
+
* @cssprop {String} --dropdown-panel-border-radius - The border radius of the dropdown panel.
|
|
55
|
+
* @cssprop {String} --dropdown-panel-border-style - The border style of the dropdown panel.
|
|
56
|
+
* @cssprop {String} --dropdown-panel-border-width - The border width of the dropdown panel.
|
|
57
|
+
* @cssprop {String} --dropdown-panel-box-shadow - The box shadow of the dropdown panel.
|
|
58
|
+
* @cssprop {String} --dropdown-panel-max-height - The max height of the dropdown panel.
|
|
59
|
+
* @cssprop {String} --dropdown-panel-offset - The offset between anchor and panel.
|
|
60
|
+
* @cssprop {String} --dropdown-panel-padding - The padding of the dropdown panel.
|
|
61
|
+
* @cssprop {String} --dropdown-panel-z-index - The z-index of the dropdown panel.
|
|
62
|
+
* @cssprop {String} --dropdown-shadow - The shadow CSS custom property.
|
|
63
|
+
* @cssprop {String} --dropdown-shadow-blur - The shadow blur CSS custom property.
|
|
64
|
+
* @cssprop {String} --dropdown-shadow-color - The shadow color CSS custom property.
|
|
65
|
+
* @cssprop {String} --dropdown-shadow-offset-x - The shadow offset x CSS custom property.
|
|
66
|
+
* @cssprop {String} --dropdown-shadow-offset-y - The shadow offset y CSS custom property.
|
|
67
|
+
* @cssprop {String} --dropdown-shadow-spread - The shadow spread CSS custom property.
|
|
68
|
+
* @cssprop {String} --dropdown-transition-duration - The transition duration CSS custom property.
|
|
69
|
+
* @cssprop {String} --dropdown-transition-mode - The transition mode CSS custom property.
|
|
70
|
+
* @cssprop {String} --dropdown-transition-property - The transition property CSS custom property.
|
|
71
|
+
* @cssprop {String} --dropdown-translate - The translate CSS custom property.
|
|
72
|
+
*
|
|
73
|
+
* @fires openChanged {CustomEvent<{open: boolean, reason: DropdownChangeReason}>} - Fired when the open state changes.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* Basic dropdown with menu:
|
|
77
|
+
* ```html
|
|
78
|
+
* <mosaik-dropdown placement="bottom-start">
|
|
79
|
+
* <mosaik-button slot="anchor">Actions</mosaik-button>
|
|
80
|
+
* <mosaik-menu slot="panel">
|
|
81
|
+
* <mosaik-menu-item label="Edit"></mosaik-menu-item>
|
|
82
|
+
* <mosaik-menu-item label="Duplicate"></mosaik-menu-item>
|
|
83
|
+
* <mosaik-menu-item label="Delete"></mosaik-menu-item>
|
|
84
|
+
* </mosaik-menu>
|
|
85
|
+
* </mosaik-dropdown>
|
|
86
|
+
* ```
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* Dropdown with alias elements:
|
|
90
|
+
* ```html
|
|
91
|
+
* <mosaik-dropdown placement="bottom-end">
|
|
92
|
+
* <mosaik-dropdown-anchor>
|
|
93
|
+
* <mosaik-avatar user-id="current"></mosaik-avatar>
|
|
94
|
+
* </mosaik-dropdown-anchor>
|
|
95
|
+
* <mosaik-dropdown-panel>
|
|
96
|
+
* <mosaik-card>Account details</mosaik-card>
|
|
97
|
+
* </mosaik-dropdown-panel>
|
|
98
|
+
* </mosaik-dropdown>
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* Controlled dropdown:
|
|
103
|
+
* ```html
|
|
104
|
+
* <mosaik-dropdown .open="${this.isOpen}" trigger="manual">
|
|
105
|
+
* <mosaik-button slot="anchor">Toggle</mosaik-button>
|
|
106
|
+
* <div slot="panel">Panel content</div>
|
|
107
|
+
* </mosaik-dropdown>
|
|
108
|
+
* ```
|
|
109
|
+
*
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export declare class DropdownElement extends DropdownElement_base implements IDropdownElementProps {
|
|
113
|
+
private static _anchorCounter;
|
|
114
|
+
private readonly _clickOutsideController;
|
|
115
|
+
private readonly _animationPlayer;
|
|
116
|
+
private readonly _openChanged;
|
|
117
|
+
private readonly _instanceId;
|
|
118
|
+
private _trigger;
|
|
119
|
+
private _closeOnEscape;
|
|
120
|
+
private _closeOnSelect;
|
|
121
|
+
private _restoreFocus;
|
|
122
|
+
private _hasPopup?;
|
|
123
|
+
private _matchAnchorWidth;
|
|
124
|
+
private _popupRole;
|
|
125
|
+
private _isVisible;
|
|
126
|
+
private _dropDownPlacement;
|
|
127
|
+
private _dropDownStrategy;
|
|
128
|
+
private _dropDownDistance;
|
|
129
|
+
private _dropDownSkidding;
|
|
130
|
+
private _dropDownStaysOpen;
|
|
131
|
+
private _dropDownMaxHeight;
|
|
132
|
+
private _dropDownHeight?;
|
|
133
|
+
private _dropDownWidth?;
|
|
134
|
+
private _dropDownMaxWidth?;
|
|
135
|
+
private _isDropDownOpen;
|
|
136
|
+
private _anchorElement;
|
|
137
|
+
private _panelElement;
|
|
138
|
+
private _anchorSlot;
|
|
139
|
+
private _panelSlot;
|
|
140
|
+
private _hoverTimeout;
|
|
141
|
+
private _focusTimeout;
|
|
142
|
+
private _clickSubscription;
|
|
143
|
+
private _anchorMouseEnterSubscription;
|
|
144
|
+
private _anchorMouseLeaveSubscription;
|
|
145
|
+
private _anchorFocusInSubscription;
|
|
146
|
+
private _anchorFocusOutSubscription;
|
|
147
|
+
private _panelClickSubscription;
|
|
148
|
+
private _panelKeydownSubscription;
|
|
149
|
+
private _panelMouseEnterSubscription;
|
|
150
|
+
private _panelMouseLeaveSubscription;
|
|
151
|
+
private _positioningCleanup;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
constructor();
|
|
156
|
+
/**
|
|
157
|
+
* Returns the `is` property.
|
|
158
|
+
* The `is` property represents natural name of this element.
|
|
159
|
+
*
|
|
160
|
+
* @public
|
|
161
|
+
* @static
|
|
162
|
+
* @readonly
|
|
163
|
+
*/
|
|
164
|
+
static get is(): string;
|
|
165
|
+
/**
|
|
166
|
+
* Gets the unique anchor ID for this instance.
|
|
167
|
+
*
|
|
168
|
+
* @public
|
|
169
|
+
* @readonly
|
|
170
|
+
*/
|
|
171
|
+
get _anchorId(): string;
|
|
172
|
+
/**
|
|
173
|
+
* Gets the unique panel ID for this instance.
|
|
174
|
+
*
|
|
175
|
+
* @public
|
|
176
|
+
* @readonly
|
|
177
|
+
*/
|
|
178
|
+
get _panelId(): string;
|
|
179
|
+
/**
|
|
180
|
+
* Gets the anchor name CSS custom property for CSS Anchor Positioning.
|
|
181
|
+
*
|
|
182
|
+
* @public
|
|
183
|
+
* @readonly
|
|
184
|
+
*/
|
|
185
|
+
get _anchorName(): string;
|
|
186
|
+
/**
|
|
187
|
+
* Gets the current popup role based on the hasPopup property.
|
|
188
|
+
*
|
|
189
|
+
* @public
|
|
190
|
+
* @readonly
|
|
191
|
+
*/
|
|
192
|
+
get popupRole(): string;
|
|
193
|
+
/**
|
|
194
|
+
* Gets whether the panel is currently visible.
|
|
195
|
+
* This is separate from `open` to allow exit animations to complete before hiding.
|
|
196
|
+
*
|
|
197
|
+
* @public
|
|
198
|
+
* @readonly
|
|
199
|
+
*/
|
|
200
|
+
get isVisible(): boolean;
|
|
201
|
+
/**
|
|
202
|
+
* Gets the animation target element.
|
|
203
|
+
* Animations are applied to the panel element.
|
|
204
|
+
*
|
|
205
|
+
* @public
|
|
206
|
+
* @override
|
|
207
|
+
* @readonly
|
|
208
|
+
*/
|
|
209
|
+
get animationTarget(): HTMLElement;
|
|
210
|
+
/**
|
|
211
|
+
* Gets or sets the `dropDownPlacement` property.
|
|
212
|
+
*
|
|
213
|
+
* @public
|
|
214
|
+
* @attr drop-down-placement
|
|
215
|
+
*/
|
|
216
|
+
get dropDownPlacement(): Placement;
|
|
217
|
+
set dropDownPlacement(value: Placement);
|
|
218
|
+
/**
|
|
219
|
+
* Gets or sets the `dropDownStrategy` property.
|
|
220
|
+
*
|
|
221
|
+
* @public
|
|
222
|
+
* @attr drop-down-strategy
|
|
223
|
+
*/
|
|
224
|
+
get dropDownStrategy(): Strategy;
|
|
225
|
+
set dropDownStrategy(value: Strategy);
|
|
226
|
+
/**
|
|
227
|
+
* Gets or sets the `dropDownDistance` property.
|
|
228
|
+
*
|
|
229
|
+
* @public
|
|
230
|
+
* @attr drop-down-distance
|
|
231
|
+
*/
|
|
232
|
+
get dropDownDistance(): number;
|
|
233
|
+
set dropDownDistance(value: number);
|
|
234
|
+
/**
|
|
235
|
+
* Gets or sets the `dropDownSkidding` property.
|
|
236
|
+
*
|
|
237
|
+
* @public
|
|
238
|
+
* @attr drop-down-skidding
|
|
239
|
+
*/
|
|
240
|
+
get dropDownSkidding(): number;
|
|
241
|
+
set dropDownSkidding(value: number);
|
|
242
|
+
/**
|
|
243
|
+
* Gets or sets the `dropDownStaysOpen` property.
|
|
244
|
+
*
|
|
245
|
+
* @public
|
|
246
|
+
* @attr drop-down-stays-open
|
|
247
|
+
*/
|
|
248
|
+
get dropDownStaysOpen(): boolean;
|
|
249
|
+
set dropDownStaysOpen(value: boolean);
|
|
250
|
+
/**
|
|
251
|
+
* Gets or sets the `dropDownMaxHeight` property.
|
|
252
|
+
*
|
|
253
|
+
* @public
|
|
254
|
+
* @attr drop-down-max-height
|
|
255
|
+
*/
|
|
256
|
+
get dropDownMaxHeight(): CssLength;
|
|
257
|
+
set dropDownMaxHeight(value: CssLength);
|
|
258
|
+
/**
|
|
259
|
+
* Gets or sets the `dropDownHeight` property.
|
|
260
|
+
*
|
|
261
|
+
* @public
|
|
262
|
+
* @attr drop-down-height
|
|
263
|
+
*/
|
|
264
|
+
get dropDownHeight(): CssLength | undefined;
|
|
265
|
+
set dropDownHeight(value: CssLength | undefined);
|
|
266
|
+
/**
|
|
267
|
+
* Gets or sets the `dropDownWidth` property.
|
|
268
|
+
*
|
|
269
|
+
* @public
|
|
270
|
+
* @attr drop-down-width
|
|
271
|
+
*/
|
|
272
|
+
get dropDownWidth(): CssLength | undefined;
|
|
273
|
+
set dropDownWidth(value: CssLength | undefined);
|
|
274
|
+
/**
|
|
275
|
+
* Gets or sets the `dropDownMaxWidth` property.
|
|
276
|
+
*
|
|
277
|
+
* @public
|
|
278
|
+
* @attr drop-down-max-width
|
|
279
|
+
*/
|
|
280
|
+
get dropDownMaxWidth(): CssLength | undefined;
|
|
281
|
+
set dropDownMaxWidth(value: CssLength | undefined);
|
|
282
|
+
/**
|
|
283
|
+
* Gets or sets the `isDropDownOpen` property.
|
|
284
|
+
*
|
|
285
|
+
* @public
|
|
286
|
+
* @attr is-drop-down-open
|
|
287
|
+
*/
|
|
288
|
+
get isDropDownOpen(): boolean;
|
|
289
|
+
set isDropDownOpen(value: boolean);
|
|
290
|
+
/**
|
|
291
|
+
* Gets or sets the `placement` property.
|
|
292
|
+
*
|
|
293
|
+
* @public
|
|
294
|
+
* @attr placement
|
|
295
|
+
*/
|
|
296
|
+
get placement(): Placement;
|
|
297
|
+
set placement(value: Placement);
|
|
298
|
+
/**
|
|
299
|
+
* Gets or sets the `strategy` property.
|
|
300
|
+
*
|
|
301
|
+
* @public
|
|
302
|
+
* @attr strategy
|
|
303
|
+
*/
|
|
304
|
+
get strategy(): Strategy;
|
|
305
|
+
set strategy(value: Strategy);
|
|
306
|
+
/**
|
|
307
|
+
* Gets or sets the `offset` property.
|
|
308
|
+
*
|
|
309
|
+
* @public
|
|
310
|
+
* @attr offset
|
|
311
|
+
*/
|
|
312
|
+
get offset(): number;
|
|
313
|
+
set offset(value: number);
|
|
314
|
+
/**
|
|
315
|
+
* Gets or sets the `skidding` property.
|
|
316
|
+
*
|
|
317
|
+
* @public
|
|
318
|
+
* @attr skidding
|
|
319
|
+
*/
|
|
320
|
+
get skidding(): number;
|
|
321
|
+
set skidding(value: number);
|
|
322
|
+
/**
|
|
323
|
+
* Gets or sets the `open` property.
|
|
324
|
+
* Supports both controlled and uncontrolled usage.
|
|
325
|
+
*
|
|
326
|
+
* @public
|
|
327
|
+
* @attr open
|
|
328
|
+
*/
|
|
329
|
+
get open(): boolean;
|
|
330
|
+
set open(value: boolean);
|
|
331
|
+
/**
|
|
332
|
+
* Gets or sets the `trigger` property.
|
|
333
|
+
*
|
|
334
|
+
* @public
|
|
335
|
+
* @attr trigger
|
|
336
|
+
*/
|
|
337
|
+
get trigger(): DropdownTrigger;
|
|
338
|
+
set trigger(value: DropdownTrigger);
|
|
339
|
+
/**
|
|
340
|
+
* Gets or sets the `closeOnOutsideClick` property.
|
|
341
|
+
*
|
|
342
|
+
* @public
|
|
343
|
+
* @attr close-on-outside-click
|
|
344
|
+
*/
|
|
345
|
+
get closeOnOutsideClick(): boolean;
|
|
346
|
+
set closeOnOutsideClick(value: boolean);
|
|
347
|
+
/**
|
|
348
|
+
* Gets or sets the `closeOnEscape` property.
|
|
349
|
+
*
|
|
350
|
+
* @public
|
|
351
|
+
* @attr close-on-escape
|
|
352
|
+
*/
|
|
353
|
+
get closeOnEscape(): boolean;
|
|
354
|
+
set closeOnEscape(value: boolean);
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets the `closeOnSelect` property.
|
|
357
|
+
*
|
|
358
|
+
* @public
|
|
359
|
+
* @attr close-on-select
|
|
360
|
+
*/
|
|
361
|
+
get closeOnSelect(): boolean;
|
|
362
|
+
set closeOnSelect(value: boolean);
|
|
363
|
+
/**
|
|
364
|
+
* Gets or sets the `restoreFocus` property.
|
|
365
|
+
*
|
|
366
|
+
* @public
|
|
367
|
+
* @attr restore-focus
|
|
368
|
+
*/
|
|
369
|
+
get restoreFocus(): boolean;
|
|
370
|
+
set restoreFocus(value: boolean);
|
|
371
|
+
/**
|
|
372
|
+
* Gets or sets the `hasPopup` property.
|
|
373
|
+
*
|
|
374
|
+
* @public
|
|
375
|
+
* @attr has-popup
|
|
376
|
+
*/
|
|
377
|
+
get hasPopup(): string | undefined;
|
|
378
|
+
set hasPopup(value: string | undefined);
|
|
379
|
+
/**
|
|
380
|
+
* Gets or sets the `matchAnchorWidth` property.
|
|
381
|
+
*
|
|
382
|
+
* @public
|
|
383
|
+
* @attr match-anchor-width
|
|
384
|
+
*/
|
|
385
|
+
get matchAnchorWidth(): boolean;
|
|
386
|
+
set matchAnchorWidth(value: boolean);
|
|
387
|
+
/**
|
|
388
|
+
* Gets or sets the `maxHeight` property.
|
|
389
|
+
*
|
|
390
|
+
* @public
|
|
391
|
+
* @attr max-height
|
|
392
|
+
*/
|
|
393
|
+
get maxHeight(): CssLength;
|
|
394
|
+
set maxHeight(value: CssLength);
|
|
395
|
+
/**
|
|
396
|
+
* Gets or sets the `height` property.
|
|
397
|
+
*
|
|
398
|
+
* @public
|
|
399
|
+
* @attr height
|
|
400
|
+
*/
|
|
401
|
+
get height(): CssLength | undefined;
|
|
402
|
+
set height(value: CssLength | undefined);
|
|
403
|
+
/**
|
|
404
|
+
* Gets or sets the `width` property.
|
|
405
|
+
*
|
|
406
|
+
* @public
|
|
407
|
+
* @attr width
|
|
408
|
+
*/
|
|
409
|
+
get width(): CssLength | undefined;
|
|
410
|
+
set width(value: CssLength | undefined);
|
|
411
|
+
/**
|
|
412
|
+
* Gets or sets the `maxWidth` property.
|
|
413
|
+
*
|
|
414
|
+
* @public
|
|
415
|
+
* @attr max-width
|
|
416
|
+
*/
|
|
417
|
+
get maxWidth(): CssLength | undefined;
|
|
418
|
+
set maxWidth(value: CssLength | undefined);
|
|
419
|
+
/**
|
|
420
|
+
* Called when the open state changes.
|
|
421
|
+
*
|
|
422
|
+
* @public
|
|
423
|
+
* @readonly
|
|
424
|
+
* @eventProperty
|
|
425
|
+
*/
|
|
426
|
+
get openChanged(): IEventEmitter<{
|
|
427
|
+
open: boolean;
|
|
428
|
+
reason: DropdownChangeReason;
|
|
429
|
+
}>;
|
|
430
|
+
/**
|
|
431
|
+
* Opens the dropdown.
|
|
432
|
+
*
|
|
433
|
+
* @param reason - The reason for opening.
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
openDropdown(reason?: DropdownChangeReason): void;
|
|
437
|
+
/**
|
|
438
|
+
* Closes the dropdown.
|
|
439
|
+
*
|
|
440
|
+
* @param reason - The reason for closing.
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
closeDropdown(reason?: DropdownChangeReason): void;
|
|
444
|
+
/**
|
|
445
|
+
* Toggles the dropdown.
|
|
446
|
+
*
|
|
447
|
+
* @param reason - The reason for toggling.
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
toggleDropdown(reason?: DropdownChangeReason): void;
|
|
451
|
+
/**
|
|
452
|
+
* Updates the panel position. With native CSS Anchor Positioning,
|
|
453
|
+
* this is usually not needed but serves as an imperative escape hatch.
|
|
454
|
+
*
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
updatePosition(): void;
|
|
458
|
+
/**
|
|
459
|
+
* @public
|
|
460
|
+
* @override
|
|
461
|
+
*/
|
|
462
|
+
connectedCallback(): void;
|
|
463
|
+
/**
|
|
464
|
+
* @public
|
|
465
|
+
* @override
|
|
466
|
+
*/
|
|
467
|
+
disconnectedCallback(): void;
|
|
468
|
+
/**
|
|
469
|
+
* Handles anchor slot changes.
|
|
470
|
+
*
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
onAnchorSlotChange(_event: Event): void;
|
|
474
|
+
/**
|
|
475
|
+
* Handles panel slot changes.
|
|
476
|
+
*
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
479
|
+
onPanelSlotChange(_event: Event): void;
|
|
480
|
+
/**
|
|
481
|
+
* @protected
|
|
482
|
+
*/
|
|
483
|
+
protected onOpenPropertyChanged(_prev?: boolean, next?: boolean): void;
|
|
484
|
+
/**
|
|
485
|
+
* @protected
|
|
486
|
+
*/
|
|
487
|
+
protected onDisabledPropertyChanged(_prev: boolean, next?: boolean): void;
|
|
488
|
+
/**
|
|
489
|
+
* @protected
|
|
490
|
+
*/
|
|
491
|
+
protected onTriggerPropertyChanged(_prev?: string, next?: string): void;
|
|
492
|
+
/**
|
|
493
|
+
* @protected
|
|
494
|
+
*/
|
|
495
|
+
protected onPositioningPropertyChanged(): void;
|
|
496
|
+
private onClickedOutside;
|
|
497
|
+
private onAnchorClick;
|
|
498
|
+
private isAnchorEventPath;
|
|
499
|
+
private onAnchorMouseEnter;
|
|
500
|
+
private onAnchorMouseLeave;
|
|
501
|
+
private onAnchorFocusIn;
|
|
502
|
+
private onAnchorFocusOut;
|
|
503
|
+
private onPanelMouseEnter;
|
|
504
|
+
private onPanelMouseLeave;
|
|
505
|
+
private onPanelClick;
|
|
506
|
+
private onPanelKeydown;
|
|
507
|
+
private showPanel;
|
|
508
|
+
private showNativePopover;
|
|
509
|
+
private hidePanel;
|
|
510
|
+
private hideNativePopover;
|
|
511
|
+
private startPositioning;
|
|
512
|
+
private stopPositioning;
|
|
513
|
+
private applyPositioning;
|
|
514
|
+
private applyDimensions;
|
|
515
|
+
private applyAriaAttributes;
|
|
516
|
+
private setupPanelListeners;
|
|
517
|
+
private setupAnchorListeners;
|
|
518
|
+
private clearHoverTimeout;
|
|
519
|
+
private clearFocusTimeout;
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
export declare namespace DropdownElement {
|
|
525
|
+
type Props = IDropdownElementProps;
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
declare global {
|
|
531
|
+
interface HTMLElementTagNameMap {
|
|
532
|
+
'mosaik-dropdown': DropdownElement;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
export {};
|
|
536
|
+
//# sourceMappingURL=DropdownElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownElement.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Dropdown/DropdownElement.ts"],"names":[],"mappings":"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"}
|