fabrikantencore 2.4.3 → 2.4.4

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