@siemens/element-ng 47.1.0 → 47.3.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 (297) hide show
  1. package/README.md +18 -6
  2. package/accordion/index.d.ts +9 -0
  3. package/accordion/package.json +3 -0
  4. package/accordion/si-accordion-hcollapse.service.d.ts +17 -0
  5. package/accordion/si-accordion.component.d.ts +37 -0
  6. package/accordion/si-accordion.module.d.ts +8 -0
  7. package/accordion/si-accordion.service.d.ts +17 -0
  8. package/accordion/si-collapsible-panel.component.d.ts +89 -0
  9. package/action-modal/index.d.ts +6 -0
  10. package/action-modal/package.json +3 -0
  11. package/action-modal/si-action-dialog.service.d.ts +49 -0
  12. package/action-modal/si-action-dialog.types.d.ts +92 -0
  13. package/action-modal/si-alert-dialog/si-alert-dialog.component.d.ts +32 -0
  14. package/action-modal/si-confirmation-dialog/si-confirmation-dialog.component.d.ts +40 -0
  15. package/action-modal/si-delete-confirmation-dialog/si-delete-confirmation-dialog.component.d.ts +45 -0
  16. package/action-modal/si-edit-discard-dialog/si-edit-discard-dialog.component.d.ts +68 -0
  17. package/auto-collapsable-list/index.d.ts +10 -0
  18. package/auto-collapsable-list/package.json +3 -0
  19. package/auto-collapsable-list/si-auto-collapsable-list-additional-content.directive.d.ts +6 -0
  20. package/auto-collapsable-list/si-auto-collapsable-list-item.directive.d.ts +29 -0
  21. package/auto-collapsable-list/si-auto-collapsable-list-measurable.class.d.ts +16 -0
  22. package/auto-collapsable-list/si-auto-collapsable-list-overflow-item.directive.d.ts +12 -0
  23. package/auto-collapsable-list/si-auto-collapsable-list.directive.d.ts +47 -0
  24. package/auto-collapsable-list/si-auto-collapsable-list.module.d.ts +10 -0
  25. package/autocomplete/index.d.ts +8 -0
  26. package/autocomplete/package.json +3 -0
  27. package/autocomplete/si-autocomplete-listbox.directive.d.ts +31 -0
  28. package/autocomplete/si-autocomplete-option.directive.d.ts +31 -0
  29. package/autocomplete/si-autocomplete.directive.d.ts +14 -0
  30. package/autocomplete/si-autocomplete.model.d.ts +7 -0
  31. package/autocomplete/si-autocomplete.module.d.ts +9 -0
  32. package/badge/index.d.ts +5 -0
  33. package/badge/package.json +3 -0
  34. package/badge/si-badge.component.d.ts +17 -0
  35. package/color-picker/index.d.ts +5 -0
  36. package/color-picker/package.json +3 -0
  37. package/color-picker/si-color-picker.component.d.ts +61 -0
  38. package/common/models/menu.model.d.ts +2 -2
  39. package/connection-strength/index.d.ts +6 -0
  40. package/connection-strength/package.json +3 -0
  41. package/connection-strength/si-connection-strength.component.d.ts +19 -0
  42. package/connection-strength/si-connection-strength.module.d.ts +7 -0
  43. package/content-action-bar/index.d.ts +7 -0
  44. package/content-action-bar/package.json +3 -0
  45. package/content-action-bar/si-content-action-bar-toggle.component.d.ts +6 -0
  46. package/content-action-bar/si-content-action-bar.component.d.ts +72 -0
  47. package/content-action-bar/si-content-action-bar.model.d.ts +9 -0
  48. package/content-action-bar/si-content-action-bar.module.d.ts +7 -0
  49. package/copyright-notice/index.d.ts +7 -0
  50. package/copyright-notice/package.json +3 -0
  51. package/copyright-notice/si-copyright-notice.component.d.ts +18 -0
  52. package/copyright-notice/si-copyright-notice.d.ts +23 -0
  53. package/copyright-notice/si-copyright-notice.module.d.ts +7 -0
  54. package/empty-state/index.d.ts +6 -0
  55. package/empty-state/package.json +3 -0
  56. package/empty-state/si-empty-state.component.d.ts +18 -0
  57. package/empty-state/si-empty-state.module.d.ts +7 -0
  58. package/fesm2022/siemens-element-ng-accordion.mjs +314 -0
  59. package/fesm2022/siemens-element-ng-accordion.mjs.map +1 -0
  60. package/fesm2022/siemens-element-ng-action-modal.mjs +363 -0
  61. package/fesm2022/siemens-element-ng-action-modal.mjs.map +1 -0
  62. package/fesm2022/siemens-element-ng-application-header.mjs +2 -2
  63. package/fesm2022/siemens-element-ng-application-header.mjs.map +1 -1
  64. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs +312 -0
  65. package/fesm2022/siemens-element-ng-auto-collapsable-list.mjs.map +1 -0
  66. package/fesm2022/siemens-element-ng-autocomplete.mjs +235 -0
  67. package/fesm2022/siemens-element-ng-autocomplete.mjs.map +1 -0
  68. package/fesm2022/siemens-element-ng-badge.mjs +59 -0
  69. package/fesm2022/siemens-element-ng-badge.mjs.map +1 -0
  70. package/fesm2022/siemens-element-ng-color-picker.mjs +176 -0
  71. package/fesm2022/siemens-element-ng-color-picker.mjs.map +1 -0
  72. package/fesm2022/siemens-element-ng-common.mjs +1 -1
  73. package/fesm2022/siemens-element-ng-common.mjs.map +1 -1
  74. package/fesm2022/siemens-element-ng-connection-strength.mjs +58 -0
  75. package/fesm2022/siemens-element-ng-connection-strength.mjs.map +1 -0
  76. package/fesm2022/siemens-element-ng-content-action-bar.mjs +200 -0
  77. package/fesm2022/siemens-element-ng-content-action-bar.mjs.map +1 -0
  78. package/fesm2022/siemens-element-ng-copyright-notice.mjs +71 -0
  79. package/fesm2022/siemens-element-ng-copyright-notice.mjs.map +1 -0
  80. package/fesm2022/siemens-element-ng-empty-state.mjs +59 -0
  81. package/fesm2022/siemens-element-ng-empty-state.mjs.map +1 -0
  82. package/fesm2022/siemens-element-ng-footer.mjs +55 -0
  83. package/fesm2022/siemens-element-ng-footer.mjs.map +1 -0
  84. package/fesm2022/siemens-element-ng-form.mjs +827 -0
  85. package/fesm2022/siemens-element-ng-form.mjs.map +1 -0
  86. package/fesm2022/siemens-element-ng-icon-status.mjs +65 -0
  87. package/fesm2022/siemens-element-ng-icon-status.mjs.map +1 -0
  88. package/fesm2022/siemens-element-ng-icon.mjs +19 -2
  89. package/fesm2022/siemens-element-ng-icon.mjs.map +1 -1
  90. package/fesm2022/siemens-element-ng-inline-notification.mjs +82 -0
  91. package/fesm2022/siemens-element-ng-inline-notification.mjs.map +1 -0
  92. package/fesm2022/siemens-element-ng-language-switcher.mjs +90 -0
  93. package/fesm2022/siemens-element-ng-language-switcher.mjs.map +1 -0
  94. package/fesm2022/siemens-element-ng-loading-spinner.mjs +248 -0
  95. package/fesm2022/siemens-element-ng-loading-spinner.mjs.map +1 -0
  96. package/fesm2022/siemens-element-ng-menu.mjs +350 -0
  97. package/fesm2022/siemens-element-ng-menu.mjs.map +1 -0
  98. package/fesm2022/siemens-element-ng-modal.mjs +345 -0
  99. package/fesm2022/siemens-element-ng-modal.mjs.map +1 -0
  100. package/fesm2022/siemens-element-ng-number-input.mjs +267 -0
  101. package/fesm2022/siemens-element-ng-number-input.mjs.map +1 -0
  102. package/fesm2022/siemens-element-ng-pagination.mjs +145 -0
  103. package/fesm2022/siemens-element-ng-pagination.mjs.map +1 -0
  104. package/fesm2022/siemens-element-ng-password-strength.mjs +177 -0
  105. package/fesm2022/siemens-element-ng-password-strength.mjs.map +1 -0
  106. package/fesm2022/siemens-element-ng-password-toggle.mjs +88 -0
  107. package/fesm2022/siemens-element-ng-password-toggle.mjs.map +1 -0
  108. package/fesm2022/siemens-element-ng-pills-input.mjs +397 -0
  109. package/fesm2022/siemens-element-ng-pills-input.mjs.map +1 -0
  110. package/fesm2022/siemens-element-ng-popover-next.mjs +259 -0
  111. package/fesm2022/siemens-element-ng-popover-next.mjs.map +1 -0
  112. package/fesm2022/siemens-element-ng-popover.mjs +256 -0
  113. package/fesm2022/siemens-element-ng-popover.mjs.map +1 -0
  114. package/fesm2022/siemens-element-ng-progressbar.mjs +83 -0
  115. package/fesm2022/siemens-element-ng-progressbar.mjs.map +1 -0
  116. package/fesm2022/siemens-element-ng-select.mjs +1166 -0
  117. package/fesm2022/siemens-element-ng-select.mjs.map +1 -0
  118. package/fesm2022/siemens-element-ng-skip-links.mjs +117 -0
  119. package/fesm2022/siemens-element-ng-skip-links.mjs.map +1 -0
  120. package/fesm2022/siemens-element-ng-summary-chip.mjs +77 -0
  121. package/fesm2022/siemens-element-ng-summary-chip.mjs.map +1 -0
  122. package/fesm2022/siemens-element-ng-summary-widget.mjs +77 -0
  123. package/fesm2022/siemens-element-ng-summary-widget.mjs.map +1 -0
  124. package/fesm2022/siemens-element-ng-toast-notification.mjs +227 -0
  125. package/fesm2022/siemens-element-ng-toast-notification.mjs.map +1 -0
  126. package/fesm2022/siemens-element-ng-tooltip.mjs +233 -0
  127. package/fesm2022/siemens-element-ng-tooltip.mjs.map +1 -0
  128. package/fesm2022/siemens-element-ng-translate.mjs.map +1 -1
  129. package/fesm2022/siemens-element-ng-typeahead.mjs +746 -0
  130. package/fesm2022/siemens-element-ng-typeahead.mjs.map +1 -0
  131. package/fesm2022/siemens-element-ng-wizard.mjs +465 -0
  132. package/fesm2022/siemens-element-ng-wizard.mjs.map +1 -0
  133. package/footer/index.d.ts +6 -0
  134. package/footer/package.json +3 -0
  135. package/footer/si-footer.component.d.ts +14 -0
  136. package/footer/si-footer.module.d.ts +7 -0
  137. package/form/form-fieldset/si-form-fieldset.component.d.ts +40 -0
  138. package/form/index.d.ts +14 -0
  139. package/form/package.json +3 -0
  140. package/form/si-form-container/si-form-container.component.d.ts +155 -0
  141. package/form/si-form-item/si-form-field-native.control.d.ts +22 -0
  142. package/form/si-form-item/si-form-item.component.d.ts +90 -0
  143. package/form/si-form-item-control-input.directive.d.ts +18 -0
  144. package/form/si-form-item.control.d.ts +35 -0
  145. package/form/si-form-validation-error.model.d.ts +55 -0
  146. package/form/si-form-validation-error.provider.d.ts +11 -0
  147. package/form/si-form-validation-error.service.d.ts +42 -0
  148. package/form/si-form-validation-tooltip/si-form-validation-tooltip.component.d.ts +13 -0
  149. package/form/si-form-validation-tooltip/si-form-validation-tooltip.directive.d.ts +42 -0
  150. package/form/si-form.module.d.ts +25 -0
  151. package/icon/element-icons.d.ts +17 -0
  152. package/icon-status/index.d.ts +6 -0
  153. package/icon-status/package.json +3 -0
  154. package/icon-status/si-icon-status.component.d.ts +24 -0
  155. package/icon-status/si-icon-status.module.d.ts +7 -0
  156. package/inline-notification/index.d.ts +6 -0
  157. package/inline-notification/package.json +3 -0
  158. package/inline-notification/si-inline-notification.component.d.ts +42 -0
  159. package/inline-notification/si-inline-notification.module.d.ts +7 -0
  160. package/language-switcher/index.d.ts +7 -0
  161. package/language-switcher/iso-language-value.d.ts +14 -0
  162. package/language-switcher/package.json +3 -0
  163. package/language-switcher/si-language-switcher.component.d.ts +32 -0
  164. package/language-switcher/si-language-switcher.module.d.ts +7 -0
  165. package/loading-spinner/index.d.ts +9 -0
  166. package/loading-spinner/package.json +3 -0
  167. package/loading-spinner/si-loading-button.component.d.ts +31 -0
  168. package/loading-spinner/si-loading-spinner.component.d.ts +32 -0
  169. package/loading-spinner/si-loading-spinner.directive.d.ts +36 -0
  170. package/loading-spinner/si-loading-spinner.module.d.ts +8 -0
  171. package/loading-spinner/si-loading-spinner.service.d.ts +18 -0
  172. package/menu/index.d.ts +15 -0
  173. package/menu/package.json +3 -0
  174. package/menu/si-menu-action.service.d.ts +13 -0
  175. package/menu/si-menu-bar.directive.d.ts +12 -0
  176. package/menu/si-menu-divider.directive.d.ts +5 -0
  177. package/menu/si-menu-factory-item-guard.directive.d.ts +11 -0
  178. package/menu/si-menu-factory.component.d.ts +15 -0
  179. package/menu/si-menu-header.directive.d.ts +5 -0
  180. package/menu/si-menu-item-base.directive.d.ts +16 -0
  181. package/menu/si-menu-item-checkbox.component.d.ts +10 -0
  182. package/menu/si-menu-item-radio.component.d.ts +10 -0
  183. package/menu/si-menu-item.component.d.ts +10 -0
  184. package/menu/si-menu-model.d.ts +91 -0
  185. package/menu/si-menu.directive.d.ts +6 -0
  186. package/menu/si-menu.module.d.ts +14 -0
  187. package/modal/index.d.ts +7 -0
  188. package/modal/modal.helpers.d.ts +8 -0
  189. package/modal/modalref.d.ts +64 -0
  190. package/modal/package.json +3 -0
  191. package/modal/si-modal.component.d.ts +32 -0
  192. package/modal/si-modal.service.d.ts +57 -0
  193. package/number-input/index.d.ts +6 -0
  194. package/number-input/package.json +3 -0
  195. package/number-input/si-number-input.component.d.ts +106 -0
  196. package/number-input/si-number-input.module.d.ts +7 -0
  197. package/package.json +139 -3
  198. package/pagination/index.d.ts +6 -0
  199. package/pagination/package.json +3 -0
  200. package/pagination/si-pagination.component.d.ts +65 -0
  201. package/pagination/si-pagination.module.d.ts +7 -0
  202. package/password-strength/index.d.ts +7 -0
  203. package/password-strength/package.json +3 -0
  204. package/password-strength/si-password-strength.component.d.ts +25 -0
  205. package/password-strength/si-password-strength.directive.d.ts +54 -0
  206. package/password-strength/si-password-strength.module.d.ts +8 -0
  207. package/password-toggle/index.d.ts +6 -0
  208. package/password-toggle/package.json +3 -0
  209. package/password-toggle/si-password-toggle.component.d.ts +39 -0
  210. package/password-toggle/si-password-toggle.module.d.ts +7 -0
  211. package/pills-input/index.d.ts +9 -0
  212. package/pills-input/package.json +3 -0
  213. package/pills-input/si-input-pill.component.d.ts +9 -0
  214. package/pills-input/si-pills-input-csv.directive.d.ts +8 -0
  215. package/pills-input/si-pills-input-email.directive.d.ts +10 -0
  216. package/pills-input/si-pills-input-pattern-base.d.ts +19 -0
  217. package/pills-input/si-pills-input-value-handler.d.ts +12 -0
  218. package/pills-input/si-pills-input.component.d.ts +87 -0
  219. package/pills-input/si-pills-input.module.d.ts +9 -0
  220. package/popover/index.d.ts +6 -0
  221. package/popover/package.json +3 -0
  222. package/popover/si-popover.component.d.ts +26 -0
  223. package/popover/si-popover.directive.d.ts +89 -0
  224. package/popover/si-popover.module.d.ts +7 -0
  225. package/popover-next/index.d.ts +7 -0
  226. package/popover-next/package.json +3 -0
  227. package/popover-next/si-popover-description.directive.d.ts +7 -0
  228. package/popover-next/si-popover-next.directive.d.ts +61 -0
  229. package/popover-next/si-popover-title.directive.d.ts +7 -0
  230. package/popover-next/si-popover.component.d.ts +27 -0
  231. package/progressbar/index.d.ts +6 -0
  232. package/progressbar/package.json +3 -0
  233. package/progressbar/si-progressbar.component.d.ts +43 -0
  234. package/progressbar/si-progressbar.module.d.ts +7 -0
  235. package/select/index.d.ts +18 -0
  236. package/select/options/si-select-complex-options.directive.d.ts +69 -0
  237. package/select/options/si-select-lazy-options.directive.d.ts +38 -0
  238. package/select/options/si-select-option.source.d.ts +49 -0
  239. package/select/options/si-select-options-strategy.base.d.ts +35 -0
  240. package/select/options/si-select-options-strategy.d.ts +37 -0
  241. package/select/options/si-select-simple-options.directive.d.ts +34 -0
  242. package/select/package.json +3 -0
  243. package/select/select-input/si-select-input.component.d.ts +43 -0
  244. package/select/select-list/si-select-list-has-filter.component.d.ts +20 -0
  245. package/select/select-list/si-select-list.base.d.ts +37 -0
  246. package/select/select-list/si-select-list.component.d.ts +15 -0
  247. package/select/select-option/si-select-option-row.component.d.ts +16 -0
  248. package/select/select-option/si-select-option.component.d.ts +9 -0
  249. package/select/selection/si-select-multi-value.directive.d.ts +26 -0
  250. package/select/selection/si-select-selection-strategy.d.ts +58 -0
  251. package/select/selection/si-select-single-value.directive.d.ts +26 -0
  252. package/select/si-select-action.directive.d.ts +12 -0
  253. package/select/si-select-actions.directive.d.ts +5 -0
  254. package/select/si-select-group-template.directive.d.ts +20 -0
  255. package/select/si-select-option-row-template.directive.d.ts +9 -0
  256. package/select/si-select-option-template.directive.d.ts +21 -0
  257. package/select/si-select.component.d.ts +96 -0
  258. package/select/si-select.module.d.ts +15 -0
  259. package/select/si-select.types.d.ts +65 -0
  260. package/skip-links/index.d.ts +5 -0
  261. package/skip-links/package.json +3 -0
  262. package/skip-links/si-skip-link-target.directive.d.ts +27 -0
  263. package/skip-links/si-skip-links.component.d.ts +9 -0
  264. package/skip-links/skip-link.service.d.ts +14 -0
  265. package/summary-chip/index.d.ts +5 -0
  266. package/summary-chip/package.json +3 -0
  267. package/summary-chip/si-summary-chip.component.d.ts +44 -0
  268. package/summary-widget/index.d.ts +5 -0
  269. package/summary-widget/package.json +3 -0
  270. package/summary-widget/si-summary-widget.component.d.ts +44 -0
  271. package/template-i18n.json +47 -1
  272. package/toast-notification/index.d.ts +6 -0
  273. package/toast-notification/package.json +3 -0
  274. package/toast-notification/si-toast-notification/si-toast-notification.component.d.ts +17 -0
  275. package/toast-notification/si-toast-notification-drawer/si-toast-notification-drawer.component.d.ts +9 -0
  276. package/toast-notification/si-toast-notification.service.d.ts +41 -0
  277. package/toast-notification/si-toast.model.d.ts +25 -0
  278. package/tooltip/index.d.ts +7 -0
  279. package/tooltip/package.json +3 -0
  280. package/tooltip/si-tooltip.component.d.ts +25 -0
  281. package/tooltip/si-tooltip.directive.d.ts +45 -0
  282. package/tooltip/si-tooltip.module.d.ts +7 -0
  283. package/tooltip/si-tooltip.service.d.ts +44 -0
  284. package/translate/si-translatable-keys.interface.d.ts +46 -0
  285. package/typeahead/index.d.ts +8 -0
  286. package/typeahead/package.json +3 -0
  287. package/typeahead/si-typeahead-item-template.directive.d.ts +7 -0
  288. package/typeahead/si-typeahead.component.d.ts +22 -0
  289. package/typeahead/si-typeahead.directive.d.ts +196 -0
  290. package/typeahead/si-typeahead.model.d.ts +60 -0
  291. package/typeahead/si-typeahead.module.d.ts +8 -0
  292. package/typeahead/si-typeahead.sorting.d.ts +10 -0
  293. package/wizard/index.d.ts +7 -0
  294. package/wizard/package.json +3 -0
  295. package/wizard/si-wizard-step.component.d.ts +21 -0
  296. package/wizard/si-wizard.component.d.ts +196 -0
  297. package/wizard/si-wizard.module.d.ts +8 -0
package/README.md CHANGED
@@ -1,9 +1,21 @@
1
- # Siemens Element
2
-
3
- Siemens Element is a design system for products and digital experiences,
4
- grounded in the Siemens brand design language. It includes UI components
5
- (Angular), design tools and resources, human interface guidelines, and a
6
- vibrant community of contributors.
1
+ <p align="center">
2
+ <a href="https://element.siemens.io" target="_blank">
3
+ <img src="./element-logo.svg" alt="Element Website" height="132" width="132">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">Siemens Element</h1>
8
+
9
+ <p></p>
10
+ <p align="center">
11
+ Siemens Element is a design system of the smart infrastructure domain
12
+ that implements the Siemens Design Language in Angular. It includes UI
13
+ components, design tools and resources, human interface guidelines, and a
14
+ vibrant community of contributors.
15
+ </p>
16
+ <p></p>
17
+
18
+ <hr>
7
19
 
8
20
  ## Contributing
9
21
 
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ export * from './si-collapsible-panel.component';
6
+ export * from './si-accordion.component';
7
+ export * from './si-accordion.service';
8
+ export * from './si-accordion-hcollapse.service';
9
+ export * from './si-accordion.module';
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-accordion.mjs"
3
+ }
@@ -0,0 +1,17 @@
1
+ import { Subject } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ /** @internal */
4
+ export declare class SiAccordionHCollapseService {
5
+ /**
6
+ * Emitting the current horizontal collapsed state.
7
+ *
8
+ * @defaultValue undefined
9
+ */
10
+ readonly hcollapsed: import("@angular/core").WritableSignal<boolean | undefined>;
11
+ /**
12
+ * Subject to emit to open the accordion.
13
+ */
14
+ readonly open$: Subject<unknown>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAccordionHCollapseService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiAccordionHCollapseService>;
17
+ }
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { AfterContentInit, OnChanges } from '@angular/core';
6
+ import { BackgroundColorVariant } from '@siemens/element-ng/common';
7
+ import * as i0 from "@angular/core";
8
+ export declare class SiAccordionComponent implements AfterContentInit, OnChanges {
9
+ /** @defaultValue true */
10
+ readonly expandFirstPanel: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
11
+ /** @defaultValue false */
12
+ readonly fullHeight: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
13
+ /** @defaultValue false */
14
+ readonly hcollapsed: import("@angular/core").InputSignal<boolean>;
15
+ /**
16
+ * Color to use for component background
17
+ * @deprecated This has no effect anymore. Will be removed in v48
18
+ **/
19
+ readonly colorVariant: import("@angular/core").InputSignal<BackgroundColorVariant | undefined>;
20
+ /**
21
+ * Indicate whether the accordion is collapsed.
22
+ * @internal
23
+ */
24
+ readonly collapsed: import("@angular/core").Signal<boolean>;
25
+ private readonly panels;
26
+ private responsive;
27
+ private destroyer;
28
+ private service;
29
+ private resizeObserver;
30
+ private element;
31
+ private accordionHCollapseService;
32
+ ngOnChanges(): void;
33
+ ngAfterContentInit(): void;
34
+ private calcFullHeight;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAccordionComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiAccordionComponent, "si-accordion", never, { "expandFirstPanel": { "alias": "expandFirstPanel"; "required": false; "isSignal": true; }; "fullHeight": { "alias": "fullHeight"; "required": false; "isSignal": true; }; "hcollapsed": { "alias": "hcollapsed"; "required": false; "isSignal": true; }; "colorVariant": { "alias": "colorVariant"; "required": false; "isSignal": true; }; }, {}, ["panels"], ["*"], true, never>;
37
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./si-accordion.component";
3
+ import * as i2 from "./si-collapsible-panel.component";
4
+ export declare class SiAccordionModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAccordionModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SiAccordionModule, never, [typeof i1.SiAccordionComponent, typeof i2.SiCollapsiblePanelComponent], [typeof i1.SiAccordionComponent, typeof i2.SiCollapsiblePanelComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SiAccordionModule>;
8
+ }
@@ -0,0 +1,17 @@
1
+ import { Subject } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ /** @internal */
4
+ export declare class SiAccordionService {
5
+ /**
6
+ * Emit an item in the accordion which should be toggled.
7
+ */
8
+ readonly toggle$: Subject<any>;
9
+ /**
10
+ * Subject to emit when the items should be expanded to their full height or restored to normal height.
11
+ *
12
+ * @defaultValue null
13
+ */
14
+ readonly fullHeight: import("@angular/core").WritableSignal<boolean | null>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAccordionService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiAccordionService>;
17
+ }
@@ -0,0 +1,89 @@
1
+ import { BackgroundColorVariant } from '@siemens/element-ng/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SiCollapsiblePanelComponent {
4
+ /**
5
+ * Heading for the collapsible panel.
6
+ */
7
+ readonly heading: import("@angular/core").InputSignal<string | undefined>;
8
+ /**
9
+ * Additional CSS classes for the top element.
10
+ *
11
+ * @defaultValue ''
12
+ */
13
+ readonly headerCssClasses: import("@angular/core").InputSignal<string>;
14
+ /**
15
+ * Additional CSS classes for the collapsible content region.
16
+ *
17
+ * @defaultValue ''
18
+ */
19
+ readonly contentBgClasses: import("@angular/core").InputSignal<string>;
20
+ /**
21
+ * Additional CSS classes for the wrapping content element.
22
+ *
23
+ * @defaultValue ''
24
+ */
25
+ readonly contentCssClasses: import("@angular/core").InputSignal<string>;
26
+ /**
27
+ * Expand/collapse the panel.
28
+ *
29
+ * @defaultValue false
30
+ */
31
+ readonly opened: import("@angular/core").ModelSignal<boolean>;
32
+ /**
33
+ * The icon to be displayed besides the heading.
34
+ */
35
+ readonly icon: import("@angular/core").InputSignal<string | undefined>;
36
+ /**
37
+ * Whether the si-collapsible-panel is disabled.
38
+ *
39
+ * @defaultValue false
40
+ */
41
+ readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
42
+ /** Color to use for component background */
43
+ readonly colorVariant: import("@angular/core").InputSignal<BackgroundColorVariant | undefined>;
44
+ /**
45
+ * Defines the content of the optional badge. Should be a number or something like "100+".
46
+ * if undefined or empty string, no badge is displayed
47
+ */
48
+ readonly badge: import("@angular/core").InputSignal<string | number | undefined>;
49
+ /**
50
+ * Defines the background color of the badge. Default is specific to SiMPL flavour.
51
+ */
52
+ readonly badgeColor: import("@angular/core").InputSignal<string | undefined>;
53
+ /**
54
+ * An event emitted when the user triggered expand/collapse and emit with the new open state.
55
+ * The event is emitted before the animation happens.
56
+ */
57
+ readonly panelToggle: import("@angular/core").OutputEmitterRef<boolean>;
58
+ /**
59
+ * An event emitted when the user triggered expand/collapse.
60
+ * The event is emitted before the animation happens.
61
+ * @deprecated use {@link panelToggle} instead
62
+ */
63
+ readonly toggle: import("@angular/core").OutputEmitterRef<boolean>;
64
+ protected readonly hcollapsed: import("@angular/core").Signal<boolean>;
65
+ protected readonly fullHeight: import("@angular/core").Signal<boolean>;
66
+ protected controlId: string;
67
+ protected headerId: string;
68
+ protected isHCollapsible: boolean;
69
+ protected readonly icons: Record<"elementDown2", string>;
70
+ private readonly destroyRef;
71
+ private readonly accordionService;
72
+ private readonly accordionHCollapseService;
73
+ private enableAnimation;
74
+ private readonly animationsGloballyDisabled;
75
+ private lastScrollPos;
76
+ private readonly contentRef;
77
+ constructor();
78
+ protected get showHide(): string;
79
+ /**
80
+ * Expand/collapse panel.
81
+ * @param open - indicate the panel shall open or close
82
+ * @param enableAnimation - with animation
83
+ */
84
+ openClose(open: boolean, enableAnimation?: boolean): void;
85
+ protected doToggle(event?: Event): void;
86
+ protected keydown(event: KeyboardEvent): void;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiCollapsiblePanelComponent, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiCollapsiblePanelComponent, "si-collapsible-panel", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "headerCssClasses": { "alias": "headerCssClasses"; "required": false; "isSignal": true; }; "contentBgClasses": { "alias": "contentBgClasses"; "required": false; "isSignal": true; }; "contentCssClasses": { "alias": "contentCssClasses"; "required": false; "isSignal": true; }; "opened": { "alias": "opened"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "colorVariant": { "alias": "colorVariant"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "badgeColor": { "alias": "badgeColor"; "required": false; "isSignal": true; }; }, { "opened": "openedChange"; "panelToggle": "panelToggle"; "toggle": "toggle"; }, never, ["[si-panel-heading]", "*"], true, never>;
89
+ }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ export * from './si-action-dialog.service';
6
+ export * from './si-action-dialog.types';
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-action-modal.mjs"
3
+ }
@@ -0,0 +1,49 @@
1
+ import { ModalDependencyInjectionOptions } from '@siemens/element-ng/modal';
2
+ import { Observable } from 'rxjs';
3
+ import { ActionDialog, ActionDialogReturnType, AlertDialogResult, ConfirmationDialogResult, DeleteConfirmationDialogResult, EditDiscardDialogResult } from './si-action-dialog.types';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * The service provides convenient methods to show common modal dialogs.
7
+ * All return an observable, which emit the dialog results. After emitting,
8
+ * the observables complete. Therefore, clients do not need to unsubscribe.
9
+ */
10
+ export declare class SiActionDialogService {
11
+ private modalService;
12
+ /**
13
+ * Show an alert dialog.
14
+ * @deprecated use `showActionDialog({ type: 'alert', ... })` instead
15
+ */
16
+ showAlertDialog(message: string, heading?: string, confirmBtnName?: string, translationParams?: {
17
+ [key: string]: any;
18
+ }, icon?: string, diOptions?: ModalDependencyInjectionOptions): Observable<AlertDialogResult>;
19
+ /**
20
+ * Show a confirmation dialog.
21
+ * @deprecated use `showActionDialog({ type: 'confirmation', ... })` instead
22
+ */
23
+ showConfirmationDialog(message: string, heading?: string, confirmBtnName?: string, declineBtnName?: string, translationParams?: {
24
+ [key: string]: any;
25
+ }, icon?: string, diOptions?: ModalDependencyInjectionOptions): Observable<ConfirmationDialogResult>;
26
+ /**
27
+ * Show an edit dialog with the option to discard.
28
+ * @deprecated use `showActionDialog({ type: 'edit-discard', ... })` instead
29
+ */
30
+ showEditDiscardDialog(disableSave?: boolean, message?: string, heading?: string, saveBtnName?: string, discardBtnName?: string, cancelBtnName?: string, disableSaveMessage?: string, disableSaveDiscardBtnName?: string, translationParams?: {
31
+ [key: string]: any;
32
+ }, icon?: string, diOptions?: ModalDependencyInjectionOptions): Observable<EditDiscardDialogResult>;
33
+ /**
34
+ * Show a dialog confirming a deletion.
35
+ * @deprecated use `showActionDialog({ type: 'delete-confirm', ... })` instead
36
+ */
37
+ showDeleteConfirmationDialog(message?: string, heading?: string, deleteBtnName?: string, cancelBtnName?: string, translationParams?: {
38
+ [key: string]: any;
39
+ }, icon?: string, diOptions?: ModalDependencyInjectionOptions): Observable<DeleteConfirmationDialogResult>;
40
+ /**
41
+ * Shows an action dialog
42
+ * @param dialog - The dialog configuration
43
+ * @param diOptions - Optional DI configuration.
44
+ * @returns Observable for the result of the dialog. Need to `subscribe()` to show the dialog
45
+ */
46
+ showActionDialog<T extends ActionDialog>(dialog: T, diOptions?: ModalDependencyInjectionOptions): Observable<ActionDialogReturnType<T>>;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiActionDialogService, never>;
48
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiActionDialogService>;
49
+ }
@@ -0,0 +1,92 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
6
+ import { Observable } from 'rxjs';
7
+ /** @deprecated Will be removed in a future release. Use the string values directly. */
8
+ export declare const AlertDialogResult: {
9
+ readonly Confirm: "confirm";
10
+ };
11
+ export type AlertDialogResult = (typeof AlertDialogResult)[keyof typeof AlertDialogResult];
12
+ /** @deprecated Will be removed in a future release. Use the string values directly. */
13
+ export declare const EditDiscardDialogResult: {
14
+ readonly Save: "save";
15
+ readonly Discard: "discard";
16
+ readonly Cancel: "cancel";
17
+ };
18
+ export type EditDiscardDialogResult = (typeof EditDiscardDialogResult)[keyof typeof EditDiscardDialogResult];
19
+ /** @deprecated Will be removed in a future release. Use the string values directly. */
20
+ export declare const ConfirmationDialogResult: {
21
+ readonly Confirm: "confirm";
22
+ readonly Decline: "decline";
23
+ };
24
+ export type ConfirmationDialogResult = (typeof ConfirmationDialogResult)[keyof typeof ConfirmationDialogResult];
25
+ /** @deprecated Will be removed in a future release. Use the string values directly. */
26
+ export declare const DeleteConfirmationDialogResult: {
27
+ readonly Delete: "delete";
28
+ readonly Cancel: "cancel";
29
+ };
30
+ export type DeleteConfirmationDialogResult = (typeof DeleteConfirmationDialogResult)[keyof typeof DeleteConfirmationDialogResult];
31
+ /**
32
+ * Base type for all action dialogs
33
+ * @typeParam TResult - Type of the dialog result.
34
+ */
35
+ interface ActionDialogBase<TResult> {
36
+ /** The message. */
37
+ message?: TranslatableString;
38
+ /** The heading. */
39
+ heading?: TranslatableString;
40
+ /** Icon displayed in the heading. */
41
+ icon?: string;
42
+ /** Parameters for the translate pipe. */
43
+ translationParams?: Record<string, any>;
44
+ /**
45
+ * Callback for delaying dismiss with a progress indicator until the
46
+ * returned {@link Observable} emits.
47
+ */
48
+ delayDismiss?: (result: TResult) => Observable<TResult>;
49
+ }
50
+ /** An action dialog showing an alert */
51
+ export interface AlertDialog extends ActionDialogBase<AlertDialogResult> {
52
+ type: 'alert';
53
+ /** Label of the confirmation button. */
54
+ confirmBtnName?: TranslatableString;
55
+ }
56
+ /** An action dialog for a confirmation. */
57
+ export interface ConfirmationDialog extends ActionDialogBase<ConfirmationDialogResult> {
58
+ type: 'confirmation';
59
+ /** Label of the confirmation button. */
60
+ confirmBtnName?: TranslatableString;
61
+ /** Label of the decline button. */
62
+ declineBtnName?: TranslatableString;
63
+ }
64
+ /** An action dialog for an edit/discard prompt. */
65
+ export interface EditDiscardDialog extends ActionDialogBase<EditDiscardDialogResult> {
66
+ type: 'edit-discard';
67
+ /** Whether to disable the save button. */
68
+ disableSave?: boolean;
69
+ /** Label of the save button. */
70
+ saveBtnName?: TranslatableString;
71
+ /** Label of the discard button. */
72
+ discardBtnName?: TranslatableString;
73
+ /** Label of the cancel button. */
74
+ cancelBtnName?: TranslatableString;
75
+ /** Message when {@link disableSave} is set. */
76
+ disableSaveMessage?: TranslatableString;
77
+ /** Label of the discard button when {@link disableSave} is set. */
78
+ disableSaveDiscardBtnName?: TranslatableString;
79
+ }
80
+ /** An action dialog for a delete confirmation. */
81
+ export interface DeleteConfirmationDialog extends ActionDialogBase<DeleteConfirmationDialogResult> {
82
+ type: 'delete-confirm';
83
+ /** Label of the delete button. */
84
+ deleteBtnName?: TranslatableString;
85
+ /** Label of the cancel button. */
86
+ cancelBtnName?: TranslatableString;
87
+ }
88
+ /** All possible action dialogs. */
89
+ export type ActionDialog = AlertDialog | ConfirmationDialog | EditDiscardDialog | DeleteConfirmationDialog | never;
90
+ /** Returns the return value type for the given action dialog type */
91
+ export type ActionDialogReturnType<T extends ActionDialogBase<any>> = T extends AlertDialog ? AlertDialogResult : T extends ConfirmationDialog ? ConfirmationDialogResult : T extends EditDiscardDialog ? EditDiscardDialogResult : T extends DeleteConfirmationDialog ? DeleteConfirmationDialogResult : never;
92
+ export {};
@@ -0,0 +1,32 @@
1
+ import { ModalRef } from '@siemens/element-ng/modal';
2
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SiAlertDialogComponent {
5
+ readonly titleId: import("@angular/core").InputSignal<string | undefined>;
6
+ /** @defaultValue '' */
7
+ readonly heading: import("@angular/core").InputSignal<TranslatableString>;
8
+ /** @defaultValue '' */
9
+ readonly message: import("@angular/core").InputSignal<TranslatableString>;
10
+ /**
11
+ * @defaultValue
12
+ * ```
13
+ * $localize`:@@SI_ALERT_DIALOG.OK:OK`
14
+ * ```
15
+ */
16
+ readonly confirmBtnName: import("@angular/core").InputSignal<TranslatableString>;
17
+ /**
18
+ * @defaultValue
19
+ * ```
20
+ * {}
21
+ * ```
22
+ */
23
+ readonly translationParams: import("@angular/core").InputSignal<{
24
+ [key: string]: any;
25
+ }>;
26
+ /** @defaultValue '' */
27
+ readonly icon: import("@angular/core").InputSignal<string>;
28
+ protected modalRef: ModalRef<SiAlertDialogComponent, "confirm">;
29
+ protected loading$: import("rxjs").Observable<"confirm" | undefined>;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAlertDialogComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiAlertDialogComponent, "si-alert-dialog", never, { "titleId": { "alias": "titleId"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "confirmBtnName": { "alias": "confirmBtnName"; "required": false; "isSignal": true; }; "translationParams": { "alias": "translationParams"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
32
+ }
@@ -0,0 +1,40 @@
1
+ import { ModalRef } from '@siemens/element-ng/modal';
2
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
+ import { ConfirmationDialogResult } from '../si-action-dialog.types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SiConfirmationDialogComponent {
6
+ readonly titleId: import("@angular/core").InputSignal<string | undefined>;
7
+ /** @defaultValue '' */
8
+ readonly heading: import("@angular/core").InputSignal<TranslatableString>;
9
+ /** @defaultValue '' */
10
+ readonly message: import("@angular/core").InputSignal<TranslatableString>;
11
+ /**
12
+ * @defaultValue
13
+ * ```
14
+ * $localize`:@@SI_CONFIRMATION_DIALOG.YES:Yes`
15
+ * ```
16
+ */
17
+ readonly confirmBtnName: import("@angular/core").InputSignal<TranslatableString>;
18
+ /**
19
+ * @defaultValue
20
+ * ```
21
+ * $localize`:@@SI_CONFIRMATION_DIALOG.NO:No`
22
+ * ```
23
+ */
24
+ readonly declineBtnName: import("@angular/core").InputSignal<TranslatableString>;
25
+ /**
26
+ * @defaultValue
27
+ * ```
28
+ * {}
29
+ * ```
30
+ */
31
+ readonly translationParams: import("@angular/core").InputSignal<{
32
+ [key: string]: any;
33
+ }>;
34
+ /** @defaultValue '' */
35
+ readonly icon: import("@angular/core").InputSignal<string>;
36
+ protected modalRef: ModalRef<SiConfirmationDialogComponent, ConfirmationDialogResult>;
37
+ protected loading$: import("rxjs").Observable<ConfirmationDialogResult | undefined>;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiConfirmationDialogComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiConfirmationDialogComponent, "si-confirmation-dialog", never, { "titleId": { "alias": "titleId"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "confirmBtnName": { "alias": "confirmBtnName"; "required": false; "isSignal": true; }; "declineBtnName": { "alias": "declineBtnName"; "required": false; "isSignal": true; }; "translationParams": { "alias": "translationParams"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
40
+ }
@@ -0,0 +1,45 @@
1
+ import { ModalRef } from '@siemens/element-ng/modal';
2
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
+ import { DeleteConfirmationDialogResult } from '../si-action-dialog.types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SiDeleteConfirmationDialogComponent {
6
+ readonly titleId: import("@angular/core").InputSignal<string | undefined>;
7
+ /** @defaultValue '' */
8
+ readonly heading: import("@angular/core").InputSignal<TranslatableString>;
9
+ /**
10
+ * @defaultValue
11
+ * ```
12
+ * $localize`:@@SI_DELETE_CONFIRMATION_DIALOG.MESSAGE:Do you really want to delete the selected elements?`
13
+ * ```
14
+ */
15
+ readonly message: import("@angular/core").InputSignal<TranslatableString>;
16
+ /**
17
+ * @defaultValue
18
+ * ```
19
+ * $localize`:@@SI_DELETE_CONFIRMATION_DIALOG.DELETE_BTN:Delete`
20
+ * ```
21
+ */
22
+ readonly deleteBtnName: import("@angular/core").InputSignal<TranslatableString>;
23
+ /**
24
+ * @defaultValue
25
+ * ```
26
+ * $localize`:@@SI_DELETE_CONFIRMATION_DIALOG.CANCEL_BTN:Cancel`
27
+ * ```
28
+ */
29
+ readonly cancelBtnName: import("@angular/core").InputSignal<TranslatableString>;
30
+ /**
31
+ * @defaultValue
32
+ * ```
33
+ * {}
34
+ * ```
35
+ */
36
+ readonly translationParams: import("@angular/core").InputSignal<{
37
+ [key: string]: any;
38
+ }>;
39
+ /** @defaultValue '' */
40
+ readonly icon: import("@angular/core").InputSignal<string>;
41
+ protected modalRef: ModalRef<SiDeleteConfirmationDialogComponent, DeleteConfirmationDialogResult>;
42
+ protected loading$: import("rxjs").Observable<DeleteConfirmationDialogResult | undefined>;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiDeleteConfirmationDialogComponent, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiDeleteConfirmationDialogComponent, "si-delete-confirmation-dialog", never, { "titleId": { "alias": "titleId"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "deleteBtnName": { "alias": "deleteBtnName"; "required": false; "isSignal": true; }; "cancelBtnName": { "alias": "cancelBtnName"; "required": false; "isSignal": true; }; "translationParams": { "alias": "translationParams"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
45
+ }
@@ -0,0 +1,68 @@
1
+ import { ModalRef } from '@siemens/element-ng/modal';
2
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
3
+ import { EditDiscardDialogResult } from '../si-action-dialog.types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SiEditDiscardDialogComponent {
6
+ readonly titleId: import("@angular/core").InputSignal<string | undefined>;
7
+ /** @defaultValue '' */
8
+ readonly heading: import("@angular/core").InputSignal<TranslatableString>;
9
+ /**
10
+ * @defaultValue
11
+ * ```
12
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.MESSAGE:Do you want to save changes to the modified element?`
13
+ * ```
14
+ */
15
+ readonly message: import("@angular/core").InputSignal<TranslatableString>;
16
+ /**
17
+ * @defaultValue
18
+ * ```
19
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.SAVE_BTN:Save`
20
+ * ```
21
+ */
22
+ readonly saveBtnName: import("@angular/core").InputSignal<TranslatableString>;
23
+ /**
24
+ * @defaultValue
25
+ * ```
26
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.DISCARD_BTN:Don't save`
27
+ * ```
28
+ */
29
+ readonly discardBtnName: import("@angular/core").InputSignal<TranslatableString>;
30
+ /**
31
+ * @defaultValue
32
+ * ```
33
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.CANCEL_BTN:Cancel`
34
+ * ```
35
+ */
36
+ readonly cancelBtnName: import("@angular/core").InputSignal<TranslatableString>;
37
+ /** @defaultValue false */
38
+ readonly disableSave: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
39
+ /**
40
+ * @defaultValue
41
+ * ```
42
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_MESSAGE:Do you want to discard the changes`
43
+ * ```
44
+ */
45
+ readonly disableSaveMessage: import("@angular/core").InputSignal<TranslatableString>;
46
+ /**
47
+ * @defaultValue
48
+ * ```
49
+ * $localize`:@@SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_DISCARD_BTN:Discard`
50
+ * ```
51
+ */
52
+ readonly disableSaveDiscardBtnName: import("@angular/core").InputSignal<TranslatableString>;
53
+ /**
54
+ * @defaultValue
55
+ * ```
56
+ * {}
57
+ * ```
58
+ */
59
+ readonly translationParams: import("@angular/core").InputSignal<{
60
+ [key: string]: any;
61
+ }>;
62
+ /** @defaultValue '' */
63
+ readonly icon: import("@angular/core").InputSignal<string>;
64
+ protected modalRef: ModalRef<SiEditDiscardDialogComponent, EditDiscardDialogResult>;
65
+ protected loading$: import("rxjs").Observable<EditDiscardDialogResult | undefined>;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiEditDiscardDialogComponent, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiEditDiscardDialogComponent, "si-edit-discard-dialog", never, { "titleId": { "alias": "titleId"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "saveBtnName": { "alias": "saveBtnName"; "required": false; "isSignal": true; }; "discardBtnName": { "alias": "discardBtnName"; "required": false; "isSignal": true; }; "cancelBtnName": { "alias": "cancelBtnName"; "required": false; "isSignal": true; }; "disableSave": { "alias": "disableSave"; "required": false; "isSignal": true; }; "disableSaveMessage": { "alias": "disableSaveMessage"; "required": false; "isSignal": true; }; "disableSaveDiscardBtnName": { "alias": "disableSaveDiscardBtnName"; "required": false; "isSignal": true; }; "translationParams": { "alias": "translationParams"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
68
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ export * from './si-auto-collapsable-list-item.directive';
6
+ export * from './si-auto-collapsable-list.directive';
7
+ export * from './si-auto-collapsable-list-overflow-item.directive';
8
+ export * from './si-auto-collapsable-list-measurable.class';
9
+ export * from './si-auto-collapsable-list-additional-content.directive';
10
+ export * from './si-auto-collapsable-list.module';
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-auto-collapsable-list.mjs"
3
+ }
@@ -0,0 +1,6 @@
1
+ import { SiAutoCollapsableListMeasurable } from './si-auto-collapsable-list-measurable.class';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SiAutoCollapsableListAdditionalContentDirective extends SiAutoCollapsableListMeasurable {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAutoCollapsableListAdditionalContentDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiAutoCollapsableListAdditionalContentDirective, "[siAutoCollapsableListAdditionalContent]", never, {}, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { AfterViewInit } from '@angular/core';
6
+ import { SiAutoCollapsableListMeasurable } from './si-auto-collapsable-list-measurable.class';
7
+ import * as i0 from "@angular/core";
8
+ export declare class SiAutoCollapsableListItemDirective extends SiAutoCollapsableListMeasurable implements AfterViewInit {
9
+ /**
10
+ * Hide this item even if enough space is available.
11
+ * When calculating the overall available size, this item is still considered when forceHide=true
12
+ *
13
+ * @defaultValue false
14
+ */
15
+ readonly forceHide: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
16
+ /**
17
+ * True if enough space is available for this item.
18
+ *
19
+ * @defaultValue false
20
+ */
21
+ readonly canBeVisible: import("@angular/core").WritableSignal<boolean>;
22
+ /**
23
+ * True if this item is actually visible to the user
24
+ */
25
+ readonly isVisible: import("@angular/core").Signal<boolean>;
26
+ ngAfterViewInit(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAutoCollapsableListItemDirective, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiAutoCollapsableListItemDirective, "[siAutoCollapsableListItem]", ["siAutoCollapsableListItem"], { "forceHide": { "alias": "forceHide"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
29
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { AfterViewInit, ElementRef } from '@angular/core';
6
+ import { Observable } from 'rxjs';
7
+ import * as i0 from "@angular/core";
8
+ export declare class SiAutoCollapsableListMeasurable implements AfterViewInit {
9
+ /** Emits on element width changes. */
10
+ size$: Observable<number>;
11
+ protected readonly elementRef: ElementRef<any>;
12
+ private readonly resizeObserverService;
13
+ ngAfterViewInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiAutoCollapsableListMeasurable, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiAutoCollapsableListMeasurable, never, never, {}, {}, never, never, true, never>;
16
+ }