@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.
Files changed (387) hide show
  1. package/Attributes/BgColorAttribute.d.ts.map +1 -1
  2. package/Attributes/BgColorAttribute.js +2 -0
  3. package/Attributes/BgColorAttribute.js.map +1 -1
  4. package/Controls/Behaviors/Disableable.js +4 -2
  5. package/Controls/Behaviors/Disableable.js.map +1 -1
  6. package/Controls/Components/Buttons/Button/ButtonElement.d.ts +31 -1
  7. package/Controls/Components/Buttons/Button/ButtonElement.d.ts.map +1 -1
  8. package/Controls/Components/Buttons/Button/ButtonElement.js +50 -3
  9. package/Controls/Components/Buttons/Button/ButtonElement.js.map +1 -1
  10. package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts +3 -21
  11. package/Controls/Components/Buttons/Button/ButtonGroupElement.d.ts.map +1 -1
  12. package/Controls/Components/Buttons/Button/ButtonGroupElement.js +16 -73
  13. package/Controls/Components/Buttons/Button/ButtonGroupElement.js.map +1 -1
  14. package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.d.ts +30 -0
  15. package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.d.ts.map +1 -0
  16. package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.js +9 -0
  17. package/Controls/Components/Buttons/Button/ButtonGroupInheritanceContext.js.map +1 -0
  18. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts +21 -0
  19. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.d.ts.map +1 -1
  20. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js +42 -2
  21. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonElement.js.map +1 -1
  22. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts +2 -15
  23. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.d.ts.map +1 -1
  24. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js +14 -63
  25. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupElement.js.map +1 -1
  26. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.d.ts +30 -0
  27. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.d.ts.map +1 -0
  28. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.js +9 -0
  29. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupInheritanceContext.js.map +1 -0
  30. package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts +28 -0
  31. package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.d.ts.map +1 -1
  32. package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js +53 -2
  33. package/Controls/Components/Buttons/ToggleButton/ToggleButtonElement.js.map +1 -1
  34. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts +3 -21
  35. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.d.ts.map +1 -1
  36. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js +16 -73
  37. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupElement.js.map +1 -1
  38. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.d.ts +35 -0
  39. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.d.ts.map +1 -0
  40. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.js +9 -0
  41. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupInheritanceContext.js.map +1 -0
  42. package/Controls/Components/Forms/FormFieldElementTemplate.d.ts.map +1 -1
  43. package/Controls/Components/Forms/FormFieldElementTemplate.js +2 -0
  44. package/Controls/Components/Forms/FormFieldElementTemplate.js.map +1 -1
  45. package/Controls/Components/Grouping/Banner/BannerElement.d.ts +15 -1
  46. package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
  47. package/Controls/Components/Grouping/Banner/BannerElement.js +30 -3
  48. package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
  49. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +4 -5
  50. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -1
  51. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +19 -32
  52. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -1
  53. package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.d.ts +25 -0
  54. package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.d.ts.map +1 -0
  55. package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.js +9 -0
  56. package/Controls/Components/Grouping/BannerGroup/BannerGroupInheritanceContext.js.map +1 -0
  57. package/Controls/Components/Grouping/Expander/ExpanderElement.d.ts +31 -0
  58. package/Controls/Components/Grouping/Expander/ExpanderElement.d.ts.map +1 -1
  59. package/Controls/Components/Grouping/Expander/ExpanderElement.js +56 -3
  60. package/Controls/Components/Grouping/Expander/ExpanderElement.js.map +1 -1
  61. package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.d.ts.map +1 -1
  62. package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.js +10 -11
  63. package/Controls/Components/Grouping/Expander/ExpanderElementTemplate.js.map +1 -1
  64. package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts +18 -26
  65. package/Controls/Components/Grouping/Expander/ExpanderGroupElement.d.ts.map +1 -1
  66. package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js +45 -85
  67. package/Controls/Components/Grouping/Expander/ExpanderGroupElement.js.map +1 -1
  68. package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.d.ts +40 -0
  69. package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.d.ts.map +1 -0
  70. package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.js +9 -0
  71. package/Controls/Components/Grouping/Expander/ExpanderGroupInheritanceContext.js.map +1 -0
  72. package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts +2 -0
  73. package/Controls/Components/Grouping/Expander/IExpanderGroupElementProps.d.ts.map +1 -1
  74. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.d.ts.map +1 -1
  75. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.js +9 -1
  76. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Cosmopolitan.js.map +1 -1
  77. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.d.ts.map +1 -1
  78. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.js +9 -1
  79. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Joy.js.map +1 -1
  80. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.d.ts.map +1 -1
  81. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.js +9 -1
  82. package/Controls/Components/Grouping/Expander/Themes/ExpanderElement.Memphis.js.map +1 -1
  83. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.d.ts.map +1 -1
  84. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.js +13 -0
  85. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Cosmopolitan.js.map +1 -1
  86. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.d.ts.map +1 -1
  87. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.js +17 -0
  88. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Joy.js.map +1 -1
  89. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.d.ts.map +1 -1
  90. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.js +13 -0
  91. package/Controls/Components/Grouping/Expander/Themes/ExpanderGroupElement.Memphis.js.map +1 -1
  92. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts +29 -0
  93. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.d.ts.map +1 -1
  94. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js +55 -4
  95. package/Controls/Components/Inputs/CheckBox/CheckBoxElement.js.map +1 -1
  96. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts +2 -24
  97. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.d.ts.map +1 -1
  98. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js +17 -90
  99. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupElement.js.map +1 -1
  100. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.d.ts +39 -0
  101. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.d.ts.map +1 -0
  102. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.js +9 -0
  103. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupInheritanceContext.js.map +1 -0
  104. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.d.ts.map +1 -1
  105. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.js +58 -49
  106. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Cosmopolitan.js.map +1 -1
  107. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.d.ts.map +1 -1
  108. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.js +100 -78
  109. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Joy.js.map +1 -1
  110. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.d.ts.map +1 -1
  111. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.js +92 -69
  112. package/Controls/Components/Inputs/ChipBox/Themes/ChipBoxElement.Memphis.js.map +1 -1
  113. package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts +32 -0
  114. package/Controls/Components/Inputs/Choice/ChoiceElement.d.ts.map +1 -1
  115. package/Controls/Components/Inputs/Choice/ChoiceElement.js +58 -4
  116. package/Controls/Components/Inputs/Choice/ChoiceElement.js.map +1 -1
  117. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts +3 -25
  118. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.d.ts.map +1 -1
  119. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js +18 -91
  120. package/Controls/Components/Inputs/Choice/ChoiceGroupElement.js.map +1 -1
  121. package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.d.ts +39 -0
  122. package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.d.ts.map +1 -0
  123. package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.js +9 -0
  124. package/Controls/Components/Inputs/Choice/ChoiceGroupInheritanceContext.js.map +1 -0
  125. package/Controls/Components/Inputs/ColorBox/ColorBoxElement.d.ts +13 -2
  126. package/Controls/Components/Inputs/ColorBox/ColorBoxElement.d.ts.map +1 -1
  127. package/Controls/Components/Inputs/ColorBox/ColorBoxElement.js +29 -5
  128. package/Controls/Components/Inputs/ColorBox/ColorBoxElement.js.map +1 -1
  129. package/Controls/Components/Inputs/ColorBox/ColorBoxElementTemplate.js +1 -1
  130. package/Controls/Components/Inputs/ColorBox/IColorBoxElementProps.d.ts +8 -2
  131. package/Controls/Components/Inputs/ColorBox/IColorBoxElementProps.d.ts.map +1 -1
  132. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.d.ts.map +1 -1
  133. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.js +4 -9
  134. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Cosmopolitan.js.map +1 -1
  135. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.d.ts.map +1 -1
  136. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.js +4 -9
  137. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Joy.js.map +1 -1
  138. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.d.ts.map +1 -1
  139. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.js +4 -9
  140. package/Controls/Components/Inputs/ColorBox/Themes/ColorBoxElement.Memphis.js.map +1 -1
  141. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.d.ts.map +1 -1
  142. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.js +0 -1
  143. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Cosmopolitan.js.map +1 -1
  144. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.d.ts.map +1 -1
  145. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.js +0 -1
  146. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Joy.js.map +1 -1
  147. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.d.ts.map +1 -1
  148. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.js +0 -1
  149. package/Controls/Components/Inputs/DateBox/Themes/DateBoxElement.Memphis.js.map +1 -1
  150. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.d.ts.map +1 -1
  151. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js +0 -1
  152. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Cosmopolitan.js.map +1 -1
  153. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.d.ts.map +1 -1
  154. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js +0 -1
  155. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Joy.js.map +1 -1
  156. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.d.ts.map +1 -1
  157. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.js +0 -1
  158. package/Controls/Components/Inputs/DateTimeBox/Themes/DateTimeBoxElement.Memphis.js.map +1 -1
  159. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.d.ts.map +1 -1
  160. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js +0 -1
  161. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Cosmopolitan.js.map +1 -1
  162. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.d.ts.map +1 -1
  163. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js +0 -1
  164. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Joy.js.map +1 -1
  165. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.d.ts.map +1 -1
  166. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.js +0 -1
  167. package/Controls/Components/Inputs/NumberBox/Themes/NumberBoxElement.Memphis.js.map +1 -1
  168. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.d.ts.map +1 -1
  169. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.js +0 -1
  170. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Cosmopolitan.js.map +1 -1
  171. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.d.ts.map +1 -1
  172. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.js +0 -1
  173. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Joy.js.map +1 -1
  174. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.d.ts.map +1 -1
  175. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.js +0 -1
  176. package/Controls/Components/Inputs/PasswordBox/Themes/PasswordBoxElement.Memphis.js.map +1 -1
  177. package/Controls/Components/Inputs/Radio/RadioElement.d.ts +41 -0
  178. package/Controls/Components/Inputs/Radio/RadioElement.d.ts.map +1 -1
  179. package/Controls/Components/Inputs/Radio/RadioElement.js +68 -5
  180. package/Controls/Components/Inputs/Radio/RadioElement.js.map +1 -1
  181. package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts +2 -24
  182. package/Controls/Components/Inputs/Radio/RadioGroupElement.d.ts.map +1 -1
  183. package/Controls/Components/Inputs/Radio/RadioGroupElement.js +17 -90
  184. package/Controls/Components/Inputs/Radio/RadioGroupElement.js.map +1 -1
  185. package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.d.ts +39 -0
  186. package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.d.ts.map +1 -0
  187. package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.js +9 -0
  188. package/Controls/Components/Inputs/Radio/RadioGroupInheritanceContext.js.map +1 -0
  189. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.d.ts.map +1 -1
  190. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.js +0 -1
  191. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Cosmopolitan.js.map +1 -1
  192. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.d.ts.map +1 -1
  193. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.js +0 -1
  194. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Joy.js.map +1 -1
  195. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.d.ts.map +1 -1
  196. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.js +0 -1
  197. package/Controls/Components/Inputs/RichTextBox/Themes/RichTextBoxElement.Memphis.js.map +1 -1
  198. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.d.ts.map +1 -1
  199. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.js +0 -1
  200. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Cosmopolitan.js.map +1 -1
  201. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.d.ts.map +1 -1
  202. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.js +0 -1
  203. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Joy.js.map +1 -1
  204. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.d.ts.map +1 -1
  205. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.js +0 -1
  206. package/Controls/Components/Inputs/TextBox/Themes/TextBoxElement.Memphis.js.map +1 -1
  207. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.d.ts.map +1 -1
  208. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js +0 -1
  209. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Cosmopolitan.js.map +1 -1
  210. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.d.ts.map +1 -1
  211. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js +0 -1
  212. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Joy.js.map +1 -1
  213. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.d.ts.map +1 -1
  214. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.js +0 -1
  215. package/Controls/Components/Inputs/TimeBox/Themes/TimeBoxElement.Memphis.js.map +1 -1
  216. package/Controls/Components/Media/Avatar/AvatarElement.d.ts +28 -0
  217. package/Controls/Components/Media/Avatar/AvatarElement.d.ts.map +1 -1
  218. package/Controls/Components/Media/Avatar/AvatarElement.js +51 -2
  219. package/Controls/Components/Media/Avatar/AvatarElement.js.map +1 -1
  220. package/Controls/Components/Media/Avatar/AvatarGroupElement.d.ts +17 -9
  221. package/Controls/Components/Media/Avatar/AvatarGroupElement.d.ts.map +1 -1
  222. package/Controls/Components/Media/Avatar/AvatarGroupElement.js +46 -97
  223. package/Controls/Components/Media/Avatar/AvatarGroupElement.js.map +1 -1
  224. package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.d.ts +35 -0
  225. package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.d.ts.map +1 -0
  226. package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.js +9 -0
  227. package/Controls/Components/Media/Avatar/AvatarGroupInheritanceContext.js.map +1 -0
  228. package/Controls/Components/Media/Chat/ChatElement.d.ts +2 -11
  229. package/Controls/Components/Media/Chat/ChatElement.d.ts.map +1 -1
  230. package/Controls/Components/Media/Chat/ChatElement.js +14 -47
  231. package/Controls/Components/Media/Chat/ChatElement.js.map +1 -1
  232. package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts +26 -0
  233. package/Controls/Components/Media/Chat/ChatInheritanceContext.d.ts.map +1 -0
  234. package/Controls/Components/Media/Chat/ChatInheritanceContext.js +9 -0
  235. package/Controls/Components/Media/Chat/ChatInheritanceContext.js.map +1 -0
  236. package/Controls/Components/Media/Chat/ChatMessageElement.d.ts +2 -1
  237. package/Controls/Components/Media/Chat/ChatMessageElement.d.ts.map +1 -1
  238. package/Controls/Components/Media/Chat/ChatMessageElement.js +9 -4
  239. package/Controls/Components/Media/Chat/ChatMessageElement.js.map +1 -1
  240. package/Controls/Components/Media/Chip/ChipElementTemplate.js +1 -1
  241. package/Controls/Components/Media/Chip/ChipElementTemplate.js.map +1 -1
  242. package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts +11 -0
  243. package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.d.ts.map +1 -1
  244. package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js +21 -3
  245. package/Controls/Components/Media/ColorSwatch/ColorSwatchElement.js.map +1 -1
  246. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.d.ts +1 -6
  247. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.d.ts.map +1 -1
  248. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js +12 -30
  249. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElement.js.map +1 -1
  250. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.d.ts +1 -1
  251. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.d.ts.map +1 -1
  252. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.js +2 -2
  253. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupElementTemplate.js.map +1 -1
  254. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts +21 -0
  255. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.d.ts.map +1 -0
  256. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.js +9 -0
  257. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupInheritanceContext.js.map +1 -0
  258. package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Cosmopolitan.js +1 -1
  259. package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Joy.js +1 -1
  260. package/Controls/Components/Media/ColorSwatch/Themes/ColorSwatchGroupElement.Memphis.js +1 -1
  261. package/Controls/Components/Overlays/Dialog/DialogElement.d.ts +2 -1
  262. package/Controls/Components/Overlays/Dialog/DialogElement.d.ts.map +1 -1
  263. package/Controls/Components/Overlays/Dialog/DialogElement.js +11 -3
  264. package/Controls/Components/Overlays/Dialog/DialogElement.js.map +1 -1
  265. package/Controls/Components/Overlays/Dialog/DialogHeaderElement.d.ts +5 -0
  266. package/Controls/Components/Overlays/Dialog/DialogHeaderElement.d.ts.map +1 -1
  267. package/Controls/Components/Overlays/Dialog/DialogHeaderElement.js +11 -2
  268. package/Controls/Components/Overlays/Dialog/DialogHeaderElement.js.map +1 -1
  269. package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.d.ts +22 -0
  270. package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.d.ts.map +1 -0
  271. package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.js +9 -0
  272. package/Controls/Components/Overlays/Dialog/DialogInheritanceContext.js.map +1 -0
  273. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +2 -1
  274. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
  275. package/Controls/Components/Overlays/Drawer/DrawerElement.js +20 -10
  276. package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
  277. package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.d.ts +3 -0
  278. package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.d.ts.map +1 -1
  279. package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.js +13 -4
  280. package/Controls/Components/Overlays/Drawer/DrawerHeaderElement.js.map +1 -1
  281. package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.d.ts +28 -0
  282. package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.d.ts.map +1 -0
  283. package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.js +9 -0
  284. package/Controls/Components/Overlays/Drawer/DrawerInheritanceContext.js.map +1 -0
  285. package/Controls/Components/Overlays/Drawer/DrawerService.d.ts +11 -3
  286. package/Controls/Components/Overlays/Drawer/DrawerService.d.ts.map +1 -1
  287. package/Controls/Components/Overlays/Drawer/DrawerService.js +41 -4
  288. package/Controls/Components/Overlays/Drawer/DrawerService.js.map +1 -1
  289. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
  290. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +4 -0
  291. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
  292. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
  293. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +4 -0
  294. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
  295. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
  296. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +4 -0
  297. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
  298. package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts +1 -1
  299. package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts.map +1 -1
  300. package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js +4 -4
  301. package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js.map +1 -1
  302. package/Controls/Components/Primitives/Dismiss/DismissElement.d.ts.map +1 -1
  303. package/Controls/Components/Primitives/Dismiss/DismissElement.js +7 -9
  304. package/Controls/Components/Primitives/Dismiss/DismissElement.js.map +1 -1
  305. package/Controls/Components/Primitives/Dismiss/DismissElementTemplate.d.ts.map +1 -1
  306. package/Controls/Components/Primitives/Dismiss/DismissElementTemplate.js.map +1 -1
  307. package/Controls/Components/Primitives/Dismiss/IDismissElementProps.d.ts +3 -3
  308. package/Controls/Components/Primitives/Dismiss/IDismissElementProps.d.ts.map +1 -1
  309. package/Controls/Components/Selectors/List/ListElement.d.ts +2 -5
  310. package/Controls/Components/Selectors/List/ListElement.d.ts.map +1 -1
  311. package/Controls/Components/Selectors/List/ListElement.js +16 -20
  312. package/Controls/Components/Selectors/List/ListElement.js.map +1 -1
  313. package/Controls/Components/Selectors/List/ListInheritanceContext.d.ts +20 -0
  314. package/Controls/Components/Selectors/List/ListInheritanceContext.d.ts.map +1 -0
  315. package/Controls/Components/Selectors/List/ListInheritanceContext.js +9 -0
  316. package/Controls/Components/Selectors/List/ListInheritanceContext.js.map +1 -0
  317. package/Controls/Components/Selectors/List/ListItemElement.d.ts +1 -0
  318. package/Controls/Components/Selectors/List/ListItemElement.d.ts.map +1 -1
  319. package/Controls/Components/Selectors/List/ListItemElement.js +7 -2
  320. package/Controls/Components/Selectors/List/ListItemElement.js.map +1 -1
  321. package/Controls/Components/Selectors/Segment/SegmentElement.d.ts +4 -5
  322. package/Controls/Components/Selectors/Segment/SegmentElement.d.ts.map +1 -1
  323. package/Controls/Components/Selectors/Segment/SegmentElement.js +24 -21
  324. package/Controls/Components/Selectors/Segment/SegmentElement.js.map +1 -1
  325. package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.d.ts +30 -0
  326. package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.d.ts.map +1 -0
  327. package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.js +9 -0
  328. package/Controls/Components/Selectors/Segment/SegmentInheritanceContext.js.map +1 -0
  329. package/Controls/Components/Selectors/Segment/SegmentItemElement.d.ts +1 -0
  330. package/Controls/Components/Selectors/Segment/SegmentItemElement.d.ts.map +1 -1
  331. package/Controls/Components/Selectors/Segment/SegmentItemElement.js +7 -2
  332. package/Controls/Components/Selectors/Segment/SegmentItemElement.js.map +1 -1
  333. package/Controls/Components/Selectors/TabStrip/TabStripElement.d.ts +4 -5
  334. package/Controls/Components/Selectors/TabStrip/TabStripElement.d.ts.map +1 -1
  335. package/Controls/Components/Selectors/TabStrip/TabStripElement.js +24 -42
  336. package/Controls/Components/Selectors/TabStrip/TabStripElement.js.map +1 -1
  337. package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.d.ts +30 -0
  338. package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.d.ts.map +1 -0
  339. package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.js +9 -0
  340. package/Controls/Components/Selectors/TabStrip/TabStripInheritanceContext.js.map +1 -0
  341. package/Controls/Components/Selectors/TabStrip/TabStripItemElement.d.ts +1 -0
  342. package/Controls/Components/Selectors/TabStrip/TabStripItemElement.d.ts.map +1 -1
  343. package/Controls/Components/Selectors/TabStrip/TabStripItemElement.js +7 -2
  344. package/Controls/Components/Selectors/TabStrip/TabStripItemElement.js.map +1 -1
  345. package/Controls/Components/Selectors/Tree/TreeElement.d.ts +1 -1
  346. package/Controls/Components/Selectors/Tree/TreeElement.d.ts.map +1 -1
  347. package/Controls/Components/Selectors/Tree/TreeElement.js +12 -17
  348. package/Controls/Components/Selectors/Tree/TreeElement.js.map +1 -1
  349. package/Controls/Components/Selectors/Tree/TreeInheritanceContext.d.ts +20 -0
  350. package/Controls/Components/Selectors/Tree/TreeInheritanceContext.d.ts.map +1 -0
  351. package/Controls/Components/Selectors/Tree/TreeInheritanceContext.js +9 -0
  352. package/Controls/Components/Selectors/Tree/TreeInheritanceContext.js.map +1 -0
  353. package/Controls/Components/Selectors/Tree/TreeItemElement.d.ts +2 -1
  354. package/Controls/Components/Selectors/Tree/TreeItemElement.d.ts.map +1 -1
  355. package/Controls/Components/Selectors/Tree/TreeItemElement.js +9 -4
  356. package/Controls/Components/Selectors/Tree/TreeItemElement.js.map +1 -1
  357. package/Controls/Controllers/InheritanceConsumerController.d.ts +126 -0
  358. package/Controls/Controllers/InheritanceConsumerController.d.ts.map +1 -0
  359. package/Controls/Controllers/InheritanceConsumerController.js +171 -0
  360. package/Controls/Controllers/InheritanceConsumerController.js.map +1 -0
  361. package/Controls/Controllers/InheritanceProviderController.d.ts +114 -0
  362. package/Controls/Controllers/InheritanceProviderController.d.ts.map +1 -0
  363. package/Controls/Controllers/InheritanceProviderController.js +143 -0
  364. package/Controls/Controllers/InheritanceProviderController.js.map +1 -0
  365. package/Controls/Types/ColorPosition.d.ts +21 -0
  366. package/Controls/Types/ColorPosition.d.ts.map +1 -0
  367. package/Controls/Types/ColorPosition.js +18 -0
  368. package/Controls/Types/ColorPosition.js.map +1 -0
  369. package/Controls/Types/ExpanderGroupStacking.d.ts +20 -0
  370. package/Controls/Types/ExpanderGroupStacking.d.ts.map +1 -0
  371. package/Controls/Types/ExpanderGroupStacking.js +16 -0
  372. package/Controls/Types/ExpanderGroupStacking.js.map +1 -0
  373. package/Dom/StyleSheet.d.ts.map +1 -1
  374. package/Dom/StyleSheet.js +1 -1
  375. package/Dom/StyleSheet.js.map +1 -1
  376. package/Index.d.ts +152 -150
  377. package/Index.d.ts.map +1 -1
  378. package/Index.js +103 -98
  379. package/Index.js.map +1 -1
  380. package/Reactivity/Rx/Directives/AsyncDirective.d.ts +1 -1
  381. package/Routing/PathToRegexp.d.ts +1 -1
  382. package/Theming/ThemeService.d.ts +1 -1
  383. package/Theming/ThemeService.d.ts.map +1 -1
  384. package/Theming/ThemeService.js +26 -1
  385. package/Theming/ThemeService.js.map +1 -1
  386. package/custom-elements.json +91 -14
  387. 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"}
@@ -1 +1 @@
1
- {"version":3,"file":"StyleSheet.d.ts","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"AAEA,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"}
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
@@ -1,4 +1,4 @@
1
- // #region Imports
1
+ /* eslint-disable no-restricted-syntax */
2
2
  // #endregion
3
3
  /**
4
4
  * Provides a clean and extensible interface to manage global CSS custom properties
@@ -1 +1 @@
1
- {"version":3,"file":"StyleSheet.js","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAIlB,aAAa;AAEb;;;;;GAKG;AACH,MAAM,OAAO,gBAAgB;IAEzB,iBAAiB;IAEA,QAAQ,CAAS;IAC1B,aAAa,GAA4B,IAAI,CAAC;IAC9C,SAAS,GAAwB,IAAI,CAAC;IACtC,YAAY,CAAU;IAE9B,aAAa;IAEb,eAAe;IAEf;;;OAGG;IACH,YAAmB,UAAkB,mBAAmB;QACpD,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;IAC9B,CAAC;IAED,aAAa;IAEb,kBAAkB;IAElB;;;;OAIG;IACI,UAAU;QACb,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;YACpB,OAAO;QACX,CAAC;QAED,MAAM,QAAQ,GAAG,QAAQ,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAA4B,CAAC;QACnF,IAAI,CAAC,aAAa,GAAG,QAAQ,IAAI,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAExE,MAAM,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC;QAEvC,IAAI,CAAC,KAAK,EAAE,CAAC;YACT,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;QAC5E,CAAC;QAED,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;QACpC,CAAC;QAED,MAAM,IAAI,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAC/B,IAAI,CAAC,CAAC,IAAI,YAAY,YAAY,CAAC,IAAI,IAAI,CAAC,YAAY,KAAK,OAAO,EAAE,CAAC;YACnE,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;QAC7E,CAAC;QAED,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7B,CAAC;IAED;;;;OAIG;IACI,OAAO;QACV,IAAI,IAAI,CAAC,aAAa,EAAE,WAAW,EAAE,CAAC;YAClC,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;QAChC,CAAC;QAED,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;IAC9B,CAAC;IAED;;;;;;OAMG;IACI,WAAW,CAAC,IAAY,EAAE,KAAa;QAC1C,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACzB,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAEnC,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAE7D,IAAI,OAAO,EAAE,IAAI,EAAE,KAAK,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC;YACnC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QACnD,CAAC;IACL,CAAC;IAED;;;;;;OAMG;IACI,WAAW,CAAC,IAAY;QAC3B,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACzB,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAEnC,OAAO,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;IAChE,CAAC;IAED;;;;;;OAMG;IACI,WAAW,CAAC,IAAY;QAC3B,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACzB,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAEnC,OAAO,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACI,cAAc,CAAC,IAAY;QAC9B,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACzB,IAAI,CAAC,uBAAuB,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;IAED;;;;;OAKG;IACK,kBAAkB,CAAC,EAAU;QACjC,MAAM,KAAK,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAC9C,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;QACd,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QAEjC,OAAO,KAAK,CAAC;IACjB,CAAC;IAED;;;;;OAKG;IACK,uBAAuB,CAAC,IAAY;QACxC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CAAC,+BAA+B,IAAI,oCAAoC,CAAC,CAAC;QAC7F,CAAC;IACL,CAAC;IAED;;;;OAIG;IACK,iBAAiB;QACrB,IAAI,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC;YACxC,MAAM,IAAI,KAAK,CAAC,2EAA2E,CAAC,CAAC;QACjG,CAAC;IACL,CAAC;CAIJ"}
1
+ {"version":3,"file":"StyleSheet.js","sourceRoot":"","sources":["../../src/Dom/StyleSheet.ts"],"names":[],"mappings":"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"}