@breadstone/mosaik-elements-foundation 0.0.222 → 0.0.224
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/Attributes/BgColorAttribute.d.ts.map +1 -1
- package/Attributes/BgColorAttribute.js +2 -0
- package/Attributes/BgColorAttribute.js.map +1 -1
- package/Controls/Behaviors/Disableable.js +4 -2
- package/Controls/Behaviors/Disableable.js.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonElement.d.ts +31 -1
- package/Controls/Components/Buttons/Button/ButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonElement.js +50 -3
- package/Controls/Components/Buttons/Button/ButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts +3 -21
- package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupElement.js +16 -73
- package/Controls/Components/Buttons/Button/ButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.d.ts +30 -0
- package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.js +9 -0
- package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts +21 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js +42 -2
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts +2 -15
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js +14 -63
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.d.ts +30 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.js +9 -0
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts +28 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js +53 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts +3 -21
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js +16 -73
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js.map +1 -1
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.d.ts +35 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.js +9 -0
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Forms/FormFieldElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Forms/FormFieldElementTemplate.js +2 -0
- package/Controls/Components/Forms/FormFieldElementTemplate.js.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts +15 -1
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.js +30 -3
- package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +4 -5
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +19 -32
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -1
- package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.d.ts +25 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.js +9 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderElement.d.ts +31 -0
- package/Controls/Components/Grouping/Expander/ExpanderElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderElement.js +56 -3
- package/Controls/Components/Grouping/Expander/ExpanderElement.js.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.js +10 -11
- package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.js.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts +18 -26
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js +45 -85
- package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js.map +1 -1
- package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.d.ts +40 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.js +9 -0
- package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts +2 -0
- package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.js +9 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.js +9 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.js.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.js +9 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.js.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.js +17 -0
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.js.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.js +13 -0
- package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts +29 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js +55 -4
- package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts +2 -24
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js +17 -90
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.d.ts +39 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.js +9 -0
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.js +58 -49
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.js +100 -78
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.js +92 -69
- package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts +32 -0
- package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceElement.js +58 -4
- package/Controls/Components/Inputs/Choice/ChoiceElement.js.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts +3 -25
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +18 -91
- package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.d.ts +39 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.js +9 -0
- package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Inputs/ColorBox/ColorBoxElement.d.ts +13 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/ColorBox/ColorBoxElement.js +29 -5
- package/Controls/Components/Inputs/ColorBox/ColorBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/ColorBox/ColorBoxElementTemplate.js +1 -1
- package/Controls/Components/Inputs/ColorBox/IColorBoxElementProps.d.ts +8 -2
- package/Controls/Components/Inputs/ColorBox/IColorBoxElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.js +4 -9
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.js +4 -9
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.js +4 -9
- package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.d.ts +41 -0
- package/Controls/Components/Inputs/Radio/RadioElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioElement.js +68 -5
- package/Controls/Components/Inputs/Radio/RadioElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts +2 -24
- package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js +17 -90
- package/Controls/Components/Inputs/Radio/RadioGroupElement.js.map +1 -1
- package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.d.ts +39 -0
- package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.js +9 -0
- package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.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 +0 -1
- 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 +0 -1
- 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 +0 -1
- package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js +0 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.js +0 -1
- package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.js.map +1 -1
- package/Controls/Components/Media/Avatar/AvatarElement.d.ts +28 -0
- package/Controls/Components/Media/Avatar/AvatarElement.d.ts.map +1 -1
- package/Controls/Components/Media/Avatar/AvatarElement.js +51 -2
- package/Controls/Components/Media/Avatar/AvatarElement.js.map +1 -1
- package/Controls/Components/Media/Avatar/AvatarGroupElement.d.ts +17 -9
- package/Controls/Components/Media/Avatar/AvatarGroupElement.d.ts.map +1 -1
- package/Controls/Components/Media/Avatar/AvatarGroupElement.js +46 -97
- package/Controls/Components/Media/Avatar/AvatarGroupElement.js.map +1 -1
- package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.d.ts +35 -0
- package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.js +9 -0
- package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatElement.d.ts +2 -11
- package/Controls/Components/Media/Chat/ChatElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatElement.js +14 -47
- package/Controls/Components/Media/Chat/ChatElement.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts +26 -0
- package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatInheritanceContext.js +9 -0
- package/Controls/Components/Media/Chat/ChatInheritanceContext.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts +2 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageElement.js +9 -4
- package/Controls/Components/Media/Chat/ChatMessageElement.js.map +1 -1
- package/Controls/Components/Media/Chip/ChipElementTemplate.js +1 -1
- package/Controls/Components/Media/Chip/ChipElementTemplate.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts +11 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js +21 -3
- package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.d.ts +1 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js +12 -30
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.d.ts +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.js +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts +21 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.js +9 -0
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.js.map +1 -0
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Joy.js +1 -1
- package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Memphis.js +1 -1
- package/Controls/Components/Overlays/Dialog/DialogElement.d.ts +2 -1
- package/Controls/Components/Overlays/Dialog/DialogElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogElement.js +11 -3
- package/Controls/Components/Overlays/Dialog/DialogElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogHeaderElement.d.ts +5 -0
- package/Controls/Components/Overlays/Dialog/DialogHeaderElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogHeaderElement.js +11 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.d.ts +22 -0
- package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.js +9 -0
- package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +2 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +20 -10
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.d.ts +3 -0
- package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.js +13 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.d.ts +28 -0
- package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.js +9 -0
- package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts +11 -3
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerService.js +41 -4
- package/Controls/Components/Overlays/Drawer/DrawerService.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js +4 -4
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js.map +1 -1
- package/Controls/Components/Primitives/Dismiss/DismissElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Dismiss/DismissElement.js +7 -9
- package/Controls/Components/Primitives/Dismiss/DismissElement.js.map +1 -1
- package/Controls/Components/Primitives/Dismiss/DismissElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Dismiss/DismissElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Dismiss/IDismissElementProps.d.ts +3 -3
- package/Controls/Components/Primitives/Dismiss/IDismissElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/List/ListElement.d.ts +2 -5
- package/Controls/Components/Selectors/List/ListElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/List/ListElement.js +16 -20
- package/Controls/Components/Selectors/List/ListElement.js.map +1 -1
- package/Controls/Components/Selectors/List/ListInheritanceContext.d.ts +20 -0
- package/Controls/Components/Selectors/List/ListInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Selectors/List/ListInheritanceContext.js +9 -0
- package/Controls/Components/Selectors/List/ListInheritanceContext.js.map +1 -0
- package/Controls/Components/Selectors/List/ListItemElement.d.ts +1 -0
- package/Controls/Components/Selectors/List/ListItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/List/ListItemElement.js +7 -2
- package/Controls/Components/Selectors/List/ListItemElement.js.map +1 -1
- package/Controls/Components/Selectors/Segment/SegmentElement.d.ts +4 -5
- package/Controls/Components/Selectors/Segment/SegmentElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Segment/SegmentElement.js +24 -21
- package/Controls/Components/Selectors/Segment/SegmentElement.js.map +1 -1
- package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.d.ts +30 -0
- package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.js +9 -0
- package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.js.map +1 -0
- package/Controls/Components/Selectors/Segment/SegmentItemElement.d.ts +1 -0
- package/Controls/Components/Selectors/Segment/SegmentItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Segment/SegmentItemElement.js +7 -2
- package/Controls/Components/Selectors/Segment/SegmentItemElement.js.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElement.d.ts +4 -5
- package/Controls/Components/Selectors/TabStrip/TabStripElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripElement.js +24 -42
- package/Controls/Components/Selectors/TabStrip/TabStripElement.js.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.d.ts +30 -0
- package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.js +9 -0
- package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.js.map +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemElement.d.ts +1 -0
- package/Controls/Components/Selectors/TabStrip/TabStripItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/TabStrip/TabStripItemElement.js +7 -2
- package/Controls/Components/Selectors/TabStrip/TabStripItemElement.js.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeElement.d.ts +1 -1
- package/Controls/Components/Selectors/Tree/TreeElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeElement.js +12 -17
- package/Controls/Components/Selectors/Tree/TreeElement.js.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeInheritanceContext.d.ts +20 -0
- package/Controls/Components/Selectors/Tree/TreeInheritanceContext.d.ts.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeInheritanceContext.js +9 -0
- package/Controls/Components/Selectors/Tree/TreeInheritanceContext.js.map +1 -0
- package/Controls/Components/Selectors/Tree/TreeItemElement.d.ts +2 -1
- package/Controls/Components/Selectors/Tree/TreeItemElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Tree/TreeItemElement.js +9 -4
- package/Controls/Components/Selectors/Tree/TreeItemElement.js.map +1 -1
- package/Controls/Controllers/InheritanceConsumerController.d.ts +126 -0
- package/Controls/Controllers/InheritanceConsumerController.d.ts.map +1 -0
- package/Controls/Controllers/InheritanceConsumerController.js +171 -0
- package/Controls/Controllers/InheritanceConsumerController.js.map +1 -0
- package/Controls/Controllers/InheritanceProviderController.d.ts +114 -0
- package/Controls/Controllers/InheritanceProviderController.d.ts.map +1 -0
- package/Controls/Controllers/InheritanceProviderController.js +143 -0
- package/Controls/Controllers/InheritanceProviderController.js.map +1 -0
- package/Controls/Types/ColorPosition.d.ts +21 -0
- package/Controls/Types/ColorPosition.d.ts.map +1 -0
- package/Controls/Types/ColorPosition.js +18 -0
- package/Controls/Types/ColorPosition.js.map +1 -0
- package/Controls/Types/ExpanderGroupStacking.d.ts +20 -0
- package/Controls/Types/ExpanderGroupStacking.d.ts.map +1 -0
- package/Controls/Types/ExpanderGroupStacking.js +16 -0
- package/Controls/Types/ExpanderGroupStacking.js.map +1 -0
- package/Dom/StyleSheet.d.ts.map +1 -1
- package/Dom/StyleSheet.js +1 -1
- package/Dom/StyleSheet.js.map +1 -1
- package/Index.d.ts +152 -150
- package/Index.d.ts.map +1 -1
- package/Index.js +103 -98
- package/Index.js.map +1 -1
- package/Reactivity/Rx/Directives/AsyncDirective.d.ts +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/Theming/ThemeService.d.ts +1 -1
- package/Theming/ThemeService.d.ts.map +1 -1
- package/Theming/ThemeService.js +26 -1
- package/Theming/ThemeService.js.map +1 -1
- package/custom-elements.json +91 -14
- package/package.json +4 -3
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { type Context, ContextProvider } from '@lit/context';
|
|
2
|
+
import { ControllerBase, type ControllerHost } from './Abstracts/ControllerBase';
|
|
3
|
+
/**
|
|
4
|
+
* Configuration options for the InheritanceProviderController.
|
|
5
|
+
*
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface IInheritanceProviderControllerConfig<T extends object> {
|
|
9
|
+
/**
|
|
10
|
+
* The context to provide inherited properties to.
|
|
11
|
+
*/
|
|
12
|
+
context: Context<unknown, Partial<T>>;
|
|
13
|
+
/**
|
|
14
|
+
* A callback function that returns the current inherited values.
|
|
15
|
+
* This is called initially and whenever relevant properties change.
|
|
16
|
+
*/
|
|
17
|
+
values: () => Partial<T>;
|
|
18
|
+
/**
|
|
19
|
+
* Optional: Explicit list of property names to watch.
|
|
20
|
+
* If not provided, the controller will automatically detect watched properties
|
|
21
|
+
* from the keys returned by the `values` function.
|
|
22
|
+
*/
|
|
23
|
+
properties?: Array<keyof T>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Controller for parent components that provide inherited properties to child consumers.
|
|
27
|
+
*
|
|
28
|
+
* This controller wraps `@lit/context`'s `ContextProvider` and automatically updates
|
|
29
|
+
* the context when any of the watched properties change. The controller hooks into
|
|
30
|
+
* Lit's update lifecycle and compares property values to detect changes.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```typescript
|
|
34
|
+
* class ButtonGroupElement extends CustomElement {
|
|
35
|
+
* private readonly _provider = addInheritanceProviderController(this, {
|
|
36
|
+
* context: BUTTON_GROUP_INHERITANCE_CONTEXT,
|
|
37
|
+
* values: () => ({
|
|
38
|
+
* disabled: this.disabled,
|
|
39
|
+
* appearance: this.appearance,
|
|
40
|
+
* variant: this.variant
|
|
41
|
+
* })
|
|
42
|
+
* });
|
|
43
|
+
* // No @Watch handlers needed - the controller automatically
|
|
44
|
+
* // detects changes to disabled, appearance, and variant!
|
|
45
|
+
* }
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export declare class InheritanceProviderController<T extends object> extends ControllerBase {
|
|
51
|
+
private readonly _provider;
|
|
52
|
+
private readonly _getValues;
|
|
53
|
+
private readonly _watchedProperties;
|
|
54
|
+
private readonly _previousValues;
|
|
55
|
+
/**
|
|
56
|
+
* Creates a new InheritanceProviderController.
|
|
57
|
+
*
|
|
58
|
+
* @public
|
|
59
|
+
* @param host The host element.
|
|
60
|
+
* @param config The controller configuration.
|
|
61
|
+
*/
|
|
62
|
+
constructor(host: ControllerHost, config: IInheritanceProviderControllerConfig<T>);
|
|
63
|
+
/**
|
|
64
|
+
* Gets the current inherited values.
|
|
65
|
+
*
|
|
66
|
+
* @public
|
|
67
|
+
* @readonly
|
|
68
|
+
*/
|
|
69
|
+
get values(): Partial<T>;
|
|
70
|
+
/**
|
|
71
|
+
* Gets the underlying context provider.
|
|
72
|
+
*
|
|
73
|
+
* @protected
|
|
74
|
+
* @readonly
|
|
75
|
+
*/
|
|
76
|
+
protected get provider(): ContextProvider<Context<unknown, Partial<T>>, ControllerHost>;
|
|
77
|
+
/**
|
|
78
|
+
* Called before the host element updates.
|
|
79
|
+
* Automatically detects changes to watched properties and updates the context.
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
* @override
|
|
83
|
+
*/
|
|
84
|
+
hostUpdate(): void;
|
|
85
|
+
/**
|
|
86
|
+
* Updates the provided context value.
|
|
87
|
+
* Call this method when any of the inherited properties change.
|
|
88
|
+
* All subscribed consumers will be automatically notified.
|
|
89
|
+
*
|
|
90
|
+
* @remarks
|
|
91
|
+
* In most cases, you don't need to call this method manually.
|
|
92
|
+
* The controller automatically detects property changes during Lit's update cycle.
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
update(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Forces an update to all consumers, even if the value hasn't changed.
|
|
99
|
+
* Useful when you need to ensure all consumers re-read the context.
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
forceUpdate(): void;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Adds an inheritance provider controller to the given host.
|
|
107
|
+
*
|
|
108
|
+
* @public
|
|
109
|
+
* @param host The host element.
|
|
110
|
+
* @param config The configuration options.
|
|
111
|
+
* @returns The inheritance provider controller instance.
|
|
112
|
+
*/
|
|
113
|
+
export declare function addInheritanceProviderController<T extends object>(host: ControllerHost, config: IInheritanceProviderControllerConfig<T>): InheritanceProviderController<T>;
|
|
114
|
+
//# sourceMappingURL=InheritanceProviderController.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InheritanceProviderController.d.ts","sourceRoot":"","sources":["../../../src/Controls/Controllers/InheritanceProviderController.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAIjF;;;;GAIG;AACH,MAAM,WAAW,oCAAoC,CAAC,CAAC,SAAS,MAAM;IAIlE;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IAEtC;;;OAGG;IACH,MAAM,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC;IAEzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;CAI/B;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAAa,6BAA6B,CAAC,CAAC,SAAS,MAAM,CACvD,SAAQ,cAAc;IAItB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAgE;IAC1F,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmB;IAC9C,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAgB;IACnD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAuB;IAMvD;;;;;;OAMG;gBACgB,IAAI,EAAE,cAAc,EAAE,MAAM,EAAE,oCAAoC,CAAC,CAAC,CAAC;IA4BxF;;;;;OAKG;IACH,IAAW,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC,CAE9B;IAED;;;;;OAKG;IACH,SAAS,KAAK,QAAQ,IAAI,eAAe,CAAC,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,CAEtF;IAMD;;;;;;OAMG;IACa,UAAU,IAAI,IAAI;IAqBlC;;;;;;;;;;OAUG;IACI,MAAM,IAAI,IAAI;IAIrB;;;;;OAKG;IACI,WAAW,IAAI,IAAI;CAM7B;AAED;;;;;;;GAOG;AACH,wBAAgB,gCAAgC,CAAC,CAAC,SAAS,MAAM,EAC7D,IAAI,EAAE,cAAc,EACpB,MAAM,EAAE,oCAAoC,CAAC,CAAC,CAAC,GAChD,6BAA6B,CAAC,CAAC,CAAC,CAElC"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
// #region Imports
|
|
2
|
+
import { ContextProvider } from '@lit/context';
|
|
3
|
+
import { ControllerBase } from './Abstracts/ControllerBase';
|
|
4
|
+
/**
|
|
5
|
+
* Controller for parent components that provide inherited properties to child consumers.
|
|
6
|
+
*
|
|
7
|
+
* This controller wraps `@lit/context`'s `ContextProvider` and automatically updates
|
|
8
|
+
* the context when any of the watched properties change. The controller hooks into
|
|
9
|
+
* Lit's update lifecycle and compares property values to detect changes.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```typescript
|
|
13
|
+
* class ButtonGroupElement extends CustomElement {
|
|
14
|
+
* private readonly _provider = addInheritanceProviderController(this, {
|
|
15
|
+
* context: BUTTON_GROUP_INHERITANCE_CONTEXT,
|
|
16
|
+
* values: () => ({
|
|
17
|
+
* disabled: this.disabled,
|
|
18
|
+
* appearance: this.appearance,
|
|
19
|
+
* variant: this.variant
|
|
20
|
+
* })
|
|
21
|
+
* });
|
|
22
|
+
* // No @Watch handlers needed - the controller automatically
|
|
23
|
+
* // detects changes to disabled, appearance, and variant!
|
|
24
|
+
* }
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export class InheritanceProviderController extends ControllerBase {
|
|
30
|
+
// #region Fields
|
|
31
|
+
_provider;
|
|
32
|
+
_getValues;
|
|
33
|
+
_watchedProperties;
|
|
34
|
+
_previousValues;
|
|
35
|
+
// #endregion
|
|
36
|
+
// #region Ctor
|
|
37
|
+
/**
|
|
38
|
+
* Creates a new InheritanceProviderController.
|
|
39
|
+
*
|
|
40
|
+
* @public
|
|
41
|
+
* @param host The host element.
|
|
42
|
+
* @param config The controller configuration.
|
|
43
|
+
*/
|
|
44
|
+
constructor(host, config) {
|
|
45
|
+
super(host);
|
|
46
|
+
this._getValues = config.values;
|
|
47
|
+
// Determine which properties to watch
|
|
48
|
+
// Either use explicit properties or extract from the values function
|
|
49
|
+
const initialValues = this._getValues();
|
|
50
|
+
this._watchedProperties = config.properties
|
|
51
|
+
? config.properties.map(String)
|
|
52
|
+
: Object.keys(initialValues);
|
|
53
|
+
// Store initial values for comparison
|
|
54
|
+
this._previousValues = new Map();
|
|
55
|
+
for (const key of this._watchedProperties) {
|
|
56
|
+
this._previousValues.set(key, this.host[key]);
|
|
57
|
+
}
|
|
58
|
+
this._provider = new ContextProvider(this.host, {
|
|
59
|
+
context: config.context,
|
|
60
|
+
initialValue: initialValues
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
// #endregion
|
|
64
|
+
// #region Properties
|
|
65
|
+
/**
|
|
66
|
+
* Gets the current inherited values.
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
* @readonly
|
|
70
|
+
*/
|
|
71
|
+
get values() {
|
|
72
|
+
return this._provider.value;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Gets the underlying context provider.
|
|
76
|
+
*
|
|
77
|
+
* @protected
|
|
78
|
+
* @readonly
|
|
79
|
+
*/
|
|
80
|
+
get provider() {
|
|
81
|
+
return this._provider;
|
|
82
|
+
}
|
|
83
|
+
// #endregion
|
|
84
|
+
// #region Methods
|
|
85
|
+
/**
|
|
86
|
+
* Called before the host element updates.
|
|
87
|
+
* Automatically detects changes to watched properties and updates the context.
|
|
88
|
+
*
|
|
89
|
+
* @public
|
|
90
|
+
* @override
|
|
91
|
+
*/
|
|
92
|
+
hostUpdate() {
|
|
93
|
+
super.hostUpdate();
|
|
94
|
+
let hasChanges = false;
|
|
95
|
+
const hostRecord = this.host;
|
|
96
|
+
for (const key of this._watchedProperties) {
|
|
97
|
+
const currentValue = hostRecord[key];
|
|
98
|
+
const previousValue = this._previousValues.get(key);
|
|
99
|
+
if (currentValue !== previousValue) {
|
|
100
|
+
hasChanges = true;
|
|
101
|
+
this._previousValues.set(key, currentValue);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
if (hasChanges) {
|
|
105
|
+
this._provider.setValue(this._getValues());
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Updates the provided context value.
|
|
110
|
+
* Call this method when any of the inherited properties change.
|
|
111
|
+
* All subscribed consumers will be automatically notified.
|
|
112
|
+
*
|
|
113
|
+
* @remarks
|
|
114
|
+
* In most cases, you don't need to call this method manually.
|
|
115
|
+
* The controller automatically detects property changes during Lit's update cycle.
|
|
116
|
+
*
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
update() {
|
|
120
|
+
this._provider.setValue(this._getValues());
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Forces an update to all consumers, even if the value hasn't changed.
|
|
124
|
+
* Useful when you need to ensure all consumers re-read the context.
|
|
125
|
+
*
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
forceUpdate() {
|
|
129
|
+
this._provider.setValue(this._getValues(), true);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Adds an inheritance provider controller to the given host.
|
|
134
|
+
*
|
|
135
|
+
* @public
|
|
136
|
+
* @param host The host element.
|
|
137
|
+
* @param config The configuration options.
|
|
138
|
+
* @returns The inheritance provider controller instance.
|
|
139
|
+
*/
|
|
140
|
+
export function addInheritanceProviderController(host, config) {
|
|
141
|
+
return new InheritanceProviderController(host, config);
|
|
142
|
+
}
|
|
143
|
+
//# sourceMappingURL=InheritanceProviderController.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InheritanceProviderController.js","sourceRoot":"","sources":["../../../src/Controls/Controllers/InheritanceProviderController.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ValuesOf } from '../../Types/ValuesOf';
|
|
2
|
+
/**
|
|
3
|
+
* `ColorPosition` - Determines the position of the color preview relative to the input field.
|
|
4
|
+
*
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const ColorPosition: {
|
|
8
|
+
/**
|
|
9
|
+
* `before` - Position the color preview before the input field.
|
|
10
|
+
*/
|
|
11
|
+
readonly Before: "before";
|
|
12
|
+
/**
|
|
13
|
+
* `after` - Position the color preview after the input field.
|
|
14
|
+
*/
|
|
15
|
+
readonly After: "after";
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export type ColorPosition = ValuesOf<typeof ColorPosition>;
|
|
21
|
+
//# sourceMappingURL=ColorPosition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPosition.d.ts","sourceRoot":"","sources":["../../../src/Controls/Types/ColorPosition.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIrD;;;;GAIG;AACH,eAAO,MAAM,aAAa;IAEtB;;OAEG;;IAGH;;OAEG;;CAEG,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// #region Imports
|
|
2
|
+
// #endregion
|
|
3
|
+
/**
|
|
4
|
+
* `ColorPosition` - Determines the position of the color preview relative to the input field.
|
|
5
|
+
*
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export const ColorPosition = {
|
|
9
|
+
/**
|
|
10
|
+
* `before` - Position the color preview before the input field.
|
|
11
|
+
*/
|
|
12
|
+
Before: 'before',
|
|
13
|
+
/**
|
|
14
|
+
* `after` - Position the color preview after the input field.
|
|
15
|
+
*/
|
|
16
|
+
After: 'after'
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=ColorPosition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPosition.js","sourceRoot":"","sources":["../../../src/Controls/Types/ColorPosition.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAIlB,aAAa;AAEb;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAEzB;;OAEG;IACH,MAAM,EAAE,QAAQ;IAEhB;;OAEG;IACH,KAAK,EAAE,OAAO;CACR,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines the stacking mode for the expander group.
|
|
3
|
+
*
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare const ExpanderGroupStacking: {
|
|
7
|
+
/**
|
|
8
|
+
* Expanders are visually joined together with shared borders.
|
|
9
|
+
*/
|
|
10
|
+
readonly Joined: "joined";
|
|
11
|
+
/**
|
|
12
|
+
* Expanders are visually separated with gaps and individual border-radii.
|
|
13
|
+
*/
|
|
14
|
+
readonly Separated: "separated";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export type ExpanderGroupStacking = typeof ExpanderGroupStacking[keyof typeof ExpanderGroupStacking];
|
|
20
|
+
//# sourceMappingURL=ExpanderGroupStacking.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpanderGroupStacking.d.ts","sourceRoot":"","sources":["../../../src/Controls/Types/ExpanderGroupStacking.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;IAE9B;;OAEG;;IAGH;;OAEG;;CAEG,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines the stacking mode for the expander group.
|
|
3
|
+
*
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export const ExpanderGroupStacking = {
|
|
7
|
+
/**
|
|
8
|
+
* Expanders are visually joined together with shared borders.
|
|
9
|
+
*/
|
|
10
|
+
Joined: 'joined',
|
|
11
|
+
/**
|
|
12
|
+
* Expanders are visually separated with gaps and individual border-radii.
|
|
13
|
+
*/
|
|
14
|
+
Separated: 'separated'
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ExpanderGroupStacking.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpanderGroupStacking.js","sourceRoot":"","sources":["../../../src/Controls/Types/ExpanderGroupStacking.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IAEjC;;OAEG;IACH,MAAM,EAAE,QAAQ;IAEhB;;OAEG;IACH,SAAS,EAAE,WAAW;CAChB,CAAC"}
|
package/Dom/StyleSheet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyleSheet.d.ts","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StyleSheet.d.ts","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAInE;;;;;GAKG;AACH,qBAAa,gBAAiB,YAAW,eAAe;IAIpD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,aAAa,CAAiC;IACtD,OAAO,CAAC,SAAS,CAA6B;IAC9C,OAAO,CAAC,YAAY,CAAU;IAM9B;;;OAGG;gBACgB,OAAO,GAAE,MAA4B;IAWxD;;;;OAIG;IACI,UAAU,IAAI,IAAI;IA2BzB;;;;OAIG;IACI,OAAO,IAAI,IAAI;IAUtB;;;;;;OAMG;IACI,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAWrD;;;;;;OAMG;IACI,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAO/C;;;;;;OAMG;IACI,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAOzC;;;;;OAKG;IACI,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAMzC;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAQ1B;;;;;OAKG;IACH,OAAO,CAAC,uBAAuB;IAM/B;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;CAQ5B"}
|
package/Dom/StyleSheet.js
CHANGED
package/Dom/StyleSheet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyleSheet.js","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"StyleSheet.js","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"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"}
|