@eo-sdk/client 10.0.0-beta.2 → 10.0.0-beta.3

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 (168) hide show
  1. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
  2. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  3. package/app/eo-framework/app-shell/app-shell.module.d.ts +2 -1
  4. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  5. package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts.map +1 -1
  6. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +3 -1
  7. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  8. package/app/eo-framework/form-elements/date/date.component.d.ts +2 -0
  9. package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
  10. package/app/eo-framework/form-elements/date/year-range/year-range.directive.d.ts.map +1 -0
  11. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +3 -1
  12. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  13. package/app/eo-framework/form-elements/form-elements.module.d.ts +37 -39
  14. package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
  15. package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts.map +1 -1
  16. package/app/eo-framework/form-elements/index.d.ts +1 -3
  17. package/app/eo-framework/form-elements/index.d.ts.map +1 -1
  18. package/app/eo-framework/form-elements/reference/reference.component.d.ts.map +1 -1
  19. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +3 -2
  20. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts.map +1 -1
  21. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +1 -5
  22. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts.map +1 -1
  23. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +4 -7
  24. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
  25. package/app/eo-framework/grid/grid.module.d.ts +4 -3
  26. package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
  27. package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -7
  28. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  29. package/app/eo-framework/index.d.ts +0 -1
  30. package/app/eo-framework/index.d.ts.map +1 -1
  31. package/app/eo-framework/object-details/object-details.component.d.ts +2 -7
  32. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  33. package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
  34. package/app/eo-framework/object-form/object-form/object-form.component.d.ts +6 -59
  35. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  36. package/app/eo-framework/object-form/object-form-helper.service.d.ts +86 -2
  37. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  38. package/app/eo-framework/object-state-details/object-state-details.component.d.ts +3 -11
  39. package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
  40. package/app/eo-framework/plugins/plugin.component.d.ts +0 -2
  41. package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
  42. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  43. package/app/eo-framework/process/details/process-details.component.d.ts +2 -7
  44. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  45. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -7
  46. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
  47. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
  48. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  49. package/assets/_default/i18n/de.json +2 -0
  50. package/assets/_default/i18n/en.json +4 -2
  51. package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -5
  52. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  53. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
  54. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +3 -3
  55. package/esm2020/app/eo-client/login/login.component.mjs +1 -1
  56. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
  57. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  58. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
  59. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
  60. package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
  61. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
  62. package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
  63. package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
  64. package/esm2020/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
  65. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
  66. package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
  67. package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +2 -2
  68. package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
  69. package/esm2020/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
  70. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +32 -20
  71. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +8 -4
  72. package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +1 -4
  73. package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +9 -3
  74. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +9 -24
  75. package/esm2020/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +44 -0
  76. package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +2 -2
  77. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +9 -3
  78. package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +3 -13
  79. package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +7 -7
  80. package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +2 -2
  81. package/esm2020/app/eo-framework/form-elements/index.mjs +2 -4
  82. package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +1 -1
  83. package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
  84. package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -5
  85. package/esm2020/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +7 -2
  86. package/esm2020/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +9 -17
  87. package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
  88. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +9 -27
  89. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +2 -2
  90. package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +2 -2
  91. package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
  92. package/esm2020/app/eo-framework/grid/grid.module.mjs +5 -8
  93. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +8 -15
  94. package/esm2020/app/eo-framework/index.mjs +1 -2
  95. package/esm2020/app/eo-framework/media/media.component.mjs +2 -2
  96. package/esm2020/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
  97. package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
  98. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +10 -15
  99. package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +1 -2
  100. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
  101. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
  102. package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +18 -494
  103. package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
  104. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +506 -7
  105. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -27
  106. package/esm2020/app/eo-framework/plugins/plugin.component.mjs +5 -7
  107. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -4
  108. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -16
  109. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -16
  110. package/esm2020/app/eo-framework/result-list/result-list.component.mjs +1 -1
  111. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +6 -3
  112. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
  113. package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +6 -1
  114. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
  115. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  116. package/fesm2015/eo-sdk-client.mjs +3736 -4528
  117. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  118. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
  119. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  120. package/fesm2020/eo-sdk-client.mjs +3739 -4531
  121. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  122. package/package.json +4 -4
  123. package/projects/eo-sdk/core/lib/util/utils.d.ts +1 -0
  124. package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
  125. package/scss/_eo-variables.scss +68 -40
  126. package/scss/_form.scss +6 -0
  127. package/scss/_main.scss +1 -1
  128. package/scss/_theme-dark.scss +22 -0
  129. package/scss/_yuuvis-components.scss +12 -2
  130. package/styles.css +51 -24
  131. package/styles.scss +5 -10
  132. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts +0 -67
  133. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts.map +0 -1
  134. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts +0 -21
  135. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts.map +0 -1
  136. package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts +0 -33
  137. package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts.map +0 -1
  138. package/app/eo-framework/form-elements/datetime/datetime.component.d.ts +0 -51
  139. package/app/eo-framework/form-elements/datetime/datetime.component.d.ts.map +0 -1
  140. package/app/eo-framework/form-elements/datetime/year-range/year-range.directive.d.ts.map +0 -1
  141. package/app/eo-framework/tab-container/index.d.ts +0 -6
  142. package/app/eo-framework/tab-container/index.d.ts.map +0 -1
  143. package/app/eo-framework/tab-container/tab-container.component.d.ts +0 -62
  144. package/app/eo-framework/tab-container/tab-container.component.d.ts.map +0 -1
  145. package/app/eo-framework/tab-container/tab-container.module.d.ts +0 -18
  146. package/app/eo-framework/tab-container/tab-container.module.d.ts.map +0 -1
  147. package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts +0 -13
  148. package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts.map +0 -1
  149. package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts +0 -19
  150. package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts.map +0 -1
  151. package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts +0 -11
  152. package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts.map +0 -1
  153. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.mjs +0 -239
  154. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.mjs +0 -2
  155. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.mjs +0 -109
  156. package/esm2020/app/eo-framework/form-elements/datetime/datetime.component.mjs +0 -142
  157. package/esm2020/app/eo-framework/form-elements/datetime/year-range/year-range.directive.mjs +0 -44
  158. package/esm2020/app/eo-framework/tab-container/index.mjs +0 -6
  159. package/esm2020/app/eo-framework/tab-container/tab-container.component.mjs +0 -184
  160. package/esm2020/app/eo-framework/tab-container/tab-container.module.mjs +0 -47
  161. package/esm2020/app/eo-framework/tab-container/tab-panel/tab-panel.component.mjs +0 -26
  162. package/esm2020/app/eo-framework/tab-container/tab-view/tab-view.component.mjs +0 -61
  163. package/esm2020/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.mjs +0 -25
  164. package/scss/_eo-inverted.scss +0 -73
  165. package/scss/_eo-pink-theme.scss +0 -73
  166. package/scss/_eo-theme.scss +0 -81
  167. package/scss/_eo-vars.scss +0 -3
  168. /package/app/eo-framework/form-elements/{datetime → date}/year-range/year-range.directive.d.ts +0 -0
@@ -1,61 +0,0 @@
1
- import { Component, EventEmitter, Input, Output, QueryList, ViewChild } from '@angular/core';
2
- import { TabView } from 'primeng/tabview';
3
- import { transferArrayItem } from '@angular/cdk/drag-drop';
4
- import * as i0 from "@angular/core";
5
- export class TabViewComponent extends TabView {
6
- constructor() {
7
- super(...arguments);
8
- this.viewTabPanels = new QueryList();
9
- this.onSort = new EventEmitter();
10
- this.onTabSwitch = new EventEmitter();
11
- this.dndEnabled = true;
12
- }
13
- getCurrentOrder() {
14
- // return this.tabs.map(t => (t as TabPanelComponent).id);
15
- }
16
- initTabs() {
17
- this.tabPanels = this.viewTabPanels;
18
- super.initTabs();
19
- }
20
- onHeaderDrop(event) {
21
- transferArrayItem(event.previousContainer.data, event.container.data, event.previousIndex, event.currentIndex);
22
- if (event.container.id !== event.previousContainer.id) {
23
- this.onDragDataChange(event.item.data);
24
- }
25
- else {
26
- this.onDragDataIndexChange(event.item.data);
27
- }
28
- }
29
- onDragDataIndexChange(tab) {
30
- this.open(null, tab);
31
- this.onSort.emit(tab);
32
- }
33
- onDragDataChange(tab, emit = true) {
34
- this.panels.nativeElement.appendChild(tab.el.nativeElement);
35
- if (emit) {
36
- if (tab.selected || this.tabs.length === 1) {
37
- this.tabs.forEach(t => t.selected = t === tab);
38
- }
39
- // this.onSort.emit(tab);
40
- this.onTabSwitch.emit(tab);
41
- }
42
- }
43
- }
44
- TabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: TabViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
45
- TabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", type: TabViewComponent, selector: "eo-tab-view", inputs: { viewTabPanels: "viewTabPanels", dndEnabled: "dndEnabled" }, outputs: { onSort: "onSort", onTabSwitch: "onTabSwitch" }, viewQueries: [{ propertyName: "panels", first: true, predicate: ["panels"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<!-- <div [ngClass]=\"'ui-tabview ui-widget ui-widget-content ui-corner-all ui-tabview-' + orientation\" [ngStyle]=\"style\" [class]=\"styleClass\">\n <eo-tab-view-nav role=\"tablist\"\n *ngIf=\"orientation!='bottom'\"\n [style.minHeight.px]=\"30\"\n [tabs]=\"tabs\"\n [orientation]=\"orientation\"\n (onTabClick)=\"open($event.originalEvent, $event.tab)\"\n (onTabCloseClick)=\"close($event.originalEvent, $event.tab)\"\n \n [dndEnabled]=\"dndEnabled\"\n (onHeaderDrop)=\"dndEnabled && onHeaderDrop($event)\">\n </eo-tab-view-nav>\n <div class=\"ui-tabview-panels\" #panels>\n <ng-content></ng-content>\n </div>\n</div> -->\n", styles: [":host{height:100%}:host .ui-tabview{background:transparent;height:100%;display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}:host .ui-tabview .ui-tabview-nav{background:var(--color-white)}:host .ui-tabview .ui-tabview-panels{flex:1;position:relative}:host ::ng-deep eo-tab-view{display:block}\n"] });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: TabViewComponent, decorators: [{
47
- type: Component,
48
- args: [{ selector: 'eo-tab-view', template: "<!-- <div [ngClass]=\"'ui-tabview ui-widget ui-widget-content ui-corner-all ui-tabview-' + orientation\" [ngStyle]=\"style\" [class]=\"styleClass\">\n <eo-tab-view-nav role=\"tablist\"\n *ngIf=\"orientation!='bottom'\"\n [style.minHeight.px]=\"30\"\n [tabs]=\"tabs\"\n [orientation]=\"orientation\"\n (onTabClick)=\"open($event.originalEvent, $event.tab)\"\n (onTabCloseClick)=\"close($event.originalEvent, $event.tab)\"\n \n [dndEnabled]=\"dndEnabled\"\n (onHeaderDrop)=\"dndEnabled && onHeaderDrop($event)\">\n </eo-tab-view-nav>\n <div class=\"ui-tabview-panels\" #panels>\n <ng-content></ng-content>\n </div>\n</div> -->\n", styles: [":host{height:100%}:host .ui-tabview{background:transparent;height:100%;display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}:host .ui-tabview .ui-tabview-nav{background:var(--color-white)}:host .ui-tabview .ui-tabview-panels{flex:1;position:relative}:host ::ng-deep eo-tab-view{display:block}\n"] }]
49
- }], propDecorators: { viewTabPanels: [{
50
- type: Input
51
- }], onSort: [{
52
- type: Output
53
- }], onTabSwitch: [{
54
- type: Output
55
- }], dndEnabled: [{
56
- type: Input
57
- }], panels: [{
58
- type: ViewChild,
59
- args: ['panels']
60
- }] } });
61
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLXZpZXcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9lby1mcmFtZXdvcmsvdGFiLWNvbnRhaW5lci90YWItdmlldy90YWItdmlldy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay90YWItY29udGFpbmVyL3RhYi12aWV3L3RhYi12aWV3LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLFNBQVMsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2RyxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFFeEMsT0FBTyxFQUFlLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBT3hFLE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxPQUFPO0lBTDdDOztRQU9XLGtCQUFhLEdBQUcsSUFBSSxTQUFTLEVBQU8sQ0FBQztRQUNwQyxXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUM1QixnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFDbEMsZUFBVSxHQUFHLElBQUksQ0FBQztLQXVDNUI7SUFuQ0MsZUFBZTtRQUNiLDBEQUEwRDtJQUM1RCxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQztRQUNwQyxLQUFLLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkIsQ0FBQztJQUVELFlBQVksQ0FBQyxLQUF1QjtRQUNsQyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxTQUFTLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQyxhQUFhLEVBQUUsS0FBSyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBRS9HLElBQUcsS0FBSyxDQUFDLFNBQVMsQ0FBQyxFQUFFLEtBQUssS0FBSyxDQUFDLGlCQUFpQixDQUFDLEVBQUUsRUFBRTtZQUNwRCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUN4QzthQUFNO1lBQ0wsSUFBSSxDQUFDLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDN0M7SUFDSCxDQUFDO0lBRUQscUJBQXFCLENBQUMsR0FBRztRQUN2QixJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxHQUFHLENBQUMsQ0FBQztRQUNyQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUN4QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsR0FBRyxFQUFFLElBQUksR0FBRyxJQUFJO1FBQy9CLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBRTVELElBQUksSUFBSSxFQUFFO1lBQ1IsSUFBSSxHQUFHLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBRTtnQkFDMUMsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxHQUFHLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQzthQUNoRDtZQUNELHlCQUF5QjtZQUN6QixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztTQUM1QjtJQUNILENBQUM7OzZHQTNDVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQiw2U0NWN0IsNnhCQWdCQTsyRkROYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0UsYUFBYTs4QkFNZCxhQUFhO3NCQUFyQixLQUFLO2dCQUNJLE1BQU07c0JBQWYsTUFBTTtnQkFDRyxXQUFXO3NCQUFwQixNQUFNO2dCQUNFLFVBQVU7c0JBQWxCLEtBQUs7Z0JBRWUsTUFBTTtzQkFBMUIsU0FBUzt1QkFBQyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgUXVlcnlMaXN0LCBWaWV3Q2hpbGR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtUYWJWaWV3fSBmcm9tICdwcmltZW5nL3RhYnZpZXcnO1xuaW1wb3J0IHtUYWJQYW5lbENvbXBvbmVudH0gZnJvbSAnLi8uLi90YWItcGFuZWwvdGFiLXBhbmVsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDZGtEcmFnRHJvcCwgdHJhbnNmZXJBcnJheUl0ZW0gfSBmcm9tICdAYW5ndWxhci9jZGsvZHJhZy1kcm9wJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZW8tdGFiLXZpZXcnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFiLXZpZXcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90YWItdmlldy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIFRhYlZpZXdDb21wb25lbnQgZXh0ZW5kcyBUYWJWaWV3IHtcblxuICBASW5wdXQoKSB2aWV3VGFiUGFuZWxzID0gbmV3IFF1ZXJ5TGlzdDxhbnk+KCk7XG4gIEBPdXRwdXQoKSBvblNvcnQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBvblRhYlN3aXRjaCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQElucHV0KCkgZG5kRW5hYmxlZCA9IHRydWU7XG5cbiAgQFZpZXdDaGlsZCgncGFuZWxzJykgcGFuZWxzOiBFbGVtZW50UmVmO1xuXG4gIGdldEN1cnJlbnRPcmRlcigpIHtcbiAgICAvLyByZXR1cm4gdGhpcy50YWJzLm1hcCh0ID0+ICh0IGFzIFRhYlBhbmVsQ29tcG9uZW50KS5pZCk7XG4gIH1cblxuICBpbml0VGFicygpIHtcbiAgICB0aGlzLnRhYlBhbmVscyA9IHRoaXMudmlld1RhYlBhbmVscztcbiAgICBzdXBlci5pbml0VGFicygpO1xuICB9XG5cbiAgb25IZWFkZXJEcm9wKGV2ZW50OiBDZGtEcmFnRHJvcDxhbnk+KSB7ICAgIFxuICAgIHRyYW5zZmVyQXJyYXlJdGVtKGV2ZW50LnByZXZpb3VzQ29udGFpbmVyLmRhdGEsIGV2ZW50LmNvbnRhaW5lci5kYXRhLCBldmVudC5wcmV2aW91c0luZGV4LCBldmVudC5jdXJyZW50SW5kZXgpO1xuXG4gICAgaWYoZXZlbnQuY29udGFpbmVyLmlkICE9PSBldmVudC5wcmV2aW91c0NvbnRhaW5lci5pZCkge1xuICAgICAgdGhpcy5vbkRyYWdEYXRhQ2hhbmdlKGV2ZW50Lml0ZW0uZGF0YSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMub25EcmFnRGF0YUluZGV4Q2hhbmdlKGV2ZW50Lml0ZW0uZGF0YSk7XG4gICAgfVxuICB9XG5cbiAgb25EcmFnRGF0YUluZGV4Q2hhbmdlKHRhYikge1xuICAgIHRoaXMub3BlbihudWxsLCB0YWIpO1xuICAgIHRoaXMub25Tb3J0LmVtaXQodGFiKTtcbiAgfVxuXG4gIG9uRHJhZ0RhdGFDaGFuZ2UodGFiLCBlbWl0ID0gdHJ1ZSkge1xuICAgIHRoaXMucGFuZWxzLm5hdGl2ZUVsZW1lbnQuYXBwZW5kQ2hpbGQodGFiLmVsLm5hdGl2ZUVsZW1lbnQpO1xuXG4gICAgaWYgKGVtaXQpIHtcbiAgICAgIGlmICh0YWIuc2VsZWN0ZWQgfHwgdGhpcy50YWJzLmxlbmd0aCA9PT0gMSkge1xuICAgICAgICB0aGlzLnRhYnMuZm9yRWFjaCh0ID0+IHQuc2VsZWN0ZWQgPSB0ID09PSB0YWIpO1xuICAgICAgfVxuICAgICAgLy8gdGhpcy5vblNvcnQuZW1pdCh0YWIpO1xuICAgICAgdGhpcy5vblRhYlN3aXRjaC5lbWl0KHRhYik7XG4gICAgfVxuICB9XG59XG4iLCI8IS0tIDxkaXYgW25nQ2xhc3NdPVwiJ3VpLXRhYnZpZXcgdWktd2lkZ2V0IHVpLXdpZGdldC1jb250ZW50IHVpLWNvcm5lci1hbGwgdWktdGFidmlldy0nICsgb3JpZW50YXRpb25cIiBbbmdTdHlsZV09XCJzdHlsZVwiIFtjbGFzc109XCJzdHlsZUNsYXNzXCI+XG4gIDxlby10YWItdmlldy1uYXYgcm9sZT1cInRhYmxpc3RcIlxuICAgICAgICAgICAgICAgICAgICpuZ0lmPVwib3JpZW50YXRpb24hPSdib3R0b20nXCJcbiAgICAgICAgICAgICAgICAgICBbc3R5bGUubWluSGVpZ2h0LnB4XT1cIjMwXCJcbiAgICAgICAgICAgICAgICAgICBbdGFic109XCJ0YWJzXCJcbiAgICAgICAgICAgICAgICAgICBbb3JpZW50YXRpb25dPVwib3JpZW50YXRpb25cIlxuICAgICAgICAgICAgICAgICAgIChvblRhYkNsaWNrKT1cIm9wZW4oJGV2ZW50Lm9yaWdpbmFsRXZlbnQsICRldmVudC50YWIpXCJcbiAgICAgICAgICAgICAgICAgICAob25UYWJDbG9zZUNsaWNrKT1cImNsb3NlKCRldmVudC5vcmlnaW5hbEV2ZW50LCAkZXZlbnQudGFiKVwiXG4gICAgICAgICAgICAgICAgICAgXG4gICAgICAgICAgICAgICAgICAgW2RuZEVuYWJsZWRdPVwiZG5kRW5hYmxlZFwiXG4gICAgICAgICAgICAgICAgICAgKG9uSGVhZGVyRHJvcCk9XCJkbmRFbmFibGVkICYmIG9uSGVhZGVyRHJvcCgkZXZlbnQpXCI+XG4gIDwvZW8tdGFiLXZpZXctbmF2PlxuICA8ZGl2IGNsYXNzPVwidWktdGFidmlldy1wYW5lbHNcIiAjcGFuZWxzPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj4gLS0+XG4iXX0=
@@ -1,25 +0,0 @@
1
- import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- // import {TabViewNav} from 'primeng/';
4
- export class TabViewNavComponent {
5
- constructor() {
6
- this.classes = 'ui-tabview-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all';
7
- this.dndEnabled = true;
8
- this.onHeaderDrop = new EventEmitter();
9
- this.tabs = [];
10
- }
11
- }
12
- TabViewNavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: TabViewNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- TabViewNavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", type: TabViewNavComponent, selector: "eo-tab-view-nav", inputs: { dndEnabled: "dndEnabled" }, outputs: { onHeaderDrop: "onHeaderDrop" }, host: { properties: { "class": "this.classes" } }, ngImport: i0, template: "<!-- <div cdkDropList cdkDropListOrientation=\"horizontal\" [cdkDropListData]=\"tabs\" (cdkDropListDropped)=\"onHeaderDrop.emit($event)\">\n <ng-template ngFor let-tab [ngForOf]=\"tabs\">\n <li cdkDrag [cdkDragData]=\"tab\" [cdkDragDisabled]=\"!dndEnabled\" [class]=\"getDefaultHeaderClass(tab)\" [ngStyle]=\"tab.headerStyle\" role=\"presentation\"\n [ngClass]=\"{'ui-tabview-selected ui-state-active': tab.selected, 'ui-state-disabled': tab.disabled}\"\n (click)=\"clickTab($event,tab)\" *ngIf=\"!tab.closed\">\n <a [attr.id]=\"tab.id + '-label'\" href=\"#\" role=\"tab\" [attr.aria-selected]=\"tab.selected\" [attr.aria-controls]=\"tab.id\">\n <span class=\"ui-tabview-left-icon fa\" [ngClass]=\"tab.leftIcon\" *ngIf=\"tab.leftIcon\"></span>\n <span class=\"ui-tabview-title\">{{tab.header}}</span>\n <span class=\"ui-tabview-right-icon fa\" [ngClass]=\"tab.rightIcon\" *ngIf=\"tab.rightIcon\"></span>\n </a>\n <span *ngIf=\"tab.closable\" class=\"ui-tabview-close pi pi-times\" (click)=\"clickClose($event,tab)\"></span>\n </li>\n </ng-template>\n</div> -->", styles: [".cdk-drop-list{width:100%;flex-wrap:wrap;overflow:auto hidden;display:flex;margin-right:30px}.cdk-drop-list::-webkit-scrollbar{height:0}.cdk-drag{cursor:pointer}.cdk-drag a{pointer-events:none}.cdk-drag-preview{opacity:.3;list-style:none;border:none}.cdk-drag-placeholder{opacity:.7;list-style:none;border:none}.cdk-drop-list-dragging .cdk-drag{cursor:move;transition:transform .25s cubic-bezier(0,0,.2,1)}.cdk-drag-animating{transition:transform .3s cubic-bezier(0,0,.2,1)}\n"] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: TabViewNavComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'eo-tab-view-nav', template: "<!-- <div cdkDropList cdkDropListOrientation=\"horizontal\" [cdkDropListData]=\"tabs\" (cdkDropListDropped)=\"onHeaderDrop.emit($event)\">\n <ng-template ngFor let-tab [ngForOf]=\"tabs\">\n <li cdkDrag [cdkDragData]=\"tab\" [cdkDragDisabled]=\"!dndEnabled\" [class]=\"getDefaultHeaderClass(tab)\" [ngStyle]=\"tab.headerStyle\" role=\"presentation\"\n [ngClass]=\"{'ui-tabview-selected ui-state-active': tab.selected, 'ui-state-disabled': tab.disabled}\"\n (click)=\"clickTab($event,tab)\" *ngIf=\"!tab.closed\">\n <a [attr.id]=\"tab.id + '-label'\" href=\"#\" role=\"tab\" [attr.aria-selected]=\"tab.selected\" [attr.aria-controls]=\"tab.id\">\n <span class=\"ui-tabview-left-icon fa\" [ngClass]=\"tab.leftIcon\" *ngIf=\"tab.leftIcon\"></span>\n <span class=\"ui-tabview-title\">{{tab.header}}</span>\n <span class=\"ui-tabview-right-icon fa\" [ngClass]=\"tab.rightIcon\" *ngIf=\"tab.rightIcon\"></span>\n </a>\n <span *ngIf=\"tab.closable\" class=\"ui-tabview-close pi pi-times\" (click)=\"clickClose($event,tab)\"></span>\n </li>\n </ng-template>\n</div> -->", styles: [".cdk-drop-list{width:100%;flex-wrap:wrap;overflow:auto hidden;display:flex;margin-right:30px}.cdk-drop-list::-webkit-scrollbar{height:0}.cdk-drag{cursor:pointer}.cdk-drag a{pointer-events:none}.cdk-drag-preview{opacity:.3;list-style:none;border:none}.cdk-drag-placeholder{opacity:.7;list-style:none;border:none}.cdk-drop-list-dragging .cdk-drag{cursor:move;transition:transform .25s cubic-bezier(0,0,.2,1)}.cdk-drag-animating{transition:transform .3s cubic-bezier(0,0,.2,1)}\n"] }]
17
- }], propDecorators: { classes: [{
18
- type: HostBinding,
19
- args: ['class']
20
- }], dndEnabled: [{
21
- type: Input
22
- }], onHeaderDrop: [{
23
- type: Output
24
- }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLXZpZXctbmF2LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvZW8tZnJhbWV3b3JrL3RhYi1jb250YWluZXIvdGFiLXZpZXctbmF2L3RhYi12aWV3LW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay90YWItY29udGFpbmVyL3RhYi12aWV3LW5hdi90YWItdmlldy1uYXYuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBQ2xGLHVDQUF1QztBQU12QyxNQUFNLE9BQU8sbUJBQW1CO0lBTGhDO1FBT3dCLFlBQU8sR0FBRyxrRkFBa0YsQ0FBQztRQUUxRyxlQUFVLEdBQUcsSUFBSSxDQUFDO1FBRWpCLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUU1QyxTQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1Y7O2dIQVRZLG1CQUFtQjtvR0FBbkIsbUJBQW1CLDJMQ1BoQyxzcENBYVU7MkZETkcsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGlCQUFpQjs4QkFNTCxPQUFPO3NCQUE1QixXQUFXO3VCQUFDLE9BQU87Z0JBRVgsVUFBVTtzQkFBbEIsS0FBSztnQkFFSSxZQUFZO3NCQUFyQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIElucHV0LCBPdXRwdXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuLy8gaW1wb3J0IHtUYWJWaWV3TmF2fSBmcm9tICdwcmltZW5nLyc7XG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdlby10YWItdmlldy1uYXYnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFiLXZpZXctbmF2LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGFiLXZpZXctbmF2LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgVGFiVmlld05hdkNvbXBvbmVudCB7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIGNsYXNzZXMgPSAndWktdGFidmlldy1uYXYgdWktaGVscGVyLXJlc2V0IHVpLWhlbHBlci1jbGVhcmZpeCB1aS13aWRnZXQtaGVhZGVyIHVpLWNvcm5lci1hbGwnO1xuXG4gIEBJbnB1dCgpIGRuZEVuYWJsZWQgPSB0cnVlO1xuXG4gIEBPdXRwdXQoKSBvbkhlYWRlckRyb3AgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgdGFicyA9IFtdXG59XG4iLCI8IS0tIDxkaXYgY2RrRHJvcExpc3QgY2RrRHJvcExpc3RPcmllbnRhdGlvbj1cImhvcml6b250YWxcIiBbY2RrRHJvcExpc3REYXRhXT1cInRhYnNcIiAoY2RrRHJvcExpc3REcm9wcGVkKT1cIm9uSGVhZGVyRHJvcC5lbWl0KCRldmVudClcIj5cbiAgPG5nLXRlbXBsYXRlIG5nRm9yIGxldC10YWIgW25nRm9yT2ZdPVwidGFic1wiPlxuICAgICAgICA8bGkgY2RrRHJhZyBbY2RrRHJhZ0RhdGFdPVwidGFiXCIgW2Nka0RyYWdEaXNhYmxlZF09XCIhZG5kRW5hYmxlZFwiIFtjbGFzc109XCJnZXREZWZhdWx0SGVhZGVyQ2xhc3ModGFiKVwiIFtuZ1N0eWxlXT1cInRhYi5oZWFkZXJTdHlsZVwiIHJvbGU9XCJwcmVzZW50YXRpb25cIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwieyd1aS10YWJ2aWV3LXNlbGVjdGVkIHVpLXN0YXRlLWFjdGl2ZSc6IHRhYi5zZWxlY3RlZCwgJ3VpLXN0YXRlLWRpc2FibGVkJzogdGFiLmRpc2FibGVkfVwiXG4gICAgICAgICAgICAoY2xpY2spPVwiY2xpY2tUYWIoJGV2ZW50LHRhYilcIiAqbmdJZj1cIiF0YWIuY2xvc2VkXCI+XG4gICAgICAgICAgICA8YSBbYXR0ci5pZF09XCJ0YWIuaWQgKyAnLWxhYmVsJ1wiIGhyZWY9XCIjXCIgcm9sZT1cInRhYlwiIFthdHRyLmFyaWEtc2VsZWN0ZWRdPVwidGFiLnNlbGVjdGVkXCIgW2F0dHIuYXJpYS1jb250cm9sc109XCJ0YWIuaWRcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInVpLXRhYnZpZXctbGVmdC1pY29uIGZhXCIgW25nQ2xhc3NdPVwidGFiLmxlZnRJY29uXCIgKm5nSWY9XCJ0YWIubGVmdEljb25cIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ1aS10YWJ2aWV3LXRpdGxlXCI+e3t0YWIuaGVhZGVyfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ1aS10YWJ2aWV3LXJpZ2h0LWljb24gZmFcIiBbbmdDbGFzc109XCJ0YWIucmlnaHRJY29uXCIgKm5nSWY9XCJ0YWIucmlnaHRJY29uXCI+PC9zcGFuPlxuICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwidGFiLmNsb3NhYmxlXCIgY2xhc3M9XCJ1aS10YWJ2aWV3LWNsb3NlIHBpIHBpLXRpbWVzXCIgKGNsaWNrKT1cImNsaWNrQ2xvc2UoJGV2ZW50LHRhYilcIj48L3NwYW4+XG4gICAgICA8L2xpPlxuICA8L25nLXRlbXBsYXRlPlxuPC9kaXY+IC0tPiJdfQ==
@@ -1,73 +0,0 @@
1
- $main: (
2
- background: #1a1a1a, // applications main background color
3
- background-light: #111111 // a lighter version of the main background color
4
- );
5
-
6
- $colors: (
7
- white: #000,
8
- white-rgb: "0, 0, 0",
9
- black: #fff,
10
- black-rgb: "255, 255, 255",
11
- primary: pink, // used as application bar background
12
- primary-2: #928d89, // light version of the primary color
13
- primary-3: #6e6a67, // lighter version of the primary color
14
- primary-4: #494644,
15
- primary-rgb: "183, 176, 171",
16
- accent: #44c0a5,
17
- error: #12aa9b,
18
- success: #6542e1,
19
- warning: #0c6dff,
20
- favorite: #003ef8,
21
- dirty-background: #14082d,
22
- dirty-font: #7052e3
23
- );
24
-
25
- $fonts: (
26
- hint: 11px,
27
- caption: 12px,
28
- body: 13px,
29
- subhead: 15px,
30
- title: 20px,
31
- headline: 24px,
32
- display: 34px,
33
- weight-light: 300,
34
- weight-normal: 400,
35
- weight-medium: 500,
36
- weight-bold: 700
37
- );
38
-
39
- $panels: (
40
- background: #000, // background color of the apps content panels
41
- background-grey: #0b0b0b, // background color of sub-areas of one content panel
42
- background-lightgrey: #050505, // lighter background color of sub-areas of one content panel
43
- header-border-bottom-color: rgba(255, 255, 255, 0.12) // color for separating the sections (head, body, footer) of a panel
44
- );
45
-
46
- $list-items: (
47
- hover-background: #111,
48
- selected-background: #f5f5f5,
49
- border-color: rgba(255, 255, 255, 0.12)
50
- );
51
-
52
- $text-colors: (
53
- body: rgba(255, 255, 255, 0.87), // main text color
54
- caption: rgba(255, 255, 255, 0.54), // lighter version of the main text color
55
- hint: rgba(255, 255, 255, 0.26), // brightest text color for e.g. hints
56
- accent: var(--color-accent)
57
- );
58
-
59
- $states: (
60
- green: #743cb5,
61
- orange: #003ef8,
62
- purple: #63d84f
63
- );
64
-
65
- $app: (
66
- pane-padding: 16px,
67
- bar-height: 64px,
68
- pane-header-height: 140px, // height of an app panes (list etc.) header
69
- split-pane-divider-size: --app-pane-padding,
70
- app-default-transition-duration: 2000ms
71
- );
72
-
73
- @import "eo-variables";
@@ -1,73 +0,0 @@
1
- $main: (
2
- background: #e5e5e5, // applications main background color
3
- background-light: #eeeeee // a lighter version of the main background color
4
- );
5
-
6
- $colors: (
7
- white: #fff,
8
- white-rgb: "255, 255, 255",
9
- black: #000,
10
- black-rgb: "0, 0, 0",
11
- primary: pink, // used as application bar background
12
- primary-rgb: "255, 105, 180",
13
- primary-2: hotpink, // light version of the primary color
14
- primary-3: pink, // lighter version of the primary color
15
- primary-4: hotpink,
16
- accent: pink,
17
- error: pink,
18
- success: pink,
19
- warning: pink,
20
- favorite: pink,
21
- dirty-background: pink,
22
- dirty-font: pink
23
- );
24
-
25
- $fonts: (
26
- hint: 11px,
27
- caption: 12px,
28
- body: 13px,
29
- subhead: 15px,
30
- title: 20px,
31
- headline: 24px,
32
- display: 34px,
33
- weight-light: 300,
34
- weight-normal: 400,
35
- weight-medium: 500,
36
- weight-bold: 700
37
- );
38
-
39
- $panels: (
40
- background: pink, // background color of the apps content panels
41
- background-grey: deeppink, // background color of sub-areas of one content panel
42
- background-lightgrey: pink, // lighter background color of sub-areas of one content panel
43
- header-border-bottom-color: rgba(0, 0, 0, .12) // color for separating the sections (head, body, footer) of a panel
44
- );
45
-
46
- $list-items: (
47
- hover-background: pink,
48
- selected-background: pink,
49
- border-color: rgba(0, 0, 0, .12)
50
- );
51
-
52
- $text-colors: (
53
- body: rgba(0, 0, 0, .87), // main text color
54
- caption: rgba(0, 0, 0, .54), // lighter version of the main text color
55
- hint: rgba(0, 0, 0, .26), // brightest text color for e.g. hints
56
- accent: var(--color-accent)
57
- );
58
-
59
- $states: (
60
- green: deeppink,
61
- orange: pink,
62
- purple: hotpink
63
- );
64
-
65
- $app: (
66
- pane-padding: 16px,
67
- bar-height: 64px,
68
- pane-header-height: 140px, // height of an app panes (list etc.) header
69
- split-pane-divider-size: --app-pane-padding,
70
- app-default-transition-duration: 2000ms
71
- );
72
-
73
- @import "eo-variables";
@@ -1,81 +0,0 @@
1
- $main: (
2
- background: #e5e5e5, // applications main background color
3
- background-light: #eeeeee // a lighter version of the main background color
4
- );
5
-
6
- $colors: (
7
- white: #fff,
8
- white-rgb: "255, 255, 255",
9
- black: #000,
10
- black-rgb: "0, 0, 0",
11
- light-gray: #9b9fa2,
12
- light-blue: #00b0e8,
13
- white-smoke: #f4f4f4,
14
- gainsboro: #d9d9d9,
15
- nobel: #999999,
16
- primary: #484f54, // used as application bar background
17
- primary-2: #6d7276, // light version of the primary color
18
- primary-3: #919598, // lighter version of the primary color
19
- primary-4: #b6b9bb,
20
- primary-rgb: "72, 79, 84",
21
- accent-rgb: "196, 34, 122",
22
- accent: #c4227a,
23
- accent-light: #cf4a92,
24
- accent-darker: #e08cba,
25
- error: #ed5564,
26
- success: #9abd1e,
27
- warning: #f39200,
28
- favorite: #FFC107,
29
- dirty-background: #ebf7d2,
30
- dirty-font: #8fad1c
31
- );
32
-
33
- $fonts: (
34
- hint: 11px,
35
- caption: 12px,
36
- body: 13px,
37
- subhead: 15px,
38
- title: 20px,
39
- headline: 24px,
40
- display: 34px,
41
- weight-light: 300,
42
- weight-normal: 400,
43
- weight-medium: 500,
44
- weight-bold: 700
45
- );
46
-
47
- $panels: (
48
- background: #fff, // background color of the apps content panels
49
- background-grey: #f4f4f4, // background color of sub-areas of one content panel
50
- background-lightgrey: #fafafa, // lighter background color of sub-areas of one content panel
51
- header-border-bottom-color: rgba(0, 0, 0, .12) // color for separating the sections (head, body, footer) of a panel
52
- );
53
-
54
- $list-items: (
55
- hover-background: #eee,
56
- selected-background: #f5f5f5,
57
- border-color: rgba(0, 0, 0, .12)
58
- );
59
-
60
- $text-colors: (
61
- body: rgba(0, 0, 0, .87), // main text color
62
- caption: rgba(0, 0, 0, .54), // lighter version of the main text color
63
- hint: rgba(0, 0, 0, .26), // brightest text color for e.g. hints
64
- accent: var(--color-accent)
65
- );
66
-
67
- $states: (
68
- green: #8BC34A,
69
- orange: #FFC107,
70
- purple: #9C27B0
71
- );
72
-
73
- $app: (
74
- pane-padding: 16px,
75
- bar-height: 64px,
76
- pane-header-height: 140px, // height of an app panes (list etc.) header
77
- split-pane-divider-size: --app-pane-padding,
78
- default-transition-duration: 200ms
79
- );
80
-
81
- @import "eo-variables";
@@ -1,3 +0,0 @@
1
- :root {
2
- --color-accent-tone: #fff;
3
- }