@eo-sdk/client 11.5.0-rc.2 → 11.7.0-beta.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 (385) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +35 -35
  3. package/assets/_default/README.md +2 -2
  4. package/assets/_default/config/extend.json +6 -6
  5. package/assets/_default/config/main.json +44 -44
  6. package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
  7. package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
  8. package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
  9. package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
  10. package/assets/_default/i18n/de.json +1130 -1130
  11. package/assets/_default/i18n/de_after.json +1137 -0
  12. package/assets/_default/i18n/en.json +1130 -1130
  13. package/assets/_default/i18n/po/de.po +310 -310
  14. package/assets/_default/i18n/po/en.po +310 -310
  15. package/assets/_default/svg/ic_delete_sweep.svg +3 -3
  16. package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
  17. package/assets/_default/svg/ic_kitt-loader.svg +1 -1
  18. package/assets/_default/svg/ic_link.svg +6 -6
  19. package/assets/_default/svg/ic_not_listed_location.svg +4 -4
  20. package/assets/_default/theme/theme.css +13 -13
  21. package/assets/dashboard.json +47 -47
  22. package/assets/i18n/temp.json +584 -584
  23. package/assets/i18n/temp.pot +1753 -1753
  24. package/esm2022/app/eo-client/about-state/about-state.component.mjs +4 -4
  25. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  26. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +3 -3
  27. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
  28. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
  29. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
  30. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
  31. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
  32. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  33. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
  34. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
  35. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
  36. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
  37. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
  38. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
  39. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
  40. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
  41. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
  42. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
  43. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
  44. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
  45. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
  46. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
  47. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
  48. package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  49. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
  50. package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
  51. package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
  52. package/esm2022/app/eo-client/eo-client.module.mjs +1 -1
  53. package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
  54. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
  55. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
  56. package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
  57. package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
  58. package/esm2022/app/eo-client/index.mjs +1 -1
  59. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  60. package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
  61. package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
  62. package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  63. package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
  64. package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
  65. package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
  66. package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
  67. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
  68. package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
  69. package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
  70. package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
  71. package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
  72. package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
  73. package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
  74. package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
  75. package/esm2022/app/eo-client/settings/settings.component.mjs +3 -3
  76. package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
  77. package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
  78. package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
  79. package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
  80. package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
  81. package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
  82. package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
  83. package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
  84. package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
  85. package/esm2022/app/eo-framework/actions/action.module.mjs +1 -1
  86. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
  87. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
  88. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
  89. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
  90. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
  91. package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
  92. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
  93. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
  94. package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
  95. package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +1 -1
  96. package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
  97. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
  98. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
  99. package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
  100. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
  101. package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
  102. package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
  103. package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
  104. package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
  105. package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
  106. package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
  107. package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
  108. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
  109. package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
  110. package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
  111. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
  112. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +1 -1
  113. package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
  114. package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
  115. package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
  116. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +3 -3
  117. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
  118. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
  119. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
  120. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  121. package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
  122. package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
  123. package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +1 -1
  124. package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
  125. package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +1 -1
  126. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
  127. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
  128. package/esm2022/app/eo-framework/actions/index.mjs +1 -1
  129. package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
  130. package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
  131. package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
  132. package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
  133. package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
  134. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
  135. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
  136. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  137. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
  138. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +3 -3
  139. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
  140. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
  141. package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
  142. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  143. package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
  144. package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
  145. package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
  146. package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
  147. package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
  148. package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
  149. package/esm2022/app/eo-framework/cta/index.mjs +1 -1
  150. package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
  151. package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
  152. package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
  153. package/esm2022/app/eo-framework/error/index.mjs +1 -1
  154. package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
  155. package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
  156. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
  157. package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
  158. package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
  159. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +3 -3
  160. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
  161. package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
  162. package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
  163. package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
  164. package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
  165. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
  166. package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
  167. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
  168. package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
  169. package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
  170. package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
  171. package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
  172. package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
  173. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
  174. package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
  175. package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
  176. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
  177. package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
  178. package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
  179. package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
  180. package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
  181. package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
  182. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
  183. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
  184. package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
  185. package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
  186. package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
  187. package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
  188. package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
  189. package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
  190. package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
  191. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  192. package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
  193. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  194. package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
  195. package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
  196. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  197. package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
  198. package/esm2022/app/eo-framework/grid/grid.component.mjs +3 -3
  199. package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
  200. package/esm2022/app/eo-framework/grid/index.mjs +1 -1
  201. package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
  202. package/esm2022/app/eo-framework/grid/row-grouping/batchRemover.mjs +1 -1
  203. package/esm2022/app/eo-framework/grid/row-grouping/group-stage.mjs +1 -1
  204. package/esm2022/app/eo-framework/grid/row-grouping/row-grouping.module.mjs +1 -1
  205. package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
  206. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
  207. package/esm2022/app/eo-framework/index.mjs +1 -1
  208. package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
  209. package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
  210. package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
  211. package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
  212. package/esm2022/app/eo-framework/media/index.mjs +1 -1
  213. package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
  214. package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
  215. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
  216. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
  217. package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
  218. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +3 -3
  219. package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
  220. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
  221. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
  222. package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
  223. package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +3 -3
  224. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
  225. package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
  226. package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
  227. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
  228. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  229. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +11 -11
  230. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
  231. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
  232. package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
  233. package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
  234. package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
  235. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
  236. package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
  237. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
  238. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
  239. package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
  240. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
  241. package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
  242. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
  243. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
  244. package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
  245. package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
  246. package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
  247. package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
  248. package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
  249. package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
  250. package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
  251. package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
  252. package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
  253. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
  254. package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
  255. package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
  256. package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
  257. package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
  258. package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
  259. package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
  260. package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
  261. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
  262. package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
  263. package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
  264. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
  265. package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
  266. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  267. package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
  268. package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
  269. package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
  270. package/esm2022/app/eo-framework/settings/index.mjs +1 -1
  271. package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
  272. package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
  273. package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
  274. package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
  275. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
  276. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
  277. package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
  278. package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
  279. package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
  280. package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
  281. package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
  282. package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
  283. package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
  284. package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +3 -3
  285. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
  286. package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
  287. package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
  288. package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
  289. package/esm2022/app/eo-framework/tree/index.mjs +1 -1
  290. package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
  291. package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
  292. package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
  293. package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
  294. package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
  295. package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
  296. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
  297. package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
  298. package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
  299. package/esm2022/app/eo-framework/ui/index.mjs +1 -1
  300. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
  301. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
  302. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
  303. package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
  304. package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
  305. package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
  306. package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
  307. package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
  308. package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
  309. package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
  310. package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
  311. package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
  312. package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
  313. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
  314. package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
  315. package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
  316. package/esm2022/app/eo-framework/util/index.mjs +1 -1
  317. package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
  318. package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
  319. package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
  320. package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
  321. package/esm2022/app/eo-framework-core/agent/agent.service.mjs +1 -1
  322. package/esm2022/app/eo-framework-core/api/grid.service.mjs +3 -3
  323. package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
  324. package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
  325. package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
  326. package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
  327. package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
  328. package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
  329. package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
  330. package/esm2022/app/eo-framework-core/index.mjs +1 -1
  331. package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
  332. package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
  333. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
  334. package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
  335. package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
  336. package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
  337. package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
  338. package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
  339. package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
  340. package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
  341. package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
  342. package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
  343. package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
  344. package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
  345. package/esm2022/app/eo-framework-core/search/app-search.service.mjs +1 -1
  346. package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
  347. package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
  348. package/esm2022/public_api.mjs +1 -1
  349. package/fesm2022/eo-sdk-client.mjs +439 -439
  350. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  351. package/languages/ar.json +523 -523
  352. package/languages/es.json +523 -523
  353. package/languages/fr.json +523 -523
  354. package/languages/po/ar.po +457 -457
  355. package/languages/pt.json +523 -523
  356. package/languages/temp.pot +928 -928
  357. package/languages/zh.json +523 -523
  358. package/misc/client.properties +1 -1
  359. package/misc/doc-styles/style.css +175 -175
  360. package/misc/scripts/copy-client-assets.js +26 -26
  361. package/misc/scripts/copy-core-styles.js +3 -3
  362. package/misc/scripts/exclude-core-ng-package.js +11 -11
  363. package/misc/scripts/helper.js +64 -64
  364. package/misc/scripts/i18n-apply.js +46 -46
  365. package/misc/scripts/i18n-diff.js +100 -100
  366. package/misc/scripts/injectdocbase.js +7 -7
  367. package/misc/scripts/mvn-deploy.js +66 -66
  368. package/misc/scripts/prebuild-about-state.js +32 -32
  369. package/misc/scripts/preparedist.js +39 -39
  370. package/misc/scripts/zipdist.js +21 -21
  371. package/misc/template.yml +4 -4
  372. package/misc/tsscheme.xml +34 -34
  373. package/package.json +2 -2
  374. package/proxy.config.json +97 -97
  375. package/scss/_ag-grid.scss +59 -59
  376. package/scss/_animation.scss +55 -55
  377. package/scss/_eo-variables.scss +78 -78
  378. package/scss/_form.scss +660 -660
  379. package/scss/_main.scss +394 -394
  380. package/scss/_migrationTemp.scss +27 -27
  381. package/scss/_mixins.scss +201 -201
  382. package/scss/_theme-dark.scss +22 -22
  383. package/scss/_timeline.scss +98 -98
  384. package/scss/_yuuvis-components.scss +40 -40
  385. package/styles.scss +141 -141
package/scss/_form.scss CHANGED
@@ -1,660 +1,660 @@
1
- @import "mixins";
2
- // basic styles for form elements
3
-
4
- .dark {
5
- button:not(.primary):not(.secondary) {
6
- background-color: rgba(255, 255, 255, 0.1) !important;
7
- }
8
- button:not(.primary) {
9
- color: rgba(255, 255, 255, 0.75) !important;
10
- }
11
-
12
- button.secondary:hover {
13
- background-color: rgba(255, 255, 255, 0.1);
14
- }
15
-
16
- eo-form-input .description,
17
- .form-field .description {
18
- color: rgba(255, 255, 255, 0.8);
19
- }
20
-
21
- .form-field .ui-inputtext,
22
- input {
23
- color: var(--color-white);
24
- }
25
- .form-field.disabled {
26
- background-color: rgba(255, 255, 255, 0.1);
27
- }
28
- // inner button like datepicker
29
- .form-field button.ui-button {
30
- background-color: rgba(255, 255, 255, 0.2);
31
- color: var(--color-white);
32
- }
33
- // checkbox
34
- .ui-chkbox .ui-chkbox-box {
35
- background-color: rgba(255, 255, 255, 0.1);
36
- border-color: rgba(255, 255, 255, 0.4);
37
- color: rgba(255, 255, 255, 1);
38
- }
39
-
40
- .ui-inputtext {
41
- background-color: rgba(255, 255, 255, 0);
42
- color: var(--color-white);
43
- }
44
-
45
- // chips
46
- ul.ui-autocomplete-multiple-container li.ui-autocomplete-token,
47
- .ui-chips li.ui-chips-token {
48
- background: rgba(255, 255, 255, 0.1);
49
- border: 1px solid rgba(255, 255, 255, 0.4);
50
- color: var(--color-white);
51
-
52
- .fa {
53
- font-size: 11px;
54
- }
55
- }
56
- }
57
-
58
- eo-form-input {
59
-
60
- yvc-chips-list {
61
- width: 100%;
62
- }
63
-
64
- .yvc-form-element[aria-disabled=true] {
65
- background-color: transparent;
66
- }
67
-
68
- }
69
- .form-element-range {
70
- // operator select in range form elements
71
- yvc-dropdown {
72
- background-color: var(--panel-divider-color);
73
- min-width: min-content;
74
- border: 0;
75
- cursor: pointer;
76
- yvc-icon {
77
- display: none;
78
- }
79
- }
80
- }
81
-
82
- input[type="number"] {
83
- -moz-appearance: textfield;
84
- }
85
-
86
- input[type="number"]::-webkit-outer-spin-button,
87
- input[type="number"]::-webkit-inner-spin-button {
88
- -webkit-appearance: none;
89
- margin: 0;
90
- }
91
-
92
- input::-ms-clear {
93
- display: none;
94
- }
95
-
96
- button.spinner {
97
- padding-right: 2em;
98
- position: relative;
99
-
100
- &::after {
101
- content: " ";
102
- position: absolute;
103
- margin: auto;
104
- top: calc(50% - 0.5em);
105
- right: 0.5em;
106
- width: 1em;
107
- height: 1em;
108
- display: inline-block;
109
- background: center center no-repeat;
110
- background-size: cover;
111
- animation: button-spin 1s infinite;
112
- box-sizing: border-box;
113
- border-width: 0.17em;
114
- border-color: currentColor currentColor currentColor transparent;
115
-
116
- border-radius: 50%;
117
- border-style: solid;
118
- }
119
-
120
- @keyframes button-spin {
121
- 0% {
122
- transform: rotate(0);
123
- animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
124
- }
125
- 50% {
126
- transform: rotate(180deg);
127
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
128
- }
129
- to {
130
- transform: rotate(360deg);
131
- }
132
- }
133
- }
134
-
135
- button,
136
- a.button {
137
- text-decoration: none;
138
- border: 1px solid transparent;
139
- background: rgba(0, 0, 0, 0.06);
140
- color: var(--text-color-caption);
141
- padding: calc(var(--app-pane-padding) / 2) var(--app-pane-padding);
142
- cursor: pointer;
143
- @include transition();
144
-
145
- &:not([disabled]):not(.active):hover {
146
- border: 1px solid var(--color-primary-3);
147
- color: var(--text-color-caption);
148
- background: rgba(0, 0, 0, 0.1);
149
- }
150
-
151
- &:not(.primary):focus {
152
- border-radius: 2px;
153
- border-color: var(--color-primary-3);
154
- box-shadow: inset 0 0px 0 1px var(--color-white);
155
- }
156
-
157
- &.primary {
158
- color: var(--color-white);
159
- background: var(--color-accent);
160
-
161
- &:not([disabled]):hover {
162
- background: var(--color-accent-darker);
163
- color: var(--color-white);
164
- }
165
-
166
- &:not([disabled]):focus {
167
- border-radius: 2px;
168
- box-shadow: inset 0 0px 0 1px var(--color-white);
169
- }
170
-
171
- &:active {
172
- transform: translateY(1px);
173
- }
174
-
175
- &:not([disabled]):hover {
176
- opacity: 0.8;
177
- }
178
-
179
- &.grey {
180
- background: var(--color-primary-3);
181
-
182
- &:not([disabled]):hover {
183
- background: var(--color-light-gray);
184
- }
185
-
186
- &:not([disabled]):focus {
187
- border-radius: 2px;
188
- border-color: var(--color-primary-3);
189
- box-shadow: inset 0 0px 0 1px var(--color-white);
190
- }
191
-
192
- &:active {
193
- transform: translateY(1px);
194
- }
195
- }
196
-
197
- &[disabled] {
198
- opacity: 0.5;
199
- cursor: default;
200
- // background: var(--color-primary-3);
201
- }
202
- }
203
- // button without background
204
- &.secondary {
205
- background-color: transparent;
206
- &:not([disabled]):hover {
207
- background: rgba(0, 0, 0, 0.06);
208
- }
209
-
210
- &:focus {
211
- border-radius: 2px;
212
- border-color: transparent;
213
- box-shadow: inset 0 0px 0 1px var(--color-primary-3);
214
- }
215
- &:active {
216
- transform: translateY(1px);
217
- }
218
- }
219
-
220
- &[disabled] {
221
- opacity: 0.5;
222
- cursor: default;
223
- }
224
- }
225
-
226
- .form-field {
227
- > * {
228
- flex: 1 1 auto;
229
- }
230
- .description {
231
- color: var(--text-color-caption);
232
- }
233
- &.disabled {
234
- .fe-wrapper {
235
- padding: calc(var(--app-pane-padding) / 8);
236
- border-radius: 2px;
237
- background-color: rgba(0, 0, 0, 0.06);
238
- border-color: rgba(0, 0, 0, 0.06) !important;
239
- }
240
- }
241
-
242
- .ui-state-disabled {
243
- opacity: 0.8;
244
- }
245
- .ui-widget:disabled {
246
- opacity: 1;
247
- resize: vertical;
248
- }
249
-
250
- button.ui-button {
251
- background: rgba(0, 0, 0, 0.08);
252
- border: 0;
253
- border-radius: 2px;
254
- color: var(--text-color-caption);
255
- cursor: pointer;
256
- width: 20px;
257
- height: 20px;
258
-
259
- &:enabled:active,
260
- &:enabled:focus {
261
- border: 0;
262
- background: var(--color-accent);
263
- color: var(--color-white);
264
- }
265
- &.ui-spinner-button:enabled:hover,
266
- &:enabled:active,
267
- &:enabled:hover {
268
- border: 0;
269
- background: var(--color-accent);
270
- color: var(--color-white);
271
- }
272
- .fa {
273
- color: currentColor !important;
274
- }
275
-
276
- eo-icon {
277
- width: 16px;
278
- height: 16px;
279
- margin: auto;
280
- }
281
- }
282
-
283
- input {
284
- padding: 0;
285
- border: 0 !important;
286
- background: transparent !important;
287
- color: var(--text-color-body);
288
- display: flex;
289
- align-items: center;
290
- }
291
- }
292
-
293
- // tokens
294
- ul.chips > li.chip {
295
- background: rgba(0, 0, 0, 0.06);
296
- border: 1px solid rgba(0, 0, 0, 0.1);
297
- border-radius: 2px;
298
- color: rgba(0, 0, 0, 0.54);
299
- margin: 2px 2px 0 0;
300
- display: flex;
301
- align-items: center;
302
- }
303
-
304
- // chips in autocomplete
305
- // .ui-chips-token .ui-chips-token-label,
306
- // .ui-autocomplete-token-label {
307
- // @include flip-style(margin-right, 2em, margin-left, 0);
308
- // @include ellipsis();
309
- // }
310
-
311
- // .ui-chips-token .ui-chips-token-icon,
312
- // .ui-autocomplete-token-icon {
313
- // @include flip-style(right, 0.2em, left);
314
- // @include flip-style(left, auto, right);
315
- // margin-top: -0.45em;
316
- // opacity: 0.5;
317
-
318
- // &:hover {
319
- // opacity: 1;
320
- // }
321
- // }
322
-
323
- // .ui-widget-overlay {
324
- // background: var(--color-black);
325
- // }
326
-
327
- // .ui-dialog .ui-dialog-content {
328
- // background: var(--color-white);
329
- // }
330
-
331
- // .ui-widget-header {
332
- // background: var(--color-white);
333
- // }
334
-
335
- // .ui-widget-header .ui-state-highlight,
336
- // .ui-widget-content .ui-state-highlight,
337
- // .ui-state-highlight {
338
- // border: var(--color-success);
339
- // background: var(--color-success);
340
- // }
341
-
342
- // .ui-corner-all {
343
- // border-radius: 0;
344
- // }
345
-
346
- // .ui-widget-header .ui-state-default a,
347
- // .ui-widget-content .ui-state-default a,
348
- // .ui-state-default a {
349
- // @include transition();
350
- // color: var(--text-color-caption);
351
- // }
352
-
353
- // .ui-widget-header .ui-state-active a,
354
- // .ui-widget-content .ui-state-active a,
355
- // .ui-state-active a {
356
- // color: var(--text-color-body);
357
- // }
358
-
359
- .fieldset {
360
- margin: calc(var(--app-pane-padding) / 4) calc(var(--app-pane-padding) / 2);
361
- padding: calc(var(--app-pane-padding) / 4);
362
- background: rgba(0, 0, 0, 0.025);
363
- border: 1px solid rgba(0, 0, 0, 0.1);
364
-
365
- .dark & {
366
- background: rgba(255, 255, 255, 0.025);
367
- border: 1px solid rgba(255, 255, 255, 0.1);
368
- }
369
-
370
- .legend {
371
- margin-bottom: calc(var(--app-pane-padding) / 2);
372
-
373
- > span {
374
- display: inline-block;
375
- font-size: var(--font-hint);
376
- border-radius: 2px;
377
- color: var(--color-white);
378
- background-color: rgba(0, 0, 0, 0.22);
379
- padding: calc(var(--app-pane-padding) / 8) calc(var(--app-pane-padding) / 4);
380
- }
381
- }
382
- }
383
-
384
- .empty .ui-dropdown-trigger {
385
- opacity: 0.3;
386
- }
387
-
388
- // dropdown
389
- // .ui-dropdown {
390
- // width: 100%;
391
- // box-sizing: border-box;
392
- // padding: 0;
393
- // border: 0;
394
- // label{
395
- // background: transparent;
396
- // }
397
-
398
- // .ui-dropdown-trigger {
399
- // display: flex;
400
- // align-items: center;
401
- // justify-content: center;
402
- // width: 2em;
403
- // border: 0;
404
- // color: var(--text-color-caption);
405
- // }
406
-
407
- // .ui-dropdown-panel {
408
- // background: var(--color-white);
409
- // border: 0;
410
-
411
- // .ui-dropdown-items {
412
- // padding: 0;
413
-
414
- // .ui-dropdown-item {
415
- // margin: 0;
416
- // padding: 0;
417
-
418
- // &.ui-state-highlight {
419
- // border: var(--color-accent);
420
- // background: var(--color-accent);
421
- // color: var(--color-white);
422
- // }
423
- // }
424
- // .ui-dropdown-item:not(.ui-state-highlight):hover {
425
- // background: var(--list-item-hover-background);
426
- // }
427
- // }
428
- // }
429
- // &:not(.ui-state-disabled):hover {
430
- // background: transparent;
431
- // border-color: var(--list-item-border-color);
432
- // }
433
- // }
434
-
435
- // autocomplete
436
- // .ui-autocomplete {
437
- // width: 100%;
438
-
439
- // input.ui-inputtext {
440
- // width: 100%;
441
- // padding: 0;
442
- // }
443
- // }
444
-
445
- // // autocomplete dropdown
446
- // .ui-widget-content.ui-autocomplete-panel {
447
- // background: var(--color-white);
448
- // border: 0;
449
- // box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
450
-
451
- // //&::-webkit-scrollbar {
452
- // // background: $color-primary-4;
453
- // //}
454
-
455
- // .ui-autocomplete-list {
456
- // padding: 0;
457
- // }
458
-
459
- // .ui-autocomplete-list-item {
460
- // color: var(--text-color-caption);
461
- // margin: 0;
462
- // display: flex;
463
- // align-items: center;
464
- // @include transition();
465
- // padding: calc(var(--app-pane-padding) / 2);
466
-
467
- // &.ui-state-highlight {
468
- // background: var(--list-item-hover-background);
469
- // }
470
- // }
471
- // }
472
-
473
- // ul.ui-autocomplete-multiple-container {
474
- // display: flex;
475
- // flex-flow: row wrap;
476
-
477
- // li.ui-autocomplete-input-token {
478
- // flex: 1 1 auto;
479
- // display: flex;
480
- // align-items: center;
481
- // padding: 0 4px;
482
- // margin: 2px 2px 0 0;
483
- // }
484
-
485
- // &.ui-inputtext {
486
- // padding: 0;
487
- // }
488
- // }
489
-
490
-
491
-
492
- // .ui-state-focus {
493
- // box-shadow: none !important;
494
- // }
495
-
496
- // .ui-inputtext.ui-state-focus,
497
- // .ui-inputtext:focus {
498
- // box-shadow: none;
499
- // }
500
-
501
- // // tab styles
502
- // .ui-tabview {
503
- // padding: 0;
504
-
505
- // .ui-tabview-nav li {
506
- // margin: 0 2px 1px 0;
507
-
508
- // a {
509
- // padding: calc(var(--app-pane-padding) / 4) calc(var(--app-pane-padding) / 2);
510
- // border-radius: 0;
511
-
512
- // .ui-tabview-title {
513
- // border-radius: 2px;
514
- // padding: 2px calc(var(--app-pane-padding) / 4);
515
- // }
516
-
517
- // &:focus {
518
- // .ui-tabview-title {
519
- // background: rgba(0, 0, 0, 0.06) !important;
520
- // }
521
- // }
522
- // }
523
- // }
524
- // .ui-tabview-panel {
525
- // //padding: var(--app-pane-padding);
526
- // padding: 0;
527
- // }
528
- // }
529
-
530
- // .ui-tabview.ui-tabview-top > .ui-tabview-nav {
531
- // padding: 0;
532
- // display: flex;
533
- // flex-flow: row wrap;
534
- // border-bottom: 1px solid rgba(0, 0, 0, 0.15);
535
-
536
- // li {
537
- // border: 0;
538
- // top: 0;
539
- // box-sizing: border-box;
540
- // border-bottom: 3px solid transparent;
541
- // @include transition();
542
-
543
- // &.ui-state-default {
544
- // background: transparent;
545
- // }
546
-
547
- // &.ui-state-active {
548
- // border-color: var(--color-accent);
549
-
550
- // a {
551
- // cursor: default;
552
- // }
553
- // }
554
- // }
555
- // > li:not(.ui-state-active):not(.ui-state-disabled):hover {
556
- // background: transparent;
557
- // }
558
- // }
559
-
560
- // // special styles for sidebar tabs
561
- // .ui-tabview.ui-tabview-top.tab-sidebar {
562
- // > .ui-tabview-nav li {
563
- // &.ui-state-active {
564
- // border-color: var(--color-white);
565
-
566
- // a {
567
- // color: var(--color-white);
568
- // cursor: default;
569
- // }
570
- // }
571
- // }
572
- // .ui-tabview-panel {
573
- // padding: 0;
574
- // }
575
- // }
576
-
577
- // // datepicker
578
- // .ui-datepicker.ui-widget {
579
- // background: var(--color-white);
580
-
581
- // .ui-datepicker-calendar thead th {
582
- // background: var(--panel-background-lightgrey);
583
- // }
584
- // .ui-datepicker-calendar td a.ui-state-active {
585
- // background: var(--color-accent);
586
- // color: var(--color-white);
587
- // }
588
- // }
589
-
590
- // .ui-chkbox-box.ui-state-active,
591
- // .ui-radiobutton-box.ui-state-active {
592
- // }
593
-
594
- // p-tristatecheckbox {
595
- // &.undefined {
596
- // .ui-chkbox .ui-chkbox-box {
597
- // border-color: transparent;
598
- // }
599
- // }
600
- // }
601
-
602
- // .ui-chkbox .ui-chkbox-box {
603
- // background-color: rgba(0, 0, 0, 0.06);
604
- // width: 18px;
605
- // height: 18px;
606
- // border-radius: 0;
607
- // line-height: 16px;
608
- // border: 2px solid rgba(0, 0, 0, 0.2);
609
- // color: var(--text-color-caption);
610
-
611
- // .fa {
612
- // @include no-transition();
613
- // }
614
- // .fa-close {
615
- // display: none;
616
- // }
617
-
618
- // &.ui-state-focus {
619
- // background-color: rgba(0, 0, 0, 0.06);
620
- // color: var(--color-accent);
621
- // border-color: var(--color-accent);
622
- // }
623
- // }
624
-
625
- // .ui-chkbox {
626
- // margin: 0;
627
- // position: relative; // fixed scrolling issue
628
- // }
629
-
630
- // // data table
631
- // .ui-datatable {
632
- // .ui-datatable-data > tr > td.ui-editable-column {
633
- // padding: calc(var(--app-pane-padding) / 4);
634
-
635
- // &.ui-cell-editing {
636
- // padding: calc(var(--app-pane-padding) / 4);
637
-
638
- // .ui-cell-editor {
639
- // display: flex;
640
- // align-items: stretch;
641
-
642
- // input {
643
- // box-sizing: border-box;
644
- // background: var(--color-white);
645
- // padding: 4px;
646
- // border: 1px solid rgba(0, 0, 0, 0.1);
647
- // }
648
- // }
649
- // }
650
- // }
651
- // }
652
-
653
- // // tree
654
- // .ui-tree {
655
- // border: 0;
656
-
657
- // .ui-treenode.ui-treenode-leaf > .ui-treenode-content > .ui-tree-toggler {
658
- // display: none;
659
- // }
660
- // }
1
+ @import "mixins";
2
+ // basic styles for form elements
3
+
4
+ .dark {
5
+ button:not(.primary):not(.secondary) {
6
+ background-color: rgba(255, 255, 255, 0.1) !important;
7
+ }
8
+ button:not(.primary) {
9
+ color: rgba(255, 255, 255, 0.75) !important;
10
+ }
11
+
12
+ button.secondary:hover {
13
+ background-color: rgba(255, 255, 255, 0.1);
14
+ }
15
+
16
+ eo-form-input .description,
17
+ .form-field .description {
18
+ color: rgba(255, 255, 255, 0.8);
19
+ }
20
+
21
+ .form-field .ui-inputtext,
22
+ input {
23
+ color: var(--color-white);
24
+ }
25
+ .form-field.disabled {
26
+ background-color: rgba(255, 255, 255, 0.1);
27
+ }
28
+ // inner button like datepicker
29
+ .form-field button.ui-button {
30
+ background-color: rgba(255, 255, 255, 0.2);
31
+ color: var(--color-white);
32
+ }
33
+ // checkbox
34
+ .ui-chkbox .ui-chkbox-box {
35
+ background-color: rgba(255, 255, 255, 0.1);
36
+ border-color: rgba(255, 255, 255, 0.4);
37
+ color: rgba(255, 255, 255, 1);
38
+ }
39
+
40
+ .ui-inputtext {
41
+ background-color: rgba(255, 255, 255, 0);
42
+ color: var(--color-white);
43
+ }
44
+
45
+ // chips
46
+ ul.ui-autocomplete-multiple-container li.ui-autocomplete-token,
47
+ .ui-chips li.ui-chips-token {
48
+ background: rgba(255, 255, 255, 0.1);
49
+ border: 1px solid rgba(255, 255, 255, 0.4);
50
+ color: var(--color-white);
51
+
52
+ .fa {
53
+ font-size: 11px;
54
+ }
55
+ }
56
+ }
57
+
58
+ eo-form-input {
59
+
60
+ yvc-chips-list {
61
+ width: 100%;
62
+ }
63
+
64
+ .yvc-form-element[aria-disabled=true] {
65
+ background-color: transparent;
66
+ }
67
+
68
+ }
69
+ .form-element-range {
70
+ // operator select in range form elements
71
+ yvc-dropdown {
72
+ background-color: var(--panel-divider-color);
73
+ min-width: min-content;
74
+ border: 0;
75
+ cursor: pointer;
76
+ yvc-icon {
77
+ display: none;
78
+ }
79
+ }
80
+ }
81
+
82
+ input[type="number"] {
83
+ -moz-appearance: textfield;
84
+ }
85
+
86
+ input[type="number"]::-webkit-outer-spin-button,
87
+ input[type="number"]::-webkit-inner-spin-button {
88
+ -webkit-appearance: none;
89
+ margin: 0;
90
+ }
91
+
92
+ input::-ms-clear {
93
+ display: none;
94
+ }
95
+
96
+ button.spinner {
97
+ padding-right: 2em;
98
+ position: relative;
99
+
100
+ &::after {
101
+ content: " ";
102
+ position: absolute;
103
+ margin: auto;
104
+ top: calc(50% - 0.5em);
105
+ right: 0.5em;
106
+ width: 1em;
107
+ height: 1em;
108
+ display: inline-block;
109
+ background: center center no-repeat;
110
+ background-size: cover;
111
+ animation: button-spin 1s infinite;
112
+ box-sizing: border-box;
113
+ border-width: 0.17em;
114
+ border-color: currentColor currentColor currentColor transparent;
115
+
116
+ border-radius: 50%;
117
+ border-style: solid;
118
+ }
119
+
120
+ @keyframes button-spin {
121
+ 0% {
122
+ transform: rotate(0);
123
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
124
+ }
125
+ 50% {
126
+ transform: rotate(180deg);
127
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
128
+ }
129
+ to {
130
+ transform: rotate(360deg);
131
+ }
132
+ }
133
+ }
134
+
135
+ button,
136
+ a.button {
137
+ text-decoration: none;
138
+ border: 1px solid transparent;
139
+ background: rgba(0, 0, 0, 0.06);
140
+ color: var(--text-color-caption);
141
+ padding: calc(var(--app-pane-padding) / 2) var(--app-pane-padding);
142
+ cursor: pointer;
143
+ @include transition();
144
+
145
+ &:not([disabled]):not(.active):hover {
146
+ border: 1px solid var(--color-primary-3);
147
+ color: var(--text-color-caption);
148
+ background: rgba(0, 0, 0, 0.1);
149
+ }
150
+
151
+ &:not(.primary):focus {
152
+ border-radius: 2px;
153
+ border-color: var(--color-primary-3);
154
+ box-shadow: inset 0 0px 0 1px var(--color-white);
155
+ }
156
+
157
+ &.primary {
158
+ color: var(--color-white);
159
+ background: var(--color-accent);
160
+
161
+ &:not([disabled]):hover {
162
+ background: var(--color-accent-darker);
163
+ color: var(--color-white);
164
+ }
165
+
166
+ &:not([disabled]):focus {
167
+ border-radius: 2px;
168
+ box-shadow: inset 0 0px 0 1px var(--color-white);
169
+ }
170
+
171
+ &:active {
172
+ transform: translateY(1px);
173
+ }
174
+
175
+ &:not([disabled]):hover {
176
+ opacity: 0.8;
177
+ }
178
+
179
+ &.grey {
180
+ background: var(--color-primary-3);
181
+
182
+ &:not([disabled]):hover {
183
+ background: var(--color-light-gray);
184
+ }
185
+
186
+ &:not([disabled]):focus {
187
+ border-radius: 2px;
188
+ border-color: var(--color-primary-3);
189
+ box-shadow: inset 0 0px 0 1px var(--color-white);
190
+ }
191
+
192
+ &:active {
193
+ transform: translateY(1px);
194
+ }
195
+ }
196
+
197
+ &[disabled] {
198
+ opacity: 0.5;
199
+ cursor: default;
200
+ // background: var(--color-primary-3);
201
+ }
202
+ }
203
+ // button without background
204
+ &.secondary {
205
+ background-color: transparent;
206
+ &:not([disabled]):hover {
207
+ background: rgba(0, 0, 0, 0.06);
208
+ }
209
+
210
+ &:focus {
211
+ border-radius: 2px;
212
+ border-color: transparent;
213
+ box-shadow: inset 0 0px 0 1px var(--color-primary-3);
214
+ }
215
+ &:active {
216
+ transform: translateY(1px);
217
+ }
218
+ }
219
+
220
+ &[disabled] {
221
+ opacity: 0.5;
222
+ cursor: default;
223
+ }
224
+ }
225
+
226
+ .form-field {
227
+ > * {
228
+ flex: 1 1 auto;
229
+ }
230
+ .description {
231
+ color: var(--text-color-caption);
232
+ }
233
+ &.disabled {
234
+ .fe-wrapper {
235
+ padding: calc(var(--app-pane-padding) / 8);
236
+ border-radius: 2px;
237
+ background-color: rgba(0, 0, 0, 0.06);
238
+ border-color: rgba(0, 0, 0, 0.06) !important;
239
+ }
240
+ }
241
+
242
+ .ui-state-disabled {
243
+ opacity: 0.8;
244
+ }
245
+ .ui-widget:disabled {
246
+ opacity: 1;
247
+ resize: vertical;
248
+ }
249
+
250
+ button.ui-button {
251
+ background: rgba(0, 0, 0, 0.08);
252
+ border: 0;
253
+ border-radius: 2px;
254
+ color: var(--text-color-caption);
255
+ cursor: pointer;
256
+ width: 20px;
257
+ height: 20px;
258
+
259
+ &:enabled:active,
260
+ &:enabled:focus {
261
+ border: 0;
262
+ background: var(--color-accent);
263
+ color: var(--color-white);
264
+ }
265
+ &.ui-spinner-button:enabled:hover,
266
+ &:enabled:active,
267
+ &:enabled:hover {
268
+ border: 0;
269
+ background: var(--color-accent);
270
+ color: var(--color-white);
271
+ }
272
+ .fa {
273
+ color: currentColor !important;
274
+ }
275
+
276
+ eo-icon {
277
+ width: 16px;
278
+ height: 16px;
279
+ margin: auto;
280
+ }
281
+ }
282
+
283
+ input {
284
+ padding: 0;
285
+ border: 0 !important;
286
+ background: transparent !important;
287
+ color: var(--text-color-body);
288
+ display: flex;
289
+ align-items: center;
290
+ }
291
+ }
292
+
293
+ // tokens
294
+ ul.chips > li.chip {
295
+ background: rgba(0, 0, 0, 0.06);
296
+ border: 1px solid rgba(0, 0, 0, 0.1);
297
+ border-radius: 2px;
298
+ color: rgba(0, 0, 0, 0.54);
299
+ margin: 2px 2px 0 0;
300
+ display: flex;
301
+ align-items: center;
302
+ }
303
+
304
+ // chips in autocomplete
305
+ // .ui-chips-token .ui-chips-token-label,
306
+ // .ui-autocomplete-token-label {
307
+ // @include flip-style(margin-right, 2em, margin-left, 0);
308
+ // @include ellipsis();
309
+ // }
310
+
311
+ // .ui-chips-token .ui-chips-token-icon,
312
+ // .ui-autocomplete-token-icon {
313
+ // @include flip-style(right, 0.2em, left);
314
+ // @include flip-style(left, auto, right);
315
+ // margin-top: -0.45em;
316
+ // opacity: 0.5;
317
+
318
+ // &:hover {
319
+ // opacity: 1;
320
+ // }
321
+ // }
322
+
323
+ // .ui-widget-overlay {
324
+ // background: var(--color-black);
325
+ // }
326
+
327
+ // .ui-dialog .ui-dialog-content {
328
+ // background: var(--color-white);
329
+ // }
330
+
331
+ // .ui-widget-header {
332
+ // background: var(--color-white);
333
+ // }
334
+
335
+ // .ui-widget-header .ui-state-highlight,
336
+ // .ui-widget-content .ui-state-highlight,
337
+ // .ui-state-highlight {
338
+ // border: var(--color-success);
339
+ // background: var(--color-success);
340
+ // }
341
+
342
+ // .ui-corner-all {
343
+ // border-radius: 0;
344
+ // }
345
+
346
+ // .ui-widget-header .ui-state-default a,
347
+ // .ui-widget-content .ui-state-default a,
348
+ // .ui-state-default a {
349
+ // @include transition();
350
+ // color: var(--text-color-caption);
351
+ // }
352
+
353
+ // .ui-widget-header .ui-state-active a,
354
+ // .ui-widget-content .ui-state-active a,
355
+ // .ui-state-active a {
356
+ // color: var(--text-color-body);
357
+ // }
358
+
359
+ .fieldset {
360
+ margin: calc(var(--app-pane-padding) / 4) calc(var(--app-pane-padding) / 2);
361
+ padding: calc(var(--app-pane-padding) / 4);
362
+ background: rgba(0, 0, 0, 0.025);
363
+ border: 1px solid rgba(0, 0, 0, 0.1);
364
+
365
+ .dark & {
366
+ background: rgba(255, 255, 255, 0.025);
367
+ border: 1px solid rgba(255, 255, 255, 0.1);
368
+ }
369
+
370
+ .legend {
371
+ margin-bottom: calc(var(--app-pane-padding) / 2);
372
+
373
+ > span {
374
+ display: inline-block;
375
+ font-size: var(--font-hint);
376
+ border-radius: 2px;
377
+ color: var(--color-white);
378
+ background-color: rgba(0, 0, 0, 0.22);
379
+ padding: calc(var(--app-pane-padding) / 8) calc(var(--app-pane-padding) / 4);
380
+ }
381
+ }
382
+ }
383
+
384
+ .empty .ui-dropdown-trigger {
385
+ opacity: 0.3;
386
+ }
387
+
388
+ // dropdown
389
+ // .ui-dropdown {
390
+ // width: 100%;
391
+ // box-sizing: border-box;
392
+ // padding: 0;
393
+ // border: 0;
394
+ // label{
395
+ // background: transparent;
396
+ // }
397
+
398
+ // .ui-dropdown-trigger {
399
+ // display: flex;
400
+ // align-items: center;
401
+ // justify-content: center;
402
+ // width: 2em;
403
+ // border: 0;
404
+ // color: var(--text-color-caption);
405
+ // }
406
+
407
+ // .ui-dropdown-panel {
408
+ // background: var(--color-white);
409
+ // border: 0;
410
+
411
+ // .ui-dropdown-items {
412
+ // padding: 0;
413
+
414
+ // .ui-dropdown-item {
415
+ // margin: 0;
416
+ // padding: 0;
417
+
418
+ // &.ui-state-highlight {
419
+ // border: var(--color-accent);
420
+ // background: var(--color-accent);
421
+ // color: var(--color-white);
422
+ // }
423
+ // }
424
+ // .ui-dropdown-item:not(.ui-state-highlight):hover {
425
+ // background: var(--list-item-hover-background);
426
+ // }
427
+ // }
428
+ // }
429
+ // &:not(.ui-state-disabled):hover {
430
+ // background: transparent;
431
+ // border-color: var(--list-item-border-color);
432
+ // }
433
+ // }
434
+
435
+ // autocomplete
436
+ // .ui-autocomplete {
437
+ // width: 100%;
438
+
439
+ // input.ui-inputtext {
440
+ // width: 100%;
441
+ // padding: 0;
442
+ // }
443
+ // }
444
+
445
+ // // autocomplete dropdown
446
+ // .ui-widget-content.ui-autocomplete-panel {
447
+ // background: var(--color-white);
448
+ // border: 0;
449
+ // box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
450
+
451
+ // //&::-webkit-scrollbar {
452
+ // // background: $color-primary-4;
453
+ // //}
454
+
455
+ // .ui-autocomplete-list {
456
+ // padding: 0;
457
+ // }
458
+
459
+ // .ui-autocomplete-list-item {
460
+ // color: var(--text-color-caption);
461
+ // margin: 0;
462
+ // display: flex;
463
+ // align-items: center;
464
+ // @include transition();
465
+ // padding: calc(var(--app-pane-padding) / 2);
466
+
467
+ // &.ui-state-highlight {
468
+ // background: var(--list-item-hover-background);
469
+ // }
470
+ // }
471
+ // }
472
+
473
+ // ul.ui-autocomplete-multiple-container {
474
+ // display: flex;
475
+ // flex-flow: row wrap;
476
+
477
+ // li.ui-autocomplete-input-token {
478
+ // flex: 1 1 auto;
479
+ // display: flex;
480
+ // align-items: center;
481
+ // padding: 0 4px;
482
+ // margin: 2px 2px 0 0;
483
+ // }
484
+
485
+ // &.ui-inputtext {
486
+ // padding: 0;
487
+ // }
488
+ // }
489
+
490
+
491
+
492
+ // .ui-state-focus {
493
+ // box-shadow: none !important;
494
+ // }
495
+
496
+ // .ui-inputtext.ui-state-focus,
497
+ // .ui-inputtext:focus {
498
+ // box-shadow: none;
499
+ // }
500
+
501
+ // // tab styles
502
+ // .ui-tabview {
503
+ // padding: 0;
504
+
505
+ // .ui-tabview-nav li {
506
+ // margin: 0 2px 1px 0;
507
+
508
+ // a {
509
+ // padding: calc(var(--app-pane-padding) / 4) calc(var(--app-pane-padding) / 2);
510
+ // border-radius: 0;
511
+
512
+ // .ui-tabview-title {
513
+ // border-radius: 2px;
514
+ // padding: 2px calc(var(--app-pane-padding) / 4);
515
+ // }
516
+
517
+ // &:focus {
518
+ // .ui-tabview-title {
519
+ // background: rgba(0, 0, 0, 0.06) !important;
520
+ // }
521
+ // }
522
+ // }
523
+ // }
524
+ // .ui-tabview-panel {
525
+ // //padding: var(--app-pane-padding);
526
+ // padding: 0;
527
+ // }
528
+ // }
529
+
530
+ // .ui-tabview.ui-tabview-top > .ui-tabview-nav {
531
+ // padding: 0;
532
+ // display: flex;
533
+ // flex-flow: row wrap;
534
+ // border-bottom: 1px solid rgba(0, 0, 0, 0.15);
535
+
536
+ // li {
537
+ // border: 0;
538
+ // top: 0;
539
+ // box-sizing: border-box;
540
+ // border-bottom: 3px solid transparent;
541
+ // @include transition();
542
+
543
+ // &.ui-state-default {
544
+ // background: transparent;
545
+ // }
546
+
547
+ // &.ui-state-active {
548
+ // border-color: var(--color-accent);
549
+
550
+ // a {
551
+ // cursor: default;
552
+ // }
553
+ // }
554
+ // }
555
+ // > li:not(.ui-state-active):not(.ui-state-disabled):hover {
556
+ // background: transparent;
557
+ // }
558
+ // }
559
+
560
+ // // special styles for sidebar tabs
561
+ // .ui-tabview.ui-tabview-top.tab-sidebar {
562
+ // > .ui-tabview-nav li {
563
+ // &.ui-state-active {
564
+ // border-color: var(--color-white);
565
+
566
+ // a {
567
+ // color: var(--color-white);
568
+ // cursor: default;
569
+ // }
570
+ // }
571
+ // }
572
+ // .ui-tabview-panel {
573
+ // padding: 0;
574
+ // }
575
+ // }
576
+
577
+ // // datepicker
578
+ // .ui-datepicker.ui-widget {
579
+ // background: var(--color-white);
580
+
581
+ // .ui-datepicker-calendar thead th {
582
+ // background: var(--panel-background-lightgrey);
583
+ // }
584
+ // .ui-datepicker-calendar td a.ui-state-active {
585
+ // background: var(--color-accent);
586
+ // color: var(--color-white);
587
+ // }
588
+ // }
589
+
590
+ // .ui-chkbox-box.ui-state-active,
591
+ // .ui-radiobutton-box.ui-state-active {
592
+ // }
593
+
594
+ // p-tristatecheckbox {
595
+ // &.undefined {
596
+ // .ui-chkbox .ui-chkbox-box {
597
+ // border-color: transparent;
598
+ // }
599
+ // }
600
+ // }
601
+
602
+ // .ui-chkbox .ui-chkbox-box {
603
+ // background-color: rgba(0, 0, 0, 0.06);
604
+ // width: 18px;
605
+ // height: 18px;
606
+ // border-radius: 0;
607
+ // line-height: 16px;
608
+ // border: 2px solid rgba(0, 0, 0, 0.2);
609
+ // color: var(--text-color-caption);
610
+
611
+ // .fa {
612
+ // @include no-transition();
613
+ // }
614
+ // .fa-close {
615
+ // display: none;
616
+ // }
617
+
618
+ // &.ui-state-focus {
619
+ // background-color: rgba(0, 0, 0, 0.06);
620
+ // color: var(--color-accent);
621
+ // border-color: var(--color-accent);
622
+ // }
623
+ // }
624
+
625
+ // .ui-chkbox {
626
+ // margin: 0;
627
+ // position: relative; // fixed scrolling issue
628
+ // }
629
+
630
+ // // data table
631
+ // .ui-datatable {
632
+ // .ui-datatable-data > tr > td.ui-editable-column {
633
+ // padding: calc(var(--app-pane-padding) / 4);
634
+
635
+ // &.ui-cell-editing {
636
+ // padding: calc(var(--app-pane-padding) / 4);
637
+
638
+ // .ui-cell-editor {
639
+ // display: flex;
640
+ // align-items: stretch;
641
+
642
+ // input {
643
+ // box-sizing: border-box;
644
+ // background: var(--color-white);
645
+ // padding: 4px;
646
+ // border: 1px solid rgba(0, 0, 0, 0.1);
647
+ // }
648
+ // }
649
+ // }
650
+ // }
651
+ // }
652
+
653
+ // // tree
654
+ // .ui-tree {
655
+ // border: 0;
656
+
657
+ // .ui-treenode.ui-treenode-leaf > .ui-treenode-content > .ui-tree-toggler {
658
+ // display: none;
659
+ // }
660
+ // }