@yuuvis/client-framework 2.20.1 → 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 (379) 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 +59 -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 +71 -68
  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 +119 -121
  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/list/index.d.ts +380 -4
  84. package/master-details/index.d.ts +69 -3
  85. package/metadata-form/index.d.ts +189 -6
  86. package/metadata-form-defaults/index.d.ts +14 -2
  87. package/object-details/index.d.ts +321 -9
  88. package/object-flavor/index.d.ts +86 -6
  89. package/object-form/index.d.ts +288 -4
  90. package/object-preview/index.d.ts +82 -2
  91. package/object-relationship/index.d.ts +120 -5
  92. package/object-summary/index.d.ts +105 -4
  93. package/object-versions/index.d.ts +43 -2
  94. package/overflow-hidden/index.d.ts +28 -2
  95. package/overflow-menu/index.d.ts +52 -3
  96. package/package.json +12 -12
  97. package/pagination/index.d.ts +31 -2
  98. package/popout/index.d.ts +106 -5
  99. package/query-list/index.d.ts +497 -2
  100. package/renderer/index.d.ts +117 -10
  101. package/sequence-list/index.d.ts +60 -2
  102. package/simple-search/index.d.ts +57 -1
  103. package/sort/index.d.ts +36 -2
  104. package/split-view/index.d.ts +197 -4
  105. package/tile-list/index.d.ts +789 -10
  106. package/token-search/index.d.ts +72 -3
  107. package/tree/index.d.ts +68 -2
  108. package/upload-progress/index.d.ts +44 -2
  109. package/widget-grid/index.d.ts +299 -7
  110. package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
  111. package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
  112. package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
  113. package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
  114. package/actions/lib/actions/download-action/download-action.d.ts +0 -17
  115. package/actions/lib/actions.icon.d.ts +0 -7
  116. package/actions/lib/actions.interface.d.ts +0 -86
  117. package/actions/lib/actions.module.d.ts +0 -11
  118. package/actions/lib/actions.service.d.ts +0 -58
  119. package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
  120. package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
  121. package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
  122. package/app-bar/lib/app-bar.component.d.ts +0 -47
  123. package/autocomplete/lib/autocomplete.component.d.ts +0 -74
  124. package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
  125. package/autocomplete/lib/autocomplete.module.d.ts +0 -7
  126. package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
  127. package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
  128. package/breadcrumb/lib/models/index.d.ts +0 -1
  129. package/clipboard/lib/clipboard.component.d.ts +0 -16
  130. package/common/lib/common.module.d.ts +0 -21
  131. package/common/lib/common.utils.d.ts +0 -2
  132. package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
  133. package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
  134. package/common/lib/components/confirm/confirm.component.d.ts +0 -8
  135. package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
  136. package/common/lib/components/confirm/confirm.service.d.ts +0 -9
  137. package/common/lib/components/dialog/dialog.component.d.ts +0 -10
  138. package/common/lib/components/dialog/dialog.options.d.ts +0 -7
  139. package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
  140. package/common/lib/components/index.d.ts +0 -8
  141. package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
  142. package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
  143. package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
  144. package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
  145. package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
  146. package/common/lib/directives/click-double.directive.d.ts +0 -17
  147. package/common/lib/directives/container-size.directive.d.ts +0 -30
  148. package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
  149. package/common/lib/directives/drag-select.directive.d.ts +0 -21
  150. package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
  151. package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
  152. package/common/lib/directives/focus-within.directive.d.ts +0 -36
  153. package/common/lib/directives/index.d.ts +0 -13
  154. package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
  155. package/common/lib/directives/longpress.directive.d.ts +0 -13
  156. package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
  157. package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
  158. package/common/lib/mat-form-field.abstract.d.ts +0 -41
  159. package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
  160. package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
  161. package/common/lib/services/index.d.ts +0 -4
  162. package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
  163. package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
  164. package/common/lib/services/theme/index.d.ts +0 -3
  165. package/common/lib/services/theme/theme.models.d.ts +0 -16
  166. package/common/lib/services/theme/theme.provider.d.ts +0 -4
  167. package/common/lib/services/theme/theme.service.d.ts +0 -16
  168. package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
  169. package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
  170. package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
  171. package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
  172. package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
  173. package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
  174. package/datepicker/lib/datepicker.component.d.ts +0 -80
  175. package/datepicker/lib/datepicker.interface.d.ts +0 -34
  176. package/datepicker/lib/datepicker.module.d.ts +0 -9
  177. package/datepicker/lib/datepicker.service.d.ts +0 -46
  178. package/datepicker/lib/datepicker.utils.d.ts +0 -23
  179. package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
  180. package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
  181. package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
  182. package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
  183. package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
  184. package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
  185. package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
  186. package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
  187. package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
  188. package/forms/lib/elements/index.d.ts +0 -12
  189. package/forms/lib/elements/number/number.component.d.ts +0 -69
  190. package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
  191. package/forms/lib/elements/organization/organization.component.d.ts +0 -66
  192. package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
  193. package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
  194. package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
  195. package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
  196. package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
  197. package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
  198. package/forms/lib/elements/string/string.component.d.ts +0 -100
  199. package/forms/lib/forms.module.d.ts +0 -17
  200. package/forms/lib/forms.utils.d.ts +0 -4
  201. package/icons/lib/icon.component.d.ts +0 -24
  202. package/icons/lib/icon.service.d.ts +0 -39
  203. package/icons/lib/icons.d.ts +0 -1
  204. package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
  205. package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
  206. package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
  207. package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
  208. package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
  209. package/lib/config/halo-focus-defaults/index.d.ts +0 -4
  210. package/lib/config/index.d.ts +0 -2
  211. package/lib/config/session/index.d.ts +0 -3
  212. package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
  213. package/lib/config/session/session-default-duration.const.d.ts +0 -47
  214. package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
  215. package/lib/enums/channel-message.enum.d.ts +0 -4
  216. package/lib/enums/index.d.ts +0 -1
  217. package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
  218. package/lib/models/halo-focus-config/index.d.ts +0 -1
  219. package/lib/models/index.d.ts +0 -3
  220. package/lib/models/session/channel-payload.model.d.ts +0 -5
  221. package/lib/models/session/index.d.ts +0 -1
  222. package/lib/models/snack-bar/index.d.ts +0 -3
  223. package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
  224. package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
  225. package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
  226. package/lib/providers/halo-focus/index.d.ts +0 -1
  227. package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
  228. package/lib/providers/index.d.ts +0 -2
  229. package/lib/providers/session/index.d.ts +0 -1
  230. package/lib/providers/session/provide-session.provider.d.ts +0 -43
  231. package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
  232. package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
  233. package/lib/services/index.d.ts +0 -4
  234. package/lib/services/session/session.service.d.ts +0 -113
  235. package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
  236. package/lib/yuuvis-client-framework.module.d.ts +0 -7
  237. package/list/lib/list-item.directive.d.ts +0 -40
  238. package/list/lib/list-tile/list-tile.component.d.ts +0 -14
  239. package/list/lib/list.component.d.ts +0 -320
  240. package/list/lib/list.module.d.ts +0 -9
  241. package/master-details/lib/master-details.component.d.ts +0 -52
  242. package/master-details/lib/master-details.interface.d.ts +0 -7
  243. package/master-details/lib/master-details.module.d.ts +0 -7
  244. package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
  245. package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
  246. package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
  247. package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
  248. package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
  249. package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
  250. package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
  251. package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
  252. package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
  253. package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
  254. package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
  255. package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
  256. package/object-details/lib/object-details.component.d.ts +0 -47
  257. package/object-details/lib/object-details.module.d.ts +0 -12
  258. package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
  259. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
  260. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
  261. package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
  262. package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
  263. package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
  264. package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
  265. package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
  266. package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
  267. package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
  268. package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
  269. package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
  270. package/object-form/lib/form-scripting.service.d.ts +0 -30
  271. package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
  272. package/object-form/lib/object-form-extension.interface.d.ts +0 -22
  273. package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
  274. package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
  275. package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
  276. package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
  277. package/object-form/lib/object-form.component.d.ts +0 -61
  278. package/object-form/lib/object-form.interface.d.ts +0 -69
  279. package/object-form/lib/object-form.module.d.ts +0 -7
  280. package/object-form/lib/object-form.service.d.ts +0 -41
  281. package/object-form/lib/object-form.utils.d.ts +0 -20
  282. package/object-form/lib/object-form.validation.d.ts +0 -21
  283. package/object-preview/lib/components/index.d.ts +0 -2
  284. package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
  285. package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
  286. package/object-preview/lib/services/object-preview.service.d.ts +0 -40
  287. package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
  288. package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
  289. package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
  290. package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
  291. package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
  292. package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
  293. package/object-relationship/lib/object-relationship.component.d.ts +0 -28
  294. package/object-relationship/lib/object-relationship.const.d.ts +0 -10
  295. package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
  296. package/object-relationship/lib/object-relationship.module.d.ts +0 -7
  297. package/object-relationship/lib/object-relationship.service.d.ts +0 -26
  298. package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
  299. package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
  300. package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
  301. package/object-summary/lib/object-summary.module.d.ts +0 -9
  302. package/object-versions/lib/object-versions.component.d.ts +0 -34
  303. package/object-versions/lib/object-versions.module.d.ts +0 -7
  304. package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
  305. package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
  306. package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
  307. package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
  308. package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
  309. package/pagination/lib/pagination.component.d.ts +0 -21
  310. package/pagination/lib/pagination.interface.d.ts +0 -5
  311. package/popout/lib/fullscreen.directive.d.ts +0 -4
  312. package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
  313. package/popout/lib/popout.component.d.ts +0 -59
  314. package/popout/lib/popout.interface.d.ts +0 -24
  315. package/popout/lib/popout.module.d.ts +0 -9
  316. package/query-list/lib/query-list.component.d.ts +0 -488
  317. package/query-list/lib/query-list.module.d.ts +0 -7
  318. package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
  319. package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
  320. package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
  321. package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
  322. package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
  323. package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
  324. package/renderer/lib/property-renderer/index.d.ts +0 -11
  325. package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
  326. package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
  327. package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
  328. package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
  329. package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
  330. package/renderer/lib/renderer.directive.d.ts +0 -13
  331. package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
  332. package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
  333. package/sequence-list/lib/sequence-list.component.d.ts +0 -40
  334. package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
  335. package/simple-search/lib/models/index.d.ts +0 -1
  336. package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
  337. package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
  338. package/sort/lib/sort/models/index.d.ts +0 -1
  339. package/sort/lib/sort/models/sort.interface.d.ts +0 -7
  340. package/sort/lib/sort/sort.component.d.ts +0 -25
  341. package/split-view/lib/split-area-cover.directive.d.ts +0 -15
  342. package/split-view/lib/split-area.directive.d.ts +0 -21
  343. package/split-view/lib/split-view.component.d.ts +0 -159
  344. package/split-view/lib/split-view.interface.d.ts +0 -11
  345. package/split-view/lib/split-view.module.d.ts +0 -8
  346. package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
  347. package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
  348. package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
  349. package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
  350. package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
  351. package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
  352. package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
  353. package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
  354. package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
  355. package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
  356. package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
  357. package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
  358. package/token-search/lib/token-search.component.d.ts +0 -35
  359. package/token-search/lib/token-search.interface.d.ts +0 -27
  360. package/token-search/lib/token-search.module.d.ts +0 -7
  361. package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
  362. package/tree/lib/tree.component.d.ts +0 -53
  363. package/tree/lib/tree.interface.d.ts +0 -11
  364. package/tree/lib/tree.service.d.ts +0 -35
  365. package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
  366. package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
  367. package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
  368. package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
  369. package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
  370. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
  371. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
  372. package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
  373. package/widget-grid/lib/widget-grid.component.d.ts +0 -52
  374. package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
  375. package/widget-grid/lib/widget-grid.module.d.ts +0 -8
  376. package/widget-grid/lib/widget-grid.service.d.ts +0 -45
  377. package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
  378. package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
  379. package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
@@ -1,86 +0,0 @@
1
- import { DmsObject } from '@yuuvis/client-core';
2
- import { Observable } from 'rxjs';
3
- export type ActionClass = {
4
- new (...args: any[]): any;
5
- };
6
- export declare class AbstractContextAction {
7
- context?: ActionContext;
8
- constructor(context?: ActionContext);
9
- }
10
- export interface BaseAction {
11
- /**
12
- * Equals the selector of the actions selector (will be set by the action service)
13
- */
14
- id: string;
15
- /**
16
- * label to be displayed inside the action menu
17
- */
18
- label: string;
19
- /**
20
- * description to be displayed inside the action menu
21
- */
22
- description?: string;
23
- /**
24
- * @ignore
25
- */
26
- icon: string;
27
- /**
28
- * actions priority defining the position of the action within the whole list of actions
29
- */
30
- priority: number;
31
- /**
32
- * group of actions the action should be part of ('common' or 'further')
33
- */
34
- group: string;
35
- /**
36
- * number of selected items supported by the action
37
- * (SelectionRange.SINGLE_SELECT, SelectionRange.MULTI_SELECT, SelectionRange.MULTI_SELECT_ONLY )
38
- */
39
- range: SelectionRange;
40
- /**
41
- * Types that are supported by the action
42
- */
43
- supports: ActionSupport;
44
- /**
45
- * Determining whether or not the action is executable for the given selection
46
- * @param item Current selection
47
- * @returns true if the action is executable for the current selection, false otherwise
48
- */
49
- isExecutable: (items: DmsObject[]) => Observable<boolean>;
50
- }
51
- export interface ActionSupport {
52
- types?: string[];
53
- sots?: string[];
54
- pattern?: string;
55
- }
56
- export interface ActionContext {
57
- /**
58
- * As actions deal with DmsObjects the subject property is the property that
59
- * should be used to display the name of the object. This may be used for
60
- * showing the name of the object in a confirmation/error dialog or similar.
61
- */
62
- subjectProperty?: string;
63
- /**
64
- * The appId is the id of the application that the action is executed in.
65
- */
66
- appId?: string;
67
- }
68
- export interface Action extends BaseAction {
69
- run: (items: DmsObject[]) => Observable<boolean>;
70
- }
71
- export interface ActionOptions {
72
- context?: ActionContext;
73
- exclude?: string[] | RegExp;
74
- }
75
- export declare enum SelectionRange {
76
- SINGLE_SELECT = 0,
77
- MULTI_SELECT = 1,
78
- MULTI_SELECT_ONLY = 2,
79
- ANY = 3
80
- }
81
- export declare const BASE_ACTION: {
82
- copy: string;
83
- cut: string;
84
- download: string;
85
- delete: string;
86
- };
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@ngx-translate/core";
4
- /**
5
- * Module for the actions library.
6
- */
7
- export declare class ActionsModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ActionsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
11
- }
@@ -1,58 +0,0 @@
1
- import { Signal } from '@angular/core';
2
- import { MatIconRegistry } from '@angular/material/icon';
3
- import { DmsObject } from '@yuuvis/client-core';
4
- import { Observable } from 'rxjs';
5
- import { Action, ActionClass, ActionContext, ActionOptions } from './actions.interface';
6
- import * as i0 from "@angular/core";
7
- export declare class ActionsService {
8
- private readonly injector;
9
- private dialog;
10
- readonly iconRegistry: MatIconRegistry;
11
- private _registeredActions;
12
- /**
13
- * Registers actions that can be used in the application.
14
- * @param a Array of actions to register, each action must have an id and a
15
- * class that extends ActionClass
16
- */
17
- registerActions(a: {
18
- id: string;
19
- action: ActionClass;
20
- }[]): void;
21
- /**
22
- * Conceals actions that are no longer needed or should not be available.
23
- * This will remove the actions from the registered actions list.
24
- * @param actionIDs Array of action IDs to conceal
25
- */
26
- concealActions(actionIDs: string[]): void;
27
- /**
28
- * Returns all actions that are executable for the given selection.
29
- * @param selection Array of DmsObjects to check for executable actions
30
- * @param options options to filter the actions
31
- * @returns Observable of actions that are executable for the given selection
32
- */
33
- getActions(selection: DmsObject[], options?: ActionOptions): Observable<Action[]>;
34
- /**
35
- * Get all available actions. This includes the default actions and all registered actions but
36
- * without checking if they are executable.
37
- * @param context Context passed to the actions
38
- * @returns Array of available actions
39
- */
40
- getAvailableActions(context?: ActionContext): Action[];
41
- getActionsForType(objectTypeId: string, context?: ActionContext): Action[];
42
- getActionById(id: string, context?: ActionContext): Action | undefined;
43
- getActionsById(ids: string[], context?: ActionContext): Action[];
44
- openContextMenu(actions: Signal<Action[]>, callback: (action: Action) => void, overlayOrigin: {
45
- x: number;
46
- y: number;
47
- }): void;
48
- private _actionsSupportsType;
49
- /**
50
- * Registers a set of default actions that are commonly used in the application.
51
- * These actions include delete, download, copy and cut. This method can be called
52
- * during the initialization of the application to ensure that these actions
53
- * are available for use.
54
- */
55
- registerDefaultActions(): void;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<ActionsService, never>;
57
- static ɵprov: i0.ɵɵInjectableDeclaration<ActionsService>;
58
- }
@@ -1,16 +0,0 @@
1
- import { CdkMenu, CdkMenuItem } from '@angular/cdk/menu';
2
- import { ContextMenuAction, ContextMenuItemSelectEvent } from './contextmenu.model';
3
- import * as i0 from "@angular/core";
4
- export declare class ContextmenuComponent {
5
- actions: import("@angular/core").InputSignal<ContextMenuAction[]>;
6
- selection: import("@angular/core").InputSignal<unknown[]>;
7
- itemSelect: import("@angular/core").OutputEmitterRef<ContextMenuItemSelectEvent>;
8
- private translate;
9
- cdkMenu: import("@angular/core").Signal<CdkMenu | undefined>;
10
- menuItems: import("@angular/core").Signal<readonly (CdkMenuItem | null)[]>;
11
- sortedActions: import("@angular/core").Signal<ContextMenuAction[]>;
12
- constructor();
13
- onItemTrigger({ action }: ContextMenuItemSelectEvent): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ContextmenuComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextmenuComponent, "yuv-contextmenu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; }, never, never, true, never>;
16
- }
@@ -1,9 +0,0 @@
1
- import { Action } from '../../actions.interface';
2
- export interface ContextMenuAction extends Action {
3
- iconName?: string;
4
- disabled?: boolean;
5
- executeFn?: (...args: any[]) => void;
6
- }
7
- export interface ContextMenuItemSelectEvent {
8
- action: ContextMenuAction;
9
- }
@@ -1,12 +0,0 @@
1
- import { CdkContextMenuTrigger } from '@angular/cdk/menu';
2
- import { TemplateRef } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class YuvContextMenuTriggerDirective extends CdkContextMenuTrigger {
5
- #private;
6
- menuTemplateRef: TemplateRef<unknown>;
7
- triggerWhen: import("@angular/core").InputSignal<boolean | null>;
8
- constructor();
9
- _openOnContextMenu(event: MouseEvent): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvContextMenuTriggerDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<YuvContextMenuTriggerDirective, "[yuvContextMenuTrigger]", ["yuvContextMenuTrigger"], { "menuTemplateRef": { "alias": "yuvContextMenuTrigger"; "required": false; }; "triggerWhen": { "alias": "yuvContextMenuTriggerWhen"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
- }
@@ -1,47 +0,0 @@
1
- import { ElementRef, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Application bar for yuuvis Momentum apps.
5
- *
6
- * Adding a `#appBarSideNav` template to the components body will show a menu icon
7
- * that opens its content in a sidenav element.
8
- *
9
- * Adding a `#appBarActions` template to the component will add its content to
10
- * the actions section (at the end of the app bar).
11
- *
12
- * @example
13
- * <yuv-app-bar title="MyMomentumApp">
14
- * <ng-template #appBarSideNav>
15
- * ... content supposed to end up in a sidenav ...
16
- * </ng-template>
17
- * <ng-template #appBarPrimaryActions>
18
- * ... content supposed to end up in the app bars primary actions section ...
19
- * </ng-template>
20
- * <ng-template #appBarActions>
21
- * ... content supposed to end up in the app bars actions section ...
22
- * </ng-template>
23
- * </yuv-app-bar>
24
- */
25
- export declare class AppBarComponent {
26
- dialogElement: ElementRef<HTMLDialogElement> | null;
27
- appBarSideNav: TemplateRef<any> | null;
28
- appBarActions: TemplateRef<any> | null;
29
- appBarPrimaryActions: TemplateRef<any> | null;
30
- /**
31
- * Menu icon SVG. By default this will be the hamburger menu icon
32
- */
33
- menuIcon: string;
34
- /**
35
- * App title visible in the app beside the menu
36
- */
37
- appTitle?: string;
38
- /**
39
- * Where to route to, when the title is clicked. Defaults to '/'
40
- */
41
- appTitleRoute?: string;
42
- sidenavVisible: boolean;
43
- toggleSideNav(): void;
44
- onDialogClick(e: MouseEvent): void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "yuv-app-bar", never, { "menuIcon": { "alias": "menuIcon"; "required": false; }; "appTitle": { "alias": "appTitle"; "required": false; }; "appTitleRoute": { "alias": "appTitleRoute"; "required": false; }; }, {}, ["appBarSideNav", "appBarActions", "appBarPrimaryActions"], never, true, never>;
47
- }
@@ -1,74 +0,0 @@
1
- import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { MatAutocomplete, MatAutocompleteActivatedEvent, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
4
- import { MatChipInputEvent } from '@angular/material/chips';
5
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
6
- import { AutocompleteItem } from './autocomplete.interface';
7
- import * as i0 from "@angular/core";
8
- export declare class AutocompleteComponent extends AbstractMatFormField<AutocompleteItem[]> implements ControlValueAccessor, OnInit, OnDestroy {
9
- #private;
10
- ariaLabel: import("@angular/core").InputSignal<string>;
11
- matAutocomplete: import("@angular/core").Signal<MatAutocomplete>;
12
- /**
13
- * Template to be used for rendering selected items in multiselect (multiple="true") mode
14
- */
15
- chipTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
16
- optionTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
17
- /**
18
- * Show a loading spinner
19
- */
20
- busy: import("@angular/core").InputSignal<boolean>;
21
- /**
22
- * Enable multiple values
23
- */
24
- multiple: import("@angular/core").InputSignal<boolean>;
25
- /**
26
- * Force distinct values (only applicable for multiselect)
27
- */
28
- distinctValues: import("@angular/core").InputSignal<boolean>;
29
- /**
30
- * Add user inputs to the list of values when the user leaves the
31
- * control without entering (only applicable for multiselect)
32
- */
33
- addOnBlur: import("@angular/core").InputSignal<boolean>;
34
- /**
35
- * Minimum number of characters entered to trigger suggestions
36
- */
37
- minLength: import("@angular/core").InputSignal<number>;
38
- /**
39
- * Maximum number of items when multiple is true. -1 means no limit.
40
- */
41
- maxItems: import("@angular/core").InputSignal<number>;
42
- /**
43
- * Setting this to `true` will not allow values that are not contained in the suggestions list. The input
44
- * will be cleared on blur if no value from the list has been selected. Also values are only emitted when a
45
- * list item has been selected (usually every key stroke is changing the form controls value)
46
- */
47
- forceSelection: import("@angular/core").InputSignal<boolean>;
48
- _acValues: import("@angular/core").WritableSignal<AutocompleteItem<unknown>[]>;
49
- autocompleteValues: import("@angular/core").InputSignal<AutocompleteItem<unknown>[]>;
50
- autocompleteFnc: import("@angular/core").OutputEmitterRef<string>;
51
- acBlur: import("@angular/core").OutputEmitterRef<void>;
52
- chipsInputDisabled: import("@angular/core").Signal<boolean | null>;
53
- chipsControl: FormControl<AutocompleteItem<unknown>[] | null>;
54
- inputControl: FormControl<string | AutocompleteItem<unknown>>;
55
- ngControl: import("@angular/forms").NgControl | null;
56
- displayFn(i: AutocompleteItem): string;
57
- acOptionSelected(event: MatAutocompleteSelectedEvent): void;
58
- acOptionActivated(event: MatAutocompleteActivatedEvent): void;
59
- acPanelClosed(): void;
60
- readonly separatorKeysCodes: number[];
61
- add(event: MatChipInputEvent): void;
62
- onInputBlur(): void;
63
- removeItem(item: AutocompleteItem): void;
64
- private _onChange;
65
- private _onTouched;
66
- writeValue(value: readonly AutocompleteItem[] | AutocompleteItem): void;
67
- registerOnChange(fn: (value: readonly AutocompleteItem[] | null) => void): void;
68
- registerOnTouched(fn: () => {}): void;
69
- setDisabledState?(isDisabled: boolean): void;
70
- ngOnInit(): void;
71
- ngOnDestroy(): void;
72
- static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "yuv-autocomplete", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "busy": { "alias": "busy"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "distinctValues": { "alias": "distinctValues"; "required": false; "isSignal": true; }; "addOnBlur": { "alias": "addOnBlur"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "maxItems": { "alias": "maxItems"; "required": false; "isSignal": true; }; "forceSelection": { "alias": "forceSelection"; "required": false; "isSignal": true; }; "autocompleteValues": { "alias": "autocompleteValues"; "required": false; "isSignal": true; }; }, { "autocompleteFnc": "autocompleteFnc"; "acBlur": "acBlur"; }, ["chipTemplate", "optionTemplate"], never, true, never>;
74
- }
@@ -1,4 +0,0 @@
1
- export interface AutocompleteItem<T = unknown> {
2
- label: string;
3
- value: T;
4
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./autocomplete.component";
3
- export declare class YuvAutocompleteModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvAutocompleteModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvAutocompleteModule, never, [typeof i1.AutocompleteComponent], [typeof i1.AutocompleteComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvAutocompleteModule>;
7
- }
@@ -1,94 +0,0 @@
1
- import { BreadcrumbItem } from '../models';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * A generic, accessible breadcrumb navigation component.
5
- *
6
- * Renders a flat list of navigation items where the last item always represents
7
- * the current location (non-clickable) and all preceding items are interactive links.
8
- * Each link is individually focusable via standard Tab navigation.
9
- *
10
- * Key behaviors
11
- * - Items are rendered left-to-right, separated by a `/` divider
12
- * - The **last item** is always the current page — displayed as plain text (no link, no click handler)
13
- * - All **preceding items** are rendered as `<a>` links that emit the `navigate` output on click or Enter
14
- * - The component performs **no routing** — the parent handles all navigation logic via the emitted `BreadcrumbItem`
15
- * - Empty `items` array renders nothing (the host element stays in the DOM but is visually empty)
16
- *
17
- * Usage
18
- *
19
- * The parent builds the `BreadcrumbItem[]` and passes it as input. Typically this
20
- * array mirrors the object hierarchy the user navigated through (e.g. Case → Phase → Document).
21
- *
22
- * ```ts
23
- * // Parent component
24
- * breadcrumbItems: BreadcrumbItem[] = [
25
- * { id: 'case-42', name: 'Case #42' }, // ← clickable link
26
- * { id: 'phase-3', name: 'Review' }, // ← clickable link
27
- * { id: 'doc-7', name: 'Contract.pdf' } // ← current location (non-clickable)
28
- * ];
29
- *
30
- * onBreadcrumbNavigate(item: BreadcrumbItem): void {
31
- * // item.id is the domain-specific key — use it to navigate
32
- * this.router.navigate(['/objects', item.id]);
33
- * }
34
- * ```
35
- *
36
- * ```html
37
- * <yuv-breadcrumb
38
- * [items]="breadcrumbItems"
39
- * (navigate)="onBreadcrumbNavigate($event)" />
40
- * ```
41
- *
42
- * Renders visually as:
43
- * ```
44
- * Case #42 / Review / Contract.pdf
45
- * [link] [link] [current]
46
- * ```
47
- */
48
- export declare class YuuvisBreadcrumbComponent {
49
- /**
50
- * Ordered list of breadcrumb items to display.
51
- *
52
- * Each `BreadcrumbItem` has `{ id: string; name: string }` — where `id` is a unique key
53
- * (typically an object/route ID) and `name` is the display label rendered in the trail.
54
- *
55
- * Position determines rendering behavior:
56
- * - All items except the last → clickable `<a>` links
57
- * - Last item → non-clickable text (current location)
58
- *
59
- * Defaults to an empty array, which renders nothing.
60
- *
61
- * @example
62
- * ```ts
63
- * // Case → Document trail
64
- * [items]="[
65
- * { id: 'case-42', name: 'Case #42' },
66
- * { id: 'doc-7', name: 'Invoice.pdf' }
67
- * ]"
68
- * ```
69
- */
70
- items: import("@angular/core").InputSignal<BreadcrumbItem[]>;
71
- /**
72
- * Emitted when the user activates a clickable breadcrumb item (click or Enter key).
73
- *
74
- * The emitted value is the full `BreadcrumbItem` object (`{ id, name }`) that was activated.
75
- * Never emitted for the last item since it is non-clickable.
76
- * The parent is responsible for performing the actual navigation using `item.id`.
77
- *
78
- * @example
79
- * ```ts
80
- * onBreadcrumbNavigate(item: BreadcrumbItem): void {
81
- * // item = { id: 'case-42', name: 'Case #42' }
82
- * this.router.navigate(['/objects', item.id]);
83
- * }
84
- * ```
85
- */
86
- navigate: import("@angular/core").OutputEmitterRef<BreadcrumbItem>;
87
- /**
88
- * Handles click on a breadcrumb link and forwards the item to the parent via `navigate` output.
89
- * Called only for non-last items (the template guards against calling this for the current location).
90
- */
91
- protected onItemClick(item: BreadcrumbItem): void;
92
- static ɵfac: i0.ɵɵFactoryDeclaration<YuuvisBreadcrumbComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<YuuvisBreadcrumbComponent, "yuv-breadcrumb", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "navigate": "navigate"; }, never, never, true, never>;
94
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * A single item in the breadcrumb trail.
3
- *
4
- * `id` is used as the `@for` track expression and emitted back on click.
5
- * `name` is rendered as-is — no truncation, translation, or fallback applied.
6
- * Position in the array determines the role: all items except the last are clickable links;
7
- * the last item is rendered as non-clickable text representing the current location.
8
- */
9
- export interface BreadcrumbItem {
10
- /** Unique identifier — emitted via `navigate` output when the item is activated. */
11
- id: string;
12
- /** Display label shown in the breadcrumb trail. */
13
- name: string;
14
- }
@@ -1 +0,0 @@
1
- export * from './breadcrumb-item.model';
@@ -1,16 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ClipboardData, TranslateService } from '@yuuvis/client-core';
3
- import * as i0 from "@angular/core";
4
- export declare class ClipboardComponent implements OnInit {
5
- #private;
6
- translate: TranslateService;
7
- clipboardData?: ClipboardData;
8
- label?: string;
9
- enablePaste: import("@angular/core").InputSignal<boolean>;
10
- bucket: import("@angular/core").InputSignal<string | undefined>;
11
- paste: import("@angular/core").OutputEmitterRef<void>;
12
- clearClipboard(): void;
13
- ngOnInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "yuv-clipboard", never, { "enablePaste": { "alias": "enablePaste"; "required": false; "isSignal": true; }; "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; }, { "paste": "paste"; }, never, never, true, never>;
16
- }
@@ -1,21 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./directives/busy-overlay.directive";
3
- import * as i2 from "./directives/focus-within.directive";
4
- import * as i3 from "./directives/file-drop-zone/file-drop-zone.directive";
5
- import * as i4 from "./directives/click-double.directive";
6
- import * as i5 from "./directives/light-dismiss.directive";
7
- import * as i6 from "./directives/container-size.directive";
8
- import * as i7 from "./directives/longpress.directive";
9
- import * as i8 from "./directives/drag-select.directive";
10
- import * as i9 from "./directives/drag-scroll.directive";
11
- import * as i10 from "./directives/noop-value-accessor.directive";
12
- import * as i11 from "./directives/autofocus-child.directive";
13
- import * as i12 from "./directives/autofocus-delayed.directive";
14
- import * as i13 from "./directives/scroll-buttons.directive";
15
- import * as i14 from "./components/confirm/confirm.component";
16
- import * as i15 from "./components/scroll-buttons/scroll-buttons.component";
17
- export declare class YuvCommonModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvCommonModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvCommonModule, never, [typeof i1.BusyOverlayDirective, typeof i2.FocusWithinDirective, typeof i3.FileDropZoneDirective, typeof i4.ClickDoubleDirective, typeof i5.LightDismissDirective, typeof i6.ContainerSizeDirective, typeof i7.LongPressDirective, typeof i8.DragSelectDirective, typeof i9.DragScrollDirective, typeof i10.NoopValueAccessorDirective, typeof i11.AutofocusChildDirective, typeof i12.AutofocusDelayedDirective, typeof i13.ScrollButtonsDirective, typeof i14.ConfirmComponent, typeof i15.ScrollButtonsComponent], [typeof i1.BusyOverlayDirective, typeof i2.FocusWithinDirective, typeof i3.FileDropZoneDirective, typeof i4.ClickDoubleDirective, typeof i5.LightDismissDirective, typeof i6.ContainerSizeDirective, typeof i7.LongPressDirective, typeof i8.DragSelectDirective, typeof i9.DragScrollDirective, typeof i10.NoopValueAccessorDirective, typeof i11.AutofocusChildDirective, typeof i12.AutofocusDelayedDirective, typeof i13.ScrollButtonsDirective, typeof i14.ConfirmComponent, typeof i15.ScrollButtonsComponent]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvCommonModule>;
21
- }
@@ -1,2 +0,0 @@
1
- export declare function getFocusableChildren(element: HTMLElement): HTMLElement[];
2
- export declare function getFirstFocusableChild(element: HTMLElement): HTMLElement;
@@ -1,9 +0,0 @@
1
- import { BusyOverlayConfig } from './busy-overlay.interface';
2
- import * as i0 from "@angular/core";
3
- export declare class BusyOverlayComponent {
4
- config: import("@angular/core").InputSignal<BusyOverlayConfig | undefined>;
5
- error: import("@angular/core").InputSignal<string | undefined>;
6
- errorDismiss: import("@angular/core").OutputEmitterRef<void>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BusyOverlayComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BusyOverlayComponent, "yuv-busy-overlay", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; }, { "errorDismiss": "errorDismiss"; }, never, never, true, never>;
9
- }
@@ -1,4 +0,0 @@
1
- export interface BusyOverlayConfig {
2
- backdropColor?: string;
3
- blur?: boolean;
4
- }
@@ -1,8 +0,0 @@
1
- import { ConfirmOverlayData } from './confirm.interface';
2
- import * as i0 from "@angular/core";
3
- export declare class ConfirmComponent {
4
- readonly dialogData: ConfirmOverlayData;
5
- buttonType: import("@angular/core").Signal<"danger" | "primary">;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "yuv-confirm", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,9 +0,0 @@
1
- export type LevelType = 'success' | 'warning' | 'error' | 'info' | 'default';
2
- export interface ConfirmOverlayData {
3
- title?: string;
4
- message: string;
5
- confirmLabel?: string;
6
- cancelLabel?: string;
7
- hideCancelButton?: boolean;
8
- level?: Extract<LevelType, 'default' | 'info' | 'warning'>;
9
- }
@@ -1,9 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ConfirmOverlayData } from './confirm.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class ConfirmService {
5
- #private;
6
- confirm(data: ConfirmOverlayData): Observable<boolean>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmService>;
9
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DialogComponent {
3
- headertitle: import("@angular/core").InputSignal<string | null>;
4
- /**
5
- * @deprecated use headertitle instead
6
- */
7
- headertitel: import("@angular/core").InputSignal<string | null>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "yuv-dialog", never, { "headertitle": { "alias": "headertitle"; "required": false; "isSignal": true; }; "headertitel": { "alias": "headertitel"; "required": false; "isSignal": true; }; }, {}, never, ["main", "footer"], true, never>;
10
- }
@@ -1,7 +0,0 @@
1
- export declare enum DialogSize {
2
- SMALL = "small",
3
- MEDIUM = "medium",
4
- LARGE = "large",
5
- EXTRA_LARGE = "extra-large",
6
- FULL_SCREEN = "full-screen"
7
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class HaloFocusComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<HaloFocusComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<HaloFocusComponent, "yuv-halo-focus", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,8 +0,0 @@
1
- export * from './dialog/dialog.component';
2
- export * from './dialog/dialog.options';
3
- export * from './confirm/confirm.component';
4
- export * from './retention-badge/retention-badge.component';
5
- export * from './confirm/confirm.interface';
6
- export * from './confirm/confirm.service';
7
- export * from './busy-overlay/busy-overlay.component';
8
- export * from './scroll-buttons/scroll-buttons.component';
@@ -1,9 +0,0 @@
1
- import { DmsObject, RetentionState } from '@yuuvis/client-core';
2
- import * as i0 from "@angular/core";
3
- export declare class RetentionBadgeComponent {
4
- #private;
5
- dmsObject: import("@angular/core").InputSignal<DmsObject>;
6
- retentionData: import("@angular/core").Signal<RetentionState>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<RetentionBadgeComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<RetentionBadgeComponent, "yuv-retention-badge", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,25 +0,0 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Wrapper component that adds left/right scroll buttons when its content overflows horizontally.
5
- * Buttons appear only when there is overflow in the respective direction.
6
- *
7
- * @example
8
- * <yuv-scroll-buttons>
9
- * <mat-chip-grid>...</mat-chip-grid>
10
- * </yuv-scroll-buttons>
11
- */
12
- export declare class ScrollButtonsComponent {
13
- #private;
14
- scrollContainer: import("@angular/core").Signal<ElementRef<HTMLElement>>;
15
- /** How many pixels to scroll per button click. */
16
- scrollAmount: import("@angular/core").InputSignal<number>;
17
- showLeftButton: import("@angular/core").WritableSignal<boolean>;
18
- showRightButton: import("@angular/core").WritableSignal<boolean>;
19
- constructor();
20
- onScroll(): void;
21
- scrollLeft(): void;
22
- scrollRight(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ScrollButtonsComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ScrollButtonsComponent, "yuv-scroll-buttons", never, { "scrollAmount": { "alias": "scrollAmount"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
25
- }
@@ -1,13 +0,0 @@
1
- import { AfterViewInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * Directive putting focus on a 'focusable' child element.
5
- * By default the first focusable child will receive focus.
6
- */
7
- export declare class AutofocusChildDirective implements AfterViewInit {
8
- #private;
9
- set yuvAutofocusChild(s: string);
10
- ngAfterViewInit(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusChildDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusChildDirective, "[yuvAutofocusChild]", never, { "yuvAutofocusChild": { "alias": "yuvAutofocusChild"; "required": false; }; }, {}, never, never, true, never>;
13
- }