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.
Files changed (942) hide show
  1. package/esm2020/fabrikantencore.mjs +5 -0
  2. package/esm2020/public_api.mjs +4 -0
  3. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +38 -0
  4. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +77 -0
  5. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +28 -0
  6. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +116 -0
  7. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +15 -0
  8. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +52 -0
  9. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +90 -0
  10. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +30 -0
  11. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +74 -0
  12. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +44 -0
  13. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +16 -0
  14. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +47 -0
  15. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +54 -0
  16. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.mjs +221 -0
  17. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +106 -0
  18. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +114 -0
  19. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +131 -0
  20. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +16 -0
  21. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +157 -0
  22. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +28 -0
  23. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +151 -0
  24. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +89 -0
  25. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +299 -0
  26. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +24 -0
  27. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +24 -0
  28. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +25 -0
  29. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +114 -0
  30. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +15 -0
  31. package/esm2020/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +14 -0
  32. package/esm2020/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +59 -0
  33. package/esm2020/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +32 -0
  34. package/esm2020/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +42 -0
  35. package/esm2020/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +59 -0
  36. package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +45 -0
  37. package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +26 -0
  38. package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +32 -0
  39. package/esm2020/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +16 -0
  40. package/esm2020/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +40 -0
  41. package/esm2020/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +24 -0
  42. package/esm2020/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +15 -0
  43. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +66 -0
  44. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +30 -0
  45. 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
  46. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +41 -0
  47. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +83 -0
  48. package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +64 -0
  49. package/esm2020/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +40 -0
  50. package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +82 -0
  51. package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +28 -0
  52. package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +83 -0
  53. package/esm2020/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +89 -0
  54. package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +372 -0
  55. package/esm2020/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +29 -0
  56. package/esm2020/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +26 -0
  57. package/esm2020/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +27 -0
  58. package/esm2020/src/app/modules/fabrikantencore/services/authentication.service.mjs +47 -0
  59. package/esm2020/src/app/modules/fabrikantencore/services/bestek.service.mjs +106 -0
  60. package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +493 -0
  61. package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +114 -0
  62. package/esm2020/src/app/modules/fabrikantencore/services/mobile.service.mjs +35 -0
  63. package/esm2020/src/app/modules/fabrikantencore/services/navigate.service.mjs +32 -0
  64. package/esm2020/src/app/modules/fabrikantencore/services/photo.service.mjs +98 -0
  65. package/esm2020/src/app/modules/fabrikantencore/services/products.service.mjs +231 -0
  66. package/esm2020/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +77 -0
  67. package/esm2020/src/app/modules/fabrikantencore/services/svg.service.mjs +70 -0
  68. package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +268 -0
  69. package/esm2020/src/app/modules/fabrikantencore/services/webgl.service.mjs +60 -0
  70. package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +8025 -0
  71. package/fesm2015/fabrikantencore.mjs +12802 -0
  72. package/fesm2015/fabrikantencore.mjs.map +1 -0
  73. package/fesm2020/fabrikantencore.mjs +12717 -0
  74. package/fesm2020/fabrikantencore.mjs.map +1 -0
  75. package/index.d.ts +5 -0
  76. package/package.json +23 -11
  77. package/{public_api.ts → public_api.d.ts} +3 -3
  78. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +13 -0
  79. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.d.ts +22 -0
  80. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.d.ts +11 -0
  81. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.d.ts +22 -0
  82. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +8 -0
  83. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.d.ts +17 -0
  84. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.d.ts +29 -0
  85. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.d.ts +14 -0
  86. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.d.ts +23 -0
  87. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.d.ts +21 -0
  88. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +8 -0
  89. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.d.ts +19 -0
  90. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.d.ts +17 -0
  91. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.d.ts +38 -0
  92. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +32 -0
  93. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +31 -0
  94. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +25 -0
  95. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.d.ts +10 -0
  96. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.d.ts +36 -0
  97. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.d.ts +14 -0
  98. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +26 -0
  99. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.d.ts +23 -0
  100. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.d.ts +41 -0
  101. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.d.ts +12 -0
  102. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.d.ts +12 -0
  103. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.d.ts +11 -0
  104. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +21 -0
  105. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +8 -0
  106. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.d.ts +8 -0
  107. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts +21 -0
  108. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.d.ts +15 -0
  109. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +20 -0
  110. package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.d.ts +22 -0
  111. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +21 -0
  112. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +14 -0
  113. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.d.ts +12 -0
  114. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.d.ts +9 -0
  115. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.d.ts +17 -0
  116. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.d.ts +13 -0
  117. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.d.ts +8 -0
  118. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.d.ts +29 -0
  119. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.d.ts +13 -0
  120. 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
  121. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.d.ts +17 -0
  122. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +30 -0
  123. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +25 -0
  124. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +22 -0
  125. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +23 -0
  126. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.d.ts +15 -0
  127. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts +29 -0
  128. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts +25 -0
  129. package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +80 -0
  130. package/src/app/modules/fabrikantencore/helpers/auth.guard.d.ts +11 -0
  131. package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.d.ts +11 -0
  132. package/src/app/modules/fabrikantencore/helpers/error.interceptor.d.ts +11 -0
  133. package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +16 -0
  134. package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +19 -0
  135. package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +59 -0
  136. package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +22 -0
  137. package/src/app/modules/fabrikantencore/services/mobile.service.d.ts +15 -0
  138. package/src/app/modules/fabrikantencore/services/navigate.service.d.ts +13 -0
  139. package/src/app/modules/fabrikantencore/services/photo.service.d.ts +20 -0
  140. package/src/app/modules/fabrikantencore/services/products.service.d.ts +29 -0
  141. package/src/app/modules/fabrikantencore/services/projectsetting.service.d.ts +19 -0
  142. package/src/app/modules/fabrikantencore/services/svg.service.d.ts +22 -0
  143. package/src/app/modules/fabrikantencore/services/translate.service.d.ts +44 -0
  144. package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +19 -0
  145. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +2061 -0
  146. package/.browserslistrc +0 -16
  147. package/.editorconfig +0 -16
  148. package/.vscode/extensions.json +0 -4
  149. package/.vscode/launch.json +0 -20
  150. package/.vscode/tasks.json +0 -42
  151. package/angular.json +0 -112
  152. package/karma.conf.js +0 -44
  153. package/ng-package.json +0 -6
  154. package/src/app/app-routing.module.ts +0 -10
  155. package/src/app/app.component.html +0 -1
  156. package/src/app/app.component.scss +0 -8
  157. package/src/app/app.component.spec.ts +0 -35
  158. package/src/app/app.component.ts +0 -10
  159. package/src/app/app.module.ts +0 -22
  160. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.html +0 -44
  161. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.scss +0 -11
  162. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.spec.ts +0 -23
  163. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.ts +0 -38
  164. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.html +0 -46
  165. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.scss +0 -0
  166. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.spec.ts +0 -23
  167. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.ts +0 -79
  168. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.html +0 -11
  169. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.scss +0 -8
  170. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.spec.ts +0 -23
  171. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.ts +0 -33
  172. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.html +0 -58
  173. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.scss +0 -18
  174. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.spec.ts +0 -23
  175. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.ts +0 -127
  176. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.html +0 -1
  177. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.scss +0 -0
  178. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.spec.ts +0 -23
  179. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.ts +0 -15
  180. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.html +0 -12
  181. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.scss +0 -0
  182. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.spec.ts +0 -23
  183. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.ts +0 -48
  184. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.html +0 -33
  185. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.scss +0 -60
  186. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.spec.ts +0 -23
  187. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.ts +0 -99
  188. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.html +0 -20
  189. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.scss +0 -38
  190. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.spec.ts +0 -23
  191. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.ts +0 -0
  192. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.html +0 -8
  193. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.scss +0 -31
  194. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.spec.ts +0 -23
  195. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.ts +0 -33
  196. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.html +0 -92
  197. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.scss +0 -50
  198. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.spec.ts +0 -23
  199. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.ts +0 -73
  200. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.html +0 -42
  201. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.scss +0 -44
  202. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.spec.ts +0 -23
  203. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.ts +0 -43
  204. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.css +0 -0
  205. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.html +0 -1
  206. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.spec.ts +0 -25
  207. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.ts +0 -17
  208. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.html +0 -41
  209. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.scss +0 -34
  210. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.spec.ts +0 -23
  211. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.ts +0 -49
  212. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.html +0 -42
  213. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.scss +0 -41
  214. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.spec.ts +0 -23
  215. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.ts +0 -49
  216. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.html +0 -56
  217. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.scss +0 -29
  218. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.spec.ts +0 -23
  219. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-manyname-dialog/beheer-products-connect-manyname-dialog.component.ts +0 -253
  220. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.html +0 -44
  221. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.scss +0 -7
  222. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.spec.ts +0 -23
  223. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.ts +0 -114
  224. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.html +0 -41
  225. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.scss +0 -47
  226. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.spec.ts +0 -23
  227. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.ts +0 -131
  228. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.html +0 -16
  229. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.scss +0 -51
  230. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.spec.ts +0 -23
  231. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.ts +0 -0
  232. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.html +0 -64
  233. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.scss +0 -41
  234. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.spec.ts +0 -23
  235. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.ts +0 -147
  236. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.html +0 -5
  237. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.scss +0 -7
  238. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.spec.ts +0 -23
  239. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.ts +0 -18
  240. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.html +0 -97
  241. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.scss +0 -11
  242. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.spec.ts +0 -23
  243. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.ts +0 -187
  244. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.html +0 -26
  245. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.scss +0 -15
  246. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.spec.ts +0 -23
  247. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.ts +0 -23
  248. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.html +0 -99
  249. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.scss +0 -85
  250. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.spec.ts +0 -23
  251. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.ts +0 -172
  252. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.html +0 -45
  253. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.scss +0 -14
  254. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.spec.ts +0 -23
  255. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.ts +0 -89
  256. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.html +0 -119
  257. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.scss +0 -69
  258. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.spec.ts +0 -23
  259. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.ts +0 -346
  260. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.html +0 -38
  261. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.scss +0 -30
  262. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.spec.ts +0 -23
  263. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.ts +0 -19
  264. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.html +0 -40
  265. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.scss +0 -30
  266. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.spec.ts +0 -23
  267. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.ts +0 -19
  268. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.html +0 -31
  269. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.scss +0 -30
  270. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.spec.ts +0 -23
  271. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.ts +0 -17
  272. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.html +0 -142
  273. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.scss +0 -15
  274. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.spec.ts +0 -23
  275. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.ts +0 -120
  276. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.html +0 -1
  277. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.scss +0 -0
  278. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.spec.ts +0 -23
  279. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.ts +0 -15
  280. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.html +0 -1
  281. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.scss +0 -0
  282. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.spec.ts +0 -23
  283. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.ts +0 -15
  284. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.html +0 -45
  285. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.scss +0 -64
  286. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.spec.ts +0 -23
  287. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.ts +0 -60
  288. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.html +0 -5
  289. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.scss +0 -89
  290. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.spec.ts +0 -23
  291. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.ts +0 -20
  292. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.html +0 -10
  293. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.scss +0 -16
  294. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.spec.ts +0 -23
  295. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.ts +0 -30
  296. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.html +0 -10
  297. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.scss +0 -38
  298. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.spec.ts +0 -23
  299. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.ts +0 -46
  300. package/src/app/modules/fabrikantencore/components/fab-category-tile/no-photo.png +0 -0
  301. package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.html +0 -24
  302. package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.scss +0 -57
  303. package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.spec.ts +0 -23
  304. package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.ts +0 -63
  305. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.html +0 -23
  306. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.scss +0 -44
  307. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.spec.ts +0 -25
  308. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.ts +0 -41
  309. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.html +0 -13
  310. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.scss +0 -16
  311. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.spec.ts +0 -23
  312. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.ts +0 -23
  313. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.html +0 -4
  314. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.scss +0 -0
  315. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.spec.ts +0 -23
  316. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.ts +0 -32
  317. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.html +0 -1
  318. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.scss +0 -2143
  319. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.spec.ts +0 -23
  320. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.ts +0 -17
  321. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.html +0 -6
  322. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.scss +0 -13
  323. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.spec.ts +0 -23
  324. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.ts +0 -38
  325. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.html +0 -5
  326. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.scss +0 -8
  327. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.spec.ts +0 -23
  328. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.ts +0 -21
  329. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.html +0 -3
  330. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.scss +0 -7
  331. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.spec.ts +0 -23
  332. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.ts +0 -15
  333. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.html +0 -68
  334. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.scss +0 -99
  335. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.spec.ts +0 -23
  336. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.ts +0 -76
  337. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.html +0 -15
  338. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.scss +0 -24
  339. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.spec.ts +0 -23
  340. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.ts +0 -26
  341. 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
  342. 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
  343. 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
  344. 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
  345. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.html +0 -17
  346. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.scss +0 -13
  347. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.spec.ts +0 -23
  348. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.ts +0 -40
  349. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.html +0 -54
  350. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.scss +0 -57
  351. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.spec.ts +0 -23
  352. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.ts +0 -86
  353. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.html +0 -43
  354. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.scss +0 -65
  355. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.spec.ts +0 -23
  356. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.ts +0 -63
  357. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.html +0 -7
  358. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.scss +0 -34
  359. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.spec.ts +0 -23
  360. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.ts +0 -45
  361. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.html +0 -10
  362. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.scss +0 -3
  363. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.spec.ts +0 -23
  364. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.ts +0 -95
  365. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.html +0 -7
  366. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.scss +0 -24
  367. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.spec.ts +0 -23
  368. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.ts +0 -26
  369. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.html +0 -124
  370. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.scss +0 -92
  371. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.spec.ts +0 -23
  372. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.ts +0 -86
  373. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.html +0 -108
  374. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.scss +0 -79
  375. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.spec.ts +0 -23
  376. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.ts +0 -103
  377. package/src/app/modules/fabrikantencore/fabrikantencore.module.spec.ts +0 -13
  378. package/src/app/modules/fabrikantencore/fabrikantencore.module.ts +0 -260
  379. package/src/app/modules/fabrikantencore/helpers/auth.guard.ts +0 -28
  380. package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.ts +0 -24
  381. package/src/app/modules/fabrikantencore/helpers/error.interceptor.ts +0 -24
  382. package/src/app/modules/fabrikantencore/services/authentication.service.ts +0 -55
  383. package/src/app/modules/fabrikantencore/services/bestek.service.ts +0 -126
  384. package/src/app/modules/fabrikantencore/services/fabrikanten.service.ts +0 -624
  385. package/src/app/modules/fabrikantencore/services/importsets.service.ts +0 -136
  386. package/src/app/modules/fabrikantencore/services/mobile.service.ts +0 -41
  387. package/src/app/modules/fabrikantencore/services/navigate.service.ts +0 -32
  388. package/src/app/modules/fabrikantencore/services/photo.service.ts +0 -121
  389. package/src/app/modules/fabrikantencore/services/products.service.ts +0 -276
  390. package/src/app/modules/fabrikantencore/services/projectsetting.service.ts +0 -90
  391. package/src/app/modules/fabrikantencore/services/svg.service.ts +0 -84
  392. package/src/app/modules/fabrikantencore/services/translate.service.ts +0 -331
  393. package/src/app/modules/fabrikantencore/services/webgl.service.ts +0 -72
  394. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.ts +0 -9706
  395. package/src/assets/.gitkeep +0 -0
  396. package/src/assets/bouwconnect-achtergrond.png +0 -0
  397. package/src/assets/flags/1x1/ac.svg +0 -76
  398. package/src/assets/flags/1x1/ad.svg +0 -148
  399. package/src/assets/flags/1x1/ae.svg +0 -6
  400. package/src/assets/flags/1x1/af.svg +0 -81
  401. package/src/assets/flags/1x1/ag.svg +0 -14
  402. package/src/assets/flags/1x1/ai.svg +0 -758
  403. package/src/assets/flags/1x1/al.svg +0 -5
  404. package/src/assets/flags/1x1/am.svg +0 -5
  405. package/src/assets/flags/1x1/ao.svg +0 -13
  406. package/src/assets/flags/1x1/aq.svg +0 -5
  407. package/src/assets/flags/1x1/ar.svg +0 -32
  408. package/src/assets/flags/1x1/as.svg +0 -73
  409. package/src/assets/flags/1x1/at.svg +0 -6
  410. package/src/assets/flags/1x1/au.svg +0 -8
  411. package/src/assets/flags/1x1/aw.svg +0 -186
  412. package/src/assets/flags/1x1/ax.svg +0 -18
  413. package/src/assets/flags/1x1/az.svg +0 -8
  414. package/src/assets/flags/1x1/ba.svg +0 -12
  415. package/src/assets/flags/1x1/bb.svg +0 -6
  416. package/src/assets/flags/1x1/bd.svg +0 -4
  417. package/src/assets/flags/1x1/be.svg +0 -7
  418. package/src/assets/flags/1x1/bf.svg +0 -7
  419. package/src/assets/flags/1x1/bg.svg +0 -7
  420. package/src/assets/flags/1x1/bh.svg +0 -4
  421. package/src/assets/flags/1x1/bi.svg +0 -15
  422. package/src/assets/flags/1x1/bj.svg +0 -14
  423. package/src/assets/flags/1x1/bl.svg +0 -7
  424. package/src/assets/flags/1x1/bm.svg +0 -97
  425. package/src/assets/flags/1x1/bn.svg +0 -36
  426. package/src/assets/flags/1x1/bo.svg +0 -678
  427. package/src/assets/flags/1x1/bq.svg +0 -5
  428. package/src/assets/flags/1x1/br.svg +0 -45
  429. package/src/assets/flags/1x1/bs.svg +0 -13
  430. package/src/assets/flags/1x1/bt.svg +0 -89
  431. package/src/assets/flags/1x1/bv.svg +0 -13
  432. package/src/assets/flags/1x1/bw.svg +0 -7
  433. package/src/assets/flags/1x1/by.svg +0 -22
  434. package/src/assets/flags/1x1/bz.svg +0 -145
  435. package/src/assets/flags/1x1/ca.svg +0 -4
  436. package/src/assets/flags/1x1/cc.svg +0 -19
  437. package/src/assets/flags/1x1/cd.svg +0 -12
  438. package/src/assets/flags/1x1/cefta.svg +0 -13
  439. package/src/assets/flags/1x1/cf.svg +0 -15
  440. package/src/assets/flags/1x1/cg.svg +0 -12
  441. package/src/assets/flags/1x1/ch.svg +0 -9
  442. package/src/assets/flags/1x1/ci.svg +0 -7
  443. package/src/assets/flags/1x1/ck.svg +0 -9
  444. package/src/assets/flags/1x1/cl.svg +0 -13
  445. package/src/assets/flags/1x1/cm.svg +0 -15
  446. package/src/assets/flags/1x1/cn.svg +0 -11
  447. package/src/assets/flags/1x1/co.svg +0 -7
  448. package/src/assets/flags/1x1/cp.svg +0 -7
  449. package/src/assets/flags/1x1/cr.svg +0 -7
  450. package/src/assets/flags/1x1/cu.svg +0 -13
  451. package/src/assets/flags/1x1/cv.svg +0 -13
  452. package/src/assets/flags/1x1/cw.svg +0 -14
  453. package/src/assets/flags/1x1/cx.svg +0 -15
  454. package/src/assets/flags/1x1/cy.svg +0 -6
  455. package/src/assets/flags/1x1/cz.svg +0 -5
  456. package/src/assets/flags/1x1/de.svg +0 -5
  457. package/src/assets/flags/1x1/dg.svg +0 -129
  458. package/src/assets/flags/1x1/dj.svg +0 -13
  459. package/src/assets/flags/1x1/dk.svg +0 -5
  460. package/src/assets/flags/1x1/dm.svg +0 -152
  461. package/src/assets/flags/1x1/do.svg +0 -6745
  462. package/src/assets/flags/1x1/dz.svg +0 -5
  463. package/src/assets/flags/1x1/ea.svg +0 -547
  464. package/src/assets/flags/1x1/ec.svg +0 -138
  465. package/src/assets/flags/1x1/ee.svg +0 -7
  466. package/src/assets/flags/1x1/eg.svg +0 -38
  467. package/src/assets/flags/1x1/eh.svg +0 -11
  468. package/src/assets/flags/1x1/er.svg +0 -13
  469. package/src/assets/flags/1x1/es-ct.svg +0 -4
  470. package/src/assets/flags/1x1/es-ga.svg +0 -187
  471. package/src/assets/flags/1x1/es.svg +0 -547
  472. package/src/assets/flags/1x1/et.svg +0 -14
  473. package/src/assets/flags/1x1/eu.svg +0 -28
  474. package/src/assets/flags/1x1/fi.svg +0 -5
  475. package/src/assets/flags/1x1/fj.svg +0 -123
  476. package/src/assets/flags/1x1/fk.svg +0 -89
  477. package/src/assets/flags/1x1/fm.svg +0 -11
  478. package/src/assets/flags/1x1/fo.svg +0 -12
  479. package/src/assets/flags/1x1/fr.svg +0 -7
  480. package/src/assets/flags/1x1/ga.svg +0 -7
  481. package/src/assets/flags/1x1/gb-eng.svg +0 -5
  482. package/src/assets/flags/1x1/gb-nir.svg +0 -131
  483. package/src/assets/flags/1x1/gb-sct.svg +0 -4
  484. package/src/assets/flags/1x1/gb-wls.svg +0 -9
  485. package/src/assets/flags/1x1/gb.svg +0 -7
  486. package/src/assets/flags/1x1/gd.svg +0 -27
  487. package/src/assets/flags/1x1/ge.svg +0 -6
  488. package/src/assets/flags/1x1/gf.svg +0 -7
  489. package/src/assets/flags/1x1/gg.svg +0 -9
  490. package/src/assets/flags/1x1/gh.svg +0 -6
  491. package/src/assets/flags/1x1/gi.svg +0 -32
  492. package/src/assets/flags/1x1/gl.svg +0 -4
  493. package/src/assets/flags/1x1/gm.svg +0 -9
  494. package/src/assets/flags/1x1/gn.svg +0 -7
  495. package/src/assets/flags/1x1/gp.svg +0 -7
  496. package/src/assets/flags/1x1/gq.svg +0 -23
  497. package/src/assets/flags/1x1/gr.svg +0 -16
  498. package/src/assets/flags/1x1/gs.svg +0 -132
  499. package/src/assets/flags/1x1/gt.svg +0 -220
  500. package/src/assets/flags/1x1/gu.svg +0 -23
  501. package/src/assets/flags/1x1/gw.svg +0 -15
  502. package/src/assets/flags/1x1/gy.svg +0 -9
  503. package/src/assets/flags/1x1/hk.svg +0 -30
  504. package/src/assets/flags/1x1/hm.svg +0 -8
  505. package/src/assets/flags/1x1/hn.svg +0 -18
  506. package/src/assets/flags/1x1/hr.svg +0 -56
  507. package/src/assets/flags/1x1/ht.svg +0 -116
  508. package/src/assets/flags/1x1/hu.svg +0 -7
  509. package/src/assets/flags/1x1/ic.svg +0 -7
  510. package/src/assets/flags/1x1/id.svg +0 -4
  511. package/src/assets/flags/1x1/ie.svg +0 -7
  512. package/src/assets/flags/1x1/il.svg +0 -14
  513. package/src/assets/flags/1x1/im.svg +0 -36
  514. package/src/assets/flags/1x1/in.svg +0 -25
  515. package/src/assets/flags/1x1/io.svg +0 -129
  516. package/src/assets/flags/1x1/iq.svg +0 -10
  517. package/src/assets/flags/1x1/ir.svg +0 -219
  518. package/src/assets/flags/1x1/is.svg +0 -12
  519. package/src/assets/flags/1x1/it.svg +0 -7
  520. package/src/assets/flags/1x1/je.svg +0 -44
  521. package/src/assets/flags/1x1/jm.svg +0 -8
  522. package/src/assets/flags/1x1/jo.svg +0 -16
  523. package/src/assets/flags/1x1/jp.svg +0 -11
  524. package/src/assets/flags/1x1/ke.svg +0 -23
  525. package/src/assets/flags/1x1/kg.svg +0 -15
  526. package/src/assets/flags/1x1/kh.svg +0 -61
  527. package/src/assets/flags/1x1/ki.svg +0 -36
  528. package/src/assets/flags/1x1/km.svg +0 -16
  529. package/src/assets/flags/1x1/kn.svg +0 -14
  530. package/src/assets/flags/1x1/kp.svg +0 -15
  531. package/src/assets/flags/1x1/kr.svg +0 -17
  532. package/src/assets/flags/1x1/kw.svg +0 -13
  533. package/src/assets/flags/1x1/ky.svg +0 -109
  534. package/src/assets/flags/1x1/kz.svg +0 -23
  535. package/src/assets/flags/1x1/la.svg +0 -12
  536. package/src/assets/flags/1x1/lb.svg +0 -15
  537. package/src/assets/flags/1x1/lc.svg +0 -8
  538. package/src/assets/flags/1x1/li.svg +0 -43
  539. package/src/assets/flags/1x1/lk.svg +0 -22
  540. package/src/assets/flags/1x1/lr.svg +0 -14
  541. package/src/assets/flags/1x1/ls.svg +0 -8
  542. package/src/assets/flags/1x1/lt.svg +0 -7
  543. package/src/assets/flags/1x1/lu.svg +0 -5
  544. package/src/assets/flags/1x1/lv.svg +0 -6
  545. package/src/assets/flags/1x1/ly.svg +0 -13
  546. package/src/assets/flags/1x1/ma.svg +0 -4
  547. package/src/assets/flags/1x1/mc.svg +0 -6
  548. package/src/assets/flags/1x1/md.svg +0 -71
  549. package/src/assets/flags/1x1/me.svg +0 -118
  550. package/src/assets/flags/1x1/mf.svg +0 -7
  551. package/src/assets/flags/1x1/mg.svg +0 -7
  552. package/src/assets/flags/1x1/mh.svg +0 -8
  553. package/src/assets/flags/1x1/mk.svg +0 -5
  554. package/src/assets/flags/1x1/ml.svg +0 -7
  555. package/src/assets/flags/1x1/mm.svg +0 -10
  556. package/src/assets/flags/1x1/mn.svg +0 -14
  557. package/src/assets/flags/1x1/mo.svg +0 -9
  558. package/src/assets/flags/1x1/mp.svg +0 -86
  559. package/src/assets/flags/1x1/mq.svg +0 -7
  560. package/src/assets/flags/1x1/mr.svg +0 -6
  561. package/src/assets/flags/1x1/ms.svg +0 -25
  562. package/src/assets/flags/1x1/mt.svg +0 -50
  563. package/src/assets/flags/1x1/mu.svg +0 -8
  564. package/src/assets/flags/1x1/mv.svg +0 -6
  565. package/src/assets/flags/1x1/mw.svg +0 -15
  566. package/src/assets/flags/1x1/mx.svg +0 -378
  567. package/src/assets/flags/1x1/my.svg +0 -7
  568. package/src/assets/flags/1x1/mz.svg +0 -21
  569. package/src/assets/flags/1x1/na.svg +0 -16
  570. package/src/assets/flags/1x1/nc.svg +0 -12
  571. package/src/assets/flags/1x1/ne.svg +0 -6
  572. package/src/assets/flags/1x1/nf.svg +0 -11
  573. package/src/assets/flags/1x1/ng.svg +0 -6
  574. package/src/assets/flags/1x1/ni.svg +0 -129
  575. package/src/assets/flags/1x1/nl.svg +0 -5
  576. package/src/assets/flags/1x1/no.svg +0 -7
  577. package/src/assets/flags/1x1/np.svg +0 -19
  578. package/src/assets/flags/1x1/nr.svg +0 -12
  579. package/src/assets/flags/1x1/nu.svg +0 -10
  580. package/src/assets/flags/1x1/nz.svg +0 -36
  581. package/src/assets/flags/1x1/om.svg +0 -115
  582. package/src/assets/flags/1x1/pa.svg +0 -13
  583. package/src/assets/flags/1x1/pe.svg +0 -244
  584. package/src/assets/flags/1x1/pf.svg +0 -18
  585. package/src/assets/flags/1x1/pg.svg +0 -16
  586. package/src/assets/flags/1x1/ph.svg +0 -8
  587. package/src/assets/flags/1x1/pk.svg +0 -15
  588. package/src/assets/flags/1x1/pl.svg +0 -6
  589. package/src/assets/flags/1x1/pm.svg +0 -7
  590. package/src/assets/flags/1x1/pn.svg +0 -53
  591. package/src/assets/flags/1x1/pr.svg +0 -13
  592. package/src/assets/flags/1x1/ps.svg +0 -15
  593. package/src/assets/flags/1x1/pt.svg +0 -57
  594. package/src/assets/flags/1x1/pw.svg +0 -11
  595. package/src/assets/flags/1x1/py.svg +0 -156
  596. package/src/assets/flags/1x1/qa.svg +0 -4
  597. package/src/assets/flags/1x1/re.svg +0 -7
  598. package/src/assets/flags/1x1/ro.svg +0 -7
  599. package/src/assets/flags/1x1/rs.svg +0 -296
  600. package/src/assets/flags/1x1/ru.svg +0 -7
  601. package/src/assets/flags/1x1/rw.svg +0 -13
  602. package/src/assets/flags/1x1/sa.svg +0 -26
  603. package/src/assets/flags/1x1/sb.svg +0 -13
  604. package/src/assets/flags/1x1/sc.svg +0 -7
  605. package/src/assets/flags/1x1/sd.svg +0 -13
  606. package/src/assets/flags/1x1/se.svg +0 -4
  607. package/src/assets/flags/1x1/sg.svg +0 -13
  608. package/src/assets/flags/1x1/sh.svg +0 -76
  609. package/src/assets/flags/1x1/si.svg +0 -18
  610. package/src/assets/flags/1x1/sj.svg +0 -7
  611. package/src/assets/flags/1x1/sk.svg +0 -9
  612. package/src/assets/flags/1x1/sl.svg +0 -12
  613. package/src/assets/flags/1x1/sm.svg +0 -73
  614. package/src/assets/flags/1x1/sn.svg +0 -8
  615. package/src/assets/flags/1x1/so.svg +0 -11
  616. package/src/assets/flags/1x1/sr.svg +0 -6
  617. package/src/assets/flags/1x1/ss.svg +0 -8
  618. package/src/assets/flags/1x1/st.svg +0 -16
  619. package/src/assets/flags/1x1/sv.svg +0 -594
  620. package/src/assets/flags/1x1/sx.svg +0 -56
  621. package/src/assets/flags/1x1/sy.svg +0 -6
  622. package/src/assets/flags/1x1/sz.svg +0 -34
  623. package/src/assets/flags/1x1/ta.svg +0 -76
  624. package/src/assets/flags/1x1/tc.svg +0 -50
  625. package/src/assets/flags/1x1/td.svg +0 -7
  626. package/src/assets/flags/1x1/tf.svg +0 -15
  627. package/src/assets/flags/1x1/tg.svg +0 -14
  628. package/src/assets/flags/1x1/th.svg +0 -7
  629. package/src/assets/flags/1x1/tj.svg +0 -26
  630. package/src/assets/flags/1x1/tk.svg +0 -5
  631. package/src/assets/flags/1x1/tl.svg +0 -13
  632. package/src/assets/flags/1x1/tm.svg +0 -202
  633. package/src/assets/flags/1x1/tn.svg +0 -13
  634. package/src/assets/flags/1x1/to.svg +0 -10
  635. package/src/assets/flags/1x1/tr.svg +0 -8
  636. package/src/assets/flags/1x1/tt.svg +0 -7
  637. package/src/assets/flags/1x1/tv.svg +0 -9
  638. package/src/assets/flags/1x1/tw.svg +0 -32
  639. package/src/assets/flags/1x1/tz.svg +0 -15
  640. package/src/assets/flags/1x1/ua.svg +0 -6
  641. package/src/assets/flags/1x1/ug.svg +0 -30
  642. package/src/assets/flags/1x1/um.svg +0 -15
  643. package/src/assets/flags/1x1/un.svg +0 -16
  644. package/src/assets/flags/1x1/us.svg +0 -10
  645. package/src/assets/flags/1x1/uy.svg +0 -28
  646. package/src/assets/flags/1x1/uz.svg +0 -30
  647. package/src/assets/flags/1x1/va.svg +0 -479
  648. package/src/assets/flags/1x1/vc.svg +0 -8
  649. package/src/assets/flags/1x1/ve.svg +0 -26
  650. package/src/assets/flags/1x1/vg.svg +0 -63
  651. package/src/assets/flags/1x1/vi.svg +0 -28
  652. package/src/assets/flags/1x1/vn.svg +0 -11
  653. package/src/assets/flags/1x1/vu.svg +0 -21
  654. package/src/assets/flags/1x1/wf.svg +0 -7
  655. package/src/assets/flags/1x1/ws.svg +0 -7
  656. package/src/assets/flags/1x1/xk.svg +0 -8
  657. package/src/assets/flags/1x1/xx.svg +0 -4
  658. package/src/assets/flags/1x1/ye.svg +0 -7
  659. package/src/assets/flags/1x1/yt.svg +0 -7
  660. package/src/assets/flags/1x1/za.svg +0 -17
  661. package/src/assets/flags/1x1/zm.svg +0 -27
  662. package/src/assets/flags/1x1/zw.svg +0 -21
  663. package/src/assets/flags/4x3/ac.svg +0 -76
  664. package/src/assets/flags/4x3/ad.svg +0 -150
  665. package/src/assets/flags/4x3/ae.svg +0 -6
  666. package/src/assets/flags/4x3/af.svg +0 -81
  667. package/src/assets/flags/4x3/ag.svg +0 -14
  668. package/src/assets/flags/4x3/ai.svg +0 -758
  669. package/src/assets/flags/4x3/al.svg +0 -5
  670. package/src/assets/flags/4x3/am.svg +0 -5
  671. package/src/assets/flags/4x3/ao.svg +0 -13
  672. package/src/assets/flags/4x3/aq.svg +0 -5
  673. package/src/assets/flags/4x3/ar.svg +0 -32
  674. package/src/assets/flags/4x3/as.svg +0 -72
  675. package/src/assets/flags/4x3/at.svg +0 -6
  676. package/src/assets/flags/4x3/au.svg +0 -8
  677. package/src/assets/flags/4x3/aw.svg +0 -186
  678. package/src/assets/flags/4x3/ax.svg +0 -18
  679. package/src/assets/flags/4x3/az.svg +0 -8
  680. package/src/assets/flags/4x3/ba.svg +0 -12
  681. package/src/assets/flags/4x3/bb.svg +0 -6
  682. package/src/assets/flags/4x3/bd.svg +0 -4
  683. package/src/assets/flags/4x3/be.svg +0 -7
  684. package/src/assets/flags/4x3/bf.svg +0 -7
  685. package/src/assets/flags/4x3/bg.svg +0 -7
  686. package/src/assets/flags/4x3/bh.svg +0 -4
  687. package/src/assets/flags/4x3/bi.svg +0 -15
  688. package/src/assets/flags/4x3/bj.svg +0 -14
  689. package/src/assets/flags/4x3/bl.svg +0 -7
  690. package/src/assets/flags/4x3/bm.svg +0 -97
  691. package/src/assets/flags/4x3/bn.svg +0 -36
  692. package/src/assets/flags/4x3/bo.svg +0 -676
  693. package/src/assets/flags/4x3/bq.svg +0 -5
  694. package/src/assets/flags/4x3/br.svg +0 -45
  695. package/src/assets/flags/4x3/bs.svg +0 -13
  696. package/src/assets/flags/4x3/bt.svg +0 -89
  697. package/src/assets/flags/4x3/bv.svg +0 -13
  698. package/src/assets/flags/4x3/bw.svg +0 -7
  699. package/src/assets/flags/4x3/by.svg +0 -20
  700. package/src/assets/flags/4x3/bz.svg +0 -145
  701. package/src/assets/flags/4x3/ca.svg +0 -4
  702. package/src/assets/flags/4x3/cc.svg +0 -19
  703. package/src/assets/flags/4x3/cd.svg +0 -5
  704. package/src/assets/flags/4x3/cefta.svg +0 -13
  705. package/src/assets/flags/4x3/cf.svg +0 -15
  706. package/src/assets/flags/4x3/cg.svg +0 -12
  707. package/src/assets/flags/4x3/ch.svg +0 -9
  708. package/src/assets/flags/4x3/ci.svg +0 -7
  709. package/src/assets/flags/4x3/ck.svg +0 -9
  710. package/src/assets/flags/4x3/cl.svg +0 -13
  711. package/src/assets/flags/4x3/cm.svg +0 -15
  712. package/src/assets/flags/4x3/cn.svg +0 -11
  713. package/src/assets/flags/4x3/co.svg +0 -7
  714. package/src/assets/flags/4x3/cp.svg +0 -7
  715. package/src/assets/flags/4x3/cr.svg +0 -7
  716. package/src/assets/flags/4x3/cu.svg +0 -13
  717. package/src/assets/flags/4x3/cv.svg +0 -13
  718. package/src/assets/flags/4x3/cw.svg +0 -14
  719. package/src/assets/flags/4x3/cx.svg +0 -15
  720. package/src/assets/flags/4x3/cy.svg +0 -6
  721. package/src/assets/flags/4x3/cz.svg +0 -5
  722. package/src/assets/flags/4x3/de.svg +0 -5
  723. package/src/assets/flags/4x3/dg.svg +0 -129
  724. package/src/assets/flags/4x3/dj.svg +0 -13
  725. package/src/assets/flags/4x3/dk.svg +0 -5
  726. package/src/assets/flags/4x3/dm.svg +0 -152
  727. package/src/assets/flags/4x3/do.svg +0 -6745
  728. package/src/assets/flags/4x3/dz.svg +0 -5
  729. package/src/assets/flags/4x3/ea.svg +0 -544
  730. package/src/assets/flags/4x3/ec.svg +0 -138
  731. package/src/assets/flags/4x3/ee.svg +0 -7
  732. package/src/assets/flags/4x3/eg.svg +0 -38
  733. package/src/assets/flags/4x3/eh.svg +0 -16
  734. package/src/assets/flags/4x3/er.svg +0 -8
  735. package/src/assets/flags/4x3/es-ct.svg +0 -4
  736. package/src/assets/flags/4x3/es-ga.svg +0 -187
  737. package/src/assets/flags/4x3/es.svg +0 -544
  738. package/src/assets/flags/4x3/et.svg +0 -14
  739. package/src/assets/flags/4x3/eu.svg +0 -28
  740. package/src/assets/flags/4x3/fi.svg +0 -5
  741. package/src/assets/flags/4x3/fj.svg +0 -120
  742. package/src/assets/flags/4x3/fk.svg +0 -90
  743. package/src/assets/flags/4x3/fm.svg +0 -11
  744. package/src/assets/flags/4x3/fo.svg +0 -12
  745. package/src/assets/flags/4x3/fr.svg +0 -7
  746. package/src/assets/flags/4x3/ga.svg +0 -7
  747. package/src/assets/flags/4x3/gb-eng.svg +0 -5
  748. package/src/assets/flags/4x3/gb-nir.svg +0 -132
  749. package/src/assets/flags/4x3/gb-sct.svg +0 -4
  750. package/src/assets/flags/4x3/gb-wls.svg +0 -9
  751. package/src/assets/flags/4x3/gb.svg +0 -7
  752. package/src/assets/flags/4x3/gd.svg +0 -27
  753. package/src/assets/flags/4x3/ge.svg +0 -6
  754. package/src/assets/flags/4x3/gf.svg +0 -7
  755. package/src/assets/flags/4x3/gg.svg +0 -9
  756. package/src/assets/flags/4x3/gh.svg +0 -6
  757. package/src/assets/flags/4x3/gi.svg +0 -32
  758. package/src/assets/flags/4x3/gl.svg +0 -4
  759. package/src/assets/flags/4x3/gm.svg +0 -14
  760. package/src/assets/flags/4x3/gn.svg +0 -7
  761. package/src/assets/flags/4x3/gp.svg +0 -7
  762. package/src/assets/flags/4x3/gq.svg +0 -23
  763. package/src/assets/flags/4x3/gr.svg +0 -16
  764. package/src/assets/flags/4x3/gs.svg +0 -133
  765. package/src/assets/flags/4x3/gt.svg +0 -220
  766. package/src/assets/flags/4x3/gu.svg +0 -23
  767. package/src/assets/flags/4x3/gw.svg +0 -13
  768. package/src/assets/flags/4x3/gy.svg +0 -9
  769. package/src/assets/flags/4x3/hk.svg +0 -30
  770. package/src/assets/flags/4x3/hm.svg +0 -8
  771. package/src/assets/flags/4x3/hn.svg +0 -18
  772. package/src/assets/flags/4x3/hr.svg +0 -58
  773. package/src/assets/flags/4x3/ht.svg +0 -116
  774. package/src/assets/flags/4x3/hu.svg +0 -7
  775. package/src/assets/flags/4x3/ic.svg +0 -7
  776. package/src/assets/flags/4x3/id.svg +0 -4
  777. package/src/assets/flags/4x3/ie.svg +0 -7
  778. package/src/assets/flags/4x3/il.svg +0 -14
  779. package/src/assets/flags/4x3/im.svg +0 -36
  780. package/src/assets/flags/4x3/in.svg +0 -25
  781. package/src/assets/flags/4x3/io.svg +0 -129
  782. package/src/assets/flags/4x3/iq.svg +0 -10
  783. package/src/assets/flags/4x3/ir.svg +0 -219
  784. package/src/assets/flags/4x3/is.svg +0 -12
  785. package/src/assets/flags/4x3/it.svg +0 -7
  786. package/src/assets/flags/4x3/je.svg +0 -45
  787. package/src/assets/flags/4x3/jm.svg +0 -8
  788. package/src/assets/flags/4x3/jo.svg +0 -16
  789. package/src/assets/flags/4x3/jp.svg +0 -11
  790. package/src/assets/flags/4x3/ke.svg +0 -23
  791. package/src/assets/flags/4x3/kg.svg +0 -15
  792. package/src/assets/flags/4x3/kh.svg +0 -61
  793. package/src/assets/flags/4x3/ki.svg +0 -36
  794. package/src/assets/flags/4x3/km.svg +0 -16
  795. package/src/assets/flags/4x3/kn.svg +0 -14
  796. package/src/assets/flags/4x3/kp.svg +0 -15
  797. package/src/assets/flags/4x3/kr.svg +0 -24
  798. package/src/assets/flags/4x3/kw.svg +0 -13
  799. package/src/assets/flags/4x3/ky.svg +0 -109
  800. package/src/assets/flags/4x3/kz.svg +0 -23
  801. package/src/assets/flags/4x3/la.svg +0 -12
  802. package/src/assets/flags/4x3/lb.svg +0 -15
  803. package/src/assets/flags/4x3/lc.svg +0 -8
  804. package/src/assets/flags/4x3/li.svg +0 -43
  805. package/src/assets/flags/4x3/lk.svg +0 -22
  806. package/src/assets/flags/4x3/lr.svg +0 -14
  807. package/src/assets/flags/4x3/ls.svg +0 -8
  808. package/src/assets/flags/4x3/lt.svg +0 -7
  809. package/src/assets/flags/4x3/lu.svg +0 -5
  810. package/src/assets/flags/4x3/lv.svg +0 -6
  811. package/src/assets/flags/4x3/ly.svg +0 -13
  812. package/src/assets/flags/4x3/ma.svg +0 -4
  813. package/src/assets/flags/4x3/mc.svg +0 -6
  814. package/src/assets/flags/4x3/md.svg +0 -70
  815. package/src/assets/flags/4x3/me.svg +0 -116
  816. package/src/assets/flags/4x3/mf.svg +0 -7
  817. package/src/assets/flags/4x3/mg.svg +0 -7
  818. package/src/assets/flags/4x3/mh.svg +0 -7
  819. package/src/assets/flags/4x3/mk.svg +0 -5
  820. package/src/assets/flags/4x3/ml.svg +0 -7
  821. package/src/assets/flags/4x3/mm.svg +0 -12
  822. package/src/assets/flags/4x3/mn.svg +0 -14
  823. package/src/assets/flags/4x3/mo.svg +0 -9
  824. package/src/assets/flags/4x3/mp.svg +0 -86
  825. package/src/assets/flags/4x3/mq.svg +0 -7
  826. package/src/assets/flags/4x3/mr.svg +0 -6
  827. package/src/assets/flags/4x3/ms.svg +0 -33
  828. package/src/assets/flags/4x3/mt.svg +0 -49
  829. package/src/assets/flags/4x3/mu.svg +0 -8
  830. package/src/assets/flags/4x3/mv.svg +0 -6
  831. package/src/assets/flags/4x3/mw.svg +0 -10
  832. package/src/assets/flags/4x3/mx.svg +0 -382
  833. package/src/assets/flags/4x3/my.svg +0 -7
  834. package/src/assets/flags/4x3/mz.svg +0 -21
  835. package/src/assets/flags/4x3/na.svg +0 -16
  836. package/src/assets/flags/4x3/nc.svg +0 -13
  837. package/src/assets/flags/4x3/ne.svg +0 -6
  838. package/src/assets/flags/4x3/nf.svg +0 -9
  839. package/src/assets/flags/4x3/ng.svg +0 -6
  840. package/src/assets/flags/4x3/ni.svg +0 -129
  841. package/src/assets/flags/4x3/nl.svg +0 -5
  842. package/src/assets/flags/4x3/no.svg +0 -7
  843. package/src/assets/flags/4x3/np.svg +0 -14
  844. package/src/assets/flags/4x3/nr.svg +0 -12
  845. package/src/assets/flags/4x3/nu.svg +0 -10
  846. package/src/assets/flags/4x3/nz.svg +0 -36
  847. package/src/assets/flags/4x3/om.svg +0 -115
  848. package/src/assets/flags/4x3/pa.svg +0 -14
  849. package/src/assets/flags/4x3/pe.svg +0 -244
  850. package/src/assets/flags/4x3/pf.svg +0 -19
  851. package/src/assets/flags/4x3/pg.svg +0 -9
  852. package/src/assets/flags/4x3/ph.svg +0 -6
  853. package/src/assets/flags/4x3/pk.svg +0 -15
  854. package/src/assets/flags/4x3/pl.svg +0 -6
  855. package/src/assets/flags/4x3/pm.svg +0 -7
  856. package/src/assets/flags/4x3/pn.svg +0 -53
  857. package/src/assets/flags/4x3/pr.svg +0 -13
  858. package/src/assets/flags/4x3/ps.svg +0 -15
  859. package/src/assets/flags/4x3/pt.svg +0 -57
  860. package/src/assets/flags/4x3/pw.svg +0 -11
  861. package/src/assets/flags/4x3/py.svg +0 -157
  862. package/src/assets/flags/4x3/qa.svg +0 -4
  863. package/src/assets/flags/4x3/re.svg +0 -7
  864. package/src/assets/flags/4x3/ro.svg +0 -7
  865. package/src/assets/flags/4x3/rs.svg +0 -292
  866. package/src/assets/flags/4x3/ru.svg +0 -7
  867. package/src/assets/flags/4x3/rw.svg +0 -13
  868. package/src/assets/flags/4x3/sa.svg +0 -26
  869. package/src/assets/flags/4x3/sb.svg +0 -13
  870. package/src/assets/flags/4x3/sc.svg +0 -7
  871. package/src/assets/flags/4x3/sd.svg +0 -13
  872. package/src/assets/flags/4x3/se.svg +0 -4
  873. package/src/assets/flags/4x3/sg.svg +0 -13
  874. package/src/assets/flags/4x3/sh.svg +0 -76
  875. package/src/assets/flags/4x3/si.svg +0 -18
  876. package/src/assets/flags/4x3/sj.svg +0 -7
  877. package/src/assets/flags/4x3/sk.svg +0 -9
  878. package/src/assets/flags/4x3/sl.svg +0 -7
  879. package/src/assets/flags/4x3/sm.svg +0 -75
  880. package/src/assets/flags/4x3/sn.svg +0 -8
  881. package/src/assets/flags/4x3/so.svg +0 -11
  882. package/src/assets/flags/4x3/sr.svg +0 -6
  883. package/src/assets/flags/4x3/ss.svg +0 -8
  884. package/src/assets/flags/4x3/st.svg +0 -16
  885. package/src/assets/flags/4x3/sv.svg +0 -594
  886. package/src/assets/flags/4x3/sx.svg +0 -56
  887. package/src/assets/flags/4x3/sy.svg +0 -6
  888. package/src/assets/flags/4x3/sz.svg +0 -34
  889. package/src/assets/flags/4x3/ta.svg +0 -76
  890. package/src/assets/flags/4x3/tc.svg +0 -50
  891. package/src/assets/flags/4x3/td.svg +0 -7
  892. package/src/assets/flags/4x3/tf.svg +0 -15
  893. package/src/assets/flags/4x3/tg.svg +0 -14
  894. package/src/assets/flags/4x3/th.svg +0 -7
  895. package/src/assets/flags/4x3/tj.svg +0 -22
  896. package/src/assets/flags/4x3/tk.svg +0 -5
  897. package/src/assets/flags/4x3/tl.svg +0 -13
  898. package/src/assets/flags/4x3/tm.svg +0 -205
  899. package/src/assets/flags/4x3/tn.svg +0 -13
  900. package/src/assets/flags/4x3/to.svg +0 -10
  901. package/src/assets/flags/4x3/tr.svg +0 -8
  902. package/src/assets/flags/4x3/tt.svg +0 -5
  903. package/src/assets/flags/4x3/tv.svg +0 -9
  904. package/src/assets/flags/4x3/tw.svg +0 -34
  905. package/src/assets/flags/4x3/tz.svg +0 -13
  906. package/src/assets/flags/4x3/ua.svg +0 -6
  907. package/src/assets/flags/4x3/ug.svg +0 -30
  908. package/src/assets/flags/4x3/um.svg +0 -15
  909. package/src/assets/flags/4x3/un.svg +0 -16
  910. package/src/assets/flags/4x3/us.svg +0 -10
  911. package/src/assets/flags/4x3/uy.svg +0 -28
  912. package/src/assets/flags/4x3/uz.svg +0 -30
  913. package/src/assets/flags/4x3/va.svg +0 -479
  914. package/src/assets/flags/4x3/vc.svg +0 -8
  915. package/src/assets/flags/4x3/ve.svg +0 -26
  916. package/src/assets/flags/4x3/vg.svg +0 -63
  917. package/src/assets/flags/4x3/vi.svg +0 -28
  918. package/src/assets/flags/4x3/vn.svg +0 -11
  919. package/src/assets/flags/4x3/vu.svg +0 -21
  920. package/src/assets/flags/4x3/wf.svg +0 -7
  921. package/src/assets/flags/4x3/ws.svg +0 -7
  922. package/src/assets/flags/4x3/xk.svg +0 -8
  923. package/src/assets/flags/4x3/xx.svg +0 -4
  924. package/src/assets/flags/4x3/ye.svg +0 -7
  925. package/src/assets/flags/4x3/yt.svg +0 -7
  926. package/src/assets/flags/4x3/za.svg +0 -17
  927. package/src/assets/flags/4x3/zm.svg +0 -27
  928. package/src/assets/flags/4x3/zw.svg +0 -21
  929. package/src/environments/environment.prod.ts +0 -3
  930. package/src/environments/environment.ts +0 -16
  931. package/src/favicon.ico +0 -0
  932. package/src/index.html +0 -16
  933. package/src/main.ts +0 -12
  934. package/src/polyfills.ts +0 -53
  935. package/src/styles.scss +0 -39
  936. package/src/test.ts +0 -26
  937. package/src/webgl/WebGLQuery.min.js +0 -6
  938. package/src/webgl/WebGLViewerLight.min.js +0 -89
  939. package/src/webgl/gl-matrix.min.js +0 -47
  940. package/tsconfig.app.json +0 -15
  941. package/tsconfig.json +0 -33
  942. package/tsconfig.spec.json +0 -18
@@ -0,0 +1,30 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "../../../../services/importsets.service";
4
+ import * as i2 from "@angular/material/checkbox";
5
+ export class BeheerImportSetsEigenschapComponent {
6
+ constructor(ImportSetsService, ChangeDetectorRef) {
7
+ this.ImportSetsService = ImportSetsService;
8
+ this.ChangeDetectorRef = ChangeDetectorRef;
9
+ }
10
+ ngOnInit() {
11
+ }
12
+ UpdateSelected() {
13
+ this.eigenschap.selected = !this.eigenschap.selected;
14
+ var base = this.eigenschap.base + "";
15
+ if (base != "") {
16
+ base += "#";
17
+ }
18
+ base += this.eigenschap.value + "";
19
+ this.ImportSetsService.ChangeImportSetValue(base, this.eigenschap.selected, this.ChangeDetectorRef);
20
+ }
21
+ }
22
+ BeheerImportSetsEigenschapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerImportSetsEigenschapComponent, deps: [{ token: i1.ImportSetsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
23
+ BeheerImportSetsEigenschapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerImportSetsEigenschapComponent, selector: "app-beheer-import-sets-eigenschap", inputs: { eigenschap: "eigenschap" }, ngImport: i0, template: "<div class=\"top-row\">\n <div class=\"text-div flexauto\" (click)=\"UpdateSelected()\">\n {{ eigenschap.name }}\n </div>\n <div class=\"check-div\">\n <mat-checkbox [checked]=\"eigenschap.selected\" (change)=\"UpdateSelected()\"></mat-checkbox>\n </div>\n</div>\n", styles: [".top-row{display:flex;align-items:center}.icon-div{width:22px;height:24px;cursor:pointer}.text-div{cursor:pointer;padding:3px;border-bottom:1px solid lightgray}.text-div:hover{border-bottom:1px solid #000}.card{margin:3px}.flexauto{flex:auto}\n"], dependencies: [{ kind: "component", type: i2.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }] });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerImportSetsEigenschapComponent, decorators: [{
25
+ type: Component,
26
+ args: [{ selector: 'app-beheer-import-sets-eigenschap', template: "<div class=\"top-row\">\n <div class=\"text-div flexauto\" (click)=\"UpdateSelected()\">\n {{ eigenschap.name }}\n </div>\n <div class=\"check-div\">\n <mat-checkbox [checked]=\"eigenschap.selected\" (change)=\"UpdateSelected()\"></mat-checkbox>\n </div>\n</div>\n", styles: [".top-row{display:flex;align-items:center}.icon-div{width:22px;height:24px;cursor:pointer}.text-div{cursor:pointer;padding:3px;border-bottom:1px solid lightgray}.text-div:hover{border-bottom:1px solid #000}.card{margin:3px}.flexauto{flex:auto}\n"] }]
27
+ }], ctorParameters: function () { return [{ type: i1.ImportSetsService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { eigenschap: [{
28
+ type: Input
29
+ }] } });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItaW1wb3J0LXNldHMvYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAvYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItaW1wb3J0LXNldHMvYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAvYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7O0FBUzVFLE1BQU0sT0FBTyxtQ0FBbUM7SUFJOUMsWUFBb0IsaUJBQW9DLEVBQVUsaUJBQW9DO1FBQWxGLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFBVSxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBQUksQ0FBQztJQUUzRyxRQUFRO0lBQ1IsQ0FBQztJQUVNLGNBQWM7UUFDbkIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQztRQUVyRCxJQUFJLElBQUksR0FBVyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksR0FBRyxFQUFFLENBQUM7UUFFN0MsSUFBSSxJQUFJLElBQUksRUFBRSxFQUFFO1lBQ2QsSUFBSSxJQUFJLEdBQUcsQ0FBQztTQUNiO1FBRUQsSUFBSSxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQztRQUVuQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsb0JBQW9CLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0lBQ3RHLENBQUM7O2dJQXJCVSxtQ0FBbUM7b0hBQW5DLG1DQUFtQywrR0NUaEQsb1JBUUE7MkZEQ2EsbUNBQW1DO2tCQUwvQyxTQUFTOytCQUNFLG1DQUFtQzt3SUFNcEMsVUFBVTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEltcG9ydFNldHNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vc2VydmljZXMvaW1wb3J0c2V0cy5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQkNCSW1wb3J0RWlnZW5zY2hhcCB9IGZyb20gJy4uLy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1pbXBvcnQtc2V0cy1laWdlbnNjaGFwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1pbXBvcnQtc2V0cy1laWdlbnNjaGFwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLWltcG9ydC1zZXRzLWVpZ2Vuc2NoYXAuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCZWhlZXJJbXBvcnRTZXRzRWlnZW5zY2hhcENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KCkgZWlnZW5zY2hhcDogQkNCSW1wb3J0RWlnZW5zY2hhcDtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIEltcG9ydFNldHNTZXJ2aWNlOiBJbXBvcnRTZXRzU2VydmljZSwgcHJpdmF0ZSBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICB9XG5cbiAgcHVibGljIFVwZGF0ZVNlbGVjdGVkKCk6IHZvaWQge1xuICAgIHRoaXMuZWlnZW5zY2hhcC5zZWxlY3RlZCA9ICF0aGlzLmVpZ2Vuc2NoYXAuc2VsZWN0ZWQ7XG5cbiAgICB2YXIgYmFzZTogc3RyaW5nID0gdGhpcy5laWdlbnNjaGFwLmJhc2UgKyBcIlwiO1xuXG4gICAgaWYgKGJhc2UgIT0gXCJcIikge1xuICAgICAgYmFzZSArPSBcIiNcIjtcclxuICAgIH1cblxuICAgIGJhc2UgKz0gdGhpcy5laWdlbnNjaGFwLnZhbHVlICsgXCJcIjtcblxuICAgIHRoaXMuSW1wb3J0U2V0c1NlcnZpY2UuQ2hhbmdlSW1wb3J0U2V0VmFsdWUoYmFzZSwgdGhpcy5laWdlbnNjaGFwLnNlbGVjdGVkLCB0aGlzLkNoYW5nZURldGVjdG9yUmVmKTtcclxuICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJ0b3Atcm93XCI+XG4gIDxkaXYgY2xhc3M9XCJ0ZXh0LWRpdiBmbGV4YXV0b1wiIChjbGljayk9XCJVcGRhdGVTZWxlY3RlZCgpXCI+XG4gICAge3sgZWlnZW5zY2hhcC5uYW1lIH19XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiY2hlY2stZGl2XCI+XG4gICAgPG1hdC1jaGVja2JveCBbY2hlY2tlZF09XCJlaWdlbnNjaGFwLnNlbGVjdGVkXCIgKGNoYW5nZSk9XCJVcGRhdGVTZWxlY3RlZCgpXCI+PC9tYXQtY2hlY2tib3g+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
@@ -0,0 +1,74 @@
1
+ import { Component } from '@angular/core';
2
+ import { BeheerImportSetsDialogComponent } from './beheer-import-sets-dialog/beheer-import-sets-dialog.component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/material/dialog";
5
+ import * as i2 from "../../../services/products.service";
6
+ import * as i3 from "../../../services/importsets.service";
7
+ import * as i4 from "../../../swagger/SwaggerClient";
8
+ import * as i5 from "@angular/common";
9
+ import * as i6 from "@angular/material/form-field";
10
+ import * as i7 from "@angular/forms";
11
+ import * as i8 from "@angular/material/button";
12
+ import * as i9 from "@angular/material/card";
13
+ import * as i10 from "@angular/material/select";
14
+ import * as i11 from "@angular/material/core";
15
+ import * as i12 from "../beheer-nav/beheer-nav.component";
16
+ import * as i13 from "../../../components/fab-loader/fab-loader.component";
17
+ import * as i14 from "./beheer-import-sets-ebo/beheer-import-sets-ebo.component";
18
+ import * as i15 from "./beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component";
19
+ export class BeheerImportSetsComponent {
20
+ constructor(dialog, ProductsService, ImportSetsService, ImportApiClient, ChangeDetectorRef) {
21
+ this.dialog = dialog;
22
+ this.ProductsService = ProductsService;
23
+ this.ImportSetsService = ImportSetsService;
24
+ this.ImportApiClient = ImportApiClient;
25
+ this.ChangeDetectorRef = ChangeDetectorRef;
26
+ }
27
+ ngOnInit() {
28
+ this.ImportSetsService.LoadImportSets(this.ChangeDetectorRef);
29
+ }
30
+ Wijzig() {
31
+ var dialogRef = this.dialog.open(BeheerImportSetsDialogComponent, {
32
+ data: {
33
+ id: this.ImportSetsService.GetActiveImportSet().id,
34
+ name: this.ImportSetsService.GetActiveImportSet().name
35
+ }
36
+ });
37
+ }
38
+ Toevoegen() {
39
+ var dialogRef = this.dialog.open(BeheerImportSetsDialogComponent, {
40
+ data: {
41
+ id: -1,
42
+ name: ""
43
+ }
44
+ });
45
+ }
46
+ Loading() {
47
+ return this.ProductsService.Loading() || this.ImportSetsService.LoadingImportSets;
48
+ }
49
+ Open() {
50
+ this.ImportSetsService.Open(this.ProductsService.BCBProductSelected, this.ChangeDetectorRef);
51
+ }
52
+ Reload() {
53
+ this.ProductsService.Reload(this.ChangeDetectorRef);
54
+ }
55
+ GetProducts() {
56
+ var array = new Array();
57
+ var products = this.ProductsService.ProductsViewModel?.productViewModels;
58
+ if (products != null) {
59
+ for (var i = 0; i < products.length; i++) {
60
+ if (products[i].importSetId == this.ImportSetsService.GetActiveImportSet().id) {
61
+ array.push(products[i]);
62
+ }
63
+ }
64
+ }
65
+ return array;
66
+ }
67
+ }
68
+ BeheerImportSetsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerImportSetsComponent, deps: [{ token: i1.MatDialog }, { token: i2.ProductsService }, { token: i3.ImportSetsService }, { token: i4.ImportApiClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
69
+ BeheerImportSetsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerImportSetsComponent, selector: "app-beheer-import-sets", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading()\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n<div *ngIf=\"!Loading()\" class=\"main-content\">\r\n <mat-card>\r\n <div class=\"toolbar\">\r\n <div class=\"toolbar-item\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Import set</mat-label>\r\n <mat-select [(ngModel)]=\"ImportSetsService.BCBImportSetSelected\" (selectionChange)=\"Reload()\">\r\n <mat-option *ngFor=\"let importset of ImportSetsService.BCBImportSetsViewModel.bcbImportSetViewModels\" [value]=\"importset.id\">\r\n {{importset.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Wijzig()\">\r\n Wijzig\r\n </button>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Toevoegen()\">\r\n Toevoegen\r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"toolbar\" *ngIf=\"GetProducts().length > 0\">\r\n <div class=\"toolbar-item\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Product</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.ProductSelected\">\r\n <mat-option *ngFor=\"let product of GetProducts()\" [value]=\"product.id\">\r\n {{product.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"toolbar-item flex-auto\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>BCBProduct</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.BCBProductSelected\">\r\n <mat-option *ngFor=\"let product of ProductsService.GetBCBProductsSelected()\" [value]=\"product.id\">\r\n {{product.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Open()\">\r\n Open\r\n </button>\r\n </div>\r\n </div>\r\n </mat-card>\r\n\r\n <div class=\"main-block\">\r\n <div class=\"flex-auto block\">\r\n <mat-card>\r\n <mat-card-content>\r\n <div *ngIf=\"ImportSetsService.LoadingOpen\">\r\n <app-fab-loader></app-fab-loader>\r\n </div>\r\n <div *ngIf=\"!ImportSetsService.LoadingOpen && ImportSetsService.BCBImportOpenResponse != null\">\r\n <h3 class=\"title\">{{ ImportSetsService.BCBImportOpenResponse?.bcbeboViewModel?.name }}</h3>\r\n\r\n <div class=\"opbouw\">Opbouw</div>\r\n <app-beheer-import-sets-opbouw *ngFor=\"let opbouw of ImportSetsService.BCBImportOpenResponse.bcbImportOpbouwen\" [opbouw]=\"opbouw\"></app-beheer-import-sets-opbouw>\r\n\r\n <div class=\"opbouw\">Eigenschap</div>\r\n <app-beheer-import-sets-eigenschap *ngFor=\"let eigenschap of ImportSetsService.BCBImportOpenResponse.bcbImportEigenschappen\" [eigenschap]=\"eigenschap\"></app-beheer-import-sets-eigenschap>\r\n </div>\r\n </mat-card-content>\r\n </mat-card>\r\n\r\n </div>\r\n <div class=\"importset-block block\">\r\n <mat-card>\r\n <mat-card-title>{{ ImportSetsService.GetActiveImportSet().name }}</mat-card-title>\r\n <mat-card-content>\r\n <mat-card class=\"value-block\" *ngFor=\"let value of ImportSetsService.GetActiveImportSet().bcbImportSetValueViewModels\">\r\n <mat-card-content>\r\n {{ value.value }}\r\n </mat-card-content>\r\n </mat-card>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".main-content{padding:5px}.flex-auto{flex:auto}.full-width{width:100%}.value-block{margin:3px}.importset-block{min-width:300px}.full-height{height:100%}.main-block{display:flex}.block{margin:5px}.toolbar{display:flex}.toolbar-item{margin-right:3px}.card{margin:3px}.opbouw{border-bottom:2px solid #000;font-size:20px;margin-top:5px;margin-bottom:5px}\n"], dependencies: [{ 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.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i6.MatLabel, selector: "mat-label" }, { 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.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i9.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "directive", type: i9.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { 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.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i13.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i14.BeheerImportSetsOpbouwComponent, selector: "app-beheer-import-sets-opbouw", inputs: ["opbouw"] }, { kind: "component", type: i15.BeheerImportSetsEigenschapComponent, selector: "app-beheer-import-sets-eigenschap", inputs: ["eigenschap"] }] });
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerImportSetsComponent, decorators: [{
71
+ type: Component,
72
+ args: [{ selector: 'app-beheer-import-sets', template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading()\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n<div *ngIf=\"!Loading()\" class=\"main-content\">\r\n <mat-card>\r\n <div class=\"toolbar\">\r\n <div class=\"toolbar-item\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Import set</mat-label>\r\n <mat-select [(ngModel)]=\"ImportSetsService.BCBImportSetSelected\" (selectionChange)=\"Reload()\">\r\n <mat-option *ngFor=\"let importset of ImportSetsService.BCBImportSetsViewModel.bcbImportSetViewModels\" [value]=\"importset.id\">\r\n {{importset.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Wijzig()\">\r\n Wijzig\r\n </button>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Toevoegen()\">\r\n Toevoegen\r\n </button>\r\n </div>\r\n </div>\r\n <div class=\"toolbar\" *ngIf=\"GetProducts().length > 0\">\r\n <div class=\"toolbar-item\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Product</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.ProductSelected\">\r\n <mat-option *ngFor=\"let product of GetProducts()\" [value]=\"product.id\">\r\n {{product.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"toolbar-item flex-auto\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>BCBProduct</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.BCBProductSelected\">\r\n <mat-option *ngFor=\"let product of ProductsService.GetBCBProductsSelected()\" [value]=\"product.id\">\r\n {{product.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n <div class=\"\">\r\n <button mat-raised-button (click)=\"Open()\">\r\n Open\r\n </button>\r\n </div>\r\n </div>\r\n </mat-card>\r\n\r\n <div class=\"main-block\">\r\n <div class=\"flex-auto block\">\r\n <mat-card>\r\n <mat-card-content>\r\n <div *ngIf=\"ImportSetsService.LoadingOpen\">\r\n <app-fab-loader></app-fab-loader>\r\n </div>\r\n <div *ngIf=\"!ImportSetsService.LoadingOpen && ImportSetsService.BCBImportOpenResponse != null\">\r\n <h3 class=\"title\">{{ ImportSetsService.BCBImportOpenResponse?.bcbeboViewModel?.name }}</h3>\r\n\r\n <div class=\"opbouw\">Opbouw</div>\r\n <app-beheer-import-sets-opbouw *ngFor=\"let opbouw of ImportSetsService.BCBImportOpenResponse.bcbImportOpbouwen\" [opbouw]=\"opbouw\"></app-beheer-import-sets-opbouw>\r\n\r\n <div class=\"opbouw\">Eigenschap</div>\r\n <app-beheer-import-sets-eigenschap *ngFor=\"let eigenschap of ImportSetsService.BCBImportOpenResponse.bcbImportEigenschappen\" [eigenschap]=\"eigenschap\"></app-beheer-import-sets-eigenschap>\r\n </div>\r\n </mat-card-content>\r\n </mat-card>\r\n\r\n </div>\r\n <div class=\"importset-block block\">\r\n <mat-card>\r\n <mat-card-title>{{ ImportSetsService.GetActiveImportSet().name }}</mat-card-title>\r\n <mat-card-content>\r\n <mat-card class=\"value-block\" *ngFor=\"let value of ImportSetsService.GetActiveImportSet().bcbImportSetValueViewModels\">\r\n <mat-card-content>\r\n {{ value.value }}\r\n </mat-card-content>\r\n </mat-card>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".main-content{padding:5px}.flex-auto{flex:auto}.full-width{width:100%}.value-block{margin:3px}.importset-block{min-width:300px}.full-height{height:100%}.main-block{display:flex}.block{margin:5px}.toolbar{display:flex}.toolbar-item{margin-right:3px}.card{margin:3px}.opbouw{border-bottom:2px solid #000;font-size:20px;margin-top:5px;margin-bottom:5px}\n"] }]
73
+ }], ctorParameters: function () { return [{ type: i1.MatDialog }, { type: i2.ProductsService }, { type: i3.ImportSetsService }, { type: i4.ImportApiClient }, { type: i0.ChangeDetectorRef }]; } });
74
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWltcG9ydC1zZXRzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWltcG9ydC1zZXRzL2JlaGVlci1pbXBvcnQtc2V0cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1pbXBvcnQtc2V0cy9iZWhlZXItaW1wb3J0LXNldHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFLckUsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0saUVBQWlFLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBT2xILE1BQU0sT0FBTyx5QkFBeUI7SUFFcEMsWUFDUyxNQUFpQixFQUNqQixlQUFnQyxFQUNoQyxpQkFBb0MsRUFDcEMsZUFBZ0MsRUFDL0IsaUJBQW9DO1FBSnJDLFdBQU0sR0FBTixNQUFNLENBQVc7UUFDakIsb0JBQWUsR0FBZixlQUFlLENBQWlCO1FBQ2hDLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDcEMsb0JBQWUsR0FBZixlQUFlLENBQWlCO1FBQy9CLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFFOUMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsaUJBQWlCLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0lBQ2hFLENBQUM7SUFFTSxNQUFNO1FBQ1gsSUFBSSxTQUFTLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsK0JBQStCLEVBQUU7WUFDaEUsSUFBSSxFQUFFO2dCQUNKLEVBQUUsRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxFQUFFO2dCQUNsRCxJQUFJLEVBQUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLGtCQUFrQixFQUFFLENBQUMsSUFBSTthQUN2RDtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxTQUFTO1FBQ2QsSUFBSSxTQUFTLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsK0JBQStCLEVBQUU7WUFDaEUsSUFBSSxFQUFFO2dCQUNKLEVBQUUsRUFBRSxDQUFDLENBQUM7Z0JBQ04sSUFBSSxFQUFFLEVBQUU7YUFDVDtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTSxPQUFPO1FBQ1osT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDLE9BQU8sRUFBRSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxpQkFBaUIsQ0FBQztJQUNwRixDQUFDO0lBRU0sSUFBSTtRQUNULElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxrQkFBa0IsRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUMvRixDQUFDO0lBRU0sTUFBTTtRQUNYLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO0lBQ3RELENBQUM7SUFFTSxXQUFXO1FBQ2hCLElBQUksS0FBSyxHQUFHLElBQUksS0FBSyxFQUFvQixDQUFDO1FBRTFDLElBQUksUUFBUSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsaUJBQWlCLEVBQUUsaUJBQWlCLENBQUM7UUFFekUsSUFBSSxRQUFRLElBQUksSUFBSSxFQUFFO1lBQ3BCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxRQUFRLENBQUMsTUFBTSxFQUFFLENBQUMsRUFBRSxFQUFFO2dCQUN4QyxJQUFJLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLGtCQUFrQixFQUFFLENBQUMsRUFBRSxFQUFFO29CQUM3RSxLQUFLLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2lCQUN6QjthQUNGO1NBQ0Y7UUFFRCxPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7O3NIQTNEVSx5QkFBeUI7MEdBQXpCLHlCQUF5Qiw4RENadEMsb3hIQTRGQTsyRkRoRmEseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLHdCQUF3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXREaWFsb2cgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xyXG5pbXBvcnQgeyBJbXBvcnRTZXRzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2ltcG9ydHNldHMuc2VydmljZSc7XHJcbmltcG9ydCB7IFByb2R1Y3RzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3Byb2R1Y3RzLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBJbXBvcnRBcGlDbGllbnQsIEJDQkltcG9ydFNldHNWaWV3TW9kZWwsIEJDQkltcG9ydFNldFZpZXdNb2RlbCwgUHJvZHVjdFZpZXdNb2RlbCwgQkNCUHJvZHVjdFZpZXdNb2RlbCwgQkNCSW1wb3J0T3BlblJlcXVlc3QsIEJDQkltcG9ydE9wZW5SZXNwb25zZSB9IGZyb20gJy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcbmltcG9ydCB7IEJlaGVlckltcG9ydFNldHNEaWFsb2dDb21wb25lbnQgfSBmcm9tICcuL2JlaGVlci1pbXBvcnQtc2V0cy1kaWFsb2cvYmVoZWVyLWltcG9ydC1zZXRzLWRpYWxvZy5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLWltcG9ydC1zZXRzJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWltcG9ydC1zZXRzLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItaW1wb3J0LXNldHMuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmVoZWVySW1wb3J0U2V0c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGRpYWxvZzogTWF0RGlhbG9nLFxyXG4gICAgcHVibGljIFByb2R1Y3RzU2VydmljZTogUHJvZHVjdHNTZXJ2aWNlLFxyXG4gICAgcHVibGljIEltcG9ydFNldHNTZXJ2aWNlOiBJbXBvcnRTZXRzU2VydmljZSxcclxuICAgIHB1YmxpYyBJbXBvcnRBcGlDbGllbnQ6IEltcG9ydEFwaUNsaWVudCxcclxuICAgIHByaXZhdGUgQ2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7XHJcblxyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLkltcG9ydFNldHNTZXJ2aWNlLkxvYWRJbXBvcnRTZXRzKHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIFdpanppZygpOiB2b2lkIHtcclxuICAgIHZhciBkaWFsb2dSZWYgPSB0aGlzLmRpYWxvZy5vcGVuKEJlaGVlckltcG9ydFNldHNEaWFsb2dDb21wb25lbnQsIHtcclxuICAgICAgZGF0YToge1xyXG4gICAgICAgIGlkOiB0aGlzLkltcG9ydFNldHNTZXJ2aWNlLkdldEFjdGl2ZUltcG9ydFNldCgpLmlkLFxyXG4gICAgICAgIG5hbWU6IHRoaXMuSW1wb3J0U2V0c1NlcnZpY2UuR2V0QWN0aXZlSW1wb3J0U2V0KCkubmFtZVxyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBUb2V2b2VnZW4oKTogdm9pZCB7XHJcbiAgICB2YXIgZGlhbG9nUmVmID0gdGhpcy5kaWFsb2cub3BlbihCZWhlZXJJbXBvcnRTZXRzRGlhbG9nQ29tcG9uZW50LCB7XHJcbiAgICAgIGRhdGE6IHtcclxuICAgICAgICBpZDogLTEsXHJcbiAgICAgICAgbmFtZTogXCJcIlxyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBMb2FkaW5nKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkxvYWRpbmcoKSB8fCB0aGlzLkltcG9ydFNldHNTZXJ2aWNlLkxvYWRpbmdJbXBvcnRTZXRzO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIE9wZW4oKTogdm9pZCB7XHJcbiAgICB0aGlzLkltcG9ydFNldHNTZXJ2aWNlLk9wZW4odGhpcy5Qcm9kdWN0c1NlcnZpY2UuQkNCUHJvZHVjdFNlbGVjdGVkLCB0aGlzLkNoYW5nZURldGVjdG9yUmVmKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBSZWxvYWQoKTogdm9pZCB7XHJcbiAgICB0aGlzLlByb2R1Y3RzU2VydmljZS5SZWxvYWQodGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgR2V0UHJvZHVjdHMoKTogQXJyYXk8UHJvZHVjdFZpZXdNb2RlbD4ge1xyXG4gICAgdmFyIGFycmF5ID0gbmV3IEFycmF5PFByb2R1Y3RWaWV3TW9kZWw+KCk7XHJcblxyXG4gICAgdmFyIHByb2R1Y3RzID0gdGhpcy5Qcm9kdWN0c1NlcnZpY2UuUHJvZHVjdHNWaWV3TW9kZWw/LnByb2R1Y3RWaWV3TW9kZWxzO1xyXG5cclxuICAgIGlmIChwcm9kdWN0cyAhPSBudWxsKSB7XHJcbiAgICAgIGZvciAodmFyIGkgPSAwOyBpIDwgcHJvZHVjdHMubGVuZ3RoOyBpKyspIHtcclxuICAgICAgICBpZiAocHJvZHVjdHNbaV0uaW1wb3J0U2V0SWQgPT0gdGhpcy5JbXBvcnRTZXRzU2VydmljZS5HZXRBY3RpdmVJbXBvcnRTZXQoKS5pZCkge1xyXG4gICAgICAgICAgYXJyYXkucHVzaChwcm9kdWN0c1tpXSk7XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgcmV0dXJuIGFycmF5O1xyXG4gIH1cclxufVxyXG4iLCI8YXBwLWJlaGVlci1uYXY+PC9hcHAtYmVoZWVyLW5hdj5cclxuXHJcbjxkaXYgKm5nSWY9XCJMb2FkaW5nKClcIj5cclxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cclxuPC9kaXY+XHJcbjxkaXYgKm5nSWY9XCIhTG9hZGluZygpXCIgY2xhc3M9XCJtYWluLWNvbnRlbnRcIj5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8ZGl2IGNsYXNzPVwidG9vbGJhclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwidG9vbGJhci1pdGVtXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPkltcG9ydCBzZXQ8L21hdC1sYWJlbD5cclxuICAgICAgICAgIDxtYXQtc2VsZWN0IFsobmdNb2RlbCldPVwiSW1wb3J0U2V0c1NlcnZpY2UuQkNCSW1wb3J0U2V0U2VsZWN0ZWRcIiAoc2VsZWN0aW9uQ2hhbmdlKT1cIlJlbG9hZCgpXCI+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBpbXBvcnRzZXQgb2YgSW1wb3J0U2V0c1NlcnZpY2UuQkNCSW1wb3J0U2V0c1ZpZXdNb2RlbC5iY2JJbXBvcnRTZXRWaWV3TW9kZWxzXCIgW3ZhbHVlXT1cImltcG9ydHNldC5pZFwiPlxyXG4gICAgICAgICAgICAgIHt7aW1wb3J0c2V0Lm5hbWV9fVxyXG4gICAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJXaWp6aWcoKVwiPlxyXG4gICAgICAgICAgV2lqemlnXHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiVG9ldm9lZ2VuKClcIj5cclxuICAgICAgICAgIFRvZXZvZWdlblxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInRvb2xiYXJcIiAqbmdJZj1cIkdldFByb2R1Y3RzKCkubGVuZ3RoID4gMFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwidG9vbGJhci1pdGVtXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPlByb2R1Y3Q8L21hdC1sYWJlbD5cclxuICAgICAgICAgIDxtYXQtc2VsZWN0IFsobmdNb2RlbCldPVwiUHJvZHVjdHNTZXJ2aWNlLlByb2R1Y3RTZWxlY3RlZFwiPlxyXG4gICAgICAgICAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgcHJvZHVjdCBvZiBHZXRQcm9kdWN0cygpXCIgW3ZhbHVlXT1cInByb2R1Y3QuaWRcIj5cclxuICAgICAgICAgICAgICB7e3Byb2R1Y3QubmFtZX19XHJcbiAgICAgICAgICAgIDwvbWF0LW9wdGlvbj5cclxuICAgICAgICAgIDwvbWF0LXNlbGVjdD5cclxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cInRvb2xiYXItaXRlbSBmbGV4LWF1dG9cIj5cclxuICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+QkNCUHJvZHVjdDwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgPG1hdC1zZWxlY3QgWyhuZ01vZGVsKV09XCJQcm9kdWN0c1NlcnZpY2UuQkNCUHJvZHVjdFNlbGVjdGVkXCI+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBwcm9kdWN0IG9mIFByb2R1Y3RzU2VydmljZS5HZXRCQ0JQcm9kdWN0c1NlbGVjdGVkKClcIiBbdmFsdWVdPVwicHJvZHVjdC5pZFwiPlxyXG4gICAgICAgICAgICAgIHt7cHJvZHVjdC5uYW1lfX1cclxuICAgICAgICAgICAgPC9tYXQtb3B0aW9uPlxyXG4gICAgICAgICAgPC9tYXQtc2VsZWN0PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiT3BlbigpXCI+XHJcbiAgICAgICAgICBPcGVuXHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9tYXQtY2FyZD5cclxuXHJcbiAgPGRpdiBjbGFzcz1cIm1haW4tYmxvY2tcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJmbGV4LWF1dG8gYmxvY2tcIj5cclxuICAgICAgPG1hdC1jYXJkPlxyXG4gICAgICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgPGRpdiAqbmdJZj1cIkltcG9ydFNldHNTZXJ2aWNlLkxvYWRpbmdPcGVuXCI+XHJcbiAgICAgICAgICAgIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2ICpuZ0lmPVwiIUltcG9ydFNldHNTZXJ2aWNlLkxvYWRpbmdPcGVuICYmIEltcG9ydFNldHNTZXJ2aWNlLkJDQkltcG9ydE9wZW5SZXNwb25zZSAhPSBudWxsXCI+XHJcbiAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlXCI+e3sgSW1wb3J0U2V0c1NlcnZpY2UuQkNCSW1wb3J0T3BlblJlc3BvbnNlPy5iY2JlYm9WaWV3TW9kZWw/Lm5hbWUgfX08L2gzPlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm9wYm91d1wiPk9wYm91dzwvZGl2PlxyXG4gICAgICAgICAgICA8YXBwLWJlaGVlci1pbXBvcnQtc2V0cy1vcGJvdXcgKm5nRm9yPVwibGV0IG9wYm91dyBvZiBJbXBvcnRTZXRzU2VydmljZS5CQ0JJbXBvcnRPcGVuUmVzcG9uc2UuYmNiSW1wb3J0T3Bib3V3ZW5cIiBbb3Bib3V3XT1cIm9wYm91d1wiPjwvYXBwLWJlaGVlci1pbXBvcnQtc2V0cy1vcGJvdXc+XHJcblxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3Bib3V3XCI+RWlnZW5zY2hhcDwvZGl2PlxyXG4gICAgICAgICAgICA8YXBwLWJlaGVlci1pbXBvcnQtc2V0cy1laWdlbnNjaGFwICpuZ0Zvcj1cImxldCBlaWdlbnNjaGFwIG9mIEltcG9ydFNldHNTZXJ2aWNlLkJDQkltcG9ydE9wZW5SZXNwb25zZS5iY2JJbXBvcnRFaWdlbnNjaGFwcGVuXCIgW2VpZ2Vuc2NoYXBdPVwiZWlnZW5zY2hhcFwiPjwvYXBwLWJlaGVlci1pbXBvcnQtc2V0cy1laWdlbnNjaGFwPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICA8L21hdC1jYXJkPlxyXG5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImltcG9ydHNldC1ibG9jayBibG9ja1wiPlxyXG4gICAgICA8bWF0LWNhcmQ+XHJcbiAgICAgICAgPG1hdC1jYXJkLXRpdGxlPnt7IEltcG9ydFNldHNTZXJ2aWNlLkdldEFjdGl2ZUltcG9ydFNldCgpLm5hbWUgfX08L21hdC1jYXJkLXRpdGxlPlxyXG4gICAgICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgPG1hdC1jYXJkIGNsYXNzPVwidmFsdWUtYmxvY2tcIiAqbmdGb3I9XCJsZXQgdmFsdWUgb2YgSW1wb3J0U2V0c1NlcnZpY2UuR2V0QWN0aXZlSW1wb3J0U2V0KCkuYmNiSW1wb3J0U2V0VmFsdWVWaWV3TW9kZWxzXCI+XHJcbiAgICAgICAgICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICAgICAgICAgIHt7IHZhbHVlLnZhbHVlIH19XHJcbiAgICAgICAgICAgIDwvbWF0LWNhcmQtY29udGVudD5cclxuICAgICAgICAgIDwvbWF0LWNhcmQ+XHJcbiAgICAgICAgPC9tYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICA8L21hdC1jYXJkPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
@@ -0,0 +1,44 @@
1
+ import { Component, ViewEncapsulation } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./../../../services/authentication.service";
4
+ import * as i2 from "@angular/router";
5
+ import * as i3 from "../../../swagger/SwaggerClient";
6
+ import * as i4 from "@angular/common";
7
+ import * as i5 from "@angular/material/form-field";
8
+ import * as i6 from "@angular/material/input";
9
+ import * as i7 from "@angular/forms";
10
+ import * as i8 from "@angular/material/button";
11
+ import * as i9 from "@angular/material/card";
12
+ import * as i10 from "../../../components/fab-loader/fab-loader.component";
13
+ export class BeheerInlogComponent {
14
+ constructor(authenticationService, router, securityApiClient) {
15
+ this.authenticationService = authenticationService;
16
+ this.router = router;
17
+ this.securityApiClient = securityApiClient;
18
+ this.Username = "";
19
+ this.Password = "";
20
+ this.Message = "";
21
+ this.securityApiClient.getLoginIPResponseModel().subscribe((model) => {
22
+ this.LoginIPResponseModel = model;
23
+ });
24
+ }
25
+ ngOnInit() {
26
+ }
27
+ Login() {
28
+ this.Message = "";
29
+ this.authenticationService.login(this.Username, this.Password, this, this.Success, this.Failure);
30
+ }
31
+ Success(beheer) {
32
+ beheer.router.navigateByUrl('/beheer');
33
+ }
34
+ Failure(beheer, message) {
35
+ beheer.Message = message;
36
+ }
37
+ }
38
+ BeheerInlogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerInlogComponent, deps: [{ token: i1.AuthenticationService }, { token: i2.Router }, { token: i3.SecurityApiClient }], target: i0.ɵɵFactoryTarget.Component });
39
+ BeheerInlogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerInlogComponent, selector: "app-beheer-inlog", ngImport: i0, template: "\n<div class=\"container\">\n <div class=\"inlogdialog\">\n <mat-card>\n <mat-card-content>\n <div>\n <mat-form-field appearance=\"fill\">\n <mat-label>Gebruikersnaam</mat-label>\n <input type=\"text\" [(ngModel)]=\"Username\" matInput value=\"\">\n </mat-form-field>\n </div>\n <div>\n <mat-form-field appearance=\"fill\">\n <mat-label>Wachtwoord</mat-label>\n <input type=\"password\" [(ngModel)]=\"Password\" matInput value=\"\">\n </mat-form-field>\n </div>\n\n <div class=\"button-bar\">\n <div class=\"error-box\">\n {{ Message }}\n </div>\n <button mat-raised-button (click)=\"Login()\" class=\"login-button\">\n <span *ngIf=\"!authenticationService.LoadingLogin\">\n Login\n </span>\n <span *ngIf=\"authenticationService.LoadingLogin\">\n <app-fab-loader class=\"loader\"></app-fab-loader>\n </span>\n </button>\n </div>\n <div>\n IP Address: {{ LoginIPResponseModel?.ipAddress }}\n </div>\n <div>\n FabrikantenCore: {{ LoginIPResponseModel?.fabrikantenCoreVersion }}\n </div>\n </mat-card-content>\n </mat-card>\n \n </div>\n</div>\n", styles: ["app-beheer-inlog .container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}app-beheer-inlog .error-box{font-size:12px;text-align:center;color:red;padding:3px}app-beheer-inlog .login-button{width:70px}app-beheer-inlog .loader{height:20px;top:6px;position:relative}app-beheer-inlog .inlogdialog{width:300px}app-beheer-inlog .button-bar{text-align:right}app-beheer-inlog mat-form-field{width:100%}body{background:url(/assets/bouwconnect-achtergrond.png) fixed}\n"], dependencies: [{ 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.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i9.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i10.FabLoaderComponent, selector: "app-fab-loader" }], encapsulation: i0.ViewEncapsulation.None });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerInlogComponent, decorators: [{
41
+ type: Component,
42
+ args: [{ selector: 'app-beheer-inlog', encapsulation: ViewEncapsulation.None, template: "\n<div class=\"container\">\n <div class=\"inlogdialog\">\n <mat-card>\n <mat-card-content>\n <div>\n <mat-form-field appearance=\"fill\">\n <mat-label>Gebruikersnaam</mat-label>\n <input type=\"text\" [(ngModel)]=\"Username\" matInput value=\"\">\n </mat-form-field>\n </div>\n <div>\n <mat-form-field appearance=\"fill\">\n <mat-label>Wachtwoord</mat-label>\n <input type=\"password\" [(ngModel)]=\"Password\" matInput value=\"\">\n </mat-form-field>\n </div>\n\n <div class=\"button-bar\">\n <div class=\"error-box\">\n {{ Message }}\n </div>\n <button mat-raised-button (click)=\"Login()\" class=\"login-button\">\n <span *ngIf=\"!authenticationService.LoadingLogin\">\n Login\n </span>\n <span *ngIf=\"authenticationService.LoadingLogin\">\n <app-fab-loader class=\"loader\"></app-fab-loader>\n </span>\n </button>\n </div>\n <div>\n IP Address: {{ LoginIPResponseModel?.ipAddress }}\n </div>\n <div>\n FabrikantenCore: {{ LoginIPResponseModel?.fabrikantenCoreVersion }}\n </div>\n </mat-card-content>\n </mat-card>\n \n </div>\n</div>\n", styles: ["app-beheer-inlog .container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}app-beheer-inlog .error-box{font-size:12px;text-align:center;color:red;padding:3px}app-beheer-inlog .login-button{width:70px}app-beheer-inlog .loader{height:20px;top:6px;position:relative}app-beheer-inlog .inlogdialog{width:300px}app-beheer-inlog .button-bar{text-align:right}app-beheer-inlog mat-form-field{width:100%}body{background:url(/assets/bouwconnect-achtergrond.png) fixed}\n"] }]
43
+ }], ctorParameters: function () { return [{ type: i1.AuthenticationService }, { type: i2.Router }, { type: i3.SecurityApiClient }]; } });
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWlubG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWlubG9nL2JlaGVlci1pbmxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1pbmxvZy9iZWhlZXItaW5sb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7Ozs7O0FBV3JFLE1BQU0sT0FBTyxvQkFBb0I7SUFTL0IsWUFBbUIscUJBQTRDLEVBQVMsTUFBYyxFQUFVLGlCQUFvQztRQUFqSCwwQkFBcUIsR0FBckIscUJBQXFCLENBQXVCO1FBQVMsV0FBTSxHQUFOLE1BQU0sQ0FBUTtRQUFVLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFQN0gsYUFBUSxHQUFXLEVBQUUsQ0FBQztRQUN0QixhQUFRLEdBQVcsRUFBRSxDQUFDO1FBRXRCLFlBQU8sR0FBVyxFQUFFLENBQUM7UUFNekIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLHVCQUF1QixFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBMkIsRUFBRSxFQUFFO1lBQzFGLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxLQUFLLENBQUM7UUFDcEMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7SUFFTSxLQUFLO1FBQ1YsSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLHFCQUFxQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ25HLENBQUM7SUFFTSxPQUFPLENBQUMsTUFBNEI7UUFDekMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLE9BQU8sQ0FBQyxNQUE0QixFQUFFLE9BQWU7UUFDMUQsTUFBTSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7SUFDM0IsQ0FBQzs7aUhBOUJVLG9CQUFvQjtxR0FBcEIsb0JBQW9CLHdEQ1hqQyxzMENBMENBOzJGRC9CYSxvQkFBb0I7a0JBTmhDLFNBQVM7K0JBQ0Usa0JBQWtCLGlCQUdiLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgTG9naW5JUFJlc3BvbnNlTW9kZWwsIFNlY3VyaXR5QXBpQ2xpZW50IH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcclxuaW1wb3J0IHsgQXV0aGVudGljYXRpb25TZXJ2aWNlIH0gZnJvbSAnLi8uLi8uLi8uLi9zZXJ2aWNlcy9hdXRoZW50aWNhdGlvbi5zZXJ2aWNlJ1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLWlubG9nJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWlubG9nLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItaW5sb2cuY29tcG9uZW50LnNjc3MnXSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCZWhlZXJJbmxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIHB1YmxpYyBVc2VybmFtZTogc3RyaW5nID0gXCJcIjtcclxuICBwdWJsaWMgUGFzc3dvcmQ6IHN0cmluZyA9IFwiXCI7XHJcblxyXG4gIHB1YmxpYyBNZXNzYWdlOiBzdHJpbmcgPSBcIlwiO1xyXG5cclxuICBwdWJsaWMgTG9naW5JUFJlc3BvbnNlTW9kZWw6IExvZ2luSVBSZXNwb25zZU1vZGVsO1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgYXV0aGVudGljYXRpb25TZXJ2aWNlOiBBdXRoZW50aWNhdGlvblNlcnZpY2UsIHB1YmxpYyByb3V0ZXI6IFJvdXRlciwgcHJpdmF0ZSBzZWN1cml0eUFwaUNsaWVudDogU2VjdXJpdHlBcGlDbGllbnQpIHtcclxuXHJcbiAgICAgdGhpcy5zZWN1cml0eUFwaUNsaWVudC5nZXRMb2dpbklQUmVzcG9uc2VNb2RlbCgpLnN1YnNjcmliZSgobW9kZWw6IExvZ2luSVBSZXNwb25zZU1vZGVsKSA9PiB7XHJcbiAgICAgIHRoaXMuTG9naW5JUFJlc3BvbnNlTW9kZWwgPSBtb2RlbDtcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgTG9naW4oKTogdm9pZCB7XHJcbiAgICB0aGlzLk1lc3NhZ2UgPSBcIlwiO1xyXG4gICAgdGhpcy5hdXRoZW50aWNhdGlvblNlcnZpY2UubG9naW4odGhpcy5Vc2VybmFtZSwgdGhpcy5QYXNzd29yZCwgdGhpcywgdGhpcy5TdWNjZXNzLCB0aGlzLkZhaWx1cmUpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIFN1Y2Nlc3MoYmVoZWVyOiBCZWhlZXJJbmxvZ0NvbXBvbmVudCk6IHZvaWQge1xyXG4gICAgYmVoZWVyLnJvdXRlci5uYXZpZ2F0ZUJ5VXJsKCcvYmVoZWVyJyk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgRmFpbHVyZShiZWhlZXI6IEJlaGVlcklubG9nQ29tcG9uZW50LCBtZXNzYWdlOiBzdHJpbmcpOiB2b2lkIHtcclxuICAgIGJlaGVlci5NZXNzYWdlID0gbWVzc2FnZTtcclxuICB9XHJcbn1cclxuIiwiXG48ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJpbmxvZ2RpYWxvZ1wiPlxuICAgIDxtYXQtY2FyZD5cbiAgICAgIDxtYXQtY2FyZC1jb250ZW50PlxuICAgICAgICA8ZGl2PlxuICAgICAgICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwiZmlsbFwiPlxuICAgICAgICAgICAgPG1hdC1sYWJlbD5HZWJydWlrZXJzbmFhbTwvbWF0LWxhYmVsPlxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgWyhuZ01vZGVsKV09XCJVc2VybmFtZVwiIG1hdElucHV0IHZhbHVlPVwiXCI+XG4gICAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXY+XG4gICAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCI+XG4gICAgICAgICAgICA8bWF0LWxhYmVsPldhY2h0d29vcmQ8L21hdC1sYWJlbD5cbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwicGFzc3dvcmRcIiBbKG5nTW9kZWwpXT1cIlBhc3N3b3JkXCIgbWF0SW5wdXQgdmFsdWU9XCJcIj5cbiAgICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8ZGl2IGNsYXNzPVwiYnV0dG9uLWJhclwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJlcnJvci1ib3hcIj5cbiAgICAgICAgICAgIHt7IE1lc3NhZ2UgfX1cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJMb2dpbigpXCIgY2xhc3M9XCJsb2dpbi1idXR0b25cIj5cbiAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiIWF1dGhlbnRpY2F0aW9uU2VydmljZS5Mb2FkaW5nTG9naW5cIj5cbiAgICAgICAgICAgICAgTG9naW5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiYXV0aGVudGljYXRpb25TZXJ2aWNlLkxvYWRpbmdMb2dpblwiPlxuICAgICAgICAgICAgICA8YXBwLWZhYi1sb2FkZXIgY2xhc3M9XCJsb2FkZXJcIj48L2FwcC1mYWItbG9hZGVyPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdj5cbiAgICAgICAgICBJUCBBZGRyZXNzOiB7eyBMb2dpbklQUmVzcG9uc2VNb2RlbD8uaXBBZGRyZXNzIH19XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2PlxuICAgICAgICAgIEZhYnJpa2FudGVuQ29yZToge3sgTG9naW5JUFJlc3BvbnNlTW9kZWw/LmZhYnJpa2FudGVuQ29yZVZlcnNpb24gfX1cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XG4gICAgPC9tYXQtY2FyZD5cbiAgICBcbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,16 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "../beheer-nav/beheer-nav.component";
4
+ export class BeheerMainComponent {
5
+ constructor() {
6
+ }
7
+ ngOnInit() {
8
+ }
9
+ }
10
+ BeheerMainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerMainComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ BeheerMainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerMainComponent, selector: "app-beheer-main", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n", styles: [""], dependencies: [{ kind: "component", type: i1.BeheerNavComponent, selector: "app-beheer-nav" }] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerMainComponent, decorators: [{
13
+ type: Component,
14
+ args: [{ selector: 'app-beheer-main', template: "<app-beheer-nav></app-beheer-nav>\r\n" }]
15
+ }], ctorParameters: function () { return []; } });
16
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLW1haW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItbWFpbi9iZWhlZXItbWFpbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1tYWluL2JlaGVlci1tYWluLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7OztBQU9sRCxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCO0lBRUEsQ0FBQztJQUVELFFBQVE7SUFDUixDQUFDOztnSEFQVSxtQkFBbUI7b0dBQW5CLG1CQUFtQix1RENQaEMsdUNBQ0E7MkZETWEsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1tYWluJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1tYWluLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLW1haW4uY29tcG9uZW50LmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJlaGVlck1haW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgXG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgfVxuXG59XG4iLCI8YXBwLWJlaGVlci1uYXY+PC9hcHAtYmVoZWVyLW5hdj5cclxuIl19
@@ -0,0 +1,47 @@
1
+ import { Component, ViewEncapsulation } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./../../../services/authentication.service";
4
+ import * as i2 from "@angular/router";
5
+ import * as i3 from "../../../swagger/SwaggerClient";
6
+ import * as i4 from "@angular/material/button";
7
+ export class BeheerNavComponent {
8
+ constructor(authenticationService, router, FabrikantenApiClient) {
9
+ this.authenticationService = authenticationService;
10
+ this.router = router;
11
+ this.FabrikantenApiClient = FabrikantenApiClient;
12
+ this.ResetCacheTitle = "Reset Cache";
13
+ }
14
+ ngOnInit() {
15
+ }
16
+ LogOff() {
17
+ this.authenticationService.logout();
18
+ this.router.navigateByUrl('/beheer/inloggen');
19
+ }
20
+ NavigateTo(name) {
21
+ this.router.navigateByUrl('/beheer/' + name);
22
+ }
23
+ IsActive(name) {
24
+ return window.location.href.toLowerCase().indexOf(name.toLowerCase()) != -1;
25
+ }
26
+ ResetCache() {
27
+ this.ResetCacheTitle = "...";
28
+ this.FabrikantenApiClient.resetCache().subscribe(() => {
29
+ this.ResetCacheTitle = "Reset Cache";
30
+ alert('cache reset success');
31
+ }, (error) => {
32
+ if (error.status == 400)
33
+ console.log(error.json());
34
+ else {
35
+ console.log('An unexpected error occured');
36
+ console.log(error);
37
+ }
38
+ });
39
+ }
40
+ }
41
+ BeheerNavComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerNavComponent, deps: [{ token: i1.AuthenticationService }, { token: i2.Router }, { token: i3.FabrikantenApiClient }], target: i0.ɵɵFactoryTarget.Component });
42
+ BeheerNavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerNavComponent, selector: "app-beheer-nav", ngImport: i0, template: "<div class=\"main-block\">\n <div class=\"row\">\n <div class=\"cell left-block\">\n <button mat-raised-button (click)=\"NavigateTo('searchproducts')\" class=\"link\" [disabled]=\"IsActive('/searchproducts')\">\n Zoeken\n </button>\n <button mat-raised-button (click)=\"NavigateTo('importsets')\" class=\"link\" [disabled]=\"IsActive('/importsets')\">\n Import\n </button>\n <button mat-raised-button (click)=\"NavigateTo('products')\" class=\"link\" [disabled]=\"IsActive('/products')\">\n Products\n </button>\n <button mat-raised-button (click)=\"NavigateTo('filters')\" class=\"link\" [disabled]=\"IsActive('/filters')\">\n Filters\n </button>\n <button mat-raised-button (click)=\"NavigateTo('ebokoppel')\" class=\"link\" [disabled]=\"IsActive('/ebokoppel')\">\n EBO Koppel\n </button>\n <button mat-raised-button (click)=\"NavigateTo('categories')\" class=\"link\" [disabled]=\"IsActive('/categories')\">\n Categories\n </button>\n </div>\n <div class=\"cell right-block\">\n <button mat-raised-button (click)=\"ResetCache()\" class=\"link\">\n {{ ResetCacheTitle }}\n </button>\n <button mat-raised-button (click)=\"NavigateTo('settings')\" class=\"link\" [disabled]=\"IsActive('/settings')\">\n Settings\n </button>\n <button mat-raised-button (click)=\"NavigateTo('translate')\" class=\"link\" [disabled]=\"IsActive('/translate')\">\n Translate\n </button>\n <button mat-raised-button (click)=\"NavigateTo('users')\" class=\"link\" [disabled]=\"IsActive('/users')\">\n Users\n </button>\n <button mat-raised-button (click)=\"LogOff()\" class=\"link\">\n Uitloggen\n </button>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-nav .main-block{width:100%;display:table}app-beheer-nav .main-block .left-block{text-align:left}app-beheer-nav .main-block .right-block{text-align:right}app-beheer-nav .main-block .row{display:table-row}app-beheer-nav .main-block .cell{display:table-cell}app-beheer-nav .main-block .link{margin:5px}body{background:url(/assets/bouwconnect-achtergrond.png) fixed}.full-width{width:100%}\n"], dependencies: [{ kind: "component", type: i4.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"] }], encapsulation: i0.ViewEncapsulation.None });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerNavComponent, decorators: [{
44
+ type: Component,
45
+ args: [{ selector: 'app-beheer-nav', encapsulation: ViewEncapsulation.None, template: "<div class=\"main-block\">\n <div class=\"row\">\n <div class=\"cell left-block\">\n <button mat-raised-button (click)=\"NavigateTo('searchproducts')\" class=\"link\" [disabled]=\"IsActive('/searchproducts')\">\n Zoeken\n </button>\n <button mat-raised-button (click)=\"NavigateTo('importsets')\" class=\"link\" [disabled]=\"IsActive('/importsets')\">\n Import\n </button>\n <button mat-raised-button (click)=\"NavigateTo('products')\" class=\"link\" [disabled]=\"IsActive('/products')\">\n Products\n </button>\n <button mat-raised-button (click)=\"NavigateTo('filters')\" class=\"link\" [disabled]=\"IsActive('/filters')\">\n Filters\n </button>\n <button mat-raised-button (click)=\"NavigateTo('ebokoppel')\" class=\"link\" [disabled]=\"IsActive('/ebokoppel')\">\n EBO Koppel\n </button>\n <button mat-raised-button (click)=\"NavigateTo('categories')\" class=\"link\" [disabled]=\"IsActive('/categories')\">\n Categories\n </button>\n </div>\n <div class=\"cell right-block\">\n <button mat-raised-button (click)=\"ResetCache()\" class=\"link\">\n {{ ResetCacheTitle }}\n </button>\n <button mat-raised-button (click)=\"NavigateTo('settings')\" class=\"link\" [disabled]=\"IsActive('/settings')\">\n Settings\n </button>\n <button mat-raised-button (click)=\"NavigateTo('translate')\" class=\"link\" [disabled]=\"IsActive('/translate')\">\n Translate\n </button>\n <button mat-raised-button (click)=\"NavigateTo('users')\" class=\"link\" [disabled]=\"IsActive('/users')\">\n Users\n </button>\n <button mat-raised-button (click)=\"LogOff()\" class=\"link\">\n Uitloggen\n </button>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-nav .main-block{width:100%;display:table}app-beheer-nav .main-block .left-block{text-align:left}app-beheer-nav .main-block .right-block{text-align:right}app-beheer-nav .main-block .row{display:table-row}app-beheer-nav .main-block .cell{display:table-cell}app-beheer-nav .main-block .link{margin:5px}body{background:url(/assets/bouwconnect-achtergrond.png) fixed}.full-width{width:100%}\n"] }]
46
+ }], ctorParameters: function () { return [{ type: i1.AuthenticationService }, { type: i2.Router }, { type: i3.FabrikantenApiClient }]; } });
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLW5hdi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1uYXYvYmVoZWVyLW5hdi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1uYXYvYmVoZWVyLW5hdi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFXckUsTUFBTSxPQUFPLGtCQUFrQjtJQUk3QixZQUFtQixxQkFBNEMsRUFBVSxNQUFjLEVBQVUsb0JBQTBDO1FBQXhILDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFBVSxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQVUseUJBQW9CLEdBQXBCLG9CQUFvQixDQUFzQjtRQUZwSSxvQkFBZSxHQUFXLGFBQWEsQ0FBQztJQUcvQyxDQUFDO0lBRUQsUUFBUTtJQUNSLENBQUM7SUFFTSxNQUFNO1FBQ1gsSUFBSSxDQUFDLHFCQUFxQixDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ3BDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLGtCQUFrQixDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFVBQVUsQ0FBQyxJQUFZO1FBQzVCLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsQ0FBQztJQUMvQyxDQUFDO0lBRU0sUUFBUSxDQUFDLElBQVk7UUFDMUIsT0FBTyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7SUFDOUUsQ0FBQztJQUVNLFVBQVU7UUFDZixJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztRQUM3QixJQUFJLENBQUMsb0JBQW9CLENBQUMsVUFBVSxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUNwRCxJQUFJLENBQUMsZUFBZSxHQUFHLGFBQWEsQ0FBQztZQUNyQyxLQUFLLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUMvQixDQUFDLEVBQUUsQ0FBQyxLQUFlLEVBQUUsRUFBRTtZQUNyQixJQUFJLEtBQUssQ0FBQyxNQUFNLElBQUksR0FBRztnQkFDckIsT0FBTyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQztpQkFDdkI7Z0JBQ0gsT0FBTyxDQUFDLEdBQUcsQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO2dCQUMzQyxPQUFPLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO2FBQ3BCO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOzsrR0FwQ1Usa0JBQWtCO21HQUFsQixrQkFBa0Isc0RDWC9CLHV4REF5Q0E7MkZEOUJhLGtCQUFrQjtrQkFOOUIsU0FBUzsrQkFDRSxnQkFBZ0IsaUJBR1gsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBGYWJyaWthbnRlbkFwaUNsaWVudCB9IGZyb20gJy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcbmltcG9ydCB7IEF1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4vLi4vLi4vLi4vc2VydmljZXMvYXV0aGVudGljYXRpb24uc2VydmljZSdcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1uYXYnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItbmF2LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItbmF2LmNvbXBvbmVudC5zY3NzJ10sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmVoZWVyTmF2Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgcHVibGljIFJlc2V0Q2FjaGVUaXRsZTogc3RyaW5nID0gXCJSZXNldCBDYWNoZVwiO1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgYXV0aGVudGljYXRpb25TZXJ2aWNlOiBBdXRoZW50aWNhdGlvblNlcnZpY2UsIHByaXZhdGUgcm91dGVyOiBSb3V0ZXIsIHByaXZhdGUgRmFicmlrYW50ZW5BcGlDbGllbnQ6IEZhYnJpa2FudGVuQXBpQ2xpZW50KSB7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBMb2dPZmYoKTogdm9pZCB7XHJcbiAgICB0aGlzLmF1dGhlbnRpY2F0aW9uU2VydmljZS5sb2dvdXQoKTtcclxuICAgIHRoaXMucm91dGVyLm5hdmlnYXRlQnlVcmwoJy9iZWhlZXIvaW5sb2dnZW4nKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBOYXZpZ2F0ZVRvKG5hbWU6IHN0cmluZykge1xyXG4gICAgdGhpcy5yb3V0ZXIubmF2aWdhdGVCeVVybCgnL2JlaGVlci8nICsgbmFtZSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgSXNBY3RpdmUobmFtZTogc3RyaW5nKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gd2luZG93LmxvY2F0aW9uLmhyZWYudG9Mb3dlckNhc2UoKS5pbmRleE9mKG5hbWUudG9Mb3dlckNhc2UoKSkgIT0gLTE7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgUmVzZXRDYWNoZSgpOiB2b2lkIHtcclxuICAgIHRoaXMuUmVzZXRDYWNoZVRpdGxlID0gXCIuLi5cIjtcclxuICAgIHRoaXMuRmFicmlrYW50ZW5BcGlDbGllbnQucmVzZXRDYWNoZSgpLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgIHRoaXMuUmVzZXRDYWNoZVRpdGxlID0gXCJSZXNldCBDYWNoZVwiO1xyXG4gICAgICBhbGVydCgnY2FjaGUgcmVzZXQgc3VjY2VzcycpO1xyXG4gICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICBpZiAoZXJyb3Iuc3RhdHVzID09IDQwMClcclxuICAgICAgICBjb25zb2xlLmxvZyhlcnJvci5qc29uKCkpO1xyXG4gICAgICBlbHNlIHtcclxuICAgICAgICBjb25zb2xlLmxvZygnQW4gdW5leHBlY3RlZCBlcnJvciBvY2N1cmVkJyk7XHJcbiAgICAgICAgY29uc29sZS5sb2coZXJyb3IpO1xyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cIm1haW4tYmxvY2tcIj5cbiAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgIDxkaXYgY2xhc3M9XCJjZWxsIGxlZnQtYmxvY2tcIj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIk5hdmlnYXRlVG8oJ3NlYXJjaHByb2R1Y3RzJylcIiBjbGFzcz1cImxpbmtcIiBbZGlzYWJsZWRdPVwiSXNBY3RpdmUoJy9zZWFyY2hwcm9kdWN0cycpXCI+XG4gICAgICAgIFpvZWtlblxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJOYXZpZ2F0ZVRvKCdpbXBvcnRzZXRzJylcIiBjbGFzcz1cImxpbmtcIiBbZGlzYWJsZWRdPVwiSXNBY3RpdmUoJy9pbXBvcnRzZXRzJylcIj5cbiAgICAgICAgSW1wb3J0XG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIk5hdmlnYXRlVG8oJ3Byb2R1Y3RzJylcIiBjbGFzcz1cImxpbmtcIiBbZGlzYWJsZWRdPVwiSXNBY3RpdmUoJy9wcm9kdWN0cycpXCI+XG4gICAgICAgIFByb2R1Y3RzXG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIk5hdmlnYXRlVG8oJ2ZpbHRlcnMnKVwiIGNsYXNzPVwibGlua1wiIFtkaXNhYmxlZF09XCJJc0FjdGl2ZSgnL2ZpbHRlcnMnKVwiPlxuICAgICAgICBGaWx0ZXJzXG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIk5hdmlnYXRlVG8oJ2Vib2tvcHBlbCcpXCIgY2xhc3M9XCJsaW5rXCIgW2Rpc2FibGVkXT1cIklzQWN0aXZlKCcvZWJva29wcGVsJylcIj5cbiAgICAgICAgRUJPIEtvcHBlbFxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJOYXZpZ2F0ZVRvKCdjYXRlZ29yaWVzJylcIiBjbGFzcz1cImxpbmtcIiBbZGlzYWJsZWRdPVwiSXNBY3RpdmUoJy9jYXRlZ29yaWVzJylcIj5cbiAgICAgICAgQ2F0ZWdvcmllc1xuICAgICAgPC9idXR0b24+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNlbGwgcmlnaHQtYmxvY2tcIj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIlJlc2V0Q2FjaGUoKVwiIGNsYXNzPVwibGlua1wiPlxuICAgICAgICB7eyBSZXNldENhY2hlVGl0bGUgfX1cbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiTmF2aWdhdGVUbygnc2V0dGluZ3MnKVwiIGNsYXNzPVwibGlua1wiIFtkaXNhYmxlZF09XCJJc0FjdGl2ZSgnL3NldHRpbmdzJylcIj5cbiAgICAgICAgU2V0dGluZ3NcbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiTmF2aWdhdGVUbygndHJhbnNsYXRlJylcIiBjbGFzcz1cImxpbmtcIiBbZGlzYWJsZWRdPVwiSXNBY3RpdmUoJy90cmFuc2xhdGUnKVwiPlxuICAgICAgICBUcmFuc2xhdGVcbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiTmF2aWdhdGVUbygndXNlcnMnKVwiIGNsYXNzPVwibGlua1wiIFtkaXNhYmxlZF09XCJJc0FjdGl2ZSgnL3VzZXJzJylcIj5cbiAgICAgICAgVXNlcnNcbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiTG9nT2ZmKClcIiBjbGFzcz1cImxpbmtcIj5cbiAgICAgICAgVWl0bG9nZ2VuXG4gICAgICA8L2J1dHRvbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,54 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { BCBImportProductRequest } from '../../../../swagger/SwaggerClient';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../../swagger/SwaggerClient";
5
+ import * as i2 from "../../../../services/products.service";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "@angular/material/form-field";
8
+ import * as i5 from "@angular/material/input";
9
+ import * as i6 from "@angular/forms";
10
+ import * as i7 from "@angular/material/button";
11
+ import * as i8 from "@angular/material/card";
12
+ import * as i9 from "../../../../components/fab-loader/fab-loader.component";
13
+ import * as i10 from "../beheer-products-ebo/beheer-products-ebo.component";
14
+ export class BeheerProductsBcbproductComponent {
15
+ constructor(ImportApiClient, ProductsService, ChangeDetectorRef) {
16
+ this.ImportApiClient = ImportApiClient;
17
+ this.ProductsService = ProductsService;
18
+ this.ChangeDetectorRef = ChangeDetectorRef;
19
+ this.Loading = false;
20
+ }
21
+ ngOnInit() {
22
+ }
23
+ ResetImport() {
24
+ this.ProductsService.ResetImport(-1, this.BCBProductViewModel.id, this.ChangeDetectorRef);
25
+ }
26
+ Import() {
27
+ var request = new BCBImportProductRequest();
28
+ request.bcbProductId = this.BCBProductViewModel.id;
29
+ this.Loading = true;
30
+ this.ImportApiClient.importBCBProduct(request).subscribe((model) => {
31
+ if (!model.success) {
32
+ alert(model.message);
33
+ }
34
+ this.Loading = false;
35
+ this.ProductsService.Reload(this.ChangeDetectorRef);
36
+ }, (error) => {
37
+ if (error.status == 400)
38
+ console.log(error.json());
39
+ else {
40
+ console.log('An unexpected error occured');
41
+ console.log(error);
42
+ }
43
+ });
44
+ }
45
+ }
46
+ BeheerProductsBcbproductComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsBcbproductComponent, deps: [{ token: i1.ImportApiClient }, { token: i2.ProductsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
+ BeheerProductsBcbproductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BeheerProductsBcbproductComponent, selector: "app-beheer-products-bcbproduct", inputs: { BCBProductViewModel: "BCBProductViewModel" }, ngImport: i0, template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n<div *ngIf=\"!Loading\">\r\n <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)]=\"BCBProductViewModel.name\">\r\n </mat-form-field>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button (click)=\"Import()\">\r\n Import\r\n </button>\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 <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <app-beheer-products-ebo [ebo]=\"BCBProductViewModel.bcbeboViewModel\"></app-beheer-products-ebo>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n\r\n", styles: [".product-bar{display:flex}.product-first{flex:auto}.full-width{width:100%}.card{margin:3px}.block{padding:3px}.row{display:flex;align-items:center;cursor:pointer}.icon-div{width:24px;height:24px}.text-div{flex:auto}.title{border-bottom:2px solid #000;font-size:20px;margin-top:5px;margin-bottom:5px}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i5.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: i6.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i7.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: i8.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i9.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i10.BeheerProductsEboComponent, selector: "app-beheer-products-ebo", inputs: ["ebo"] }] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BeheerProductsBcbproductComponent, decorators: [{
49
+ type: Component,
50
+ args: [{ selector: 'app-beheer-products-bcbproduct', template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n<div *ngIf=\"!Loading\">\r\n <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)]=\"BCBProductViewModel.name\">\r\n </mat-form-field>\r\n </div>\r\n <div class=\"block\">\r\n <button mat-raised-button (click)=\"Import()\">\r\n Import\r\n </button>\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 <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <app-beheer-products-ebo [ebo]=\"BCBProductViewModel.bcbeboViewModel\"></app-beheer-products-ebo>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n\r\n", styles: [".product-bar{display:flex}.product-first{flex:auto}.full-width{width:100%}.card{margin:3px}.block{padding:3px}.row{display:flex;align-items:center;cursor:pointer}.icon-div{width:24px;height:24px}.text-div{flex:auto}.title{border-bottom:2px solid #000;font-size:20px;margin-top:5px;margin-bottom:5px}\n"] }]
51
+ }], ctorParameters: function () { return [{ type: i1.ImportApiClient }, { type: i2.ProductsService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { BCBProductViewModel: [{
52
+ type: Input
53
+ }] } });
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QvYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItcHJvZHVjdHMvYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QvYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBRTVFLE9BQU8sRUFBdUIsdUJBQXVCLEVBQTZDLE1BQU0sbUNBQW1DLENBQUM7Ozs7Ozs7Ozs7OztBQU81SSxNQUFNLE9BQU8saUNBQWlDO0lBTTVDLFlBQW9CLGVBQWdDLEVBQVMsZUFBZ0MsRUFBVSxpQkFBb0M7UUFBdkgsb0JBQWUsR0FBZixlQUFlLENBQWlCO1FBQVMsb0JBQWUsR0FBZixlQUFlLENBQWlCO1FBQVUsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUZwSSxZQUFPLEdBQVksS0FBSyxDQUFDO0lBRStHLENBQUM7SUFFaEosUUFBUTtJQUNSLENBQUM7SUFFTSxXQUFXO1FBQ2hCLElBQUksQ0FBQyxlQUFlLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxFQUFFLEVBQUUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7SUFDNUYsQ0FBQztJQUVNLE1BQU07UUFFWCxJQUFJLE9BQU8sR0FBRyxJQUFJLHVCQUF1QixFQUFFLENBQUM7UUFFNUMsT0FBTyxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsRUFBRSxDQUFDO1FBRW5ELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXBCLElBQUksQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsS0FBK0IsRUFBRSxFQUFFO1lBQzNGLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxFQUFFO2dCQUNsQixLQUFLLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO2FBQ3RCO1lBQ0QsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7WUFDckIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFDdEQsQ0FBQyxFQUFFLENBQUMsS0FBZSxFQUFFLEVBQUU7WUFDckIsSUFBSSxLQUFLLENBQUMsTUFBTSxJQUFJLEdBQUc7Z0JBQ3JCLE9BQU8sQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDLENBQUM7aUJBQ3ZCO2dCQUNILE9BQU8sQ0FBQyxHQUFHLENBQUMsNkJBQTZCLENBQUMsQ0FBQztnQkFDM0MsT0FBTyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUNwQjtRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7OEhBckNVLGlDQUFpQztrSEFBakMsaUNBQWlDLDhIQ1Q5Qyxpd0NBMENBOzJGRGpDYSxpQ0FBaUM7a0JBTDdDLFNBQVM7K0JBQ0UsZ0NBQWdDO29LQU1qQyxtQkFBbUI7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIENoYW5nZURldGVjdG9yUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFByb2R1Y3RzU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uL3NlcnZpY2VzL3Byb2R1Y3RzLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBCQ0JQcm9kdWN0Vmlld01vZGVsLCBCQ0JJbXBvcnRQcm9kdWN0UmVxdWVzdCwgSW1wb3J0QXBpQ2xpZW50LCBCQ0JJbXBvcnRQcm9kdWN0UmVzcG9uc2UgfSBmcm9tICcuLi8uLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iZWhlZXItcHJvZHVjdHMtYmNicHJvZHVjdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLXByb2R1Y3RzLWJjYnByb2R1Y3QuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmVoZWVyUHJvZHVjdHNCY2Jwcm9kdWN0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KCkgQkNCUHJvZHVjdFZpZXdNb2RlbDogQkNCUHJvZHVjdFZpZXdNb2RlbDtcclxuXHJcbiAgcHVibGljIExvYWRpbmc6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBJbXBvcnRBcGlDbGllbnQ6IEltcG9ydEFwaUNsaWVudCwgcHVibGljIFByb2R1Y3RzU2VydmljZTogUHJvZHVjdHNTZXJ2aWNlLCBwcml2YXRlIENoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbiAgcHVibGljIFJlc2V0SW1wb3J0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuUmVzZXRJbXBvcnQoLTEsIHRoaXMuQkNCUHJvZHVjdFZpZXdNb2RlbC5pZCwgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZik7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgSW1wb3J0KCk6IHZvaWQge1xyXG5cclxuICAgIHZhciByZXF1ZXN0ID0gbmV3IEJDQkltcG9ydFByb2R1Y3RSZXF1ZXN0KCk7XHJcblxyXG4gICAgcmVxdWVzdC5iY2JQcm9kdWN0SWQgPSB0aGlzLkJDQlByb2R1Y3RWaWV3TW9kZWwuaWQ7XHJcblxyXG4gICAgdGhpcy5Mb2FkaW5nID0gdHJ1ZTtcclxuXHJcbiAgICB0aGlzLkltcG9ydEFwaUNsaWVudC5pbXBvcnRCQ0JQcm9kdWN0KHJlcXVlc3QpLnN1YnNjcmliZSgobW9kZWw6IEJDQkltcG9ydFByb2R1Y3RSZXNwb25zZSkgPT4ge1xyXG4gICAgICBpZiAoIW1vZGVsLnN1Y2Nlc3MpIHtcclxuICAgICAgICBhbGVydChtb2RlbC5tZXNzYWdlKTtcclxuICAgICAgfVxyXG4gICAgICB0aGlzLkxvYWRpbmcgPSBmYWxzZTtcclxuICAgICAgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuUmVsb2FkKHRoaXMuQ2hhbmdlRGV0ZWN0b3JSZWYpO1xyXG4gICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICBpZiAoZXJyb3Iuc3RhdHVzID09IDQwMClcclxuICAgICAgICBjb25zb2xlLmxvZyhlcnJvci5qc29uKCkpO1xyXG4gICAgICBlbHNlIHtcclxuICAgICAgICBjb25zb2xlLmxvZygnQW4gdW5leHBlY3RlZCBlcnJvciBvY2N1cmVkJyk7XHJcbiAgICAgICAgY29uc29sZS5sb2coZXJyb3IpO1xyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG59XHJcbiIsIjxkaXYgKm5nSWY9XCJMb2FkaW5nXCI+XHJcbiAgPGFwcC1mYWItbG9hZGVyPjwvYXBwLWZhYi1sb2FkZXI+XHJcbjwvZGl2PlxyXG48ZGl2ICpuZ0lmPVwiIUxvYWRpbmdcIj5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8ZGl2IGNsYXNzPVwicHJvZHVjdC1iYXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInByb2R1Y3QtZmlyc3QgYmxvY2tcIj5cclxuICAgICAgICA8bWF0LWZvcm0tZmllbGQgYXBwZWFyYW5jZT1cImZpbGxcIiBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICAgIDxtYXQtbGFiZWw+TmFhbTwvbWF0LWxhYmVsPlxyXG4gICAgICAgICAgPGlucHV0IG1hdElucHV0IFsobmdNb2RlbCldPVwiQkNCUHJvZHVjdFZpZXdNb2RlbC5uYW1lXCI+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJibG9ja1wiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkltcG9ydCgpXCI+XHJcbiAgICAgICAgICBJbXBvcnRcclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJibG9ja1wiPlxyXG4gICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIlJlc2V0SW1wb3J0KClcIj5cclxuICAgICAgICAgIFJlc2V0IEltcG9ydFxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImJsb2NrXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgT3BzbGFhblxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cImJsb2NrXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiBbZGlzYWJsZWRdPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgVmVyd2lqZGVyZW5cclxuICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L21hdC1jYXJkPlxyXG4gIDxiciAvPlxyXG4gIDxtYXQtY2FyZD5cclxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxyXG4gICAgICA8YXBwLWJlaGVlci1wcm9kdWN0cy1lYm8gW2Vib109XCJCQ0JQcm9kdWN0Vmlld01vZGVsLmJjYmVib1ZpZXdNb2RlbFwiPjwvYXBwLWJlaGVlci1wcm9kdWN0cy1lYm8+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuPC9kaXY+XHJcblxyXG4iXX0=