@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
@@ -1,77 +0,0 @@
1
- import { CSSResultGroup, PropertyValues, TemplateResult, LitElement } from 'lit';
2
- import { SbbTime } from '../core/interfaces.ts';
3
- declare const SbbClockElement_base: import('../core/mixins.ts').AbstractConstructor<import('../core/mixins.ts').SbbElementInternalsMixinType> & typeof LitElement & import('../core/mixins.ts').SbbElementInternalsConstructor;
4
- /**
5
- * It displays an analog clock with the classic SBB face.
6
- */
7
- export declare class SbbClockElement extends SbbClockElement_base {
8
- static styles: CSSResultGroup;
9
- /**
10
- * Define a specific time which the clock should show statically.
11
- * @param value HH:MM:ss
12
- */
13
- accessor now: SbbTime | null;
14
- /** Whether the clock is ticking or not */
15
- private _state;
16
- /** Reference to the hour hand. */
17
- private _clockHandHours;
18
- /** Reference to the minute hand. */
19
- private _clockHandMinutes;
20
- /** Reference to the second hand. */
21
- private _clockHandSeconds;
22
- /** Hours value for the current date. */
23
- private _hours;
24
- /** Minutes value for the current date. */
25
- private _minutes;
26
- /** Seconds value for the current date. */
27
- private _seconds;
28
- /** Move the minutes hand every minute. */
29
- private _handMovement?;
30
- private _resetIntervalId?;
31
- /** Callback function for hours hand. */
32
- private _moveHoursHandFn;
33
- /** Callback function for minutes hand. */
34
- private _moveMinutesHandFn;
35
- connectedCallback(): void;
36
- protected willUpdate(changedProperties: PropertyValues<this>): void;
37
- protected firstUpdated(changedProperties: PropertyValues<this>): void;
38
- disconnectedCallback(): void;
39
- private _handlePageVisibilityChange;
40
- private _startOrConfigureClock;
41
- /** Starts the clock by defining the hands starting position then starting the animations. */
42
- private _startClock;
43
- /** Stops the clock by removing all the animations. */
44
- private _stopClock;
45
- /**
46
- * As a fallback measure to prevent de-sync, reset the clock to the system time.
47
- */
48
- private _resetClock;
49
- /** Set the starting position for the three hands on the clock face. */
50
- private _setHandsStartingPosition;
51
- /** Given the current date, calculates the hh/mm/ss values and the hh/mm/ss left to the next midnight. */
52
- private _assignCurrentTime;
53
- /** Set the starting position for the minutes hand. */
54
- private _setMinutesHand;
55
- /** Move the hours hand to the next value. */
56
- private _moveHoursHand;
57
- /** Move the minutes hand to the next value. */
58
- private _moveMinutesHand;
59
- private _addMinutesAndSetHands;
60
- /**
61
- * Removing animation by overriding with empty string,
62
- * then triggering a reflow and re add original animation by removing override.
63
- * @private
64
- */
65
- private _resetSecondsHandAnimation;
66
- private _removeEventListeners;
67
- private _removeHoursAnimationStyles;
68
- private _removeSecondsAnimationStyles;
69
- protected render(): TemplateResult;
70
- }
71
- declare global {
72
- interface HTMLElementTagNameMap {
73
- 'sbb-clock': SbbClockElement;
74
- }
75
- }
76
- export {};
77
- //# sourceMappingURL=clock.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clock.component.d.ts","sourceRoot":"","sources":["../../../src/elements/clock/clock.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1E,OAAO,EAAkB,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;;AAgDrD;;GAEG;AACH,qBAEM,eAAgB,SAAQ,oBAAoC;IAChE,OAAuB,MAAM,EAAE,cAAc,CAA4B;IAEzE;;;OAGG;IACH,SAA4B,GAAG,EAAE,OAAO,GAAG,IAAI,CAAQ;IAEvD,0CAA0C;IAC1C,OAAO,CAAC,MAAM,CAAkC;IAEhD,kCAAkC;IAClC,OAAO,CAAC,eAAe,CAAe;IAEtC,oCAAoC;IACpC,OAAO,CAAC,iBAAiB,CAAe;IAExC,oCAAoC;IACpC,OAAO,CAAC,iBAAiB,CAAe;IAExC,wCAAwC;IACxC,OAAO,CAAC,MAAM,CAAU;IAExB,0CAA0C;IAC1C,OAAO,CAAC,QAAQ,CAAU;IAE1B,0CAA0C;IAC1C,OAAO,CAAC,QAAQ,CAAU;IAE1B,0CAA0C;IAC1C,OAAO,CAAC,aAAa,CAAC,CAAiC;IAEvD,OAAO,CAAC,gBAAgB,CAAC,CAAiC;IAE1D,wCAAwC;IACxC,OAAO,CAAC,gBAAgB,CAAqC;IAE7D,0CAA0C;IAC1C,OAAO,CAAC,kBAAkB,CAAuC;IAEjD,iBAAiB,IAAI,IAAI;cAMtB,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;cAQzD,YAAY,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAS9D,oBAAoB,IAAI,IAAI;IAM5C,OAAO,CAAC,2BAA2B,CAUjC;YAEY,sBAAsB;IAUpC,6FAA6F;YAC/E,WAAW;IAuBzB,sDAAsD;YACxC,UAAU;IAexB;;OAEG;YACW,WAAW;IAQzB,uEAAuE;IACvE,OAAO,CAAC,yBAAyB;IA4CjC,yGAAyG;IACzG,OAAO,CAAC,kBAAkB;IAW1B,sDAAsD;IACtD,OAAO,CAAC,eAAe;IAOvB,6CAA6C;IAC7C,OAAO,CAAC,cAAc;IAYtB,+CAA+C;IAC/C,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,sBAAsB;IAK9B;;;;OAIG;IACH,OAAO,CAAC,0BAA0B;IAWlC,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,2BAA2B;IAMnC,OAAO,CAAC,6BAA6B;cAOlB,MAAM,IAAI,cAAc;CA0B5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,WAAW,EAAE,eAAe,CAAC;KAC9B;CACF"}
package/clock.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * @entrypoint
3
- */
4
- export * from './clock/clock.component.ts';
5
- //# sourceMappingURL=clock.d.ts.map
package/clock.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"clock.d.ts","sourceRoot":"","sources":["../../src/elements/clock.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4BAA4B,CAAC"}
@@ -1,27 +0,0 @@
1
- import { CSSResultGroup, LitElement, PropertyValues, TemplateResult } from 'lit';
2
- declare const SbbContainerElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbElementInternalsMixinType> & typeof LitElement & import('../../core/mixins.ts').SbbElementInternalsConstructor;
3
- /**
4
- * It displays its content with the default page spacing.
5
- *
6
- * @slot - Use the unnamed slot to add anything to the container.
7
- * @slot sticky-bar - The slot used by the sbb-sticky-bar component.
8
- * @slot image - The slot used to slot an `sbb-image` to use as background.
9
- */
10
- export declare class SbbContainerElement extends SbbContainerElement_base {
11
- static styles: CSSResultGroup;
12
- /** Whether the container is expanded. */
13
- accessor expanded: boolean;
14
- /** Whether the background color is shown on full container width on large screens. */
15
- accessor backgroundExpanded: boolean;
16
- /** Color of the container, like transparent, white etc. */
17
- accessor color: 'transparent' | 'white' | 'milk' | 'midnight' | 'charcoal';
18
- protected willUpdate(changedProperties: PropertyValues<this>): void;
19
- protected render(): TemplateResult;
20
- }
21
- declare global {
22
- interface HTMLElementTagNameMap {
23
- 'sbb-container': SbbContainerElement;
24
- }
25
- }
26
- export {};
27
- //# sourceMappingURL=container.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/container/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EAEnB,UAAU,EACV,KAAK,cAAc,EACnB,KAAK,cAAc,EACpB,MAAM,KAAK,CAAC;;AASb;;;;;;GAMG;AACH,qBAEM,mBAAoB,SAAQ,wBAAoC;IACpE,OAAuB,MAAM,EAAE,cAAc,CAA4B;IAEzE,yCAAyC;IACzC,SAEgB,QAAQ,EAAE,OAAO,CAAS;IAE1C,sFAAsF;IACtF,SAEgB,kBAAkB,EAAE,OAAO,CAAS;IAEpD,2DAA2D;IAC3D,SAA6C,KAAK,EAC9C,aAAa,GACb,OAAO,GACP,MAAM,GACN,UAAU,GACV,UAAU,CAAW;cAEN,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;cASzD,MAAM,IAAI,cAAc;CAW5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,eAAe,EAAE,mBAAmB,CAAC;KACtC;CACF"}
@@ -1,5 +0,0 @@
1
- /**
2
- * @entrypoint
3
- */
4
- export * from './container/container.component.ts';
5
- //# sourceMappingURL=container.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/elements/container/container.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,oCAAoC,CAAC"}
@@ -1,58 +0,0 @@
1
- import { CSSResultGroup, LitElement, PropertyValues, TemplateResult } from 'lit';
2
- declare const SbbStickyBarElement_base: import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbUpdateSchedulerMixinType> & import('../../core/mixins.ts').AbstractConstructor<import('../../core/mixins.ts').SbbElementInternalsMixinType> & typeof LitElement & import('../../core/mixins.ts').SbbElementInternalsConstructor;
3
- /**
4
- * A container that sticks to the bottom of the page if slotted into `sbb-container`.
5
- *
6
- * @slot - Use the unnamed slot to add content to the sticky bar.
7
- * @cssprop [--sbb-sticky-bar-padding-block=var(--sbb-spacing-responsive-xs)] - Block padding of the sticky bar.
8
- * @cssprop [--sbb-sticky-bar-bottom-overlapping-height=0px] - Define an additional area where
9
- * the sticky bar overlaps the following content on the bottom.
10
- * This area becomes visible when the sticky bar transitions from sticky to the normal document flow.
11
- * @cssprop [--sbb-sticky-bar-z-index] - To specify a custom stack order,
12
- * the `z-index` can be overridden by defining this CSS variable.
13
- */
14
- export declare class SbbStickyBarElement extends SbbStickyBarElement_base {
15
- static styles: CSSResultGroup;
16
- static readonly events: {
17
- readonly beforestick: "beforestick";
18
- readonly stick: "stick";
19
- readonly beforeunstick: "beforeunstick";
20
- readonly unstick: "unstick";
21
- };
22
- /** Color of the container, like transparent, white etc. */
23
- accessor color: 'white' | 'milk' | 'midnight' | 'charcoal' | null;
24
- /**
25
- * Size of the container.
26
- * @default 'm' / 's' (lean)
27
- */
28
- accessor size: 'm' | 's';
29
- /** The state of the component. */
30
- private set _state(value);
31
- private get _state();
32
- private _stateInternal;
33
- private _intersector?;
34
- private _observer;
35
- constructor();
36
- connectedCallback(): void;
37
- disconnectedCallback(): void;
38
- protected firstUpdated(changedProperties: PropertyValues<this>): void;
39
- private _isZeroAnimationDuration;
40
- private _detectStickyState;
41
- /** Animates from normal content flow position to `position: sticky`. */
42
- stick(): void;
43
- /** Animates `position: sticky` to normal content flow position. */
44
- unstick(): void;
45
- private _stickyCallback;
46
- private _unstickyCallback;
47
- private _onAnimationEnd;
48
- private _dispatchBeforeStickEvent;
49
- private _dispatchBeforeUnStickEvent;
50
- protected render(): TemplateResult;
51
- }
52
- declare global {
53
- interface HTMLElementTagNameMap {
54
- 'sbb-sticky-bar': SbbStickyBarElement;
55
- }
56
- }
57
- export {};
58
- //# sourceMappingURL=sticky-bar.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sticky-bar.component.d.ts","sourceRoot":"","sources":["../../../../src/elements/container/sticky-bar/sticky-bar.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,cAAc,EAEnB,UAAU,EACV,KAAK,cAAc,EACnB,KAAK,cAAc,EACpB,MAAM,KAAK,CAAC;;AAWb;;;;;;;;;;GAUG;AACH,qBAEM,mBAAoB,SAAQ,wBAA6D;IAC7F,OAAuB,MAAM,EAAE,cAAc,CAA4B;IAEzE,gBAAuB,MAAM;;;;;MAKlB;IAEX,2DAA2D;IAC3D,SAA6C,KAAK,EAC9C,OAAO,GACP,MAAM,GACN,UAAU,GACV,UAAU,GACV,IAAI,CAAQ;IAEhB;;;OAGG;IACH,SAA6C,IAAI,EAAE,GAAG,GAAG,GAAG,CAAwB;IAEpF,kCAAkC;IAClC,OAAO,KAAK,MAAM,QAQjB;IACD,OAAO,KAAK,MAAM,GAEjB;IACD,OAAO,CAAC,cAAc,CAAe;IAErC,OAAO,CAAC,YAAY,CAAC,CAAkB;IACvC,OAAO,CAAC,SAAS,CAKd;;IAQa,iBAAiB,IAAI,IAAI;IAgBzB,oBAAoB,IAAI,IAAI;cAKzB,YAAY,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAU9E,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,kBAAkB;IA+B1B,wEAAwE;IACjE,KAAK,IAAI,IAAI;IAWpB,mEAAmE;IAC5D,OAAO,IAAI,IAAI;IAYtB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,yBAAyB;IAKjC,OAAO,CAAC,2BAA2B;cAKhB,MAAM,IAAI,cAAc;CAU5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,gBAAgB,EAAE,mBAAmB,CAAC;KACvC;CACF"}
@@ -1,5 +0,0 @@
1
- /**
2
- * @entrypoint
3
- */
4
- export * from './sticky-bar/sticky-bar.component.ts';
5
- //# sourceMappingURL=sticky-bar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sticky-bar.d.ts","sourceRoot":"","sources":["../../../src/elements/container/sticky-bar.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,sCAAsC,CAAC"}
package/container.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /**
2
- * @entrypoint
3
- */
4
- export * from './container/container.ts';
5
- export * from './container/sticky-bar.ts';
6
- //# sourceMappingURL=container.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../src/elements/container.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC"}
@@ -1,32 +0,0 @@
1
- /**
2
- * Check if the key pressed is among those allowed for navigation.
3
- * @param event The keyboard event to check.
4
- */
5
- export declare function isArrowKeyPressed(event: KeyboardEvent): boolean;
6
- /**
7
- * Check if the key pressed should move the navigation to the next element.
8
- * @param event The keyboard event to check.
9
- */
10
- export declare function isPreviousArrowKeyPressed(event: KeyboardEvent): boolean;
11
- /**
12
- * Check if the key pressed should move the navigation to the next element.
13
- * @param event The keyboard event to check.
14
- */
15
- export declare function isNextArrowKeyPressed(event: KeyboardEvent): boolean;
16
- /**
17
- * Check if the key pressed is among those allowed for navigation.
18
- * @param event The keyboard event to check.
19
- */
20
- export declare function isArrowKeyOrPageKeysPressed(event: KeyboardEvent): boolean;
21
- /**
22
- * Gets the index of the element to move to, based on the keyboard input, the current element in the list and the list size.
23
- * @param event The keyboard event to check. If null, will count as a 'next' step.
24
- * @param current The index of the current element in the list.
25
- * @param size The size of the list.
26
- * @returns if it is a 'previous' event, returns the index of the previous element,
27
- * or the index of the last one if the current element is the first in the list;
28
- * if it is a 'next' event, returns the index of the next element,
29
- * or the index of the first one, if the current is the last in the list.
30
- */
31
- export declare function getNextElementIndex(event: KeyboardEvent | undefined, current: number, size: number): number;
32
- //# sourceMappingURL=arrow-navigation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrow-navigation.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/arrow-navigation.ts"],"names":[],"mappings":"AAaA;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAE/D;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAEvE;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAEnE;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAEzE;AAkBD;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,aAAa,GAAG,SAAS,EAChC,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,GACX,MAAM,CASR"}
@@ -1,5 +0,0 @@
1
- /** Gets whether an event could be a faked `mousedown` event dispatched by a screen reader. */
2
- export declare function isFakeMousedownFromScreenReader(event: MouseEvent): boolean;
3
- /** Gets whether an event could be a faked `touchstart` event dispatched by a screen reader. */
4
- export declare function isFakeTouchstartFromScreenReader(event: TouchEvent): boolean;
5
- //# sourceMappingURL=fake-event-detection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fake-event-detection.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/fake-event-detection.ts"],"names":[],"mappings":"AAEA,8FAA8F;AAC9F,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAO1E;AAED,+FAA+F;AAC/F,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAc3E"}
@@ -1,35 +0,0 @@
1
- import { ReactiveController, ReactiveControllerHost } from 'lit';
2
- export declare class SbbFocusTrapController implements ReactiveController {
3
- private _host;
4
- /**
5
- * Whether the focus is trap is enabled.
6
- * @param enabled
7
- */
8
- set enabled(enabled: boolean);
9
- get enabled(): boolean;
10
- private _abortController;
11
- constructor(_host: ReactiveControllerHost & HTMLElement);
12
- hostDisconnected(): void;
13
- /**
14
- * Focuses the element that should be focused when the focus trap is initialized.
15
- * @returns Whether focus was moved successfully.
16
- */
17
- focusInitialElement(options?: FocusOptions): boolean;
18
- /**
19
- * Focuses the first tabbable element within the focus trap region.
20
- * @returns Whether focus was moved successfully.
21
- */
22
- focusFirstTabbableElement(options?: FocusOptions): boolean;
23
- /**
24
- * Focuses the last tabbable element within the focus trap region.
25
- * @returns Whether focus was moved successfully.
26
- */
27
- focusLastTabbableElement(options?: FocusOptions): boolean;
28
- private _trap;
29
- /** Get the first tabbable element from a DOM subtree (inclusive). */
30
- private _getFirstTabbableElement;
31
- /** Get the last tabbable element from a DOM subtree (inclusive). */
32
- private _getLastTabbableElement;
33
- private _untrap;
34
- }
35
- //# sourceMappingURL=focus-trap-controller.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus-trap-controller.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/focus-trap-controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;AAItE,qBAAa,sBAAuB,YAAW,kBAAkB;IAkB5C,OAAO,CAAC,KAAK;IAjBhC;;;OAGG;IACH,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,EAMlC;IACD,IAAW,OAAO,IAAI,OAAO,CAE5B;IAED,OAAO,CAAC,gBAAgB,CAAgC;gBAE7B,KAAK,EAAE,sBAAsB,GAAG,WAAW;IAI/D,gBAAgB,IAAI,IAAI;IAI/B;;;OAGG;IACI,mBAAmB,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO;IAuB3D;;;OAGG;IACI,yBAAyB,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO;IAUjE;;;OAGG;IACI,wBAAwB,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO;IAUhE,OAAO,CAAC,KAAK;IA2Bb,qEAAqE;IACrE,OAAO,CAAC,wBAAwB;IA6BhC,oEAAoE;IACpE,OAAO,CAAC,uBAAuB;IA8B/B,OAAO,CAAC,OAAO;CAIhB"}
@@ -1,11 +0,0 @@
1
- import { ReactiveController, ReactiveControllerHost } from 'lit';
2
- import { SbbElementInternalsMixinType } from '../mixins.ts';
3
- export declare class SbbFocusVisibleWithinController implements ReactiveController {
4
- private _host;
5
- constructor(_host: SbbElementInternalsMixinType & ReactiveControllerHost & HTMLElement);
6
- private _focusinHandler;
7
- private _focusoutHandler;
8
- hostConnected(): void;
9
- hostDisconnected(): void;
10
- }
11
- //# sourceMappingURL=focus-visible-within-controller.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus-visible-within-controller.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/focus-visible-within-controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,KAAK,CAAC;AAGtE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAKjE,qBAAa,+BAAgC,YAAW,kBAAkB;IAEtE,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,4BAA4B,GAAG,sBAAsB,GAAG,WAAW;IAKpF,OAAO,CAAC,eAAe,CAKrB;IAEF,OAAO,CAAC,gBAAgB,CAEtB;IAEK,aAAa,IAAI,IAAI;IAKrB,gBAAgB,IAAI,IAAI;CAIhC"}
@@ -1,2 +0,0 @@
1
- export declare const IS_FOCUSABLE_QUERY: string;
2
- //# sourceMappingURL=focus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/focus.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,QAWnB,CAAC"}
@@ -1,58 +0,0 @@
1
- export type SbbInputModality = 'touch' | 'mouse' | 'keyboard' | 'program' | null;
2
- /**
3
- * Service that detects the user's input modality.
4
- *
5
- * This service does not update the input modality when a user navigates with a screen reader
6
- * (e.g. linear navigation with VoiceOver, object navigation / browse mode with NVDA, virtual PC
7
- * cursor mode with JAWS). This is in part due to technical limitations (i.e. keyboard events do not
8
- * fire as expected in these modes) but is also arguably the correct behavior. Navigating with a
9
- * screen reader is akin to visually scanning a page, and should not be interpreted as actual user
10
- * input interaction.
11
- *
12
- * When a user is not navigating but *interacting* with a screen reader, this service attempts to
13
- * update the input modality to keyboard, but in general this service's behavior is largely
14
- * undefined.
15
- */
16
- declare class SbbInputModalityDetector {
17
- /** The most recently detected input modality. */
18
- get mostRecentModality(): SbbInputModality | null;
19
- /**
20
- * The most recent modality must be initialised with the value 'mouse' to cover the case where an action is
21
- * performed but no mouse or keyboard event has yet occurred on the page (e.g. `sbb-popover` with hover trigger).
22
- */
23
- private _mostRecentModality;
24
- /**
25
- * The most recently detected input modality event target. Is null if no input modality has been
26
- * detected or if the associated event target is null for some unknown reason.
27
- */
28
- get mostRecentTarget(): HTMLElement | null;
29
- private _mostRecentTarget;
30
- /** Options for this SbbInputModalityDetector. */
31
- private readonly _options;
32
- /**
33
- * The timestamp of the last touch input modality. Used to determine whether mousedown events
34
- * should be attributed to mouse or touch.
35
- */
36
- private _lastTouchMs;
37
- constructor();
38
- reset(): void;
39
- /**
40
- * Handles keydown events. Must be an arrow function in order to preserve the context when it gets
41
- * bound.
42
- */
43
- private _onKeydown;
44
- /**
45
- * Handles mousedown events. Must be an arrow function in order to preserve the context when it
46
- * gets bound.
47
- */
48
- private _onMousedown;
49
- /**
50
- * Handles touchstart events. Must be an arrow function in order to preserve the context when it
51
- * gets bound.
52
- */
53
- private _onTouchstart;
54
- private _updateState;
55
- }
56
- export declare const sbbInputModalityDetector: SbbInputModalityDetector;
57
- export {};
58
- //# sourceMappingURL=input-modality-detector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input-modality-detector.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/input-modality-detector.ts"],"names":[],"mappings":"AAWA,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,IAAI,CAAC;AAmDjF;;;;;;;;;;;;;GAaG;AACH,cAAM,wBAAwB;IAC5B,iDAAiD;IACjD,IAAW,kBAAkB,IAAI,gBAAgB,GAAG,IAAI,CAEvD;IAED;;;OAGG;IACH,OAAO,CAAC,mBAAmB,CAAoC;IAE/D;;;OAGG;IACH,IAAW,gBAAgB,IAAI,WAAW,GAAG,IAAI,CAEhD;IACD,OAAO,CAAC,iBAAiB,CAA4B;IAErD,iDAAiD;IACjD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAEvB;IAEF;;;OAGG;IACH,OAAO,CAAC,YAAY,CAAK;;IAUlB,KAAK,IAAI,IAAI;IAKpB;;;OAGG;IACH,OAAO,CAAC,UAAU,CAQhB;IAEF;;;OAGG;IACH,OAAO,CAAC,YAAY,CAWlB;IAEF;;;OAGG;IACH,OAAO,CAAC,aAAa,CAanB;IAEF,OAAO,CAAC,YAAY;CAQrB;AAED,eAAO,MAAM,wBAAwB,0BAAiC,CAAC"}
@@ -1,52 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- /**
9
- * Configuration for the isFocusable method.
10
- */
11
- export declare class IsFocusableConfig {
12
- /**
13
- * Whether to count an element as focusable even if it is not currently visible.
14
- */
15
- ignoreVisibility: boolean;
16
- }
17
- export declare class InteractivityChecker {
18
- /**
19
- * Gets whether an element is disabled.
20
- *
21
- * @param element Element to be checked.
22
- * @returns Whether the element is disabled.
23
- */
24
- isDisabled(element: HTMLElement): boolean;
25
- /**
26
- * Gets whether an element is visible for the purposes of interactivity.
27
- *
28
- * This will capture states like `display: none` and `visibility: hidden`, but not things like
29
- * being clipped by an `overflow: hidden` parent or being outside the viewport.
30
- *
31
- * @returns Whether the element is visible.
32
- */
33
- isVisible(element: HTMLElement): boolean;
34
- /**
35
- * Gets whether an element can be reached via Tab key.
36
- * Assumes that the element has already been checked with isFocusable.
37
- *
38
- * @param element Element to be checked.
39
- * @returns Whether the element is tabbable.
40
- */
41
- isTabbable(element: HTMLElement): boolean;
42
- /**
43
- * Gets whether an element can be focused by the user.
44
- *
45
- * @param element Element to be checked.
46
- * @param config The config object with options to customize this method's behavior
47
- * @returns Whether the element is focusable.
48
- */
49
- isFocusable(element: HTMLElement, config?: IsFocusableConfig): boolean;
50
- }
51
- export declare const interactivityChecker: InteractivityChecker;
52
- //# sourceMappingURL=interactivity-checker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"interactivity-checker.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/interactivity-checker.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AASH;;GAEG;AACH,qBAAa,iBAAiB;IAC5B;;OAEG;IACI,gBAAgB,EAAE,OAAO,CAAS;CAC1C;AAED,qBAAa,oBAAoB;IAC/B;;;;;OAKG;IACI,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;IAIhD;;;;;;;OAOG;IACI,SAAS,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;IAI/C;;;;;;OAMG;IACI,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;IA0DhD;;;;;;OAMG;IACI,WAAW,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO;CAU9E;AAID,eAAO,MAAM,oBAAoB,sBAA6B,CAAC"}
@@ -1,62 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.dev/license
7
- */
8
- export type AriaLivePoliteness = 'off' | 'polite' | 'assertive';
9
- /**
10
- * Allows to announce messages to screen readers.
11
- *
12
- * Adapted from https://github.com/angular/components/blob/main/src/cdk/a11y/live-announcer/live-announcer.ts
13
- */
14
- export declare class SbbLiveAnnouncer {
15
- private _liveElement;
16
- private _previousTimeout;
17
- private _currentPromise;
18
- private _currentResolve;
19
- constructor();
20
- /**
21
- * Announces a message to screen readers.
22
- * @param message Message to be announced to the screen reader.
23
- * @returns Promise that will be resolved when the message is added to the DOM.
24
- */
25
- announce(message: string): Promise<void>;
26
- /**
27
- * Announces a message to screen readers.
28
- * @param message Message to be announced to the screen reader.
29
- * @param politeness The politeness of the announcer element.
30
- * @returns Promise that will be resolved when the message is added to the DOM.
31
- */
32
- announce(message: string, politeness?: AriaLivePoliteness): Promise<void>;
33
- /**
34
- * Announces a message to screen readers.
35
- * @param message Message to be announced to the screen reader.
36
- * @param duration Time in milliseconds after which to clear out the announcer element. Note
37
- * that this takes effect after the message has been added to the DOM, which can be up to
38
- * 100ms after `announce` has been called.
39
- * @returns Promise that will be resolved when the message is added to the DOM.
40
- */
41
- announce(message: string, duration?: number): Promise<void>;
42
- /**
43
- * Announces a message to screen readers.
44
- * @param message Message to be announced to the screen reader.
45
- * @param politeness The politeness of the announcer element.
46
- * @param duration Time in milliseconds after which to clear out the announcer element. Note
47
- * that this takes effect after the message has been added to the DOM, which can be up to
48
- * 100ms after `announce` has been called.
49
- * @returns Promise that will be resolved when the message is added to the DOM.
50
- */
51
- announce(message: string, politeness?: AriaLivePoliteness, duration?: number): Promise<void>;
52
- /**
53
- * Clears the current text from the announcer element. Can be used to prevent
54
- * screen readers from reading the text out again while the user is going
55
- * through the page landmarks.
56
- */
57
- clear(): void;
58
- destroy(): void;
59
- private _createLiveElement;
60
- }
61
- export declare const sbbLiveAnnouncer: SbbLiveAnnouncer;
62
- //# sourceMappingURL=live-announcer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"live-announcer.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/a11y/live-announcer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;AAIhE;;;;GAIG;AACH,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,YAAY,CAAe;IACnC,OAAO,CAAC,gBAAgB,CAA4C;IACpE,OAAO,CAAC,eAAe,CAA4B;IACnD,OAAO,CAAC,eAAe,CAA2B;;IAclD;;;;OAIG;IACI,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAE/C;;;;;OAKG;IACI,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAEhF;;;;;;;OAOG;IACI,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAElE;;;;;;;;OAQG;IACI,QAAQ,CACb,OAAO,EAAE,MAAM,EACf,UAAU,CAAC,EAAE,kBAAkB,EAC/B,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,IAAI,CAAC;IAiDhB;;;;OAIG;IACI,KAAK,IAAI,IAAI;IAMb,OAAO,IAAI,IAAI;IAQtB,OAAO,CAAC,kBAAkB;CAqB3B;AAED,eAAO,MAAM,gBAAgB,kBAAyB,CAAC"}
package/core/a11y.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /**
2
- * @entrypoint
3
- */
4
- export * from './a11y/arrow-navigation.ts';
5
- export * from './a11y/fake-event-detection.ts';
6
- export * from './a11y/focus-visible-within-controller.ts';
7
- export * from './a11y/focus.ts';
8
- export * from './a11y/focus-trap-controller.ts';
9
- export * from './a11y/interactivity-checker.ts';
10
- export * from './a11y/input-modality-detector.ts';
11
- export * from './a11y/live-announcer.ts';
12
- //# sourceMappingURL=a11y.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"a11y.d.ts","sourceRoot":"","sources":["../../../src/elements/core/a11y.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC"}
@@ -1,15 +0,0 @@
1
- import { LitElement, TemplateResult } from 'lit';
2
- declare const SbbActionBaseElement_base: import('../mixins.ts').AbstractConstructor<import('../mixins.ts').SbbElementInternalsMixinType> & typeof LitElement & import('../mixins.ts').SbbElementInternalsConstructor;
3
- export declare abstract class SbbActionBaseElement extends SbbActionBaseElement_base {
4
- protected get maybeDisabled(): boolean | undefined;
5
- protected get maybeDisabledInteractive(): boolean | undefined;
6
- constructor();
7
- connectedCallback(): void;
8
- protected setupBaseEventHandlers(): void;
9
- /** Override this method to render the component template. */
10
- protected renderTemplate(): TemplateResult;
11
- /** Default render method for button-like components. */
12
- protected render(): TemplateResult;
13
- }
14
- export {};
15
- //# sourceMappingURL=action-base-element.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"action-base-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/base-elements/action-base-element.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;;AAe5D,8BAAsB,oBAAqB,SAAQ,yBAAoC;IACrF,SAAS,KAAK,aAAa,IAAI,OAAO,GAAG,SAAS,CAGjD;IAED,SAAS,KAAK,wBAAwB,IAAI,OAAO,GAAG,SAAS,CAE5D;;IAOe,iBAAiB,IAAI,IAAI;IAezC,SAAS,CAAC,sBAAsB,IAAI,IAAI;IAexC,6DAA6D;IAC7D,SAAS,CAAC,cAAc,IAAI,cAAc;IAI1C,wDAAwD;cACrC,MAAM,IAAI,cAAc;CAG5C"}
@@ -1,66 +0,0 @@
1
- import { FormRestoreReason, FormRestoreState } from '../mixins.ts';
2
- import { SbbActionBaseElement } from './action-base-element.ts';
3
- /** Enumeration for type attribute in <button> HTML tag. */
4
- export type SbbButtonType = 'button' | 'reset' | 'submit';
5
- declare const SbbButtonLikeBaseElement_base: import('../mixins.ts').AbstractConstructor<import('../mixins.ts').SbbFormAssociatedMixinType> & typeof SbbActionBaseElement;
6
- /** Button base class. */
7
- export declare abstract class SbbButtonLikeBaseElement extends SbbButtonLikeBaseElement_base {
8
- static readonly role: ElementInternals['role'];
9
- constructor();
10
- /**
11
- * Prevents scrolling from pressing Space, when the event target is an action element.
12
- * Also sets active state.
13
- * @param event The origin event.
14
- */
15
- private _preventScrollOnSpaceKeydown;
16
- private _removeActiveMarker;
17
- /**
18
- * Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.
19
- * As verified with the native button, when 'Space' is pressed, a 'click' event is dispatched
20
- * after the 'keyup' event.
21
- * @param event The origin event.
22
- */
23
- private _dispatchClickEventOnSpaceKeyup;
24
- private _dispatchClickEvent;
25
- attributeChangedCallback(name: string, old: string | null, value: string | null): void;
26
- }
27
- /** Button base class. */
28
- export declare abstract class SbbButtonBaseElement extends SbbButtonLikeBaseElement {
29
- private readonly _elementsOnWhichEnterPressTriggersSubmit;
30
- /** Value of the form element. */
31
- accessor value: string;
32
- /**
33
- * The type attribute to use for the button.
34
- * @default 'button'
35
- */
36
- set type(name: SbbButtonType);
37
- get type(): SbbButtonType;
38
- /** The `<form>` element to associate the button with. */
39
- set form(value: string);
40
- get form(): HTMLFormElement | null;
41
- private _formId;
42
- constructor();
43
- connectedCallback(): void;
44
- disconnectedCallback(): void;
45
- private _handleButtonClick;
46
- private _requestSubmit;
47
- private _formKeyDown;
48
- /**
49
- * Intentionally empty, as buttons are not targeted by form reset
50
- * @internal
51
- */
52
- formResetCallback(): void;
53
- /**
54
- * Intentionally empty, as buttons are not targeted by form restore
55
- * @internal
56
- */
57
- formStateRestoreCallback(_state: FormRestoreState | null, _reason: FormRestoreReason): void;
58
- /**
59
- * Intentionally empty, as button does not write its data in form.
60
- * The data is only applied on submit button click as submitter of requestSubmit();
61
- * @internal
62
- */
63
- protected updateFormValue(): void;
64
- }
65
- export {};
66
- //# sourceMappingURL=button-base-element.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button-base-element.d.ts","sourceRoot":"","sources":["../../../../src/elements/core/base-elements/button-base-element.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EAEtB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAEhE,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;;AAE1D,yBAAyB;AACzB,8BAIe,wBAAyB,SAAQ,6BAA4C;IAC1F,gBAAgC,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAY;;IAyB1E;;;;OAIG;IACH,OAAO,CAAC,4BAA4B,CAKlC;IAEF,OAAO,CAAC,mBAAmB,CAEzB;IAEF;;;;;OAKG;IACH,OAAO,CAAC,+BAA+B,CAKrC;IAEF,OAAO,CAAC,mBAAmB,CAezB;IAEc,wBAAwB,CACtC,IAAI,EAAE,MAAM,EACZ,GAAG,EAAE,MAAM,GAAG,IAAI,EAClB,KAAK,EAAE,MAAM,GAAG,IAAI,GACnB,IAAI;CAKR;AAED,yBAAyB;AACzB,8BAAsB,oBAAqB,SAAQ,wBAAwB;IACzE,OAAO,CAAC,QAAQ,CAAC,wCAAwC,CAIvD;IAEF,iCAAiC;IACjC,SAEgB,KAAK,EAAE,MAAM,CAAM;IAEnC;;;OAGG;IACH,IACoB,IAAI,CAAC,IAAI,EAAE,aAAa,EAE3C;IACD,IAAoB,IAAI,IAAI,aAAa,CAExC;IAED,yDAAyD;IACzD,IACoB,IAAI,CAAC,KAAK,EAAE,MAAM,EAGrC;IACD,IAAoB,IAAI,IAAI,eAAe,GAAG,IAAI,CAQjD;IACD,OAAO,CAAC,OAAO,CAAc;;IAQb,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;IAM5C,OAAO,CAAC,kBAAkB,CAaxB;IAEF,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,YAAY,CA6BlB;IAEF;;;OAGG;IACa,iBAAiB,IAAI,IAAI;IAEzC;;;OAGG;IACa,wBAAwB,CACtC,MAAM,EAAE,gBAAgB,GAAG,IAAI,EAC/B,OAAO,EAAE,iBAAiB,GACzB,IAAI;IAEP;;;;OAIG;cACgB,eAAe,IAAI,IAAI;CAC3C"}