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

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 (176) hide show
  1. package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
  2. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
  3. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  4. package/app/eo-framework/app-shell/app-shell.module.d.ts +2 -1
  5. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  6. package/app/eo-framework/eo-framework.module.d.ts +26 -29
  7. package/app/eo-framework/eo-framework.module.d.ts.map +1 -1
  8. package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts.map +1 -1
  9. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +3 -1
  10. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  11. package/app/eo-framework/form-elements/date/date.component.d.ts +2 -0
  12. package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
  13. package/app/eo-framework/form-elements/date/year-range/year-range.directive.d.ts.map +1 -0
  14. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +3 -1
  15. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  16. package/app/eo-framework/form-elements/form-elements.module.d.ts +37 -39
  17. package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
  18. package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts.map +1 -1
  19. package/app/eo-framework/form-elements/index.d.ts +1 -3
  20. package/app/eo-framework/form-elements/index.d.ts.map +1 -1
  21. package/app/eo-framework/form-elements/reference/reference.component.d.ts.map +1 -1
  22. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +3 -2
  23. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts.map +1 -1
  24. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +1 -5
  25. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts.map +1 -1
  26. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +4 -7
  27. package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
  28. package/app/eo-framework/grid/grid.module.d.ts +4 -3
  29. package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
  30. package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -7
  31. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  32. package/app/eo-framework/index.d.ts +0 -1
  33. package/app/eo-framework/index.d.ts.map +1 -1
  34. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  35. package/app/eo-framework/object-details/object-details.component.d.ts +2 -7
  36. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  37. package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
  38. package/app/eo-framework/object-form/object-form/object-form.component.d.ts +6 -59
  39. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  40. package/app/eo-framework/object-form/object-form-helper.service.d.ts +86 -2
  41. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  42. package/app/eo-framework/object-state-details/object-state-details.component.d.ts +3 -11
  43. package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
  44. package/app/eo-framework/plugins/plugin.component.d.ts +0 -2
  45. package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
  46. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  47. package/app/eo-framework/process/details/process-details.component.d.ts +2 -7
  48. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  49. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -7
  50. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
  51. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
  52. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  53. package/assets/_default/i18n/de.json +2 -0
  54. package/assets/_default/i18n/en.json +4 -2
  55. package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -5
  56. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  57. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
  58. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +3 -3
  59. package/esm2020/app/eo-client/login/login.component.mjs +5 -6
  60. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
  61. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +4 -4
  62. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
  63. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +6 -8
  64. package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
  65. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +4 -4
  66. package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
  67. package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
  68. package/esm2020/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
  69. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
  70. package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
  71. package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +2 -2
  72. package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
  73. package/esm2020/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
  74. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +32 -20
  75. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +8 -4
  76. package/esm2020/app/eo-framework/eo-framework.module.mjs +3 -36
  77. package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +1 -4
  78. package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +9 -3
  79. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +9 -24
  80. package/esm2020/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +44 -0
  81. package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +2 -2
  82. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +9 -3
  83. package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +3 -13
  84. package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +11 -12
  85. package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +2 -2
  86. package/esm2020/app/eo-framework/form-elements/index.mjs +2 -4
  87. package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +2 -2
  88. package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
  89. package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -5
  90. package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
  91. package/esm2020/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +8 -3
  92. package/esm2020/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +9 -17
  93. package/esm2020/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
  94. package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
  95. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +9 -27
  96. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +2 -2
  97. package/esm2020/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
  98. package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +2 -2
  99. package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
  100. package/esm2020/app/eo-framework/grid/grid.module.mjs +5 -8
  101. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +8 -15
  102. package/esm2020/app/eo-framework/index.mjs +1 -2
  103. package/esm2020/app/eo-framework/media/media.component.mjs +5 -4
  104. package/esm2020/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
  105. package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
  106. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +10 -15
  107. package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +1 -2
  108. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
  109. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
  110. package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +18 -494
  111. package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
  112. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +506 -7
  113. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -27
  114. package/esm2020/app/eo-framework/plugins/plugin.component.mjs +5 -7
  115. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -4
  116. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -16
  117. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -16
  118. package/esm2020/app/eo-framework/result-list/result-list.component.mjs +1 -1
  119. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +6 -3
  120. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
  121. package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +6 -1
  122. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
  123. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  124. package/fesm2015/eo-sdk-client.mjs +3744 -4567
  125. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  126. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
  127. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  128. package/fesm2020/eo-sdk-client.mjs +3746 -4568
  129. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  130. package/package.json +4 -4
  131. package/projects/eo-sdk/core/lib/util/utils.d.ts +1 -0
  132. package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
  133. package/scss/_eo-variables.scss +70 -40
  134. package/scss/_form.scss +6 -0
  135. package/scss/_main.scss +1 -1
  136. package/scss/_theme-dark.scss +22 -0
  137. package/scss/_yuuvis-components.scss +13 -2
  138. package/styles.css +51 -24
  139. package/styles.scss +5 -10
  140. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts +0 -67
  141. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts.map +0 -1
  142. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts +0 -21
  143. package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts.map +0 -1
  144. package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts +0 -33
  145. package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts.map +0 -1
  146. package/app/eo-framework/form-elements/datetime/datetime.component.d.ts +0 -51
  147. package/app/eo-framework/form-elements/datetime/datetime.component.d.ts.map +0 -1
  148. package/app/eo-framework/form-elements/datetime/year-range/year-range.directive.d.ts.map +0 -1
  149. package/app/eo-framework/tab-container/index.d.ts +0 -6
  150. package/app/eo-framework/tab-container/index.d.ts.map +0 -1
  151. package/app/eo-framework/tab-container/tab-container.component.d.ts +0 -62
  152. package/app/eo-framework/tab-container/tab-container.component.d.ts.map +0 -1
  153. package/app/eo-framework/tab-container/tab-container.module.d.ts +0 -18
  154. package/app/eo-framework/tab-container/tab-container.module.d.ts.map +0 -1
  155. package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts +0 -13
  156. package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts.map +0 -1
  157. package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts +0 -19
  158. package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts.map +0 -1
  159. package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts +0 -11
  160. package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts.map +0 -1
  161. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.mjs +0 -239
  162. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.mjs +0 -2
  163. package/esm2020/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.mjs +0 -109
  164. package/esm2020/app/eo-framework/form-elements/datetime/datetime.component.mjs +0 -142
  165. package/esm2020/app/eo-framework/form-elements/datetime/year-range/year-range.directive.mjs +0 -44
  166. package/esm2020/app/eo-framework/tab-container/index.mjs +0 -6
  167. package/esm2020/app/eo-framework/tab-container/tab-container.component.mjs +0 -184
  168. package/esm2020/app/eo-framework/tab-container/tab-container.module.mjs +0 -47
  169. package/esm2020/app/eo-framework/tab-container/tab-panel/tab-panel.component.mjs +0 -26
  170. package/esm2020/app/eo-framework/tab-container/tab-view/tab-view.component.mjs +0 -61
  171. package/esm2020/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.mjs +0 -25
  172. package/scss/_eo-inverted.scss +0 -73
  173. package/scss/_eo-pink-theme.scss +0 -73
  174. package/scss/_eo-theme.scss +0 -81
  175. package/scss/_eo-vars.scss +0 -3
  176. /package/app/eo-framework/form-elements/{datetime → date}/year-range/year-range.directive.d.ts +0 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eo-sdk/client",
3
3
  "description": "yuuvis RAD client",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
- "version": "10.0.0-beta.2",
5
+ "version": "10.0.0-beta.4",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -21,7 +21,7 @@
21
21
  "@ag-grid-community/core": "22.1.1",
22
22
  "@ag-grid-community/csv-export": "22.1.1",
23
23
  "@angular/animations": "15.2.2",
24
- "@angular/cdk": "15.1.3",
24
+ "@angular/cdk": "15.2.2",
25
25
  "@angular/common": "15.2.2",
26
26
  "@angular/compiler": "15.2.2",
27
27
  "@angular/core": "15.2.2",
@@ -29,11 +29,11 @@
29
29
  "@angular/platform-browser": "15.2.2",
30
30
  "@angular/platform-browser-dynamic": "15.2.2",
31
31
  "@angular/router": "15.2.2",
32
- "@eo-sdk/core": "10.0.0-beta.2",
32
+ "@eo-sdk/core": "10.0.0-beta.4",
33
33
  "@ngx-pwa/local-storage": "15.0.0",
34
34
  "@ngx-translate/core": "14.0.0",
35
35
  "@types/lodash": "4.14.88",
36
- "@yuuvis/components": "^0.0.31",
36
+ "@yuuvis/components": "^0.0.39",
37
37
  "core-js": "^2.5.4",
38
38
  "file-saver": "^2.0.5",
39
39
  "font-awesome": "4.7.0",
@@ -2,6 +2,7 @@ import { Observable } from 'rxjs';
2
2
  export type FormatedMailTo = string | string[];
3
3
  export declare class Utils {
4
4
  private static PREF_RANGEVALUE;
5
+ static uniqBy(items: any[], property: string): any[];
5
6
  /**
6
7
  * Utility method for adding parameters to a given URI.
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/util/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+D,UAAU,EAAC,MAAM,MAAM,CAAC;AAK9F,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAC/C,qBAAa,KAAK;IAEhB,OAAO,CAAC,MAAM,CAAC,eAAe,CAAgB;IAE9C;;;;;;OAMG;WACW,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,MAAM;IAOvD;;;OAGG;WACW,IAAI,IAAI,MAAM;IAI5B;;;;;OAKG;WACW,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAKtD;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,GAAG;IAKlB;;;;;;OAMG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY;IAkC3B;;QAEI;IACJ,OAAO,CAAC,MAAM,CAAC,eAAe;IAS9B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAKtC;;;;;;;;;OASG;WACW,UAAU,CAAC,GAAG,SAAK,EAAE,KAAK,SAAQ,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,OAC7F,GAAG,KAAK,GAAG;IAgB3B;;;;;;OAMG;WACW,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,SAAK,GAAG,GAAG;IAKrD;;;;;;OAMG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG;IAO7C;;;;;;;;OAQG;WACW,SAAS,CAAC,gBAAgB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IASrH;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;OAQG;WACW,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,UAAO;IAI1G;;;;;OAKG;WACW,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;WAI7B,WAAW;IAIzB;;;;;;;;OAQG;WACW,cAAc,CAAC,GAAG,KAAA,EAAE,GAAG,KAAA,EAAE,MAAM,SAAQ;IAUrD;;;;OAIG;WACW,iBAAiB,IAAI,MAAM;WAI3B,YAAY,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,cAAc;WAOrE,aAAa,CAAC,GAAG,QAAK,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC,EAAE,aAAa,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;WAS/G,iBAAiB,CAAC,CAAC,EAAE,GAAG,GAAG,MAAM;WAUjC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;CAgB9C"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/util/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+D,UAAU,EAAC,MAAM,MAAM,CAAC;AAK9F,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAC/C,qBAAa,KAAK;IAEhB,OAAO,CAAC,MAAM,CAAC,eAAe,CAAgB;WAEhC,MAAM,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM;IAMnD;;;;;;OAMG;WACW,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,MAAM;IAOvD;;;OAGG;WACW,IAAI,IAAI,MAAM;IAI5B;;;;;OAKG;WACW,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAKtD;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,GAAG;IAKlB;;;;;;OAMG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY;IAkC3B;;QAEI;IACJ,OAAO,CAAC,MAAM,CAAC,eAAe;IAS9B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAKtC;;;;;;;;;OASG;WACW,UAAU,CAAC,GAAG,SAAK,EAAE,KAAK,SAAQ,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,OAC7F,GAAG,KAAK,GAAG;IAgB3B;;;;;;OAMG;WACW,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,SAAK,GAAG,GAAG;IAKrD;;;;;;OAMG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG;IAO7C;;;;;;;;OAQG;WACW,SAAS,CAAC,gBAAgB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IASrH;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;OAQG;WACW,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,UAAO;IAI1G;;;;;OAKG;WACW,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;WAI7B,WAAW;IAIzB;;;;;;;;OAQG;WACW,cAAc,CAAC,GAAG,KAAA,EAAE,GAAG,KAAA,EAAE,MAAM,SAAQ;IAUrD;;;;OAIG;WACW,iBAAiB,IAAI,MAAM;WAI3B,YAAY,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,cAAc;WAOrE,aAAa,CAAC,GAAG,QAAK,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC,EAAE,aAAa,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;WAS/G,iBAAiB,CAAC,CAAC,EAAE,GAAG,GAAG,MAAM;WAUjC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;CAgB9C"}
@@ -1,46 +1,76 @@
1
-
2
1
  :root {
2
+ --color-accent-tone: #fff;
3
+
4
+ --main-background: #e5e5e5;
5
+ --main-background-light: #eeeeee;
6
+
7
+ // TODO: Replace by meaningfull values
8
+ --color-white: #fff;
9
+ --color-white-rgb: 255, 255, 255;
10
+ --color-black: #000;
11
+ --color-black-rgb: 0, 0, 0;
12
+ // TODO: Replace by meaningfull values
13
+
14
+ --color-primary: #484f54;
15
+ --color-primary-2: #6d7276;
16
+ --color-primary-3: #919598;
17
+ --color-primary-4: #b6b9bb;
18
+ --color-primary-rgb: 72, 79, 84;
3
19
 
20
+ --color-accent-rgb: 196, 34, 122;
21
+ --color-accent: #c4227a;
22
+ --color-accent-light: #cf4a92;
23
+ --color-accent-darker: #e08cba;
24
+
25
+ --color-error: #ed5564;
26
+ --color-success: #9abd1e;
27
+ --color-warning: #f39200;
28
+ --color-favorite: #ffc107;
29
+ --color-dirty-background: #ebf7d2;
30
+ --color-dirty-font: #8fad1c;
31
+
32
+ // colors
33
+ --panel-background: #fff;
34
+ --panel-background-grey: #f4f4f4;
35
+ --panel-background-lightgrey: #fafafa;
36
+ --panel-header-border-bottom-color: rgba(0, 0, 0, 0.12);
37
+ --list-item-hover-background: #eee;
38
+ --list-item-selected-background: #f5f5f5;
39
+ --list-item-border-color: rgba(0, 0, 0, 0.12);
40
+ --text-color-body: rgba(0, 0, 0, 0.87);
41
+ --text-color-caption: rgba(0, 0, 0, 0.54);
42
+ --text-color-hint: rgba(0, 0, 0, 0.26);
43
+ --text-color-accent: var(--color-accent);
44
+
45
+ --state-green: #8bc34a;
46
+ --state-orange: #ffc107;
47
+ --state-purple: #9c27b0;
48
+ // font sizes and weights
49
+ --font-hint: 11px;
50
+ --font-caption: 12px;
51
+ --font-body: 13px;
52
+ --font-subhead: 15px;
53
+ --font-title: 20px;
54
+ --font-headline: 24px;
55
+ --font-display: 34px;
56
+ --font-weight-light: 300;
57
+ --font-weight-normal: 400;
58
+ --font-weight-medium: 500;
59
+ --font-weight-bold: 700;
60
+
61
+ // sizes
62
+ --app-pane-padding: 16px;
63
+ --app-bar-height: 64px;
64
+ --app-pane-header-height: 140px;
65
+ --app-split-pane-divider-size: var(--app-pane-padding);
66
+ --app-default-transition-duration: 200ms;
4
67
 
5
68
  --eo-tab-nav-height: 30px;
69
+ --eo-chips-background-color: rgba(0, 0, 0, 0.06);
70
+ --eo-chips-border-color: rgba(0, 0, 0, 0.1);
71
+ --eo-chips-text-color: var(--text-color-body);
72
+
73
+ --item-focus-background-color: var(--list-item-hover-background);
6
74
 
7
- // main
8
- @each $name, $value in $main {
9
- --main-#{$name}: #{$value};
10
- }
11
-
12
- // color
13
- @each $name, $color in $colors {
14
- --color-#{$name}: #{$color};
15
- }
16
-
17
- // state colors (e.g. for categorizations of ui elements)
18
- @each $name, $value in $states {
19
- --state-#{$name}: #{$value};
20
- }
21
-
22
- // panels
23
- @each $name, $value in $panels {
24
- --panel-#{$name}: #{$value};
25
- }
26
-
27
- // list items
28
- @each $name, $value in $list-items {
29
- --list-item-#{$name}: #{$value};
30
- }
31
-
32
- // text
33
- @each $name, $value in $text-colors {
34
- --text-color-#{$name}: #{$value};
35
- }
36
-
37
- // font sizes
38
- @each $name, $value in $fonts {
39
- --font-#{$name}: #{$value};
40
- }
41
-
42
- // app
43
- @each $name, $value in $app {
44
- --app-#{$name}: #{$value};
45
- }
75
+ --split-gutter-size-zero-background-color: var(--color-primary-3);
46
76
  }
package/scss/_form.scss CHANGED
@@ -55,6 +55,12 @@
55
55
  }
56
56
  }
57
57
 
58
+ eo-form-input {
59
+
60
+ yvc-chips-list {
61
+ width: 100%;
62
+ }
63
+ }
58
64
  .form-element-range {
59
65
  // operator select in range form elements
60
66
  yvc-dropdown {
package/scss/_main.scss CHANGED
@@ -326,7 +326,7 @@ svg.checkbox {
326
326
  }
327
327
 
328
328
  span.btn svg {
329
- fill: var(--color-nobel);
329
+ fill: var(--text-color-caption);
330
330
  }
331
331
 
332
332
  span.btn:hover {
@@ -0,0 +1,22 @@
1
+ .dark {
2
+ --main-background: #e5e5e5;
3
+ --main-background-light: #eeeeee;
4
+
5
+ --panel-background: var(--color-primary);
6
+ --panel-background-grey: rgb(55, 55, 55);
7
+ --panel-background-lightgrey: rgb(58, 58, 58);
8
+
9
+ --panel-header-border-bottom-color: rgba(0, 0, 0, 0.12);
10
+ --list-item-hover-background: #eee;
11
+ --list-item-selected-background: #f5f5f5;
12
+ --list-item-border-color: rgba(255, 255, 255, 0.2);
13
+
14
+ --text-color-body: #fff;
15
+ --text-color-caption: rgba(255, 255, 255, 0.75);
16
+ --text-color-hint: rgba(255, 255, 255, 0.5);
17
+
18
+
19
+ --eo-chips-background-color: rgba(255, 255, 255, 0.1);
20
+ --eo-chips-border-color: var(--text-color-hint);
21
+ --eo-chips-text-color: var(--text-color-body);
22
+ }
@@ -1,3 +1,4 @@
1
+
1
2
  yvc-tabs {
2
3
  > header {
3
4
  --yvc-tab-nav-button-margin: 1px;
@@ -7,6 +8,16 @@ yvc-tabs {
7
8
  }
8
9
  }
9
10
 
10
- yvc-chips-list .chip {
11
- border: 1px solid red !important
11
+ yvc-chips-list ul.chips li.chip {
12
+ background: var(--eo-chips-background-color);
13
+ border: 1px solid var(--eo-chips-border-color);
14
+ border-radius: 2px;
15
+ color: var(--eo-chips-text-color);
16
+ margin: 2px 2px 0 0;
17
+ display: flex;
18
+ align-items: center;
19
+ }
20
+ yvc-autocomplete-options .org-item {
21
+ display: flex;
22
+ align-items: center;
12
23
  }
package/styles.css CHANGED
@@ -1,21 +1,15 @@
1
- /* You can add global styles to this file, and also import other style files */
2
1
  @import url(node_modules/@eo-sdk/core/main.css);
3
2
  @import url(node_modules/@angular/cdk/overlay-prebuilt.css);
4
3
  @import url(node_modules/@ag-grid-community/core/dist/styles/ag-grid.css);
5
4
  @import url(node_modules/@ag-grid-community/core/dist/styles/ag-theme-balham.css);
6
5
  :root {
7
- --eo-tab-nav-height: 30px;
6
+ --color-accent-tone: #fff;
8
7
  --main-background: #e5e5e5;
9
8
  --main-background-light: #eeeeee;
10
9
  --color-white: #fff;
11
10
  --color-white-rgb: 255, 255, 255;
12
11
  --color-black: #000;
13
12
  --color-black-rgb: 0, 0, 0;
14
- --color-light-gray: #9b9fa2;
15
- --color-light-blue: #00b0e8;
16
- --color-white-smoke: #f4f4f4;
17
- --color-gainsboro: #d9d9d9;
18
- --color-nobel: #999999;
19
13
  --color-primary: #484f54;
20
14
  --color-primary-2: #6d7276;
21
15
  --color-primary-3: #919598;
@@ -28,12 +22,9 @@
28
22
  --color-error: #ed5564;
29
23
  --color-success: #9abd1e;
30
24
  --color-warning: #f39200;
31
- --color-favorite: #FFC107;
25
+ --color-favorite: #ffc107;
32
26
  --color-dirty-background: #ebf7d2;
33
27
  --color-dirty-font: #8fad1c;
34
- --state-green: #8BC34A;
35
- --state-orange: #FFC107;
36
- --state-purple: #9C27B0;
37
28
  --panel-background: #fff;
38
29
  --panel-background-grey: #f4f4f4;
39
30
  --panel-background-lightgrey: #fafafa;
@@ -45,6 +36,9 @@
45
36
  --text-color-caption: rgba(0, 0, 0, 0.54);
46
37
  --text-color-hint: rgba(0, 0, 0, 0.26);
47
38
  --text-color-accent: var(--color-accent);
39
+ --state-green: #8bc34a;
40
+ --state-orange: #ffc107;
41
+ --state-purple: #9c27b0;
48
42
  --font-hint: 11px;
49
43
  --font-caption: 12px;
50
44
  --font-body: 13px;
@@ -59,11 +53,31 @@
59
53
  --app-pane-padding: 16px;
60
54
  --app-bar-height: 64px;
61
55
  --app-pane-header-height: 140px;
62
- --app-split-pane-divider-size: --app-pane-padding;
63
- --app-default-transition-duration: 200ms; }
56
+ --app-split-pane-divider-size: var(--app-pane-padding);
57
+ --app-default-transition-duration: 200ms;
58
+ --eo-tab-nav-height: 30px;
59
+ --eo-chips-background-color: rgba(0, 0, 0, 0.06);
60
+ --eo-chips-border-color: rgba(0, 0, 0, 0.1);
61
+ --eo-chips-text-color: var(--text-color-body);
62
+ --item-focus-background-color: var(--list-item-hover-background);
63
+ --split-gutter-size-zero-background-color: var(--color-primary-3); }
64
64
 
65
- :root {
66
- --color-accent-tone: #fff; }
65
+ .dark {
66
+ --main-background: #e5e5e5;
67
+ --main-background-light: #eeeeee;
68
+ --panel-background: var(--color-primary);
69
+ --panel-background-grey: rgb(55, 55, 55);
70
+ --panel-background-lightgrey: rgb(58, 58, 58);
71
+ --panel-header-border-bottom-color: rgba(0, 0, 0, 0.12);
72
+ --list-item-hover-background: #eee;
73
+ --list-item-selected-background: #f5f5f5;
74
+ --list-item-border-color: rgba(255, 255, 255, 0.2);
75
+ --text-color-body: #fff;
76
+ --text-color-caption: rgba(255, 255, 255, 0.75);
77
+ --text-color-hint: rgba(255, 255, 255, 0.5);
78
+ --eo-chips-background-color: rgba(255, 255, 255, 0.1);
79
+ --eo-chips-border-color: var(--text-color-hint);
80
+ --eo-chips-text-color: var(--text-color-body); }
67
81
 
68
82
  /* mixin definition ; sets margin/gap for all child elements */
69
83
  /* mixin definition ; sets LTR and RTL within the same style call */
@@ -101,6 +115,24 @@
101
115
  .ag-theme-balham .ag-icon-checkbox-checked:empty:before, .ag-theme-balham .ag-header .ag-icon-checkbox-checked:empty:before {
102
116
  opacity: 0; }
103
117
 
118
+ yvc-tabs > header {
119
+ --yvc-tab-nav-button-margin: 1px; }
120
+ yvc-tabs > header > .scroll-x nav > a {
121
+ padding: calc(var(--app-pane-padding) / 4) !important; }
122
+
123
+ yvc-chips-list ul.chips li.chip {
124
+ background: var(--eo-chips-background-color);
125
+ border: 1px solid var(--eo-chips-border-color);
126
+ border-radius: 2px;
127
+ color: var(--eo-chips-text-color);
128
+ margin: 2px 2px 0 0;
129
+ display: flex;
130
+ align-items: center; }
131
+
132
+ yvc-autocomplete-options .org-item {
133
+ display: flex;
134
+ align-items: center; }
135
+
104
136
  /* mixin definition ; sets margin/gap for all child elements */
105
137
  /* mixin definition ; sets LTR and RTL within the same style call */
106
138
  /* mixin definition ; sets LTR and RTL within the same style call */
@@ -146,6 +178,9 @@
146
178
  .dark .ui-chips li.ui-chips-token .fa {
147
179
  font-size: 11px; }
148
180
 
181
+ eo-form-input yvc-chips-list {
182
+ width: 100%; }
183
+
149
184
  .form-element-range yvc-dropdown {
150
185
  background-color: var(--panel-divider-color);
151
186
  min-width: min-content;
@@ -637,7 +672,7 @@ svg.checkbox {
637
672
  display: inline-block;
638
673
  margin-left: 3px; }
639
674
  .eo-head .actions span.btn svg {
640
- fill: var(--color-nobel); }
675
+ fill: var(--text-color-caption); }
641
676
  .eo-head .actions span.btn:hover {
642
677
  background-color: var(--color-accent); }
643
678
  .eo-head .actions span.btn:hover svg {
@@ -787,14 +822,6 @@ svg.checkbox {
787
822
  color: var(--text-color-caption);
788
823
  margin-bottom: calc(var(--app-pane-padding) / 2); }
789
824
 
790
- yvc-tabs > header {
791
- --yvc-tab-nav-button-margin: 1px; }
792
- yvc-tabs > header > .scroll-x nav > a {
793
- padding: calc(var(--app-pane-padding) / 4) !important; }
794
-
795
- yvc-chips-list .chip {
796
- border: 1px solid red !important; }
797
-
798
825
  .yvc-md-panel {
799
826
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
800
827
  background-color: var(--panel-background-grey); }
package/styles.scss CHANGED
@@ -1,24 +1,19 @@
1
- /* You can add global styles to this file, and also import other style files */
2
-
3
1
  @import 'node_modules/@eo-sdk/core/main.css';
4
- //@import url('../dist/eo-sdk/core/main.css');
5
2
  @import 'node_modules/@angular/cdk/overlay-prebuilt.css';
6
3
 
7
4
  @import 'node_modules/@ag-grid-community/core/dist/styles/ag-grid.css';
8
5
  @import 'node_modules/@ag-grid-community/core/dist/styles/ag-theme-balham.css';
9
- // @import 'node_modules/primeicons/primeicons.css';
10
- // @import 'node_modules/primeng/resources/themes/omega/theme.css';
11
- // @import 'node_modules/primeng/resources/primeng.min.css';
12
- // @import 'node_modules/font-awesome/css/font-awesome.min.css';
13
6
 
14
- @import 'scss/eo-theme';
15
- @import 'scss/eo-vars';
7
+ // @import 'scss/eo-vars';
8
+ // @import 'scss/eo-theme';
9
+ @import 'scss/eo-variables';
10
+ @import 'scss/theme-dark';
16
11
  @import 'scss/ag-grid';
12
+ @import 'scss/yuuvis-components';
17
13
  @import 'scss/form';
18
14
  @import 'scss/main';
19
15
  @import 'scss/animation';
20
16
  @import 'scss/timeline';
21
- @import 'scss/yuuvis-components';
22
17
  @import 'scss/migrationTemp';
23
18
 
24
19
 
@@ -1,67 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import 'moment/min/locales';
3
- import { TranslateService } from '@eo-sdk/core';
4
- import { Moment } from 'moment';
5
- import { DatepickerService } from './service/datepicker.service';
6
- import { Time, Weeks } from './datepicker.interface';
7
- import * as i0 from "@angular/core";
8
- export declare class DatepickerComponent implements OnInit {
9
- private datepickerService;
10
- monthsShort: string[];
11
- weekdaysShort: string[];
12
- maxYear: number;
13
- minYear: number;
14
- set month(month: Moment);
15
- get month(): Moment;
16
- set weeks(weeks: Weeks[]);
17
- get weeks(): Weeks[];
18
- set year(year: number);
19
- get year(): number;
20
- selected: Moment;
21
- time: {
22
- h: number;
23
- m: number;
24
- };
25
- monthInfo: {
26
- month: any;
27
- year: any;
28
- };
29
- private _date;
30
- private initialized;
31
- onDateChanged: EventEmitter<any>;
32
- onCanceled: EventEmitter<any>;
33
- withTime: boolean;
34
- withAmPm: boolean;
35
- set onlyFutureDates(enabled: boolean);
36
- get futureOnly(): boolean;
37
- set date(date: any);
38
- set useDatabaseMinimumTime(enabled: boolean);
39
- onKeydownHandler(event: KeyboardEvent): void;
40
- onInputKeydown(event: KeyboardEvent): void;
41
- constructor(translate: TranslateService, datepickerService: DatepickerService);
42
- selectValue(): void;
43
- cancel(): void;
44
- select(date: any): void;
45
- focusSelection(): void;
46
- /**
47
- * Set the pickers selected date
48
- *
49
- * @param Date | string date
50
- * @param boolean select - if set to true the given day will be set selected
51
- */
52
- setCalenderDate(date: Date | string, select?: boolean): void;
53
- increment(year: number): void;
54
- decrement(year: number): void;
55
- setYear(year: number): void;
56
- timeToString(time: number): string;
57
- setTime(time: Time): void;
58
- setMonth(index: number): void;
59
- isSelectedDay(day: Moment): boolean;
60
- inRange(x: any, min?: number, max?: number): boolean;
61
- createInfo(): void;
62
- ngOnInit(): void;
63
- trackByFn(index: any, item: any): any;
64
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "eo-datepicker", never, { "withTime": "withTime"; "withAmPm": "withAmPm"; "onlyFutureDates": "onlyFutureDates"; "date": "date"; "useDatabaseMinimumTime": "useDatabaseMinimumTime"; }, { "onDateChanged": "onDateChanged"; "onCanceled": "onCanceled"; }, never, never, false, never>;
66
- }
67
- //# sourceMappingURL=datepicker.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"datepicker.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAU,MAAM,EAAe,MAAM,eAAe,CAAC;AAE3F,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAC,iBAAiB,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,IAAI,EAAE,KAAK,EAAC,MAAM,wBAAwB,CAAC;;AAKnD,qBAMa,mBAAoB,YAAW,MAAM;IAoHP,OAAO,CAAC,iBAAiB;IAlHlE,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,SAAQ;IACf,OAAO,SAAK;IAGZ,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,EAEtB;IAED,IAAI,KAAK,IAJQ,MAAM,CAMtB;IAED,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,EAEvB;IAED,IAAI,KAAK,IAJQ,KAAK,EAAE,CAMvB;IAGD,IAAI,IAAI,CAAC,IAAI,EAAE,MAAM,EAEpB;IAED,IAAI,IAAI,IAJO,MAAM,CAMpB;IAGD,QAAQ,EAAE,MAAM,CAAC;IAKjB,IAAI;;;MAGF;IAIF,SAAS;;;MAGP;IAGF,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,WAAW,CAAU;IAEnB,aAAa,oBAAsB;IACnC,UAAU,oBAAsB;IAEjC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAE3B,IACI,eAAe,CAAC,OAAO,EAAE,OAAO,EAEnC;IAED,IAAI,UAAU,YAEb;IAED,IACI,IAAI,CAAC,IAAI,EAAE,GAAG,EAQjB;IAED,IACI,sBAAsB,CAAC,OAAO,EAAE,OAAO,EAE1C;IAE6C,gBAAgB,CAAC,KAAK,EAAE,aAAa;IAwBnF,cAAc,CAAC,KAAK,EAAE,aAAa;gBAMvB,SAAS,EAAE,gBAAgB,EAAU,iBAAiB,EAAE,iBAAiB;IAQrF,WAAW;IAMX,MAAM;IAIN,MAAM,CAAC,IAAI,KAAA;IAcX,cAAc;IAOd;;;;;OAKG;IACH,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO;IAuB9C,SAAS,CAAC,IAAI,EAAE,MAAM;IAItB,SAAS,CAAC,IAAI,EAAE,MAAM;IAItB,OAAO,CAAC,IAAI,EAAE,MAAM;IAQpB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAIlC,OAAO,CAAC,IAAI,EAAE,IAAI;IAMlB,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,aAAa,CAAC,GAAG,EAAE,MAAM;IAIhC,OAAO,CAAC,CAAC,KAAA,EAAE,GAAG,SAAI,EAAE,GAAG,SAAK;IAI5B,UAAU;IAIV,QAAQ;IAQD,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;yCA5OjB,mBAAmB;2CAAnB,mBAAmB;CA+O/B"}
@@ -1,21 +0,0 @@
1
- import { Moment } from 'moment';
2
- export type Weeks = Days[];
3
- export interface Days {
4
- date: Moment;
5
- disabled: boolean;
6
- isCurrentMonth: boolean;
7
- isToday: boolean;
8
- number: number;
9
- }
10
- export interface PickerDay {
11
- number: number;
12
- isCurrentMonth: boolean;
13
- isToday: boolean;
14
- date: any;
15
- disabled: boolean;
16
- }
17
- export interface Time {
18
- h: number;
19
- m: number;
20
- }
21
- //# sourceMappingURL=datepicker.interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"datepicker.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAG9B,MAAM,MAAM,KAAK,GAAG,IAAI,EAAE,CAAC;AAE3B,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,IAAI;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX"}
@@ -1,33 +0,0 @@
1
- import { Moment } from 'moment';
2
- import { Time, Weeks } from '../datepicker.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class DatepickerService {
5
- private _month;
6
- set month(month: Moment);
7
- get month(): Moment;
8
- private _weeks;
9
- set weeks(weeks: Weeks[]);
10
- get weeks(): Weeks[];
11
- private _year;
12
- set year(year: number);
13
- get year(): number;
14
- futureOnly: boolean;
15
- constructor();
16
- isDisabledDate(date: any): boolean;
17
- createInfo(): {
18
- year: string;
19
- month: number;
20
- };
21
- /**
22
- * Build a date pickers week.
23
- * @param firstDayOfWeek - start of the week
24
- * @returns
25
- */
26
- buildWeek(firstDayOfWeek: any): any[];
27
- buildMonth(): void;
28
- setTime(time: Time): Time;
29
- setYear(year: number, min: any, max: any): number;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerService, never>;
31
- static ɵprov: i0.ɵɵInjectableDeclaration<DatepickerService>;
32
- }
33
- //# sourceMappingURL=datepicker.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"datepicker.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAY,IAAI,EAAE,KAAK,EAAC,MAAM,yBAAyB,CAAC;;AAE/D,qBAGa,iBAAiB;IAG5B,OAAO,CAAC,MAAM,CAAS;IACvB,IAAI,KAAK,CAAC,KAAK,EAIF,MAAM,AAJJ,EAEd;IAED,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,OAAO,CAAC,MAAM,CAAU;IACxB,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,EAEvB;IAED,IAAI,KAAK,IAAI,KAAK,EAAE,CAEnB;IAED,OAAO,CAAC,KAAK,CAAS;IACtB,IAAI,IAAI,CAAC,IAAI,EAAE,MAAM,EAEpB;IAED,IAAI,IAAI,IAAI,MAAM,CAEjB;IAED,UAAU,UAAS;;IAMnB,cAAc,CAAC,IAAI,KAAA,GAAG,OAAO;IAU7B,UAAU;;;;IAQV;;;;OAIG;IACH,SAAS,CAAC,cAAc,KAAA;IAiBxB,UAAU;IAoBV,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IASzB,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,KAAA,EAAE,GAAG,KAAA,GAAG,MAAM;yCAzG5B,iBAAiB;6CAAjB,iBAAiB;CAmH7B"}
@@ -1,51 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { UntypedFormControl, ControlValueAccessor, Validator } from '@angular/forms';
3
- import * as moment_ from 'moment';
4
- import 'moment/min/locales';
5
- import { TranslateService } from '@eo-sdk/core';
6
- import { LocaleDatePipe } from '../../../eo-framework-core/pipes/locale-date.pipe';
7
- import * as i0 from "@angular/core";
8
- export declare class DatetimeComponent implements OnInit, ControlValueAccessor, Validator {
9
- private translate;
10
- params: any;
11
- value: any;
12
- innerValue: any;
13
- locale: any;
14
- datePipe: LocaleDatePipe;
15
- showPicker: boolean;
16
- private isValid;
17
- maskPattern: string;
18
- datePattern: string;
19
- momentDatePattern: string;
20
- slotCharPattern: string;
21
- isWebEnv: boolean;
22
- _withTime: boolean;
23
- withAmPm: boolean;
24
- private databaseMinimumTime;
25
- readonly: boolean;
26
- pickerTitle: string;
27
- onlyFutureDates: boolean;
28
- validateDatabaseTimeRange: boolean;
29
- set withTime(value: boolean);
30
- get withTime(): boolean;
31
- constructor(translate: TranslateService);
32
- formatDate(value: Date): any;
33
- propagateChange: (_: any) => void;
34
- writeValue(value: any): void;
35
- registerOnChange(fn: any): void;
36
- registerOnTouched(fn: any): void;
37
- checkDatabaseTimeRange(m: moment_.Moment): boolean;
38
- setValueFromMask(): void;
39
- setValueFromPicker(event: any): void;
40
- onMaskValueChange(event: any): void;
41
- private setInnerValue;
42
- validate(c: UntypedFormControl): {
43
- datecontrol: {
44
- valid: boolean;
45
- };
46
- };
47
- ngOnInit(): void;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeComponent, "eo-datetime", never, { "readonly": "readonly"; "pickerTitle": "pickerTitle"; "onlyFutureDates": "onlyFutureDates"; "validateDatabaseTimeRange": "validateDatabaseTimeRange"; "withTime": "withTime"; }, {}, never, never, false, never>;
50
- }
51
- //# sourceMappingURL=datetime.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"datetime.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime/datetime.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,MAAM,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,OAAO,MAAM,QAAQ,CAAC;AAElC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAC,gBAAgB,EAAmB,MAAM,cAAc,CAAC;AAChE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAiBa,iBAAkB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IAsCnE,OAAO,CAAC,SAAS;IApC7B,MAAM,MAAC;IACP,KAAK,MAAC;IACN,UAAU,MAAC;IACX,MAAM,MAAC;IACP,QAAQ,EAAE,cAAc,CAAC;IACzB,UAAU,UAAS;IACnB,OAAO,CAAC,OAAO,CAAQ;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAuC;IACxD,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,mBAAmB,CAAiC;IAEnD,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,yBAAyB,EAAE,OAAO,CAAS;IAEpD,IACI,QAAQ,CAAC,KAAK,SAAA,EAQjB;IAED,IAAI,QAAQ,YAEX;gBAEmB,SAAS,EAAE,gBAAgB;IAM/C,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,sBAAsB,CAAC,CAAC,EAAE,OAAO,CAAC,MAAM,GAAG,OAAO;IAKlD,gBAAgB;IAShB,kBAAkB,CAAC,KAAK,KAAA;IAOxB,iBAAiB,CAAC,KAAK,KAAA;IAQvB,OAAO,CAAC,aAAa;IAWd,QAAQ,CAAC,CAAC,EAAE,kBAAkB;;;;;IAQrC,QAAQ;yCAhHG,iBAAiB;2CAAjB,iBAAiB;CAqH7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"year-range.directive.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/datetime/year-range/year-range.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,kBAAkB;IAE7B,OAAO,CAAC,aAAa,CAAS;IACrB,QAAQ,SAAK;IACb,QAAQ,SAAQ;IAGzB,SAAS,CAAC,KAAK,EAAE,aAAa;IAc9B,IAAI,YAAY,CAAC,IAAI,EAAE,MAAM,EAE5B;IAED,IAAI,YAAY,IAJO,MAAM,CAM5B;;yCA3BU,kBAAkB;2CAAlB,kBAAkB;CA+B9B"}
@@ -1,6 +0,0 @@
1
- export * from './tab-container.module';
2
- export * from './tab-container.component';
3
- export * from './tab-panel/tab-panel.component';
4
- export * from './tab-view/tab-view.component';
5
- export * from './tab-view-nav/tab-view-nav.component';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/tab-container/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uCAAuC,CAAC"}