@siemens/element-ng 47.5.0 → 47.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (444) hide show
  1. package/README.md +4 -1
  2. package/about/index.d.ts +7 -0
  3. package/about/package.json +3 -0
  4. package/about/si-about-data.model.d.ts +49 -0
  5. package/about/si-about.component.d.ts +71 -0
  6. package/about/si-about.module.d.ts +7 -0
  7. package/accordion/index.d.ts +1 -1
  8. package/accordion/si-accordion.component.d.ts +1 -1
  9. package/accordion/si-collapsible-panel.component.d.ts +1 -1
  10. package/action-modal/index.d.ts +1 -1
  11. package/action-modal/si-action-dialog.types.d.ts +1 -1
  12. package/application-header/index.d.ts +1 -1
  13. package/application-header/launchpad/si-launchpad.model.d.ts +1 -1
  14. package/application-header/si-header-action-item-icon-base.directive.d.ts +1 -1
  15. package/application-header/si-header-action-item.base.d.ts +1 -1
  16. package/application-header/si-header-logo.directive.d.ts +1 -1
  17. package/assets/images/landing-page-steel.webp +0 -0
  18. package/auto-collapsable-list/index.d.ts +1 -1
  19. package/auto-collapsable-list/si-auto-collapsable-list-item.directive.d.ts +1 -1
  20. package/auto-collapsable-list/si-auto-collapsable-list-measurable.class.d.ts +1 -1
  21. package/auto-collapsable-list/si-auto-collapsable-list.directive.d.ts +1 -1
  22. package/autocomplete/index.d.ts +1 -1
  23. package/autocomplete/si-autocomplete-option.directive.d.ts +1 -1
  24. package/autocomplete/si-autocomplete.model.d.ts +1 -1
  25. package/avatar/index.d.ts +1 -1
  26. package/avatar/si-avatar-background-color.directive.d.ts +1 -1
  27. package/badge/index.d.ts +1 -1
  28. package/breadcrumb/breadcrumb-item.model.d.ts +1 -1
  29. package/breadcrumb/index.d.ts +1 -1
  30. package/breadcrumb-router/index.d.ts +8 -0
  31. package/breadcrumb-router/package.json +3 -0
  32. package/breadcrumb-router/si-breadcrumb-default-resolver.service.d.ts +23 -0
  33. package/breadcrumb-router/si-breadcrumb-router.component.d.ts +30 -0
  34. package/breadcrumb-router/si-breadcrumb-router.model.d.ts +53 -0
  35. package/breadcrumb-router/si-breadcrumb-router.module.d.ts +7 -0
  36. package/card/index.d.ts +1 -1
  37. package/circle-status/index.d.ts +1 -1
  38. package/color-picker/index.d.ts +1 -1
  39. package/column-selection-dialog/index.d.ts +1 -1
  40. package/column-selection-dialog/si-column-selection-dialog.types.d.ts +1 -1
  41. package/common/decorators/index.d.ts +1 -1
  42. package/common/decorators/webcomponent.decorator.d.ts +1 -1
  43. package/common/helpers/animation.helpers.d.ts +1 -1
  44. package/common/helpers/global-events.helpers.d.ts +1 -1
  45. package/common/helpers/index.d.ts +1 -1
  46. package/common/helpers/overlay-helper.d.ts +1 -1
  47. package/common/helpers/rtl.d.ts +1 -1
  48. package/common/helpers/track-by.helper.d.ts +1 -1
  49. package/common/index.d.ts +1 -1
  50. package/common/models/color-variant.model.d.ts +1 -1
  51. package/common/models/index.d.ts +1 -1
  52. package/common/models/menu.model.d.ts +1 -1
  53. package/common/models/positions.model.d.ts +1 -1
  54. package/common/models/status-type.model.d.ts +1 -1
  55. package/common/services/index.d.ts +1 -1
  56. package/connection-strength/index.d.ts +1 -1
  57. package/content-action-bar/index.d.ts +1 -1
  58. package/content-action-bar/si-content-action-bar.component.d.ts +1 -1
  59. package/content-action-bar/si-content-action-bar.model.d.ts +3 -3
  60. package/copyright-notice/index.d.ts +1 -1
  61. package/copyright-notice/si-copyright-notice.d.ts +1 -1
  62. package/datatable/index.d.ts +1 -1
  63. package/datatable/si-datatable-interaction.directive.d.ts +1 -1
  64. package/date-range-filter/index.d.ts +1 -1
  65. package/date-range-filter/si-date-range-filter.component.d.ts +5 -1
  66. package/date-range-filter/si-date-range-filter.types.d.ts +1 -1
  67. package/date-range-filter/si-relative-date.component.d.ts +1 -1
  68. package/datepicker/components/si-calendar-date-cell.directive.d.ts +1 -1
  69. package/datepicker/components/si-initial-focus.component.d.ts +1 -1
  70. package/datepicker/index.d.ts +1 -1
  71. package/datepicker/si-datepicker.directive.d.ts +1 -1
  72. package/datepicker/si-datepicker.model.d.ts +1 -1
  73. package/datepicker/si-timepicker.component.d.ts +1 -1
  74. package/electron-titlebar/electron.helpers.d.ts +1 -1
  75. package/electron-titlebar/index.d.ts +1 -1
  76. package/empty-state/index.d.ts +1 -1
  77. package/fesm2022/siemens-element-ng-about.mjs +157 -0
  78. package/fesm2022/siemens-element-ng-about.mjs.map +1 -0
  79. package/fesm2022/siemens-element-ng-accordion.mjs +11 -12
  80. package/fesm2022/siemens-element-ng-accordion.mjs.map +1 -1
  81. package/fesm2022/siemens-element-ng-action-modal.mjs +15 -16
  82. package/fesm2022/siemens-element-ng-action-modal.mjs.map +1 -1
  83. package/fesm2022/siemens-element-ng-application-header.mjs +29 -30
  84. package/fesm2022/siemens-element-ng-application-header.mjs.map +1 -1
  85. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs +7 -7
  86. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs.map +1 -1
  87. package/fesm2022/siemens-element-ng-autocomplete.mjs +5 -5
  88. package/fesm2022/siemens-element-ng-autocomplete.mjs.map +1 -1
  89. package/fesm2022/siemens-element-ng-avatar.mjs +4 -4
  90. package/fesm2022/siemens-element-ng-avatar.mjs.map +1 -1
  91. package/fesm2022/siemens-element-ng-badge.mjs +2 -2
  92. package/fesm2022/siemens-element-ng-badge.mjs.map +1 -1
  93. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs +263 -0
  94. package/fesm2022/siemens-element-ng-breadcrumb-router.mjs.map +1 -0
  95. package/fesm2022/siemens-element-ng-breadcrumb.mjs +8 -9
  96. package/fesm2022/siemens-element-ng-breadcrumb.mjs.map +1 -1
  97. package/fesm2022/siemens-element-ng-card.mjs +7 -8
  98. package/fesm2022/siemens-element-ng-card.mjs.map +1 -1
  99. package/fesm2022/siemens-element-ng-circle-status.mjs +6 -7
  100. package/fesm2022/siemens-element-ng-circle-status.mjs.map +1 -1
  101. package/fesm2022/siemens-element-ng-color-picker.mjs +6 -7
  102. package/fesm2022/siemens-element-ng-color-picker.mjs.map +1 -1
  103. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs +11 -12
  104. package/fesm2022/siemens-element-ng-column-selection-dialog.mjs.map +1 -1
  105. package/fesm2022/siemens-element-ng-common.mjs +14 -14
  106. package/fesm2022/siemens-element-ng-common.mjs.map +1 -1
  107. package/fesm2022/siemens-element-ng-connection-strength.mjs +3 -3
  108. package/fesm2022/siemens-element-ng-connection-strength.mjs.map +1 -1
  109. package/fesm2022/siemens-element-ng-content-action-bar.mjs +9 -10
  110. package/fesm2022/siemens-element-ng-content-action-bar.mjs.map +1 -1
  111. package/fesm2022/siemens-element-ng-copyright-notice.mjs +4 -4
  112. package/fesm2022/siemens-element-ng-copyright-notice.mjs.map +1 -1
  113. package/fesm2022/siemens-element-ng-datatable.mjs +2 -2
  114. package/fesm2022/siemens-element-ng-datatable.mjs.map +1 -1
  115. package/fesm2022/siemens-element-ng-date-range-filter.mjs +33 -14
  116. package/fesm2022/siemens-element-ng-date-range-filter.mjs.map +1 -1
  117. package/fesm2022/siemens-element-ng-datepicker.mjs +48 -54
  118. package/fesm2022/siemens-element-ng-datepicker.mjs.map +1 -1
  119. package/fesm2022/siemens-element-ng-electron-titlebar.mjs +7 -8
  120. package/fesm2022/siemens-element-ng-electron-titlebar.mjs.map +1 -1
  121. package/fesm2022/siemens-element-ng-empty-state.mjs +6 -7
  122. package/fesm2022/siemens-element-ng-empty-state.mjs.map +1 -1
  123. package/fesm2022/siemens-element-ng-file-uploader.mjs +9 -10
  124. package/fesm2022/siemens-element-ng-file-uploader.mjs.map +1 -1
  125. package/fesm2022/siemens-element-ng-filter-bar.mjs +10 -11
  126. package/fesm2022/siemens-element-ng-filter-bar.mjs.map +1 -1
  127. package/fesm2022/siemens-element-ng-filtered-search.mjs +19 -20
  128. package/fesm2022/siemens-element-ng-filtered-search.mjs.map +1 -1
  129. package/fesm2022/siemens-element-ng-footer.mjs +7 -8
  130. package/fesm2022/siemens-element-ng-footer.mjs.map +1 -1
  131. package/fesm2022/siemens-element-ng-form.mjs +20 -23
  132. package/fesm2022/siemens-element-ng-form.mjs.map +1 -1
  133. package/fesm2022/siemens-element-ng-formly.mjs +48 -55
  134. package/fesm2022/siemens-element-ng-formly.mjs.map +1 -1
  135. package/fesm2022/siemens-element-ng-header-dropdown.mjs +8 -9
  136. package/fesm2022/siemens-element-ng-header-dropdown.mjs.map +1 -1
  137. package/fesm2022/siemens-element-ng-icon-status.mjs +3 -3
  138. package/fesm2022/siemens-element-ng-icon-status.mjs.map +1 -1
  139. package/fesm2022/siemens-element-ng-icon.mjs +22 -37
  140. package/fesm2022/siemens-element-ng-icon.mjs.map +1 -1
  141. package/fesm2022/siemens-element-ng-info-page.mjs +5 -6
  142. package/fesm2022/siemens-element-ng-info-page.mjs.map +1 -1
  143. package/fesm2022/siemens-element-ng-inline-notification.mjs +6 -7
  144. package/fesm2022/siemens-element-ng-inline-notification.mjs.map +1 -1
  145. package/fesm2022/siemens-element-ng-ip-input.mjs +4 -4
  146. package/fesm2022/siemens-element-ng-ip-input.mjs.map +1 -1
  147. package/fesm2022/siemens-element-ng-landing-page.mjs +121 -0
  148. package/fesm2022/siemens-element-ng-landing-page.mjs.map +1 -0
  149. package/fesm2022/siemens-element-ng-language-switcher.mjs +9 -10
  150. package/fesm2022/siemens-element-ng-language-switcher.mjs.map +1 -1
  151. package/fesm2022/siemens-element-ng-link.mjs +6 -6
  152. package/fesm2022/siemens-element-ng-link.mjs.map +1 -1
  153. package/fesm2022/siemens-element-ng-list-details.mjs +15 -16
  154. package/fesm2022/siemens-element-ng-list-details.mjs.map +1 -1
  155. package/fesm2022/siemens-element-ng-loading-spinner.mjs +13 -14
  156. package/fesm2022/siemens-element-ng-loading-spinner.mjs.map +1 -1
  157. package/fesm2022/siemens-element-ng-localization.mjs +6 -6
  158. package/fesm2022/siemens-element-ng-localization.mjs.map +1 -1
  159. package/fesm2022/siemens-element-ng-main-detail-container.mjs +268 -0
  160. package/fesm2022/siemens-element-ng-main-detail-container.mjs.map +1 -0
  161. package/fesm2022/siemens-element-ng-menu.mjs +22 -22
  162. package/fesm2022/siemens-element-ng-menu.mjs.map +1 -1
  163. package/fesm2022/siemens-element-ng-modal.mjs +5 -5
  164. package/fesm2022/siemens-element-ng-modal.mjs.map +1 -1
  165. package/fesm2022/siemens-element-ng-navbar-vertical.mjs +801 -0
  166. package/fesm2022/siemens-element-ng-navbar-vertical.mjs.map +1 -0
  167. package/fesm2022/siemens-element-ng-navbar.mjs +11 -12
  168. package/fesm2022/siemens-element-ng-navbar.mjs.map +1 -1
  169. package/fesm2022/siemens-element-ng-number-input.mjs +7 -8
  170. package/fesm2022/siemens-element-ng-number-input.mjs.map +1 -1
  171. package/fesm2022/siemens-element-ng-pagination.mjs +6 -7
  172. package/fesm2022/siemens-element-ng-pagination.mjs.map +1 -1
  173. package/fesm2022/siemens-element-ng-password-strength.mjs +6 -6
  174. package/fesm2022/siemens-element-ng-password-strength.mjs.map +1 -1
  175. package/fesm2022/siemens-element-ng-password-toggle.mjs +8 -9
  176. package/fesm2022/siemens-element-ng-password-toggle.mjs.map +1 -1
  177. package/fesm2022/siemens-element-ng-phone-number.mjs +16 -17
  178. package/fesm2022/siemens-element-ng-phone-number.mjs.map +1 -1
  179. package/fesm2022/siemens-element-ng-photo-upload.mjs +7 -9
  180. package/fesm2022/siemens-element-ng-photo-upload.mjs.map +1 -1
  181. package/fesm2022/siemens-element-ng-pills-input.mjs +14 -15
  182. package/fesm2022/siemens-element-ng-pills-input.mjs.map +1 -1
  183. package/fesm2022/siemens-element-ng-popover-next.mjs +5 -5
  184. package/fesm2022/siemens-element-ng-popover-next.mjs.map +1 -1
  185. package/fesm2022/siemens-element-ng-popover.mjs +3 -3
  186. package/fesm2022/siemens-element-ng-popover.mjs.map +1 -1
  187. package/fesm2022/siemens-element-ng-progressbar.mjs +7 -8
  188. package/fesm2022/siemens-element-ng-progressbar.mjs.map +1 -1
  189. package/fesm2022/siemens-element-ng-resize-observer.mjs +11 -8
  190. package/fesm2022/siemens-element-ng-resize-observer.mjs.map +1 -1
  191. package/fesm2022/siemens-element-ng-result-details-list.mjs +6 -7
  192. package/fesm2022/siemens-element-ng-result-details-list.mjs.map +1 -1
  193. package/fesm2022/siemens-element-ng-search-bar.mjs +6 -6
  194. package/fesm2022/siemens-element-ng-search-bar.mjs.map +1 -1
  195. package/fesm2022/siemens-element-ng-select.mjs +39 -40
  196. package/fesm2022/siemens-element-ng-select.mjs.map +1 -1
  197. package/fesm2022/siemens-element-ng-shadow-root.mjs +2 -2
  198. package/fesm2022/siemens-element-ng-shadow-root.mjs.map +1 -1
  199. package/fesm2022/siemens-element-ng-side-panel.mjs +13 -14
  200. package/fesm2022/siemens-element-ng-side-panel.mjs.map +1 -1
  201. package/fesm2022/siemens-element-ng-skip-links.mjs +7 -8
  202. package/fesm2022/siemens-element-ng-skip-links.mjs.map +1 -1
  203. package/fesm2022/siemens-element-ng-slider.mjs +7 -8
  204. package/fesm2022/siemens-element-ng-slider.mjs.map +1 -1
  205. package/fesm2022/siemens-element-ng-sort-bar.mjs +6 -7
  206. package/fesm2022/siemens-element-ng-sort-bar.mjs.map +1 -1
  207. package/fesm2022/siemens-element-ng-split.mjs +6 -7
  208. package/fesm2022/siemens-element-ng-split.mjs.map +1 -1
  209. package/fesm2022/siemens-element-ng-status-bar.mjs +13 -14
  210. package/fesm2022/siemens-element-ng-status-bar.mjs.map +1 -1
  211. package/fesm2022/siemens-element-ng-status-toggle.mjs +5 -6
  212. package/fesm2022/siemens-element-ng-status-toggle.mjs.map +1 -1
  213. package/fesm2022/siemens-element-ng-summary-chip.mjs +5 -6
  214. package/fesm2022/siemens-element-ng-summary-chip.mjs.map +1 -1
  215. package/fesm2022/siemens-element-ng-summary-widget.mjs +5 -6
  216. package/fesm2022/siemens-element-ng-summary-widget.mjs.map +1 -1
  217. package/fesm2022/siemens-element-ng-system-banner.mjs +5 -6
  218. package/fesm2022/siemens-element-ng-system-banner.mjs.map +1 -1
  219. package/fesm2022/siemens-element-ng-tabs-next.mjs +44 -180
  220. package/fesm2022/siemens-element-ng-tabs-next.mjs.map +1 -1
  221. package/fesm2022/siemens-element-ng-tabs.mjs +9 -16
  222. package/fesm2022/siemens-element-ng-tabs.mjs.map +1 -1
  223. package/fesm2022/siemens-element-ng-theme.mjs +3 -3
  224. package/fesm2022/siemens-element-ng-theme.mjs.map +1 -1
  225. package/fesm2022/siemens-element-ng-threshold.mjs +318 -0
  226. package/fesm2022/siemens-element-ng-threshold.mjs.map +1 -0
  227. package/fesm2022/siemens-element-ng-toast-notification.mjs +9 -10
  228. package/fesm2022/siemens-element-ng-toast-notification.mjs.map +1 -1
  229. package/fesm2022/siemens-element-ng-tooltip.mjs +7 -8
  230. package/fesm2022/siemens-element-ng-tooltip.mjs.map +1 -1
  231. package/fesm2022/siemens-element-ng-tour.mjs +383 -0
  232. package/fesm2022/siemens-element-ng-tour.mjs.map +1 -0
  233. package/fesm2022/siemens-element-ng-translate.mjs +1 -1
  234. package/fesm2022/siemens-element-ng-translate.mjs.map +1 -1
  235. package/fesm2022/siemens-element-ng-tree-view.mjs +23 -24
  236. package/fesm2022/siemens-element-ng-tree-view.mjs.map +1 -1
  237. package/fesm2022/siemens-element-ng-typeahead.mjs +12 -13
  238. package/fesm2022/siemens-element-ng-typeahead.mjs.map +1 -1
  239. package/fesm2022/siemens-element-ng-unauthorized-page.mjs +6 -7
  240. package/fesm2022/siemens-element-ng-unauthorized-page.mjs.map +1 -1
  241. package/fesm2022/siemens-element-ng-wizard.mjs +8 -9
  242. package/fesm2022/siemens-element-ng-wizard.mjs.map +1 -1
  243. package/fesm2022/siemens-element-ng.mjs +1 -1
  244. package/fesm2022/siemens-element-ng.mjs.map +1 -1
  245. package/file-uploader/index.d.ts +1 -1
  246. package/file-uploader/si-file-uploader.model.d.ts +1 -1
  247. package/filter-bar/filter.d.ts +1 -1
  248. package/filter-bar/index.d.ts +1 -1
  249. package/filtered-search/index.d.ts +1 -1
  250. package/filtered-search/si-filtered-search-value.component.d.ts +1 -1
  251. package/filtered-search/si-filtered-search.component.d.ts +1 -1
  252. package/filtered-search/si-filtered-search.model.d.ts +1 -1
  253. package/filtered-search/values/si-filtered-search-value.base.d.ts +1 -1
  254. package/filtered-search/values/typeahead/si-filtered-search-typeahead.component.d.ts +1 -1
  255. package/footer/index.d.ts +1 -1
  256. package/form/form-fieldset/si-form-fieldset.component.d.ts +1 -1
  257. package/form/index.d.ts +1 -1
  258. package/form/si-form-container/si-form-container.component.d.ts +24 -24
  259. package/form/si-form-item/si-form-field-native.control.d.ts +1 -1
  260. package/form/si-form-item.control.d.ts +1 -1
  261. package/form/si-form-validation-error.model.d.ts +1 -1
  262. package/form/si-form-validation-error.provider.d.ts +1 -1
  263. package/form/si-form-validation-tooltip/si-form-validation-tooltip.component.d.ts +1 -1
  264. package/form/si-form-validation-tooltip/si-form-validation-tooltip.directive.d.ts +1 -1
  265. package/form/si-form.module.d.ts +1 -1
  266. package/formly/fields/datetime/si-formly-datetime.component.d.ts +1 -1
  267. package/formly/fields/textarea/si-formly-textarea.component.d.ts +1 -1
  268. package/formly/fields/time/si-formly-time.component.d.ts +1 -1
  269. package/formly/index.d.ts +1 -1
  270. package/formly/si-formly-translate.extension.d.ts +1 -3
  271. package/formly/si-formly.component.d.ts +1 -1
  272. package/formly/structural/si-formly-accordion/si-formly-accordion.component.d.ts +1 -1
  273. package/formly/structural/si-formly-object-grid/si-formly-object-grid.component.d.ts +1 -1
  274. package/formly/structural/si-formly-object-grid/si-formly-object-grid.model.d.ts +1 -1
  275. package/formly/utils.d.ts +1 -1
  276. package/formly/wrapper/si-formly-form-field-provider.directive.d.ts +1 -1
  277. package/header-dropdown/index.d.ts +1 -1
  278. package/header-dropdown/si-header.model.d.ts +1 -1
  279. package/icon/element-icons.d.ts +1 -1
  280. package/icon/icon-status.d.ts +1 -1
  281. package/icon/index.d.ts +1 -1
  282. package/icon/si-status-icon.component.d.ts +1 -6
  283. package/icon-status/index.d.ts +1 -1
  284. package/info-page/index.d.ts +1 -1
  285. package/inline-notification/index.d.ts +1 -1
  286. package/ip-input/address-utils.d.ts +1 -1
  287. package/ip-input/address-validators.d.ts +1 -1
  288. package/ip-input/index.d.ts +1 -1
  289. package/ip-input/si-ip-input.directive.d.ts +1 -1
  290. package/landing-page/alert-config.model.d.ts +15 -0
  291. package/landing-page/index.d.ts +7 -0
  292. package/landing-page/package.json +3 -0
  293. package/landing-page/si-landing-page.component.d.ts +74 -0
  294. package/landing-page/si-landing-page.module.d.ts +7 -0
  295. package/language-switcher/index.d.ts +1 -1
  296. package/language-switcher/iso-language-value.d.ts +1 -1
  297. package/language-switcher/si-language-switcher.component.d.ts +1 -2
  298. package/link/aria-current.model.d.ts +1 -1
  299. package/link/index.d.ts +1 -1
  300. package/link/link.model.d.ts +1 -1
  301. package/list-details/index.d.ts +1 -1
  302. package/list-details/si-details-pane-header/si-details-pane-header.component.d.ts +1 -1
  303. package/loading-spinner/index.d.ts +1 -1
  304. package/localization/index.d.ts +1 -1
  305. package/localization/si-directionality.d.ts +1 -1
  306. package/localization/si-locale-store.d.ts +1 -1
  307. package/main-detail-container/index.d.ts +6 -0
  308. package/main-detail-container/package.json +3 -0
  309. package/main-detail-container/si-main-detail-container.component.d.ts +151 -0
  310. package/main-detail-container/si-main-detail-container.module.d.ts +7 -0
  311. package/menu/index.d.ts +1 -1
  312. package/menu/si-menu-action.service.d.ts +1 -1
  313. package/menu/si-menu-factory.component.d.ts +1 -1
  314. package/menu/si-menu-item-checkbox.component.d.ts +2 -1
  315. package/menu/si-menu-model.d.ts +1 -1
  316. package/modal/index.d.ts +1 -1
  317. package/modal/modal.helpers.d.ts +1 -1
  318. package/modal/modalref.d.ts +1 -1
  319. package/navbar/account.model.d.ts +1 -1
  320. package/navbar/index.d.ts +1 -1
  321. package/navbar/si-navbar-item/index.d.ts +1 -1
  322. package/navbar/si-navbar-primary/index.d.ts +1 -1
  323. package/navbar/si-navbar-primary/si-navbar-primary.model.d.ts +1 -1
  324. package/navbar-vertical/index.d.ts +7 -0
  325. package/navbar-vertical/package.json +3 -0
  326. package/navbar-vertical/si-navbar-vertical-divider.component.d.ts +5 -0
  327. package/navbar-vertical/si-navbar-vertical-group-trigger.directive.d.ts +38 -0
  328. package/navbar-vertical/si-navbar-vertical-group.component.d.ts +16 -0
  329. package/navbar-vertical/si-navbar-vertical-header.component.d.ts +6 -0
  330. package/navbar-vertical/si-navbar-vertical-item-legacy.component.d.ts +17 -0
  331. package/navbar-vertical/si-navbar-vertical-item.component.d.ts +21 -0
  332. package/navbar-vertical/si-navbar-vertical.component.d.ts +148 -0
  333. package/navbar-vertical/si-navbar-vertical.model.d.ts +77 -0
  334. package/navbar-vertical/si-navbar-vertical.module.d.ts +7 -0
  335. package/navbar-vertical/si-navbar-vertical.provider.d.ts +7 -0
  336. package/number-input/index.d.ts +1 -1
  337. package/number-input/si-number-input.component.d.ts +1 -1
  338. package/package.json +32 -4
  339. package/pagination/index.d.ts +1 -1
  340. package/password-strength/index.d.ts +1 -1
  341. package/password-strength/si-password-strength.component.d.ts +1 -1
  342. package/password-toggle/index.d.ts +1 -1
  343. package/phone-number/index.d.ts +1 -1
  344. package/phone-number/si-phone-number-input.models.d.ts +1 -1
  345. package/photo-upload/index.d.ts +1 -1
  346. package/pills-input/index.d.ts +1 -1
  347. package/pills-input/si-pills-input-pattern-base.d.ts +1 -1
  348. package/pills-input/si-pills-input.component.d.ts +1 -1
  349. package/popover/index.d.ts +1 -1
  350. package/popover/si-popover.component.d.ts +1 -1
  351. package/popover-next/index.d.ts +1 -1
  352. package/progressbar/index.d.ts +1 -1
  353. package/public-api.d.ts +1 -1
  354. package/resize-observer/index.d.ts +1 -1
  355. package/resize-observer/si-resize-observer.directive.d.ts +4 -2
  356. package/resize-observer/si-responsive-container.directive.d.ts +1 -1
  357. package/result-details-list/index.d.ts +1 -1
  358. package/result-details-list/si-result-details-list.datamodel.d.ts +1 -1
  359. package/search-bar/index.d.ts +1 -1
  360. package/search-bar/si-search-bar.component.d.ts +1 -1
  361. package/select/index.d.ts +1 -1
  362. package/select/options/si-select-complex-options.directive.d.ts +1 -1
  363. package/select/options/si-select-lazy-options.directive.d.ts +1 -1
  364. package/select/options/si-select-option.source.d.ts +1 -1
  365. package/select/options/si-select-options-strategy.base.d.ts +1 -1
  366. package/select/options/si-select-options-strategy.d.ts +1 -1
  367. package/select/options/si-select-simple-options.directive.d.ts +1 -1
  368. package/select/select-input/si-select-input.component.d.ts +1 -1
  369. package/select/select-list/si-select-list.base.d.ts +1 -1
  370. package/select/select-list/si-select-list.component.d.ts +1 -1
  371. package/select/select-option/si-select-option-row.component.d.ts +1 -1
  372. package/select/selection/si-select-selection-strategy.d.ts +1 -1
  373. package/select/si-select.types.d.ts +1 -1
  374. package/shadow-root/index.d.ts +1 -1
  375. package/shadow-root/si-shadow-root.directive.d.ts +1 -1
  376. package/side-panel/index.d.ts +1 -1
  377. package/side-panel/si-side-panel.service.d.ts +1 -1
  378. package/side-panel/side-panel.model.d.ts +1 -1
  379. package/skip-links/index.d.ts +1 -1
  380. package/skip-links/si-skip-link-target.directive.d.ts +1 -1
  381. package/slider/index.d.ts +1 -1
  382. package/sort-bar/index.d.ts +1 -1
  383. package/sort-bar/si-sort-bar.component.d.ts +1 -1
  384. package/split/index.d.ts +1 -1
  385. package/split/si-split.interfaces.d.ts +1 -1
  386. package/status-bar/index.d.ts +1 -1
  387. package/status-bar/si-status-bar-item/index.d.ts +1 -1
  388. package/status-bar/si-status-bar-item/si-status-bar-item.model.d.ts +1 -1
  389. package/status-toggle/index.d.ts +1 -1
  390. package/status-toggle/status-toggle.model.d.ts +1 -1
  391. package/summary-chip/index.d.ts +1 -1
  392. package/summary-widget/index.d.ts +1 -1
  393. package/system-banner/index.d.ts +1 -1
  394. package/tabs/index.d.ts +1 -1
  395. package/tabs/si-tab/index.d.ts +1 -1
  396. package/tabs/si-tab/si-tab.component.d.ts +1 -1
  397. package/tabs/si-tabset/index.d.ts +1 -1
  398. package/tabs-next/index.d.ts +1 -1
  399. package/tabs-next/si-tab-next-base.directive.d.ts +3 -6
  400. package/tabs-next/si-tab-next-link.component.d.ts +0 -2
  401. package/tabs-next/si-tabs-tokens.d.ts +1 -1
  402. package/tabs-next/si-tabset-next.component.d.ts +4 -19
  403. package/template-i18n.json +16 -0
  404. package/theme/index.d.ts +1 -1
  405. package/theme/si-theme-store.d.ts +1 -1
  406. package/theme/si-theme.model.d.ts +1 -1
  407. package/threshold/index.d.ts +6 -0
  408. package/threshold/package.json +3 -0
  409. package/threshold/si-readonly-threshold-option.component.d.ts +11 -0
  410. package/threshold/si-threshold.component.d.ts +147 -0
  411. package/threshold/si-threshold.module.d.ts +7 -0
  412. package/toast-notification/index.d.ts +1 -1
  413. package/toast-notification/si-toast.model.d.ts +1 -1
  414. package/tooltip/index.d.ts +1 -1
  415. package/tooltip/si-tooltip.component.d.ts +1 -1
  416. package/tooltip/si-tooltip.directive.d.ts +1 -1
  417. package/tooltip/si-tooltip.service.d.ts +1 -1
  418. package/tour/index.d.ts +6 -0
  419. package/tour/package.json +3 -0
  420. package/tour/si-tour-highlight.component.d.ts +15 -0
  421. package/tour/si-tour-token.model.d.ts +27 -0
  422. package/tour/si-tour.component.d.ts +31 -0
  423. package/tour/si-tour.model.d.ts +51 -0
  424. package/tour/si-tour.service.d.ts +62 -0
  425. package/translate/index.d.ts +1 -1
  426. package/translate/si-translatable-keys.interface.d.ts +16 -0
  427. package/translate/si-translatable-overrides.provider.d.ts +1 -1
  428. package/tree-view/drag-drop.util.d.ts +1 -1
  429. package/tree-view/index.d.ts +1 -1
  430. package/tree-view/si-tree-view-item/si-tree-view-item.component.d.ts +1 -1
  431. package/tree-view/si-tree-view-item/si-tree-view-item.directive.d.ts +1 -1
  432. package/tree-view/si-tree-view-item-context.d.ts +1 -1
  433. package/tree-view/si-tree-view-item-height.service.d.ts +1 -1
  434. package/tree-view/si-tree-view-item-template.directive.d.ts +1 -1
  435. package/tree-view/si-tree-view.component.d.ts +1 -1
  436. package/tree-view/si-tree-view.model.d.ts +1 -1
  437. package/tree-view/si-tree-view.service.d.ts +1 -1
  438. package/tree-view/si-tree-view.utils.d.ts +1 -1
  439. package/typeahead/index.d.ts +1 -1
  440. package/typeahead/si-typeahead.directive.d.ts +1 -1
  441. package/typeahead/si-typeahead.model.d.ts +1 -1
  442. package/typeahead/si-typeahead.sorting.d.ts +1 -1
  443. package/unauthorized-page/index.d.ts +1 -1
  444. package/wizard/index.d.ts +1 -1
@@ -12,8 +12,7 @@ import { SiFormContainerComponent, SiFormFieldsetComponent, SI_FORM_ITEM_CONTROL
12
12
  import { FormlyBootstrapModule } from '@ngx-formly/bootstrap';
13
13
  import { FormlyFieldMultiCheckbox } from '@ngx-formly/bootstrap/multicheckbox';
14
14
  import { FormlyFieldRadio } from '@ngx-formly/bootstrap/radio';
15
- import * as i1$3 from '@siemens/element-translate-ng/translate';
16
- import { SiTranslateModule, SiTranslateService } from '@siemens/element-translate-ng/translate';
15
+ import { SiTranslatePipe, injectSiTranslateService } from '@siemens/element-translate-ng/translate';
17
16
  import { SiDateRangeComponent, SiCalendarButtonComponent, SiDatepickerDirective, SiTimepickerComponent } from '@siemens/element-ng/datepicker';
18
17
  import { SiIp4InputDirective, SiIp6InputDirective } from '@siemens/element-ng/ip-input';
19
18
  import { SiNumberInputComponent } from '@siemens/element-ng/number-input';
@@ -24,7 +23,7 @@ import { SiTabsetComponent, SiTabComponent } from '@siemens/element-ng/tabs';
24
23
  import { SiTooltipDirective } from '@siemens/element-ng/tooltip';
25
24
 
26
25
  /**
27
- * Copyright Siemens 2016 - 2025.
26
+ * Copyright (c) Siemens 2016 - 2025
28
27
  * SPDX-License-Identifier: MIT
29
28
  */
30
29
  class SiFormlyComponent {
@@ -123,7 +122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
123
122
  }] });
124
123
 
125
124
  /**
126
- * Copyright Siemens 2016 - 2025.
125
+ * Copyright (c) Siemens 2016 - 2025
127
126
  * SPDX-License-Identifier: MIT
128
127
  */
129
128
  class SiFormlyButtonComponent extends FieldType {
@@ -164,15 +163,15 @@ class SiFormlyButtonComponent extends FieldType {
164
163
  }
165
164
  }
166
165
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
167
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: SiFormlyButtonComponent, isStandalone: true, selector: "si-formly-button", usesInheritance: true, ngImport: i0, template: "<button\n type=\"button\"\n class=\"btn\"\n [id]=\"id\"\n [ngClass]=\"{\n 'btn-secondary': !props.btnType || props.btnType === 'secondary',\n 'btn-primary': props.btnType === 'primary',\n 'btn-tertiary': props.btnType === 'tertiary',\n 'btn-warning': props.btnType === 'warning',\n 'btn-danger': props.btnType === 'danger'\n }\"\n [formlyAttributes]=\"field\"\n [hidden]=\"props.hidden\"\n (click)=\"click()\"\n >{{ props.label | translate }}</button\n>\n", dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: SiTranslateModule }, { kind: "pipe", type: i1$3.SiTranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }] });
166
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.6", type: SiFormlyButtonComponent, isStandalone: true, selector: "si-formly-button", usesInheritance: true, ngImport: i0, template: "<button\n type=\"button\"\n class=\"btn\"\n [id]=\"id\"\n [ngClass]=\"{\n 'btn-secondary': !props.btnType || props.btnType === 'secondary',\n 'btn-primary': props.btnType === 'primary',\n 'btn-tertiary': props.btnType === 'tertiary',\n 'btn-warning': props.btnType === 'warning',\n 'btn-danger': props.btnType === 'danger'\n }\"\n [formlyAttributes]=\"field\"\n [hidden]=\"props.hidden\"\n (click)=\"click()\"\n >{{ props.label | translate }}</button\n>\n", dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: SiTranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }] });
168
167
  }
169
168
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyButtonComponent, decorators: [{
170
169
  type: Component,
171
- args: [{ selector: 'si-formly-button', imports: [NgClass, SiTranslateModule, FormlyModule], template: "<button\n type=\"button\"\n class=\"btn\"\n [id]=\"id\"\n [ngClass]=\"{\n 'btn-secondary': !props.btnType || props.btnType === 'secondary',\n 'btn-primary': props.btnType === 'primary',\n 'btn-tertiary': props.btnType === 'tertiary',\n 'btn-warning': props.btnType === 'warning',\n 'btn-danger': props.btnType === 'danger'\n }\"\n [formlyAttributes]=\"field\"\n [hidden]=\"props.hidden\"\n (click)=\"click()\"\n >{{ props.label | translate }}</button\n>\n" }]
170
+ args: [{ selector: 'si-formly-button', imports: [NgClass, SiTranslatePipe, FormlyModule], template: "<button\n type=\"button\"\n class=\"btn\"\n [id]=\"id\"\n [ngClass]=\"{\n 'btn-secondary': !props.btnType || props.btnType === 'secondary',\n 'btn-primary': props.btnType === 'primary',\n 'btn-tertiary': props.btnType === 'tertiary',\n 'btn-warning': props.btnType === 'warning',\n 'btn-danger': props.btnType === 'danger'\n }\"\n [formlyAttributes]=\"field\"\n [hidden]=\"props.hidden\"\n (click)=\"click()\"\n >{{ props.label | translate }}</button\n>\n" }]
172
171
  }] });
173
172
 
174
173
  /**
175
- * Copyright Siemens 2016 - 2025.
174
+ * Copyright (c) Siemens 2016 - 2025
176
175
  * SPDX-License-Identifier: MIT
177
176
  */
178
177
  class SiFormlyDateRangeComponent extends FieldType {
@@ -185,7 +184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
185
184
  }] });
186
185
 
187
186
  /**
188
- * Copyright Siemens 2016 - 2025.
187
+ * Copyright (c) Siemens 2016 - 2025
189
188
  * SPDX-License-Identifier: MIT
190
189
  */
191
190
  class SiFormlyDateTimeComponent extends FieldType {
@@ -214,7 +213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
214
213
  }] });
215
214
 
216
215
  /**
217
- * Copyright Siemens 2016 - 2025.
216
+ * Copyright (c) Siemens 2016 - 2025
218
217
  * SPDX-License-Identifier: MIT
219
218
  */
220
219
  class SiFormlyEmailComponent extends FieldType {
@@ -227,7 +226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
227
226
  }] });
228
227
 
229
228
  /**
230
- * Copyright Siemens 2016 - 2025.
229
+ * Copyright (c) Siemens 2016 - 2025
231
230
  * SPDX-License-Identifier: MIT
232
231
  */
233
232
  class SiFormlyIpInputComponent extends FieldType {
@@ -240,7 +239,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
240
239
  }] });
241
240
 
242
241
  /**
243
- * Copyright Siemens 2016 - 2025.
242
+ * Copyright (c) Siemens 2016 - 2025
244
243
  * SPDX-License-Identifier: MIT
245
244
  */
246
245
  class SiFormlyNumberComponent extends FieldType {
@@ -249,11 +248,11 @@ class SiFormlyNumberComponent extends FieldType {
249
248
  }
250
249
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyNumberComponent, decorators: [{
251
250
  type: Component,
252
- args: [{ selector: 'si-formly-number', changeDetection: ChangeDetectionStrategy.OnPush, imports: [ReactiveFormsModule, FormlyModule, SiNumberInputComponent], template: "<si-number-input\n class=\"form-control\"\n [inputId]=\"id\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [min]=\"props.min\"\n [max]=\"props.max\"\n [placeholder]=\"props.placeholder\"\n [showButtons]=\"props.showButtons ?? true\"\n [step]=\"props.numberStep ?? 1\"\n [unit]=\"props.unit\"\n/>\n" }]
251
+ args: [{ selector: 'si-formly-number', imports: [ReactiveFormsModule, FormlyModule, SiNumberInputComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<si-number-input\n class=\"form-control\"\n [inputId]=\"id\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [min]=\"props.min\"\n [max]=\"props.max\"\n [placeholder]=\"props.placeholder\"\n [showButtons]=\"props.showButtons ?? true\"\n [step]=\"props.numberStep ?? 1\"\n [unit]=\"props.unit\"\n/>\n" }]
253
252
  }] });
254
253
 
255
254
  /**
256
- * Copyright Siemens 2016 - 2025.
255
+ * Copyright (c) Siemens 2016 - 2025
257
256
  * SPDX-License-Identifier: MIT
258
257
  */
259
258
  class SiFormlyPasswordComponent extends FieldType {
@@ -262,22 +261,22 @@ class SiFormlyPasswordComponent extends FieldType {
262
261
  }
263
262
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyPasswordComponent, decorators: [{
264
263
  type: Component,
265
- args: [{ selector: 'si-formly-password', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
264
+ args: [{ selector: 'si-formly-password', imports: [
266
265
  FormsModule,
267
266
  ReactiveFormsModule,
268
267
  FormlyModule,
269
268
  SiPasswordStrengthComponent,
270
269
  SiPasswordStrengthDirective
271
- ], template: "<si-password-strength>\n <input\n type=\"password\"\n name=\"password\"\n class=\"form-control\"\n [id]=\"id\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [siPasswordStrength]=\"{\n minLength: props.minLength && props.minLength > 0 ? props.minLength : 8,\n uppercase: props.upperCase !== false,\n lowercase: props.lowerCase !== false,\n digits: props.digits !== false,\n special: props.special !== false\n }\"\n />\n</si-password-strength>\n" }]
270
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<si-password-strength>\n <input\n type=\"password\"\n name=\"password\"\n class=\"form-control\"\n [id]=\"id\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [siPasswordStrength]=\"{\n minLength: props.minLength && props.minLength > 0 ? props.minLength : 8,\n uppercase: props.upperCase !== false,\n lowercase: props.lowerCase !== false,\n digits: props.digits !== false,\n special: props.special !== false\n }\"\n />\n</si-password-strength>\n" }]
272
271
  }] });
273
272
 
274
273
  /**
275
- * Copyright Siemens 2016 - 2025.
274
+ * Copyright (c) Siemens 2016 - 2025
276
275
  * SPDX-License-Identifier: MIT
277
276
  */
278
277
  class SiFormlySelectComponent extends FieldType {
279
278
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlySelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
280
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlySelectComponent, isStandalone: true, selector: "si-formly-select", usesInheritance: true, ngImport: i0, template: "@if (props.multi) {\n <si-select\n class=\"form-control\"\n multi\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n} @else {\n <si-select\n class=\"form-control\"\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n}\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "component", type: SiSelectComponent, selector: "si-select", inputs: ["id", "ariaLabel", "labelledby", "filterPlaceholder", "noResultsFoundLabel", "placeholder", "readonly", "hasFilter"], outputs: ["dropdownClose", "openChange"] }, { kind: "directive", type: SiSelectSimpleOptionsDirective, selector: "si-select[options]", inputs: ["options", "optionEqualCheckFn"] }, { kind: "directive", type: SiSelectMultiValueDirective, selector: "si-select[multi]" }, { kind: "directive", type: SiSelectSingleValueDirective, selector: "si-select:not([multi])" }] });
279
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlySelectComponent, isStandalone: true, selector: "si-formly-select", usesInheritance: true, ngImport: i0, template: "@if (props.multi) {\n <si-select\n #select\n class=\"form-control\"\n multi\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [hasFilter]=\"props.hasFilter ?? select.hasFilter()\"\n [filterPlaceholder]=\"props.filterPlaceholder ?? select.filterPlaceholder()\"\n [placeholder]=\"props.placeholder ?? select.placeholder()\"\n [ariaLabel]=\"props.ariaLabel ?? select.ariaLabel()\"\n [noResultsFoundLabel]=\"props.noResultsFoundLabel ?? select.noResultsFoundLabel()\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n} @else {\n <si-select\n #select\n class=\"form-control\"\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [hasFilter]=\"props.hasFilter ?? select.hasFilter()\"\n [filterPlaceholder]=\"props.filterPlaceholder ?? select.filterPlaceholder()\"\n [placeholder]=\"props.placeholder ?? select.placeholder()\"\n [ariaLabel]=\"props.ariaLabel ?? select.ariaLabel()\"\n [noResultsFoundLabel]=\"props.noResultsFoundLabel ?? select.noResultsFoundLabel()\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n}\n", dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "component", type: SiSelectComponent, selector: "si-select", inputs: ["id", "ariaLabel", "labelledby", "filterPlaceholder", "noResultsFoundLabel", "placeholder", "readonly", "hasFilter"], outputs: ["dropdownClose", "openChange"] }, { kind: "directive", type: SiSelectSimpleOptionsDirective, selector: "si-select[options]", inputs: ["options", "optionEqualCheckFn"] }, { kind: "directive", type: SiSelectMultiValueDirective, selector: "si-select[multi]" }, { kind: "directive", type: SiSelectSingleValueDirective, selector: "si-select:not([multi])" }] });
281
280
  }
282
281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlySelectComponent, decorators: [{
283
282
  type: Component,
@@ -289,11 +288,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
289
288
  SiSelectSimpleOptionsDirective,
290
289
  SiSelectMultiValueDirective,
291
290
  SiSelectSingleValueDirective
292
- ], template: "@if (props.multi) {\n <si-select\n class=\"form-control\"\n multi\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n} @else {\n <si-select\n class=\"form-control\"\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n}\n" }]
291
+ ], template: "@if (props.multi) {\n <si-select\n #select\n class=\"form-control\"\n multi\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [hasFilter]=\"props.hasFilter ?? select.hasFilter()\"\n [filterPlaceholder]=\"props.filterPlaceholder ?? select.filterPlaceholder()\"\n [placeholder]=\"props.placeholder ?? select.placeholder()\"\n [ariaLabel]=\"props.ariaLabel ?? select.ariaLabel()\"\n [noResultsFoundLabel]=\"props.noResultsFoundLabel ?? select.noResultsFoundLabel()\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n} @else {\n <si-select\n #select\n class=\"form-control\"\n [id]=\"id\"\n [options]=\"props.optionsList\"\n [hasFilter]=\"props.hasFilter ?? select.hasFilter()\"\n [filterPlaceholder]=\"props.filterPlaceholder ?? select.filterPlaceholder()\"\n [placeholder]=\"props.placeholder ?? select.placeholder()\"\n [ariaLabel]=\"props.ariaLabel ?? select.ariaLabel()\"\n [noResultsFoundLabel]=\"props.noResultsFoundLabel ?? select.noResultsFoundLabel()\"\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [readonly]=\"props.readonly || false\"\n />\n}\n" }]
293
292
  }] });
294
293
 
295
294
  /**
296
- * Copyright Siemens 2016 - 2025.
295
+ * Copyright (c) Siemens 2016 - 2025
297
296
  * SPDX-License-Identifier: MIT
298
297
  */
299
298
  const getFieldValue = (model, path) => {
@@ -325,7 +324,7 @@ const getKeyPath = (key) => {
325
324
  };
326
325
 
327
326
  /**
328
- * Copyright Siemens 2016 - 2025.
327
+ * Copyright (c) Siemens 2016 - 2025
329
328
  * SPDX-License-Identifier: MIT
330
329
  */
331
330
  class SiFormlyTextDisplayComponent extends FieldType {
@@ -346,15 +345,15 @@ class SiFormlyTextDisplayComponent extends FieldType {
346
345
  return getFieldValue(sourceModel, path);
347
346
  }
348
347
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyTextDisplayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
349
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyTextDisplayComponent, isStandalone: true, selector: "si-formly-text-display", usesInheritance: true, ngImport: i0, template: "<input type=\"hidden\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" />\n<div>\n @if (props.prefix) {\n {{ props.prefix | translate }}\n }\n {{ value }}\n @if (props.suffix) {\n {{ props.suffix | translate }}\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: SiTranslateModule }, { kind: "pipe", type: i1$3.SiTranslatePipe, name: "translate" }] });
348
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyTextDisplayComponent, isStandalone: true, selector: "si-formly-text-display", usesInheritance: true, ngImport: i0, template: "<input type=\"hidden\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" />\n<div>\n @if (props.prefix) {\n {{ props.prefix | translate }}\n }\n {{ value }}\n @if (props.suffix) {\n {{ props.suffix | translate }}\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i1$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "pipe", type: SiTranslatePipe, name: "translate" }] });
350
349
  }
351
350
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyTextDisplayComponent, decorators: [{
352
351
  type: Component,
353
- args: [{ selector: 'si-formly-text-display', imports: [FormlyModule, ReactiveFormsModule, SiTranslateModule], template: "<input type=\"hidden\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" />\n<div>\n @if (props.prefix) {\n {{ props.prefix | translate }}\n }\n {{ value }}\n @if (props.suffix) {\n {{ props.suffix | translate }}\n }\n</div>\n" }]
352
+ args: [{ selector: 'si-formly-text-display', imports: [FormlyModule, ReactiveFormsModule, SiTranslatePipe], template: "<input type=\"hidden\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" />\n<div>\n @if (props.prefix) {\n {{ props.prefix | translate }}\n }\n {{ value }}\n @if (props.suffix) {\n {{ props.suffix | translate }}\n }\n</div>\n" }]
354
353
  }] });
355
354
 
356
355
  /**
357
- * Copyright Siemens 2016 - 2025.
356
+ * Copyright (c) Siemens 2016 - 2025
358
357
  * SPDX-License-Identifier: MIT
359
358
  */
360
359
  class SiFormlyTextareaComponent extends FieldType {
@@ -390,7 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
390
389
  }] });
391
390
 
392
391
  /**
393
- * Copyright Siemens 2016 - 2025.
392
+ * Copyright (c) Siemens 2016 - 2025
394
393
  * SPDX-License-Identifier: MIT
395
394
  */
396
395
  class SiFormlyTimeComponent extends FieldType {
@@ -426,6 +425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
426
425
  type: Component,
427
426
  args: [{
428
427
  selector: 'si-formly-time',
428
+ imports: [SiTimepickerComponent, ReactiveFormsModule],
429
429
  template: `<si-timepicker
430
430
  [id]="id"
431
431
  [hideLabels]="props.timeConfig?.hideLabels ?? true"
@@ -435,16 +435,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
435
435
  [showMeridian]="props.timeConfig?.showMeridian"
436
436
  [formControl]="formControl"
437
437
  [readonly]="props.readonly || false"
438
- />`,
439
- imports: [SiTimepickerComponent, ReactiveFormsModule]
438
+ />`
440
439
  }]
441
440
  }] });
442
441
 
443
442
  class SiFormlyTranslateExtension {
444
- translate;
445
- constructor(translate) {
446
- this.translate = translate;
447
- }
443
+ translate = injectSiTranslateService();
448
444
  prePopulate(field) {
449
445
  const to = field.props ?? {};
450
446
  if (to.translate === false || to._translated) {
@@ -487,7 +483,7 @@ class SiFormlyTranslateExtension {
487
483
  }
488
484
 
489
485
  /**
490
- * Copyright Siemens 2016 - 2025.
486
+ * Copyright (c) Siemens 2016 - 2025
491
487
  * SPDX-License-Identifier: MIT
492
488
  */
493
489
  class SiFormlyAccordionComponent extends FieldType {
@@ -518,20 +514,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
518
514
  }] });
519
515
 
520
516
  /**
521
- * Copyright Siemens 2016 - 2025.
517
+ * Copyright (c) Siemens 2016 - 2025
522
518
  * SPDX-License-Identifier: MIT
523
519
  */
524
520
  class SiFormlyArrayComponent extends FieldArrayType {
525
521
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyArrayComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
526
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyArrayComponent, isStandalone: true, selector: "si-formly-array", usesInheritance: true, ngImport: i0, template: "<div class=\"mb-3\">\n @if (props.label) {\n <b>{{ props.label }}</b>\n }\n @if (props.description) {\n <p>{{ props.description }}</p>\n }\n @if (showError && formControl.errors) {\n <div class=\"alert alert-danger\" role=\"alert\">\n <formly-validation-message [field]=\"field\" />\n </div>\n }\n @for (field of field.fieldGroup; track $index) {\n <div class=\"row\">\n <formly-field class=\"col-10\" [field]=\"field\" />\n @if (!props.readonly && !props.disabled && !props.noRemove) {\n <div class=\"col-1 text-end\">\n @if (props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\">\n {{ props.removeText | translate }}\n </button>\n }\n @if (!props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\"> - </button>\n }\n </div>\n }\n </div>\n }\n @if (!props.readonly && !props.disabled && !props.noAdd) {\n <div class=\"d-flex flex-row-reverse\">\n @if (props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\">\n {{ props.addText | translate }}\n </button>\n }\n @if (!props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\"> + </button>\n }\n </div>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i1$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "component", type: i1$1.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }, { kind: "ngmodule", type: SiTranslateModule }, { kind: "pipe", type: i1$3.SiTranslatePipe, name: "translate" }] });
522
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyArrayComponent, isStandalone: true, selector: "si-formly-array", usesInheritance: true, ngImport: i0, template: "<div class=\"mb-3\">\n @if (props.label) {\n <b>{{ props.label }}</b>\n }\n @if (props.description) {\n <p>{{ props.description }}</p>\n }\n @if (showError && formControl.errors) {\n <div class=\"alert alert-danger\" role=\"alert\">\n <formly-validation-message [field]=\"field\" />\n </div>\n }\n @for (field of field.fieldGroup; track $index) {\n <div class=\"row\">\n <formly-field class=\"col-10\" [field]=\"field\" />\n @if (!props.readonly && !props.disabled && !props.noRemove) {\n <div class=\"col-1 text-end\">\n @if (props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\">\n {{ props.removeText | translate }}\n </button>\n }\n @if (!props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\"> - </button>\n }\n </div>\n }\n </div>\n }\n @if (!props.readonly && !props.disabled && !props.noAdd) {\n <div class=\"d-flex flex-row-reverse\">\n @if (props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\">\n {{ props.addText | translate }}\n </button>\n }\n @if (!props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\"> + </button>\n }\n </div>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i1$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "component", type: i1$1.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }, { kind: "pipe", type: SiTranslatePipe, name: "translate" }] });
527
523
  }
528
524
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyArrayComponent, decorators: [{
529
525
  type: Component,
530
- args: [{ selector: 'si-formly-array', imports: [FormlyModule, SiTranslateModule], template: "<div class=\"mb-3\">\n @if (props.label) {\n <b>{{ props.label }}</b>\n }\n @if (props.description) {\n <p>{{ props.description }}</p>\n }\n @if (showError && formControl.errors) {\n <div class=\"alert alert-danger\" role=\"alert\">\n <formly-validation-message [field]=\"field\" />\n </div>\n }\n @for (field of field.fieldGroup; track $index) {\n <div class=\"row\">\n <formly-field class=\"col-10\" [field]=\"field\" />\n @if (!props.readonly && !props.disabled && !props.noRemove) {\n <div class=\"col-1 text-end\">\n @if (props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\">\n {{ props.removeText | translate }}\n </button>\n }\n @if (!props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\"> - </button>\n }\n </div>\n }\n </div>\n }\n @if (!props.readonly && !props.disabled && !props.noAdd) {\n <div class=\"d-flex flex-row-reverse\">\n @if (props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\">\n {{ props.addText | translate }}\n </button>\n }\n @if (!props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\"> + </button>\n }\n </div>\n }\n</div>\n" }]
526
+ args: [{ selector: 'si-formly-array', imports: [FormlyModule, SiTranslatePipe], template: "<div class=\"mb-3\">\n @if (props.label) {\n <b>{{ props.label }}</b>\n }\n @if (props.description) {\n <p>{{ props.description }}</p>\n }\n @if (showError && formControl.errors) {\n <div class=\"alert alert-danger\" role=\"alert\">\n <formly-validation-message [field]=\"field\" />\n </div>\n }\n @for (field of field.fieldGroup; track $index) {\n <div class=\"row\">\n <formly-field class=\"col-10\" [field]=\"field\" />\n @if (!props.readonly && !props.disabled && !props.noRemove) {\n <div class=\"col-1 text-end\">\n @if (props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\">\n {{ props.removeText | translate }}\n </button>\n }\n @if (!props.removeText) {\n <button class=\"btn btn-danger\" type=\"button\" (click)=\"remove($index)\"> - </button>\n }\n </div>\n }\n </div>\n }\n @if (!props.readonly && !props.disabled && !props.noAdd) {\n <div class=\"d-flex flex-row-reverse\">\n @if (props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\">\n {{ props.addText | translate }}\n </button>\n }\n @if (!props.addText) {\n <button class=\"btn btn-primary\" type=\"button\" (click)=\"add()\"> + </button>\n }\n </div>\n }\n</div>\n" }]
531
527
  }] });
532
528
 
533
529
  /**
534
- * Copyright Siemens 2016 - 2025.
530
+ * Copyright (c) Siemens 2016 - 2025
535
531
  * SPDX-License-Identifier: MIT
536
532
  */
537
533
  class SiFormlyObjectGridComponent extends FieldType {
@@ -592,7 +588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
592
588
  }] });
593
589
 
594
590
  /**
595
- * Copyright Siemens 2016 - 2025.
591
+ * Copyright (c) Siemens 2016 - 2025
596
592
  * SPDX-License-Identifier: MIT
597
593
  */
598
594
  class SiFormlyObjectPlainComponent extends FieldType {
@@ -605,7 +601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
605
601
  }] });
606
602
 
607
603
  /**
608
- * Copyright Siemens 2016 - 2025.
604
+ * Copyright (c) Siemens 2016 - 2025
609
605
  * SPDX-License-Identifier: MIT
610
606
  */
611
607
  class SiFormlyObjectComponent extends FieldType {
@@ -618,7 +614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
618
614
  }] });
619
615
 
620
616
  /**
621
- * Copyright Siemens 2016 - 2025.
617
+ * Copyright (c) Siemens 2016 - 2025
622
618
  * SPDX-License-Identifier: MIT
623
619
  */
624
620
  class SiFormlyObjectTabsetComponent extends FieldType {
@@ -636,7 +632,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
636
632
  }] });
637
633
 
638
634
  /**
639
- * Copyright Siemens 2016 - 2025.
635
+ * Copyright (c) Siemens 2016 - 2025
640
636
  * SPDX-License-Identifier: MIT
641
637
  */
642
638
  class SiFormlyFieldsetComponent extends FieldWrapper {
@@ -655,7 +651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
655
651
  }] });
656
652
 
657
653
  /**
658
- * Copyright Siemens 2016 - 2025.
654
+ * Copyright (c) Siemens 2016 - 2025
659
655
  * SPDX-License-Identifier: MIT
660
656
  */
661
657
  class SiFormlyHorizontalWrapperComponent extends FieldWrapper {
@@ -668,20 +664,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
668
664
  }] });
669
665
 
670
666
  /**
671
- * Copyright Siemens 2016 - 2025.
667
+ * Copyright (c) Siemens 2016 - 2025
672
668
  * SPDX-License-Identifier: MIT
673
669
  */
674
670
  class SiFormlyIconWrapperComponent extends FieldWrapper {
675
671
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyIconWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
676
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyIconWrapperComponent, isStandalone: true, selector: "si-formly-icon-wrapper", usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex\">\n <div class=\"flex-1 me-2\">\n <ng-template #fieldComponent />\n </div>\n @if (props.icon) {\n <div\n class=\"wrapper-icon\"\n [style]=\"'font-size: ' + (props.iconSize ? props.iconSize : 24) + 'px'\"\n [siTooltip]=\"props.iconTooltip | translate\"\n >\n <i [class]=\"props.icon\"></i>\n </div>\n }\n</div>\n", styles: [".flex-1{flex:1}.wrapper-icon{display:flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: SiTooltipDirective, selector: "[siTooltip]", inputs: ["siTooltip", "placement", "triggers", "isDisabled"] }, { kind: "ngmodule", type: SiTranslateModule }, { kind: "pipe", type: i1$3.SiTranslatePipe, name: "translate" }] });
672
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.6", type: SiFormlyIconWrapperComponent, isStandalone: true, selector: "si-formly-icon-wrapper", usesInheritance: true, ngImport: i0, template: "<div class=\"d-flex\">\n <div class=\"flex-1 me-2\">\n <ng-template #fieldComponent />\n </div>\n @if (props.icon) {\n <div\n class=\"wrapper-icon\"\n [style]=\"'font-size: ' + (props.iconSize ? props.iconSize : 24) + 'px'\"\n [siTooltip]=\"props.iconTooltip | translate\"\n >\n <i [class]=\"props.icon\"></i>\n </div>\n }\n</div>\n", styles: [".flex-1{flex:1}.wrapper-icon{display:flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: SiTooltipDirective, selector: "[siTooltip]", inputs: ["siTooltip", "placement", "triggers", "isDisabled"] }, { kind: "pipe", type: SiTranslatePipe, name: "translate" }] });
677
673
  }
678
674
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: SiFormlyIconWrapperComponent, decorators: [{
679
675
  type: Component,
680
- args: [{ selector: 'si-formly-icon-wrapper', imports: [SiTooltipDirective, SiTranslateModule], template: "<div class=\"d-flex\">\n <div class=\"flex-1 me-2\">\n <ng-template #fieldComponent />\n </div>\n @if (props.icon) {\n <div\n class=\"wrapper-icon\"\n [style]=\"'font-size: ' + (props.iconSize ? props.iconSize : 24) + 'px'\"\n [siTooltip]=\"props.iconTooltip | translate\"\n >\n <i [class]=\"props.icon\"></i>\n </div>\n }\n</div>\n", styles: [".flex-1{flex:1}.wrapper-icon{display:flex;align-items:center}\n"] }]
676
+ args: [{ selector: 'si-formly-icon-wrapper', imports: [SiTooltipDirective, SiTranslatePipe], template: "<div class=\"d-flex\">\n <div class=\"flex-1 me-2\">\n <ng-template #fieldComponent />\n </div>\n @if (props.icon) {\n <div\n class=\"wrapper-icon\"\n [style]=\"'font-size: ' + (props.iconSize ? props.iconSize : 24) + 'px'\"\n [siTooltip]=\"props.iconTooltip | translate\"\n >\n <i [class]=\"props.icon\"></i>\n </div>\n }\n</div>\n", styles: [".flex-1{flex:1}.wrapper-icon{display:flex;align-items:center}\n"] }]
681
677
  }] });
682
678
 
683
679
  /**
684
- * Copyright Siemens 2016 - 2025.
680
+ * Copyright (c) Siemens 2016 - 2025
685
681
  * SPDX-License-Identifier: MIT
686
682
  */
687
683
  class SiFormlyFormFieldProviderDirective {
@@ -712,7 +708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
712
708
  }] });
713
709
 
714
710
  /**
715
- * Copyright Siemens 2016 - 2025.
711
+ * Copyright (c) Siemens 2016 - 2025
716
712
  * SPDX-License-Identifier: MIT
717
713
  */
718
714
  class SiFormlyWrapperComponent extends FieldWrapper {
@@ -731,10 +727,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
731
727
  }] });
732
728
 
733
729
  /**
734
- * Copyright Siemens 2016 - 2025.
730
+ * Copyright (c) Siemens 2016 - 2025
735
731
  * SPDX-License-Identifier: MIT
736
732
  */
737
- const dynamicUiConfig = (translate) => {
733
+ const dynamicUiConfig = () => {
738
734
  return {
739
735
  types: [
740
736
  { name: 'string', extends: 'input' },
@@ -803,7 +799,7 @@ const dynamicUiConfig = (translate) => {
803
799
  extensions: [
804
800
  {
805
801
  name: 'translate',
806
- extension: new SiFormlyTranslateExtension(translate)
802
+ extension: new SiFormlyTranslateExtension()
807
803
  }
808
804
  ]
809
805
  };
@@ -856,8 +852,7 @@ class SiFormlyModule {
856
852
  {
857
853
  provide: FORMLY_CONFIG,
858
854
  multi: true,
859
- useFactory: dynamicUiConfig,
860
- deps: [SiTranslateService]
855
+ useFactory: dynamicUiConfig
861
856
  }
862
857
  ], imports: [CommonModule,
863
858
  FormlyBootstrapModule,
@@ -870,7 +865,6 @@ class SiFormlyModule {
870
865
  SiFormlyDateTimeComponent,
871
866
  SiFormlyEmailComponent,
872
867
  SiFormlyHorizontalWrapperComponent,
873
- SiFormlyIconWrapperComponent,
874
868
  SiFormlyObjectComponent,
875
869
  SiFormlyObjectGridComponent,
876
870
  SiFormlyObjectPlainComponent,
@@ -886,7 +880,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
886
880
  type: NgModule,
887
881
  args: [{
888
882
  declarations: [SiFormlyComponent],
889
- exports: [SiFormlyComponent],
890
883
  imports: [
891
884
  CommonModule,
892
885
  FormlyBootstrapModule,
@@ -911,19 +904,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.6", ngImpor
911
904
  SiFormlyWrapperComponent,
912
905
  SiFormModule
913
906
  ],
907
+ exports: [SiFormlyComponent],
914
908
  providers: [
915
909
  {
916
910
  provide: FORMLY_CONFIG,
917
911
  multi: true,
918
- useFactory: dynamicUiConfig,
919
- deps: [SiTranslateService]
912
+ useFactory: dynamicUiConfig
920
913
  }
921
914
  ]
922
915
  }]
923
916
  }], ctorParameters: () => [] });
924
917
 
925
918
  /**
926
- * Copyright Siemens 2016 - 2025.
919
+ * Copyright (c) Siemens 2016 - 2025
927
920
  * SPDX-License-Identifier: MIT
928
921
  */
929
922