@sbb-esta/lyne-elements 4.3.1 → 4.5.0

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 (1057) hide show
  1. package/autocomplete/autocomplete-base-element.js +88 -64
  2. package/autocomplete/autocomplete.component.js +12 -12
  3. package/button/common.js +1 -1
  4. package/button/mini-button-group/mini-button-group.component.js +14 -14
  5. package/button.js +1 -1
  6. package/carousel/carousel/carousel.component.js +15 -15
  7. package/carousel/carousel-item/carousel-item.component.js +1 -1
  8. package/chip/chip/chip.component.js +36 -38
  9. package/chip/chip-group/chip-group.component.js +13 -17
  10. package/core/a11y/focus-trap-controller.js +10 -10
  11. package/core/datetime/date-adapter.js +51 -17
  12. package/core/datetime/native-date-adapter.js +61 -86
  13. package/core/datetime/temporal-date-adapter.js +139 -0
  14. package/core/datetime.js +15 -12
  15. package/core/styles/core/mediaqueries.scss +1 -1
  16. package/core/styles/core.scss +29 -1
  17. package/core/styles/mixins/image.scss +7 -1
  18. package/core/styles/mixins/table.scss +24 -19
  19. package/core.css +80 -0
  20. package/custom-elements.json +1750 -779
  21. package/datepicker/common.js +5 -3
  22. package/datepicker/datepicker-next-day/datepicker-next-day.component.js +13 -11
  23. package/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +12 -10
  24. package/datepicker/datepicker-toggle/datepicker-toggle.component.js +21 -19
  25. package/datepicker-button-Debzp_As.js +5 -0
  26. package/datepicker.js +6 -4
  27. package/development/autocomplete/autocomplete-base-element.d.ts +17 -3
  28. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  29. package/development/autocomplete/autocomplete-base-element.js +57 -12
  30. package/development/autocomplete/autocomplete.component.d.ts +0 -1
  31. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  32. package/development/autocomplete/autocomplete.component.js +9 -7
  33. package/development/button/common.js +1 -1
  34. package/development/button/mini-button-group/mini-button-group.component.js +10 -14
  35. package/development/button.js +1 -1
  36. package/development/carousel/carousel/carousel.component.js +3 -5
  37. package/development/carousel/carousel-item/carousel-item.component.js +5 -1
  38. package/development/chip/chip/chip.component.d.ts.map +1 -1
  39. package/development/chip/chip/chip.component.js +28 -48
  40. package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
  41. package/development/chip/chip-group/chip-group.component.js +22 -28
  42. package/development/core/a11y/focus-trap-controller.d.ts.map +1 -1
  43. package/development/core/a11y/focus-trap-controller.js +4 -6
  44. package/development/core/base-elements/action-base-element.js +1 -4
  45. package/development/core/controllers/inert-controller.js +1 -3
  46. package/development/core/controllers/overlay-position-controller.d.ts.map +1 -1
  47. package/development/core/controllers/overlay-position-controller.js +1 -20
  48. package/development/core/datetime/date-adapter.d.ts +11 -3
  49. package/development/core/datetime/date-adapter.d.ts.map +1 -1
  50. package/development/core/datetime/date-adapter.js +39 -1
  51. package/development/core/datetime/native-date-adapter.d.ts +1 -5
  52. package/development/core/datetime/native-date-adapter.d.ts.map +1 -1
  53. package/development/core/datetime/native-date-adapter.js +8 -39
  54. package/{core/datetime/native-date-adapter.d.ts → development/core/datetime/temporal-date-adapter.d.ts} +23 -28
  55. package/development/core/datetime/temporal-date-adapter.d.ts.map +1 -0
  56. package/development/core/datetime/temporal-date-adapter.js +144 -0
  57. package/development/core/datetime.d.ts +1 -0
  58. package/development/core/datetime.d.ts.map +1 -1
  59. package/development/core/datetime.js +5 -2
  60. package/development/core/decorators/id-reference.js +1 -5
  61. package/development/datepicker/common.d.ts.map +1 -1
  62. package/development/datepicker/common.js +4 -2
  63. package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts.map +1 -1
  64. package/development/datepicker/datepicker-next-day/datepicker-next-day.component.js +7 -8
  65. package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts.map +1 -1
  66. package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +7 -8
  67. package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +1 -1
  68. package/development/datepicker/datepicker-toggle/datepicker-toggle.component.js +7 -12
  69. package/development/datepicker-button-BDlxIp9r.js +9 -0
  70. package/development/datepicker.js +4 -2
  71. package/development/form-field/form-field/form-field.component.js +1 -4
  72. package/development/image/image.component.d.ts +0 -1
  73. package/development/image/image.component.d.ts.map +1 -1
  74. package/development/image/image.component.js +1 -15
  75. package/development/{mini-button-label-common-0DeEC1qs.js → mini-button-label-common-BaMSfSTe.js} +13 -63
  76. package/development/radio-button/common.js +1 -1
  77. package/development/radio-button/radio-button/radio-button.component.js +4 -3
  78. package/development/radio-button/radio-button-group/radio-button-group.component.d.ts.map +1 -1
  79. package/development/radio-button/radio-button-group/radio-button-group.component.js +1 -1
  80. package/development/{radio-button-common-B3kVD7QV.js → radio-button-common-4_yg7r8b.js} +3 -2
  81. package/development/radio-button.js +1 -1
  82. package/development/select/select.component.d.ts +1 -1
  83. package/development/select/select.component.d.ts.map +1 -1
  84. package/development/select/select.component.js +17 -8
  85. package/development/tabs/common.js +3 -2
  86. package/development/tabs/tab/tab.component.d.ts.map +1 -1
  87. package/development/tabs/tab/tab.component.js +2 -1
  88. package/development/tabs/tab-group/tab-group.component.d.ts +12 -7
  89. package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  90. package/development/tabs/tab-group/tab-group.component.js +48 -23
  91. package/development/tabs/tab-label/tab-label.component.js +1 -7
  92. package/development/tag/tag-group/tag-group.component.js +1 -3
  93. package/development/toggle/toggle/toggle.component.js +1 -4
  94. package/image/image.component.js +30 -36
  95. package/index.d.ts +155 -156
  96. package/index.js +155 -155
  97. package/mini-button-label-common-Dx9JhmQ6.js +11 -0
  98. package/off-brand-theme.css +114 -59
  99. package/package.json +19 -19
  100. package/radio-button/common.js +1 -1
  101. package/radio-button/radio-button/radio-button.component.js +10 -10
  102. package/{radio-button-common-1Yg7p8dc.js → radio-button-common-Bf2b18jm.js} +1 -1
  103. package/radio-button.js +1 -1
  104. package/safety-theme.css +114 -59
  105. package/select/select.component.js +20 -20
  106. package/standard-theme.css +114 -59
  107. package/table.css +26 -58
  108. package/tabs/common.js +1 -1
  109. package/tabs/tab/tab.component.js +4 -4
  110. package/tabs/tab-group/tab-group.component.js +67 -54
  111. package/accordion/accordion.component.d.ts +0 -38
  112. package/accordion/accordion.component.d.ts.map +0 -1
  113. package/accordion.d.ts +0 -5
  114. package/accordion.d.ts.map +0 -1
  115. package/action-group/action-group.component.d.ts +0 -46
  116. package/action-group/action-group.component.d.ts.map +0 -1
  117. package/action-group.d.ts +0 -5
  118. package/action-group.d.ts.map +0 -1
  119. package/alert/alert/alert.component.d.ts +0 -51
  120. package/alert/alert/alert.component.d.ts.map +0 -1
  121. package/alert/alert-group/alert-group.component.d.ts +0 -39
  122. package/alert/alert-group/alert-group.component.d.ts.map +0 -1
  123. package/alert/alert-group.d.ts +0 -5
  124. package/alert/alert-group.d.ts.map +0 -1
  125. package/alert/alert.d.ts +0 -5
  126. package/alert/alert.d.ts.map +0 -1
  127. package/alert.d.ts +0 -6
  128. package/alert.d.ts.map +0 -1
  129. package/autocomplete/autocomplete-base-element.d.ts +0 -123
  130. package/autocomplete/autocomplete-base-element.d.ts.map +0 -1
  131. package/autocomplete/autocomplete.component.d.ts +0 -31
  132. package/autocomplete/autocomplete.component.d.ts.map +0 -1
  133. package/autocomplete.d.ts +0 -6
  134. package/autocomplete.d.ts.map +0 -1
  135. package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -20
  136. package/breadcrumb/breadcrumb/breadcrumb.component.d.ts.map +0 -1
  137. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +0 -50
  138. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +0 -1
  139. package/breadcrumb/breadcrumb-group.d.ts +0 -5
  140. package/breadcrumb/breadcrumb-group.d.ts.map +0 -1
  141. package/breadcrumb/breadcrumb.d.ts +0 -5
  142. package/breadcrumb/breadcrumb.d.ts.map +0 -1
  143. package/breadcrumb.d.ts +0 -6
  144. package/breadcrumb.d.ts.map +0 -1
  145. package/button/accent-button/accent-button.component.d.ts +0 -20
  146. package/button/accent-button/accent-button.component.d.ts.map +0 -1
  147. package/button/accent-button-link/accent-button-link.component.d.ts +0 -20
  148. package/button/accent-button-link/accent-button-link.component.d.ts.map +0 -1
  149. package/button/accent-button-link.d.ts +0 -5
  150. package/button/accent-button-link.d.ts.map +0 -1
  151. package/button/accent-button-static/accent-button-static.component.d.ts +0 -20
  152. package/button/accent-button-static/accent-button-static.component.d.ts.map +0 -1
  153. package/button/accent-button-static.d.ts +0 -5
  154. package/button/accent-button-static.d.ts.map +0 -1
  155. package/button/accent-button.d.ts +0 -5
  156. package/button/accent-button.d.ts.map +0 -1
  157. package/button/button/button.component.d.ts +0 -20
  158. package/button/button/button.component.d.ts.map +0 -1
  159. package/button/button-link/button-link.component.d.ts +0 -20
  160. package/button/button-link/button-link.component.d.ts.map +0 -1
  161. package/button/button-link.d.ts +0 -5
  162. package/button/button-link.d.ts.map +0 -1
  163. package/button/button-static/button-static.component.d.ts +0 -20
  164. package/button/button-static/button-static.component.d.ts.map +0 -1
  165. package/button/button-static.d.ts +0 -5
  166. package/button/button-static.d.ts.map +0 -1
  167. package/button/button.d.ts +0 -5
  168. package/button/button.d.ts.map +0 -1
  169. package/button/common/button-common.d.ts +0 -11
  170. package/button/common/button-common.d.ts.map +0 -1
  171. package/button/common.d.ts +0 -5
  172. package/button/common.d.ts.map +0 -1
  173. package/button/mini-button/mini-button.component.d.ts +0 -21
  174. package/button/mini-button/mini-button.component.d.ts.map +0 -1
  175. package/button/mini-button-group/mini-button-group.component.d.ts +0 -31
  176. package/button/mini-button-group/mini-button-group.component.d.ts.map +0 -1
  177. package/button/mini-button-group.d.ts +0 -5
  178. package/button/mini-button-group.d.ts.map +0 -1
  179. package/button/mini-button-link/mini-button-link.component.d.ts +0 -21
  180. package/button/mini-button-link/mini-button-link.component.d.ts.map +0 -1
  181. package/button/mini-button-link.d.ts +0 -5
  182. package/button/mini-button-link.d.ts.map +0 -1
  183. package/button/mini-button.d.ts +0 -5
  184. package/button/mini-button.d.ts.map +0 -1
  185. package/button/secondary-button/secondary-button.component.d.ts +0 -20
  186. package/button/secondary-button/secondary-button.component.d.ts.map +0 -1
  187. package/button/secondary-button-link/secondary-button-link.component.d.ts +0 -20
  188. package/button/secondary-button-link/secondary-button-link.component.d.ts.map +0 -1
  189. package/button/secondary-button-link.d.ts +0 -5
  190. package/button/secondary-button-link.d.ts.map +0 -1
  191. package/button/secondary-button-static/secondary-button-static.component.d.ts +0 -20
  192. package/button/secondary-button-static/secondary-button-static.component.d.ts.map +0 -1
  193. package/button/secondary-button-static.d.ts +0 -5
  194. package/button/secondary-button-static.d.ts.map +0 -1
  195. package/button/secondary-button.d.ts +0 -5
  196. package/button/secondary-button.d.ts.map +0 -1
  197. package/button/transparent-button/transparent-button.component.d.ts +0 -20
  198. package/button/transparent-button/transparent-button.component.d.ts.map +0 -1
  199. package/button/transparent-button-link/transparent-button-link.component.d.ts +0 -20
  200. package/button/transparent-button-link/transparent-button-link.component.d.ts.map +0 -1
  201. package/button/transparent-button-link.d.ts +0 -5
  202. package/button/transparent-button-link.d.ts.map +0 -1
  203. package/button/transparent-button-static/transparent-button-static.component.d.ts +0 -20
  204. package/button/transparent-button-static/transparent-button-static.component.d.ts.map +0 -1
  205. package/button/transparent-button-static.d.ts +0 -5
  206. package/button/transparent-button-static.d.ts.map +0 -1
  207. package/button/transparent-button.d.ts +0 -5
  208. package/button/transparent-button.d.ts.map +0 -1
  209. package/button.d.ts +0 -20
  210. package/button.d.ts.map +0 -1
  211. package/calendar/calendar.component.d.ts +0 -310
  212. package/calendar/calendar.component.d.ts.map +0 -1
  213. package/calendar.d.ts +0 -5
  214. package/calendar.d.ts.map +0 -1
  215. package/card/card/card.component.d.ts +0 -22
  216. package/card/card/card.component.d.ts.map +0 -1
  217. package/card/card-badge/card-badge.component.d.ts +0 -23
  218. package/card/card-badge/card-badge.component.d.ts.map +0 -1
  219. package/card/card-badge.d.ts +0 -5
  220. package/card/card-badge.d.ts.map +0 -1
  221. package/card/card-button/card-button.component.d.ts +0 -18
  222. package/card/card-button/card-button.component.d.ts.map +0 -1
  223. package/card/card-button.d.ts +0 -5
  224. package/card/card-button.d.ts.map +0 -1
  225. package/card/card-link/card-link.component.d.ts +0 -18
  226. package/card/card-link/card-link.component.d.ts.map +0 -1
  227. package/card/card-link.d.ts +0 -5
  228. package/card/card-link.d.ts.map +0 -1
  229. package/card/card.d.ts +0 -5
  230. package/card/card.d.ts.map +0 -1
  231. package/card/common/card-action-common.d.ts +0 -8
  232. package/card/common/card-action-common.d.ts.map +0 -1
  233. package/card/common.d.ts +0 -5
  234. package/card/common.d.ts.map +0 -1
  235. package/card.d.ts +0 -9
  236. package/card.d.ts.map +0 -1
  237. package/carousel/carousel/carousel.component.d.ts +0 -34
  238. package/carousel/carousel/carousel.component.d.ts.map +0 -1
  239. package/carousel/carousel-item/carousel-item.component.d.ts +0 -29
  240. package/carousel/carousel-item/carousel-item.component.d.ts.map +0 -1
  241. package/carousel/carousel-item.d.ts +0 -5
  242. package/carousel/carousel-item.d.ts.map +0 -1
  243. package/carousel/carousel-list/carousel-list.component.d.ts +0 -35
  244. package/carousel/carousel-list/carousel-list.component.d.ts.map +0 -1
  245. package/carousel/carousel-list.d.ts +0 -5
  246. package/carousel/carousel-list.d.ts.map +0 -1
  247. package/carousel/carousel.d.ts +0 -5
  248. package/carousel/carousel.d.ts.map +0 -1
  249. package/carousel.d.ts +0 -7
  250. package/carousel.d.ts.map +0 -1
  251. package/checkbox/checkbox/checkbox.component.d.ts +0 -33
  252. package/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
  253. package/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -39
  254. package/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
  255. package/checkbox/checkbox-group.d.ts +0 -5
  256. package/checkbox/checkbox-group.d.ts.map +0 -1
  257. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts +0 -27
  258. package/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
  259. package/checkbox/checkbox-panel.d.ts +0 -5
  260. package/checkbox/checkbox-panel.d.ts.map +0 -1
  261. package/checkbox/checkbox.d.ts +0 -5
  262. package/checkbox/checkbox.d.ts.map +0 -1
  263. package/checkbox/common/checkbox-common.d.ts +0 -12
  264. package/checkbox/common/checkbox-common.d.ts.map +0 -1
  265. package/checkbox/common.d.ts +0 -5
  266. package/checkbox/common.d.ts.map +0 -1
  267. package/checkbox.d.ts +0 -8
  268. package/checkbox.d.ts.map +0 -1
  269. package/chip/chip/chip.component.d.ts +0 -30
  270. package/chip/chip/chip.component.d.ts.map +0 -1
  271. package/chip/chip-group/chip-group.component.d.ts +0 -102
  272. package/chip/chip-group/chip-group.component.d.ts.map +0 -1
  273. package/chip/chip-group.d.ts +0 -5
  274. package/chip/chip-group.d.ts.map +0 -1
  275. package/chip/chip.d.ts +0 -5
  276. package/chip/chip.d.ts.map +0 -1
  277. package/chip-label/chip-label.component.d.ts +0 -20
  278. package/chip-label/chip-label.component.d.ts.map +0 -1
  279. package/chip-label.d.ts +0 -5
  280. package/chip-label.d.ts.map +0 -1
  281. package/chip.d.ts +0 -6
  282. package/chip.d.ts.map +0 -1
  283. package/clock/clock.component.d.ts +0 -77
  284. package/clock/clock.component.d.ts.map +0 -1
  285. package/clock.d.ts +0 -5
  286. package/clock.d.ts.map +0 -1
  287. package/container/container/container.component.d.ts +0 -27
  288. package/container/container/container.component.d.ts.map +0 -1
  289. package/container/container.d.ts +0 -5
  290. package/container/container.d.ts.map +0 -1
  291. package/container/sticky-bar/sticky-bar.component.d.ts +0 -58
  292. package/container/sticky-bar/sticky-bar.component.d.ts.map +0 -1
  293. package/container/sticky-bar.d.ts +0 -5
  294. package/container/sticky-bar.d.ts.map +0 -1
  295. package/container.d.ts +0 -6
  296. package/container.d.ts.map +0 -1
  297. package/core/a11y/arrow-navigation.d.ts +0 -32
  298. package/core/a11y/arrow-navigation.d.ts.map +0 -1
  299. package/core/a11y/fake-event-detection.d.ts +0 -5
  300. package/core/a11y/fake-event-detection.d.ts.map +0 -1
  301. package/core/a11y/focus-trap-controller.d.ts +0 -35
  302. package/core/a11y/focus-trap-controller.d.ts.map +0 -1
  303. package/core/a11y/focus-visible-within-controller.d.ts +0 -11
  304. package/core/a11y/focus-visible-within-controller.d.ts.map +0 -1
  305. package/core/a11y/focus.d.ts +0 -2
  306. package/core/a11y/focus.d.ts.map +0 -1
  307. package/core/a11y/input-modality-detector.d.ts +0 -58
  308. package/core/a11y/input-modality-detector.d.ts.map +0 -1
  309. package/core/a11y/interactivity-checker.d.ts +0 -52
  310. package/core/a11y/interactivity-checker.d.ts.map +0 -1
  311. package/core/a11y/live-announcer.d.ts +0 -62
  312. package/core/a11y/live-announcer.d.ts.map +0 -1
  313. package/core/a11y.d.ts +0 -12
  314. package/core/a11y.d.ts.map +0 -1
  315. package/core/base-elements/action-base-element.d.ts +0 -15
  316. package/core/base-elements/action-base-element.d.ts.map +0 -1
  317. package/core/base-elements/button-base-element.d.ts +0 -66
  318. package/core/base-elements/button-base-element.d.ts.map +0 -1
  319. package/core/base-elements/link-base-element.d.ts +0 -34
  320. package/core/base-elements/link-base-element.d.ts.map +0 -1
  321. package/core/base-elements/open-close-base-element.d.ts +0 -41
  322. package/core/base-elements/open-close-base-element.d.ts.map +0 -1
  323. package/core/base-elements.d.ts +0 -8
  324. package/core/base-elements.d.ts.map +0 -1
  325. package/core/config/config.d.ts +0 -40
  326. package/core/config/config.d.ts.map +0 -1
  327. package/core/config.d.ts +0 -5
  328. package/core/config.d.ts.map +0 -1
  329. package/core/controllers/escapable-overlay-controller.d.ts +0 -14
  330. package/core/controllers/escapable-overlay-controller.d.ts.map +0 -1
  331. package/core/controllers/id-reference-controller.d.ts +0 -21
  332. package/core/controllers/id-reference-controller.d.ts.map +0 -1
  333. package/core/controllers/inert-controller.d.ts +0 -27
  334. package/core/controllers/inert-controller.d.ts.map +0 -1
  335. package/core/controllers/language-controller.d.ts +0 -32
  336. package/core/controllers/language-controller.d.ts.map +0 -1
  337. package/core/controllers/media-matchers-controller.d.ts +0 -65
  338. package/core/controllers/media-matchers-controller.d.ts.map +0 -1
  339. package/core/controllers/overlay-position-controller.d.ts +0 -61
  340. package/core/controllers/overlay-position-controller.d.ts.map +0 -1
  341. package/core/controllers/property-watcher-controller.d.ts +0 -16
  342. package/core/controllers/property-watcher-controller.d.ts.map +0 -1
  343. package/core/controllers/slot-state-controller.d.ts +0 -45
  344. package/core/controllers/slot-state-controller.d.ts.map +0 -1
  345. package/core/controllers.d.ts +0 -12
  346. package/core/controllers.d.ts.map +0 -1
  347. package/core/datetime/date-adapter.d.ts +0 -173
  348. package/core/datetime/date-adapter.d.ts.map +0 -1
  349. package/core/datetime/native-date-adapter.d.ts.map +0 -1
  350. package/core/datetime.d.ts +0 -6
  351. package/core/datetime.d.ts.map +0 -1
  352. package/core/decorators/base.d.ts +0 -14
  353. package/core/decorators/base.d.ts.map +0 -1
  354. package/core/decorators/force-type.d.ts +0 -8
  355. package/core/decorators/force-type.d.ts.map +0 -1
  356. package/core/decorators/get-override.d.ts +0 -7
  357. package/core/decorators/get-override.d.ts.map +0 -1
  358. package/core/decorators/handle-distinct-change.d.ts +0 -8
  359. package/core/decorators/handle-distinct-change.d.ts.map +0 -1
  360. package/core/decorators/host-attributes.d.ts +0 -21
  361. package/core/decorators/host-attributes.d.ts.map +0 -1
  362. package/core/decorators/id-reference.d.ts +0 -11
  363. package/core/decorators/id-reference.d.ts.map +0 -1
  364. package/core/decorators/omit-empty-converter.d.ts +0 -8
  365. package/core/decorators/omit-empty-converter.d.ts.map +0 -1
  366. package/core/decorators/plain-date.d.ts +0 -23
  367. package/core/decorators/plain-date.d.ts.map +0 -1
  368. package/core/decorators.d.ts +0 -11
  369. package/core/decorators.d.ts.map +0 -1
  370. package/core/dom/animation.d.ts +0 -2
  371. package/core/dom/animation.d.ts.map +0 -1
  372. package/core/dom/contains-pierce-shadow-dom.d.ts +0 -3
  373. package/core/dom/contains-pierce-shadow-dom.d.ts.map +0 -1
  374. package/core/dom/lean-context.d.ts +0 -5
  375. package/core/dom/lean-context.d.ts.map +0 -1
  376. package/core/dom/platform.d.ts +0 -28
  377. package/core/dom/platform.d.ts.map +0 -1
  378. package/core/dom/queue-dom-content-loaded.d.ts +0 -5
  379. package/core/dom/queue-dom-content-loaded.d.ts.map +0 -1
  380. package/core/dom/scroll.d.ts +0 -14
  381. package/core/dom/scroll.d.ts.map +0 -1
  382. package/core/dom/set-or-remove-attribute.d.ts +0 -8
  383. package/core/dom/set-or-remove-attribute.d.ts.map +0 -1
  384. package/core/dom.d.ts +0 -11
  385. package/core/dom.d.ts.map +0 -1
  386. package/core/eventing/composed-path-has-attribute.d.ts +0 -10
  387. package/core/eventing/composed-path-has-attribute.d.ts.map +0 -1
  388. package/core/eventing/event-target.d.ts +0 -3
  389. package/core/eventing/event-target.d.ts.map +0 -1
  390. package/core/eventing/form-element-handlers.d.ts +0 -6
  391. package/core/eventing/form-element-handlers.d.ts.map +0 -1
  392. package/core/eventing/forward-event.d.ts +0 -6
  393. package/core/eventing/forward-event.d.ts.map +0 -1
  394. package/core/eventing/is-event-prevented.d.ts +0 -3
  395. package/core/eventing/is-event-prevented.d.ts.map +0 -1
  396. package/core/eventing/throttle.d.ts +0 -2
  397. package/core/eventing/throttle.d.ts.map +0 -1
  398. package/core/eventing.d.ts +0 -10
  399. package/core/eventing.d.ts.map +0 -1
  400. package/core/i18n/i18n.d.ts +0 -103
  401. package/core/i18n/i18n.d.ts.map +0 -1
  402. package/core/i18n.d.ts +0 -5
  403. package/core/i18n.d.ts.map +0 -1
  404. package/core/images.d.ts +0 -7
  405. package/core/images.d.ts.map +0 -1
  406. package/core/interfaces/overlay-close-details.d.ts +0 -6
  407. package/core/interfaces/overlay-close-details.d.ts.map +0 -1
  408. package/core/interfaces/paginator-page.d.ts +0 -7
  409. package/core/interfaces/paginator-page.d.ts.map +0 -1
  410. package/core/interfaces/types.d.ts +0 -9
  411. package/core/interfaces/types.d.ts.map +0 -1
  412. package/core/interfaces.d.ts +0 -7
  413. package/core/interfaces.d.ts.map +0 -1
  414. package/core/mixins/animation-complete-mixin.d.ts +0 -13
  415. package/core/mixins/animation-complete-mixin.d.ts.map +0 -1
  416. package/core/mixins/constructor.d.ts +0 -8
  417. package/core/mixins/constructor.d.ts.map +0 -1
  418. package/core/mixins/disabled-mixin.d.ts +0 -20
  419. package/core/mixins/disabled-mixin.d.ts.map +0 -1
  420. package/core/mixins/element-internals-mixin.d.ts +0 -49
  421. package/core/mixins/element-internals-mixin.d.ts.map +0 -1
  422. package/core/mixins/form-associated-checkbox-mixin.d.ts +0 -20
  423. package/core/mixins/form-associated-checkbox-mixin.d.ts.map +0 -1
  424. package/core/mixins/form-associated-input-mixin.d.ts +0 -32
  425. package/core/mixins/form-associated-input-mixin.d.ts.map +0 -1
  426. package/core/mixins/form-associated-mixin.d.ts +0 -53
  427. package/core/mixins/form-associated-mixin.d.ts.map +0 -1
  428. package/core/mixins/form-associated-radio-button-mixin.d.ts +0 -28
  429. package/core/mixins/form-associated-radio-button-mixin.d.ts.map +0 -1
  430. package/core/mixins/hydration-mixin.d.ts +0 -23
  431. package/core/mixins/hydration-mixin.d.ts.map +0 -1
  432. package/core/mixins/named-slot-list-mixin.d.ts +0 -36
  433. package/core/mixins/named-slot-list-mixin.d.ts.map +0 -1
  434. package/core/mixins/negative-mixin.d.ts +0 -10
  435. package/core/mixins/negative-mixin.d.ts.map +0 -1
  436. package/core/mixins/panel-mixin.d.ts +0 -21
  437. package/core/mixins/panel-mixin.d.ts.map +0 -1
  438. package/core/mixins/readonly-mixin.d.ts +0 -10
  439. package/core/mixins/readonly-mixin.d.ts.map +0 -1
  440. package/core/mixins/required-mixin.d.ts +0 -12
  441. package/core/mixins/required-mixin.d.ts.map +0 -1
  442. package/core/mixins/selection-panel-mixin.d.ts +0 -17
  443. package/core/mixins/selection-panel-mixin.d.ts.map +0 -1
  444. package/core/mixins/update-scheduler-mixin.d.ts +0 -13
  445. package/core/mixins/update-scheduler-mixin.d.ts.map +0 -1
  446. package/core/mixins.d.ts +0 -20
  447. package/core/mixins.d.ts.map +0 -1
  448. package/core/overlay/overlay-option-panel.d.ts +0 -12
  449. package/core/overlay/overlay-option-panel.d.ts.map +0 -1
  450. package/core/overlay/overlay-outside-pointer-event-listener.d.ts +0 -26
  451. package/core/overlay/overlay-outside-pointer-event-listener.d.ts.map +0 -1
  452. package/core/overlay/overlay-trigger-attributes.d.ts +0 -18
  453. package/core/overlay/overlay-trigger-attributes.d.ts.map +0 -1
  454. package/core/overlay/overlay.d.ts +0 -7
  455. package/core/overlay/overlay.d.ts.map +0 -1
  456. package/core/overlay/position.d.ts +0 -63
  457. package/core/overlay/position.d.ts.map +0 -1
  458. package/core/overlay.d.ts +0 -9
  459. package/core/overlay.d.ts.map +0 -1
  460. package/core/styles.d.ts +0 -4
  461. package/core/styles.d.ts.map +0 -1
  462. package/core/testing/event-spy.d.ts +0 -22
  463. package/core/testing/event-spy.d.ts.map +0 -1
  464. package/core/testing/mocha-extensions.d.ts +0 -10
  465. package/core/testing/mocha-extensions.d.ts.map +0 -1
  466. package/core/testing/wait-for-condition.d.ts +0 -2
  467. package/core/testing/wait-for-condition.d.ts.map +0 -1
  468. package/core/testing/wait-for-image-ready.d.ts +0 -3
  469. package/core/testing/wait-for-image-ready.d.ts.map +0 -1
  470. package/core/testing/wait-for-render.d.ts +0 -17
  471. package/core/testing/wait-for-render.d.ts.map +0 -1
  472. package/core/testing.d.ts +0 -9
  473. package/core/testing.d.ts.map +0 -1
  474. package/date-input/date-input.component.d.ts +0 -88
  475. package/date-input/date-input.component.d.ts.map +0 -1
  476. package/date-input.d.ts +0 -5
  477. package/date-input.d.ts.map +0 -1
  478. package/datepicker/common/datepicker-button.d.ts +0 -42
  479. package/datepicker/common/datepicker-button.d.ts.map +0 -1
  480. package/datepicker/common.d.ts +0 -5
  481. package/datepicker/common.d.ts.map +0 -1
  482. package/datepicker/datepicker/datepicker.component.d.ts +0 -41
  483. package/datepicker/datepicker/datepicker.component.d.ts.map +0 -1
  484. package/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts +0 -19
  485. package/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts.map +0 -1
  486. package/datepicker/datepicker-next-day.d.ts +0 -5
  487. package/datepicker/datepicker-next-day.d.ts.map +0 -1
  488. package/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts +0 -19
  489. package/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts.map +0 -1
  490. package/datepicker/datepicker-previous-day.d.ts +0 -5
  491. package/datepicker/datepicker-previous-day.d.ts.map +0 -1
  492. package/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts +0 -21
  493. package/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +0 -1
  494. package/datepicker/datepicker-toggle.d.ts +0 -5
  495. package/datepicker/datepicker-toggle.d.ts.map +0 -1
  496. package/datepicker/datepicker.d.ts +0 -5
  497. package/datepicker/datepicker.d.ts.map +0 -1
  498. package/datepicker.d.ts +0 -9
  499. package/datepicker.d.ts.map +0 -1
  500. package/dialog/dialog/dialog.component.d.ts +0 -51
  501. package/dialog/dialog/dialog.component.d.ts.map +0 -1
  502. package/dialog/dialog-actions/dialog-actions.component.d.ts +0 -17
  503. package/dialog/dialog-actions/dialog-actions.component.d.ts.map +0 -1
  504. package/dialog/dialog-actions.d.ts +0 -5
  505. package/dialog/dialog-actions.d.ts.map +0 -1
  506. package/dialog/dialog-close-button/dialog-close-button.component.d.ts +0 -22
  507. package/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +0 -1
  508. package/dialog/dialog-close-button.d.ts +0 -5
  509. package/dialog/dialog-close-button.d.ts.map +0 -1
  510. package/dialog/dialog-content/dialog-content.component.d.ts +0 -17
  511. package/dialog/dialog-content/dialog-content.component.d.ts.map +0 -1
  512. package/dialog/dialog-content.d.ts +0 -5
  513. package/dialog/dialog-content.d.ts.map +0 -1
  514. package/dialog/dialog-title/dialog-title.component.d.ts +0 -19
  515. package/dialog/dialog-title/dialog-title.component.d.ts.map +0 -1
  516. package/dialog/dialog-title.d.ts +0 -5
  517. package/dialog/dialog-title.d.ts.map +0 -1
  518. package/dialog/dialog.d.ts +0 -5
  519. package/dialog/dialog.d.ts.map +0 -1
  520. package/dialog.d.ts +0 -9
  521. package/dialog.d.ts.map +0 -1
  522. package/divider/divider.component.d.ts +0 -21
  523. package/divider/divider.component.d.ts.map +0 -1
  524. package/divider.d.ts +0 -5
  525. package/divider.d.ts.map +0 -1
  526. package/expansion-panel/expansion-panel/expansion-panel.component.d.ts +0 -64
  527. package/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +0 -1
  528. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts +0 -22
  529. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +0 -1
  530. package/expansion-panel/expansion-panel-content.d.ts +0 -5
  531. package/expansion-panel/expansion-panel-content.d.ts.map +0 -1
  532. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts +0 -36
  533. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts.map +0 -1
  534. package/expansion-panel/expansion-panel-header.d.ts +0 -5
  535. package/expansion-panel/expansion-panel-header.d.ts.map +0 -1
  536. package/expansion-panel/expansion-panel.d.ts +0 -5
  537. package/expansion-panel/expansion-panel.d.ts.map +0 -1
  538. package/expansion-panel.d.ts +0 -7
  539. package/expansion-panel.d.ts.map +0 -1
  540. package/file-selector/common/file-selector-common.d.ts +0 -25
  541. package/file-selector/common/file-selector-common.d.ts.map +0 -1
  542. package/file-selector/common.d.ts +0 -5
  543. package/file-selector/common.d.ts.map +0 -1
  544. package/file-selector/file-selector/file-selector.component.d.ts +0 -21
  545. package/file-selector/file-selector/file-selector.component.d.ts.map +0 -1
  546. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +0 -23
  547. package/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +0 -1
  548. package/file-selector/file-selector-dropzone.d.ts +0 -5
  549. package/file-selector/file-selector-dropzone.d.ts.map +0 -1
  550. package/file-selector/file-selector.d.ts +0 -5
  551. package/file-selector/file-selector.d.ts.map +0 -1
  552. package/file-selector.d.ts +0 -7
  553. package/file-selector.d.ts.map +0 -1
  554. package/flip-card/flip-card/flip-card.component.d.ts +0 -47
  555. package/flip-card/flip-card/flip-card.component.d.ts.map +0 -1
  556. package/flip-card/flip-card-details/flip-card-details.component.d.ts +0 -21
  557. package/flip-card/flip-card-details/flip-card-details.component.d.ts.map +0 -1
  558. package/flip-card/flip-card-details.d.ts +0 -5
  559. package/flip-card/flip-card-details.d.ts.map +0 -1
  560. package/flip-card/flip-card-summary/flip-card-summary.component.d.ts +0 -21
  561. package/flip-card/flip-card-summary/flip-card-summary.component.d.ts.map +0 -1
  562. package/flip-card/flip-card-summary.d.ts +0 -5
  563. package/flip-card/flip-card-summary.d.ts.map +0 -1
  564. package/flip-card/flip-card.d.ts +0 -5
  565. package/flip-card/flip-card.d.ts.map +0 -1
  566. package/flip-card.d.ts +0 -7
  567. package/flip-card.d.ts.map +0 -1
  568. package/footer/footer.component.d.ts +0 -34
  569. package/footer/footer.component.d.ts.map +0 -1
  570. package/footer.d.ts +0 -5
  571. package/footer.d.ts.map +0 -1
  572. package/form-field/error/error.component.d.ts +0 -20
  573. package/form-field/error/error.component.d.ts.map +0 -1
  574. package/form-field/error.d.ts +0 -5
  575. package/form-field/error.d.ts.map +0 -1
  576. package/form-field/form-field/form-field.component.d.ts +0 -125
  577. package/form-field/form-field/form-field.component.d.ts.map +0 -1
  578. package/form-field/form-field-clear/form-field-clear.component.d.ts +0 -23
  579. package/form-field/form-field-clear/form-field-clear.component.d.ts.map +0 -1
  580. package/form-field/form-field-clear.d.ts +0 -5
  581. package/form-field/form-field-clear.d.ts.map +0 -1
  582. package/form-field/form-field.d.ts +0 -5
  583. package/form-field/form-field.d.ts.map +0 -1
  584. package/form-field.d.ts +0 -7
  585. package/form-field.d.ts.map +0 -1
  586. package/header/common/header-action-common.d.ts +0 -10
  587. package/header/common/header-action-common.d.ts.map +0 -1
  588. package/header/common.d.ts +0 -5
  589. package/header/common.d.ts.map +0 -1
  590. package/header/header/header.component.d.ts +0 -65
  591. package/header/header/header.component.d.ts.map +0 -1
  592. package/header/header-button/header-button.component.d.ts +0 -17
  593. package/header/header-button/header-button.component.d.ts.map +0 -1
  594. package/header/header-button.d.ts +0 -5
  595. package/header/header-button.d.ts.map +0 -1
  596. package/header/header-environment/header-environment.component.d.ts +0 -24
  597. package/header/header-environment/header-environment.component.d.ts.map +0 -1
  598. package/header/header-environment.d.ts +0 -5
  599. package/header/header-environment.d.ts.map +0 -1
  600. package/header/header-link/header-link.component.d.ts +0 -17
  601. package/header/header-link/header-link.component.d.ts.map +0 -1
  602. package/header/header-link.d.ts +0 -5
  603. package/header/header-link.d.ts.map +0 -1
  604. package/header/header.d.ts +0 -5
  605. package/header/header.d.ts.map +0 -1
  606. package/header.d.ts +0 -8
  607. package/header.d.ts.map +0 -1
  608. package/icon/icon-base.d.ts +0 -29
  609. package/icon/icon-base.d.ts.map +0 -1
  610. package/icon/icon-name-mixin.d.ts +0 -12
  611. package/icon/icon-name-mixin.d.ts.map +0 -1
  612. package/icon/icon-request.d.ts +0 -3
  613. package/icon/icon-request.d.ts.map +0 -1
  614. package/icon/icon-validate.d.ts +0 -12
  615. package/icon/icon-validate.d.ts.map +0 -1
  616. package/icon/icon.component.d.ts +0 -36
  617. package/icon/icon.component.d.ts.map +0 -1
  618. package/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts +0 -25
  619. package/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts.map +0 -1
  620. package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts +0 -22
  621. package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts.map +0 -1
  622. package/icon-sidebar/icon-sidebar-button.d.ts +0 -5
  623. package/icon-sidebar/icon-sidebar-button.d.ts.map +0 -1
  624. package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts +0 -23
  625. package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts.map +0 -1
  626. package/icon-sidebar/icon-sidebar-container.d.ts +0 -5
  627. package/icon-sidebar/icon-sidebar-container.d.ts.map +0 -1
  628. package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts +0 -17
  629. package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts.map +0 -1
  630. package/icon-sidebar/icon-sidebar-content.d.ts +0 -5
  631. package/icon-sidebar/icon-sidebar-content.d.ts.map +0 -1
  632. package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts +0 -22
  633. package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts.map +0 -1
  634. package/icon-sidebar/icon-sidebar-link.d.ts +0 -5
  635. package/icon-sidebar/icon-sidebar-link.d.ts.map +0 -1
  636. package/icon-sidebar/icon-sidebar.d.ts +0 -5
  637. package/icon-sidebar/icon-sidebar.d.ts.map +0 -1
  638. package/icon-sidebar.d.ts +0 -9
  639. package/icon-sidebar.d.ts.map +0 -1
  640. package/icon.d.ts +0 -9
  641. package/icon.d.ts.map +0 -1
  642. package/image/image.component.d.ts +0 -215
  643. package/image/image.component.d.ts.map +0 -1
  644. package/image.d.ts +0 -5
  645. package/image.d.ts.map +0 -1
  646. package/journey-header/journey-header.component.d.ts +0 -32
  647. package/journey-header/journey-header.component.d.ts.map +0 -1
  648. package/journey-header.d.ts +0 -5
  649. package/journey-header.d.ts.map +0 -1
  650. package/lead-container/lead-container.component.d.ts +0 -21
  651. package/lead-container/lead-container.component.d.ts.map +0 -1
  652. package/lead-container.d.ts +0 -5
  653. package/lead-container.d.ts.map +0 -1
  654. package/link/block-link/block-link.component.d.ts +0 -17
  655. package/link/block-link/block-link.component.d.ts.map +0 -1
  656. package/link/block-link-button/block-link-button.component.d.ts +0 -17
  657. package/link/block-link-button/block-link-button.component.d.ts.map +0 -1
  658. package/link/block-link-button.d.ts +0 -5
  659. package/link/block-link-button.d.ts.map +0 -1
  660. package/link/block-link-static/block-link-static.component.d.ts +0 -17
  661. package/link/block-link-static/block-link-static.component.d.ts.map +0 -1
  662. package/link/block-link-static.d.ts +0 -5
  663. package/link/block-link-static.d.ts.map +0 -1
  664. package/link/block-link.d.ts +0 -5
  665. package/link/block-link.d.ts.map +0 -1
  666. package/link/common/block-link-common.d.ts +0 -10
  667. package/link/common/block-link-common.d.ts.map +0 -1
  668. package/link/common/inline-link-common.d.ts +0 -8
  669. package/link/common/inline-link-common.d.ts.map +0 -1
  670. package/link/common/link-common.d.ts +0 -10
  671. package/link/common/link-common.d.ts.map +0 -1
  672. package/link/common.d.ts +0 -7
  673. package/link/common.d.ts.map +0 -1
  674. package/link/link/link.component.d.ts +0 -16
  675. package/link/link/link.component.d.ts.map +0 -1
  676. package/link/link-button/link-button.component.d.ts +0 -16
  677. package/link/link-button/link-button.component.d.ts.map +0 -1
  678. package/link/link-button.d.ts +0 -5
  679. package/link/link-button.d.ts.map +0 -1
  680. package/link/link-static/link-static.component.d.ts +0 -16
  681. package/link/link-static/link-static.component.d.ts.map +0 -1
  682. package/link/link-static.d.ts +0 -5
  683. package/link/link-static.d.ts.map +0 -1
  684. package/link/link.d.ts +0 -5
  685. package/link/link.d.ts.map +0 -1
  686. package/link-list/common/link-list-base.d.ts +0 -28
  687. package/link-list/common/link-list-base.d.ts.map +0 -1
  688. package/link-list/common.d.ts +0 -5
  689. package/link-list/common.d.ts.map +0 -1
  690. package/link-list/link-list/link-list.component.d.ts +0 -22
  691. package/link-list/link-list/link-list.component.d.ts.map +0 -1
  692. package/link-list/link-list-anchor/link-list-anchor.component.d.ts +0 -17
  693. package/link-list/link-list-anchor/link-list-anchor.component.d.ts.map +0 -1
  694. package/link-list/link-list-anchor.d.ts +0 -5
  695. package/link-list/link-list-anchor.d.ts.map +0 -1
  696. package/link-list/link-list.d.ts +0 -5
  697. package/link-list/link-list.d.ts.map +0 -1
  698. package/link-list.d.ts +0 -7
  699. package/link-list.d.ts.map +0 -1
  700. package/link.d.ts +0 -11
  701. package/link.d.ts.map +0 -1
  702. package/loading-indicator/loading-indicator.component.d.ts +0 -22
  703. package/loading-indicator/loading-indicator.component.d.ts.map +0 -1
  704. package/loading-indicator-circle/loading-indicator-circle.component.d.ts +0 -20
  705. package/loading-indicator-circle/loading-indicator-circle.component.d.ts.map +0 -1
  706. package/loading-indicator-circle.d.ts +0 -5
  707. package/loading-indicator-circle.d.ts.map +0 -1
  708. package/loading-indicator.d.ts +0 -5
  709. package/loading-indicator.d.ts.map +0 -1
  710. package/logo/logo.component.d.ts +0 -23
  711. package/logo/logo.component.d.ts.map +0 -1
  712. package/logo.d.ts +0 -5
  713. package/logo.d.ts.map +0 -1
  714. package/map-container/map-container.component.d.ts +0 -47
  715. package/map-container/map-container.component.d.ts.map +0 -1
  716. package/map-container.d.ts +0 -5
  717. package/map-container.d.ts.map +0 -1
  718. package/menu/common/menu-action-common.d.ts +0 -8
  719. package/menu/common/menu-action-common.d.ts.map +0 -1
  720. package/menu/common.d.ts +0 -5
  721. package/menu/common.d.ts.map +0 -1
  722. package/menu/menu/menu.component.d.ts +0 -79
  723. package/menu/menu/menu.component.d.ts.map +0 -1
  724. package/menu/menu-button/menu-button.component.d.ts +0 -20
  725. package/menu/menu-button/menu-button.component.d.ts.map +0 -1
  726. package/menu/menu-button.d.ts +0 -5
  727. package/menu/menu-button.d.ts.map +0 -1
  728. package/menu/menu-link/menu-link.component.d.ts +0 -20
  729. package/menu/menu-link/menu-link.component.d.ts.map +0 -1
  730. package/menu/menu-link.d.ts +0 -5
  731. package/menu/menu-link.d.ts.map +0 -1
  732. package/menu/menu.d.ts +0 -5
  733. package/menu/menu.d.ts.map +0 -1
  734. package/menu.d.ts +0 -8
  735. package/menu.d.ts.map +0 -1
  736. package/message/message.component.d.ts +0 -21
  737. package/message/message.component.d.ts.map +0 -1
  738. package/message.d.ts +0 -5
  739. package/message.d.ts.map +0 -1
  740. package/mini-button-label-common-BOB7JQKi.js +0 -11
  741. package/mini-calendar/mini-calendar/mini-calendar.component.d.ts +0 -35
  742. package/mini-calendar/mini-calendar/mini-calendar.component.d.ts.map +0 -1
  743. package/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts +0 -23
  744. package/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts.map +0 -1
  745. package/mini-calendar/mini-calendar-day.d.ts +0 -5
  746. package/mini-calendar/mini-calendar-day.d.ts.map +0 -1
  747. package/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +0 -25
  748. package/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts.map +0 -1
  749. package/mini-calendar/mini-calendar-month.d.ts +0 -5
  750. package/mini-calendar/mini-calendar-month.d.ts.map +0 -1
  751. package/mini-calendar/mini-calendar.d.ts +0 -5
  752. package/mini-calendar/mini-calendar.d.ts.map +0 -1
  753. package/mini-calendar.d.ts +0 -7
  754. package/mini-calendar.d.ts.map +0 -1
  755. package/navigation/common/navigation-action-common.d.ts +0 -13
  756. package/navigation/common/navigation-action-common.d.ts.map +0 -1
  757. package/navigation/common.d.ts +0 -5
  758. package/navigation/common.d.ts.map +0 -1
  759. package/navigation/navigation/navigation.component.d.ts +0 -73
  760. package/navigation/navigation/navigation.component.d.ts.map +0 -1
  761. package/navigation/navigation-button/navigation-button.component.d.ts +0 -16
  762. package/navigation/navigation-button/navigation-button.component.d.ts.map +0 -1
  763. package/navigation/navigation-button.d.ts +0 -5
  764. package/navigation/navigation-button.d.ts.map +0 -1
  765. package/navigation/navigation-link/navigation-link.component.d.ts +0 -16
  766. package/navigation/navigation-link/navigation-link.component.d.ts.map +0 -1
  767. package/navigation/navigation-link.d.ts +0 -5
  768. package/navigation/navigation-link.d.ts.map +0 -1
  769. package/navigation/navigation-list/navigation-list.component.d.ts +0 -28
  770. package/navigation/navigation-list/navigation-list.component.d.ts.map +0 -1
  771. package/navigation/navigation-list.d.ts +0 -5
  772. package/navigation/navigation-list.d.ts.map +0 -1
  773. package/navigation/navigation-marker/navigation-marker.component.d.ts +0 -37
  774. package/navigation/navigation-marker/navigation-marker.component.d.ts.map +0 -1
  775. package/navigation/navigation-marker.d.ts +0 -5
  776. package/navigation/navigation-marker.d.ts.map +0 -1
  777. package/navigation/navigation-section/navigation-section.component.d.ts +0 -77
  778. package/navigation/navigation-section/navigation-section.component.d.ts.map +0 -1
  779. package/navigation/navigation-section.d.ts +0 -5
  780. package/navigation/navigation-section.d.ts.map +0 -1
  781. package/navigation/navigation.d.ts +0 -5
  782. package/navigation/navigation.d.ts.map +0 -1
  783. package/navigation.d.ts +0 -11
  784. package/navigation.d.ts.map +0 -1
  785. package/notification/notification.component.d.ts +0 -60
  786. package/notification/notification.component.d.ts.map +0 -1
  787. package/notification.d.ts +0 -5
  788. package/notification.d.ts.map +0 -1
  789. package/option/optgroup/optgroup-base-element.d.ts +0 -22
  790. package/option/optgroup/optgroup-base-element.d.ts.map +0 -1
  791. package/option/optgroup/optgroup.component.d.ts +0 -21
  792. package/option/optgroup/optgroup.component.d.ts.map +0 -1
  793. package/option/optgroup.d.ts +0 -6
  794. package/option/optgroup.d.ts.map +0 -1
  795. package/option/option/option-base-element.d.ts +0 -63
  796. package/option/option/option-base-element.d.ts.map +0 -1
  797. package/option/option/option.component.d.ts +0 -45
  798. package/option/option/option.component.d.ts.map +0 -1
  799. package/option/option-hint/option-hint.component.d.ts +0 -18
  800. package/option/option-hint/option-hint.component.d.ts.map +0 -1
  801. package/option/option-hint.d.ts +0 -5
  802. package/option/option-hint.d.ts.map +0 -1
  803. package/option/option.d.ts +0 -6
  804. package/option/option.d.ts.map +0 -1
  805. package/option.d.ts +0 -7
  806. package/option.d.ts.map +0 -1
  807. package/overlay/overlay-base-element.d.ts +0 -93
  808. package/overlay/overlay-base-element.d.ts.map +0 -1
  809. package/overlay/overlay.component.d.ts +0 -43
  810. package/overlay/overlay.component.d.ts.map +0 -1
  811. package/overlay.d.ts +0 -6
  812. package/overlay.d.ts.map +0 -1
  813. package/paginator/common/paginator-common.d.ts +0 -35
  814. package/paginator/common/paginator-common.d.ts.map +0 -1
  815. package/paginator/common.d.ts +0 -5
  816. package/paginator/common.d.ts.map +0 -1
  817. package/paginator/compact-paginator/compact-paginator.component.d.ts +0 -18
  818. package/paginator/compact-paginator/compact-paginator.component.d.ts.map +0 -1
  819. package/paginator/compact-paginator.d.ts +0 -5
  820. package/paginator/compact-paginator.d.ts.map +0 -1
  821. package/paginator/paginator/paginator.component.d.ts +0 -45
  822. package/paginator/paginator/paginator.component.d.ts.map +0 -1
  823. package/paginator/paginator.d.ts +0 -5
  824. package/paginator/paginator.d.ts.map +0 -1
  825. package/paginator.d.ts +0 -7
  826. package/paginator.d.ts.map +0 -1
  827. package/popover/popover.component.d.ts +0 -109
  828. package/popover/popover.component.d.ts.map +0 -1
  829. package/popover.d.ts +0 -5
  830. package/popover.d.ts.map +0 -1
  831. package/radio-button/common/radio-button-common.d.ts +0 -14
  832. package/radio-button/common/radio-button-common.d.ts.map +0 -1
  833. package/radio-button/common.d.ts +0 -5
  834. package/radio-button/common.d.ts.map +0 -1
  835. package/radio-button/radio-button/radio-button.component.d.ts +0 -35
  836. package/radio-button/radio-button/radio-button.component.d.ts.map +0 -1
  837. package/radio-button/radio-button-group/radio-button-group.component.d.ts +0 -78
  838. package/radio-button/radio-button-group/radio-button-group.component.d.ts.map +0 -1
  839. package/radio-button/radio-button-group.d.ts +0 -5
  840. package/radio-button/radio-button-group.d.ts.map +0 -1
  841. package/radio-button/radio-button-panel/radio-button-panel.component.d.ts +0 -44
  842. package/radio-button/radio-button-panel/radio-button-panel.component.d.ts.map +0 -1
  843. package/radio-button/radio-button-panel.d.ts +0 -5
  844. package/radio-button/radio-button-panel.d.ts.map +0 -1
  845. package/radio-button/radio-button.d.ts +0 -5
  846. package/radio-button/radio-button.d.ts.map +0 -1
  847. package/radio-button.d.ts +0 -8
  848. package/radio-button.d.ts.map +0 -1
  849. package/screen-reader-only/screen-reader-only.component.d.ts +0 -16
  850. package/screen-reader-only/screen-reader-only.component.d.ts.map +0 -1
  851. package/screen-reader-only.d.ts +0 -5
  852. package/screen-reader-only.d.ts.map +0 -1
  853. package/select/select.component.d.ts +0 -171
  854. package/select/select.component.d.ts.map +0 -1
  855. package/select.d.ts +0 -5
  856. package/select.d.ts.map +0 -1
  857. package/selection-action-panel/selection-action-panel.component.d.ts +0 -22
  858. package/selection-action-panel/selection-action-panel.component.d.ts.map +0 -1
  859. package/selection-action-panel.d.ts +0 -5
  860. package/selection-action-panel.d.ts.map +0 -1
  861. package/selection-expansion-panel/selection-expansion-panel.component.d.ts +0 -45
  862. package/selection-expansion-panel/selection-expansion-panel.component.d.ts.map +0 -1
  863. package/selection-expansion-panel.d.ts +0 -5
  864. package/selection-expansion-panel.d.ts.map +0 -1
  865. package/sidebar/common.d.ts +0 -4
  866. package/sidebar/common.d.ts.map +0 -1
  867. package/sidebar/sidebar/sidebar.component.d.ts +0 -66
  868. package/sidebar/sidebar/sidebar.component.d.ts.map +0 -1
  869. package/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +0 -23
  870. package/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +0 -1
  871. package/sidebar/sidebar-close-button.d.ts +0 -5
  872. package/sidebar/sidebar-close-button.d.ts.map +0 -1
  873. package/sidebar/sidebar-container/sidebar-container.component.d.ts +0 -34
  874. package/sidebar/sidebar-container/sidebar-container.component.d.ts.map +0 -1
  875. package/sidebar/sidebar-container.d.ts +0 -5
  876. package/sidebar/sidebar-container.d.ts.map +0 -1
  877. package/sidebar/sidebar-content/sidebar-content.component.d.ts +0 -18
  878. package/sidebar/sidebar-content/sidebar-content.component.d.ts.map +0 -1
  879. package/sidebar/sidebar-content.d.ts +0 -5
  880. package/sidebar/sidebar-content.d.ts.map +0 -1
  881. package/sidebar/sidebar-title/sidebar-title.component.d.ts +0 -20
  882. package/sidebar/sidebar-title/sidebar-title.component.d.ts.map +0 -1
  883. package/sidebar/sidebar-title.d.ts +0 -5
  884. package/sidebar/sidebar-title.d.ts.map +0 -1
  885. package/sidebar/sidebar.d.ts +0 -5
  886. package/sidebar/sidebar.d.ts.map +0 -1
  887. package/sidebar.d.ts +0 -10
  888. package/sidebar.d.ts.map +0 -1
  889. package/signet/signet.component.d.ts +0 -22
  890. package/signet/signet.component.d.ts.map +0 -1
  891. package/signet.d.ts +0 -5
  892. package/signet.d.ts.map +0 -1
  893. package/skiplink-list/skiplink-list.component.d.ts +0 -33
  894. package/skiplink-list/skiplink-list.component.d.ts.map +0 -1
  895. package/skiplink-list.d.ts +0 -5
  896. package/skiplink-list.d.ts.map +0 -1
  897. package/slider/slider.component.d.ts +0 -79
  898. package/slider/slider.component.d.ts.map +0 -1
  899. package/slider.d.ts +0 -5
  900. package/slider.d.ts.map +0 -1
  901. package/status/status.component.d.ts +0 -31
  902. package/status/status.component.d.ts.map +0 -1
  903. package/status.d.ts +0 -5
  904. package/status.d.ts.map +0 -1
  905. package/stepper/step/step.component.d.ts +0 -75
  906. package/stepper/step/step.component.d.ts.map +0 -1
  907. package/stepper/step-label/step-label.component.d.ts +0 -56
  908. package/stepper/step-label/step-label.component.d.ts.map +0 -1
  909. package/stepper/step-label.d.ts +0 -5
  910. package/stepper/step-label.d.ts.map +0 -1
  911. package/stepper/step.d.ts +0 -5
  912. package/stepper/step.d.ts.map +0 -1
  913. package/stepper/stepper/stepper.component.d.ts +0 -96
  914. package/stepper/stepper/stepper.component.d.ts.map +0 -1
  915. package/stepper/stepper.d.ts +0 -5
  916. package/stepper/stepper.d.ts.map +0 -1
  917. package/stepper.d.ts +0 -7
  918. package/stepper.d.ts.map +0 -1
  919. package/table/table-wrapper/table-wrapper.component.d.ts +0 -31
  920. package/table/table-wrapper/table-wrapper.component.d.ts.map +0 -1
  921. package/table/table-wrapper.d.ts +0 -5
  922. package/table/table-wrapper.d.ts.map +0 -1
  923. package/table.d.ts +0 -5
  924. package/table.d.ts.map +0 -1
  925. package/tabs/common.d.ts +0 -4
  926. package/tabs/common.d.ts.map +0 -1
  927. package/tabs/tab/tab.component.d.ts +0 -36
  928. package/tabs/tab/tab.component.d.ts.map +0 -1
  929. package/tabs/tab-group/tab-group.component.d.ts +0 -76
  930. package/tabs/tab-group/tab-group.component.d.ts.map +0 -1
  931. package/tabs/tab-group.d.ts +0 -5
  932. package/tabs/tab-group.d.ts.map +0 -1
  933. package/tabs/tab-label/tab-label.component.d.ts +0 -51
  934. package/tabs/tab-label/tab-label.component.d.ts.map +0 -1
  935. package/tabs/tab-label.d.ts +0 -5
  936. package/tabs/tab-label.d.ts.map +0 -1
  937. package/tabs/tab-nav-bar/tab-nav-bar.component.d.ts +0 -30
  938. package/tabs/tab-nav-bar/tab-nav-bar.component.d.ts.map +0 -1
  939. package/tabs/tab-nav-bar.d.ts +0 -5
  940. package/tabs/tab-nav-bar.d.ts.map +0 -1
  941. package/tabs/tab.d.ts +0 -5
  942. package/tabs/tab.d.ts.map +0 -1
  943. package/tabs.d.ts +0 -8
  944. package/tabs.d.ts.map +0 -1
  945. package/tag/tag/tag.component.d.ts +0 -58
  946. package/tag/tag/tag.component.d.ts.map +0 -1
  947. package/tag/tag-group/tag-group.component.d.ts +0 -50
  948. package/tag/tag-group/tag-group.component.d.ts.map +0 -1
  949. package/tag/tag-group.d.ts +0 -5
  950. package/tag/tag-group.d.ts.map +0 -1
  951. package/tag/tag.d.ts +0 -5
  952. package/tag/tag.d.ts.map +0 -1
  953. package/tag.d.ts +0 -6
  954. package/tag.d.ts.map +0 -1
  955. package/teaser/teaser.component.d.ts +0 -26
  956. package/teaser/teaser.component.d.ts.map +0 -1
  957. package/teaser-hero/teaser-hero.component.d.ts +0 -23
  958. package/teaser-hero/teaser-hero.component.d.ts.map +0 -1
  959. package/teaser-hero.d.ts +0 -5
  960. package/teaser-hero.d.ts.map +0 -1
  961. package/teaser-product/common/teaser-product-common.d.ts +0 -9
  962. package/teaser-product/common/teaser-product-common.d.ts.map +0 -1
  963. package/teaser-product/common.d.ts +0 -5
  964. package/teaser-product/common.d.ts.map +0 -1
  965. package/teaser-product/teaser-product/teaser-product.component.d.ts +0 -23
  966. package/teaser-product/teaser-product/teaser-product.component.d.ts.map +0 -1
  967. package/teaser-product/teaser-product-static/teaser-product-static.component.d.ts +0 -22
  968. package/teaser-product/teaser-product-static/teaser-product-static.component.d.ts.map +0 -1
  969. package/teaser-product/teaser-product-static.d.ts +0 -5
  970. package/teaser-product/teaser-product-static.d.ts.map +0 -1
  971. package/teaser-product/teaser-product.d.ts +0 -5
  972. package/teaser-product/teaser-product.d.ts.map +0 -1
  973. package/teaser-product.d.ts +0 -7
  974. package/teaser-product.d.ts.map +0 -1
  975. package/teaser.d.ts +0 -5
  976. package/teaser.d.ts.map +0 -1
  977. package/time-input/time-input.component.d.ts +0 -49
  978. package/time-input/time-input.component.d.ts.map +0 -1
  979. package/time-input.d.ts +0 -5
  980. package/time-input.d.ts.map +0 -1
  981. package/timetable-form/timetable-form/timetable-form.component.d.ts +0 -17
  982. package/timetable-form/timetable-form/timetable-form.component.d.ts.map +0 -1
  983. package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +0 -16
  984. package/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +0 -1
  985. package/timetable-form/timetable-form-details.d.ts +0 -5
  986. package/timetable-form/timetable-form-details.d.ts.map +0 -1
  987. package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +0 -18
  988. package/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +0 -1
  989. package/timetable-form/timetable-form-field.d.ts +0 -5
  990. package/timetable-form/timetable-form-field.d.ts.map +0 -1
  991. package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +0 -24
  992. package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +0 -1
  993. package/timetable-form/timetable-form-swap-button.d.ts +0 -5
  994. package/timetable-form/timetable-form-swap-button.d.ts.map +0 -1
  995. package/timetable-form/timetable-form.d.ts +0 -5
  996. package/timetable-form/timetable-form.d.ts.map +0 -1
  997. package/timetable-form.d.ts +0 -8
  998. package/timetable-form.d.ts.map +0 -1
  999. package/timetable-occupancy/timetable-occupancy.component.d.ts +0 -22
  1000. package/timetable-occupancy/timetable-occupancy.component.d.ts.map +0 -1
  1001. package/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts +0 -28
  1002. package/timetable-occupancy-icon/timetable-occupancy-icon.component.d.ts.map +0 -1
  1003. package/timetable-occupancy-icon.d.ts +0 -5
  1004. package/timetable-occupancy-icon.d.ts.map +0 -1
  1005. package/timetable-occupancy.d.ts +0 -5
  1006. package/timetable-occupancy.d.ts.map +0 -1
  1007. package/title/title-base.d.ts +0 -18
  1008. package/title/title-base.d.ts.map +0 -1
  1009. package/title/title.component.d.ts +0 -20
  1010. package/title/title.component.d.ts.map +0 -1
  1011. package/title.d.ts +0 -6
  1012. package/title.d.ts.map +0 -1
  1013. package/toast/toast.component.d.ts +0 -73
  1014. package/toast/toast.component.d.ts.map +0 -1
  1015. package/toast.d.ts +0 -5
  1016. package/toast.d.ts.map +0 -1
  1017. package/toggle/toggle/toggle.component.d.ts +0 -72
  1018. package/toggle/toggle/toggle.component.d.ts.map +0 -1
  1019. package/toggle/toggle-option/toggle-option.component.d.ts +0 -35
  1020. package/toggle/toggle-option/toggle-option.component.d.ts.map +0 -1
  1021. package/toggle/toggle-option.d.ts +0 -5
  1022. package/toggle/toggle-option.d.ts.map +0 -1
  1023. package/toggle/toggle.d.ts +0 -5
  1024. package/toggle/toggle.d.ts.map +0 -1
  1025. package/toggle-check/toggle-check.component.d.ts +0 -33
  1026. package/toggle-check/toggle-check.component.d.ts.map +0 -1
  1027. package/toggle-check.d.ts +0 -5
  1028. package/toggle-check.d.ts.map +0 -1
  1029. package/toggle.d.ts +0 -6
  1030. package/toggle.d.ts.map +0 -1
  1031. package/tooltip/tooltip.component.d.ts +0 -96
  1032. package/tooltip/tooltip.component.d.ts.map +0 -1
  1033. package/tooltip.d.ts +0 -5
  1034. package/tooltip.d.ts.map +0 -1
  1035. package/train/train/train.component.d.ts +0 -42
  1036. package/train/train/train.component.d.ts.map +0 -1
  1037. package/train/train-blocked-passage/train-blocked-passage.component.d.ts +0 -14
  1038. package/train/train-blocked-passage/train-blocked-passage.component.d.ts.map +0 -1
  1039. package/train/train-blocked-passage.d.ts +0 -5
  1040. package/train/train-blocked-passage.d.ts.map +0 -1
  1041. package/train/train-formation/train-formation.component.d.ts +0 -29
  1042. package/train/train-formation/train-formation.component.d.ts.map +0 -1
  1043. package/train/train-formation.d.ts +0 -5
  1044. package/train/train-formation.d.ts.map +0 -1
  1045. package/train/train-wagon/train-wagon.component.d.ts +0 -44
  1046. package/train/train-wagon/train-wagon.component.d.ts.map +0 -1
  1047. package/train/train-wagon.d.ts +0 -5
  1048. package/train/train-wagon.d.ts.map +0 -1
  1049. package/train/train.d.ts +0 -5
  1050. package/train/train.d.ts.map +0 -1
  1051. package/train.d.ts +0 -8
  1052. package/train.d.ts.map +0 -1
  1053. package/visual-checkbox/visual-checkbox.component.d.ts +0 -26
  1054. package/visual-checkbox/visual-checkbox.component.d.ts.map +0 -1
  1055. package/visual-checkbox.d.ts +0 -5
  1056. package/visual-checkbox.d.ts.map +0 -1
  1057. /package/core/styles/{node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss → core/node_modules_@sbb-esta_lyne-design-tokens_dist_scss_sbb-variables.scss} +0 -0
@@ -2435,6 +2435,17 @@
2435
2435
  "description": "Whether the active option should be selected as the user is navigating.",
2436
2436
  "attribute": "auto-select-active-option"
2437
2437
  },
2438
+ {
2439
+ "kind": "field",
2440
+ "name": "autoSelectActiveOptionOnBlur",
2441
+ "type": {
2442
+ "text": "boolean"
2443
+ },
2444
+ "privacy": "public",
2445
+ "default": "false",
2446
+ "description": "When enabled, the active option is automatically selected on blur.\nThis is an experimental feature. It might be subject to changes.",
2447
+ "attribute": "auto-select-active-option-on-blur"
2448
+ },
2438
2449
  {
2439
2450
  "kind": "field",
2440
2451
  "name": "requireSelection",
@@ -2464,7 +2475,7 @@
2464
2475
  "text": "HTMLElement | null"
2465
2476
  },
2466
2477
  "privacy": "public",
2467
- "description": "Returns the element where autocomplete overlay is attached to.",
2478
+ "description": "Returns the element where the autocomplete overlay is attached to.",
2468
2479
  "readonly": true
2469
2480
  },
2470
2481
  {
@@ -2510,6 +2521,15 @@
2510
2521
  "privacy": "protected",
2511
2522
  "default": "null"
2512
2523
  },
2524
+ {
2525
+ "kind": "field",
2526
+ "name": "pendingAutoSelectedOption",
2527
+ "type": {
2528
+ "text": "SbbOptionBaseElement<T> | null"
2529
+ },
2530
+ "privacy": "protected",
2531
+ "default": "null"
2532
+ },
2513
2533
  {
2514
2534
  "kind": "field",
2515
2535
  "name": "_originResizeObserver",
@@ -2758,6 +2778,25 @@
2758
2778
  "text": "void"
2759
2779
  }
2760
2780
  },
2781
+ "parameters": [
2782
+ {
2783
+ "name": "_activeOption",
2784
+ "type": {
2785
+ "text": "SbbOptionBaseElement<T>"
2786
+ }
2787
+ }
2788
+ ],
2789
+ "deprecated": "true"
2790
+ },
2791
+ {
2792
+ "kind": "method",
2793
+ "name": "setPendingSelection",
2794
+ "privacy": "protected",
2795
+ "return": {
2796
+ "type": {
2797
+ "text": "void"
2798
+ }
2799
+ },
2761
2800
  "parameters": [
2762
2801
  {
2763
2802
  "name": "activeOption",
@@ -2766,7 +2805,7 @@
2766
2805
  }
2767
2806
  }
2768
2807
  ],
2769
- "description": "When an option is selected, update the input value and close the autocomplete."
2808
+ "description": "A 'pending selection' sets the option value in the input element without emitting events.\nA 'pending selection' is confirmed when the panel closes. Any other user interaction\nwill reset the pending value."
2770
2809
  },
2771
2810
  {
2772
2811
  "kind": "method",
@@ -2786,6 +2825,25 @@
2786
2825
  }
2787
2826
  ]
2788
2827
  },
2828
+ {
2829
+ "kind": "method",
2830
+ "name": "_setInputValue",
2831
+ "privacy": "private",
2832
+ "return": {
2833
+ "type": {
2834
+ "text": "void"
2835
+ }
2836
+ },
2837
+ "parameters": [
2838
+ {
2839
+ "name": "option",
2840
+ "type": {
2841
+ "text": "SbbOptionBaseElement<T>"
2842
+ }
2843
+ }
2844
+ ],
2845
+ "description": "Set the option value within the input element"
2846
+ },
2789
2847
  {
2790
2848
  "kind": "method",
2791
2849
  "name": "_handleSlotchange",
@@ -3227,6 +3285,15 @@
3227
3285
  "description": "Whether the active option should be selected as the user is navigating.",
3228
3286
  "fieldName": "autoSelectActiveOption"
3229
3287
  },
3288
+ {
3289
+ "name": "auto-select-active-option-on-blur",
3290
+ "type": {
3291
+ "text": "boolean"
3292
+ },
3293
+ "default": "false",
3294
+ "description": "When enabled, the active option is automatically selected on blur.\nThis is an experimental feature. It might be subject to changes.",
3295
+ "fieldName": "autoSelectActiveOptionOnBlur"
3296
+ },
3230
3297
  {
3231
3298
  "name": "require-selection",
3232
3299
  "type": {
@@ -3694,6 +3761,21 @@
3694
3761
  "module": "autocomplete/autocomplete-base-element.js"
3695
3762
  }
3696
3763
  },
3764
+ {
3765
+ "kind": "field",
3766
+ "name": "autoSelectActiveOptionOnBlur",
3767
+ "type": {
3768
+ "text": "boolean"
3769
+ },
3770
+ "privacy": "public",
3771
+ "default": "false",
3772
+ "description": "When enabled, the active option is automatically selected on blur.\nThis is an experimental feature. It might be subject to changes.",
3773
+ "attribute": "auto-select-active-option-on-blur",
3774
+ "inheritedFrom": {
3775
+ "name": "SbbAutocompleteBaseElement",
3776
+ "module": "autocomplete/autocomplete-base-element.js"
3777
+ }
3778
+ },
3697
3779
  {
3698
3780
  "kind": "field",
3699
3781
  "name": "requireSelection",
@@ -3731,7 +3813,7 @@
3731
3813
  "text": "HTMLElement | null"
3732
3814
  },
3733
3815
  "privacy": "public",
3734
- "description": "Returns the element where autocomplete overlay is attached to.",
3816
+ "description": "Returns the element where the autocomplete overlay is attached to.",
3735
3817
  "readonly": true,
3736
3818
  "inheritedFrom": {
3737
3819
  "name": "SbbAutocompleteBaseElement",
@@ -3777,6 +3859,19 @@
3777
3859
  "module": "autocomplete/autocomplete-base-element.js"
3778
3860
  }
3779
3861
  },
3862
+ {
3863
+ "kind": "field",
3864
+ "name": "pendingAutoSelectedOption",
3865
+ "type": {
3866
+ "text": "SbbOptionBaseElement<T> | null"
3867
+ },
3868
+ "privacy": "protected",
3869
+ "default": "null",
3870
+ "inheritedFrom": {
3871
+ "name": "SbbAutocompleteBaseElement",
3872
+ "module": "autocomplete/autocomplete-base-element.js"
3873
+ }
3874
+ },
3780
3875
  {
3781
3876
  "kind": "field",
3782
3877
  "name": "_originResizeObserver",
@@ -3971,6 +4066,29 @@
3971
4066
  "text": "void"
3972
4067
  }
3973
4068
  },
4069
+ "parameters": [
4070
+ {
4071
+ "name": "_activeOption",
4072
+ "type": {
4073
+ "text": "SbbOptionBaseElement<T>"
4074
+ }
4075
+ }
4076
+ ],
4077
+ "deprecated": "true",
4078
+ "inheritedFrom": {
4079
+ "name": "SbbAutocompleteBaseElement",
4080
+ "module": "autocomplete/autocomplete-base-element.js"
4081
+ }
4082
+ },
4083
+ {
4084
+ "kind": "method",
4085
+ "name": "setPendingSelection",
4086
+ "privacy": "protected",
4087
+ "return": {
4088
+ "type": {
4089
+ "text": "void"
4090
+ }
4091
+ },
3974
4092
  "parameters": [
3975
4093
  {
3976
4094
  "name": "activeOption",
@@ -3979,7 +4097,7 @@
3979
4097
  }
3980
4098
  }
3981
4099
  ],
3982
- "description": "When an option is selected, update the input value and close the autocomplete.",
4100
+ "description": "A 'pending selection' sets the option value in the input element without emitting events.\nA 'pending selection' is confirmed when the panel closes. Any other user interaction\nwill reset the pending value.",
3983
4101
  "inheritedFrom": {
3984
4102
  "name": "SbbAutocompleteBaseElement",
3985
4103
  "module": "autocomplete/autocomplete-base-element.js"
@@ -4007,6 +4125,29 @@
4007
4125
  "module": "autocomplete/autocomplete-base-element.js"
4008
4126
  }
4009
4127
  },
4128
+ {
4129
+ "kind": "method",
4130
+ "name": "_setInputValue",
4131
+ "privacy": "private",
4132
+ "return": {
4133
+ "type": {
4134
+ "text": "void"
4135
+ }
4136
+ },
4137
+ "parameters": [
4138
+ {
4139
+ "name": "option",
4140
+ "type": {
4141
+ "text": "SbbOptionBaseElement<T>"
4142
+ }
4143
+ }
4144
+ ],
4145
+ "description": "Set the option value within the input element",
4146
+ "inheritedFrom": {
4147
+ "name": "SbbAutocompleteBaseElement",
4148
+ "module": "autocomplete/autocomplete-base-element.js"
4149
+ }
4150
+ },
4010
4151
  {
4011
4152
  "kind": "method",
4012
4153
  "name": "_handleSlotchange",
@@ -4482,6 +4623,19 @@
4482
4623
  "module": "autocomplete/autocomplete-base-element.js"
4483
4624
  }
4484
4625
  },
4626
+ {
4627
+ "name": "auto-select-active-option-on-blur",
4628
+ "type": {
4629
+ "text": "boolean"
4630
+ },
4631
+ "default": "false",
4632
+ "description": "When enabled, the active option is automatically selected on blur.\nThis is an experimental feature. It might be subject to changes.",
4633
+ "fieldName": "autoSelectActiveOptionOnBlur",
4634
+ "inheritedFrom": {
4635
+ "name": "SbbAutocompleteBaseElement",
4636
+ "module": "autocomplete/autocomplete-base-element.js"
4637
+ }
4638
+ },
4485
4639
  {
4486
4640
  "name": "require-selection",
4487
4641
  "type": {
@@ -7840,6 +7994,14 @@
7840
7994
  "name": "*",
7841
7995
  "module": "core/datetime/native-date-adapter.js"
7842
7996
  }
7997
+ },
7998
+ {
7999
+ "kind": "js",
8000
+ "name": "*",
8001
+ "declaration": {
8002
+ "name": "*",
8003
+ "module": "core/datetime/temporal-date-adapter.js"
8004
+ }
7843
8005
  }
7844
8006
  ]
7845
8007
  },
@@ -9482,6 +9644,14 @@
9482
9644
  "name": "*",
9483
9645
  "module": "datepicker/common/datepicker-button.js"
9484
9646
  }
9647
+ },
9648
+ {
9649
+ "kind": "js",
9650
+ "name": "datepickerButtonStyle",
9651
+ "declaration": {
9652
+ "name": "default",
9653
+ "module": "./common/datepicker-button.scss?lit&inline"
9654
+ }
9485
9655
  }
9486
9656
  ]
9487
9657
  },
@@ -11284,7 +11454,7 @@
11284
11454
  "type": {
11285
11455
  "text": "Event"
11286
11456
  },
11287
- "description": "Emits when the image has been loaded."
11457
+ "description": "Emits each time an image loads. E.g. loading image for a different viewport, triggers the load event again."
11288
11458
  },
11289
11459
  {
11290
11460
  "name": "error",
@@ -12553,51 +12723,6 @@
12553
12723
  }
12554
12724
  ]
12555
12725
  },
12556
- {
12557
- "kind": "javascript-module",
12558
- "path": "mini-calendar/mini-calendar-day.js",
12559
- "declarations": [],
12560
- "exports": [
12561
- {
12562
- "kind": "js",
12563
- "name": "*",
12564
- "declaration": {
12565
- "name": "*",
12566
- "module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
12567
- }
12568
- }
12569
- ]
12570
- },
12571
- {
12572
- "kind": "javascript-module",
12573
- "path": "mini-calendar/mini-calendar-month.js",
12574
- "declarations": [],
12575
- "exports": [
12576
- {
12577
- "kind": "js",
12578
- "name": "*",
12579
- "declaration": {
12580
- "name": "*",
12581
- "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
12582
- }
12583
- }
12584
- ]
12585
- },
12586
- {
12587
- "kind": "javascript-module",
12588
- "path": "mini-calendar/mini-calendar.js",
12589
- "declarations": [],
12590
- "exports": [
12591
- {
12592
- "kind": "js",
12593
- "name": "*",
12594
- "declaration": {
12595
- "name": "*",
12596
- "module": "mini-calendar/mini-calendar/mini-calendar.component.js"
12597
- }
12598
- }
12599
- ]
12600
- },
12601
12726
  {
12602
12727
  "kind": "javascript-module",
12603
12728
  "path": "message/message.component.js",
@@ -12675,6 +12800,51 @@
12675
12800
  }
12676
12801
  ]
12677
12802
  },
12803
+ {
12804
+ "kind": "javascript-module",
12805
+ "path": "mini-calendar/mini-calendar-day.js",
12806
+ "declarations": [],
12807
+ "exports": [
12808
+ {
12809
+ "kind": "js",
12810
+ "name": "*",
12811
+ "declaration": {
12812
+ "name": "*",
12813
+ "module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
12814
+ }
12815
+ }
12816
+ ]
12817
+ },
12818
+ {
12819
+ "kind": "javascript-module",
12820
+ "path": "mini-calendar/mini-calendar-month.js",
12821
+ "declarations": [],
12822
+ "exports": [
12823
+ {
12824
+ "kind": "js",
12825
+ "name": "*",
12826
+ "declaration": {
12827
+ "name": "*",
12828
+ "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
12829
+ }
12830
+ }
12831
+ ]
12832
+ },
12833
+ {
12834
+ "kind": "javascript-module",
12835
+ "path": "mini-calendar/mini-calendar.js",
12836
+ "declarations": [],
12837
+ "exports": [
12838
+ {
12839
+ "kind": "js",
12840
+ "name": "*",
12841
+ "declaration": {
12842
+ "name": "*",
12843
+ "module": "mini-calendar/mini-calendar/mini-calendar.component.js"
12844
+ }
12845
+ }
12846
+ ]
12847
+ },
12678
12848
  {
12679
12849
  "kind": "javascript-module",
12680
12850
  "path": "navigation/common.js",
@@ -16839,17 +17009,19 @@
16839
17009
  "kind": "field",
16840
17010
  "name": "_originElement",
16841
17011
  "type": {
16842
- "text": "HTMLElement"
17012
+ "text": "HTMLElement | null"
16843
17013
  },
16844
- "privacy": "private"
17014
+ "privacy": "private",
17015
+ "default": "null"
16845
17016
  },
16846
17017
  {
16847
17018
  "kind": "field",
16848
17019
  "name": "_triggerElement",
16849
17020
  "type": {
16850
- "text": "HTMLElement"
17021
+ "text": "HTMLElement | null"
16851
17022
  },
16852
- "privacy": "private"
17023
+ "privacy": "private",
17024
+ "default": "null"
16853
17025
  },
16854
17026
  {
16855
17027
  "kind": "field",
@@ -31672,97 +31844,539 @@
31672
31844
  },
31673
31845
  {
31674
31846
  "kind": "javascript-module",
31675
- "path": "button/mini-button/mini-button.component.js",
31847
+ "path": "button/common/button-common.js",
31676
31848
  "declarations": [
31677
31849
  {
31678
31850
  "kind": "class",
31679
- "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot\nor the `sbb-mini-button-group`. *",
31680
- "name": "SbbMiniButtonElement",
31681
- "slots": [
31682
- {
31683
- "description": "Use the unnamed slot to add a label to the mini-button.",
31684
- "name": ""
31685
- },
31686
- {
31687
- "description": "Slot used to display the icon, if one is set",
31688
- "name": "icon"
31689
- }
31690
- ],
31851
+ "description": "",
31852
+ "name": "SbbButtonCommonElementMixinType",
31691
31853
  "members": [
31692
- {
31693
- "kind": "method",
31694
- "name": "renderTemplate",
31695
- "privacy": "protected",
31696
- "return": {
31697
- "type": {
31698
- "text": "TemplateResult"
31699
- }
31700
- },
31701
- "description": "Override this method to render the component template.",
31702
- "inheritedFrom": {
31703
- "name": "SbbActionBaseElement",
31704
- "module": "core/base-elements/action-base-element.js"
31705
- }
31706
- },
31707
- {
31708
- "kind": "field",
31709
- "name": "disabledInteractive",
31710
- "type": {
31711
- "text": "boolean"
31712
- },
31713
- "privacy": "public",
31714
- "default": "false",
31715
- "description": "Whether the button should be aria-disabled but stay interactive.",
31716
- "attribute": "disabled-interactive",
31717
- "reflects": true,
31718
- "inheritedFrom": {
31719
- "name": "SbbDisabledInteractiveMixin",
31720
- "module": "core/mixins/disabled-mixin.js"
31721
- }
31722
- },
31723
31854
  {
31724
31855
  "kind": "field",
31725
- "name": "disabled",
31726
- "privacy": "public",
31727
- "description": "Whether the component is disabled.",
31728
- "default": "false",
31856
+ "name": "size",
31729
31857
  "type": {
31730
- "text": "boolean"
31858
+ "text": "SbbButtonSize"
31731
31859
  },
31732
- "attribute": "disabled",
31733
- "reflects": true,
31734
- "inheritedFrom": {
31735
- "name": "SbbDisabledMixin",
31736
- "module": "core/mixins/disabled-mixin.js"
31737
- }
31860
+ "privacy": "public"
31738
31861
  },
31739
31862
  {
31740
31863
  "kind": "field",
31741
- "name": "#disabled",
31742
- "privacy": "private",
31864
+ "name": "loading",
31743
31865
  "type": {
31744
31866
  "text": "boolean"
31745
31867
  },
31746
- "default": "false",
31747
- "inheritedFrom": {
31748
- "name": "SbbDisabledMixin",
31749
- "module": "core/mixins/disabled-mixin.js"
31750
- }
31751
- },
31752
- {
31753
- "kind": "method",
31754
- "name": "isDisabledExternally",
31755
- "privacy": "protected",
31756
- "return": {
31757
- "type": {
31758
- "text": "boolean"
31759
- }
31760
- },
31761
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
31762
- "inheritedFrom": {
31763
- "name": "SbbDisabledMixin",
31764
- "module": "core/mixins/disabled-mixin.js"
31765
- }
31868
+ "privacy": "public"
31869
+ },
31870
+ {
31871
+ "kind": "field",
31872
+ "name": "negative",
31873
+ "type": {
31874
+ "text": "boolean"
31875
+ },
31876
+ "privacy": "public",
31877
+ "default": "false",
31878
+ "description": "Negative coloring variant flag.",
31879
+ "attribute": "negative",
31880
+ "reflects": true,
31881
+ "inheritedFrom": {
31882
+ "name": "SbbNegativeMixin",
31883
+ "module": "core/mixins/negative-mixin.js"
31884
+ }
31885
+ },
31886
+ {
31887
+ "kind": "field",
31888
+ "name": "iconName",
31889
+ "type": {
31890
+ "text": "string"
31891
+ },
31892
+ "privacy": "public",
31893
+ "default": "''",
31894
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
31895
+ "attribute": "icon-name",
31896
+ "inheritedFrom": {
31897
+ "name": "SbbIconNameMixin",
31898
+ "module": "icon/icon-name-mixin.js"
31899
+ }
31900
+ },
31901
+ {
31902
+ "kind": "method",
31903
+ "name": "renderIconSlot",
31904
+ "privacy": "protected",
31905
+ "return": {
31906
+ "type": {
31907
+ "text": "TemplateResult"
31908
+ }
31909
+ },
31910
+ "parameters": [
31911
+ {
31912
+ "name": "classname",
31913
+ "optional": true,
31914
+ "type": {
31915
+ "text": "string"
31916
+ }
31917
+ }
31918
+ ],
31919
+ "inheritedFrom": {
31920
+ "name": "SbbIconNameMixin",
31921
+ "module": "icon/icon-name-mixin.js"
31922
+ }
31923
+ },
31924
+ {
31925
+ "kind": "method",
31926
+ "name": "renderIconName",
31927
+ "privacy": "protected",
31928
+ "return": {
31929
+ "type": {
31930
+ "text": "string"
31931
+ }
31932
+ },
31933
+ "inheritedFrom": {
31934
+ "name": "SbbIconNameMixin",
31935
+ "module": "icon/icon-name-mixin.js"
31936
+ }
31937
+ },
31938
+ {
31939
+ "kind": "method",
31940
+ "name": "_renderIconName",
31941
+ "privacy": "private",
31942
+ "return": {
31943
+ "type": {
31944
+ "text": "string"
31945
+ }
31946
+ },
31947
+ "inheritedFrom": {
31948
+ "name": "SbbIconNameMixin",
31949
+ "module": "icon/icon-name-mixin.js"
31950
+ }
31951
+ },
31952
+ {
31953
+ "kind": "method",
31954
+ "name": "toggleState",
31955
+ "privacy": "protected",
31956
+ "return": {
31957
+ "type": {
31958
+ "text": "void"
31959
+ }
31960
+ },
31961
+ "parameters": [
31962
+ {
31963
+ "name": "value",
31964
+ "type": {
31965
+ "text": "string"
31966
+ }
31967
+ },
31968
+ {
31969
+ "name": "force",
31970
+ "optional": true,
31971
+ "type": {
31972
+ "text": "boolean"
31973
+ }
31974
+ }
31975
+ ],
31976
+ "inheritedFrom": {
31977
+ "name": "SbbElementInternalsMixin",
31978
+ "module": "core/mixins/element-internals-mixin.js"
31979
+ }
31980
+ },
31981
+ {
31982
+ "kind": "field",
31983
+ "name": "maybeDisabled",
31984
+ "type": {
31985
+ "text": "boolean | undefined"
31986
+ },
31987
+ "privacy": "protected",
31988
+ "readonly": true,
31989
+ "inheritedFrom": {
31990
+ "name": "SbbActionBaseElement",
31991
+ "module": "core/base-elements/action-base-element.js"
31992
+ }
31993
+ },
31994
+ {
31995
+ "kind": "field",
31996
+ "name": "maybeDisabledInteractive",
31997
+ "type": {
31998
+ "text": "boolean | undefined"
31999
+ },
32000
+ "privacy": "protected",
32001
+ "readonly": true,
32002
+ "inheritedFrom": {
32003
+ "name": "SbbActionBaseElement",
32004
+ "module": "core/base-elements/action-base-element.js"
32005
+ }
32006
+ },
32007
+ {
32008
+ "kind": "method",
32009
+ "name": "setupBaseEventHandlers",
32010
+ "privacy": "protected",
32011
+ "return": {
32012
+ "type": {
32013
+ "text": "void"
32014
+ }
32015
+ },
32016
+ "inheritedFrom": {
32017
+ "name": "SbbActionBaseElement",
32018
+ "module": "core/base-elements/action-base-element.js"
32019
+ }
32020
+ },
32021
+ {
32022
+ "kind": "method",
32023
+ "name": "renderTemplate",
32024
+ "privacy": "protected",
32025
+ "return": {
32026
+ "type": {
32027
+ "text": "TemplateResult"
32028
+ }
32029
+ },
32030
+ "description": "Override this method to render the component template.",
32031
+ "inheritedFrom": {
32032
+ "name": "SbbActionBaseElement",
32033
+ "module": "core/base-elements/action-base-element.js"
32034
+ }
32035
+ }
32036
+ ],
32037
+ "mixins": [
32038
+ {
32039
+ "name": "SbbNegativeMixin",
32040
+ "module": "core/mixins.js"
32041
+ },
32042
+ {
32043
+ "name": "SbbIconNameMixin",
32044
+ "module": "icon.js"
32045
+ }
32046
+ ],
32047
+ "superclass": {
32048
+ "name": "SbbActionBaseElement",
32049
+ "module": "core/base-elements.js"
32050
+ },
32051
+ "attributes": [
32052
+ {
32053
+ "name": "negative",
32054
+ "type": {
32055
+ "text": "boolean"
32056
+ },
32057
+ "default": "false",
32058
+ "description": "Negative coloring variant flag.",
32059
+ "fieldName": "negative",
32060
+ "inheritedFrom": {
32061
+ "name": "SbbNegativeMixin",
32062
+ "module": "core/mixins/negative-mixin.js"
32063
+ }
32064
+ },
32065
+ {
32066
+ "name": "icon-name",
32067
+ "type": {
32068
+ "text": "string"
32069
+ },
32070
+ "default": "''",
32071
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32072
+ "fieldName": "iconName",
32073
+ "inheritedFrom": {
32074
+ "name": "SbbIconNameMixin",
32075
+ "module": "icon/icon-name-mixin.js"
32076
+ }
32077
+ }
32078
+ ]
32079
+ },
32080
+ {
32081
+ "kind": "mixin",
32082
+ "description": "",
32083
+ "name": "SbbButtonCommonElementMixin",
32084
+ "members": [
32085
+ {
32086
+ "kind": "field",
32087
+ "name": "size",
32088
+ "type": {
32089
+ "text": "SbbButtonSize"
32090
+ },
32091
+ "privacy": "public",
32092
+ "description": "Size variant, either l, m or s.",
32093
+ "default": "'l' / 's' (lean)",
32094
+ "attribute": "size",
32095
+ "reflects": true
32096
+ },
32097
+ {
32098
+ "kind": "field",
32099
+ "name": "loading",
32100
+ "type": {
32101
+ "text": "boolean"
32102
+ },
32103
+ "privacy": "public",
32104
+ "default": "false",
32105
+ "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32106
+ "attribute": "loading",
32107
+ "reflects": true
32108
+ },
32109
+ {
32110
+ "kind": "method",
32111
+ "name": "renderTemplate",
32112
+ "privacy": "protected",
32113
+ "return": {
32114
+ "type": {
32115
+ "text": "TemplateResult"
32116
+ }
32117
+ }
32118
+ },
32119
+ {
32120
+ "kind": "field",
32121
+ "name": "negative",
32122
+ "type": {
32123
+ "text": "boolean"
32124
+ },
32125
+ "privacy": "public",
32126
+ "default": "false",
32127
+ "description": "Negative coloring variant flag.",
32128
+ "attribute": "negative",
32129
+ "reflects": true,
32130
+ "inheritedFrom": {
32131
+ "name": "SbbNegativeMixin",
32132
+ "module": "core/mixins/negative-mixin.js"
32133
+ }
32134
+ },
32135
+ {
32136
+ "kind": "field",
32137
+ "name": "iconName",
32138
+ "type": {
32139
+ "text": "string"
32140
+ },
32141
+ "privacy": "public",
32142
+ "default": "''",
32143
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32144
+ "attribute": "icon-name",
32145
+ "inheritedFrom": {
32146
+ "name": "SbbIconNameMixin",
32147
+ "module": "icon/icon-name-mixin.js"
32148
+ }
32149
+ },
32150
+ {
32151
+ "kind": "method",
32152
+ "name": "renderIconSlot",
32153
+ "privacy": "protected",
32154
+ "return": {
32155
+ "type": {
32156
+ "text": "TemplateResult"
32157
+ }
32158
+ },
32159
+ "parameters": [
32160
+ {
32161
+ "name": "classname",
32162
+ "optional": true,
32163
+ "type": {
32164
+ "text": "string"
32165
+ }
32166
+ }
32167
+ ],
32168
+ "inheritedFrom": {
32169
+ "name": "SbbIconNameMixin",
32170
+ "module": "icon/icon-name-mixin.js"
32171
+ }
32172
+ },
32173
+ {
32174
+ "kind": "method",
32175
+ "name": "renderIconName",
32176
+ "privacy": "protected",
32177
+ "return": {
32178
+ "type": {
32179
+ "text": "string"
32180
+ }
32181
+ },
32182
+ "inheritedFrom": {
32183
+ "name": "SbbIconNameMixin",
32184
+ "module": "icon/icon-name-mixin.js"
32185
+ }
32186
+ },
32187
+ {
32188
+ "kind": "method",
32189
+ "name": "_renderIconName",
32190
+ "privacy": "private",
32191
+ "return": {
32192
+ "type": {
32193
+ "text": "string"
32194
+ }
32195
+ },
32196
+ "inheritedFrom": {
32197
+ "name": "SbbIconNameMixin",
32198
+ "module": "icon/icon-name-mixin.js"
32199
+ }
32200
+ }
32201
+ ],
32202
+ "attributes": [
32203
+ {
32204
+ "name": "size",
32205
+ "type": {
32206
+ "text": "SbbButtonSize"
32207
+ },
32208
+ "description": "Size variant, either l, m or s.",
32209
+ "default": "'l' / 's' (lean)",
32210
+ "fieldName": "size"
32211
+ },
32212
+ {
32213
+ "name": "loading",
32214
+ "type": {
32215
+ "text": "boolean"
32216
+ },
32217
+ "default": "false",
32218
+ "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32219
+ "fieldName": "loading"
32220
+ },
32221
+ {
32222
+ "name": "negative",
32223
+ "type": {
32224
+ "text": "boolean"
32225
+ },
32226
+ "default": "false",
32227
+ "description": "Negative coloring variant flag.",
32228
+ "fieldName": "negative",
32229
+ "inheritedFrom": {
32230
+ "name": "SbbNegativeMixin",
32231
+ "module": "core/mixins/negative-mixin.js"
32232
+ }
32233
+ },
32234
+ {
32235
+ "name": "icon-name",
32236
+ "type": {
32237
+ "text": "string"
32238
+ },
32239
+ "default": "''",
32240
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32241
+ "fieldName": "iconName",
32242
+ "inheritedFrom": {
32243
+ "name": "SbbIconNameMixin",
32244
+ "module": "icon/icon-name-mixin.js"
32245
+ }
32246
+ }
32247
+ ],
32248
+ "mixins": [
32249
+ {
32250
+ "name": "SbbNegativeMixin",
32251
+ "module": "core/mixins.js"
32252
+ },
32253
+ {
32254
+ "name": "SbbIconNameMixin",
32255
+ "module": "icon.js"
32256
+ }
32257
+ ],
32258
+ "parameters": [
32259
+ {
32260
+ "name": "superClass",
32261
+ "type": {
32262
+ "text": "T"
32263
+ }
32264
+ }
32265
+ ]
32266
+ }
32267
+ ],
32268
+ "exports": [
32269
+ {
32270
+ "kind": "js",
32271
+ "name": "SbbButtonCommonElementMixinType",
32272
+ "declaration": {
32273
+ "name": "SbbButtonCommonElementMixinType",
32274
+ "module": "button/common/button-common.js"
32275
+ }
32276
+ },
32277
+ {
32278
+ "kind": "js",
32279
+ "name": "SbbButtonCommonElementMixin",
32280
+ "declaration": {
32281
+ "name": "SbbButtonCommonElementMixin",
32282
+ "module": "button/common/button-common.js"
32283
+ }
32284
+ }
32285
+ ]
32286
+ },
32287
+ {
32288
+ "kind": "javascript-module",
32289
+ "path": "button/mini-button/mini-button.component.js",
32290
+ "declarations": [
32291
+ {
32292
+ "kind": "class",
32293
+ "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot\nor the `sbb-mini-button-group`. *",
32294
+ "name": "SbbMiniButtonElement",
32295
+ "slots": [
32296
+ {
32297
+ "description": "Use the unnamed slot to add a label to the mini-button.",
32298
+ "name": ""
32299
+ },
32300
+ {
32301
+ "description": "Slot used to display the icon, if one is set",
32302
+ "name": "icon"
32303
+ }
32304
+ ],
32305
+ "members": [
32306
+ {
32307
+ "kind": "method",
32308
+ "name": "renderTemplate",
32309
+ "privacy": "protected",
32310
+ "return": {
32311
+ "type": {
32312
+ "text": "TemplateResult"
32313
+ }
32314
+ },
32315
+ "description": "Override this method to render the component template.",
32316
+ "inheritedFrom": {
32317
+ "name": "SbbActionBaseElement",
32318
+ "module": "core/base-elements/action-base-element.js"
32319
+ }
32320
+ },
32321
+ {
32322
+ "kind": "field",
32323
+ "name": "disabledInteractive",
32324
+ "type": {
32325
+ "text": "boolean"
32326
+ },
32327
+ "privacy": "public",
32328
+ "default": "false",
32329
+ "description": "Whether the button should be aria-disabled but stay interactive.",
32330
+ "attribute": "disabled-interactive",
32331
+ "reflects": true,
32332
+ "inheritedFrom": {
32333
+ "name": "SbbDisabledInteractiveMixin",
32334
+ "module": "core/mixins/disabled-mixin.js"
32335
+ }
32336
+ },
32337
+ {
32338
+ "kind": "field",
32339
+ "name": "disabled",
32340
+ "privacy": "public",
32341
+ "description": "Whether the component is disabled.",
32342
+ "default": "false",
32343
+ "type": {
32344
+ "text": "boolean"
32345
+ },
32346
+ "attribute": "disabled",
32347
+ "reflects": true,
32348
+ "inheritedFrom": {
32349
+ "name": "SbbDisabledMixin",
32350
+ "module": "core/mixins/disabled-mixin.js"
32351
+ }
32352
+ },
32353
+ {
32354
+ "kind": "field",
32355
+ "name": "#disabled",
32356
+ "privacy": "private",
32357
+ "type": {
32358
+ "text": "boolean"
32359
+ },
32360
+ "default": "false",
32361
+ "inheritedFrom": {
32362
+ "name": "SbbDisabledMixin",
32363
+ "module": "core/mixins/disabled-mixin.js"
32364
+ }
32365
+ },
32366
+ {
32367
+ "kind": "method",
32368
+ "name": "isDisabledExternally",
32369
+ "privacy": "protected",
32370
+ "return": {
32371
+ "type": {
32372
+ "text": "boolean"
32373
+ }
32374
+ },
32375
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
32376
+ "inheritedFrom": {
32377
+ "name": "SbbDisabledMixin",
32378
+ "module": "core/mixins/disabled-mixin.js"
32379
+ }
31766
32380
  },
31767
32381
  {
31768
32382
  "kind": "field",
@@ -32538,448 +33152,6 @@
32538
33152
  }
32539
33153
  ]
32540
33154
  },
32541
- {
32542
- "kind": "javascript-module",
32543
- "path": "button/common/button-common.js",
32544
- "declarations": [
32545
- {
32546
- "kind": "class",
32547
- "description": "",
32548
- "name": "SbbButtonCommonElementMixinType",
32549
- "members": [
32550
- {
32551
- "kind": "field",
32552
- "name": "size",
32553
- "type": {
32554
- "text": "SbbButtonSize"
32555
- },
32556
- "privacy": "public"
32557
- },
32558
- {
32559
- "kind": "field",
32560
- "name": "loading",
32561
- "type": {
32562
- "text": "boolean"
32563
- },
32564
- "privacy": "public"
32565
- },
32566
- {
32567
- "kind": "field",
32568
- "name": "negative",
32569
- "type": {
32570
- "text": "boolean"
32571
- },
32572
- "privacy": "public",
32573
- "default": "false",
32574
- "description": "Negative coloring variant flag.",
32575
- "attribute": "negative",
32576
- "reflects": true,
32577
- "inheritedFrom": {
32578
- "name": "SbbNegativeMixin",
32579
- "module": "core/mixins/negative-mixin.js"
32580
- }
32581
- },
32582
- {
32583
- "kind": "field",
32584
- "name": "iconName",
32585
- "type": {
32586
- "text": "string"
32587
- },
32588
- "privacy": "public",
32589
- "default": "''",
32590
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32591
- "attribute": "icon-name",
32592
- "inheritedFrom": {
32593
- "name": "SbbIconNameMixin",
32594
- "module": "icon/icon-name-mixin.js"
32595
- }
32596
- },
32597
- {
32598
- "kind": "method",
32599
- "name": "renderIconSlot",
32600
- "privacy": "protected",
32601
- "return": {
32602
- "type": {
32603
- "text": "TemplateResult"
32604
- }
32605
- },
32606
- "parameters": [
32607
- {
32608
- "name": "classname",
32609
- "optional": true,
32610
- "type": {
32611
- "text": "string"
32612
- }
32613
- }
32614
- ],
32615
- "inheritedFrom": {
32616
- "name": "SbbIconNameMixin",
32617
- "module": "icon/icon-name-mixin.js"
32618
- }
32619
- },
32620
- {
32621
- "kind": "method",
32622
- "name": "renderIconName",
32623
- "privacy": "protected",
32624
- "return": {
32625
- "type": {
32626
- "text": "string"
32627
- }
32628
- },
32629
- "inheritedFrom": {
32630
- "name": "SbbIconNameMixin",
32631
- "module": "icon/icon-name-mixin.js"
32632
- }
32633
- },
32634
- {
32635
- "kind": "method",
32636
- "name": "_renderIconName",
32637
- "privacy": "private",
32638
- "return": {
32639
- "type": {
32640
- "text": "string"
32641
- }
32642
- },
32643
- "inheritedFrom": {
32644
- "name": "SbbIconNameMixin",
32645
- "module": "icon/icon-name-mixin.js"
32646
- }
32647
- },
32648
- {
32649
- "kind": "method",
32650
- "name": "toggleState",
32651
- "privacy": "protected",
32652
- "return": {
32653
- "type": {
32654
- "text": "void"
32655
- }
32656
- },
32657
- "parameters": [
32658
- {
32659
- "name": "value",
32660
- "type": {
32661
- "text": "string"
32662
- }
32663
- },
32664
- {
32665
- "name": "force",
32666
- "optional": true,
32667
- "type": {
32668
- "text": "boolean"
32669
- }
32670
- }
32671
- ],
32672
- "inheritedFrom": {
32673
- "name": "SbbElementInternalsMixin",
32674
- "module": "core/mixins/element-internals-mixin.js"
32675
- }
32676
- },
32677
- {
32678
- "kind": "field",
32679
- "name": "maybeDisabled",
32680
- "type": {
32681
- "text": "boolean | undefined"
32682
- },
32683
- "privacy": "protected",
32684
- "readonly": true,
32685
- "inheritedFrom": {
32686
- "name": "SbbActionBaseElement",
32687
- "module": "core/base-elements/action-base-element.js"
32688
- }
32689
- },
32690
- {
32691
- "kind": "field",
32692
- "name": "maybeDisabledInteractive",
32693
- "type": {
32694
- "text": "boolean | undefined"
32695
- },
32696
- "privacy": "protected",
32697
- "readonly": true,
32698
- "inheritedFrom": {
32699
- "name": "SbbActionBaseElement",
32700
- "module": "core/base-elements/action-base-element.js"
32701
- }
32702
- },
32703
- {
32704
- "kind": "method",
32705
- "name": "setupBaseEventHandlers",
32706
- "privacy": "protected",
32707
- "return": {
32708
- "type": {
32709
- "text": "void"
32710
- }
32711
- },
32712
- "inheritedFrom": {
32713
- "name": "SbbActionBaseElement",
32714
- "module": "core/base-elements/action-base-element.js"
32715
- }
32716
- },
32717
- {
32718
- "kind": "method",
32719
- "name": "renderTemplate",
32720
- "privacy": "protected",
32721
- "return": {
32722
- "type": {
32723
- "text": "TemplateResult"
32724
- }
32725
- },
32726
- "description": "Override this method to render the component template.",
32727
- "inheritedFrom": {
32728
- "name": "SbbActionBaseElement",
32729
- "module": "core/base-elements/action-base-element.js"
32730
- }
32731
- }
32732
- ],
32733
- "mixins": [
32734
- {
32735
- "name": "SbbNegativeMixin",
32736
- "module": "core/mixins.js"
32737
- },
32738
- {
32739
- "name": "SbbIconNameMixin",
32740
- "module": "icon.js"
32741
- }
32742
- ],
32743
- "superclass": {
32744
- "name": "SbbActionBaseElement",
32745
- "module": "core/base-elements.js"
32746
- },
32747
- "attributes": [
32748
- {
32749
- "name": "negative",
32750
- "type": {
32751
- "text": "boolean"
32752
- },
32753
- "default": "false",
32754
- "description": "Negative coloring variant flag.",
32755
- "fieldName": "negative",
32756
- "inheritedFrom": {
32757
- "name": "SbbNegativeMixin",
32758
- "module": "core/mixins/negative-mixin.js"
32759
- }
32760
- },
32761
- {
32762
- "name": "icon-name",
32763
- "type": {
32764
- "text": "string"
32765
- },
32766
- "default": "''",
32767
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32768
- "fieldName": "iconName",
32769
- "inheritedFrom": {
32770
- "name": "SbbIconNameMixin",
32771
- "module": "icon/icon-name-mixin.js"
32772
- }
32773
- }
32774
- ]
32775
- },
32776
- {
32777
- "kind": "mixin",
32778
- "description": "",
32779
- "name": "SbbButtonCommonElementMixin",
32780
- "members": [
32781
- {
32782
- "kind": "field",
32783
- "name": "size",
32784
- "type": {
32785
- "text": "SbbButtonSize"
32786
- },
32787
- "privacy": "public",
32788
- "description": "Size variant, either l, m or s.",
32789
- "default": "'l' / 's' (lean)",
32790
- "attribute": "size",
32791
- "reflects": true
32792
- },
32793
- {
32794
- "kind": "field",
32795
- "name": "loading",
32796
- "type": {
32797
- "text": "boolean"
32798
- },
32799
- "privacy": "public",
32800
- "default": "false",
32801
- "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32802
- "attribute": "loading",
32803
- "reflects": true
32804
- },
32805
- {
32806
- "kind": "method",
32807
- "name": "renderTemplate",
32808
- "privacy": "protected",
32809
- "return": {
32810
- "type": {
32811
- "text": "TemplateResult"
32812
- }
32813
- }
32814
- },
32815
- {
32816
- "kind": "field",
32817
- "name": "negative",
32818
- "type": {
32819
- "text": "boolean"
32820
- },
32821
- "privacy": "public",
32822
- "default": "false",
32823
- "description": "Negative coloring variant flag.",
32824
- "attribute": "negative",
32825
- "reflects": true,
32826
- "inheritedFrom": {
32827
- "name": "SbbNegativeMixin",
32828
- "module": "core/mixins/negative-mixin.js"
32829
- }
32830
- },
32831
- {
32832
- "kind": "field",
32833
- "name": "iconName",
32834
- "type": {
32835
- "text": "string"
32836
- },
32837
- "privacy": "public",
32838
- "default": "''",
32839
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32840
- "attribute": "icon-name",
32841
- "inheritedFrom": {
32842
- "name": "SbbIconNameMixin",
32843
- "module": "icon/icon-name-mixin.js"
32844
- }
32845
- },
32846
- {
32847
- "kind": "method",
32848
- "name": "renderIconSlot",
32849
- "privacy": "protected",
32850
- "return": {
32851
- "type": {
32852
- "text": "TemplateResult"
32853
- }
32854
- },
32855
- "parameters": [
32856
- {
32857
- "name": "classname",
32858
- "optional": true,
32859
- "type": {
32860
- "text": "string"
32861
- }
32862
- }
32863
- ],
32864
- "inheritedFrom": {
32865
- "name": "SbbIconNameMixin",
32866
- "module": "icon/icon-name-mixin.js"
32867
- }
32868
- },
32869
- {
32870
- "kind": "method",
32871
- "name": "renderIconName",
32872
- "privacy": "protected",
32873
- "return": {
32874
- "type": {
32875
- "text": "string"
32876
- }
32877
- },
32878
- "inheritedFrom": {
32879
- "name": "SbbIconNameMixin",
32880
- "module": "icon/icon-name-mixin.js"
32881
- }
32882
- },
32883
- {
32884
- "kind": "method",
32885
- "name": "_renderIconName",
32886
- "privacy": "private",
32887
- "return": {
32888
- "type": {
32889
- "text": "string"
32890
- }
32891
- },
32892
- "inheritedFrom": {
32893
- "name": "SbbIconNameMixin",
32894
- "module": "icon/icon-name-mixin.js"
32895
- }
32896
- }
32897
- ],
32898
- "attributes": [
32899
- {
32900
- "name": "size",
32901
- "type": {
32902
- "text": "SbbButtonSize"
32903
- },
32904
- "description": "Size variant, either l, m or s.",
32905
- "default": "'l' / 's' (lean)",
32906
- "fieldName": "size"
32907
- },
32908
- {
32909
- "name": "loading",
32910
- "type": {
32911
- "text": "boolean"
32912
- },
32913
- "default": "false",
32914
- "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32915
- "fieldName": "loading"
32916
- },
32917
- {
32918
- "name": "negative",
32919
- "type": {
32920
- "text": "boolean"
32921
- },
32922
- "default": "false",
32923
- "description": "Negative coloring variant flag.",
32924
- "fieldName": "negative",
32925
- "inheritedFrom": {
32926
- "name": "SbbNegativeMixin",
32927
- "module": "core/mixins/negative-mixin.js"
32928
- }
32929
- },
32930
- {
32931
- "name": "icon-name",
32932
- "type": {
32933
- "text": "string"
32934
- },
32935
- "default": "''",
32936
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32937
- "fieldName": "iconName",
32938
- "inheritedFrom": {
32939
- "name": "SbbIconNameMixin",
32940
- "module": "icon/icon-name-mixin.js"
32941
- }
32942
- }
32943
- ],
32944
- "mixins": [
32945
- {
32946
- "name": "SbbNegativeMixin",
32947
- "module": "core/mixins.js"
32948
- },
32949
- {
32950
- "name": "SbbIconNameMixin",
32951
- "module": "icon.js"
32952
- }
32953
- ],
32954
- "parameters": [
32955
- {
32956
- "name": "superClass",
32957
- "type": {
32958
- "text": "T"
32959
- }
32960
- }
32961
- ]
32962
- }
32963
- ],
32964
- "exports": [
32965
- {
32966
- "kind": "js",
32967
- "name": "SbbButtonCommonElementMixinType",
32968
- "declaration": {
32969
- "name": "SbbButtonCommonElementMixinType",
32970
- "module": "button/common/button-common.js"
32971
- }
32972
- },
32973
- {
32974
- "kind": "js",
32975
- "name": "SbbButtonCommonElementMixin",
32976
- "declaration": {
32977
- "name": "SbbButtonCommonElementMixin",
32978
- "module": "button/common/button-common.js"
32979
- }
32980
- }
32981
- ]
32982
- },
32983
33155
  {
32984
33156
  "kind": "javascript-module",
32985
33157
  "path": "button/mini-button-group/mini-button-group.component.js",
@@ -48892,6 +49064,16 @@
48892
49064
  "description": "Abstract date functionality.\n\nAdapted from https://github.com/angular/components/blob/main/src/material/core/datetime/date-adapter.ts",
48893
49065
  "name": "DateAdapter",
48894
49066
  "members": [
49067
+ {
49068
+ "kind": "field",
49069
+ "name": "_cutoffYearOffset",
49070
+ "type": {
49071
+ "text": "number"
49072
+ },
49073
+ "privacy": "private",
49074
+ "readonly": true,
49075
+ "default": "cutoffYearOffset"
49076
+ },
48895
49077
  {
48896
49078
  "kind": "method",
48897
49079
  "name": "getYear",
@@ -49120,7 +49302,7 @@
49120
49302
  "description": "The month of the date (1-indexed, 1 = January). Must be an integer 1 - 12."
49121
49303
  },
49122
49304
  {
49123
- "name": "date",
49305
+ "name": "day",
49124
49306
  "type": {
49125
49307
  "text": "number"
49126
49308
  }
@@ -49295,38 +49477,857 @@
49295
49477
  "description": "options object with weekdayStyle as property"
49296
49478
  }
49297
49479
  ],
49298
- "description": "Format the given date as string."
49299
- },
49300
- {
49301
- "kind": "method",
49302
- "name": "isDateInstance",
49303
- "privacy": "public",
49304
- "return": {
49305
- "type": {
49306
- "text": "boolean"
49307
- }
49308
- },
49309
- "parameters": [
49310
- {
49311
- "name": "obj",
49312
- "type": {
49313
- "text": "any"
49314
- },
49315
- "description": "The object to check."
49316
- }
49317
- ],
49318
- "description": "Checks whether the given `obj` is a Date."
49319
- },
49320
- {
49321
- "kind": "method",
49322
- "name": "invalid",
49323
- "privacy": "public",
49324
- "return": {
49325
- "type": {
49326
- "text": ""
49327
- }
49328
- },
49329
- "description": "Gets date instance that is not valid."
49480
+ "description": "Format the given date as string."
49481
+ },
49482
+ {
49483
+ "kind": "method",
49484
+ "name": "isDateInstance",
49485
+ "privacy": "public",
49486
+ "return": {
49487
+ "type": {
49488
+ "text": "boolean"
49489
+ }
49490
+ },
49491
+ "parameters": [
49492
+ {
49493
+ "name": "obj",
49494
+ "type": {
49495
+ "text": "any"
49496
+ },
49497
+ "description": "The object to check."
49498
+ }
49499
+ ],
49500
+ "description": "Checks whether the given `obj` is a Date."
49501
+ },
49502
+ {
49503
+ "kind": "method",
49504
+ "name": "invalid",
49505
+ "privacy": "public",
49506
+ "return": {
49507
+ "type": {
49508
+ "text": ""
49509
+ }
49510
+ },
49511
+ "description": "Gets date instance that is not valid."
49512
+ },
49513
+ {
49514
+ "kind": "method",
49515
+ "name": "toIso8601",
49516
+ "privacy": "public",
49517
+ "return": {
49518
+ "type": {
49519
+ "text": "string"
49520
+ }
49521
+ },
49522
+ "parameters": [
49523
+ {
49524
+ "name": "date",
49525
+ "type": {
49526
+ "text": "T"
49527
+ },
49528
+ "description": "The date to convert to ISO String."
49529
+ }
49530
+ ],
49531
+ "description": "Get the given date as ISO String."
49532
+ },
49533
+ {
49534
+ "kind": "method",
49535
+ "name": "getValidDateOrNull",
49536
+ "privacy": "public",
49537
+ "return": {
49538
+ "type": {
49539
+ "text": ""
49540
+ }
49541
+ },
49542
+ "parameters": [
49543
+ {
49544
+ "name": "value",
49545
+ "type": {
49546
+ "text": "unknown"
49547
+ },
49548
+ "description": "The object to check."
49549
+ }
49550
+ ],
49551
+ "description": "Given a potential date object, returns that same date object if it is\na valid date, or `null` if it's not a valid date."
49552
+ },
49553
+ {
49554
+ "kind": "method",
49555
+ "name": "getFirstWeekOffset",
49556
+ "privacy": "public",
49557
+ "return": {
49558
+ "type": {
49559
+ "text": "number"
49560
+ }
49561
+ },
49562
+ "parameters": [
49563
+ {
49564
+ "name": "date",
49565
+ "type": {
49566
+ "text": "T"
49567
+ }
49568
+ }
49569
+ ],
49570
+ "description": "Calculates the day of the week of the first day of the month, and then its offset from the first day of the week."
49571
+ },
49572
+ {
49573
+ "kind": "method",
49574
+ "name": "compareDate",
49575
+ "privacy": "public",
49576
+ "return": {
49577
+ "type": {
49578
+ "text": ""
49579
+ }
49580
+ },
49581
+ "parameters": [
49582
+ {
49583
+ "name": "first",
49584
+ "type": {
49585
+ "text": "T"
49586
+ },
49587
+ "description": "The first date to compare."
49588
+ },
49589
+ {
49590
+ "name": "second",
49591
+ "type": {
49592
+ "text": "T"
49593
+ },
49594
+ "description": "The second date to compare."
49595
+ }
49596
+ ],
49597
+ "description": "Compares two dates."
49598
+ },
49599
+ {
49600
+ "kind": "method",
49601
+ "name": "sameDate",
49602
+ "privacy": "public",
49603
+ "return": {
49604
+ "type": {
49605
+ "text": ""
49606
+ }
49607
+ },
49608
+ "parameters": [
49609
+ {
49610
+ "name": "first",
49611
+ "type": {
49612
+ "text": "T | null"
49613
+ },
49614
+ "description": "The first date to check."
49615
+ },
49616
+ {
49617
+ "name": "second",
49618
+ "type": {
49619
+ "text": "T | null"
49620
+ },
49621
+ "description": "The second date to check."
49622
+ }
49623
+ ],
49624
+ "description": "Checks if two dates are equal."
49625
+ },
49626
+ {
49627
+ "kind": "method",
49628
+ "name": "clampDate",
49629
+ "privacy": "public",
49630
+ "return": {
49631
+ "type": {
49632
+ "text": ""
49633
+ }
49634
+ },
49635
+ "parameters": [
49636
+ {
49637
+ "name": "date",
49638
+ "type": {
49639
+ "text": "T"
49640
+ },
49641
+ "description": "The date to clamp."
49642
+ },
49643
+ {
49644
+ "name": "min",
49645
+ "optional": true,
49646
+ "type": {
49647
+ "text": "T | null"
49648
+ },
49649
+ "description": "The minimum value to allow. If null or omitted no min is enforced."
49650
+ },
49651
+ {
49652
+ "name": "max",
49653
+ "optional": true,
49654
+ "type": {
49655
+ "text": "T | null"
49656
+ },
49657
+ "description": "The maximum value to allow. If null or omitted no max is enforced."
49658
+ }
49659
+ ],
49660
+ "description": "Clamp the given date between min and max dates."
49661
+ }
49662
+ ],
49663
+ "classGenerics": "T = any"
49664
+ }
49665
+ ],
49666
+ "exports": [
49667
+ {
49668
+ "kind": "js",
49669
+ "name": "DAYS_PER_ROW",
49670
+ "declaration": {
49671
+ "name": "DAYS_PER_ROW",
49672
+ "module": "core/datetime/date-adapter.js"
49673
+ }
49674
+ },
49675
+ {
49676
+ "kind": "js",
49677
+ "name": "MONTHS_PER_ROW",
49678
+ "declaration": {
49679
+ "name": "MONTHS_PER_ROW",
49680
+ "module": "core/datetime/date-adapter.js"
49681
+ }
49682
+ },
49683
+ {
49684
+ "kind": "js",
49685
+ "name": "YEARS_PER_ROW",
49686
+ "declaration": {
49687
+ "name": "YEARS_PER_ROW",
49688
+ "module": "core/datetime/date-adapter.js"
49689
+ }
49690
+ },
49691
+ {
49692
+ "kind": "js",
49693
+ "name": "MONTHS_PER_PAGE",
49694
+ "declaration": {
49695
+ "name": "MONTHS_PER_PAGE",
49696
+ "module": "core/datetime/date-adapter.js"
49697
+ }
49698
+ },
49699
+ {
49700
+ "kind": "js",
49701
+ "name": "YEARS_PER_PAGE",
49702
+ "declaration": {
49703
+ "name": "YEARS_PER_PAGE",
49704
+ "module": "core/datetime/date-adapter.js"
49705
+ }
49706
+ },
49707
+ {
49708
+ "kind": "js",
49709
+ "name": "FORMAT_DATE",
49710
+ "declaration": {
49711
+ "name": "FORMAT_DATE",
49712
+ "module": "core/datetime/date-adapter.js"
49713
+ }
49714
+ },
49715
+ {
49716
+ "kind": "js",
49717
+ "name": "ISO8601_FORMAT_DATE",
49718
+ "declaration": {
49719
+ "name": "ISO8601_FORMAT_DATE",
49720
+ "module": "core/datetime/date-adapter.js"
49721
+ }
49722
+ },
49723
+ {
49724
+ "kind": "js",
49725
+ "name": "DateAdapter",
49726
+ "declaration": {
49727
+ "name": "DateAdapter",
49728
+ "module": "core/datetime/date-adapter.js"
49729
+ }
49730
+ }
49731
+ ]
49732
+ },
49733
+ {
49734
+ "kind": "javascript-module",
49735
+ "path": "core/datetime/native-date-adapter.js",
49736
+ "declarations": [
49737
+ {
49738
+ "kind": "class",
49739
+ "description": "",
49740
+ "name": "NativeDateAdapter",
49741
+ "members": [
49742
+ {
49743
+ "kind": "method",
49744
+ "name": "getYear",
49745
+ "privacy": "public",
49746
+ "return": {
49747
+ "type": {
49748
+ "text": "number"
49749
+ }
49750
+ },
49751
+ "parameters": [
49752
+ {
49753
+ "name": "date",
49754
+ "type": {
49755
+ "text": "Date"
49756
+ }
49757
+ }
49758
+ ],
49759
+ "description": "Gets the year of the input date.",
49760
+ "inheritedFrom": {
49761
+ "name": "DateAdapter",
49762
+ "module": "core/datetime/date-adapter.js"
49763
+ }
49764
+ },
49765
+ {
49766
+ "kind": "method",
49767
+ "name": "getMonth",
49768
+ "privacy": "public",
49769
+ "return": {
49770
+ "type": {
49771
+ "text": "number"
49772
+ }
49773
+ },
49774
+ "parameters": [
49775
+ {
49776
+ "name": "date",
49777
+ "type": {
49778
+ "text": "Date"
49779
+ }
49780
+ }
49781
+ ],
49782
+ "description": "Gets the month of the input date.",
49783
+ "inheritedFrom": {
49784
+ "name": "DateAdapter",
49785
+ "module": "core/datetime/date-adapter.js"
49786
+ }
49787
+ },
49788
+ {
49789
+ "kind": "method",
49790
+ "name": "getDate",
49791
+ "privacy": "public",
49792
+ "return": {
49793
+ "type": {
49794
+ "text": "number"
49795
+ }
49796
+ },
49797
+ "parameters": [
49798
+ {
49799
+ "name": "date",
49800
+ "type": {
49801
+ "text": "Date"
49802
+ }
49803
+ }
49804
+ ],
49805
+ "description": "Gets the day of the input date.",
49806
+ "inheritedFrom": {
49807
+ "name": "DateAdapter",
49808
+ "module": "core/datetime/date-adapter.js"
49809
+ }
49810
+ },
49811
+ {
49812
+ "kind": "method",
49813
+ "name": "getDayOfWeek",
49814
+ "privacy": "public",
49815
+ "return": {
49816
+ "type": {
49817
+ "text": "number"
49818
+ }
49819
+ },
49820
+ "parameters": [
49821
+ {
49822
+ "name": "date",
49823
+ "type": {
49824
+ "text": "Date"
49825
+ }
49826
+ }
49827
+ ],
49828
+ "description": "Gets the day of the week of the input date.",
49829
+ "inheritedFrom": {
49830
+ "name": "DateAdapter",
49831
+ "module": "core/datetime/date-adapter.js"
49832
+ }
49833
+ },
49834
+ {
49835
+ "kind": "method",
49836
+ "name": "getAccessibilityFormatDate",
49837
+ "privacy": "public",
49838
+ "return": {
49839
+ "type": {
49840
+ "text": "string"
49841
+ }
49842
+ },
49843
+ "parameters": [
49844
+ {
49845
+ "name": "date",
49846
+ "type": {
49847
+ "text": "Date | string"
49848
+ }
49849
+ }
49850
+ ],
49851
+ "description": "Gets the date in the local format.",
49852
+ "inheritedFrom": {
49853
+ "name": "DateAdapter",
49854
+ "module": "core/datetime/date-adapter.js"
49855
+ }
49856
+ },
49857
+ {
49858
+ "kind": "method",
49859
+ "name": "getMonthNames",
49860
+ "privacy": "public",
49861
+ "return": {
49862
+ "type": {
49863
+ "text": "string[]"
49864
+ }
49865
+ },
49866
+ "parameters": [
49867
+ {
49868
+ "name": "style",
49869
+ "type": {
49870
+ "text": "'long' | 'short' | 'narrow'"
49871
+ },
49872
+ "description": "See `month` in `DateTimeFormatOptions`: `long` for full name, `short` for short name, `narrow` for single letter,\nE.g., with January in en-gb: `long` returns \"January\", `short` returns \"Jan\", `narrow` returns \"J\"."
49873
+ }
49874
+ ],
49875
+ "description": "Creates an array of strings with length = 12, filled with the name of the months starting from January, in the document language.",
49876
+ "inheritedFrom": {
49877
+ "name": "DateAdapter",
49878
+ "module": "core/datetime/date-adapter.js"
49879
+ }
49880
+ },
49881
+ {
49882
+ "kind": "method",
49883
+ "name": "getDateNames",
49884
+ "privacy": "public",
49885
+ "return": {
49886
+ "type": {
49887
+ "text": "string[]"
49888
+ }
49889
+ },
49890
+ "description": "Creates a string array with length = 31, filled with the days in a month, starting from 1.",
49891
+ "inheritedFrom": {
49892
+ "name": "DateAdapter",
49893
+ "module": "core/datetime/date-adapter.js"
49894
+ }
49895
+ },
49896
+ {
49897
+ "kind": "method",
49898
+ "name": "getDayOfWeekNames",
49899
+ "privacy": "public",
49900
+ "return": {
49901
+ "type": {
49902
+ "text": "string[]"
49903
+ }
49904
+ },
49905
+ "parameters": [
49906
+ {
49907
+ "name": "style",
49908
+ "type": {
49909
+ "text": "'long' | 'short' | 'narrow'"
49910
+ },
49911
+ "description": "See `weekday` in `DateTimeFormatOptions` - 'long' for full name, 'short' for short name, 'narrow' for single letter;\nE.g., with Monday in en-gb: `long` returns \"Monday\", `short` returns \"Mon\", `narrow` returns \"M\"."
49912
+ }
49913
+ ],
49914
+ "description": "Creates a string array with length = 7, filled with the name of the days in a week starting from Sunday, in the document language.",
49915
+ "inheritedFrom": {
49916
+ "name": "DateAdapter",
49917
+ "module": "core/datetime/date-adapter.js"
49918
+ }
49919
+ },
49920
+ {
49921
+ "kind": "method",
49922
+ "name": "getFirstDayOfWeek",
49923
+ "privacy": "public",
49924
+ "return": {
49925
+ "type": {
49926
+ "text": "number"
49927
+ }
49928
+ },
49929
+ "description": "Defines which is the first day of the week (0: sunday; 1: monday; etc.).",
49930
+ "inheritedFrom": {
49931
+ "name": "DateAdapter",
49932
+ "module": "core/datetime/date-adapter.js"
49933
+ }
49934
+ },
49935
+ {
49936
+ "kind": "method",
49937
+ "name": "getNumDaysInMonth",
49938
+ "privacy": "public",
49939
+ "return": {
49940
+ "type": {
49941
+ "text": "number"
49942
+ }
49943
+ },
49944
+ "parameters": [
49945
+ {
49946
+ "name": "date",
49947
+ "type": {
49948
+ "text": "Date"
49949
+ }
49950
+ }
49951
+ ],
49952
+ "description": "Calculates the number of days in a month given the year and the month.",
49953
+ "inheritedFrom": {
49954
+ "name": "DateAdapter",
49955
+ "module": "core/datetime/date-adapter.js"
49956
+ }
49957
+ },
49958
+ {
49959
+ "kind": "method",
49960
+ "name": "today",
49961
+ "privacy": "public",
49962
+ "return": {
49963
+ "type": {
49964
+ "text": "Date"
49965
+ }
49966
+ },
49967
+ "description": "Creates today's date.",
49968
+ "inheritedFrom": {
49969
+ "name": "DateAdapter",
49970
+ "module": "core/datetime/date-adapter.js"
49971
+ }
49972
+ },
49973
+ {
49974
+ "kind": "method",
49975
+ "name": "createDate",
49976
+ "privacy": "public",
49977
+ "return": {
49978
+ "type": {
49979
+ "text": "Date"
49980
+ }
49981
+ },
49982
+ "parameters": [
49983
+ {
49984
+ "name": "year",
49985
+ "type": {
49986
+ "text": "number"
49987
+ }
49988
+ },
49989
+ {
49990
+ "name": "month",
49991
+ "type": {
49992
+ "text": "number"
49993
+ }
49994
+ },
49995
+ {
49996
+ "name": "day",
49997
+ "type": {
49998
+ "text": "number"
49999
+ }
50000
+ }
50001
+ ],
50002
+ "description": "Creates a new date, given day, month and year; the method doesn't allow date's overflow.",
50003
+ "inheritedFrom": {
50004
+ "name": "DateAdapter",
50005
+ "module": "core/datetime/date-adapter.js"
50006
+ }
50007
+ },
50008
+ {
50009
+ "kind": "method",
50010
+ "name": "isDateInstance",
50011
+ "privacy": "public",
50012
+ "return": {
50013
+ "type": {
50014
+ "text": "boolean"
50015
+ }
50016
+ },
50017
+ "parameters": [
50018
+ {
50019
+ "name": "obj",
50020
+ "type": {
50021
+ "text": "any"
50022
+ }
50023
+ }
50024
+ ],
50025
+ "description": "Checks whether the given `obj` is a Date.",
50026
+ "inheritedFrom": {
50027
+ "name": "DateAdapter",
50028
+ "module": "core/datetime/date-adapter.js"
50029
+ }
50030
+ },
50031
+ {
50032
+ "kind": "method",
50033
+ "name": "isValid",
50034
+ "privacy": "public",
50035
+ "return": {
50036
+ "type": {
50037
+ "text": "date is Date"
50038
+ }
50039
+ },
50040
+ "parameters": [
50041
+ {
50042
+ "name": "date",
50043
+ "type": {
50044
+ "text": "Date | null | undefined"
50045
+ }
50046
+ }
50047
+ ],
50048
+ "description": "Checks whether the given `date` is a valid Date.",
50049
+ "inheritedFrom": {
50050
+ "name": "DateAdapter",
50051
+ "module": "core/datetime/date-adapter.js"
50052
+ }
50053
+ },
50054
+ {
50055
+ "kind": "method",
50056
+ "name": "clone",
50057
+ "privacy": "public",
50058
+ "return": {
50059
+ "type": {
50060
+ "text": "Date"
50061
+ }
50062
+ },
50063
+ "parameters": [
50064
+ {
50065
+ "name": "date",
50066
+ "type": {
50067
+ "text": "Date"
50068
+ }
50069
+ }
50070
+ ],
50071
+ "description": "Creates a new date by cloning the given one.",
50072
+ "inheritedFrom": {
50073
+ "name": "DateAdapter",
50074
+ "module": "core/datetime/date-adapter.js"
50075
+ }
50076
+ },
50077
+ {
50078
+ "kind": "method",
50079
+ "name": "addCalendarYears",
50080
+ "privacy": "public",
50081
+ "return": {
50082
+ "type": {
50083
+ "text": "Date"
50084
+ }
50085
+ },
50086
+ "parameters": [
50087
+ {
50088
+ "name": "date",
50089
+ "type": {
50090
+ "text": "Date"
50091
+ },
50092
+ "description": "The starting date."
50093
+ },
50094
+ {
50095
+ "name": "years",
50096
+ "type": {
50097
+ "text": "number"
50098
+ },
50099
+ "description": "The number of years to add."
50100
+ }
50101
+ ],
50102
+ "description": "Creates a new date adding the number of provided `years` to the provided `date`.",
50103
+ "inheritedFrom": {
50104
+ "name": "DateAdapter",
50105
+ "module": "core/datetime/date-adapter.js"
50106
+ }
50107
+ },
50108
+ {
50109
+ "kind": "method",
50110
+ "name": "addCalendarMonths",
50111
+ "privacy": "public",
50112
+ "return": {
50113
+ "type": {
50114
+ "text": "Date"
50115
+ }
50116
+ },
50117
+ "parameters": [
50118
+ {
50119
+ "name": "date",
50120
+ "type": {
50121
+ "text": "Date"
50122
+ }
50123
+ },
50124
+ {
50125
+ "name": "months",
50126
+ "type": {
50127
+ "text": "number"
50128
+ }
50129
+ }
50130
+ ],
50131
+ "description": "Creates a new date adding the number of provided `months` to the provided `date`.\nIf the calculated month has fewer days than the original one, the date is set to the last day of the month.\nE.g., with `date` = new Date(2022, 0, 31) and `months` = 1, it returns new Date(2022, 1, 28).",
50132
+ "inheritedFrom": {
50133
+ "name": "DateAdapter",
50134
+ "module": "core/datetime/date-adapter.js"
50135
+ }
50136
+ },
50137
+ {
50138
+ "kind": "method",
50139
+ "name": "addCalendarDays",
50140
+ "privacy": "public",
50141
+ "return": {
50142
+ "type": {
50143
+ "text": "Date"
50144
+ }
50145
+ },
50146
+ "parameters": [
50147
+ {
50148
+ "name": "date",
50149
+ "type": {
50150
+ "text": "Date"
50151
+ }
50152
+ },
50153
+ {
50154
+ "name": "days",
50155
+ "type": {
50156
+ "text": "number"
50157
+ }
50158
+ }
50159
+ ],
50160
+ "description": "Creates a new date by adding the number of provided `days` to the provided `date`.",
50161
+ "inheritedFrom": {
50162
+ "name": "DateAdapter",
50163
+ "module": "core/datetime/date-adapter.js"
50164
+ }
50165
+ },
50166
+ {
50167
+ "kind": "method",
50168
+ "name": "deserialize",
50169
+ "privacy": "public",
50170
+ "return": {
50171
+ "type": {
50172
+ "text": "Date | null"
50173
+ }
50174
+ },
50175
+ "parameters": [
50176
+ {
50177
+ "name": "date",
50178
+ "type": {
50179
+ "text": "Date | string | null | undefined"
50180
+ }
50181
+ }
50182
+ ],
50183
+ "description": "Creates a Date from a valid input (Date or ISO string).",
50184
+ "inheritedFrom": {
50185
+ "name": "DateAdapter",
50186
+ "module": "core/datetime/date-adapter.js"
50187
+ }
50188
+ },
50189
+ {
50190
+ "kind": "method",
50191
+ "name": "invalid",
50192
+ "privacy": "public",
50193
+ "return": {
50194
+ "type": {
50195
+ "text": "Date"
50196
+ }
50197
+ },
50198
+ "description": "Gets date instance that is not valid.",
50199
+ "inheritedFrom": {
50200
+ "name": "DateAdapter",
50201
+ "module": "core/datetime/date-adapter.js"
50202
+ }
50203
+ },
50204
+ {
50205
+ "kind": "method",
50206
+ "name": "_range",
50207
+ "privacy": "private",
50208
+ "return": {
50209
+ "type": {
50210
+ "text": "T[]"
50211
+ }
50212
+ },
50213
+ "parameters": [
50214
+ {
50215
+ "name": "length",
50216
+ "type": {
50217
+ "text": "number"
50218
+ },
50219
+ "description": "The length of the array to be created."
50220
+ },
50221
+ {
50222
+ "name": "valueFunction",
50223
+ "type": {
50224
+ "text": "(index: number) => T"
50225
+ },
50226
+ "description": "The function of array's index used to fill the array."
50227
+ }
50228
+ ],
50229
+ "description": "Creates an array with the given length and fills it by mapping with the provided function."
50230
+ },
50231
+ {
50232
+ "kind": "method",
50233
+ "name": "_createDateWithOverflow",
50234
+ "privacy": "private",
50235
+ "return": {
50236
+ "type": {
50237
+ "text": "Date"
50238
+ }
50239
+ },
50240
+ "parameters": [
50241
+ {
50242
+ "name": "year",
50243
+ "type": {
50244
+ "text": "number"
50245
+ }
50246
+ },
50247
+ {
50248
+ "name": "month",
50249
+ "type": {
50250
+ "text": "number"
50251
+ }
50252
+ },
50253
+ {
50254
+ "name": "date",
50255
+ "type": {
50256
+ "text": "number"
50257
+ }
50258
+ }
50259
+ ],
50260
+ "description": "Creates a date but allows the month and date to overflow."
50261
+ },
50262
+ {
50263
+ "kind": "field",
50264
+ "name": "_cutoffYearOffset",
50265
+ "type": {
50266
+ "text": "number"
50267
+ },
50268
+ "privacy": "private",
50269
+ "readonly": true,
50270
+ "default": "cutoffYearOffset",
50271
+ "inheritedFrom": {
50272
+ "name": "DateAdapter",
50273
+ "module": "core/datetime/date-adapter.js"
50274
+ }
50275
+ },
50276
+ {
50277
+ "kind": "method",
50278
+ "name": "parse",
50279
+ "privacy": "public",
50280
+ "return": {
50281
+ "type": {
50282
+ "text": "T | null"
50283
+ }
50284
+ },
50285
+ "parameters": [
50286
+ {
50287
+ "name": "value",
50288
+ "type": {
50289
+ "text": "string | null | undefined"
50290
+ },
50291
+ "description": "The date in the format DD.MM.YYYY."
50292
+ }
50293
+ ],
50294
+ "description": "Get the given string as Date.",
50295
+ "inheritedFrom": {
50296
+ "name": "DateAdapter",
50297
+ "module": "core/datetime/date-adapter.js"
50298
+ }
50299
+ },
50300
+ {
50301
+ "kind": "method",
50302
+ "name": "format",
50303
+ "privacy": "public",
50304
+ "return": {
50305
+ "type": {
50306
+ "text": "string"
50307
+ }
50308
+ },
50309
+ "parameters": [
50310
+ {
50311
+ "name": "date",
50312
+ "type": {
50313
+ "text": "T | null | undefined"
50314
+ },
50315
+ "description": "The date to format."
50316
+ },
50317
+ {
50318
+ "name": "options",
50319
+ "optional": true,
50320
+ "type": {
50321
+ "text": "{ weekdayStyle?: 'long' | 'short' | 'narrow' | 'none' }"
50322
+ },
50323
+ "description": "options object with weekdayStyle as property"
50324
+ }
50325
+ ],
50326
+ "description": "Format the given date as string.",
50327
+ "inheritedFrom": {
50328
+ "name": "DateAdapter",
50329
+ "module": "core/datetime/date-adapter.js"
50330
+ }
49330
50331
  },
49331
50332
  {
49332
50333
  "kind": "method",
@@ -49346,7 +50347,11 @@
49346
50347
  "description": "The date to convert to ISO String."
49347
50348
  }
49348
50349
  ],
49349
- "description": "Get the given date as ISO String."
50350
+ "description": "Get the given date as ISO String.",
50351
+ "inheritedFrom": {
50352
+ "name": "DateAdapter",
50353
+ "module": "core/datetime/date-adapter.js"
50354
+ }
49350
50355
  },
49351
50356
  {
49352
50357
  "kind": "method",
@@ -49366,7 +50371,11 @@
49366
50371
  "description": "The object to check."
49367
50372
  }
49368
50373
  ],
49369
- "description": "Given a potential date object, returns that same date object if it is\na valid date, or `null` if it's not a valid date."
50374
+ "description": "Given a potential date object, returns that same date object if it is\na valid date, or `null` if it's not a valid date.",
50375
+ "inheritedFrom": {
50376
+ "name": "DateAdapter",
50377
+ "module": "core/datetime/date-adapter.js"
50378
+ }
49370
50379
  },
49371
50380
  {
49372
50381
  "kind": "method",
@@ -49385,7 +50394,11 @@
49385
50394
  }
49386
50395
  }
49387
50396
  ],
49388
- "description": "Calculates the day of the week of the first day of the month, and then its offset from the first day of the week."
50397
+ "description": "Calculates the day of the week of the first day of the month, and then its offset from the first day of the week.",
50398
+ "inheritedFrom": {
50399
+ "name": "DateAdapter",
50400
+ "module": "core/datetime/date-adapter.js"
50401
+ }
49389
50402
  },
49390
50403
  {
49391
50404
  "kind": "method",
@@ -49412,7 +50425,11 @@
49412
50425
  "description": "The second date to compare."
49413
50426
  }
49414
50427
  ],
49415
- "description": "Compares two dates."
50428
+ "description": "Compares two dates.",
50429
+ "inheritedFrom": {
50430
+ "name": "DateAdapter",
50431
+ "module": "core/datetime/date-adapter.js"
50432
+ }
49416
50433
  },
49417
50434
  {
49418
50435
  "kind": "method",
@@ -49439,7 +50456,11 @@
49439
50456
  "description": "The second date to check."
49440
50457
  }
49441
50458
  ],
49442
- "description": "Checks if two dates are equal."
50459
+ "description": "Checks if two dates are equal.",
50460
+ "inheritedFrom": {
50461
+ "name": "DateAdapter",
50462
+ "module": "core/datetime/date-adapter.js"
50463
+ }
49443
50464
  },
49444
50465
  {
49445
50466
  "kind": "method",
@@ -49475,98 +50496,52 @@
49475
50496
  "description": "The maximum value to allow. If null or omitted no max is enforced."
49476
50497
  }
49477
50498
  ],
49478
- "description": "Clamp the given date between min and max dates."
50499
+ "description": "Clamp the given date between min and max dates.",
50500
+ "inheritedFrom": {
50501
+ "name": "DateAdapter",
50502
+ "module": "core/datetime/date-adapter.js"
50503
+ }
49479
50504
  }
49480
50505
  ],
49481
- "classGenerics": "T = any"
49482
- }
49483
- ],
49484
- "exports": [
49485
- {
49486
- "kind": "js",
49487
- "name": "DAYS_PER_ROW",
49488
- "declaration": {
49489
- "name": "DAYS_PER_ROW",
49490
- "module": "core/datetime/date-adapter.js"
49491
- }
49492
- },
49493
- {
49494
- "kind": "js",
49495
- "name": "MONTHS_PER_ROW",
49496
- "declaration": {
49497
- "name": "MONTHS_PER_ROW",
49498
- "module": "core/datetime/date-adapter.js"
49499
- }
49500
- },
49501
- {
49502
- "kind": "js",
49503
- "name": "YEARS_PER_ROW",
49504
- "declaration": {
49505
- "name": "YEARS_PER_ROW",
49506
- "module": "core/datetime/date-adapter.js"
49507
- }
49508
- },
49509
- {
49510
- "kind": "js",
49511
- "name": "MONTHS_PER_PAGE",
49512
- "declaration": {
49513
- "name": "MONTHS_PER_PAGE",
49514
- "module": "core/datetime/date-adapter.js"
49515
- }
49516
- },
49517
- {
49518
- "kind": "js",
49519
- "name": "YEARS_PER_PAGE",
49520
- "declaration": {
49521
- "name": "YEARS_PER_PAGE",
50506
+ "superclass": {
50507
+ "name": "DateAdapter",
49522
50508
  "module": "core/datetime/date-adapter.js"
49523
50509
  }
49524
50510
  },
49525
50511
  {
49526
- "kind": "js",
49527
- "name": "FORMAT_DATE",
49528
- "declaration": {
49529
- "name": "FORMAT_DATE",
49530
- "module": "core/datetime/date-adapter.js"
49531
- }
49532
- },
50512
+ "kind": "variable",
50513
+ "name": "defaultDateAdapter",
50514
+ "default": "new NativeDateAdapter()"
50515
+ }
50516
+ ],
50517
+ "exports": [
49533
50518
  {
49534
50519
  "kind": "js",
49535
- "name": "ISO8601_FORMAT_DATE",
50520
+ "name": "NativeDateAdapter",
49536
50521
  "declaration": {
49537
- "name": "ISO8601_FORMAT_DATE",
49538
- "module": "core/datetime/date-adapter.js"
50522
+ "name": "NativeDateAdapter",
50523
+ "module": "core/datetime/native-date-adapter.js"
49539
50524
  }
49540
50525
  },
49541
50526
  {
49542
50527
  "kind": "js",
49543
- "name": "DateAdapter",
50528
+ "name": "defaultDateAdapter",
49544
50529
  "declaration": {
49545
- "name": "DateAdapter",
49546
- "module": "core/datetime/date-adapter.js"
50530
+ "name": "defaultDateAdapter",
50531
+ "module": "core/datetime/native-date-adapter.js"
49547
50532
  }
49548
50533
  }
49549
50534
  ]
49550
50535
  },
49551
50536
  {
49552
50537
  "kind": "javascript-module",
49553
- "path": "core/datetime/native-date-adapter.js",
50538
+ "path": "core/datetime/temporal-date-adapter.js",
49554
50539
  "declarations": [
49555
50540
  {
49556
50541
  "kind": "class",
49557
50542
  "description": "",
49558
- "name": "NativeDateAdapter",
50543
+ "name": "TemporalDateAdapter",
49559
50544
  "members": [
49560
- {
49561
- "kind": "field",
49562
- "name": "_cutoffYearOffset",
49563
- "type": {
49564
- "text": "number"
49565
- },
49566
- "privacy": "private",
49567
- "readonly": true,
49568
- "default": "cutoffYearOffset"
49569
- },
49570
50545
  {
49571
50546
  "kind": "method",
49572
50547
  "name": "getYear",
@@ -49580,7 +50555,7 @@
49580
50555
  {
49581
50556
  "name": "date",
49582
50557
  "type": {
49583
- "text": "Date"
50558
+ "text": "Temporal.PlainDate"
49584
50559
  }
49585
50560
  }
49586
50561
  ],
@@ -49603,7 +50578,7 @@
49603
50578
  {
49604
50579
  "name": "date",
49605
50580
  "type": {
49606
- "text": "Date"
50581
+ "text": "Temporal.PlainDate"
49607
50582
  }
49608
50583
  }
49609
50584
  ],
@@ -49626,7 +50601,7 @@
49626
50601
  {
49627
50602
  "name": "date",
49628
50603
  "type": {
49629
- "text": "Date"
50604
+ "text": "Temporal.PlainDate"
49630
50605
  }
49631
50606
  }
49632
50607
  ],
@@ -49649,7 +50624,7 @@
49649
50624
  {
49650
50625
  "name": "date",
49651
50626
  "type": {
49652
- "text": "Date"
50627
+ "text": "Temporal.PlainDate"
49653
50628
  }
49654
50629
  }
49655
50630
  ],
@@ -49672,7 +50647,7 @@
49672
50647
  {
49673
50648
  "name": "date",
49674
50649
  "type": {
49675
- "text": "Date | string"
50650
+ "text": "Temporal.PlainDate | string"
49676
50651
  }
49677
50652
  }
49678
50653
  ],
@@ -49773,7 +50748,7 @@
49773
50748
  {
49774
50749
  "name": "date",
49775
50750
  "type": {
49776
- "text": "Date"
50751
+ "text": "Temporal.PlainDate"
49777
50752
  }
49778
50753
  }
49779
50754
  ],
@@ -49789,7 +50764,7 @@
49789
50764
  "privacy": "public",
49790
50765
  "return": {
49791
50766
  "type": {
49792
- "text": "Date"
50767
+ "text": "Temporal.PlainDate"
49793
50768
  }
49794
50769
  },
49795
50770
  "description": "Creates today's date.",
@@ -49804,7 +50779,7 @@
49804
50779
  "privacy": "public",
49805
50780
  "return": {
49806
50781
  "type": {
49807
- "text": "Date"
50782
+ "text": "Temporal.PlainDate"
49808
50783
  }
49809
50784
  },
49810
50785
  "parameters": [
@@ -49821,7 +50796,7 @@
49821
50796
  }
49822
50797
  },
49823
50798
  {
49824
- "name": "date",
50799
+ "name": "day",
49825
50800
  "type": {
49826
50801
  "text": "number"
49827
50802
  }
@@ -49850,7 +50825,7 @@
49850
50825
  }
49851
50826
  }
49852
50827
  ],
49853
- "description": "Checks whether the given `obj` is a Date.",
50828
+ "description": "Checks whether the given `obj` is a Temporal.PlainDate.",
49854
50829
  "inheritedFrom": {
49855
50830
  "name": "DateAdapter",
49856
50831
  "module": "core/datetime/date-adapter.js"
@@ -49862,18 +50837,18 @@
49862
50837
  "privacy": "public",
49863
50838
  "return": {
49864
50839
  "type": {
49865
- "text": "date is Date"
50840
+ "text": "date is Temporal.PlainDate"
49866
50841
  }
49867
50842
  },
49868
50843
  "parameters": [
49869
50844
  {
49870
50845
  "name": "date",
49871
50846
  "type": {
49872
- "text": "Date | null | undefined"
50847
+ "text": "Temporal.PlainDate | null | undefined"
49873
50848
  }
49874
50849
  }
49875
50850
  ],
49876
- "description": "Checks whether the given `date` is a valid Date.",
50851
+ "description": "Checks whether the given `date` is a valid Temporal.PlainDate.",
49877
50852
  "inheritedFrom": {
49878
50853
  "name": "DateAdapter",
49879
50854
  "module": "core/datetime/date-adapter.js"
@@ -49885,14 +50860,14 @@
49885
50860
  "privacy": "public",
49886
50861
  "return": {
49887
50862
  "type": {
49888
- "text": "Date"
50863
+ "text": "Temporal.PlainDate"
49889
50864
  }
49890
50865
  },
49891
50866
  "parameters": [
49892
50867
  {
49893
50868
  "name": "date",
49894
50869
  "type": {
49895
- "text": "Date"
50870
+ "text": "Temporal.PlainDate"
49896
50871
  }
49897
50872
  }
49898
50873
  ],
@@ -49908,14 +50883,14 @@
49908
50883
  "privacy": "public",
49909
50884
  "return": {
49910
50885
  "type": {
49911
- "text": "Date"
50886
+ "text": "Temporal.PlainDate"
49912
50887
  }
49913
50888
  },
49914
50889
  "parameters": [
49915
50890
  {
49916
50891
  "name": "date",
49917
50892
  "type": {
49918
- "text": "Date"
50893
+ "text": "Temporal.PlainDate"
49919
50894
  },
49920
50895
  "description": "The starting date."
49921
50896
  },
@@ -49939,14 +50914,14 @@
49939
50914
  "privacy": "public",
49940
50915
  "return": {
49941
50916
  "type": {
49942
- "text": "Date"
50917
+ "text": "Temporal.PlainDate"
49943
50918
  }
49944
50919
  },
49945
50920
  "parameters": [
49946
50921
  {
49947
50922
  "name": "date",
49948
50923
  "type": {
49949
- "text": "Date"
50924
+ "text": "Temporal.PlainDate"
49950
50925
  }
49951
50926
  },
49952
50927
  {
@@ -49956,7 +50931,7 @@
49956
50931
  }
49957
50932
  }
49958
50933
  ],
49959
- "description": "Creates a new date adding the number of provided `months` to the provided `date`.\nIf the calculated month has fewer days than the original one, the date is set to the last day of the month.\nE.g., with `date` = new Date(2022, 0, 31) and `months` = 1, it returns new Date(2022, 1, 28).",
50934
+ "description": "Creates a new date adding the number of provided `months` to the provided `date`.\nIf the calculated month has fewer days than the original one, the date is set to the last day of the month.\nE.g., with `date` = new Temporal.PlainDate(2022, 0, 31) and `months` = 1, it returns new Temporal.PlainDate(2022, 1, 28).",
49960
50935
  "inheritedFrom": {
49961
50936
  "name": "DateAdapter",
49962
50937
  "module": "core/datetime/date-adapter.js"
@@ -49968,14 +50943,14 @@
49968
50943
  "privacy": "public",
49969
50944
  "return": {
49970
50945
  "type": {
49971
- "text": "Date"
50946
+ "text": "Temporal.PlainDate"
49972
50947
  }
49973
50948
  },
49974
50949
  "parameters": [
49975
50950
  {
49976
50951
  "name": "date",
49977
50952
  "type": {
49978
- "text": "Date"
50953
+ "text": "Temporal.PlainDate"
49979
50954
  }
49980
50955
  },
49981
50956
  {
@@ -49997,18 +50972,18 @@
49997
50972
  "privacy": "public",
49998
50973
  "return": {
49999
50974
  "type": {
50000
- "text": "Date | null"
50975
+ "text": "Temporal.PlainDate | null"
50001
50976
  }
50002
50977
  },
50003
50978
  "parameters": [
50004
50979
  {
50005
50980
  "name": "date",
50006
50981
  "type": {
50007
- "text": "Date | string | null | undefined"
50982
+ "text": "Temporal.PlainDate | string | null | undefined"
50008
50983
  }
50009
50984
  }
50010
50985
  ],
50011
- "description": "Creates a Date from a valid input (Date or ISO string).",
50986
+ "description": "Creates a Temporal.PlainDate from a valid input (Temporal.PlainDate or ISO string).",
50012
50987
  "inheritedFrom": {
50013
50988
  "name": "DateAdapter",
50014
50989
  "module": "core/datetime/date-adapter.js"
@@ -50016,22 +50991,14 @@
50016
50991
  },
50017
50992
  {
50018
50993
  "kind": "method",
50019
- "name": "parse",
50994
+ "name": "invalid",
50020
50995
  "privacy": "public",
50021
50996
  "return": {
50022
50997
  "type": {
50023
- "text": "Date | null"
50998
+ "text": "Temporal.PlainDate"
50024
50999
  }
50025
51000
  },
50026
- "parameters": [
50027
- {
50028
- "name": "value",
50029
- "type": {
50030
- "text": "string | null | undefined"
50031
- }
50032
- }
50033
- ],
50034
- "description": "Returns the right format for the `valueAsDate` property.",
51001
+ "description": "Gets date instance that is not valid.",
50035
51002
  "inheritedFrom": {
50036
51003
  "name": "DateAdapter",
50037
51004
  "module": "core/datetime/date-adapter.js"
@@ -50039,14 +51006,22 @@
50039
51006
  },
50040
51007
  {
50041
51008
  "kind": "method",
50042
- "name": "invalid",
51009
+ "name": "toIso8601",
50043
51010
  "privacy": "public",
50044
51011
  "return": {
50045
51012
  "type": {
50046
- "text": "Date"
51013
+ "text": "string"
50047
51014
  }
50048
51015
  },
50049
- "description": "Gets date instance that is not valid.",
51016
+ "parameters": [
51017
+ {
51018
+ "name": "date",
51019
+ "type": {
51020
+ "text": "Temporal.PlainDate"
51021
+ }
51022
+ }
51023
+ ],
51024
+ "description": "Get the given date as ISO String.",
50050
51025
  "inheritedFrom": {
50051
51026
  "name": "DateAdapter",
50052
51027
  "module": "core/datetime/date-adapter.js"
@@ -50080,35 +51055,42 @@
50080
51055
  "description": "Creates an array with the given length and fills it by mapping with the provided function."
50081
51056
  },
50082
51057
  {
50083
- "kind": "method",
50084
- "name": "_createDateWithOverflow",
51058
+ "kind": "field",
51059
+ "name": "_cutoffYearOffset",
51060
+ "type": {
51061
+ "text": "number"
51062
+ },
50085
51063
  "privacy": "private",
51064
+ "readonly": true,
51065
+ "default": "cutoffYearOffset",
51066
+ "inheritedFrom": {
51067
+ "name": "DateAdapter",
51068
+ "module": "core/datetime/date-adapter.js"
51069
+ }
51070
+ },
51071
+ {
51072
+ "kind": "method",
51073
+ "name": "parse",
51074
+ "privacy": "public",
50086
51075
  "return": {
50087
51076
  "type": {
50088
- "text": "Date"
51077
+ "text": "T | null"
50089
51078
  }
50090
51079
  },
50091
51080
  "parameters": [
50092
51081
  {
50093
- "name": "year",
50094
- "type": {
50095
- "text": "number"
50096
- }
50097
- },
50098
- {
50099
- "name": "month",
50100
- "type": {
50101
- "text": "number"
50102
- }
50103
- },
50104
- {
50105
- "name": "date",
51082
+ "name": "value",
50106
51083
  "type": {
50107
- "text": "number"
50108
- }
51084
+ "text": "string | null | undefined"
51085
+ },
51086
+ "description": "The date in the format DD.MM.YYYY."
50109
51087
  }
50110
51088
  ],
50111
- "description": "Creates a date but allows the month and date to overflow."
51089
+ "description": "Get the given string as Date.",
51090
+ "inheritedFrom": {
51091
+ "name": "DateAdapter",
51092
+ "module": "core/datetime/date-adapter.js"
51093
+ }
50112
51094
  },
50113
51095
  {
50114
51096
  "kind": "method",
@@ -50142,30 +51124,6 @@
50142
51124
  "module": "core/datetime/date-adapter.js"
50143
51125
  }
50144
51126
  },
50145
- {
50146
- "kind": "method",
50147
- "name": "toIso8601",
50148
- "privacy": "public",
50149
- "return": {
50150
- "type": {
50151
- "text": "string"
50152
- }
50153
- },
50154
- "parameters": [
50155
- {
50156
- "name": "date",
50157
- "type": {
50158
- "text": "T"
50159
- },
50160
- "description": "The date to convert to ISO String."
50161
- }
50162
- ],
50163
- "description": "Get the given date as ISO String.",
50164
- "inheritedFrom": {
50165
- "name": "DateAdapter",
50166
- "module": "core/datetime/date-adapter.js"
50167
- }
50168
- },
50169
51127
  {
50170
51128
  "kind": "method",
50171
51129
  "name": "getValidDateOrNull",
@@ -50323,25 +51281,25 @@
50323
51281
  },
50324
51282
  {
50325
51283
  "kind": "variable",
50326
- "name": "defaultDateAdapter",
50327
- "default": "new NativeDateAdapter()"
51284
+ "name": "temporalDateAdapter",
51285
+ "default": "new TemporalDateAdapter()"
50328
51286
  }
50329
51287
  ],
50330
51288
  "exports": [
50331
51289
  {
50332
51290
  "kind": "js",
50333
- "name": "NativeDateAdapter",
51291
+ "name": "TemporalDateAdapter",
50334
51292
  "declaration": {
50335
- "name": "NativeDateAdapter",
50336
- "module": "core/datetime/native-date-adapter.js"
51293
+ "name": "TemporalDateAdapter",
51294
+ "module": "core/datetime/temporal-date-adapter.js"
50337
51295
  }
50338
51296
  },
50339
51297
  {
50340
51298
  "kind": "js",
50341
- "name": "defaultDateAdapter",
51299
+ "name": "temporalDateAdapter",
50342
51300
  "declaration": {
50343
- "name": "defaultDateAdapter",
50344
- "module": "core/datetime/native-date-adapter.js"
51301
+ "name": "temporalDateAdapter",
51302
+ "module": "core/datetime/temporal-date-adapter.js"
50345
51303
  }
50346
51304
  }
50347
51305
  ]
@@ -103761,14 +104719,6 @@
103761
104719
  },
103762
104720
  "privacy": "private"
103763
104721
  },
103764
- {
103765
- "kind": "field",
103766
- "name": "_tabContentElement",
103767
- "type": {
103768
- "text": "HTMLElement"
103769
- },
103770
- "privacy": "private"
103771
- },
103772
104722
  {
103773
104723
  "kind": "field",
103774
104724
  "name": "_tabGroupResizeObserver",
@@ -103797,6 +104747,18 @@
103797
104747
  "description": "Sets the initial tab. If it matches a disabled tab or exceeds the length of\nthe tab group, the first enabled tab will be selected.",
103798
104748
  "attribute": "initial-selected-index"
103799
104749
  },
104750
+ {
104751
+ "kind": "field",
104752
+ "name": "fixedHeight",
104753
+ "type": {
104754
+ "text": "boolean"
104755
+ },
104756
+ "privacy": "public",
104757
+ "default": "false",
104758
+ "description": "If set to true, the `sbb-tab` elements take 100% height of the `sbb-tab-group`.\nIt enables controlling the height on the `sbb-tab-group` element.\nThe content becomes scrollable on overflow.",
104759
+ "attribute": "fixed-height",
104760
+ "reflects": true
104761
+ },
103800
104762
  {
103801
104763
  "kind": "field",
103802
104764
  "name": "labels",
@@ -103828,7 +104790,7 @@
103828
104790
  },
103829
104791
  "parameters": [
103830
104792
  {
103831
- "name": "tabIndex",
104793
+ "name": "index",
103832
104794
  "type": {
103833
104795
  "text": "number"
103834
104796
  },
@@ -103848,7 +104810,7 @@
103848
104810
  },
103849
104811
  "parameters": [
103850
104812
  {
103851
- "name": "tabIndex",
104813
+ "name": "index",
103852
104814
  "type": {
103853
104815
  "text": "number"
103854
104816
  },
@@ -103868,7 +104830,7 @@
103868
104830
  },
103869
104831
  "parameters": [
103870
104832
  {
103871
- "name": "tabIndex",
104833
+ "name": "index",
103872
104834
  "type": {
103873
104835
  "text": "number"
103874
104836
  },
@@ -104042,6 +105004,15 @@
104042
105004
  "default": "0",
104043
105005
  "description": "Sets the initial tab. If it matches a disabled tab or exceeds the length of\nthe tab group, the first enabled tab will be selected.",
104044
105006
  "fieldName": "initialSelectedIndex"
105007
+ },
105008
+ {
105009
+ "name": "fixed-height",
105010
+ "type": {
105011
+ "text": "boolean"
105012
+ },
105013
+ "default": "false",
105014
+ "description": "If set to true, the `sbb-tab` elements take 100% height of the `sbb-tab-group`.\nIt enables controlling the height on the `sbb-tab-group` element.\nThe content becomes scrollable on overflow.",
105015
+ "fieldName": "fixedHeight"
104045
105016
  }
104046
105017
  ],
104047
105018
  "mixins": [