@colijnit/corecomponents_v12 12.2.25 → 12.2.27

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 (1276) hide show
  1. package/README.md +9 -12
  2. package/bundles/colijnit-corecomponents_v12.umd.js +14050 -0
  3. package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -0
  4. package/colijnit-corecomponents_v12.d.ts +43 -0
  5. package/colijnit-corecomponents_v12.metadata.json +1 -0
  6. package/esm2015/colijnit-corecomponents_v12.js +44 -0
  7. package/esm2015/lib/components/article-tile/article-tile.component.js +80 -0
  8. package/esm2015/lib/components/article-tile/article-tile.module.js +35 -0
  9. package/esm2015/lib/components/base/base-input.component.js +834 -0
  10. package/esm2015/lib/components/base/base.module.js +22 -0
  11. package/esm2015/lib/components/base/commit-buttons/commit-buttons.component.js +103 -0
  12. package/esm2015/lib/components/base/commit-buttons/commit-buttons.module.js +21 -0
  13. package/esm2015/lib/components/base/dialog-base.component.js +6 -0
  14. package/esm2015/lib/components/base-input-date-picker/base-input-date-picker.directive.js +25 -0
  15. package/esm2015/lib/components/button/button.component.js +79 -0
  16. package/esm2015/lib/components/button/button.module.js +19 -0
  17. package/esm2015/lib/components/calendar/calendar-template.component.js +342 -0
  18. package/esm2015/lib/components/calendar/calendar.component.js +45 -0
  19. package/esm2015/lib/components/calendar/calendar.module.js +28 -0
  20. package/esm2015/lib/components/card/card.component.js +72 -0
  21. package/esm2015/lib/components/card/card.module.js +35 -0
  22. package/esm2015/lib/components/carousel/carousel.component.js +130 -0
  23. package/esm2015/lib/components/carousel/carousel.module.js +32 -0
  24. package/esm2015/lib/components/carousel-3d/carousel-3d.component.js +315 -0
  25. package/esm2015/lib/components/carousel-3d/carousel-3d.module.js +19 -0
  26. package/esm2015/lib/components/carousel-3d/carouselItem.js +54 -0
  27. package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.component.js +87 -0
  28. package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.module.js +19 -0
  29. package/esm2015/lib/components/co-dialog/co-dialog.component.js +113 -0
  30. package/esm2015/lib/components/co-dialog/co-dialog.module.js +19 -0
  31. package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.component.js +51 -0
  32. package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.module.js +17 -0
  33. package/esm2015/lib/components/collapsible/collapsible.component.js +92 -0
  34. package/esm2015/lib/components/collapsible/collapsible.module.js +19 -0
  35. package/esm2015/lib/components/color-picker/color-picker.component.js +41 -0
  36. package/esm2015/lib/components/color-picker/color-picker.module.js +21 -0
  37. package/esm2015/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.js +79 -0
  38. package/esm2015/lib/components/core-dialog/core-dialog.module.js +39 -0
  39. package/esm2015/lib/components/core-dialog/core-dialog.service.js +67 -0
  40. package/esm2015/lib/components/core-dialog/core-dynamic-component.service.js +93 -0
  41. package/esm2015/lib/components/double-calendar/double-calendar.component.js +80 -0
  42. package/esm2015/lib/components/double-calendar/double-calendar.module.js +25 -0
  43. package/esm2015/lib/components/filter-item/filter-item-viewmodel.js +13 -0
  44. package/esm2015/lib/components/filter-item/filter-item.component.js +646 -0
  45. package/esm2015/lib/components/filter-item/filter-item.module.js +43 -0
  46. package/esm2015/lib/components/filter-item/filter-viewmodel.js +11 -0
  47. package/esm2015/lib/components/form/form.component.js +184 -0
  48. package/esm2015/lib/components/form/form.module.js +23 -0
  49. package/esm2015/lib/components/grid-toolbar/grid-toolbar.component.js +57 -0
  50. package/esm2015/lib/components/grid-toolbar/grid-toolbar.module.js +23 -0
  51. package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.component.js +28 -0
  52. package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.module.js +19 -0
  53. package/esm2015/lib/components/icon/icon-cache.service.js +52 -0
  54. package/esm2015/lib/components/icon/icon.component.js +48 -0
  55. package/esm2015/lib/components/icon/icon.module.js +25 -0
  56. package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.component.js +64 -0
  57. package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.module.js +23 -0
  58. package/esm2015/lib/components/image/image.component.js +42 -0
  59. package/esm2015/lib/components/image/image.module.js +14 -0
  60. package/esm2015/lib/components/input-checkbox/input-checkbox.component.js +79 -0
  61. package/esm2015/lib/components/input-checkbox/input-checkbox.module.js +19 -0
  62. package/esm2015/lib/components/input-date-picker/input-date-picker.component.js +91 -0
  63. package/esm2015/lib/components/input-date-picker/input-date-picker.module.js +26 -0
  64. package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +134 -0
  65. package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.module.js +27 -0
  66. package/esm2015/lib/components/input-number-picker/input-number-picker.component.js +314 -0
  67. package/esm2015/lib/components/input-number-picker/input-number-picker.module.js +23 -0
  68. package/esm2015/lib/components/input-radio-button/input-radio-button.component.js +84 -0
  69. package/esm2015/lib/components/input-radio-button/input-radio-button.module.js +19 -0
  70. package/esm2015/lib/components/input-scanner/bar-code-scanner.js +23 -0
  71. package/esm2015/lib/components/input-scanner/input-scanner.component.js +72 -0
  72. package/esm2015/lib/components/input-scanner/input-scanner.module.js +21 -0
  73. package/esm2015/lib/components/input-scanner/scanner.service.js +28 -0
  74. package/esm2015/lib/components/input-search/input-search.component.js +83 -0
  75. package/esm2015/lib/components/input-search/input-search.module.js +21 -0
  76. package/esm2015/lib/components/input-text/input-text.component.js +239 -0
  77. package/esm2015/lib/components/input-text/input-text.module.js +33 -0
  78. package/esm2015/lib/components/input-textarea/input-textarea.component.js +78 -0
  79. package/esm2015/lib/components/input-textarea/input-textarea.module.js +27 -0
  80. package/esm2015/lib/components/level-indicator/level-indicator-level.enum.js +7 -0
  81. package/esm2015/lib/components/level-indicator/level-indicator.component.js +36 -0
  82. package/esm2015/lib/components/level-indicator/level-indicator.module.js +15 -0
  83. package/esm2015/lib/components/list-of-values/list-of-values-multiselect-popup.component.js +112 -0
  84. package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +242 -0
  85. package/esm2015/lib/components/list-of-values/list-of-values.component.js +233 -0
  86. package/esm2015/lib/components/list-of-values/list-of-values.module.js +38 -0
  87. package/esm2015/lib/components/loader/loader.component.js +84 -0
  88. package/esm2015/lib/components/loader/loader.module.js +19 -0
  89. package/esm2015/lib/components/pagination/paginate.pipe.js +99 -0
  90. package/esm2015/lib/components/pagination/pagination-instance.js +2 -0
  91. package/esm2015/lib/components/pagination/pagination.component.js +126 -0
  92. package/esm2015/lib/components/pagination/pagination.module.js +28 -0
  93. package/esm2015/lib/components/pagination/pagination.service.js +88 -0
  94. package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +151 -0
  95. package/esm2015/lib/components/pagination-bar/pagination-bar.module.js +19 -0
  96. package/esm2015/lib/components/popup/const/popup-window-token.js +3 -0
  97. package/esm2015/lib/components/popup/interface/popup-button.js +8 -0
  98. package/esm2015/lib/components/popup/interface/popup-close-event.js +2 -0
  99. package/esm2015/lib/components/popup/interface/popup-settings.js +42 -0
  100. package/esm2015/lib/components/popup/interface/popup.js +2 -0
  101. package/esm2015/lib/components/popup/model/popup-button-globals.js +11 -0
  102. package/esm2015/lib/components/popup/model/popup-window.js +38 -0
  103. package/esm2015/lib/components/popup/popup-buttons.component.js +53 -0
  104. package/esm2015/lib/components/popup/popup-message-display.component.js +47 -0
  105. package/esm2015/lib/components/popup/popup-window-shell.component.js +159 -0
  106. package/esm2015/lib/components/popup/popup.module.js +49 -0
  107. package/esm2015/lib/components/popup/service/popup-shower.service.js +90 -0
  108. package/esm2015/lib/components/popup/service/prompt.service.js +127 -0
  109. package/esm2015/lib/components/popup/text-input-popup.component.js +36 -0
  110. package/esm2015/lib/components/responsive-text/responsive-text.component.js +24 -0
  111. package/esm2015/lib/components/responsive-text/responsive-text.module.js +19 -0
  112. package/esm2015/lib/components/simple-grid/base-simple-grid.component.js +164 -0
  113. package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +172 -0
  114. package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +111 -0
  115. package/esm2015/lib/components/simple-grid/simple-grid.component.js +465 -0
  116. package/esm2015/lib/components/simple-grid/simple-grid.module.js +41 -0
  117. package/esm2015/lib/components/tile/tile.component.js +73 -0
  118. package/esm2015/lib/components/tile/tile.module.js +23 -0
  119. package/esm2015/lib/components/tile-select/tile-select.component.js +36 -0
  120. package/esm2015/lib/components/tile-select/tile-select.module.js +21 -0
  121. package/esm2015/lib/components/tooltip/tooltip.component.js +77 -0
  122. package/esm2015/lib/components/tooltip/tooltip.module.js +19 -0
  123. package/esm2015/lib/components/validation-error/validation-error.component.js +38 -0
  124. package/esm2015/lib/components/validation-error/validation-error.module.js +25 -0
  125. package/esm2015/lib/components/view-mode-buttons/content-view-mode.enum.js +11 -0
  126. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.component.js +61 -0
  127. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.module.js +21 -0
  128. package/esm2015/lib/core/constant/default-upper-bound-for-range-components.js +4 -0
  129. package/esm2015/lib/core/constant/java-max-int.js +2 -0
  130. package/esm2015/lib/core/constant/number-inputs-key-down-white-list.js +45 -0
  131. package/esm2015/lib/core/decorator/input-boolean.decorator.js +34 -0
  132. package/esm2015/lib/core/enum/co-direction.js +9 -0
  133. package/esm2015/lib/core/enum/co-document-image-display-kind.enum.js +7 -0
  134. package/esm2015/lib/core/enum/co-document-type.enum.js +11 -0
  135. package/esm2015/lib/core/enum/co-orientation.js +17 -0
  136. package/esm2015/lib/core/enum/core-components-icon.enum.js +300 -0
  137. package/esm2015/lib/core/enum/file-type-internal.enum.js +17 -0
  138. package/esm2015/lib/core/enum/file-type.enum.js +11 -0
  139. package/esm2015/lib/core/enum/filterItem-mode.enum.js +43 -0
  140. package/esm2015/lib/core/enum/input-number-picker-show-mode.enum.js +8 -0
  141. package/esm2015/lib/core/enum/keyboard-code.enum.js +74 -0
  142. package/esm2015/lib/core/enum/keyboard-key.enum.js +76 -0
  143. package/esm2015/lib/core/enum/object-right-type.enum.js +7 -0
  144. package/esm2015/lib/core/enum/popup-button-type.enum.js +12 -0
  145. package/esm2015/lib/core/enum/popup-type.enum.js +11 -0
  146. package/esm2015/lib/core/enum/table-name.enum.js +81 -0
  147. package/esm2015/lib/core/function/any-nill.function.js +6 -0
  148. package/esm2015/lib/core/function/is-nill.function.js +5 -0
  149. package/esm2015/lib/core/function/none-nill.function.js +17 -0
  150. package/esm2015/lib/core/function/not-nill.function.js +5 -0
  151. package/esm2015/lib/core/model/bounds-constrained-number-value.js +171 -0
  152. package/esm2015/lib/core/model/check-precision-and-scale-result.js +2 -0
  153. package/esm2015/lib/core/model/check-within-stepped-bounds-result.js +2 -0
  154. package/esm2015/lib/core/model/co-document-right.bo.js +3 -0
  155. package/esm2015/lib/core/model/co-document.bo.js +121 -0
  156. package/esm2015/lib/core/model/core-components-icon-svg.js +299 -0
  157. package/esm2015/lib/core/model/element-position.js +10 -0
  158. package/esm2015/lib/core/model/event/string-prompt-result-event.js +8 -0
  159. package/esm2015/lib/core/service/form-input-user-change-listener.service.js +25 -0
  160. package/esm2015/lib/core/service/form-master.service.js +102 -0
  161. package/esm2015/lib/core/service/ng-zone-wrapper.service.js +20 -0
  162. package/esm2015/lib/core/utils/array-utils.js +264 -0
  163. package/esm2015/lib/core/utils/browser-utils.js +100 -0
  164. package/esm2015/lib/core/utils/direction-enum-utils.js +14 -0
  165. package/esm2015/lib/core/utils/event-utils.js +53 -0
  166. package/esm2015/lib/core/utils/file-utils.js +267 -0
  167. package/esm2015/lib/core/utils/number-utils.js +309 -0
  168. package/esm2015/lib/core/utils/object-utils.js +186 -0
  169. package/esm2015/lib/core/utils/string-utils.js +94 -0
  170. package/esm2015/lib/core/validator/email.validator.js +6 -0
  171. package/esm2015/lib/core/validator/equal.validator.js +11 -0
  172. package/esm2015/lib/core/validator/max-string-length.validator.js +10 -0
  173. package/esm2015/lib/core/validator/password.validator.js +31 -0
  174. package/esm2015/lib/core/validator/precision-scale.validator.js +11 -0
  175. package/esm2015/lib/core/validator/required.validator.js +5 -0
  176. package/esm2015/lib/directives/clickoutside/click-outside-master.service.js +57 -0
  177. package/esm2015/lib/directives/clickoutside/click-outside.directive.js +71 -0
  178. package/esm2015/lib/directives/clickoutside/clickoutside.module.js +19 -0
  179. package/esm2015/lib/directives/observe-visibility/observe-visibility.directive.js +53 -0
  180. package/esm2015/lib/directives/observe-visibility/observe-visibility.module.js +15 -0
  181. package/esm2015/lib/directives/overlay/overlay-parent.directive.js +19 -0
  182. package/esm2015/lib/directives/overlay/overlay.directive.js +161 -0
  183. package/esm2015/lib/directives/overlay/overlay.module.js +18 -0
  184. package/esm2015/lib/directives/ripple/ripple-ref.js +26 -0
  185. package/esm2015/lib/directives/ripple/ripple-renderer.js +160 -0
  186. package/esm2015/lib/directives/ripple/ripple.directive.js +80 -0
  187. package/esm2015/lib/directives/ripple/ripple.module.js +24 -0
  188. package/esm2015/lib/directives/ripple/scroll-dispatcher.service.js +108 -0
  189. package/esm2015/lib/directives/ripple/scrollable.directive.js +40 -0
  190. package/esm2015/lib/directives/ripple/viewport-ruler.service.js +73 -0
  191. package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +158 -0
  192. package/esm2015/lib/directives/screen-configuration/screen-configuration.module.js +19 -0
  193. package/esm2015/lib/directives/stopclick/stop-click.directive.js +38 -0
  194. package/esm2015/lib/directives/stopclick/stop-click.module.js +15 -0
  195. package/esm2015/lib/directives/template-wrapper/template-wrapper.directive.js +68 -0
  196. package/esm2015/lib/directives/template-wrapper/template-wrapper.module.js +15 -0
  197. package/esm2015/lib/directives/tooltip/tooltip-directive.module.js +19 -0
  198. package/esm2015/lib/directives/tooltip/tooltip.directive.js +78 -0
  199. package/esm2015/lib/interfaces/dialog-response.interface.js +2 -0
  200. package/esm2015/lib/interfaces/scanner-input.interface.js +2 -0
  201. package/esm2015/lib/interfaces/screen-config-adapter-component-interface-name.js +4 -0
  202. package/esm2015/lib/interfaces/screen-config-adapter.component.interface.js +2 -0
  203. package/esm2015/lib/model/enum/app-button-type.enum.js +11 -0
  204. package/esm2015/lib/model/enum/app-popup-type.enum.js +8 -0
  205. package/esm2015/lib/pipes/append.pipe.js +17 -0
  206. package/esm2015/lib/pipes/append.pipe.module.js +15 -0
  207. package/esm2015/lib/pipes/filter.pipe.js +16 -0
  208. package/esm2015/lib/pipes/filter.pipe.module.js +15 -0
  209. package/esm2015/lib/pipes/prepend.pipe.js +17 -0
  210. package/esm2015/lib/pipes/prepend.pipe.module.js +15 -0
  211. package/esm2015/lib/pipes/price-display-pipe.module.js +15 -0
  212. package/esm2015/lib/pipes/price-display.pipe.js +20 -0
  213. package/esm2015/lib/service/base-module-screen-config.service.js +205 -0
  214. package/esm2015/lib/service/base-module.service.js +42 -0
  215. package/esm2015/lib/service/color-sequence.service.js +23 -0
  216. package/esm2015/lib/service/overlay.service.js +73 -0
  217. package/esm2015/lib/translation/core-components-translation.module.js +29 -0
  218. package/esm2015/lib/translation/core-components-translation.service.js +17 -0
  219. package/esm2015/lib/translation/core-dictionary.service.js +29 -0
  220. package/esm2015/lib/translation/core-localize.pipe.js +26 -0
  221. package/esm2015/public-api.js +130 -0
  222. package/fesm2015/colijnit-corecomponents_v12.js +13391 -0
  223. package/fesm2015/colijnit-corecomponents_v12.js.map +1 -0
  224. package/lib/components/article-tile/article-tile.component.d.ts +22 -0
  225. package/lib/components/article-tile/article-tile.module.d.ts +2 -0
  226. package/lib/components/base/base-input.component.d.ts +182 -0
  227. package/lib/components/base/base.module.d.ts +2 -0
  228. package/lib/components/base/commit-buttons/commit-buttons.component.d.ts +21 -0
  229. package/lib/components/base/commit-buttons/commit-buttons.module.d.ts +2 -0
  230. package/lib/components/base/dialog-base.component.d.ts +4 -0
  231. package/lib/components/base-input-date-picker/base-input-date-picker.directive.d.ts +15 -0
  232. package/lib/components/button/button.component.d.ts +29 -0
  233. package/lib/components/button/button.module.d.ts +2 -0
  234. package/lib/components/calendar/calendar-template.component.d.ts +60 -0
  235. package/lib/components/calendar/calendar.component.d.ts +13 -0
  236. package/lib/components/calendar/calendar.module.d.ts +2 -0
  237. package/lib/components/card/card.component.d.ts +23 -0
  238. package/lib/components/card/card.module.d.ts +2 -0
  239. package/lib/components/carousel/carousel.component.d.ts +23 -0
  240. package/lib/components/carousel/carousel.module.d.ts +6 -0
  241. package/lib/components/carousel-3d/carousel-3d.component.d.ts +55 -0
  242. package/lib/components/carousel-3d/carousel-3d.module.d.ts +2 -0
  243. package/lib/components/carousel-3d/carouselItem.d.ts +13 -0
  244. package/lib/components/checkmark-overlay/checkmark-overlay.component.d.ts +17 -0
  245. package/lib/components/checkmark-overlay/checkmark-overlay.module.d.ts +2 -0
  246. package/lib/components/co-dialog/co-dialog.component.d.ts +23 -0
  247. package/lib/components/co-dialog/co-dialog.module.d.ts +2 -0
  248. package/lib/components/co-dialog-wizard/co-dialog-wizard.component.d.ts +9 -0
  249. package/lib/components/co-dialog-wizard/co-dialog-wizard.module.d.ts +2 -0
  250. package/lib/components/collapsible/collapsible.component.d.ts +22 -0
  251. package/lib/components/collapsible/collapsible.module.d.ts +2 -0
  252. package/lib/components/color-picker/color-picker.component.d.ts +6 -0
  253. package/lib/components/color-picker/color-picker.module.d.ts +2 -0
  254. package/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +20 -0
  255. package/lib/components/core-dialog/core-dialog.module.d.ts +4 -0
  256. package/lib/components/core-dialog/core-dialog.service.d.ts +15 -0
  257. package/lib/components/core-dialog/core-dynamic-component.service.d.ts +12 -0
  258. package/lib/components/double-calendar/double-calendar.component.d.ts +18 -0
  259. package/lib/components/double-calendar/double-calendar.module.d.ts +2 -0
  260. package/lib/components/filter-item/filter-item-viewmodel.d.ts +9 -0
  261. package/lib/components/filter-item/filter-item.component.d.ts +80 -0
  262. package/lib/components/filter-item/filter-item.module.d.ts +2 -0
  263. package/lib/components/filter-item/filter-viewmodel.d.ts +8 -0
  264. package/lib/components/form/form.component.d.ts +39 -0
  265. package/lib/components/form/form.module.d.ts +2 -0
  266. package/lib/components/grid-toolbar/grid-toolbar.component.d.ts +19 -0
  267. package/lib/components/grid-toolbar/grid-toolbar.module.d.ts +2 -0
  268. package/lib/components/grid-toolbar-button/grid-toolbar-button.component.d.ts +8 -0
  269. package/lib/components/grid-toolbar-button/grid-toolbar-button.module.d.ts +2 -0
  270. package/lib/components/icon/icon-cache.service.d.ts +20 -0
  271. package/lib/components/icon/icon.component.d.ts +17 -0
  272. package/lib/components/icon/icon.module.d.ts +2 -0
  273. package/lib/components/icon-collapse-handle/icon-collapse-handle.component.d.ts +21 -0
  274. package/lib/components/icon-collapse-handle/icon-collapse-handle.module.d.ts +2 -0
  275. package/lib/components/image/image.component.d.ts +20 -0
  276. package/lib/components/image/image.module.d.ts +2 -0
  277. package/lib/components/input-checkbox/input-checkbox.component.d.ts +24 -0
  278. package/lib/components/input-checkbox/input-checkbox.module.d.ts +2 -0
  279. package/lib/components/input-date-picker/input-date-picker.component.d.ts +12 -0
  280. package/lib/components/input-date-picker/input-date-picker.module.d.ts +2 -0
  281. package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +20 -0
  282. package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -0
  283. package/lib/components/input-number-picker/input-number-picker.component.d.ts +73 -0
  284. package/lib/components/input-number-picker/input-number-picker.module.d.ts +2 -0
  285. package/lib/components/input-radio-button/input-radio-button.component.d.ts +19 -0
  286. package/lib/components/input-radio-button/input-radio-button.module.d.ts +2 -0
  287. package/lib/components/input-scanner/bar-code-scanner.d.ts +7 -0
  288. package/lib/components/input-scanner/input-scanner.component.d.ts +24 -0
  289. package/lib/components/input-scanner/input-scanner.module.d.ts +2 -0
  290. package/lib/components/input-scanner/scanner.service.d.ts +11 -0
  291. package/lib/components/input-search/input-search.component.d.ts +20 -0
  292. package/lib/components/input-search/input-search.module.d.ts +2 -0
  293. package/lib/components/input-text/input-text.component.d.ts +65 -0
  294. package/lib/components/input-text/input-text.module.d.ts +2 -0
  295. package/lib/components/input-textarea/input-textarea.component.d.ts +19 -0
  296. package/lib/components/input-textarea/input-textarea.module.d.ts +2 -0
  297. package/lib/components/level-indicator/level-indicator-level.enum.d.ts +5 -0
  298. package/lib/components/level-indicator/level-indicator.component.d.ts +10 -0
  299. package/lib/components/level-indicator/level-indicator.module.d.ts +2 -0
  300. package/lib/components/list-of-values/list-of-values-multiselect-popup.component.d.ts +25 -0
  301. package/lib/components/list-of-values/list-of-values-popup.component.d.ts +47 -0
  302. package/lib/components/list-of-values/list-of-values.component.d.ts +37 -0
  303. package/lib/components/list-of-values/list-of-values.module.d.ts +2 -0
  304. package/lib/components/loader/loader.component.d.ts +3 -0
  305. package/lib/components/loader/loader.module.d.ts +2 -0
  306. package/lib/components/pagination/paginate.pipe.d.ts +15 -0
  307. package/lib/components/pagination/pagination-instance.d.ts +14 -0
  308. package/lib/components/pagination/pagination.component.d.ts +38 -0
  309. package/lib/components/pagination/pagination.module.d.ts +2 -0
  310. package/lib/components/pagination/pagination.service.d.ts +24 -0
  311. package/lib/components/pagination-bar/pagination-bar.component.d.ts +33 -0
  312. package/lib/components/pagination-bar/pagination-bar.module.d.ts +2 -0
  313. package/lib/components/popup/const/popup-window-token.d.ts +3 -0
  314. package/lib/components/popup/interface/popup-button.d.ts +8 -0
  315. package/lib/components/popup/interface/popup-close-event.d.ts +5 -0
  316. package/lib/components/popup/interface/popup-settings.d.ts +21 -0
  317. package/lib/components/popup/interface/popup.d.ts +9 -0
  318. package/lib/components/popup/model/popup-button-globals.d.ts +9 -0
  319. package/lib/components/popup/model/popup-window.d.ts +21 -0
  320. package/lib/components/popup/popup-buttons.component.d.ts +13 -0
  321. package/lib/components/popup/popup-message-display.component.d.ts +12 -0
  322. package/lib/components/popup/popup-window-shell.component.d.ts +42 -0
  323. package/lib/components/popup/popup.module.d.ts +4 -0
  324. package/lib/components/popup/service/popup-shower.service.d.ts +17 -0
  325. package/lib/components/popup/service/prompt.service.d.ts +17 -0
  326. package/lib/components/popup/text-input-popup.component.d.ts +12 -0
  327. package/lib/components/responsive-text/responsive-text.component.d.ts +4 -0
  328. package/lib/components/responsive-text/responsive-text.module.d.ts +2 -0
  329. package/lib/components/simple-grid/base-simple-grid.component.d.ts +52 -0
  330. package/lib/components/simple-grid/simple-grid-cell.component.d.ts +30 -0
  331. package/lib/components/simple-grid/simple-grid-column.directive.d.ts +42 -0
  332. package/lib/components/simple-grid/simple-grid.component.d.ts +64 -0
  333. package/lib/components/simple-grid/simple-grid.module.d.ts +2 -0
  334. package/lib/components/tile/tile.component.d.ts +16 -0
  335. package/lib/components/tile/tile.module.d.ts +2 -0
  336. package/lib/components/tile-select/tile-select.component.d.ts +8 -0
  337. package/lib/components/tile-select/tile-select.module.d.ts +2 -0
  338. package/lib/components/tooltip/tooltip.component.d.ts +18 -0
  339. package/lib/components/tooltip/tooltip.module.d.ts +2 -0
  340. package/lib/components/validation-error/validation-error.component.d.ts +12 -0
  341. package/lib/components/validation-error/validation-error.module.d.ts +2 -0
  342. package/lib/components/view-mode-buttons/content-view-mode.enum.d.ts +8 -0
  343. package/lib/components/view-mode-buttons/view-mode-buttons.component.d.ts +17 -0
  344. package/lib/components/view-mode-buttons/view-mode-buttons.module.d.ts +2 -0
  345. package/lib/core/constant/default-upper-bound-for-range-components.d.ts +2 -0
  346. package/lib/core/constant/java-max-int.d.ts +1 -0
  347. package/lib/core/constant/number-inputs-key-down-white-list.d.ts +2 -0
  348. package/lib/core/decorator/input-boolean.decorator.d.ts +8 -0
  349. package/lib/core/enum/co-direction.d.ts +6 -0
  350. package/lib/core/enum/co-document-image-display-kind.enum.d.ts +5 -0
  351. package/lib/core/enum/co-document-type.enum.d.ts +5 -0
  352. package/lib/core/enum/co-orientation.d.ts +6 -0
  353. package/lib/core/enum/core-components-icon.enum.d.ts +298 -0
  354. package/lib/core/enum/file-type-internal.enum.d.ts +15 -0
  355. package/lib/core/enum/file-type.enum.d.ts +5 -0
  356. package/lib/core/enum/filterItem-mode.enum.d.ts +15 -0
  357. package/lib/core/enum/input-number-picker-show-mode.enum.d.ts +5 -0
  358. package/lib/core/enum/keyboard-code.enum.d.ts +71 -0
  359. package/lib/core/enum/keyboard-key.enum.d.ts +70 -0
  360. package/lib/core/enum/object-right-type.enum.d.ts +5 -0
  361. package/lib/core/enum/popup-button-type.enum.d.ts +9 -0
  362. package/lib/core/enum/popup-type.enum.d.ts +9 -0
  363. package/lib/core/enum/table-name.enum.d.ts +79 -0
  364. package/lib/core/function/any-nill.function.d.ts +1 -0
  365. package/lib/core/function/is-nill.function.d.ts +1 -0
  366. package/lib/core/function/none-nill.function.d.ts +1 -0
  367. package/lib/core/function/not-nill.function.d.ts +1 -0
  368. package/lib/core/model/bounds-constrained-number-value.d.ts +46 -0
  369. package/lib/core/model/check-precision-and-scale-result.d.ts +4 -0
  370. package/lib/core/model/check-within-stepped-bounds-result.d.ts +8 -0
  371. package/lib/core/model/co-document-right.bo.d.ts +6 -0
  372. package/lib/core/model/co-document.bo.d.ts +61 -0
  373. package/lib/core/model/core-components-icon-svg.d.ts +4 -0
  374. package/lib/core/model/element-position.d.ts +7 -0
  375. package/lib/core/model/event/string-prompt-result-event.d.ts +6 -0
  376. package/lib/core/service/form-input-user-change-listener.service.d.ts +10 -0
  377. package/lib/core/service/form-master.service.d.ts +26 -0
  378. package/lib/core/service/ng-zone-wrapper.service.d.ts +6 -0
  379. package/lib/core/utils/array-utils.d.ts +85 -0
  380. package/lib/core/utils/browser-utils.d.ts +15 -0
  381. package/lib/core/utils/direction-enum-utils.d.ts +5 -0
  382. package/lib/core/utils/event-utils.d.ts +12 -0
  383. package/lib/core/utils/file-utils.d.ts +29 -0
  384. package/lib/core/utils/number-utils.d.ts +89 -0
  385. package/lib/core/utils/object-utils.d.ts +31 -0
  386. package/lib/core/utils/string-utils.d.ts +25 -0
  387. package/lib/core/validator/email.validator.d.ts +2 -0
  388. package/lib/core/validator/equal.validator.d.ts +2 -0
  389. package/lib/core/validator/max-string-length.validator.d.ts +2 -0
  390. package/lib/core/validator/password.validator.d.ts +3 -0
  391. package/lib/core/validator/precision-scale.validator.d.ts +2 -0
  392. package/lib/core/validator/required.validator.d.ts +2 -0
  393. package/lib/directives/clickoutside/click-outside-master.service.d.ts +15 -0
  394. package/lib/directives/clickoutside/click-outside.directive.d.ts +18 -0
  395. package/lib/directives/clickoutside/clickoutside.module.d.ts +2 -0
  396. package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +14 -0
  397. package/lib/directives/observe-visibility/observe-visibility.module.d.ts +2 -0
  398. package/lib/directives/overlay/overlay-parent.directive.d.ts +6 -0
  399. package/lib/directives/overlay/overlay.directive.d.ts +25 -0
  400. package/lib/directives/overlay/overlay.module.d.ts +2 -0
  401. package/lib/directives/ripple/ripple-ref.d.ts +21 -0
  402. package/lib/directives/ripple/ripple-renderer.d.ts +56 -0
  403. package/lib/directives/ripple/ripple.directive.d.ts +56 -0
  404. package/lib/directives/ripple/ripple.module.d.ts +2 -0
  405. package/lib/directives/ripple/scroll-dispatcher.service.d.ts +51 -0
  406. package/lib/directives/ripple/scrollable.directive.d.ts +20 -0
  407. package/lib/directives/ripple/viewport-ruler.service.d.ts +29 -0
  408. package/lib/directives/screen-configuration/screen-configuration.directive.d.ts +32 -0
  409. package/lib/directives/screen-configuration/screen-configuration.module.d.ts +2 -0
  410. package/lib/directives/stopclick/stop-click.directive.d.ts +10 -0
  411. package/lib/directives/stopclick/stop-click.module.d.ts +2 -0
  412. package/lib/directives/template-wrapper/template-wrapper.directive.d.ts +13 -0
  413. package/lib/directives/template-wrapper/template-wrapper.module.d.ts +2 -0
  414. package/lib/directives/tooltip/tooltip-directive.module.d.ts +2 -0
  415. package/lib/directives/tooltip/tooltip.directive.d.ts +20 -0
  416. package/lib/interfaces/dialog-response.interface.d.ts +6 -0
  417. package/lib/interfaces/screen-config-adapter-component-interface-name.d.ts +3 -0
  418. package/lib/interfaces/screen-config-adapter.component.interface.d.ts +10 -0
  419. package/lib/model/enum/app-button-type.enum.d.ts +9 -0
  420. package/lib/model/enum/app-popup-type.enum.d.ts +6 -0
  421. package/lib/pipes/append.pipe.d.ts +4 -0
  422. package/lib/pipes/append.pipe.module.d.ts +2 -0
  423. package/lib/pipes/filter.pipe.d.ts +4 -0
  424. package/lib/pipes/filter.pipe.module.d.ts +2 -0
  425. package/lib/pipes/prepend.pipe.d.ts +4 -0
  426. package/lib/pipes/prepend.pipe.module.d.ts +2 -0
  427. package/lib/pipes/price-display-pipe.module.d.ts +2 -0
  428. package/lib/pipes/price-display.pipe.d.ts +4 -0
  429. package/lib/service/base-module-screen-config.service.d.ts +47 -0
  430. package/lib/service/base-module.service.d.ts +22 -0
  431. package/lib/service/color-sequence.service.d.ts +4 -0
  432. package/lib/service/overlay.service.d.ts +13 -0
  433. package/lib/translation/core-components-translation.module.d.ts +4 -0
  434. package/lib/translation/core-components-translation.service.d.ts +6 -0
  435. package/lib/translation/core-dictionary.service.d.ts +12 -0
  436. package/lib/translation/core-localize.pipe.d.ts +7 -0
  437. package/package.json +22 -43
  438. package/public-api.d.ts +126 -0
  439. package/.browserslistrc +0 -17
  440. package/.editorconfig +0 -16
  441. package/.idea/CoreComponents_v12.iml +0 -12
  442. package/.idea/misc.xml +0 -9
  443. package/.idea/modules.xml +0 -8
  444. package/.idea/vcs.xml +0 -6
  445. package/CoreComponents_v12.iml +0 -12
  446. package/angular.json +0 -149
  447. package/dist/corecomponentstest/favicon.ico +0 -0
  448. package/dist/corecomponentstest/index.html +0 -13
  449. package/dist/corecomponentstest/main.js +0 -24187
  450. package/dist/corecomponentstest/main.js.map +0 -1
  451. package/dist/corecomponentstest/polyfills.js +0 -2891
  452. package/dist/corecomponentstest/polyfills.js.map +0 -1
  453. package/dist/corecomponentstest/runtime.js +0 -161
  454. package/dist/corecomponentstest/runtime.js.map +0 -1
  455. package/dist/corecomponentstest/styles.css +0 -2926
  456. package/dist/corecomponentstest/styles.css.map +0 -1
  457. package/dist/corecomponentstest/vendor.js +0 -118790
  458. package/dist/corecomponentstest/vendor.js.map +0 -1
  459. package/karma.conf.js +0 -44
  460. package/move-assets.js +0 -14
  461. package/projects/corecomponents/README.md +0 -24
  462. package/projects/corecomponents/karma.conf.js +0 -44
  463. package/projects/corecomponents/ng-package.json +0 -10
  464. package/projects/corecomponents/package-lock.json +0 -13
  465. package/projects/corecomponents/package.json +0 -19
  466. package/projects/corecomponents/src/lib/components/article-tile/article-tile.component.ts +0 -95
  467. package/projects/corecomponents/src/lib/components/article-tile/article-tile.module.ts +0 -34
  468. package/projects/corecomponents/src/lib/components/base/base-input.component.ts +0 -988
  469. package/projects/corecomponents/src/lib/components/base/base.module.ts +0 -22
  470. package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.component.ts +0 -120
  471. package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.module.ts +0 -19
  472. package/projects/corecomponents/src/lib/components/base/dialog-base.component.ts +0 -8
  473. package/projects/corecomponents/src/lib/components/base-input-date-picker/base-input-date-picker.directive.ts +0 -32
  474. package/projects/corecomponents/src/lib/components/base-input-time/base-input-time-directive.ts +0 -31
  475. package/projects/corecomponents/src/lib/components/button/button.component.ts +0 -117
  476. package/projects/corecomponents/src/lib/components/button/button.module.ts +0 -18
  477. package/projects/corecomponents/src/lib/components/calendar/calendar-template.component.ts +0 -392
  478. package/projects/corecomponents/src/lib/components/calendar/calendar.component.ts +0 -54
  479. package/projects/corecomponents/src/lib/components/calendar/calendar.module.ts +0 -26
  480. package/projects/corecomponents/src/lib/components/card/card.component.ts +0 -94
  481. package/projects/corecomponents/src/lib/components/card/card.module.ts +0 -34
  482. package/projects/corecomponents/src/lib/components/carousel/carousel.component.ts +0 -128
  483. package/projects/corecomponents/src/lib/components/carousel/carousel.module.ts +0 -28
  484. package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.component.ts +0 -392
  485. package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.module.ts +0 -17
  486. package/projects/corecomponents/src/lib/components/carousel-3d/carouselItem.ts +0 -77
  487. package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.component.ts +0 -99
  488. package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.module.ts +0 -18
  489. package/projects/corecomponents/src/lib/components/co-dialog/animation.ts +0 -2
  490. package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.component.ts +0 -130
  491. package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.module.ts +0 -17
  492. package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.component.ts +0 -50
  493. package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.module.ts +0 -15
  494. package/projects/corecomponents/src/lib/components/collapsible/collapsible.component.ts +0 -114
  495. package/projects/corecomponents/src/lib/components/collapsible/collapsible.module.ts +0 -17
  496. package/projects/corecomponents/src/lib/components/color-picker/color-picker.component.ts +0 -40
  497. package/projects/corecomponents/src/lib/components/color-picker/color-picker.module.ts +0 -19
  498. package/projects/corecomponents/src/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.ts +0 -86
  499. package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.module.ts +0 -37
  500. package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.service.ts +0 -61
  501. package/projects/corecomponents/src/lib/components/core-dialog/core-dynamic-component.service.ts +0 -101
  502. package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.component.ts +0 -102
  503. package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.module.ts +0 -23
  504. package/projects/corecomponents/src/lib/components/filter-item/filter-item-viewmodel.ts +0 -20
  505. package/projects/corecomponents/src/lib/components/filter-item/filter-item.component.ts +0 -715
  506. package/projects/corecomponents/src/lib/components/filter-item/filter-item.module.ts +0 -42
  507. package/projects/corecomponents/src/lib/components/filter-item/filter-viewmodel.ts +0 -11
  508. package/projects/corecomponents/src/lib/components/form/form.component.ts +0 -211
  509. package/projects/corecomponents/src/lib/components/form/form.module.ts +0 -22
  510. package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.component.ts +0 -62
  511. package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.module.ts +0 -21
  512. package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.component.ts +0 -28
  513. package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.module.ts +0 -17
  514. package/projects/corecomponents/src/lib/components/icon/icon-cache.service.ts +0 -57
  515. package/projects/corecomponents/src/lib/components/icon/icon.component.ts +0 -54
  516. package/projects/corecomponents/src/lib/components/icon/icon.module.ts +0 -24
  517. package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.component.ts +0 -75
  518. package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.module.ts +0 -21
  519. package/projects/corecomponents/src/lib/components/image/image.component.ts +0 -51
  520. package/projects/corecomponents/src/lib/components/image/image.module.ts +0 -12
  521. package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.component.ts +0 -85
  522. package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.module.ts +0 -17
  523. package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.component.ts +0 -103
  524. package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.module.ts +0 -24
  525. package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.component.ts +0 -155
  526. package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.module.ts +0 -25
  527. package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.component.ts +0 -378
  528. package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.module.ts +0 -20
  529. package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.component.ts +0 -86
  530. package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.module.ts +0 -17
  531. package/projects/corecomponents/src/lib/components/input-scanner/bar-code-scanner.ts +0 -25
  532. package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.component.ts +0 -89
  533. package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.module.ts +0 -19
  534. package/projects/corecomponents/src/lib/components/input-scanner/scanner.service.ts +0 -28
  535. package/projects/corecomponents/src/lib/components/input-search/input-search.component.ts +0 -85
  536. package/projects/corecomponents/src/lib/components/input-search/input-search.module.ts +0 -20
  537. package/projects/corecomponents/src/lib/components/input-text/input-text.component.ts +0 -294
  538. package/projects/corecomponents/src/lib/components/input-text/input-text.module.ts +0 -31
  539. package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.component.ts +0 -81
  540. package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.module.ts +0 -25
  541. package/projects/corecomponents/src/lib/components/input-time/input-time.component.ts +0 -72
  542. package/projects/corecomponents/src/lib/components/input-time/input-time.module.ts +0 -22
  543. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator-level.enum.ts +0 -5
  544. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.component.ts +0 -42
  545. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.module.ts +0 -13
  546. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-multiselect-popup.component.ts +0 -132
  547. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-popup.component.ts +0 -281
  548. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.component.ts +0 -257
  549. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.module.ts +0 -35
  550. package/projects/corecomponents/src/lib/components/loader/loader.component.ts +0 -82
  551. package/projects/corecomponents/src/lib/components/loader/loader.module.ts +0 -17
  552. package/projects/corecomponents/src/lib/components/pagination/paginate.pipe.ts +0 -116
  553. package/projects/corecomponents/src/lib/components/pagination/pagination-instance.ts +0 -18
  554. package/projects/corecomponents/src/lib/components/pagination/pagination.component.ts +0 -160
  555. package/projects/corecomponents/src/lib/components/pagination/pagination.module.ts +0 -26
  556. package/projects/corecomponents/src/lib/components/pagination/pagination.service.ts +0 -99
  557. package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.component.ts +0 -178
  558. package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.module.ts +0 -17
  559. package/projects/corecomponents/src/lib/components/popup/const/popup-window-token.ts +0 -4
  560. package/projects/corecomponents/src/lib/components/popup/interface/popup-button.ts +0 -14
  561. package/projects/corecomponents/src/lib/components/popup/interface/popup-close-event.ts +0 -8
  562. package/projects/corecomponents/src/lib/components/popup/interface/popup-settings.ts +0 -70
  563. package/projects/corecomponents/src/lib/components/popup/interface/popup.ts +0 -17
  564. package/projects/corecomponents/src/lib/components/popup/model/popup-button-globals.ts +0 -11
  565. package/projects/corecomponents/src/lib/components/popup/model/popup-window.ts +0 -51
  566. package/projects/corecomponents/src/lib/components/popup/popup-buttons.component.ts +0 -61
  567. package/projects/corecomponents/src/lib/components/popup/popup-message-display.component.ts +0 -49
  568. package/projects/corecomponents/src/lib/components/popup/popup-window-shell.component.ts +0 -222
  569. package/projects/corecomponents/src/lib/components/popup/popup.module.ts +0 -48
  570. package/projects/corecomponents/src/lib/components/popup/service/popup-shower.service.ts +0 -98
  571. package/projects/corecomponents/src/lib/components/popup/service/prompt.service.ts +0 -127
  572. package/projects/corecomponents/src/lib/components/popup/text-input-popup.component.ts +0 -36
  573. package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.component.ts +0 -24
  574. package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.module.ts +0 -17
  575. package/projects/corecomponents/src/lib/components/simple-grid/base-simple-grid.component.ts +0 -194
  576. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-cell.component.ts +0 -192
  577. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-column.directive.ts +0 -143
  578. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.component.ts +0 -489
  579. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.module.ts +0 -38
  580. package/projects/corecomponents/src/lib/components/tile/tile.component.ts +0 -71
  581. package/projects/corecomponents/src/lib/components/tile/tile.module.ts +0 -21
  582. package/projects/corecomponents/src/lib/components/tile-select/tile-select.component.ts +0 -36
  583. package/projects/corecomponents/src/lib/components/tile-select/tile-select.module.ts +0 -19
  584. package/projects/corecomponents/src/lib/components/tooltip/tooltip.component.ts +0 -96
  585. package/projects/corecomponents/src/lib/components/tooltip/tooltip.module.ts +0 -17
  586. package/projects/corecomponents/src/lib/components/validation-error/validation-error.component.ts +0 -45
  587. package/projects/corecomponents/src/lib/components/validation-error/validation-error.module.ts +0 -24
  588. package/projects/corecomponents/src/lib/components/view-mode-buttons/content-view-mode.enum.ts +0 -9
  589. package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.component.ts +0 -63
  590. package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.module.ts +0 -19
  591. package/projects/corecomponents/src/lib/core/abstract/collection-based-component.ts +0 -488
  592. package/projects/corecomponents/src/lib/core/config/device-environment.ts +0 -26
  593. package/projects/corecomponents/src/lib/core/constant/default-upper-bound-for-range-components.ts +0 -4
  594. package/projects/corecomponents/src/lib/core/constant/java-max-int.ts +0 -1
  595. package/projects/corecomponents/src/lib/core/constant/number-inputs-key-down-white-list.ts +0 -46
  596. package/projects/corecomponents/src/lib/core/decorator/input-boolean.decorator.ts +0 -35
  597. package/projects/corecomponents/src/lib/core/enum/co-direction.ts +0 -7
  598. package/projects/corecomponents/src/lib/core/enum/co-document-image-display-kind.enum.ts +0 -5
  599. package/projects/corecomponents/src/lib/core/enum/co-document-type.enum.ts +0 -9
  600. package/projects/corecomponents/src/lib/core/enum/co-orientation.ts +0 -18
  601. package/projects/corecomponents/src/lib/core/enum/collection-based-component-input-driver-prop.enum.ts +0 -10
  602. package/projects/corecomponents/src/lib/core/enum/color-sequence-name.enum.ts +0 -5
  603. package/projects/corecomponents/src/lib/core/enum/core-components-icon.enum.ts +0 -299
  604. package/projects/corecomponents/src/lib/core/enum/file-type-internal.enum.ts +0 -15
  605. package/projects/corecomponents/src/lib/core/enum/file-type.enum.ts +0 -9
  606. package/projects/corecomponents/src/lib/core/enum/filterItem-mode.enum.ts +0 -57
  607. package/projects/corecomponents/src/lib/core/enum/float-label-type.enum.ts +0 -5
  608. package/projects/corecomponents/src/lib/core/enum/input-number-picker-show-mode.enum.ts +0 -6
  609. package/projects/corecomponents/src/lib/core/enum/input-text-type.enum.ts +0 -4
  610. package/projects/corecomponents/src/lib/core/enum/keyboard-code.enum.ts +0 -72
  611. package/projects/corecomponents/src/lib/core/enum/keyboard-key.enum.ts +0 -78
  612. package/projects/corecomponents/src/lib/core/enum/logical-operator-type.enum.ts +0 -5
  613. package/projects/corecomponents/src/lib/core/enum/object-right-type.enum.ts +0 -5
  614. package/projects/corecomponents/src/lib/core/enum/popup-button-type.enum.ts +0 -10
  615. package/projects/corecomponents/src/lib/core/enum/popup-type.enum.ts +0 -9
  616. package/projects/corecomponents/src/lib/core/enum/schedule-view.enum.ts +0 -14
  617. package/projects/corecomponents/src/lib/core/enum/search-data-type.ts +0 -4
  618. package/projects/corecomponents/src/lib/core/enum/search-property-state.ts +0 -5
  619. package/projects/corecomponents/src/lib/core/enum/sort-data-type.ts +0 -6
  620. package/projects/corecomponents/src/lib/core/enum/sort-direction.ts +0 -9
  621. package/projects/corecomponents/src/lib/core/enum/table-name.enum.ts +0 -79
  622. package/projects/corecomponents/src/lib/core/enum/value-comparison-type.ts +0 -11
  623. package/projects/corecomponents/src/lib/core/function/any-nill.function.ts +0 -6
  624. package/projects/corecomponents/src/lib/core/function/is-nill.function.ts +0 -4
  625. package/projects/corecomponents/src/lib/core/function/none-nill.function.ts +0 -16
  626. package/projects/corecomponents/src/lib/core/function/not-nill.function.ts +0 -4
  627. package/projects/corecomponents/src/lib/core/interface/search-property.ts +0 -15
  628. package/projects/corecomponents/src/lib/core/interface/sort-property.ts +0 -16
  629. package/projects/corecomponents/src/lib/core/model/bounds-constrained-number-value.ts +0 -222
  630. package/projects/corecomponents/src/lib/core/model/check-precision-and-scale-result.ts +0 -5
  631. package/projects/corecomponents/src/lib/core/model/check-within-stepped-bounds-result.ts +0 -8
  632. package/projects/corecomponents/src/lib/core/model/co-document-right.bo.ts +0 -9
  633. package/projects/corecomponents/src/lib/core/model/co-document.bo.ts +0 -193
  634. package/projects/corecomponents/src/lib/core/model/color-sequence.ts +0 -39
  635. package/projects/corecomponents/src/lib/core/model/color.ts +0 -29
  636. package/projects/corecomponents/src/lib/core/model/core-components-icon-svg.ts +0 -299
  637. package/projects/corecomponents/src/lib/core/model/element-position.ts +0 -14
  638. package/projects/corecomponents/src/lib/core/model/event/number-prompt-result-event.ts +0 -10
  639. package/projects/corecomponents/src/lib/core/model/event/string-prompt-result-event.ts +0 -10
  640. package/projects/corecomponents/src/lib/core/model/numerical-range.ts +0 -19
  641. package/projects/corecomponents/src/lib/core/service/form-input-user-change-listener.service.ts +0 -31
  642. package/projects/corecomponents/src/lib/core/service/form-master.service.ts +0 -119
  643. package/projects/corecomponents/src/lib/core/service/ng-zone-wrapper.service.ts +0 -15
  644. package/projects/corecomponents/src/lib/core/utils/array-utils.spec.ts +0 -588
  645. package/projects/corecomponents/src/lib/core/utils/array-utils.ts +0 -301
  646. package/projects/corecomponents/src/lib/core/utils/browser-utils.ts +0 -123
  647. package/projects/corecomponents/src/lib/core/utils/business-object-utils.ts +0 -42
  648. package/projects/corecomponents/src/lib/core/utils/css-utils.ts +0 -276
  649. package/projects/corecomponents/src/lib/core/utils/direction-enum-utils.ts +0 -15
  650. package/projects/corecomponents/src/lib/core/utils/element-ref.utils.ts +0 -12
  651. package/projects/corecomponents/src/lib/core/utils/event-utils.ts +0 -61
  652. package/projects/corecomponents/src/lib/core/utils/file-utils.ts +0 -291
  653. package/projects/corecomponents/src/lib/core/utils/number-utils.spec.ts +0 -657
  654. package/projects/corecomponents/src/lib/core/utils/number-utils.ts +0 -350
  655. package/projects/corecomponents/src/lib/core/utils/object-utils.ts +0 -205
  656. package/projects/corecomponents/src/lib/core/utils/parameter-value-conversion-utils.ts +0 -116
  657. package/projects/corecomponents/src/lib/core/utils/search-utils.ts +0 -121
  658. package/projects/corecomponents/src/lib/core/utils/sort-utils.ts +0 -108
  659. package/projects/corecomponents/src/lib/core/utils/string-utils.ts +0 -100
  660. package/projects/corecomponents/src/lib/core/validator/email.validator.ts +0 -10
  661. package/projects/corecomponents/src/lib/core/validator/equal.validator.ts +0 -14
  662. package/projects/corecomponents/src/lib/core/validator/max-string-length.validator.ts +0 -11
  663. package/projects/corecomponents/src/lib/core/validator/password.validator.ts +0 -35
  664. package/projects/corecomponents/src/lib/core/validator/precision-scale.validator.ts +0 -14
  665. package/projects/corecomponents/src/lib/core/validator/required.validator.ts +0 -9
  666. package/projects/corecomponents/src/lib/directives/align-with/align-with.directive.ts +0 -158
  667. package/projects/corecomponents/src/lib/directives/align-with/align-with.module.ts +0 -13
  668. package/projects/corecomponents/src/lib/directives/clickoutside/click-outside-master.service.ts +0 -64
  669. package/projects/corecomponents/src/lib/directives/clickoutside/click-outside.directive.ts +0 -72
  670. package/projects/corecomponents/src/lib/directives/clickoutside/clickoutside.module.ts +0 -17
  671. package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.directive.ts +0 -55
  672. package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.module.ts +0 -13
  673. package/projects/corecomponents/src/lib/directives/overlay/overlay-parent.directive.ts +0 -20
  674. package/projects/corecomponents/src/lib/directives/overlay/overlay.directive.ts +0 -170
  675. package/projects/corecomponents/src/lib/directives/overlay/overlay.module.ts +0 -16
  676. package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.directive.ts +0 -42
  677. package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.module.ts +0 -13
  678. package/projects/corecomponents/src/lib/directives/resize/resize-detect.directive.ts +0 -54
  679. package/projects/corecomponents/src/lib/directives/resize/resize-detect.module.ts +0 -13
  680. package/projects/corecomponents/src/lib/directives/ripple/ripple-ref.ts +0 -28
  681. package/projects/corecomponents/src/lib/directives/ripple/ripple-renderer.ts +0 -217
  682. package/projects/corecomponents/src/lib/directives/ripple/ripple.directive.ts +0 -116
  683. package/projects/corecomponents/src/lib/directives/ripple/ripple.module.ts +0 -24
  684. package/projects/corecomponents/src/lib/directives/ripple/scroll-dispatcher.service.ts +0 -129
  685. package/projects/corecomponents/src/lib/directives/ripple/scrollable.directive.ts +0 -37
  686. package/projects/corecomponents/src/lib/directives/ripple/viewport-ruler.service.ts +0 -84
  687. package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.directive.ts +0 -170
  688. package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.module.ts +0 -16
  689. package/projects/corecomponents/src/lib/directives/stopclick/stop-click.directive.ts +0 -35
  690. package/projects/corecomponents/src/lib/directives/stopclick/stop-click.module.ts +0 -14
  691. package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.directive.ts +0 -71
  692. package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.module.ts +0 -13
  693. package/projects/corecomponents/src/lib/directives/tooltip/tooltip-directive.module.ts +0 -17
  694. package/projects/corecomponents/src/lib/directives/tooltip/tooltip.directive.ts +0 -94
  695. package/projects/corecomponents/src/lib/interfaces/dialog-response.interface.ts +0 -7
  696. package/projects/corecomponents/src/lib/interfaces/lov-options.component.interface.ts +0 -4
  697. package/projects/corecomponents/src/lib/interfaces/screen-config-adapter-component-interface-name.ts +0 -6
  698. package/projects/corecomponents/src/lib/interfaces/screen-config-adapter.component.interface.ts +0 -10
  699. package/projects/corecomponents/src/lib/model/data-item.ts +0 -9
  700. package/projects/corecomponents/src/lib/model/enum/app-button-type.enum.ts +0 -9
  701. package/projects/corecomponents/src/lib/model/enum/app-popup-type.enum.ts +0 -6
  702. package/projects/corecomponents/src/lib/model/enum/currency-code.enum.ts +0 -7
  703. package/projects/corecomponents/src/lib/model/enum/language-code.enum.ts +0 -8
  704. package/projects/corecomponents/src/lib/model/map/currencies.map.ts +0 -6
  705. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.component.ts +0 -115
  706. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.css +0 -34
  707. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-manager.service.ts +0 -414
  708. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop.module.ts +0 -20
  709. package/projects/corecomponents/src/lib/modules/drag-drop/draggable.directive.ts +0 -70
  710. package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drag-event.ts +0 -5
  711. package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drop-event.ts +0 -9
  712. package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container-element.ts +0 -7
  713. package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container.ts +0 -9
  714. package/projects/corecomponents/src/lib/modules/media-monitor/flex-layout-breakpoint.enum.ts +0 -5
  715. package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.module.ts +0 -14
  716. package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.service.ts +0 -36
  717. package/projects/corecomponents/src/lib/modules/pagination/paginate.pipe.ts +0 -116
  718. package/projects/corecomponents/src/lib/modules/pagination/pagination-instance.ts +0 -18
  719. package/projects/corecomponents/src/lib/modules/pagination/pagination.component.ts +0 -229
  720. package/projects/corecomponents/src/lib/modules/pagination/pagination.module.ts +0 -25
  721. package/projects/corecomponents/src/lib/modules/pagination/pagination.service.ts +0 -98
  722. package/projects/corecomponents/src/lib/pipes/append.pipe.module.ts +0 -13
  723. package/projects/corecomponents/src/lib/pipes/append.pipe.ts +0 -17
  724. package/projects/corecomponents/src/lib/pipes/co-currency-pipe.module.ts +0 -13
  725. package/projects/corecomponents/src/lib/pipes/co-currency.pipe.ts +0 -45
  726. package/projects/corecomponents/src/lib/pipes/emun-keys.pipe.ts +0 -20
  727. package/projects/corecomponents/src/lib/pipes/enum-keys-pipe.module.ts +0 -13
  728. package/projects/corecomponents/src/lib/pipes/file-type-image-pipe.module.ts +0 -13
  729. package/projects/corecomponents/src/lib/pipes/file-type-image.pipe.ts +0 -45
  730. package/projects/corecomponents/src/lib/pipes/filter.pipe.module.ts +0 -13
  731. package/projects/corecomponents/src/lib/pipes/filter.pipe.ts +0 -14
  732. package/projects/corecomponents/src/lib/pipes/master-pipe.module.ts +0 -13
  733. package/projects/corecomponents/src/lib/pipes/master.pipe.ts +0 -71
  734. package/projects/corecomponents/src/lib/pipes/prepend.pipe.module.ts +0 -13
  735. package/projects/corecomponents/src/lib/pipes/prepend.pipe.ts +0 -17
  736. package/projects/corecomponents/src/lib/pipes/price-display-pipe.module.ts +0 -14
  737. package/projects/corecomponents/src/lib/pipes/price-display.pipe.ts +0 -20
  738. package/projects/corecomponents/src/lib/pipes/safe-style.pipe.module.ts +0 -13
  739. package/projects/corecomponents/src/lib/pipes/safe-style.pipe.ts +0 -14
  740. package/projects/corecomponents/src/lib/pipes/ucfirst-pipe.module.ts +0 -13
  741. package/projects/corecomponents/src/lib/pipes/ucfirst.pipe.ts +0 -14
  742. package/projects/corecomponents/src/lib/service/base-module-screen-config.service.ts +0 -241
  743. package/projects/corecomponents/src/lib/service/base-module.service.ts +0 -50
  744. package/projects/corecomponents/src/lib/service/color-sequence.service.ts +0 -20
  745. package/projects/corecomponents/src/lib/service/overlay.service.ts +0 -81
  746. package/projects/corecomponents/src/lib/translation/core-components-translation.module.ts +0 -27
  747. package/projects/corecomponents/src/lib/translation/core-components-translation.service.ts +0 -15
  748. package/projects/corecomponents/src/lib/translation/core-dictionary.service.ts +0 -27
  749. package/projects/corecomponents/src/lib/translation/core-localize.pipe.ts +0 -21
  750. package/projects/corecomponents/src/public-api.ts +0 -137
  751. package/projects/corecomponents/src/res/icons/Barcode.svg +0 -1
  752. package/projects/corecomponents/src/res/icons/CashRegister.svg +0 -1
  753. package/projects/corecomponents/src/res/icons/CirclePlusSkinny.svg +0 -1
  754. package/projects/corecomponents/src/res/icons/CrossSkinny.svg +0 -1
  755. package/projects/corecomponents/src/res/icons/FolderArrow.svg +0 -1
  756. package/projects/corecomponents/src/res/icons/Home.svg +0 -1
  757. package/projects/corecomponents/src/res/icons/POS.svg +0 -1
  758. package/projects/corecomponents/src/res/icons/Shop.svg +0 -1
  759. package/projects/corecomponents/src/res/icons/SinglePerson.svg +0 -1
  760. package/projects/corecomponents/src/res/icons/Star.svg +0 -1
  761. package/projects/corecomponents/src/res/icons/TrashBin.svg +0 -1
  762. package/projects/corecomponents/src/res/icons/account.svg +0 -1
  763. package/projects/corecomponents/src/res/icons/account_round_open.svg +0 -1
  764. package/projects/corecomponents/src/res/icons/activities.svg +0 -1
  765. package/projects/corecomponents/src/res/icons/add_to_cart_drop.svg +0 -1
  766. package/projects/corecomponents/src/res/icons/arrow_down.svg +0 -1
  767. package/projects/corecomponents/src/res/icons/arrow_fat_left.svg +0 -1
  768. package/projects/corecomponents/src/res/icons/arrow_fat_right.svg +0 -1
  769. package/projects/corecomponents/src/res/icons/arrow_left.svg +0 -4
  770. package/projects/corecomponents/src/res/icons/arrow_left_round_open.svg +0 -1
  771. package/projects/corecomponents/src/res/icons/arrow_point_down.svg +0 -6
  772. package/projects/corecomponents/src/res/icons/arrow_point_left.svg +0 -8
  773. package/projects/corecomponents/src/res/icons/arrow_point_right.svg +0 -8
  774. package/projects/corecomponents/src/res/icons/arrow_point_up.svg +0 -8
  775. package/projects/corecomponents/src/res/icons/arrow_right_round_open.svg +0 -1
  776. package/projects/corecomponents/src/res/icons/arrow_scroll_down.svg +0 -6
  777. package/projects/corecomponents/src/res/icons/arrow_scroll_left.svg +0 -22
  778. package/projects/corecomponents/src/res/icons/arrow_scroll_right.svg +0 -22
  779. package/projects/corecomponents/src/res/icons/arrow_scroll_up.svg +0 -6
  780. package/projects/corecomponents/src/res/icons/arrow_up.svg +0 -3
  781. package/projects/corecomponents/src/res/icons/article.svg +0 -1
  782. package/projects/corecomponents/src/res/icons/article_with_fold.svg +0 -1
  783. package/projects/corecomponents/src/res/icons/asterisk_small.svg +0 -1
  784. package/projects/corecomponents/src/res/icons/attachments.svg +0 -1
  785. package/projects/corecomponents/src/res/icons/back_to_top.svg +0 -1
  786. package/projects/corecomponents/src/res/icons/big_mac.svg +0 -6
  787. package/projects/corecomponents/src/res/icons/boxes.svg +0 -1
  788. package/projects/corecomponents/src/res/icons/brush.svg +0 -1
  789. package/projects/corecomponents/src/res/icons/brush_round_open.svg +0 -1
  790. package/projects/corecomponents/src/res/icons/building_columns.svg +0 -1
  791. package/projects/corecomponents/src/res/icons/businessrules.svg +0 -1
  792. package/projects/corecomponents/src/res/icons/calendar.svg +0 -1
  793. package/projects/corecomponents/src/res/icons/calendar_day.svg +0 -37
  794. package/projects/corecomponents/src/res/icons/calendar_day_regular.svg +0 -1
  795. package/projects/corecomponents/src/res/icons/calendar_empty.svg +0 -16
  796. package/projects/corecomponents/src/res/icons/calendar_range.svg +0 -1
  797. package/projects/corecomponents/src/res/icons/calendar_round_open.svg +0 -16
  798. package/projects/corecomponents/src/res/icons/camera.svg +0 -1
  799. package/projects/corecomponents/src/res/icons/cancel.svg +0 -1
  800. package/projects/corecomponents/src/res/icons/cancel_round_filled.svg +0 -1
  801. package/projects/corecomponents/src/res/icons/cancel_round_open.svg +0 -1
  802. package/projects/corecomponents/src/res/icons/cart.svg +0 -1
  803. package/projects/corecomponents/src/res/icons/cart_open.svg +0 -8
  804. package/projects/corecomponents/src/res/icons/case_manager.svg +0 -1
  805. package/projects/corecomponents/src/res/icons/cash_register_simple.svg +0 -1
  806. package/projects/corecomponents/src/res/icons/change_location.svg +0 -1
  807. package/projects/corecomponents/src/res/icons/check.svg +0 -1
  808. package/projects/corecomponents/src/res/icons/check_duotone.svg +0 -1
  809. package/projects/corecomponents/src/res/icons/check_round.svg +0 -1
  810. package/projects/corecomponents/src/res/icons/check_round_open.svg +0 -10
  811. package/projects/corecomponents/src/res/icons/check_simple.svg +0 -3
  812. package/projects/corecomponents/src/res/icons/check_thin.svg +0 -1
  813. package/projects/corecomponents/src/res/icons/chevron_down_regular.svg +0 -1
  814. package/projects/corecomponents/src/res/icons/chevron_up_regular.svg +0 -1
  815. package/projects/corecomponents/src/res/icons/client.svg +0 -1
  816. package/projects/corecomponents/src/res/icons/clock.svg +0 -1
  817. package/projects/corecomponents/src/res/icons/clockArrow.svg +0 -1
  818. package/projects/corecomponents/src/res/icons/cogWheelPlus.svg +0 -1
  819. package/projects/corecomponents/src/res/icons/cogWheels.svg +0 -1
  820. package/projects/corecomponents/src/res/icons/column_options.svg +0 -18
  821. package/projects/corecomponents/src/res/icons/company.svg +0 -1
  822. package/projects/corecomponents/src/res/icons/company_flat.svg +0 -4
  823. package/projects/corecomponents/src/res/icons/configurable.svg +0 -1
  824. package/projects/corecomponents/src/res/icons/consultant.svg +0 -1
  825. package/projects/corecomponents/src/res/icons/copy.svg +0 -1
  826. package/projects/corecomponents/src/res/icons/crosshair_1.svg +0 -1
  827. package/projects/corecomponents/src/res/icons/dashboard.svg +0 -1
  828. package/projects/corecomponents/src/res/icons/delivery_method.svg +0 -32
  829. package/projects/corecomponents/src/res/icons/delivery_status_uncheck.svg +0 -9
  830. package/projects/corecomponents/src/res/icons/delivery_truck.svg +0 -1
  831. package/projects/corecomponents/src/res/icons/detail_record.svg +0 -1
  832. package/projects/corecomponents/src/res/icons/detail_view.svg +0 -1
  833. package/projects/corecomponents/src/res/icons/dictionary.svg +0 -1
  834. package/projects/corecomponents/src/res/icons/documentWrench.svg +0 -1
  835. package/projects/corecomponents/src/res/icons/documents.svg +0 -1
  836. package/projects/corecomponents/src/res/icons/dollar.svg +0 -1
  837. package/projects/corecomponents/src/res/icons/download.svg +0 -1
  838. package/projects/corecomponents/src/res/icons/dropdown.svg +0 -4
  839. package/projects/corecomponents/src/res/icons/dropzone.svg +0 -1
  840. package/projects/corecomponents/src/res/icons/edit_pencil.svg +0 -1
  841. package/projects/corecomponents/src/res/icons/edit_pencil_circle.svg +0 -1
  842. package/projects/corecomponents/src/res/icons/edit_pencil_round.svg +0 -11
  843. package/projects/corecomponents/src/res/icons/edit_pencil_simple.svg +0 -16
  844. package/projects/corecomponents/src/res/icons/email.svg +0 -1
  845. package/projects/corecomponents/src/res/icons/email_round_open.svg +0 -6
  846. package/projects/corecomponents/src/res/icons/employee.svg +0 -1
  847. package/projects/corecomponents/src/res/icons/employee_two.svg +0 -1
  848. package/projects/corecomponents/src/res/icons/employer.svg +0 -1
  849. package/projects/corecomponents/src/res/icons/employment.svg +0 -1
  850. package/projects/corecomponents/src/res/icons/employment_end.svg +0 -7
  851. package/projects/corecomponents/src/res/icons/equal.svg +0 -1
  852. package/projects/corecomponents/src/res/icons/euro.svg +0 -1
  853. package/projects/corecomponents/src/res/icons/exclamation.svg +0 -1
  854. package/projects/corecomponents/src/res/icons/exclamation_round_open.svg +0 -1
  855. package/projects/corecomponents/src/res/icons/eye_circle.svg +0 -1
  856. package/projects/corecomponents/src/res/icons/eye_circle_large.svg +0 -1
  857. package/projects/corecomponents/src/res/icons/eye_round_filled.svg +0 -11
  858. package/projects/corecomponents/src/res/icons/factory.svg +0 -1
  859. package/projects/corecomponents/src/res/icons/fasttrack.svg +0 -1
  860. package/projects/corecomponents/src/res/icons/filter.svg +0 -1
  861. package/projects/corecomponents/src/res/icons/finish.svg +0 -1
  862. package/projects/corecomponents/src/res/icons/fixed_option_value_tree.svg +0 -1
  863. package/projects/corecomponents/src/res/icons/fixed_tree_option_value.svg +0 -1
  864. package/projects/corecomponents/src/res/icons/floppy_disk_solid.svg +0 -1
  865. package/projects/corecomponents/src/res/icons/folder_arrow_in.svg +0 -8
  866. package/projects/corecomponents/src/res/icons/formula.svg +0 -1
  867. package/projects/corecomponents/src/res/icons/fullscreen.svg +0 -6
  868. package/projects/corecomponents/src/res/icons/gear_double.svg +0 -21
  869. package/projects/corecomponents/src/res/icons/global_search.svg +0 -45
  870. package/projects/corecomponents/src/res/icons/globe.svg +0 -1
  871. package/projects/corecomponents/src/res/icons/greater_than.svg +0 -1
  872. package/projects/corecomponents/src/res/icons/groupby.svg +0 -1
  873. package/projects/corecomponents/src/res/icons/hamburger.svg +0 -1
  874. package/projects/corecomponents/src/res/icons/hand_pointer.svg +0 -1
  875. package/projects/corecomponents/src/res/icons/hbarchart.svg +0 -6
  876. package/projects/corecomponents/src/res/icons/home_circle.svg +0 -9
  877. package/projects/corecomponents/src/res/icons/home_open.svg +0 -7
  878. package/projects/corecomponents/src/res/icons/home_round_open.svg +0 -11
  879. package/projects/corecomponents/src/res/icons/hourglass.svg +0 -1
  880. package/projects/corecomponents/src/res/icons/icon_3d.svg +0 -1
  881. package/projects/corecomponents/src/res/icons/id.svg +0 -1
  882. package/projects/corecomponents/src/res/icons/image.svg +0 -1
  883. package/projects/corecomponents/src/res/icons/incoming_storage.svg +0 -1
  884. package/projects/corecomponents/src/res/icons/information.svg +0 -1
  885. package/projects/corecomponents/src/res/icons/information_round_open.svg +0 -6
  886. package/projects/corecomponents/src/res/icons/input_multiplechoice.svg +0 -1
  887. package/projects/corecomponents/src/res/icons/input_text.svg +0 -1
  888. package/projects/corecomponents/src/res/icons/input_textarea.svg +0 -1
  889. package/projects/corecomponents/src/res/icons/inventory.svg +0 -1
  890. package/projects/corecomponents/src/res/icons/invoice.svg +0 -20
  891. package/projects/corecomponents/src/res/icons/ione_logo.svg +0 -1
  892. package/projects/corecomponents/src/res/icons/ione_logo_fat.svg +0 -1
  893. package/projects/corecomponents/src/res/icons/ione_status_next.svg +0 -43
  894. package/projects/corecomponents/src/res/icons/ione_workflow.svg +0 -62
  895. package/projects/corecomponents/src/res/icons/keyboard.svg +0 -1
  896. package/projects/corecomponents/src/res/icons/keychain.svg +0 -1
  897. package/projects/corecomponents/src/res/icons/label.svg +0 -5
  898. package/projects/corecomponents/src/res/icons/label_round_open.svg +0 -6
  899. package/projects/corecomponents/src/res/icons/landmark_flag.svg +0 -1
  900. package/projects/corecomponents/src/res/icons/library.svg +0 -21
  901. package/projects/corecomponents/src/res/icons/linechart.svg +0 -1
  902. package/projects/corecomponents/src/res/icons/link_circle.svg +0 -1
  903. package/projects/corecomponents/src/res/icons/linked_products.svg +0 -1
  904. package/projects/corecomponents/src/res/icons/list_view.svg +0 -8
  905. package/projects/corecomponents/src/res/icons/location.svg +0 -1
  906. package/projects/corecomponents/src/res/icons/lock.svg +0 -1
  907. package/projects/corecomponents/src/res/icons/lock_round_open.svg +0 -8
  908. package/projects/corecomponents/src/res/icons/logo.svg +0 -1
  909. package/projects/corecomponents/src/res/icons/logout.svg +0 -1
  910. package/projects/corecomponents/src/res/icons/magic_wand.svg +0 -1
  911. package/projects/corecomponents/src/res/icons/magnifier.svg +0 -5
  912. package/projects/corecomponents/src/res/icons/manager.svg +0 -12
  913. package/projects/corecomponents/src/res/icons/mask.svg +0 -1
  914. package/projects/corecomponents/src/res/icons/master_detail.svg +0 -1
  915. package/projects/corecomponents/src/res/icons/material_circle_large.svg +0 -1
  916. package/projects/corecomponents/src/res/icons/medal_bronze.svg +0 -23
  917. package/projects/corecomponents/src/res/icons/medal_gold.svg +0 -23
  918. package/projects/corecomponents/src/res/icons/medal_silver.svg +0 -23
  919. package/projects/corecomponents/src/res/icons/medical_officer.svg +0 -14
  920. package/projects/corecomponents/src/res/icons/microphone.svg +0 -1
  921. package/projects/corecomponents/src/res/icons/minus_round_open.svg +0 -1
  922. package/projects/corecomponents/src/res/icons/minus_simple.svg +0 -1
  923. package/projects/corecomponents/src/res/icons/mobile.svg +0 -1
  924. package/projects/corecomponents/src/res/icons/multi_select_check.svg +0 -10
  925. package/projects/corecomponents/src/res/icons/new_task.svg +0 -1
  926. package/projects/corecomponents/src/res/icons/not_equal.svg +0 -4
  927. package/projects/corecomponents/src/res/icons/note.svg +0 -1
  928. package/projects/corecomponents/src/res/icons/note_bordered.svg +0 -1
  929. package/projects/corecomponents/src/res/icons/notification.svg +0 -1
  930. package/projects/corecomponents/src/res/icons/option.svg +0 -1
  931. package/projects/corecomponents/src/res/icons/optionset.svg +0 -1
  932. package/projects/corecomponents/src/res/icons/order.svg +0 -1
  933. package/projects/corecomponents/src/res/icons/orderpicking.svg +0 -1
  934. package/projects/corecomponents/src/res/icons/outgoing_storage.svg +0 -1
  935. package/projects/corecomponents/src/res/icons/over_booking.svg +0 -1
  936. package/projects/corecomponents/src/res/icons/pause_circle.svg +0 -12
  937. package/projects/corecomponents/src/res/icons/pen_to_square_solid.svg +0 -1
  938. package/projects/corecomponents/src/res/icons/pencil_round_open.svg +0 -10
  939. package/projects/corecomponents/src/res/icons/phone.svg +0 -1
  940. package/projects/corecomponents/src/res/icons/phone_round_open.svg +0 -10
  941. package/projects/corecomponents/src/res/icons/piechart.svg +0 -24
  942. package/projects/corecomponents/src/res/icons/pin.svg +0 -9
  943. package/projects/corecomponents/src/res/icons/pin_round_open.svg +0 -11
  944. package/projects/corecomponents/src/res/icons/play_circle.svg +0 -1
  945. package/projects/corecomponents/src/res/icons/plus_round.svg +0 -9
  946. package/projects/corecomponents/src/res/icons/plus_round_open.svg +0 -1
  947. package/projects/corecomponents/src/res/icons/plus_simple.svg +0 -1
  948. package/projects/corecomponents/src/res/icons/plus_skinny.svg +0 -8
  949. package/projects/corecomponents/src/res/icons/plus_solid.svg +0 -1
  950. package/projects/corecomponents/src/res/icons/plus_stars.svg +0 -1
  951. package/projects/corecomponents/src/res/icons/pointer.svg +0 -7
  952. package/projects/corecomponents/src/res/icons/pointer_3d.svg +0 -8
  953. package/projects/corecomponents/src/res/icons/pointer_filled.svg +0 -6
  954. package/projects/corecomponents/src/res/icons/positioning.svg +0 -1
  955. package/projects/corecomponents/src/res/icons/pregnancy.svg +0 -18
  956. package/projects/corecomponents/src/res/icons/preset.svg +0 -1
  957. package/projects/corecomponents/src/res/icons/print.svg +0 -1
  958. package/projects/corecomponents/src/res/icons/product_properties.svg +0 -1
  959. package/projects/corecomponents/src/res/icons/purchase.svg +0 -15
  960. package/projects/corecomponents/src/res/icons/qrcode.svg +0 -59
  961. package/projects/corecomponents/src/res/icons/question.svg +0 -1
  962. package/projects/corecomponents/src/res/icons/radio_uncheck.svg +0 -1
  963. package/projects/corecomponents/src/res/icons/range.svg +0 -1
  964. package/projects/corecomponents/src/res/icons/range_select.svg +0 -1
  965. package/projects/corecomponents/src/res/icons/rectangles.svg +0 -15
  966. package/projects/corecomponents/src/res/icons/refresh.svg +0 -1
  967. package/projects/corecomponents/src/res/icons/relations.svg +0 -20
  968. package/projects/corecomponents/src/res/icons/remark.svg +0 -1
  969. package/projects/corecomponents/src/res/icons/remark_round_open.svg +0 -6
  970. package/projects/corecomponents/src/res/icons/report_in_type.svg +0 -1
  971. package/projects/corecomponents/src/res/icons/resize.svg +0 -3
  972. package/projects/corecomponents/src/res/icons/resize_down.svg +0 -1
  973. package/projects/corecomponents/src/res/icons/resize_up.svg +0 -1
  974. package/projects/corecomponents/src/res/icons/return_goods.svg +0 -4
  975. package/projects/corecomponents/src/res/icons/returns.svg +0 -1
  976. package/projects/corecomponents/src/res/icons/rotate_left_solid.svg +0 -1
  977. package/projects/corecomponents/src/res/icons/save_disk.svg +0 -15
  978. package/projects/corecomponents/src/res/icons/save_skinny.svg +0 -3
  979. package/projects/corecomponents/src/res/icons/scale_balanced.svg +0 -1
  980. package/projects/corecomponents/src/res/icons/scanner.svg +0 -1
  981. package/projects/corecomponents/src/res/icons/search_round_open.svg +0 -9
  982. package/projects/corecomponents/src/res/icons/sections.svg +0 -1
  983. package/projects/corecomponents/src/res/icons/select_all_round.svg +0 -5
  984. package/projects/corecomponents/src/res/icons/services.svg +0 -1
  985. package/projects/corecomponents/src/res/icons/settings.svg +0 -20
  986. package/projects/corecomponents/src/res/icons/shopping_cart.svg +0 -1
  987. package/projects/corecomponents/src/res/icons/shopping_cart_nr.svg +0 -1
  988. package/projects/corecomponents/src/res/icons/shortcut.svg +0 -1
  989. package/projects/corecomponents/src/res/icons/skills.svg +0 -1
  990. package/projects/corecomponents/src/res/icons/slide_in.svg +0 -1
  991. package/projects/corecomponents/src/res/icons/slider_panel.svg +0 -7
  992. package/projects/corecomponents/src/res/icons/small_tiles.svg +0 -1
  993. package/projects/corecomponents/src/res/icons/smaller_than.svg +0 -1
  994. package/projects/corecomponents/src/res/icons/sort_asc.svg +0 -1
  995. package/projects/corecomponents/src/res/icons/sort_desc.svg +0 -1
  996. package/projects/corecomponents/src/res/icons/star_round_open.svg +0 -6
  997. package/projects/corecomponents/src/res/icons/status_active.svg +0 -1
  998. package/projects/corecomponents/src/res/icons/status_adoption.svg +0 -1
  999. package/projects/corecomponents/src/res/icons/status_fostercare.svg +0 -1
  1000. package/projects/corecomponents/src/res/icons/status_ill.svg +0 -10
  1001. package/projects/corecomponents/src/res/icons/status_leave.svg +0 -1
  1002. package/projects/corecomponents/src/res/icons/status_pregnancy.svg +0 -10
  1003. package/projects/corecomponents/src/res/icons/stock.svg +0 -1
  1004. package/projects/corecomponents/src/res/icons/stock_management.svg +0 -25
  1005. package/projects/corecomponents/src/res/icons/storage.svg +0 -1
  1006. package/projects/corecomponents/src/res/icons/supervisor.svg +0 -1
  1007. package/projects/corecomponents/src/res/icons/supplier.svg +0 -18
  1008. package/projects/corecomponents/src/res/icons/surgery.svg +0 -35
  1009. package/projects/corecomponents/src/res/icons/tablechart.svg +0 -15
  1010. package/projects/corecomponents/src/res/icons/tag.svg +0 -1
  1011. package/projects/corecomponents/src/res/icons/talk_too_much.svg +0 -7
  1012. package/projects/corecomponents/src/res/icons/target.svg +0 -1
  1013. package/projects/corecomponents/src/res/icons/task.svg +0 -1
  1014. package/projects/corecomponents/src/res/icons/thick_lines.svg +0 -1
  1015. package/projects/corecomponents/src/res/icons/thin_lines.svg +0 -1
  1016. package/projects/corecomponents/src/res/icons/three_sixty_view.svg +0 -1
  1017. package/projects/corecomponents/src/res/icons/thumb_bronze.svg +0 -29
  1018. package/projects/corecomponents/src/res/icons/thumb_gold.svg +0 -29
  1019. package/projects/corecomponents/src/res/icons/thumb_silver.svg +0 -29
  1020. package/projects/corecomponents/src/res/icons/timeline.svg +0 -1
  1021. package/projects/corecomponents/src/res/icons/transaction_detail.svg +0 -19
  1022. package/projects/corecomponents/src/res/icons/transactions.svg +0 -12
  1023. package/projects/corecomponents/src/res/icons/trash_can_solid.svg +0 -1
  1024. package/projects/corecomponents/src/res/icons/triangle_down.svg +0 -1
  1025. package/projects/corecomponents/src/res/icons/triangle_large.svg +0 -5
  1026. package/projects/corecomponents/src/res/icons/triangle_left.svg +0 -1
  1027. package/projects/corecomponents/src/res/icons/triangle_right.svg +0 -1
  1028. package/projects/corecomponents/src/res/icons/triangle_up.svg +0 -1
  1029. package/projects/corecomponents/src/res/icons/truck.svg +0 -1
  1030. package/projects/corecomponents/src/res/icons/truck_calendar.svg +0 -15
  1031. package/projects/corecomponents/src/res/icons/undo_round_open.svg +0 -1
  1032. package/projects/corecomponents/src/res/icons/user.svg +0 -9
  1033. package/projects/corecomponents/src/res/icons/variants.svg +0 -1
  1034. package/projects/corecomponents/src/res/icons/vbarchart.svg +0 -6
  1035. package/projects/corecomponents/src/res/icons/view.svg +0 -1
  1036. package/projects/corecomponents/src/res/icons/warehouse.svg +0 -1
  1037. package/projects/corecomponents/src/res/icons/watermark.svg +0 -10
  1038. package/projects/corecomponents/src/res/icons/website.svg +0 -1
  1039. package/projects/corecomponents/src/res/icons/wizard.svg +0 -18
  1040. package/projects/corecomponents/src/res/icons/wms.svg +0 -24
  1041. package/projects/corecomponents/src/res/icons/work_in_progress.svg +0 -10
  1042. package/projects/corecomponents/src/res/icons/work_in_progress_round_open.svg +0 -9
  1043. package/projects/corecomponents/src/res/icons/wrench.svg +0 -4
  1044. package/projects/corecomponents/src/res/icons/x_axis.svg +0 -5
  1045. package/projects/corecomponents/src/res/icons/y_axis.svg +0 -5
  1046. package/projects/corecomponents/src/test.ts +0 -28
  1047. package/projects/corecomponents/tsconfig.lib.json +0 -20
  1048. package/projects/corecomponents/tsconfig.lib.prod.json +0 -16
  1049. package/projects/corecomponents/tsconfig.spec.json +0 -17
  1050. package/scripts/export.bat +0 -9
  1051. package/scripts/merge-icons.js +0 -39
  1052. package/scripts/publish.bat +0 -6
  1053. package/src/app/app.component.scss +0 -36
  1054. package/src/app/app.component.spec.ts +0 -31
  1055. package/src/app/app.component.ts +0 -559
  1056. package/src/app/app.module.ts +0 -145
  1057. package/src/app/components/button-showcase.component.ts +0 -82
  1058. package/src/app/components/carousel-3d-showcase.component.ts +0 -70
  1059. package/src/app/components/checkbox-showcase.component.ts +0 -56
  1060. package/src/app/components/co-dialog-showcase.component.ts +0 -189
  1061. package/src/app/components/co-simple-grid-test.component.ts +0 -146
  1062. package/src/app/components/filter-item-showcase.component.ts +0 -178
  1063. package/src/app/components/forms-showcase.component.ts +0 -703
  1064. package/src/app/components/icon-showcase.component.ts +0 -72
  1065. package/src/app/components/input-checkbox-showcase.component.ts +0 -87
  1066. package/src/app/components/input-date-picker-showcase.component.ts +0 -90
  1067. package/src/app/components/input-number-picker-showcase.component.ts +0 -125
  1068. package/src/app/components/input-radio-button-showcase.component.ts +0 -87
  1069. package/src/app/components/input-scanner-showcase.component.ts +0 -35
  1070. package/src/app/components/input-text-showcase.component.ts +0 -200
  1071. package/src/app/components/input-time-showcase.component.ts +0 -104
  1072. package/src/app/components/number-picker-showcase.component.ts +0 -17
  1073. package/src/app/components/simple-grid-showcase.component.ts +0 -60
  1074. package/src/app/model/data-item.ts +0 -9
  1075. package/src/app/model/enum/currency-code.enum.ts +0 -7
  1076. package/src/app/model/enum/language-code.enum.ts +0 -8
  1077. package/src/app/model/map/currencies.map.ts +0 -6
  1078. package/src/app/service/showcase-data.service.ts +0 -1110
  1079. package/src/assets/.gitkeep +0 -0
  1080. package/src/environments/environment.prod.ts +0 -3
  1081. package/src/environments/environment.ts +0 -16
  1082. package/src/favicon.ico +0 -0
  1083. package/src/index.html +0 -13
  1084. package/src/main.ts +0 -12
  1085. package/src/polyfills.ts +0 -65
  1086. package/src/styles.scss +0 -56
  1087. package/src/test.ts +0 -27
  1088. package/tsconfig.app.json +0 -15
  1089. package/tsconfig.json +0 -37
  1090. package/tsconfig.spec.json +0 -18
  1091. /package/{projects/corecomponents/src/lib → lib}/components/article-tile/article-tile.component.scss +0 -0
  1092. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_layout.scss +0 -0
  1093. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_material-definition.scss +0 -0
  1094. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_theme.scss +0 -0
  1095. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/material.scss +0 -0
  1096. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_co-ripple.scss +0 -0
  1097. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_layout.scss +0 -0
  1098. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_material-definition.scss +0 -0
  1099. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_theme.scss +0 -0
  1100. /package/{projects/corecomponents/src/lib → lib}/components/button/style/material.scss +0 -0
  1101. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_layout.scss +0 -0
  1102. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_material-definition.scss +0 -0
  1103. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_theme.scss +0 -0
  1104. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/material.scss +0 -0
  1105. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_layout.scss +0 -0
  1106. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_material-definition.scss +0 -0
  1107. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_theme.scss +0 -0
  1108. /package/{projects/corecomponents/src/lib → lib}/components/card/style/material.scss +0 -0
  1109. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_layout.scss +0 -0
  1110. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_material-definition.scss +0 -0
  1111. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_theme.scss +0 -0
  1112. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/material.scss +0 -0
  1113. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_layout.scss +0 -0
  1114. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_material-definition.scss +0 -0
  1115. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_theme.scss +0 -0
  1116. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/material.scss +0 -0
  1117. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_layout.scss +0 -0
  1118. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_material-definition.scss +0 -0
  1119. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_theme.scss +0 -0
  1120. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/material.scss +0 -0
  1121. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_layout.scss +0 -0
  1122. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_material-definition.scss +0 -0
  1123. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_theme.scss +0 -0
  1124. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/material.scss +0 -0
  1125. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_layout.scss +0 -0
  1126. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_material-definition.scss +0 -0
  1127. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_theme.scss +0 -0
  1128. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/material.scss +0 -0
  1129. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_layout.scss +0 -0
  1130. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_material-definition.scss +0 -0
  1131. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_theme.scss +0 -0
  1132. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/material.scss +0 -0
  1133. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_layout.scss +0 -0
  1134. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_material-definition.scss +0 -0
  1135. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_theme.scss +0 -0
  1136. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/material.scss +0 -0
  1137. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_layout.scss +0 -0
  1138. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_material-definition.scss +0 -0
  1139. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_theme.scss +0 -0
  1140. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/material.scss +0 -0
  1141. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_layout.scss +0 -0
  1142. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_material-definition.scss +0 -0
  1143. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_theme.scss +0 -0
  1144. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/material.scss +0 -0
  1145. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_layout.scss +0 -0
  1146. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_material-definition.scss +0 -0
  1147. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_theme.scss +0 -0
  1148. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/material.scss +0 -0
  1149. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_layout.scss +0 -0
  1150. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_material-definition.scss +0 -0
  1151. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_theme.scss +0 -0
  1152. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/material.scss +0 -0
  1153. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_layout.scss +0 -0
  1154. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_material-definition.scss +0 -0
  1155. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_theme.scss +0 -0
  1156. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/material.scss +0 -0
  1157. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_layout.scss +0 -0
  1158. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_material-definition.scss +0 -0
  1159. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_theme.scss +0 -0
  1160. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/material.scss +0 -0
  1161. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_layout.scss +0 -0
  1162. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_material-definition.scss +0 -0
  1163. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_theme.scss +0 -0
  1164. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/material.scss +0 -0
  1165. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_layout.scss +0 -0
  1166. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_material-definition.scss +0 -0
  1167. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_theme.scss +0 -0
  1168. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/material.scss +0 -0
  1169. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_layout.scss +0 -0
  1170. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_material-definition.scss +0 -0
  1171. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_theme.scss +0 -0
  1172. /package/{projects/corecomponents/src/lib → lib}/components/image/style/material.scss +0 -0
  1173. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_layout.scss +0 -0
  1174. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_material-definition.scss +0 -0
  1175. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_theme.scss +0 -0
  1176. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/material.scss +0 -0
  1177. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_layout.scss +0 -0
  1178. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_material-definition.scss +0 -0
  1179. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_theme.scss +0 -0
  1180. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/material.scss +0 -0
  1181. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_layout.scss +0 -0
  1182. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_material-definition.scss +0 -0
  1183. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_theme.scss +0 -0
  1184. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/material.scss +0 -0
  1185. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_layout.scss +0 -0
  1186. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_material-definition.scss +0 -0
  1187. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_theme.scss +0 -0
  1188. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/material.scss +0 -0
  1189. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_layout.scss +0 -0
  1190. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_material-definition.scss +0 -0
  1191. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_theme.scss +0 -0
  1192. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/material.scss +0 -0
  1193. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_layout.scss +0 -0
  1194. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_material-definition.scss +0 -0
  1195. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_theme.scss +0 -0
  1196. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/material.scss +0 -0
  1197. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_layout.scss +0 -0
  1198. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_material-definition.scss +0 -0
  1199. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_theme.scss +0 -0
  1200. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/material.scss +0 -0
  1201. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_layout.scss +0 -0
  1202. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_material-definition.scss +0 -0
  1203. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_theme.scss +0 -0
  1204. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/material.scss +0 -0
  1205. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_layout.scss +0 -0
  1206. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_material-definition.scss +0 -0
  1207. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_theme.scss +0 -0
  1208. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/material.scss +0 -0
  1209. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_layout.scss +0 -0
  1210. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_material-definition.scss +0 -0
  1211. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_theme.scss +0 -0
  1212. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/material.scss +0 -0
  1213. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_layout.scss +0 -0
  1214. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_material-definition.scss +0 -0
  1215. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_theme.scss +0 -0
  1216. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/material.scss +0 -0
  1217. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_layout.scss +0 -0
  1218. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_material-definition.scss +0 -0
  1219. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_theme.scss +0 -0
  1220. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/material.scss +0 -0
  1221. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_layout.scss +0 -0
  1222. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_material-definition.scss +0 -0
  1223. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_theme.scss +0 -0
  1224. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/material.scss +0 -0
  1225. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_layout.scss +0 -0
  1226. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_material-definition.scss +0 -0
  1227. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_theme.scss +0 -0
  1228. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/material.scss +0 -0
  1229. /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-buttons.component.scss +0 -0
  1230. /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-window-shell.component.scss +0 -0
  1231. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_layout.scss +0 -0
  1232. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_material-definition.scss +0 -0
  1233. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_theme.scss +0 -0
  1234. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/material.scss +0 -0
  1235. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_layout.scss +0 -0
  1236. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_material-definition.scss +0 -0
  1237. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_theme.scss +0 -0
  1238. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/material.scss +0 -0
  1239. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_layout.scss +0 -0
  1240. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_material-definition.scss +0 -0
  1241. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_theme.scss +0 -0
  1242. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/material.scss +0 -0
  1243. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_layout.scss +0 -0
  1244. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_material-definition.scss +0 -0
  1245. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_theme.scss +0 -0
  1246. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/material.scss +0 -0
  1247. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_layout.scss +0 -0
  1248. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_material-definition.scss +0 -0
  1249. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_theme.scss +0 -0
  1250. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/material.scss +0 -0
  1251. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_layout.scss +0 -0
  1252. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_material-definition.scss +0 -0
  1253. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_theme.scss +0 -0
  1254. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/material.scss +0 -0
  1255. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_layout.scss +0 -0
  1256. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_material-definition.scss +0 -0
  1257. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_theme.scss +0 -0
  1258. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/material.scss +0 -0
  1259. /package/{projects/corecomponents/src/lib/interfaces/scanner-input.interface.ts → lib/interfaces/scanner-input.interface.d.ts} +0 -0
  1260. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_layout.scss +0 -0
  1261. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_material-definition.scss +0 -0
  1262. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_theme.scss +0 -0
  1263. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/material.scss +0 -0
  1264. /package/{projects/corecomponents/src/lib → lib}/style/_input.mixins.scss +0 -0
  1265. /package/{projects/corecomponents/src/lib → lib}/style/_mixin.scss +0 -0
  1266. /package/{projects/corecomponents/src/lib → lib}/style/_variables.scss +0 -0
  1267. /package/{projects/corecomponents/src/lib → lib}/style/corecomponents-globals.scss +0 -0
  1268. /package/{projects/corecomponents/src/lib → lib}/style/material2/_core.scss +0 -0
  1269. /package/{projects/corecomponents/src/lib → lib}/style/material2/_material2-scss-barrel.scss +0 -0
  1270. /package/{projects/corecomponents/src/lib → lib}/style/material2/ripple/_co-ripple.scss +0 -0
  1271. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_elevation.scss +0 -0
  1272. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_list-common.scss +0 -0
  1273. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_variables.scss +0 -0
  1274. /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_palette.scss +0 -0
  1275. /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_theming.scss +0 -0
  1276. /package/{projects/corecomponents/src/lib → lib}/style/material2/typography/_typography.scss +0 -0
@@ -1,2926 +0,0 @@
1
- /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
2
- !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
3
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
4
- @import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);
5
- /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
6
- !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss (1) ***!
7
- \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
8
- @charset "UTF-8";
9
- /* You can add global styles to this file, and also import other style files */
10
- html, body {
11
- background-color: bisque;
12
- }
13
- * {
14
- box-sizing: border-box;
15
- }
16
- @font-face {
17
- font-family: iOneOpenSans;
18
- font-style: normal;
19
- font-weight: 400;
20
- src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAEj8ABEAAAAAsHQAAEiXAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGlgb3mwciAgGYACEVAiBZAmabREICoG4VIGfQwuEFgABNgIkA4gaBCAFhAgHiRYMgVUboqAH0NN28LjzxCAzbamfYbBt0sPGAczB/2BmIe3ipO6R/f+fkpyM4aAOU1Wz/xVitlmWMNTWS+SYTsxVZhQYs7tctmDvnikJ7gpfYR+w0JVK/GY21YHBW4/1E7QK2+dsKp02ozcbFA6FwnjjCMMFbfUyjf7zfmRjG080zO4oWFAobhR54TppszZaTMwwL5/iFalXCsUWGU9GSkwCEYvv0AlPShNmpkjaZIpb7LZZ0YG3glE8FcL/7+MWgY0LG+skL8nDfzrru1WSbHU1qMetaXRr+tgD5PkElC1EGGQM+QYxAnzgdM+Gf54Pz2/zz31BCxJG4ZMSA4xGxKWRfHNzaysXWe0i3Z9Qoir+ASBhgaK77NSptGFNhpH/u9/rTWVy6joALDAF7MCIKYv8PgEFjJ8tz3+/H7+1931fHK0MqasnqqU/lE5r3vBSSYF4Bvht/r8Lndypm4Roo4ISfYgSDoeDBw4hIaGESYiJgr005kq33UWkN1pc5N/ev+sbuVvtbkYCAvhbpZp198wsFuA5ylibKiKJMyBZjK4YoSAH4cJ3Md9Q4UfRRwpVDxGM869t2U0pWLLSppKB4Ayak+G2qbzjKl1ShR+nTxpqYGUhVXpzn4pRQWT/t83a82nPJ/PrvruossIKFUYspZ5mGiSkhCafD2EAGXJviXmKHTqrKgnhBUgI10ADjQRNOzPGnu7eWJuEHyS/WTR7Lr4gf+OS+OG/HMsXoEuuRFum8ZV1X6j1v3Ta35XszLy/ChTdIdeBphEYLlFYTjw3ITiSW7u945YQFeRDtlBXUlEmrGaUDRsC9OCQbN89gjYoHRV1ilpdNXI4Av5/X1XXdz9IEyRdCFc6HapUNEnneFdN6f3s77/3iF8ePkB8kBKAzwICKiiURABhEemCD4A6AAjbVMk5pKvilNYAULZp0oUWU0uZSp9K37PHY8Zk3Jw5w7pk2eL//9x/2rv/zp2Zls+wfQVUKQgzYIuawb7Jfe/n5+91BzhDnAK9IUpSRuHGthqIjaiR1ZUkVCuMr6tQpv7XmZprT0pSoFKFH8bWtIftvCnHdkI9bipd9gWKUmqxQFCoGOaYPQ0+oe0FI1byiIjd+b452UezRwsJJffYFoIJwgRjjBHCCGGEF/q7ZTqRgFcdfOfm9xv5MM6LiKlgES2gWLf3v1ksXZnFUloKRi4uEJXE+viVfv8DSmAFQCbBcEK4CECYRSKiRSMsrAiblohEyYhUmYj/FCDaqkbU6onorR+CgKKZ9uhbb4dSono9sBgJd96wmkggBohGwK81yUui0G96u5iI6rEKyCDZeGtZHzgBmiQP3e+NSlUYSG/NQjxeoM8De5mtapgJ5Ggkoul1TeMU7Sad0RNqLcx6wHmtjqtVKfbQmuZjLvU+CuI0NvulzwG9RX+tG0DruBrJAy+wCmYJ4qoBvxC+IktKio1eFWIfZne7ExjW1tq5XVpLsV+sROYaJwIDBGX/D0KN3jSqEFAMYZRAMvIHf/GM57zgZVnjD/4g+Yu/aDzjGZUXvKD2spdlybu9QWnJYb3Wtl0TUztmf7ZlttpKdGRMia5ac4iVaxs20aoJ9gy2gIPFKzrrU1eA/A0EA7aF5a6kuA9MI78uhPqHWDfHJMfcItdJObSciBoCr8s15Il8GL6OGPWjJGfz2uDtmdCjO1kDNwek9uayXMMHkAPlgGPFZAqMG5aFu3A243xzWWEJ8LwU1wTFxsmKeCccHeKoGgaWk3ljhNm5/97U1tM4TeF1LSOpxr4DoNYRfN1Bqx4SQdWNl2bnovK8PX1qzDRlrikko5ccP4DanJEefn21/ZLROpzu0jZR9JRWzj36A6/jQUpGrmpQierNEeUL6PJD5M+gZl2z2QjTBE0RCShRtLFtqZIsu66pSdVL7Lds+z1S3IROeIt53JXbp8d/cTuDCpGvKZolWcy/grcQ/GYcdxwnWzketWMHxSLPlo5bz3VYzE+A/+u/EKYnTfSuBmgxTdy1XuXIaCMeXUwjjpu3AQv/ZbnwHSmHzHsyeX1A8v9UHgwpF+YQX+sacEBcJ965zBWuTehyIM4niG9OBkQMEKfMFIyVmFLRK/lLg8PRaIr3mZavCeYeNwm/kotsycd9Dl/wda1v+ZZ13/Edh3zP90z8yG9t+Ku/O+Kf/mnmSU+aSz7hCsexWDCHw0CAlssTCGChCCABCRgDMGIxn4sdPpqx0fkaBsAFMZLg2z2FHOyHXqrTK7XbiDBesUDOfkawi8jMvGVhWeFT4O60OMTFPHT8CMQbcxkCgeTYlq/Cib6koaOrVX0DS24Ba8JWB2Ulfri1NhoGSpDIqhWjw7PfT0+A+qpMxZ+M4tYWpYYRKlseMbctFpbr16vscZjIJ6helJT43nIjlQ56q/Mjr8XH2DftT5wjsaL76Eo8RWmpIP6974k31cYtkFpK5LoNpRb1nDZbZEVdStnTpWGD9qKN+6O+NL9c+khyJmykaxK7QONHOS0TaG0FOQqhoK6fUBR8rKCQSGnOL09oniCWQLwmqkSMILpJo7Eerqm6a0Lri89WwgyRkfeUomQi9a+FdUnuITQ+6iV9EHw4Ij54qQV+3sz9ibbGkTD60EWrqoZRR7lApQlJ6fqNSNO/eYlyM+tTjXHwMVqET4CHDdkYNB8/zukVsthgdx3ItCvMQbOTkLv20AIAGBuL94D4YHqH4TjHVHgp7BQBgcxoDMc6NAicFrGA4jglhT0YnAbBLylwEV9uXIVxFsKFht5btCWkxcaR9AQydfGndOSI40WtXfyw4HPHzUA8+Fn8osf58CCuo+KFAJhilHBLdefNSF53wwlF8RumiP+p7uJS1WL9SiEiMWBTiTojTXfYGD3ssYvReOk9tPxCpPiFf6sQhkhBOH/qm4WIEs0ill22PAUqDTLYatvttsc5F9xwCyUPKx80dtPbw+gA1iGsW/RoedTyybQmx5M9Uh5uZ7QaGogWgLoJC3BT5HB1FJjAunsLjEHsBmdYvfs2RsSauRhtBUJteezH9p7YSkXjNeq0dzyLkjKbsrGopS8YKFceGbiIAtqyCxqnGjXroLu5isD6la5ly7OpL836rJcKZfdk+IbjKLi6ZXrhadvSEjbcboNUCcKtIEPxJm7PzbOEqqgJkym96oaVcr1TGh8JRYrWGuoglfVstkad7KmxKVHktX4qkErDRFqdsVy4Q4gJVi84k0SHoaoU2AHNsKUKdRkxF2ZxJWJRIQ3ZVUSvYEgGqqEeoxbvOhhDt2nV+cmOxtijoKjQlMRo3rT6rtA4GmtbVDRKX4vL3J1Xf+5iMIkSk3hBWpv91MSiDRGtozNBtJbrZTATpVHIoLKzV4hrWk8hl8Y5YFGKBKFcM7qyf300kxrQ8nuGbfWDqybEZk2zeKjP1q5HqNIX0sbCUrc2alBc0mFjsqpBQg3tYguoF7tRp3XdlvG+z+3LHV75A61UYGZK7wzdMox820/v28nKoRsaIDnfnI8sN1prYy9N4tG6Ai074oIthPHxFHhoGPCFmk525x0IDx4dxSFjQkyzZfETB6CvOoM3ZtyOWOR1swjHpibLwCyMDxE7eTc2la2RicpCt5CuMYBmKiWydYDIbx+KjZZGIKoojvXG2CNKzshT7cNtvrwtwD3JROj1OOES+jjkLAM7QiURbNQaDPCT1ueNeZhuRnhOGpob55qaahqk1eUYKgJ8go2OMy1WrarMrl5vUzYY0ZxwSZUvnYoTx+qphL18vjeoJuQoUvoiwFBSsCB1LHXu1WB2pAAf5qGxdDtAKKQMcib7YRGXmhlKBdOyaB/TNFV5b4KdRsQHW+bEPyVSIze3oIc/6TDeKJUXqwSNTaW27aimJCNAA3HRBzUispA4Q09dpexQqrQjq7TMrT4pJpYujDcmV3QlHywqtJcm6gszUEU1W02Vcze9oZHeViTdTTXvch2UZX+mM+Xf2ElaO3UcdpCfRjkwxal8lUmgtsORLQ3QQYmMNBLsBTlWywUTfYpuPSdn6LQhcZBNJMtJ1jbMF64RCnjtbLt1ia/aMFPlnIz05SVHPJEH89omtEza4XEtq/uoXW+XLatBigMPedoiW4FYlf8lmqvTXQv99JfsmhtSPfVUhueey/TSS3avvfFfK2KWfD4DRSGBEBZhPFzKkMkQuZylMGdrNJhWy9HpuBYkm7Lm2dgwbG35dnYie3uegwPq6ChwchI6u8Xcucc9eBB79ER49izx4gUriwcPHji62Mtf7PA3m/5u5h9qhfJgMWPZwxaTZRiu+6bdw1Gw7nLkXUsGAjDNYl/exdV0wbfi6wYTt053HoHLA83oLrpdiyqubnQL+glS31HA0LOHv+eOEbZaobVBjeLfxFiCNH0QAIdlRanCk1+U55zT8hs70LpX5I5PFWadFJjgBGgfAVgNxPyP4gRkK4kNDPPh3JRBWqqaCcCoHe087323yYiCEoWef+ZzszU/litwGMTtDgxUDFMQ0yezPsspXfjwZG6Wh1btQqCdWYxtDyVYVy8kPdNyFbktJQlDLECSyI0kvB2k6ASQiEhNPkQLBxlKyYp3HZ7mS5BAJ1EyX8pkeVonW2t6BZVWW+1O1l7He3ZSRqYc06swnUqTqTK9anNUYzq1EsrQrgY99CTSi7RYb32J9Bv0NcBAwtFCKTAMczHcfIwwzkhzMsbUVpvAmrTcWus4W59W2mAjN5tMZau52Wbutqc97LCTl12mtNu87TGNA6ZwyBSOpF0dd5Kz0+bsrLk5b54umqdL5uZKlMlocYu0t9vucHYv7eyxJ5w9Nb3nkojpp0tQOmLAG9UgjMx+9+9E1DTzg4po/WUpAmq8yEkC2GnnI08G6nlMO+uoqakYpzs1mmp+MJFQECDo4cy2FMiasSMwIrCANBmy5JEvAfFUSUW5FDRTQZUUBFMlBani6KSOeupoINeVDTU0c3Sihj6lzGiPvtTeNs44Si8RSE4qXSmlK928+0F0UkuxxESWcqdcjq6UO4McSS1dnSN6UFtc4KEeBNNVquaThGbRmvlQCdmUU065FG1aunjhJvTSnL39OAdUlYaB6p3rG0UaQtYTZhY4SNlV6a43Ffpf5yaKG0oRxPcO7KLEm75vKQygBdCZz7kvZI+lMQpxOwuVj8fDOxcivNfTIpfDTX76tXXU+KZvRi9K/HRzZgjXE8Qs59FPpqEXt0Dp6/XRkjXjD/7r+TxsvuhxF955xjLve9LPuQ8jxG2IYkJkeDNwyE8cvNmL/kGBI5/yqyQDxV7n8O0KxPlO9aAD2HgzGyXMziBPLBqPdXFwFjbh1FNPwRb6+6vBbP6SAUqsAQMgfePxcwKeJ07mB4psgqh/pOu24b4zNQx39P604eeWHLT9ab+OQLxv//0wWHG1XBs7a1LwxePy8tHRMpii5c+pM1ERskcXXCC7I+HqmNOfckHlh8J2M1TLHXFSNcIO9jnUcADcHy9klBk+pufxFXax90iV0wHGIYfbCwgv5TeYBV6CFZccuQyDwAy4kDUqO1DssD3s7TUcMun2LDMCNGnRpsNImaJrF3PeeNNTxVWSzidvfPKmp3LrEHZNzeaDg2cO3jlVyrVKwRSXSjExVKJ/NJxxePybiv9HE2bpcnnuhdyKW2kzExpZzxaNe2NFYQnlYst/yGYPKW8yzFZnMzy/ICrN7XGdc2YRYM0GzBCbl5fxI2KB4nC2xXIXx7yMI16wIoxXGdpaKNqLMsk+veFLx375zhDibzi0y9zoiB3HdTEcqXCZvcA07Qr3AwvsmCigQ3CMhUlNeB5gP/XTHowmcc9HshbDy2N7KdHwsrrzSCi16DpMvLyouVjlcWP3QAccwzqUnS3m2262ORgvapMlSi6qB5BtS7B53lvBWwyJp4RMUyTj4DGhmOfhvSutUHJOVEUue2ITWDHmCzRDKHYa9xgkOkm2L73W0axpTQmZuylw4EBxWBfKK5Fp27JIORgYuFdhQFltSR6NkWoiyCtfJdPcj9rcbQcztZKV5ITlFoIZO1F5Rf3oK7LGlDwgiZckPmDid8Y3c3q2tQiY53idtcMvtkCNbh3XxhmswXghEwdRMxN0uqzxALkLtCVzdjWUn9WPt7yyi0VV3jJxKDYSUui4YoLLrkJ6YtHXXIwPfiyOI8XMeqVwfbU6Rr3j8RuaWCo93DH+M3PSD5+NHTwsi1JbFVSq1NLqoS9fAw1kcsUVZoRNU7wlkkzualAIXH8ajCC8AtCb6k5kFbT24XxNLZZtgoSYiM1I6pFCwEKppxHatHs4gnWXI+8KQ3gDONPyuTy4mO6CxRyuG1aJme4MBMuBZnQXidciKK52EbzAfYIH944n2AL9OwX2SblxJeLPizMhibeqwtBgfI6VnwiwSk7Bl7v4zIxVf3ceVjgZYAYKmI53pKTqOIJVXAI6hwBWg5hRk5E9HYqeUxS8Zn/+j7XTMDZa4V+qot99fULMiYEZ/6ZXbiOsN9QpI9JuJNapbR/YC1OrHodc8/u/DE0d//I1GOfHierH5LupGpoDK9WMj4oh5Ur0g7OzZNxw/M/O48idj4Cz88l50Ag8u4CCJy3Tb4OQkhcds6A3HdMxnuvB/yfyuYDmFnHe0q0TeHxnc0Qoo2ljC6bQfkvIe78eL2j7qSARgIqQiBgkAfJIyJIiSJM5kE+Gk2HqUp220na2fRxj7KnADAoQahSfQG6LQ1F/oT8K0hR3uXgwKKJDI7hovndgFVG7INylggy4prX3KkOclMzgYV1+9n6KkeiwMUTBbphA9VKXlI1FA4rJ4ZDQvTxU5wlUfLwZ8PXkMy2CGnD3+4oUHokBl5xtIEo7BGHPgaZLpeTYhxznrw0GdGQWgD4/dcabYKJJJptiqmmmm2EvQoahY9PJTLPMNsdc88y3wEKLrMXkQZmMhfzhtgL3fDx3SK8Smth/WcG4tnrXeuyh3YjDMLtKnx4WUD8WKYd8DMir1H5wgAYZYHGPRj6zmNwEnMNhSMGqIDEGaiTDye7J3u3963jOnVNzGs7AWbgWpO6k9WaFxqmxkbCKE8xicUKShV2M41w5z7VjOKr7oX4YCC1w3rZ5U3jyGzz54cmJJ6eerP9w8EPjo1MPj4IAToPbXYT0YYD0/mdWEU/dZIctro2O/38yOx12xGq3bXDcVrutt8tD9z2wzXMMCQcycs5cuHKj5o3jQ0MnkFmQYCFCRYkWw8LqoDUO+WBPeLBJkChZKrv/ZMlWoK122uugk3KVqlSrVaeHnnrprZ/93jngscs2u+KGq25671VYvDbISU+c8CZ8vPXIEktD4amX1obGYoOdstIKq2xvoM5k8dhcvlAqJiTmSpUaI00Go7Wl//rj1sUVoyLEMqnRTLwmWmiquZaSZEqTLkNrufLkS9FRsc4KlSpyT4nuuuiqmz4q9BWgzDFHnXPeWa/c6chGeHmVeQ0Im47OnyqmYWLCEDHp2vmzJZMY1csmNknx+c9PRV5N2xI784+uz/iZ7bbFnvQyiSe93bij8+byBUrYgvAT3yuw+w/Ch3ZpvX3yvG45vYcF0k88scb/jmvJpzIx1hJ+QfiSdAMgDK4iArtkUREDM/ALJPHTMHl/2k97Wk9vaaiefPZWrEk/B79/dPRpNXfhvu/+XZGRvXHGSa0b3BOO6hGFvuiHBdK7+I08JZzULqx6X8Itum0LepvbECs9Tgk/9IRv0UO00UhokpuX+I+56WHZf6bLVGdRiWxuIYTv+/kbVtEAepBonIEmjzzN4GgFZ6ydaNqsSUUCsWIxy2bmUEr4cxp6yZOPdrL30rjbgI9Iw3zfli0f6wNJPPbhyMQT9aJWG78+9VI1gmC4RTi1CdosBsByRZZsk6CAICKROFswJVc+mncVsAEyEymn/4jLwmIT0EGBN3TppTkY7B7Yu8dWU8g1a87p9eBHJr6RJBrQJ5lqkUpXh0oD+MKrW0sIc1mjzq77UvymHqoKgKwZooSZ8oPfsdpbI1YfWxgWIONKzT9n9FYMoWTgQMCdpuIeC04ZfoEfQphaMQLIxFEO/4jLk0wZsUJOI95wEMmMDLtnPpOi07sMSvnxQXzLsd89PfMYqyyiZYwMrD2X2TKCKHWMTJmJYXU5OIdwGNFCQEOtmgWXTKIuvcOQveHdSonjw2nqEBYnehlRBhxLTERPBjXlorw5M8CGdEQkvA7I82JmgaUM+LYzTxYcetLlnU0/0E4cAlH6O54sw9DDpd/nuLHhX4vtHa2YIIMoKqbIqECZgFEuGKgQCJoJJioFC1WCjWrBQXPB7V5BZF6VVrJ75gU10ffowDJ/XVGX1fytuakba/5fqBssMTDeoIUGOhBYgEAPAhIEFAgMIDCCwBIEJpDwFmhMFO0SA+MErdx5q0YZNerWTiN7cGejfLf2A4Bxdg2GJK5J+My9VjWcoyM7DWXar61sOh7u2fQXe/9UOeQn0YyhPnwGXlHddcESGOeJzyAyOrKWzQrZLwDc+k7W8tmnfD5frkCDMe0+wpcElpEb1Dea9UzdwmGDvWLq8Dtk7Bb3UPMAQTpIZDu9G8sQi/AT42WHBzfcenTx6mOaeA9CRo49REcK48ueu5d1WczTPgBNusfreGhH3Rc+8ceBGAB/H0aG62P/Ex9XO7PE4mqpLrTGHSJJ5DYZ6X0SjlE1hDc2+VTADDOhwTjTMl4Vc6khtGVEv1pRAJIoo7hmhA5HxEophv0GZE4JojJpiSL8psYpI0SAJHLElQCrBhY80/DI2roe5aDA02FG4JNmzV335KVTJ48wGZBo0PVcThlhUsafVX7sazRijeNMBU0aqfRY+ijYjhGYArNaequm1GDu+S9UuKgqNSwjMrLrUG/sFYJagniamdMfmRP1aLTOe58UkbU/uP0TczS+bpcz8tP9Ycl7G6z/RyUfLHWG2NcBpnu4BBLW3GejL3khs01nlLov0tOMbXI1UNCglrW+g18us5PHHfweNud/irEFE35ICHvyRtaMtZUOqzSir3TDfSER5asPbDqs5LggA/vwNWc65vUBnFu+4rNe7xvy9cg3ygzo5uENyN+MK3cr+tYlQdYLaoySTCWlf7s0ZhwQz4TvlANrBLdyiAgERRsAxASC4jbBbZAQCEo2AEgJJDGNbQI3MchYCMo2AshZCMofK0hQsBBUbARQshC1jA9uESokQdUGADWBoLpNcDs0BIKaDQBaAuFtmuBmS4ekqNsIYNAjUR9kAAMSNzwCYERy1xhbxKI8Tb7M22yRyRTW0ZnAQwLbyNwZqXcLD5cet1oisT1incRqkwSgbRqusetfu73HHTzFsR1rxSmx4pxYcUmsuPaBu3nc3VM88Ng4PJM4vJI4vJM4fPrAfT3u59nuj21KhlrMjkB6e0Xxx3RP+6fnvy0LBInWBUgFIPfg/8DaAjb+AvX3oFoBZv9AAchxO8tzHI1EewzEXe1rXjS2zdN25PD2SI8vrmCzaXdw6iyn4H5i9Ubai16R0wgSeh+hfdvPAMJJKzUt3OUyALOtxX25y9s29SJdyT8OSic4i1YSoz57UiR1ntrf8q+P1G3j/XhxdwxGItepfZ96DSWMWoHHmPB9N3ArxtytE9sBdT1CGKm8nesL1gimwsLOW5aQiBKZMGzYTNxFg9W6SJJBWEnkYzSLlLOKOqrq0C0pXTCPeEUVlVebm4NaFpHSJTEhSjT5SU2+vbQihCa0reOEIfdZVtRXm9s9U7a9L3MK5aOE0BAlpZWXp8+soW54jRmrGfW4LIIIxvQpXJKUvGNO0A7b/t3M9E9tEfO0TplIcg3sWGQ9KfHlMHNIkUFK2hoi35XzJVYhI5NU2qomzhiU0nhQ9seQPKo1bjPG06SW8/unpQRfqYdPzKcrFBcIaJZYVZAcs4HQ60iFjN51Vz5ZEQo2sXySU0q6p9AbHRqoyNLQXNYR6OervqpIU8KQvsSeSRVRjyuroCoZpNbrCFWiWnd5apKlvPYtL0QqI0rrPnEM072esvE7JLAZoRr+XhA+EATvTSdC/uxh4kLvOMLIPnjXUArV+ul/btKHNHLsPU2ZdLup1dc+JdALowkl64JuN4HpoWirAeB3FAt4mMuFyCHoGNVIY+m3IK/YW6ktgVquSa5fi5LRxsXu7DmxCLwYR+McqaogiOr3y6qjbJFUIocS69lEnXnyGT0zGukGV46QeK9AQnBGSAkRFqlT39RI6mruNaMIE5zd+X9AGYAaR9nvygnEzgzLyQSNBW/2f9fOkRMGCaTb4AuZ5KQJH1GqmFasV0vuQBaTh/eO2UnQDO6fwE/ZpkOcsKV9aQONp/wGlZ7hDzKy8GKNeGR0epu2SWL1FjqhqL1Odc5YYo0Y9R5q8PLDaSAmSGgQHBAhtXJvyMJtEkf7wqoe9xY3SLpFoocKl2sy4mDt8nFNLm70pvp49N9T5FCI9aTBjE7E/ybmtogIZ/v2mV6BigWusM7XZnbdK+Jk/ZlZL5xoZtJf/Yqsp9M5V9+xLJbE6c3SWvfwzn5DaAE/7sBe+6eS1Ymi7m7MXVi2QqKyfld1OvD3Ybsm5gb8mQ5xIUnPIZDQ1OsDZdulGuWs3TY/49dDF+wLjpjGm9rmXr5ofP2KNb0RxzkM20TcZsthM9qWYNX3ePVqaqA1OHoaqSAlPBoxqNLlVqkwqhnczKomYw6RdUcZdYUeSp5cfvjcRjI5jM8pQvoVqTwHh91Ko0F5/o8kUs9M4AuTXR0hiDrqnK870umB29IgpZvTzya7pgJUHT4SzDoQREmAKw2BZYeLxg1SptuRMzKM/aEmvfySJWBIz148JZBUBPEd2SMeLQ7q27fGOiZgIkyyrr1HNg5GG5X5l61YMjeKpAVdiWAWHlGRyvpX5VuSc92FUk3xe2d6kL3pOTq+UsX6B/8pJsaIJAQIFTcGEecIZ0Ki58hBcJRS/OHCvadRzG3ndj940Fm1dB38DvEognixaTwDuy03GUwSbVDd6JEm+b30O6d7DhfvD0Yk0HF+Bx6aWLqoIXG5Id4Gvi/tPVuuJMEfiCQn4FrLOMExVwh7JbOZnOUvO7mj2yIpG8n8A39xd5KkUiSTAHHc/Ul5e9GEs63yyV2OIIDjw088ne5ejDg3mUzIpA+NghvZ9BHATO0GdPsOPbmeM2uWPUd3/OGVNPSeP/2hDpgMa6FwHkyp/kQn7wMhKrCe24Wwl+ofIP1jln67bq8D8gkT0iiCkgURN/rVgLxLl1+yzfVgnxOCNFBcpoQn2SJK1peHLdUreHQYDJYVG5wD1xyp5YHVTyr+gOMvzrTgODZbpqg8H664XMOCtezLJOeLGTeD+0fkGkFEH+WFYLqrnu0d0xN9GlXR3kj4LsHyucajM7RQHEuJC17ELofc504U0KMKRpY7gc+S9kajG++61ivLaGSDMYlpdkwpJt44cB+nz6JgCohwCN71Vq6s+d2LxN2oQWoHuISbA0WcnmzBc7CTBX6FAjGPCfTggTAE+Kq5yuHyvoWYOA4Ts/K5WcjCXk6B4skQJqMgaLTLMlQqKsqFV1pGy6QKj7pSIlBlujpjRXE6fRVTG6xM/4uQ5NwNIiWu8JATjf5w8+QeJ9DvrqVMhqL238rJ9tG9PSH3ISL9hAc0LYgmzQ6HYYoN+vhN6+zyCeLVUFFqnRbby4h3bfA98929MW4MChvdS+KwF0uMMLIQxricarg8jLKZt2ajc9bydlfk0fzrfZODCJ+7fyb98zHaey8yT4t/tz6bsqoyuFGm9mTazuKIHNlL7pdjDPaWRXa9xs43Aat0mjCDLocx2SToxVbEIohz9J3i8zMfprL+tWyhhE2KbNkh6rvpGrtRJ9zGx1OzthynLRNkKOq/73fEfhE/cqFg5NHWX+SPEtcV/prGtQapkZnBfyRjQykLw+FZOxKgjks4gX/Y/Z1sTRLGHHuGapxU2E5uLiw5OprXwthZ/Mxa9w+X6+HSqDPj9hmTKqEfI+aOX0/0wfuRkWq9DIJziaKuGdPpRCa4/Y9WVetC3YtjS74ZhTtrUHdl7Wj9amiWHV/pc8okFlwH4d8PHB5QqRTzcsTVdSp45MJvi35TSJNXevyHA4F6YR4nPGHzCHB/zmpbZl9jMI7YbGGeawz25Rb73P1RgZkdTRR0nnL79geDAZdynQXZKu9anWFldTWYN8B7V1FWrwIfz34Ibv8jooos5OwbwkXACA09zUjz+5DFT4yx0JYTnrrDgYCw3nERyxj//iObdaVjAjWN2mymkTUGRxsqFMwkZvWaFzXoLCp5UVIeTTy/IbiVyQHgv/frDt/q3SeTmug/6wh2BJiobnLTy50KJ3Yfd7AVmuXuoj++PsMT4IMcwZbZWYSLfaMU+5CFzFZwUgJ55r0JBS+LJegLujKcLE9e7fUfCgQmnLrC4eMpwgwP29RjqGHUZjNM1G4fR40VC2sOOxOygOBgx2m3b18wtPFa61aWQRUTnnU6dFW13ea9DvHI/knsWNHVtWP5+Oz76GxKYF97rd0RUsMz/hnuP/XRaAVaFUE9s4H9E69u/pjqZgQAV/6rkwooOxQw0jz/kM9zoClt83DrtqxuqF5itBjMnZvzjCPjhtA8ZjCM4KyMVXU8u94SvuXAh4cLZh+hsynjO1Z02WxdxuzTj6/kt3vsOj6OJZ8mT/LCNx3L2Bq/DxbTi/W56iVmnI8MGdRCsbMHcCq6SXvXzTblc73eSgm9xJgLLjFi/WQ1Cgolzjjfyftj6FdQBP46jOYtYHfs2bYZnRxs7wu32AyDk7rN27bvmSh+KSFM6J/ev5bFdel1xRr+7DcJ86vVt6tN3ySMt2ru1Whve1/1ltM+Aj4EHJjQ73bHg4L7BZbfrE+0lDX88KP+R+KtqscTT4ePFkRUoBK4q7sFMoA7Os6Swqj90JBcNNT+1ML+Ead88Pa+QJEw2NbXP4Vu3LZj/8g7l9BJFFyV2R4MVMK2fi8LdIfsWk29NXKCBBsq9XwPKe1btJOsLHnkEGmcx9b42VqBKp5ae2NlRxYU7VloiwbczQp4mTTEUBkHFIbzURnia6muBNewVvH7o2IntRXbJoH0MY26z8C5ZaEJTHBcA5itNK7nUI1FSz+GfE/nVApVmxKZfZBmwGzOb2mfBoXC4p/D8OeIYn6JAOS9WcPn+xQKvq+GL5a457iUlYTnFg5qtIMmk3YgVDXDEcHHmu1VZRxp7XJfBd/LayrlVFG2az5uFWjY0Gefw+Gfw2II7dOYwNehYFAw3zr2DF8m7s9DNGv26K7ZjZWdIlUTBKmau4R6Yzd8AF9m5w68vriT+3ndgopUhDCL4F0dBo6bzL05onYwmTo6i62z0YTORqde1+CydDO/fznZGm128awl95fRwgyVdRjWDphM0EBMo9f3aNT9ZvR2sD7FFF/wp24S7eZPyY+nP+IpDysOPkAe+BV+tc5mNxZ2cWJfcaT69Dvjq1eO6lfTx4TWNoqi2edt1MyLAGq0H4RjKAr39KkMmlbh/OKpGQ+X75JI+M5arkxay5kj17ykPfczY90dPIRuszqMjsbmGjySDim4HeBBrMZ0JAPBZfXVXXzjIGnsa4B+mSdEhGiVA6VRFvWLbh+r+Ju00P3hG7+IXKWNn22TccJGbFe0c212s0Nn89GZTW/1Y35YcP3FJkAN1Yt7r7bJKrmGaew0DXeDApiW+mHhwG7BuXlAYzQqcEVwFdi43M3n+RQKXqaYMkhlWjkak6q6/MMrydZu96LLKPTi7ct0Gf/26czGtZ3O1I/8810MMbg7EmpIMfYu+PO8GDfs5tbQvRJVBXohw95yRn3iPTj8U1gMweatAWSgtGI8ufqj7iQi/yEkAJNUUPo9hHKoewy9j/GqvZMcBVt/Cm98iH153Sb+c1x8t1Go1ybZfQFvGpIBh4qfWhgjL/6JaSKJdDCTVmDZ9NtfpuxWIdRubwQCucmvQWYtDHPKC5s2Ub8xEGsAbbclyMuKORsNKoWnlQtr7ib2iY0eA6ypQ6tkFbYkXxWssCI6S43X/TvyY//oyja4mSd0iKVi540VfUW8wyS0qkqvTLP2ID0HFQdlnA+ZWRu/5SjSMzypQaAK9XYfElXsVofRXtdcizfm1fzyHd6k679MR69dvHGxWNSdcSNdc2zaXx/N9XT46IWTFypOXDh+ofzZ4++eeNdyN/36f5Z9t4NsLq/X/Vnmmc4zFuntFfIyNbFvYZ+EXF7X+HUaev0C5Vmpgtdl8rMc9LBWcXAefYTz2jv2Q0OKvZfBj6c/LEgGcvDG09z4O3zGA64QkerMdl1s3ldIhfISj/t5gi7/gUb7EG5ZSnuDXXwEhJ7UE8vlOaeAJtae7LzzVPW+02YqU8dmMxHz8HgVENBV8EIqANCohEINmAWIaFB6Bty4pQ6QiyyU0VTk3obPZLLVB2rwij+SlzsqD7a3Z2xtVisKUgVkN4XaqwFWeb1M1lRU4EuQ+UtiVjd8DCzKVIHfACX5gTIzVVkNVw1pTIyp5YCldbjZLeI0QeB3X3Gn1nZHnAqpNyq0Gce5E9TSHibk9KGQ2qev4wsv/xgErwDXf1eOv7ThZd3L6wXddy2Bq9zDlYc3sEb2rmtrrJDURUV2QyIUvVZz+U1qXUS/YlupfwUIEh/VinYfjgByvwqsaGgTwOuffPFEvOrQlK0+/Pqtpc7YyJYNOZydUSWqbfXbtFq/1Sq0lLO0DCpdY6fJ4OIEQJ4wFw2FR5CrsRR3pUtZoa4d5NqXT7X6VLBTTagWm0WO0aYutINZYZeIpOZqwOfRWK1ejVTu11RZvBoZ5lLYoFaHUZ9XPjUUKuci2nk5BY257HQ7JypaU6EZU1YOHl3Q3N3Q0By12bJYynXb9iEusxlxymSIfCG5ZGgnk5XPGtB2s051U/qYLF3p+RPgaWJRSFL+hdCo7DDbVXxS6qknV7Np3xhVAlGt1iby5veFms05bPkrZMpOOZ0yPP4LS1q6Yn1gqsUdEUS+It9eqriZetbD9bhZpDmXUiKuge0PNIZc6NbnN0g2dxHfm8e6kb4a8vL+cMJimRtBvI2RpmBvd7BwPZ1m4xtrHSZs7gcGMp/xcLqsfFoI/Df2V2RtG/aX3hxSXIn+bOD2mxv+d5UialQ5HQ0qEeXqPqaZxKtVmEzeCp5al/NQ9n8i8Rsk0uti0TXS0+laOrlUy1Aq9HIpJWvoSi/psClNmxav+LXmpfCny8ouCtswnXon3YnkPv2dxaKlPkEVGE7skoOEmPGJrfRaMJ0gZZ/8/VgW95g7pG0Z1k2ykyasvoFh7Vv/wWF90kbzJLtFKGVN+CPT6qkMMfjmo+zsR0TiHPOaIxbGriWKSTNFRTMk0mxRIWZIqFk2rbKBtpZbvOlnGY64m4HiSlRnfCVOvjlHyHqPuJTJIjzKouzIfD+LEJqyviPMI4t2pjr9NTE5+WTO/UnxtqzzoqDfJgpR+Ng0Jd4ui1/4ncj370bx/27n3r8zaF/4mEicy8r6l0j8L5t9/ee5ob+OTdDEDsgwDFmQ6tDRlmGfhTbd+vfxvSw0441HhKz3sohLJcJclnDp6fcJWe9nBUR4C2RoiCYx8KlnWv48uouBlp8OLz46TuU5VShHdRmcUC3kC5UYpRJVb/7wzKRv3J9Jh3tfvTT/P56QGDVLKDR+fBqPF+8u3Bl84X2lfWLCTvnNYsyTU9aO/QuwShQlLODfsbUUeZ7R8hsnk+NvnCjLo6zaUDZxaGH0s5fkXfwu+UtF+MuT+ZykHAnI59aulX8vroFlzaIv1qzJ+C0I48ovT0Hx5xMTEne47VF833/9H0tqc2hfAl9m034Gfs6Ws1JsPNeQlMnnoY3nN85ChRT9iu8ytJ910yxlnYWOy34/K/sOMS0hnmORqZxVXz+6NFVY6b0lUwtlnf0Ri3J0fv0VWkqj5k6D4EqMF9OmtCGKHp0uR9oqtSnxwyfgw3rBHU2jtmzLzrf6vG0oZjuK8bbbBdEMUt7HodDeSAQR1bEd+bTWyIZQ6EGRk+NXoMHghkgL3VHAYTvzZeHw3mDwAcnJ+Vos9TWKZXL6+SQSWV1TkWX1HSKtk2jErfFINLmH361bsJKrvVncxXq4CF7qKVOgSlNnuD21+fGwKkKKrFvrKbiM0Wf6yCqDcjrLKESwf+qTUZhPuFqlBkRWoRH7JxKXW+z/fjwCVLmehJr7sKYYs60sO4fSxoyB9/g8b1fVCPDRv1bbcHBne67bxWyk5GSXNTJdwnr7BaveVE2AEBhNjvKj1d1To+NDRsFZNSfa1OR1VxP4BOlO8VXme/73cni1fvV707fP1fwRc3pbWptR+rtq5kXVizPymZdUL82UaQefkz+XrfONjA6Ojt3kwVkURh4lIeWJb8/gCUvi6Sx8Av9WdCR47f4ZwtaHx8+s+OqXa+eelbN5eMnvy6Fnzyk7N00hVcqvubGs3ONXefqSukcx85zquZmh5/f6sXkAjUvyPY6TCaWr87jzkiCTuGRr3S6sHekX/n2D6vnYSP/ClbAz7HDkFkilK+R0BipP9F4u+gWjMiMM04LHl5o0ml5+sNdlmI5KRFXLj9R4K31cb9hw+UFH/OaqFa5JM+9WycOQBKrsgsA4ioKxLnUlGBR9FFAPUXH5HFFncyz09ExD/8BMc+jFeDz40suBfk6QsC1pRR1ROHG/J3ZnZDT+6mvdE+wNDh6vViG3a3kHVyR28rg1cjm31skXbwk+Ud/k9m+GI0y5RaCqaqoT4Sg6mqbOajW49GqB1ubgXbz+e4ZpM9ZHh5qCa0NHGEW/PTYw9lGofm6NEzE/eMvGVho4Ui9sVH60zpPU5auyxLyNuagCexarKL3+CwOCjuqRDrtHGiV/O/51fSkAVnI5JGdP/gVdPlPAYED2Zz4p13Xbg9xA3udjanadzsDlFGl70i7qCyqEbe4HZcXhMWZKr9qPKV/ltzFfuMnmzV/s8x5qaKDsIV9T00GP52Bjo+/wdX6NLvJUtX2T222dnLTV1Gyy2za5XJSbsrt5rX6B0K9QBFxmkAM26shTxgRZXe2orKSfmpwwTo+eDwb8v1/gyW/kPxDHXs6307NWNjjtmxI5x7uWhMcFW/eiDkTZ7nmKyZgWBl8Mho+O6Gg03Q5nXN7dM5n6ahnMTL/CNIP4PNU8njrnn0uin0EnIVzs/dC3rIqemdxcP72XT++rOLevfHt8DQ47gc3ciZU9OFHvzMTe4tZg+ap4Ao/vXZc9eKduYqgy55P3/FC66W+0WYJWDun0TXmN7QydcZ7JvM2gJ1gPHAUF4fBHcRUWaAsl/zYLoEJjGnFLOkP+F5VY2vSPLy1rcz5j6Z/UhuvPCTgCUve7ZclHKYW/EQlfFhGJtYyvRmZKqI8AZbuN88pObk5OT5ptA70AiKZmyMxoHi0GmTd/fq3o3z+1/lLz3apR+Wh26rL5cv0nOkWmeuX7BPz7WVnv4bPWs5wV8X5s5nLRh8X1ZfbMfSb2BEuPsR61N8Tekq139OiTARoMqPyhpoEPG/CX+T1GGuPrcpNc/Y0OGP2gDntZM/qfNFBuSk4CNuAv9bt0C/+QY9iAv9RvalJVHqXOsLxM2IC/8Hf4j27Cv3KG8sndhA34S/2mJUlZHm2uPH6mkhHCL/gR6/Gr+sbEPChzmcpetlGpT4QfVX3MoU0j8QEWDFM06RIC6OKTqi/bjBpJmB1SXA5mpzTKYsIv+BHrJz+pqmn5Tc46PtmX8At+VPXsnUSaoD5m9oMOmsvJMq45guayY3m7ZKtV4yHtFz/ZT/XT/QxMwB1+op80NHk9jVlmJizPRpvY/EaJnzy9ObufsBXSJ0LRArMS5sUdXNXP12KnUD18nTI2LM+Ox/J0PM2gMz5/hpcmXLKWF/wFXuTF5dnuoYaI5Z+pViL+GPsv/qOv99/916FvbzF++vu1Lo/Vmb8m2V/ukN7vBPnMfxEL/pUBB274DciQf7m64JE6+/2Vr1otfHRa1qMcoFqm9usK+bUjTTSnM23Jg3Q9h03urj2McmSvt81k4G+q+iZn+WcpaRg/tLMfez3Vlasa13VNNKczVQTym7l+UdOQ+nz/ES7gqEq7623m0UlMKbi8hpp7f84FvG02+GZfSoAU5k0DbuNr8gD/o87LB1/trXkMftb7tJUTg8N9pRDyHb3NgZYN9NALfuzxWd1RtEdcnboMix3mVTHyovQFcsiv6jtDeuXjubhlYg/ziFcmdz9/MKbwBpOgx/B0ThJT15e4snff9srm6SV4FJN1+hyoftv9eMF7pyKmweIqvEuzlWmZ7QmSsebjrepJs5iFSsmunGAA6z4qcmqSokxEPiSpL21cvoz2muY/d366rhSFc1zNK8W7dsi13nN0dByFZxS4kl7dntnc80ag+t91akfkZLc71uxMXxoTW5yzvTUBoiMAZFCfMdJOM2ZswbjM4YUX5zgz5+WNnlxcbAoO0PEN00QG5DSsfspVrsacM6uubN5LPz7rHr3+EBpSGamflGBRsu+4W4vbRB5FgTYCTFl7DOBAMBFziLA/3uDtIK3rG/0QDrkvBg95X0l7F05kE4GWtl/prIguV9qimVfRO3otF8qpy3XVpsj9EjtAkc0C0SEcC0zWMVj9JC2E61COajQRwxIM62v0RASJLXyVWeNC7B/0GLsMdAltTwsP8x4TEWtaKQgjjEhvsuvq1zECgAL7wnUMTNOIdGyJkshrZn3iDMtuYnOoQdb54RtRr+5wjgXh7IAnYT2rUTKz4yYFxAoP1KZO94/Bzxk/jJPAPsMc9K0ME2TiVavFKSCAlfaxN45VrHY7DRJFleqmA8QOYh4TonnWM+2EMRXe58yQfJLfzWjZS2UwYlOCwkfbwc44jnlvWjieJDbZRQpHEA4BYU2p2LoCLBWqpg2IhkqDWo69ZU2RRfYeWXUxz3Wno82V/CA3sxUzHQqA83NRZwnEEPM+MC48UXXsLPNWe9HvbAuS5GafAxid9+88UoVyrGw5dp0shvE3oggiDb7qdgK7F4On4EAVwqzyJ+uQIfwacqrBAcMXWqhZWPSfxri36hobehOCYNO9mNGqNcNyYaESsBcsz5Lw/l3eg0r7AhmvGmaQ8Jq6LXqs6pWew3rYDTsKDCAsGWJoSlyaqrmrweSmdiuNgQkprI2ZQjbJVDjUl5SQxpzIKab8k5mK5cIsZjIETFrBUOml02Fvk4nLquVzPcV0cGk5jNIFGbW8r3PrQBlhMnAvYXxnM6ukF7/kuZsgiC0eyeBWztEGGHWij/6pG6S0GKr20/VyVjhv5yVGsaieat6z9J1hs5umpVCjt72f6w4wIil63LxruM/lkBI6hs/NtKoOgzBFcRjAAl2nVQVwXVWya6CEmVRSuCHWxh8p7aV0ff17iI6HrjUiXiD5Xi6MsEZvCz/Xg4NXBB392hSRukZKcwVDpLqEtIjL9AHFDSc4vYfRKHvPuC6vEolYLBEoUsmlLCFLwGM2l4NUSvU8rJubz/crhVNUaK5rJmTdOg/P56GdyUlYFFvUUddqheBkhuvEne29WFQzDO1inANuUTlbY25ZLL4J9ThM+XwcRQQPvaCOaUot04x1nSAASXUZwGKIR8nfheWiqw2z+1WepYmF9hluzT0ynuht5ee6AQQP+kBnCm7HsjCHEE6y09dgQDQNUKaqoOvwez/qpI4buRnlJHDai5Mi2BDaCCzttFV7HIXJZ/1uTTHPxqFnFWOzsKr6VqAeF5CSGktIiY4WzaJgKNoMUE92MVyCVOZe4bhL7GtkKehRBaDUe7hU2yTBRgolaNNUOlOXLCudUzQomRDTqomzlGtbgNv7drccQMSacRgkMPSaeSeOvuLQu+Ju0nS0Cs5DzIUUbM5cu+54T/6ll1qtn9Po0QAUhQDUVwuEkYGWoxD2sHteeUXeTbBICHUmrOL1JAusyGwKP27Xzoigh0XXM1mEQMTBSugeLGSORZNb17WRdeK96UxcQs22RLs02645X+9irIHosfgzyvu+VqNeeKErU0MHmND3UlHoZC9/Cz0L+9gotXncPFxOaq1WmRrV0LMIUbsPInQM+qvr36UHBSIvdJTDlfbcLEvgGXvTc7rnBtb8ueM/PwTCEavoaSj+yJvI2dIJJ3GubM8+Dxa7Mm2vMbcsFj+BpdqyYPUDhX+QWUkqE7TGvkE4HcbVhA06rcmAs3EeVwm14/WVbS2aSQCzkd43obiSg62B8DZHfWQ1y7ZNjGozWhDrHMjM8dX+eudnRpOPDQszBDfRzbNqeQkNp5PALeOBrYrcIzkem0uao5KNrTe+3pD6kGsenowqCCqaLah9k45MoDlR0sxIbvaoZUPrkd6FKfaYk/+E3ayjAeGgbyLATAsKVFO1YX2puRvkvOzLtFzmIM8FoZJrTveda/SjGDQt0A3La80NR/xyxk4ikfDlqvssrajlmHaO9qAeTcxO0vgltLSfxXCypGJllqB9pH5wXW5sVjdxty1I3rrBq+8MauuF8kjnCuEipL7uicjteXWjwGsxK6lNj1lPCMSz2QW7jAqBbp3HSy5DrpaH/1Qi94vIoipFWVMJiKFBLrtawie2YDkZdR0qHqthmKIT1hZwFhgurrPZhnFTi/WoqOVYcDbi+KX7Ok7o2WKawbJrMOPc8yHLj4+R60rE4di85A2rg3w7jpjzsga4saqnvoMKSjn4vdhnJM11wdVnQOYIYQO0VigOGcoWBK+mGOeXLNd2h/RfaCogI4+5Ux18mVHbCyCybKV1TUt+7oeexuNSTWtOJzT3h66mCcnXa8cXZk4bVC+PjDthFaiW7pTkDcaEHo1rZejJ6+g6pjuwc5m+YgY+qgdWXtx41W+sLyESLcJd2AuAnLQJp7XpBj/pHi7XugtZH32EC41lZpSesQYCC7fe9BwcokelWhV/snBMEnANSpO8HWXn14mHbYXH1jgxXuMuSv45EXVkpiWBtfpcqySw7CoUnE8Tninu03TJcFn/Z5wDgowa7JharzRArnX0olpSlgDXhlJ1DSZZ9ROdNHBgNVnsl4zBP8d7hLtzlMN6M5War1Ean19a5pAI0Ww3bTDkgkpsrlVMIvK3fuBe7pZqXAOTgUvAxGkW/edalz2tGZPeQz/TzYlKXdjvKID4hMnn7PMONuM110Q422D45EH39RBZ8boeOT27voRMdCdkik4M/N4gJuvseg+SxM8t69jqDzMCs0lJDJn1XZtvR/gnNHnuIHNEkfHP5gsqKYtJvTMiSz96zX5gJ/c6Fu2jqozyDXE3jm89ponPWGcJhJ7AjI5ahX8gGGxszG4LqgBIrBHYRQiuUDgaYw2lR/ivq3dY9ohJsKa+axpiibCH3Uv9tPfwp70xWWGvnsP3fe8hZ4fUCzAg0yeEULlzzkL/PTQ6JJjvqm+9tX6up6gLYaLAflKWE4XXwIsit6uUc71Tq04PJtTxG624aOTiWxsH1E7XDcD/Ki0AFRziOP5lUTe/9XpfjzOpEOhC0ySjlDMdEuaeUxhkGwS64IEiLwb9ohwv4WEmp4gx6U5J7GpgozGCJ3om+uo4iPCGNUmkPqI/+i7Pinq73EyMDv2n6YGHOlZAa2k8ff3X6bl2ahHd4LIcIUf9ohzLlbodiSTshyHYljvVO8JnQmWrI8+dHPhyp7LxzISKhOnRbkebdkO4BfPFuoLO0K6aUYpAR2v+0c6jq18IiyGroGdykiwpUIy5tD1GR40nKc++I9yKT9u10VzktIfL9Mq4KdrUNB7wi+oJyvVIzqJLfo6Mc8pCRnLjiXLWo00yRWuDaZyN2RXV0xLvXXinrasiNyzDShLWYKYtgt+Z1QJhwdoveSro30Jdpdh5Kw7MZVUIsuaqTgTheA03x9HM1AWt4+xUYfW8OYzN39Ivl6jHm+XYVsGWs6W3SGbNEWo8IcLxth4VOY83fTUxfMxn6S8X6Pqv7ttViSOJGlFNwzNNbv1AFTkS++YHU0ajaHf2l7Bdr6Ylj5XkCRcqcGr1dq1kO0DBOgKkNd+OARbYTUJKUXC30XQJUsmmg4LhJFDRBiYs6zeBpQqET/M6SUXcgDYS/EQJxOineXERtEN7xC04lwjUWbIaFpqRT7L4JhK+B0gYiajpZZiIWPm8mOga4bHaOEkeFJy4bgFA6wDMTKdO1S1bZp5P0u/FBezJ9NFpojEMJhfuwKIli2kLztJflpBLfc4Cv/W29HNdEQSYMOCkrZflv4raROPK9AqIIMcGLIyxAdISKMRjc6wWe82x6mNUku9KwXciOUC0IW5mxr7H5Q7WUORKLINnhBvTdMcKKEvrVuq3jFlNX8BCZspnk6iIyIffBii8SqZAFm2CiiBFsRiSXY/TVNci/qY9uUzn/bZe1mPfiVsIryR6u+bla9TxBmU6Xr+8PZiRu0nOx4KtPNAaWIuW3Pe4VYkZOrT0m94Gh6J0lQOtcoN9I1zPnp8BPnzr+Ztf/gj+weMwDlKMaghW61f0tN3IupzlmUdluhmHSdu8pSZmmOt93TTr8/rUrJpp01vHkl6AHSh1A9/xj19f+SwsO9VfIStvBuSq/8baLxVn+pKNrZRPn9bbUi6GkcxS75of3d9t1qQHGwQ5NBCI5DHQKxaWimFgQ/og1ztAv+2E/3Xeeeoeby6H3TRu4ZFPjYT2HP9Nj1q5flZjfdO82cD6gq9xIpdF7hclwsvoJwbYerIfM6x+j/2XeXN/vLu97jbrlZioZLFW4N6t+hidlmLJGY8yWtuY5yc6fYxp2qNY2ms0CyAGbisJ+OPoSoglYowlZg7XI3mouFuRcQ1qIj/nuE9CyLzQyP2PYyR2zNLLmeSx+5u6PieIXMLMmOIoWhe4hDiPFTQMtkIH1CPX+nh2GtgK4QIIftCXu8j2iOJQZmiKMvO3nEWP8hooOpTZRZaduE0Zjn0LZ8vrPSEBmLnyh+abBAhA8f7yv13x+HfR///3tETaa+AvR/9uRxu//tfAhX9/fr7qoZsSjFGABNXPhgWMHu5YI2kqopOSKiqVceocte+l/GuUtRaulr/o2kvCyyyLriueQ14wZwbq41lsH5m8MQPleeaLgTKxPt+joadGIF3Zp1rTnZQo3Lp1au5FXSlwhWvfzFJBtWEqV1U0Z/ei63z6TiZvP8T7dhrH1Is6N0OU51l3SV2psGHMgJXQZz1tE5JN3o0krlAYB2QDhSjB02gBD8iPzaaYldDbOg5j3fREneJO6sZs3QJpOhgqmTNFYd5w7/zy3M8k7xLtUU6NVLUE2ZmybppXWPAaj/2tt5RuJm9H8kzhl4U0vJVnCk85YY6maHgZMYOxkZzr7sR0XAcKrk3e2ShmLUeAN3iABvw13/BZpVcxx/ezZpI2VqwvUn4o52TO2F8kx5eTXRexemRHiQiD9FB385L1NooDLVPTQ0tniRAfu2y+b5CeMFKN0GSwyu4Um652pyQrU42nElUx3s5KtgdC7YYECLUbMlAkRLgizROEwwMOj8B+msMwYWmoO0CBXYjZrRcvAdB1fQlgUxPcf9grjv8mRHgXCGlvTnnLc/kJx2pZJjS+uq7SJrLhvB2WgwmmQRBUQiRY+irglVsq5niIVBRtcIHFUPaZkdRW3jlqlNVGmOqYiQikgjR8uViUSEnGgfecVGMQ0CpBI7UQ8DmYLyVUNi+lSB1fSrO4upShi2Qpyz3BCq9Vm/KhlQpPjeZq1emjq3KlynTHCRUsRAhOjjLFOOlq1eium2JdddVJRbErtVaFYoV+f1M9zFamVukGN3L5u6ubR1sECVKqPPayeujMrFCtakFS7EdfpVyx7jrJVaWTIHPj+0mULOOlyVM76SqKOfW7B4uVK03TafxYFDElyh6/Lo7nyfHMy9XyOENjZpdcwUpGN4Uu53UJuJnRqGJ23U9ZqSCZEqShAGKHUJ2PeSpAyqDQdM44pbMNCm00mZ5BEV9vGBU77axz/PgLEOi8Cy66xPTwGKUkXtZlV5S6ZopNNgsLb3m4CJGiRLvuhjI3xbCIZfVOXGi08BZWoUa1xVpKUCvRW0nqnPS11EWyFKnS3NJdT73CoIf0sMiQye4/vWXpo5/++lpigC2yfZQjV54x8rUy0GBDDNJagTbaem+vduHhsCMWWPhRKSGRPh6HPlrmv9I4bBSDncmZC1ceiyTN8mJWVvW8gT3e9vuG7/gBB/GOGcWLzDqMZXjkNJZiiagpNAsXH+11ZNOEmMQ2WzlGY421DjrkhO122GmX49Ea7gB+0hlhZvSkPqnHbhwf3qbpZHkMBLSERhtpnLGG6eC1pvGNMX7xT0ACY4o5QQlOSEITlvBEJDJRiU5MLCZ46LaJmrvrgTt3DmN2GI1L9Q1N8VigDmW3dTa1mY0wpmV66GqbYVG8o4XLB8RLW5YfEaGRIQDSYD56l9zHbEtqZ0dg0h7rC/EnXiePllXMm+ayaUdLr8rxPS399Ln6WJ2+JB+rd3S0rI3xk7uJUdCJCAUDbVLQGgUFAa0xsCYDAQWt0W3p4kLSRi1fAPr4XLEg7/X3tKbnHqS7IKBRV//enhKy5OzvBIvUsJjPXfjZFoFrJZ8n5O7RJIAreboY85WCHh74YT7CODtr9uWRL15BjYm1tDU3EsFCvhgrAUkaY7BtTkartxg4c/RXS/iBtUn+NEC4QEnE2LqK3ZKhJ/+vcxZ19i16/mckGV5OOp3lfmbevMmap+c9JODTu55J4k9ATFKrxyBP8k3Q65+/tGt+faolFUwV8AIZNZ+fGvUp3UnhFHeKLkXGBFN61vua0okak98kG8SDS8F0cDG46FJSAhPh9PQksBvw1guS4GfI80Zb3U+DE+6dax4qu9tM6sok4sd5TdWxTIJrbpmpr9yYYkuBUkSMmeJYfhp997z/3ly48Zn53Xs/l9yckgTDAAAA) format("woff2");
21
- }
22
- @font-face {
23
- font-family: iOneOpenSans;
24
- font-style: normal;
25
- font-weight: 700;
26
- src: url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2");
27
- }
28
- input,
29
- select,
30
- textarea {
31
- border: none;
32
- outline: none;
33
- background: transparent;
34
- }
35
- input:invalid, input:-moz-submit-invalid, input:-moz-ui-invalid,
36
- select:invalid,
37
- select:-moz-submit-invalid,
38
- select:-moz-ui-invalid,
39
- textarea:invalid,
40
- textarea:-moz-submit-invalid,
41
- textarea:-moz-ui-invalid {
42
- box-shadow: none;
43
- }
44
- /** 'colijn global' classes used by our core components **/
45
- .co-hidden {
46
- display: none !important;
47
- }
48
- .cdk-global-overlay-wrapper {
49
- height: 100%;
50
- width: 100%;
51
- position: fixed;
52
- top: 0;
53
- left: 0;
54
- display: flex;
55
- }
56
- /** our inner 3rd-party dependencies css **/
57
- /* Theme for the ripple elements.*/
58
- /* Override Material2 variables */
59
- /* Include material core */
60
- /* Inputs */
61
- /**********/
62
- /* checkbox */
63
- /************/
64
- /* radiobutton */
65
- /***************/
66
- /* dialog */
67
- /**********/
68
- .co-small-scrollbar {
69
- overflow: auto;
70
- }
71
- .co-small-scrollbar::-webkit-scrollbar {
72
- -webkit-appearance: none;
73
- }
74
- .co-small-scrollbar::-webkit-scrollbar:vertical {
75
- width: 15px;
76
- }
77
- .co-small-scrollbar::-webkit-scrollbar:horizontal {
78
- height: 15px;
79
- }
80
- .co-small-scrollbar::-webkit-scrollbar-thumb:vertical {
81
- background: linear-gradient(to left, #484f60, #484f60 10%, transparent 10%, transparent);
82
- }
83
- .co-small-scrollbar::-webkit-scrollbar-track:vertical {
84
- background: linear-gradient(to left, #e8eceb, #e8eceb 10%, transparent 10%, transparent);
85
- }
86
- .co-small-scrollbar::-webkit-scrollbar-thumb:horizontal {
87
- background: linear-gradient(to top, #484f60, #484f60 10%, transparent 10%, transparent);
88
- }
89
- .co-small-scrollbar::-webkit-scrollbar-track:horizontal {
90
- background: linear-gradient(to top, #e8eceb, #e8eceb 10%, transparent 10%, transparent);
91
- }
92
- .co-dialog .dialog-header .co-dialog-wrapper-popup-title {
93
- display: flex;
94
- align-items: center;
95
- grid-column-gap: 10px;
96
- grid-column-gap: 10px;
97
- column-gap: 10px;
98
- }
99
- .co-dialog .dialog-header .co-dialog-header-title {
100
- font-size: 14px;
101
- margin: 0 0 20px 0;
102
- font-weight: bold;
103
- }
104
- .co-dialog .dialog-footer {
105
- background-color: #F8F8Fa;
106
- border-width: 2px 0 0 0;
107
- border-style: solid;
108
- border-color: #FFFFFF;
109
- padding: 20px 0 0 0;
110
- }
111
- .co-dialog .dialog-footer .co-dialog-footer-button-wrapper {
112
- display: flex;
113
- grid-gap: 10px;
114
- gap: 10px;
115
- grid-column-gap: 10px;
116
- column-gap: 10px;
117
- justify-content: center;
118
- }
119
- .co-dialog .co-input-checkbox:not(.hasnolabel) .checkbox {
120
- border-color: #FFFFFF;
121
- background-color: #FFFFFF;
122
- }
123
- .co-dialog .co-input-checkbox:not(.hasnolabel) .checkbox.checked {
124
- border-color: #1A73E8;
125
- background-color: #1A73E8;
126
- }
127
- .co-dialog .co-input-checkbox:not(.hasnolabel) .checkbox .checkmark.show {
128
- border-color: #FFFFFF;
129
- }
130
- .co-dialog .co-input-text:before {
131
- box-shadow: none;
132
- }
133
- .co-dialog .co-input-search .co-input-text {
134
- background: #FFFFFF;
135
- }
136
- .co-dialog .co-input-search .co-input-text:not(.has-left-icon):not(.has-right-icon) {
137
- background: #FFFFFF;
138
- }
139
- .co-button {
140
- font-family: "Public sans";
141
- position: relative;
142
- display: flex;
143
- align-items: center;
144
- flex-shrink: 0;
145
- flex-grow: 0;
146
- height: 40px;
147
- border-radius: 5px;
148
- outline: none;
149
- z-index: 0;
150
- /* to keep ripple effect inside button */
151
- overflow: hidden;
152
- padding: 0 20px;
153
- font-size: 12px;
154
- place-content: baseline;
155
- pointer-events: all;
156
- }
157
- .co-button:not(.has-label) {
158
- padding: 0;
159
- width: auto;
160
- aspect-ratio: 1;
161
- justify-content: center;
162
- }
163
- .co-button .co-icon {
164
- height: 75%;
165
- width: auto;
166
- aspect-ratio: 1;
167
- }
168
- .co-button .label {
169
- margin: 0 10px;
170
- }
171
- .co-button.has-left-icon.has-right-icon {
172
- justify-content: space-between;
173
- }
174
- .co-button.has-right-icon {
175
- justify-content: space-between;
176
- }
177
- .co-button.smaller {
178
- transform: scale(0.8);
179
- }
180
- .co-button.small {
181
- transform: scale(0.6);
182
- }
183
- .co-button.mini {
184
- transform: scale(0.4);
185
- }
186
- .co-button.circle {
187
- padding: 0;
188
- border-radius: 50%;
189
- height: 40px;
190
- width: 40px;
191
- }
192
- .co-button.disabled {
193
- filter: opacity(50%);
194
- pointer-events: none;
195
- }
196
- .co-button .rippler {
197
- position: absolute;
198
- top: 0;
199
- right: 0;
200
- bottom: 0;
201
- left: 0;
202
- z-index: 1;
203
- }
204
- .co-button.save-button {
205
- height: auto;
206
- width: auto;
207
- border-color: #DCE4EA;
208
- border-style: solid;
209
- border-width: 0 0 0 0;
210
- background-color: #1A73E8;
211
- padding: 8px;
212
- box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
213
- cursor: pointer;
214
- }
215
- .co-button.save-button .co-icon {
216
- height: 20px;
217
- width: 20px;
218
- }
219
- .co-button.save-button .co-icon svg {
220
- fill: #FFFFFF;
221
- }
222
- .co-button.close-button {
223
- height: auto;
224
- width: auto;
225
- border-color: #DCE4EA;
226
- border-style: solid;
227
- border-width: 0 0 0 0;
228
- background-color: #475060;
229
- padding: 8px;
230
- box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
231
- cursor: pointer;
232
- }
233
- .co-button.close-button .co-icon {
234
- height: 20px;
235
- width: 20px;
236
- }
237
- .co-button.close-button .co-icon svg {
238
- fill: #FFFFFF;
239
- }
240
- .co-button.close-button .co-icon [fill] {
241
- fill: #FFFFFF;
242
- }
243
- .co-button.transparent {
244
- background-color: transparent;
245
- }
246
- .co-button.transparent:not(.disabled).action-hover:hover {
247
- color: #FFFFFF;
248
- background-color: #1A73E8 !important;
249
- }
250
- .co-button {
251
- color: #FFFFFF;
252
- background-color: #1A73E8;
253
- }
254
- .co-button.toggled {
255
- background-color: #8faba6;
256
- }
257
- .co-button.white {
258
- background-color: #FFFFFF;
259
- border: 1px solid #CCCCCC;
260
- color: #22313C;
261
- }
262
- .co-button.white ::ng-deep co-icon ::ng-deep [fill] {
263
- fill: #22313C;
264
- }
265
- .co-button.white.toggled {
266
- background-color: #8faba6;
267
- border: 1px solid #8faba6;
268
- color: white;
269
- }
270
- .co-button.white.toggled ::ng-deep co-icon ::ng-deep [fill] {
271
- fill: #FFFFFF;
272
- }
273
- .co-button.white:hover {
274
- background-color: #1A73E8;
275
- border: 1px solid #1A73E8;
276
- color: #FFFFFF;
277
- }
278
- .co-button.white:hover ::ng-deep co-icon ::ng-deep [fill] {
279
- fill: #FFFFFF;
280
- }
281
- .co-button.smaller {
282
- transform: scale(0.8);
283
- }
284
- .co-button.small {
285
- transform: scale(0.6);
286
- }
287
- .co-button.mini {
288
- transform: scale(0.4);
289
- }
290
- .co-button.disabled {
291
- filter: opacity(50%);
292
- }
293
- .co-button.transparent:hover:not(.disabled):not(.no-hover) ::ng-deep > co-icon [fill] {
294
- fill: #FFFFFF;
295
- }
296
- .co-button:hover {
297
- filter: brightness(75%);
298
- }
299
- .co-icon {
300
- display: flex;
301
- align-items: center;
302
- justify-content: center;
303
- width: 30px;
304
- height: 30px;
305
- flex-shrink: 0;
306
- }
307
- .co-icon svg {
308
- max-height: 100%;
309
- max-width: 100%;
310
- width: 100%;
311
- height: 100%;
312
- }
313
- .co-icon.big {
314
- width: 50px;
315
- height: 50px;
316
- }
317
- .co-icon.light svg {
318
- fill: #FFFFFF;
319
- }
320
- .co-icon.light [fill] {
321
- fill: #FFFFFF;
322
- }
323
- .co-icon.dark [fill] svg {
324
- fill: #22313C;
325
- }
326
- .co-icon.dark [fill] [fill] {
327
- fill: #22313C;
328
- }
329
- /*
330
- @import "co-ripple";
331
- @import "../../../style/material2/theming/palette";
332
-
333
- @mixin mat-core() {
334
- @include mat-ripple();
335
- }
336
-
337
- // Mixin that renders all of the core styles that depend on the theme.
338
- @mixin mat-core-theme($theme) {
339
- @include mat-ripple-theme($theme);
340
- }
341
-
342
- $theme: mat-dark-theme(mat-palette($mat-purple, 700, 500, 800), mat-palette($mat-green, A200, A100, A400));
343
- @include mat-core-theme(
344
- mat-dark-theme(mat-palette($mat-purple, 700, 500, 800), mat-palette($mat-green, A200, A100, A400))
345
- );
346
- */
347
- .co-radio-button {
348
- font-family: "Public sans";
349
- font-size: 12px;
350
- display: flex;
351
- align-items: center;
352
- cursor: pointer;
353
- height: 40px;
354
- border-style: solid;
355
- border-width: 0px;
356
- border-radius: 5px;
357
- padding: 10px;
358
- }
359
- .co-radio-button.read-only {
360
- opacity: 0.5;
361
- }
362
- .co-radio-button .outer-circle {
363
- display: flex;
364
- flex-shrink: 0;
365
- align-items: center;
366
- justify-content: center;
367
- justify-items: center;
368
- width: 20px;
369
- height: 20px;
370
- border-radius: 50%;
371
- border-style: solid;
372
- border-width: 2px;
373
- margin: 0 10px 0 0;
374
- }
375
- .co-radio-button .inner-circle {
376
- width: 10px;
377
- height: 10px;
378
- border-radius: 50%;
379
- }
380
- .co-radio-button {
381
- border-color: #CCCCCC;
382
- }
383
- .co-radio-button .outer-circle {
384
- border-color: #CCCCCC;
385
- }
386
- .co-radio-button .outer-circle.selected {
387
- border-color: #5FDCB3;
388
- }
389
- .co-radio-button .inner-circle {
390
- background-color: #5FDCB3;
391
- }
392
- .co-radio-button.selected {
393
- border-color: #5FDCB3;
394
- }
395
- ::placeholder {
396
- /* Chrome, Firefox, Opera, Safari 10.1+ */
397
- color: #8083A3;
398
- font-style: normal;
399
- opacity: 1;
400
- /* Firefox */
401
- }
402
- :-ms-input-placeholder {
403
- /* Internet Explorer 10-11 */
404
- color: #8083A3;
405
- font-style: normal;
406
- }
407
- ::-ms-input-placeholder {
408
- /* Microsoft Edge */
409
- color: #8083A3;
410
- font-style: normal;
411
- }
412
- .co-input-number-picker {
413
- position: relative;
414
- font-family: "Public sans";
415
- font-size: 12px;
416
- display: flex;
417
- flex-direction: row;
418
- align-items: center;
419
- height: 40px;
420
- width: -moz-fit-content;
421
- width: fit-content;
422
- border-radius: 5px;
423
- }
424
- .co-input-number-picker:before {
425
- content: "";
426
- box-shadow: inset 0 0 0 1px #CCCCCC;
427
- border-radius: 5px;
428
- position: absolute;
429
- pointer-events: none;
430
- top: 0;
431
- left: 0;
432
- width: 100%;
433
- height: 100%;
434
- z-index: 1;
435
- }
436
- .co-input-number-picker .icon-wrapper {
437
- display: flex;
438
- height: 100%;
439
- flex-shrink: 0;
440
- align-items: center;
441
- }
442
- .co-input-number-picker .icon-wrapper .input-number-picker-icon {
443
- cursor: pointer;
444
- height: 100%;
445
- width: auto;
446
- aspect-ratio: 1;
447
- max-height: 80px;
448
- }
449
- .co-input-number-picker .icon-wrapper .input-number-picker-icon svg {
450
- height: 50%;
451
- width: 50%;
452
- }
453
- .co-input-number-picker .icon-wrapper .spacer {
454
- height: 100%;
455
- width: 1px;
456
- padding: 0;
457
- margin: 0;
458
- background-color: #CCCCCC;
459
- }
460
- .co-input-number-picker .button-wrapper {
461
- padding: 0;
462
- height: 100%;
463
- aspect-ratio: 1/1;
464
- }
465
- .co-input-number-picker input {
466
- font-family: "Public sans";
467
- padding: 0;
468
- width: 100%;
469
- border: none;
470
- text-align: center;
471
- }
472
- .co-input-number-picker input:focus {
473
- outline: none;
474
- }
475
- .co-input-number-picker input:read-only {
476
- opacity: 0.5;
477
- }
478
- .co-input-number-picker .co-button {
479
- height: 100%;
480
- border-radius: 0;
481
- justify-content: center;
482
- padding: 0;
483
- }
484
- .co-input-number-picker .co-button > co-icon {
485
- height: 65%;
486
- width: 65%;
487
- }
488
- .co-input-number-picker span, .co-input-number-picker span.e-input-focus {
489
- border: none !important;
490
- }
491
- .co-input-number-picker.cc-input-focused:not(.no-focus-line) {
492
- border-style: solid;
493
- border-width: 0;
494
- border-color: #1A73E8;
495
- }
496
- .co-input-number-picker.cc-input-focused:not(.no-focus-line):before {
497
- content: "";
498
- box-shadow: inset 0 0 0 1px #1A73E8;
499
- border-radius: 5px;
500
- position: absolute;
501
- pointer-events: none;
502
- top: 0;
503
- left: 0;
504
- width: 100%;
505
- height: 100%;
506
- z-index: 1;
507
- }
508
- .co-input-number-picker:hover {
509
- border-style: solid;
510
- border-width: 0;
511
- border-color: #1A73E8;
512
- }
513
- .co-input-number-picker:hover:before {
514
- content: "";
515
- box-shadow: inset 0 0 0 2px #1A73E8;
516
- border-radius: 5px;
517
- position: absolute;
518
- pointer-events: none;
519
- top: 0;
520
- left: 0;
521
- width: 100%;
522
- height: 100%;
523
- z-index: 1;
524
- }
525
- .co-input-number-picker .plus-operator {
526
- border-radius: 0 5px 5px 0;
527
- }
528
- .co-input-number-picker:not(.has-icon) .minus-operator {
529
- border-radius: 5px 0 0 5px;
530
- }
531
- .co-input-number-picker {
532
- border-color: #CCCCCC;
533
- background-color: white;
534
- }
535
- .co-input-number-picker .co-button {
536
- background-color: #f5f5fc;
537
- }
538
- .co-input-number-picker .co-button co-icon [fill] {
539
- fill: #22313C;
540
- }
541
- .co-input-number-picker .co-button:hover {
542
- background-color: #1A73E8;
543
- }
544
- .co-input-number-picker .co-button:hover co-icon [fill] {
545
- fill: white;
546
- }
547
- .co-input-number-picker .co-button.select {
548
- background-color: #1A73E8;
549
- }
550
- ::placeholder {
551
- /* Chrome, Firefox, Opera, Safari 10.1+ */
552
- color: #8083A3;
553
- font-style: normal;
554
- opacity: 1;
555
- /* Firefox */
556
- }
557
- :-ms-input-placeholder {
558
- /* Internet Explorer 10-11 */
559
- color: #8083A3;
560
- font-style: normal;
561
- }
562
- ::-ms-input-placeholder {
563
- /* Microsoft Edge */
564
- color: #8083A3;
565
- font-style: normal;
566
- }
567
- .co-input-text {
568
- display: block;
569
- font-family: "Public sans";
570
- font-size: 12px;
571
- }
572
- .co-input-text label {
573
- display: block;
574
- overflow: hidden;
575
- white-space: nowrap;
576
- text-overflow: ellipsis;
577
- }
578
- .co-input-text input {
579
- max-width: 100%;
580
- font-family: "Public sans";
581
- font-size: 12px;
582
- }
583
- .co-input-text input.center {
584
- text-align: center;
585
- }
586
- .co-input-text input.right {
587
- text-align: right;
588
- }
589
- .co-input-text .input-input-hidden {
590
- position: absolute;
591
- top: -200px;
592
- opacity: 0;
593
- }
594
- .co-input-text.hide-arrows input::-webkit-outer-spin-button,
595
- .co-input-text.hide-arrows input::-webkit-inner-spin-button {
596
- -webkit-appearance: none;
597
- margin: 0;
598
- }
599
- .co-input-text.hide-arrows input[type=number] {
600
- -moz-appearance: textfield;
601
- }
602
- .co-input-text input[type=date]::-webkit-calendar-picker-indicator {
603
- display: none;
604
- }
605
- .co-input-text .input-text-clear-button {
606
- display: flex;
607
- visibility: hidden;
608
- cursor: pointer;
609
- height: 20px;
610
- width: 20px;
611
- align-self: end;
612
- padding: 0 0 5px 0;
613
- }
614
- .co-input-text .input-text-clear-button.show {
615
- visibility: visible;
616
- }
617
- .co-input-text:not(.no-style) {
618
- display: block;
619
- position: relative;
620
- background: white;
621
- border-radius: 5px;
622
- }
623
- .co-input-text:not(.no-style):before {
624
- content: "";
625
- box-shadow: inset 0 0 0 1px #CCCCCC;
626
- border-radius: 5px;
627
- position: absolute;
628
- pointer-events: none;
629
- top: 0;
630
- left: 0;
631
- width: 100%;
632
- height: 100%;
633
- z-index: 1;
634
- }
635
- .co-input-text:not(.no-style) .required-indicator {
636
- display: none;
637
- position: absolute;
638
- background: transparent;
639
- top: 7px;
640
- right: 5px;
641
- pointer-events: none;
642
- }
643
- .co-input-text:not(.no-style) .required-indicator:before {
644
- display: flex;
645
- align-items: center;
646
- justify-content: center;
647
- content: "✓";
648
- width: 7px;
649
- height: 7px;
650
- background: transparent;
651
- color: #429777;
652
- }
653
- .co-input-text:not(.no-style):not(.custom-height) {
654
- height: 40px;
655
- }
656
- .co-input-text:not(.no-style).required .required-indicator {
657
- display: flex;
658
- }
659
- .co-input-text:not(.no-style).required.invalid .required-indicator:before, .co-input-text:not(.no-style).required:not(.hasvalue) .required-indicator:before {
660
- content: "*";
661
- color: #C1002A;
662
- }
663
- .co-input-text:not(.no-style).has-own-label label {
664
- width: 100%;
665
- text-align: left;
666
- color: #8083A3;
667
- margin-left: 10px;
668
- font-size: 12px;
669
- position: absolute;
670
- top: 50%;
671
- transform: translateY(-50%);
672
- transform-origin: top left;
673
- pointer-events: none;
674
- z-index: 1;
675
- transition: all 0.2s;
676
- overflow: hidden;
677
- white-space: nowrap;
678
- text-overflow: ellipsis;
679
- }
680
- .co-input-text:not(.no-style).has-own-label.cc-input-focused:not(.no-focus-line) {
681
- border-style: solid;
682
- border-width: 0;
683
- border-color: #1A73E8;
684
- }
685
- .co-input-text:not(.no-style).has-own-label.cc-input-focused:not(.no-focus-line):before {
686
- content: "";
687
- box-shadow: inset 0 0 0 1px #1A73E8;
688
- border-radius: 5px;
689
- position: absolute;
690
- pointer-events: none;
691
- top: 0;
692
- left: 0;
693
- width: 100%;
694
- height: 100%;
695
- z-index: 1;
696
- }
697
- .co-input-text:not(.no-style).has-own-label.cc-input-focused label, .co-input-text:not(.no-style).has-own-label.hasvalue label, .co-input-text:not(.no-style).has-own-label.isDate label {
698
- transform: scale(0.92);
699
- top: 5px;
700
- }
701
- .co-input-text:not(.no-style):not(.read-only):hover {
702
- border-style: solid;
703
- border-width: 0;
704
- border-color: #1A73E8;
705
- }
706
- .co-input-text:not(.no-style):not(.read-only):hover:before {
707
- content: "";
708
- box-shadow: inset 0 0 0 2px #1A73E8;
709
- border-radius: 5px;
710
- position: absolute;
711
- pointer-events: none;
712
- top: 0;
713
- left: 0;
714
- width: 100%;
715
- height: 100%;
716
- z-index: 1;
717
- }
718
- .co-input-text:not(.no-style) .input-text-left-icon, .co-input-text:not(.no-style) .input-text-right-icon {
719
- cursor: pointer;
720
- height: 100%;
721
- width: auto;
722
- aspect-ratio: 1;
723
- max-height: 40px;
724
- max-width: 40px;
725
- }
726
- .co-input-text:not(.no-style) .input-text-left-icon svg, .co-input-text:not(.no-style) .input-text-right-icon svg {
727
- height: 50%;
728
- width: 50%;
729
- }
730
- .co-input-text:not(.no-style) .spacer {
731
- height: 100%;
732
- min-width: 1px;
733
- background-color: #CCCCCC;
734
- }
735
- .co-input-text:not(.no-style) .input-text-wrapper {
736
- display: flex;
737
- height: 100%;
738
- }
739
- .co-input-text:not(.no-style) .input-wrapper {
740
- display: flex;
741
- flex-basis: 100%;
742
- position: relative;
743
- }
744
- .co-input-text:not(.no-style) input {
745
- border: none;
746
- outline: none;
747
- padding: 0 0 5px 10px;
748
- align-self: end;
749
- overflow: hidden;
750
- text-overflow: ellipsis;
751
- width: 100%;
752
- }
753
- .co-input-text:not(.no-style) .input-content-wrapper {
754
- width: 100%;
755
- padding: 20px 0 25px 0;
756
- }
757
- .co-input-text:not(.no-style).has-left-icon .input-text-left-icon {
758
- border-radius: 5px 0 0 5px;
759
- }
760
- .co-input-text:not(.no-style).has-left-icon:not(.has-right-icon) .input-wrapper {
761
- border-radius: 0 5px 5px 0;
762
- }
763
- .co-input-text:not(.no-style).has-right-icon .input-text-right-icon {
764
- border-radius: 0 5px 5px 0;
765
- }
766
- .co-input-text:not(.no-style).has-right-icon:not(.has-left-icon) .input-wrapper {
767
- border-radius: 5px 0 0 5px;
768
- }
769
- .co-input-text:not(.has-left-icon):not(.has-right-icon) {
770
- background: white;
771
- }
772
- .co-input-text.has-left-icon .input-text-left-icon {
773
- background: white;
774
- }
775
- .co-input-text.has-right-icon .input-right-left-icon {
776
- background: white;
777
- }
778
- .co-input-text input {
779
- background: transparent;
780
- }
781
- .co-input-text ::placeholder {
782
- /* Chrome, Firefox, Opera, Safari 10.1+ */
783
- color: #8083A3;
784
- font-style: italic;
785
- opacity: 1;
786
- /* Firefox */
787
- }
788
- .co-input-text :-ms-input-placeholder {
789
- /* Internet Explorer 10-11 */
790
- color: #8083A3;
791
- font-style: italic;
792
- }
793
- .co-input-text ::-ms-input-placeholder {
794
- /* Microsoft Edge */
795
- color: #8083A3;
796
- font-style: italic;
797
- }
798
- .co-validation-error {
799
- font-family: "Public sans";
800
- font-size: 12px;
801
- }
802
- .co-validation-error .validation-error-wrapper {
803
- position: fixed;
804
- min-height: 20px;
805
- min-width: 200px;
806
- z-index: 999999;
807
- display: flex;
808
- flex-direction: row;
809
- align-items: center;
810
- grid-column-gap: 10px;
811
- column-gap: 10px;
812
- padding: 10px;
813
- border-radius: 5px;
814
- border: 2px solid;
815
- }
816
- .co-validation-error .validation-error-wrapper::after, .co-validation-error .validation-error-wrapper::before {
817
- border: solid transparent;
818
- content: " ";
819
- display: block;
820
- height: 0;
821
- pointer-events: none;
822
- position: absolute;
823
- width: 0;
824
- bottom: 100%;
825
- }
826
- .co-validation-error .validation-error-wrapper::after {
827
- left: 20px;
828
- border-width: 10px;
829
- }
830
- .co-validation-error .validation-error-wrapper::before {
831
- margin-left: 12px;
832
- border-width: 8px;
833
- z-index: 1;
834
- }
835
- .co-validation-error .validation-error-wrapper.top::after, .co-validation-error .validation-error-wrapper.top::before {
836
- top: 100%;
837
- }
838
- .validation-error-content {
839
- display: flex;
840
- flex-direction: row;
841
- align-items: center;
842
- }
843
- .co-validation-error .validation-error-wrapper {
844
- background-color: #C1002A;
845
- color: white;
846
- border-color: black;
847
- }
848
- .co-validation-error .validation-error-wrapper::after {
849
- border-bottom-color: black;
850
- border-top-color: transparent;
851
- }
852
- .co-validation-error .validation-error-wrapper::before {
853
- border-bottom-color: #C1002A;
854
- border-top-color: transparent;
855
- }
856
- .co-validation-error .validation-error-wrapper.top::after {
857
- border-top-color: black;
858
- border-bottom-color: transparent;
859
- }
860
- .co-validation-error .validation-error-wrapper.top::before {
861
- border-top-color: #C1002A;
862
- border-bottom-color: transparent;
863
- }
864
- .co-commit-buttons .commit-buttons-wrapper {
865
- position: fixed;
866
- display: flex;
867
- grid-column-gap: 2px;
868
- column-gap: 2px;
869
- z-index: 999;
870
- transform-origin: top center;
871
- }
872
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button {
873
- display: flex;
874
- align-items: center;
875
- justify-content: center;
876
- position: relative;
877
- height: 25px;
878
- width: 25px;
879
- }
880
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .checkmark {
881
- position: absolute;
882
- width: 25px;
883
- height: 25px;
884
- border-radius: 50%;
885
- display: block;
886
- stroke-width: 4px;
887
- stroke: #1A73E8;
888
- stroke-miterlimit: 10;
889
- margin: 10% auto;
890
- }
891
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .checkmark-check {
892
- transform-origin: 50% 50%;
893
- stroke-dasharray: 48;
894
- stroke-dashoffset: 0;
895
- }
896
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .checkmark-check:not(.first-show) {
897
- stroke-dashoffset: 48;
898
- animation: stroke cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
899
- }
900
- @keyframes stroke {
901
- 100% {
902
- stroke-dashoffset: 0;
903
- }
904
- }
905
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner .animate {
906
- animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
907
- }
908
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner {
909
- display: inline-block;
910
- position: relative;
911
- width: 20px;
912
- height: 20px;
913
- padding: calc((20px - calc(20px - (.2 * 20px))) / 2);
914
- }
915
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner div {
916
- position: absolute;
917
- display: block;
918
- box-sizing: border-box;
919
- height: calc(20px - (.2 * 20px));
920
- width: calc(20px - (.2 * 20px));
921
- border-width: 2px;
922
- border-style: solid;
923
- border-radius: 50%;
924
- }
925
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner div:nth-child(1) {
926
- animation-delay: -0.45s;
927
- }
928
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner div:nth-child(2) {
929
- animation-delay: -0.3s;
930
- }
931
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner div:nth-child(3) {
932
- animation-delay: -0.15s;
933
- }
934
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.cancel .cancel-button {
935
- position: relative;
936
- display: inline-block;
937
- width: 100%;
938
- height: 100%;
939
- }
940
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save {
941
- background: #f5f5fc;
942
- }
943
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.save .save-button-spinner div {
944
- border-color: #1A73E8 transparent transparent transparent;
945
- }
946
- .co-commit-buttons .commit-buttons-wrapper .commit-buttons-button.cancel .cancel-button {
947
- border: 8px solid #f5f5fc;
948
- background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #8083A3 45%, #8083A3 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, #f5f5fc 0%, #f5f5fc 43%, #8083A3 45%, #8083A3 55%, #f5f5fc 57%, #f5f5fc 100%);
949
- }
950
- ::placeholder {
951
- /* Chrome, Firefox, Opera, Safari 10.1+ */
952
- color: #8083A3;
953
- font-style: normal;
954
- opacity: 1;
955
- /* Firefox */
956
- }
957
- :-ms-input-placeholder {
958
- /* Internet Explorer 10-11 */
959
- color: #8083A3;
960
- font-style: normal;
961
- }
962
- ::-ms-input-placeholder {
963
- /* Microsoft Edge */
964
- color: #8083A3;
965
- font-style: normal;
966
- }
967
- .co-dialog {
968
- font-family: "Public sans";
969
- font-size: 12px;
970
- }
971
- .co-dialog .co-dialog-overlay {
972
- position: fixed;
973
- top: 0;
974
- left: 0;
975
- width: 100%;
976
- height: 100%;
977
- z-index: 800;
978
- min-height: 100vh;
979
- }
980
- .co-dialog .co-dialog-placeholder {
981
- position: fixed;
982
- z-index: 801;
983
- top: 0;
984
- left: 0;
985
- width: 100%;
986
- height: 100%;
987
- display: flex;
988
- align-items: center;
989
- justify-content: center;
990
- }
991
- .co-dialog .co-dialog-wrapper {
992
- position: fixed;
993
- left: 0;
994
- display: flex;
995
- flex-direction: column;
996
- border-radius: 5px;
997
- max-width: 100vw;
998
- z-index: 801;
999
- height: auto;
1000
- width: 100%;
1001
- max-height: 80vh;
1002
- padding: 30px;
1003
- }
1004
- .co-dialog:not(.is-mobile) .co-dialog-wrapper {
1005
- position: relative;
1006
- min-width: 250px;
1007
- width: 50vw;
1008
- }
1009
- .co-dialog .dialog-drag-handle {
1010
- display: flex;
1011
- width: 100%;
1012
- height: 30px;
1013
- position: absolute;
1014
- top: 0;
1015
- left: 0;
1016
- }
1017
- .co-dialog .dialog-header {
1018
- display: flex;
1019
- flex-direction: row;
1020
- justify-content: space-between;
1021
- align-items: center;
1022
- font-family: "Public sans";
1023
- font-size: 12px;
1024
- padding: 0 0 10px 0;
1025
- }
1026
- .co-dialog .dialog-header .dialog-header-caption {
1027
- width: 100%;
1028
- font-weight: normal;
1029
- margin: 0 0 10px 0;
1030
- border-style: solid;
1031
- border-width: 0 0 1px 0;
1032
- }
1033
- .co-dialog .dialog-header .dialog-close-button {
1034
- display: flex;
1035
- align-items: center;
1036
- justify-content: center;
1037
- width: 30px;
1038
- height: 30px;
1039
- border-radius: 5px;
1040
- position: absolute;
1041
- right: 20px;
1042
- top: 10px;
1043
- background: transparent;
1044
- }
1045
- .co-dialog .dialog-content {
1046
- font-family: "Public sans";
1047
- font-size: 12px;
1048
- padding: 0;
1049
- max-height: 80vh;
1050
- overflow: auto;
1051
- overscroll-behavior: contain;
1052
- }
1053
- .co-dialog .dialog-footer {
1054
- font-family: "Public sans";
1055
- font-size: 12px;
1056
- padding: 20px 0 0 0;
1057
- margin: 10px 0 0 0;
1058
- border-style: solid;
1059
- border-width: 2px 0 0 0;
1060
- }
1061
- .co-dialog .dialog-footer co-button ::ng-deep {
1062
- cursor: pointer;
1063
- }
1064
- .co-dialog .dialog-footer co-button ::ng-deep.ok-click co-icon svg path {
1065
- fill: #5FDCB3;
1066
- }
1067
- .co-dialog .dialog-footer co-button ::ng-deep.cancel-click co-icon svg path {
1068
- fill: #6b6e8a;
1069
- }
1070
- .co-dialog .dialog-close-button {
1071
- cursor: pointer;
1072
- }
1073
- .disable-scroll {
1074
- pointer-events: none;
1075
- }
1076
- .co-dialog .co-dialog-overlay {
1077
- background-color: rgba(0, 0, 0, 0.3);
1078
- -webkit-backdrop-filter: blur(2px);
1079
- backdrop-filter: blur(2px);
1080
- }
1081
- .co-dialog:not(.borderless) .co-dialog-wrapper {
1082
- background-color: #F8F8Fa;
1083
- box-shadow: 0 0 10px #484f6040;
1084
- }
1085
- .co-dialog .dialog-header {
1086
- color: #22313C;
1087
- background-color: #F8F8Fa;
1088
- }
1089
- .co-dialog .dialog-header .dialog-header-caption {
1090
- border-color: #CCCCCC;
1091
- }
1092
- .co-dialog .dialog-header .dialog-close-button {
1093
- background: transparent;
1094
- }
1095
- .co-dialog .dialog-content {
1096
- color: #22313C;
1097
- background-color: #F8F8Fa;
1098
- }
1099
- .co-dialog .dialog-footer {
1100
- color: #22313C;
1101
- background-color: #F8F8Fa;
1102
- border-color: #FFFFFF;
1103
- }
1104
- .co-collapsible {
1105
- font-family: "Public sans";
1106
- position: relative;
1107
- display: flex;
1108
- flex-direction: column;
1109
- flex-shrink: 0;
1110
- flex-grow: 0;
1111
- outline: none;
1112
- overflow: hidden;
1113
- font-size: 12px;
1114
- }
1115
- .co-collapsible .collapsible-header {
1116
- display: flex;
1117
- flex-direction: row;
1118
- justify-content: space-between;
1119
- grid-column-gap: 5px;
1120
- column-gap: 5px;
1121
- height: 40px;
1122
- align-items: center;
1123
- cursor: pointer;
1124
- -webkit-user-select: none;
1125
- user-select: none;
1126
- border-bottom: 1px solid gray;
1127
- }
1128
- .co-collapsible .collapsible-title {
1129
- font-weight: bold;
1130
- }
1131
- .co-collapsible .collapsible-header-start, .co-collapsible .collapsible-header-end {
1132
- display: flex;
1133
- flex-direction: row;
1134
- }
1135
- .co-collapsible .expand-icon-wrapper {
1136
- display: flex;
1137
- transition: 0.3s ease-in-out;
1138
- }
1139
- .co-collapsible .expand-icon-wrapper .expand-icon {
1140
- height: 20px;
1141
- width: 20px;
1142
- }
1143
- .co-collapsible .expand-icon-wrapper.expanded {
1144
- transform: rotate(180deg);
1145
- }
1146
- .co-collapsible .collapsible-button-wrapper {
1147
- display: flex;
1148
- align-items: center;
1149
- justify-content: flex-end;
1150
- padding-left: 10px;
1151
- min-width: 50px;
1152
- cursor: default;
1153
- }
1154
- .co-collapsible .collapsible-button {
1155
- border: 1px solid gray;
1156
- border-radius: 10px;
1157
- padding: 5px 12px;
1158
- cursor: pointer;
1159
- font-family: "Public sans";
1160
- font-size: 12px;
1161
- }
1162
- .co-collapsible .collapsible-content {
1163
- overflow: hidden;
1164
- padding: 10px 0px 0px 10px;
1165
- }
1166
- .co-collapsible {
1167
- color: #000000;
1168
- }
1169
- .co-collapsible .collapsible-header {
1170
- padding: 0 10px;
1171
- }
1172
- .co-collapsible .co-input-text {
1173
- padding: 0;
1174
- }
1175
- .co-collapsible .collapsible-button {
1176
- background-color: white;
1177
- }
1178
- .co-collapsible .collapsible-button:hover {
1179
- background-color: #F7FAFA;
1180
- }
1181
- .co-input-search {
1182
- display: block;
1183
- font-family: "Public sans";
1184
- font-size: 12px;
1185
- height: 40px;
1186
- }
1187
- .co-input-search .co-input-text:not(.no-style) {
1188
- height: 100%;
1189
- border-radius: 10px;
1190
- }
1191
- .co-input-search .co-input-text:not(.no-style):before, .co-input-search .co-input-text:not(.no-style):hover:before {
1192
- border-radius: 10px;
1193
- }
1194
- .co-input-search .co-input-text:not(.no-style) label {
1195
- font-style: italic;
1196
- font-weight: normal;
1197
- }
1198
- .co-input-search .co-input-text:not(.no-style) input {
1199
- align-self: center;
1200
- padding: 0 0 0 5px;
1201
- }
1202
- .co-input-search .co-input-text:not(.no-style).has-left-icon .input-text-left-icon {
1203
- border-radius: 10px 0 0 10px;
1204
- }
1205
- .co-input-search .co-input-text:not(.no-style).has-left-icon:not(.has-right-icon) .input-wrapper {
1206
- border-radius: 0 10px 10px 0;
1207
- }
1208
- .co-input-search .co-input-text:not(.no-style).has-right-icon .input-text-right-icon {
1209
- border-radius: 0 10px 10px 0;
1210
- }
1211
- .co-input-search .co-input-text:not(.no-style).has-right-icon:not(.has-left-icon) .input-wrapper {
1212
- border-radius: 10px 0 0 10px;
1213
- }
1214
- .co-input-search.center-label .co-input-text label {
1215
- margin-left: 0;
1216
- text-align: center;
1217
- }
1218
- .co-input-search .co-input-text:not(.has-left-icon):not(.has-right-icon) {
1219
- background: #F5F5FC;
1220
- }
1221
- .co-input-search .co-input-text.has-left-icon {
1222
- background: transparent;
1223
- }
1224
- .co-input-search .co-input-text.has-left-icon .input-text-left-icon, .co-input-search .co-input-text.has-left-icon .input-wrapper {
1225
- background: #F5F5FC;
1226
- }
1227
- .co-input-search .co-input-text.has-right-icon {
1228
- background: transparent;
1229
- }
1230
- .co-input-search .co-input-text.has-right-icon .input-text-right-icon, .co-input-search .co-input-text.has-right-icon .input-wrapper {
1231
- background: #F5F5FC;
1232
- }
1233
- .co-input-search .co-input-text label {
1234
- color: #8083A3;
1235
- }
1236
- .co-simple-grid {
1237
- display: block;
1238
- font-family: "Public sans";
1239
- font-size: 12px;
1240
- }
1241
- .co-simple-grid co-input-checkbox {
1242
- justify-content: center;
1243
- }
1244
- .co-simple-grid co-input-checkbox.read-only {
1245
- opacity: 1;
1246
- }
1247
- .co-simple-grid co-input-checkbox .checkbox .checkmark {
1248
- left: 0.945px;
1249
- }
1250
- .simple-grid-table {
1251
- height: 1px;
1252
- table-layout: fixed;
1253
- width: 100%;
1254
- border-collapse: collapse;
1255
- }
1256
- .simple-grid-column-auto-fit {
1257
- white-space: nowrap;
1258
- width: 1%;
1259
- }
1260
- .simple-grid-column-header-wrapper {
1261
- font-family: "Public sans";
1262
- font-size: 10px;
1263
- font-weight: normal;
1264
- text-transform: uppercase;
1265
- display: flex;
1266
- flex-direction: row;
1267
- }
1268
- .co-form.simple-grid-row-form {
1269
- display: contents;
1270
- width: 100%;
1271
- }
1272
- .simple-grid-column-header {
1273
- justify-content: space-between;
1274
- border-style: solid;
1275
- border-width: 0 0 1px 0;
1276
- font-size: 10px;
1277
- }
1278
- .simple-grid-single-column-cell {
1279
- width: 100%;
1280
- }
1281
- .simple-grid-column-cell {
1282
- align-items: center;
1283
- vertical-align: middle;
1284
- }
1285
- .co-simple-grid-cell {
1286
- width: 100%;
1287
- }
1288
- .co-simple-grid-cell .co-icon {
1289
- width: 20px;
1290
- height: 20px;
1291
- }
1292
- .co-simple-grid-cell .co-button {
1293
- background-color: #FFFFFF;
1294
- }
1295
- .co-simple-grid-cell .co-button .co-icon {
1296
- width: 20px;
1297
- height: 20px;
1298
- }
1299
- .simple-grid-column-cell-value {
1300
- height: 100%;
1301
- width: 100%;
1302
- }
1303
- .simple-grid-column-cell-value > * {
1304
- height: 100%;
1305
- width: 100%;
1306
- }
1307
- .simple-grid-column-cell-field {
1308
- display: flex;
1309
- align-items: center;
1310
- border-style: solid;
1311
- border-width: 1px;
1312
- padding: 10px;
1313
- border-radius: 5px;
1314
- }
1315
- .simple-grid-column-cell-field span {
1316
- white-space: normal;
1317
- text-overflow: ellipsis;
1318
- overflow: hidden;
1319
- }
1320
- .simple-grid-column-cell-field .form-input {
1321
- width: 100%;
1322
- }
1323
- .simple-grid-column-header-label {
1324
- font-weight: bold;
1325
- color: #172121;
1326
- -webkit-user-select: none;
1327
- user-select: none;
1328
- padding: 10px 5px;
1329
- width: 100%;
1330
- overflow: hidden;
1331
- text-overflow: ellipsis;
1332
- white-space: nowrap;
1333
- border-bottom: 2px solid #efeeee;
1334
- }
1335
- .simple-grid-column-sizer {
1336
- cursor: col-resize;
1337
- width: 5px;
1338
- }
1339
- .simple-grid-column-sizer-placeholder {
1340
- width: 5px;
1341
- }
1342
- .simple-grid-row {
1343
- height: 75px;
1344
- font-family: "Public sans";
1345
- font-size: 12px;
1346
- border: none;
1347
- border-width: 10px 0 0 0;
1348
- border-style: solid;
1349
- border-color: #F5F5FC;
1350
- }
1351
- .simple-grid-row.disabled {
1352
- opacity: 0.5;
1353
- background: white;
1354
- }
1355
- .simple-grid-row.editing .form-input:before, .simple-grid-row.editing .form-input:hover, .simple-grid-row.editing .form-input:hover:before, .simple-grid-row.editing .form-input.cc-input-focused, .simple-grid-row.editing .form-input.cc-input-focused:before {
1356
- border: none !important;
1357
- box-shadow: none !important;
1358
- }
1359
- .right-align {
1360
- text-align: right;
1361
- justify-content: flex-end;
1362
- }
1363
- .center-align {
1364
- text-align: center;
1365
- justify-content: center;
1366
- }
1367
- .left-align {
1368
- text-align: left;
1369
- justify-content: flex-start;
1370
- }
1371
- .simple-grid-row.cdk-drag-preview {
1372
- box-sizing: border-box;
1373
- border-radius: 4px;
1374
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1375
- display: table;
1376
- }
1377
- .simple-grid-row.cdk-drag-preview td {
1378
- flex-grow: 2;
1379
- font-size: 10px;
1380
- padding: 4px;
1381
- vertical-align: middle;
1382
- }
1383
- .simple-grid-row.cdk-drag-placeholder {
1384
- opacity: 0.3;
1385
- }
1386
- .cdk-drag-animating {
1387
- transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
1388
- }
1389
- .pagination-bar ul {
1390
- margin: 10px 0 0 0;
1391
- }
1392
- .co-simple-grid {
1393
- color: #171721;
1394
- }
1395
- .co-simple-grid .simple-grid-column-sizer {
1396
- background-color: white;
1397
- }
1398
- .co-simple-grid .simple-grid-column-header {
1399
- border-color: #1A73E8;
1400
- color: #8083A3;
1401
- }
1402
- .co-simple-grid .simple-grid-column-header {
1403
- background-color: white;
1404
- }
1405
- .simple-grid-column-cell-field {
1406
- border-color: #CCCCCC;
1407
- }
1408
- .simple-grid-row {
1409
- background-color: white;
1410
- border-color: #F5F5FC;
1411
- }
1412
- .simple-grid-row.selected {
1413
- background-color: #e5e5e5;
1414
- }
1415
- .simple-grid-row:hover:not(.selected):not(.disabled) {
1416
- background-color: transparent;
1417
- }
1418
- .simple-grid-row.editing .form-input {
1419
- background-color: transparent;
1420
- }
1421
- co-pagination {
1422
- background-color: white;
1423
- }
1424
- .co-grid-toolbar {
1425
- display: flex;
1426
- flex-direction: row;
1427
- justify-content: flex-start;
1428
- margin: 0 0 10px 0;
1429
- padding: 0;
1430
- border-style: solid;
1431
- border-width: 0;
1432
- border-radius: 5px;
1433
- }
1434
- .co-grid-toolbar .grid-toolbar-wrapper {
1435
- display: flex;
1436
- flex-direction: row;
1437
- grid-column-gap: 5px;
1438
- column-gap: 5px;
1439
- }
1440
- .co-grid-toolbar .co-icon {
1441
- width: 30px;
1442
- height: 30px;
1443
- border-style: solid;
1444
- border-width: 1px;
1445
- border-radius: 5px;
1446
- opacity: 1;
1447
- cursor: pointer;
1448
- }
1449
- .co-grid-toolbar .co-icon.disabled {
1450
- cursor: default;
1451
- opacity: 0.5;
1452
- }
1453
- .co-grid-toolbar .co-icon svg {
1454
- height: 60%;
1455
- width: 60%;
1456
- }
1457
- .co-grid-toolbar.right {
1458
- justify-content: flex-end;
1459
- }
1460
- .co-grid-toolbar {
1461
- background-color: transparent;
1462
- border-color: black;
1463
- }
1464
- .co-grid-toolbar .co-icon {
1465
- background-color: white;
1466
- border-color: black;
1467
- }
1468
- .co-grid-toolbar .co-icon svg {
1469
- fill: #009EE0;
1470
- }
1471
- .co-grid-toolbar .co-icon [fill] {
1472
- fill: #009EE0;
1473
- }
1474
- ::placeholder {
1475
- /* Chrome, Firefox, Opera, Safari 10.1+ */
1476
- color: #8083A3;
1477
- font-style: normal;
1478
- opacity: 1;
1479
- /* Firefox */
1480
- }
1481
- :-ms-input-placeholder {
1482
- /* Internet Explorer 10-11 */
1483
- color: #8083A3;
1484
- font-style: normal;
1485
- }
1486
- ::-ms-input-placeholder {
1487
- /* Microsoft Edge */
1488
- color: #8083A3;
1489
- font-style: normal;
1490
- }
1491
- .co-pagination {
1492
- display: block;
1493
- height: 60px;
1494
- font-family: "Public sans";
1495
- font-size: 12px;
1496
- }
1497
- .co-pagination .pagination-component-main-wrapper {
1498
- background: none;
1499
- display: flex;
1500
- align-items: center;
1501
- padding: 0 20px;
1502
- height: 100%;
1503
- }
1504
- .co-pagination-bar {
1505
- font-family: "Public sans";
1506
- font-size: 12px;
1507
- width: 100%;
1508
- }
1509
- .co-pagination-bar ul.pagination {
1510
- display: flex;
1511
- justify-content: flex-end;
1512
- flex-wrap: wrap;
1513
- width: 100%;
1514
- list-style-type: none;
1515
- }
1516
- .co-pagination-bar li {
1517
- display: flex;
1518
- align-items: center;
1519
- justify-content: center;
1520
- flex-grow: 0;
1521
- flex-shrink: 0;
1522
- width: 40px;
1523
- height: 40px;
1524
- cursor: pointer;
1525
- border-radius: 5px;
1526
- font-size: 12px;
1527
- -webkit-user-select: none;
1528
- user-select: none;
1529
- }
1530
- .co-pagination-bar li:not(:last-child) {
1531
- margin-right: 4px;
1532
- }
1533
- .co-pagination-bar li.pagination-next, .co-pagination-bar li.pagination-previous {
1534
- cursor: pointer;
1535
- flex-grow: 0;
1536
- min-width: 40px;
1537
- width: auto;
1538
- text-align: center;
1539
- padding: 0 15px;
1540
- }
1541
- .co-pagination-bar .pagination-next .pagination-next-arrow {
1542
- content: "";
1543
- display: inline-block;
1544
- padding: 3px;
1545
- transform: rotate(-45deg);
1546
- }
1547
- .co-pagination-bar .pagination-next a {
1548
- margin-right: 5px;
1549
- }
1550
- .co-pagination-bar .pagination-previous .pagination-previous-arrow {
1551
- content: "";
1552
- display: inline-block;
1553
- padding: 3px;
1554
- transform: rotate(135deg);
1555
- }
1556
- .co-pagination-bar .pagination-previous a {
1557
- margin-left: 5px;
1558
- }
1559
- .co-pagination-bar li.current {
1560
- font-size: 12px;
1561
- font-weight: bold;
1562
- opacity: 1;
1563
- cursor: default;
1564
- }
1565
- .co-pagination-bar li.disabled {
1566
- cursor: default;
1567
- }
1568
- .co-pagination-bar li.disabled div, .co-pagination-bar li.disabled a {
1569
- opacity: 0.2;
1570
- }
1571
- .co-pagination-bar {
1572
- color: #171721;
1573
- }
1574
- .co-pagination-bar li {
1575
- border: 1px solid #CCCCCC;
1576
- background-color: white;
1577
- }
1578
- .co-pagination-bar .pagination-next-arrow {
1579
- border: solid #1A73E8;
1580
- border-width: 0 3px 3px 0;
1581
- }
1582
- .co-pagination-bar .pagination-previous-arrow {
1583
- border: solid #1A73E8;
1584
- border-width: 0 3px 3px 0;
1585
- }
1586
- .co-pagination-bar li.current {
1587
- color: #171721;
1588
- border: 1px solid #1A73E8;
1589
- }
1590
- .co-carousel {
1591
- position: relative;
1592
- }
1593
- .co-carousel .carousel-wrapper {
1594
- position: relative;
1595
- display: flex;
1596
- flex-direction: row;
1597
- grid-column-gap: 10px;
1598
- column-gap: 10px;
1599
- padding: 0;
1600
- overflow: hidden;
1601
- scroll-behavior: smooth;
1602
- }
1603
- .co-carousel .carousel-wrapper > * {
1604
- flex-shrink: 0;
1605
- }
1606
- .co-carousel .carousel-navigate-button {
1607
- position: absolute;
1608
- top: 50%;
1609
- transform: translateY(-50%);
1610
- display: flex;
1611
- align-items: center;
1612
- height: 100%;
1613
- overflow: hidden;
1614
- z-index: 1;
1615
- padding: 0 10px;
1616
- }
1617
- .co-carousel .carousel-navigate-button.right {
1618
- right: 0;
1619
- }
1620
- .co-carousel .carousel-navigate-button .carousel-navigate-button-wrapper {
1621
- height: 50px;
1622
- width: 50px;
1623
- background: white;
1624
- box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
1625
- display: flex;
1626
- align-items: center;
1627
- justify-content: center;
1628
- border-radius: 50%;
1629
- opacity: 0.5;
1630
- pointer-events: all;
1631
- }
1632
- .co-carousel .carousel-navigate-button .carousel-navigate-button-wrapper svg {
1633
- width: 75%;
1634
- height: 75%;
1635
- vertical-align: middle;
1636
- fill: grey;
1637
- }
1638
- .co-carousel .carousel-navigate-button:hover .carousel-navigate-button-wrapper {
1639
- opacity: 1;
1640
- }
1641
- .co-carousel-3d {
1642
- display: block;
1643
- width: 100%;
1644
- height: 100%;
1645
- }
1646
- .co-carousel-3d .carousel-3d-canvas-wrapper {
1647
- position: relative;
1648
- height: 100%;
1649
- width: 100%;
1650
- }
1651
- .co-carousel-3d .carousel-wrapper {
1652
- position: absolute;
1653
- overflow: hidden;
1654
- width: 100%;
1655
- height: 100%;
1656
- z-index: 1;
1657
- pointer-events: none;
1658
- -webkit-touch-callout: none;
1659
- /* iOS Safari */
1660
- -webkit-user-select: none;
1661
- /* Safari */
1662
- /* Konqueror HTML */
1663
- /* Firefox */
1664
- /* Internet Explorer/Edge */
1665
- user-select: none;
1666
- /* Non-prefixed version, currently
1667
- supported by Chrome and Opera */
1668
- }
1669
- .co-carousel-3d .carousel-navigate-button {
1670
- position: absolute;
1671
- display: flex;
1672
- align-items: center;
1673
- height: 100%;
1674
- overflow: hidden;
1675
- z-index: 1;
1676
- padding: 0 10px;
1677
- }
1678
- .co-carousel-3d .carousel-navigate-button.right {
1679
- right: 0;
1680
- }
1681
- .co-carousel-3d .carousel-navigate-button .carousel-navigate-button-wrapper {
1682
- height: 50px;
1683
- width: 50px;
1684
- background: white;
1685
- box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
1686
- display: flex;
1687
- align-items: center;
1688
- justify-content: center;
1689
- border-radius: 50%;
1690
- opacity: 0.5;
1691
- pointer-events: all;
1692
- }
1693
- .co-carousel-3d .carousel-navigate-button .carousel-navigate-button-wrapper svg {
1694
- width: 75%;
1695
- height: 75%;
1696
- vertical-align: middle;
1697
- fill: grey;
1698
- }
1699
- .co-carousel-3d .carousel-navigate-button:hover .carousel-navigate-button-wrapper {
1700
- opacity: 1;
1701
- }
1702
- ::placeholder {
1703
- /* Chrome, Firefox, Opera, Safari 10.1+ */
1704
- color: #8083A3;
1705
- font-style: normal;
1706
- opacity: 1;
1707
- /* Firefox */
1708
- }
1709
- :-ms-input-placeholder {
1710
- /* Internet Explorer 10-11 */
1711
- color: #8083A3;
1712
- font-style: normal;
1713
- }
1714
- ::-ms-input-placeholder {
1715
- /* Microsoft Edge */
1716
- color: #8083A3;
1717
- font-style: normal;
1718
- }
1719
- .co-input-textarea {
1720
- display: block;
1721
- position: relative;
1722
- background: white;
1723
- border-radius: 5px;
1724
- font-family: "Public sans";
1725
- font-size: 12px;
1726
- min-height: 40px;
1727
- }
1728
- .co-input-textarea:before {
1729
- content: "";
1730
- box-shadow: inset 0 0 0 1px #CCCCCC;
1731
- border-radius: 5px;
1732
- position: absolute;
1733
- pointer-events: none;
1734
- top: 0;
1735
- left: 0;
1736
- width: 100%;
1737
- height: 100%;
1738
- z-index: 1;
1739
- }
1740
- .co-input-textarea .required-indicator {
1741
- display: none;
1742
- position: absolute;
1743
- background: transparent;
1744
- top: 7px;
1745
- right: 5px;
1746
- pointer-events: none;
1747
- }
1748
- .co-input-textarea .required-indicator:before {
1749
- display: flex;
1750
- align-items: center;
1751
- justify-content: center;
1752
- content: "✓";
1753
- width: 7px;
1754
- height: 7px;
1755
- background: transparent;
1756
- color: #429777;
1757
- }
1758
- .co-input-textarea:not(.custom-height) {
1759
- height: 40px;
1760
- }
1761
- .co-input-textarea.required .required-indicator {
1762
- display: flex;
1763
- }
1764
- .co-input-textarea.required.invalid .required-indicator:before, .co-input-textarea.required:not(.hasvalue) .required-indicator:before {
1765
- content: "*";
1766
- color: #C1002A;
1767
- }
1768
- .co-input-textarea.has-own-label label {
1769
- width: 100%;
1770
- text-align: left;
1771
- color: #8083A3;
1772
- margin-left: 10px;
1773
- font-size: 12px;
1774
- position: absolute;
1775
- top: 50%;
1776
- transform: translateY(-50%);
1777
- transform-origin: top left;
1778
- pointer-events: none;
1779
- z-index: 1;
1780
- transition: all 0.2s;
1781
- overflow: hidden;
1782
- white-space: nowrap;
1783
- text-overflow: ellipsis;
1784
- }
1785
- .co-input-textarea.has-own-label.cc-input-focused:not(.no-focus-line) {
1786
- border-style: solid;
1787
- border-width: 0;
1788
- border-color: #1A73E8;
1789
- }
1790
- .co-input-textarea.has-own-label.cc-input-focused:not(.no-focus-line):before {
1791
- content: "";
1792
- box-shadow: inset 0 0 0 1px #1A73E8;
1793
- border-radius: 5px;
1794
- position: absolute;
1795
- pointer-events: none;
1796
- top: 0;
1797
- left: 0;
1798
- width: 100%;
1799
- height: 100%;
1800
- z-index: 1;
1801
- }
1802
- .co-input-textarea.has-own-label.cc-input-focused label, .co-input-textarea.has-own-label.hasvalue label, .co-input-textarea.has-own-label.isDate label {
1803
- transform: scale(0.92);
1804
- top: 5px;
1805
- }
1806
- .co-input-textarea:not(.read-only):hover {
1807
- border-style: solid;
1808
- border-width: 0;
1809
- border-color: #1A73E8;
1810
- }
1811
- .co-input-textarea:not(.read-only):hover:before {
1812
- content: "";
1813
- box-shadow: inset 0 0 0 2px #1A73E8;
1814
- border-radius: 5px;
1815
- position: absolute;
1816
- pointer-events: none;
1817
- top: 0;
1818
- left: 0;
1819
- width: 100%;
1820
- height: 100%;
1821
- z-index: 1;
1822
- }
1823
- .co-input-textarea textarea {
1824
- font-family: "Public sans";
1825
- font-size: 12px;
1826
- margin: calc((40px / 100) * 60) 0 0;
1827
- padding: 0 0 5px 10px;
1828
- width: 100%;
1829
- height: 100%;
1830
- outline: none;
1831
- border: none;
1832
- resize: vertical;
1833
- }
1834
- .co-input-textarea {
1835
- color: #22313C;
1836
- }
1837
- .co-input-textarea textarea {
1838
- background: transparent;
1839
- border-color: #CCCCCC;
1840
- }
1841
- .co-dialog-wizard {
1842
- font-family: "Public sans";
1843
- font-size: 12px;
1844
- }
1845
- .co-dialog-wizard .co-dialog-wizard-overlay {
1846
- position: fixed;
1847
- top: 0;
1848
- left: 0;
1849
- width: 100%;
1850
- height: 100%;
1851
- z-index: 800;
1852
- }
1853
- .co-dialog-wizard .co-dialog-wizard-wrapper {
1854
- position: fixed;
1855
- top: 50%;
1856
- left: 50%;
1857
- transform: translate(-50%, -50%);
1858
- min-width: 250px;
1859
- max-width: 100vw;
1860
- z-index: 801;
1861
- height: auto;
1862
- width: auto;
1863
- border-radius: 20px;
1864
- }
1865
- .co-dialog-wizard .dialog-header {
1866
- display: flex;
1867
- flex-direction: row;
1868
- justify-content: space-between;
1869
- align-items: center;
1870
- font-family: "Public sans";
1871
- font-size: 12px;
1872
- padding: 10px;
1873
- border-radius: 20px 20px 0 0;
1874
- margin: 0 0 0 10px;
1875
- }
1876
- .co-dialog-wizard .dialog-content {
1877
- font-family: "Public sans";
1878
- font-size: 12px;
1879
- padding: 10px;
1880
- border-radius: 20px;
1881
- }
1882
- .co-dialog-wizard .dialog-close-button {
1883
- cursor: pointer;
1884
- }
1885
- .co-dialog-wizard .co-dialog-wizard-divider {
1886
- margin: 0 10px 0 10px;
1887
- border: none;
1888
- border-top: 1px solid #DCE4EA;
1889
- }
1890
- .co-dialog-wizard .co-dialog-wizard-overlay {
1891
- background-color: rgba(0, 0, 0, 0.3);
1892
- -webkit-backdrop-filter: blur(2px);
1893
- backdrop-filter: blur(2px);
1894
- }
1895
- .co-dialog-wizard .co-dialog-wizard-wrapper {
1896
- background-color: #FFFFFF;
1897
- box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
1898
- }
1899
- .co-dialog-wizard .dialog-content {
1900
- color: #22313C;
1901
- background-color: #FFFFFF;
1902
- }
1903
- ::placeholder {
1904
- /* Chrome, Firefox, Opera, Safari 10.1+ */
1905
- color: #8083A3;
1906
- font-style: normal;
1907
- opacity: 1;
1908
- /* Firefox */
1909
- }
1910
- :-ms-input-placeholder {
1911
- /* Internet Explorer 10-11 */
1912
- color: #8083A3;
1913
- font-style: normal;
1914
- }
1915
- ::-ms-input-placeholder {
1916
- /* Microsoft Edge */
1917
- color: #8083A3;
1918
- font-style: normal;
1919
- }
1920
- .co-input-date-range .inputs-wrapper {
1921
- position: relative;
1922
- display: flex;
1923
- width: 100%;
1924
- border-radius: 5px;
1925
- }
1926
- .co-input-date-range .inputs-wrapper:before {
1927
- content: "";
1928
- box-shadow: inset 0 0 0 1px #CCCCCC;
1929
- border-radius: 5px;
1930
- position: absolute;
1931
- pointer-events: none;
1932
- top: 0;
1933
- left: 0;
1934
- width: 100%;
1935
- height: 100%;
1936
- z-index: 1;
1937
- }
1938
- .co-input-date-range .inputs-wrapper:hover {
1939
- border-style: solid;
1940
- border-width: 0;
1941
- border-color: #1A73E8;
1942
- }
1943
- .co-input-date-range .inputs-wrapper:hover:before {
1944
- content: "";
1945
- box-shadow: inset 0 0 0 2px #1A73E8;
1946
- border-radius: 5px;
1947
- position: absolute;
1948
- pointer-events: none;
1949
- top: 0;
1950
- left: 0;
1951
- width: 100%;
1952
- height: 100%;
1953
- z-index: 1;
1954
- }
1955
- .co-input-date-range .inputs-wrapper:focus-within {
1956
- border-style: solid;
1957
- border-width: 0;
1958
- border-color: #1A73E8;
1959
- }
1960
- .co-input-date-range .inputs-wrapper:focus-within:before {
1961
- content: "";
1962
- box-shadow: inset 0 0 0 1px #1A73E8;
1963
- border-radius: 5px;
1964
- position: absolute;
1965
- pointer-events: none;
1966
- top: 0;
1967
- left: 0;
1968
- width: 100%;
1969
- height: 100%;
1970
- z-index: 1;
1971
- }
1972
- .co-input-date-range .inputs-wrapper .co-input-text {
1973
- width: inherit;
1974
- height: calc(40px - 2px);
1975
- border: none;
1976
- }
1977
- .co-input-date-range .inputs-wrapper .co-input-text:before {
1978
- box-shadow: none;
1979
- }
1980
- .co-input-date-range .inputs-wrapper .co-input-text:hover {
1981
- border: none;
1982
- }
1983
- .co-input-date-range .inputs-wrapper .co-input-text:hover:before {
1984
- box-shadow: none;
1985
- }
1986
- .co-input-date-range .inputs-wrapper .co-input-text:focus {
1987
- border: none;
1988
- }
1989
- .co-input-date-range .inputs-wrapper .co-input-text:focus:before {
1990
- box-shadow: none;
1991
- }
1992
- .co-input-date-range .inputs-wrapper .co-input-text:first-child {
1993
- border-right: 0;
1994
- border-top-right-radius: 0;
1995
- border-bottom-right-radius: 0;
1996
- }
1997
- .co-input-date-range .inputs-wrapper .co-input-text:first-child label {
1998
- white-space: nowrap;
1999
- overflow: visible;
2000
- }
2001
- .co-input-date-range .inputs-wrapper .co-input-text:nth-child(2) {
2002
- border-left: 0;
2003
- border-top-left-radius: 0;
2004
- border-bottom-left-radius: 0;
2005
- }
2006
- .co-double-calendar .dual-calendar-wrapper {
2007
- position: fixed;
2008
- display: flex;
2009
- z-index: 999;
2010
- }
2011
- .co-double-calendar .dual-calendar-wrapper .date-picker-container {
2012
- position: inherit;
2013
- height: 100%;
2014
- }
2015
- .co-double-calendar .dual-calendar-wrapper .calendar-template {
2016
- display: flex;
2017
- }
2018
- ::placeholder {
2019
- /* Chrome, Firefox, Opera, Safari 10.1+ */
2020
- color: #8083A3;
2021
- font-style: normal;
2022
- opacity: 1;
2023
- /* Firefox */
2024
- }
2025
- :-ms-input-placeholder {
2026
- /* Internet Explorer 10-11 */
2027
- color: #8083A3;
2028
- font-style: normal;
2029
- }
2030
- ::-ms-input-placeholder {
2031
- /* Microsoft Edge */
2032
- color: #8083A3;
2033
- font-style: normal;
2034
- }
2035
- .co-filter-item {
2036
- display: block;
2037
- font-family: "Public sans";
2038
- font-size: 12px;
2039
- border-radius: 0;
2040
- }
2041
- .co-filter-item .co-collapsible {
2042
- width: 95%;
2043
- }
2044
- .co-filter-item .co-collapsible .collapsible-title {
2045
- font-family: "Public sans";
2046
- font-size: 12px;
2047
- font-weight: bold;
2048
- padding: 2px;
2049
- }
2050
- .co-filter-item .co-collapsible .collapsible-content {
2051
- padding: 0 10px 20px 10px;
2052
- }
2053
- .co-filter-item .co-collapsible .expand-icon-wrapper .expand-icon {
2054
- height: 30px;
2055
- width: 30px;
2056
- }
2057
- .co-filter-item .co-collapsible .collapsible-header .collapsible-button {
2058
- border-color: #1A73E8;
2059
- color: #1A73E8;
2060
- }
2061
- .co-filter-item .co-collapsible .collapsible-header .collapsible-button:hover {
2062
- background: #1A73E8;
2063
- color: #FFFFFF;
2064
- }
2065
- .co-filter-item .co-filter-item-collection-content .no-results {
2066
- display: flex;
2067
- align-items: center;
2068
- height: 50px;
2069
- }
2070
- .co-filter-item .co-filter-item-slider-content {
2071
- display: flex;
2072
- align-items: center;
2073
- flex-direction: row;
2074
- grid-column-gap: 5px;
2075
- column-gap: 5px;
2076
- }
2077
- .co-filter-item .co-filter-item-collection-results, .co-filter-item .co-filter-item-custom-content {
2078
- display: flex;
2079
- flex-direction: column;
2080
- grid-row-gap: 5px;
2081
- row-gap: 5px;
2082
- margin: 10px 0;
2083
- }
2084
- .co-filter-item .co-filter-item-collection-result-item {
2085
- display: flex;
2086
- align-items: center;
2087
- }
2088
- .co-filter-item .co-filter-item-collection-result-item .co-filter-item-amount {
2089
- display: flex;
2090
- align-items: center;
2091
- height: 100%;
2092
- font-size: 10px;
2093
- opacity: 0.7;
2094
- margin: 0 0 0 5px;
2095
- }
2096
- .co-filter-item .co-radio-button {
2097
- height: auto;
2098
- padding: 0;
2099
- border: none;
2100
- }
2101
- .co-filter-item a {
2102
- display: flex;
2103
- align-items: center;
2104
- cursor: pointer;
2105
- }
2106
- .co-filter-item a co-icon {
2107
- transform: translateX(-7px);
2108
- }
2109
- .co-filter-item {
2110
- background-color: #FFFFFF;
2111
- border-bottom: 1px solid #DCE4EA;
2112
- }
2113
- .co-filter-item .collapsible-title {
2114
- color: #172121;
2115
- }
2116
- .co-filter-item .collapsible-header {
2117
- border-color: #DCE4EA;
2118
- border-style: solid;
2119
- border-width: 0;
2120
- }
2121
- .co-filter-item .co-filter-item-collection-results {
2122
- background-color: #FFFFFF;
2123
- }
2124
- .co-filter-item .clickable {
2125
- color: #1A73E8;
2126
- }
2127
- .co-filter-item .clickable span {
2128
- color: #1A73E8;
2129
- }
2130
- /* Inputs */
2131
- /**********/
2132
- /* checkbox */
2133
- /************/
2134
- /* radiobutton */
2135
- /***************/
2136
- /* dialog */
2137
- /**********/
2138
- .co-grid-toolbar-button .grid-toolbar-button-wrapper {
2139
- transform: scale(0.8);
2140
- border-radius: 5px;
2141
- border: 1px solid black;
2142
- background: white;
2143
- cursor: pointer;
2144
- }
2145
- .co-grid-toolbar-button .grid-toolbar-button-wrapper.disabled {
2146
- opacity: 0.6;
2147
- cursor: default;
2148
- background: #e3e3e3;
2149
- }
2150
- .co-input-checkbox {
2151
- font-family: "Public sans";
2152
- font-size: 12px;
2153
- display: flex;
2154
- align-items: center;
2155
- }
2156
- .co-input-checkbox.read-only {
2157
- opacity: 0.5;
2158
- }
2159
- .co-input-checkbox .checkbox {
2160
- display: flex;
2161
- cursor: pointer;
2162
- position: relative;
2163
- flex-shrink: 0;
2164
- align-items: center;
2165
- justify-content: center;
2166
- justify-items: center;
2167
- width: 18px;
2168
- height: 18px;
2169
- border-radius: 0;
2170
- border-style: solid;
2171
- border-width: 2px;
2172
- margin: 0 10px 0 0;
2173
- }
2174
- .co-input-checkbox .checkmark {
2175
- opacity: 0;
2176
- }
2177
- .co-input-checkbox .checkmark.show {
2178
- opacity: 1;
2179
- transform: scaleX(-1) rotate(135deg);
2180
- height: 10.8px;
2181
- width: 6.3px;
2182
- transform-origin: left top;
2183
- border-right: 2px solid #FFFFFF;
2184
- border-top: 2px solid #FFFFFF;
2185
- content: "";
2186
- left: 1.26px;
2187
- top: 6.75px;
2188
- position: absolute;
2189
- }
2190
- .co-input-checkbox .label.clickable {
2191
- cursor: pointer;
2192
- }
2193
- @keyframes checkmark {
2194
- 0% {
2195
- height: 0;
2196
- width: 0;
2197
- opacity: 1;
2198
- }
2199
- 20% {
2200
- height: 0;
2201
- width: 6.3px;
2202
- opacity: 1;
2203
- }
2204
- 40% {
2205
- height: 10.8px;
2206
- width: 6.3px;
2207
- opacity: 1;
2208
- }
2209
- 100% {
2210
- height: 10.8px;
2211
- width: 6.3px;
2212
- opacity: 1;
2213
- }
2214
- }
2215
- .co-input-checkbox .checkbox {
2216
- border-color: #CCCCCC;
2217
- background-color: #F5F5FC;
2218
- }
2219
- .co-input-checkbox .checkbox.checked {
2220
- border-color: #1A73E8;
2221
- background-color: #1A73E8;
2222
- }
2223
- .co-icon-collapse-handle {
2224
- background: #FFFFFF;
2225
- height: 25px;
2226
- width: 35px;
2227
- border-radius: 15px;
2228
- display: flex;
2229
- align-items: center !important;
2230
- justify-content: center !important;
2231
- border: 1px solid #DCE4EA;
2232
- cursor: pointer;
2233
- flex-shrink: 0;
2234
- top: 50%;
2235
- transform: translateY(-50%);
2236
- overflow: hidden;
2237
- }
2238
- .co-icon-collapse-handle.two-arrows co-icon {
2239
- position: relative;
2240
- width: 25px;
2241
- height: 25px;
2242
- }
2243
- .co-icon-collapse-handle.two-arrows co-icon.first {
2244
- top: 10px;
2245
- }
2246
- .co-icon-collapse-handle.two-arrows co-icon.second {
2247
- bottom: 10px;
2248
- }
2249
- .co-icon-collapse-handle.two-arrows.arrows-orientated-horizontally div.wrap {
2250
- display: flex;
2251
- flex-direction: row;
2252
- }
2253
- .co-icon-collapse-handle.two-arrows.arrows-orientated-horizontally co-icon.first {
2254
- left: 10px;
2255
- }
2256
- .co-icon-collapse-handle.two-arrows.arrows-orientated-horizontally co-icon.second {
2257
- right: 10px;
2258
- }
2259
- .co-icon-collapse-handle.vertical {
2260
- transform: rotate(90deg);
2261
- }
2262
- .co-icon-collapse-handle.vertical co-icon.right {
2263
- transform: rotate(0);
2264
- }
2265
- .co-icon-collapse-handle.vertical co-icon.bottom {
2266
- transform: rotate(90deg);
2267
- }
2268
- .co-icon-collapse-handle.vertical co-icon.left {
2269
- transform: rotate(180deg);
2270
- }
2271
- .co-icon-collapse-handle.vertical co-icon.top {
2272
- transform: rotate(270deg);
2273
- }
2274
- .co-icon-collapse-handle:hover {
2275
- background: #1A73E8;
2276
- }
2277
- .co-icon-collapse-handle:hover co-icon ::ng-deep [fill] {
2278
- fill: #FFFFFF;
2279
- }
2280
- .co-icon-collapse-handle co-icon {
2281
- width: 35px;
2282
- height: 35px;
2283
- transition: transform 0.2s;
2284
- }
2285
- .co-icon-collapse-handle co-icon ::ng-deep [fill] {
2286
- fill: red;
2287
- }
2288
- .co-icon-collapse-handle co-icon.up {
2289
- transform: rotate(0);
2290
- }
2291
- .co-icon-collapse-handle co-icon.right {
2292
- transform: rotate(90deg);
2293
- }
2294
- .co-icon-collapse-handle co-icon.bottom {
2295
- transform: rotate(180deg);
2296
- }
2297
- .co-icon-collapse-handle co-icon.left {
2298
- transform: rotate(270deg);
2299
- }
2300
- .co-icon-collapse-handle div.wrap {
2301
- display: flex;
2302
- flex-direction: column;
2303
- }
2304
- .co-view-mode-buttons {
2305
- display: flex;
2306
- flex-direction: row;
2307
- justify-content: flex-end;
2308
- align-items: center;
2309
- }
2310
- .co-view-mode-buttons .view-button {
2311
- justify-content: center;
2312
- padding: 0;
2313
- height: 30px;
2314
- width: 30px;
2315
- border-radius: 3px;
2316
- }
2317
- .co-view-mode-buttons .view-button .co-icon {
2318
- height: 20px;
2319
- width: 20px;
2320
- }
2321
- .co-view-mode-buttons .view-button:not(.circle) {
2322
- padding: 0;
2323
- }
2324
- .co-view-mode-buttons .view-button {
2325
- background-color: #FFFFFF;
2326
- }
2327
- .co-view-mode-buttons .view-button [fill] {
2328
- fill: #171721;
2329
- }
2330
- .co-view-mode-buttons .view-button:hover {
2331
- background-color: #FFFFFF;
2332
- }
2333
- .co-view-mode-buttons .view-button:hover [fill] {
2334
- fill: #171721;
2335
- }
2336
- .co-view-mode-buttons .view-button.selected {
2337
- background-color: #3e7eff;
2338
- }
2339
- .co-view-mode-buttons .view-button.selected [fill] {
2340
- fill: #FFFFFF;
2341
- }
2342
- .co-checkmark-overlay .checkmark-overlay-wrapper {
2343
- position: absolute;
2344
- left: calc(50% - 30px / 2);
2345
- top: calc(50% - 30px / 2);
2346
- z-index: 999;
2347
- }
2348
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button {
2349
- display: flex;
2350
- align-items: center;
2351
- justify-content: center;
2352
- position: relative;
2353
- height: 30px;
2354
- width: 30px;
2355
- }
2356
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner .animate {
2357
- animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
2358
- }
2359
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner {
2360
- display: inline-block;
2361
- position: relative;
2362
- width: 30px;
2363
- height: 30px;
2364
- padding: calc((30px - calc(30px - (.2 * 30px))) / 2);
2365
- }
2366
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner div {
2367
- position: absolute;
2368
- display: block;
2369
- box-sizing: border-box;
2370
- height: calc(30px - (.2 * 30px));
2371
- width: calc(30px - (.2 * 30px));
2372
- border-width: 2px;
2373
- border-style: solid;
2374
- border-radius: 50%;
2375
- }
2376
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner div:nth-child(1) {
2377
- animation-delay: -0.45s;
2378
- }
2379
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner div:nth-child(2) {
2380
- animation-delay: -0.3s;
2381
- }
2382
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .save-button-spinner div:nth-child(3) {
2383
- animation-delay: -0.15s;
2384
- }
2385
- .co-checkmark-overlay .checkmark-overlay-wrapper .checkmark-buttons-button.save .spinner-checkmark {
2386
- position: absolute;
2387
- opacity: 1;
2388
- transform: scaleX(-1) translate(85%, -5%) rotate(135deg);
2389
- height: calc(0.5 * 30px);
2390
- width: calc(0.3 * 30px);
2391
- transform-origin: left top;
2392
- content: "";
2393
- left: 50%;
2394
- top: 50%;
2395
- }
2396
- @keyframes spinner {
2397
- 0% {
2398
- transform: rotate(0deg);
2399
- }
2400
- 100% {
2401
- transform: rotate(360deg);
2402
- }
2403
- }
2404
- @keyframes checkmark {
2405
- 0% {
2406
- height: 0;
2407
- width: 0;
2408
- opacity: 1;
2409
- }
2410
- 20% {
2411
- height: 0;
2412
- width: calc(0.3 * 30px);
2413
- opacity: 1;
2414
- }
2415
- 40% {
2416
- height: calc(0.5 * 30px);
2417
- width: calc(0.3 * 30px);
2418
- opacity: 1;
2419
- }
2420
- 100% {
2421
- height: calc(0.5 * 30px);
2422
- width: calc(0.3 * 30px);
2423
- opacity: 1;
2424
- }
2425
- }
2426
- .co-checkmark-overlay .checkmark-buttons-button.save .save-button-spinner .animate {
2427
- border-color: green transparent transparent transparent;
2428
- }
2429
- .co-checkmark-overlay .checkmark-buttons-button.save .save-button-spinner div {
2430
- border-color: green;
2431
- }
2432
- .co-checkmark-overlay .checkmark-buttons-button.save .spinner-checkmark {
2433
- border-right: 3px solid green;
2434
- border-top: 3px solid green;
2435
- }
2436
- .co-tooltip {
2437
- font-family: "Public sans";
2438
- font-size: 12px;
2439
- position: fixed;
2440
- min-height: 20px;
2441
- min-width: 200px;
2442
- display: flex;
2443
- flex-direction: row;
2444
- align-items: center;
2445
- grid-column-gap: 10px;
2446
- column-gap: 10px;
2447
- padding: 10px;
2448
- z-index: 999999;
2449
- border-radius: 5px;
2450
- border: 2px solid;
2451
- }
2452
- .co-tooltip::after, .co-tooltip::before {
2453
- border: solid transparent;
2454
- content: " ";
2455
- display: block;
2456
- height: 0;
2457
- pointer-events: none;
2458
- position: absolute;
2459
- width: 0;
2460
- bottom: -20px;
2461
- }
2462
- .co-tooltip::after {
2463
- left: 20px;
2464
- border-width: 10px;
2465
- }
2466
- .co-tooltip::before {
2467
- margin-left: 12px;
2468
- border-width: 8px;
2469
- z-index: 1;
2470
- bottom: -16px;
2471
- }
2472
- .co-tooltip.bottom::after, .co-tooltip.bottom::before {
2473
- bottom: 100%;
2474
- }
2475
- .co-tooltip {
2476
- background-color: #BBD9E6;
2477
- color: #171721;
2478
- border-color: black;
2479
- }
2480
- .co-tooltip::after {
2481
- border-bottom-color: transparent;
2482
- border-top-color: black;
2483
- }
2484
- .co-tooltip::before {
2485
- border-bottom-color: transparent;
2486
- border-top-color: #BBD9E6;
2487
- }
2488
- .co-tooltip.bottom::after {
2489
- border-top-color: transparent;
2490
- border-bottom-color: black;
2491
- }
2492
- .co-tooltip.bottom::before {
2493
- border-top-color: transparent;
2494
- border-bottom-color: #BBD9E6;
2495
- }
2496
- .co-list-of-values {
2497
- display: block;
2498
- position: relative;
2499
- font-family: "Public sans";
2500
- font-size: 12px;
2501
- height: 40px;
2502
- background: white;
2503
- border-radius: 5px;
2504
- overflow: hidden;
2505
- }
2506
- .co-list-of-values:before {
2507
- content: "";
2508
- box-shadow: inset 0 0 0 1px #CCCCCC;
2509
- border-radius: 5px;
2510
- position: absolute;
2511
- pointer-events: none;
2512
- top: 0;
2513
- left: 0;
2514
- width: 100%;
2515
- height: 100%;
2516
- z-index: 1;
2517
- }
2518
- .co-list-of-values:not(.read-only):hover {
2519
- border-style: solid;
2520
- border-width: 0;
2521
- border-color: #1A73E8;
2522
- }
2523
- .co-list-of-values:not(.read-only):hover:before {
2524
- content: "";
2525
- box-shadow: inset 0 0 0 2px #1A73E8;
2526
- border-radius: 5px;
2527
- position: absolute;
2528
- pointer-events: none;
2529
- top: 0;
2530
- left: 0;
2531
- width: 100%;
2532
- height: 100%;
2533
- z-index: 1;
2534
- }
2535
- .co-list-of-values .co-input-text {
2536
- height: 100%;
2537
- }
2538
- .co-list-of-values .co-input-text:before {
2539
- box-shadow: none;
2540
- }
2541
- .co-list-of-values .co-input-text:hover:before, .co-list-of-values .co-input-text:not(.read-only):hover:before {
2542
- box-shadow: none;
2543
- }
2544
- .co-list-of-values .co-input-text .right-icon {
2545
- min-width: 0;
2546
- }
2547
- .co-list-of-values .co-input-text .input-text-right-icon svg {
2548
- width: 24px;
2549
- height: 24px;
2550
- padding: 5px;
2551
- background: #f5f5fc;
2552
- border-radius: 100%;
2553
- }
2554
- .co-list-of-values.cc-input-focused:not(.no-focus-line) {
2555
- border-style: solid;
2556
- border-width: 0;
2557
- border-color: #1A73E8;
2558
- }
2559
- .co-list-of-values.cc-input-focused:not(.no-focus-line):before {
2560
- content: "";
2561
- box-shadow: inset 0 0 0 1px #1A73E8;
2562
- border-radius: 5px;
2563
- position: absolute;
2564
- pointer-events: none;
2565
- top: 0;
2566
- left: 0;
2567
- width: 100%;
2568
- height: 100%;
2569
- z-index: 1;
2570
- }
2571
- .co-list-of-values .multiselect-chips-wrapper {
2572
- display: flex;
2573
- flex-wrap: wrap;
2574
- grid-column-gap: 5px;
2575
- column-gap: 5px;
2576
- grid-row-gap: 2px;
2577
- row-gap: 2px;
2578
- padding: 0 10px 10px 10px;
2579
- }
2580
- .co-list-of-values .multiselect-chips-wrapper .chips {
2581
- font-family: "Public sans";
2582
- font-size: 10px;
2583
- color: #FFFFFF;
2584
- display: flex;
2585
- align-items: center;
2586
- background: #429777;
2587
- border-radius: 5px;
2588
- padding: 2px 7px;
2589
- -webkit-user-select: none;
2590
- user-select: none;
2591
- }
2592
- .co-list-of-values .multiselect-chips-wrapper .remove-chip-icon {
2593
- cursor: pointer;
2594
- height: 20px;
2595
- width: 20px;
2596
- }
2597
- .co-list-of-values .multiselect-chips-wrapper .remove-chip-icon svg {
2598
- fill: #FFFFFF;
2599
- }
2600
- .co-list-of-values .multiselect-chips-wrapper .remove-chip-icon [fill] {
2601
- fill: #FFFFFF;
2602
- }
2603
- .co-list-of-values .multiselect-chips-wrapper .input-text-clear-button {
2604
- display: flex;
2605
- visibility: hidden;
2606
- cursor: pointer;
2607
- height: 20px;
2608
- width: 20px;
2609
- align-self: end;
2610
- padding: 0 0 5px 0;
2611
- }
2612
- .co-list-of-values .multiselect-chips-wrapper .input-text-clear-button.show {
2613
- visibility: visible;
2614
- }
2615
- .co-list-of-values.multi-select.hasvalue {
2616
- height: auto;
2617
- }
2618
- .co-list-of-values-popup {
2619
- font-family: "Public sans";
2620
- font-size: 12px;
2621
- }
2622
- .co-list-of-values-popup .lov-options {
2623
- display: flex;
2624
- flex-direction: column;
2625
- overflow: hidden;
2626
- position: fixed;
2627
- max-height: 250px;
2628
- background-color: #fff;
2629
- border: 1px solid #CCCCCC;
2630
- border-radius: 10px;
2631
- z-index: 99999999;
2632
- height: 100%;
2633
- }
2634
- .co-list-of-values-popup .lov-options.top {
2635
- justify-content: flex-end;
2636
- }
2637
- .co-list-of-values-popup .co-input-search {
2638
- display: flex;
2639
- flex-shrink: 0;
2640
- width: 100%;
2641
- }
2642
- .co-list-of-values-popup .co-input-search .co-input-text {
2643
- width: 100%;
2644
- }
2645
- .co-list-of-values-popup .dropdown-list {
2646
- overflow-y: auto;
2647
- list-style-type: none;
2648
- padding: 0;
2649
- margin: 0;
2650
- cursor: pointer;
2651
- -webkit-user-select: none;
2652
- user-select: none;
2653
- }
2654
- .co-list-of-values-popup .lov-options li {
2655
- display: flex;
2656
- align-items: center;
2657
- padding: 8px;
2658
- border-radius: 5px;
2659
- margin: 5px;
2660
- }
2661
- .co-list-of-values-popup .lov-options li:last-child {
2662
- border-bottom: none;
2663
- }
2664
- .co-list-of-values-popup .lov-options li:hover {
2665
- color: #009EE0;
2666
- background-color: #e8eceb;
2667
- }
2668
- .co-list-of-values-popup .lov-options li.selected {
2669
- background-color: #F5F5FC;
2670
- color: #009EE0;
2671
- }
2672
- .co-calendar .date-picker-container {
2673
- position: fixed;
2674
- z-index: 9999;
2675
- }
2676
- .calendar-template {
2677
- font-family: "Public sans";
2678
- }
2679
- .calendar-template .calendar {
2680
- width: auto;
2681
- height: inherit;
2682
- padding: 10px;
2683
- background-color: white;
2684
- border-radius: 5px;
2685
- border: 1px solid #CCCCCC;
2686
- }
2687
- .calendar-template .calendar-header {
2688
- display: flex;
2689
- justify-content: space-between;
2690
- align-items: center;
2691
- margin-bottom: 5px;
2692
- -webkit-user-select: none;
2693
- user-select: none;
2694
- }
2695
- .calendar-template .calendar-header .calendar-change-month-button {
2696
- cursor: pointer;
2697
- border-radius: 5px;
2698
- border: 0px solid #CCCCCC;
2699
- padding: 5px;
2700
- }
2701
- .calendar-template .calendar-header .calendar-header-title-wrapper {
2702
- cursor: pointer;
2703
- height: 100%;
2704
- }
2705
- .calendar-template .calendar-header .calendar-header-title-wrapper .calendar-header-title {
2706
- font-size: 12px;
2707
- }
2708
- .calendar-template .calendar-wrapper {
2709
- display: flex;
2710
- }
2711
- .calendar-template .calendar-wrapper .week-wrapper {
2712
- display: grid;
2713
- grid-template-columns: repeat(1, 1fr);
2714
- grid-gap: 1px;
2715
- gap: 1px;
2716
- }
2717
- .calendar-template .calendar-wrapper .week-number {
2718
- height: 36px;
2719
- display: flex;
2720
- align-items: center;
2721
- justify-content: center;
2722
- margin: 0 2px 0 0;
2723
- font-size: 12px;
2724
- width: 30px;
2725
- background: #F8F8FA;
2726
- }
2727
- .calendar-template .calendar-wrapper .week-number:first-child {
2728
- height: 30px;
2729
- margin: 0;
2730
- color: #ccc;
2731
- }
2732
- .calendar-template .calendar-body {
2733
- display: grid;
2734
- grid-template-columns: repeat(7, 1fr);
2735
- }
2736
- .calendar-template .calendar-day {
2737
- display: flex;
2738
- flex-direction: column;
2739
- align-items: center;
2740
- justify-content: center;
2741
- height: 34px;
2742
- margin: 2px 0;
2743
- cursor: pointer;
2744
- }
2745
- .calendar-template .calendar-day .week-number {
2746
- display: none;
2747
- }
2748
- .calendar-template .calendar-day:hover {
2749
- background-color: #1A73E8;
2750
- color: white;
2751
- }
2752
- .calendar-template .calendar-day.selected {
2753
- background-color: #1A73E8;
2754
- color: #FFFFFF;
2755
- }
2756
- .calendar-template .calendar-month-or-year {
2757
- padding: 5px;
2758
- }
2759
- .calendar-template .calendar-month-or-year:hover {
2760
- background-color: #e8eceb;
2761
- padding: 5px;
2762
- }
2763
- .calendar-template .day-names {
2764
- display: contents;
2765
- }
2766
- .calendar-template .weekday {
2767
- font-size: 12px;
2768
- height: 30px;
2769
- width: 30px;
2770
- color: black;
2771
- display: flex;
2772
- align-items: center;
2773
- justify-content: center;
2774
- margin: 0 1px;
2775
- background: #F8F8FA;
2776
- }
2777
- .calendar-template .day-number {
2778
- font-size: 12px;
2779
- font-weight: normal;
2780
- }
2781
- .calendar-template .highlighted-day {
2782
- background-color: #edf4fd;
2783
- color: #22313C;
2784
- }
2785
- .calendar-template .highlighted-day .day-number {
2786
- font-weight: normal;
2787
- }
2788
- .calendar-template .highlighted-day + .selected-day {
2789
- border-radius: 0 100% 100% 0;
2790
- }
2791
- .calendar-template .selected-day {
2792
- background-color: #1A73E8;
2793
- color: #FFFFFF;
2794
- border-radius: 100% 0 0 100%;
2795
- }
2796
- .calendar-template .selection-grid {
2797
- display: grid;
2798
- grid-gap: 15px;
2799
- cursor: pointer;
2800
- text-align: center;
2801
- }
2802
- .calendar-template .selection-grid.month {
2803
- grid-template-columns: repeat(4, 1fr);
2804
- }
2805
- .calendar-template .selection-grid.year {
2806
- grid-template-columns: repeat(3, 1fr);
2807
- padding: 5px;
2808
- }
2809
- .co-image {
2810
- font-family: "Public sans";
2811
- font-size: 12px;
2812
- display: flex;
2813
- align-items: center;
2814
- justify-content: center;
2815
- height: 100px;
2816
- width: 100px;
2817
- }
2818
- .co-image img {
2819
- width: 100%;
2820
- height: 100%;
2821
- object-fit: contain;
2822
- }
2823
- .co-image .no-image-wrapper {
2824
- display: flex;
2825
- flex-direction: column;
2826
- align-items: center;
2827
- justify-content: center;
2828
- grid-row-gap: 10px;
2829
- row-gap: 10px;
2830
- opacity: 0.2;
2831
- font-size: 12px;
2832
- }
2833
- .co-image .no-image-wrapper .co-icon {
2834
- height: 40%;
2835
- width: 40%;
2836
- }
2837
- .co-image {
2838
- background: transparent;
2839
- }
2840
- .co-image .no-image-wrapper {
2841
- color: black;
2842
- }
2843
- .co-image .no-image-wrapper svg {
2844
- fill: black;
2845
- }
2846
- .co-image .no-image-wrapper [fill] {
2847
- fill: black;
2848
- }
2849
- .co-loader {
2850
- display: block;
2851
- height: 100px;
2852
- width: auto;
2853
- aspect-ratio: 1;
2854
- }
2855
- .co-loader .circle {
2856
- fill: none;
2857
- }
2858
- .co-loader .main-color {
2859
- fill: #3EE2BE;
2860
- }
2861
- .co-loader .second-color {
2862
- fill: white;
2863
- }
2864
- .co-loader #ring {
2865
- transform-origin: center;
2866
- animation: spin 2s linear infinite;
2867
- }
2868
- .co-loader #ring-loader {
2869
- fill: #171721;
2870
- stroke-width: 10px;
2871
- stroke: #3EE2BE;
2872
- animation: dash 2s ease-in-out infinite;
2873
- stroke-linecap: round;
2874
- }
2875
- .co-loader .spinner-gradient-stop {
2876
- stop-color: #3EE2BE;
2877
- }
2878
- .co-loader #i, .co-loader #o, .co-loader #n, .co-loader #e {
2879
- transform-origin: center;
2880
- animation: morphingLetters 2s ease-in-out infinite;
2881
- animation-direction: alternate;
2882
- }
2883
- .co-loader #o {
2884
- animation-delay: 0.2s;
2885
- }
2886
- .co-loader #n {
2887
- animation-delay: 0.4s;
2888
- }
2889
- .co-loader #e {
2890
- animation-delay: 0.6s;
2891
- }
2892
- @keyframes morphingLetters {
2893
- 0% {
2894
- transform: scale(0);
2895
- }
2896
- 20% {
2897
- transform: scale(1);
2898
- }
2899
- 100% {
2900
- transform: scale(1);
2901
- }
2902
- }
2903
- @keyframes spin {
2904
- from {
2905
- transform: rotate(0deg);
2906
- }
2907
- to {
2908
- transform: rotate(360deg);
2909
- }
2910
- }
2911
- @keyframes dash {
2912
- 0% {
2913
- stroke-dasharray: 1, 572;
2914
- stroke-dashoffset: 0;
2915
- }
2916
- 50% {
2917
- stroke-dasharray: 572, 572;
2918
- stroke-dashoffset: 0;
2919
- }
2920
- 100% {
2921
- stroke-dasharray: 572, 572;
2922
- stroke-dashoffset: -572;
2923
- }
2924
- }
2925
-
2926
- /*# sourceMappingURL=styles.css.map*/