@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,320 +0,0 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
- import { OnDestroy } from '@angular/core';
3
- import { ListItemDirective } from './list-item.directive';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Accessible list component with keyboard navigation, single- and multi-selection,
7
- * and flexible delegation of click- and selection-handling to the parent.
8
- *
9
- * The component renders as an ARIA `listbox` and delegates keyboard focus tracking
10
- * to Angular CDK's `ActiveDescendantKeyManager`. Content is projected via
11
- * `[yuvListItem]`-attributed children (see `ListItemDirective`).
12
- *
13
- * **Key Features:**
14
- * - Single and multi-selection (with Shift / Ctrl modifier support)
15
- * - Full keyboard navigation (Arrow keys, Space, Enter, Escape)
16
- * - Horizontal and vertical layout via the `horizontal` host attribute
17
- * - Auto-selection on initialization via the `autoSelect` input
18
- * - Selection guarding via `preventChangeUntil` callback
19
- * - Optional delegation of click and selection handling to the parent component
20
- * - Accessible: `role="listbox"`, active-descendant focus management, `aria-selected` on items
21
- *
22
- * **Basic usage:**
23
- * ```html
24
- * <yuv-list (itemSelect)="onItemSelect($event)">
25
- * <div yuvListItem>Entry #1</div>
26
- * <div yuvListItem>Entry #2</div>
27
- * </yuv-list>
28
- * ```
29
- *
30
- * **Multi-selection with Shift/Ctrl:**
31
- * ```html
32
- * <yuv-list [multiselect]="true" (itemSelect)="onSelect($event)">
33
- * @for (item of items; track item.id) {
34
- * <div yuvListItem>{{ item.label }}</div>
35
- * }
36
- * </yuv-list>
37
- * ```
38
- *
39
- * **Host Attributes (set declaratively in the template):**
40
- * - `selectOnEnter` — treat the Enter key as a selection trigger (in addition to Space)
41
- * - `horizontal` — switch key navigation to left/right arrows instead of up/down
42
- *
43
- * @example
44
- * ```html
45
- * <!-- Horizontal list, Enter key selects -->
46
- * <yuv-list horizontal selectOnEnter (itemSelect)="onSelect($event)">
47
- * <button yuvListItem>A</button>
48
- * <button yuvListItem>B</button>
49
- * </yuv-list>
50
- * ```
51
- */
52
- export declare class ListComponent implements OnDestroy {
53
- #private;
54
- /**
55
- * All `[yuvListItem]` children projected into this list.
56
- *
57
- * Queried reactively via `contentChildren` — every time the projected content
58
- * changes (items added, removed, or reordered), the `#itemsEffect` re-runs,
59
- * rebuilds the key manager, and re-attaches click handlers.
60
- */
61
- items: import("@angular/core").Signal<readonly ListItemDirective[]>;
62
- /**
63
- * Guard function that temporarily blocks all selection changes.
64
- *
65
- * Provide a factory that returns a predicate; as long as that predicate
66
- * returns `true`, any attempt to change the selection (via click, keyboard,
67
- * or programmatic API) is silently ignored. Useful when the parent has
68
- * unsaved changes tied to the current selection and needs to prevent the user
69
- * from accidentally navigating away.
70
- *
71
- * @example
72
- * ```ts
73
- * // Block selection while a save is in progress
74
- * preventChangeUntil = () => () => this.isSaving();
75
- * ```
76
- *
77
- * @default () => false (never prevents)
78
- */
79
- preventChangeUntil: import("@angular/core").InputSignal<() => boolean>;
80
- /**
81
- * Enables multi-selection mode.
82
- *
83
- * When `true`, the user can hold **Shift** to range-select items between the last
84
- * selected item and the clicked one, or hold **Ctrl** to toggle individual items
85
- * in and out of the selection. The programmatic `multiSelect()` method is also
86
- * only effective when this input is `true`.
87
- *
88
- * @default false
89
- */
90
- multiselect: import("@angular/core").InputSignal<boolean>;
91
- /**
92
- * Delegates visual selection and focus state rendering to the parent component.
93
- *
94
- * When `false` (default), `yuv-list` applies `.selected` and `.active` CSS classes
95
- * to items via `ListItemDirective` signals, so the list stylesheet controls the look.
96
- * When `true`, those signals are still updated but the host gets the
97
- * `self-handle-selection` CSS class, which the parent can use to opt into its own
98
- * visual treatment — useful when item templates have custom selected/focused styling.
99
- *
100
- * @default false
101
- */
102
- selfHandleSelection: import("@angular/core").InputSignal<boolean>;
103
- /**
104
- * Disables the built-in click-to-select behavior, letting the parent component
105
- * decide when `select()` is called.
106
- *
107
- * By default the list attaches an `onClick` handler to every `ListItemDirective`
108
- * that calls `select()` with the correct Shift/Ctrl modifier flags. Set this
109
- * input to `true` to suppress that wiring — the parent must then call `select()`
110
- * imperatively in response to whatever interaction it chooses (e.g. a single-click
111
- * that is distinguished from a double-click by `ClickDoubleDirective`).
112
- *
113
- * @default false
114
- */
115
- selfHandleClick: import("@angular/core").InputSignal<boolean>;
116
- /**
117
- * Automatically selects an item when the list is first rendered.
118
- *
119
- * The selection logic runs once per content-children change (see `#itemsEffect`)
120
- * and follows this priority order:
121
- * 1. The first non-disabled item that already carries the `selected` attribute.
122
- * 2. If no such item exists and `autoSelect` is `true`, the item at index 0.
123
- *
124
- * Accepts any truthy string value in addition to a real boolean because the
125
- * input is also consumable as a plain HTML attribute (`<yuv-list autoSelect>`).
126
- *
127
- * @default false
128
- */
129
- autoSelect: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
130
- /**
131
- * Emits the current selection as an array of zero-based item indices whenever
132
- * the selection changes — via click, keyboard, or programmatic API calls.
133
- *
134
- * An empty array signals that the selection has been cleared.
135
- *
136
- * @example
137
- * ```ts
138
- * onItemSelect(indices: number[]): void {
139
- * this.selectedItems = indices.map(i => this.items[i]);
140
- * }
141
- * ```
142
- */
143
- itemSelect: import("@angular/core").OutputEmitterRef<number[]>;
144
- /**
145
- * Emits the zero-based index of the item that received keyboard focus
146
- * (i.e. the active descendant managed by `ActiveDescendantKeyManager`).
147
- *
148
- * Note that focus and selection are independent: navigating with arrow keys
149
- * moves focus without changing the selection until Space (or Enter when
150
- * `selectOnEnter` is set) is pressed.
151
- */
152
- itemFocus: import("@angular/core").OutputEmitterRef<number>;
153
- /**
154
- * Puts the list into a display-only mode where no item can be selected.
155
- *
156
- * When `true`, all selection paths are blocked: clicks, keyboard shortcuts
157
- * (`Space`, `Enter`, `Escape`), and programmatic calls to `select()`,
158
- * `multiSelect()`, and `clear()` are all no-ops. The list still renders
159
- * normally and keyboard navigation still moves the focus indicator.
160
- *
161
- * @default false
162
- */
163
- disableSelection: import("@angular/core").InputSignal<boolean>;
164
- /**
165
- * When `true`, pressing **Enter** triggers item selection in addition to **Space**.
166
- *
167
- * Resolved once at construction time from the static `selectOnEnter` host attribute.
168
- * Useful in contexts where Enter has a conventional "confirm" meaning (e.g. search
169
- * result lists, command palettes).
170
- *
171
- * Set declaratively in the template: `<yuv-list selectOnEnter>`.
172
- */
173
- selectOnEnter: boolean;
174
- /**
175
- * When `true`, switches the `ActiveDescendantKeyManager` to horizontal mode so that
176
- * the **Left** / **Right** arrow keys navigate between items instead of **Up** / **Down**.
177
- *
178
- * Resolved once at construction time from the static `horizontal` host attribute.
179
- * The text direction of the document is respected automatically (RTL-aware via CDK
180
- * `Directionality`).
181
- *
182
- * Set declaratively in the template: `<yuv-list horizontal>`.
183
- */
184
- horizontal: boolean;
185
- constructor();
186
- ngOnDestroy(): void;
187
- /**
188
- * Moves keyboard focus to the item at the given index and selects it.
189
- *
190
- * Combines three operations in one call: updating the CDK key manager's active
191
- * descendant (which drives the ARIA active-descendant attribute and the visual focus ring),
192
- * selecting the item, and transferring DOM focus to the list host element so that
193
- * subsequent keyboard events are processed correctly.
194
- *
195
- * Safe to call before the key manager is initialized — the guard at the top of
196
- * the method prevents errors during early lifecycle phases.
197
- *
198
- * @param index Zero-based index of the item to activate.
199
- */
200
- setActiveItem(index: number): void;
201
- /**
202
- * Transfers DOM focus to the list host element.
203
- *
204
- * Calling this ensures that subsequent keyboard events (arrow keys, Space, etc.)
205
- * are routed to the list's `(keydown)` handler. Called internally by
206
- * `setActiveItem()`, but also useful from the parent when programmatic focus
207
- * management is needed (e.g. after closing a dialog that was triggered from a
208
- * list item).
209
- */
210
- focus(): void;
211
- /**
212
- * Smoothly scrolls the list container back to the top.
213
- *
214
- * Useful after programmatically refreshing the list contents when the user may
215
- * have scrolled far down and the new result set should be shown from the beginning.
216
- */
217
- scrollToTop(): void;
218
- /**
219
- * Shifts all selected and focused item indices by the given offset.
220
- *
221
- * Use this when items are prepended or inserted at the beginning of the list so
222
- * that the existing selection and keyboard-focus position stay attached to the
223
- * same logical items after the index space shifts. A positive offset moves
224
- * indices forward (items were inserted before the selection); a negative offset
225
- * moves them backward (items were removed before the selection).
226
- *
227
- * Does **not** emit `itemSelect` — the selection indices change structurally,
228
- * not because the user chose different items.
229
- *
230
- * @param offset Number of positions to shift every selected index by.
231
- */
232
- shiftSelectionBy(offset: number): void;
233
- /**
234
- * Programmatically replaces the entire selection with the given indices.
235
- *
236
- * Only effective when `multiselect` is `true` and `disableSelection` is `false`.
237
- * Out-of-range indices are silently discarded. The resulting selection is sorted
238
- * ascending before being applied and emitted.
239
- *
240
- * Use this when the parent needs to restore a previously saved multi-selection
241
- * state, e.g. after navigation or on component re-initialization.
242
- *
243
- * @param index Array of zero-based item indices to select.
244
- */
245
- multiSelect(index: number[]): void;
246
- /**
247
- * Selects the item at the given index, optionally extending or toggling
248
- * the existing selection using modifier-key semantics.
249
- *
250
- * - **No modifiers** (default): replaces the current selection with the single item.
251
- * - **`shiftKey = true`** (`multiselect` only): range-selects all items between the
252
- * last selected index and `index` (inclusive of neither endpoint, matching typical
253
- * OS list behavior).
254
- * - **`ctrlKey = true`** (`multiselect` only): toggles `index` in the selection
255
- * without affecting the rest.
256
- *
257
- * Index is clamped to `[0, items.length - 1]`. Negative values and calls while
258
- * `disableSelection` is `true` are ignored. The `preventChangeUntil` guard is
259
- * also respected.
260
- *
261
- * Emits `itemSelect` after updating the visual state.
262
- *
263
- * @param index Zero-based index of the item to select.
264
- * @param shiftKey Extend the selection from the last selected item to `index`.
265
- * @param ctrlKey Toggle `index` in or out of the current selection.
266
- */
267
- select(index: number, shiftKey?: boolean, ctrlKey?: boolean): void;
268
- /**
269
- * Clears the current selection and resets the active keyboard-focus index.
270
- *
271
- * If the selection is already empty, the method is a no-op (no event emitted,
272
- * no state update). The `preventChangeUntil` guard is respected — if the guard
273
- * returns `true`, the clear is blocked entirely.
274
- *
275
- * Also triggered internally when the user presses **Escape**.
276
- *
277
- * @param silent When `true`, skips emitting `itemSelect` after clearing. Use this
278
- * when the parent needs to reset state programmatically without
279
- * triggering downstream reactions.
280
- */
281
- clear(silent?: boolean): void;
282
- /**
283
- * Host `keydown` handler — routes keyboard events to selection or navigation logic.
284
- *
285
- * Handled keys:
286
- * - **Escape**: clears the selection.
287
- * - **Space** (always) / **Enter** (when `selectOnEnter` is set): selects the
288
- * currently focused item. `preventDefault()` is called to stop the browser
289
- * from scrolling the container when Space is pressed.
290
- * - **All other keys**: forwarded to `ActiveDescendantKeyManager` so arrow keys,
291
- * Home, End, etc. move the focus indicator without changing the selection.
292
- *
293
- * When `disableSelection` is `true`, only navigation keys are forwarded to the
294
- * key manager — selection keys (Space, Enter, Escape) are suppressed.
295
- *
296
- * Bound via the `host` metadata as `(keydown)`.
297
- *
298
- * @param event The keyboard event originating from the list host element.
299
- */
300
- protected onKeydown(event: KeyboardEvent): void;
301
- /**
302
- * Host `focus` handler — restores a sensible focus position when the list
303
- * host element receives DOM focus without an item already being active.
304
- *
305
- * The logic runs inside a 300 ms timeout so that focus events triggered by
306
- * an item being clicked (which also bubbles a focus event up to the host)
307
- * have already resolved their own active-item state before this handler acts.
308
- * If an active item already exists when the timeout fires, nothing happens.
309
- *
310
- * Focus target priority:
311
- * 1. The first index in the current selection (so the user lands back on the
312
- * previously selected item when tabbing into the list).
313
- * 2. Index 0 as the fallback when there is no selection.
314
- *
315
- * Bound via the `host` metadata as `(focus)`.
316
- */
317
- protected onFocus(): void;
318
- static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
319
- static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "yuv-list", never, { "preventChangeUntil": { "alias": "preventChangeUntil"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "selfHandleSelection": { "alias": "selfHandleSelection"; "required": false; "isSignal": true; }; "selfHandleClick": { "alias": "selfHandleClick"; "required": false; "isSignal": true; }; "autoSelect": { "alias": "autoSelect"; "required": false; "isSignal": true; }; "disableSelection": { "alias": "disableSelection"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; "itemFocus": "itemFocus"; }, ["items"], ["*"], true, never>;
320
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list.component";
3
- import * as i2 from "./list-item.directive";
4
- import * as i3 from "./list-tile/list-tile.component";
5
- export declare class YuvListModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvListModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvListModule, never, [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.ListTileComponent], [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.ListTileComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvListModule>;
9
- }
@@ -1,52 +0,0 @@
1
- import { AfterViewInit, TemplateRef } from '@angular/core';
2
- import { MasterDetailsLayoutOptions } from './master-details.interface';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Component rendering a master/details view.
6
- *
7
- * @example
8
- * <yuv-master-details [(detailsActive)]="detailsActive">
9
- * <ng-template #yuvMasterPane>Main Pane</ng-template>
10
- * <ng-template #yuvDetailsPane>Details Pane</ng-template>
11
- * </yuv-master-details>
12
- */
13
- export declare class YuvMasterDetailsComponent implements AfterViewInit {
14
- #private;
15
- masterPane: import("@angular/core").Signal<TemplateRef<any>>;
16
- detailsPane: import("@angular/core").Signal<TemplateRef<any>>;
17
- detailsPaneTplateRef: import("@angular/core").Signal<TemplateRef<any>>;
18
- private _defaultLayoutOptions;
19
- /**
20
- * Enable/disable details pane (also use as two-way-bound variable: [(detailsActive)])
21
- */
22
- detailsActive: import("@angular/core").ModelSignal<boolean>;
23
- smallScreenLayout: import("@angular/core").WritableSignal<boolean>;
24
- /**
25
- * Layout settings is the state of the master details that could be persisted.
26
- * Setting a `layoutSettingsID` will save the current state (details area visibilkity and
27
- * split area sizes etc.) to the local storage. If the component is created, it will load
28
- * those settings and re-apply them.
29
- */
30
- layoutSettingsID?: string;
31
- private _layoutOptions;
32
- /**
33
- * Layout options to be applied.
34
- */
35
- set layoutOptions(lo: Partial<MasterDetailsLayoutOptions>);
36
- get layoutOptions(): MasterDetailsLayoutOptions;
37
- undockableDetails: import("@angular/core").InputSignal<boolean>;
38
- /**
39
- * Styles tp be applied to the panels
40
- */
41
- panelStyle: import("@angular/core").InputSignal<{
42
- [key: string]: string;
43
- } | undefined>;
44
- /**
45
- * Size of the gutter in Pixel.
46
- */
47
- gutterSize: import("@angular/core").InputSignal<number | undefined>;
48
- onPopIn(): void;
49
- ngAfterViewInit(): void;
50
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvMasterDetailsComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<YuvMasterDetailsComponent, "yuv-master-details", never, { "detailsActive": { "alias": "detailsActive"; "required": false; "isSignal": true; }; "layoutSettingsID": { "alias": "layoutSettingsID"; "required": false; }; "layoutOptions": { "alias": "layoutOptions"; "required": false; }; "undockableDetails": { "alias": "undockableDetails"; "required": false; "isSignal": true; }; "panelStyle": { "alias": "panelStyle"; "required": false; "isSignal": true; }; "gutterSize": { "alias": "gutterSize"; "required": false; "isSignal": true; }; }, { "detailsActive": "detailsActiveChange"; }, ["masterPane", "detailsPane"], never, true, never>;
52
- }
@@ -1,7 +0,0 @@
1
- export interface MasterDetailsLayoutOptions {
2
- masterSize?: number;
3
- masterMinSize?: number;
4
- detailsSize?: number;
5
- detailsMinSize?: number;
6
- resizable: boolean;
7
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./master-details.component";
3
- export declare class YuvMasterDetailsModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvMasterDetailsModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvMasterDetailsModule, never, [typeof i1.YuvMasterDetailsComponent], [typeof i1.YuvMasterDetailsComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvMasterDetailsModule>;
7
- }
@@ -1,60 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { Situation } from '@yuuvis/client-core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Object forms are used to render and edit metadata of DMS objects. Each property
6
- * of an object can be rendered in a diffenrent way, depending on the type of the property.
7
- * This service allows to register and retrieve templates for rendering these form elements.
8
- *
9
- * You can register templates for different situations like EDIT, SEARCH, and CREATE.
10
- * The templates will then be used to render the form elements in the object form component.
11
- *
12
- * So based on the property type you can register custom templates for rendering certain
13
- * form elements. This is useful if you want to render a property in a different way.
14
- *
15
- * Example:
16
- * Having a number property representing a rating, you might want to render it as
17
- * a list of stars instead of a simple input field.
18
- */
19
- export declare class MetadataFormElementRegistry {
20
- private _defaults;
21
- private _edit;
22
- private _search;
23
- private _create;
24
- NAME_PROPERTY_PREFIX: string;
25
- /**
26
- * Get a template to render a certain form element
27
- * @param propertyType The internal type to get the template for
28
- * @param situation Form situation
29
- * @returns TemplateRef or undefined
30
- */
31
- getElementTemplate(propertyType: string, situation?: string): TemplateRef<any> | undefined;
32
- /**
33
- * Register an object form element for a certain internal type. You might add a new component
34
- * or overwrite an existung one.
35
- * @param propertyType The internal type to provide the component for
36
- * @param component The component
37
- * @param situation Form situation to provide thew form element for (defaults to EDIT)
38
- */
39
- addElementTemplate(propertyType: string, templateRef: TemplateRef<any>, situation?: Situation): void;
40
- /**
41
- * Remove a registered form element.
42
- * @param propertyType The internal type to remove the component for
43
- * @param situation Form situation to provide thew form element for (defaults to EDIT)
44
- */
45
- removeElementTemplate(propertyType: string, situation?: Situation): void;
46
- /**
47
- * Register default form element component. Usually this will be done by the object
48
- * form component itself.
49
- * @param propertyType The internal type to provide the component for
50
- * @param component The default component
51
- */
52
- _addDefaultElementTemplate(propertyType: string, templateRef: TemplateRef<any>): void;
53
- /**
54
- * Remove a registered default form element.
55
- * @param propertyType The internal type to remove the component for
56
- */
57
- _removeDefaultElementTemplate(propertyType: string): void;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<MetadataFormElementRegistry, never>;
59
- static ɵprov: i0.ɵɵInjectableDeclaration<MetadataFormElementRegistry>;
60
- }
@@ -1,25 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { ObjectTypeField } from '@yuuvis/client-core';
3
- import { Subject } from 'rxjs';
4
- import { MetadataFormFieldContext, ParentFormChangedEvent } from './metadata-form-field.interface';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@yuuvis/client-framework/common";
7
- /**
8
- * Component to render a metadata form field within an object form. These forms are
9
- * created to render and edit metadata of DMS objects. This component is used as a wrapper
10
- * for the actual form element, which is defined by the `formField` input.
11
- */
12
- export declare class MetadataFormFieldComponent {
13
- #private;
14
- readonly: boolean;
15
- formChangedSubject: import("@angular/core").InputSignal<Subject<ParentFormChangedEvent> | undefined>;
16
- formField: import("@angular/core").InputSignal<ObjectTypeField>;
17
- elementTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
18
- context: import("@angular/core").Signal<MetadataFormFieldContext>;
19
- /**
20
- * Form situation, if not set default will be 'EDIT'
21
- */
22
- situation: import("@angular/core").InputSignal<string | undefined>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<MetadataFormFieldComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<MetadataFormFieldComponent, "yuv-metadata-form-field", never, { "formChangedSubject": { "alias": "formChangedSubject"; "required": false; "isSignal": true; }; "formField": { "alias": "field"; "required": true; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.NoopValueAccessorDirective; inputs: {}; outputs: {}; }]>;
25
- }
@@ -1,19 +0,0 @@
1
- import { AbstractControl } from '@angular/forms';
2
- import { ObjectTypeField } from '@yuuvis/client-core';
3
- import { Subject } from 'rxjs';
4
- /**
5
- * Context provided to each metadata form field.
6
- */
7
- export interface MetadataFormFieldContext {
8
- label?: string;
9
- situation: string;
10
- field: ObjectTypeField;
11
- ctrl?: AbstractControl<any, any>;
12
- formChangedSubject?: Subject<ParentFormChangedEvent>;
13
- }
14
- export interface ParentFormChangedEvent {
15
- invalid: boolean;
16
- dirty: boolean;
17
- indexdataChanged: boolean;
18
- data?: any;
19
- }
@@ -1,17 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ObjectFormControl } from '@yuuvis/client-core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Directive to apply an object-form related error to as inner text to an element.
6
- * This could be used to render objec tform related errors in a custom element like <mat-error>.
7
- *
8
- * @example
9
- * <mat-error [yuvObjectMetadataElementError]="myControl"></mat-error>
10
- */
11
- export declare class ObjectMetadataElementErrorDirective implements OnInit {
12
- #private;
13
- yuvObjectMetadataElementError: import("@angular/core").InputSignal<ObjectFormControl | undefined>;
14
- ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMetadataElementErrorDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<ObjectMetadataElementErrorDirective, "[yuvObjectMetadataElementError]", never, { "yuvObjectMetadataElementError": { "alias": "yuvObjectMetadataElementError"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
- }
@@ -1,29 +0,0 @@
1
- import { AfterViewInit, OnInit } from '@angular/core';
2
- import { MetadataFormFieldContext } from './metadata-form-field/metadata-form-field.interface';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Directive to apply styles to an object metadata element label based on its control status.
6
- * Depending on the state of the control (dirty, error, required), it will add or remove specific classes
7
- * to the label element. These classes could then be used to style the label accordingly.
8
- *
9
- * Could be placed on any HTML element, but is primarily intended for use on `<mat-label>` or `<label>` elements.
10
- * If you would like to use it on any other element, make sure to add the class 'label' to it.
11
- *
12
- * @example
13
- * <mat-label [yuvObjectMetadataElementLabel]="ctx">My Label</mat-label>
14
- * <label [yuvObjectMetadataElementLabel]="ctx">My Label</label>
15
- * <div class="label" [yuvObjectMetadataElementLabel]="ctx">My Label</div>
16
- */
17
- export declare class ObjectMetadataElementLabelDirective implements OnInit, AfterViewInit {
18
- #private;
19
- state: import("@angular/core").WritableSignal<{
20
- dirty: boolean;
21
- required: boolean;
22
- invalid: boolean;
23
- }>;
24
- yuvObjectMetadataElementLabel: import("@angular/core").InputSignal<MetadataFormFieldContext | undefined>;
25
- ngOnInit(): void;
26
- ngAfterViewInit(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMetadataElementLabelDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<ObjectMetadataElementLabelDirective, "[yuvObjectMetadataElementLabel]", never, { "yuvObjectMetadataElementLabel": { "alias": "yuvObjectMetadataElementLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
29
- }
@@ -1,45 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { Situation } from '@yuuvis/client-core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Directive to be applied to a `ng-template`. It will register the template as a
6
- * form element used by object-form component.
7
- *
8
- * Context is provided with the following fields:
9
- * - situation: form situation 'EDIT', 'CREATE', 'SEARCH'
10
- * - field: ObjectTypeField
11
- * - ngControl: Reactive FormControl
12
- *
13
- * @example
14
- * <ng-template yuvMetadataElementTemplate propertyType="boolean:switch" let-ctx>...</ng-template>
15
- *
16
- */
17
- export declare class ObjectMetadataElementTemplateDirective implements OnInit, OnDestroy {
18
- #private;
19
- /**
20
- * Bucket to register the template. Use 'default' for templates that should be
21
- * used across all situations.
22
- */
23
- yuvMetadataElementTemplate: import("@angular/core").InputSignal<string | undefined>;
24
- /**
25
- * Situation to register the template for. So only object forms for that
26
- * situation (CREATE, EDIT, SEARCH) will use the template. Defaults to `EDIT`.
27
- */
28
- situation: import("@angular/core").InputSignal<Situation>;
29
- /**
30
- * Internal property type to get the registered template. You need to set either
31
- * `propertyType` or `propertyName` to get a template. Setting a name and
32
- * a type, the name will be used because it is more precise.
33
- */
34
- propertyType: import("@angular/core").InputSignal<string | undefined>;
35
- /**
36
- * Pick registered metadata element by name. You need to set either
37
- * `propertyType` or `propertyName` to get a template. Setting a name and
38
- * a type, the name will be used because it is more precise.
39
- */
40
- propertyName: import("@angular/core").InputSignal<string | undefined>;
41
- ngOnInit(): void;
42
- ngOnDestroy(): void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMetadataElementTemplateDirective, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<ObjectMetadataElementTemplateDirective, "[yuvMetadataElementTemplate]", never, { "yuvMetadataElementTemplate": { "alias": "yuvMetadataElementTemplate"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "propertyType": { "alias": "propertyType"; "required": false; "isSignal": true; }; "propertyName": { "alias": "propertyName"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
45
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MetadataDefaultTemplatesComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<MetadataDefaultTemplatesComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<MetadataDefaultTemplatesComponent, "yuv-metadata-default-templates", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./metadata-default-templates/metadata-default-templates.component";
3
- export declare class YuvMetadataFormDefaultsModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvMetadataFormDefaultsModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvMetadataFormDefaultsModule, never, [typeof i1.MetadataDefaultTemplatesComponent], [typeof i1.MetadataDefaultTemplatesComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvMetadataFormDefaultsModule>;
7
- }