@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,55 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- export declare const elementDown2 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M352.79 203.21a12.45 12.45 0 0 1 1.44 15.86l-1.44 1.72-88 88a12.45 12.45 0 0 1-15.86 1.44l-1.72-1.44-88-88a12.43 12.43 0 0 1 15.86-19l1.72 1.44L256 282.42l79.21-79.21a12.45 12.45 0 0 1 15.86-1.44Z' data-name='Arrow/Right-3'/></svg>";
6
- export declare const elementCancel = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m273 256 87.52-87.51a12 12 0 0 0-17-17L256 239l-87.51-87.52a12 12 0 0 0-17 17L239 256l-87.52 87.51a12 12 0 0 0 17 17L256 273l87.51 87.52a12 12 0 0 0 17-17Z'/></svg>";
7
- export declare const elementFavoritesFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M427.42 216.46a12 12 0 0 0-9.68-8.17L313.41 193l-46.65-94.47a12 12 0 0 0-21.52 0L198.59 193 94.26 208.29a12 12 0 0 0-6.63 20.47l75.48 73.51-17.82 103.86a12 12 0 0 0 17.42 12.65L256 369.72l93.29 49.06a12 12 0 0 0 17.42-12.65l-17.82-103.86 75.48-73.51a12 12 0 0 0 3.05-12.3Z'/></svg>";
8
- export declare const elementFavorites = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M427.42 216.46a12 12 0 0 0-9.68-8.17L313.41 193l-46.65-94.47a12 12 0 0 0-21.52 0L198.59 193 94.26 208.29a12 12 0 0 0-6.63 20.47l75.48 73.51-17.82 103.86a12 12 0 0 0 17.42 12.65L256 369.72l93.29 49.06a12 12 0 0 0 17.42-12.65l-17.82-103.86 75.48-73.51a12 12 0 0 0 3.05-12.3Zm-99.79 73a12 12 0 0 0-3.46 10.63l14.77 86.11-77.35-40.68a12 12 0 0 0-11.18 0l-77.35 40.68 14.77-86.11a12 12 0 0 0-3.46-10.63l-62.59-61 86.52-12.65a12 12 0 0 0 9-6.56L256 131l38.68 78.36a12 12 0 0 0 9 6.56l86.52 12.65Z'/></svg>";
9
- export declare const elementExport = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M364 248a12 12 0 0 0-12 12v96a20 20 0 0 1-20 20H156a20 20 0 0 1-20-20V180a20 20 0 0 1 20-20h96a12 12 0 0 0 0-24h-96a44.05 44.05 0 0 0-44 44v176a44.05 44.05 0 0 0 44 44h176a44.05 44.05 0 0 0 44-44v-96a12 12 0 0 0-12-12Z'/><path d='M423.94 98.82c0-.19-.05-.37-.08-.55s-.05-.41-.09-.61-.1-.41-.15-.61a4.58 4.58 0 0 0-.14-.53c-.06-.2-.13-.39-.2-.58s-.12-.36-.19-.53-.16-.35-.25-.53-.16-.36-.26-.54-.19-.32-.29-.48-.2-.35-.31-.52-.25-.35-.38-.52l-.32-.43c-.24-.29-.5-.58-.77-.85s-.56-.53-.85-.77l-.44-.33c-.17-.12-.33-.25-.51-.37l-.53-.32-.47-.28c-.18-.1-.37-.18-.56-.27l-.51-.24-.55-.2-.55-.19c-.19-.06-.38-.1-.57-.15l-.57-.14-.67-.1-.49-.07q-.6-.06-1.2-.06H316a12 12 0 0 0 0 24h67L227.51 267.51a12 12 0 0 0 17 17L400 129v67a12 12 0 0 0 24 0v-96a10.88 10.88 0 0 0-.06-1.18Z'/></svg>";
10
- export declare const elementThumbnails = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><circle cx='144' cy='144' r='24'/><circle cx='368' cy='144' r='24'/><circle cx='256' cy='144' r='24'/><circle cx='144' cy='368' r='24'/><circle cx='368' cy='368' r='24'/><circle cx='256' cy='368' r='24'/><circle cx='144' cy='256' r='24'/><circle cx='368' cy='256' r='24'/><circle cx='256' cy='256' r='24'/></svg>";
11
- export declare const elementOptionsVertical = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M284 256a28 28 0 1 1-28-28 28 28 0 0 1 28 28ZM284 144a28 28 0 1 1-28-28 28 28 0 0 1 28 28ZM284 368a28 28 0 1 1-28-28 28 28 0 0 1 28 28Z'/></svg>";
12
- export declare const elementMenu = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M400 244H112a12 12 0 0 0 0 24h288a12 12 0 0 0 0-24ZM400 148H112a12 12 0 0 0 0 24h288a12 12 0 0 0 0-24ZM400 340H112a12 12 0 0 0 0 24h288a12 12 0 0 0 0-24Z'/></svg>";
13
- export declare const elementMinus = "data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M356 268H156a12 12 0 0 1 0-24h200a12 12 0 0 1 0 24Z'/></svg>";
14
- export declare const elementCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 64C150.13 64 64 150.13 64 256s86.13 192 192 192 192-86.13 192-192S361.87 64 256 64Z'/></svg>";
15
- export declare const elementOctagonFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M320.2 77H191.8a24 24 0 0 0-17 7L84 174.83a24 24 0 0 0-7 17V320.2a24 24 0 0 0 7 17l90.8 90.8a24 24 0 0 0 17 7h128.4a24 24 0 0 0 17-7l90.8-90.8a24 24 0 0 0 7-17V191.8a24 24 0 0 0-7-17L337.17 84a24 24 0 0 0-16.97-7Z'/></svg>";
16
- export declare const elementPlus = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M356 244h-88v-88a12 12 0 0 0-24 0v88h-88a12 12 0 0 0 0 24h88v88a12 12 0 0 0 24 0v-88h88a12 12 0 0 0 0-24Z'/></svg>";
17
- export declare const elementSoundMute = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m393 256 39.52-39.51a12 12 0 0 0-17-17L376 239l-39.51-39.52a12 12 0 0 0-17 17L359 256l-39.52 39.51a12 12 0 0 0 17 17L376 273l39.51 39.52a12 12 0 0 0 17-17ZM238 394a12 12 0 0 1-7.5-2.63L143.8 322H76a12 12 0 0 1-12-12V202a12 12 0 0 1 12-12h67.8l86.72-69.37A12 12 0 0 1 250 130v252a12 12 0 0 1-12 12ZM88 298h60a11.93 11.93 0 0 1 7.49 2.63L226 357.05V155l-70.5 56.36A11.93 11.93 0 0 1 148 214H88Z' /></svg>";
18
- export declare const elementSoundOn = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M238 394a12 12 0 0 1-7.5-2.63L143.8 322H76a12 12 0 0 1-12-12V202a12 12 0 0 1 12-12h67.8l86.72-69.37A12 12 0 0 1 250 130v252a12 12 0 0 1-12 12ZM88 298h60a11.93 11.93 0 0 1 7.49 2.63L226 357.05V155l-70.5 56.36A11.93 11.93 0 0 1 148 214H88ZM383.29 395.27a12 12 0 0 1-8.48-20.48c65.48-65.5 65.48-172.08 0-237.58a12 12 0 1 1 17-17c74.83 74.86 74.83 196.66 0 271.52a12 12 0 0 1-8.52 3.54Zm-63.54-63.72a12 12 0 0 1-8.49-20.49 78.1 78.1 0 0 0 0-110.3 12 12 0 1 1 17-17 102.12 102.12 0 0 1 0 144.24 12 12 0 0 1-8.51 3.55Z' /></svg>";
19
- export declare const elementSquare45Filled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect x='113.17' y='113.17' width='285.65' height='285.65' rx='24' transform='rotate(-45 256 256.002)'/></svg>";
20
- export declare const elementSquareFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect x='88' y='88' width='336' height='336' rx='48'/></svg>";
21
- export declare const elementStateExclamationMark = "data:image/svg+xml;utf8,<svg id='Icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><style>.cls-1{stroke-width:0}</style></defs><path class='cls-1' d='M256 279.12c-11.05 0-20-8.95-20-20v-89.8c0-11.05 8.95-20 20-20s20 8.95 20 20v89.8c0 11.05-8.95 20-20 20ZM256.17 359.03h-.34c-13.16 0-23.83-10.75-23.83-24s10.67-24 23.83-24h.34c13.16 0 23.83 10.75 23.83 24s-10.67 24-23.83 24Z'/></svg>";
22
- export declare const elementStateInfo = "data:image/svg+xml;utf8,<svg id='Icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><style>.cls-1{stroke-width:0}</style></defs><path class='cls-1' d='M256 356c-11.05 0-20-8.95-20-20v-80c0-11.05 8.95-20 20-20s20 8.95 20 20v80c0 11.05-8.95 20-20 20ZM256.17 156.32h-.34c-13.16 0-23.83 10.75-23.83 24s10.67 24 23.83 24h.34c13.16 0 23.83-10.75 23.83-24s-10.67-24-23.83-24Z'/></svg>";
23
- export declare const elementStatePause = "data:image/svg+xml;utf8,<svg id='Icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><style>.cls-1{stroke-width:0}</style></defs><path class='cls-1' d='M222 349.5c-11.05 0-20-8.95-20-20v-147c0-11.05 8.95-20 20-20s20 8.95 20 20v147c0 11.05-8.95 20-20 20ZM290 349.5c-11.05 0-20-8.95-20-20v-147c0-11.05 8.95-20 20-20s20 8.95 20 20v147c0 11.05-8.95 20-20 20Z'/></svg>";
24
- export declare const elementStateProgress = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M270.43 253.68V114.43c69.75 0 127.15 62.86 127.15 139.26 0 38.04-14.23 74.47-39.36 100.74l-87.79-100.74Z'/></svg>";
25
- export declare const elementStateQuestionMark = "data:image/svg+xml;utf8,<svg id='Icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><style>.cls-1{stroke-width:0}</style></defs><path class='cls-1' d='M256 311c-11.05 0-20-8.95-20-20v-29.22a19.994 19.994 0 0 1 13.63-18.96c10.43-3.62 33.09-15.84 33.09-28.82.02-11.91-7.5-22.54-18.71-26.49-14.56-5.12-30.58 2.56-35.7 17.12-3.67 10.42-15.08 15.9-25.5 12.23s-15.9-15.08-12.23-25.5c12.44-35.37 51.34-54.02 86.71-41.58 27.22 9.58 45.48 35.4 45.44 64.25 0 13.92-5.57 34.34-32.11 52.4-5.12 3.49-10.2 6.31-14.61 8.5V291c0 11.05-8.95 20-20 20ZM256.16 375h-.32c-13.17 0-23.84-10.75-23.84-24s10.67-24 23.84-24h.32c13.17 0 23.84 10.75 23.84 24s-10.67 24-23.84 24Z'/></svg>";
26
- export declare const elementStateTick = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M222.25 345.88c-5.12 0-10.24-1.95-14.14-5.86l-56.25-56.25c-7.81-7.81-7.81-20.47 0-28.29s20.47-7.81 28.28 0l42.11 42.11 109.61-109.61c7.81-7.81 20.47-7.81 28.28 0s7.81 20.47 0 28.29L236.39 340.02a19.92 19.92 0 0 1-14.14 5.86Z' style='stroke-width:0'/></svg>";
27
- export declare const elementTriangleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m441.77 338.25-.1-.17L295.72 94.42a46.45 46.45 0 0 0-79.44 0 .21.21 0 0 0 0 .06L70.32 338.08l-.1.17a46.45 46.45 0 0 0 39.72 69.68h292.11a46.46 46.46 0 0 0 39.72-69.68Z'/></svg>";
28
- export declare const elementRight2 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M203.21 159.21a12.45 12.45 0 0 1 15.86-1.44l1.72 1.44 88 88a12.45 12.45 0 0 1 1.44 15.86l-1.44 1.72-88 88a12.43 12.43 0 0 1-19-15.86l1.44-1.72L282.42 256l-79.21-79.21a12.45 12.45 0 0 1-1.44-15.86Z' data-name='Arrow/Right-3'/></svg>";
29
- export declare const elementRecordFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 408c-41.88 0-78.06-14.95-107.55-44.44S104 297.87 104 256s15-78 44.45-107.55S214.13 104 256 104s78 15 107.54 44.45S408 214.15 408 256s-15 78.05-44.45 107.55S297.87 408 256 408Z'/></svg>";
30
- export declare const elementOk = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m379.51 156.76-173 173-74-74a12 12 0 1 0-17 17l82.5 82.5a12 12 0 0 0 17 0l181.5-181.5a12 12 0 0 0-17-17Z'/></svg>";
31
- export declare const elementOutOfService = "data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 436a179.4 179.4 0 0 0 126.28-51.86 12.27 12.27 0 0 0 1.86-1.86A179.4 179.4 0 0 0 436 256c0-99.25-80.75-180-180-180a179.4 179.4 0 0 0-126.28 51.86 12.27 12.27 0 0 0-1.86 1.86A179.4 179.4 0 0 0 76 256c0 99.25 80.75 180 180 180ZM100 256a155.29 155.29 0 0 1 37.59-101.44l219.85 219.85A155.29 155.29 0 0 1 256 412c-86 0-156-70-156-156Zm312 0a155.29 155.29 0 0 1-37.59 101.44L154.56 137.59A155.29 155.29 0 0 1 256 100c86 0 156 70 156 156Z' /></svg>";
32
- export declare const elementLeft3 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M319.39 106.22a11.1 11.1 0 0 1-2.09 6.51L219.49 256l97.82 143.29a11.05 11.05 0 0 1 2.08 6.49 11.24 11.24 0 0 1-4.7 9.13 11.12 11.12 0 0 1-6.51 2.09 11.24 11.24 0 0 1-9.13-4.69L192.61 256 299 99.71a11.24 11.24 0 0 1 9.18-4.71 11.12 11.12 0 0 1 6.51 2.09 11.24 11.24 0 0 1 4.7 9.13Z'/></svg>";
33
- export declare const elementRight3 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M192.61 106.22a11.1 11.1 0 0 0 2.09 6.51L292.51 256l-97.82 143.29a11.05 11.05 0 0 0-2.08 6.49 11.24 11.24 0 0 0 4.7 9.13 11.12 11.12 0 0 0 6.51 2.09 11.24 11.24 0 0 0 9.13-4.69L319.39 256 213 99.71a11.24 11.24 0 0 0-9.18-4.71 11.12 11.12 0 0 0-6.51 2.09 11.24 11.24 0 0 0-4.7 9.13Z'/></svg>";
34
- export declare const elementHide = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M254.85 173.58c42.57 0 84.25 14.94 123.9 44.4a278.05 278.05 0 0 1 41.59 38 278.05 278.05 0 0 1-41.59 38 260.79 260.79 0 0 1-25.17 16.59l17.48 17.48q11.49-7 22.63-15.27c32.57-24.34 51.1-48.55 51.87-49.57a12 12 0 0 0 0-14.5c-.77-1-19.3-25.23-51.87-49.57-43.43-32.45-91.44-49.6-138.84-49.6a204.56 204.56 0 0 0-54.72 7.58L220 177a180.12 180.12 0 0 1 34.85-3.42ZM436.49 427.51 349 340l-18-18-28.36-28.36-17.12-17.12-50.09-50.09-17.12-17.12-25-25-18.47-18.47-90.35-90.33a12 12 0 0 0-17 17l84.29 84.28a267.53 267.53 0 0 0-34.72 22.47c-32 24.38-50 48.64-50.75 49.66a12 12 0 0 0 0 14.2c.75 1 18.72 25.28 50.75 49.66 42.69 32.49 90.33 49.66 137.77 49.66a210.29 210.29 0 0 0 70.2-12.4l94.46 94.47a12 12 0 0 0 17-17Zm-215.15-181.2 44.35 44.35a36 36 0 0 1-44.35-44.35Zm33.51 92.11c-42.52 0-83.79-14.91-122.65-44.32A268.8 268.8 0 0 1 91.46 256a268.29 268.29 0 0 1 40.74-38.1 242.38 242.38 0 0 1 37.32-23.41L203 228a59.95 59.95 0 0 0 81 81l22 22.05a183.47 183.47 0 0 1-51.15 7.37Z'/><path d='m291.13 248.16 22.94 22.94a60 60 0 0 0-73.17-73.17l22.94 22.94a36.1 36.1 0 0 1 27.29 27.29Z'/></svg>";
35
- export declare const elementShow = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M254.85 362.42c-47.44 0-95.08-17.17-137.77-49.66-32-24.38-50-48.64-50.75-49.66a12 12 0 0 1 0-14.2c.75-1 18.72-25.28 50.75-49.66 42.69-32.49 90.33-49.66 137.77-49.66s95.41 17.15 138.84 49.6c32.57 24.34 51.1 48.55 51.87 49.57a12 12 0 0 1 0 14.5c-.77 1-19.3 25.23-51.87 49.57-43.43 32.45-91.44 49.6-138.84 49.6ZM91.46 256a268.8 268.8 0 0 0 40.74 38.1c38.86 29.41 80.13 44.32 122.65 44.32s84.25-14.94 123.9-44.4a278.05 278.05 0 0 0 41.59-38 278.05 278.05 0 0 0-41.59-38c-39.65-29.46-81.33-44.4-123.9-44.4s-83.79 14.87-122.65 44.28A268.29 268.29 0 0 0 91.46 256Z'/><path d='M256 316a60 60 0 1 1 60-60 60.07 60.07 0 0 1-60 60Zm0-96a36 36 0 1 0 36 36 36 36 0 0 0-36-36Z'/></svg>";
36
- export declare const elementBreadcrumbRoot = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m300.35 157.77 1.72 1.44 88 88a12.43 12.43 0 0 1 1.44 15.86l-1.44 1.72-88 88a12.43 12.43 0 0 1-19-15.86l1.44-1.72 79.2-79.21-79.21-79.21a12.43 12.43 0 0 1-1.44-15.86l1.44-1.72a12.44 12.44 0 0 1 15.85-1.44Z'/><path d='M186.29 364h-56a12 12 0 0 1-12-12V160a12 12 0 0 1 12-12h56a12 12 0 0 1 8.48 3.51l96 96a12 12 0 0 1 0 17l-96 96a12 12 0 0 1-8.48 3.49Zm-44-24h39l84-84-84-84h-39Z'/></svg>";
37
- export declare const elementSortDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M234.39 267.4 190 311.81V176a10 10 0 0 0-9.92-10h-.14a10 10 0 0 0-9.94 10v135.81l-44.4-44.41a10 10 0 0 0-14.13 14.13l60.35 60.34a9.53 9.53 0 0 0 1 1.21 10.24 10.24 0 0 0 14.32 0 9.53 9.53 0 0 0 1-1.21l60.35-60.34a10 10 0 0 0-14.13-14.13ZM369.48 324.45h-71.61a7.17 7.17 0 1 0 0 14.33h71.61a7.17 7.17 0 0 0 0-14.33ZM398.13 248.84H297.87a7.16 7.16 0 1 0 0 14.32h100.26a7.16 7.16 0 1 0 0-14.32ZM441.1 173.22H297.87a7.17 7.17 0 1 0 0 14.33H441.1a7.17 7.17 0 0 0 0-14.33Z'/></svg>";
38
- export declare const elementSortUp = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M217.69 300v-.27h-.2ZM369.48 324.45h-71.61a7.17 7.17 0 1 0 0 14.33h71.61a7.17 7.17 0 0 0 0-14.33ZM398.13 248.84H297.87a7.16 7.16 0 1 0 0 14.32h100.26a7.16 7.16 0 1 0 0-14.32ZM441.1 173.22H297.87a7.17 7.17 0 1 0 0 14.33H441.1a7.17 7.17 0 0 0 0-14.33ZM188.17 170.13a9.53 9.53 0 0 0-1-1.21 10.24 10.24 0 0 0-14.32 0 9.53 9.53 0 0 0-1 1.21l-60.35 60.34a10 10 0 0 0 14.13 14.13L170 200.19V336a10 10 0 0 0 9.92 10h.14a10 10 0 0 0 9.94-10V200.19l44.4 44.41a10 10 0 0 0 14.13-14.13Z'/></svg>";
39
- export declare const elementSearch = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m420.49 403.51-76.88-76.87A139.39 139.39 0 0 0 377 236c0-77.2-62.8-140-140-140S97 158.8 97 236s62.8 140 140 140a139.33 139.33 0 0 0 89.55-32.48l77 77a12 12 0 0 0 17-17ZM121 236a116 116 0 1 1 116 116 116.13 116.13 0 0 1-116-116Z' /></svg>";
40
- export declare const elementChecked = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 76c-99.25 0-180 80.75-180 180s80.75 180 180 180 180-80.75 180-180S355.25 76 256 76Zm0 336c-86 0-156-70-156-156s70-156 156-156 156 70 156 156-70 156-156 156Z'/><path d='M218.5 336.75a12 12 0 0 1-8.49-3.51l-62.5-62.5a12 12 0 0 1 17-17l54 54 129-129a12 12 0 0 1 17 17L227 333.24a12 12 0 0 1-8.5 3.51Z'/></svg>";
41
- export declare const elementCheckedFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 76c-99.25 0-180 80.75-180 180s80.75 180 180 180 180-80.75 180-180S355.25 76 256 76Zm108.49 119.74L227 333.24a12 12 0 0 1-17 0l-62.5-62.5a12 12 0 0 1 17-17l54 54 129-129a12 12 0 0 1 17 17Z'/></svg>";
42
- export declare const elementLeft4 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M391 244H150.09l78.51-78.51a12 12 0 1 0-17-17l-98.09 98.09a12 12 0 0 0 0 18.78l98.09 98.09a12 12 0 1 0 17-17L150.09 268H391a12 12 0 0 0 0-24Z'/></svg>";
43
- export declare const elementNotChecked = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 76c-99.25 0-180 80.75-180 180s80.75 180 180 180 180-80.75 180-180S355.25 76 256 76Zm0 336c-86 0-156-70-156-156s70-156 156-156 156 70 156 156-70 156-156 156Z'/></svg>";
44
- export declare const elementRight4 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M403 256a12 12 0 0 0-4.54-9.39l-98.09-98.09a12 12 0 1 0-17 17L361.91 244H121a12 12 0 0 0 0 24h240.91l-78.51 78.51a12 12 0 1 0 17 17l98.09-98.09A12 12 0 0 0 403 256Z'/></svg>";
45
- export declare const elementRadioChecked = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 436c-99.25 0-180-80.75-180-180S156.75 76 256 76s180 80.75 180 180-80.75 180-180 180Zm0-336c-86.02 0-156 69.98-156 156s69.98 156 156 156 156-69.98 156-156-69.98-156-156-156Z'/><circle cx='256' cy='256' r='86'/></svg>";
46
- export declare const elementWarningFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m441.77 354.25-.09-.16-146-243.66a46.45 46.45 0 0 0-79.44 0v.06L70.33 354.09l-.1.16A46.47 46.47 0 0 0 110 423.94h292.1a46.45 46.45 0 0 0 39.72-69.69ZM244 205.2a12 12 0 0 1 24 0v68.92a12 12 0 0 1-24 0ZM256.2 360h-.2a16 16 0 0 1 0-32h.22a16 16 0 0 1 0 32Z'/></svg>";
47
- export declare const elementCalendar = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M368 113h-36V93a12 12 0 0 0-24 0v20H204V93a12 12 0 0 0-24 0v20h-36a44.05 44.05 0 0 0-44 44v224a44.05 44.05 0 0 0 44 44h224a44.05 44.05 0 0 0 44-44V157a44.05 44.05 0 0 0-44-44Zm-224 24h36v20a12 12 0 0 0 24 0v-20h104v20a12 12 0 0 0 24 0v-20h36a20 20 0 0 1 20 20v52H124v-52a20 20 0 0 1 20-20Zm224 264H144a20 20 0 0 1-20-20V233h264v148a20 20 0 0 1-20 20Z'/><path d='M335.19 263.36a20 20 0 1 1-20 20.11 20 20 0 0 1 20-20.11ZM256.21 263.36a20 20 0 1 1-20 20.11 20 20 0 0 1 20-20.11ZM256.21 326.54a20 20 0 1 1-20 20.11 20 20 0 0 1 20-20.11ZM177.24 326.54a20 20 0 1 1-20 20.11 20 20 0 0 1 20-20.11Z'/></svg>";
48
- export declare const elementLeft2 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M308.79 352.79a12.45 12.45 0 0 1-15.86 1.44l-1.72-1.44-88-88a12.45 12.45 0 0 1-1.44-15.86l1.44-1.72 88-88a12.43 12.43 0 0 1 19 15.86l-1.44 1.72L229.58 256l79.21 79.21a12.45 12.45 0 0 1 1.44 15.86Z' data-name='Arrow/Right-3'/></svg>";
49
- export declare const elementUpload = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M377.33 424H134.67A46.72 46.72 0 0 1 88 377.33V308a12 12 0 0 1 24 0v69.33A22.7 22.7 0 0 0 134.67 400h242.66A22.7 22.7 0 0 0 400 377.33V308a12 12 0 0 1 24 0v69.33A46.72 46.72 0 0 1 377.33 424Z'></path><path d='m351.15 178.18-86.66-86.67-.06-.05c-.27-.26-.54-.5-.82-.74l-.47-.35-.47-.35c-.18-.12-.37-.22-.56-.33s-.29-.19-.45-.27l-.57-.28-.49-.22c-.19-.08-.38-.14-.57-.21s-.36-.14-.54-.19-.38-.1-.58-.15l-.56-.14-.67-.1-.49-.07a11.83 11.83 0 0 0-2.38 0l-.49.07-.67.1-.56.14c-.2 0-.39.09-.58.15s-.36.12-.54.19l-.57.21-.49.22-.57.28c-.16.08-.3.18-.46.27s-.37.21-.55.33-.32.24-.48.36l-.46.34c-.28.24-.55.48-.82.74l-.06.05-86.66 86.67a12 12 0 1 0 17 17L244 129v179a12 12 0 0 0 24 0V129l66.18 66.18a12 12 0 0 0 17-17Z' /></svg>";
50
- export declare const elementDelete = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M400 144h-72v-12a44.05 44.05 0 0 0-44-44h-56a44.05 44.05 0 0 0-44 44v12h-72a12 12 0 0 0 0 24h20v212a44.05 44.05 0 0 0 44 44h160a44.05 44.05 0 0 0 44-44V168h20a12 12 0 0 0 0-24Zm-192-12a20 20 0 0 1 20-20h56a20 20 0 0 1 20 20v12h-96Zm148 248a20 20 0 0 1-20 20H176a20 20 0 0 1-20-20V168h200Z'></path><path d='M224 344a12 12 0 0 0 12-12v-96a12 12 0 0 0-24 0v96a12 12 0 0 0 12 12ZM288 344a12 12 0 0 0 12-12v-96a12 12 0 0 0-24 0v96a12 12 0 0 0 12 12Z' /></svg>";
51
- export declare const elementRedo = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M411.91 112.2a12 12 0 0 0-12 12v45.09A167.89 167.89 0 0 0 256 88c-92.64 0-168 75.36-168 168s75.36 168 168 168a168 168 0 0 0 166.06-142.43 12 12 0 0 0-23.72-3.63A144 144 0 0 1 256 400c-79.4 0-144-64.6-144-144s64.6-144 144-144a144.55 144.55 0 0 1 124.83 72.2h-40.92a12 12 0 0 0 0 24h72a12 12 0 0 0 12-12v-72a12 12 0 0 0-12-12Z' /></svg>";
52
- export declare const elementDocument = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M162.4 424h187.2a43.25 43.25 0 0 0 43.2-43.2V209.2q0-.6-.06-1.2c0-.29-.08-.58-.13-.86 0-.1 0-.2-.05-.3a8.28 8.28 0 0 0-.25-1v-.13c-.1-.34-.23-.67-.36-1a.49.49 0 0 0 0-.11 9.3 9.3 0 0 0-.43-.9.77.77 0 0 0-.07-.16c-.15-.27-.31-.53-.47-.79l-.14-.22c-.16-.24-.33-.46-.51-.69l-.19-.26a10.41 10.41 0 0 0-.71-.78l-.07-.09-109.27-109.2-.09-.07a10.41 10.41 0 0 0-.78-.71l-.25-.19c-.23-.18-.46-.35-.7-.51l-.22-.14c-.26-.16-.52-.32-.79-.47l-.15-.07c-.3-.16-.6-.3-.91-.43h-.09c-.33-.13-.67-.25-1-.36H275a9.09 9.09 0 0 0-1-.25h-.29c-.29 0-.58-.1-.87-.13S272 88 271.6 88H162.4a43.25 43.25 0 0 0-43.2 43.2v249.6a43.25 43.25 0 0 0 43.2 43.2Zm121.2-295 68.23 68.23H283.6Zm-140.4 2.2a19.22 19.22 0 0 1 19.2-19.2h97.2v97.2a12 12 0 0 0 12 12h97.2v159.6a19.22 19.22 0 0 1-19.2 19.2H162.4a19.22 19.22 0 0 1-19.2-19.2Z' /></svg>";
53
- export declare const elementLock = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M280 305.5a24 24 0 1 0-36 20.78V363a12 12 0 0 0 24 0v-36.72a24 24 0 0 0 12-20.78Z' /><path d='M358.67 224H348v-52a92 92 0 0 0-184 0v52h-10.67c-22.79 0-41.33 19.74-41.33 44v112c0 24.26 18.54 44 41.33 44h205.34c22.79 0 41.33-19.74 41.33-44V268c0-24.26-18.54-44-41.33-44ZM188 172a68 68 0 0 1 136 0v52H188Zm188 208c0 11-7.78 20-17.33 20H153.33c-9.55 0-17.33-9-17.33-20V268c0-11 7.78-20 17.33-20h205.34c9.55 0 17.33 9 17.33 20Z'/></svg>";
54
- export declare const elementDoubleLeft = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m234.77 248.93 1.44-1.72 110-110a12.43 12.43 0 0 1 19 15.86l-1.44 1.72L262.59 256l101.2 101.21a12.45 12.45 0 0 1 1.44 15.86l-1.44 1.72a12.45 12.45 0 0 1-15.86 1.44l-1.72-1.44-110-110a12.45 12.45 0 0 1-1.44-15.86Z'/><path d='m146.77 248.93 1.44-1.72 88-88a12.43 12.43 0 0 1 19 15.86l-1.44 1.72L174.59 256l79.2 79.21a12.45 12.45 0 0 1 1.44 15.86l-1.44 1.72a12.45 12.45 0 0 1-15.86 1.44l-1.72-1.44-88-88a12.45 12.45 0 0 1-1.44-15.86Z'/></svg>";
55
- export declare const elementDoubleRight = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='m277.23 263.07-1.44 1.72-110 110a12.43 12.43 0 0 1-19-15.86l1.44-1.72L249.41 256l-101.2-101.21a12.45 12.45 0 0 1-1.44-15.86l1.44-1.72a12.45 12.45 0 0 1 15.86-1.44l1.72 1.44 110 110a12.45 12.45 0 0 1 1.44 15.86Z'/><path d='m365.23 263.07-1.44 1.72-88 88a12.43 12.43 0 0 1-19-15.86l1.44-1.72L337.41 256l-79.2-79.21a12.45 12.45 0 0 1-1.44-15.86l1.44-1.72a12.45 12.45 0 0 1 15.86-1.44l1.72 1.44 88 88a12.45 12.45 0 0 1 1.44 15.86Z'/></svg>";
@@ -1,22 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- import { InjectionToken } from '@angular/core';
6
- import { StatusIcon } from '@siemens/element-ng/common';
7
- /**
8
- * The status icon configuration.
9
- *
10
- * @experimental
11
- */
12
- export declare const STATUS_ICON_CONFIG: InjectionToken<{
13
- info: StatusIcon;
14
- success: StatusIcon;
15
- warning: StatusIcon;
16
- danger: StatusIcon;
17
- caution: StatusIcon;
18
- critical: StatusIcon;
19
- unknown: StatusIcon;
20
- pending: StatusIcon;
21
- progress: StatusIcon;
22
- }>;
@@ -1,64 +0,0 @@
1
- import { Provider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Global configuration for icons.
5
- *
6
- * @experimental
7
- */
8
- export interface IconConfig {
9
- /**
10
- * If true, the si-icon-next component will always render the icon font instead of the svg.
11
- *
12
- * @defaultValue true
13
- */
14
- disableSvgIcons?: boolean;
15
- }
16
- /**
17
- * Configure how Element handles icons. Provide only once in your global configuration.
18
- *
19
- * @experimental
20
- */
21
- export declare const provideIconConfig: (config: IconConfig) => Provider;
22
- /**
23
- * Component to render a font or SVG icon depending on the configuration.
24
- * If no SVG icon is found, the component will fall back to render the icon-font.
25
- * In that case, an application must ensure that the icon font is loaded.
26
- * This component will only attach the respective class.
27
- *
28
- * The content of this component is hidden in the a11y tree.
29
- * If needed, the consumer must set proper labels.
30
- *
31
- * @experimental
32
- */
33
- export declare class SiIconNextComponent {
34
- /**
35
- * Define which icon should be rendered.
36
- * Provide using:
37
- * - value of the icon map provided by `addIcons`
38
- * - (not recommended): plain string in kebab-case or camelCase
39
- *
40
- * @example
41
- * ```ts
42
- * import { elementUser } from '@simpl/element-icons/ionic';
43
- *
44
- * @Component({template: `
45
- * <si-icon-next [icon]="icons.elementUser" />
46
- * <si-icon-next icon="element-user" />
47
- * <si-icon-next icon="elementUser" />
48
- *
49
- * `})
50
- * class MyComponent {
51
- * icons = addIcons(elementUser);
52
- * }
53
- * ```
54
- */
55
- readonly icon: import("@angular/core").InputSignal<string>;
56
- private readonly config;
57
- private readonly iconService;
58
- protected readonly svgIcon: import("@angular/core").Signal<import("@angular/platform-browser").SafeHtml | undefined>;
59
- /** Icon class, which is ensured to be kebab-case. */
60
- protected readonly fontIcon: import("@angular/core").Signal<string | undefined>;
61
- private camelToKebabCase;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIconNextComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<SiIconNextComponent, "si-icon-next", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
64
- }
@@ -1,23 +0,0 @@
1
- import { TranslatableString } from '@siemens/element-translate-ng/translate';
2
- import * as i0 from "@angular/core";
3
- export declare class SiIconComponent {
4
- /** Icon token, see {@link https://element.siemens.io/icons/element} */
5
- readonly icon: import("@angular/core").InputSignal<string | undefined>;
6
- /** Color class, see {@link https://element.siemens.io/fundamentals/typography/#color-variants-classes} */
7
- readonly color: import("@angular/core").InputSignal<string | undefined>;
8
- /** Icon token, see {@link https://element.siemens.io/fundamentals/icons/} */
9
- readonly stackedIcon: import("@angular/core").InputSignal<string | undefined>;
10
- /** Color class, see {@link https://element.siemens.io/fundamentals/icons/} */
11
- readonly stackedColor: import("@angular/core").InputSignal<string | undefined>;
12
- /** Alternative name or translation key for icon. Used for A11y. */
13
- readonly alt: import("@angular/core").InputSignal<TranslatableString | undefined>;
14
- /**
15
- * Text-size class for icon size, see {@link https://element.siemens.io/fundamentals/typography/#type-styles-classes}
16
- *
17
- * @defaultValue 'icon'
18
- */
19
- readonly size: import("@angular/core").InputSignal<string>;
20
- protected readonly altText: import("@angular/core").Signal<string>;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIconComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SiIconComponent, "si-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "stackedIcon": { "alias": "stackedIcon"; "required": false; "isSignal": true; }; "stackedColor": { "alias": "stackedColor"; "required": false; "isSignal": true; }; "alt": { "alias": "alt"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
23
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./si-icon.component";
3
- export declare class SiIconModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIconModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SiIconModule, never, [typeof i1.SiIconComponent], [typeof i1.SiIconComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SiIconModule>;
7
- }
@@ -1,31 +0,0 @@
1
- import { SafeHtml } from '@angular/platform-browser';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Adds the provided icons.
5
- * It requires an Angular InjectionContent.
6
- * The Icons are available until the component is destroyed.
7
- * Call this function only in the component which actually uses the icon.
8
- * Importing all icons on the global level is discouraged.
9
- *
10
- * When using a string instead of the object to use an icon,
11
- * use the kebab-case version of the icon name.
12
- *
13
- * @example
14
- * ```ts
15
- * import { elementIcon } from '@simpl/element-icons/ionic';
16
- * import { addIcons } from '@siemens/element-ng/icon'
17
- *
18
- * @Component({`<si-icon-next [icon]="icons.elementIcon"`})
19
- * class MyComponent {
20
- * icons = addIcons({ elementIcon })
21
- * }
22
- * ```
23
- */
24
- export declare const addIcons: <T extends string>(icons: Record<T, string>) => Record<T, string>;
25
- export declare class IconService {
26
- private themeService;
27
- getIcon(name: string): SafeHtml | undefined;
28
- private kebabToCamelCase;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
30
- static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
31
- }
@@ -1,9 +0,0 @@
1
- import { EntityStatusType } from '@siemens/element-ng/common';
2
- import * as i0 from "@angular/core";
3
- export declare class SiStatusIconComponent {
4
- private readonly statusIcons;
5
- readonly status: import("@angular/core").InputSignal<EntityStatusType>;
6
- protected readonly statusIcon: import("@angular/core").Signal<import("@siemens/element-ng/common").StatusIcon>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SiStatusIconComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SiStatusIconComponent, "si-status-icon", never, { "status": { "alias": "status"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,24 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SiIconStatusComponent {
3
- /** Icon to display. */
4
- readonly icon: import("@angular/core").InputSignal<string>;
5
- /** Stacked icon to display. */
6
- readonly stackedIcon: import("@angular/core").InputSignal<string | undefined>;
7
- /**
8
- * Counter below the icon
9
- *
10
- * @defaultValue 0
11
- */
12
- readonly count: import("@angular/core").InputSignalWithTransform<number, unknown>;
13
- /** Color of the icon */
14
- readonly color: import("@angular/core").InputSignal<string | undefined>;
15
- /**
16
- * Whether the icon is disabled.
17
- *
18
- * @defaultValue false
19
- */
20
- readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
21
- readonly isDisabledOrCountZero: import("@angular/core").Signal<boolean>;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIconStatusComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<SiIconStatusComponent, "si-icon-status", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "stackedIcon": { "alias": "stackedIcon"; "required": false; "isSignal": true; }; "count": { "alias": "count"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
24
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./si-icon-status.component";
3
- export declare class SiIconStatusModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIconStatusModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SiIconStatusModule, never, [typeof i1.SiIconStatusComponent], [typeof i1.SiIconStatusComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SiIconStatusModule>;
7
- }
@@ -1,38 +0,0 @@
1
- import { Link } from '@siemens/element-ng/link';
2
- import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * The component displays application info messages. A message uses an icon and a title, optionally a copy text,
6
- * instructions and a link. Replace the integrated icon by content projection of another icon or image with the
7
- * CSS class `.si-info-image`. Use content projection with the CSS class `si-info-actions` to inject more buttons
8
- * and options to interact with the page.
9
- */
10
- export declare class SiInfoPageComponent {
11
- /**
12
- * The element warning icon.
13
- *
14
- * @defaultValue 'element-warning-filled'
15
- */
16
- readonly icon: import("@angular/core").InputSignal<string>;
17
- /**
18
- * Icon color class, see {@link https://element.siemens.io/fundamentals/typography/#color-variants-classes}
19
- *
20
- * @defaultValue 'status-warning'
21
- */
22
- readonly iconColor: import("@angular/core").InputSignal<string | undefined>;
23
- /** A short and concise title to explain the error. */
24
- readonly titleText: import("@angular/core").InputSignal<TranslatableString>;
25
- /** A more detailed explanation of the error, outlining the reasoning for it and how a user can resolve it. */
26
- readonly copyText: import("@angular/core").InputSignal<TranslatableString | undefined>;
27
- /** A detailed instruction on how a user can resolve the error. */
28
- readonly instructions: import("@angular/core").InputSignal<TranslatableString | undefined>;
29
- /**
30
- * Use the link object if you have one option to follow. A link object
31
- * has a title to be displayed and can be configured with an external link,
32
- * a router link, or a custom action. If you want to provide multiple options,
33
- * add your own content into the component.
34
- */
35
- readonly link: import("@angular/core").InputSignal<Link | undefined>;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<SiInfoPageComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<SiInfoPageComponent, "si-info-page", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconColor": { "alias": "iconColor"; "required": false; "isSignal": true; }; "titleText": { "alias": "titleText"; "required": true; "isSignal": true; }; "copyText": { "alias": "copyText"; "required": false; "isSignal": true; }; "instructions": { "alias": "instructions"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, [".si-info-image", ".si-info-actions"], true, never>;
38
- }
@@ -1,40 +0,0 @@
1
- import { StatusType } from '@siemens/element-ng/common';
2
- import { Link } from '@siemens/element-ng/link';
3
- import * as i0 from "@angular/core";
4
- export declare class SiInlineNotificationComponent {
5
- /**
6
- * Status of inline notification.
7
- */
8
- readonly severity: import("@angular/core").InputSignal<StatusType>;
9
- /**
10
- * Heading of the message.
11
- */
12
- readonly heading: import("@angular/core").InputSignal<string | undefined>;
13
- /**
14
- * Main message of this inline notification.
15
- */
16
- readonly message: import("@angular/core").InputSignal<string>;
17
- /**
18
- * Optional link action for inline notification events.
19
- */
20
- readonly action: import("@angular/core").InputSignal<Link | undefined>;
21
- /**
22
- * Params passed to the translation pipe
23
- *
24
- * @defaultValue
25
- * ```
26
- * {}
27
- * ```
28
- */
29
- readonly translationParams: import("@angular/core").InputSignal<{
30
- [key: string]: any;
31
- } | undefined>;
32
- /**
33
- * Displays in embedded style, w/o radius and indicator bar
34
- *
35
- * @defaultValue false
36
- */
37
- readonly embedded: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<SiInlineNotificationComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<SiInlineNotificationComponent, "si-inline-notification", never, { "severity": { "alias": "severity"; "required": true; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": true; "isSignal": true; }; "action": { "alias": "action"; "required": false; "isSignal": true; }; "translationParams": { "alias": "translationParams"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
40
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./si-inline-notification.component";
3
- export declare class SiInlineNotificationModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SiInlineNotificationModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SiInlineNotificationModule, never, [typeof i1.SiInlineNotificationComponent], [typeof i1.SiInlineNotificationComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SiInlineNotificationModule>;
7
- }
@@ -1,28 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- export interface Section {
6
- value: string;
7
- current?: boolean;
8
- /** Indicate this is a network mask. */
9
- mask?: boolean;
10
- }
11
- export interface Ip4SplitOptions {
12
- type?: 'insert' | 'delete' | 'paste';
13
- input?: string | null;
14
- pos?: number;
15
- cidr?: boolean;
16
- }
17
- export interface Ip6SplitOptions {
18
- type?: 'insert' | 'delete' | 'paste';
19
- input?: string | null;
20
- pos?: number;
21
- zeroCompression?: boolean;
22
- cidr?: boolean;
23
- }
24
- /**
25
- * Parse IPv4 input string into IPv4 address section array.
26
- */
27
- export declare const splitIpV4Sections: (options: Ip4SplitOptions) => Section[];
28
- export declare const splitIpV6Sections: (options: Ip6SplitOptions) => Section[];
@@ -1,21 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- import { ValidatorFn } from '@angular/forms';
6
- /**
7
- * Validator factory for a IPV6 address.
8
-
9
- */
10
- export declare const ipV6Validator: (options: {
11
- zeroCompression?: boolean;
12
- cidr?: boolean;
13
- }) => ValidatorFn;
14
- /**
15
- * Validates a IPV4 address.
16
- */
17
- export declare const ipV4Validator: ValidatorFn;
18
- /**
19
- * Validates a IPV4 address including CIDR.
20
- */
21
- export declare const ipV4CIDRValidator: ValidatorFn;
@@ -1,53 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- import { ElementRef, Renderer2 } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- export interface AddrInputEvent {
8
- type?: 'insert' | 'delete' | 'paste';
9
- pos: number;
10
- change: string | null;
11
- value?: string | null;
12
- previous?: string | null;
13
- }
14
- /**
15
- * Base directive for ip address input fields.
16
- */
17
- export declare abstract class SiIpInputDirective {
18
- private static idCounter;
19
- protected readonly elementRef: ElementRef<any>;
20
- protected readonly renderer: Renderer2;
21
- protected readonly inputEl: any;
22
- /**
23
- * @defaultValue
24
- * ```
25
- * `si-ip-input-${SiIpInputDirective.idCounter++}`
26
- * ```
27
- */
28
- readonly id: import("@angular/core").InputSignal<string>;
29
- /**
30
- * Enable CIDR (Classless Inter-Domain Routing) notation.
31
- * @defaultValue false
32
- */
33
- readonly cidr: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
34
- /**
35
- * Whether the ip address input is disabled.
36
- * @defaultValue false
37
- */
38
- readonly disabledInput: import("@angular/core").InputSignal<boolean>;
39
- private readonly disabledNgControl;
40
- protected readonly disabled: import("@angular/core").Signal<boolean>;
41
- protected onTouched: () => void;
42
- protected onChange: (value: any) => void;
43
- protected value?: string | null;
44
- registerOnChange(fn: any): void;
45
- registerOnTouched(fn: () => void): void;
46
- setDisabledState(isDisabled: boolean): void;
47
- writeValue(value?: string | null): void;
48
- protected onInput(e: InputEvent): void;
49
- protected blur(): void;
50
- abstract maskInput(e: AddrInputEvent): void;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIpInputDirective, never>;
52
- static ɵdir: i0.ɵɵDirectiveDeclaration<SiIpInputDirective, never, never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "cidr": { "alias": "cidr"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
53
- }
@@ -1,9 +0,0 @@
1
- import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
2
- import { AddrInputEvent, SiIpInputDirective } from './si-ip-input.directive';
3
- import * as i0 from "@angular/core";
4
- export declare class SiIp4InputDirective extends SiIpInputDirective implements ControlValueAccessor, Validator {
5
- validate(control: AbstractControl): ValidationErrors | null;
6
- maskInput(e: AddrInputEvent): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIp4InputDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<SiIp4InputDirective, "input[siIpV4]", ["siIpV4"], {}, {}, never, never, true, never>;
9
- }
@@ -1,10 +0,0 @@
1
- import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
2
- import { AddrInputEvent, SiIpInputDirective } from './si-ip-input.directive';
3
- import * as i0 from "@angular/core";
4
- export declare class SiIp6InputDirective extends SiIpInputDirective implements ControlValueAccessor, Validator {
5
- readonly validatorFn: import("@angular/core").Signal<import("@angular/forms").ValidatorFn>;
6
- validate(control: AbstractControl): ValidationErrors | null;
7
- maskInput(e: AddrInputEvent): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SiIp6InputDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<SiIp6InputDirective, "input[siIpV6]", ["siIpV6"], {}, {}, never, never, true, never>;
10
- }
@@ -1,15 +0,0 @@
1
- /**
2
- * Copyright (c) Siemens 2016 - 2025
3
- * SPDX-License-Identifier: MIT
4
- */
5
- import { StatusType } from '@siemens/element-ng/common';
6
- import { Link } from '@siemens/element-ng/link';
7
- export interface AlertConfig {
8
- severity: StatusType;
9
- heading?: string;
10
- message: string;
11
- action?: Link;
12
- translationParams?: {
13
- [key: string]: any;
14
- };
15
- }
@@ -1,74 +0,0 @@
1
- import { CopyrightDetails } from '@siemens/element-ng/copyright-notice';
2
- import { IsoLanguageValue } from '@siemens/element-ng/language-switcher';
3
- import { Link } from '@siemens/element-ng/link';
4
- import { AlertConfig } from './alert-config.model';
5
- import * as i0 from "@angular/core";
6
- export declare class SiLandingPageComponent {
7
- /**
8
- * Heading of the application.
9
- */
10
- readonly heading: import("@angular/core").InputSignal<string>;
11
- /**
12
- * Secondary heading of the application.
13
- */
14
- readonly subheading: import("@angular/core").InputSignal<string | undefined>;
15
- /**
16
- * Short description of the application.
17
- */
18
- readonly subtitle: import("@angular/core").InputSignal<string>;
19
- /**
20
- * List of links (e.g. Corporate information)
21
- *
22
- * @defaultValue []
23
- */
24
- readonly links: import("@angular/core").InputSignal<Link[]>;
25
- /**
26
- * URL to custom background image
27
- *
28
- * @defaultValue './assets/images/landing-page-steel.webp'
29
- */
30
- readonly backgroundImageUrl: import("@angular/core").InputSignal<string>;
31
- /**
32
- * URL to custom brand image.
33
- *
34
- * @deprecated By default the logo provided in the theme will be used.
35
- * For a different logo use the respective CSS variables:
36
- * ```html
37
- * <si-landing-page style="--landing-page-logo: url('https://example.com'); --landing-page-logo-width: 100px; --landing-page-logo-height: 100px" />
38
- * ```
39
- */
40
- readonly logoUrl: import("@angular/core").InputSignal<string | undefined>;
41
- /**
42
- * Input of si-language-switcher: Key for translation.
43
- * If your languages are already translated, you may display them without any
44
- * manipulation by passing in an empty string.
45
- *
46
- * @defaultValue 'LANGUAGE'
47
- */
48
- readonly translationKey: import("@angular/core").InputSignal<string>;
49
- /**
50
- * Input of si-language-switcher: List of all available languages in this
51
- * application.
52
- */
53
- readonly availableLanguages: import("@angular/core").InputSignal<string[] | IsoLanguageValue[] | undefined>;
54
- /**
55
- *
56
- * Config to enable/disable general alerts on landing page
57
- */
58
- readonly announcement: import("@angular/core").InputSignal<AlertConfig | undefined>;
59
- /**
60
- *
61
- * Config to enable/disable login related error/alerts
62
- */
63
- readonly loginAlert: import("@angular/core").InputSignal<AlertConfig | undefined>;
64
- /**
65
- * Version of the application
66
- */
67
- readonly version: import("@angular/core").InputSignal<string | undefined>;
68
- /**
69
- * Copyright information to be displayed. Alternatively, you can use the {@link SI_COPYRIGHT_DETAILS} global inject.
70
- */
71
- readonly copyrightDetails: import("@angular/core").InputSignal<CopyrightDetails | undefined>;
72
- static ɵfac: i0.ɵɵFactoryDeclaration<SiLandingPageComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<SiLandingPageComponent, "si-landing-page", never, { "heading": { "alias": "heading"; "required": true; "isSignal": true; }; "subheading": { "alias": "subheading"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": true; "isSignal": true; }; "links": { "alias": "links"; "required": false; "isSignal": true; }; "backgroundImageUrl": { "alias": "backgroundImageUrl"; "required": false; "isSignal": true; }; "logoUrl": { "alias": "logoUrl"; "required": false; "isSignal": true; }; "translationKey": { "alias": "translationKey"; "required": false; "isSignal": true; }; "availableLanguages": { "alias": "availableLanguages"; "required": false; "isSignal": true; }; "announcement": { "alias": "announcement"; "required": false; "isSignal": true; }; "loginAlert": { "alias": "loginAlert"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; "copyrightDetails": { "alias": "copyrightDetails"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
74
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./si-landing-page.component";
3
- export declare class SiLandingPageModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SiLandingPageModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SiLandingPageModule, never, [typeof i1.SiLandingPageComponent], [typeof i1.SiLandingPageComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SiLandingPageModule>;
7
- }