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,131 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { ConnectBCBEigenschapRequest, ConnectManyNameRequest, ConnectEigenschapOptieRequest } from '../../../../swagger/SwaggerClient';
|
|
3
|
+
import { BeheerProductsConnectRangeinputComponent } from '../beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component';
|
|
4
|
+
import { BeheerProductsKoppelFilteroptionDailogComponent } from './../beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../../../../services/importsets.service";
|
|
7
|
+
import * as i2 from "../../../../services/products.service";
|
|
8
|
+
import * as i3 from "@angular/material/dialog";
|
|
9
|
+
import * as i4 from "../../../../swagger/SwaggerClient";
|
|
10
|
+
import * as i5 from "@angular/common";
|
|
11
|
+
import * as i6 from "@angular/material/button";
|
|
12
|
+
import * as i7 from "@angular/material/icon";
|
|
13
|
+
import * as i8 from "../beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component";
|
|
14
|
+
export class BeheerProductsEigenschapComponent {
|
|
15
|
+
constructor(ImportSetsService, ProductsService, dialog, ProductsApiClient, ChangeDetectorRef) {
|
|
16
|
+
this.ImportSetsService = ImportSetsService;
|
|
17
|
+
this.ProductsService = ProductsService;
|
|
18
|
+
this.dialog = dialog;
|
|
19
|
+
this.ProductsApiClient = ProductsApiClient;
|
|
20
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
21
|
+
}
|
|
22
|
+
ngOnInit() {
|
|
23
|
+
}
|
|
24
|
+
Toggle() {
|
|
25
|
+
this.eigenschap.open = !this.eigenschap.open;
|
|
26
|
+
}
|
|
27
|
+
Connect(id, filter, option) {
|
|
28
|
+
var dialogRef = this.dialog.open(BeheerProductsKoppelFilteroptionDailogComponent, {
|
|
29
|
+
data: {
|
|
30
|
+
location: this.eigenschap.location,
|
|
31
|
+
bcbeigenschapoptieid: id,
|
|
32
|
+
suggestedfilter: filter,
|
|
33
|
+
suggestedoption: option
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
dialogRef.afterClosed().subscribe((result) => {
|
|
37
|
+
if (result != null) {
|
|
38
|
+
if (result.filteroption != null && result.filteroption > 0) {
|
|
39
|
+
if (this.ProductsService.BCBProductViewModel != null) {
|
|
40
|
+
var request = new ConnectEigenschapOptieRequest();
|
|
41
|
+
request.bcbEigenschapOptieId = id;
|
|
42
|
+
request.filterOptionId = result.filteroption;
|
|
43
|
+
request.bcbProductId = this.ProductsService.BCBProductViewModel.id;
|
|
44
|
+
request.location = this.eigenschap.location;
|
|
45
|
+
this.ProductsApiClient.connectBCBEigenschapOptieFilterOption(request).subscribe(() => {
|
|
46
|
+
this.ProductsService.LoadProduct(this.ChangeDetectorRef);
|
|
47
|
+
}, (error) => {
|
|
48
|
+
alert(error);
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
else if (result.filter != null) {
|
|
53
|
+
var request2 = new ConnectManyNameRequest();
|
|
54
|
+
request2.bcbProductEigenschapOptieId = id;
|
|
55
|
+
request2.filterId = result.filter;
|
|
56
|
+
this.ProductsApiClient.connectManyName(request2).subscribe((model) => {
|
|
57
|
+
this.ProductsService.LoadProduct(this.ChangeDetectorRef);
|
|
58
|
+
}, (error) => {
|
|
59
|
+
alert(error);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
ConnectMany(id) {
|
|
66
|
+
if (confirm("Weet je het zeker?")) {
|
|
67
|
+
var request = new ConnectBCBEigenschapRequest();
|
|
68
|
+
request.bcbEigenschapId = this.eigenschap.id;
|
|
69
|
+
request.bcbImportSetId = this.ImportSetsService.BCBImportSetSelected;
|
|
70
|
+
this.ProductsApiClient.connectBCBEigenschapFilter(request).subscribe(() => {
|
|
71
|
+
this.ProductsService.LoadProduct(this.ChangeDetectorRef);
|
|
72
|
+
}, (error) => {
|
|
73
|
+
alert(error);
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
Ignore(id) {
|
|
78
|
+
if (this.ProductsService.BCBProductViewModel != null) {
|
|
79
|
+
var request = new ConnectEigenschapOptieRequest();
|
|
80
|
+
request.bcbEigenschapOptieId = id;
|
|
81
|
+
request.filterOptionId = -1;
|
|
82
|
+
request.bcbProductId = this.ProductsService.BCBProductViewModel.id;
|
|
83
|
+
request.location = this.eigenschap.location;
|
|
84
|
+
this.ProductsApiClient.ignoreBCBEigenschapOptieFilterOption(request).subscribe(() => {
|
|
85
|
+
this.ProductsService.LoadProduct(this.ChangeDetectorRef);
|
|
86
|
+
}, (error) => {
|
|
87
|
+
alert(error);
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
ConnectRange() {
|
|
92
|
+
var dialogRef = this.dialog.open(BeheerProductsConnectRangeinputComponent, {
|
|
93
|
+
data: {
|
|
94
|
+
bcbeigenschapid: this.eigenschap.id,
|
|
95
|
+
location: this.eigenschap.location
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
ConnectCategory() {
|
|
100
|
+
if (confirm("Weet je het zeker?")) {
|
|
101
|
+
var request = new ConnectBCBEigenschapRequest();
|
|
102
|
+
request.bcbEigenschapId = this.eigenschap.id;
|
|
103
|
+
request.bcbImportSetId = this.ImportSetsService.BCBImportSetSelected;
|
|
104
|
+
this.ProductsApiClient.connectBCBEigenschapCategory(request).subscribe(() => {
|
|
105
|
+
this.ProductsService.LoadProduct(this.ChangeDetectorRef);
|
|
106
|
+
}, (error) => {
|
|
107
|
+
alert(error);
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
Show() {
|
|
112
|
+
if (this.eigenschap?.opties?.length != null &&
|
|
113
|
+
this.eigenschap.opties.length > 0) {
|
|
114
|
+
return true;
|
|
115
|
+
}
|
|
116
|
+
if (this.eigenschap?.bereiken?.length != null &&
|
|
117
|
+
this.eigenschap.bereiken.length > 0) {
|
|
118
|
+
return true;
|
|
119
|
+
}
|
|
120
|
+
return false;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
BeheerProductsEigenschapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsEigenschapComponent, deps: [{ token: i1.ImportSetsService }, { token: i2.ProductsService }, { token: i3.MatDialog }, { token: i4.ProductsApiClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
124
|
+
BeheerProductsEigenschapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerProductsEigenschapComponent, selector: "app-beheer-products-eigenschap", inputs: { eigenschap: "eigenschap" }, ngImport: i0, template: "<div class=\"container\" [ngClass]=\"{'warning': !eigenschap.connected, 'normal': eigenschap.connected}\">\r\n <div class=\"row\" (click)=\"Toggle()\">\r\n <div class=\"icon-td\">\r\n <mat-icon *ngIf=\"!eigenschap.open && Show()\">expand_more</mat-icon>\r\n <mat-icon *ngIf=\"eigenschap.open && Show()\">expand_less</mat-icon>\r\n </div>\r\n <div class=\"eigenschapcel\" colspan=\"2\">\r\n {{eigenschap?.name}}\r\n </div>\r\n </div>\r\n <div *ngIf=\"eigenschap.open\">\r\n <div *ngFor=\"let bereik of eigenschap.bereiken\" class=\"bereik\">\r\n <app-beheer-products-eigenschap-bereik [bereik]=\"bereik\"></app-beheer-products-eigenschap-bereik>\r\n </div>\r\n <div *ngIf=\"eigenschap.bereiken.length > 0 && eigenschap.rangeInputs != null\">\r\n <div *ngIf=\"eigenschap.rangeInputs.length == 0\">\r\n <button mat-raised-button (click)=\"ConnectRange()\">\r\n Range\r\n </button>\r\n </div>\r\n <div *ngFor=\"let range of eigenschap.rangeInputs\">\r\n {{ range.rangeInputModel.name }}\r\n\r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n </div>\r\n <div *ngFor=\"let optie of eigenschap.opties\" [ngClass]=\"{'warning': !optie.connected}\">\r\n <div class=\"text-div\">{{ optie.name }}</div>\r\n <div>\r\n <div *ngIf=\"!optie.connected\" class=\"button-row\">\r\n <button mat-raised-button (click)=\"Connect(optie.id, eigenschap.name, optie.name)\">\r\n FilterOption\r\n </button>\r\n <button mat-raised-button (click)=\"ConnectMany(optie.id)\">\r\n FilterOptionMany\r\n </button>\r\n <button mat-raised-button (click)=\"ConnectCategory()\">\r\n Category\r\n </button>\r\n <button mat-raised-button (click)=\"Ignore(optie.id)\">\r\n Ignore\r\n </button>\r\n </div>\r\n <div *ngFor=\"let connect of optie.bcbEigenschapOptieFilterOptionViewModels\">\r\n <b>{{ connect.filterOptionViewModel.filterName }}: {{ connect.filterOptionViewModel.name }}</b> \r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n <div *ngFor=\"let connect of optie.bcbEigenschapOptieCategoryViewModels\">\r\n <b>{{ connect.categoryViewModel.name }}</b> \r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n <div *ngIf=\"optie.ignore\">\r\n <b>Ignore</b> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".row{cursor:pointer;display:flex}.displayflex{display:flex}.eigenschapcel{flex:auto}.button-row{display:flex;gap:4px}.container{margin:5px;padding:5px;border:1px solid #000}.icon-td{width:24px;height:24px}.text-div{flex:auto}.warning{background-color:#f08080}.normal{background-color:#fff}\n"], dependencies: [{ kind: "directive", type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.BeheerProductsEigenschapBereikComponent, selector: "app-beheer-products-eigenschap-bereik", inputs: ["bereik"] }] });
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsEigenschapComponent, decorators: [{
|
|
126
|
+
type: Component,
|
|
127
|
+
args: [{ selector: 'app-beheer-products-eigenschap', template: "<div class=\"container\" [ngClass]=\"{'warning': !eigenschap.connected, 'normal': eigenschap.connected}\">\r\n <div class=\"row\" (click)=\"Toggle()\">\r\n <div class=\"icon-td\">\r\n <mat-icon *ngIf=\"!eigenschap.open && Show()\">expand_more</mat-icon>\r\n <mat-icon *ngIf=\"eigenschap.open && Show()\">expand_less</mat-icon>\r\n </div>\r\n <div class=\"eigenschapcel\" colspan=\"2\">\r\n {{eigenschap?.name}}\r\n </div>\r\n </div>\r\n <div *ngIf=\"eigenschap.open\">\r\n <div *ngFor=\"let bereik of eigenschap.bereiken\" class=\"bereik\">\r\n <app-beheer-products-eigenschap-bereik [bereik]=\"bereik\"></app-beheer-products-eigenschap-bereik>\r\n </div>\r\n <div *ngIf=\"eigenschap.bereiken.length > 0 && eigenschap.rangeInputs != null\">\r\n <div *ngIf=\"eigenschap.rangeInputs.length == 0\">\r\n <button mat-raised-button (click)=\"ConnectRange()\">\r\n Range\r\n </button>\r\n </div>\r\n <div *ngFor=\"let range of eigenschap.rangeInputs\">\r\n {{ range.rangeInputModel.name }}\r\n\r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n </div>\r\n <div *ngFor=\"let optie of eigenschap.opties\" [ngClass]=\"{'warning': !optie.connected}\">\r\n <div class=\"text-div\">{{ optie.name }}</div>\r\n <div>\r\n <div *ngIf=\"!optie.connected\" class=\"button-row\">\r\n <button mat-raised-button (click)=\"Connect(optie.id, eigenschap.name, optie.name)\">\r\n FilterOption\r\n </button>\r\n <button mat-raised-button (click)=\"ConnectMany(optie.id)\">\r\n FilterOptionMany\r\n </button>\r\n <button mat-raised-button (click)=\"ConnectCategory()\">\r\n Category\r\n </button>\r\n <button mat-raised-button (click)=\"Ignore(optie.id)\">\r\n Ignore\r\n </button>\r\n </div>\r\n <div *ngFor=\"let connect of optie.bcbEigenschapOptieFilterOptionViewModels\">\r\n <b>{{ connect.filterOptionViewModel.filterName }}: {{ connect.filterOptionViewModel.name }}</b> \r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n <div *ngFor=\"let connect of optie.bcbEigenschapOptieCategoryViewModels\">\r\n <b>{{ connect.categoryViewModel.name }}</b> \r\n <button mat-raised-button>\r\n Remove\r\n </button>\r\n </div>\r\n <div *ngIf=\"optie.ignore\">\r\n <b>Ignore</b> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".row{cursor:pointer;display:flex}.displayflex{display:flex}.eigenschapcel{flex:auto}.button-row{display:flex;gap:4px}.container{margin:5px;padding:5px;border:1px solid #000}.icon-td{width:24px;height:24px}.text-div{flex:auto}.warning{background-color:#f08080}.normal{background-color:#fff}\n"] }]
|
|
128
|
+
}], ctorParameters: function () { return [{ type: i1.ImportSetsService }, { type: i2.ProductsService }, { type: i3.MatDialog }, { type: i4.ProductsApiClient }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { eigenschap: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}] } });
|
|
131
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAvYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAvYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBSTVFLE9BQU8sRUFBcUIsMkJBQTJCLEVBQUUsc0JBQXNCLEVBQW1GLDZCQUE2QixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFHM08sT0FBTyxFQUFFLHdDQUF3QyxFQUFFLE1BQU0sb0ZBQW9GLENBQUM7QUFDOUksT0FBTyxFQUFFLCtDQUErQyxFQUFFLE1BQU0sc0dBQXNHLENBQUM7Ozs7Ozs7Ozs7QUFPdkssTUFBTSxPQUFPLGlDQUFpQztJQUk1QyxZQUNTLGlCQUFvQyxFQUNwQyxlQUFnQyxFQUNoQyxNQUFpQixFQUNoQixpQkFBb0MsRUFDcEMsaUJBQW9DO1FBSnJDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDcEMsb0JBQWUsR0FBZixlQUFlLENBQWlCO1FBQ2hDLFdBQU0sR0FBTixNQUFNLENBQVc7UUFDaEIsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUNwQyxzQkFBaUIsR0FBakIsaUJBQWlC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K0JBQ0UsZ0NBQWdDOzhOQU1qQyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXREaWFsb2cgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5pbXBvcnQgeyBJbXBvcnRTZXRzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uL3NlcnZpY2VzL2ltcG9ydHNldHMuc2VydmljZSc7XHJcbmltcG9ydCB7IFByb2R1Y3RzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uL3NlcnZpY2VzL3Byb2R1Y3RzLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBQcm9kdWN0c0FwaUNsaWVudCwgQ29ubmVjdEJDQkVpZ2Vuc2NoYXBSZXF1ZXN0LCBDb25uZWN0TWFueU5hbWVSZXF1ZXN0LCBDb25uZWN0TWFueU5hbWVSZXNwb25zZSwgQ29ubmVjdEVpZ2Vuc2NoYXBPcHRpZVJlc3BvbnNlLCBCQ0JFaWdlbnNjaGFwVmlld01vZGVsLCBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVxdWVzdCB9IGZyb20gJy4uLy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcbmltcG9ydCB7IEJlaGVlckNvbm5lY3RDYXRlZ29yeURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4uLy4uL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy9iZWhlZXItY29ubmVjdC1jYXRlZ29yeS1kaWFsb2cuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQmVoZWVyUHJvZHVjdHNDb25uZWN0TWFueW5hbWVEaWFsb2dDb21wb25lbnQgfSBmcm9tICcuLi9iZWhlZXItcHJvZHVjdHMtY29ubmVjdC1tYW55bmFtZS1kaWFsb2cvYmVoZWVyLXByb2R1Y3RzLWNvbm5lY3QtbWFueW5hbWUtZGlhbG9nLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEJlaGVlclByb2R1Y3RzQ29ubmVjdFJhbmdlaW5wdXRDb21wb25lbnQgfSBmcm9tICcuLi9iZWhlZXItcHJvZHVjdHMtY29ubmVjdC1yYW5nZWlucHV0L2JlaGVlci1wcm9kdWN0cy1jb25uZWN0LXJhbmdlaW5wdXQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQmVoZWVyUHJvZHVjdHNLb3BwZWxGaWx0ZXJvcHRpb25EYWlsb2dDb21wb25lbnQgfSBmcm9tICcuLy4uL2JlaGVlci1wcm9kdWN0cy1rb3BwZWwtZmlsdGVyb3B0aW9uLWRhaWxvZy9iZWhlZXItcHJvZHVjdHMta29wcGVsLWZpbHRlcm9wdGlvbi1kYWlsb2cuY29tcG9uZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2JlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEJlaGVlclByb2R1Y3RzRWlnZW5zY2hhcENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBJbnB1dCgpIGVpZ2Vuc2NoYXA6IEJDQkVpZ2Vuc2NoYXBWaWV3TW9kZWw7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIEltcG9ydFNldHNTZXJ2aWNlOiBJbXBvcnRTZXRzU2VydmljZSxcclxuICAgIHB1YmxpYyBQcm9kdWN0c1NlcnZpY2U6IFByb2R1Y3RzU2VydmljZSxcclxuICAgIHB1YmxpYyBkaWFsb2c6IE1hdERpYWxvZyxcclxuICAgIHByaXZhdGUgUHJvZHVjdHNBcGlDbGllbnQ6IFByb2R1Y3RzQXBpQ2xpZW50LFxyXG4gICAgcHJpdmF0ZSBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBUb2dnbGUoKTogdm9pZCB7XHJcbiAgICB0aGlzLmVpZ2Vuc2NoYXAub3BlbiA9ICF0aGlzLmVpZ2Vuc2NoYXAub3BlbjtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBDb25uZWN0KGlkOiBudW1iZXIsIGZpbHRlcjogc3RyaW5nLCBvcHRpb246IHN0cmluZyk6IHZvaWQge1xyXG4gICAgdmFyIGRpYWxvZ1JlZiA9IHRoaXMuZGlhbG9nLm9wZW4oQmVoZWVyUHJvZHVjdHNLb3BwZWxGaWx0ZXJvcHRpb25EYWlsb2dDb21wb25lbnQsIHtcclxuICAgICAgZGF0YToge1xyXG4gICAgICAgIGxvY2F0aW9uOiB0aGlzLmVpZ2Vuc2NoYXAubG9jYXRpb24sXHJcbiAgICAgICAgYmNiZWlnZW5zY2hhcG9wdGllaWQ6IGlkLFxyXG4gICAgICAgIHN1Z2dlc3RlZGZpbHRlcjogZmlsdGVyLFxyXG4gICAgICAgIHN1Z2dlc3RlZG9wdGlvbjogb3B0aW9uXHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG5cclxuICAgIGRpYWxvZ1JlZi5hZnRlckNsb3NlZCgpLnN1YnNjcmliZSgocmVzdWx0OiBhbnkpID0+IHtcclxuICAgICAgaWYgKHJlc3VsdCAhPSBudWxsKSB7XHJcbiAgICAgICAgaWYgKHJlc3VsdC5maWx0ZXJvcHRpb24gIT0gbnVsbCAmJiByZXN1bHQuZmlsdGVyb3B0aW9uID4gMCkge1xyXG4gICAgICAgICAgaWYgKHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkJDQlByb2R1Y3RWaWV3TW9kZWwgIT0gbnVsbCkge1xyXG4gICAgICAgICAgICB2YXIgcmVxdWVzdCA9IG5ldyBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVxdWVzdCgpO1xyXG5cclxuICAgICAgICAgICAgcmVxdWVzdC5iY2JFaWdlbnNjaGFwT3B0aWVJZCA9IGlkO1xyXG4gICAgICAgICAgICByZXF1ZXN0LmZpbHRlck9wdGlvbklkID0gcmVzdWx0LmZpbHRlcm9wdGlvbjtcclxuICAgICAgICAgICAgcmVxdWVzdC5iY2JQcm9kdWN0SWQgPSB0aGlzLlByb2R1Y3RzU2VydmljZS5CQ0JQcm9kdWN0Vmlld01vZGVsLmlkO1xyXG4gICAgICAgICAgICByZXF1ZXN0LmxvY2F0aW9uID0gdGhpcy5laWdlbnNjaGFwLmxvY2F0aW9uO1xyXG5cclxuICAgICAgICAgICAgdGhpcy5Qcm9kdWN0c0FwaUNsaWVudC5jb25uZWN0QkNCRWlnZW5zY2hhcE9wdGllRmlsdGVyT3B0aW9uKHJlcXVlc3QpLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgICAgICAgICAgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuTG9hZFByb2R1Y3QodGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgICAgICAgICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgICAgICAgICBhbGVydChlcnJvcik7XHJcbiAgICAgICAgICAgIH0pO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgICBlbHNlIGlmIChyZXN1bHQuZmlsdGVyICE9IG51bGwpIHtcclxuICAgICAgICAgIHZhciByZXF1ZXN0MiA9IG5ldyBDb25uZWN0TWFueU5hbWVSZXF1ZXN0KCk7XHJcblxyXG4gICAgICAgICAgcmVxdWVzdDIuYmNiUHJvZHVjdEVpZ2Vuc2NoYXBPcHRpZUlkID0gaWQ7XHJcbiAgICAgICAgICByZXF1ZXN0Mi5maWx0ZXJJZCA9IHJlc3VsdC5maWx0ZXI7XHJcblxyXG4gICAgICAgICAgdGhpcy5Qcm9kdWN0c0FwaUNsaWVudC5jb25uZWN0TWFueU5hbWUocmVxdWVzdDIpLnN1YnNjcmliZSgobW9kZWw6IENvbm5lY3RNYW55TmFtZVJlc3BvbnNlKSA9PiB7XHJcbiAgICAgICAgICAgIHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkxvYWRQcm9kdWN0KHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gICAgICAgICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICAgICAgICBhbGVydChlcnJvcik7XHJcbiAgICAgICAgICB9KTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIENvbm5lY3RNYW55KGlkOiBudW1iZXIpOiB2b2lkIHtcclxuICAgIGlmIChjb25maXJtKFwiV2VldCBqZSBoZXQgemVrZXI/XCIpKSB7XHJcbiAgICAgIHZhciByZXF1ZXN0ID0gbmV3IENvbm5lY3RCQ0JFaWdlbnNjaGFwUmVxdWVzdCgpO1xyXG5cclxuICAgICAgcmVxdWVzdC5iY2JFaWdlbnNjaGFwSWQgPSB0aGlzLmVpZ2Vuc2NoYXAuaWQ7XHJcbiAgICAgIHJlcXVlc3QuYmNiSW1wb3J0U2V0SWQgPSB0aGlzLkltcG9ydFNldHNTZXJ2aWNlLkJDQkltcG9ydFNldFNlbGVjdGVkO1xyXG5cclxuICAgICAgdGhpcy5Qcm9kdWN0c0FwaUNsaWVudC5jb25uZWN0QkNCRWlnZW5zY2hhcEZpbHRlcihyZXF1ZXN0KS5zdWJzY3JpYmUoKCkgPT4ge1xyXG4gICAgICAgIHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkxvYWRQcm9kdWN0KHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gICAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgICAgYWxlcnQoZXJyb3IpO1xyXG4gICAgICB9KTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHB1YmxpYyBJZ25vcmUoaWQ6IG51bWJlcik6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkJDQlByb2R1Y3RWaWV3TW9kZWwgIT0gbnVsbCkge1xyXG4gICAgICB2YXIgcmVxdWVzdCA9IG5ldyBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVxdWVzdCgpO1xyXG5cclxuICAgICAgcmVxdWVzdC5iY2JFaWdlbnNjaGFwT3B0aWVJZCA9IGlkO1xyXG4gICAgICByZXF1ZXN0LmZpbHRlck9wdGlvbklkID0gLTE7XHJcbiAgICAgIHJlcXVlc3QuYmNiUHJvZHVjdElkID0gdGhpcy5Qcm9kdWN0c1NlcnZpY2UuQkNCUHJvZHVjdFZpZXdNb2RlbC5pZDtcclxuICAgICAgcmVxdWVzdC5sb2NhdGlvbiA9IHRoaXMuZWlnZW5zY2hhcC5sb2NhdGlvbjtcclxuXHJcbiAgICAgIHRoaXMuUHJvZHVjdHNBcGlDbGllbnQuaWdub3JlQkNCRWlnZW5zY2hhcE9wdGllRmlsdGVyT3B0aW9uKHJlcXVlc3QpLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgICAgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuTG9hZFByb2R1Y3QodGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgICBhbGVydChlcnJvcik7XHJcbiAgICAgIH0pO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcHVibGljIENvbm5lY3RSYW5nZSgpOiB2b2lkIHtcclxuICAgIHZhciBkaWFsb2dSZWYgPSB0aGlzLmRpYWxvZy5vcGVuKEJlaGVlclByb2R1Y3RzQ29ubmVjdFJhbmdlaW5wdXRDb21wb25lbnQsIHtcclxuICAgICAgZGF0YToge1xyXG4gICAgICAgIGJjYmVpZ2Vuc2NoYXBpZDogdGhpcy5laWdlbnNjaGFwLmlkLFxyXG4gICAgICAgIGxvY2F0aW9uOiB0aGlzLmVpZ2Vuc2NoYXAubG9jYXRpb25cclxuICAgICAgfVxyXG4gICAgfSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgQ29ubmVjdENhdGVnb3J5KCk6IHZvaWQge1xyXG4gICAgaWYgKGNvbmZpcm0oXCJXZWV0IGplIGhldCB6ZWtlcj9cIikpIHtcclxuICAgICAgdmFyIHJlcXVlc3QgPSBuZXcgQ29ubmVjdEJDQkVpZ2Vuc2NoYXBSZXF1ZXN0KCk7XHJcblxyXG4gICAgICByZXF1ZXN0LmJjYkVpZ2Vuc2NoYXBJZCA9IHRoaXMuZWlnZW5zY2hhcC5pZDtcclxuICAgICAgcmVxdWVzdC5iY2JJbXBvcnRTZXRJZCA9IHRoaXMuSW1wb3J0U2V0c1NlcnZpY2UuQkNCSW1wb3J0U2V0U2VsZWN0ZWQ7XHJcblxyXG4gICAgICB0aGlzLlByb2R1Y3RzQXBpQ2xpZW50LmNvbm5lY3RCQ0JFaWdlbnNjaGFwQ2F0ZWdvcnkocmVxdWVzdCkuc3Vic2NyaWJlKCgpID0+IHtcclxuICAgICAgICB0aGlzLlByb2R1Y3RzU2VydmljZS5Mb2FkUHJvZHVjdCh0aGlzLkNoYW5nZURldGVjdG9yUmVmKTtcclxuICAgICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICAgIGFsZXJ0KGVycm9yKTtcclxuICAgICAgfSk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgU2hvdygpOiBib29sZWFuIHtcclxuICAgIGlmICh0aGlzLmVpZ2Vuc2NoYXA/Lm9wdGllcz8ubGVuZ3RoICE9IG51bGwgJiZcclxuICAgICAgdGhpcy5laWdlbnNjaGFwLm9wdGllcy5sZW5ndGggPiAwKSB7XHJcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgfVxyXG5cclxuICAgIGlmICh0aGlzLmVpZ2Vuc2NoYXA/LmJlcmVpa2VuPy5sZW5ndGggIT0gbnVsbCAmJlxyXG4gICAgICB0aGlzLmVpZ2Vuc2NoYXAuYmVyZWlrZW4ubGVuZ3RoID4gMCkge1xyXG4gICAgICByZXR1cm4gdHJ1ZTtcclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gZmFsc2U7XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjb250YWluZXJcIiBbbmdDbGFzc109XCJ7J3dhcm5pbmcnOiAhZWlnZW5zY2hhcC5jb25uZWN0ZWQsICdub3JtYWwnOiBlaWdlbnNjaGFwLmNvbm5lY3RlZH1cIj5cclxuICA8ZGl2IGNsYXNzPVwicm93XCIgKGNsaWNrKT1cIlRvZ2dsZSgpXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaWNvbi10ZFwiPlxyXG4gICAgICA8bWF0LWljb24gKm5nSWY9XCIhZWlnZW5zY2hhcC5vcGVuICYmIFNob3coKVwiPmV4cGFuZF9tb3JlPC9tYXQtaWNvbj5cclxuICAgICAgPG1hdC1pY29uICpuZ0lmPVwiZWlnZW5zY2hhcC5vcGVuICYmIFNob3coKVwiPmV4cGFuZF9sZXNzPC9tYXQtaWNvbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImVpZ2Vuc2NoYXBjZWxcIiBjb2xzcGFuPVwiMlwiPlxyXG4gICAgICB7e2VpZ2Vuc2NoYXA/Lm5hbWV9fVxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbiAgPGRpdiAqbmdJZj1cImVpZ2Vuc2NoYXAub3BlblwiPlxyXG4gICAgPGRpdiAqbmdGb3I9XCJsZXQgYmVyZWlrIG9mIGVpZ2Vuc2NoYXAuYmVyZWlrZW5cIiBjbGFzcz1cImJlcmVpa1wiPlxyXG4gICAgICA8YXBwLWJlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLWJlcmVpayBbYmVyZWlrXT1cImJlcmVpa1wiPjwvYXBwLWJlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLWJlcmVpaz5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiAqbmdJZj1cImVpZ2Vuc2NoYXAuYmVyZWlrZW4ubGVuZ3RoID4gMCAmJiBlaWdlbnNjaGFwLnJhbmdlSW5wdXRzICE9IG51bGxcIj5cclxuICAgICAgPGRpdiAqbmdJZj1cImVpZ2Vuc2NoYXAucmFuZ2VJbnB1dHMubGVuZ3RoID09IDBcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJDb25uZWN0UmFuZ2UoKVwiPlxyXG4gICAgICAgICAgUmFuZ2VcclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgKm5nRm9yPVwibGV0IHJhbmdlIG9mIGVpZ2Vuc2NoYXAucmFuZ2VJbnB1dHNcIj5cclxuICAgICAgICB7eyByYW5nZS5yYW5nZUlucHV0TW9kZWwubmFtZSB9fVxyXG5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uPlxyXG4gICAgICAgICAgUmVtb3ZlXHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBvcHRpZSBvZiBlaWdlbnNjaGFwLm9wdGllc1wiIFtuZ0NsYXNzXT1cInsnd2FybmluZyc6ICFvcHRpZS5jb25uZWN0ZWR9XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXh0LWRpdlwiPnt7IG9wdGllLm5hbWUgfX08L2Rpdj5cclxuICAgICAgPGRpdj5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwiIW9wdGllLmNvbm5lY3RlZFwiIGNsYXNzPVwiYnV0dG9uLXJvd1wiPlxyXG4gICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQ29ubmVjdChvcHRpZS5pZCwgZWlnZW5zY2hhcC5uYW1lLCBvcHRpZS5uYW1lKVwiPlxyXG4gICAgICAgICAgICBGaWx0ZXJPcHRpb25cclxuICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQ29ubmVjdE1hbnkob3B0aWUuaWQpXCI+XHJcbiAgICAgICAgICAgIEZpbHRlck9wdGlvbk1hbnlcclxuICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQ29ubmVjdENhdGVnb3J5KClcIj5cclxuICAgICAgICAgICAgQ2F0ZWdvcnlcclxuICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiSWdub3JlKG9wdGllLmlkKVwiPlxyXG4gICAgICAgICAgICBJZ25vcmVcclxuICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGNvbm5lY3Qgb2Ygb3B0aWUuYmNiRWlnZW5zY2hhcE9wdGllRmlsdGVyT3B0aW9uVmlld01vZGVsc1wiPlxyXG4gICAgICAgICAgPGI+e3sgY29ubmVjdC5maWx0ZXJPcHRpb25WaWV3TW9kZWwuZmlsdGVyTmFtZSB9fToge3sgY29ubmVjdC5maWx0ZXJPcHRpb25WaWV3TW9kZWwubmFtZSB9fTwvYj4mbmJzcDtcclxuICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24+XHJcbiAgICAgICAgICAgIFJlbW92ZVxyXG4gICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgY29ubmVjdCBvZiBvcHRpZS5iY2JFaWdlbnNjaGFwT3B0aWVDYXRlZ29yeVZpZXdNb2RlbHNcIj5cclxuICAgICAgICAgIDxiPnt7IGNvbm5lY3QuY2F0ZWdvcnlWaWV3TW9kZWwubmFtZSB9fTwvYj4mbmJzcDtcclxuICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24+XHJcbiAgICAgICAgICAgIFJlbW92ZVxyXG4gICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiAqbmdJZj1cIm9wdGllLmlnbm9yZVwiPlxyXG4gICAgICAgICAgPGI+SWdub3JlPC9iPiZuYnNwO1xyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BeheerProductsEigenschapBereikComponent {
|
|
4
|
+
constructor() { }
|
|
5
|
+
ngOnInit() {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
BeheerProductsEigenschapBereikComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsEigenschapBereikComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
BeheerProductsEigenschapBereikComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerProductsEigenschapBereikComponent, selector: "app-beheer-products-eigenschap-bereik", inputs: { bereik: "bereik" }, ngImport: i0, template: "<div class=\"container\">\n <div class=\"item\">{{ bereik.typeField }}</div>\n <div class=\"item\">Minimum: {{ bereik.minimum }} (inclusief: {{ bereik.inclusiefMinimum }})</div>\n <div class=\"item\">Maximum: {{ bereik.maximum }} (inclusief: {{ bereik.inclusiefMaximum }})</div>\n</div>\n", styles: [".container{display:flex}.item{flex:auto}\n"] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsEigenschapBereikComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: 'app-beheer-products-eigenschap-bereik', template: "<div class=\"container\">\n <div class=\"item\">{{ bereik.typeField }}</div>\n <div class=\"item\">Minimum: {{ bereik.minimum }} (inclusief: {{ bereik.inclusiefMinimum }})</div>\n <div class=\"item\">Maximum: {{ bereik.maximum }} (inclusief: {{ bereik.inclusiefMaximum }})</div>\n</div>\n", styles: [".container{display:flex}.item{flex:auto}\n"] }]
|
|
13
|
+
}], ctorParameters: function () { return []; }, propDecorators: { bereik: [{
|
|
14
|
+
type: Input
|
|
15
|
+
}] } });
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAtYmVyZWlrLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLXByb2R1Y3RzL2JlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLWJlcmVpay9iZWhlZXItcHJvZHVjdHMtZWlnZW5zY2hhcC1iZXJlaWsuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWVpZ2Vuc2NoYXAtYmVyZWlrL2JlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLWJlcmVpay5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7QUFRekQsTUFBTSxPQUFPLHVDQUF1QztJQUlsRCxnQkFBZ0IsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7b0lBUFUsdUNBQXVDO3dIQUF2Qyx1Q0FBdUMsMkdDUnBELHFTQUtBOzJGREdhLHVDQUF1QztrQkFMbkQsU0FBUzsrQkFDRSx1Q0FBdUM7MEVBTXhDLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQkNCRWlnZW5zY2hhcEJlcmVpa1ZpZXdNb2RlbCB9IGZyb20gJy4uLy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1wcm9kdWN0cy1laWdlbnNjaGFwLWJlcmVpaycsXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItcHJvZHVjdHMtZWlnZW5zY2hhcC1iZXJlaWsuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItcHJvZHVjdHMtZWlnZW5zY2hhcC1iZXJlaWsuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCZWhlZXJQcm9kdWN0c0VpZ2Vuc2NoYXBCZXJlaWtDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgpIGJlcmVpazogQkNCRWlnZW5zY2hhcEJlcmVpa1ZpZXdNb2RlbDtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgPGRpdiBjbGFzcz1cIml0ZW1cIj57eyBiZXJlaWsudHlwZUZpZWxkIH19PC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJpdGVtXCI+TWluaW11bToge3sgYmVyZWlrLm1pbmltdW0gfX0gKGluY2x1c2llZjoge3sgYmVyZWlrLmluY2x1c2llZk1pbmltdW0gfX0pPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJpdGVtXCI+TWF4aW11bToge3sgYmVyZWlrLm1heGltdW0gfX0gKGluY2x1c2llZjoge3sgYmVyZWlrLmluY2x1c2llZk1heGltdW0gfX0pPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { Component, Inject } from '@angular/core';
|
|
2
|
+
import { MAT_DIALOG_DATA } from '@angular/material/dialog';
|
|
3
|
+
import { CreateFilterOptionRequest, CreateFilterRequest, ConnectEigenschapOptieRequest } from '../../../../swagger/SwaggerClient';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/material/dialog";
|
|
6
|
+
import * as i2 from "../../../../swagger/SwaggerClient";
|
|
7
|
+
import * as i3 from "../../../../services/products.service";
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "@angular/material/form-field";
|
|
10
|
+
import * as i6 from "@angular/material/input";
|
|
11
|
+
import * as i7 from "@angular/forms";
|
|
12
|
+
import * as i8 from "@angular/material/button";
|
|
13
|
+
import * as i9 from "@angular/material/tabs";
|
|
14
|
+
import * as i10 from "@angular/material/select";
|
|
15
|
+
import * as i11 from "@angular/material/core";
|
|
16
|
+
import * as i12 from "../../../../components/fab-loader/fab-loader.component";
|
|
17
|
+
export class BeheerProductsKoppelFilteroptionDailogComponent {
|
|
18
|
+
constructor(dialogRef, data, FiltersApiClient, ProductsApiClient, ProductsService) {
|
|
19
|
+
this.dialogRef = dialogRef;
|
|
20
|
+
this.data = data;
|
|
21
|
+
this.FiltersApiClient = FiltersApiClient;
|
|
22
|
+
this.ProductsApiClient = ProductsApiClient;
|
|
23
|
+
this.ProductsService = ProductsService;
|
|
24
|
+
this.FilterNaamNieuw = "";
|
|
25
|
+
this.FilterOptionNaamNieuw = "";
|
|
26
|
+
this.LoadingFilters = true;
|
|
27
|
+
this.LoadingOpties = true;
|
|
28
|
+
this.BCBEigenschapOptieId = data.bcbeigenschapoptieid;
|
|
29
|
+
this.Location = data.location;
|
|
30
|
+
this.FilterNaamNieuw = data.suggestedfilter;
|
|
31
|
+
this.FilterOptionNaamNieuw = data.suggestedoption;
|
|
32
|
+
}
|
|
33
|
+
ngOnInit() {
|
|
34
|
+
this.LoadFilters();
|
|
35
|
+
this.LoadOpties();
|
|
36
|
+
}
|
|
37
|
+
handleKeyUpFilter(e) {
|
|
38
|
+
if (e.keyCode === 13) {
|
|
39
|
+
this.NieuwFilterToevoegen();
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
handleKeyUpFilterOption(e) {
|
|
43
|
+
if (e.keyCode === 13) {
|
|
44
|
+
this.NieuwFilterOptionToevoegen();
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
NieuwFilterToevoegen() {
|
|
48
|
+
this.LoadingFilters = true;
|
|
49
|
+
var requestfilter = new CreateFilterRequest();
|
|
50
|
+
requestfilter.name = this.FilterNaamNieuw;
|
|
51
|
+
this.FiltersApiClient.createFilter(requestfilter).subscribe((model) => {
|
|
52
|
+
this.LoadingFilters = false;
|
|
53
|
+
var requestfilteroption = new CreateFilterOptionRequest();
|
|
54
|
+
requestfilteroption.filterId = model.id;
|
|
55
|
+
requestfilteroption.name = this.FilterOptionNaamNieuw;
|
|
56
|
+
this.FiltersApiClient.createFilterOption(requestfilteroption).subscribe((model) => {
|
|
57
|
+
this.LoadingFilters = false;
|
|
58
|
+
this.dialogRef.close({ filter: null, filteroption: model.id });
|
|
59
|
+
}, (error) => {
|
|
60
|
+
if (error.status == 400)
|
|
61
|
+
console.log(error.json());
|
|
62
|
+
else {
|
|
63
|
+
console.log('An unexpected error occured');
|
|
64
|
+
console.log(error);
|
|
65
|
+
}
|
|
66
|
+
this.LoadingFilters = false;
|
|
67
|
+
});
|
|
68
|
+
}, (error) => {
|
|
69
|
+
if (error.status == 400)
|
|
70
|
+
console.log(error.json());
|
|
71
|
+
else {
|
|
72
|
+
console.log('An unexpected error occured');
|
|
73
|
+
console.log(error);
|
|
74
|
+
}
|
|
75
|
+
this.LoadingFilters = false;
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
NieuwFilterOptionToevoegen() {
|
|
79
|
+
this.LoadingFilters = true;
|
|
80
|
+
var requestfilteroption = new CreateFilterOptionRequest();
|
|
81
|
+
requestfilteroption.filterId = this.FilterSelected;
|
|
82
|
+
requestfilteroption.name = this.FilterOptionNaamNieuw;
|
|
83
|
+
this.FiltersApiClient.createFilterOption(requestfilteroption).subscribe((model) => {
|
|
84
|
+
this.LoadingFilters = false;
|
|
85
|
+
this.dialogRef.close({ filter: null, filteroption: model.id });
|
|
86
|
+
}, (error) => {
|
|
87
|
+
if (error.status == 400)
|
|
88
|
+
console.log(error.json());
|
|
89
|
+
else {
|
|
90
|
+
console.log('An unexpected error occured');
|
|
91
|
+
console.log(error);
|
|
92
|
+
}
|
|
93
|
+
this.LoadingFilters = false;
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
BestaandToevoegen() {
|
|
97
|
+
this.dialogRef.close({ filter: null, filteroption: this.FilterOptionSelected });
|
|
98
|
+
}
|
|
99
|
+
GetSelectedFiltersOptions() {
|
|
100
|
+
var array = new Array();
|
|
101
|
+
var temparray = this.FiltersViewModel?.filterViewModels;
|
|
102
|
+
if (temparray != null) {
|
|
103
|
+
for (var i = 0; i < temparray.length; i++) {
|
|
104
|
+
if (temparray[i].id == this.FilterSelected) {
|
|
105
|
+
return temparray[i].filterOptionViewModels;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
return array;
|
|
110
|
+
}
|
|
111
|
+
KoppelManyName() {
|
|
112
|
+
this.dialogRef.close({ filter: this.FilterSelected, filteroption: null });
|
|
113
|
+
}
|
|
114
|
+
Loading() {
|
|
115
|
+
return this.LoadingOpties || this.LoadingFilters;
|
|
116
|
+
}
|
|
117
|
+
LoadFilters() {
|
|
118
|
+
this.LoadingFilters = true;
|
|
119
|
+
this.FiltersApiClient.getFiltersViewModel().subscribe((model) => {
|
|
120
|
+
this.FiltersViewModel = model;
|
|
121
|
+
this.LoadingFilters = false;
|
|
122
|
+
}, (error) => {
|
|
123
|
+
if (error.status == 400)
|
|
124
|
+
console.log(error.json());
|
|
125
|
+
else {
|
|
126
|
+
console.log('An unexpected error occured');
|
|
127
|
+
console.log(error);
|
|
128
|
+
}
|
|
129
|
+
this.LoadingFilters = false;
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
LoadOpties() {
|
|
133
|
+
if (this.ProductsService.BCBProductViewModel != null) {
|
|
134
|
+
this.LoadingOpties = true;
|
|
135
|
+
var request = new ConnectEigenschapOptieRequest();
|
|
136
|
+
request.bcbEigenschapOptieId = this.BCBEigenschapOptieId;
|
|
137
|
+
request.bcbProductId = this.ProductsService.BCBProductViewModel.id;
|
|
138
|
+
request.location = this.Location;
|
|
139
|
+
this.ProductsApiClient.connectBCBEigenschapOptieFilterOptionPreview(request).subscribe((model) => {
|
|
140
|
+
this.ConnectEigenschapOptieResponse = model;
|
|
141
|
+
this.LoadingOpties = false;
|
|
142
|
+
}, (error) => {
|
|
143
|
+
alert(error);
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
BeheerProductsKoppelFilteroptionDailogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsKoppelFilteroptionDailogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2.FiltersApiClient }, { token: i2.ProductsApiClient }, { token: i3.ProductsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
149
|
+
BeheerProductsKoppelFilteroptionDailogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerProductsKoppelFilteroptionDailogComponent, selector: "app-beheer-products-koppel-filteroption-dailog", ngImport: i0, template: "<div *ngIf=\"Loading()\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading()\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Nieuwe filter\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <input matInput [(ngModel)]=\"FilterNaamNieuw\">\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <input matInput (keyup)=\"handleKeyUpFilter($event)\" [(ngModel)]=\"FilterOptionNaamNieuw\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"NieuwFilterToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuwe optie\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <input matInput (keyup)=\"handleKeyUpFilterOption($event)\" [(ngModel)]=\"FilterOptionNaamNieuw\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"NieuwFilterOptionToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Bestaand\">\r\n\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <mat-select [(ngModel)]=\"FilterOptionSelected\">\r\n <mat-option *ngFor=\"let filteroption of GetSelectedFiltersOptions()\" [value]=\"filteroption.id\">\r\n {{filteroption.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"BestaandToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <!--<mat-tab label=\"Many Name\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <app-beheer-connect-manyname></app-beheer-connect-manyname>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"KoppelManyName()\">Koppel</button>\r\n </div>\r\n </mat-tab>-->\r\n </mat-tab-group>\r\n\r\n <div class=\"options-container\">\r\n <div *ngFor=\"let location of ConnectEigenschapOptieResponse.locations\">\r\n <b>{{ location.location }}</b>\r\n <div *ngFor=\"let ebo of location.ebos\">\r\n {{ ebo }}\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".full-width{width:100%}.options-container{max-height:300px}.tool-bar{padding:2px}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i8.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: i9.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i9.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i10.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i11.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i12.FabLoaderComponent, selector: "app-fab-loader" }] });
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsKoppelFilteroptionDailogComponent, decorators: [{
|
|
151
|
+
type: Component,
|
|
152
|
+
args: [{ selector: 'app-beheer-products-koppel-filteroption-dailog', template: "<div *ngIf=\"Loading()\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading()\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Nieuwe filter\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <input matInput [(ngModel)]=\"FilterNaamNieuw\">\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <input matInput (keyup)=\"handleKeyUpFilter($event)\" [(ngModel)]=\"FilterOptionNaamNieuw\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"NieuwFilterToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuwe optie\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <input matInput (keyup)=\"handleKeyUpFilterOption($event)\" [(ngModel)]=\"FilterOptionNaamNieuw\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"NieuwFilterOptionToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Bestaand\">\r\n\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Optie</mat-label>\r\n <mat-select [(ngModel)]=\"FilterOptionSelected\">\r\n <mat-option *ngFor=\"let filteroption of GetSelectedFiltersOptions()\" [value]=\"filteroption.id\">\r\n {{filteroption.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"BestaandToevoegen()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <!--<mat-tab label=\"Many Name\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Filter</mat-label>\r\n <mat-select [(ngModel)]=\"FilterSelected\">\r\n <mat-option *ngFor=\"let filter of FiltersViewModel.filterViewModels\" [value]=\"filter.id\">\r\n {{filter.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n\r\n <app-beheer-connect-manyname></app-beheer-connect-manyname>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"KoppelManyName()\">Koppel</button>\r\n </div>\r\n </mat-tab>-->\r\n </mat-tab-group>\r\n\r\n <div class=\"options-container\">\r\n <div *ngFor=\"let location of ConnectEigenschapOptieResponse.locations\">\r\n <b>{{ location.location }}</b>\r\n <div *ngFor=\"let ebo of location.ebos\">\r\n {{ ebo }}\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".full-width{width:100%}.options-container{max-height:300px}.tool-bar{padding:2px}\n"] }]
|
|
153
|
+
}], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: undefined, decorators: [{
|
|
154
|
+
type: Inject,
|
|
155
|
+
args: [MAT_DIALOG_DATA]
|
|
156
|
+
}] }, { type: i2.FiltersApiClient }, { type: i2.ProductsApiClient }, { type: i3.ProductsService }]; } });
|
|
157
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXByb2R1Y3RzLWtvcHBlbC1maWx0ZXJvcHRpb24tZGFpbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLXByb2R1Y3RzL2JlaGVlci1wcm9kdWN0cy1rb3BwZWwtZmlsdGVyb3B0aW9uLWRhaWxvZy9iZWhlZXItcHJvZHVjdHMta29wcGVsLWZpbHRlcm9wdGlvbi1kYWlsb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWtvcHBlbC1maWx0ZXJvcHRpb24tZGFpbG9nL2JlaGVlci1wcm9kdWN0cy1rb3BwZWwtZmlsdGVyb3B0aW9uLWRhaWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMxRCxPQUFPLEVBQWdCLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRXpFLE9BQU8sRUFBNkQseUJBQXlCLEVBQThCLG1CQUFtQixFQUF3Qiw2QkFBNkIsRUFBcUQsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7QUFPbFMsTUFBTSxPQUFPLCtDQUErQztJQWlCMUQsWUFDUyxTQUF3RSxFQUMvQyxJQUFTLEVBQ2pDLGdCQUFrQyxFQUNsQyxpQkFBb0MsRUFDcEMsZUFBZ0M7UUFKakMsY0FBUyxHQUFULFNBQVMsQ0FBK0Q7UUFDL0MsU0FBSSxHQUFKLElBQUksQ0FBSztRQUNqQyxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBQ2xDLHNCQUFpQixHQUFqQixp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Y3QsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0RGlhbG9nUmVmLCBNQVRfRElBTE9HX0RBVEEgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5pbXBvcnQgeyBQcm9kdWN0c1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi8uLi9zZXJ2aWNlcy9wcm9kdWN0cy5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRmlsdGVyc0FwaUNsaWVudCwgRmlsdGVyc1ZpZXdNb2RlbCwgRmlsdGVyT3B0aW9uVmlld01vZGVsLCBDcmVhdGVGaWx0ZXJPcHRpb25SZXF1ZXN0LCBDcmVhdGVGaWx0ZXJPcHRpb25SZXNwb25zZSwgQ3JlYXRlRmlsdGVyUmVxdWVzdCwgQ3JlYXRlRmlsdGVyUmVzcG9uc2UsIENvbm5lY3RFaWdlbnNjaGFwT3B0aWVSZXF1ZXN0LCBQcm9kdWN0c0FwaUNsaWVudCwgQ29ubmVjdEVpZ2Vuc2NoYXBPcHRpZVJlc3BvbnNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcclxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLXByb2R1Y3RzLWtvcHBlbC1maWx0ZXJvcHRpb24tZGFpbG9nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1wcm9kdWN0cy1rb3BwZWwtZmlsdGVyb3B0aW9uLWRhaWxvZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JlaGVlci1wcm9kdWN0cy1rb3BwZWwtZmlsdGVyb3B0aW9uLWRhaWxvZy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJlaGVlclByb2R1Y3RzS29wcGVsRmlsdGVyb3B0aW9uRGFpbG9nQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBwdWJsaWMgRmlsdGVyc1ZpZXdNb2RlbDogRmlsdGVyc1ZpZXdNb2RlbDtcblxuICBwdWJsaWMgRmlsdGVyTmFhbU5pZXV3OiBzdHJpbmcgPSBcIlwiO1xuICBwdWJsaWMgRmlsdGVyT3B0aW9uTmFhbU5pZXV3OiBzdHJpbmcgPSBcIlwiO1xuXG4gIHB1YmxpYyBMb2FkaW5nRmlsdGVyczogYm9vbGVhbiA9IHRydWU7XG4gIHB1YmxpYyBMb2FkaW5nT3B0aWVzOiBib29sZWFuID0gdHJ1ZTtcbiAgcHVibGljIEZpbHRlclNlbGVjdGVkOiBudW1iZXI7XG4gIHB1YmxpYyBGaWx0ZXJPcHRpb25TZWxlY3RlZDogbnVtYmVyO1xuXG4gIHB1YmxpYyBCQ0JFaWdlbnNjaGFwT3B0aWVJZDogbnVtYmVyO1xuICBwdWJsaWMgTG9jYXRpb246IHN0cmluZztcblxuICBwdWJsaWMgQ29ubmVjdEVpZ2Vuc2NoYXBPcHRpZVJlc3BvbnNlOiBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVzcG9uc2U7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPEJlaGVlclByb2R1Y3RzS29wcGVsRmlsdGVyb3B0aW9uRGFpbG9nQ29tcG9uZW50PixcbiAgICBASW5qZWN0KE1BVF9ESUFMT0dfREFUQSkgcHVibGljIGRhdGE6IGFueSxcbiAgICBwcml2YXRlIEZpbHRlcnNBcGlDbGllbnQ6IEZpbHRlcnNBcGlDbGllbnQsXG4gICAgcHJpdmF0ZSBQcm9kdWN0c0FwaUNsaWVudDogUHJvZHVjdHNBcGlDbGllbnQsXG4gICAgcHJpdmF0ZSBQcm9kdWN0c1NlcnZpY2U6IFByb2R1Y3RzU2VydmljZSkge1xuICAgIHRoaXMuQkNCRWlnZW5zY2hhcE9wdGllSWQgPSBkYXRhLmJjYmVpZ2Vuc2NoYXBvcHRpZWlkO1xuICAgIHRoaXMuTG9jYXRpb24gPSBkYXRhLmxvY2F0aW9uO1xuICAgIHRoaXMuRmlsdGVyTmFhbU5pZXV3ID0gZGF0YS5zdWdnZXN0ZWRmaWx0ZXI7XG4gICAgdGhpcy5GaWx0ZXJPcHRpb25OYWFtTmlldXcgPSBkYXRhLnN1Z2dlc3RlZG9wdGlvbjtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5Mb2FkRmlsdGVycygpO1xyXG4gICAgdGhpcy5Mb2FkT3B0aWVzKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaGFuZGxlS2V5VXBGaWx0ZXIoZTogYW55KSB7XHJcbiAgICBpZiAoZS5rZXlDb2RlID09PSAxMykge1xyXG4gICAgICB0aGlzLk5pZXV3RmlsdGVyVG9ldm9lZ2VuKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaGFuZGxlS2V5VXBGaWx0ZXJPcHRpb24oZTogYW55KSB7XHJcbiAgICBpZiAoZS5rZXlDb2RlID09PSAxMykge1xyXG4gICAgICB0aGlzLk5pZXV3RmlsdGVyT3B0aW9uVG9ldm9lZ2VuKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cbiAgcHVibGljIE5pZXV3RmlsdGVyVG9ldm9lZ2VuKCk6IHZvaWQge1xuICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSB0cnVlO1xyXG5cclxuICAgIHZhciByZXF1ZXN0ZmlsdGVyOiBDcmVhdGVGaWx0ZXJSZXF1ZXN0ID0gbmV3IENyZWF0ZUZpbHRlclJlcXVlc3QoKTtcclxuXHJcbiAgICByZXF1ZXN0ZmlsdGVyLm5hbWUgPSB0aGlzLkZpbHRlck5hYW1OaWV1dztcclxuXHJcbiAgICB0aGlzLkZpbHRlcnNBcGlDbGllbnQuY3JlYXRlRmlsdGVyKHJlcXVlc3RmaWx0ZXIpLnN1YnNjcmliZSgobW9kZWw6IENyZWF0ZUZpbHRlclJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSBmYWxzZTtcclxuXHJcbiAgICAgIHZhciByZXF1ZXN0ZmlsdGVyb3B0aW9uID0gbmV3IENyZWF0ZUZpbHRlck9wdGlvblJlcXVlc3QoKTtcclxuXHJcbiAgICAgIHJlcXVlc3RmaWx0ZXJvcHRpb24uZmlsdGVySWQgPSBtb2RlbC5pZDtcclxuICAgICAgcmVxdWVzdGZpbHRlcm9wdGlvbi5uYW1lID0gdGhpcy5GaWx0ZXJPcHRpb25OYWFtTmlldXc7XHJcblxyXG4gICAgICB0aGlzLkZpbHRlcnNBcGlDbGllbnQuY3JlYXRlRmlsdGVyT3B0aW9uKHJlcXVlc3RmaWx0ZXJvcHRpb24pLnN1YnNjcmliZSgobW9kZWw6IENyZWF0ZUZpbHRlck9wdGlvblJlc3BvbnNlKSA9PiB7XHJcbiAgICAgICAgdGhpcy5Mb2FkaW5nRmlsdGVycyA9IGZhbHNlO1xyXG5cclxuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSh7IGZpbHRlcjogbnVsbCwgZmlsdGVyb3B0aW9uOiBtb2RlbC5pZCB9KTtcclxuICAgICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICAgIGlmIChlcnJvci5zdGF0dXMgPT0gNDAwKVxyXG4gICAgICAgICAgY29uc29sZS5sb2coZXJyb3IuanNvbigpKTtcclxuICAgICAgICBlbHNlIHtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuICAgICAgICAgIGNvbnNvbGUubG9nKGVycm9yKTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSBmYWxzZTtcclxuICAgICAgfSk7XHJcblxyXG4gICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICBpZiAoZXJyb3Iuc3RhdHVzID09IDQwMClcclxuICAgICAgICBjb25zb2xlLmxvZyhlcnJvci5qc29uKCkpO1xyXG4gICAgICBlbHNlIHtcclxuICAgICAgICBjb25zb2xlLmxvZygnQW4gdW5leHBlY3RlZCBlcnJvciBvY2N1cmVkJyk7XHJcbiAgICAgICAgY29uc29sZS5sb2coZXJyb3IpO1xyXG4gICAgICB9XHJcblxyXG4gICAgICB0aGlzLkxvYWRpbmdGaWx0ZXJzID0gZmFsc2U7XHJcbiAgICB9KTtcclxuICB9XG5cbiAgcHVibGljIE5pZXV3RmlsdGVyT3B0aW9uVG9ldm9lZ2VuKCk6IHZvaWQge1xuICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSB0cnVlO1xyXG5cclxuICAgIHZhciByZXF1ZXN0ZmlsdGVyb3B0aW9uID0gbmV3IENyZWF0ZUZpbHRlck9wdGlvblJlcXVlc3QoKTtcclxuXHJcbiAgICByZXF1ZXN0ZmlsdGVyb3B0aW9uLmZpbHRlcklkID0gdGhpcy5GaWx0ZXJTZWxlY3RlZDtcclxuICAgIHJlcXVlc3RmaWx0ZXJvcHRpb24ubmFtZSA9IHRoaXMuRmlsdGVyT3B0aW9uTmFhbU5pZXV3O1xyXG5cclxuICAgIHRoaXMuRmlsdGVyc0FwaUNsaWVudC5jcmVhdGVGaWx0ZXJPcHRpb24ocmVxdWVzdGZpbHRlcm9wdGlvbikuc3Vic2NyaWJlKChtb2RlbDogQ3JlYXRlRmlsdGVyT3B0aW9uUmVzcG9uc2UpID0+IHtcclxuICAgICAgdGhpcy5Mb2FkaW5nRmlsdGVycyA9IGZhbHNlO1xyXG5cclxuICAgICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoeyBmaWx0ZXI6IG51bGwsIGZpbHRlcm9wdGlvbjogbW9kZWwuaWQgfSk7XHJcbiAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGlmIChlcnJvci5zdGF0dXMgPT0gNDAwKVxyXG4gICAgICAgIGNvbnNvbGUubG9nKGVycm9yLmpzb24oKSk7XHJcbiAgICAgIGVsc2Uge1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuICAgICAgICBjb25zb2xlLmxvZyhlcnJvcik7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSBmYWxzZTtcclxuICAgIH0pO1xyXG4gIH1cblxuICBwdWJsaWMgQmVzdGFhbmRUb2V2b2VnZW4oKTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoeyBmaWx0ZXI6IG51bGwsIGZpbHRlcm9wdGlvbjogdGhpcy5GaWx0ZXJPcHRpb25TZWxlY3RlZCB9KTtcclxuICB9XG5cbiAgcHVibGljIEdldFNlbGVjdGVkRmlsdGVyc09wdGlvbnMoKTogQXJyYXk8RmlsdGVyT3B0aW9uVmlld01vZGVsPiB7XG4gICAgdmFyIGFycmF5ID0gbmV3IEFycmF5PEZpbHRlck9wdGlvblZpZXdNb2RlbD4oKTtcclxuXHJcbiAgICB2YXIgdGVtcGFycmF5ID0gdGhpcy5GaWx0ZXJzVmlld01vZGVsPy5maWx0ZXJWaWV3TW9kZWxzO1xyXG5cclxuICAgIGlmICh0ZW1wYXJyYXkgIT0gbnVsbCkge1xyXG4gICAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRlbXBhcnJheS5sZW5ndGg7IGkrKykge1xyXG4gICAgICAgIGlmICh0ZW1wYXJyYXlbaV0uaWQgPT0gdGhpcy5GaWx0ZXJTZWxlY3RlZCkge1xyXG4gICAgICAgICAgcmV0dXJuIHRlbXBhcnJheVtpXS5maWx0ZXJPcHRpb25WaWV3TW9kZWxzIGFzIEFycmF5PEZpbHRlck9wdGlvblZpZXdNb2RlbD47XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgcmV0dXJuIGFycmF5O1xyXG4gIH1cblxuICBwdWJsaWMgS29wcGVsTWFueU5hbWUoKTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoeyBmaWx0ZXI6IHRoaXMuRmlsdGVyU2VsZWN0ZWQsIGZpbHRlcm9wdGlvbjogbnVsbCB9KTtcclxuICB9XG5cbiAgcHVibGljIExvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuTG9hZGluZ09wdGllcyB8fCB0aGlzLkxvYWRpbmdGaWx0ZXJzO1xyXG4gIH1cblxuICBwcml2YXRlIExvYWRGaWx0ZXJzKCk6IHZvaWQge1xyXG4gICAgdGhpcy5Mb2FkaW5nRmlsdGVycyA9IHRydWU7XHJcblxyXG4gICAgdGhpcy5GaWx0ZXJzQXBpQ2xpZW50LmdldEZpbHRlcnNWaWV3TW9kZWwoKS5zdWJzY3JpYmUoKG1vZGVsOiBGaWx0ZXJzVmlld01vZGVsKSA9PiB7XHJcbiAgICAgIHRoaXMuRmlsdGVyc1ZpZXdNb2RlbCA9IG1vZGVsO1xyXG4gICAgICB0aGlzLkxvYWRpbmdGaWx0ZXJzID0gZmFsc2U7XHJcbiAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGlmIChlcnJvci5zdGF0dXMgPT0gNDAwKVxyXG4gICAgICAgIGNvbnNvbGUubG9nKGVycm9yLmpzb24oKSk7XHJcbiAgICAgIGVsc2Uge1xyXG4gICAgICAgIGNvbnNvbGUubG9nKCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuICAgICAgICBjb25zb2xlLmxvZyhlcnJvcik7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZ0ZpbHRlcnMgPSBmYWxzZTtcclxuICAgIH0pO1xyXG4gIH1cblxuICBwcml2YXRlIExvYWRPcHRpZXMoKTogdm9pZCB7XHJcbiAgICBpZiAodGhpcy5Qcm9kdWN0c1NlcnZpY2UuQkNCUHJvZHVjdFZpZXdNb2RlbCAhPSBudWxsKSB7XHJcbiAgICAgIHRoaXMuTG9hZGluZ09wdGllcyA9IHRydWU7XHJcblxyXG4gICAgICB2YXIgcmVxdWVzdCA9IG5ldyBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVxdWVzdCgpO1xyXG5cclxuICAgICAgcmVxdWVzdC5iY2JFaWdlbnNjaGFwT3B0aWVJZCA9IHRoaXMuQkNCRWlnZW5zY2hhcE9wdGllSWQ7XHJcbiAgICAgIHJlcXVlc3QuYmNiUHJvZHVjdElkID0gdGhpcy5Qcm9kdWN0c1NlcnZpY2UuQkNCUHJvZHVjdFZpZXdNb2RlbC5pZDtcclxuICAgICAgcmVxdWVzdC5sb2NhdGlvbiA9IHRoaXMuTG9jYXRpb247XHJcblxyXG4gICAgICB0aGlzLlByb2R1Y3RzQXBpQ2xpZW50LmNvbm5lY3RCQ0JFaWdlbnNjaGFwT3B0aWVGaWx0ZXJPcHRpb25QcmV2aWV3KHJlcXVlc3QpLnN1YnNjcmliZSgobW9kZWw6IENvbm5lY3RFaWdlbnNjaGFwT3B0aWVSZXNwb25zZSkgPT4ge1xyXG4gICAgICAgIHRoaXMuQ29ubmVjdEVpZ2Vuc2NoYXBPcHRpZVJlc3BvbnNlID0gbW9kZWw7XHJcbiAgICAgICAgdGhpcy5Mb2FkaW5nT3B0aWVzID0gZmFsc2U7XHJcbiAgICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgICBhbGVydChlcnJvcik7XHJcbiAgICAgIH0pO1xyXG4gICAgfVxyXG4gIH1cbn1cbiIsIjxkaXYgKm5nSWY9XCJMb2FkaW5nKClcIj5cclxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cclxuPC9kaXY+XHJcblxyXG48ZGl2ICpuZ0lmPVwiIUxvYWRpbmcoKVwiPlxyXG4gIDxtYXQtdGFiLWdyb3VwPlxyXG4gICAgPG1hdC10YWIgbGFiZWw9XCJOaWV1d2UgZmlsdGVyXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXJcIj5cclxuICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+RmlsdGVyPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8aW5wdXQgbWF0SW5wdXQgWyhuZ01vZGVsKV09XCJGaWx0ZXJOYWFtTmlldXdcIj5cclxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG5cclxuICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+T3B0aWU8L21hdC1sYWJlbD5cclxuICAgICAgICAgIDxpbnB1dCBtYXRJbnB1dCAoa2V5dXApPVwiaGFuZGxlS2V5VXBGaWx0ZXIoJGV2ZW50KVwiIFsobmdNb2RlbCldPVwiRmlsdGVyT3B0aW9uTmFhbU5pZXV3XCI+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyIHRvb2wtYmFyXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiTmlldXdGaWx0ZXJUb2V2b2VnZW4oKVwiPlRvZXZvZWdlbjwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbWF0LXRhYj5cclxuICAgIDxtYXQtdGFiIGxhYmVsPVwiTmlldXdlIG9wdGllXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXJcIj5cclxuICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+RmlsdGVyPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBbKG5nTW9kZWwpXT1cIkZpbHRlclNlbGVjdGVkXCI+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBmaWx0ZXIgb2YgRmlsdGVyc1ZpZXdNb2RlbC5maWx0ZXJWaWV3TW9kZWxzXCIgW3ZhbHVlXT1cImZpbHRlci5pZFwiPlxyXG4gICAgICAgICAgICAgIHt7ZmlsdGVyLm5hbWV9fVxyXG4gICAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuXHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPk9wdGllPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8aW5wdXQgbWF0SW5wdXQgKGtleXVwKT1cImhhbmRsZUtleVVwRmlsdGVyT3B0aW9uKCRldmVudClcIiBbKG5nTW9kZWwpXT1cIkZpbHRlck9wdGlvbk5hYW1OaWV1d1wiPlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgPGRpdiBjbGFzcz1cImJhciB0b29sLWJhclwiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIk5pZXV3RmlsdGVyT3B0aW9uVG9ldm9lZ2VuKClcIj5Ub2V2b2VnZW48L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L21hdC10YWI+XHJcbiAgICA8bWF0LXRhYiBsYWJlbD1cIkJlc3RhYW5kXCI+XHJcblxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPkZpbHRlcjwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgPG1hdC1zZWxlY3QgWyhuZ01vZGVsKV09XCJGaWx0ZXJTZWxlY3RlZFwiPlxyXG4gICAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgZmlsdGVyIG9mIEZpbHRlcnNWaWV3TW9kZWwuZmlsdGVyVmlld01vZGVsc1wiIFt2YWx1ZV09XCJmaWx0ZXIuaWRcIj5cclxuICAgICAgICAgICAgICB7e2ZpbHRlci5uYW1lfX1cclxuICAgICAgICAgICAgPC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcblxyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwiZmlsbFwiIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgICAgPG1hdC1sYWJlbD5PcHRpZTwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgPG1hdC1zZWxlY3QgWyhuZ01vZGVsKV09XCJGaWx0ZXJPcHRpb25TZWxlY3RlZFwiPlxyXG4gICAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgZmlsdGVyb3B0aW9uIG9mIEdldFNlbGVjdGVkRmlsdGVyc09wdGlvbnMoKVwiIFt2YWx1ZV09XCJmaWx0ZXJvcHRpb24uaWRcIj5cclxuICAgICAgICAgICAgICB7e2ZpbHRlcm9wdGlvbi5uYW1lfX1cclxuICAgICAgICAgICAgPC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgPGRpdiBjbGFzcz1cImJhciB0b29sLWJhclwiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkJlc3RhYW5kVG9ldm9lZ2VuKClcIj5Ub2V2b2VnZW48L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L21hdC10YWI+XHJcbiAgICA8IS0tPG1hdC10YWIgbGFiZWw9XCJNYW55IE5hbWVcIj5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgPG1hdC1sYWJlbD5GaWx0ZXI8L21hdC1sYWJlbD5cclxuICAgICAgICA8bWF0LXNlbGVjdCBbKG5nTW9kZWwpXT1cIkZpbHRlclNlbGVjdGVkXCI+XHJcbiAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgZmlsdGVyIG9mIEZpbHRlcnNWaWV3TW9kZWwuZmlsdGVyVmlld01vZGVsc1wiIFt2YWx1ZV09XCJmaWx0ZXIuaWRcIj5cclxuICAgICAgICAgICAge3tmaWx0ZXIubmFtZX19XHJcbiAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG5cclxuICAgICAgPGFwcC1iZWhlZXItY29ubmVjdC1tYW55bmFtZT48L2FwcC1iZWhlZXItY29ubmVjdC1tYW55bmFtZT5cclxuXHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXIgdG9vbC1iYXJcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJLb3BwZWxNYW55TmFtZSgpXCI+S29wcGVsPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9tYXQtdGFiPi0tPlxyXG4gIDwvbWF0LXRhYi1ncm91cD5cclxuXHJcbiAgPGRpdiBjbGFzcz1cIm9wdGlvbnMtY29udGFpbmVyXCI+XHJcbiAgICA8ZGl2ICpuZ0Zvcj1cImxldCBsb2NhdGlvbiBvZiBDb25uZWN0RWlnZW5zY2hhcE9wdGllUmVzcG9uc2UubG9jYXRpb25zXCI+XHJcbiAgICAgIDxiPnt7IGxvY2F0aW9uLmxvY2F0aW9uIH19PC9iPlxyXG4gICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBlYm8gb2YgbG9jYXRpb24uZWJvc1wiPlxyXG4gICAgICAgIHt7IGVibyB9fVxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../../../services/products.service";
|
|
4
|
+
import * as i2 from "@angular/material/form-field";
|
|
5
|
+
import * as i3 from "@angular/material/input";
|
|
6
|
+
import * as i4 from "@angular/forms";
|
|
7
|
+
import * as i5 from "@angular/material/button";
|
|
8
|
+
import * as i6 from "@angular/material/card";
|
|
9
|
+
export class BeheerProductsProductComponent {
|
|
10
|
+
constructor(ProductsService, ChangeDetectorRef) {
|
|
11
|
+
this.ProductsService = ProductsService;
|
|
12
|
+
this.ChangeDetectorRef = ChangeDetectorRef;
|
|
13
|
+
}
|
|
14
|
+
ResetImport() {
|
|
15
|
+
this.ProductsService.ResetImport(this.ProductViewModel.id, -1, this.ChangeDetectorRef);
|
|
16
|
+
}
|
|
17
|
+
ngOnInit() {
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
BeheerProductsProductComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsProductComponent, deps: [{ token: i1.ProductsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
BeheerProductsProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerProductsProductComponent, selector: "app-beheer-products-product", inputs: { ProductViewModel: "ProductViewModel" }, ngImport: i0, template: "<mat-card>\r\n <div class=\"product-bar\">\r\n <div class=\"product-first block\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"ProductViewModel.name\">\r\n </mat-form-field>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button (click)=\"ResetImport()\">\r\n Reset Import\r\n </button>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button [disabled]=\"true\">\r\n Opslaan\r\n </button>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button [disabled]=\"true\">\r\n Verwijderen\r\n </button>\r\n </div>\r\n </div>\r\n</mat-card>\r\n\r\n", styles: [".product-bar{display:flex}.product-first{flex:auto}.full-width{width:100%}.block{padding:3px}\n"], dependencies: [{ kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { 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.MatCard, selector: "mat-card", exportAs: ["matCard"] }] });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsProductComponent, decorators: [{
|
|
23
|
+
type: Component,
|
|
24
|
+
args: [{ selector: 'app-beheer-products-product', template: "<mat-card>\r\n <div class=\"product-bar\">\r\n <div class=\"product-first block\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"ProductViewModel.name\">\r\n </mat-form-field>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button (click)=\"ResetImport()\">\r\n Reset Import\r\n </button>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button [disabled]=\"true\">\r\n Opslaan\r\n </button>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button [disabled]=\"true\">\r\n Verwijderen\r\n </button>\r\n </div>\r\n </div>\r\n</mat-card>\r\n\r\n", styles: [".product-bar{display:flex}.product-first{flex:auto}.full-width{width:100%}.block{padding:3px}\n"] }]
|
|
25
|
+
}], ctorParameters: function () { return [{ type: i1.ProductsService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { ProductViewModel: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}] } });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXByb2R1Y3RzLXByb2R1Y3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLXByb2R1Y3QvYmVoZWVyLXByb2R1Y3RzLXByb2R1Y3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLXByb2R1Y3QvYmVoZWVyLXByb2R1Y3RzLXByb2R1Y3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQXFCLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztBQVM1RSxNQUFNLE9BQU8sOEJBQThCO0lBSXpDLFlBQW1CLGVBQWdDLEVBQVUsaUJBQW9DO1FBQTlFLG9CQUFlLEdBQWYsZUFBZSxDQUFpQjtRQUFVLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFBSSxDQUFDO0lBRS9GLFdBQVc7UUFDaEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUN6RixDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7OzJIQVhVLDhCQUE4QjsrR0FBOUIsOEJBQThCLHFIQ1QzQywwdkJBMEJBOzJGRGpCYSw4QkFBOEI7a0JBTDFDLFNBQVM7K0JBQ0UsNkJBQTZCO3NJQU05QixnQkFBZ0I7c0JBQXhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQcm9kdWN0c1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi8uLi9zZXJ2aWNlcy9wcm9kdWN0cy5zZXJ2aWNlJztcclxuaW1wb3J0IHsgUHJvZHVjdFZpZXdNb2RlbCB9IGZyb20gJy4uLy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1iZWhlZXItcHJvZHVjdHMtcHJvZHVjdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItcHJvZHVjdHMtcHJvZHVjdC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JlaGVlci1wcm9kdWN0cy1wcm9kdWN0LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQmVoZWVyUHJvZHVjdHNQcm9kdWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBASW5wdXQoKSBQcm9kdWN0Vmlld01vZGVsOiBQcm9kdWN0Vmlld01vZGVsO1xuXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBQcm9kdWN0c1NlcnZpY2U6IFByb2R1Y3RzU2VydmljZSwgcHJpdmF0ZSBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHsgfVxuXG4gIHB1YmxpYyBSZXNldEltcG9ydCgpOiB2b2lkIHtcbiAgICB0aGlzLlByb2R1Y3RzU2VydmljZS5SZXNldEltcG9ydCh0aGlzLlByb2R1Y3RWaWV3TW9kZWwuaWQsIC0xLCB0aGlzLkNoYW5nZURldGVjdG9yUmVmKTtcclxuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPG1hdC1jYXJkPlxyXG4gIDxkaXYgY2xhc3M9XCJwcm9kdWN0LWJhclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInByb2R1Y3QtZmlyc3QgYmxvY2tcIj5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgPG1hdC1sYWJlbD5OYWFtPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPGlucHV0IG1hdElucHV0IFsobmdNb2RlbCldPVwiUHJvZHVjdFZpZXdNb2RlbC5uYW1lXCI+XHJcbiAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJibG9ja1wiPlxyXG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJSZXNldEltcG9ydCgpXCI+XHJcbiAgICAgICAgUmVzZXQgSW1wb3J0XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYmxvY2tcIj5cclxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxyXG4gICAgICAgIE9wc2xhYW5cclxuICAgICAgPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJibG9ja1wiPlxyXG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIFtkaXNhYmxlZF09XCJ0cnVlXCI+XHJcbiAgICAgICAgVmVyd2lqZGVyZW5cclxuICAgICAgPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9tYXQtY2FyZD5cclxuXHJcbiJdfQ==
|