@snabcentr/client-ui 4.11.8 → 4.15.0

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 (70) hide show
  1. package/auth/sc-auth.module.d.ts +2 -1
  2. package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +19 -8
  3. package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +6 -7
  4. package/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.d.ts +9 -2
  5. package/auth/sign-up-form/sc-sign-up-form.component.d.ts +14 -9
  6. package/catalog/catalog-filters/index.d.ts +3 -0
  7. package/catalog/catalog-filters/sc-catalog-filters.component.d.ts +99 -0
  8. package/catalog/catalog-filters/tokens/sc-catalog-products-filters.d.ts +7 -0
  9. package/catalog/catalog-filters/tokens/sc-catalog-show-products-recursively.d.ts +5 -0
  10. package/catalog/index.d.ts +1 -0
  11. package/catalog/input-quantity/sc-input-quantity.component.d.ts +2 -2
  12. package/configurators/index.d.ts +2 -0
  13. package/configurators/models/index.d.ts +2 -0
  14. package/configurators/models/sandwich/sc-i-configurator-search-product-sandwich.d.ts +22 -0
  15. package/configurators/models/sandwich/sc-i-sandwich-settings.d.ts +18 -0
  16. package/configurators/sandwich/index.d.ts +3 -0
  17. package/configurators/sandwich/sandwich-skeleton/sc-sandwich-skeleton.component.d.ts +8 -0
  18. package/configurators/sandwich/sc-i-new-cart-item-sandwich.d.ts +14 -0
  19. package/configurators/sandwich/sc-sandwich.component.d.ts +146 -0
  20. package/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.d.ts +21 -24
  21. package/contragents/new-contragent-form/sc-new-contragent-form.component.d.ts +12 -18
  22. package/directives/select-on-focusin/sc-select-on-focusin.directive.d.ts +1 -1
  23. package/esm2022/auth/sc-auth.module.mjs +11 -5
  24. package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +37 -18
  25. package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +20 -18
  26. package/esm2022/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.mjs +20 -5
  27. package/esm2022/auth/sign-up-form/sc-sign-up-form.component.mjs +37 -36
  28. package/esm2022/cart/add-or-editing-cart-item-dialog/add-or-editing-cart-item-form/sc-add-or-editing-cart-item-form.component.mjs +4 -4
  29. package/esm2022/cart/cart-item/sc-cart-item.component.mjs +3 -3
  30. package/esm2022/catalog/catalog-filters/index.mjs +4 -0
  31. package/esm2022/catalog/catalog-filters/sc-catalog-filters.component.mjs +202 -0
  32. package/esm2022/catalog/catalog-filters/tokens/sc-catalog-products-filters.mjs +10 -0
  33. package/esm2022/catalog/catalog-filters/tokens/sc-catalog-show-products-recursively.mjs +6 -0
  34. package/esm2022/catalog/category-card/sc-category-card.component.mjs +3 -3
  35. package/esm2022/catalog/index.mjs +2 -1
  36. package/esm2022/catalog/input-quantity/sc-input-quantity.component.mjs +19 -7
  37. package/esm2022/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +3 -3
  38. package/esm2022/configurators/index.mjs +3 -0
  39. package/esm2022/configurators/models/index.mjs +3 -0
  40. package/esm2022/configurators/models/sandwich/sc-i-configurator-search-product-sandwich.mjs +2 -0
  41. package/esm2022/configurators/models/sandwich/sc-i-sandwich-settings.mjs +2 -0
  42. package/esm2022/configurators/sandwich/index.mjs +4 -0
  43. package/esm2022/configurators/sandwich/sandwich-skeleton/sc-sandwich-skeleton.component.mjs +14 -0
  44. package/esm2022/configurators/sandwich/sc-i-new-cart-item-sandwich.mjs +2 -0
  45. package/esm2022/configurators/sandwich/sc-sandwich.component.mjs +322 -0
  46. package/esm2022/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +38 -50
  47. package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +28 -46
  48. package/esm2022/directives/select-on-focusin/sc-select-on-focusin.directive.mjs +3 -3
  49. package/esm2022/methods/index.mjs +2 -0
  50. package/esm2022/methods/sc-get-current-route.mjs +14 -0
  51. package/esm2022/noindex-wrapper/sc-noindex-wrapper.component.mjs +5 -3
  52. package/esm2022/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.mjs +3 -2
  53. package/esm2022/providers/index.mjs +3 -1
  54. package/esm2022/providers/sc-category.providers.mjs +43 -0
  55. package/esm2022/providers/sc-debounce-time-default.mjs +9 -0
  56. package/esm2022/public-api.mjs +3 -1
  57. package/esm2022/samples/preview-sample/sc-preview-sample.component.mjs +3 -3
  58. package/esm2022/user/user-managers/sc-user-managers.component.mjs +22 -24
  59. package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +14 -14
  60. package/fesm2022/snabcentr-client-ui.mjs +976 -386
  61. package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
  62. package/methods/index.d.ts +1 -0
  63. package/methods/sc-get-current-route.d.ts +8 -0
  64. package/package.json +19 -19
  65. package/providers/index.d.ts +2 -0
  66. package/providers/sc-category.providers.d.ts +11 -0
  67. package/providers/sc-debounce-time-default.d.ts +5 -0
  68. package/public-api.d.ts +2 -0
  69. package/styles/tailwind/tailwind.scss +76 -4
  70. package/user/user-managers/sc-user-managers.component.d.ts +7 -10

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.