@yuuvis/client-framework 2.20.0 → 3.0.0-beta.20.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 (382) hide show
  1. package/actions/index.d.ts +230 -9
  2. package/app-bar/index.d.ts +50 -1
  3. package/autocomplete/index.d.ts +89 -3
  4. package/breadcrumb/index.d.ts +112 -2
  5. package/clipboard/index.d.ts +19 -1
  6. package/common/index.d.ts +536 -7
  7. package/datepicker/index.d.ts +380 -6
  8. package/fesm2022/yuuvis-client-framework-actions.mjs +31 -32
  9. package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
  10. package/fesm2022/yuuvis-client-framework-app-bar.mjs +14 -17
  11. package/fesm2022/yuuvis-client-framework-app-bar.mjs.map +1 -1
  12. package/fesm2022/yuuvis-client-framework-autocomplete.mjs +23 -23
  13. package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
  14. package/fesm2022/yuuvis-client-framework-breadcrumb.mjs +7 -8
  15. package/fesm2022/yuuvis-client-framework-breadcrumb.mjs.map +1 -1
  16. package/fesm2022/yuuvis-client-framework-clipboard.mjs +8 -10
  17. package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
  18. package/fesm2022/yuuvis-client-framework-common.mjs +191 -234
  19. package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
  20. package/fesm2022/yuuvis-client-framework-datepicker.mjs +110 -145
  21. package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
  22. package/fesm2022/yuuvis-client-framework-forms.mjs +283 -250
  23. package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
  24. package/fesm2022/yuuvis-client-framework-icons.mjs +18 -19
  25. package/fesm2022/yuuvis-client-framework-icons.mjs.map +1 -1
  26. package/fesm2022/yuuvis-client-framework-list.mjs +61 -57
  27. package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
  28. package/fesm2022/yuuvis-client-framework-master-details.mjs +23 -18
  29. package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
  30. package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -9
  31. package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs.map +1 -1
  32. package/fesm2022/yuuvis-client-framework-metadata-form.mjs +32 -32
  33. package/fesm2022/yuuvis-client-framework-metadata-form.mjs.map +1 -1
  34. package/fesm2022/yuuvis-client-framework-object-details.mjs +129 -120
  35. package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
  36. package/fesm2022/yuuvis-client-framework-object-flavor.mjs +67 -59
  37. package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
  38. package/fesm2022/yuuvis-client-framework-object-form.mjs +58 -60
  39. package/fesm2022/yuuvis-client-framework-object-form.mjs.map +1 -1
  40. package/fesm2022/yuuvis-client-framework-object-preview.mjs +64 -47
  41. package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
  42. package/fesm2022/yuuvis-client-framework-object-relationship.mjs +206 -183
  43. package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
  44. package/fesm2022/yuuvis-client-framework-object-summary.mjs +42 -42
  45. package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
  46. package/fesm2022/yuuvis-client-framework-object-versions.mjs +28 -29
  47. package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
  48. package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs +10 -10
  49. package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs.map +1 -1
  50. package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +16 -16
  51. package/fesm2022/yuuvis-client-framework-overflow-menu.mjs.map +1 -1
  52. package/fesm2022/yuuvis-client-framework-pagination.mjs +7 -8
  53. package/fesm2022/yuuvis-client-framework-pagination.mjs.map +1 -1
  54. package/fesm2022/yuuvis-client-framework-popout.mjs +55 -57
  55. package/fesm2022/yuuvis-client-framework-popout.mjs.map +1 -1
  56. package/fesm2022/yuuvis-client-framework-query-list.mjs +29 -29
  57. package/fesm2022/yuuvis-client-framework-query-list.mjs.map +1 -1
  58. package/fesm2022/yuuvis-client-framework-renderer.mjs +73 -70
  59. package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
  60. package/fesm2022/yuuvis-client-framework-sequence-list.mjs +20 -25
  61. package/fesm2022/yuuvis-client-framework-sequence-list.mjs.map +1 -1
  62. package/fesm2022/yuuvis-client-framework-simple-search.mjs +31 -33
  63. package/fesm2022/yuuvis-client-framework-simple-search.mjs.map +1 -1
  64. package/fesm2022/yuuvis-client-framework-sort.mjs +57 -37
  65. package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
  66. package/fesm2022/yuuvis-client-framework-split-view.mjs +39 -38
  67. package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
  68. package/fesm2022/yuuvis-client-framework-tile-list.mjs +178 -140
  69. package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
  70. package/fesm2022/yuuvis-client-framework-token-search.mjs +22 -22
  71. package/fesm2022/yuuvis-client-framework-token-search.mjs.map +1 -1
  72. package/fesm2022/yuuvis-client-framework-tree.mjs +32 -44
  73. package/fesm2022/yuuvis-client-framework-tree.mjs.map +1 -1
  74. package/fesm2022/yuuvis-client-framework-upload-progress.mjs +22 -26
  75. package/fesm2022/yuuvis-client-framework-upload-progress.mjs.map +1 -1
  76. package/fesm2022/yuuvis-client-framework-widget-grid.mjs +80 -77
  77. package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
  78. package/fesm2022/yuuvis-client-framework.mjs +23 -23
  79. package/fesm2022/yuuvis-client-framework.mjs.map +1 -1
  80. package/forms/index.d.ts +633 -13
  81. package/icons/index.d.ts +79 -4
  82. package/index.d.ts +909 -6
  83. package/lib/assets/i18n/de.json +1 -0
  84. package/lib/assets/i18n/en.json +1 -0
  85. package/list/index.d.ts +380 -4
  86. package/master-details/index.d.ts +69 -3
  87. package/metadata-form/index.d.ts +189 -6
  88. package/metadata-form-defaults/index.d.ts +14 -2
  89. package/object-details/index.d.ts +321 -9
  90. package/object-flavor/index.d.ts +86 -6
  91. package/object-form/index.d.ts +288 -4
  92. package/object-preview/index.d.ts +82 -2
  93. package/object-relationship/index.d.ts +120 -5
  94. package/object-summary/index.d.ts +105 -4
  95. package/object-versions/index.d.ts +43 -2
  96. package/overflow-hidden/index.d.ts +28 -2
  97. package/overflow-menu/index.d.ts +52 -3
  98. package/package.json +12 -12
  99. package/pagination/index.d.ts +31 -2
  100. package/popout/index.d.ts +106 -5
  101. package/query-list/index.d.ts +497 -2
  102. package/renderer/index.d.ts +117 -10
  103. package/sequence-list/index.d.ts +60 -2
  104. package/simple-search/index.d.ts +57 -1
  105. package/sort/index.d.ts +36 -2
  106. package/split-view/index.d.ts +197 -4
  107. package/tile-list/index.d.ts +789 -10
  108. package/token-search/index.d.ts +72 -3
  109. package/tree/index.d.ts +68 -2
  110. package/upload-progress/index.d.ts +44 -2
  111. package/widget-grid/index.d.ts +299 -7
  112. package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
  113. package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
  114. package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
  115. package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
  116. package/actions/lib/actions/download-action/download-action.d.ts +0 -17
  117. package/actions/lib/actions.icon.d.ts +0 -7
  118. package/actions/lib/actions.interface.d.ts +0 -86
  119. package/actions/lib/actions.module.d.ts +0 -11
  120. package/actions/lib/actions.service.d.ts +0 -58
  121. package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
  122. package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
  123. package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
  124. package/app-bar/lib/app-bar.component.d.ts +0 -47
  125. package/autocomplete/lib/autocomplete.component.d.ts +0 -74
  126. package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
  127. package/autocomplete/lib/autocomplete.module.d.ts +0 -7
  128. package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
  129. package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
  130. package/breadcrumb/lib/models/index.d.ts +0 -1
  131. package/clipboard/lib/clipboard.component.d.ts +0 -16
  132. package/common/lib/common.module.d.ts +0 -21
  133. package/common/lib/common.utils.d.ts +0 -2
  134. package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
  135. package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
  136. package/common/lib/components/confirm/confirm.component.d.ts +0 -8
  137. package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
  138. package/common/lib/components/confirm/confirm.service.d.ts +0 -9
  139. package/common/lib/components/dialog/dialog.component.d.ts +0 -10
  140. package/common/lib/components/dialog/dialog.options.d.ts +0 -7
  141. package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
  142. package/common/lib/components/index.d.ts +0 -8
  143. package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
  144. package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
  145. package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
  146. package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
  147. package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
  148. package/common/lib/directives/click-double.directive.d.ts +0 -17
  149. package/common/lib/directives/container-size.directive.d.ts +0 -30
  150. package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
  151. package/common/lib/directives/drag-select.directive.d.ts +0 -21
  152. package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
  153. package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
  154. package/common/lib/directives/focus-within.directive.d.ts +0 -36
  155. package/common/lib/directives/index.d.ts +0 -13
  156. package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
  157. package/common/lib/directives/longpress.directive.d.ts +0 -13
  158. package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
  159. package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
  160. package/common/lib/mat-form-field.abstract.d.ts +0 -41
  161. package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
  162. package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
  163. package/common/lib/services/index.d.ts +0 -4
  164. package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
  165. package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
  166. package/common/lib/services/theme/index.d.ts +0 -3
  167. package/common/lib/services/theme/theme.models.d.ts +0 -16
  168. package/common/lib/services/theme/theme.provider.d.ts +0 -4
  169. package/common/lib/services/theme/theme.service.d.ts +0 -16
  170. package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
  171. package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
  172. package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
  173. package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
  174. package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
  175. package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
  176. package/datepicker/lib/datepicker.component.d.ts +0 -80
  177. package/datepicker/lib/datepicker.interface.d.ts +0 -34
  178. package/datepicker/lib/datepicker.module.d.ts +0 -9
  179. package/datepicker/lib/datepicker.service.d.ts +0 -46
  180. package/datepicker/lib/datepicker.utils.d.ts +0 -23
  181. package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
  182. package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
  183. package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
  184. package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
  185. package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
  186. package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
  187. package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
  188. package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
  189. package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
  190. package/forms/lib/elements/index.d.ts +0 -12
  191. package/forms/lib/elements/number/number.component.d.ts +0 -69
  192. package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
  193. package/forms/lib/elements/organization/organization.component.d.ts +0 -66
  194. package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
  195. package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
  196. package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
  197. package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
  198. package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
  199. package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
  200. package/forms/lib/elements/string/string.component.d.ts +0 -100
  201. package/forms/lib/forms.module.d.ts +0 -17
  202. package/forms/lib/forms.utils.d.ts +0 -4
  203. package/icons/lib/icon.component.d.ts +0 -24
  204. package/icons/lib/icon.service.d.ts +0 -39
  205. package/icons/lib/icons.d.ts +0 -1
  206. package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
  207. package/lib/assets/i18n/ar.json +0 -217
  208. package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
  209. package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
  210. package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
  211. package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
  212. package/lib/config/halo-focus-defaults/index.d.ts +0 -4
  213. package/lib/config/index.d.ts +0 -2
  214. package/lib/config/session/index.d.ts +0 -3
  215. package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
  216. package/lib/config/session/session-default-duration.const.d.ts +0 -47
  217. package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
  218. package/lib/enums/channel-message.enum.d.ts +0 -4
  219. package/lib/enums/index.d.ts +0 -1
  220. package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
  221. package/lib/models/halo-focus-config/index.d.ts +0 -1
  222. package/lib/models/index.d.ts +0 -3
  223. package/lib/models/session/channel-payload.model.d.ts +0 -5
  224. package/lib/models/session/index.d.ts +0 -1
  225. package/lib/models/snack-bar/index.d.ts +0 -3
  226. package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
  227. package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
  228. package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
  229. package/lib/providers/halo-focus/index.d.ts +0 -1
  230. package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
  231. package/lib/providers/index.d.ts +0 -2
  232. package/lib/providers/session/index.d.ts +0 -1
  233. package/lib/providers/session/provide-session.provider.d.ts +0 -43
  234. package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
  235. package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
  236. package/lib/services/index.d.ts +0 -4
  237. package/lib/services/session/session.service.d.ts +0 -113
  238. package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
  239. package/lib/yuuvis-client-framework.module.d.ts +0 -7
  240. package/list/lib/list-item.directive.d.ts +0 -40
  241. package/list/lib/list-tile/list-tile.component.d.ts +0 -14
  242. package/list/lib/list.component.d.ts +0 -320
  243. package/list/lib/list.module.d.ts +0 -9
  244. package/master-details/lib/master-details.component.d.ts +0 -52
  245. package/master-details/lib/master-details.interface.d.ts +0 -7
  246. package/master-details/lib/master-details.module.d.ts +0 -7
  247. package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
  248. package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
  249. package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
  250. package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
  251. package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
  252. package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
  253. package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
  254. package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
  255. package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
  256. package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
  257. package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
  258. package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
  259. package/object-details/lib/object-details.component.d.ts +0 -47
  260. package/object-details/lib/object-details.module.d.ts +0 -12
  261. package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
  262. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
  263. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
  264. package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
  265. package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
  266. package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
  267. package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
  268. package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
  269. package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
  270. package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
  271. package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
  272. package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
  273. package/object-form/lib/form-scripting.service.d.ts +0 -30
  274. package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
  275. package/object-form/lib/object-form-extension.interface.d.ts +0 -22
  276. package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
  277. package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
  278. package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
  279. package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
  280. package/object-form/lib/object-form.component.d.ts +0 -61
  281. package/object-form/lib/object-form.interface.d.ts +0 -69
  282. package/object-form/lib/object-form.module.d.ts +0 -7
  283. package/object-form/lib/object-form.service.d.ts +0 -41
  284. package/object-form/lib/object-form.utils.d.ts +0 -20
  285. package/object-form/lib/object-form.validation.d.ts +0 -21
  286. package/object-preview/lib/components/index.d.ts +0 -2
  287. package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
  288. package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
  289. package/object-preview/lib/services/object-preview.service.d.ts +0 -40
  290. package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
  291. package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
  292. package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
  293. package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
  294. package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
  295. package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
  296. package/object-relationship/lib/object-relationship.component.d.ts +0 -28
  297. package/object-relationship/lib/object-relationship.const.d.ts +0 -10
  298. package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
  299. package/object-relationship/lib/object-relationship.module.d.ts +0 -7
  300. package/object-relationship/lib/object-relationship.service.d.ts +0 -26
  301. package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
  302. package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
  303. package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
  304. package/object-summary/lib/object-summary.module.d.ts +0 -9
  305. package/object-versions/lib/object-versions.component.d.ts +0 -34
  306. package/object-versions/lib/object-versions.module.d.ts +0 -7
  307. package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
  308. package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
  309. package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
  310. package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
  311. package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
  312. package/pagination/lib/pagination.component.d.ts +0 -21
  313. package/pagination/lib/pagination.interface.d.ts +0 -5
  314. package/popout/lib/fullscreen.directive.d.ts +0 -4
  315. package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
  316. package/popout/lib/popout.component.d.ts +0 -59
  317. package/popout/lib/popout.interface.d.ts +0 -24
  318. package/popout/lib/popout.module.d.ts +0 -9
  319. package/query-list/lib/query-list.component.d.ts +0 -488
  320. package/query-list/lib/query-list.module.d.ts +0 -7
  321. package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
  322. package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
  323. package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
  324. package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
  325. package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
  326. package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
  327. package/renderer/lib/property-renderer/index.d.ts +0 -11
  328. package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
  329. package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
  330. package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
  331. package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
  332. package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
  333. package/renderer/lib/renderer.directive.d.ts +0 -13
  334. package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
  335. package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
  336. package/sequence-list/lib/sequence-list.component.d.ts +0 -40
  337. package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
  338. package/simple-search/lib/models/index.d.ts +0 -1
  339. package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
  340. package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
  341. package/sort/lib/sort/models/index.d.ts +0 -1
  342. package/sort/lib/sort/models/sort.interface.d.ts +0 -7
  343. package/sort/lib/sort/sort.component.d.ts +0 -25
  344. package/split-view/lib/split-area-cover.directive.d.ts +0 -15
  345. package/split-view/lib/split-area.directive.d.ts +0 -21
  346. package/split-view/lib/split-view.component.d.ts +0 -159
  347. package/split-view/lib/split-view.interface.d.ts +0 -11
  348. package/split-view/lib/split-view.module.d.ts +0 -8
  349. package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
  350. package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
  351. package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
  352. package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
  353. package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
  354. package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
  355. package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
  356. package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
  357. package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
  358. package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
  359. package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
  360. package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
  361. package/token-search/lib/token-search.component.d.ts +0 -35
  362. package/token-search/lib/token-search.interface.d.ts +0 -27
  363. package/token-search/lib/token-search.module.d.ts +0 -7
  364. package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
  365. package/tree/lib/tree.component.d.ts +0 -53
  366. package/tree/lib/tree.interface.d.ts +0 -11
  367. package/tree/lib/tree.service.d.ts +0 -35
  368. package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
  369. package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
  370. package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
  371. package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
  372. package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
  373. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
  374. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
  375. package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
  376. package/widget-grid/lib/widget-grid.component.d.ts +0 -52
  377. package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
  378. package/widget-grid/lib/widget-grid.module.d.ts +0 -8
  379. package/widget-grid/lib/widget-grid.service.d.ts +0 -45
  380. package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
  381. package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
  382. package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
@@ -1,62 +0,0 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { HaloFocusConfig } from '../../models';
3
- /**
4
- * Provides and initializes the Halo Focus feature for the Angular application.
5
- *
6
- * This function sets up a global visual accessibility enhancement that creates a
7
- * "halo" border around keyboard-focused elements, making navigation more visible
8
- * and improving the user experience for keyboard users.
9
- *
10
- * **What It Does:**
11
- * - Registers HaloFocusService and HaloUtility as application-wide providers
12
- * - Automatically initializes the service during app startup via APP_INITIALIZER
13
- * - Runs initialization outside Angular zone for optimal performance
14
- * - Creates a persistent halo element that tracks focus throughout the application
15
- *
16
- * **Key Features:**
17
- * - Keyboard-only focus indication (respects CSS :focus-visible)
18
- * - Performance-optimized with requestAnimationFrame and zone-free execution
19
- * - Fully customizable via global config or per-element attributes
20
- * - Supports container-level defaults for consistent styling
21
- * - Automatic visibility detection and responsive to DOM changes
22
- *
23
- * **Configuration Options:**
24
- * @param config - Optional global configuration object
25
- * @param config.innerColor - Inner color of the halo (default: 'var(--ymt-primary)')
26
- * @param config.outerColor - Outer color around the halo (default: 'rgba(from var(--ymt-primary) r g b / 0.2)')
27
- *
28
- * @returns EnvironmentProviders for the Halo Focus feature
29
- *
30
- * @example
31
- * // Basic usage in app.config.ts
32
- * export const appConfig: ApplicationConfig = {
33
- * providers: [
34
- * provideHaloFocus()
35
- * ]
36
- * };
37
- *
38
- * @example
39
- * // With custom configuration
40
- * export const appConfig: ApplicationConfig = {
41
- * providers: [
42
- * provideHaloFocus({
43
- * innerColor: '#007bff',
44
- * outerColor: 'rgba(0, 123, 255, 0.25)'
45
- * })
46
- * ]
47
- * };
48
- *
49
- * @example
50
- * // Using element-level attributes in your template
51
- * <button halo-color="red">Custom Red Halo</button>
52
- * <input halo-offset="5" />
53
- * <select halo-skip>No Halo</select>
54
- *
55
- * @example
56
- * // Using container-level attributes
57
- * <form halo-container halo-container-color="blue" halo-container-offset="5">
58
- * <input /> <!-- Will use blue color and 5px offset -->
59
- * <button halo-color="red">Submit</button> <!-- Overrides with red -->
60
- * </form>
61
- */
62
- export declare function provideHaloFocus(config?: HaloFocusConfig): EnvironmentProviders;
@@ -1,2 +0,0 @@
1
- export * from './halo-focus';
2
- export * from './session';
@@ -1 +0,0 @@
1
- export * from './provide-session.provider';
@@ -1,43 +0,0 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- /**
3
- * Provides and initializes the SessionService at application startup.
4
- *
5
- * What it does
6
- * - Registers SessionService as a singleton to manage session expiry across the app
7
- * - Runs `session.init()` via APP_INITIALIZER when the app boots
8
- * - Initializes cross-tab BroadcastChannel sync, HTTP debounce hooks, and user-activity listeners
9
- * - Automatically tracks HTTP activity and user interactions to extend sessions
10
- *
11
- * Usage scenarios
12
- *
13
- * Scenario 1: Known session duration at startup
14
- * When the session duration is predetermined and constant, provide it here.
15
- * ```ts
16
- * // app.config.ts
17
- * export const appConfig: ApplicationConfig = {
18
- * providers: [
19
- * provideSession(30 * 60 * 1000), // 30 minutes
20
- * ]
21
- * };
22
- * ```
23
- *
24
- * Scenario 2: Dynamic session duration from backend
25
- * When the session duration is determined after login (e.g., from backend response),
26
- * omit the parameter here and call `startSession()` after receiving the duration.
27
- * ```ts
28
- * // app.config.ts
29
- * export const appConfig: ApplicationConfig = {
30
- * providers: [
31
- * provideSession(), // Defaults to 30 minutes until startSession() is called
32
- * ]
33
- * };
34
- *
35
- * // After login in AuthService:
36
- * login().subscribe(response => {
37
- * sessionService.startSession(response.sessionExpiresIn); // Set actual duration
38
- * });
39
- * ```
40
- *
41
- * @param sessionDuration Optional session duration in milliseconds. If omitted, defaults to 30 minutes (1800000ms).
42
- */
43
- export declare function provideSession(sessionDuration?: number): EnvironmentProviders;
@@ -1,95 +0,0 @@
1
- import { HaloFocusConfig } from '../../models';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Service that creates and manages a visual "halo" border around keyboard-focused elements
5
- * to enhance navigation visibility and improve accessibility.
6
- *
7
- * This service operates globally across the application, automatically tracking focus events
8
- * and dynamically positioning a halo element around the currently focused element. The halo
9
- * responds to window scrolls, resizes, and DOM mutations to maintain accurate positioning.
10
- *
11
- * **Key Features:**
12
- * - Keyboard-only focus indication (respects :focus-visible)
13
- * - Performance-optimized with requestAnimationFrame and runs outside Angular zone
14
- * - Element-level and container-level customization support
15
- * - Automatic visibility detection (handles clipping, hidden elements, etc.)
16
- * - Responsive to dynamic DOM changes via ResizeObserver and MutationObserver
17
- * - Smart exclusion for Angular Material form fields (prevents redundant styling)
18
- *
19
- * **Usage:**
20
- * 1. Add `provideHaloFocus()` to your providers array in app.config.ts
21
- * 2. The service initializes automatically and appends a halo element to the DOM
22
- * 3. Optionally customize appearance globally or per-element using attributes
23
- *
24
- * **Element-Level Attributes:**
25
- * - `halo-skip` - Excludes element from halo highlighting
26
- * - `halo-color="color"` - Custom halo color (e.g., "blue", "#00ff00", "rgb(255,0,0)")
27
- * - `halo-offset="value"` - Custom numeric offset in pixels (default: 3)
28
- *
29
- * **Container-Level Attributes:**
30
- * Define default halo styles for all focused children. Child elements can override
31
- * container settings with their own halo-* attributes.
32
- *
33
- * - `halo-container` - Marks element as a halo container (required for other attributes)
34
- * - `halo-container-skip` - Excludes all focused children from halo highlighting
35
- * - `halo-container-color="color"` - Default halo color for focused children
36
- * - `halo-container-offset="value"` - Default offset for focused children
37
- *
38
- * **Material Form Field Integration:**
39
- * Elements inside Angular Material form fields (mat-form-field) are automatically excluded
40
- * from halo focus to prevent visual conflicts with Material's built-in focus styling.
41
- * Excluded elements: input, mat-select (configurable via haloExcludedElementsInMatFormField)
42
- *
43
- * @example
44
- * ```html
45
- * <!-- Element-level customization -->
46
- * <button halo-color="red">Custom Red Halo</button>
47
- * <input halo-offset="5" />
48
- * <select halo-skip>No Halo</select>
49
- *
50
- * <!-- Container-level defaults -->
51
- * <form halo-container halo-container-color="blue" halo-container-offset="5">
52
- * <input /> <!-- Inherits blue color and 5px offset -->
53
- * <button halo-color="red">Submit</button> <!-- Overrides with red, keeps 5px offset -->
54
- * </form>
55
- * ```
56
- *
57
- * **Performance Notes:**
58
- * - Service runs outside Angular's zone to prevent unnecessary change detection
59
- * - Uses requestAnimationFrame for smooth rendering
60
- * - Only shows halo for keyboard interactions (respects :focus-visible)
61
- *
62
- * @see {@link provideHaloFocus} for initialization and configuration
63
- * @see {@link HaloFocusConfig} for global configuration options
64
- */
65
- export declare class HaloFocusService {
66
- #private;
67
- /**
68
- * Initializes the Halo Focus service and sets up the global halo tracking system.
69
- *
70
- * This method performs the following initialization steps:
71
- * 1. Applies optional configuration for halo appearance (inner and outer colors)
72
- * 2. Creates and appends the halo DIV element to the document body
73
- * 3. Attaches global event listeners for focus, blur, keyboard, mouse, scroll, and resize events
74
- * 4. Sets up ResizeObserver and MutationObserver for tracking dynamic DOM changes
75
- *
76
- * **Lifecycle:**
77
- * - Called automatically by `provideHaloFocus()` during app initialization
78
- * - Runs outside Angular's zone to prevent triggering change detection
79
- * - Initializes only once per application lifecycle
80
- *
81
- * **Performance:**
82
- * - Uses passive event listeners where applicable
83
- * - Leverages requestAnimationFrame for efficient rendering
84
- * - Observers are conditionally created only if browser supports them
85
- *
86
- * @param config - Optional configuration object for customizing halo appearance
87
- * @param config.innerColor - Custom inner color (overrides default primary color)
88
- * @param config.outerColor - Custom outer color (overrides default shadow)
89
- *
90
- * @internal This method should not be called manually; use `provideHaloFocus()` instead
91
- */
92
- init(config?: HaloFocusConfig): void;
93
- static ɵfac: i0.ɵɵFactoryDeclaration<HaloFocusService, never>;
94
- static ɵprov: i0.ɵɵInjectableDeclaration<HaloFocusService>;
95
- }
@@ -1,245 +0,0 @@
1
- import { HaloFocusConfig } from '../../models';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Utility service providing helper methods for the Halo Focus feature.
5
- *
6
- * This service contains pure utility functions for:
7
- * - Element validation (focusability, visibility, focus-visible state)
8
- * - Material form field detection and exclusion logic
9
- * - Style calculations (colors, offsets, positioning)
10
- * - DOM traversal (finding halo containers, checking parent visibility)
11
- * - Halo element manipulation (size, color, position)
12
- *
13
- * **Scope & Performance:**
14
- * This service is intentionally NOT provided in root (`providedIn: 'root'` is omitted).
15
- * Instead, it's provided locally via `provideHaloFocus()`, ensuring it's only instantiated
16
- * when the Halo Focus feature is actually used. This optimization prevents unnecessary
17
- * service creation in applications that don't use halo focus.
18
- *
19
- * **Note:** This service is used exclusively by `HaloFocusService` and should not be
20
- * injected or used elsewhere in the application.
21
- *
22
- * @internal
23
- */
24
- export declare class HaloUtilityService {
25
- /**
26
- * Checks if an element is focusable (can receive keyboard focus).
27
- *
28
- * An element is considered focusable if:
29
- * - It has a non-negative tabIndex (>= 0), OR
30
- * - It's a natively focusable element (A, BUTTON, INPUT, SELECT, TEXTAREA), OR
31
- * - It has contentEditable enabled
32
- *
33
- * @param element - Element to check
34
- * @returns true if element can receive focus, false otherwise
35
- */
36
- isFocusable(element: Element | null): element is HTMLElement;
37
- /**
38
- * Checks if an element is inside a Material form field (mat-form-field).
39
- *
40
- * Traverses up the DOM tree from the element to check if any parent
41
- * has the `mat-form-field` tag name. This is used to determine if
42
- * certain elements should skip halo focus because they're already
43
- * styled by Angular Material.
44
- *
45
- * **Search Scope:**
46
- * - Starts from element itself
47
- * - Stops at document.body
48
- * - Returns true on first mat-form-field match
49
- *
50
- * @param element - The element to check
51
- * @returns true if element is inside a mat-form-field, false otherwise
52
- */
53
- isElementInsideMatFormField(element: HTMLElement): boolean;
54
- /**
55
- * Determines if an element should be excluded from halo focus when inside mat-form-field.
56
- *
57
- * Checks two conditions:
58
- * 1. Element tag name matches one of the excluded selectors (input, mat-select, etc.)
59
- * 2. Element is inside a mat-form-field component
60
- *
61
- * If both conditions are true, the element should skip halo focus because
62
- * Angular Material already provides adequate focus styling.
63
- *
64
- * **Excluded Elements (configurable via haloExcludedElementsInMatFormField):**
65
- * - `input` elements inside mat-form-field
66
- * - `textarea` elements inside mat-form-field
67
- * - `mat-select` elements inside mat-form-field
68
- *
69
- * **Note:** Elements outside mat-form-field will NOT be skipped, even if
70
- * their tag matches the exclusion list.
71
- *
72
- * @param element - The focused element to check
73
- * @returns true if element should be skipped (no halo), false if halo should be shown
74
- */
75
- shouldSkipElementInMatFormField(element: HTMLElement): boolean;
76
- /**
77
- * Determines if an element should display the halo based on :focus-visible state.
78
- *
79
- * This method respects the CSS :focus-visible pseudo-class, which indicates that
80
- * focus was triggered by keyboard navigation (not mouse clicks). The halo only appears
81
- * when both conditions are met:
82
- * 1. Element matches :focus-visible (browser determines this)
83
- * 2. Last user interaction was via keyboard (tracked by service)
84
- *
85
- * **Fallback:** If browser doesn't support :focus-visible, falls back to checking
86
- * lastInteractionWasKeyboard only.
87
- *
88
- * @param element - The currently focused element
89
- * @param lastInteractionWasKeyboard - Whether the last interaction was a keyboard event
90
- * @returns true if halo should be visible, false otherwise
91
- */
92
- matchesFocusVisible(element: HTMLElement, lastInteractionWasKeyboard: boolean): boolean;
93
- /**
94
- * Checks if an element is actually visible on the page.
95
- *
96
- * Performs comprehensive visibility checks including:
97
- * - Element has non-zero dimensions (width and height > 0)
98
- * - Element is not hidden via CSS (display: none, visibility: hidden, opacity: 0)
99
- * - Element is not clipped by parent containers with overflow: hidden/clip
100
- * - All parent elements in the hierarchy are visible
101
- *
102
- * This prevents the halo from appearing around technically focused but visually
103
- * hidden elements (e.g., elements in collapsed sections, off-screen elements).
104
- *
105
- * @param element - Element to check for visibility
106
- * @returns true if element is visible to the user, false otherwise
107
- */
108
- isElementVisible(element: HTMLElement): boolean;
109
- /**
110
- * Calculates the visible portion of an element considering overflow clipping from parent containers.
111
- *
112
- * Traverses up the DOM tree checking for parents with overflow clipping (hidden/clip/auto/scroll).
113
- * For each clipping parent, calculates the intersection between the element's current visible area
114
- * and the parent's boundaries, progressively clipping the visible rectangle.
115
- *
116
- * This is essential for showing halo focus only around the visible portion of elements that are
117
- * partially scrolled out of view.
118
- *
119
- * @param element - The element to calculate visible rectangle for
120
- * @returns The visible rectangle, or null if element is completely hidden
121
- */
122
- getVisibleRect(element: HTMLElement): DOMRect | null;
123
- /**
124
- * Recursively checks if all parent elements are visible and not clipping the target element.
125
- *
126
- * Traverses up the DOM tree from the element to document.body, checking each parent for:
127
- * - Hidden state (display: none, visibility: hidden, opacity: 0)
128
- * - Overflow clipping (overflow: hidden/clip) that completely hides the element
129
- *
130
- * If any parent has overflow clipping, calculates the visible intersection area.
131
- * Returns false if element is completely clipped (no visible area).
132
- *
133
- * @param element - The element whose parents should be checked
134
- * @param rect - The bounding rectangle of the element
135
- * @returns true if element has visible area within all parent containers, false otherwise
136
- */
137
- isParentVisible(element: HTMLElement, rect: DOMRect): boolean;
138
- /**
139
- * Generates the complete CSS styles for the halo element, merging defaults with custom config.
140
- *
141
- * Takes the base styles from `haloFocusStyles` constant and overrides specific properties
142
- * if custom configuration is provided. This allows global style customization while
143
- * maintaining all required base styles.
144
- *
145
- * **Configurable Properties:**
146
- * - Inner color (via config.innerColor)
147
- * - Outer color (via config.outerColor)
148
- *
149
- * **Non-configurable Properties:**
150
- * - position, pointerEvents, zIndex, opacity, transform (always use defaults)
151
- *
152
- * @param config - Optional global configuration object
153
- * @returns Complete CSS style declaration object for the halo element
154
- */
155
- getHaloFocusStyles(config?: HaloFocusConfig): Partial<CSSStyleDeclaration>;
156
- /**
157
- * Finds the nearest parent element marked as a halo container.
158
- *
159
- * Traverses up the DOM tree looking for an element with the `halo-container` attribute.
160
- * Container elements can define default halo styles (color, offset) that apply to all
161
- * their focused children, unless overridden by child-specific halo-* attributes.
162
- *
163
- * **Search Scope:**
164
- * - Starts from element's immediate parent
165
- * - Stops at document.body (does not check body itself)
166
- * - Returns first matching ancestor
167
- *
168
- * @param element - The focused element to search from
169
- * @returns The nearest halo container element, or null if none found
170
- */
171
- getHaloContainer(element: HTMLElement): HTMLElement | null;
172
- /**
173
- * Converts any CSS color format to rgba with specified alpha transparency.
174
- *
175
- * Handles multiple color formats:
176
- * - **rgba**: Replaces existing alpha value
177
- * - **rgb**: Converts to rgba by appending alpha
178
- * - **Hex** (#RRGGBB): Converts to rgba format
179
- * - **Named colors**: Uses modern CSS `color-mix` function with alpha
180
- *
181
- * Used internally to create outer colors with reduced opacity from inner colors.
182
- *
183
- * @param color - CSS color in any valid format (rgba, rgb, hex, named)
184
- * @param alpha - Alpha transparency value (0-1)
185
- * @returns Color in rgba format with specified alpha
186
- */
187
- getColorWithAlpha(color: string, alpha: number): string;
188
- /**
189
- * Calculates the offset (distance) between the halo border and element edges.
190
- *
191
- * Determines offset using the following priority order:
192
- * 1. **Element's own attributes** (highest priority):
193
- * - `halo-offset="value"` - Custom numeric value
194
- * 2. **Parent container attributes** (if element has no offset):
195
- * - `halo-container-offset="value"`
196
- * 3. **Default offset** (if nothing specified): 3px
197
- *
198
- * @param element - The focused element to calculate offset for
199
- * @returns Offset value in pixels
200
- */
201
- getTargetOffset(element: HTMLElement | null): number;
202
- /**
203
- * Applies custom color styling to the halo element based on element or container attributes.
204
- *
205
- * Color resolution priority:
206
- * 1. **Element's own color**: `halo-color="color"` attribute (highest priority)
207
- * 2. **Container's color**: `halo-container-color="color"` from nearest halo container
208
- * 3. **Default color**: From global config or base styles (if no custom color found)
209
- *
210
- * When custom color is found:
211
- * - Sets inner color (2px solid border) with the custom color
212
- * - Sets outer color (shadow) to match, with 20% alpha transparency for subtle depth
213
- *
214
- * When no custom color:
215
- * - Resets to default styles from config or haloFocusStyles constant
216
- *
217
- * @param element - The focused element (checked for halo-color attribute)
218
- * @param haloElement - The halo DIV element to apply styles to
219
- * @param config - Optional global config for default colors
220
- */
221
- setCustomColor(element: HTMLElement, haloElement: HTMLDivElement, config?: HaloFocusConfig): void;
222
- /**
223
- * Positions and sizes the halo element to surround the focused element.
224
- *
225
- * Calculates halo dimensions and position based on:
226
- * - Element's visible bounding rectangle (considering overflow clipping)
227
- * - Calculated offset from getTargetOffset() (custom or default)
228
- * - Element's border-radius for matching rounded corners
229
- *
230
- * **Calculation Details:**
231
- * - Uses getVisibleRect to get only the visible portion of the element
232
- * - Position: Visible rect's top/left minus offset (for outside positioning)
233
- * - Size: Visible rect's width/height plus 2× offset (to extend on all sides)
234
- * - Border radius: Inherited from focused element's computed style
235
- *
236
- * Uses Math.floor for position and Math.ceil for dimensions to prevent
237
- * subpixel rendering issues and ensure full element coverage.
238
- *
239
- * @param currentElement - The currently focused element to surround
240
- * @param haloElement - The halo DIV element to position and size
241
- */
242
- setHaloElementSize(currentElement: HTMLElement, haloElement: HTMLDivElement): void;
243
- static ɵfac: i0.ɵɵFactoryDeclaration<HaloUtilityService, never>;
244
- static ɵprov: i0.ɵɵInjectableDeclaration<HaloUtilityService>;
245
- }
@@ -1,4 +0,0 @@
1
- export * from './halo-focus/halo-focus.service';
2
- export * from './halo-utility/halo-utility.service';
3
- export * from './session/session.service';
4
- export * from './snack-bar/snack-bar.service';
@@ -1,113 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Manages client-side session expiry: persists expiration, tracks user and HTTP activity,
4
- * shows a pre-expiry popup with an extend CTA, and syncs state across tabs via BroadcastChannel.
5
- *
6
- * Key behaviors
7
- * - Persists `expiresAt` in AppCacheService so multiple tabs share the same deadline
8
- * - Automatically listens to BackendService HTTP activity (debounced) to extend sessions
9
- * - Extends backend session by calling `/api-web/api/idm/whoami` endpoint` (skipped when triggered by HTTP activity)
10
- * - User activity (mouse, keyboard, scroll) inside a defined window will auto-extend the session
11
- * - Displays a snack popup shortly before expiry; user can extend from the popup
12
- * - Broadcasts `SessionExtended` / `SessionLogout` to keep tabs in sync
13
- *
14
- * Setup options
15
- *
16
- * Option 1: Known session duration at startup
17
- * Use when the session duration is known in advance and remains constant.
18
- * ```ts
19
- * // app.config.ts
20
- * export const appConfig: ApplicationConfig = {
21
- * providers: [
22
- * provideSession(30 * 60 * 1000), // 30 minutes - set at app startup
23
- * ]
24
- * };
25
- * ```
26
- *
27
- * Option 2: Dynamic session duration from backend
28
- * Use when the session duration is determined after login (e.g., from backend response).
29
- * ```ts
30
- * // app.config.ts
31
- * export const appConfig: ApplicationConfig = {
32
- * providers: [
33
- * provideSession(), // Initialize without duration (defaults to 30 minutes)
34
- * ]
35
- * };
36
- *
37
- * // After login in AuthService:
38
- * login().subscribe(response => {
39
- * const sessionDuration = response.sessionExpiresIn; // from backend
40
- * sessionService.startSession(sessionDuration);
41
- * });
42
- * ```
43
- * Note: If no duration is provided to provideSession(), a default of 30 minutes is used until startSession() is called.
44
- *
45
- * Lifecycle notes
46
- * - HTTP activity is automatically tracked via BackendService.httpCommunicationOccurred$
47
- * - Backend session is extended via whoami endpoint, except when triggered by HTTP activity or cross-tab sync
48
- * - Internal flag prevents recursive whoami calls when the endpoint itself triggers httpCommunicationOccurred$
49
- * - Warning and logout timers are reset on every extend
50
- * - All timers and the popup are cleared on logout
51
- * - Broadcast messages are listened for and mirrored across tabs
52
- * - For UI activity, this service listens to DOM events (mousemove, keydown, click, scroll)
53
- */
54
- export declare class SessionService {
55
- #private;
56
- private translate;
57
- /**
58
- * Initializes cross-tab listeners and activity hooks.
59
- *
60
- * IMPORTANT: This is automatically called by `provideSession()` via APP_INITIALIZER.
61
- * You should NOT call this manually - just add `provideSession()` to your app providers.
62
- *
63
- * What it does:
64
- * - Initializes session with provided or default duration value
65
- * - Wires BroadcastChannel subscriptions for cross-tab sync
66
- * - Subscribes to BackendService.httpCommunicationOccurred$ for automatic HTTP activity tracking
67
- * - Attaches DOM event listeners (mousemove, keydown, click, scroll) for the activity window
68
- */
69
- init(sessionDuration?: number): void;
70
- /**
71
- * Sets the session duration and starts the session lifecycle.
72
- *
73
- * Use this method when you need to set or update the session duration dynamically,
74
- * typically after receiving authentication/session information from the backend.
75
- *
76
- * This is the correct approach when:
77
- * - Session duration is not known at application startup
78
- * - Duration comes from a backend API response after login
79
- * - You need to manually override the duration set via provideSession()
80
- *
81
- * Example:
82
- * ```ts
83
- * // After login in AuthService
84
- * login().subscribe(response => {
85
- * this.sessionService.startSession(response.sessionExpiresIn);
86
- * });
87
- * ```
88
- *
89
- * @param duration Total session length in milliseconds
90
- */
91
- startSession(duration: number): void;
92
- /**
93
- * Extends the session expiry, resets all timers, and optionally broadcasts to other tabs.
94
- *
95
- * @param broadcast When true (default), posts a BroadcastChannel message so other tabs sync
96
- * @param expiresAt Optional custom expiry timestamp; if not provided, calculates based on session duration
97
- * @param skipBackendCall When true, skips the whoami backend call (used when already triggered by HTTP activity)
98
- */
99
- extendSession(broadcast?: boolean, expiresAt?: number, skipBackendCall?: boolean): void;
100
- private listenToChannel;
101
- private scheduleActivityWindow;
102
- private showPopup;
103
- private scheduleLogout;
104
- private performLogout;
105
- private setupHttpDebounce;
106
- private setupUserActivityTracking;
107
- private resetAllTimers;
108
- private getExpiresAt;
109
- private setExpiresAt;
110
- private clearTimers;
111
- static ɵfac: i0.ɵɵFactoryDeclaration<SessionService, never>;
112
- static ɵprov: i0.ɵɵInjectableDeclaration<SessionService>;
113
- }
@@ -1,22 +0,0 @@
1
- import { MatSnackBarRef } from '@angular/material/snack-bar';
2
- import { SnackBarLevel, SnackBarOptions } from '../../models';
3
- import * as i0 from "@angular/core";
4
- export declare class SnackBarService {
5
- #private;
6
- info(message: string, action?: string, duration?: number): MatSnackBarRef<SnackBarComponent>;
7
- success(message: string, action?: string, duration?: number): MatSnackBarRef<SnackBarComponent>;
8
- warning(message: string, action?: string, duration?: number): MatSnackBarRef<SnackBarComponent>;
9
- danger(message: string, action?: string, duration?: number): MatSnackBarRef<SnackBarComponent>;
10
- snack(message: string, options: SnackBarOptions): MatSnackBarRef<SnackBarComponent>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<SnackBarService>;
13
- }
14
- export declare class SnackBarComponent {
15
- #private;
16
- level: import("@angular/core").WritableSignal<SnackBarLevel>;
17
- message: import("@angular/core").WritableSignal<string>;
18
- action: import("@angular/core").WritableSignal<string | undefined>;
19
- dismiss(withAction?: boolean): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackBarComponent, "yuv-snack-bar-component", never, {}, {}, never, never, true, never>;
22
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class YuuvisClientFrameworkModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<YuuvisClientFrameworkModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuuvisClientFrameworkModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<YuuvisClientFrameworkModule>;
7
- }
@@ -1,40 +0,0 @@
1
- import { Highlightable } from '@angular/cdk/a11y';
2
- import { AfterViewInit } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Directive for list items. It is used in the `yuvList` component
6
- * to keep track of active and selected items. Every element with this
7
- * directive will be treated as a list item and can be selected and focused.
8
- *
9
- *```html
10
- * <yuv-list (itemSelect)="itemSelected($event)">
11
- * <div yuvListItem>Entry #1</div>
12
- * <div yuvListItem>Entry #2</div>
13
- * </yuv-list>
14
- * ```
15
- */
16
- export declare class ListItemDirective implements Highlightable, AfterViewInit {
17
- #private;
18
- onClick?: (evt: MouseEvent) => void;
19
- disabled?: boolean | undefined;
20
- /**
21
- * Whether the item is active or not.
22
- */
23
- active: import("@angular/core").InputSignal<boolean>;
24
- /**
25
- * Whether the item is selected or not.
26
- */
27
- selected: import("@angular/core").InputSignal<boolean>;
28
- selectedInput: import("@angular/core").WritableSignal<any>;
29
- activeInput: import("@angular/core").WritableSignal<any>;
30
- focusableChildren: Element[];
31
- focusedIndex: number;
32
- onHostClick(evt: MouseEvent): void;
33
- setActiveStyles(): void;
34
- setInactiveStyles(): void;
35
- focusNext(): void;
36
- focusPrevious(): void;
37
- ngAfterViewInit(): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "[yuvListItem]", never, { "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
40
- }
@@ -1,14 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ListTileComponent {
4
- iconSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
5
- titleSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
6
- descriptionSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
7
- asideSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
8
- actionsSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
9
- badgesSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
10
- metaSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
11
- extensionSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ListTileComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ListTileComponent, "yuv-list-tile", never, {}, {}, ["iconSlot", "titleSlot", "descriptionSlot", "asideSlot", "actionsSlot", "badgesSlot", "metaSlot", "extensionSlot"], ["*"], true, never>;
14
- }