fabrikantencore 2.14.1 → 2.14.2
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/esm2022/fabrikantencore.mjs +5 -0
- package/esm2022/public_api.mjs +24 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.mjs +43 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +75 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +54 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +139 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +223 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +92 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.mjs +26 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +63 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +103 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +34 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +87 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +54 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +39 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +67 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +60 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +125 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +185 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +252 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +18 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +61 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +161 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.mjs +46 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.mjs +92 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +85 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +299 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +105 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.mjs +132 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.mjs +43 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +27 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +27 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +390 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +162 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.mjs +39 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +202 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +15 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +90 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +43 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.mjs +60 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +69 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +55 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.mjs +79 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.mjs +25 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.mjs +81 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +120 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +34 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +18 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.mjs +158 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.mjs +37 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +86 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.mjs +94 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +26 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +16 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.mjs +44 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.mjs +45 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.mjs +48 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +53 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +36 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.mjs +24 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +130 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +100 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +124 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +60 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +102 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.mjs +45 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +76 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +48 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.mjs +92 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +93 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.mjs +149 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.mjs +95 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.mjs +95 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +333 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.mjs +64 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.mjs +64 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.mjs +45 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.mjs +12 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.mjs +60 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.mjs +96 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.mjs +140 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.mjs +72 -0
- package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.mjs +48 -0
- package/esm2022/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +582 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +33 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +28 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +29 -0
- package/esm2022/src/app/modules/fabrikantencore/pipes/safehtml.pipe.mjs +22 -0
- package/esm2022/src/app/modules/fabrikantencore/services/authentication.service.mjs +92 -0
- package/esm2022/src/app/modules/fabrikantencore/services/bcbproductinstance.service.mjs +344 -0
- package/esm2022/src/app/modules/fabrikantencore/services/bestek.service.mjs +134 -0
- package/esm2022/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +1211 -0
- package/esm2022/src/app/modules/fabrikantencore/services/importsets.service.mjs +143 -0
- package/esm2022/src/app/modules/fabrikantencore/services/mobile.service.mjs +50 -0
- package/esm2022/src/app/modules/fabrikantencore/services/navigate.service.mjs +71 -0
- package/esm2022/src/app/modules/fabrikantencore/services/photo.service.mjs +102 -0
- package/esm2022/src/app/modules/fabrikantencore/services/products.service.mjs +254 -0
- package/esm2022/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +94 -0
- package/esm2022/src/app/modules/fabrikantencore/services/statistics.service.mjs +120 -0
- package/esm2022/src/app/modules/fabrikantencore/services/svg.service.mjs +98 -0
- package/esm2022/src/app/modules/fabrikantencore/services/template-component.service.mjs +43 -0
- package/esm2022/src/app/modules/fabrikantencore/services/texture.service.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +57 -0
- package/esm2022/src/app/modules/fabrikantencore/services/translate.service.mjs +141 -0
- package/esm2022/src/app/modules/fabrikantencore/services/webgl.service.mjs +77 -0
- package/esm2022/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +14739 -0
- package/fesm2022/fabrikantencore.mjs +24772 -0
- package/fesm2022/fabrikantencore.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +53 -49
- package/public_api.d.ts +23 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +14 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.d.ts +21 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.d.ts +11 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts +30 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +24 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.d.ts +10 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.d.ts +14 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.d.ts +26 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.d.ts +21 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +14 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +34 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +36 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.d.ts +10 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.d.ts +18 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.d.ts +41 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.d.ts +30 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.d.ts +14 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.d.ts +11 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +57 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.d.ts +17 -0
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.d.ts +56 -0
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.d.ts +8 -0
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts +24 -0
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.d.ts +16 -0
- package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.d.ts +25 -0
- package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.d.ts +10 -0
- package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +33 -0
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.d.ts +9 -0
- package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.d.ts +26 -0
- package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.d.ts +16 -0
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.d.ts +26 -0
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.d.ts +13 -0
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.d.ts +8 -0
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.d.ts +15 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.d.ts +21 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +38 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +28 -0
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +24 -0
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +27 -0
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.d.ts +15 -0
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.d.ts +15 -0
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts +25 -0
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.d.ts +23 -0
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts +24 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.d.ts +32 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.d.ts +24 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.d.ts +42 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.d.ts +18 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.d.ts +5 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.d.ts +21 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.d.ts +15 -0
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +127 -0
- package/src/app/modules/fabrikantencore/helpers/auth.guard.d.ts +11 -0
- package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.d.ts +11 -0
- package/src/app/modules/fabrikantencore/helpers/error.interceptor.d.ts +11 -0
- package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.d.ts +10 -0
- package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +22 -0
- package/src/app/modules/fabrikantencore/services/bcbproductinstance.service.d.ts +51 -0
- package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +25 -0
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +109 -0
- package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +31 -0
- package/src/app/modules/fabrikantencore/services/mobile.service.d.ts +19 -0
- package/src/app/modules/fabrikantencore/services/navigate.service.d.ts +17 -0
- package/src/app/modules/fabrikantencore/services/photo.service.d.ts +20 -0
- package/src/app/modules/fabrikantencore/services/products.service.d.ts +34 -0
- package/src/app/modules/fabrikantencore/services/projectsetting.service.d.ts +20 -0
- package/src/app/modules/fabrikantencore/services/statistics.service.d.ts +21 -0
- package/src/app/modules/fabrikantencore/services/svg.service.d.ts +29 -0
- package/src/app/modules/fabrikantencore/services/template-component.service.d.ts +11 -0
- package/src/app/modules/fabrikantencore/services/texture.service.d.ts +12 -0
- package/src/app/modules/fabrikantencore/services/toebehoren.service.d.ts +18 -0
- package/src/app/modules/fabrikantencore/services/translate.service.d.ts +28 -0
- package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +22 -0
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +3890 -0
- package/.editorconfig +0 -16
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -20
- package/.vscode/tasks.json +0 -42
- package/angular.json +0 -117
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -6
- package/public_api.ts +0 -27
- package/src/app/app-routing.module.ts +0 -10
- package/src/app/app.component.html +0 -1
- package/src/app/app.component.scss +0 -8
- package/src/app/app.component.spec.ts +0 -35
- package/src/app/app.component.ts +0 -47
- package/src/app/app.module.ts +0 -22
- package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.html +0 -59
- package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.scss +0 -84
- package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.ts +0 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.html +0 -52
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.scss +0 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.ts +0 -48
- package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.html +0 -47
- package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.scss +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.ts +0 -52
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.html +0 -36
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.scss +0 -4
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.ts +0 -72
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.html +0 -84
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.scss +0 -15
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.ts +0 -50
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.html +0 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.scss +0 -8
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.ts +0 -33
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.html +0 -73
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.scss +0 -41
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.ts +0 -147
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.html +0 -72
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.scss +0 -111
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.ts +0 -250
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.html +0 -54
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.scss +0 -123
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.ts +0 -97
- package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.html +0 -5
- package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.scss +0 -9
- package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.ts +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.html +0 -12
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.scss +0 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.ts +0 -53
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.html +0 -33
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.scss +0 -60
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.ts +0 -104
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.html +0 -20
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.scss +0 -38
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.ts +0 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.html +0 -8
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.scss +0 -31
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.ts +0 -33
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.html +0 -114
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.scss +0 -62
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.ts +0 -86
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.html +0 -48
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.scss +0 -44
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.ts +0 -48
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.css +0 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.html +0 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.spec.ts +0 -25
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.ts +0 -35
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.html +0 -53
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.scss +0 -34
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.ts +0 -70
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.html +0 -42
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.scss +0 -41
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.ts +0 -51
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.html +0 -44
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.scss +0 -7
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.ts +0 -118
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.html +0 -54
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.scss +0 -52
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.ts +0 -199
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.html +0 -16
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.scss +0 -51
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.ts +0 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.html +0 -87
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.scss +0 -51
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.ts +0 -278
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.html +0 -5
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.scss +0 -7
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.ts +0 -18
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.html +0 -97
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.scss +0 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.ts +0 -156
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.html +0 -60
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.scss +0 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.ts +0 -55
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.html +0 -93
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.scss +0 -99
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.ts +0 -180
- package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.html +0 -87
- package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.scss +0 -39
- package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.ts +0 -35
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.html +0 -24
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.scss +0 -67
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.ts +0 -88
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.html +0 -45
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.scss +0 -14
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.ts +0 -79
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.html +0 -119
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.scss +0 -81
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.ts +0 -341
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.html +0 -57
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.scss +0 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.ts +0 -99
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.html +0 -60
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.scss +0 -3
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.ts +0 -138
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.html +0 -26
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.scss +0 -8
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.ts +0 -42
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.html +0 -38
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.scss +0 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.ts +0 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.html +0 -40
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.scss +0 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.ts +0 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.html +0 -50
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.scss +0 -34
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.ts +0 -17
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.html +0 -203
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.scss +0 -68
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.ts +0 -463
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.html +0 -105
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.scss +0 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.ts +0 -183
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.html +0 -21
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.ts +0 -27
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.html +0 -228
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.scss +0 -29
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.ts +0 -216
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.html +0 -1
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.ts +0 -15
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.html +0 -64
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.scss +0 -102
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.ts +0 -94
- package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.html +0 -5
- package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.scss +0 -89
- package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.ts +0 -20
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.html +0 -23
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.scss +0 -31
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.ts +0 -37
- package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.html +0 -17
- package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.scss +0 -13
- package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.ts +0 -63
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.html +0 -6
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.scss +0 -3
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.ts +0 -73
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.html +0 -16
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.scss +0 -42
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.ts +0 -54
- package/src/app/modules/fabrikantencore/components/fab-category-tile/no-photo.png +0 -0
- package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.html +0 -22
- package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.scss +0 -16
- package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.ts +0 -98
- package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.html +0 -25
- package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.scss +0 -3
- package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.ts +0 -38
- package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.html +0 -1
- package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.ts +0 -19
- package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.html +0 -52
- package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.scss +0 -48
- package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.ts +0 -83
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.html +0 -23
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.scss +0 -44
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.spec.ts +0 -25
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.ts +0 -44
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.html +0 -69
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.scss +0 -118
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.ts +0 -127
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.html +0 -4
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.ts +0 -32
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.html +0 -1
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.scss +0 -2143
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.ts +0 -17
- package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.html +0 -63
- package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.scss +0 -36
- package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.ts +0 -172
- package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.html +0 -3
- package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.scss +0 -3
- package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.ts +0 -30
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.html +0 -21
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.scss +0 -30
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.ts +0 -88
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.html +0 -15
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.scss +0 -16
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.ts +0 -25
- package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.html +0 -24
- package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.scss +0 -35
- package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.ts +0 -102
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.html +0 -5
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.scss +0 -8
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.ts +0 -20
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.html +0 -3
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.scss +0 -7
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.ts +0 -15
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.html +0 -9
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.scss +0 -5
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.ts +0 -58
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.html +0 -21
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.scss +0 -61
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.ts +0 -40
- package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.html +0 -9
- package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.ts +0 -35
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.html +0 -21
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.scss +0 -37
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.ts +0 -37
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.html +0 -21
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.scss +0 -66
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.ts +0 -50
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.html +0 -15
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.scss +0 -28
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.ts +0 -27
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.html +0 -15
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.scss +0 -20
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.ts +0 -17
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.html +0 -27
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.scss +0 -13
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.ts +0 -58
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.html +0 -82
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.scss +0 -70
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.ts +0 -129
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.html +0 -33
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.scss +0 -64
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.ts +0 -109
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.html +0 -55
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.scss +0 -81
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.ts +0 -127
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.html +0 -10
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.scss +0 -38
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.ts +0 -58
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.html +0 -13
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.scss +0 -3
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.ts +0 -109
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.html +0 -24
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.scss +0 -59
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.ts +0 -40
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.html +0 -10
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.scss +0 -13
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.ts +0 -26
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.html +0 -7
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.scss +0 -25
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.ts +0 -24
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.html +0 -23
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.scss +0 -92
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.ts +0 -78
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.html +0 -35
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.scss +0 -74
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.ts +0 -42
- package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.html +0 -19
- package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.scss +0 -8
- package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.ts +0 -100
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.html +0 -24
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.scss +0 -74
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.ts +0 -99
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.html +0 -49
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.scss +0 -97
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.ts +0 -160
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.html +0 -16
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.scss +0 -9
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.ts +0 -97
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.html +0 -37
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.scss +0 -69
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.ts +0 -99
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.html +0 -1981
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.scss +0 -30
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.ts +0 -350
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.html +0 -10
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.scss +0 -11
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.ts +0 -64
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.html +0 -20
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.scss +0 -11
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.ts +0 -64
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.html +0 -4
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.ts +0 -43
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.html +0 -1
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.ts +0 -10
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.html +0 -26
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.scss +0 -25
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.ts +0 -57
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.html +0 -66
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.scss +0 -68
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.ts +0 -98
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.html +0 -74
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.scss +0 -131
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.ts +0 -151
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.html +0 -55
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.scss +0 -54
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.spec.ts +0 -21
- package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.ts +0 -64
- package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.html +0 -50
- package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.scss +0 -0
- package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.ts +0 -33
- package/src/app/modules/fabrikantencore/fabrikantencore.module.spec.ts +0 -13
- package/src/app/modules/fabrikantencore/fabrikantencore.module.ts +0 -397
- package/src/app/modules/fabrikantencore/helpers/auth.guard.ts +0 -30
- package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.ts +0 -24
- package/src/app/modules/fabrikantencore/helpers/error.interceptor.ts +0 -24
- package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.spec.ts +0 -8
- package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.ts +0 -15
- package/src/app/modules/fabrikantencore/services/authentication.service.ts +0 -108
- package/src/app/modules/fabrikantencore/services/bcbproductinstance.service.ts +0 -455
- package/src/app/modules/fabrikantencore/services/bestek.service.ts +0 -156
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.ts +0 -1531
- package/src/app/modules/fabrikantencore/services/importsets.service.ts +0 -164
- package/src/app/modules/fabrikantencore/services/mobile.service.ts +0 -57
- package/src/app/modules/fabrikantencore/services/navigate.service.ts +0 -75
- package/src/app/modules/fabrikantencore/services/photo.service.ts +0 -121
- package/src/app/modules/fabrikantencore/services/products.service.ts +0 -308
- package/src/app/modules/fabrikantencore/services/projectsetting.service.ts +0 -104
- package/src/app/modules/fabrikantencore/services/statistics.service.ts +0 -149
- package/src/app/modules/fabrikantencore/services/svg.service.ts +0 -112
- package/src/app/modules/fabrikantencore/services/template-component.service.ts +0 -39
- package/src/app/modules/fabrikantencore/services/texture.service.ts +0 -28
- package/src/app/modules/fabrikantencore/services/toebehoren.service.ts +0 -60
- package/src/app/modules/fabrikantencore/services/translate.service.ts +0 -168
- package/src/app/modules/fabrikantencore/services/webgl.service.ts +0 -87
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.ts +0 -17077
- package/src/assets/.gitkeep +0 -0
- package/src/assets/Uploads/3/00000.jpg +0 -0
- package/src/assets/WebGLQuery.min.js +0 -6
- package/src/assets/WebGLViewerLight.min.js +0 -89
- package/src/assets/bouwconnect-achtergrond.png +0 -0
- package/src/assets/documentatie.html +0 -152
- package/src/assets/example-lastenboek.html +0 -226
- package/src/assets/example.html +0 -673
- package/src/assets/flags/1x1/ac.svg +0 -76
- package/src/assets/flags/1x1/ad.svg +0 -148
- package/src/assets/flags/1x1/ae.svg +0 -6
- package/src/assets/flags/1x1/af.svg +0 -81
- package/src/assets/flags/1x1/ag.svg +0 -14
- package/src/assets/flags/1x1/ai.svg +0 -758
- package/src/assets/flags/1x1/al.svg +0 -5
- package/src/assets/flags/1x1/am.svg +0 -5
- package/src/assets/flags/1x1/ao.svg +0 -13
- package/src/assets/flags/1x1/aq.svg +0 -5
- package/src/assets/flags/1x1/ar.svg +0 -32
- package/src/assets/flags/1x1/as.svg +0 -73
- package/src/assets/flags/1x1/at.svg +0 -6
- package/src/assets/flags/1x1/au.svg +0 -8
- package/src/assets/flags/1x1/aw.svg +0 -186
- package/src/assets/flags/1x1/ax.svg +0 -18
- package/src/assets/flags/1x1/az.svg +0 -8
- package/src/assets/flags/1x1/ba.svg +0 -12
- package/src/assets/flags/1x1/bb.svg +0 -6
- package/src/assets/flags/1x1/bd.svg +0 -4
- package/src/assets/flags/1x1/be.svg +0 -7
- package/src/assets/flags/1x1/bf.svg +0 -7
- package/src/assets/flags/1x1/bg.svg +0 -7
- package/src/assets/flags/1x1/bh.svg +0 -4
- package/src/assets/flags/1x1/bi.svg +0 -15
- package/src/assets/flags/1x1/bj.svg +0 -14
- package/src/assets/flags/1x1/bl.svg +0 -7
- package/src/assets/flags/1x1/bm.svg +0 -97
- package/src/assets/flags/1x1/bn.svg +0 -36
- package/src/assets/flags/1x1/bo.svg +0 -678
- package/src/assets/flags/1x1/bq.svg +0 -5
- package/src/assets/flags/1x1/br.svg +0 -45
- package/src/assets/flags/1x1/bs.svg +0 -13
- package/src/assets/flags/1x1/bt.svg +0 -89
- package/src/assets/flags/1x1/bv.svg +0 -13
- package/src/assets/flags/1x1/bw.svg +0 -7
- package/src/assets/flags/1x1/by.svg +0 -22
- package/src/assets/flags/1x1/bz.svg +0 -145
- package/src/assets/flags/1x1/ca.svg +0 -4
- package/src/assets/flags/1x1/cc.svg +0 -19
- package/src/assets/flags/1x1/cd.svg +0 -12
- package/src/assets/flags/1x1/cefta.svg +0 -13
- package/src/assets/flags/1x1/cf.svg +0 -15
- package/src/assets/flags/1x1/cg.svg +0 -12
- package/src/assets/flags/1x1/ch.svg +0 -9
- package/src/assets/flags/1x1/ci.svg +0 -7
- package/src/assets/flags/1x1/ck.svg +0 -9
- package/src/assets/flags/1x1/cl.svg +0 -13
- package/src/assets/flags/1x1/cm.svg +0 -15
- package/src/assets/flags/1x1/cn.svg +0 -11
- package/src/assets/flags/1x1/co.svg +0 -7
- package/src/assets/flags/1x1/cp.svg +0 -7
- package/src/assets/flags/1x1/cr.svg +0 -7
- package/src/assets/flags/1x1/cu.svg +0 -13
- package/src/assets/flags/1x1/cv.svg +0 -13
- package/src/assets/flags/1x1/cw.svg +0 -14
- package/src/assets/flags/1x1/cx.svg +0 -15
- package/src/assets/flags/1x1/cy.svg +0 -6
- package/src/assets/flags/1x1/cz.svg +0 -5
- package/src/assets/flags/1x1/de.svg +0 -5
- package/src/assets/flags/1x1/dg.svg +0 -129
- package/src/assets/flags/1x1/dj.svg +0 -13
- package/src/assets/flags/1x1/dk.svg +0 -5
- package/src/assets/flags/1x1/dm.svg +0 -152
- package/src/assets/flags/1x1/do.svg +0 -6745
- package/src/assets/flags/1x1/dz.svg +0 -5
- package/src/assets/flags/1x1/ea.svg +0 -547
- package/src/assets/flags/1x1/ec.svg +0 -138
- package/src/assets/flags/1x1/ee.svg +0 -7
- package/src/assets/flags/1x1/eg.svg +0 -38
- package/src/assets/flags/1x1/eh.svg +0 -11
- package/src/assets/flags/1x1/er.svg +0 -13
- package/src/assets/flags/1x1/es-ct.svg +0 -4
- package/src/assets/flags/1x1/es-ga.svg +0 -187
- package/src/assets/flags/1x1/es.svg +0 -547
- package/src/assets/flags/1x1/et.svg +0 -14
- package/src/assets/flags/1x1/eu.svg +0 -28
- package/src/assets/flags/1x1/fi.svg +0 -5
- package/src/assets/flags/1x1/fj.svg +0 -123
- package/src/assets/flags/1x1/fk.svg +0 -89
- package/src/assets/flags/1x1/fm.svg +0 -11
- package/src/assets/flags/1x1/fo.svg +0 -12
- package/src/assets/flags/1x1/fr.svg +0 -7
- package/src/assets/flags/1x1/ga.svg +0 -7
- package/src/assets/flags/1x1/gb-eng.svg +0 -5
- package/src/assets/flags/1x1/gb-nir.svg +0 -131
- package/src/assets/flags/1x1/gb-sct.svg +0 -4
- package/src/assets/flags/1x1/gb-wls.svg +0 -9
- package/src/assets/flags/1x1/gb.svg +0 -7
- package/src/assets/flags/1x1/gd.svg +0 -27
- package/src/assets/flags/1x1/ge.svg +0 -6
- package/src/assets/flags/1x1/gf.svg +0 -7
- package/src/assets/flags/1x1/gg.svg +0 -9
- package/src/assets/flags/1x1/gh.svg +0 -6
- package/src/assets/flags/1x1/gi.svg +0 -32
- package/src/assets/flags/1x1/gl.svg +0 -4
- package/src/assets/flags/1x1/gm.svg +0 -9
- package/src/assets/flags/1x1/gn.svg +0 -7
- package/src/assets/flags/1x1/gp.svg +0 -7
- package/src/assets/flags/1x1/gq.svg +0 -23
- package/src/assets/flags/1x1/gr.svg +0 -16
- package/src/assets/flags/1x1/gs.svg +0 -132
- package/src/assets/flags/1x1/gt.svg +0 -220
- package/src/assets/flags/1x1/gu.svg +0 -23
- package/src/assets/flags/1x1/gw.svg +0 -15
- package/src/assets/flags/1x1/gy.svg +0 -9
- package/src/assets/flags/1x1/hk.svg +0 -30
- package/src/assets/flags/1x1/hm.svg +0 -8
- package/src/assets/flags/1x1/hn.svg +0 -18
- package/src/assets/flags/1x1/hr.svg +0 -56
- package/src/assets/flags/1x1/ht.svg +0 -116
- package/src/assets/flags/1x1/hu.svg +0 -7
- package/src/assets/flags/1x1/ic.svg +0 -7
- package/src/assets/flags/1x1/id.svg +0 -4
- package/src/assets/flags/1x1/ie.svg +0 -7
- package/src/assets/flags/1x1/il.svg +0 -14
- package/src/assets/flags/1x1/im.svg +0 -36
- package/src/assets/flags/1x1/in.svg +0 -25
- package/src/assets/flags/1x1/io.svg +0 -129
- package/src/assets/flags/1x1/iq.svg +0 -10
- package/src/assets/flags/1x1/ir.svg +0 -219
- package/src/assets/flags/1x1/is.svg +0 -12
- package/src/assets/flags/1x1/it.svg +0 -7
- package/src/assets/flags/1x1/je.svg +0 -44
- package/src/assets/flags/1x1/jm.svg +0 -8
- package/src/assets/flags/1x1/jo.svg +0 -16
- package/src/assets/flags/1x1/jp.svg +0 -11
- package/src/assets/flags/1x1/ke.svg +0 -23
- package/src/assets/flags/1x1/kg.svg +0 -15
- package/src/assets/flags/1x1/kh.svg +0 -61
- package/src/assets/flags/1x1/ki.svg +0 -36
- package/src/assets/flags/1x1/km.svg +0 -16
- package/src/assets/flags/1x1/kn.svg +0 -14
- package/src/assets/flags/1x1/kp.svg +0 -15
- package/src/assets/flags/1x1/kr.svg +0 -17
- package/src/assets/flags/1x1/kw.svg +0 -13
- package/src/assets/flags/1x1/ky.svg +0 -109
- package/src/assets/flags/1x1/kz.svg +0 -23
- package/src/assets/flags/1x1/la.svg +0 -12
- package/src/assets/flags/1x1/lb.svg +0 -15
- package/src/assets/flags/1x1/lc.svg +0 -8
- package/src/assets/flags/1x1/li.svg +0 -43
- package/src/assets/flags/1x1/lk.svg +0 -22
- package/src/assets/flags/1x1/lr.svg +0 -14
- package/src/assets/flags/1x1/ls.svg +0 -8
- package/src/assets/flags/1x1/lt.svg +0 -7
- package/src/assets/flags/1x1/lu.svg +0 -5
- package/src/assets/flags/1x1/lv.svg +0 -6
- package/src/assets/flags/1x1/ly.svg +0 -13
- package/src/assets/flags/1x1/ma.svg +0 -4
- package/src/assets/flags/1x1/mc.svg +0 -6
- package/src/assets/flags/1x1/md.svg +0 -71
- package/src/assets/flags/1x1/me.svg +0 -118
- package/src/assets/flags/1x1/mf.svg +0 -7
- package/src/assets/flags/1x1/mg.svg +0 -7
- package/src/assets/flags/1x1/mh.svg +0 -8
- package/src/assets/flags/1x1/mk.svg +0 -5
- package/src/assets/flags/1x1/ml.svg +0 -7
- package/src/assets/flags/1x1/mm.svg +0 -10
- package/src/assets/flags/1x1/mn.svg +0 -14
- package/src/assets/flags/1x1/mo.svg +0 -9
- package/src/assets/flags/1x1/mp.svg +0 -86
- package/src/assets/flags/1x1/mq.svg +0 -7
- package/src/assets/flags/1x1/mr.svg +0 -6
- package/src/assets/flags/1x1/ms.svg +0 -25
- package/src/assets/flags/1x1/mt.svg +0 -50
- package/src/assets/flags/1x1/mu.svg +0 -8
- package/src/assets/flags/1x1/mv.svg +0 -6
- package/src/assets/flags/1x1/mw.svg +0 -15
- package/src/assets/flags/1x1/mx.svg +0 -378
- package/src/assets/flags/1x1/my.svg +0 -7
- package/src/assets/flags/1x1/mz.svg +0 -21
- package/src/assets/flags/1x1/na.svg +0 -16
- package/src/assets/flags/1x1/nc.svg +0 -12
- package/src/assets/flags/1x1/ne.svg +0 -6
- package/src/assets/flags/1x1/nf.svg +0 -11
- package/src/assets/flags/1x1/ng.svg +0 -6
- package/src/assets/flags/1x1/ni.svg +0 -129
- package/src/assets/flags/1x1/nl.svg +0 -5
- package/src/assets/flags/1x1/no.svg +0 -7
- package/src/assets/flags/1x1/np.svg +0 -19
- package/src/assets/flags/1x1/nr.svg +0 -12
- package/src/assets/flags/1x1/nu.svg +0 -10
- package/src/assets/flags/1x1/nz.svg +0 -36
- package/src/assets/flags/1x1/om.svg +0 -115
- package/src/assets/flags/1x1/pa.svg +0 -13
- package/src/assets/flags/1x1/pe.svg +0 -244
- package/src/assets/flags/1x1/pf.svg +0 -18
- package/src/assets/flags/1x1/pg.svg +0 -16
- package/src/assets/flags/1x1/ph.svg +0 -8
- package/src/assets/flags/1x1/pk.svg +0 -15
- package/src/assets/flags/1x1/pl.svg +0 -6
- package/src/assets/flags/1x1/pm.svg +0 -7
- package/src/assets/flags/1x1/pn.svg +0 -53
- package/src/assets/flags/1x1/pr.svg +0 -13
- package/src/assets/flags/1x1/ps.svg +0 -15
- package/src/assets/flags/1x1/pt.svg +0 -57
- package/src/assets/flags/1x1/pw.svg +0 -11
- package/src/assets/flags/1x1/py.svg +0 -156
- package/src/assets/flags/1x1/qa.svg +0 -4
- package/src/assets/flags/1x1/re.svg +0 -7
- package/src/assets/flags/1x1/ro.svg +0 -7
- package/src/assets/flags/1x1/rs.svg +0 -296
- package/src/assets/flags/1x1/ru.svg +0 -7
- package/src/assets/flags/1x1/rw.svg +0 -13
- package/src/assets/flags/1x1/sa.svg +0 -26
- package/src/assets/flags/1x1/sb.svg +0 -13
- package/src/assets/flags/1x1/sc.svg +0 -7
- package/src/assets/flags/1x1/sd.svg +0 -13
- package/src/assets/flags/1x1/se.svg +0 -4
- package/src/assets/flags/1x1/sg.svg +0 -13
- package/src/assets/flags/1x1/sh.svg +0 -76
- package/src/assets/flags/1x1/si.svg +0 -18
- package/src/assets/flags/1x1/sj.svg +0 -7
- package/src/assets/flags/1x1/sk.svg +0 -9
- package/src/assets/flags/1x1/sl.svg +0 -12
- package/src/assets/flags/1x1/sm.svg +0 -73
- package/src/assets/flags/1x1/sn.svg +0 -8
- package/src/assets/flags/1x1/so.svg +0 -11
- package/src/assets/flags/1x1/sr.svg +0 -6
- package/src/assets/flags/1x1/ss.svg +0 -8
- package/src/assets/flags/1x1/st.svg +0 -16
- package/src/assets/flags/1x1/sv.svg +0 -594
- package/src/assets/flags/1x1/sx.svg +0 -56
- package/src/assets/flags/1x1/sy.svg +0 -6
- package/src/assets/flags/1x1/sz.svg +0 -34
- package/src/assets/flags/1x1/ta.svg +0 -76
- package/src/assets/flags/1x1/tc.svg +0 -50
- package/src/assets/flags/1x1/td.svg +0 -7
- package/src/assets/flags/1x1/tf.svg +0 -15
- package/src/assets/flags/1x1/tg.svg +0 -14
- package/src/assets/flags/1x1/th.svg +0 -7
- package/src/assets/flags/1x1/tj.svg +0 -26
- package/src/assets/flags/1x1/tk.svg +0 -5
- package/src/assets/flags/1x1/tl.svg +0 -13
- package/src/assets/flags/1x1/tm.svg +0 -202
- package/src/assets/flags/1x1/tn.svg +0 -13
- package/src/assets/flags/1x1/to.svg +0 -10
- package/src/assets/flags/1x1/tr.svg +0 -8
- package/src/assets/flags/1x1/tt.svg +0 -7
- package/src/assets/flags/1x1/tv.svg +0 -9
- package/src/assets/flags/1x1/tw.svg +0 -32
- package/src/assets/flags/1x1/tz.svg +0 -15
- package/src/assets/flags/1x1/ua.svg +0 -6
- package/src/assets/flags/1x1/ug.svg +0 -30
- package/src/assets/flags/1x1/um.svg +0 -15
- package/src/assets/flags/1x1/un.svg +0 -16
- package/src/assets/flags/1x1/us.svg +0 -10
- package/src/assets/flags/1x1/uy.svg +0 -28
- package/src/assets/flags/1x1/uz.svg +0 -30
- package/src/assets/flags/1x1/va.svg +0 -479
- package/src/assets/flags/1x1/vc.svg +0 -8
- package/src/assets/flags/1x1/ve.svg +0 -26
- package/src/assets/flags/1x1/vg.svg +0 -63
- package/src/assets/flags/1x1/vi.svg +0 -28
- package/src/assets/flags/1x1/vn.svg +0 -11
- package/src/assets/flags/1x1/vu.svg +0 -21
- package/src/assets/flags/1x1/wf.svg +0 -7
- package/src/assets/flags/1x1/ws.svg +0 -7
- package/src/assets/flags/1x1/xk.svg +0 -8
- package/src/assets/flags/1x1/xx.svg +0 -4
- package/src/assets/flags/1x1/ye.svg +0 -7
- package/src/assets/flags/1x1/yt.svg +0 -7
- package/src/assets/flags/1x1/za.svg +0 -17
- package/src/assets/flags/1x1/zm.svg +0 -27
- package/src/assets/flags/1x1/zw.svg +0 -21
- package/src/assets/flags/4x3/ac.svg +0 -76
- package/src/assets/flags/4x3/ad.svg +0 -150
- package/src/assets/flags/4x3/ae.svg +0 -6
- package/src/assets/flags/4x3/af.svg +0 -81
- package/src/assets/flags/4x3/ag.svg +0 -14
- package/src/assets/flags/4x3/ai.svg +0 -758
- package/src/assets/flags/4x3/al.svg +0 -5
- package/src/assets/flags/4x3/am.svg +0 -5
- package/src/assets/flags/4x3/ao.svg +0 -13
- package/src/assets/flags/4x3/aq.svg +0 -5
- package/src/assets/flags/4x3/ar.svg +0 -32
- package/src/assets/flags/4x3/as.svg +0 -72
- package/src/assets/flags/4x3/at.svg +0 -6
- package/src/assets/flags/4x3/au.svg +0 -8
- package/src/assets/flags/4x3/aw.svg +0 -186
- package/src/assets/flags/4x3/ax.svg +0 -18
- package/src/assets/flags/4x3/az.svg +0 -8
- package/src/assets/flags/4x3/ba.svg +0 -12
- package/src/assets/flags/4x3/bb.svg +0 -6
- package/src/assets/flags/4x3/bd.svg +0 -4
- package/src/assets/flags/4x3/be.svg +0 -7
- package/src/assets/flags/4x3/bf.svg +0 -7
- package/src/assets/flags/4x3/bg.svg +0 -7
- package/src/assets/flags/4x3/bh.svg +0 -4
- package/src/assets/flags/4x3/bi.svg +0 -15
- package/src/assets/flags/4x3/bj.svg +0 -14
- package/src/assets/flags/4x3/bl.svg +0 -7
- package/src/assets/flags/4x3/bm.svg +0 -97
- package/src/assets/flags/4x3/bn.svg +0 -36
- package/src/assets/flags/4x3/bo.svg +0 -676
- package/src/assets/flags/4x3/bq.svg +0 -5
- package/src/assets/flags/4x3/br.svg +0 -45
- package/src/assets/flags/4x3/bs.svg +0 -13
- package/src/assets/flags/4x3/bt.svg +0 -89
- package/src/assets/flags/4x3/bv.svg +0 -13
- package/src/assets/flags/4x3/bw.svg +0 -7
- package/src/assets/flags/4x3/by.svg +0 -20
- package/src/assets/flags/4x3/bz.svg +0 -145
- package/src/assets/flags/4x3/ca.svg +0 -4
- package/src/assets/flags/4x3/cc.svg +0 -19
- package/src/assets/flags/4x3/cd.svg +0 -5
- package/src/assets/flags/4x3/cefta.svg +0 -13
- package/src/assets/flags/4x3/cf.svg +0 -15
- package/src/assets/flags/4x3/cg.svg +0 -12
- package/src/assets/flags/4x3/ch.svg +0 -9
- package/src/assets/flags/4x3/ci.svg +0 -7
- package/src/assets/flags/4x3/ck.svg +0 -9
- package/src/assets/flags/4x3/cl.svg +0 -13
- package/src/assets/flags/4x3/cm.svg +0 -15
- package/src/assets/flags/4x3/cn.svg +0 -11
- package/src/assets/flags/4x3/co.svg +0 -7
- package/src/assets/flags/4x3/cp.svg +0 -7
- package/src/assets/flags/4x3/cr.svg +0 -7
- package/src/assets/flags/4x3/cu.svg +0 -13
- package/src/assets/flags/4x3/cv.svg +0 -13
- package/src/assets/flags/4x3/cw.svg +0 -14
- package/src/assets/flags/4x3/cx.svg +0 -15
- package/src/assets/flags/4x3/cy.svg +0 -6
- package/src/assets/flags/4x3/cz.svg +0 -5
- package/src/assets/flags/4x3/de.svg +0 -5
- package/src/assets/flags/4x3/dg.svg +0 -129
- package/src/assets/flags/4x3/dj.svg +0 -13
- package/src/assets/flags/4x3/dk.svg +0 -5
- package/src/assets/flags/4x3/dm.svg +0 -152
- package/src/assets/flags/4x3/do.svg +0 -6745
- package/src/assets/flags/4x3/dz.svg +0 -5
- package/src/assets/flags/4x3/ea.svg +0 -544
- package/src/assets/flags/4x3/ec.svg +0 -138
- package/src/assets/flags/4x3/ee.svg +0 -7
- package/src/assets/flags/4x3/eg.svg +0 -38
- package/src/assets/flags/4x3/eh.svg +0 -16
- package/src/assets/flags/4x3/er.svg +0 -8
- package/src/assets/flags/4x3/es-ct.svg +0 -4
- package/src/assets/flags/4x3/es-ga.svg +0 -187
- package/src/assets/flags/4x3/es.svg +0 -544
- package/src/assets/flags/4x3/et.svg +0 -14
- package/src/assets/flags/4x3/eu.svg +0 -28
- package/src/assets/flags/4x3/fi.svg +0 -5
- package/src/assets/flags/4x3/fj.svg +0 -120
- package/src/assets/flags/4x3/fk.svg +0 -90
- package/src/assets/flags/4x3/fm.svg +0 -11
- package/src/assets/flags/4x3/fo.svg +0 -12
- package/src/assets/flags/4x3/fr.svg +0 -7
- package/src/assets/flags/4x3/ga.svg +0 -7
- package/src/assets/flags/4x3/gb-eng.svg +0 -5
- package/src/assets/flags/4x3/gb-nir.svg +0 -132
- package/src/assets/flags/4x3/gb-sct.svg +0 -4
- package/src/assets/flags/4x3/gb-wls.svg +0 -9
- package/src/assets/flags/4x3/gb.svg +0 -7
- package/src/assets/flags/4x3/gd.svg +0 -27
- package/src/assets/flags/4x3/ge.svg +0 -6
- package/src/assets/flags/4x3/gf.svg +0 -7
- package/src/assets/flags/4x3/gg.svg +0 -9
- package/src/assets/flags/4x3/gh.svg +0 -6
- package/src/assets/flags/4x3/gi.svg +0 -32
- package/src/assets/flags/4x3/gl.svg +0 -4
- package/src/assets/flags/4x3/gm.svg +0 -14
- package/src/assets/flags/4x3/gn.svg +0 -7
- package/src/assets/flags/4x3/gp.svg +0 -7
- package/src/assets/flags/4x3/gq.svg +0 -23
- package/src/assets/flags/4x3/gr.svg +0 -16
- package/src/assets/flags/4x3/gs.svg +0 -133
- package/src/assets/flags/4x3/gt.svg +0 -220
- package/src/assets/flags/4x3/gu.svg +0 -23
- package/src/assets/flags/4x3/gw.svg +0 -13
- package/src/assets/flags/4x3/gy.svg +0 -9
- package/src/assets/flags/4x3/hk.svg +0 -30
- package/src/assets/flags/4x3/hm.svg +0 -8
- package/src/assets/flags/4x3/hn.svg +0 -18
- package/src/assets/flags/4x3/hr.svg +0 -58
- package/src/assets/flags/4x3/ht.svg +0 -116
- package/src/assets/flags/4x3/hu.svg +0 -7
- package/src/assets/flags/4x3/ic.svg +0 -7
- package/src/assets/flags/4x3/id.svg +0 -4
- package/src/assets/flags/4x3/ie.svg +0 -7
- package/src/assets/flags/4x3/il.svg +0 -14
- package/src/assets/flags/4x3/im.svg +0 -36
- package/src/assets/flags/4x3/in.svg +0 -25
- package/src/assets/flags/4x3/io.svg +0 -129
- package/src/assets/flags/4x3/iq.svg +0 -10
- package/src/assets/flags/4x3/ir.svg +0 -219
- package/src/assets/flags/4x3/is.svg +0 -12
- package/src/assets/flags/4x3/it.svg +0 -7
- package/src/assets/flags/4x3/je.svg +0 -45
- package/src/assets/flags/4x3/jm.svg +0 -8
- package/src/assets/flags/4x3/jo.svg +0 -16
- package/src/assets/flags/4x3/jp.svg +0 -11
- package/src/assets/flags/4x3/ke.svg +0 -23
- package/src/assets/flags/4x3/kg.svg +0 -15
- package/src/assets/flags/4x3/kh.svg +0 -61
- package/src/assets/flags/4x3/ki.svg +0 -36
- package/src/assets/flags/4x3/km.svg +0 -16
- package/src/assets/flags/4x3/kn.svg +0 -14
- package/src/assets/flags/4x3/kp.svg +0 -15
- package/src/assets/flags/4x3/kr.svg +0 -24
- package/src/assets/flags/4x3/kw.svg +0 -13
- package/src/assets/flags/4x3/ky.svg +0 -109
- package/src/assets/flags/4x3/kz.svg +0 -23
- package/src/assets/flags/4x3/la.svg +0 -12
- package/src/assets/flags/4x3/lb.svg +0 -15
- package/src/assets/flags/4x3/lc.svg +0 -8
- package/src/assets/flags/4x3/li.svg +0 -43
- package/src/assets/flags/4x3/lk.svg +0 -22
- package/src/assets/flags/4x3/lr.svg +0 -14
- package/src/assets/flags/4x3/ls.svg +0 -8
- package/src/assets/flags/4x3/lt.svg +0 -7
- package/src/assets/flags/4x3/lu.svg +0 -5
- package/src/assets/flags/4x3/lv.svg +0 -6
- package/src/assets/flags/4x3/ly.svg +0 -13
- package/src/assets/flags/4x3/ma.svg +0 -4
- package/src/assets/flags/4x3/mc.svg +0 -6
- package/src/assets/flags/4x3/md.svg +0 -70
- package/src/assets/flags/4x3/me.svg +0 -116
- package/src/assets/flags/4x3/mf.svg +0 -7
- package/src/assets/flags/4x3/mg.svg +0 -7
- package/src/assets/flags/4x3/mh.svg +0 -7
- package/src/assets/flags/4x3/mk.svg +0 -5
- package/src/assets/flags/4x3/ml.svg +0 -7
- package/src/assets/flags/4x3/mm.svg +0 -12
- package/src/assets/flags/4x3/mn.svg +0 -14
- package/src/assets/flags/4x3/mo.svg +0 -9
- package/src/assets/flags/4x3/mp.svg +0 -86
- package/src/assets/flags/4x3/mq.svg +0 -7
- package/src/assets/flags/4x3/mr.svg +0 -6
- package/src/assets/flags/4x3/ms.svg +0 -33
- package/src/assets/flags/4x3/mt.svg +0 -49
- package/src/assets/flags/4x3/mu.svg +0 -8
- package/src/assets/flags/4x3/mv.svg +0 -6
- package/src/assets/flags/4x3/mw.svg +0 -10
- package/src/assets/flags/4x3/mx.svg +0 -382
- package/src/assets/flags/4x3/my.svg +0 -7
- package/src/assets/flags/4x3/mz.svg +0 -21
- package/src/assets/flags/4x3/na.svg +0 -16
- package/src/assets/flags/4x3/nc.svg +0 -13
- package/src/assets/flags/4x3/ne.svg +0 -6
- package/src/assets/flags/4x3/nf.svg +0 -9
- package/src/assets/flags/4x3/ng.svg +0 -6
- package/src/assets/flags/4x3/ni.svg +0 -129
- package/src/assets/flags/4x3/nl.svg +0 -5
- package/src/assets/flags/4x3/no.svg +0 -7
- package/src/assets/flags/4x3/np.svg +0 -14
- package/src/assets/flags/4x3/nr.svg +0 -12
- package/src/assets/flags/4x3/nu.svg +0 -10
- package/src/assets/flags/4x3/nz.svg +0 -36
- package/src/assets/flags/4x3/om.svg +0 -115
- package/src/assets/flags/4x3/pa.svg +0 -14
- package/src/assets/flags/4x3/pe.svg +0 -244
- package/src/assets/flags/4x3/pf.svg +0 -19
- package/src/assets/flags/4x3/pg.svg +0 -9
- package/src/assets/flags/4x3/ph.svg +0 -6
- package/src/assets/flags/4x3/pk.svg +0 -15
- package/src/assets/flags/4x3/pl.svg +0 -6
- package/src/assets/flags/4x3/pm.svg +0 -7
- package/src/assets/flags/4x3/pn.svg +0 -53
- package/src/assets/flags/4x3/pr.svg +0 -13
- package/src/assets/flags/4x3/ps.svg +0 -15
- package/src/assets/flags/4x3/pt.svg +0 -57
- package/src/assets/flags/4x3/pw.svg +0 -11
- package/src/assets/flags/4x3/py.svg +0 -157
- package/src/assets/flags/4x3/qa.svg +0 -4
- package/src/assets/flags/4x3/re.svg +0 -7
- package/src/assets/flags/4x3/ro.svg +0 -7
- package/src/assets/flags/4x3/rs.svg +0 -292
- package/src/assets/flags/4x3/ru.svg +0 -7
- package/src/assets/flags/4x3/rw.svg +0 -13
- package/src/assets/flags/4x3/sa.svg +0 -26
- package/src/assets/flags/4x3/sb.svg +0 -13
- package/src/assets/flags/4x3/sc.svg +0 -7
- package/src/assets/flags/4x3/sd.svg +0 -13
- package/src/assets/flags/4x3/se.svg +0 -4
- package/src/assets/flags/4x3/sg.svg +0 -13
- package/src/assets/flags/4x3/sh.svg +0 -76
- package/src/assets/flags/4x3/si.svg +0 -18
- package/src/assets/flags/4x3/sj.svg +0 -7
- package/src/assets/flags/4x3/sk.svg +0 -9
- package/src/assets/flags/4x3/sl.svg +0 -7
- package/src/assets/flags/4x3/sm.svg +0 -75
- package/src/assets/flags/4x3/sn.svg +0 -8
- package/src/assets/flags/4x3/so.svg +0 -11
- package/src/assets/flags/4x3/sr.svg +0 -6
- package/src/assets/flags/4x3/ss.svg +0 -8
- package/src/assets/flags/4x3/st.svg +0 -16
- package/src/assets/flags/4x3/sv.svg +0 -594
- package/src/assets/flags/4x3/sx.svg +0 -56
- package/src/assets/flags/4x3/sy.svg +0 -6
- package/src/assets/flags/4x3/sz.svg +0 -34
- package/src/assets/flags/4x3/ta.svg +0 -76
- package/src/assets/flags/4x3/tc.svg +0 -50
- package/src/assets/flags/4x3/td.svg +0 -7
- package/src/assets/flags/4x3/tf.svg +0 -15
- package/src/assets/flags/4x3/tg.svg +0 -14
- package/src/assets/flags/4x3/th.svg +0 -7
- package/src/assets/flags/4x3/tj.svg +0 -22
- package/src/assets/flags/4x3/tk.svg +0 -5
- package/src/assets/flags/4x3/tl.svg +0 -13
- package/src/assets/flags/4x3/tm.svg +0 -205
- package/src/assets/flags/4x3/tn.svg +0 -13
- package/src/assets/flags/4x3/to.svg +0 -10
- package/src/assets/flags/4x3/tr.svg +0 -8
- package/src/assets/flags/4x3/tt.svg +0 -5
- package/src/assets/flags/4x3/tv.svg +0 -9
- package/src/assets/flags/4x3/tw.svg +0 -34
- package/src/assets/flags/4x3/tz.svg +0 -13
- package/src/assets/flags/4x3/ua.svg +0 -6
- package/src/assets/flags/4x3/ug.svg +0 -30
- package/src/assets/flags/4x3/um.svg +0 -15
- package/src/assets/flags/4x3/un.svg +0 -16
- package/src/assets/flags/4x3/us.svg +0 -10
- package/src/assets/flags/4x3/uy.svg +0 -28
- package/src/assets/flags/4x3/uz.svg +0 -30
- package/src/assets/flags/4x3/va.svg +0 -479
- package/src/assets/flags/4x3/vc.svg +0 -8
- package/src/assets/flags/4x3/ve.svg +0 -26
- package/src/assets/flags/4x3/vg.svg +0 -63
- package/src/assets/flags/4x3/vi.svg +0 -28
- package/src/assets/flags/4x3/vn.svg +0 -11
- package/src/assets/flags/4x3/vu.svg +0 -21
- package/src/assets/flags/4x3/wf.svg +0 -7
- package/src/assets/flags/4x3/ws.svg +0 -7
- package/src/assets/flags/4x3/xk.svg +0 -8
- package/src/assets/flags/4x3/xx.svg +0 -4
- package/src/assets/flags/4x3/ye.svg +0 -7
- package/src/assets/flags/4x3/yt.svg +0 -7
- package/src/assets/flags/4x3/za.svg +0 -17
- package/src/assets/flags/4x3/zm.svg +0 -27
- package/src/assets/flags/4x3/zw.svg +0 -21
- package/src/assets/gl-matrix.min.js +0 -47
- package/src/assets/htmlpage.html +0 -53
- package/src/assets/machineroom1.png +0 -0
- package/src/assets/stabu.css +0 -27
- package/src/assets/template.pdf +0 -0
- package/src/assets/zoom-in.png +0 -0
- 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 -16
- package/src/main.ts +0 -12
- package/src/polyfills.ts +0 -53
- package/src/styles.scss +0 -48
- package/src/test.ts +0 -14
- package/src/webgl/WebGLQuery.min.js +0 -6
- package/src/webgl/WebGLViewerLight.min.js +0 -89
- package/src/webgl/gl-matrix.min.js +0 -47
- package/tsconfig.app.json +0 -15
- package/tsconfig.json +0 -34
- package/tsconfig.spec.json +0 -18
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFicmlrYW50ZW5jb3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZmFicmlrYW50ZW5jb3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from './src/app/modules/fabrikantencore/fabrikantencore.module';
|
|
2
|
+
export * from './src/app/modules/fabrikantencore/swagger/SwaggerClient';
|
|
3
|
+
export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component';
|
|
4
|
+
export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component';
|
|
5
|
+
export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component';
|
|
6
|
+
export * from './src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component';
|
|
7
|
+
export * from './src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component';
|
|
8
|
+
export * from './src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component';
|
|
9
|
+
export * from './src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component';
|
|
10
|
+
export * from './src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component';
|
|
11
|
+
export * from './src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component';
|
|
12
|
+
export * from './src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component';
|
|
13
|
+
export * from './src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component';
|
|
14
|
+
export * from './src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component';
|
|
15
|
+
export * from './src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component';
|
|
16
|
+
export * from './src/app/modules/fabrikantencore/components/fab-form/fab-form.component';
|
|
17
|
+
export * from './src/app/modules/fabrikantencore/services/mobile.service';
|
|
18
|
+
export * from './src/app/modules/fabrikantencore/services/fabrikanten.service';
|
|
19
|
+
export * from './src/app/modules/fabrikantencore/services/bestek.service';
|
|
20
|
+
export * from './src/app/modules/fabrikantencore/services/translate.service';
|
|
21
|
+
export * from './src/app/modules/fabrikantencore/services/webgl.service';
|
|
22
|
+
export * from './src/app/modules/fabrikantencore/services/svg.service';
|
|
23
|
+
export * from './src/app/modules/fabrikantencore/services/template-component.service';
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwREFBMEQsQ0FBQTtBQUN4RSxjQUFjLHlEQUF5RCxDQUFBO0FBR3ZFLGNBQWMscUZBQXFGLENBQUE7QUFDbkcsY0FBYyxpR0FBaUcsQ0FBQTtBQUMvRyxjQUFjLG1HQUFtRyxDQUFBO0FBRWpILGNBQWMsZ0ZBQWdGLENBQUE7QUFDOUYsY0FBYyxzR0FBc0csQ0FBQTtBQUNwSCxjQUFjLDRGQUE0RixDQUFBO0FBQzFHLGNBQWMsc0ZBQXNGLENBQUE7QUFDcEcsY0FBYywwRkFBMEYsQ0FBQTtBQUN4RyxjQUFjLHNGQUFzRixDQUFBO0FBQ3BHLGNBQWMsMEdBQTBHLENBQUE7QUFDeEgsY0FBYyw4RUFBOEUsQ0FBQTtBQUM1RixjQUFjLG9HQUFvRyxDQUFBO0FBQ2xILGNBQWMsMEZBQTBGLENBQUE7QUFDeEcsY0FBYywwRUFBMEUsQ0FBQTtBQUV4RixjQUFjLDJEQUEyRCxDQUFBO0FBQ3pFLGNBQWMsZ0VBQWdFLENBQUE7QUFDOUUsY0FBYywyREFBMkQsQ0FBQTtBQUN6RSxjQUFjLDhEQUE4RCxDQUFBO0FBQzVFLGNBQWMsMERBQTBELENBQUE7QUFDeEUsY0FBYyx3REFBd0QsQ0FBQTtBQUN0RSxjQUFjLHVFQUF1RSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2ZhYnJpa2FudGVuY29yZS5tb2R1bGUnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnXHJcblxyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvaW5wdXRzL2ZhYi1maWx0ZXIvZmFiLWZpbHRlci5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2lucHV0cy9mYWItZmlsdGVyLWxhYmVsL2ZhYi1maWx0ZXItbGFiZWwuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9pbnB1dHMvZmFiLWZpbHRlci1jdXN0b20vZmFiLWZpbHRlci1jdXN0b20uY29tcG9uZW50J1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLWZpbHRlcnMvZmFiLWZpbHRlcnMuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItY2F0ZWdvcnktbmF2aWdhdG9yL2ZhYi1jYXRlZ29yeS1uYXZpZ2F0b3IuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItZmlsdGVycy1pbnB1dC9mYWItZmlsdGVycy1pbnB1dC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1hY3Rpb25tZW51L2ZhYi1hY3Rpb25tZW51LmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXdlYmdsLXZpZXdlci9mYWItd2ViZ2wtdmlld2VyLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXN2Zy12aWV3ZXIvZmFiLXN2Zy12aWV3ZXIuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItcHJvZHVjdC9mYWItcHJvZHVjdC1iZXN0ZWsvZmFiLXByb2R1Y3QtYmVzdGVrLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLWxvYWRlci9mYWItbG9hZGVyLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXNlbGVjdC1iY2Jwcm9kdWN0L2ZhYi1zZWxlY3QtYmNicHJvZHVjdC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1kb3dubG9hZC16aXAvZmFiLWRvd25sb2FkLXppcC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1mb3JtL2ZhYi1mb3JtLmNvbXBvbmVudCdcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zZXJ2aWNlcy9tb2JpbGUuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL2ZhYnJpa2FudGVuLnNlcnZpY2UnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zZXJ2aWNlcy9iZXN0ZWsuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL3RyYW5zbGF0ZS5zZXJ2aWNlJ1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvc2VydmljZXMvd2ViZ2wuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL3N2Zy5zZXJ2aWNlJ1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvc2VydmljZXMvdGVtcGxhdGUtY29tcG9uZW50LnNlcnZpY2UnXHJcbiJdfQ==
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
+
import { TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../services/bcbproductinstance.service";
|
|
5
|
+
import * as i2 from "../../../services/translate.service";
|
|
6
|
+
import * as i3 from "../../../services/fabrikanten.service";
|
|
7
|
+
import * as i4 from "../../../services/authentication.service";
|
|
8
|
+
import * as i5 from "@angular/common";
|
|
9
|
+
import * as i6 from "@angular/material/legacy-button";
|
|
10
|
+
import * as i7 from "@angular/material/legacy-tabs";
|
|
11
|
+
import * as i8 from "../../../components/fab-loader/fab-loader.component";
|
|
12
|
+
import * as i9 from "../../../components/fab-filters-input/fab-filters-input.component";
|
|
13
|
+
import * as i10 from "../../../components/fab-svg-viewer/fab-svg-viewer.component";
|
|
14
|
+
import * as i11 from "../../../components/fab-form/fab-form.component";
|
|
15
|
+
import * as i12 from "../../../components/fab-upload/fab-upload.component";
|
|
16
|
+
class BeheerBcbInstanceComponent {
|
|
17
|
+
BcbProductInstanceService;
|
|
18
|
+
TranslateService;
|
|
19
|
+
FabrikantenService;
|
|
20
|
+
authenticationService;
|
|
21
|
+
ChangeDetectorRef;
|
|
22
|
+
get TranslationCategory() {
|
|
23
|
+
return TranslationCategory;
|
|
24
|
+
}
|
|
25
|
+
get TranslationSubCategory() {
|
|
26
|
+
return TranslationSubCategory;
|
|
27
|
+
}
|
|
28
|
+
constructor(BcbProductInstanceService, TranslateService, FabrikantenService, authenticationService, ChangeDetectorRef) {
|
|
29
|
+
this.BcbProductInstanceService = BcbProductInstanceService;
|
|
30
|
+
this.TranslateService = TranslateService;
|
|
31
|
+
this.FabrikantenService = FabrikantenService;
|
|
32
|
+
this.authenticationService = authenticationService;
|
|
33
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
34
|
+
}
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerBcbInstanceComponent, deps: [{ token: i1.BcbProductInstanceService }, { token: i2.TranslateService }, { token: i3.FabrikantenService }, { token: i4.AuthenticationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerBcbInstanceComponent, selector: "app-beheer-bcb-instance", ngImport: i0, template: "<div *ngIf=\"BcbProductInstanceService.IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!BcbProductInstanceService.IsLoading()\">\n <div class=\"displayflex\">\n <div style=\"flex: auto;\">\n {{ TranslateService.GetActiveValue(TranslationCategory.Product, TranslationSubCategory.Name, BcbProductInstanceService.BCBProductInstanceViewModel.productId) }}\n </div>\n\n <div style=\"padding: 10px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.SaveConfiguration(ChangeDetectorRef)\">\n Save\n </button>\n \n <button mat-raised-button (click)=\"BcbProductInstanceService.DownloadPDF(this.TranslateService.ActiveLanguage.id)\">\n Download PDF\n </button>\n \n <button mat-raised-button (click)=\"BcbProductInstanceService.UnselectBCBProductInstance()\">\n Terug\n </button>\n </div>\n </div>\n <div class=\"displayflex\">\n <div class=\"dividercolumn leftcol\">\n <mat-tab-group style=\"height: 100%;\">\n <mat-tab label=\"Configuratie\">\n <div class=\"filter-scroll-section\">\n <fab-filters-input></fab-filters-input>\n </div>\n </mat-tab>\n <mat-tab label=\"Info\">\n <app-fab-form [form]=\"BcbProductInstanceService.FabrikantenCustomFormViewModel\"></app-fab-form>\n </mat-tab>\n <mat-tab label=\"Upload\">\n <br />\n <app-fab-upload name=\"snede naar onder\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"bovenaanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"vooraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"rechteraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n </mat-tab>\n </mat-tab-group>\n </div>\n <div style=\"width: 50%;\">\n <ng-container *ngIf=\"!FabrikantenService.ShowVariants()\">\n <app-fab-svg-viewer></app-fab-svg-viewer>\n </ng-container>\n <ng-container *ngIf=\"FabrikantenService.ShowVariants()\">\n <div style=\"padding: 10px;\">\n Er zijn nog meerdere varianten van dit product die voldoen aan de huidige filter selectie. Vul meer filters om de selectie te specificeren.\n </div>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-bcb-instance .displayflex{display:flex}app-beheer-bcb-instance .leftcol{padding:10px}app-beheer-bcb-instance .dividercolumn{width:50%;max-height:calc(100vH - 174px);overflow:auto}app-beheer-bcb-instance .filter-scroll-section{max-height:calc(100vH - 1px)}app-beheer-bcb-instance .filter-affects-sign{display:none}app-beheer-bcb-instance .affects-only-bestek{display:none}app-beheer-bcb-instance .svg-settings{top:80px!important;right:25px!important}app-beheer-bcb-instance .toolbar-button{display:none}app-beheer-bcb-instance .prop{font-size:20px;padding:5px;border-bottom:1px solid #000}app-beheer-bcb-instance .prop-name{width:200px}app-beheer-bcb-instance .prop-value{width:calc(100% - 220px)}app-beheer-bcb-instance .border-bottom{border-bottom:1px solid #000;font-size:20px;padding:4px}app-beheer-bcb-instance .form-button-row{display:none}app-beheer-bcb-instance .value-cell{text-align:right;padding-right:5px}app-beheer-bcb-instance .info-row:hover{background-color:#efefef}app-beheer-bcb-instance .button-row{padding-top:3px;text-align:right}app-beheer-bcb-instance app-fab-loader{position:fixed;background-color:#00000080;width:100%;top:0;left:0;height:100%;z-index:10}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i7.MatLegacyTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i7.MatLegacyTab, selector: "mat-tab", inputs: ["disabled"], exportAs: ["matTab"] }, { kind: "component", type: i8.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i9.FabFiltersInputComponent, selector: "fab-filters-input" }, { kind: "component", type: i10.FabSvgViewerComponent, selector: "app-fab-svg-viewer" }, { kind: "component", type: i11.FabFormComponent, selector: "app-fab-form", inputs: ["form"], outputs: ["completed"] }, { kind: "component", type: i12.FabUploadComponent, selector: "app-fab-upload", inputs: ["name", "customid"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
37
|
+
}
|
|
38
|
+
export { BeheerBcbInstanceComponent };
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerBcbInstanceComponent, decorators: [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{ selector: 'app-beheer-bcb-instance', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"BcbProductInstanceService.IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!BcbProductInstanceService.IsLoading()\">\n <div class=\"displayflex\">\n <div style=\"flex: auto;\">\n {{ TranslateService.GetActiveValue(TranslationCategory.Product, TranslationSubCategory.Name, BcbProductInstanceService.BCBProductInstanceViewModel.productId) }}\n </div>\n\n <div style=\"padding: 10px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.SaveConfiguration(ChangeDetectorRef)\">\n Save\n </button>\n \n <button mat-raised-button (click)=\"BcbProductInstanceService.DownloadPDF(this.TranslateService.ActiveLanguage.id)\">\n Download PDF\n </button>\n \n <button mat-raised-button (click)=\"BcbProductInstanceService.UnselectBCBProductInstance()\">\n Terug\n </button>\n </div>\n </div>\n <div class=\"displayflex\">\n <div class=\"dividercolumn leftcol\">\n <mat-tab-group style=\"height: 100%;\">\n <mat-tab label=\"Configuratie\">\n <div class=\"filter-scroll-section\">\n <fab-filters-input></fab-filters-input>\n </div>\n </mat-tab>\n <mat-tab label=\"Info\">\n <app-fab-form [form]=\"BcbProductInstanceService.FabrikantenCustomFormViewModel\"></app-fab-form>\n </mat-tab>\n <mat-tab label=\"Upload\">\n <br />\n <app-fab-upload name=\"snede naar onder\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"bovenaanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"vooraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"rechteraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n </mat-tab>\n </mat-tab-group>\n </div>\n <div style=\"width: 50%;\">\n <ng-container *ngIf=\"!FabrikantenService.ShowVariants()\">\n <app-fab-svg-viewer></app-fab-svg-viewer>\n </ng-container>\n <ng-container *ngIf=\"FabrikantenService.ShowVariants()\">\n <div style=\"padding: 10px;\">\n Er zijn nog meerdere varianten van dit product die voldoen aan de huidige filter selectie. Vul meer filters om de selectie te specificeren.\n </div>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-bcb-instance .displayflex{display:flex}app-beheer-bcb-instance .leftcol{padding:10px}app-beheer-bcb-instance .dividercolumn{width:50%;max-height:calc(100vH - 174px);overflow:auto}app-beheer-bcb-instance .filter-scroll-section{max-height:calc(100vH - 1px)}app-beheer-bcb-instance .filter-affects-sign{display:none}app-beheer-bcb-instance .affects-only-bestek{display:none}app-beheer-bcb-instance .svg-settings{top:80px!important;right:25px!important}app-beheer-bcb-instance .toolbar-button{display:none}app-beheer-bcb-instance .prop{font-size:20px;padding:5px;border-bottom:1px solid #000}app-beheer-bcb-instance .prop-name{width:200px}app-beheer-bcb-instance .prop-value{width:calc(100% - 220px)}app-beheer-bcb-instance .border-bottom{border-bottom:1px solid #000;font-size:20px;padding:4px}app-beheer-bcb-instance .form-button-row{display:none}app-beheer-bcb-instance .value-cell{text-align:right;padding-right:5px}app-beheer-bcb-instance .info-row:hover{background-color:#efefef}app-beheer-bcb-instance .button-row{padding-top:3px;text-align:right}app-beheer-bcb-instance app-fab-loader{position:fixed;background-color:#00000080;width:100%;top:0;left:0;height:100%;z-index:10}\n"] }]
|
|
42
|
+
}], ctorParameters: function () { return [{ type: i1.BcbProductInstanceService }, { type: i2.TranslateService }, { type: i3.FabrikantenService }, { type: i4.AuthenticationService }, { type: i0.ChangeDetectorRef }]; } });
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1iY2ItaW5zdGFuY2UvYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1iY2ItaW5zdGFuY2UvYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQyxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUsvRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsc0JBQXNCLEVBQWdDLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7Ozs7O0FBRTNILE1BTWEsMEJBQTBCO0lBVTVCO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFiVCxJQUFXLG1CQUFtQjtRQUM1QixPQUFPLG1CQUFtQixDQUFDO0lBQzdCLENBQUM7SUFFRCxJQUFXLHNCQUFzQjtRQUMvQixPQUFPLHNCQUFzQixDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUNTLHlCQUFvRCxFQUNwRCxnQkFBa0MsRUFDbEMsa0JBQXNDLEVBQ3RDLHFCQUE0QyxFQUM1QyxpQkFBb0M7UUFKcEMsOEJBQXlCLEdBQXpCLHlCQUF5QixDQUEyQjtRQUNwRCxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBQ2xDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7UUFDdEMsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUM1QyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBQzdDLENBQUM7d0dBZlUsMEJBQTBCOzRGQUExQiwwQkFBMEIsK0RDYnZDLCtqRkEyREE7O1NEOUNhLDBCQUEwQjs0RkFBMUIsMEJBQTBCO2tCQU50QyxTQUFTOytCQUNFLHlCQUF5QixpQkFHcEIsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0b3JSZWYsIE9uSW5pdCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBdXRoZW50aWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9hdXRoZW50aWNhdGlvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3RyYW5zbGF0ZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRmFicmlrYW50ZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvZmFicmlrYW50ZW4uc2VydmljZSc7XHJcbmltcG9ydCB7IEJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9iY2Jwcm9kdWN0aW5zdGFuY2Uuc2VydmljZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0aW9uQ2F0ZWdvcnksIFRyYW5zbGF0aW9uU3ViQ2F0ZWdvcnksIExvZ2luUmVzcG9uc2VNb2RlbCwgRm9ybVR5cGUgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1iZWhlZXItYmNiLWluc3RhbmNlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1iY2ItaW5zdGFuY2UuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItYmNiLWluc3RhbmNlLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcbn0pXG5leHBvcnQgY2xhc3MgQmVoZWVyQmNiSW5zdGFuY2VDb21wb25lbnQge1xuICBwdWJsaWMgZ2V0IFRyYW5zbGF0aW9uQ2F0ZWdvcnkoKSB7XHJcbiAgICByZXR1cm4gVHJhbnNsYXRpb25DYXRlZ29yeTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXQgVHJhbnNsYXRpb25TdWJDYXRlZ29yeSgpIHtcclxuICAgIHJldHVybiBUcmFuc2xhdGlvblN1YkNhdGVnb3J5O1xyXG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZTogQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZSxcbiAgICBwdWJsaWMgVHJhbnNsYXRlU2VydmljZTogVHJhbnNsYXRlU2VydmljZSxcbiAgICBwdWJsaWMgRmFicmlrYW50ZW5TZXJ2aWNlOiBGYWJyaWthbnRlblNlcnZpY2UsXG4gICAgcHVibGljIGF1dGhlbnRpY2F0aW9uU2VydmljZTogQXV0aGVudGljYXRpb25TZXJ2aWNlLFxuICAgIHB1YmxpYyBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcclxuICB9XG59XG4iLCI8ZGl2ICpuZ0lmPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jc0xvYWRpbmcoKVwiPlxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cbjwvZGl2PlxuXG48ZGl2ICpuZ0lmPVwiIUJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuSXNMb2FkaW5nKClcIj5cbiAgPGRpdiBjbGFzcz1cImRpc3BsYXlmbGV4XCI+XG4gICAgPGRpdiBzdHlsZT1cImZsZXg6IGF1dG87XCI+XG4gICAgICB7eyBUcmFuc2xhdGVTZXJ2aWNlLkdldEFjdGl2ZVZhbHVlKFRyYW5zbGF0aW9uQ2F0ZWdvcnkuUHJvZHVjdCwgVHJhbnNsYXRpb25TdWJDYXRlZ29yeS5OYW1lLCBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5wcm9kdWN0SWQpIH19XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2IHN0eWxlPVwicGFkZGluZzogMTBweDtcIj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2F2ZUNvbmZpZ3VyYXRpb24oQ2hhbmdlRGV0ZWN0b3JSZWYpXCI+XG4gICAgICAgIFNhdmVcbiAgICAgIDwvYnV0dG9uPlxuICAgICAgJm5ic3A7XG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkRvd25sb2FkUERGKHRoaXMuVHJhbnNsYXRlU2VydmljZS5BY3RpdmVMYW5ndWFnZS5pZClcIj5cbiAgICAgICAgRG93bmxvYWQgUERGXG4gICAgICA8L2J1dHRvbj5cbiAgICAgICZuYnNwO1xuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5VbnNlbGVjdEJDQlByb2R1Y3RJbnN0YW5jZSgpXCI+XG4gICAgICAgIFRlcnVnXG4gICAgICA8L2J1dHRvbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJkaXNwbGF5ZmxleFwiPlxuICAgIDxkaXYgY2xhc3M9XCJkaXZpZGVyY29sdW1uIGxlZnRjb2xcIj5cbiAgICAgIDxtYXQtdGFiLWdyb3VwIHN0eWxlPVwiaGVpZ2h0OiAxMDAlO1wiPlxuICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIkNvbmZpZ3VyYXRpZVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWx0ZXItc2Nyb2xsLXNlY3Rpb25cIj5cbiAgICAgICAgICAgIDxmYWItZmlsdGVycy1pbnB1dD48L2ZhYi1maWx0ZXJzLWlucHV0PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L21hdC10YWI+XG4gICAgICAgIDxtYXQtdGFiIGxhYmVsPVwiSW5mb1wiPlxuICAgICAgICAgIDxhcHAtZmFiLWZvcm0gW2Zvcm1dPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5GYWJyaWthbnRlbkN1c3RvbUZvcm1WaWV3TW9kZWxcIj48L2FwcC1mYWItZm9ybT5cbiAgICAgICAgPC9tYXQtdGFiPlxuICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIlVwbG9hZFwiPlxuICAgICAgICAgIDxiciAvPlxuICAgICAgICAgIDxhcHAtZmFiLXVwbG9hZCBuYW1lPVwic25lZGUgbmFhciBvbmRlclwiIFtjdXN0b21pZF09XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5pZFwiPjwvYXBwLWZhYi11cGxvYWQ+XG4gICAgICAgICAgPGhyIC8+XG4gICAgICAgICAgPGFwcC1mYWItdXBsb2FkIG5hbWU9XCJib3ZlbmFhbnppY2h0XCIgW2N1c3RvbWlkXT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuQkNCUHJvZHVjdEluc3RhbmNlVmlld01vZGVsLmlkXCI+PC9hcHAtZmFiLXVwbG9hZD5cbiAgICAgICAgICA8aHIgLz5cbiAgICAgICAgICA8YXBwLWZhYi11cGxvYWQgbmFtZT1cInZvb3JhYW56aWNodFwiIFtjdXN0b21pZF09XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5pZFwiPjwvYXBwLWZhYi11cGxvYWQ+XG4gICAgICAgICAgPGhyIC8+XG4gICAgICAgICAgPGFwcC1mYWItdXBsb2FkIG5hbWU9XCJyZWNodGVyYWFuemljaHRcIiBbY3VzdG9taWRdPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5CQ0JQcm9kdWN0SW5zdGFuY2VWaWV3TW9kZWwuaWRcIj48L2FwcC1mYWItdXBsb2FkPlxuICAgICAgICA8L21hdC10YWI+XG4gICAgICA8L21hdC10YWItZ3JvdXA+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBzdHlsZT1cIndpZHRoOiA1MCU7XCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIUZhYnJpa2FudGVuU2VydmljZS5TaG93VmFyaWFudHMoKVwiPlxuICAgICAgICA8YXBwLWZhYi1zdmctdmlld2VyPjwvYXBwLWZhYi1zdmctdmlld2VyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiRmFicmlrYW50ZW5TZXJ2aWNlLlNob3dWYXJpYW50cygpXCI+XG4gICAgICAgIDxkaXYgc3R5bGU9XCJwYWRkaW5nOiAxMHB4O1wiPlxuICAgICAgICAgIEVyIHppam4gbm9nIG1lZXJkZXJlIHZhcmlhbnRlbiB2YW4gZGl0IHByb2R1Y3QgZGllIHZvbGRvZW4gYWFuIGRlIGh1aWRpZ2UgZmlsdGVyIHNlbGVjdGllLiBWdWwgbWVlciBmaWx0ZXJzIG9tIGRlIHNlbGVjdGllIHRlIHNwZWNpZmljZXJlbi5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { ClearCategoryRequest } from '../../../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../swagger/SwaggerClient";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
7
|
+
import * as i4 from "@angular/material/legacy-card";
|
|
8
|
+
import * as i5 from "../beheer-nav/beheer-nav.component";
|
|
9
|
+
import * as i6 from "../../../components/fab-loader/fab-loader.component";
|
|
10
|
+
class BeheerCategoriesComponent {
|
|
11
|
+
CategoriesApiClient;
|
|
12
|
+
Loading = true;
|
|
13
|
+
CategoriesOverviewViewModel;
|
|
14
|
+
constructor(CategoriesApiClient) {
|
|
15
|
+
this.CategoriesApiClient = CategoriesApiClient;
|
|
16
|
+
}
|
|
17
|
+
ngOnInit() {
|
|
18
|
+
this.LoadCategories();
|
|
19
|
+
}
|
|
20
|
+
Clear(category) {
|
|
21
|
+
this.Loading = true;
|
|
22
|
+
var model = new ClearCategoryRequest();
|
|
23
|
+
model.categoryId = category.id;
|
|
24
|
+
this.CategoriesApiClient.clearCategory(model).subscribe(() => {
|
|
25
|
+
this.LoadCategories();
|
|
26
|
+
}, (error) => {
|
|
27
|
+
alert('An unexpected error occured');
|
|
28
|
+
this.Loading = false;
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
LoadCategories() {
|
|
32
|
+
this.Loading = true;
|
|
33
|
+
this.CategoriesApiClient.getCategoriesOverview().subscribe((model) => {
|
|
34
|
+
this.CategoriesOverviewViewModel = model;
|
|
35
|
+
this.Loading = false;
|
|
36
|
+
}, (error) => {
|
|
37
|
+
alert('An unexpected error occured');
|
|
38
|
+
this.Loading = false;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerCategoriesComponent, deps: [{ token: i1.CategoriesApiClient }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerCategoriesComponent, selector: "app-beheer-categories", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!Loading\">\n <mat-card>\n <mat-card-content>\n <table class=\"fullwidth\">\n <ng-container *ngFor=\"let categorie of CategoriesOverviewViewModel.categories\">\n <tr class=\"header\">\n <td colspan=\"3\">\n <div style=\"display: flex;\">\n {{ categorie.name }}\n <div style=\"flex: auto;\"></div>\n <button mat-raised-button (click)=\"Clear(categorie)\">\n Clear\n </button>\n </div>\n </td>\n </tr>\n <ng-container *ngFor=\"let subcategorie of categorie.subCategories\">\n <tr class=\"header2\">\n <td> </td>\n <td colspan=\"2\">{{ subcategorie.name }}</td>\n </tr>\n <tr *ngFor=\"let product of subcategorie.products\">\n <td> </td>\n <td> </td>\n <td>{{ product.name }}</td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of categorie.products\">\n <td></td>\n <td colspan=\"2\">{{ product.name }}</td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of CategoriesOverviewViewModel.products\">\n <td colspan=\"3\">{{ product.name }}</td>\n </tr>\n </table>\n </mat-card-content>\n </mat-card>\n \n</div>\n", styles: [".fullwidth{width:100%}.header td{border-bottom:2px solid #000}.header2 td{border-bottom:1px solid #000}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i4.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i4.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i5.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i6.FabLoaderComponent, selector: "app-fab-loader" }] });
|
|
43
|
+
}
|
|
44
|
+
export { BeheerCategoriesComponent };
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerCategoriesComponent, decorators: [{
|
|
46
|
+
type: Component,
|
|
47
|
+
args: [{ selector: 'app-beheer-categories', template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!Loading\">\n <mat-card>\n <mat-card-content>\n <table class=\"fullwidth\">\n <ng-container *ngFor=\"let categorie of CategoriesOverviewViewModel.categories\">\n <tr class=\"header\">\n <td colspan=\"3\">\n <div style=\"display: flex;\">\n {{ categorie.name }}\n <div style=\"flex: auto;\"></div>\n <button mat-raised-button (click)=\"Clear(categorie)\">\n Clear\n </button>\n </div>\n </td>\n </tr>\n <ng-container *ngFor=\"let subcategorie of categorie.subCategories\">\n <tr class=\"header2\">\n <td> </td>\n <td colspan=\"2\">{{ subcategorie.name }}</td>\n </tr>\n <tr *ngFor=\"let product of subcategorie.products\">\n <td> </td>\n <td> </td>\n <td>{{ product.name }}</td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of categorie.products\">\n <td></td>\n <td colspan=\"2\">{{ product.name }}</td>\n </tr>\n <tr>\n <td> </td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of CategoriesOverviewViewModel.products\">\n <td colspan=\"3\">{{ product.name }}</td>\n </tr>\n </table>\n </mat-card-content>\n </mat-card>\n \n</div>\n", styles: [".fullwidth{width:100%}.header td{border-bottom:2px solid #000}.header2 td{border-bottom:1px solid #000}\n"] }]
|
|
48
|
+
}], ctorParameters: function () { return [{ type: i1.CategoriesApiClient }]; } });
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNhdGVnb3JpZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItY2F0ZWdvcmllcy9iZWhlZXItY2F0ZWdvcmllcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jYXRlZ29yaWVzL2JlaGVlci1jYXRlZ29yaWVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFvRCxvQkFBb0IsRUFBd0MsTUFBTSxnQ0FBZ0MsQ0FBQzs7Ozs7Ozs7QUFFOUosTUFLYSx5QkFBeUI7SUFNaEI7SUFKYixPQUFPLEdBQVksSUFBSSxDQUFDO0lBRXhCLDJCQUEyQixDQUE4QjtJQUVoRSxZQUFvQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtJQUFJLENBQUM7SUFFakUsUUFBUTtRQUNOLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRU0sS0FBSyxDQUFDLFFBQThDO1FBQ3pELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXBCLElBQUksS0FBSyxHQUFHLElBQUksb0JBQW9CLEVBQUUsQ0FBQztRQUN2QyxLQUFLLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQyxFQUFFLENBQUM7UUFFL0IsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQzNELElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN4QixDQUFDLEVBQUUsQ0FBQyxLQUFlLEVBQUUsRUFBRTtZQUNyQixLQUFLLENBQUMsNkJBQTZCLENBQUMsQ0FBQztZQUVyQyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUN2QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTyxjQUFjO1FBQ3BCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXBCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQWtDLEVBQUUsRUFBRTtZQUNoRyxJQUFJLENBQUMsMkJBQTJCLEdBQUcsS0FBSyxDQUFDO1lBQ3pDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsRUFBRSxDQUFDLEtBQWUsRUFBRSxFQUFFO1lBQ3JCLEtBQUssQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO1lBRXJDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0F0Q1UseUJBQXlCOzRGQUF6Qix5QkFBeUIsNkRDUnRDLHNuREFvREE7O1NENUNhLHlCQUF5Qjs0RkFBekIseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENhdGVnb3JpZXNBcGlDbGllbnQsIENhdGVnb3JpZXNPdmVydmlld1ZpZXdNb2RlbCwgQ2xlYXJDYXRlZ29yeVJlcXVlc3QsIENhdGVnb3JpZXNPdmVydmlld0NhdGVnb3JpZVZpZXdNb2RlbCB9IGZyb20gJy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1iZWhlZXItY2F0ZWdvcmllcycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1jYXRlZ29yaWVzLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItY2F0ZWdvcmllcy5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCZWhlZXJDYXRlZ29yaWVzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgcHVibGljIExvYWRpbmc6IGJvb2xlYW4gPSB0cnVlO1xyXG5cclxuICBwdWJsaWMgQ2F0ZWdvcmllc092ZXJ2aWV3Vmlld01vZGVsOiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWw7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgQ2F0ZWdvcmllc0FwaUNsaWVudDogQ2F0ZWdvcmllc0FwaUNsaWVudCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5Mb2FkQ2F0ZWdvcmllcygpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIENsZWFyKGNhdGVnb3J5OiBDYXRlZ29yaWVzT3ZlcnZpZXdDYXRlZ29yaWVWaWV3TW9kZWwpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdmFyIG1vZGVsID0gbmV3IENsZWFyQ2F0ZWdvcnlSZXF1ZXN0KCk7XHJcbiAgICBtb2RlbC5jYXRlZ29yeUlkID0gY2F0ZWdvcnkuaWQ7XHJcblxyXG4gICAgdGhpcy5DYXRlZ29yaWVzQXBpQ2xpZW50LmNsZWFyQ2F0ZWdvcnkobW9kZWwpLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgIHRoaXMuTG9hZENhdGVnb3JpZXMoKTtcclxuICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgYWxlcnQoJ0FuIHVuZXhwZWN0ZWQgZXJyb3Igb2NjdXJlZCcpO1xyXG5cclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgTG9hZENhdGVnb3JpZXMoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG5cclxuICAgIHRoaXMuQ2F0ZWdvcmllc0FwaUNsaWVudC5nZXRDYXRlZ29yaWVzT3ZlcnZpZXcoKS5zdWJzY3JpYmUoKG1vZGVsOiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwpID0+IHtcclxuICAgICAgdGhpcy5DYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwgPSBtb2RlbDtcclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGFsZXJ0KCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxhcHAtYmVoZWVyLW5hdj48L2FwcC1iZWhlZXItbmF2PlxuXG48ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cbjwvZGl2PlxuXG48ZGl2ICpuZ0lmPVwiIUxvYWRpbmdcIj5cbiAgPG1hdC1jYXJkPlxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxuICAgICAgPHRhYmxlIGNsYXNzPVwiZnVsbHdpZHRoXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGNhdGVnb3JpZSBvZiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwuY2F0ZWdvcmllc1wiPlxuICAgICAgICAgIDx0ciBjbGFzcz1cImhlYWRlclwiPlxuICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIzXCI+XG4gICAgICAgICAgICAgIDxkaXYgc3R5bGU9XCJkaXNwbGF5OiBmbGV4O1wiPlxuICAgICAgICAgICAgICAgIHt7IGNhdGVnb3JpZS5uYW1lIH19XG4gICAgICAgICAgICAgICAgPGRpdiBzdHlsZT1cImZsZXg6IGF1dG87XCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQ2xlYXIoY2F0ZWdvcmllKVwiPlxuICAgICAgICAgICAgICAgICAgQ2xlYXJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L3RkPlxuICAgICAgICAgIDwvdHI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgc3ViY2F0ZWdvcmllIG9mIGNhdGVnb3JpZS5zdWJDYXRlZ29yaWVzXCI+XG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXIyXCI+XG4gICAgICAgICAgICAgIDx0ZD4mbmJzcDs8L3RkPlxuICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj57eyBzdWJjYXRlZ29yaWUubmFtZSB9fTwvdGQ+XG4gICAgICAgICAgICA8L3RyPlxuICAgICAgICAgICAgPHRyICpuZ0Zvcj1cImxldCBwcm9kdWN0IG9mIHN1YmNhdGVnb3JpZS5wcm9kdWN0c1wiPlxuICAgICAgICAgICAgICA8dGQ+Jm5ic3A7PC90ZD5cbiAgICAgICAgICAgICAgPHRkPiZuYnNwOzwvdGQ+XG4gICAgICAgICAgICAgIDx0ZD57eyBwcm9kdWN0Lm5hbWUgfX08L3RkPlxuICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICAgIDx0cj5cbiAgICAgICAgICAgICAgPHRkPiZuYnNwOzwvdGQ+XG4gICAgICAgICAgICA8L3RyPlxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvZHVjdCBvZiBjYXRlZ29yaWUucHJvZHVjdHNcIj5cbiAgICAgICAgICAgIDx0ZD48L3RkPlxuICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIyXCI+e3sgcHJvZHVjdC5uYW1lIH19PC90ZD5cbiAgICAgICAgICA8L3RyPlxuICAgICAgICAgIDx0cj5cbiAgICAgICAgICAgIDx0ZD4mbmJzcDs8L3RkPlxuICAgICAgICAgIDwvdHI+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICA8dHIgKm5nRm9yPVwibGV0IHByb2R1Y3Qgb2YgQ2F0ZWdvcmllc092ZXJ2aWV3Vmlld01vZGVsLnByb2R1Y3RzXCI+XG4gICAgICAgICAgPHRkIGNvbHNwYW49XCIzXCI+e3sgcHJvZHVjdC5uYW1lIH19PC90ZD5cbiAgICAgICAgPC90cj5cbiAgICAgIDwvdGFibGU+XG4gICAgPC9tYXQtY2FyZC1jb250ZW50PlxuICA8L21hdC1jYXJkPlxuICBcbjwvZGl2PlxuIl19
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../services/bcbproductinstance.service";
|
|
5
|
+
import * as i2 from "../../../services/translate.service";
|
|
6
|
+
import * as i3 from "../../../services/fabrikanten.service";
|
|
7
|
+
import * as i4 from "../../../services/authentication.service";
|
|
8
|
+
import * as i5 from "@angular/router";
|
|
9
|
+
import * as i6 from "@angular/common";
|
|
10
|
+
import * as i7 from "@angular/material/legacy-button";
|
|
11
|
+
import * as i8 from "@angular/material/legacy-card";
|
|
12
|
+
import * as i9 from "../beheer-nav/beheer-nav.component";
|
|
13
|
+
import * as i10 from "../../../components/fab-loader/fab-loader.component";
|
|
14
|
+
import * as i11 from "../beheer-project/beheer-project.component";
|
|
15
|
+
class BeheerConfiguratorComponent {
|
|
16
|
+
BcbProductInstanceService;
|
|
17
|
+
TranslateService;
|
|
18
|
+
FabrikantenService;
|
|
19
|
+
authenticationService;
|
|
20
|
+
ActivatedRoute;
|
|
21
|
+
ChangeDetectorRef;
|
|
22
|
+
get TranslationCategory() {
|
|
23
|
+
return TranslationCategory;
|
|
24
|
+
}
|
|
25
|
+
get TranslationSubCategory() {
|
|
26
|
+
return TranslationSubCategory;
|
|
27
|
+
}
|
|
28
|
+
constructor(BcbProductInstanceService, TranslateService, FabrikantenService, authenticationService, ActivatedRoute, ChangeDetectorRef) {
|
|
29
|
+
this.BcbProductInstanceService = BcbProductInstanceService;
|
|
30
|
+
this.TranslateService = TranslateService;
|
|
31
|
+
this.FabrikantenService = FabrikantenService;
|
|
32
|
+
this.authenticationService = authenticationService;
|
|
33
|
+
this.ActivatedRoute = ActivatedRoute;
|
|
34
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
35
|
+
this.FabrikantenService.ForceUpdate2D = true;
|
|
36
|
+
}
|
|
37
|
+
ngOnInit() {
|
|
38
|
+
this.TranslateService.LoadTranslations(this.ChangeDetectorRef, null, undefined);
|
|
39
|
+
this.BcbProductInstanceService.Init();
|
|
40
|
+
this.FabrikantenService.LoadFabrikantenViewModel(this.ChangeDetectorRef, this.ActivatedRoute);
|
|
41
|
+
}
|
|
42
|
+
IsLoading() {
|
|
43
|
+
if (this.BcbProductInstanceService.IsLoading()) {
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
if (this.TranslateService.Loading) {
|
|
47
|
+
return true;
|
|
48
|
+
}
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConfiguratorComponent, deps: [{ token: i1.BcbProductInstanceService }, { token: i2.TranslateService }, { token: i3.FabrikantenService }, { token: i4.AuthenticationService }, { token: i5.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerConfiguratorComponent, selector: "app-beheer-configurator", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!IsLoading()\" class=\"main-container\">\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel == null\">\n <mat-card-content>\n\n <h1>Projects</h1>\n\n <table style=\"width: 100%;\">\n <tr>\n <td class=\"border-bottom\" style=\"width: 20px;\"><b>Id</b></td>\n <td class=\"border-bottom\"><b>Name</b></td>\n <td class=\"border-bottom\"></td>\n <td class=\"border-bottom\"></td>\n </tr>\n <tr *ngFor=\"let project of BcbProductInstanceService.ConfigurationsViewModel.projects\">\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">{{ project.id }}</td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.name }}\n </td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.lastModified }}\n </td>\n <td style=\"width: 150px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.DeleteProject(project)\" style=\"width: 100%;\">\n Verwijderen\n </button>\n </td>\n </tr>\n </table>\n <br />\n <button mat-raised-button (click)=\"BcbProductInstanceService.CreateProject()\">\n Nieuw\n </button>\n </mat-card-content>\n </mat-card>\n\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel != null\">\n <mat-card-content>\n <app-beheer-project></app-beheer-project>\n </mat-card-content>\n </mat-card>\n</div>\n", styles: [".main-container{padding:10px}.border-bottom{border-bottom:1px solid #000}.selectable{cursor:pointer}.selectable:hover{background-color:#f0f0f0}.displayflex{display:flex}\n"], dependencies: [{ kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i7.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i8.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i8.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i9.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i10.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i11.BeheerProjectComponent, selector: "app-beheer-project" }] });
|
|
53
|
+
}
|
|
54
|
+
export { BeheerConfiguratorComponent };
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConfiguratorComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'app-beheer-configurator', template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!IsLoading()\" class=\"main-container\">\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel == null\">\n <mat-card-content>\n\n <h1>Projects</h1>\n\n <table style=\"width: 100%;\">\n <tr>\n <td class=\"border-bottom\" style=\"width: 20px;\"><b>Id</b></td>\n <td class=\"border-bottom\"><b>Name</b></td>\n <td class=\"border-bottom\"></td>\n <td class=\"border-bottom\"></td>\n </tr>\n <tr *ngFor=\"let project of BcbProductInstanceService.ConfigurationsViewModel.projects\">\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">{{ project.id }}</td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.name }}\n </td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.lastModified }}\n </td>\n <td style=\"width: 150px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.DeleteProject(project)\" style=\"width: 100%;\">\n Verwijderen\n </button>\n </td>\n </tr>\n </table>\n <br />\n <button mat-raised-button (click)=\"BcbProductInstanceService.CreateProject()\">\n Nieuw\n </button>\n </mat-card-content>\n </mat-card>\n\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel != null\">\n <mat-card-content>\n <app-beheer-project></app-beheer-project>\n </mat-card-content>\n </mat-card>\n</div>\n", styles: [".main-container{padding:10px}.border-bottom{border-bottom:1px solid #000}.selectable{cursor:pointer}.selectable:hover{background-color:#f0f0f0}.displayflex{display:flex}\n"] }]
|
|
58
|
+
}], ctorParameters: function () { return [{ type: i1.BcbProductInstanceService }, { type: i2.TranslateService }, { type: i3.FabrikantenService }, { type: i4.AuthenticationService }, { type: i5.ActivatedRoute }, { type: i0.ChangeDetectorRef }]; } });
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25maWd1cmF0b3IvYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25maWd1cmF0b3IvYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUE2QixNQUFNLGVBQWUsQ0FBQztBQU9yRSxPQUFPLEVBQW1QLG1CQUFtQixFQUFFLHNCQUFzQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7Ozs7QUFFOVUsTUFLYSwyQkFBMkI7SUFXN0I7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBZFQsSUFBVyxtQkFBbUI7UUFDNUIsT0FBTyxtQkFBbUIsQ0FBQztJQUM3QixDQUFDO0lBRUQsSUFBVyxzQkFBc0I7UUFDL0IsT0FBTyxzQkFBc0IsQ0FBQztJQUNoQyxDQUFDO0lBRUQsWUFDUyx5QkFBb0QsRUFDcEQsZ0JBQWtDLEVBQ2xDLGtCQUFzQyxFQUN0QyxxQkFBNEMsRUFDNUMsY0FBOEIsRUFDOUIsaUJBQW9DO1FBTHBDLDhCQUF5QixHQUF6Qix5QkFBeUIsQ0FBMkI7UUFDcEQscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNsQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO1FBQ3RDLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFDNUMsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzlCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDM0MsSUFBSSxDQUFDLGtCQUFrQixDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7SUFDL0MsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUNoRixJQUFJLENBQUMseUJBQXlCLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdEMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLHdCQUF3QixDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUM7SUFDaEcsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUM5QyxPQUFPLElBQUksQ0FBQztTQUNiO1FBRUQsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFO1lBQ2pDLE9BQU8sSUFBSSxDQUFDO1NBQ2I7UUFFRCxPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7d0dBcENVLDJCQUEyQjs0RkFBM0IsMkJBQTJCLCtEQ2R4Qyw4c0RBK0NBOztTRGpDYSwyQkFBMkI7NEZBQTNCLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDRSx5QkFBeUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENoYW5nZURldGVjdG9yUmVmLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEF1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2F1dGhlbnRpY2F0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBGYWJyaWthbnRlblNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9mYWJyaWthbnRlbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2JjYnByb2R1Y3RpbnN0YW5jZS5zZXJ2aWNlJztcclxuXHJcbmltcG9ydCB7IFByb2plY3RWaWV3TW9kZWwsIENyZWF0ZU5ld1Byb2plY3RSZXF1ZXN0TW9kZWwsIERlbGV0ZVByb2plY3RSZXF1ZXN0TW9kZWwsIERlbGV0ZUJDQlByb2R1Y3RJbnN0YW5jZVJlcXVlc3RNb2RlbCwgQkNCUHJvZHVjdEluc3RhbmNlVmlld01vZGVsLCBDb25maWd1cmF0b3JBcGlDbGllbnQsIENvbmZpZ3VyYXRpb25zVmlld01vZGVsLCBHZXRDb25maWd1cmF0aW9uc1JlcXVlc3RNb2RlbCwgTG9naW5SZXNwb25zZU1vZGVsLCBUcmFuc2xhdGlvbkNhdGVnb3J5LCBUcmFuc2xhdGlvblN1YkNhdGVnb3J5IH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1jb25maWd1cmF0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JlaGVlci1jb25maWd1cmF0b3IuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCZWhlZXJDb25maWd1cmF0b3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBnZXQgVHJhbnNsYXRpb25DYXRlZ29yeSgpIHtcclxuICAgIHJldHVybiBUcmFuc2xhdGlvbkNhdGVnb3J5O1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBUcmFuc2xhdGlvblN1YkNhdGVnb3J5KCkge1xyXG4gICAgcmV0dXJuIFRyYW5zbGF0aW9uU3ViQ2F0ZWdvcnk7XHJcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlOiBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLFxuICAgIHB1YmxpYyBUcmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICAgIHB1YmxpYyBGYWJyaWthbnRlblNlcnZpY2U6IEZhYnJpa2FudGVuU2VydmljZSxcbiAgICBwdWJsaWMgYXV0aGVudGljYXRpb25TZXJ2aWNlOiBBdXRoZW50aWNhdGlvblNlcnZpY2UsXG4gICAgcHVibGljIEFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcbiAgICBwdWJsaWMgQ2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuRm9yY2VVcGRhdGUyRCA9IHRydWU7XHJcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxvYWRUcmFuc2xhdGlvbnModGhpcy5DaGFuZ2VEZXRlY3RvclJlZiwgbnVsbCwgdW5kZWZpbmVkKTtcclxuICAgIHRoaXMuQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jbml0KCk7XHJcbiAgICB0aGlzLkZhYnJpa2FudGVuU2VydmljZS5Mb2FkRmFicmlrYW50ZW5WaWV3TW9kZWwodGhpcy5DaGFuZ2VEZXRlY3RvclJlZiwgdGhpcy5BY3RpdmF0ZWRSb3V0ZSk7XHJcbiAgfVxuXG4gIHB1YmxpYyBJc0xvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgaWYgKHRoaXMuQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jc0xvYWRpbmcoKSkge1xuICAgICAgcmV0dXJuIHRydWU7XHJcbiAgICB9XG5cbiAgICBpZiAodGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxvYWRpbmcpIHtcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgfVxuXG4gICAgcmV0dXJuIGZhbHNlO1xyXG4gIH1cbn1cbiIsIjxhcHAtYmVoZWVyLW5hdj48L2FwcC1iZWhlZXItbmF2PlxuXG48ZGl2ICpuZ0lmPVwiSXNMb2FkaW5nKClcIj5cbiAgPGFwcC1mYWItbG9hZGVyPjwvYXBwLWZhYi1sb2FkZXI+XG48L2Rpdj5cblxuPGRpdiAqbmdJZj1cIiFJc0xvYWRpbmcoKVwiIGNsYXNzPVwibWFpbi1jb250YWluZXJcIj5cbiAgPG1hdC1jYXJkICpuZ0lmPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Qcm9qZWN0Vmlld01vZGVsID09IG51bGxcIj5cbiAgICA8bWF0LWNhcmQtY29udGVudD5cblxuICAgICAgPGgxPlByb2plY3RzPC9oMT5cblxuICAgICAgPHRhYmxlIHN0eWxlPVwid2lkdGg6IDEwMCU7XCI+XG4gICAgICAgIDx0cj5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJib3JkZXItYm90dG9tXCIgc3R5bGU9XCJ3aWR0aDogMjBweDtcIj48Yj5JZDwvYj48L3RkPlxuICAgICAgICAgIDx0ZCBjbGFzcz1cImJvcmRlci1ib3R0b21cIj48Yj5OYW1lPC9iPjwvdGQ+XG4gICAgICAgICAgPHRkIGNsYXNzPVwiYm9yZGVyLWJvdHRvbVwiPjwvdGQ+XG4gICAgICAgICAgPHRkIGNsYXNzPVwiYm9yZGVyLWJvdHRvbVwiPjwvdGQ+XG4gICAgICAgIDwvdHI+XG4gICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvamVjdCBvZiBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkNvbmZpZ3VyYXRpb25zVmlld01vZGVsLnByb2plY3RzXCI+XG4gICAgICAgICAgPHRkIGNsYXNzPVwic2VsZWN0YWJsZVwiIChjbGljayk9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLlNlbGVjdFByb2plY3QocHJvamVjdClcIj57eyBwcm9qZWN0LmlkIH19PC90ZD5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJzZWxlY3RhYmxlXCIgKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2VsZWN0UHJvamVjdChwcm9qZWN0KVwiPlxuICAgICAgICAgICAge3sgcHJvamVjdC5uYW1lIH19XG4gICAgICAgICAgPC90ZD5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJzZWxlY3RhYmxlXCIgKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2VsZWN0UHJvamVjdChwcm9qZWN0KVwiPlxuICAgICAgICAgICAge3sgcHJvamVjdC5sYXN0TW9kaWZpZWQgfX1cbiAgICAgICAgICA8L3RkPlxuICAgICAgICAgIDx0ZCBzdHlsZT1cIndpZHRoOiAxNTBweDtcIj5cbiAgICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuRGVsZXRlUHJvamVjdChwcm9qZWN0KVwiIHN0eWxlPVwid2lkdGg6IDEwMCU7XCI+XG4gICAgICAgICAgICAgIFZlcndpamRlcmVuXG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICA8L3RkPlxuICAgICAgICA8L3RyPlxuICAgICAgPC90YWJsZT5cbiAgICAgIDxiciAvPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5DcmVhdGVQcm9qZWN0KClcIj5cbiAgICAgICAgTmlldXdcbiAgICAgIDwvYnV0dG9uPlxuICAgIDwvbWF0LWNhcmQtY29udGVudD5cbiAgPC9tYXQtY2FyZD5cblxuICA8bWF0LWNhcmQgKm5nSWY9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLlByb2plY3RWaWV3TW9kZWwgIT0gbnVsbFwiPlxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxuICAgICAgPGFwcC1iZWhlZXItcHJvamVjdD48L2FwcC1iZWhlZXItcHJvamVjdD5cbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XG4gIDwvbWF0LWNhcmQ+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Component, Inject } from '@angular/core';
|
|
2
|
+
import { MAT_LEGACY_DIALOG_DATA as MAT_DIALOG_DATA } from '@angular/material/legacy-dialog';
|
|
3
|
+
import { CreateCategoryRequest } from '../../../swagger/SwaggerClient';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/material/legacy-dialog";
|
|
6
|
+
import * as i2 from "../../../swagger/SwaggerClient";
|
|
7
|
+
import * as i3 from "../../../services/products.service";
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "@angular/material/legacy-form-field";
|
|
10
|
+
import * as i6 from "@angular/material/legacy-input";
|
|
11
|
+
import * as i7 from "@angular/forms";
|
|
12
|
+
import * as i8 from "@angular/material/legacy-button";
|
|
13
|
+
import * as i9 from "@angular/material/legacy-tabs";
|
|
14
|
+
import * as i10 from "@angular/material/legacy-select";
|
|
15
|
+
import * as i11 from "@angular/material/legacy-core";
|
|
16
|
+
import * as i12 from "../../../components/fab-loader/fab-loader.component";
|
|
17
|
+
class BeheerConnectCategoryDialogComponent {
|
|
18
|
+
dialogRef;
|
|
19
|
+
data;
|
|
20
|
+
CategoriesApiClient;
|
|
21
|
+
ProductsService;
|
|
22
|
+
Loading = true;
|
|
23
|
+
CategoryName = "";
|
|
24
|
+
CategoriesViewModel;
|
|
25
|
+
constructor(dialogRef, data, CategoriesApiClient, ProductsService) {
|
|
26
|
+
this.dialogRef = dialogRef;
|
|
27
|
+
this.data = data;
|
|
28
|
+
this.CategoriesApiClient = CategoriesApiClient;
|
|
29
|
+
this.ProductsService = ProductsService;
|
|
30
|
+
}
|
|
31
|
+
ngOnInit() {
|
|
32
|
+
this.LoadCategories();
|
|
33
|
+
}
|
|
34
|
+
Nieuw() {
|
|
35
|
+
this.Loading = true;
|
|
36
|
+
var requestcategory = new CreateCategoryRequest();
|
|
37
|
+
requestcategory.name = this.CategoryName;
|
|
38
|
+
this.CategoriesApiClient.createCategory(requestcategory).subscribe((model) => {
|
|
39
|
+
this.Loading = false;
|
|
40
|
+
this.dialogRef.close(model.id);
|
|
41
|
+
}, (error) => {
|
|
42
|
+
alert('An unexpected error occured');
|
|
43
|
+
this.Loading = false;
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
Bestaand() {
|
|
47
|
+
this.dialogRef.close(this.ProductsService.CategorySelected);
|
|
48
|
+
}
|
|
49
|
+
LoadCategories() {
|
|
50
|
+
this.Loading = true;
|
|
51
|
+
this.CategoriesApiClient.getCategoriesViewModel().subscribe((model) => {
|
|
52
|
+
this.CategoriesViewModel = model;
|
|
53
|
+
if (this.CategoriesViewModel.categories != null && this.ProductsService.CategorySelected == null) {
|
|
54
|
+
if (this.CategoriesViewModel.categories.length > 0) {
|
|
55
|
+
this.ProductsService.CategorySelected = this.CategoriesViewModel.categories[0].id;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
this.Loading = false;
|
|
59
|
+
}, (error) => {
|
|
60
|
+
alert('An unexpected error occured');
|
|
61
|
+
this.Loading = false;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConnectCategoryDialogComponent, deps: [{ token: i1.MatLegacyDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2.CategoriesApiClient }, { token: i3.ProductsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerConnectCategoryDialogComponent, selector: "app-beheer-connect-category-dialog", ngImport: i0, template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Bestaand\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.CategorySelected\">\r\n <mat-option *ngFor=\"let category of CategoriesViewModel.categories\" [value]=\"category.id\">\r\n {{category.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Bestaand()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuw\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"CategoryName\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Nieuw()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n </mat-tab-group>\r\n</div>\r\n", styles: [".tool-bar{padding:2px}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i8.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i9.MatLegacyTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i9.MatLegacyTab, selector: "mat-tab", inputs: ["disabled"], exportAs: ["matTab"] }, { kind: "component", type: i10.MatLegacySelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i11.MatLegacyOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i12.FabLoaderComponent, selector: "app-fab-loader" }] });
|
|
66
|
+
}
|
|
67
|
+
export { BeheerConnectCategoryDialogComponent };
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConnectCategoryDialogComponent, decorators: [{
|
|
69
|
+
type: Component,
|
|
70
|
+
args: [{ selector: 'app-beheer-connect-category-dialog', template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Bestaand\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.CategorySelected\">\r\n <mat-option *ngFor=\"let category of CategoriesViewModel.categories\" [value]=\"category.id\">\r\n {{category.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Bestaand()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuw\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"CategoryName\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Nieuw()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n </mat-tab-group>\r\n</div>\r\n", styles: [".tool-bar{padding:2px}\n"] }]
|
|
71
|
+
}], ctorParameters: function () { return [{ type: i1.MatLegacyDialogRef }, { type: undefined, decorators: [{
|
|
72
|
+
type: Inject,
|
|
73
|
+
args: [MAT_DIALOG_DATA]
|
|
74
|
+
}] }, { type: i2.CategoriesApiClient }, { type: i3.ProductsService }]; } });
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy9iZWhlZXItY29ubmVjdC1jYXRlZ29yeS1kaWFsb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDMUQsT0FBTyxFQUFzQyxzQkFBc0IsSUFBSSxlQUFlLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNoSSxPQUFPLEVBQTRDLHFCQUFxQixFQUEwQixNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7OztBQUd6SSxNQUthLG9DQUFvQztJQVN0QztJQUN5QjtJQUN4QjtJQUNEO0lBVkYsT0FBTyxHQUFZLElBQUksQ0FBQztJQUV4QixZQUFZLEdBQVcsRUFBRSxDQUFDO0lBRTFCLG1CQUFtQixDQUFzQjtJQUVoRCxZQUNTLFNBQTZELEVBQ3BDLElBQVMsRUFDakMsbUJBQXdDLEVBQ3pDLGVBQWdDO1FBSGhDLGNBQVMsR0FBVCxTQUFTLENBQW9EO1FBQ3BDLFNBQUksR0FBSixJQUFJLENBQUs7UUFDakMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtRQUN6QyxvQkFBZSxHQUFmLGVBQWUsQ0FBaUI7SUFDekMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVNLEtBQUs7UUFDVixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUVwQixJQUFJLGVBQWUsR0FBMEIsSUFBSSxxQkFBcUIsRUFBRSxDQUFDO1FBRXpFLGVBQWUsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQztRQUV6QyxJQUFJLENBQUMsbUJBQW1CLENBQUMsY0FBYyxDQUFDLGVBQWUsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQTZCLEVBQUUsRUFBRTtZQUVqRyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUVyQixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbkMsQ0FBQyxFQUFFLENBQUMsS0FBZSxFQUFFLEVBQUU7WUFDckIsS0FBSyxDQUFDLDZCQUE2QixDQUFDLENBQUM7WUFFckMsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7UUFDdkIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU0sUUFBUTtRQUNiLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUM5RCxDQUFDO0lBRU8sY0FBYztRQUNwQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUVwQixJQUFJLENBQUMsbUJBQW1CLENBQUMsc0JBQXNCLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUEwQixFQUFFLEVBQUU7WUFDekYsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztZQUVqQyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLElBQUksSUFBSSxFQUFFO2dCQUNoRyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRTtvQkFDbEQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztpQkFDbkY7YUFDRjtZQUVELElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsRUFBRSxDQUFDLEtBQWUsRUFBRSxFQUFFO1lBQ3JCLEtBQUssQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO1lBRXJDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0E1RFUsb0NBQW9DLG9EQVVyQyxlQUFlOzRGQVZkLG9DQUFvQywwRUNWakQsOHRDQW9DQTs7U0QxQmEsb0NBQW9DOzRGQUFwQyxvQ0FBb0M7a0JBTGhELFNBQVM7K0JBQ0Usb0NBQW9DOzswQkFjM0MsTUFBTTsyQkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRMZWdhY3lEaWFsb2dSZWYgYXMgTWF0RGlhbG9nUmVmLCBNQVRfTEVHQUNZX0RJQUxPR19EQVRBIGFzIE1BVF9ESUFMT0dfREFUQSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1kaWFsb2cnO1xyXG5pbXBvcnQgeyBDYXRlZ29yaWVzQXBpQ2xpZW50LCBDYXRlZ29yaWVzVmlld01vZGVsLCBDcmVhdGVDYXRlZ29yeVJlcXVlc3QsIENyZWF0ZUNhdGVnb3J5UmVzcG9uc2UgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5pbXBvcnQgeyBQcm9kdWN0c1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9wcm9kdWN0cy5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEJlaGVlckNvbm5lY3RDYXRlZ29yeURpYWxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIHB1YmxpYyBMb2FkaW5nOiBib29sZWFuID0gdHJ1ZTtcclxuXHJcbiAgcHVibGljIENhdGVnb3J5TmFtZTogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgcHVibGljIENhdGVnb3JpZXNWaWV3TW9kZWw6IENhdGVnb3JpZXNWaWV3TW9kZWw7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPEJlaGVlckNvbm5lY3RDYXRlZ29yeURpYWxvZ0NvbXBvbmVudD4sXHJcbiAgICBASW5qZWN0KE1BVF9ESUFMT0dfREFUQSkgcHVibGljIGRhdGE6IGFueSxcclxuICAgIHByaXZhdGUgQ2F0ZWdvcmllc0FwaUNsaWVudDogQ2F0ZWdvcmllc0FwaUNsaWVudCxcclxuICAgIHB1YmxpYyBQcm9kdWN0c1NlcnZpY2U6IFByb2R1Y3RzU2VydmljZSkge1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRDYXRlZ29yaWVzKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgTmlldXcoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG5cclxuICAgIHZhciByZXF1ZXN0Y2F0ZWdvcnk6IENyZWF0ZUNhdGVnb3J5UmVxdWVzdCA9IG5ldyBDcmVhdGVDYXRlZ29yeVJlcXVlc3QoKTtcclxuXHJcbiAgICByZXF1ZXN0Y2F0ZWdvcnkubmFtZSA9IHRoaXMuQ2F0ZWdvcnlOYW1lO1xyXG5cclxuICAgIHRoaXMuQ2F0ZWdvcmllc0FwaUNsaWVudC5jcmVhdGVDYXRlZ29yeShyZXF1ZXN0Y2F0ZWdvcnkpLnN1YnNjcmliZSgobW9kZWw6IENyZWF0ZUNhdGVnb3J5UmVzcG9uc2UpID0+IHtcclxuXHJcbiAgICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcblxyXG4gICAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKG1vZGVsLmlkKTtcclxuICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgYWxlcnQoJ0FuIHVuZXhwZWN0ZWQgZXJyb3Igb2NjdXJlZCcpO1xyXG5cclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBCZXN0YWFuZCgpOiB2b2lkIHtcclxuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkNhdGVnb3J5U2VsZWN0ZWQpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBMb2FkQ2F0ZWdvcmllcygpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdGhpcy5DYXRlZ29yaWVzQXBpQ2xpZW50LmdldENhdGVnb3JpZXNWaWV3TW9kZWwoKS5zdWJzY3JpYmUoKG1vZGVsOiBDYXRlZ29yaWVzVmlld01vZGVsKSA9PiB7XHJcbiAgICAgIHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbCA9IG1vZGVsO1xyXG5cclxuICAgICAgaWYgKHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbC5jYXRlZ29yaWVzICE9IG51bGwgJiYgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuQ2F0ZWdvcnlTZWxlY3RlZCA9PSBudWxsKSB7XHJcbiAgICAgICAgaWYgKHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbC5jYXRlZ29yaWVzLmxlbmd0aCA+IDApIHtcclxuICAgICAgICAgIHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkNhdGVnb3J5U2VsZWN0ZWQgPSB0aGlzLkNhdGVnb3JpZXNWaWV3TW9kZWwuY2F0ZWdvcmllc1swXS5pZDtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICBhbGVydCgnQW4gdW5leHBlY3RlZCBlcnJvciBvY2N1cmVkJyk7XHJcblxyXG4gICAgICB0aGlzLkxvYWRpbmcgPSBmYWxzZTtcclxuICAgIH0pO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxyXG4gIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxyXG48L2Rpdj5cclxuXHJcbjxkaXYgKm5nSWY9XCIhTG9hZGluZ1wiPlxyXG4gIDxtYXQtdGFiLWdyb3VwPlxyXG4gICAgPG1hdC10YWIgbGFiZWw9XCJCZXN0YWFuZFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPkNhdGVnb3J5PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBbKG5nTW9kZWwpXT1cIlByb2R1Y3RzU2VydmljZS5DYXRlZ29yeVNlbGVjdGVkXCI+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBjYXRlZ29yeSBvZiBDYXRlZ29yaWVzVmlld01vZGVsLmNhdGVnb3JpZXNcIiBbdmFsdWVdPVwiY2F0ZWdvcnkuaWRcIj5cclxuICAgICAgICAgICAgICB7e2NhdGVnb3J5Lm5hbWV9fVxyXG4gICAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyIHRvb2wtYmFyXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmVzdGFhbmQoKVwiPlRvZXZvZWdlbjwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbWF0LXRhYj5cclxuICAgIDxtYXQtdGFiIGxhYmVsPVwiTmlldXdcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImJhclwiPlxyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwiZmlsbFwiIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgICAgPG1hdC1sYWJlbD5OYWFtPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8aW5wdXQgbWF0SW5wdXQgWyhuZ01vZGVsKV09XCJDYXRlZ29yeU5hbWVcIj5cclxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8L2Rpdj5cclxuXHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXIgdG9vbC1iYXJcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJOaWV1dygpXCI+VG9ldm9lZ2VuPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9tYXQtdGFiPlxyXG4gIDwvbWF0LXRhYi1ncm91cD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { DeeplinkRequest, LoginResponseModel } from '../../../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../swagger/SwaggerClient";
|
|
5
|
+
import * as i2 from "../../../services/authentication.service";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/material/legacy-form-field";
|
|
8
|
+
import * as i5 from "@angular/material/legacy-input";
|
|
9
|
+
import * as i6 from "@angular/forms";
|
|
10
|
+
import * as i7 from "@angular/material/legacy-card";
|
|
11
|
+
import * as i8 from "../beheer-nav/beheer-nav.component";
|
|
12
|
+
import * as i9 from "../../../components/fab-loader/fab-loader.component";
|
|
13
|
+
class BeheerDeeplinkComponent {
|
|
14
|
+
ProductsApiClient;
|
|
15
|
+
authenticationService;
|
|
16
|
+
ChangeDetectorRef;
|
|
17
|
+
Loading = true;
|
|
18
|
+
DeeplinkViewModel;
|
|
19
|
+
URL = "";
|
|
20
|
+
constructor(ProductsApiClient, authenticationService, ChangeDetectorRef) {
|
|
21
|
+
this.ProductsApiClient = ProductsApiClient;
|
|
22
|
+
this.authenticationService = authenticationService;
|
|
23
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
24
|
+
this.URL = window.location.origin;
|
|
25
|
+
}
|
|
26
|
+
ngOnInit() {
|
|
27
|
+
this.LoadModel();
|
|
28
|
+
}
|
|
29
|
+
GetLink(language, product) {
|
|
30
|
+
return this.URL + "/" + language + "/product/" + product.productURLName;
|
|
31
|
+
}
|
|
32
|
+
GetLinkCategory(language, category) {
|
|
33
|
+
return this.URL + "/" + language + "/" + category;
|
|
34
|
+
}
|
|
35
|
+
LoadModel() {
|
|
36
|
+
this.Loading = true;
|
|
37
|
+
this.ChangeDetectorRef.detectChanges();
|
|
38
|
+
var request = new DeeplinkRequest();
|
|
39
|
+
request.loginResponseModel = new LoginResponseModel(this.authenticationService.currentUserValue);
|
|
40
|
+
this.ProductsApiClient.getDeeplinkViewModel(request).subscribe((model) => {
|
|
41
|
+
this.DeeplinkViewModel = model;
|
|
42
|
+
this.Loading = false;
|
|
43
|
+
this.ChangeDetectorRef.detectChanges();
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDeeplinkComponent, deps: [{ token: i1.ProductsApiClient }, { token: i2.AuthenticationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerDeeplinkComponent, selector: "app-beheer-deeplink", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\" class=\"main-window\">\r\n <mat-card>\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Filter</td>\r\n <td>Option</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let filter of DeeplinkViewModel.filters\">\r\n <tr class=\"header\">\r\n <td>\r\n {{ filter.filterName }}\r\n </td>\r\n <td></td>\r\n </tr>\r\n <tr *ngFor=\"let option of filter.optionURLNames\">\r\n <td></td>\r\n <td>{{ option }}</td>\r\n <!--<td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>-->\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <mat-form-field class=\"full-width\">\r\n <mat-label>URL</mat-label>\r\n <input matInput [(ngModel)]=\"URL\">\r\n </mat-form-field>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Category</td>\r\n <td>Link</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let category of DeeplinkViewModel.categories\">\r\n <tr>\r\n <td>\r\n {{ category }}\r\n </td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLinkCategory(language, category) }}\" target=\"_blank\">\r\n {{ GetLinkCategory(language, category) }}\r\n </a>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Naam</td>\r\n <td>URL Naam</td>\r\n <td>URL</td>\r\n </tr>\r\n <tr *ngFor=\"let product of DeeplinkViewModel.products\">\r\n <td>{{ product.productName }}</td>\r\n <td>{{ product.productURLName }}</td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".main-window{padding:5px}.full-width{width:100%}.header{font-weight:700}.header td{border-bottom:1px solid #000}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i5.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "directive", type: i6.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i7.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i7.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i8.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i9.FabLoaderComponent, selector: "app-fab-loader" }] });
|
|
48
|
+
}
|
|
49
|
+
export { BeheerDeeplinkComponent };
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDeeplinkComponent, decorators: [{
|
|
51
|
+
type: Component,
|
|
52
|
+
args: [{ selector: 'app-beheer-deeplink', template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\" class=\"main-window\">\r\n <mat-card>\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Filter</td>\r\n <td>Option</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let filter of DeeplinkViewModel.filters\">\r\n <tr class=\"header\">\r\n <td>\r\n {{ filter.filterName }}\r\n </td>\r\n <td></td>\r\n </tr>\r\n <tr *ngFor=\"let option of filter.optionURLNames\">\r\n <td></td>\r\n <td>{{ option }}</td>\r\n <!--<td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>-->\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <mat-form-field class=\"full-width\">\r\n <mat-label>URL</mat-label>\r\n <input matInput [(ngModel)]=\"URL\">\r\n </mat-form-field>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Category</td>\r\n <td>Link</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let category of DeeplinkViewModel.categories\">\r\n <tr>\r\n <td>\r\n {{ category }}\r\n </td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLinkCategory(language, category) }}\" target=\"_blank\">\r\n {{ GetLinkCategory(language, category) }}\r\n </a>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Naam</td>\r\n <td>URL Naam</td>\r\n <td>URL</td>\r\n </tr>\r\n <tr *ngFor=\"let product of DeeplinkViewModel.products\">\r\n <td>{{ product.productName }}</td>\r\n <td>{{ product.productURLName }}</td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".main-window{padding:5px}.full-width{width:100%}.header{font-weight:700}.header td{border-bottom:1px solid #000}\n"] }]
|
|
53
|
+
}], ctorParameters: function () { return [{ type: i1.ProductsApiClient }, { type: i2.AuthenticationService }, { type: i0.ChangeDetectorRef }]; } });
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWRlZXBsaW5rLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWRlZXBsaW5rL2JlaGVlci1kZWVwbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1kZWVwbGluay9iZWhlZXItZGVlcGxpbmsuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFckUsT0FBTyxFQUFxQixlQUFlLEVBQStDLGtCQUFrQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7O0FBRXJKLE1BS2EsdUJBQXVCO0lBT3hCO0lBQ0E7SUFDQTtJQVBILE9BQU8sR0FBWSxJQUFJLENBQUM7SUFDeEIsaUJBQWlCLENBQW9CO0lBQ3JDLEdBQUcsR0FBVyxFQUFFLENBQUM7SUFFeEIsWUFDVSxpQkFBb0MsRUFDcEMscUJBQTRDLEVBQzVDLGlCQUFvQztRQUZwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQ3BDLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFDNUMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUU1QyxJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ25CLENBQUM7SUFFTSxPQUFPLENBQUMsUUFBZ0IsRUFBRSxPQUFpQztRQUNoRSxPQUFPLElBQUksQ0FBQyxHQUFHLEdBQUcsR0FBRyxHQUFHLFFBQVEsR0FBRyxXQUFXLEdBQUcsT0FBTyxDQUFDLGNBQWMsQ0FBQztJQUMxRSxDQUFDO0lBRU0sZUFBZSxDQUFDLFFBQWdCLEVBQUUsUUFBZ0I7UUFDdkQsT0FBTyxJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsR0FBRyxRQUFRLEdBQUcsR0FBRyxHQUFHLFFBQVEsQ0FBQztJQUNwRCxDQUFDO0lBRU8sU0FBUztRQUNmLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUV2QyxJQUFJLE9BQU8sR0FBRyxJQUFJLGVBQWUsRUFBRSxDQUFDO1FBRXBDLE9BQU8sQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLGtCQUFrQixDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBRWpHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUF3QixFQUFFLEVBQUU7WUFDMUYsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztZQUMvQixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUNyQixJQUFJLENBQUMsaUJBQWlCLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDekMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO3dHQXZDVSx1QkFBdUI7NEZBQXZCLHVCQUF1QiwyRENUcEMsdXRGQW9GQTs7U0QzRWEsdUJBQXVCOzRGQUF2Qix1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEF1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2F1dGhlbnRpY2F0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBEZWVwbGlua1ZpZXdNb2RlbCwgRGVlcGxpbmtSZXF1ZXN0LCBEZWVwbGlua1Byb2R1Y3RWaWV3TW9kZWwsIFByb2R1Y3RzQXBpQ2xpZW50LCBMb2dpblJlc3BvbnNlTW9kZWwgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLWRlZXBsaW5rJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWRlZXBsaW5rLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItZGVlcGxpbmsuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmVoZWVyRGVlcGxpbmtDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBwdWJsaWMgTG9hZGluZzogYm9vbGVhbiA9IHRydWU7XHJcbiAgcHVibGljIERlZXBsaW5rVmlld01vZGVsOiBEZWVwbGlua1ZpZXdNb2RlbDtcclxuICBwdWJsaWMgVVJMOiBzdHJpbmcgPSBcIlwiO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgUHJvZHVjdHNBcGlDbGllbnQ6IFByb2R1Y3RzQXBpQ2xpZW50LFxyXG4gICAgcHJpdmF0ZSBhdXRoZW50aWNhdGlvblNlcnZpY2U6IEF1dGhlbnRpY2F0aW9uU2VydmljZSxcclxuICAgIHByaXZhdGUgQ2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmXHJcbiAgKSB7XHJcbiAgICB0aGlzLlVSTCA9IHdpbmRvdy5sb2NhdGlvbi5vcmlnaW47XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZE1vZGVsKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgR2V0TGluayhsYW5ndWFnZTogc3RyaW5nLCBwcm9kdWN0OiBEZWVwbGlua1Byb2R1Y3RWaWV3TW9kZWwpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIHRoaXMuVVJMICsgXCIvXCIgKyBsYW5ndWFnZSArIFwiL3Byb2R1Y3QvXCIgKyBwcm9kdWN0LnByb2R1Y3RVUkxOYW1lO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIEdldExpbmtDYXRlZ29yeShsYW5ndWFnZTogc3RyaW5nLCBjYXRlZ29yeTogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIHJldHVybiB0aGlzLlVSTCArIFwiL1wiICsgbGFuZ3VhZ2UgKyBcIi9cIiArIGNhdGVnb3J5O1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBMb2FkTW9kZWwoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG4gICAgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcblxyXG4gICAgdmFyIHJlcXVlc3QgPSBuZXcgRGVlcGxpbmtSZXF1ZXN0KCk7XHJcblxyXG4gICAgcmVxdWVzdC5sb2dpblJlc3BvbnNlTW9kZWwgPSBuZXcgTG9naW5SZXNwb25zZU1vZGVsKHRoaXMuYXV0aGVudGljYXRpb25TZXJ2aWNlLmN1cnJlbnRVc2VyVmFsdWUpO1xyXG5cclxuICAgIHRoaXMuUHJvZHVjdHNBcGlDbGllbnQuZ2V0RGVlcGxpbmtWaWV3TW9kZWwocmVxdWVzdCkuc3Vic2NyaWJlKChtb2RlbDogRGVlcGxpbmtWaWV3TW9kZWwpID0+IHtcclxuICAgICAgdGhpcy5EZWVwbGlua1ZpZXdNb2RlbCA9IG1vZGVsO1xyXG4gICAgICB0aGlzLkxvYWRpbmcgPSBmYWxzZTtcclxuICAgICAgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIiwiPGFwcC1iZWhlZXItbmF2PjwvYXBwLWJlaGVlci1uYXY+XHJcblxyXG48ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxyXG4gIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxyXG48L2Rpdj5cclxuXHJcbjxkaXYgKm5nSWY9XCIhTG9hZGluZ1wiIGNsYXNzPVwibWFpbi13aW5kb3dcIj5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8bWF0LWNhcmQtY29udGVudD5cclxuICAgICAgPHRhYmxlIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgIDx0ciBjbGFzcz1cImhlYWRlclwiPlxyXG4gICAgICAgICAgPHRkPkZpbHRlcjwvdGQ+XHJcbiAgICAgICAgICA8dGQ+T3B0aW9uPC90ZD5cclxuICAgICAgICAgIDwhLS08dGQ+VVJMPC90ZD4tLT5cclxuICAgICAgICA8L3RyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpbHRlciBvZiBEZWVwbGlua1ZpZXdNb2RlbC5maWx0ZXJzXCI+XHJcbiAgICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgIHt7IGZpbHRlci5maWx0ZXJOYW1lIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZD48L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIGZpbHRlci5vcHRpb25VUkxOYW1lc1wiPlxyXG4gICAgICAgICAgICA8dGQ+PC90ZD5cclxuICAgICAgICAgICAgPHRkPnt7IG9wdGlvbiB9fTwvdGQ+XHJcbiAgICAgICAgICAgIDwhLS08dGQ+XHJcbiAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2Ugb2YgRGVlcGxpbmtWaWV3TW9kZWwubGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgICAgICAgICA8YSBocmVmPVwie3sgR2V0TGluayhsYW5ndWFnZSwgcHJvZHVjdCkgfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIj57eyBHZXRMaW5rKGxhbmd1YWdlLCBwcm9kdWN0KSB9fTwvYT5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC90ZD4tLT5cclxuICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgIDwvdGFibGU+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuICA8YnIgLz5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8bWF0LWNhcmQtY29udGVudD5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgIDxtYXQtbGFiZWw+VVJMPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPGlucHV0IG1hdElucHV0IFsobmdNb2RlbCldPVwiVVJMXCI+XHJcbiAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcblxyXG4gICAgICA8dGFibGUgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgPHRyIGNsYXNzPVwiaGVhZGVyXCI+XHJcbiAgICAgICAgICA8dGQ+Q2F0ZWdvcnk8L3RkPlxyXG4gICAgICAgICAgPHRkPkxpbms8L3RkPlxyXG4gICAgICAgICAgPCEtLTx0ZD5VUkw8L3RkPi0tPlxyXG4gICAgICAgIDwvdHI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgY2F0ZWdvcnkgb2YgRGVlcGxpbmtWaWV3TW9kZWwuY2F0ZWdvcmllc1wiPlxyXG4gICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAge3sgY2F0ZWdvcnkgfX1cclxuICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIERlZXBsaW5rVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cInt7IEdldExpbmtDYXRlZ29yeShsYW5ndWFnZSwgY2F0ZWdvcnkpIH19XCIgdGFyZ2V0PVwiX2JsYW5rXCI+XHJcbiAgICAgICAgICAgICAgICB7eyBHZXRMaW5rQ2F0ZWdvcnkobGFuZ3VhZ2UsIGNhdGVnb3J5KSB9fVxyXG4gICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgPC90YWJsZT5cclxuXHJcbiAgICAgIDx0YWJsZSBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgIDx0ZD5OYWFtPC90ZD5cclxuICAgICAgICAgIDx0ZD5VUkwgTmFhbTwvdGQ+XHJcbiAgICAgICAgICA8dGQ+VVJMPC90ZD5cclxuICAgICAgICA8L3RyPlxyXG4gICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvZHVjdCBvZiBEZWVwbGlua1ZpZXdNb2RlbC5wcm9kdWN0c1wiPlxyXG4gICAgICAgICAgPHRkPnt7IHByb2R1Y3QucHJvZHVjdE5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgPHRkPnt7IHByb2R1Y3QucHJvZHVjdFVSTE5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBEZWVwbGlua1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICA8YSBocmVmPVwie3sgR2V0TGluayhsYW5ndWFnZSwgcHJvZHVjdCkgfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIj57eyBHZXRMaW5rKGxhbmd1YWdlLCBwcm9kdWN0KSB9fTwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L3RkPlxyXG4gICAgICAgIDwvdHI+XHJcbiAgICAgIDwvdGFibGU+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
class BeheerDisplayEboComponent {
|
|
4
|
+
ebo;
|
|
5
|
+
constructor() { }
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
}
|
|
8
|
+
GetText() {
|
|
9
|
+
var text = "";
|
|
10
|
+
if (this.ebo?.dOs != null) {
|
|
11
|
+
for (var i = 0; i < this.ebo.dOs.length; i++) {
|
|
12
|
+
if (text != "") {
|
|
13
|
+
text += " | ";
|
|
14
|
+
}
|
|
15
|
+
text += this.ebo.dOs[i].doNaam;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
return text;
|
|
19
|
+
}
|
|
20
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDisplayEboComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerDisplayEboComponent, selector: "app-beheer-display-ebo", inputs: { ebo: "ebo" }, ngImport: i0, template: "<!--<div class=\"row\">\r\n <div class=\"flex-auto\" *ngFor=\"let do of ebo.dOs\">\r\n <mat-form-field class=\"full-width\" appearance=\"fill\">\r\n <mat-label>{{ do.doType }}</mat-label>\r\n <input matInput value=\"{{do.doNaam}}\" [readonly]=\"true\">\r\n </mat-form-field>\r\n </div>\r\n</div>-->\r\n<div>\r\n {{ GetText() }}\r\n</div>\r\n", styles: [".row{display:flex}.flex-auto{flex:auto}\n"] });
|
|
22
|
+
}
|
|
23
|
+
export { BeheerDisplayEboComponent };
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDisplayEboComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{ selector: 'app-beheer-display-ebo', template: "<!--<div class=\"row\">\r\n <div class=\"flex-auto\" *ngFor=\"let do of ebo.dOs\">\r\n <mat-form-field class=\"full-width\" appearance=\"fill\">\r\n <mat-label>{{ do.doType }}</mat-label>\r\n <input matInput value=\"{{do.doNaam}}\" [readonly]=\"true\">\r\n </mat-form-field>\r\n </div>\r\n</div>-->\r\n<div>\r\n {{ GetText() }}\r\n</div>\r\n", styles: [".row{display:flex}.flex-auto{flex:auto}\n"] }]
|
|
27
|
+
}], ctorParameters: function () { return []; }, propDecorators: { ebo: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}] } });
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWRpc3BsYXktZWJvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWRpc3BsYXktZWJvL2JlaGVlci1kaXNwbGF5LWViby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1kaXNwbGF5LWViby9iZWhlZXItZGlzcGxheS1lYm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBR3pELE1BS2EseUJBQXlCO0lBRTNCLEdBQUcsQ0FBa0I7SUFFOUIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLEdBQUcsRUFBRSxDQUFDO1FBRWQsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLEdBQUcsSUFBSSxJQUFJLEVBQUU7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtnQkFDNUMsSUFBSSxJQUFJLElBQUksRUFBRSxFQUFFO29CQUNkLElBQUksSUFBSSxLQUFLLENBQUM7aUJBQ2Y7Z0JBRUQsSUFBSSxJQUFJLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQzthQUNoQztTQUNGO1FBRUQsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO3dHQXZCVSx5QkFBeUI7NEZBQXpCLHlCQUF5QixzRkNSdEMsMFdBV0E7O1NESGEseUJBQXlCOzRGQUF6Qix5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0Usd0JBQXdCOzBFQU16QixHQUFHO3NCQUFYLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQkNCRUJPVmlld01vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1kaXNwbGF5LWVibycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1kaXNwbGF5LWViby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLWRpc3BsYXktZWJvLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEJlaGVlckRpc3BsYXlFYm9Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKSBlYm86IEJDQkVCT1ZpZXdNb2RlbDtcclxuXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgR2V0VGV4dCgpOiBzdHJpbmcge1xyXG4gICAgdmFyIHRleHQgPSBcIlwiO1xyXG5cclxuICAgIGlmICh0aGlzLmVibz8uZE9zICE9IG51bGwpIHtcclxuICAgICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLmViby5kT3MubGVuZ3RoOyBpKyspIHtcclxuICAgICAgICBpZiAodGV4dCAhPSBcIlwiKSB7XHJcbiAgICAgICAgICB0ZXh0ICs9IFwiIHwgXCI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICB0ZXh0ICs9IHRoaXMuZWJvLmRPc1tpXS5kb05hYW07XHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gdGV4dDtcclxuICB9XHJcbn1cclxuIiwiPCEtLTxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICA8ZGl2IGNsYXNzPVwiZmxleC1hdXRvXCIgKm5nRm9yPVwibGV0IGRvIG9mIGViby5kT3NcIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCBjbGFzcz1cImZ1bGwtd2lkdGhcIiBhcHBlYXJhbmNlPVwiZmlsbFwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7IGRvLmRvVHlwZSB9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8aW5wdXQgbWF0SW5wdXQgdmFsdWU9XCJ7e2RvLmRvTmFhbX19XCIgW3JlYWRvbmx5XT1cInRydWVcIj5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgPC9kaXY+XHJcbjwvZGl2Pi0tPlxyXG48ZGl2PlxyXG4gIHt7IEdldFRleHQoKSB9fVxyXG48L2Rpdj5cclxuIl19
|