@breadstone/mosaik-elements-foundation 0.1.50 → 0.1.52
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/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 -3
- package/Controls/Components/Inputs/Calendar/CalendarElement.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.js +4 -9
- package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.js +14 -0
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.js +14 -0
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.js +14 -0
- package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +5 -5
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.d.ts +0 -5
- package/Controls/Components/Inputs/Radio/RadioElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.js +0 -5
- package/Controls/Components/Inputs/Radio/RadioElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js +6 -6
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.js +5 -6
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.js +7 -8
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Memphis.js +20 -21
- package/Controls/Components/Inputs/Radio/Themes/RadioElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/Radio/Themes/RadioGroupElement.Cosmopolitan.js +10 -10
- package/Controls/Components/Inputs/Radio/Themes/RadioGroupElement.Joy.js +14 -14
- package/Controls/Components/Inputs/Radio/Themes/RadioGroupElement.Memphis.js +20 -20
- package/Controls/Components/Inputs/Select/ISelectItemVisualElementProps.d.ts +8 -0
- package/Controls/Components/Inputs/Select/ISelectItemVisualElementProps.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/ISelectItemVisualElementProps.js +2 -0
- package/Controls/Components/Inputs/Select/ISelectItemVisualElementProps.js.map +1 -0
- package/Controls/Components/Inputs/Select/SelectElement.d.ts +4 -0
- package/Controls/Components/Inputs/Select/SelectElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElement.js +52 -0
- package/Controls/Components/Inputs/Select/SelectElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectElementTemplate.js +9 -6
- package/Controls/Components/Inputs/Select/SelectElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemElement.d.ts +1 -0
- package/Controls/Components/Inputs/Select/SelectItemElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemElement.js +1 -0
- package/Controls/Components/Inputs/Select/SelectItemElement.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemVisualElement.d.ts +81 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElement.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElement.js +97 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElement.js.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElementTemplate.d.ts +9 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElementTemplate.js +20 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualElementTemplate.js.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.js +13 -0
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Memphis.js +13 -0
- package/Controls/Components/Inputs/Select/Themes/SelectElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Cosmopolitan.js +75 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Joy.d.ts +6 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Joy.js +75 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Joy.js.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Memphis.d.ts +6 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Memphis.js +75 -0
- package/Controls/Components/Inputs/Select/Themes/SelectItemVisualElement.Memphis.js.map +1 -0
- package/Controls/Components/Inputs/TextBox/TextBoxElement.d.ts +2 -0
- package/Controls/Components/Inputs/TextBox/TextBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxElement.js +13 -0
- package/Controls/Components/Inputs/TextBox/TextBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxElementTemplate.js +50 -45
- package/Controls/Components/Inputs/TextBox/TextBoxElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.js +30 -3
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.js +30 -3
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.js +30 -3
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogActionsElement.d.ts +3 -3
- package/Controls/Components/Overlays/Dialog/DialogActionsElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogActionsElement.js +6 -10
- package/Controls/Components/Overlays/Dialog/DialogActionsElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogActionsElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogActionsElementTemplate.js +6 -20
- package/Controls/Components/Overlays/Dialog/DialogActionsElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Cosmopolitan.js +10 -2
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Joy.js +10 -2
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Memphis.js +10 -2
- package/Controls/Components/Overlays/Dialog/Themes/DialogActionsElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js +2 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js +3 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js +2 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts +3 -3
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js +6 -10
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js +6 -20
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +6 -7
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +20 -12
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js +10 -2
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js +10 -2
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js +10 -2
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Joy.js +2 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Memphis.js +1 -0
- package/Controls/Components/Overlays/MessageBox/Themes/MessageBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/ISheetElementProps.d.ts +95 -4
- package/Controls/Components/Overlays/Sheet/ISheetElementProps.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/ISheetElementProps.js +31 -1
- package/Controls/Components/Overlays/Sheet/ISheetElementProps.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetElement.d.ts +318 -50
- package/Controls/Components/Overlays/Sheet/SheetElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetElement.js +959 -159
- package/Controls/Components/Overlays/Sheet/SheetElement.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetElementTemplate.js +21 -8
- package/Controls/Components/Overlays/Sheet/SheetElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetModalController.d.ts +2 -0
- package/Controls/Components/Overlays/Sheet/SheetModalController.d.ts.map +1 -0
- package/Controls/Components/Overlays/Sheet/SheetModalController.js +152 -0
- package/Controls/Components/Overlays/Sheet/SheetModalController.js.map +1 -0
- package/Controls/Components/Overlays/Sheet/SheetService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetService.js +1 -12
- package/Controls/Components/Overlays/Sheet/SheetService.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetSnapEngine.d.ts +2 -0
- package/Controls/Components/Overlays/Sheet/SheetSnapEngine.d.ts.map +1 -0
- package/Controls/Components/Overlays/Sheet/SheetSnapEngine.js +135 -0
- package/Controls/Components/Overlays/Sheet/SheetSnapEngine.js.map +1 -0
- package/Controls/Components/Overlays/Sheet/SheetTypes.d.ts +117 -0
- package/Controls/Components/Overlays/Sheet/SheetTypes.d.ts.map +1 -0
- package/Controls/Components/Overlays/Sheet/SheetTypes.js +3 -0
- package/Controls/Components/Overlays/Sheet/SheetTypes.js.map +1 -0
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Cosmopolitan.js +6 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Joy.js +6 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Memphis.js +6 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetContentElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Cosmopolitan.js +112 -43
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Joy.js +112 -43
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Memphis.js +112 -43
- package/Controls/Components/Overlays/Sheet/Themes/SheetElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Cosmopolitan.js +10 -2
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Joy.js +10 -2
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Memphis.js +10 -2
- package/Controls/Components/Overlays/Toast/Themes/ToastActionsElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastActionsElement.d.ts +3 -3
- package/Controls/Components/Overlays/Toast/ToastActionsElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastActionsElement.js +6 -10
- package/Controls/Components/Overlays/Toast/ToastActionsElement.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastActionsElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastActionsElementTemplate.js +6 -20
- package/Controls/Components/Overlays/Toast/ToastActionsElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalHostElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalHostElement.Joy.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalHostElement.Memphis.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Joy.js +1 -1
- package/Controls/Components/Primitives/Portal/Themes/PortalProjectionElement.Memphis.js +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts +4 -0
- package/Controls/Components/Selectors/Combo/ComboElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElement.js +67 -4
- package/Controls/Components/Selectors/Combo/ComboElement.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.js +12 -10
- package/Controls/Components/Selectors/Combo/ComboElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboItemVisualElement.d.ts +81 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElement.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElement.js +97 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElement.js.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElementTemplate.d.ts +9 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElementTemplate.js +20 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualElementTemplate.js.map +1 -0
- package/Controls/Components/Selectors/Combo/IComboItemVisualElementProps.d.ts +8 -0
- package/Controls/Components/Selectors/Combo/IComboItemVisualElementProps.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/IComboItemVisualElementProps.js +2 -0
- package/Controls/Components/Selectors/Combo/IComboItemVisualElementProps.js.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.js +13 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Memphis.js +13 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboElement.Memphis.js.map +1 -1
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Cosmopolitan.js +75 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Joy.d.ts +6 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Joy.js +75 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Joy.js.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Memphis.d.ts +6 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Memphis.js +75 -0
- package/Controls/Components/Selectors/Combo/Themes/ComboItemVisualElement.Memphis.js.map +1 -0
- package/Controls/Components/Shell/AppElement.d.ts +0 -1
- package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElement.js +19 -2
- package/Controls/Components/Shell/AppElement.js.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.js +2 -1
- package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
- package/Controls/Controllers/ModalController.d.ts +2 -0
- package/Controls/Controllers/ModalController.d.ts.map +1 -0
- package/Controls/Controllers/ModalController.js +186 -0
- package/Controls/Controllers/ModalController.js.map +1 -0
- package/Controls/Controllers/SelectionVisualProjectionController.d.ts +2 -0
- package/Controls/Controllers/SelectionVisualProjectionController.d.ts.map +1 -0
- package/Controls/Controllers/SelectionVisualProjectionController.js +129 -0
- package/Controls/Controllers/SelectionVisualProjectionController.js.map +1 -0
- package/Controls/Types/SheetDragMode.d.ts +24 -0
- package/Controls/Types/SheetDragMode.d.ts.map +1 -0
- package/Controls/Types/SheetDragMode.js +19 -0
- package/Controls/Types/SheetDragMode.js.map +1 -0
- package/Controls/Types/SheetPosition.d.ts +24 -0
- package/Controls/Types/SheetPosition.d.ts.map +1 -0
- package/Controls/Types/SheetPosition.js +20 -0
- package/Controls/Types/SheetPosition.js.map +1 -0
- package/Controls/Types/SheetSnap.d.ts +21 -0
- package/Controls/Types/SheetSnap.d.ts.map +1 -0
- package/Controls/Types/SheetSnap.js +14 -0
- package/Controls/Types/SheetSnap.js.map +1 -0
- package/Controls/events/OpenCloseEvents.d.ts +1 -1
- package/Controls/events/OpenCloseEvents.d.ts.map +1 -1
- package/Controls/events/ResizeDragEvents.d.ts +27 -20
- package/Controls/events/ResizeDragEvents.d.ts.map +1 -1
- package/Controls/events/SheetEvents.d.ts +49 -0
- package/Controls/events/SheetEvents.d.ts.map +1 -0
- package/Controls/events/SheetEvents.js +3 -0
- package/Controls/events/SheetEvents.js.map +1 -0
- package/Controls/events/index.d.ts +2 -1
- package/Controls/events/index.d.ts.map +1 -1
- package/Index.d.ts +7 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +5 -0
- package/Index.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/Utilities/SnapEngine.d.ts +2 -0
- package/Utilities/SnapEngine.d.ts.map +1 -0
- package/Utilities/SnapEngine.js +121 -0
- package/Utilities/SnapEngine.js.map +1 -0
- package/custom-elements.json +2464 -821
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -40031,6 +40031,10 @@
|
|
|
40031
40031
|
"name": "previous",
|
|
40032
40032
|
"description": "The navigation previous button part."
|
|
40033
40033
|
},
|
|
40034
|
+
{
|
|
40035
|
+
"name": "root",
|
|
40036
|
+
"description": "The calendar layout container."
|
|
40037
|
+
},
|
|
40034
40038
|
{
|
|
40035
40039
|
"name": "sheet",
|
|
40036
40040
|
"description": "Individual calendar sheet."
|
|
@@ -65295,31 +65299,6 @@
|
|
|
65295
65299
|
"description": "The border width CSS custom property.",
|
|
65296
65300
|
"type": "String"
|
|
65297
65301
|
},
|
|
65298
|
-
{
|
|
65299
|
-
"name": "--radio-checkmark-background-color",
|
|
65300
|
-
"description": "The checkmark background color CSS custom property.",
|
|
65301
|
-
"type": "String"
|
|
65302
|
-
},
|
|
65303
|
-
{
|
|
65304
|
-
"name": "--radio-checkmark-border-color",
|
|
65305
|
-
"description": "The checkmark border color CSS custom property.",
|
|
65306
|
-
"type": "String"
|
|
65307
|
-
},
|
|
65308
|
-
{
|
|
65309
|
-
"name": "--radio-checkmark-foreground-color",
|
|
65310
|
-
"description": "The checkmark foreground color CSS custom property.",
|
|
65311
|
-
"type": "String"
|
|
65312
|
-
},
|
|
65313
|
-
{
|
|
65314
|
-
"name": "--radio-focus-ring-border-color",
|
|
65315
|
-
"description": "The focus ring border color CSS custom property.",
|
|
65316
|
-
"type": "String"
|
|
65317
|
-
},
|
|
65318
|
-
{
|
|
65319
|
-
"name": "--radio-focus-ring-outward-offset",
|
|
65320
|
-
"description": "The focus ring outward offset CSS custom property.",
|
|
65321
|
-
"type": "String"
|
|
65322
|
-
},
|
|
65323
65302
|
{
|
|
65324
65303
|
"name": "--radio-font-family",
|
|
65325
65304
|
"description": "The font family CSS custom property.",
|
|
@@ -79900,6 +79879,10 @@
|
|
|
79900
79879
|
"description": "Content placed after the input value.",
|
|
79901
79880
|
"name": "suffix"
|
|
79902
79881
|
},
|
|
79882
|
+
{
|
|
79883
|
+
"description": "Custom content that replaces the selected item presentation.",
|
|
79884
|
+
"name": "trigger"
|
|
79885
|
+
},
|
|
79903
79886
|
{
|
|
79904
79887
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
79905
79888
|
"name": "style",
|
|
@@ -80342,6 +80325,14 @@
|
|
|
80342
80325
|
{
|
|
80343
80326
|
"name": "projection",
|
|
80344
80327
|
"description": "The dropdown content projection area."
|
|
80328
|
+
},
|
|
80329
|
+
{
|
|
80330
|
+
"name": "selection-fallback",
|
|
80331
|
+
"description": "Text fallback for a selected item without a visual."
|
|
80332
|
+
},
|
|
80333
|
+
{
|
|
80334
|
+
"name": "selection-visuals",
|
|
80335
|
+
"description": "The selected item value surface."
|
|
80345
80336
|
}
|
|
80346
80337
|
]
|
|
80347
80338
|
}
|
|
@@ -80846,6 +80837,10 @@
|
|
|
80846
80837
|
"description": "Content placed before the icon (e.g., status indicators, badges)",
|
|
80847
80838
|
"name": "start"
|
|
80848
80839
|
},
|
|
80840
|
+
{
|
|
80841
|
+
"description": "A dedicated visual instance used in the Select value surface.",
|
|
80842
|
+
"name": "selection"
|
|
80843
|
+
},
|
|
80849
80844
|
{
|
|
80850
80845
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
80851
80846
|
"name": "style",
|
|
@@ -81657,219 +81652,14 @@
|
|
|
81657
81652
|
]
|
|
81658
81653
|
},
|
|
81659
81654
|
{
|
|
81660
|
-
"path": "./../src/Controls/Components/Inputs/Select/
|
|
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
|
-
{
|
|
81712
|
-
"path": "./../src/Controls/Components/Inputs/SignaturePad/Accessors/SignaturePadElementValueAccessor.ts",
|
|
81713
|
-
"exports": [
|
|
81714
|
-
{
|
|
81715
|
-
"kind": "class",
|
|
81716
|
-
"superclass": {
|
|
81717
|
-
"name": "ElementValueAccessorBase",
|
|
81718
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81719
|
-
},
|
|
81720
|
-
"description": "The `SignaturePadElementValueAccessor` class.",
|
|
81721
|
-
"name": "SignaturePadElementValueAccessor",
|
|
81722
|
-
"members": [
|
|
81723
|
-
{
|
|
81724
|
-
"kind": "method",
|
|
81725
|
-
"name": "hostConnected",
|
|
81726
|
-
"privacy": "public",
|
|
81727
|
-
"type": "(): void",
|
|
81728
|
-
"parameters": [],
|
|
81729
|
-
"return": {
|
|
81730
|
-
"type": "void"
|
|
81731
|
-
}
|
|
81732
|
-
},
|
|
81733
|
-
{
|
|
81734
|
-
"kind": "method",
|
|
81735
|
-
"name": "writeValue",
|
|
81736
|
-
"privacy": "public",
|
|
81737
|
-
"type": "(value: Blob | null): void",
|
|
81738
|
-
"description": "Writes a value from the form framework into the accessor without\ntriggering the onChange callback. This is the correct behavior because\nwriteValue represents a programmatic push from the form model into the\ncontrol — it is not a user-initiated change.",
|
|
81739
|
-
"parameters": [
|
|
81740
|
-
{
|
|
81741
|
-
"name": "value",
|
|
81742
|
-
"type": "Blob | null"
|
|
81743
|
-
}
|
|
81744
|
-
],
|
|
81745
|
-
"return": {
|
|
81746
|
-
"type": "void"
|
|
81747
|
-
}
|
|
81748
|
-
},
|
|
81749
|
-
{
|
|
81750
|
-
"kind": "method",
|
|
81751
|
-
"name": "resetValue",
|
|
81752
|
-
"privacy": "public",
|
|
81753
|
-
"type": "(): void",
|
|
81754
|
-
"description": "Resets the value of the element.",
|
|
81755
|
-
"parameters": [],
|
|
81756
|
-
"return": {
|
|
81757
|
-
"type": "void"
|
|
81758
|
-
}
|
|
81759
|
-
},
|
|
81760
|
-
{
|
|
81761
|
-
"kind": "method",
|
|
81762
|
-
"name": "registerOnChange",
|
|
81763
|
-
"privacy": "public",
|
|
81764
|
-
"type": "(fn: unknown): void",
|
|
81765
|
-
"description": "Registers a function called when the element value changes.",
|
|
81766
|
-
"parameters": [
|
|
81767
|
-
{
|
|
81768
|
-
"name": "fn",
|
|
81769
|
-
"type": "unknown"
|
|
81770
|
-
}
|
|
81771
|
-
],
|
|
81772
|
-
"return": {
|
|
81773
|
-
"type": "void"
|
|
81774
|
-
},
|
|
81775
|
-
"inheritedFrom": {
|
|
81776
|
-
"name": "ElementValueAccessorBase",
|
|
81777
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81778
|
-
}
|
|
81779
|
-
},
|
|
81780
|
-
{
|
|
81781
|
-
"kind": "method",
|
|
81782
|
-
"name": "registerOnTouched",
|
|
81783
|
-
"privacy": "public",
|
|
81784
|
-
"type": "(fn: unknown): void",
|
|
81785
|
-
"description": "Registers a function called when the element is touched.",
|
|
81786
|
-
"parameters": [
|
|
81787
|
-
{
|
|
81788
|
-
"name": "fn",
|
|
81789
|
-
"type": "unknown"
|
|
81790
|
-
}
|
|
81791
|
-
],
|
|
81792
|
-
"return": {
|
|
81793
|
-
"type": "void"
|
|
81794
|
-
},
|
|
81795
|
-
"inheritedFrom": {
|
|
81796
|
-
"name": "ElementValueAccessorBase",
|
|
81797
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81798
|
-
}
|
|
81799
|
-
},
|
|
81800
|
-
{
|
|
81801
|
-
"kind": "method",
|
|
81802
|
-
"name": "registerOnReset",
|
|
81803
|
-
"privacy": "public",
|
|
81804
|
-
"type": "(fn: unknown): void",
|
|
81805
|
-
"description": "Registers a function called when the element is reset.",
|
|
81806
|
-
"parameters": [
|
|
81807
|
-
{
|
|
81808
|
-
"name": "fn",
|
|
81809
|
-
"type": "unknown"
|
|
81810
|
-
}
|
|
81811
|
-
],
|
|
81812
|
-
"return": {
|
|
81813
|
-
"type": "void"
|
|
81814
|
-
},
|
|
81815
|
-
"inheritedFrom": {
|
|
81816
|
-
"name": "ElementValueAccessorBase",
|
|
81817
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81818
|
-
}
|
|
81819
|
-
},
|
|
81820
|
-
{
|
|
81821
|
-
"kind": "method",
|
|
81822
|
-
"name": "setDisabled",
|
|
81823
|
-
"privacy": "public",
|
|
81824
|
-
"type": "(isDisabled: boolean): void",
|
|
81825
|
-
"description": "Sets the \"disabled\" property on the range input element.",
|
|
81826
|
-
"parameters": [
|
|
81827
|
-
{
|
|
81828
|
-
"name": "isDisabled",
|
|
81829
|
-
"type": "boolean"
|
|
81830
|
-
}
|
|
81831
|
-
],
|
|
81832
|
-
"return": {
|
|
81833
|
-
"type": "void"
|
|
81834
|
-
},
|
|
81835
|
-
"inheritedFrom": {
|
|
81836
|
-
"name": "ElementValueAccessorBase",
|
|
81837
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81838
|
-
}
|
|
81839
|
-
},
|
|
81840
|
-
{
|
|
81841
|
-
"kind": "method",
|
|
81842
|
-
"name": "releaseCallbacks",
|
|
81843
|
-
"privacy": "public",
|
|
81844
|
-
"type": "(): void",
|
|
81845
|
-
"description": "Releases registered framework callbacks.",
|
|
81846
|
-
"parameters": [],
|
|
81847
|
-
"return": {
|
|
81848
|
-
"type": "void"
|
|
81849
|
-
},
|
|
81850
|
-
"inheritedFrom": {
|
|
81851
|
-
"name": "ElementValueAccessorBase",
|
|
81852
|
-
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
81853
|
-
}
|
|
81854
|
-
}
|
|
81855
|
-
]
|
|
81856
|
-
},
|
|
81857
|
-
{
|
|
81858
|
-
"kind": "variable",
|
|
81859
|
-
"name": "signaturePadElementValueAccessor",
|
|
81860
|
-
"type": "ElementValueAccessorFn<SignaturePadElement>"
|
|
81861
|
-
}
|
|
81862
|
-
]
|
|
81863
|
-
},
|
|
81864
|
-
{
|
|
81865
|
-
"path": "./../src/Controls/Components/Inputs/SignaturePad/SignaturePadElement.ts",
|
|
81655
|
+
"path": "./../src/Controls/Components/Inputs/Select/SelectItemVisualElement.ts",
|
|
81866
81656
|
"exports": [
|
|
81867
81657
|
{
|
|
81868
81658
|
"kind": "definition",
|
|
81869
|
-
"name": "mosaik-
|
|
81659
|
+
"name": "mosaik-select-item-visual",
|
|
81870
81660
|
"declaration": {
|
|
81871
|
-
"name": "
|
|
81872
|
-
"module": "./../src/Controls/Components/Inputs/
|
|
81661
|
+
"name": "SelectItemVisualElement",
|
|
81662
|
+
"module": "./../src/Controls/Components/Inputs/Select/SelectItemVisualElement.ts"
|
|
81873
81663
|
}
|
|
81874
81664
|
},
|
|
81875
81665
|
{
|
|
@@ -81884,208 +81674,13 @@
|
|
|
81884
81674
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
81885
81675
|
},
|
|
81886
81676
|
{
|
|
81887
|
-
"name": "
|
|
81888
|
-
"module": "./../src/Controls/Behaviors/
|
|
81889
|
-
},
|
|
81890
|
-
{
|
|
81891
|
-
"name": "Disableable",
|
|
81892
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
81893
|
-
},
|
|
81894
|
-
{
|
|
81895
|
-
"name": "Focusable",
|
|
81896
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
81897
|
-
},
|
|
81898
|
-
{
|
|
81899
|
-
"name": "Variantable",
|
|
81900
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
81901
|
-
},
|
|
81902
|
-
{
|
|
81903
|
-
"name": "Invalidable",
|
|
81904
|
-
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
81905
|
-
},
|
|
81906
|
-
{
|
|
81907
|
-
"name": "Valueable",
|
|
81908
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
81909
|
-
},
|
|
81910
|
-
{
|
|
81911
|
-
"name": "Labelable",
|
|
81912
|
-
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
81913
|
-
},
|
|
81914
|
-
{
|
|
81915
|
-
"name": "Appearanceable",
|
|
81916
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
81677
|
+
"name": "Slottable",
|
|
81678
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81917
81679
|
}
|
|
81918
81680
|
],
|
|
81919
|
-
"description": "
|
|
81920
|
-
"name": "
|
|
81681
|
+
"description": "Select Item Visual - Declarative content used to represent a selected item.",
|
|
81682
|
+
"name": "SelectItemVisualElement",
|
|
81921
81683
|
"members": [
|
|
81922
|
-
{
|
|
81923
|
-
"kind": "field",
|
|
81924
|
-
"name": "isEmpty",
|
|
81925
|
-
"privacy": "public",
|
|
81926
|
-
"description": "Returns true if canvas is empty, otherwise returns false.",
|
|
81927
|
-
"type": "boolean"
|
|
81928
|
-
},
|
|
81929
|
-
{
|
|
81930
|
-
"kind": "field",
|
|
81931
|
-
"name": "signStarted",
|
|
81932
|
-
"privacy": "public",
|
|
81933
|
-
"description": "Called when the signing starts.\nProvides reference to `ISignStartedEventDetail` as event detail.",
|
|
81934
|
-
"type": "IEventEmitter<ISignStartedEventDetail>"
|
|
81935
|
-
},
|
|
81936
|
-
{
|
|
81937
|
-
"kind": "field",
|
|
81938
|
-
"name": "signEnded",
|
|
81939
|
-
"privacy": "public",
|
|
81940
|
-
"description": "Called when the signing ends.\nProvides reference to `ISignEndedEventDetail` as event detail.",
|
|
81941
|
-
"type": "IEventEmitter<ISignEndedEventDetail>"
|
|
81942
|
-
},
|
|
81943
|
-
{
|
|
81944
|
-
"kind": "field",
|
|
81945
|
-
"name": "signStrokeBeforeUpdate",
|
|
81946
|
-
"privacy": "public",
|
|
81947
|
-
"description": "Called before the signing stroke is updated.\nProvides reference to `ISignStrokeEventDetail` as event detail.",
|
|
81948
|
-
"type": "IEventEmitter<ISignStrokeEventDetail>"
|
|
81949
|
-
},
|
|
81950
|
-
{
|
|
81951
|
-
"kind": "field",
|
|
81952
|
-
"name": "signStrokeAfterUpdate",
|
|
81953
|
-
"privacy": "public",
|
|
81954
|
-
"description": "Called after the signing stroke is updated.\nProvides reference to `ISignStrokeEventDetail` as event detail.",
|
|
81955
|
-
"type": "IEventEmitter<ISignStrokeEventDetail>"
|
|
81956
|
-
},
|
|
81957
|
-
{
|
|
81958
|
-
"kind": "field",
|
|
81959
|
-
"name": "width",
|
|
81960
|
-
"privacy": "public",
|
|
81961
|
-
"description": "Gets or sets the `width` property.",
|
|
81962
|
-
"type": "number",
|
|
81963
|
-
"inheritedFrom": {
|
|
81964
|
-
"name": "ISignaturePadElementProps",
|
|
81965
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
81966
|
-
}
|
|
81967
|
-
},
|
|
81968
|
-
{
|
|
81969
|
-
"kind": "field",
|
|
81970
|
-
"name": "height",
|
|
81971
|
-
"privacy": "public",
|
|
81972
|
-
"description": "Gets or sets the `height` property.",
|
|
81973
|
-
"type": "number",
|
|
81974
|
-
"inheritedFrom": {
|
|
81975
|
-
"name": "ISignaturePadElementProps",
|
|
81976
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
81977
|
-
}
|
|
81978
|
-
},
|
|
81979
|
-
{
|
|
81980
|
-
"kind": "field",
|
|
81981
|
-
"name": "placeholder",
|
|
81982
|
-
"privacy": "public",
|
|
81983
|
-
"description": "Gets or sets the `placeholder` property.",
|
|
81984
|
-
"type": "string",
|
|
81985
|
-
"inheritedFrom": {
|
|
81986
|
-
"name": "ISignaturePadElementProps",
|
|
81987
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
81988
|
-
}
|
|
81989
|
-
},
|
|
81990
|
-
{
|
|
81991
|
-
"kind": "field",
|
|
81992
|
-
"name": "minDistance",
|
|
81993
|
-
"privacy": "public",
|
|
81994
|
-
"description": "Gets or sets the `minDistance` property.",
|
|
81995
|
-
"type": "number",
|
|
81996
|
-
"inheritedFrom": {
|
|
81997
|
-
"name": "ISignaturePadElementProps",
|
|
81998
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
81999
|
-
}
|
|
82000
|
-
},
|
|
82001
|
-
{
|
|
82002
|
-
"kind": "field",
|
|
82003
|
-
"name": "throttle",
|
|
82004
|
-
"privacy": "public",
|
|
82005
|
-
"description": "Gets or sets the `throttle` property.",
|
|
82006
|
-
"type": "number",
|
|
82007
|
-
"inheritedFrom": {
|
|
82008
|
-
"name": "ISignaturePadElementProps",
|
|
82009
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82010
|
-
}
|
|
82011
|
-
},
|
|
82012
|
-
{
|
|
82013
|
-
"kind": "field",
|
|
82014
|
-
"name": "dotSize",
|
|
82015
|
-
"privacy": "public",
|
|
82016
|
-
"description": "Gets or sets the `dotSize` property.",
|
|
82017
|
-
"type": "number",
|
|
82018
|
-
"inheritedFrom": {
|
|
82019
|
-
"name": "ISignaturePadElementProps",
|
|
82020
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82021
|
-
}
|
|
82022
|
-
},
|
|
82023
|
-
{
|
|
82024
|
-
"kind": "field",
|
|
82025
|
-
"name": "minWidth",
|
|
82026
|
-
"privacy": "public",
|
|
82027
|
-
"description": "Gets or sets the `minWidth` property.",
|
|
82028
|
-
"type": "number",
|
|
82029
|
-
"inheritedFrom": {
|
|
82030
|
-
"name": "ISignaturePadElementProps",
|
|
82031
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82032
|
-
}
|
|
82033
|
-
},
|
|
82034
|
-
{
|
|
82035
|
-
"kind": "field",
|
|
82036
|
-
"name": "maxWidth",
|
|
82037
|
-
"privacy": "public",
|
|
82038
|
-
"description": "Gets or sets the `maxWidth` property.",
|
|
82039
|
-
"type": "number",
|
|
82040
|
-
"inheritedFrom": {
|
|
82041
|
-
"name": "ISignaturePadElementProps",
|
|
82042
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82043
|
-
}
|
|
82044
|
-
},
|
|
82045
|
-
{
|
|
82046
|
-
"kind": "field",
|
|
82047
|
-
"name": "velocityFilterWeight",
|
|
82048
|
-
"privacy": "public",
|
|
82049
|
-
"description": "Gets or sets the `velocityFilterWeight` property.",
|
|
82050
|
-
"type": "number",
|
|
82051
|
-
"inheritedFrom": {
|
|
82052
|
-
"name": "ISignaturePadElementProps",
|
|
82053
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82054
|
-
}
|
|
82055
|
-
},
|
|
82056
|
-
{
|
|
82057
|
-
"kind": "field",
|
|
82058
|
-
"name": "backgroundColor",
|
|
82059
|
-
"privacy": "public",
|
|
82060
|
-
"description": "Gets or sets the `backgroundColor` property.",
|
|
82061
|
-
"type": "CssColor",
|
|
82062
|
-
"inheritedFrom": {
|
|
82063
|
-
"name": "ISignaturePadElementProps",
|
|
82064
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82065
|
-
}
|
|
82066
|
-
},
|
|
82067
|
-
{
|
|
82068
|
-
"kind": "field",
|
|
82069
|
-
"name": "penColor",
|
|
82070
|
-
"privacy": "public",
|
|
82071
|
-
"description": "Gets or sets the `penColor` property.",
|
|
82072
|
-
"type": "CssColor",
|
|
82073
|
-
"inheritedFrom": {
|
|
82074
|
-
"name": "ISignaturePadElementProps",
|
|
82075
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82076
|
-
}
|
|
82077
|
-
},
|
|
82078
|
-
{
|
|
82079
|
-
"kind": "field",
|
|
82080
|
-
"name": "required",
|
|
82081
|
-
"privacy": "public",
|
|
82082
|
-
"description": "Gets or sets the `required` property.",
|
|
82083
|
-
"type": "boolean",
|
|
82084
|
-
"inheritedFrom": {
|
|
82085
|
-
"name": "ISignaturePadElementProps",
|
|
82086
|
-
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82087
|
-
}
|
|
82088
|
-
},
|
|
82089
81684
|
{
|
|
82090
81685
|
"kind": "field",
|
|
82091
81686
|
"name": "themeName",
|
|
@@ -82096,105 +81691,1090 @@
|
|
|
82096
81691
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
82097
81692
|
}
|
|
82098
81693
|
},
|
|
82099
|
-
{
|
|
82100
|
-
"kind": "field",
|
|
82101
|
-
"name": "
|
|
82102
|
-
"privacy": "public",
|
|
82103
|
-
"description": "
|
|
82104
|
-
"type": "
|
|
82105
|
-
"inheritedFrom": {
|
|
82106
|
-
"name": "
|
|
82107
|
-
"module": "./../src/Controls/
|
|
82108
|
-
}
|
|
82109
|
-
},
|
|
82110
|
-
{
|
|
82111
|
-
"kind": "field",
|
|
82112
|
-
"name": "
|
|
82113
|
-
"privacy": "public",
|
|
82114
|
-
"description": "
|
|
82115
|
-
"type": "
|
|
82116
|
-
"inheritedFrom": {
|
|
82117
|
-
"name": "
|
|
82118
|
-
"module": "./../src/Controls/
|
|
82119
|
-
}
|
|
82120
|
-
},
|
|
82121
|
-
{
|
|
82122
|
-
"kind": "field",
|
|
82123
|
-
"name": "
|
|
82124
|
-
"privacy": "public",
|
|
82125
|
-
"description": "
|
|
82126
|
-
"type": "
|
|
82127
|
-
"inheritedFrom": {
|
|
82128
|
-
"name": "
|
|
82129
|
-
"module": "./../src/Controls/
|
|
82130
|
-
}
|
|
82131
|
-
},
|
|
82132
|
-
{
|
|
82133
|
-
"kind": "field",
|
|
82134
|
-
"name": "
|
|
82135
|
-
"privacy": "public",
|
|
82136
|
-
"description": "
|
|
82137
|
-
"type": "
|
|
82138
|
-
"inheritedFrom": {
|
|
82139
|
-
"name": "
|
|
82140
|
-
"module": "./../src/Controls/
|
|
82141
|
-
}
|
|
82142
|
-
},
|
|
82143
|
-
{
|
|
82144
|
-
"kind": "field",
|
|
82145
|
-
"name": "
|
|
82146
|
-
"privacy": "public",
|
|
82147
|
-
"description": "
|
|
82148
|
-
"type": "
|
|
82149
|
-
"inheritedFrom": {
|
|
82150
|
-
"name": "
|
|
82151
|
-
"module": "./../src/Controls/
|
|
82152
|
-
}
|
|
82153
|
-
},
|
|
82154
|
-
{
|
|
82155
|
-
"kind": "
|
|
82156
|
-
"name": "
|
|
82157
|
-
"privacy": "public",
|
|
82158
|
-
"
|
|
82159
|
-
"
|
|
82160
|
-
"
|
|
82161
|
-
|
|
82162
|
-
|
|
82163
|
-
|
|
82164
|
-
|
|
82165
|
-
|
|
82166
|
-
|
|
82167
|
-
|
|
82168
|
-
|
|
82169
|
-
|
|
82170
|
-
|
|
82171
|
-
|
|
82172
|
-
|
|
82173
|
-
"
|
|
82174
|
-
}
|
|
82175
|
-
|
|
82176
|
-
|
|
82177
|
-
|
|
82178
|
-
|
|
82179
|
-
|
|
82180
|
-
|
|
82181
|
-
"
|
|
82182
|
-
"
|
|
82183
|
-
|
|
82184
|
-
|
|
82185
|
-
|
|
82186
|
-
|
|
82187
|
-
|
|
82188
|
-
|
|
82189
|
-
|
|
82190
|
-
|
|
82191
|
-
|
|
82192
|
-
|
|
82193
|
-
|
|
82194
|
-
|
|
82195
|
-
|
|
82196
|
-
|
|
82197
|
-
|
|
81694
|
+
{
|
|
81695
|
+
"kind": "field",
|
|
81696
|
+
"name": "dir",
|
|
81697
|
+
"privacy": "public",
|
|
81698
|
+
"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)",
|
|
81699
|
+
"type": "FlowDirection",
|
|
81700
|
+
"inheritedFrom": {
|
|
81701
|
+
"name": "CustomElement",
|
|
81702
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81703
|
+
}
|
|
81704
|
+
},
|
|
81705
|
+
{
|
|
81706
|
+
"kind": "field",
|
|
81707
|
+
"name": "lang",
|
|
81708
|
+
"privacy": "public",
|
|
81709
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
81710
|
+
"type": "string",
|
|
81711
|
+
"inheritedFrom": {
|
|
81712
|
+
"name": "CustomElement",
|
|
81713
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81714
|
+
}
|
|
81715
|
+
},
|
|
81716
|
+
{
|
|
81717
|
+
"kind": "field",
|
|
81718
|
+
"name": "connected",
|
|
81719
|
+
"privacy": "public",
|
|
81720
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
81721
|
+
"type": "IEventEmitter<void>",
|
|
81722
|
+
"inheritedFrom": {
|
|
81723
|
+
"name": "CustomElement",
|
|
81724
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81725
|
+
}
|
|
81726
|
+
},
|
|
81727
|
+
{
|
|
81728
|
+
"kind": "field",
|
|
81729
|
+
"name": "disconnected",
|
|
81730
|
+
"privacy": "public",
|
|
81731
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
81732
|
+
"type": "IEventEmitter<void>",
|
|
81733
|
+
"inheritedFrom": {
|
|
81734
|
+
"name": "CustomElement",
|
|
81735
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81736
|
+
}
|
|
81737
|
+
},
|
|
81738
|
+
{
|
|
81739
|
+
"kind": "field",
|
|
81740
|
+
"name": "changed",
|
|
81741
|
+
"privacy": "public",
|
|
81742
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
81743
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
81744
|
+
"inheritedFrom": {
|
|
81745
|
+
"name": "CustomElement",
|
|
81746
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81747
|
+
}
|
|
81748
|
+
},
|
|
81749
|
+
{
|
|
81750
|
+
"kind": "method",
|
|
81751
|
+
"name": "assignToSlot",
|
|
81752
|
+
"privacy": "public",
|
|
81753
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
81754
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
81755
|
+
"parameters": [
|
|
81756
|
+
{
|
|
81757
|
+
"name": "slotName",
|
|
81758
|
+
"type": "string",
|
|
81759
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81760
|
+
},
|
|
81761
|
+
{
|
|
81762
|
+
"name": "node",
|
|
81763
|
+
"type": "Element | Text",
|
|
81764
|
+
"description": "The nodes to assign to the slot."
|
|
81765
|
+
}
|
|
81766
|
+
],
|
|
81767
|
+
"return": {
|
|
81768
|
+
"type": "void"
|
|
81769
|
+
},
|
|
81770
|
+
"inheritedFrom": {
|
|
81771
|
+
"name": "Slottable",
|
|
81772
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81773
|
+
}
|
|
81774
|
+
},
|
|
81775
|
+
{
|
|
81776
|
+
"kind": "method",
|
|
81777
|
+
"name": "getSlotAssignments",
|
|
81778
|
+
"privacy": "public",
|
|
81779
|
+
"type": "<TElement extends Element = Element>(slotName: string, filter?: ((e: TElement): boolean) | undefined) => TElement[]",
|
|
81780
|
+
"description": "Returns the assigned elements of a slot.",
|
|
81781
|
+
"parameters": [
|
|
81782
|
+
{
|
|
81783
|
+
"name": "slotName",
|
|
81784
|
+
"type": "string",
|
|
81785
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81786
|
+
},
|
|
81787
|
+
{
|
|
81788
|
+
"name": "filter",
|
|
81789
|
+
"type": "(e: TElement) => boolean",
|
|
81790
|
+
"description": "The optional filter function."
|
|
81791
|
+
}
|
|
81792
|
+
],
|
|
81793
|
+
"return": {
|
|
81794
|
+
"description": "The assigned elements of a slot.",
|
|
81795
|
+
"type": "TElement[]"
|
|
81796
|
+
},
|
|
81797
|
+
"inheritedFrom": {
|
|
81798
|
+
"name": "Slottable",
|
|
81799
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81800
|
+
}
|
|
81801
|
+
},
|
|
81802
|
+
{
|
|
81803
|
+
"kind": "method",
|
|
81804
|
+
"name": "getSlotAssignmentsOf",
|
|
81805
|
+
"privacy": "public",
|
|
81806
|
+
"type": "<TElement extends Element = Element>(slotName: string, element: Constructor<TElement>): TElement[]",
|
|
81807
|
+
"description": "Returns the assigned elements of a slot.",
|
|
81808
|
+
"parameters": [
|
|
81809
|
+
{
|
|
81810
|
+
"name": "slotName",
|
|
81811
|
+
"type": "string",
|
|
81812
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81813
|
+
},
|
|
81814
|
+
{
|
|
81815
|
+
"name": "element",
|
|
81816
|
+
"type": "Constructor<TElement>",
|
|
81817
|
+
"description": "The element to filter."
|
|
81818
|
+
}
|
|
81819
|
+
],
|
|
81820
|
+
"return": {
|
|
81821
|
+
"description": "The assigned elements of a slot.",
|
|
81822
|
+
"type": "TElement[]"
|
|
81823
|
+
},
|
|
81824
|
+
"inheritedFrom": {
|
|
81825
|
+
"name": "Slottable",
|
|
81826
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81827
|
+
}
|
|
81828
|
+
},
|
|
81829
|
+
{
|
|
81830
|
+
"kind": "method",
|
|
81831
|
+
"name": "getSlotContent",
|
|
81832
|
+
"privacy": "public",
|
|
81833
|
+
"type": "(slotName: string): string",
|
|
81834
|
+
"description": "Returns the assigned elements of a slot as string.\nThis method extracts text content recursively, including from Shadow DOMs\nand Custom Elements with known text properties (like `mosaik-text`).",
|
|
81835
|
+
"parameters": [
|
|
81836
|
+
{
|
|
81837
|
+
"name": "slotName",
|
|
81838
|
+
"type": "string",
|
|
81839
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81840
|
+
}
|
|
81841
|
+
],
|
|
81842
|
+
"return": {
|
|
81843
|
+
"description": "The assigned elements of a slot as string.",
|
|
81844
|
+
"type": "string"
|
|
81845
|
+
},
|
|
81846
|
+
"inheritedFrom": {
|
|
81847
|
+
"name": "Slottable",
|
|
81848
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81849
|
+
}
|
|
81850
|
+
},
|
|
81851
|
+
{
|
|
81852
|
+
"kind": "method",
|
|
81853
|
+
"name": "hasSlotContent",
|
|
81854
|
+
"privacy": "public",
|
|
81855
|
+
"type": "(slotName: string): boolean",
|
|
81856
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
81857
|
+
"parameters": [
|
|
81858
|
+
{
|
|
81859
|
+
"name": "slotName",
|
|
81860
|
+
"type": "string",
|
|
81861
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81862
|
+
}
|
|
81863
|
+
],
|
|
81864
|
+
"return": {
|
|
81865
|
+
"description": "A boolean that indicates if a slot has content.",
|
|
81866
|
+
"type": "boolean"
|
|
81867
|
+
},
|
|
81868
|
+
"inheritedFrom": {
|
|
81869
|
+
"name": "Slottable",
|
|
81870
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81871
|
+
}
|
|
81872
|
+
},
|
|
81873
|
+
{
|
|
81874
|
+
"kind": "method",
|
|
81875
|
+
"name": "hasSlot",
|
|
81876
|
+
"privacy": "public",
|
|
81877
|
+
"type": "(slotName: string): boolean",
|
|
81878
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
81879
|
+
"parameters": [
|
|
81880
|
+
{
|
|
81881
|
+
"name": "slotName",
|
|
81882
|
+
"type": "string",
|
|
81883
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
81884
|
+
}
|
|
81885
|
+
],
|
|
81886
|
+
"return": {
|
|
81887
|
+
"description": "A boolean that indicates if a slot exists.",
|
|
81888
|
+
"type": "boolean"
|
|
81889
|
+
},
|
|
81890
|
+
"inheritedFrom": {
|
|
81891
|
+
"name": "Slottable",
|
|
81892
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81893
|
+
}
|
|
81894
|
+
},
|
|
81895
|
+
{
|
|
81896
|
+
"kind": "method",
|
|
81897
|
+
"name": "onSlotChanges",
|
|
81898
|
+
"privacy": "public",
|
|
81899
|
+
"type": "(_slotName?: string | undefined): void",
|
|
81900
|
+
"description": "Called when the slot changes.",
|
|
81901
|
+
"parameters": [
|
|
81902
|
+
{
|
|
81903
|
+
"name": "_slotName",
|
|
81904
|
+
"type": "string"
|
|
81905
|
+
}
|
|
81906
|
+
],
|
|
81907
|
+
"return": {
|
|
81908
|
+
"type": "void"
|
|
81909
|
+
},
|
|
81910
|
+
"inheritedFrom": {
|
|
81911
|
+
"name": "Slottable",
|
|
81912
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
81913
|
+
}
|
|
81914
|
+
},
|
|
81915
|
+
{
|
|
81916
|
+
"kind": "method",
|
|
81917
|
+
"name": "adoptStyle",
|
|
81918
|
+
"privacy": "public",
|
|
81919
|
+
"type": "(styles: CSSResultGroup): void",
|
|
81920
|
+
"description": "Adopts the specified styles.",
|
|
81921
|
+
"parameters": [
|
|
81922
|
+
{
|
|
81923
|
+
"name": "styles",
|
|
81924
|
+
"type": "CSSResultGroup",
|
|
81925
|
+
"description": "The styles to adopt."
|
|
81926
|
+
}
|
|
81927
|
+
],
|
|
81928
|
+
"return": {
|
|
81929
|
+
"type": "void"
|
|
81930
|
+
},
|
|
81931
|
+
"inheritedFrom": {
|
|
81932
|
+
"name": "CustomElement",
|
|
81933
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81934
|
+
}
|
|
81935
|
+
},
|
|
81936
|
+
{
|
|
81937
|
+
"kind": "method",
|
|
81938
|
+
"name": "on",
|
|
81939
|
+
"privacy": "public",
|
|
81940
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
81941
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
81942
|
+
"parameters": [
|
|
81943
|
+
{
|
|
81944
|
+
"name": "event",
|
|
81945
|
+
"type": "TEvent"
|
|
81946
|
+
},
|
|
81947
|
+
{
|
|
81948
|
+
"name": "listener",
|
|
81949
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
81950
|
+
},
|
|
81951
|
+
{
|
|
81952
|
+
"name": "options",
|
|
81953
|
+
"type": "boolean | AddEventListenerOptions"
|
|
81954
|
+
}
|
|
81955
|
+
],
|
|
81956
|
+
"return": {
|
|
81957
|
+
"type": "IEventListenerSubscription"
|
|
81958
|
+
},
|
|
81959
|
+
"inheritedFrom": {
|
|
81960
|
+
"name": "CustomElement",
|
|
81961
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81962
|
+
}
|
|
81963
|
+
},
|
|
81964
|
+
{
|
|
81965
|
+
"kind": "method",
|
|
81966
|
+
"name": "off",
|
|
81967
|
+
"privacy": "public",
|
|
81968
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
81969
|
+
"description": "Removes an event listener.",
|
|
81970
|
+
"parameters": [
|
|
81971
|
+
{
|
|
81972
|
+
"name": "subscription",
|
|
81973
|
+
"type": "IEventListenerSubscription"
|
|
81974
|
+
}
|
|
81975
|
+
],
|
|
81976
|
+
"return": {
|
|
81977
|
+
"type": "void"
|
|
81978
|
+
},
|
|
81979
|
+
"inheritedFrom": {
|
|
81980
|
+
"name": "CustomElement",
|
|
81981
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
81982
|
+
}
|
|
81983
|
+
},
|
|
81984
|
+
{
|
|
81985
|
+
"kind": "method",
|
|
81986
|
+
"name": "emit",
|
|
81987
|
+
"privacy": "public",
|
|
81988
|
+
"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...",
|
|
81989
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
81990
|
+
"parameters": [
|
|
81991
|
+
{
|
|
81992
|
+
"name": "event",
|
|
81993
|
+
"type": "TEvent"
|
|
81994
|
+
},
|
|
81995
|
+
{
|
|
81996
|
+
"name": "eventInitDict",
|
|
81997
|
+
"type": "CustomEventInit<TDetail>"
|
|
81998
|
+
}
|
|
81999
|
+
],
|
|
82000
|
+
"return": {
|
|
82001
|
+
"type": "boolean"
|
|
82002
|
+
},
|
|
82003
|
+
"inheritedFrom": {
|
|
82004
|
+
"name": "CustomElement",
|
|
82005
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82006
|
+
}
|
|
82007
|
+
},
|
|
82008
|
+
{
|
|
82009
|
+
"kind": "method",
|
|
82010
|
+
"name": "requestUpdate",
|
|
82011
|
+
"privacy": "public",
|
|
82012
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
82013
|
+
"parameters": [
|
|
82014
|
+
{
|
|
82015
|
+
"name": "name",
|
|
82016
|
+
"type": "keyof this"
|
|
82017
|
+
},
|
|
82018
|
+
{
|
|
82019
|
+
"name": "oldValue",
|
|
82020
|
+
"type": "unknown"
|
|
82021
|
+
},
|
|
82022
|
+
{
|
|
82023
|
+
"name": "options",
|
|
82024
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
82025
|
+
}
|
|
82026
|
+
],
|
|
82027
|
+
"return": {
|
|
82028
|
+
"type": "void"
|
|
82029
|
+
},
|
|
82030
|
+
"inheritedFrom": {
|
|
82031
|
+
"name": "CustomElement",
|
|
82032
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82033
|
+
}
|
|
82034
|
+
}
|
|
82035
|
+
],
|
|
82036
|
+
"tagName": "mosaik-select-item-visual",
|
|
82037
|
+
"events": [
|
|
82038
|
+
{
|
|
82039
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
82040
|
+
"name": "connected",
|
|
82041
|
+
"inheritedFrom": {
|
|
82042
|
+
"name": "CustomElement",
|
|
82043
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82044
|
+
},
|
|
82045
|
+
"type": "Event"
|
|
82046
|
+
},
|
|
82047
|
+
{
|
|
82048
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
82049
|
+
"name": "disconnected",
|
|
82050
|
+
"inheritedFrom": {
|
|
82051
|
+
"name": "CustomElement",
|
|
82052
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82053
|
+
},
|
|
82054
|
+
"type": "Event"
|
|
82055
|
+
},
|
|
82056
|
+
{
|
|
82057
|
+
"description": "Emitted when any attribute changes before update",
|
|
82058
|
+
"name": "changed",
|
|
82059
|
+
"inheritedFrom": {
|
|
82060
|
+
"name": "CustomElement",
|
|
82061
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82062
|
+
},
|
|
82063
|
+
"type": "Event"
|
|
82064
|
+
}
|
|
82065
|
+
],
|
|
82066
|
+
"slots": [
|
|
82067
|
+
{
|
|
82068
|
+
"description": "Default selection content.",
|
|
82069
|
+
"name": ""
|
|
82070
|
+
},
|
|
82071
|
+
{
|
|
82072
|
+
"description": "Content before the icon.",
|
|
82073
|
+
"name": "start"
|
|
82074
|
+
},
|
|
82075
|
+
{
|
|
82076
|
+
"description": "The selection icon.",
|
|
82077
|
+
"name": "icon"
|
|
82078
|
+
},
|
|
82079
|
+
{
|
|
82080
|
+
"description": "The selection label.",
|
|
82081
|
+
"name": "label"
|
|
82082
|
+
},
|
|
82083
|
+
{
|
|
82084
|
+
"description": "Content after the label.",
|
|
82085
|
+
"name": "end"
|
|
82086
|
+
},
|
|
82087
|
+
{
|
|
82088
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
82089
|
+
"name": "style",
|
|
82090
|
+
"inheritedFrom": {
|
|
82091
|
+
"name": "CustomElement",
|
|
82092
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82093
|
+
}
|
|
82094
|
+
}
|
|
82095
|
+
],
|
|
82096
|
+
"attributes": [
|
|
82097
|
+
{
|
|
82098
|
+
"name": "dir",
|
|
82099
|
+
"fieldName": "dir",
|
|
82100
|
+
"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)",
|
|
82101
|
+
"type": "FlowDirection",
|
|
82102
|
+
"inheritedFrom": {
|
|
82103
|
+
"name": "CustomElement",
|
|
82104
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82105
|
+
}
|
|
82106
|
+
},
|
|
82107
|
+
{
|
|
82108
|
+
"name": "lang",
|
|
82109
|
+
"fieldName": "lang",
|
|
82110
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
82111
|
+
"type": "string",
|
|
82112
|
+
"inheritedFrom": {
|
|
82113
|
+
"name": "CustomElement",
|
|
82114
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82115
|
+
}
|
|
82116
|
+
}
|
|
82117
|
+
],
|
|
82118
|
+
"cssProperties": [
|
|
82119
|
+
{
|
|
82120
|
+
"name": "--select-item-visual-font-family",
|
|
82121
|
+
"description": "The visual content font family.",
|
|
82122
|
+
"type": "String"
|
|
82123
|
+
},
|
|
82124
|
+
{
|
|
82125
|
+
"name": "--select-item-visual-font-letter-spacing",
|
|
82126
|
+
"description": "The visual content letter spacing.",
|
|
82127
|
+
"type": "String"
|
|
82128
|
+
},
|
|
82129
|
+
{
|
|
82130
|
+
"name": "--select-item-visual-font-line-height",
|
|
82131
|
+
"description": "The visual content line height.",
|
|
82132
|
+
"type": "String"
|
|
82133
|
+
},
|
|
82134
|
+
{
|
|
82135
|
+
"name": "--select-item-visual-font-size",
|
|
82136
|
+
"description": "The visual content font size.",
|
|
82137
|
+
"type": "String"
|
|
82138
|
+
},
|
|
82139
|
+
{
|
|
82140
|
+
"name": "--select-item-visual-font-text-decoration",
|
|
82141
|
+
"description": "The visual content text decoration.",
|
|
82142
|
+
"type": "String"
|
|
82143
|
+
},
|
|
82144
|
+
{
|
|
82145
|
+
"name": "--select-item-visual-font-text-transform",
|
|
82146
|
+
"description": "The visual content text transform.",
|
|
82147
|
+
"type": "String"
|
|
82148
|
+
},
|
|
82149
|
+
{
|
|
82150
|
+
"name": "--select-item-visual-font-weight",
|
|
82151
|
+
"description": "The visual content font weight.",
|
|
82152
|
+
"type": "String"
|
|
82153
|
+
},
|
|
82154
|
+
{
|
|
82155
|
+
"name": "--select-item-visual-gap",
|
|
82156
|
+
"description": "The spacing between visual content items.",
|
|
82157
|
+
"type": "String"
|
|
82158
|
+
},
|
|
82159
|
+
{
|
|
82160
|
+
"name": "--select-item-visual-padding-bottom",
|
|
82161
|
+
"description": "The visual content bottom padding.",
|
|
82162
|
+
"type": "String"
|
|
82163
|
+
},
|
|
82164
|
+
{
|
|
82165
|
+
"name": "--select-item-visual-padding-left",
|
|
82166
|
+
"description": "The visual content left padding.",
|
|
82167
|
+
"type": "String"
|
|
82168
|
+
},
|
|
82169
|
+
{
|
|
82170
|
+
"name": "--select-item-visual-padding-right",
|
|
82171
|
+
"description": "The visual content right padding.",
|
|
82172
|
+
"type": "String"
|
|
82173
|
+
},
|
|
82174
|
+
{
|
|
82175
|
+
"name": "--select-item-visual-padding-top",
|
|
82176
|
+
"description": "The visual content top padding.",
|
|
82177
|
+
"type": "String"
|
|
82178
|
+
},
|
|
82179
|
+
{
|
|
82180
|
+
"name": "--select-item-visual-shadow",
|
|
82181
|
+
"description": "The visual content shadow.",
|
|
82182
|
+
"type": "String"
|
|
82183
|
+
},
|
|
82184
|
+
{
|
|
82185
|
+
"name": "--select-item-visual-shadow-blur",
|
|
82186
|
+
"description": "The visual content shadow blur.",
|
|
82187
|
+
"type": "String"
|
|
82188
|
+
},
|
|
82189
|
+
{
|
|
82190
|
+
"name": "--select-item-visual-shadow-color",
|
|
82191
|
+
"description": "The visual content shadow color.",
|
|
82192
|
+
"type": "String"
|
|
82193
|
+
},
|
|
82194
|
+
{
|
|
82195
|
+
"name": "--select-item-visual-shadow-offset-x",
|
|
82196
|
+
"description": "The visual content horizontal shadow offset.",
|
|
82197
|
+
"type": "String"
|
|
82198
|
+
},
|
|
82199
|
+
{
|
|
82200
|
+
"name": "--select-item-visual-shadow-offset-y",
|
|
82201
|
+
"description": "The visual content vertical shadow offset.",
|
|
82202
|
+
"type": "String"
|
|
82203
|
+
},
|
|
82204
|
+
{
|
|
82205
|
+
"name": "--select-item-visual-shadow-spread",
|
|
82206
|
+
"description": "The visual content shadow spread.",
|
|
82207
|
+
"type": "String"
|
|
82208
|
+
},
|
|
82209
|
+
{
|
|
82210
|
+
"name": "--select-item-visual-transition-duration",
|
|
82211
|
+
"description": "The visual content transition duration.",
|
|
82212
|
+
"type": "String"
|
|
82213
|
+
},
|
|
82214
|
+
{
|
|
82215
|
+
"name": "--select-item-visual-transition-mode",
|
|
82216
|
+
"description": "The visual content transition timing function.",
|
|
82217
|
+
"type": "String"
|
|
82218
|
+
},
|
|
82219
|
+
{
|
|
82220
|
+
"name": "--select-item-visual-transition-property",
|
|
82221
|
+
"description": "The visual content transition properties.",
|
|
82222
|
+
"type": "String"
|
|
82223
|
+
},
|
|
82224
|
+
{
|
|
82225
|
+
"name": "--select-item-visual-translate",
|
|
82226
|
+
"description": "The visual content translation.",
|
|
82227
|
+
"type": "String"
|
|
82228
|
+
}
|
|
82229
|
+
],
|
|
82230
|
+
"cssParts": [
|
|
82231
|
+
{
|
|
82232
|
+
"name": "content",
|
|
82233
|
+
"description": "The horizontal selection content layout."
|
|
82234
|
+
}
|
|
82235
|
+
]
|
|
82236
|
+
}
|
|
82237
|
+
]
|
|
82238
|
+
},
|
|
82239
|
+
{
|
|
82240
|
+
"path": "./../src/Controls/Components/Inputs/Select/intl/SelectElementIntl.ts",
|
|
82241
|
+
"exports": [
|
|
82242
|
+
{
|
|
82243
|
+
"kind": "class",
|
|
82244
|
+
"superclass": {
|
|
82245
|
+
"name": "ElementIntlBase",
|
|
82246
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
82247
|
+
},
|
|
82248
|
+
"description": "The `SelectElementIntl` class.",
|
|
82249
|
+
"name": "SelectElementIntl",
|
|
82250
|
+
"members": [
|
|
82251
|
+
{
|
|
82252
|
+
"kind": "field",
|
|
82253
|
+
"name": "empty",
|
|
82254
|
+
"privacy": "public",
|
|
82255
|
+
"description": "Gets or sets the `empty` property.",
|
|
82256
|
+
"type": "string"
|
|
82257
|
+
},
|
|
82258
|
+
{
|
|
82259
|
+
"kind": "field",
|
|
82260
|
+
"name": "filterPlaceholder",
|
|
82261
|
+
"privacy": "public",
|
|
82262
|
+
"description": "Gets or sets the `filterPlaceholder` property.",
|
|
82263
|
+
"type": "string"
|
|
82264
|
+
},
|
|
82265
|
+
{
|
|
82266
|
+
"kind": "field",
|
|
82267
|
+
"name": "locale",
|
|
82268
|
+
"privacy": "public",
|
|
82269
|
+
"description": "Gets or sets the `locale` property.",
|
|
82270
|
+
"type": "string",
|
|
82271
|
+
"inheritedFrom": {
|
|
82272
|
+
"name": "ElementIntlBase",
|
|
82273
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
82274
|
+
}
|
|
82275
|
+
},
|
|
82276
|
+
{
|
|
82277
|
+
"kind": "field",
|
|
82278
|
+
"name": "changes",
|
|
82279
|
+
"privacy": "public",
|
|
82280
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
82281
|
+
"type": "IEventEmitter<void>",
|
|
82282
|
+
"inheritedFrom": {
|
|
82283
|
+
"name": "ElementIntlBase",
|
|
82284
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
82285
|
+
}
|
|
82286
|
+
}
|
|
82287
|
+
]
|
|
82288
|
+
}
|
|
82289
|
+
]
|
|
82290
|
+
},
|
|
82291
|
+
{
|
|
82292
|
+
"path": "./../src/Controls/Components/Inputs/SignaturePad/Accessors/SignaturePadElementValueAccessor.ts",
|
|
82293
|
+
"exports": [
|
|
82294
|
+
{
|
|
82295
|
+
"kind": "class",
|
|
82296
|
+
"superclass": {
|
|
82297
|
+
"name": "ElementValueAccessorBase",
|
|
82298
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82299
|
+
},
|
|
82300
|
+
"description": "The `SignaturePadElementValueAccessor` class.",
|
|
82301
|
+
"name": "SignaturePadElementValueAccessor",
|
|
82302
|
+
"members": [
|
|
82303
|
+
{
|
|
82304
|
+
"kind": "method",
|
|
82305
|
+
"name": "hostConnected",
|
|
82306
|
+
"privacy": "public",
|
|
82307
|
+
"type": "(): void",
|
|
82308
|
+
"parameters": [],
|
|
82309
|
+
"return": {
|
|
82310
|
+
"type": "void"
|
|
82311
|
+
}
|
|
82312
|
+
},
|
|
82313
|
+
{
|
|
82314
|
+
"kind": "method",
|
|
82315
|
+
"name": "writeValue",
|
|
82316
|
+
"privacy": "public",
|
|
82317
|
+
"type": "(value: Blob | null): void",
|
|
82318
|
+
"description": "Writes a value from the form framework into the accessor without\ntriggering the onChange callback. This is the correct behavior because\nwriteValue represents a programmatic push from the form model into the\ncontrol — it is not a user-initiated change.",
|
|
82319
|
+
"parameters": [
|
|
82320
|
+
{
|
|
82321
|
+
"name": "value",
|
|
82322
|
+
"type": "Blob | null"
|
|
82323
|
+
}
|
|
82324
|
+
],
|
|
82325
|
+
"return": {
|
|
82326
|
+
"type": "void"
|
|
82327
|
+
}
|
|
82328
|
+
},
|
|
82329
|
+
{
|
|
82330
|
+
"kind": "method",
|
|
82331
|
+
"name": "resetValue",
|
|
82332
|
+
"privacy": "public",
|
|
82333
|
+
"type": "(): void",
|
|
82334
|
+
"description": "Resets the value of the element.",
|
|
82335
|
+
"parameters": [],
|
|
82336
|
+
"return": {
|
|
82337
|
+
"type": "void"
|
|
82338
|
+
}
|
|
82339
|
+
},
|
|
82340
|
+
{
|
|
82341
|
+
"kind": "method",
|
|
82342
|
+
"name": "registerOnChange",
|
|
82343
|
+
"privacy": "public",
|
|
82344
|
+
"type": "(fn: unknown): void",
|
|
82345
|
+
"description": "Registers a function called when the element value changes.",
|
|
82346
|
+
"parameters": [
|
|
82347
|
+
{
|
|
82348
|
+
"name": "fn",
|
|
82349
|
+
"type": "unknown"
|
|
82350
|
+
}
|
|
82351
|
+
],
|
|
82352
|
+
"return": {
|
|
82353
|
+
"type": "void"
|
|
82354
|
+
},
|
|
82355
|
+
"inheritedFrom": {
|
|
82356
|
+
"name": "ElementValueAccessorBase",
|
|
82357
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82358
|
+
}
|
|
82359
|
+
},
|
|
82360
|
+
{
|
|
82361
|
+
"kind": "method",
|
|
82362
|
+
"name": "registerOnTouched",
|
|
82363
|
+
"privacy": "public",
|
|
82364
|
+
"type": "(fn: unknown): void",
|
|
82365
|
+
"description": "Registers a function called when the element is touched.",
|
|
82366
|
+
"parameters": [
|
|
82367
|
+
{
|
|
82368
|
+
"name": "fn",
|
|
82369
|
+
"type": "unknown"
|
|
82370
|
+
}
|
|
82371
|
+
],
|
|
82372
|
+
"return": {
|
|
82373
|
+
"type": "void"
|
|
82374
|
+
},
|
|
82375
|
+
"inheritedFrom": {
|
|
82376
|
+
"name": "ElementValueAccessorBase",
|
|
82377
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82378
|
+
}
|
|
82379
|
+
},
|
|
82380
|
+
{
|
|
82381
|
+
"kind": "method",
|
|
82382
|
+
"name": "registerOnReset",
|
|
82383
|
+
"privacy": "public",
|
|
82384
|
+
"type": "(fn: unknown): void",
|
|
82385
|
+
"description": "Registers a function called when the element is reset.",
|
|
82386
|
+
"parameters": [
|
|
82387
|
+
{
|
|
82388
|
+
"name": "fn",
|
|
82389
|
+
"type": "unknown"
|
|
82390
|
+
}
|
|
82391
|
+
],
|
|
82392
|
+
"return": {
|
|
82393
|
+
"type": "void"
|
|
82394
|
+
},
|
|
82395
|
+
"inheritedFrom": {
|
|
82396
|
+
"name": "ElementValueAccessorBase",
|
|
82397
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82398
|
+
}
|
|
82399
|
+
},
|
|
82400
|
+
{
|
|
82401
|
+
"kind": "method",
|
|
82402
|
+
"name": "setDisabled",
|
|
82403
|
+
"privacy": "public",
|
|
82404
|
+
"type": "(isDisabled: boolean): void",
|
|
82405
|
+
"description": "Sets the \"disabled\" property on the range input element.",
|
|
82406
|
+
"parameters": [
|
|
82407
|
+
{
|
|
82408
|
+
"name": "isDisabled",
|
|
82409
|
+
"type": "boolean"
|
|
82410
|
+
}
|
|
82411
|
+
],
|
|
82412
|
+
"return": {
|
|
82413
|
+
"type": "void"
|
|
82414
|
+
},
|
|
82415
|
+
"inheritedFrom": {
|
|
82416
|
+
"name": "ElementValueAccessorBase",
|
|
82417
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82418
|
+
}
|
|
82419
|
+
},
|
|
82420
|
+
{
|
|
82421
|
+
"kind": "method",
|
|
82422
|
+
"name": "releaseCallbacks",
|
|
82423
|
+
"privacy": "public",
|
|
82424
|
+
"type": "(): void",
|
|
82425
|
+
"description": "Releases registered framework callbacks.",
|
|
82426
|
+
"parameters": [],
|
|
82427
|
+
"return": {
|
|
82428
|
+
"type": "void"
|
|
82429
|
+
},
|
|
82430
|
+
"inheritedFrom": {
|
|
82431
|
+
"name": "ElementValueAccessorBase",
|
|
82432
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
82433
|
+
}
|
|
82434
|
+
}
|
|
82435
|
+
]
|
|
82436
|
+
},
|
|
82437
|
+
{
|
|
82438
|
+
"kind": "variable",
|
|
82439
|
+
"name": "signaturePadElementValueAccessor",
|
|
82440
|
+
"type": "ElementValueAccessorFn<SignaturePadElement>"
|
|
82441
|
+
}
|
|
82442
|
+
]
|
|
82443
|
+
},
|
|
82444
|
+
{
|
|
82445
|
+
"path": "./../src/Controls/Components/Inputs/SignaturePad/SignaturePadElement.ts",
|
|
82446
|
+
"exports": [
|
|
82447
|
+
{
|
|
82448
|
+
"kind": "definition",
|
|
82449
|
+
"name": "mosaik-signaturepad",
|
|
82450
|
+
"declaration": {
|
|
82451
|
+
"name": "SignaturePadElement",
|
|
82452
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/SignaturePadElement.ts"
|
|
82453
|
+
}
|
|
82454
|
+
},
|
|
82455
|
+
{
|
|
82456
|
+
"kind": "class",
|
|
82457
|
+
"superclass": {
|
|
82458
|
+
"name": "CustomElement",
|
|
82459
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
82460
|
+
},
|
|
82461
|
+
"mixins": [
|
|
82462
|
+
{
|
|
82463
|
+
"name": "Themeable",
|
|
82464
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
82465
|
+
},
|
|
82466
|
+
{
|
|
82467
|
+
"name": "Clearable",
|
|
82468
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
82469
|
+
},
|
|
82470
|
+
{
|
|
82471
|
+
"name": "Disableable",
|
|
82472
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
82473
|
+
},
|
|
82474
|
+
{
|
|
82475
|
+
"name": "Focusable",
|
|
82476
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
82477
|
+
},
|
|
82478
|
+
{
|
|
82479
|
+
"name": "Variantable",
|
|
82480
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
82481
|
+
},
|
|
82482
|
+
{
|
|
82483
|
+
"name": "Invalidable",
|
|
82484
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
82485
|
+
},
|
|
82486
|
+
{
|
|
82487
|
+
"name": "Valueable",
|
|
82488
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
82489
|
+
},
|
|
82490
|
+
{
|
|
82491
|
+
"name": "Labelable",
|
|
82492
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
82493
|
+
},
|
|
82494
|
+
{
|
|
82495
|
+
"name": "Appearanceable",
|
|
82496
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
82497
|
+
}
|
|
82498
|
+
],
|
|
82499
|
+
"description": "Signature Pad - A user interface component for capturing and displaying digital signatures.",
|
|
82500
|
+
"name": "SignaturePadElement",
|
|
82501
|
+
"members": [
|
|
82502
|
+
{
|
|
82503
|
+
"kind": "field",
|
|
82504
|
+
"name": "isEmpty",
|
|
82505
|
+
"privacy": "public",
|
|
82506
|
+
"description": "Returns true if canvas is empty, otherwise returns false.",
|
|
82507
|
+
"type": "boolean"
|
|
82508
|
+
},
|
|
82509
|
+
{
|
|
82510
|
+
"kind": "field",
|
|
82511
|
+
"name": "signStarted",
|
|
82512
|
+
"privacy": "public",
|
|
82513
|
+
"description": "Called when the signing starts.\nProvides reference to `ISignStartedEventDetail` as event detail.",
|
|
82514
|
+
"type": "IEventEmitter<ISignStartedEventDetail>"
|
|
82515
|
+
},
|
|
82516
|
+
{
|
|
82517
|
+
"kind": "field",
|
|
82518
|
+
"name": "signEnded",
|
|
82519
|
+
"privacy": "public",
|
|
82520
|
+
"description": "Called when the signing ends.\nProvides reference to `ISignEndedEventDetail` as event detail.",
|
|
82521
|
+
"type": "IEventEmitter<ISignEndedEventDetail>"
|
|
82522
|
+
},
|
|
82523
|
+
{
|
|
82524
|
+
"kind": "field",
|
|
82525
|
+
"name": "signStrokeBeforeUpdate",
|
|
82526
|
+
"privacy": "public",
|
|
82527
|
+
"description": "Called before the signing stroke is updated.\nProvides reference to `ISignStrokeEventDetail` as event detail.",
|
|
82528
|
+
"type": "IEventEmitter<ISignStrokeEventDetail>"
|
|
82529
|
+
},
|
|
82530
|
+
{
|
|
82531
|
+
"kind": "field",
|
|
82532
|
+
"name": "signStrokeAfterUpdate",
|
|
82533
|
+
"privacy": "public",
|
|
82534
|
+
"description": "Called after the signing stroke is updated.\nProvides reference to `ISignStrokeEventDetail` as event detail.",
|
|
82535
|
+
"type": "IEventEmitter<ISignStrokeEventDetail>"
|
|
82536
|
+
},
|
|
82537
|
+
{
|
|
82538
|
+
"kind": "field",
|
|
82539
|
+
"name": "width",
|
|
82540
|
+
"privacy": "public",
|
|
82541
|
+
"description": "Gets or sets the `width` property.",
|
|
82542
|
+
"type": "number",
|
|
82543
|
+
"inheritedFrom": {
|
|
82544
|
+
"name": "ISignaturePadElementProps",
|
|
82545
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82546
|
+
}
|
|
82547
|
+
},
|
|
82548
|
+
{
|
|
82549
|
+
"kind": "field",
|
|
82550
|
+
"name": "height",
|
|
82551
|
+
"privacy": "public",
|
|
82552
|
+
"description": "Gets or sets the `height` property.",
|
|
82553
|
+
"type": "number",
|
|
82554
|
+
"inheritedFrom": {
|
|
82555
|
+
"name": "ISignaturePadElementProps",
|
|
82556
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82557
|
+
}
|
|
82558
|
+
},
|
|
82559
|
+
{
|
|
82560
|
+
"kind": "field",
|
|
82561
|
+
"name": "placeholder",
|
|
82562
|
+
"privacy": "public",
|
|
82563
|
+
"description": "Gets or sets the `placeholder` property.",
|
|
82564
|
+
"type": "string",
|
|
82565
|
+
"inheritedFrom": {
|
|
82566
|
+
"name": "ISignaturePadElementProps",
|
|
82567
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82568
|
+
}
|
|
82569
|
+
},
|
|
82570
|
+
{
|
|
82571
|
+
"kind": "field",
|
|
82572
|
+
"name": "minDistance",
|
|
82573
|
+
"privacy": "public",
|
|
82574
|
+
"description": "Gets or sets the `minDistance` property.",
|
|
82575
|
+
"type": "number",
|
|
82576
|
+
"inheritedFrom": {
|
|
82577
|
+
"name": "ISignaturePadElementProps",
|
|
82578
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82579
|
+
}
|
|
82580
|
+
},
|
|
82581
|
+
{
|
|
82582
|
+
"kind": "field",
|
|
82583
|
+
"name": "throttle",
|
|
82584
|
+
"privacy": "public",
|
|
82585
|
+
"description": "Gets or sets the `throttle` property.",
|
|
82586
|
+
"type": "number",
|
|
82587
|
+
"inheritedFrom": {
|
|
82588
|
+
"name": "ISignaturePadElementProps",
|
|
82589
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82590
|
+
}
|
|
82591
|
+
},
|
|
82592
|
+
{
|
|
82593
|
+
"kind": "field",
|
|
82594
|
+
"name": "dotSize",
|
|
82595
|
+
"privacy": "public",
|
|
82596
|
+
"description": "Gets or sets the `dotSize` property.",
|
|
82597
|
+
"type": "number",
|
|
82598
|
+
"inheritedFrom": {
|
|
82599
|
+
"name": "ISignaturePadElementProps",
|
|
82600
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82601
|
+
}
|
|
82602
|
+
},
|
|
82603
|
+
{
|
|
82604
|
+
"kind": "field",
|
|
82605
|
+
"name": "minWidth",
|
|
82606
|
+
"privacy": "public",
|
|
82607
|
+
"description": "Gets or sets the `minWidth` property.",
|
|
82608
|
+
"type": "number",
|
|
82609
|
+
"inheritedFrom": {
|
|
82610
|
+
"name": "ISignaturePadElementProps",
|
|
82611
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82612
|
+
}
|
|
82613
|
+
},
|
|
82614
|
+
{
|
|
82615
|
+
"kind": "field",
|
|
82616
|
+
"name": "maxWidth",
|
|
82617
|
+
"privacy": "public",
|
|
82618
|
+
"description": "Gets or sets the `maxWidth` property.",
|
|
82619
|
+
"type": "number",
|
|
82620
|
+
"inheritedFrom": {
|
|
82621
|
+
"name": "ISignaturePadElementProps",
|
|
82622
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82623
|
+
}
|
|
82624
|
+
},
|
|
82625
|
+
{
|
|
82626
|
+
"kind": "field",
|
|
82627
|
+
"name": "velocityFilterWeight",
|
|
82628
|
+
"privacy": "public",
|
|
82629
|
+
"description": "Gets or sets the `velocityFilterWeight` property.",
|
|
82630
|
+
"type": "number",
|
|
82631
|
+
"inheritedFrom": {
|
|
82632
|
+
"name": "ISignaturePadElementProps",
|
|
82633
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82634
|
+
}
|
|
82635
|
+
},
|
|
82636
|
+
{
|
|
82637
|
+
"kind": "field",
|
|
82638
|
+
"name": "backgroundColor",
|
|
82639
|
+
"privacy": "public",
|
|
82640
|
+
"description": "Gets or sets the `backgroundColor` property.",
|
|
82641
|
+
"type": "CssColor",
|
|
82642
|
+
"inheritedFrom": {
|
|
82643
|
+
"name": "ISignaturePadElementProps",
|
|
82644
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82645
|
+
}
|
|
82646
|
+
},
|
|
82647
|
+
{
|
|
82648
|
+
"kind": "field",
|
|
82649
|
+
"name": "penColor",
|
|
82650
|
+
"privacy": "public",
|
|
82651
|
+
"description": "Gets or sets the `penColor` property.",
|
|
82652
|
+
"type": "CssColor",
|
|
82653
|
+
"inheritedFrom": {
|
|
82654
|
+
"name": "ISignaturePadElementProps",
|
|
82655
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82656
|
+
}
|
|
82657
|
+
},
|
|
82658
|
+
{
|
|
82659
|
+
"kind": "field",
|
|
82660
|
+
"name": "required",
|
|
82661
|
+
"privacy": "public",
|
|
82662
|
+
"description": "Gets or sets the `required` property.",
|
|
82663
|
+
"type": "boolean",
|
|
82664
|
+
"inheritedFrom": {
|
|
82665
|
+
"name": "ISignaturePadElementProps",
|
|
82666
|
+
"module": "./../src/Controls/Components/Inputs/SignaturePad/ISignaturePadElementProps.ts"
|
|
82667
|
+
}
|
|
82668
|
+
},
|
|
82669
|
+
{
|
|
82670
|
+
"kind": "field",
|
|
82671
|
+
"name": "themeName",
|
|
82672
|
+
"privacy": "public",
|
|
82673
|
+
"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.",
|
|
82674
|
+
"type": "string",
|
|
82675
|
+
"inheritedFrom": {
|
|
82676
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
82677
|
+
}
|
|
82678
|
+
},
|
|
82679
|
+
{
|
|
82680
|
+
"kind": "field",
|
|
82681
|
+
"name": "isClearable",
|
|
82682
|
+
"privacy": "public",
|
|
82683
|
+
"description": "Determines whether the element is clearable or not.\nClearable means that a clear button will be displayed when the element has a value.\nWhen the clear button is clicked, the value of the element will be cleared.",
|
|
82684
|
+
"type": "boolean",
|
|
82685
|
+
"inheritedFrom": {
|
|
82686
|
+
"name": "Clearable",
|
|
82687
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
82688
|
+
}
|
|
82689
|
+
},
|
|
82690
|
+
{
|
|
82691
|
+
"kind": "field",
|
|
82692
|
+
"name": "cleared",
|
|
82693
|
+
"privacy": "public",
|
|
82694
|
+
"description": "Called when the clear method will be called.\nProvides reference to the `IEventDetail` as event argument.",
|
|
82695
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
82696
|
+
"inheritedFrom": {
|
|
82697
|
+
"name": "IClearableEvents",
|
|
82698
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
82699
|
+
}
|
|
82700
|
+
},
|
|
82701
|
+
{
|
|
82702
|
+
"kind": "field",
|
|
82703
|
+
"name": "disabled",
|
|
82704
|
+
"privacy": "public",
|
|
82705
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
82706
|
+
"type": "boolean",
|
|
82707
|
+
"inheritedFrom": {
|
|
82708
|
+
"name": "Disableable",
|
|
82709
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
82710
|
+
}
|
|
82711
|
+
},
|
|
82712
|
+
{
|
|
82713
|
+
"kind": "field",
|
|
82714
|
+
"name": "isFocused",
|
|
82715
|
+
"privacy": "public",
|
|
82716
|
+
"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.",
|
|
82717
|
+
"type": "boolean",
|
|
82718
|
+
"inheritedFrom": {
|
|
82719
|
+
"name": "Focusable",
|
|
82720
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
82721
|
+
}
|
|
82722
|
+
},
|
|
82723
|
+
{
|
|
82724
|
+
"kind": "field",
|
|
82725
|
+
"name": "variant",
|
|
82726
|
+
"privacy": "public",
|
|
82727
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
82728
|
+
"type": "Variant",
|
|
82729
|
+
"inheritedFrom": {
|
|
82730
|
+
"name": "Variantable",
|
|
82731
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
82732
|
+
}
|
|
82733
|
+
},
|
|
82734
|
+
{
|
|
82735
|
+
"kind": "field",
|
|
82736
|
+
"name": "invalid",
|
|
82737
|
+
"privacy": "public",
|
|
82738
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
82739
|
+
"type": "boolean",
|
|
82740
|
+
"inheritedFrom": {
|
|
82741
|
+
"name": "Invalidable",
|
|
82742
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
82743
|
+
}
|
|
82744
|
+
},
|
|
82745
|
+
{
|
|
82746
|
+
"kind": "field",
|
|
82747
|
+
"name": "value",
|
|
82748
|
+
"privacy": "public",
|
|
82749
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
82750
|
+
"type": "TType",
|
|
82751
|
+
"inheritedFrom": {
|
|
82752
|
+
"name": "Valueable",
|
|
82753
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
82754
|
+
}
|
|
82755
|
+
},
|
|
82756
|
+
{
|
|
82757
|
+
"kind": "field",
|
|
82758
|
+
"name": "label",
|
|
82759
|
+
"privacy": "public",
|
|
82760
|
+
"description": "Gets or sets the `label` property.\nThe default value is an empty string, which means no label is displayed.",
|
|
82761
|
+
"type": "string",
|
|
82762
|
+
"inheritedFrom": {
|
|
82763
|
+
"name": "Labelable",
|
|
82764
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
82765
|
+
}
|
|
82766
|
+
},
|
|
82767
|
+
{
|
|
82768
|
+
"kind": "field",
|
|
82769
|
+
"name": "appearance",
|
|
82770
|
+
"privacy": "public",
|
|
82771
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
82772
|
+
"type": "Appearance",
|
|
82773
|
+
"inheritedFrom": {
|
|
82774
|
+
"name": "Appearanceable",
|
|
82775
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
82776
|
+
}
|
|
82777
|
+
},
|
|
82198
82778
|
{
|
|
82199
82779
|
"kind": "field",
|
|
82200
82780
|
"name": "dir",
|
|
@@ -83907,6 +84487,10 @@
|
|
|
83907
84487
|
"description": "The suffix slot.",
|
|
83908
84488
|
"name": "suffix"
|
|
83909
84489
|
},
|
|
84490
|
+
{
|
|
84491
|
+
"description": "Rich value content displayed immediately before the native editor.",
|
|
84492
|
+
"name": "value"
|
|
84493
|
+
},
|
|
83910
84494
|
{
|
|
83911
84495
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
83912
84496
|
"name": "style",
|
|
@@ -84382,6 +84966,10 @@
|
|
|
84382
84966
|
{
|
|
84383
84967
|
"name": "suffix",
|
|
84384
84968
|
"description": "the suffix part."
|
|
84969
|
+
},
|
|
84970
|
+
{
|
|
84971
|
+
"name": "value",
|
|
84972
|
+
"description": "The rich value content area before the native editor."
|
|
84385
84973
|
}
|
|
84386
84974
|
]
|
|
84387
84975
|
}
|
|
@@ -142237,8 +142825,16 @@
|
|
|
142237
142825
|
],
|
|
142238
142826
|
"cssParts": [
|
|
142239
142827
|
{
|
|
142240
|
-
"name": "
|
|
142241
|
-
"description": "The
|
|
142828
|
+
"name": "prefix",
|
|
142829
|
+
"description": "The container for actions placed before the main action group."
|
|
142830
|
+
},
|
|
142831
|
+
{
|
|
142832
|
+
"name": "content",
|
|
142833
|
+
"description": "The container for the main action group."
|
|
142834
|
+
},
|
|
142835
|
+
{
|
|
142836
|
+
"name": "suffix",
|
|
142837
|
+
"description": "The container for actions placed after the main action group."
|
|
142242
142838
|
}
|
|
142243
142839
|
]
|
|
142244
142840
|
}
|
|
@@ -146530,8 +147126,16 @@
|
|
|
146530
147126
|
],
|
|
146531
147127
|
"cssParts": [
|
|
146532
147128
|
{
|
|
146533
|
-
"name": "
|
|
146534
|
-
"description": "The
|
|
147129
|
+
"name": "prefix",
|
|
147130
|
+
"description": "The container for actions placed before the main action group."
|
|
147131
|
+
},
|
|
147132
|
+
{
|
|
147133
|
+
"name": "content",
|
|
147134
|
+
"description": "The container for the main action group."
|
|
147135
|
+
},
|
|
147136
|
+
{
|
|
147137
|
+
"name": "suffix",
|
|
147138
|
+
"description": "The container for actions placed after the main action group."
|
|
146535
147139
|
}
|
|
146536
147140
|
]
|
|
146537
147141
|
}
|
|
@@ -147872,17 +148476,6 @@
|
|
|
147872
148476
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
147873
148477
|
}
|
|
147874
148478
|
},
|
|
147875
|
-
{
|
|
147876
|
-
"kind": "method",
|
|
147877
|
-
"name": "open",
|
|
147878
|
-
"privacy": "public",
|
|
147879
|
-
"type": "(): Promise<void>",
|
|
147880
|
-
"description": "Opens the drawer.",
|
|
147881
|
-
"parameters": [],
|
|
147882
|
-
"return": {
|
|
147883
|
-
"type": "Promise<void>"
|
|
147884
|
-
}
|
|
147885
|
-
},
|
|
147886
148479
|
{
|
|
147887
148480
|
"kind": "method",
|
|
147888
148481
|
"name": "close",
|
|
@@ -148056,6 +148649,21 @@
|
|
|
148056
148649
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
148057
148650
|
}
|
|
148058
148651
|
},
|
|
148652
|
+
{
|
|
148653
|
+
"kind": "method",
|
|
148654
|
+
"name": "open",
|
|
148655
|
+
"privacy": "public",
|
|
148656
|
+
"type": "(): Promise<void>",
|
|
148657
|
+
"description": "Opens the `OverlayElement`.",
|
|
148658
|
+
"parameters": [],
|
|
148659
|
+
"return": {
|
|
148660
|
+
"type": "Promise<void>"
|
|
148661
|
+
},
|
|
148662
|
+
"inheritedFrom": {
|
|
148663
|
+
"name": "OverlayElement",
|
|
148664
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
148665
|
+
}
|
|
148666
|
+
},
|
|
148059
148667
|
{
|
|
148060
148668
|
"kind": "method",
|
|
148061
148669
|
"name": "requestAttention",
|
|
@@ -153126,17 +153734,196 @@
|
|
|
153126
153734
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
153127
153735
|
}
|
|
153128
153736
|
],
|
|
153129
|
-
"description": "Sheet - A
|
|
153737
|
+
"description": "Sheet - A mobile-first, snap-based overlay entering from the top or bottom edge.",
|
|
153130
153738
|
"name": "SheetElement",
|
|
153131
153739
|
"members": [
|
|
153740
|
+
{
|
|
153741
|
+
"kind": "field",
|
|
153742
|
+
"name": "activeSnapChanged",
|
|
153743
|
+
"privacy": "public",
|
|
153744
|
+
"description": "Called after the active snap changes.\nProvides `IActiveSnapChangedEventDetail` as event detail.",
|
|
153745
|
+
"type": "IEventEmitter<IActiveSnapChangedEventDetail>"
|
|
153746
|
+
},
|
|
153747
|
+
{
|
|
153748
|
+
"kind": "field",
|
|
153749
|
+
"name": "dragStart",
|
|
153750
|
+
"privacy": "public",
|
|
153751
|
+
"description": "Called when a vertical sheet gesture starts.\nProvides `IDragStartEventDetail` as event detail.",
|
|
153752
|
+
"type": "IEventEmitter<IDragStartEventDetail>"
|
|
153753
|
+
},
|
|
153754
|
+
{
|
|
153755
|
+
"kind": "field",
|
|
153756
|
+
"name": "dragging",
|
|
153757
|
+
"privacy": "public",
|
|
153758
|
+
"description": "Called while the sheet is moved by a vertical pointer gesture.\nProvides `IDraggingEventDetail` as event detail.",
|
|
153759
|
+
"type": "IEventEmitter<IDraggingEventDetail>"
|
|
153760
|
+
},
|
|
153761
|
+
{
|
|
153762
|
+
"kind": "field",
|
|
153763
|
+
"name": "dragEnd",
|
|
153764
|
+
"privacy": "public",
|
|
153765
|
+
"description": "Called when a vertical sheet gesture ends.\nProvides `IDragEndEventDetail` as event detail.",
|
|
153766
|
+
"type": "IEventEmitter<IDragEndEventDetail>"
|
|
153767
|
+
},
|
|
153768
|
+
{
|
|
153769
|
+
"kind": "field",
|
|
153770
|
+
"name": "handleViewportResize",
|
|
153771
|
+
"type": "object"
|
|
153772
|
+
},
|
|
153773
|
+
{
|
|
153774
|
+
"kind": "field",
|
|
153775
|
+
"name": "handlePointerDown",
|
|
153776
|
+
"type": "object"
|
|
153777
|
+
},
|
|
153778
|
+
{
|
|
153779
|
+
"kind": "field",
|
|
153780
|
+
"name": "handlePointerMove",
|
|
153781
|
+
"type": "object"
|
|
153782
|
+
},
|
|
153783
|
+
{
|
|
153784
|
+
"kind": "field",
|
|
153785
|
+
"name": "handlePointerUp",
|
|
153786
|
+
"type": "object"
|
|
153787
|
+
},
|
|
153788
|
+
{
|
|
153789
|
+
"kind": "field",
|
|
153790
|
+
"name": "handlePointerCancel",
|
|
153791
|
+
"type": "object"
|
|
153792
|
+
},
|
|
153793
|
+
{
|
|
153794
|
+
"kind": "field",
|
|
153795
|
+
"name": "onBackdrop",
|
|
153796
|
+
"type": "object"
|
|
153797
|
+
},
|
|
153798
|
+
{
|
|
153799
|
+
"kind": "field",
|
|
153800
|
+
"name": "width",
|
|
153801
|
+
"privacy": "public",
|
|
153802
|
+
"description": "Gets or sets the width of the sheet surface.\nThe width remains constrained by the viewport and the theme's maximum width.",
|
|
153803
|
+
"type": "CssLength",
|
|
153804
|
+
"default": "\"'100%'\"",
|
|
153805
|
+
"inheritedFrom": {
|
|
153806
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153807
|
+
}
|
|
153808
|
+
},
|
|
153132
153809
|
{
|
|
153133
153810
|
"kind": "field",
|
|
153134
153811
|
"name": "height",
|
|
153135
153812
|
"privacy": "public",
|
|
153136
|
-
"description": "Gets or sets the `
|
|
153813
|
+
"description": "Gets or sets the maximum visible extent of the sheet.\nThe `auto` value uses the measured content height.",
|
|
153137
153814
|
"type": "CssLength",
|
|
153815
|
+
"default": "\"'60dvh'\"",
|
|
153816
|
+
"inheritedFrom": {
|
|
153817
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153818
|
+
}
|
|
153819
|
+
},
|
|
153820
|
+
{
|
|
153821
|
+
"kind": "field",
|
|
153822
|
+
"name": "position",
|
|
153823
|
+
"privacy": "public",
|
|
153824
|
+
"description": "Gets or sets the viewport edge from which the sheet opens.",
|
|
153825
|
+
"type": "SheetPosition",
|
|
153826
|
+
"default": "\"'bottom'\"",
|
|
153827
|
+
"inheritedFrom": {
|
|
153828
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153829
|
+
}
|
|
153830
|
+
},
|
|
153831
|
+
{
|
|
153832
|
+
"kind": "field",
|
|
153833
|
+
"name": "snaps",
|
|
153834
|
+
"privacy": "public",
|
|
153835
|
+
"description": "Gets or sets the sheet's snap extents.\nValues are resolved, clamped to `height`, sorted and de-duplicated.\nThe `content` value uses the measured content height.\nIn plain HTML, provide a space-separated list such as `snaps=\"25% content 90dvh\"`.\nInvalid values and the unsupported `auto` value throw a descriptive error.",
|
|
153836
|
+
"type": "SheetSnap[]",
|
|
153837
|
+
"default": "\"[]\"",
|
|
153838
|
+
"inheritedFrom": {
|
|
153839
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153840
|
+
}
|
|
153841
|
+
},
|
|
153842
|
+
{
|
|
153843
|
+
"kind": "field",
|
|
153844
|
+
"name": "activeSnapIndex",
|
|
153845
|
+
"privacy": "public",
|
|
153846
|
+
"description": "Gets or sets the active index in the resolved, ascending snap list.\nInvalid values are clamped to an available index.",
|
|
153847
|
+
"type": "number",
|
|
153848
|
+
"default": "\"0\"",
|
|
153849
|
+
"inheritedFrom": {
|
|
153850
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153851
|
+
}
|
|
153852
|
+
},
|
|
153853
|
+
{
|
|
153854
|
+
"kind": "field",
|
|
153855
|
+
"name": "closeThreshold",
|
|
153856
|
+
"privacy": "public",
|
|
153857
|
+
"description": "Gets or sets the close threshold as a fraction of the maximum extent.\nValues are clamped to the range from `0` to `1`.",
|
|
153858
|
+
"type": "number",
|
|
153859
|
+
"default": "\"0.25\"",
|
|
153860
|
+
"inheritedFrom": {
|
|
153861
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153862
|
+
}
|
|
153863
|
+
},
|
|
153864
|
+
{
|
|
153865
|
+
"kind": "field",
|
|
153866
|
+
"name": "elastic",
|
|
153867
|
+
"privacy": "public",
|
|
153868
|
+
"description": "Gets or sets whether dragging beyond the legal range uses elastic resistance.",
|
|
153869
|
+
"type": "boolean",
|
|
153870
|
+
"default": "\"true\"",
|
|
153871
|
+
"inheritedFrom": {
|
|
153872
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153873
|
+
}
|
|
153874
|
+
},
|
|
153875
|
+
{
|
|
153876
|
+
"kind": "field",
|
|
153877
|
+
"name": "inertia",
|
|
153878
|
+
"privacy": "public",
|
|
153879
|
+
"description": "Gets or sets whether release velocity influences the landing snap.",
|
|
153880
|
+
"type": "boolean",
|
|
153881
|
+
"default": "\"true\"",
|
|
153882
|
+
"inheritedFrom": {
|
|
153883
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153884
|
+
}
|
|
153885
|
+
},
|
|
153886
|
+
{
|
|
153887
|
+
"kind": "field",
|
|
153888
|
+
"name": "dragMode",
|
|
153889
|
+
"privacy": "public",
|
|
153890
|
+
"description": "Gets or sets the area from which a sheet gesture may start.\nInteractive controls never start a sheet gesture.",
|
|
153891
|
+
"type": "SheetDragMode",
|
|
153892
|
+
"default": "\"'sheet'\"",
|
|
153893
|
+
"inheritedFrom": {
|
|
153894
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153895
|
+
}
|
|
153896
|
+
},
|
|
153897
|
+
{
|
|
153898
|
+
"kind": "field",
|
|
153899
|
+
"name": "hasHandle",
|
|
153900
|
+
"privacy": "public",
|
|
153901
|
+
"description": "Gets or sets whether the built-in drag handle is rendered.",
|
|
153902
|
+
"type": "boolean",
|
|
153903
|
+
"default": "\"true\"",
|
|
153904
|
+
"inheritedFrom": {
|
|
153905
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153906
|
+
}
|
|
153907
|
+
},
|
|
153908
|
+
{
|
|
153909
|
+
"kind": "field",
|
|
153910
|
+
"name": "hasSnapIndicator",
|
|
153911
|
+
"privacy": "public",
|
|
153912
|
+
"description": "Gets or sets whether indicators for the resolved snaps are rendered.",
|
|
153913
|
+
"type": "boolean",
|
|
153914
|
+
"default": "\"false\"",
|
|
153915
|
+
"inheritedFrom": {
|
|
153916
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153917
|
+
}
|
|
153918
|
+
},
|
|
153919
|
+
{
|
|
153920
|
+
"kind": "field",
|
|
153921
|
+
"name": "isModal",
|
|
153922
|
+
"privacy": "public",
|
|
153923
|
+
"description": "Gets or sets whether the open sheet traps focus, restores focus and locks document scrolling.",
|
|
153924
|
+
"type": "boolean",
|
|
153925
|
+
"default": "\"false\"",
|
|
153138
153926
|
"inheritedFrom": {
|
|
153139
|
-
"name": "ISheetElementProps",
|
|
153140
153927
|
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153141
153928
|
}
|
|
153142
153929
|
},
|
|
@@ -153304,9 +154091,10 @@
|
|
|
153304
154091
|
"name": "open",
|
|
153305
154092
|
"privacy": "public",
|
|
153306
154093
|
"type": "(): Promise<void>",
|
|
153307
|
-
"description": "Opens the
|
|
154094
|
+
"description": "Opens the sheet at its active snap.",
|
|
153308
154095
|
"parameters": [],
|
|
153309
154096
|
"return": {
|
|
154097
|
+
"description": "A promise that resolves after the sheet has opened.",
|
|
153310
154098
|
"type": "Promise<void>"
|
|
153311
154099
|
}
|
|
153312
154100
|
},
|
|
@@ -153315,40 +154103,36 @@
|
|
|
153315
154103
|
"name": "close",
|
|
153316
154104
|
"privacy": "public",
|
|
153317
154105
|
"type": "(): Promise<boolean>",
|
|
153318
|
-
"description": "Closes the
|
|
154106
|
+
"description": "Closes the sheet through the normal overlay lifecycle.",
|
|
153319
154107
|
"parameters": [],
|
|
153320
154108
|
"return": {
|
|
154109
|
+
"description": "A promise resolving to whether the sheet was closed.",
|
|
153321
154110
|
"type": "Promise<boolean>"
|
|
153322
154111
|
}
|
|
153323
154112
|
},
|
|
153324
154113
|
{
|
|
153325
154114
|
"kind": "method",
|
|
153326
|
-
"name": "
|
|
154115
|
+
"name": "snapTo",
|
|
153327
154116
|
"privacy": "public",
|
|
153328
|
-
"type": "(): void",
|
|
153329
|
-
"description": "
|
|
153330
|
-
"parameters": [
|
|
154117
|
+
"type": "(index: number): void",
|
|
154118
|
+
"description": "Moves the open sheet to a configured snap.\nInvalid indices are clamped to the resolved snap range.",
|
|
154119
|
+
"parameters": [
|
|
154120
|
+
{
|
|
154121
|
+
"name": "index",
|
|
154122
|
+
"type": "number",
|
|
154123
|
+
"description": "The target index in the resolved, ascending snap list."
|
|
154124
|
+
}
|
|
154125
|
+
],
|
|
153331
154126
|
"return": {
|
|
153332
154127
|
"type": "void"
|
|
153333
154128
|
}
|
|
153334
154129
|
},
|
|
153335
|
-
{
|
|
153336
|
-
"kind": "method",
|
|
153337
|
-
"name": "toggle",
|
|
153338
|
-
"privacy": "public",
|
|
153339
|
-
"type": "(): Promise<void>",
|
|
153340
|
-
"description": "Toggles between open and partial states.",
|
|
153341
|
-
"parameters": [],
|
|
153342
|
-
"return": {
|
|
153343
|
-
"type": "Promise<void>"
|
|
153344
|
-
}
|
|
153345
|
-
},
|
|
153346
154130
|
{
|
|
153347
154131
|
"kind": "method",
|
|
153348
154132
|
"name": "onBackdrop",
|
|
153349
154133
|
"privacy": "public",
|
|
153350
154134
|
"type": "(): void",
|
|
153351
|
-
"description": "Handles
|
|
154135
|
+
"description": "Handles a backdrop activation according to the sheet dismissal configuration.",
|
|
153352
154136
|
"parameters": [],
|
|
153353
154137
|
"return": {
|
|
153354
154138
|
"type": "void"
|
|
@@ -153600,6 +154384,26 @@
|
|
|
153600
154384
|
],
|
|
153601
154385
|
"tagName": "mosaik-sheet",
|
|
153602
154386
|
"events": [
|
|
154387
|
+
{
|
|
154388
|
+
"description": "Fired after the active snap changes.",
|
|
154389
|
+
"name": "activeSnapChanged",
|
|
154390
|
+
"type": "Event"
|
|
154391
|
+
},
|
|
154392
|
+
{
|
|
154393
|
+
"description": "Fired when a vertical sheet gesture starts.",
|
|
154394
|
+
"name": "dragStart",
|
|
154395
|
+
"type": "Event"
|
|
154396
|
+
},
|
|
154397
|
+
{
|
|
154398
|
+
"description": "Fired while the sheet is dragged.",
|
|
154399
|
+
"name": "dragging",
|
|
154400
|
+
"type": "Event"
|
|
154401
|
+
},
|
|
154402
|
+
{
|
|
154403
|
+
"description": "Fired when a sheet gesture ends.",
|
|
154404
|
+
"name": "dragEnd",
|
|
154405
|
+
"type": "Event"
|
|
154406
|
+
},
|
|
153603
154407
|
{
|
|
153604
154408
|
"description": "Dispatched when the overlay completes its open transition (isOpen becomes true)",
|
|
153605
154409
|
"name": "opened",
|
|
@@ -153678,13 +154482,123 @@
|
|
|
153678
154482
|
}
|
|
153679
154483
|
],
|
|
153680
154484
|
"attributes": [
|
|
154485
|
+
{
|
|
154486
|
+
"name": "width",
|
|
154487
|
+
"fieldName": "width",
|
|
154488
|
+
"defaultValue": "\"'100%'\"",
|
|
154489
|
+
"description": "Gets or sets the width of the sheet surface.\nThe width remains constrained by the viewport and the theme's maximum width.",
|
|
154490
|
+
"type": "CssLength",
|
|
154491
|
+
"inheritedFrom": {
|
|
154492
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154493
|
+
}
|
|
154494
|
+
},
|
|
153681
154495
|
{
|
|
153682
154496
|
"name": "height",
|
|
153683
154497
|
"fieldName": "height",
|
|
153684
|
-
"
|
|
154498
|
+
"defaultValue": "\"'60dvh'\"",
|
|
154499
|
+
"description": "Gets or sets the maximum visible extent of the sheet.\nThe `auto` value uses the measured content height.",
|
|
153685
154500
|
"type": "CssLength",
|
|
153686
154501
|
"inheritedFrom": {
|
|
153687
|
-
"
|
|
154502
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154503
|
+
}
|
|
154504
|
+
},
|
|
154505
|
+
{
|
|
154506
|
+
"name": "position",
|
|
154507
|
+
"fieldName": "position",
|
|
154508
|
+
"defaultValue": "\"'bottom'\"",
|
|
154509
|
+
"description": "Gets or sets the viewport edge from which the sheet opens.",
|
|
154510
|
+
"type": "SheetPosition",
|
|
154511
|
+
"inheritedFrom": {
|
|
154512
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154513
|
+
}
|
|
154514
|
+
},
|
|
154515
|
+
{
|
|
154516
|
+
"name": "snaps",
|
|
154517
|
+
"fieldName": "snaps",
|
|
154518
|
+
"defaultValue": "\"[]\"",
|
|
154519
|
+
"description": "Gets or sets the sheet's snap extents.\nValues are resolved, clamped to `height`, sorted and de-duplicated.\nThe `content` value uses the measured content height.\nIn plain HTML, provide a space-separated list such as `snaps=\"25% content 90dvh\"`.\nInvalid values and the unsupported `auto` value throw a descriptive error.",
|
|
154520
|
+
"type": "SheetSnap[]",
|
|
154521
|
+
"inheritedFrom": {
|
|
154522
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154523
|
+
}
|
|
154524
|
+
},
|
|
154525
|
+
{
|
|
154526
|
+
"name": "activeSnapIndex",
|
|
154527
|
+
"fieldName": "activeSnapIndex",
|
|
154528
|
+
"defaultValue": "\"0\"",
|
|
154529
|
+
"description": "Gets or sets the active index in the resolved, ascending snap list.\nInvalid values are clamped to an available index.",
|
|
154530
|
+
"type": "number",
|
|
154531
|
+
"inheritedFrom": {
|
|
154532
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154533
|
+
}
|
|
154534
|
+
},
|
|
154535
|
+
{
|
|
154536
|
+
"name": "closeThreshold",
|
|
154537
|
+
"fieldName": "closeThreshold",
|
|
154538
|
+
"defaultValue": "\"0.25\"",
|
|
154539
|
+
"description": "Gets or sets the close threshold as a fraction of the maximum extent.\nValues are clamped to the range from `0` to `1`.",
|
|
154540
|
+
"type": "number",
|
|
154541
|
+
"inheritedFrom": {
|
|
154542
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154543
|
+
}
|
|
154544
|
+
},
|
|
154545
|
+
{
|
|
154546
|
+
"name": "elastic",
|
|
154547
|
+
"fieldName": "elastic",
|
|
154548
|
+
"defaultValue": "\"true\"",
|
|
154549
|
+
"description": "Gets or sets whether dragging beyond the legal range uses elastic resistance.",
|
|
154550
|
+
"type": "boolean",
|
|
154551
|
+
"inheritedFrom": {
|
|
154552
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154553
|
+
}
|
|
154554
|
+
},
|
|
154555
|
+
{
|
|
154556
|
+
"name": "inertia",
|
|
154557
|
+
"fieldName": "inertia",
|
|
154558
|
+
"defaultValue": "\"true\"",
|
|
154559
|
+
"description": "Gets or sets whether release velocity influences the landing snap.",
|
|
154560
|
+
"type": "boolean",
|
|
154561
|
+
"inheritedFrom": {
|
|
154562
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154563
|
+
}
|
|
154564
|
+
},
|
|
154565
|
+
{
|
|
154566
|
+
"name": "dragMode",
|
|
154567
|
+
"fieldName": "dragMode",
|
|
154568
|
+
"defaultValue": "\"'sheet'\"",
|
|
154569
|
+
"description": "Gets or sets the area from which a sheet gesture may start.\nInteractive controls never start a sheet gesture.",
|
|
154570
|
+
"type": "SheetDragMode",
|
|
154571
|
+
"inheritedFrom": {
|
|
154572
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154573
|
+
}
|
|
154574
|
+
},
|
|
154575
|
+
{
|
|
154576
|
+
"name": "hasHandle",
|
|
154577
|
+
"fieldName": "hasHandle",
|
|
154578
|
+
"defaultValue": "\"true\"",
|
|
154579
|
+
"description": "Gets or sets whether the built-in drag handle is rendered.",
|
|
154580
|
+
"type": "boolean",
|
|
154581
|
+
"inheritedFrom": {
|
|
154582
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154583
|
+
}
|
|
154584
|
+
},
|
|
154585
|
+
{
|
|
154586
|
+
"name": "hasSnapIndicator",
|
|
154587
|
+
"fieldName": "hasSnapIndicator",
|
|
154588
|
+
"defaultValue": "\"false\"",
|
|
154589
|
+
"description": "Gets or sets whether indicators for the resolved snaps are rendered.",
|
|
154590
|
+
"type": "boolean",
|
|
154591
|
+
"inheritedFrom": {
|
|
154592
|
+
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
154593
|
+
}
|
|
154594
|
+
},
|
|
154595
|
+
{
|
|
154596
|
+
"name": "isModal",
|
|
154597
|
+
"fieldName": "isModal",
|
|
154598
|
+
"defaultValue": "\"false\"",
|
|
154599
|
+
"description": "Gets or sets whether the open sheet traps focus, restores focus and locks document scrolling.",
|
|
154600
|
+
"type": "boolean",
|
|
154601
|
+
"inheritedFrom": {
|
|
153688
154602
|
"module": "./../src/Controls/Components/Overlays/Sheet/ISheetElementProps.ts"
|
|
153689
154603
|
}
|
|
153690
154604
|
},
|
|
@@ -153775,11 +154689,21 @@
|
|
|
153775
154689
|
"description": "The border color CSS custom property.",
|
|
153776
154690
|
"type": "String"
|
|
153777
154691
|
},
|
|
154692
|
+
{
|
|
154693
|
+
"name": "--sheet-border-radius",
|
|
154694
|
+
"description": "The border radius CSS custom property.",
|
|
154695
|
+
"type": "String"
|
|
154696
|
+
},
|
|
153778
154697
|
{
|
|
153779
154698
|
"name": "--sheet-border-width",
|
|
153780
154699
|
"description": "The border width CSS custom property.",
|
|
153781
154700
|
"type": "String"
|
|
153782
154701
|
},
|
|
154702
|
+
{
|
|
154703
|
+
"name": "--sheet-edge-offset",
|
|
154704
|
+
"description": "The edge offset CSS custom property.",
|
|
154705
|
+
"type": "String"
|
|
154706
|
+
},
|
|
153783
154707
|
{
|
|
153784
154708
|
"name": "--sheet-font-family",
|
|
153785
154709
|
"description": "The font family CSS custom property.",
|
|
@@ -153825,6 +154749,36 @@
|
|
|
153825
154749
|
"description": "The gap CSS custom property.",
|
|
153826
154750
|
"type": "String"
|
|
153827
154751
|
},
|
|
154752
|
+
{
|
|
154753
|
+
"name": "--sheet-handle-background-color",
|
|
154754
|
+
"description": "The handle background color CSS custom property.",
|
|
154755
|
+
"type": "String"
|
|
154756
|
+
},
|
|
154757
|
+
{
|
|
154758
|
+
"name": "--sheet-handle-border-radius",
|
|
154759
|
+
"description": "The handle border radius CSS custom property.",
|
|
154760
|
+
"type": "String"
|
|
154761
|
+
},
|
|
154762
|
+
{
|
|
154763
|
+
"name": "--sheet-handle-height",
|
|
154764
|
+
"description": "The handle height CSS custom property.",
|
|
154765
|
+
"type": "String"
|
|
154766
|
+
},
|
|
154767
|
+
{
|
|
154768
|
+
"name": "--sheet-handle-margin",
|
|
154769
|
+
"description": "The handle margin CSS custom property.",
|
|
154770
|
+
"type": "String"
|
|
154771
|
+
},
|
|
154772
|
+
{
|
|
154773
|
+
"name": "--sheet-handle-width",
|
|
154774
|
+
"description": "The handle width CSS custom property.",
|
|
154775
|
+
"type": "String"
|
|
154776
|
+
},
|
|
154777
|
+
{
|
|
154778
|
+
"name": "--sheet-max-width",
|
|
154779
|
+
"description": "The max width CSS custom property.",
|
|
154780
|
+
"type": "String"
|
|
154781
|
+
},
|
|
153828
154782
|
{
|
|
153829
154783
|
"name": "--sheet-padding-bottom",
|
|
153830
154784
|
"description": "The padding bottom CSS custom property.",
|
|
@@ -153875,6 +154829,31 @@
|
|
|
153875
154829
|
"description": "The shadow spread CSS custom property.",
|
|
153876
154830
|
"type": "String"
|
|
153877
154831
|
},
|
|
154832
|
+
{
|
|
154833
|
+
"name": "--sheet-snap-indicator-active-background-color",
|
|
154834
|
+
"description": "The snap indicator active background color CSS custom property.",
|
|
154835
|
+
"type": "String"
|
|
154836
|
+
},
|
|
154837
|
+
{
|
|
154838
|
+
"name": "--sheet-snap-indicator-background-color",
|
|
154839
|
+
"description": "The snap indicator background color CSS custom property.",
|
|
154840
|
+
"type": "String"
|
|
154841
|
+
},
|
|
154842
|
+
{
|
|
154843
|
+
"name": "--sheet-snap-indicator-border-radius",
|
|
154844
|
+
"description": "The snap indicator border radius CSS custom property.",
|
|
154845
|
+
"type": "String"
|
|
154846
|
+
},
|
|
154847
|
+
{
|
|
154848
|
+
"name": "--sheet-snap-indicator-gap",
|
|
154849
|
+
"description": "The snap indicator gap CSS custom property.",
|
|
154850
|
+
"type": "String"
|
|
154851
|
+
},
|
|
154852
|
+
{
|
|
154853
|
+
"name": "--sheet-snap-indicator-size",
|
|
154854
|
+
"description": "The snap indicator size CSS custom property.",
|
|
154855
|
+
"type": "String"
|
|
154856
|
+
},
|
|
153878
154857
|
{
|
|
153879
154858
|
"name": "--sheet-transition-duration",
|
|
153880
154859
|
"description": "The transition duration CSS custom property.",
|
|
@@ -153899,6 +154878,11 @@
|
|
|
153899
154878
|
"name": "--sheet-translate-y",
|
|
153900
154879
|
"description": "The translate y CSS custom property.",
|
|
153901
154880
|
"type": "String"
|
|
154881
|
+
},
|
|
154882
|
+
{
|
|
154883
|
+
"name": "--sheet-z-index",
|
|
154884
|
+
"description": "The stacking order CSS custom property.",
|
|
154885
|
+
"type": "String"
|
|
153902
154886
|
}
|
|
153903
154887
|
],
|
|
153904
154888
|
"cssParts": [
|
|
@@ -153906,17 +154890,41 @@
|
|
|
153906
154890
|
"name": "backdrop",
|
|
153907
154891
|
"description": "The backdrop part."
|
|
153908
154892
|
},
|
|
154893
|
+
{
|
|
154894
|
+
"name": "body",
|
|
154895
|
+
"description": "The body part."
|
|
154896
|
+
},
|
|
154897
|
+
{
|
|
154898
|
+
"name": "content-slot",
|
|
154899
|
+
"description": "The slot that projects the scrollable sheet content."
|
|
154900
|
+
},
|
|
154901
|
+
{
|
|
154902
|
+
"name": "footer-slot",
|
|
154903
|
+
"description": "The slot that projects the sheet footer."
|
|
154904
|
+
},
|
|
154905
|
+
{
|
|
154906
|
+
"name": "handle",
|
|
154907
|
+
"description": "The visual drag handle."
|
|
154908
|
+
},
|
|
154909
|
+
{
|
|
154910
|
+
"name": "header-slot",
|
|
154911
|
+
"description": "The slot that projects the sheet header."
|
|
154912
|
+
},
|
|
153909
154913
|
{
|
|
153910
154914
|
"name": "heading",
|
|
153911
|
-
"description": "The heading
|
|
154915
|
+
"description": "The sheet heading and gesture affordance."
|
|
153912
154916
|
},
|
|
153913
154917
|
{
|
|
153914
154918
|
"name": "root",
|
|
153915
|
-
"description": "The
|
|
154919
|
+
"description": "The movable sheet surface."
|
|
153916
154920
|
},
|
|
153917
154921
|
{
|
|
153918
|
-
"name": "
|
|
153919
|
-
"description": "
|
|
154922
|
+
"name": "snap-indicator",
|
|
154923
|
+
"description": "Container for snap indicators."
|
|
154924
|
+
},
|
|
154925
|
+
{
|
|
154926
|
+
"name": "snap-indicator-item",
|
|
154927
|
+
"description": "An individual snap indicator."
|
|
153920
154928
|
}
|
|
153921
154929
|
]
|
|
153922
154930
|
}
|
|
@@ -156436,8 +157444,16 @@
|
|
|
156436
157444
|
],
|
|
156437
157445
|
"cssParts": [
|
|
156438
157446
|
{
|
|
156439
|
-
"name": "
|
|
156440
|
-
"description": "The
|
|
157447
|
+
"name": "prefix",
|
|
157448
|
+
"description": "The container for actions placed before the main action group."
|
|
157449
|
+
},
|
|
157450
|
+
{
|
|
157451
|
+
"name": "content",
|
|
157452
|
+
"description": "The container for the main action group."
|
|
157453
|
+
},
|
|
157454
|
+
{
|
|
157455
|
+
"name": "suffix",
|
|
157456
|
+
"description": "The container for actions placed after the main action group."
|
|
156441
157457
|
}
|
|
156442
157458
|
]
|
|
156443
157459
|
}
|
|
@@ -210085,6 +211101,23 @@
|
|
|
210085
211101
|
"type": "boolean"
|
|
210086
211102
|
}
|
|
210087
211103
|
},
|
|
211104
|
+
{
|
|
211105
|
+
"kind": "method",
|
|
211106
|
+
"name": "onEditorInput",
|
|
211107
|
+
"privacy": "public",
|
|
211108
|
+
"type": "(event: InputEvent): void",
|
|
211109
|
+
"description": "Updates the editor state without changing the current selection.",
|
|
211110
|
+
"parameters": [
|
|
211111
|
+
{
|
|
211112
|
+
"name": "event",
|
|
211113
|
+
"type": "InputEvent",
|
|
211114
|
+
"description": "The TextBox input event."
|
|
211115
|
+
}
|
|
211116
|
+
],
|
|
211117
|
+
"return": {
|
|
211118
|
+
"type": "void"
|
|
211119
|
+
}
|
|
211120
|
+
},
|
|
210088
211121
|
{
|
|
210089
211122
|
"kind": "method",
|
|
210090
211123
|
"name": "assignToSlot",
|
|
@@ -210525,6 +211558,10 @@
|
|
|
210525
211558
|
"description": "Trailing content after the input (actions, indicators)",
|
|
210526
211559
|
"name": "suffix"
|
|
210527
211560
|
},
|
|
211561
|
+
{
|
|
211562
|
+
"description": "Custom content that replaces the normal selection presentation.",
|
|
211563
|
+
"name": "trigger"
|
|
211564
|
+
},
|
|
210528
211565
|
{
|
|
210529
211566
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
210530
211567
|
"name": "style",
|
|
@@ -210937,6 +211974,10 @@
|
|
|
210937
211974
|
{
|
|
210938
211975
|
"name": "projection",
|
|
210939
211976
|
"description": "The projection part."
|
|
211977
|
+
},
|
|
211978
|
+
{
|
|
211979
|
+
"name": "selection-visuals",
|
|
211980
|
+
"description": "The persistent selection adornment next to the editor."
|
|
210940
211981
|
}
|
|
210941
211982
|
]
|
|
210942
211983
|
}
|
|
@@ -211213,57 +212254,800 @@
|
|
|
211213
212254
|
},
|
|
211214
212255
|
{
|
|
211215
212256
|
"kind": "method",
|
|
211216
|
-
"name": "hasVisibleFocusInTree",
|
|
212257
|
+
"name": "hasVisibleFocusInTree",
|
|
212258
|
+
"privacy": "public",
|
|
212259
|
+
"type": "(): boolean",
|
|
212260
|
+
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
212261
|
+
"parameters": [],
|
|
212262
|
+
"return": {
|
|
212263
|
+
"type": "boolean"
|
|
212264
|
+
},
|
|
212265
|
+
"inheritedFrom": {
|
|
212266
|
+
"name": "Focusable",
|
|
212267
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
212268
|
+
}
|
|
212269
|
+
},
|
|
212270
|
+
{
|
|
212271
|
+
"kind": "method",
|
|
212272
|
+
"name": "select",
|
|
212273
|
+
"privacy": "public",
|
|
212274
|
+
"type": "(forceUpdate?: boolean): void",
|
|
212275
|
+
"description": "This method is invoked when the `isSelected` property is changed to `true`.",
|
|
212276
|
+
"parameters": [
|
|
212277
|
+
{
|
|
212278
|
+
"name": "forceUpdate",
|
|
212279
|
+
"type": "boolean"
|
|
212280
|
+
}
|
|
212281
|
+
],
|
|
212282
|
+
"return": {
|
|
212283
|
+
"type": "void"
|
|
212284
|
+
},
|
|
212285
|
+
"inheritedFrom": {
|
|
212286
|
+
"name": "SelectorItemElement",
|
|
212287
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
212288
|
+
}
|
|
212289
|
+
},
|
|
212290
|
+
{
|
|
212291
|
+
"kind": "method",
|
|
212292
|
+
"name": "deselect",
|
|
212293
|
+
"privacy": "public",
|
|
212294
|
+
"type": "(forceUpdate?: boolean): void",
|
|
212295
|
+
"description": "This method is invoked when the `isSelected` property is changed to `false`.",
|
|
212296
|
+
"parameters": [
|
|
212297
|
+
{
|
|
212298
|
+
"name": "forceUpdate",
|
|
212299
|
+
"type": "boolean"
|
|
212300
|
+
}
|
|
212301
|
+
],
|
|
212302
|
+
"return": {
|
|
212303
|
+
"type": "void"
|
|
212304
|
+
},
|
|
212305
|
+
"inheritedFrom": {
|
|
212306
|
+
"name": "SelectorItemElement",
|
|
212307
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
212308
|
+
}
|
|
212309
|
+
},
|
|
212310
|
+
{
|
|
212311
|
+
"kind": "method",
|
|
212312
|
+
"name": "adoptStyle",
|
|
212313
|
+
"privacy": "public",
|
|
212314
|
+
"type": "(styles: CSSResultGroup): void",
|
|
212315
|
+
"description": "Adopts the specified styles.",
|
|
212316
|
+
"parameters": [
|
|
212317
|
+
{
|
|
212318
|
+
"name": "styles",
|
|
212319
|
+
"type": "CSSResultGroup",
|
|
212320
|
+
"description": "The styles to adopt."
|
|
212321
|
+
}
|
|
212322
|
+
],
|
|
212323
|
+
"return": {
|
|
212324
|
+
"type": "void"
|
|
212325
|
+
},
|
|
212326
|
+
"inheritedFrom": {
|
|
212327
|
+
"name": "CustomElement",
|
|
212328
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212329
|
+
}
|
|
212330
|
+
},
|
|
212331
|
+
{
|
|
212332
|
+
"kind": "method",
|
|
212333
|
+
"name": "on",
|
|
212334
|
+
"privacy": "public",
|
|
212335
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
212336
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
212337
|
+
"parameters": [
|
|
212338
|
+
{
|
|
212339
|
+
"name": "event",
|
|
212340
|
+
"type": "TEvent"
|
|
212341
|
+
},
|
|
212342
|
+
{
|
|
212343
|
+
"name": "listener",
|
|
212344
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
212345
|
+
},
|
|
212346
|
+
{
|
|
212347
|
+
"name": "options",
|
|
212348
|
+
"type": "boolean | AddEventListenerOptions"
|
|
212349
|
+
}
|
|
212350
|
+
],
|
|
212351
|
+
"return": {
|
|
212352
|
+
"type": "IEventListenerSubscription"
|
|
212353
|
+
},
|
|
212354
|
+
"inheritedFrom": {
|
|
212355
|
+
"name": "CustomElement",
|
|
212356
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212357
|
+
}
|
|
212358
|
+
},
|
|
212359
|
+
{
|
|
212360
|
+
"kind": "method",
|
|
212361
|
+
"name": "off",
|
|
212362
|
+
"privacy": "public",
|
|
212363
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
212364
|
+
"description": "Removes an event listener.",
|
|
212365
|
+
"parameters": [
|
|
212366
|
+
{
|
|
212367
|
+
"name": "subscription",
|
|
212368
|
+
"type": "IEventListenerSubscription"
|
|
212369
|
+
}
|
|
212370
|
+
],
|
|
212371
|
+
"return": {
|
|
212372
|
+
"type": "void"
|
|
212373
|
+
},
|
|
212374
|
+
"inheritedFrom": {
|
|
212375
|
+
"name": "CustomElement",
|
|
212376
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212377
|
+
}
|
|
212378
|
+
},
|
|
212379
|
+
{
|
|
212380
|
+
"kind": "method",
|
|
212381
|
+
"name": "emit",
|
|
212382
|
+
"privacy": "public",
|
|
212383
|
+
"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...",
|
|
212384
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
212385
|
+
"parameters": [
|
|
212386
|
+
{
|
|
212387
|
+
"name": "event",
|
|
212388
|
+
"type": "TEvent"
|
|
212389
|
+
},
|
|
212390
|
+
{
|
|
212391
|
+
"name": "eventInitDict",
|
|
212392
|
+
"type": "CustomEventInit<TDetail>"
|
|
212393
|
+
}
|
|
212394
|
+
],
|
|
212395
|
+
"return": {
|
|
212396
|
+
"type": "boolean"
|
|
212397
|
+
},
|
|
212398
|
+
"inheritedFrom": {
|
|
212399
|
+
"name": "CustomElement",
|
|
212400
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212401
|
+
}
|
|
212402
|
+
},
|
|
212403
|
+
{
|
|
212404
|
+
"kind": "method",
|
|
212405
|
+
"name": "requestUpdate",
|
|
212406
|
+
"privacy": "public",
|
|
212407
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
212408
|
+
"parameters": [
|
|
212409
|
+
{
|
|
212410
|
+
"name": "name",
|
|
212411
|
+
"type": "keyof this"
|
|
212412
|
+
},
|
|
212413
|
+
{
|
|
212414
|
+
"name": "oldValue",
|
|
212415
|
+
"type": "unknown"
|
|
212416
|
+
},
|
|
212417
|
+
{
|
|
212418
|
+
"name": "options",
|
|
212419
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
212420
|
+
}
|
|
212421
|
+
],
|
|
212422
|
+
"return": {
|
|
212423
|
+
"type": "void"
|
|
212424
|
+
},
|
|
212425
|
+
"inheritedFrom": {
|
|
212426
|
+
"name": "CustomElement",
|
|
212427
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212428
|
+
}
|
|
212429
|
+
}
|
|
212430
|
+
],
|
|
212431
|
+
"tagName": "mosaik-combo-item",
|
|
212432
|
+
"events": [
|
|
212433
|
+
{
|
|
212434
|
+
"description": "Called when the element is selected.",
|
|
212435
|
+
"name": "selected",
|
|
212436
|
+
"type": "Event"
|
|
212437
|
+
},
|
|
212438
|
+
{
|
|
212439
|
+
"description": "Called when the element is deselected.",
|
|
212440
|
+
"name": "deselected",
|
|
212441
|
+
"type": "Event"
|
|
212442
|
+
},
|
|
212443
|
+
{
|
|
212444
|
+
"description": "Fired when any property changes",
|
|
212445
|
+
"name": "changed",
|
|
212446
|
+
"inheritedFrom": {
|
|
212447
|
+
"name": "SelectorItemElement",
|
|
212448
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
212449
|
+
},
|
|
212450
|
+
"type": "Event"
|
|
212451
|
+
},
|
|
212452
|
+
{
|
|
212453
|
+
"description": "Fired when the element is connected to the DOM",
|
|
212454
|
+
"name": "connected",
|
|
212455
|
+
"inheritedFrom": {
|
|
212456
|
+
"name": "SelectorItemElement",
|
|
212457
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
212458
|
+
},
|
|
212459
|
+
"type": "Event"
|
|
212460
|
+
},
|
|
212461
|
+
{
|
|
212462
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
212463
|
+
"name": "disconnected",
|
|
212464
|
+
"inheritedFrom": {
|
|
212465
|
+
"name": "CustomElement",
|
|
212466
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212467
|
+
},
|
|
212468
|
+
"type": "Event"
|
|
212469
|
+
}
|
|
212470
|
+
],
|
|
212471
|
+
"slots": [
|
|
212472
|
+
{
|
|
212473
|
+
"description": "The checkmark slot.",
|
|
212474
|
+
"name": "checkmark"
|
|
212475
|
+
},
|
|
212476
|
+
{
|
|
212477
|
+
"description": "The end slot.",
|
|
212478
|
+
"name": "end"
|
|
212479
|
+
},
|
|
212480
|
+
{
|
|
212481
|
+
"description": "The icon slot.",
|
|
212482
|
+
"name": "icon"
|
|
212483
|
+
},
|
|
212484
|
+
{
|
|
212485
|
+
"description": "Default content area for the option label and description",
|
|
212486
|
+
"name": ""
|
|
212487
|
+
},
|
|
212488
|
+
{
|
|
212489
|
+
"description": "The start slot.",
|
|
212490
|
+
"name": "start"
|
|
212491
|
+
},
|
|
212492
|
+
{
|
|
212493
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
212494
|
+
"name": "style",
|
|
212495
|
+
"inheritedFrom": {
|
|
212496
|
+
"name": "CustomElement",
|
|
212497
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212498
|
+
}
|
|
212499
|
+
}
|
|
212500
|
+
],
|
|
212501
|
+
"attributes": [
|
|
212502
|
+
{
|
|
212503
|
+
"name": "isChecked",
|
|
212504
|
+
"fieldName": "isChecked",
|
|
212505
|
+
"description": "Gets or sets the `isChecked` property.",
|
|
212506
|
+
"type": "boolean",
|
|
212507
|
+
"inheritedFrom": {
|
|
212508
|
+
"name": "IComboItemElementProps",
|
|
212509
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
212510
|
+
}
|
|
212511
|
+
},
|
|
212512
|
+
{
|
|
212513
|
+
"name": "isActive",
|
|
212514
|
+
"fieldName": "isActive",
|
|
212515
|
+
"description": "Gets or sets the `isActive` property.",
|
|
212516
|
+
"type": "boolean",
|
|
212517
|
+
"inheritedFrom": {
|
|
212518
|
+
"name": "IComboItemElementProps",
|
|
212519
|
+
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
212520
|
+
}
|
|
212521
|
+
},
|
|
212522
|
+
{
|
|
212523
|
+
"name": "ripple",
|
|
212524
|
+
"fieldName": "ripple",
|
|
212525
|
+
"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.",
|
|
212526
|
+
"type": "boolean",
|
|
212527
|
+
"inheritedFrom": {
|
|
212528
|
+
"name": "Rippleable",
|
|
212529
|
+
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
212530
|
+
}
|
|
212531
|
+
},
|
|
212532
|
+
{
|
|
212533
|
+
"name": "disabled",
|
|
212534
|
+
"fieldName": "disabled",
|
|
212535
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
212536
|
+
"type": "boolean",
|
|
212537
|
+
"inheritedFrom": {
|
|
212538
|
+
"name": "Disableable",
|
|
212539
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
212540
|
+
}
|
|
212541
|
+
},
|
|
212542
|
+
{
|
|
212543
|
+
"name": "variant",
|
|
212544
|
+
"fieldName": "variant",
|
|
212545
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
212546
|
+
"type": "Variant",
|
|
212547
|
+
"inheritedFrom": {
|
|
212548
|
+
"name": "Variantable",
|
|
212549
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
212550
|
+
}
|
|
212551
|
+
},
|
|
212552
|
+
{
|
|
212553
|
+
"name": "is-focused",
|
|
212554
|
+
"fieldName": "isFocused",
|
|
212555
|
+
"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.",
|
|
212556
|
+
"type": "boolean",
|
|
212557
|
+
"inheritedFrom": {
|
|
212558
|
+
"name": "Focusable",
|
|
212559
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
212560
|
+
}
|
|
212561
|
+
},
|
|
212562
|
+
{
|
|
212563
|
+
"name": "isSelected",
|
|
212564
|
+
"fieldName": "isSelected",
|
|
212565
|
+
"description": "Gets or sets the `isSelected` property.",
|
|
212566
|
+
"type": "boolean",
|
|
212567
|
+
"inheritedFrom": {
|
|
212568
|
+
"name": "SelectorItemElement",
|
|
212569
|
+
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
212570
|
+
}
|
|
212571
|
+
},
|
|
212572
|
+
{
|
|
212573
|
+
"name": "value",
|
|
212574
|
+
"fieldName": "value",
|
|
212575
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
212576
|
+
"type": "TType",
|
|
212577
|
+
"inheritedFrom": {
|
|
212578
|
+
"name": "Valueable",
|
|
212579
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
212580
|
+
}
|
|
212581
|
+
},
|
|
212582
|
+
{
|
|
212583
|
+
"name": "dir",
|
|
212584
|
+
"fieldName": "dir",
|
|
212585
|
+
"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)",
|
|
212586
|
+
"type": "FlowDirection",
|
|
212587
|
+
"inheritedFrom": {
|
|
212588
|
+
"name": "CustomElement",
|
|
212589
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212590
|
+
}
|
|
212591
|
+
},
|
|
212592
|
+
{
|
|
212593
|
+
"name": "lang",
|
|
212594
|
+
"fieldName": "lang",
|
|
212595
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
212596
|
+
"type": "string",
|
|
212597
|
+
"inheritedFrom": {
|
|
212598
|
+
"name": "CustomElement",
|
|
212599
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212600
|
+
}
|
|
212601
|
+
}
|
|
212602
|
+
],
|
|
212603
|
+
"cssProperties": [
|
|
212604
|
+
{
|
|
212605
|
+
"name": "--combo-item-background-color",
|
|
212606
|
+
"description": "The item background color CSS custom property.",
|
|
212607
|
+
"type": "String"
|
|
212608
|
+
},
|
|
212609
|
+
{
|
|
212610
|
+
"name": "--combo-item-border-color",
|
|
212611
|
+
"description": "The item border color CSS custom property.",
|
|
212612
|
+
"type": "String"
|
|
212613
|
+
},
|
|
212614
|
+
{
|
|
212615
|
+
"name": "--combo-item-border-radius",
|
|
212616
|
+
"description": "Border radius for option styling",
|
|
212617
|
+
"type": "String"
|
|
212618
|
+
},
|
|
212619
|
+
{
|
|
212620
|
+
"name": "--combo-item-border-style",
|
|
212621
|
+
"description": "The item border style CSS custom property.",
|
|
212622
|
+
"type": "String"
|
|
212623
|
+
},
|
|
212624
|
+
{
|
|
212625
|
+
"name": "--combo-item-border-width",
|
|
212626
|
+
"description": "The item border width CSS custom property.",
|
|
212627
|
+
"type": "String"
|
|
212628
|
+
},
|
|
212629
|
+
{
|
|
212630
|
+
"name": "--combo-item-focus-ring-active-width",
|
|
212631
|
+
"description": "The item focus ring active width CSS custom property.",
|
|
212632
|
+
"type": "String"
|
|
212633
|
+
},
|
|
212634
|
+
{
|
|
212635
|
+
"name": "--combo-item-focus-ring-color",
|
|
212636
|
+
"description": "The item focus ring color CSS custom property.",
|
|
212637
|
+
"type": "String"
|
|
212638
|
+
},
|
|
212639
|
+
{
|
|
212640
|
+
"name": "--combo-item-focus-ring-inward-offset",
|
|
212641
|
+
"description": "The item focus ring inward offset CSS custom property.",
|
|
212642
|
+
"type": "String"
|
|
212643
|
+
},
|
|
212644
|
+
{
|
|
212645
|
+
"name": "--combo-item-focus-ring-outward-offset",
|
|
212646
|
+
"description": "The item focus ring outward offset CSS custom property.",
|
|
212647
|
+
"type": "String"
|
|
212648
|
+
},
|
|
212649
|
+
{
|
|
212650
|
+
"name": "--combo-item-font-family",
|
|
212651
|
+
"description": "The item font family CSS custom property.",
|
|
212652
|
+
"type": "String"
|
|
212653
|
+
},
|
|
212654
|
+
{
|
|
212655
|
+
"name": "--combo-item-font-letter-spacing",
|
|
212656
|
+
"description": "The item font letter spacing CSS custom property.",
|
|
212657
|
+
"type": "String"
|
|
212658
|
+
},
|
|
212659
|
+
{
|
|
212660
|
+
"name": "--combo-item-font-line-height",
|
|
212661
|
+
"description": "The item font line height CSS custom property.",
|
|
212662
|
+
"type": "String"
|
|
212663
|
+
},
|
|
212664
|
+
{
|
|
212665
|
+
"name": "--combo-item-font-size",
|
|
212666
|
+
"description": "The item font size CSS custom property.",
|
|
212667
|
+
"type": "String"
|
|
212668
|
+
},
|
|
212669
|
+
{
|
|
212670
|
+
"name": "--combo-item-font-text-decoration",
|
|
212671
|
+
"description": "The item font text decoration CSS custom property.",
|
|
212672
|
+
"type": "String"
|
|
212673
|
+
},
|
|
212674
|
+
{
|
|
212675
|
+
"name": "--combo-item-font-text-transform",
|
|
212676
|
+
"description": "The item font text transform CSS custom property.",
|
|
212677
|
+
"type": "String"
|
|
212678
|
+
},
|
|
212679
|
+
{
|
|
212680
|
+
"name": "--combo-item-font-weight",
|
|
212681
|
+
"description": "The item font weight CSS custom property.",
|
|
212682
|
+
"type": "String"
|
|
212683
|
+
},
|
|
212684
|
+
{
|
|
212685
|
+
"name": "--combo-item-foreground-color",
|
|
212686
|
+
"description": "The item foreground color CSS custom property.",
|
|
212687
|
+
"type": "String"
|
|
212688
|
+
},
|
|
212689
|
+
{
|
|
212690
|
+
"name": "--combo-item-gap",
|
|
212691
|
+
"description": "The item gap CSS custom property.",
|
|
212692
|
+
"type": "String"
|
|
212693
|
+
},
|
|
212694
|
+
{
|
|
212695
|
+
"name": "--combo-item-padding-bottom",
|
|
212696
|
+
"description": "The item padding bottom CSS custom property.",
|
|
212697
|
+
"type": "String"
|
|
212698
|
+
},
|
|
212699
|
+
{
|
|
212700
|
+
"name": "--combo-item-padding-left",
|
|
212701
|
+
"description": "The item padding left CSS custom property.",
|
|
212702
|
+
"type": "String"
|
|
212703
|
+
},
|
|
212704
|
+
{
|
|
212705
|
+
"name": "--combo-item-padding-right",
|
|
212706
|
+
"description": "The item padding right CSS custom property.",
|
|
212707
|
+
"type": "String"
|
|
212708
|
+
},
|
|
212709
|
+
{
|
|
212710
|
+
"name": "--combo-item-padding-top",
|
|
212711
|
+
"description": "The item padding top CSS custom property.",
|
|
212712
|
+
"type": "String"
|
|
212713
|
+
},
|
|
212714
|
+
{
|
|
212715
|
+
"name": "--combo-item-ripple-color",
|
|
212716
|
+
"description": "The item ripple color CSS custom property.",
|
|
212717
|
+
"type": "String"
|
|
212718
|
+
},
|
|
212719
|
+
{
|
|
212720
|
+
"name": "--combo-item-ripple-duration",
|
|
212721
|
+
"description": "The item ripple duration CSS custom property.",
|
|
212722
|
+
"type": "String"
|
|
212723
|
+
},
|
|
212724
|
+
{
|
|
212725
|
+
"name": "--combo-item-shadow",
|
|
212726
|
+
"description": "The item shadow CSS custom property.",
|
|
212727
|
+
"type": "String"
|
|
212728
|
+
},
|
|
212729
|
+
{
|
|
212730
|
+
"name": "--combo-item-shadow-blur",
|
|
212731
|
+
"description": "The item shadow blur CSS custom property.",
|
|
212732
|
+
"type": "String"
|
|
212733
|
+
},
|
|
212734
|
+
{
|
|
212735
|
+
"name": "--combo-item-shadow-color",
|
|
212736
|
+
"description": "The item shadow color CSS custom property.",
|
|
212737
|
+
"type": "String"
|
|
212738
|
+
},
|
|
212739
|
+
{
|
|
212740
|
+
"name": "--combo-item-shadow-offset-x",
|
|
212741
|
+
"description": "The item shadow offset x CSS custom property.",
|
|
212742
|
+
"type": "String"
|
|
212743
|
+
},
|
|
212744
|
+
{
|
|
212745
|
+
"name": "--combo-item-shadow-offset-y",
|
|
212746
|
+
"description": "The item shadow offset y CSS custom property.",
|
|
212747
|
+
"type": "String"
|
|
212748
|
+
},
|
|
212749
|
+
{
|
|
212750
|
+
"name": "--combo-item-shadow-spread",
|
|
212751
|
+
"description": "The item shadow spread CSS custom property.",
|
|
212752
|
+
"type": "String"
|
|
212753
|
+
},
|
|
212754
|
+
{
|
|
212755
|
+
"name": "--combo-item-transition-duration",
|
|
212756
|
+
"description": "The item transition duration CSS custom property.",
|
|
212757
|
+
"type": "String"
|
|
212758
|
+
},
|
|
212759
|
+
{
|
|
212760
|
+
"name": "--combo-item-transition-mode",
|
|
212761
|
+
"description": "The item transition mode CSS custom property.",
|
|
212762
|
+
"type": "String"
|
|
212763
|
+
},
|
|
212764
|
+
{
|
|
212765
|
+
"name": "--combo-item-transition-property",
|
|
212766
|
+
"description": "The item transition property CSS custom property.",
|
|
212767
|
+
"type": "String"
|
|
212768
|
+
},
|
|
212769
|
+
{
|
|
212770
|
+
"name": "--combo-item-translate",
|
|
212771
|
+
"description": "The item translate CSS custom property.",
|
|
212772
|
+
"type": "String"
|
|
212773
|
+
}
|
|
212774
|
+
],
|
|
212775
|
+
"cssParts": [
|
|
212776
|
+
{
|
|
212777
|
+
"name": "checkmark",
|
|
212778
|
+
"description": "Checkmark indicator for selected state"
|
|
212779
|
+
},
|
|
212780
|
+
{
|
|
212781
|
+
"name": "focusRing",
|
|
212782
|
+
"description": "The focusRing part."
|
|
212783
|
+
},
|
|
212784
|
+
{
|
|
212785
|
+
"name": "ripple",
|
|
212786
|
+
"description": "The ripple part."
|
|
212787
|
+
}
|
|
212788
|
+
]
|
|
212789
|
+
}
|
|
212790
|
+
]
|
|
212791
|
+
},
|
|
212792
|
+
{
|
|
212793
|
+
"path": "./../src/Controls/Components/Selectors/Combo/ComboItemVisualElement.ts",
|
|
212794
|
+
"exports": [
|
|
212795
|
+
{
|
|
212796
|
+
"kind": "definition",
|
|
212797
|
+
"name": "mosaik-combo-item-visual",
|
|
212798
|
+
"declaration": {
|
|
212799
|
+
"name": "ComboItemVisualElement",
|
|
212800
|
+
"module": "./../src/Controls/Components/Selectors/Combo/ComboItemVisualElement.ts"
|
|
212801
|
+
}
|
|
212802
|
+
},
|
|
212803
|
+
{
|
|
212804
|
+
"kind": "class",
|
|
212805
|
+
"superclass": {
|
|
212806
|
+
"name": "CustomElement",
|
|
212807
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212808
|
+
},
|
|
212809
|
+
"mixins": [
|
|
212810
|
+
{
|
|
212811
|
+
"name": "Themeable",
|
|
212812
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
212813
|
+
},
|
|
212814
|
+
{
|
|
212815
|
+
"name": "Slottable",
|
|
212816
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
212817
|
+
}
|
|
212818
|
+
],
|
|
212819
|
+
"description": "Combo Item Visual - Declarative content used to represent a selected item.",
|
|
212820
|
+
"name": "ComboItemVisualElement",
|
|
212821
|
+
"members": [
|
|
212822
|
+
{
|
|
212823
|
+
"kind": "field",
|
|
212824
|
+
"name": "themeName",
|
|
212825
|
+
"privacy": "public",
|
|
212826
|
+
"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.",
|
|
212827
|
+
"type": "string",
|
|
212828
|
+
"inheritedFrom": {
|
|
212829
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
212830
|
+
}
|
|
212831
|
+
},
|
|
212832
|
+
{
|
|
212833
|
+
"kind": "field",
|
|
212834
|
+
"name": "dir",
|
|
212835
|
+
"privacy": "public",
|
|
212836
|
+
"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)",
|
|
212837
|
+
"type": "FlowDirection",
|
|
212838
|
+
"inheritedFrom": {
|
|
212839
|
+
"name": "CustomElement",
|
|
212840
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212841
|
+
}
|
|
212842
|
+
},
|
|
212843
|
+
{
|
|
212844
|
+
"kind": "field",
|
|
212845
|
+
"name": "lang",
|
|
212846
|
+
"privacy": "public",
|
|
212847
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
212848
|
+
"type": "string",
|
|
212849
|
+
"inheritedFrom": {
|
|
212850
|
+
"name": "CustomElement",
|
|
212851
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212852
|
+
}
|
|
212853
|
+
},
|
|
212854
|
+
{
|
|
212855
|
+
"kind": "field",
|
|
212856
|
+
"name": "connected",
|
|
212857
|
+
"privacy": "public",
|
|
212858
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
212859
|
+
"type": "IEventEmitter<void>",
|
|
212860
|
+
"inheritedFrom": {
|
|
212861
|
+
"name": "CustomElement",
|
|
212862
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212863
|
+
}
|
|
212864
|
+
},
|
|
212865
|
+
{
|
|
212866
|
+
"kind": "field",
|
|
212867
|
+
"name": "disconnected",
|
|
212868
|
+
"privacy": "public",
|
|
212869
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
212870
|
+
"type": "IEventEmitter<void>",
|
|
212871
|
+
"inheritedFrom": {
|
|
212872
|
+
"name": "CustomElement",
|
|
212873
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212874
|
+
}
|
|
212875
|
+
},
|
|
212876
|
+
{
|
|
212877
|
+
"kind": "field",
|
|
212878
|
+
"name": "changed",
|
|
212879
|
+
"privacy": "public",
|
|
212880
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
212881
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
212882
|
+
"inheritedFrom": {
|
|
212883
|
+
"name": "CustomElement",
|
|
212884
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
212885
|
+
}
|
|
212886
|
+
},
|
|
212887
|
+
{
|
|
212888
|
+
"kind": "method",
|
|
212889
|
+
"name": "assignToSlot",
|
|
211217
212890
|
"privacy": "public",
|
|
211218
|
-
"type": "():
|
|
211219
|
-
"description": "
|
|
211220
|
-
"parameters": [
|
|
212891
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
212892
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
212893
|
+
"parameters": [
|
|
212894
|
+
{
|
|
212895
|
+
"name": "slotName",
|
|
212896
|
+
"type": "string",
|
|
212897
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
212898
|
+
},
|
|
212899
|
+
{
|
|
212900
|
+
"name": "node",
|
|
212901
|
+
"type": "Element | Text",
|
|
212902
|
+
"description": "The nodes to assign to the slot."
|
|
212903
|
+
}
|
|
212904
|
+
],
|
|
212905
|
+
"return": {
|
|
212906
|
+
"type": "void"
|
|
212907
|
+
},
|
|
212908
|
+
"inheritedFrom": {
|
|
212909
|
+
"name": "Slottable",
|
|
212910
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
212911
|
+
}
|
|
212912
|
+
},
|
|
212913
|
+
{
|
|
212914
|
+
"kind": "method",
|
|
212915
|
+
"name": "getSlotAssignments",
|
|
212916
|
+
"privacy": "public",
|
|
212917
|
+
"type": "<TElement extends Element = Element>(slotName: string, filter?: ((e: TElement): boolean) | undefined) => TElement[]",
|
|
212918
|
+
"description": "Returns the assigned elements of a slot.",
|
|
212919
|
+
"parameters": [
|
|
212920
|
+
{
|
|
212921
|
+
"name": "slotName",
|
|
212922
|
+
"type": "string",
|
|
212923
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
212924
|
+
},
|
|
212925
|
+
{
|
|
212926
|
+
"name": "filter",
|
|
212927
|
+
"type": "(e: TElement) => boolean",
|
|
212928
|
+
"description": "The optional filter function."
|
|
212929
|
+
}
|
|
212930
|
+
],
|
|
212931
|
+
"return": {
|
|
212932
|
+
"description": "The assigned elements of a slot.",
|
|
212933
|
+
"type": "TElement[]"
|
|
212934
|
+
},
|
|
212935
|
+
"inheritedFrom": {
|
|
212936
|
+
"name": "Slottable",
|
|
212937
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
212938
|
+
}
|
|
212939
|
+
},
|
|
212940
|
+
{
|
|
212941
|
+
"kind": "method",
|
|
212942
|
+
"name": "getSlotAssignmentsOf",
|
|
212943
|
+
"privacy": "public",
|
|
212944
|
+
"type": "<TElement extends Element = Element>(slotName: string, element: Constructor<TElement>): TElement[]",
|
|
212945
|
+
"description": "Returns the assigned elements of a slot.",
|
|
212946
|
+
"parameters": [
|
|
212947
|
+
{
|
|
212948
|
+
"name": "slotName",
|
|
212949
|
+
"type": "string",
|
|
212950
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
212951
|
+
},
|
|
212952
|
+
{
|
|
212953
|
+
"name": "element",
|
|
212954
|
+
"type": "Constructor<TElement>",
|
|
212955
|
+
"description": "The element to filter."
|
|
212956
|
+
}
|
|
212957
|
+
],
|
|
212958
|
+
"return": {
|
|
212959
|
+
"description": "The assigned elements of a slot.",
|
|
212960
|
+
"type": "TElement[]"
|
|
212961
|
+
},
|
|
212962
|
+
"inheritedFrom": {
|
|
212963
|
+
"name": "Slottable",
|
|
212964
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
212965
|
+
}
|
|
212966
|
+
},
|
|
212967
|
+
{
|
|
212968
|
+
"kind": "method",
|
|
212969
|
+
"name": "getSlotContent",
|
|
212970
|
+
"privacy": "public",
|
|
212971
|
+
"type": "(slotName: string): string",
|
|
212972
|
+
"description": "Returns the assigned elements of a slot as string.\nThis method extracts text content recursively, including from Shadow DOMs\nand Custom Elements with known text properties (like `mosaik-text`).",
|
|
212973
|
+
"parameters": [
|
|
212974
|
+
{
|
|
212975
|
+
"name": "slotName",
|
|
212976
|
+
"type": "string",
|
|
212977
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
212978
|
+
}
|
|
212979
|
+
],
|
|
212980
|
+
"return": {
|
|
212981
|
+
"description": "The assigned elements of a slot as string.",
|
|
212982
|
+
"type": "string"
|
|
212983
|
+
},
|
|
212984
|
+
"inheritedFrom": {
|
|
212985
|
+
"name": "Slottable",
|
|
212986
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
212987
|
+
}
|
|
212988
|
+
},
|
|
212989
|
+
{
|
|
212990
|
+
"kind": "method",
|
|
212991
|
+
"name": "hasSlotContent",
|
|
212992
|
+
"privacy": "public",
|
|
212993
|
+
"type": "(slotName: string): boolean",
|
|
212994
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
212995
|
+
"parameters": [
|
|
212996
|
+
{
|
|
212997
|
+
"name": "slotName",
|
|
212998
|
+
"type": "string",
|
|
212999
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
213000
|
+
}
|
|
213001
|
+
],
|
|
211221
213002
|
"return": {
|
|
213003
|
+
"description": "A boolean that indicates if a slot has content.",
|
|
211222
213004
|
"type": "boolean"
|
|
211223
213005
|
},
|
|
211224
213006
|
"inheritedFrom": {
|
|
211225
|
-
"name": "
|
|
211226
|
-
"module": "./../src/Controls/Behaviors/
|
|
213007
|
+
"name": "Slottable",
|
|
213008
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
211227
213009
|
}
|
|
211228
213010
|
},
|
|
211229
213011
|
{
|
|
211230
213012
|
"kind": "method",
|
|
211231
|
-
"name": "
|
|
213013
|
+
"name": "hasSlot",
|
|
211232
213014
|
"privacy": "public",
|
|
211233
|
-
"type": "(
|
|
211234
|
-
"description": "
|
|
213015
|
+
"type": "(slotName: string): boolean",
|
|
213016
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
211235
213017
|
"parameters": [
|
|
211236
213018
|
{
|
|
211237
|
-
"name": "
|
|
211238
|
-
"type": "
|
|
213019
|
+
"name": "slotName",
|
|
213020
|
+
"type": "string",
|
|
213021
|
+
"description": "The slot name (For default slot, pass an empty string)."
|
|
211239
213022
|
}
|
|
211240
213023
|
],
|
|
211241
213024
|
"return": {
|
|
211242
|
-
"
|
|
213025
|
+
"description": "A boolean that indicates if a slot exists.",
|
|
213026
|
+
"type": "boolean"
|
|
211243
213027
|
},
|
|
211244
213028
|
"inheritedFrom": {
|
|
211245
|
-
"name": "
|
|
211246
|
-
"module": "./../src/Controls/
|
|
213029
|
+
"name": "Slottable",
|
|
213030
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
211247
213031
|
}
|
|
211248
213032
|
},
|
|
211249
213033
|
{
|
|
211250
213034
|
"kind": "method",
|
|
211251
|
-
"name": "
|
|
213035
|
+
"name": "onSlotChanges",
|
|
211252
213036
|
"privacy": "public",
|
|
211253
|
-
"type": "(
|
|
211254
|
-
"description": "
|
|
213037
|
+
"type": "(_slotName?: string | undefined): void",
|
|
213038
|
+
"description": "Called when the slot changes.",
|
|
211255
213039
|
"parameters": [
|
|
211256
213040
|
{
|
|
211257
|
-
"name": "
|
|
211258
|
-
"type": "
|
|
213041
|
+
"name": "_slotName",
|
|
213042
|
+
"type": "string"
|
|
211259
213043
|
}
|
|
211260
213044
|
],
|
|
211261
213045
|
"return": {
|
|
211262
213046
|
"type": "void"
|
|
211263
213047
|
},
|
|
211264
213048
|
"inheritedFrom": {
|
|
211265
|
-
"name": "
|
|
211266
|
-
"module": "./../src/Controls/
|
|
213049
|
+
"name": "Slottable",
|
|
213050
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
211267
213051
|
}
|
|
211268
213052
|
},
|
|
211269
213053
|
{
|
|
@@ -211387,39 +213171,29 @@
|
|
|
211387
213171
|
}
|
|
211388
213172
|
}
|
|
211389
213173
|
],
|
|
211390
|
-
"tagName": "mosaik-combo-item",
|
|
213174
|
+
"tagName": "mosaik-combo-item-visual",
|
|
211391
213175
|
"events": [
|
|
211392
213176
|
{
|
|
211393
|
-
"description": "
|
|
211394
|
-
"name": "
|
|
211395
|
-
"type": "Event"
|
|
211396
|
-
},
|
|
211397
|
-
{
|
|
211398
|
-
"description": "Called when the element is deselected.",
|
|
211399
|
-
"name": "deselected",
|
|
211400
|
-
"type": "Event"
|
|
211401
|
-
},
|
|
211402
|
-
{
|
|
211403
|
-
"description": "Fired when any property changes",
|
|
211404
|
-
"name": "changed",
|
|
213177
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
213178
|
+
"name": "connected",
|
|
211405
213179
|
"inheritedFrom": {
|
|
211406
|
-
"name": "
|
|
211407
|
-
"module": "./../src/Controls/Components/
|
|
213180
|
+
"name": "CustomElement",
|
|
213181
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
211408
213182
|
},
|
|
211409
213183
|
"type": "Event"
|
|
211410
213184
|
},
|
|
211411
213185
|
{
|
|
211412
|
-
"description": "
|
|
211413
|
-
"name": "
|
|
213186
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
213187
|
+
"name": "disconnected",
|
|
211414
213188
|
"inheritedFrom": {
|
|
211415
|
-
"name": "
|
|
211416
|
-
"module": "./../src/Controls/Components/
|
|
213189
|
+
"name": "CustomElement",
|
|
213190
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
211417
213191
|
},
|
|
211418
213192
|
"type": "Event"
|
|
211419
213193
|
},
|
|
211420
213194
|
{
|
|
211421
|
-
"description": "Emitted when
|
|
211422
|
-
"name": "
|
|
213195
|
+
"description": "Emitted when any attribute changes before update",
|
|
213196
|
+
"name": "changed",
|
|
211423
213197
|
"inheritedFrom": {
|
|
211424
213198
|
"name": "CustomElement",
|
|
211425
213199
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
@@ -211429,24 +213203,24 @@
|
|
|
211429
213203
|
],
|
|
211430
213204
|
"slots": [
|
|
211431
213205
|
{
|
|
211432
|
-
"description": "
|
|
211433
|
-
"name": "
|
|
213206
|
+
"description": "Default selection content.",
|
|
213207
|
+
"name": ""
|
|
211434
213208
|
},
|
|
211435
213209
|
{
|
|
211436
|
-
"description": "
|
|
211437
|
-
"name": "
|
|
213210
|
+
"description": "Content before the icon.",
|
|
213211
|
+
"name": "start"
|
|
211438
213212
|
},
|
|
211439
213213
|
{
|
|
211440
|
-
"description": "The icon
|
|
213214
|
+
"description": "The selection icon.",
|
|
211441
213215
|
"name": "icon"
|
|
211442
213216
|
},
|
|
211443
213217
|
{
|
|
211444
|
-
"description": "
|
|
211445
|
-
"name": ""
|
|
213218
|
+
"description": "The selection label.",
|
|
213219
|
+
"name": "label"
|
|
211446
213220
|
},
|
|
211447
213221
|
{
|
|
211448
|
-
"description": "
|
|
211449
|
-
"name": "
|
|
213222
|
+
"description": "Content after the label.",
|
|
213223
|
+
"name": "end"
|
|
211450
213224
|
},
|
|
211451
213225
|
{
|
|
211452
213226
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
@@ -211458,86 +213232,6 @@
|
|
|
211458
213232
|
}
|
|
211459
213233
|
],
|
|
211460
213234
|
"attributes": [
|
|
211461
|
-
{
|
|
211462
|
-
"name": "isChecked",
|
|
211463
|
-
"fieldName": "isChecked",
|
|
211464
|
-
"description": "Gets or sets the `isChecked` property.",
|
|
211465
|
-
"type": "boolean",
|
|
211466
|
-
"inheritedFrom": {
|
|
211467
|
-
"name": "IComboItemElementProps",
|
|
211468
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
211469
|
-
}
|
|
211470
|
-
},
|
|
211471
|
-
{
|
|
211472
|
-
"name": "isActive",
|
|
211473
|
-
"fieldName": "isActive",
|
|
211474
|
-
"description": "Gets or sets the `isActive` property.",
|
|
211475
|
-
"type": "boolean",
|
|
211476
|
-
"inheritedFrom": {
|
|
211477
|
-
"name": "IComboItemElementProps",
|
|
211478
|
-
"module": "./../src/Controls/Components/Selectors/Combo/IComboItemElementProps.ts"
|
|
211479
|
-
}
|
|
211480
|
-
},
|
|
211481
|
-
{
|
|
211482
|
-
"name": "ripple",
|
|
211483
|
-
"fieldName": "ripple",
|
|
211484
|
-
"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.",
|
|
211485
|
-
"type": "boolean",
|
|
211486
|
-
"inheritedFrom": {
|
|
211487
|
-
"name": "Rippleable",
|
|
211488
|
-
"module": "./../src/Controls/Behaviors/Rippleable.ts"
|
|
211489
|
-
}
|
|
211490
|
-
},
|
|
211491
|
-
{
|
|
211492
|
-
"name": "disabled",
|
|
211493
|
-
"fieldName": "disabled",
|
|
211494
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
211495
|
-
"type": "boolean",
|
|
211496
|
-
"inheritedFrom": {
|
|
211497
|
-
"name": "Disableable",
|
|
211498
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
211499
|
-
}
|
|
211500
|
-
},
|
|
211501
|
-
{
|
|
211502
|
-
"name": "variant",
|
|
211503
|
-
"fieldName": "variant",
|
|
211504
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
211505
|
-
"type": "Variant",
|
|
211506
|
-
"inheritedFrom": {
|
|
211507
|
-
"name": "Variantable",
|
|
211508
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
211509
|
-
}
|
|
211510
|
-
},
|
|
211511
|
-
{
|
|
211512
|
-
"name": "is-focused",
|
|
211513
|
-
"fieldName": "isFocused",
|
|
211514
|
-
"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.",
|
|
211515
|
-
"type": "boolean",
|
|
211516
|
-
"inheritedFrom": {
|
|
211517
|
-
"name": "Focusable",
|
|
211518
|
-
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
211519
|
-
}
|
|
211520
|
-
},
|
|
211521
|
-
{
|
|
211522
|
-
"name": "isSelected",
|
|
211523
|
-
"fieldName": "isSelected",
|
|
211524
|
-
"description": "Gets or sets the `isSelected` property.",
|
|
211525
|
-
"type": "boolean",
|
|
211526
|
-
"inheritedFrom": {
|
|
211527
|
-
"name": "SelectorItemElement",
|
|
211528
|
-
"module": "./../src/Controls/Components/Selectors/Abstracts/Selector/SelectorItemElement.ts"
|
|
211529
|
-
}
|
|
211530
|
-
},
|
|
211531
|
-
{
|
|
211532
|
-
"name": "value",
|
|
211533
|
-
"fieldName": "value",
|
|
211534
|
-
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
211535
|
-
"type": "TType",
|
|
211536
|
-
"inheritedFrom": {
|
|
211537
|
-
"name": "Valueable",
|
|
211538
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
211539
|
-
}
|
|
211540
|
-
},
|
|
211541
213235
|
{
|
|
211542
213236
|
"name": "dir",
|
|
211543
213237
|
"fieldName": "dir",
|
|
@@ -211561,188 +213255,120 @@
|
|
|
211561
213255
|
],
|
|
211562
213256
|
"cssProperties": [
|
|
211563
213257
|
{
|
|
211564
|
-
"name": "--combo-item-
|
|
211565
|
-
"description": "The
|
|
211566
|
-
"type": "String"
|
|
211567
|
-
},
|
|
211568
|
-
{
|
|
211569
|
-
"name": "--combo-item-border-color",
|
|
211570
|
-
"description": "The item border color CSS custom property.",
|
|
211571
|
-
"type": "String"
|
|
211572
|
-
},
|
|
211573
|
-
{
|
|
211574
|
-
"name": "--combo-item-border-radius",
|
|
211575
|
-
"description": "Border radius for option styling",
|
|
211576
|
-
"type": "String"
|
|
211577
|
-
},
|
|
211578
|
-
{
|
|
211579
|
-
"name": "--combo-item-border-style",
|
|
211580
|
-
"description": "The item border style CSS custom property.",
|
|
211581
|
-
"type": "String"
|
|
211582
|
-
},
|
|
211583
|
-
{
|
|
211584
|
-
"name": "--combo-item-border-width",
|
|
211585
|
-
"description": "The item border width CSS custom property.",
|
|
211586
|
-
"type": "String"
|
|
211587
|
-
},
|
|
211588
|
-
{
|
|
211589
|
-
"name": "--combo-item-focus-ring-active-width",
|
|
211590
|
-
"description": "The item focus ring active width CSS custom property.",
|
|
211591
|
-
"type": "String"
|
|
211592
|
-
},
|
|
211593
|
-
{
|
|
211594
|
-
"name": "--combo-item-focus-ring-color",
|
|
211595
|
-
"description": "The item focus ring color CSS custom property.",
|
|
213258
|
+
"name": "--combo-item-visual-font-family",
|
|
213259
|
+
"description": "The visual content font family.",
|
|
211596
213260
|
"type": "String"
|
|
211597
213261
|
},
|
|
211598
213262
|
{
|
|
211599
|
-
"name": "--combo-item-
|
|
211600
|
-
"description": "The
|
|
213263
|
+
"name": "--combo-item-visual-font-letter-spacing",
|
|
213264
|
+
"description": "The visual content letter spacing.",
|
|
211601
213265
|
"type": "String"
|
|
211602
213266
|
},
|
|
211603
213267
|
{
|
|
211604
|
-
"name": "--combo-item-
|
|
211605
|
-
"description": "The
|
|
213268
|
+
"name": "--combo-item-visual-font-line-height",
|
|
213269
|
+
"description": "The visual content line height.",
|
|
211606
213270
|
"type": "String"
|
|
211607
213271
|
},
|
|
211608
213272
|
{
|
|
211609
|
-
"name": "--combo-item-font-
|
|
211610
|
-
"description": "The
|
|
213273
|
+
"name": "--combo-item-visual-font-size",
|
|
213274
|
+
"description": "The visual content font size.",
|
|
211611
213275
|
"type": "String"
|
|
211612
213276
|
},
|
|
211613
213277
|
{
|
|
211614
|
-
"name": "--combo-item-font-
|
|
211615
|
-
"description": "The
|
|
213278
|
+
"name": "--combo-item-visual-font-text-decoration",
|
|
213279
|
+
"description": "The visual content text decoration.",
|
|
211616
213280
|
"type": "String"
|
|
211617
213281
|
},
|
|
211618
213282
|
{
|
|
211619
|
-
"name": "--combo-item-font-
|
|
211620
|
-
"description": "The
|
|
213283
|
+
"name": "--combo-item-visual-font-text-transform",
|
|
213284
|
+
"description": "The visual content text transform.",
|
|
211621
213285
|
"type": "String"
|
|
211622
213286
|
},
|
|
211623
213287
|
{
|
|
211624
|
-
"name": "--combo-item-font-
|
|
211625
|
-
"description": "The
|
|
213288
|
+
"name": "--combo-item-visual-font-weight",
|
|
213289
|
+
"description": "The visual content font weight.",
|
|
211626
213290
|
"type": "String"
|
|
211627
213291
|
},
|
|
211628
213292
|
{
|
|
211629
|
-
"name": "--combo-item-
|
|
211630
|
-
"description": "The
|
|
213293
|
+
"name": "--combo-item-visual-gap",
|
|
213294
|
+
"description": "The spacing between visual content items.",
|
|
211631
213295
|
"type": "String"
|
|
211632
213296
|
},
|
|
211633
213297
|
{
|
|
211634
|
-
"name": "--combo-item-
|
|
211635
|
-
"description": "The
|
|
213298
|
+
"name": "--combo-item-visual-padding-bottom",
|
|
213299
|
+
"description": "The visual content bottom padding.",
|
|
211636
213300
|
"type": "String"
|
|
211637
213301
|
},
|
|
211638
213302
|
{
|
|
211639
|
-
"name": "--combo-item-
|
|
211640
|
-
"description": "The
|
|
213303
|
+
"name": "--combo-item-visual-padding-left",
|
|
213304
|
+
"description": "The visual content left padding.",
|
|
211641
213305
|
"type": "String"
|
|
211642
213306
|
},
|
|
211643
213307
|
{
|
|
211644
|
-
"name": "--combo-item-
|
|
211645
|
-
"description": "The
|
|
213308
|
+
"name": "--combo-item-visual-padding-right",
|
|
213309
|
+
"description": "The visual content right padding.",
|
|
211646
213310
|
"type": "String"
|
|
211647
213311
|
},
|
|
211648
213312
|
{
|
|
211649
|
-
"name": "--combo-item-
|
|
211650
|
-
"description": "The
|
|
213313
|
+
"name": "--combo-item-visual-padding-top",
|
|
213314
|
+
"description": "The visual content top padding.",
|
|
211651
213315
|
"type": "String"
|
|
211652
213316
|
},
|
|
211653
213317
|
{
|
|
211654
|
-
"name": "--combo-item-
|
|
211655
|
-
"description": "The
|
|
213318
|
+
"name": "--combo-item-visual-shadow",
|
|
213319
|
+
"description": "The visual content shadow.",
|
|
211656
213320
|
"type": "String"
|
|
211657
213321
|
},
|
|
211658
213322
|
{
|
|
211659
|
-
"name": "--combo-item-
|
|
211660
|
-
"description": "The
|
|
213323
|
+
"name": "--combo-item-visual-shadow-blur",
|
|
213324
|
+
"description": "The visual content shadow blur.",
|
|
211661
213325
|
"type": "String"
|
|
211662
213326
|
},
|
|
211663
213327
|
{
|
|
211664
|
-
"name": "--combo-item-
|
|
211665
|
-
"description": "The
|
|
213328
|
+
"name": "--combo-item-visual-shadow-color",
|
|
213329
|
+
"description": "The visual content shadow color.",
|
|
211666
213330
|
"type": "String"
|
|
211667
213331
|
},
|
|
211668
213332
|
{
|
|
211669
|
-
"name": "--combo-item-
|
|
211670
|
-
"description": "The
|
|
213333
|
+
"name": "--combo-item-visual-shadow-offset-x",
|
|
213334
|
+
"description": "The visual content horizontal shadow offset.",
|
|
211671
213335
|
"type": "String"
|
|
211672
213336
|
},
|
|
211673
213337
|
{
|
|
211674
|
-
"name": "--combo-item-
|
|
211675
|
-
"description": "The
|
|
213338
|
+
"name": "--combo-item-visual-shadow-offset-y",
|
|
213339
|
+
"description": "The visual content vertical shadow offset.",
|
|
211676
213340
|
"type": "String"
|
|
211677
213341
|
},
|
|
211678
213342
|
{
|
|
211679
|
-
"name": "--combo-item-
|
|
211680
|
-
"description": "The
|
|
213343
|
+
"name": "--combo-item-visual-shadow-spread",
|
|
213344
|
+
"description": "The visual content shadow spread.",
|
|
211681
213345
|
"type": "String"
|
|
211682
213346
|
},
|
|
211683
213347
|
{
|
|
211684
|
-
"name": "--combo-item-
|
|
211685
|
-
"description": "The
|
|
213348
|
+
"name": "--combo-item-visual-transition-duration",
|
|
213349
|
+
"description": "The visual content transition duration.",
|
|
211686
213350
|
"type": "String"
|
|
211687
213351
|
},
|
|
211688
213352
|
{
|
|
211689
|
-
"name": "--combo-item-
|
|
211690
|
-
"description": "The
|
|
213353
|
+
"name": "--combo-item-visual-transition-mode",
|
|
213354
|
+
"description": "The visual content transition timing function.",
|
|
211691
213355
|
"type": "String"
|
|
211692
213356
|
},
|
|
211693
213357
|
{
|
|
211694
|
-
"name": "--combo-item-
|
|
211695
|
-
"description": "The
|
|
213358
|
+
"name": "--combo-item-visual-transition-property",
|
|
213359
|
+
"description": "The visual content transition properties.",
|
|
211696
213360
|
"type": "String"
|
|
211697
213361
|
},
|
|
211698
213362
|
{
|
|
211699
|
-
"name": "--combo-item-
|
|
211700
|
-
"description": "The
|
|
211701
|
-
"type": "String"
|
|
211702
|
-
},
|
|
211703
|
-
{
|
|
211704
|
-
"name": "--combo-item-shadow-offset-y",
|
|
211705
|
-
"description": "The item shadow offset y CSS custom property.",
|
|
211706
|
-
"type": "String"
|
|
211707
|
-
},
|
|
211708
|
-
{
|
|
211709
|
-
"name": "--combo-item-shadow-spread",
|
|
211710
|
-
"description": "The item shadow spread CSS custom property.",
|
|
211711
|
-
"type": "String"
|
|
211712
|
-
},
|
|
211713
|
-
{
|
|
211714
|
-
"name": "--combo-item-transition-duration",
|
|
211715
|
-
"description": "The item transition duration CSS custom property.",
|
|
211716
|
-
"type": "String"
|
|
211717
|
-
},
|
|
211718
|
-
{
|
|
211719
|
-
"name": "--combo-item-transition-mode",
|
|
211720
|
-
"description": "The item transition mode CSS custom property.",
|
|
211721
|
-
"type": "String"
|
|
211722
|
-
},
|
|
211723
|
-
{
|
|
211724
|
-
"name": "--combo-item-transition-property",
|
|
211725
|
-
"description": "The item transition property CSS custom property.",
|
|
211726
|
-
"type": "String"
|
|
211727
|
-
},
|
|
211728
|
-
{
|
|
211729
|
-
"name": "--combo-item-translate",
|
|
211730
|
-
"description": "The item translate CSS custom property.",
|
|
213363
|
+
"name": "--combo-item-visual-translate",
|
|
213364
|
+
"description": "The visual content translation.",
|
|
211731
213365
|
"type": "String"
|
|
211732
213366
|
}
|
|
211733
213367
|
],
|
|
211734
213368
|
"cssParts": [
|
|
211735
213369
|
{
|
|
211736
|
-
"name": "
|
|
211737
|
-
"description": "
|
|
211738
|
-
},
|
|
211739
|
-
{
|
|
211740
|
-
"name": "focusRing",
|
|
211741
|
-
"description": "The focusRing part."
|
|
211742
|
-
},
|
|
211743
|
-
{
|
|
211744
|
-
"name": "ripple",
|
|
211745
|
-
"description": "The ripple part."
|
|
213370
|
+
"name": "content",
|
|
213371
|
+
"description": "The horizontal selection content layout."
|
|
211746
213372
|
}
|
|
211747
213373
|
]
|
|
211748
213374
|
}
|
|
@@ -239558,6 +241184,23 @@
|
|
|
239558
241184
|
"type": "void"
|
|
239559
241185
|
}
|
|
239560
241186
|
},
|
|
241187
|
+
{
|
|
241188
|
+
"kind": "method",
|
|
241189
|
+
"name": "onNavigationDrawerChanged",
|
|
241190
|
+
"privacy": "public",
|
|
241191
|
+
"type": "(event: PropertyChangedEvent): void",
|
|
241192
|
+
"description": "Synchronizes direct navigation drawer changes with the app shell state.",
|
|
241193
|
+
"parameters": [
|
|
241194
|
+
{
|
|
241195
|
+
"name": "event",
|
|
241196
|
+
"type": "PropertyChangedEvent",
|
|
241197
|
+
"description": "The drawer property changed event."
|
|
241198
|
+
}
|
|
241199
|
+
],
|
|
241200
|
+
"return": {
|
|
241201
|
+
"type": "void"
|
|
241202
|
+
}
|
|
241203
|
+
},
|
|
239561
241204
|
{
|
|
239562
241205
|
"kind": "method",
|
|
239563
241206
|
"name": "onSlotChanges",
|