@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,69 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, ValidationErrors } from '@angular/forms';
3
- import { FileSizePipe, LocaleNumberPipe, TranslateService } from '@yuuvis/client-core';
4
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Creates form input for number values.
8
- *
9
- * Implements `ControlValueAccessor` so it can be used within Angular forms.
10
- *
11
- * @example
12
- * <yuv-number [scale]="2"></yuv-number>
13
- *
14
- */
15
- export declare class NumberComponent extends AbstractMatFormField<number> implements ControlValueAccessor, OnInit, OnDestroy {
16
- #private;
17
- readonly translate: TranslateService;
18
- validationErrors: ValidationErrors[];
19
- transformPipe: LocaleNumberPipe | FileSizePipe;
20
- innerCtrl: FormControl<string | null>;
21
- ngControl: import("@angular/forms").NgControl | null;
22
- /**
23
- * Number of decimal places
24
- */
25
- scale: import("@angular/core").InputSignal<number | undefined>;
26
- /**
27
- * Overall amount of digits allowed (including decimal places)
28
- */
29
- precision: import("@angular/core").InputSignal<number | undefined>;
30
- /**
31
- * Set to true to group number by pattern
32
- */
33
- grouping: import("@angular/core").InputSignal<boolean>;
34
- /**
35
- * The pattern to group number value by
36
- */
37
- groupPattern: import("@angular/core").InputSignal<string | undefined>;
38
- /**
39
- * Will prevent the input from being changed (default: false)
40
- */
41
- readonly: import("@angular/core").InputSignal<boolean>;
42
- /**
43
- * set minimum input value
44
- */
45
- minValue: import("@angular/core").InputSignal<number | undefined>;
46
- /**
47
- * set maximum input value
48
- *
49
- */
50
- maxValue: import("@angular/core").InputSignal<number | undefined>;
51
- /**
52
- * classification property adds some semantics to the value of this component.
53
- * If you provide a value of `filesize` numbers typed into the control will be
54
- * handled like file sizes (calculates differnt units)
55
- */
56
- classifications: import("@angular/core").InputSignal<string[]>;
57
- static betweenTwoNumbers(val: number, minVal: number | undefined, maxVal: number | undefined): boolean;
58
- propagateChange: (_: any) => void;
59
- writeValue(value: any): void;
60
- registerOnChange(fn: any): void;
61
- registerOnTouched(): void;
62
- setDisabledState?(isDisabled: boolean): void;
63
- format(): void;
64
- unformat(): void;
65
- ngOnInit(): void;
66
- ngOnDestroy(): void;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberComponent, "yuv-number", never, { "scale": { "alias": "scale"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "grouping": { "alias": "grouping"; "required": false; "isSignal": true; }; "groupPattern": { "alias": "groupPattern"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
69
- }
@@ -1,73 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
3
- import { Operator, RangeValue } from '@yuuvis/client-core';
4
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Creates form input for ranges of numeric values.
8
- *
9
- * Implements `ControlValueAccessor` so it can be used within Angular forms.
10
- *
11
- * @example
12
- * <yuv-number-range [scale]="2"></yuv-number-range>
13
- *
14
- */
15
- export declare class NumberRangeComponent extends AbstractMatFormField<RangeValue> implements ControlValueAccessor, OnInit, OnDestroy {
16
- #private;
17
- /**
18
- * Number of decimal places
19
- */
20
- scale?: number;
21
- /**
22
- * Overall amount of digits allowed (including decimal places)
23
- */
24
- precision?: number;
25
- /**
26
- * Set to true to group number by pattern
27
- */
28
- grouping: boolean;
29
- /**
30
- * The pattern to group number value by
31
- */
32
- pattern?: string;
33
- /**
34
- * Will prevent the input from being changed (default: false)
35
- */
36
- readonly: boolean;
37
- /**
38
- * classification property adds some semantics to the value of this component.
39
- * If you provide a value of `filesize` numbers typed into the control will be
40
- * handled like file sizes (calculates differnt units)
41
- */
42
- classifications: string[];
43
- /**
44
- * set minimum input value
45
- */
46
- minValue?: number;
47
- /**
48
- * set maximum input value
49
- *
50
- */
51
- maxValue?: number;
52
- situation: import("@angular/core").InputSignal<string | null>;
53
- private isValid;
54
- ngControl: import("@angular/forms").NgControl | null;
55
- availableSearchOptions: {
56
- label: string;
57
- value: Operator;
58
- }[];
59
- rangeForm: FormGroup<{
60
- numberValue: FormControl<number | undefined>;
61
- operator: FormControl<Operator>;
62
- numberValueFrom: FormControl<number | undefined>;
63
- }>;
64
- propagateChange: (_: any) => void;
65
- writeValue(value: RangeValue): void;
66
- registerOnChange(fn: any): void;
67
- registerOnTouched(fn: any): void;
68
- validate(): any;
69
- ngOnInit(): void;
70
- ngOnDestroy(): void;
71
- static ɵfac: i0.ɵɵFactoryDeclaration<NumberRangeComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<NumberRangeComponent, "yuv-number-range", never, { "scale": { "alias": "scale"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "grouping": { "alias": "grouping"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "classifications": { "alias": "classifications"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
73
- }
@@ -1,66 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { OrganizationSetEntry, TranslateService } from '@yuuvis/client-core';
4
- import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
5
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
6
- import * as i0 from "@angular/core";
7
- type OrganizationNode = OrganizationSetEntry & {
8
- notFound?: boolean;
9
- };
10
- type FormControlValue = string | {
11
- id: string;
12
- title: string;
13
- };
14
- /**
15
- * Creates form input for organization values.
16
- *
17
- * @example
18
- * <yuv-organization [multiselect]="true"></yuv-organization>
19
- */
20
- export declare class OrganizationComponent extends AbstractMatFormField<FormControlValue | FormControlValue[] | undefined> implements ControlValueAccessor, OnInit, OnDestroy {
21
- #private;
22
- readonly translate: TranslateService;
23
- minLength: number;
24
- busy: import("@angular/core").WritableSignal<boolean>;
25
- acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
26
- ngControl: import("@angular/forms").NgControl | null;
27
- _innerValue: OrganizationNode[];
28
- set innerValue(iv: OrganizationNode[]);
29
- get innerValue(): OrganizationNode[];
30
- autocompleteRes: AutocompleteItem[];
31
- /**
32
- * Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
33
- */
34
- situation: import("@angular/core").InputSignal<string | undefined>;
35
- /**
36
- * Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
37
- */
38
- multiselect: import("@angular/core").InputSignal<boolean>;
39
- classifications: import("@angular/core").InputSignal<string[] | undefined>;
40
- /**
41
- * Will prevent the input from being changed (default: false)
42
- */
43
- readonly: import("@angular/core").InputSignal<boolean>;
44
- /**
45
- * Whether or not to exclude the current user from autocomplete result
46
- */
47
- excludeMe: import("@angular/core").InputSignal<boolean>;
48
- /**
49
- * Whether or not the emitted value should be an object containing id and title
50
- * or, if set to false only the ID
51
- */
52
- withMetadata: import("@angular/core").InputSignal<boolean>;
53
- propagateChange: (_: any) => void;
54
- writeValue(value: string | string[]): void;
55
- registerOnChange(fn: any): void;
56
- registerOnTouched(fn: any): void;
57
- private propagate;
58
- setDisabledState?(isDisabled: boolean): void;
59
- resolveFn(value: string[]): void;
60
- autocompleteFn(query: string): void;
61
- ngOnInit(): void;
62
- ngOnDestroy(): void;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<OrganizationComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<OrganizationComponent, "yuv-organization", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "excludeMe": { "alias": "excludeMe"; "required": false; "isSignal": true; }; "withMetadata": { "alias": "withMetadata"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
65
- }
66
- export {};
@@ -1,61 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { OrganizationSetEntry } from '@yuuvis/client-core';
4
- import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
5
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates form input for organization set values. An organization set is
9
- * either a user or a role. This control will emit a stringified JSON object of
10
- * a OrganizationSetEntry object.
11
- *
12
- * ```json
13
- * {
14
- * "id:organization:set": [
15
- * "{\"id\":\"YUUVIS_AI_PREDICT\",\"title\":\"YUUVIS_AI_PREDICT\",\"type\":\"role\"}"
16
- * ]
17
- * }
18
- * ```
19
- */
20
- export declare class OrganizationSetComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, OnDestroy, OnInit {
21
- #private;
22
- /**
23
- * Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
24
- */
25
- situation: import("@angular/core").InputSignal<string | undefined>;
26
- /**
27
- * Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
28
- */
29
- multiselect: import("@angular/core").InputSignal<boolean>;
30
- /**
31
- * Will prevent the input from being changed (default: false)
32
- */
33
- readonly: import("@angular/core").InputSignal<boolean>;
34
- /**
35
- * Whether or not the emitted value should be an object containing id and title
36
- * or, if set to false only the ID
37
- */
38
- withMetadata: import("@angular/core").InputSignal<boolean>;
39
- /**
40
- * Minimum length of the autocomplete input before a query is sent to the server.
41
- */
42
- autocompleteMinLength: import("@angular/core").InputSignal<number>;
43
- classifications: import("@angular/core").InputSignal<string[] | undefined>;
44
- types: import("@angular/core").InputSignal<string[] | undefined>;
45
- busy: import("@angular/core").WritableSignal<boolean>;
46
- acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
47
- ngControl: import("@angular/forms").NgControl | null;
48
- innerValue: OrganizationSetEntry[];
49
- autocompleteRes: AutocompleteItem[];
50
- propagateChange: (_: any) => void;
51
- writeValue(value: string | string[]): void;
52
- registerOnChange(fn: any): void;
53
- registerOnTouched(fn: any): void;
54
- setDisabledState?(isDisabled: boolean): void;
55
- private propagate;
56
- autocompleteFn(query: string): void;
57
- ngOnInit(): void;
58
- ngOnDestroy(): void;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<OrganizationSetComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<OrganizationSetComponent, "yuv-organization-set", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "withMetadata": { "alias": "withMetadata"; "required": false; "isSignal": true; }; "autocompleteMinLength": { "alias": "autocompleteMinLength"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "types": { "alias": "types"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
61
- }
@@ -1,13 +0,0 @@
1
- import { RangeValue } from '@yuuvis/client-core';
2
- import * as i0 from "@angular/core";
3
- export declare class DateRangePickerComponent {
4
- #private;
5
- form: import("@angular/forms").FormGroup<{
6
- range: import("@angular/forms").FormControl<RangeValue<unknown> | null | undefined>;
7
- }>;
8
- range: import("@angular/core").InputSignal<RangeValue<unknown> | undefined>;
9
- rangeChange: import("@angular/core").OutputEmitterRef<RangeValue<unknown> | undefined>;
10
- apply(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "yuv-date-range-picker", never, { "range": { "alias": "range"; "required": false; "isSignal": true; }; }, { "rangeChange": "rangeChange"; }, never, never, true, never>;
13
- }
@@ -1,38 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { DateRange } from '@yuuvis/client-core';
4
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
5
- import { RangeSelectDateValue } from './range-select-date.interface';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Component for selecting a date range based on pre-defined ranges like
9
- * 'today', 'this week', 'this month', etc.
10
- * It also allows to pick a custom date range.
11
- */
12
- export declare class RangeSelectDateComponent extends AbstractMatFormField<RangeSelectDateValue> implements ControlValueAccessor, OnDestroy {
13
- #private;
14
- private translate;
15
- options: import("@angular/core").WritableSignal<{
16
- label: string;
17
- value: unknown;
18
- }[]>;
19
- readonly fc: FormControl<string>;
20
- ngControl: import("@angular/forms").NgControl | null;
21
- get shouldLabelFloat(): boolean;
22
- /**
23
- * Range values to be used in the dropdown.
24
- */
25
- ranges: import("@angular/core").InputSignal<DateRange[]>;
26
- /**
27
- * Whether to show the custom date range option.
28
- */
29
- customRange: import("@angular/core").InputSignal<boolean>;
30
- constructor();
31
- propagateChange: (_: any) => void;
32
- writeValue(value?: RangeSelectDateValue): void;
33
- registerOnChange(fn: () => void): void;
34
- registerOnTouched(fn: () => void): void;
35
- ngOnDestroy(): void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeSelectDateComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<RangeSelectDateComponent, "yuv-range-select-date", never, { "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; "customRange": { "alias": "customRange"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
38
- }
@@ -1,5 +0,0 @@
1
- import { RangeValue } from "@yuuvis/client-core";
2
- export interface RangeSelectDateValue {
3
- rangeValue: RangeValue;
4
- label?: string;
5
- }
@@ -1,33 +0,0 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { FilesizeRange } from '@yuuvis/client-core';
4
- import { RangeSelectFilesizeValue } from './range-select-filesize.interface';
5
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Component for selecting a range of filesizes based on pre-defined ranges like
9
- * 'today', 'this week', 'this month', etc.
10
- */
11
- export declare class RangeSelectFilesizeComponent extends AbstractMatFormField<RangeSelectFilesizeValue> implements ControlValueAccessor, OnDestroy {
12
- #private;
13
- private translate;
14
- options: import("@angular/core").WritableSignal<{
15
- label: string;
16
- value: unknown;
17
- }[]>;
18
- readonly fc: FormControl<string>;
19
- ngControl: import("@angular/forms").NgControl | null;
20
- get shouldLabelFloat(): boolean;
21
- /**
22
- * Range values to be used in the dropdown.
23
- */
24
- ranges: import("@angular/core").InputSignal<FilesizeRange[]>;
25
- constructor();
26
- propagateChange: (_: any) => void;
27
- writeValue(value?: RangeSelectFilesizeValue): void;
28
- registerOnChange(fn: () => void): void;
29
- registerOnTouched(fn: () => void): void;
30
- ngOnDestroy(): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeSelectFilesizeComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<RangeSelectFilesizeComponent, "yuv-range-select-filesize", never, { "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
33
- }
@@ -1,5 +0,0 @@
1
- import { RangeValue } from "@yuuvis/client-core";
2
- export interface RangeSelectFilesizeValue {
3
- rangeValue: RangeValue;
4
- label?: string;
5
- }
@@ -1,100 +0,0 @@
1
- import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
2
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
- import { MatChipEditedEvent, MatChipInputEvent } from '@angular/material/chips';
4
- import { FormattedMailTo } from '@yuuvis/client-core';
5
- import { AbstractMatFormField } from '@yuuvis/client-framework/common';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates form input for strings. Based on the input values different kinds of inputs will be generated.
9
- *
10
- * Implements `ControlValueAccessor` so it can be used within Angular forms.
11
- *
12
- * @example
13
- * <!-- string input validating input to be between 5 and 10 characters -->
14
- * <yuv-string [minLength]="5" [maxLength]="10"></yuv-string>
15
- *
16
- * <!-- string input that only allow digits -->
17
- * <yuv-string [regex]="[0-9]*"></yuv-string>
18
- *
19
- * <!-- string input rendering a large textarea -->
20
- * <yuv-string [rows]="10"></yuv-string>
21
- *
22
- */
23
- export declare class StringComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, AfterViewInit, OnInit, OnDestroy {
24
- #private;
25
- readonly fc: FormControl<string | string[] | null | undefined>;
26
- readonly separatorKeysCodes: readonly [13, 188];
27
- classifiytionIcons: {
28
- email: string;
29
- url: string;
30
- phone: string;
31
- };
32
- maxEntryCountIfInvalid?: number;
33
- /**
34
- * Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
35
- */
36
- multiselect: boolean;
37
- /**
38
- * Setting rows to more than 1 will generate a textarea instead of an input tag
39
- * and apply the rows property to it
40
- */
41
- rows?: number;
42
- /**
43
- * Will prevent the input from being changed (default: false)
44
- */
45
- readonly: boolean;
46
- /**
47
- * Enable autofucus for the input (default: false)
48
- */
49
- autofocus: boolean;
50
- /**
51
- * Additional semantics for the form element. Possible values are
52
- * `email` (validates and creates a link to send an email once there
53
- * is a valid email address) and `url` (validates and creates a link
54
- * to an URL typed into the form element).
55
- */
56
- set classifications(c: string[]);
57
- get classifications(): string[];
58
- /**
59
- * Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
60
- */
61
- situation?: string;
62
- /**
63
- * Regular expression to validate the input value against
64
- */
65
- regex?: string;
66
- /**
67
- * Minimal number of characters
68
- */
69
- minLength?: number;
70
- /**
71
- * Maximum number of characters
72
- */
73
- maxLength?: number;
74
- formatedValue?: FormattedMailTo;
75
- valid: boolean;
76
- validationErrors: {
77
- [key: string]: any;
78
- }[];
79
- classify?: {
80
- hrefPrefix: string;
81
- icon: string | undefined;
82
- };
83
- ngControl: import("@angular/forms").NgControl | null;
84
- propagateChange: (_: any) => void;
85
- private propagate;
86
- writeValue(value: string | string[]): void;
87
- registerOnChange(fn: any): void;
88
- registerOnTouched(): void;
89
- setDisabledState?(isDisabled: boolean): void;
90
- onBlur(): void;
91
- chipsAdd(event: MatChipInputEvent): void;
92
- chipsRemove(v: string): void;
93
- chipsEdit(v: string, event: MatChipEditedEvent): void;
94
- private validateClassification;
95
- ngOnInit(): void;
96
- ngAfterViewInit(): void;
97
- ngOnDestroy(): void;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<StringComponent, never>;
99
- static ɵcmp: i0.ɵɵComponentDeclaration<StringComponent, "yuv-string", never, { "multiselect": { "alias": "multiselect"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "classifications": { "alias": "classifications"; "required": false; }; "situation": { "alias": "situation"; "required": false; }; "regex": { "alias": "regex"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, {}, never, never, true, never>;
100
- }
@@ -1,17 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./elements/string/string.component";
3
- import * as i2 from "./elements/number/number.component";
4
- import * as i3 from "./elements/number-range/number-range.component";
5
- import * as i4 from "./elements/datetime/datetime.component";
6
- import * as i5 from "./elements/datetime-range/datetime-range.component";
7
- import * as i6 from "./elements/organization/organization.component";
8
- import * as i7 from "./elements/catalog/catalog.component";
9
- import * as i8 from "./elements/i18n-catalog/i18n-catalog.component";
10
- /**
11
- * Module for the forms library.
12
- */
13
- export declare class YuvFormsModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvFormsModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<YuvFormsModule, never, [typeof i1.StringComponent, typeof i2.NumberComponent, typeof i3.NumberRangeComponent, typeof i4.DatetimeComponent, typeof i5.DatetimeRangeComponent, typeof i6.OrganizationComponent, typeof i1.StringComponent, typeof i7.CatalogComponent, typeof i8.I18nCatalogComponent], [typeof i1.StringComponent, typeof i2.NumberComponent, typeof i3.NumberRangeComponent, typeof i4.DatetimeComponent, typeof i5.DatetimeRangeComponent, typeof i6.OrganizationComponent, typeof i1.StringComponent, typeof i7.CatalogComponent, typeof i8.I18nCatalogComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<YuvFormsModule>;
17
- }
@@ -1,4 +0,0 @@
1
- import { AbstractControl } from "@angular/forms";
2
- export declare class FormUtils {
3
- static getErrorState(control: AbstractControl): boolean;
4
- }
@@ -1,24 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ElementRef, OnInit } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Component to display an SVG icon.
6
- * @deprecated Deprecated description
7
- */
8
- export declare class YuvIconComponent implements OnInit {
9
- #private;
10
- private element;
11
- private http;
12
- private document;
13
- private _svgIcon;
14
- label: import("@angular/core").InputSignal<string | undefined>;
15
- svg: import("@angular/core").InputSignal<string | SVGElement | undefined>;
16
- svgSrc: import("@angular/core").InputSignal<string | undefined>;
17
- constructor(element: ElementRef, http: HttpClient, document: any);
18
- private _createSvg;
19
- private _removeSVG;
20
- private _svgElementFromString;
21
- ngOnInit(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<YuvIconComponent, [null, null, { optional: true; }]>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<YuvIconComponent, "yuv-icon", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "svg": { "alias": "svg"; "required": false; "isSignal": true; }; "svgSrc": { "alias": "svgSrc"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
24
- }
@@ -1,39 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * Service managing icons. Use `getIcon(id)` to retrieve the SVG string for that key.
4
- * By default these SVGs will be served from the resources provided by this module.
5
- * It contains several general [purpose icons](icons.ts). If you want to extend the
6
- * list of icons or overwrite an existing icon use `registerIcon(s)` functions. If the
7
- * id of an icon to be registered already exists it will be overwritten otherwise added
8
- * to the list of available icons. Once registered icons are available across the whole
9
- * application.
10
- * @deprecated
11
- */
12
- export declare class IconService {
13
- private _iconRegistry;
14
- private _brokenIcon;
15
- /**
16
- * Get an icon. Based on its ID the service will try to retrieve the svg string
17
- * from its internal icon registry or the default icons provided by the module
18
- * @param id ID of the icon
19
- * @returns SVG string or undefined if the icon could not be found
20
- */
21
- getIcon(id: string): string | undefined;
22
- /**
23
- * Register a new icon or overwrite an existing icon.
24
- * @param id ID of the icon
25
- * @param svg SVG string bound to that ID
26
- */
27
- registerIcon(id: string, svg: string): void;
28
- /**
29
- * Register multiple icons at once
30
- * @param icons Array of icons
31
- */
32
- registerIcons(icons: {
33
- id: string;
34
- svg: string;
35
- }[]): void;
36
- private _isValidSVG;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
38
- static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
39
- }
@@ -1 +0,0 @@
1
- export declare const YUV_ICONS: any;
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ObjectTypeIconComponent {
3
- private system;
4
- private backend;
5
- set objectTypeId(id: string);
6
- svg?: string;
7
- title?: string;
8
- refresh(params: any): boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTypeIconComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTypeIconComponent, "yuv-object-type-icon", never, { "objectTypeId": { "alias": "objectTypeId"; "required": false; }; }, {}, never, never, true, never>;
11
- }
@@ -1,26 +0,0 @@
1
- /**
2
- * List of element selectors that should be excluded from halo focus
3
- * when they are inside a Material form field component (mat-form-field).
4
- *
5
- * These elements typically have their own built-in focus indicators provided
6
- * by Angular Material, making the halo focus redundant or visually conflicting.
7
- *
8
- * **Included Selectors:**
9
- * - `input` - Text inputs, number inputs, etc. inside mat-form-field
10
- * - `textarea` - Multi-line text inputs inside mat-form-field
11
- * - `mat-select` - Material select dropdowns inside mat-form-field
12
- *
13
- * **Why Exclude These:**
14
- * Angular Material form fields provide their own focus styling with floating labels,
15
- * underlines, and color changes. Adding a halo around these elements would:
16
- * - Create visual clutter and redundancy
17
- * - Potentially conflict with Material's focus styling
18
- * - Reduce the clarity of Material Design's established patterns
19
- *
20
- * **Note:** These elements will still receive halo focus if they appear OUTSIDE
21
- * of mat-form-field containers. The exclusion only applies when they're wrapped
22
- * in a mat-form-field.
23
- *
24
- * @see {@link HaloUtilityService.shouldSkipElementInMatFormField} for implementation
25
- */
26
- export declare const haloExcludedElementsInMatFormField: string[];
@@ -1,25 +0,0 @@
1
- /**
2
- * List of keyboard navigation keys that trigger halo position updates.
3
- *
4
- * When any of these keys are pressed while an element is focused, the halo service
5
- * schedules an immediate position update to ensure the halo follows the focused element
6
- * if it moves within the page (e.g., scrolling a list, moving through a table).
7
- *
8
- * **Included Keys:**
9
- * - `ArrowLeft`, `ArrowRight`, `ArrowUp`, `ArrowDown` - Directional navigation
10
- * - `Home`, `End` - Jump to start/end of content
11
- * - `PageUp`, `PageDown` - Page-level scrolling
12
- *
13
- * **Why This Matters:**
14
- * Arrow keys and navigation keys can cause the focused element to scroll or move within
15
- * its container (e.g., scrolling a select dropdown, moving focus in a grid). By tracking
16
- * these keys, the halo can immediately update its position to follow the element, preventing
17
- * visual misalignment.
18
- *
19
- * **Performance Note:**
20
- * Updates are scheduled using requestAnimationFrame, so even rapid key presses won't
21
- * cause performance issues.
22
- *
23
- * @see {@link HaloFocusService} for the implementation of keydown handling
24
- */
25
- export declare const haloFocusNavigationKeys: string[];