fabrikantencore 2.6.11 → 2.6.13
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 → esm2022}/fabrikantencore.mjs +4 -4
- package/{esm2020 → esm2022}/public_api.mjs +12 -12
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +73 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +54 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +139 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +211 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +88 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +99 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +34 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +80 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +21 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +47 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +56 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +125 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +185 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +216 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +18 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +143 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +32 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +150 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.mjs +87 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +85 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +299 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +101 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.mjs +82 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.mjs +43 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +27 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +27 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +289 -0
- package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +143 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +158 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +15 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +86 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +36 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +69 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +55 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +134 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +320 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.mjs +64 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-colour-label/fab-filter-colour-label.component.mjs +64 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.mjs +94 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.mjs +134 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +49 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +34 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +18 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +63 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-input/fab-input.component.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +26 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +16 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +53 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.mjs +45 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +53 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +36 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.mjs +24 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +47 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +115 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +100 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +79 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +59 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +99 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.mjs +45 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.mjs +30 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +75 -0
- package/esm2022/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +48 -0
- package/{esm2020 → esm2022}/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +96 -89
- package/esm2022/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +483 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +33 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +28 -0
- package/esm2022/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +29 -0
- package/esm2022/src/app/modules/fabrikantencore/services/authentication.service.mjs +74 -0
- package/esm2022/src/app/modules/fabrikantencore/services/bestek.service.mjs +90 -0
- package/esm2022/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +988 -0
- package/esm2022/src/app/modules/fabrikantencore/services/importsets.service.mjs +137 -0
- package/esm2022/src/app/modules/fabrikantencore/services/mobile.service.mjs +50 -0
- package/esm2022/src/app/modules/fabrikantencore/services/navigate.service.mjs +42 -0
- package/esm2022/src/app/modules/fabrikantencore/services/photo.service.mjs +102 -0
- package/esm2022/src/app/modules/fabrikantencore/services/products.service.mjs +223 -0
- package/esm2022/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +94 -0
- package/esm2022/src/app/modules/fabrikantencore/services/statistics.service.mjs +82 -0
- package/esm2022/src/app/modules/fabrikantencore/services/svg.service.mjs +79 -0
- package/esm2022/src/app/modules/fabrikantencore/services/texture.service.mjs +31 -0
- package/esm2022/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +57 -0
- package/esm2022/src/app/modules/fabrikantencore/services/translate.service.mjs +135 -0
- package/esm2022/src/app/modules/fabrikantencore/services/webgl.service.mjs +64 -0
- package/{esm2020 → esm2022}/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +11481 -10774
- package/{fesm2020 → fesm2022}/fabrikantencore.mjs +18860 -17864
- package/fesm2022/fabrikantencore.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/package.json +23 -27
- package/public_api.d.ts +12 -12
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +14 -14
- package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.d.ts +22 -22
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.d.ts +19 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.d.ts +11 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts +30 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +24 -24
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.d.ts +29 -29
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.d.ts +14 -14
- package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.d.ts +21 -21
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +10 -10
- package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.d.ts +19 -19
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.d.ts +17 -17
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +34 -34
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +36 -36
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +30 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.d.ts +10 -10
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.d.ts +36 -36
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.d.ts +14 -14
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +26 -26
- package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.d.ts +17 -17
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.d.ts +41 -41
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.d.ts +30 -30
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.d.ts +25 -23
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.d.ts +14 -14
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.d.ts +12 -12
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.d.ts +12 -12
- package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.d.ts +11 -11
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +44 -28
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +25 -25
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.d.ts +51 -51
- package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.d.ts +8 -8
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts +24 -24
- package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.d.ts +15 -15
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +22 -22
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.d.ts +28 -28
- package/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.d.ts +38 -38
- package/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.d.ts +22 -22
- package/src/app/modules/fabrikantencore/components/fab-filter-colour-label/fab-filter-colour-label.component.d.ts +22 -22
- package/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.d.ts +28 -28
- package/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.d.ts +28 -28
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +19 -19
- package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.d.ts +12 -12
- package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.d.ts +9 -9
- package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.d.ts +12 -12
- package/src/app/modules/fabrikantencore/components/fab-input/fab-input.component.d.ts +9 -9
- package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.d.ts +13 -13
- package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.d.ts +8 -8
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.d.ts +23 -23
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.d.ts +15 -15
- 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 -12
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.d.ts +17 -17
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +36 -36
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +28 -28
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +28 -28
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +24 -24
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +25 -25
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.d.ts +15 -15
- package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.d.ts +15 -15
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts +26 -26
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.d.ts +20 -20
- package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts +25 -25
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +105 -104
- package/src/app/modules/fabrikantencore/helpers/auth.guard.d.ts +11 -11
- package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.d.ts +11 -11
- package/src/app/modules/fabrikantencore/helpers/error.interceptor.d.ts +11 -11
- package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +20 -20
- package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +20 -20
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +99 -99
- package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +31 -31
- package/src/app/modules/fabrikantencore/services/mobile.service.d.ts +19 -19
- package/src/app/modules/fabrikantencore/services/navigate.service.d.ts +15 -15
- package/src/app/modules/fabrikantencore/services/photo.service.d.ts +20 -20
- package/src/app/modules/fabrikantencore/services/products.service.d.ts +31 -31
- package/src/app/modules/fabrikantencore/services/projectsetting.service.d.ts +20 -20
- package/src/app/modules/fabrikantencore/services/statistics.service.d.ts +17 -17
- package/src/app/modules/fabrikantencore/services/svg.service.d.ts +27 -27
- package/src/app/modules/fabrikantencore/services/texture.service.d.ts +12 -12
- package/src/app/modules/fabrikantencore/services/toebehoren.service.d.ts +18 -18
- package/src/app/modules/fabrikantencore/services/translate.service.d.ts +27 -27
- package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +21 -21
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +2970 -2955
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +0 -56
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +0 -77
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +0 -49
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +0 -28
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +0 -133
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +0 -225
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +0 -87
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +0 -56
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +0 -90
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +0 -30
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +0 -74
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +0 -44
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +0 -19
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +0 -48
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +0 -56
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +0 -111
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +0 -175
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +0 -208
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +0 -16
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +0 -144
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +0 -28
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +0 -150
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.mjs +0 -87
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +0 -89
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +0 -299
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +0 -104
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.mjs +0 -76
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.mjs +0 -40
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +0 -24
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +0 -24
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +0 -27
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +0 -126
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +0 -143
- package/esm2020/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +0 -147
- package/esm2020/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +0 -14
- package/esm2020/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +0 -80
- package/esm2020/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +0 -31
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +0 -68
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +0 -49
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +0 -128
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +0 -305
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.mjs +0 -57
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour-label/fab-filter-colour-label.component.mjs +0 -57
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.mjs +0 -88
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.mjs +0 -128
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +0 -42
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +0 -55
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +0 -32
- package/esm2020/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +0 -16
- package/esm2020/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +0 -57
- package/esm2020/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.mjs +0 -29
- package/esm2020/src/app/modules/fabrikantencore/components/fab-input/fab-input.component.mjs +0 -29
- package/esm2020/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +0 -23
- package/esm2020/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +0 -15
- package/esm2020/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +0 -48
- package/esm2020/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.mjs +0 -40
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +0 -46
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +0 -32
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.mjs +0 -21
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +0 -42
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +0 -106
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +0 -93
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +0 -70
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +0 -52
- package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +0 -92
- package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.mjs +0 -40
- package/esm2020/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.mjs +0 -26
- package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +0 -26
- package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +0 -66
- package/esm2020/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +0 -42
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +0 -478
- package/esm2020/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +0 -30
- package/esm2020/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +0 -26
- package/esm2020/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +0 -27
- package/esm2020/src/app/modules/fabrikantencore/services/authentication.service.mjs +0 -70
- package/esm2020/src/app/modules/fabrikantencore/services/bestek.service.mjs +0 -91
- package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +0 -1066
- package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +0 -137
- package/esm2020/src/app/modules/fabrikantencore/services/mobile.service.mjs +0 -47
- package/esm2020/src/app/modules/fabrikantencore/services/navigate.service.mjs +0 -39
- package/esm2020/src/app/modules/fabrikantencore/services/photo.service.mjs +0 -99
- package/esm2020/src/app/modules/fabrikantencore/services/products.service.mjs +0 -226
- package/esm2020/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +0 -90
- package/esm2020/src/app/modules/fabrikantencore/services/statistics.service.mjs +0 -82
- package/esm2020/src/app/modules/fabrikantencore/services/svg.service.mjs +0 -78
- package/esm2020/src/app/modules/fabrikantencore/services/texture.service.mjs +0 -33
- package/esm2020/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +0 -58
- package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +0 -127
- package/esm2020/src/app/modules/fabrikantencore/services/webgl.service.mjs +0 -66
- package/fesm2015/fabrikantencore.mjs +0 -18179
- package/fesm2015/fabrikantencore.mjs.map +0 -1
- package/fesm2020/fabrikantencore.mjs.map +0 -1
package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
-
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenRangeInputViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FabRangeInputComponent implements OnInit {
|
|
7
|
-
private FabrikantenService;
|
|
8
|
-
TranslateService: TranslateService;
|
|
9
|
-
private ChangeDetectorRef;
|
|
10
|
-
_rangeinput: FabrikantenRangeInputViewModel;
|
|
11
|
-
get rangeinput(): FabrikantenRangeInputViewModel;
|
|
12
|
-
set rangeinput(value: FabrikantenRangeInputViewModel);
|
|
13
|
-
value: number;
|
|
14
|
-
get TranslationCategory(): typeof TranslationCategory;
|
|
15
|
-
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
16
|
-
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ProcessChange(): void;
|
|
19
|
-
GetMin(): number;
|
|
20
|
-
GetMax(): number;
|
|
21
|
-
GetToolTip(): string;
|
|
22
|
-
private GetTranslateString;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabRangeInputComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabRangeInputComponent, "app-fab-range-input", never, { "rangeinput": "rangeinput"; }, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { TranslateService } from '../../services/translate.service';
|
|
4
|
+
import { FabrikantenRangeInputViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FabRangeInputComponent implements OnInit {
|
|
7
|
+
private FabrikantenService;
|
|
8
|
+
TranslateService: TranslateService;
|
|
9
|
+
private ChangeDetectorRef;
|
|
10
|
+
_rangeinput: FabrikantenRangeInputViewModel;
|
|
11
|
+
get rangeinput(): FabrikantenRangeInputViewModel;
|
|
12
|
+
set rangeinput(value: FabrikantenRangeInputViewModel);
|
|
13
|
+
value: number;
|
|
14
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
15
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
16
|
+
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ProcessChange(): void;
|
|
19
|
+
GetMin(): number;
|
|
20
|
+
GetMax(): number;
|
|
21
|
+
GetToolTip(): string;
|
|
22
|
+
private GetTranslateString;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabRangeInputComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabRangeInputComponent, "app-fab-range-input", never, { "rangeinput": { "alias": "rangeinput"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
-
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenRangeInputViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FabRangeInputFoldComponent {
|
|
7
|
-
private FabrikantenService;
|
|
8
|
-
TranslateService: TranslateService;
|
|
9
|
-
private ChangeDetectorRef;
|
|
10
|
-
get TranslationCategory(): typeof TranslationCategory;
|
|
11
|
-
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
12
|
-
_rangeinput: FabrikantenRangeInputViewModel;
|
|
13
|
-
get rangeinput(): FabrikantenRangeInputViewModel;
|
|
14
|
-
set rangeinput(value: FabrikantenRangeInputViewModel);
|
|
15
|
-
Opened: boolean;
|
|
16
|
-
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
-
ChangeState(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabRangeInputFoldComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabRangeInputFoldComponent, "app-fab-range-input-fold", never, { "rangeinput": "rangeinput"; }, {}, never, never, false, never>;
|
|
20
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { TranslateService } from '../../services/translate.service';
|
|
4
|
+
import { FabrikantenRangeInputViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FabRangeInputFoldComponent {
|
|
7
|
+
private FabrikantenService;
|
|
8
|
+
TranslateService: TranslateService;
|
|
9
|
+
private ChangeDetectorRef;
|
|
10
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
11
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
12
|
+
_rangeinput: FabrikantenRangeInputViewModel;
|
|
13
|
+
get rangeinput(): FabrikantenRangeInputViewModel;
|
|
14
|
+
set rangeinput(value: FabrikantenRangeInputViewModel);
|
|
15
|
+
Opened: boolean;
|
|
16
|
+
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
+
ChangeState(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabRangeInputFoldComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabRangeInputFoldComponent, "app-fab-range-input-fold", never, { "rangeinput": { "alias": "rangeinput"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
-
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FabSelectBcbproductComponent {
|
|
7
|
-
TranslateService: TranslateService;
|
|
8
|
-
FabrikantenService: FabrikantenService;
|
|
9
|
-
ChangeDetectorRef: ChangeDetectorRef;
|
|
10
|
-
get TranslationCategory(): typeof TranslationCategory;
|
|
11
|
-
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
12
|
-
constructor(TranslateService: TranslateService, FabrikantenService: FabrikantenService, ChangeDetectorRef: ChangeDetectorRef);
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabSelectBcbproductComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabSelectBcbproductComponent, "app-fab-select-bcbproduct", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { TranslateService } from '../../services/translate.service';
|
|
4
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FabSelectBcbproductComponent {
|
|
7
|
+
TranslateService: TranslateService;
|
|
8
|
+
FabrikantenService: FabrikantenService;
|
|
9
|
+
ChangeDetectorRef: ChangeDetectorRef;
|
|
10
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
11
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
12
|
+
constructor(TranslateService: TranslateService, FabrikantenService: FabrikantenService, ChangeDetectorRef: ChangeDetectorRef);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabSelectBcbproductComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabSelectBcbproductComponent, "app-fab-select-bcbproduct", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
|
-
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FabStartComponent implements OnInit {
|
|
7
|
-
FabrikantenService: FabrikantenService;
|
|
8
|
-
TranslateService: TranslateService;
|
|
9
|
-
private ChangeDetectorRef;
|
|
10
|
-
private router;
|
|
11
|
-
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef, router: Router);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabStartComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabStartComponent, "app-fab-start", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
|
+
import { TranslateService } from '../../services/translate.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FabStartComponent implements OnInit {
|
|
7
|
+
FabrikantenService: FabrikantenService;
|
|
8
|
+
TranslateService: TranslateService;
|
|
9
|
+
private ChangeDetectorRef;
|
|
10
|
+
private router;
|
|
11
|
+
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef, router: Router);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabStartComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabStartComponent, "app-fab-start", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
|
-
import { MobileService } from '../../services/mobile.service';
|
|
5
|
-
import { SVGService } from '../../services/svg.service';
|
|
6
|
-
import { TranslateService } from '../../services/translate.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class FabSvgViewerComponent implements OnInit, AfterViewInit, DoCheck {
|
|
9
|
-
FabrikantenService: FabrikantenService;
|
|
10
|
-
SVGService: SVGService;
|
|
11
|
-
TranslateService: TranslateService;
|
|
12
|
-
private sanitization;
|
|
13
|
-
MobileService: MobileService;
|
|
14
|
-
ChangeDetectorRef: ChangeDetectorRef;
|
|
15
|
-
svgcontainer: ElementRef;
|
|
16
|
-
private timeoutId;
|
|
17
|
-
constructor(FabrikantenService: FabrikantenService, SVGService: SVGService, TranslateService: TranslateService, sanitization: DomSanitizer, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
ngDoCheck(): void;
|
|
21
|
-
ShowSVG(): boolean;
|
|
22
|
-
OpenBCBLink(): void;
|
|
23
|
-
UpdateSize(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabSvgViewerComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabSvgViewerComponent, "app-fab-svg-viewer", never, {}, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
|
+
import { MobileService } from '../../services/mobile.service';
|
|
5
|
+
import { SVGService } from '../../services/svg.service';
|
|
6
|
+
import { TranslateService } from '../../services/translate.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FabSvgViewerComponent implements OnInit, AfterViewInit, DoCheck {
|
|
9
|
+
FabrikantenService: FabrikantenService;
|
|
10
|
+
SVGService: SVGService;
|
|
11
|
+
TranslateService: TranslateService;
|
|
12
|
+
private sanitization;
|
|
13
|
+
MobileService: MobileService;
|
|
14
|
+
ChangeDetectorRef: ChangeDetectorRef;
|
|
15
|
+
svgcontainer: ElementRef;
|
|
16
|
+
private timeoutId;
|
|
17
|
+
constructor(FabrikantenService: FabrikantenService, SVGService: SVGService, TranslateService: TranslateService, sanitization: DomSanitizer, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
ngDoCheck(): void;
|
|
21
|
+
ShowSVG(): boolean;
|
|
22
|
+
OpenBCBLink(): void;
|
|
23
|
+
UpdateSize(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabSvgViewerComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabSvgViewerComponent, "app-fab-svg-viewer", never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
-
import { MobileService } from '../../services/mobile.service';
|
|
4
|
-
import { TextureService } from '../../services/texture.service';
|
|
5
|
-
import { TranslateService } from '../../services/translate.service';
|
|
6
|
-
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class FabTextureComponent {
|
|
9
|
-
FabrikantenService: FabrikantenService;
|
|
10
|
-
TextureService: TextureService;
|
|
11
|
-
TranslateService: TranslateService;
|
|
12
|
-
MobileService: MobileService;
|
|
13
|
-
ChangeDetectorRef: ChangeDetectorRef;
|
|
14
|
-
get TranslationCategory(): typeof TranslationCategory;
|
|
15
|
-
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
16
|
-
constructor(FabrikantenService: FabrikantenService, TextureService: TextureService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
-
ShowTexture(): boolean;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabTextureComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabTextureComponent, "app-fab-texture", never, {}, {}, never, never, false, never>;
|
|
20
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { MobileService } from '../../services/mobile.service';
|
|
4
|
+
import { TextureService } from '../../services/texture.service';
|
|
5
|
+
import { TranslateService } from '../../services/translate.service';
|
|
6
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FabTextureComponent {
|
|
9
|
+
FabrikantenService: FabrikantenService;
|
|
10
|
+
TextureService: TextureService;
|
|
11
|
+
TranslateService: TranslateService;
|
|
12
|
+
MobileService: MobileService;
|
|
13
|
+
ChangeDetectorRef: ChangeDetectorRef;
|
|
14
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
15
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
16
|
+
constructor(FabrikantenService: FabrikantenService, TextureService: TextureService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
17
|
+
ShowTexture(): boolean;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabTextureComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabTextureComponent, "app-fab-texture", never, {}, {}, never, never, false, never>;
|
|
20
|
+
}
|
package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
-
import { MobileService } from '../../services/mobile.service';
|
|
4
|
-
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import { WebGLService } from '../../services/webgl.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FabWebglViewerComponent implements OnInit, AfterViewInit, DoCheck {
|
|
8
|
-
FabrikantenService: FabrikantenService;
|
|
9
|
-
WebGLService: WebGLService;
|
|
10
|
-
TranslateService: TranslateService;
|
|
11
|
-
MobileService: MobileService;
|
|
12
|
-
ChangeDetectorRef: ChangeDetectorRef;
|
|
13
|
-
Height: string;
|
|
14
|
-
viewercontainer: ElementRef;
|
|
15
|
-
constructor(FabrikantenService: FabrikantenService, WebGLService: WebGLService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
ngDoCheck(): void;
|
|
19
|
-
OpenBCBLink(): void;
|
|
20
|
-
ShowWebGL(): boolean;
|
|
21
|
-
RefreshViewer(): void;
|
|
22
|
-
private RefreshViewerSize;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabWebglViewerComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabWebglViewerComponent, "app-fab-webgl-viewer", never, {}, {}, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { MobileService } from '../../services/mobile.service';
|
|
4
|
+
import { TranslateService } from '../../services/translate.service';
|
|
5
|
+
import { WebGLService } from '../../services/webgl.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FabWebglViewerComponent implements OnInit, AfterViewInit, DoCheck {
|
|
8
|
+
FabrikantenService: FabrikantenService;
|
|
9
|
+
WebGLService: WebGLService;
|
|
10
|
+
TranslateService: TranslateService;
|
|
11
|
+
MobileService: MobileService;
|
|
12
|
+
ChangeDetectorRef: ChangeDetectorRef;
|
|
13
|
+
Height: string;
|
|
14
|
+
viewercontainer: ElementRef;
|
|
15
|
+
constructor(FabrikantenService: FabrikantenService, WebGLService: WebGLService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
ngDoCheck(): void;
|
|
19
|
+
OpenBCBLink(): void;
|
|
20
|
+
ShowWebGL(): boolean;
|
|
21
|
+
RefreshViewer(): void;
|
|
22
|
+
private RefreshViewerSize;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabWebglViewerComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabWebglViewerComponent, "app-fab-webgl-viewer", never, {}, {}, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,104 +1,105 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/fab-filters/fab-filters.component";
|
|
3
|
-
import * as i2 from "./components/fab-category-navigator/fab-category-navigator.component";
|
|
4
|
-
import * as i3 from "./beheer/components/beheer-main/beheer-main.component";
|
|
5
|
-
import * as i4 from "./beheer/components/beheer-inlog/beheer-inlog.component";
|
|
6
|
-
import * as i5 from "./beheer/components/beheer-nav/beheer-nav.component";
|
|
7
|
-
import * as i6 from "./beheer/components/beheer-users/beheer-users.component";
|
|
8
|
-
import * as i7 from "./beheer/components/beheer-products/beheer-products.component";
|
|
9
|
-
import * as i8 from "./beheer/components/beheer-filters/beheer-filters.component";
|
|
10
|
-
import * as i9 from "./beheer/components/beheer-settings/beheer-settings.component";
|
|
11
|
-
import * as i10 from "./components/fab-loader/fab-loader.component";
|
|
12
|
-
import * as i11 from "./beheer/components/beheer-searchproducts/beheer-searchproducts.component";
|
|
13
|
-
import * as i12 from "./beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component";
|
|
14
|
-
import * as i13 from "./beheer/components/beheer-products/beheer-products-product/beheer-products-product.component";
|
|
15
|
-
import * as i14 from "./beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component";
|
|
16
|
-
import * as i15 from "./beheer/components/beheer-import-sets/beheer-import-sets.component";
|
|
17
|
-
import * as i16 from "./beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component";
|
|
18
|
-
import * as i17 from "./beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component";
|
|
19
|
-
import * as i18 from "./beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component";
|
|
20
|
-
import * as i19 from "./beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component";
|
|
21
|
-
import * as i20 from "./components/fab-filter/fab-filter.component";
|
|
22
|
-
import * as i21 from "./components/fab-product/fab-product.component";
|
|
23
|
-
import * as i22 from "./components/fab-bcb-product/fab-bcb-product.component";
|
|
24
|
-
import * as i23 from "./components/fab-product-select/fab-product-select.component";
|
|
25
|
-
import * as i24 from "./components/fab-product-tile/fab-product-tile.component";
|
|
26
|
-
import * as i25 from "./components/fab-product/fab-product-info/fab-product-info.component";
|
|
27
|
-
import * as i26 from "./components/fab-product/fab-product-bestek/fab-product-bestek.component";
|
|
28
|
-
import * as i27 from "./components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component";
|
|
29
|
-
import * as i28 from "./components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component";
|
|
30
|
-
import * as i29 from "./beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component";
|
|
31
|
-
import * as i30 from "./beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component";
|
|
32
|
-
import * as i31 from "./beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component";
|
|
33
|
-
import * as i32 from "./beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component";
|
|
34
|
-
import * as i33 from "./beheer/components/beheer-categories/beheer-categories.component";
|
|
35
|
-
import * as i34 from "./beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component";
|
|
36
|
-
import * as i35 from "./components/fab-start/fab-start.component";
|
|
37
|
-
import * as i36 from "./components/fab-categories/fab-categories.component";
|
|
38
|
-
import * as i37 from "./components/fab-category-tile/fab-category-tile.component";
|
|
39
|
-
import * as i38 from "./components/fab-breadcrumb/fab-breadcrumb.component";
|
|
40
|
-
import * as i39 from "./components/fab-filters-input/fab-filters-input.component";
|
|
41
|
-
import * as i40 from "./components/fab-filters-overview/fab-filters-overview.component";
|
|
42
|
-
import * as i41 from "./components/fab-flag/fab-flag.component";
|
|
43
|
-
import * as i42 from "./beheer/components/beheer-translate/beheer-translate.component";
|
|
44
|
-
import * as i43 from "./components/fab-language-select/fab-language-select.component";
|
|
45
|
-
import * as i44 from "./components/fab-header/fab-header.component";
|
|
46
|
-
import * as i45 from "./components/fab-webgl-viewer/fab-webgl-viewer.component";
|
|
47
|
-
import * as i46 from "./components/fab-svg-viewer/fab-svg-viewer.component";
|
|
48
|
-
import * as i47 from "./beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component";
|
|
49
|
-
import * as i48 from "./beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component";
|
|
50
|
-
import * as i49 from "./beheer/components/beheer-display-ebo/beheer-display-ebo.component";
|
|
51
|
-
import * as i50 from "./beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component";
|
|
52
|
-
import * as i51 from "./components/fab-range-input/fab-range-input.component";
|
|
53
|
-
import * as i52 from "./beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component";
|
|
54
|
-
import * as i53 from "./beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component";
|
|
55
|
-
import * as i54 from "./components/fab-texture/fab-texture.component";
|
|
56
|
-
import * as i55 from "./components/fab-iframe/fab-iframe.component";
|
|
57
|
-
import * as i56 from "./beheer/components/beheer-deeplink/beheer-deeplink.component";
|
|
58
|
-
import * as i57 from "./components/fab-filter-colour/fab-filter-colour.component";
|
|
59
|
-
import * as i58 from "./components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component";
|
|
60
|
-
import * as i59 from "./components/fab-product/fab-toebehoren/fab-toebehoren.component";
|
|
61
|
-
import * as i60 from "./components/fab-actionmenu/fab-actionmenu.component";
|
|
62
|
-
import * as i61 from "./components/fab-select-bcbproduct/fab-select-bcbproduct.component";
|
|
63
|
-
import * as i62 from "./components/fab-input/fab-input.component";
|
|
64
|
-
import * as i63 from "./beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component";
|
|
65
|
-
import * as i64 from "./components/fab-multiselect/fab-multiselect.component";
|
|
66
|
-
import * as i65 from "./components/fab-filter-fold/fab-filter-fold.component";
|
|
67
|
-
import * as i66 from "./components/fab-multiselect-fold/fab-multiselect-fold.component";
|
|
68
|
-
import * as i67 from "./components/fab-range-input-fold/fab-range-input-fold.component";
|
|
69
|
-
import * as i68 from "./components/fab-filter-label/fab-filter-label.component";
|
|
70
|
-
import * as i69 from "./components/fab-filter-colour-label/fab-filter-colour-label.component";
|
|
71
|
-
import * as i70 from "./beheer/components/beheer-filter/beheer-filter.component";
|
|
72
|
-
import * as i71 from "./beheer/components/beheer-rangeinput/beheer-rangeinput.component";
|
|
73
|
-
import * as i72 from "@angular/common";
|
|
74
|
-
import * as i73 from "@angular/common/http";
|
|
75
|
-
import * as i74 from "@angular
|
|
76
|
-
import * as i75 from "@angular/
|
|
77
|
-
import * as i76 from "@angular/
|
|
78
|
-
import * as i77 from "@angular/
|
|
79
|
-
import * as i78 from "@angular/material/
|
|
80
|
-
import * as i79 from "@angular/material/
|
|
81
|
-
import * as i80 from "@angular/material/
|
|
82
|
-
import * as i81 from "@angular/material/
|
|
83
|
-
import * as i82 from "@angular/material/
|
|
84
|
-
import * as i83 from "@angular/material/
|
|
85
|
-
import * as i84 from "@angular/material/
|
|
86
|
-
import * as i85 from "@angular/material/
|
|
87
|
-
import * as i86 from "@angular/material/
|
|
88
|
-
import * as i87 from "@angular/material/
|
|
89
|
-
import * as i88 from "@angular/material/
|
|
90
|
-
import * as i89 from "@angular/material/
|
|
91
|
-
import * as i90 from "@angular/material/
|
|
92
|
-
import * as i91 from "@angular/
|
|
93
|
-
import * as i92 from "@angular/
|
|
94
|
-
import * as i93 from "@angular/material/
|
|
95
|
-
import * as i94 from "@angular/material/
|
|
96
|
-
import * as i95 from "@angular/material/
|
|
97
|
-
import * as i96 from "@angular/material/
|
|
98
|
-
import * as i97 from "@angular/material/
|
|
99
|
-
import * as i98 from "@angular/
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
static
|
|
103
|
-
static
|
|
104
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/fab-filters/fab-filters.component";
|
|
3
|
+
import * as i2 from "./components/fab-category-navigator/fab-category-navigator.component";
|
|
4
|
+
import * as i3 from "./beheer/components/beheer-main/beheer-main.component";
|
|
5
|
+
import * as i4 from "./beheer/components/beheer-inlog/beheer-inlog.component";
|
|
6
|
+
import * as i5 from "./beheer/components/beheer-nav/beheer-nav.component";
|
|
7
|
+
import * as i6 from "./beheer/components/beheer-users/beheer-users.component";
|
|
8
|
+
import * as i7 from "./beheer/components/beheer-products/beheer-products.component";
|
|
9
|
+
import * as i8 from "./beheer/components/beheer-filters/beheer-filters.component";
|
|
10
|
+
import * as i9 from "./beheer/components/beheer-settings/beheer-settings.component";
|
|
11
|
+
import * as i10 from "./components/fab-loader/fab-loader.component";
|
|
12
|
+
import * as i11 from "./beheer/components/beheer-searchproducts/beheer-searchproducts.component";
|
|
13
|
+
import * as i12 from "./beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component";
|
|
14
|
+
import * as i13 from "./beheer/components/beheer-products/beheer-products-product/beheer-products-product.component";
|
|
15
|
+
import * as i14 from "./beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component";
|
|
16
|
+
import * as i15 from "./beheer/components/beheer-import-sets/beheer-import-sets.component";
|
|
17
|
+
import * as i16 from "./beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component";
|
|
18
|
+
import * as i17 from "./beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component";
|
|
19
|
+
import * as i18 from "./beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component";
|
|
20
|
+
import * as i19 from "./beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component";
|
|
21
|
+
import * as i20 from "./components/fab-filter/fab-filter.component";
|
|
22
|
+
import * as i21 from "./components/fab-product/fab-product.component";
|
|
23
|
+
import * as i22 from "./components/fab-bcb-product/fab-bcb-product.component";
|
|
24
|
+
import * as i23 from "./components/fab-product-select/fab-product-select.component";
|
|
25
|
+
import * as i24 from "./components/fab-product-tile/fab-product-tile.component";
|
|
26
|
+
import * as i25 from "./components/fab-product/fab-product-info/fab-product-info.component";
|
|
27
|
+
import * as i26 from "./components/fab-product/fab-product-bestek/fab-product-bestek.component";
|
|
28
|
+
import * as i27 from "./components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component";
|
|
29
|
+
import * as i28 from "./components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component";
|
|
30
|
+
import * as i29 from "./beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component";
|
|
31
|
+
import * as i30 from "./beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component";
|
|
32
|
+
import * as i31 from "./beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component";
|
|
33
|
+
import * as i32 from "./beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component";
|
|
34
|
+
import * as i33 from "./beheer/components/beheer-categories/beheer-categories.component";
|
|
35
|
+
import * as i34 from "./beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component";
|
|
36
|
+
import * as i35 from "./components/fab-start/fab-start.component";
|
|
37
|
+
import * as i36 from "./components/fab-categories/fab-categories.component";
|
|
38
|
+
import * as i37 from "./components/fab-category-tile/fab-category-tile.component";
|
|
39
|
+
import * as i38 from "./components/fab-breadcrumb/fab-breadcrumb.component";
|
|
40
|
+
import * as i39 from "./components/fab-filters-input/fab-filters-input.component";
|
|
41
|
+
import * as i40 from "./components/fab-filters-overview/fab-filters-overview.component";
|
|
42
|
+
import * as i41 from "./components/fab-flag/fab-flag.component";
|
|
43
|
+
import * as i42 from "./beheer/components/beheer-translate/beheer-translate.component";
|
|
44
|
+
import * as i43 from "./components/fab-language-select/fab-language-select.component";
|
|
45
|
+
import * as i44 from "./components/fab-header/fab-header.component";
|
|
46
|
+
import * as i45 from "./components/fab-webgl-viewer/fab-webgl-viewer.component";
|
|
47
|
+
import * as i46 from "./components/fab-svg-viewer/fab-svg-viewer.component";
|
|
48
|
+
import * as i47 from "./beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component";
|
|
49
|
+
import * as i48 from "./beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component";
|
|
50
|
+
import * as i49 from "./beheer/components/beheer-display-ebo/beheer-display-ebo.component";
|
|
51
|
+
import * as i50 from "./beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component";
|
|
52
|
+
import * as i51 from "./components/fab-range-input/fab-range-input.component";
|
|
53
|
+
import * as i52 from "./beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component";
|
|
54
|
+
import * as i53 from "./beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component";
|
|
55
|
+
import * as i54 from "./components/fab-texture/fab-texture.component";
|
|
56
|
+
import * as i55 from "./components/fab-iframe/fab-iframe.component";
|
|
57
|
+
import * as i56 from "./beheer/components/beheer-deeplink/beheer-deeplink.component";
|
|
58
|
+
import * as i57 from "./components/fab-filter-colour/fab-filter-colour.component";
|
|
59
|
+
import * as i58 from "./components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component";
|
|
60
|
+
import * as i59 from "./components/fab-product/fab-toebehoren/fab-toebehoren.component";
|
|
61
|
+
import * as i60 from "./components/fab-actionmenu/fab-actionmenu.component";
|
|
62
|
+
import * as i61 from "./components/fab-select-bcbproduct/fab-select-bcbproduct.component";
|
|
63
|
+
import * as i62 from "./components/fab-input/fab-input.component";
|
|
64
|
+
import * as i63 from "./beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component";
|
|
65
|
+
import * as i64 from "./components/fab-multiselect/fab-multiselect.component";
|
|
66
|
+
import * as i65 from "./components/fab-filter-fold/fab-filter-fold.component";
|
|
67
|
+
import * as i66 from "./components/fab-multiselect-fold/fab-multiselect-fold.component";
|
|
68
|
+
import * as i67 from "./components/fab-range-input-fold/fab-range-input-fold.component";
|
|
69
|
+
import * as i68 from "./components/fab-filter-label/fab-filter-label.component";
|
|
70
|
+
import * as i69 from "./components/fab-filter-colour-label/fab-filter-colour-label.component";
|
|
71
|
+
import * as i70 from "./beheer/components/beheer-filter/beheer-filter.component";
|
|
72
|
+
import * as i71 from "./beheer/components/beheer-rangeinput/beheer-rangeinput.component";
|
|
73
|
+
import * as i72 from "@angular/common";
|
|
74
|
+
import * as i73 from "@angular/common/http";
|
|
75
|
+
import * as i74 from "@kolkov/angular-editor";
|
|
76
|
+
import * as i75 from "@angular/material/legacy-input";
|
|
77
|
+
import * as i76 from "@angular/forms";
|
|
78
|
+
import * as i77 from "@angular/platform-browser/animations";
|
|
79
|
+
import * as i78 from "@angular/material/legacy-tooltip";
|
|
80
|
+
import * as i79 from "@angular/material/legacy-button";
|
|
81
|
+
import * as i80 from "@angular/material/legacy-list";
|
|
82
|
+
import * as i81 from "@angular/material/expansion";
|
|
83
|
+
import * as i82 from "@angular/material/legacy-card";
|
|
84
|
+
import * as i83 from "@angular/material/icon";
|
|
85
|
+
import * as i84 from "@angular/material/legacy-dialog";
|
|
86
|
+
import * as i85 from "@angular/material/tree";
|
|
87
|
+
import * as i86 from "@angular/material/sidenav";
|
|
88
|
+
import * as i87 from "@angular/material/legacy-table";
|
|
89
|
+
import * as i88 from "@angular/material/button-toggle";
|
|
90
|
+
import * as i89 from "@angular/material/stepper";
|
|
91
|
+
import * as i90 from "@angular/material/legacy-radio";
|
|
92
|
+
import * as i91 from "@angular/material/legacy-paginator";
|
|
93
|
+
import * as i92 from "@angular/cdk/drag-drop";
|
|
94
|
+
import * as i93 from "@angular/material/legacy-checkbox";
|
|
95
|
+
import * as i94 from "@angular/material/divider";
|
|
96
|
+
import * as i95 from "@angular/material/legacy-tabs";
|
|
97
|
+
import * as i96 from "@angular/material/legacy-progress-spinner";
|
|
98
|
+
import * as i97 from "@angular/material/legacy-select";
|
|
99
|
+
import * as i98 from "@angular/material/legacy-snack-bar";
|
|
100
|
+
import * as i99 from "@angular/router";
|
|
101
|
+
export declare class FabrikantenCoreModule {
|
|
102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
|
|
103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i3.BeheerMainComponent, typeof i4.BeheerInlogComponent, typeof i5.BeheerNavComponent, typeof i6.BeheerUsersComponent, typeof i7.BeheerProductsComponent, typeof i8.BeheerFiltersComponent, typeof i9.BeheerSettingsComponent, typeof i10.FabLoaderComponent, typeof i11.BeheerSearchProductsComponent, typeof i12.BeheerSearchproductsKoppelDialogComponent, typeof i13.BeheerProductsProductComponent, typeof i14.BeheerProductsBcbproductComponent, typeof i15.BeheerImportSetsComponent, typeof i16.BeheerImportSetsOpbouwComponent, typeof i17.BeheerImportSetsEigenschapComponent, typeof i16.BeheerImportSetsEboComponent, typeof i18.BeheerProductsEigenschapComponent, typeof i19.BeheerProductsKoppelFilteroptionDailogComponent, typeof i20.FabFilterComponent, typeof i21.FabProductComponent, typeof i22.FabBcbProductComponent, typeof i23.FabProductSelectComponent, typeof i24.FabProductTileComponent, typeof i25.FabProductInfoComponent, typeof i26.FabProductBestekComponent, typeof i27.FabProductInfoPhotoComponent, typeof i28.FabProductInfoPhotoDialogComponent, typeof i29.BeheerEboKoppelComponent, typeof i30.BeheerSettingsOptionsComponent, typeof i31.BeheerSettingsStringComponent, typeof i32.BeheerImportSetsDialogComponent, typeof i33.BeheerCategoriesComponent, typeof i34.BeheerConnectCategoryDialogComponent, typeof i35.FabStartComponent, typeof i36.FabCategoriesComponent, typeof i37.FabCategoryTileComponent, typeof i38.FabBreadcrumbComponent, typeof i39.FabFiltersInputComponent, typeof i40.FabFiltersOverviewComponent, typeof i41.FabFlagComponent, typeof i42.BeheerTranslateComponent, typeof i43.FabLanguageSelectComponent, typeof i44.FabHeaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i47.BeheerProductsOpbouwComponent, typeof i47.BeheerProductsEboComponent, typeof i48.BeheerProductsEigenschapBereikComponent, typeof i49.BeheerDisplayEboComponent, typeof i50.BeheerProductsConnectRangeinputComponent, typeof i51.FabRangeInputComponent, typeof i52.BeheerSettingsBooleanComponent, typeof i53.BeheerSelectFilterDialogComponent, typeof i54.FabTextureComponent, typeof i55.FabIframeComponent, typeof i56.BeheerDeeplinkComponent, typeof i57.FabFilterColourComponent, typeof i58.FabFilterColourDialogComponent, typeof i59.FabToebehorenComponent, typeof i60.FabActionmenuComponent, typeof i61.FabSelectBcbproductComponent, typeof i62.FabInputComponent, typeof i63.BeheerSelectFilteroptionDialogComponent, typeof i64.FabMultiselectComponent, typeof i65.FabFilterFoldComponent, typeof i66.FabMultiselectFoldComponent, typeof i67.FabRangeInputFoldComponent, typeof i68.FabFilterLabelComponent, typeof i69.FabFilterColourLabelComponent, typeof i70.BeheerFilterComponent, typeof i71.BeheerRangeinputComponent], [typeof i72.CommonModule, typeof i73.HttpClientModule, typeof i74.AngularEditorModule, typeof i75.MatLegacyInputModule, typeof i76.FormsModule, typeof i77.BrowserAnimationsModule, typeof i78.MatLegacyTooltipModule, typeof i79.MatLegacyButtonModule, typeof i80.MatLegacyListModule, typeof i81.MatExpansionModule, typeof i82.MatLegacyCardModule, typeof i83.MatIconModule, typeof i84.MatLegacyDialogModule, typeof i85.MatTreeModule, typeof i86.MatSidenavModule, typeof i87.MatLegacyTableModule, typeof i88.MatButtonToggleModule, typeof i89.MatStepperModule, typeof i90.MatLegacyRadioModule, typeof i91.MatLegacyPaginatorModule, typeof i92.DragDropModule, typeof i93.MatLegacyCheckboxModule, typeof i94.MatDividerModule, typeof i95.MatLegacyTabsModule, typeof i96.MatLegacyProgressSpinnerModule, typeof i97.MatLegacySelectModule, typeof i98.MatLegacySnackBarModule, typeof i99.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
|
|
104
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
|
|
105
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
2
|
-
import { AuthenticationService } from '../services/authentication.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AuthGuard implements CanActivate {
|
|
5
|
-
private router;
|
|
6
|
-
private authenticationService;
|
|
7
|
-
constructor(router: Router, authenticationService: AuthenticationService);
|
|
8
|
-
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
11
|
-
}
|
|
1
|
+
import { Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { AuthenticationService } from '../services/authentication.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AuthGuard implements CanActivate {
|
|
5
|
+
private router;
|
|
6
|
+
private authenticationService;
|
|
7
|
+
constructor(router: Router, authenticationService: AuthenticationService);
|
|
8
|
+
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AuthenticationService } from '../services/authentication.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BasicAuthInterceptor implements HttpInterceptor {
|
|
6
|
-
private authenticationService;
|
|
7
|
-
constructor(authenticationService: AuthenticationService);
|
|
8
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BasicAuthInterceptor, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BasicAuthInterceptor>;
|
|
11
|
-
}
|
|
1
|
+
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { AuthenticationService } from '../services/authentication.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BasicAuthInterceptor implements HttpInterceptor {
|
|
6
|
+
private authenticationService;
|
|
7
|
+
constructor(authenticationService: AuthenticationService);
|
|
8
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BasicAuthInterceptor, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BasicAuthInterceptor>;
|
|
11
|
+
}
|