@siemens/element-ng 47.9.0 → 48.0.0-next.2

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 (679) hide show
  1. package/about/index.d.ts +127 -3
  2. package/accordion/index.d.ts +152 -9
  3. package/action-modal/index.d.ts +92 -2
  4. package/application-header/index.d.ts +357 -13
  5. package/auto-collapsable-list/index.d.ts +114 -10
  6. package/autocomplete/index.d.ts +77 -8
  7. package/avatar/index.d.ts +83 -4
  8. package/badge/index.d.ts +21 -5
  9. package/breadcrumb/index.d.ts +90 -3
  10. package/breadcrumb-router/index.d.ts +104 -4
  11. package/card/index.d.ts +88 -6
  12. package/circle-status/index.d.ts +75 -6
  13. package/color-picker/index.d.ts +65 -5
  14. package/column-selection-dialog/index.d.ts +89 -2
  15. package/common/index.d.ts +421 -4
  16. package/connection-strength/index.d.ts +29 -6
  17. package/content-action-bar/index.d.ts +88 -3
  18. package/copyright-notice/index.d.ts +48 -3
  19. package/dashboard/index.d.ts +782 -16
  20. package/datatable/index.d.ts +45 -6
  21. package/date-range-filter/index.d.ts +333 -4
  22. package/datepicker/index.d.ts +1409 -11
  23. package/electron-titlebar/index.d.ts +84 -3
  24. package/empty-state/index.d.ts +27 -6
  25. package/fesm2022/siemens-element-ng-about.mjs +7 -7
  26. package/fesm2022/siemens-element-ng-about.mjs.map +1 -1
  27. package/fesm2022/siemens-element-ng-accordion.mjs +17 -30
  28. package/fesm2022/siemens-element-ng-accordion.mjs.map +1 -1
  29. package/fesm2022/siemens-element-ng-action-modal.mjs +41 -125
  30. package/fesm2022/siemens-element-ng-action-modal.mjs.map +1 -1
  31. package/fesm2022/siemens-element-ng-application-header.mjs +63 -63
  32. package/fesm2022/siemens-element-ng-application-header.mjs.map +1 -1
  33. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs +47 -43
  34. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs.map +1 -1
  35. package/fesm2022/siemens-element-ng-autocomplete.mjs +35 -35
  36. package/fesm2022/siemens-element-ng-autocomplete.mjs.map +1 -1
  37. package/fesm2022/siemens-element-ng-avatar.mjs +6 -6
  38. package/fesm2022/siemens-element-ng-avatar.mjs.map +1 -1
  39. package/fesm2022/siemens-element-ng-badge.mjs +3 -3
  40. package/fesm2022/siemens-element-ng-badge.mjs.map +1 -1
  41. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs +10 -10
  42. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs.map +1 -1
  43. package/fesm2022/siemens-element-ng-breadcrumb.mjs +13 -13
  44. package/fesm2022/siemens-element-ng-breadcrumb.mjs.map +1 -1
  45. package/fesm2022/siemens-element-ng-card.mjs +7 -7
  46. package/fesm2022/siemens-element-ng-card.mjs.map +1 -1
  47. package/fesm2022/siemens-element-ng-circle-status.mjs +7 -7
  48. package/fesm2022/siemens-element-ng-circle-status.mjs.map +1 -1
  49. package/fesm2022/siemens-element-ng-color-picker.mjs +11 -12
  50. package/fesm2022/siemens-element-ng-color-picker.mjs.map +1 -1
  51. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs +28 -31
  52. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs.map +1 -1
  53. package/fesm2022/siemens-element-ng-common.mjs +14 -14
  54. package/fesm2022/siemens-element-ng-common.mjs.map +1 -1
  55. package/fesm2022/siemens-element-ng-connection-strength.mjs +7 -7
  56. package/fesm2022/siemens-element-ng-content-action-bar.mjs +13 -13
  57. package/fesm2022/siemens-element-ng-content-action-bar.mjs.map +1 -1
  58. package/fesm2022/siemens-element-ng-copyright-notice.mjs +7 -7
  59. package/fesm2022/siemens-element-ng-copyright-notice.mjs.map +1 -1
  60. package/fesm2022/siemens-element-ng-dashboard.mjs +61 -61
  61. package/fesm2022/siemens-element-ng-dashboard.mjs.map +1 -1
  62. package/fesm2022/siemens-element-ng-datatable.mjs +7 -7
  63. package/fesm2022/siemens-element-ng-datatable.mjs.map +1 -1
  64. package/fesm2022/siemens-element-ng-date-range-filter.mjs +87 -73
  65. package/fesm2022/siemens-element-ng-date-range-filter.mjs.map +1 -1
  66. package/fesm2022/siemens-element-ng-datepicker.mjs +104 -142
  67. package/fesm2022/siemens-element-ng-datepicker.mjs.map +1 -1
  68. package/fesm2022/siemens-element-ng-electron-titlebar.mjs +14 -14
  69. package/fesm2022/siemens-element-ng-electron-titlebar.mjs.map +1 -1
  70. package/fesm2022/siemens-element-ng-empty-state.mjs +7 -7
  71. package/fesm2022/siemens-element-ng-empty-state.mjs.map +1 -1
  72. package/fesm2022/siemens-element-ng-file-uploader.mjs +54 -54
  73. package/fesm2022/siemens-element-ng-file-uploader.mjs.map +1 -1
  74. package/fesm2022/siemens-element-ng-filter-bar.mjs +18 -18
  75. package/fesm2022/siemens-element-ng-filter-bar.mjs.map +1 -1
  76. package/fesm2022/siemens-element-ng-filtered-search.mjs +31 -74
  77. package/fesm2022/siemens-element-ng-filtered-search.mjs.map +1 -1
  78. package/fesm2022/siemens-element-ng-footer.mjs +7 -7
  79. package/fesm2022/siemens-element-ng-footer.mjs.map +1 -1
  80. package/fesm2022/siemens-element-ng-form.mjs +125 -271
  81. package/fesm2022/siemens-element-ng-form.mjs.map +1 -1
  82. package/fesm2022/siemens-element-ng-formly.mjs +78 -83
  83. package/fesm2022/siemens-element-ng-formly.mjs.map +1 -1
  84. package/fesm2022/siemens-element-ng-header-dropdown.mjs +18 -17
  85. package/fesm2022/siemens-element-ng-header-dropdown.mjs.map +1 -1
  86. package/fesm2022/siemens-element-ng-help-button.mjs +63 -0
  87. package/fesm2022/siemens-element-ng-help-button.mjs.map +1 -0
  88. package/fesm2022/siemens-element-ng-icon-status.mjs +7 -7
  89. package/fesm2022/siemens-element-ng-icon-status.mjs.map +1 -1
  90. package/fesm2022/siemens-element-ng-icon.mjs +28 -27
  91. package/fesm2022/siemens-element-ng-icon.mjs.map +1 -1
  92. package/fesm2022/siemens-element-ng-info-page.mjs +3 -3
  93. package/fesm2022/siemens-element-ng-info-page.mjs.map +1 -1
  94. package/fesm2022/siemens-element-ng-inline-notification.mjs +7 -7
  95. package/fesm2022/siemens-element-ng-inline-notification.mjs.map +1 -1
  96. package/fesm2022/siemens-element-ng-ip-input.mjs +10 -9
  97. package/fesm2022/siemens-element-ng-ip-input.mjs.map +1 -1
  98. package/fesm2022/siemens-element-ng-landing-page.mjs +7 -7
  99. package/fesm2022/siemens-element-ng-landing-page.mjs.map +1 -1
  100. package/fesm2022/siemens-element-ng-language-switcher.mjs +10 -10
  101. package/fesm2022/siemens-element-ng-language-switcher.mjs.map +1 -1
  102. package/fesm2022/siemens-element-ng-link.mjs +10 -10
  103. package/fesm2022/siemens-element-ng-list-details.mjs +27 -27
  104. package/fesm2022/siemens-element-ng-list-details.mjs.map +1 -1
  105. package/fesm2022/siemens-element-ng-loading-spinner.mjs +19 -19
  106. package/fesm2022/siemens-element-ng-loading-spinner.mjs.map +1 -1
  107. package/fesm2022/siemens-element-ng-localization.mjs +9 -9
  108. package/fesm2022/siemens-element-ng-localization.mjs.map +1 -1
  109. package/fesm2022/siemens-element-ng-main-detail-container.mjs +10 -10
  110. package/fesm2022/siemens-element-ng-main-detail-container.mjs.map +1 -1
  111. package/fesm2022/siemens-element-ng-menu.mjs +34 -34
  112. package/fesm2022/siemens-element-ng-menu.mjs.map +1 -1
  113. package/fesm2022/siemens-element-ng-modal.mjs +8 -8
  114. package/fesm2022/siemens-element-ng-modal.mjs.map +1 -1
  115. package/fesm2022/siemens-element-ng-navbar-vertical.mjs +43 -57
  116. package/fesm2022/siemens-element-ng-navbar-vertical.mjs.map +1 -1
  117. package/fesm2022/siemens-element-ng-navbar.mjs +29 -29
  118. package/fesm2022/siemens-element-ng-navbar.mjs.map +1 -1
  119. package/fesm2022/siemens-element-ng-number-input.mjs +7 -7
  120. package/fesm2022/siemens-element-ng-number-input.mjs.map +1 -1
  121. package/fesm2022/siemens-element-ng-pagination.mjs +14 -14
  122. package/fesm2022/siemens-element-ng-pagination.mjs.map +1 -1
  123. package/fesm2022/siemens-element-ng-password-strength.mjs +13 -16
  124. package/fesm2022/siemens-element-ng-password-strength.mjs.map +1 -1
  125. package/fesm2022/siemens-element-ng-password-toggle.mjs +12 -12
  126. package/fesm2022/siemens-element-ng-password-toggle.mjs.map +1 -1
  127. package/fesm2022/siemens-element-ng-phone-number.mjs +19 -19
  128. package/fesm2022/siemens-element-ng-phone-number.mjs.map +1 -1
  129. package/fesm2022/siemens-element-ng-photo-upload.mjs +25 -25
  130. package/fesm2022/siemens-element-ng-photo-upload.mjs.map +1 -1
  131. package/fesm2022/siemens-element-ng-pills-input.mjs +22 -22
  132. package/fesm2022/siemens-element-ng-pills-input.mjs.map +1 -1
  133. package/fesm2022/siemens-element-ng-popover-next.mjs +34 -23
  134. package/fesm2022/siemens-element-ng-popover-next.mjs.map +1 -1
  135. package/fesm2022/siemens-element-ng-popover.mjs +10 -10
  136. package/fesm2022/siemens-element-ng-popover.mjs.map +1 -1
  137. package/fesm2022/siemens-element-ng-progressbar.mjs +10 -10
  138. package/fesm2022/siemens-element-ng-progressbar.mjs.map +1 -1
  139. package/fesm2022/siemens-element-ng-resize-observer.mjs +13 -13
  140. package/fesm2022/siemens-element-ng-resize-observer.mjs.map +1 -1
  141. package/fesm2022/siemens-element-ng-result-details-list.mjs +8 -20
  142. package/fesm2022/siemens-element-ng-result-details-list.mjs.map +1 -1
  143. package/fesm2022/siemens-element-ng-search-bar.mjs +18 -15
  144. package/fesm2022/siemens-element-ng-search-bar.mjs.map +1 -1
  145. package/fesm2022/siemens-element-ng-select.mjs +66 -66
  146. package/fesm2022/siemens-element-ng-select.mjs.map +1 -1
  147. package/fesm2022/siemens-element-ng-shadow-root.mjs +4 -5
  148. package/fesm2022/siemens-element-ng-shadow-root.mjs.map +1 -1
  149. package/fesm2022/siemens-element-ng-side-panel.mjs +24 -24
  150. package/fesm2022/siemens-element-ng-side-panel.mjs.map +1 -1
  151. package/fesm2022/siemens-element-ng-skip-links.mjs +12 -13
  152. package/fesm2022/siemens-element-ng-skip-links.mjs.map +1 -1
  153. package/fesm2022/siemens-element-ng-slider.mjs +14 -14
  154. package/fesm2022/siemens-element-ng-slider.mjs.map +1 -1
  155. package/fesm2022/siemens-element-ng-sort-bar.mjs +10 -10
  156. package/fesm2022/siemens-element-ng-sort-bar.mjs.map +1 -1
  157. package/fesm2022/siemens-element-ng-split.mjs +13 -29
  158. package/fesm2022/siemens-element-ng-split.mjs.map +1 -1
  159. package/fesm2022/siemens-element-ng-status-bar.mjs +19 -19
  160. package/fesm2022/siemens-element-ng-status-bar.mjs.map +1 -1
  161. package/fesm2022/siemens-element-ng-status-toggle.mjs +7 -7
  162. package/fesm2022/siemens-element-ng-status-toggle.mjs.map +1 -1
  163. package/fesm2022/siemens-element-ng-summary-chip.mjs +3 -3
  164. package/fesm2022/siemens-element-ng-summary-chip.mjs.map +1 -1
  165. package/fesm2022/siemens-element-ng-summary-widget.mjs +5 -5
  166. package/fesm2022/siemens-element-ng-summary-widget.mjs.map +1 -1
  167. package/fesm2022/siemens-element-ng-system-banner.mjs +3 -3
  168. package/fesm2022/siemens-element-ng-system-banner.mjs.map +1 -1
  169. package/fesm2022/siemens-element-ng-tabs-next.mjs +147 -176
  170. package/fesm2022/siemens-element-ng-tabs-next.mjs.map +1 -1
  171. package/fesm2022/siemens-element-ng-tabs.mjs +12 -11
  172. package/fesm2022/siemens-element-ng-tabs.mjs.map +1 -1
  173. package/fesm2022/siemens-element-ng-theme.mjs +5 -5
  174. package/fesm2022/siemens-element-ng-theme.mjs.map +1 -1
  175. package/fesm2022/siemens-element-ng-threshold.mjs +22 -22
  176. package/fesm2022/siemens-element-ng-threshold.mjs.map +1 -1
  177. package/fesm2022/siemens-element-ng-toast-notification.mjs +74 -27
  178. package/fesm2022/siemens-element-ng-toast-notification.mjs.map +1 -1
  179. package/fesm2022/siemens-element-ng-tooltip.mjs +22 -16
  180. package/fesm2022/siemens-element-ng-tooltip.mjs.map +1 -1
  181. package/fesm2022/siemens-element-ng-tour.mjs +19 -19
  182. package/fesm2022/siemens-element-ng-tour.mjs.map +1 -1
  183. package/fesm2022/siemens-element-ng-translate.mjs.map +1 -1
  184. package/fesm2022/siemens-element-ng-tree-view.mjs +44 -55
  185. package/fesm2022/siemens-element-ng-tree-view.mjs.map +1 -1
  186. package/fesm2022/siemens-element-ng-typeahead.mjs +19 -36
  187. package/fesm2022/siemens-element-ng-typeahead.mjs.map +1 -1
  188. package/fesm2022/siemens-element-ng-unauthorized-page.mjs +7 -7
  189. package/fesm2022/siemens-element-ng-unauthorized-page.mjs.map +1 -1
  190. package/fesm2022/siemens-element-ng-wizard.mjs +76 -109
  191. package/fesm2022/siemens-element-ng-wizard.mjs.map +1 -1
  192. package/file-uploader/index.d.ts +419 -4
  193. package/filter-bar/index.d.ts +117 -4
  194. package/filtered-search/index.d.ts +433 -3
  195. package/footer/index.d.ts +23 -6
  196. package/form/index.d.ts +411 -10
  197. package/formly/index.d.ts +217 -2
  198. package/header-dropdown/index.d.ts +150 -5
  199. package/help-button/index.d.ts +26 -0
  200. package/help-button/package.json +3 -0
  201. package/icon/index.d.ts +210 -7
  202. package/icon-status/index.d.ts +33 -6
  203. package/index.d.ts +5 -3
  204. package/info-page/index.d.ts +39 -3
  205. package/inline-notification/index.d.ts +49 -6
  206. package/ip-input/index.d.ts +87 -3
  207. package/landing-page/index.d.ts +95 -3
  208. package/language-switcher/index.d.ts +53 -3
  209. package/link/index.d.ts +127 -4
  210. package/list-details/index.d.ts +176 -12
  211. package/loading-spinner/index.d.ts +128 -9
  212. package/localization/index.d.ts +147 -4
  213. package/main-detail-container/index.d.ts +161 -6
  214. package/menu/index.d.ts +195 -11
  215. package/modal/index.d.ts +129 -3
  216. package/navbar/index.d.ts +304 -4
  217. package/navbar-vertical/index.d.ts +226 -3
  218. package/number-input/index.d.ts +111 -6
  219. package/package.json +25 -24
  220. package/pagination/index.d.ts +75 -6
  221. package/password-strength/index.d.ts +96 -7
  222. package/password-toggle/index.d.ts +49 -6
  223. package/phone-number/index.d.ts +192 -3
  224. package/photo-upload/index.d.ts +304 -4
  225. package/pills-input/index.d.ts +135 -9
  226. package/popover/index.d.ts +98 -6
  227. package/popover-next/index.d.ts +112 -7
  228. package/progressbar/index.d.ts +54 -6
  229. package/resize-observer/index.d.ts +143 -6
  230. package/result-details-list/index.d.ts +58 -3
  231. package/search-bar/index.d.ts +93 -6
  232. package/select/index.d.ts +605 -14
  233. package/shadow-root/index.d.ts +39 -1
  234. package/side-panel/index.d.ts +276 -5
  235. package/skip-links/index.d.ts +24 -3
  236. package/slider/index.d.ts +139 -6
  237. package/sort-bar/index.d.ts +49 -6
  238. package/split/index.d.ts +207 -4
  239. package/status-bar/index.d.ts +178 -3
  240. package/status-toggle/index.d.ts +81 -2
  241. package/summary-chip/index.d.ts +48 -5
  242. package/summary-widget/index.d.ts +48 -5
  243. package/system-banner/index.d.ts +24 -3
  244. package/tabs/index.d.ts +161 -7
  245. package/tabs-next/index.d.ts +121 -7
  246. package/template-i18n.json +0 -3
  247. package/theme/index.d.ts +259 -3
  248. package/threshold/index.d.ts +156 -4
  249. package/toast-notification/index.d.ts +70 -2
  250. package/tooltip/index.d.ts +92 -3
  251. package/tour/index.d.ts +114 -2
  252. package/translate/index.d.ts +199 -3
  253. package/tree-view/index.d.ts +818 -8
  254. package/typeahead/index.d.ts +262 -4
  255. package/unauthorized-page/index.d.ts +42 -4
  256. package/wizard/index.d.ts +209 -7
  257. package/about/si-about-data.model.d.ts +0 -49
  258. package/about/si-about.component.d.ts +0 -71
  259. package/about/si-about.module.d.ts +0 -7
  260. package/accordion/si-accordion-hcollapse.service.d.ts +0 -17
  261. package/accordion/si-accordion.component.d.ts +0 -37
  262. package/accordion/si-accordion.module.d.ts +0 -8
  263. package/accordion/si-accordion.service.d.ts +0 -17
  264. package/accordion/si-collapsible-panel.component.d.ts +0 -89
  265. package/action-modal/si-action-dialog.service.d.ts +0 -49
  266. package/action-modal/si-action-dialog.types.d.ts +0 -92
  267. package/action-modal/si-alert-dialog/si-alert-dialog.component.d.ts +0 -32
  268. package/action-modal/si-confirmation-dialog/si-confirmation-dialog.component.d.ts +0 -40
  269. package/action-modal/si-delete-confirmation-dialog/si-delete-confirmation-dialog.component.d.ts +0 -45
  270. package/action-modal/si-edit-discard-dialog/si-edit-discard-dialog.component.d.ts +0 -68
  271. package/application-header/launchpad/si-launchpad-app.component.d.ts +0 -21
  272. package/application-header/launchpad/si-launchpad-factory.component.d.ts +0 -85
  273. package/application-header/launchpad/si-launchpad.model.d.ts +0 -50
  274. package/application-header/si-application-header.component.d.ts +0 -60
  275. package/application-header/si-header-account-item.component.d.ts +0 -13
  276. package/application-header/si-header-action-item-icon-base.directive.d.ts +0 -26
  277. package/application-header/si-header-action-item.base.d.ts +0 -19
  278. package/application-header/si-header-action-item.component.d.ts +0 -9
  279. package/application-header/si-header-actions.directive.d.ts +0 -5
  280. package/application-header/si-header-brand.directive.d.ts +0 -5
  281. package/application-header/si-header-collapsible-actions.component.d.ts +0 -33
  282. package/application-header/si-header-logo.directive.d.ts +0 -16
  283. package/application-header/si-header-navigation-item.component.d.ts +0 -10
  284. package/application-header/si-header-navigation.component.d.ts +0 -11
  285. package/application-header/si-header-selection-item.component.d.ts +0 -12
  286. package/application-header/si-header-siemens-logo.component.d.ts +0 -21
  287. package/auto-collapsable-list/si-auto-collapsable-list-additional-content.directive.d.ts +0 -6
  288. package/auto-collapsable-list/si-auto-collapsable-list-item.directive.d.ts +0 -29
  289. package/auto-collapsable-list/si-auto-collapsable-list-measurable.class.d.ts +0 -16
  290. package/auto-collapsable-list/si-auto-collapsable-list-overflow-item.directive.d.ts +0 -12
  291. package/auto-collapsable-list/si-auto-collapsable-list.directive.d.ts +0 -47
  292. package/auto-collapsable-list/si-auto-collapsable-list.module.d.ts +0 -10
  293. package/autocomplete/si-autocomplete-listbox.directive.d.ts +0 -31
  294. package/autocomplete/si-autocomplete-option.directive.d.ts +0 -31
  295. package/autocomplete/si-autocomplete.directive.d.ts +0 -14
  296. package/autocomplete/si-autocomplete.model.d.ts +0 -7
  297. package/autocomplete/si-autocomplete.module.d.ts +0 -9
  298. package/avatar/si-avatar-background-color.directive.d.ts +0 -35
  299. package/avatar/si-avatar.component.d.ts +0 -51
  300. package/badge/si-badge.component.d.ts +0 -17
  301. package/breadcrumb/breadcrumb-item.model.d.ts +0 -36
  302. package/breadcrumb/si-breadcrumb-item-template.directive.d.ts +0 -10
  303. package/breadcrumb/si-breadcrumb.component.d.ts +0 -46
  304. package/breadcrumb/si-breadcrumb.module.d.ts +0 -7
  305. package/breadcrumb-router/si-breadcrumb-default-resolver.service.d.ts +0 -23
  306. package/breadcrumb-router/si-breadcrumb-router.component.d.ts +0 -30
  307. package/breadcrumb-router/si-breadcrumb-router.model.d.ts +0 -53
  308. package/breadcrumb-router/si-breadcrumb-router.module.d.ts +0 -7
  309. package/card/si-card.component.d.ts +0 -79
  310. package/card/si-card.module.d.ts +0 -7
  311. package/circle-status/si-circle-status.component.d.ts +0 -66
  312. package/circle-status/si-circle-status.module.d.ts +0 -7
  313. package/color-picker/si-color-picker.component.d.ts +0 -61
  314. package/column-selection-dialog/column-selection-editor/si-column-selection-editor.component.d.ts +0 -23
  315. package/column-selection-dialog/si-column-selection-dialog.component.d.ts +0 -114
  316. package/column-selection-dialog/si-column-selection-dialog.service.d.ts +0 -20
  317. package/column-selection-dialog/si-column-selection-dialog.types.d.ts +0 -68
  318. package/common/decorators/index.d.ts +0 -5
  319. package/common/decorators/webcomponent.decorator.d.ts +0 -6
  320. package/common/helpers/animation.helpers.d.ts +0 -10
  321. package/common/helpers/global-events.helpers.d.ts +0 -5
  322. package/common/helpers/index.d.ts +0 -10
  323. package/common/helpers/overlay-helper.d.ts +0 -24
  324. package/common/helpers/positioning.helpers.d.ts +0 -58
  325. package/common/helpers/rtl.d.ts +0 -6
  326. package/common/helpers/track-by.helper.d.ts +0 -27
  327. package/common/models/color-variant.model.d.ts +0 -8
  328. package/common/models/index.d.ts +0 -8
  329. package/common/models/menu.model.d.ts +0 -85
  330. package/common/models/positions.model.d.ts +0 -18
  331. package/common/models/status-type.model.d.ts +0 -21
  332. package/common/services/blink.service.d.ts +0 -41
  333. package/common/services/index.d.ts +0 -8
  334. package/common/services/scrollbar-helper.service.d.ts +0 -17
  335. package/common/services/si-uistate.service.d.ts +0 -61
  336. package/common/services/text-measure.service.d.ts +0 -21
  337. package/connection-strength/si-connection-strength.component.d.ts +0 -19
  338. package/connection-strength/si-connection-strength.module.d.ts +0 -7
  339. package/content-action-bar/si-content-action-bar-toggle.component.d.ts +0 -6
  340. package/content-action-bar/si-content-action-bar.component.d.ts +0 -72
  341. package/content-action-bar/si-content-action-bar.model.d.ts +0 -9
  342. package/content-action-bar/si-content-action-bar.module.d.ts +0 -7
  343. package/copyright-notice/si-copyright-notice.component.d.ts +0 -18
  344. package/copyright-notice/si-copyright-notice.d.ts +0 -23
  345. package/copyright-notice/si-copyright-notice.module.d.ts +0 -7
  346. package/dashboard/si-dashboard-card.component.d.ts +0 -82
  347. package/dashboard/si-dashboard.component.d.ts +0 -75
  348. package/dashboard/si-dashboard.module.d.ts +0 -8
  349. package/dashboard/si-dashboard.service.d.ts +0 -21
  350. package/dashboard/widgets/si-link-widget.component.d.ts +0 -25
  351. package/dashboard/widgets/si-list-widget/si-list-widget-body.component.d.ts +0 -98
  352. package/dashboard/widgets/si-list-widget/si-list-widget-item.component.d.ts +0 -39
  353. package/dashboard/widgets/si-list-widget/si-list-widget.component.d.ts +0 -115
  354. package/dashboard/widgets/si-timeline-widget/si-timeline-widget-body.component.d.ts +0 -21
  355. package/dashboard/widgets/si-timeline-widget/si-timeline-widget-item.component.d.ts +0 -103
  356. package/dashboard/widgets/si-timeline-widget/si-timeline-widget.component.d.ts +0 -52
  357. package/dashboard/widgets/si-value-widget-body.component.d.ts +0 -33
  358. package/dashboard/widgets/si-value-widget.component.d.ts +0 -115
  359. package/dashboard/widgets/si-widget-base.component.d.ts +0 -48
  360. package/datatable/si-datatable-interaction.directive.d.ts +0 -34
  361. package/datatable/si-datatable.module.d.ts +0 -7
  362. package/date-range-filter/si-date-range-calculation.service.d.ts +0 -33
  363. package/date-range-filter/si-date-range-filter.component.d.ts +0 -252
  364. package/date-range-filter/si-date-range-filter.module.d.ts +0 -7
  365. package/date-range-filter/si-date-range-filter.types.d.ts +0 -40
  366. package/date-range-filter/si-relative-date.component.d.ts +0 -31
  367. package/datepicker/components/si-calendar-body.component.d.ts +0 -137
  368. package/datepicker/components/si-calendar-date-cell.directive.d.ts +0 -16
  369. package/datepicker/components/si-calendar-direction-button.component.d.ts +0 -18
  370. package/datepicker/components/si-compare-adapter.d.ts +0 -37
  371. package/datepicker/components/si-day-selection.component.d.ts +0 -76
  372. package/datepicker/components/si-initial-focus.component.d.ts +0 -74
  373. package/datepicker/components/si-month-selection.component.d.ts +0 -62
  374. package/datepicker/components/si-year-selection.component.d.ts +0 -65
  375. package/datepicker/date-time-helper.d.ts +0 -302
  376. package/datepicker/si-calendar-button.component.d.ts +0 -49
  377. package/datepicker/si-date-input.directive.d.ts +0 -114
  378. package/datepicker/si-date-range.component.d.ts +0 -150
  379. package/datepicker/si-datepicker-overlay.component.d.ts +0 -82
  380. package/datepicker/si-datepicker-overlay.directive.d.ts +0 -104
  381. package/datepicker/si-datepicker.component.d.ts +0 -228
  382. package/datepicker/si-datepicker.directive.d.ts +0 -62
  383. package/datepicker/si-datepicker.model.d.ts +0 -129
  384. package/datepicker/si-datepicker.module.d.ts +0 -12
  385. package/datepicker/si-timepicker.component.d.ts +0 -214
  386. package/electron-titlebar/electron.helpers.d.ts +0 -5
  387. package/electron-titlebar/si-electron-titlebar.component.d.ts +0 -72
  388. package/electron-titlebar/si-electron-titlebar.module.d.ts +0 -7
  389. package/empty-state/si-empty-state.component.d.ts +0 -18
  390. package/empty-state/si-empty-state.module.d.ts +0 -7
  391. package/file-uploader/si-file-dropzone.component.d.ts +0 -106
  392. package/file-uploader/si-file-uploader.component.d.ts +0 -296
  393. package/file-uploader/si-file-uploader.model.d.ts +0 -12
  394. package/file-uploader/si-file-uploader.module.d.ts +0 -8
  395. package/filter-bar/filter.d.ts +0 -26
  396. package/filter-bar/si-filter-bar.component.d.ts +0 -65
  397. package/filter-bar/si-filter-bar.module.d.ts +0 -7
  398. package/filter-bar/si-filter-pill.component.d.ts +0 -20
  399. package/filtered-search/si-filtered-search-helper.d.ts +0 -22
  400. package/filtered-search/si-filtered-search-value.component.d.ts +0 -53
  401. package/filtered-search/si-filtered-search.component.d.ts +0 -329
  402. package/filtered-search/si-filtered-search.model.d.ts +0 -139
  403. package/filtered-search/si-filtered-search.module.d.ts +0 -7
  404. package/filtered-search/values/date-value/si-filtered-search-date-value.component.d.ts +0 -57
  405. package/filtered-search/values/si-filtered-search-value.base.d.ts +0 -27
  406. package/filtered-search/values/typeahead/si-filtered-search-typeahead.component.d.ts +0 -45
  407. package/footer/si-footer.component.d.ts +0 -14
  408. package/footer/si-footer.module.d.ts +0 -7
  409. package/form/form-fieldset/si-form-fieldset.component.d.ts +0 -40
  410. package/form/si-form-container/si-form-container.component.d.ts +0 -155
  411. package/form/si-form-item/si-form-field-native.control.d.ts +0 -22
  412. package/form/si-form-item/si-form-item.component.d.ts +0 -90
  413. package/form/si-form-item-control-input.directive.d.ts +0 -18
  414. package/form/si-form-item.control.d.ts +0 -35
  415. package/form/si-form-validation-error.model.d.ts +0 -55
  416. package/form/si-form-validation-error.provider.d.ts +0 -11
  417. package/form/si-form-validation-error.service.d.ts +0 -42
  418. package/form/si-form-validation-tooltip/si-form-validation-tooltip.component.d.ts +0 -13
  419. package/form/si-form-validation-tooltip/si-form-validation-tooltip.directive.d.ts +0 -42
  420. package/form/si-form.module.d.ts +0 -25
  421. package/formly/fields/button/si-formly-button.component.d.ts +0 -7
  422. package/formly/fields/date-range/si-formly-date-range.component.d.ts +0 -6
  423. package/formly/fields/datetime/si-formly-datetime.component.d.ts +0 -13
  424. package/formly/fields/email/si-formly-email.component.d.ts +0 -6
  425. package/formly/fields/ip-input/si-formly-ip-input.component.d.ts +0 -6
  426. package/formly/fields/number/si-formly-number.component.d.ts +0 -6
  427. package/formly/fields/password/si-formly-password.component.d.ts +0 -6
  428. package/formly/fields/select/si-formly-select.component.d.ts +0 -6
  429. package/formly/fields/text/si-formly-text-display.component.d.ts +0 -7
  430. package/formly/fields/textarea/si-formly-textarea.component.d.ts +0 -18
  431. package/formly/fields/time/si-formly-time.component.d.ts +0 -13
  432. package/formly/si-formly-translate.extension.d.ts +0 -9
  433. package/formly/si-formly.component.d.ts +0 -62
  434. package/formly/si-formly.module.d.ts +0 -35
  435. package/formly/structural/si-formly-accordion/si-formly-accordion.component.d.ts +0 -13
  436. package/formly/structural/si-formly-array/si-formly-array.component.d.ts +0 -6
  437. package/formly/structural/si-formly-object/si-formly-object.component.d.ts +0 -6
  438. package/formly/structural/si-formly-object-grid/si-formly-object-grid.component.d.ts +0 -22
  439. package/formly/structural/si-formly-object-grid/si-formly-object-grid.model.d.ts +0 -21
  440. package/formly/structural/si-formly-object-plain/si-formly-object-plain.component.d.ts +0 -6
  441. package/formly/structural/si-formly-tabset/si-formly-object-tabset.component.d.ts +0 -7
  442. package/formly/utils.d.ts +0 -6
  443. package/formly/wrapper/si-formly-fieldset.component.d.ts +0 -8
  444. package/formly/wrapper/si-formly-form-field-provider.directive.d.ts +0 -19
  445. package/formly/wrapper/si-formly-horizontal-wrapper.component.d.ts +0 -6
  446. package/formly/wrapper/si-formly-icon-wrapper.component.d.ts +0 -6
  447. package/formly/wrapper/si-formly-wrapper.component.d.ts +0 -8
  448. package/header-dropdown/si-header-dropdown-item.component.d.ts +0 -23
  449. package/header-dropdown/si-header-dropdown-items-factory.component.d.ts +0 -14
  450. package/header-dropdown/si-header-dropdown-trigger.directive.d.ts +0 -57
  451. package/header-dropdown/si-header-dropdown.component.d.ts +0 -20
  452. package/header-dropdown/si-header.model.d.ts +0 -37
  453. package/icon/element-icons.d.ts +0 -59
  454. package/icon/icon-status.d.ts +0 -22
  455. package/icon/si-icon-next.component.d.ts +0 -64
  456. package/icon/si-icon.component.d.ts +0 -23
  457. package/icon/si-icon.module.d.ts +0 -7
  458. package/icon/si-icons.d.ts +0 -31
  459. package/icon/si-status-icon.component.d.ts +0 -9
  460. package/icon-status/si-icon-status.component.d.ts +0 -24
  461. package/icon-status/si-icon-status.module.d.ts +0 -7
  462. package/info-page/si-info-page.component.d.ts +0 -38
  463. package/inline-notification/si-inline-notification.component.d.ts +0 -40
  464. package/inline-notification/si-inline-notification.module.d.ts +0 -7
  465. package/ip-input/address-utils.d.ts +0 -28
  466. package/ip-input/address-validators.d.ts +0 -21
  467. package/ip-input/si-ip-input.directive.d.ts +0 -53
  468. package/ip-input/si-ip4-input.directive.d.ts +0 -9
  469. package/ip-input/si-ip6-input.directive.d.ts +0 -10
  470. package/landing-page/alert-config.model.d.ts +0 -15
  471. package/landing-page/si-landing-page.component.d.ts +0 -74
  472. package/landing-page/si-landing-page.module.d.ts +0 -7
  473. package/language-switcher/iso-language-value.d.ts +0 -14
  474. package/language-switcher/si-language-switcher.component.d.ts +0 -31
  475. package/language-switcher/si-language-switcher.module.d.ts +0 -7
  476. package/link/aria-current.model.d.ts +0 -5
  477. package/link/link.model.d.ts +0 -57
  478. package/link/si-link-action.service.d.ts +0 -17
  479. package/link/si-link.directive.d.ts +0 -42
  480. package/link/si-link.module.d.ts +0 -7
  481. package/list-details/si-details-pane/si-details-pane.component.d.ts +0 -8
  482. package/list-details/si-details-pane-body/si-details-pane-body.component.d.ts +0 -6
  483. package/list-details/si-details-pane-footer/si-details-pane-footer.component.d.ts +0 -6
  484. package/list-details/si-details-pane-header/si-details-pane-header.component.d.ts +0 -38
  485. package/list-details/si-list-details.component.d.ts +0 -100
  486. package/list-details/si-list-pane/si-list-pane.component.d.ts +0 -10
  487. package/list-details/si-list-pane-body/si-list-pane-body.component.d.ts +0 -6
  488. package/list-details/si-list-pane-header/si-list-pane-header.component.d.ts +0 -6
  489. package/loading-spinner/si-loading-button.component.d.ts +0 -31
  490. package/loading-spinner/si-loading-spinner.component.d.ts +0 -32
  491. package/loading-spinner/si-loading-spinner.directive.d.ts +0 -37
  492. package/loading-spinner/si-loading-spinner.module.d.ts +0 -8
  493. package/loading-spinner/si-loading-spinner.service.d.ts +0 -18
  494. package/localization/si-directionality.d.ts +0 -41
  495. package/localization/si-locale-id.d.ts +0 -22
  496. package/localization/si-locale-store.d.ts +0 -16
  497. package/localization/si-locale.service.d.ts +0 -73
  498. package/main-detail-container/si-main-detail-container.component.d.ts +0 -151
  499. package/main-detail-container/si-main-detail-container.module.d.ts +0 -7
  500. package/menu/si-menu-action.service.d.ts +0 -13
  501. package/menu/si-menu-bar.directive.d.ts +0 -12
  502. package/menu/si-menu-divider.directive.d.ts +0 -5
  503. package/menu/si-menu-factory-item-guard.directive.d.ts +0 -11
  504. package/menu/si-menu-factory.component.d.ts +0 -15
  505. package/menu/si-menu-header.directive.d.ts +0 -5
  506. package/menu/si-menu-item-base.directive.d.ts +0 -16
  507. package/menu/si-menu-item-checkbox.component.d.ts +0 -11
  508. package/menu/si-menu-item-radio.component.d.ts +0 -10
  509. package/menu/si-menu-item.component.d.ts +0 -10
  510. package/menu/si-menu-model.d.ts +0 -91
  511. package/menu/si-menu.directive.d.ts +0 -6
  512. package/menu/si-menu.module.d.ts +0 -14
  513. package/modal/modal.helpers.d.ts +0 -8
  514. package/modal/modalref.d.ts +0 -64
  515. package/modal/si-modal.component.d.ts +0 -32
  516. package/modal/si-modal.service.d.ts +0 -57
  517. package/navbar/account.model.d.ts +0 -39
  518. package/navbar/si-navbar-item/index.d.ts +0 -5
  519. package/navbar/si-navbar-item/si-navbar-item.component.d.ts +0 -29
  520. package/navbar/si-navbar-primary/index.d.ts +0 -6
  521. package/navbar/si-navbar-primary/si-navbar-primary.component.d.ts +0 -198
  522. package/navbar/si-navbar-primary/si-navbar-primary.model.d.ts +0 -34
  523. package/navbar/si-navbar.module.d.ts +0 -9
  524. package/navbar-vertical/si-navbar-vertical-divider.component.d.ts +0 -5
  525. package/navbar-vertical/si-navbar-vertical-group-trigger.directive.d.ts +0 -38
  526. package/navbar-vertical/si-navbar-vertical-group.component.d.ts +0 -16
  527. package/navbar-vertical/si-navbar-vertical-header.component.d.ts +0 -6
  528. package/navbar-vertical/si-navbar-vertical-item-legacy.component.d.ts +0 -17
  529. package/navbar-vertical/si-navbar-vertical-item.component.d.ts +0 -21
  530. package/navbar-vertical/si-navbar-vertical.component.d.ts +0 -148
  531. package/navbar-vertical/si-navbar-vertical.model.d.ts +0 -77
  532. package/navbar-vertical/si-navbar-vertical.module.d.ts +0 -7
  533. package/navbar-vertical/si-navbar-vertical.provider.d.ts +0 -7
  534. package/number-input/si-number-input.component.d.ts +0 -106
  535. package/number-input/si-number-input.module.d.ts +0 -7
  536. package/pagination/si-pagination.component.d.ts +0 -65
  537. package/pagination/si-pagination.module.d.ts +0 -7
  538. package/password-strength/si-password-strength.component.d.ts +0 -25
  539. package/password-strength/si-password-strength.directive.d.ts +0 -65
  540. package/password-strength/si-password-strength.module.d.ts +0 -8
  541. package/password-toggle/si-password-toggle.component.d.ts +0 -39
  542. package/password-toggle/si-password-toggle.module.d.ts +0 -7
  543. package/phone-number/si-phone-number-input-select.directive.d.ts +0 -10
  544. package/phone-number/si-phone-number-input.component.d.ts +0 -137
  545. package/phone-number/si-phone-number-input.models.d.ts +0 -48
  546. package/phone-number/si-phone-number-input.module.d.ts +0 -7
  547. package/photo-upload/si-image-cropper-style.component.d.ts +0 -5
  548. package/photo-upload/si-photo-upload.component.d.ts +0 -298
  549. package/pills-input/si-input-pill.component.d.ts +0 -9
  550. package/pills-input/si-pills-input-csv.directive.d.ts +0 -8
  551. package/pills-input/si-pills-input-email.directive.d.ts +0 -10
  552. package/pills-input/si-pills-input-pattern-base.d.ts +0 -19
  553. package/pills-input/si-pills-input-value-handler.d.ts +0 -12
  554. package/pills-input/si-pills-input.component.d.ts +0 -87
  555. package/pills-input/si-pills-input.module.d.ts +0 -9
  556. package/popover/si-popover.component.d.ts +0 -26
  557. package/popover/si-popover.directive.d.ts +0 -89
  558. package/popover/si-popover.module.d.ts +0 -7
  559. package/popover-next/si-popover-description.directive.d.ts +0 -7
  560. package/popover-next/si-popover-next.directive.d.ts +0 -61
  561. package/popover-next/si-popover-title.directive.d.ts +0 -7
  562. package/popover-next/si-popover.component.d.ts +0 -27
  563. package/progressbar/si-progressbar.component.d.ts +0 -43
  564. package/progressbar/si-progressbar.module.d.ts +0 -7
  565. package/public-api.d.ts +0 -5
  566. package/resize-observer/resize-observer.service.d.ts +0 -41
  567. package/resize-observer/si-resize-observer.directive.d.ts +0 -31
  568. package/resize-observer/si-resize-observer.module.d.ts +0 -8
  569. package/resize-observer/si-responsive-container.directive.d.ts +0 -73
  570. package/result-details-list/si-result-details-list.component.d.ts +0 -14
  571. package/result-details-list/si-result-details-list.datamodel.d.ts +0 -48
  572. package/result-details-list/si-result-details-list.module.d.ts +0 -7
  573. package/search-bar/si-search-bar.component.d.ts +0 -87
  574. package/search-bar/si-search-bar.module.d.ts +0 -7
  575. package/select/options/si-select-complex-options.directive.d.ts +0 -69
  576. package/select/options/si-select-lazy-options.directive.d.ts +0 -38
  577. package/select/options/si-select-option.source.d.ts +0 -49
  578. package/select/options/si-select-options-strategy.base.d.ts +0 -35
  579. package/select/options/si-select-options-strategy.d.ts +0 -37
  580. package/select/options/si-select-simple-options.directive.d.ts +0 -34
  581. package/select/select-input/si-select-input.component.d.ts +0 -43
  582. package/select/select-list/si-select-list-has-filter.component.d.ts +0 -20
  583. package/select/select-list/si-select-list.base.d.ts +0 -37
  584. package/select/select-list/si-select-list.component.d.ts +0 -15
  585. package/select/select-option/si-select-option-row.component.d.ts +0 -16
  586. package/select/select-option/si-select-option.component.d.ts +0 -9
  587. package/select/selection/si-select-multi-value.directive.d.ts +0 -26
  588. package/select/selection/si-select-selection-strategy.d.ts +0 -58
  589. package/select/selection/si-select-single-value.directive.d.ts +0 -26
  590. package/select/si-select-action.directive.d.ts +0 -12
  591. package/select/si-select-actions.directive.d.ts +0 -5
  592. package/select/si-select-group-template.directive.d.ts +0 -20
  593. package/select/si-select-option-row-template.directive.d.ts +0 -9
  594. package/select/si-select-option-template.directive.d.ts +0 -21
  595. package/select/si-select.component.d.ts +0 -96
  596. package/select/si-select.module.d.ts +0 -15
  597. package/select/si-select.types.d.ts +0 -65
  598. package/shadow-root/si-shadow-root.directive.d.ts +0 -39
  599. package/side-panel/si-side-panel-content.component.d.ts +0 -105
  600. package/side-panel/si-side-panel.component.d.ts +0 -108
  601. package/side-panel/si-side-panel.module.d.ts +0 -8
  602. package/side-panel/si-side-panel.service.d.ts +0 -45
  603. package/side-panel/side-panel.model.d.ts +0 -16
  604. package/skip-links/si-skip-link-target.directive.d.ts +0 -27
  605. package/skip-links/si-skip-links.component.d.ts +0 -9
  606. package/skip-links/skip-link.service.d.ts +0 -14
  607. package/slider/si-slider.component.d.ts +0 -129
  608. package/slider/si-slider.module.d.ts +0 -7
  609. package/sort-bar/si-sort-bar.component.d.ts +0 -42
  610. package/sort-bar/si-sort-bar.module.d.ts +0 -7
  611. package/split/si-split-part.component.d.ts +0 -154
  612. package/split/si-split.component.d.ts +0 -48
  613. package/split/si-split.interfaces.d.ts +0 -17
  614. package/split/si-split.module.d.ts +0 -8
  615. package/status-bar/si-status-bar-item/index.d.ts +0 -6
  616. package/status-bar/si-status-bar-item/si-status-bar-item.component.d.ts +0 -22
  617. package/status-bar/si-status-bar-item/si-status-bar-item.model.d.ts +0 -33
  618. package/status-bar/si-status-bar.component.d.ts +0 -116
  619. package/status-bar/si-status-bar.module.d.ts +0 -7
  620. package/status-toggle/si-status-toggle.component.d.ts +0 -54
  621. package/status-toggle/status-toggle.model.d.ts +0 -26
  622. package/summary-chip/si-summary-chip.component.d.ts +0 -44
  623. package/summary-widget/si-summary-widget.component.d.ts +0 -44
  624. package/system-banner/system-banner.component.d.ts +0 -23
  625. package/tabs/si-tab/index.d.ts +0 -5
  626. package/tabs/si-tab/si-tab.component.d.ts +0 -58
  627. package/tabs/si-tabs.module.d.ts +0 -8
  628. package/tabs/si-tabset/index.d.ts +0 -5
  629. package/tabs/si-tabset/si-tabset.component.d.ts +0 -100
  630. package/tabs-next/si-tab-next-base.directive.d.ts +0 -63
  631. package/tabs-next/si-tab-next-link.component.d.ts +0 -16
  632. package/tabs-next/si-tab-next.component.d.ts +0 -16
  633. package/tabs-next/si-tabs-tokens.d.ts +0 -7
  634. package/tabs-next/si-tabset-next.component.d.ts +0 -57
  635. package/theme/si-theme-store.d.ts +0 -82
  636. package/theme/si-theme.model.d.ts +0 -48
  637. package/theme/si-theme.service.d.ts +0 -129
  638. package/threshold/si-readonly-threshold-option.component.d.ts +0 -11
  639. package/threshold/si-threshold.component.d.ts +0 -147
  640. package/threshold/si-threshold.module.d.ts +0 -7
  641. package/toast-notification/si-toast-notification/si-toast-notification.component.d.ts +0 -17
  642. package/toast-notification/si-toast-notification-drawer/si-toast-notification-drawer.component.d.ts +0 -9
  643. package/toast-notification/si-toast-notification.service.d.ts +0 -41
  644. package/toast-notification/si-toast.model.d.ts +0 -25
  645. package/tooltip/si-tooltip.component.d.ts +0 -25
  646. package/tooltip/si-tooltip.directive.d.ts +0 -45
  647. package/tooltip/si-tooltip.module.d.ts +0 -7
  648. package/tooltip/si-tooltip.service.d.ts +0 -44
  649. package/tour/si-tour-highlight.component.d.ts +0 -15
  650. package/tour/si-tour-token.model.d.ts +0 -27
  651. package/tour/si-tour.component.d.ts +0 -31
  652. package/tour/si-tour.model.d.ts +0 -51
  653. package/tour/si-tour.service.d.ts +0 -62
  654. package/translate/si-translatable-keys.interface.d.ts +0 -193
  655. package/translate/si-translatable-overrides.provider.d.ts +0 -7
  656. package/tree-view/drag-drop.util.d.ts +0 -32
  657. package/tree-view/si-tree-view-converter.service.d.ts +0 -41
  658. package/tree-view/si-tree-view-item/si-tree-view-item.component.d.ts +0 -104
  659. package/tree-view/si-tree-view-item/si-tree-view-item.directive.d.ts +0 -24
  660. package/tree-view/si-tree-view-item-context.d.ts +0 -11
  661. package/tree-view/si-tree-view-item-height.service.d.ts +0 -49
  662. package/tree-view/si-tree-view-item-template.directive.d.ts +0 -18
  663. package/tree-view/si-tree-view-virtualization.service.d.ts +0 -150
  664. package/tree-view/si-tree-view.component.d.ts +0 -467
  665. package/tree-view/si-tree-view.model.d.ts +0 -146
  666. package/tree-view/si-tree-view.module.d.ts +0 -10
  667. package/tree-view/si-tree-view.service.d.ts +0 -55
  668. package/tree-view/si-tree-view.utils.d.ts +0 -46
  669. package/typeahead/si-typeahead-item-template.directive.d.ts +0 -7
  670. package/typeahead/si-typeahead.component.d.ts +0 -22
  671. package/typeahead/si-typeahead.directive.d.ts +0 -196
  672. package/typeahead/si-typeahead.model.d.ts +0 -60
  673. package/typeahead/si-typeahead.module.d.ts +0 -8
  674. package/typeahead/si-typeahead.sorting.d.ts +0 -10
  675. package/unauthorized-page/si-unauthorized-page.component.d.ts +0 -35
  676. package/unauthorized-page/si-unauthorized-page.module.d.ts +0 -7
  677. package/wizard/si-wizard-step.component.d.ts +0 -21
  678. package/wizard/si-wizard.component.d.ts +0 -196
  679. package/wizard/si-wizard.module.d.ts +0 -8
@@ -1,15 +1,1413 @@
1
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
2
+ import * as _angular_forms from '@angular/forms';
3
+ import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, NgControl } from '@angular/forms';
4
+ import * as _angular_core from '@angular/core';
5
+ import { OnChanges, SimpleChanges, OnInit, AfterViewInit, OnDestroy, ComponentRef, ElementRef, AfterContentInit, DoCheck } from '@angular/core';
6
+ import { SiFormItemControl } from '@siemens/element-ng/form';
7
+ import { ConnectionPositionPair } from '@angular/cdk/overlay';
8
+ import { FocusOrigin } from '@angular/cdk/a11y';
9
+ import * as _siemens_element_translate_ng_translate_types from '@siemens/element-translate-ng/translate-types';
10
+
1
11
  /**
2
12
  * Copyright (c) Siemens 2016 - 2025
3
13
  * SPDX-License-Identifier: MIT
4
14
  */
5
- export * from './si-datepicker.model';
6
- export * from './si-date-input.directive';
7
- export * from './si-datepicker.directive';
8
- export * from './si-datepicker.component';
9
- export * from './si-datepicker-overlay.directive';
10
- export * from './si-timepicker.component';
11
- export * from './si-date-range.component';
12
- export * from './si-datepicker-overlay.component';
13
- export * from './si-calendar-button.component';
14
- export * from './si-datepicker.module';
15
- export * from './date-time-helper';
15
+
16
+ type WeekStart = 'monday' | 'saturday' | 'sunday' | undefined;
17
+ interface DatepickerConfig {
18
+ /**
19
+ * Text or translation key for today button title. Default is `Today`.
20
+ */
21
+ todayText?: TranslatableString;
22
+ /**
23
+ * Defines the starting day of the week. Default is `monday`.
24
+ */
25
+ weekStartDay?: WeekStart;
26
+ /**
27
+ * Configuration for hiding week numbers. Default is `false`.
28
+ */
29
+ hideWeekNumbers?: boolean;
30
+ /**
31
+ * Defines the timepicker visibility. Default is `false`.
32
+ */
33
+ showTime?: boolean;
34
+ /**
35
+ * Defines the timepicker minutes visibility. Default is `true`.
36
+ */
37
+ showMinutes?: boolean;
38
+ /**
39
+ * Defines the timepicker seconds visibility . Default is `false`.
40
+ */
41
+ showSeconds?: boolean;
42
+ /**
43
+ * Defines the timepicker milliseconds visibility . Default is `false`.
44
+ */
45
+ showMilliseconds?: boolean;
46
+ /**
47
+ * Hides disable time switch in the timepicker part and includes mandatory the
48
+ * time in the picker.
49
+ */
50
+ mandatoryTime?: boolean;
51
+ /**
52
+ * Defines the time is disabled when visible. Will also be updated on user change. Default is `false`.
53
+ */
54
+ disabledTime?: boolean;
55
+ /**
56
+ * Text or translation key for the `enabled` disable time. Default is `Consider time`.
57
+ */
58
+ enabledTimeText?: TranslatableString;
59
+ /**
60
+ * Text or translation key for the `disabled` disable time. Default is `Ignore time`.
61
+ */
62
+ disabledTimeText?: TranslatableString;
63
+ /**
64
+ * Minimal (earliest) selectable date.
65
+ */
66
+ minDate?: Date;
67
+ /**
68
+ * Maximal (latest) selectable date.
69
+ */
70
+ maxDate?: Date;
71
+ /**
72
+ * Options to turn on date range selection.
73
+ */
74
+ enableDateRange?: boolean;
75
+ /**
76
+ * Option to use two months view for date range picking.
77
+ */
78
+ enableTwoMonthDateRange?: boolean;
79
+ /**
80
+ * Consider time with minDate and maxDate
81
+ */
82
+ enableTimeValidation?: boolean;
83
+ /**
84
+ * Only month and year are selectable.
85
+ */
86
+ onlyMonthSelection?: boolean;
87
+ hoursLabel?: string;
88
+ minutesLabel?: string;
89
+ secondsLabel?: string;
90
+ millisecondsLabel?: string;
91
+ hideLabels?: boolean;
92
+ hoursAriaLabel?: string;
93
+ minutesAriaLabel?: string;
94
+ secondsAriaLabel?: string;
95
+ millisecondsAriaLabel?: string;
96
+ hoursPlaceholder?: string;
97
+ minutesPlaceholder?: string;
98
+ secondsPlaceholder?: string;
99
+ millisecondsPlaceholder?: string;
100
+ meridians?: string[];
101
+ meridiansLabel?: string;
102
+ meridiansAriaLabel?: string;
103
+ startTimeLabel?: string;
104
+ endTimeLabel?: string;
105
+ }
106
+ interface DatepickerInputConfig extends DatepickerConfig {
107
+ /**
108
+ * A custom date/time format according the Angular date pipe (see {@link https://angular.dev/api/common/DatePipe}).
109
+ * Only numeric date formats are supported.
110
+ * The format is used to render the time of a date-time criterion. If not specified, `mediumTime` is
111
+ * used if the `showSeconds` flag is true, otherwise `shortTime` as default. For the date-only
112
+ * case, 'shortDate' is used.
113
+ */
114
+ dateTimeFormat?: string;
115
+ /**
116
+ * Similar to `dateTimeFormat`, but used when only a date is displayed
117
+ * (e.g. when `showTime === false` or `disabledTime === true`).
118
+ * Only numeric date formats are supported.
119
+ */
120
+ dateFormat?: string;
121
+ }
122
+ /**
123
+ * Returns date / datetime format to be used for rendering a date object as text
124
+ * to an Html input element, which has the `SiDatepickerDirective`.
125
+ *
126
+ * @see https://angular.dev/api/common/DatePipe?tab=usage-notes
127
+ * @param locale - The locale for which the format is returned.
128
+ * @param config - The config object of the datepicker.
129
+ * @param timeWhenDisabled - If `true`, a format with time (medium or short) is returned, even if the `disabledTime` config is `true`.
130
+ * @returns Either
131
+ * - a custom format provided by the config,
132
+ * - the localized `medium` format when time and seconds included
133
+ * - the localized `short` format when time and no seconds included
134
+ */
135
+ declare const getDatepickerFormat: (locale: string, config?: DatepickerInputConfig, timeWhenDisabled?: boolean) => string;
136
+ type DateRange = {
137
+ start: Date | undefined;
138
+ end: Date | undefined;
139
+ };
140
+
141
+ /**
142
+ * Base directive for date input fields.
143
+ */
144
+ declare class SiDateInputDirective implements ControlValueAccessor, OnChanges, Validator, SiFormItemControl {
145
+ private static idCounter;
146
+ /**
147
+ * @defaultValue
148
+ * ```
149
+ * `si-date-input-${SiDateInputDirective.idCounter++}`
150
+ * ```
151
+ */
152
+ readonly id: _angular_core.InputSignal<string>;
153
+ /**
154
+ * Configuration object for the datepicker.
155
+ *
156
+ * @defaultValue
157
+ * ```
158
+ * {}
159
+ * ```
160
+ */
161
+ readonly siDatepickerConfig: _angular_core.ModelSignal<DatepickerInputConfig | undefined>;
162
+ /**
163
+ * Emits an event to notify about disabling the time from the datepicker.
164
+ * When time is disable, we construct a pure date object in UTC 00:00:00 time.
165
+ */
166
+ readonly siDatepickerDisabledTime: _angular_core.OutputEmitterRef<boolean>;
167
+ /**
168
+ * Emits an event on state changes e.g. readonly, disable, ... .
169
+ */
170
+ readonly stateChange: _angular_core.OutputEmitterRef<void>;
171
+ /**
172
+ * Whether the date range input is disabled.
173
+ * @defaultValue false
174
+ */
175
+ readonly disabledInput: _angular_core.InputSignal<boolean>;
176
+ /**
177
+ * Whether the date range input is readonly.
178
+ * @defaultValue false
179
+ */
180
+ readonly readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
181
+ /**
182
+ * Overrides the value of aria-describedby
183
+ *
184
+ * @defaultValue
185
+ * ```
186
+ * `${this.id()}-errormessage`
187
+ * ```
188
+ */
189
+ readonly errormessageId: _angular_core.InputSignal<string>;
190
+ /** @internal */
191
+ validatorOnChange: () => void;
192
+ /**
193
+ * Date form input validator function, validating text format, min and max value.
194
+ */
195
+ protected validator: _angular_forms.ValidatorFn;
196
+ protected date?: Date;
197
+ /**
198
+ * Emits a new `date` value on input field value changes.
199
+ */
200
+ protected readonly dateChange: _angular_core.OutputEmitterRef<Date | undefined>;
201
+ /** @internal */
202
+ readonly disabled: _angular_core.Signal<boolean>;
203
+ protected onTouched: () => void;
204
+ protected onModelChange: (value: any) => void;
205
+ protected readonly dateString: _angular_core.WritableSignal<string>;
206
+ private readonly disabledNgControl;
207
+ protected readonly locale: string;
208
+ private format;
209
+ ngOnChanges(changes: SimpleChanges): void;
210
+ validate(c: AbstractControl): ValidationErrors | null;
211
+ registerOnChange(fn: any): void;
212
+ registerOnTouched(fn: () => void): void;
213
+ registerOnValidatorChange(fn: () => void): void;
214
+ setDisabledState(isDisabled: boolean): void;
215
+ writeValue(value?: Date | string): void;
216
+ private updateNativeValue;
217
+ /**
218
+ * Handles `input` events on the input element.
219
+ * @param value - current input value.
220
+ */
221
+ protected onInput(event: Event): void;
222
+ protected onBlur(event: FocusEvent): void;
223
+ private getFormat;
224
+ /**
225
+ * Callback when the datepicker changes his value.
226
+ * @param date - updated date
227
+ */
228
+ protected onDateChanged(date?: Date): void;
229
+ /**
230
+ * Datepicker consider time / ignore time changed.
231
+ * @param disabledTime - disable time
232
+ * @internal
233
+ */
234
+ onDisabledTime(disabledTime: boolean): void;
235
+ /** The form control validator for date format */
236
+ private formatValidator;
237
+ /** The form control validator for the min date. */
238
+ private minValidator;
239
+ /** The form control validator for the min date. */
240
+ private maxValidator;
241
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDateInputDirective, never>;
242
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SiDateInputDirective, "input[siDateInput]", ["siDateInput"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "siDatepickerConfig": { "alias": "siDatepickerConfig"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "errormessageId": { "alias": "errormessageId"; "required": false; "isSignal": true; }; }, { "siDatepickerConfig": "siDatepickerConfigChange"; "siDatepickerDisabledTime": "siDatepickerDisabledTime"; "stateChange": "stateChange"; "dateChange": "dateChange"; }, never, never, true, never>;
243
+ }
244
+
245
+ /** CSS classes that can be associated with a calendar cell. */
246
+ type CellCssClasses = string | string[] | Set<string> | {
247
+ [key: string]: any;
248
+ };
249
+ interface Cell {
250
+ value: number;
251
+ /** Indicate that the cell is disabled */
252
+ disabled: boolean;
253
+ /** Cell specific aria label */
254
+ ariaLabel: string;
255
+ /** Display value */
256
+ displayValue: string;
257
+ /**
258
+ * Indicate that the cell is a preview, this is dedicated to the calendar month
259
+ * view to where a day could be part of the previous or next month
260
+ */
261
+ isPreview: boolean;
262
+ /**
263
+ * The cell corresponds to today.
264
+ */
265
+ isToday: boolean;
266
+ /** Raw value */
267
+ valueRaw: Date;
268
+ /** Additional CSS classes for the cell */
269
+ cssClasses: CellCssClasses;
270
+ }
271
+
272
+ /**
273
+ * Choose which view shall be shown.
274
+ * @internal
275
+ */
276
+ type ViewType = 'week' | 'month' | 'year' | undefined;
277
+ type RangeType = 'START' | 'END' | undefined;
278
+ declare class SiDatepickerComponent implements OnInit, OnChanges, AfterViewInit {
279
+ private readonly locale;
280
+ /**
281
+ * The date which is currently focused
282
+ * Compare to the selected date or range the calendar requires to have one element to focus.
283
+ */
284
+ readonly focusedDate: _angular_core.ModelSignal<Date | undefined>;
285
+ /**
286
+ * The selected date of the datepicker. Use for
287
+ * initialization and for bidirectional binding.
288
+ */
289
+ readonly date: _angular_core.ModelSignal<Date | undefined>;
290
+ /**
291
+ * The selected date range of the datepicker. Use for
292
+ * initialization and for bidirectional binding.
293
+ */
294
+ readonly dateRange: _angular_core.ModelSignal<DateRange | undefined>;
295
+ /** @internal */
296
+ readonly dateRangeRole: _angular_core.InputSignal<RangeType>;
297
+ /**
298
+ * Set initial focus to calendar body.
299
+ *
300
+ * @defaultValue false
301
+ */
302
+ readonly initialFocus: _angular_core.InputSignal<boolean>;
303
+ /**
304
+ * Disabled the optional visible time picker.
305
+ *
306
+ * @defaultValue false
307
+ */
308
+ readonly disabledTime: _angular_core.ModelSignal<boolean>;
309
+ /**
310
+ * Object to configure the datepicker.
311
+ *
312
+ * @defaultValue
313
+ * ```
314
+ * {}
315
+ * ```
316
+ */
317
+ readonly config: _angular_core.ModelSignal<DatepickerConfig>;
318
+ /**
319
+ * Aria label for the previous button. Needed for a11y.
320
+ *
321
+ * @defaultValue
322
+ * ```
323
+ * t(() => $localize`:@@SI_DATEPICKER.PREVIOUS:Previous`)
324
+ * ```
325
+ */
326
+ readonly previousLabel: _angular_core.InputSignal<TranslatableString>;
327
+ /**
328
+ * Aria label for the next button. Needed for a11y.
329
+ *
330
+ * @defaultValue
331
+ * ```
332
+ * t(() => $localize`:@@SI_DATEPICKER.NEXT:Next`)
333
+ * ```
334
+ */
335
+ readonly nextLabel: _angular_core.InputSignal<TranslatableString>;
336
+ /**
337
+ * Aria label for week number column
338
+ *
339
+ * @deprecated Use `calendarWeekLabel` instead.
340
+ * @defaultValue
341
+ * ```
342
+ * t(() => $localize`:@@SI_DATEPICKER.CALENDAR_WEEK_LABEL:Calendar week`)
343
+ * ```
344
+ */
345
+ readonly calenderWeekLabel: _angular_core.InputSignal<TranslatableString | undefined>;
346
+ /**
347
+ * Aria label for week number column
348
+ *
349
+ * @defaultValue
350
+ * ```
351
+ * t(() => $localize`:@@SI_DATEPICKER.CALENDAR_WEEK_LABEL:Calendar week`)
352
+ * ```
353
+ */
354
+ readonly calendarWeekLabel: _angular_core.InputSignal<TranslatableString>;
355
+ protected readonly derivedWeekLabel: _angular_core.Signal<TranslatableString>;
356
+ /**
357
+ * Enable/disable 12H mode in timepicker. Defaults to locale
358
+ *
359
+ * @defaultValue undefined
360
+ */
361
+ readonly time12h: _angular_core.InputSignalWithTransform<boolean | undefined, unknown>;
362
+ /**
363
+ * Use this to force date range operation to select either start date or end date.
364
+ *
365
+ * @defaultValue 'START'
366
+ */
367
+ readonly rangeType: _angular_core.ModelSignal<RangeType>;
368
+ /**
369
+ * Optional input to control the minimum month the datepicker can show and the user can navigate.
370
+ * The `minMonth` can be larger than the `minDate` This option enables the usage of multiple
371
+ * datepickers next to each other while the more left calendar always
372
+ * shows a earlier month the the more right one.
373
+ * @internal
374
+ */
375
+ readonly minMonth: _angular_core.InputSignal<Date | undefined>;
376
+ /**
377
+ * Optional input to control the maximum month the datepicker can show and the user can navigate.
378
+ * The `maxMonth` can be smaller than the `maxDate` This option enables the usage of multiple
379
+ * datepickers next to each other while the more left calendar always
380
+ * shows a earlier month the the more right one.
381
+ * @internal
382
+ */
383
+ readonly maxMonth: _angular_core.InputSignal<Date | undefined>;
384
+ /**
385
+ * Option to hide the time switch.
386
+ *
387
+ * @defaultValue false
388
+ */
389
+ readonly hideTimeToggle: _angular_core.InputSignal<boolean>;
390
+ /** @internal */
391
+ readonly hideCalendar: _angular_core.InputSignal<boolean>;
392
+ /**
393
+ * Optional timepicker label.
394
+ */
395
+ readonly timepickerLabel: _angular_core.InputSignal<string | undefined>;
396
+ protected get startDate(): Date | undefined;
397
+ protected get endDate(): Date | undefined;
398
+ /**
399
+ * Returns the date object if not range selection is enabled. Otherwise, if
400
+ * the date range role is 'END', the date range end date is returned. If
401
+ * date range role is not 'END', the date range start date is returned.
402
+ */
403
+ private getRelevantDate;
404
+ private readonly defaultDisabledTimeText;
405
+ private readonly defaultEnableTimeText;
406
+ protected readonly includeTimeLabel: _angular_core.Signal<TranslatableString>;
407
+ protected get weekStartDay(): WeekStart;
408
+ protected get hideWeekNumbers(): boolean;
409
+ /**
410
+ * The active view
411
+ */
412
+ protected readonly view: _angular_core.WritableSignal<ViewType>;
413
+ /**
414
+ * Get the current shown view.
415
+ */
416
+ private readonly activeView;
417
+ protected readonly actualFocusedDate: _angular_core.Signal<Date>;
418
+ protected readonly requireFocus: _angular_core.WritableSignal<boolean>;
419
+ /** When the user switch from the year or month view via keyboard selection we force the focus. */
420
+ protected readonly forceFocus: _angular_core.Signal<boolean>;
421
+ protected months: string[];
422
+ protected switchId: string;
423
+ protected timepickerId: string;
424
+ /**
425
+ * Configuration which view shall be shown after year selection,
426
+ * when onlyMonthSelection is enabled the month view is shown otherwise the week view.
427
+ */
428
+ protected yearViewSwitchTo: 'month' | 'week';
429
+ protected monthViewSwitchTo: 'month' | 'week';
430
+ private readonly cdRef;
431
+ private readonly localeWeekStart;
432
+ /**
433
+ * Date object to track and change the time. Keeping time and date
434
+ * in separate objects to not change the date when flipping time.
435
+ * After change, a new date object is created with an adapted time.
436
+ */
437
+ protected time?: Date;
438
+ /**
439
+ * Used to hold the last time when setting the time to disabled.
440
+ * Value will be reset on enabling the time again.
441
+ */
442
+ private previousTime?;
443
+ private readonly timePicker;
444
+ /** Reference to the current day selection component. Shown when view === 'week' */
445
+ private readonly daySelection;
446
+ /** Reference to the current month selection component. Shown when view === 'month' */
447
+ private readonly monthSelection;
448
+ /** Reference to the current year selection component. Shown when view === 'year' */
449
+ private readonly yearSelection;
450
+ /**
451
+ * The cell which which has the mouse hover.
452
+ * @internal
453
+ */
454
+ readonly activeHover: _angular_core.ModelSignal<Cell | undefined>;
455
+ constructor();
456
+ ngOnChanges(changes: SimpleChanges): void;
457
+ ngOnInit(): void;
458
+ ngAfterViewInit(): void;
459
+ /** Initialize day and month labels */
460
+ private initCalendarLabels;
461
+ /**
462
+ * Validates and sets a new date to the this.date model object of this component
463
+ * and fires the related events. The model object shall not be updated elsewhere
464
+ * with a new date object. Shall only be called on simple date selection and not
465
+ * on date range selection.
466
+ *
467
+ * @param newDate - The new date to be set.
468
+ */
469
+ private setDate;
470
+ /**
471
+ * Validates and sets the new date range to the dateRange model
472
+ * object.
473
+ * @param newDateRange - The new range to be set.
474
+ * @returns True if the new range is valid and set. Otherwise false.
475
+ */
476
+ private setDateRange;
477
+ protected timeSelected(newTime: Date): void;
478
+ protected toggleDisabledTime(): void;
479
+ private onDisabledTimeChanged;
480
+ private validateTime;
481
+ /**
482
+ * Handle selection in the day view.
483
+ * @param selection - selected date.
484
+ */
485
+ protected selectionChange(selection: Date): void;
486
+ /**
487
+ * Handle month/year changes
488
+ * @param selection - the selected month or null of cancelled.
489
+ */
490
+ protected activeMonthChange(selection: Date | null): void;
491
+ /**
492
+ * Handle year changes
493
+ * @param selection - the selected year or null of cancelled.
494
+ */
495
+ protected activeYearChange(selection: Date | null): void;
496
+ /**
497
+ * Focus the active cell in view.
498
+ * The function is required to transfer the focus from input to the active date cell.
499
+ */
500
+ focusActiveCell(): void;
501
+ protected onActiveHoverChange(event?: Cell): void;
502
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDatepickerComponent, never>;
503
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiDatepickerComponent, "si-datepicker", never, { "focusedDate": { "alias": "focusedDate"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "dateRange": { "alias": "dateRange"; "required": false; "isSignal": true; }; "dateRangeRole": { "alias": "dateRangeRole"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "disabledTime": { "alias": "disabledTime"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "previousLabel": { "alias": "previousLabel"; "required": false; "isSignal": true; }; "nextLabel": { "alias": "nextLabel"; "required": false; "isSignal": true; }; "calenderWeekLabel": { "alias": "calenderWeekLabel"; "required": false; "isSignal": true; }; "calendarWeekLabel": { "alias": "calendarWeekLabel"; "required": false; "isSignal": true; }; "time12h": { "alias": "time12h"; "required": false; "isSignal": true; }; "rangeType": { "alias": "rangeType"; "required": false; "isSignal": true; }; "minMonth": { "alias": "minMonth"; "required": false; "isSignal": true; }; "maxMonth": { "alias": "maxMonth"; "required": false; "isSignal": true; }; "hideTimeToggle": { "alias": "hideTimeToggle"; "required": false; "isSignal": true; }; "hideCalendar": { "alias": "hideCalendar"; "required": false; "isSignal": true; }; "timepickerLabel": { "alias": "timepickerLabel"; "required": false; "isSignal": true; }; "activeHover": { "alias": "activeHover"; "required": false; "isSignal": true; }; }, { "focusedDate": "focusedDateChange"; "date": "dateChange"; "dateRange": "dateRangeChange"; "disabledTime": "disabledTimeChange"; "config": "configChange"; "rangeType": "rangeTypeChange"; "activeHover": "activeHoverChange"; }, never, never, true, never>;
504
+ }
505
+
506
+ declare class SiDatepickerOverlayComponent implements OnChanges, OnInit, OnDestroy {
507
+ protected readonly minMonth: _angular_core.WritableSignal<Date | undefined>;
508
+ protected readonly maxMonth: _angular_core.WritableSignal<Date | undefined>;
509
+ protected readonly datepicker: _angular_core.Signal<SiDatepickerComponent>;
510
+ /**
511
+ * {@inheritDoc SiDatepickerComponent#initialFocus}
512
+ * @defaultValue false
513
+ */
514
+ readonly initialFocus: _angular_core.InputSignalWithTransform<boolean, unknown>;
515
+ /**
516
+ * {@inheritDoc SiDatepickerComponent#config}
517
+ * @defaultValue
518
+ * ```
519
+ * {}
520
+ * ```
521
+ */
522
+ readonly config: _angular_core.InputSignal<DatepickerConfig>;
523
+ /**
524
+ * {@inheritDoc SiDatepickerComponent#date}
525
+ */
526
+ readonly date: _angular_core.ModelSignal<Date | undefined>;
527
+ /**
528
+ * {@inheritDoc SiDatepickerComponent#dateRange}
529
+ */
530
+ readonly dateRange: _angular_core.ModelSignal<DateRange | undefined>;
531
+ /**
532
+ * {@inheritDoc SiDatepickerComponent#rangeType}
533
+ */
534
+ readonly rangeType: _angular_core.ModelSignal<"START" | "END" | undefined>;
535
+ /**
536
+ * {@inheritDoc SiDatepickerComponent#time12h}
537
+ * @defaultValue false
538
+ */
539
+ readonly time12h: _angular_core.InputSignalWithTransform<boolean, unknown>;
540
+ /**
541
+ * Emits an event to notify about disabling the time from the datepicker.
542
+ * When time is disable, we construct a pure date object in UTC 00:00:00 time.
543
+ */
544
+ readonly disabledTimeChange: _angular_core.OutputEmitterRef<boolean>;
545
+ private readonly document;
546
+ private readonly elementRef;
547
+ private readonly focusMonitor;
548
+ private readonly focusTrapFactory;
549
+ private focusTrap;
550
+ private previousActiveElement?;
551
+ protected disableTime: boolean;
552
+ protected activeHover?: Cell;
553
+ protected readonly isTwoMonthDateRange: _angular_core.Signal<boolean>;
554
+ protected readonly firstDatepickerConfig: _angular_core.WritableSignal<DatepickerConfig>;
555
+ protected readonly secondDatepickerConfig: _angular_core.WritableSignal<DatepickerConfig>;
556
+ /**
557
+ * Indicate that the overlay is opened in small screen.
558
+ * A modal dialog animation display when true and a wrapped two month calendar layout is displayed.
559
+ *
560
+ * @defaultValue false
561
+ */
562
+ readonly isMobile: _angular_core.InputSignal<boolean>;
563
+ protected readonly completeAnimation: _angular_core.WritableSignal<boolean>;
564
+ ngOnChanges(changes: SimpleChanges): void;
565
+ ngOnInit(): void;
566
+ ngOnDestroy(): void;
567
+ /**
568
+ * Focus active cell in the current datepicker view.
569
+ */
570
+ focusActiveCell(): void;
571
+ protected firstDatepickerFocusDateChange(newFocusedDate?: Date): void;
572
+ protected secondDatepickerFocusDateChange(newFocusedDate?: Date): void;
573
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDatepickerOverlayComponent, never>;
574
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiDatepickerOverlayComponent, "si-datepicker-overlay", never, { "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "dateRange": { "alias": "dateRange"; "required": false; "isSignal": true; }; "rangeType": { "alias": "rangeType"; "required": false; "isSignal": true; }; "time12h": { "alias": "time12h"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; "dateRange": "dateRangeChange"; "rangeType": "rangeTypeChange"; "disabledTimeChange": "disabledTimeChange"; }, never, never, true, never>;
575
+ }
576
+
577
+ declare enum CloseCause {
578
+ Backdrop = "backdrop",
579
+ Detach = "detach",
580
+ Escape = "escape",
581
+ Select = "select"
582
+ }
583
+ type DatepickerInput = {
584
+ config: DatepickerConfig;
585
+ date: Date;
586
+ dateRange: DateRange;
587
+ rangeType: 'START' | 'END';
588
+ time12h: boolean;
589
+ showTime: true;
590
+ };
591
+ /** Partial datepicker inputs */
592
+ type DatepickerInputPartial = Partial<DatepickerInput>;
593
+ /**
594
+ * Directive with the responsibility to open/close datepicker overlay.
595
+ */
596
+ declare class SiDatepickerOverlayDirective implements OnDestroy {
597
+ /**
598
+ * Position of the datepicker overlay. Accepts an array of positions or a single position.
599
+ * The position will be chosen based on the first position that fits into the viewport.
600
+ * The input is necessary since the positions between the siDatepicker directive and si-date-range
601
+ * component are different.
602
+ * @internal
603
+ */
604
+ readonly placement: _angular_core.WritableSignal<"start" | "end" | "top" | "bottom" | "auto" | ConnectionPositionPair[]>;
605
+ /**
606
+ * Output event on closing datepicker e.g. by clicking backdrop or escape key.
607
+ */
608
+ readonly siDatepickerClose: _angular_core.OutputEmitterRef<CloseCause>;
609
+ private overlayRef?;
610
+ private datepickerRef?;
611
+ private autoCloseSelection;
612
+ /** Guard for siDatepickerClose event emitter to make sure the cause is emitter just once */
613
+ private ignoreClose;
614
+ private readonly overlay;
615
+ private readonly triggerElementRef;
616
+ private readonly mediaMatcher;
617
+ private readonly breakpointObserver;
618
+ private readonly destroyRef;
619
+ /**
620
+ * When the media query matches on open the overlay is displayed like a modal dialog.
621
+ * In case, users change the screen size to the matching media query we close the overlay
622
+ * if it is open with a connected overlay strategy.
623
+ */
624
+ private readonly smallScreenQuery;
625
+ ngOnDestroy(): void;
626
+ /**
627
+ * Show datepicker overlay.
628
+ * @param focus - move focus to the datepicker.
629
+ * @returns create datepicker overlay instance
630
+ */
631
+ showOverlay(focus?: boolean, inputs?: DatepickerInputPartial): ComponentRef<SiDatepickerOverlayComponent>;
632
+ /**
633
+ * Close datepicker.
634
+ */
635
+ closeOverlay(): undefined;
636
+ /**
637
+ * Focus active cell in datepicker.
638
+ * @param focus - show transfer focus.
639
+ * @returns current instance.
640
+ */
641
+ focus(focus?: boolean): this;
642
+ /**
643
+ * Indicate the datepicker is visible.
644
+ * @returns is visible.
645
+ */
646
+ isShown(): ComponentRef<SiDatepickerOverlayComponent> | undefined;
647
+ /** Set datepicker inputs */
648
+ setInputs(inputs?: DatepickerInputPartial): this;
649
+ /** Close overlay with cause select, which will recover the focus */
650
+ closeAfterSelection(): void;
651
+ /** Indicate whether the HTML element is a child of the datepicker overlay. */
652
+ contains(element: HTMLElement): boolean;
653
+ private showDatepicker;
654
+ protected createMobileOverlay(): void;
655
+ protected createDesktopOverlay(): void;
656
+ /**
657
+ * Merge events which shall close the overlay
658
+ * @param overlayRef - source for backdrop, detach or escape events.
659
+ * @returns merged observable
660
+ */
661
+ private closeStream;
662
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDatepickerOverlayDirective, never>;
663
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SiDatepickerOverlayDirective, "[siDatepickerOverlay]", ["siDatepickerOverlay"], {}, { "siDatepickerClose": "siDatepickerClose"; }, never, never, true, never>;
664
+ }
665
+
666
+ declare class SiDatepickerDirective extends SiDateInputDirective implements AfterViewInit {
667
+ /**
668
+ * Automatically close overlay on date selection.
669
+ * Do not use this behavior with config showTime = true, because it
670
+ * will close the overlay when the user change one of the time units.
671
+ *
672
+ * @defaultValue false
673
+ */
674
+ readonly autoClose: _angular_core.InputSignalWithTransform<boolean, unknown>;
675
+ /**
676
+ * During focus on close the datepicker will not show since we recover the focus on element.
677
+ * The focus on close is only relevant when the directive is configured without a calendar button.
678
+ */
679
+ private overlaySubscriptions?;
680
+ private externalTrigger?;
681
+ private readonly overlayToggle;
682
+ ngAfterViewInit(): void;
683
+ /** @internal */
684
+ touch(): void;
685
+ /**
686
+ * On click shall show datepicker.
687
+ */
688
+ protected onClick(): void;
689
+ /**
690
+ * Focus out shall close the datepicker except we are moving the focus to the datepicker.
691
+ * @param event - focus out event with the related target
692
+ */
693
+ protected onBlur(event: FocusEvent): void;
694
+ protected onTab(): void;
695
+ /**
696
+ * @internal
697
+ */
698
+ show(initialFocus?: boolean): void;
699
+ /**
700
+ * @internal
701
+ */
702
+ useExternalTrigger(element: ElementRef<HTMLElement>): void;
703
+ protected focusChange(): void;
704
+ private getTime12h;
705
+ private subscribeDateChanges;
706
+ /**
707
+ * Callback when the datepicker changes his value.
708
+ * @param date - updated date
709
+ */
710
+ protected onDateChanged(date?: Date): void;
711
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDatepickerDirective, never>;
712
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SiDatepickerDirective, "[siDatepicker]", ["siDatepicker"], { "autoClose": { "alias": "autoClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof SiDatepickerOverlayDirective; inputs: {}; outputs: { "siDatepickerClose": "siDatepickerClose"; }; }]>;
713
+ }
714
+
715
+ declare class SiTimepickerComponent implements ControlValueAccessor, SiFormItemControl {
716
+ private static idCounter;
717
+ /** @internal */
718
+ invalidHours: boolean;
719
+ /** @internal */
720
+ invalidMinutes: boolean;
721
+ /** @internal */
722
+ invalidSeconds: boolean;
723
+ /** @internal */
724
+ invalidMilliseconds: boolean;
725
+ /**
726
+ * @defaultValue
727
+ * ```
728
+ * `__si-timepicker-${SiTimepickerComponent.idCounter++}`
729
+ * ```
730
+ */
731
+ readonly id: _angular_core.InputSignal<string>;
732
+ readonly labelledby: string;
733
+ /**
734
+ * All input fields will be disabled if set to true.
735
+ *
736
+ * @defaultValue false
737
+ */
738
+ readonly disabledInput: _angular_core.InputSignal<boolean>;
739
+ /**
740
+ * @defaultValue 'hh'
741
+ */
742
+ readonly hoursLabel: _angular_core.InputSignal<TranslatableString>;
743
+ /**
744
+ * @defaultValue 'mm'
745
+ */
746
+ readonly minutesLabel: _angular_core.InputSignal<TranslatableString>;
747
+ /**
748
+ * @defaultValue 'ss'
749
+ */
750
+ readonly secondsLabel: _angular_core.InputSignal<TranslatableString>;
751
+ /**
752
+ * @defaultValue 'ms'
753
+ */
754
+ readonly millisecondsLabel: _angular_core.InputSignal<TranslatableString>;
755
+ /**
756
+ * Hide the labels of the input fields.
757
+ * @defaultValue false
758
+ */
759
+ readonly hideLabels: _angular_core.InputSignalWithTransform<boolean, unknown>;
760
+ /**
761
+ * @defaultValue
762
+ * ```
763
+ * t(() => $localize`:@@SI_DATEPICKER.HOURS:Hours`)
764
+ * ```
765
+ */
766
+ readonly hoursAriaLabel: _angular_core.InputSignal<TranslatableString>;
767
+ /**
768
+ * @defaultValue
769
+ * ```
770
+ * t(() => $localize`:@@SI_DATEPICKER.MINUTES:Minutes`)
771
+ * ```
772
+ */
773
+ readonly minutesAriaLabel: _angular_core.InputSignal<TranslatableString>;
774
+ /**
775
+ * @defaultValue
776
+ * ```
777
+ * t(() => $localize`:@@SI_DATEPICKER.SECONDS:Seconds`)
778
+ * ```
779
+ */
780
+ readonly secondsAriaLabel: _angular_core.InputSignal<TranslatableString>;
781
+ /**
782
+ * @defaultValue
783
+ * ```
784
+ * t(() => $localize`:@@SI_DATEPICKER.MILLISECONDS:Milliseconds`)
785
+ * ```
786
+ */
787
+ readonly millisecondsAriaLabel: _angular_core.InputSignal<TranslatableString>;
788
+ /**
789
+ * @defaultValue 'hh'
790
+ */
791
+ readonly hoursPlaceholder: _angular_core.InputSignal<string>;
792
+ /**
793
+ * @defaultValue 'mm'
794
+ */
795
+ readonly minutesPlaceholder: _angular_core.InputSignal<string>;
796
+ /**
797
+ * @defaultValue 'ss'
798
+ */
799
+ readonly secondsPlaceholder: _angular_core.InputSignal<string>;
800
+ /**
801
+ * @defaultValue 'ms'
802
+ */
803
+ readonly millisecondsPlaceholder: _angular_core.InputSignal<string>;
804
+ readonly meridians: _angular_core.InputSignal<string[] | undefined>;
805
+ /**
806
+ * @defaultValue 'am/pm'
807
+ */
808
+ readonly meridiansLabel: _angular_core.InputSignal<TranslatableString>;
809
+ /**
810
+ * @defaultValue
811
+ * ```
812
+ * t(() => $localize`:@@SI_DATEPICKER.PERIOD:Period`)
813
+ * ```
814
+ */
815
+ readonly meridiansAriaLabel: _angular_core.InputSignal<TranslatableString>;
816
+ /** @defaultValue true */
817
+ readonly showMinutes: _angular_core.InputSignalWithTransform<boolean, unknown>;
818
+ /** @defaultValue false */
819
+ readonly showSeconds: _angular_core.InputSignalWithTransform<boolean, unknown>;
820
+ /** @defaultValue false */
821
+ readonly showMilliseconds: _angular_core.InputSignalWithTransform<boolean, unknown>;
822
+ /**
823
+ * Show time in 12-hour period including the select to toggle between AM/PM.
824
+ */
825
+ readonly showMeridian: _angular_core.InputSignal<boolean | undefined>;
826
+ /**
827
+ * A minimum time limit. The date part of the date object will be ignored.
828
+ */
829
+ readonly min: _angular_core.InputSignal<Date | undefined>;
830
+ /**
831
+ * A maximum time limit. The date part of the date object will be ignored.
832
+ */
833
+ readonly max: _angular_core.InputSignal<Date | undefined>;
834
+ /** @defaultValue false */
835
+ readonly readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
836
+ readonly isValid: _angular_core.OutputEmitterRef<boolean>;
837
+ readonly meridianChange: _angular_core.OutputEmitterRef<string>;
838
+ readonly inputCompleted: _angular_core.OutputEmitterRef<void>;
839
+ private readonly inputParts;
840
+ /** @internal */
841
+ readonly errormessageId: string;
842
+ private onChange;
843
+ private onTouched;
844
+ protected hours: string;
845
+ protected minutes: string;
846
+ protected seconds: string;
847
+ protected milliseconds: string;
848
+ protected readonly periods: _angular_core.Signal<string[]>;
849
+ protected readonly use12HourClock: _angular_core.Signal<boolean>;
850
+ protected readonly disabled: _angular_core.Signal<boolean>;
851
+ protected readonly meridian: _angular_core.WritableSignal<"" | "am" | "pm">;
852
+ private readonly disabledNgControl;
853
+ private readonly locale;
854
+ private readonly cdRef;
855
+ /**
856
+ * Holds the time as date object that is presented by this control.
857
+ */
858
+ private time?;
859
+ private periodDefaults;
860
+ constructor();
861
+ writeValue(obj?: Date | string): void;
862
+ /** @internal */
863
+ isPM(): boolean;
864
+ registerOnChange(fn: any): void;
865
+ registerOnTouched(fn: () => void): void;
866
+ setDisabledState(isDisabled: boolean): void;
867
+ /**
868
+ * Handle Enter, Arrow up/down and Space key press events.
869
+ */
870
+ protected handleKeyPressEvent(event: KeyboardEvent): void;
871
+ protected toHtmlInputElement: (target?: EventTarget | null) => HTMLInputElement;
872
+ protected updateHours(value: number | string): void;
873
+ protected updateMinutes(value: number | string): void;
874
+ protected updateSeconds(value: number | string): void;
875
+ protected updateMilliseconds(value: number | string): void;
876
+ protected toggleMeridian(): void;
877
+ /**
878
+ * Takes the current UI values and updates the time object value
879
+ * accordingly, if they UI input values are valid.
880
+ */
881
+ private updateTime;
882
+ /**
883
+ * Sets a new time object as model value, updates the user interface
884
+ * and invokes onChange to let timepicker clients know about the update.
885
+ * @param time - The new time to be set.
886
+ */
887
+ private setTime;
888
+ /**
889
+ * Updates the user interface by filling the time components
890
+ * into the time input fields. Sets empty values if the date
891
+ * is undefined or invalid.
892
+ *
893
+ * @param value - The date object or string from with the time components are taken.
894
+ */
895
+ private updateUI;
896
+ private isValidDate;
897
+ private parseTime;
898
+ private parseHours;
899
+ private parseMinutes;
900
+ private parseSeconds;
901
+ private parseMilliseconds;
902
+ private createDateUpdate;
903
+ private toNumber;
904
+ private isInputValid;
905
+ private isHourInputValid;
906
+ private isMinuteInputValid;
907
+ private isSecondInputValid;
908
+ private isMillisecondInputValid;
909
+ private isValidLimit;
910
+ private changeTimeComponent;
911
+ private changeTime;
912
+ /**
913
+ * Focuses the next available input/select field or emit inputCompleted event.
914
+ */
915
+ protected focusNext(event: Event): void;
916
+ protected focusChange(event: FocusOrigin): void;
917
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiTimepickerComponent, never>;
918
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiTimepickerComponent, "si-timepicker", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "hoursLabel": { "alias": "hoursLabel"; "required": false; "isSignal": true; }; "minutesLabel": { "alias": "minutesLabel"; "required": false; "isSignal": true; }; "secondsLabel": { "alias": "secondsLabel"; "required": false; "isSignal": true; }; "millisecondsLabel": { "alias": "millisecondsLabel"; "required": false; "isSignal": true; }; "hideLabels": { "alias": "hideLabels"; "required": false; "isSignal": true; }; "hoursAriaLabel": { "alias": "hoursAriaLabel"; "required": false; "isSignal": true; }; "minutesAriaLabel": { "alias": "minutesAriaLabel"; "required": false; "isSignal": true; }; "secondsAriaLabel": { "alias": "secondsAriaLabel"; "required": false; "isSignal": true; }; "millisecondsAriaLabel": { "alias": "millisecondsAriaLabel"; "required": false; "isSignal": true; }; "hoursPlaceholder": { "alias": "hoursPlaceholder"; "required": false; "isSignal": true; }; "minutesPlaceholder": { "alias": "minutesPlaceholder"; "required": false; "isSignal": true; }; "secondsPlaceholder": { "alias": "secondsPlaceholder"; "required": false; "isSignal": true; }; "millisecondsPlaceholder": { "alias": "millisecondsPlaceholder"; "required": false; "isSignal": true; }; "meridians": { "alias": "meridians"; "required": false; "isSignal": true; }; "meridiansLabel": { "alias": "meridiansLabel"; "required": false; "isSignal": true; }; "meridiansAriaLabel": { "alias": "meridiansAriaLabel"; "required": false; "isSignal": true; }; "showMinutes": { "alias": "showMinutes"; "required": false; "isSignal": true; }; "showSeconds": { "alias": "showSeconds"; "required": false; "isSignal": true; }; "showMilliseconds": { "alias": "showMilliseconds"; "required": false; "isSignal": true; }; "showMeridian": { "alias": "showMeridian"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, { "isValid": "isValid"; "meridianChange": "meridianChange"; "inputCompleted": "inputCompleted"; }, never, never, true, never>;
919
+ }
920
+
921
+ declare class SiDateRangeComponent implements ControlValueAccessor, Validator, AfterViewInit, OnChanges, SiFormItemControl {
922
+ private static idCounter;
923
+ private readonly inputDirectives;
924
+ private readonly startInput;
925
+ private readonly endInput;
926
+ private readonly button;
927
+ /**
928
+ * @defaultValue
929
+ * ```
930
+ * `__si-date-range-${SiDateRangeComponent.idCounter++}`
931
+ * ```
932
+ */
933
+ readonly id: _angular_core.InputSignal<string>;
934
+ readonly labelledby: string;
935
+ /**
936
+ * Date range component configuration.
937
+ *
938
+ * @defaultValue
939
+ * ```
940
+ * { enableDateRange: true }
941
+ * ```
942
+ */
943
+ readonly siDatepickerConfig: _angular_core.ModelSignal<DatepickerInputConfig>;
944
+ /**
945
+ * Placeholder of the start date input.
946
+ *
947
+ * @defaultValue
948
+ * ```
949
+ * t(() => $localize`:@@SI_DATEPICKER.START_DATE_PLACEHOLDER:Start date`)
950
+ * ```
951
+ */
952
+ readonly startDatePlaceholder: _angular_core.InputSignal<TranslatableString>;
953
+ /**
954
+ * Placeholder of the end date input.
955
+ *
956
+ * @defaultValue
957
+ * ```
958
+ * t(() => $localize`:@@SI_DATEPICKER.END_DATE_PLACEHOLDER:End date`)
959
+ * ```
960
+ */
961
+ readonly endDatePlaceholder: _angular_core.InputSignal<TranslatableString>;
962
+ /**
963
+ * Aria label of the date-range calendar toggle button.
964
+ *
965
+ * @defaultValue
966
+ * ```
967
+ * t(() => $localize`:@@SI_DATEPICKER.CALENDAR_TOGGLE_BUTTON:Open calendar`)
968
+ * ```
969
+ */
970
+ readonly ariaLabelCalendarButton: _angular_core.InputSignal<TranslatableString>;
971
+ /**
972
+ * Form label of the start timepicker.
973
+ *
974
+ * @defaultValue
975
+ * ```
976
+ * t(() => $localize`:@@SI_DATEPICKER.START_TIME_LABEL:from`)
977
+ * ```
978
+ */
979
+ readonly startTimeLabel: _angular_core.InputSignal<TranslatableString>;
980
+ /**
981
+ * Form label of the start timepicker.
982
+ *
983
+ * @defaultValue
984
+ * ```
985
+ * t(() => $localize`:@@SI_DATEPICKER.END_TIME_LABEL:to`)
986
+ * ```
987
+ */
988
+ readonly endTimeLabel: _angular_core.InputSignal<TranslatableString>;
989
+ /**
990
+ * Automatically close overlay on date selection.
991
+ *
992
+ * @defaultValue false
993
+ */
994
+ readonly autoClose: _angular_core.InputSignalWithTransform<boolean, unknown>;
995
+ /** Emits on the date range value changes. */
996
+ readonly siDatepickerRangeChange: _angular_core.OutputEmitterRef<DateRange | undefined>;
997
+ /**
998
+ * Emits an event to notify about disabling the time from the range picker.
999
+ * When time is disable, we construct a pure date objects in UTC 00:00:00 time.
1000
+ */
1001
+ readonly disabledTimeChange: _angular_core.OutputEmitterRef<boolean>;
1002
+ /**
1003
+ * Whether the date range input is disabled.
1004
+ *
1005
+ * @defaultValue false
1006
+ */
1007
+ readonly disabledInput: _angular_core.InputSignal<boolean>;
1008
+ /**
1009
+ * Whether the date range input is readonly.
1010
+ *
1011
+ * @defaultValue false
1012
+ */
1013
+ readonly readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
1014
+ /**
1015
+ * Set the date-range object displayed in the control.
1016
+ * The input can be used if the control is used outside Angular forms.
1017
+ */
1018
+ readonly value: _angular_core.ModelSignal<DateRange | undefined>;
1019
+ /** @internal */
1020
+ readonly errormessageId: string;
1021
+ private validator;
1022
+ private onChange;
1023
+ private onTouch;
1024
+ protected readonly icons: Record<"elementCalendar", string>;
1025
+ protected readonly disabled: _angular_core.Signal<boolean>;
1026
+ private readonly disabledNgControl;
1027
+ private readonly cdRef;
1028
+ private readonly overlayToggle;
1029
+ private readonly elementRef;
1030
+ private readonly defaultPlacement;
1031
+ ngOnChanges(changes: SimpleChanges): void;
1032
+ ngAfterViewInit(): void;
1033
+ writeValue(dateRange: DateRange): void;
1034
+ registerOnChange(fn: any): void;
1035
+ registerOnTouched(fn: () => void): void;
1036
+ setDisabledState(isDisabled: boolean): void;
1037
+ validate(c: AbstractControl): ValidationErrors | null;
1038
+ /**
1039
+ * Focus out shall close the datepicker except we are moving the focus to the datepicker or one of the input elements.
1040
+ * @param event - focus out event with the related target
1041
+ */
1042
+ protected onFocusOut(event: FocusEvent): void;
1043
+ /** Forward date range input changes to datepicker overlay */
1044
+ protected onInputChanged(dateRange: DateRange): void;
1045
+ protected show(): void;
1046
+ private subscribeRangeChanges;
1047
+ private onRangeChanged;
1048
+ /** Run validators on the start/end inputs. */
1049
+ private validateChildren;
1050
+ /** The form control validator for the end date is greater equal start date. */
1051
+ private endAfterStartValidator;
1052
+ private readonly childValidation;
1053
+ private readErrorsFromInnerControl;
1054
+ private updateValue;
1055
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDateRangeComponent, never>;
1056
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiDateRangeComponent, "si-date-range", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "siDatepickerConfig": { "alias": "siDatepickerConfig"; "required": false; "isSignal": true; }; "startDatePlaceholder": { "alias": "startDatePlaceholder"; "required": false; "isSignal": true; }; "endDatePlaceholder": { "alias": "endDatePlaceholder"; "required": false; "isSignal": true; }; "ariaLabelCalendarButton": { "alias": "ariaLabelCalendarButton"; "required": false; "isSignal": true; }; "startTimeLabel": { "alias": "startTimeLabel"; "required": false; "isSignal": true; }; "endTimeLabel": { "alias": "endTimeLabel"; "required": false; "isSignal": true; }; "autoClose": { "alias": "autoClose"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "siDatepickerConfig": "siDatepickerConfigChange"; "siDatepickerRangeChange": "siDatepickerRangeChange"; "disabledTimeChange": "disabledTimeChange"; "value": "valueChange"; }, never, never, true, [{ directive: typeof SiDatepickerOverlayDirective; inputs: {}; outputs: { "siDatepickerClose": "siDatepickerClose"; }; }]>;
1057
+ }
1058
+
1059
+ /**
1060
+ * Calendar toggle button used in combination with a datepicker directive.
1061
+ *
1062
+ * @example
1063
+ * ```
1064
+ * <si-calendar-button class="w-100">
1065
+ * <input
1066
+ * class="form-control"
1067
+ * type="text"
1068
+ * siDatepicker
1069
+ * [siDatepickerConfig]="config"
1070
+ * />
1071
+ * </si-calendar-button>
1072
+ * ```
1073
+ */
1074
+ declare class SiCalendarButtonComponent implements OnInit, AfterContentInit, DoCheck {
1075
+ /**
1076
+ * Aria label for the calendar toggle button.
1077
+ *
1078
+ * @defaultValue
1079
+ * ```
1080
+ * t(() => $localize`:@@SI_DATEPICKER.CALENDAR_TOGGLE_BUTTON:Open calendar`)
1081
+ * ```
1082
+ */
1083
+ readonly ariaLabel: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
1084
+ protected readonly button: _angular_core.Signal<ElementRef<HTMLButtonElement>>;
1085
+ /** Datepicker input directive instance used to watch for state changes and required to open the calendar. */
1086
+ protected readonly datepicker: _angular_core.Signal<SiDatepickerDirective>;
1087
+ protected readonly datepickerOverlay: _angular_core.Signal<SiDatepickerOverlayDirective>;
1088
+ protected readonly ngControl: _angular_core.Signal<NgControl | undefined>;
1089
+ protected readonly disabled: _angular_core.WritableSignal<boolean>;
1090
+ protected readonly icons: Record<"elementCalendar", string>;
1091
+ private readonly destroyerRef;
1092
+ private readonly focusMonitor;
1093
+ private readonly elementRef;
1094
+ protected readonly showValidationMessages: _angular_core.WritableSignal<boolean>;
1095
+ ngOnInit(): void;
1096
+ ngDoCheck(): void;
1097
+ ngAfterContentInit(): void;
1098
+ protected show(): void;
1099
+ private updateState;
1100
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiCalendarButtonComponent, never>;
1101
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiCalendarButtonComponent, "si-calendar-button", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, ["datepicker", "datepickerOverlay", "ngControl"], ["*"], true, never>;
1102
+ }
1103
+
1104
+ declare class SiDatepickerModule {
1105
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiDatepickerModule, never>;
1106
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SiDatepickerModule, never, [typeof SiCalendarButtonComponent, typeof SiDateInputDirective, typeof SiDatepickerComponent, typeof SiDatepickerDirective, typeof SiDateRangeComponent, typeof SiTimepickerComponent], [typeof SiCalendarButtonComponent, typeof SiDateInputDirective, typeof SiDatepickerComponent, typeof SiDatepickerDirective, typeof SiDateRangeComponent, typeof SiTimepickerComponent]>;
1107
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<SiDatepickerModule>;
1108
+ }
1109
+
1110
+ interface DayOfWeek {
1111
+ id: string;
1112
+ index: number;
1113
+ offset: number;
1114
+ isWeekend: boolean;
1115
+ }
1116
+ declare const WEEK_START_OFFSET: {
1117
+ monday: number;
1118
+ saturday: number;
1119
+ sunday: number;
1120
+ };
1121
+ declare const getDaysOfWeek: (weekStart: WeekStart) => DayOfWeek[];
1122
+ /**
1123
+ * Get local specific months using DateTimeFormat.
1124
+ * @param locale - current locale
1125
+ */
1126
+ declare const getLocaleMonthNames: (locale: string) => string[];
1127
+ /**
1128
+ * Get local specific weekdays as string using DateTimeFormat.
1129
+ * @param locale - current local
1130
+ * @param weekStart - start of the week
1131
+ * @param format - display format
1132
+ * @returns array of week days.
1133
+ */
1134
+ declare const getDayStrings: (locale: string, weekStart?: WeekStart, format?: "narrow" | "short" | "long") => string[];
1135
+ /**
1136
+ * Gets the first day in the specified month.
1137
+ * Expects the month as a value between 1 and 12.
1138
+ * The year is required to handle leap years.
1139
+ *
1140
+ * @returns The first day of the month as a Date.
1141
+ */
1142
+ declare const getFirstDayInMonth: (year: number, month: number) => Date;
1143
+ /**
1144
+ * Gets the week number of the specified date.
1145
+ * Week number according to the ISO-8601 standard, weeks starting on Monday.
1146
+ * The first week of a year is the week that contains the first Thursday of the year (='First 4-day week').
1147
+ * The highest week number in a year is either 52 or 53.
1148
+ *
1149
+ * @param date -The JavaScript date object.
1150
+ * @param weekStart -Name of the first day of the week
1151
+ * @returns The number of the Week
1152
+ */
1153
+ declare const getWeekOfYear: (date: Date, weekStart: WeekStart) => number;
1154
+ declare const getWeekDayOffset: (date: Date, weekStart: WeekStart) => number;
1155
+ /** returns the date string in format YYYY-MM-DD for given date */
1156
+ declare const getStringforDate: (date: Date) => string;
1157
+ /**
1158
+ * Creates a new date object on from a date with or without time.
1159
+ * @param value - The date from with the year, month and day is taken.
1160
+ * @param hours - Optional numeric value of the hours, otherwise 0.
1161
+ * @param minutes - Optional numeric value of the minutes, otherwise 0.
1162
+ * @param seconds - Optional numeric value of the seconds, otherwise 0.
1163
+ * @param milliseconds - Optional numeric value of the milliseconds, otherwise 0.
1164
+ * @returns
1165
+ */
1166
+ declare const createDate: (value: Date, hours?: number, minutes?: number, seconds?: number, milliseconds?: number) => Date;
1167
+ /**
1168
+ * @param input - String containing a date or dateTime value (Ex. "05/15/2020"
1169
+ * @param format - Format of the input value (Ex. "M/d/YYYY")
1170
+ * @param locale - Locale of the input value
1171
+ * @returns A JS Date in accordance of the three parameters
1172
+ */
1173
+ declare const parseDate: (input: string, format: string, locale: string) => Date | undefined;
1174
+ declare const getNamedFormat: (locale: string, format: string) => string;
1175
+ declare const getDateWithoutTime: (date: Date) => Date;
1176
+ /**
1177
+ * Get today
1178
+ * @returns date of today
1179
+ */
1180
+ declare const today: () => Date;
1181
+ /**
1182
+ * Calculate a new date based on the offset while considering the min and max date.
1183
+ * @param current - input date.
1184
+ * @param daysOffset - numeric offset of days.
1185
+ * @returns new date if the range is valid or original date
1186
+ */
1187
+ declare const addDaysInRange: (current: Date, daysOffset: number, minDate?: Date, maxDate?: Date) => Date;
1188
+ /**
1189
+ * Get date delta based on the offset.
1190
+ * @param date - source date object.
1191
+ * @param days - numeric offset of days.
1192
+ * @returns new date.
1193
+ */
1194
+ declare const addDays: (date: Date, days: number) => Date;
1195
+ /**
1196
+ * Update date/day of give date without changing the month.
1197
+ * In case the day exceed the number of days in the current month the last day in month will be assigned.
1198
+ * @param date - the date object to update the day.
1199
+ * @param day - the day which shall be set.
1200
+ * @returns the updated date object.
1201
+ */
1202
+ declare const changeDay: (date: Date, day: number) => Date;
1203
+ /**
1204
+ * Get date delta specifically for months based on the offset.
1205
+ * @param current - starting date.
1206
+ * @param monthsOffset - numeric offset of months.
1207
+ * @param minDate - optional minimum allowed date.
1208
+ * @param maxDate - optional maximum allowed date.
1209
+ * @returns a new date object with the updated month.
1210
+ */
1211
+ declare const addMonthsInRange: (current: Date, monthsOffset: number, minDate?: Date, maxDate?: Date) => Date;
1212
+ /**
1213
+ * Get date delta specifically for years based on the offset.
1214
+ * @param current - starting date.
1215
+ * @param yearsOffset - numeric offset of years.
1216
+ * @param minDate - optional minimum allowed date.
1217
+ * @param maxDate - optional maximum allowed date.
1218
+ * @returns a new date object with the updated year.
1219
+ */
1220
+ declare const addYearsInRange: (current: Date, yearsOffset: number, minDate?: Date, maxDate?: Date) => Date;
1221
+ /**
1222
+ * Get number of days for the given month and year.
1223
+ * @param month - month as number (0..11).
1224
+ * @param year - year as number.
1225
+ * @returns the number of days for the given month.
1226
+ */
1227
+ declare const daysInMonth: (month: number, year: number) => number;
1228
+ /**
1229
+ * Get the first date of the week based on the input date.
1230
+ * @param current - a date object from where the last date of a week is derived.
1231
+ * @param weekStartDay - optional when a week shall start.
1232
+ * @returns a new date object which is the start of the current week.
1233
+ */
1234
+ declare const getWeekStartDate: (current: Date, weekStartDay?: WeekStart) => Date;
1235
+ /**
1236
+ * Get the last date of the week based on the input date.
1237
+ * @param current - a date object from where the last date of a week is derived.
1238
+ * @param weekStartDay - optional when a week shall start.
1239
+ * @returns the last date within the week.
1240
+ */
1241
+ declare const getWeekEndDate: (current: Date, weekStartDay?: WeekStart) => Date;
1242
+ /**
1243
+ * Get the beginning of the month.
1244
+ * @param current - a date object from where the first date in a month is derived.
1245
+ * @returns a new date object which starts a the first.
1246
+ */
1247
+ declare const getFirstDateInMonth: (current: Date) => Date;
1248
+ /**
1249
+ * Get the last date of the month.
1250
+ * @param current - a date object from where we derive the last date in a month.
1251
+ * @returns a new date object which is the last day in the current month.
1252
+ */
1253
+ declare const getLastDateInMonth: (current: Date) => Date;
1254
+ /**
1255
+ * Get the beginning of the year.
1256
+ * @param current - a date object from where the first date in a year is derived.
1257
+ * @returns a new date object which starts a the first.
1258
+ */
1259
+ declare const getFirstDateInYear: (current: Date) => Date;
1260
+ /**
1261
+ * Are the two dates identical without considering time.
1262
+ */
1263
+ declare const isSameDate: (current: Date, compareTo?: Date) => boolean;
1264
+ /**
1265
+ * Are the two months identical without considering time.
1266
+ */
1267
+ declare const isSameMonth: (current: Date, compareTo?: Date) => boolean;
1268
+ /**
1269
+ * Are the two years identical.
1270
+ */
1271
+ declare const isSameYear: (current: Date, compareTo?: Date) => boolean;
1272
+ /**
1273
+ * Compares two dates.
1274
+ * @param first - The first date to compare.
1275
+ * @param second - The second date to compare.
1276
+ * @returns 0 if the dates are equal, a number less than 0 if the first date is earlier,
1277
+ * a number greater than 0 if the first date is later.
1278
+ */
1279
+ declare const compareDate: (first: Date, second: Date) => number;
1280
+ /**
1281
+ * Compares two months.
1282
+ * @param first - The first month to compare.
1283
+ * @param second - The second month to compare.
1284
+ * @returns 0 if the months are equal, a number less than 0 if the first month is earlier,
1285
+ * a number greater than 0 if the first month is later.
1286
+ */
1287
+ declare const compareMonth: (first: Date, second: Date) => number;
1288
+ /**
1289
+ * Compares two years.
1290
+ * @param first - The first year to compare.
1291
+ * @param second - The second year to compare.
1292
+ * @returns 0 if the years are equal, a number less than 0 if the first year is earlier,
1293
+ * a number greater than 0 if the first year is later.
1294
+ */
1295
+ declare const compareYear: (first: Date, second: Date) => number;
1296
+ /**
1297
+ * Compare the current date is the same date or between start and end date.
1298
+ * @param current - the date object.
1299
+ * @param from - optional min date, if no value is provided we assume true for the min value.
1300
+ * @param to - optional max date, if no value is provided we assume true for the max value.
1301
+ * @returns true if the date is in the provided range.
1302
+ */
1303
+ declare const isSameOrBetween: (current: Date, from?: Date, to?: Date) => boolean;
1304
+ /**
1305
+ * Compare the current month is the same month or between start and end month.
1306
+ * @param current - the month object.
1307
+ * @param from - optional min month, if no value is provided we assume true for the min value.
1308
+ * @param to - optional max month, if no value is provided we assume true for the max value.
1309
+ * @returns true if the date is in the provided range.
1310
+ */
1311
+ declare const isSameOrBetweenMonth: (current: Date, from?: Date, to?: Date) => boolean;
1312
+ /**
1313
+ * Compare the current year is the same year or between start and end year.
1314
+ * @param current - the year object.
1315
+ * @param from - optional min year, if no value is provided we assume true for the min value.
1316
+ * @param to - optional max year, if no value is provided we assume true for the max value.
1317
+ * @returns true if the date is in the provided range.
1318
+ */
1319
+ declare const isSameOrBetweenYears: (current: Date, from?: Date, to?: Date) => boolean;
1320
+ /**
1321
+ * Compare the current date is between start and end date.
1322
+ * from \< current \< to
1323
+ */
1324
+ declare const isBetween: (current: Date, from?: Date, to?: Date) => boolean;
1325
+ /**
1326
+ * Compare the current month is between start and end month.
1327
+ * from \< current \< to
1328
+ */
1329
+ declare const isBetweenMonth: (current: Date, from?: Date, to?: Date) => boolean;
1330
+ /**
1331
+ * Compare the current year is between start and end year.
1332
+ * from \< current \< to
1333
+ */
1334
+ declare const isBetweenYears: (current: Date, from?: Date, to?: Date) => boolean;
1335
+ /**
1336
+ * Is first date after the second date (without considering the time).
1337
+ * current \> compareTo
1338
+ */
1339
+ declare const isAfter: (current: Date, compareTo: Date) => boolean;
1340
+ /**
1341
+ * Is first month after the second month (without considering the time).
1342
+ * current \> compareTo
1343
+ */
1344
+ declare const isAfterMonth: (current: Date, compareTo: Date) => boolean;
1345
+ /**
1346
+ * Is first year after the second year.
1347
+ * current \> compareTo
1348
+ */
1349
+ declare const isAfterYear: (current: Date, compareTo: Date) => boolean;
1350
+ /**
1351
+ * Is first date equal or before the second date (without considering the time).
1352
+ * current \>= compareTo
1353
+ */
1354
+ declare const isSameOrBefore: (current: Date, compareTo: Date) => boolean;
1355
+ /**
1356
+ * Is first month equal or before the second month.
1357
+ * current \>= compareTo
1358
+ */
1359
+ declare const isSameOrBeforeMonth: (current: Date, compareTo: Date) => boolean;
1360
+ /**
1361
+ * Is first year equal or before the second year.
1362
+ * current \>= compareTo
1363
+ */
1364
+ declare const isSameOrBeforeYear: (current: Date, compareTo: Date) => boolean;
1365
+ /**
1366
+ * Are the two dates in different months.
1367
+ */
1368
+ declare const isAnotherMonth: (current: Date, compareTo: Date) => boolean;
1369
+ /**
1370
+ * Are the two dates in different years.
1371
+ */
1372
+ declare const isAnotherYear: (current: Date, compareTo: Date) => boolean;
1373
+ /**
1374
+ * Are the two dates either in different months or years.
1375
+ */
1376
+ declare const isAnotherMonthOrYear: (current: Date, compareTo: Date) => boolean;
1377
+ /**
1378
+ * Get a date which is in within the range and the close to current.
1379
+ */
1380
+ declare const getDateSameOrBetween: (current: Date, minDate?: Date, maxDate?: Date) => Date;
1381
+ /**
1382
+ * Get date or absolute min date.
1383
+ * @param date - input date.
1384
+ * @returns date or date of 1.1.1900
1385
+ */
1386
+ declare const getMinDate: (date?: Date) => Date;
1387
+ /**
1388
+ * Get date or absolute max date.
1389
+ * @param date - input date.
1390
+ * @returns date or date of 31.12.2154
1391
+ */
1392
+ declare const getMaxDate: (date?: Date) => Date;
1393
+ /**
1394
+ * Is valid date object.
1395
+ */
1396
+ declare const isValid: (date?: Date) => date is NonNullable<Date>;
1397
+ /**
1398
+ * Returns the next months of the given date.
1399
+ * @param date - The date for which the next month is returned.
1400
+ * @returns A date of the first day of the following month of the given day.
1401
+ */
1402
+ declare const nextMonth: (date: Date) => Date;
1403
+ /**
1404
+ * Returns the last day of the previous month of the given date object.
1405
+ * @param date - The date for which the previous month is returned.
1406
+ * @returns A date of the last day of the previous month of the given day.
1407
+ */
1408
+ declare const previousMonth: (date: Date) => Date;
1409
+ declare const minDate: (first?: Date, second?: Date) => Date | undefined;
1410
+ declare const maxDate: (first?: Date, second?: Date) => Date | undefined;
1411
+
1412
+ export { CloseCause, SiCalendarButtonComponent, SiDateInputDirective, SiDateRangeComponent, SiDatepickerComponent, SiDatepickerDirective, SiDatepickerModule, SiDatepickerOverlayComponent, SiDatepickerOverlayDirective, SiTimepickerComponent, WEEK_START_OFFSET, addDays, addDaysInRange, addMonthsInRange, addYearsInRange, changeDay, compareDate, compareMonth, compareYear, createDate, daysInMonth, getDateSameOrBetween, getDateWithoutTime, getDatepickerFormat, getDayStrings, getDaysOfWeek, getFirstDateInMonth, getFirstDateInYear, getFirstDayInMonth, getLastDateInMonth, getLocaleMonthNames, getMaxDate, getMinDate, getNamedFormat, getStringforDate, getWeekDayOffset, getWeekEndDate, getWeekOfYear, getWeekStartDate, isAfter, isAfterMonth, isAfterYear, isAnotherMonth, isAnotherMonthOrYear, isAnotherYear, isBetween, isBetweenMonth, isBetweenYears, isSameDate, isSameMonth, isSameOrBefore, isSameOrBeforeMonth, isSameOrBeforeYear, isSameOrBetween, isSameOrBetweenMonth, isSameOrBetweenYears, isSameYear, isValid, maxDate, minDate, nextMonth, parseDate, previousMonth, today };
1413
+ export type { DateRange, DatepickerConfig, DatepickerInput, DatepickerInputConfig, DatepickerInputPartial, DayOfWeek, RangeType, WeekStart };