@colijnit/corecomponents_v12 255.1.1 → 255.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1297) hide show
  1. package/README.md +9 -12
  2. package/bundles/colijnit-corecomponents_v12.umd.js +14269 -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 +81 -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 +246 -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-icons/list-of-icons.component.js +64 -0
  84. package/esm2015/lib/components/list-of-icons/list-of-icons.module.js +25 -0
  85. package/esm2015/lib/components/list-of-values/list-of-values-multiselect-popup.component.js +112 -0
  86. package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +251 -0
  87. package/esm2015/lib/components/list-of-values/list-of-values.component.js +233 -0
  88. package/esm2015/lib/components/list-of-values/list-of-values.module.js +38 -0
  89. package/esm2015/lib/components/loader/loader.component.js +84 -0
  90. package/esm2015/lib/components/loader/loader.module.js +19 -0
  91. package/esm2015/lib/components/pagination/paginate.pipe.js +99 -0
  92. package/esm2015/lib/components/pagination/pagination-instance.js +2 -0
  93. package/esm2015/lib/components/pagination/pagination.component.js +126 -0
  94. package/esm2015/lib/components/pagination/pagination.module.js +28 -0
  95. package/esm2015/lib/components/pagination/pagination.service.js +88 -0
  96. package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +151 -0
  97. package/esm2015/lib/components/pagination-bar/pagination-bar.module.js +19 -0
  98. package/esm2015/lib/components/popup/const/popup-window-token.js +3 -0
  99. package/esm2015/lib/components/popup/interface/popup-button.js +8 -0
  100. package/esm2015/lib/components/popup/interface/popup-close-event.js +2 -0
  101. package/esm2015/lib/components/popup/interface/popup-settings.js +42 -0
  102. package/esm2015/lib/components/popup/interface/popup.js +2 -0
  103. package/esm2015/lib/components/popup/model/popup-button-globals.js +11 -0
  104. package/esm2015/lib/components/popup/model/popup-window.js +38 -0
  105. package/esm2015/lib/components/popup/popup-buttons.component.js +53 -0
  106. package/esm2015/lib/components/popup/popup-message-display.component.js +47 -0
  107. package/esm2015/lib/components/popup/popup-window-shell.component.js +159 -0
  108. package/esm2015/lib/components/popup/popup.module.js +49 -0
  109. package/esm2015/lib/components/popup/service/popup-shower.service.js +90 -0
  110. package/esm2015/lib/components/popup/service/prompt.service.js +127 -0
  111. package/esm2015/lib/components/popup/text-input-popup.component.js +36 -0
  112. package/esm2015/lib/components/responsive-text/responsive-text.component.js +24 -0
  113. package/esm2015/lib/components/responsive-text/responsive-text.module.js +19 -0
  114. package/esm2015/lib/components/simple-grid/base-simple-grid.component.js +166 -0
  115. package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +172 -0
  116. package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +113 -0
  117. package/esm2015/lib/components/simple-grid/simple-grid.component.js +612 -0
  118. package/esm2015/lib/components/simple-grid/simple-grid.module.js +45 -0
  119. package/esm2015/lib/components/tile/tile.component.js +73 -0
  120. package/esm2015/lib/components/tile/tile.module.js +23 -0
  121. package/esm2015/lib/components/tile-select/tile-select.component.js +36 -0
  122. package/esm2015/lib/components/tile-select/tile-select.module.js +21 -0
  123. package/esm2015/lib/components/tooltip/tooltip.component.js +77 -0
  124. package/esm2015/lib/components/tooltip/tooltip.module.js +19 -0
  125. package/esm2015/lib/components/validation-error/validation-error.component.js +38 -0
  126. package/esm2015/lib/components/validation-error/validation-error.module.js +25 -0
  127. package/esm2015/lib/components/view-mode-buttons/content-view-mode.enum.js +11 -0
  128. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.component.js +61 -0
  129. package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.module.js +21 -0
  130. package/esm2015/lib/core/constant/default-upper-bound-for-range-components.js +4 -0
  131. package/esm2015/lib/core/constant/java-max-int.js +2 -0
  132. package/esm2015/lib/core/constant/number-inputs-key-down-white-list.js +45 -0
  133. package/esm2015/lib/core/decorator/input-boolean.decorator.js +34 -0
  134. package/esm2015/lib/core/enum/co-direction.js +9 -0
  135. package/esm2015/lib/core/enum/co-document-image-display-kind.enum.js +7 -0
  136. package/esm2015/lib/core/enum/co-document-type.enum.js +11 -0
  137. package/esm2015/lib/core/enum/co-orientation.js +17 -0
  138. package/esm2015/lib/core/enum/core-components-icon.enum.js +300 -0
  139. package/esm2015/lib/core/enum/file-type-internal.enum.js +17 -0
  140. package/esm2015/lib/core/enum/file-type.enum.js +11 -0
  141. package/esm2015/lib/core/enum/filterItem-mode.enum.js +43 -0
  142. package/esm2015/lib/core/enum/input-number-picker-show-mode.enum.js +8 -0
  143. package/esm2015/lib/core/enum/keyboard-code.enum.js +74 -0
  144. package/esm2015/lib/core/enum/keyboard-key.enum.js +76 -0
  145. package/esm2015/lib/core/enum/object-right-type.enum.js +7 -0
  146. package/esm2015/lib/core/enum/popup-button-type.enum.js +12 -0
  147. package/esm2015/lib/core/enum/popup-type.enum.js +11 -0
  148. package/esm2015/lib/core/enum/table-name.enum.js +81 -0
  149. package/esm2015/lib/core/function/any-nill.function.js +6 -0
  150. package/esm2015/lib/core/function/is-nill.function.js +5 -0
  151. package/esm2015/lib/core/function/none-nill.function.js +17 -0
  152. package/esm2015/lib/core/function/not-nill.function.js +5 -0
  153. package/esm2015/lib/core/model/bounds-constrained-number-value.js +171 -0
  154. package/esm2015/lib/core/model/check-precision-and-scale-result.js +2 -0
  155. package/esm2015/lib/core/model/check-within-stepped-bounds-result.js +2 -0
  156. package/esm2015/lib/core/model/co-document-right.bo.js +3 -0
  157. package/esm2015/lib/core/model/co-document.bo.js +121 -0
  158. package/esm2015/lib/core/model/core-components-icon-svg.js +299 -0
  159. package/esm2015/lib/core/model/element-position.js +10 -0
  160. package/esm2015/lib/core/model/event/string-prompt-result-event.js +8 -0
  161. package/esm2015/lib/core/service/form-input-user-change-listener.service.js +25 -0
  162. package/esm2015/lib/core/service/form-master.service.js +102 -0
  163. package/esm2015/lib/core/service/ng-zone-wrapper.service.js +20 -0
  164. package/esm2015/lib/core/utils/array-utils.js +264 -0
  165. package/esm2015/lib/core/utils/browser-utils.js +100 -0
  166. package/esm2015/lib/core/utils/direction-enum-utils.js +14 -0
  167. package/esm2015/lib/core/utils/event-utils.js +53 -0
  168. package/esm2015/lib/core/utils/file-utils.js +267 -0
  169. package/esm2015/lib/core/utils/number-utils.js +309 -0
  170. package/esm2015/lib/core/utils/object-utils.js +186 -0
  171. package/esm2015/lib/core/utils/string-utils.js +94 -0
  172. package/esm2015/lib/core/validator/email.validator.js +6 -0
  173. package/esm2015/lib/core/validator/equal.validator.js +11 -0
  174. package/esm2015/lib/core/validator/max-string-length.validator.js +10 -0
  175. package/esm2015/lib/core/validator/password.validator.js +31 -0
  176. package/esm2015/lib/core/validator/precision-scale.validator.js +11 -0
  177. package/esm2015/lib/core/validator/required.validator.js +5 -0
  178. package/esm2015/lib/directives/clickoutside/click-outside-master.service.js +57 -0
  179. package/esm2015/lib/directives/clickoutside/click-outside.directive.js +71 -0
  180. package/esm2015/lib/directives/clickoutside/clickoutside.module.js +19 -0
  181. package/esm2015/lib/directives/observe-visibility/observe-visibility.directive.js +53 -0
  182. package/esm2015/lib/directives/observe-visibility/observe-visibility.module.js +15 -0
  183. package/esm2015/lib/directives/overlay/overlay-parent.directive.js +19 -0
  184. package/esm2015/lib/directives/overlay/overlay.directive.js +161 -0
  185. package/esm2015/lib/directives/overlay/overlay.module.js +18 -0
  186. package/esm2015/lib/directives/ripple/ripple-ref.js +26 -0
  187. package/esm2015/lib/directives/ripple/ripple-renderer.js +160 -0
  188. package/esm2015/lib/directives/ripple/ripple.directive.js +80 -0
  189. package/esm2015/lib/directives/ripple/ripple.module.js +24 -0
  190. package/esm2015/lib/directives/ripple/scroll-dispatcher.service.js +108 -0
  191. package/esm2015/lib/directives/ripple/scrollable.directive.js +40 -0
  192. package/esm2015/lib/directives/ripple/viewport-ruler.service.js +73 -0
  193. package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +158 -0
  194. package/esm2015/lib/directives/screen-configuration/screen-configuration.module.js +19 -0
  195. package/esm2015/lib/directives/stopclick/stop-click.directive.js +38 -0
  196. package/esm2015/lib/directives/stopclick/stop-click.module.js +15 -0
  197. package/esm2015/lib/directives/template-wrapper/template-wrapper.directive.js +68 -0
  198. package/esm2015/lib/directives/template-wrapper/template-wrapper.module.js +15 -0
  199. package/esm2015/lib/directives/tooltip/tooltip-directive.module.js +19 -0
  200. package/esm2015/lib/directives/tooltip/tooltip.directive.js +78 -0
  201. package/esm2015/lib/interfaces/dialog-response.interface.js +2 -0
  202. package/esm2015/lib/interfaces/scanner-input.interface.js +2 -0
  203. package/esm2015/lib/interfaces/screen-config-adapter-component-interface-name.js +4 -0
  204. package/esm2015/lib/interfaces/screen-config-adapter.component.interface.js +2 -0
  205. package/esm2015/lib/model/enum/app-button-type.enum.js +11 -0
  206. package/esm2015/lib/model/enum/app-popup-type.enum.js +8 -0
  207. package/esm2015/lib/model/icon-list-item.js +2 -0
  208. package/esm2015/lib/pipes/append.pipe.js +17 -0
  209. package/esm2015/lib/pipes/append.pipe.module.js +15 -0
  210. package/esm2015/lib/pipes/filter.pipe.js +16 -0
  211. package/esm2015/lib/pipes/filter.pipe.module.js +15 -0
  212. package/esm2015/lib/pipes/prepend.pipe.js +17 -0
  213. package/esm2015/lib/pipes/prepend.pipe.module.js +15 -0
  214. package/esm2015/lib/pipes/price-display-pipe.module.js +15 -0
  215. package/esm2015/lib/pipes/price-display.pipe.js +20 -0
  216. package/esm2015/lib/service/base-module-screen-config.service.js +205 -0
  217. package/esm2015/lib/service/base-module.service.js +42 -0
  218. package/esm2015/lib/service/color-sequence.service.js +49 -0
  219. package/esm2015/lib/service/overlay.service.js +73 -0
  220. package/esm2015/lib/translation/core-components-translation.module.js +29 -0
  221. package/esm2015/lib/translation/core-components-translation.service.js +17 -0
  222. package/esm2015/lib/translation/core-dictionary.service.js +29 -0
  223. package/esm2015/lib/translation/core-localize.pipe.js +26 -0
  224. package/esm2015/public-api.js +132 -0
  225. package/fesm2015/colijnit-corecomponents_v12.js +13665 -0
  226. package/fesm2015/colijnit-corecomponents_v12.js.map +1 -0
  227. package/lib/components/article-tile/article-tile.component.d.ts +22 -0
  228. package/lib/components/article-tile/article-tile.module.d.ts +2 -0
  229. package/lib/components/base/base-input.component.d.ts +182 -0
  230. package/lib/components/base/base.module.d.ts +2 -0
  231. package/lib/components/base/commit-buttons/commit-buttons.component.d.ts +21 -0
  232. package/lib/components/base/commit-buttons/commit-buttons.module.d.ts +2 -0
  233. package/lib/components/base/dialog-base.component.d.ts +4 -0
  234. package/lib/components/base-input-date-picker/base-input-date-picker.directive.d.ts +15 -0
  235. package/lib/components/button/button.component.d.ts +29 -0
  236. package/lib/components/button/button.module.d.ts +2 -0
  237. package/lib/components/calendar/calendar-template.component.d.ts +60 -0
  238. package/lib/components/calendar/calendar.component.d.ts +13 -0
  239. package/lib/components/calendar/calendar.module.d.ts +2 -0
  240. package/lib/components/card/card.component.d.ts +23 -0
  241. package/lib/components/card/card.module.d.ts +2 -0
  242. package/lib/components/carousel/carousel.component.d.ts +23 -0
  243. package/lib/components/carousel/carousel.module.d.ts +6 -0
  244. package/lib/components/carousel-3d/carousel-3d.component.d.ts +55 -0
  245. package/lib/components/carousel-3d/carousel-3d.module.d.ts +2 -0
  246. package/lib/components/carousel-3d/carouselItem.d.ts +13 -0
  247. package/lib/components/checkmark-overlay/checkmark-overlay.component.d.ts +17 -0
  248. package/lib/components/checkmark-overlay/checkmark-overlay.module.d.ts +2 -0
  249. package/lib/components/co-dialog/co-dialog.component.d.ts +23 -0
  250. package/lib/components/co-dialog/co-dialog.module.d.ts +2 -0
  251. package/lib/components/co-dialog-wizard/co-dialog-wizard.component.d.ts +9 -0
  252. package/lib/components/co-dialog-wizard/co-dialog-wizard.module.d.ts +2 -0
  253. package/lib/components/collapsible/collapsible.component.d.ts +22 -0
  254. package/lib/components/collapsible/collapsible.module.d.ts +2 -0
  255. package/lib/components/color-picker/color-picker.component.d.ts +6 -0
  256. package/lib/components/color-picker/color-picker.module.d.ts +2 -0
  257. package/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +20 -0
  258. package/lib/components/core-dialog/core-dialog.module.d.ts +4 -0
  259. package/lib/components/core-dialog/core-dialog.service.d.ts +15 -0
  260. package/lib/components/core-dialog/core-dynamic-component.service.d.ts +12 -0
  261. package/lib/components/double-calendar/double-calendar.component.d.ts +18 -0
  262. package/lib/components/double-calendar/double-calendar.module.d.ts +2 -0
  263. package/lib/components/filter-item/filter-item-viewmodel.d.ts +9 -0
  264. package/lib/components/filter-item/filter-item.component.d.ts +80 -0
  265. package/lib/components/filter-item/filter-item.module.d.ts +2 -0
  266. package/lib/components/filter-item/filter-viewmodel.d.ts +8 -0
  267. package/lib/components/form/form.component.d.ts +39 -0
  268. package/lib/components/form/form.module.d.ts +2 -0
  269. package/lib/components/grid-toolbar/grid-toolbar.component.d.ts +19 -0
  270. package/lib/components/grid-toolbar/grid-toolbar.module.d.ts +2 -0
  271. package/lib/components/grid-toolbar-button/grid-toolbar-button.component.d.ts +8 -0
  272. package/lib/components/grid-toolbar-button/grid-toolbar-button.module.d.ts +2 -0
  273. package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/_layout.scss +13 -0
  274. package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/_theme.scss +4 -0
  275. package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/material.scss +4 -0
  276. package/lib/components/hour-scheduling/style/_layout.scss +49 -0
  277. package/lib/components/hour-scheduling/style/_theme.scss +4 -0
  278. package/lib/components/icon/icon-cache.service.d.ts +20 -0
  279. package/lib/components/icon/icon.component.d.ts +17 -0
  280. package/lib/components/icon/icon.module.d.ts +2 -0
  281. package/lib/components/icon-collapse-handle/icon-collapse-handle.component.d.ts +21 -0
  282. package/lib/components/icon-collapse-handle/icon-collapse-handle.module.d.ts +2 -0
  283. package/lib/components/image/image.component.d.ts +20 -0
  284. package/lib/components/image/image.module.d.ts +2 -0
  285. package/lib/components/input-checkbox/input-checkbox.component.d.ts +24 -0
  286. package/lib/components/input-checkbox/input-checkbox.module.d.ts +2 -0
  287. package/lib/components/input-date-picker/input-date-picker.component.d.ts +12 -0
  288. package/lib/components/input-date-picker/input-date-picker.module.d.ts +2 -0
  289. package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +20 -0
  290. package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -0
  291. package/lib/components/input-number-picker/input-number-picker.component.d.ts +73 -0
  292. package/lib/components/input-number-picker/input-number-picker.module.d.ts +2 -0
  293. package/lib/components/input-radio-button/input-radio-button.component.d.ts +19 -0
  294. package/lib/components/input-radio-button/input-radio-button.module.d.ts +2 -0
  295. package/lib/components/input-scanner/bar-code-scanner.d.ts +7 -0
  296. package/lib/components/input-scanner/input-scanner.component.d.ts +24 -0
  297. package/lib/components/input-scanner/input-scanner.module.d.ts +2 -0
  298. package/lib/components/input-scanner/scanner.service.d.ts +11 -0
  299. package/lib/components/input-search/input-search.component.d.ts +20 -0
  300. package/lib/components/input-search/input-search.module.d.ts +2 -0
  301. package/lib/components/input-text/input-text.component.d.ts +66 -0
  302. package/lib/components/input-text/input-text.module.d.ts +2 -0
  303. package/lib/components/input-textarea/input-textarea.component.d.ts +19 -0
  304. package/lib/components/input-textarea/input-textarea.module.d.ts +2 -0
  305. package/lib/components/level-indicator/level-indicator-level.enum.d.ts +5 -0
  306. package/lib/components/level-indicator/level-indicator.component.d.ts +10 -0
  307. package/lib/components/level-indicator/level-indicator.module.d.ts +2 -0
  308. package/lib/components/list-of-icons/list-of-icons.component.d.ts +19 -0
  309. package/lib/components/list-of-icons/list-of-icons.module.d.ts +2 -0
  310. package/lib/components/list-of-values/list-of-values-multiselect-popup.component.d.ts +25 -0
  311. package/lib/components/list-of-values/list-of-values-popup.component.d.ts +47 -0
  312. package/lib/components/list-of-values/list-of-values.component.d.ts +37 -0
  313. package/lib/components/list-of-values/list-of-values.module.d.ts +2 -0
  314. package/lib/components/loader/loader.component.d.ts +3 -0
  315. package/lib/components/loader/loader.module.d.ts +2 -0
  316. package/lib/components/pagination/paginate.pipe.d.ts +15 -0
  317. package/lib/components/pagination/pagination-instance.d.ts +14 -0
  318. package/lib/components/pagination/pagination.component.d.ts +38 -0
  319. package/lib/components/pagination/pagination.module.d.ts +2 -0
  320. package/lib/components/pagination/pagination.service.d.ts +24 -0
  321. package/lib/components/pagination-bar/pagination-bar.component.d.ts +33 -0
  322. package/lib/components/pagination-bar/pagination-bar.module.d.ts +2 -0
  323. package/lib/components/popup/const/popup-window-token.d.ts +3 -0
  324. package/lib/components/popup/interface/popup-button.d.ts +8 -0
  325. package/lib/components/popup/interface/popup-close-event.d.ts +5 -0
  326. package/lib/components/popup/interface/popup-settings.d.ts +21 -0
  327. package/lib/components/popup/interface/popup.d.ts +9 -0
  328. package/lib/components/popup/model/popup-button-globals.d.ts +9 -0
  329. package/lib/components/popup/model/popup-window.d.ts +21 -0
  330. package/lib/components/popup/popup-buttons.component.d.ts +13 -0
  331. package/lib/components/popup/popup-message-display.component.d.ts +12 -0
  332. package/lib/components/popup/popup-window-shell.component.d.ts +42 -0
  333. package/lib/components/popup/popup.module.d.ts +4 -0
  334. package/lib/components/popup/service/popup-shower.service.d.ts +17 -0
  335. package/lib/components/popup/service/prompt.service.d.ts +17 -0
  336. package/lib/components/popup/text-input-popup.component.d.ts +12 -0
  337. package/lib/components/responsive-text/responsive-text.component.d.ts +4 -0
  338. package/lib/components/responsive-text/responsive-text.module.d.ts +2 -0
  339. package/lib/components/simple-grid/base-simple-grid.component.d.ts +53 -0
  340. package/lib/components/simple-grid/simple-grid-cell.component.d.ts +30 -0
  341. package/lib/components/simple-grid/simple-grid-column.directive.d.ts +43 -0
  342. package/lib/components/simple-grid/simple-grid.component.d.ts +78 -0
  343. package/lib/components/simple-grid/simple-grid.module.d.ts +2 -0
  344. package/lib/components/tile/tile.component.d.ts +16 -0
  345. package/lib/components/tile/tile.module.d.ts +2 -0
  346. package/lib/components/tile-select/tile-select.component.d.ts +8 -0
  347. package/lib/components/tile-select/tile-select.module.d.ts +2 -0
  348. package/lib/components/tooltip/style/material.scss +4 -0
  349. package/lib/components/tooltip/tooltip.component.d.ts +18 -0
  350. package/lib/components/tooltip/tooltip.module.d.ts +2 -0
  351. package/lib/components/validation-error/validation-error.component.d.ts +12 -0
  352. package/lib/components/validation-error/validation-error.module.d.ts +2 -0
  353. package/lib/components/view-mode-buttons/content-view-mode.enum.d.ts +8 -0
  354. package/lib/components/view-mode-buttons/view-mode-buttons.component.d.ts +17 -0
  355. package/lib/components/view-mode-buttons/view-mode-buttons.module.d.ts +2 -0
  356. package/lib/core/constant/default-upper-bound-for-range-components.d.ts +2 -0
  357. package/lib/core/constant/java-max-int.d.ts +1 -0
  358. package/lib/core/constant/number-inputs-key-down-white-list.d.ts +2 -0
  359. package/lib/core/decorator/input-boolean.decorator.d.ts +8 -0
  360. package/lib/core/enum/co-direction.d.ts +6 -0
  361. package/lib/core/enum/co-document-image-display-kind.enum.d.ts +5 -0
  362. package/lib/core/enum/co-document-type.enum.d.ts +5 -0
  363. package/lib/core/enum/co-orientation.d.ts +6 -0
  364. package/lib/core/enum/core-components-icon.enum.d.ts +298 -0
  365. package/lib/core/enum/file-type-internal.enum.d.ts +15 -0
  366. package/lib/core/enum/file-type.enum.d.ts +5 -0
  367. package/lib/core/enum/filterItem-mode.enum.d.ts +15 -0
  368. package/lib/core/enum/input-number-picker-show-mode.enum.d.ts +5 -0
  369. package/lib/core/enum/keyboard-code.enum.d.ts +71 -0
  370. package/lib/core/enum/keyboard-key.enum.d.ts +70 -0
  371. package/lib/core/enum/object-right-type.enum.d.ts +5 -0
  372. package/lib/core/enum/popup-button-type.enum.d.ts +9 -0
  373. package/lib/core/enum/popup-type.enum.d.ts +9 -0
  374. package/lib/core/enum/table-name.enum.d.ts +79 -0
  375. package/lib/core/function/any-nill.function.d.ts +1 -0
  376. package/lib/core/function/is-nill.function.d.ts +1 -0
  377. package/lib/core/function/none-nill.function.d.ts +1 -0
  378. package/lib/core/function/not-nill.function.d.ts +1 -0
  379. package/lib/core/model/bounds-constrained-number-value.d.ts +46 -0
  380. package/lib/core/model/check-precision-and-scale-result.d.ts +4 -0
  381. package/lib/core/model/check-within-stepped-bounds-result.d.ts +8 -0
  382. package/lib/core/model/co-document-right.bo.d.ts +6 -0
  383. package/lib/core/model/co-document.bo.d.ts +61 -0
  384. package/lib/core/model/core-components-icon-svg.d.ts +4 -0
  385. package/lib/core/model/element-position.d.ts +7 -0
  386. package/lib/core/model/event/string-prompt-result-event.d.ts +6 -0
  387. package/lib/core/service/form-input-user-change-listener.service.d.ts +10 -0
  388. package/lib/core/service/form-master.service.d.ts +26 -0
  389. package/lib/core/service/ng-zone-wrapper.service.d.ts +6 -0
  390. package/lib/core/utils/array-utils.d.ts +85 -0
  391. package/lib/core/utils/browser-utils.d.ts +15 -0
  392. package/lib/core/utils/direction-enum-utils.d.ts +5 -0
  393. package/lib/core/utils/event-utils.d.ts +12 -0
  394. package/lib/core/utils/file-utils.d.ts +29 -0
  395. package/lib/core/utils/number-utils.d.ts +89 -0
  396. package/lib/core/utils/object-utils.d.ts +31 -0
  397. package/lib/core/utils/string-utils.d.ts +25 -0
  398. package/lib/core/validator/email.validator.d.ts +2 -0
  399. package/lib/core/validator/equal.validator.d.ts +2 -0
  400. package/lib/core/validator/max-string-length.validator.d.ts +2 -0
  401. package/lib/core/validator/password.validator.d.ts +3 -0
  402. package/lib/core/validator/precision-scale.validator.d.ts +2 -0
  403. package/lib/core/validator/required.validator.d.ts +2 -0
  404. package/lib/directives/clickoutside/click-outside-master.service.d.ts +15 -0
  405. package/lib/directives/clickoutside/click-outside.directive.d.ts +18 -0
  406. package/lib/directives/clickoutside/clickoutside.module.d.ts +2 -0
  407. package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +14 -0
  408. package/lib/directives/observe-visibility/observe-visibility.module.d.ts +2 -0
  409. package/lib/directives/overlay/overlay-parent.directive.d.ts +6 -0
  410. package/lib/directives/overlay/overlay.directive.d.ts +25 -0
  411. package/lib/directives/overlay/overlay.module.d.ts +2 -0
  412. package/lib/directives/ripple/ripple-ref.d.ts +21 -0
  413. package/lib/directives/ripple/ripple-renderer.d.ts +56 -0
  414. package/lib/directives/ripple/ripple.directive.d.ts +56 -0
  415. package/lib/directives/ripple/ripple.module.d.ts +2 -0
  416. package/lib/directives/ripple/scroll-dispatcher.service.d.ts +51 -0
  417. package/lib/directives/ripple/scrollable.directive.d.ts +20 -0
  418. package/lib/directives/ripple/viewport-ruler.service.d.ts +29 -0
  419. package/lib/directives/screen-configuration/screen-configuration.directive.d.ts +32 -0
  420. package/lib/directives/screen-configuration/screen-configuration.module.d.ts +2 -0
  421. package/lib/directives/stopclick/stop-click.directive.d.ts +10 -0
  422. package/lib/directives/stopclick/stop-click.module.d.ts +2 -0
  423. package/lib/directives/template-wrapper/template-wrapper.directive.d.ts +13 -0
  424. package/lib/directives/template-wrapper/template-wrapper.module.d.ts +2 -0
  425. package/lib/directives/tooltip/tooltip-directive.module.d.ts +2 -0
  426. package/lib/directives/tooltip/tooltip.directive.d.ts +20 -0
  427. package/lib/interfaces/dialog-response.interface.d.ts +6 -0
  428. package/lib/interfaces/screen-config-adapter-component-interface-name.d.ts +3 -0
  429. package/lib/interfaces/screen-config-adapter.component.interface.d.ts +10 -0
  430. package/lib/model/enum/app-button-type.enum.d.ts +9 -0
  431. package/lib/model/enum/app-popup-type.enum.d.ts +6 -0
  432. package/lib/model/icon-list-item.d.ts +6 -0
  433. package/lib/modules/pagination/style/_material-definition.scss +0 -0
  434. package/lib/pipes/append.pipe.d.ts +4 -0
  435. package/lib/pipes/append.pipe.module.d.ts +2 -0
  436. package/lib/pipes/filter.pipe.d.ts +4 -0
  437. package/lib/pipes/filter.pipe.module.d.ts +2 -0
  438. package/lib/pipes/prepend.pipe.d.ts +4 -0
  439. package/lib/pipes/prepend.pipe.module.d.ts +2 -0
  440. package/lib/pipes/price-display-pipe.module.d.ts +2 -0
  441. package/lib/pipes/price-display.pipe.d.ts +4 -0
  442. package/lib/service/base-module-screen-config.service.d.ts +47 -0
  443. package/lib/service/base-module.service.d.ts +22 -0
  444. package/lib/service/color-sequence.service.d.ts +7 -0
  445. package/lib/service/overlay.service.d.ts +13 -0
  446. package/lib/translation/core-components-translation.module.d.ts +4 -0
  447. package/lib/translation/core-components-translation.service.d.ts +6 -0
  448. package/lib/translation/core-dictionary.service.d.ts +12 -0
  449. package/lib/translation/core-localize.pipe.d.ts +7 -0
  450. package/package.json +23 -44
  451. package/public-api.d.ts +128 -0
  452. package/.browserslistrc +0 -17
  453. package/.editorconfig +0 -16
  454. package/.idea/CoreComponents_v12.iml +0 -12
  455. package/.idea/jpa-buddy.xml +0 -6
  456. package/.idea/misc.xml +0 -9
  457. package/.idea/modules.xml +0 -8
  458. package/.idea/vcs.xml +0 -6
  459. package/CoreComponents_v12.iml +0 -12
  460. package/angular.json +0 -146
  461. package/dist/corecomponentstest/favicon.ico +0 -0
  462. package/dist/corecomponentstest/index.html +0 -13
  463. package/dist/corecomponentstest/main.js +0 -24644
  464. package/dist/corecomponentstest/main.js.map +0 -1
  465. package/dist/corecomponentstest/polyfills.js +0 -2891
  466. package/dist/corecomponentstest/polyfills.js.map +0 -1
  467. package/dist/corecomponentstest/runtime.js +0 -161
  468. package/dist/corecomponentstest/runtime.js.map +0 -1
  469. package/dist/corecomponentstest/styles.css +0 -3075
  470. package/dist/corecomponentstest/styles.css.map +0 -1
  471. package/dist/corecomponentstest/vendor.js +0 -147126
  472. package/dist/corecomponentstest/vendor.js.map +0 -1
  473. package/karma.conf.js +0 -44
  474. package/move-assets.js +0 -14
  475. package/projects/corecomponents/README.md +0 -24
  476. package/projects/corecomponents/karma.conf.js +0 -44
  477. package/projects/corecomponents/ng-package.json +0 -10
  478. package/projects/corecomponents/package-lock.json +0 -13
  479. package/projects/corecomponents/package.json +0 -20
  480. package/projects/corecomponents/src/lib/components/article-tile/article-tile.component.ts +0 -96
  481. package/projects/corecomponents/src/lib/components/article-tile/article-tile.module.ts +0 -34
  482. package/projects/corecomponents/src/lib/components/base/base-input.component.ts +0 -988
  483. package/projects/corecomponents/src/lib/components/base/base.module.ts +0 -22
  484. package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.component.ts +0 -120
  485. package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.module.ts +0 -19
  486. package/projects/corecomponents/src/lib/components/base/dialog-base.component.ts +0 -8
  487. package/projects/corecomponents/src/lib/components/base-input-date-picker/base-input-date-picker.directive.ts +0 -32
  488. package/projects/corecomponents/src/lib/components/base-input-time/base-input-time-directive.ts +0 -31
  489. package/projects/corecomponents/src/lib/components/button/button.component.ts +0 -117
  490. package/projects/corecomponents/src/lib/components/button/button.module.ts +0 -18
  491. package/projects/corecomponents/src/lib/components/calendar/calendar-template.component.ts +0 -392
  492. package/projects/corecomponents/src/lib/components/calendar/calendar.component.ts +0 -54
  493. package/projects/corecomponents/src/lib/components/calendar/calendar.module.ts +0 -26
  494. package/projects/corecomponents/src/lib/components/card/card.component.ts +0 -94
  495. package/projects/corecomponents/src/lib/components/card/card.module.ts +0 -34
  496. package/projects/corecomponents/src/lib/components/carousel/carousel.component.ts +0 -128
  497. package/projects/corecomponents/src/lib/components/carousel/carousel.module.ts +0 -28
  498. package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.component.ts +0 -392
  499. package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.module.ts +0 -17
  500. package/projects/corecomponents/src/lib/components/carousel-3d/carouselItem.ts +0 -77
  501. package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.component.ts +0 -99
  502. package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.module.ts +0 -18
  503. package/projects/corecomponents/src/lib/components/co-dialog/animation.ts +0 -2
  504. package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.component.ts +0 -130
  505. package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.module.ts +0 -17
  506. package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.component.ts +0 -50
  507. package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.module.ts +0 -15
  508. package/projects/corecomponents/src/lib/components/collapsible/collapsible.component.ts +0 -114
  509. package/projects/corecomponents/src/lib/components/collapsible/collapsible.module.ts +0 -17
  510. package/projects/corecomponents/src/lib/components/color-picker/color-picker.component.ts +0 -40
  511. package/projects/corecomponents/src/lib/components/color-picker/color-picker.module.ts +0 -19
  512. package/projects/corecomponents/src/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.ts +0 -86
  513. package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.module.ts +0 -37
  514. package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.service.ts +0 -61
  515. package/projects/corecomponents/src/lib/components/core-dialog/core-dynamic-component.service.ts +0 -101
  516. package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.component.ts +0 -102
  517. package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.module.ts +0 -23
  518. package/projects/corecomponents/src/lib/components/filter-item/filter-item-viewmodel.ts +0 -20
  519. package/projects/corecomponents/src/lib/components/filter-item/filter-item.component.ts +0 -715
  520. package/projects/corecomponents/src/lib/components/filter-item/filter-item.module.ts +0 -42
  521. package/projects/corecomponents/src/lib/components/filter-item/filter-viewmodel.ts +0 -11
  522. package/projects/corecomponents/src/lib/components/form/form.component.ts +0 -211
  523. package/projects/corecomponents/src/lib/components/form/form.module.ts +0 -22
  524. package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.component.ts +0 -62
  525. package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.module.ts +0 -21
  526. package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.component.ts +0 -28
  527. package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.module.ts +0 -17
  528. package/projects/corecomponents/src/lib/components/icon/icon-cache.service.ts +0 -57
  529. package/projects/corecomponents/src/lib/components/icon/icon.component.ts +0 -54
  530. package/projects/corecomponents/src/lib/components/icon/icon.module.ts +0 -24
  531. package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.component.ts +0 -75
  532. package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.module.ts +0 -21
  533. package/projects/corecomponents/src/lib/components/image/image.component.ts +0 -51
  534. package/projects/corecomponents/src/lib/components/image/image.module.ts +0 -12
  535. package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.component.ts +0 -85
  536. package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.module.ts +0 -17
  537. package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.component.ts +0 -103
  538. package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.module.ts +0 -24
  539. package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.component.ts +0 -155
  540. package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.module.ts +0 -25
  541. package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.component.ts +0 -378
  542. package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.module.ts +0 -20
  543. package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.component.ts +0 -86
  544. package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.module.ts +0 -17
  545. package/projects/corecomponents/src/lib/components/input-scanner/bar-code-scanner.ts +0 -25
  546. package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.component.ts +0 -89
  547. package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.module.ts +0 -19
  548. package/projects/corecomponents/src/lib/components/input-scanner/scanner.service.ts +0 -28
  549. package/projects/corecomponents/src/lib/components/input-search/input-search.component.ts +0 -90
  550. package/projects/corecomponents/src/lib/components/input-search/input-search.module.ts +0 -20
  551. package/projects/corecomponents/src/lib/components/input-text/input-text.component.ts +0 -307
  552. package/projects/corecomponents/src/lib/components/input-text/input-text.module.ts +0 -31
  553. package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.component.ts +0 -81
  554. package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.module.ts +0 -25
  555. package/projects/corecomponents/src/lib/components/input-time/input-time.component.ts +0 -72
  556. package/projects/corecomponents/src/lib/components/input-time/input-time.module.ts +0 -22
  557. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator-level.enum.ts +0 -5
  558. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.component.ts +0 -42
  559. package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.module.ts +0 -13
  560. package/projects/corecomponents/src/lib/components/list-of-icons/list-of-icons.component.ts +0 -68
  561. package/projects/corecomponents/src/lib/components/list-of-icons/list-of-icons.module.ts +0 -22
  562. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-multiselect-popup.component.ts +0 -132
  563. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-popup.component.ts +0 -291
  564. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.component.ts +0 -257
  565. package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.module.ts +0 -35
  566. package/projects/corecomponents/src/lib/components/loader/loader.component.ts +0 -82
  567. package/projects/corecomponents/src/lib/components/loader/loader.module.ts +0 -17
  568. package/projects/corecomponents/src/lib/components/pagination/paginate.pipe.ts +0 -116
  569. package/projects/corecomponents/src/lib/components/pagination/pagination-instance.ts +0 -18
  570. package/projects/corecomponents/src/lib/components/pagination/pagination.component.ts +0 -160
  571. package/projects/corecomponents/src/lib/components/pagination/pagination.module.ts +0 -26
  572. package/projects/corecomponents/src/lib/components/pagination/pagination.service.ts +0 -99
  573. package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.component.ts +0 -178
  574. package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.module.ts +0 -17
  575. package/projects/corecomponents/src/lib/components/popup/const/popup-window-token.ts +0 -4
  576. package/projects/corecomponents/src/lib/components/popup/interface/popup-button.ts +0 -14
  577. package/projects/corecomponents/src/lib/components/popup/interface/popup-close-event.ts +0 -8
  578. package/projects/corecomponents/src/lib/components/popup/interface/popup-settings.ts +0 -70
  579. package/projects/corecomponents/src/lib/components/popup/interface/popup.ts +0 -17
  580. package/projects/corecomponents/src/lib/components/popup/model/popup-button-globals.ts +0 -11
  581. package/projects/corecomponents/src/lib/components/popup/model/popup-window.ts +0 -51
  582. package/projects/corecomponents/src/lib/components/popup/popup-buttons.component.ts +0 -61
  583. package/projects/corecomponents/src/lib/components/popup/popup-message-display.component.ts +0 -49
  584. package/projects/corecomponents/src/lib/components/popup/popup-window-shell.component.ts +0 -222
  585. package/projects/corecomponents/src/lib/components/popup/popup.module.ts +0 -48
  586. package/projects/corecomponents/src/lib/components/popup/service/popup-shower.service.ts +0 -98
  587. package/projects/corecomponents/src/lib/components/popup/service/prompt.service.ts +0 -127
  588. package/projects/corecomponents/src/lib/components/popup/text-input-popup.component.ts +0 -36
  589. package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.component.ts +0 -24
  590. package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.module.ts +0 -17
  591. package/projects/corecomponents/src/lib/components/simple-grid/base-simple-grid.component.ts +0 -196
  592. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-cell.component.ts +0 -192
  593. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-column.directive.ts +0 -146
  594. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.component.ts +0 -645
  595. package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.module.ts +0 -42
  596. package/projects/corecomponents/src/lib/components/tile/tile.component.ts +0 -71
  597. package/projects/corecomponents/src/lib/components/tile/tile.module.ts +0 -21
  598. package/projects/corecomponents/src/lib/components/tile-select/tile-select.component.ts +0 -36
  599. package/projects/corecomponents/src/lib/components/tile-select/tile-select.module.ts +0 -19
  600. package/projects/corecomponents/src/lib/components/tooltip/tooltip.component.ts +0 -96
  601. package/projects/corecomponents/src/lib/components/tooltip/tooltip.module.ts +0 -17
  602. package/projects/corecomponents/src/lib/components/validation-error/validation-error.component.ts +0 -45
  603. package/projects/corecomponents/src/lib/components/validation-error/validation-error.module.ts +0 -24
  604. package/projects/corecomponents/src/lib/components/view-mode-buttons/content-view-mode.enum.ts +0 -9
  605. package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.component.ts +0 -63
  606. package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.module.ts +0 -19
  607. package/projects/corecomponents/src/lib/core/abstract/collection-based-component.ts +0 -488
  608. package/projects/corecomponents/src/lib/core/config/device-environment.ts +0 -26
  609. package/projects/corecomponents/src/lib/core/constant/default-upper-bound-for-range-components.ts +0 -4
  610. package/projects/corecomponents/src/lib/core/constant/java-max-int.ts +0 -1
  611. package/projects/corecomponents/src/lib/core/constant/number-inputs-key-down-white-list.ts +0 -46
  612. package/projects/corecomponents/src/lib/core/decorator/input-boolean.decorator.ts +0 -35
  613. package/projects/corecomponents/src/lib/core/enum/co-direction.ts +0 -7
  614. package/projects/corecomponents/src/lib/core/enum/co-document-image-display-kind.enum.ts +0 -5
  615. package/projects/corecomponents/src/lib/core/enum/co-document-type.enum.ts +0 -9
  616. package/projects/corecomponents/src/lib/core/enum/co-orientation.ts +0 -18
  617. package/projects/corecomponents/src/lib/core/enum/collection-based-component-input-driver-prop.enum.ts +0 -10
  618. package/projects/corecomponents/src/lib/core/enum/color-sequence-name.enum.ts +0 -5
  619. package/projects/corecomponents/src/lib/core/enum/core-components-icon.enum.ts +0 -299
  620. package/projects/corecomponents/src/lib/core/enum/file-type-internal.enum.ts +0 -15
  621. package/projects/corecomponents/src/lib/core/enum/file-type.enum.ts +0 -9
  622. package/projects/corecomponents/src/lib/core/enum/filterItem-mode.enum.ts +0 -57
  623. package/projects/corecomponents/src/lib/core/enum/float-label-type.enum.ts +0 -5
  624. package/projects/corecomponents/src/lib/core/enum/input-number-picker-show-mode.enum.ts +0 -6
  625. package/projects/corecomponents/src/lib/core/enum/input-text-type.enum.ts +0 -4
  626. package/projects/corecomponents/src/lib/core/enum/keyboard-code.enum.ts +0 -72
  627. package/projects/corecomponents/src/lib/core/enum/keyboard-key.enum.ts +0 -78
  628. package/projects/corecomponents/src/lib/core/enum/logical-operator-type.enum.ts +0 -5
  629. package/projects/corecomponents/src/lib/core/enum/object-right-type.enum.ts +0 -5
  630. package/projects/corecomponents/src/lib/core/enum/popup-button-type.enum.ts +0 -10
  631. package/projects/corecomponents/src/lib/core/enum/popup-type.enum.ts +0 -9
  632. package/projects/corecomponents/src/lib/core/enum/schedule-view.enum.ts +0 -14
  633. package/projects/corecomponents/src/lib/core/enum/search-data-type.ts +0 -4
  634. package/projects/corecomponents/src/lib/core/enum/search-property-state.ts +0 -5
  635. package/projects/corecomponents/src/lib/core/enum/sort-data-type.ts +0 -6
  636. package/projects/corecomponents/src/lib/core/enum/sort-direction.ts +0 -9
  637. package/projects/corecomponents/src/lib/core/enum/table-name.enum.ts +0 -79
  638. package/projects/corecomponents/src/lib/core/enum/value-comparison-type.ts +0 -11
  639. package/projects/corecomponents/src/lib/core/function/any-nill.function.ts +0 -6
  640. package/projects/corecomponents/src/lib/core/function/is-nill.function.ts +0 -4
  641. package/projects/corecomponents/src/lib/core/function/none-nill.function.ts +0 -16
  642. package/projects/corecomponents/src/lib/core/function/not-nill.function.ts +0 -4
  643. package/projects/corecomponents/src/lib/core/interface/search-property.ts +0 -15
  644. package/projects/corecomponents/src/lib/core/interface/sort-property.ts +0 -16
  645. package/projects/corecomponents/src/lib/core/model/bounds-constrained-number-value.ts +0 -222
  646. package/projects/corecomponents/src/lib/core/model/check-precision-and-scale-result.ts +0 -5
  647. package/projects/corecomponents/src/lib/core/model/check-within-stepped-bounds-result.ts +0 -8
  648. package/projects/corecomponents/src/lib/core/model/co-document-right.bo.ts +0 -9
  649. package/projects/corecomponents/src/lib/core/model/co-document.bo.ts +0 -193
  650. package/projects/corecomponents/src/lib/core/model/color-sequence.ts +0 -39
  651. package/projects/corecomponents/src/lib/core/model/color.ts +0 -29
  652. package/projects/corecomponents/src/lib/core/model/core-components-icon-svg.ts +0 -299
  653. package/projects/corecomponents/src/lib/core/model/element-position.ts +0 -14
  654. package/projects/corecomponents/src/lib/core/model/event/number-prompt-result-event.ts +0 -10
  655. package/projects/corecomponents/src/lib/core/model/event/string-prompt-result-event.ts +0 -10
  656. package/projects/corecomponents/src/lib/core/model/numerical-range.ts +0 -19
  657. package/projects/corecomponents/src/lib/core/service/form-input-user-change-listener.service.ts +0 -31
  658. package/projects/corecomponents/src/lib/core/service/form-master.service.ts +0 -119
  659. package/projects/corecomponents/src/lib/core/service/ng-zone-wrapper.service.ts +0 -15
  660. package/projects/corecomponents/src/lib/core/utils/array-utils.spec.ts +0 -588
  661. package/projects/corecomponents/src/lib/core/utils/array-utils.ts +0 -301
  662. package/projects/corecomponents/src/lib/core/utils/browser-utils.ts +0 -123
  663. package/projects/corecomponents/src/lib/core/utils/business-object-utils.ts +0 -42
  664. package/projects/corecomponents/src/lib/core/utils/css-utils.ts +0 -276
  665. package/projects/corecomponents/src/lib/core/utils/direction-enum-utils.ts +0 -15
  666. package/projects/corecomponents/src/lib/core/utils/element-ref.utils.ts +0 -12
  667. package/projects/corecomponents/src/lib/core/utils/event-utils.ts +0 -61
  668. package/projects/corecomponents/src/lib/core/utils/file-utils.ts +0 -291
  669. package/projects/corecomponents/src/lib/core/utils/number-utils.spec.ts +0 -657
  670. package/projects/corecomponents/src/lib/core/utils/number-utils.ts +0 -350
  671. package/projects/corecomponents/src/lib/core/utils/object-utils.ts +0 -205
  672. package/projects/corecomponents/src/lib/core/utils/parameter-value-conversion-utils.ts +0 -116
  673. package/projects/corecomponents/src/lib/core/utils/search-utils.ts +0 -121
  674. package/projects/corecomponents/src/lib/core/utils/sort-utils.ts +0 -108
  675. package/projects/corecomponents/src/lib/core/utils/string-utils.ts +0 -100
  676. package/projects/corecomponents/src/lib/core/validator/email.validator.ts +0 -10
  677. package/projects/corecomponents/src/lib/core/validator/equal.validator.ts +0 -14
  678. package/projects/corecomponents/src/lib/core/validator/max-string-length.validator.ts +0 -11
  679. package/projects/corecomponents/src/lib/core/validator/password.validator.ts +0 -35
  680. package/projects/corecomponents/src/lib/core/validator/precision-scale.validator.ts +0 -14
  681. package/projects/corecomponents/src/lib/core/validator/required.validator.ts +0 -9
  682. package/projects/corecomponents/src/lib/directives/align-with/align-with.directive.ts +0 -158
  683. package/projects/corecomponents/src/lib/directives/align-with/align-with.module.ts +0 -13
  684. package/projects/corecomponents/src/lib/directives/clickoutside/click-outside-master.service.ts +0 -64
  685. package/projects/corecomponents/src/lib/directives/clickoutside/click-outside.directive.ts +0 -72
  686. package/projects/corecomponents/src/lib/directives/clickoutside/clickoutside.module.ts +0 -17
  687. package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.directive.ts +0 -55
  688. package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.module.ts +0 -13
  689. package/projects/corecomponents/src/lib/directives/overlay/overlay-parent.directive.ts +0 -20
  690. package/projects/corecomponents/src/lib/directives/overlay/overlay.directive.ts +0 -170
  691. package/projects/corecomponents/src/lib/directives/overlay/overlay.module.ts +0 -16
  692. package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.directive.ts +0 -42
  693. package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.module.ts +0 -13
  694. package/projects/corecomponents/src/lib/directives/resize/resize-detect.directive.ts +0 -54
  695. package/projects/corecomponents/src/lib/directives/resize/resize-detect.module.ts +0 -13
  696. package/projects/corecomponents/src/lib/directives/ripple/ripple-ref.ts +0 -28
  697. package/projects/corecomponents/src/lib/directives/ripple/ripple-renderer.ts +0 -217
  698. package/projects/corecomponents/src/lib/directives/ripple/ripple.directive.ts +0 -116
  699. package/projects/corecomponents/src/lib/directives/ripple/ripple.module.ts +0 -24
  700. package/projects/corecomponents/src/lib/directives/ripple/scroll-dispatcher.service.ts +0 -129
  701. package/projects/corecomponents/src/lib/directives/ripple/scrollable.directive.ts +0 -37
  702. package/projects/corecomponents/src/lib/directives/ripple/viewport-ruler.service.ts +0 -84
  703. package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.directive.ts +0 -170
  704. package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.module.ts +0 -16
  705. package/projects/corecomponents/src/lib/directives/stopclick/stop-click.directive.ts +0 -35
  706. package/projects/corecomponents/src/lib/directives/stopclick/stop-click.module.ts +0 -14
  707. package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.directive.ts +0 -71
  708. package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.module.ts +0 -13
  709. package/projects/corecomponents/src/lib/directives/tooltip/tooltip-directive.module.ts +0 -17
  710. package/projects/corecomponents/src/lib/directives/tooltip/tooltip.directive.ts +0 -94
  711. package/projects/corecomponents/src/lib/interfaces/dialog-response.interface.ts +0 -7
  712. package/projects/corecomponents/src/lib/interfaces/lov-options.component.interface.ts +0 -4
  713. package/projects/corecomponents/src/lib/interfaces/screen-config-adapter-component-interface-name.ts +0 -6
  714. package/projects/corecomponents/src/lib/interfaces/screen-config-adapter.component.interface.ts +0 -10
  715. package/projects/corecomponents/src/lib/model/data-item.ts +0 -9
  716. package/projects/corecomponents/src/lib/model/enum/app-button-type.enum.ts +0 -9
  717. package/projects/corecomponents/src/lib/model/enum/app-popup-type.enum.ts +0 -6
  718. package/projects/corecomponents/src/lib/model/enum/currency-code.enum.ts +0 -7
  719. package/projects/corecomponents/src/lib/model/enum/language-code.enum.ts +0 -8
  720. package/projects/corecomponents/src/lib/model/icon-list-item.ts +0 -7
  721. package/projects/corecomponents/src/lib/model/map/currencies.map.ts +0 -6
  722. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.component.ts +0 -115
  723. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.css +0 -34
  724. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-manager.service.ts +0 -414
  725. package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop.module.ts +0 -20
  726. package/projects/corecomponents/src/lib/modules/drag-drop/draggable.directive.ts +0 -70
  727. package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drag-event.ts +0 -5
  728. package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drop-event.ts +0 -9
  729. package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container-element.ts +0 -7
  730. package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container.ts +0 -9
  731. package/projects/corecomponents/src/lib/modules/media-monitor/flex-layout-breakpoint.enum.ts +0 -5
  732. package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.module.ts +0 -14
  733. package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.service.ts +0 -36
  734. package/projects/corecomponents/src/lib/modules/pagination/paginate.pipe.ts +0 -116
  735. package/projects/corecomponents/src/lib/modules/pagination/pagination-instance.ts +0 -18
  736. package/projects/corecomponents/src/lib/modules/pagination/pagination.component.ts +0 -229
  737. package/projects/corecomponents/src/lib/modules/pagination/pagination.module.ts +0 -25
  738. package/projects/corecomponents/src/lib/modules/pagination/pagination.service.ts +0 -98
  739. package/projects/corecomponents/src/lib/pipes/append.pipe.module.ts +0 -13
  740. package/projects/corecomponents/src/lib/pipes/append.pipe.ts +0 -17
  741. package/projects/corecomponents/src/lib/pipes/co-currency-pipe.module.ts +0 -13
  742. package/projects/corecomponents/src/lib/pipes/co-currency.pipe.ts +0 -45
  743. package/projects/corecomponents/src/lib/pipes/emun-keys.pipe.ts +0 -20
  744. package/projects/corecomponents/src/lib/pipes/enum-keys-pipe.module.ts +0 -13
  745. package/projects/corecomponents/src/lib/pipes/file-type-image-pipe.module.ts +0 -13
  746. package/projects/corecomponents/src/lib/pipes/file-type-image.pipe.ts +0 -45
  747. package/projects/corecomponents/src/lib/pipes/filter.pipe.module.ts +0 -13
  748. package/projects/corecomponents/src/lib/pipes/filter.pipe.ts +0 -14
  749. package/projects/corecomponents/src/lib/pipes/master-pipe.module.ts +0 -13
  750. package/projects/corecomponents/src/lib/pipes/master.pipe.ts +0 -71
  751. package/projects/corecomponents/src/lib/pipes/prepend.pipe.module.ts +0 -13
  752. package/projects/corecomponents/src/lib/pipes/prepend.pipe.ts +0 -17
  753. package/projects/corecomponents/src/lib/pipes/price-display-pipe.module.ts +0 -14
  754. package/projects/corecomponents/src/lib/pipes/price-display.pipe.ts +0 -20
  755. package/projects/corecomponents/src/lib/pipes/safe-style.pipe.module.ts +0 -13
  756. package/projects/corecomponents/src/lib/pipes/safe-style.pipe.ts +0 -14
  757. package/projects/corecomponents/src/lib/pipes/ucfirst-pipe.module.ts +0 -13
  758. package/projects/corecomponents/src/lib/pipes/ucfirst.pipe.ts +0 -14
  759. package/projects/corecomponents/src/lib/service/base-module-screen-config.service.ts +0 -241
  760. package/projects/corecomponents/src/lib/service/base-module.service.ts +0 -50
  761. package/projects/corecomponents/src/lib/service/color-sequence.service.ts +0 -50
  762. package/projects/corecomponents/src/lib/service/overlay.service.ts +0 -81
  763. package/projects/corecomponents/src/lib/translation/core-components-translation.module.ts +0 -27
  764. package/projects/corecomponents/src/lib/translation/core-components-translation.service.ts +0 -15
  765. package/projects/corecomponents/src/lib/translation/core-dictionary.service.ts +0 -27
  766. package/projects/corecomponents/src/lib/translation/core-localize.pipe.ts +0 -21
  767. package/projects/corecomponents/src/public-api.ts +0 -139
  768. package/projects/corecomponents/src/res/icons/Barcode.svg +0 -1
  769. package/projects/corecomponents/src/res/icons/CashRegister.svg +0 -1
  770. package/projects/corecomponents/src/res/icons/CirclePlusSkinny.svg +0 -1
  771. package/projects/corecomponents/src/res/icons/CrossSkinny.svg +0 -1
  772. package/projects/corecomponents/src/res/icons/FolderArrow.svg +0 -1
  773. package/projects/corecomponents/src/res/icons/Home.svg +0 -1
  774. package/projects/corecomponents/src/res/icons/POS.svg +0 -1
  775. package/projects/corecomponents/src/res/icons/Shop.svg +0 -1
  776. package/projects/corecomponents/src/res/icons/SinglePerson.svg +0 -1
  777. package/projects/corecomponents/src/res/icons/Star.svg +0 -1
  778. package/projects/corecomponents/src/res/icons/TrashBin.svg +0 -1
  779. package/projects/corecomponents/src/res/icons/account.svg +0 -1
  780. package/projects/corecomponents/src/res/icons/account_round_open.svg +0 -1
  781. package/projects/corecomponents/src/res/icons/activities.svg +0 -1
  782. package/projects/corecomponents/src/res/icons/add_to_cart_drop.svg +0 -1
  783. package/projects/corecomponents/src/res/icons/arrow_down.svg +0 -1
  784. package/projects/corecomponents/src/res/icons/arrow_fat_left.svg +0 -1
  785. package/projects/corecomponents/src/res/icons/arrow_fat_right.svg +0 -1
  786. package/projects/corecomponents/src/res/icons/arrow_left.svg +0 -4
  787. package/projects/corecomponents/src/res/icons/arrow_left_round_open.svg +0 -1
  788. package/projects/corecomponents/src/res/icons/arrow_point_down.svg +0 -6
  789. package/projects/corecomponents/src/res/icons/arrow_point_left.svg +0 -8
  790. package/projects/corecomponents/src/res/icons/arrow_point_right.svg +0 -8
  791. package/projects/corecomponents/src/res/icons/arrow_point_up.svg +0 -8
  792. package/projects/corecomponents/src/res/icons/arrow_right_round_open.svg +0 -1
  793. package/projects/corecomponents/src/res/icons/arrow_scroll_down.svg +0 -6
  794. package/projects/corecomponents/src/res/icons/arrow_scroll_left.svg +0 -22
  795. package/projects/corecomponents/src/res/icons/arrow_scroll_right.svg +0 -22
  796. package/projects/corecomponents/src/res/icons/arrow_scroll_up.svg +0 -6
  797. package/projects/corecomponents/src/res/icons/arrow_up.svg +0 -3
  798. package/projects/corecomponents/src/res/icons/article.svg +0 -1
  799. package/projects/corecomponents/src/res/icons/article_with_fold.svg +0 -1
  800. package/projects/corecomponents/src/res/icons/asterisk_small.svg +0 -1
  801. package/projects/corecomponents/src/res/icons/attachments.svg +0 -1
  802. package/projects/corecomponents/src/res/icons/back_to_top.svg +0 -1
  803. package/projects/corecomponents/src/res/icons/big_mac.svg +0 -6
  804. package/projects/corecomponents/src/res/icons/boxes.svg +0 -1
  805. package/projects/corecomponents/src/res/icons/brush.svg +0 -1
  806. package/projects/corecomponents/src/res/icons/brush_round_open.svg +0 -1
  807. package/projects/corecomponents/src/res/icons/building_columns.svg +0 -1
  808. package/projects/corecomponents/src/res/icons/businessrules.svg +0 -1
  809. package/projects/corecomponents/src/res/icons/calendar.svg +0 -1
  810. package/projects/corecomponents/src/res/icons/calendar_day.svg +0 -37
  811. package/projects/corecomponents/src/res/icons/calendar_day_regular.svg +0 -1
  812. package/projects/corecomponents/src/res/icons/calendar_empty.svg +0 -16
  813. package/projects/corecomponents/src/res/icons/calendar_range.svg +0 -1
  814. package/projects/corecomponents/src/res/icons/calendar_round_open.svg +0 -16
  815. package/projects/corecomponents/src/res/icons/camera.svg +0 -1
  816. package/projects/corecomponents/src/res/icons/cancel.svg +0 -1
  817. package/projects/corecomponents/src/res/icons/cancel_round_filled.svg +0 -1
  818. package/projects/corecomponents/src/res/icons/cancel_round_open.svg +0 -1
  819. package/projects/corecomponents/src/res/icons/cart.svg +0 -1
  820. package/projects/corecomponents/src/res/icons/cart_open.svg +0 -8
  821. package/projects/corecomponents/src/res/icons/case_manager.svg +0 -1
  822. package/projects/corecomponents/src/res/icons/cash_register_simple.svg +0 -1
  823. package/projects/corecomponents/src/res/icons/change_location.svg +0 -1
  824. package/projects/corecomponents/src/res/icons/check.svg +0 -1
  825. package/projects/corecomponents/src/res/icons/check_duotone.svg +0 -1
  826. package/projects/corecomponents/src/res/icons/check_round.svg +0 -1
  827. package/projects/corecomponents/src/res/icons/check_round_open.svg +0 -10
  828. package/projects/corecomponents/src/res/icons/check_simple.svg +0 -3
  829. package/projects/corecomponents/src/res/icons/check_thin.svg +0 -1
  830. package/projects/corecomponents/src/res/icons/chevron_down_regular.svg +0 -1
  831. package/projects/corecomponents/src/res/icons/chevron_up_regular.svg +0 -1
  832. package/projects/corecomponents/src/res/icons/client.svg +0 -1
  833. package/projects/corecomponents/src/res/icons/clock.svg +0 -1
  834. package/projects/corecomponents/src/res/icons/clockArrow.svg +0 -1
  835. package/projects/corecomponents/src/res/icons/cogWheelPlus.svg +0 -1
  836. package/projects/corecomponents/src/res/icons/cogWheels.svg +0 -1
  837. package/projects/corecomponents/src/res/icons/column_options.svg +0 -18
  838. package/projects/corecomponents/src/res/icons/company.svg +0 -1
  839. package/projects/corecomponents/src/res/icons/company_flat.svg +0 -4
  840. package/projects/corecomponents/src/res/icons/configurable.svg +0 -1
  841. package/projects/corecomponents/src/res/icons/consultant.svg +0 -1
  842. package/projects/corecomponents/src/res/icons/copy.svg +0 -1
  843. package/projects/corecomponents/src/res/icons/crosshair_1.svg +0 -1
  844. package/projects/corecomponents/src/res/icons/dashboard.svg +0 -1
  845. package/projects/corecomponents/src/res/icons/delivery_method.svg +0 -32
  846. package/projects/corecomponents/src/res/icons/delivery_status_uncheck.svg +0 -9
  847. package/projects/corecomponents/src/res/icons/delivery_truck.svg +0 -1
  848. package/projects/corecomponents/src/res/icons/detail_record.svg +0 -1
  849. package/projects/corecomponents/src/res/icons/detail_view.svg +0 -1
  850. package/projects/corecomponents/src/res/icons/dictionary.svg +0 -1
  851. package/projects/corecomponents/src/res/icons/documentWrench.svg +0 -1
  852. package/projects/corecomponents/src/res/icons/documents.svg +0 -1
  853. package/projects/corecomponents/src/res/icons/dollar.svg +0 -1
  854. package/projects/corecomponents/src/res/icons/download.svg +0 -1
  855. package/projects/corecomponents/src/res/icons/dropdown.svg +0 -4
  856. package/projects/corecomponents/src/res/icons/dropzone.svg +0 -1
  857. package/projects/corecomponents/src/res/icons/edit_pencil.svg +0 -1
  858. package/projects/corecomponents/src/res/icons/edit_pencil_circle.svg +0 -1
  859. package/projects/corecomponents/src/res/icons/edit_pencil_round.svg +0 -11
  860. package/projects/corecomponents/src/res/icons/edit_pencil_simple.svg +0 -16
  861. package/projects/corecomponents/src/res/icons/email.svg +0 -1
  862. package/projects/corecomponents/src/res/icons/email_round_open.svg +0 -6
  863. package/projects/corecomponents/src/res/icons/employee.svg +0 -1
  864. package/projects/corecomponents/src/res/icons/employee_two.svg +0 -1
  865. package/projects/corecomponents/src/res/icons/employer.svg +0 -1
  866. package/projects/corecomponents/src/res/icons/employment.svg +0 -1
  867. package/projects/corecomponents/src/res/icons/employment_end.svg +0 -7
  868. package/projects/corecomponents/src/res/icons/equal.svg +0 -1
  869. package/projects/corecomponents/src/res/icons/euro.svg +0 -1
  870. package/projects/corecomponents/src/res/icons/exclamation.svg +0 -1
  871. package/projects/corecomponents/src/res/icons/exclamation_round_open.svg +0 -1
  872. package/projects/corecomponents/src/res/icons/eye_circle.svg +0 -1
  873. package/projects/corecomponents/src/res/icons/eye_circle_large.svg +0 -1
  874. package/projects/corecomponents/src/res/icons/eye_round_filled.svg +0 -11
  875. package/projects/corecomponents/src/res/icons/factory.svg +0 -1
  876. package/projects/corecomponents/src/res/icons/fasttrack.svg +0 -1
  877. package/projects/corecomponents/src/res/icons/filter.svg +0 -1
  878. package/projects/corecomponents/src/res/icons/finish.svg +0 -1
  879. package/projects/corecomponents/src/res/icons/fixed_option_value_tree.svg +0 -1
  880. package/projects/corecomponents/src/res/icons/fixed_tree_option_value.svg +0 -1
  881. package/projects/corecomponents/src/res/icons/floppy_disk_solid.svg +0 -1
  882. package/projects/corecomponents/src/res/icons/folder_arrow_in.svg +0 -8
  883. package/projects/corecomponents/src/res/icons/formula.svg +0 -1
  884. package/projects/corecomponents/src/res/icons/fullscreen.svg +0 -6
  885. package/projects/corecomponents/src/res/icons/gear_double.svg +0 -21
  886. package/projects/corecomponents/src/res/icons/global_search.svg +0 -45
  887. package/projects/corecomponents/src/res/icons/globe.svg +0 -1
  888. package/projects/corecomponents/src/res/icons/greater_than.svg +0 -1
  889. package/projects/corecomponents/src/res/icons/groupby.svg +0 -1
  890. package/projects/corecomponents/src/res/icons/hamburger.svg +0 -1
  891. package/projects/corecomponents/src/res/icons/hand_pointer.svg +0 -1
  892. package/projects/corecomponents/src/res/icons/hbarchart.svg +0 -6
  893. package/projects/corecomponents/src/res/icons/home_circle.svg +0 -9
  894. package/projects/corecomponents/src/res/icons/home_open.svg +0 -7
  895. package/projects/corecomponents/src/res/icons/home_round_open.svg +0 -11
  896. package/projects/corecomponents/src/res/icons/hourglass.svg +0 -1
  897. package/projects/corecomponents/src/res/icons/icon_3d.svg +0 -1
  898. package/projects/corecomponents/src/res/icons/id.svg +0 -1
  899. package/projects/corecomponents/src/res/icons/image.svg +0 -1
  900. package/projects/corecomponents/src/res/icons/incoming_storage.svg +0 -1
  901. package/projects/corecomponents/src/res/icons/information.svg +0 -1
  902. package/projects/corecomponents/src/res/icons/information_round_open.svg +0 -6
  903. package/projects/corecomponents/src/res/icons/input_multiplechoice.svg +0 -1
  904. package/projects/corecomponents/src/res/icons/input_text.svg +0 -1
  905. package/projects/corecomponents/src/res/icons/input_textarea.svg +0 -1
  906. package/projects/corecomponents/src/res/icons/inventory.svg +0 -1
  907. package/projects/corecomponents/src/res/icons/invoice.svg +0 -20
  908. package/projects/corecomponents/src/res/icons/ione_logo.svg +0 -1
  909. package/projects/corecomponents/src/res/icons/ione_logo_fat.svg +0 -1
  910. package/projects/corecomponents/src/res/icons/ione_status_next.svg +0 -43
  911. package/projects/corecomponents/src/res/icons/ione_workflow.svg +0 -62
  912. package/projects/corecomponents/src/res/icons/keyboard.svg +0 -1
  913. package/projects/corecomponents/src/res/icons/keychain.svg +0 -1
  914. package/projects/corecomponents/src/res/icons/label.svg +0 -5
  915. package/projects/corecomponents/src/res/icons/label_round_open.svg +0 -6
  916. package/projects/corecomponents/src/res/icons/landmark_flag.svg +0 -1
  917. package/projects/corecomponents/src/res/icons/library.svg +0 -21
  918. package/projects/corecomponents/src/res/icons/linechart.svg +0 -1
  919. package/projects/corecomponents/src/res/icons/link_circle.svg +0 -1
  920. package/projects/corecomponents/src/res/icons/linked_products.svg +0 -1
  921. package/projects/corecomponents/src/res/icons/list_view.svg +0 -8
  922. package/projects/corecomponents/src/res/icons/location.svg +0 -1
  923. package/projects/corecomponents/src/res/icons/lock.svg +0 -1
  924. package/projects/corecomponents/src/res/icons/lock_round_open.svg +0 -8
  925. package/projects/corecomponents/src/res/icons/logo.svg +0 -1
  926. package/projects/corecomponents/src/res/icons/logout.svg +0 -1
  927. package/projects/corecomponents/src/res/icons/magic_wand.svg +0 -1
  928. package/projects/corecomponents/src/res/icons/magnifier.svg +0 -5
  929. package/projects/corecomponents/src/res/icons/manager.svg +0 -12
  930. package/projects/corecomponents/src/res/icons/mask.svg +0 -1
  931. package/projects/corecomponents/src/res/icons/master_detail.svg +0 -1
  932. package/projects/corecomponents/src/res/icons/material_circle_large.svg +0 -1
  933. package/projects/corecomponents/src/res/icons/medal_bronze.svg +0 -23
  934. package/projects/corecomponents/src/res/icons/medal_gold.svg +0 -23
  935. package/projects/corecomponents/src/res/icons/medal_silver.svg +0 -23
  936. package/projects/corecomponents/src/res/icons/medical_officer.svg +0 -14
  937. package/projects/corecomponents/src/res/icons/microphone.svg +0 -1
  938. package/projects/corecomponents/src/res/icons/minus_round_open.svg +0 -1
  939. package/projects/corecomponents/src/res/icons/minus_simple.svg +0 -1
  940. package/projects/corecomponents/src/res/icons/mobile.svg +0 -1
  941. package/projects/corecomponents/src/res/icons/multi_select_check.svg +0 -10
  942. package/projects/corecomponents/src/res/icons/new_task.svg +0 -1
  943. package/projects/corecomponents/src/res/icons/not_equal.svg +0 -4
  944. package/projects/corecomponents/src/res/icons/note.svg +0 -1
  945. package/projects/corecomponents/src/res/icons/note_bordered.svg +0 -1
  946. package/projects/corecomponents/src/res/icons/notification.svg +0 -1
  947. package/projects/corecomponents/src/res/icons/option.svg +0 -1
  948. package/projects/corecomponents/src/res/icons/optionset.svg +0 -1
  949. package/projects/corecomponents/src/res/icons/order.svg +0 -1
  950. package/projects/corecomponents/src/res/icons/orderpicking.svg +0 -1
  951. package/projects/corecomponents/src/res/icons/outgoing_storage.svg +0 -1
  952. package/projects/corecomponents/src/res/icons/over_booking.svg +0 -1
  953. package/projects/corecomponents/src/res/icons/pause_circle.svg +0 -12
  954. package/projects/corecomponents/src/res/icons/pen_to_square_solid.svg +0 -1
  955. package/projects/corecomponents/src/res/icons/pencil_round_open.svg +0 -10
  956. package/projects/corecomponents/src/res/icons/phone.svg +0 -1
  957. package/projects/corecomponents/src/res/icons/phone_round_open.svg +0 -10
  958. package/projects/corecomponents/src/res/icons/piechart.svg +0 -24
  959. package/projects/corecomponents/src/res/icons/pin.svg +0 -9
  960. package/projects/corecomponents/src/res/icons/pin_round_open.svg +0 -11
  961. package/projects/corecomponents/src/res/icons/play_circle.svg +0 -1
  962. package/projects/corecomponents/src/res/icons/plus_round.svg +0 -9
  963. package/projects/corecomponents/src/res/icons/plus_round_open.svg +0 -1
  964. package/projects/corecomponents/src/res/icons/plus_simple.svg +0 -1
  965. package/projects/corecomponents/src/res/icons/plus_skinny.svg +0 -8
  966. package/projects/corecomponents/src/res/icons/plus_solid.svg +0 -1
  967. package/projects/corecomponents/src/res/icons/plus_stars.svg +0 -1
  968. package/projects/corecomponents/src/res/icons/pointer.svg +0 -7
  969. package/projects/corecomponents/src/res/icons/pointer_3d.svg +0 -8
  970. package/projects/corecomponents/src/res/icons/pointer_filled.svg +0 -6
  971. package/projects/corecomponents/src/res/icons/positioning.svg +0 -1
  972. package/projects/corecomponents/src/res/icons/pregnancy.svg +0 -18
  973. package/projects/corecomponents/src/res/icons/preset.svg +0 -1
  974. package/projects/corecomponents/src/res/icons/print.svg +0 -1
  975. package/projects/corecomponents/src/res/icons/product_properties.svg +0 -1
  976. package/projects/corecomponents/src/res/icons/purchase.svg +0 -15
  977. package/projects/corecomponents/src/res/icons/qrcode.svg +0 -59
  978. package/projects/corecomponents/src/res/icons/question.svg +0 -1
  979. package/projects/corecomponents/src/res/icons/radio_uncheck.svg +0 -1
  980. package/projects/corecomponents/src/res/icons/range.svg +0 -1
  981. package/projects/corecomponents/src/res/icons/range_select.svg +0 -1
  982. package/projects/corecomponents/src/res/icons/rectangles.svg +0 -15
  983. package/projects/corecomponents/src/res/icons/refresh.svg +0 -1
  984. package/projects/corecomponents/src/res/icons/relations.svg +0 -20
  985. package/projects/corecomponents/src/res/icons/remark.svg +0 -1
  986. package/projects/corecomponents/src/res/icons/remark_round_open.svg +0 -6
  987. package/projects/corecomponents/src/res/icons/report_in_type.svg +0 -1
  988. package/projects/corecomponents/src/res/icons/resize.svg +0 -3
  989. package/projects/corecomponents/src/res/icons/resize_down.svg +0 -1
  990. package/projects/corecomponents/src/res/icons/resize_up.svg +0 -1
  991. package/projects/corecomponents/src/res/icons/return_goods.svg +0 -4
  992. package/projects/corecomponents/src/res/icons/returns.svg +0 -1
  993. package/projects/corecomponents/src/res/icons/rotate_left_solid.svg +0 -1
  994. package/projects/corecomponents/src/res/icons/save_disk.svg +0 -15
  995. package/projects/corecomponents/src/res/icons/save_skinny.svg +0 -3
  996. package/projects/corecomponents/src/res/icons/scale_balanced.svg +0 -1
  997. package/projects/corecomponents/src/res/icons/scanner.svg +0 -1
  998. package/projects/corecomponents/src/res/icons/search_round_open.svg +0 -9
  999. package/projects/corecomponents/src/res/icons/sections.svg +0 -1
  1000. package/projects/corecomponents/src/res/icons/select_all_round.svg +0 -5
  1001. package/projects/corecomponents/src/res/icons/services.svg +0 -1
  1002. package/projects/corecomponents/src/res/icons/settings.svg +0 -20
  1003. package/projects/corecomponents/src/res/icons/shopping_cart.svg +0 -1
  1004. package/projects/corecomponents/src/res/icons/shopping_cart_nr.svg +0 -1
  1005. package/projects/corecomponents/src/res/icons/shortcut.svg +0 -1
  1006. package/projects/corecomponents/src/res/icons/skills.svg +0 -1
  1007. package/projects/corecomponents/src/res/icons/slide_in.svg +0 -1
  1008. package/projects/corecomponents/src/res/icons/slider_panel.svg +0 -7
  1009. package/projects/corecomponents/src/res/icons/small_tiles.svg +0 -1
  1010. package/projects/corecomponents/src/res/icons/smaller_than.svg +0 -1
  1011. package/projects/corecomponents/src/res/icons/sort_asc.svg +0 -1
  1012. package/projects/corecomponents/src/res/icons/sort_desc.svg +0 -1
  1013. package/projects/corecomponents/src/res/icons/star_round_open.svg +0 -6
  1014. package/projects/corecomponents/src/res/icons/status_active.svg +0 -1
  1015. package/projects/corecomponents/src/res/icons/status_adoption.svg +0 -1
  1016. package/projects/corecomponents/src/res/icons/status_fostercare.svg +0 -1
  1017. package/projects/corecomponents/src/res/icons/status_ill.svg +0 -10
  1018. package/projects/corecomponents/src/res/icons/status_leave.svg +0 -1
  1019. package/projects/corecomponents/src/res/icons/status_pregnancy.svg +0 -10
  1020. package/projects/corecomponents/src/res/icons/stock.svg +0 -1
  1021. package/projects/corecomponents/src/res/icons/stock_management.svg +0 -25
  1022. package/projects/corecomponents/src/res/icons/storage.svg +0 -1
  1023. package/projects/corecomponents/src/res/icons/supervisor.svg +0 -1
  1024. package/projects/corecomponents/src/res/icons/supplier.svg +0 -18
  1025. package/projects/corecomponents/src/res/icons/surgery.svg +0 -35
  1026. package/projects/corecomponents/src/res/icons/tablechart.svg +0 -15
  1027. package/projects/corecomponents/src/res/icons/tag.svg +0 -1
  1028. package/projects/corecomponents/src/res/icons/talk_too_much.svg +0 -7
  1029. package/projects/corecomponents/src/res/icons/target.svg +0 -1
  1030. package/projects/corecomponents/src/res/icons/task.svg +0 -1
  1031. package/projects/corecomponents/src/res/icons/thick_lines.svg +0 -1
  1032. package/projects/corecomponents/src/res/icons/thin_lines.svg +0 -1
  1033. package/projects/corecomponents/src/res/icons/three_sixty_view.svg +0 -1
  1034. package/projects/corecomponents/src/res/icons/thumb_bronze.svg +0 -29
  1035. package/projects/corecomponents/src/res/icons/thumb_gold.svg +0 -29
  1036. package/projects/corecomponents/src/res/icons/thumb_silver.svg +0 -29
  1037. package/projects/corecomponents/src/res/icons/timeline.svg +0 -1
  1038. package/projects/corecomponents/src/res/icons/transaction_detail.svg +0 -19
  1039. package/projects/corecomponents/src/res/icons/transactions.svg +0 -12
  1040. package/projects/corecomponents/src/res/icons/trash_can_solid.svg +0 -1
  1041. package/projects/corecomponents/src/res/icons/triangle_down.svg +0 -1
  1042. package/projects/corecomponents/src/res/icons/triangle_large.svg +0 -5
  1043. package/projects/corecomponents/src/res/icons/triangle_left.svg +0 -1
  1044. package/projects/corecomponents/src/res/icons/triangle_right.svg +0 -1
  1045. package/projects/corecomponents/src/res/icons/triangle_up.svg +0 -1
  1046. package/projects/corecomponents/src/res/icons/truck.svg +0 -1
  1047. package/projects/corecomponents/src/res/icons/truck_calendar.svg +0 -15
  1048. package/projects/corecomponents/src/res/icons/undo_round_open.svg +0 -1
  1049. package/projects/corecomponents/src/res/icons/user.svg +0 -9
  1050. package/projects/corecomponents/src/res/icons/variants.svg +0 -1
  1051. package/projects/corecomponents/src/res/icons/vbarchart.svg +0 -6
  1052. package/projects/corecomponents/src/res/icons/view.svg +0 -1
  1053. package/projects/corecomponents/src/res/icons/warehouse.svg +0 -1
  1054. package/projects/corecomponents/src/res/icons/watermark.svg +0 -10
  1055. package/projects/corecomponents/src/res/icons/website.svg +0 -1
  1056. package/projects/corecomponents/src/res/icons/wizard.svg +0 -18
  1057. package/projects/corecomponents/src/res/icons/wms.svg +0 -24
  1058. package/projects/corecomponents/src/res/icons/work_in_progress.svg +0 -10
  1059. package/projects/corecomponents/src/res/icons/work_in_progress_round_open.svg +0 -9
  1060. package/projects/corecomponents/src/res/icons/wrench.svg +0 -4
  1061. package/projects/corecomponents/src/res/icons/x_axis.svg +0 -5
  1062. package/projects/corecomponents/src/res/icons/y_axis.svg +0 -5
  1063. package/projects/corecomponents/src/test.ts +0 -28
  1064. package/projects/corecomponents/tsconfig.lib.json +0 -20
  1065. package/projects/corecomponents/tsconfig.lib.prod.json +0 -16
  1066. package/projects/corecomponents/tsconfig.spec.json +0 -17
  1067. package/scripts/export.bat +0 -9
  1068. package/scripts/merge-icons.js +0 -39
  1069. package/scripts/publish.bat +0 -6
  1070. package/src/app/app.component.scss +0 -36
  1071. package/src/app/app.component.spec.ts +0 -31
  1072. package/src/app/app.component.ts +0 -559
  1073. package/src/app/app.module.ts +0 -146
  1074. package/src/app/components/button-showcase.component.ts +0 -82
  1075. package/src/app/components/carousel-3d-showcase.component.ts +0 -70
  1076. package/src/app/components/checkbox-showcase.component.ts +0 -56
  1077. package/src/app/components/co-dialog-showcase.component.ts +0 -189
  1078. package/src/app/components/co-simple-grid-test.component.ts +0 -146
  1079. package/src/app/components/filter-item-showcase.component.ts +0 -178
  1080. package/src/app/components/forms-showcase.component.ts +0 -728
  1081. package/src/app/components/icon-showcase.component.ts +0 -72
  1082. package/src/app/components/input-checkbox-showcase.component.ts +0 -87
  1083. package/src/app/components/input-date-picker-showcase.component.ts +0 -90
  1084. package/src/app/components/input-number-picker-showcase.component.ts +0 -125
  1085. package/src/app/components/input-radio-button-showcase.component.ts +0 -87
  1086. package/src/app/components/input-scanner-showcase.component.ts +0 -35
  1087. package/src/app/components/input-text-showcase.component.ts +0 -217
  1088. package/src/app/components/input-time-showcase.component.ts +0 -104
  1089. package/src/app/components/number-picker-showcase.component.ts +0 -17
  1090. package/src/app/components/simple-grid-showcase.component.ts +0 -60
  1091. package/src/app/model/data-item.ts +0 -9
  1092. package/src/app/model/enum/currency-code.enum.ts +0 -7
  1093. package/src/app/model/enum/language-code.enum.ts +0 -8
  1094. package/src/app/model/map/currencies.map.ts +0 -6
  1095. package/src/app/service/showcase-data.service.ts +0 -1110
  1096. package/src/environments/environment.prod.ts +0 -3
  1097. package/src/environments/environment.ts +0 -16
  1098. package/src/favicon.ico +0 -0
  1099. package/src/index.html +0 -13
  1100. package/src/main.ts +0 -12
  1101. package/src/polyfills.ts +0 -65
  1102. package/src/styles.scss +0 -57
  1103. package/src/test.ts +0 -27
  1104. package/tsconfig.app.json +0 -15
  1105. package/tsconfig.json +0 -37
  1106. package/tsconfig.spec.json +0 -18
  1107. /package/{projects/corecomponents/src/lib → lib}/components/article-tile/article-tile.component.scss +0 -0
  1108. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_layout.scss +0 -0
  1109. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_material-definition.scss +0 -0
  1110. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_theme.scss +0 -0
  1111. /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/material.scss +0 -0
  1112. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_co-ripple.scss +0 -0
  1113. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_layout.scss +0 -0
  1114. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_material-definition.scss +0 -0
  1115. /package/{projects/corecomponents/src/lib → lib}/components/button/style/_theme.scss +0 -0
  1116. /package/{projects/corecomponents/src/lib → lib}/components/button/style/material.scss +0 -0
  1117. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_layout.scss +0 -0
  1118. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_material-definition.scss +0 -0
  1119. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_theme.scss +0 -0
  1120. /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/material.scss +0 -0
  1121. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_layout.scss +0 -0
  1122. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_material-definition.scss +0 -0
  1123. /package/{projects/corecomponents/src/lib → lib}/components/card/style/_theme.scss +0 -0
  1124. /package/{projects/corecomponents/src/lib → lib}/components/card/style/material.scss +0 -0
  1125. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_layout.scss +0 -0
  1126. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_material-definition.scss +0 -0
  1127. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_theme.scss +0 -0
  1128. /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/material.scss +0 -0
  1129. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_layout.scss +0 -0
  1130. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_material-definition.scss +0 -0
  1131. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_theme.scss +0 -0
  1132. /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/material.scss +0 -0
  1133. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_layout.scss +0 -0
  1134. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_material-definition.scss +0 -0
  1135. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_theme.scss +0 -0
  1136. /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/material.scss +0 -0
  1137. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_layout.scss +0 -0
  1138. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_material-definition.scss +0 -0
  1139. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_theme.scss +0 -0
  1140. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/material.scss +0 -0
  1141. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_layout.scss +0 -0
  1142. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_material-definition.scss +0 -0
  1143. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_theme.scss +0 -0
  1144. /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/material.scss +0 -0
  1145. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_layout.scss +0 -0
  1146. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_material-definition.scss +0 -0
  1147. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_theme.scss +0 -0
  1148. /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/material.scss +0 -0
  1149. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_layout.scss +0 -0
  1150. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_material-definition.scss +0 -0
  1151. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_theme.scss +0 -0
  1152. /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/material.scss +0 -0
  1153. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_layout.scss +0 -0
  1154. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_material-definition.scss +0 -0
  1155. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_theme.scss +0 -0
  1156. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/material.scss +0 -0
  1157. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_layout.scss +0 -0
  1158. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_material-definition.scss +0 -0
  1159. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_theme.scss +0 -0
  1160. /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/material.scss +0 -0
  1161. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_layout.scss +0 -0
  1162. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_material-definition.scss +0 -0
  1163. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_theme.scss +0 -0
  1164. /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/material.scss +0 -0
  1165. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_layout.scss +0 -0
  1166. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_material-definition.scss +0 -0
  1167. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_theme.scss +0 -0
  1168. /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/material.scss +0 -0
  1169. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_layout.scss +0 -0
  1170. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_material-definition.scss +0 -0
  1171. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_theme.scss +0 -0
  1172. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/material.scss +0 -0
  1173. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_layout.scss +0 -0
  1174. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_material-definition.scss +0 -0
  1175. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_theme.scss +0 -0
  1176. /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/material.scss +0 -0
  1177. /package/{projects/corecomponents/src/lib/components/icon-collapse-handle → lib/components/hour-scheduling/components/hour-scheduling-test-object}/style/_material-definition.scss +0 -0
  1178. /package/{projects/corecomponents/src/lib/components/icon → lib/components/hour-scheduling}/style/_material-definition.scss +0 -0
  1179. /package/{projects/corecomponents/src/lib/components/input-scanner → lib/components/hour-scheduling}/style/material.scss +0 -0
  1180. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_layout.scss +0 -0
  1181. /package/{projects/corecomponents/src/lib/components/level-indicator → lib/components/icon}/style/_material-definition.scss +0 -0
  1182. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_theme.scss +0 -0
  1183. /package/{projects/corecomponents/src/lib → lib}/components/icon/style/material.scss +0 -0
  1184. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_layout.scss +0 -0
  1185. /package/{projects/corecomponents/src/lib/components/input-scanner → lib/components/icon-collapse-handle}/style/_material-definition.scss +0 -0
  1186. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_theme.scss +0 -0
  1187. /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/material.scss +0 -0
  1188. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_layout.scss +0 -0
  1189. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_material-definition.scss +0 -0
  1190. /package/{projects/corecomponents/src/lib → lib}/components/image/style/_theme.scss +0 -0
  1191. /package/{projects/corecomponents/src/lib → lib}/components/image/style/material.scss +0 -0
  1192. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_layout.scss +0 -0
  1193. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_material-definition.scss +0 -0
  1194. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_theme.scss +0 -0
  1195. /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/material.scss +0 -0
  1196. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_layout.scss +0 -0
  1197. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_material-definition.scss +0 -0
  1198. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_theme.scss +0 -0
  1199. /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/material.scss +0 -0
  1200. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_layout.scss +0 -0
  1201. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_material-definition.scss +0 -0
  1202. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_theme.scss +0 -0
  1203. /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/material.scss +0 -0
  1204. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_layout.scss +0 -0
  1205. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_material-definition.scss +0 -0
  1206. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_theme.scss +0 -0
  1207. /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/material.scss +0 -0
  1208. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_layout.scss +0 -0
  1209. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_material-definition.scss +0 -0
  1210. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_theme.scss +0 -0
  1211. /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/material.scss +0 -0
  1212. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_layout.scss +0 -0
  1213. /package/{projects/corecomponents/src/lib/components/responsive-text → lib/components/input-scanner}/style/_material-definition.scss +0 -0
  1214. /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_theme.scss +0 -0
  1215. /package/{projects/corecomponents/src/lib/components/list-of-values → lib/components/input-scanner}/style/material.scss +0 -0
  1216. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_layout.scss +0 -0
  1217. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_material-definition.scss +0 -0
  1218. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_theme.scss +0 -0
  1219. /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/material.scss +0 -0
  1220. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_layout.scss +0 -0
  1221. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_material-definition.scss +0 -0
  1222. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_theme.scss +0 -0
  1223. /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/material.scss +0 -0
  1224. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_layout.scss +0 -0
  1225. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_material-definition.scss +0 -0
  1226. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_theme.scss +0 -0
  1227. /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/material.scss +0 -0
  1228. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_layout.scss +0 -0
  1229. /package/{projects/corecomponents/src/lib/components/tile → lib/components/level-indicator}/style/_material-definition.scss +0 -0
  1230. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_theme.scss +0 -0
  1231. /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/material.scss +0 -0
  1232. /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_layout.scss +0 -0
  1233. /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_material-definition.scss +0 -0
  1234. /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_theme.scss +0 -0
  1235. /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/material.scss +0 -0
  1236. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_layout.scss +0 -0
  1237. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_material-definition.scss +0 -0
  1238. /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_theme.scss +0 -0
  1239. /package/{projects/corecomponents/src/lib/components/loader → lib/components/list-of-values}/style/material.scss +0 -0
  1240. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_layout.scss +0 -0
  1241. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_material-definition.scss +0 -0
  1242. /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_theme.scss +0 -0
  1243. /package/{projects/corecomponents/src/lib/components/responsive-text → lib/components/loader}/style/material.scss +0 -0
  1244. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_layout.scss +0 -0
  1245. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_material-definition.scss +0 -0
  1246. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_theme.scss +0 -0
  1247. /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/material.scss +0 -0
  1248. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_layout.scss +0 -0
  1249. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_material-definition.scss +0 -0
  1250. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_theme.scss +0 -0
  1251. /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/material.scss +0 -0
  1252. /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-buttons.component.scss +0 -0
  1253. /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-window-shell.component.scss +0 -0
  1254. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_layout.scss +0 -0
  1255. /package/{projects/corecomponents/src/lib/modules/pagination → lib/components/responsive-text}/style/_material-definition.scss +0 -0
  1256. /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_theme.scss +0 -0
  1257. /package/{projects/corecomponents/src/lib/components/tile-select → lib/components/responsive-text}/style/material.scss +0 -0
  1258. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_layout.scss +0 -0
  1259. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_material-definition.scss +0 -0
  1260. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_theme.scss +0 -0
  1261. /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/material.scss +0 -0
  1262. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_layout.scss +0 -0
  1263. /package/{src/assets/.gitkeep → lib/components/tile/style/_material-definition.scss} +0 -0
  1264. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_theme.scss +0 -0
  1265. /package/{projects/corecomponents/src/lib → lib}/components/tile/style/material.scss +0 -0
  1266. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_layout.scss +0 -0
  1267. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_material-definition.scss +0 -0
  1268. /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_theme.scss +0 -0
  1269. /package/{projects/corecomponents/src/lib/components/tooltip → lib/components/tile-select}/style/material.scss +0 -0
  1270. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_layout.scss +0 -0
  1271. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_material-definition.scss +0 -0
  1272. /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_theme.scss +0 -0
  1273. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_layout.scss +0 -0
  1274. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_material-definition.scss +0 -0
  1275. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_theme.scss +0 -0
  1276. /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/material.scss +0 -0
  1277. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_layout.scss +0 -0
  1278. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_material-definition.scss +0 -0
  1279. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_theme.scss +0 -0
  1280. /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/material.scss +0 -0
  1281. /package/{projects/corecomponents/src/lib/interfaces/scanner-input.interface.ts → lib/interfaces/scanner-input.interface.d.ts} +0 -0
  1282. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_layout.scss +0 -0
  1283. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_theme.scss +0 -0
  1284. /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/material.scss +0 -0
  1285. /package/{projects/corecomponents/src/lib → lib}/style/_input.mixins.scss +0 -0
  1286. /package/{projects/corecomponents/src/lib → lib}/style/_mixin.scss +0 -0
  1287. /package/{projects/corecomponents/src/lib → lib}/style/_variables.scss +0 -0
  1288. /package/{projects/corecomponents/src/lib → lib}/style/corecomponents-globals.scss +0 -0
  1289. /package/{projects/corecomponents/src/lib → lib}/style/material2/_core.scss +0 -0
  1290. /package/{projects/corecomponents/src/lib → lib}/style/material2/_material2-scss-barrel.scss +0 -0
  1291. /package/{projects/corecomponents/src/lib → lib}/style/material2/ripple/_co-ripple.scss +0 -0
  1292. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_elevation.scss +0 -0
  1293. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_list-common.scss +0 -0
  1294. /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_variables.scss +0 -0
  1295. /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_palette.scss +0 -0
  1296. /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_theming.scss +0 -0
  1297. /package/{projects/corecomponents/src/lib → lib}/style/material2/typography/_typography.scss +0 -0
@@ -1,45 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
5
- <g>
6
- <path opacity="0.75" fill="#29363E" d="M33.5,21.5c0.1-0.1,0.2-0.1,0.3,0l0.8,0.6c0.1,0.1,0.1,0,0.1-0.1l-0.3-0.9
7
- c0-0.1,0-0.2,0.1-0.3l0.8-0.6c0.1-0.1,0.1-0.1,0-0.1l-1,0c-0.1,0-0.2-0.1-0.2-0.2l-0.3-0.9c0-0.1-0.1-0.1-0.1,0l-0.3,0.9
8
- c0,0.1-0.1,0.2-0.2,0.2l-1,0c-0.1,0-0.1,0.1,0,0.1l0.8,0.6c0.1,0.1,0.1,0.2,0.1,0.3L32.6,22c0,0.1,0,0.1,0.1,0.1L33.5,21.5z"/>
9
- <path opacity="0.5" fill="#29363E" d="M34.7,16.3L34,16.8c-0.1,0-0.1,0-0.1-0.1l0.3-0.8c0-0.1,0-0.2-0.1-0.2l-0.7-0.5
10
- c-0.1-0.1-0.1-0.1,0-0.1l0.9,0c0.1,0,0.2-0.1,0.2-0.2l0.3-0.8c0-0.1,0.1-0.1,0.1,0l0.3,0.8c0,0.1,0.1,0.1,0.2,0.2l0.9,0
11
- c0.1,0,0.1,0,0,0.1l-0.7,0.5c-0.1,0.1-0.1,0.2-0.1,0.2l0.2,0.8c0,0.1,0,0.1-0.1,0.1L35,16.3C34.9,16.3,34.8,16.3,34.7,16.3z"/>
12
- <path opacity="0.75" fill="#29363E" d="M30.5,26.2c0.1-0.1,0.2-0.1,0.3,0l0.9,0.6c0.1,0.1,0.1,0,0.1-0.1l-0.3-1.1
13
- c0-0.1,0-0.2,0.1-0.3l0.9-0.7c0.1-0.1,0.1-0.1,0-0.1l-1.1,0c-0.1,0-0.2-0.1-0.3-0.2l-0.4-1.1c0-0.1-0.1-0.1-0.1,0l-0.4,1.1
14
- c0,0.1-0.2,0.2-0.3,0.2l-1.1,0c-0.1,0-0.1,0.1,0,0.1l0.9,0.7c0.1,0.1,0.1,0.2,0.1,0.3l-0.3,1.1c0,0.1,0,0.1,0.1,0.1L30.5,26.2z"/>
15
- <path opacity="0.75" fill="#29363E" d="M26.2,30.6c0.1-0.1,0.3-0.1,0.4,0l1,0.7c0.1,0.1,0.2,0,0.1-0.1l-0.4-1.2
16
- c0-0.1,0-0.3,0.1-0.3l1-0.7c0.1-0.1,0.1-0.1,0-0.1l-1.2,0c-0.1,0-0.3-0.1-0.3-0.2l-0.4-1.2c0-0.1-0.1-0.1-0.1,0l-0.4,1.2
17
- c0,0.1-0.2,0.2-0.3,0.2l-1.2,0c-0.1,0-0.1,0.1,0,0.1l1,0.7c0.1,0.1,0.1,0.2,0.1,0.3l-0.4,1.2c0,0.1,0,0.2,0.1,0.1L26.2,30.6z"/>
18
- <path opacity="0.5" fill="#29363E" d="M14.9,36.4c0.1-0.1,0.2-0.1,0.3,0L16,37c0.1,0.1,0.1,0,0.1-0.1L15.8,36c0-0.1,0-0.2,0.1-0.3
19
- l0.8-0.6c0.1-0.1,0.1-0.1,0-0.1l-1,0c-0.1,0-0.2-0.1-0.2-0.2l-0.3-0.9c0-0.1-0.1-0.1-0.1,0l-0.3,0.9c0,0.1-0.1,0.2-0.2,0.2l-1,0
20
- c-0.1,0-0.1,0.1,0,0.1l0.8,0.6c0.1,0.1,0.1,0.2,0.1,0.3L14,36.9c0,0.1,0,0.1,0.1,0.1L14.9,36.4z"/>
21
- <path opacity="0.25" fill="#29363E" d="M19.3,25.3c0.1,0,0.2,0,0.2,0l0.6,0.4c0.1,0,0.1,0,0.1-0.1L20,25c0-0.1,0-0.2,0.1-0.2
22
- l0.6-0.4c0.1,0,0-0.1,0-0.1l-0.7,0c-0.1,0-0.2-0.1-0.2-0.1l-0.2-0.7c0-0.1-0.1-0.1-0.1,0l-0.2,0.7c0,0.1-0.1,0.1-0.2,0.1l-0.7,0
23
- c-0.1,0-0.1,0,0,0.1l0.6,0.4c0.1,0,0.1,0.1,0.1,0.2l-0.2,0.7c0,0.1,0,0.1,0.1,0.1L19.3,25.3z"/>
24
- <path opacity="0.4" fill="#29363E" d="M29.6,16.8c0.1,0,0.2,0,0.2,0l0.6,0.4c0.1,0,0.1,0,0.1-0.1l-0.2-0.7c0-0.1,0-0.2,0.1-0.2
25
- l0.6-0.4c0.1,0,0-0.1,0-0.1l-0.7,0c-0.1,0-0.2-0.1-0.2-0.1l-0.2-0.7c0-0.1-0.1-0.1-0.1,0l-0.2,0.7c0,0.1-0.1,0.1-0.2,0.1l-0.7,0
26
- c-0.1,0-0.1,0,0,0.1l0.6,0.4c0.1,0,0.1,0.1,0.1,0.2l-0.2,0.7c0,0.1,0,0.1,0.1,0.1L29.6,16.8z"/>
27
- <path opacity="0.4" fill="#29363E" d="M14.9,31.7c0.1,0,0.2,0,0.3,0l0.7,0.5c0.1,0,0.1,0,0.1-0.1l-0.3-0.8c0-0.1,0-0.2,0.1-0.2
28
- l0.7-0.5c0.1-0.1,0.1-0.1,0-0.1l-0.9,0c-0.1,0-0.2-0.1-0.2-0.2l-0.3-0.8c0-0.1-0.1-0.1-0.1,0l-0.3,0.8c0,0.1-0.1,0.1-0.2,0.2
29
- l-0.9,0c-0.1,0-0.1,0,0,0.1l0.7,0.5c0.1,0.1,0.1,0.2,0.1,0.2l-0.3,0.8c0,0.1,0,0.1,0.1,0.1L14.9,31.7z"/>
30
- <path opacity="0.75" fill="#29363E" d="M20.5,35c0.1-0.1,0.3-0.1,0.4,0l1,0.7c0.1,0.1,0.2,0,0.1-0.1l-0.4-1.2c0-0.1,0-0.3,0.1-0.3
31
- l1-0.7c0.1-0.1,0.1-0.1,0-0.1l-1.2,0c-0.1,0-0.3-0.1-0.3-0.2l-0.4-1.2c0-0.1-0.1-0.1-0.1,0L20.2,33c0,0.1-0.2,0.2-0.3,0.2l-1.2,0
32
- c-0.1,0-0.1,0.1,0,0.1l1,0.7c0.1,0.1,0.1,0.2,0.1,0.3l-0.4,1.2c0,0.1,0,0.2,0.1,0.1L20.5,35z"/>
33
- <path opacity="0.25" fill="#29363E" d="M24,20.8c0.1,0,0.2,0,0.2,0l0.6,0.4c0.1,0,0.1,0,0.1-0.1l-0.2-0.7c0-0.1,0-0.2,0.1-0.2
34
- l0.6-0.4c0.1,0,0-0.1,0-0.1l-0.7,0c-0.1,0-0.2-0.1-0.2-0.1l-0.2-0.7c0-0.1-0.1-0.1-0.1,0l-0.2,0.7c0,0.1-0.1,0.1-0.2,0.1l-0.7,0
35
- c-0.1,0-0.1,0,0,0.1l0.6,0.4c0.1,0,0.1,0.1,0.1,0.2l-0.2,0.7c0,0.1,0,0.1,0.1,0.1L24,20.8z"/>
36
- <path fill="#29363E" d="M25.5,27.7l0.3-0.8c-0.8,0.6-1.7,1-2.6,1.2l1.7,0C25.1,28.1,25.4,27.9,25.5,27.7z"/>
37
- <path fill="#29363E" d="M22.5,28.4c-0.1-0.1-0.1-0.1-0.1-0.1c-1.9,0.2-3.9-0.4-5.4-1.9c-2.6-2.6-2.6-6.8,0-9.4
38
- c2.6-2.6,6.8-2.6,9.4,0c1.8,1.8,2.4,4.5,1.6,6.8l1.3,0c0.2,0,0.5-0.2,0.5-0.4l0.5-1.4c0.1-2.3-0.8-4.7-2.5-6.4
39
- c-3.4-3.4-8.9-3.4-12.3,0c-3.4,3.4-3.4,8.9,0,12.3c2.4,2.4,5.9,3.1,8.9,2.1c0,0,0,0-0.1-0.1L22.5,28.4z"/>
40
- <path fill="#29363E" d="M27.6,28c0.1-0.1,0.2-0.1,0.2-0.2c0.4-0.4,0.7-0.8,1-1.2L29,26c0.1-0.2,0-0.5-0.2-0.6l-1.1-0.8
41
- c-0.2,0.5-0.6,1-1,1.4l0.6,1.7C27.3,27.8,27.4,27.9,27.6,28z"/>
42
- <path fill="#29363E" d="M36.4,32.8l-4.3-4.3c-0.6-0.6-1.6-0.7-2.3-0.4l0.4,0c0.2,0,0.3,0.1,0.1,0.3l-1.9,1.4
43
- c-0.2,0.1-0.3,0.4-0.2,0.7l0.6,1.8l4.1,4.1c0.8,0.8,2.1,0.8,2.9,0l0.7-0.7C37.2,34.9,37.2,33.6,36.4,32.8z"/>
44
- </g>
45
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25.86,37.19a14.53,14.53,0,0,1-8.31-2.75V40H34.18V34.44A14.54,14.54,0,0,1,25.86,37.19Z" fill="#484f60"/><path d="M25.81,36a12.39,12.39,0,0,1-12-9.41l0-.13L15,24.83l.11.65A10.92,10.92,0,1,0,21.22,13.7l-.21.1-.87-1.24.3-.14a12.14,12.14,0,0,1,5.37-1.24,12.42,12.42,0,1,1,0,24.83Z" fill="#484f60"/><polygon points="19.48 13.58 18.1 17.41 14.21 18.59 17.42 21.09 17.34 25.15 20.71 22.86 24.55 24.2 23.42 20.29 25.86 17.05 21.8 16.92 19.48 13.58" fill="#484f60"/><polygon points="11.9 14.69 13.84 14.34 15.27 15.68 15.54 13.73 17.26 12.79 15.49 11.93 15.12 10 13.76 11.42 11.81 11.17 12.74 12.91 11.9 14.69" fill="#484f60"/><polygon points="15.02 21.84 13.82 22.23 12.79 21.49 12.78 22.75 11.77 23.5 12.96 23.9 13.36 25.09 14.11 24.08 15.37 24.07 14.63 23.05 15.02 21.84" fill="#484f60"/><path d="M33.27,29.27l-.74-.56a8.46,8.46,0,0,0-2.36-12.35l.48-.8a9.32,9.32,0,0,1,4.54,8A9.23,9.23,0,0,1,33.27,29.27Z" fill="#484f60"/><rect x="14.36" y="38" width="23" height="2" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M18.63,13.81l14.65,9.58a.48.48,0,0,1,.23.42v2.38a.48.48,0,0,1-.23.42L18.63,36.19a.5.5,0,0,1-.69-.14L16.57,34a.49.49,0,0,1,.15-.69l12-7.84a.5.5,0,0,0,0-.84l-12-7.84a.49.49,0,0,1-.15-.69L17.94,14A.5.5,0,0,1,18.63,13.81Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="11.17" width="8" height="3" fill="#484f60"/><rect x="10" y="26.17" width="8" height="3" fill="#484f60"/><rect x="22" y="11.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="22" y="16.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="22" y="21.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="22" y="26.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="22" y="31.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="11.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="16.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="21.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="26.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="31.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="22" y="36.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="32" y="36.17" width="8" height="3" fill="#484f60" opacity="0.25"/><rect x="19.5" y="11.17" width="1" height="28" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="14" y="15.17" width="22" height="4" fill="#484f60"/><rect x="14" y="23.17" width="22" height="4" fill="#484f60"/><rect x="14" y="31.17" width="22" height="4" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M24.16,20.4,23,19.8l-2-3.19-1.56-2-.82-1.08-1.93-2L14,10H12.58l-.89.89L12.21,12l3.11,2.79L16,16.34l2.15,3.42,1,2.86.08.93.11,3-.3-1.08-1.22-1.19-1-1.22-2.22-2.23-1.34-.44-1.11.29-.89.78L13,23.29l2,2.49,2.71,4.71L20.45,33l2.3,1.45,3.08,1.33,2.41,1.27,2.53,1.3.3,1.63,7.61-7.57V31.27S37.53,30,37.42,30a20.15,20.15,0,0,1-1-2.08l-.6-2.42-.44-1.22-1.67-2.12-1.08-1.41-.63-1-1.12-1.45-1-1-1.68-1.09-.27.54,1.75,2.68-1.18-.59-1.09-1.87-1.69-1.75L24.35,15l0,.76L27,19.65l-1.19-.6L23.5,15.39,22,14.3l-1.63.15.22.71Z" fill="#484f60"/></svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
2
- <rect x="14" y="13.17" width="26" height="4" fill="#484f60"/>
3
- <rect x="14" y="21.17" width="15" height="4" fill="#484f60"/>
4
- <rect x="14" y="29.17" width="21" height="4" fill="#484f60"/>
5
- <path d="M11,12.17v25H40v1H10v-26Z" fill="#484f60"/>
6
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
5
- <g>
6
- <path d="M32,33H17.9V25.36H14.55L25,17.18l1.89,1.42V17.49h3v3.4l5.58,4.47H32ZM18.9,32H31V24.36h1.58l-3.74-3V18.49h-1v2.1L25,18.44l-7.55,5.92H18.9Z" fill="#484f60"/>
7
- <path d="M25,11.17a14,14,0,1,1-14,14,14,14,0,0,1,14-14m0-1a15,15,0,1,0,15,15,15,15,0,0,0-15-15Z" fill="#484f60"/>
8
- </g>
9
- </svg>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <path fill="#484F5F" d="M35.6,36.9H15.3v-11h-4.8l15-11.8l2.7,2v-1.6h4.3v4.9l8,6.4h-4.9V36.9z M16.7,35.5h17.4v-11h2.3L31,20.1V16
6
- h-1.4v3l-4.1-3.1l-10.9,8.5h2.1V35.5z"/>
7
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
5
- <g>
6
- <path fill="#29363E" d="M32,32.9H17.9v-7.7h-3.3L25,17l1.9,1.4v-1.1h3v3.4l5.6,4.5H32V32.9z M18.9,31.9H31v-7.7h1.6l-3.7-3v-2.9h-1
7
- v2.1L25,18.3l-7.6,5.9h1.5V31.9z"/>
8
- <path fill="#29363E" d="M25,11c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S17.3,11,25,11 M25,10c-8.3,0-15,6.7-15,15
9
- c0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15C40,16.7,33.3,10,25,10L25,10z"/>
10
- </g>
11
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M15.57,10c0,.31,5.35,1.2,9.43,1.19s9.43-.88,9.43-1.19v1.3c0,.31-5.5,1.17-9.43,1.19s-9.43-.88-9.43-1.19Z" fill="#484f60"/><path d="M26.65,25.26h-3.3l-5.64,11c0-.16.77.16,2.17.49C20.94,34,23.53,32,25,32c1.26,0,4,2,5.1,4.79,1.41-.34,2.19-.68,2.19-.52Z" fill="#484f60"/><path d="M34.43,38.53c0-.31-5.35,1.47-9.43,1.47-5.32,0-9.43-1.78-9.43-1.47v-1.3A31.69,31.69,0,0,0,25,38.7a44.9,44.9,0,0,0,9.43-1.47Z" fill="#484f60"/><path d="M25,13.81c-4.56,0-7.29-.56-7.29-.87l5.64,11h3.3l5.64-11C32.29,13.25,29.56,13.84,25,13.81Zm.84,8.79H24.16l-2-3.9A4.7,4.7,0,0,1,25,17.37a4.85,4.85,0,0,1,2.84,1.33Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="11.6 27.71 11.31 26.44 11.31 29.44 12.19 29.36 12.19 27.23 11.6 27.71" fill="#484f60" opacity="0.5"/><g opacity="0.5"><path d="M22.28,14.36v.16l-.77-.09-2.82.23v.26l-1.33-.14L14.79,15v.1L14.25,15l-2.94.25v6a5.59,5.59,0,0,1,.54-.35,7.46,7.46,0,0,1,1.1-.53v-5l1.84-.15v4.63a9.24,9.24,0,0,1,.92-.11l.49,0,.18,0V15.15L18.69,15V20.3a4.83,4.83,0,0,1,1.34.87l.2.2V14.83l2.05-.17v4.86l.94-.25.55-.14V14.54l3-.25-1.45-.18Z" fill="#484f60"/><path d="M31.47,13.58,26.91,14v4.65h0l1.39-.13V14.16l4.48-.37Z" fill="#484f60"/></g><path d="M34.3,14.11c0-2.13-1.47-2.51-3.17-2.84C32.6,11.6,33,13.07,33,14.4v4.14c0,.44.94.47,1.32.61,0-1.68,0-3.36,0-5" fill="#484f60" opacity="0.5"/><path d="M22.22,19.54l.06,0V14.36l3-.25v4.72l.27,0c.42-.07.86-.12,1.32-.17V14l4.56-.39v4.93a13.65,13.65,0,0,1,1.37.2l.15,0V14c0-.1,0-.2,0-.3a2.89,2.89,0,0,0,0-.29l-.06-.28a2,2,0,0,0-.08-.26,1.89,1.89,0,0,0-.11-.25l-.12-.24-.15-.21-.16-.2-.18-.17-.19-.15-.2-.13-.22-.1-.19-.06-.21-.05-.21,0h-.33l-19,2.05-.17,0-.16.06-.15.07-.15.1-.13.11a.8.8,0,0,0-.13.13,1.58,1.58,0,0,0-.12.15l-.12.16-.09.17-.09.19a1.67,1.67,0,0,0-.08.2,1.42,1.42,0,0,0-.07.22,1.29,1.29,0,0,0,0,.21,1.57,1.57,0,0,0,0,.23,1.64,1.64,0,0,0,0,.23,1.93,1.93,0,0,0,0,.24V29a5.8,5.8,0,0,0,0,.48,1.7,1.7,0,0,0,0,.22,1.42,1.42,0,0,0,0,.22,1.72,1.72,0,0,0,.07.21,1.19,1.19,0,0,0,.08.2l.09.19.09.17.12.17a2.4,2.4,0,0,0,.25.27,1.42,1.42,0,0,0,.13.12l.15.09.15.08.16.05a.76.76,0,0,0,.16,0l.62.07v-2l-.88-.08v-3l-1-4.31.61-.54c.11-.09.23-.19.36-.28v-6L14.25,15v5h0l.54-.1V15l2.57-.21V19.9c.25.05.5.1.74.17a4.24,4.24,0,0,1,.59.23V14.66l2.82-.23v5.36Z" fill="#484f60"/><path d="M17.23,34.77A4.68,4.68,0,0,1,14.41,34,3.81,3.81,0,0,0,12,33.86a5.92,5.92,0,0,0,2.41,1,12.74,12.74,0,0,0,2.78-.14" fill="#484f60" opacity="0.5"/><path d="M15.51,24.22a4.44,4.44,0,0,0-3.07,1.05l1.87.13c.3,0,1.15-.66,1.48-.78a3.85,3.85,0,0,1,1.57-.23l-1.85-.17" fill="#484f60" opacity="0.5"/><path d="M22.53,32.88a3.92,3.92,0,0,0-3-3.81c.85-.67,1.69-1,2.16-2.1a4.88,4.88,0,0,0,.33-1.81c-.12-3.08-2.51-3.56-5-3.95a3.8,3.8,0,0,1,3.27,3.52,4.42,4.42,0,0,1-.79,3,9.21,9.21,0,0,1-1.74,1.36,4.1,4.1,0,0,1,3,4.13,4.66,4.66,0,0,1-4,4.71c2-.32,4.16-.61,5.19-2.55a4.82,4.82,0,0,0,.55-2.47" fill="#484f60" opacity="0.5"/><path d="M29,23.45l.36-.06.45-.06.55,0h.71l.35,0,.33.05c-.19,0-.41-.08-1.49-.24l-.35-.05-.35,0h-.73l-.56,0-.47,0-.37.07-.28.08V35.35h2.11l.19,0h.2l.19,0h0l1.47-.22h0l-.33,0-.31,0H30l-.33,0-.35,0-.31,0-.27,0V23.52Z" fill="#484f60" opacity="0.5"/><path d="M40,28.65a8.62,8.62,0,0,0-2.82-6.76,10.46,10.46,0,0,0-4.25-1.77c4.16,1.08,5.93,5.06,5.83,9.09-.11,4.27-2.16,8.13-6.53,9.19,2.47-.6,4.78-1.35,6.21-3.6A11.38,11.38,0,0,0,40,28.65" fill="#484f60" opacity="0.5"/><path d="M35.6,21.39a6.92,6.92,0,0,1,1.3,1.24,8.42,8.42,0,0,1,1,1.65,9.38,9.38,0,0,1,.64,2.06,12.54,12.54,0,0,1,.23,2.46,14.5,14.5,0,0,1-.24,2.65,10.69,10.69,0,0,1-.65,2.2,9.15,9.15,0,0,1-1,1.75,7.52,7.52,0,0,1-1.22,1.34,7.41,7.41,0,0,1-1.62,1,9.44,9.44,0,0,1-1.92.66,13.09,13.09,0,0,1-2.15.31,18.15,18.15,0,0,1-2.33,0c-.48,0-.92-.07-1.33-.12s-.78-.08-1.11-.13l-.92-.15-.72-.15V20.58c.32-.09.66-.17,1-.24s.77-.15,1.18-.21L27.07,20c.45,0,.9-.09,1.37-.12a18.53,18.53,0,0,1,2.21,0,11.1,11.1,0,0,1,1.91.23,7.4,7.4,0,0,1,1.63.52A6.87,6.87,0,0,1,35.6,21.39Zm-7.1,14.1a6.3,6.3,0,0,0,2.34-.3A4.65,4.65,0,0,0,32.69,34,5.37,5.37,0,0,0,33.9,32a9.49,9.49,0,0,0,.43-3,8.41,8.41,0,0,0-.4-2.71,4.86,4.86,0,0,0-1.12-1.88,4.35,4.35,0,0,0-1.74-1.05,6.42,6.42,0,0,0-2.24-.26l-.56,0-.47,0-.37.07-.28.08V35.35l.27.06.32,0,.35,0,.35,0h.06" fill="#484f60"/><path d="M15.8,21.16a5.16,5.16,0,0,1,1.89.21,3.65,3.65,0,0,1,1.42.8,3.5,3.5,0,0,1,.9,1.29,4.29,4.29,0,0,1,.31,1.62,5.2,5.2,0,0,1-.16,1.27,4.24,4.24,0,0,1-.48,1.11,4,4,0,0,1-.8.9,4.57,4.57,0,0,1-1.11.65v0a3.53,3.53,0,0,1,1.17.48,3.76,3.76,0,0,1,1,.87,4.45,4.45,0,0,1,.66,1.24,5,5,0,0,1,.24,1.54,5.15,5.15,0,0,1-.4,2,4.38,4.38,0,0,1-1.15,1.57,4.81,4.81,0,0,1-1.76,1,6.42,6.42,0,0,1-2.28.22A8.17,8.17,0,0,1,13,37.48a8.9,8.9,0,0,1-.87-.41,4.33,4.33,0,0,1-.65-.45L12,33.86a4.33,4.33,0,0,0,.5.33,7.59,7.59,0,0,0,.7.35,5.17,5.17,0,0,0,.84.28A4.55,4.55,0,0,0,15,35a3.37,3.37,0,0,0,1-.12,2.16,2.16,0,0,0,.76-.43,1.89,1.89,0,0,0,.47-.68,2.34,2.34,0,0,0,.15-.85,2.38,2.38,0,0,0-.23-1.07,2.1,2.1,0,0,0-.6-.75,2.65,2.65,0,0,0-.85-.44,3.93,3.93,0,0,0-1-.15H13.55V27.79h1.16a3.58,3.58,0,0,0,.79-.11,2.89,2.89,0,0,0,.76-.34,1.7,1.7,0,0,0,.56-.6,1.74,1.74,0,0,0,.23-.88,1.92,1.92,0,0,0-.12-.69,1.45,1.45,0,0,0-1-.86,2.56,2.56,0,0,0-.86-.09,3.6,3.6,0,0,0-.79.12,6.06,6.06,0,0,0-.75.27,5.26,5.26,0,0,0-.63.33,3.55,3.55,0,0,0-.48.34l-.6-2.65a4.38,4.38,0,0,1,.69-.49,6.06,6.06,0,0,1,.92-.44,8.33,8.33,0,0,1,2.35-.53Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M37.43,15.14H12.57A2.57,2.57,0,0,0,10,17.71V32.29a2.57,2.57,0,0,0,2.57,2.57H37.43A2.57,2.57,0,0,0,40,32.29V17.71A2.57,2.57,0,0,0,37.43,15.14Zm-20.1,2.15a3.36,3.36,0,0,1,3.45,3.16A3.71,3.71,0,0,1,17.33,24a3.71,3.71,0,0,1-3.44-3.57A3.36,3.36,0,0,1,17.33,17.29Zm4.12,10.4c0,1.09-1,5-2.24,5H15.46c-1.24,0-2.25-3.93-2.25-5l-1.5-1.83A2.49,2.49,0,0,1,14,23.47h.28a4.37,4.37,0,0,0,3.09,2.13,4.39,4.39,0,0,0,3.1-2.13h.27A2.49,2.49,0,0,1,23,25.86Zm16.41,5H25V31.28H37.86Zm0-2.85H25V28.43H37.86Zm0-2.86H25V25.57H37.86Zm0-5.71H25V19.86H37.86Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M39.17,12.2H36.43L41,16.77V14A1.83,1.83,0,0,0,39.17,12.2Z" fill="#484f60"/><path d="M34.6,12.2H10.83A1.83,1.83,0,0,0,9,14V36a1.83,1.83,0,0,0,1.83,1.83H39.17A1.83,1.83,0,0,0,41,36V18.6Zm5,23.77a.47.47,0,0,1-.46.46H10.83a.47.47,0,0,1-.46-.46V14a.47.47,0,0,1,.46-.46H34l5.6,5.6Z" fill="#484f60"/><polygon points="24.91 17.96 18.14 29.11 20.89 29.11 26.19 19.61 24.91 17.96" fill="#484f60"/><path d="M36.43,30.49c0,2-1.64,4.57-3.66,4.57H17.23c-2,0-3.66-2.56-3.66-4.57Z" fill="#484f60"/><polygon points="22.71 29.11 30.03 16.31 36.43 29.11 22.71 29.11" fill="#484f60"/><path d="M17.23,18.37a2.06,2.06,0,1,1-2.06-2.06A2.06,2.06,0,0,1,17.23,18.37Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="25 25.16 17.62 17.79 17.62 22.38 10 22.38 10 27.96 17.62 27.96 17.62 32.55 25 25.16" fill="#484f60"/><polygon points="20 32.29 20 37.97 22.93 37.97 22.93 29.36 20 32.29" fill="#484f60" opacity="0.5"/><polygon points="22.93 12.36 20 12.36 20 18.05 22.93 20.97 22.93 12.36" fill="#484f60" opacity="0.5"/><rect x="24.39" y="30.65" width="11.22" height="1.46" fill="#484f60" opacity="0.5"/><polygon points="35.61 21.88 24.39 21.88 24.39 22.44 25.29 23.34 35.61 23.34 35.61 21.88" fill="#484f60" opacity="0.5"/><rect x="37.07" y="12.36" width="2.93" height="25.61" fill="#484f60" opacity="0.5"/><rect x="24.39" y="13.09" width="11.22" height="1.46" fill="#484f60" opacity="0.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25.05,16.67a2,2,0,0,1,2,2,1.92,1.92,0,0,1-.58,1.41,2,2,0,0,1-1.42.59,2,2,0,0,1-2-2,2,2,0,0,1,.58-1.42A1.92,1.92,0,0,1,25.05,16.67Z" fill="#484f60"/><rect x="22.95" y="23.67" width="4" height="10" fill="#484f60"/></svg>
@@ -1,6 +0,0 @@
1
- <svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
2
- <path d="M298,407.5a14,14,0,1,1-14,14,14,14,0,0,1,14-14m0-1a15,15,0,1,0,15,15,15,15,0,0,0-15-15h0Z"
3
- transform="translate(-272.5 -396)" fill="#fff"/>
4
- <path d="M298.1,413a2,2,0,1,1-1.4.6A1.9,1.9,0,0,1,298.1,413Z" transform="translate(-272.5 -396)" fill="#fff"/>
5
- <rect x="23.4" y="24" width="4" height="10" fill="#fff"/>
6
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="18" y="15.17" width="22" height="4" fill="#484f60"/><rect x="18" y="23.17" width="22" height="4" fill="#484f60"/><rect x="18" y="31.17" width="22" height="4" fill="#484f60"/><circle cx="13" cy="17.17" r="3" fill="#484f60"/><circle cx="13" cy="25.17" r="3" fill="#484f60"/><circle cx="13" cy="33.17" r="3" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="19.17" width="30" height="4" fill="#484f60"/><rect x="10" y="27.17" width="20" height="4" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="11.17" width="30" height="4" fill="#484f60"/><rect x="10" y="19.17" width="30" height="4" fill="#484f60"/><rect x="10" y="27.17" width="30" height="4" fill="#484f60"/><rect x="10" y="35.17" width="20" height="4" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="26.41 31.89 30.72 29.4 35.03 31.88 30.73 34.38 26.41 31.89" fill="#484f60" opacity="0.75"/><polygon points="31.19 35.17 35.49 32.68 35.5 37.65 31.2 40.15 31.19 35.17" fill="#484f60" opacity="0.5"/><polygon points="25.96 37.67 25.96 32.69 30.27 35.17 30.28 40.15 25.96 37.67" fill="#484f60" opacity="0.25"/><polygon points="15.96 31.91 20.26 29.42 24.57 31.9 20.27 34.39 15.96 31.91" fill="#484f60" opacity="0.75"/><polygon points="20.73 35.19 25.03 32.7 25.04 37.67 20.74 40.16 20.73 35.19" fill="#484f60" opacity="0.5"/><polygon points="15.51 37.69 15.5 32.71 19.81 35.19 19.82 40.17 15.51 37.69" fill="#484f60" opacity="0.25"/><polygon points="26.43 20.9 26.43 21.7 23.15 21.7 21.17 22.85 25.48 25.33 29.79 22.83 26.43 20.9" fill="#484f60" opacity="0.75"/><polygon points="25.94 26.12 30.25 23.63 30.26 28.6 25.95 31.1 25.94 26.12" fill="#484f60" opacity="0.5"/><polygon points="20.72 28.62 20.71 23.65 25.02 26.13 25.03 31.1 20.72 28.62" fill="#484f60" opacity="0.25"/><rect x="31" y="10.17" width="1.5" height="10" fill="#484f60"/><rect x="38" y="10.17" width="1.5" height="10" fill="#484f60"/><rect x="34.5" y="10.17" width="1.5" height="10" fill="#484f60"/><polygon points="14.43 10.2 12.93 10.2 12.93 16.47 14.43 15.65 14.43 10.2" fill="#484f60"/><polygon points="14.43 19.64 13.39 20.2 14.43 20.2 14.43 19.64" fill="#484f60"/><polygon points="23.43 10.2 23.43 10.76 24.46 10.2 23.43 10.2" fill="#484f60"/><polygon points="23.43 14.75 23.43 20.2 24.93 20.2 24.93 13.93 23.43 14.75" fill="#484f60"/><polygon points="21.43 10.2 19.93 10.2 19.93 12.66 21.43 11.85 21.43 10.2" fill="#484f60"/><polygon points="19.93 16.65 19.93 20.2 21.43 20.2 21.43 15.83 19.93 16.65" fill="#484f60"/><polygon points="16.43 18.55 16.43 20.2 17.93 20.2 17.93 17.74 16.43 18.55" fill="#484f60"/><polygon points="17.93 10.2 16.43 10.2 16.43 14.57 17.93 13.75 17.93 10.2" fill="#484f60"/><polygon points="11.24 20.23 10.5 18.93 26.62 10.17 27.36 11.47 11.24 20.23" fill="#484f60"/></svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
2
- <path d="M14.5,25V12a.5.5,0,0,1,.5-.5H28.73V10H15a2,2,0,0,0-2,2V26.53A9.56,9.56,0,0,1,14.5,25Z" fill="#484f60"/>
3
- <path d="M35.5,18.49V38a.5.5,0,0,1-.5.5H27.73A10,10,0,0,1,26.11,40H35a2,2,0,0,0,2-2V18.49Z" fill="#484f60"/>
4
- <path d="M28.73,10v6.44c0,1.78.27,2,2.05,2H37Z" fill="#484f60"/>
5
- <rect x="17.5" y="17.5" width="6" height="1" fill="#484f60"/>
6
- <rect x="17.5" y="21.5" width="10" height="1" fill="#484f60"/>
7
- <rect x="17.5" y="14.5" width="6" height="1" fill="#484f60"/>
8
- <rect x="29.5" y="21.5" width="3" height="1" fill="#484f60"/>
9
- <rect x="29.5" y="25.5" width="3" height="1" fill="#484f60"/>
10
- <rect x="29.5" y="29.5" width="3" height="1" fill="#484f60"/>
11
- <path d="M32.8,33.1a.51.51,0,0,0-.7.1l-.56.72-1.4-.4a.54.54,0,0,0-.22,0,9.59,9.59,0,0,1-.34,1.61l.57-.57,1.44.42a.49.49,0,0,0,.54-.18l.77-1A.51.51,0,0,0,32.8,33.1Z"
12
- fill="#484f60"/>
13
- <path d="M23.06,25.45a7.5,7.5,0,1,0,4.49,9.61A7.5,7.5,0,0,0,23.06,25.45ZM18.11,39.08a7,7,0,1,1,9-4.19A7,7,0,0,1,18.11,39.08Z"
14
- fill="#484f60"/>
15
- <path d="M22.93,38l2.95-8.12a6.3,6.3,0,0,0-.81-1.24l-3.56,9.79A6.46,6.46,0,0,0,22.93,38Z" fill="#484f60"/>
16
- <path d="M20.78,38.49l3.78-10.4a6.08,6.08,0,0,0-1-.74l-4,11.06A5.79,5.79,0,0,0,20.78,38.49Z" fill="#484f60"/>
17
- <path d="M26.14,34.55a6.06,6.06,0,0,0,.11-3.76L23.8,37.5A6,6,0,0,0,26.14,34.55Z" fill="#484f60"/>
18
- <path d="M22.55,26.86a6,6,0,1,0-4.1,11.28l.44.13L23,27Zm-4,8.4-1.3-.47,1.29-3.55.23-.57L19,30l-.6.26-.91.31-.34-1,2.54-.85,1.07.38Z"
19
- fill="#484f60"/>
20
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77 15"><path d="M.29,11V.22h1V11Z" fill="#fff"/><path d="M22.11,15a6.93,6.93,0,0,1-5.22-2.18A7.32,7.32,0,0,1,14.78,7.5a7.36,7.36,0,0,1,2.11-5.33A7,7,0,0,1,22.11,0a7,7,0,0,1,5.22,2.17A7.36,7.36,0,0,1,29.44,7.5a7.32,7.32,0,0,1-2.11,5.32A6.93,6.93,0,0,1,22.11,15Zm0-14.08a5.86,5.86,0,0,0-4.48,1.9A6.61,6.61,0,0,0,15.85,7.5a6.53,6.53,0,0,0,1.79,4.66,5.86,5.86,0,0,0,4.48,1.9,5.84,5.84,0,0,0,4.47-1.9A6.56,6.56,0,0,0,28.37,7.5a6.64,6.64,0,0,0-1.78-4.68A5.84,5.84,0,0,0,22.12.92Z" fill="#fff"/><path d="M42.89,14.78V.13h.5l9.55,11c.34.39.66.77,1,1.16l.46.59c0-.36,0-1.06,0-2.11V.22h1V14.87h-.49L45.11,3.7,43.88,2.2c0,.3,0,1,0,2.1V14.78Z" fill="#fff"/><path d="M69.69,14.78V.22h6.79v.9H70.72V6.41h5.2v.88h-5.2v6.54h6v.95Z" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 142 31.96"><title>iOne logo fattened</title><rect y="0.4" width="6.93" height="24.46" fill="#fff"/><path d="M90.33,55.77A15,15,0,0,1,79.15,51.1a15.67,15.67,0,0,1-4.5-11.31,15.7,15.7,0,0,1,4.5-11.31,15.72,15.72,0,0,1,22.36,0A15.7,15.7,0,0,1,106,39.79a15.67,15.67,0,0,1-4.5,11.31A15,15,0,0,1,90.33,55.77Zm0-25.23a8.14,8.14,0,0,0-6.18,2.61,9.38,9.38,0,0,0-2.51,6.64,9.33,9.33,0,0,0,2.5,6.62,8.64,8.64,0,0,0,12.35,0A9.39,9.39,0,0,0,99,39.79a9.43,9.43,0,0,0-2.49-6.64A8.08,8.08,0,0,0,90.35,30.54Z" transform="translate(-48.7 -23.81)" fill="#fff"/><polygon points="99.13 31.72 83.26 13.5 83.26 31.55 76.33 31.55 76.33 0.24 80.92 0.24 96.79 18.5 96.79 0.4 103.71 0.4 103.71 31.72 99.13 31.72" fill="#fff"/><polygon points="124.35 31.55 124.35 0.4 141.6 0.4 141.6 7.09 131.27 7.09 131.27 11.49 140.59 11.49 140.59 18.14 131.27 18.14 131.27 24.79 142 24.79 142 31.55 124.35 31.55" fill="#fff"/></svg>
@@ -1,43 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
5
- <g id="The_Grid" display="none">
6
- </g>
7
- <g id="Icons">
8
- <g id="Icons_1_">
9
- <g>
10
- <polygon fill="#484F60" points="35,20 25.2,10.2 25.2,16.3 15,16.3 15,23.7 25.2,23.7 25.2,29.8 "/>
11
- <circle opacity="0.25" fill="#484F60" cx="12.5" cy="37.3" r="2.5"/>
12
- <circle fill="#484F60" cx="25" cy="37.3" r="2.5"/>
13
- <circle opacity="0.75" fill="#484F60" cx="37.5" cy="37.3" r="2.5"/>
14
- <rect x="16" y="36.8" opacity="0.25" fill="#484F60" width="5.5" height="1"/>
15
- <rect x="28.5" y="36.8" opacity="0.75" fill="#484F60" width="5.5" height="1"/>
16
- </g>
17
- </g>
18
- <g id="Obsolete_icons" display="none">
19
- </g>
20
- </g>
21
- <g id="Legenda" display="none">
22
- </g>
23
- <g id="Other" display="none">
24
- </g>
25
- <g id="Colors" display="none">
26
- </g>
27
- <g id="Menu_items" display="none">
28
- </g>
29
- <g id="Labels" display="none">
30
- <g display="inline">
31
- <rect y="50" opacity="0.25" fill="#FFFFFF" width="50" height="50"/>
32
- </g>
33
- <g display="inline">
34
- </g>
35
- <g display="inline">
36
- <g>
37
- <rect y="0" opacity="0.25" fill="#FFFFFF" width="50" height="50"/>
38
- <rect y="5" opacity="0.5" fill="none" width="50" height="45"/>
39
- <text transform="matrix(1 0 0 1 5.0054 12.0999)"><tspan x="0" y="0" font-family="'MyriadPro-Regular'" font-size="10px">Workflow </tspan><tspan x="5.3" y="12" font-family="'MyriadPro-Regular'" font-size="10px">acties / </tspan><tspan x="0.3" y="24" font-family="'MyriadPro-Regular'" font-size="10px">volgende </tspan><tspan x="8.3" y="36" font-family="'MyriadPro-Regular'" font-size="10px">stap / </tspan></text>
40
- </g>
41
- </g>
42
- </g>
43
- </svg>
@@ -1,62 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
5
- <g id="The_Grid" display="none">
6
- </g>
7
- <g id="Icons">
8
- <g id="Icons_1_">
9
- <g>
10
- <g>
11
- <rect x="34.3" y="20" fill="#484F60" width="1.5" height="3.7"/>
12
- <g>
13
- <polygon fill="#484F60" points="32,22.8 35,28 38,22.8 "/>
14
- </g>
15
- </g>
16
- <path fill="#484F60" d="M18.5,21.5v7h-7v-7H18.5 M20,20H10v10h10V20L20,20z"/>
17
- <path fill="#484F60" d="M38.5,11.5v7h-7v-7H38.5 M40,10H30v10h10V10L40,10z"/>
18
- <path fill="#484F60" d="M38.5,31.5v7h-7v-7H38.5 M40,30H30v10h10V30L40,30z"/>
19
- <g>
20
- <polygon fill="#484F60" points="15.8,20 14.3,20 14.3,14.3 23.7,14.3 23.7,15.8 15.8,15.8 "/>
21
- <g>
22
- <polygon fill="#484F60" points="22.8,18 28,15 22.8,12 "/>
23
- </g>
24
- </g>
25
- <g>
26
- <polygon fill="#484F60" points="23.7,35.8 14.3,35.8 14.3,30 15.8,30 15.8,34.3 23.7,34.3 "/>
27
- <g>
28
- <polygon fill="#484F60" points="22.8,38 28,35 22.8,32 "/>
29
- </g>
30
- </g>
31
- </g>
32
- </g>
33
- <g id="Obsolete_icons" display="none">
34
- </g>
35
- </g>
36
- <g id="Legenda" display="none">
37
- </g>
38
- <g id="Other" display="none">
39
- </g>
40
- <g id="Colors" display="none">
41
- </g>
42
- <g id="Menu_items" display="none">
43
- </g>
44
- <g id="Labels" display="none">
45
- <g display="inline">
46
- <rect y="50" opacity="0.25" fill="#FFFFFF" width="50" height="50"/>
47
- </g>
48
- <g display="inline">
49
- <g>
50
- <rect y="-45" opacity="0.5" fill="none" width="50" height="45"/>
51
- <text transform="matrix(1 0 0 1 7.375 -37.9002)"><tspan x="0" y="0" font-family="'MyriadPro-Regular'" font-size="10px">Opmaak </tspan><tspan x="5.4" y="12" font-family="'MyriadPro-Regular'" font-size="10px">item / </tspan><tspan x="-1.4" y="24" font-family="'MyriadPro-Regular'" font-size="10px">structuur </tspan><tspan x="8.1" y="36" font-family="'MyriadPro-Regular'" font-size="10px">item </tspan></text>
52
- </g>
53
- </g>
54
- <g display="inline">
55
- <g>
56
- <rect y="0" opacity="0.25" fill="#FFFFFF" width="50" height="50"/>
57
- <rect y="5" opacity="0.5" fill="none" width="50" height="45"/>
58
- <text transform="matrix(1 0 0 1 5.0054 12.0999)" font-family="'MyriadPro-Regular'" font-size="10px">Workflow</text>
59
- </g>
60
- </g>
61
- </g>
62
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="12.65" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="34.71" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="30.29" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="25.88" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="21.47" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="17.06" y="24.43" width="2.65" height="2.65" fill="#484f60"/><rect x="12.65" y="28.84" width="4.41" height="2.65" fill="#484f60"/><rect x="32.06" y="28.84" width="5.29" height="2.65" fill="#484f60"/><rect x="27.65" y="28.84" width="2.65" height="2.65" fill="#484f60"/><rect x="23.24" y="28.84" width="2.65" height="2.65" fill="#484f60"/><rect x="18.82" y="28.84" width="2.65" height="2.65" fill="#484f60"/><rect x="12.65" y="33.26" width="4.41" height="2.65" fill="#484f60"/><rect x="32.06" y="33.26" width="5.29" height="2.65" fill="#484f60"/><rect x="18.82" y="33.26" width="11.47" height="2.65" fill="#484f60"/><path d="M39.12,22.67v15H10.88v-15H39.12m.88-.88H10V38.55H40V21.79Z" fill="#484f60"/><path d="M23.55,22.67c-3-1.46-5.74-2.76-6.26-4.5h0a4.9,4.9,0,0,1-.22-1.62,3.58,3.58,0,0,1,2.31-3.25c2.2-.94,4.48.38,5.93,1.33s2.72,3.64,4.93,2.88a2.65,2.65,0,0,0,1.65-1.39A2.7,2.7,0,0,0,32,13.78a12.94,12.94,0,0,0-.84-2l.65-.33a12.51,12.51,0,0,1,.89,2.1,3.24,3.24,0,0,1-.15,2.74,3.36,3.36,0,0,1-2.12,1.79c-2.58.9-4.12-2-5.6-2.94s-3.4-2.05-5.19-1.28a2.89,2.89,0,0,0-1.86,2.65A4.47,4.47,0,0,0,18,18c.49,1.61,3.09,2.76,5.92,4.13Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25.78,21.66a5.63,5.63,0,1,0-6.34-4.81A5.63,5.63,0,0,0,25.78,21.66ZM22,15.31a2,2,0,1,1,2.29,1.74A2,2,0,0,1,22,15.31Z" fill="#484f60"/><polyline points="30.37 17.82 40 27.42 39.88 29.4 36.45 29.61 35.68 28.85 35.86 26.49 33.31 26.47 33.4 24.02 30.91 24.07 29.88 23.04 28.78 23.24 26.95 21.41" fill="#484f60"/><path d="M17.42,17.13a4.57,4.57,0,0,1-.05-.52l-2,1.47a3.78,3.78,0,0,0-1.55,2L10.09,33.8a3.85,3.85,0,0,0,.32,2.52l.24.43a3.85,3.85,0,0,0,2,1.55l4.21,1.15a3.87,3.87,0,0,0,2.53-.32l.42-.25a3.8,3.8,0,0,0,1.56-2L25,23.76A7.69,7.69,0,0,1,17.42,17.13Zm1.51,19.55-6.63-1.8,3.54-13,6.64,1.8Z" fill="#484f60"/></svg>
@@ -1,5 +0,0 @@
1
- <svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.5 50">
2
- <path fill="#29363E"
3
- d="M32,0A15.3,15.3,0,0,0,21.9,3.7L1.7,21.5a4.6,4.6,0,0,0,0,7.1L21.9,46.3A15.3,15.3,0,0,0,32,50h5.5V0H32Z"/>
4
- <circle class="cls-circle" cx="21.5" cy="25" r="6.3"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
2
- <path d="M307,423.7v-0.4a2.8,2.8,0,0,0-.7-1.7l-7.4-7.4a2.8,2.8,0,0,0-1.7-.7H292a1,1,0,0,0-1,1v5.1a2.8,2.8,0,0,0,.7,1.7l7.4,7.4a2.8,2.8,0,0,0,1.7.7h0.4a2.8,2.8,0,0,0,1.7-.7l3.3-3.3A2.8,2.8,0,0,0,307,423.7Zm-14.3-6.6a1.4,1.4,0,1,1,1.9,0A1.4,1.4,0,0,1,292.7,417.1Zm8.5,10.1-6-6,0.7-.7,6,6Zm1.4-1.4-6-6,0.7-.7,6,6Zm1.4-1.4-6-6,0.7-.7,6,6Z"
3
- transform="translate(-272.5 -395)" fill="#fff"/>
4
- <path d="M298,436a15.5,15.5,0,1,1,15.5-15.5A15.5,15.5,0,0,1,298,436Zm0-30a14.5,14.5,0,1,0,14.5,14.5A14.5,14.5,0,0,0,298,406Z"
5
- transform="translate(-272.5 -395)" fill="#fff"/>
6
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path style= "fill: #484f60" d="M352 0C360.8 0 368 7.164 368 16V80C368 88.84 360.8 96 352 96H272V128H464C481.7 128 496 142.3 496 160C496 177.7 481.7 192 464 192H47.1C30.33 192 15.1 177.7 15.1 160C15.1 142.3 30.33 128 47.1 128H239.1V16C239.1 7.164 247.2 0 255.1 0H352zM63.1 224H127.1V416H167.1V224H231.1V416H280V224H344V416H384V224H448V420.3C448.6 420.6 449.2 420.1 449.8 421.4L497.8 453.4C509.5 461.2 514.7 475.8 510.6 489.3C506.5 502.8 494.1 512 480 512H31.1C17.9 512 5.458 502.8 1.372 489.3C-2.715 475.8 2.515 461.2 14.25 453.4L62.25 421.4C62.82 420.1 63.4 420.6 63.1 420.3V224z"/></svg>
@@ -1,21 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
2
- <path d="M25,10.47,12.81,18H37.19Zm0,6.3a2.34,2.34,0,1,1,2.34-2.34A2.34,2.34,0,0,1,25,16.77Z" fill="#484f60"/>
3
- <rect x="13.75" y="21.72" width="1.88" height="10.31" fill="#484f60"/>
4
- <rect x="13.28" y="20.78" width="2.81" height="0.94" fill="#484f60"/>
5
- <rect x="12.81" y="32.03" width="3.75" height="0.94" fill="#484f60"/>
6
- <rect x="12.81" y="19.84" width="3.75" height="0.94" fill="#484f60"/>
7
- <rect x="27.5" y="21.72" width="1.88" height="10.31" fill="#484f60"/>
8
- <rect x="27.03" y="20.78" width="2.81" height="0.94" fill="#484f60"/>
9
- <rect x="26.56" y="32.03" width="3.75" height="0.94" fill="#484f60"/>
10
- <rect x="26.56" y="19.84" width="3.75" height="0.94" fill="#484f60"/>
11
- <rect x="20.62" y="21.72" width="1.88" height="10.31" fill="#484f60"/>
12
- <rect x="20.16" y="20.78" width="2.81" height="0.94" fill="#484f60"/>
13
- <rect x="19.69" y="32.03" width="3.75" height="0.94" fill="#484f60"/>
14
- <rect x="19.69" y="19.84" width="3.75" height="0.94" fill="#484f60"/>
15
- <rect x="34.38" y="21.72" width="1.88" height="10.31" fill="#484f60"/>
16
- <rect x="33.91" y="20.78" width="2.81" height="0.94" fill="#484f60"/>
17
- <rect x="33.44" y="32.03" width="3.75" height="0.94" fill="#484f60"/>
18
- <rect x="33.44" y="19.84" width="3.75" height="0.94" fill="#484f60"/>
19
- <rect x="10" y="37.66" width="30" height="1.87" fill="#484f60"/>
20
- <rect x="11.88" y="34.84" width="26.25" height="1.87" fill="#484f60"/>
21
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M11,12.17v25H40v1H10v-26Z" fill="#4c5050" opacity="0.75"/><polygon points="11.76 33.18 11 32.53 15.16 26.48 19.66 24.3 24.26 27.19 28.07 22.25 35.3 19.53 37.01 21.7 38.92 17.28 39.84 17.68 37.26 23.64 34.97 20.72 28.69 23.09 24.5 28.52 19.6 25.44 15.7 27.34 11.76 33.18" fill="#4c5050"/><polygon points="39.84 17.68 37.26 23.64 34.97 20.72 28.69 23.09 24.5 28.52 19.6 25.44 15.7 27.34 11.76 33.18 11 32.53 11 37.17 40 37.17 39.84 17.68" fill="#4c5050" opacity="0.25"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,45A20,20,0,1,1,45,25,20,20,0,0,1,25,45ZM25,6.29A18.71,18.71,0,1,0,43.71,25,18.73,18.73,0,0,0,25,6.29Z" fill="#484f60"/><path d="M34.48,15.6l-.08-.08a5.21,5.21,0,0,0-7.36,0L22.36,20.2a5.21,5.21,0,0,0,0,7.36l.08.08c.17.17.35.32.53.47l1.72-1.72a2.88,2.88,0,0,1-.56-.43L24,25.87a2.81,2.81,0,0,1,0-4l4.69-4.69a2.81,2.81,0,0,1,4,0l.09.09a2.81,2.81,0,0,1,0,4l-2.12,2.12a7.17,7.17,0,0,1,.52,2.85L34.48,23A5.21,5.21,0,0,0,34.48,15.6Zm-6.92,6.76A5.62,5.62,0,0,0,27,21.9l-1.72,1.71a2.88,2.88,0,0,1,.56.43l.09.09a2.81,2.81,0,0,1,0,4L21.27,32.8a2.81,2.81,0,0,1-4,0l-.09-.09a2.81,2.81,0,0,1,0-4l2.12-2.12a7.17,7.17,0,0,1-.52-2.85L15.52,27a5.21,5.21,0,0,0,0,7.36l.08.08a5.21,5.21,0,0,0,7.36,0l4.68-4.68a5.21,5.21,0,0,0,0-7.36Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g opacity="0.5"><path d="M20.2,14.71h2.15V26.2l.76-.77V14.71H24.4v9.43l.77-.77V14.71h1.29V22.1l.08-.09,1.29-1.3v-6h1.29v4.71l1.68-1.67a6.28,6.28,0,0,1,.54-.49V14.71h1.29v1.77a7.15,7.15,0,0,1,.77-.29V14.71H36V16a6.71,6.71,0,0,1,1,.21V14.71h1.29v2a6,6,0,0,1,1.31,1l.09.08c.11.11.21.23.31.35v-3a2.57,2.57,0,0,0-2.57-2.57H12.57A2.57,2.57,0,0,0,10,15.14V29.72a2.57,2.57,0,0,0,2.57,2.57h5.95a6.13,6.13,0,0,1,1.68-3.93ZM14.29,30.14H12.15V14.71h2.14Zm2,0H15V14.71h1.29Zm1.28,0V14.71h1.29V30.14Z" fill="#484f60"/><path d="M39.68,26.63,38.29,28v2.11H37v-.83l-2.92,2.92v-.1s-.09.1-.13.16h3.48A2.57,2.57,0,0,0,40,29.72V26.28A3.49,3.49,0,0,1,39.68,26.63Z" fill="#484f60"/></g><path d="M38.62,18.89l-.08-.08a4.73,4.73,0,0,0-6.68,0L27.6,23.07a4.73,4.73,0,0,0,0,6.68l.08.08a3.8,3.8,0,0,0,.48.42l1.56-1.56a2.38,2.38,0,0,1-.51-.39l-.08-.08a2.56,2.56,0,0,1,0-3.62l4.26-4.26a2.56,2.56,0,0,1,3.62,0l.08.08a2.56,2.56,0,0,1,0,3.62L35.16,26a6.53,6.53,0,0,1,.48,2.58l3-3A4.73,4.73,0,0,0,38.62,18.89ZM32.33,25a3.77,3.77,0,0,0-.49-.42l-1.56,1.56a2.1,2.1,0,0,1,.51.39l.08.08a2.56,2.56,0,0,1,0,3.62l-4.26,4.26a2.56,2.56,0,0,1-3.62,0l-.08-.08a2.56,2.56,0,0,1,0-3.62l1.93-1.93a6.6,6.6,0,0,1-.48-2.58l-3,3a4.73,4.73,0,0,0,0,6.68l.08.08a4.73,4.73,0,0,0,6.68,0l4.26-4.26a4.74,4.74,0,0,0,0-6.69Z" fill="#484f60"/></svg>
@@ -1,8 +0,0 @@
1
- <svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
2
- <rect x="26.5" y="13" width="14" height="7" fill="#4d5050"/>
3
- <rect x="10.5" y="13" width="14" height="7" fill="#4d5050"/>
4
- <rect x="10.5" y="22" width="14" height="7" fill="#4d5050"/>
5
- <rect x="26.5" y="22" width="14" height="7" fill="#4d5050"/>
6
- <rect x="10.5" y="31" width="14" height="7" fill="#4d5050"/>
7
- <rect x="26.5" y="31" width="14" height="7" fill="#4d5050"/>
8
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,12.67A8.33,8.33,0,0,0,16.67,21c0,4.6,8.33,16.67,8.33,16.67S33.33,25.6,33.33,21A8.33,8.33,0,0,0,25,12.67Zm0,10.41A2.08,2.08,0,1,1,27.08,21,2.08,2.08,0,0,1,25,23.08Z" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M32.65,21.67H17.35c-2.81,0-3.06,2.29-3.06,5.12v8.09c0,2.83.25,5.12,3.06,5.12h15.3c2.81,0,3.06-2.29,3.06-5.12V26.79C35.71,24,35.46,21.67,32.65,21.67ZM20.22,37.49l2.61-6.32a3.82,3.82,0,1,1,4.35,0l2.6,6.32Z" fill="#484f60"/><path d="M29.51,16.64c0-3.6-2-4.07-4.51-4.07h0c-2.49,0-4.51.47-4.51,4.07v3h-2.7v-3C17.79,11.62,21,10,25,10h0c4,0,7.21,1.62,7.21,6.64v3h-2.7Z" fill="#484f60"/></svg>
@@ -1,8 +0,0 @@
1
- <svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
2
- <path d="M684,399.49a15,15,0,1,1,15-15A15,15,0,0,1,684,399.49Zm0-29a14,14,0,1,0,14,14A14,14,0,0,0,684,370.46Z"
3
- transform="translate(-658.5 -358.99)" fill="#4d5050"/>
4
- <path d="M688.59,382.49h-9.18c-1.69,0-1.84,1.38-1.84,3.07v4.86c0,1.7.15,3.07,1.84,3.07h9.18c1.69,0,1.84-1.38,1.84-3.07v-4.86C690.43,383.87,690.28,382.49,688.59,382.49ZM681.13,392l1.56-3.79a2.29,2.29,0,1,1,2.61,0l1.56,3.79Z"
5
- transform="translate(-658.5 -358.99)" fill="#4d5050"/>
6
- <path d="M686.7,379.48c0-2.16-1.21-2.44-2.7-2.44h0c-1.49,0-2.7.28-2.7,2.44v1.8h-1.62v-1.8c0-3,1.94-4,4.33-4h0c2.39,0,4.33,1,4.33,4v1.8H686.7Z"
7
- transform="translate(-658.5 -358.99)" fill="#4d5050"/>
8
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="21.19" width="2.04" height="6.32" fill="#484f60"/><path d="M18.66,29.24a3.84,3.84,0,0,1-2.85-1.19,4.19,4.19,0,0,1,0-5.77,4,4,0,0,1,5.71,0,4.19,4.19,0,0,1,0,5.77A3.85,3.85,0,0,1,18.66,29.24Zm0-6.16a1.79,1.79,0,0,0-1.38.58,2.12,2.12,0,0,0-.57,1.51,2,2,0,0,0,.57,1.49,1.94,1.94,0,0,0,2.76,0,2.08,2.08,0,0,0,.56-1.5,2.15,2.15,0,0,0-.56-1.51A1.76,1.76,0,0,0,18.67,23.08Z" fill="#484f60"/><polygon points="31.05 29.18 27.33 25.02 27.33 29.14 25.29 29.14 25.29 21.15 26.57 21.15 30.29 25.33 30.29 21.19 32.33 21.19 32.33 29.18 31.05 29.18" fill="#484f60"/><polygon points="35.34 29.14 35.34 21.19 39.9 21.19 39.9 23.17 37.38 23.17 37.38 23.9 39.66 23.9 39.66 25.87 37.38 25.87 37.38 27.14 40 27.14 40 29.14 35.34 29.14" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="27.33 34.17 12.33 34.17 12.33 11.17 27.33 11.17 27.33 17.63 28.33 17.63 28.33 10.17 11.33 10.17 11.33 35.17 28.33 35.17 28.33 27.71 27.33 27.71 27.33 34.17" fill="#484f60"/><polygon points="22.33 40.17 11.33 35.17 11.33 10.17 22.33 14.17 22.33 40.17" fill="#484f60"/><polygon points="38.67 22.66 30.63 14.63 30.63 19.63 24.33 19.63 24.33 25.71 30.63 25.71 30.63 30.71 38.67 22.66" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g style="isolation:isolate"><path d="M20.45,10.71a.28.28,0,0,1,.49-.19l1.4,1.25a.93.93,0,0,0,.83.23L25,11.62a.29.29,0,0,1,.34.41l-.76,1.71a.93.93,0,0,0,0,.86l.93,1.62c.12.26,0,.45-.29.45l-1.86-.2a1,1,0,0,0-.81.32l-1.26,1.38a.28.28,0,0,1-.5-.14l-.39-1.83a1,1,0,0,0-.55-.67l-1.71-.77a.28.28,0,0,1,0-.52l1.62-.94a1,1,0,0,0,.48-.73Z" fill="#484f60"/><g style="mix-blend-mode:lighten"><path d="M23.3,16.21a1,1,0,0,0-.8.31l-1,1.13a.29.29,0,0,1-.51-.14L20.66,16a1,1,0,0,0-.55-.68l-1.39-.62a.28.28,0,0,1,0-.52L20,13.45a1,1,0,0,0,.48-.73l.16-1.5a.29.29,0,0,1,.49-.2l1.13,1a.93.93,0,0,0,.83.23L24.58,12a.29.29,0,0,1,.34.41l-.62,1.38a.91.91,0,0,0,.05.86l.75,1.32a.29.29,0,0,1-.29.44Z" fill="#484f60"/></g><path d="M33.57,36.76a.53.53,0,0,1,0,.72l-2.37,2.18a.48.48,0,0,1-.7,0L18,25.34a.51.51,0,0,1,0-.71l2.36-2.19a.49.49,0,0,1,.7,0Z" fill="#484f60"/><path d="M18.6,19.94a.51.51,0,0,1,0,.71L16.2,22.84a.48.48,0,0,1-.7,0l-2.76-3.13a.51.51,0,0,1,0-.71l2.37-2.19a.48.48,0,0,1,.7,0Z" fill="#484f60"/><path d="M30.67,10.55a.29.29,0,0,1,.47.24v1.12a1,1,0,0,0,.4.77l.9.66a.29.29,0,0,1-.08.52l-1.07.35a1,1,0,0,0-.61.61l-.35,1.06a.28.28,0,0,1-.51.09l-.67-.91a1,1,0,0,0-.77-.4H27.27a.29.29,0,0,1-.25-.47l.66-.9a.93.93,0,0,0,.14-.85l-.35-1.07a.29.29,0,0,1,.38-.38l1.07.35a1,1,0,0,0,.85-.13Z" fill="#484f60"/><g style="mix-blend-mode:lighten"><path d="M29.25,14.88a1,1,0,0,0-.77-.4h-.86a.29.29,0,0,1-.24-.47l.5-.69a.93.93,0,0,0,.14-.85l-.26-.82c-.07-.27.1-.44.37-.37l.82.26a1,1,0,0,0,.85-.13l.69-.51a.29.29,0,0,1,.47.25V12a.94.94,0,0,0,.39.76l.7.51a.29.29,0,0,1-.09.52l-.81.26a1,1,0,0,0-.62.61l-.26.82a.29.29,0,0,1-.52.08Z" fill="#484f60"/></g><path d="M37,15.81a.29.29,0,0,1,.32.43l-.13.26a.91.91,0,0,0,0,.85l.15.26A.29.29,0,0,1,37,18l-.29,0a.93.93,0,0,0-.81.27l-.2.21a.28.28,0,0,1-.5-.16l0-.29a1,1,0,0,0-.52-.69l-.27-.13a.28.28,0,0,1,0-.52l.26-.13a.93.93,0,0,0,.5-.71l0-.29a.29.29,0,0,1,.5-.17l.21.21a.92.92,0,0,0,.82.26Z" fill="#484f60"/><g style="mix-blend-mode:lighten"><path d="M35.25,18a1,1,0,0,0-.52-.7l-.12-.05a.28.28,0,0,1,0-.52l.12-.06a1,1,0,0,0,.51-.7V15.8a.29.29,0,0,1,.5-.18l.09.1a.92.92,0,0,0,.82.26l.13,0a.29.29,0,0,1,.32.42L37,16.5a.91.91,0,0,0,0,.85l.07.12a.29.29,0,0,1-.31.43l-.13,0a1,1,0,0,0-.82.28l-.09.1a.28.28,0,0,1-.5-.16Z" fill="#484f60"/></g></g></svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
- <!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
3
- <path
4
- d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/>
5
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <g>
6
- <path fill="#484F5F" d="M31.5,23h-0.5c-0.9,1.2-2.4,2.6-4.1,3.2c0.1,0.2,0.2,0.4,0.2,0.6c0,0.4-0.2,0.7-0.6,1l1.5,6.9l-2.5,2.5
7
- L23,34.7l1.5-6.9c-0.4-0.2-0.6-0.6-0.6-1c0-0.2,0.1-0.4,0.2-0.6c-1.7-0.6-3.2-2-4.1-3.2h-0.5c-2.2,0-4,2.1-4,3.9l2.7,3
8
- c0,1.8,1.8,8.1,4,8.1h6.7c2.2,0,4-6.4,4-8.1l2.7-3C35.6,25.1,33.8,23,31.5,23z"/>
9
- <path fill="#484F5F" d="M31.7,18.1c0,2.7-2.8,5.8-6.2,5.8c-3.4,0-6.2-3.1-6.2-5.8c0-2.7,2.8-5.1,6.2-5.1
10
- C28.9,13,31.7,15.4,31.7,18.1z"/>
11
- </g>
12
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M30,11V30H11V11H30m1-1H10V31H31V10Z" fill="#484f60"/><rect x="19" y="19" width="21" height="21" fill="#484f60" opacity="0.5"/><rect x="19" y="19" width="12" height="12" fill="#484f60"/><path d="M39,20V39H20V20H39m1-1H19V40H40V19Z" fill="#484f60" opacity="0.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="22" y="32.17" width="18" height="4" transform="translate(62 68.33) rotate(180)" fill="#484f60"/><rect x="22" y="26.17" width="18" height="4" transform="translate(62 56.33) rotate(180)" fill="#484f60"/><rect x="22" y="20.17" width="18" height="4" transform="translate(62 44.33) rotate(180)" fill="#484f60"/><rect x="22" y="14.17" width="18" height="4" transform="translate(62 32.33) rotate(180)" fill="#484f60"/><rect x="10" y="14.17" width="10" height="22" transform="translate(30 50.33) rotate(180)" fill="#484f60"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><title>material_circle_large</title><path d="M25,45A20,20,0,1,1,45,25,20,20,0,0,1,25,45ZM25,6.29A18.71,18.71,0,1,0,43.71,25,18.73,18.73,0,0,0,25,6.29Z" fill="#484f60"/><ellipse cx="23.2" cy="30.43" rx="3.63" ry="4.15" transform="translate(-2.56 2.14) rotate(-5)" fill="#484f60"/><ellipse cx="16.12" cy="28.44" rx="3.11" ry="3.63" transform="translate(-2.42 1.51) rotate(-5)" fill="#484f60"/><ellipse cx="19.83" cy="21.35" rx="3.37" ry="3.89" transform="translate(-1.79 1.81) rotate(-5)" fill="#484f60"/><path d="M34.84,26.84a2.71,2.71,0,0,1-2.66-2.71A2.71,2.71,0,0,1,34.33,21,2.72,2.72,0,0,1,37,23.71,2.72,2.72,0,0,1,34.84,26.84Z" fill="#484f60"/><path d="M31.44,20.76a2.46,2.46,0,0,1-2.37-2.48A2.45,2.45,0,0,1,31,15.44a2.45,2.45,0,0,1,2.38,2.47A2.47,2.47,0,0,1,31.44,20.76Z" fill="#484f60"/><path d="M27.63,30a5.51,5.51,0,0,1-.33,2.36l8.64-6.12-2.1-5.15L24,25.58A5,5,0,0,1,27.63,30Z" fill="#484f60"/><path d="M24,21a5,5,0,0,1-.67,3l8.33-3.3L31,15.43l-9.51,1.68A4.84,4.84,0,0,1,24,21Z" fill="#484f60"/></svg>
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <g>
6
- <g>
7
- <path fill="#A06F51" d="M38.2,27.1c-0.1-0.2-0.1-0.6,0.1-0.8l1.8-2.1c0.2-0.2,0.1-0.5-0.1-0.7l-2.2-1.7c-0.2-0.2-0.3-0.5-0.3-0.8
8
- l0.8-2.7c0.1-0.3-0.1-0.5-0.3-0.6L35.3,17c-0.3-0.1-0.5-0.3-0.5-0.6l-0.4-2.8c0-0.3-0.3-0.5-0.6-0.4l-2.8,0.5
9
- c-0.3,0.1-0.6-0.1-0.7-0.3L28.9,11c-0.1-0.2-0.4-0.3-0.7-0.1l-2.3,1.6c-0.2,0.2-0.6,0.2-0.8,0l-2.3-1.6c-0.2-0.2-0.5-0.1-0.7,0.1
10
- l-1.5,2.4c-0.1,0.2-0.5,0.4-0.7,0.3l-2.8-0.5c-0.3-0.1-0.5,0.1-0.6,0.4l-0.4,2.8c0,0.3-0.3,0.5-0.5,0.6l-2.7,0.6
11
- c-0.3,0.1-0.4,0.3-0.3,0.6l0.8,2.7c0.1,0.3,0,0.6-0.3,0.8l-2.2,1.7c-0.2,0.2-0.3,0.5-0.1,0.7l1.8,2.1c0.2,0.2,0.2,0.6,0.1,0.8
12
- l-1.4,2.5c-0.1,0.2,0,0.5,0.2,0.7l2.6,1.2c0.2,0.1,0.4,0.4,0.4,0.7l-0.2,2.8c0,0.3,0.2,0.5,0.5,0.5l2.8,0.1c0.3,0,0.6,0.2,0.7,0.5
13
- l0.9,2.7c0.1,0.3,0.4,0.4,0.6,0.3l2.6-1.1c0.3-0.1,0.6,0,0.8,0.2l1.9,2.1c0.2,0.2,0.5,0.2,0.7,0l1.9-2.1c0.2-0.2,0.5-0.3,0.8-0.2
14
- l2.6,1.1c0.3,0.1,0.5,0,0.6-0.3l0.9-2.7c0.1-0.3,0.4-0.5,0.7-0.5l2.8-0.1c0.3,0,0.5-0.2,0.5-0.5l-0.2-2.8c0-0.3,0.2-0.6,0.4-0.7
15
- l2.6-1.2c0.2-0.1,0.3-0.4,0.2-0.7L38.2,27.1z M25.5,37.5c-6.6,0-12-5.4-12-12c0-6.6,5.4-12,12-12c6.6,0,12,5.4,12,12
16
- C37.5,32.1,32.1,37.5,25.5,37.5z"/>
17
- </g>
18
- <path fill="#CF8E67" d="M25.5,37C19.2,37,14,31.8,14,25.5S19.2,14,25.5,14S37,19.2,37,25.5S31.8,37,25.5,37z"/>
19
- <path fill="#A06F51" d="M26,29.1c-0.3-0.2-0.8-0.2-1,0l-2.9,2c-0.3,0.2-0.4,0.1-0.3-0.2l1-3.3c0.1-0.3,0-0.8-0.3-1l-2.8-2.1
20
- c-0.3-0.2-0.2-0.4,0.1-0.4l3.5-0.1c0.3,0,0.7-0.3,0.8-0.6l1.1-3.3c0.1-0.3,0.3-0.3,0.4,0l1.1,3.3c0.1,0.3,0.5,0.6,0.8,0.6l3.5,0.1
21
- c0.3,0,0.4,0.2,0.1,0.4l-2.8,2.1c-0.3,0.2-0.4,0.7-0.3,1l1,3.3c0.1,0.3-0.1,0.4-0.3,0.2L26,29.1z"/>
22
- </g>
23
- </svg>
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <g>
6
- <g>
7
- <path fill="#CB9618" d="M38.2,27.1c-0.1-0.2-0.1-0.6,0.1-0.8l1.8-2.1c0.2-0.2,0.1-0.5-0.1-0.7l-2.2-1.7c-0.2-0.2-0.3-0.5-0.3-0.8
8
- l0.8-2.7c0.1-0.3-0.1-0.5-0.3-0.6L35.3,17c-0.3-0.1-0.5-0.3-0.5-0.6l-0.4-2.8c0-0.3-0.3-0.5-0.6-0.4l-2.8,0.5
9
- c-0.3,0.1-0.6-0.1-0.7-0.3L28.9,11c-0.1-0.2-0.4-0.3-0.7-0.1l-2.3,1.6c-0.2,0.2-0.6,0.2-0.8,0l-2.3-1.6c-0.2-0.2-0.5-0.1-0.7,0.1
10
- l-1.5,2.4c-0.1,0.2-0.5,0.4-0.7,0.3l-2.8-0.5c-0.3-0.1-0.5,0.1-0.6,0.4l-0.4,2.8c0,0.3-0.3,0.5-0.5,0.6l-2.7,0.6
11
- c-0.3,0.1-0.4,0.3-0.3,0.6l0.8,2.7c0.1,0.3,0,0.6-0.3,0.8l-2.2,1.7c-0.2,0.2-0.3,0.5-0.1,0.7l1.8,2.1c0.2,0.2,0.2,0.6,0.1,0.8
12
- l-1.4,2.5c-0.1,0.2,0,0.5,0.2,0.7l2.6,1.2c0.2,0.1,0.4,0.4,0.4,0.7l-0.2,2.8c0,0.3,0.2,0.5,0.5,0.5l2.8,0.1c0.3,0,0.6,0.2,0.7,0.5
13
- l0.9,2.7c0.1,0.3,0.4,0.4,0.6,0.3l2.6-1.1c0.3-0.1,0.6,0,0.8,0.2l1.9,2.1c0.2,0.2,0.5,0.2,0.7,0l1.9-2.1c0.2-0.2,0.5-0.3,0.8-0.2
14
- l2.6,1.1c0.3,0.1,0.5,0,0.6-0.3l0.9-2.7c0.1-0.3,0.4-0.5,0.7-0.5l2.8-0.1c0.3,0,0.5-0.2,0.5-0.5l-0.2-2.8c0-0.3,0.2-0.6,0.4-0.7
15
- l2.6-1.2c0.2-0.1,0.3-0.4,0.2-0.7L38.2,27.1z M25.5,37.5c-6.6,0-12-5.4-12-12c0-6.6,5.4-12,12-12c6.6,0,12,5.4,12,12
16
- C37.5,32.1,32.1,37.5,25.5,37.5z"/>
17
- </g>
18
- <path fill="#F0B016" d="M25.5,37C19.2,37,14,31.8,14,25.5S19.2,14,25.5,14S37,19.2,37,25.5S31.8,37,25.5,37z"/>
19
- <path fill="#CB9618" d="M26,29.1c-0.3-0.2-0.8-0.2-1,0l-2.9,2c-0.3,0.2-0.4,0.1-0.3-0.2l1-3.3c0.1-0.3,0-0.8-0.3-1l-2.8-2.1
20
- c-0.3-0.2-0.2-0.4,0.1-0.4l3.5-0.1c0.3,0,0.7-0.3,0.8-0.6l1.1-3.3c0.1-0.3,0.3-0.3,0.4,0l1.1,3.3c0.1,0.3,0.5,0.6,0.8,0.6l3.5,0.1
21
- c0.3,0,0.4,0.2,0.1,0.4l-2.8,2.1c-0.3,0.2-0.4,0.7-0.3,1l1,3.3c0.1,0.3-0.1,0.4-0.3,0.2L26,29.1z"/>
22
- </g>
23
- </svg>
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <g>
6
- <g>
7
- <path fill="#C0C1C2" d="M38.2,27.1c-0.1-0.2-0.1-0.6,0.1-0.8l1.8-2.1c0.2-0.2,0.1-0.5-0.1-0.7l-2.2-1.7c-0.2-0.2-0.3-0.5-0.3-0.8
8
- l0.8-2.7c0.1-0.3-0.1-0.5-0.3-0.6L35.3,17c-0.3-0.1-0.5-0.3-0.5-0.6l-0.4-2.8c0-0.3-0.3-0.5-0.6-0.4l-2.8,0.5
9
- c-0.3,0.1-0.6-0.1-0.7-0.3L28.9,11c-0.1-0.2-0.4-0.3-0.7-0.1l-2.3,1.6c-0.2,0.2-0.6,0.2-0.8,0l-2.3-1.6c-0.2-0.2-0.5-0.1-0.7,0.1
10
- l-1.5,2.4c-0.1,0.2-0.5,0.4-0.7,0.3l-2.8-0.5c-0.3-0.1-0.5,0.1-0.6,0.4l-0.4,2.8c0,0.3-0.3,0.5-0.5,0.6l-2.7,0.6
11
- c-0.3,0.1-0.4,0.3-0.3,0.6l0.8,2.7c0.1,0.3,0,0.6-0.3,0.8l-2.2,1.7c-0.2,0.2-0.3,0.5-0.1,0.7l1.8,2.1c0.2,0.2,0.2,0.6,0.1,0.8
12
- l-1.4,2.5c-0.1,0.2,0,0.5,0.2,0.7l2.6,1.2c0.2,0.1,0.4,0.4,0.4,0.7l-0.2,2.8c0,0.3,0.2,0.5,0.5,0.5l2.8,0.1c0.3,0,0.6,0.2,0.7,0.5
13
- l0.9,2.7c0.1,0.3,0.4,0.4,0.6,0.3l2.6-1.1c0.3-0.1,0.6,0,0.8,0.2l1.9,2.1c0.2,0.2,0.5,0.2,0.7,0l1.9-2.1c0.2-0.2,0.5-0.3,0.8-0.2
14
- l2.6,1.1c0.3,0.1,0.5,0,0.6-0.3l0.9-2.7c0.1-0.3,0.4-0.5,0.7-0.5l2.8-0.1c0.3,0,0.5-0.2,0.5-0.5l-0.2-2.8c0-0.3,0.2-0.6,0.4-0.7
15
- l2.6-1.2c0.2-0.1,0.3-0.4,0.2-0.7L38.2,27.1z M25.5,37.5c-6.6,0-12-5.4-12-12c0-6.6,5.4-12,12-12c6.6,0,12,5.4,12,12
16
- C37.5,32.1,32.1,37.5,25.5,37.5z"/>
17
- </g>
18
- <path fill="#E2E2E2" d="M25.5,37C19.2,37,14,31.8,14,25.5S19.2,14,25.5,14S37,19.2,37,25.5S31.8,37,25.5,37z"/>
19
- <path fill="#C0C1C2" d="M26,29.1c-0.3-0.2-0.8-0.2-1,0l-2.9,2c-0.3,0.2-0.4,0.1-0.3-0.2l1-3.3c0.1-0.3,0-0.8-0.3-1l-2.8-2.1
20
- c-0.3-0.2-0.2-0.4,0.1-0.4l3.5-0.1c0.3,0,0.7-0.3,0.8-0.6l1.1-3.3c0.1-0.3,0.3-0.3,0.4,0l1.1,3.3c0.1,0.3,0.5,0.6,0.8,0.6l3.5,0.1
21
- c0.3,0,0.4,0.2,0.1,0.4l-2.8,2.1c-0.3,0.2-0.4,0.7-0.3,1l1,3.3c0.1,0.3-0.1,0.4-0.3,0.2L26,29.1z"/>
22
- </g>
23
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 51 51" enable-background="new 0 0 51 51" xml:space="preserve">
5
- <g>
6
- <path fill="#484F5F" d="M31.4,25.4h-0.5c-1.1,1.5-3.3,3.3-5.4,3.3c-2.1,0-4.3-1.8-5.4-3.3h-0.5c-2.2,0-3.9,2-3.9,3.8l2.6,2.9
7
- c0,1.7,1.8,7.9,3.9,7.9h6.5c2.2,0,3.9-6.2,3.9-7.9l2.6-2.9C35.3,27.5,33.6,25.4,31.4,25.4z"/>
8
- <path fill="#484F5F" d="M19.6,19.9c-0.1,0.3-0.1,0.5-0.1,0.8c0,2.6,2.7,5.6,6,5.6c3.3,0,6-3,6-5.6c0-0.3,0-0.5-0.1-0.8
9
- c-0.9,0.2-3.4,0.5-6,0.5C22.9,20.4,20.5,20.1,19.6,19.9z"/>
10
- <path fill="#484F5F" d="M31.3,16.2L25.5,11l-5.8,5.2l-0.2,2c0,0,3,0.6,6,0.6c3,0,6-0.6,6-0.6L31.3,16.2z M28,16
11
- c0,0.1-0.1,0.2-0.2,0.2h-1.5v1.5c0,0.1-0.1,0.2-0.2,0.2h-1c-0.1,0-0.2-0.1-0.2-0.2v-1.5h-1.5c-0.1,0-0.2-0.1-0.2-0.2v-1
12
- c0-0.1,0.1-0.2,0.2-0.2h1.5v-1.5c0-0.1,0.1-0.2,0.2-0.2h1c0.1,0,0.2,0.1,0.2,0.2v1.5h1.5c0.1,0,0.2,0.1,0.2,0.2V16z"/>
13
- </g>
14
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,30.83a5,5,0,0,0,5-4.95V16A5,5,0,0,0,20,16v9.92A5,5,0,0,0,25,30.83Z" fill="#484f60"/><path d="M21.45,16a3.55,3.55,0,0,1,7.1,0v9.92a3.55,3.55,0,0,1-7.1,0Z" fill="#484f60"/><path d="M31.38,20.87v6c0,2.95-2.86,5.34-6.38,5.34s-6.38-2.39-6.38-5.34v-6H17.21v6c0,3.52,3.12,6.41,7.08,6.72v4.29H20v1.41H30V37.92H25.7V33.63c4-.31,7.09-3.2,7.09-6.72v-6Z" fill="#484f60"/></svg>