@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,217 +0,0 @@
1
- {
2
- "yuv.session.expires.message": "تنتهي الجلسة خلال دقيقة واحدة",
3
- "yuv.session.extend.action": "تمديد الجلسة",
4
- "yuv.action-menu.action.copy.dms.object.description": "",
5
- "yuv.action-menu.action.copy.dms.object.label": "نسخ",
6
- "yuv.action-menu.action.cut.dms.object.description": "",
7
- "yuv.action-menu.action.cut.dms.object.label": "قص",
8
- "yuv.action-menu.action.delete.dms.object.confirm.cancel": "إلغاء",
9
- "yuv.action-menu.action.delete.dms.object.confirm.message": "هل أنت متأكد أنك تريد حذف الكائن(ات) المحدد(ة)؟",
10
- "yuv.action-menu.action.delete.dms.object.confirm.ok": "حذف",
11
- "yuv.action-menu.action.delete.dms.object.description": "حذف الكائن.",
12
- "yuv.action-menu.action.delete.dms.object.label": "حذف",
13
- "yuv.action-menu.action.delete.error.403": "ليس لديك صلاحية حذف الكائن.",
14
- "yuv.action-menu.action.delete.error.404": "تعذر العثور على الكائن.",
15
- "yuv.action-menu.action.delete.error.default": "تعذر حذف الكائن.",
16
- "yuv.action-menu.action.download.dms.object.content.description": "تنزيل ملف المستند الخاص بالكائن.",
17
- "yuv.action-menu.action.download.dms.object.content.label": "تنزيل ملف المستند",
18
- "yuv.framework.breadcrumb.nav-label": "مسار التنقل",
19
- "yuv.clipboard.button.cancel": "إلغاء",
20
- "yuv.clipboard.button.paste": "لصق",
21
- "yuv.clipboard.text.copy.multiple": "تم نسخ {{count}} عناصر",
22
- "yuv.clipboard.text.copy.single": "تم نسخ عنصر واحد",
23
- "yuv.clipboard.text.cut.multiple": "تم قص {{count}} عناصر",
24
- "yuv.clipboard.text.cut.single": "تم قص عنصر واحد",
25
- "yuv.confirm.cancel": "إلغاء",
26
- "yuv.confirm.confirm": "تأكيد",
27
- "yuv.object-form-element.error.date.invalid": "يرجى إدخال تاريخ صالح.",
28
- "yuv.object-form-element.error.daterange.invalid": "يرجى إدخال نطاق تاريخ صالح.",
29
- "yuv.object-form-element.error.daterangeorder.invalid": "تاريخ 'من' أحدث من تاريخ 'إلى'.",
30
- "yuv.object-form-element.error.maxlength": "يمكن أن يحتوي الإدخال على {{maxLength}} حرفًا كحد أقصى.",
31
- "yuv.object-form-element.error.maxvalue": "لا يجوز أن يتجاوز الإدخال {{maxValue}}.",
32
- "yuv.object-form-element.error.minlength": "يجب أن يحتوي الإدخال على {{minLength}} حرفًا على الأقل.",
33
- "yuv.object-form-element.error.minmax": "يجب أن يكون الإدخال بين {{minValue}} و {{maxValue}}.",
34
- "yuv.object-form-element.error.minvalue": "لا يجوز أن يكون الإدخال أقل من {{minValue}}.",
35
- "yuv.object-form-element.error.number": "يرجى إدخال قيمة رقمية.",
36
- "yuv.object-form-element.error.number.precision": "عدد الأرقام قبل الفاصلة العشرية غير صحيح (الحد الأقصى {{prePointDigits}}).",
37
- "yuv.object-form-element.error.number.scale": "عدد المنازل العشرية غير صحيح: الحد الأقصى {{scale}}.",
38
- "yuv.object-form-element.error.numberrange.invalid": "يرجى إدخال نطاق رقمي صالح.",
39
- "yuv.object-form-element.error.numberrangeorder.invalid": "قيمة 'من' تتجاوز قيمة 'إلى'.",
40
- "yuv.object-form-element.error.required": "حقل إلزامي",
41
- "yuv.object-form-element.error.string.classification.email": "يرجى إدخال عنوان بريد إلكتروني صالح.",
42
- "yuv.object-form-element.error.string.classification.phone": "يرجى إدخال رقم هاتف صالح.",
43
- "yuv.object-form-element.error.string.classification.url": "يرجى إدخال عنوان URL صالح.",
44
- "yuv.object-form-element.error.string.regex.nomatch": "الإدخال لا يتوافق مع المواصفات.",
45
- "yuv.object-form-element.error.string.whitespaces": "الإدخال يحتوي على مسافات فقط.",
46
- "yuv.object-form-element.scroll.button.left": "التمرير لليسار",
47
- "yuv.object-form-element.scroll.button.right": "التمرير لليمين",
48
- "yuv.retention-badge.retain": "الاحتفاظ {{from}} – {{until}}",
49
- "yuv.theme.default.description": "سمة التطبيق الافتراضية",
50
- "yuv.theme.default.label": "السمة الافتراضية",
51
- "yuv.theme.highContrast.description": "سمة عالية التباين لتحسين إمكانية الوصول",
52
- "yuv.theme.highContrast.label": "سمة عالية التباين",
53
- "yuv.calendar.time.label": "الوقت",
54
- "yuv.form.element.data.grid.add-row.button.tooltip": "إضافة صف",
55
- "yuv.form.element.data.grid.add.headline": "إضافة صف جديد",
56
- "yuv.form.element.data.grid.edit": "تحرير",
57
- "yuv.form.element.data.grid.edit.add": "إضافة",
58
- "yuv.form.element.data.grid.edit.cancel": "إلغاء",
59
- "yuv.form.element.data.grid.edit.headline": "تحرير الصف '{{headline}}'",
60
- "yuv.form.element.data.grid.noData": "لا توجد بيانات متاحة",
61
- "yuv.form.element.data.grid.remove": "إزالة",
62
- "yuv.form.element.data.grid.row.button.actions.tooltip": "فتح قائمة الإجراءات",
63
- "yuv.form.element.datetime.calendar.cancel": "إلغاء",
64
- "yuv.form.element.datetime.calendar.select": "تحديد",
65
- "yuv.form.element.datetime.calendar.today": "اليوم",
66
- "yuv.form.element.organization-set.classify.icon.title": "مجموعة",
67
- "yuv.form.element.organization.classify.icon.title": "مستخدم",
68
- "yuv.form.element.range-select-date.custom.overlay.button.apply": "تطبيق",
69
- "yuv.form.element.range-select-date.custom.overlay.title": "فترة زمنية مخصصة",
70
- "yuv.form.element.range-select-date.option.any": "أي تاريخ",
71
- "yuv.form.element.range-select-date.option.custom": "تحديد فترة زمنية",
72
- "yuv.form.element.range-select-date.option.lastMonth": "الشهر الماضي",
73
- "yuv.form.element.range-select-date.option.lastWeek": "الأسبوع الماضي",
74
- "yuv.form.element.range-select-date.option.lastYear": "السنة الماضية",
75
- "yuv.form.element.range-select-date.option.thisMonth": "هذا الشهر",
76
- "yuv.form.element.range-select-date.option.thisWeek": "هذا الأسبوع",
77
- "yuv.form.element.range-select-date.option.thisYear": "هذه السنة",
78
- "yuv.form.element.range-select-date.option.today": "اليوم",
79
- "yuv.form.element.range-select-date.option.yesterday": "أمس",
80
- "yuv.form.element.range-select-filesize.option.any": "أي حجم",
81
- "yuv.form.element.range-select-filesize.option.large": "كبير (10–100 ميغابايت)",
82
- "yuv.form.element.range-select-filesize.option.medium": "متوسط (1–10 ميغابايت)",
83
- "yuv.form.element.range-select-filesize.option.small": "صغير (<1 ميغابايت)",
84
- "yuv.form.element.range-select-filesize.option.verylarge": "كبير جدًا (>100 ميغابايت)",
85
- "yuv.object-metadata.button.save": "حفظ",
86
- "yuv.audit.fetch.error": "تعذّر تحميل سجلّات التاريخ",
87
- "yuv.audit.label.create.metadata": "تم إنشاء الكائن",
88
- "yuv.audit.label.create.metadata.withcontent": "تم إنشاء الكائن مع ملف المستند",
89
- "yuv.audit.label.create.tag": "تم إنشاء الوسم",
90
- "yuv.audit.label.delete": "تم حذف الكائن",
91
- "yuv.audit.label.delete.content": "تم حذف ملف المستند",
92
- "yuv.audit.label.delete.marked": "تم وضع علامة حذف على الكائن",
93
- "yuv.audit.label.delete.tag": "تم حذف الوسم",
94
- "yuv.audit.label.delete.version": "تم حذف إصدار المستند",
95
- "yuv.audit.label.get.content": "تمت قراءة ملف المستند",
96
- "yuv.audit.label.get.custom": "جميع الأحداث الأخرى",
97
- "yuv.audit.label.get.metadata": "تمت قراءة البيانات الوصفية",
98
- "yuv.audit.label.get.rendition.pdf": "تم طلب عرض PDF",
99
- "yuv.audit.label.get.rendition.text": "تم طلب العرض النصي",
100
- "yuv.audit.label.get.rendition.thumbnail": "تم طلب عرض الصورة المصغرة",
101
- "yuv.audit.label.paging.next": "الانتقال إلى الصفحة التالية",
102
- "yuv.audit.label.paging.prev": "الانتقال إلى الصفحة السابقة",
103
- "yuv.audit.label.update.content": "تم تعديل ملف المستند",
104
- "yuv.audit.label.update.metadata": "تم تعديل البيانات الوصفية",
105
- "yuv.audit.label.update.metadata.withcontent": "تم تعديل البيانات الوصفية وملف المستند",
106
- "yuv.audit.label.update.move": "تم نقل الكائن",
107
- "yuv.audit.label.update.move.content": "تم نقل ملف المستند",
108
- "yuv.audit.label.update.restore": "تمت استعادة إصدار قديم",
109
- "yuv.audit.label.update.restore.more": "تمت الاستعادة من الإصدار {{version}}",
110
- "yuv.audit.label.update.tag": "تم تعديل الوسم",
111
- "yuv.audit.result.empty": "لم يتم العثور على سجلّات في التاريخ",
112
- "yuv.audit.timeline": "المخطط الزمني للتاريخ",
113
- "yuv.object-details.tabs.content.title": "المحتوى",
114
- "yuv.object-metadata.button.reset": "تجاهل التغييرات",
115
- "yuv.object-metadata.context.load.error": "الكائن غير متاح. ربما تم حذفه أو تم تعديل صلاحيات الوصول.",
116
- "yuv.object-metadata.empty.message": "لا توجد بيانات وصفية لهذا الكائن.",
117
- "yuv.object-metadata.pending-changes.alert": "أنت تقوم حالياً بتحرير بيانات وصفية لنموذج لم يتم حفظه. ستُفقد البيانات غير المحفوظة.",
118
- "yuv.object-metadata.save.error": "لا يمكن حفظ المستند حالياً.",
119
- "yuv.object-metadata.tabs.history.title": "التاريخ",
120
- "yuv.object-metadata.tabs.indexdata.title": "البيانات الوصفية",
121
- "yuv.object-flavor.apply-flavor.button.apply": "تطبيق",
122
- "yuv.object-flavor.apply-flavor.button.cancel": "إلغاء",
123
- "yuv.object-flavor.apply-flavor.headline": "إضافة النوع '{{name}}'",
124
- "yuv.object-flavor.button.add": "إضافة نوع",
125
- "yuv.object-flavor.button.clear-selection": "إلغاء التحديد",
126
- "yuv.object-flavor.flavor.remove.confirm.message": "هل أنت متأكد أنك تريد إزالة النوع '{{flavor}}'؟",
127
- "yuv.object-flavor.label": "الأنواع",
128
- "yuv.object-flavor.picker.button.cancel": "إلغاء",
129
- "yuv.object-flavor.picker.text": "الأنواع هي امتدادات للملفات توفر معلومات إضافية حول محتواها أو معناها.",
130
- "yuv.object-flavor.picker.title": "إضافة نوع",
131
- "yuv.shell.action.manage-flavors.applicable.button.remove.tooltip": "",
132
- "yuv.shell.action.manage-flavors.button.remove": "",
133
- "yuv.object-preview.tiff-warning": "هذا المستند ليس ملف *.tiff الأصلي، بل هو مجرد تمثيل له. المعاينة لا تدعم ملفات *.tiff. يرجى تنزيل المستند لعرض الملف الأصلي.",
134
- "yuv.object-relationship.action.add-link.search.relation.label": "نوع الارتباط",
135
- "yuv.object-relationship.action.add-relationship.description": "",
136
- "yuv.object-relationship.action.add-relationship.label": "إضافة ارتباط",
137
- "yuv.object-relationship.add-relation.error-message": "حدث خطأ أثناء إضافة الارتباط.",
138
- "yuv.object-relationship.add-relationship.action.cancel": "إلغاء",
139
- "yuv.object-relationship.add-relationship.action.submit": "إضافة ارتباط",
140
- "yuv.object-relationship.add-relationship.error.invalidRelationTargetCombination": "نوع الارتباط المحدد غير صالح لهذا الكائن الهدف.",
141
- "yuv.object-relationship.add-relationship.headline": "إضافة ارتباط جديد",
142
- "yuv.object-relationship.add-relationship.target-search.clear": "مسح العنصر المحدد",
143
- "yuv.object-relationship.add-relationship.target-search.label": "الكائن الهدف",
144
- "yuv.object-relationship.add-relationship.target-type.filter.label": "نوع الكائن الهدف",
145
- "yuv.object-relationship.add.tooltip": "إضافة ارتباط جديد",
146
- "yuv.object-relationship.delete-relation.confirm-message": "هل أنت متأكد أنك تريد حذف الارتباط المحدد؟",
147
- "yuv.object-relationship.delete-relation.error-message": "حدث خطأ أثناء حذف الارتباط المحدد.",
148
- "yuv.object-relationship.delete-relation.tooltip": "حذف الارتباط المحدد",
149
- "yuv.object-relationship.download.tooltip": "تنزيل كصورة",
150
- "yuv.object-relationship.list.incoming": "الارتباطات الواردة",
151
- "yuv.object-relationship.list.outgoing": "الارتباطات الصادرة",
152
- "yuv.object-relationship.mode.graph.tooltip": "عرض الرسم البياني",
153
- "yuv.object-relationship.mode.list.tooltip": "عرض القائمة",
154
- "yuv.object-relationship.no-relations": "لم يتم العثور على ارتباطات.",
155
- "yuv.object-relationship.node-summary.open-object.button": "فتح",
156
- "yuv.object-relationship.selected.add-relationship.tooltip": "إضافة ارتباط جديد",
157
- "yuv.object-relationship.selected.expand.tooltip": "توسيع الارتباط المحدد",
158
- "yuv.object-summary-data.base.headline": "البيانات الوصفية الأساسية",
159
- "yuv.object-summary.load.error": "حدث خطأ أثناء تحميل الملخص.",
160
- "yuv.object-versions.actions.download": "تنزيل الإصدار",
161
- "yuv.object-versions.actions.restore": "استعادة الإصدار",
162
- "yuv.object-versions.actions.restore.confirm.message": "هل أنت متأكد أنك تريد استعادة الإصدار {{version}}؟",
163
- "yuv.object-versions.error.fetch-versions": "تعذّر تحميل الإصدارات",
164
- "yuv.object-versions.list.version": "الإصدار {{version}}",
165
- "yuv.object-versions.tabs.content.title": "المحتوى",
166
- "yuv.object-versions.tabs.indexdata.title": "البيانات الوصفية",
167
- "yuv.popout.popin.tooltip": "",
168
- "yuv.popout.popout.tooltip": "",
169
- "yuv.table.renderer.moreEntries": "يتم عرض أول عشرة إدخالات فقط. الإجمالي: {{ count }}",
170
- "yuv.sequence-list.form.nextAssignee": "المستلم",
171
- "yuv.sequence-list.form.task": "المهمة",
172
- "yuv.simple-search.clear": "حذف",
173
- "yuv.simple-search.label": "بحث",
174
- "yuv.simple-search.submit": "بدء البحث",
175
- "yuv.sort.ascending": "تصاعدي",
176
- "yuv.sort.descending": "تنازلي",
177
- "yuv.sort.tooltip": "ترتيب",
178
- "yuv.tile-config.button.close": "إغلاق",
179
- "yuv.tile-config.button.reset": "إعادة تعيين",
180
- "yuv.tile-config.button.save": "حفظ التغييرات",
181
- "yuv.tile-config.icon-select.pick": "اختيار رمز",
182
- "yuv.tile-config.icon-select.reset": "إعادة تعيين",
183
- "yuv.tile-config.slot.action.headline": "الإجراءات",
184
- "yuv.tile-config.slot.icon.headline": "الرمز",
185
- "yuv.tile-config.slot.property.headline": "الخصائص",
186
- "yuv.tile-config.title": "تكوين قائمة النتائج لـ {{bucket}}",
187
- "yuv.tile-config.trigger.tooltip": "تكوين قائمة النتائج",
188
- "yuv.tile-list.item.actions-menu.button.tooltip": "فتح قائمة الإجراءات",
189
- "yuv.upload-progress-overlay.error.403": "ليس لديك الصلاحيات المطلوبة لرفع الملف.",
190
- "yuv.upload-progress-overlay.error.default": "تعذّر رفع الملف.",
191
- "yuv.upload-progress.header.uploaded": "تم رفع {{count}} ملف(ات)",
192
- "yuv.upload-progress.header.uploading": "جارٍ رفع {{count}} ملف(ات)",
193
- "yuv.widget-grid.button.cancel": "إلغاء",
194
- "yuv.widget-grid.button.save": "حفظ",
195
- "yuv.widget-grid.empty": "لم تتم إضافة أي عناصر واجهة إلى مساحة العمل هذه بعد.",
196
- "yuv.widget-grid.empty.create": "تحرير مساحة العمل",
197
- "yuv.widget-grid.widget-picker.empty": "لا توجد عناصر واجهة متاحة.",
198
- "yuv.widget-grid.widget-picker.title": "عناصر الواجهة",
199
- "yuv.widget-grid.widget.add.label": "إضافة عنصر واجهة",
200
- "yuv.widget-grid.widget.add.tooltip": "إضافة عنصر واجهة",
201
- "yuv.widget-grid.widget.edit.tooltip": "تحرير عنصر الواجهة",
202
- "yuv.widget-grid.widget.noop.label": "غير موجود",
203
- "yuv.widget-grid.widget.remove.tooltip": "إزالة عنصر الواجهة",
204
- "yuv.widget-grid.workspaces.edit.cancel": "إلغاء",
205
- "yuv.widget-grid.workspaces.edit.save": "حفظ",
206
- "yuv.widget-grid.workspaces.edit.title": "مساحة العمل",
207
- "yuv.widget-grid.workspaces.editMode.cancel": "تجاهل",
208
- "yuv.widget-grid.workspaces.editMode.save": "حفظ التغييرات",
209
- "yuv.widget-grid.workspaces.empty": "لم يتم العثور على مساحات عمل",
210
- "yuv.widget-grid.workspaces.empty.button.create": "إنشاء مساحة عمل",
211
- "yuv.widget-grid.workspaces.workspace.delete.confirm.message": "هل أنت متأكد أنك تريد حذف مساحة العمل '{{label}}'؟",
212
- "yuv.widget-grid.workspaces.workspace.label": "مساحة العمل",
213
- "yuv.widget-grid.workspaces.workspace.menu.create": "إنشاء مساحة عمل",
214
- "yuv.widget-grid.workspaces.workspace.menu.delete": "حذف مساحة العمل",
215
- "yuv.widget-grid.workspaces.workspace.menu.edit": "تحرير مساحة العمل",
216
- "yuv.widget-grid.workspaces.workspace.menu.tooltip": "اختيار مساحة العمل"
217
- }
@@ -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[];
@@ -1,25 +0,0 @@
1
- /**
2
- * Default offset (in pixels) between the halo border and the focused element's edges.
3
- *
4
- * This value determines how far the halo appears from the focused element:
5
- * - **Positive value** (default: 3): Halo appears outside the element
6
- * - **Zero (0)**: Halo aligns exactly with element edges (neutral offset)
7
- * - **Negative value**: Halo appears inside the element (inset)
8
- *
9
- * **Override Methods:**
10
- * - **Per-element**: Use `halo-offset="value"` attribute
11
- * - **Per-container**: Use `halo-container-offset="value"` or preset attributes
12
- *
13
- * @example
14
- * ```html
15
- * <!-- Uses default 3px offset (outside) -->
16
- * <button>Default</button>
17
- *
18
- * <!-- Custom 5px offset -->
19
- * <input halo-offset="5" />
20
- *
21
- * ```
22
- *
23
- * @default 3
24
- */
25
- export declare const defaultHaloFocusOffset = 3;
@@ -1,26 +0,0 @@
1
- /**
2
- * Default CSS styles for the halo focus element.
3
- *
4
- * These styles define the visual appearance and behavior of the halo border that
5
- * highlights keyboard-focused elements. The halo is a fixed-position overlay that
6
- * follows the focused element across the page.
7
- *
8
- * **Style Properties:**
9
- * - `position: 'fixed'` - Keeps halo in viewport regardless of scroll position
10
- * - `pointerEvents: 'none'` - Allows click-through; halo doesn't block interactions
11
- * - `zIndex: '9999'` - Ensures halo appears above most other elements
12
- * - `border` - Primary border using CSS variable `--ymt-primary` (2px solid)
13
- * - `boxShadow` - Soft shadow with 20% opacity for subtle depth effect
14
- * - `borderRadius` - Default 8px rounded corners for modern appearance
15
- * - `opacity: '0'` - Initially hidden; visibility controlled by service
16
- * - `transform: 'translateZ(0)'` - Creates GPU layer for smoother animations
17
- *
18
- * **CSS Variable Dependencies:**
19
- * - `--ymt-primary` - Primary theme color for border and shadow
20
- *
21
- * **Note:** These are base styles that can be overridden globally via HaloFocusConfig
22
- * or per-element using halo-* attributes.
23
- *
24
- * @see {@link HaloFocusConfig} for global style customization
25
- */
26
- export declare const haloFocusStyles: Partial<CSSStyleDeclaration>;
@@ -1,4 +0,0 @@
1
- export * from './halo-excluded-elements.const';
2
- export * from './halo-focus-navigation-keys.const';
3
- export * from './halo-focus-offset.const';
4
- export * from './halo-focus-styles.const';
@@ -1,2 +0,0 @@
1
- export * from './halo-focus-defaults';
2
- export * from './session';
@@ -1,3 +0,0 @@
1
- export * from './session-default-duration.const';
2
- export * from './session-activity-window-before-end.const';
3
- export * from './session-popup-before-end.const';
@@ -1,43 +0,0 @@
1
- /**
2
- * Time window (in milliseconds) before session expiry when user activity triggers auto-extension.
3
- *
4
- * During this window, the service tracks user interactions (mouse, keyboard, scroll) and HTTP activity.
5
- * If any activity is detected, the session is automatically extended, preventing the expiry warning popup.
6
- *
7
- * **Session Timeline:**
8
- * ```
9
- * [Session Start] ──────────────────────────────► [Session Expires]
10
- * ▲ ▲
11
- * │ └─ sessionPopupBeforeEnd (1 min)
12
- * └─ Activity window starts (2 min)
13
- *
14
- * ┌─────────────────────────────────────────────┐
15
- * │ Activity Window (2 minutes) │
16
- * │ • Tracks: mousemove, keydown, click, scroll │
17
- * │ • Tracks: HTTP requests (debounced) │
18
- * │ • If activity detected → auto-extend │
19
- * │ • If no activity → show warning popup │
20
- * └─────────────────────────────────────────────┘
21
- * ```
22
- *
23
- * **Why This Matters:**
24
- * - Prevents unnecessary interruptions for active users
25
- * - Reduces server-side session renewal traffic by batching extensions
26
- * - Provides a grace period before showing the expiry warning
27
- *
28
- * **Tracked Activities:**
29
- * - **User interactions**: `mousemove`, `keydown`, `click`, `scroll` on `window`
30
- * - **HTTP traffic**: Any request via `BackendService.httpCommunicationOccurred$` (debounced 500ms)
31
- *
32
- * **Interaction with Other Constants:**
33
- * - Must be **greater than** {@link sessionPopupBeforeEnd} to allow the activity window before the popup
34
- * - Typical relationship: `activityWindow > popupWarning` (e.g., 2 min > 1 min)
35
- *
36
- * **Performance Note:**
37
- * Activity tracking is only active during this window, not throughout the entire session,
38
- * minimizing performance impact of event listeners.
39
- *
40
- * @default 2 minutes (120000 milliseconds)
41
- * @see {@link SessionService.setupUserActivityTracking} for implementation details
42
- */
43
- export declare const sessionActivityWindowBeforeEnd: number;
@@ -1,47 +0,0 @@
1
- /**
2
- * Default session duration (in milliseconds) when no explicit duration is provided.
3
- *
4
- * This value is used as the fallback session lifetime when:
5
- * - `provideSession()` is called without a duration parameter
6
- * - Before `startSession(duration)` is called with a backend-provided value
7
- *
8
- * **Timeline:**
9
- * ```
10
- * [Session Start] ──────────────────────────────► [Session Expires]
11
- * ← sessionDefaultDuration →
12
- * ```
13
- *
14
- * **Override Methods:**
15
- * - **At startup (known duration)**: `provideSession(customDuration)`
16
- * - **After login (dynamic duration)**: `sessionService.startSession(backendDuration)`
17
- *
18
- * **Usage Scenarios:**
19
- *
20
- * Scenario 1 - Fixed duration:
21
- * ```ts
22
- * // app.config.ts
23
- * providers: [
24
- * provideSession(45 * 60 * 1000) // Override to 45 minutes
25
- * ]
26
- * ```
27
- *
28
- * Scenario 2 - Backend-provided duration:
29
- * ```ts
30
- * // app.config.ts
31
- * providers: [
32
- * provideSession() // Uses default 30 minutes initially
33
- * ]
34
- *
35
- * // auth.service.ts (after login)
36
- * login().subscribe(response => {
37
- * sessionService.startSession(response.sessionExpiresIn); // Update to backend value
38
- * });
39
- * ```
40
- *
41
- * **Related Constants:**
42
- * - {@link sessionActivityWindowBeforeEnd} - When to start tracking user activity
43
- * - {@link sessionPopupBeforeEnd} - When to show the expiry warning popup
44
- *
45
- * @default 30 minutes (1800000 milliseconds)
46
- */
47
- export declare const sessionDefaultDuration: number;
@@ -1,47 +0,0 @@
1
- /**
2
- * Time (in milliseconds) before session expiry when the warning popup is displayed.
3
- *
4
- * When this threshold is reached without detected user activity during the activity window,
5
- * a snackbar notification appears, warning the user that their session will expire soon
6
- * and providing an "Extend session" action button.
7
- *
8
- * **Session Timeline:**
9
- * ```
10
- * [Session Start] ──────────────────────────────► [Session Expires]
11
- * ▲ ▲
12
- * │ └─ Popup appears (1 min before expiry)
13
- * └─ Activity window starts (2 min before expiry)
14
- *
15
- * User has no activity during the 2-minute window:
16
- * ├─ 2 min before: Activity tracking starts
17
- * ├─ 1 min before: ⚠️ Popup shows "Session expires in one minute"
18
- * └─ 0 min: Auto-logout if no action taken
19
- * ```
20
- *
21
- * **Popup Behavior:**
22
- * - Displays a warning message: "Session expires in one minute"
23
- * - Provides an action button: "Extend session"
24
- * - Clicking "Extend session" → extends session by the full session duration
25
- * - Ignoring the popup → automatic logout when timer reaches zero
26
- * - Only one popup is shown at a time (subsequent extensions dismiss the existing popup)
27
- *
28
- * **Cross-Tab Synchronization:**
29
- * If the user extends the session in one browser tab, all other tabs:
30
- * - Automatically dismiss their popups (if shown)
31
- * - Reset their timers to the new expiry time
32
- * - Avoid showing redundant warnings
33
- *
34
- * **Interaction with Other Constants:**
35
- * - Must be **less than** {@link sessionActivityWindowBeforeEnd}
36
- * - Typical relationship: `activityWindow > popupWarning` (e.g., 2 min > 1 min)
37
- * - The gap between them determines how long the activity window runs before the popup
38
- *
39
- * **UX Considerations:**
40
- * - **1 minute** gives users enough time to react without being too intrusive
41
- * - Too short (e.g., 10 seconds): Users may not have time to respond
42
- * - Too long (e.g., 5 minutes): Users may be unnecessarily interrupted if they return
43
- *
44
- * @default 1 minute (60000 milliseconds)
45
- * @see {@link SessionService.showPopup} for popup implementation
46
- */
47
- export declare const sessionPopupBeforeEnd: number;
@@ -1,4 +0,0 @@
1
- export declare enum ChannelMessage {
2
- SessionExtended = "SessionExtended",
3
- SessionLogout = "SessionLogout"
4
- }
@@ -1 +0,0 @@
1
- export * from './channel-message.enum';
@@ -1,48 +0,0 @@
1
- /**
2
- * Configuration options for the Halo Focus service.
3
- *
4
- * These settings define the default visual appearance of the focus halo.
5
- * Individual elements can override these defaults using halo-* attributes,
6
- * and containers can set defaults for their children using halo-container-* attributes.
7
- *
8
- * @example
9
- * const config: HaloFocusConfig = {
10
- * innerColor: '#007bff',
11
- * outerColor: 'rgba(0, 123, 255, 0.25)'
12
- * };
13
- */
14
- export interface HaloFocusConfig {
15
- /**
16
- * Inner color for the halo element.
17
- *
18
- * Accepts any valid CSS color value:
19
- * - Named colors: 'blue', 'red'
20
- * - Hex: '#007bff', '#f00'
21
- * - RGB: 'rgb(0, 123, 255)'
22
- * - RGBA: 'rgba(0, 123, 255, 0.5)'
23
- * - CSS variables: 'var(--primary-color)'
24
- * - Modern CSS: 'rgba(from var(--color) r g b / 0.5)'
25
- *
26
- * @default 'var(--ymt-primary)'
27
- *
28
- * @example
29
- * innerColor: '#007bff'
30
- * innerColor: 'var(--accent-color)'
31
- */
32
- innerColor?: string;
33
- /**
34
- * Outer color that appears around the halo element.
35
- *
36
- * Creates a subtle glow effect around the focused element.
37
- * The outer color is 4px wide and surrounds the inner color.
38
- *
39
- * Accepts any valid CSS color value with alpha transparency recommended.
40
- *
41
- * @default 'rgba(from var(--ymt-primary) r g b / 0.2)'
42
- *
43
- * @example
44
- * outerColor: 'rgba(0, 123, 255, 0.25)'
45
- * outerColor: 'rgba(from var(--accent) r g b / 0.3)'
46
- */
47
- outerColor?: string;
48
- }
@@ -1 +0,0 @@
1
- export * from './halo-focus-config.model';
@@ -1,3 +0,0 @@
1
- export * from './halo-focus-config';
2
- export * from './session';
3
- export * from './snack-bar';
@@ -1,5 +0,0 @@
1
- import { ChannelMessage } from "../../enums";
2
- export type ChannelPayload = {
3
- type: ChannelMessage;
4
- expiresAt?: number;
5
- };
@@ -1 +0,0 @@
1
- export * from './channel-payload.model';
@@ -1,3 +0,0 @@
1
- export * from './snack-bar-data.model';
2
- export * from './snack-bar-level.model';
3
- export * from './snack-bar-options.model';
@@ -1,6 +0,0 @@
1
- import { SnackBarLevel } from "./snack-bar-level.model";
2
- export interface SnackBarData {
3
- level: SnackBarLevel;
4
- message: string;
5
- action?: string;
6
- }
@@ -1 +0,0 @@
1
- export type SnackBarLevel = 'info' | 'success' | 'warning' | 'danger';
@@ -1,9 +0,0 @@
1
- import { MatSnackBarHorizontalPosition, MatSnackBarVerticalPosition } from "@angular/material/snack-bar";
2
- import { SnackBarLevel } from "./snack-bar-level.model";
3
- export interface SnackBarOptions {
4
- duration?: number;
5
- horizontalPosition?: MatSnackBarHorizontalPosition;
6
- verticalPosition?: MatSnackBarVerticalPosition;
7
- action?: string;
8
- level?: SnackBarLevel;
9
- }
@@ -1 +0,0 @@
1
- export * from './provide-halo-focus';