@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,9 +1,230 @@
1
- export * from './lib/actions.module';
2
- export * from './lib/actions.service';
3
- export * from './lib/actions/delete-action/delete-action';
4
- export * from './lib/actions/download-action/download-action';
5
- export * from './lib/actions.interface';
6
- export * from './lib/actions.icon';
7
- export * from './lib/components/contextmenu/contextmenu.component';
8
- export * from './lib/components/contextmenu/contextmenu.model';
9
- export * from './lib/components/contextmenu/contextmenuTrigger.directive';
1
+ import * as i0 from '@angular/core';
2
+ import { Signal, TemplateRef } from '@angular/core';
3
+ import * as i1 from '@angular/common';
4
+ import * as i2 from '@ngx-translate/core';
5
+ import { MatIconRegistry } from '@angular/material/icon';
6
+ import { DmsObject } from '@yuuvis/client-core';
7
+ import { Observable } from 'rxjs';
8
+ import { CdkMenu, CdkMenuItem, CdkContextMenuTrigger } from '@angular/cdk/menu';
9
+
10
+ /**
11
+ * Module for the actions library.
12
+ */
13
+ declare class ActionsModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionsModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule], never>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
17
+ }
18
+
19
+ type ActionClass = {
20
+ new (...args: any[]): any;
21
+ };
22
+ declare class AbstractContextAction {
23
+ context?: ActionContext;
24
+ constructor(context?: ActionContext);
25
+ }
26
+ interface BaseAction {
27
+ /**
28
+ * Equals the selector of the actions selector (will be set by the action service)
29
+ */
30
+ id: string;
31
+ /**
32
+ * label to be displayed inside the action menu
33
+ */
34
+ label: string;
35
+ /**
36
+ * description to be displayed inside the action menu
37
+ */
38
+ description?: string;
39
+ /**
40
+ * @ignore
41
+ */
42
+ icon: string;
43
+ /**
44
+ * actions priority defining the position of the action within the whole list of actions
45
+ */
46
+ priority: number;
47
+ /**
48
+ * group of actions the action should be part of ('common' or 'further')
49
+ */
50
+ group: string;
51
+ /**
52
+ * number of selected items supported by the action
53
+ * (SelectionRange.SINGLE_SELECT, SelectionRange.MULTI_SELECT, SelectionRange.MULTI_SELECT_ONLY )
54
+ */
55
+ range: SelectionRange;
56
+ /**
57
+ * Types that are supported by the action
58
+ */
59
+ supports: ActionSupport;
60
+ /**
61
+ * Determining whether or not the action is executable for the given selection
62
+ * @param item Current selection
63
+ * @returns true if the action is executable for the current selection, false otherwise
64
+ */
65
+ isExecutable: (items: DmsObject[]) => Observable<boolean>;
66
+ }
67
+ interface ActionSupport {
68
+ types?: string[];
69
+ sots?: string[];
70
+ pattern?: string;
71
+ }
72
+ interface ActionContext {
73
+ /**
74
+ * As actions deal with DmsObjects the subject property is the property that
75
+ * should be used to display the name of the object. This may be used for
76
+ * showing the name of the object in a confirmation/error dialog or similar.
77
+ */
78
+ subjectProperty?: string;
79
+ /**
80
+ * The appId is the id of the application that the action is executed in.
81
+ */
82
+ appId?: string;
83
+ }
84
+ interface Action extends BaseAction {
85
+ run: (items: DmsObject[]) => Observable<boolean>;
86
+ }
87
+ interface ActionOptions {
88
+ context?: ActionContext;
89
+ exclude?: string[] | RegExp;
90
+ }
91
+ declare enum SelectionRange {
92
+ SINGLE_SELECT = 0,
93
+ MULTI_SELECT = 1,
94
+ MULTI_SELECT_ONLY = 2,
95
+ ANY = 3
96
+ }
97
+ declare const BASE_ACTION: {
98
+ copy: string;
99
+ cut: string;
100
+ download: string;
101
+ delete: string;
102
+ };
103
+
104
+ declare class ActionsService {
105
+ private readonly injector;
106
+ private dialog;
107
+ readonly iconRegistry: MatIconRegistry;
108
+ private _registeredActions;
109
+ /**
110
+ * Registers actions that can be used in the application.
111
+ * @param a Array of actions to register, each action must have an id and a
112
+ * class that extends ActionClass
113
+ */
114
+ registerActions(a: {
115
+ id: string;
116
+ action: ActionClass;
117
+ }[]): void;
118
+ /**
119
+ * Conceals actions that are no longer needed or should not be available.
120
+ * This will remove the actions from the registered actions list.
121
+ * @param actionIDs Array of action IDs to conceal
122
+ */
123
+ concealActions(actionIDs: string[]): void;
124
+ /**
125
+ * Returns all actions that are executable for the given selection.
126
+ * @param selection Array of DmsObjects to check for executable actions
127
+ * @param options options to filter the actions
128
+ * @returns Observable of actions that are executable for the given selection
129
+ */
130
+ getActions(selection: DmsObject[], options?: ActionOptions): Observable<Action[]>;
131
+ /**
132
+ * Get all available actions. This includes the default actions and all registered actions but
133
+ * without checking if they are executable.
134
+ * @param context Context passed to the actions
135
+ * @returns Array of available actions
136
+ */
137
+ getAvailableActions(context?: ActionContext): Action[];
138
+ getActionsForType(objectTypeId: string, context?: ActionContext): Action[];
139
+ getActionById(id: string, context?: ActionContext): Action | undefined;
140
+ getActionsById(ids: string[], context?: ActionContext): Action[];
141
+ openContextMenu(actions: Signal<Action[]>, callback: (action: Action) => void, overlayOrigin: {
142
+ x: number;
143
+ y: number;
144
+ }): void;
145
+ private _actionsSupportsType;
146
+ /**
147
+ * Registers a set of default actions that are commonly used in the application.
148
+ * These actions include delete, download, copy and cut. This method can be called
149
+ * during the initialization of the application to ensure that these actions
150
+ * are available for use.
151
+ */
152
+ registerDefaultActions(): void;
153
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionsService, never>;
154
+ static ɵprov: i0.ɵɵInjectableDeclaration<ActionsService>;
155
+ }
156
+
157
+ declare class DeleteAction extends AbstractContextAction implements Action {
158
+ #private;
159
+ private translate;
160
+ private retention;
161
+ id: string;
162
+ label: any;
163
+ description: any;
164
+ priority: number;
165
+ icon: string;
166
+ group: string;
167
+ range: SelectionRange;
168
+ supports: ActionSupport;
169
+ isExecutable(items: DmsObject[]): Observable<boolean>;
170
+ run(items: DmsObject[]): Observable<boolean>;
171
+ }
172
+
173
+ declare class DownloadAction extends AbstractContextAction implements Action {
174
+ private translate;
175
+ private dmsService;
176
+ id: string;
177
+ label: any;
178
+ description: any;
179
+ priority: number;
180
+ icon: string;
181
+ group: string;
182
+ range: SelectionRange;
183
+ supports: ActionSupport;
184
+ isExecutable(selection: DmsObject[]): Observable<boolean>;
185
+ run(selection: DmsObject[]): Observable<boolean>;
186
+ }
187
+
188
+ declare const ACTION_ICON: {
189
+ download: string;
190
+ delete: string;
191
+ copy: string;
192
+ cut: string;
193
+ manageFlavor: string;
194
+ };
195
+
196
+ interface ContextMenuAction extends Action {
197
+ iconName?: string;
198
+ disabled?: boolean;
199
+ executeFn?: (...args: any[]) => void;
200
+ }
201
+ interface ContextMenuItemSelectEvent {
202
+ action: ContextMenuAction;
203
+ }
204
+
205
+ declare class ContextmenuComponent {
206
+ actions: i0.InputSignal<ContextMenuAction[]>;
207
+ selection: i0.InputSignal<unknown[]>;
208
+ itemSelect: i0.OutputEmitterRef<ContextMenuItemSelectEvent>;
209
+ private translate;
210
+ cdkMenu: i0.Signal<CdkMenu | undefined>;
211
+ menuItems: i0.Signal<readonly (CdkMenuItem | null)[]>;
212
+ sortedActions: i0.Signal<ContextMenuAction[]>;
213
+ constructor();
214
+ onItemTrigger({ action }: ContextMenuItemSelectEvent): void;
215
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContextmenuComponent, never>;
216
+ 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>;
217
+ }
218
+
219
+ declare class YuvContextMenuTriggerDirective extends CdkContextMenuTrigger {
220
+ #private;
221
+ menuTemplateRef: TemplateRef<unknown>;
222
+ triggerWhen: i0.InputSignal<boolean | null>;
223
+ constructor();
224
+ _openOnContextMenu(event: MouseEvent): void;
225
+ static ɵfac: i0.ɵɵFactoryDeclaration<YuvContextMenuTriggerDirective, never>;
226
+ static ɵdir: i0.ɵɵDirectiveDeclaration<YuvContextMenuTriggerDirective, "[yuvContextMenuTrigger]", ["yuvContextMenuTrigger"], { "menuTemplateRef": { "alias": "yuvContextMenuTrigger"; "required": false; }; "triggerWhen": { "alias": "yuvContextMenuTriggerWhen"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
227
+ }
228
+
229
+ export { ACTION_ICON, AbstractContextAction, ActionsModule, ActionsService, BASE_ACTION, ContextmenuComponent, DeleteAction, DownloadAction, SelectionRange, YuvContextMenuTriggerDirective };
230
+ export type { Action, ActionClass, ActionContext, ActionOptions, ActionSupport, BaseAction, ContextMenuAction, ContextMenuItemSelectEvent };
@@ -1 +1,50 @@
1
- export * from './lib/app-bar.component';
1
+ import * as _angular_core from '@angular/core';
2
+ import { ElementRef, TemplateRef } from '@angular/core';
3
+
4
+ /**
5
+ * Application bar for yuuvis Momentum apps.
6
+ *
7
+ * Adding a `#appBarSideNav` template to the components body will show a menu icon
8
+ * that opens its content in a sidenav element.
9
+ *
10
+ * Adding a `#appBarActions` template to the component will add its content to
11
+ * the actions section (at the end of the app bar).
12
+ *
13
+ * @example
14
+ * <yuv-app-bar title="MyMomentumApp">
15
+ * <ng-template #appBarSideNav>
16
+ * ... content supposed to end up in a sidenav ...
17
+ * </ng-template>
18
+ * <ng-template #appBarPrimaryActions>
19
+ * ... content supposed to end up in the app bars primary actions section ...
20
+ * </ng-template>
21
+ * <ng-template #appBarActions>
22
+ * ... content supposed to end up in the app bars actions section ...
23
+ * </ng-template>
24
+ * </yuv-app-bar>
25
+ */
26
+ declare class AppBarComponent {
27
+ dialogElement: ElementRef<HTMLDialogElement> | null;
28
+ appBarSideNav: TemplateRef<any> | null;
29
+ appBarActions: TemplateRef<any> | null;
30
+ appBarPrimaryActions: TemplateRef<any> | null;
31
+ /**
32
+ * Menu icon SVG. By default this will be the hamburger menu icon
33
+ */
34
+ readonly menuIcon: _angular_core.InputSignal<string>;
35
+ /**
36
+ * App title visible in the app beside the menu
37
+ */
38
+ readonly appTitle: _angular_core.InputSignal<string | undefined>;
39
+ /**
40
+ * Where to route to, when the title is clicked. Defaults to '/'
41
+ */
42
+ readonly appTitleRoute: _angular_core.InputSignal<string | undefined>;
43
+ sidenavVisible: boolean;
44
+ toggleSideNav(): void;
45
+ onDialogClick(e: MouseEvent): void;
46
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AppBarComponent, never>;
47
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AppBarComponent, "yuv-app-bar", never, { "menuIcon": { "alias": "menuIcon"; "required": false; "isSignal": true; }; "appTitle": { "alias": "appTitle"; "required": false; "isSignal": true; }; "appTitleRoute": { "alias": "appTitleRoute"; "required": false; "isSignal": true; }; }, {}, ["appBarSideNav", "appBarActions", "appBarPrimaryActions"], never, true, never>;
48
+ }
49
+
50
+ export { AppBarComponent };
@@ -1,3 +1,89 @@
1
- export * from './lib/autocomplete.module';
2
- export * from './lib/autocomplete.component';
3
- export * from './lib/autocomplete.interface';
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, OnDestroy, TemplateRef } from '@angular/core';
3
+ import * as _angular_forms from '@angular/forms';
4
+ import { ControlValueAccessor, FormControl } from '@angular/forms';
5
+ import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteActivatedEvent } from '@angular/material/autocomplete';
6
+ import { MatChipInputEvent } from '@angular/material/chips';
7
+ import { AbstractMatFormField } from '@yuuvis/client-framework/common';
8
+
9
+ interface AutocompleteItem<T = unknown> {
10
+ label: string;
11
+ value: T;
12
+ }
13
+
14
+ declare class AutocompleteComponent extends AbstractMatFormField<AutocompleteItem[]> implements ControlValueAccessor, OnInit, OnDestroy {
15
+ #private;
16
+ ariaLabel: _angular_core.InputSignal<string>;
17
+ matAutocomplete: _angular_core.Signal<MatAutocomplete>;
18
+ /**
19
+ * Template to be used for rendering selected items in multiselect (multiple="true") mode
20
+ */
21
+ chipTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
22
+ optionTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
23
+ /**
24
+ * Show a loading spinner
25
+ */
26
+ busy: _angular_core.InputSignal<boolean>;
27
+ /**
28
+ * Enable multiple values
29
+ */
30
+ multiple: _angular_core.InputSignal<boolean>;
31
+ /**
32
+ * Force distinct values (only applicable for multiselect)
33
+ */
34
+ distinctValues: _angular_core.InputSignal<boolean>;
35
+ /**
36
+ * Add user inputs to the list of values when the user leaves the
37
+ * control without entering (only applicable for multiselect)
38
+ */
39
+ addOnBlur: _angular_core.InputSignal<boolean>;
40
+ /**
41
+ * Minimum number of characters entered to trigger suggestions
42
+ */
43
+ minLength: _angular_core.InputSignal<number>;
44
+ /**
45
+ * Maximum number of items when multiple is true. -1 means no limit.
46
+ */
47
+ maxItems: _angular_core.InputSignal<number>;
48
+ /**
49
+ * Setting this to `true` will not allow values that are not contained in the suggestions list. The input
50
+ * will be cleared on blur if no value from the list has been selected. Also values are only emitted when a
51
+ * list item has been selected (usually every key stroke is changing the form controls value)
52
+ */
53
+ forceSelection: _angular_core.InputSignal<boolean>;
54
+ _acValues: _angular_core.WritableSignal<AutocompleteItem<unknown>[]>;
55
+ autocompleteValues: _angular_core.InputSignal<AutocompleteItem<unknown>[]>;
56
+ autocompleteFnc: _angular_core.OutputEmitterRef<string>;
57
+ acBlur: _angular_core.OutputEmitterRef<void>;
58
+ chipsInputDisabled: _angular_core.Signal<boolean | null>;
59
+ chipsControl: FormControl<AutocompleteItem<unknown>[] | null>;
60
+ inputControl: FormControl<string | AutocompleteItem<unknown>>;
61
+ ngControl: _angular_forms.NgControl | null;
62
+ displayFn(i: AutocompleteItem): string;
63
+ acOptionSelected(event: MatAutocompleteSelectedEvent): void;
64
+ acOptionActivated(event: MatAutocompleteActivatedEvent): void;
65
+ acPanelClosed(): void;
66
+ readonly separatorKeysCodes: number[];
67
+ add(event: MatChipInputEvent): void;
68
+ onInputBlur(): void;
69
+ removeItem(item: AutocompleteItem): void;
70
+ private _onChange;
71
+ private _onTouched;
72
+ writeValue(value: readonly AutocompleteItem[] | AutocompleteItem): void;
73
+ registerOnChange(fn: (value: readonly AutocompleteItem[] | null) => void): void;
74
+ registerOnTouched(fn: () => {}): void;
75
+ setDisabledState?(isDisabled: boolean): void;
76
+ ngOnInit(): void;
77
+ ngOnDestroy(): void;
78
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
79
+ static ɵcmp: _angular_core.ɵɵ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>;
80
+ }
81
+
82
+ declare class YuvAutocompleteModule {
83
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvAutocompleteModule, never>;
84
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvAutocompleteModule, never, [typeof AutocompleteComponent], [typeof AutocompleteComponent]>;
85
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvAutocompleteModule>;
86
+ }
87
+
88
+ export { AutocompleteComponent, YuvAutocompleteModule };
89
+ export type { AutocompleteItem };
@@ -1,2 +1,112 @@
1
- export * from './lib/breadcrumb/breadcrumb.component';
2
- export * from './lib/models';
1
+ import * as _angular_core from '@angular/core';
2
+
3
+ /**
4
+ * A single item in the breadcrumb trail.
5
+ *
6
+ * `id` is used as the `@for` track expression and emitted back on click.
7
+ * `name` is rendered as-is — no truncation, translation, or fallback applied.
8
+ * Position in the array determines the role: all items except the last are clickable links;
9
+ * the last item is rendered as non-clickable text representing the current location.
10
+ */
11
+ interface BreadcrumbItem {
12
+ /** Unique identifier — emitted via `navigate` output when the item is activated. */
13
+ id: string;
14
+ /** Display label shown in the breadcrumb trail. */
15
+ name: string;
16
+ }
17
+
18
+ /**
19
+ * A generic, accessible breadcrumb navigation component.
20
+ *
21
+ * Renders a flat list of navigation items where the last item always represents
22
+ * the current location (non-clickable) and all preceding items are interactive links.
23
+ * Each link is individually focusable via standard Tab navigation.
24
+ *
25
+ * Key behaviors
26
+ * - Items are rendered left-to-right, separated by a `/` divider
27
+ * - The **last item** is always the current page — displayed as plain text (no link, no click handler)
28
+ * - All **preceding items** are rendered as `<a>` links that emit the `navigate` output on click or Enter
29
+ * - The component performs **no routing** — the parent handles all navigation logic via the emitted `BreadcrumbItem`
30
+ * - Empty `items` array renders nothing (the host element stays in the DOM but is visually empty)
31
+ *
32
+ * Usage
33
+ *
34
+ * The parent builds the `BreadcrumbItem[]` and passes it as input. Typically this
35
+ * array mirrors the object hierarchy the user navigated through (e.g. Case → Phase → Document).
36
+ *
37
+ * ```ts
38
+ * // Parent component
39
+ * breadcrumbItems: BreadcrumbItem[] = [
40
+ * { id: 'case-42', name: 'Case #42' }, // ← clickable link
41
+ * { id: 'phase-3', name: 'Review' }, // ← clickable link
42
+ * { id: 'doc-7', name: 'Contract.pdf' } // ← current location (non-clickable)
43
+ * ];
44
+ *
45
+ * onBreadcrumbNavigate(item: BreadcrumbItem): void {
46
+ * // item.id is the domain-specific key — use it to navigate
47
+ * this.router.navigate(['/objects', item.id]);
48
+ * }
49
+ * ```
50
+ *
51
+ * ```html
52
+ * <yuv-breadcrumb
53
+ * [items]="breadcrumbItems"
54
+ * (navigate)="onBreadcrumbNavigate($event)" />
55
+ * ```
56
+ *
57
+ * Renders visually as:
58
+ * ```
59
+ * Case #42 / Review / Contract.pdf
60
+ * [link] [link] [current]
61
+ * ```
62
+ */
63
+ declare class YuuvisBreadcrumbComponent {
64
+ /**
65
+ * Ordered list of breadcrumb items to display.
66
+ *
67
+ * Each `BreadcrumbItem` has `{ id: string; name: string }` — where `id` is a unique key
68
+ * (typically an object/route ID) and `name` is the display label rendered in the trail.
69
+ *
70
+ * Position determines rendering behavior:
71
+ * - All items except the last → clickable `<a>` links
72
+ * - Last item → non-clickable text (current location)
73
+ *
74
+ * Defaults to an empty array, which renders nothing.
75
+ *
76
+ * @example
77
+ * ```ts
78
+ * // Case → Document trail
79
+ * [items]="[
80
+ * { id: 'case-42', name: 'Case #42' },
81
+ * { id: 'doc-7', name: 'Invoice.pdf' }
82
+ * ]"
83
+ * ```
84
+ */
85
+ items: _angular_core.InputSignal<BreadcrumbItem[]>;
86
+ /**
87
+ * Emitted when the user activates a clickable breadcrumb item (click or Enter key).
88
+ *
89
+ * The emitted value is the full `BreadcrumbItem` object (`{ id, name }`) that was activated.
90
+ * Never emitted for the last item since it is non-clickable.
91
+ * The parent is responsible for performing the actual navigation using `item.id`.
92
+ *
93
+ * @example
94
+ * ```ts
95
+ * onBreadcrumbNavigate(item: BreadcrumbItem): void {
96
+ * // item = { id: 'case-42', name: 'Case #42' }
97
+ * this.router.navigate(['/objects', item.id]);
98
+ * }
99
+ * ```
100
+ */
101
+ navigate: _angular_core.OutputEmitterRef<BreadcrumbItem>;
102
+ /**
103
+ * Handles click on a breadcrumb link and forwards the item to the parent via `navigate` output.
104
+ * Called only for non-last items (the template guards against calling this for the current location).
105
+ */
106
+ protected onItemClick(item: BreadcrumbItem): void;
107
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuuvisBreadcrumbComponent, never>;
108
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<YuuvisBreadcrumbComponent, "yuv-breadcrumb", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "navigate": "navigate"; }, never, never, true, never>;
109
+ }
110
+
111
+ export { YuuvisBreadcrumbComponent };
112
+ export type { BreadcrumbItem };
@@ -1 +1,19 @@
1
- export * from './lib/clipboard.component';
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit } from '@angular/core';
3
+ import { TranslateService, ClipboardData } from '@yuuvis/client-core';
4
+
5
+ declare class ClipboardComponent implements OnInit {
6
+ #private;
7
+ translate: TranslateService;
8
+ clipboardData?: ClipboardData;
9
+ label?: string;
10
+ enablePaste: _angular_core.InputSignal<boolean>;
11
+ bucket: _angular_core.InputSignal<string | undefined>;
12
+ paste: _angular_core.OutputEmitterRef<void>;
13
+ clearClipboard(): void;
14
+ ngOnInit(): void;
15
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClipboardComponent, never>;
16
+ static ɵcmp: _angular_core.ɵɵ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>;
17
+ }
18
+
19
+ export { ClipboardComponent };