@breadstone/mosaik-elements-foundation 0.1.33 → 0.1.36
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/Intl/ChartElementIntl.d.ts.map +1 -1
- package/Controls/Components/Charts/Intl/ChartElementIntl.js.map +1 -1
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxElement.d.ts +1 -1
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxElement.js +1 -1
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/AutoCompleteBox/intl/AutoCompleteBoxElementIntl.d.ts +39 -0
- package/Controls/Components/Inputs/AutoCompleteBox/intl/AutoCompleteBoxElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/AutoCompleteBox/intl/AutoCompleteBoxElementIntl.js +63 -0
- package/Controls/Components/Inputs/AutoCompleteBox/intl/AutoCompleteBoxElementIntl.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/Intl/CalendarElementIntl.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Intl/CalendarElementIntl.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/Intl/FileUploadElementIntl.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Intl/FileUploadElementIntl.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/Intl/RichTextBoxElementIntl.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Intl/RichTextBoxElementIntl.js.map +1 -1
- 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/Inputs/Scheduler/SchedulerElement.d.ts +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.js +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerInheritanceContext.d.ts +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerInheritanceContext.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.d.ts +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.d.ts +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.js +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/intl/SelectElementIntl.d.ts +31 -0
- package/Controls/Components/Inputs/Select/intl/SelectElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/intl/SelectElementIntl.js +50 -0
- package/Controls/Components/Inputs/Select/intl/SelectElementIntl.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/Intl/ChatElementIntl.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Intl/ChatElementIntl.js.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/Intl/CookiesConsentElementIntl.d.ts.map +1 -1
- package/Controls/Components/Misc/CookieConsent/Intl/CookiesConsentElementIntl.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/Overlays/MessageBox/MessageBoxElement.d.ts +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxElement.js +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxElement.js.map +1 -1
- package/Controls/Components/Overlays/MessageBox/intl/MessageBoxElementIntl.d.ts +47 -0
- package/Controls/Components/Overlays/MessageBox/intl/MessageBoxElementIntl.d.ts.map +1 -0
- package/Controls/Components/Overlays/MessageBox/intl/MessageBoxElementIntl.js +76 -0
- package/Controls/Components/Overlays/MessageBox/intl/MessageBoxElementIntl.js.map +1 -0
- package/Controls/Components/Overlays/Toast/ToastElement.d.ts +10 -13
- package/Controls/Components/Overlays/Toast/ToastElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElement.js +15 -26
- package/Controls/Components/Overlays/Toast/ToastElement.js.map +1 -1
- 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/Components/Primitives/Paginator/PaginatorElement.d.ts +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts +64 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts.map +1 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js +103 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.js +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.js.map +1 -1
- package/Controls/Components/Selectors/Combo/intl/ComboElementIntl.d.ts +23 -0
- package/Controls/Components/Selectors/Combo/intl/ComboElementIntl.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/intl/ComboElementIntl.js +37 -0
- package/Controls/Components/Selectors/Combo/intl/ComboElementIntl.js.map +1 -0
- package/Controls/Components/Selectors/DataTable/DataTableElement.d.ts +13 -1
- package/Controls/Components/Selectors/DataTable/DataTableElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/DataTable/DataTableElement.js +38 -0
- package/Controls/Components/Selectors/DataTable/DataTableElement.js.map +1 -1
- package/Controls/Components/Selectors/List/ListElement.d.ts +1 -1
- package/Controls/Components/Selectors/List/ListElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/List/ListElement.js +1 -1
- package/Controls/Components/Selectors/List/ListElement.js.map +1 -1
- package/Controls/Components/Selectors/List/intl/ListElementIntl.d.ts +31 -0
- package/Controls/Components/Selectors/List/intl/ListElementIntl.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/intl/ListElementIntl.js +50 -0
- package/Controls/Components/Selectors/List/intl/ListElementIntl.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/Intl/DateAgoIntl.d.ts.map +1 -1
- package/Controls/Directives/DateAgo/Intl/DateAgoIntl.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/Intl/TimeAgoIntl.d.ts.map +1 -1
- package/Controls/Directives/TimeAgo/Intl/TimeAgoIntl.js.map +1 -1
- 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/TableEvents.d.ts +35 -0
- package/Controls/events/TableEvents.d.ts.map +1 -1
- package/Controls/events/index.d.ts +2 -2
- package/Controls/events/index.d.ts.map +1 -1
- package/Index.d.ts +23 -2
- package/Index.d.ts.map +1 -1
- package/Index.js +22 -2
- package/Index.js.map +1 -1
- package/custom-elements.json +3122 -1331
- 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/intl/ChartElementIntl.ts",
|
|
14908
14908
|
"exports": [
|
|
14909
14909
|
{
|
|
14910
14910
|
"kind": "class",
|
|
@@ -38601,7 +38601,7 @@
|
|
|
38601
38601
|
]
|
|
38602
38602
|
},
|
|
38603
38603
|
{
|
|
38604
|
-
"path": "./../src/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxElementIntl.ts",
|
|
38604
|
+
"path": "./../src/Controls/Components/Inputs/AutoCompleteBox/intl/AutoCompleteBoxElementIntl.ts",
|
|
38605
38605
|
"exports": [
|
|
38606
38606
|
{
|
|
38607
38607
|
"kind": "class",
|
|
@@ -41917,117 +41917,6 @@
|
|
|
41917
41917
|
}
|
|
41918
41918
|
]
|
|
41919
41919
|
},
|
|
41920
|
-
{
|
|
41921
|
-
"path": "./../src/Controls/Components/Inputs/Calendar/Intl/CalendarElementIntl.ts",
|
|
41922
|
-
"exports": [
|
|
41923
|
-
{
|
|
41924
|
-
"kind": "class",
|
|
41925
|
-
"superclass": {
|
|
41926
|
-
"name": "ElementIntlBase",
|
|
41927
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
41928
|
-
},
|
|
41929
|
-
"description": "The `CalendarElementIntl` class.",
|
|
41930
|
-
"name": "CalendarElementIntl",
|
|
41931
|
-
"members": [
|
|
41932
|
-
{
|
|
41933
|
-
"kind": "field",
|
|
41934
|
-
"name": "todayLabel",
|
|
41935
|
-
"privacy": "public",
|
|
41936
|
-
"description": "A label for today.\nGets or sets the `todayLabel` property.",
|
|
41937
|
-
"type": "string"
|
|
41938
|
-
},
|
|
41939
|
-
{
|
|
41940
|
-
"kind": "field",
|
|
41941
|
-
"name": "weekNumberLabel",
|
|
41942
|
-
"privacy": "public",
|
|
41943
|
-
"description": "A label for the week number.\nGets or sets the `weekNumberLabel` property.",
|
|
41944
|
-
"type": "string"
|
|
41945
|
-
},
|
|
41946
|
-
{
|
|
41947
|
-
"kind": "field",
|
|
41948
|
-
"name": "sundayLabel",
|
|
41949
|
-
"privacy": "public",
|
|
41950
|
-
"description": "A label for Sunday.\nGets or sets the `sundayLabel` property.",
|
|
41951
|
-
"type": "string"
|
|
41952
|
-
},
|
|
41953
|
-
{
|
|
41954
|
-
"kind": "field",
|
|
41955
|
-
"name": "mondayLabel",
|
|
41956
|
-
"privacy": "public",
|
|
41957
|
-
"description": "A label for Monday.\nGets or sets the `mondayLabel` property.",
|
|
41958
|
-
"type": "string"
|
|
41959
|
-
},
|
|
41960
|
-
{
|
|
41961
|
-
"kind": "field",
|
|
41962
|
-
"name": "tuesdayLabel",
|
|
41963
|
-
"privacy": "public",
|
|
41964
|
-
"description": "A label for Tuesday.\nGets or sets the `tuesdayLabel` property.",
|
|
41965
|
-
"type": "string"
|
|
41966
|
-
},
|
|
41967
|
-
{
|
|
41968
|
-
"kind": "field",
|
|
41969
|
-
"name": "wednesdayLabel",
|
|
41970
|
-
"privacy": "public",
|
|
41971
|
-
"description": "A label for Wednesday.\nGets or sets the `wednesdayLabel` property.",
|
|
41972
|
-
"type": "string"
|
|
41973
|
-
},
|
|
41974
|
-
{
|
|
41975
|
-
"kind": "field",
|
|
41976
|
-
"name": "thursdayLabel",
|
|
41977
|
-
"privacy": "public",
|
|
41978
|
-
"description": "A label for Thursday.\nGets or sets the `thursdayLabel` property.",
|
|
41979
|
-
"type": "string"
|
|
41980
|
-
},
|
|
41981
|
-
{
|
|
41982
|
-
"kind": "field",
|
|
41983
|
-
"name": "fridayLabel",
|
|
41984
|
-
"privacy": "public",
|
|
41985
|
-
"description": "A label for Friday.\nGets or sets the `fridayLabel` property.",
|
|
41986
|
-
"type": "string"
|
|
41987
|
-
},
|
|
41988
|
-
{
|
|
41989
|
-
"kind": "field",
|
|
41990
|
-
"name": "saturdayLabel",
|
|
41991
|
-
"privacy": "public",
|
|
41992
|
-
"description": "A label for Saturday.\nGets or sets the `saturdayLabel` property.",
|
|
41993
|
-
"type": "string"
|
|
41994
|
-
},
|
|
41995
|
-
{
|
|
41996
|
-
"kind": "field",
|
|
41997
|
-
"name": "locale",
|
|
41998
|
-
"privacy": "public",
|
|
41999
|
-
"description": "Gets or sets the `locale` property.",
|
|
42000
|
-
"type": "string",
|
|
42001
|
-
"inheritedFrom": {
|
|
42002
|
-
"name": "ElementIntlBase",
|
|
42003
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
42004
|
-
}
|
|
42005
|
-
},
|
|
42006
|
-
{
|
|
42007
|
-
"kind": "field",
|
|
42008
|
-
"name": "changes",
|
|
42009
|
-
"privacy": "public",
|
|
42010
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
42011
|
-
"type": "IEventEmitter<void>",
|
|
42012
|
-
"inheritedFrom": {
|
|
42013
|
-
"name": "ElementIntlBase",
|
|
42014
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
42015
|
-
}
|
|
42016
|
-
},
|
|
42017
|
-
{
|
|
42018
|
-
"kind": "method",
|
|
42019
|
-
"name": "onLocaleChanged",
|
|
42020
|
-
"privacy": "public",
|
|
42021
|
-
"type": "(): void",
|
|
42022
|
-
"parameters": [],
|
|
42023
|
-
"return": {
|
|
42024
|
-
"type": "void"
|
|
42025
|
-
}
|
|
42026
|
-
}
|
|
42027
|
-
]
|
|
42028
|
-
}
|
|
42029
|
-
]
|
|
42030
|
-
},
|
|
42031
41920
|
{
|
|
42032
41921
|
"path": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts",
|
|
42033
41922
|
"exports": [
|
|
@@ -44763,6 +44652,117 @@
|
|
|
44763
44652
|
}
|
|
44764
44653
|
]
|
|
44765
44654
|
},
|
|
44655
|
+
{
|
|
44656
|
+
"path": "./../src/Controls/Components/Inputs/Calendar/intl2/CalendarElementIntl.ts",
|
|
44657
|
+
"exports": [
|
|
44658
|
+
{
|
|
44659
|
+
"kind": "class",
|
|
44660
|
+
"superclass": {
|
|
44661
|
+
"name": "ElementIntlBase",
|
|
44662
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
44663
|
+
},
|
|
44664
|
+
"description": "The `CalendarElementIntl` class.",
|
|
44665
|
+
"name": "CalendarElementIntl",
|
|
44666
|
+
"members": [
|
|
44667
|
+
{
|
|
44668
|
+
"kind": "field",
|
|
44669
|
+
"name": "todayLabel",
|
|
44670
|
+
"privacy": "public",
|
|
44671
|
+
"description": "A label for today.\nGets or sets the `todayLabel` property.",
|
|
44672
|
+
"type": "string"
|
|
44673
|
+
},
|
|
44674
|
+
{
|
|
44675
|
+
"kind": "field",
|
|
44676
|
+
"name": "weekNumberLabel",
|
|
44677
|
+
"privacy": "public",
|
|
44678
|
+
"description": "A label for the week number.\nGets or sets the `weekNumberLabel` property.",
|
|
44679
|
+
"type": "string"
|
|
44680
|
+
},
|
|
44681
|
+
{
|
|
44682
|
+
"kind": "field",
|
|
44683
|
+
"name": "sundayLabel",
|
|
44684
|
+
"privacy": "public",
|
|
44685
|
+
"description": "A label for Sunday.\nGets or sets the `sundayLabel` property.",
|
|
44686
|
+
"type": "string"
|
|
44687
|
+
},
|
|
44688
|
+
{
|
|
44689
|
+
"kind": "field",
|
|
44690
|
+
"name": "mondayLabel",
|
|
44691
|
+
"privacy": "public",
|
|
44692
|
+
"description": "A label for Monday.\nGets or sets the `mondayLabel` property.",
|
|
44693
|
+
"type": "string"
|
|
44694
|
+
},
|
|
44695
|
+
{
|
|
44696
|
+
"kind": "field",
|
|
44697
|
+
"name": "tuesdayLabel",
|
|
44698
|
+
"privacy": "public",
|
|
44699
|
+
"description": "A label for Tuesday.\nGets or sets the `tuesdayLabel` property.",
|
|
44700
|
+
"type": "string"
|
|
44701
|
+
},
|
|
44702
|
+
{
|
|
44703
|
+
"kind": "field",
|
|
44704
|
+
"name": "wednesdayLabel",
|
|
44705
|
+
"privacy": "public",
|
|
44706
|
+
"description": "A label for Wednesday.\nGets or sets the `wednesdayLabel` property.",
|
|
44707
|
+
"type": "string"
|
|
44708
|
+
},
|
|
44709
|
+
{
|
|
44710
|
+
"kind": "field",
|
|
44711
|
+
"name": "thursdayLabel",
|
|
44712
|
+
"privacy": "public",
|
|
44713
|
+
"description": "A label for Thursday.\nGets or sets the `thursdayLabel` property.",
|
|
44714
|
+
"type": "string"
|
|
44715
|
+
},
|
|
44716
|
+
{
|
|
44717
|
+
"kind": "field",
|
|
44718
|
+
"name": "fridayLabel",
|
|
44719
|
+
"privacy": "public",
|
|
44720
|
+
"description": "A label for Friday.\nGets or sets the `fridayLabel` property.",
|
|
44721
|
+
"type": "string"
|
|
44722
|
+
},
|
|
44723
|
+
{
|
|
44724
|
+
"kind": "field",
|
|
44725
|
+
"name": "saturdayLabel",
|
|
44726
|
+
"privacy": "public",
|
|
44727
|
+
"description": "A label for Saturday.\nGets or sets the `saturdayLabel` property.",
|
|
44728
|
+
"type": "string"
|
|
44729
|
+
},
|
|
44730
|
+
{
|
|
44731
|
+
"kind": "field",
|
|
44732
|
+
"name": "locale",
|
|
44733
|
+
"privacy": "public",
|
|
44734
|
+
"description": "Gets or sets the `locale` property.",
|
|
44735
|
+
"type": "string",
|
|
44736
|
+
"inheritedFrom": {
|
|
44737
|
+
"name": "ElementIntlBase",
|
|
44738
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
44739
|
+
}
|
|
44740
|
+
},
|
|
44741
|
+
{
|
|
44742
|
+
"kind": "field",
|
|
44743
|
+
"name": "changes",
|
|
44744
|
+
"privacy": "public",
|
|
44745
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
44746
|
+
"type": "IEventEmitter<void>",
|
|
44747
|
+
"inheritedFrom": {
|
|
44748
|
+
"name": "ElementIntlBase",
|
|
44749
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
44750
|
+
}
|
|
44751
|
+
},
|
|
44752
|
+
{
|
|
44753
|
+
"kind": "method",
|
|
44754
|
+
"name": "onLocaleChanged",
|
|
44755
|
+
"privacy": "public",
|
|
44756
|
+
"type": "(): void",
|
|
44757
|
+
"parameters": [],
|
|
44758
|
+
"return": {
|
|
44759
|
+
"type": "void"
|
|
44760
|
+
}
|
|
44761
|
+
}
|
|
44762
|
+
]
|
|
44763
|
+
}
|
|
44764
|
+
]
|
|
44765
|
+
},
|
|
44766
44766
|
{
|
|
44767
44767
|
"path": "./../src/Controls/Components/Inputs/CheckBox/Accessors/CheckBoxElementValueAccessor.ts",
|
|
44768
44768
|
"exports": [
|
|
@@ -60357,51 +60357,6 @@
|
|
|
60357
60357
|
}
|
|
60358
60358
|
]
|
|
60359
60359
|
},
|
|
60360
|
-
{
|
|
60361
|
-
"path": "./../src/Controls/Components/Inputs/FileUpload/Intl/FileUploadElementIntl.ts",
|
|
60362
|
-
"exports": [
|
|
60363
|
-
{
|
|
60364
|
-
"kind": "class",
|
|
60365
|
-
"superclass": {
|
|
60366
|
-
"name": "ElementIntlBase",
|
|
60367
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60368
|
-
},
|
|
60369
|
-
"description": "The `FileUploadElementIntl` class.",
|
|
60370
|
-
"name": "FileUploadElementIntl",
|
|
60371
|
-
"members": [
|
|
60372
|
-
{
|
|
60373
|
-
"kind": "field",
|
|
60374
|
-
"name": "dropLabel",
|
|
60375
|
-
"privacy": "public",
|
|
60376
|
-
"description": "A label for the drop zone.\nGets or sets the `dropLabel` property.",
|
|
60377
|
-
"type": "string"
|
|
60378
|
-
},
|
|
60379
|
-
{
|
|
60380
|
-
"kind": "field",
|
|
60381
|
-
"name": "locale",
|
|
60382
|
-
"privacy": "public",
|
|
60383
|
-
"description": "Gets or sets the `locale` property.",
|
|
60384
|
-
"type": "string",
|
|
60385
|
-
"inheritedFrom": {
|
|
60386
|
-
"name": "ElementIntlBase",
|
|
60387
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60388
|
-
}
|
|
60389
|
-
},
|
|
60390
|
-
{
|
|
60391
|
-
"kind": "field",
|
|
60392
|
-
"name": "changes",
|
|
60393
|
-
"privacy": "public",
|
|
60394
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
60395
|
-
"type": "IEventEmitter<void>",
|
|
60396
|
-
"inheritedFrom": {
|
|
60397
|
-
"name": "ElementIntlBase",
|
|
60398
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60399
|
-
}
|
|
60400
|
-
}
|
|
60401
|
-
]
|
|
60402
|
-
}
|
|
60403
|
-
]
|
|
60404
|
-
},
|
|
60405
60360
|
{
|
|
60406
60361
|
"path": "./../src/Controls/Components/Inputs/FileUpload/Strategies/Abstracts/UploadStrategyBase.ts",
|
|
60407
60362
|
"exports": [
|
|
@@ -60488,6 +60443,51 @@
|
|
|
60488
60443
|
}
|
|
60489
60444
|
]
|
|
60490
60445
|
},
|
|
60446
|
+
{
|
|
60447
|
+
"path": "./../src/Controls/Components/Inputs/FileUpload/intl2/FileUploadElementIntl.ts",
|
|
60448
|
+
"exports": [
|
|
60449
|
+
{
|
|
60450
|
+
"kind": "class",
|
|
60451
|
+
"superclass": {
|
|
60452
|
+
"name": "ElementIntlBase",
|
|
60453
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60454
|
+
},
|
|
60455
|
+
"description": "The `FileUploadElementIntl` class.",
|
|
60456
|
+
"name": "FileUploadElementIntl",
|
|
60457
|
+
"members": [
|
|
60458
|
+
{
|
|
60459
|
+
"kind": "field",
|
|
60460
|
+
"name": "dropLabel",
|
|
60461
|
+
"privacy": "public",
|
|
60462
|
+
"description": "A label for the drop zone.\nGets or sets the `dropLabel` property.",
|
|
60463
|
+
"type": "string"
|
|
60464
|
+
},
|
|
60465
|
+
{
|
|
60466
|
+
"kind": "field",
|
|
60467
|
+
"name": "locale",
|
|
60468
|
+
"privacy": "public",
|
|
60469
|
+
"description": "Gets or sets the `locale` property.",
|
|
60470
|
+
"type": "string",
|
|
60471
|
+
"inheritedFrom": {
|
|
60472
|
+
"name": "ElementIntlBase",
|
|
60473
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60474
|
+
}
|
|
60475
|
+
},
|
|
60476
|
+
{
|
|
60477
|
+
"kind": "field",
|
|
60478
|
+
"name": "changes",
|
|
60479
|
+
"privacy": "public",
|
|
60480
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
60481
|
+
"type": "IEventEmitter<void>",
|
|
60482
|
+
"inheritedFrom": {
|
|
60483
|
+
"name": "ElementIntlBase",
|
|
60484
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
60485
|
+
}
|
|
60486
|
+
}
|
|
60487
|
+
]
|
|
60488
|
+
}
|
|
60489
|
+
]
|
|
60490
|
+
},
|
|
60491
60491
|
{
|
|
60492
60492
|
"path": "./../src/Controls/Components/Inputs/NumberBox/Accessors/NumberBoxElementValueAccessor.ts",
|
|
60493
60493
|
"exports": [
|
|
@@ -67315,72 +67315,6 @@
|
|
|
67315
67315
|
}
|
|
67316
67316
|
]
|
|
67317
67317
|
},
|
|
67318
|
-
{
|
|
67319
|
-
"path": "./../src/Controls/Components/Inputs/RichTextBox/Intl/RichTextBoxElementIntl.ts",
|
|
67320
|
-
"exports": [
|
|
67321
|
-
{
|
|
67322
|
-
"kind": "class",
|
|
67323
|
-
"superclass": {
|
|
67324
|
-
"name": "ElementIntlBase",
|
|
67325
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
67326
|
-
},
|
|
67327
|
-
"description": "The `RichTextBoxElementIntl` class.",
|
|
67328
|
-
"name": "RichTextBoxElementIntl",
|
|
67329
|
-
"members": [
|
|
67330
|
-
{
|
|
67331
|
-
"kind": "field",
|
|
67332
|
-
"name": "italicLabel",
|
|
67333
|
-
"privacy": "public",
|
|
67334
|
-
"description": "Gets or sets the `italicLabel` property.",
|
|
67335
|
-
"type": "string"
|
|
67336
|
-
},
|
|
67337
|
-
{
|
|
67338
|
-
"kind": "field",
|
|
67339
|
-
"name": "boldLabel",
|
|
67340
|
-
"privacy": "public",
|
|
67341
|
-
"description": "Gets or sets the `boldLabel` property.",
|
|
67342
|
-
"type": "string"
|
|
67343
|
-
},
|
|
67344
|
-
{
|
|
67345
|
-
"kind": "field",
|
|
67346
|
-
"name": "strikethroughLabel",
|
|
67347
|
-
"privacy": "public",
|
|
67348
|
-
"description": "Gets or sets the `strikethroughLabel` property.",
|
|
67349
|
-
"type": "string"
|
|
67350
|
-
},
|
|
67351
|
-
{
|
|
67352
|
-
"kind": "field",
|
|
67353
|
-
"name": "monospaceLabel",
|
|
67354
|
-
"privacy": "public",
|
|
67355
|
-
"description": "Gets or sets the `monospaceLabel` property.",
|
|
67356
|
-
"type": "string"
|
|
67357
|
-
},
|
|
67358
|
-
{
|
|
67359
|
-
"kind": "field",
|
|
67360
|
-
"name": "locale",
|
|
67361
|
-
"privacy": "public",
|
|
67362
|
-
"description": "Gets or sets the `locale` property.",
|
|
67363
|
-
"type": "string",
|
|
67364
|
-
"inheritedFrom": {
|
|
67365
|
-
"name": "ElementIntlBase",
|
|
67366
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
67367
|
-
}
|
|
67368
|
-
},
|
|
67369
|
-
{
|
|
67370
|
-
"kind": "field",
|
|
67371
|
-
"name": "changes",
|
|
67372
|
-
"privacy": "public",
|
|
67373
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
67374
|
-
"type": "IEventEmitter<void>",
|
|
67375
|
-
"inheritedFrom": {
|
|
67376
|
-
"name": "ElementIntlBase",
|
|
67377
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
67378
|
-
}
|
|
67379
|
-
}
|
|
67380
|
-
]
|
|
67381
|
-
}
|
|
67382
|
-
]
|
|
67383
|
-
},
|
|
67384
67318
|
{
|
|
67385
67319
|
"path": "./../src/Controls/Components/Inputs/RichTextBox/RichTextBoxElement.ts",
|
|
67386
67320
|
"exports": [
|
|
@@ -69018,7 +68952,7 @@
|
|
|
69018
68952
|
]
|
|
69019
68953
|
},
|
|
69020
68954
|
{
|
|
69021
|
-
"path": "./../src/Controls/Components/Inputs/
|
|
68955
|
+
"path": "./../src/Controls/Components/Inputs/RichTextBox/intl2/RichTextBoxElementIntl.ts",
|
|
69022
68956
|
"exports": [
|
|
69023
68957
|
{
|
|
69024
68958
|
"kind": "class",
|
|
@@ -69026,35 +68960,35 @@
|
|
|
69026
68960
|
"name": "ElementIntlBase",
|
|
69027
68961
|
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
69028
68962
|
},
|
|
69029
|
-
"description": "The `
|
|
69030
|
-
"name": "
|
|
68963
|
+
"description": "The `RichTextBoxElementIntl` class.",
|
|
68964
|
+
"name": "RichTextBoxElementIntl",
|
|
69031
68965
|
"members": [
|
|
69032
68966
|
{
|
|
69033
68967
|
"kind": "field",
|
|
69034
|
-
"name": "
|
|
68968
|
+
"name": "italicLabel",
|
|
69035
68969
|
"privacy": "public",
|
|
69036
|
-
"description": "
|
|
68970
|
+
"description": "Gets or sets the `italicLabel` property.",
|
|
69037
68971
|
"type": "string"
|
|
69038
68972
|
},
|
|
69039
68973
|
{
|
|
69040
68974
|
"kind": "field",
|
|
69041
|
-
"name": "
|
|
68975
|
+
"name": "boldLabel",
|
|
69042
68976
|
"privacy": "public",
|
|
69043
|
-
"description": "
|
|
68977
|
+
"description": "Gets or sets the `boldLabel` property.",
|
|
69044
68978
|
"type": "string"
|
|
69045
68979
|
},
|
|
69046
68980
|
{
|
|
69047
68981
|
"kind": "field",
|
|
69048
|
-
"name": "
|
|
68982
|
+
"name": "strikethroughLabel",
|
|
69049
68983
|
"privacy": "public",
|
|
69050
|
-
"description": "
|
|
68984
|
+
"description": "Gets or sets the `strikethroughLabel` property.",
|
|
69051
68985
|
"type": "string"
|
|
69052
68986
|
},
|
|
69053
68987
|
{
|
|
69054
68988
|
"kind": "field",
|
|
69055
|
-
"name": "
|
|
68989
|
+
"name": "monospaceLabel",
|
|
69056
68990
|
"privacy": "public",
|
|
69057
|
-
"description": "
|
|
68991
|
+
"description": "Gets or sets the `monospaceLabel` property.",
|
|
69058
68992
|
"type": "string"
|
|
69059
68993
|
},
|
|
69060
68994
|
{
|
|
@@ -73325,6 +73259,72 @@
|
|
|
73325
73259
|
}
|
|
73326
73260
|
]
|
|
73327
73261
|
},
|
|
73262
|
+
{
|
|
73263
|
+
"path": "./../src/Controls/Components/Inputs/Scheduler/intl/SchedulerElementIntl.ts",
|
|
73264
|
+
"exports": [
|
|
73265
|
+
{
|
|
73266
|
+
"kind": "class",
|
|
73267
|
+
"superclass": {
|
|
73268
|
+
"name": "ElementIntlBase",
|
|
73269
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73270
|
+
},
|
|
73271
|
+
"description": "The `SchedulerElementIntl` class.",
|
|
73272
|
+
"name": "SchedulerElementIntl",
|
|
73273
|
+
"members": [
|
|
73274
|
+
{
|
|
73275
|
+
"kind": "field",
|
|
73276
|
+
"name": "allDayLabel",
|
|
73277
|
+
"privacy": "public",
|
|
73278
|
+
"description": "A label for all-day events.\nGets or sets the `allDayLabel` property.",
|
|
73279
|
+
"type": "string"
|
|
73280
|
+
},
|
|
73281
|
+
{
|
|
73282
|
+
"kind": "field",
|
|
73283
|
+
"name": "todayLabel",
|
|
73284
|
+
"privacy": "public",
|
|
73285
|
+
"description": "A label for the button to scroll to the current day.\nGets or sets the `todayLabel` property.",
|
|
73286
|
+
"type": "string"
|
|
73287
|
+
},
|
|
73288
|
+
{
|
|
73289
|
+
"kind": "field",
|
|
73290
|
+
"name": "moreEventsLabel",
|
|
73291
|
+
"privacy": "public",
|
|
73292
|
+
"description": "A label template for showing additional events (e.g., \"+3 more\").\nUse `{0}` as placeholder for the number.\nGets or sets the `moreEventsLabel` property.",
|
|
73293
|
+
"type": "string"
|
|
73294
|
+
},
|
|
73295
|
+
{
|
|
73296
|
+
"kind": "field",
|
|
73297
|
+
"name": "noUpcomingEventsLabel",
|
|
73298
|
+
"privacy": "public",
|
|
73299
|
+
"description": "A label shown when there are no upcoming events in agenda view.\nGets or sets the `noUpcomingEventsLabel` property.",
|
|
73300
|
+
"type": "string"
|
|
73301
|
+
},
|
|
73302
|
+
{
|
|
73303
|
+
"kind": "field",
|
|
73304
|
+
"name": "locale",
|
|
73305
|
+
"privacy": "public",
|
|
73306
|
+
"description": "Gets or sets the `locale` property.",
|
|
73307
|
+
"type": "string",
|
|
73308
|
+
"inheritedFrom": {
|
|
73309
|
+
"name": "ElementIntlBase",
|
|
73310
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73311
|
+
}
|
|
73312
|
+
},
|
|
73313
|
+
{
|
|
73314
|
+
"kind": "field",
|
|
73315
|
+
"name": "changes",
|
|
73316
|
+
"privacy": "public",
|
|
73317
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
73318
|
+
"type": "IEventEmitter<void>",
|
|
73319
|
+
"inheritedFrom": {
|
|
73320
|
+
"name": "ElementIntlBase",
|
|
73321
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73322
|
+
}
|
|
73323
|
+
}
|
|
73324
|
+
]
|
|
73325
|
+
}
|
|
73326
|
+
]
|
|
73327
|
+
},
|
|
73328
73328
|
{
|
|
73329
73329
|
"path": "./../src/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.ts",
|
|
73330
73330
|
"exports": [
|
|
@@ -80347,58 +80347,6 @@
|
|
|
80347
80347
|
}
|
|
80348
80348
|
]
|
|
80349
80349
|
},
|
|
80350
|
-
{
|
|
80351
|
-
"path": "./../src/Controls/Components/Inputs/Select/SelectElementIntl.ts",
|
|
80352
|
-
"exports": [
|
|
80353
|
-
{
|
|
80354
|
-
"kind": "class",
|
|
80355
|
-
"superclass": {
|
|
80356
|
-
"name": "ElementIntlBase",
|
|
80357
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
80358
|
-
},
|
|
80359
|
-
"description": "The `SelectElementIntl` class.",
|
|
80360
|
-
"name": "SelectElementIntl",
|
|
80361
|
-
"members": [
|
|
80362
|
-
{
|
|
80363
|
-
"kind": "field",
|
|
80364
|
-
"name": "empty",
|
|
80365
|
-
"privacy": "public",
|
|
80366
|
-
"description": "Gets or sets the `empty` property.",
|
|
80367
|
-
"type": "string"
|
|
80368
|
-
},
|
|
80369
|
-
{
|
|
80370
|
-
"kind": "field",
|
|
80371
|
-
"name": "filterPlaceholder",
|
|
80372
|
-
"privacy": "public",
|
|
80373
|
-
"description": "Gets or sets the `filterPlaceholder` property.",
|
|
80374
|
-
"type": "string"
|
|
80375
|
-
},
|
|
80376
|
-
{
|
|
80377
|
-
"kind": "field",
|
|
80378
|
-
"name": "locale",
|
|
80379
|
-
"privacy": "public",
|
|
80380
|
-
"description": "Gets or sets the `locale` property.",
|
|
80381
|
-
"type": "string",
|
|
80382
|
-
"inheritedFrom": {
|
|
80383
|
-
"name": "ElementIntlBase",
|
|
80384
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
80385
|
-
}
|
|
80386
|
-
},
|
|
80387
|
-
{
|
|
80388
|
-
"kind": "field",
|
|
80389
|
-
"name": "changes",
|
|
80390
|
-
"privacy": "public",
|
|
80391
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
80392
|
-
"type": "IEventEmitter<void>",
|
|
80393
|
-
"inheritedFrom": {
|
|
80394
|
-
"name": "ElementIntlBase",
|
|
80395
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
80396
|
-
}
|
|
80397
|
-
}
|
|
80398
|
-
]
|
|
80399
|
-
}
|
|
80400
|
-
]
|
|
80401
|
-
},
|
|
80402
80350
|
{
|
|
80403
80351
|
"path": "./../src/Controls/Components/Inputs/Select/SelectItemElement.ts",
|
|
80404
80352
|
"exports": [
|
|
@@ -81708,6 +81656,58 @@
|
|
|
81708
81656
|
}
|
|
81709
81657
|
]
|
|
81710
81658
|
},
|
|
81659
|
+
{
|
|
81660
|
+
"path": "./../src/Controls/Components/Inputs/Select/intl/SelectElementIntl.ts",
|
|
81661
|
+
"exports": [
|
|
81662
|
+
{
|
|
81663
|
+
"kind": "class",
|
|
81664
|
+
"superclass": {
|
|
81665
|
+
"name": "ElementIntlBase",
|
|
81666
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
81667
|
+
},
|
|
81668
|
+
"description": "The `SelectElementIntl` class.",
|
|
81669
|
+
"name": "SelectElementIntl",
|
|
81670
|
+
"members": [
|
|
81671
|
+
{
|
|
81672
|
+
"kind": "field",
|
|
81673
|
+
"name": "empty",
|
|
81674
|
+
"privacy": "public",
|
|
81675
|
+
"description": "Gets or sets the `empty` property.",
|
|
81676
|
+
"type": "string"
|
|
81677
|
+
},
|
|
81678
|
+
{
|
|
81679
|
+
"kind": "field",
|
|
81680
|
+
"name": "filterPlaceholder",
|
|
81681
|
+
"privacy": "public",
|
|
81682
|
+
"description": "Gets or sets the `filterPlaceholder` property.",
|
|
81683
|
+
"type": "string"
|
|
81684
|
+
},
|
|
81685
|
+
{
|
|
81686
|
+
"kind": "field",
|
|
81687
|
+
"name": "locale",
|
|
81688
|
+
"privacy": "public",
|
|
81689
|
+
"description": "Gets or sets the `locale` property.",
|
|
81690
|
+
"type": "string",
|
|
81691
|
+
"inheritedFrom": {
|
|
81692
|
+
"name": "ElementIntlBase",
|
|
81693
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
81694
|
+
}
|
|
81695
|
+
},
|
|
81696
|
+
{
|
|
81697
|
+
"kind": "field",
|
|
81698
|
+
"name": "changes",
|
|
81699
|
+
"privacy": "public",
|
|
81700
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
81701
|
+
"type": "IEventEmitter<void>",
|
|
81702
|
+
"inheritedFrom": {
|
|
81703
|
+
"name": "ElementIntlBase",
|
|
81704
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
81705
|
+
}
|
|
81706
|
+
}
|
|
81707
|
+
]
|
|
81708
|
+
}
|
|
81709
|
+
]
|
|
81710
|
+
},
|
|
81711
81711
|
{
|
|
81712
81712
|
"path": "./../src/Controls/Components/Inputs/SignaturePad/Accessors/SignaturePadElementValueAccessor.ts",
|
|
81713
81713
|
"exports": [
|
|
@@ -116936,51 +116936,6 @@
|
|
|
116936
116936
|
}
|
|
116937
116937
|
]
|
|
116938
116938
|
},
|
|
116939
|
-
{
|
|
116940
|
-
"path": "./../src/Controls/Components/Media/Chat/Intl/ChatElementIntl.ts",
|
|
116941
|
-
"exports": [
|
|
116942
|
-
{
|
|
116943
|
-
"kind": "class",
|
|
116944
|
-
"superclass": {
|
|
116945
|
-
"name": "ElementIntlBase",
|
|
116946
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
116947
|
-
},
|
|
116948
|
-
"description": "The `ChatElementIntl` class.",
|
|
116949
|
-
"name": "ChatElementIntl",
|
|
116950
|
-
"members": [
|
|
116951
|
-
{
|
|
116952
|
-
"kind": "field",
|
|
116953
|
-
"name": "inputPlaceholder",
|
|
116954
|
-
"privacy": "public",
|
|
116955
|
-
"description": "A placeholder for the chat input.",
|
|
116956
|
-
"type": "string"
|
|
116957
|
-
},
|
|
116958
|
-
{
|
|
116959
|
-
"kind": "field",
|
|
116960
|
-
"name": "locale",
|
|
116961
|
-
"privacy": "public",
|
|
116962
|
-
"description": "Gets or sets the `locale` property.",
|
|
116963
|
-
"type": "string",
|
|
116964
|
-
"inheritedFrom": {
|
|
116965
|
-
"name": "ElementIntlBase",
|
|
116966
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
116967
|
-
}
|
|
116968
|
-
},
|
|
116969
|
-
{
|
|
116970
|
-
"kind": "field",
|
|
116971
|
-
"name": "changes",
|
|
116972
|
-
"privacy": "public",
|
|
116973
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
116974
|
-
"type": "IEventEmitter<void>",
|
|
116975
|
-
"inheritedFrom": {
|
|
116976
|
-
"name": "ElementIntlBase",
|
|
116977
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
116978
|
-
}
|
|
116979
|
-
}
|
|
116980
|
-
]
|
|
116981
|
-
}
|
|
116982
|
-
]
|
|
116983
|
-
},
|
|
116984
116939
|
{
|
|
116985
116940
|
"path": "./../src/Controls/Components/Media/Chat/Models/IChatReaction.ts",
|
|
116986
116941
|
"exports": [
|
|
@@ -118607,6 +118562,51 @@
|
|
|
118607
118562
|
}
|
|
118608
118563
|
]
|
|
118609
118564
|
},
|
|
118565
|
+
{
|
|
118566
|
+
"path": "./../src/Controls/Components/Media/Chat/intl2/ChatElementIntl.ts",
|
|
118567
|
+
"exports": [
|
|
118568
|
+
{
|
|
118569
|
+
"kind": "class",
|
|
118570
|
+
"superclass": {
|
|
118571
|
+
"name": "ElementIntlBase",
|
|
118572
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
118573
|
+
},
|
|
118574
|
+
"description": "The `ChatElementIntl` class.",
|
|
118575
|
+
"name": "ChatElementIntl",
|
|
118576
|
+
"members": [
|
|
118577
|
+
{
|
|
118578
|
+
"kind": "field",
|
|
118579
|
+
"name": "inputPlaceholder",
|
|
118580
|
+
"privacy": "public",
|
|
118581
|
+
"description": "A placeholder for the chat input.",
|
|
118582
|
+
"type": "string"
|
|
118583
|
+
},
|
|
118584
|
+
{
|
|
118585
|
+
"kind": "field",
|
|
118586
|
+
"name": "locale",
|
|
118587
|
+
"privacy": "public",
|
|
118588
|
+
"description": "Gets or sets the `locale` property.",
|
|
118589
|
+
"type": "string",
|
|
118590
|
+
"inheritedFrom": {
|
|
118591
|
+
"name": "ElementIntlBase",
|
|
118592
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
118593
|
+
}
|
|
118594
|
+
},
|
|
118595
|
+
{
|
|
118596
|
+
"kind": "field",
|
|
118597
|
+
"name": "changes",
|
|
118598
|
+
"privacy": "public",
|
|
118599
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
118600
|
+
"type": "IEventEmitter<void>",
|
|
118601
|
+
"inheritedFrom": {
|
|
118602
|
+
"name": "ElementIntlBase",
|
|
118603
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
118604
|
+
}
|
|
118605
|
+
}
|
|
118606
|
+
]
|
|
118607
|
+
}
|
|
118608
|
+
]
|
|
118609
|
+
},
|
|
118610
118610
|
{
|
|
118611
118611
|
"path": "./../src/Controls/Components/Media/Chip/Accessors/ChipGroupElementValueAccessor.ts",
|
|
118612
118612
|
"exports": [
|
|
@@ -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",
|
|
@@ -151951,7 +151951,71 @@
|
|
|
151951
151951
|
]
|
|
151952
151952
|
},
|
|
151953
151953
|
{
|
|
151954
|
-
"path": "./../src/Controls/Components/Overlays/MessageBox/
|
|
151954
|
+
"path": "./../src/Controls/Components/Overlays/MessageBox/MessageBoxService.ts",
|
|
151955
|
+
"exports": [
|
|
151956
|
+
{
|
|
151957
|
+
"kind": "class",
|
|
151958
|
+
"description": "Service for managing the display and behavior of message box elements.\nProvides methods to open and close message box elements within a portal structure.\n\nUses a singleton pattern with static configuration.",
|
|
151959
|
+
"name": "MessageBoxService",
|
|
151960
|
+
"members": [
|
|
151961
|
+
{
|
|
151962
|
+
"kind": "method",
|
|
151963
|
+
"name": "open",
|
|
151964
|
+
"privacy": "public",
|
|
151965
|
+
"type": "(messageBoxId: string, options?: IMessageBoxOptions | undefined): Promise<MessageBoxResult>",
|
|
151966
|
+
"description": "Opens a message box within a portal.",
|
|
151967
|
+
"parameters": [
|
|
151968
|
+
{
|
|
151969
|
+
"name": "messageBoxId",
|
|
151970
|
+
"type": "string",
|
|
151971
|
+
"description": "Unique identifier for the message box instance."
|
|
151972
|
+
},
|
|
151973
|
+
{
|
|
151974
|
+
"name": "options",
|
|
151975
|
+
"type": "IMessageBoxOptions",
|
|
151976
|
+
"description": "Properties for portal and message box."
|
|
151977
|
+
}
|
|
151978
|
+
],
|
|
151979
|
+
"return": {
|
|
151980
|
+
"description": "A promise resolving with the result of the message box.",
|
|
151981
|
+
"type": "Promise<MessageBoxResult>"
|
|
151982
|
+
}
|
|
151983
|
+
},
|
|
151984
|
+
{
|
|
151985
|
+
"kind": "method",
|
|
151986
|
+
"name": "close",
|
|
151987
|
+
"privacy": "public",
|
|
151988
|
+
"type": "(messageBoxId: string): Promise<void>",
|
|
151989
|
+
"description": "Closes the message box and optionally removes it from the DOM.",
|
|
151990
|
+
"parameters": [
|
|
151991
|
+
{
|
|
151992
|
+
"name": "messageBoxId",
|
|
151993
|
+
"type": "string",
|
|
151994
|
+
"description": "Unique identifier for the message box instance."
|
|
151995
|
+
}
|
|
151996
|
+
],
|
|
151997
|
+
"return": {
|
|
151998
|
+
"description": "A promise resolving once the message box is fully closed.",
|
|
151999
|
+
"type": "Promise<void>"
|
|
152000
|
+
}
|
|
152001
|
+
},
|
|
152002
|
+
{
|
|
152003
|
+
"kind": "method",
|
|
152004
|
+
"name": "dispose",
|
|
152005
|
+
"privacy": "public",
|
|
152006
|
+
"type": "(): void",
|
|
152007
|
+
"description": "Disposes of the service and cleans up resources.",
|
|
152008
|
+
"parameters": [],
|
|
152009
|
+
"return": {
|
|
152010
|
+
"type": "void"
|
|
152011
|
+
}
|
|
152012
|
+
}
|
|
152013
|
+
]
|
|
152014
|
+
}
|
|
152015
|
+
]
|
|
152016
|
+
},
|
|
152017
|
+
{
|
|
152018
|
+
"path": "./../src/Controls/Components/Overlays/MessageBox/intl/MessageBoxElementIntl.ts",
|
|
151955
152019
|
"exports": [
|
|
151956
152020
|
{
|
|
151957
152021
|
"kind": "class",
|
|
@@ -152016,70 +152080,6 @@
|
|
|
152016
152080
|
}
|
|
152017
152081
|
]
|
|
152018
152082
|
},
|
|
152019
|
-
{
|
|
152020
|
-
"path": "./../src/Controls/Components/Overlays/MessageBox/MessageBoxService.ts",
|
|
152021
|
-
"exports": [
|
|
152022
|
-
{
|
|
152023
|
-
"kind": "class",
|
|
152024
|
-
"description": "Service for managing the display and behavior of message box elements.\nProvides methods to open and close message box elements within a portal structure.\n\nUses a singleton pattern with static configuration.",
|
|
152025
|
-
"name": "MessageBoxService",
|
|
152026
|
-
"members": [
|
|
152027
|
-
{
|
|
152028
|
-
"kind": "method",
|
|
152029
|
-
"name": "open",
|
|
152030
|
-
"privacy": "public",
|
|
152031
|
-
"type": "(messageBoxId: string, options?: IMessageBoxOptions | undefined): Promise<MessageBoxResult>",
|
|
152032
|
-
"description": "Opens a message box within a portal.",
|
|
152033
|
-
"parameters": [
|
|
152034
|
-
{
|
|
152035
|
-
"name": "messageBoxId",
|
|
152036
|
-
"type": "string",
|
|
152037
|
-
"description": "Unique identifier for the message box instance."
|
|
152038
|
-
},
|
|
152039
|
-
{
|
|
152040
|
-
"name": "options",
|
|
152041
|
-
"type": "IMessageBoxOptions",
|
|
152042
|
-
"description": "Properties for portal and message box."
|
|
152043
|
-
}
|
|
152044
|
-
],
|
|
152045
|
-
"return": {
|
|
152046
|
-
"description": "A promise resolving with the result of the message box.",
|
|
152047
|
-
"type": "Promise<MessageBoxResult>"
|
|
152048
|
-
}
|
|
152049
|
-
},
|
|
152050
|
-
{
|
|
152051
|
-
"kind": "method",
|
|
152052
|
-
"name": "close",
|
|
152053
|
-
"privacy": "public",
|
|
152054
|
-
"type": "(messageBoxId: string): Promise<void>",
|
|
152055
|
-
"description": "Closes the message box and optionally removes it from the DOM.",
|
|
152056
|
-
"parameters": [
|
|
152057
|
-
{
|
|
152058
|
-
"name": "messageBoxId",
|
|
152059
|
-
"type": "string",
|
|
152060
|
-
"description": "Unique identifier for the message box instance."
|
|
152061
|
-
}
|
|
152062
|
-
],
|
|
152063
|
-
"return": {
|
|
152064
|
-
"description": "A promise resolving once the message box is fully closed.",
|
|
152065
|
-
"type": "Promise<void>"
|
|
152066
|
-
}
|
|
152067
|
-
},
|
|
152068
|
-
{
|
|
152069
|
-
"kind": "method",
|
|
152070
|
-
"name": "dispose",
|
|
152071
|
-
"privacy": "public",
|
|
152072
|
-
"type": "(): void",
|
|
152073
|
-
"description": "Disposes of the service and cleans up resources.",
|
|
152074
|
-
"parameters": [],
|
|
152075
|
-
"return": {
|
|
152076
|
-
"type": "void"
|
|
152077
|
-
}
|
|
152078
|
-
}
|
|
152079
|
-
]
|
|
152080
|
-
}
|
|
152081
|
-
]
|
|
152082
|
-
},
|
|
152083
152083
|
{
|
|
152084
152084
|
"path": "./../src/Controls/Components/Overlays/Sheet/SheetContentElement.ts",
|
|
152085
152085
|
"exports": [
|
|
@@ -156233,6 +156233,17 @@
|
|
|
156233
156233
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
156234
156234
|
}
|
|
156235
156235
|
},
|
|
156236
|
+
{
|
|
156237
|
+
"kind": "method",
|
|
156238
|
+
"name": "open",
|
|
156239
|
+
"privacy": "public",
|
|
156240
|
+
"type": "(): Promise<void>",
|
|
156241
|
+
"description": "Opens the `ToastElement`.",
|
|
156242
|
+
"parameters": [],
|
|
156243
|
+
"return": {
|
|
156244
|
+
"type": "Promise<void>"
|
|
156245
|
+
}
|
|
156246
|
+
},
|
|
156236
156247
|
{
|
|
156237
156248
|
"kind": "method",
|
|
156238
156249
|
"name": "close",
|
|
@@ -156283,21 +156294,6 @@
|
|
|
156283
156294
|
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
156284
156295
|
}
|
|
156285
156296
|
},
|
|
156286
|
-
{
|
|
156287
|
-
"kind": "method",
|
|
156288
|
-
"name": "open",
|
|
156289
|
-
"privacy": "public",
|
|
156290
|
-
"type": "(): Promise<void>",
|
|
156291
|
-
"description": "Opens the `OverlayElement`.",
|
|
156292
|
-
"parameters": [],
|
|
156293
|
-
"return": {
|
|
156294
|
-
"type": "Promise<void>"
|
|
156295
|
-
},
|
|
156296
|
-
"inheritedFrom": {
|
|
156297
|
-
"name": "OverlayElement",
|
|
156298
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
156299
|
-
}
|
|
156300
|
-
},
|
|
156301
156297
|
{
|
|
156302
156298
|
"kind": "method",
|
|
156303
156299
|
"name": "adoptStyle",
|
|
@@ -166253,14 +166249,14 @@
|
|
|
166253
166249
|
]
|
|
166254
166250
|
},
|
|
166255
166251
|
{
|
|
166256
|
-
"path": "./../src/Controls/Components/Primitives/
|
|
166252
|
+
"path": "./../src/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.ts",
|
|
166257
166253
|
"exports": [
|
|
166258
166254
|
{
|
|
166259
166255
|
"kind": "definition",
|
|
166260
|
-
"name": "mosaik-
|
|
166256
|
+
"name": "mosaik-dropdown-anchor",
|
|
166261
166257
|
"declaration": {
|
|
166262
|
-
"name": "
|
|
166263
|
-
"module": "./../src/Controls/Components/Primitives/
|
|
166258
|
+
"name": "DropdownAnchorElement",
|
|
166259
|
+
"module": "./../src/Controls/Components/Primitives/Dropdown/DropdownAnchorElement.ts"
|
|
166264
166260
|
}
|
|
166265
166261
|
},
|
|
166266
166262
|
{
|
|
@@ -166273,30 +166269,11 @@
|
|
|
166273
166269
|
{
|
|
166274
166270
|
"name": "Themeable",
|
|
166275
166271
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166276
|
-
},
|
|
166277
|
-
{
|
|
166278
|
-
"name": "Disableable",
|
|
166279
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
166280
|
-
},
|
|
166281
|
-
{
|
|
166282
|
-
"name": "Attachable",
|
|
166283
|
-
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
166284
166272
|
}
|
|
166285
166273
|
],
|
|
166286
|
-
"description": "
|
|
166287
|
-
"name": "
|
|
166274
|
+
"description": "Dropdown Anchor - A declarative alias element that projects its children into the anchor area of a Dropdown.",
|
|
166275
|
+
"name": "DropdownAnchorElement",
|
|
166288
166276
|
"members": [
|
|
166289
|
-
{
|
|
166290
|
-
"kind": "field",
|
|
166291
|
-
"name": "weigh",
|
|
166292
|
-
"privacy": "public",
|
|
166293
|
-
"description": "Gets or sets the `weigh` property.",
|
|
166294
|
-
"type": "ElevationWeight",
|
|
166295
|
-
"inheritedFrom": {
|
|
166296
|
-
"name": "IElevationElementProps",
|
|
166297
|
-
"module": "./../src/Controls/Components/Primitives/Elevation/IElevationElementProps.ts"
|
|
166298
|
-
}
|
|
166299
|
-
},
|
|
166300
166277
|
{
|
|
166301
166278
|
"kind": "field",
|
|
166302
166279
|
"name": "themeName",
|
|
@@ -166307,39 +166284,1841 @@
|
|
|
166307
166284
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
166308
166285
|
}
|
|
166309
166286
|
},
|
|
166310
|
-
{
|
|
166311
|
-
"kind": "field",
|
|
166312
|
-
"name": "
|
|
166313
|
-
"privacy": "public",
|
|
166314
|
-
"description": "The
|
|
166315
|
-
"type": "
|
|
166316
|
-
"inheritedFrom": {
|
|
166317
|
-
"name": "
|
|
166318
|
-
"module": "./../src/Controls/
|
|
166319
|
-
}
|
|
166320
|
-
},
|
|
166321
|
-
{
|
|
166322
|
-
"kind": "field",
|
|
166323
|
-
"name": "
|
|
166324
|
-
"privacy": "public",
|
|
166325
|
-
"description": "
|
|
166326
|
-
"type": "string
|
|
166327
|
-
"inheritedFrom": {
|
|
166328
|
-
"name": "
|
|
166329
|
-
"module": "./../src/Controls/
|
|
166330
|
-
}
|
|
166331
|
-
},
|
|
166332
|
-
{
|
|
166333
|
-
"kind": "field",
|
|
166334
|
-
"name": "
|
|
166335
|
-
"privacy": "public",
|
|
166336
|
-
"description": "
|
|
166337
|
-
"type": "
|
|
166338
|
-
"inheritedFrom": {
|
|
166339
|
-
"name": "
|
|
166340
|
-
"module": "./../src/Controls/
|
|
166341
|
-
}
|
|
166342
|
-
},
|
|
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
|
+
},
|
|
168034
|
+
{
|
|
168035
|
+
"path": "./../src/Controls/Components/Primitives/Elevation/ElevationElement.ts",
|
|
168036
|
+
"exports": [
|
|
168037
|
+
{
|
|
168038
|
+
"kind": "definition",
|
|
168039
|
+
"name": "mosaik-elevation",
|
|
168040
|
+
"declaration": {
|
|
168041
|
+
"name": "ElevationElement",
|
|
168042
|
+
"module": "./../src/Controls/Components/Primitives/Elevation/ElevationElement.ts"
|
|
168043
|
+
}
|
|
168044
|
+
},
|
|
168045
|
+
{
|
|
168046
|
+
"kind": "class",
|
|
168047
|
+
"superclass": {
|
|
168048
|
+
"name": "CustomElement",
|
|
168049
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
168050
|
+
},
|
|
168051
|
+
"mixins": [
|
|
168052
|
+
{
|
|
168053
|
+
"name": "Themeable",
|
|
168054
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
168055
|
+
},
|
|
168056
|
+
{
|
|
168057
|
+
"name": "Disableable",
|
|
168058
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
168059
|
+
},
|
|
168060
|
+
{
|
|
168061
|
+
"name": "Attachable",
|
|
168062
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
168063
|
+
}
|
|
168064
|
+
],
|
|
168065
|
+
"description": "Elevation - A visual effect indicating the depth of an element relative to its surroundings.",
|
|
168066
|
+
"name": "ElevationElement",
|
|
168067
|
+
"members": [
|
|
168068
|
+
{
|
|
168069
|
+
"kind": "field",
|
|
168070
|
+
"name": "weigh",
|
|
168071
|
+
"privacy": "public",
|
|
168072
|
+
"description": "Gets or sets the `weigh` property.",
|
|
168073
|
+
"type": "ElevationWeight",
|
|
168074
|
+
"inheritedFrom": {
|
|
168075
|
+
"name": "IElevationElementProps",
|
|
168076
|
+
"module": "./../src/Controls/Components/Primitives/Elevation/IElevationElementProps.ts"
|
|
168077
|
+
}
|
|
168078
|
+
},
|
|
168079
|
+
{
|
|
168080
|
+
"kind": "field",
|
|
168081
|
+
"name": "themeName",
|
|
168082
|
+
"privacy": "public",
|
|
168083
|
+
"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.",
|
|
168084
|
+
"type": "string",
|
|
168085
|
+
"inheritedFrom": {
|
|
168086
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
168087
|
+
}
|
|
168088
|
+
},
|
|
168089
|
+
{
|
|
168090
|
+
"kind": "field",
|
|
168091
|
+
"name": "disabled",
|
|
168092
|
+
"privacy": "public",
|
|
168093
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
168094
|
+
"type": "boolean",
|
|
168095
|
+
"inheritedFrom": {
|
|
168096
|
+
"name": "Disableable",
|
|
168097
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
168098
|
+
}
|
|
168099
|
+
},
|
|
168100
|
+
{
|
|
168101
|
+
"kind": "field",
|
|
168102
|
+
"name": "for",
|
|
168103
|
+
"privacy": "public",
|
|
168104
|
+
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
168105
|
+
"type": "string | null",
|
|
168106
|
+
"inheritedFrom": {
|
|
168107
|
+
"name": "Attachable",
|
|
168108
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
168109
|
+
}
|
|
168110
|
+
},
|
|
168111
|
+
{
|
|
168112
|
+
"kind": "field",
|
|
168113
|
+
"name": "control",
|
|
168114
|
+
"privacy": "public",
|
|
168115
|
+
"description": "The element that controls the visibility of the attachable element. It is\none of:\n\n- The control referenced by the `for` attribute.\n- The control provided to `element.attach(control)`\n- The element's parent.\n- `null` if the element is not controlled.",
|
|
168116
|
+
"type": "HTMLElement | null",
|
|
168117
|
+
"inheritedFrom": {
|
|
168118
|
+
"name": "Attachable",
|
|
168119
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
168120
|
+
}
|
|
168121
|
+
},
|
|
166343
168122
|
{
|
|
166344
168123
|
"kind": "field",
|
|
166345
168124
|
"name": "dir",
|
|
@@ -178420,7 +180199,7 @@
|
|
|
178420
180199
|
]
|
|
178421
180200
|
},
|
|
178422
180201
|
{
|
|
178423
|
-
"path": "./../src/Controls/Components/Primitives/Paginator/PaginatorElementIntl.ts",
|
|
180202
|
+
"path": "./../src/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.ts",
|
|
178424
180203
|
"exports": [
|
|
178425
180204
|
{
|
|
178426
180205
|
"kind": "class",
|
|
@@ -208203,7 +209982,813 @@
|
|
|
208203
209982
|
]
|
|
208204
209983
|
},
|
|
208205
209984
|
{
|
|
208206
|
-
"path": "./../src/Controls/Components/Selectors/Combo/
|
|
209985
|
+
"path": "./../src/Controls/Components/Selectors/Combo/ComboItemElement.ts",
|
|
209986
|
+
"exports": [
|
|
209987
|
+
{
|
|
209988
|
+
"kind": "definition",
|
|
209989
|
+
"name": "mosaik-combo-item",
|
|
209990
|
+
"declaration": {
|
|
209991
|
+
"name": "ComboItemElement",
|
|
209992
|
+
"module": "./../src/Controls/Components/Selectors/Combo/ComboItemElement.ts"
|
|
209993
|
+
}
|
|
209994
|
+
},
|
|
209995
|
+
{
|
|
209996
|
+
"kind": "class",
|
|
209997
|
+
"superclass": {
|
|
209998
|
+
"name": "SelectorItemElement",
|
|
209999
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210000
|
+
},
|
|
210001
|
+
"mixins": [
|
|
210002
|
+
{
|
|
210003
|
+
"name": "Themeable",
|
|
210004
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
210005
|
+
},
|
|
210006
|
+
{
|
|
210007
|
+
"name": "Rippleable",
|
|
210008
|
+
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
210009
|
+
},
|
|
210010
|
+
{
|
|
210011
|
+
"name": "Disableable",
|
|
210012
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
210013
|
+
},
|
|
210014
|
+
{
|
|
210015
|
+
"name": "Valueable",
|
|
210016
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
210017
|
+
},
|
|
210018
|
+
{
|
|
210019
|
+
"name": "Variantable",
|
|
210020
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
210021
|
+
},
|
|
210022
|
+
{
|
|
210023
|
+
"name": "Focusable",
|
|
210024
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
210025
|
+
},
|
|
210026
|
+
{
|
|
210027
|
+
"name": "Labelable",
|
|
210028
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
210029
|
+
}
|
|
210030
|
+
],
|
|
210031
|
+
"description": "ComboItem - An individual selectable option within a combo dropdown component.\n\nRepresents a single choice that users can select from within a combo box dropdown.\nSupports visual states (selected, focused, disabled) and provides value binding\nfor form integration and selection management.",
|
|
210032
|
+
"name": "ComboItemElement",
|
|
210033
|
+
"members": [
|
|
210034
|
+
{
|
|
210035
|
+
"kind": "field",
|
|
210036
|
+
"name": "isChecked",
|
|
210037
|
+
"privacy": "public",
|
|
210038
|
+
"description": "Gets or sets the `isChecked` property.",
|
|
210039
|
+
"type": "boolean",
|
|
210040
|
+
"inheritedFrom": {
|
|
210041
|
+
"name": "IComboItemElementProps",
|
|
210042
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
210043
|
+
}
|
|
210044
|
+
},
|
|
210045
|
+
{
|
|
210046
|
+
"kind": "field",
|
|
210047
|
+
"name": "icon",
|
|
210048
|
+
"privacy": "public",
|
|
210049
|
+
"description": "Gets or sets the `icon` property.",
|
|
210050
|
+
"type": "string",
|
|
210051
|
+
"inheritedFrom": {
|
|
210052
|
+
"name": "IComboItemElementProps",
|
|
210053
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
210054
|
+
}
|
|
210055
|
+
},
|
|
210056
|
+
{
|
|
210057
|
+
"kind": "field",
|
|
210058
|
+
"name": "isActive",
|
|
210059
|
+
"privacy": "public",
|
|
210060
|
+
"description": "Gets or sets the `isActive` property.",
|
|
210061
|
+
"type": "boolean",
|
|
210062
|
+
"inheritedFrom": {
|
|
210063
|
+
"name": "IComboItemElementProps",
|
|
210064
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
210065
|
+
}
|
|
210066
|
+
},
|
|
210067
|
+
{
|
|
210068
|
+
"kind": "field",
|
|
210069
|
+
"name": "themeName",
|
|
210070
|
+
"privacy": "public",
|
|
210071
|
+
"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.",
|
|
210072
|
+
"type": "string",
|
|
210073
|
+
"inheritedFrom": {
|
|
210074
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
210075
|
+
}
|
|
210076
|
+
},
|
|
210077
|
+
{
|
|
210078
|
+
"kind": "field",
|
|
210079
|
+
"name": "ripple",
|
|
210080
|
+
"privacy": "public",
|
|
210081
|
+
"description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
|
|
210082
|
+
"type": "boolean",
|
|
210083
|
+
"inheritedFrom": {
|
|
210084
|
+
"name": "Rippleable",
|
|
210085
|
+
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
210086
|
+
}
|
|
210087
|
+
},
|
|
210088
|
+
{
|
|
210089
|
+
"kind": "field",
|
|
210090
|
+
"name": "disabled",
|
|
210091
|
+
"privacy": "public",
|
|
210092
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
210093
|
+
"type": "boolean",
|
|
210094
|
+
"inheritedFrom": {
|
|
210095
|
+
"name": "Disableable",
|
|
210096
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
210097
|
+
}
|
|
210098
|
+
},
|
|
210099
|
+
{
|
|
210100
|
+
"kind": "field",
|
|
210101
|
+
"name": "variant",
|
|
210102
|
+
"privacy": "public",
|
|
210103
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
210104
|
+
"type": "Variant",
|
|
210105
|
+
"inheritedFrom": {
|
|
210106
|
+
"name": "Variantable",
|
|
210107
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
210108
|
+
}
|
|
210109
|
+
},
|
|
210110
|
+
{
|
|
210111
|
+
"kind": "field",
|
|
210112
|
+
"name": "isFocused",
|
|
210113
|
+
"privacy": "public",
|
|
210114
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
210115
|
+
"type": "boolean",
|
|
210116
|
+
"inheritedFrom": {
|
|
210117
|
+
"name": "Focusable",
|
|
210118
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
210119
|
+
}
|
|
210120
|
+
},
|
|
210121
|
+
{
|
|
210122
|
+
"kind": "field",
|
|
210123
|
+
"name": "label",
|
|
210124
|
+
"privacy": "public",
|
|
210125
|
+
"description": "Gets or sets the `label` property.\nThe default value is an empty string, which means no label is displayed.",
|
|
210126
|
+
"type": "string",
|
|
210127
|
+
"inheritedFrom": {
|
|
210128
|
+
"name": "Labelable",
|
|
210129
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
210130
|
+
}
|
|
210131
|
+
},
|
|
210132
|
+
{
|
|
210133
|
+
"kind": "field",
|
|
210134
|
+
"name": "isSelected",
|
|
210135
|
+
"privacy": "public",
|
|
210136
|
+
"description": "Gets or sets the `isSelected` property.",
|
|
210137
|
+
"type": "boolean",
|
|
210138
|
+
"inheritedFrom": {
|
|
210139
|
+
"name": "SelectorItemElement",
|
|
210140
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210141
|
+
}
|
|
210142
|
+
},
|
|
210143
|
+
{
|
|
210144
|
+
"kind": "field",
|
|
210145
|
+
"name": "index",
|
|
210146
|
+
"privacy": "public",
|
|
210147
|
+
"description": "Gets the index of the item.",
|
|
210148
|
+
"type": "number",
|
|
210149
|
+
"inheritedFrom": {
|
|
210150
|
+
"name": "SelectorItemElement",
|
|
210151
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210152
|
+
}
|
|
210153
|
+
},
|
|
210154
|
+
{
|
|
210155
|
+
"kind": "field",
|
|
210156
|
+
"name": "displayText",
|
|
210157
|
+
"privacy": "public",
|
|
210158
|
+
"description": "Gets the `displayText` property.\nFalls back to text content if label is empty.",
|
|
210159
|
+
"type": "string",
|
|
210160
|
+
"inheritedFrom": {
|
|
210161
|
+
"name": "SelectorItemElement",
|
|
210162
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210163
|
+
}
|
|
210164
|
+
},
|
|
210165
|
+
{
|
|
210166
|
+
"kind": "field",
|
|
210167
|
+
"name": "selected",
|
|
210168
|
+
"privacy": "public",
|
|
210169
|
+
"description": "Called when the item is selected.\nProvides reference to `IEventDetail` as event detail.",
|
|
210170
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
210171
|
+
"inheritedFrom": {
|
|
210172
|
+
"name": "SelectorItemElement",
|
|
210173
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210174
|
+
}
|
|
210175
|
+
},
|
|
210176
|
+
{
|
|
210177
|
+
"kind": "field",
|
|
210178
|
+
"name": "deselected",
|
|
210179
|
+
"privacy": "public",
|
|
210180
|
+
"description": "Called when the item is deselected.\nProvides reference to `IEventDetail` as event detail.",
|
|
210181
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
210182
|
+
"inheritedFrom": {
|
|
210183
|
+
"name": "SelectorItemElement",
|
|
210184
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210185
|
+
}
|
|
210186
|
+
},
|
|
210187
|
+
{
|
|
210188
|
+
"kind": "field",
|
|
210189
|
+
"name": "value",
|
|
210190
|
+
"privacy": "public",
|
|
210191
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
210192
|
+
"type": "TType",
|
|
210193
|
+
"inheritedFrom": {
|
|
210194
|
+
"name": "Valueable",
|
|
210195
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
210196
|
+
}
|
|
210197
|
+
},
|
|
210198
|
+
{
|
|
210199
|
+
"kind": "field",
|
|
210200
|
+
"name": "dir",
|
|
210201
|
+
"privacy": "public",
|
|
210202
|
+
"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)",
|
|
210203
|
+
"type": "FlowDirection",
|
|
210204
|
+
"inheritedFrom": {
|
|
210205
|
+
"name": "CustomElement",
|
|
210206
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210207
|
+
}
|
|
210208
|
+
},
|
|
210209
|
+
{
|
|
210210
|
+
"kind": "field",
|
|
210211
|
+
"name": "lang",
|
|
210212
|
+
"privacy": "public",
|
|
210213
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
210214
|
+
"type": "string",
|
|
210215
|
+
"inheritedFrom": {
|
|
210216
|
+
"name": "CustomElement",
|
|
210217
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210218
|
+
}
|
|
210219
|
+
},
|
|
210220
|
+
{
|
|
210221
|
+
"kind": "field",
|
|
210222
|
+
"name": "connected",
|
|
210223
|
+
"privacy": "public",
|
|
210224
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
210225
|
+
"type": "IEventEmitter<void>",
|
|
210226
|
+
"inheritedFrom": {
|
|
210227
|
+
"name": "CustomElement",
|
|
210228
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210229
|
+
}
|
|
210230
|
+
},
|
|
210231
|
+
{
|
|
210232
|
+
"kind": "field",
|
|
210233
|
+
"name": "disconnected",
|
|
210234
|
+
"privacy": "public",
|
|
210235
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
210236
|
+
"type": "IEventEmitter<void>",
|
|
210237
|
+
"inheritedFrom": {
|
|
210238
|
+
"name": "CustomElement",
|
|
210239
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210240
|
+
}
|
|
210241
|
+
},
|
|
210242
|
+
{
|
|
210243
|
+
"kind": "field",
|
|
210244
|
+
"name": "changed",
|
|
210245
|
+
"privacy": "public",
|
|
210246
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
210247
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
210248
|
+
"inheritedFrom": {
|
|
210249
|
+
"name": "CustomElement",
|
|
210250
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210251
|
+
}
|
|
210252
|
+
},
|
|
210253
|
+
{
|
|
210254
|
+
"kind": "method",
|
|
210255
|
+
"name": "hasVisibleFocusInTree",
|
|
210256
|
+
"privacy": "public",
|
|
210257
|
+
"type": "(): boolean",
|
|
210258
|
+
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
210259
|
+
"parameters": [],
|
|
210260
|
+
"return": {
|
|
210261
|
+
"type": "boolean"
|
|
210262
|
+
},
|
|
210263
|
+
"inheritedFrom": {
|
|
210264
|
+
"name": "Focusable",
|
|
210265
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
210266
|
+
}
|
|
210267
|
+
},
|
|
210268
|
+
{
|
|
210269
|
+
"kind": "method",
|
|
210270
|
+
"name": "select",
|
|
210271
|
+
"privacy": "public",
|
|
210272
|
+
"type": "(forceUpdate?: boolean): void",
|
|
210273
|
+
"description": "This method is invoked when the `isSelected` property is changed to `true`.",
|
|
210274
|
+
"parameters": [
|
|
210275
|
+
{
|
|
210276
|
+
"name": "forceUpdate",
|
|
210277
|
+
"type": "boolean"
|
|
210278
|
+
}
|
|
210279
|
+
],
|
|
210280
|
+
"return": {
|
|
210281
|
+
"type": "void"
|
|
210282
|
+
},
|
|
210283
|
+
"inheritedFrom": {
|
|
210284
|
+
"name": "SelectorItemElement",
|
|
210285
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210286
|
+
}
|
|
210287
|
+
},
|
|
210288
|
+
{
|
|
210289
|
+
"kind": "method",
|
|
210290
|
+
"name": "deselect",
|
|
210291
|
+
"privacy": "public",
|
|
210292
|
+
"type": "(forceUpdate?: boolean): void",
|
|
210293
|
+
"description": "This method is invoked when the `isSelected` property is changed to `false`.",
|
|
210294
|
+
"parameters": [
|
|
210295
|
+
{
|
|
210296
|
+
"name": "forceUpdate",
|
|
210297
|
+
"type": "boolean"
|
|
210298
|
+
}
|
|
210299
|
+
],
|
|
210300
|
+
"return": {
|
|
210301
|
+
"type": "void"
|
|
210302
|
+
},
|
|
210303
|
+
"inheritedFrom": {
|
|
210304
|
+
"name": "SelectorItemElement",
|
|
210305
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210306
|
+
}
|
|
210307
|
+
},
|
|
210308
|
+
{
|
|
210309
|
+
"kind": "method",
|
|
210310
|
+
"name": "adoptStyle",
|
|
210311
|
+
"privacy": "public",
|
|
210312
|
+
"type": "(styles: CSSResultGroup): void",
|
|
210313
|
+
"description": "Adopts the specified styles.",
|
|
210314
|
+
"parameters": [
|
|
210315
|
+
{
|
|
210316
|
+
"name": "styles",
|
|
210317
|
+
"type": "CSSResultGroup",
|
|
210318
|
+
"description": "The styles to adopt."
|
|
210319
|
+
}
|
|
210320
|
+
],
|
|
210321
|
+
"return": {
|
|
210322
|
+
"type": "void"
|
|
210323
|
+
},
|
|
210324
|
+
"inheritedFrom": {
|
|
210325
|
+
"name": "CustomElement",
|
|
210326
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210327
|
+
}
|
|
210328
|
+
},
|
|
210329
|
+
{
|
|
210330
|
+
"kind": "method",
|
|
210331
|
+
"name": "on",
|
|
210332
|
+
"privacy": "public",
|
|
210333
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
210334
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
210335
|
+
"parameters": [
|
|
210336
|
+
{
|
|
210337
|
+
"name": "event",
|
|
210338
|
+
"type": "TEvent"
|
|
210339
|
+
},
|
|
210340
|
+
{
|
|
210341
|
+
"name": "listener",
|
|
210342
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
210343
|
+
},
|
|
210344
|
+
{
|
|
210345
|
+
"name": "options",
|
|
210346
|
+
"type": "boolean | AddEventListenerOptions"
|
|
210347
|
+
}
|
|
210348
|
+
],
|
|
210349
|
+
"return": {
|
|
210350
|
+
"type": "IEventListenerSubscription"
|
|
210351
|
+
},
|
|
210352
|
+
"inheritedFrom": {
|
|
210353
|
+
"name": "CustomElement",
|
|
210354
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210355
|
+
}
|
|
210356
|
+
},
|
|
210357
|
+
{
|
|
210358
|
+
"kind": "method",
|
|
210359
|
+
"name": "off",
|
|
210360
|
+
"privacy": "public",
|
|
210361
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
210362
|
+
"description": "Removes an event listener.",
|
|
210363
|
+
"parameters": [
|
|
210364
|
+
{
|
|
210365
|
+
"name": "subscription",
|
|
210366
|
+
"type": "IEventListenerSubscription"
|
|
210367
|
+
}
|
|
210368
|
+
],
|
|
210369
|
+
"return": {
|
|
210370
|
+
"type": "void"
|
|
210371
|
+
},
|
|
210372
|
+
"inheritedFrom": {
|
|
210373
|
+
"name": "CustomElement",
|
|
210374
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210375
|
+
}
|
|
210376
|
+
},
|
|
210377
|
+
{
|
|
210378
|
+
"kind": "method",
|
|
210379
|
+
"name": "emit",
|
|
210380
|
+
"privacy": "public",
|
|
210381
|
+
"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...",
|
|
210382
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
210383
|
+
"parameters": [
|
|
210384
|
+
{
|
|
210385
|
+
"name": "event",
|
|
210386
|
+
"type": "TEvent"
|
|
210387
|
+
},
|
|
210388
|
+
{
|
|
210389
|
+
"name": "eventInitDict",
|
|
210390
|
+
"type": "CustomEventInit<TDetail>"
|
|
210391
|
+
}
|
|
210392
|
+
],
|
|
210393
|
+
"return": {
|
|
210394
|
+
"type": "boolean"
|
|
210395
|
+
},
|
|
210396
|
+
"inheritedFrom": {
|
|
210397
|
+
"name": "CustomElement",
|
|
210398
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210399
|
+
}
|
|
210400
|
+
},
|
|
210401
|
+
{
|
|
210402
|
+
"kind": "method",
|
|
210403
|
+
"name": "requestUpdate",
|
|
210404
|
+
"privacy": "public",
|
|
210405
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
210406
|
+
"parameters": [
|
|
210407
|
+
{
|
|
210408
|
+
"name": "name",
|
|
210409
|
+
"type": "keyof this"
|
|
210410
|
+
},
|
|
210411
|
+
{
|
|
210412
|
+
"name": "oldValue",
|
|
210413
|
+
"type": "unknown"
|
|
210414
|
+
},
|
|
210415
|
+
{
|
|
210416
|
+
"name": "options",
|
|
210417
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
210418
|
+
}
|
|
210419
|
+
],
|
|
210420
|
+
"return": {
|
|
210421
|
+
"type": "void"
|
|
210422
|
+
},
|
|
210423
|
+
"inheritedFrom": {
|
|
210424
|
+
"name": "CustomElement",
|
|
210425
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210426
|
+
}
|
|
210427
|
+
}
|
|
210428
|
+
],
|
|
210429
|
+
"tagName": "mosaik-combo-item",
|
|
210430
|
+
"events": [
|
|
210431
|
+
{
|
|
210432
|
+
"description": "Called when the element is selected.",
|
|
210433
|
+
"name": "selected",
|
|
210434
|
+
"type": "Event"
|
|
210435
|
+
},
|
|
210436
|
+
{
|
|
210437
|
+
"description": "Called when the element is deselected.",
|
|
210438
|
+
"name": "deselected",
|
|
210439
|
+
"type": "Event"
|
|
210440
|
+
},
|
|
210441
|
+
{
|
|
210442
|
+
"description": "Fired when any property changes",
|
|
210443
|
+
"name": "changed",
|
|
210444
|
+
"inheritedFrom": {
|
|
210445
|
+
"name": "SelectorItemElement",
|
|
210446
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210447
|
+
},
|
|
210448
|
+
"type": "Event"
|
|
210449
|
+
},
|
|
210450
|
+
{
|
|
210451
|
+
"description": "Fired when the element is connected to the DOM",
|
|
210452
|
+
"name": "connected",
|
|
210453
|
+
"inheritedFrom": {
|
|
210454
|
+
"name": "SelectorItemElement",
|
|
210455
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210456
|
+
},
|
|
210457
|
+
"type": "Event"
|
|
210458
|
+
},
|
|
210459
|
+
{
|
|
210460
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
210461
|
+
"name": "disconnected",
|
|
210462
|
+
"inheritedFrom": {
|
|
210463
|
+
"name": "CustomElement",
|
|
210464
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210465
|
+
},
|
|
210466
|
+
"type": "Event"
|
|
210467
|
+
}
|
|
210468
|
+
],
|
|
210469
|
+
"slots": [
|
|
210470
|
+
{
|
|
210471
|
+
"description": "The checkmark slot.",
|
|
210472
|
+
"name": "checkmark"
|
|
210473
|
+
},
|
|
210474
|
+
{
|
|
210475
|
+
"description": "The end slot.",
|
|
210476
|
+
"name": "end"
|
|
210477
|
+
},
|
|
210478
|
+
{
|
|
210479
|
+
"description": "The icon slot.",
|
|
210480
|
+
"name": "icon"
|
|
210481
|
+
},
|
|
210482
|
+
{
|
|
210483
|
+
"description": "Default content area for the option label and description",
|
|
210484
|
+
"name": ""
|
|
210485
|
+
},
|
|
210486
|
+
{
|
|
210487
|
+
"description": "The start slot.",
|
|
210488
|
+
"name": "start"
|
|
210489
|
+
},
|
|
210490
|
+
{
|
|
210491
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
210492
|
+
"name": "style",
|
|
210493
|
+
"inheritedFrom": {
|
|
210494
|
+
"name": "CustomElement",
|
|
210495
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210496
|
+
}
|
|
210497
|
+
}
|
|
210498
|
+
],
|
|
210499
|
+
"attributes": [
|
|
210500
|
+
{
|
|
210501
|
+
"name": "isChecked",
|
|
210502
|
+
"fieldName": "isChecked",
|
|
210503
|
+
"description": "Gets or sets the `isChecked` property.",
|
|
210504
|
+
"type": "boolean",
|
|
210505
|
+
"inheritedFrom": {
|
|
210506
|
+
"name": "IComboItemElementProps",
|
|
210507
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
210508
|
+
}
|
|
210509
|
+
},
|
|
210510
|
+
{
|
|
210511
|
+
"name": "isActive",
|
|
210512
|
+
"fieldName": "isActive",
|
|
210513
|
+
"description": "Gets or sets the `isActive` property.",
|
|
210514
|
+
"type": "boolean",
|
|
210515
|
+
"inheritedFrom": {
|
|
210516
|
+
"name": "IComboItemElementProps",
|
|
210517
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
210518
|
+
}
|
|
210519
|
+
},
|
|
210520
|
+
{
|
|
210521
|
+
"name": "ripple",
|
|
210522
|
+
"fieldName": "ripple",
|
|
210523
|
+
"description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
|
|
210524
|
+
"type": "boolean",
|
|
210525
|
+
"inheritedFrom": {
|
|
210526
|
+
"name": "Rippleable",
|
|
210527
|
+
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
210528
|
+
}
|
|
210529
|
+
},
|
|
210530
|
+
{
|
|
210531
|
+
"name": "disabled",
|
|
210532
|
+
"fieldName": "disabled",
|
|
210533
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
210534
|
+
"type": "boolean",
|
|
210535
|
+
"inheritedFrom": {
|
|
210536
|
+
"name": "Disableable",
|
|
210537
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
210538
|
+
}
|
|
210539
|
+
},
|
|
210540
|
+
{
|
|
210541
|
+
"name": "variant",
|
|
210542
|
+
"fieldName": "variant",
|
|
210543
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
210544
|
+
"type": "Variant",
|
|
210545
|
+
"inheritedFrom": {
|
|
210546
|
+
"name": "Variantable",
|
|
210547
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
210548
|
+
}
|
|
210549
|
+
},
|
|
210550
|
+
{
|
|
210551
|
+
"name": "is-focused",
|
|
210552
|
+
"fieldName": "isFocused",
|
|
210553
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
210554
|
+
"type": "boolean",
|
|
210555
|
+
"inheritedFrom": {
|
|
210556
|
+
"name": "Focusable",
|
|
210557
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
210558
|
+
}
|
|
210559
|
+
},
|
|
210560
|
+
{
|
|
210561
|
+
"name": "isSelected",
|
|
210562
|
+
"fieldName": "isSelected",
|
|
210563
|
+
"description": "Gets or sets the `isSelected` property.",
|
|
210564
|
+
"type": "boolean",
|
|
210565
|
+
"inheritedFrom": {
|
|
210566
|
+
"name": "SelectorItemElement",
|
|
210567
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
210568
|
+
}
|
|
210569
|
+
},
|
|
210570
|
+
{
|
|
210571
|
+
"name": "value",
|
|
210572
|
+
"fieldName": "value",
|
|
210573
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
210574
|
+
"type": "TType",
|
|
210575
|
+
"inheritedFrom": {
|
|
210576
|
+
"name": "Valueable",
|
|
210577
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
210578
|
+
}
|
|
210579
|
+
},
|
|
210580
|
+
{
|
|
210581
|
+
"name": "dir",
|
|
210582
|
+
"fieldName": "dir",
|
|
210583
|
+
"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)",
|
|
210584
|
+
"type": "FlowDirection",
|
|
210585
|
+
"inheritedFrom": {
|
|
210586
|
+
"name": "CustomElement",
|
|
210587
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210588
|
+
}
|
|
210589
|
+
},
|
|
210590
|
+
{
|
|
210591
|
+
"name": "lang",
|
|
210592
|
+
"fieldName": "lang",
|
|
210593
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
210594
|
+
"type": "string",
|
|
210595
|
+
"inheritedFrom": {
|
|
210596
|
+
"name": "CustomElement",
|
|
210597
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
210598
|
+
}
|
|
210599
|
+
}
|
|
210600
|
+
],
|
|
210601
|
+
"cssProperties": [
|
|
210602
|
+
{
|
|
210603
|
+
"name": "--combo-item-background-color",
|
|
210604
|
+
"description": "The item background color CSS custom property.",
|
|
210605
|
+
"type": "String"
|
|
210606
|
+
},
|
|
210607
|
+
{
|
|
210608
|
+
"name": "--combo-item-border-color",
|
|
210609
|
+
"description": "The item border color CSS custom property.",
|
|
210610
|
+
"type": "String"
|
|
210611
|
+
},
|
|
210612
|
+
{
|
|
210613
|
+
"name": "--combo-item-border-radius",
|
|
210614
|
+
"description": "Border radius for option styling",
|
|
210615
|
+
"type": "String"
|
|
210616
|
+
},
|
|
210617
|
+
{
|
|
210618
|
+
"name": "--combo-item-border-style",
|
|
210619
|
+
"description": "The item border style CSS custom property.",
|
|
210620
|
+
"type": "String"
|
|
210621
|
+
},
|
|
210622
|
+
{
|
|
210623
|
+
"name": "--combo-item-border-width",
|
|
210624
|
+
"description": "The item border width CSS custom property.",
|
|
210625
|
+
"type": "String"
|
|
210626
|
+
},
|
|
210627
|
+
{
|
|
210628
|
+
"name": "--combo-item-focus-ring-active-width",
|
|
210629
|
+
"description": "The item focus ring active width CSS custom property.",
|
|
210630
|
+
"type": "String"
|
|
210631
|
+
},
|
|
210632
|
+
{
|
|
210633
|
+
"name": "--combo-item-focus-ring-color",
|
|
210634
|
+
"description": "The item focus ring color CSS custom property.",
|
|
210635
|
+
"type": "String"
|
|
210636
|
+
},
|
|
210637
|
+
{
|
|
210638
|
+
"name": "--combo-item-focus-ring-inward-offset",
|
|
210639
|
+
"description": "The item focus ring inward offset CSS custom property.",
|
|
210640
|
+
"type": "String"
|
|
210641
|
+
},
|
|
210642
|
+
{
|
|
210643
|
+
"name": "--combo-item-focus-ring-outward-offset",
|
|
210644
|
+
"description": "The item focus ring outward offset CSS custom property.",
|
|
210645
|
+
"type": "String"
|
|
210646
|
+
},
|
|
210647
|
+
{
|
|
210648
|
+
"name": "--combo-item-font-family",
|
|
210649
|
+
"description": "The item font family CSS custom property.",
|
|
210650
|
+
"type": "String"
|
|
210651
|
+
},
|
|
210652
|
+
{
|
|
210653
|
+
"name": "--combo-item-font-letter-spacing",
|
|
210654
|
+
"description": "The item font letter spacing CSS custom property.",
|
|
210655
|
+
"type": "String"
|
|
210656
|
+
},
|
|
210657
|
+
{
|
|
210658
|
+
"name": "--combo-item-font-line-height",
|
|
210659
|
+
"description": "The item font line height CSS custom property.",
|
|
210660
|
+
"type": "String"
|
|
210661
|
+
},
|
|
210662
|
+
{
|
|
210663
|
+
"name": "--combo-item-font-size",
|
|
210664
|
+
"description": "The item font size CSS custom property.",
|
|
210665
|
+
"type": "String"
|
|
210666
|
+
},
|
|
210667
|
+
{
|
|
210668
|
+
"name": "--combo-item-font-text-decoration",
|
|
210669
|
+
"description": "The item font text decoration CSS custom property.",
|
|
210670
|
+
"type": "String"
|
|
210671
|
+
},
|
|
210672
|
+
{
|
|
210673
|
+
"name": "--combo-item-font-text-transform",
|
|
210674
|
+
"description": "The item font text transform CSS custom property.",
|
|
210675
|
+
"type": "String"
|
|
210676
|
+
},
|
|
210677
|
+
{
|
|
210678
|
+
"name": "--combo-item-font-weight",
|
|
210679
|
+
"description": "The item font weight CSS custom property.",
|
|
210680
|
+
"type": "String"
|
|
210681
|
+
},
|
|
210682
|
+
{
|
|
210683
|
+
"name": "--combo-item-foreground-color",
|
|
210684
|
+
"description": "The item foreground color CSS custom property.",
|
|
210685
|
+
"type": "String"
|
|
210686
|
+
},
|
|
210687
|
+
{
|
|
210688
|
+
"name": "--combo-item-gap",
|
|
210689
|
+
"description": "The item gap CSS custom property.",
|
|
210690
|
+
"type": "String"
|
|
210691
|
+
},
|
|
210692
|
+
{
|
|
210693
|
+
"name": "--combo-item-padding-bottom",
|
|
210694
|
+
"description": "The item padding bottom CSS custom property.",
|
|
210695
|
+
"type": "String"
|
|
210696
|
+
},
|
|
210697
|
+
{
|
|
210698
|
+
"name": "--combo-item-padding-left",
|
|
210699
|
+
"description": "The item padding left CSS custom property.",
|
|
210700
|
+
"type": "String"
|
|
210701
|
+
},
|
|
210702
|
+
{
|
|
210703
|
+
"name": "--combo-item-padding-right",
|
|
210704
|
+
"description": "The item padding right CSS custom property.",
|
|
210705
|
+
"type": "String"
|
|
210706
|
+
},
|
|
210707
|
+
{
|
|
210708
|
+
"name": "--combo-item-padding-top",
|
|
210709
|
+
"description": "The item padding top CSS custom property.",
|
|
210710
|
+
"type": "String"
|
|
210711
|
+
},
|
|
210712
|
+
{
|
|
210713
|
+
"name": "--combo-item-ripple-color",
|
|
210714
|
+
"description": "The item ripple color CSS custom property.",
|
|
210715
|
+
"type": "String"
|
|
210716
|
+
},
|
|
210717
|
+
{
|
|
210718
|
+
"name": "--combo-item-ripple-duration",
|
|
210719
|
+
"description": "The item ripple duration CSS custom property.",
|
|
210720
|
+
"type": "String"
|
|
210721
|
+
},
|
|
210722
|
+
{
|
|
210723
|
+
"name": "--combo-item-shadow",
|
|
210724
|
+
"description": "The item shadow CSS custom property.",
|
|
210725
|
+
"type": "String"
|
|
210726
|
+
},
|
|
210727
|
+
{
|
|
210728
|
+
"name": "--combo-item-shadow-blur",
|
|
210729
|
+
"description": "The item shadow blur CSS custom property.",
|
|
210730
|
+
"type": "String"
|
|
210731
|
+
},
|
|
210732
|
+
{
|
|
210733
|
+
"name": "--combo-item-shadow-color",
|
|
210734
|
+
"description": "The item shadow color CSS custom property.",
|
|
210735
|
+
"type": "String"
|
|
210736
|
+
},
|
|
210737
|
+
{
|
|
210738
|
+
"name": "--combo-item-shadow-offset-x",
|
|
210739
|
+
"description": "The item shadow offset x CSS custom property.",
|
|
210740
|
+
"type": "String"
|
|
210741
|
+
},
|
|
210742
|
+
{
|
|
210743
|
+
"name": "--combo-item-shadow-offset-y",
|
|
210744
|
+
"description": "The item shadow offset y CSS custom property.",
|
|
210745
|
+
"type": "String"
|
|
210746
|
+
},
|
|
210747
|
+
{
|
|
210748
|
+
"name": "--combo-item-shadow-spread",
|
|
210749
|
+
"description": "The item shadow spread CSS custom property.",
|
|
210750
|
+
"type": "String"
|
|
210751
|
+
},
|
|
210752
|
+
{
|
|
210753
|
+
"name": "--combo-item-transition-duration",
|
|
210754
|
+
"description": "The item transition duration CSS custom property.",
|
|
210755
|
+
"type": "String"
|
|
210756
|
+
},
|
|
210757
|
+
{
|
|
210758
|
+
"name": "--combo-item-transition-mode",
|
|
210759
|
+
"description": "The item transition mode CSS custom property.",
|
|
210760
|
+
"type": "String"
|
|
210761
|
+
},
|
|
210762
|
+
{
|
|
210763
|
+
"name": "--combo-item-transition-property",
|
|
210764
|
+
"description": "The item transition property CSS custom property.",
|
|
210765
|
+
"type": "String"
|
|
210766
|
+
},
|
|
210767
|
+
{
|
|
210768
|
+
"name": "--combo-item-translate",
|
|
210769
|
+
"description": "The item translate CSS custom property.",
|
|
210770
|
+
"type": "String"
|
|
210771
|
+
}
|
|
210772
|
+
],
|
|
210773
|
+
"cssParts": [
|
|
210774
|
+
{
|
|
210775
|
+
"name": "checkmark",
|
|
210776
|
+
"description": "Checkmark indicator for selected state"
|
|
210777
|
+
},
|
|
210778
|
+
{
|
|
210779
|
+
"name": "focusRing",
|
|
210780
|
+
"description": "The focusRing part."
|
|
210781
|
+
},
|
|
210782
|
+
{
|
|
210783
|
+
"name": "ripple",
|
|
210784
|
+
"description": "The ripple part."
|
|
210785
|
+
}
|
|
210786
|
+
]
|
|
210787
|
+
}
|
|
210788
|
+
]
|
|
210789
|
+
},
|
|
210790
|
+
{
|
|
210791
|
+
"path": "./../src/Controls/Components/Selectors/Combo/intl/ComboElementIntl.ts",
|
|
208207
210792
|
"exports": [
|
|
208208
210793
|
{
|
|
208209
210794
|
"kind": "class",
|
|
@@ -208247,812 +210832,6 @@
|
|
|
208247
210832
|
}
|
|
208248
210833
|
]
|
|
208249
210834
|
},
|
|
208250
|
-
{
|
|
208251
|
-
"path": "./../src/Controls/Components/Selectors/Combo/ComboItemElement.ts",
|
|
208252
|
-
"exports": [
|
|
208253
|
-
{
|
|
208254
|
-
"kind": "definition",
|
|
208255
|
-
"name": "mosaik-combo-item",
|
|
208256
|
-
"declaration": {
|
|
208257
|
-
"name": "ComboItemElement",
|
|
208258
|
-
"module": "./../src/Controls/Components/Selectors/Combo/ComboItemElement.ts"
|
|
208259
|
-
}
|
|
208260
|
-
},
|
|
208261
|
-
{
|
|
208262
|
-
"kind": "class",
|
|
208263
|
-
"superclass": {
|
|
208264
|
-
"name": "SelectorItemElement",
|
|
208265
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208266
|
-
},
|
|
208267
|
-
"mixins": [
|
|
208268
|
-
{
|
|
208269
|
-
"name": "Themeable",
|
|
208270
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
208271
|
-
},
|
|
208272
|
-
{
|
|
208273
|
-
"name": "Rippleable",
|
|
208274
|
-
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
208275
|
-
},
|
|
208276
|
-
{
|
|
208277
|
-
"name": "Disableable",
|
|
208278
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
208279
|
-
},
|
|
208280
|
-
{
|
|
208281
|
-
"name": "Valueable",
|
|
208282
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
208283
|
-
},
|
|
208284
|
-
{
|
|
208285
|
-
"name": "Variantable",
|
|
208286
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
208287
|
-
},
|
|
208288
|
-
{
|
|
208289
|
-
"name": "Focusable",
|
|
208290
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
208291
|
-
},
|
|
208292
|
-
{
|
|
208293
|
-
"name": "Labelable",
|
|
208294
|
-
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
208295
|
-
}
|
|
208296
|
-
],
|
|
208297
|
-
"description": "ComboItem - An individual selectable option within a combo dropdown component.\n\nRepresents a single choice that users can select from within a combo box dropdown.\nSupports visual states (selected, focused, disabled) and provides value binding\nfor form integration and selection management.",
|
|
208298
|
-
"name": "ComboItemElement",
|
|
208299
|
-
"members": [
|
|
208300
|
-
{
|
|
208301
|
-
"kind": "field",
|
|
208302
|
-
"name": "isChecked",
|
|
208303
|
-
"privacy": "public",
|
|
208304
|
-
"description": "Gets or sets the `isChecked` property.",
|
|
208305
|
-
"type": "boolean",
|
|
208306
|
-
"inheritedFrom": {
|
|
208307
|
-
"name": "IComboItemElementProps",
|
|
208308
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
208309
|
-
}
|
|
208310
|
-
},
|
|
208311
|
-
{
|
|
208312
|
-
"kind": "field",
|
|
208313
|
-
"name": "icon",
|
|
208314
|
-
"privacy": "public",
|
|
208315
|
-
"description": "Gets or sets the `icon` property.",
|
|
208316
|
-
"type": "string",
|
|
208317
|
-
"inheritedFrom": {
|
|
208318
|
-
"name": "IComboItemElementProps",
|
|
208319
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
208320
|
-
}
|
|
208321
|
-
},
|
|
208322
|
-
{
|
|
208323
|
-
"kind": "field",
|
|
208324
|
-
"name": "isActive",
|
|
208325
|
-
"privacy": "public",
|
|
208326
|
-
"description": "Gets or sets the `isActive` property.",
|
|
208327
|
-
"type": "boolean",
|
|
208328
|
-
"inheritedFrom": {
|
|
208329
|
-
"name": "IComboItemElementProps",
|
|
208330
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
208331
|
-
}
|
|
208332
|
-
},
|
|
208333
|
-
{
|
|
208334
|
-
"kind": "field",
|
|
208335
|
-
"name": "themeName",
|
|
208336
|
-
"privacy": "public",
|
|
208337
|
-
"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.",
|
|
208338
|
-
"type": "string",
|
|
208339
|
-
"inheritedFrom": {
|
|
208340
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
208341
|
-
}
|
|
208342
|
-
},
|
|
208343
|
-
{
|
|
208344
|
-
"kind": "field",
|
|
208345
|
-
"name": "ripple",
|
|
208346
|
-
"privacy": "public",
|
|
208347
|
-
"description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
|
|
208348
|
-
"type": "boolean",
|
|
208349
|
-
"inheritedFrom": {
|
|
208350
|
-
"name": "Rippleable",
|
|
208351
|
-
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
208352
|
-
}
|
|
208353
|
-
},
|
|
208354
|
-
{
|
|
208355
|
-
"kind": "field",
|
|
208356
|
-
"name": "disabled",
|
|
208357
|
-
"privacy": "public",
|
|
208358
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
208359
|
-
"type": "boolean",
|
|
208360
|
-
"inheritedFrom": {
|
|
208361
|
-
"name": "Disableable",
|
|
208362
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
208363
|
-
}
|
|
208364
|
-
},
|
|
208365
|
-
{
|
|
208366
|
-
"kind": "field",
|
|
208367
|
-
"name": "variant",
|
|
208368
|
-
"privacy": "public",
|
|
208369
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
208370
|
-
"type": "Variant",
|
|
208371
|
-
"inheritedFrom": {
|
|
208372
|
-
"name": "Variantable",
|
|
208373
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
208374
|
-
}
|
|
208375
|
-
},
|
|
208376
|
-
{
|
|
208377
|
-
"kind": "field",
|
|
208378
|
-
"name": "isFocused",
|
|
208379
|
-
"privacy": "public",
|
|
208380
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
208381
|
-
"type": "boolean",
|
|
208382
|
-
"inheritedFrom": {
|
|
208383
|
-
"name": "Focusable",
|
|
208384
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
208385
|
-
}
|
|
208386
|
-
},
|
|
208387
|
-
{
|
|
208388
|
-
"kind": "field",
|
|
208389
|
-
"name": "label",
|
|
208390
|
-
"privacy": "public",
|
|
208391
|
-
"description": "Gets or sets the `label` property.\nThe default value is an empty string, which means no label is displayed.",
|
|
208392
|
-
"type": "string",
|
|
208393
|
-
"inheritedFrom": {
|
|
208394
|
-
"name": "Labelable",
|
|
208395
|
-
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
208396
|
-
}
|
|
208397
|
-
},
|
|
208398
|
-
{
|
|
208399
|
-
"kind": "field",
|
|
208400
|
-
"name": "isSelected",
|
|
208401
|
-
"privacy": "public",
|
|
208402
|
-
"description": "Gets or sets the `isSelected` property.",
|
|
208403
|
-
"type": "boolean",
|
|
208404
|
-
"inheritedFrom": {
|
|
208405
|
-
"name": "SelectorItemElement",
|
|
208406
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208407
|
-
}
|
|
208408
|
-
},
|
|
208409
|
-
{
|
|
208410
|
-
"kind": "field",
|
|
208411
|
-
"name": "index",
|
|
208412
|
-
"privacy": "public",
|
|
208413
|
-
"description": "Gets the index of the item.",
|
|
208414
|
-
"type": "number",
|
|
208415
|
-
"inheritedFrom": {
|
|
208416
|
-
"name": "SelectorItemElement",
|
|
208417
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208418
|
-
}
|
|
208419
|
-
},
|
|
208420
|
-
{
|
|
208421
|
-
"kind": "field",
|
|
208422
|
-
"name": "displayText",
|
|
208423
|
-
"privacy": "public",
|
|
208424
|
-
"description": "Gets the `displayText` property.\nFalls back to text content if label is empty.",
|
|
208425
|
-
"type": "string",
|
|
208426
|
-
"inheritedFrom": {
|
|
208427
|
-
"name": "SelectorItemElement",
|
|
208428
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208429
|
-
}
|
|
208430
|
-
},
|
|
208431
|
-
{
|
|
208432
|
-
"kind": "field",
|
|
208433
|
-
"name": "selected",
|
|
208434
|
-
"privacy": "public",
|
|
208435
|
-
"description": "Called when the item is selected.\nProvides reference to `IEventDetail` as event detail.",
|
|
208436
|
-
"type": "IEventEmitter<IEventDetail>",
|
|
208437
|
-
"inheritedFrom": {
|
|
208438
|
-
"name": "SelectorItemElement",
|
|
208439
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208440
|
-
}
|
|
208441
|
-
},
|
|
208442
|
-
{
|
|
208443
|
-
"kind": "field",
|
|
208444
|
-
"name": "deselected",
|
|
208445
|
-
"privacy": "public",
|
|
208446
|
-
"description": "Called when the item is deselected.\nProvides reference to `IEventDetail` as event detail.",
|
|
208447
|
-
"type": "IEventEmitter<IEventDetail>",
|
|
208448
|
-
"inheritedFrom": {
|
|
208449
|
-
"name": "SelectorItemElement",
|
|
208450
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208451
|
-
}
|
|
208452
|
-
},
|
|
208453
|
-
{
|
|
208454
|
-
"kind": "field",
|
|
208455
|
-
"name": "value",
|
|
208456
|
-
"privacy": "public",
|
|
208457
|
-
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
208458
|
-
"type": "TType",
|
|
208459
|
-
"inheritedFrom": {
|
|
208460
|
-
"name": "Valueable",
|
|
208461
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
208462
|
-
}
|
|
208463
|
-
},
|
|
208464
|
-
{
|
|
208465
|
-
"kind": "field",
|
|
208466
|
-
"name": "dir",
|
|
208467
|
-
"privacy": "public",
|
|
208468
|
-
"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)",
|
|
208469
|
-
"type": "FlowDirection",
|
|
208470
|
-
"inheritedFrom": {
|
|
208471
|
-
"name": "CustomElement",
|
|
208472
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208473
|
-
}
|
|
208474
|
-
},
|
|
208475
|
-
{
|
|
208476
|
-
"kind": "field",
|
|
208477
|
-
"name": "lang",
|
|
208478
|
-
"privacy": "public",
|
|
208479
|
-
"description": "The lang property indicates the language of the element's content.",
|
|
208480
|
-
"type": "string",
|
|
208481
|
-
"inheritedFrom": {
|
|
208482
|
-
"name": "CustomElement",
|
|
208483
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208484
|
-
}
|
|
208485
|
-
},
|
|
208486
|
-
{
|
|
208487
|
-
"kind": "field",
|
|
208488
|
-
"name": "connected",
|
|
208489
|
-
"privacy": "public",
|
|
208490
|
-
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
208491
|
-
"type": "IEventEmitter<void>",
|
|
208492
|
-
"inheritedFrom": {
|
|
208493
|
-
"name": "CustomElement",
|
|
208494
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208495
|
-
}
|
|
208496
|
-
},
|
|
208497
|
-
{
|
|
208498
|
-
"kind": "field",
|
|
208499
|
-
"name": "disconnected",
|
|
208500
|
-
"privacy": "public",
|
|
208501
|
-
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
208502
|
-
"type": "IEventEmitter<void>",
|
|
208503
|
-
"inheritedFrom": {
|
|
208504
|
-
"name": "CustomElement",
|
|
208505
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208506
|
-
}
|
|
208507
|
-
},
|
|
208508
|
-
{
|
|
208509
|
-
"kind": "field",
|
|
208510
|
-
"name": "changed",
|
|
208511
|
-
"privacy": "public",
|
|
208512
|
-
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
208513
|
-
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
208514
|
-
"inheritedFrom": {
|
|
208515
|
-
"name": "CustomElement",
|
|
208516
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208517
|
-
}
|
|
208518
|
-
},
|
|
208519
|
-
{
|
|
208520
|
-
"kind": "method",
|
|
208521
|
-
"name": "hasVisibleFocusInTree",
|
|
208522
|
-
"privacy": "public",
|
|
208523
|
-
"type": "(): boolean",
|
|
208524
|
-
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
208525
|
-
"parameters": [],
|
|
208526
|
-
"return": {
|
|
208527
|
-
"type": "boolean"
|
|
208528
|
-
},
|
|
208529
|
-
"inheritedFrom": {
|
|
208530
|
-
"name": "Focusable",
|
|
208531
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
208532
|
-
}
|
|
208533
|
-
},
|
|
208534
|
-
{
|
|
208535
|
-
"kind": "method",
|
|
208536
|
-
"name": "select",
|
|
208537
|
-
"privacy": "public",
|
|
208538
|
-
"type": "(forceUpdate?: boolean): void",
|
|
208539
|
-
"description": "This method is invoked when the `isSelected` property is changed to `true`.",
|
|
208540
|
-
"parameters": [
|
|
208541
|
-
{
|
|
208542
|
-
"name": "forceUpdate",
|
|
208543
|
-
"type": "boolean"
|
|
208544
|
-
}
|
|
208545
|
-
],
|
|
208546
|
-
"return": {
|
|
208547
|
-
"type": "void"
|
|
208548
|
-
},
|
|
208549
|
-
"inheritedFrom": {
|
|
208550
|
-
"name": "SelectorItemElement",
|
|
208551
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208552
|
-
}
|
|
208553
|
-
},
|
|
208554
|
-
{
|
|
208555
|
-
"kind": "method",
|
|
208556
|
-
"name": "deselect",
|
|
208557
|
-
"privacy": "public",
|
|
208558
|
-
"type": "(forceUpdate?: boolean): void",
|
|
208559
|
-
"description": "This method is invoked when the `isSelected` property is changed to `false`.",
|
|
208560
|
-
"parameters": [
|
|
208561
|
-
{
|
|
208562
|
-
"name": "forceUpdate",
|
|
208563
|
-
"type": "boolean"
|
|
208564
|
-
}
|
|
208565
|
-
],
|
|
208566
|
-
"return": {
|
|
208567
|
-
"type": "void"
|
|
208568
|
-
},
|
|
208569
|
-
"inheritedFrom": {
|
|
208570
|
-
"name": "SelectorItemElement",
|
|
208571
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208572
|
-
}
|
|
208573
|
-
},
|
|
208574
|
-
{
|
|
208575
|
-
"kind": "method",
|
|
208576
|
-
"name": "adoptStyle",
|
|
208577
|
-
"privacy": "public",
|
|
208578
|
-
"type": "(styles: CSSResultGroup): void",
|
|
208579
|
-
"description": "Adopts the specified styles.",
|
|
208580
|
-
"parameters": [
|
|
208581
|
-
{
|
|
208582
|
-
"name": "styles",
|
|
208583
|
-
"type": "CSSResultGroup",
|
|
208584
|
-
"description": "The styles to adopt."
|
|
208585
|
-
}
|
|
208586
|
-
],
|
|
208587
|
-
"return": {
|
|
208588
|
-
"type": "void"
|
|
208589
|
-
},
|
|
208590
|
-
"inheritedFrom": {
|
|
208591
|
-
"name": "CustomElement",
|
|
208592
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208593
|
-
}
|
|
208594
|
-
},
|
|
208595
|
-
{
|
|
208596
|
-
"kind": "method",
|
|
208597
|
-
"name": "on",
|
|
208598
|
-
"privacy": "public",
|
|
208599
|
-
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
208600
|
-
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
208601
|
-
"parameters": [
|
|
208602
|
-
{
|
|
208603
|
-
"name": "event",
|
|
208604
|
-
"type": "TEvent"
|
|
208605
|
-
},
|
|
208606
|
-
{
|
|
208607
|
-
"name": "listener",
|
|
208608
|
-
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
208609
|
-
},
|
|
208610
|
-
{
|
|
208611
|
-
"name": "options",
|
|
208612
|
-
"type": "boolean | AddEventListenerOptions"
|
|
208613
|
-
}
|
|
208614
|
-
],
|
|
208615
|
-
"return": {
|
|
208616
|
-
"type": "IEventListenerSubscription"
|
|
208617
|
-
},
|
|
208618
|
-
"inheritedFrom": {
|
|
208619
|
-
"name": "CustomElement",
|
|
208620
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208621
|
-
}
|
|
208622
|
-
},
|
|
208623
|
-
{
|
|
208624
|
-
"kind": "method",
|
|
208625
|
-
"name": "off",
|
|
208626
|
-
"privacy": "public",
|
|
208627
|
-
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
208628
|
-
"description": "Removes an event listener.",
|
|
208629
|
-
"parameters": [
|
|
208630
|
-
{
|
|
208631
|
-
"name": "subscription",
|
|
208632
|
-
"type": "IEventListenerSubscription"
|
|
208633
|
-
}
|
|
208634
|
-
],
|
|
208635
|
-
"return": {
|
|
208636
|
-
"type": "void"
|
|
208637
|
-
},
|
|
208638
|
-
"inheritedFrom": {
|
|
208639
|
-
"name": "CustomElement",
|
|
208640
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208641
|
-
}
|
|
208642
|
-
},
|
|
208643
|
-
{
|
|
208644
|
-
"kind": "method",
|
|
208645
|
-
"name": "emit",
|
|
208646
|
-
"privacy": "public",
|
|
208647
|
-
"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...",
|
|
208648
|
-
"description": "Emits a custom event with more convenient defaults.",
|
|
208649
|
-
"parameters": [
|
|
208650
|
-
{
|
|
208651
|
-
"name": "event",
|
|
208652
|
-
"type": "TEvent"
|
|
208653
|
-
},
|
|
208654
|
-
{
|
|
208655
|
-
"name": "eventInitDict",
|
|
208656
|
-
"type": "CustomEventInit<TDetail>"
|
|
208657
|
-
}
|
|
208658
|
-
],
|
|
208659
|
-
"return": {
|
|
208660
|
-
"type": "boolean"
|
|
208661
|
-
},
|
|
208662
|
-
"inheritedFrom": {
|
|
208663
|
-
"name": "CustomElement",
|
|
208664
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208665
|
-
}
|
|
208666
|
-
},
|
|
208667
|
-
{
|
|
208668
|
-
"kind": "method",
|
|
208669
|
-
"name": "requestUpdate",
|
|
208670
|
-
"privacy": "public",
|
|
208671
|
-
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
208672
|
-
"parameters": [
|
|
208673
|
-
{
|
|
208674
|
-
"name": "name",
|
|
208675
|
-
"type": "keyof this"
|
|
208676
|
-
},
|
|
208677
|
-
{
|
|
208678
|
-
"name": "oldValue",
|
|
208679
|
-
"type": "unknown"
|
|
208680
|
-
},
|
|
208681
|
-
{
|
|
208682
|
-
"name": "options",
|
|
208683
|
-
"type": "PropertyDeclaration<unknown, unknown>"
|
|
208684
|
-
}
|
|
208685
|
-
],
|
|
208686
|
-
"return": {
|
|
208687
|
-
"type": "void"
|
|
208688
|
-
},
|
|
208689
|
-
"inheritedFrom": {
|
|
208690
|
-
"name": "CustomElement",
|
|
208691
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208692
|
-
}
|
|
208693
|
-
}
|
|
208694
|
-
],
|
|
208695
|
-
"tagName": "mosaik-combo-item",
|
|
208696
|
-
"events": [
|
|
208697
|
-
{
|
|
208698
|
-
"description": "Called when the element is selected.",
|
|
208699
|
-
"name": "selected",
|
|
208700
|
-
"type": "Event"
|
|
208701
|
-
},
|
|
208702
|
-
{
|
|
208703
|
-
"description": "Called when the element is deselected.",
|
|
208704
|
-
"name": "deselected",
|
|
208705
|
-
"type": "Event"
|
|
208706
|
-
},
|
|
208707
|
-
{
|
|
208708
|
-
"description": "Fired when any property changes",
|
|
208709
|
-
"name": "changed",
|
|
208710
|
-
"inheritedFrom": {
|
|
208711
|
-
"name": "SelectorItemElement",
|
|
208712
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208713
|
-
},
|
|
208714
|
-
"type": "Event"
|
|
208715
|
-
},
|
|
208716
|
-
{
|
|
208717
|
-
"description": "Fired when the element is connected to the DOM",
|
|
208718
|
-
"name": "connected",
|
|
208719
|
-
"inheritedFrom": {
|
|
208720
|
-
"name": "SelectorItemElement",
|
|
208721
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208722
|
-
},
|
|
208723
|
-
"type": "Event"
|
|
208724
|
-
},
|
|
208725
|
-
{
|
|
208726
|
-
"description": "Emitted when the element is disconnected from the DOM",
|
|
208727
|
-
"name": "disconnected",
|
|
208728
|
-
"inheritedFrom": {
|
|
208729
|
-
"name": "CustomElement",
|
|
208730
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208731
|
-
},
|
|
208732
|
-
"type": "Event"
|
|
208733
|
-
}
|
|
208734
|
-
],
|
|
208735
|
-
"slots": [
|
|
208736
|
-
{
|
|
208737
|
-
"description": "The checkmark slot.",
|
|
208738
|
-
"name": "checkmark"
|
|
208739
|
-
},
|
|
208740
|
-
{
|
|
208741
|
-
"description": "The end slot.",
|
|
208742
|
-
"name": "end"
|
|
208743
|
-
},
|
|
208744
|
-
{
|
|
208745
|
-
"description": "The icon slot.",
|
|
208746
|
-
"name": "icon"
|
|
208747
|
-
},
|
|
208748
|
-
{
|
|
208749
|
-
"description": "Default content area for the option label and description",
|
|
208750
|
-
"name": ""
|
|
208751
|
-
},
|
|
208752
|
-
{
|
|
208753
|
-
"description": "The start slot.",
|
|
208754
|
-
"name": "start"
|
|
208755
|
-
},
|
|
208756
|
-
{
|
|
208757
|
-
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
208758
|
-
"name": "style",
|
|
208759
|
-
"inheritedFrom": {
|
|
208760
|
-
"name": "CustomElement",
|
|
208761
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208762
|
-
}
|
|
208763
|
-
}
|
|
208764
|
-
],
|
|
208765
|
-
"attributes": [
|
|
208766
|
-
{
|
|
208767
|
-
"name": "isChecked",
|
|
208768
|
-
"fieldName": "isChecked",
|
|
208769
|
-
"description": "Gets or sets the `isChecked` property.",
|
|
208770
|
-
"type": "boolean",
|
|
208771
|
-
"inheritedFrom": {
|
|
208772
|
-
"name": "IComboItemElementProps",
|
|
208773
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
208774
|
-
}
|
|
208775
|
-
},
|
|
208776
|
-
{
|
|
208777
|
-
"name": "isActive",
|
|
208778
|
-
"fieldName": "isActive",
|
|
208779
|
-
"description": "Gets or sets the `isActive` property.",
|
|
208780
|
-
"type": "boolean",
|
|
208781
|
-
"inheritedFrom": {
|
|
208782
|
-
"name": "IComboItemElementProps",
|
|
208783
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
208784
|
-
}
|
|
208785
|
-
},
|
|
208786
|
-
{
|
|
208787
|
-
"name": "ripple",
|
|
208788
|
-
"fieldName": "ripple",
|
|
208789
|
-
"description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
|
|
208790
|
-
"type": "boolean",
|
|
208791
|
-
"inheritedFrom": {
|
|
208792
|
-
"name": "Rippleable",
|
|
208793
|
-
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
208794
|
-
}
|
|
208795
|
-
},
|
|
208796
|
-
{
|
|
208797
|
-
"name": "disabled",
|
|
208798
|
-
"fieldName": "disabled",
|
|
208799
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
208800
|
-
"type": "boolean",
|
|
208801
|
-
"inheritedFrom": {
|
|
208802
|
-
"name": "Disableable",
|
|
208803
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
208804
|
-
}
|
|
208805
|
-
},
|
|
208806
|
-
{
|
|
208807
|
-
"name": "variant",
|
|
208808
|
-
"fieldName": "variant",
|
|
208809
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
208810
|
-
"type": "Variant",
|
|
208811
|
-
"inheritedFrom": {
|
|
208812
|
-
"name": "Variantable",
|
|
208813
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
208814
|
-
}
|
|
208815
|
-
},
|
|
208816
|
-
{
|
|
208817
|
-
"name": "is-focused",
|
|
208818
|
-
"fieldName": "isFocused",
|
|
208819
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
208820
|
-
"type": "boolean",
|
|
208821
|
-
"inheritedFrom": {
|
|
208822
|
-
"name": "Focusable",
|
|
208823
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
208824
|
-
}
|
|
208825
|
-
},
|
|
208826
|
-
{
|
|
208827
|
-
"name": "isSelected",
|
|
208828
|
-
"fieldName": "isSelected",
|
|
208829
|
-
"description": "Gets or sets the `isSelected` property.",
|
|
208830
|
-
"type": "boolean",
|
|
208831
|
-
"inheritedFrom": {
|
|
208832
|
-
"name": "SelectorItemElement",
|
|
208833
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
208834
|
-
}
|
|
208835
|
-
},
|
|
208836
|
-
{
|
|
208837
|
-
"name": "value",
|
|
208838
|
-
"fieldName": "value",
|
|
208839
|
-
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
208840
|
-
"type": "TType",
|
|
208841
|
-
"inheritedFrom": {
|
|
208842
|
-
"name": "Valueable",
|
|
208843
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
208844
|
-
}
|
|
208845
|
-
},
|
|
208846
|
-
{
|
|
208847
|
-
"name": "dir",
|
|
208848
|
-
"fieldName": "dir",
|
|
208849
|
-
"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)",
|
|
208850
|
-
"type": "FlowDirection",
|
|
208851
|
-
"inheritedFrom": {
|
|
208852
|
-
"name": "CustomElement",
|
|
208853
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208854
|
-
}
|
|
208855
|
-
},
|
|
208856
|
-
{
|
|
208857
|
-
"name": "lang",
|
|
208858
|
-
"fieldName": "lang",
|
|
208859
|
-
"description": "The lang property indicates the language of the element's content.",
|
|
208860
|
-
"type": "string",
|
|
208861
|
-
"inheritedFrom": {
|
|
208862
|
-
"name": "CustomElement",
|
|
208863
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
208864
|
-
}
|
|
208865
|
-
}
|
|
208866
|
-
],
|
|
208867
|
-
"cssProperties": [
|
|
208868
|
-
{
|
|
208869
|
-
"name": "--combo-item-background-color",
|
|
208870
|
-
"description": "The item background color CSS custom property.",
|
|
208871
|
-
"type": "String"
|
|
208872
|
-
},
|
|
208873
|
-
{
|
|
208874
|
-
"name": "--combo-item-border-color",
|
|
208875
|
-
"description": "The item border color CSS custom property.",
|
|
208876
|
-
"type": "String"
|
|
208877
|
-
},
|
|
208878
|
-
{
|
|
208879
|
-
"name": "--combo-item-border-radius",
|
|
208880
|
-
"description": "Border radius for option styling",
|
|
208881
|
-
"type": "String"
|
|
208882
|
-
},
|
|
208883
|
-
{
|
|
208884
|
-
"name": "--combo-item-border-style",
|
|
208885
|
-
"description": "The item border style CSS custom property.",
|
|
208886
|
-
"type": "String"
|
|
208887
|
-
},
|
|
208888
|
-
{
|
|
208889
|
-
"name": "--combo-item-border-width",
|
|
208890
|
-
"description": "The item border width CSS custom property.",
|
|
208891
|
-
"type": "String"
|
|
208892
|
-
},
|
|
208893
|
-
{
|
|
208894
|
-
"name": "--combo-item-focus-ring-active-width",
|
|
208895
|
-
"description": "The item focus ring active width CSS custom property.",
|
|
208896
|
-
"type": "String"
|
|
208897
|
-
},
|
|
208898
|
-
{
|
|
208899
|
-
"name": "--combo-item-focus-ring-color",
|
|
208900
|
-
"description": "The item focus ring color CSS custom property.",
|
|
208901
|
-
"type": "String"
|
|
208902
|
-
},
|
|
208903
|
-
{
|
|
208904
|
-
"name": "--combo-item-focus-ring-inward-offset",
|
|
208905
|
-
"description": "The item focus ring inward offset CSS custom property.",
|
|
208906
|
-
"type": "String"
|
|
208907
|
-
},
|
|
208908
|
-
{
|
|
208909
|
-
"name": "--combo-item-focus-ring-outward-offset",
|
|
208910
|
-
"description": "The item focus ring outward offset CSS custom property.",
|
|
208911
|
-
"type": "String"
|
|
208912
|
-
},
|
|
208913
|
-
{
|
|
208914
|
-
"name": "--combo-item-font-family",
|
|
208915
|
-
"description": "The item font family CSS custom property.",
|
|
208916
|
-
"type": "String"
|
|
208917
|
-
},
|
|
208918
|
-
{
|
|
208919
|
-
"name": "--combo-item-font-letter-spacing",
|
|
208920
|
-
"description": "The item font letter spacing CSS custom property.",
|
|
208921
|
-
"type": "String"
|
|
208922
|
-
},
|
|
208923
|
-
{
|
|
208924
|
-
"name": "--combo-item-font-line-height",
|
|
208925
|
-
"description": "The item font line height CSS custom property.",
|
|
208926
|
-
"type": "String"
|
|
208927
|
-
},
|
|
208928
|
-
{
|
|
208929
|
-
"name": "--combo-item-font-size",
|
|
208930
|
-
"description": "The item font size CSS custom property.",
|
|
208931
|
-
"type": "String"
|
|
208932
|
-
},
|
|
208933
|
-
{
|
|
208934
|
-
"name": "--combo-item-font-text-decoration",
|
|
208935
|
-
"description": "The item font text decoration CSS custom property.",
|
|
208936
|
-
"type": "String"
|
|
208937
|
-
},
|
|
208938
|
-
{
|
|
208939
|
-
"name": "--combo-item-font-text-transform",
|
|
208940
|
-
"description": "The item font text transform CSS custom property.",
|
|
208941
|
-
"type": "String"
|
|
208942
|
-
},
|
|
208943
|
-
{
|
|
208944
|
-
"name": "--combo-item-font-weight",
|
|
208945
|
-
"description": "The item font weight CSS custom property.",
|
|
208946
|
-
"type": "String"
|
|
208947
|
-
},
|
|
208948
|
-
{
|
|
208949
|
-
"name": "--combo-item-foreground-color",
|
|
208950
|
-
"description": "The item foreground color CSS custom property.",
|
|
208951
|
-
"type": "String"
|
|
208952
|
-
},
|
|
208953
|
-
{
|
|
208954
|
-
"name": "--combo-item-gap",
|
|
208955
|
-
"description": "The item gap CSS custom property.",
|
|
208956
|
-
"type": "String"
|
|
208957
|
-
},
|
|
208958
|
-
{
|
|
208959
|
-
"name": "--combo-item-padding-bottom",
|
|
208960
|
-
"description": "The item padding bottom CSS custom property.",
|
|
208961
|
-
"type": "String"
|
|
208962
|
-
},
|
|
208963
|
-
{
|
|
208964
|
-
"name": "--combo-item-padding-left",
|
|
208965
|
-
"description": "The item padding left CSS custom property.",
|
|
208966
|
-
"type": "String"
|
|
208967
|
-
},
|
|
208968
|
-
{
|
|
208969
|
-
"name": "--combo-item-padding-right",
|
|
208970
|
-
"description": "The item padding right CSS custom property.",
|
|
208971
|
-
"type": "String"
|
|
208972
|
-
},
|
|
208973
|
-
{
|
|
208974
|
-
"name": "--combo-item-padding-top",
|
|
208975
|
-
"description": "The item padding top CSS custom property.",
|
|
208976
|
-
"type": "String"
|
|
208977
|
-
},
|
|
208978
|
-
{
|
|
208979
|
-
"name": "--combo-item-ripple-color",
|
|
208980
|
-
"description": "The item ripple color CSS custom property.",
|
|
208981
|
-
"type": "String"
|
|
208982
|
-
},
|
|
208983
|
-
{
|
|
208984
|
-
"name": "--combo-item-ripple-duration",
|
|
208985
|
-
"description": "The item ripple duration CSS custom property.",
|
|
208986
|
-
"type": "String"
|
|
208987
|
-
},
|
|
208988
|
-
{
|
|
208989
|
-
"name": "--combo-item-shadow",
|
|
208990
|
-
"description": "The item shadow CSS custom property.",
|
|
208991
|
-
"type": "String"
|
|
208992
|
-
},
|
|
208993
|
-
{
|
|
208994
|
-
"name": "--combo-item-shadow-blur",
|
|
208995
|
-
"description": "The item shadow blur CSS custom property.",
|
|
208996
|
-
"type": "String"
|
|
208997
|
-
},
|
|
208998
|
-
{
|
|
208999
|
-
"name": "--combo-item-shadow-color",
|
|
209000
|
-
"description": "The item shadow color CSS custom property.",
|
|
209001
|
-
"type": "String"
|
|
209002
|
-
},
|
|
209003
|
-
{
|
|
209004
|
-
"name": "--combo-item-shadow-offset-x",
|
|
209005
|
-
"description": "The item shadow offset x CSS custom property.",
|
|
209006
|
-
"type": "String"
|
|
209007
|
-
},
|
|
209008
|
-
{
|
|
209009
|
-
"name": "--combo-item-shadow-offset-y",
|
|
209010
|
-
"description": "The item shadow offset y CSS custom property.",
|
|
209011
|
-
"type": "String"
|
|
209012
|
-
},
|
|
209013
|
-
{
|
|
209014
|
-
"name": "--combo-item-shadow-spread",
|
|
209015
|
-
"description": "The item shadow spread CSS custom property.",
|
|
209016
|
-
"type": "String"
|
|
209017
|
-
},
|
|
209018
|
-
{
|
|
209019
|
-
"name": "--combo-item-transition-duration",
|
|
209020
|
-
"description": "The item transition duration CSS custom property.",
|
|
209021
|
-
"type": "String"
|
|
209022
|
-
},
|
|
209023
|
-
{
|
|
209024
|
-
"name": "--combo-item-transition-mode",
|
|
209025
|
-
"description": "The item transition mode CSS custom property.",
|
|
209026
|
-
"type": "String"
|
|
209027
|
-
},
|
|
209028
|
-
{
|
|
209029
|
-
"name": "--combo-item-transition-property",
|
|
209030
|
-
"description": "The item transition property CSS custom property.",
|
|
209031
|
-
"type": "String"
|
|
209032
|
-
},
|
|
209033
|
-
{
|
|
209034
|
-
"name": "--combo-item-translate",
|
|
209035
|
-
"description": "The item translate CSS custom property.",
|
|
209036
|
-
"type": "String"
|
|
209037
|
-
}
|
|
209038
|
-
],
|
|
209039
|
-
"cssParts": [
|
|
209040
|
-
{
|
|
209041
|
-
"name": "checkmark",
|
|
209042
|
-
"description": "Checkmark indicator for selected state"
|
|
209043
|
-
},
|
|
209044
|
-
{
|
|
209045
|
-
"name": "focusRing",
|
|
209046
|
-
"description": "The focusRing part."
|
|
209047
|
-
},
|
|
209048
|
-
{
|
|
209049
|
-
"name": "ripple",
|
|
209050
|
-
"description": "The ripple part."
|
|
209051
|
-
}
|
|
209052
|
-
]
|
|
209053
|
-
}
|
|
209054
|
-
]
|
|
209055
|
-
},
|
|
209056
210835
|
{
|
|
209057
210836
|
"path": "./../src/Controls/Components/Selectors/DataList/Accessors/DataListElementValueAccessor.ts",
|
|
209058
210837
|
"exports": [
|
|
@@ -209898,6 +211677,13 @@
|
|
|
209898
211677
|
"description": "Called when the column editor is closed.\nProvides reference to `IEventDetail` as event argument.",
|
|
209899
211678
|
"type": "IEventEmitter<IEventDetail>"
|
|
209900
211679
|
},
|
|
211680
|
+
{
|
|
211681
|
+
"kind": "field",
|
|
211682
|
+
"name": "dataTableSortChanged",
|
|
211683
|
+
"privacy": "public",
|
|
211684
|
+
"description": "Called when the sort order of the table has changed.\nProvides reference to `IDataTableSortChangedEventDetail` as event argument.",
|
|
211685
|
+
"type": "IEventEmitter<IDataTableSortChangedEventDetail>"
|
|
211686
|
+
},
|
|
209901
211687
|
{
|
|
209902
211688
|
"kind": "field",
|
|
209903
211689
|
"name": "allColumnsHidden",
|
|
@@ -210317,6 +212103,11 @@
|
|
|
210317
212103
|
"name": "dataTableEditorClosed",
|
|
210318
212104
|
"type": "Event"
|
|
210319
212105
|
},
|
|
212106
|
+
{
|
|
212107
|
+
"description": "Fired when the sort order of the table has changed.",
|
|
212108
|
+
"name": "dataTableSortChanged",
|
|
212109
|
+
"type": "Event"
|
|
212110
|
+
},
|
|
210320
212111
|
{
|
|
210321
212112
|
"description": "Fired when any property changes",
|
|
210322
212113
|
"name": "changed",
|
|
@@ -215413,58 +217204,6 @@
|
|
|
215413
217204
|
}
|
|
215414
217205
|
]
|
|
215415
217206
|
},
|
|
215416
|
-
{
|
|
215417
|
-
"path": "./../src/Controls/Components/Selectors/List/ListElementIntl.ts",
|
|
215418
|
-
"exports": [
|
|
215419
|
-
{
|
|
215420
|
-
"kind": "class",
|
|
215421
|
-
"superclass": {
|
|
215422
|
-
"name": "ElementIntlBase",
|
|
215423
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
215424
|
-
},
|
|
215425
|
-
"description": "The `ListElementIntl` class.",
|
|
215426
|
-
"name": "ListElementIntl",
|
|
215427
|
-
"members": [
|
|
215428
|
-
{
|
|
215429
|
-
"kind": "field",
|
|
215430
|
-
"name": "empty",
|
|
215431
|
-
"privacy": "public",
|
|
215432
|
-
"description": "Gets or sets the `empty` property.",
|
|
215433
|
-
"type": "string"
|
|
215434
|
-
},
|
|
215435
|
-
{
|
|
215436
|
-
"kind": "field",
|
|
215437
|
-
"name": "filterPlaceholder",
|
|
215438
|
-
"privacy": "public",
|
|
215439
|
-
"description": "Gets or sets the `filterPlaceholder` property.",
|
|
215440
|
-
"type": "string"
|
|
215441
|
-
},
|
|
215442
|
-
{
|
|
215443
|
-
"kind": "field",
|
|
215444
|
-
"name": "locale",
|
|
215445
|
-
"privacy": "public",
|
|
215446
|
-
"description": "Gets or sets the `locale` property.",
|
|
215447
|
-
"type": "string",
|
|
215448
|
-
"inheritedFrom": {
|
|
215449
|
-
"name": "ElementIntlBase",
|
|
215450
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
215451
|
-
}
|
|
215452
|
-
},
|
|
215453
|
-
{
|
|
215454
|
-
"kind": "field",
|
|
215455
|
-
"name": "changes",
|
|
215456
|
-
"privacy": "public",
|
|
215457
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
215458
|
-
"type": "IEventEmitter<void>",
|
|
215459
|
-
"inheritedFrom": {
|
|
215460
|
-
"name": "ElementIntlBase",
|
|
215461
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
215462
|
-
}
|
|
215463
|
-
}
|
|
215464
|
-
]
|
|
215465
|
-
}
|
|
215466
|
-
]
|
|
215467
|
-
},
|
|
215468
217207
|
{
|
|
215469
217208
|
"path": "./../src/Controls/Components/Selectors/List/ListItemElement.ts",
|
|
215470
217209
|
"exports": [
|
|
@@ -216819,6 +218558,58 @@
|
|
|
216819
218558
|
}
|
|
216820
218559
|
]
|
|
216821
218560
|
},
|
|
218561
|
+
{
|
|
218562
|
+
"path": "./../src/Controls/Components/Selectors/List/intl/ListElementIntl.ts",
|
|
218563
|
+
"exports": [
|
|
218564
|
+
{
|
|
218565
|
+
"kind": "class",
|
|
218566
|
+
"superclass": {
|
|
218567
|
+
"name": "ElementIntlBase",
|
|
218568
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
218569
|
+
},
|
|
218570
|
+
"description": "The `ListElementIntl` class.",
|
|
218571
|
+
"name": "ListElementIntl",
|
|
218572
|
+
"members": [
|
|
218573
|
+
{
|
|
218574
|
+
"kind": "field",
|
|
218575
|
+
"name": "empty",
|
|
218576
|
+
"privacy": "public",
|
|
218577
|
+
"description": "Gets or sets the `empty` property.",
|
|
218578
|
+
"type": "string"
|
|
218579
|
+
},
|
|
218580
|
+
{
|
|
218581
|
+
"kind": "field",
|
|
218582
|
+
"name": "filterPlaceholder",
|
|
218583
|
+
"privacy": "public",
|
|
218584
|
+
"description": "Gets or sets the `filterPlaceholder` property.",
|
|
218585
|
+
"type": "string"
|
|
218586
|
+
},
|
|
218587
|
+
{
|
|
218588
|
+
"kind": "field",
|
|
218589
|
+
"name": "locale",
|
|
218590
|
+
"privacy": "public",
|
|
218591
|
+
"description": "Gets or sets the `locale` property.",
|
|
218592
|
+
"type": "string",
|
|
218593
|
+
"inheritedFrom": {
|
|
218594
|
+
"name": "ElementIntlBase",
|
|
218595
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
218596
|
+
}
|
|
218597
|
+
},
|
|
218598
|
+
{
|
|
218599
|
+
"kind": "field",
|
|
218600
|
+
"name": "changes",
|
|
218601
|
+
"privacy": "public",
|
|
218602
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
218603
|
+
"type": "IEventEmitter<void>",
|
|
218604
|
+
"inheritedFrom": {
|
|
218605
|
+
"name": "ElementIntlBase",
|
|
218606
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
218607
|
+
}
|
|
218608
|
+
}
|
|
218609
|
+
]
|
|
218610
|
+
}
|
|
218611
|
+
]
|
|
218612
|
+
},
|
|
216822
218613
|
{
|
|
216823
218614
|
"path": "./../src/Controls/Components/Selectors/Menu/MenuElement.ts",
|
|
216824
218615
|
"exports": [
|