fabrikantencore 2.0.7 → 2.0.8
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/esm2020/fabrikantencore.mjs +5 -0
- package/esm2020/public_api.mjs +4 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +38 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +77 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +28 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +116 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +15 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +52 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +90 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +30 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +74 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +44 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +16 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +47 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +54 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.mjs +221 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +106 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +114 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +131 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +16 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +157 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +28 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +151 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +89 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +299 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +24 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +24 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +25 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +114 -0
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +15 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +14 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +59 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +32 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +42 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +59 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +45 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +26 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +32 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +16 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +40 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +24 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +15 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +66 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +30 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.mjs +21 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +41 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +83 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +64 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +40 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +82 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +28 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +83 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +89 -0
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +372 -0
- package/esm2020/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +29 -0
- package/esm2020/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +26 -0
- package/esm2020/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +27 -0
- package/esm2020/src/app/modules/fabrikantencore/services/authentication.service.mjs +47 -0
- package/esm2020/src/app/modules/fabrikantencore/services/bestek.service.mjs +106 -0
- package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +493 -0
- package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +114 -0
- package/esm2020/src/app/modules/fabrikantencore/services/mobile.service.mjs +35 -0
- package/esm2020/src/app/modules/fabrikantencore/services/navigate.service.mjs +32 -0
- package/esm2020/src/app/modules/fabrikantencore/services/photo.service.mjs +98 -0
- package/esm2020/src/app/modules/fabrikantencore/services/products.service.mjs +231 -0
- package/esm2020/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +77 -0
- package/esm2020/src/app/modules/fabrikantencore/services/svg.service.mjs +70 -0
- package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +268 -0
- package/esm2020/src/app/modules/fabrikantencore/services/webgl.service.mjs +60 -0
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +8025 -0
- package/fesm2015/fabrikantencore.mjs +12802 -0
- package/fesm2015/fabrikantencore.mjs.map +1 -0
- package/fesm2020/fabrikantencore.mjs +12717 -0
- package/fesm2020/fabrikantencore.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +23 -11
- package/{public_api.ts → public_api.d.ts} +3 -3
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +13 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.d.ts +22 -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 +22 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +8 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.d.ts +17 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.d.ts +29 -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 +23 -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 +8 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.d.ts +19 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.d.ts +17 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.d.ts +38 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +32 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +31 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +25 -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-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.d.ts +36 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.d.ts +14 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +26 -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-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 +21 -0
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +8 -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 +21 -0
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.d.ts +15 -0
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +20 -0
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +21 -0
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +14 -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-header/fab-header.component.d.ts +17 -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-product/fab-product-bestek/fab-product-bestek.component.d.ts +29 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.d.ts +13 -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 +17 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +30 -0
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +25 -0
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +22 -0
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +23 -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 +29 -0
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts +25 -0
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +80 -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/services/authentication.service.d.ts +16 -0
- package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +19 -0
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +59 -0
- package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +22 -0
- package/src/app/modules/fabrikantencore/services/mobile.service.d.ts +15 -0
- package/src/app/modules/fabrikantencore/services/navigate.service.d.ts +13 -0
- package/src/app/modules/fabrikantencore/services/photo.service.d.ts +20 -0
- package/src/app/modules/fabrikantencore/services/products.service.d.ts +29 -0
- package/src/app/modules/fabrikantencore/services/projectsetting.service.d.ts +19 -0
- package/src/app/modules/fabrikantencore/services/svg.service.d.ts +22 -0
- package/src/app/modules/fabrikantencore/services/translate.service.d.ts +44 -0
- package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +19 -0
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +2061 -0
- package/.browserslistrc +0 -16
- 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 -112
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -6
- 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 -10
- package/src/app/app.module.ts +0 -22
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.html +0 -44
- 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 -38
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.html +0 -46
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.scss +0 -0
- 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 -79
- 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 -58
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.scss +0 -18
- 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 -127
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.html +0 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.scss +0 -0
- 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 -15
- 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 -48
- 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 -99
- 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 -92
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.scss +0 -50
- 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 -73
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.html +0 -42
- 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 -43
- 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 -17
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.html +0 -41
- 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 -49
- 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 -49
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.html +0 -56
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.scss +0 -29
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.ts +0 -253
- 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 -114
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.html +0 -41
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.scss +0 -47
- 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 -131
- 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 -64
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.scss +0 -41
- 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 -147
- 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 -187
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.html +0 -26
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.scss +0 -15
- 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 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.html +0 -99
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.scss +0 -85
- 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 -172
- 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 -89
- 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 -69
- 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 -346
- 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 -31
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.scss +0 -30
- 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 -142
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.scss +0 -15
- 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 -120
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.html +0 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.scss +0 -0
- 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 -15
- 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 -45
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.scss +0 -64
- 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 -60
- 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 -10
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.scss +0 -16
- 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 -30
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.html +0 -10
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.scss +0 -38
- 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 -46
- package/src/app/modules/fabrikantencore/components/fab-category-tile/no-photo.png +0 -0
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.html +0 -24
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.scss +0 -57
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.spec.ts +0 -23
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.ts +0 -63
- 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 -41
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.html +0 -13
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.scss +0 -16
- 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 -23
- 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-header/fab-header.component.html +0 -6
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.scss +0 -13
- 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 -38
- 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 -21
- 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-product/fab-product-bestek/fab-product-bestek.component.html +0 -68
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.scss +0 -99
- 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 -76
- 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 -24
- 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 -26
- 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 -17
- 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 -40
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.html +0 -54
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.scss +0 -57
- 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 -86
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.html +0 -43
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.scss +0 -65
- 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 -63
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.html +0 -7
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.scss +0 -34
- 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 -45
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.html +0 -10
- 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 -95
- 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 -24
- 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 -26
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.html +0 -124
- 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 -86
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.html +0 -108
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.scss +0 -79
- 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 -103
- package/src/app/modules/fabrikantencore/fabrikantencore.module.spec.ts +0 -13
- package/src/app/modules/fabrikantencore/fabrikantencore.module.ts +0 -260
- package/src/app/modules/fabrikantencore/helpers/auth.guard.ts +0 -28
- 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/services/authentication.service.ts +0 -55
- package/src/app/modules/fabrikantencore/services/bestek.service.ts +0 -126
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.ts +0 -624
- package/src/app/modules/fabrikantencore/services/importsets.service.ts +0 -136
- package/src/app/modules/fabrikantencore/services/mobile.service.ts +0 -41
- package/src/app/modules/fabrikantencore/services/navigate.service.ts +0 -32
- package/src/app/modules/fabrikantencore/services/photo.service.ts +0 -121
- package/src/app/modules/fabrikantencore/services/products.service.ts +0 -276
- package/src/app/modules/fabrikantencore/services/projectsetting.service.ts +0 -90
- package/src/app/modules/fabrikantencore/services/svg.service.ts +0 -84
- package/src/app/modules/fabrikantencore/services/translate.service.ts +0 -331
- package/src/app/modules/fabrikantencore/services/webgl.service.ts +0 -72
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.ts +0 -9706
- package/src/assets/.gitkeep +0 -0
- package/src/assets/bouwconnect-achtergrond.png +0 -0
- 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/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 -39
- package/src/test.ts +0 -26
- 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 -33
- package/tsconfig.spec.json +0 -18
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { CreateExportRequest, ReadExportRequest } from '../../../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../../../services/translate.service";
|
|
5
|
+
import * as i2 from "../../../swagger/SwaggerClient";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/material/form-field";
|
|
8
|
+
import * as i5 from "@angular/forms";
|
|
9
|
+
import * as i6 from "@angular/material/button";
|
|
10
|
+
import * as i7 from "@angular/material/card";
|
|
11
|
+
import * as i8 from "@angular/material/select";
|
|
12
|
+
import * as i9 from "@angular/material/core";
|
|
13
|
+
import * as i10 from "../beheer-nav/beheer-nav.component";
|
|
14
|
+
import * as i11 from "../../../components/fab-loader/fab-loader.component";
|
|
15
|
+
import * as i12 from "../../../components/fab-flag/fab-flag.component";
|
|
16
|
+
export class BeheerTranslateComponent {
|
|
17
|
+
constructor(TranslateService, TranslateApiClient, ChangeDetectorRef) {
|
|
18
|
+
this.TranslateService = TranslateService;
|
|
19
|
+
this.TranslateApiClient = TranslateApiClient;
|
|
20
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
21
|
+
}
|
|
22
|
+
ngOnInit() {
|
|
23
|
+
this.TranslateService.LoadTranslations(this.ChangeDetectorRef);
|
|
24
|
+
}
|
|
25
|
+
GetCategoryEntries() {
|
|
26
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].categoryEntries != null) {
|
|
27
|
+
return this.TranslateService.LanguagesViewModel.languages[0].categoryEntries;
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
return new Array();
|
|
31
|
+
;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
GetProductEntries() {
|
|
35
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].productEntries != null) {
|
|
36
|
+
return this.TranslateService.LanguagesViewModel.languages[0].productEntries;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
return new Array();
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
GetFilterEntries() {
|
|
43
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].filterEntries != null) {
|
|
44
|
+
return this.TranslateService.LanguagesViewModel.languages[0].filterEntries;
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
return new Array();
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
GetFilterOptionEntries(filterid) {
|
|
51
|
+
var array = new Array();
|
|
52
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].filterOptionEntries != null) {
|
|
53
|
+
for (var i = 0; i < this.TranslateService.LanguagesViewModel.languages[0].filterOptionEntries.length; i++) {
|
|
54
|
+
if (this.TranslateService.LanguagesViewModel.languages[0].filterOptionEntries[i].filterId == filterid) {
|
|
55
|
+
array.push(this.TranslateService.LanguagesViewModel.languages[0].filterOptionEntries[i]);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return array;
|
|
60
|
+
}
|
|
61
|
+
GetDescriptionEntries() {
|
|
62
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].descriptionEntries != null) {
|
|
63
|
+
return this.TranslateService.LanguagesViewModel.languages[0].descriptionEntries;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
return new Array();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
GetAfbeeldingEntries() {
|
|
70
|
+
if (this.TranslateService.LanguagesViewModel?.languages != null && this.TranslateService.LanguagesViewModel.languages.length > 0 && this.TranslateService.LanguagesViewModel.languages[0].afbeeldingEntries != null) {
|
|
71
|
+
return this.TranslateService.LanguagesViewModel.languages[0].afbeeldingEntries;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
return new Array();
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
Export() {
|
|
78
|
+
var request = new CreateExportRequest();
|
|
79
|
+
this.TranslateService.Loading = true;
|
|
80
|
+
this.TranslateApiClient.createExport(request).subscribe((model) => {
|
|
81
|
+
alert(model.url);
|
|
82
|
+
this.TranslateService.Loading = false;
|
|
83
|
+
}, (error) => {
|
|
84
|
+
if (error.status == 400)
|
|
85
|
+
alert(error.json());
|
|
86
|
+
else {
|
|
87
|
+
alert('An unexpected error occured');
|
|
88
|
+
alert(error);
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
Import() {
|
|
93
|
+
var request = new ReadExportRequest();
|
|
94
|
+
this.TranslateService.Loading = true;
|
|
95
|
+
this.TranslateApiClient.readExport(request).subscribe(() => {
|
|
96
|
+
this.TranslateService.Loading = false;
|
|
97
|
+
this.TranslateService.LoadTranslations(this.ChangeDetectorRef);
|
|
98
|
+
}, (error) => {
|
|
99
|
+
if (error.status == 400)
|
|
100
|
+
alert(error.json());
|
|
101
|
+
else {
|
|
102
|
+
alert('An unexpected error occured');
|
|
103
|
+
alert(error);
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
BeheerTranslateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerTranslateComponent, deps: [{ token: i1.TranslateService }, { token: i2.TranslateApiClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
109
|
+
BeheerTranslateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerTranslateComponent, selector: "app-beheer-translate", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<app-fab-loader *ngIf=\"TranslateService.Loading\"></app-fab-loader>\r\n\r\n<div *ngIf=\"!TranslateService.Loading\">\r\n <mat-card class=\"main-bar\">\r\n <mat-card-content>\r\n <mat-form-field appearance=\"fill\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"TranslateService.SelectedCategory\">\r\n <mat-option *ngFor=\"let cat of TranslateService.Categories\" [value]=\"cat\">\r\n {{cat}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <button mat-raised-button (click)=\"Export()\">\r\n Export\r\n </button>\r\n <button mat-raised-button (click)=\"Import()\">\r\n Import\r\n </button>\r\n </mat-card-content>\r\n </mat-card>\r\n\r\n <mat-card class=\"main\">\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <ng-container *ngIf=\"TranslateService.GetActiveCategorie() != null\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n {{ TranslateService.GetActiveCategorie().name }}\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let key of TranslateService.GetActiveCategorie().keys\">\r\n <td>{{ key.id }}</td>\r\n <td>{{ key.name }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValue(language, TranslateService.GetActiveCategorie().name, key.name) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Categories'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Categories\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let cat of GetCategoryEntries()\">\r\n <td>{{ cat.categoryId }}</td>\r\n <td>{{ cat.categoryName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueCategory(language, cat.categoryId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Products'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Products\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let prod of GetProductEntries()\">\r\n <td>{{ prod.productId }}</td>\r\n <td>{{ prod.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueProduct(language, prod.productId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Filter'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Filters\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <ng-container *ngFor=\"let filter of GetFilterEntries()\">\r\n <tr>\r\n <td class=\"cat-row\">{{ filter.filterId }}</td>\r\n <td class=\"cat-row\">{{ filter.filterName }}</td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueFilter(language, filter.filterId) }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let option of GetFilterOptionEntries(filter.filterId)\">\r\n <td>{{ option.filterOptionId }}</td>\r\n <td>{{ option.filterOptionName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueFilterOption(language, option.filterOptionId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Description'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Description\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let description of GetDescriptionEntries()\">\r\n <td>{{ description.bcbProductId }}</td>\r\n <td>{{ description.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueDescription(language, description.bcbProductId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Afbeelding'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Afbeelding\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let afbeelding of GetAfbeeldingEntries()\">\r\n <td>{{ afbeelding.bcbProductAfbeeldingId }}</td>\r\n <td>{{ afbeelding.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueAfbeelding(language, afbeelding.bcbProductAfbeeldingId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".cat-row{font-weight:700;border-bottom:1px solid #000;padding-top:20px}.main{margin:20px;max-height:calc(100vH - 235px);overflow:auto}.main-bar{margin:20px}\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.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6.MatButton, 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.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i7.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i8.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i9.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i10.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i11.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i12.FabFlagComponent, selector: "fab-flag", inputs: ["country"] }] });
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerTranslateComponent, decorators: [{
|
|
111
|
+
type: Component,
|
|
112
|
+
args: [{ selector: 'app-beheer-translate', template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<app-fab-loader *ngIf=\"TranslateService.Loading\"></app-fab-loader>\r\n\r\n<div *ngIf=\"!TranslateService.Loading\">\r\n <mat-card class=\"main-bar\">\r\n <mat-card-content>\r\n <mat-form-field appearance=\"fill\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"TranslateService.SelectedCategory\">\r\n <mat-option *ngFor=\"let cat of TranslateService.Categories\" [value]=\"cat\">\r\n {{cat}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n <button mat-raised-button (click)=\"Export()\">\r\n Export\r\n </button>\r\n <button mat-raised-button (click)=\"Import()\">\r\n Import\r\n </button>\r\n </mat-card-content>\r\n </mat-card>\r\n\r\n <mat-card class=\"main\">\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <ng-container *ngIf=\"TranslateService.GetActiveCategorie() != null\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n {{ TranslateService.GetActiveCategorie().name }}\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let key of TranslateService.GetActiveCategorie().keys\">\r\n <td>{{ key.id }}</td>\r\n <td>{{ key.name }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValue(language, TranslateService.GetActiveCategorie().name, key.name) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Categories'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Categories\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let cat of GetCategoryEntries()\">\r\n <td>{{ cat.categoryId }}</td>\r\n <td>{{ cat.categoryName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueCategory(language, cat.categoryId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Products'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Products\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let prod of GetProductEntries()\">\r\n <td>{{ prod.productId }}</td>\r\n <td>{{ prod.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueProduct(language, prod.productId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Filter'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Filters\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <ng-container *ngFor=\"let filter of GetFilterEntries()\">\r\n <tr>\r\n <td class=\"cat-row\">{{ filter.filterId }}</td>\r\n <td class=\"cat-row\">{{ filter.filterName }}</td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueFilter(language, filter.filterId) }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let option of GetFilterOptionEntries(filter.filterId)\">\r\n <td>{{ option.filterOptionId }}</td>\r\n <td>{{ option.filterOptionName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueFilterOption(language, option.filterOptionId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Description'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Description\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let description of GetDescriptionEntries()\">\r\n <td>{{ description.bcbProductId }}</td>\r\n <td>{{ description.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueDescription(language, description.bcbProductId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n <ng-container *ngIf=\"TranslateService.SelectedCategory == 'Afbeelding'\">\r\n <tr>\r\n <td colspan=\"2\" class=\"cat-row\">\r\n Afbeelding\r\n </td>\r\n <td class=\"cat-row\" *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n <fab-flag [country]=\"language.flag\"></fab-flag> {{ language.name }}\r\n </td>\r\n </tr>\r\n <tr *ngFor=\"let afbeelding of GetAfbeeldingEntries()\">\r\n <td>{{ afbeelding.bcbProductAfbeeldingId }}</td>\r\n <td>{{ afbeelding.productName }}</td>\r\n <td *ngFor=\"let language of TranslateService.LanguagesViewModel.languages\">\r\n {{ TranslateService.GetValueAfbeelding(language, afbeelding.bcbProductAfbeeldingId) }}\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".cat-row{font-weight:700;border-bottom:1px solid #000;padding-top:20px}.main{margin:20px;max-height:calc(100vH - 235px);overflow:auto}.main-bar{margin:20px}\n"] }]
|
|
113
|
+
}], ctorParameters: function () { return [{ type: i1.TranslateService }, { type: i2.TranslateApiClient }, { type: i0.ChangeDetectorRef }]; } });
|
|
114
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXRyYW5zbGF0ZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci10cmFuc2xhdGUvYmVoZWVyLXRyYW5zbGF0ZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci10cmFuc2xhdGUvYmVoZWVyLXRyYW5zbGF0ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUVyRSxPQUFPLEVBQUUsbUJBQW1CLEVBQXdCLGlCQUFpQixFQUFrTyxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7OztBQU85VSxNQUFNLE9BQU8sd0JBQXdCO0lBRW5DLFlBQ1MsZ0JBQWtDLEVBQ2pDLGtCQUFzQyxFQUN0QyxpQkFBb0M7UUFGckMscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNqQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO1FBQ3RDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFBSSxDQUFDO0lBRW5ELFFBQVE7UUFDTixJQUFJLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7SUFDakUsQ0FBQztJQUVNLGtCQUFrQjtRQUV2QixJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsRUFBRSxTQUFTLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLGVBQWUsSUFBSSxJQUFJLEVBQUU7WUFDak4sT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLGVBQWUsQ0FBQztTQUM5RTthQUNJO1lBQ0gsT0FBTyxJQUFJLEtBQUssRUFBbUMsQ0FBQztZQUFBLENBQUM7U0FDdEQ7SUFDSCxDQUFDO0lBRU0saUJBQWlCO1FBRXRCLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixFQUFFLFNBQVMsSUFBSSxJQUFJLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsY0FBYyxJQUFJLElBQUksRUFBRTtZQUNoTixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDO1NBQzdFO2FBQ0k7WUFDSCxPQUFPLElBQUksS0FBSyxFQUFrQyxDQUFDO1NBQ3BEO0lBQ0gsQ0FBQztJQUVNLGdCQUFnQjtRQUVyQixJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsRUFBRSxTQUFTLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLGFBQWEsSUFBSSxJQUFJLEVBQUU7WUFDL00sT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQztTQUM1RTthQUNJO1lBQ0gsT0FBTyxJQUFJLEtBQUssRUFBaUMsQ0FBQztTQUNuRDtJQUNILENBQUM7SUFFTSxzQkFBc0IsQ0FBQyxRQUFnQjtRQUM1QyxJQUFJLEtBQUssR0FBRyxJQUFJLEtBQUssRUFBdUMsQ0FBQztRQUU3RCxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsRUFBRSxTQUFTLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixJQUFJLElBQUksRUFBRTtZQUNyTixLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxFQUFFLEVBQUU7Z0JBQ3pHLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLElBQUksUUFBUSxFQUFFO29CQUNyRyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztpQkFDMUY7YUFDRjtTQUNGO1FBRUQsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDO0lBRU0scUJBQXFCO1FBRTFCLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixFQUFFLFNBQVMsSUFBSSxJQUFJLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsa0JBQWtCLElBQUksSUFBSSxFQUFFO1lBQ3BOLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxrQkFBa0IsQ0FBQztTQUNqRjthQUNJO1lBQ0gsT0FBTyxJQUFJLEtBQUssRUFBc0MsQ0FBQztTQUN4RDtJQUNILENBQUM7SUFFTSxvQkFBb0I7UUFFekIsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLEVBQUUsU0FBUyxJQUFJLElBQUksSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLE1BQU0sR0FBRyxDQUFDLElBQUksSUFBSSxDQUFDLGdCQUFnQixDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxpQkFBaUIsSUFBSSxJQUFJLEVBQUU7WUFDbk4sT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLGlCQUFpQixDQUFDO1NBQ2hGO2FBQ0k7WUFDSCxPQUFPLElBQUksS0FBSyxFQUFxQyxDQUFDO1NBQ3ZEO0lBQ0gsQ0FBQztJQUVNLE1BQU07UUFDWCxJQUFJLE9BQU8sR0FBRyxJQUFJLG1CQUFtQixFQUFFLENBQUM7UUFDeEMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7UUFFckMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUEyQixFQUFFLEVBQUU7WUFDdEYsS0FBSyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUNqQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUN4QyxDQUFDLEVBQUUsQ0FBQyxLQUFlLEVBQUUsRUFBRTtZQUNyQixJQUFJLEtBQUssQ0FBQyxNQUFNLElBQUksR0FBRztnQkFDckIsS0FBSyxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO2lCQUNqQjtnQkFDSCxLQUFLLENBQUMsNkJBQTZCLENBQUMsQ0FBQztnQkFDckMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO2FBQ2Q7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxNQUFNO1FBQ1gsSUFBSSxPQUFPLEdBQUcsSUFBSSxpQkFBaUIsRUFBRSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXJDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUN6RCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUN0QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFDakUsQ0FBQyxFQUFFLENBQUMsS0FBZSxFQUFFLEVBQUU7WUFDckIsSUFBSSxLQUFLLENBQUMsTUFBTSxJQUFJLEdBQUc7Z0JBQ3JCLEtBQUssQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQztpQkFDakI7Z0JBQ0gsS0FBSyxDQUFDLDZCQUE2QixDQUFDLENBQUM7Z0JBQ3JDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUNkO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOztxSEEzR1Usd0JBQXdCO3lHQUF4Qix3QkFBd0IsNERDVHJDLDRrTkE4SUE7MkZEcklhLHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy90cmFuc2xhdGUuc2VydmljZSc7XHJcbmltcG9ydCB7IENyZWF0ZUV4cG9ydFJlcXVlc3QsIENyZWF0ZUV4cG9ydFJlc3BvbnNlLCBSZWFkRXhwb3J0UmVxdWVzdCwgVHJhbnNsYXRlRW50cnlQcm9kdWN0Vmlld01vZGVsLCBUcmFuc2xhdGVFbnRyeUNhdGVnb3J5Vmlld01vZGVsLCBUcmFuc2xhdGVFbnRyeURlc2NyaXB0aW9uVmlld01vZGVsLCBUcmFuc2xhdGVFbnRyeUZpbHRlclZpZXdNb2RlbCwgVHJhbnNsYXRlRW50cnlGaWx0ZXJPcHRpb25WaWV3TW9kZWwsIFRyYW5zbGF0ZUFwaUNsaWVudCwgVHJhbnNsYXRlRW50cnlBZmJlZWxkaW5nVmlld01vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcclxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLXRyYW5zbGF0ZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItdHJhbnNsYXRlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLXRyYW5zbGF0ZS5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJlaGVlclRyYW5zbGF0ZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIFRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UsXG4gICAgcHJpdmF0ZSBUcmFuc2xhdGVBcGlDbGllbnQ6IFRyYW5zbGF0ZUFwaUNsaWVudCxcbiAgICBwcml2YXRlIENoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxvYWRUcmFuc2xhdGlvbnModGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XG4gIH1cblxuICBwdWJsaWMgR2V0Q2F0ZWdvcnlFbnRyaWVzKCk6IEFycmF5PFRyYW5zbGF0ZUVudHJ5Q2F0ZWdvcnlWaWV3TW9kZWw+IHtcblxuICAgIGlmICh0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsPy5sYW5ndWFnZXMgIT0gbnVsbCAmJiB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlcy5sZW5ndGggPiAwICYmIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzWzBdLmNhdGVnb3J5RW50cmllcyAhPSBudWxsKSB7XG4gICAgICByZXR1cm4gdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uY2F0ZWdvcnlFbnRyaWVzO1xyXG4gICAgfVxuICAgIGVsc2Uge1xyXG4gICAgICByZXR1cm4gbmV3IEFycmF5PFRyYW5zbGF0ZUVudHJ5Q2F0ZWdvcnlWaWV3TW9kZWw+KCk7O1xyXG4gICAgfVxyXG4gIH1cblxuICBwdWJsaWMgR2V0UHJvZHVjdEVudHJpZXMoKTogQXJyYXk8VHJhbnNsYXRlRW50cnlQcm9kdWN0Vmlld01vZGVsPiB7XG5cbiAgICBpZiAodGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbD8ubGFuZ3VhZ2VzICE9IG51bGwgJiYgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXMubGVuZ3RoID4gMCAmJiB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1swXS5wcm9kdWN0RW50cmllcyAhPSBudWxsKSB7XG4gICAgICByZXR1cm4gdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0ucHJvZHVjdEVudHJpZXM7XHJcbiAgICB9XG4gICAgZWxzZSB7XHJcbiAgICAgIHJldHVybiBuZXcgQXJyYXk8VHJhbnNsYXRlRW50cnlQcm9kdWN0Vmlld01vZGVsPigpO1xyXG4gICAgfVxyXG4gIH1cblxuICBwdWJsaWMgR2V0RmlsdGVyRW50cmllcygpOiBBcnJheTxUcmFuc2xhdGVFbnRyeUZpbHRlclZpZXdNb2RlbD4ge1xuXG4gICAgaWYgKHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWw/Lmxhbmd1YWdlcyAhPSBudWxsICYmIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzLmxlbmd0aCA+IDAgJiYgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uZmlsdGVyRW50cmllcyAhPSBudWxsKSB7XG4gICAgICByZXR1cm4gdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uZmlsdGVyRW50cmllcztcclxuICAgIH1cbiAgICBlbHNlIHtcclxuICAgICAgcmV0dXJuIG5ldyBBcnJheTxUcmFuc2xhdGVFbnRyeUZpbHRlclZpZXdNb2RlbD4oKTtcclxuICAgIH1cclxuICB9XG5cbiAgcHVibGljIEdldEZpbHRlck9wdGlvbkVudHJpZXMoZmlsdGVyaWQ6IG51bWJlcik6IEFycmF5PFRyYW5zbGF0ZUVudHJ5RmlsdGVyT3B0aW9uVmlld01vZGVsPiB7XG4gICAgdmFyIGFycmF5ID0gbmV3IEFycmF5PFRyYW5zbGF0ZUVudHJ5RmlsdGVyT3B0aW9uVmlld01vZGVsPigpO1xuXG4gICAgaWYgKHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWw/Lmxhbmd1YWdlcyAhPSBudWxsICYmIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzLmxlbmd0aCA+IDAgJiYgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uZmlsdGVyT3B0aW9uRW50cmllcyAhPSBudWxsKSB7XG4gICAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzWzBdLmZpbHRlck9wdGlvbkVudHJpZXMubGVuZ3RoOyBpKyspIHtcclxuICAgICAgICBpZiAodGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uZmlsdGVyT3B0aW9uRW50cmllc1tpXS5maWx0ZXJJZCA9PSBmaWx0ZXJpZCkge1xyXG4gICAgICAgICAgYXJyYXkucHVzaCh0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1swXS5maWx0ZXJPcHRpb25FbnRyaWVzW2ldKTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gYXJyYXk7XHJcbiAgfVxuXG4gIHB1YmxpYyBHZXREZXNjcmlwdGlvbkVudHJpZXMoKTogQXJyYXk8VHJhbnNsYXRlRW50cnlEZXNjcmlwdGlvblZpZXdNb2RlbD4ge1xuXG4gICAgaWYgKHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWw/Lmxhbmd1YWdlcyAhPSBudWxsICYmIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzLmxlbmd0aCA+IDAgJiYgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uZGVzY3JpcHRpb25FbnRyaWVzICE9IG51bGwpIHtcbiAgICAgIHJldHVybiB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1swXS5kZXNjcmlwdGlvbkVudHJpZXM7XHJcbiAgICB9XG4gICAgZWxzZSB7XHJcbiAgICAgIHJldHVybiBuZXcgQXJyYXk8VHJhbnNsYXRlRW50cnlEZXNjcmlwdGlvblZpZXdNb2RlbD4oKTtcclxuICAgIH1cclxuICB9XG5cbiAgcHVibGljIEdldEFmYmVlbGRpbmdFbnRyaWVzKCk6IEFycmF5PFRyYW5zbGF0ZUVudHJ5QWZiZWVsZGluZ1ZpZXdNb2RlbD4ge1xuXG4gICAgaWYgKHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWw/Lmxhbmd1YWdlcyAhPSBudWxsICYmIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzLmxlbmd0aCA+IDAgJiYgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNbMF0uYWZiZWVsZGluZ0VudHJpZXMgIT0gbnVsbCkge1xuICAgICAgcmV0dXJuIHRoaXMuVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzWzBdLmFmYmVlbGRpbmdFbnRyaWVzO1xyXG4gICAgfVxuICAgIGVsc2Uge1xyXG4gICAgICByZXR1cm4gbmV3IEFycmF5PFRyYW5zbGF0ZUVudHJ5QWZiZWVsZGluZ1ZpZXdNb2RlbD4oKTtcclxuICAgIH1cclxuICB9XG5cbiAgcHVibGljIEV4cG9ydCgpOiB2b2lkIHtcbiAgICB2YXIgcmVxdWVzdCA9IG5ldyBDcmVhdGVFeHBvcnRSZXF1ZXN0KCk7XHJcbiAgICB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdGhpcy5UcmFuc2xhdGVBcGlDbGllbnQuY3JlYXRlRXhwb3J0KHJlcXVlc3QpLnN1YnNjcmliZSgobW9kZWw6IENyZWF0ZUV4cG9ydFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGFsZXJ0KG1vZGVsLnVybCk7XHJcbiAgICAgIHRoaXMuVHJhbnNsYXRlU2VydmljZS5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGlmIChlcnJvci5zdGF0dXMgPT0gNDAwKVxyXG4gICAgICAgIGFsZXJ0KGVycm9yLmpzb24oKSk7XHJcbiAgICAgIGVsc2Uge1xyXG4gICAgICAgIGFsZXJ0KCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuICAgICAgICBhbGVydChlcnJvcik7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cblxuICBwdWJsaWMgSW1wb3J0KCk6IHZvaWQge1xuICAgIHZhciByZXF1ZXN0ID0gbmV3IFJlYWRFeHBvcnRSZXF1ZXN0KCk7XHJcbiAgICB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdGhpcy5UcmFuc2xhdGVBcGlDbGllbnQucmVhZEV4cG9ydChyZXF1ZXN0KS5zdWJzY3JpYmUoKCkgPT4ge1xyXG4gICAgICB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgICB0aGlzLlRyYW5zbGF0ZVNlcnZpY2UuTG9hZFRyYW5zbGF0aW9ucyh0aGlzLkNoYW5nZURldGVjdG9yUmVmKTtcclxuICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgaWYgKGVycm9yLnN0YXR1cyA9PSA0MDApXHJcbiAgICAgICAgYWxlcnQoZXJyb3IuanNvbigpKTtcclxuICAgICAgZWxzZSB7XHJcbiAgICAgICAgYWxlcnQoJ0FuIHVuZXhwZWN0ZWQgZXJyb3Igb2NjdXJlZCcpO1xyXG4gICAgICAgIGFsZXJ0KGVycm9yKTtcclxuICAgICAgfVxyXG4gICAgfSk7XHJcbiAgfVxuXG5cbn1cbiIsIjxhcHAtYmVoZWVyLW5hdj48L2FwcC1iZWhlZXItbmF2PlxyXG5cclxuPGFwcC1mYWItbG9hZGVyICpuZ0lmPVwiVHJhbnNsYXRlU2VydmljZS5Mb2FkaW5nXCI+PC9hcHAtZmFiLWxvYWRlcj5cclxuXHJcbjxkaXYgKm5nSWY9XCIhVHJhbnNsYXRlU2VydmljZS5Mb2FkaW5nXCI+XHJcbiAgPG1hdC1jYXJkIGNsYXNzPVwibWFpbi1iYXJcIj5cclxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIj5cclxuICAgICAgICA8bWF0LWxhYmVsPkNhdGVnb3J5PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPG1hdC1zZWxlY3QgWyhuZ01vZGVsKV09XCJUcmFuc2xhdGVTZXJ2aWNlLlNlbGVjdGVkQ2F0ZWdvcnlcIj5cclxuICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBjYXQgb2YgVHJhbnNsYXRlU2VydmljZS5DYXRlZ29yaWVzXCIgW3ZhbHVlXT1cImNhdFwiPlxyXG4gICAgICAgICAgICB7e2NhdH19XHJcbiAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJFeHBvcnQoKVwiPlxyXG4gICAgICAgIEV4cG9ydFxyXG4gICAgICA8L2J1dHRvbj5cclxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiSW1wb3J0KClcIj5cclxuICAgICAgICBJbXBvcnRcclxuICAgICAgPC9idXR0b24+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuXHJcbiAgPG1hdC1jYXJkIGNsYXNzPVwibWFpblwiPlxyXG4gICAgPG1hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgICAgIDx0YWJsZSBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiVHJhbnNsYXRlU2VydmljZS5HZXRBY3RpdmVDYXRlZ29yaWUoKSAhPSBudWxsXCI+XHJcbiAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgIDx0ZCBjb2xzcGFuPVwiMlwiIGNsYXNzPVwiY2F0LXJvd1wiPlxyXG4gICAgICAgICAgICAgIHt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0QWN0aXZlQ2F0ZWdvcmllKCkubmFtZSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICA8dGQgY2xhc3M9XCJjYXQtcm93XCIgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIDxmYWItZmxhZyBbY291bnRyeV09XCJsYW5ndWFnZS5mbGFnXCI+PC9mYWItZmxhZz4ge3sgbGFuZ3VhZ2UubmFtZSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQga2V5IG9mIFRyYW5zbGF0ZVNlcnZpY2UuR2V0QWN0aXZlQ2F0ZWdvcmllKCkua2V5c1wiPlxyXG4gICAgICAgICAgICA8dGQ+e3sga2V5LmlkIH19PC90ZD5cclxuICAgICAgICAgICAgPHRkPnt7IGtleS5uYW1lIH19PC90ZD5cclxuICAgICAgICAgICAgPHRkICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBUcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICB7eyBUcmFuc2xhdGVTZXJ2aWNlLkdldFZhbHVlKGxhbmd1YWdlLCBUcmFuc2xhdGVTZXJ2aWNlLkdldEFjdGl2ZUNhdGVnb3JpZSgpLm5hbWUsIGtleS5uYW1lKSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiVHJhbnNsYXRlU2VydmljZS5TZWxlY3RlZENhdGVnb3J5ID09ICdDYXRlZ29yaWVzJ1wiPlxyXG4gICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIiBjbGFzcz1cImNhdC1yb3dcIj5cclxuICAgICAgICAgICAgICBDYXRlZ29yaWVzXHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZCBjbGFzcz1cImNhdC1yb3dcIiAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2Ugb2YgVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgICAgICAgPGZhYi1mbGFnIFtjb3VudHJ5XT1cImxhbmd1YWdlLmZsYWdcIj48L2ZhYi1mbGFnPiB7eyBsYW5ndWFnZS5uYW1lIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgPHRyICpuZ0Zvcj1cImxldCBjYXQgb2YgR2V0Q2F0ZWdvcnlFbnRyaWVzKClcIj5cclxuICAgICAgICAgICAgPHRkPnt7IGNhdC5jYXRlZ29yeUlkIH19PC90ZD5cclxuICAgICAgICAgICAgPHRkPnt7IGNhdC5jYXRlZ29yeU5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgICA8dGQgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIHt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0VmFsdWVDYXRlZ29yeShsYW5ndWFnZSwgY2F0LmNhdGVnb3J5SWQpIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJUcmFuc2xhdGVTZXJ2aWNlLlNlbGVjdGVkQ2F0ZWdvcnkgPT0gJ1Byb2R1Y3RzJ1wiPlxyXG4gICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIiBjbGFzcz1cImNhdC1yb3dcIj5cclxuICAgICAgICAgICAgICBQcm9kdWN0c1xyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICA8dGQgY2xhc3M9XCJjYXQtcm93XCIgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIDxmYWItZmxhZyBbY291bnRyeV09XCJsYW5ndWFnZS5mbGFnXCI+PC9mYWItZmxhZz4ge3sgbGFuZ3VhZ2UubmFtZSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvZCBvZiBHZXRQcm9kdWN0RW50cmllcygpXCI+XHJcbiAgICAgICAgICAgIDx0ZD57eyBwcm9kLnByb2R1Y3RJZCB9fTwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZD57eyBwcm9kLnByb2R1Y3ROYW1lIH19PC90ZD5cclxuICAgICAgICAgICAgPHRkICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBUcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICB7eyBUcmFuc2xhdGVTZXJ2aWNlLkdldFZhbHVlUHJvZHVjdChsYW5ndWFnZSwgcHJvZC5wcm9kdWN0SWQpIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJUcmFuc2xhdGVTZXJ2aWNlLlNlbGVjdGVkQ2F0ZWdvcnkgPT0gJ0ZpbHRlcidcIj5cclxuICAgICAgICAgIDx0cj5cclxuICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIyXCIgY2xhc3M9XCJjYXQtcm93XCI+XHJcbiAgICAgICAgICAgICAgRmlsdGVyc1xyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICA8dGQgY2xhc3M9XCJjYXQtcm93XCIgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIDxmYWItZmxhZyBbY291bnRyeV09XCJsYW5ndWFnZS5mbGFnXCI+PC9mYWItZmxhZz4ge3sgbGFuZ3VhZ2UubmFtZSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpbHRlciBvZiBHZXRGaWx0ZXJFbnRyaWVzKClcIj5cclxuICAgICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImNhdC1yb3dcIj57eyBmaWx0ZXIuZmlsdGVySWQgfX08L3RkPlxyXG4gICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImNhdC1yb3dcIj57eyBmaWx0ZXIuZmlsdGVyTmFtZSB9fTwvdGQ+XHJcbiAgICAgICAgICAgICAgPHRkIGNsYXNzPVwiY2F0LXJvd1wiICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBUcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICAgIHt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0VmFsdWVGaWx0ZXIobGFuZ3VhZ2UsIGZpbHRlci5maWx0ZXJJZCkgfX1cclxuICAgICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICA8L3RyPlxyXG4gICAgICAgICAgICA8dHIgKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBHZXRGaWx0ZXJPcHRpb25FbnRyaWVzKGZpbHRlci5maWx0ZXJJZClcIj5cclxuICAgICAgICAgICAgICA8dGQ+e3sgb3B0aW9uLmZpbHRlck9wdGlvbklkIH19PC90ZD5cclxuICAgICAgICAgICAgICA8dGQ+e3sgb3B0aW9uLmZpbHRlck9wdGlvbk5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgICAgIDx0ZCAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2Ugb2YgVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgICAgICAgICB7eyBUcmFuc2xhdGVTZXJ2aWNlLkdldFZhbHVlRmlsdGVyT3B0aW9uKGxhbmd1YWdlLCBvcHRpb24uZmlsdGVyT3B0aW9uSWQpIH19XHJcbiAgICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJUcmFuc2xhdGVTZXJ2aWNlLlNlbGVjdGVkQ2F0ZWdvcnkgPT0gJ0Rlc2NyaXB0aW9uJ1wiPlxyXG4gICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIiBjbGFzcz1cImNhdC1yb3dcIj5cclxuICAgICAgICAgICAgICBEZXNjcmlwdGlvblxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgICA8dGQgY2xhc3M9XCJjYXQtcm93XCIgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIDxmYWItZmxhZyBbY291bnRyeV09XCJsYW5ndWFnZS5mbGFnXCI+PC9mYWItZmxhZz4ge3sgbGFuZ3VhZ2UubmFtZSB9fVxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgZGVzY3JpcHRpb24gb2YgR2V0RGVzY3JpcHRpb25FbnRyaWVzKClcIj5cclxuICAgICAgICAgICAgPHRkPnt7IGRlc2NyaXB0aW9uLmJjYlByb2R1Y3RJZCB9fTwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZD57eyBkZXNjcmlwdGlvbi5wcm9kdWN0TmFtZSB9fTwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZCAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2Ugb2YgVHJhbnNsYXRlU2VydmljZS5MYW5ndWFnZXNWaWV3TW9kZWwubGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgICAgICAge3sgVHJhbnNsYXRlU2VydmljZS5HZXRWYWx1ZURlc2NyaXB0aW9uKGxhbmd1YWdlLCBkZXNjcmlwdGlvbi5iY2JQcm9kdWN0SWQpIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJUcmFuc2xhdGVTZXJ2aWNlLlNlbGVjdGVkQ2F0ZWdvcnkgPT0gJ0FmYmVlbGRpbmcnXCI+XHJcbiAgICAgICAgICA8dHI+XHJcbiAgICAgICAgICAgIDx0ZCBjb2xzcGFuPVwiMlwiIGNsYXNzPVwiY2F0LXJvd1wiPlxyXG4gICAgICAgICAgICAgIEFmYmVlbGRpbmdcclxuICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPHRkIGNsYXNzPVwiY2F0LXJvd1wiICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBUcmFuc2xhdGVTZXJ2aWNlLkxhbmd1YWdlc1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICA8ZmFiLWZsYWcgW2NvdW50cnldPVwibGFuZ3VhZ2UuZmxhZ1wiPjwvZmFiLWZsYWc+IHt7IGxhbmd1YWdlLm5hbWUgfX1cclxuICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgICA8dHIgKm5nRm9yPVwibGV0IGFmYmVlbGRpbmcgb2YgR2V0QWZiZWVsZGluZ0VudHJpZXMoKVwiPlxyXG4gICAgICAgICAgICA8dGQ+e3sgYWZiZWVsZGluZy5iY2JQcm9kdWN0QWZiZWVsZGluZ0lkIH19PC90ZD5cclxuICAgICAgICAgICAgPHRkPnt7IGFmYmVlbGRpbmcucHJvZHVjdE5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgICA8dGQgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIFRyYW5zbGF0ZVNlcnZpY2UuTGFuZ3VhZ2VzVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgIHt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0VmFsdWVBZmJlZWxkaW5nKGxhbmd1YWdlLCBhZmJlZWxkaW5nLmJjYlByb2R1Y3RBZmJlZWxkaW5nSWQpIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICA8L3RyPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICA8L3RhYmxlPlxyXG4gICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gIDwvbWF0LWNhcmQ+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../beheer-nav/beheer-nav.component";
|
|
4
|
+
export class BeheerUsersComponent {
|
|
5
|
+
constructor() { }
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
BeheerUsersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerUsersComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
BeheerUsersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerUsersComponent, selector: "app-beheer-users", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n", styles: [""], dependencies: [{ kind: "component", type: i1.BeheerNavComponent, selector: "app-beheer-nav" }] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerUsersComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'app-beheer-users', template: "<app-beheer-nav></app-beheer-nav>\r\n" }]
|
|
14
|
+
}], ctorParameters: function () { return []; } });
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXVzZXJzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLXVzZXJzL2JlaGVlci11c2Vycy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci11c2Vycy9iZWhlZXItdXNlcnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7O0FBT2xELE1BQU0sT0FBTyxvQkFBb0I7SUFFL0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7O2lIQUxVLG9CQUFvQjtxR0FBcEIsb0JBQW9CLHdEQ1BqQyx1Q0FDQTsyRkRNYSxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0Usa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci11c2VycycsXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItdXNlcnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItdXNlcnMuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCZWhlZXJVc2Vyc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgfVxuXG59XG4iLCI8YXBwLWJlaGVlci1uYXY+PC9hcHAtYmVoZWVyLW5hdj5cclxuIl19
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class FabBcbProductComponent {
|
|
4
|
+
constructor() { }
|
|
5
|
+
ngOnInit() {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
FabBcbProductComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabBcbProductComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
FabBcbProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: FabBcbProductComponent, selector: "app-fab-bcb-product", ngImport: i0, template: "<p>fab-bcb-product works!</p>\n", styles: [""] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabBcbProductComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: 'app-fab-bcb-product', template: "<p>fab-bcb-product works!</p>\n" }]
|
|
13
|
+
}], ctorParameters: function () { return []; } });
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLWJjYi1wcm9kdWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItYmNiLXByb2R1Y3QvZmFiLWJjYi1wcm9kdWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItYmNiLXByb2R1Y3QvZmFiLWJjYi1wcm9kdWN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBT2xELE1BQU0sT0FBTyxzQkFBc0I7SUFFakMsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7O21IQUxVLHNCQUFzQjt1R0FBdEIsc0JBQXNCLDJEQ1BuQyxpQ0FDQTsyRkRNYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWZhYi1iY2ItcHJvZHVjdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9mYWItYmNiLXByb2R1Y3QuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mYWItYmNiLXByb2R1Y3QuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBGYWJCY2JQcm9kdWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbn1cbiIsIjxwPmZhYi1iY2ItcHJvZHVjdCB3b3JrcyE8L3A+XG4iXX0=
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Component, HostListener, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/mobile.service";
|
|
4
|
+
import * as i2 from "../../services/fabrikanten.service";
|
|
5
|
+
import * as i3 from "../../services/translate.service";
|
|
6
|
+
import * as i4 from "@angular/common";
|
|
7
|
+
import * as i5 from "@angular/material/button";
|
|
8
|
+
import * as i6 from "@angular/material/icon";
|
|
9
|
+
export class FabBreadcrumbComponent {
|
|
10
|
+
constructor(MobileService, FabrikantenService, TranslateService, ChangeDetectorRef) {
|
|
11
|
+
this.MobileService = MobileService;
|
|
12
|
+
this.FabrikantenService = FabrikantenService;
|
|
13
|
+
this.TranslateService = TranslateService;
|
|
14
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
15
|
+
}
|
|
16
|
+
ngOnInit() {
|
|
17
|
+
this.MobileService.UpdateScreenSize(window.innerWidth, window.innerHeight, this.ChangeDetectorRef);
|
|
18
|
+
}
|
|
19
|
+
onResize(event) {
|
|
20
|
+
this.MobileService.UpdateScreenSize(window.innerWidth, window.innerHeight, this.ChangeDetectorRef);
|
|
21
|
+
}
|
|
22
|
+
Back() {
|
|
23
|
+
if (this.FabrikantenService.FabrikantenViewModel.selectedProduct != null) {
|
|
24
|
+
this.FabrikantenService.RemoveProductSelection(this.ChangeDetectorRef);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
var array = this.FabrikantenService.GetSteps();
|
|
28
|
+
if (array.length > 0) {
|
|
29
|
+
this.UndoStep(array[array.length - 1]);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
UndoStep(category) {
|
|
34
|
+
this.FabrikantenService.ResetSelectionCategory(category, this.ChangeDetectorRef);
|
|
35
|
+
}
|
|
36
|
+
ShowBack() {
|
|
37
|
+
var array = this.FabrikantenService.FabrikantenViewModel?.categoryLayers;
|
|
38
|
+
if (array != null) {
|
|
39
|
+
if (array.length > 0) {
|
|
40
|
+
if (array[0].selectedOption == 0) {
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
FabBreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabBreadcrumbComponent, deps: [{ token: i1.MobileService }, { token: i2.FabrikantenService }, { token: i3.TranslateService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
FabBreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: FabBreadcrumbComponent, selector: "app-fab-breadcrumb", inputs: { showfiltermenubutton: "showfiltermenubutton" }, host: { listeners: { "window:resize": "onResize($event)" } }, ngImport: i0, template: "<div class=\"header\" *ngIf=\"ShowBack()\">\n <div>\n <button class=\"buttonsize\" mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n {{ TranslateService.GetActiveValue(\"Common\", \"Back\") }}\n </div>\n </div>\n </button>\n </div>\n <ng-container *ngIf=\"!MobileService.MobileInterface\">\n <ng-container *ngFor=\"let step of FabrikantenService.GetSteps()\">\n <div class=\"stepicon\">\n <mat-icon>chevron_right</mat-icon>\n </div>\n <div class=\"step\" (click)=\"UndoStep(step)\">\n {{ TranslateService.GetActiveValueCategory(step.id) }}\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"this.FabrikantenService.FabrikantenViewModel?.selectedProduct != null\">\n <div class=\"stepicon\">\n <mat-icon>chevron_right</mat-icon>\n </div>\n <div class=\"step\" (click)=\"Back()\">\n <span *ngIf=\"FabrikantenService.GetSteps().length == 0\">Productconfiguratie: </span>{{ TranslateService.GetActiveValueProduct(FabrikantenService.FabrikantenViewModel?.selectedProduct?.id) }}\n </div>\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"MobileService.MobileInterface && showfiltermenubutton\">\n <button class=\"open-filters-button buttonsize\" mat-stroked-button (click)=\"MobileService.OpenNav()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">menu</mat-icon>\n </div>\n <div class=\"header-title\">\n Filtermenu\n </div>\n </div>\n </button>\n </ng-container>\n</div>\n", styles: [".header{display:flex;padding:4px}.buttonsize{height:40px;line-height:25px}.header-back{cursor:pointer}.product-conf{padding-left:5px}.open-filters-button{margin-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.icon{position:relative;top:2px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}.step{font-size:16px;vertical-align:middle;line-height:39px;font-family:Roboto;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step:first-letter{text-transform:capitalize}.step:hover{text-decoration:underline}.stepicon{padding-top:7px}\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.MatButton, 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: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] });
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabBreadcrumbComponent, decorators: [{
|
|
51
|
+
type: Component,
|
|
52
|
+
args: [{ selector: 'app-fab-breadcrumb', template: "<div class=\"header\" *ngIf=\"ShowBack()\">\n <div>\n <button class=\"buttonsize\" mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n {{ TranslateService.GetActiveValue(\"Common\", \"Back\") }}\n </div>\n </div>\n </button>\n </div>\n <ng-container *ngIf=\"!MobileService.MobileInterface\">\n <ng-container *ngFor=\"let step of FabrikantenService.GetSteps()\">\n <div class=\"stepicon\">\n <mat-icon>chevron_right</mat-icon>\n </div>\n <div class=\"step\" (click)=\"UndoStep(step)\">\n {{ TranslateService.GetActiveValueCategory(step.id) }}\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"this.FabrikantenService.FabrikantenViewModel?.selectedProduct != null\">\n <div class=\"stepicon\">\n <mat-icon>chevron_right</mat-icon>\n </div>\n <div class=\"step\" (click)=\"Back()\">\n <span *ngIf=\"FabrikantenService.GetSteps().length == 0\">Productconfiguratie: </span>{{ TranslateService.GetActiveValueProduct(FabrikantenService.FabrikantenViewModel?.selectedProduct?.id) }}\n </div>\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"MobileService.MobileInterface && showfiltermenubutton\">\n <button class=\"open-filters-button buttonsize\" mat-stroked-button (click)=\"MobileService.OpenNav()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">menu</mat-icon>\n </div>\n <div class=\"header-title\">\n Filtermenu\n </div>\n </div>\n </button>\n </ng-container>\n</div>\n", styles: [".header{display:flex;padding:4px}.buttonsize{height:40px;line-height:25px}.header-back{cursor:pointer}.product-conf{padding-left:5px}.open-filters-button{margin-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.icon{position:relative;top:2px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}.step{font-size:16px;vertical-align:middle;line-height:39px;font-family:Roboto;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step:first-letter{text-transform:capitalize}.step:hover{text-decoration:underline}.stepicon{padding-top:7px}\n"] }]
|
|
53
|
+
}], ctorParameters: function () { return [{ type: i1.MobileService }, { type: i2.FabrikantenService }, { type: i3.TranslateService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { showfiltermenubutton: [{
|
|
54
|
+
type: Input
|
|
55
|
+
}], onResize: [{
|
|
56
|
+
type: HostListener,
|
|
57
|
+
args: ['window:resize', ['$event']]
|
|
58
|
+
}] } });
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLWJyZWFkY3J1bWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1icmVhZGNydW1iL2ZhYi1icmVhZGNydW1iLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItYnJlYWRjcnVtYi9mYWItYnJlYWRjcnVtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztBQVcxRixNQUFNLE9BQU8sc0JBQXNCO0lBSWpDLFlBQ1MsYUFBNEIsRUFDNUIsa0JBQXNDLEVBQ3RDLGdCQUFrQyxFQUNqQyxpQkFBb0M7UUFIckMsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDNUIsdUJBQWtCLEdBQWxCLGtCQUFrQixDQUFvQjtRQUN0QyxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBQ2pDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFBSSxDQUFDO0lBRW5ELFFBQVE7UUFDTixJQUFJLENBQUMsYUFBYSxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxVQUFVLEVBQUUsTUFBTSxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUNyRyxDQUFDO0lBR0QsUUFBUSxDQUFDLEtBQVU7UUFDakIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsVUFBVSxFQUFFLE1BQU0sQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7SUFDckcsQ0FBQztJQUVNLElBQUk7UUFDVCxJQUFJLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxvQkFBb0IsQ0FBQyxlQUFlLElBQUksSUFBSSxFQUFFO1lBQ3hFLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztTQUN4RTthQUNJO1lBQ0gsSUFBSSxLQUFLLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFFBQVEsRUFBRSxDQUFDO1lBQy9DLElBQUksS0FBSyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7Z0JBQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUN4QztTQUNGO0lBQ0gsQ0FBQztJQUVNLFFBQVEsQ0FBQyxRQUFzQztRQUNwRCxJQUFJLENBQUMsa0JBQWtCLENBQUMsc0JBQXNCLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0lBQ25GLENBQUM7SUFFTSxRQUFRO1FBQ2IsSUFBSSxLQUFLLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixDQUFDLG9CQUFvQixFQUFFLGNBQWMsQ0FBQztRQUV6RSxJQUFJLEtBQUssSUFBSSxJQUFJLEVBQUU7WUFDakIsSUFBSSxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRTtnQkFDcEIsSUFBSSxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsY0FBYyxJQUFJLENBQUMsRUFBRTtvQkFDaEMsT0FBTyxLQUFLLENBQUM7aUJBQ2Q7YUFDRjtTQUNGO1FBRUQsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDOzttSEEvQ1Usc0JBQXNCO3VHQUF0QixzQkFBc0Isa0xDWG5DLG91REE2Q0E7MkZEbENhLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxvQkFBb0I7b01BTXJCLG9CQUFvQjtzQkFBNUIsS0FBSztnQkFhTixRQUFRO3NCQURQLFlBQVk7dUJBQUMsZUFBZSxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgSG9zdExpc3RlbmVyLCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGYWJyaWthbnRlblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9mYWJyaWthbnRlbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgTW9iaWxlU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL21vYmlsZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3RyYW5zbGF0ZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRmFicmlrYW50ZW5DYXRlZ29yeVZpZXdNb2RlbCB9IGZyb20gJy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWZhYi1icmVhZGNydW1iJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ZhYi1icmVhZGNydW1iLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZmFiLWJyZWFkY3J1bWIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBGYWJCcmVhZGNydW1iQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASW5wdXQoKSBzaG93ZmlsdGVybWVudWJ1dHRvbjogYm9vbGVhbjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgTW9iaWxlU2VydmljZTogTW9iaWxlU2VydmljZSxcbiAgICBwdWJsaWMgRmFicmlrYW50ZW5TZXJ2aWNlOiBGYWJyaWthbnRlblNlcnZpY2UsXG4gICAgcHVibGljIFRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UsXG4gICAgcHJpdmF0ZSBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuTW9iaWxlU2VydmljZS5VcGRhdGVTY3JlZW5TaXplKHdpbmRvdy5pbm5lcldpZHRoLCB3aW5kb3cuaW5uZXJIZWlnaHQsIHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICB9XHJcblxyXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzpyZXNpemUnLCBbJyRldmVudCddKVxyXG4gIG9uUmVzaXplKGV2ZW50OiBhbnkpIHtcclxuICAgIHRoaXMuTW9iaWxlU2VydmljZS5VcGRhdGVTY3JlZW5TaXplKHdpbmRvdy5pbm5lcldpZHRoLCB3aW5kb3cuaW5uZXJIZWlnaHQsIHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gIH1cblxuICBwdWJsaWMgQmFjaygpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5GYWJyaWthbnRlblNlcnZpY2UuRmFicmlrYW50ZW5WaWV3TW9kZWwuc2VsZWN0ZWRQcm9kdWN0ICE9IG51bGwpIHtcbiAgICAgIHRoaXMuRmFicmlrYW50ZW5TZXJ2aWNlLlJlbW92ZVByb2R1Y3RTZWxlY3Rpb24odGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB2YXIgYXJyYXkgPSB0aGlzLkZhYnJpa2FudGVuU2VydmljZS5HZXRTdGVwcygpO1xuICAgICAgaWYgKGFycmF5Lmxlbmd0aCA+IDApIHtcbiAgICAgICAgdGhpcy5VbmRvU3RlcChhcnJheVthcnJheS5sZW5ndGggLSAxXSk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XG5cbiAgcHVibGljIFVuZG9TdGVwKGNhdGVnb3J5OiBGYWJyaWthbnRlbkNhdGVnb3J5Vmlld01vZGVsKTogdm9pZCB7XG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuUmVzZXRTZWxlY3Rpb25DYXRlZ29yeShjYXRlZ29yeSwgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgfVxuXG4gIHB1YmxpYyBTaG93QmFjaygpOiBib29sZWFuIHtcbiAgICB2YXIgYXJyYXkgPSB0aGlzLkZhYnJpa2FudGVuU2VydmljZS5GYWJyaWthbnRlblZpZXdNb2RlbD8uY2F0ZWdvcnlMYXllcnM7XG5cbiAgICBpZiAoYXJyYXkgIT0gbnVsbCkge1xuICAgICAgaWYgKGFycmF5Lmxlbmd0aCA+IDApIHtcclxuICAgICAgICBpZiAoYXJyYXlbMF0uc2VsZWN0ZWRPcHRpb24gPT0gMCkge1xyXG4gICAgICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgfVxuXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImhlYWRlclwiICpuZ0lmPVwiU2hvd0JhY2soKVwiPlxuICA8ZGl2PlxuICAgIDxidXR0b24gY2xhc3M9XCJidXR0b25zaXplXCIgbWF0LXN0cm9rZWQtYnV0dG9uIChjbGljayk9XCJCYWNrKClcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1iYWNrXCI+XG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwiaWNvblwiPmFycm93X2JhY2s8L21hdC1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci10aXRsZVwiPlxuICAgICAgICAgIHt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0QWN0aXZlVmFsdWUoXCJDb21tb25cIiwgXCJCYWNrXCIpIH19XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8bmctY29udGFpbmVyICpuZ0lmPVwiIU1vYmlsZVNlcnZpY2UuTW9iaWxlSW50ZXJmYWNlXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgc3RlcCBvZiBGYWJyaWthbnRlblNlcnZpY2UuR2V0U3RlcHMoKVwiPlxuICAgICAgPGRpdiBjbGFzcz1cInN0ZXBpY29uXCI+XG4gICAgICAgIDxtYXQtaWNvbj5jaGV2cm9uX3JpZ2h0PC9tYXQtaWNvbj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInN0ZXBcIiAoY2xpY2spPVwiVW5kb1N0ZXAoc3RlcClcIj5cbiAgICAgICAge3sgVHJhbnNsYXRlU2VydmljZS5HZXRBY3RpdmVWYWx1ZUNhdGVnb3J5KHN0ZXAuaWQpIH19XG4gICAgICA8L2Rpdj5cbiAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJ0aGlzLkZhYnJpa2FudGVuU2VydmljZS5GYWJyaWthbnRlblZpZXdNb2RlbD8uc2VsZWN0ZWRQcm9kdWN0ICE9IG51bGxcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJzdGVwaWNvblwiPlxuICAgICAgICA8bWF0LWljb24+Y2hldnJvbl9yaWdodDwvbWF0LWljb24+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJzdGVwXCIgKGNsaWNrKT1cIkJhY2soKVwiPlxuICAgICAgICA8c3BhbiAqbmdJZj1cIkZhYnJpa2FudGVuU2VydmljZS5HZXRTdGVwcygpLmxlbmd0aCA9PSAwXCI+UHJvZHVjdGNvbmZpZ3VyYXRpZTogPC9zcGFuPnt7IFRyYW5zbGF0ZVNlcnZpY2UuR2V0QWN0aXZlVmFsdWVQcm9kdWN0KEZhYnJpa2FudGVuU2VydmljZS5GYWJyaWthbnRlblZpZXdNb2RlbD8uc2VsZWN0ZWRQcm9kdWN0Py5pZCkgfX1cbiAgICAgIDwvZGl2PlxuICAgIDwvbmctY29udGFpbmVyPlxuICA8L25nLWNvbnRhaW5lcj5cbiAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIk1vYmlsZVNlcnZpY2UuTW9iaWxlSW50ZXJmYWNlICYmIHNob3dmaWx0ZXJtZW51YnV0dG9uXCI+XG4gICAgPGJ1dHRvbiBjbGFzcz1cIm9wZW4tZmlsdGVycy1idXR0b24gYnV0dG9uc2l6ZVwiIG1hdC1zdHJva2VkLWJ1dHRvbiAoY2xpY2spPVwiTW9iaWxlU2VydmljZS5PcGVuTmF2KClcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1iYWNrXCI+XG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwiaWNvblwiPm1lbnU8L21hdC1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci10aXRsZVwiPlxuICAgICAgICAgIEZpbHRlcm1lbnVcbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2J1dHRvbj5cbiAgPC9uZy1jb250YWluZXI+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../services/fabrikanten.service";
|
|
4
|
+
import * as i2 from "../../services/translate.service";
|
|
5
|
+
import * as i3 from "@angular/router";
|
|
6
|
+
import * as i4 from "@angular/common";
|
|
7
|
+
import * as i5 from "../fab-loader/fab-loader.component";
|
|
8
|
+
import * as i6 from "../fab-category-tile/fab-category-tile.component";
|
|
9
|
+
import * as i7 from "../fab-header/fab-header.component";
|
|
10
|
+
export class FabCategoriesComponent {
|
|
11
|
+
constructor(FabrikantenService, TranslateService, ActivatedRoute, ChangeDetectorRef) {
|
|
12
|
+
this.FabrikantenService = FabrikantenService;
|
|
13
|
+
this.TranslateService = TranslateService;
|
|
14
|
+
this.ActivatedRoute = ActivatedRoute;
|
|
15
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
16
|
+
this.TranslateService.ProcessParameters(this.ActivatedRoute);
|
|
17
|
+
if (!this.FabrikantenService.ShowCategories()) {
|
|
18
|
+
this.FabrikantenService.ResetAllCategories(this.ChangeDetectorRef);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
ngOnInit() {
|
|
22
|
+
this.FabrikantenService.LoadFabrikantenViewModel(this.ChangeDetectorRef);
|
|
23
|
+
this.TranslateService.LoadTranslations(this.ChangeDetectorRef);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
FabCategoriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabCategoriesComponent, deps: [{ token: i1.FabrikantenService }, { token: i2.TranslateService }, { token: i3.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
+
FabCategoriesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: FabCategoriesComponent, selector: "fab-categories", ngImport: i0, template: "<div class=\"loader\" *ngIf=\"FabrikantenService.Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<app-fab-header [showfiltermenubutton]=\"false\"></app-fab-header>\n\n<div *ngIf=\"FabrikantenService.GetFirstOpenCategoryLayer() != null\" class=\"main-block\">\n <fab-category-tile *ngFor=\"let category of FabrikantenService.GetFirstOpenCategoryLayer().categories\" [category]=\"category\"></fab-category-tile>\n</div>\n\n", styles: [".main-block{display:flex;flex-wrap:wrap;justify-content:center}.loader{position:absolute;width:100%;height:100%;justify-content:center;z-index:20;background-color:#ffffffb3;top:0;left:0}\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.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i6.FabCategoryTileComponent, selector: "fab-category-tile", inputs: ["category"] }, { kind: "component", type: i7.FabHeaderComponent, selector: "app-fab-header", inputs: ["showfiltermenubutton"] }] });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: FabCategoriesComponent, decorators: [{
|
|
29
|
+
type: Component,
|
|
30
|
+
args: [{ selector: 'fab-categories', template: "<div class=\"loader\" *ngIf=\"FabrikantenService.Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<app-fab-header [showfiltermenubutton]=\"false\"></app-fab-header>\n\n<div *ngIf=\"FabrikantenService.GetFirstOpenCategoryLayer() != null\" class=\"main-block\">\n <fab-category-tile *ngFor=\"let category of FabrikantenService.GetFirstOpenCategoryLayer().categories\" [category]=\"category\"></fab-category-tile>\n</div>\n\n", styles: [".main-block{display:flex;flex-wrap:wrap;justify-content:center}.loader{position:absolute;width:100%;height:100%;justify-content:center;z-index:20;background-color:#ffffffb3;top:0;left:0}\n"] }]
|
|
31
|
+
}], ctorParameters: function () { return [{ type: i1.FabrikantenService }, { type: i2.TranslateService }, { type: i3.ActivatedRoute }, { type: i0.ChangeDetectorRef }]; } });
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLWNhdGVnb3JpZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1jYXRlZ29yaWVzL2ZhYi1jYXRlZ29yaWVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItY2F0ZWdvcmllcy9mYWItY2F0ZWdvcmllcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXFCLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBVXJFLE1BQU0sT0FBTyxzQkFBc0I7SUFFakMsWUFDUyxrQkFBc0MsRUFDdEMsZ0JBQWtDLEVBQ2pDLGNBQThCLEVBQzlCLGlCQUFvQztRQUhyQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO1FBQ3RDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFDakMsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzlCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDNUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUU3RCxJQUFJLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLGNBQWMsRUFBRSxFQUFFO1lBQzdDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztTQUNwRTtJQUNILENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLGtCQUFrQixDQUFDLHdCQUF3QixDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBQ3pFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUNqRSxDQUFDOzttSEFqQlUsc0JBQXNCO3VHQUF0QixzQkFBc0Isc0RDVm5DLG1iQVVBOzJGREFhLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZhYnJpa2FudGVuU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2ZhYnJpa2FudGVuLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy90cmFuc2xhdGUuc2VydmljZSc7XHJcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZmFiLWNhdGVnb3JpZXMnLFxuICB0ZW1wbGF0ZVVybDogJy4vZmFiLWNhdGVnb3JpZXMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mYWItY2F0ZWdvcmllcy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEZhYkNhdGVnb3JpZXNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBGYWJyaWthbnRlblNlcnZpY2U6IEZhYnJpa2FudGVuU2VydmljZSxcbiAgICBwdWJsaWMgVHJhbnNsYXRlU2VydmljZTogVHJhbnNsYXRlU2VydmljZSxcbiAgICBwcml2YXRlIEFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcbiAgICBwcml2YXRlIENoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge1xuICAgIHRoaXMuVHJhbnNsYXRlU2VydmljZS5Qcm9jZXNzUGFyYW1ldGVycyh0aGlzLkFjdGl2YXRlZFJvdXRlKTtcblxuICAgIGlmICghdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuU2hvd0NhdGVnb3JpZXMoKSkge1xuICAgICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuUmVzZXRBbGxDYXRlZ29yaWVzKHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gICAgfVxuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuTG9hZEZhYnJpa2FudGVuVmlld01vZGVsKHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICAgIHRoaXMuVHJhbnNsYXRlU2VydmljZS5Mb2FkVHJhbnNsYXRpb25zKHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJsb2FkZXJcIiAqbmdJZj1cIkZhYnJpa2FudGVuU2VydmljZS5Mb2FkaW5nXCI+XG4gIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxuPC9kaXY+XG5cbjxhcHAtZmFiLWhlYWRlciBbc2hvd2ZpbHRlcm1lbnVidXR0b25dPVwiZmFsc2VcIj48L2FwcC1mYWItaGVhZGVyPlxuXG48ZGl2ICpuZ0lmPVwiRmFicmlrYW50ZW5TZXJ2aWNlLkdldEZpcnN0T3BlbkNhdGVnb3J5TGF5ZXIoKSAhPSBudWxsXCIgY2xhc3M9XCJtYWluLWJsb2NrXCI+XG4gIDxmYWItY2F0ZWdvcnktdGlsZSAqbmdGb3I9XCJsZXQgY2F0ZWdvcnkgb2YgRmFicmlrYW50ZW5TZXJ2aWNlLkdldEZpcnN0T3BlbkNhdGVnb3J5TGF5ZXIoKS5jYXRlZ29yaWVzXCIgW2NhdGVnb3J5XT1cImNhdGVnb3J5XCI+PC9mYWItY2F0ZWdvcnktdGlsZT5cbjwvZGl2PlxuXG4iXX0=
|