@eo-sdk/client 11.7.0-beta.2 → 11.8.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 (426) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +35 -35
  3. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  4. package/app/eo-client/dashboard/dashboard.component.d.ts +3 -2
  5. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  6. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
  7. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  8. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts +30 -0
  9. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -0
  10. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts +23 -0
  11. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts.map +1 -0
  12. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts +20 -0
  13. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts.map +1 -0
  14. package/app/eo-client/eo-client.module.d.ts +32 -29
  15. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  16. package/app/eo-client/settings/settings.component.d.ts +15 -16
  17. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  18. package/app/eo-client/settings/settings.interface.d.ts +25 -0
  19. package/app/eo-client/settings/settings.interface.d.ts.map +1 -0
  20. package/app/eo-framework/actions/action.module.d.ts +15 -13
  21. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  22. package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
  23. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
  24. package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
  25. package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
  26. package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
  27. package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
  28. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +0 -1
  29. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  30. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  31. package/app/eo-framework/media/media.component.d.ts +3 -2
  32. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  33. package/app/eo-framework/object-details/object-details.component.d.ts +12 -4
  34. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  35. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +51 -26
  36. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  37. package/app/eo-framework-core/agent/agent.service.d.ts +7 -2
  38. package/app/eo-framework-core/agent/agent.service.d.ts.map +1 -1
  39. package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
  40. package/assets/_default/README.md +2 -2
  41. package/assets/_default/config/extend.json +6 -6
  42. package/assets/_default/config/main.json +44 -44
  43. package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
  44. package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
  45. package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
  46. package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
  47. package/assets/_default/i18n/de.json +1150 -1132
  48. package/assets/_default/i18n/en.json +21 -3
  49. package/assets/_default/i18n/po/de.po +310 -310
  50. package/assets/_default/i18n/po/en.po +310 -310
  51. package/assets/_default/svg/ic_delete_sweep.svg +3 -3
  52. package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
  53. package/assets/_default/svg/ic_kitt-loader.svg +1 -1
  54. package/assets/_default/svg/ic_link.svg +6 -6
  55. package/assets/_default/svg/ic_not_listed_location.svg +4 -4
  56. package/assets/_default/theme/theme.css +13 -13
  57. package/assets/dashboard.json +47 -47
  58. package/assets/i18n/temp.json +584 -584
  59. package/assets/i18n/temp.pot +1753 -1753
  60. package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
  61. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +22 -8
  62. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
  63. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
  64. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
  65. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
  66. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
  67. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
  68. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  69. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
  70. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
  71. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
  72. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
  73. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
  74. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
  75. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
  76. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
  77. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
  78. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
  79. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
  80. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
  81. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
  82. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
  83. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
  84. package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  85. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +114 -0
  86. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.mjs +79 -0
  87. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.mjs +2 -0
  88. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
  89. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
  90. package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
  91. package/esm2022/app/eo-client/eo-client.module.mjs +11 -1
  92. package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
  93. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
  94. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
  95. package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
  96. package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
  97. package/esm2022/app/eo-client/index.mjs +1 -1
  98. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  99. package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
  100. package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
  101. package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  102. package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
  103. package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
  104. package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
  105. package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
  106. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
  107. package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
  108. package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
  109. package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
  110. package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
  111. package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
  112. package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
  113. package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
  114. package/esm2022/app/eo-client/settings/settings.component.mjs +42 -24
  115. package/esm2022/app/eo-client/settings/settings.interface.mjs +2 -0
  116. package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
  117. package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
  118. package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
  119. package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
  120. package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
  121. package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
  122. package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
  123. package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
  124. package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
  125. package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
  126. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
  127. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
  128. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
  129. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
  130. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
  131. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
  132. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
  133. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
  134. package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
  135. package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
  136. package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
  137. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
  138. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
  139. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
  140. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
  141. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
  142. package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
  143. package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
  144. package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
  145. package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
  146. package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
  147. package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
  148. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
  149. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
  150. package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
  151. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
  152. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +2 -2
  153. package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
  154. package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
  155. package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
  156. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
  157. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
  158. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
  159. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
  160. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  161. package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
  162. package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
  163. package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
  164. package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
  165. package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
  166. package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +1 -1
  167. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
  168. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
  169. package/esm2022/app/eo-framework/actions/index.mjs +1 -1
  170. package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
  171. package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
  172. package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
  173. package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
  174. package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
  175. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
  176. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
  177. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  178. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
  179. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +11 -8
  180. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
  181. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
  182. package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
  183. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  184. package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
  185. package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
  186. package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
  187. package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
  188. package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
  189. package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
  190. package/esm2022/app/eo-framework/cta/index.mjs +1 -1
  191. package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
  192. package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
  193. package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
  194. package/esm2022/app/eo-framework/error/index.mjs +1 -1
  195. package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
  196. package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
  197. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
  198. package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
  199. package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
  200. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
  201. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
  202. package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
  203. package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
  204. package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
  205. package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
  206. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
  207. package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
  208. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
  209. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
  210. package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
  211. package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
  212. package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
  213. package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
  214. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
  215. package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
  216. package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
  217. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
  218. package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
  219. package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
  220. package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
  221. package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
  222. package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
  223. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
  224. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
  225. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
  226. package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
  227. package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
  228. package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
  229. package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
  230. package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
  231. package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
  232. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  233. package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
  234. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  235. package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
  236. package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
  237. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  238. package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
  239. package/esm2022/app/eo-framework/grid/grid.component.mjs +7 -7
  240. package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
  241. package/esm2022/app/eo-framework/grid/index.mjs +1 -1
  242. package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
  243. package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
  244. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
  245. package/esm2022/app/eo-framework/index.mjs +1 -1
  246. package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
  247. package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
  248. package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
  249. package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
  250. package/esm2022/app/eo-framework/media/index.mjs +1 -1
  251. package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
  252. package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
  253. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
  254. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
  255. package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
  256. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +26 -13
  257. package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
  258. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
  259. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
  260. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
  261. package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +4 -4
  262. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
  263. package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
  264. package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
  265. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
  266. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  267. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
  268. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
  269. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
  270. package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
  271. package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
  272. package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
  273. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
  274. package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
  275. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
  276. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
  277. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
  278. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
  279. package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
  280. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
  281. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
  282. package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
  283. package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
  284. package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
  285. package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
  286. package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
  287. package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
  288. package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
  289. package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
  290. package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
  291. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
  292. package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
  293. package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
  294. package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
  295. package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
  296. package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
  297. package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
  298. package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
  299. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
  300. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
  301. package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
  302. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
  303. package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
  304. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  305. package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
  306. package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
  307. package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
  308. package/esm2022/app/eo-framework/settings/index.mjs +1 -1
  309. package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
  310. package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
  311. package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
  312. package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
  313. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
  314. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
  315. package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
  316. package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
  317. package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
  318. package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
  319. package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
  320. package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
  321. package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
  322. package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +4 -3
  323. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
  324. package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
  325. package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
  326. package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
  327. package/esm2022/app/eo-framework/tree/index.mjs +1 -1
  328. package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
  329. package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
  330. package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
  331. package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
  332. package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
  333. package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
  334. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
  335. package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
  336. package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
  337. package/esm2022/app/eo-framework/ui/index.mjs +1 -1
  338. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
  339. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
  340. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
  341. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +1 -1
  342. package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
  343. package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
  344. package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
  345. package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
  346. package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
  347. package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
  348. package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
  349. package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
  350. package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
  351. package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
  352. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +163 -92
  353. package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
  354. package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
  355. package/esm2022/app/eo-framework/util/index.mjs +1 -1
  356. package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
  357. package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
  358. package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
  359. package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
  360. package/esm2022/app/eo-framework-core/agent/agent.service.mjs +13 -2
  361. package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
  362. package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
  363. package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
  364. package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
  365. package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
  366. package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
  367. package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
  368. package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
  369. package/esm2022/app/eo-framework-core/index.mjs +1 -1
  370. package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
  371. package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
  372. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
  373. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
  374. package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
  375. package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
  376. package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
  377. package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
  378. package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
  379. package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
  380. package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
  381. package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
  382. package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
  383. package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
  384. package/esm2022/app/eo-framework-core/search/app-search.service.mjs +6 -2
  385. package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
  386. package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
  387. package/esm2022/public_api.mjs +1 -1
  388. package/fesm2022/eo-sdk-client.mjs +966 -614
  389. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  390. package/languages/ar.json +523 -523
  391. package/languages/es.json +523 -523
  392. package/languages/fr.json +523 -523
  393. package/languages/po/ar.po +457 -457
  394. package/languages/pt.json +523 -523
  395. package/languages/temp.pot +928 -928
  396. package/languages/zh.json +523 -523
  397. package/misc/client.properties +1 -1
  398. package/misc/doc-styles/style.css +175 -175
  399. package/misc/scripts/copy-client-assets.js +26 -26
  400. package/misc/scripts/copy-core-styles.js +3 -3
  401. package/misc/scripts/exclude-core-ng-package.js +11 -11
  402. package/misc/scripts/helper.js +64 -64
  403. package/misc/scripts/i18n-apply.js +46 -46
  404. package/misc/scripts/i18n-diff.js +100 -100
  405. package/misc/scripts/injectdocbase.js +7 -7
  406. package/misc/scripts/mvn-deploy.js +66 -66
  407. package/misc/scripts/prebuild-about-state.js +32 -32
  408. package/misc/scripts/preparedist.js +39 -39
  409. package/misc/scripts/zipdist.js +21 -21
  410. package/misc/template.yml +4 -4
  411. package/misc/tsscheme.xml +34 -34
  412. package/package.json +3 -2
  413. package/proxy.config.js +13 -13
  414. package/scss/_ag-grid.scss +59 -59
  415. package/scss/_animation.scss +55 -55
  416. package/scss/_eo-variables.scss +78 -78
  417. package/scss/_form.scss +660 -660
  418. package/scss/_main.scss +394 -394
  419. package/scss/_migrationTemp.scss +28 -27
  420. package/scss/_mixins.scss +201 -201
  421. package/scss/_theme-dark.scss +22 -22
  422. package/scss/_timeline.scss +98 -98
  423. package/scss/_yuuvis-components.scss +40 -40
  424. package/styles.css +1 -0
  425. package/styles.scss +141 -141
  426. package/assets/_default/i18n/de_after.json +0 -1137
@@ -1,310 +1,310 @@
1
- # Roasting Intelligence.
2
- # Copyright (C) 2015 Cropster.com
3
- # This file is distributed under the same license as the Roasting Intelligence package.
4
- # Francesco Novy <francesco@cropster.com>, 2015.
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: Cropster Hub Frontend"
8
- "Report-Msgid-Bugs-To: "
9
- "POT-Creation-Date: Wed, 29 Nov 2017 19:38:43 GMT"
10
- "PO-Revision-Date: Wed, 29 Nov 2017 19:38:43 GMT"
11
- "Last-Translator: Francesco <francesco@cropster.com>"
12
- "Language: en"
13
- "MIME-Version: 1.0"
14
- "Content-Type: text/plain; charset=UTF-8"
15
- "Content-Transfer-Encoding: 8bit"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);"
17
-
18
- msgid "_eo.app.object.content.title"
19
- msgstr "Content"
20
-
21
- msgid "_eo.indexdata.summary.more"
22
- msgstr "More information"
23
-
24
- msgid "_eo.shortcuts.app.nav.title"
25
- msgstr "Navigation"
26
-
27
- msgid "_eo.shortcuts.app.title"
28
- msgstr "General"
29
-
30
- msgid "_eo.shortcuts.app.action.add"
31
- msgstr "Create objects"
32
-
33
- msgid "_eo.shortcuts.app.action.dashboard"
34
- msgstr "Dashboard"
35
-
36
- msgid "_eo.shortcuts.app.action.inbox"
37
- msgstr "Inbox"
38
-
39
- msgid "_eo.shortcuts.app.action.intray"
40
- msgstr "In-tray"
41
-
42
- msgid "_eo.shortcuts.app.action.favorites"
43
- msgstr "Favorites"
44
-
45
- msgid "_eo.shortcuts.app.action.settings"
46
- msgstr "Settings"
47
-
48
- msgid "_eo.shortcuts.app.action.search"
49
- msgstr "Search"
50
-
51
- msgid "_eo.shortcuts.app.action.logout"
52
- msgstr "Logout"
53
-
54
- msgid "_eo.shortcuts.eo-page.title"
55
- msgstr "Page"
56
-
57
- msgid "_eo.shortcuts.eo-page.action.undock"
58
- msgstr "Undock"
59
-
60
- msgid "_eo.state.object.tree.filter.label"
61
- msgstr "Filter"
62
-
63
- msgid "_eo.app.init.fail.config"
64
- msgstr ""
65
-
66
- msgid "_eo.app.init.fail.auth"
67
- msgstr ""
68
-
69
- msgid "_eo.user.service.schema.locale.error.title"
70
- msgstr "Object defninitions locale"
71
-
72
- msgid "_eo.user.service.schema.locale.error.description"
73
- msgstr "Object defninitions locale could not be changed. Maybe you are not connected to the server."
74
-
75
- msgid "_eo.app.add.prepare.fail.title"
76
- msgstr "Object could not be created"
77
-
78
- msgid "_eo.app.add.prepare.fail.msg"
79
- msgstr ""
80
-
81
- msgid "_eo.favorite.icon.tooltip.added"
82
- msgstr "Added to favorites"
83
-
84
- msgid "_eo.favorite.icon.tooltip.removed"
85
- msgstr "Removed from favorites"
86
-
87
- msgid "_eo.global.number.separator.decimal"
88
- msgstr "."
89
-
90
- msgid "_eo.process.details.workitem.load.fail"
91
- msgstr "Could not load task"
92
-
93
- msgid "_eo.process.item.remove.fail"
94
- msgstr ""
95
-
96
- msgid "_eo.shortcuts.eo-object-details.title"
97
- msgstr "Object"
98
-
99
- msgid "_eo.shortcuts.action.open.context"
100
- msgstr "Open context"
101
-
102
- msgid "_eo.shortcuts.aside.title"
103
- msgstr "Object"
104
-
105
- msgid "_eo.shortcuts.aside.action.open"
106
- msgstr "Open"
107
-
108
- msgid "_eo.shortcuts.aside.action.context"
109
- msgstr "Context"
110
-
111
- msgid "_eo.shortcuts.form.title"
112
- msgstr "Form"
113
-
114
- msgid "_eo.shortcuts.form.action.save"
115
- msgstr "Save"
116
-
117
- msgid "_eo.shortcuts.form.action.reset"
118
- msgstr "Reset"
119
-
120
- msgid "_eo.shortcuts.form.action.edit"
121
- msgstr "Edit"
122
-
123
- msgid "_eo.tabcontainer.order.question"
124
- msgstr "Do you want to save the order?"
125
-
126
- msgid "_eo.tabcontainer.order.success"
127
- msgstr "Order saved"
128
-
129
- msgid "_eo.app.init.fail"
130
- msgstr ""
131
-
132
- msgid "_eo.state.login.username"
133
- msgstr "Username"
134
-
135
- msgid "_eo.state.login.password"
136
- msgstr "Password"
137
-
138
- msgid "_eo.state.login.msg.invalid"
139
- msgstr "The provided credentials are invalid. Please review your inputs."
140
-
141
- msgid "_eo.state.login.host"
142
- msgstr "Host"
143
-
144
- msgid "_eo.state.login.submit"
145
- msgstr "Login"
146
-
147
- msgid "_eo.state.object.tree.error"
148
- msgstr "Folder structure could not be loaded"
149
-
150
- msgid "_eo.state.object.frontpage.created"
151
- msgstr "created on"
152
-
153
- msgid "_eo.state.object.frontpage.doccount"
154
- msgstr "{{doccount}} documents"
155
-
156
- msgid "_eo.state.object.frontpage.filesize"
157
- msgstr "Total size {{filesize}}"
158
-
159
- msgid "_eo.state.object.frontpage.lastchanges"
160
- msgstr "Last changes"
161
-
162
- msgid "_eo.state.settings.permission"
163
- msgstr "Permissions"
164
-
165
- msgid "_app.search.mode.expert"
166
- msgstr "Expert Mode"
167
-
168
- msgid "_app.search.aside.summary.storedquery"
169
- msgstr "Stored query"
170
-
171
- msgid "_app.search.aside.summary"
172
- msgstr "Your query"
173
-
174
- msgid "_app.search.aside.summary.term"
175
- msgstr "Search term"
176
-
177
- msgid "_app.search.aside.summary.types"
178
- msgstr "Target types"
179
-
180
- msgid "_app.search.storedquery.close"
181
- msgstr ""
182
-
183
- msgid "_app.search.storedquery.update"
184
- msgstr ""
185
-
186
- msgid "_app.search.summary.empty"
187
- msgstr "You have not entered any search criteria until now"
188
-
189
- msgid "_app.search.mode.expert.result.empty"
190
- msgstr "Your query returned no hits"
191
-
192
- msgid "_app.search.mode.expert.intro"
193
- msgstr "In expert mode you can run complex search queries"
194
-
195
- msgid "_app.search.mode.expert.support.baseparams"
196
- msgstr "Baseparameters"
197
-
198
- msgid "_app.search.mode.expert.support.group"
199
- msgstr "Group"
200
-
201
- msgid "_app.search.mode.expert.support.type"
202
- msgstr "Type"
203
-
204
- msgid "_app.search.mode.expert.support.field"
205
- msgstr "Field"
206
-
207
- msgid "_eo.app.object.links.title"
208
- msgstr "Links"
209
-
210
- msgid "_form.property.dynamic.list.empty"
211
- msgstr "No entries available"
212
-
213
- msgid "_eo.process.task.due"
214
- msgstr "Due on {{date}}"
215
-
216
- msgid "_eo.process.task.continue"
217
- msgstr "In order to continue, you need to accept this task"
218
-
219
- msgid "_eo.app.object.summary.title"
220
- msgstr "Summary"
221
-
222
- msgid "_eo.object.summary.preview.undock"
223
- msgstr "Undock"
224
-
225
- msgid "_eo.object.summary.preview.dock"
226
- msgstr "Dock"
227
-
228
- msgid "_eo.global.baseparam.filename"
229
- msgstr "Content file"
230
-
231
- msgid "_eo.global.baseparam.filesize"
232
- msgstr "File size"
233
-
234
- msgid "_eo.global.baseparam.modified"
235
- msgstr "Edited"
236
-
237
- msgid "_eo.global.baseparam.modifier"
238
- msgstr "Editor"
239
-
240
- msgid "_eo.global.baseparam.created"
241
- msgstr "Created"
242
-
243
- msgid "_eo.global.baseparam.creator"
244
- msgstr "Creator"
245
-
246
- msgid "_form.property.daterange.invalid"
247
- msgstr "Please enter a valid date range"
248
-
249
- msgid "_form.property.numberrange.invalid"
250
- msgstr "Please enter a valid number range"
251
-
252
- msgid "_form.property.date.invalid"
253
- msgstr "Please enter a valid date"
254
-
255
- msgid "_form.property.codesystem.value.invalid"
256
- msgstr "The field should only contain values from the catalog"
257
-
258
- msgid "_eo.object.preview.attachments"
259
- msgstr "Attachments"
260
-
261
- msgid "_eo.quicksearch.label"
262
- msgstr "What are you looking for"
263
-
264
- msgid "_eo.shortcuts.title"
265
- msgstr "Application actions"
266
-
267
- msgid "_eo.clipboard.more"
268
- msgstr "and {{moreCount}} additional objects"
269
-
270
- msgid "_eo.clipboard.clear"
271
- msgstr "Clear"
272
-
273
- msgid "_eo.clipboard.type.copy"
274
- msgstr "Copy"
275
-
276
- msgid "_eo.clipboard.type.cut"
277
- msgstr "Cut"
278
-
279
- msgid "_eo.upload.global.headline"
280
- msgstr "Upload file(s)"
281
-
282
- msgid "_eo.upload.global.context.title"
283
- msgstr "Add to context"
284
-
285
- msgid "_eo.global.baseparam.type"
286
- msgstr "Object type"
287
-
288
- msgid "_eo.global.baseparam.mimetypegroup"
289
- msgstr "File type"
290
-
291
- msgid "_app.search.aside.summary.filters"
292
- msgstr "Filters"
293
-
294
- msgid "_eo.search.agg.filesize.lt1MB"
295
- msgstr "Small (< 1 MB)"
296
-
297
- msgid "_eo.search.agg.filesize.lt10MB"
298
- msgstr "Medium (1 MB - 10 MB)"
299
-
300
- msgid "_eo.search.agg.filesize.lt100MB"
301
- msgstr "Large (10 MB - 100 MB)"
302
-
303
- msgid "_eo.search.agg.filesize.gt100MB"
304
- msgstr "Extra Large (> 100 MB)"
305
-
306
- msgid "_eo.shortcuts.aside.action.preview"
307
- msgstr "Preview"
308
-
309
- msgid "_sample.dashboard"
310
- msgstr "dashboard"
1
+ # Roasting Intelligence.
2
+ # Copyright (C) 2015 Cropster.com
3
+ # This file is distributed under the same license as the Roasting Intelligence package.
4
+ # Francesco Novy <francesco@cropster.com>, 2015.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Cropster Hub Frontend"
8
+ "Report-Msgid-Bugs-To: "
9
+ "POT-Creation-Date: Wed, 29 Nov 2017 19:38:43 GMT"
10
+ "PO-Revision-Date: Wed, 29 Nov 2017 19:38:43 GMT"
11
+ "Last-Translator: Francesco <francesco@cropster.com>"
12
+ "Language: en"
13
+ "MIME-Version: 1.0"
14
+ "Content-Type: text/plain; charset=UTF-8"
15
+ "Content-Transfer-Encoding: 8bit"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);"
17
+
18
+ msgid "_eo.app.object.content.title"
19
+ msgstr "Content"
20
+
21
+ msgid "_eo.indexdata.summary.more"
22
+ msgstr "More information"
23
+
24
+ msgid "_eo.shortcuts.app.nav.title"
25
+ msgstr "Navigation"
26
+
27
+ msgid "_eo.shortcuts.app.title"
28
+ msgstr "General"
29
+
30
+ msgid "_eo.shortcuts.app.action.add"
31
+ msgstr "Create objects"
32
+
33
+ msgid "_eo.shortcuts.app.action.dashboard"
34
+ msgstr "Dashboard"
35
+
36
+ msgid "_eo.shortcuts.app.action.inbox"
37
+ msgstr "Inbox"
38
+
39
+ msgid "_eo.shortcuts.app.action.intray"
40
+ msgstr "In-tray"
41
+
42
+ msgid "_eo.shortcuts.app.action.favorites"
43
+ msgstr "Favorites"
44
+
45
+ msgid "_eo.shortcuts.app.action.settings"
46
+ msgstr "Settings"
47
+
48
+ msgid "_eo.shortcuts.app.action.search"
49
+ msgstr "Search"
50
+
51
+ msgid "_eo.shortcuts.app.action.logout"
52
+ msgstr "Logout"
53
+
54
+ msgid "_eo.shortcuts.eo-page.title"
55
+ msgstr "Page"
56
+
57
+ msgid "_eo.shortcuts.eo-page.action.undock"
58
+ msgstr "Undock"
59
+
60
+ msgid "_eo.state.object.tree.filter.label"
61
+ msgstr "Filter"
62
+
63
+ msgid "_eo.app.init.fail.config"
64
+ msgstr ""
65
+
66
+ msgid "_eo.app.init.fail.auth"
67
+ msgstr ""
68
+
69
+ msgid "_eo.user.service.schema.locale.error.title"
70
+ msgstr "Object defninitions locale"
71
+
72
+ msgid "_eo.user.service.schema.locale.error.description"
73
+ msgstr "Object defninitions locale could not be changed. Maybe you are not connected to the server."
74
+
75
+ msgid "_eo.app.add.prepare.fail.title"
76
+ msgstr "Object could not be created"
77
+
78
+ msgid "_eo.app.add.prepare.fail.msg"
79
+ msgstr ""
80
+
81
+ msgid "_eo.favorite.icon.tooltip.added"
82
+ msgstr "Added to favorites"
83
+
84
+ msgid "_eo.favorite.icon.tooltip.removed"
85
+ msgstr "Removed from favorites"
86
+
87
+ msgid "_eo.global.number.separator.decimal"
88
+ msgstr "."
89
+
90
+ msgid "_eo.process.details.workitem.load.fail"
91
+ msgstr "Could not load task"
92
+
93
+ msgid "_eo.process.item.remove.fail"
94
+ msgstr ""
95
+
96
+ msgid "_eo.shortcuts.eo-object-details.title"
97
+ msgstr "Object"
98
+
99
+ msgid "_eo.shortcuts.action.open.context"
100
+ msgstr "Open context"
101
+
102
+ msgid "_eo.shortcuts.aside.title"
103
+ msgstr "Object"
104
+
105
+ msgid "_eo.shortcuts.aside.action.open"
106
+ msgstr "Open"
107
+
108
+ msgid "_eo.shortcuts.aside.action.context"
109
+ msgstr "Context"
110
+
111
+ msgid "_eo.shortcuts.form.title"
112
+ msgstr "Form"
113
+
114
+ msgid "_eo.shortcuts.form.action.save"
115
+ msgstr "Save"
116
+
117
+ msgid "_eo.shortcuts.form.action.reset"
118
+ msgstr "Reset"
119
+
120
+ msgid "_eo.shortcuts.form.action.edit"
121
+ msgstr "Edit"
122
+
123
+ msgid "_eo.tabcontainer.order.question"
124
+ msgstr "Do you want to save the order?"
125
+
126
+ msgid "_eo.tabcontainer.order.success"
127
+ msgstr "Order saved"
128
+
129
+ msgid "_eo.app.init.fail"
130
+ msgstr ""
131
+
132
+ msgid "_eo.state.login.username"
133
+ msgstr "Username"
134
+
135
+ msgid "_eo.state.login.password"
136
+ msgstr "Password"
137
+
138
+ msgid "_eo.state.login.msg.invalid"
139
+ msgstr "The provided credentials are invalid. Please review your inputs."
140
+
141
+ msgid "_eo.state.login.host"
142
+ msgstr "Host"
143
+
144
+ msgid "_eo.state.login.submit"
145
+ msgstr "Login"
146
+
147
+ msgid "_eo.state.object.tree.error"
148
+ msgstr "Folder structure could not be loaded"
149
+
150
+ msgid "_eo.state.object.frontpage.created"
151
+ msgstr "created on"
152
+
153
+ msgid "_eo.state.object.frontpage.doccount"
154
+ msgstr "{{doccount}} documents"
155
+
156
+ msgid "_eo.state.object.frontpage.filesize"
157
+ msgstr "Total size {{filesize}}"
158
+
159
+ msgid "_eo.state.object.frontpage.lastchanges"
160
+ msgstr "Last changes"
161
+
162
+ msgid "_eo.state.settings.permission"
163
+ msgstr "Permissions"
164
+
165
+ msgid "_app.search.mode.expert"
166
+ msgstr "Expert Mode"
167
+
168
+ msgid "_app.search.aside.summary.storedquery"
169
+ msgstr "Stored query"
170
+
171
+ msgid "_app.search.aside.summary"
172
+ msgstr "Your query"
173
+
174
+ msgid "_app.search.aside.summary.term"
175
+ msgstr "Search term"
176
+
177
+ msgid "_app.search.aside.summary.types"
178
+ msgstr "Target types"
179
+
180
+ msgid "_app.search.storedquery.close"
181
+ msgstr ""
182
+
183
+ msgid "_app.search.storedquery.update"
184
+ msgstr ""
185
+
186
+ msgid "_app.search.summary.empty"
187
+ msgstr "You have not entered any search criteria until now"
188
+
189
+ msgid "_app.search.mode.expert.result.empty"
190
+ msgstr "Your query returned no hits"
191
+
192
+ msgid "_app.search.mode.expert.intro"
193
+ msgstr "In expert mode you can run complex search queries"
194
+
195
+ msgid "_app.search.mode.expert.support.baseparams"
196
+ msgstr "Baseparameters"
197
+
198
+ msgid "_app.search.mode.expert.support.group"
199
+ msgstr "Group"
200
+
201
+ msgid "_app.search.mode.expert.support.type"
202
+ msgstr "Type"
203
+
204
+ msgid "_app.search.mode.expert.support.field"
205
+ msgstr "Field"
206
+
207
+ msgid "_eo.app.object.links.title"
208
+ msgstr "Links"
209
+
210
+ msgid "_form.property.dynamic.list.empty"
211
+ msgstr "No entries available"
212
+
213
+ msgid "_eo.process.task.due"
214
+ msgstr "Due on {{date}}"
215
+
216
+ msgid "_eo.process.task.continue"
217
+ msgstr "In order to continue, you need to accept this task"
218
+
219
+ msgid "_eo.app.object.summary.title"
220
+ msgstr "Summary"
221
+
222
+ msgid "_eo.object.summary.preview.undock"
223
+ msgstr "Undock"
224
+
225
+ msgid "_eo.object.summary.preview.dock"
226
+ msgstr "Dock"
227
+
228
+ msgid "_eo.global.baseparam.filename"
229
+ msgstr "Content file"
230
+
231
+ msgid "_eo.global.baseparam.filesize"
232
+ msgstr "File size"
233
+
234
+ msgid "_eo.global.baseparam.modified"
235
+ msgstr "Edited"
236
+
237
+ msgid "_eo.global.baseparam.modifier"
238
+ msgstr "Editor"
239
+
240
+ msgid "_eo.global.baseparam.created"
241
+ msgstr "Created"
242
+
243
+ msgid "_eo.global.baseparam.creator"
244
+ msgstr "Creator"
245
+
246
+ msgid "_form.property.daterange.invalid"
247
+ msgstr "Please enter a valid date range"
248
+
249
+ msgid "_form.property.numberrange.invalid"
250
+ msgstr "Please enter a valid number range"
251
+
252
+ msgid "_form.property.date.invalid"
253
+ msgstr "Please enter a valid date"
254
+
255
+ msgid "_form.property.codesystem.value.invalid"
256
+ msgstr "The field should only contain values from the catalog"
257
+
258
+ msgid "_eo.object.preview.attachments"
259
+ msgstr "Attachments"
260
+
261
+ msgid "_eo.quicksearch.label"
262
+ msgstr "What are you looking for"
263
+
264
+ msgid "_eo.shortcuts.title"
265
+ msgstr "Application actions"
266
+
267
+ msgid "_eo.clipboard.more"
268
+ msgstr "and {{moreCount}} additional objects"
269
+
270
+ msgid "_eo.clipboard.clear"
271
+ msgstr "Clear"
272
+
273
+ msgid "_eo.clipboard.type.copy"
274
+ msgstr "Copy"
275
+
276
+ msgid "_eo.clipboard.type.cut"
277
+ msgstr "Cut"
278
+
279
+ msgid "_eo.upload.global.headline"
280
+ msgstr "Upload file(s)"
281
+
282
+ msgid "_eo.upload.global.context.title"
283
+ msgstr "Add to context"
284
+
285
+ msgid "_eo.global.baseparam.type"
286
+ msgstr "Object type"
287
+
288
+ msgid "_eo.global.baseparam.mimetypegroup"
289
+ msgstr "File type"
290
+
291
+ msgid "_app.search.aside.summary.filters"
292
+ msgstr "Filters"
293
+
294
+ msgid "_eo.search.agg.filesize.lt1MB"
295
+ msgstr "Small (< 1 MB)"
296
+
297
+ msgid "_eo.search.agg.filesize.lt10MB"
298
+ msgstr "Medium (1 MB - 10 MB)"
299
+
300
+ msgid "_eo.search.agg.filesize.lt100MB"
301
+ msgstr "Large (10 MB - 100 MB)"
302
+
303
+ msgid "_eo.search.agg.filesize.gt100MB"
304
+ msgstr "Extra Large (> 100 MB)"
305
+
306
+ msgid "_eo.shortcuts.aside.action.preview"
307
+ msgstr "Preview"
308
+
309
+ msgid "_sample.dashboard"
310
+ msgstr "dashboard"
@@ -1,4 +1,4 @@
1
- <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM14 5h-3l-1-1H6L5 5H2v2h12z"/>
3
- <path d="M0 0h24v24H0z" fill="none"/>
1
+ <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 16h4v2h-4zm0-8h7v2h-7zm0 4h6v2h-6zM3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10zM14 5h-3l-1-1H6L5 5H2v2h12z"/>
3
+ <path d="M0 0h24v24H0z" fill="none"/>
4
4
  </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#e5e5e5" d="M19,10C19,11.38 16.88,12.5 15.5,12.5C14.12,12.5 12.75,11.38 12.75,10H11.25C11.25,11.38 9.88,12.5 8.5,12.5C7.12,12.5 5,11.38 5,10H4.25C4.09,10.64 4,11.31 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,11.31 19.91,10.64 19.75,10H19M12,4C9.04,4 6.45,5.61 5.07,8H18.93C17.55,5.61 14.96,4 12,4M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23Z" /></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#e5e5e5" d="M19,10C19,11.38 16.88,12.5 15.5,12.5C14.12,12.5 12.75,11.38 12.75,10H11.25C11.25,11.38 9.88,12.5 8.5,12.5C7.12,12.5 5,11.38 5,10H4.25C4.09,10.64 4,11.31 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,11.31 19.91,10.64 19.75,10H19M12,4C9.04,4 6.45,5.61 5.07,8H18.93C17.55,5.61 14.96,4 12,4M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23Z" /></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="30"><path opacity=".2" d="M0 10h4v10H0z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0s" dur="0.6s" repeatCount="indefinite"/></path><path opacity=".2" d="M8 10h4v10H8z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.15s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0.15s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0.15s" dur="0.6s" repeatCount="indefinite"/></path><path opacity=".2" d="M16 10h4v10h-4z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.3s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0.3s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0.3s" dur="0.6s" repeatCount="indefinite"/></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="30"><path opacity=".2" d="M0 10h4v10H0z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0s" dur="0.6s" repeatCount="indefinite"/></path><path opacity=".2" d="M8 10h4v10H8z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.15s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0.15s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0.15s" dur="0.6s" repeatCount="indefinite"/></path><path opacity=".2" d="M16 10h4v10h-4z"><animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.3s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="height" attributeType="XML" values="10; 20; 10" begin="0.3s" dur="0.6s" repeatCount="indefinite"/><animate attributeName="y" attributeType="XML" values="10; 5; 10" begin="0.3s" dur="0.6s" repeatCount="indefinite"/></path></svg>
@@ -1,6 +1,6 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
- viewBox="0 0 24 24">
3
- <path d="M3.9,12c0-1.7,1.4-3.1,3.1-3.1h4V7H7c-2.8,0-5,2.2-5,5s2.2,5,5,5h4v-1.9H7C5.3,15.1,3.9,13.7,3.9,12z M17,7h-4v1.9h4
4
- c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1h-4V17h4c2.8,0,5-2.2,5-5S19.8,7,17,7z"/>
5
- <rect class="svg-link" x="8" y="11" width="8" height="2"/>
6
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 24 24">
3
+ <path d="M3.9,12c0-1.7,1.4-3.1,3.1-3.1h4V7H7c-2.8,0-5,2.2-5,5s2.2,5,5,5h4v-1.9H7C5.3,15.1,3.9,13.7,3.9,12z M17,7h-4v1.9h4
4
+ c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1h-4V17h4c2.8,0,5-2.2,5-5S19.8,7,17,7z"/>
5
+ <rect class="svg-link" x="8" y="11" width="8" height="2"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
- <path fill="none" d="M0 0h24v24H0V0z"/>
3
- <path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm.88 13.75h-1.75V14h1.75v1.75zm0-2.87h-1.75c0-2.84 2.62-2.62 2.62-4.38 0-.96-.79-1.75-1.75-1.75s-1.75.79-1.75 1.75H8.5C8.5 6.57 10.07 5 12 5s3.5 1.57 3.5 3.5c0 2.19-2.62 2.41-2.62 4.38z"/>
4
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="none" d="M0 0h24v24H0V0z"/>
3
+ <path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm.88 13.75h-1.75V14h1.75v1.75zm0-2.87h-1.75c0-2.84 2.62-2.62 2.62-4.38 0-.96-.79-1.75-1.75-1.75s-1.75.79-1.75 1.75H8.5C8.5 6.57 10.07 5 12 5s3.5 1.57 3.5 3.5c0 2.19-2.62 2.41-2.62 4.38z"/>
4
+ </svg>