fabrikantencore 2.4.3 → 2.5.1

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 (51) hide show
  1. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +20 -14
  2. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +26 -19
  3. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +18 -51
  4. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +9 -6
  5. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +5 -4
  6. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +23 -18
  7. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +18 -12
  8. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +20 -11
  9. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +19 -32
  10. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +3 -6
  11. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +19 -17
  12. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +3 -3
  13. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +135 -7
  14. package/esm2020/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +2 -2
  15. package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +2 -2
  16. package/esm2020/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +3 -3
  17. package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +3 -3
  18. package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +2 -3
  19. package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +2 -2
  20. package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +10 -1
  21. package/esm2020/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +2 -1
  22. package/esm2020/src/app/modules/fabrikantencore/services/authentication.service.mjs +25 -2
  23. package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +90 -20
  24. package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +7 -5
  25. package/esm2020/src/app/modules/fabrikantencore/services/products.service.mjs +12 -21
  26. package/esm2020/src/app/modules/fabrikantencore/services/svg.service.mjs +3 -3
  27. package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +1 -1
  28. package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +789 -299
  29. package/fesm2015/fabrikantencore.mjs +1242 -560
  30. package/fesm2015/fabrikantencore.mjs.map +1 -1
  31. package/fesm2020/fabrikantencore.mjs +1241 -562
  32. package/fesm2020/fabrikantencore.mjs.map +1 -1
  33. package/package.json +1 -1
  34. package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.d.ts +4 -1
  35. package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts +3 -1
  36. package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +4 -4
  37. package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +3 -1
  38. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +3 -1
  39. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +3 -1
  40. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +3 -1
  41. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.d.ts +3 -2
  42. package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +0 -1
  43. package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.d.ts +3 -1
  44. package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +18 -1
  45. package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +4 -0
  46. package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +8 -7
  47. package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +3 -1
  48. package/src/app/modules/fabrikantencore/services/products.service.d.ts +3 -2
  49. package/src/app/modules/fabrikantencore/services/svg.service.d.ts +1 -0
  50. package/src/app/modules/fabrikantencore/services/translate.service.d.ts +1 -1
  51. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +244 -61

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.