fabrikantencore 2.14.1 → 2.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1221) hide show
  1. package/esm2022/fabrikantencore.mjs +5 -0
  2. package/esm2022/public_api.mjs +24 -0
  3. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.mjs +43 -0
  4. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.mjs +49 -0
  5. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.mjs +59 -0
  6. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +75 -0
  7. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +54 -0
  8. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.mjs +30 -0
  9. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +139 -0
  10. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +223 -0
  11. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +92 -0
  12. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.mjs +26 -0
  13. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.mjs +63 -0
  14. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.mjs +103 -0
  15. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.mjs +34 -0
  16. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.mjs +87 -0
  17. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.mjs +54 -0
  18. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +39 -0
  19. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +67 -0
  20. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +60 -0
  21. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +125 -0
  22. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +185 -0
  23. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +252 -0
  24. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.mjs +18 -0
  25. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.mjs +61 -0
  26. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +161 -0
  27. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.mjs +46 -0
  28. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.mjs +92 -0
  29. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.mjs +85 -0
  30. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.mjs +299 -0
  31. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +105 -0
  32. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.mjs +132 -0
  33. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.mjs +43 -0
  34. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.mjs +27 -0
  35. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.mjs +27 -0
  36. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.mjs +30 -0
  37. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +390 -0
  38. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +162 -0
  39. package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.mjs +39 -0
  40. package/esm2022/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +202 -0
  41. package/esm2022/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.mjs +15 -0
  42. package/esm2022/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +90 -0
  43. package/esm2022/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +43 -0
  44. package/esm2022/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.mjs +60 -0
  45. package/esm2022/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +69 -0
  46. package/esm2022/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +55 -0
  47. package/esm2022/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.mjs +79 -0
  48. package/esm2022/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.mjs +49 -0
  49. package/esm2022/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.mjs +25 -0
  50. package/esm2022/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.mjs +81 -0
  51. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +49 -0
  52. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +120 -0
  53. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.mjs +34 -0
  54. package/esm2022/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.mjs +18 -0
  55. package/esm2022/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.mjs +158 -0
  56. package/esm2022/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.mjs +37 -0
  57. package/esm2022/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +86 -0
  58. package/esm2022/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.mjs +31 -0
  59. package/esm2022/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.mjs +94 -0
  60. package/esm2022/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.mjs +26 -0
  61. package/esm2022/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.mjs +16 -0
  62. package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +59 -0
  63. package/esm2022/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.mjs +44 -0
  64. package/esm2022/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.mjs +45 -0
  65. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.mjs +48 -0
  66. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.mjs +53 -0
  67. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.mjs +36 -0
  68. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo-dialog/fab-product-info-photo-dialog.component.mjs +24 -0
  69. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +59 -0
  70. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +130 -0
  71. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +100 -0
  72. package/esm2022/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +124 -0
  73. package/esm2022/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +60 -0
  74. package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +102 -0
  75. package/esm2022/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.mjs +45 -0
  76. package/esm2022/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.mjs +30 -0
  77. package/esm2022/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +31 -0
  78. package/esm2022/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +76 -0
  79. package/esm2022/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +48 -0
  80. package/esm2022/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.mjs +92 -0
  81. package/esm2022/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +93 -0
  82. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.mjs +149 -0
  83. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.mjs +95 -0
  84. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.mjs +95 -0
  85. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +333 -0
  86. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.mjs +64 -0
  87. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.mjs +64 -0
  88. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.mjs +45 -0
  89. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.mjs +12 -0
  90. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.mjs +60 -0
  91. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.mjs +96 -0
  92. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.mjs +140 -0
  93. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.mjs +72 -0
  94. package/esm2022/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.mjs +48 -0
  95. package/esm2022/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +582 -0
  96. package/esm2022/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +33 -0
  97. package/esm2022/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.mjs +28 -0
  98. package/esm2022/src/app/modules/fabrikantencore/helpers/error.interceptor.mjs +29 -0
  99. package/esm2022/src/app/modules/fabrikantencore/pipes/safehtml.pipe.mjs +22 -0
  100. package/esm2022/src/app/modules/fabrikantencore/services/authentication.service.mjs +92 -0
  101. package/esm2022/src/app/modules/fabrikantencore/services/bcbproductinstance.service.mjs +344 -0
  102. package/esm2022/src/app/modules/fabrikantencore/services/bestek.service.mjs +134 -0
  103. package/esm2022/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +1211 -0
  104. package/esm2022/src/app/modules/fabrikantencore/services/importsets.service.mjs +143 -0
  105. package/esm2022/src/app/modules/fabrikantencore/services/mobile.service.mjs +50 -0
  106. package/esm2022/src/app/modules/fabrikantencore/services/navigate.service.mjs +71 -0
  107. package/esm2022/src/app/modules/fabrikantencore/services/photo.service.mjs +102 -0
  108. package/esm2022/src/app/modules/fabrikantencore/services/products.service.mjs +254 -0
  109. package/esm2022/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +94 -0
  110. package/esm2022/src/app/modules/fabrikantencore/services/statistics.service.mjs +120 -0
  111. package/esm2022/src/app/modules/fabrikantencore/services/svg.service.mjs +98 -0
  112. package/esm2022/src/app/modules/fabrikantencore/services/template-component.service.mjs +43 -0
  113. package/esm2022/src/app/modules/fabrikantencore/services/texture.service.mjs +31 -0
  114. package/esm2022/src/app/modules/fabrikantencore/services/toebehoren.service.mjs +57 -0
  115. package/esm2022/src/app/modules/fabrikantencore/services/translate.service.mjs +141 -0
  116. package/esm2022/src/app/modules/fabrikantencore/services/webgl.service.mjs +77 -0
  117. package/esm2022/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +14739 -0
  118. package/fesm2022/fabrikantencore.mjs +24772 -0
  119. package/fesm2022/fabrikantencore.mjs.map +1 -0
  120. package/index.d.ts +5 -0
  121. package/package.json +53 -49
  122. package/public_api.d.ts +23 -0
  123. package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.d.ts +19 -0
  124. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +14 -0
  125. package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.d.ts +23 -0
  126. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.d.ts +21 -0
  127. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.d.ts +19 -0
  128. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.d.ts +11 -0
  129. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.d.ts +23 -0
  130. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts +30 -0
  131. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +24 -0
  132. package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.d.ts +10 -0
  133. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.d.ts +22 -0
  134. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.d.ts +31 -0
  135. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.d.ts +14 -0
  136. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.d.ts +26 -0
  137. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.d.ts +21 -0
  138. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +14 -0
  139. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.d.ts +23 -0
  140. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.d.ts +19 -0
  141. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +34 -0
  142. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +36 -0
  143. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +31 -0
  144. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.d.ts +10 -0
  145. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.d.ts +20 -0
  146. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +29 -0
  147. package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.d.ts +18 -0
  148. package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.d.ts +19 -0
  149. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.d.ts +23 -0
  150. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.d.ts +41 -0
  151. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.d.ts +31 -0
  152. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.d.ts +30 -0
  153. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.d.ts +14 -0
  154. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.d.ts +12 -0
  155. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.d.ts +12 -0
  156. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.d.ts +11 -0
  157. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +57 -0
  158. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +29 -0
  159. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.d.ts +17 -0
  160. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.d.ts +56 -0
  161. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.d.ts +8 -0
  162. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts +24 -0
  163. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.d.ts +16 -0
  164. package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.d.ts +23 -0
  165. package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.d.ts +23 -0
  166. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +22 -0
  167. package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.d.ts +25 -0
  168. package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.d.ts +20 -0
  169. package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.d.ts +10 -0
  170. package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.d.ts +20 -0
  171. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +23 -0
  172. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +33 -0
  173. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.d.ts +12 -0
  174. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.d.ts +9 -0
  175. package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.d.ts +26 -0
  176. package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.d.ts +16 -0
  177. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.d.ts +26 -0
  178. package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.d.ts +12 -0
  179. package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.d.ts +29 -0
  180. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.d.ts +13 -0
  181. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.d.ts +8 -0
  182. package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.d.ts +22 -0
  183. package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.d.ts +19 -0
  184. package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.d.ts +20 -0
  185. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.d.ts +19 -0
  186. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.d.ts +23 -0
  187. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.d.ts +15 -0
  188. 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
  189. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.d.ts +21 -0
  190. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +38 -0
  191. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +28 -0
  192. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +31 -0
  193. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +24 -0
  194. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +27 -0
  195. package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.d.ts +20 -0
  196. package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.d.ts +15 -0
  197. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.d.ts +15 -0
  198. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts +25 -0
  199. package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.d.ts +20 -0
  200. package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.d.ts +23 -0
  201. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.d.ts +24 -0
  202. package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.d.ts +32 -0
  203. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.d.ts +24 -0
  204. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.d.ts +29 -0
  205. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.d.ts +42 -0
  206. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.d.ts +22 -0
  207. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.d.ts +22 -0
  208. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.d.ts +18 -0
  209. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.d.ts +5 -0
  210. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.d.ts +21 -0
  211. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.d.ts +29 -0
  212. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.d.ts +31 -0
  213. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.d.ts +29 -0
  214. package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.d.ts +15 -0
  215. package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +127 -0
  216. package/src/app/modules/fabrikantencore/helpers/auth.guard.d.ts +11 -0
  217. package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.d.ts +11 -0
  218. package/src/app/modules/fabrikantencore/helpers/error.interceptor.d.ts +11 -0
  219. package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.d.ts +10 -0
  220. package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +22 -0
  221. package/src/app/modules/fabrikantencore/services/bcbproductinstance.service.d.ts +51 -0
  222. package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +25 -0
  223. package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +109 -0
  224. package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +31 -0
  225. package/src/app/modules/fabrikantencore/services/mobile.service.d.ts +19 -0
  226. package/src/app/modules/fabrikantencore/services/navigate.service.d.ts +17 -0
  227. package/src/app/modules/fabrikantencore/services/photo.service.d.ts +20 -0
  228. package/src/app/modules/fabrikantencore/services/products.service.d.ts +34 -0
  229. package/src/app/modules/fabrikantencore/services/projectsetting.service.d.ts +20 -0
  230. package/src/app/modules/fabrikantencore/services/statistics.service.d.ts +21 -0
  231. package/src/app/modules/fabrikantencore/services/svg.service.d.ts +29 -0
  232. package/src/app/modules/fabrikantencore/services/template-component.service.d.ts +11 -0
  233. package/src/app/modules/fabrikantencore/services/texture.service.d.ts +12 -0
  234. package/src/app/modules/fabrikantencore/services/toebehoren.service.d.ts +18 -0
  235. package/src/app/modules/fabrikantencore/services/translate.service.d.ts +28 -0
  236. package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +22 -0
  237. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +3890 -0
  238. package/.editorconfig +0 -16
  239. package/.vscode/extensions.json +0 -4
  240. package/.vscode/launch.json +0 -20
  241. package/.vscode/tasks.json +0 -42
  242. package/angular.json +0 -117
  243. package/karma.conf.js +0 -44
  244. package/ng-package.json +0 -6
  245. package/public_api.ts +0 -27
  246. package/src/app/app-routing.module.ts +0 -10
  247. package/src/app/app.component.html +0 -1
  248. package/src/app/app.component.scss +0 -8
  249. package/src/app/app.component.spec.ts +0 -35
  250. package/src/app/app.component.ts +0 -47
  251. package/src/app/app.module.ts +0 -22
  252. package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.html +0 -59
  253. package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.scss +0 -84
  254. package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.spec.ts +0 -21
  255. package/src/app/modules/fabrikantencore/beheer/components/beheer-bcb-instance/beheer-bcb-instance.component.ts +0 -30
  256. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.html +0 -52
  257. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.scss +0 -11
  258. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.spec.ts +0 -23
  259. package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.ts +0 -48
  260. package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.html +0 -47
  261. package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.scss +0 -21
  262. package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.spec.ts +0 -21
  263. package/src/app/modules/fabrikantencore/beheer/components/beheer-configurator/beheer-configurator.component.ts +0 -52
  264. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.html +0 -36
  265. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.scss +0 -4
  266. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.spec.ts +0 -23
  267. package/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.ts +0 -72
  268. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.html +0 -84
  269. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.scss +0 -15
  270. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.spec.ts +0 -23
  271. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.ts +0 -50
  272. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.html +0 -11
  273. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.scss +0 -8
  274. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.spec.ts +0 -23
  275. package/src/app/modules/fabrikantencore/beheer/components/beheer-display-ebo/beheer-display-ebo.component.ts +0 -33
  276. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.html +0 -73
  277. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.scss +0 -41
  278. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.spec.ts +0 -23
  279. package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.ts +0 -147
  280. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.html +0 -72
  281. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.scss +0 -111
  282. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.spec.ts +0 -23
  283. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.ts +0 -250
  284. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.html +0 -54
  285. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.scss +0 -123
  286. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.spec.ts +0 -23
  287. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.ts +0 -97
  288. package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.html +0 -5
  289. package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.scss +0 -9
  290. package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.spec.ts +0 -21
  291. package/src/app/modules/fabrikantencore/beheer/components/beheer-hangfire/beheer-hangfire.component.ts +0 -21
  292. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.html +0 -12
  293. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.scss +0 -0
  294. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.spec.ts +0 -23
  295. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-dialog/beheer-import-sets-dialog.component.ts +0 -53
  296. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.html +0 -33
  297. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.scss +0 -60
  298. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.spec.ts +0 -23
  299. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-ebo.component.ts +0 -104
  300. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.html +0 -20
  301. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.scss +0 -38
  302. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.spec.ts +0 -23
  303. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-ebo/beheer-import-sets-opbouw.component.ts +0 -0
  304. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.html +0 -8
  305. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.scss +0 -31
  306. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.spec.ts +0 -23
  307. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets-eigenschap/beheer-import-sets-eigenschap.component.ts +0 -33
  308. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.html +0 -114
  309. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.scss +0 -62
  310. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.spec.ts +0 -23
  311. package/src/app/modules/fabrikantencore/beheer/components/beheer-import-sets/beheer-import-sets.component.ts +0 -86
  312. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.html +0 -48
  313. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.scss +0 -44
  314. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.spec.ts +0 -23
  315. package/src/app/modules/fabrikantencore/beheer/components/beheer-inlog/beheer-inlog.component.ts +0 -48
  316. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.css +0 -0
  317. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.html +0 -1
  318. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.spec.ts +0 -25
  319. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.ts +0 -35
  320. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.html +0 -53
  321. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.scss +0 -34
  322. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.spec.ts +0 -23
  323. package/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.ts +0 -70
  324. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.html +0 -42
  325. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.scss +0 -41
  326. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.spec.ts +0 -23
  327. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.ts +0 -51
  328. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.html +0 -44
  329. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.scss +0 -7
  330. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.spec.ts +0 -23
  331. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.ts +0 -118
  332. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.html +0 -54
  333. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.scss +0 -52
  334. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.spec.ts +0 -23
  335. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.ts +0 -199
  336. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.html +0 -16
  337. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.scss +0 -51
  338. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.spec.ts +0 -23
  339. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-opbouw.component.ts +0 -0
  340. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.html +0 -87
  341. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.scss +0 -51
  342. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.spec.ts +0 -23
  343. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.ts +0 -278
  344. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.html +0 -5
  345. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.scss +0 -7
  346. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.spec.ts +0 -23
  347. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap-bereik/beheer-products-eigenschap-bereik.component.ts +0 -18
  348. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.html +0 -97
  349. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.scss +0 -11
  350. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.spec.ts +0 -23
  351. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.ts +0 -156
  352. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.html +0 -60
  353. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.scss +0 -19
  354. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.spec.ts +0 -23
  355. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-product/beheer-products-product.component.ts +0 -55
  356. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.html +0 -93
  357. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.scss +0 -99
  358. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.spec.ts +0 -23
  359. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.ts +0 -180
  360. package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.html +0 -87
  361. package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.scss +0 -39
  362. package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.spec.ts +0 -21
  363. package/src/app/modules/fabrikantencore/beheer/components/beheer-project/beheer-project.component.ts +0 -35
  364. package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.html +0 -24
  365. package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.scss +0 -67
  366. package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.spec.ts +0 -23
  367. package/src/app/modules/fabrikantencore/beheer/components/beheer-rangeinput/beheer-rangeinput.component.ts +0 -88
  368. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.html +0 -45
  369. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.scss +0 -14
  370. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.spec.ts +0 -23
  371. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts-koppel-dialog/beheer-searchproducts-koppel-dialog.component.ts +0 -79
  372. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.html +0 -119
  373. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.scss +0 -81
  374. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.spec.ts +0 -23
  375. package/src/app/modules/fabrikantencore/beheer/components/beheer-searchproducts/beheer-searchproducts.component.ts +0 -341
  376. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.html +0 -57
  377. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.scss +0 -11
  378. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.spec.ts +0 -23
  379. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.ts +0 -99
  380. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.html +0 -60
  381. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.scss +0 -3
  382. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.spec.ts +0 -23
  383. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filteroption-dialog/beheer-select-filteroption-dialog.component.ts +0 -138
  384. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.html +0 -26
  385. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.scss +0 -8
  386. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.spec.ts +0 -23
  387. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component.ts +0 -42
  388. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.html +0 -38
  389. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.scss +0 -30
  390. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.spec.ts +0 -23
  391. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-options/beheer-settings-options.component.ts +0 -19
  392. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.html +0 -40
  393. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.scss +0 -30
  394. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.spec.ts +0 -23
  395. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings-string/beheer-settings-string.component.ts +0 -19
  396. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.html +0 -50
  397. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.scss +0 -34
  398. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.spec.ts +0 -23
  399. package/src/app/modules/fabrikantencore/beheer/components/beheer-settings/beheer-settings.component.ts +0 -17
  400. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.html +0 -203
  401. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.scss +0 -68
  402. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.spec.ts +0 -23
  403. package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.ts +0 -463
  404. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.html +0 -105
  405. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.scss +0 -19
  406. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.spec.ts +0 -23
  407. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.ts +0 -183
  408. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.html +0 -21
  409. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.scss +0 -0
  410. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.spec.ts +0 -21
  411. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu-revit-dialog/fab-actionmenu-revit-dialog.component.ts +0 -27
  412. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.html +0 -228
  413. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.scss +0 -29
  414. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.spec.ts +0 -23
  415. package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.ts +0 -216
  416. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.html +0 -1
  417. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.scss +0 -0
  418. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.spec.ts +0 -23
  419. package/src/app/modules/fabrikantencore/components/fab-bcb-product/fab-bcb-product.component.ts +0 -15
  420. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.html +0 -64
  421. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.scss +0 -102
  422. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.spec.ts +0 -23
  423. package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.ts +0 -94
  424. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.html +0 -5
  425. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.scss +0 -89
  426. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.spec.ts +0 -23
  427. package/src/app/modules/fabrikantencore/components/fab-button/fab-button.component.ts +0 -20
  428. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.html +0 -23
  429. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.scss +0 -31
  430. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.spec.ts +0 -23
  431. package/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.ts +0 -37
  432. package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.html +0 -17
  433. package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.scss +0 -13
  434. package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.spec.ts +0 -21
  435. package/src/app/modules/fabrikantencore/components/fab-category-listitem/fab-category-listitem.component.ts +0 -63
  436. package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.html +0 -6
  437. package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.scss +0 -3
  438. package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.spec.ts +0 -23
  439. package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.ts +0 -73
  440. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.html +0 -16
  441. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.scss +0 -42
  442. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.spec.ts +0 -23
  443. package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.ts +0 -54
  444. package/src/app/modules/fabrikantencore/components/fab-category-tile/no-photo.png +0 -0
  445. package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.html +0 -22
  446. package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.scss +0 -16
  447. package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.spec.ts +0 -21
  448. package/src/app/modules/fabrikantencore/components/fab-checkbox/fab-checkbox.component.ts +0 -98
  449. package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.html +0 -25
  450. package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.scss +0 -3
  451. package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.spec.ts +0 -21
  452. package/src/app/modules/fabrikantencore/components/fab-cookies-dialog/fab-cookies-dialog.component.ts +0 -38
  453. package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.html +0 -1
  454. package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.scss +0 -0
  455. package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.spec.ts +0 -21
  456. package/src/app/modules/fabrikantencore/components/fab-display-photo-dialog/fab-display-photo-dialog.component.ts +0 -19
  457. package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.html +0 -52
  458. package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.scss +0 -48
  459. package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.spec.ts +0 -21
  460. package/src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component.ts +0 -83
  461. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.html +0 -23
  462. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.scss +0 -44
  463. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.spec.ts +0 -25
  464. package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.ts +0 -44
  465. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.html +0 -69
  466. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.scss +0 -118
  467. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.spec.ts +0 -23
  468. package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.ts +0 -127
  469. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.html +0 -4
  470. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.scss +0 -0
  471. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.spec.ts +0 -23
  472. package/src/app/modules/fabrikantencore/components/fab-filters-overview/fab-filters-overview.component.ts +0 -32
  473. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.html +0 -1
  474. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.scss +0 -2143
  475. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.spec.ts +0 -23
  476. package/src/app/modules/fabrikantencore/components/fab-flag/fab-flag.component.ts +0 -17
  477. package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.html +0 -63
  478. package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.scss +0 -36
  479. package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.spec.ts +0 -21
  480. package/src/app/modules/fabrikantencore/components/fab-form/fab-form.component.ts +0 -172
  481. package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.html +0 -3
  482. package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.scss +0 -3
  483. package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.spec.ts +0 -21
  484. package/src/app/modules/fabrikantencore/components/fab-form-dialog/fab-form-dialog.component.ts +0 -30
  485. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.html +0 -21
  486. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.scss +0 -30
  487. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.spec.ts +0 -23
  488. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.ts +0 -88
  489. package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.html +0 -15
  490. package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.scss +0 -16
  491. package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.spec.ts +0 -23
  492. package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.ts +0 -25
  493. package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.html +0 -24
  494. package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.scss +0 -35
  495. package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.spec.ts +0 -21
  496. package/src/app/modules/fabrikantencore/components/fab-input-code/fab-input-code.component.ts +0 -102
  497. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.html +0 -5
  498. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.scss +0 -8
  499. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.spec.ts +0 -23
  500. package/src/app/modules/fabrikantencore/components/fab-language-select/fab-language-select.component.ts +0 -20
  501. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.html +0 -3
  502. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.scss +0 -7
  503. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.spec.ts +0 -23
  504. package/src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component.ts +0 -15
  505. package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.html +0 -9
  506. package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.scss +0 -5
  507. package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.spec.ts +0 -23
  508. package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.ts +0 -58
  509. package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.html +0 -21
  510. package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.scss +0 -61
  511. package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.spec.ts +0 -23
  512. package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.ts +0 -40
  513. package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.html +0 -9
  514. package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.scss +0 -0
  515. package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.spec.ts +0 -21
  516. package/src/app/modules/fabrikantencore/components/fab-popup-text/fab-popup-text.component.ts +0 -35
  517. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.html +0 -21
  518. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.scss +0 -37
  519. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.spec.ts +0 -21
  520. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-auto-specification/fab-product-auto-specification.component.ts +0 -37
  521. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.html +0 -21
  522. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.scss +0 -66
  523. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.spec.ts +0 -23
  524. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component.ts +0 -50
  525. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.html +0 -15
  526. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.scss +0 -28
  527. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.spec.ts +0 -23
  528. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info-photo/fab-product-info-photo.component.ts +0 -27
  529. 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
  530. 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
  531. 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
  532. 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
  533. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.html +0 -27
  534. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.scss +0 -13
  535. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.spec.ts +0 -23
  536. package/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.ts +0 -58
  537. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.html +0 -82
  538. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.scss +0 -70
  539. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.spec.ts +0 -23
  540. package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.ts +0 -129
  541. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.html +0 -33
  542. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.scss +0 -64
  543. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.spec.ts +0 -23
  544. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.ts +0 -109
  545. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.html +0 -55
  546. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.scss +0 -81
  547. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.spec.ts +0 -23
  548. package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.ts +0 -127
  549. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.html +0 -10
  550. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.scss +0 -38
  551. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.spec.ts +0 -23
  552. package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.ts +0 -58
  553. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.html +0 -13
  554. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.scss +0 -3
  555. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.spec.ts +0 -23
  556. package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.ts +0 -109
  557. package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.html +0 -24
  558. package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.scss +0 -59
  559. package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.spec.ts +0 -23
  560. package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.ts +0 -40
  561. package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.html +0 -10
  562. package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.scss +0 -13
  563. package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.spec.ts +0 -23
  564. package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.ts +0 -26
  565. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.html +0 -7
  566. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.scss +0 -25
  567. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.spec.ts +0 -23
  568. package/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.ts +0 -24
  569. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.html +0 -23
  570. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.scss +0 -92
  571. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.spec.ts +0 -23
  572. package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.ts +0 -78
  573. package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.html +0 -35
  574. package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.scss +0 -74
  575. package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.spec.ts +0 -23
  576. package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.ts +0 -42
  577. package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.html +0 -19
  578. package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.scss +0 -8
  579. package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.spec.ts +0 -21
  580. package/src/app/modules/fabrikantencore/components/fab-upload/fab-upload.component.ts +0 -100
  581. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.html +0 -24
  582. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.scss +0 -74
  583. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.spec.ts +0 -23
  584. package/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.ts +0 -99
  585. package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.html +0 -49
  586. package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.scss +0 -97
  587. package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.spec.ts +0 -23
  588. package/src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component.ts +0 -160
  589. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.html +0 -16
  590. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.scss +0 -9
  591. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.spec.ts +0 -21
  592. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete/fab-filter-autocomplete.component.ts +0 -97
  593. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.html +0 -37
  594. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.scss +0 -69
  595. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.spec.ts +0 -21
  596. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-autocomplete-fold/fab-filter-autocomplete-fold.component.ts +0 -99
  597. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.html +0 -1981
  598. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.scss +0 -30
  599. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.spec.ts +0 -23
  600. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.ts +0 -350
  601. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.html +0 -10
  602. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.scss +0 -11
  603. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.spec.ts +0 -23
  604. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour/fab-filter-colour.component.ts +0 -64
  605. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.html +0 -20
  606. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.scss +0 -11
  607. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.spec.ts +0 -23
  608. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-colour-label/fab-filter-colour-label.component.ts +0 -64
  609. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.html +0 -4
  610. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.scss +0 -0
  611. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.spec.ts +0 -21
  612. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component.ts +0 -43
  613. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.html +0 -1
  614. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.scss +0 -0
  615. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.spec.ts +0 -21
  616. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-custom-base/fab-filter-custom-base.component.ts +0 -10
  617. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.html +0 -26
  618. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.scss +0 -25
  619. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.spec.ts +0 -21
  620. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-display-value/fab-filter-display-value.component.ts +0 -57
  621. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.html +0 -66
  622. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.scss +0 -68
  623. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.spec.ts +0 -23
  624. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-fold/fab-filter-fold.component.ts +0 -98
  625. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.html +0 -74
  626. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.scss +0 -131
  627. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.spec.ts +0 -23
  628. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component.ts +0 -151
  629. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.html +0 -55
  630. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.scss +0 -54
  631. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.spec.ts +0 -21
  632. package/src/app/modules/fabrikantencore/components/inputs/fab-filter-picture-select/fab-filter-picture-select.component.ts +0 -64
  633. package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.html +0 -50
  634. package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.scss +0 -0
  635. package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.spec.ts +0 -23
  636. package/src/app/modules/fabrikantencore/components/inputs/fab-input/fab-input.component.ts +0 -33
  637. package/src/app/modules/fabrikantencore/fabrikantencore.module.spec.ts +0 -13
  638. package/src/app/modules/fabrikantencore/fabrikantencore.module.ts +0 -397
  639. package/src/app/modules/fabrikantencore/helpers/auth.guard.ts +0 -30
  640. package/src/app/modules/fabrikantencore/helpers/basic-auth.interceptor.ts +0 -24
  641. package/src/app/modules/fabrikantencore/helpers/error.interceptor.ts +0 -24
  642. package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.spec.ts +0 -8
  643. package/src/app/modules/fabrikantencore/pipes/safehtml.pipe.ts +0 -15
  644. package/src/app/modules/fabrikantencore/services/authentication.service.ts +0 -108
  645. package/src/app/modules/fabrikantencore/services/bcbproductinstance.service.ts +0 -455
  646. package/src/app/modules/fabrikantencore/services/bestek.service.ts +0 -156
  647. package/src/app/modules/fabrikantencore/services/fabrikanten.service.ts +0 -1531
  648. package/src/app/modules/fabrikantencore/services/importsets.service.ts +0 -164
  649. package/src/app/modules/fabrikantencore/services/mobile.service.ts +0 -57
  650. package/src/app/modules/fabrikantencore/services/navigate.service.ts +0 -75
  651. package/src/app/modules/fabrikantencore/services/photo.service.ts +0 -121
  652. package/src/app/modules/fabrikantencore/services/products.service.ts +0 -308
  653. package/src/app/modules/fabrikantencore/services/projectsetting.service.ts +0 -104
  654. package/src/app/modules/fabrikantencore/services/statistics.service.ts +0 -149
  655. package/src/app/modules/fabrikantencore/services/svg.service.ts +0 -112
  656. package/src/app/modules/fabrikantencore/services/template-component.service.ts +0 -39
  657. package/src/app/modules/fabrikantencore/services/texture.service.ts +0 -28
  658. package/src/app/modules/fabrikantencore/services/toebehoren.service.ts +0 -60
  659. package/src/app/modules/fabrikantencore/services/translate.service.ts +0 -168
  660. package/src/app/modules/fabrikantencore/services/webgl.service.ts +0 -87
  661. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.ts +0 -17077
  662. package/src/assets/.gitkeep +0 -0
  663. package/src/assets/Uploads/3/00000.jpg +0 -0
  664. package/src/assets/WebGLQuery.min.js +0 -6
  665. package/src/assets/WebGLViewerLight.min.js +0 -89
  666. package/src/assets/bouwconnect-achtergrond.png +0 -0
  667. package/src/assets/documentatie.html +0 -152
  668. package/src/assets/example-lastenboek.html +0 -226
  669. package/src/assets/example.html +0 -673
  670. package/src/assets/flags/1x1/ac.svg +0 -76
  671. package/src/assets/flags/1x1/ad.svg +0 -148
  672. package/src/assets/flags/1x1/ae.svg +0 -6
  673. package/src/assets/flags/1x1/af.svg +0 -81
  674. package/src/assets/flags/1x1/ag.svg +0 -14
  675. package/src/assets/flags/1x1/ai.svg +0 -758
  676. package/src/assets/flags/1x1/al.svg +0 -5
  677. package/src/assets/flags/1x1/am.svg +0 -5
  678. package/src/assets/flags/1x1/ao.svg +0 -13
  679. package/src/assets/flags/1x1/aq.svg +0 -5
  680. package/src/assets/flags/1x1/ar.svg +0 -32
  681. package/src/assets/flags/1x1/as.svg +0 -73
  682. package/src/assets/flags/1x1/at.svg +0 -6
  683. package/src/assets/flags/1x1/au.svg +0 -8
  684. package/src/assets/flags/1x1/aw.svg +0 -186
  685. package/src/assets/flags/1x1/ax.svg +0 -18
  686. package/src/assets/flags/1x1/az.svg +0 -8
  687. package/src/assets/flags/1x1/ba.svg +0 -12
  688. package/src/assets/flags/1x1/bb.svg +0 -6
  689. package/src/assets/flags/1x1/bd.svg +0 -4
  690. package/src/assets/flags/1x1/be.svg +0 -7
  691. package/src/assets/flags/1x1/bf.svg +0 -7
  692. package/src/assets/flags/1x1/bg.svg +0 -7
  693. package/src/assets/flags/1x1/bh.svg +0 -4
  694. package/src/assets/flags/1x1/bi.svg +0 -15
  695. package/src/assets/flags/1x1/bj.svg +0 -14
  696. package/src/assets/flags/1x1/bl.svg +0 -7
  697. package/src/assets/flags/1x1/bm.svg +0 -97
  698. package/src/assets/flags/1x1/bn.svg +0 -36
  699. package/src/assets/flags/1x1/bo.svg +0 -678
  700. package/src/assets/flags/1x1/bq.svg +0 -5
  701. package/src/assets/flags/1x1/br.svg +0 -45
  702. package/src/assets/flags/1x1/bs.svg +0 -13
  703. package/src/assets/flags/1x1/bt.svg +0 -89
  704. package/src/assets/flags/1x1/bv.svg +0 -13
  705. package/src/assets/flags/1x1/bw.svg +0 -7
  706. package/src/assets/flags/1x1/by.svg +0 -22
  707. package/src/assets/flags/1x1/bz.svg +0 -145
  708. package/src/assets/flags/1x1/ca.svg +0 -4
  709. package/src/assets/flags/1x1/cc.svg +0 -19
  710. package/src/assets/flags/1x1/cd.svg +0 -12
  711. package/src/assets/flags/1x1/cefta.svg +0 -13
  712. package/src/assets/flags/1x1/cf.svg +0 -15
  713. package/src/assets/flags/1x1/cg.svg +0 -12
  714. package/src/assets/flags/1x1/ch.svg +0 -9
  715. package/src/assets/flags/1x1/ci.svg +0 -7
  716. package/src/assets/flags/1x1/ck.svg +0 -9
  717. package/src/assets/flags/1x1/cl.svg +0 -13
  718. package/src/assets/flags/1x1/cm.svg +0 -15
  719. package/src/assets/flags/1x1/cn.svg +0 -11
  720. package/src/assets/flags/1x1/co.svg +0 -7
  721. package/src/assets/flags/1x1/cp.svg +0 -7
  722. package/src/assets/flags/1x1/cr.svg +0 -7
  723. package/src/assets/flags/1x1/cu.svg +0 -13
  724. package/src/assets/flags/1x1/cv.svg +0 -13
  725. package/src/assets/flags/1x1/cw.svg +0 -14
  726. package/src/assets/flags/1x1/cx.svg +0 -15
  727. package/src/assets/flags/1x1/cy.svg +0 -6
  728. package/src/assets/flags/1x1/cz.svg +0 -5
  729. package/src/assets/flags/1x1/de.svg +0 -5
  730. package/src/assets/flags/1x1/dg.svg +0 -129
  731. package/src/assets/flags/1x1/dj.svg +0 -13
  732. package/src/assets/flags/1x1/dk.svg +0 -5
  733. package/src/assets/flags/1x1/dm.svg +0 -152
  734. package/src/assets/flags/1x1/do.svg +0 -6745
  735. package/src/assets/flags/1x1/dz.svg +0 -5
  736. package/src/assets/flags/1x1/ea.svg +0 -547
  737. package/src/assets/flags/1x1/ec.svg +0 -138
  738. package/src/assets/flags/1x1/ee.svg +0 -7
  739. package/src/assets/flags/1x1/eg.svg +0 -38
  740. package/src/assets/flags/1x1/eh.svg +0 -11
  741. package/src/assets/flags/1x1/er.svg +0 -13
  742. package/src/assets/flags/1x1/es-ct.svg +0 -4
  743. package/src/assets/flags/1x1/es-ga.svg +0 -187
  744. package/src/assets/flags/1x1/es.svg +0 -547
  745. package/src/assets/flags/1x1/et.svg +0 -14
  746. package/src/assets/flags/1x1/eu.svg +0 -28
  747. package/src/assets/flags/1x1/fi.svg +0 -5
  748. package/src/assets/flags/1x1/fj.svg +0 -123
  749. package/src/assets/flags/1x1/fk.svg +0 -89
  750. package/src/assets/flags/1x1/fm.svg +0 -11
  751. package/src/assets/flags/1x1/fo.svg +0 -12
  752. package/src/assets/flags/1x1/fr.svg +0 -7
  753. package/src/assets/flags/1x1/ga.svg +0 -7
  754. package/src/assets/flags/1x1/gb-eng.svg +0 -5
  755. package/src/assets/flags/1x1/gb-nir.svg +0 -131
  756. package/src/assets/flags/1x1/gb-sct.svg +0 -4
  757. package/src/assets/flags/1x1/gb-wls.svg +0 -9
  758. package/src/assets/flags/1x1/gb.svg +0 -7
  759. package/src/assets/flags/1x1/gd.svg +0 -27
  760. package/src/assets/flags/1x1/ge.svg +0 -6
  761. package/src/assets/flags/1x1/gf.svg +0 -7
  762. package/src/assets/flags/1x1/gg.svg +0 -9
  763. package/src/assets/flags/1x1/gh.svg +0 -6
  764. package/src/assets/flags/1x1/gi.svg +0 -32
  765. package/src/assets/flags/1x1/gl.svg +0 -4
  766. package/src/assets/flags/1x1/gm.svg +0 -9
  767. package/src/assets/flags/1x1/gn.svg +0 -7
  768. package/src/assets/flags/1x1/gp.svg +0 -7
  769. package/src/assets/flags/1x1/gq.svg +0 -23
  770. package/src/assets/flags/1x1/gr.svg +0 -16
  771. package/src/assets/flags/1x1/gs.svg +0 -132
  772. package/src/assets/flags/1x1/gt.svg +0 -220
  773. package/src/assets/flags/1x1/gu.svg +0 -23
  774. package/src/assets/flags/1x1/gw.svg +0 -15
  775. package/src/assets/flags/1x1/gy.svg +0 -9
  776. package/src/assets/flags/1x1/hk.svg +0 -30
  777. package/src/assets/flags/1x1/hm.svg +0 -8
  778. package/src/assets/flags/1x1/hn.svg +0 -18
  779. package/src/assets/flags/1x1/hr.svg +0 -56
  780. package/src/assets/flags/1x1/ht.svg +0 -116
  781. package/src/assets/flags/1x1/hu.svg +0 -7
  782. package/src/assets/flags/1x1/ic.svg +0 -7
  783. package/src/assets/flags/1x1/id.svg +0 -4
  784. package/src/assets/flags/1x1/ie.svg +0 -7
  785. package/src/assets/flags/1x1/il.svg +0 -14
  786. package/src/assets/flags/1x1/im.svg +0 -36
  787. package/src/assets/flags/1x1/in.svg +0 -25
  788. package/src/assets/flags/1x1/io.svg +0 -129
  789. package/src/assets/flags/1x1/iq.svg +0 -10
  790. package/src/assets/flags/1x1/ir.svg +0 -219
  791. package/src/assets/flags/1x1/is.svg +0 -12
  792. package/src/assets/flags/1x1/it.svg +0 -7
  793. package/src/assets/flags/1x1/je.svg +0 -44
  794. package/src/assets/flags/1x1/jm.svg +0 -8
  795. package/src/assets/flags/1x1/jo.svg +0 -16
  796. package/src/assets/flags/1x1/jp.svg +0 -11
  797. package/src/assets/flags/1x1/ke.svg +0 -23
  798. package/src/assets/flags/1x1/kg.svg +0 -15
  799. package/src/assets/flags/1x1/kh.svg +0 -61
  800. package/src/assets/flags/1x1/ki.svg +0 -36
  801. package/src/assets/flags/1x1/km.svg +0 -16
  802. package/src/assets/flags/1x1/kn.svg +0 -14
  803. package/src/assets/flags/1x1/kp.svg +0 -15
  804. package/src/assets/flags/1x1/kr.svg +0 -17
  805. package/src/assets/flags/1x1/kw.svg +0 -13
  806. package/src/assets/flags/1x1/ky.svg +0 -109
  807. package/src/assets/flags/1x1/kz.svg +0 -23
  808. package/src/assets/flags/1x1/la.svg +0 -12
  809. package/src/assets/flags/1x1/lb.svg +0 -15
  810. package/src/assets/flags/1x1/lc.svg +0 -8
  811. package/src/assets/flags/1x1/li.svg +0 -43
  812. package/src/assets/flags/1x1/lk.svg +0 -22
  813. package/src/assets/flags/1x1/lr.svg +0 -14
  814. package/src/assets/flags/1x1/ls.svg +0 -8
  815. package/src/assets/flags/1x1/lt.svg +0 -7
  816. package/src/assets/flags/1x1/lu.svg +0 -5
  817. package/src/assets/flags/1x1/lv.svg +0 -6
  818. package/src/assets/flags/1x1/ly.svg +0 -13
  819. package/src/assets/flags/1x1/ma.svg +0 -4
  820. package/src/assets/flags/1x1/mc.svg +0 -6
  821. package/src/assets/flags/1x1/md.svg +0 -71
  822. package/src/assets/flags/1x1/me.svg +0 -118
  823. package/src/assets/flags/1x1/mf.svg +0 -7
  824. package/src/assets/flags/1x1/mg.svg +0 -7
  825. package/src/assets/flags/1x1/mh.svg +0 -8
  826. package/src/assets/flags/1x1/mk.svg +0 -5
  827. package/src/assets/flags/1x1/ml.svg +0 -7
  828. package/src/assets/flags/1x1/mm.svg +0 -10
  829. package/src/assets/flags/1x1/mn.svg +0 -14
  830. package/src/assets/flags/1x1/mo.svg +0 -9
  831. package/src/assets/flags/1x1/mp.svg +0 -86
  832. package/src/assets/flags/1x1/mq.svg +0 -7
  833. package/src/assets/flags/1x1/mr.svg +0 -6
  834. package/src/assets/flags/1x1/ms.svg +0 -25
  835. package/src/assets/flags/1x1/mt.svg +0 -50
  836. package/src/assets/flags/1x1/mu.svg +0 -8
  837. package/src/assets/flags/1x1/mv.svg +0 -6
  838. package/src/assets/flags/1x1/mw.svg +0 -15
  839. package/src/assets/flags/1x1/mx.svg +0 -378
  840. package/src/assets/flags/1x1/my.svg +0 -7
  841. package/src/assets/flags/1x1/mz.svg +0 -21
  842. package/src/assets/flags/1x1/na.svg +0 -16
  843. package/src/assets/flags/1x1/nc.svg +0 -12
  844. package/src/assets/flags/1x1/ne.svg +0 -6
  845. package/src/assets/flags/1x1/nf.svg +0 -11
  846. package/src/assets/flags/1x1/ng.svg +0 -6
  847. package/src/assets/flags/1x1/ni.svg +0 -129
  848. package/src/assets/flags/1x1/nl.svg +0 -5
  849. package/src/assets/flags/1x1/no.svg +0 -7
  850. package/src/assets/flags/1x1/np.svg +0 -19
  851. package/src/assets/flags/1x1/nr.svg +0 -12
  852. package/src/assets/flags/1x1/nu.svg +0 -10
  853. package/src/assets/flags/1x1/nz.svg +0 -36
  854. package/src/assets/flags/1x1/om.svg +0 -115
  855. package/src/assets/flags/1x1/pa.svg +0 -13
  856. package/src/assets/flags/1x1/pe.svg +0 -244
  857. package/src/assets/flags/1x1/pf.svg +0 -18
  858. package/src/assets/flags/1x1/pg.svg +0 -16
  859. package/src/assets/flags/1x1/ph.svg +0 -8
  860. package/src/assets/flags/1x1/pk.svg +0 -15
  861. package/src/assets/flags/1x1/pl.svg +0 -6
  862. package/src/assets/flags/1x1/pm.svg +0 -7
  863. package/src/assets/flags/1x1/pn.svg +0 -53
  864. package/src/assets/flags/1x1/pr.svg +0 -13
  865. package/src/assets/flags/1x1/ps.svg +0 -15
  866. package/src/assets/flags/1x1/pt.svg +0 -57
  867. package/src/assets/flags/1x1/pw.svg +0 -11
  868. package/src/assets/flags/1x1/py.svg +0 -156
  869. package/src/assets/flags/1x1/qa.svg +0 -4
  870. package/src/assets/flags/1x1/re.svg +0 -7
  871. package/src/assets/flags/1x1/ro.svg +0 -7
  872. package/src/assets/flags/1x1/rs.svg +0 -296
  873. package/src/assets/flags/1x1/ru.svg +0 -7
  874. package/src/assets/flags/1x1/rw.svg +0 -13
  875. package/src/assets/flags/1x1/sa.svg +0 -26
  876. package/src/assets/flags/1x1/sb.svg +0 -13
  877. package/src/assets/flags/1x1/sc.svg +0 -7
  878. package/src/assets/flags/1x1/sd.svg +0 -13
  879. package/src/assets/flags/1x1/se.svg +0 -4
  880. package/src/assets/flags/1x1/sg.svg +0 -13
  881. package/src/assets/flags/1x1/sh.svg +0 -76
  882. package/src/assets/flags/1x1/si.svg +0 -18
  883. package/src/assets/flags/1x1/sj.svg +0 -7
  884. package/src/assets/flags/1x1/sk.svg +0 -9
  885. package/src/assets/flags/1x1/sl.svg +0 -12
  886. package/src/assets/flags/1x1/sm.svg +0 -73
  887. package/src/assets/flags/1x1/sn.svg +0 -8
  888. package/src/assets/flags/1x1/so.svg +0 -11
  889. package/src/assets/flags/1x1/sr.svg +0 -6
  890. package/src/assets/flags/1x1/ss.svg +0 -8
  891. package/src/assets/flags/1x1/st.svg +0 -16
  892. package/src/assets/flags/1x1/sv.svg +0 -594
  893. package/src/assets/flags/1x1/sx.svg +0 -56
  894. package/src/assets/flags/1x1/sy.svg +0 -6
  895. package/src/assets/flags/1x1/sz.svg +0 -34
  896. package/src/assets/flags/1x1/ta.svg +0 -76
  897. package/src/assets/flags/1x1/tc.svg +0 -50
  898. package/src/assets/flags/1x1/td.svg +0 -7
  899. package/src/assets/flags/1x1/tf.svg +0 -15
  900. package/src/assets/flags/1x1/tg.svg +0 -14
  901. package/src/assets/flags/1x1/th.svg +0 -7
  902. package/src/assets/flags/1x1/tj.svg +0 -26
  903. package/src/assets/flags/1x1/tk.svg +0 -5
  904. package/src/assets/flags/1x1/tl.svg +0 -13
  905. package/src/assets/flags/1x1/tm.svg +0 -202
  906. package/src/assets/flags/1x1/tn.svg +0 -13
  907. package/src/assets/flags/1x1/to.svg +0 -10
  908. package/src/assets/flags/1x1/tr.svg +0 -8
  909. package/src/assets/flags/1x1/tt.svg +0 -7
  910. package/src/assets/flags/1x1/tv.svg +0 -9
  911. package/src/assets/flags/1x1/tw.svg +0 -32
  912. package/src/assets/flags/1x1/tz.svg +0 -15
  913. package/src/assets/flags/1x1/ua.svg +0 -6
  914. package/src/assets/flags/1x1/ug.svg +0 -30
  915. package/src/assets/flags/1x1/um.svg +0 -15
  916. package/src/assets/flags/1x1/un.svg +0 -16
  917. package/src/assets/flags/1x1/us.svg +0 -10
  918. package/src/assets/flags/1x1/uy.svg +0 -28
  919. package/src/assets/flags/1x1/uz.svg +0 -30
  920. package/src/assets/flags/1x1/va.svg +0 -479
  921. package/src/assets/flags/1x1/vc.svg +0 -8
  922. package/src/assets/flags/1x1/ve.svg +0 -26
  923. package/src/assets/flags/1x1/vg.svg +0 -63
  924. package/src/assets/flags/1x1/vi.svg +0 -28
  925. package/src/assets/flags/1x1/vn.svg +0 -11
  926. package/src/assets/flags/1x1/vu.svg +0 -21
  927. package/src/assets/flags/1x1/wf.svg +0 -7
  928. package/src/assets/flags/1x1/ws.svg +0 -7
  929. package/src/assets/flags/1x1/xk.svg +0 -8
  930. package/src/assets/flags/1x1/xx.svg +0 -4
  931. package/src/assets/flags/1x1/ye.svg +0 -7
  932. package/src/assets/flags/1x1/yt.svg +0 -7
  933. package/src/assets/flags/1x1/za.svg +0 -17
  934. package/src/assets/flags/1x1/zm.svg +0 -27
  935. package/src/assets/flags/1x1/zw.svg +0 -21
  936. package/src/assets/flags/4x3/ac.svg +0 -76
  937. package/src/assets/flags/4x3/ad.svg +0 -150
  938. package/src/assets/flags/4x3/ae.svg +0 -6
  939. package/src/assets/flags/4x3/af.svg +0 -81
  940. package/src/assets/flags/4x3/ag.svg +0 -14
  941. package/src/assets/flags/4x3/ai.svg +0 -758
  942. package/src/assets/flags/4x3/al.svg +0 -5
  943. package/src/assets/flags/4x3/am.svg +0 -5
  944. package/src/assets/flags/4x3/ao.svg +0 -13
  945. package/src/assets/flags/4x3/aq.svg +0 -5
  946. package/src/assets/flags/4x3/ar.svg +0 -32
  947. package/src/assets/flags/4x3/as.svg +0 -72
  948. package/src/assets/flags/4x3/at.svg +0 -6
  949. package/src/assets/flags/4x3/au.svg +0 -8
  950. package/src/assets/flags/4x3/aw.svg +0 -186
  951. package/src/assets/flags/4x3/ax.svg +0 -18
  952. package/src/assets/flags/4x3/az.svg +0 -8
  953. package/src/assets/flags/4x3/ba.svg +0 -12
  954. package/src/assets/flags/4x3/bb.svg +0 -6
  955. package/src/assets/flags/4x3/bd.svg +0 -4
  956. package/src/assets/flags/4x3/be.svg +0 -7
  957. package/src/assets/flags/4x3/bf.svg +0 -7
  958. package/src/assets/flags/4x3/bg.svg +0 -7
  959. package/src/assets/flags/4x3/bh.svg +0 -4
  960. package/src/assets/flags/4x3/bi.svg +0 -15
  961. package/src/assets/flags/4x3/bj.svg +0 -14
  962. package/src/assets/flags/4x3/bl.svg +0 -7
  963. package/src/assets/flags/4x3/bm.svg +0 -97
  964. package/src/assets/flags/4x3/bn.svg +0 -36
  965. package/src/assets/flags/4x3/bo.svg +0 -676
  966. package/src/assets/flags/4x3/bq.svg +0 -5
  967. package/src/assets/flags/4x3/br.svg +0 -45
  968. package/src/assets/flags/4x3/bs.svg +0 -13
  969. package/src/assets/flags/4x3/bt.svg +0 -89
  970. package/src/assets/flags/4x3/bv.svg +0 -13
  971. package/src/assets/flags/4x3/bw.svg +0 -7
  972. package/src/assets/flags/4x3/by.svg +0 -20
  973. package/src/assets/flags/4x3/bz.svg +0 -145
  974. package/src/assets/flags/4x3/ca.svg +0 -4
  975. package/src/assets/flags/4x3/cc.svg +0 -19
  976. package/src/assets/flags/4x3/cd.svg +0 -5
  977. package/src/assets/flags/4x3/cefta.svg +0 -13
  978. package/src/assets/flags/4x3/cf.svg +0 -15
  979. package/src/assets/flags/4x3/cg.svg +0 -12
  980. package/src/assets/flags/4x3/ch.svg +0 -9
  981. package/src/assets/flags/4x3/ci.svg +0 -7
  982. package/src/assets/flags/4x3/ck.svg +0 -9
  983. package/src/assets/flags/4x3/cl.svg +0 -13
  984. package/src/assets/flags/4x3/cm.svg +0 -15
  985. package/src/assets/flags/4x3/cn.svg +0 -11
  986. package/src/assets/flags/4x3/co.svg +0 -7
  987. package/src/assets/flags/4x3/cp.svg +0 -7
  988. package/src/assets/flags/4x3/cr.svg +0 -7
  989. package/src/assets/flags/4x3/cu.svg +0 -13
  990. package/src/assets/flags/4x3/cv.svg +0 -13
  991. package/src/assets/flags/4x3/cw.svg +0 -14
  992. package/src/assets/flags/4x3/cx.svg +0 -15
  993. package/src/assets/flags/4x3/cy.svg +0 -6
  994. package/src/assets/flags/4x3/cz.svg +0 -5
  995. package/src/assets/flags/4x3/de.svg +0 -5
  996. package/src/assets/flags/4x3/dg.svg +0 -129
  997. package/src/assets/flags/4x3/dj.svg +0 -13
  998. package/src/assets/flags/4x3/dk.svg +0 -5
  999. package/src/assets/flags/4x3/dm.svg +0 -152
  1000. package/src/assets/flags/4x3/do.svg +0 -6745
  1001. package/src/assets/flags/4x3/dz.svg +0 -5
  1002. package/src/assets/flags/4x3/ea.svg +0 -544
  1003. package/src/assets/flags/4x3/ec.svg +0 -138
  1004. package/src/assets/flags/4x3/ee.svg +0 -7
  1005. package/src/assets/flags/4x3/eg.svg +0 -38
  1006. package/src/assets/flags/4x3/eh.svg +0 -16
  1007. package/src/assets/flags/4x3/er.svg +0 -8
  1008. package/src/assets/flags/4x3/es-ct.svg +0 -4
  1009. package/src/assets/flags/4x3/es-ga.svg +0 -187
  1010. package/src/assets/flags/4x3/es.svg +0 -544
  1011. package/src/assets/flags/4x3/et.svg +0 -14
  1012. package/src/assets/flags/4x3/eu.svg +0 -28
  1013. package/src/assets/flags/4x3/fi.svg +0 -5
  1014. package/src/assets/flags/4x3/fj.svg +0 -120
  1015. package/src/assets/flags/4x3/fk.svg +0 -90
  1016. package/src/assets/flags/4x3/fm.svg +0 -11
  1017. package/src/assets/flags/4x3/fo.svg +0 -12
  1018. package/src/assets/flags/4x3/fr.svg +0 -7
  1019. package/src/assets/flags/4x3/ga.svg +0 -7
  1020. package/src/assets/flags/4x3/gb-eng.svg +0 -5
  1021. package/src/assets/flags/4x3/gb-nir.svg +0 -132
  1022. package/src/assets/flags/4x3/gb-sct.svg +0 -4
  1023. package/src/assets/flags/4x3/gb-wls.svg +0 -9
  1024. package/src/assets/flags/4x3/gb.svg +0 -7
  1025. package/src/assets/flags/4x3/gd.svg +0 -27
  1026. package/src/assets/flags/4x3/ge.svg +0 -6
  1027. package/src/assets/flags/4x3/gf.svg +0 -7
  1028. package/src/assets/flags/4x3/gg.svg +0 -9
  1029. package/src/assets/flags/4x3/gh.svg +0 -6
  1030. package/src/assets/flags/4x3/gi.svg +0 -32
  1031. package/src/assets/flags/4x3/gl.svg +0 -4
  1032. package/src/assets/flags/4x3/gm.svg +0 -14
  1033. package/src/assets/flags/4x3/gn.svg +0 -7
  1034. package/src/assets/flags/4x3/gp.svg +0 -7
  1035. package/src/assets/flags/4x3/gq.svg +0 -23
  1036. package/src/assets/flags/4x3/gr.svg +0 -16
  1037. package/src/assets/flags/4x3/gs.svg +0 -133
  1038. package/src/assets/flags/4x3/gt.svg +0 -220
  1039. package/src/assets/flags/4x3/gu.svg +0 -23
  1040. package/src/assets/flags/4x3/gw.svg +0 -13
  1041. package/src/assets/flags/4x3/gy.svg +0 -9
  1042. package/src/assets/flags/4x3/hk.svg +0 -30
  1043. package/src/assets/flags/4x3/hm.svg +0 -8
  1044. package/src/assets/flags/4x3/hn.svg +0 -18
  1045. package/src/assets/flags/4x3/hr.svg +0 -58
  1046. package/src/assets/flags/4x3/ht.svg +0 -116
  1047. package/src/assets/flags/4x3/hu.svg +0 -7
  1048. package/src/assets/flags/4x3/ic.svg +0 -7
  1049. package/src/assets/flags/4x3/id.svg +0 -4
  1050. package/src/assets/flags/4x3/ie.svg +0 -7
  1051. package/src/assets/flags/4x3/il.svg +0 -14
  1052. package/src/assets/flags/4x3/im.svg +0 -36
  1053. package/src/assets/flags/4x3/in.svg +0 -25
  1054. package/src/assets/flags/4x3/io.svg +0 -129
  1055. package/src/assets/flags/4x3/iq.svg +0 -10
  1056. package/src/assets/flags/4x3/ir.svg +0 -219
  1057. package/src/assets/flags/4x3/is.svg +0 -12
  1058. package/src/assets/flags/4x3/it.svg +0 -7
  1059. package/src/assets/flags/4x3/je.svg +0 -45
  1060. package/src/assets/flags/4x3/jm.svg +0 -8
  1061. package/src/assets/flags/4x3/jo.svg +0 -16
  1062. package/src/assets/flags/4x3/jp.svg +0 -11
  1063. package/src/assets/flags/4x3/ke.svg +0 -23
  1064. package/src/assets/flags/4x3/kg.svg +0 -15
  1065. package/src/assets/flags/4x3/kh.svg +0 -61
  1066. package/src/assets/flags/4x3/ki.svg +0 -36
  1067. package/src/assets/flags/4x3/km.svg +0 -16
  1068. package/src/assets/flags/4x3/kn.svg +0 -14
  1069. package/src/assets/flags/4x3/kp.svg +0 -15
  1070. package/src/assets/flags/4x3/kr.svg +0 -24
  1071. package/src/assets/flags/4x3/kw.svg +0 -13
  1072. package/src/assets/flags/4x3/ky.svg +0 -109
  1073. package/src/assets/flags/4x3/kz.svg +0 -23
  1074. package/src/assets/flags/4x3/la.svg +0 -12
  1075. package/src/assets/flags/4x3/lb.svg +0 -15
  1076. package/src/assets/flags/4x3/lc.svg +0 -8
  1077. package/src/assets/flags/4x3/li.svg +0 -43
  1078. package/src/assets/flags/4x3/lk.svg +0 -22
  1079. package/src/assets/flags/4x3/lr.svg +0 -14
  1080. package/src/assets/flags/4x3/ls.svg +0 -8
  1081. package/src/assets/flags/4x3/lt.svg +0 -7
  1082. package/src/assets/flags/4x3/lu.svg +0 -5
  1083. package/src/assets/flags/4x3/lv.svg +0 -6
  1084. package/src/assets/flags/4x3/ly.svg +0 -13
  1085. package/src/assets/flags/4x3/ma.svg +0 -4
  1086. package/src/assets/flags/4x3/mc.svg +0 -6
  1087. package/src/assets/flags/4x3/md.svg +0 -70
  1088. package/src/assets/flags/4x3/me.svg +0 -116
  1089. package/src/assets/flags/4x3/mf.svg +0 -7
  1090. package/src/assets/flags/4x3/mg.svg +0 -7
  1091. package/src/assets/flags/4x3/mh.svg +0 -7
  1092. package/src/assets/flags/4x3/mk.svg +0 -5
  1093. package/src/assets/flags/4x3/ml.svg +0 -7
  1094. package/src/assets/flags/4x3/mm.svg +0 -12
  1095. package/src/assets/flags/4x3/mn.svg +0 -14
  1096. package/src/assets/flags/4x3/mo.svg +0 -9
  1097. package/src/assets/flags/4x3/mp.svg +0 -86
  1098. package/src/assets/flags/4x3/mq.svg +0 -7
  1099. package/src/assets/flags/4x3/mr.svg +0 -6
  1100. package/src/assets/flags/4x3/ms.svg +0 -33
  1101. package/src/assets/flags/4x3/mt.svg +0 -49
  1102. package/src/assets/flags/4x3/mu.svg +0 -8
  1103. package/src/assets/flags/4x3/mv.svg +0 -6
  1104. package/src/assets/flags/4x3/mw.svg +0 -10
  1105. package/src/assets/flags/4x3/mx.svg +0 -382
  1106. package/src/assets/flags/4x3/my.svg +0 -7
  1107. package/src/assets/flags/4x3/mz.svg +0 -21
  1108. package/src/assets/flags/4x3/na.svg +0 -16
  1109. package/src/assets/flags/4x3/nc.svg +0 -13
  1110. package/src/assets/flags/4x3/ne.svg +0 -6
  1111. package/src/assets/flags/4x3/nf.svg +0 -9
  1112. package/src/assets/flags/4x3/ng.svg +0 -6
  1113. package/src/assets/flags/4x3/ni.svg +0 -129
  1114. package/src/assets/flags/4x3/nl.svg +0 -5
  1115. package/src/assets/flags/4x3/no.svg +0 -7
  1116. package/src/assets/flags/4x3/np.svg +0 -14
  1117. package/src/assets/flags/4x3/nr.svg +0 -12
  1118. package/src/assets/flags/4x3/nu.svg +0 -10
  1119. package/src/assets/flags/4x3/nz.svg +0 -36
  1120. package/src/assets/flags/4x3/om.svg +0 -115
  1121. package/src/assets/flags/4x3/pa.svg +0 -14
  1122. package/src/assets/flags/4x3/pe.svg +0 -244
  1123. package/src/assets/flags/4x3/pf.svg +0 -19
  1124. package/src/assets/flags/4x3/pg.svg +0 -9
  1125. package/src/assets/flags/4x3/ph.svg +0 -6
  1126. package/src/assets/flags/4x3/pk.svg +0 -15
  1127. package/src/assets/flags/4x3/pl.svg +0 -6
  1128. package/src/assets/flags/4x3/pm.svg +0 -7
  1129. package/src/assets/flags/4x3/pn.svg +0 -53
  1130. package/src/assets/flags/4x3/pr.svg +0 -13
  1131. package/src/assets/flags/4x3/ps.svg +0 -15
  1132. package/src/assets/flags/4x3/pt.svg +0 -57
  1133. package/src/assets/flags/4x3/pw.svg +0 -11
  1134. package/src/assets/flags/4x3/py.svg +0 -157
  1135. package/src/assets/flags/4x3/qa.svg +0 -4
  1136. package/src/assets/flags/4x3/re.svg +0 -7
  1137. package/src/assets/flags/4x3/ro.svg +0 -7
  1138. package/src/assets/flags/4x3/rs.svg +0 -292
  1139. package/src/assets/flags/4x3/ru.svg +0 -7
  1140. package/src/assets/flags/4x3/rw.svg +0 -13
  1141. package/src/assets/flags/4x3/sa.svg +0 -26
  1142. package/src/assets/flags/4x3/sb.svg +0 -13
  1143. package/src/assets/flags/4x3/sc.svg +0 -7
  1144. package/src/assets/flags/4x3/sd.svg +0 -13
  1145. package/src/assets/flags/4x3/se.svg +0 -4
  1146. package/src/assets/flags/4x3/sg.svg +0 -13
  1147. package/src/assets/flags/4x3/sh.svg +0 -76
  1148. package/src/assets/flags/4x3/si.svg +0 -18
  1149. package/src/assets/flags/4x3/sj.svg +0 -7
  1150. package/src/assets/flags/4x3/sk.svg +0 -9
  1151. package/src/assets/flags/4x3/sl.svg +0 -7
  1152. package/src/assets/flags/4x3/sm.svg +0 -75
  1153. package/src/assets/flags/4x3/sn.svg +0 -8
  1154. package/src/assets/flags/4x3/so.svg +0 -11
  1155. package/src/assets/flags/4x3/sr.svg +0 -6
  1156. package/src/assets/flags/4x3/ss.svg +0 -8
  1157. package/src/assets/flags/4x3/st.svg +0 -16
  1158. package/src/assets/flags/4x3/sv.svg +0 -594
  1159. package/src/assets/flags/4x3/sx.svg +0 -56
  1160. package/src/assets/flags/4x3/sy.svg +0 -6
  1161. package/src/assets/flags/4x3/sz.svg +0 -34
  1162. package/src/assets/flags/4x3/ta.svg +0 -76
  1163. package/src/assets/flags/4x3/tc.svg +0 -50
  1164. package/src/assets/flags/4x3/td.svg +0 -7
  1165. package/src/assets/flags/4x3/tf.svg +0 -15
  1166. package/src/assets/flags/4x3/tg.svg +0 -14
  1167. package/src/assets/flags/4x3/th.svg +0 -7
  1168. package/src/assets/flags/4x3/tj.svg +0 -22
  1169. package/src/assets/flags/4x3/tk.svg +0 -5
  1170. package/src/assets/flags/4x3/tl.svg +0 -13
  1171. package/src/assets/flags/4x3/tm.svg +0 -205
  1172. package/src/assets/flags/4x3/tn.svg +0 -13
  1173. package/src/assets/flags/4x3/to.svg +0 -10
  1174. package/src/assets/flags/4x3/tr.svg +0 -8
  1175. package/src/assets/flags/4x3/tt.svg +0 -5
  1176. package/src/assets/flags/4x3/tv.svg +0 -9
  1177. package/src/assets/flags/4x3/tw.svg +0 -34
  1178. package/src/assets/flags/4x3/tz.svg +0 -13
  1179. package/src/assets/flags/4x3/ua.svg +0 -6
  1180. package/src/assets/flags/4x3/ug.svg +0 -30
  1181. package/src/assets/flags/4x3/um.svg +0 -15
  1182. package/src/assets/flags/4x3/un.svg +0 -16
  1183. package/src/assets/flags/4x3/us.svg +0 -10
  1184. package/src/assets/flags/4x3/uy.svg +0 -28
  1185. package/src/assets/flags/4x3/uz.svg +0 -30
  1186. package/src/assets/flags/4x3/va.svg +0 -479
  1187. package/src/assets/flags/4x3/vc.svg +0 -8
  1188. package/src/assets/flags/4x3/ve.svg +0 -26
  1189. package/src/assets/flags/4x3/vg.svg +0 -63
  1190. package/src/assets/flags/4x3/vi.svg +0 -28
  1191. package/src/assets/flags/4x3/vn.svg +0 -11
  1192. package/src/assets/flags/4x3/vu.svg +0 -21
  1193. package/src/assets/flags/4x3/wf.svg +0 -7
  1194. package/src/assets/flags/4x3/ws.svg +0 -7
  1195. package/src/assets/flags/4x3/xk.svg +0 -8
  1196. package/src/assets/flags/4x3/xx.svg +0 -4
  1197. package/src/assets/flags/4x3/ye.svg +0 -7
  1198. package/src/assets/flags/4x3/yt.svg +0 -7
  1199. package/src/assets/flags/4x3/za.svg +0 -17
  1200. package/src/assets/flags/4x3/zm.svg +0 -27
  1201. package/src/assets/flags/4x3/zw.svg +0 -21
  1202. package/src/assets/gl-matrix.min.js +0 -47
  1203. package/src/assets/htmlpage.html +0 -53
  1204. package/src/assets/machineroom1.png +0 -0
  1205. package/src/assets/stabu.css +0 -27
  1206. package/src/assets/template.pdf +0 -0
  1207. package/src/assets/zoom-in.png +0 -0
  1208. package/src/environments/environment.prod.ts +0 -3
  1209. package/src/environments/environment.ts +0 -16
  1210. package/src/favicon.ico +0 -0
  1211. package/src/index.html +0 -16
  1212. package/src/main.ts +0 -12
  1213. package/src/polyfills.ts +0 -53
  1214. package/src/styles.scss +0 -48
  1215. package/src/test.ts +0 -14
  1216. package/src/webgl/WebGLQuery.min.js +0 -6
  1217. package/src/webgl/WebGLViewerLight.min.js +0 -89
  1218. package/src/webgl/gl-matrix.min.js +0 -47
  1219. package/tsconfig.app.json +0 -15
  1220. package/tsconfig.json +0 -34
  1221. package/tsconfig.spec.json +0 -18
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFicmlrYW50ZW5jb3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZmFicmlrYW50ZW5jb3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
@@ -0,0 +1,24 @@
1
+ export * from './src/app/modules/fabrikantencore/fabrikantencore.module';
2
+ export * from './src/app/modules/fabrikantencore/swagger/SwaggerClient';
3
+ export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter/fab-filter.component';
4
+ export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter-label/fab-filter-label.component';
5
+ export * from './src/app/modules/fabrikantencore/components/inputs/fab-filter-custom/fab-filter-custom.component';
6
+ export * from './src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component';
7
+ export * from './src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component';
8
+ export * from './src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component';
9
+ export * from './src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component';
10
+ export * from './src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component';
11
+ export * from './src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component';
12
+ export * from './src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component';
13
+ export * from './src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component';
14
+ export * from './src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component';
15
+ export * from './src/app/modules/fabrikantencore/components/fab-download-zip/fab-download-zip.component';
16
+ export * from './src/app/modules/fabrikantencore/components/fab-form/fab-form.component';
17
+ export * from './src/app/modules/fabrikantencore/services/mobile.service';
18
+ export * from './src/app/modules/fabrikantencore/services/fabrikanten.service';
19
+ export * from './src/app/modules/fabrikantencore/services/bestek.service';
20
+ export * from './src/app/modules/fabrikantencore/services/translate.service';
21
+ export * from './src/app/modules/fabrikantencore/services/webgl.service';
22
+ export * from './src/app/modules/fabrikantencore/services/svg.service';
23
+ export * from './src/app/modules/fabrikantencore/services/template-component.service';
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywwREFBMEQsQ0FBQTtBQUN4RSxjQUFjLHlEQUF5RCxDQUFBO0FBR3ZFLGNBQWMscUZBQXFGLENBQUE7QUFDbkcsY0FBYyxpR0FBaUcsQ0FBQTtBQUMvRyxjQUFjLG1HQUFtRyxDQUFBO0FBRWpILGNBQWMsZ0ZBQWdGLENBQUE7QUFDOUYsY0FBYyxzR0FBc0csQ0FBQTtBQUNwSCxjQUFjLDRGQUE0RixDQUFBO0FBQzFHLGNBQWMsc0ZBQXNGLENBQUE7QUFDcEcsY0FBYywwRkFBMEYsQ0FBQTtBQUN4RyxjQUFjLHNGQUFzRixDQUFBO0FBQ3BHLGNBQWMsMEdBQTBHLENBQUE7QUFDeEgsY0FBYyw4RUFBOEUsQ0FBQTtBQUM1RixjQUFjLG9HQUFvRyxDQUFBO0FBQ2xILGNBQWMsMEZBQTBGLENBQUE7QUFDeEcsY0FBYywwRUFBMEUsQ0FBQTtBQUV4RixjQUFjLDJEQUEyRCxDQUFBO0FBQ3pFLGNBQWMsZ0VBQWdFLENBQUE7QUFDOUUsY0FBYywyREFBMkQsQ0FBQTtBQUN6RSxjQUFjLDhEQUE4RCxDQUFBO0FBQzVFLGNBQWMsMERBQTBELENBQUE7QUFDeEUsY0FBYyx3REFBd0QsQ0FBQTtBQUN0RSxjQUFjLHVFQUF1RSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2ZhYnJpa2FudGVuY29yZS5tb2R1bGUnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnXHJcblxyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvaW5wdXRzL2ZhYi1maWx0ZXIvZmFiLWZpbHRlci5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2lucHV0cy9mYWItZmlsdGVyLWxhYmVsL2ZhYi1maWx0ZXItbGFiZWwuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9pbnB1dHMvZmFiLWZpbHRlci1jdXN0b20vZmFiLWZpbHRlci1jdXN0b20uY29tcG9uZW50J1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLWZpbHRlcnMvZmFiLWZpbHRlcnMuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItY2F0ZWdvcnktbmF2aWdhdG9yL2ZhYi1jYXRlZ29yeS1uYXZpZ2F0b3IuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItZmlsdGVycy1pbnB1dC9mYWItZmlsdGVycy1pbnB1dC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1hY3Rpb25tZW51L2ZhYi1hY3Rpb25tZW51LmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXdlYmdsLXZpZXdlci9mYWItd2ViZ2wtdmlld2VyLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXN2Zy12aWV3ZXIvZmFiLXN2Zy12aWV3ZXIuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItcHJvZHVjdC9mYWItcHJvZHVjdC1iZXN0ZWsvZmFiLXByb2R1Y3QtYmVzdGVrLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLWxvYWRlci9mYWItbG9hZGVyLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2NvbXBvbmVudHMvZmFiLXNlbGVjdC1iY2Jwcm9kdWN0L2ZhYi1zZWxlY3QtYmNicHJvZHVjdC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1kb3dubG9hZC16aXAvZmFiLWRvd25sb2FkLXppcC5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1mb3JtL2ZhYi1mb3JtLmNvbXBvbmVudCdcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zZXJ2aWNlcy9tb2JpbGUuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL2ZhYnJpa2FudGVuLnNlcnZpY2UnXHJcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9zZXJ2aWNlcy9iZXN0ZWsuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL3RyYW5zbGF0ZS5zZXJ2aWNlJ1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvc2VydmljZXMvd2ViZ2wuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL3NlcnZpY2VzL3N2Zy5zZXJ2aWNlJ1xyXG5leHBvcnQgKiBmcm9tICcuL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvc2VydmljZXMvdGVtcGxhdGUtY29tcG9uZW50LnNlcnZpY2UnXHJcbiJdfQ==
@@ -0,0 +1,43 @@
1
+ import { Component, ViewEncapsulation } from '@angular/core';
2
+ import { TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../services/bcbproductinstance.service";
5
+ import * as i2 from "../../../services/translate.service";
6
+ import * as i3 from "../../../services/fabrikanten.service";
7
+ import * as i4 from "../../../services/authentication.service";
8
+ import * as i5 from "@angular/common";
9
+ import * as i6 from "@angular/material/legacy-button";
10
+ import * as i7 from "@angular/material/legacy-tabs";
11
+ import * as i8 from "../../../components/fab-loader/fab-loader.component";
12
+ import * as i9 from "../../../components/fab-filters-input/fab-filters-input.component";
13
+ import * as i10 from "../../../components/fab-svg-viewer/fab-svg-viewer.component";
14
+ import * as i11 from "../../../components/fab-form/fab-form.component";
15
+ import * as i12 from "../../../components/fab-upload/fab-upload.component";
16
+ class BeheerBcbInstanceComponent {
17
+ BcbProductInstanceService;
18
+ TranslateService;
19
+ FabrikantenService;
20
+ authenticationService;
21
+ ChangeDetectorRef;
22
+ get TranslationCategory() {
23
+ return TranslationCategory;
24
+ }
25
+ get TranslationSubCategory() {
26
+ return TranslationSubCategory;
27
+ }
28
+ constructor(BcbProductInstanceService, TranslateService, FabrikantenService, authenticationService, ChangeDetectorRef) {
29
+ this.BcbProductInstanceService = BcbProductInstanceService;
30
+ this.TranslateService = TranslateService;
31
+ this.FabrikantenService = FabrikantenService;
32
+ this.authenticationService = authenticationService;
33
+ this.ChangeDetectorRef = ChangeDetectorRef;
34
+ }
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerBcbInstanceComponent, deps: [{ token: i1.BcbProductInstanceService }, { token: i2.TranslateService }, { token: i3.FabrikantenService }, { token: i4.AuthenticationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerBcbInstanceComponent, selector: "app-beheer-bcb-instance", ngImport: i0, template: "<div *ngIf=\"BcbProductInstanceService.IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!BcbProductInstanceService.IsLoading()\">\n <div class=\"displayflex\">\n <div style=\"flex: auto;\">\n {{ TranslateService.GetActiveValue(TranslationCategory.Product, TranslationSubCategory.Name, BcbProductInstanceService.BCBProductInstanceViewModel.productId) }}\n </div>\n\n <div style=\"padding: 10px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.SaveConfiguration(ChangeDetectorRef)\">\n Save\n </button>\n &nbsp;\n <button mat-raised-button (click)=\"BcbProductInstanceService.DownloadPDF(this.TranslateService.ActiveLanguage.id)\">\n Download PDF\n </button>\n &nbsp;\n <button mat-raised-button (click)=\"BcbProductInstanceService.UnselectBCBProductInstance()\">\n Terug\n </button>\n </div>\n </div>\n <div class=\"displayflex\">\n <div class=\"dividercolumn leftcol\">\n <mat-tab-group style=\"height: 100%;\">\n <mat-tab label=\"Configuratie\">\n <div class=\"filter-scroll-section\">\n <fab-filters-input></fab-filters-input>\n </div>\n </mat-tab>\n <mat-tab label=\"Info\">\n <app-fab-form [form]=\"BcbProductInstanceService.FabrikantenCustomFormViewModel\"></app-fab-form>\n </mat-tab>\n <mat-tab label=\"Upload\">\n <br />\n <app-fab-upload name=\"snede naar onder\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"bovenaanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"vooraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"rechteraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n </mat-tab>\n </mat-tab-group>\n </div>\n <div style=\"width: 50%;\">\n <ng-container *ngIf=\"!FabrikantenService.ShowVariants()\">\n <app-fab-svg-viewer></app-fab-svg-viewer>\n </ng-container>\n <ng-container *ngIf=\"FabrikantenService.ShowVariants()\">\n <div style=\"padding: 10px;\">\n Er zijn nog meerdere varianten van dit product die voldoen aan de huidige filter selectie. Vul meer filters om de selectie te specificeren.\n </div>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-bcb-instance .displayflex{display:flex}app-beheer-bcb-instance .leftcol{padding:10px}app-beheer-bcb-instance .dividercolumn{width:50%;max-height:calc(100vH - 174px);overflow:auto}app-beheer-bcb-instance .filter-scroll-section{max-height:calc(100vH - 1px)}app-beheer-bcb-instance .filter-affects-sign{display:none}app-beheer-bcb-instance .affects-only-bestek{display:none}app-beheer-bcb-instance .svg-settings{top:80px!important;right:25px!important}app-beheer-bcb-instance .toolbar-button{display:none}app-beheer-bcb-instance .prop{font-size:20px;padding:5px;border-bottom:1px solid #000}app-beheer-bcb-instance .prop-name{width:200px}app-beheer-bcb-instance .prop-value{width:calc(100% - 220px)}app-beheer-bcb-instance .border-bottom{border-bottom:1px solid #000;font-size:20px;padding:4px}app-beheer-bcb-instance .form-button-row{display:none}app-beheer-bcb-instance .value-cell{text-align:right;padding-right:5px}app-beheer-bcb-instance .info-row:hover{background-color:#efefef}app-beheer-bcb-instance .button-row{padding-top:3px;text-align:right}app-beheer-bcb-instance app-fab-loader{position:fixed;background-color:#00000080;width:100%;top:0;left:0;height:100%;z-index:10}\n"], dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i7.MatLegacyTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i7.MatLegacyTab, selector: "mat-tab", inputs: ["disabled"], exportAs: ["matTab"] }, { kind: "component", type: i8.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i9.FabFiltersInputComponent, selector: "fab-filters-input" }, { kind: "component", type: i10.FabSvgViewerComponent, selector: "app-fab-svg-viewer" }, { kind: "component", type: i11.FabFormComponent, selector: "app-fab-form", inputs: ["form"], outputs: ["completed"] }, { kind: "component", type: i12.FabUploadComponent, selector: "app-fab-upload", inputs: ["name", "customid"] }], encapsulation: i0.ViewEncapsulation.None });
37
+ }
38
+ export { BeheerBcbInstanceComponent };
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerBcbInstanceComponent, decorators: [{
40
+ type: Component,
41
+ args: [{ selector: 'app-beheer-bcb-instance', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"BcbProductInstanceService.IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!BcbProductInstanceService.IsLoading()\">\n <div class=\"displayflex\">\n <div style=\"flex: auto;\">\n {{ TranslateService.GetActiveValue(TranslationCategory.Product, TranslationSubCategory.Name, BcbProductInstanceService.BCBProductInstanceViewModel.productId) }}\n </div>\n\n <div style=\"padding: 10px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.SaveConfiguration(ChangeDetectorRef)\">\n Save\n </button>\n &nbsp;\n <button mat-raised-button (click)=\"BcbProductInstanceService.DownloadPDF(this.TranslateService.ActiveLanguage.id)\">\n Download PDF\n </button>\n &nbsp;\n <button mat-raised-button (click)=\"BcbProductInstanceService.UnselectBCBProductInstance()\">\n Terug\n </button>\n </div>\n </div>\n <div class=\"displayflex\">\n <div class=\"dividercolumn leftcol\">\n <mat-tab-group style=\"height: 100%;\">\n <mat-tab label=\"Configuratie\">\n <div class=\"filter-scroll-section\">\n <fab-filters-input></fab-filters-input>\n </div>\n </mat-tab>\n <mat-tab label=\"Info\">\n <app-fab-form [form]=\"BcbProductInstanceService.FabrikantenCustomFormViewModel\"></app-fab-form>\n </mat-tab>\n <mat-tab label=\"Upload\">\n <br />\n <app-fab-upload name=\"snede naar onder\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"bovenaanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"vooraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n <hr />\n <app-fab-upload name=\"rechteraanzicht\" [customid]=\"BcbProductInstanceService.BCBProductInstanceViewModel.id\"></app-fab-upload>\n </mat-tab>\n </mat-tab-group>\n </div>\n <div style=\"width: 50%;\">\n <ng-container *ngIf=\"!FabrikantenService.ShowVariants()\">\n <app-fab-svg-viewer></app-fab-svg-viewer>\n </ng-container>\n <ng-container *ngIf=\"FabrikantenService.ShowVariants()\">\n <div style=\"padding: 10px;\">\n Er zijn nog meerdere varianten van dit product die voldoen aan de huidige filter selectie. Vul meer filters om de selectie te specificeren.\n </div>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["app-beheer-bcb-instance .displayflex{display:flex}app-beheer-bcb-instance .leftcol{padding:10px}app-beheer-bcb-instance .dividercolumn{width:50%;max-height:calc(100vH - 174px);overflow:auto}app-beheer-bcb-instance .filter-scroll-section{max-height:calc(100vH - 1px)}app-beheer-bcb-instance .filter-affects-sign{display:none}app-beheer-bcb-instance .affects-only-bestek{display:none}app-beheer-bcb-instance .svg-settings{top:80px!important;right:25px!important}app-beheer-bcb-instance .toolbar-button{display:none}app-beheer-bcb-instance .prop{font-size:20px;padding:5px;border-bottom:1px solid #000}app-beheer-bcb-instance .prop-name{width:200px}app-beheer-bcb-instance .prop-value{width:calc(100% - 220px)}app-beheer-bcb-instance .border-bottom{border-bottom:1px solid #000;font-size:20px;padding:4px}app-beheer-bcb-instance .form-button-row{display:none}app-beheer-bcb-instance .value-cell{text-align:right;padding-right:5px}app-beheer-bcb-instance .info-row:hover{background-color:#efefef}app-beheer-bcb-instance .button-row{padding-top:3px;text-align:right}app-beheer-bcb-instance app-fab-loader{position:fixed;background-color:#00000080;width:100%;top:0;left:0;height:100%;z-index:10}\n"] }]
42
+ }], ctorParameters: function () { return [{ type: i1.BcbProductInstanceService }, { type: i2.TranslateService }, { type: i3.FabrikantenService }, { type: i4.AuthenticationService }, { type: i0.ChangeDetectorRef }]; } });
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1iY2ItaW5zdGFuY2UvYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1iY2ItaW5zdGFuY2UvYmVoZWVyLWJjYi1pbnN0YW5jZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQyxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUsvRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsc0JBQXNCLEVBQWdDLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7Ozs7O0FBRTNILE1BTWEsMEJBQTBCO0lBVTVCO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFiVCxJQUFXLG1CQUFtQjtRQUM1QixPQUFPLG1CQUFtQixDQUFDO0lBQzdCLENBQUM7SUFFRCxJQUFXLHNCQUFzQjtRQUMvQixPQUFPLHNCQUFzQixDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUNTLHlCQUFvRCxFQUNwRCxnQkFBa0MsRUFDbEMsa0JBQXNDLEVBQ3RDLHFCQUE0QyxFQUM1QyxpQkFBb0M7UUFKcEMsOEJBQXlCLEdBQXpCLHlCQUF5QixDQUEyQjtRQUNwRCxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBQ2xDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7UUFDdEMsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUM1QyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBQzdDLENBQUM7d0dBZlUsMEJBQTBCOzRGQUExQiwwQkFBMEIsK0RDYnZDLCtqRkEyREE7O1NEOUNhLDBCQUEwQjs0RkFBMUIsMEJBQTBCO2tCQU50QyxTQUFTOytCQUNFLHlCQUF5QixpQkFHcEIsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0b3JSZWYsIE9uSW5pdCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBdXRoZW50aWNhdGlvblNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9hdXRoZW50aWNhdGlvbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3RyYW5zbGF0ZS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgRmFicmlrYW50ZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvZmFicmlrYW50ZW4uc2VydmljZSc7XHJcbmltcG9ydCB7IEJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9iY2Jwcm9kdWN0aW5zdGFuY2Uuc2VydmljZSc7XHJcbmltcG9ydCB7IFRyYW5zbGF0aW9uQ2F0ZWdvcnksIFRyYW5zbGF0aW9uU3ViQ2F0ZWdvcnksIExvZ2luUmVzcG9uc2VNb2RlbCwgRm9ybVR5cGUgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1iZWhlZXItYmNiLWluc3RhbmNlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1iY2ItaW5zdGFuY2UuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItYmNiLWluc3RhbmNlLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcbn0pXG5leHBvcnQgY2xhc3MgQmVoZWVyQmNiSW5zdGFuY2VDb21wb25lbnQge1xuICBwdWJsaWMgZ2V0IFRyYW5zbGF0aW9uQ2F0ZWdvcnkoKSB7XHJcbiAgICByZXR1cm4gVHJhbnNsYXRpb25DYXRlZ29yeTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXQgVHJhbnNsYXRpb25TdWJDYXRlZ29yeSgpIHtcclxuICAgIHJldHVybiBUcmFuc2xhdGlvblN1YkNhdGVnb3J5O1xyXG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZTogQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZSxcbiAgICBwdWJsaWMgVHJhbnNsYXRlU2VydmljZTogVHJhbnNsYXRlU2VydmljZSxcbiAgICBwdWJsaWMgRmFicmlrYW50ZW5TZXJ2aWNlOiBGYWJyaWthbnRlblNlcnZpY2UsXG4gICAgcHVibGljIGF1dGhlbnRpY2F0aW9uU2VydmljZTogQXV0aGVudGljYXRpb25TZXJ2aWNlLFxuICAgIHB1YmxpYyBDaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHtcclxuICB9XG59XG4iLCI8ZGl2ICpuZ0lmPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jc0xvYWRpbmcoKVwiPlxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cbjwvZGl2PlxuXG48ZGl2ICpuZ0lmPVwiIUJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuSXNMb2FkaW5nKClcIj5cbiAgPGRpdiBjbGFzcz1cImRpc3BsYXlmbGV4XCI+XG4gICAgPGRpdiBzdHlsZT1cImZsZXg6IGF1dG87XCI+XG4gICAgICB7eyBUcmFuc2xhdGVTZXJ2aWNlLkdldEFjdGl2ZVZhbHVlKFRyYW5zbGF0aW9uQ2F0ZWdvcnkuUHJvZHVjdCwgVHJhbnNsYXRpb25TdWJDYXRlZ29yeS5OYW1lLCBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5wcm9kdWN0SWQpIH19XG4gICAgPC9kaXY+XG5cbiAgICA8ZGl2IHN0eWxlPVwicGFkZGluZzogMTBweDtcIj5cbiAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2F2ZUNvbmZpZ3VyYXRpb24oQ2hhbmdlRGV0ZWN0b3JSZWYpXCI+XG4gICAgICAgIFNhdmVcbiAgICAgIDwvYnV0dG9uPlxuICAgICAgJm5ic3A7XG4gICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkRvd25sb2FkUERGKHRoaXMuVHJhbnNsYXRlU2VydmljZS5BY3RpdmVMYW5ndWFnZS5pZClcIj5cbiAgICAgICAgRG93bmxvYWQgUERGXG4gICAgICA8L2J1dHRvbj5cbiAgICAgICZuYnNwO1xuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5VbnNlbGVjdEJDQlByb2R1Y3RJbnN0YW5jZSgpXCI+XG4gICAgICAgIFRlcnVnXG4gICAgICA8L2J1dHRvbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJkaXNwbGF5ZmxleFwiPlxuICAgIDxkaXYgY2xhc3M9XCJkaXZpZGVyY29sdW1uIGxlZnRjb2xcIj5cbiAgICAgIDxtYXQtdGFiLWdyb3VwIHN0eWxlPVwiaGVpZ2h0OiAxMDAlO1wiPlxuICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIkNvbmZpZ3VyYXRpZVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWx0ZXItc2Nyb2xsLXNlY3Rpb25cIj5cbiAgICAgICAgICAgIDxmYWItZmlsdGVycy1pbnB1dD48L2ZhYi1maWx0ZXJzLWlucHV0PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L21hdC10YWI+XG4gICAgICAgIDxtYXQtdGFiIGxhYmVsPVwiSW5mb1wiPlxuICAgICAgICAgIDxhcHAtZmFiLWZvcm0gW2Zvcm1dPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5GYWJyaWthbnRlbkN1c3RvbUZvcm1WaWV3TW9kZWxcIj48L2FwcC1mYWItZm9ybT5cbiAgICAgICAgPC9tYXQtdGFiPlxuICAgICAgICA8bWF0LXRhYiBsYWJlbD1cIlVwbG9hZFwiPlxuICAgICAgICAgIDxiciAvPlxuICAgICAgICAgIDxhcHAtZmFiLXVwbG9hZCBuYW1lPVwic25lZGUgbmFhciBvbmRlclwiIFtjdXN0b21pZF09XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5pZFwiPjwvYXBwLWZhYi11cGxvYWQ+XG4gICAgICAgICAgPGhyIC8+XG4gICAgICAgICAgPGFwcC1mYWItdXBsb2FkIG5hbWU9XCJib3ZlbmFhbnppY2h0XCIgW2N1c3RvbWlkXT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuQkNCUHJvZHVjdEluc3RhbmNlVmlld01vZGVsLmlkXCI+PC9hcHAtZmFiLXVwbG9hZD5cbiAgICAgICAgICA8aHIgLz5cbiAgICAgICAgICA8YXBwLWZhYi11cGxvYWQgbmFtZT1cInZvb3JhYW56aWNodFwiIFtjdXN0b21pZF09XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkJDQlByb2R1Y3RJbnN0YW5jZVZpZXdNb2RlbC5pZFwiPjwvYXBwLWZhYi11cGxvYWQ+XG4gICAgICAgICAgPGhyIC8+XG4gICAgICAgICAgPGFwcC1mYWItdXBsb2FkIG5hbWU9XCJyZWNodGVyYWFuemljaHRcIiBbY3VzdG9taWRdPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5CQ0JQcm9kdWN0SW5zdGFuY2VWaWV3TW9kZWwuaWRcIj48L2FwcC1mYWItdXBsb2FkPlxuICAgICAgICA8L21hdC10YWI+XG4gICAgICA8L21hdC10YWItZ3JvdXA+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBzdHlsZT1cIndpZHRoOiA1MCU7XCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIUZhYnJpa2FudGVuU2VydmljZS5TaG93VmFyaWFudHMoKVwiPlxuICAgICAgICA8YXBwLWZhYi1zdmctdmlld2VyPjwvYXBwLWZhYi1zdmctdmlld2VyPlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiRmFicmlrYW50ZW5TZXJ2aWNlLlNob3dWYXJpYW50cygpXCI+XG4gICAgICAgIDxkaXYgc3R5bGU9XCJwYWRkaW5nOiAxMHB4O1wiPlxuICAgICAgICAgIEVyIHppam4gbm9nIG1lZXJkZXJlIHZhcmlhbnRlbiB2YW4gZGl0IHByb2R1Y3QgZGllIHZvbGRvZW4gYWFuIGRlIGh1aWRpZ2UgZmlsdGVyIHNlbGVjdGllLiBWdWwgbWVlciBmaWx0ZXJzIG9tIGRlIHNlbGVjdGllIHRlIHNwZWNpZmljZXJlbi5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,49 @@
1
+ import { Component } from '@angular/core';
2
+ import { ClearCategoryRequest } from '../../../swagger/SwaggerClient';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../swagger/SwaggerClient";
5
+ import * as i2 from "@angular/common";
6
+ import * as i3 from "@angular/material/legacy-button";
7
+ import * as i4 from "@angular/material/legacy-card";
8
+ import * as i5 from "../beheer-nav/beheer-nav.component";
9
+ import * as i6 from "../../../components/fab-loader/fab-loader.component";
10
+ class BeheerCategoriesComponent {
11
+ CategoriesApiClient;
12
+ Loading = true;
13
+ CategoriesOverviewViewModel;
14
+ constructor(CategoriesApiClient) {
15
+ this.CategoriesApiClient = CategoriesApiClient;
16
+ }
17
+ ngOnInit() {
18
+ this.LoadCategories();
19
+ }
20
+ Clear(category) {
21
+ this.Loading = true;
22
+ var model = new ClearCategoryRequest();
23
+ model.categoryId = category.id;
24
+ this.CategoriesApiClient.clearCategory(model).subscribe(() => {
25
+ this.LoadCategories();
26
+ }, (error) => {
27
+ alert('An unexpected error occured');
28
+ this.Loading = false;
29
+ });
30
+ }
31
+ LoadCategories() {
32
+ this.Loading = true;
33
+ this.CategoriesApiClient.getCategoriesOverview().subscribe((model) => {
34
+ this.CategoriesOverviewViewModel = model;
35
+ this.Loading = false;
36
+ }, (error) => {
37
+ alert('An unexpected error occured');
38
+ this.Loading = false;
39
+ });
40
+ }
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerCategoriesComponent, deps: [{ token: i1.CategoriesApiClient }], target: i0.ɵɵFactoryTarget.Component });
42
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerCategoriesComponent, selector: "app-beheer-categories", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!Loading\">\n <mat-card>\n <mat-card-content>\n <table class=\"fullwidth\">\n <ng-container *ngFor=\"let categorie of CategoriesOverviewViewModel.categories\">\n <tr class=\"header\">\n <td colspan=\"3\">\n <div style=\"display: flex;\">\n {{ categorie.name }}\n <div style=\"flex: auto;\"></div>\n <button mat-raised-button (click)=\"Clear(categorie)\">\n Clear\n </button>\n </div>\n </td>\n </tr>\n <ng-container *ngFor=\"let subcategorie of categorie.subCategories\">\n <tr class=\"header2\">\n <td>&nbsp;</td>\n <td colspan=\"2\">{{ subcategorie.name }}</td>\n </tr>\n <tr *ngFor=\"let product of subcategorie.products\">\n <td>&nbsp;</td>\n <td>&nbsp;</td>\n <td>{{ product.name }}</td>\n </tr>\n <tr>\n <td>&nbsp;</td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of categorie.products\">\n <td></td>\n <td colspan=\"2\">{{ product.name }}</td>\n </tr>\n <tr>\n <td>&nbsp;</td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of CategoriesOverviewViewModel.products\">\n <td colspan=\"3\">{{ product.name }}</td>\n </tr>\n </table>\n </mat-card-content>\n </mat-card>\n \n</div>\n", styles: [".fullwidth{width:100%}.header td{border-bottom:2px solid #000}.header2 td{border-bottom:1px solid #000}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i4.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i4.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i5.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i6.FabLoaderComponent, selector: "app-fab-loader" }] });
43
+ }
44
+ export { BeheerCategoriesComponent };
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerCategoriesComponent, decorators: [{
46
+ type: Component,
47
+ args: [{ selector: 'app-beheer-categories', template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"Loading\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!Loading\">\n <mat-card>\n <mat-card-content>\n <table class=\"fullwidth\">\n <ng-container *ngFor=\"let categorie of CategoriesOverviewViewModel.categories\">\n <tr class=\"header\">\n <td colspan=\"3\">\n <div style=\"display: flex;\">\n {{ categorie.name }}\n <div style=\"flex: auto;\"></div>\n <button mat-raised-button (click)=\"Clear(categorie)\">\n Clear\n </button>\n </div>\n </td>\n </tr>\n <ng-container *ngFor=\"let subcategorie of categorie.subCategories\">\n <tr class=\"header2\">\n <td>&nbsp;</td>\n <td colspan=\"2\">{{ subcategorie.name }}</td>\n </tr>\n <tr *ngFor=\"let product of subcategorie.products\">\n <td>&nbsp;</td>\n <td>&nbsp;</td>\n <td>{{ product.name }}</td>\n </tr>\n <tr>\n <td>&nbsp;</td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of categorie.products\">\n <td></td>\n <td colspan=\"2\">{{ product.name }}</td>\n </tr>\n <tr>\n <td>&nbsp;</td>\n </tr>\n </ng-container>\n <tr *ngFor=\"let product of CategoriesOverviewViewModel.products\">\n <td colspan=\"3\">{{ product.name }}</td>\n </tr>\n </table>\n </mat-card-content>\n </mat-card>\n \n</div>\n", styles: [".fullwidth{width:100%}.header td{border-bottom:2px solid #000}.header2 td{border-bottom:1px solid #000}\n"] }]
48
+ }], ctorParameters: function () { return [{ type: i1.CategoriesApiClient }]; } });
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNhdGVnb3JpZXMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9iZWhlZXIvY29tcG9uZW50cy9iZWhlZXItY2F0ZWdvcmllcy9iZWhlZXItY2F0ZWdvcmllcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jYXRlZ29yaWVzL2JlaGVlci1jYXRlZ29yaWVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFvRCxvQkFBb0IsRUFBd0MsTUFBTSxnQ0FBZ0MsQ0FBQzs7Ozs7Ozs7QUFFOUosTUFLYSx5QkFBeUI7SUFNaEI7SUFKYixPQUFPLEdBQVksSUFBSSxDQUFDO0lBRXhCLDJCQUEyQixDQUE4QjtJQUVoRSxZQUFvQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtJQUFJLENBQUM7SUFFakUsUUFBUTtRQUNOLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRU0sS0FBSyxDQUFDLFFBQThDO1FBQ3pELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXBCLElBQUksS0FBSyxHQUFHLElBQUksb0JBQW9CLEVBQUUsQ0FBQztRQUN2QyxLQUFLLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQyxFQUFFLENBQUM7UUFFL0IsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQzNELElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN4QixDQUFDLEVBQUUsQ0FBQyxLQUFlLEVBQUUsRUFBRTtZQUNyQixLQUFLLENBQUMsNkJBQTZCLENBQUMsQ0FBQztZQUVyQyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztRQUN2QixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFTyxjQUFjO1FBQ3BCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBRXBCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQWtDLEVBQUUsRUFBRTtZQUNoRyxJQUFJLENBQUMsMkJBQTJCLEdBQUcsS0FBSyxDQUFDO1lBQ3pDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsRUFBRSxDQUFDLEtBQWUsRUFBRSxFQUFFO1lBQ3JCLEtBQUssQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO1lBRXJDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0F0Q1UseUJBQXlCOzRGQUF6Qix5QkFBeUIsNkRDUnRDLHNuREFvREE7O1NENUNhLHlCQUF5Qjs0RkFBekIseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENhdGVnb3JpZXNBcGlDbGllbnQsIENhdGVnb3JpZXNPdmVydmlld1ZpZXdNb2RlbCwgQ2xlYXJDYXRlZ29yeVJlcXVlc3QsIENhdGVnb3JpZXNPdmVydmlld0NhdGVnb3JpZVZpZXdNb2RlbCB9IGZyb20gJy4uLy4uLy4uL3N3YWdnZXIvU3dhZ2dlckNsaWVudCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1iZWhlZXItY2F0ZWdvcmllcycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1jYXRlZ29yaWVzLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItY2F0ZWdvcmllcy5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCZWhlZXJDYXRlZ29yaWVzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgcHVibGljIExvYWRpbmc6IGJvb2xlYW4gPSB0cnVlO1xyXG5cclxuICBwdWJsaWMgQ2F0ZWdvcmllc092ZXJ2aWV3Vmlld01vZGVsOiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWw7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgQ2F0ZWdvcmllc0FwaUNsaWVudDogQ2F0ZWdvcmllc0FwaUNsaWVudCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5Mb2FkQ2F0ZWdvcmllcygpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIENsZWFyKGNhdGVnb3J5OiBDYXRlZ29yaWVzT3ZlcnZpZXdDYXRlZ29yaWVWaWV3TW9kZWwpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdmFyIG1vZGVsID0gbmV3IENsZWFyQ2F0ZWdvcnlSZXF1ZXN0KCk7XHJcbiAgICBtb2RlbC5jYXRlZ29yeUlkID0gY2F0ZWdvcnkuaWQ7XHJcblxyXG4gICAgdGhpcy5DYXRlZ29yaWVzQXBpQ2xpZW50LmNsZWFyQ2F0ZWdvcnkobW9kZWwpLnN1YnNjcmliZSgoKSA9PiB7XHJcbiAgICAgIHRoaXMuTG9hZENhdGVnb3JpZXMoKTtcclxuICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgYWxlcnQoJ0FuIHVuZXhwZWN0ZWQgZXJyb3Igb2NjdXJlZCcpO1xyXG5cclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgTG9hZENhdGVnb3JpZXMoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG5cclxuICAgIHRoaXMuQ2F0ZWdvcmllc0FwaUNsaWVudC5nZXRDYXRlZ29yaWVzT3ZlcnZpZXcoKS5zdWJzY3JpYmUoKG1vZGVsOiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwpID0+IHtcclxuICAgICAgdGhpcy5DYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwgPSBtb2RlbDtcclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9LCAoZXJyb3I6IFJlc3BvbnNlKSA9PiB7XHJcbiAgICAgIGFsZXJ0KCdBbiB1bmV4cGVjdGVkIGVycm9yIG9jY3VyZWQnKTtcclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxhcHAtYmVoZWVyLW5hdj48L2FwcC1iZWhlZXItbmF2PlxuXG48ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxuICA8YXBwLWZhYi1sb2FkZXI+PC9hcHAtZmFiLWxvYWRlcj5cbjwvZGl2PlxuXG48ZGl2ICpuZ0lmPVwiIUxvYWRpbmdcIj5cbiAgPG1hdC1jYXJkPlxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxuICAgICAgPHRhYmxlIGNsYXNzPVwiZnVsbHdpZHRoXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGNhdGVnb3JpZSBvZiBDYXRlZ29yaWVzT3ZlcnZpZXdWaWV3TW9kZWwuY2F0ZWdvcmllc1wiPlxuICAgICAgICAgIDx0ciBjbGFzcz1cImhlYWRlclwiPlxuICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIzXCI+XG4gICAgICAgICAgICAgIDxkaXYgc3R5bGU9XCJkaXNwbGF5OiBmbGV4O1wiPlxuICAgICAgICAgICAgICAgIHt7IGNhdGVnb3JpZS5uYW1lIH19XG4gICAgICAgICAgICAgICAgPGRpdiBzdHlsZT1cImZsZXg6IGF1dG87XCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQ2xlYXIoY2F0ZWdvcmllKVwiPlxuICAgICAgICAgICAgICAgICAgQ2xlYXJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L3RkPlxuICAgICAgICAgIDwvdHI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgc3ViY2F0ZWdvcmllIG9mIGNhdGVnb3JpZS5zdWJDYXRlZ29yaWVzXCI+XG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXIyXCI+XG4gICAgICAgICAgICAgIDx0ZD4mbmJzcDs8L3RkPlxuICAgICAgICAgICAgICA8dGQgY29sc3Bhbj1cIjJcIj57eyBzdWJjYXRlZ29yaWUubmFtZSB9fTwvdGQ+XG4gICAgICAgICAgICA8L3RyPlxuICAgICAgICAgICAgPHRyICpuZ0Zvcj1cImxldCBwcm9kdWN0IG9mIHN1YmNhdGVnb3JpZS5wcm9kdWN0c1wiPlxuICAgICAgICAgICAgICA8dGQ+Jm5ic3A7PC90ZD5cbiAgICAgICAgICAgICAgPHRkPiZuYnNwOzwvdGQ+XG4gICAgICAgICAgICAgIDx0ZD57eyBwcm9kdWN0Lm5hbWUgfX08L3RkPlxuICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICAgIDx0cj5cbiAgICAgICAgICAgICAgPHRkPiZuYnNwOzwvdGQ+XG4gICAgICAgICAgICA8L3RyPlxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvZHVjdCBvZiBjYXRlZ29yaWUucHJvZHVjdHNcIj5cbiAgICAgICAgICAgIDx0ZD48L3RkPlxuICAgICAgICAgICAgPHRkIGNvbHNwYW49XCIyXCI+e3sgcHJvZHVjdC5uYW1lIH19PC90ZD5cbiAgICAgICAgICA8L3RyPlxuICAgICAgICAgIDx0cj5cbiAgICAgICAgICAgIDx0ZD4mbmJzcDs8L3RkPlxuICAgICAgICAgIDwvdHI+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICA8dHIgKm5nRm9yPVwibGV0IHByb2R1Y3Qgb2YgQ2F0ZWdvcmllc092ZXJ2aWV3Vmlld01vZGVsLnByb2R1Y3RzXCI+XG4gICAgICAgICAgPHRkIGNvbHNwYW49XCIzXCI+e3sgcHJvZHVjdC5uYW1lIH19PC90ZD5cbiAgICAgICAgPC90cj5cbiAgICAgIDwvdGFibGU+XG4gICAgPC9tYXQtY2FyZC1jb250ZW50PlxuICA8L21hdC1jYXJkPlxuICBcbjwvZGl2PlxuIl19
@@ -0,0 +1,59 @@
1
+ import { Component } from '@angular/core';
2
+ import { TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../services/bcbproductinstance.service";
5
+ import * as i2 from "../../../services/translate.service";
6
+ import * as i3 from "../../../services/fabrikanten.service";
7
+ import * as i4 from "../../../services/authentication.service";
8
+ import * as i5 from "@angular/router";
9
+ import * as i6 from "@angular/common";
10
+ import * as i7 from "@angular/material/legacy-button";
11
+ import * as i8 from "@angular/material/legacy-card";
12
+ import * as i9 from "../beheer-nav/beheer-nav.component";
13
+ import * as i10 from "../../../components/fab-loader/fab-loader.component";
14
+ import * as i11 from "../beheer-project/beheer-project.component";
15
+ class BeheerConfiguratorComponent {
16
+ BcbProductInstanceService;
17
+ TranslateService;
18
+ FabrikantenService;
19
+ authenticationService;
20
+ ActivatedRoute;
21
+ ChangeDetectorRef;
22
+ get TranslationCategory() {
23
+ return TranslationCategory;
24
+ }
25
+ get TranslationSubCategory() {
26
+ return TranslationSubCategory;
27
+ }
28
+ constructor(BcbProductInstanceService, TranslateService, FabrikantenService, authenticationService, ActivatedRoute, ChangeDetectorRef) {
29
+ this.BcbProductInstanceService = BcbProductInstanceService;
30
+ this.TranslateService = TranslateService;
31
+ this.FabrikantenService = FabrikantenService;
32
+ this.authenticationService = authenticationService;
33
+ this.ActivatedRoute = ActivatedRoute;
34
+ this.ChangeDetectorRef = ChangeDetectorRef;
35
+ this.FabrikantenService.ForceUpdate2D = true;
36
+ }
37
+ ngOnInit() {
38
+ this.TranslateService.LoadTranslations(this.ChangeDetectorRef, null, undefined);
39
+ this.BcbProductInstanceService.Init();
40
+ this.FabrikantenService.LoadFabrikantenViewModel(this.ChangeDetectorRef, this.ActivatedRoute);
41
+ }
42
+ IsLoading() {
43
+ if (this.BcbProductInstanceService.IsLoading()) {
44
+ return true;
45
+ }
46
+ if (this.TranslateService.Loading) {
47
+ return true;
48
+ }
49
+ return false;
50
+ }
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConfiguratorComponent, deps: [{ token: i1.BcbProductInstanceService }, { token: i2.TranslateService }, { token: i3.FabrikantenService }, { token: i4.AuthenticationService }, { token: i5.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerConfiguratorComponent, selector: "app-beheer-configurator", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!IsLoading()\" class=\"main-container\">\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel == null\">\n <mat-card-content>\n\n <h1>Projects</h1>\n\n <table style=\"width: 100%;\">\n <tr>\n <td class=\"border-bottom\" style=\"width: 20px;\"><b>Id</b></td>\n <td class=\"border-bottom\"><b>Name</b></td>\n <td class=\"border-bottom\"></td>\n <td class=\"border-bottom\"></td>\n </tr>\n <tr *ngFor=\"let project of BcbProductInstanceService.ConfigurationsViewModel.projects\">\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">{{ project.id }}</td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.name }}\n </td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.lastModified }}\n </td>\n <td style=\"width: 150px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.DeleteProject(project)\" style=\"width: 100%;\">\n Verwijderen\n </button>\n </td>\n </tr>\n </table>\n <br />\n <button mat-raised-button (click)=\"BcbProductInstanceService.CreateProject()\">\n Nieuw\n </button>\n </mat-card-content>\n </mat-card>\n\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel != null\">\n <mat-card-content>\n <app-beheer-project></app-beheer-project>\n </mat-card-content>\n </mat-card>\n</div>\n", styles: [".main-container{padding:10px}.border-bottom{border-bottom:1px solid #000}.selectable{cursor:pointer}.selectable:hover{background-color:#f0f0f0}.displayflex{display:flex}\n"], dependencies: [{ kind: "directive", type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i7.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i8.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i8.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i9.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i10.FabLoaderComponent, selector: "app-fab-loader" }, { kind: "component", type: i11.BeheerProjectComponent, selector: "app-beheer-project" }] });
53
+ }
54
+ export { BeheerConfiguratorComponent };
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConfiguratorComponent, decorators: [{
56
+ type: Component,
57
+ args: [{ selector: 'app-beheer-configurator', template: "<app-beheer-nav></app-beheer-nav>\n\n<div *ngIf=\"IsLoading()\">\n <app-fab-loader></app-fab-loader>\n</div>\n\n<div *ngIf=\"!IsLoading()\" class=\"main-container\">\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel == null\">\n <mat-card-content>\n\n <h1>Projects</h1>\n\n <table style=\"width: 100%;\">\n <tr>\n <td class=\"border-bottom\" style=\"width: 20px;\"><b>Id</b></td>\n <td class=\"border-bottom\"><b>Name</b></td>\n <td class=\"border-bottom\"></td>\n <td class=\"border-bottom\"></td>\n </tr>\n <tr *ngFor=\"let project of BcbProductInstanceService.ConfigurationsViewModel.projects\">\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">{{ project.id }}</td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.name }}\n </td>\n <td class=\"selectable\" (click)=\"BcbProductInstanceService.SelectProject(project)\">\n {{ project.lastModified }}\n </td>\n <td style=\"width: 150px;\">\n <button mat-raised-button (click)=\"BcbProductInstanceService.DeleteProject(project)\" style=\"width: 100%;\">\n Verwijderen\n </button>\n </td>\n </tr>\n </table>\n <br />\n <button mat-raised-button (click)=\"BcbProductInstanceService.CreateProject()\">\n Nieuw\n </button>\n </mat-card-content>\n </mat-card>\n\n <mat-card *ngIf=\"BcbProductInstanceService.ProjectViewModel != null\">\n <mat-card-content>\n <app-beheer-project></app-beheer-project>\n </mat-card-content>\n </mat-card>\n</div>\n", styles: [".main-container{padding:10px}.border-bottom{border-bottom:1px solid #000}.selectable{cursor:pointer}.selectable:hover{background-color:#f0f0f0}.displayflex{display:flex}\n"] }]
58
+ }], ctorParameters: function () { return [{ type: i1.BcbProductInstanceService }, { type: i2.TranslateService }, { type: i3.FabrikantenService }, { type: i4.AuthenticationService }, { type: i5.ActivatedRoute }, { type: i0.ChangeDetectorRef }]; } });
59
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25maWd1cmF0b3IvYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25maWd1cmF0b3IvYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUE2QixNQUFNLGVBQWUsQ0FBQztBQU9yRSxPQUFPLEVBQW1QLG1CQUFtQixFQUFFLHNCQUFzQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7Ozs7QUFFOVUsTUFLYSwyQkFBMkI7SUFXN0I7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBZFQsSUFBVyxtQkFBbUI7UUFDNUIsT0FBTyxtQkFBbUIsQ0FBQztJQUM3QixDQUFDO0lBRUQsSUFBVyxzQkFBc0I7UUFDL0IsT0FBTyxzQkFBc0IsQ0FBQztJQUNoQyxDQUFDO0lBRUQsWUFDUyx5QkFBb0QsRUFDcEQsZ0JBQWtDLEVBQ2xDLGtCQUFzQyxFQUN0QyxxQkFBNEMsRUFDNUMsY0FBOEIsRUFDOUIsaUJBQW9DO1FBTHBDLDhCQUF5QixHQUF6Qix5QkFBeUIsQ0FBMkI7UUFDcEQscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNsQyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO1FBQ3RDLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFDNUMsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzlCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDM0MsSUFBSSxDQUFDLGtCQUFrQixDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7SUFDL0MsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsZ0JBQWdCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUNoRixJQUFJLENBQUMseUJBQXlCLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdEMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLHdCQUF3QixDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUM7SUFDaEcsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUM5QyxPQUFPLElBQUksQ0FBQztTQUNiO1FBRUQsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFO1lBQ2pDLE9BQU8sSUFBSSxDQUFDO1NBQ2I7UUFFRCxPQUFPLEtBQUssQ0FBQztJQUNmLENBQUM7d0dBcENVLDJCQUEyQjs0RkFBM0IsMkJBQTJCLCtEQ2R4Qyw4c0RBK0NBOztTRGpDYSwyQkFBMkI7NEZBQTNCLDJCQUEyQjtrQkFMdkMsU0FBUzsrQkFDRSx5QkFBeUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENoYW5nZURldGVjdG9yUmVmLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEF1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2F1dGhlbnRpY2F0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdHJhbnNsYXRlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBGYWJyaWthbnRlblNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9mYWJyaWthbnRlbi5zZXJ2aWNlJztcclxuaW1wb3J0IHsgQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2JjYnByb2R1Y3RpbnN0YW5jZS5zZXJ2aWNlJztcclxuXHJcbmltcG9ydCB7IFByb2plY3RWaWV3TW9kZWwsIENyZWF0ZU5ld1Byb2plY3RSZXF1ZXN0TW9kZWwsIERlbGV0ZVByb2plY3RSZXF1ZXN0TW9kZWwsIERlbGV0ZUJDQlByb2R1Y3RJbnN0YW5jZVJlcXVlc3RNb2RlbCwgQkNCUHJvZHVjdEluc3RhbmNlVmlld01vZGVsLCBDb25maWd1cmF0b3JBcGlDbGllbnQsIENvbmZpZ3VyYXRpb25zVmlld01vZGVsLCBHZXRDb25maWd1cmF0aW9uc1JlcXVlc3RNb2RlbCwgTG9naW5SZXNwb25zZU1vZGVsLCBUcmFuc2xhdGlvbkNhdGVnb3J5LCBUcmFuc2xhdGlvblN1YkNhdGVnb3J5IH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1jb25maWd1cmF0b3InLFxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWNvbmZpZ3VyYXRvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JlaGVlci1jb25maWd1cmF0b3IuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBCZWhlZXJDb25maWd1cmF0b3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBnZXQgVHJhbnNsYXRpb25DYXRlZ29yeSgpIHtcclxuICAgIHJldHVybiBUcmFuc2xhdGlvbkNhdGVnb3J5O1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBUcmFuc2xhdGlvblN1YkNhdGVnb3J5KCkge1xyXG4gICAgcmV0dXJuIFRyYW5zbGF0aW9uU3ViQ2F0ZWdvcnk7XHJcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlOiBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLFxuICAgIHB1YmxpYyBUcmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICAgIHB1YmxpYyBGYWJyaWthbnRlblNlcnZpY2U6IEZhYnJpa2FudGVuU2VydmljZSxcbiAgICBwdWJsaWMgYXV0aGVudGljYXRpb25TZXJ2aWNlOiBBdXRoZW50aWNhdGlvblNlcnZpY2UsXG4gICAgcHVibGljIEFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcbiAgICBwdWJsaWMgQ2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuRm9yY2VVcGRhdGUyRCA9IHRydWU7XHJcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxvYWRUcmFuc2xhdGlvbnModGhpcy5DaGFuZ2VEZXRlY3RvclJlZiwgbnVsbCwgdW5kZWZpbmVkKTtcclxuICAgIHRoaXMuQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jbml0KCk7XHJcbiAgICB0aGlzLkZhYnJpa2FudGVuU2VydmljZS5Mb2FkRmFicmlrYW50ZW5WaWV3TW9kZWwodGhpcy5DaGFuZ2VEZXRlY3RvclJlZiwgdGhpcy5BY3RpdmF0ZWRSb3V0ZSk7XHJcbiAgfVxuXG4gIHB1YmxpYyBJc0xvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgaWYgKHRoaXMuQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Jc0xvYWRpbmcoKSkge1xuICAgICAgcmV0dXJuIHRydWU7XHJcbiAgICB9XG5cbiAgICBpZiAodGhpcy5UcmFuc2xhdGVTZXJ2aWNlLkxvYWRpbmcpIHtcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgfVxuXG4gICAgcmV0dXJuIGZhbHNlO1xyXG4gIH1cbn1cbiIsIjxhcHAtYmVoZWVyLW5hdj48L2FwcC1iZWhlZXItbmF2PlxuXG48ZGl2ICpuZ0lmPVwiSXNMb2FkaW5nKClcIj5cbiAgPGFwcC1mYWItbG9hZGVyPjwvYXBwLWZhYi1sb2FkZXI+XG48L2Rpdj5cblxuPGRpdiAqbmdJZj1cIiFJc0xvYWRpbmcoKVwiIGNsYXNzPVwibWFpbi1jb250YWluZXJcIj5cbiAgPG1hdC1jYXJkICpuZ0lmPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5Qcm9qZWN0Vmlld01vZGVsID09IG51bGxcIj5cbiAgICA8bWF0LWNhcmQtY29udGVudD5cblxuICAgICAgPGgxPlByb2plY3RzPC9oMT5cblxuICAgICAgPHRhYmxlIHN0eWxlPVwid2lkdGg6IDEwMCU7XCI+XG4gICAgICAgIDx0cj5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJib3JkZXItYm90dG9tXCIgc3R5bGU9XCJ3aWR0aDogMjBweDtcIj48Yj5JZDwvYj48L3RkPlxuICAgICAgICAgIDx0ZCBjbGFzcz1cImJvcmRlci1ib3R0b21cIj48Yj5OYW1lPC9iPjwvdGQ+XG4gICAgICAgICAgPHRkIGNsYXNzPVwiYm9yZGVyLWJvdHRvbVwiPjwvdGQ+XG4gICAgICAgICAgPHRkIGNsYXNzPVwiYm9yZGVyLWJvdHRvbVwiPjwvdGQ+XG4gICAgICAgIDwvdHI+XG4gICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvamVjdCBvZiBCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLkNvbmZpZ3VyYXRpb25zVmlld01vZGVsLnByb2plY3RzXCI+XG4gICAgICAgICAgPHRkIGNsYXNzPVwic2VsZWN0YWJsZVwiIChjbGljayk9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLlNlbGVjdFByb2plY3QocHJvamVjdClcIj57eyBwcm9qZWN0LmlkIH19PC90ZD5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJzZWxlY3RhYmxlXCIgKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2VsZWN0UHJvamVjdChwcm9qZWN0KVwiPlxuICAgICAgICAgICAge3sgcHJvamVjdC5uYW1lIH19XG4gICAgICAgICAgPC90ZD5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJzZWxlY3RhYmxlXCIgKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuU2VsZWN0UHJvamVjdChwcm9qZWN0KVwiPlxuICAgICAgICAgICAge3sgcHJvamVjdC5sYXN0TW9kaWZpZWQgfX1cbiAgICAgICAgICA8L3RkPlxuICAgICAgICAgIDx0ZCBzdHlsZT1cIndpZHRoOiAxNTBweDtcIj5cbiAgICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gKGNsaWNrKT1cIkJjYlByb2R1Y3RJbnN0YW5jZVNlcnZpY2UuRGVsZXRlUHJvamVjdChwcm9qZWN0KVwiIHN0eWxlPVwid2lkdGg6IDEwMCU7XCI+XG4gICAgICAgICAgICAgIFZlcndpamRlcmVuXG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICA8L3RkPlxuICAgICAgICA8L3RyPlxuICAgICAgPC90YWJsZT5cbiAgICAgIDxiciAvPlxuICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmNiUHJvZHVjdEluc3RhbmNlU2VydmljZS5DcmVhdGVQcm9qZWN0KClcIj5cbiAgICAgICAgTmlldXdcbiAgICAgIDwvYnV0dG9uPlxuICAgIDwvbWF0LWNhcmQtY29udGVudD5cbiAgPC9tYXQtY2FyZD5cblxuICA8bWF0LWNhcmQgKm5nSWY9XCJCY2JQcm9kdWN0SW5zdGFuY2VTZXJ2aWNlLlByb2plY3RWaWV3TW9kZWwgIT0gbnVsbFwiPlxuICAgIDxtYXQtY2FyZC1jb250ZW50PlxuICAgICAgPGFwcC1iZWhlZXItcHJvamVjdD48L2FwcC1iZWhlZXItcHJvamVjdD5cbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XG4gIDwvbWF0LWNhcmQ+XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,75 @@
1
+ import { Component, Inject } from '@angular/core';
2
+ import { MAT_LEGACY_DIALOG_DATA as MAT_DIALOG_DATA } from '@angular/material/legacy-dialog';
3
+ import { CreateCategoryRequest } from '../../../swagger/SwaggerClient';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/material/legacy-dialog";
6
+ import * as i2 from "../../../swagger/SwaggerClient";
7
+ import * as i3 from "../../../services/products.service";
8
+ import * as i4 from "@angular/common";
9
+ import * as i5 from "@angular/material/legacy-form-field";
10
+ import * as i6 from "@angular/material/legacy-input";
11
+ import * as i7 from "@angular/forms";
12
+ import * as i8 from "@angular/material/legacy-button";
13
+ import * as i9 from "@angular/material/legacy-tabs";
14
+ import * as i10 from "@angular/material/legacy-select";
15
+ import * as i11 from "@angular/material/legacy-core";
16
+ import * as i12 from "../../../components/fab-loader/fab-loader.component";
17
+ class BeheerConnectCategoryDialogComponent {
18
+ dialogRef;
19
+ data;
20
+ CategoriesApiClient;
21
+ ProductsService;
22
+ Loading = true;
23
+ CategoryName = "";
24
+ CategoriesViewModel;
25
+ constructor(dialogRef, data, CategoriesApiClient, ProductsService) {
26
+ this.dialogRef = dialogRef;
27
+ this.data = data;
28
+ this.CategoriesApiClient = CategoriesApiClient;
29
+ this.ProductsService = ProductsService;
30
+ }
31
+ ngOnInit() {
32
+ this.LoadCategories();
33
+ }
34
+ Nieuw() {
35
+ this.Loading = true;
36
+ var requestcategory = new CreateCategoryRequest();
37
+ requestcategory.name = this.CategoryName;
38
+ this.CategoriesApiClient.createCategory(requestcategory).subscribe((model) => {
39
+ this.Loading = false;
40
+ this.dialogRef.close(model.id);
41
+ }, (error) => {
42
+ alert('An unexpected error occured');
43
+ this.Loading = false;
44
+ });
45
+ }
46
+ Bestaand() {
47
+ this.dialogRef.close(this.ProductsService.CategorySelected);
48
+ }
49
+ LoadCategories() {
50
+ this.Loading = true;
51
+ this.CategoriesApiClient.getCategoriesViewModel().subscribe((model) => {
52
+ this.CategoriesViewModel = model;
53
+ if (this.CategoriesViewModel.categories != null && this.ProductsService.CategorySelected == null) {
54
+ if (this.CategoriesViewModel.categories.length > 0) {
55
+ this.ProductsService.CategorySelected = this.CategoriesViewModel.categories[0].id;
56
+ }
57
+ }
58
+ this.Loading = false;
59
+ }, (error) => {
60
+ alert('An unexpected error occured');
61
+ this.Loading = false;
62
+ });
63
+ }
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConnectCategoryDialogComponent, deps: [{ token: i1.MatLegacyDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2.CategoriesApiClient }, { token: i3.ProductsService }], target: i0.ɵɵFactoryTarget.Component });
65
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerConnectCategoryDialogComponent, selector: "app-beheer-connect-category-dialog", ngImport: i0, template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Bestaand\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.CategorySelected\">\r\n <mat-option *ngFor=\"let category of CategoriesViewModel.categories\" [value]=\"category.id\">\r\n {{category.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Bestaand()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuw\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"CategoryName\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Nieuw()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n </mat-tab-group>\r\n</div>\r\n", styles: [".tool-bar{padding:2px}\n"], dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i8.MatLegacyButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i9.MatLegacyTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i9.MatLegacyTab, selector: "mat-tab", inputs: ["disabled"], exportAs: ["matTab"] }, { kind: "component", type: i10.MatLegacySelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i11.MatLegacyOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i12.FabLoaderComponent, selector: "app-fab-loader" }] });
66
+ }
67
+ export { BeheerConnectCategoryDialogComponent };
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerConnectCategoryDialogComponent, decorators: [{
69
+ type: Component,
70
+ args: [{ selector: 'app-beheer-connect-category-dialog', template: "<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\">\r\n <mat-tab-group>\r\n <mat-tab label=\"Bestaand\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Category</mat-label>\r\n <mat-select [(ngModel)]=\"ProductsService.CategorySelected\">\r\n <mat-option *ngFor=\"let category of CategoriesViewModel.categories\" [value]=\"category.id\">\r\n {{category.name}}\r\n </mat-option>\r\n </mat-select>\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Bestaand()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n <mat-tab label=\"Nieuw\">\r\n <div class=\"bar\">\r\n <mat-form-field appearance=\"fill\" class=\"full-width\">\r\n <mat-label>Naam</mat-label>\r\n <input matInput [(ngModel)]=\"CategoryName\">\r\n </mat-form-field>\r\n </div>\r\n\r\n <div class=\"bar tool-bar\">\r\n <button mat-raised-button (click)=\"Nieuw()\">Toevoegen</button>\r\n </div>\r\n </mat-tab>\r\n </mat-tab-group>\r\n</div>\r\n", styles: [".tool-bar{padding:2px}\n"] }]
71
+ }], ctorParameters: function () { return [{ type: i1.MatLegacyDialogRef }, { type: undefined, decorators: [{
72
+ type: Inject,
73
+ args: [MAT_DIALOG_DATA]
74
+ }] }, { type: i2.CategoriesApiClient }, { type: i3.ProductsService }]; } });
75
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy9iZWhlZXItY29ubmVjdC1jYXRlZ29yeS1kaWFsb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDMUQsT0FBTyxFQUFzQyxzQkFBc0IsSUFBSSxlQUFlLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUNoSSxPQUFPLEVBQTRDLHFCQUFxQixFQUEwQixNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7OztBQUd6SSxNQUthLG9DQUFvQztJQVN0QztJQUN5QjtJQUN4QjtJQUNEO0lBVkYsT0FBTyxHQUFZLElBQUksQ0FBQztJQUV4QixZQUFZLEdBQVcsRUFBRSxDQUFDO0lBRTFCLG1CQUFtQixDQUFzQjtJQUVoRCxZQUNTLFNBQTZELEVBQ3BDLElBQVMsRUFDakMsbUJBQXdDLEVBQ3pDLGVBQWdDO1FBSGhDLGNBQVMsR0FBVCxTQUFTLENBQW9EO1FBQ3BDLFNBQUksR0FBSixJQUFJLENBQUs7UUFDakMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtRQUN6QyxvQkFBZSxHQUFmLGVBQWUsQ0FBaUI7SUFDekMsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDeEIsQ0FBQztJQUVNLEtBQUs7UUFDVixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUVwQixJQUFJLGVBQWUsR0FBMEIsSUFBSSxxQkFBcUIsRUFBRSxDQUFDO1FBRXpFLGVBQWUsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQztRQUV6QyxJQUFJLENBQUMsbUJBQW1CLENBQUMsY0FBYyxDQUFDLGVBQWUsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQTZCLEVBQUUsRUFBRTtZQUVqRyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUVyQixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbkMsQ0FBQyxFQUFFLENBQUMsS0FBZSxFQUFFLEVBQUU7WUFDckIsS0FBSyxDQUFDLDZCQUE2QixDQUFDLENBQUM7WUFFckMsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7UUFDdkIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU0sUUFBUTtRQUNiLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztJQUM5RCxDQUFDO0lBRU8sY0FBYztRQUNwQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUVwQixJQUFJLENBQUMsbUJBQW1CLENBQUMsc0JBQXNCLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUEwQixFQUFFLEVBQUU7WUFDekYsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztZQUVqQyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLElBQUksSUFBSSxJQUFJLElBQUksQ0FBQyxlQUFlLENBQUMsZ0JBQWdCLElBQUksSUFBSSxFQUFFO2dCQUNoRyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUMsTUFBTSxHQUFHLENBQUMsRUFBRTtvQkFDbEQsSUFBSSxDQUFDLGVBQWUsQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztpQkFDbkY7YUFDRjtZQUVELElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsRUFBRSxDQUFDLEtBQWUsRUFBRSxFQUFFO1lBQ3JCLEtBQUssQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO1lBRXJDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3ZCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzt3R0E1RFUsb0NBQW9DLG9EQVVyQyxlQUFlOzRGQVZkLG9DQUFvQywwRUNWakQsOHRDQW9DQTs7U0QxQmEsb0NBQW9DOzRGQUFwQyxvQ0FBb0M7a0JBTGhELFNBQVM7K0JBQ0Usb0NBQW9DOzswQkFjM0MsTUFBTTsyQkFBQyxlQUFlIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3QsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRMZWdhY3lEaWFsb2dSZWYgYXMgTWF0RGlhbG9nUmVmLCBNQVRfTEVHQUNZX0RJQUxPR19EQVRBIGFzIE1BVF9ESUFMT0dfREFUQSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1kaWFsb2cnO1xyXG5pbXBvcnQgeyBDYXRlZ29yaWVzQXBpQ2xpZW50LCBDYXRlZ29yaWVzVmlld01vZGVsLCBDcmVhdGVDYXRlZ29yeVJlcXVlc3QsIENyZWF0ZUNhdGVnb3J5UmVzcG9uc2UgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5pbXBvcnQgeyBQcm9kdWN0c1NlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9wcm9kdWN0cy5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1jb25uZWN0LWNhdGVnb3J5LWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLWNvbm5lY3QtY2F0ZWdvcnktZGlhbG9nLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEJlaGVlckNvbm5lY3RDYXRlZ29yeURpYWxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIHB1YmxpYyBMb2FkaW5nOiBib29sZWFuID0gdHJ1ZTtcclxuXHJcbiAgcHVibGljIENhdGVnb3J5TmFtZTogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgcHVibGljIENhdGVnb3JpZXNWaWV3TW9kZWw6IENhdGVnb3JpZXNWaWV3TW9kZWw7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGRpYWxvZ1JlZjogTWF0RGlhbG9nUmVmPEJlaGVlckNvbm5lY3RDYXRlZ29yeURpYWxvZ0NvbXBvbmVudD4sXHJcbiAgICBASW5qZWN0KE1BVF9ESUFMT0dfREFUQSkgcHVibGljIGRhdGE6IGFueSxcclxuICAgIHByaXZhdGUgQ2F0ZWdvcmllc0FwaUNsaWVudDogQ2F0ZWdvcmllc0FwaUNsaWVudCxcclxuICAgIHB1YmxpYyBQcm9kdWN0c1NlcnZpY2U6IFByb2R1Y3RzU2VydmljZSkge1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRDYXRlZ29yaWVzKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgTmlldXcoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG5cclxuICAgIHZhciByZXF1ZXN0Y2F0ZWdvcnk6IENyZWF0ZUNhdGVnb3J5UmVxdWVzdCA9IG5ldyBDcmVhdGVDYXRlZ29yeVJlcXVlc3QoKTtcclxuXHJcbiAgICByZXF1ZXN0Y2F0ZWdvcnkubmFtZSA9IHRoaXMuQ2F0ZWdvcnlOYW1lO1xyXG5cclxuICAgIHRoaXMuQ2F0ZWdvcmllc0FwaUNsaWVudC5jcmVhdGVDYXRlZ29yeShyZXF1ZXN0Y2F0ZWdvcnkpLnN1YnNjcmliZSgobW9kZWw6IENyZWF0ZUNhdGVnb3J5UmVzcG9uc2UpID0+IHtcclxuXHJcbiAgICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcblxyXG4gICAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKG1vZGVsLmlkKTtcclxuICAgIH0sIChlcnJvcjogUmVzcG9uc2UpID0+IHtcclxuICAgICAgYWxlcnQoJ0FuIHVuZXhwZWN0ZWQgZXJyb3Igb2NjdXJlZCcpO1xyXG5cclxuICAgICAgdGhpcy5Mb2FkaW5nID0gZmFsc2U7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBCZXN0YWFuZCgpOiB2b2lkIHtcclxuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkNhdGVnb3J5U2VsZWN0ZWQpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBMb2FkQ2F0ZWdvcmllcygpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZGluZyA9IHRydWU7XHJcblxyXG4gICAgdGhpcy5DYXRlZ29yaWVzQXBpQ2xpZW50LmdldENhdGVnb3JpZXNWaWV3TW9kZWwoKS5zdWJzY3JpYmUoKG1vZGVsOiBDYXRlZ29yaWVzVmlld01vZGVsKSA9PiB7XHJcbiAgICAgIHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbCA9IG1vZGVsO1xyXG5cclxuICAgICAgaWYgKHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbC5jYXRlZ29yaWVzICE9IG51bGwgJiYgdGhpcy5Qcm9kdWN0c1NlcnZpY2UuQ2F0ZWdvcnlTZWxlY3RlZCA9PSBudWxsKSB7XHJcbiAgICAgICAgaWYgKHRoaXMuQ2F0ZWdvcmllc1ZpZXdNb2RlbC5jYXRlZ29yaWVzLmxlbmd0aCA+IDApIHtcclxuICAgICAgICAgIHRoaXMuUHJvZHVjdHNTZXJ2aWNlLkNhdGVnb3J5U2VsZWN0ZWQgPSB0aGlzLkNhdGVnb3JpZXNWaWV3TW9kZWwuY2F0ZWdvcmllc1swXS5pZDtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIHRoaXMuTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgfSwgKGVycm9yOiBSZXNwb25zZSkgPT4ge1xyXG4gICAgICBhbGVydCgnQW4gdW5leHBlY3RlZCBlcnJvciBvY2N1cmVkJyk7XHJcblxyXG4gICAgICB0aGlzLkxvYWRpbmcgPSBmYWxzZTtcclxuICAgIH0pO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxyXG4gIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxyXG48L2Rpdj5cclxuXHJcbjxkaXYgKm5nSWY9XCIhTG9hZGluZ1wiPlxyXG4gIDxtYXQtdGFiLWdyb3VwPlxyXG4gICAgPG1hdC10YWIgbGFiZWw9XCJCZXN0YWFuZFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyXCI+XHJcbiAgICAgICAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJmaWxsXCIgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgICA8bWF0LWxhYmVsPkNhdGVnb3J5PC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8bWF0LXNlbGVjdCBbKG5nTW9kZWwpXT1cIlByb2R1Y3RzU2VydmljZS5DYXRlZ29yeVNlbGVjdGVkXCI+XHJcbiAgICAgICAgICAgIDxtYXQtb3B0aW9uICpuZ0Zvcj1cImxldCBjYXRlZ29yeSBvZiBDYXRlZ29yaWVzVmlld01vZGVsLmNhdGVnb3JpZXNcIiBbdmFsdWVdPVwiY2F0ZWdvcnkuaWRcIj5cclxuICAgICAgICAgICAgICB7e2NhdGVnb3J5Lm5hbWV9fVxyXG4gICAgICAgICAgICA8L21hdC1vcHRpb24+XHJcbiAgICAgICAgICA8L21hdC1zZWxlY3Q+XHJcbiAgICAgICAgPC9tYXQtZm9ybS1maWVsZD5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYmFyIHRvb2wtYmFyXCI+XHJcbiAgICAgICAgPGJ1dHRvbiBtYXQtcmFpc2VkLWJ1dHRvbiAoY2xpY2spPVwiQmVzdGFhbmQoKVwiPlRvZXZvZWdlbjwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvbWF0LXRhYj5cclxuICAgIDxtYXQtdGFiIGxhYmVsPVwiTmlldXdcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImJhclwiPlxyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwiZmlsbFwiIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgICAgPG1hdC1sYWJlbD5OYWFtPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgICA8aW5wdXQgbWF0SW5wdXQgWyhuZ01vZGVsKV09XCJDYXRlZ29yeU5hbWVcIj5cclxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxyXG4gICAgICA8L2Rpdj5cclxuXHJcbiAgICAgIDxkaXYgY2xhc3M9XCJiYXIgdG9vbC1iYXJcIj5cclxuICAgICAgICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIChjbGljayk9XCJOaWV1dygpXCI+VG9ldm9lZ2VuPC9idXR0b24+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9tYXQtdGFiPlxyXG4gIDwvbWF0LXRhYi1ncm91cD5cclxuPC9kaXY+XHJcbiJdfQ==
@@ -0,0 +1,54 @@
1
+ import { Component } from '@angular/core';
2
+ import { DeeplinkRequest, LoginResponseModel } from '../../../swagger/SwaggerClient';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../swagger/SwaggerClient";
5
+ import * as i2 from "../../../services/authentication.service";
6
+ import * as i3 from "@angular/common";
7
+ import * as i4 from "@angular/material/legacy-form-field";
8
+ import * as i5 from "@angular/material/legacy-input";
9
+ import * as i6 from "@angular/forms";
10
+ import * as i7 from "@angular/material/legacy-card";
11
+ import * as i8 from "../beheer-nav/beheer-nav.component";
12
+ import * as i9 from "../../../components/fab-loader/fab-loader.component";
13
+ class BeheerDeeplinkComponent {
14
+ ProductsApiClient;
15
+ authenticationService;
16
+ ChangeDetectorRef;
17
+ Loading = true;
18
+ DeeplinkViewModel;
19
+ URL = "";
20
+ constructor(ProductsApiClient, authenticationService, ChangeDetectorRef) {
21
+ this.ProductsApiClient = ProductsApiClient;
22
+ this.authenticationService = authenticationService;
23
+ this.ChangeDetectorRef = ChangeDetectorRef;
24
+ this.URL = window.location.origin;
25
+ }
26
+ ngOnInit() {
27
+ this.LoadModel();
28
+ }
29
+ GetLink(language, product) {
30
+ return this.URL + "/" + language + "/product/" + product.productURLName;
31
+ }
32
+ GetLinkCategory(language, category) {
33
+ return this.URL + "/" + language + "/" + category;
34
+ }
35
+ LoadModel() {
36
+ this.Loading = true;
37
+ this.ChangeDetectorRef.detectChanges();
38
+ var request = new DeeplinkRequest();
39
+ request.loginResponseModel = new LoginResponseModel(this.authenticationService.currentUserValue);
40
+ this.ProductsApiClient.getDeeplinkViewModel(request).subscribe((model) => {
41
+ this.DeeplinkViewModel = model;
42
+ this.Loading = false;
43
+ this.ChangeDetectorRef.detectChanges();
44
+ });
45
+ }
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDeeplinkComponent, deps: [{ token: i1.ProductsApiClient }, { token: i2.AuthenticationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
47
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerDeeplinkComponent, selector: "app-beheer-deeplink", ngImport: i0, template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\" class=\"main-window\">\r\n <mat-card>\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Filter</td>\r\n <td>Option</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let filter of DeeplinkViewModel.filters\">\r\n <tr class=\"header\">\r\n <td>\r\n {{ filter.filterName }}\r\n </td>\r\n <td></td>\r\n </tr>\r\n <tr *ngFor=\"let option of filter.optionURLNames\">\r\n <td></td>\r\n <td>{{ option }}</td>\r\n <!--<td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>-->\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <mat-form-field class=\"full-width\">\r\n <mat-label>URL</mat-label>\r\n <input matInput [(ngModel)]=\"URL\">\r\n </mat-form-field>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Category</td>\r\n <td>Link</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let category of DeeplinkViewModel.categories\">\r\n <tr>\r\n <td>\r\n {{ category }}\r\n </td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLinkCategory(language, category) }}\" target=\"_blank\">\r\n {{ GetLinkCategory(language, category) }}\r\n </a>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Naam</td>\r\n <td>URL Naam</td>\r\n <td>URL</td>\r\n </tr>\r\n <tr *ngFor=\"let product of DeeplinkViewModel.products\">\r\n <td>{{ product.productName }}</td>\r\n <td>{{ product.productURLName }}</td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".main-window{padding:5px}.full-width{width:100%}.header{font-weight:700}.header td{border-bottom:1px solid #000}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i5.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "directive", type: i6.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i7.MatLegacyCard, selector: "mat-card", exportAs: ["matCard"] }, { kind: "directive", type: i7.MatLegacyCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { kind: "component", type: i8.BeheerNavComponent, selector: "app-beheer-nav" }, { kind: "component", type: i9.FabLoaderComponent, selector: "app-fab-loader" }] });
48
+ }
49
+ export { BeheerDeeplinkComponent };
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDeeplinkComponent, decorators: [{
51
+ type: Component,
52
+ args: [{ selector: 'app-beheer-deeplink', template: "<app-beheer-nav></app-beheer-nav>\r\n\r\n<div *ngIf=\"Loading\">\r\n <app-fab-loader></app-fab-loader>\r\n</div>\r\n\r\n<div *ngIf=\"!Loading\" class=\"main-window\">\r\n <mat-card>\r\n <mat-card-content>\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Filter</td>\r\n <td>Option</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let filter of DeeplinkViewModel.filters\">\r\n <tr class=\"header\">\r\n <td>\r\n {{ filter.filterName }}\r\n </td>\r\n <td></td>\r\n </tr>\r\n <tr *ngFor=\"let option of filter.optionURLNames\">\r\n <td></td>\r\n <td>{{ option }}</td>\r\n <!--<td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>-->\r\n </tr>\r\n </ng-container>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n <br />\r\n <mat-card>\r\n <mat-card-content>\r\n <mat-form-field class=\"full-width\">\r\n <mat-label>URL</mat-label>\r\n <input matInput [(ngModel)]=\"URL\">\r\n </mat-form-field>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Category</td>\r\n <td>Link</td>\r\n <!--<td>URL</td>-->\r\n </tr>\r\n <ng-container *ngFor=\"let category of DeeplinkViewModel.categories\">\r\n <tr>\r\n <td>\r\n {{ category }}\r\n </td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLinkCategory(language, category) }}\" target=\"_blank\">\r\n {{ GetLinkCategory(language, category) }}\r\n </a>\r\n </div>\r\n </td>\r\n </tr>\r\n </ng-container>\r\n </table>\r\n\r\n <table class=\"full-width\">\r\n <tr class=\"header\">\r\n <td>Naam</td>\r\n <td>URL Naam</td>\r\n <td>URL</td>\r\n </tr>\r\n <tr *ngFor=\"let product of DeeplinkViewModel.products\">\r\n <td>{{ product.productName }}</td>\r\n <td>{{ product.productURLName }}</td>\r\n <td>\r\n <div *ngFor=\"let language of DeeplinkViewModel.languages\">\r\n <a href=\"{{ GetLink(language, product) }}\" target=\"_blank\">{{ GetLink(language, product) }}</a>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n </mat-card-content>\r\n </mat-card>\r\n</div>\r\n", styles: [".main-window{padding:5px}.full-width{width:100%}.header{font-weight:700}.header td{border-bottom:1px solid #000}\n"] }]
53
+ }], ctorParameters: function () { return [{ type: i1.ProductsApiClient }, { type: i2.AuthenticationService }, { type: i0.ChangeDetectorRef }]; } });
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWRlZXBsaW5rLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWRlZXBsaW5rL2JlaGVlci1kZWVwbGluay5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1kZWVwbGluay9iZWhlZXItZGVlcGxpbmsuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFxQixTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFckUsT0FBTyxFQUFxQixlQUFlLEVBQStDLGtCQUFrQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7Ozs7Ozs7Ozs7O0FBRXJKLE1BS2EsdUJBQXVCO0lBT3hCO0lBQ0E7SUFDQTtJQVBILE9BQU8sR0FBWSxJQUFJLENBQUM7SUFDeEIsaUJBQWlCLENBQW9CO0lBQ3JDLEdBQUcsR0FBVyxFQUFFLENBQUM7SUFFeEIsWUFDVSxpQkFBb0MsRUFDcEMscUJBQTRDLEVBQzVDLGlCQUFvQztRQUZwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO1FBQ3BDLDBCQUFxQixHQUFyQixxQkFBcUIsQ0FBdUI7UUFDNUMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUU1QyxJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDO0lBQ3BDLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ25CLENBQUM7SUFFTSxPQUFPLENBQUMsUUFBZ0IsRUFBRSxPQUFpQztRQUNoRSxPQUFPLElBQUksQ0FBQyxHQUFHLEdBQUcsR0FBRyxHQUFHLFFBQVEsR0FBRyxXQUFXLEdBQUcsT0FBTyxDQUFDLGNBQWMsQ0FBQztJQUMxRSxDQUFDO0lBRU0sZUFBZSxDQUFDLFFBQWdCLEVBQUUsUUFBZ0I7UUFDdkQsT0FBTyxJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsR0FBRyxRQUFRLEdBQUcsR0FBRyxHQUFHLFFBQVEsQ0FBQztJQUNwRCxDQUFDO0lBRU8sU0FBUztRQUNmLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUV2QyxJQUFJLE9BQU8sR0FBRyxJQUFJLGVBQWUsRUFBRSxDQUFDO1FBRXBDLE9BQU8sQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLGtCQUFrQixDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBRWpHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUF3QixFQUFFLEVBQUU7WUFDMUYsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztZQUMvQixJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBQztZQUNyQixJQUFJLENBQUMsaUJBQWlCLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDekMsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO3dHQXZDVSx1QkFBdUI7NEZBQXZCLHVCQUF1QiwyRENUcEMsdXRGQW9GQTs7U0QzRWEsdUJBQXVCOzRGQUF2Qix1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEF1dGhlbnRpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2F1dGhlbnRpY2F0aW9uLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBEZWVwbGlua1ZpZXdNb2RlbCwgRGVlcGxpbmtSZXF1ZXN0LCBEZWVwbGlua1Byb2R1Y3RWaWV3TW9kZWwsIFByb2R1Y3RzQXBpQ2xpZW50LCBMb2dpblJlc3BvbnNlTW9kZWwgfSBmcm9tICcuLi8uLi8uLi9zd2FnZ2VyL1N3YWdnZXJDbGllbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtYmVoZWVyLWRlZXBsaW5rJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmVoZWVyLWRlZXBsaW5rLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9iZWhlZXItZGVlcGxpbmsuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmVoZWVyRGVlcGxpbmtDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBwdWJsaWMgTG9hZGluZzogYm9vbGVhbiA9IHRydWU7XHJcbiAgcHVibGljIERlZXBsaW5rVmlld01vZGVsOiBEZWVwbGlua1ZpZXdNb2RlbDtcclxuICBwdWJsaWMgVVJMOiBzdHJpbmcgPSBcIlwiO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgUHJvZHVjdHNBcGlDbGllbnQ6IFByb2R1Y3RzQXBpQ2xpZW50LFxyXG4gICAgcHJpdmF0ZSBhdXRoZW50aWNhdGlvblNlcnZpY2U6IEF1dGhlbnRpY2F0aW9uU2VydmljZSxcclxuICAgIHByaXZhdGUgQ2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmXHJcbiAgKSB7XHJcbiAgICB0aGlzLlVSTCA9IHdpbmRvdy5sb2NhdGlvbi5vcmlnaW47XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuTG9hZE1vZGVsKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgR2V0TGluayhsYW5ndWFnZTogc3RyaW5nLCBwcm9kdWN0OiBEZWVwbGlua1Byb2R1Y3RWaWV3TW9kZWwpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIHRoaXMuVVJMICsgXCIvXCIgKyBsYW5ndWFnZSArIFwiL3Byb2R1Y3QvXCIgKyBwcm9kdWN0LnByb2R1Y3RVUkxOYW1lO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIEdldExpbmtDYXRlZ29yeShsYW5ndWFnZTogc3RyaW5nLCBjYXRlZ29yeTogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIHJldHVybiB0aGlzLlVSTCArIFwiL1wiICsgbGFuZ3VhZ2UgKyBcIi9cIiArIGNhdGVnb3J5O1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBMb2FkTW9kZWwoKTogdm9pZCB7XHJcbiAgICB0aGlzLkxvYWRpbmcgPSB0cnVlO1xyXG4gICAgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcblxyXG4gICAgdmFyIHJlcXVlc3QgPSBuZXcgRGVlcGxpbmtSZXF1ZXN0KCk7XHJcblxyXG4gICAgcmVxdWVzdC5sb2dpblJlc3BvbnNlTW9kZWwgPSBuZXcgTG9naW5SZXNwb25zZU1vZGVsKHRoaXMuYXV0aGVudGljYXRpb25TZXJ2aWNlLmN1cnJlbnRVc2VyVmFsdWUpO1xyXG5cclxuICAgIHRoaXMuUHJvZHVjdHNBcGlDbGllbnQuZ2V0RGVlcGxpbmtWaWV3TW9kZWwocmVxdWVzdCkuc3Vic2NyaWJlKChtb2RlbDogRGVlcGxpbmtWaWV3TW9kZWwpID0+IHtcclxuICAgICAgdGhpcy5EZWVwbGlua1ZpZXdNb2RlbCA9IG1vZGVsO1xyXG4gICAgICB0aGlzLkxvYWRpbmcgPSBmYWxzZTtcclxuICAgICAgdGhpcy5DaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIiwiPGFwcC1iZWhlZXItbmF2PjwvYXBwLWJlaGVlci1uYXY+XHJcblxyXG48ZGl2ICpuZ0lmPVwiTG9hZGluZ1wiPlxyXG4gIDxhcHAtZmFiLWxvYWRlcj48L2FwcC1mYWItbG9hZGVyPlxyXG48L2Rpdj5cclxuXHJcbjxkaXYgKm5nSWY9XCIhTG9hZGluZ1wiIGNsYXNzPVwibWFpbi13aW5kb3dcIj5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8bWF0LWNhcmQtY29udGVudD5cclxuICAgICAgPHRhYmxlIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgIDx0ciBjbGFzcz1cImhlYWRlclwiPlxyXG4gICAgICAgICAgPHRkPkZpbHRlcjwvdGQ+XHJcbiAgICAgICAgICA8dGQ+T3B0aW9uPC90ZD5cclxuICAgICAgICAgIDwhLS08dGQ+VVJMPC90ZD4tLT5cclxuICAgICAgICA8L3RyPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpbHRlciBvZiBEZWVwbGlua1ZpZXdNb2RlbC5maWx0ZXJzXCI+XHJcbiAgICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgIHt7IGZpbHRlci5maWx0ZXJOYW1lIH19XHJcbiAgICAgICAgICAgIDwvdGQ+XHJcbiAgICAgICAgICAgIDx0ZD48L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIGZpbHRlci5vcHRpb25VUkxOYW1lc1wiPlxyXG4gICAgICAgICAgICA8dGQ+PC90ZD5cclxuICAgICAgICAgICAgPHRkPnt7IG9wdGlvbiB9fTwvdGQ+XHJcbiAgICAgICAgICAgIDwhLS08dGQ+XHJcbiAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2Ugb2YgRGVlcGxpbmtWaWV3TW9kZWwubGFuZ3VhZ2VzXCI+XHJcbiAgICAgICAgICAgICAgICA8YSBocmVmPVwie3sgR2V0TGluayhsYW5ndWFnZSwgcHJvZHVjdCkgfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIj57eyBHZXRMaW5rKGxhbmd1YWdlLCBwcm9kdWN0KSB9fTwvYT5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC90ZD4tLT5cclxuICAgICAgICAgIDwvdHI+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgIDwvdGFibGU+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuICA8YnIgLz5cclxuICA8bWF0LWNhcmQ+XHJcbiAgICA8bWF0LWNhcmQtY29udGVudD5cclxuICAgICAgPG1hdC1mb3JtLWZpZWxkIGNsYXNzPVwiZnVsbC13aWR0aFwiPlxyXG4gICAgICAgIDxtYXQtbGFiZWw+VVJMPC9tYXQtbGFiZWw+XHJcbiAgICAgICAgPGlucHV0IG1hdElucHV0IFsobmdNb2RlbCldPVwiVVJMXCI+XHJcbiAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcblxyXG4gICAgICA8dGFibGUgY2xhc3M9XCJmdWxsLXdpZHRoXCI+XHJcbiAgICAgICAgPHRyIGNsYXNzPVwiaGVhZGVyXCI+XHJcbiAgICAgICAgICA8dGQ+Q2F0ZWdvcnk8L3RkPlxyXG4gICAgICAgICAgPHRkPkxpbms8L3RkPlxyXG4gICAgICAgICAgPCEtLTx0ZD5VUkw8L3RkPi0tPlxyXG4gICAgICAgIDwvdHI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgY2F0ZWdvcnkgb2YgRGVlcGxpbmtWaWV3TW9kZWwuY2F0ZWdvcmllc1wiPlxyXG4gICAgICAgICAgPHRyPlxyXG4gICAgICAgICAgICA8dGQ+XHJcbiAgICAgICAgICAgICAge3sgY2F0ZWdvcnkgfX1cclxuICAgICAgICAgICAgPC90ZD5cclxuICAgICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxhbmd1YWdlIG9mIERlZXBsaW5rVmlld01vZGVsLmxhbmd1YWdlc1wiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cInt7IEdldExpbmtDYXRlZ29yeShsYW5ndWFnZSwgY2F0ZWdvcnkpIH19XCIgdGFyZ2V0PVwiX2JsYW5rXCI+XHJcbiAgICAgICAgICAgICAgICB7eyBHZXRMaW5rQ2F0ZWdvcnkobGFuZ3VhZ2UsIGNhdGVnb3J5KSB9fVxyXG4gICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L3RkPlxyXG4gICAgICAgICAgPC90cj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgPC90YWJsZT5cclxuXHJcbiAgICAgIDx0YWJsZSBjbGFzcz1cImZ1bGwtd2lkdGhcIj5cclxuICAgICAgICA8dHIgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgIDx0ZD5OYWFtPC90ZD5cclxuICAgICAgICAgIDx0ZD5VUkwgTmFhbTwvdGQ+XHJcbiAgICAgICAgICA8dGQ+VVJMPC90ZD5cclxuICAgICAgICA8L3RyPlxyXG4gICAgICAgIDx0ciAqbmdGb3I9XCJsZXQgcHJvZHVjdCBvZiBEZWVwbGlua1ZpZXdNb2RlbC5wcm9kdWN0c1wiPlxyXG4gICAgICAgICAgPHRkPnt7IHByb2R1Y3QucHJvZHVjdE5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgPHRkPnt7IHByb2R1Y3QucHJvZHVjdFVSTE5hbWUgfX08L3RkPlxyXG4gICAgICAgICAgPHRkPlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0Zvcj1cImxldCBsYW5ndWFnZSBvZiBEZWVwbGlua1ZpZXdNb2RlbC5sYW5ndWFnZXNcIj5cclxuICAgICAgICAgICAgICA8YSBocmVmPVwie3sgR2V0TGluayhsYW5ndWFnZSwgcHJvZHVjdCkgfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIj57eyBHZXRMaW5rKGxhbmd1YWdlLCBwcm9kdWN0KSB9fTwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L3RkPlxyXG4gICAgICAgIDwvdHI+XHJcbiAgICAgIDwvdGFibGU+XHJcbiAgICA8L21hdC1jYXJkLWNvbnRlbnQ+XHJcbiAgPC9tYXQtY2FyZD5cclxuPC9kaXY+XHJcbiJdfQ==
@@ -0,0 +1,30 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ class BeheerDisplayEboComponent {
4
+ ebo;
5
+ constructor() { }
6
+ ngOnInit() {
7
+ }
8
+ GetText() {
9
+ var text = "";
10
+ if (this.ebo?.dOs != null) {
11
+ for (var i = 0; i < this.ebo.dOs.length; i++) {
12
+ if (text != "") {
13
+ text += " | ";
14
+ }
15
+ text += this.ebo.dOs[i].doNaam;
16
+ }
17
+ }
18
+ return text;
19
+ }
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDisplayEboComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeheerDisplayEboComponent, selector: "app-beheer-display-ebo", inputs: { ebo: "ebo" }, ngImport: i0, template: "<!--<div class=\"row\">\r\n <div class=\"flex-auto\" *ngFor=\"let do of ebo.dOs\">\r\n <mat-form-field class=\"full-width\" appearance=\"fill\">\r\n <mat-label>{{ do.doType }}</mat-label>\r\n <input matInput value=\"{{do.doNaam}}\" [readonly]=\"true\">\r\n </mat-form-field>\r\n </div>\r\n</div>-->\r\n<div>\r\n {{ GetText() }}\r\n</div>\r\n", styles: [".row{display:flex}.flex-auto{flex:auto}\n"] });
22
+ }
23
+ export { BeheerDisplayEboComponent };
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeheerDisplayEboComponent, decorators: [{
25
+ type: Component,
26
+ args: [{ selector: 'app-beheer-display-ebo', template: "<!--<div class=\"row\">\r\n <div class=\"flex-auto\" *ngFor=\"let do of ebo.dOs\">\r\n <mat-form-field class=\"full-width\" appearance=\"fill\">\r\n <mat-label>{{ do.doType }}</mat-label>\r\n <input matInput value=\"{{do.doNaam}}\" [readonly]=\"true\">\r\n </mat-form-field>\r\n </div>\r\n</div>-->\r\n<div>\r\n {{ GetText() }}\r\n</div>\r\n", styles: [".row{display:flex}.flex-auto{flex:auto}\n"] }]
27
+ }], ctorParameters: function () { return []; }, propDecorators: { ebo: [{
28
+ type: Input
29
+ }] } });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmVoZWVyLWRpc3BsYXktZWJvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvYmVoZWVyL2NvbXBvbmVudHMvYmVoZWVyLWRpc3BsYXktZWJvL2JlaGVlci1kaXNwbGF5LWViby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZmFicmlrYW50ZW5jb3JlL2JlaGVlci9jb21wb25lbnRzL2JlaGVlci1kaXNwbGF5LWViby9iZWhlZXItZGlzcGxheS1lYm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7O0FBR3pELE1BS2EseUJBQXlCO0lBRTNCLEdBQUcsQ0FBa0I7SUFFOUIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLEdBQUcsRUFBRSxDQUFDO1FBRWQsSUFBSSxJQUFJLENBQUMsR0FBRyxFQUFFLEdBQUcsSUFBSSxJQUFJLEVBQUU7WUFDekIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtnQkFDNUMsSUFBSSxJQUFJLElBQUksRUFBRSxFQUFFO29CQUNkLElBQUksSUFBSSxLQUFLLENBQUM7aUJBQ2Y7Z0JBRUQsSUFBSSxJQUFJLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQzthQUNoQztTQUNGO1FBRUQsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO3dHQXZCVSx5QkFBeUI7NEZBQXpCLHlCQUF5QixzRkNSdEMsMFdBV0E7O1NESGEseUJBQXlCOzRGQUF6Qix5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0Usd0JBQXdCOzBFQU16QixHQUFHO3NCQUFYLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQkNCRUJPVmlld01vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3dhZ2dlci9Td2FnZ2VyQ2xpZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWJlaGVlci1kaXNwbGF5LWVibycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JlaGVlci1kaXNwbGF5LWViby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmVoZWVyLWRpc3BsYXktZWJvLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEJlaGVlckRpc3BsYXlFYm9Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKSBlYm86IEJDQkVCT1ZpZXdNb2RlbDtcclxuXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgR2V0VGV4dCgpOiBzdHJpbmcge1xyXG4gICAgdmFyIHRleHQgPSBcIlwiO1xyXG5cclxuICAgIGlmICh0aGlzLmVibz8uZE9zICE9IG51bGwpIHtcclxuICAgICAgZm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLmViby5kT3MubGVuZ3RoOyBpKyspIHtcclxuICAgICAgICBpZiAodGV4dCAhPSBcIlwiKSB7XHJcbiAgICAgICAgICB0ZXh0ICs9IFwiIHwgXCI7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICB0ZXh0ICs9IHRoaXMuZWJvLmRPc1tpXS5kb05hYW07XHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gdGV4dDtcclxuICB9XHJcbn1cclxuIiwiPCEtLTxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICA8ZGl2IGNsYXNzPVwiZmxleC1hdXRvXCIgKm5nRm9yPVwibGV0IGRvIG9mIGViby5kT3NcIj5cclxuICAgIDxtYXQtZm9ybS1maWVsZCBjbGFzcz1cImZ1bGwtd2lkdGhcIiBhcHBlYXJhbmNlPVwiZmlsbFwiPlxyXG4gICAgICA8bWF0LWxhYmVsPnt7IGRvLmRvVHlwZSB9fTwvbWF0LWxhYmVsPlxyXG4gICAgICA8aW5wdXQgbWF0SW5wdXQgdmFsdWU9XCJ7e2RvLmRvTmFhbX19XCIgW3JlYWRvbmx5XT1cInRydWVcIj5cclxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgPC9kaXY+XHJcbjwvZGl2Pi0tPlxyXG48ZGl2PlxyXG4gIHt7IEdldFRleHQoKSB9fVxyXG48L2Rpdj5cclxuIl19