@siemens/element-ng 47.7.0 → 48.0.0-next.1

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 (668) hide show
  1. package/README.md +1 -1
  2. package/about/index.d.ts +127 -3
  3. package/accordion/index.d.ts +152 -9
  4. package/action-modal/index.d.ts +92 -2
  5. package/application-header/index.d.ts +357 -13
  6. package/auto-collapsable-list/index.d.ts +114 -10
  7. package/autocomplete/index.d.ts +77 -8
  8. package/avatar/index.d.ts +83 -4
  9. package/badge/index.d.ts +21 -5
  10. package/breadcrumb/index.d.ts +90 -3
  11. package/breadcrumb-router/index.d.ts +104 -4
  12. package/card/index.d.ts +88 -6
  13. package/circle-status/index.d.ts +75 -6
  14. package/color-picker/index.d.ts +65 -5
  15. package/column-selection-dialog/index.d.ts +89 -2
  16. package/common/index.d.ts +421 -4
  17. package/connection-strength/index.d.ts +29 -6
  18. package/content-action-bar/index.d.ts +88 -3
  19. package/copyright-notice/index.d.ts +48 -3
  20. package/dashboard/index.d.ts +783 -0
  21. package/dashboard/package.json +3 -0
  22. package/datatable/index.d.ts +45 -6
  23. package/date-range-filter/index.d.ts +333 -4
  24. package/datepicker/index.d.ts +1409 -11
  25. package/electron-titlebar/index.d.ts +84 -3
  26. package/empty-state/index.d.ts +27 -6
  27. package/fesm2022/siemens-element-ng-about.mjs +7 -7
  28. package/fesm2022/siemens-element-ng-about.mjs.map +1 -1
  29. package/fesm2022/siemens-element-ng-accordion.mjs +23 -36
  30. package/fesm2022/siemens-element-ng-accordion.mjs.map +1 -1
  31. package/fesm2022/siemens-element-ng-action-modal.mjs +41 -125
  32. package/fesm2022/siemens-element-ng-action-modal.mjs.map +1 -1
  33. package/fesm2022/siemens-element-ng-application-header.mjs +80 -76
  34. package/fesm2022/siemens-element-ng-application-header.mjs.map +1 -1
  35. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs +51 -47
  36. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs.map +1 -1
  37. package/fesm2022/siemens-element-ng-autocomplete.mjs +42 -42
  38. package/fesm2022/siemens-element-ng-autocomplete.mjs.map +1 -1
  39. package/fesm2022/siemens-element-ng-avatar.mjs +10 -10
  40. package/fesm2022/siemens-element-ng-avatar.mjs.map +1 -1
  41. package/fesm2022/siemens-element-ng-badge.mjs +3 -3
  42. package/fesm2022/siemens-element-ng-badge.mjs.map +1 -1
  43. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs +10 -10
  44. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs.map +1 -1
  45. package/fesm2022/siemens-element-ng-breadcrumb.mjs +13 -13
  46. package/fesm2022/siemens-element-ng-breadcrumb.mjs.map +1 -1
  47. package/fesm2022/siemens-element-ng-card.mjs +7 -7
  48. package/fesm2022/siemens-element-ng-card.mjs.map +1 -1
  49. package/fesm2022/siemens-element-ng-circle-status.mjs +7 -7
  50. package/fesm2022/siemens-element-ng-circle-status.mjs.map +1 -1
  51. package/fesm2022/siemens-element-ng-color-picker.mjs +12 -13
  52. package/fesm2022/siemens-element-ng-color-picker.mjs.map +1 -1
  53. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs +29 -32
  54. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs.map +1 -1
  55. package/fesm2022/siemens-element-ng-common.mjs +14 -14
  56. package/fesm2022/siemens-element-ng-common.mjs.map +1 -1
  57. package/fesm2022/siemens-element-ng-connection-strength.mjs +7 -7
  58. package/fesm2022/siemens-element-ng-content-action-bar.mjs +14 -14
  59. package/fesm2022/siemens-element-ng-content-action-bar.mjs.map +1 -1
  60. package/fesm2022/siemens-element-ng-copyright-notice.mjs +7 -7
  61. package/fesm2022/siemens-element-ng-copyright-notice.mjs.map +1 -1
  62. package/fesm2022/siemens-element-ng-dashboard.mjs +1170 -0
  63. package/fesm2022/siemens-element-ng-dashboard.mjs.map +1 -0
  64. package/fesm2022/siemens-element-ng-datatable.mjs +7 -7
  65. package/fesm2022/siemens-element-ng-datatable.mjs.map +1 -1
  66. package/fesm2022/siemens-element-ng-date-range-filter.mjs +87 -73
  67. package/fesm2022/siemens-element-ng-date-range-filter.mjs.map +1 -1
  68. package/fesm2022/siemens-element-ng-datepicker.mjs +120 -158
  69. package/fesm2022/siemens-element-ng-datepicker.mjs.map +1 -1
  70. package/fesm2022/siemens-element-ng-electron-titlebar.mjs +14 -14
  71. package/fesm2022/siemens-element-ng-electron-titlebar.mjs.map +1 -1
  72. package/fesm2022/siemens-element-ng-empty-state.mjs +7 -7
  73. package/fesm2022/siemens-element-ng-empty-state.mjs.map +1 -1
  74. package/fesm2022/siemens-element-ng-file-uploader.mjs +54 -54
  75. package/fesm2022/siemens-element-ng-file-uploader.mjs.map +1 -1
  76. package/fesm2022/siemens-element-ng-filter-bar.mjs +19 -19
  77. package/fesm2022/siemens-element-ng-filter-bar.mjs.map +1 -1
  78. package/fesm2022/siemens-element-ng-filtered-search.mjs +31 -74
  79. package/fesm2022/siemens-element-ng-filtered-search.mjs.map +1 -1
  80. package/fesm2022/siemens-element-ng-footer.mjs +7 -7
  81. package/fesm2022/siemens-element-ng-footer.mjs.map +1 -1
  82. package/fesm2022/siemens-element-ng-form.mjs +126 -271
  83. package/fesm2022/siemens-element-ng-form.mjs.map +1 -1
  84. package/fesm2022/siemens-element-ng-formly.mjs +81 -86
  85. package/fesm2022/siemens-element-ng-formly.mjs.map +1 -1
  86. package/fesm2022/siemens-element-ng-header-dropdown.mjs +24 -23
  87. package/fesm2022/siemens-element-ng-header-dropdown.mjs.map +1 -1
  88. package/fesm2022/siemens-element-ng-help-button.mjs +63 -0
  89. package/fesm2022/siemens-element-ng-help-button.mjs.map +1 -0
  90. package/fesm2022/siemens-element-ng-icon-status.mjs +7 -7
  91. package/fesm2022/siemens-element-ng-icon-status.mjs.map +1 -1
  92. package/fesm2022/siemens-element-ng-icon.mjs +32 -27
  93. package/fesm2022/siemens-element-ng-icon.mjs.map +1 -1
  94. package/fesm2022/siemens-element-ng-info-page.mjs +3 -3
  95. package/fesm2022/siemens-element-ng-info-page.mjs.map +1 -1
  96. package/fesm2022/siemens-element-ng-inline-notification.mjs +7 -7
  97. package/fesm2022/siemens-element-ng-inline-notification.mjs.map +1 -1
  98. package/fesm2022/siemens-element-ng-ip-input.mjs +14 -13
  99. package/fesm2022/siemens-element-ng-ip-input.mjs.map +1 -1
  100. package/fesm2022/siemens-element-ng-landing-page.mjs +7 -7
  101. package/fesm2022/siemens-element-ng-landing-page.mjs.map +1 -1
  102. package/fesm2022/siemens-element-ng-language-switcher.mjs +10 -10
  103. package/fesm2022/siemens-element-ng-language-switcher.mjs.map +1 -1
  104. package/fesm2022/siemens-element-ng-link.mjs +12 -12
  105. package/fesm2022/siemens-element-ng-link.mjs.map +1 -1
  106. package/fesm2022/siemens-element-ng-list-details.mjs +39 -39
  107. package/fesm2022/siemens-element-ng-list-details.mjs.map +1 -1
  108. package/fesm2022/siemens-element-ng-loading-spinner.mjs +19 -19
  109. package/fesm2022/siemens-element-ng-loading-spinner.mjs.map +1 -1
  110. package/fesm2022/siemens-element-ng-localization.mjs +9 -9
  111. package/fesm2022/siemens-element-ng-localization.mjs.map +1 -1
  112. package/fesm2022/siemens-element-ng-main-detail-container.mjs +10 -10
  113. package/fesm2022/siemens-element-ng-main-detail-container.mjs.map +1 -1
  114. package/fesm2022/siemens-element-ng-menu.mjs +38 -38
  115. package/fesm2022/siemens-element-ng-menu.mjs.map +1 -1
  116. package/fesm2022/siemens-element-ng-modal.mjs +8 -8
  117. package/fesm2022/siemens-element-ng-modal.mjs.map +1 -1
  118. package/fesm2022/siemens-element-ng-navbar-vertical.mjs +47 -61
  119. package/fesm2022/siemens-element-ng-navbar-vertical.mjs.map +1 -1
  120. package/fesm2022/siemens-element-ng-navbar.mjs +29 -29
  121. package/fesm2022/siemens-element-ng-navbar.mjs.map +1 -1
  122. package/fesm2022/siemens-element-ng-number-input.mjs +9 -9
  123. package/fesm2022/siemens-element-ng-number-input.mjs.map +1 -1
  124. package/fesm2022/siemens-element-ng-pagination.mjs +14 -14
  125. package/fesm2022/siemens-element-ng-pagination.mjs.map +1 -1
  126. package/fesm2022/siemens-element-ng-password-strength.mjs +13 -16
  127. package/fesm2022/siemens-element-ng-password-strength.mjs.map +1 -1
  128. package/fesm2022/siemens-element-ng-password-toggle.mjs +12 -12
  129. package/fesm2022/siemens-element-ng-password-toggle.mjs.map +1 -1
  130. package/fesm2022/siemens-element-ng-phone-number.mjs +21 -21
  131. package/fesm2022/siemens-element-ng-phone-number.mjs.map +1 -1
  132. package/fesm2022/siemens-element-ng-photo-upload.mjs +26 -26
  133. package/fesm2022/siemens-element-ng-photo-upload.mjs.map +1 -1
  134. package/fesm2022/siemens-element-ng-pills-input.mjs +24 -24
  135. package/fesm2022/siemens-element-ng-pills-input.mjs.map +1 -1
  136. package/fesm2022/siemens-element-ng-popover-next.mjs +36 -25
  137. package/fesm2022/siemens-element-ng-popover-next.mjs.map +1 -1
  138. package/fesm2022/siemens-element-ng-popover.mjs +10 -10
  139. package/fesm2022/siemens-element-ng-popover.mjs.map +1 -1
  140. package/fesm2022/siemens-element-ng-progressbar.mjs +10 -10
  141. package/fesm2022/siemens-element-ng-progressbar.mjs.map +1 -1
  142. package/fesm2022/siemens-element-ng-resize-observer.mjs +15 -15
  143. package/fesm2022/siemens-element-ng-resize-observer.mjs.map +1 -1
  144. package/fesm2022/siemens-element-ng-result-details-list.mjs +8 -20
  145. package/fesm2022/siemens-element-ng-result-details-list.mjs.map +1 -1
  146. package/fesm2022/siemens-element-ng-search-bar.mjs +20 -17
  147. package/fesm2022/siemens-element-ng-search-bar.mjs.map +1 -1
  148. package/fesm2022/siemens-element-ng-select.mjs +73 -73
  149. package/fesm2022/siemens-element-ng-select.mjs.map +1 -1
  150. package/fesm2022/siemens-element-ng-shadow-root.mjs +4 -5
  151. package/fesm2022/siemens-element-ng-shadow-root.mjs.map +1 -1
  152. package/fesm2022/siemens-element-ng-side-panel.mjs +24 -24
  153. package/fesm2022/siemens-element-ng-side-panel.mjs.map +1 -1
  154. package/fesm2022/siemens-element-ng-skip-links.mjs +12 -13
  155. package/fesm2022/siemens-element-ng-skip-links.mjs.map +1 -1
  156. package/fesm2022/siemens-element-ng-slider.mjs +16 -16
  157. package/fesm2022/siemens-element-ng-slider.mjs.map +1 -1
  158. package/fesm2022/siemens-element-ng-sort-bar.mjs +10 -10
  159. package/fesm2022/siemens-element-ng-sort-bar.mjs.map +1 -1
  160. package/fesm2022/siemens-element-ng-split.mjs +13 -29
  161. package/fesm2022/siemens-element-ng-split.mjs.map +1 -1
  162. package/fesm2022/siemens-element-ng-status-bar.mjs +19 -19
  163. package/fesm2022/siemens-element-ng-status-bar.mjs.map +1 -1
  164. package/fesm2022/siemens-element-ng-status-toggle.mjs +7 -7
  165. package/fesm2022/siemens-element-ng-status-toggle.mjs.map +1 -1
  166. package/fesm2022/siemens-element-ng-summary-chip.mjs +3 -3
  167. package/fesm2022/siemens-element-ng-summary-chip.mjs.map +1 -1
  168. package/fesm2022/siemens-element-ng-summary-widget.mjs +5 -5
  169. package/fesm2022/siemens-element-ng-summary-widget.mjs.map +1 -1
  170. package/fesm2022/siemens-element-ng-system-banner.mjs +3 -3
  171. package/fesm2022/siemens-element-ng-system-banner.mjs.map +1 -1
  172. package/fesm2022/siemens-element-ng-tabs-next.mjs +148 -177
  173. package/fesm2022/siemens-element-ng-tabs-next.mjs.map +1 -1
  174. package/fesm2022/siemens-element-ng-tabs.mjs +12 -11
  175. package/fesm2022/siemens-element-ng-tabs.mjs.map +1 -1
  176. package/fesm2022/siemens-element-ng-theme.mjs +5 -5
  177. package/fesm2022/siemens-element-ng-theme.mjs.map +1 -1
  178. package/fesm2022/siemens-element-ng-threshold.mjs +22 -22
  179. package/fesm2022/siemens-element-ng-threshold.mjs.map +1 -1
  180. package/fesm2022/siemens-element-ng-toast-notification.mjs +15 -15
  181. package/fesm2022/siemens-element-ng-toast-notification.mjs.map +1 -1
  182. package/fesm2022/siemens-element-ng-tooltip.mjs +24 -18
  183. package/fesm2022/siemens-element-ng-tooltip.mjs.map +1 -1
  184. package/fesm2022/siemens-element-ng-tour.mjs +19 -19
  185. package/fesm2022/siemens-element-ng-tour.mjs.map +1 -1
  186. package/fesm2022/siemens-element-ng-translate.mjs.map +1 -1
  187. package/fesm2022/siemens-element-ng-tree-view.mjs +72 -97
  188. package/fesm2022/siemens-element-ng-tree-view.mjs.map +1 -1
  189. package/fesm2022/siemens-element-ng-typeahead.mjs +22 -39
  190. package/fesm2022/siemens-element-ng-typeahead.mjs.map +1 -1
  191. package/fesm2022/siemens-element-ng-unauthorized-page.mjs +7 -7
  192. package/fesm2022/siemens-element-ng-unauthorized-page.mjs.map +1 -1
  193. package/fesm2022/siemens-element-ng-wizard.mjs +76 -109
  194. package/fesm2022/siemens-element-ng-wizard.mjs.map +1 -1
  195. package/file-uploader/index.d.ts +419 -4
  196. package/filter-bar/index.d.ts +117 -4
  197. package/filtered-search/index.d.ts +433 -3
  198. package/footer/index.d.ts +23 -6
  199. package/form/index.d.ts +411 -10
  200. package/formly/index.d.ts +217 -2
  201. package/header-dropdown/index.d.ts +150 -5
  202. package/help-button/index.d.ts +26 -0
  203. package/help-button/package.json +3 -0
  204. package/icon/index.d.ts +210 -7
  205. package/icon-status/index.d.ts +33 -6
  206. package/index.d.ts +5 -3
  207. package/info-page/index.d.ts +39 -3
  208. package/inline-notification/index.d.ts +49 -6
  209. package/ip-input/index.d.ts +87 -3
  210. package/landing-page/index.d.ts +95 -3
  211. package/language-switcher/index.d.ts +53 -3
  212. package/link/index.d.ts +127 -4
  213. package/list-details/index.d.ts +176 -12
  214. package/loading-spinner/index.d.ts +128 -9
  215. package/localization/index.d.ts +147 -4
  216. package/main-detail-container/index.d.ts +161 -6
  217. package/menu/index.d.ts +195 -11
  218. package/modal/index.d.ts +129 -3
  219. package/navbar/index.d.ts +304 -4
  220. package/navbar-vertical/index.d.ts +226 -3
  221. package/number-input/index.d.ts +111 -6
  222. package/package.json +21 -13
  223. package/pagination/index.d.ts +75 -6
  224. package/password-strength/index.d.ts +96 -7
  225. package/password-toggle/index.d.ts +49 -6
  226. package/phone-number/index.d.ts +192 -3
  227. package/photo-upload/index.d.ts +304 -4
  228. package/pills-input/index.d.ts +135 -9
  229. package/popover/index.d.ts +98 -6
  230. package/popover-next/index.d.ts +112 -7
  231. package/progressbar/index.d.ts +54 -6
  232. package/resize-observer/index.d.ts +143 -6
  233. package/result-details-list/index.d.ts +58 -3
  234. package/search-bar/index.d.ts +93 -6
  235. package/select/index.d.ts +605 -14
  236. package/shadow-root/index.d.ts +39 -1
  237. package/side-panel/index.d.ts +276 -5
  238. package/skip-links/index.d.ts +24 -3
  239. package/slider/index.d.ts +139 -6
  240. package/sort-bar/index.d.ts +49 -6
  241. package/split/index.d.ts +207 -4
  242. package/status-bar/index.d.ts +178 -3
  243. package/status-toggle/index.d.ts +81 -2
  244. package/summary-chip/index.d.ts +48 -5
  245. package/summary-widget/index.d.ts +48 -5
  246. package/system-banner/index.d.ts +24 -3
  247. package/tabs/index.d.ts +161 -7
  248. package/tabs-next/index.d.ts +121 -7
  249. package/template-i18n.json +5 -3
  250. package/theme/index.d.ts +259 -3
  251. package/threshold/index.d.ts +156 -4
  252. package/toast-notification/index.d.ts +66 -2
  253. package/tooltip/index.d.ts +92 -3
  254. package/tour/index.d.ts +114 -2
  255. package/translate/index.d.ts +199 -3
  256. package/tree-view/index.d.ts +818 -8
  257. package/typeahead/index.d.ts +262 -4
  258. package/unauthorized-page/index.d.ts +42 -4
  259. package/wizard/index.d.ts +209 -7
  260. package/about/si-about-data.model.d.ts +0 -49
  261. package/about/si-about.component.d.ts +0 -71
  262. package/about/si-about.module.d.ts +0 -7
  263. package/accordion/si-accordion-hcollapse.service.d.ts +0 -17
  264. package/accordion/si-accordion.component.d.ts +0 -37
  265. package/accordion/si-accordion.module.d.ts +0 -8
  266. package/accordion/si-accordion.service.d.ts +0 -17
  267. package/accordion/si-collapsible-panel.component.d.ts +0 -89
  268. package/action-modal/si-action-dialog.service.d.ts +0 -49
  269. package/action-modal/si-action-dialog.types.d.ts +0 -92
  270. package/action-modal/si-alert-dialog/si-alert-dialog.component.d.ts +0 -32
  271. package/action-modal/si-confirmation-dialog/si-confirmation-dialog.component.d.ts +0 -40
  272. package/action-modal/si-delete-confirmation-dialog/si-delete-confirmation-dialog.component.d.ts +0 -45
  273. package/action-modal/si-edit-discard-dialog/si-edit-discard-dialog.component.d.ts +0 -68
  274. package/application-header/launchpad/si-launchpad-app.component.d.ts +0 -21
  275. package/application-header/launchpad/si-launchpad-factory.component.d.ts +0 -83
  276. package/application-header/launchpad/si-launchpad.model.d.ts +0 -33
  277. package/application-header/si-application-header.component.d.ts +0 -60
  278. package/application-header/si-header-account-item.component.d.ts +0 -13
  279. package/application-header/si-header-action-item-icon-base.directive.d.ts +0 -26
  280. package/application-header/si-header-action-item.base.d.ts +0 -19
  281. package/application-header/si-header-action-item.component.d.ts +0 -9
  282. package/application-header/si-header-actions.directive.d.ts +0 -5
  283. package/application-header/si-header-brand.directive.d.ts +0 -5
  284. package/application-header/si-header-collapsible-actions.component.d.ts +0 -33
  285. package/application-header/si-header-logo.directive.d.ts +0 -16
  286. package/application-header/si-header-navigation-item.component.d.ts +0 -10
  287. package/application-header/si-header-navigation.component.d.ts +0 -11
  288. package/application-header/si-header-selection-item.component.d.ts +0 -12
  289. package/application-header/si-header-siemens-logo.component.d.ts +0 -21
  290. package/auto-collapsable-list/si-auto-collapsable-list-additional-content.directive.d.ts +0 -6
  291. package/auto-collapsable-list/si-auto-collapsable-list-item.directive.d.ts +0 -29
  292. package/auto-collapsable-list/si-auto-collapsable-list-measurable.class.d.ts +0 -16
  293. package/auto-collapsable-list/si-auto-collapsable-list-overflow-item.directive.d.ts +0 -12
  294. package/auto-collapsable-list/si-auto-collapsable-list.directive.d.ts +0 -47
  295. package/auto-collapsable-list/si-auto-collapsable-list.module.d.ts +0 -10
  296. package/autocomplete/si-autocomplete-listbox.directive.d.ts +0 -31
  297. package/autocomplete/si-autocomplete-option.directive.d.ts +0 -31
  298. package/autocomplete/si-autocomplete.directive.d.ts +0 -14
  299. package/autocomplete/si-autocomplete.model.d.ts +0 -7
  300. package/autocomplete/si-autocomplete.module.d.ts +0 -9
  301. package/avatar/si-avatar-background-color.directive.d.ts +0 -35
  302. package/avatar/si-avatar.component.d.ts +0 -51
  303. package/badge/si-badge.component.d.ts +0 -17
  304. package/breadcrumb/breadcrumb-item.model.d.ts +0 -36
  305. package/breadcrumb/si-breadcrumb-item-template.directive.d.ts +0 -10
  306. package/breadcrumb/si-breadcrumb.component.d.ts +0 -46
  307. package/breadcrumb/si-breadcrumb.module.d.ts +0 -7
  308. package/breadcrumb-router/si-breadcrumb-default-resolver.service.d.ts +0 -23
  309. package/breadcrumb-router/si-breadcrumb-router.component.d.ts +0 -30
  310. package/breadcrumb-router/si-breadcrumb-router.model.d.ts +0 -53
  311. package/breadcrumb-router/si-breadcrumb-router.module.d.ts +0 -7
  312. package/card/si-card.component.d.ts +0 -79
  313. package/card/si-card.module.d.ts +0 -7
  314. package/circle-status/si-circle-status.component.d.ts +0 -66
  315. package/circle-status/si-circle-status.module.d.ts +0 -7
  316. package/color-picker/si-color-picker.component.d.ts +0 -61
  317. package/column-selection-dialog/column-selection-editor/si-column-selection-editor.component.d.ts +0 -23
  318. package/column-selection-dialog/si-column-selection-dialog.component.d.ts +0 -114
  319. package/column-selection-dialog/si-column-selection-dialog.service.d.ts +0 -20
  320. package/column-selection-dialog/si-column-selection-dialog.types.d.ts +0 -68
  321. package/common/decorators/index.d.ts +0 -5
  322. package/common/decorators/webcomponent.decorator.d.ts +0 -6
  323. package/common/helpers/animation.helpers.d.ts +0 -10
  324. package/common/helpers/global-events.helpers.d.ts +0 -5
  325. package/common/helpers/index.d.ts +0 -10
  326. package/common/helpers/overlay-helper.d.ts +0 -24
  327. package/common/helpers/positioning.helpers.d.ts +0 -58
  328. package/common/helpers/rtl.d.ts +0 -6
  329. package/common/helpers/track-by.helper.d.ts +0 -27
  330. package/common/models/color-variant.model.d.ts +0 -8
  331. package/common/models/index.d.ts +0 -8
  332. package/common/models/menu.model.d.ts +0 -85
  333. package/common/models/positions.model.d.ts +0 -18
  334. package/common/models/status-type.model.d.ts +0 -21
  335. package/common/services/blink.service.d.ts +0 -41
  336. package/common/services/index.d.ts +0 -8
  337. package/common/services/scrollbar-helper.service.d.ts +0 -17
  338. package/common/services/si-uistate.service.d.ts +0 -61
  339. package/common/services/text-measure.service.d.ts +0 -21
  340. package/connection-strength/si-connection-strength.component.d.ts +0 -19
  341. package/connection-strength/si-connection-strength.module.d.ts +0 -7
  342. package/content-action-bar/si-content-action-bar-toggle.component.d.ts +0 -6
  343. package/content-action-bar/si-content-action-bar.component.d.ts +0 -72
  344. package/content-action-bar/si-content-action-bar.model.d.ts +0 -9
  345. package/content-action-bar/si-content-action-bar.module.d.ts +0 -7
  346. package/copyright-notice/si-copyright-notice.component.d.ts +0 -18
  347. package/copyright-notice/si-copyright-notice.d.ts +0 -23
  348. package/copyright-notice/si-copyright-notice.module.d.ts +0 -7
  349. package/datatable/si-datatable-interaction.directive.d.ts +0 -34
  350. package/datatable/si-datatable.module.d.ts +0 -7
  351. package/date-range-filter/si-date-range-calculation.service.d.ts +0 -33
  352. package/date-range-filter/si-date-range-filter.component.d.ts +0 -252
  353. package/date-range-filter/si-date-range-filter.module.d.ts +0 -7
  354. package/date-range-filter/si-date-range-filter.types.d.ts +0 -40
  355. package/date-range-filter/si-relative-date.component.d.ts +0 -31
  356. package/datepicker/components/si-calendar-body.component.d.ts +0 -137
  357. package/datepicker/components/si-calendar-date-cell.directive.d.ts +0 -16
  358. package/datepicker/components/si-calendar-direction-button.component.d.ts +0 -18
  359. package/datepicker/components/si-compare-adapter.d.ts +0 -37
  360. package/datepicker/components/si-day-selection.component.d.ts +0 -76
  361. package/datepicker/components/si-initial-focus.component.d.ts +0 -74
  362. package/datepicker/components/si-month-selection.component.d.ts +0 -62
  363. package/datepicker/components/si-year-selection.component.d.ts +0 -65
  364. package/datepicker/date-time-helper.d.ts +0 -302
  365. package/datepicker/si-calendar-button.component.d.ts +0 -49
  366. package/datepicker/si-date-input.directive.d.ts +0 -114
  367. package/datepicker/si-date-range.component.d.ts +0 -150
  368. package/datepicker/si-datepicker-overlay.component.d.ts +0 -82
  369. package/datepicker/si-datepicker-overlay.directive.d.ts +0 -104
  370. package/datepicker/si-datepicker.component.d.ts +0 -228
  371. package/datepicker/si-datepicker.directive.d.ts +0 -62
  372. package/datepicker/si-datepicker.model.d.ts +0 -129
  373. package/datepicker/si-datepicker.module.d.ts +0 -12
  374. package/datepicker/si-timepicker.component.d.ts +0 -214
  375. package/electron-titlebar/electron.helpers.d.ts +0 -5
  376. package/electron-titlebar/si-electron-titlebar.component.d.ts +0 -72
  377. package/electron-titlebar/si-electron-titlebar.module.d.ts +0 -7
  378. package/empty-state/si-empty-state.component.d.ts +0 -18
  379. package/empty-state/si-empty-state.module.d.ts +0 -7
  380. package/file-uploader/si-file-dropzone.component.d.ts +0 -106
  381. package/file-uploader/si-file-uploader.component.d.ts +0 -296
  382. package/file-uploader/si-file-uploader.model.d.ts +0 -12
  383. package/file-uploader/si-file-uploader.module.d.ts +0 -8
  384. package/filter-bar/filter.d.ts +0 -26
  385. package/filter-bar/si-filter-bar.component.d.ts +0 -65
  386. package/filter-bar/si-filter-bar.module.d.ts +0 -7
  387. package/filter-bar/si-filter-pill.component.d.ts +0 -20
  388. package/filtered-search/si-filtered-search-helper.d.ts +0 -22
  389. package/filtered-search/si-filtered-search-value.component.d.ts +0 -53
  390. package/filtered-search/si-filtered-search.component.d.ts +0 -329
  391. package/filtered-search/si-filtered-search.model.d.ts +0 -139
  392. package/filtered-search/si-filtered-search.module.d.ts +0 -7
  393. package/filtered-search/values/date-value/si-filtered-search-date-value.component.d.ts +0 -57
  394. package/filtered-search/values/si-filtered-search-value.base.d.ts +0 -27
  395. package/filtered-search/values/typeahead/si-filtered-search-typeahead.component.d.ts +0 -45
  396. package/footer/si-footer.component.d.ts +0 -14
  397. package/footer/si-footer.module.d.ts +0 -7
  398. package/form/form-fieldset/si-form-fieldset.component.d.ts +0 -40
  399. package/form/si-form-container/si-form-container.component.d.ts +0 -155
  400. package/form/si-form-item/si-form-field-native.control.d.ts +0 -22
  401. package/form/si-form-item/si-form-item.component.d.ts +0 -90
  402. package/form/si-form-item-control-input.directive.d.ts +0 -18
  403. package/form/si-form-item.control.d.ts +0 -35
  404. package/form/si-form-validation-error.model.d.ts +0 -55
  405. package/form/si-form-validation-error.provider.d.ts +0 -11
  406. package/form/si-form-validation-error.service.d.ts +0 -42
  407. package/form/si-form-validation-tooltip/si-form-validation-tooltip.component.d.ts +0 -13
  408. package/form/si-form-validation-tooltip/si-form-validation-tooltip.directive.d.ts +0 -42
  409. package/form/si-form.module.d.ts +0 -25
  410. package/formly/fields/button/si-formly-button.component.d.ts +0 -7
  411. package/formly/fields/date-range/si-formly-date-range.component.d.ts +0 -6
  412. package/formly/fields/datetime/si-formly-datetime.component.d.ts +0 -13
  413. package/formly/fields/email/si-formly-email.component.d.ts +0 -6
  414. package/formly/fields/ip-input/si-formly-ip-input.component.d.ts +0 -6
  415. package/formly/fields/number/si-formly-number.component.d.ts +0 -6
  416. package/formly/fields/password/si-formly-password.component.d.ts +0 -6
  417. package/formly/fields/select/si-formly-select.component.d.ts +0 -6
  418. package/formly/fields/text/si-formly-text-display.component.d.ts +0 -7
  419. package/formly/fields/textarea/si-formly-textarea.component.d.ts +0 -18
  420. package/formly/fields/time/si-formly-time.component.d.ts +0 -13
  421. package/formly/si-formly-translate.extension.d.ts +0 -9
  422. package/formly/si-formly.component.d.ts +0 -62
  423. package/formly/si-formly.module.d.ts +0 -35
  424. package/formly/structural/si-formly-accordion/si-formly-accordion.component.d.ts +0 -13
  425. package/formly/structural/si-formly-array/si-formly-array.component.d.ts +0 -6
  426. package/formly/structural/si-formly-object/si-formly-object.component.d.ts +0 -6
  427. package/formly/structural/si-formly-object-grid/si-formly-object-grid.component.d.ts +0 -22
  428. package/formly/structural/si-formly-object-grid/si-formly-object-grid.model.d.ts +0 -21
  429. package/formly/structural/si-formly-object-plain/si-formly-object-plain.component.d.ts +0 -6
  430. package/formly/structural/si-formly-tabset/si-formly-object-tabset.component.d.ts +0 -7
  431. package/formly/utils.d.ts +0 -6
  432. package/formly/wrapper/si-formly-fieldset.component.d.ts +0 -8
  433. package/formly/wrapper/si-formly-form-field-provider.directive.d.ts +0 -19
  434. package/formly/wrapper/si-formly-horizontal-wrapper.component.d.ts +0 -6
  435. package/formly/wrapper/si-formly-icon-wrapper.component.d.ts +0 -6
  436. package/formly/wrapper/si-formly-wrapper.component.d.ts +0 -8
  437. package/header-dropdown/si-header-dropdown-item.component.d.ts +0 -23
  438. package/header-dropdown/si-header-dropdown-items-factory.component.d.ts +0 -14
  439. package/header-dropdown/si-header-dropdown-trigger.directive.d.ts +0 -57
  440. package/header-dropdown/si-header-dropdown.component.d.ts +0 -20
  441. package/header-dropdown/si-header.model.d.ts +0 -37
  442. package/icon/element-icons.d.ts +0 -55
  443. package/icon/icon-status.d.ts +0 -22
  444. package/icon/si-icon-next.component.d.ts +0 -64
  445. package/icon/si-icon.component.d.ts +0 -23
  446. package/icon/si-icon.module.d.ts +0 -7
  447. package/icon/si-icons.d.ts +0 -31
  448. package/icon/si-status-icon.component.d.ts +0 -9
  449. package/icon-status/si-icon-status.component.d.ts +0 -24
  450. package/icon-status/si-icon-status.module.d.ts +0 -7
  451. package/info-page/si-info-page.component.d.ts +0 -38
  452. package/inline-notification/si-inline-notification.component.d.ts +0 -40
  453. package/inline-notification/si-inline-notification.module.d.ts +0 -7
  454. package/ip-input/address-utils.d.ts +0 -28
  455. package/ip-input/address-validators.d.ts +0 -21
  456. package/ip-input/si-ip-input.directive.d.ts +0 -53
  457. package/ip-input/si-ip4-input.directive.d.ts +0 -9
  458. package/ip-input/si-ip6-input.directive.d.ts +0 -10
  459. package/landing-page/alert-config.model.d.ts +0 -15
  460. package/landing-page/si-landing-page.component.d.ts +0 -74
  461. package/landing-page/si-landing-page.module.d.ts +0 -7
  462. package/language-switcher/iso-language-value.d.ts +0 -14
  463. package/language-switcher/si-language-switcher.component.d.ts +0 -31
  464. package/language-switcher/si-language-switcher.module.d.ts +0 -7
  465. package/link/aria-current.model.d.ts +0 -5
  466. package/link/link.model.d.ts +0 -57
  467. package/link/si-link-action.service.d.ts +0 -17
  468. package/link/si-link.directive.d.ts +0 -42
  469. package/link/si-link.module.d.ts +0 -7
  470. package/list-details/si-details-pane/si-details-pane.component.d.ts +0 -8
  471. package/list-details/si-details-pane-body/si-details-pane-body.component.d.ts +0 -6
  472. package/list-details/si-details-pane-footer/si-details-pane-footer.component.d.ts +0 -6
  473. package/list-details/si-details-pane-header/si-details-pane-header.component.d.ts +0 -38
  474. package/list-details/si-list-details.component.d.ts +0 -100
  475. package/list-details/si-list-pane/si-list-pane.component.d.ts +0 -10
  476. package/list-details/si-list-pane-body/si-list-pane-body.component.d.ts +0 -6
  477. package/list-details/si-list-pane-header/si-list-pane-header.component.d.ts +0 -6
  478. package/loading-spinner/si-loading-button.component.d.ts +0 -31
  479. package/loading-spinner/si-loading-spinner.component.d.ts +0 -32
  480. package/loading-spinner/si-loading-spinner.directive.d.ts +0 -37
  481. package/loading-spinner/si-loading-spinner.module.d.ts +0 -8
  482. package/loading-spinner/si-loading-spinner.service.d.ts +0 -18
  483. package/localization/si-directionality.d.ts +0 -41
  484. package/localization/si-locale-id.d.ts +0 -22
  485. package/localization/si-locale-store.d.ts +0 -16
  486. package/localization/si-locale.service.d.ts +0 -73
  487. package/main-detail-container/si-main-detail-container.component.d.ts +0 -151
  488. package/main-detail-container/si-main-detail-container.module.d.ts +0 -7
  489. package/menu/si-menu-action.service.d.ts +0 -13
  490. package/menu/si-menu-bar.directive.d.ts +0 -12
  491. package/menu/si-menu-divider.directive.d.ts +0 -5
  492. package/menu/si-menu-factory-item-guard.directive.d.ts +0 -11
  493. package/menu/si-menu-factory.component.d.ts +0 -15
  494. package/menu/si-menu-header.directive.d.ts +0 -5
  495. package/menu/si-menu-item-base.directive.d.ts +0 -16
  496. package/menu/si-menu-item-checkbox.component.d.ts +0 -11
  497. package/menu/si-menu-item-radio.component.d.ts +0 -10
  498. package/menu/si-menu-item.component.d.ts +0 -10
  499. package/menu/si-menu-model.d.ts +0 -91
  500. package/menu/si-menu.directive.d.ts +0 -6
  501. package/menu/si-menu.module.d.ts +0 -14
  502. package/modal/modal.helpers.d.ts +0 -8
  503. package/modal/modalref.d.ts +0 -64
  504. package/modal/si-modal.component.d.ts +0 -32
  505. package/modal/si-modal.service.d.ts +0 -57
  506. package/navbar/account.model.d.ts +0 -39
  507. package/navbar/si-navbar-item/index.d.ts +0 -5
  508. package/navbar/si-navbar-item/si-navbar-item.component.d.ts +0 -29
  509. package/navbar/si-navbar-primary/index.d.ts +0 -6
  510. package/navbar/si-navbar-primary/si-navbar-primary.component.d.ts +0 -198
  511. package/navbar/si-navbar-primary/si-navbar-primary.model.d.ts +0 -34
  512. package/navbar/si-navbar.module.d.ts +0 -9
  513. package/navbar-vertical/si-navbar-vertical-divider.component.d.ts +0 -5
  514. package/navbar-vertical/si-navbar-vertical-group-trigger.directive.d.ts +0 -38
  515. package/navbar-vertical/si-navbar-vertical-group.component.d.ts +0 -16
  516. package/navbar-vertical/si-navbar-vertical-header.component.d.ts +0 -6
  517. package/navbar-vertical/si-navbar-vertical-item-legacy.component.d.ts +0 -17
  518. package/navbar-vertical/si-navbar-vertical-item.component.d.ts +0 -21
  519. package/navbar-vertical/si-navbar-vertical.component.d.ts +0 -148
  520. package/navbar-vertical/si-navbar-vertical.model.d.ts +0 -77
  521. package/navbar-vertical/si-navbar-vertical.module.d.ts +0 -7
  522. package/navbar-vertical/si-navbar-vertical.provider.d.ts +0 -7
  523. package/number-input/si-number-input.component.d.ts +0 -106
  524. package/number-input/si-number-input.module.d.ts +0 -7
  525. package/pagination/si-pagination.component.d.ts +0 -65
  526. package/pagination/si-pagination.module.d.ts +0 -7
  527. package/password-strength/si-password-strength.component.d.ts +0 -25
  528. package/password-strength/si-password-strength.directive.d.ts +0 -65
  529. package/password-strength/si-password-strength.module.d.ts +0 -8
  530. package/password-toggle/si-password-toggle.component.d.ts +0 -39
  531. package/password-toggle/si-password-toggle.module.d.ts +0 -7
  532. package/phone-number/si-phone-number-input-select.directive.d.ts +0 -10
  533. package/phone-number/si-phone-number-input.component.d.ts +0 -137
  534. package/phone-number/si-phone-number-input.models.d.ts +0 -48
  535. package/phone-number/si-phone-number-input.module.d.ts +0 -7
  536. package/photo-upload/si-image-cropper-style.component.d.ts +0 -5
  537. package/photo-upload/si-photo-upload.component.d.ts +0 -298
  538. package/pills-input/si-input-pill.component.d.ts +0 -9
  539. package/pills-input/si-pills-input-csv.directive.d.ts +0 -8
  540. package/pills-input/si-pills-input-email.directive.d.ts +0 -10
  541. package/pills-input/si-pills-input-pattern-base.d.ts +0 -19
  542. package/pills-input/si-pills-input-value-handler.d.ts +0 -12
  543. package/pills-input/si-pills-input.component.d.ts +0 -87
  544. package/pills-input/si-pills-input.module.d.ts +0 -9
  545. package/popover/si-popover.component.d.ts +0 -26
  546. package/popover/si-popover.directive.d.ts +0 -89
  547. package/popover/si-popover.module.d.ts +0 -7
  548. package/popover-next/si-popover-description.directive.d.ts +0 -7
  549. package/popover-next/si-popover-next.directive.d.ts +0 -61
  550. package/popover-next/si-popover-title.directive.d.ts +0 -7
  551. package/popover-next/si-popover.component.d.ts +0 -27
  552. package/progressbar/si-progressbar.component.d.ts +0 -43
  553. package/progressbar/si-progressbar.module.d.ts +0 -7
  554. package/public-api.d.ts +0 -5
  555. package/resize-observer/resize-observer.service.d.ts +0 -41
  556. package/resize-observer/si-resize-observer.directive.d.ts +0 -31
  557. package/resize-observer/si-resize-observer.module.d.ts +0 -8
  558. package/resize-observer/si-responsive-container.directive.d.ts +0 -73
  559. package/result-details-list/si-result-details-list.component.d.ts +0 -14
  560. package/result-details-list/si-result-details-list.datamodel.d.ts +0 -48
  561. package/result-details-list/si-result-details-list.module.d.ts +0 -7
  562. package/search-bar/si-search-bar.component.d.ts +0 -87
  563. package/search-bar/si-search-bar.module.d.ts +0 -7
  564. package/select/options/si-select-complex-options.directive.d.ts +0 -69
  565. package/select/options/si-select-lazy-options.directive.d.ts +0 -38
  566. package/select/options/si-select-option.source.d.ts +0 -49
  567. package/select/options/si-select-options-strategy.base.d.ts +0 -35
  568. package/select/options/si-select-options-strategy.d.ts +0 -37
  569. package/select/options/si-select-simple-options.directive.d.ts +0 -34
  570. package/select/select-input/si-select-input.component.d.ts +0 -43
  571. package/select/select-list/si-select-list-has-filter.component.d.ts +0 -20
  572. package/select/select-list/si-select-list.base.d.ts +0 -37
  573. package/select/select-list/si-select-list.component.d.ts +0 -15
  574. package/select/select-option/si-select-option-row.component.d.ts +0 -16
  575. package/select/select-option/si-select-option.component.d.ts +0 -9
  576. package/select/selection/si-select-multi-value.directive.d.ts +0 -26
  577. package/select/selection/si-select-selection-strategy.d.ts +0 -58
  578. package/select/selection/si-select-single-value.directive.d.ts +0 -26
  579. package/select/si-select-action.directive.d.ts +0 -12
  580. package/select/si-select-actions.directive.d.ts +0 -5
  581. package/select/si-select-group-template.directive.d.ts +0 -20
  582. package/select/si-select-option-row-template.directive.d.ts +0 -9
  583. package/select/si-select-option-template.directive.d.ts +0 -21
  584. package/select/si-select.component.d.ts +0 -96
  585. package/select/si-select.module.d.ts +0 -15
  586. package/select/si-select.types.d.ts +0 -65
  587. package/shadow-root/si-shadow-root.directive.d.ts +0 -39
  588. package/side-panel/si-side-panel-content.component.d.ts +0 -105
  589. package/side-panel/si-side-panel.component.d.ts +0 -108
  590. package/side-panel/si-side-panel.module.d.ts +0 -8
  591. package/side-panel/si-side-panel.service.d.ts +0 -45
  592. package/side-panel/side-panel.model.d.ts +0 -16
  593. package/skip-links/si-skip-link-target.directive.d.ts +0 -27
  594. package/skip-links/si-skip-links.component.d.ts +0 -9
  595. package/skip-links/skip-link.service.d.ts +0 -14
  596. package/slider/si-slider.component.d.ts +0 -129
  597. package/slider/si-slider.module.d.ts +0 -7
  598. package/sort-bar/si-sort-bar.component.d.ts +0 -42
  599. package/sort-bar/si-sort-bar.module.d.ts +0 -7
  600. package/split/si-split-part.component.d.ts +0 -154
  601. package/split/si-split.component.d.ts +0 -48
  602. package/split/si-split.interfaces.d.ts +0 -17
  603. package/split/si-split.module.d.ts +0 -8
  604. package/status-bar/si-status-bar-item/index.d.ts +0 -6
  605. package/status-bar/si-status-bar-item/si-status-bar-item.component.d.ts +0 -22
  606. package/status-bar/si-status-bar-item/si-status-bar-item.model.d.ts +0 -33
  607. package/status-bar/si-status-bar.component.d.ts +0 -116
  608. package/status-bar/si-status-bar.module.d.ts +0 -7
  609. package/status-toggle/si-status-toggle.component.d.ts +0 -54
  610. package/status-toggle/status-toggle.model.d.ts +0 -26
  611. package/summary-chip/si-summary-chip.component.d.ts +0 -44
  612. package/summary-widget/si-summary-widget.component.d.ts +0 -44
  613. package/system-banner/system-banner.component.d.ts +0 -23
  614. package/tabs/si-tab/index.d.ts +0 -5
  615. package/tabs/si-tab/si-tab.component.d.ts +0 -58
  616. package/tabs/si-tabs.module.d.ts +0 -8
  617. package/tabs/si-tabset/index.d.ts +0 -5
  618. package/tabs/si-tabset/si-tabset.component.d.ts +0 -100
  619. package/tabs-next/si-tab-next-base.directive.d.ts +0 -63
  620. package/tabs-next/si-tab-next-link.component.d.ts +0 -16
  621. package/tabs-next/si-tab-next.component.d.ts +0 -16
  622. package/tabs-next/si-tabs-tokens.d.ts +0 -7
  623. package/tabs-next/si-tabset-next.component.d.ts +0 -57
  624. package/theme/si-theme-store.d.ts +0 -82
  625. package/theme/si-theme.model.d.ts +0 -48
  626. package/theme/si-theme.service.d.ts +0 -129
  627. package/threshold/si-readonly-threshold-option.component.d.ts +0 -11
  628. package/threshold/si-threshold.component.d.ts +0 -147
  629. package/threshold/si-threshold.module.d.ts +0 -7
  630. package/toast-notification/si-toast-notification/si-toast-notification.component.d.ts +0 -17
  631. package/toast-notification/si-toast-notification-drawer/si-toast-notification-drawer.component.d.ts +0 -9
  632. package/toast-notification/si-toast-notification.service.d.ts +0 -41
  633. package/toast-notification/si-toast.model.d.ts +0 -25
  634. package/tooltip/si-tooltip.component.d.ts +0 -25
  635. package/tooltip/si-tooltip.directive.d.ts +0 -45
  636. package/tooltip/si-tooltip.module.d.ts +0 -7
  637. package/tooltip/si-tooltip.service.d.ts +0 -44
  638. package/tour/si-tour-highlight.component.d.ts +0 -15
  639. package/tour/si-tour-token.model.d.ts +0 -27
  640. package/tour/si-tour.component.d.ts +0 -31
  641. package/tour/si-tour.model.d.ts +0 -51
  642. package/tour/si-tour.service.d.ts +0 -62
  643. package/translate/si-translatable-keys.interface.d.ts +0 -188
  644. package/translate/si-translatable-overrides.provider.d.ts +0 -7
  645. package/tree-view/drag-drop.util.d.ts +0 -32
  646. package/tree-view/si-tree-view-converter.service.d.ts +0 -41
  647. package/tree-view/si-tree-view-item/si-tree-view-item.component.d.ts +0 -105
  648. package/tree-view/si-tree-view-item/si-tree-view-item.directive.d.ts +0 -24
  649. package/tree-view/si-tree-view-item-context.d.ts +0 -11
  650. package/tree-view/si-tree-view-item-height.service.d.ts +0 -49
  651. package/tree-view/si-tree-view-item-template.directive.d.ts +0 -18
  652. package/tree-view/si-tree-view-virtualization.service.d.ts +0 -150
  653. package/tree-view/si-tree-view.component.d.ts +0 -466
  654. package/tree-view/si-tree-view.model.d.ts +0 -146
  655. package/tree-view/si-tree-view.module.d.ts +0 -10
  656. package/tree-view/si-tree-view.service.d.ts +0 -55
  657. package/tree-view/si-tree-view.utils.d.ts +0 -46
  658. package/typeahead/si-typeahead-item-template.directive.d.ts +0 -7
  659. package/typeahead/si-typeahead.component.d.ts +0 -22
  660. package/typeahead/si-typeahead.directive.d.ts +0 -196
  661. package/typeahead/si-typeahead.model.d.ts +0 -60
  662. package/typeahead/si-typeahead.module.d.ts +0 -8
  663. package/typeahead/si-typeahead.sorting.d.ts +0 -10
  664. package/unauthorized-page/si-unauthorized-page.component.d.ts +0 -35
  665. package/unauthorized-page/si-unauthorized-page.module.d.ts +0 -7
  666. package/wizard/si-wizard-step.component.d.ts +0 -21
  667. package/wizard/si-wizard.component.d.ts +0 -196
  668. package/wizard/si-wizard.module.d.ts +0 -8
@@ -1,6 +1,158 @@
1
+ import * as _siemens_element_translate_ng_translate_types from '@siemens/element-translate-ng/translate-types';
2
+ import * as _angular_core from '@angular/core';
3
+ import { OnChanges } from '@angular/core';
4
+ import { SelectOptionLegacy, SelectOption } from '@siemens/element-ng/select';
5
+
1
6
  /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
7
+ * One step in a list of thresholds
4
8
  */
5
- export * from './si-threshold.component';
6
- export * from './si-threshold.module';
9
+ interface ThresholdStep {
10
+ /** Threshold value, the first step has no value */
11
+ value?: number;
12
+ /** One of the `SelectOption.id` */
13
+ optionValue: string;
14
+ /** When set to `false`, input fields are highlighted as invalid */
15
+ valid?: boolean;
16
+ }
17
+ declare class SiThresholdComponent implements OnChanges {
18
+ /**
19
+ * Options to be shown in select dropdown
20
+ *
21
+ * @defaultValue []
22
+ */
23
+ readonly options: _angular_core.InputSignal<SelectOptionLegacy[] | SelectOption<unknown>[]>;
24
+ /**
25
+ * The thresholds
26
+ *
27
+ * @defaultValue []
28
+ */
29
+ readonly thresholdSteps: _angular_core.ModelSignal<ThresholdStep[]>;
30
+ /**
31
+ * The unit to show
32
+ *
33
+ * @defaultValue ''
34
+ */
35
+ readonly unit: _angular_core.InputSignal<string>;
36
+ /**
37
+ * The min. value for the threshold value
38
+ *
39
+ * @defaultValue 0
40
+ */
41
+ readonly minValue: _angular_core.InputSignal<number>;
42
+ /**
43
+ * The max. value for the threshold value
44
+ *
45
+ * @defaultValue 100
46
+ */
47
+ readonly maxValue: _angular_core.InputSignal<number>;
48
+ /**
49
+ * The step size for the threshold value
50
+ *
51
+ * @defaultValue 1
52
+ */
53
+ readonly stepSize: _angular_core.InputSignal<number>;
54
+ /**
55
+ * Max. number of steps, 0 for no hard limit
56
+ *
57
+ * @defaultValue 0
58
+ */
59
+ readonly maxSteps: _angular_core.InputSignal<number>;
60
+ /**
61
+ * Do validation?
62
+ *
63
+ * @defaultValue true
64
+ */
65
+ readonly validation: _angular_core.InputSignalWithTransform<boolean, unknown>;
66
+ /**
67
+ * When disabled, steps cannot be added/removed
68
+ *
69
+ * @defaultValue true
70
+ */
71
+ readonly canAddRemoveSteps: _angular_core.InputSignalWithTransform<boolean, unknown>;
72
+ /**
73
+ * Use horizontal layout?
74
+ *
75
+ * @defaultValue false
76
+ */
77
+ readonly horizontalLayout: _angular_core.InputSignalWithTransform<boolean, unknown>;
78
+ /**
79
+ * Show dec/inc buttons?
80
+ *
81
+ * @defaultValue true
82
+ */
83
+ readonly showDecIncButtons: _angular_core.InputSignalWithTransform<boolean, unknown>;
84
+ /**
85
+ * The obvious
86
+ *
87
+ * @defaultValue false
88
+ */
89
+ readonly readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
90
+ /**
91
+ * Indicate that the threshold options are readonly and cannot be changed. This will also disable adding / removing steps.
92
+ *
93
+ * @defaultValue false
94
+ */
95
+ readonly readonlyConditions: _angular_core.InputSignalWithTransform<boolean, unknown>;
96
+ /**
97
+ * The aria-label for delete button
98
+ *
99
+ * @defaultValue
100
+ * ```
101
+ * t(() => $localize`:@@SI_THRESHOLD.DELETE:Delete step`)
102
+ * ```
103
+ */
104
+ readonly deleteAriaLabel: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
105
+ /**
106
+ * The aria-label for add button
107
+ *
108
+ * @defaultValue
109
+ * ```
110
+ * t(() => $localize`:@@SI_THRESHOLD.ADD:Add step`)
111
+ * ```
112
+ */
113
+ readonly addAriaLabel: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
114
+ /**
115
+ * The aria-label for input field
116
+ *
117
+ * @defaultValue
118
+ * ```
119
+ * t(() => $localize`:@@SI_THRESHOLD.INPUT_LABEL:Threshold value`)
120
+ * ```
121
+ */
122
+ readonly inputAriaLabel: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
123
+ /**
124
+ * The aria-label for status selection
125
+ *
126
+ * @defaultValue
127
+ * ```
128
+ * t(() => $localize`:@@SI_THRESHOLD.STATUS:Status`)
129
+ * ```
130
+ */
131
+ readonly statusAriaLabel: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
132
+ /** Fired when validation status changes */
133
+ readonly validChange: _angular_core.OutputEmitterRef<boolean>;
134
+ protected readonly colors: _angular_core.Signal<string[]>;
135
+ protected readonly icons: Record<"elementPlus", string>;
136
+ private _valid;
137
+ /**
138
+ * Whether the current input value is valid or not.
139
+ */
140
+ get valid(): boolean;
141
+ private readonly numberInputs;
142
+ ngOnChanges(): void;
143
+ protected deleteStep(index: number): void;
144
+ protected addStep(index: number): void;
145
+ protected stepChange(): void;
146
+ private validate;
147
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiThresholdComponent, never>;
148
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SiThresholdComponent, "si-threshold", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "thresholdSteps": { "alias": "thresholdSteps"; "required": false; "isSignal": true; }; "unit": { "alias": "unit"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "stepSize": { "alias": "stepSize"; "required": false; "isSignal": true; }; "maxSteps": { "alias": "maxSteps"; "required": false; "isSignal": true; }; "validation": { "alias": "validation"; "required": false; "isSignal": true; }; "canAddRemoveSteps": { "alias": "canAddRemoveSteps"; "required": false; "isSignal": true; }; "horizontalLayout": { "alias": "horizontalLayout"; "required": false; "isSignal": true; }; "showDecIncButtons": { "alias": "showDecIncButtons"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "readonlyConditions": { "alias": "readonlyConditions"; "required": false; "isSignal": true; }; "deleteAriaLabel": { "alias": "deleteAriaLabel"; "required": false; "isSignal": true; }; "addAriaLabel": { "alias": "addAriaLabel"; "required": false; "isSignal": true; }; "inputAriaLabel": { "alias": "inputAriaLabel"; "required": false; "isSignal": true; }; "statusAriaLabel": { "alias": "statusAriaLabel"; "required": false; "isSignal": true; }; }, { "thresholdSteps": "thresholdStepsChange"; "validChange": "validChange"; }, never, never, true, never>;
149
+ }
150
+
151
+ declare class SiThresholdModule {
152
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SiThresholdModule, never>;
153
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<SiThresholdModule, never, [typeof SiThresholdComponent], [typeof SiThresholdComponent]>;
154
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<SiThresholdModule>;
155
+ }
156
+
157
+ export { SiThresholdComponent, SiThresholdModule };
158
+ export type { ThresholdStep };
@@ -1,6 +1,70 @@
1
+ import { StatusType } from '@siemens/element-ng/common';
2
+ import { Link } from '@siemens/element-ng/link';
3
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
4
+ import { Subject } from 'rxjs';
5
+ import * as i0 from '@angular/core';
6
+ import { OnDestroy } from '@angular/core';
7
+
1
8
  /**
2
9
  * Copyright (c) Siemens 2016 - 2025
3
10
  * SPDX-License-Identifier: MIT
4
11
  */
5
- export * from './si-toast.model';
6
- export * from './si-toast-notification.service';
12
+
13
+ interface SiToast {
14
+ state: ToastStateName;
15
+ title: TranslatableString;
16
+ message: TranslatableString;
17
+ disableManualClose?: boolean;
18
+ disableAutoClose?: boolean;
19
+ timeout?: number;
20
+ action?: Link;
21
+ close?: () => void;
22
+ translationParams?: {
23
+ [key: string]: any;
24
+ };
25
+ hidden?: Subject<void>;
26
+ closeAriaLabel?: TranslatableString;
27
+ }
28
+ type ToastStateName = StatusType | 'connection';
29
+ declare const SI_TOAST_AUTO_HIDE_DELAY = 6000;
30
+
31
+ declare class SiToastNotificationService implements OnDestroy {
32
+ /**
33
+ * List of currently active toasts to see details or close them.
34
+ *
35
+ * @defaultValue []
36
+ */
37
+ activeToasts: SiToast[];
38
+ private activeToastsSubject;
39
+ private queuedToastSubject;
40
+ private readonly maxToasts;
41
+ private componentRef?;
42
+ private overlayRef?;
43
+ private injector;
44
+ private overlay;
45
+ constructor();
46
+ ngOnDestroy(): void;
47
+ /**
48
+ * Queue a new toast to be shown.
49
+ * @param action - Passing a Link object will optionally add a clickable link to the toast which can contain an action.
50
+ * @returns the toast object
51
+ */
52
+ queueToastNotification(state: ToastStateName, title: string, message: string, disableAutoClose?: boolean, disableManualClose?: boolean, action?: Link): SiToast;
53
+ /**
54
+ * Show a toast notification
55
+ * @param toast - The toast object of the toast to be shown, can also be constructed while calling this.
56
+ */
57
+ showToastNotification(toast: SiToast): SiToast;
58
+ /**
59
+ * Hide a toast notification
60
+ * @param toast - The toast object of the toast to be hidden, can be retrieved from {@link activeToasts} and is returned by {@link queueToastNotification}.
61
+ */
62
+ hideToastNotification(toast?: SiToast): void;
63
+ private addToastDrawer;
64
+ private buildInjector;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiToastNotificationService, never>;
66
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiToastNotificationService>;
67
+ }
68
+
69
+ export { SI_TOAST_AUTO_HIDE_DELAY, SiToastNotificationService };
70
+ export type { SiToast, ToastStateName };
@@ -1,7 +1,96 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnDestroy, TemplateRef, ElementRef, Injector, Type } from '@angular/core';
3
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
4
+ import { OverlayRef } from '@angular/cdk/overlay';
5
+ import { positions } from '@siemens/element-ng/common';
6
+
7
+ declare class SiTooltipDirective implements OnDestroy {
8
+ private static idCounter;
9
+ /**
10
+ * The tooltip text to be displayed
11
+ *
12
+ * @defaultValue ''
13
+ */
14
+ readonly siTooltip: i0.InputSignal<TranslatableString | TemplateRef<any>>;
15
+ /**
16
+ * The placement of the tooltip. One of 'top', 'start', end', 'bottom'
17
+ *
18
+ * @defaultValue 'auto'
19
+ */
20
+ readonly placement: i0.InputSignal<"start" | "end" | "top" | "bottom" | "auto">;
21
+ /**
22
+ * The trigger event on which the tooltip shall be displayed
23
+ */
24
+ readonly triggers: i0.InputSignal<"" | "focus" | undefined>;
25
+ /**
26
+ * Allows the tooltip to be disabled
27
+ *
28
+ * @defaultValue false
29
+ */
30
+ readonly isDisabled: i0.InputSignalWithTransform<boolean, unknown>;
31
+ /**
32
+ * The context for the attached template
33
+ */
34
+ readonly tooltipContext: i0.InputSignal<unknown>;
35
+ protected describedBy: string;
36
+ private tooltipRef?;
37
+ private tooltipService;
38
+ private elementRef;
39
+ private destroyer;
40
+ ngOnDestroy(): void;
41
+ private showTooltip;
42
+ protected focusIn(): void;
43
+ protected show(): void;
44
+ protected hide(): void;
45
+ protected mouseOut(): void;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTooltipDirective, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiTooltipDirective, "[siTooltip]", never, { "siTooltip": { "alias": "siTooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "triggers": { "alias": "triggers"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "tooltipContext": { "alias": "tooltipContext"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
48
+ }
49
+
50
+ declare class SiTooltipModule {
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTooltipModule, never>;
52
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SiTooltipModule, never, [typeof SiTooltipDirective], [typeof SiTooltipDirective]>;
53
+ static ɵinj: i0.ɵɵInjectorDeclaration<SiTooltipModule>;
54
+ }
55
+
1
56
  /**
2
57
  * Copyright (c) Siemens 2016 - 2025
3
58
  * SPDX-License-Identifier: MIT
4
59
  */
5
- export * from './si-tooltip.module';
6
- export * from './si-tooltip.directive';
7
- export * from './si-tooltip.service';
60
+
61
+ /**
62
+ * TooltipRef is attached to a specific element.
63
+ * Use it to show or hide a tooltip for that element.
64
+ *
65
+ * @internal
66
+ */
67
+ declare class TooltipRef {
68
+ private overlayRef;
69
+ private element;
70
+ private describedBy;
71
+ private injector?;
72
+ constructor(overlayRef: OverlayRef, element: ElementRef, describedBy: string, injector?: Injector | undefined);
73
+ show(content: TranslatableString | TemplateRef<any> | Type<any>, tooltipContext?: unknown): void;
74
+ hide(): void;
75
+ destroy(): void;
76
+ }
77
+ /**
78
+ * A service to create tooltips for specific elements.
79
+ * Use this if the tooltip directive is not suitable.
80
+ * Must not be used outside element-ng.
81
+ *
82
+ * @internal
83
+ */
84
+ declare class SiTooltipService {
85
+ private overlay;
86
+ createTooltip(config: {
87
+ describedBy: string;
88
+ element: ElementRef;
89
+ placement: keyof typeof positions;
90
+ injector?: Injector;
91
+ }): TooltipRef;
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTooltipService, never>;
93
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiTooltipService>;
94
+ }
95
+
96
+ export { SiTooltipDirective, SiTooltipModule, SiTooltipService, TooltipRef };
package/tour/index.d.ts CHANGED
@@ -1,6 +1,118 @@
1
+ import { Subject } from 'rxjs';
2
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
+ import * as i0 from '@angular/core';
4
+
1
5
  /**
2
6
  * Copyright (c) Siemens 2016 - 2025
3
7
  * SPDX-License-Identifier: MIT
4
8
  */
5
- export * from './si-tour.service';
6
- export * from './si-tour.model';
9
+
10
+ /** Common options for tour step and as default for tour step */
11
+ interface TourStepCommonOptions {
12
+ /** Whether Scroll the element into view. */
13
+ scrollTo?: boolean | ScrollIntoViewOptions;
14
+ /** Custom handler to perform scrolling. */
15
+ scrollToHandler?: (element: HTMLElement) => void;
16
+ /**
17
+ * A function that returns a promise.
18
+ * When the promise resolves, the step will be shown. E.g. use this to open
19
+ * dialogs, etc.
20
+ */
21
+ beforeShowPromise?: () => Promise<any>;
22
+ /**
23
+ * A function that returns a promise.
24
+ * When the promise resolves, the next step will be shown. This can be used
25
+ * to 'clean up' action from `beforeShowPromise`.
26
+ */
27
+ beforeNextPromise?: () => Promise<any>;
28
+ }
29
+ /** Options for each tour step. */
30
+ interface TourStep extends TourStepCommonOptions {
31
+ /** Unique id for the step. Exposed in DOM as `data-step-id` */
32
+ id?: string;
33
+ /** Title to be displayed on the modal. */
34
+ title: TranslatableString;
35
+ /** Body text of the modal. */
36
+ text?: TranslatableString;
37
+ /** The element, the step should be attached to on the page. */
38
+ attachTo?: {
39
+ element: string | HTMLElement | (() => string | HTMLElement);
40
+ /**
41
+ * @deprecated this has no effect, position is automatic
42
+ */
43
+ on?: ModalPosition;
44
+ };
45
+ }
46
+ /** Options for tour */
47
+ interface TourOptions {
48
+ /** Default options applied to all tour steps. */
49
+ defaultStepOptions?: TourStepCommonOptions;
50
+ }
51
+ /**
52
+ * The position of the modal dialog with respect to the highlighted element.
53
+ * @deprecated this has no effect, position is automatic
54
+ */
55
+ type ModalPosition = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
56
+
57
+ declare class SiTourService {
58
+ private injector;
59
+ private resizeObserver;
60
+ private overlay;
61
+ private outsideClickDispatcher;
62
+ private overlayRefHighlight?;
63
+ private overlayRef?;
64
+ private portal?;
65
+ private options;
66
+ private steps;
67
+ private currentStepIndex;
68
+ private currentStep?;
69
+ private active;
70
+ private tourToken;
71
+ private positionChangeSub?;
72
+ private resizeSub?;
73
+ private document;
74
+ constructor();
75
+ /**
76
+ * Event triggered after the tour is completed.
77
+ */
78
+ readonly onTourComplete: Subject<void>;
79
+ /**
80
+ * Event triggered after the tour is cancelled, either through skip button or closing the tour dialog.
81
+ */
82
+ readonly onTourCancel: Subject<void>;
83
+ /**
84
+ * Sets options for the whole tour.
85
+ */
86
+ setOptions(options: TourOptions): void;
87
+ /**
88
+ * Add steps to the tour
89
+ */
90
+ addSteps(steps: TourStep[]): void;
91
+ /**
92
+ * Clear all steps
93
+ */
94
+ clearSteps(): void;
95
+ /**
96
+ * Start the tour
97
+ */
98
+ start(): void;
99
+ /**
100
+ * Finish the tour
101
+ */
102
+ complete(): void;
103
+ private controlAction;
104
+ private makeStep;
105
+ private scrollIntoView;
106
+ private handleBeforeNextPromise;
107
+ private makeOverlay;
108
+ private handleResizeSubscription;
109
+ private isElementVisible;
110
+ private handlePositionChangeSubscription;
111
+ private getElement;
112
+ private hide;
113
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTourService, never>;
114
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiTourService>;
115
+ }
116
+
117
+ export { SiTourService };
118
+ export type { ModalPosition, TourOptions, TourStep, TourStepCommonOptions };
@@ -1,7 +1,203 @@
1
+ import { Provider } from '@angular/core';
2
+ export * from '@siemens/element-translate-ng/translate';
3
+
4
+ interface SiTranslatableKeys {
5
+ 'SI_ALERT_DIALOG.OK'?: string;
6
+ 'SI_APPLICATION_HEADER.LAUNCHPAD'?: string;
7
+ 'SI_APPLICATION_HEADER.TOGGLE_ACTIONS'?: string;
8
+ 'SI_APPLICATION_HEADER.TOGGLE_NAVIGATION'?: string;
9
+ 'SI_BREADCRUMB'?: string;
10
+ 'SI_COLUMN_SELECTION_DIALOG.CANCEL'?: string;
11
+ 'SI_COLUMN_SELECTION_DIALOG.HIDDEN'?: string;
12
+ 'SI_COLUMN_SELECTION_DIALOG.ITEM_MOVED'?: string;
13
+ 'SI_COLUMN_SELECTION_DIALOG.ITEM_NOT_MOVED'?: string;
14
+ 'SI_COLUMN_SELECTION_DIALOG.LIST_ARIA_LABEL'?: string;
15
+ 'SI_COLUMN_SELECTION_DIALOG.RENAME_INPUT_ARIA_LABEL'?: string;
16
+ 'SI_COLUMN_SELECTION_DIALOG.RESTORE_TO_DEFAULT'?: string;
17
+ 'SI_COLUMN_SELECTION_DIALOG.SUBMIT'?: string;
18
+ 'SI_COLUMN_SELECTION_DIALOG.VISIBLE'?: string;
19
+ 'SI_CONFIRMATION_DIALOG.NO'?: string;
20
+ 'SI_CONFIRMATION_DIALOG.YES'?: string;
21
+ 'SI_CONTENT_ACTION_BAR.TOGGLE'?: string;
22
+ 'SI_DASHBOARD.EXPAND'?: string;
23
+ 'SI_DASHBOARD.RESTORE'?: string;
24
+ 'SI_DATEPICKER.CALENDAR_TOGGLE_BUTTON'?: string;
25
+ 'SI_DATEPICKER.CALENDAR_WEEK_LABEL'?: string;
26
+ 'SI_DATEPICKER.DISABLED_TIME_TEXT'?: string;
27
+ 'SI_DATEPICKER.ENABLED_TIME_TEXT'?: string;
28
+ 'SI_DATEPICKER.END_DATE_PLACEHOLDER'?: string;
29
+ 'SI_DATEPICKER.END_TIME_LABEL'?: string;
30
+ 'SI_DATEPICKER.HOURS'?: string;
31
+ 'SI_DATEPICKER.MILLISECONDS'?: string;
32
+ 'SI_DATEPICKER.MINUTES'?: string;
33
+ 'SI_DATEPICKER.NEXT'?: string;
34
+ 'SI_DATEPICKER.PERIOD'?: string;
35
+ 'SI_DATEPICKER.PREVIOUS'?: string;
36
+ 'SI_DATEPICKER.SECONDS'?: string;
37
+ 'SI_DATEPICKER.START_DATE_PLACEHOLDER'?: string;
38
+ 'SI_DATEPICKER.START_TIME_LABEL'?: string;
39
+ 'SI_DATE_RANGE_FILTER.ADVANCED'?: string;
40
+ 'SI_DATE_RANGE_FILTER.AFTER'?: string;
41
+ 'SI_DATE_RANGE_FILTER.APPLY'?: string;
42
+ 'SI_DATE_RANGE_FILTER.BEFORE'?: string;
43
+ 'SI_DATE_RANGE_FILTER.DATE'?: string;
44
+ 'SI_DATE_RANGE_FILTER.DATE_PLACEHOLDER'?: string;
45
+ 'SI_DATE_RANGE_FILTER.DAYS'?: string;
46
+ 'SI_DATE_RANGE_FILTER.FROM'?: string;
47
+ 'SI_DATE_RANGE_FILTER.HOURS'?: string;
48
+ 'SI_DATE_RANGE_FILTER.MINUTES'?: string;
49
+ 'SI_DATE_RANGE_FILTER.MONTHS'?: string;
50
+ 'SI_DATE_RANGE_FILTER.NOW'?: string;
51
+ 'SI_DATE_RANGE_FILTER.PRESETS'?: string;
52
+ 'SI_DATE_RANGE_FILTER.PREVIEW'?: string;
53
+ 'SI_DATE_RANGE_FILTER.RANGE'?: string;
54
+ 'SI_DATE_RANGE_FILTER.REF_POINT'?: string;
55
+ 'SI_DATE_RANGE_FILTER.SEARCH'?: string;
56
+ 'SI_DATE_RANGE_FILTER.TO'?: string;
57
+ 'SI_DATE_RANGE_FILTER.TODAY'?: string;
58
+ 'SI_DATE_RANGE_FILTER.UNIT'?: string;
59
+ 'SI_DATE_RANGE_FILTER.VALUE'?: string;
60
+ 'SI_DATE_RANGE_FILTER.WEEKS'?: string;
61
+ 'SI_DATE_RANGE_FILTER.WITHIN'?: string;
62
+ 'SI_DATE_RANGE_FILTER.YEARS'?: string;
63
+ 'SI_DELETE_CONFIRMATION_DIALOG.CANCEL_BTN'?: string;
64
+ 'SI_DELETE_CONFIRMATION_DIALOG.DELETE_BTN'?: string;
65
+ 'SI_DELETE_CONFIRMATION_DIALOG.MESSAGE'?: string;
66
+ 'SI_EDIT_DISCARD_DIALOG.CANCEL_BTN'?: string;
67
+ 'SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_DISCARD_BTN'?: string;
68
+ 'SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_MESSAGE'?: string;
69
+ 'SI_EDIT_DISCARD_DIALOG.DISCARD_BTN'?: string;
70
+ 'SI_EDIT_DISCARD_DIALOG.MESSAGE'?: string;
71
+ 'SI_EDIT_DISCARD_DIALOG.SAVE_BTN'?: string;
72
+ 'SI_ELECTRON_TITLEBAR.BACK'?: string;
73
+ 'SI_ELECTRON_TITLEBAR.FORWARD'?: string;
74
+ 'SI_ELECTRON_TITLEBAR.MENU'?: string;
75
+ 'SI_FILE_UPLOADER.ACCEPTED_FILE_TYPES'?: string;
76
+ 'SI_FILE_UPLOADER.CANCEL'?: string;
77
+ 'SI_FILE_UPLOADER.CLEAR'?: string;
78
+ 'SI_FILE_UPLOADER.DROP'?: string;
79
+ 'SI_FILE_UPLOADER.ERROR_FILE_SIZE_EXCEEDED'?: string;
80
+ 'SI_FILE_UPLOADER.ERROR_FILE_TYPE'?: string;
81
+ 'SI_FILE_UPLOADER.FILE_SELECT'?: string;
82
+ 'SI_FILE_UPLOADER.MAX_FILE_REACHED'?: string;
83
+ 'SI_FILE_UPLOADER.MAX_SIZE'?: string;
84
+ 'SI_FILE_UPLOADER.REMOVE'?: string;
85
+ 'SI_FILE_UPLOADER.UPLOAD'?: string;
86
+ 'SI_FILE_UPLOADER.UPLOADING'?: string;
87
+ 'SI_FILE_UPLOADER.UPLOAD_COMPLETED'?: string;
88
+ 'SI_FILE_UPLOADER.UPLOAD_FAILED'?: string;
89
+ 'SI_FILTERED_SEARCH.CLEAR'?: string;
90
+ 'SI_FILTERED_SEARCH.SEARCH'?: string;
91
+ 'SI_FILTERED_SEARCH.SUBMIT_BUTTON'?: string;
92
+ 'SI_FILTER_BAR.COLLAPSED_FILTERS_DESCRIPTION'?: string;
93
+ 'SI_FILTER_BAR.NO_FILTERS'?: string;
94
+ 'SI_FILTER_BAR.RESET_FILTERS'?: string;
95
+ 'SI_FORM_CONTAINER.ERROR.DATE_FORMAT'?: string;
96
+ 'SI_FORM_CONTAINER.ERROR.EMAIL'?: string;
97
+ 'SI_FORM_CONTAINER.ERROR.IPV4'?: string;
98
+ 'SI_FORM_CONTAINER.ERROR.IPV6'?: string;
99
+ 'SI_FORM_CONTAINER.ERROR.MAX'?: string;
100
+ 'SI_FORM_CONTAINER.ERROR.MAX_DATE'?: string;
101
+ 'SI_FORM_CONTAINER.ERROR.MAX_LENGTH'?: string;
102
+ 'SI_FORM_CONTAINER.ERROR.MIN'?: string;
103
+ 'SI_FORM_CONTAINER.ERROR.MIN_DATE'?: string;
104
+ 'SI_FORM_CONTAINER.ERROR.MIN_LENGTH'?: string;
105
+ 'SI_FORM_CONTAINER.ERROR.NUMBER_FORMAT'?: string;
106
+ 'SI_FORM_CONTAINER.ERROR.PATTERN'?: string;
107
+ 'SI_FORM_CONTAINER.ERROR.REQUIRED'?: string;
108
+ 'SI_FORM_CONTAINER.ERROR.REQUIRED_TRUE'?: string;
109
+ 'SI_ICON_STATUS.CAUTION'?: string;
110
+ 'SI_ICON_STATUS.CRITICAL'?: string;
111
+ 'SI_ICON_STATUS.DANGER'?: string;
112
+ 'SI_ICON_STATUS.INFO'?: string;
113
+ 'SI_ICON_STATUS.PENDING'?: string;
114
+ 'SI_ICON_STATUS.PROGRESS'?: string;
115
+ 'SI_ICON_STATUS.SUCCESS'?: string;
116
+ 'SI_ICON_STATUS.UNKNOWN'?: string;
117
+ 'SI_ICON_STATUS.WARNING'?: string;
118
+ 'SI_LANGUAGE_SWITCHER.LABEL'?: string;
119
+ 'SI_LAUNCHPAD.CLOSE'?: string;
120
+ 'SI_LAUNCHPAD.DEFAULT_CATEGORY_TITLE'?: string;
121
+ 'SI_LAUNCHPAD.FAVORITE_APPS'?: string;
122
+ 'SI_LAUNCHPAD.SHOW_LESS'?: string;
123
+ 'SI_LAUNCHPAD.SHOW_MORE'?: string;
124
+ 'SI_LAUNCHPAD.SUBTITLE'?: string;
125
+ 'SI_LAUNCHPAD.SUB_TITLE'?: string;
126
+ 'SI_LAUNCHPAD.TITLE'?: string;
127
+ 'SI_LIST_DETAILS.BACK'?: string;
128
+ 'SI_LIST_WIDGET.SEARCH_PLACEHOLDER'?: string;
129
+ 'SI_LIST_WIDGET.SORT_ASCENDING'?: string;
130
+ 'SI_LIST_WIDGET.SORT_DESCENDING'?: string;
131
+ 'SI_LOADING_SPINNER.LABEL'?: string;
132
+ 'SI_MAIN_DETAIL_CONTAINER.BACK'?: string;
133
+ 'SI_NAVBAR.OPEN_LAUNCHPAD'?: string;
134
+ 'SI_NAVBAR.TOGGLE_NAVIGATION'?: string;
135
+ 'SI_NAVBAR_VERTICAL.COLLAPSE'?: string;
136
+ 'SI_NAVBAR_VERTICAL.EXPAND'?: string;
137
+ 'SI_NAVBAR_VERTICAL.SEARCH_PLACEHOLDER'?: string;
138
+ 'SI_NAVBAR_VERTICAL.SKIP_LINK.MAIN_LABEL'?: string;
139
+ 'SI_NAVBAR_VERTICAL.SKIP_LINK.NAVIGATION_LABEL'?: string;
140
+ 'SI_PAGINATION.BACK'?: string;
141
+ 'SI_PAGINATION.FORWARD'?: string;
142
+ 'SI_PAGINATION.NAV_LABEL'?: string;
143
+ 'SI_PASSWORD_TOGGLE.HIDE'?: string;
144
+ 'SI_PASSWORD_TOGGLE.SHOW'?: string;
145
+ 'SI_PHONE_NUMBER_INPUT.PHONE_NUMBER_INPUT_LABEL'?: string;
146
+ 'SI_PHONE_NUMBER_INPUT.SEARCH_NO-RESULTS_FOUND'?: string;
147
+ 'SI_PHONE_NUMBER_INPUT.SEARCH_PLACEHOLDER'?: string;
148
+ 'SI_PHONE_NUMBER_INPUT.SELECT_COUNTRY'?: string;
149
+ 'SI_PHOTO_UPLOAD.APPLY_PHOTO'?: string;
150
+ 'SI_PHOTO_UPLOAD.CANCEL'?: string;
151
+ 'SI_PHOTO_UPLOAD.CHANGE_PHOTO'?: string;
152
+ 'SI_PHOTO_UPLOAD.CROPPER_FRAME_LABEL'?: string;
153
+ 'SI_PHOTO_UPLOAD.ERROR_FILE_SIZE_EXCEEDED'?: string;
154
+ 'SI_PHOTO_UPLOAD.ERROR_FILE_TYPE'?: string;
155
+ 'SI_PHOTO_UPLOAD.MODAL_TITLE'?: string;
156
+ 'SI_PHOTO_UPLOAD.REMOVE'?: string;
157
+ 'SI_PHOTO_UPLOAD.UPLOAD_PHOTO'?: string;
158
+ 'SI_PILLS_INPUT.INPUT_ELEMENT_ARIA_LABEL'?: string;
159
+ 'SI_PROGRESSBAR.LABEL'?: string;
160
+ 'SI_SELECT.NO-RESULTS-FOUND'?: string;
161
+ 'SI_SELECT.SEARCH-PLACEHOLDER'?: string;
162
+ 'SI_SIDE_PANEL.CLOSE'?: string;
163
+ 'SI_SIDE_PANEL.SEARCH_PLACEHOLDER'?: string;
164
+ 'SI_SIDE_PANEL.TOGGLE'?: string;
165
+ 'SI_SKIP_LINKS.JUMP_TO'?: string;
166
+ 'SI_SLIDER.DECREMENT'?: string;
167
+ 'SI_SLIDER.INCREMENT'?: string;
168
+ 'SI_SLIDER.LABEL'?: string;
169
+ 'SI_SORT_BAR.TITLE'?: string;
170
+ 'SI_STATUS_BAR.ALL_OK'?: string;
171
+ 'SI_STATUS_BAR.COLLAPSE'?: string;
172
+ 'SI_STATUS_BAR.EXPAND'?: string;
173
+ 'SI_STATUS_BAR.MUTE'?: string;
174
+ 'SI_THRESHOLD.ADD'?: string;
175
+ 'SI_THRESHOLD.DELETE'?: string;
176
+ 'SI_THRESHOLD.INPUT_LABEL'?: string;
177
+ 'SI_THRESHOLD.STATUS'?: string;
178
+ 'SI_TOAST.CLOSE'?: string;
179
+ 'SI_TOUR.BACK'?: string;
180
+ 'SI_TOUR.CLOSE'?: string;
181
+ 'SI_TOUR.DONE'?: string;
182
+ 'SI_TOUR.NEXT'?: string;
183
+ 'SI_TOUR.PROGRESS'?: string;
184
+ 'SI_TOUR.SKIP'?: string;
185
+ 'SI_TREE_VIEW.COLLAPSE_ALL'?: string;
186
+ 'SI_TREE_VIEW.EXPAND_ALL'?: string;
187
+ 'SI_TYPEAHEAD.AUTOCOMPLETE_LIST_LABEL'?: string;
188
+ 'SI_WIZARD.BACK'?: string;
189
+ 'SI_WIZARD.CANCEL'?: string;
190
+ 'SI_WIZARD.COMPLETED'?: string;
191
+ 'SI_WIZARD.NEXT'?: string;
192
+ 'SI_WIZARD.SAVE'?: string;
193
+ }
194
+
1
195
  /**
2
196
  * Copyright (c) Siemens 2016 - 2025
3
197
  * SPDX-License-Identifier: MIT
4
198
  */
5
- export * from './si-translatable-keys.interface';
6
- export * from './si-translatable-overrides.provider';
7
- export * from '@siemens/element-translate-ng/translate';
199
+
200
+ declare const provideSiTranslatableOverrides: (values: SiTranslatableKeys) => Provider;
201
+
202
+ export { provideSiTranslatableOverrides };
203
+ export type { SiTranslatableKeys };