@eo-sdk/client 10.0.0-beta.4 → 10.0.0-rc.1

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 (314) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts +0 -5
  2. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/dashboard.component.d.ts +25 -33
  4. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  5. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +19 -0
  6. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -0
  7. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts +24 -0
  8. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts.map +1 -0
  9. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +20 -0
  10. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -0
  11. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts +19 -0
  12. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts.map +1 -0
  13. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts +4 -0
  14. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts.map +1 -0
  15. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +25 -0
  16. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -0
  17. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts +20 -0
  18. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts.map +1 -0
  19. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts +4 -0
  20. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts.map +1 -0
  21. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +28 -0
  22. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -0
  23. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +44 -0
  24. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -0
  25. package/app/eo-client/eo-client.module.d.ts +24 -13
  26. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  27. package/app/eo-client/favorite-state/favorite-state.component.d.ts +7 -8
  28. package/app/eo-client/favorite-state/favorite-state.component.d.ts.map +1 -1
  29. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +8 -10
  30. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
  31. package/app/eo-client/login/login.component.d.ts +12 -5
  32. package/app/eo-client/login/login.component.d.ts.map +1 -1
  33. package/app/eo-client/notifications-state/notifications-state.component.d.ts +9 -11
  34. package/app/eo-client/notifications-state/notifications-state.component.d.ts.map +1 -1
  35. package/app/eo-client/object-state/object-state/object-state.component.d.ts +10 -11
  36. package/app/eo-client/object-state/object-state/object-state.component.d.ts.map +1 -1
  37. package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts +8 -9
  38. package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts.map +1 -1
  39. package/app/eo-client/process-state/process-state.component.d.ts +8 -10
  40. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  41. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts +5 -6
  42. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts.map +1 -1
  43. package/app/eo-client/result-state/result-state.component.d.ts +3 -5
  44. package/app/eo-client/result-state/result-state.component.d.ts.map +1 -1
  45. package/app/eo-client/settings/settings.component.d.ts +6 -7
  46. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  47. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts +8 -10
  48. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
  49. package/app/eo-client/version-state/version-state.component.d.ts +5 -7
  50. package/app/eo-client/version-state/version-state.component.d.ts.map +1 -1
  51. package/app/eo-framework/accordion/accordion.module.d.ts +1 -2
  52. package/app/eo-framework/accordion/accordion.module.d.ts.map +1 -1
  53. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +4 -5
  54. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts.map +1 -1
  55. package/app/eo-framework/actions/action.module.d.ts +11 -10
  56. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  57. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +3 -2
  58. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
  59. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +9 -13
  60. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
  61. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +3 -4
  62. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
  63. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  64. package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts +1 -2
  65. package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts.map +1 -1
  66. package/app/eo-framework/app-shell/app-shell.module.d.ts +18 -20
  67. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  68. package/app/eo-framework/app-shell/index.d.ts +0 -1
  69. package/app/eo-framework/app-shell/index.d.ts.map +1 -1
  70. package/app/eo-framework/eo-framework.module.d.ts +37 -38
  71. package/app/eo-framework/eo-framework.module.d.ts.map +1 -1
  72. package/app/eo-framework/form-elements/date/date.component.d.ts +0 -2
  73. package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
  74. package/app/eo-framework/form-elements/form-elements.module.d.ts +9 -18
  75. package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
  76. package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts +1 -0
  77. package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts.map +1 -1
  78. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -2
  79. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
  80. package/app/eo-framework/grid/grid.component.d.ts +7 -8
  81. package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
  82. package/app/eo-framework/grid/grid.module.d.ts +7 -8
  83. package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
  84. package/app/eo-framework/inbox-details/inbox-details.component.d.ts +1 -2
  85. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  86. package/app/eo-framework/index.d.ts +0 -4
  87. package/app/eo-framework/index.d.ts.map +1 -1
  88. package/app/eo-framework/media/media.component.d.ts +4 -3
  89. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  90. package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts +2 -3
  91. package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
  92. package/app/eo-framework/object-details/object-details.component.d.ts +14 -6
  93. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  94. package/app/eo-framework/object-details/object-details.module.d.ts +2 -1
  95. package/app/eo-framework/object-details/object-details.module.d.ts.map +1 -1
  96. package/app/eo-framework/object-details/object-history/object-history.component.d.ts +2 -3
  97. package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
  98. package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts +10 -0
  99. package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts.map +1 -0
  100. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +8 -3
  101. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
  102. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -2
  103. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  104. package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts +7 -2
  105. package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts.map +1 -1
  106. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +28 -11
  107. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  108. package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
  109. package/app/eo-framework/object-form/object-form/object-form.component.d.ts +1 -2
  110. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  111. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  112. package/app/eo-framework/object-form/object-form.module.d.ts +9 -9
  113. package/app/eo-framework/object-state-details/object-state-details.component.d.ts +1 -2
  114. package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
  115. package/app/eo-framework/prepare-details/prepare-details.component.d.ts +8 -9
  116. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  117. package/app/eo-framework/process/details/process-details.component.d.ts +7 -8
  118. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  119. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +9 -11
  120. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
  121. package/app/eo-framework/result-list/result-list.component.d.ts +5 -6
  122. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  123. package/app/eo-framework/settings/settings.module.d.ts +3 -4
  124. package/app/eo-framework/settings/settings.module.d.ts.map +1 -1
  125. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +4 -5
  126. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
  127. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -3
  128. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  129. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +1 -0
  130. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
  131. package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts +1 -2
  132. package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts.map +1 -1
  133. package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts +0 -1
  134. package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts.map +1 -1
  135. package/app/eo-framework/util/index.d.ts +0 -1
  136. package/app/eo-framework/util/index.d.ts.map +1 -1
  137. package/app/eo-framework/util/util.module.d.ts +0 -1
  138. package/app/eo-framework/util/util.module.d.ts.map +1 -1
  139. package/app/eo-framework-core/layout/layout.service.d.ts +2 -26
  140. package/app/eo-framework-core/layout/layout.service.d.ts.map +1 -1
  141. package/app/eo-framework-core/pipes/locale-number.pipe.d.ts +2 -3
  142. package/app/eo-framework-core/pipes/locale-number.pipe.d.ts.map +1 -1
  143. package/assets/_default/i18n/de.json +32 -2
  144. package/assets/_default/i18n/en.json +37 -7
  145. package/assets/_default/svg/ic_add_document_file_as_new_version.svg +1 -0
  146. package/assets/_default/svg/ic_create_document.svg +1 -0
  147. package/assets/_default/svg/ic_create_document_in_folder.svg +1 -0
  148. package/assets/_default/svg/ic_noUrl.svg +1 -0
  149. package/assets/dashboard.json +47 -0
  150. package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -11
  151. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +143 -98
  152. package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +59 -0
  153. package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +39 -0
  154. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +53 -0
  155. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +42 -0
  156. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +2 -0
  157. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +65 -0
  158. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +43 -0
  159. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +2 -0
  160. package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +117 -0
  161. package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +115 -0
  162. package/esm2020/app/eo-client/eo-client.module.mjs +44 -6
  163. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +15 -14
  164. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +14 -11
  165. package/esm2020/app/eo-client/login/login.component.mjs +33 -13
  166. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +16 -12
  167. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +27 -23
  168. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +12 -9
  169. package/esm2020/app/eo-client/process-state/process-state.component.mjs +6 -9
  170. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +14 -11
  171. package/esm2020/app/eo-client/result-state/result-state.component.mjs +11 -8
  172. package/esm2020/app/eo-client/settings/settings.component.mjs +16 -12
  173. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +16 -13
  174. package/esm2020/app/eo-client/version-state/version-state.component.mjs +13 -10
  175. package/esm2020/app/eo-framework/accordion/accordion.module.mjs +3 -7
  176. package/esm2020/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
  177. package/esm2020/app/eo-framework/actions/action-menu/action-menu.component.mjs +15 -11
  178. package/esm2020/app/eo-framework/actions/action.module.mjs +5 -2
  179. package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +5 -7
  180. package/esm2020/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
  181. package/esm2020/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -2
  182. package/esm2020/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +43 -48
  183. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +2 -2
  184. package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +2 -2
  185. package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +16 -14
  186. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +8 -3
  187. package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +4 -6
  188. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +1 -8
  189. package/esm2020/app/eo-framework/app-shell/index.mjs +1 -2
  190. package/esm2020/app/eo-framework/eo-framework.module.mjs +35 -43
  191. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +2 -12
  192. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
  193. package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +28 -37
  194. package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
  195. package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +10 -6
  196. package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
  197. package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -6
  198. package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +2 -2
  199. package/esm2020/app/eo-framework/frame/frame.component.mjs +2 -2
  200. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +2 -6
  201. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  202. package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  203. package/esm2020/app/eo-framework/grid/grid.component.mjs +16 -12
  204. package/esm2020/app/eo-framework/grid/grid.module.mjs +1 -5
  205. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +16 -11
  206. package/esm2020/app/eo-framework/index.mjs +1 -5
  207. package/esm2020/app/eo-framework/media/media.component.mjs +31 -12
  208. package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +13 -10
  209. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +64 -38
  210. package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
  211. package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +13 -9
  212. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +18 -0
  213. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +20 -6
  214. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +21 -22
  215. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
  216. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +94 -32
  217. package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +6 -4
  218. package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +2 -3
  219. package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -5
  220. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +2 -2
  221. package/esm2020/app/eo-framework/object-form/object-form.module.mjs +9 -10
  222. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +15 -13
  223. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +16 -14
  224. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +16 -12
  225. package/esm2020/app/eo-framework/process-form/process-form.component.mjs +2 -2
  226. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +25 -17
  227. package/esm2020/app/eo-framework/result-list/result-list.component.mjs +21 -15
  228. package/esm2020/app/eo-framework/settings/settings.module.mjs +1 -5
  229. package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +17 -13
  230. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +12 -8
  231. package/esm2020/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +2 -2
  232. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -12
  233. package/esm2020/app/eo-framework/ui/outside-click/outside-click.directive.mjs +11 -8
  234. package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -6
  235. package/esm2020/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
  236. package/esm2020/app/eo-framework/util/index.mjs +1 -2
  237. package/esm2020/app/eo-framework/util/util.module.mjs +2 -3
  238. package/esm2020/app/eo-framework-core/layout/layout.service.mjs +61 -63
  239. package/esm2020/app/eo-framework-core/pipes/locale-number.pipe.mjs +11 -8
  240. package/esm2020/projects/eo-sdk/core/lib/eo-core.module.mjs +8 -8
  241. package/esm2020/projects/eo-sdk/core/lib/model/inbox-item.model.mjs +2 -6
  242. package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +24 -30
  243. package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +1 -1
  244. package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +8 -6
  245. package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +1 -1
  246. package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +14 -16
  247. package/esm2020/projects/eo-sdk/core/lib/service/prepare/prepare.service.mjs +15 -12
  248. package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +12 -6
  249. package/esm2020/projects/eo-sdk/core/lib/service/system/system.service.mjs +2 -6
  250. package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +11 -1
  251. package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +3 -3
  252. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
  253. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  254. package/fesm2015/eo-sdk-client.mjs +14808 -15012
  255. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  256. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
  257. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  258. package/fesm2020/eo-sdk-client.mjs +16587 -16787
  259. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  260. package/package.json +5 -5
  261. package/projects/eo-sdk/core/lib/eo-core.module.d.ts.map +1 -1
  262. package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts.map +1 -1
  263. package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +14 -20
  264. package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +1 -1
  265. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +4 -0
  266. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +1 -1
  267. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +3 -1
  268. package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +1 -1
  269. package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +1 -1
  270. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +10 -8
  271. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
  272. package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts +1 -0
  273. package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts.map +1 -1
  274. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +4 -1
  275. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
  276. package/projects/eo-sdk/core/lib/service/system/system.service.d.ts.map +1 -1
  277. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +6 -0
  278. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
  279. package/projects/eo-sdk/core/lib/util/utils.d.ts +3 -4
  280. package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
  281. package/scss/_eo-variables.scss +1 -0
  282. package/scss/_main.scss +1 -1
  283. package/scss/_mixins.scss +6 -6
  284. package/styles.css +2 -1
  285. package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts +0 -24
  286. package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts.map +0 -1
  287. package/app/eo-framework/split/index.d.ts +0 -5
  288. package/app/eo-framework/split/index.d.ts.map +0 -1
  289. package/app/eo-framework/split/split/split.component.d.ts +0 -83
  290. package/app/eo-framework/split/split/split.component.d.ts.map +0 -1
  291. package/app/eo-framework/split/split-area/split-area.component.d.ts +0 -37
  292. package/app/eo-framework/split/split-area/split-area.component.d.ts.map +0 -1
  293. package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts +0 -21
  294. package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts.map +0 -1
  295. package/app/eo-framework/split/split.module.d.ts +0 -12
  296. package/app/eo-framework/split/split.module.d.ts.map +0 -1
  297. package/app/eo-framework/undock-split/undock-split.component.d.ts +0 -28
  298. package/app/eo-framework/undock-split/undock-split.component.d.ts.map +0 -1
  299. package/app/eo-framework/undock-split/undock-split.service.d.ts +0 -43
  300. package/app/eo-framework/undock-split/undock-split.service.d.ts.map +0 -1
  301. package/app/eo-framework/undock-split/undock-state.interface.d.ts +0 -6
  302. package/app/eo-framework/undock-split/undock-state.interface.d.ts.map +0 -1
  303. package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts +0 -11
  304. package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts.map +0 -1
  305. package/esm2020/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.mjs +0 -67
  306. package/esm2020/app/eo-framework/split/index.mjs +0 -5
  307. package/esm2020/app/eo-framework/split/split/split.component.mjs +0 -373
  308. package/esm2020/app/eo-framework/split/split-area/split-area.component.mjs +0 -131
  309. package/esm2020/app/eo-framework/split/split-gutter/split-gutter.directive.mjs +0 -73
  310. package/esm2020/app/eo-framework/split/split.module.mjs +0 -28
  311. package/esm2020/app/eo-framework/undock-split/undock-split.component.mjs +0 -89
  312. package/esm2020/app/eo-framework/undock-split/undock-split.service.mjs +0 -135
  313. package/esm2020/app/eo-framework/undock-split/undock-state.interface.mjs +0 -2
  314. package/esm2020/app/eo-framework/util/unsubscribe/unsubscribe.component.mjs +0 -23
@@ -1,14 +1,13 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
1
  import { GridOptions } from '@ag-grid-community/core';
3
- import { GridComponent } from '../grid/grid.component';
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
+ import { Router } from '@angular/router';
4
+ import { BackendService, Config, EventService, LocalStorageService, ObjectType, SearchResult, SearchService, StoredQueriesService, StoredQuery, TranslateService } from '@eo-sdk/core';
4
5
  import { GridService } from '../../eo-framework-core/api/grid.service';
5
6
  import { AppSearchService } from '../../eo-framework-core/search/app-search.service';
6
- import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
7
- import { SearchResult, Config, SearchService, EventService, BackendService, LocalStorageService, TranslateService, ObjectType, StoredQueriesService, StoredQuery } from '@eo-sdk/core';
8
- import { Router } from '@angular/router';
7
+ import { GridComponent } from '../grid/grid.component';
9
8
  import { ListContainerComponent } from '../list-container';
10
9
  import * as i0 from "@angular/core";
11
- export declare class ResultListComponent extends UnsubscribeOnDestroy implements OnInit {
10
+ export declare class ResultListComponent implements OnInit {
12
11
  private config;
13
12
  translate: TranslateService;
14
13
  gridApi: GridService;
@@ -1 +1 @@
1
- {"version":3,"file":"result-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/result-list/result-list.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"result-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/result-list/result-list.component.ts"],"names":[],"mappings":"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"}
@@ -4,12 +4,11 @@ import * as i2 from "./permissions/permissions.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../form-elements/form-elements.module";
7
- import * as i6 from "primeng/accordion";
8
- import * as i7 from "@eo-sdk/core";
9
- import * as i8 from "../ui/ui.module";
7
+ import * as i6 from "@eo-sdk/core";
8
+ import * as i7 from "../ui/ui.module";
10
9
  export declare class SettingsModule {
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SettingsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsModule, [typeof i1.ChangePasswordFormComponent, typeof i2.PermissionsComponent], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.FormElementsModule, typeof i6.AccordionModule, typeof i7.EoSharedModule, typeof i8.UiModule], [typeof i1.ChangePasswordFormComponent, typeof i2.PermissionsComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SettingsModule, [typeof i1.ChangePasswordFormComponent, typeof i2.PermissionsComponent], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.FormElementsModule, typeof i6.EoSharedModule, typeof i7.UiModule], [typeof i1.ChangePasswordFormComponent, typeof i2.PermissionsComponent]>;
13
12
  static ɵinj: i0.ɵɵInjectorDeclaration<SettingsModule>;
14
13
  }
15
14
  //# sourceMappingURL=settings.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"settings.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/settings/settings.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAYa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
1
+ {"version":3,"file":"settings.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/settings/settings.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAWa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAC1B"}
@@ -1,14 +1,13 @@
1
- import { OnInit, EventEmitter, ElementRef } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
+ import { OrgRole, QueryScope, SearchFilter, SearchService, StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
3
4
  import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
5
+ import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
4
6
  import { ObjectFormHelperService } from '../../object-form/object-form-helper.service';
5
7
  import { EditForm, NotifyList, Restriction } from '../stored-query.interface';
6
8
  import { StoredQueryComponent } from '../stored-query/stored-query.component';
7
- import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
8
- import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
9
- import { StoredQuery, StoredQueriesService, SearchFilter, TranslateService, SystemService, UserService, OrgRole, SearchService, QueryScope } from '@eo-sdk/core';
10
9
  import * as i0 from "@angular/core";
11
- export declare class StoredQueryDetailsComponent extends UnsubscribeOnDestroy implements OnInit {
10
+ export declare class StoredQueryDetailsComponent implements OnInit {
12
11
  private router;
13
12
  private searchService;
14
13
  private userService;
@@ -1 +1 @@
1
- {"version":3,"file":"stored-query-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stored-query-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,10 @@
1
1
  import { Overlay } from '@angular/cdk/overlay';
2
2
  import { CdkPortalOutlet } from '@angular/cdk/portal';
3
- import { EventEmitter, OnDestroy, Renderer2, TemplateRef, AfterViewInit, ViewContainerRef } from '@angular/core';
3
+ import { AfterViewInit, EventEmitter, OnDestroy, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
4
4
  import { EventService } from '@eo-sdk/core';
5
- import { UnsubscribeOnDestroy } from '../../util';
6
5
  import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
7
6
  import * as i0 from "@angular/core";
8
- export declare class EoDialogComponent extends UnsubscribeOnDestroy implements OnDestroy, AfterViewInit {
7
+ export declare class EoDialogComponent implements OnDestroy, AfterViewInit {
9
8
  private eventService;
10
9
  private pendingChanges;
11
10
  private renderer;
@@ -1 +1 @@
1
- {"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAa,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAC,eAAe,EAAiB,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAEL,YAAY,EAGZ,SAAS,EAET,SAAS,EAGT,WAAW,EACX,aAAa,EACb,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,YAAY,CAAC;AAChD,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;;AAIzG,qBAMa,iBAAkB,SAAQ,oBACrC,YAAW,SAAS,EAAE,aAAa;IAgEjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,gBAAgB;IAlEE,YAAY,EAAE,eAAe,CAAC;IAC9B,aAAa,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE5D,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,KAAK,CAAU;IAEvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,MAAM,CAAU;IACxB,OAAO,CAAC,EAAE,CAAgB;IAC1B,OAAO,CAAC,QAAQ,CAAM;IACb,cAAc,UAAS;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,SAAM;IAGhB,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAAM;IAEnC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAO;IAChC,SAAS,SAAU;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,UAAQ;IACnB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAY;IACrC,WAAW,UAAS;IACpB,WAAW,UAAS;IAEnB,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACtD,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,OAAO,CAAC,GAAG,EAJA,OAIA,EAKd;IAGD,gBAAgB,CAAC,KAAK,EAAE,aAAa;IAQrC,WAAW,CAAC,aAAa,EAAE,WAAW;gBAQ5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,qBAAqB,EACrC,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB;IAmB5C,OAAO,CAAC,IAAI;IAqBZ,OAAO,CAAC,mBAAmB;IAkB3B,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,UAAO;IAmB5C,WAAW;IAUX,aAAa;IAKb,WAAW;IAMX,eAAe,IAAI,IAAI;yCAvKZ,iBAAiB;2CAAjB,iBAAiB;CA2K7B"}
1
+ {"version":3,"file":"eo-dialog.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/eo-dialog/eo-dialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAa,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAC,eAAe,EAAiB,MAAM,qBAAqB,CAAC;AACpE,OAAO,EACL,aAAa,EAEb,YAAY,EAGZ,SAAS,EAET,SAAS,EACT,WAAW,EAEX,gBAAgB,EAEjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAa,YAAY,EAAQ,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;;AAIzG,qBAOa,iBACX,YAAW,SAAS,EAAE,aAAa;IAgEjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,gBAAgB;IAlEE,YAAY,EAAE,eAAe,CAAC;IAC9B,aAAa,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAE5D,OAAO,CAAC,UAAU,CAAa;IAC/B,OAAO,CAAC,KAAK,CAAU;IAEvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,MAAM,CAAU;IACxB,OAAO,CAAC,EAAE,CAAgB;IAC1B,OAAO,CAAC,QAAQ,CAAM;IACb,cAAc,UAAS;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,SAAM;IAGhB,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE,CAAM;IAEnC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAO;IAChC,SAAS,SAAU;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,UAAQ;IACnB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAY;IACrC,WAAW,UAAS;IACpB,WAAW,UAAS;IAEnB,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACtD,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEvD,IACI,OAAO,IAAI,OAAO,CAErB;IAED,IAAI,OAAO,CAAC,GAAG,EAJA,OAIA,EAKd;IAGD,gBAAgB,CAAC,KAAK,EAAE,aAAa;IAQrC,WAAW,CAAC,aAAa,EAAE,WAAW;gBAQ5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,qBAAqB,EACrC,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB;IAkB5C,OAAO,CAAC,IAAI;IAqBZ,OAAO,CAAC,mBAAmB;IAkB3B,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,UAAO;IAmB5C,WAAW;IAUX,aAAa;IAKb,WAAW;IAMX,eAAe,IAAI,IAAI;yCAtKZ,iBAAiB;2CAAjB,iBAAiB;CA0K7B"}
@@ -39,6 +39,7 @@ export declare class IndexdataSummaryComponent implements OnInit {
39
39
  onMoreInfoToggle(info: boolean): void;
40
40
  onStorageInfoToggle(info: boolean): void;
41
41
  trackByIndex(index: any, item: any): any;
42
+ getStorageInfos(): void;
42
43
  ngOnInit(): void;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<IndexdataSummaryComponent, never>;
44
45
  static ɵcmp: i0.ɵɵComponentDeclaration<IndexdataSummaryComponent, "eo-indexdata-summary", never, { "indexdata": "indexdata"; "dmsObject": "dmsObject"; "baseparams": "baseparams"; "enableVersions": "enableVersions"; "diff": "diff"; }, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAuD,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,UAAU,EAAE,SAAS,EAAyB,WAAW,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AACnG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AAGxE,OAAO,EAAC,wBAAwB,EAAC,MAAM,6DAA6D,CAAC;;AAGrG,qBAMa,yBAA0B,YAAW,MAAM;IAuFnC,SAAS,EAAE,gBAAgB;IACrC,OAAO,EAAE,WAAW;IAC3B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IAxFrB,iCAAiC,EAAE,OAAO,CAAC;IAC3C,OAAO,CAAC,UAAU,CAAY;IAE9B,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,UAAU,UAAS;IACnB,UAAU,UAAS;IAGY,gBAAgB,EAAE,wBAAwB,CAAC;IAE1E,IACI,SAAS,CAAC,EAAE,EAAE,SAAS,EAI1B;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAM5B;IAEQ,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,UAAQ;IAE/B,IAAa,IAAI,CAAC,EAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAC;;;;;KAAA,EA4BjE;IAED,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAO,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,KAAK,UAAQ;gBAqB5D,SAAS,EAAE,gBAAgB,EACrC,OAAO,EAAE,WAAW,EACnB,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW;IAGlC,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,GAAE,GAAQ;IAMvC,cAAc,CAAC,OAAO,EAAE,MAAM;IAK9B,OAAO,CAAC,KAAK,EAAE,MAAM;IAKrB,gBAAgB,CAAC,EAAE,EAAE,SAAS,EAAE,KAAK,SAAI,EAAE,KAAK,UAAQ;IAIxD,gBAAgB,CAAC,IAAI,EAAE,OAAO;IAI9B,mBAAmB,CAAC,IAAI,EAAE,OAAO;IAYjC,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,QAAQ;yCArIG,yBAAyB;2CAAzB,yBAAyB;CAwIrC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,GAAG,CAAC;CACX"}
1
+ {"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAuD,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,UAAU,EAAE,SAAS,EAAS,WAAW,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAC,wBAAwB,EAAC,MAAM,6DAA6D,CAAC;;AAIrG,qBAOa,yBAA0B,YAAW,MAAM;IAwFnC,SAAS,EAAE,gBAAgB;IACrC,OAAO,EAAE,WAAW;IAC3B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IAzFrB,iCAAiC,EAAE,OAAO,CAAC;IAC3C,OAAO,CAAC,UAAU,CAAY;IAE9B,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,UAAU,UAAS;IACnB,UAAU,UAAS;IAGY,gBAAgB,EAAE,wBAAwB,CAAC;IAE1E,IACI,SAAS,CAAC,EAAE,EAAE,SAAS,EAI1B;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAO5B;IAEQ,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,UAAQ;IAE/B,IAAa,IAAI,CAAC,EAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAC;;;;;KAAA,EA4BjE;IAED,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAO,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,KAAK,UAAQ;gBAqB5D,SAAS,EAAE,gBAAgB,EACrC,OAAO,EAAE,WAAW,EACnB,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW;IAGlC,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,GAAE,GAAQ;IAMvC,cAAc,CAAC,OAAO,EAAE,MAAM;IAK9B,OAAO,CAAC,KAAK,EAAE,MAAM;IAKrB,gBAAgB,CAAC,EAAE,EAAE,SAAS,EAAE,KAAK,SAAI,EAAE,KAAK,UAAQ;IAIxD,gBAAgB,CAAC,IAAI,EAAE,OAAO;IAI9B,mBAAmB,CAAC,IAAI,EAAE,OAAO;IAIjC,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,eAAe;IAUf,QAAQ;yCAxIG,yBAAyB;2CAAzB,yBAAyB;CA2IrC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,GAAG,CAAC;CACX"}
@@ -1,13 +1,12 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
2
  import { EventService } from '@eo-sdk/core';
3
- import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * This directive adds an outside click listener to each element it is applied to.
7
6
  * The directive will also execute the provided handler function, when the user hits ESC.
8
7
  * <... (eoOutSideClick)="doSomethingOnOutsideClick($event)"></...>
9
8
  */
10
- export declare class OutsideClickDirective extends UnsubscribeOnDestroy {
9
+ export declare class OutsideClickDirective {
11
10
  private _elementRef;
12
11
  private eventService;
13
12
  active: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"outside-click.directive.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/outside-click/outside-click.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAuB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF;;;;GAIG;AAEH,qBAGa,qBAAsB,SAAQ,oBAAoB;IAOjD,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,YAAY;IALjE,MAAM,UAAQ;IAGP,cAAc,oBAA2B;gBAE5B,WAAW,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY;IAYxE,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW;IAO9D,OAAO,CAAC,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW;IAQ5D,OAAO,CAAC,cAAc;yCAlCX,qBAAqB;2CAArB,qBAAqB;CAqCjC"}
1
+ {"version":3,"file":"outside-click.directive.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/outside-click/outside-click.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAuB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;;AAGtD;;;;GAIG;AAEH,qBAIa,qBAAqB;IAOpB,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,YAAY;IALjE,MAAM,UAAQ;IAGP,cAAc,oBAA2B;gBAE5B,WAAW,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY;IAWxE,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,WAAW;IAO9D,OAAO,CAAC,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW;IAQ5D,OAAO,CAAC,cAAc;yCAjCX,qBAAqB;2CAArB,qBAAqB;CAoCjC"}
@@ -7,7 +7,6 @@ export declare class SignatureTabComponent {
7
7
  set dmsObject(item: DmsObject);
8
8
  get dmsObject(): DmsObject;
9
9
  constructor(userService: UserService);
10
- isUserAdmin(): any;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SignatureTabComponent, never>;
12
11
  static ɵcmp: i0.ɵɵComponentDeclaration<SignatureTabComponent, "eo-signature-tab", never, { "dmsObject": "dmsObject"; }, {}, never, never, false, never>;
13
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"signature-tab.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/signature-tab/signature-tab.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;;AAE5D,qBAKa,qBAAqB;IAgBpB,OAAO,CAAC,WAAW;IAd/B,OAAO,CAAC,UAAU,CAAY;IAC9B,IAAI,EAAE,MAAM,CAAC;IAEb,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAI5B;IAED,IAAI,SAAS,IAAI,SAAS,CAEzB;gBAEmB,WAAW,EAAE,WAAW;IAM5C,WAAW;yCAtBA,qBAAqB;2CAArB,qBAAqB;CAyBjC"}
1
+ {"version":3,"file":"signature-tab.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/signature-tab/signature-tab.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;;AAE5D,qBAKa,qBAAqB;IAgBpB,OAAO,CAAC,WAAW;IAd/B,OAAO,CAAC,UAAU,CAAY;IAC9B,IAAI,EAAE,MAAM,CAAC;IAEb,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAI5B;IAED,IAAI,SAAS,IAAI,SAAS,CAEzB;gBAEmB,WAAW,EAAE,WAAW;yCAhBjC,qBAAqB;2CAArB,qBAAqB;CAqBjC"}
@@ -1,6 +1,5 @@
1
1
  export * from './util.module';
2
2
  export * from './services/utilities.service';
3
- export * from './unsubscribe/unsubscribe.component';
4
3
  export * from './directive/trap-focus.directive';
5
4
  export * from './directive/prevent-double-click.directive';
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,kCAAkC,CAAC;AACjD,cAAc,4CAA4C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4CAA4C,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./sortable/order-by.pipe";
3
3
  import * as i2 from "@angular/common";
4
- export { UnsubscribeOnDestroy } from './unsubscribe/unsubscribe.component';
5
4
  export declare class UtilModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<UtilModule, never>;
7
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<UtilModule, [typeof i1.OrderByPipe], [typeof i2.CommonModule], [typeof i1.OrderByPipe]>;
@@ -1 +1 @@
1
- {"version":3,"file":"util.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/util/util.module.ts"],"names":[],"mappings":";;;AAKA,OAAO,EAAC,oBAAoB,EAAC,MAAM,qCAAqC,CAAC;AAEzE,qBAQa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CACtB"}
1
+ {"version":3,"file":"util.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/util/util.module.ts"],"names":[],"mappings":";;;AAKA,qBAQa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CACtB"}
@@ -1,44 +1,20 @@
1
1
  import { Router } from '@angular/router';
2
- import { EventEmitter } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
- import { SplitAreaComponent } from '../../eo-framework/split/split-area/split-area.component';
5
- import { PendingChangesService } from '../pending-changes/pending-changes.service';
6
2
  import { AppCacheService } from '@eo-sdk/core';
3
+ import { PendingChangesService } from '../pending-changes/pending-changes.service';
7
4
  import * as i0 from "@angular/core";
8
- export declare class AreaState {
9
- area: SplitAreaComponent;
10
- hidden: any;
11
- dock: any;
12
- constructor(area: SplitAreaComponent, visible?: boolean, hidden?: boolean, dock?: boolean);
13
- get visible(): boolean;
14
- set visible(v: boolean);
15
- }
16
5
  export declare class LayoutService {
17
6
  private pendingChanges;
18
7
  private cache;
19
8
  private router;
20
- onUndockAreaChanged: EventEmitter<AreaState>;
21
9
  private CACHE_DISABLED_KEY;
22
10
  private _disableCache;
23
11
  private _history;
24
12
  set disableCache(cache: boolean);
25
13
  get disableCache(): boolean;
26
- private _undockArea;
27
- private areas;
28
- private areasSource;
29
- areas$: Observable<AreaState[]>;
30
14
  constructor(pendingChanges: PendingChangesService, cache: AppCacheService, router: Router);
31
- getUndockArea(): AreaState;
32
15
  clearHistory(): void;
33
- updateArea(area: AreaState, props: any): void;
34
- setAreas(areas: AreaState[], undockArea?: AreaState): void;
35
- hideAreas(condition: (area: any, index: any) => {}): void;
36
- toggleArea(area: AreaState): void;
37
- undockArea(): void;
38
- visibilityUpdate(): void;
39
16
  cacheLayout(key: string, layout: any): void;
40
- getLayout(key: string): Observable<any>;
41
- isUndocked(): boolean;
17
+ getLayout(key: string): import("rxjs").Observable<any>;
42
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutService, never>;
43
19
  static ɵprov: i0.ɵɵInjectableDeclaration<LayoutService>;
44
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"layout.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/layout/layout.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,YAAY,EAAa,MAAM,eAAe,CAAC;AACvD,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAC/C,OAAO,EAAC,kBAAkB,EAAC,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAC,qBAAqB,EAAC,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAC,eAAe,EAAC,MAAM,cAAc,CAAC;;AAE7C,qBAAa,SAAS;IAKD,IAAI,EAAE,kBAAkB;IAH3C,MAAM,MAAC;IACP,IAAI,MAAC;gBAEc,IAAI,EAAE,kBAAkB,EAAE,OAAO,UAAO,EAAE,MAAM,UAAQ,EAAE,IAAI,UAAO;IAMxF,IAAI,OAAO,IAII,OAAO,CAFrB;IAED,IAAI,OAAO,CAAC,CAAC,EAAE,OAAO,EAErB;CAEF;AAED,qBACa,aAAa;IA2BZ,OAAO,CAAC,cAAc;IAAyB,OAAO,CAAC,KAAK;IAAmB,OAAO,CAAC,MAAM;IAzBlG,mBAAmB,0BAAiC;IAE3D,OAAO,CAAC,kBAAkB,CAA8B;IACxD,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAM;IAEtB,IAAI,YAAY,CAAC,KAAK,EAAE,OAAO,EAQ9B;IAED,IAAI,YAAY,IAVQ,OAAO,CAY9B;IAED,OAAO,CAAC,WAAW,CAAY;IAC/B,OAAO,CAAC,KAAK,CAAmB;IAChC,OAAO,CAAC,WAAW,CAAqC;IACjD,MAAM,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,CAAmC;gBAErD,cAAc,EAAE,qBAAqB,EAAU,KAAK,EAAE,eAAe,EAAU,MAAM,EAAE,MAAM;IAMjH,aAAa;IAIb,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG;IAQtC,QAAQ,CAAC,KAAK,EAAE,SAAS,EAAE,EAAE,UAAU,GAAE,SAAgB;IAMzD,SAAS,CAAC,SAAS,EAAE,CAAC,IAAI,KAAA,EAAE,KAAK,KAAA,KAAK,EAAE;IAKxC,UAAU,CAAC,IAAI,EAAE,SAAS;IAI1B,UAAU;IAOV,gBAAgB;IAIhB,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG;IAUpC,SAAS,CAAC,GAAG,EAAE,MAAM;IAIrB,UAAU;yCAzFC,aAAa;6CAAb,aAAa;CA6FzB"}
1
+ {"version":3,"file":"layout.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/layout/layout.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,cAAc,CAAC;AAG7C,OAAO,EAAC,qBAAqB,EAAC,MAAM,4CAA4C,CAAC;;AAuBjF,qBACa,aAAa;IA2BZ,OAAO,CAAC,cAAc;IAAyB,OAAO,CAAC,KAAK;IAAmB,OAAO,CAAC,MAAM;IAvBzG,OAAO,CAAC,kBAAkB,CAA8B;IACxD,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,QAAQ,CAAM;IAEtB,IAAI,YAAY,CAAC,KAAK,EAAE,OAAO,EAQ9B;IAED,IAAI,YAAY,IAVQ,OAAO,CAY9B;gBAOmB,cAAc,EAAE,qBAAqB,EAAU,KAAK,EAAE,eAAe,EAAU,MAAM,EAAE,MAAM;IAUjH,YAAY;IAsCZ,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG;IAUpC,SAAS,CAAC,GAAG,EAAE,MAAM;yCArFV,aAAa;6CAAb,aAAa;CA6FzB"}
@@ -1,7 +1,6 @@
1
- import { PipeTransform } from '@angular/core';
2
1
  import { CurrencyPipe, DecimalPipe, PercentPipe } from '@angular/common';
2
+ import { PipeTransform } from '@angular/core';
3
3
  import { TranslateService } from '@eo-sdk/core';
4
- import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class LocaleDecimalPipe extends DecimalPipe implements PipeTransform {
7
6
  translate: TranslateService;
@@ -24,7 +23,7 @@ export declare class LocaleCurrencyPipe extends CurrencyPipe implements PipeTran
24
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LocaleCurrencyPipe, never>;
25
24
  static ɵpipe: i0.ɵɵPipeDeclaration<LocaleCurrencyPipe, "localeCurrency", false>;
26
25
  }
27
- export declare class LocaleNumberPipe extends UnsubscribeOnDestroy implements PipeTransform {
26
+ export declare class LocaleNumberPipe implements PipeTransform {
28
27
  translate: TranslateService;
29
28
  decimalPipe: any;
30
29
  decimalSeparator: string;
@@ -1 +1 @@
1
- {"version":3,"file":"locale-number.pipe.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/pipes/locale-number.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,YAAY,EAAE,WAAW,EAAE,WAAW,EAAC,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,oBAAoB,EAAC,MAAM,2DAA2D,CAAC;;AAG/F,qBAIa,iBAAkB,SAAQ,WAAY,YAAW,aAAa;IAEtD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxE,iBAAiB;uCAAjB,iBAAiB;CAU7B;AAED,qBAIa,iBAAkB,SAAQ,WAAY,YAAW,aAAa;IAEtD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxE,iBAAiB;uCAAjB,iBAAiB;CAU7B;AAED,qBAIa,kBAAmB,SAAQ,YAAa,YAAW,aAAa;IAExD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,eAAe,GAAG,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxJ,kBAAkB;uCAAlB,kBAAkB;CAU9B;AAED,qBAIa,gBAAiB,SAAQ,oBAAqB,YAAW,aAAa;IAM9D,SAAS,EAAE,gBAAgB;IAJ9C,WAAW,MAAC;IACZ,gBAAgB,SAAO;IACvB,SAAS,SAAO;gBAEG,SAAS,EAAE,gBAAgB;IAOvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;IAQzI,OAAO,CAAC,gBAAgB;IAQxB,cAAc,CAAC,KAAK,EAAE,MAAM;IAQ5B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;yCArCvE,gBAAgB;uCAAhB,gBAAgB;CA0C5B"}
1
+ {"version":3,"file":"locale-number.pipe.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/pipes/locale-number.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAE,WAAW,EAAE,WAAW,EAAC,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAG9C,qBAIa,iBAAkB,SAAQ,WAAY,YAAW,aAAa;IAEtD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxE,iBAAiB;uCAAjB,iBAAiB;CAU7B;AAED,qBAIa,iBAAkB,SAAQ,WAAY,YAAW,aAAa;IAEtD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxE,iBAAiB;uCAAjB,iBAAiB;CAU7B;AAED,qBAIa,kBAAmB,SAAQ,YAAa,YAAW,aAAa;IAExD,SAAS,EAAE,gBAAgB;gBAA3B,SAAS,EAAE,gBAAgB;IAIvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,eAAe,GAAG,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;yCANxJ,kBAAkB;uCAAlB,kBAAkB;CAU9B;AAED,qBAKa,gBAAiB,YAAW,aAAa;IAMjC,SAAS,EAAE,gBAAgB;IAJ9C,WAAW,MAAC;IACZ,gBAAgB,SAAO;IACvB,SAAS,SAAO;gBAEG,SAAS,EAAE,gBAAgB;IAMvC,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG;IAQzI,OAAO,CAAC,gBAAgB;IAQxB,cAAc,CAAC,KAAK,EAAE,MAAM;IAQ5B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;yCApCvE,gBAAgB;uCAAhB,gBAAgB;CAyC5B"}
@@ -16,6 +16,7 @@
16
16
  "eo.state.settings.agent.connected": "Trennen",
17
17
  "eo.state.settings.disconnected": "Verbinden",
18
18
  "eo.dashboard.modified.title": "Zuletzt bearbeitet",
19
+ "eo.dashboard.created.title": "Zuletzt erstellt",
19
20
  "eo.dashboard.info.inbox.msg": "Ungelesene Nachrichten",
20
21
  "eo.dashboard.info.intray.msg": "Abzulegende Objekte",
21
22
  "eo.form.property.string.error.classification.email": "Geben Sie eine gültige E-Mail-Adresse ein.",
@@ -84,6 +85,10 @@
84
85
  "eo.state.login.msg.invalid": "Die angegebenen Zugangsdaten sind nicht korrekt oder Ihr Zugang wurde aufgrund von fehlgeschlagenen Loginversuchen gesperrt. Bitte überprüfen Sie Ihre Eingabe oder kontaktieren Sie einen Administrator.",
85
86
  "eo.state.login.host": "Host",
86
87
  "eo.state.login.submit": "Anmelden",
88
+ "eo.state.login.presence.dialog.title": "Anwesenheitsstatus",
89
+ "eo.state.login.presence.dialog.message": "Sie sind auf abwesend gesetzt. Wollen sie auf anwesend gesetzt werden?",
90
+ "eo.state.login.presence.dialog.setAsPresent": "Auf anwesend setzen",
91
+ "eo.state.login.presence.dialog.cancel": "Abbrechen",
87
92
  "eo.state.object.tree.error": "Die Ordnerstruktur konnte nicht geladen werden",
88
93
  "eo.state.object.frontpage.created": "angelegt am",
89
94
  "eo.state.object.frontpage.doccount": "{{doccount}} Objekte",
@@ -151,6 +156,7 @@
151
156
  "eo.action.cancel.signing.error.message": "Das Signieren konnte nicht abgebrochen werden.",
152
157
  "eo.object.signature.tooltip.inprocess": "Signaturen wurden angefordert.",
153
158
  "eo.object.signature.tooltip.signed": "Das Dokument ist signiert.",
159
+ "eo.object.signature.tooltip.stopped": "Der Signierprozess wurde gestoppt.",
154
160
  "eo.object.signature-tab.no-signatures": "Es sind keine Signaturen vorhanden.",
155
161
  "eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar.",
156
162
  "eo.process.task.due": "Fällig am {{date}}",
@@ -214,7 +220,7 @@
214
220
  "eo.bar.button.layout.title": "Ansichtsbereiche konfigurieren",
215
221
  "eo.bar.button.user.profile.title": "Benutzerprofil",
216
222
  "eo.bar.button.execute.actions.tooltip": "Prozess starten",
217
- "eo.executable.processes.execute": "Ok",
223
+ "eo.executable.processes.execute": "Prozess starten",
218
224
  "eo.storedquery.share.title": "Teilen",
219
225
  "eo.storedquery.shared.filter.title": "geteilt",
220
226
  "eo.storedquery.favored.filter.title": "favorisiert",
@@ -427,7 +433,7 @@
427
433
  "eo.notifications.sort.title": "Titel",
428
434
  "eo.notifications.sort.type": "Typ",
429
435
  "eo.notifications.sort.due": "Datum",
430
- "eo.object.resubmission.tooltip": "Wiedervorlage vorhanden",
436
+ "eo.object.resubmission.tooltip": "Wiedervorlagetermin: {{due}} ({{info}})",
431
437
  "eo.object.subscription.tooltip": "Abonniert",
432
438
  "eo.object.subscription.icon.tooltip.meta": "Änderungen von Metadaten abonniert",
433
439
  "eo.object.subscription.icon.tooltip.content": "Änderungen von Dokumentdatei abonniert",
@@ -808,6 +814,28 @@
808
814
  "eo.view.navigation.process": "Meine Prozesse",
809
815
  "eo.view.navigation.storedqueries": "Gespeicherte Suchen",
810
816
  "eo.view.navigation.recyclebin": "Papierkorb",
817
+ "eo.workspace.widgetGrid.save": "Übernehmen",
818
+ "eo.workspace.widgetGrid.cancel":"Abbrechen",
819
+ "eo.workspace.widgetGrid.confirm": "Ok",
820
+ "eo.workspace.widgetGrid.widgetTodoHeadlineLabel": "Aufgabenliste",
821
+ "eo.workspace.widgetGrid.workspaceEditDone": "Übernehmen",
822
+ "eo.workspace.widgetGrid.workspaceRemoveConfirmMessage":" Sind Sie sicher, dass dieses Dashboard gelöscht werden soll?",
823
+ "eo.workspace.widgetGrid.newWorkspaceDefaultLabel": "Neues Dashboard",
824
+ "eo.workspace.widgetGrid.workspacesEmptyMessage": "Es ist bisher kein Dashboard vorhanden.",
825
+ "eo.workspace.widgetGrid.noopWidgetLabel": "Es ist bisher kein Widget vorhanden.",
826
+ "eo.workspace.widgetGrid.widgetPickerTitle": "Widget-Auswahl",
827
+ "eo.workspace.widgetGrid.widgetTitleLabel": "Aufgabentitel",
828
+ "eo.workspace.widgetGrid.addWorkspace": "Dashboard erstellen",
829
+ "eo.workspace.widget.default.dashboard": "Dashboard",
830
+ "eo.workspace.widget.setup.title": "Titel",
831
+ "eo.workspace.widget.picture.label": "Bild",
832
+ "eo.workspace.widget.todo.label": "Aufgabenliste",
833
+ "eo.workspace.widget.lastEditedOrLastCreated.label": "Zuletzt bearbeitete und zuletzt erstellte Objekte",
834
+ "eo.workspace.widget.iframe.label": "Webseite",
835
+ "eo.workspace.widget.infoInbox.label": "Ungelesene Nachrichten",
836
+ "eo.workspace.widget.infoIntray.label": "Abzulegende Objekte",
837
+ "eo.workspace.widget.quicksearch.label": "Schnellsuche",
838
+ "eo.workspace.widget.iframe.setup.url": "URL",
811
839
  "eo.recyclebin.list.title": "Papierkorb",
812
840
  "eo.recyclebin.filter.title": "Papierkorb filtern",
813
841
  "eo.recyclebin.list.empty": "Der Papierkorb ist leer.",
@@ -818,6 +846,7 @@
818
846
  "eo.recyclebin.details.delete.done.title": "Gelöscht",
819
847
  "eo.recyclebin.details.delete.done.message": "Das Objekt '{{item}}' wurde endgültig gelöscht.",
820
848
  "eo.recyclebin.details.delete.tooltip": "Objekt endgültig löschen",
849
+ "eo.recyclebin.details.delete.disabled.tooltip": "Sie sind nicht berechtigt, dieses Objekt dauerhaft zu löschen.",
821
850
  "eo.recyclebin.details.delete.dialog.title": "Objekt endgültig löschen",
822
851
  "eo.recyclebin.details.delete.dialog.message": "Sind Sie sicher, dass dieses Objekt endgültig gelöscht werden soll?",
823
852
  "eo.recyclebin.details.delete.dialog.message.warning": "Nach dem Löschen kann das Objekt nicht mehr wiederhergestellt werden!",
@@ -840,6 +869,7 @@
840
869
  "eo.sidebar.help.manual.tooltip": "Benutzerdokumentation",
841
870
  "eo.datepicker.calendar.select": "Auswählen",
842
871
  "eo.datepicker.calendar.cancel": "Abbrechen",
872
+ "eo.datepicker.calendar.today": "Heute",
843
873
  "eo.form.table.options.subhead.edit": "Eintrag bearbeiten",
844
874
  "eo.form.table.options.subhead.new": "Eintrag hinzufügen",
845
875
  "eo.form.table.options.btn.save": "Übernehmen",
@@ -16,6 +16,7 @@
16
16
  "eo.state.settings.agent.connected": "Disconnect",
17
17
  "eo.state.settings.disconnected": "Connect",
18
18
  "eo.dashboard.modified.title": "Last edited",
19
+ "eo.dashboard.created.title": "Last created",
19
20
  "eo.dashboard.info.inbox.msg": "Unread messages",
20
21
  "eo.dashboard.info.intray.msg": "Objects to be filed",
21
22
  "eo.form.property.string.error.classification.email": "Enter a valid e-mail address.",
@@ -48,7 +49,7 @@
48
49
  "eo.storedquery.share.sharedwith": "shared with",
49
50
  "eo.storedquery.share.cancel": "Cancel",
50
51
  "eo.storedquery.share.ok": "Apply",
51
- "eo.sidebar.navigation.storedqueries": "Gespeicherte Suchen",
52
+ "eo.sidebar.navigation.storedqueries": "Saved searches",
52
53
  "eo.inbox.activity.confirm.success": "The task was confirmed",
53
54
  "eo.bpm.activity.forward.success": "The task was forwarded",
54
55
  "eo.object.history.filter.process": "Activities",
@@ -89,6 +90,10 @@
89
90
  "eo.state.login.msg.invalid": "The login details you provided are not correct or your access was blocked due to a series of failed login attempts. Please check your entry or contact your administrator.",
90
91
  "eo.state.login.host": "Host",
91
92
  "eo.state.login.submit": "Log in",
93
+ "eo.state.login.presence.dialog.title": "Presence status",
94
+ "eo.state.login.presence.dialog.message": "You are set as absent. Do you want to be set as present?",
95
+ "eo.state.login.presence.dialog.setAsPresent": "Set me as present",
96
+ "eo.state.login.presence.dialog.cancel": "Cancel",
92
97
  "eo.state.object.tree.error": "Unable to load folder structure",
93
98
  "eo.state.object.frontpage.created": "created on",
94
99
  "eo.state.object.frontpage.doccount": "{{doccount}} objects",
@@ -125,7 +130,7 @@
125
130
  "eo.object.signature-tab.label.date": "Modified on",
126
131
  "eo.object.signature-tab.label.requestdate": "Requested on",
127
132
  "eo.object.signature-tab.label.requester": "Requested by",
128
- "eo.object.signature-tab.label.signers": "Signed by",
133
+ "eo.object.signature-tab.label.signers": "Signers",
129
134
  "eo.object.signature-tab.label.subject": "E-mail subject",
130
135
  "eo.object.signature-tab.label.body": "E-mail message",
131
136
  "eo.object.signature-tab.label.reason": "Reason",
@@ -154,6 +159,7 @@
154
159
  "eo.action.cancel.signing.error.message": "It was not possible to cancel signing.",
155
160
  "eo.object.signature.tooltip.inprocess": "Signatures were requested.",
156
161
  "eo.object.signature.tooltip.signed": "The document is signed.",
162
+ "eo.object.signature.tooltip.stopped": "The signing process has been stopped.",
157
163
  "eo.object.signature-tab.no-signatures": "There are no signatures available.",
158
164
  "eo.form.property.dynamic.list.empty": "No entries available or entries not available in this context.",
159
165
  "eo.process.task.due": "Due on {{date}}",
@@ -219,7 +225,7 @@
219
225
  "eo.bar.button.layout.title": "Configure view areas",
220
226
  "eo.bar.button.user.profile.title": "User profile",
221
227
  "eo.bar.button.execute.actions.tooltip": "Start process",
222
- "eo.executable.processes.execute": "OK",
228
+ "eo.executable.processes.execute": "Start process",
223
229
  "eo.storedquery.share.title": "Share",
224
230
  "eo.storedquery.shared.filter.title": "shared",
225
231
  "eo.storedquery.favored.filter.title": "added to favorites",
@@ -432,7 +438,7 @@
432
438
  "eo.notifications.sort.title": "Title",
433
439
  "eo.notifications.sort.type": "Type",
434
440
  "eo.notifications.sort.due": "Date",
435
- "eo.object.resubmission.tooltip": "Follow-up available",
441
+ "eo.object.resubmission.tooltip": "Follow-up due date: {{due}} ({{info}})",
436
442
  "eo.object.subscription.tooltip": "Subscribed",
437
443
  "eo.object.subscription.icon.tooltip.meta": "Metadata changes have been subscribed",
438
444
  "eo.object.subscription.icon.tooltip.content": "Document file changes have been subscribed",
@@ -539,8 +545,8 @@
539
545
  "eo.object.history.entry.type.YUVSIG_COMPLETED.description": "The document file has been signed by everyone.",
540
546
  "eo.object.history.entry.type.YUVSIG_CANCELED.description": "The signing process was canceled.",
541
547
  "eo.object.history.entry.type.YUVSIG_REVISED.description": "One signature was rejected.",
542
- "eo.object.history.entry.type.YUVSIG_EXPIRED.description": "The signing period has expired.",
543
- "eo.object.history.entry.type.YUVSIG_ERROR.description": "The signature process was canceled due to an error.",
548
+ "eo.object.history.entry.type.YUVSIG_EXPIRED.description": "The deadline for signing has expired.",
549
+ "eo.object.history.entry.type.YUVSIG_ERROR.description": "The signing process was aborted due to an error.",
544
550
  "eo.object.history.entry.type.YUVSIG_UPDATE.description": "One signature has been completed.",
545
551
  "eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "The signed document file was added.",
546
552
  "eo.object.lock": "locked",
@@ -814,6 +820,28 @@
814
820
  "eo.view.navigation.inbox": "Inbox",
815
821
  "eo.view.navigation.process": "My processes",
816
822
  "eo.view.navigation.recyclebin": "Recycle bin",
823
+ "eo.workspace.widgetGrid.save": "Apply",
824
+ "eo.workspace.widgetGrid.cancel":"Cancel",
825
+ "eo.workspace.widgetGrid.confirm": "Ok",
826
+ "eo.workspace.widgetGrid.widgetTodoHeadlineLabel": "Tasklist",
827
+ "eo.workspace.widgetGrid.workspaceEditDone": "Apply",
828
+ "eo.workspace.widgetGrid.workspaceRemoveConfirmMessage":"Are you sure you want to remove this dashboard?",
829
+ "eo.workspace.widgetGrid.newWorkspaceDefaultLabel": "New dashboard",
830
+ "eo.workspace.widgetGrid.workspacesEmptyMessage": "No dashboard is available yet.",
831
+ "eo.workspace.widgetGrid.noopWidgetLabel": "No widget is available yet.",
832
+ "eo.workspace.widgetGrid.widgetPickerTitle": "Widget selection",
833
+ "eo.workspace.widgetGrid.widgetTitleLabel": "Task title",
834
+ "eo.workspace.widgetGrid.addWorkspace": "Create dashboard",
835
+ "eo.workspace.widget.default.dashboard": "Dashboard",
836
+ "eo.workspace.widget.setup.title": "Title",
837
+ "eo.workspace.widget.picture.label": "Image",
838
+ "eo.workspace.widget.todo.label": "Task list",
839
+ "eo.workspace.widget.lastEditedOrLastCreated.label": "Last edited and last created objects",
840
+ "eo.workspace.widget.iframe.label": "Website",
841
+ "eo.workspace.widget.infoInbox.label": "Unread notifications",
842
+ "eo.workspace.widget.infoIntray.label": "Objects to be filed",
843
+ "eo.workspace.widget.quicksearch.label": "Quicksearch",
844
+ "eo.workspace.widget.iframe.setup.url": "URL",
817
845
  "eo.recyclebin.list.title": "Recycle bin",
818
846
  "eo.recyclebin.filter.title": "Filter recycle bin",
819
847
  "eo.recyclebin.list.empty": "The recycle bin is empty.",
@@ -824,9 +852,10 @@
824
852
  "eo.recyclebin.details.delete.done.title": "Deleted",
825
853
  "eo.recyclebin.details.delete.done.message": "Object '{{item}}' was permanently deleted.",
826
854
  "eo.recyclebin.details.delete.tooltip": "Permanently delete object",
855
+ "eo.recyclebin.details.delete.disabled.tooltip": "You do not have permission to delete this object permanently.",
827
856
  "eo.recyclebin.details.delete.dialog.title": "Permanently delete object",
828
857
  "eo.recyclebin.details.delete.dialog.message": "Are you sure you want to permanently delete this object?",
829
- "eo.recyclebin.details.delete.dialog.message.warning": "After deletion this object can no longer be restored!",
858
+ "eo.recyclebin.details.delete.dialog.message.warning": "Once the object has been deleted, it can no longer be restored!",
830
859
  "eo.recyclebin.details.delete.dialog.cancel": "Cancel",
831
860
  "eo.recyclebin.details.delete.dialog.delete": "Delete",
832
861
  "eo.recyclebin.details.restoreopen": "Restore and open",
@@ -846,6 +875,7 @@
846
875
  "eo.sidebar.help.manual.tooltip": "User documentation",
847
876
  "eo.datepicker.calendar.select": "Select",
848
877
  "eo.datepicker.calendar.cancel": "Cancel",
878
+ "eo.datepicker.calendar.today": "Today",
849
879
  "eo.form.table.options.subhead.edit": "Edit entry",
850
880
  "eo.form.table.options.subhead.new": "Add entry",
851
881
  "eo.form.table.options.btn.save": "Apply",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48"><path d="M196-331q-20-36-28-72.5t-8-74.5q0-131 94.5-225.5T480-798h43l-80-80 39-39 149 149-149 149-40-40 79-79h-41q-107 0-183.5 76.5T220-478q0 29 5.5 55t13.5 49l-43 43ZM476-40 327-189l149-149 39 39-80 80h45q107 0 183.5-76.5T740-479q0-29-5-55t-15-49l43-43q20 36 28.5 72.5T800-479q0 131-94.5 225.5T480-159h-45l80 80-39 39Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48"><path d="M450-234h60v-129h130v-60H510v-130h-60v130H320v60h130v129ZM220-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h361l219 219v521q0 24-18 42t-42 18H220Zm331-554v-186H220v680h520v-494H551ZM220-820v186-186 680-680Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48"><path d="M140-160q-23 0-41.5-18.5T80-220v-520q0-23 18.5-41.5T140-800h281l60 60h339q23 0 41.5 18.5T880-680H455l-60-60H140v520l102-400h698L833-206q-6 24-22 35t-41 11H140Zm63-60h572l84-340H287l-84 340Zm0 0 84-340-84 340Zm-63-460v-60 60Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M6.83,4H20c1.11,0,2,0.9,2,2v12c0,0.34-0.09,0.66-0.23,0.94L20,17.17V8h-9.17L6.83,4z M20.49,23.31L17.17,20H4 c-1.11,0-2-0.9-2-2V6c0-0.34,0.08-0.66,0.23-0.94L0.69,3.51L2.1,2.1l19.8,19.8L20.49,23.31z M15.17,18l-10-10H4v10H15.17z"/></svg>
@@ -0,0 +1,47 @@
1
+ {
2
+ "currentWorkspace": "yuv.default.dashboard",
3
+ "workspaces": [
4
+ {
5
+ "id": "yuv.default.dashboard",
6
+ "label": "eo.workspace.widget.default.dashboard",
7
+ "preventDelete": true,
8
+ "preventRename": true,
9
+ "grid": [
10
+ {
11
+ "id": "yuv.wdg.quickSearch",
12
+ "widgetName": "yuv.widget.quickSearch",
13
+ "x": 2,
14
+ "y": 5,
15
+ "rows": 19,
16
+ "cols":6
17
+ },
18
+ {
19
+ "id": "yuv.wdg.LastEdited",
20
+ "widgetName": "yuv.widget.LastEdited",
21
+ "x": 8,
22
+ "y": 3,
23
+ "rows": 25,
24
+ "cols": 2
25
+ },
26
+ {
27
+ "id": "yuv.wdg.infoIntray",
28
+ "widgetName": "yuv.widget.infoIntray",
29
+ "widgetConfig": {"title": "eo.dashboard.info.intray.msg"},
30
+ "x": 0,
31
+ "y": 2,
32
+ "rows": 4,
33
+ "cols": 2
34
+ },
35
+ {
36
+ "id": "yuv.wdg.infoInbox",
37
+ "widgetName": "yuv.widget.infoInbox",
38
+ "widgetConfig": {"title": "eo.dashboard.info.inbox.msg"},
39
+ "x": 0,
40
+ "y": 7,
41
+ "rows": 4,
42
+ "cols": 2
43
+ }
44
+ ]
45
+ }
46
+ ]
47
+ }