@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
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { OverlayRef } from '@angular/cdk/overlay';
6
+ import { ElementRef, Injector, TemplateRef, Type } from '@angular/core';
7
+ import { positions } from '@siemens/element-ng/common';
8
+ import { TranslatableString } from '@siemens/element-translate-ng/translate';
9
+ import * as i0 from "@angular/core";
10
+ /**
11
+ * TooltipRef is attached to a specific element.
12
+ * Use it to show or hide a tooltip for that element.
13
+ *
14
+ * @internal
15
+ */
16
+ declare class TooltipRef {
17
+ private overlayRef;
18
+ private element;
19
+ private describedBy;
20
+ private injector?;
21
+ constructor(overlayRef: OverlayRef, element: ElementRef, describedBy: string, injector?: Injector | undefined);
22
+ show(content: TranslatableString | TemplateRef<any> | Type<any>): void;
23
+ hide(): void;
24
+ destroy(): void;
25
+ }
26
+ /**
27
+ * A service to create tooltips for specific elements.
28
+ * Use this if the tooltip directive is not suitable.
29
+ * Must not be used outside element-ng.
30
+ *
31
+ * @internal
32
+ */
33
+ export declare class SiTooltipService {
34
+ private overlay;
35
+ createTooltip(config: {
36
+ describedBy: string;
37
+ element: ElementRef;
38
+ placement: keyof typeof positions;
39
+ injector?: Injector;
40
+ }): TooltipRef;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTooltipService, never>;
42
+ static ɵprov: i0.ɵɵInjectableDeclaration<SiTooltipService>;
43
+ }
44
+ export type { TooltipRef };
@@ -1,7 +1,35 @@
1
1
  export interface SiTranslatableKeys {
2
+ 'SI_ALERT_DIALOG.OK'?: string;
2
3
  'SI_APPLICATION_HEADER.LAUNCHPAD'?: string;
3
4
  'SI_APPLICATION_HEADER.TOGGLE_ACTIONS'?: string;
4
5
  'SI_APPLICATION_HEADER.TOGGLE_NAVIGATION'?: string;
6
+ 'SI_CONFIRMATION_DIALOG.NO'?: string;
7
+ 'SI_CONFIRMATION_DIALOG.YES'?: string;
8
+ 'SI_CONTENT_ACTION_BAR.TOGGLE'?: string;
9
+ 'SI_DELETE_CONFIRMATION_DIALOG.CANCEL_BTN'?: string;
10
+ 'SI_DELETE_CONFIRMATION_DIALOG.DELETE_BTN'?: string;
11
+ 'SI_DELETE_CONFIRMATION_DIALOG.MESSAGE'?: string;
12
+ 'SI_EDIT_DISCARD_DIALOG.CANCEL_BTN'?: string;
13
+ 'SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_DISCARD_BTN'?: string;
14
+ 'SI_EDIT_DISCARD_DIALOG.DISABLE_SAVE_MESSAGE'?: string;
15
+ 'SI_EDIT_DISCARD_DIALOG.DISCARD_BTN'?: string;
16
+ 'SI_EDIT_DISCARD_DIALOG.MESSAGE'?: string;
17
+ 'SI_EDIT_DISCARD_DIALOG.SAVE_BTN'?: string;
18
+ 'SI_FORM_CONTAINER.ERROR.DATE_FORMAT'?: string;
19
+ 'SI_FORM_CONTAINER.ERROR.EMAIL'?: string;
20
+ 'SI_FORM_CONTAINER.ERROR.IPV4'?: string;
21
+ 'SI_FORM_CONTAINER.ERROR.IPV6'?: string;
22
+ 'SI_FORM_CONTAINER.ERROR.MAX'?: string;
23
+ 'SI_FORM_CONTAINER.ERROR.MAX_DATE'?: string;
24
+ 'SI_FORM_CONTAINER.ERROR.MAX_LENGTH'?: string;
25
+ 'SI_FORM_CONTAINER.ERROR.MIN'?: string;
26
+ 'SI_FORM_CONTAINER.ERROR.MIN_DATE'?: string;
27
+ 'SI_FORM_CONTAINER.ERROR.MIN_LENGTH'?: string;
28
+ 'SI_FORM_CONTAINER.ERROR.NUMBER_FORMAT'?: string;
29
+ 'SI_FORM_CONTAINER.ERROR.PATTERN'?: string;
30
+ 'SI_FORM_CONTAINER.ERROR.REQUIRED'?: string;
31
+ 'SI_FORM_CONTAINER.ERROR.REQUIRED_TRUE'?: string;
32
+ 'SI_LANGUAGE_SWITCHER.LABEL'?: string;
5
33
  'SI_LAUNCHPAD.CLOSE'?: string;
6
34
  'SI_LAUNCHPAD.DEFAULT_CATEGORY_TITLE'?: string;
7
35
  'SI_LAUNCHPAD.FAVORITE_APPS'?: string;
@@ -10,6 +38,24 @@ export interface SiTranslatableKeys {
10
38
  'SI_LAUNCHPAD.SUBTITLE'?: string;
11
39
  'SI_LAUNCHPAD.SUB_TITLE'?: string;
12
40
  'SI_LAUNCHPAD.TITLE'?: string;
41
+ 'SI_LOADING_SPINNER.LABEL'?: string;
13
42
  'SI_NAVBAR.OPEN_LAUNCHPAD'?: string;
14
43
  'SI_NAVBAR.TOGGLE_NAVIGATION'?: string;
44
+ 'SI_PAGINATION.BACK'?: string;
45
+ 'SI_PAGINATION.FORWARD'?: string;
46
+ 'SI_PAGINATION.NAV_LABEL'?: string;
47
+ 'SI_PASSWORD_TOGGLE.HIDE'?: string;
48
+ 'SI_PASSWORD_TOGGLE.SHOW'?: string;
49
+ 'SI_PILLS_INPUT.INPUT_ELEMENT_ARIA_LABEL'?: string;
50
+ 'SI_PROGRESSBAR.LABEL'?: string;
51
+ 'SI_SELECT.NO-RESULTS-FOUND'?: string;
52
+ 'SI_SELECT.SEARCH-PLACEHOLDER'?: string;
53
+ 'SI_SKIP_LINKS.JUMP_TO'?: string;
54
+ 'SI_TOAST.CLOSE'?: string;
55
+ 'SI_TYPEAHEAD.AUTOCOMPLETE_LIST_LABEL'?: string;
56
+ 'SI_WIZARD.BACK'?: string;
57
+ 'SI_WIZARD.CANCEL'?: string;
58
+ 'SI_WIZARD.COMPLETED'?: string;
59
+ 'SI_WIZARD.NEXT'?: string;
60
+ 'SI_WIZARD.SAVE'?: string;
15
61
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ export * from './si-typeahead.directive';
6
+ export * from './si-typeahead.model';
7
+ export * from './si-typeahead.module';
8
+ export * from './si-typeahead-item-template.directive';
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-typeahead.mjs"
3
+ }
@@ -0,0 +1,7 @@
1
+ import { TypeaheadOptionItemContext } from './si-typeahead.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SiTypeaheadItemTemplateDirective {
4
+ static ngTemplateContextGuard(dir: SiTypeaheadItemTemplateDirective, ctx: any): ctx is TypeaheadOptionItemContext;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTypeaheadItemTemplateDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiTypeaheadItemTemplateDirective, "[siTypeaheadItemTemplate]", never, {}, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,22 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { SiAutocompleteDirective } from '@siemens/element-ng/autocomplete';
3
+ import { SiTypeaheadDirective } from './si-typeahead.directive';
4
+ import { TypeaheadMatch } from './si-typeahead.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SiTypeaheadComponent implements OnDestroy, OnInit, AfterViewInit {
7
+ protected parent: SiTypeaheadDirective;
8
+ protected readonly matches: import("@angular/core").Signal<TypeaheadMatch[]>;
9
+ protected multiselect: boolean;
10
+ private renderedMatchesLength;
11
+ private subscription;
12
+ private readonly typeaheadElement;
13
+ protected autocompleteDirective: SiAutocompleteDirective<any>;
14
+ ngOnInit(): void;
15
+ ngAfterViewInit(): void;
16
+ ngOnDestroy(): void;
17
+ protected onMouseDown(event: Event): void;
18
+ protected setHeight(element: ElementRef): void;
19
+ protected selectMatch(match: TypeaheadMatch): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTypeaheadComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiTypeaheadComponent, "si-typeahead", never, {}, {}, never, never, true, never>;
22
+ }
@@ -0,0 +1,196 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { ConnectionPositionPair } from '@angular/cdk/overlay';
6
+ import { OnChanges, OnDestroy, SimpleChanges, TemplateRef } from '@angular/core';
7
+ import { Typeahead, TypeaheadMatch, TypeaheadOptionItemContext } from './si-typeahead.model';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "@siemens/element-ng/autocomplete";
10
+ export declare class SiTypeaheadDirective implements OnChanges, OnDestroy {
11
+ protected static readonly overlayPositions: ConnectionPositionPair[];
12
+ /**
13
+ * Set the options of the typeahead.
14
+ * Has to be either an Array or an Observable of an Array
15
+ * of options (string or object)
16
+ */
17
+ readonly siTypeahead: import("@angular/core").InputSignal<Typeahead>;
18
+ /**
19
+ * Turns on/off the processing (searching and sorting) of the typeahead options.
20
+ * Is used when searching and sorting is done externally.
21
+ *
22
+ * @defaultValue true
23
+ */
24
+ readonly typeaheadProcess: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
25
+ /**
26
+ * Makes the typeahead scrollable and sets its height.
27
+ * Uses {@link typeaheadOptionsInScrollableView} and {@link typeaheadScrollableAdditionalHeight}.
28
+ *
29
+ * @defaultValue false
30
+ */
31
+ readonly typeaheadScrollable: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
32
+ /**
33
+ * If {@link typeaheadScrollable} is `true`, defines the number of items visible at once.
34
+ *
35
+ * @defaultValue 10
36
+ */
37
+ readonly typeaheadOptionsInScrollableView: import("@angular/core").InputSignal<number>;
38
+ /**
39
+ * Defines the maximum number of items added into the DOM. Default is 20 and 0 means unlimited.
40
+ *
41
+ * @defaultValue 20
42
+ */
43
+ readonly typeaheadOptionsLimit: import("@angular/core").InputSignal<number>;
44
+ /**
45
+ * If {@link typeaheadScrollable} is `true`, defines the number of additional pixels
46
+ * to be added the the bottom of the typeahead to show users that it is scrollable.
47
+ *
48
+ * @defaultValue 13
49
+ */
50
+ readonly typeaheadScrollableAdditionalHeight: import("@angular/core").InputSignal<number>;
51
+ /**
52
+ * Defines the index of the item which should automatically be selected.
53
+ *
54
+ * @defaultValue 0
55
+ */
56
+ readonly typeaheadAutoSelectIndex: import("@angular/core").InputSignalWithTransform<number, unknown>;
57
+ /**
58
+ * Defines whether the typeahead can be closed using escape.
59
+ *
60
+ * @defaultValue true
61
+ */
62
+ readonly typeaheadCloseOnEsc: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
63
+ /**
64
+ * Defines whether the host value should be cleared when a value is selected.
65
+ *
66
+ * @defaultValue false
67
+ */
68
+ readonly typeaheadClearValueOnSelect: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
69
+ /**
70
+ * Defines the number of milliseconds to wait before displaying a typeahead after the host was
71
+ * focused or a value inputted.
72
+ *
73
+ * @defaultValue 0
74
+ */
75
+ readonly typeaheadWaitMs: import("@angular/core").InputSignal<number>;
76
+ /**
77
+ * Defines the number of characters the value of the host needs to be before a typeahead is displayed.
78
+ * Use `0` to have it display when focussing the host (clicking or tabbing into it).
79
+ *
80
+ * @defaultValue 1
81
+ */
82
+ readonly typeaheadMinLength: import("@angular/core").InputSignal<number>;
83
+ /**
84
+ * Defines the name of the field/property the option string is in when the typeahead options are objects.
85
+ *
86
+ * @defaultValue 'name'
87
+ */
88
+ readonly typeaheadOptionField: import("@angular/core").InputSignal<string>;
89
+ /**
90
+ * Defines whether multiselection of typeahead is possible with checkboxes.
91
+ *
92
+ * @defaultValue false
93
+ */
94
+ readonly typeaheadMultiSelect: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
95
+ /**
96
+ * Defines whether to tokenize the search or match the whole search.
97
+ *
98
+ * @defaultValue true
99
+ */
100
+ readonly typeaheadTokenize: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
101
+ /**
102
+ * Defines whether and how to require to match with all the tokens if {@link typeaheadTokenize} is enabled.
103
+ * - `no` does not require all of the tokens to match.
104
+ * - `once` requires all of the parts to be found in the search.
105
+ * - `separately` requires all of the parts to be found in the search where there is not an overlapping different result.
106
+ * - `independently` requires all of the parts to be found in the search where there is not an overlapping or adjacent different result.
107
+ * ('independently' also slightly changes sorting behavior in the same way.)
108
+ *
109
+ * @defaultValue 'separately'
110
+ */
111
+ readonly typeaheadMatchAllTokens: import("@angular/core").InputSignal<"no" | "once" | "separately" | "independently">;
112
+ /**
113
+ * Defines an optional template to use as the typeahead match item instead of the one built in.
114
+ * Gets the {@link TypeaheadOptionItemContext} passed to it.
115
+ */
116
+ readonly typeaheadItemTemplate: import("@angular/core").InputSignal<TemplateRef<TypeaheadOptionItemContext> | undefined>;
117
+ /**
118
+ * Skip the sorting of matches.
119
+ * If the value is `true`, the matches are sorted according to {@link SiTypeaheadSorting}.
120
+ *
121
+ * @defaultValue false
122
+ */
123
+ readonly typeaheadSkipSortingMatches: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
124
+ /**
125
+ * Screen reader only label for the autocomplete list.
126
+ *
127
+ * @defaultValue
128
+ * ```
129
+ * $localize`:@@SI_TYPEAHEAD.AUTOCOMPLETE_LIST_LABEL:Suggestions`
130
+ * ```
131
+ */
132
+ readonly typeaheadAutocompleteListLabel: import("@angular/core").InputSignal<import("@siemens/element-translate-ng/translate-types").TranslatableString>;
133
+ /**
134
+ * If set, the typeahead will at minium have the width of the connected input field.
135
+ *
136
+ * @defaultValue false
137
+ */
138
+ readonly typeaheadFullWidth: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
139
+ /**
140
+ * Emits an Event when the input field is changed.
141
+ */
142
+ readonly typeaheadOnInput: import("@angular/core").OutputEmitterRef<string>;
143
+ /**
144
+ * Emits an Event when a typeahead match is selected.
145
+ * The event is a {@link TypeaheadMatch}
146
+ */
147
+ readonly typeaheadOnSelect: import("@angular/core").OutputEmitterRef<TypeaheadMatch>;
148
+ /** @deprecated Never emits. Use {@link typeaheadOpenChange} instead. */
149
+ readonly typeaheadOnMultiselectClose: import("@angular/core").OutputEmitterRef<void>;
150
+ /**
151
+ * Emits an Event when a typeahead full match exists. A full match occurs when the entered text
152
+ * is equal to one of the typeahead options.
153
+ * The event is a {@link TypeaheadMatch}
154
+ */
155
+ readonly typeaheadOnFullMatch: import("@angular/core").OutputEmitterRef<TypeaheadMatch>;
156
+ /** @deprecated Use {@link typeaheadOpenChange} instead. */
157
+ readonly typeaheadClosed: import("@angular/core").OutputEmitterRef<void>;
158
+ /** Emits whenever the typeahead overlay is opened or closed. */
159
+ readonly typeaheadOpenChange: import("@angular/core").OutputEmitterRef<boolean>;
160
+ /** @internal */
161
+ readonly foundMatches: import("@angular/core").WritableSignal<TypeaheadMatch[]>;
162
+ /** @internal */
163
+ readonly query: import("@angular/core").WritableSignal<string>;
164
+ /**
165
+ * Indicates whether the typeahead is shown.
166
+ */
167
+ get typeaheadOpen(): boolean;
168
+ private overlay;
169
+ private elementRef;
170
+ private injector;
171
+ private autoComplete;
172
+ private $typeahead;
173
+ private componentRef?;
174
+ private component?;
175
+ private inputTimer;
176
+ private sourceSubscription?;
177
+ private subscription?;
178
+ private matchSorter;
179
+ private overlayRef?;
180
+ ngOnChanges(changes: SimpleChanges): void;
181
+ protected onBlur(): void;
182
+ protected onInput(event: Event): void;
183
+ protected onKeydownEscape(): void;
184
+ protected onKeydownSpace(event: KeyboardEvent): void;
185
+ ngOnDestroy(): void;
186
+ private loadComponent;
187
+ private getOptionValue;
188
+ private getMatches;
189
+ /** @internal */
190
+ selectMatch(match: TypeaheadMatch): void;
191
+ private removeComponent;
192
+ private clearTimer;
193
+ private escapeRegex;
194
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTypeaheadDirective, never>;
195
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SiTypeaheadDirective, "[siTypeahead]", ["si-typeahead"], { "siTypeahead": { "alias": "siTypeahead"; "required": true; "isSignal": true; }; "typeaheadProcess": { "alias": "typeaheadProcess"; "required": false; "isSignal": true; }; "typeaheadScrollable": { "alias": "typeaheadScrollable"; "required": false; "isSignal": true; }; "typeaheadOptionsInScrollableView": { "alias": "typeaheadOptionsInScrollableView"; "required": false; "isSignal": true; }; "typeaheadOptionsLimit": { "alias": "typeaheadOptionsLimit"; "required": false; "isSignal": true; }; "typeaheadScrollableAdditionalHeight": { "alias": "typeaheadScrollableAdditionalHeight"; "required": false; "isSignal": true; }; "typeaheadAutoSelectIndex": { "alias": "typeaheadAutoSelectIndex"; "required": false; "isSignal": true; }; "typeaheadCloseOnEsc": { "alias": "typeaheadCloseOnEsc"; "required": false; "isSignal": true; }; "typeaheadClearValueOnSelect": { "alias": "typeaheadClearValueOnSelect"; "required": false; "isSignal": true; }; "typeaheadWaitMs": { "alias": "typeaheadWaitMs"; "required": false; "isSignal": true; }; "typeaheadMinLength": { "alias": "typeaheadMinLength"; "required": false; "isSignal": true; }; "typeaheadOptionField": { "alias": "typeaheadOptionField"; "required": false; "isSignal": true; }; "typeaheadMultiSelect": { "alias": "typeaheadMultiSelect"; "required": false; "isSignal": true; }; "typeaheadTokenize": { "alias": "typeaheadTokenize"; "required": false; "isSignal": true; }; "typeaheadMatchAllTokens": { "alias": "typeaheadMatchAllTokens"; "required": false; "isSignal": true; }; "typeaheadItemTemplate": { "alias": "typeaheadItemTemplate"; "required": false; "isSignal": true; }; "typeaheadSkipSortingMatches": { "alias": "typeaheadSkipSortingMatches"; "required": false; "isSignal": true; }; "typeaheadAutocompleteListLabel": { "alias": "typeaheadAutocompleteListLabel"; "required": false; "isSignal": true; }; "typeaheadFullWidth": { "alias": "typeaheadFullWidth"; "required": false; "isSignal": true; }; }, { "typeaheadOnInput": "typeaheadOnInput"; "typeaheadOnSelect": "typeaheadOnSelect"; "typeaheadOnMultiselectClose": "typeaheadOnMultiselectClose"; "typeaheadOnFullMatch": "typeaheadOnFullMatch"; "typeaheadClosed": "typeaheadClosed"; "typeaheadOpenChange": "typeaheadOpenChange"; }, never, never, true, [{ directive: typeof i1.SiAutocompleteDirective; inputs: {}; outputs: {}; }]>;
196
+ }
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { Observable } from 'rxjs';
6
+ /**
7
+ * A singular item to be used in the typeahead.
8
+ * Can be either a string or an object.
9
+ */
10
+ export type TypeaheadOption = string | {
11
+ [key in string | number]: any;
12
+ };
13
+ /**
14
+ * An array of {@link TypeaheadOption}.
15
+ */
16
+ export type TypeaheadArray = TypeaheadOption[];
17
+ /**
18
+ * An observable of a {@link TypeaheadArray} (array of {@link TypeaheadOption}).
19
+ */
20
+ export type TypeaheadObservable = Observable<TypeaheadArray>;
21
+ /**
22
+ * Either a {@link TypeaheadObservable} (observable of a {@link TypeaheadArray}) or a {@link TypeaheadArray}.
23
+ */
24
+ export type Typeahead = TypeaheadArray | TypeaheadObservable;
25
+ /**
26
+ * A segment of a {@link TypeaheadMatch}, which is a matching or non-matching segment of a typeahead option.
27
+ */
28
+ export interface MatchSegment {
29
+ text: string;
30
+ isMatching: boolean;
31
+ matches: number;
32
+ uniqueMatches: number;
33
+ }
34
+ /**
35
+ * A typeahead match, which is a processed typeahead option.
36
+ */
37
+ export interface TypeaheadMatch {
38
+ option: TypeaheadOption;
39
+ text: string;
40
+ result: MatchSegment[];
41
+ stringMatch: boolean;
42
+ atBeginning: boolean;
43
+ matches: number;
44
+ uniqueMatches: number;
45
+ uniqueSeparateMatches: number;
46
+ matchesEntireQuery: boolean;
47
+ matchesAllParts: boolean;
48
+ matchesAllPartsSeparately: boolean;
49
+ itemSelected?: boolean;
50
+ iconClass?: string;
51
+ }
52
+ /**
53
+ * An interface to define the context of a typeahead item template
54
+ */
55
+ export interface TypeaheadOptionItemContext {
56
+ item: TypeaheadOption;
57
+ index: number;
58
+ match: TypeaheadMatch;
59
+ query: string;
60
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./si-typeahead.directive";
3
+ import * as i2 from "./si-typeahead-item-template.directive";
4
+ export declare class SiTypeaheadModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiTypeaheadModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SiTypeaheadModule, never, [typeof i1.SiTypeaheadDirective, typeof i2.SiTypeaheadItemTemplateDirective], [typeof i1.SiTypeaheadDirective, typeof i2.SiTypeaheadItemTemplateDirective]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SiTypeaheadModule>;
8
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ import { TypeaheadMatch } from './si-typeahead.model';
6
+ export declare class SiTypeaheadSorting {
7
+ sortMatches(matches: TypeaheadMatch[]): TypeaheadMatch[];
8
+ private compareMatchesNumbers;
9
+ private compareMatches;
10
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Copyright Siemens 2016 - 2025.
3
+ * SPDX-License-Identifier: MIT
4
+ */
5
+ export * from './si-wizard-step.component';
6
+ export * from './si-wizard.component';
7
+ export * from './si-wizard.module';
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-wizard.mjs"
3
+ }
@@ -0,0 +1,21 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SiWizardStepComponent {
3
+ /** @defaultValue '' */
4
+ readonly heading: import("@angular/core").InputSignal<string>;
5
+ /** @defaultValue true */
6
+ readonly isValid: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
7
+ /** @defaultValue true */
8
+ readonly isNextNavigable: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
9
+ /** @defaultValue false */
10
+ readonly failed: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
11
+ readonly next: import("@angular/core").OutputEmitterRef<void>;
12
+ readonly back: import("@angular/core").OutputEmitterRef<void>;
13
+ readonly save: import("@angular/core").OutputEmitterRef<void>;
14
+ /**
15
+ * Whether this step is currently active or not.
16
+ * @defaultValue false
17
+ */
18
+ readonly isActive: import("@angular/core").WritableSignal<boolean>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiWizardStepComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SiWizardStepComponent, "si-wizard-step", never, { "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "isValid": { "alias": "isValid"; "required": false; "isSignal": true; }; "isNextNavigable": { "alias": "isNextNavigable"; "required": false; "isSignal": true; }; "failed": { "alias": "failed"; "required": false; "isSignal": true; }; }, { "next": "next"; "back": "back"; "save": "save"; }, never, ["*"], true, never>;
21
+ }