@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.
- package/README.md +9 -12
- package/bundles/colijnit-corecomponents_v12.umd.js +14269 -0
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -0
- package/colijnit-corecomponents_v12.d.ts +43 -0
- package/colijnit-corecomponents_v12.metadata.json +1 -0
- package/esm2015/colijnit-corecomponents_v12.js +44 -0
- package/esm2015/lib/components/article-tile/article-tile.component.js +81 -0
- package/esm2015/lib/components/article-tile/article-tile.module.js +35 -0
- package/esm2015/lib/components/base/base-input.component.js +834 -0
- package/esm2015/lib/components/base/base.module.js +22 -0
- package/esm2015/lib/components/base/commit-buttons/commit-buttons.component.js +103 -0
- package/esm2015/lib/components/base/commit-buttons/commit-buttons.module.js +21 -0
- package/esm2015/lib/components/base/dialog-base.component.js +6 -0
- package/esm2015/lib/components/base-input-date-picker/base-input-date-picker.directive.js +25 -0
- package/esm2015/lib/components/button/button.component.js +79 -0
- package/esm2015/lib/components/button/button.module.js +19 -0
- package/esm2015/lib/components/calendar/calendar-template.component.js +342 -0
- package/esm2015/lib/components/calendar/calendar.component.js +45 -0
- package/esm2015/lib/components/calendar/calendar.module.js +28 -0
- package/esm2015/lib/components/card/card.component.js +72 -0
- package/esm2015/lib/components/card/card.module.js +35 -0
- package/esm2015/lib/components/carousel/carousel.component.js +130 -0
- package/esm2015/lib/components/carousel/carousel.module.js +32 -0
- package/esm2015/lib/components/carousel-3d/carousel-3d.component.js +315 -0
- package/esm2015/lib/components/carousel-3d/carousel-3d.module.js +19 -0
- package/esm2015/lib/components/carousel-3d/carouselItem.js +54 -0
- package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.component.js +87 -0
- package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.module.js +19 -0
- package/esm2015/lib/components/co-dialog/co-dialog.component.js +113 -0
- package/esm2015/lib/components/co-dialog/co-dialog.module.js +19 -0
- package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.component.js +51 -0
- package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.module.js +17 -0
- package/esm2015/lib/components/collapsible/collapsible.component.js +92 -0
- package/esm2015/lib/components/collapsible/collapsible.module.js +19 -0
- package/esm2015/lib/components/color-picker/color-picker.component.js +41 -0
- package/esm2015/lib/components/color-picker/color-picker.module.js +21 -0
- package/esm2015/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.js +79 -0
- package/esm2015/lib/components/core-dialog/core-dialog.module.js +39 -0
- package/esm2015/lib/components/core-dialog/core-dialog.service.js +67 -0
- package/esm2015/lib/components/core-dialog/core-dynamic-component.service.js +93 -0
- package/esm2015/lib/components/double-calendar/double-calendar.component.js +80 -0
- package/esm2015/lib/components/double-calendar/double-calendar.module.js +25 -0
- package/esm2015/lib/components/filter-item/filter-item-viewmodel.js +13 -0
- package/esm2015/lib/components/filter-item/filter-item.component.js +646 -0
- package/esm2015/lib/components/filter-item/filter-item.module.js +43 -0
- package/esm2015/lib/components/filter-item/filter-viewmodel.js +11 -0
- package/esm2015/lib/components/form/form.component.js +184 -0
- package/esm2015/lib/components/form/form.module.js +23 -0
- package/esm2015/lib/components/grid-toolbar/grid-toolbar.component.js +57 -0
- package/esm2015/lib/components/grid-toolbar/grid-toolbar.module.js +23 -0
- package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.component.js +28 -0
- package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.module.js +19 -0
- package/esm2015/lib/components/icon/icon-cache.service.js +52 -0
- package/esm2015/lib/components/icon/icon.component.js +48 -0
- package/esm2015/lib/components/icon/icon.module.js +25 -0
- package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.component.js +64 -0
- package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.module.js +23 -0
- package/esm2015/lib/components/image/image.component.js +42 -0
- package/esm2015/lib/components/image/image.module.js +14 -0
- package/esm2015/lib/components/input-checkbox/input-checkbox.component.js +79 -0
- package/esm2015/lib/components/input-checkbox/input-checkbox.module.js +19 -0
- package/esm2015/lib/components/input-date-picker/input-date-picker.component.js +91 -0
- package/esm2015/lib/components/input-date-picker/input-date-picker.module.js +26 -0
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +134 -0
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.module.js +27 -0
- package/esm2015/lib/components/input-number-picker/input-number-picker.component.js +314 -0
- package/esm2015/lib/components/input-number-picker/input-number-picker.module.js +23 -0
- package/esm2015/lib/components/input-radio-button/input-radio-button.component.js +84 -0
- package/esm2015/lib/components/input-radio-button/input-radio-button.module.js +19 -0
- package/esm2015/lib/components/input-scanner/bar-code-scanner.js +23 -0
- package/esm2015/lib/components/input-scanner/input-scanner.component.js +72 -0
- package/esm2015/lib/components/input-scanner/input-scanner.module.js +21 -0
- package/esm2015/lib/components/input-scanner/scanner.service.js +28 -0
- package/esm2015/lib/components/input-search/input-search.component.js +83 -0
- package/esm2015/lib/components/input-search/input-search.module.js +21 -0
- package/esm2015/lib/components/input-text/input-text.component.js +246 -0
- package/esm2015/lib/components/input-text/input-text.module.js +33 -0
- package/esm2015/lib/components/input-textarea/input-textarea.component.js +78 -0
- package/esm2015/lib/components/input-textarea/input-textarea.module.js +27 -0
- package/esm2015/lib/components/level-indicator/level-indicator-level.enum.js +7 -0
- package/esm2015/lib/components/level-indicator/level-indicator.component.js +36 -0
- package/esm2015/lib/components/level-indicator/level-indicator.module.js +15 -0
- package/esm2015/lib/components/list-of-icons/list-of-icons.component.js +64 -0
- package/esm2015/lib/components/list-of-icons/list-of-icons.module.js +25 -0
- package/esm2015/lib/components/list-of-values/list-of-values-multiselect-popup.component.js +112 -0
- package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +251 -0
- package/esm2015/lib/components/list-of-values/list-of-values.component.js +233 -0
- package/esm2015/lib/components/list-of-values/list-of-values.module.js +38 -0
- package/esm2015/lib/components/loader/loader.component.js +84 -0
- package/esm2015/lib/components/loader/loader.module.js +19 -0
- package/esm2015/lib/components/pagination/paginate.pipe.js +99 -0
- package/esm2015/lib/components/pagination/pagination-instance.js +2 -0
- package/esm2015/lib/components/pagination/pagination.component.js +126 -0
- package/esm2015/lib/components/pagination/pagination.module.js +28 -0
- package/esm2015/lib/components/pagination/pagination.service.js +88 -0
- package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +151 -0
- package/esm2015/lib/components/pagination-bar/pagination-bar.module.js +19 -0
- package/esm2015/lib/components/popup/const/popup-window-token.js +3 -0
- package/esm2015/lib/components/popup/interface/popup-button.js +8 -0
- package/esm2015/lib/components/popup/interface/popup-close-event.js +2 -0
- package/esm2015/lib/components/popup/interface/popup-settings.js +42 -0
- package/esm2015/lib/components/popup/interface/popup.js +2 -0
- package/esm2015/lib/components/popup/model/popup-button-globals.js +11 -0
- package/esm2015/lib/components/popup/model/popup-window.js +38 -0
- package/esm2015/lib/components/popup/popup-buttons.component.js +53 -0
- package/esm2015/lib/components/popup/popup-message-display.component.js +47 -0
- package/esm2015/lib/components/popup/popup-window-shell.component.js +159 -0
- package/esm2015/lib/components/popup/popup.module.js +49 -0
- package/esm2015/lib/components/popup/service/popup-shower.service.js +90 -0
- package/esm2015/lib/components/popup/service/prompt.service.js +127 -0
- package/esm2015/lib/components/popup/text-input-popup.component.js +36 -0
- package/esm2015/lib/components/responsive-text/responsive-text.component.js +24 -0
- package/esm2015/lib/components/responsive-text/responsive-text.module.js +19 -0
- package/esm2015/lib/components/simple-grid/base-simple-grid.component.js +166 -0
- package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +172 -0
- package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +113 -0
- package/esm2015/lib/components/simple-grid/simple-grid.component.js +612 -0
- package/esm2015/lib/components/simple-grid/simple-grid.module.js +45 -0
- package/esm2015/lib/components/tile/tile.component.js +73 -0
- package/esm2015/lib/components/tile/tile.module.js +23 -0
- package/esm2015/lib/components/tile-select/tile-select.component.js +36 -0
- package/esm2015/lib/components/tile-select/tile-select.module.js +21 -0
- package/esm2015/lib/components/tooltip/tooltip.component.js +77 -0
- package/esm2015/lib/components/tooltip/tooltip.module.js +19 -0
- package/esm2015/lib/components/validation-error/validation-error.component.js +38 -0
- package/esm2015/lib/components/validation-error/validation-error.module.js +25 -0
- package/esm2015/lib/components/view-mode-buttons/content-view-mode.enum.js +11 -0
- package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.component.js +61 -0
- package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.module.js +21 -0
- package/esm2015/lib/core/constant/default-upper-bound-for-range-components.js +4 -0
- package/esm2015/lib/core/constant/java-max-int.js +2 -0
- package/esm2015/lib/core/constant/number-inputs-key-down-white-list.js +45 -0
- package/esm2015/lib/core/decorator/input-boolean.decorator.js +34 -0
- package/esm2015/lib/core/enum/co-direction.js +9 -0
- package/esm2015/lib/core/enum/co-document-image-display-kind.enum.js +7 -0
- package/esm2015/lib/core/enum/co-document-type.enum.js +11 -0
- package/esm2015/lib/core/enum/co-orientation.js +17 -0
- package/esm2015/lib/core/enum/core-components-icon.enum.js +300 -0
- package/esm2015/lib/core/enum/file-type-internal.enum.js +17 -0
- package/esm2015/lib/core/enum/file-type.enum.js +11 -0
- package/esm2015/lib/core/enum/filterItem-mode.enum.js +43 -0
- package/esm2015/lib/core/enum/input-number-picker-show-mode.enum.js +8 -0
- package/esm2015/lib/core/enum/keyboard-code.enum.js +74 -0
- package/esm2015/lib/core/enum/keyboard-key.enum.js +76 -0
- package/esm2015/lib/core/enum/object-right-type.enum.js +7 -0
- package/esm2015/lib/core/enum/popup-button-type.enum.js +12 -0
- package/esm2015/lib/core/enum/popup-type.enum.js +11 -0
- package/esm2015/lib/core/enum/table-name.enum.js +81 -0
- package/esm2015/lib/core/function/any-nill.function.js +6 -0
- package/esm2015/lib/core/function/is-nill.function.js +5 -0
- package/esm2015/lib/core/function/none-nill.function.js +17 -0
- package/esm2015/lib/core/function/not-nill.function.js +5 -0
- package/esm2015/lib/core/model/bounds-constrained-number-value.js +171 -0
- package/esm2015/lib/core/model/check-precision-and-scale-result.js +2 -0
- package/esm2015/lib/core/model/check-within-stepped-bounds-result.js +2 -0
- package/esm2015/lib/core/model/co-document-right.bo.js +3 -0
- package/esm2015/lib/core/model/co-document.bo.js +121 -0
- package/esm2015/lib/core/model/core-components-icon-svg.js +299 -0
- package/esm2015/lib/core/model/element-position.js +10 -0
- package/esm2015/lib/core/model/event/string-prompt-result-event.js +8 -0
- package/esm2015/lib/core/service/form-input-user-change-listener.service.js +25 -0
- package/esm2015/lib/core/service/form-master.service.js +102 -0
- package/esm2015/lib/core/service/ng-zone-wrapper.service.js +20 -0
- package/esm2015/lib/core/utils/array-utils.js +264 -0
- package/esm2015/lib/core/utils/browser-utils.js +100 -0
- package/esm2015/lib/core/utils/direction-enum-utils.js +14 -0
- package/esm2015/lib/core/utils/event-utils.js +53 -0
- package/esm2015/lib/core/utils/file-utils.js +267 -0
- package/esm2015/lib/core/utils/number-utils.js +309 -0
- package/esm2015/lib/core/utils/object-utils.js +186 -0
- package/esm2015/lib/core/utils/string-utils.js +94 -0
- package/esm2015/lib/core/validator/email.validator.js +6 -0
- package/esm2015/lib/core/validator/equal.validator.js +11 -0
- package/esm2015/lib/core/validator/max-string-length.validator.js +10 -0
- package/esm2015/lib/core/validator/password.validator.js +31 -0
- package/esm2015/lib/core/validator/precision-scale.validator.js +11 -0
- package/esm2015/lib/core/validator/required.validator.js +5 -0
- package/esm2015/lib/directives/clickoutside/click-outside-master.service.js +57 -0
- package/esm2015/lib/directives/clickoutside/click-outside.directive.js +71 -0
- package/esm2015/lib/directives/clickoutside/clickoutside.module.js +19 -0
- package/esm2015/lib/directives/observe-visibility/observe-visibility.directive.js +53 -0
- package/esm2015/lib/directives/observe-visibility/observe-visibility.module.js +15 -0
- package/esm2015/lib/directives/overlay/overlay-parent.directive.js +19 -0
- package/esm2015/lib/directives/overlay/overlay.directive.js +161 -0
- package/esm2015/lib/directives/overlay/overlay.module.js +18 -0
- package/esm2015/lib/directives/ripple/ripple-ref.js +26 -0
- package/esm2015/lib/directives/ripple/ripple-renderer.js +160 -0
- package/esm2015/lib/directives/ripple/ripple.directive.js +80 -0
- package/esm2015/lib/directives/ripple/ripple.module.js +24 -0
- package/esm2015/lib/directives/ripple/scroll-dispatcher.service.js +108 -0
- package/esm2015/lib/directives/ripple/scrollable.directive.js +40 -0
- package/esm2015/lib/directives/ripple/viewport-ruler.service.js +73 -0
- package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +158 -0
- package/esm2015/lib/directives/screen-configuration/screen-configuration.module.js +19 -0
- package/esm2015/lib/directives/stopclick/stop-click.directive.js +38 -0
- package/esm2015/lib/directives/stopclick/stop-click.module.js +15 -0
- package/esm2015/lib/directives/template-wrapper/template-wrapper.directive.js +68 -0
- package/esm2015/lib/directives/template-wrapper/template-wrapper.module.js +15 -0
- package/esm2015/lib/directives/tooltip/tooltip-directive.module.js +19 -0
- package/esm2015/lib/directives/tooltip/tooltip.directive.js +78 -0
- package/esm2015/lib/interfaces/dialog-response.interface.js +2 -0
- package/esm2015/lib/interfaces/scanner-input.interface.js +2 -0
- package/esm2015/lib/interfaces/screen-config-adapter-component-interface-name.js +4 -0
- package/esm2015/lib/interfaces/screen-config-adapter.component.interface.js +2 -0
- package/esm2015/lib/model/enum/app-button-type.enum.js +11 -0
- package/esm2015/lib/model/enum/app-popup-type.enum.js +8 -0
- package/esm2015/lib/model/icon-list-item.js +2 -0
- package/esm2015/lib/pipes/append.pipe.js +17 -0
- package/esm2015/lib/pipes/append.pipe.module.js +15 -0
- package/esm2015/lib/pipes/filter.pipe.js +16 -0
- package/esm2015/lib/pipes/filter.pipe.module.js +15 -0
- package/esm2015/lib/pipes/prepend.pipe.js +17 -0
- package/esm2015/lib/pipes/prepend.pipe.module.js +15 -0
- package/esm2015/lib/pipes/price-display-pipe.module.js +15 -0
- package/esm2015/lib/pipes/price-display.pipe.js +20 -0
- package/esm2015/lib/service/base-module-screen-config.service.js +205 -0
- package/esm2015/lib/service/base-module.service.js +42 -0
- package/esm2015/lib/service/color-sequence.service.js +49 -0
- package/esm2015/lib/service/overlay.service.js +73 -0
- package/esm2015/lib/translation/core-components-translation.module.js +29 -0
- package/esm2015/lib/translation/core-components-translation.service.js +17 -0
- package/esm2015/lib/translation/core-dictionary.service.js +29 -0
- package/esm2015/lib/translation/core-localize.pipe.js +26 -0
- package/esm2015/public-api.js +132 -0
- package/fesm2015/colijnit-corecomponents_v12.js +13665 -0
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -0
- package/lib/components/article-tile/article-tile.component.d.ts +22 -0
- package/lib/components/article-tile/article-tile.module.d.ts +2 -0
- package/lib/components/base/base-input.component.d.ts +182 -0
- package/lib/components/base/base.module.d.ts +2 -0
- package/lib/components/base/commit-buttons/commit-buttons.component.d.ts +21 -0
- package/lib/components/base/commit-buttons/commit-buttons.module.d.ts +2 -0
- package/lib/components/base/dialog-base.component.d.ts +4 -0
- package/lib/components/base-input-date-picker/base-input-date-picker.directive.d.ts +15 -0
- package/lib/components/button/button.component.d.ts +29 -0
- package/lib/components/button/button.module.d.ts +2 -0
- package/lib/components/calendar/calendar-template.component.d.ts +60 -0
- package/lib/components/calendar/calendar.component.d.ts +13 -0
- package/lib/components/calendar/calendar.module.d.ts +2 -0
- package/lib/components/card/card.component.d.ts +23 -0
- package/lib/components/card/card.module.d.ts +2 -0
- package/lib/components/carousel/carousel.component.d.ts +23 -0
- package/lib/components/carousel/carousel.module.d.ts +6 -0
- package/lib/components/carousel-3d/carousel-3d.component.d.ts +55 -0
- package/lib/components/carousel-3d/carousel-3d.module.d.ts +2 -0
- package/lib/components/carousel-3d/carouselItem.d.ts +13 -0
- package/lib/components/checkmark-overlay/checkmark-overlay.component.d.ts +17 -0
- package/lib/components/checkmark-overlay/checkmark-overlay.module.d.ts +2 -0
- package/lib/components/co-dialog/co-dialog.component.d.ts +23 -0
- package/lib/components/co-dialog/co-dialog.module.d.ts +2 -0
- package/lib/components/co-dialog-wizard/co-dialog-wizard.component.d.ts +9 -0
- package/lib/components/co-dialog-wizard/co-dialog-wizard.module.d.ts +2 -0
- package/lib/components/collapsible/collapsible.component.d.ts +22 -0
- package/lib/components/collapsible/collapsible.module.d.ts +2 -0
- package/lib/components/color-picker/color-picker.component.d.ts +6 -0
- package/lib/components/color-picker/color-picker.module.d.ts +2 -0
- package/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +20 -0
- package/lib/components/core-dialog/core-dialog.module.d.ts +4 -0
- package/lib/components/core-dialog/core-dialog.service.d.ts +15 -0
- package/lib/components/core-dialog/core-dynamic-component.service.d.ts +12 -0
- package/lib/components/double-calendar/double-calendar.component.d.ts +18 -0
- package/lib/components/double-calendar/double-calendar.module.d.ts +2 -0
- package/lib/components/filter-item/filter-item-viewmodel.d.ts +9 -0
- package/lib/components/filter-item/filter-item.component.d.ts +80 -0
- package/lib/components/filter-item/filter-item.module.d.ts +2 -0
- package/lib/components/filter-item/filter-viewmodel.d.ts +8 -0
- package/lib/components/form/form.component.d.ts +39 -0
- package/lib/components/form/form.module.d.ts +2 -0
- package/lib/components/grid-toolbar/grid-toolbar.component.d.ts +19 -0
- package/lib/components/grid-toolbar/grid-toolbar.module.d.ts +2 -0
- package/lib/components/grid-toolbar-button/grid-toolbar-button.component.d.ts +8 -0
- package/lib/components/grid-toolbar-button/grid-toolbar-button.module.d.ts +2 -0
- package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/_layout.scss +13 -0
- package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/_theme.scss +4 -0
- package/lib/components/hour-scheduling/components/hour-scheduling-test-object/style/material.scss +4 -0
- package/lib/components/hour-scheduling/style/_layout.scss +49 -0
- package/lib/components/hour-scheduling/style/_theme.scss +4 -0
- package/lib/components/icon/icon-cache.service.d.ts +20 -0
- package/lib/components/icon/icon.component.d.ts +17 -0
- package/lib/components/icon/icon.module.d.ts +2 -0
- package/lib/components/icon-collapse-handle/icon-collapse-handle.component.d.ts +21 -0
- package/lib/components/icon-collapse-handle/icon-collapse-handle.module.d.ts +2 -0
- package/lib/components/image/image.component.d.ts +20 -0
- package/lib/components/image/image.module.d.ts +2 -0
- package/lib/components/input-checkbox/input-checkbox.component.d.ts +24 -0
- package/lib/components/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/lib/components/input-date-picker/input-date-picker.component.d.ts +12 -0
- package/lib/components/input-date-picker/input-date-picker.module.d.ts +2 -0
- package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +20 -0
- package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -0
- package/lib/components/input-number-picker/input-number-picker.component.d.ts +73 -0
- package/lib/components/input-number-picker/input-number-picker.module.d.ts +2 -0
- package/lib/components/input-radio-button/input-radio-button.component.d.ts +19 -0
- package/lib/components/input-radio-button/input-radio-button.module.d.ts +2 -0
- package/lib/components/input-scanner/bar-code-scanner.d.ts +7 -0
- package/lib/components/input-scanner/input-scanner.component.d.ts +24 -0
- package/lib/components/input-scanner/input-scanner.module.d.ts +2 -0
- package/lib/components/input-scanner/scanner.service.d.ts +11 -0
- package/lib/components/input-search/input-search.component.d.ts +20 -0
- package/lib/components/input-search/input-search.module.d.ts +2 -0
- package/lib/components/input-text/input-text.component.d.ts +66 -0
- package/lib/components/input-text/input-text.module.d.ts +2 -0
- package/lib/components/input-textarea/input-textarea.component.d.ts +19 -0
- package/lib/components/input-textarea/input-textarea.module.d.ts +2 -0
- package/lib/components/level-indicator/level-indicator-level.enum.d.ts +5 -0
- package/lib/components/level-indicator/level-indicator.component.d.ts +10 -0
- package/lib/components/level-indicator/level-indicator.module.d.ts +2 -0
- package/lib/components/list-of-icons/list-of-icons.component.d.ts +19 -0
- package/lib/components/list-of-icons/list-of-icons.module.d.ts +2 -0
- package/lib/components/list-of-values/list-of-values-multiselect-popup.component.d.ts +25 -0
- package/lib/components/list-of-values/list-of-values-popup.component.d.ts +47 -0
- package/lib/components/list-of-values/list-of-values.component.d.ts +37 -0
- package/lib/components/list-of-values/list-of-values.module.d.ts +2 -0
- package/lib/components/loader/loader.component.d.ts +3 -0
- package/lib/components/loader/loader.module.d.ts +2 -0
- package/lib/components/pagination/paginate.pipe.d.ts +15 -0
- package/lib/components/pagination/pagination-instance.d.ts +14 -0
- package/lib/components/pagination/pagination.component.d.ts +38 -0
- package/lib/components/pagination/pagination.module.d.ts +2 -0
- package/lib/components/pagination/pagination.service.d.ts +24 -0
- package/lib/components/pagination-bar/pagination-bar.component.d.ts +33 -0
- package/lib/components/pagination-bar/pagination-bar.module.d.ts +2 -0
- package/lib/components/popup/const/popup-window-token.d.ts +3 -0
- package/lib/components/popup/interface/popup-button.d.ts +8 -0
- package/lib/components/popup/interface/popup-close-event.d.ts +5 -0
- package/lib/components/popup/interface/popup-settings.d.ts +21 -0
- package/lib/components/popup/interface/popup.d.ts +9 -0
- package/lib/components/popup/model/popup-button-globals.d.ts +9 -0
- package/lib/components/popup/model/popup-window.d.ts +21 -0
- package/lib/components/popup/popup-buttons.component.d.ts +13 -0
- package/lib/components/popup/popup-message-display.component.d.ts +12 -0
- package/lib/components/popup/popup-window-shell.component.d.ts +42 -0
- package/lib/components/popup/popup.module.d.ts +4 -0
- package/lib/components/popup/service/popup-shower.service.d.ts +17 -0
- package/lib/components/popup/service/prompt.service.d.ts +17 -0
- package/lib/components/popup/text-input-popup.component.d.ts +12 -0
- package/lib/components/responsive-text/responsive-text.component.d.ts +4 -0
- package/lib/components/responsive-text/responsive-text.module.d.ts +2 -0
- package/lib/components/simple-grid/base-simple-grid.component.d.ts +53 -0
- package/lib/components/simple-grid/simple-grid-cell.component.d.ts +30 -0
- package/lib/components/simple-grid/simple-grid-column.directive.d.ts +43 -0
- package/lib/components/simple-grid/simple-grid.component.d.ts +78 -0
- package/lib/components/simple-grid/simple-grid.module.d.ts +2 -0
- package/lib/components/tile/tile.component.d.ts +16 -0
- package/lib/components/tile/tile.module.d.ts +2 -0
- package/lib/components/tile-select/tile-select.component.d.ts +8 -0
- package/lib/components/tile-select/tile-select.module.d.ts +2 -0
- package/lib/components/tooltip/style/material.scss +4 -0
- package/lib/components/tooltip/tooltip.component.d.ts +18 -0
- package/lib/components/tooltip/tooltip.module.d.ts +2 -0
- package/lib/components/validation-error/validation-error.component.d.ts +12 -0
- package/lib/components/validation-error/validation-error.module.d.ts +2 -0
- package/lib/components/view-mode-buttons/content-view-mode.enum.d.ts +8 -0
- package/lib/components/view-mode-buttons/view-mode-buttons.component.d.ts +17 -0
- package/lib/components/view-mode-buttons/view-mode-buttons.module.d.ts +2 -0
- package/lib/core/constant/default-upper-bound-for-range-components.d.ts +2 -0
- package/lib/core/constant/java-max-int.d.ts +1 -0
- package/lib/core/constant/number-inputs-key-down-white-list.d.ts +2 -0
- package/lib/core/decorator/input-boolean.decorator.d.ts +8 -0
- package/lib/core/enum/co-direction.d.ts +6 -0
- package/lib/core/enum/co-document-image-display-kind.enum.d.ts +5 -0
- package/lib/core/enum/co-document-type.enum.d.ts +5 -0
- package/lib/core/enum/co-orientation.d.ts +6 -0
- package/lib/core/enum/core-components-icon.enum.d.ts +298 -0
- package/lib/core/enum/file-type-internal.enum.d.ts +15 -0
- package/lib/core/enum/file-type.enum.d.ts +5 -0
- package/lib/core/enum/filterItem-mode.enum.d.ts +15 -0
- package/lib/core/enum/input-number-picker-show-mode.enum.d.ts +5 -0
- package/lib/core/enum/keyboard-code.enum.d.ts +71 -0
- package/lib/core/enum/keyboard-key.enum.d.ts +70 -0
- package/lib/core/enum/object-right-type.enum.d.ts +5 -0
- package/lib/core/enum/popup-button-type.enum.d.ts +9 -0
- package/lib/core/enum/popup-type.enum.d.ts +9 -0
- package/lib/core/enum/table-name.enum.d.ts +79 -0
- package/lib/core/function/any-nill.function.d.ts +1 -0
- package/lib/core/function/is-nill.function.d.ts +1 -0
- package/lib/core/function/none-nill.function.d.ts +1 -0
- package/lib/core/function/not-nill.function.d.ts +1 -0
- package/lib/core/model/bounds-constrained-number-value.d.ts +46 -0
- package/lib/core/model/check-precision-and-scale-result.d.ts +4 -0
- package/lib/core/model/check-within-stepped-bounds-result.d.ts +8 -0
- package/lib/core/model/co-document-right.bo.d.ts +6 -0
- package/lib/core/model/co-document.bo.d.ts +61 -0
- package/lib/core/model/core-components-icon-svg.d.ts +4 -0
- package/lib/core/model/element-position.d.ts +7 -0
- package/lib/core/model/event/string-prompt-result-event.d.ts +6 -0
- package/lib/core/service/form-input-user-change-listener.service.d.ts +10 -0
- package/lib/core/service/form-master.service.d.ts +26 -0
- package/lib/core/service/ng-zone-wrapper.service.d.ts +6 -0
- package/lib/core/utils/array-utils.d.ts +85 -0
- package/lib/core/utils/browser-utils.d.ts +15 -0
- package/lib/core/utils/direction-enum-utils.d.ts +5 -0
- package/lib/core/utils/event-utils.d.ts +12 -0
- package/lib/core/utils/file-utils.d.ts +29 -0
- package/lib/core/utils/number-utils.d.ts +89 -0
- package/lib/core/utils/object-utils.d.ts +31 -0
- package/lib/core/utils/string-utils.d.ts +25 -0
- package/lib/core/validator/email.validator.d.ts +2 -0
- package/lib/core/validator/equal.validator.d.ts +2 -0
- package/lib/core/validator/max-string-length.validator.d.ts +2 -0
- package/lib/core/validator/password.validator.d.ts +3 -0
- package/lib/core/validator/precision-scale.validator.d.ts +2 -0
- package/lib/core/validator/required.validator.d.ts +2 -0
- package/lib/directives/clickoutside/click-outside-master.service.d.ts +15 -0
- package/lib/directives/clickoutside/click-outside.directive.d.ts +18 -0
- package/lib/directives/clickoutside/clickoutside.module.d.ts +2 -0
- package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +14 -0
- package/lib/directives/observe-visibility/observe-visibility.module.d.ts +2 -0
- package/lib/directives/overlay/overlay-parent.directive.d.ts +6 -0
- package/lib/directives/overlay/overlay.directive.d.ts +25 -0
- package/lib/directives/overlay/overlay.module.d.ts +2 -0
- package/lib/directives/ripple/ripple-ref.d.ts +21 -0
- package/lib/directives/ripple/ripple-renderer.d.ts +56 -0
- package/lib/directives/ripple/ripple.directive.d.ts +56 -0
- package/lib/directives/ripple/ripple.module.d.ts +2 -0
- package/lib/directives/ripple/scroll-dispatcher.service.d.ts +51 -0
- package/lib/directives/ripple/scrollable.directive.d.ts +20 -0
- package/lib/directives/ripple/viewport-ruler.service.d.ts +29 -0
- package/lib/directives/screen-configuration/screen-configuration.directive.d.ts +32 -0
- package/lib/directives/screen-configuration/screen-configuration.module.d.ts +2 -0
- package/lib/directives/stopclick/stop-click.directive.d.ts +10 -0
- package/lib/directives/stopclick/stop-click.module.d.ts +2 -0
- package/lib/directives/template-wrapper/template-wrapper.directive.d.ts +13 -0
- package/lib/directives/template-wrapper/template-wrapper.module.d.ts +2 -0
- package/lib/directives/tooltip/tooltip-directive.module.d.ts +2 -0
- package/lib/directives/tooltip/tooltip.directive.d.ts +20 -0
- package/lib/interfaces/dialog-response.interface.d.ts +6 -0
- package/lib/interfaces/screen-config-adapter-component-interface-name.d.ts +3 -0
- package/lib/interfaces/screen-config-adapter.component.interface.d.ts +10 -0
- package/lib/model/enum/app-button-type.enum.d.ts +9 -0
- package/lib/model/enum/app-popup-type.enum.d.ts +6 -0
- package/lib/model/icon-list-item.d.ts +6 -0
- package/lib/modules/pagination/style/_material-definition.scss +0 -0
- package/lib/pipes/append.pipe.d.ts +4 -0
- package/lib/pipes/append.pipe.module.d.ts +2 -0
- package/lib/pipes/filter.pipe.d.ts +4 -0
- package/lib/pipes/filter.pipe.module.d.ts +2 -0
- package/lib/pipes/prepend.pipe.d.ts +4 -0
- package/lib/pipes/prepend.pipe.module.d.ts +2 -0
- package/lib/pipes/price-display-pipe.module.d.ts +2 -0
- package/lib/pipes/price-display.pipe.d.ts +4 -0
- package/lib/service/base-module-screen-config.service.d.ts +47 -0
- package/lib/service/base-module.service.d.ts +22 -0
- package/lib/service/color-sequence.service.d.ts +7 -0
- package/lib/service/overlay.service.d.ts +13 -0
- package/lib/translation/core-components-translation.module.d.ts +4 -0
- package/lib/translation/core-components-translation.service.d.ts +6 -0
- package/lib/translation/core-dictionary.service.d.ts +12 -0
- package/lib/translation/core-localize.pipe.d.ts +7 -0
- package/package.json +23 -44
- package/public-api.d.ts +128 -0
- package/.browserslistrc +0 -17
- package/.editorconfig +0 -16
- package/.idea/CoreComponents_v12.iml +0 -12
- package/.idea/jpa-buddy.xml +0 -6
- package/.idea/misc.xml +0 -9
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/CoreComponents_v12.iml +0 -12
- package/angular.json +0 -146
- package/dist/corecomponentstest/favicon.ico +0 -0
- package/dist/corecomponentstest/index.html +0 -13
- package/dist/corecomponentstest/main.js +0 -24644
- package/dist/corecomponentstest/main.js.map +0 -1
- package/dist/corecomponentstest/polyfills.js +0 -2891
- package/dist/corecomponentstest/polyfills.js.map +0 -1
- package/dist/corecomponentstest/runtime.js +0 -161
- package/dist/corecomponentstest/runtime.js.map +0 -1
- package/dist/corecomponentstest/styles.css +0 -3075
- package/dist/corecomponentstest/styles.css.map +0 -1
- package/dist/corecomponentstest/vendor.js +0 -147126
- package/dist/corecomponentstest/vendor.js.map +0 -1
- package/karma.conf.js +0 -44
- package/move-assets.js +0 -14
- package/projects/corecomponents/README.md +0 -24
- package/projects/corecomponents/karma.conf.js +0 -44
- package/projects/corecomponents/ng-package.json +0 -10
- package/projects/corecomponents/package-lock.json +0 -13
- package/projects/corecomponents/package.json +0 -20
- package/projects/corecomponents/src/lib/components/article-tile/article-tile.component.ts +0 -96
- package/projects/corecomponents/src/lib/components/article-tile/article-tile.module.ts +0 -34
- package/projects/corecomponents/src/lib/components/base/base-input.component.ts +0 -988
- package/projects/corecomponents/src/lib/components/base/base.module.ts +0 -22
- package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.component.ts +0 -120
- package/projects/corecomponents/src/lib/components/base/commit-buttons/commit-buttons.module.ts +0 -19
- package/projects/corecomponents/src/lib/components/base/dialog-base.component.ts +0 -8
- package/projects/corecomponents/src/lib/components/base-input-date-picker/base-input-date-picker.directive.ts +0 -32
- package/projects/corecomponents/src/lib/components/base-input-time/base-input-time-directive.ts +0 -31
- package/projects/corecomponents/src/lib/components/button/button.component.ts +0 -117
- package/projects/corecomponents/src/lib/components/button/button.module.ts +0 -18
- package/projects/corecomponents/src/lib/components/calendar/calendar-template.component.ts +0 -392
- package/projects/corecomponents/src/lib/components/calendar/calendar.component.ts +0 -54
- package/projects/corecomponents/src/lib/components/calendar/calendar.module.ts +0 -26
- package/projects/corecomponents/src/lib/components/card/card.component.ts +0 -94
- package/projects/corecomponents/src/lib/components/card/card.module.ts +0 -34
- package/projects/corecomponents/src/lib/components/carousel/carousel.component.ts +0 -128
- package/projects/corecomponents/src/lib/components/carousel/carousel.module.ts +0 -28
- package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.component.ts +0 -392
- package/projects/corecomponents/src/lib/components/carousel-3d/carousel-3d.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/carousel-3d/carouselItem.ts +0 -77
- package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.component.ts +0 -99
- package/projects/corecomponents/src/lib/components/checkmark-overlay/checkmark-overlay.module.ts +0 -18
- package/projects/corecomponents/src/lib/components/co-dialog/animation.ts +0 -2
- package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.component.ts +0 -130
- package/projects/corecomponents/src/lib/components/co-dialog/co-dialog.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.component.ts +0 -50
- package/projects/corecomponents/src/lib/components/co-dialog-wizard/co-dialog-wizard.module.ts +0 -15
- package/projects/corecomponents/src/lib/components/collapsible/collapsible.component.ts +0 -114
- package/projects/corecomponents/src/lib/components/collapsible/collapsible.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/color-picker/color-picker.component.ts +0 -40
- package/projects/corecomponents/src/lib/components/color-picker/color-picker.module.ts +0 -19
- package/projects/corecomponents/src/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.ts +0 -86
- package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.module.ts +0 -37
- package/projects/corecomponents/src/lib/components/core-dialog/core-dialog.service.ts +0 -61
- package/projects/corecomponents/src/lib/components/core-dialog/core-dynamic-component.service.ts +0 -101
- package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.component.ts +0 -102
- package/projects/corecomponents/src/lib/components/double-calendar/double-calendar.module.ts +0 -23
- package/projects/corecomponents/src/lib/components/filter-item/filter-item-viewmodel.ts +0 -20
- package/projects/corecomponents/src/lib/components/filter-item/filter-item.component.ts +0 -715
- package/projects/corecomponents/src/lib/components/filter-item/filter-item.module.ts +0 -42
- package/projects/corecomponents/src/lib/components/filter-item/filter-viewmodel.ts +0 -11
- package/projects/corecomponents/src/lib/components/form/form.component.ts +0 -211
- package/projects/corecomponents/src/lib/components/form/form.module.ts +0 -22
- package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.component.ts +0 -62
- package/projects/corecomponents/src/lib/components/grid-toolbar/grid-toolbar.module.ts +0 -21
- package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.component.ts +0 -28
- package/projects/corecomponents/src/lib/components/grid-toolbar-button/grid-toolbar-button.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/icon/icon-cache.service.ts +0 -57
- package/projects/corecomponents/src/lib/components/icon/icon.component.ts +0 -54
- package/projects/corecomponents/src/lib/components/icon/icon.module.ts +0 -24
- package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.component.ts +0 -75
- package/projects/corecomponents/src/lib/components/icon-collapse-handle/icon-collapse-handle.module.ts +0 -21
- package/projects/corecomponents/src/lib/components/image/image.component.ts +0 -51
- package/projects/corecomponents/src/lib/components/image/image.module.ts +0 -12
- package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.component.ts +0 -85
- package/projects/corecomponents/src/lib/components/input-checkbox/input-checkbox.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.component.ts +0 -103
- package/projects/corecomponents/src/lib/components/input-date-picker/input-date-picker.module.ts +0 -24
- package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.component.ts +0 -155
- package/projects/corecomponents/src/lib/components/input-date-range-picker/input-date-range-picker.module.ts +0 -25
- package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.component.ts +0 -378
- package/projects/corecomponents/src/lib/components/input-number-picker/input-number-picker.module.ts +0 -20
- package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.component.ts +0 -86
- package/projects/corecomponents/src/lib/components/input-radio-button/input-radio-button.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/input-scanner/bar-code-scanner.ts +0 -25
- package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.component.ts +0 -89
- package/projects/corecomponents/src/lib/components/input-scanner/input-scanner.module.ts +0 -19
- package/projects/corecomponents/src/lib/components/input-scanner/scanner.service.ts +0 -28
- package/projects/corecomponents/src/lib/components/input-search/input-search.component.ts +0 -90
- package/projects/corecomponents/src/lib/components/input-search/input-search.module.ts +0 -20
- package/projects/corecomponents/src/lib/components/input-text/input-text.component.ts +0 -307
- package/projects/corecomponents/src/lib/components/input-text/input-text.module.ts +0 -31
- package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.component.ts +0 -81
- package/projects/corecomponents/src/lib/components/input-textarea/input-textarea.module.ts +0 -25
- package/projects/corecomponents/src/lib/components/input-time/input-time.component.ts +0 -72
- package/projects/corecomponents/src/lib/components/input-time/input-time.module.ts +0 -22
- package/projects/corecomponents/src/lib/components/level-indicator/level-indicator-level.enum.ts +0 -5
- package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.component.ts +0 -42
- package/projects/corecomponents/src/lib/components/level-indicator/level-indicator.module.ts +0 -13
- package/projects/corecomponents/src/lib/components/list-of-icons/list-of-icons.component.ts +0 -68
- package/projects/corecomponents/src/lib/components/list-of-icons/list-of-icons.module.ts +0 -22
- package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-multiselect-popup.component.ts +0 -132
- package/projects/corecomponents/src/lib/components/list-of-values/list-of-values-popup.component.ts +0 -291
- package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.component.ts +0 -257
- package/projects/corecomponents/src/lib/components/list-of-values/list-of-values.module.ts +0 -35
- package/projects/corecomponents/src/lib/components/loader/loader.component.ts +0 -82
- package/projects/corecomponents/src/lib/components/loader/loader.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/pagination/paginate.pipe.ts +0 -116
- package/projects/corecomponents/src/lib/components/pagination/pagination-instance.ts +0 -18
- package/projects/corecomponents/src/lib/components/pagination/pagination.component.ts +0 -160
- package/projects/corecomponents/src/lib/components/pagination/pagination.module.ts +0 -26
- package/projects/corecomponents/src/lib/components/pagination/pagination.service.ts +0 -99
- package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.component.ts +0 -178
- package/projects/corecomponents/src/lib/components/pagination-bar/pagination-bar.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/popup/const/popup-window-token.ts +0 -4
- package/projects/corecomponents/src/lib/components/popup/interface/popup-button.ts +0 -14
- package/projects/corecomponents/src/lib/components/popup/interface/popup-close-event.ts +0 -8
- package/projects/corecomponents/src/lib/components/popup/interface/popup-settings.ts +0 -70
- package/projects/corecomponents/src/lib/components/popup/interface/popup.ts +0 -17
- package/projects/corecomponents/src/lib/components/popup/model/popup-button-globals.ts +0 -11
- package/projects/corecomponents/src/lib/components/popup/model/popup-window.ts +0 -51
- package/projects/corecomponents/src/lib/components/popup/popup-buttons.component.ts +0 -61
- package/projects/corecomponents/src/lib/components/popup/popup-message-display.component.ts +0 -49
- package/projects/corecomponents/src/lib/components/popup/popup-window-shell.component.ts +0 -222
- package/projects/corecomponents/src/lib/components/popup/popup.module.ts +0 -48
- package/projects/corecomponents/src/lib/components/popup/service/popup-shower.service.ts +0 -98
- package/projects/corecomponents/src/lib/components/popup/service/prompt.service.ts +0 -127
- package/projects/corecomponents/src/lib/components/popup/text-input-popup.component.ts +0 -36
- package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.component.ts +0 -24
- package/projects/corecomponents/src/lib/components/responsive-text/responsive-text.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/simple-grid/base-simple-grid.component.ts +0 -196
- package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-cell.component.ts +0 -192
- package/projects/corecomponents/src/lib/components/simple-grid/simple-grid-column.directive.ts +0 -146
- package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.component.ts +0 -645
- package/projects/corecomponents/src/lib/components/simple-grid/simple-grid.module.ts +0 -42
- package/projects/corecomponents/src/lib/components/tile/tile.component.ts +0 -71
- package/projects/corecomponents/src/lib/components/tile/tile.module.ts +0 -21
- package/projects/corecomponents/src/lib/components/tile-select/tile-select.component.ts +0 -36
- package/projects/corecomponents/src/lib/components/tile-select/tile-select.module.ts +0 -19
- package/projects/corecomponents/src/lib/components/tooltip/tooltip.component.ts +0 -96
- package/projects/corecomponents/src/lib/components/tooltip/tooltip.module.ts +0 -17
- package/projects/corecomponents/src/lib/components/validation-error/validation-error.component.ts +0 -45
- package/projects/corecomponents/src/lib/components/validation-error/validation-error.module.ts +0 -24
- package/projects/corecomponents/src/lib/components/view-mode-buttons/content-view-mode.enum.ts +0 -9
- package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.component.ts +0 -63
- package/projects/corecomponents/src/lib/components/view-mode-buttons/view-mode-buttons.module.ts +0 -19
- package/projects/corecomponents/src/lib/core/abstract/collection-based-component.ts +0 -488
- package/projects/corecomponents/src/lib/core/config/device-environment.ts +0 -26
- package/projects/corecomponents/src/lib/core/constant/default-upper-bound-for-range-components.ts +0 -4
- package/projects/corecomponents/src/lib/core/constant/java-max-int.ts +0 -1
- package/projects/corecomponents/src/lib/core/constant/number-inputs-key-down-white-list.ts +0 -46
- package/projects/corecomponents/src/lib/core/decorator/input-boolean.decorator.ts +0 -35
- package/projects/corecomponents/src/lib/core/enum/co-direction.ts +0 -7
- package/projects/corecomponents/src/lib/core/enum/co-document-image-display-kind.enum.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/co-document-type.enum.ts +0 -9
- package/projects/corecomponents/src/lib/core/enum/co-orientation.ts +0 -18
- package/projects/corecomponents/src/lib/core/enum/collection-based-component-input-driver-prop.enum.ts +0 -10
- package/projects/corecomponents/src/lib/core/enum/color-sequence-name.enum.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/core-components-icon.enum.ts +0 -299
- package/projects/corecomponents/src/lib/core/enum/file-type-internal.enum.ts +0 -15
- package/projects/corecomponents/src/lib/core/enum/file-type.enum.ts +0 -9
- package/projects/corecomponents/src/lib/core/enum/filterItem-mode.enum.ts +0 -57
- package/projects/corecomponents/src/lib/core/enum/float-label-type.enum.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/input-number-picker-show-mode.enum.ts +0 -6
- package/projects/corecomponents/src/lib/core/enum/input-text-type.enum.ts +0 -4
- package/projects/corecomponents/src/lib/core/enum/keyboard-code.enum.ts +0 -72
- package/projects/corecomponents/src/lib/core/enum/keyboard-key.enum.ts +0 -78
- package/projects/corecomponents/src/lib/core/enum/logical-operator-type.enum.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/object-right-type.enum.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/popup-button-type.enum.ts +0 -10
- package/projects/corecomponents/src/lib/core/enum/popup-type.enum.ts +0 -9
- package/projects/corecomponents/src/lib/core/enum/schedule-view.enum.ts +0 -14
- package/projects/corecomponents/src/lib/core/enum/search-data-type.ts +0 -4
- package/projects/corecomponents/src/lib/core/enum/search-property-state.ts +0 -5
- package/projects/corecomponents/src/lib/core/enum/sort-data-type.ts +0 -6
- package/projects/corecomponents/src/lib/core/enum/sort-direction.ts +0 -9
- package/projects/corecomponents/src/lib/core/enum/table-name.enum.ts +0 -79
- package/projects/corecomponents/src/lib/core/enum/value-comparison-type.ts +0 -11
- package/projects/corecomponents/src/lib/core/function/any-nill.function.ts +0 -6
- package/projects/corecomponents/src/lib/core/function/is-nill.function.ts +0 -4
- package/projects/corecomponents/src/lib/core/function/none-nill.function.ts +0 -16
- package/projects/corecomponents/src/lib/core/function/not-nill.function.ts +0 -4
- package/projects/corecomponents/src/lib/core/interface/search-property.ts +0 -15
- package/projects/corecomponents/src/lib/core/interface/sort-property.ts +0 -16
- package/projects/corecomponents/src/lib/core/model/bounds-constrained-number-value.ts +0 -222
- package/projects/corecomponents/src/lib/core/model/check-precision-and-scale-result.ts +0 -5
- package/projects/corecomponents/src/lib/core/model/check-within-stepped-bounds-result.ts +0 -8
- package/projects/corecomponents/src/lib/core/model/co-document-right.bo.ts +0 -9
- package/projects/corecomponents/src/lib/core/model/co-document.bo.ts +0 -193
- package/projects/corecomponents/src/lib/core/model/color-sequence.ts +0 -39
- package/projects/corecomponents/src/lib/core/model/color.ts +0 -29
- package/projects/corecomponents/src/lib/core/model/core-components-icon-svg.ts +0 -299
- package/projects/corecomponents/src/lib/core/model/element-position.ts +0 -14
- package/projects/corecomponents/src/lib/core/model/event/number-prompt-result-event.ts +0 -10
- package/projects/corecomponents/src/lib/core/model/event/string-prompt-result-event.ts +0 -10
- package/projects/corecomponents/src/lib/core/model/numerical-range.ts +0 -19
- package/projects/corecomponents/src/lib/core/service/form-input-user-change-listener.service.ts +0 -31
- package/projects/corecomponents/src/lib/core/service/form-master.service.ts +0 -119
- package/projects/corecomponents/src/lib/core/service/ng-zone-wrapper.service.ts +0 -15
- package/projects/corecomponents/src/lib/core/utils/array-utils.spec.ts +0 -588
- package/projects/corecomponents/src/lib/core/utils/array-utils.ts +0 -301
- package/projects/corecomponents/src/lib/core/utils/browser-utils.ts +0 -123
- package/projects/corecomponents/src/lib/core/utils/business-object-utils.ts +0 -42
- package/projects/corecomponents/src/lib/core/utils/css-utils.ts +0 -276
- package/projects/corecomponents/src/lib/core/utils/direction-enum-utils.ts +0 -15
- package/projects/corecomponents/src/lib/core/utils/element-ref.utils.ts +0 -12
- package/projects/corecomponents/src/lib/core/utils/event-utils.ts +0 -61
- package/projects/corecomponents/src/lib/core/utils/file-utils.ts +0 -291
- package/projects/corecomponents/src/lib/core/utils/number-utils.spec.ts +0 -657
- package/projects/corecomponents/src/lib/core/utils/number-utils.ts +0 -350
- package/projects/corecomponents/src/lib/core/utils/object-utils.ts +0 -205
- package/projects/corecomponents/src/lib/core/utils/parameter-value-conversion-utils.ts +0 -116
- package/projects/corecomponents/src/lib/core/utils/search-utils.ts +0 -121
- package/projects/corecomponents/src/lib/core/utils/sort-utils.ts +0 -108
- package/projects/corecomponents/src/lib/core/utils/string-utils.ts +0 -100
- package/projects/corecomponents/src/lib/core/validator/email.validator.ts +0 -10
- package/projects/corecomponents/src/lib/core/validator/equal.validator.ts +0 -14
- package/projects/corecomponents/src/lib/core/validator/max-string-length.validator.ts +0 -11
- package/projects/corecomponents/src/lib/core/validator/password.validator.ts +0 -35
- package/projects/corecomponents/src/lib/core/validator/precision-scale.validator.ts +0 -14
- package/projects/corecomponents/src/lib/core/validator/required.validator.ts +0 -9
- package/projects/corecomponents/src/lib/directives/align-with/align-with.directive.ts +0 -158
- package/projects/corecomponents/src/lib/directives/align-with/align-with.module.ts +0 -13
- package/projects/corecomponents/src/lib/directives/clickoutside/click-outside-master.service.ts +0 -64
- package/projects/corecomponents/src/lib/directives/clickoutside/click-outside.directive.ts +0 -72
- package/projects/corecomponents/src/lib/directives/clickoutside/clickoutside.module.ts +0 -17
- package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.directive.ts +0 -55
- package/projects/corecomponents/src/lib/directives/observe-visibility/observe-visibility.module.ts +0 -13
- package/projects/corecomponents/src/lib/directives/overlay/overlay-parent.directive.ts +0 -20
- package/projects/corecomponents/src/lib/directives/overlay/overlay.directive.ts +0 -170
- package/projects/corecomponents/src/lib/directives/overlay/overlay.module.ts +0 -16
- package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.directive.ts +0 -42
- package/projects/corecomponents/src/lib/directives/parsevalue/parse-value.module.ts +0 -13
- package/projects/corecomponents/src/lib/directives/resize/resize-detect.directive.ts +0 -54
- package/projects/corecomponents/src/lib/directives/resize/resize-detect.module.ts +0 -13
- package/projects/corecomponents/src/lib/directives/ripple/ripple-ref.ts +0 -28
- package/projects/corecomponents/src/lib/directives/ripple/ripple-renderer.ts +0 -217
- package/projects/corecomponents/src/lib/directives/ripple/ripple.directive.ts +0 -116
- package/projects/corecomponents/src/lib/directives/ripple/ripple.module.ts +0 -24
- package/projects/corecomponents/src/lib/directives/ripple/scroll-dispatcher.service.ts +0 -129
- package/projects/corecomponents/src/lib/directives/ripple/scrollable.directive.ts +0 -37
- package/projects/corecomponents/src/lib/directives/ripple/viewport-ruler.service.ts +0 -84
- package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.directive.ts +0 -170
- package/projects/corecomponents/src/lib/directives/screen-configuration/screen-configuration.module.ts +0 -16
- package/projects/corecomponents/src/lib/directives/stopclick/stop-click.directive.ts +0 -35
- package/projects/corecomponents/src/lib/directives/stopclick/stop-click.module.ts +0 -14
- package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.directive.ts +0 -71
- package/projects/corecomponents/src/lib/directives/template-wrapper/template-wrapper.module.ts +0 -13
- package/projects/corecomponents/src/lib/directives/tooltip/tooltip-directive.module.ts +0 -17
- package/projects/corecomponents/src/lib/directives/tooltip/tooltip.directive.ts +0 -94
- package/projects/corecomponents/src/lib/interfaces/dialog-response.interface.ts +0 -7
- package/projects/corecomponents/src/lib/interfaces/lov-options.component.interface.ts +0 -4
- package/projects/corecomponents/src/lib/interfaces/screen-config-adapter-component-interface-name.ts +0 -6
- package/projects/corecomponents/src/lib/interfaces/screen-config-adapter.component.interface.ts +0 -10
- package/projects/corecomponents/src/lib/model/data-item.ts +0 -9
- package/projects/corecomponents/src/lib/model/enum/app-button-type.enum.ts +0 -9
- package/projects/corecomponents/src/lib/model/enum/app-popup-type.enum.ts +0 -6
- package/projects/corecomponents/src/lib/model/enum/currency-code.enum.ts +0 -7
- package/projects/corecomponents/src/lib/model/enum/language-code.enum.ts +0 -8
- package/projects/corecomponents/src/lib/model/icon-list-item.ts +0 -7
- package/projects/corecomponents/src/lib/model/map/currencies.map.ts +0 -6
- package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.component.ts +0 -115
- package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-container.css +0 -34
- package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop-manager.service.ts +0 -414
- package/projects/corecomponents/src/lib/modules/drag-drop/drag-drop.module.ts +0 -20
- package/projects/corecomponents/src/lib/modules/drag-drop/draggable.directive.ts +0 -70
- package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drag-event.ts +0 -5
- package/projects/corecomponents/src/lib/modules/drag-drop/model/co-drop-event.ts +0 -9
- package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container-element.ts +0 -7
- package/projects/corecomponents/src/lib/modules/drag-drop/model/drag-drop-container.ts +0 -9
- package/projects/corecomponents/src/lib/modules/media-monitor/flex-layout-breakpoint.enum.ts +0 -5
- package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.module.ts +0 -14
- package/projects/corecomponents/src/lib/modules/media-monitor/media-monitor.service.ts +0 -36
- package/projects/corecomponents/src/lib/modules/pagination/paginate.pipe.ts +0 -116
- package/projects/corecomponents/src/lib/modules/pagination/pagination-instance.ts +0 -18
- package/projects/corecomponents/src/lib/modules/pagination/pagination.component.ts +0 -229
- package/projects/corecomponents/src/lib/modules/pagination/pagination.module.ts +0 -25
- package/projects/corecomponents/src/lib/modules/pagination/pagination.service.ts +0 -98
- package/projects/corecomponents/src/lib/pipes/append.pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/append.pipe.ts +0 -17
- package/projects/corecomponents/src/lib/pipes/co-currency-pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/co-currency.pipe.ts +0 -45
- package/projects/corecomponents/src/lib/pipes/emun-keys.pipe.ts +0 -20
- package/projects/corecomponents/src/lib/pipes/enum-keys-pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/file-type-image-pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/file-type-image.pipe.ts +0 -45
- package/projects/corecomponents/src/lib/pipes/filter.pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/filter.pipe.ts +0 -14
- package/projects/corecomponents/src/lib/pipes/master-pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/master.pipe.ts +0 -71
- package/projects/corecomponents/src/lib/pipes/prepend.pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/prepend.pipe.ts +0 -17
- package/projects/corecomponents/src/lib/pipes/price-display-pipe.module.ts +0 -14
- package/projects/corecomponents/src/lib/pipes/price-display.pipe.ts +0 -20
- package/projects/corecomponents/src/lib/pipes/safe-style.pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/safe-style.pipe.ts +0 -14
- package/projects/corecomponents/src/lib/pipes/ucfirst-pipe.module.ts +0 -13
- package/projects/corecomponents/src/lib/pipes/ucfirst.pipe.ts +0 -14
- package/projects/corecomponents/src/lib/service/base-module-screen-config.service.ts +0 -241
- package/projects/corecomponents/src/lib/service/base-module.service.ts +0 -50
- package/projects/corecomponents/src/lib/service/color-sequence.service.ts +0 -50
- package/projects/corecomponents/src/lib/service/overlay.service.ts +0 -81
- package/projects/corecomponents/src/lib/translation/core-components-translation.module.ts +0 -27
- package/projects/corecomponents/src/lib/translation/core-components-translation.service.ts +0 -15
- package/projects/corecomponents/src/lib/translation/core-dictionary.service.ts +0 -27
- package/projects/corecomponents/src/lib/translation/core-localize.pipe.ts +0 -21
- package/projects/corecomponents/src/public-api.ts +0 -139
- package/projects/corecomponents/src/res/icons/Barcode.svg +0 -1
- package/projects/corecomponents/src/res/icons/CashRegister.svg +0 -1
- package/projects/corecomponents/src/res/icons/CirclePlusSkinny.svg +0 -1
- package/projects/corecomponents/src/res/icons/CrossSkinny.svg +0 -1
- package/projects/corecomponents/src/res/icons/FolderArrow.svg +0 -1
- package/projects/corecomponents/src/res/icons/Home.svg +0 -1
- package/projects/corecomponents/src/res/icons/POS.svg +0 -1
- package/projects/corecomponents/src/res/icons/Shop.svg +0 -1
- package/projects/corecomponents/src/res/icons/SinglePerson.svg +0 -1
- package/projects/corecomponents/src/res/icons/Star.svg +0 -1
- package/projects/corecomponents/src/res/icons/TrashBin.svg +0 -1
- package/projects/corecomponents/src/res/icons/account.svg +0 -1
- package/projects/corecomponents/src/res/icons/account_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/activities.svg +0 -1
- package/projects/corecomponents/src/res/icons/add_to_cart_drop.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_down.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_fat_left.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_fat_right.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_left.svg +0 -4
- package/projects/corecomponents/src/res/icons/arrow_left_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_point_down.svg +0 -6
- package/projects/corecomponents/src/res/icons/arrow_point_left.svg +0 -8
- package/projects/corecomponents/src/res/icons/arrow_point_right.svg +0 -8
- package/projects/corecomponents/src/res/icons/arrow_point_up.svg +0 -8
- package/projects/corecomponents/src/res/icons/arrow_right_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/arrow_scroll_down.svg +0 -6
- package/projects/corecomponents/src/res/icons/arrow_scroll_left.svg +0 -22
- package/projects/corecomponents/src/res/icons/arrow_scroll_right.svg +0 -22
- package/projects/corecomponents/src/res/icons/arrow_scroll_up.svg +0 -6
- package/projects/corecomponents/src/res/icons/arrow_up.svg +0 -3
- package/projects/corecomponents/src/res/icons/article.svg +0 -1
- package/projects/corecomponents/src/res/icons/article_with_fold.svg +0 -1
- package/projects/corecomponents/src/res/icons/asterisk_small.svg +0 -1
- package/projects/corecomponents/src/res/icons/attachments.svg +0 -1
- package/projects/corecomponents/src/res/icons/back_to_top.svg +0 -1
- package/projects/corecomponents/src/res/icons/big_mac.svg +0 -6
- package/projects/corecomponents/src/res/icons/boxes.svg +0 -1
- package/projects/corecomponents/src/res/icons/brush.svg +0 -1
- package/projects/corecomponents/src/res/icons/brush_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/building_columns.svg +0 -1
- package/projects/corecomponents/src/res/icons/businessrules.svg +0 -1
- package/projects/corecomponents/src/res/icons/calendar.svg +0 -1
- package/projects/corecomponents/src/res/icons/calendar_day.svg +0 -37
- package/projects/corecomponents/src/res/icons/calendar_day_regular.svg +0 -1
- package/projects/corecomponents/src/res/icons/calendar_empty.svg +0 -16
- package/projects/corecomponents/src/res/icons/calendar_range.svg +0 -1
- package/projects/corecomponents/src/res/icons/calendar_round_open.svg +0 -16
- package/projects/corecomponents/src/res/icons/camera.svg +0 -1
- package/projects/corecomponents/src/res/icons/cancel.svg +0 -1
- package/projects/corecomponents/src/res/icons/cancel_round_filled.svg +0 -1
- package/projects/corecomponents/src/res/icons/cancel_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/cart.svg +0 -1
- package/projects/corecomponents/src/res/icons/cart_open.svg +0 -8
- package/projects/corecomponents/src/res/icons/case_manager.svg +0 -1
- package/projects/corecomponents/src/res/icons/cash_register_simple.svg +0 -1
- package/projects/corecomponents/src/res/icons/change_location.svg +0 -1
- package/projects/corecomponents/src/res/icons/check.svg +0 -1
- package/projects/corecomponents/src/res/icons/check_duotone.svg +0 -1
- package/projects/corecomponents/src/res/icons/check_round.svg +0 -1
- package/projects/corecomponents/src/res/icons/check_round_open.svg +0 -10
- package/projects/corecomponents/src/res/icons/check_simple.svg +0 -3
- package/projects/corecomponents/src/res/icons/check_thin.svg +0 -1
- package/projects/corecomponents/src/res/icons/chevron_down_regular.svg +0 -1
- package/projects/corecomponents/src/res/icons/chevron_up_regular.svg +0 -1
- package/projects/corecomponents/src/res/icons/client.svg +0 -1
- package/projects/corecomponents/src/res/icons/clock.svg +0 -1
- package/projects/corecomponents/src/res/icons/clockArrow.svg +0 -1
- package/projects/corecomponents/src/res/icons/cogWheelPlus.svg +0 -1
- package/projects/corecomponents/src/res/icons/cogWheels.svg +0 -1
- package/projects/corecomponents/src/res/icons/column_options.svg +0 -18
- package/projects/corecomponents/src/res/icons/company.svg +0 -1
- package/projects/corecomponents/src/res/icons/company_flat.svg +0 -4
- package/projects/corecomponents/src/res/icons/configurable.svg +0 -1
- package/projects/corecomponents/src/res/icons/consultant.svg +0 -1
- package/projects/corecomponents/src/res/icons/copy.svg +0 -1
- package/projects/corecomponents/src/res/icons/crosshair_1.svg +0 -1
- package/projects/corecomponents/src/res/icons/dashboard.svg +0 -1
- package/projects/corecomponents/src/res/icons/delivery_method.svg +0 -32
- package/projects/corecomponents/src/res/icons/delivery_status_uncheck.svg +0 -9
- package/projects/corecomponents/src/res/icons/delivery_truck.svg +0 -1
- package/projects/corecomponents/src/res/icons/detail_record.svg +0 -1
- package/projects/corecomponents/src/res/icons/detail_view.svg +0 -1
- package/projects/corecomponents/src/res/icons/dictionary.svg +0 -1
- package/projects/corecomponents/src/res/icons/documentWrench.svg +0 -1
- package/projects/corecomponents/src/res/icons/documents.svg +0 -1
- package/projects/corecomponents/src/res/icons/dollar.svg +0 -1
- package/projects/corecomponents/src/res/icons/download.svg +0 -1
- package/projects/corecomponents/src/res/icons/dropdown.svg +0 -4
- package/projects/corecomponents/src/res/icons/dropzone.svg +0 -1
- package/projects/corecomponents/src/res/icons/edit_pencil.svg +0 -1
- package/projects/corecomponents/src/res/icons/edit_pencil_circle.svg +0 -1
- package/projects/corecomponents/src/res/icons/edit_pencil_round.svg +0 -11
- package/projects/corecomponents/src/res/icons/edit_pencil_simple.svg +0 -16
- package/projects/corecomponents/src/res/icons/email.svg +0 -1
- package/projects/corecomponents/src/res/icons/email_round_open.svg +0 -6
- package/projects/corecomponents/src/res/icons/employee.svg +0 -1
- package/projects/corecomponents/src/res/icons/employee_two.svg +0 -1
- package/projects/corecomponents/src/res/icons/employer.svg +0 -1
- package/projects/corecomponents/src/res/icons/employment.svg +0 -1
- package/projects/corecomponents/src/res/icons/employment_end.svg +0 -7
- package/projects/corecomponents/src/res/icons/equal.svg +0 -1
- package/projects/corecomponents/src/res/icons/euro.svg +0 -1
- package/projects/corecomponents/src/res/icons/exclamation.svg +0 -1
- package/projects/corecomponents/src/res/icons/exclamation_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/eye_circle.svg +0 -1
- package/projects/corecomponents/src/res/icons/eye_circle_large.svg +0 -1
- package/projects/corecomponents/src/res/icons/eye_round_filled.svg +0 -11
- package/projects/corecomponents/src/res/icons/factory.svg +0 -1
- package/projects/corecomponents/src/res/icons/fasttrack.svg +0 -1
- package/projects/corecomponents/src/res/icons/filter.svg +0 -1
- package/projects/corecomponents/src/res/icons/finish.svg +0 -1
- package/projects/corecomponents/src/res/icons/fixed_option_value_tree.svg +0 -1
- package/projects/corecomponents/src/res/icons/fixed_tree_option_value.svg +0 -1
- package/projects/corecomponents/src/res/icons/floppy_disk_solid.svg +0 -1
- package/projects/corecomponents/src/res/icons/folder_arrow_in.svg +0 -8
- package/projects/corecomponents/src/res/icons/formula.svg +0 -1
- package/projects/corecomponents/src/res/icons/fullscreen.svg +0 -6
- package/projects/corecomponents/src/res/icons/gear_double.svg +0 -21
- package/projects/corecomponents/src/res/icons/global_search.svg +0 -45
- package/projects/corecomponents/src/res/icons/globe.svg +0 -1
- package/projects/corecomponents/src/res/icons/greater_than.svg +0 -1
- package/projects/corecomponents/src/res/icons/groupby.svg +0 -1
- package/projects/corecomponents/src/res/icons/hamburger.svg +0 -1
- package/projects/corecomponents/src/res/icons/hand_pointer.svg +0 -1
- package/projects/corecomponents/src/res/icons/hbarchart.svg +0 -6
- package/projects/corecomponents/src/res/icons/home_circle.svg +0 -9
- package/projects/corecomponents/src/res/icons/home_open.svg +0 -7
- package/projects/corecomponents/src/res/icons/home_round_open.svg +0 -11
- package/projects/corecomponents/src/res/icons/hourglass.svg +0 -1
- package/projects/corecomponents/src/res/icons/icon_3d.svg +0 -1
- package/projects/corecomponents/src/res/icons/id.svg +0 -1
- package/projects/corecomponents/src/res/icons/image.svg +0 -1
- package/projects/corecomponents/src/res/icons/incoming_storage.svg +0 -1
- package/projects/corecomponents/src/res/icons/information.svg +0 -1
- package/projects/corecomponents/src/res/icons/information_round_open.svg +0 -6
- package/projects/corecomponents/src/res/icons/input_multiplechoice.svg +0 -1
- package/projects/corecomponents/src/res/icons/input_text.svg +0 -1
- package/projects/corecomponents/src/res/icons/input_textarea.svg +0 -1
- package/projects/corecomponents/src/res/icons/inventory.svg +0 -1
- package/projects/corecomponents/src/res/icons/invoice.svg +0 -20
- package/projects/corecomponents/src/res/icons/ione_logo.svg +0 -1
- package/projects/corecomponents/src/res/icons/ione_logo_fat.svg +0 -1
- package/projects/corecomponents/src/res/icons/ione_status_next.svg +0 -43
- package/projects/corecomponents/src/res/icons/ione_workflow.svg +0 -62
- package/projects/corecomponents/src/res/icons/keyboard.svg +0 -1
- package/projects/corecomponents/src/res/icons/keychain.svg +0 -1
- package/projects/corecomponents/src/res/icons/label.svg +0 -5
- package/projects/corecomponents/src/res/icons/label_round_open.svg +0 -6
- package/projects/corecomponents/src/res/icons/landmark_flag.svg +0 -1
- package/projects/corecomponents/src/res/icons/library.svg +0 -21
- package/projects/corecomponents/src/res/icons/linechart.svg +0 -1
- package/projects/corecomponents/src/res/icons/link_circle.svg +0 -1
- package/projects/corecomponents/src/res/icons/linked_products.svg +0 -1
- package/projects/corecomponents/src/res/icons/list_view.svg +0 -8
- package/projects/corecomponents/src/res/icons/location.svg +0 -1
- package/projects/corecomponents/src/res/icons/lock.svg +0 -1
- package/projects/corecomponents/src/res/icons/lock_round_open.svg +0 -8
- package/projects/corecomponents/src/res/icons/logo.svg +0 -1
- package/projects/corecomponents/src/res/icons/logout.svg +0 -1
- package/projects/corecomponents/src/res/icons/magic_wand.svg +0 -1
- package/projects/corecomponents/src/res/icons/magnifier.svg +0 -5
- package/projects/corecomponents/src/res/icons/manager.svg +0 -12
- package/projects/corecomponents/src/res/icons/mask.svg +0 -1
- package/projects/corecomponents/src/res/icons/master_detail.svg +0 -1
- package/projects/corecomponents/src/res/icons/material_circle_large.svg +0 -1
- package/projects/corecomponents/src/res/icons/medal_bronze.svg +0 -23
- package/projects/corecomponents/src/res/icons/medal_gold.svg +0 -23
- package/projects/corecomponents/src/res/icons/medal_silver.svg +0 -23
- package/projects/corecomponents/src/res/icons/medical_officer.svg +0 -14
- package/projects/corecomponents/src/res/icons/microphone.svg +0 -1
- package/projects/corecomponents/src/res/icons/minus_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/minus_simple.svg +0 -1
- package/projects/corecomponents/src/res/icons/mobile.svg +0 -1
- package/projects/corecomponents/src/res/icons/multi_select_check.svg +0 -10
- package/projects/corecomponents/src/res/icons/new_task.svg +0 -1
- package/projects/corecomponents/src/res/icons/not_equal.svg +0 -4
- package/projects/corecomponents/src/res/icons/note.svg +0 -1
- package/projects/corecomponents/src/res/icons/note_bordered.svg +0 -1
- package/projects/corecomponents/src/res/icons/notification.svg +0 -1
- package/projects/corecomponents/src/res/icons/option.svg +0 -1
- package/projects/corecomponents/src/res/icons/optionset.svg +0 -1
- package/projects/corecomponents/src/res/icons/order.svg +0 -1
- package/projects/corecomponents/src/res/icons/orderpicking.svg +0 -1
- package/projects/corecomponents/src/res/icons/outgoing_storage.svg +0 -1
- package/projects/corecomponents/src/res/icons/over_booking.svg +0 -1
- package/projects/corecomponents/src/res/icons/pause_circle.svg +0 -12
- package/projects/corecomponents/src/res/icons/pen_to_square_solid.svg +0 -1
- package/projects/corecomponents/src/res/icons/pencil_round_open.svg +0 -10
- package/projects/corecomponents/src/res/icons/phone.svg +0 -1
- package/projects/corecomponents/src/res/icons/phone_round_open.svg +0 -10
- package/projects/corecomponents/src/res/icons/piechart.svg +0 -24
- package/projects/corecomponents/src/res/icons/pin.svg +0 -9
- package/projects/corecomponents/src/res/icons/pin_round_open.svg +0 -11
- package/projects/corecomponents/src/res/icons/play_circle.svg +0 -1
- package/projects/corecomponents/src/res/icons/plus_round.svg +0 -9
- package/projects/corecomponents/src/res/icons/plus_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/plus_simple.svg +0 -1
- package/projects/corecomponents/src/res/icons/plus_skinny.svg +0 -8
- package/projects/corecomponents/src/res/icons/plus_solid.svg +0 -1
- package/projects/corecomponents/src/res/icons/plus_stars.svg +0 -1
- package/projects/corecomponents/src/res/icons/pointer.svg +0 -7
- package/projects/corecomponents/src/res/icons/pointer_3d.svg +0 -8
- package/projects/corecomponents/src/res/icons/pointer_filled.svg +0 -6
- package/projects/corecomponents/src/res/icons/positioning.svg +0 -1
- package/projects/corecomponents/src/res/icons/pregnancy.svg +0 -18
- package/projects/corecomponents/src/res/icons/preset.svg +0 -1
- package/projects/corecomponents/src/res/icons/print.svg +0 -1
- package/projects/corecomponents/src/res/icons/product_properties.svg +0 -1
- package/projects/corecomponents/src/res/icons/purchase.svg +0 -15
- package/projects/corecomponents/src/res/icons/qrcode.svg +0 -59
- package/projects/corecomponents/src/res/icons/question.svg +0 -1
- package/projects/corecomponents/src/res/icons/radio_uncheck.svg +0 -1
- package/projects/corecomponents/src/res/icons/range.svg +0 -1
- package/projects/corecomponents/src/res/icons/range_select.svg +0 -1
- package/projects/corecomponents/src/res/icons/rectangles.svg +0 -15
- package/projects/corecomponents/src/res/icons/refresh.svg +0 -1
- package/projects/corecomponents/src/res/icons/relations.svg +0 -20
- package/projects/corecomponents/src/res/icons/remark.svg +0 -1
- package/projects/corecomponents/src/res/icons/remark_round_open.svg +0 -6
- package/projects/corecomponents/src/res/icons/report_in_type.svg +0 -1
- package/projects/corecomponents/src/res/icons/resize.svg +0 -3
- package/projects/corecomponents/src/res/icons/resize_down.svg +0 -1
- package/projects/corecomponents/src/res/icons/resize_up.svg +0 -1
- package/projects/corecomponents/src/res/icons/return_goods.svg +0 -4
- package/projects/corecomponents/src/res/icons/returns.svg +0 -1
- package/projects/corecomponents/src/res/icons/rotate_left_solid.svg +0 -1
- package/projects/corecomponents/src/res/icons/save_disk.svg +0 -15
- package/projects/corecomponents/src/res/icons/save_skinny.svg +0 -3
- package/projects/corecomponents/src/res/icons/scale_balanced.svg +0 -1
- package/projects/corecomponents/src/res/icons/scanner.svg +0 -1
- package/projects/corecomponents/src/res/icons/search_round_open.svg +0 -9
- package/projects/corecomponents/src/res/icons/sections.svg +0 -1
- package/projects/corecomponents/src/res/icons/select_all_round.svg +0 -5
- package/projects/corecomponents/src/res/icons/services.svg +0 -1
- package/projects/corecomponents/src/res/icons/settings.svg +0 -20
- package/projects/corecomponents/src/res/icons/shopping_cart.svg +0 -1
- package/projects/corecomponents/src/res/icons/shopping_cart_nr.svg +0 -1
- package/projects/corecomponents/src/res/icons/shortcut.svg +0 -1
- package/projects/corecomponents/src/res/icons/skills.svg +0 -1
- package/projects/corecomponents/src/res/icons/slide_in.svg +0 -1
- package/projects/corecomponents/src/res/icons/slider_panel.svg +0 -7
- package/projects/corecomponents/src/res/icons/small_tiles.svg +0 -1
- package/projects/corecomponents/src/res/icons/smaller_than.svg +0 -1
- package/projects/corecomponents/src/res/icons/sort_asc.svg +0 -1
- package/projects/corecomponents/src/res/icons/sort_desc.svg +0 -1
- package/projects/corecomponents/src/res/icons/star_round_open.svg +0 -6
- package/projects/corecomponents/src/res/icons/status_active.svg +0 -1
- package/projects/corecomponents/src/res/icons/status_adoption.svg +0 -1
- package/projects/corecomponents/src/res/icons/status_fostercare.svg +0 -1
- package/projects/corecomponents/src/res/icons/status_ill.svg +0 -10
- package/projects/corecomponents/src/res/icons/status_leave.svg +0 -1
- package/projects/corecomponents/src/res/icons/status_pregnancy.svg +0 -10
- package/projects/corecomponents/src/res/icons/stock.svg +0 -1
- package/projects/corecomponents/src/res/icons/stock_management.svg +0 -25
- package/projects/corecomponents/src/res/icons/storage.svg +0 -1
- package/projects/corecomponents/src/res/icons/supervisor.svg +0 -1
- package/projects/corecomponents/src/res/icons/supplier.svg +0 -18
- package/projects/corecomponents/src/res/icons/surgery.svg +0 -35
- package/projects/corecomponents/src/res/icons/tablechart.svg +0 -15
- package/projects/corecomponents/src/res/icons/tag.svg +0 -1
- package/projects/corecomponents/src/res/icons/talk_too_much.svg +0 -7
- package/projects/corecomponents/src/res/icons/target.svg +0 -1
- package/projects/corecomponents/src/res/icons/task.svg +0 -1
- package/projects/corecomponents/src/res/icons/thick_lines.svg +0 -1
- package/projects/corecomponents/src/res/icons/thin_lines.svg +0 -1
- package/projects/corecomponents/src/res/icons/three_sixty_view.svg +0 -1
- package/projects/corecomponents/src/res/icons/thumb_bronze.svg +0 -29
- package/projects/corecomponents/src/res/icons/thumb_gold.svg +0 -29
- package/projects/corecomponents/src/res/icons/thumb_silver.svg +0 -29
- package/projects/corecomponents/src/res/icons/timeline.svg +0 -1
- package/projects/corecomponents/src/res/icons/transaction_detail.svg +0 -19
- package/projects/corecomponents/src/res/icons/transactions.svg +0 -12
- package/projects/corecomponents/src/res/icons/trash_can_solid.svg +0 -1
- package/projects/corecomponents/src/res/icons/triangle_down.svg +0 -1
- package/projects/corecomponents/src/res/icons/triangle_large.svg +0 -5
- package/projects/corecomponents/src/res/icons/triangle_left.svg +0 -1
- package/projects/corecomponents/src/res/icons/triangle_right.svg +0 -1
- package/projects/corecomponents/src/res/icons/triangle_up.svg +0 -1
- package/projects/corecomponents/src/res/icons/truck.svg +0 -1
- package/projects/corecomponents/src/res/icons/truck_calendar.svg +0 -15
- package/projects/corecomponents/src/res/icons/undo_round_open.svg +0 -1
- package/projects/corecomponents/src/res/icons/user.svg +0 -9
- package/projects/corecomponents/src/res/icons/variants.svg +0 -1
- package/projects/corecomponents/src/res/icons/vbarchart.svg +0 -6
- package/projects/corecomponents/src/res/icons/view.svg +0 -1
- package/projects/corecomponents/src/res/icons/warehouse.svg +0 -1
- package/projects/corecomponents/src/res/icons/watermark.svg +0 -10
- package/projects/corecomponents/src/res/icons/website.svg +0 -1
- package/projects/corecomponents/src/res/icons/wizard.svg +0 -18
- package/projects/corecomponents/src/res/icons/wms.svg +0 -24
- package/projects/corecomponents/src/res/icons/work_in_progress.svg +0 -10
- package/projects/corecomponents/src/res/icons/work_in_progress_round_open.svg +0 -9
- package/projects/corecomponents/src/res/icons/wrench.svg +0 -4
- package/projects/corecomponents/src/res/icons/x_axis.svg +0 -5
- package/projects/corecomponents/src/res/icons/y_axis.svg +0 -5
- package/projects/corecomponents/src/test.ts +0 -28
- package/projects/corecomponents/tsconfig.lib.json +0 -20
- package/projects/corecomponents/tsconfig.lib.prod.json +0 -16
- package/projects/corecomponents/tsconfig.spec.json +0 -17
- package/scripts/export.bat +0 -9
- package/scripts/merge-icons.js +0 -39
- package/scripts/publish.bat +0 -6
- package/src/app/app.component.scss +0 -36
- package/src/app/app.component.spec.ts +0 -31
- package/src/app/app.component.ts +0 -559
- package/src/app/app.module.ts +0 -146
- package/src/app/components/button-showcase.component.ts +0 -82
- package/src/app/components/carousel-3d-showcase.component.ts +0 -70
- package/src/app/components/checkbox-showcase.component.ts +0 -56
- package/src/app/components/co-dialog-showcase.component.ts +0 -189
- package/src/app/components/co-simple-grid-test.component.ts +0 -146
- package/src/app/components/filter-item-showcase.component.ts +0 -178
- package/src/app/components/forms-showcase.component.ts +0 -728
- package/src/app/components/icon-showcase.component.ts +0 -72
- package/src/app/components/input-checkbox-showcase.component.ts +0 -87
- package/src/app/components/input-date-picker-showcase.component.ts +0 -90
- package/src/app/components/input-number-picker-showcase.component.ts +0 -125
- package/src/app/components/input-radio-button-showcase.component.ts +0 -87
- package/src/app/components/input-scanner-showcase.component.ts +0 -35
- package/src/app/components/input-text-showcase.component.ts +0 -217
- package/src/app/components/input-time-showcase.component.ts +0 -104
- package/src/app/components/number-picker-showcase.component.ts +0 -17
- package/src/app/components/simple-grid-showcase.component.ts +0 -60
- package/src/app/model/data-item.ts +0 -9
- package/src/app/model/enum/currency-code.enum.ts +0 -7
- package/src/app/model/enum/language-code.enum.ts +0 -8
- package/src/app/model/map/currencies.map.ts +0 -6
- package/src/app/service/showcase-data.service.ts +0 -1110
- package/src/environments/environment.prod.ts +0 -3
- package/src/environments/environment.ts +0 -16
- package/src/favicon.ico +0 -0
- package/src/index.html +0 -13
- package/src/main.ts +0 -12
- package/src/polyfills.ts +0 -65
- package/src/styles.scss +0 -57
- package/src/test.ts +0 -27
- package/tsconfig.app.json +0 -15
- package/tsconfig.json +0 -37
- package/tsconfig.spec.json +0 -18
- /package/{projects/corecomponents/src/lib → lib}/components/article-tile/article-tile.component.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/base/commit-buttons/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/button/style/_co-ripple.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/button/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/button/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/button/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/button/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/calendar/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/card/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/card/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/card/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/card/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/carousel-3d/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/checkmark-overlay/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/co-dialog-wizard/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/collapsible/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/color-picker/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/confirmation-dialog/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/core-dialog/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/double-calendar/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/filter-item/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/grid-toolbar-button/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/icon-collapse-handle → lib/components/hour-scheduling/components/hour-scheduling-test-object}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/icon → lib/components/hour-scheduling}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/input-scanner → lib/components/hour-scheduling}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/level-indicator → lib/components/icon}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/input-scanner → lib/components/icon-collapse-handle}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/icon-collapse-handle/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/image/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/image/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/image/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/image/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-checkbox/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-picker/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-date-range-picker/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-number-picker/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-radio-button/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/responsive-text → lib/components/input-scanner}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-scanner/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/list-of-values → lib/components/input-scanner}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-search/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-text/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/input-textarea/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/tile → lib/components/level-indicator}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/level-indicator/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-icons/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/list-of-values/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/loader → lib/components/list-of-values}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/loader/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/responsive-text → lib/components/loader}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/pagination-bar/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-buttons.component.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/popup/popup-window-shell.component.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib/modules/pagination → lib/components/responsive-text}/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/responsive-text/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/tile-select → lib/components/responsive-text}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/simple-grid/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_layout.scss +0 -0
- /package/{src/assets/.gitkeep → lib/components/tile/style/_material-definition.scss} +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tile-select/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib/components/tooltip → lib/components/tile-select}/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/tooltip/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/validation-error/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_material-definition.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/components/view-mode-buttons/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib/interfaces/scanner-input.interface.ts → lib/interfaces/scanner-input.interface.d.ts} +0 -0
- /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_layout.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/_theme.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/modules/pagination/style/material.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/_input.mixins.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/_mixin.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/_variables.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/corecomponents-globals.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/_core.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/_material2-scss-barrel.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/ripple/_co-ripple.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_elevation.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_list-common.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/style/_variables.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_palette.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/theming/_theming.scss +0 -0
- /package/{projects/corecomponents/src/lib → lib}/style/material2/typography/_typography.scss +0 -0
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
|
3
|
-
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
|
|
4
|
-
<g>
|
|
5
|
-
<g>
|
|
6
|
-
<path fill="#2A363B" d="M30.6,31.5V29l-3.2-0.9c-0.2-0.6-0.4-1.2-0.7-1.8l1.6-2.8l-1.8-1.8l-2.7,1.6c-0.5-0.3-1.1-0.6-1.7-0.7
|
|
7
|
-
l-0.9-3.2h-2.5l-0.9,3.2c-0.6,0.2-1.3,0.4-1.8,0.8l-2.7-1.6l-1.8,1.8l1.6,2.7c-0.3,0.6-0.6,1.2-0.7,1.8L9,29v2.5l3.3,0.9
|
|
8
|
-
c0.2,0.6,0.4,1.2,0.7,1.7l-1.6,2.7l1.8,1.8l2.8-1.6c0.6,0.3,1.2,0.6,1.8,0.7l0.9,3.2h2.5l0.9-3.2c0.6-0.2,1.2-0.4,1.7-0.7l2.8,1.6
|
|
9
|
-
l1.8-1.8l-1.6-2.8c0.3-0.5,0.5-1.1,0.7-1.7L30.6,31.5z M19.8,33.3c-1.7,0-3.1-1.4-3.1-3.1c0-1.7,1.4-3.1,3.1-3.1
|
|
10
|
-
c1.7,0,3.1,1.4,3.1,3.1C22.9,31.9,21.5,33.3,19.8,33.3z"/>
|
|
11
|
-
</g>
|
|
12
|
-
<g>
|
|
13
|
-
<path fill="#2A363B" d="M40.6,13.5l-2.3-0.1c-0.2-0.3-0.5-0.7-0.8-0.9c-0.3-0.3-0.6-0.5-0.9-0.8l-0.1-2.3L34.8,9l-1,1.9
|
|
14
|
-
c-1,0-1.9,0.2-2.8,0.7l-2.1-1.2l-1.2,1.2l1.2,2c-0.5,0.9-0.8,1.9-0.7,2.9l-1.9,1l0.4,1.7l2.3,0.1c0.2,0.3,0.5,0.7,0.7,0.9
|
|
15
|
-
c0.3,0.3,0.6,0.5,0.9,0.7l0.1,2.3l1.7,0.4l1-1.9c1,0,2-0.2,2.9-0.7l2,1.2l1.2-1.2L38.4,19c0.5-0.9,0.7-1.8,0.7-2.8l1.9-1
|
|
16
|
-
L40.6,13.5z M35.3,18.1c-0.9,0.9-2.5,0.9-3.4,0c-0.9-0.9-0.9-2.5,0-3.4c0.9-0.9,2.5-0.9,3.4,0C36.3,15.6,36.3,17.1,35.3,18.1z"/>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
<path fill="#2A363B" d="M25.3,24.9c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0.1-0.1,0.2-0.2,0.3C24.9,25.1,25.1,25,25.3,24.9z"/>
|
|
20
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 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="M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M16.58,34.84a1.8,1.8,0,1,0,1.8,1.8A1.79,1.79,0,0,0,16.58,34.84Z" fill="#484f60"/><path d="M31.49,34.84a1.8,1.8,0,1,0,1.8,1.8A1.79,1.79,0,0,0,31.49,34.84Z" fill="#484f60"/><path d="M35.6,17.9l-2.87.34a8.92,8.92,0,0,1,.08,1.16c0,.26,0,.52,0,.78l.42-.05a.88.88,0,0,1,1,1.08L32.35,29.5a1.52,1.52,0,0,1-1.44,1.2H16.51a1.75,1.75,0,0,1-1.57-1.17l-2.31-5.6a1,1,0,0,1,.85-1.29l.87-.11a9.27,9.27,0,0,1-.47-2.05l-3,.35a1,1,0,0,0-.87,1.28l3.34,9.44A1.73,1.73,0,0,0,15,32.72H32.64a1.51,1.51,0,0,0,1.43-1.2L36.6,19A.89.89,0,0,0,35.6,17.9Z" fill="#484f60"/><path d="M39,17a1.87,1.87,0,0,0-1.36,1.46l-.42,2.89c-.1.67.31,1,.9.7a2.75,2.75,0,0,0,1.33-1.7L40,18A.73.73,0,0,0,39,17Z" fill="#484f60"/><circle cx="23.31" cy="19.4" r="7.5" fill="#484f60"/><text transform="translate(20.46 22.82)" font-size="10" fill="#484f60" font-family="Quicksand-Regular, Quicksand">3</text></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M23.51,13.64A14.9,14.9,0,0,0,8.62,28.54h3.72a11.16,11.16,0,0,1,21.91-3l3.42-1.59A14.92,14.92,0,0,0,23.51,13.64Z" fill="#484f60"/><polyline points="36.98 21.51 41.1 19.58 37.84 28.54 28.89 25.28 33.01 23.35" fill="#484f60"/><path d="M13.46,33.38a3,3,0,1,1-3-3A3,3,0,0,1,13.46,33.38Z" fill="#484f60"/><path d="M23.14,33.38a3,3,0,1,1-3-3A3,3,0,0,1,23.14,33.38Z" fill="#484f60" opacity="0.25"/><path d="M32.82,33.38a3,3,0,1,1-3-3A3,3,0,0,1,32.82,33.38Z" fill="#484f60" opacity="0.25"/><path d="M42.5,33.38a3,3,0,1,1-3-3A3,3,0,0,1,42.5,33.38Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M36.29,33.16h-4c.3.57.55,1.1.85,1.59a11.57,11.57,0,0,0,2.88,3.08.64.64,0,0,0,.36.11h1.45v1.14H20.25V38H21.6a.47.47,0,0,0,.31-.08,12.92,12.92,0,0,0,3.35-4.27l.12-.29s0-.06,0-.12l-.33,0H22.12c-.24,0-.32-.06-.31-.31,0-.48,0-1,0-1.45a.32.32,0,0,0-.28-.38,7.84,7.84,0,0,1-5-4l-.2-.42a.71.71,0,0,1,0-.12h5.47V25.26H36.29v1.25c0,.55,0,.55.52.71A8.58,8.58,0,0,1,40,29.09c-.64.47-1.24.94-1.87,1.34a14,14,0,0,1-1.59.81c-.18.09-.25.16-.25.36C36.3,32.1,36.29,32.61,36.29,33.16Z" fill="#484f60"/><path d="M23,17.88,10.86,23.32,10,21.41,22.1,16,21,12.18,23,11.25c.06,0,.19,0,.25.09q1.78,1.73,3.54,3.47a.85.85,0,0,1,.18.32c.44,1.44.87,2.88,1.31,4.31.07.22,0,.31-.17.41-1,.41-1.9.84-2.85,1.28-.21.1-.3.05-.42-.14-.56-.93-1.13-1.85-1.7-2.78C23.1,18.11,23,18,23,17.88Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M12,12.17H38v26H12ZM36.76,13.4H13.24V36.93H36.76Z" fill="#484f60"/><polygon points="33.71 23.42 28.41 23.42 28.41 20.43 24.13 24.72 28.41 29.01 28.41 26.02 33.71 26.02 33.71 23.42" fill="#484f60"/><rect x="12" y="12.17" width="9" height="26" fill="#484f60"/></svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
|
2
|
-
<path d="M311.1,407.5H286.9a1.9,1.9,0,0,0-1.9,1.9v23.2a1.9,1.9,0,0,0,1.9,1.9h24.1a1.9,1.9,0,0,0,1.9-1.9V409.4A1.9,1.9,0,0,0,311.1,407.5Zm-16.4,21.2h-2.4v2.9h-2.9v-2.9h-2.4v-4.8h2.4V411.3h2.9v12.6h2.4v4.8Zm8.2-9.7h-2.4v12.6h-2.9V419.1h-2.4v-4.8h2.4v-2.9h2.9v2.9h2.4v4.8Zm8.2,6.8h-2.4v5.8h-2.9v-5.8h-2.4V421h2.4v-9.7h2.9V421h2.4v4.8Z"
|
|
3
|
-
transform="translate(-274 -396)" fill="#fff"/>
|
|
4
|
-
<rect x="14.4" y="29.3" width="4.8" height="1.93" fill="#fff"/>
|
|
5
|
-
<rect x="22.6" y="19.7" width="4.8" height="1.93" fill="#fff"/>
|
|
6
|
-
<rect x="30.8" y="26.5" width="4.8" height="1.93" fill="#fff"/>
|
|
7
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="12.5" y="12.67" width="7" height="7" fill="#484f60"/><rect x="12.5" y="21.67" width="7" height="7" fill="#484f60"/><rect x="12.5" y="30.67" width="7" height="7" fill="#484f60"/><rect x="21.5" y="12.67" width="7" height="7" fill="#484f60"/><rect x="21.5" y="21.67" width="7" height="7" fill="#484f60"/><rect x="21.5" y="30.67" width="7" height="7" fill="#484f60"/><rect x="30.5" y="12.67" width="7" height="7" fill="#484f60"/><rect x="30.5" y="21.67" width="7" height="7" fill="#484f60"/><rect x="30.5" y="30.67" width="7" height="7" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M31.37,36.19,16.72,26.61a.48.48,0,0,1-.23-.42V23.81a.48.48,0,0,1,.23-.42l14.65-9.58a.5.5,0,0,1,.69.14l1.37,2.1a.49.49,0,0,1-.15.69l-12,7.84a.5.5,0,0,0,0,.84l12,7.84a.49.49,0,0,1,.15.69l-1.37,2.1A.5.5,0,0,1,31.37,36.19Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="21.99 31.3 21.99 12.67 17.86 12.67 17.86 31.3 17.86 31.3 13.56 31.3 19.93 37.67 26.29 31.3 21.99 31.3" fill="#484f60"/><path d="M31.29,15.17a7.34,7.34,0,0,0,1.28-.65,5.12,5.12,0,0,0,1.14-1h.77v8H33.4V15a2.71,2.71,0,0,1-.34.26c-.13.09-.28.18-.44.27l-.49.24-.51.2Z" fill="#484f60"/><path d="M36.18,30.88a2,2,0,0,1-.17.79,3.74,3.74,0,0,1-.43.74,6.66,6.66,0,0,1-.61.72l-.68.7c-.13.12-.27.27-.44.45a6.17,6.17,0,0,0-.48.54,4.94,4.94,0,0,0-.38.54.92.92,0,0,0-.15.45h3.6v.89H31.7a.57.57,0,0,1,0-.13v-.13a2.62,2.62,0,0,1,.17-1,4,4,0,0,1,.46-.87,6.51,6.51,0,0,1,.63-.76c.23-.24.46-.48.69-.7s.37-.36.53-.54.32-.35.46-.53a2.75,2.75,0,0,0,.31-.55,1.45,1.45,0,0,0,.12-.59,1.43,1.43,0,0,0-.11-.58,1.15,1.15,0,0,0-.28-.4,1.37,1.37,0,0,0-.43-.23,1.7,1.7,0,0,0-.51-.07,1.89,1.89,0,0,0-.6.09,2.67,2.67,0,0,0-.48.21,1.83,1.83,0,0,0-.37.25l-.22.2-.52-.75a2.92,2.92,0,0,1,.3-.28,3.18,3.18,0,0,1,.49-.31,3.59,3.59,0,0,1,.63-.24,3.07,3.07,0,0,1,2.6.46A2.09,2.09,0,0,1,36.18,30.88Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="26.29 19.03 19.93 12.67 13.56 19.03 17.86 19.03 17.86 37.67 21.99 37.67 21.99 19.03 21.99 19.03 26.29 19.03" fill="#484f60"/><path d="M36.18,15.75a2,2,0,0,1-.17.79,3.74,3.74,0,0,1-.43.74A6.66,6.66,0,0,1,35,18l-.68.7c-.13.12-.27.27-.44.45a6.17,6.17,0,0,0-.48.54,4.94,4.94,0,0,0-.38.54.92.92,0,0,0-.15.45h3.6v.89H31.7a.57.57,0,0,1,0-.13v-.13a2.62,2.62,0,0,1,.17-1,4,4,0,0,1,.46-.87A6.51,6.51,0,0,1,33,18.7c.23-.24.46-.48.69-.7s.37-.36.53-.54.32-.35.46-.53a2.75,2.75,0,0,0,.31-.55,1.46,1.46,0,0,0,.12-.6,1.41,1.41,0,0,0-.11-.57,1.15,1.15,0,0,0-.28-.4,1.37,1.37,0,0,0-.43-.23,1.7,1.7,0,0,0-.51-.07,1.89,1.89,0,0,0-.6.09,2.67,2.67,0,0,0-.48.21,1.83,1.83,0,0,0-.37.25l-.22.19-.52-.74a2.92,2.92,0,0,1,.3-.28,3.18,3.18,0,0,1,.49-.31,3.59,3.59,0,0,1,.63-.24,3.07,3.07,0,0,1,2.6.46A2.09,2.09,0,0,1,36.18,15.75Z" fill="#484f60"/><path d="M31.29,30.41a7.34,7.34,0,0,0,1.28-.65,5.12,5.12,0,0,0,1.14-1h.77v8H33.4V30.25a4.61,4.61,0,0,1-.78.53c-.15.08-.32.17-.49.24l-.51.2Z" 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="M684,399a14,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" transform="translate(-658 -359)"
|
|
3
|
-
fill="#4d5050"/>
|
|
4
|
-
<path d="M685.23,390.55a2.32,2.32,0,0,0-2.46,0l-3.1,2.16c-.68.47-1,.21-.8-.58l1.09-3.61a2.32,2.32,0,0,0-.76-2.34l-3-2.28c-.66-.5-.52-.92.3-.94l3.78-.08a2.32,2.32,0,0,0,2-1.45l1.24-3.57c.27-.78.71-.78,1,0l1.24,3.57a2.32,2.32,0,0,0,2,1.45l3.78.08c.82,0,1,.44.3.94l-3,2.28a2.32,2.32,0,0,0-.76,2.34l1.09,3.61c.24.79-.12,1.05-.8.58Z"
|
|
5
|
-
transform="translate(-658 -359)" fill="#4d5050"/>
|
|
6
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="23.22 32.18 26 28.64 28.55 32.46 34.59 22.19 40 22.19 28.59 40 23.22 32.18" fill="#484f60"/><path d="M22.74,30.36H12.14V28.21H24.43l1.66-2.12,2.38,3.55.82-1.39V10H10V40h7.5V33.57h4.29V40h5l-5.41-7.88ZM12.14,12.14h15v2.15h-15Zm0,5.36h15v2.14h-15Zm0,5.36h15V25h-15Z" 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,10c3.83,0,6.93,2.72,6.93,5.76s-3.1,6.48-6.93,6.48-6.94-3.43-6.94-6.48S21.17,10,25,10Z" fill="#484f60"/><path d="M35.26,30.14c-.62-2.17-1.08-4.39-1.79-6.53a3.82,3.82,0,0,0-1.61-1.95l-.58-.28c-1.37,1.78-3.9,3.72-6.28,3.72s-5.17-2.14-6.49-4A3,3,0,0,0,16.75,23c-.92,2.84-1.49,5.81-2.16,8.74a1.9,1.9,0,0,0,.81,2c1,.77,2,1.47,3.19,2.28-.44,1.33-.88,2.69-1.32,4h16c-.29-.93-.58-1.86-.86-2.79-.49-1.57-.52-1.62.87-2.46A3.7,3.7,0,0,0,35.26,30.14Zm-4.2,1A7.8,7.8,0,0,1,30,32a7.15,7.15,0,0,1-1.13.59,6,6,0,0,1-.59.22,8.53,8.53,0,0,1-1.26.27h0a9.48,9.48,0,0,1-1.6,0,15.15,15.15,0,0,1-1.65-.19,1.91,1.91,0,0,1-.44-.15c-.43-.22-.87-.6-1.47-1a3.64,3.64,0,0,1-1,0,2.7,2.7,0,0,1-.49-.12,2.32,2.32,0,0,1-.87-.53,3,3,0,0,1-.81-1.64,2.49,2.49,0,0,1,.68-2.18,2.57,2.57,0,0,1,1.2-.73,2.33,2.33,0,0,1,1.55.05,3.69,3.69,0,0,1,1.86,2.36,2.62,2.62,0,0,1,1.66-.48,3.88,3.88,0,0,1,.75.11,8.29,8.29,0,0,1,.93.29l1.85.71L30,30c.4.16.81.34,1.26.54l.24.1C31.38,30.85,31.23,31,31.06,31.17Z" fill="#484f60"/><path d="M20.32,31.72a2.32,2.32,0,0,1-.87-.53A2.32,2.32,0,0,0,20.32,31.72Z" fill="#484f60"/><path d="M31.54,30.67c-.16.18-.31.34-.48.5.17-.16.32-.32.48-.5l-.24-.1Z" fill="#484f60"/><path d="M25.41,33.11a9.48,9.48,0,0,0,1.6,0A9.48,9.48,0,0,1,25.41,33.11Z" fill="#484f60"/><path d="M20.81,31.84a3.64,3.64,0,0,0,1,0c.6.36,1,.74,1.47,1-.43-.22-.87-.6-1.47-1A3.64,3.64,0,0,1,20.81,31.84Z" fill="#484f60"/><path d="M29.12,29.68,27.27,29a8.29,8.29,0,0,0-.93-.29,8.29,8.29,0,0,1,.93.29Z" fill="#484f60"/><path d="M23.93,29.05h0a3.69,3.69,0,0,0-1.86-2.36A3.69,3.69,0,0,1,23.93,29.05Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M18.5,10.16c2.88,0,5.21,2,5.21,4.33a5.33,5.33,0,0,1-5.21,4.87,5.34,5.34,0,0,1-5.22-4.87C13.28,12.2,15.62,10.16,18.5,10.16Z" fill="#484f60"/><path d="M31.5,10.16c2.88,0,5.21,2,5.21,4.33a5.23,5.23,0,0,1-10.43,0C26.28,12.2,28.62,10.16,31.5,10.16Z" fill="#484f60"/><path d="M23,21.87h4A3.54,3.54,0,0,0,25,19,3.54,3.54,0,0,0,23,21.87Z" fill="#484f60"/><path d="M36.6,18.61h-.42c-.93,1.32-2.87,2.9-4.68,2.9s-3.76-1.58-4.69-2.9H26.4A3.18,3.18,0,0,0,25,19a3.54,3.54,0,0,1,2,2.92H23A3.54,3.54,0,0,1,25,19a3.18,3.18,0,0,0-1.4-.34h-.42c-.93,1.32-2.87,2.9-4.68,2.9s-3.76-1.58-4.69-2.9H13.4A3.54,3.54,0,0,0,10,21.87l2.27,2.49c0,1.5,2.52,15.48,4.4,15.48h6.5C22,39.84,21,36.37,21,35.4L19.5,33.79a2.3,2.3,0,0,1,2.2-2.12H22a4.3,4.3,0,0,0,3,1.88,4.3,4.3,0,0,0,3-1.88h.27a2.31,2.31,0,0,1,2.2,2.12L29,35.4c0,1-1,4.44-2.2,4.44h6.5c1.88,0,4.4-14,4.4-15.48L40,21.87A3.55,3.55,0,0,0,36.6,18.61ZM25,32.32a4.09,4.09,0,0,1-4-3.73c0-1.76,1.79-3.33,4-3.33s4,1.57,4,3.33A4.09,4.09,0,0,1,25,32.32Z" fill="#484f60"/></svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
|
|
2
|
-
<g opacity="0.5">
|
|
3
|
-
<polygon points="29.79 40.5 29.79 39.49 28.97 40.5 29.79 40.5" fill="#4d5050"/>
|
|
4
|
-
<path d="M684,389.82H671.14v-2.14h11.1l-2.6-3.21h-8.5v-2.14h6.77l-.8-1h9.15l2,2.51V369.47H669v30h7.5V393h4.29v3.38l4.26-5.27Zm-12.83-18.21h15v2.14h-15Zm0,5.36h15v2.14h-15Z"
|
|
5
|
-
transform="translate(-658.5 -358.97)" fill="#4d5050"/>
|
|
6
|
-
</g>
|
|
7
|
-
<polygon
|
|
8
|
-
points="35.21 40.5 31.13 35.45 27.04 40.5 21.75 40.5 28.48 32.18 21.75 23.87 27.04 23.87 31.13 28.91 35.21 23.87 40.5 23.87 33.77 32.18 40.5 40.5 35.21 40.5"
|
|
9
|
-
fill="#4d5050"/>
|
|
10
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M36.94,12h-4v2a2,2,0,1,1-4.08,0V12H21.17v2a2,2,0,1,1-4.08,0V12h-4a1.2,1.2,0,0,0-1.19,1.2V18H38.14V13.16A1.2,1.2,0,0,0,36.94,12Z" fill="#484f60"/><path d="M37.14,20.5v16L34.65,39H13.05a.2.2,0,0,1-.19-.2V20.5H37.14m1-1H11.86V38.8A1.2,1.2,0,0,0,13.05,40h22l3.08-3.08V19.5Z" fill="#484f60"/><rect x="18.24" y="10" width="1.79" height="4.87" rx="0.9" ry="0.9" fill="#484f60"/><rect x="29.97" y="10" width="1.79" height="4.87" rx="0.9" ry="0.9" fill="#484f60"/><rect x="11.86" y="24.37" width="26.28" height="0.5" fill="#484f60"/><rect x="11.86" y="29.5" width="26.28" height="0.5" fill="#484f60"/><rect x="11.86" y="34.62" width="26.28" height="0.5" fill="#484f60"/><rect x="18.18" y="19.5" width="0.5" height="20.5" fill="#484f60"/><rect x="24.75" y="19.5" width="0.5" height="20.5" fill="#484f60"/><rect x="31.32" y="19.5" width="0.5" height="20.5" fill="#484f60"/><path d="M23.18,29.34a13.36,13.36,0,0,1-3-3.65l.87-.5a12.36,12.36,0,0,0,2.71,3.32Z" fill="#484f60"/><path d="M20.45,28.73l-1-.24c.15-.6.9-1.23,2-2.11a7.56,7.56,0,0,0,1.21-1.07l1,.2c-.06.45-.55.85-1.57,1.65C21.57,27.6,20.53,28.42,20.45,28.73Z" fill="#484f60"/><path d="M29.46,29.34a13.47,13.47,0,0,1-3-3.65l.87-.5A12.58,12.58,0,0,0,30,28.51Z" fill="#484f60"/><path d="M26.72,28.73l-1-.24c.16-.6.91-1.23,2-2.11A7.74,7.74,0,0,0,29,25.31l1,.2c-.06.45-.55.85-1.57,1.65C27.84,27.6,26.8,28.42,26.72,28.73Z" fill="#484f60"/><path d="M36,29.34a13.36,13.36,0,0,1-3-3.65l.87-.5a12.36,12.36,0,0,0,2.71,3.32Z" fill="#484f60"/><path d="M33.23,28.73l-1-.24c.15-.6.9-1.23,2-2.11a7.13,7.13,0,0,0,1.21-1.07l1,.2c-.06.45-.55.85-1.57,1.65C34.35,27.6,33.31,28.42,33.23,28.73Z" fill="#484f60"/><path d="M17.19,34.47a13.46,13.46,0,0,1-3-3.65l.87-.5a12.63,12.63,0,0,0,2.7,3.32Z" fill="#484f60"/><path d="M14.46,33.86l-1-.25c.15-.59.9-1.22,2-2.11a8.72,8.72,0,0,0,1.21-1.06l1,.19c-.06.45-.56.86-1.58,1.66C15.58,32.73,14.54,33.55,14.46,33.86Z" fill="#484f60"/><path d="M23.05,34.47a13.46,13.46,0,0,1-3-3.65l.87-.5a12.52,12.52,0,0,0,2.71,3.32Z" fill="#484f60"/><path d="M20.32,33.86l-1-.25c.15-.59.9-1.22,2-2.11a8.16,8.16,0,0,0,1.21-1.06l1,.19c-.06.45-.55.86-1.57,1.66C21.44,32.73,20.4,33.55,20.32,33.86Z" fill="#484f60"/></svg>
|
|
@@ -1,10 +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="M682.38,393.69a7.48,7.48,0,0,1,3.35-5.39,1.29,1.29,0,0,0,.48-1.82,8.11,8.11,0,0,0-3.66-3.86c-1.19-.63-1.6-.34-2.21.48a6.92,6.92,0,0,1-5.14,3.08,6.66,6.66,0,0,0,.62,13.29A6.45,6.45,0,0,0,682.38,393.69Zm-10.45,2.42a4.82,4.82,0,0,1-1.26-3.4,4.75,4.75,0,0,1,1.33-3.27c.22-.22.69-.18,1-.26,0,.34.05.77-.12,1a3.94,3.94,0,0,0,0,5.22c.17.24.07.66.09,1C672.63,396.32,672.15,396.34,671.93,396.12Z"
|
|
3
|
-
transform="translate(-658.5 -358.97)" fill="#4d5050"/>
|
|
4
|
-
<path d="M692.65,390.82a12.66,12.66,0,0,0-1.36-3.28,32.24,32.24,0,0,0-10.1-10.27,12.85,12.85,0,0,0-3.15-1.41c-1.33-.41-2.07.34-1.8,1.72a12.81,12.81,0,0,0,2.46,4.85c.09-.11.19-.2.29-.33a3.11,3.11,0,0,1,2.5-1.5,3.93,3.93,0,0,1,1.84.53,9.76,9.76,0,0,1,4.4,4.64,3,3,0,0,1-1,3.89c-.17.12-.29.25-.44.37a11.94,11.94,0,0,0,4.76,2.44C692.29,392.65,693,392,692.65,390.82Z"
|
|
5
|
-
transform="translate(-658.5 -358.97)" fill="#4d5050"/>
|
|
6
|
-
<path d="M694.1,381.5a6.09,6.09,0,1,0-7.07-3.85c.48,1.31,1.12,1.85,1.86,1.48,1.12-.56.71-1.4.3-2.2a.91.91,0,0,1,0-.11,3.82,3.82,0,1,1,4.81,2.38l-.36.12Z"
|
|
7
|
-
transform="translate(-658.5 -358.97)" fill="#4d5050"/>
|
|
8
|
-
<path d="M690.36,378.72a2,2,0,0,1-1.1,1.17,1.82,1.82,0,0,1-.82.2c-.94,0-1.68-.72-2.2-2.15a7.07,7.07,0,0,1-.31-1.14,5.12,5.12,0,0,0-1.59,1,33.85,33.85,0,0,1,7.16,7.29,5.11,5.11,0,0,0-1.37-8.14A2.36,2.36,0,0,1,690.36,378.72Z"
|
|
9
|
-
transform="translate(-658.5 -358.97)" fill="#4d5050"/>
|
|
10
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="26.19 27.13 31.78 23.88 37.39 27.11 31.79 30.35 26.19 27.13" fill="#484f60"/><polygon points="32.39 31.38 37.99 28.14 38 34.61 32.41 37.85 32.39 31.38" fill="#484f60" opacity="0.5"/><polygon points="25.6 34.63 25.59 28.16 31.2 31.39 31.21 37.85 25.6 34.63" fill="#484f60" opacity="0.25"/><polygon points="12.6 27.15 18.19 23.91 23.8 27.13 18.2 30.37 12.6 27.15" fill="#484f60"/><polygon points="18.8 31.41 24.39 28.16 24.41 34.63 18.81 37.88 18.8 31.41" fill="#484f60" opacity="0.5"/><polygon points="12.01 34.65 12 28.19 17.61 31.41 17.62 37.88 12.01 34.65" fill="#484f60" opacity="0.25"/><polygon points="19.37 15.37 24.96 12.12 30.57 15.35 24.98 18.59 19.37 15.37" fill="#484f60"/><polygon points="25.58 19.62 31.17 16.38 31.18 22.85 25.59 26.09 25.58 19.62" fill="#484f60" opacity="0.5"/><polygon points="18.79 22.87 18.77 16.4 24.38 19.63 24.39 26.09 18.79 22.87" fill="#484f60" opacity="0.25"/></svg>
|
|
@@ -1,25 +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
|
-
<polygon fill="#2A363B" points="20,32.1 25,29.2 29.9,32.1 25,34.9 "/>
|
|
7
|
-
<polygon opacity="0.5" fill="#2A363B" points="25.5,35.9 30.5,33 30.5,38.7 25.5,41.6 "/>
|
|
8
|
-
<polygon opacity="0.25" fill="#2A363B" points="19.5,38.7 19.5,33 24.5,35.9 24.5,41.6 "/>
|
|
9
|
-
<polygon fill="#2A363B" points="26,21.7 31,18.8 35.9,21.7 31,24.5 "/>
|
|
10
|
-
<polygon opacity="0.5" fill="#2A363B" points="31.5,25.4 36.5,22.6 36.5,28.3 31.5,31.2 "/>
|
|
11
|
-
<polygon opacity="0.25" fill="#2A363B" points="25.5,28.3 25.5,22.6 30.5,25.4 30.5,31.2 "/>
|
|
12
|
-
<polygon fill="#2A363B" points="14,21.7 19,18.8 23.9,21.7 19,24.5 "/>
|
|
13
|
-
<polygon opacity="0.5" fill="#2A363B" points="19.5,25.5 24.4,22.6 24.5,28.3 19.5,31.2 "/>
|
|
14
|
-
<polygon opacity="0.25" fill="#2A363B" points="13.5,28.3 13.5,22.6 18.4,25.5 18.5,31.2 "/>
|
|
15
|
-
<polygon fill="#2A363B" points="8,32.1 13,29.2 17.9,32.1 13,35 "/>
|
|
16
|
-
<polygon opacity="0.5" fill="#2A363B" points="13.5,35.9 18.5,33 18.5,38.7 13.5,41.6 "/>
|
|
17
|
-
<polygon opacity="0.25" fill="#2A363B" points="7.5,38.7 7.5,33 12.5,35.9 12.5,41.6 "/>
|
|
18
|
-
<polygon fill="#2A363B" points="32.1,32.1 37,29.2 42,32 37,34.9 "/>
|
|
19
|
-
<polygon opacity="0.5" fill="#2A363B" points="37.5,35.8 42.5,33 42.5,38.7 37.6,41.5 "/>
|
|
20
|
-
<polygon opacity="0.25" fill="#2A363B" points="31.5,38.7 31.5,33 36.5,35.8 36.5,41.5 "/>
|
|
21
|
-
<polygon fill="#2A363B" points="20,11.3 25,8.4 29.9,11.3 25,14.1 "/>
|
|
22
|
-
<polygon opacity="0.5" fill="#2A363B" points="25.5,15 30.4,12.2 30.4,17.9 25.5,20.8 "/>
|
|
23
|
-
<polygon opacity="0.25" fill="#2A363B" points="19.5,17.9 19.5,12.2 24.4,15 24.4,20.8 "/>
|
|
24
|
-
</g>
|
|
25
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="25.9 25.28 30.14 22.82 34.39 25.26 30.15 27.72 25.9 25.28" fill="#484f60"/><polygon points="30.6 28.5 34.84 26.05 34.85 30.95 30.61 33.4 30.6 28.5" fill="#484f60" opacity="0.5"/><polygon points="25.46 30.96 25.45 26.06 29.7 28.5 29.7 33.41 25.46 30.96" fill="#484f60" opacity="0.25"/><polygon points="15.6 25.3 19.84 22.84 24.09 25.28 19.85 27.74 15.6 25.3" fill="#484f60"/><polygon points="20.3 28.52 24.54 26.07 24.55 30.96 20.31 33.42 20.3 28.52" fill="#484f60" opacity="0.5"/><polygon points="15.16 30.98 15.15 26.08 19.4 28.52 19.41 33.42 15.16 30.98" fill="#484f60" opacity="0.25"/><polygon points="20.73 16.37 24.97 13.91 29.22 16.35 24.98 18.81 20.73 16.37" fill="#484f60"/><polygon points="25.44 19.59 29.68 17.14 29.68 22.03 25.45 24.49 25.44 19.59" fill="#484f60" opacity="0.5"/><polygon points="20.29 22.05 20.28 17.15 24.53 19.59 24.54 24.5 20.29 22.05" fill="#484f60" opacity="0.25"/><polygon points="40 36.42 10 36.42 10 16.66 11.43 16.66 11.43 35 38.57 35 38.57 16.66 40 16.66 40 36.42" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M18.14,26.63l.69-.84c.17-.22.35-.44.53-.65A.46.46,0,0,1,19.6,25a1.59,1.59,0,0,1,1,.19,1.07,1.07,0,0,1,.52.84c.05.8.08,1.61.12,2.41a.57.57,0,0,1,0,.12H15c0-.22,0-.43,0-.64,0-.6.08-1.19.1-1.79A1.18,1.18,0,0,1,16.27,25a.85.85,0,0,1,.86.39c.24.35.54.67.81,1Z" fill="#484f60"/><path d="M23.26,25.32H21.62v-.76h1.63V17.12h2.83v.74h-2v6.7h2v.75h-2V32h2v.76H23.26Z" fill="#484f60"/><path d="M33,27.62H28.18v-.16c0-.45.06-.89.08-1.34a.61.61,0,0,1,.35-.53,1.76,1.76,0,0,1,.63-.15c.89,0,1.77,0,2.65,0a1.45,1.45,0,0,1,.47.08.71.71,0,0,1,.52.7c0,.41,0,.82.08,1.23Z" fill="#484f60"/><path d="M28.17,34c0-.38,0-.74.07-1.09,0-.12,0-.23,0-.34a.63.63,0,0,1,.39-.62,1.89,1.89,0,0,1,.58-.14h2.68a1.32,1.32,0,0,1,.44.08.71.71,0,0,1,.53.7c0,.41,0,.81.07,1.22A1.15,1.15,0,0,1,33,34Z" fill="#484f60"/><path d="M28.17,21.1c0-.19,0-.36,0-.53s0-.56.06-.84a.76.76,0,0,1,.68-.79,1.87,1.87,0,0,1,.34,0h2.58a1.19,1.19,0,0,1,.71.19.59.59,0,0,1,.29.47c0,.48.07,1,.1,1.45,0,0,0,0,0,.08Z" fill="#484f60"/><path d="M19.74,22.9a1.6,1.6,0,0,1-1.6,1.62,1.63,1.63,0,0,1-1.63-1.61,1.61,1.61,0,0,1,1.63-1.61A1.58,1.58,0,0,1,19.74,22.9Z" fill="#484f60"/><path d="M29.33,23.78a1.24,1.24,0,1,1,1.25,1.27A1.25,1.25,0,0,1,29.33,23.78Z" fill="#484f60"/><path d="M29.33,17.26a1.24,1.24,0,1,1,1.23,1.27A1.24,1.24,0,0,1,29.33,17.26Z" fill="#484f60"/><path d="M29.33,30.16a1.24,1.24,0,1,1,2.48,0,1.24,1.24,0,1,1-2.48,0Z" fill="#484f60"/><path d="M25,11A14,14,0,1,1,11,25,14,14,0,0,1,25,11m0-1A15,15,0,1,0,40,25,15,15,0,0,0,25,10Z" fill="#484f60"/></svg>
|
|
@@ -1,18 +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
|
-
<polygon fill="#29363E" points="18.6,12.9 25.5,10.1 32.4,12.9 25.5,15.8 "/>
|
|
7
|
-
<path fill="#29363E" d="M33.2,14.2L26.2,17l0,8l0.2-0.1c0,0,0.1,0,0.1,0l0.7-0.3c-0.4-0.8-0.6-1.6-0.6-2.5c0-3,3-5.6,6.4-5.6
|
|
8
|
-
c0,0,0,0,0.1,0L33.2,14.2z"/>
|
|
9
|
-
<polyline fill="#29363E" points="18,17.6 24.8,24.3 24.8,17.1 17.8,14.2 17.8,17.4 "/>
|
|
10
|
-
<path fill="#29363E" d="M38,26.1h-0.4c-0.9,1.3-2.7,2.8-4.4,2.8c-1.7,0-3.6-1.5-4.4-2.8h-0.4c-0.8,0-1.4,0.3-2,0.8l3.7,3.7
|
|
11
|
-
l-2.5,2.5c0.5,2,1.6,5,3,5h5.4c1.8,0,3.2-5.1,3.2-6.5l2.2-2.4C41.2,27.8,39.7,26.1,38,26.1z"/>
|
|
12
|
-
<path fill="#29363E" d="M38.1,22.2c0,2.2-2.2,4.6-4.9,4.6c-2.7,0-4.9-2.4-4.9-4.6c0-2.2,2.2-4.1,4.9-4.1
|
|
13
|
-
C35.9,18.1,38.1,20,38.1,22.2z"/>
|
|
14
|
-
<g>
|
|
15
|
-
<polygon fill="#29363E" points="27.9,30.6 18.5,21.2 18.5,27 8.8,27 8.8,34.1 18.5,34.1 18.5,39.9 "/>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,35 +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="#4C4C4C" d="M25.5,38.8c-7.2,0-13-5.8-13-13c0-6.4,4.6-11.8,10.9-12.8l0.4,0.9c-0.8,0.6-1.2,1.5-1.2,2.4
|
|
7
|
-
c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1-0.4-1.8-1.2-2.4l0.4-0.9c6.3,1,10.9,6.4,10.9,12.8C38.5,32.9,32.7,38.8,25.5,38.8z M22,14.3
|
|
8
|
-
c-5,1.5-8.5,6.1-8.5,11.5c0,6.6,5.4,12,12,12s12-5.4,12-12c0-5.4-3.5-10-8.5-11.5c0.3,0.6,0.5,1.3,0.5,2c0,2.2-1.8,4-4,4
|
|
9
|
-
s-4-1.8-4-4C21.5,15.5,21.7,14.9,22,14.3z"/>
|
|
10
|
-
<path fill="#4C4C4C" d="M30,34.3h-9c-0.8,0-1.5-0.7-1.5-1.5v-5c0-0.8,0.7-1.5,1.5-1.5h9c0.8,0,1.5,0.7,1.5,1.5v5
|
|
11
|
-
C31.5,33.6,30.8,34.3,30,34.3z"/>
|
|
12
|
-
|
|
13
|
-
<rect x="15.8" y="23.1" transform="matrix(0.2747 -0.9615 0.9615 0.2747 -13.7537 35.2664)" fill="#4C4C4C" width="1.5" height="7.3"/>
|
|
14
|
-
|
|
15
|
-
<rect x="30.9" y="26" transform="matrix(0.9615 -0.2749 0.2749 0.9615 -6.0243 10.5144)" fill="#4C4C4C" width="7.3" height="1.5"/>
|
|
16
|
-
<rect x="15.8" y="32.5" transform="matrix(0.9715 -0.237 0.237 0.9715 -7.3694 5.2014)" fill="#4C4C4C" width="4.2" height="1.5"/>
|
|
17
|
-
|
|
18
|
-
<rect x="32.3" y="31.1" transform="matrix(0.2368 -0.9716 0.9716 0.2368 -7.0792 57.4882)" fill="#4C4C4C" width="1.5" height="4.2"/>
|
|
19
|
-
|
|
20
|
-
<rect x="30.8" y="14.2" transform="matrix(5.361340e-03 -1 1 5.361340e-03 14.5533 48.1979)" fill="#4C4C4C" width="1.5" height="5.1"/>
|
|
21
|
-
|
|
22
|
-
<rect x="16.9" y="16" transform="matrix(1 -5.208263e-03 5.208263e-03 1 -8.714692e-02 0.1018)" fill="#4C4C4C" width="5.1" height="1.5"/>
|
|
23
|
-
<g>
|
|
24
|
-
<path fill="#4C4C4C" d="M22,24c-0.5,0-1,0.1-1-1s0.5-2,1-2s1,0.9,1,2S22.5,24,22,24z"/>
|
|
25
|
-
<path fill="#4C4C4C" d="M22,24.2c-0.7,0-1.3,0-1.3-1.3s0.6-2.3,1.3-2.3s1.3,1,1.3,2.3S22.7,24.2,22,24.2z M22,21.2
|
|
26
|
-
c-0.3,0-0.8,0.7-0.8,1.8s0.5,0.8,0.8,0.8s0.8,0.3,0.8-0.8S22.3,21.2,22,21.2z"/>
|
|
27
|
-
</g>
|
|
28
|
-
<g>
|
|
29
|
-
<path fill="#4C4C4C" d="M29,24c-0.5,0-1,0.1-1-1s0.5-2,1-2s1,0.9,1,2S29.5,24,29,24z"/>
|
|
30
|
-
<path fill="#4C4C4C" d="M29,24.2c-0.7,0-1.3,0-1.3-1.3s0.6-2.3,1.3-2.3s1.3,1,1.3,2.3S29.7,24.2,29,24.2z M29,21.2
|
|
31
|
-
c-0.3,0-0.8,0.7-0.8,1.8s0.5,0.8,0.8,0.8s0.8,0.3,0.8-0.8S29.3,21.2,29,21.2z"/>
|
|
32
|
-
</g>
|
|
33
|
-
<path fill="#4C4C4C" d="M25.5,20.3c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S27.7,20.3,25.5,20.3z"/>
|
|
34
|
-
</g>
|
|
35
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
|
2
|
-
<rect x="10" y="12.67" width="7.5" height="25" fill="#484f60" opacity="0.25"/>
|
|
3
|
-
<rect x="17.5" y="12.67" width="22.5" height="5" fill="#484f60" opacity="0.25"/>
|
|
4
|
-
<rect x="10" y="37.17" width="30" height="1" fill="#484f60"/>
|
|
5
|
-
<rect x="10" y="27.17" width="30" height="1" fill="#484f60"/>
|
|
6
|
-
<rect x="10" y="17.17" width="30" height="1" fill="#484f60"/>
|
|
7
|
-
<rect x="10" y="12.17" width="30" height="1" fill="#484f60"/>
|
|
8
|
-
<rect x="10" y="22.17" width="30" height="1" fill="#484f60"/>
|
|
9
|
-
<rect x="10" y="32.17" width="30" height="1" fill="#484f60"/>
|
|
10
|
-
<rect x="9.5" y="12.67" width="1" height="25" fill="#484f60"/>
|
|
11
|
-
<rect x="39.5" y="12.67" width="1" height="25" fill="#484f60"/>
|
|
12
|
-
<rect x="24.5" y="12.67" width="1" height="25" fill="#484f60"/>
|
|
13
|
-
<rect x="17" y="12.67" width="1" height="25" fill="#484f60"/>
|
|
14
|
-
<rect x="32" y="12.67" width="1" height="25" fill="#484f60"/>
|
|
15
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M40,29.15v-.68a5.28,5.28,0,0,0-1.34-3.25L24.78,11.34A5.34,5.34,0,0,0,21.53,10H11.9A1.91,1.91,0,0,0,10,11.9v9.63a5.28,5.28,0,0,0,1.34,3.25L25.22,38.66A5.28,5.28,0,0,0,28.47,40h.68a5.28,5.28,0,0,0,3.24-1.34l6.27-6.27A5.28,5.28,0,0,0,40,29.15ZM13.13,16.72a2.54,2.54,0,1,1,3.59,0A2.55,2.55,0,0,1,13.13,16.72Zm15.9,19L17.84,24.55l1.34-1.34L30.37,34.4Zm2.69-2.69L20.52,21.87l1.35-1.35,11.19,11.2Zm2.68-2.69L23.21,19.18l1.34-1.34L35.75,29Z" fill="#484f60"/></svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
|
|
2
|
-
<ellipse cx="19.4" cy="28.2" rx="10.9" ry="8" fill="#4d5050"/>
|
|
3
|
-
<path d="M290,428.4c0.9,2.7-1.6,6.7-8.5,8.3h0c2.8-.9,5.3-5.6,1.1-8.3H290Z" transform="translate(-272.5 -396)" fill="#4d5050"/>
|
|
4
|
-
<path d="M315,414.2c0-4.4-4.9-8-10.9-8s-10.9,3.6-10.9,8v0.2c5.6,0.4,10.1,3.6,11.3,7.7C310.3,422.1,315,418.6,315,414.2Z"
|
|
5
|
-
transform="translate(-272.5 -396)" fill="#4d5050"/>
|
|
6
|
-
<path d="M306,418.5c-0.9,2.7,1.6,6.7,8.5,8.3h0c-2.8-.9-5.3-5.6-1.1-8.3H306Z" transform="translate(-272.5 -396)" fill="#4d5050"/>
|
|
7
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M13.67,25.17c0-.34,0-.67,0-1h-2c0,.33,0,.66,0,1A13.35,13.35,0,0,0,22,38.16V36.09A11.33,11.33,0,0,1,13.67,25.17Z" fill="#484f60"/><path d="M35.93,28.17A11.36,11.36,0,0,1,25,36.5c-.34,0-.67,0-1,0v2c.33,0,.66,0,1,0A13.35,13.35,0,0,0,38,28.17Z" fill="#484f60"/><path d="M25,13.83c.34,0,.67,0,1,.05v-2c-.33,0-.66,0-1,0A13.35,13.35,0,0,0,12,22.17h2.06A11.36,11.36,0,0,1,25,13.83Z" fill="#484f60"/><path d="M38.3,26.17c0-.33,0-.67,0-1A13.37,13.37,0,0,0,28,12.17v2.07a11.35,11.35,0,0,1,8.33,10.93c0,.33,0,.67,0,1Z" fill="#484f60"/><path d="M25,19.17a6.63,6.63,0,0,1,1,.08v-2a8.26,8.26,0,0,0-1-.06,8,8,0,0,0-7.41,5h2.22A6,6,0,0,1,25,19.17Z" fill="#484f60"/><path d="M19,25.17a6.53,6.53,0,0,1,.08-1h-2a8.14,8.14,0,0,0-.06,1,8,8,0,0,0,5,7.41V30.36A6,6,0,0,1,19,25.17Z" fill="#484f60"/><path d="M30.19,28.17a6,6,0,0,1-5.19,3,5.55,5.55,0,0,1-1-.09v2a8.26,8.26,0,0,0,1,.07,8,8,0,0,0,7.41-5Z" fill="#484f60"/><path d="M32.94,26.17a8.26,8.26,0,0,0,.06-1,8,8,0,0,0-5-7.42V20a6,6,0,0,1,3,5.2,6.63,6.63,0,0,1-.08,1Z" fill="#484f60"/><circle cx="25" cy="25.17" r="2.67" fill="#484f60"/><rect x="9" y="24.17" width="32" height="2" fill="#484f60"/><rect x="24" y="9.17" width="2" height="32" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M33.82,13.53h-.88v1.32h.88a.44.44,0,0,1,.44.44v23a.44.44,0,0,1-.44.44H16.18a.44.44,0,0,1-.44-.44v-23a.44.44,0,0,1,.44-.44h.88V13.53h-.88a1.76,1.76,0,0,0-1.77,1.76v23A1.76,1.76,0,0,0,16.18,40H33.82a1.76,1.76,0,0,0,1.77-1.76v-23A1.76,1.76,0,0,0,33.82,13.53Z" fill="#484f60"/><path d="M27.65,12.65a2.65,2.65,0,0,1-5.3,0H19.26a.88.88,0,0,0-.88.88v2.65a.89.89,0,0,0,.88.88H30.74a.89.89,0,0,0,.88-.88V13.53a.88.88,0,0,0-.88-.88Z" fill="#484f60"/><path d="M25,10a2.65,2.65,0,1,0,2.65,2.65A2.65,2.65,0,0,0,25,10Zm0,4a1.33,1.33,0,1,1,1.32-1.32A1.32,1.32,0,0,1,25,14Z" fill="#484f60"/><rect x="22.09" y="21.51" width="10" height="1" fill="#484f60"/><rect x="22.09" y="27.51" width="10" height="1" fill="#484f60"/><rect x="22.09" y="33.51" width="10" height="1" fill="#484f60"/><path d="M20.09,33.51v1h-1v-1h1m1-1h-3v3h3v-3Z" fill="#484f60"/><polygon points="19.44 30.02 17.91 27.86 18.52 27.43 19.33 28.57 20.61 26.02 21.27 26.35 19.44 30.02" fill="#484f60"/><polygon points="19.44 24.02 17.91 21.86 18.52 21.43 19.33 22.57 20.61 20.02 21.27 20.35 19.44 24.02" fill="#484f60"/><path d="M25-1.67A23.35,23.35,0,0,1,1.67-25,23.35,23.35,0,0,1,25-48.33,23.35,23.35,0,0,1,48.33-25,23.35,23.35,0,0,1,25-1.67M25,0A25,25,0,0,0,50-25,25,25,0,0,0,25-50,25,25,0,0,0,0-25,25,25,0,0,0,25,0Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="12.67" width="30" height="7" fill="#484f60"/><rect x="10" y="21.67" width="30" height="7" fill="#484f60"/><rect x="10" y="30.67" width="30" height="7" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="14.17" width="30" height="4" fill="#484f60"/><rect x="10" y="20.17" width="30" height="4" fill="#484f60"/><rect x="10" y="26.17" width="30" height="4" fill="#484f60"/><rect x="10" y="32.17" width="30" height="4" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M10,28.3c0,4,5.36,6.39,11.5,7.05V31.62c-5.56-.63-9.64-2.71-9.64-5.18,0-1.3,1.14-2.49,3-3.43l-.13-.12C11.91,24.1,10,25.91,10,28.3Z" fill="#484f60"/><path d="M35.21,22.87a1.59,1.59,0,0,1-.13.13c1.9.93,3.06,2.13,3.06,3.44,0,2.63-4.61,4.81-10.71,5.28l2.27,1.82-2.39,1.91C33.93,35,40,32.56,40,28.3,40,25.9,38.07,24.09,35.21,22.87Z" fill="#484f60"/><polygon points="26.5 33.54 21.5 37.54 21.5 29.54 26.5 33.54" fill="#484f60"/><path d="M13.5,19.2s10.7,15.5,23,0C36.5,19.2,26.2,4,13.5,19.2ZM25,24.87a5.59,5.59,0,1,1,5.59-5.59A5.59,5.59,0,0,1,25,24.87Z" fill="#484f60"/><path d="M27.45,17.74A2.46,2.46,0,1,1,25,15.29,2.45,2.45,0,0,1,27.45,17.74Z" fill="#484f60"/></svg>
|
|
@@ -1,29 +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
|
-
<g>
|
|
8
|
-
<path fill="#A06F51" d="M38.5,27.5c-0.3-0.5-0.2-1.2,0.2-1.6l1.2-1.4c0.4-0.4,0.3-1-0.1-1.4l-1.5-1.1c-0.4-0.3-0.7-1-0.5-1.6
|
|
9
|
-
l0.5-1.7c0.2-0.5-0.1-1.1-0.7-1.2l-1.8-0.4c-0.5-0.1-1-0.7-1.1-1.2l-0.2-1.8c-0.1-0.5-0.6-0.9-1.1-0.8l-1.8,0.3
|
|
10
|
-
c-0.5,0.1-1.2-0.2-1.5-0.7l-0.9-1.6c-0.3-0.5-0.9-0.6-1.3-0.3l-1.5,1c-0.5,0.3-1.2,0.3-1.6,0l-1.5-1c-0.5-0.3-1.1-0.2-1.3,0.3
|
|
11
|
-
L20.9,13c-0.3,0.5-1,0.8-1.5,0.7l-1.8-0.3c-0.5-0.1-1,0.3-1.1,0.8l-0.2,1.8c-0.1,0.5-0.6,1.1-1.1,1.2l-1.8,0.4
|
|
12
|
-
c-0.5,0.1-0.8,0.7-0.7,1.2l0.5,1.7c0.2,0.5-0.1,1.2-0.5,1.6l-1.5,1.1c-0.4,0.3-0.5,0.9-0.1,1.4l1.2,1.4c0.4,0.4,0.4,1.2,0.2,1.6
|
|
13
|
-
l-0.9,1.6c-0.3,0.5-0.1,1.1,0.4,1.3l1.6,0.8c0.5,0.2,0.9,0.9,0.8,1.4l-0.2,1.8c0,0.5,0.4,1,0.9,1l1.8,0c0.5,0,1.1,0.4,1.3,1
|
|
14
|
-
l0.6,1.7c0.2,0.5,0.7,0.8,1.2,0.6L22,38c0.5-0.2,1.2-0.1,1.6,0.3l1.2,1.3c0.4,0.4,1,0.4,1.4,0l1.2-1.3c0.4-0.4,1.1-0.6,1.6-0.3
|
|
15
|
-
l1.7,0.7c0.5,0.2,1.1,0,1.2-0.6l0.6-1.7c0.2-0.5,0.8-1,1.3-1l1.8,0c0.5,0,1-0.5,0.9-1l-0.2-1.8c0-0.5,0.3-1.2,0.8-1.4l1.6-0.8
|
|
16
|
-
c0.5-0.2,0.7-0.8,0.4-1.3L38.5,27.5z 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
|
|
17
|
-
C37.5,32.1,32.1,37.5,25.5,37.5z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<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"/>
|
|
21
|
-
<g>
|
|
22
|
-
<path fill="#FFFFFF" d="M18.5,25.1c1.1-0.2,2.1-0.3,3.2-0.5c-0.4,1.6,0.1,5.2,2,5.5c-0.5,1.7-2.9,0.5-3.7-0.4
|
|
23
|
-
C19,28.5,18.5,26.7,18.5,25.1"/>
|
|
24
|
-
<path fill="#FFFFFF" d="M24.4,29.8c-1.2-0.1-1.8-1.8-2-3c-0.4-2.1,0.3-1.7,1.5-2.9c1-1,2.1-2.2,3.1-3.3c0.5-0.5,2.1-3.4,2.6-2.3
|
|
25
|
-
c0.9,1.8-2.3,3.4-1,4.8c0.9,0.9,2.4-0.3,3.3,0.2c0.8,0.5,0.9,1.5-0.3,1.7c1,0.6,0.9,1.5-0.1,2c0.7,0.5,0.6,1-0.1,1.4
|
|
26
|
-
c-0.6,0.4,0.1,1-0.8,1.7C29,31.1,26.1,30.1,24.4,29.8"/>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1,29 +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
|
-
<g>
|
|
8
|
-
<path fill="#CB9618" d="M38.5,27.5c-0.3-0.5-0.2-1.2,0.2-1.6l1.2-1.4c0.4-0.4,0.3-1-0.1-1.4l-1.5-1.1c-0.4-0.3-0.7-1-0.5-1.6
|
|
9
|
-
l0.5-1.7c0.2-0.5-0.1-1.1-0.7-1.2l-1.8-0.4c-0.5-0.1-1-0.7-1.1-1.2l-0.2-1.8c-0.1-0.5-0.6-0.9-1.1-0.8l-1.8,0.3
|
|
10
|
-
c-0.5,0.1-1.2-0.2-1.5-0.7l-0.9-1.6c-0.3-0.5-0.9-0.6-1.3-0.3l-1.5,1c-0.5,0.3-1.2,0.3-1.6,0l-1.5-1c-0.5-0.3-1.1-0.2-1.3,0.3
|
|
11
|
-
L20.9,13c-0.3,0.5-1,0.8-1.5,0.7l-1.8-0.3c-0.5-0.1-1,0.3-1.1,0.8l-0.2,1.8c-0.1,0.5-0.6,1.1-1.1,1.2l-1.8,0.4
|
|
12
|
-
c-0.5,0.1-0.8,0.7-0.7,1.2l0.5,1.7c0.2,0.5-0.1,1.2-0.5,1.6l-1.5,1.1c-0.4,0.3-0.5,0.9-0.1,1.4l1.2,1.4c0.4,0.4,0.4,1.2,0.2,1.6
|
|
13
|
-
l-0.9,1.6c-0.3,0.5-0.1,1.1,0.4,1.3l1.6,0.8c0.5,0.2,0.9,0.9,0.8,1.4l-0.2,1.8c0,0.5,0.4,1,0.9,1l1.8,0c0.5,0,1.1,0.4,1.3,1
|
|
14
|
-
l0.6,1.7c0.2,0.5,0.7,0.8,1.2,0.6L22,38c0.5-0.2,1.2-0.1,1.6,0.3l1.2,1.3c0.4,0.4,1,0.4,1.4,0l1.2-1.3c0.4-0.4,1.1-0.6,1.6-0.3
|
|
15
|
-
l1.7,0.7c0.5,0.2,1.1,0,1.2-0.6l0.6-1.7c0.2-0.5,0.8-1,1.3-1l1.8,0c0.5,0,1-0.5,0.9-1l-0.2-1.8c0-0.5,0.3-1.2,0.8-1.4l1.6-0.8
|
|
16
|
-
c0.5-0.2,0.7-0.8,0.4-1.3L38.5,27.5z 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
|
|
17
|
-
C37.5,32.1,32.1,37.5,25.5,37.5z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<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"/>
|
|
21
|
-
<g>
|
|
22
|
-
<path fill="#FFFFFF" d="M18.5,25.1c1.1-0.2,2.1-0.3,3.2-0.5c-0.4,1.6,0.1,5.2,2,5.5c-0.5,1.7-2.9,0.5-3.7-0.4
|
|
23
|
-
C19,28.5,18.5,26.7,18.5,25.1"/>
|
|
24
|
-
<path fill="#FFFFFF" d="M24.4,29.8c-1.2-0.1-1.8-1.8-2-3c-0.4-2.1,0.3-1.7,1.5-2.9c1-1,2.1-2.2,3.1-3.3c0.5-0.5,2.1-3.4,2.6-2.3
|
|
25
|
-
c0.9,1.8-2.3,3.4-1,4.8c0.9,0.9,2.4-0.3,3.3,0.2c0.8,0.5,0.9,1.5-0.3,1.7c1,0.6,0.9,1.5-0.1,2c0.7,0.5,0.6,1-0.1,1.4
|
|
26
|
-
c-0.6,0.4,0.1,1-0.8,1.7C29,31.1,26.1,30.1,24.4,29.8"/>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1,29 +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
|
-
<g>
|
|
8
|
-
<path fill="#C0C1C2" d="M38.5,27.5c-0.3-0.5-0.2-1.2,0.2-1.6l1.2-1.4c0.4-0.4,0.3-1-0.1-1.4l-1.5-1.1c-0.4-0.3-0.7-1-0.5-1.6
|
|
9
|
-
l0.5-1.7c0.2-0.5-0.1-1.1-0.7-1.2l-1.8-0.4c-0.5-0.1-1-0.7-1.1-1.2l-0.2-1.8c-0.1-0.5-0.6-0.9-1.1-0.8l-1.8,0.3
|
|
10
|
-
c-0.5,0.1-1.2-0.2-1.5-0.7l-0.9-1.6c-0.3-0.5-0.9-0.6-1.3-0.3l-1.5,1c-0.5,0.3-1.2,0.3-1.6,0l-1.5-1c-0.5-0.3-1.1-0.2-1.3,0.3
|
|
11
|
-
L20.9,13c-0.3,0.5-1,0.8-1.5,0.7l-1.8-0.3c-0.5-0.1-1,0.3-1.1,0.8l-0.2,1.8c-0.1,0.5-0.6,1.1-1.1,1.2l-1.8,0.4
|
|
12
|
-
c-0.5,0.1-0.8,0.7-0.7,1.2l0.5,1.7c0.2,0.5-0.1,1.2-0.5,1.6l-1.5,1.1c-0.4,0.3-0.5,0.9-0.1,1.4l1.2,1.4c0.4,0.4,0.4,1.2,0.2,1.6
|
|
13
|
-
l-0.9,1.6c-0.3,0.5-0.1,1.1,0.4,1.3l1.6,0.8c0.5,0.2,0.9,0.9,0.8,1.4l-0.2,1.8c0,0.5,0.4,1,0.9,1l1.8,0c0.5,0,1.1,0.4,1.3,1
|
|
14
|
-
l0.6,1.7c0.2,0.5,0.7,0.8,1.2,0.6L22,38c0.5-0.2,1.2-0.1,1.6,0.3l1.2,1.3c0.4,0.4,1,0.4,1.4,0l1.2-1.3c0.4-0.4,1.1-0.6,1.6-0.3
|
|
15
|
-
l1.7,0.7c0.5,0.2,1.1,0,1.2-0.6l0.6-1.7c0.2-0.5,0.8-1,1.3-1l1.8,0c0.5,0,1-0.5,0.9-1l-0.2-1.8c0-0.5,0.3-1.2,0.8-1.4l1.6-0.8
|
|
16
|
-
c0.5-0.2,0.7-0.8,0.4-1.3L38.5,27.5z 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
|
|
17
|
-
C37.5,32.1,32.1,37.5,25.5,37.5z"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<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"/>
|
|
21
|
-
<g>
|
|
22
|
-
<path fill="#FFFFFF" d="M18.5,25.1c1.1-0.2,2.1-0.3,3.2-0.5c-0.4,1.6,0.1,5.2,2,5.5c-0.5,1.7-2.9,0.5-3.7-0.4
|
|
23
|
-
C19,28.5,18.5,26.7,18.5,25.1"/>
|
|
24
|
-
<path fill="#FFFFFF" d="M24.4,29.8c-1.2-0.1-1.8-1.8-2-3c-0.4-2.1,0.3-1.7,1.5-2.9c1-1,2.1-2.2,3.1-3.3c0.5-0.5,2.1-3.4,2.6-2.3
|
|
25
|
-
c0.9,1.8-2.3,3.4-1,4.8c0.9,0.9,2.4-0.3,3.3,0.2c0.8,0.5,0.9,1.5-0.3,1.7c1,0.6,0.9,1.5-0.1,2c0.7,0.5,0.6,1-0.1,1.4
|
|
26
|
-
c-0.6,0.4,0.1,1-0.8,1.7C29,31.1,26.1,30.1,24.4,29.8"/>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="10" width="11" height="6" fill="#484f60"/><rect x="29" y="18" width="11" height="6" fill="#484f60"/><rect x="10" y="26" width="11" height="6" fill="#484f60"/><circle cx="25" cy="13" r="2" fill="#484f60"/><circle cx="25" cy="21" r="2" fill="#484f60"/><circle cx="25" cy="29" r="2" fill="#484f60"/><rect x="29" y="34" width="11" height="6" fill="#484f60"/><circle cx="25" cy="37" r="2" fill="#484f60"/><rect x="24.5" y="16" width="1" height="2" fill="#484f60"/><rect x="24.5" y="32" width="1" height="2" fill="#484f60"/><rect x="24.5" y="24" width="1" height="2" fill="#484f60"/></svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51 51">
|
|
2
|
-
<g opacity="0.5">
|
|
3
|
-
<rect x="15.5" y="18" width="6" height="1" fill="#4d5050"/>
|
|
4
|
-
<rect x="15.5" y="22" width="10" height="1" fill="#4d5050"/>
|
|
5
|
-
<rect x="15.5" y="26" width="10" height="1" fill="#4d5050"/>
|
|
6
|
-
<rect x="15.5" y="30" width="10" height="1" fill="#4d5050"/>
|
|
7
|
-
<polygon points="35 18.98 33.5 18.98 33.5 25.52 35 27.02 35 18.98" fill="#4d5050"/>
|
|
8
|
-
<path d="M671,398V372a.5.5,0,0,1,.5-.5h13.73V370H671.5a2,2,0,0,0-2,2v26a2,2,0,0,0,2,2h19.14v-1.5H671.5A.5.5,0,0,1,671,398Z"
|
|
9
|
-
transform="translate(-658.5 -359.5)" fill="#4d5050"/>
|
|
10
|
-
<path d="M685.23,370v6.44c0,1.78.27,2,2,2h6.22Z" transform="translate(-658.5 -359.5)" fill="#4d5050"/>
|
|
11
|
-
<rect x="15.5" y="15" width="6" height="1" fill="#4d5050"/>
|
|
12
|
-
<rect x="27.5" y="22" width="3" height="1" fill="#4d5050"/>
|
|
13
|
-
<rect x="27.5" y="26" width="3" height="1" fill="#4d5050"/>
|
|
14
|
-
<rect x="27.5" y="30" width="3" height="0.57" fill="#4d5050"/>
|
|
15
|
-
<path d="M684.69,392.66a.5.5,0,0,0-.29-.28.51.51,0,0,0-.4,0l-2.23,1.16a.5.5,0,0,0,.46.89l1.75-.9.79,1.93a.49.49,0,0,0,.23.24V393.4Z"
|
|
16
|
-
transform="translate(-658.5 -359.5)" fill="#4d5050"/>
|
|
17
|
-
</g>
|
|
18
|
-
<polygon points="33.64 32.07 28 32.07 28 36.2 33.64 36.2 33.64 36.2 33.64 40.5 40 34.14 33.64 27.77 33.64 32.07" fill="#4d5050"/>
|
|
19
|
-
</svg>
|
|
@@ -1,12 +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="#333333" d="M29.8,18.9c-1.9,0-2.1-0.3-2.1-2.1v-6.3l8.2,8.4H29.8z"/>
|
|
7
|
-
<path fill="#333333" d="M15.8,40c-1.9,0-2.1-0.3-2.1-2.1V12.1c0-1.9,0.3-2.1,2.1-2.1h10v6.7c0,2.9,1.1,4,4,4h6.5v17.1
|
|
8
|
-
c0,1.9-0.3,2.1-2.1,2.1H15.8z M29.4,32h4.1v-1.8h-4.1V32z M29.4,28.4h4.1v-1.8h-4.1V28.4z M29.4,24.7h4.1v-1.8h-4.1V24.7z M16.3,32
|
|
9
|
-
h11.5v-1.8H16.3V32z M16.3,28.4h11.5v-1.8H16.3V28.4z M16.3,24.7h11.5v-1.8H16.3V24.7z M27.4,36.9h6.1v-1.8h-6.1V36.9z M16.3,14.3
|
|
10
|
-
h6.1v-1.8h-6.1V14.3z M16.3,16.7h6.1v-1.8h-6.1V16.7z"/>
|
|
11
|
-
</g>
|
|
12
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69zM31.1 128H416V448C416 483.3 387.3 512 352 512H95.1C60.65 512 31.1 483.3 31.1 448V128zM111.1 208V432C111.1 440.8 119.2 448 127.1 448C136.8 448 143.1 440.8 143.1 432V208C143.1 199.2 136.8 192 127.1 192C119.2 192 111.1 199.2 111.1 208zM207.1 208V432C207.1 440.8 215.2 448 223.1 448C232.8 448 240 440.8 240 432V208C240 199.2 232.8 192 223.1 192C215.2 192 207.1 199.2 207.1 208zM304 208V432C304 440.8 311.2 448 320 448C328.8 448 336 440.8 336 432V208C336 199.2 328.8 192 320 192C311.2 192 304 199.2 304 208z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="29.06 18.75 37.5 18.75 25 31.25 12.5 18.75 20.95 18.75 29.06 18.75" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="31.25 29.06 31.25 37.5 18.75 25 31.25 12.5 31.25 20.95 31.25 29.06" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="18.75 20.94 18.75 12.5 31.25 25 18.75 37.5 18.75 29.05 18.75 20.94" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="20.94 31.25 12.5 31.25 25 18.75 37.5 31.25 29.05 31.25 20.94 31.25" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="10" y="14.75" width="17.47" height="12.62" fill="#484f60"/><path d="M37,18.11h-8V28.84H20.22a4.42,4.42,0,0,1,1.41,2.73H30a4.41,4.41,0,0,1,8.76,0H40V24.63Zm-.26,6.73H32.25a.57.57,0,0,1-.57-.57V20a.57.57,0,0,1,.57-.58h2.63a.58.58,0,0,1,.52.35L37.31,24A.58.58,0,0,1,36.78,24.84Z" fill="#484f60"/><path d="M14.28,28.84a4.39,4.39,0,0,0-1.42,2.73H12l-2-1.26V28.84Z" fill="#484f60"/><path d="M31.25,32.1a3.16,3.16,0,1,0,3.16-3.16A3.16,3.16,0,0,0,31.25,32.1Z" fill="#484f60"/><path d="M14.09,32.1a3.16,3.16,0,1,0,3.16-3.16A3.15,3.15,0,0,0,14.09,32.1Z" fill="#484f60"/></svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
|
2
|
-
<path d="M312.6,408.7H297.3a0.8,0.8,0,0,0-.8.8v3.8h16.9v-3.8A0.8,0.8,0,0,0,312.6,408.7Zm-12.1,3.7a1.3,1.3,0,1,1,1.3-1.3A1.3,1.3,0,0,1,300.5,412.5Zm8.8,0a1.3,1.3,0,1,1,1.3-1.3A1.3,1.3,0,0,1,309.3,412.5Z"
|
|
3
|
-
transform="translate(-272.4 -397)" fill="#fff" opacity="0.5"/>
|
|
4
|
-
<path d="M313.4,415H296.5v7.7h4.6v-3h-0.8v-1.4a0.9,0.9,0,0,0,.8-0.4,1.2,1.2,0,0,0,.3-0.8h1.8v5.5h3.2l0.9-1.6a4,4,0,0,0,.4-1.9q0-.6-0.4-0.6a0.4,0.4,0,0,0-.4.4v1.6h-1.9v-1.6q0-1.8,2.3-1.8a2.2,2.2,0,0,1,1.9.7,3.9,3.9,0,0,1,.5,2.2,2.1,2.1,0,0,1-.2,1l-0.9,1.7h1.6v5.9l3.2-3.2V415Z"
|
|
5
|
-
transform="translate(-272.4 -397)" fill="#fff" opacity="0.5"/>
|
|
6
|
-
<rect x="27.6" y="9" width="1.2" height="3.86" fill="#fff" opacity="0.5"/>
|
|
7
|
-
<rect x="36.4" y="9" width="1.1" height="3.86" fill="#fff" opacity="0.5"/>
|
|
8
|
-
<rect x="17.5" y="27.1" width="18.9" height="8.57" rx="1" ry="1" fill="#fff"/>
|
|
9
|
-
<path d="M288.8,433.6v-7.3h-5.4l-2,4.4v4.7h0.8a3,3,0,0,1,6,0h11.2a3,3,0,0,1,1-1.9H288.8Zm-1.8-3.6a0.9,0.9,0,0,1-.9.9h-2.4a0.9,0.9,0,0,1-.9-0.9s1.1-2.9,1.7-2.9h1.6a0.9,0.9,0,0,1,.9.9v2Z"
|
|
10
|
-
transform="translate(-272.4 -397)" fill="#fff"/>
|
|
11
|
-
<path d="M305.3,433.6c-0.6,0-.8.3-0.6,0.6s0.8,1.3,1.2,1.3l1.6-.4h0.3a1.4,1.4,0,0,0,.9-0.9,0.9,0.9,0,0,0-1-.5h-2.5Z"
|
|
12
|
-
transform="translate(-272.4 -397)" fill="#fff"/>
|
|
13
|
-
<circle cx="12.8" cy="38.9" r="2.1" fill="#fff"/>
|
|
14
|
-
<circle cx="29.9" cy="38.9" r="2.1" fill="#fff"/>
|
|
15
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><polygon points="22.18 17.59 20.94 15.25 18.38 20.68 24.3 21.62 23.38 19.88 22.18 17.59" fill="#484f60"/><path d="M21.78,18.07l.34-.12A8.49,8.49,0,1,1,25,34.43h0a8.49,8.49,0,0,1-8.48-8h1.41A7.1,7.1,0,0,0,25,33a7.1,7.1,0,1,0,0-14.2,6.87,6.87,0,0,0-1.57.18l-.78.17Z" fill="#484f60"/><path d="M25,40.67a15.5,15.5,0,1,1,15.5-15.5A15.52,15.52,0,0,1,25,40.67Zm0-30a14.5,14.5,0,1,0,14.5,14.5A14.51,14.51,0,0,0,25,10.67Z" fill="#484f60"/></svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
|
3
|
-
viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
|
|
4
|
-
<g>
|
|
5
|
-
<path fill="#878787" d="M32.3,22h-0.6c-1.3,1.9-4.1,4.1-6.7,4.1c-2.6,0-5.3-2.2-6.7-4.1h-0.6c-2.7,0-4.8,2.5-4.8,4.6l3.2,3.5
|
|
6
|
-
c0,2.1,2.2,9.8,4.8,9.8H29c2.7,0,4.8-7.6,4.8-9.8l3.2-3.5C37.1,24.5,34.9,22,32.3,22z"/>
|
|
7
|
-
<path fill="#878787" d="M32.4,16.2c0,3.3-3.3,6.9-7.4,6.9c-4.1,0-7.4-3.7-7.4-6.9c0-3.3,3.3-6.2,7.4-6.2C29.1,10,32.4,12.9,32.4,16.2z"/>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g opacity="0.5"><path d="M19,28.6l-.78-1.81H14.74L14,28.6H12l3.62-8.39h1.82L21,28.6Zm-2.53-5.89-1.06,2.43h2.1Z" fill="#484f60"/><path d="M23.5,35.5H9.5v-21h14Zm-13-1h12v-19h-12Z" fill="#484f60"/></g><path d="M34.07,28.6H30.4V20.21h3.26a4.88,4.88,0,0,1,1.47.2,2.1,2.1,0,0,1,.93.56,2.15,2.15,0,0,1,.57,1.46A1.72,1.72,0,0,1,36,23.89a1.17,1.17,0,0,1-.3.21l-.3.14a2.22,2.22,0,0,1,1.24.7,2,2,0,0,1,.46,1.33,2.27,2.27,0,0,1-.6,1.55A3.12,3.12,0,0,1,34.07,28.6Zm-1.8-5h.89a3.12,3.12,0,0,0,1.16-.16.71.71,0,0,0,.37-.73.76.76,0,0,0-.34-.74,2.81,2.81,0,0,0-1.18-.18h-.9Zm0,3.41h1.28a2.73,2.73,0,0,0,1.21-.2.77.77,0,0,0,.4-.77.75.75,0,0,0-.42-.77,3.56,3.56,0,0,0-1.37-.19h-1.1Z" fill="#484f60"/><path d="M40.5,35.5h-14v-21h14Zm-13-1h12v-19h-12Z" fill="#484f60"/></svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
|
2
|
-
<rect x="15" y="26.17" width="4" height="8" fill="#484f60"/>
|
|
3
|
-
<rect x="23" y="16.17" width="4" height="18" fill="#484f60"/>
|
|
4
|
-
<rect x="31" y="12.17" width="4" height="22" fill="#484f60"/>
|
|
5
|
-
<path d="M40,38.17H10v-26h1v25H40Z" fill="#484f60"/>
|
|
6
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M42.23,20.39H40.61c-4.19-2.23-11.11-.52-13.92,0H23.31c-2.81-.52-9.73-2.23-13.92,0H7.77a2.49,2.49,0,0,0,0,2.2c1.42-.18,1.22.63,1.22.63s-.07,7.64,6.75,7.84,8-7.57,8-7.57A2.33,2.33,0,0,1,25,23.36a2.33,2.33,0,0,1,1.28.13s1.15,7.77,8,7.57S41,23.22,41,23.22s-.2-.81,1.22-.63A2.49,2.49,0,0,0,42.23,20.39Zm-20,3.42s-.94,6.29-6.46,6.13-5.48-6.35-5.48-6.35l.33-2.3c3.4-1.8,9.81-.41,12.09,0Zm12.36,6.13c-5.53.16-6.46-6.13-6.46-6.13l-.48-2.52c2.27-.41,8.69-1.8,12.08,0l.33,2.3S40.11,29.78,34.58,29.94Z" fill="#484f60"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect x="19.54" y="30.45" width="4.77" height="9.55" fill="#484f60"/><rect x="25.68" y="30.45" width="4.77" height="9.55" fill="#484f60"/><path d="M25,10,10,16.82V40h6.82V27.73H33.18V40H40V16.82Z" fill="#484f60"/></svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 228.2 60">
|
|
2
|
-
<rect width="16.5" height="52.3" fill="#ed0a0a"/>
|
|
3
|
-
<path d="M103.3,30A40.3,40.3,0,0,0,91.8,1.1L90.7,0H35.8L34.7,1.1A40.3,40.3,0,0,0,23.2,30,40.2,40.2,0,0,0,34.7,58.9L35.8,60H90.7l1.1-1.1A40.3,40.3,0,0,0,103.3,30ZM79.9,47.8c-4.5,4.8-9.7,7-16.6,7s-12.2-2.2-16.7-7S39.9,37.1,39.9,30s2.2-13,6.7-17.8,9.8-7,16.7-7,12.1,2.2,16.6,7A25.1,25.1,0,0,1,86.6,30C86.6,37.1,84.4,43,79.9,47.8Z"
|
|
4
|
-
transform="translate(-0.9)" fill="#ed0a0a"/>
|
|
5
|
-
<polygon points="161.5 0 161.5 38.6 127.9 0 108.2 0 108.2 60 124.7 60 124.7 21.5 158.3 60 178 60 178 0 161.5 0"
|
|
6
|
-
fill="#ed0a0a"/>
|
|
7
|
-
<polygon
|
|
8
|
-
points="200.3 53.7 200.3 34.8 224.6 34.8 224.6 19.1 200.3 19.1 200.3 6.1 227.2 6.1 227.2 0 183.8 0 183.8 60 228.2 60 228.2 53.7 200.3 53.7"
|
|
9
|
-
fill="#ed0a0a"/>
|
|
10
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M12.71,40.17,11,34.57h1l.89,3.23L13.2,39c0-.06.11-.44.29-1.15l.89-3.28h1l.83,3.25.28,1.07.32-1.08,1-3.24h.92l-1.74,5.6h-1l-.89-3.35-.22-1L13.7,40.17Z" fill="#484f60"/><path d="M21.37,40.17l-1.71-5.6h1l.89,3.23.33,1.2c0-.06.11-.44.29-1.15L23,34.57h1l.84,3.25.28,1.07.32-1.08,1-3.24h.92l-1.75,5.6h-1l-.89-3.35-.22-1-1.13,4.31Z" fill="#484f60"/><path d="M30,40.17l-1.71-5.6h1l.89,3.23.33,1.2c0-.06.11-.44.29-1.15l.89-3.28h1l.84,3.25.28,1.07.32-1.08,1-3.24H36l-1.75,5.6h-1l-.89-3.35-.22-1L31,40.17Z" fill="#484f60"/><polyline points="12.44 32.26 12.44 15.15 24.68 15.15 25.59 14.25 24.05 12.71 10 12.71 10 32.26" fill="#484f60"/><polyline points="36.99 32.26 36.99 25.65 35.92 24.58 34.55 25.95 34.55 32.26" fill="#484f60"/><polygon points="40 10.17 27.92 10.17 32 14.25 22.24 26 24.16 27.92 35.92 18.17 40 22.25 40 10.17" fill="#484f60"/></svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.5 30.9">
|
|
2
|
-
<polygon points="12.3 0 11.5 2.2 9.2 2.9 11.1 4.4 11.1 6.7 13 5.4 15.2 6.2 14.6 3.9 16 2 13.6 1.9 12.3 0"
|
|
3
|
-
fill="#fff"/>
|
|
4
|
-
<polygon points="3.6 3.7 4.5 5.2 3.7 6.8 5.4 6.5 6.7 7.7 6.9 5.9 8.5 5.1 6.9 4.3 6.6 2.6 5.4 3.9 3.6 3.7"
|
|
5
|
-
fill="#fff"/>
|
|
6
|
-
<polygon points="0 9.8 0.9 10.4 0.9 11.4 1.7 10.8 2.8 11.1 2.4 10.1 3 9.2 2 9.3 1.3 8.4 1 9.4 0 9.8" fill="#fff"/>
|
|
7
|
-
<polygon
|
|
8
|
-
points="14.2 30.9 15 28.7 17.2 28 15.4 26.6 15.4 24.2 13.4 25.5 11.2 24.8 11.9 27 10.5 28.9 12.8 29 14.2 30.9"
|
|
9
|
-
fill="#fff"/>
|
|
10
|
-
<polygon
|
|
11
|
-
points="22.8 27.3 22 25.7 22.7 24.1 21 24.4 19.8 23.3 19.5 25 18 25.8 19.6 26.6 19.9 28.3 21.1 27 22.8 27.3"
|
|
12
|
-
fill="#fff"/>
|
|
13
|
-
<polygon
|
|
14
|
-
points="26.5 21.1 25.6 20.5 25.6 19.5 24.7 20.1 23.7 19.8 24 20.8 23.4 21.7 24.5 21.7 25.1 22.5 25.5 21.5 26.5 21.1"
|
|
15
|
-
fill="#fff"/>
|
|
16
|
-
<polygon points="13 19.4 8.4 22.6 10 17.2 5.5 13.8 11.2 13.7 13 8.3 14.8 13.7 20.5 13.8 16 17.2 17.6 22.6 13 19.4"
|
|
17
|
-
fill="#fff"/>
|
|
18
|
-
</svg>
|