@breadstone/mosaik-elements-foundation 0.0.286 → 0.0.287

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 (184) hide show
  1. package/Controls/Components/Inputs/Calendar/CalendarElement.d.ts +21 -0
  2. package/Controls/Components/Inputs/Calendar/CalendarElement.d.ts.map +1 -1
  3. package/Controls/Components/Inputs/Calendar/CalendarElement.js +53 -0
  4. package/Controls/Components/Inputs/Calendar/CalendarElement.js.map +1 -1
  5. package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.d.ts.map +1 -1
  6. package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.js +6 -3
  7. package/Controls/Components/Inputs/Calendar/CalendarElementTemplate.js.map +1 -1
  8. package/Controls/Components/Inputs/Calendar/CalendarItemElement.d.ts +5 -4
  9. package/Controls/Components/Inputs/Calendar/CalendarItemElement.d.ts.map +1 -1
  10. package/Controls/Components/Inputs/Calendar/CalendarItemElement.js +5 -4
  11. package/Controls/Components/Inputs/Calendar/CalendarItemElement.js.map +1 -1
  12. package/Controls/Components/Inputs/Calendar/CalendarItemElementTemplate.d.ts.map +1 -1
  13. package/Controls/Components/Inputs/Calendar/CalendarItemElementTemplate.js +13 -9
  14. package/Controls/Components/Inputs/Calendar/CalendarItemElementTemplate.js.map +1 -1
  15. package/Controls/Components/Inputs/Calendar/ICalendarElementProps.d.ts +9 -0
  16. package/Controls/Components/Inputs/Calendar/ICalendarElementProps.d.ts.map +1 -1
  17. package/Controls/Components/Inputs/Calendar/ICalendarItemElementProps.d.ts +1 -1
  18. package/Controls/Components/Inputs/Calendar/ICalendarItemElementProps.d.ts.map +1 -1
  19. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.d.ts.map +1 -1
  20. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.js +2 -0
  21. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Cosmopolitan.js.map +1 -1
  22. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.d.ts.map +1 -1
  23. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.js +2 -0
  24. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Joy.js.map +1 -1
  25. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.d.ts.map +1 -1
  26. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.js +2 -0
  27. package/Controls/Components/Inputs/Calendar/Themes/CalendarElement.Memphis.js.map +1 -1
  28. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Cosmopolitan.d.ts.map +1 -1
  29. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Cosmopolitan.js +29 -17
  30. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Cosmopolitan.js.map +1 -1
  31. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Joy.d.ts.map +1 -1
  32. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Joy.js +67 -21
  33. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Joy.js.map +1 -1
  34. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Memphis.d.ts.map +1 -1
  35. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Memphis.js +29 -17
  36. package/Controls/Components/Inputs/Calendar/Themes/CalendarItemElement.Memphis.js.map +1 -1
  37. package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.d.ts +10 -0
  38. package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.d.ts.map +1 -1
  39. package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.js +23 -0
  40. package/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.js.map +1 -1
  41. package/Controls/Components/Inputs/Calendar/Views/CalendarDaysViewElementTemplate.d.ts.map +1 -1
  42. package/Controls/Components/Inputs/Calendar/Views/CalendarDaysViewElementTemplate.js +12 -0
  43. package/Controls/Components/Inputs/Calendar/Views/CalendarDaysViewElementTemplate.js.map +1 -1
  44. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElement.d.ts.map +1 -1
  45. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElement.js +3 -1
  46. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElement.js.map +1 -1
  47. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElementTemplate.d.ts.map +1 -1
  48. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElementTemplate.js +7 -0
  49. package/Controls/Components/Inputs/Calendar/Views/CalendarMonthsViewElementTemplate.js.map +1 -1
  50. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElement.d.ts.map +1 -1
  51. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElement.js +6 -1
  52. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElement.js.map +1 -1
  53. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElementTemplate.d.ts.map +1 -1
  54. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElementTemplate.js +7 -0
  55. package/Controls/Components/Inputs/Calendar/Views/CalendarYearsViewElementTemplate.js.map +1 -1
  56. package/Controls/Components/Inputs/DateBox/DateBoxElement.d.ts +20 -0
  57. package/Controls/Components/Inputs/DateBox/DateBoxElement.d.ts.map +1 -1
  58. package/Controls/Components/Inputs/DateBox/DateBoxElement.js +49 -0
  59. package/Controls/Components/Inputs/DateBox/DateBoxElement.js.map +1 -1
  60. package/Controls/Components/Inputs/DateBox/DateBoxElementTemplate.d.ts.map +1 -1
  61. package/Controls/Components/Inputs/DateBox/DateBoxElementTemplate.js +2 -0
  62. package/Controls/Components/Inputs/DateBox/DateBoxElementTemplate.js.map +1 -1
  63. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts +20 -0
  64. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts.map +1 -1
  65. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js +49 -0
  66. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js.map +1 -1
  67. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElementTemplate.d.ts.map +1 -1
  68. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElementTemplate.js +2 -0
  69. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElementTemplate.js.map +1 -1
  70. package/Controls/Components/Primitives/Clickable/ClickableElement.d.ts +101 -0
  71. package/Controls/Components/Primitives/Clickable/ClickableElement.d.ts.map +1 -0
  72. package/Controls/Components/Primitives/Clickable/ClickableElement.js +128 -0
  73. package/Controls/Components/Primitives/Clickable/ClickableElement.js.map +1 -0
  74. package/Controls/Components/Primitives/Clickable/ClickableElementTemplate.d.ts +9 -0
  75. package/Controls/Components/Primitives/Clickable/ClickableElementTemplate.d.ts.map +1 -0
  76. package/Controls/Components/Primitives/Clickable/ClickableElementTemplate.js +27 -0
  77. package/Controls/Components/Primitives/Clickable/ClickableElementTemplate.js.map +1 -0
  78. package/Controls/Components/Primitives/Clickable/IClickableElementProps.d.ts +12 -0
  79. package/Controls/Components/Primitives/Clickable/IClickableElementProps.d.ts.map +1 -0
  80. package/Controls/Components/Primitives/Clickable/IClickableElementProps.js +3 -0
  81. package/Controls/Components/Primitives/Clickable/IClickableElementProps.js.map +1 -0
  82. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Cosmopolitan.d.ts +6 -0
  83. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Cosmopolitan.d.ts.map +1 -0
  84. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Cosmopolitan.js +97 -0
  85. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Cosmopolitan.js.map +1 -0
  86. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.d.ts +6 -0
  87. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.d.ts.map +1 -0
  88. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.js +97 -0
  89. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.js.map +1 -0
  90. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Memphis.d.ts +6 -0
  91. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Memphis.d.ts.map +1 -0
  92. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Memphis.js +97 -0
  93. package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Memphis.js.map +1 -0
  94. package/Controls/Components/Primitives/Skeleton/Themes/SkeletonElement.Joy.js +1 -1
  95. package/Controls/Components/Selectors/Carousel/CarouselElement.d.ts +70 -0
  96. package/Controls/Components/Selectors/Carousel/CarouselElement.d.ts.map +1 -1
  97. package/Controls/Components/Selectors/Carousel/CarouselElement.js +172 -0
  98. package/Controls/Components/Selectors/Carousel/CarouselElement.js.map +1 -1
  99. package/Controls/Components/Selectors/Carousel/CarouselItemElement.d.ts +13 -0
  100. package/Controls/Components/Selectors/Carousel/CarouselItemElement.d.ts.map +1 -1
  101. package/Controls/Components/Selectors/Carousel/CarouselItemElement.js +26 -0
  102. package/Controls/Components/Selectors/Carousel/CarouselItemElement.js.map +1 -1
  103. package/Controls/Components/Selectors/Carousel/ICarouselElementProps.d.ts +42 -1
  104. package/Controls/Components/Selectors/Carousel/ICarouselElementProps.d.ts.map +1 -1
  105. package/Controls/Components/Selectors/Carousel/ICarouselItemElementProps.d.ts +15 -0
  106. package/Controls/Components/Selectors/Carousel/ICarouselItemElementProps.d.ts.map +1 -1
  107. package/Controls/Components/Selectors/List/Themes/ListItemElement.Cosmopolitan.d.ts.map +1 -1
  108. package/Controls/Components/Selectors/List/Themes/ListItemElement.Cosmopolitan.js +4 -1
  109. package/Controls/Components/Selectors/List/Themes/ListItemElement.Cosmopolitan.js.map +1 -1
  110. package/Controls/Components/Selectors/List/Themes/ListItemElement.Joy.d.ts.map +1 -1
  111. package/Controls/Components/Selectors/List/Themes/ListItemElement.Joy.js +5 -2
  112. package/Controls/Components/Selectors/List/Themes/ListItemElement.Joy.js.map +1 -1
  113. package/Controls/Components/Selectors/List/Themes/ListItemElement.Memphis.d.ts.map +1 -1
  114. package/Controls/Components/Selectors/List/Themes/ListItemElement.Memphis.js +4 -1
  115. package/Controls/Components/Selectors/List/Themes/ListItemElement.Memphis.js.map +1 -1
  116. package/Controls/Components/Selectors/Menu/MenuElementTemplate.d.ts.map +1 -1
  117. package/Controls/Components/Selectors/Menu/MenuElementTemplate.js +1 -2
  118. package/Controls/Components/Selectors/Menu/MenuElementTemplate.js.map +1 -1
  119. package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.d.ts.map +1 -1
  120. package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.js +19 -28
  121. package/Controls/Components/Selectors/Menu/MenuItemElementTemplate.js.map +1 -1
  122. package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.d.ts.map +1 -1
  123. package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.js +6 -10
  124. package/Controls/Components/Selectors/Menu/MenuItemGroupElementTemplate.js.map +1 -1
  125. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Cosmopolitan.d.ts.map +1 -1
  126. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Cosmopolitan.js +2 -0
  127. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Cosmopolitan.js.map +1 -1
  128. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Joy.d.ts.map +1 -1
  129. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Joy.js +2 -0
  130. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Joy.js.map +1 -1
  131. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Memphis.d.ts.map +1 -1
  132. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Memphis.js +2 -0
  133. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Memphis.js.map +1 -1
  134. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.d.ts.map +1 -1
  135. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.js +8 -2
  136. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Cosmopolitan.js.map +1 -1
  137. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.d.ts.map +1 -1
  138. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.js +8 -2
  139. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Joy.js.map +1 -1
  140. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Memphis.d.ts.map +1 -1
  141. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Memphis.js +8 -2
  142. package/Controls/Components/Selectors/Menu/Themes/MenuItemElement.Memphis.js.map +1 -1
  143. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Cosmopolitan.d.ts.map +1 -1
  144. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Cosmopolitan.js +5 -0
  145. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Cosmopolitan.js.map +1 -1
  146. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.d.ts.map +1 -1
  147. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.js +5 -0
  148. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Joy.js.map +1 -1
  149. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Memphis.d.ts.map +1 -1
  150. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Memphis.js +5 -0
  151. package/Controls/Components/Selectors/Menu/Themes/MenuItemGroupElement.Memphis.js.map +1 -1
  152. package/Controls/Components/Shell/AppElement.d.ts +3 -0
  153. package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
  154. package/Controls/Components/Shell/AppElement.js +3 -0
  155. package/Controls/Components/Shell/AppElement.js.map +1 -1
  156. package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
  157. package/Controls/Components/Shell/AppElementTemplate.js +8 -3
  158. package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
  159. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
  160. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +13 -0
  161. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
  162. package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
  163. package/Controls/Components/Shell/Themes/AppElement.Joy.js +13 -0
  164. package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
  165. package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
  166. package/Controls/Components/Shell/Themes/AppElement.Memphis.js +13 -0
  167. package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
  168. package/Controls/Controllers/AutoplayController.d.ts +138 -0
  169. package/Controls/Controllers/AutoplayController.d.ts.map +1 -0
  170. package/Controls/Controllers/AutoplayController.js +173 -0
  171. package/Controls/Controllers/AutoplayController.js.map +1 -0
  172. package/Controls/Controllers/PausableTimeoutController.d.ts +91 -0
  173. package/Controls/Controllers/PausableTimeoutController.d.ts.map +1 -0
  174. package/Controls/Controllers/PausableTimeoutController.js +138 -0
  175. package/Controls/Controllers/PausableTimeoutController.js.map +1 -0
  176. package/Controls/Types/CalendarMarkerHandler.d.ts +1 -1
  177. package/Controls/Types/CalendarMarkerHandler.d.ts.map +1 -1
  178. package/Index.d.ts +2 -0
  179. package/Index.d.ts.map +1 -1
  180. package/Index.js +1 -0
  181. package/Index.js.map +1 -1
  182. package/Routing/PathToRegexp.d.ts +1 -1
  183. package/custom-elements.json +1058 -270
  184. package/package.json +3 -3
@@ -39048,6 +39048,28 @@
39048
39048
  "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39049
39049
  }
39050
39050
  },
39051
+ {
39052
+ "kind": "field",
39053
+ "name": "allowedViews",
39054
+ "privacy": "public",
39055
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.\nAccepts a single `CalendarView` value or an array of values.",
39056
+ "type": "CalendarView | CalendarView[]",
39057
+ "inheritedFrom": {
39058
+ "name": "ICalendarElementProps",
39059
+ "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39060
+ }
39061
+ },
39062
+ {
39063
+ "kind": "field",
39064
+ "name": "showNavigation",
39065
+ "privacy": "public",
39066
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
39067
+ "type": "boolean",
39068
+ "inheritedFrom": {
39069
+ "name": "ICalendarElementProps",
39070
+ "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39071
+ }
39072
+ },
39051
39073
  {
39052
39074
  "kind": "field",
39053
39075
  "name": "themeName",
@@ -39695,6 +39717,26 @@
39695
39717
  "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39696
39718
  }
39697
39719
  },
39720
+ {
39721
+ "name": "allowedViews",
39722
+ "fieldName": "allowedViews",
39723
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.\nAccepts a single `CalendarView` value or an array of values.",
39724
+ "type": "CalendarView | CalendarView[]",
39725
+ "inheritedFrom": {
39726
+ "name": "ICalendarElementProps",
39727
+ "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39728
+ }
39729
+ },
39730
+ {
39731
+ "name": "showNavigation",
39732
+ "fieldName": "showNavigation",
39733
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
39734
+ "type": "boolean",
39735
+ "inheritedFrom": {
39736
+ "name": "ICalendarElementProps",
39737
+ "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarElementProps.ts"
39738
+ }
39739
+ },
39698
39740
  {
39699
39741
  "name": "appearance",
39700
39742
  "fieldName": "appearance",
@@ -40576,7 +40618,7 @@
40576
40618
  "name": "markers",
40577
40619
  "privacy": "public",
40578
40620
  "description": "Gets or sets the `markers` property.",
40579
- "type": "Partial<IDotElementProps>[]",
40621
+ "type": "Partial<IDotElementProps>[] | undefined",
40580
40622
  "inheritedFrom": {
40581
40623
  "name": "ICalendarItemElementProps",
40582
40624
  "module": "./../src/Controls/Components/Inputs/Calendar/ICalendarItemElementProps.ts"
@@ -41322,6 +41364,10 @@
41322
41364
  "name": "marker",
41323
41365
  "description": "Individual event or date marker dots"
41324
41366
  },
41367
+ {
41368
+ "name": "markers",
41369
+ "description": "The markers part."
41370
+ },
41325
41371
  {
41326
41372
  "name": "ripple",
41327
41373
  "description": "The ripple part."
@@ -41953,6 +41999,13 @@
41953
41999
  "description": "Gets or sets the `intl` property.",
41954
42000
  "type": "CalendarElementIntl | null"
41955
42001
  },
42002
+ {
42003
+ "kind": "field",
42004
+ "name": "allowedViews",
42005
+ "privacy": "public",
42006
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.",
42007
+ "type": "CalendarView[]"
42008
+ },
41956
42009
  {
41957
42010
  "kind": "field",
41958
42011
  "name": "valueChanged",
@@ -42425,6 +42478,17 @@
42425
42478
  "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
42426
42479
  }
42427
42480
  },
42481
+ {
42482
+ "kind": "field",
42483
+ "name": "allowedViews",
42484
+ "privacy": "public",
42485
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.",
42486
+ "type": "CalendarView[]",
42487
+ "inheritedFrom": {
42488
+ "name": "CalendarViewBaseElement",
42489
+ "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
42490
+ }
42491
+ },
42428
42492
  {
42429
42493
  "kind": "field",
42430
42494
  "name": "valueChanged",
@@ -43244,6 +43308,17 @@
43244
43308
  "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
43245
43309
  }
43246
43310
  },
43311
+ {
43312
+ "kind": "field",
43313
+ "name": "allowedViews",
43314
+ "privacy": "public",
43315
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.",
43316
+ "type": "CalendarView[]",
43317
+ "inheritedFrom": {
43318
+ "name": "CalendarViewBaseElement",
43319
+ "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
43320
+ }
43321
+ },
43247
43322
  {
43248
43323
  "kind": "field",
43249
43324
  "name": "valueChanged",
@@ -43977,6 +44052,17 @@
43977
44052
  "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
43978
44053
  }
43979
44054
  },
44055
+ {
44056
+ "kind": "field",
44057
+ "name": "allowedViews",
44058
+ "privacy": "public",
44059
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.",
44060
+ "type": "CalendarView[]",
44061
+ "inheritedFrom": {
44062
+ "name": "CalendarViewBaseElement",
44063
+ "module": "./../src/Controls/Components/Inputs/Calendar/Views/Abstracts/CalendarViewBase.ts"
44064
+ }
44065
+ },
43980
44066
  {
43981
44067
  "kind": "field",
43982
44068
  "name": "valueChanged",
@@ -52241,6 +52327,20 @@
52241
52327
  "description": "Gets or sets the `view` property.",
52242
52328
  "type": "CalendarView"
52243
52329
  },
52330
+ {
52331
+ "kind": "field",
52332
+ "name": "allowedViews",
52333
+ "privacy": "public",
52334
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.\nAccepts a single `CalendarView` value or an array of values.",
52335
+ "type": "CalendarView | CalendarView[]"
52336
+ },
52337
+ {
52338
+ "kind": "field",
52339
+ "name": "showNavigation",
52340
+ "privacy": "public",
52341
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
52342
+ "type": "boolean"
52343
+ },
52244
52344
  {
52245
52345
  "kind": "field",
52246
52346
  "name": "selectionMode",
@@ -53126,6 +53226,12 @@
53126
53226
  "description": "Gets or sets the `view` property.",
53127
53227
  "type": "CalendarView"
53128
53228
  },
53229
+ {
53230
+ "name": "showNavigation",
53231
+ "fieldName": "showNavigation",
53232
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
53233
+ "type": "boolean"
53234
+ },
53129
53235
  {
53130
53236
  "name": "selectionMode",
53131
53237
  "fieldName": "selectionMode",
@@ -53904,6 +54010,20 @@
53904
54010
  "description": "Gets or sets the `view` property.",
53905
54011
  "type": "CalendarView"
53906
54012
  },
54013
+ {
54014
+ "kind": "field",
54015
+ "name": "allowedViews",
54016
+ "privacy": "public",
54017
+ "description": "Gets or sets the `allowedViews` property.\nDefines which views the user is allowed to navigate to.\nAccepts a single `CalendarView` value or an array of values.",
54018
+ "type": "CalendarView | CalendarView[]"
54019
+ },
54020
+ {
54021
+ "kind": "field",
54022
+ "name": "showNavigation",
54023
+ "privacy": "public",
54024
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
54025
+ "type": "boolean"
54026
+ },
53907
54027
  {
53908
54028
  "kind": "field",
53909
54029
  "name": "blackoutDates",
@@ -54882,6 +55002,12 @@
54882
55002
  "description": "Gets or sets the `view` property.",
54883
55003
  "type": "CalendarView"
54884
55004
  },
55005
+ {
55006
+ "name": "showNavigation",
55007
+ "fieldName": "showNavigation",
55008
+ "description": "Gets or sets the `showNavigation` property.\nControls whether the navigation buttons (previous, today, next) are displayed.",
55009
+ "type": "boolean"
55010
+ },
54885
55011
  {
54886
55012
  "name": "blackoutDates",
54887
55013
  "fieldName": "blackoutDates",
@@ -159547,7 +159673,588 @@
159547
159673
  }
159548
159674
  }
159549
159675
  ],
159550
- "tagName": "mosaik-box",
159676
+ "tagName": "mosaik-box",
159677
+ "events": [
159678
+ {
159679
+ "description": "Emitted when the element is connected to the DOM",
159680
+ "name": "connected",
159681
+ "inheritedFrom": {
159682
+ "name": "CustomElement",
159683
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159684
+ },
159685
+ "type": "Event"
159686
+ },
159687
+ {
159688
+ "description": "Emitted when the element is disconnected from the DOM",
159689
+ "name": "disconnected",
159690
+ "inheritedFrom": {
159691
+ "name": "CustomElement",
159692
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159693
+ },
159694
+ "type": "Event"
159695
+ },
159696
+ {
159697
+ "description": "Emitted when any attribute changes before update",
159698
+ "name": "changed",
159699
+ "inheritedFrom": {
159700
+ "name": "CustomElement",
159701
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159702
+ },
159703
+ "type": "Event"
159704
+ }
159705
+ ],
159706
+ "slots": [
159707
+ {
159708
+ "description": "Default slot for child elements.",
159709
+ "name": ""
159710
+ },
159711
+ {
159712
+ "description": "Slot for dismiss button.",
159713
+ "name": "dismiss"
159714
+ },
159715
+ {
159716
+ "description": "Custom styles injection slot for shadow DOM styling escape hatch",
159717
+ "name": "style",
159718
+ "inheritedFrom": {
159719
+ "name": "CustomElement",
159720
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159721
+ }
159722
+ }
159723
+ ],
159724
+ "attributes": [
159725
+ {
159726
+ "name": "highlighted",
159727
+ "fieldName": "highlighted",
159728
+ "description": "Gets or sets the `highlighted` property.",
159729
+ "type": "boolean",
159730
+ "inheritedFrom": {
159731
+ "name": "IBoxElementProps",
159732
+ "module": "./../src/Controls/Components/Primitives/Box/IBoxElementProps.ts"
159733
+ }
159734
+ },
159735
+ {
159736
+ "name": "cornered",
159737
+ "fieldName": "cornered",
159738
+ "description": "Gets or sets the `cornered` property.",
159739
+ "type": "boolean",
159740
+ "inheritedFrom": {
159741
+ "name": "IBoxElementProps",
159742
+ "module": "./../src/Controls/Components/Primitives/Box/IBoxElementProps.ts"
159743
+ }
159744
+ },
159745
+ {
159746
+ "name": "fit",
159747
+ "fieldName": "fit",
159748
+ "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
159749
+ "type": "Fit",
159750
+ "inheritedFrom": {
159751
+ "name": "Fitable",
159752
+ "module": "./../src/Controls/Behaviors/Fitable.ts"
159753
+ }
159754
+ },
159755
+ {
159756
+ "name": "width",
159757
+ "fieldName": "width",
159758
+ "description": "Gets or sets the `width` property.\nThe default value is `auto`, which means the width is determined by the content.",
159759
+ "type": "CssLength",
159760
+ "inheritedFrom": {
159761
+ "name": "Dimensionable",
159762
+ "module": "./../src/Controls/Behaviors/Dimensionable.ts"
159763
+ }
159764
+ },
159765
+ {
159766
+ "name": "height",
159767
+ "fieldName": "height",
159768
+ "description": "Gets or sets the `height` property.\nThe default value is `auto`, which means the height is determined by the content.",
159769
+ "type": "CssLength",
159770
+ "inheritedFrom": {
159771
+ "name": "Dimensionable",
159772
+ "module": "./../src/Controls/Behaviors/Dimensionable.ts"
159773
+ }
159774
+ },
159775
+ {
159776
+ "name": "inset",
159777
+ "fieldName": "inset",
159778
+ "description": "Gets or sets the inset value.\nAppears as dom class property.\n\nPossible values are:\n* `top` - applies an inset to the top of the element\n* `right` - applies an inset to the right of the element\n* `bottom` - applies an inset to the bottom of the element\n* `left` - applies an inset to the left of the element\n* `vertical` - applies an inset to both the top and bottom of the element\n* `horizontal` - applies an inset to both the left and right of the element\n* `all` - applies an inset to all sides of the element\n* `none` (default) - no inset is applied\n\nThe default value is `none`, which means no inset is applied.",
159779
+ "type": "Inset | Inset[] | null",
159780
+ "inheritedFrom": {
159781
+ "name": "Insetable",
159782
+ "module": "./../src/Controls/Behaviors/Insetable.ts"
159783
+ }
159784
+ },
159785
+ {
159786
+ "name": "dir",
159787
+ "fieldName": "dir",
159788
+ "description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
159789
+ "type": "FlowDirection",
159790
+ "inheritedFrom": {
159791
+ "name": "CustomElement",
159792
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159793
+ }
159794
+ },
159795
+ {
159796
+ "name": "lang",
159797
+ "fieldName": "lang",
159798
+ "description": "The lang property indicates the language of the element's content.",
159799
+ "type": "string",
159800
+ "inheritedFrom": {
159801
+ "name": "CustomElement",
159802
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159803
+ }
159804
+ }
159805
+ ],
159806
+ "cssProperties": [
159807
+ {
159808
+ "name": "--box-background-color",
159809
+ "description": "The background color CSS custom property.",
159810
+ "type": "String"
159811
+ },
159812
+ {
159813
+ "name": "--box-border-color",
159814
+ "description": "The border color CSS custom property.",
159815
+ "type": "String"
159816
+ },
159817
+ {
159818
+ "name": "--box-border-radius",
159819
+ "description": "The border radius CSS custom property.",
159820
+ "type": "String"
159821
+ },
159822
+ {
159823
+ "name": "--box-border-style",
159824
+ "description": "The border style CSS custom property.",
159825
+ "type": "String"
159826
+ },
159827
+ {
159828
+ "name": "--box-border-width",
159829
+ "description": "The border width CSS custom property.",
159830
+ "type": "String"
159831
+ },
159832
+ {
159833
+ "name": "--box-font-family",
159834
+ "description": "The font family CSS custom property.",
159835
+ "type": "String"
159836
+ },
159837
+ {
159838
+ "name": "--box-font-letter-spacing",
159839
+ "description": "The font letter spacing CSS custom property.",
159840
+ "type": "String"
159841
+ },
159842
+ {
159843
+ "name": "--box-font-line-height",
159844
+ "description": "The font line height CSS custom property.",
159845
+ "type": "String"
159846
+ },
159847
+ {
159848
+ "name": "--box-font-size",
159849
+ "description": "The font size CSS custom property.",
159850
+ "type": "String"
159851
+ },
159852
+ {
159853
+ "name": "--box-font-text-decoration",
159854
+ "description": "The font text decoration CSS custom property.",
159855
+ "type": "String"
159856
+ },
159857
+ {
159858
+ "name": "--box-font-text-transform",
159859
+ "description": "The font text transform CSS custom property.",
159860
+ "type": "String"
159861
+ },
159862
+ {
159863
+ "name": "--box-font-weight",
159864
+ "description": "The font weight CSS custom property.",
159865
+ "type": "String"
159866
+ },
159867
+ {
159868
+ "name": "--box-foreground-color",
159869
+ "description": "The foreground color CSS custom property.",
159870
+ "type": "String"
159871
+ },
159872
+ {
159873
+ "name": "--box-gap",
159874
+ "description": "The gap CSS custom property.",
159875
+ "type": "String"
159876
+ },
159877
+ {
159878
+ "name": "--box-height",
159879
+ "description": "The height CSS custom property.",
159880
+ "type": "String"
159881
+ },
159882
+ {
159883
+ "name": "--box-padding-bottom",
159884
+ "description": "The padding bottom CSS custom property.",
159885
+ "type": "String"
159886
+ },
159887
+ {
159888
+ "name": "--box-padding-left",
159889
+ "description": "The padding left CSS custom property.",
159890
+ "type": "String"
159891
+ },
159892
+ {
159893
+ "name": "--box-padding-right",
159894
+ "description": "The padding right CSS custom property.",
159895
+ "type": "String"
159896
+ },
159897
+ {
159898
+ "name": "--box-padding-top",
159899
+ "description": "The padding top CSS custom property.",
159900
+ "type": "String"
159901
+ },
159902
+ {
159903
+ "name": "--box-shadow",
159904
+ "description": "The shadow CSS custom property.",
159905
+ "type": "String"
159906
+ },
159907
+ {
159908
+ "name": "--box-shadow-blur",
159909
+ "description": "The shadow blur CSS custom property.",
159910
+ "type": "String"
159911
+ },
159912
+ {
159913
+ "name": "--box-shadow-color",
159914
+ "description": "The shadow color CSS custom property.",
159915
+ "type": "String"
159916
+ },
159917
+ {
159918
+ "name": "--box-shadow-offset-x",
159919
+ "description": "The shadow offset x CSS custom property.",
159920
+ "type": "String"
159921
+ },
159922
+ {
159923
+ "name": "--box-shadow-offset-y",
159924
+ "description": "The shadow offset y CSS custom property.",
159925
+ "type": "String"
159926
+ },
159927
+ {
159928
+ "name": "--box-shadow-spread",
159929
+ "description": "The shadow spread CSS custom property.",
159930
+ "type": "String"
159931
+ },
159932
+ {
159933
+ "name": "--box-transition-duration",
159934
+ "description": "The transition duration CSS custom property.",
159935
+ "type": "String"
159936
+ },
159937
+ {
159938
+ "name": "--box-transition-mode",
159939
+ "description": "The transition mode CSS custom property.",
159940
+ "type": "String"
159941
+ },
159942
+ {
159943
+ "name": "--box-transition-property",
159944
+ "description": "The transition property CSS custom property.",
159945
+ "type": "String"
159946
+ },
159947
+ {
159948
+ "name": "--box-translate",
159949
+ "description": "The translate CSS custom property.",
159950
+ "type": "String"
159951
+ },
159952
+ {
159953
+ "name": "--box-width",
159954
+ "description": "The width CSS custom property.",
159955
+ "type": "String"
159956
+ }
159957
+ ],
159958
+ "cssParts": [
159959
+ {
159960
+ "name": "dismiss",
159961
+ "description": "The dismiss part."
159962
+ }
159963
+ ]
159964
+ }
159965
+ ]
159966
+ },
159967
+ {
159968
+ "path": "./../src/Controls/Components/Primitives/Checkmark/CheckmarkElement.ts",
159969
+ "exports": [
159970
+ {
159971
+ "kind": "definition",
159972
+ "name": "mosaik-checkmark",
159973
+ "declaration": {
159974
+ "name": "CheckmarkElement",
159975
+ "module": "./../src/Controls/Components/Primitives/Checkmark/CheckmarkElement.ts"
159976
+ }
159977
+ },
159978
+ {
159979
+ "kind": "class",
159980
+ "superclass": {
159981
+ "name": "CustomElement",
159982
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
159983
+ },
159984
+ "mixins": [
159985
+ {
159986
+ "name": "Themeable",
159987
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
159988
+ },
159989
+ {
159990
+ "name": "Disableable",
159991
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
159992
+ },
159993
+ {
159994
+ "name": "Variantable",
159995
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
159996
+ },
159997
+ {
159998
+ "name": "Appearanceable",
159999
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
160000
+ }
160001
+ ],
160002
+ "description": "Checkmark - A visual indicator for selection states in checkboxes, radio buttons, and list items.",
160003
+ "name": "CheckmarkElement",
160004
+ "members": [
160005
+ {
160006
+ "kind": "field",
160007
+ "name": "checked",
160008
+ "privacy": "public",
160009
+ "description": "Gets or sets the `checked` property.",
160010
+ "type": "boolean | null",
160011
+ "inheritedFrom": {
160012
+ "name": "ICheckmarkElementProps",
160013
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160014
+ }
160015
+ },
160016
+ {
160017
+ "kind": "field",
160018
+ "name": "type",
160019
+ "privacy": "public",
160020
+ "description": "Gets or sets the `type` property.",
160021
+ "type": "CheckType | null",
160022
+ "inheritedFrom": {
160023
+ "name": "ICheckmarkElementProps",
160024
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160025
+ }
160026
+ },
160027
+ {
160028
+ "kind": "field",
160029
+ "name": "isThreeState",
160030
+ "privacy": "public",
160031
+ "description": "Gets or sets the `isThreeState` property.",
160032
+ "type": "boolean",
160033
+ "inheritedFrom": {
160034
+ "name": "ICheckmarkElementProps",
160035
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160036
+ }
160037
+ },
160038
+ {
160039
+ "kind": "field",
160040
+ "name": "themeName",
160041
+ "privacy": "public",
160042
+ "description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
160043
+ "type": "string",
160044
+ "inheritedFrom": {
160045
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
160046
+ }
160047
+ },
160048
+ {
160049
+ "kind": "field",
160050
+ "name": "disabled",
160051
+ "privacy": "public",
160052
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
160053
+ "type": "boolean",
160054
+ "inheritedFrom": {
160055
+ "name": "Disableable",
160056
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
160057
+ }
160058
+ },
160059
+ {
160060
+ "kind": "field",
160061
+ "name": "variant",
160062
+ "privacy": "public",
160063
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
160064
+ "type": "Variant",
160065
+ "inheritedFrom": {
160066
+ "name": "Variantable",
160067
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
160068
+ }
160069
+ },
160070
+ {
160071
+ "kind": "field",
160072
+ "name": "appearance",
160073
+ "privacy": "public",
160074
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
160075
+ "type": "Appearance",
160076
+ "inheritedFrom": {
160077
+ "name": "Appearanceable",
160078
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
160079
+ }
160080
+ },
160081
+ {
160082
+ "kind": "field",
160083
+ "name": "dir",
160084
+ "privacy": "public",
160085
+ "description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
160086
+ "type": "FlowDirection",
160087
+ "inheritedFrom": {
160088
+ "name": "CustomElement",
160089
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160090
+ }
160091
+ },
160092
+ {
160093
+ "kind": "field",
160094
+ "name": "lang",
160095
+ "privacy": "public",
160096
+ "description": "The lang property indicates the language of the element's content.",
160097
+ "type": "string",
160098
+ "inheritedFrom": {
160099
+ "name": "CustomElement",
160100
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160101
+ }
160102
+ },
160103
+ {
160104
+ "kind": "field",
160105
+ "name": "connected",
160106
+ "privacy": "public",
160107
+ "description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
160108
+ "type": "IEventEmitter<void>",
160109
+ "inheritedFrom": {
160110
+ "name": "CustomElement",
160111
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160112
+ }
160113
+ },
160114
+ {
160115
+ "kind": "field",
160116
+ "name": "disconnected",
160117
+ "privacy": "public",
160118
+ "description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
160119
+ "type": "IEventEmitter<void>",
160120
+ "inheritedFrom": {
160121
+ "name": "CustomElement",
160122
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160123
+ }
160124
+ },
160125
+ {
160126
+ "kind": "field",
160127
+ "name": "changed",
160128
+ "privacy": "public",
160129
+ "description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
160130
+ "type": "IEventEmitter<IPropertyChangedEventDetail>",
160131
+ "inheritedFrom": {
160132
+ "name": "CustomElement",
160133
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160134
+ }
160135
+ },
160136
+ {
160137
+ "kind": "method",
160138
+ "name": "adoptStyle",
160139
+ "privacy": "public",
160140
+ "type": "(styles: CSSResultGroup): void",
160141
+ "description": "Adopts the specified styles.",
160142
+ "parameters": [
160143
+ {
160144
+ "name": "styles",
160145
+ "type": "CSSResultGroup",
160146
+ "description": "The styles to adopt."
160147
+ }
160148
+ ],
160149
+ "return": {
160150
+ "type": "void"
160151
+ },
160152
+ "inheritedFrom": {
160153
+ "name": "CustomElement",
160154
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160155
+ }
160156
+ },
160157
+ {
160158
+ "kind": "method",
160159
+ "name": "on",
160160
+ "privacy": "public",
160161
+ "type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
160162
+ "description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
160163
+ "parameters": [
160164
+ {
160165
+ "name": "event",
160166
+ "type": "TEvent"
160167
+ },
160168
+ {
160169
+ "name": "listener",
160170
+ "type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
160171
+ },
160172
+ {
160173
+ "name": "options",
160174
+ "type": "boolean | AddEventListenerOptions"
160175
+ }
160176
+ ],
160177
+ "return": {
160178
+ "type": "IEventListenerSubscription"
160179
+ },
160180
+ "inheritedFrom": {
160181
+ "name": "CustomElement",
160182
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160183
+ }
160184
+ },
160185
+ {
160186
+ "kind": "method",
160187
+ "name": "off",
160188
+ "privacy": "public",
160189
+ "type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
160190
+ "description": "Removes an event listener.",
160191
+ "parameters": [
160192
+ {
160193
+ "name": "subscription",
160194
+ "type": "IEventListenerSubscription"
160195
+ }
160196
+ ],
160197
+ "return": {
160198
+ "type": "void"
160199
+ },
160200
+ "inheritedFrom": {
160201
+ "name": "CustomElement",
160202
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160203
+ }
160204
+ },
160205
+ {
160206
+ "kind": "method",
160207
+ "name": "emit",
160208
+ "privacy": "public",
160209
+ "type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
160210
+ "description": "Emits a custom event with more convenient defaults.",
160211
+ "parameters": [
160212
+ {
160213
+ "name": "event",
160214
+ "type": "TEvent"
160215
+ },
160216
+ {
160217
+ "name": "eventInitDict",
160218
+ "type": "CustomEventInit<TDetail>"
160219
+ }
160220
+ ],
160221
+ "return": {
160222
+ "type": "boolean"
160223
+ },
160224
+ "inheritedFrom": {
160225
+ "name": "CustomElement",
160226
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160227
+ }
160228
+ },
160229
+ {
160230
+ "kind": "method",
160231
+ "name": "requestUpdate",
160232
+ "privacy": "public",
160233
+ "type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
160234
+ "parameters": [
160235
+ {
160236
+ "name": "name",
160237
+ "type": "keyof this"
160238
+ },
160239
+ {
160240
+ "name": "oldValue",
160241
+ "type": "unknown"
160242
+ },
160243
+ {
160244
+ "name": "options",
160245
+ "type": "PropertyDeclaration<unknown, unknown>"
160246
+ }
160247
+ ],
160248
+ "return": {
160249
+ "type": "void"
160250
+ },
160251
+ "inheritedFrom": {
160252
+ "name": "CustomElement",
160253
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160254
+ }
160255
+ }
160256
+ ],
160257
+ "tagName": "mosaik-checkmark",
159551
160258
  "events": [
159552
160259
  {
159553
160260
  "description": "Emitted when the element is connected to the DOM",
@@ -159578,14 +160285,6 @@
159578
160285
  }
159579
160286
  ],
159580
160287
  "slots": [
159581
- {
159582
- "description": "Default slot for child elements.",
159583
- "name": ""
159584
- },
159585
- {
159586
- "description": "Slot for dismiss button.",
159587
- "name": "dismiss"
159588
- },
159589
160288
  {
159590
160289
  "description": "Custom styles injection slot for shadow DOM styling escape hatch",
159591
160290
  "name": "style",
@@ -159597,63 +160296,63 @@
159597
160296
  ],
159598
160297
  "attributes": [
159599
160298
  {
159600
- "name": "highlighted",
159601
- "fieldName": "highlighted",
159602
- "description": "Gets or sets the `highlighted` property.",
159603
- "type": "boolean",
160299
+ "name": "checked",
160300
+ "fieldName": "checked",
160301
+ "description": "Gets or sets the `checked` property.",
160302
+ "type": "boolean | null",
159604
160303
  "inheritedFrom": {
159605
- "name": "IBoxElementProps",
159606
- "module": "./../src/Controls/Components/Primitives/Box/IBoxElementProps.ts"
160304
+ "name": "ICheckmarkElementProps",
160305
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
159607
160306
  }
159608
160307
  },
159609
160308
  {
159610
- "name": "cornered",
159611
- "fieldName": "cornered",
159612
- "description": "Gets or sets the `cornered` property.",
159613
- "type": "boolean",
160309
+ "name": "type",
160310
+ "fieldName": "type",
160311
+ "description": "Gets or sets the `type` property.",
160312
+ "type": "CheckType | null",
159614
160313
  "inheritedFrom": {
159615
- "name": "IBoxElementProps",
159616
- "module": "./../src/Controls/Components/Primitives/Box/IBoxElementProps.ts"
160314
+ "name": "ICheckmarkElementProps",
160315
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
159617
160316
  }
159618
160317
  },
159619
160318
  {
159620
- "name": "fit",
159621
- "fieldName": "fit",
159622
- "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
159623
- "type": "Fit",
160319
+ "name": "isThreeState",
160320
+ "fieldName": "isThreeState",
160321
+ "description": "Gets or sets the `isThreeState` property.",
160322
+ "type": "boolean",
159624
160323
  "inheritedFrom": {
159625
- "name": "Fitable",
159626
- "module": "./../src/Controls/Behaviors/Fitable.ts"
160324
+ "name": "ICheckmarkElementProps",
160325
+ "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
159627
160326
  }
159628
160327
  },
159629
160328
  {
159630
- "name": "width",
159631
- "fieldName": "width",
159632
- "description": "Gets or sets the `width` property.\nThe default value is `auto`, which means the width is determined by the content.",
159633
- "type": "CssLength",
160329
+ "name": "disabled",
160330
+ "fieldName": "disabled",
160331
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
160332
+ "type": "boolean",
159634
160333
  "inheritedFrom": {
159635
- "name": "Dimensionable",
159636
- "module": "./../src/Controls/Behaviors/Dimensionable.ts"
160334
+ "name": "Disableable",
160335
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
159637
160336
  }
159638
160337
  },
159639
160338
  {
159640
- "name": "height",
159641
- "fieldName": "height",
159642
- "description": "Gets or sets the `height` property.\nThe default value is `auto`, which means the height is determined by the content.",
159643
- "type": "CssLength",
160339
+ "name": "variant",
160340
+ "fieldName": "variant",
160341
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
160342
+ "type": "Variant",
159644
160343
  "inheritedFrom": {
159645
- "name": "Dimensionable",
159646
- "module": "./../src/Controls/Behaviors/Dimensionable.ts"
160344
+ "name": "Variantable",
160345
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
159647
160346
  }
159648
160347
  },
159649
160348
  {
159650
- "name": "inset",
159651
- "fieldName": "inset",
159652
- "description": "Gets or sets the inset value.\nAppears as dom class property.\n\nPossible values are:\n* `top` - applies an inset to the top of the element\n* `right` - applies an inset to the right of the element\n* `bottom` - applies an inset to the bottom of the element\n* `left` - applies an inset to the left of the element\n* `vertical` - applies an inset to both the top and bottom of the element\n* `horizontal` - applies an inset to both the left and right of the element\n* `all` - applies an inset to all sides of the element\n* `none` (default) - no inset is applied\n\nThe default value is `none`, which means no inset is applied.",
159653
- "type": "Inset | Inset[] | null",
160349
+ "name": "appearance",
160350
+ "fieldName": "appearance",
160351
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
160352
+ "type": "Appearance",
159654
160353
  "inheritedFrom": {
159655
- "name": "Insetable",
159656
- "module": "./../src/Controls/Behaviors/Insetable.ts"
160354
+ "name": "Appearanceable",
160355
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
159657
160356
  }
159658
160357
  },
159659
160358
  {
@@ -159679,174 +160378,184 @@
159679
160378
  ],
159680
160379
  "cssProperties": [
159681
160380
  {
159682
- "name": "--box-background-color",
159683
- "description": "The background color CSS custom property.",
160381
+ "name": "--checkmark-background-color",
160382
+ "description": "Background color of the checkmark box",
159684
160383
  "type": "String"
159685
160384
  },
159686
160385
  {
159687
- "name": "--box-border-color",
159688
- "description": "The border color CSS custom property.",
160386
+ "name": "--checkmark-border-color",
160387
+ "description": "Border color of the checkmark outline",
159689
160388
  "type": "String"
159690
160389
  },
159691
160390
  {
159692
- "name": "--box-border-radius",
159693
- "description": "The border radius CSS custom property.",
160391
+ "name": "--checkmark-border-radius",
160392
+ "description": "Corner rounding radius",
159694
160393
  "type": "String"
159695
160394
  },
159696
160395
  {
159697
- "name": "--box-border-style",
159698
- "description": "The border style CSS custom property.",
160396
+ "name": "--checkmark-border-style",
160397
+ "description": "Border line style",
159699
160398
  "type": "String"
159700
160399
  },
159701
160400
  {
159702
- "name": "--box-border-width",
159703
- "description": "The border width CSS custom property.",
160401
+ "name": "--checkmark-border-width",
160402
+ "description": "Border thickness",
159704
160403
  "type": "String"
159705
160404
  },
159706
160405
  {
159707
- "name": "--box-font-family",
159708
- "description": "The font family CSS custom property.",
160406
+ "name": "--checkmark-box-size",
160407
+ "description": "Size of the checkmark box",
159709
160408
  "type": "String"
159710
160409
  },
159711
160410
  {
159712
- "name": "--box-font-letter-spacing",
159713
- "description": "The font letter spacing CSS custom property.",
160411
+ "name": "--checkmark-font-family",
160412
+ "description": "Font family for symbol rendering",
159714
160413
  "type": "String"
159715
160414
  },
159716
160415
  {
159717
- "name": "--box-font-line-height",
159718
- "description": "The font line height CSS custom property.",
160416
+ "name": "--checkmark-font-letter-spacing",
160417
+ "description": "Letter spacing for the checkmark symbol",
159719
160418
  "type": "String"
159720
160419
  },
159721
160420
  {
159722
- "name": "--box-font-size",
159723
- "description": "The font size CSS custom property.",
160421
+ "name": "--checkmark-font-line-height",
160422
+ "description": "Line height for the checkmark symbol",
159724
160423
  "type": "String"
159725
160424
  },
159726
160425
  {
159727
- "name": "--box-font-text-decoration",
159728
- "description": "The font text decoration CSS custom property.",
160426
+ "name": "--checkmark-font-size",
160427
+ "description": "Font size for the checkmark symbol",
159729
160428
  "type": "String"
159730
160429
  },
159731
160430
  {
159732
- "name": "--box-font-text-transform",
159733
- "description": "The font text transform CSS custom property.",
160431
+ "name": "--checkmark-font-text-decoration",
160432
+ "description": "Text decoration style",
159734
160433
  "type": "String"
159735
160434
  },
159736
160435
  {
159737
- "name": "--box-font-weight",
159738
- "description": "The font weight CSS custom property.",
160436
+ "name": "--checkmark-font-text-transform",
160437
+ "description": "Text transformation style",
159739
160438
  "type": "String"
159740
160439
  },
159741
160440
  {
159742
- "name": "--box-foreground-color",
159743
- "description": "The foreground color CSS custom property.",
160441
+ "name": "--checkmark-font-weight",
160442
+ "description": "Font weight for the checkmark symbol",
159744
160443
  "type": "String"
159745
160444
  },
159746
160445
  {
159747
- "name": "--box-gap",
159748
- "description": "The gap CSS custom property.",
160446
+ "name": "--checkmark-foreground-color",
160447
+ "description": "Color of the checkmark symbol",
159749
160448
  "type": "String"
159750
160449
  },
159751
160450
  {
159752
- "name": "--box-height",
159753
- "description": "The height CSS custom property.",
160451
+ "name": "--checkmark-gap",
160452
+ "description": "Internal spacing within the checkmark",
159754
160453
  "type": "String"
159755
160454
  },
159756
160455
  {
159757
- "name": "--box-padding-bottom",
159758
- "description": "The padding bottom CSS custom property.",
160456
+ "name": "--checkmark-height",
160457
+ "description": "Height of the checkmark element",
159759
160458
  "type": "String"
159760
160459
  },
159761
160460
  {
159762
- "name": "--box-padding-left",
159763
- "description": "The padding left CSS custom property.",
160461
+ "name": "--checkmark-padding-bottom",
160462
+ "description": "Bottom padding inside the checkmark",
159764
160463
  "type": "String"
159765
160464
  },
159766
160465
  {
159767
- "name": "--box-padding-right",
159768
- "description": "The padding right CSS custom property.",
160466
+ "name": "--checkmark-padding-left",
160467
+ "description": "Left padding inside the checkmark",
159769
160468
  "type": "String"
159770
160469
  },
159771
160470
  {
159772
- "name": "--box-padding-top",
159773
- "description": "The padding top CSS custom property.",
160471
+ "name": "--checkmark-padding-right",
160472
+ "description": "Right padding inside the checkmark",
159774
160473
  "type": "String"
159775
160474
  },
159776
160475
  {
159777
- "name": "--box-shadow",
159778
- "description": "The shadow CSS custom property.",
160476
+ "name": "--checkmark-padding-top",
160477
+ "description": "Top padding inside the checkmark",
159779
160478
  "type": "String"
159780
160479
  },
159781
160480
  {
159782
- "name": "--box-shadow-blur",
160481
+ "name": "--checkmark-shadow",
160482
+ "description": "Drop shadow or elevation effect",
160483
+ "type": "String"
160484
+ },
160485
+ {
160486
+ "name": "--checkmark-shadow-blur",
159783
160487
  "description": "The shadow blur CSS custom property.",
159784
160488
  "type": "String"
159785
160489
  },
159786
160490
  {
159787
- "name": "--box-shadow-color",
160491
+ "name": "--checkmark-shadow-color",
159788
160492
  "description": "The shadow color CSS custom property.",
159789
160493
  "type": "String"
159790
160494
  },
159791
160495
  {
159792
- "name": "--box-shadow-offset-x",
160496
+ "name": "--checkmark-shadow-offset-x",
159793
160497
  "description": "The shadow offset x CSS custom property.",
159794
160498
  "type": "String"
159795
160499
  },
159796
160500
  {
159797
- "name": "--box-shadow-offset-y",
160501
+ "name": "--checkmark-shadow-offset-y",
159798
160502
  "description": "The shadow offset y CSS custom property.",
159799
160503
  "type": "String"
159800
160504
  },
159801
160505
  {
159802
- "name": "--box-shadow-spread",
160506
+ "name": "--checkmark-shadow-spread",
159803
160507
  "description": "The shadow spread CSS custom property.",
159804
160508
  "type": "String"
159805
160509
  },
159806
160510
  {
159807
- "name": "--box-transition-duration",
159808
- "description": "The transition duration CSS custom property.",
160511
+ "name": "--checkmark-thickness",
160512
+ "description": "Stroke thickness for the checkmark symbol",
159809
160513
  "type": "String"
159810
160514
  },
159811
160515
  {
159812
- "name": "--box-transition-mode",
159813
- "description": "The transition mode CSS custom property.",
160516
+ "name": "--checkmark-transition-duration",
160517
+ "description": "Duration of state transitions",
159814
160518
  "type": "String"
159815
160519
  },
159816
160520
  {
159817
- "name": "--box-transition-property",
159818
- "description": "The transition property CSS custom property.",
160521
+ "name": "--checkmark-transition-mode",
160522
+ "description": "Timing function for transitions",
159819
160523
  "type": "String"
159820
160524
  },
159821
160525
  {
159822
- "name": "--box-translate",
159823
- "description": "The translate CSS custom property.",
160526
+ "name": "--checkmark-transition-property",
160527
+ "description": "CSS properties to transition",
159824
160528
  "type": "String"
159825
160529
  },
159826
160530
  {
159827
- "name": "--box-width",
159828
- "description": "The width CSS custom property.",
160531
+ "name": "--checkmark-translate",
160532
+ "description": "Transform translation value",
160533
+ "type": "String"
160534
+ },
160535
+ {
160536
+ "name": "--checkmark-width",
160537
+ "description": "Width of the checkmark element",
159829
160538
  "type": "String"
159830
160539
  }
159831
160540
  ],
159832
160541
  "cssParts": [
159833
160542
  {
159834
- "name": "dismiss",
159835
- "description": "The dismiss part."
160543
+ "name": "checkmark",
160544
+ "description": "The main checkmark indicator element"
159836
160545
  }
159837
160546
  ]
159838
160547
  }
159839
160548
  ]
159840
160549
  },
159841
160550
  {
159842
- "path": "./../src/Controls/Components/Primitives/Checkmark/CheckmarkElement.ts",
160551
+ "path": "./../src/Controls/Components/Primitives/Clickable/ClickableElement.ts",
159843
160552
  "exports": [
159844
160553
  {
159845
160554
  "kind": "definition",
159846
- "name": "mosaik-checkmark",
160555
+ "name": "mosaik-clickable",
159847
160556
  "declaration": {
159848
- "name": "CheckmarkElement",
159849
- "module": "./../src/Controls/Components/Primitives/Checkmark/CheckmarkElement.ts"
160557
+ "name": "ClickableElement",
160558
+ "module": "./../src/Controls/Components/Primitives/Clickable/ClickableElement.ts"
159850
160559
  }
159851
160560
  },
159852
160561
  {
@@ -159860,74 +160569,67 @@
159860
160569
  "name": "Themeable",
159861
160570
  "module": "./../src/Controls/Behaviors/Themeable.ts"
159862
160571
  },
160572
+ {
160573
+ "name": "Rippleable",
160574
+ "module": "./../src/Controls/Behaviors/Rippleable.ts"
160575
+ },
159863
160576
  {
159864
160577
  "name": "Disableable",
159865
160578
  "module": "./../src/Controls/Behaviors/Disableable.ts"
159866
160579
  },
159867
160580
  {
159868
- "name": "Variantable",
159869
- "module": "./../src/Controls/Behaviors/Variantable.ts"
160581
+ "name": "Focusable",
160582
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
159870
160583
  },
159871
160584
  {
159872
- "name": "Appearanceable",
159873
- "module": "./../src/Controls/Behaviors/Appearanceable.ts"
160585
+ "name": "Variantable",
160586
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
159874
160587
  }
159875
160588
  ],
159876
- "description": "Checkmark - A visual indicator for selection states in checkboxes, radio buttons, and list items.",
159877
- "name": "CheckmarkElement",
160589
+ "description": "Clickable - A layout-free interactive primitive that provides hover, ripple,\nfocus-ring, and disabled visual effects.",
160590
+ "name": "ClickableElement",
159878
160591
  "members": [
159879
160592
  {
159880
160593
  "kind": "field",
159881
- "name": "checked",
159882
- "privacy": "public",
159883
- "description": "Gets or sets the `checked` property.",
159884
- "type": "boolean | null",
159885
- "inheritedFrom": {
159886
- "name": "ICheckmarkElementProps",
159887
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
159888
- }
159889
- },
159890
- {
159891
- "kind": "field",
159892
- "name": "type",
160594
+ "name": "themeName",
159893
160595
  "privacy": "public",
159894
- "description": "Gets or sets the `type` property.",
159895
- "type": "CheckType | null",
160596
+ "description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
160597
+ "type": "string",
159896
160598
  "inheritedFrom": {
159897
- "name": "ICheckmarkElementProps",
159898
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160599
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
159899
160600
  }
159900
160601
  },
159901
160602
  {
159902
160603
  "kind": "field",
159903
- "name": "isThreeState",
160604
+ "name": "ripple",
159904
160605
  "privacy": "public",
159905
- "description": "Gets or sets the `isThreeState` property.",
160606
+ "description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
159906
160607
  "type": "boolean",
159907
160608
  "inheritedFrom": {
159908
- "name": "ICheckmarkElementProps",
159909
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160609
+ "name": "Rippleable",
160610
+ "module": "./../src/Controls/Behaviors/Rippleable.ts"
159910
160611
  }
159911
160612
  },
159912
160613
  {
159913
160614
  "kind": "field",
159914
- "name": "themeName",
160615
+ "name": "disabled",
159915
160616
  "privacy": "public",
159916
- "description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
159917
- "type": "string",
160617
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
160618
+ "type": "boolean",
159918
160619
  "inheritedFrom": {
159919
- "module": "./../src/Controls/Behaviors/Themeable.ts"
160620
+ "name": "Disableable",
160621
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
159920
160622
  }
159921
160623
  },
159922
160624
  {
159923
160625
  "kind": "field",
159924
- "name": "disabled",
160626
+ "name": "isFocused",
159925
160627
  "privacy": "public",
159926
- "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
160628
+ "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
159927
160629
  "type": "boolean",
159928
160630
  "inheritedFrom": {
159929
- "name": "Disableable",
159930
- "module": "./../src/Controls/Behaviors/Disableable.ts"
160631
+ "name": "Focusable",
160632
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
159931
160633
  }
159932
160634
  },
159933
160635
  {
@@ -159941,17 +160643,6 @@
159941
160643
  "module": "./../src/Controls/Behaviors/Variantable.ts"
159942
160644
  }
159943
160645
  },
159944
- {
159945
- "kind": "field",
159946
- "name": "appearance",
159947
- "privacy": "public",
159948
- "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
159949
- "type": "Appearance",
159950
- "inheritedFrom": {
159951
- "name": "Appearanceable",
159952
- "module": "./../src/Controls/Behaviors/Appearanceable.ts"
159953
- }
159954
- },
159955
160646
  {
159956
160647
  "kind": "field",
159957
160648
  "name": "dir",
@@ -160007,6 +160698,21 @@
160007
160698
  "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
160008
160699
  }
160009
160700
  },
160701
+ {
160702
+ "kind": "method",
160703
+ "name": "hasVisibleFocusInTree",
160704
+ "privacy": "public",
160705
+ "type": "(): boolean",
160706
+ "description": "Returns a value indicating whether the element has visible focus in the tree.",
160707
+ "parameters": [],
160708
+ "return": {
160709
+ "type": "boolean"
160710
+ },
160711
+ "inheritedFrom": {
160712
+ "name": "Focusable",
160713
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
160714
+ }
160715
+ },
160010
160716
  {
160011
160717
  "kind": "method",
160012
160718
  "name": "adoptStyle",
@@ -160128,7 +160834,7 @@
160128
160834
  }
160129
160835
  }
160130
160836
  ],
160131
- "tagName": "mosaik-checkmark",
160837
+ "tagName": "mosaik-clickable",
160132
160838
  "events": [
160133
160839
  {
160134
160840
  "description": "Emitted when the element is connected to the DOM",
@@ -160159,6 +160865,10 @@
160159
160865
  }
160160
160866
  ],
160161
160867
  "slots": [
160868
+ {
160869
+ "description": "Default slot for child content.",
160870
+ "name": ""
160871
+ },
160162
160872
  {
160163
160873
  "description": "Custom styles injection slot for shadow DOM styling escape hatch",
160164
160874
  "name": "style",
@@ -160170,33 +160880,13 @@
160170
160880
  ],
160171
160881
  "attributes": [
160172
160882
  {
160173
- "name": "checked",
160174
- "fieldName": "checked",
160175
- "description": "Gets or sets the `checked` property.",
160176
- "type": "boolean | null",
160177
- "inheritedFrom": {
160178
- "name": "ICheckmarkElementProps",
160179
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160180
- }
160181
- },
160182
- {
160183
- "name": "type",
160184
- "fieldName": "type",
160185
- "description": "Gets or sets the `type` property.",
160186
- "type": "CheckType | null",
160187
- "inheritedFrom": {
160188
- "name": "ICheckmarkElementProps",
160189
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160190
- }
160191
- },
160192
- {
160193
- "name": "isThreeState",
160194
- "fieldName": "isThreeState",
160195
- "description": "Gets or sets the `isThreeState` property.",
160883
+ "name": "ripple",
160884
+ "fieldName": "ripple",
160885
+ "description": "Gets or sets the `ripple` property.\nWhen set to `false`, the ripple effect is disabled for the element.\nThe default value is `true`, which means the ripple effect is enabled.",
160196
160886
  "type": "boolean",
160197
160887
  "inheritedFrom": {
160198
- "name": "ICheckmarkElementProps",
160199
- "module": "./../src/Controls/Components/Primitives/Checkmark/ICheckmarkElementProps.ts"
160888
+ "name": "Rippleable",
160889
+ "module": "./../src/Controls/Behaviors/Rippleable.ts"
160200
160890
  }
160201
160891
  },
160202
160892
  {
@@ -160209,6 +160899,16 @@
160209
160899
  "module": "./../src/Controls/Behaviors/Disableable.ts"
160210
160900
  }
160211
160901
  },
160902
+ {
160903
+ "name": "is-focused",
160904
+ "fieldName": "isFocused",
160905
+ "description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
160906
+ "type": "boolean",
160907
+ "inheritedFrom": {
160908
+ "name": "Focusable",
160909
+ "module": "./../src/Controls/Behaviors/Focusable.ts"
160910
+ }
160911
+ },
160212
160912
  {
160213
160913
  "name": "variant",
160214
160914
  "fieldName": "variant",
@@ -160219,16 +160919,6 @@
160219
160919
  "module": "./../src/Controls/Behaviors/Variantable.ts"
160220
160920
  }
160221
160921
  },
160222
- {
160223
- "name": "appearance",
160224
- "fieldName": "appearance",
160225
- "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
160226
- "type": "Appearance",
160227
- "inheritedFrom": {
160228
- "name": "Appearanceable",
160229
- "module": "./../src/Controls/Behaviors/Appearanceable.ts"
160230
- }
160231
- },
160232
160922
  {
160233
160923
  "name": "dir",
160234
160924
  "fieldName": "dir",
@@ -160252,170 +160942,149 @@
160252
160942
  ],
160253
160943
  "cssProperties": [
160254
160944
  {
160255
- "name": "--checkmark-background-color",
160256
- "description": "Background color of the checkmark box",
160257
- "type": "String"
160258
- },
160259
- {
160260
- "name": "--checkmark-border-color",
160261
- "description": "Border color of the checkmark outline",
160262
- "type": "String"
160263
- },
160264
- {
160265
- "name": "--checkmark-border-radius",
160266
- "description": "Corner rounding radius",
160267
- "type": "String"
160268
- },
160269
- {
160270
- "name": "--checkmark-border-style",
160271
- "description": "Border line style",
160272
- "type": "String"
160273
- },
160274
- {
160275
- "name": "--checkmark-border-width",
160276
- "description": "Border thickness",
160277
- "type": "String"
160278
- },
160279
- {
160280
- "name": "--checkmark-box-size",
160281
- "description": "Size of the checkmark box",
160945
+ "name": "--clickable-background-color",
160946
+ "description": "The background color CSS custom property.",
160282
160947
  "type": "String"
160283
160948
  },
160284
160949
  {
160285
- "name": "--checkmark-font-family",
160286
- "description": "Font family for symbol rendering",
160950
+ "name": "--clickable-border-color",
160951
+ "description": "The border color CSS custom property.",
160287
160952
  "type": "String"
160288
160953
  },
160289
160954
  {
160290
- "name": "--checkmark-font-letter-spacing",
160291
- "description": "Letter spacing for the checkmark symbol",
160955
+ "name": "--clickable-border-radius",
160956
+ "description": "The border radius CSS custom property.",
160292
160957
  "type": "String"
160293
160958
  },
160294
160959
  {
160295
- "name": "--checkmark-font-line-height",
160296
- "description": "Line height for the checkmark symbol",
160960
+ "name": "--clickable-border-style",
160961
+ "description": "The border style CSS custom property.",
160297
160962
  "type": "String"
160298
160963
  },
160299
160964
  {
160300
- "name": "--checkmark-font-size",
160301
- "description": "Font size for the checkmark symbol",
160965
+ "name": "--clickable-border-width",
160966
+ "description": "The border width CSS custom property.",
160302
160967
  "type": "String"
160303
160968
  },
160304
160969
  {
160305
- "name": "--checkmark-font-text-decoration",
160306
- "description": "Text decoration style",
160970
+ "name": "--clickable-focus-ring-active-width",
160971
+ "description": "The focus ring active width CSS custom property.",
160307
160972
  "type": "String"
160308
160973
  },
160309
160974
  {
160310
- "name": "--checkmark-font-text-transform",
160311
- "description": "Text transformation style",
160975
+ "name": "--clickable-focus-ring-color",
160976
+ "description": "The focus ring color CSS custom property.",
160312
160977
  "type": "String"
160313
160978
  },
160314
160979
  {
160315
- "name": "--checkmark-font-weight",
160316
- "description": "Font weight for the checkmark symbol",
160980
+ "name": "--clickable-focus-ring-inward-offset",
160981
+ "description": "The focus ring inward offset CSS custom property.",
160317
160982
  "type": "String"
160318
160983
  },
160319
160984
  {
160320
- "name": "--checkmark-foreground-color",
160321
- "description": "Color of the checkmark symbol",
160985
+ "name": "--clickable-focus-ring-outward-offset",
160986
+ "description": "The focus ring outward offset CSS custom property.",
160322
160987
  "type": "String"
160323
160988
  },
160324
160989
  {
160325
- "name": "--checkmark-gap",
160326
- "description": "Internal spacing within the checkmark",
160990
+ "name": "--clickable-font-family",
160991
+ "description": "The font family CSS custom property.",
160327
160992
  "type": "String"
160328
160993
  },
160329
160994
  {
160330
- "name": "--checkmark-height",
160331
- "description": "Height of the checkmark element",
160995
+ "name": "--clickable-font-letter-spacing",
160996
+ "description": "The font letter spacing CSS custom property.",
160332
160997
  "type": "String"
160333
160998
  },
160334
160999
  {
160335
- "name": "--checkmark-padding-bottom",
160336
- "description": "Bottom padding inside the checkmark",
161000
+ "name": "--clickable-font-line-height",
161001
+ "description": "The font line height CSS custom property.",
160337
161002
  "type": "String"
160338
161003
  },
160339
161004
  {
160340
- "name": "--checkmark-padding-left",
160341
- "description": "Left padding inside the checkmark",
161005
+ "name": "--clickable-font-size",
161006
+ "description": "The font size CSS custom property.",
160342
161007
  "type": "String"
160343
161008
  },
160344
161009
  {
160345
- "name": "--checkmark-padding-right",
160346
- "description": "Right padding inside the checkmark",
161010
+ "name": "--clickable-font-text-decoration",
161011
+ "description": "The font text decoration CSS custom property.",
160347
161012
  "type": "String"
160348
161013
  },
160349
161014
  {
160350
- "name": "--checkmark-padding-top",
160351
- "description": "Top padding inside the checkmark",
161015
+ "name": "--clickable-font-text-transform",
161016
+ "description": "The font text transform CSS custom property.",
160352
161017
  "type": "String"
160353
161018
  },
160354
161019
  {
160355
- "name": "--checkmark-shadow",
160356
- "description": "Drop shadow or elevation effect",
161020
+ "name": "--clickable-font-weight",
161021
+ "description": "The font weight CSS custom property.",
160357
161022
  "type": "String"
160358
161023
  },
160359
161024
  {
160360
- "name": "--checkmark-shadow-blur",
160361
- "description": "The shadow blur CSS custom property.",
161025
+ "name": "--clickable-gap",
161026
+ "description": "The gap CSS custom property.",
160362
161027
  "type": "String"
160363
161028
  },
160364
161029
  {
160365
- "name": "--checkmark-shadow-color",
160366
- "description": "The shadow color CSS custom property.",
161030
+ "name": "--clickable-padding-bottom",
161031
+ "description": "The padding bottom CSS custom property.",
160367
161032
  "type": "String"
160368
161033
  },
160369
161034
  {
160370
- "name": "--checkmark-shadow-offset-x",
160371
- "description": "The shadow offset x CSS custom property.",
161035
+ "name": "--clickable-padding-left",
161036
+ "description": "The padding left CSS custom property.",
160372
161037
  "type": "String"
160373
161038
  },
160374
161039
  {
160375
- "name": "--checkmark-shadow-offset-y",
160376
- "description": "The shadow offset y CSS custom property.",
161040
+ "name": "--clickable-padding-right",
161041
+ "description": "The padding right CSS custom property.",
160377
161042
  "type": "String"
160378
161043
  },
160379
161044
  {
160380
- "name": "--checkmark-shadow-spread",
160381
- "description": "The shadow spread CSS custom property.",
161045
+ "name": "--clickable-padding-top",
161046
+ "description": "The padding top CSS custom property.",
160382
161047
  "type": "String"
160383
161048
  },
160384
161049
  {
160385
- "name": "--checkmark-thickness",
160386
- "description": "Stroke thickness for the checkmark symbol",
160387
- "type": "String"
161050
+ "name": "--clickable-ripple-color",
161051
+ "description": "The ripple color CSS custom property.",
161052
+ "type": "Color"
160388
161053
  },
160389
161054
  {
160390
- "name": "--checkmark-transition-duration",
160391
- "description": "Duration of state transitions",
161055
+ "name": "--clickable-ripple-duration",
161056
+ "description": "The ripple duration CSS custom property.",
160392
161057
  "type": "String"
160393
161058
  },
160394
161059
  {
160395
- "name": "--checkmark-transition-mode",
160396
- "description": "Timing function for transitions",
161060
+ "name": "--clickable-transition-duration",
161061
+ "description": "The transition duration CSS custom property.",
160397
161062
  "type": "String"
160398
161063
  },
160399
161064
  {
160400
- "name": "--checkmark-transition-property",
160401
- "description": "CSS properties to transition",
161065
+ "name": "--clickable-transition-mode",
161066
+ "description": "The transition mode CSS custom property.",
160402
161067
  "type": "String"
160403
161068
  },
160404
161069
  {
160405
- "name": "--checkmark-translate",
160406
- "description": "Transform translation value",
161070
+ "name": "--clickable-transition-property",
161071
+ "description": "The transition property CSS custom property.",
160407
161072
  "type": "String"
160408
161073
  },
160409
161074
  {
160410
- "name": "--checkmark-width",
160411
- "description": "Width of the checkmark element",
161075
+ "name": "--clickable-translate",
161076
+ "description": "The translate CSS custom property.",
160412
161077
  "type": "String"
160413
161078
  }
160414
161079
  ],
160415
161080
  "cssParts": [
160416
161081
  {
160417
- "name": "checkmark",
160418
- "description": "The main checkmark indicator element"
161082
+ "name": "focusRing",
161083
+ "description": "The focus ring part."
161084
+ },
161085
+ {
161086
+ "name": "ripple",
161087
+ "description": "The ripple part."
160419
161088
  }
160420
161089
  ]
160421
161090
  }
@@ -201520,6 +202189,28 @@
201520
202189
  "description": "Gets or sets the `hasNext` property.",
201521
202190
  "type": "boolean"
201522
202191
  },
202192
+ {
202193
+ "kind": "field",
202194
+ "name": "autoplay",
202195
+ "privacy": "public",
202196
+ "description": "Gets or sets the `autoplay` property.\nEnables or disables automatic carousel cycling.",
202197
+ "type": "boolean",
202198
+ "inheritedFrom": {
202199
+ "name": "ICarouselElementProps",
202200
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselElementProps.ts"
202201
+ }
202202
+ },
202203
+ {
202204
+ "kind": "field",
202205
+ "name": "timeout",
202206
+ "privacy": "public",
202207
+ "description": "Gets or sets the `timeout` property.\nThe timeout in milliseconds between automatic carousel item transitions.",
202208
+ "type": "number",
202209
+ "inheritedFrom": {
202210
+ "name": "ICarouselElementProps",
202211
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselElementProps.ts"
202212
+ }
202213
+ },
201523
202214
  {
201524
202215
  "kind": "field",
201525
202216
  "name": "showNavigation",
@@ -201706,6 +202397,50 @@
201706
202397
  "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
201707
202398
  }
201708
202399
  },
202400
+ {
202401
+ "kind": "method",
202402
+ "name": "start",
202403
+ "privacy": "public",
202404
+ "type": "(): void",
202405
+ "description": "Starts autoplay.",
202406
+ "parameters": [],
202407
+ "return": {
202408
+ "type": "void"
202409
+ }
202410
+ },
202411
+ {
202412
+ "kind": "method",
202413
+ "name": "stop",
202414
+ "privacy": "public",
202415
+ "type": "(): void",
202416
+ "description": "Stops autoplay.",
202417
+ "parameters": [],
202418
+ "return": {
202419
+ "type": "void"
202420
+ }
202421
+ },
202422
+ {
202423
+ "kind": "method",
202424
+ "name": "pause",
202425
+ "privacy": "public",
202426
+ "type": "(): void",
202427
+ "description": "Pauses autoplay.",
202428
+ "parameters": [],
202429
+ "return": {
202430
+ "type": "void"
202431
+ }
202432
+ },
202433
+ {
202434
+ "kind": "method",
202435
+ "name": "resume",
202436
+ "privacy": "public",
202437
+ "type": "(): void",
202438
+ "description": "Resumes autoplay.",
202439
+ "parameters": [],
202440
+ "return": {
202441
+ "type": "void"
202442
+ }
202443
+ },
201709
202444
  {
201710
202445
  "kind": "method",
201711
202446
  "name": "select",
@@ -202002,6 +202737,26 @@
202002
202737
  "description": "Gets or sets the `hasNext` property.",
202003
202738
  "type": "boolean"
202004
202739
  },
202740
+ {
202741
+ "name": "autoplay",
202742
+ "fieldName": "autoplay",
202743
+ "description": "Gets or sets the `autoplay` property.\nEnables or disables automatic carousel cycling.",
202744
+ "type": "boolean",
202745
+ "inheritedFrom": {
202746
+ "name": "ICarouselElementProps",
202747
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselElementProps.ts"
202748
+ }
202749
+ },
202750
+ {
202751
+ "name": "timeout",
202752
+ "fieldName": "timeout",
202753
+ "description": "Gets or sets the `timeout` property.\nThe timeout in milliseconds between automatic carousel item transitions.",
202754
+ "type": "number",
202755
+ "inheritedFrom": {
202756
+ "name": "ICarouselElementProps",
202757
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselElementProps.ts"
202758
+ }
202759
+ },
202005
202760
  {
202006
202761
  "name": "showNavigation",
202007
202762
  "fieldName": "showNavigation",
@@ -202276,6 +203031,17 @@
202276
203031
  "description": "CarouselItem - An individual content slide within a carousel navigation component.\n\nRepresents a single content item that can be displayed within a carousel layout.\nContains content such as images, cards, text, or any other elements that need\nto be presented in the carousel's sliding presentation format.",
202277
203032
  "name": "CarouselItemElement",
202278
203033
  "members": [
203034
+ {
203035
+ "kind": "field",
203036
+ "name": "timeout",
203037
+ "privacy": "public",
203038
+ "description": "Gets or sets the `timeout` property.\nOptional override for the autoplay timeout duration specific to this item.\nIf set, this value takes precedence over the parent Carousel's `timeout` when advancing to the next item.\nWhen null (default), the parent Carousel's timeout is used.\nMust be greater than 0 if set.",
203039
+ "type": "number | null",
203040
+ "inheritedFrom": {
203041
+ "name": "ICarouselItemElementProps",
203042
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselItemElementProps.ts"
203043
+ }
203044
+ },
202279
203045
  {
202280
203046
  "kind": "field",
202281
203047
  "name": "isDismissed",
@@ -202686,6 +203452,16 @@
202686
203452
  }
202687
203453
  ],
202688
203454
  "attributes": [
203455
+ {
203456
+ "name": "timeout",
203457
+ "fieldName": "timeout",
203458
+ "description": "Gets or sets the `timeout` property.\nOptional override for the autoplay timeout duration specific to this item.\nIf set, this value takes precedence over the parent Carousel's `timeout` when advancing to the next item.\nWhen null (default), the parent Carousel's timeout is used.\nMust be greater than 0 if set.",
203459
+ "type": "number | null",
203460
+ "inheritedFrom": {
203461
+ "name": "ICarouselItemElementProps",
203462
+ "module": "./../src/Controls/Components/Selectors/Carousel/ICarouselItemElementProps.ts"
203463
+ }
203464
+ },
202689
203465
  {
202690
203466
  "name": "is-dismissed",
202691
203467
  "fieldName": "isDismissed",
@@ -234404,6 +235180,10 @@
234404
235180
  "description": "Navigation drawer content area for primary navigation links and menu items",
234405
235181
  "name": "nav"
234406
235182
  },
235183
+ {
235184
+ "description": "The rail slot.",
235185
+ "name": "rail"
235186
+ },
234407
235187
  {
234408
235188
  "description": "Custom styles injection slot for shadow DOM styling escape hatch",
234409
235189
  "name": "style",
@@ -234635,9 +235415,17 @@
234635
235415
  "name": "header",
234636
235416
  "description": "Application header section containing branding and navigation controls"
234637
235417
  },
235418
+ {
235419
+ "name": "main",
235420
+ "description": "The main part."
235421
+ },
234638
235422
  {
234639
235423
  "name": "nav",
234640
235424
  "description": "Navigation area within the drawer for menu items and links"
235425
+ },
235426
+ {
235427
+ "name": "rail",
235428
+ "description": "The rail part."
234641
235429
  }
234642
235430
  ]
234643
235431
  }