@yuuvis/client-framework 2.20.0 → 3.0.0-beta.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/actions/index.d.ts +230 -9
  2. package/app-bar/index.d.ts +50 -1
  3. package/autocomplete/index.d.ts +89 -3
  4. package/breadcrumb/index.d.ts +112 -2
  5. package/clipboard/index.d.ts +19 -1
  6. package/common/index.d.ts +536 -7
  7. package/datepicker/index.d.ts +380 -6
  8. package/fesm2022/yuuvis-client-framework-actions.mjs +31 -32
  9. package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
  10. package/fesm2022/yuuvis-client-framework-app-bar.mjs +14 -17
  11. package/fesm2022/yuuvis-client-framework-app-bar.mjs.map +1 -1
  12. package/fesm2022/yuuvis-client-framework-autocomplete.mjs +23 -23
  13. package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
  14. package/fesm2022/yuuvis-client-framework-breadcrumb.mjs +7 -8
  15. package/fesm2022/yuuvis-client-framework-breadcrumb.mjs.map +1 -1
  16. package/fesm2022/yuuvis-client-framework-clipboard.mjs +8 -10
  17. package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
  18. package/fesm2022/yuuvis-client-framework-common.mjs +191 -234
  19. package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
  20. package/fesm2022/yuuvis-client-framework-datepicker.mjs +110 -145
  21. package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
  22. package/fesm2022/yuuvis-client-framework-forms.mjs +283 -250
  23. package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
  24. package/fesm2022/yuuvis-client-framework-icons.mjs +18 -19
  25. package/fesm2022/yuuvis-client-framework-icons.mjs.map +1 -1
  26. package/fesm2022/yuuvis-client-framework-list.mjs +61 -57
  27. package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
  28. package/fesm2022/yuuvis-client-framework-master-details.mjs +23 -18
  29. package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
  30. package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -9
  31. package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs.map +1 -1
  32. package/fesm2022/yuuvis-client-framework-metadata-form.mjs +32 -32
  33. package/fesm2022/yuuvis-client-framework-metadata-form.mjs.map +1 -1
  34. package/fesm2022/yuuvis-client-framework-object-details.mjs +129 -120
  35. package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
  36. package/fesm2022/yuuvis-client-framework-object-flavor.mjs +67 -59
  37. package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
  38. package/fesm2022/yuuvis-client-framework-object-form.mjs +58 -60
  39. package/fesm2022/yuuvis-client-framework-object-form.mjs.map +1 -1
  40. package/fesm2022/yuuvis-client-framework-object-preview.mjs +64 -47
  41. package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
  42. package/fesm2022/yuuvis-client-framework-object-relationship.mjs +206 -183
  43. package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
  44. package/fesm2022/yuuvis-client-framework-object-summary.mjs +42 -42
  45. package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
  46. package/fesm2022/yuuvis-client-framework-object-versions.mjs +28 -29
  47. package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
  48. package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs +10 -10
  49. package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs.map +1 -1
  50. package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +16 -16
  51. package/fesm2022/yuuvis-client-framework-overflow-menu.mjs.map +1 -1
  52. package/fesm2022/yuuvis-client-framework-pagination.mjs +7 -8
  53. package/fesm2022/yuuvis-client-framework-pagination.mjs.map +1 -1
  54. package/fesm2022/yuuvis-client-framework-popout.mjs +55 -57
  55. package/fesm2022/yuuvis-client-framework-popout.mjs.map +1 -1
  56. package/fesm2022/yuuvis-client-framework-query-list.mjs +29 -29
  57. package/fesm2022/yuuvis-client-framework-query-list.mjs.map +1 -1
  58. package/fesm2022/yuuvis-client-framework-renderer.mjs +73 -70
  59. package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
  60. package/fesm2022/yuuvis-client-framework-sequence-list.mjs +20 -25
  61. package/fesm2022/yuuvis-client-framework-sequence-list.mjs.map +1 -1
  62. package/fesm2022/yuuvis-client-framework-simple-search.mjs +31 -33
  63. package/fesm2022/yuuvis-client-framework-simple-search.mjs.map +1 -1
  64. package/fesm2022/yuuvis-client-framework-sort.mjs +57 -37
  65. package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
  66. package/fesm2022/yuuvis-client-framework-split-view.mjs +39 -38
  67. package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
  68. package/fesm2022/yuuvis-client-framework-tile-list.mjs +178 -140
  69. package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
  70. package/fesm2022/yuuvis-client-framework-token-search.mjs +22 -22
  71. package/fesm2022/yuuvis-client-framework-token-search.mjs.map +1 -1
  72. package/fesm2022/yuuvis-client-framework-tree.mjs +32 -44
  73. package/fesm2022/yuuvis-client-framework-tree.mjs.map +1 -1
  74. package/fesm2022/yuuvis-client-framework-upload-progress.mjs +22 -26
  75. package/fesm2022/yuuvis-client-framework-upload-progress.mjs.map +1 -1
  76. package/fesm2022/yuuvis-client-framework-widget-grid.mjs +80 -77
  77. package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
  78. package/fesm2022/yuuvis-client-framework.mjs +23 -23
  79. package/fesm2022/yuuvis-client-framework.mjs.map +1 -1
  80. package/forms/index.d.ts +633 -13
  81. package/icons/index.d.ts +79 -4
  82. package/index.d.ts +909 -6
  83. package/lib/assets/i18n/de.json +1 -0
  84. package/lib/assets/i18n/en.json +1 -0
  85. package/list/index.d.ts +380 -4
  86. package/master-details/index.d.ts +69 -3
  87. package/metadata-form/index.d.ts +189 -6
  88. package/metadata-form-defaults/index.d.ts +14 -2
  89. package/object-details/index.d.ts +321 -9
  90. package/object-flavor/index.d.ts +86 -6
  91. package/object-form/index.d.ts +288 -4
  92. package/object-preview/index.d.ts +82 -2
  93. package/object-relationship/index.d.ts +120 -5
  94. package/object-summary/index.d.ts +105 -4
  95. package/object-versions/index.d.ts +43 -2
  96. package/overflow-hidden/index.d.ts +28 -2
  97. package/overflow-menu/index.d.ts +52 -3
  98. package/package.json +12 -12
  99. package/pagination/index.d.ts +31 -2
  100. package/popout/index.d.ts +106 -5
  101. package/query-list/index.d.ts +497 -2
  102. package/renderer/index.d.ts +117 -10
  103. package/sequence-list/index.d.ts +60 -2
  104. package/simple-search/index.d.ts +57 -1
  105. package/sort/index.d.ts +36 -2
  106. package/split-view/index.d.ts +197 -4
  107. package/tile-list/index.d.ts +789 -10
  108. package/token-search/index.d.ts +72 -3
  109. package/tree/index.d.ts +68 -2
  110. package/upload-progress/index.d.ts +44 -2
  111. package/widget-grid/index.d.ts +299 -7
  112. package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
  113. package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
  114. package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
  115. package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
  116. package/actions/lib/actions/download-action/download-action.d.ts +0 -17
  117. package/actions/lib/actions.icon.d.ts +0 -7
  118. package/actions/lib/actions.interface.d.ts +0 -86
  119. package/actions/lib/actions.module.d.ts +0 -11
  120. package/actions/lib/actions.service.d.ts +0 -58
  121. package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
  122. package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
  123. package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
  124. package/app-bar/lib/app-bar.component.d.ts +0 -47
  125. package/autocomplete/lib/autocomplete.component.d.ts +0 -74
  126. package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
  127. package/autocomplete/lib/autocomplete.module.d.ts +0 -7
  128. package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
  129. package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
  130. package/breadcrumb/lib/models/index.d.ts +0 -1
  131. package/clipboard/lib/clipboard.component.d.ts +0 -16
  132. package/common/lib/common.module.d.ts +0 -21
  133. package/common/lib/common.utils.d.ts +0 -2
  134. package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
  135. package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
  136. package/common/lib/components/confirm/confirm.component.d.ts +0 -8
  137. package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
  138. package/common/lib/components/confirm/confirm.service.d.ts +0 -9
  139. package/common/lib/components/dialog/dialog.component.d.ts +0 -10
  140. package/common/lib/components/dialog/dialog.options.d.ts +0 -7
  141. package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
  142. package/common/lib/components/index.d.ts +0 -8
  143. package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
  144. package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
  145. package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
  146. package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
  147. package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
  148. package/common/lib/directives/click-double.directive.d.ts +0 -17
  149. package/common/lib/directives/container-size.directive.d.ts +0 -30
  150. package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
  151. package/common/lib/directives/drag-select.directive.d.ts +0 -21
  152. package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
  153. package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
  154. package/common/lib/directives/focus-within.directive.d.ts +0 -36
  155. package/common/lib/directives/index.d.ts +0 -13
  156. package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
  157. package/common/lib/directives/longpress.directive.d.ts +0 -13
  158. package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
  159. package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
  160. package/common/lib/mat-form-field.abstract.d.ts +0 -41
  161. package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
  162. package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
  163. package/common/lib/services/index.d.ts +0 -4
  164. package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
  165. package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
  166. package/common/lib/services/theme/index.d.ts +0 -3
  167. package/common/lib/services/theme/theme.models.d.ts +0 -16
  168. package/common/lib/services/theme/theme.provider.d.ts +0 -4
  169. package/common/lib/services/theme/theme.service.d.ts +0 -16
  170. package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
  171. package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
  172. package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
  173. package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
  174. package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
  175. package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
  176. package/datepicker/lib/datepicker.component.d.ts +0 -80
  177. package/datepicker/lib/datepicker.interface.d.ts +0 -34
  178. package/datepicker/lib/datepicker.module.d.ts +0 -9
  179. package/datepicker/lib/datepicker.service.d.ts +0 -46
  180. package/datepicker/lib/datepicker.utils.d.ts +0 -23
  181. package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
  182. package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
  183. package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
  184. package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
  185. package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
  186. package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
  187. package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
  188. package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
  189. package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
  190. package/forms/lib/elements/index.d.ts +0 -12
  191. package/forms/lib/elements/number/number.component.d.ts +0 -69
  192. package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
  193. package/forms/lib/elements/organization/organization.component.d.ts +0 -66
  194. package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
  195. package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
  196. package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
  197. package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
  198. package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
  199. package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
  200. package/forms/lib/elements/string/string.component.d.ts +0 -100
  201. package/forms/lib/forms.module.d.ts +0 -17
  202. package/forms/lib/forms.utils.d.ts +0 -4
  203. package/icons/lib/icon.component.d.ts +0 -24
  204. package/icons/lib/icon.service.d.ts +0 -39
  205. package/icons/lib/icons.d.ts +0 -1
  206. package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
  207. package/lib/assets/i18n/ar.json +0 -217
  208. package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
  209. package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
  210. package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
  211. package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
  212. package/lib/config/halo-focus-defaults/index.d.ts +0 -4
  213. package/lib/config/index.d.ts +0 -2
  214. package/lib/config/session/index.d.ts +0 -3
  215. package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
  216. package/lib/config/session/session-default-duration.const.d.ts +0 -47
  217. package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
  218. package/lib/enums/channel-message.enum.d.ts +0 -4
  219. package/lib/enums/index.d.ts +0 -1
  220. package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
  221. package/lib/models/halo-focus-config/index.d.ts +0 -1
  222. package/lib/models/index.d.ts +0 -3
  223. package/lib/models/session/channel-payload.model.d.ts +0 -5
  224. package/lib/models/session/index.d.ts +0 -1
  225. package/lib/models/snack-bar/index.d.ts +0 -3
  226. package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
  227. package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
  228. package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
  229. package/lib/providers/halo-focus/index.d.ts +0 -1
  230. package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
  231. package/lib/providers/index.d.ts +0 -2
  232. package/lib/providers/session/index.d.ts +0 -1
  233. package/lib/providers/session/provide-session.provider.d.ts +0 -43
  234. package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
  235. package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
  236. package/lib/services/index.d.ts +0 -4
  237. package/lib/services/session/session.service.d.ts +0 -113
  238. package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
  239. package/lib/yuuvis-client-framework.module.d.ts +0 -7
  240. package/list/lib/list-item.directive.d.ts +0 -40
  241. package/list/lib/list-tile/list-tile.component.d.ts +0 -14
  242. package/list/lib/list.component.d.ts +0 -320
  243. package/list/lib/list.module.d.ts +0 -9
  244. package/master-details/lib/master-details.component.d.ts +0 -52
  245. package/master-details/lib/master-details.interface.d.ts +0 -7
  246. package/master-details/lib/master-details.module.d.ts +0 -7
  247. package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
  248. package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
  249. package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
  250. package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
  251. package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
  252. package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
  253. package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
  254. package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
  255. package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
  256. package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
  257. package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
  258. package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
  259. package/object-details/lib/object-details.component.d.ts +0 -47
  260. package/object-details/lib/object-details.module.d.ts +0 -12
  261. package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
  262. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
  263. package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
  264. package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
  265. package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
  266. package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
  267. package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
  268. package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
  269. package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
  270. package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
  271. package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
  272. package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
  273. package/object-form/lib/form-scripting.service.d.ts +0 -30
  274. package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
  275. package/object-form/lib/object-form-extension.interface.d.ts +0 -22
  276. package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
  277. package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
  278. package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
  279. package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
  280. package/object-form/lib/object-form.component.d.ts +0 -61
  281. package/object-form/lib/object-form.interface.d.ts +0 -69
  282. package/object-form/lib/object-form.module.d.ts +0 -7
  283. package/object-form/lib/object-form.service.d.ts +0 -41
  284. package/object-form/lib/object-form.utils.d.ts +0 -20
  285. package/object-form/lib/object-form.validation.d.ts +0 -21
  286. package/object-preview/lib/components/index.d.ts +0 -2
  287. package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
  288. package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
  289. package/object-preview/lib/services/object-preview.service.d.ts +0 -40
  290. package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
  291. package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
  292. package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
  293. package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
  294. package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
  295. package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
  296. package/object-relationship/lib/object-relationship.component.d.ts +0 -28
  297. package/object-relationship/lib/object-relationship.const.d.ts +0 -10
  298. package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
  299. package/object-relationship/lib/object-relationship.module.d.ts +0 -7
  300. package/object-relationship/lib/object-relationship.service.d.ts +0 -26
  301. package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
  302. package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
  303. package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
  304. package/object-summary/lib/object-summary.module.d.ts +0 -9
  305. package/object-versions/lib/object-versions.component.d.ts +0 -34
  306. package/object-versions/lib/object-versions.module.d.ts +0 -7
  307. package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
  308. package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
  309. package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
  310. package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
  311. package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
  312. package/pagination/lib/pagination.component.d.ts +0 -21
  313. package/pagination/lib/pagination.interface.d.ts +0 -5
  314. package/popout/lib/fullscreen.directive.d.ts +0 -4
  315. package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
  316. package/popout/lib/popout.component.d.ts +0 -59
  317. package/popout/lib/popout.interface.d.ts +0 -24
  318. package/popout/lib/popout.module.d.ts +0 -9
  319. package/query-list/lib/query-list.component.d.ts +0 -488
  320. package/query-list/lib/query-list.module.d.ts +0 -7
  321. package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
  322. package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
  323. package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
  324. package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
  325. package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
  326. package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
  327. package/renderer/lib/property-renderer/index.d.ts +0 -11
  328. package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
  329. package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
  330. package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
  331. package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
  332. package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
  333. package/renderer/lib/renderer.directive.d.ts +0 -13
  334. package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
  335. package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
  336. package/sequence-list/lib/sequence-list.component.d.ts +0 -40
  337. package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
  338. package/simple-search/lib/models/index.d.ts +0 -1
  339. package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
  340. package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
  341. package/sort/lib/sort/models/index.d.ts +0 -1
  342. package/sort/lib/sort/models/sort.interface.d.ts +0 -7
  343. package/sort/lib/sort/sort.component.d.ts +0 -25
  344. package/split-view/lib/split-area-cover.directive.d.ts +0 -15
  345. package/split-view/lib/split-area.directive.d.ts +0 -21
  346. package/split-view/lib/split-view.component.d.ts +0 -159
  347. package/split-view/lib/split-view.interface.d.ts +0 -11
  348. package/split-view/lib/split-view.module.d.ts +0 -8
  349. package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
  350. package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
  351. package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
  352. package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
  353. package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
  354. package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
  355. package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
  356. package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
  357. package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
  358. package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
  359. package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
  360. package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
  361. package/token-search/lib/token-search.component.d.ts +0 -35
  362. package/token-search/lib/token-search.interface.d.ts +0 -27
  363. package/token-search/lib/token-search.module.d.ts +0 -7
  364. package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
  365. package/tree/lib/tree.component.d.ts +0 -53
  366. package/tree/lib/tree.interface.d.ts +0 -11
  367. package/tree/lib/tree.service.d.ts +0 -35
  368. package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
  369. package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
  370. package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
  371. package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
  372. package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
  373. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
  374. package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
  375. package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
  376. package/widget-grid/lib/widget-grid.component.d.ts +0 -52
  377. package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
  378. package/widget-grid/lib/widget-grid.module.d.ts +0 -8
  379. package/widget-grid/lib/widget-grid.service.d.ts +0 -45
  380. package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
  381. package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
  382. package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
@@ -1,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
- }