@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
package/custom-elements.json
CHANGED
|
@@ -14904,7 +14904,7 @@
|
|
|
14904
14904
|
]
|
|
14905
14905
|
},
|
|
14906
14906
|
{
|
|
14907
|
-
"path": "./../src/Controls/Components/Charts/
|
|
14907
|
+
"path": "./../src/Controls/Components/Charts/intl2/ChartElementIntl.ts",
|
|
14908
14908
|
"exports": [
|
|
14909
14909
|
{
|
|
14910
14910
|
"kind": "class",
|
|
@@ -44653,7 +44653,7 @@
|
|
|
44653
44653
|
]
|
|
44654
44654
|
},
|
|
44655
44655
|
{
|
|
44656
|
-
"path": "./../src/Controls/Components/Inputs/Calendar/
|
|
44656
|
+
"path": "./../src/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.ts",
|
|
44657
44657
|
"exports": [
|
|
44658
44658
|
{
|
|
44659
44659
|
"kind": "class",
|
|
@@ -60444,7 +60444,7 @@
|
|
|
60444
60444
|
]
|
|
60445
60445
|
},
|
|
60446
60446
|
{
|
|
60447
|
-
"path": "./../src/Controls/Components/Inputs/FileUpload/
|
|
60447
|
+
"path": "./../src/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.ts",
|
|
60448
60448
|
"exports": [
|
|
60449
60449
|
{
|
|
60450
60450
|
"kind": "class",
|
|
@@ -68952,7 +68952,7 @@
|
|
|
68952
68952
|
]
|
|
68953
68953
|
},
|
|
68954
68954
|
{
|
|
68955
|
-
"path": "./../src/Controls/Components/Inputs/RichTextBox/
|
|
68955
|
+
"path": "./../src/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.ts",
|
|
68956
68956
|
"exports": [
|
|
68957
68957
|
{
|
|
68958
68958
|
"kind": "class",
|
|
@@ -118563,7 +118563,7 @@
|
|
|
118563
118563
|
]
|
|
118564
118564
|
},
|
|
118565
118565
|
{
|
|
118566
|
-
"path": "./../src/Controls/Components/Media/Chat/
|
|
118566
|
+
"path": "./../src/Controls/Components/Media/Chat/intl2/ChatElementIntl.ts",
|
|
118567
118567
|
"exports": [
|
|
118568
118568
|
{
|
|
118569
118569
|
"kind": "class",
|
|
@@ -140616,7 +140616,7 @@
|
|
|
140616
140616
|
]
|
|
140617
140617
|
},
|
|
140618
140618
|
{
|
|
140619
|
-
"path": "./../src/Controls/Components/Misc/CookieConsent/
|
|
140619
|
+
"path": "./../src/Controls/Components/Misc/CookieConsent/intl2/CookiesConsentElementIntl.ts",
|
|
140620
140620
|
"exports": [
|
|
140621
140621
|
{
|
|
140622
140622
|
"kind": "class",
|
|
@@ -166248,6 +166248,1789 @@
|
|
|
166248
166248
|
}
|
|
166249
166249
|
]
|
|
166250
166250
|
},
|
|
166251
|
+
{
|
|
166252
|
+
"path": "./../src/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.ts",
|
|
166253
|
+
"exports": [
|
|
166254
|
+
{
|
|
166255
|
+
"kind": "definition",
|
|
166256
|
+
"name": "mosaik-dropdown-anchor",
|
|
166257
|
+
"declaration": {
|
|
166258
|
+
"name": "DropdownAnchorElement",
|
|
166259
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.ts"
|
|
166260
|
+
}
|
|
166261
|
+
},
|
|
166262
|
+
{
|
|
166263
|
+
"kind": "class",
|
|
166264
|
+
"superclass": {
|
|
166265
|
+
"name": "CustomElement",
|
|
166266
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166267
|
+
},
|
|
166268
|
+
"mixins": [
|
|
166269
|
+
{
|
|
166270
|
+
"name": "Themeable",
|
|
166271
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166272
|
+
}
|
|
166273
|
+
],
|
|
166274
|
+
"description": "Dropdown Anchor - A declarative alias element that projects its children into the anchor area of a Dropdown.",
|
|
166275
|
+
"name": "DropdownAnchorElement",
|
|
166276
|
+
"members": [
|
|
166277
|
+
{
|
|
166278
|
+
"kind": "field",
|
|
166279
|
+
"name": "themeName",
|
|
166280
|
+
"privacy": "public",
|
|
166281
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
166282
|
+
"type": "string",
|
|
166283
|
+
"inheritedFrom": {
|
|
166284
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166285
|
+
}
|
|
166286
|
+
},
|
|
166287
|
+
{
|
|
166288
|
+
"kind": "field",
|
|
166289
|
+
"name": "dir",
|
|
166290
|
+
"privacy": "public",
|
|
166291
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
166292
|
+
"type": "FlowDirection",
|
|
166293
|
+
"inheritedFrom": {
|
|
166294
|
+
"name": "CustomElement",
|
|
166295
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166296
|
+
}
|
|
166297
|
+
},
|
|
166298
|
+
{
|
|
166299
|
+
"kind": "field",
|
|
166300
|
+
"name": "lang",
|
|
166301
|
+
"privacy": "public",
|
|
166302
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
166303
|
+
"type": "string",
|
|
166304
|
+
"inheritedFrom": {
|
|
166305
|
+
"name": "CustomElement",
|
|
166306
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166307
|
+
}
|
|
166308
|
+
},
|
|
166309
|
+
{
|
|
166310
|
+
"kind": "field",
|
|
166311
|
+
"name": "connected",
|
|
166312
|
+
"privacy": "public",
|
|
166313
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166314
|
+
"type": "IEventEmitter<void>",
|
|
166315
|
+
"inheritedFrom": {
|
|
166316
|
+
"name": "CustomElement",
|
|
166317
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166318
|
+
}
|
|
166319
|
+
},
|
|
166320
|
+
{
|
|
166321
|
+
"kind": "field",
|
|
166322
|
+
"name": "disconnected",
|
|
166323
|
+
"privacy": "public",
|
|
166324
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166325
|
+
"type": "IEventEmitter<void>",
|
|
166326
|
+
"inheritedFrom": {
|
|
166327
|
+
"name": "CustomElement",
|
|
166328
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166329
|
+
}
|
|
166330
|
+
},
|
|
166331
|
+
{
|
|
166332
|
+
"kind": "field",
|
|
166333
|
+
"name": "changed",
|
|
166334
|
+
"privacy": "public",
|
|
166335
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166336
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
166337
|
+
"inheritedFrom": {
|
|
166338
|
+
"name": "CustomElement",
|
|
166339
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166340
|
+
}
|
|
166341
|
+
},
|
|
166342
|
+
{
|
|
166343
|
+
"kind": "method",
|
|
166344
|
+
"name": "adoptStyle",
|
|
166345
|
+
"privacy": "public",
|
|
166346
|
+
"type": "(styles: CSSResultGroup): void",
|
|
166347
|
+
"description": "Adopts the specified styles.",
|
|
166348
|
+
"parameters": [
|
|
166349
|
+
{
|
|
166350
|
+
"name": "styles",
|
|
166351
|
+
"type": "CSSResultGroup",
|
|
166352
|
+
"description": "The styles to adopt."
|
|
166353
|
+
}
|
|
166354
|
+
],
|
|
166355
|
+
"return": {
|
|
166356
|
+
"type": "void"
|
|
166357
|
+
},
|
|
166358
|
+
"inheritedFrom": {
|
|
166359
|
+
"name": "CustomElement",
|
|
166360
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166361
|
+
}
|
|
166362
|
+
},
|
|
166363
|
+
{
|
|
166364
|
+
"kind": "method",
|
|
166365
|
+
"name": "on",
|
|
166366
|
+
"privacy": "public",
|
|
166367
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
166368
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
166369
|
+
"parameters": [
|
|
166370
|
+
{
|
|
166371
|
+
"name": "event",
|
|
166372
|
+
"type": "TEvent"
|
|
166373
|
+
},
|
|
166374
|
+
{
|
|
166375
|
+
"name": "listener",
|
|
166376
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
166377
|
+
},
|
|
166378
|
+
{
|
|
166379
|
+
"name": "options",
|
|
166380
|
+
"type": "boolean | AddEventListenerOptions"
|
|
166381
|
+
}
|
|
166382
|
+
],
|
|
166383
|
+
"return": {
|
|
166384
|
+
"type": "IEventListenerSubscription"
|
|
166385
|
+
},
|
|
166386
|
+
"inheritedFrom": {
|
|
166387
|
+
"name": "CustomElement",
|
|
166388
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166389
|
+
}
|
|
166390
|
+
},
|
|
166391
|
+
{
|
|
166392
|
+
"kind": "method",
|
|
166393
|
+
"name": "off",
|
|
166394
|
+
"privacy": "public",
|
|
166395
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
166396
|
+
"description": "Removes an event listener.",
|
|
166397
|
+
"parameters": [
|
|
166398
|
+
{
|
|
166399
|
+
"name": "subscription",
|
|
166400
|
+
"type": "IEventListenerSubscription"
|
|
166401
|
+
}
|
|
166402
|
+
],
|
|
166403
|
+
"return": {
|
|
166404
|
+
"type": "void"
|
|
166405
|
+
},
|
|
166406
|
+
"inheritedFrom": {
|
|
166407
|
+
"name": "CustomElement",
|
|
166408
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166409
|
+
}
|
|
166410
|
+
},
|
|
166411
|
+
{
|
|
166412
|
+
"kind": "method",
|
|
166413
|
+
"name": "emit",
|
|
166414
|
+
"privacy": "public",
|
|
166415
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
166416
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
166417
|
+
"parameters": [
|
|
166418
|
+
{
|
|
166419
|
+
"name": "event",
|
|
166420
|
+
"type": "TEvent"
|
|
166421
|
+
},
|
|
166422
|
+
{
|
|
166423
|
+
"name": "eventInitDict",
|
|
166424
|
+
"type": "CustomEventInit<TDetail>"
|
|
166425
|
+
}
|
|
166426
|
+
],
|
|
166427
|
+
"return": {
|
|
166428
|
+
"type": "boolean"
|
|
166429
|
+
},
|
|
166430
|
+
"inheritedFrom": {
|
|
166431
|
+
"name": "CustomElement",
|
|
166432
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166433
|
+
}
|
|
166434
|
+
},
|
|
166435
|
+
{
|
|
166436
|
+
"kind": "method",
|
|
166437
|
+
"name": "requestUpdate",
|
|
166438
|
+
"privacy": "public",
|
|
166439
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
166440
|
+
"parameters": [
|
|
166441
|
+
{
|
|
166442
|
+
"name": "name",
|
|
166443
|
+
"type": "keyof this"
|
|
166444
|
+
},
|
|
166445
|
+
{
|
|
166446
|
+
"name": "oldValue",
|
|
166447
|
+
"type": "unknown"
|
|
166448
|
+
},
|
|
166449
|
+
{
|
|
166450
|
+
"name": "options",
|
|
166451
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
166452
|
+
}
|
|
166453
|
+
],
|
|
166454
|
+
"return": {
|
|
166455
|
+
"type": "void"
|
|
166456
|
+
},
|
|
166457
|
+
"inheritedFrom": {
|
|
166458
|
+
"name": "CustomElement",
|
|
166459
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166460
|
+
}
|
|
166461
|
+
}
|
|
166462
|
+
],
|
|
166463
|
+
"tagName": "mosaik-dropdown-anchor",
|
|
166464
|
+
"events": [
|
|
166465
|
+
{
|
|
166466
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
166467
|
+
"name": "connected",
|
|
166468
|
+
"inheritedFrom": {
|
|
166469
|
+
"name": "CustomElement",
|
|
166470
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166471
|
+
},
|
|
166472
|
+
"type": "Event"
|
|
166473
|
+
},
|
|
166474
|
+
{
|
|
166475
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
166476
|
+
"name": "disconnected",
|
|
166477
|
+
"inheritedFrom": {
|
|
166478
|
+
"name": "CustomElement",
|
|
166479
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166480
|
+
},
|
|
166481
|
+
"type": "Event"
|
|
166482
|
+
},
|
|
166483
|
+
{
|
|
166484
|
+
"description": "Emitted when any attribute changes before update",
|
|
166485
|
+
"name": "changed",
|
|
166486
|
+
"inheritedFrom": {
|
|
166487
|
+
"name": "CustomElement",
|
|
166488
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166489
|
+
},
|
|
166490
|
+
"type": "Event"
|
|
166491
|
+
}
|
|
166492
|
+
],
|
|
166493
|
+
"slots": [
|
|
166494
|
+
{
|
|
166495
|
+
"description": "The default slot for anchor content.",
|
|
166496
|
+
"name": ""
|
|
166497
|
+
},
|
|
166498
|
+
{
|
|
166499
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
166500
|
+
"name": "style",
|
|
166501
|
+
"inheritedFrom": {
|
|
166502
|
+
"name": "CustomElement",
|
|
166503
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166504
|
+
}
|
|
166505
|
+
}
|
|
166506
|
+
],
|
|
166507
|
+
"attributes": [
|
|
166508
|
+
{
|
|
166509
|
+
"name": "dir",
|
|
166510
|
+
"fieldName": "dir",
|
|
166511
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
166512
|
+
"type": "FlowDirection",
|
|
166513
|
+
"inheritedFrom": {
|
|
166514
|
+
"name": "CustomElement",
|
|
166515
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166516
|
+
}
|
|
166517
|
+
},
|
|
166518
|
+
{
|
|
166519
|
+
"name": "lang",
|
|
166520
|
+
"fieldName": "lang",
|
|
166521
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
166522
|
+
"type": "string",
|
|
166523
|
+
"inheritedFrom": {
|
|
166524
|
+
"name": "CustomElement",
|
|
166525
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166526
|
+
}
|
|
166527
|
+
}
|
|
166528
|
+
]
|
|
166529
|
+
}
|
|
166530
|
+
]
|
|
166531
|
+
},
|
|
166532
|
+
{
|
|
166533
|
+
"path": "./../src/Controls/Components/Primitives/Dropdown/DropdownElement.ts",
|
|
166534
|
+
"exports": [
|
|
166535
|
+
{
|
|
166536
|
+
"kind": "definition",
|
|
166537
|
+
"name": "mosaik-dropdown",
|
|
166538
|
+
"declaration": {
|
|
166539
|
+
"name": "DropdownElement",
|
|
166540
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/DropdownElement.ts"
|
|
166541
|
+
}
|
|
166542
|
+
},
|
|
166543
|
+
{
|
|
166544
|
+
"kind": "class",
|
|
166545
|
+
"superclass": {
|
|
166546
|
+
"name": "CustomElement",
|
|
166547
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166548
|
+
},
|
|
166549
|
+
"mixins": [
|
|
166550
|
+
{
|
|
166551
|
+
"name": "Themeable",
|
|
166552
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166553
|
+
},
|
|
166554
|
+
{
|
|
166555
|
+
"name": "Animatable",
|
|
166556
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
166557
|
+
},
|
|
166558
|
+
{
|
|
166559
|
+
"name": "Disableable",
|
|
166560
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
166561
|
+
}
|
|
166562
|
+
],
|
|
166563
|
+
"description": "Dropdown - A generic anchored floating-content primitive for building dropdowns, popovers, menus, and floating panels.",
|
|
166564
|
+
"name": "DropdownElement",
|
|
166565
|
+
"members": [
|
|
166566
|
+
{
|
|
166567
|
+
"kind": "field",
|
|
166568
|
+
"name": "_anchorId",
|
|
166569
|
+
"privacy": "public",
|
|
166570
|
+
"description": "Gets the unique anchor ID for this instance.",
|
|
166571
|
+
"type": "string"
|
|
166572
|
+
},
|
|
166573
|
+
{
|
|
166574
|
+
"kind": "field",
|
|
166575
|
+
"name": "_panelId",
|
|
166576
|
+
"privacy": "public",
|
|
166577
|
+
"description": "Gets the unique panel ID for this instance.",
|
|
166578
|
+
"type": "string"
|
|
166579
|
+
},
|
|
166580
|
+
{
|
|
166581
|
+
"kind": "field",
|
|
166582
|
+
"name": "_anchorName",
|
|
166583
|
+
"privacy": "public",
|
|
166584
|
+
"description": "Gets the anchor name CSS custom property for CSS Anchor Positioning.",
|
|
166585
|
+
"type": "string"
|
|
166586
|
+
},
|
|
166587
|
+
{
|
|
166588
|
+
"kind": "field",
|
|
166589
|
+
"name": "popupRole",
|
|
166590
|
+
"privacy": "public",
|
|
166591
|
+
"description": "Gets the current popup role based on the hasPopup property.",
|
|
166592
|
+
"type": "string"
|
|
166593
|
+
},
|
|
166594
|
+
{
|
|
166595
|
+
"kind": "field",
|
|
166596
|
+
"name": "isVisible",
|
|
166597
|
+
"privacy": "public",
|
|
166598
|
+
"description": "Gets whether the panel is currently visible.\nThis is separate from `open` to allow exit animations to complete before hiding.",
|
|
166599
|
+
"type": "boolean"
|
|
166600
|
+
},
|
|
166601
|
+
{
|
|
166602
|
+
"kind": "field",
|
|
166603
|
+
"name": "openChanged",
|
|
166604
|
+
"privacy": "public",
|
|
166605
|
+
"description": "Called when the open state changes.",
|
|
166606
|
+
"type": "IEventEmitter<{ open: boolean; reason: DropdownChangeReason; }>"
|
|
166607
|
+
},
|
|
166608
|
+
{
|
|
166609
|
+
"kind": "field",
|
|
166610
|
+
"name": "placement",
|
|
166611
|
+
"privacy": "public",
|
|
166612
|
+
"description": "Gets or sets the `placement` property.",
|
|
166613
|
+
"type": "Placement",
|
|
166614
|
+
"inheritedFrom": {
|
|
166615
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166616
|
+
}
|
|
166617
|
+
},
|
|
166618
|
+
{
|
|
166619
|
+
"kind": "field",
|
|
166620
|
+
"name": "strategy",
|
|
166621
|
+
"privacy": "public",
|
|
166622
|
+
"description": "Gets or sets the `strategy` property.",
|
|
166623
|
+
"type": "Strategy",
|
|
166624
|
+
"inheritedFrom": {
|
|
166625
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166626
|
+
}
|
|
166627
|
+
},
|
|
166628
|
+
{
|
|
166629
|
+
"kind": "field",
|
|
166630
|
+
"name": "offset",
|
|
166631
|
+
"privacy": "public",
|
|
166632
|
+
"description": "Gets or sets the `offset` property.",
|
|
166633
|
+
"type": "number",
|
|
166634
|
+
"inheritedFrom": {
|
|
166635
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166636
|
+
}
|
|
166637
|
+
},
|
|
166638
|
+
{
|
|
166639
|
+
"kind": "field",
|
|
166640
|
+
"name": "skidding",
|
|
166641
|
+
"privacy": "public",
|
|
166642
|
+
"description": "Gets or sets the `skidding` property.",
|
|
166643
|
+
"type": "number",
|
|
166644
|
+
"inheritedFrom": {
|
|
166645
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166646
|
+
}
|
|
166647
|
+
},
|
|
166648
|
+
{
|
|
166649
|
+
"kind": "field",
|
|
166650
|
+
"name": "open",
|
|
166651
|
+
"privacy": "public",
|
|
166652
|
+
"description": "Gets or sets the `open` property.\nSupports both controlled and uncontrolled usage.",
|
|
166653
|
+
"type": "boolean",
|
|
166654
|
+
"inheritedFrom": {
|
|
166655
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166656
|
+
}
|
|
166657
|
+
},
|
|
166658
|
+
{
|
|
166659
|
+
"kind": "field",
|
|
166660
|
+
"name": "trigger",
|
|
166661
|
+
"privacy": "public",
|
|
166662
|
+
"description": "Gets or sets the `trigger` property.",
|
|
166663
|
+
"type": "DropdownTrigger",
|
|
166664
|
+
"inheritedFrom": {
|
|
166665
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166666
|
+
}
|
|
166667
|
+
},
|
|
166668
|
+
{
|
|
166669
|
+
"kind": "field",
|
|
166670
|
+
"name": "closeOnOutsideClick",
|
|
166671
|
+
"privacy": "public",
|
|
166672
|
+
"description": "Gets or sets the `closeOnOutsideClick` property.",
|
|
166673
|
+
"type": "boolean",
|
|
166674
|
+
"inheritedFrom": {
|
|
166675
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166676
|
+
}
|
|
166677
|
+
},
|
|
166678
|
+
{
|
|
166679
|
+
"kind": "field",
|
|
166680
|
+
"name": "closeOnEscape",
|
|
166681
|
+
"privacy": "public",
|
|
166682
|
+
"description": "Gets or sets the `closeOnEscape` property.",
|
|
166683
|
+
"type": "boolean",
|
|
166684
|
+
"inheritedFrom": {
|
|
166685
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166686
|
+
}
|
|
166687
|
+
},
|
|
166688
|
+
{
|
|
166689
|
+
"kind": "field",
|
|
166690
|
+
"name": "closeOnSelect",
|
|
166691
|
+
"privacy": "public",
|
|
166692
|
+
"description": "Gets or sets the `closeOnSelect` property.",
|
|
166693
|
+
"type": "boolean",
|
|
166694
|
+
"inheritedFrom": {
|
|
166695
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166696
|
+
}
|
|
166697
|
+
},
|
|
166698
|
+
{
|
|
166699
|
+
"kind": "field",
|
|
166700
|
+
"name": "restoreFocus",
|
|
166701
|
+
"privacy": "public",
|
|
166702
|
+
"description": "Gets or sets the `restoreFocus` property.",
|
|
166703
|
+
"type": "boolean",
|
|
166704
|
+
"inheritedFrom": {
|
|
166705
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166706
|
+
}
|
|
166707
|
+
},
|
|
166708
|
+
{
|
|
166709
|
+
"kind": "field",
|
|
166710
|
+
"name": "hasPopup",
|
|
166711
|
+
"privacy": "public",
|
|
166712
|
+
"description": "Gets or sets the `hasPopup` property.",
|
|
166713
|
+
"type": "string | undefined",
|
|
166714
|
+
"inheritedFrom": {
|
|
166715
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166716
|
+
}
|
|
166717
|
+
},
|
|
166718
|
+
{
|
|
166719
|
+
"kind": "field",
|
|
166720
|
+
"name": "matchAnchorWidth",
|
|
166721
|
+
"privacy": "public",
|
|
166722
|
+
"description": "Gets or sets the `matchAnchorWidth` property.",
|
|
166723
|
+
"type": "boolean",
|
|
166724
|
+
"inheritedFrom": {
|
|
166725
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166726
|
+
}
|
|
166727
|
+
},
|
|
166728
|
+
{
|
|
166729
|
+
"kind": "field",
|
|
166730
|
+
"name": "maxHeight",
|
|
166731
|
+
"privacy": "public",
|
|
166732
|
+
"description": "Gets or sets the `maxHeight` property.",
|
|
166733
|
+
"type": "CssLength",
|
|
166734
|
+
"inheritedFrom": {
|
|
166735
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166736
|
+
}
|
|
166737
|
+
},
|
|
166738
|
+
{
|
|
166739
|
+
"kind": "field",
|
|
166740
|
+
"name": "height",
|
|
166741
|
+
"privacy": "public",
|
|
166742
|
+
"description": "Gets or sets the `height` property.",
|
|
166743
|
+
"type": "CssLength | undefined",
|
|
166744
|
+
"inheritedFrom": {
|
|
166745
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166746
|
+
}
|
|
166747
|
+
},
|
|
166748
|
+
{
|
|
166749
|
+
"kind": "field",
|
|
166750
|
+
"name": "width",
|
|
166751
|
+
"privacy": "public",
|
|
166752
|
+
"description": "Gets or sets the `width` property.",
|
|
166753
|
+
"type": "CssLength | undefined",
|
|
166754
|
+
"inheritedFrom": {
|
|
166755
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166756
|
+
}
|
|
166757
|
+
},
|
|
166758
|
+
{
|
|
166759
|
+
"kind": "field",
|
|
166760
|
+
"name": "maxWidth",
|
|
166761
|
+
"privacy": "public",
|
|
166762
|
+
"description": "Gets or sets the `maxWidth` property.",
|
|
166763
|
+
"type": "CssLength | undefined",
|
|
166764
|
+
"inheritedFrom": {
|
|
166765
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
166766
|
+
}
|
|
166767
|
+
},
|
|
166768
|
+
{
|
|
166769
|
+
"kind": "field",
|
|
166770
|
+
"name": "dropDownPlacement",
|
|
166771
|
+
"privacy": "public",
|
|
166772
|
+
"description": "Gets or sets the `dropDownPlacement` property.",
|
|
166773
|
+
"type": "Placement",
|
|
166774
|
+
"inheritedFrom": {
|
|
166775
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166776
|
+
}
|
|
166777
|
+
},
|
|
166778
|
+
{
|
|
166779
|
+
"kind": "field",
|
|
166780
|
+
"name": "dropDownStrategy",
|
|
166781
|
+
"privacy": "public",
|
|
166782
|
+
"description": "Gets or sets the `dropDownStrategy` property.",
|
|
166783
|
+
"type": "Strategy",
|
|
166784
|
+
"inheritedFrom": {
|
|
166785
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166786
|
+
}
|
|
166787
|
+
},
|
|
166788
|
+
{
|
|
166789
|
+
"kind": "field",
|
|
166790
|
+
"name": "dropDownDistance",
|
|
166791
|
+
"privacy": "public",
|
|
166792
|
+
"description": "Gets or sets the `dropDownDistance` property.",
|
|
166793
|
+
"type": "number",
|
|
166794
|
+
"inheritedFrom": {
|
|
166795
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166796
|
+
}
|
|
166797
|
+
},
|
|
166798
|
+
{
|
|
166799
|
+
"kind": "field",
|
|
166800
|
+
"name": "dropDownSkidding",
|
|
166801
|
+
"privacy": "public",
|
|
166802
|
+
"description": "Gets or sets the `dropDownSkidding` property.",
|
|
166803
|
+
"type": "number",
|
|
166804
|
+
"inheritedFrom": {
|
|
166805
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166806
|
+
}
|
|
166807
|
+
},
|
|
166808
|
+
{
|
|
166809
|
+
"kind": "field",
|
|
166810
|
+
"name": "dropDownStaysOpen",
|
|
166811
|
+
"privacy": "public",
|
|
166812
|
+
"description": "Gets or sets the `dropDownStaysOpen` property.",
|
|
166813
|
+
"type": "boolean",
|
|
166814
|
+
"inheritedFrom": {
|
|
166815
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166816
|
+
}
|
|
166817
|
+
},
|
|
166818
|
+
{
|
|
166819
|
+
"kind": "field",
|
|
166820
|
+
"name": "dropDownMaxHeight",
|
|
166821
|
+
"privacy": "public",
|
|
166822
|
+
"description": "Gets or sets the `dropDownMaxHeight` property.",
|
|
166823
|
+
"type": "CssLength",
|
|
166824
|
+
"inheritedFrom": {
|
|
166825
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166826
|
+
}
|
|
166827
|
+
},
|
|
166828
|
+
{
|
|
166829
|
+
"kind": "field",
|
|
166830
|
+
"name": "dropDownHeight",
|
|
166831
|
+
"privacy": "public",
|
|
166832
|
+
"description": "Gets or sets the `dropDownHeight` property.",
|
|
166833
|
+
"type": "CssLength | undefined",
|
|
166834
|
+
"inheritedFrom": {
|
|
166835
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166836
|
+
}
|
|
166837
|
+
},
|
|
166838
|
+
{
|
|
166839
|
+
"kind": "field",
|
|
166840
|
+
"name": "dropDownMaxWidth",
|
|
166841
|
+
"privacy": "public",
|
|
166842
|
+
"description": "Gets or sets the `dropDownMaxWidth` property.",
|
|
166843
|
+
"type": "CssLength | undefined",
|
|
166844
|
+
"inheritedFrom": {
|
|
166845
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166846
|
+
}
|
|
166847
|
+
},
|
|
166848
|
+
{
|
|
166849
|
+
"kind": "field",
|
|
166850
|
+
"name": "dropDownWidth",
|
|
166851
|
+
"privacy": "public",
|
|
166852
|
+
"description": "Gets or sets the `dropDownWidth` property.",
|
|
166853
|
+
"type": "CssLength | undefined",
|
|
166854
|
+
"inheritedFrom": {
|
|
166855
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166856
|
+
}
|
|
166857
|
+
},
|
|
166858
|
+
{
|
|
166859
|
+
"kind": "field",
|
|
166860
|
+
"name": "isDropDownOpen",
|
|
166861
|
+
"privacy": "public",
|
|
166862
|
+
"description": "Gets or sets the `isDropDownOpen` property.",
|
|
166863
|
+
"type": "boolean",
|
|
166864
|
+
"inheritedFrom": {
|
|
166865
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
166866
|
+
}
|
|
166867
|
+
},
|
|
166868
|
+
{
|
|
166869
|
+
"kind": "field",
|
|
166870
|
+
"name": "themeName",
|
|
166871
|
+
"privacy": "public",
|
|
166872
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
166873
|
+
"type": "string",
|
|
166874
|
+
"inheritedFrom": {
|
|
166875
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166876
|
+
}
|
|
166877
|
+
},
|
|
166878
|
+
{
|
|
166879
|
+
"kind": "field",
|
|
166880
|
+
"name": "animationTarget",
|
|
166881
|
+
"privacy": "public",
|
|
166882
|
+
"description": "Gets the animation target element.\nAnimations are applied to the panel element.",
|
|
166883
|
+
"type": "HTMLElement",
|
|
166884
|
+
"inheritedFrom": {
|
|
166885
|
+
"name": "Animatable",
|
|
166886
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
166887
|
+
}
|
|
166888
|
+
},
|
|
166889
|
+
{
|
|
166890
|
+
"kind": "field",
|
|
166891
|
+
"name": "enter",
|
|
166892
|
+
"privacy": "public",
|
|
166893
|
+
"description": "The enter animation configuration.\nThe default value is `null` (no animation).",
|
|
166894
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
166895
|
+
"inheritedFrom": {
|
|
166896
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
166897
|
+
}
|
|
166898
|
+
},
|
|
166899
|
+
{
|
|
166900
|
+
"kind": "field",
|
|
166901
|
+
"name": "exit",
|
|
166902
|
+
"privacy": "public",
|
|
166903
|
+
"description": "The exit animation configuration.\nThe default value is `null` (no animation).",
|
|
166904
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
166905
|
+
"inheritedFrom": {
|
|
166906
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
166907
|
+
}
|
|
166908
|
+
},
|
|
166909
|
+
{
|
|
166910
|
+
"kind": "field",
|
|
166911
|
+
"name": "disabled",
|
|
166912
|
+
"privacy": "public",
|
|
166913
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
166914
|
+
"type": "boolean",
|
|
166915
|
+
"inheritedFrom": {
|
|
166916
|
+
"name": "Disableable",
|
|
166917
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
166918
|
+
}
|
|
166919
|
+
},
|
|
166920
|
+
{
|
|
166921
|
+
"kind": "field",
|
|
166922
|
+
"name": "dir",
|
|
166923
|
+
"privacy": "public",
|
|
166924
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
166925
|
+
"type": "FlowDirection",
|
|
166926
|
+
"inheritedFrom": {
|
|
166927
|
+
"name": "CustomElement",
|
|
166928
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166929
|
+
}
|
|
166930
|
+
},
|
|
166931
|
+
{
|
|
166932
|
+
"kind": "field",
|
|
166933
|
+
"name": "lang",
|
|
166934
|
+
"privacy": "public",
|
|
166935
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
166936
|
+
"type": "string",
|
|
166937
|
+
"inheritedFrom": {
|
|
166938
|
+
"name": "CustomElement",
|
|
166939
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166940
|
+
}
|
|
166941
|
+
},
|
|
166942
|
+
{
|
|
166943
|
+
"kind": "field",
|
|
166944
|
+
"name": "connected",
|
|
166945
|
+
"privacy": "public",
|
|
166946
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166947
|
+
"type": "IEventEmitter<void>",
|
|
166948
|
+
"inheritedFrom": {
|
|
166949
|
+
"name": "CustomElement",
|
|
166950
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166951
|
+
}
|
|
166952
|
+
},
|
|
166953
|
+
{
|
|
166954
|
+
"kind": "field",
|
|
166955
|
+
"name": "disconnected",
|
|
166956
|
+
"privacy": "public",
|
|
166957
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166958
|
+
"type": "IEventEmitter<void>",
|
|
166959
|
+
"inheritedFrom": {
|
|
166960
|
+
"name": "CustomElement",
|
|
166961
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166962
|
+
}
|
|
166963
|
+
},
|
|
166964
|
+
{
|
|
166965
|
+
"kind": "field",
|
|
166966
|
+
"name": "changed",
|
|
166967
|
+
"privacy": "public",
|
|
166968
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
166969
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
166970
|
+
"inheritedFrom": {
|
|
166971
|
+
"name": "CustomElement",
|
|
166972
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
166973
|
+
}
|
|
166974
|
+
},
|
|
166975
|
+
{
|
|
166976
|
+
"kind": "method",
|
|
166977
|
+
"name": "openDropdown",
|
|
166978
|
+
"privacy": "public",
|
|
166979
|
+
"type": "(reason?: DropdownChangeReason): void",
|
|
166980
|
+
"description": "Opens the dropdown.",
|
|
166981
|
+
"parameters": [
|
|
166982
|
+
{
|
|
166983
|
+
"name": "reason",
|
|
166984
|
+
"type": "DropdownChangeReason",
|
|
166985
|
+
"description": "The reason for opening."
|
|
166986
|
+
}
|
|
166987
|
+
],
|
|
166988
|
+
"return": {
|
|
166989
|
+
"type": "void"
|
|
166990
|
+
}
|
|
166991
|
+
},
|
|
166992
|
+
{
|
|
166993
|
+
"kind": "method",
|
|
166994
|
+
"name": "closeDropdown",
|
|
166995
|
+
"privacy": "public",
|
|
166996
|
+
"type": "(reason?: DropdownChangeReason): void",
|
|
166997
|
+
"description": "Closes the dropdown.",
|
|
166998
|
+
"parameters": [
|
|
166999
|
+
{
|
|
167000
|
+
"name": "reason",
|
|
167001
|
+
"type": "DropdownChangeReason",
|
|
167002
|
+
"description": "The reason for closing."
|
|
167003
|
+
}
|
|
167004
|
+
],
|
|
167005
|
+
"return": {
|
|
167006
|
+
"type": "void"
|
|
167007
|
+
}
|
|
167008
|
+
},
|
|
167009
|
+
{
|
|
167010
|
+
"kind": "method",
|
|
167011
|
+
"name": "toggleDropdown",
|
|
167012
|
+
"privacy": "public",
|
|
167013
|
+
"type": "(reason?: DropdownChangeReason): void",
|
|
167014
|
+
"description": "Toggles the dropdown.",
|
|
167015
|
+
"parameters": [
|
|
167016
|
+
{
|
|
167017
|
+
"name": "reason",
|
|
167018
|
+
"type": "DropdownChangeReason",
|
|
167019
|
+
"description": "The reason for toggling."
|
|
167020
|
+
}
|
|
167021
|
+
],
|
|
167022
|
+
"return": {
|
|
167023
|
+
"type": "void"
|
|
167024
|
+
}
|
|
167025
|
+
},
|
|
167026
|
+
{
|
|
167027
|
+
"kind": "method",
|
|
167028
|
+
"name": "updatePosition",
|
|
167029
|
+
"privacy": "public",
|
|
167030
|
+
"type": "(): void",
|
|
167031
|
+
"description": "Updates the panel position. With native CSS Anchor Positioning,\nthis is usually not needed but serves as an imperative escape hatch.",
|
|
167032
|
+
"parameters": [],
|
|
167033
|
+
"return": {
|
|
167034
|
+
"type": "void"
|
|
167035
|
+
}
|
|
167036
|
+
},
|
|
167037
|
+
{
|
|
167038
|
+
"kind": "method",
|
|
167039
|
+
"name": "onAnchorSlotChange",
|
|
167040
|
+
"privacy": "public",
|
|
167041
|
+
"type": "(_event: Event): void",
|
|
167042
|
+
"description": "Handles anchor slot changes.",
|
|
167043
|
+
"parameters": [
|
|
167044
|
+
{
|
|
167045
|
+
"name": "_event"
|
|
167046
|
+
}
|
|
167047
|
+
],
|
|
167048
|
+
"return": {
|
|
167049
|
+
"type": "void"
|
|
167050
|
+
}
|
|
167051
|
+
},
|
|
167052
|
+
{
|
|
167053
|
+
"kind": "method",
|
|
167054
|
+
"name": "onPanelSlotChange",
|
|
167055
|
+
"privacy": "public",
|
|
167056
|
+
"type": "(_event: Event): void",
|
|
167057
|
+
"description": "Handles panel slot changes.",
|
|
167058
|
+
"parameters": [
|
|
167059
|
+
{
|
|
167060
|
+
"name": "_event"
|
|
167061
|
+
}
|
|
167062
|
+
],
|
|
167063
|
+
"return": {
|
|
167064
|
+
"type": "void"
|
|
167065
|
+
}
|
|
167066
|
+
},
|
|
167067
|
+
{
|
|
167068
|
+
"kind": "method",
|
|
167069
|
+
"name": "play",
|
|
167070
|
+
"privacy": "public",
|
|
167071
|
+
"type": "(animation: IAnimationReferenceMetadata): Promise<boolean>",
|
|
167072
|
+
"parameters": [
|
|
167073
|
+
{
|
|
167074
|
+
"name": "animation",
|
|
167075
|
+
"type": "IAnimationReferenceMetadata"
|
|
167076
|
+
}
|
|
167077
|
+
],
|
|
167078
|
+
"return": {
|
|
167079
|
+
"type": "Promise<boolean>"
|
|
167080
|
+
},
|
|
167081
|
+
"inheritedFrom": {
|
|
167082
|
+
"name": "Animatable",
|
|
167083
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
167084
|
+
}
|
|
167085
|
+
},
|
|
167086
|
+
{
|
|
167087
|
+
"kind": "method",
|
|
167088
|
+
"name": "adoptStyle",
|
|
167089
|
+
"privacy": "public",
|
|
167090
|
+
"type": "(styles: CSSResultGroup): void",
|
|
167091
|
+
"description": "Adopts the specified styles.",
|
|
167092
|
+
"parameters": [
|
|
167093
|
+
{
|
|
167094
|
+
"name": "styles",
|
|
167095
|
+
"type": "CSSResultGroup",
|
|
167096
|
+
"description": "The styles to adopt."
|
|
167097
|
+
}
|
|
167098
|
+
],
|
|
167099
|
+
"return": {
|
|
167100
|
+
"type": "void"
|
|
167101
|
+
},
|
|
167102
|
+
"inheritedFrom": {
|
|
167103
|
+
"name": "CustomElement",
|
|
167104
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167105
|
+
}
|
|
167106
|
+
},
|
|
167107
|
+
{
|
|
167108
|
+
"kind": "method",
|
|
167109
|
+
"name": "on",
|
|
167110
|
+
"privacy": "public",
|
|
167111
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
167112
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
167113
|
+
"parameters": [
|
|
167114
|
+
{
|
|
167115
|
+
"name": "event",
|
|
167116
|
+
"type": "TEvent"
|
|
167117
|
+
},
|
|
167118
|
+
{
|
|
167119
|
+
"name": "listener",
|
|
167120
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
167121
|
+
},
|
|
167122
|
+
{
|
|
167123
|
+
"name": "options",
|
|
167124
|
+
"type": "boolean | AddEventListenerOptions"
|
|
167125
|
+
}
|
|
167126
|
+
],
|
|
167127
|
+
"return": {
|
|
167128
|
+
"type": "IEventListenerSubscription"
|
|
167129
|
+
},
|
|
167130
|
+
"inheritedFrom": {
|
|
167131
|
+
"name": "CustomElement",
|
|
167132
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167133
|
+
}
|
|
167134
|
+
},
|
|
167135
|
+
{
|
|
167136
|
+
"kind": "method",
|
|
167137
|
+
"name": "off",
|
|
167138
|
+
"privacy": "public",
|
|
167139
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
167140
|
+
"description": "Removes an event listener.",
|
|
167141
|
+
"parameters": [
|
|
167142
|
+
{
|
|
167143
|
+
"name": "subscription",
|
|
167144
|
+
"type": "IEventListenerSubscription"
|
|
167145
|
+
}
|
|
167146
|
+
],
|
|
167147
|
+
"return": {
|
|
167148
|
+
"type": "void"
|
|
167149
|
+
},
|
|
167150
|
+
"inheritedFrom": {
|
|
167151
|
+
"name": "CustomElement",
|
|
167152
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167153
|
+
}
|
|
167154
|
+
},
|
|
167155
|
+
{
|
|
167156
|
+
"kind": "method",
|
|
167157
|
+
"name": "emit",
|
|
167158
|
+
"privacy": "public",
|
|
167159
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
167160
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
167161
|
+
"parameters": [
|
|
167162
|
+
{
|
|
167163
|
+
"name": "event",
|
|
167164
|
+
"type": "TEvent"
|
|
167165
|
+
},
|
|
167166
|
+
{
|
|
167167
|
+
"name": "eventInitDict",
|
|
167168
|
+
"type": "CustomEventInit<TDetail>"
|
|
167169
|
+
}
|
|
167170
|
+
],
|
|
167171
|
+
"return": {
|
|
167172
|
+
"type": "boolean"
|
|
167173
|
+
},
|
|
167174
|
+
"inheritedFrom": {
|
|
167175
|
+
"name": "CustomElement",
|
|
167176
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167177
|
+
}
|
|
167178
|
+
},
|
|
167179
|
+
{
|
|
167180
|
+
"kind": "method",
|
|
167181
|
+
"name": "requestUpdate",
|
|
167182
|
+
"privacy": "public",
|
|
167183
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
167184
|
+
"parameters": [
|
|
167185
|
+
{
|
|
167186
|
+
"name": "name",
|
|
167187
|
+
"type": "keyof this"
|
|
167188
|
+
},
|
|
167189
|
+
{
|
|
167190
|
+
"name": "oldValue",
|
|
167191
|
+
"type": "unknown"
|
|
167192
|
+
},
|
|
167193
|
+
{
|
|
167194
|
+
"name": "options",
|
|
167195
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
167196
|
+
}
|
|
167197
|
+
],
|
|
167198
|
+
"return": {
|
|
167199
|
+
"type": "void"
|
|
167200
|
+
},
|
|
167201
|
+
"inheritedFrom": {
|
|
167202
|
+
"name": "CustomElement",
|
|
167203
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167204
|
+
}
|
|
167205
|
+
}
|
|
167206
|
+
],
|
|
167207
|
+
"tagName": "mosaik-dropdown",
|
|
167208
|
+
"events": [
|
|
167209
|
+
{
|
|
167210
|
+
"description": "Fired when the open state changes.",
|
|
167211
|
+
"name": "openChanged",
|
|
167212
|
+
"type": "CustomEvent"
|
|
167213
|
+
},
|
|
167214
|
+
{
|
|
167215
|
+
"name": "slotchange",
|
|
167216
|
+
"type": "Event"
|
|
167217
|
+
},
|
|
167218
|
+
{
|
|
167219
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
167220
|
+
"name": "connected",
|
|
167221
|
+
"inheritedFrom": {
|
|
167222
|
+
"name": "CustomElement",
|
|
167223
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167224
|
+
},
|
|
167225
|
+
"type": "Event"
|
|
167226
|
+
},
|
|
167227
|
+
{
|
|
167228
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
167229
|
+
"name": "disconnected",
|
|
167230
|
+
"inheritedFrom": {
|
|
167231
|
+
"name": "CustomElement",
|
|
167232
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167233
|
+
},
|
|
167234
|
+
"type": "Event"
|
|
167235
|
+
},
|
|
167236
|
+
{
|
|
167237
|
+
"description": "Emitted when any attribute changes before update",
|
|
167238
|
+
"name": "changed",
|
|
167239
|
+
"inheritedFrom": {
|
|
167240
|
+
"name": "CustomElement",
|
|
167241
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167242
|
+
},
|
|
167243
|
+
"type": "Event"
|
|
167244
|
+
}
|
|
167245
|
+
],
|
|
167246
|
+
"slots": [
|
|
167247
|
+
{
|
|
167248
|
+
"description": "The anchor content that triggers the dropdown.",
|
|
167249
|
+
"name": "anchor"
|
|
167250
|
+
},
|
|
167251
|
+
{
|
|
167252
|
+
"description": "The floating panel content.",
|
|
167253
|
+
"name": "panel"
|
|
167254
|
+
},
|
|
167255
|
+
{
|
|
167256
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
167257
|
+
"name": "style",
|
|
167258
|
+
"inheritedFrom": {
|
|
167259
|
+
"name": "CustomElement",
|
|
167260
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167261
|
+
}
|
|
167262
|
+
}
|
|
167263
|
+
],
|
|
167264
|
+
"attributes": [
|
|
167265
|
+
{
|
|
167266
|
+
"name": "placement",
|
|
167267
|
+
"fieldName": "placement",
|
|
167268
|
+
"description": "Gets or sets the `placement` property.",
|
|
167269
|
+
"type": "Placement",
|
|
167270
|
+
"inheritedFrom": {
|
|
167271
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167272
|
+
}
|
|
167273
|
+
},
|
|
167274
|
+
{
|
|
167275
|
+
"name": "strategy",
|
|
167276
|
+
"fieldName": "strategy",
|
|
167277
|
+
"description": "Gets or sets the `strategy` property.",
|
|
167278
|
+
"type": "Strategy",
|
|
167279
|
+
"inheritedFrom": {
|
|
167280
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167281
|
+
}
|
|
167282
|
+
},
|
|
167283
|
+
{
|
|
167284
|
+
"name": "offset",
|
|
167285
|
+
"fieldName": "offset",
|
|
167286
|
+
"description": "Gets or sets the `offset` property.",
|
|
167287
|
+
"type": "number",
|
|
167288
|
+
"inheritedFrom": {
|
|
167289
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167290
|
+
}
|
|
167291
|
+
},
|
|
167292
|
+
{
|
|
167293
|
+
"name": "skidding",
|
|
167294
|
+
"fieldName": "skidding",
|
|
167295
|
+
"description": "Gets or sets the `skidding` property.",
|
|
167296
|
+
"type": "number",
|
|
167297
|
+
"inheritedFrom": {
|
|
167298
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167299
|
+
}
|
|
167300
|
+
},
|
|
167301
|
+
{
|
|
167302
|
+
"name": "open",
|
|
167303
|
+
"fieldName": "open",
|
|
167304
|
+
"description": "Gets or sets the `open` property.\nSupports both controlled and uncontrolled usage.",
|
|
167305
|
+
"type": "boolean",
|
|
167306
|
+
"inheritedFrom": {
|
|
167307
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167308
|
+
}
|
|
167309
|
+
},
|
|
167310
|
+
{
|
|
167311
|
+
"name": "trigger",
|
|
167312
|
+
"fieldName": "trigger",
|
|
167313
|
+
"description": "Gets or sets the `trigger` property.",
|
|
167314
|
+
"type": "DropdownTrigger",
|
|
167315
|
+
"inheritedFrom": {
|
|
167316
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167317
|
+
}
|
|
167318
|
+
},
|
|
167319
|
+
{
|
|
167320
|
+
"name": "close-on-outside-click",
|
|
167321
|
+
"fieldName": "closeOnOutsideClick",
|
|
167322
|
+
"description": "Gets or sets the `closeOnOutsideClick` property.",
|
|
167323
|
+
"type": "boolean",
|
|
167324
|
+
"inheritedFrom": {
|
|
167325
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167326
|
+
}
|
|
167327
|
+
},
|
|
167328
|
+
{
|
|
167329
|
+
"name": "close-on-escape",
|
|
167330
|
+
"fieldName": "closeOnEscape",
|
|
167331
|
+
"description": "Gets or sets the `closeOnEscape` property.",
|
|
167332
|
+
"type": "boolean",
|
|
167333
|
+
"inheritedFrom": {
|
|
167334
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167335
|
+
}
|
|
167336
|
+
},
|
|
167337
|
+
{
|
|
167338
|
+
"name": "close-on-select",
|
|
167339
|
+
"fieldName": "closeOnSelect",
|
|
167340
|
+
"description": "Gets or sets the `closeOnSelect` property.",
|
|
167341
|
+
"type": "boolean",
|
|
167342
|
+
"inheritedFrom": {
|
|
167343
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167344
|
+
}
|
|
167345
|
+
},
|
|
167346
|
+
{
|
|
167347
|
+
"name": "restore-focus",
|
|
167348
|
+
"fieldName": "restoreFocus",
|
|
167349
|
+
"description": "Gets or sets the `restoreFocus` property.",
|
|
167350
|
+
"type": "boolean",
|
|
167351
|
+
"inheritedFrom": {
|
|
167352
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167353
|
+
}
|
|
167354
|
+
},
|
|
167355
|
+
{
|
|
167356
|
+
"name": "has-popup",
|
|
167357
|
+
"fieldName": "hasPopup",
|
|
167358
|
+
"description": "Gets or sets the `hasPopup` property.",
|
|
167359
|
+
"type": "string | undefined",
|
|
167360
|
+
"inheritedFrom": {
|
|
167361
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167362
|
+
}
|
|
167363
|
+
},
|
|
167364
|
+
{
|
|
167365
|
+
"name": "match-anchor-width",
|
|
167366
|
+
"fieldName": "matchAnchorWidth",
|
|
167367
|
+
"description": "Gets or sets the `matchAnchorWidth` property.",
|
|
167368
|
+
"type": "boolean",
|
|
167369
|
+
"inheritedFrom": {
|
|
167370
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167371
|
+
}
|
|
167372
|
+
},
|
|
167373
|
+
{
|
|
167374
|
+
"name": "max-height",
|
|
167375
|
+
"fieldName": "maxHeight",
|
|
167376
|
+
"description": "Gets or sets the `maxHeight` property.",
|
|
167377
|
+
"type": "CssLength",
|
|
167378
|
+
"inheritedFrom": {
|
|
167379
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167380
|
+
}
|
|
167381
|
+
},
|
|
167382
|
+
{
|
|
167383
|
+
"name": "height",
|
|
167384
|
+
"fieldName": "height",
|
|
167385
|
+
"description": "Gets or sets the `height` property.",
|
|
167386
|
+
"type": "CssLength | undefined",
|
|
167387
|
+
"inheritedFrom": {
|
|
167388
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167389
|
+
}
|
|
167390
|
+
},
|
|
167391
|
+
{
|
|
167392
|
+
"name": "width",
|
|
167393
|
+
"fieldName": "width",
|
|
167394
|
+
"description": "Gets or sets the `width` property.",
|
|
167395
|
+
"type": "CssLength | undefined",
|
|
167396
|
+
"inheritedFrom": {
|
|
167397
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167398
|
+
}
|
|
167399
|
+
},
|
|
167400
|
+
{
|
|
167401
|
+
"name": "max-width",
|
|
167402
|
+
"fieldName": "maxWidth",
|
|
167403
|
+
"description": "Gets or sets the `maxWidth` property.",
|
|
167404
|
+
"type": "CssLength | undefined",
|
|
167405
|
+
"inheritedFrom": {
|
|
167406
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/IDropdownElementProps.ts"
|
|
167407
|
+
}
|
|
167408
|
+
},
|
|
167409
|
+
{
|
|
167410
|
+
"name": "drop-down-placement",
|
|
167411
|
+
"fieldName": "dropDownPlacement",
|
|
167412
|
+
"description": "Gets or sets the `dropDownPlacement` property.",
|
|
167413
|
+
"type": "Placement",
|
|
167414
|
+
"inheritedFrom": {
|
|
167415
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167416
|
+
}
|
|
167417
|
+
},
|
|
167418
|
+
{
|
|
167419
|
+
"name": "drop-down-strategy",
|
|
167420
|
+
"fieldName": "dropDownStrategy",
|
|
167421
|
+
"description": "Gets or sets the `dropDownStrategy` property.",
|
|
167422
|
+
"type": "Strategy",
|
|
167423
|
+
"inheritedFrom": {
|
|
167424
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167425
|
+
}
|
|
167426
|
+
},
|
|
167427
|
+
{
|
|
167428
|
+
"name": "drop-down-distance",
|
|
167429
|
+
"fieldName": "dropDownDistance",
|
|
167430
|
+
"description": "Gets or sets the `dropDownDistance` property.",
|
|
167431
|
+
"type": "number",
|
|
167432
|
+
"inheritedFrom": {
|
|
167433
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167434
|
+
}
|
|
167435
|
+
},
|
|
167436
|
+
{
|
|
167437
|
+
"name": "drop-down-skidding",
|
|
167438
|
+
"fieldName": "dropDownSkidding",
|
|
167439
|
+
"description": "Gets or sets the `dropDownSkidding` property.",
|
|
167440
|
+
"type": "number",
|
|
167441
|
+
"inheritedFrom": {
|
|
167442
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167443
|
+
}
|
|
167444
|
+
},
|
|
167445
|
+
{
|
|
167446
|
+
"name": "drop-down-stays-open",
|
|
167447
|
+
"fieldName": "dropDownStaysOpen",
|
|
167448
|
+
"description": "Gets or sets the `dropDownStaysOpen` property.",
|
|
167449
|
+
"type": "boolean",
|
|
167450
|
+
"inheritedFrom": {
|
|
167451
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167452
|
+
}
|
|
167453
|
+
},
|
|
167454
|
+
{
|
|
167455
|
+
"name": "drop-down-max-height",
|
|
167456
|
+
"fieldName": "dropDownMaxHeight",
|
|
167457
|
+
"description": "Gets or sets the `dropDownMaxHeight` property.",
|
|
167458
|
+
"type": "CssLength",
|
|
167459
|
+
"inheritedFrom": {
|
|
167460
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167461
|
+
}
|
|
167462
|
+
},
|
|
167463
|
+
{
|
|
167464
|
+
"name": "drop-down-height",
|
|
167465
|
+
"fieldName": "dropDownHeight",
|
|
167466
|
+
"description": "Gets or sets the `dropDownHeight` property.",
|
|
167467
|
+
"type": "CssLength | undefined",
|
|
167468
|
+
"inheritedFrom": {
|
|
167469
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167470
|
+
}
|
|
167471
|
+
},
|
|
167472
|
+
{
|
|
167473
|
+
"name": "drop-down-max-width",
|
|
167474
|
+
"fieldName": "dropDownMaxWidth",
|
|
167475
|
+
"description": "Gets or sets the `dropDownMaxWidth` property.",
|
|
167476
|
+
"type": "CssLength | undefined",
|
|
167477
|
+
"inheritedFrom": {
|
|
167478
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167479
|
+
}
|
|
167480
|
+
},
|
|
167481
|
+
{
|
|
167482
|
+
"name": "drop-down-width",
|
|
167483
|
+
"fieldName": "dropDownWidth",
|
|
167484
|
+
"description": "Gets or sets the `dropDownWidth` property.",
|
|
167485
|
+
"type": "CssLength | undefined",
|
|
167486
|
+
"inheritedFrom": {
|
|
167487
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167488
|
+
}
|
|
167489
|
+
},
|
|
167490
|
+
{
|
|
167491
|
+
"name": "is-drop-down-open",
|
|
167492
|
+
"fieldName": "isDropDownOpen",
|
|
167493
|
+
"description": "Gets or sets the `isDropDownOpen` property.",
|
|
167494
|
+
"type": "boolean",
|
|
167495
|
+
"inheritedFrom": {
|
|
167496
|
+
"module": "./../src/Controls/Behaviors/DropDownable.ts"
|
|
167497
|
+
}
|
|
167498
|
+
},
|
|
167499
|
+
{
|
|
167500
|
+
"name": "enter",
|
|
167501
|
+
"fieldName": "enter",
|
|
167502
|
+
"description": "The enter animation configuration.\nThe default value is `null` (no animation).",
|
|
167503
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
167504
|
+
"inheritedFrom": {
|
|
167505
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
167506
|
+
}
|
|
167507
|
+
},
|
|
167508
|
+
{
|
|
167509
|
+
"name": "exit",
|
|
167510
|
+
"fieldName": "exit",
|
|
167511
|
+
"description": "The exit animation configuration.\nThe default value is `null` (no animation).",
|
|
167512
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
167513
|
+
"inheritedFrom": {
|
|
167514
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
167515
|
+
}
|
|
167516
|
+
},
|
|
167517
|
+
{
|
|
167518
|
+
"name": "disabled",
|
|
167519
|
+
"fieldName": "disabled",
|
|
167520
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
167521
|
+
"type": "boolean",
|
|
167522
|
+
"inheritedFrom": {
|
|
167523
|
+
"name": "Disableable",
|
|
167524
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
167525
|
+
}
|
|
167526
|
+
},
|
|
167527
|
+
{
|
|
167528
|
+
"name": "dir",
|
|
167529
|
+
"fieldName": "dir",
|
|
167530
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
167531
|
+
"type": "FlowDirection",
|
|
167532
|
+
"inheritedFrom": {
|
|
167533
|
+
"name": "CustomElement",
|
|
167534
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167535
|
+
}
|
|
167536
|
+
},
|
|
167537
|
+
{
|
|
167538
|
+
"name": "lang",
|
|
167539
|
+
"fieldName": "lang",
|
|
167540
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
167541
|
+
"type": "string",
|
|
167542
|
+
"inheritedFrom": {
|
|
167543
|
+
"name": "CustomElement",
|
|
167544
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167545
|
+
}
|
|
167546
|
+
}
|
|
167547
|
+
],
|
|
167548
|
+
"cssProperties": [
|
|
167549
|
+
{
|
|
167550
|
+
"name": "--dropdown-background-color",
|
|
167551
|
+
"description": "The background color CSS custom property.",
|
|
167552
|
+
"type": "String"
|
|
167553
|
+
},
|
|
167554
|
+
{
|
|
167555
|
+
"name": "--dropdown-border-color",
|
|
167556
|
+
"description": "The border color CSS custom property.",
|
|
167557
|
+
"type": "String"
|
|
167558
|
+
},
|
|
167559
|
+
{
|
|
167560
|
+
"name": "--dropdown-border-radius",
|
|
167561
|
+
"description": "The border radius CSS custom property.",
|
|
167562
|
+
"type": "String"
|
|
167563
|
+
},
|
|
167564
|
+
{
|
|
167565
|
+
"name": "--dropdown-border-style",
|
|
167566
|
+
"description": "The border style CSS custom property.",
|
|
167567
|
+
"type": "String"
|
|
167568
|
+
},
|
|
167569
|
+
{
|
|
167570
|
+
"name": "--dropdown-border-width",
|
|
167571
|
+
"description": "The border width CSS custom property.",
|
|
167572
|
+
"type": "String"
|
|
167573
|
+
},
|
|
167574
|
+
{
|
|
167575
|
+
"name": "--dropdown-font-family",
|
|
167576
|
+
"description": "The font family CSS custom property.",
|
|
167577
|
+
"type": "String"
|
|
167578
|
+
},
|
|
167579
|
+
{
|
|
167580
|
+
"name": "--dropdown-font-letter-spacing",
|
|
167581
|
+
"description": "The font letter spacing CSS custom property.",
|
|
167582
|
+
"type": "String"
|
|
167583
|
+
},
|
|
167584
|
+
{
|
|
167585
|
+
"name": "--dropdown-font-line-height",
|
|
167586
|
+
"description": "The font line height CSS custom property.",
|
|
167587
|
+
"type": "String"
|
|
167588
|
+
},
|
|
167589
|
+
{
|
|
167590
|
+
"name": "--dropdown-font-size",
|
|
167591
|
+
"description": "The font size CSS custom property.",
|
|
167592
|
+
"type": "String"
|
|
167593
|
+
},
|
|
167594
|
+
{
|
|
167595
|
+
"name": "--dropdown-font-text-decoration",
|
|
167596
|
+
"description": "The font text decoration CSS custom property.",
|
|
167597
|
+
"type": "String"
|
|
167598
|
+
},
|
|
167599
|
+
{
|
|
167600
|
+
"name": "--dropdown-font-text-transform",
|
|
167601
|
+
"description": "The font text transform CSS custom property.",
|
|
167602
|
+
"type": "String"
|
|
167603
|
+
},
|
|
167604
|
+
{
|
|
167605
|
+
"name": "--dropdown-font-weight",
|
|
167606
|
+
"description": "The font weight CSS custom property.",
|
|
167607
|
+
"type": "String"
|
|
167608
|
+
},
|
|
167609
|
+
{
|
|
167610
|
+
"name": "--dropdown-foreground-color",
|
|
167611
|
+
"description": "The foreground color CSS custom property.",
|
|
167612
|
+
"type": "String"
|
|
167613
|
+
},
|
|
167614
|
+
{
|
|
167615
|
+
"name": "--dropdown-gap",
|
|
167616
|
+
"description": "The gap CSS custom property.",
|
|
167617
|
+
"type": "String"
|
|
167618
|
+
},
|
|
167619
|
+
{
|
|
167620
|
+
"name": "--dropdown-padding-bottom",
|
|
167621
|
+
"description": "The padding bottom CSS custom property.",
|
|
167622
|
+
"type": "String"
|
|
167623
|
+
},
|
|
167624
|
+
{
|
|
167625
|
+
"name": "--dropdown-padding-left",
|
|
167626
|
+
"description": "The padding left CSS custom property.",
|
|
167627
|
+
"type": "String"
|
|
167628
|
+
},
|
|
167629
|
+
{
|
|
167630
|
+
"name": "--dropdown-padding-right",
|
|
167631
|
+
"description": "The padding right CSS custom property.",
|
|
167632
|
+
"type": "String"
|
|
167633
|
+
},
|
|
167634
|
+
{
|
|
167635
|
+
"name": "--dropdown-padding-top",
|
|
167636
|
+
"description": "The padding top CSS custom property.",
|
|
167637
|
+
"type": "String"
|
|
167638
|
+
},
|
|
167639
|
+
{
|
|
167640
|
+
"name": "--dropdown-panel-background-color",
|
|
167641
|
+
"description": "The background color of the dropdown panel.",
|
|
167642
|
+
"type": "String"
|
|
167643
|
+
},
|
|
167644
|
+
{
|
|
167645
|
+
"name": "--dropdown-panel-border-color",
|
|
167646
|
+
"description": "The border color of the dropdown panel.",
|
|
167647
|
+
"type": "String"
|
|
167648
|
+
},
|
|
167649
|
+
{
|
|
167650
|
+
"name": "--dropdown-panel-border-radius",
|
|
167651
|
+
"description": "The border radius of the dropdown panel.",
|
|
167652
|
+
"type": "String"
|
|
167653
|
+
},
|
|
167654
|
+
{
|
|
167655
|
+
"name": "--dropdown-panel-border-style",
|
|
167656
|
+
"description": "The border style of the dropdown panel.",
|
|
167657
|
+
"type": "String"
|
|
167658
|
+
},
|
|
167659
|
+
{
|
|
167660
|
+
"name": "--dropdown-panel-border-width",
|
|
167661
|
+
"description": "The border width of the dropdown panel.",
|
|
167662
|
+
"type": "String"
|
|
167663
|
+
},
|
|
167664
|
+
{
|
|
167665
|
+
"name": "--dropdown-panel-box-shadow",
|
|
167666
|
+
"description": "The box shadow of the dropdown panel.",
|
|
167667
|
+
"type": "String"
|
|
167668
|
+
},
|
|
167669
|
+
{
|
|
167670
|
+
"name": "--dropdown-panel-max-height",
|
|
167671
|
+
"description": "The max height of the dropdown panel.",
|
|
167672
|
+
"type": "String"
|
|
167673
|
+
},
|
|
167674
|
+
{
|
|
167675
|
+
"name": "--dropdown-panel-offset",
|
|
167676
|
+
"description": "The offset between anchor and panel.",
|
|
167677
|
+
"type": "String"
|
|
167678
|
+
},
|
|
167679
|
+
{
|
|
167680
|
+
"name": "--dropdown-panel-padding",
|
|
167681
|
+
"description": "The padding of the dropdown panel.",
|
|
167682
|
+
"type": "String"
|
|
167683
|
+
},
|
|
167684
|
+
{
|
|
167685
|
+
"name": "--dropdown-panel-z-index",
|
|
167686
|
+
"description": "The z-index of the dropdown panel.",
|
|
167687
|
+
"type": "String"
|
|
167688
|
+
},
|
|
167689
|
+
{
|
|
167690
|
+
"name": "--dropdown-shadow",
|
|
167691
|
+
"description": "The shadow CSS custom property.",
|
|
167692
|
+
"type": "String"
|
|
167693
|
+
},
|
|
167694
|
+
{
|
|
167695
|
+
"name": "--dropdown-shadow-blur",
|
|
167696
|
+
"description": "The shadow blur CSS custom property.",
|
|
167697
|
+
"type": "String"
|
|
167698
|
+
},
|
|
167699
|
+
{
|
|
167700
|
+
"name": "--dropdown-shadow-color",
|
|
167701
|
+
"description": "The shadow color CSS custom property.",
|
|
167702
|
+
"type": "String"
|
|
167703
|
+
},
|
|
167704
|
+
{
|
|
167705
|
+
"name": "--dropdown-shadow-offset-x",
|
|
167706
|
+
"description": "The shadow offset x CSS custom property.",
|
|
167707
|
+
"type": "String"
|
|
167708
|
+
},
|
|
167709
|
+
{
|
|
167710
|
+
"name": "--dropdown-shadow-offset-y",
|
|
167711
|
+
"description": "The shadow offset y CSS custom property.",
|
|
167712
|
+
"type": "String"
|
|
167713
|
+
},
|
|
167714
|
+
{
|
|
167715
|
+
"name": "--dropdown-shadow-spread",
|
|
167716
|
+
"description": "The shadow spread CSS custom property.",
|
|
167717
|
+
"type": "String"
|
|
167718
|
+
},
|
|
167719
|
+
{
|
|
167720
|
+
"name": "--dropdown-transition-duration",
|
|
167721
|
+
"description": "The transition duration CSS custom property.",
|
|
167722
|
+
"type": "String"
|
|
167723
|
+
},
|
|
167724
|
+
{
|
|
167725
|
+
"name": "--dropdown-transition-mode",
|
|
167726
|
+
"description": "The transition mode CSS custom property.",
|
|
167727
|
+
"type": "String"
|
|
167728
|
+
},
|
|
167729
|
+
{
|
|
167730
|
+
"name": "--dropdown-transition-property",
|
|
167731
|
+
"description": "The transition property CSS custom property.",
|
|
167732
|
+
"type": "String"
|
|
167733
|
+
},
|
|
167734
|
+
{
|
|
167735
|
+
"name": "--dropdown-translate",
|
|
167736
|
+
"description": "The translate CSS custom property.",
|
|
167737
|
+
"type": "String"
|
|
167738
|
+
}
|
|
167739
|
+
],
|
|
167740
|
+
"cssParts": [
|
|
167741
|
+
{
|
|
167742
|
+
"name": "anchor",
|
|
167743
|
+
"description": "The anchor wrapper part."
|
|
167744
|
+
},
|
|
167745
|
+
{
|
|
167746
|
+
"name": "panel",
|
|
167747
|
+
"description": "The panel wrapper part."
|
|
167748
|
+
}
|
|
167749
|
+
]
|
|
167750
|
+
}
|
|
167751
|
+
]
|
|
167752
|
+
},
|
|
167753
|
+
{
|
|
167754
|
+
"path": "./../src/Controls/Components/Primitives/Dropdown/DropdownPanelElement.ts",
|
|
167755
|
+
"exports": [
|
|
167756
|
+
{
|
|
167757
|
+
"kind": "definition",
|
|
167758
|
+
"name": "mosaik-dropdown-panel",
|
|
167759
|
+
"declaration": {
|
|
167760
|
+
"name": "DropdownPanelElement",
|
|
167761
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/DropdownPanelElement.ts"
|
|
167762
|
+
}
|
|
167763
|
+
},
|
|
167764
|
+
{
|
|
167765
|
+
"kind": "class",
|
|
167766
|
+
"superclass": {
|
|
167767
|
+
"name": "CustomElement",
|
|
167768
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167769
|
+
},
|
|
167770
|
+
"mixins": [
|
|
167771
|
+
{
|
|
167772
|
+
"name": "Themeable",
|
|
167773
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
167774
|
+
}
|
|
167775
|
+
],
|
|
167776
|
+
"description": "Dropdown Panel - A declarative alias element that projects its children into the panel area of a Dropdown.",
|
|
167777
|
+
"name": "DropdownPanelElement",
|
|
167778
|
+
"members": [
|
|
167779
|
+
{
|
|
167780
|
+
"kind": "field",
|
|
167781
|
+
"name": "themeName",
|
|
167782
|
+
"privacy": "public",
|
|
167783
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
167784
|
+
"type": "string",
|
|
167785
|
+
"inheritedFrom": {
|
|
167786
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
167787
|
+
}
|
|
167788
|
+
},
|
|
167789
|
+
{
|
|
167790
|
+
"kind": "field",
|
|
167791
|
+
"name": "dir",
|
|
167792
|
+
"privacy": "public",
|
|
167793
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
167794
|
+
"type": "FlowDirection",
|
|
167795
|
+
"inheritedFrom": {
|
|
167796
|
+
"name": "CustomElement",
|
|
167797
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167798
|
+
}
|
|
167799
|
+
},
|
|
167800
|
+
{
|
|
167801
|
+
"kind": "field",
|
|
167802
|
+
"name": "lang",
|
|
167803
|
+
"privacy": "public",
|
|
167804
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
167805
|
+
"type": "string",
|
|
167806
|
+
"inheritedFrom": {
|
|
167807
|
+
"name": "CustomElement",
|
|
167808
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167809
|
+
}
|
|
167810
|
+
},
|
|
167811
|
+
{
|
|
167812
|
+
"kind": "field",
|
|
167813
|
+
"name": "connected",
|
|
167814
|
+
"privacy": "public",
|
|
167815
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
167816
|
+
"type": "IEventEmitter<void>",
|
|
167817
|
+
"inheritedFrom": {
|
|
167818
|
+
"name": "CustomElement",
|
|
167819
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167820
|
+
}
|
|
167821
|
+
},
|
|
167822
|
+
{
|
|
167823
|
+
"kind": "field",
|
|
167824
|
+
"name": "disconnected",
|
|
167825
|
+
"privacy": "public",
|
|
167826
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
167827
|
+
"type": "IEventEmitter<void>",
|
|
167828
|
+
"inheritedFrom": {
|
|
167829
|
+
"name": "CustomElement",
|
|
167830
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167831
|
+
}
|
|
167832
|
+
},
|
|
167833
|
+
{
|
|
167834
|
+
"kind": "field",
|
|
167835
|
+
"name": "changed",
|
|
167836
|
+
"privacy": "public",
|
|
167837
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
167838
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
167839
|
+
"inheritedFrom": {
|
|
167840
|
+
"name": "CustomElement",
|
|
167841
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167842
|
+
}
|
|
167843
|
+
},
|
|
167844
|
+
{
|
|
167845
|
+
"kind": "method",
|
|
167846
|
+
"name": "adoptStyle",
|
|
167847
|
+
"privacy": "public",
|
|
167848
|
+
"type": "(styles: CSSResultGroup): void",
|
|
167849
|
+
"description": "Adopts the specified styles.",
|
|
167850
|
+
"parameters": [
|
|
167851
|
+
{
|
|
167852
|
+
"name": "styles",
|
|
167853
|
+
"type": "CSSResultGroup",
|
|
167854
|
+
"description": "The styles to adopt."
|
|
167855
|
+
}
|
|
167856
|
+
],
|
|
167857
|
+
"return": {
|
|
167858
|
+
"type": "void"
|
|
167859
|
+
},
|
|
167860
|
+
"inheritedFrom": {
|
|
167861
|
+
"name": "CustomElement",
|
|
167862
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167863
|
+
}
|
|
167864
|
+
},
|
|
167865
|
+
{
|
|
167866
|
+
"kind": "method",
|
|
167867
|
+
"name": "on",
|
|
167868
|
+
"privacy": "public",
|
|
167869
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
167870
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
167871
|
+
"parameters": [
|
|
167872
|
+
{
|
|
167873
|
+
"name": "event",
|
|
167874
|
+
"type": "TEvent"
|
|
167875
|
+
},
|
|
167876
|
+
{
|
|
167877
|
+
"name": "listener",
|
|
167878
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
167879
|
+
},
|
|
167880
|
+
{
|
|
167881
|
+
"name": "options",
|
|
167882
|
+
"type": "boolean | AddEventListenerOptions"
|
|
167883
|
+
}
|
|
167884
|
+
],
|
|
167885
|
+
"return": {
|
|
167886
|
+
"type": "IEventListenerSubscription"
|
|
167887
|
+
},
|
|
167888
|
+
"inheritedFrom": {
|
|
167889
|
+
"name": "CustomElement",
|
|
167890
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167891
|
+
}
|
|
167892
|
+
},
|
|
167893
|
+
{
|
|
167894
|
+
"kind": "method",
|
|
167895
|
+
"name": "off",
|
|
167896
|
+
"privacy": "public",
|
|
167897
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
167898
|
+
"description": "Removes an event listener.",
|
|
167899
|
+
"parameters": [
|
|
167900
|
+
{
|
|
167901
|
+
"name": "subscription",
|
|
167902
|
+
"type": "IEventListenerSubscription"
|
|
167903
|
+
}
|
|
167904
|
+
],
|
|
167905
|
+
"return": {
|
|
167906
|
+
"type": "void"
|
|
167907
|
+
},
|
|
167908
|
+
"inheritedFrom": {
|
|
167909
|
+
"name": "CustomElement",
|
|
167910
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167911
|
+
}
|
|
167912
|
+
},
|
|
167913
|
+
{
|
|
167914
|
+
"kind": "method",
|
|
167915
|
+
"name": "emit",
|
|
167916
|
+
"privacy": "public",
|
|
167917
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
167918
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
167919
|
+
"parameters": [
|
|
167920
|
+
{
|
|
167921
|
+
"name": "event",
|
|
167922
|
+
"type": "TEvent"
|
|
167923
|
+
},
|
|
167924
|
+
{
|
|
167925
|
+
"name": "eventInitDict",
|
|
167926
|
+
"type": "CustomEventInit<TDetail>"
|
|
167927
|
+
}
|
|
167928
|
+
],
|
|
167929
|
+
"return": {
|
|
167930
|
+
"type": "boolean"
|
|
167931
|
+
},
|
|
167932
|
+
"inheritedFrom": {
|
|
167933
|
+
"name": "CustomElement",
|
|
167934
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167935
|
+
}
|
|
167936
|
+
},
|
|
167937
|
+
{
|
|
167938
|
+
"kind": "method",
|
|
167939
|
+
"name": "requestUpdate",
|
|
167940
|
+
"privacy": "public",
|
|
167941
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
167942
|
+
"parameters": [
|
|
167943
|
+
{
|
|
167944
|
+
"name": "name",
|
|
167945
|
+
"type": "keyof this"
|
|
167946
|
+
},
|
|
167947
|
+
{
|
|
167948
|
+
"name": "oldValue",
|
|
167949
|
+
"type": "unknown"
|
|
167950
|
+
},
|
|
167951
|
+
{
|
|
167952
|
+
"name": "options",
|
|
167953
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
167954
|
+
}
|
|
167955
|
+
],
|
|
167956
|
+
"return": {
|
|
167957
|
+
"type": "void"
|
|
167958
|
+
},
|
|
167959
|
+
"inheritedFrom": {
|
|
167960
|
+
"name": "CustomElement",
|
|
167961
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167962
|
+
}
|
|
167963
|
+
}
|
|
167964
|
+
],
|
|
167965
|
+
"tagName": "mosaik-dropdown-panel",
|
|
167966
|
+
"events": [
|
|
167967
|
+
{
|
|
167968
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
167969
|
+
"name": "connected",
|
|
167970
|
+
"inheritedFrom": {
|
|
167971
|
+
"name": "CustomElement",
|
|
167972
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167973
|
+
},
|
|
167974
|
+
"type": "Event"
|
|
167975
|
+
},
|
|
167976
|
+
{
|
|
167977
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
167978
|
+
"name": "disconnected",
|
|
167979
|
+
"inheritedFrom": {
|
|
167980
|
+
"name": "CustomElement",
|
|
167981
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167982
|
+
},
|
|
167983
|
+
"type": "Event"
|
|
167984
|
+
},
|
|
167985
|
+
{
|
|
167986
|
+
"description": "Emitted when any attribute changes before update",
|
|
167987
|
+
"name": "changed",
|
|
167988
|
+
"inheritedFrom": {
|
|
167989
|
+
"name": "CustomElement",
|
|
167990
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
167991
|
+
},
|
|
167992
|
+
"type": "Event"
|
|
167993
|
+
}
|
|
167994
|
+
],
|
|
167995
|
+
"slots": [
|
|
167996
|
+
{
|
|
167997
|
+
"description": "The default slot for panel content.",
|
|
167998
|
+
"name": ""
|
|
167999
|
+
},
|
|
168000
|
+
{
|
|
168001
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
168002
|
+
"name": "style",
|
|
168003
|
+
"inheritedFrom": {
|
|
168004
|
+
"name": "CustomElement",
|
|
168005
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
168006
|
+
}
|
|
168007
|
+
}
|
|
168008
|
+
],
|
|
168009
|
+
"attributes": [
|
|
168010
|
+
{
|
|
168011
|
+
"name": "dir",
|
|
168012
|
+
"fieldName": "dir",
|
|
168013
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
168014
|
+
"type": "FlowDirection",
|
|
168015
|
+
"inheritedFrom": {
|
|
168016
|
+
"name": "CustomElement",
|
|
168017
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
168018
|
+
}
|
|
168019
|
+
},
|
|
168020
|
+
{
|
|
168021
|
+
"name": "lang",
|
|
168022
|
+
"fieldName": "lang",
|
|
168023
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
168024
|
+
"type": "string",
|
|
168025
|
+
"inheritedFrom": {
|
|
168026
|
+
"name": "CustomElement",
|
|
168027
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
168028
|
+
}
|
|
168029
|
+
}
|
|
168030
|
+
]
|
|
168031
|
+
}
|
|
168032
|
+
]
|
|
168033
|
+
},
|
|
166251
168034
|
{
|
|
166252
168035
|
"path": "./../src/Controls/Components/Primitives/Elevation/ElevationElement.ts",
|
|
166253
168036
|
"exports": [
|