@wix/bex-utils 2.38.0 → 2.40.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 (200) hide show
  1. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +2 -1
  2. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +27 -1
  3. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
  4. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +6 -0
  5. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
  6. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +2047 -6692
  7. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +543 -2894
  8. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +111646 -145254
  9. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +2169 -6764
  10. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +55 -13
  11. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +16 -1
  12. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
  13. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +2 -1
  14. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +25 -0
  15. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
  16. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +6 -0
  17. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
  18. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +55 -13
  19. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +16 -1
  20. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
  21. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +2 -2
  22. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +3 -3
  23. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/additional_fee.proto +47 -0
  24. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +1 -1
  25. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +4 -1
  26. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +10 -2
  27. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +3 -3
  28. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +12 -0
  29. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/policy.proto +14 -0
  30. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +25 -6
  31. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +2 -2
  32. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/location.proto +16 -0
  33. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/pickup_address.proto +2 -0
  34. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +0 -1
  35. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +6 -4
  36. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/events.proto +15 -0
  37. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +2 -0
  38. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +7 -0
  39. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +2 -0
  40. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +5 -0
  41. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +1 -0
  42. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +6 -1
  43. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/price.proto +3 -1
  44. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +3 -1
  45. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/productOption.proto +6 -3
  46. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/domainevents/domainevents.proto +1 -1
  47. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +17 -0
  48. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +2 -0
  49. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/cart.proto +4 -0
  50. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupon.proto +3 -0
  51. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons.proto +8 -0
  52. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/response-status.proto +1 -0
  53. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/specification.proto +4 -0
  54. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/cart.proto +3 -0
  55. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupon.proto +2 -0
  56. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/couponAppliedEvent.proto +1 -0
  57. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +5 -0
  58. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons.proto +12 -0
  59. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/internal-coupons.proto +2 -0
  60. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/response-status.proto +1 -0
  61. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/scope.proto +1 -0
  62. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/specification.proto +1 -0
  63. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +132 -132
  64. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +14 -14
  65. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +13 -13
  66. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +17 -17
  67. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventory.proto +1 -1
  68. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +5 -6
  69. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryItem.proto +1 -1
  70. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +1 -1
  71. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +3 -0
  72. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +3 -0
  73. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/definitions.proto +2 -1
  74. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision.proto +9 -1
  75. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision_action_events.proto +15 -0
  76. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +11 -26
  77. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/builders.impl.d.ts +47 -0
  78. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/builders.impl.js +524 -0
  79. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/builders.impl.js.map +1 -0
  80. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/http.impl.d.ts +1 -0
  81. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/http.impl.js +5 -0
  82. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/http.impl.js.map +1 -0
  83. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/rpc.impl.d.ts +11 -0
  84. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/rpc.impl.js +41 -0
  85. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/crud/rpc.impl.js.map +1 -0
  86. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/http.impl.d.ts +16 -0
  87. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/http.impl.js +249 -0
  88. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/http.impl.js.map +1 -0
  89. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/meta.impl.d.ts +30 -0
  90. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/meta.impl.js +157 -0
  91. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/meta.impl.js.map +1 -0
  92. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/client/proto-generated.d.ts +7218 -0
  93. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/client/proto-generated.js +2 -0
  94. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/proto-generated.d.ts +3608 -0
  95. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/proto-generated.js +59567 -0
  96. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/server/proto-generated.d.ts +7211 -0
  97. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/server/proto-generated.js +2 -0
  98. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/rpc.impl.d.ts +25 -0
  99. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/rpc.impl.js +123 -0
  100. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/rpc.impl.js.map +1 -0
  101. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/types.impl.d.ts +469 -0
  102. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/types.impl.js +52 -0
  103. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/types.impl.js.map +1 -0
  104. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/builders.impl.d.ts +47 -0
  105. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/builders.impl.js +463 -0
  106. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/builders.impl.js.map +1 -0
  107. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/http.impl.d.ts +1 -0
  108. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/http.impl.js +2 -0
  109. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/http.impl.js.map +1 -0
  110. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/rpc.impl.d.ts +11 -0
  111. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/rpc.impl.js +34 -0
  112. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/crud/rpc.impl.js.map +1 -0
  113. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/http.impl.d.ts +16 -0
  114. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/http.impl.js +239 -0
  115. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/http.impl.js.map +1 -0
  116. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/meta.impl.d.ts +30 -0
  117. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/meta.impl.js +128 -0
  118. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/meta.impl.js.map +1 -0
  119. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/rpc.impl.d.ts +25 -0
  120. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/rpc.impl.js +94 -0
  121. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/rpc.impl.js.map +1 -0
  122. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/types.impl.d.ts +469 -0
  123. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/types.impl.js +49 -0
  124. package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/es/types.impl.js.map +1 -0
  125. package/@wix/ambassador-infra-asyncjobs-v1-async-job/builders/package.json +7 -0
  126. package/@wix/ambassador-infra-asyncjobs-v1-async-job/crud/http/package.json +7 -0
  127. package/@wix/ambassador-infra-asyncjobs-v1-async-job/crud/rpc/package.json +6 -0
  128. package/@wix/ambassador-infra-asyncjobs-v1-async-job/http/package.json +7 -0
  129. package/@wix/ambassador-infra-asyncjobs-v1-async-job/meta/package.json +7 -0
  130. package/@wix/ambassador-infra-asyncjobs-v1-async-job/package.json +53 -0
  131. package/@wix/ambassador-infra-asyncjobs-v1-async-job/rpc/package.json +6 -0
  132. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/action_payload.proto +33 -0
  133. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/annotations.proto +395 -0
  134. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/api_errors.proto +117 -0
  135. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/callback.proto +157 -0
  136. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/context.proto +19 -0
  137. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/entity.proto +122 -0
  138. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/errors.proto +121 -0
  139. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/idempotency.proto +25 -0
  140. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/permissions.proto +40 -0
  141. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/sla.proto +24 -0
  142. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/subscription.proto +32 -0
  143. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/api/validations.proto +142 -0
  144. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/address.proto +148 -0
  145. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/bulk.proto +53 -0
  146. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/identification.proto +40 -0
  147. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/image.proto +8 -0
  148. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/media.proto +253 -0
  149. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/money.proto +32 -0
  150. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/pageurl.proto +32 -0
  151. package/@wix/{ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream → ambassador-infra-asyncjobs-v1-async-job/src/main/proto}/wix/common/paging.proto +28 -28
  152. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/query.proto +795 -0
  153. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/sorting.proto +36 -0
  154. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/spi.proto +85 -0
  155. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/tags.proto +55 -0
  156. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/common/wixlink.proto +203 -0
  157. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/graphql/definitions.proto +13 -0
  158. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/http/field_mask.proto +46 -0
  159. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +156 -0
  160. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +33 -0
  161. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +339 -0
  162. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +36 -0
  163. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/sdk/definitions.proto +191 -0
  164. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/spi/definitions.proto +186 -0
  165. package/@wix/ambassador-infra-asyncjobs-v1-async-job/src/main/proto/wix/spi/http_error_status.proto +24 -0
  166. package/@wix/ambassador-infra-asyncjobs-v1-async-job/types/package.json +7 -0
  167. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  168. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  169. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  170. package/dist/cjs/FocusableWrapper/scrollAndFocus.js +3 -1
  171. package/dist/cjs/FocusableWrapper/scrollAndFocus.js.map +1 -1
  172. package/dist/esm/FocusableWrapper/scrollAndFocus.js +4 -1
  173. package/dist/esm/FocusableWrapper/scrollAndFocus.js.map +1 -1
  174. package/dist/types/FocusableWrapper/scrollAndFocus.d.ts.map +1 -1
  175. package/package.json +4 -3
  176. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/site/properties/upstream/wix/common/address.proto +0 -38
  177. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCache.proto +0 -46
  178. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCacheInternal.proto +0 -25
  179. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/InvalidateCacheService.proto +0 -80
  180. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/html/cache/invalidate/v2/invalidate_cache.proto +0 -27
  181. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/immigrator/tasks/api/generic/bulk_migration_service.proto +0 -34
  182. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/immigrator/tasks/api/generic/single_migration_service.proto +0 -25
  183. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/backoffice-service.proto +0 -40
  184. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/location.proto +0 -155
  185. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/locations-service.proto +0 -484
  186. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/messaging-service.proto +0 -32
  187. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/locations/pagination.proto +0 -22
  188. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/notifications.proto +0 -89
  189. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/properties-sections.proto +0 -23
  190. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/properties.proto +0 -213
  191. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/siteproperties/api/v4/service.proto +0 -268
  192. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identification2.proto +0 -165
  193. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity2.proto +0 -173
  194. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity_refresh.proto +0 -42
  195. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/site/properties/v5/properties.proto +0 -155
  196. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/site/properties/v5/site_properties_service.proto +0 -324
  197. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location.proto +0 -90
  198. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location_service.proto +0 -284
  199. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/sorting.proto +0 -26
  200. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/query/query.proto +0 -436
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wix/bex-bundled-mini-essentials",
3
3
  "private": true,
4
- "version": "2.16.0",
4
+ "version": "2.17.0",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/bex-bundled-mini-essentials.js",
7
7
  "module": "dist/esm/bex-bundled-mini-essentials.js",
@@ -20,7 +20,9 @@ const scrollAndFocus = ({
20
20
  const top = containerRefTop - scrollableRefTop - MINIMIZED_HEADER_HEIGHT - EXTRA_SPACE;
21
21
  const isFullHeaderDisplayed = scrollableRef.scrollTop < 40;
22
22
  const avoidScrollingToKeepFullHeader = isFullHeaderDisplayed && top < 200;
23
- if (!avoidScrollingToKeepFullHeader) {
23
+ if (avoidScrollingToKeepFullHeader) {
24
+ afterScroll == null || afterScroll();
25
+ } else {
24
26
  setTimeout(async () => {
25
27
  scrollableRef.scrollBy({
26
28
  top,
@@ -1 +1 @@
1
- {"version":3,"names":["MINIMIZED_HEADER_HEIGHT","EXTRA_SPACE","scrollAndFocus","scrollableRef","containerRef","focusedItemRef","afterScroll","focus","preventScroll","scrollableRefTop","getTop","containerRefTop","top","isFullHeaderDisplayed","scrollTop","avoidScrollingToKeepFullHeader","setTimeout","scrollBy","behavior","waitForScrollToFinish","exports","ref","getBoundingClientRect","Promise","resolve","lastScrollTop","checkIfScrollFinished","currentScrollTop"],"sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"sourcesContent":["const MINIMIZED_HEADER_HEIGHT = 67;\nconst EXTRA_SPACE = 48; // Defined by UX\n\nexport const scrollAndFocus = ({\n scrollableRef,\n containerRef,\n focusedItemRef,\n afterScroll,\n}: {\n scrollableRef: HTMLElement | undefined | null;\n containerRef: HTMLElement;\n focusedItemRef: HTMLElement;\n afterScroll?: () => void;\n}): void => {\n if (containerRef && focusedItemRef && scrollableRef) {\n focusedItemRef.focus({ preventScroll: true });\n const scrollableRefTop = getTop(scrollableRef);\n const containerRefTop = getTop(containerRef);\n const top =\n containerRefTop -\n scrollableRefTop -\n MINIMIZED_HEADER_HEIGHT -\n EXTRA_SPACE;\n\n const isFullHeaderDisplayed = scrollableRef.scrollTop < 40;\n const avoidScrollingToKeepFullHeader = isFullHeaderDisplayed && top < 200;\n\n if (!avoidScrollingToKeepFullHeader) {\n setTimeout(async () => {\n scrollableRef.scrollBy({\n top,\n behavior: 'smooth',\n });\n\n // Check if the scroll has finished\n await waitForScrollToFinish(scrollableRef);\n\n afterScroll?.();\n }, 500);\n }\n }\n};\n\nconst getTop = (ref: HTMLElement): number =>\n ref && ref.getBoundingClientRect ? ref.getBoundingClientRect().top : 0;\n\nfunction waitForScrollToFinish(scrollableRef: HTMLElement) {\n return new Promise((resolve) => {\n let lastScrollTop = scrollableRef.scrollTop;\n\n const checkIfScrollFinished = () => {\n setTimeout(() => {\n const currentScrollTop = scrollableRef.scrollTop;\n\n // If the scroll position has not changed, the scroll is finished\n if (currentScrollTop === lastScrollTop) {\n resolve('');\n } else {\n // Otherwise, update the lastScrollTop and keep checking\n lastScrollTop = currentScrollTop;\n checkIfScrollFinished();\n }\n }, 100);\n };\n\n checkIfScrollFinished();\n });\n}\n"],"mappings":";;;;AAAA,MAAMA,uBAAuB,GAAG,EAAE;AAClC,MAAMC,WAAW,GAAG,EAAE,CAAC,CAAC;;AAEjB,MAAMC,cAAc,GAAGA,CAAC;EAC7BC,aAAa;EACbC,YAAY;EACZC,cAAc;EACdC;AAMF,CAAC,KAAW;EACV,IAAIF,YAAY,IAAIC,cAAc,IAAIF,aAAa,EAAE;IACnDE,cAAc,CAACE,KAAK,CAAC;MAAEC,aAAa,EAAE;IAAK,CAAC,CAAC;IAC7C,MAAMC,gBAAgB,GAAGC,MAAM,CAACP,aAAa,CAAC;IAC9C,MAAMQ,eAAe,GAAGD,MAAM,CAACN,YAAY,CAAC;IAC5C,MAAMQ,GAAG,GACPD,eAAe,GACfF,gBAAgB,GAChBT,uBAAuB,GACvBC,WAAW;IAEb,MAAMY,qBAAqB,GAAGV,aAAa,CAACW,SAAS,GAAG,EAAE;IAC1D,MAAMC,8BAA8B,GAAGF,qBAAqB,IAAID,GAAG,GAAG,GAAG;IAEzE,IAAI,CAACG,8BAA8B,EAAE;MACnCC,UAAU,CAAC,YAAY;QACrBb,aAAa,CAACc,QAAQ,CAAC;UACrBL,GAAG;UACHM,QAAQ,EAAE;QACZ,CAAC,CAAC;;QAEF;QACA,MAAMC,qBAAqB,CAAChB,aAAa,CAAC;QAE1CG,WAAW,YAAXA,WAAW,CAAG,CAAC;MACjB,CAAC,EAAE,GAAG,CAAC;IACT;EACF;AACF,CAAC;AAACc,OAAA,CAAAlB,cAAA,GAAAA,cAAA;AAEF,MAAMQ,MAAM,GAAIW,GAAgB,IAC9BA,GAAG,IAAIA,GAAG,CAACC,qBAAqB,GAAGD,GAAG,CAACC,qBAAqB,CAAC,CAAC,CAACV,GAAG,GAAG,CAAC;AAExE,SAASO,qBAAqBA,CAAChB,aAA0B,EAAE;EACzD,OAAO,IAAIoB,OAAO,CAAEC,OAAO,IAAK;IAC9B,IAAIC,aAAa,GAAGtB,aAAa,CAACW,SAAS;IAE3C,MAAMY,qBAAqB,GAAGA,CAAA,KAAM;MAClCV,UAAU,CAAC,MAAM;QACf,MAAMW,gBAAgB,GAAGxB,aAAa,CAACW,SAAS;;QAEhD;QACA,IAAIa,gBAAgB,KAAKF,aAAa,EAAE;UACtCD,OAAO,CAAC,EAAE,CAAC;QACb,CAAC,MAAM;UACL;UACAC,aAAa,GAAGE,gBAAgB;UAChCD,qBAAqB,CAAC,CAAC;QACzB;MACF,CAAC,EAAE,GAAG,CAAC;IACT,CAAC;IAEDA,qBAAqB,CAAC,CAAC;EACzB,CAAC,CAAC;AACJ","ignoreList":[]}
1
+ {"version":3,"names":["MINIMIZED_HEADER_HEIGHT","EXTRA_SPACE","scrollAndFocus","scrollableRef","containerRef","focusedItemRef","afterScroll","focus","preventScroll","scrollableRefTop","getTop","containerRefTop","top","isFullHeaderDisplayed","scrollTop","avoidScrollingToKeepFullHeader","setTimeout","scrollBy","behavior","waitForScrollToFinish","exports","ref","getBoundingClientRect","Promise","resolve","lastScrollTop","checkIfScrollFinished","currentScrollTop"],"sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"sourcesContent":["const MINIMIZED_HEADER_HEIGHT = 67;\nconst EXTRA_SPACE = 48; // Defined by UX\n\nexport const scrollAndFocus = ({\n scrollableRef,\n containerRef,\n focusedItemRef,\n afterScroll,\n}: {\n scrollableRef: HTMLElement | undefined | null;\n containerRef: HTMLElement;\n focusedItemRef: HTMLElement;\n afterScroll?: () => void;\n}): void => {\n if (containerRef && focusedItemRef && scrollableRef) {\n focusedItemRef.focus({ preventScroll: true });\n const scrollableRefTop = getTop(scrollableRef);\n const containerRefTop = getTop(containerRef);\n const top =\n containerRefTop -\n scrollableRefTop -\n MINIMIZED_HEADER_HEIGHT -\n EXTRA_SPACE;\n\n const isFullHeaderDisplayed = scrollableRef.scrollTop < 40;\n const avoidScrollingToKeepFullHeader = isFullHeaderDisplayed && top < 200;\n\n if (avoidScrollingToKeepFullHeader) {\n afterScroll?.();\n } else {\n setTimeout(async () => {\n scrollableRef.scrollBy({\n top,\n behavior: 'smooth',\n });\n\n // Check if the scroll has finished\n await waitForScrollToFinish(scrollableRef);\n afterScroll?.();\n }, 500);\n }\n }\n};\n\nconst getTop = (ref: HTMLElement): number =>\n ref && ref.getBoundingClientRect ? ref.getBoundingClientRect().top : 0;\n\nfunction waitForScrollToFinish(scrollableRef: HTMLElement) {\n return new Promise((resolve) => {\n let lastScrollTop = scrollableRef.scrollTop;\n\n const checkIfScrollFinished = () => {\n setTimeout(() => {\n const currentScrollTop = scrollableRef.scrollTop;\n\n // If the scroll position has not changed, the scroll is finished\n if (currentScrollTop === lastScrollTop) {\n resolve('');\n } else {\n // Otherwise, update the lastScrollTop and keep checking\n lastScrollTop = currentScrollTop;\n checkIfScrollFinished();\n }\n }, 100);\n };\n\n checkIfScrollFinished();\n });\n}\n"],"mappings":";;;;AAAA,MAAMA,uBAAuB,GAAG,EAAE;AAClC,MAAMC,WAAW,GAAG,EAAE,CAAC,CAAC;;AAEjB,MAAMC,cAAc,GAAGA,CAAC;EAC7BC,aAAa;EACbC,YAAY;EACZC,cAAc;EACdC;AAMF,CAAC,KAAW;EACV,IAAIF,YAAY,IAAIC,cAAc,IAAIF,aAAa,EAAE;IACnDE,cAAc,CAACE,KAAK,CAAC;MAAEC,aAAa,EAAE;IAAK,CAAC,CAAC;IAC7C,MAAMC,gBAAgB,GAAGC,MAAM,CAACP,aAAa,CAAC;IAC9C,MAAMQ,eAAe,GAAGD,MAAM,CAACN,YAAY,CAAC;IAC5C,MAAMQ,GAAG,GACPD,eAAe,GACfF,gBAAgB,GAChBT,uBAAuB,GACvBC,WAAW;IAEb,MAAMY,qBAAqB,GAAGV,aAAa,CAACW,SAAS,GAAG,EAAE;IAC1D,MAAMC,8BAA8B,GAAGF,qBAAqB,IAAID,GAAG,GAAG,GAAG;IAEzE,IAAIG,8BAA8B,EAAE;MAClCT,WAAW,YAAXA,WAAW,CAAG,CAAC;IACjB,CAAC,MAAM;MACLU,UAAU,CAAC,YAAY;QACrBb,aAAa,CAACc,QAAQ,CAAC;UACrBL,GAAG;UACHM,QAAQ,EAAE;QACZ,CAAC,CAAC;;QAEF;QACA,MAAMC,qBAAqB,CAAChB,aAAa,CAAC;QAC1CG,WAAW,YAAXA,WAAW,CAAG,CAAC;MACjB,CAAC,EAAE,GAAG,CAAC;IACT;EACF;AACF,CAAC;AAACc,OAAA,CAAAlB,cAAA,GAAAA,cAAA;AAEF,MAAMQ,MAAM,GAAIW,GAAgB,IAC9BA,GAAG,IAAIA,GAAG,CAACC,qBAAqB,GAAGD,GAAG,CAACC,qBAAqB,CAAC,CAAC,CAACV,GAAG,GAAG,CAAC;AAExE,SAASO,qBAAqBA,CAAChB,aAA0B,EAAE;EACzD,OAAO,IAAIoB,OAAO,CAAEC,OAAO,IAAK;IAC9B,IAAIC,aAAa,GAAGtB,aAAa,CAACW,SAAS;IAE3C,MAAMY,qBAAqB,GAAGA,CAAA,KAAM;MAClCV,UAAU,CAAC,MAAM;QACf,MAAMW,gBAAgB,GAAGxB,aAAa,CAACW,SAAS;;QAEhD;QACA,IAAIa,gBAAgB,KAAKF,aAAa,EAAE;UACtCD,OAAO,CAAC,EAAE,CAAC;QACb,CAAC,MAAM;UACL;UACAC,aAAa,GAAGE,gBAAgB;UAChCD,qBAAqB,CAAC,CAAC;QACzB;MACF,CAAC,EAAE,GAAG,CAAC;IACT,CAAC;IAEDA,qBAAqB,CAAC,CAAC;EACzB,CAAC,CAAC;AACJ","ignoreList":[]}
@@ -11,7 +11,10 @@ export const scrollAndFocus = ({ scrollableRef, containerRef, focusedItemRef, af
11
11
  EXTRA_SPACE;
12
12
  const isFullHeaderDisplayed = scrollableRef.scrollTop < 40;
13
13
  const avoidScrollingToKeepFullHeader = isFullHeaderDisplayed && top < 200;
14
- if (!avoidScrollingToKeepFullHeader) {
14
+ if (avoidScrollingToKeepFullHeader) {
15
+ afterScroll?.();
16
+ }
17
+ else {
15
18
  setTimeout(async () => {
16
19
  scrollableRef.scrollBy({
17
20
  top,
@@ -1 +1 @@
1
- {"version":3,"file":"scrollAndFocus.js","sourceRoot":"","sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"names":[],"mappings":"AAAA,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,WAAW,GAAG,EAAE,CAAC,CAAC,gBAAgB;AAExC,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,aAAa,EACb,YAAY,EACZ,cAAc,EACd,WAAW,GAMZ,EAAQ,EAAE;IACT,IAAI,YAAY,IAAI,cAAc,IAAI,aAAa,EAAE;QACnD,cAAc,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9C,MAAM,gBAAgB,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;QAC/C,MAAM,eAAe,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;QAC7C,MAAM,GAAG,GACP,eAAe;YACf,gBAAgB;YAChB,uBAAuB;YACvB,WAAW,CAAC;QAEd,MAAM,qBAAqB,GAAG,aAAa,CAAC,SAAS,GAAG,EAAE,CAAC;QAC3D,MAAM,8BAA8B,GAAG,qBAAqB,IAAI,GAAG,GAAG,GAAG,CAAC;QAE1E,IAAI,CAAC,8BAA8B,EAAE;YACnC,UAAU,CAAC,KAAK,IAAI,EAAE;gBACpB,aAAa,CAAC,QAAQ,CAAC;oBACrB,GAAG;oBACH,QAAQ,EAAE,QAAQ;iBACnB,CAAC,CAAC;gBAEH,mCAAmC;gBACnC,MAAM,qBAAqB,CAAC,aAAa,CAAC,CAAC;gBAE3C,WAAW,EAAE,EAAE,CAAC;YAClB,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;KACF;AACH,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,CAAC,GAAgB,EAAU,EAAE,CAC1C,GAAG,IAAI,GAAG,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzE,SAAS,qBAAqB,CAAC,aAA0B;IACvD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,IAAI,aAAa,GAAG,aAAa,CAAC,SAAS,CAAC;QAE5C,MAAM,qBAAqB,GAAG,GAAG,EAAE;YACjC,UAAU,CAAC,GAAG,EAAE;gBACd,MAAM,gBAAgB,GAAG,aAAa,CAAC,SAAS,CAAC;gBAEjD,iEAAiE;gBACjE,IAAI,gBAAgB,KAAK,aAAa,EAAE;oBACtC,OAAO,CAAC,EAAE,CAAC,CAAC;iBACb;qBAAM;oBACL,wDAAwD;oBACxD,aAAa,GAAG,gBAAgB,CAAC;oBACjC,qBAAqB,EAAE,CAAC;iBACzB;YACH,CAAC,EAAE,GAAG,CAAC,CAAC;QACV,CAAC,CAAC;QAEF,qBAAqB,EAAE,CAAC;IAC1B,CAAC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"scrollAndFocus.js","sourceRoot":"","sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"names":[],"mappings":"AAAA,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,WAAW,GAAG,EAAE,CAAC,CAAC,gBAAgB;AAExC,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,aAAa,EACb,YAAY,EACZ,cAAc,EACd,WAAW,GAMZ,EAAQ,EAAE;IACT,IAAI,YAAY,IAAI,cAAc,IAAI,aAAa,EAAE;QACnD,cAAc,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;QAC9C,MAAM,gBAAgB,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC;QAC/C,MAAM,eAAe,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;QAC7C,MAAM,GAAG,GACP,eAAe;YACf,gBAAgB;YAChB,uBAAuB;YACvB,WAAW,CAAC;QAEd,MAAM,qBAAqB,GAAG,aAAa,CAAC,SAAS,GAAG,EAAE,CAAC;QAC3D,MAAM,8BAA8B,GAAG,qBAAqB,IAAI,GAAG,GAAG,GAAG,CAAC;QAE1E,IAAI,8BAA8B,EAAE;YAClC,WAAW,EAAE,EAAE,CAAC;SACjB;aAAM;YACL,UAAU,CAAC,KAAK,IAAI,EAAE;gBACpB,aAAa,CAAC,QAAQ,CAAC;oBACrB,GAAG;oBACH,QAAQ,EAAE,QAAQ;iBACnB,CAAC,CAAC;gBAEH,mCAAmC;gBACnC,MAAM,qBAAqB,CAAC,aAAa,CAAC,CAAC;gBAC3C,WAAW,EAAE,EAAE,CAAC;YAClB,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;KACF;AACH,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,CAAC,GAAgB,EAAU,EAAE,CAC1C,GAAG,IAAI,GAAG,CAAC,qBAAqB,CAAC,CAAC,CAAC,GAAG,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzE,SAAS,qBAAqB,CAAC,aAA0B;IACvD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,IAAI,aAAa,GAAG,aAAa,CAAC,SAAS,CAAC;QAE5C,MAAM,qBAAqB,GAAG,GAAG,EAAE;YACjC,UAAU,CAAC,GAAG,EAAE;gBACd,MAAM,gBAAgB,GAAG,aAAa,CAAC,SAAS,CAAC;gBAEjD,iEAAiE;gBACjE,IAAI,gBAAgB,KAAK,aAAa,EAAE;oBACtC,OAAO,CAAC,EAAE,CAAC,CAAC;iBACb;qBAAM;oBACL,wDAAwD;oBACxD,aAAa,GAAG,gBAAgB,CAAC;oBACjC,qBAAqB,EAAE,CAAC;iBACzB;YACH,CAAC,EAAE,GAAG,CAAC,CAAC;QACV,CAAC,CAAC;QAEF,qBAAqB,EAAE,CAAC;IAC1B,CAAC,CAAC,CAAC;AACL,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"scrollAndFocus.d.ts","sourceRoot":"","sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;mBAMV,WAAW,GAAG,SAAS,GAAG,IAAI;kBAC/B,WAAW;oBACT,WAAW;yBACP,IAAI;MACtB,IA4BH,CAAC"}
1
+ {"version":3,"file":"scrollAndFocus.d.ts","sourceRoot":"","sources":["../../../src/FocusableWrapper/scrollAndFocus.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;mBAMV,WAAW,GAAG,SAAS,GAAG,IAAI;kBAC/B,WAAW;oBACT,WAAW;yBACP,IAAI;MACtB,IA6BH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bex-utils",
3
- "version": "2.38.0",
3
+ "version": "2.40.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Kobi",
@@ -54,10 +54,11 @@
54
54
  "@wix/ambassador-data-extensions-v1-data-extension-schema": "^1.0.50",
55
55
  "@wix/ambassador-devcenter-app-market-listing-v1-market-listing": "^1.0.70",
56
56
  "@wix/ambassador-fedinfra-exportservice-v1-export-async-job": "^1.0.174",
57
+ "@wix/ambassador-infra-asyncjobs-v1-async-job": "^1.0.87",
57
58
  "@wix/ambassador-items-selection-spi-host-v1-provider": "^1.0.91",
58
59
  "@wix/ambassador-media-site-media-v1-file-descriptor": "^1.0.127",
59
60
  "@wix/ambassador-os-tags-v1-tag": "^1.0.19",
60
- "@wix/bex-bundled-mini-essentials": "2.16.0",
61
+ "@wix/bex-bundled-mini-essentials": "2.17.0",
61
62
  "@wix/bi-logger-os-data": "^1.184.0",
62
63
  "@wix/eslint-config-yoshi": "^6.74.0",
63
64
  "@wix/jest-yoshi-preset-base": "^6.74.0",
@@ -151,5 +152,5 @@
151
152
  "wallaby": {
152
153
  "autoDetect": true
153
154
  },
154
- "falconPackageHash": "087cbb4aaadcf4c0c61040f060c4152ed7f834c619aa795b6cf5ff65"
155
+ "falconPackageHash": "360647c07485a5e970152fa8277b715e0c790337225b78056a924ab7"
155
156
  }
@@ -1,38 +0,0 @@
1
- syntax = "proto3";
2
-
3
- package com.wix.site.properties.upstream.wix.common;
4
-
5
- option java_multiple_files = true;
6
- option java_package = "com.wix.site.properties.upstream.wix.common";
7
-
8
- import "google/protobuf/wrappers.proto";
9
- import "wix/api/annotations.proto";
10
- import "wix/api/validations.proto";
11
-
12
- // Physical address
13
- message Address {
14
- option (.wix.api.decomposite_of) = "wix.common.Address";
15
- google.protobuf.StringValue country = 1 [(.wix.api.format) = COUNTRY]; // Country code.
16
- google.protobuf.StringValue subdivision = 2; // Subdivision. Usually a state, region, prefecture, or province code, according to [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2).
17
- google.protobuf.StringValue city = 3 [(.wix.api.pii) = true]; // City name.
18
- google.protobuf.StringValue postal_code = 4 [(.wix.api.pii) = true, (.wix.api.maxLength) = 20]; // Zip/postal code.
19
- StreetAddress street_address = 5; // Street name and number.
20
- reserved 6;
21
- reserved 7;
22
- google.protobuf.StringValue formatted_address = 8 [(.wix.api.pii) = true, (.wix.api.field_exposure) = PRIVATE]; // A string containing the full address of this location.
23
- google.protobuf.StringValue hint = 9 [(.wix.api.pii) = true, (.wix.api.field_exposure) = PRIVATE]; // Free text to help find the address.
24
- AddressLocation geocode = 10 [(.wix.api.field_exposure) = PRIVATE]; // Coordinates of the physical address.
25
- }
26
-
27
- message StreetAddress {
28
- option (.wix.api.decomposite_of) = "wix.common.StreetAddress";
29
- string number = 1 [(.wix.api.pii) = true]; // Street number.
30
- string name = 2 [(.wix.api.pii) = true]; // Street name.
31
- string apt = 3 [(.wix.api.pii) = true, (.wix.api.field_exposure) = PRIVATE]; // Apartment number.
32
- }
33
-
34
- message AddressLocation {
35
- option (.wix.api.decomposite_of) = "wix.common.AddressLocation";
36
- google.protobuf.DoubleValue latitude = 1 [(.wix.api.pii) = true]; // Address latitude.
37
- google.protobuf.DoubleValue longitude = 2 [(.wix.api.pii) = true]; // Address longitude.
38
- }
@@ -1,46 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "google/protobuf/wrappers.proto";
4
- import "wix/api/validations.proto";
5
-
6
- package com.wixpress.html.cache.invalidate;
7
-
8
- message InvalidateCache {
9
- oneof get_by {
10
- string meta_site_id = 1 [(wix.api.format) = GUID]; // Invalidate by msId. NOT recommended, as this will invalidate the entire site cache!
11
- string site_id = 5 [(wix.api.format) = GUID]; // Invalidate by Site ID. NOT recommended, as this will invalidate the entire site cache!
12
- App app = 2; // Invalidate by App
13
- Page page = 6; // Invalidate by page id
14
- URI uri = 7; // Invalidate by URI path
15
- File file = 8; // Invalidate by file (for media files such as PDFs)
16
- }
17
-
18
- //tell us why you're invalidating the cache. You don't need to add your app name
19
- google.protobuf.StringValue reason = 3 [(wix.api.maxLength) = 256]; // The cache invalidation reason
20
-
21
- //flynt-disable field-lower-snake-case
22
- bool localDc = 4; // Is local DS
23
-
24
- bool hard_purge = 9;
25
-
26
-
27
- message App {
28
- string app_def_id = 1 [(wix.api.minLength) = 1]; // The AppDefId
29
- string instance_id = 2 [(wix.api.format) = GUID]; // The instance Id
30
- }
31
-
32
- message Page {
33
- string meta_site_id = 1 [(wix.api.format) = GUID]; // the msid the page is on
34
- string page_id = 2 [(wix.api.minLength) = 1]; // Invalidate by Page ID
35
- }
36
-
37
- message URI {
38
- string meta_site_id = 1 [(wix.api.format) = GUID]; // the msid the URI is on
39
- string uri_path = 2 [(wix.api.minLength) = 1]; // URI path to invalidate (e.g. page/my/path) - without leading/trailing slashes
40
- }
41
-
42
- message File {
43
- string meta_site_id = 1 [(wix.api.format) = GUID]; // the msid the file is related to
44
- string file_name = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 256]; // Invalidate by filename (for media files such as PDFs)
45
- }
46
- }
@@ -1,25 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "google/protobuf/wrappers.proto";
4
- import "wix/api/validations.proto";
5
-
6
- package com.wixpress.html.cache.invalidate;
7
-
8
- message InvalidateCacheInternal {
9
- string meta_site_id = 1; // The MSID
10
- int64 site_cache_revision = 2; // Site's revision
11
- int64 submit_time_ms = 3; // Request time
12
- google.protobuf.StringValue reason = 4 [(wix.api.maxLength) = 256]; // Invalidation reason
13
- App app = 5; // invalidate by app (Legacy)
14
-
15
- oneof get_by {
16
- string site_id = 6; // Invalidate by Site ID
17
- string page_id = 7; // Invalidate by Page ID
18
- string uri_path = 8; // Invalidate by URI path (e.g. page/my/path)
19
- App app_def = 9; // Invalidate by app
20
- }
21
- message App {
22
- string app_def_id = 1; // AppDefId
23
- string instance_id = 2; // Instance Id
24
- }
25
- }
@@ -1,80 +0,0 @@
1
- // flynt-disable missing-entity-id-field
2
- syntax = "proto3";
3
-
4
- package com.wixpress.html.cache.invalidate;
5
-
6
- import "google/api/annotations.proto";
7
- import "wix/api/permissions.proto";
8
- import "google/protobuf/wrappers.proto";
9
- import "wix/api/annotations.proto";
10
- import "wix/api/entity.proto";
11
- import "wix/api/validations.proto";
12
- import "wix/sdk/definitions.proto";
13
-
14
-
15
- service InvalidateCacheService {
16
- option (.wix.api.service_maturity) = BETA;
17
- option (.wix.api.service_exposure) = PUBLIC;
18
- option (.wix.api.service_entity) = {
19
- message: "com.wixpress.html.cache.invalidate.InvalidateCacheRequest"
20
- };
21
-
22
- /*
23
- Clears caches using specified tags.
24
-
25
- This function invalidates or clears previously cached return values based on specified tags. The `invalidationMethods` parameter accepts an array of objects, each containing a `tag` field. These tags are defined when caching return values for routers using the [`ok()` function](https://dev.wix.com/docs/velo/api-reference/wix-router/ok). For example, an array such as `[{ tag: "contacts" }, { tag: "labels" }]` will clear any cached return values tagged with "contacts" or "labels." Any cache containing at least one tag specified in the `invalidationMethods` parameter will be cleared.
26
-
27
-
28
- <blockquote class="important">
29
-
30
- __Important:__
31
- - If you don't specify any tags in the `invalidationsMethod` parameter, no caches are invalidated.
32
- - If you don't use the `invalidateCache()` function, your caches are only invalidated when the Time to Live (TTL) expires or when you republish your site with a code change.
33
-
34
-
35
- - This function invalidates router caches. To invalidate the Server Side Rendering (SSR) cache for your site, use the `invalidateCache()` function from the [`wix-site-backend`](https://dev.wix.com/docs/velo/api-reference/wix-site-backend/invalidate-cache) module.
36
-
37
- </blockquote>
38
-
39
- */
40
- rpc invalidateCache(InvalidateCacheRequest) returns ( InvalidateCacheResponse) {
41
- option (wix.api.permission).name = "SSR.INVALIDATE_CACHE";
42
- option (google.api.http).post = "/v1/invalidate-cache";
43
- option (.wix.sdk.signature) = {params: "invalidation_methods"};
44
- }
45
- }
46
-
47
- message InvalidateCacheRequest {
48
-
49
- option (wix.api.entity) = {
50
- fqdn: "wix.ssr.v1.invalidate_cache_request"
51
- segment: USERS
52
- appendix_files: {
53
- type: AUTO_VELO
54
- // Yous hould specify the path for the folder that holds the config.json file
55
- path: "appendices/velo"
56
- };
57
- };
58
-
59
-
60
- //An array of objects containing a `tag` field used to identify the cache to invalidate. All cached return values with any listed tags are invalidated. If no tags are specified, nothing is invalidated.
61
- repeated InvalidationMethods invalidation_methods = 1 [(wix.api.maxSize) = 100];
62
-
63
- //tell us why you're invalidating the cache. You don't need to add your app name
64
- google.protobuf.StringValue reason = 2 [(wix.api.maxLength) = 256, (.wix.api.field_exposure) = INTERNAL];
65
-
66
- // Is local DC
67
- bool local_dc = 3 [(.wix.api.field_exposure) = INTERNAL];
68
-
69
- // Is set to hard purge
70
- bool hard_purge = 4 [(.wix.api.field_exposure) = INTERNAL];
71
- }
72
-
73
- message InvalidationMethods {
74
- oneof invalidate_by {
75
- string tag = 1 [(wix.api.maxLength) = 500, (wix.api.minLength) = 1]; // Identifiers of the caches to invalidate.
76
- }
77
- }
78
-
79
- message InvalidateCacheResponse {
80
- }
@@ -1,27 +0,0 @@
1
- syntax = "proto3";
2
-
3
- import "google/protobuf/wrappers.proto";
4
- import "wix/api/validations.proto";
5
-
6
- package wix.ssr.cache_invalidate.v2;
7
-
8
- message InvalidateCache {
9
- enum InvalidateScope {
10
- SITE = 0; // Invalidate the entire site
11
- APP_PAGES = 1; // Invalidate only pages containing the app
12
- }
13
-
14
- InvalidateScope scope = 1; // Invalidation Scope
15
-
16
- // You must pass the app def id when using the APP_PAGES scope
17
- google.protobuf.StringValue app_def_id = 2;
18
-
19
- // Tell us why you are invalidating the cache. No need to mention the app name.
20
- string reason = 3 [(wix.api.maxLength) = 256];
21
-
22
- // Invalidate the cache only in the DC where the message was produced
23
- //flynt-disable field-lower-snake-case
24
- bool localDc = 4;
25
-
26
- bool hard_purge = 5;
27
- }
@@ -1,34 +0,0 @@
1
- syntax = "proto3";
2
-
3
- package com.wixpress.immigrator.tasks.api.generic;
4
-
5
- import "google/protobuf/duration.proto";
6
- import "google/protobuf/wrappers.proto";
7
- import "wix/api/sla.proto";
8
-
9
- message RunBulkMigrationRequest {
10
- // customParam without group id and artifact id after performing split by ','
11
- repeated string custom_param = 1;
12
- // Single run input
13
- repeated string inputs = 2;
14
- }
15
-
16
- message RunBulkMigrationResponse {
17
- // Human readable result description. Will be logged.
18
- repeated SingleMigrationResult results = 1;
19
- }
20
-
21
- message SingleMigrationResult {
22
- string input = 1;
23
- // Human readable result description. Will be logged.
24
- string result = 2;
25
- bool skipped = 3;
26
- // if present and not skipped will mark the result as failed with the containing message
27
- google.protobuf.StringValue failure = 4;
28
- }
29
-
30
- //flynt-disable missing-service-entity
31
- service ImmigratorBulkMigrationService {
32
- rpc RunBulkMigration (RunBulkMigrationRequest) returns (RunBulkMigrationResponse){
33
- option (.wix.api.sla).response_time_ms = 600000; // 10 minutes response time to a single migration
34
- }}
@@ -1,25 +0,0 @@
1
- syntax = "proto3";
2
-
3
- package com.wixpress.immigrator.tasks.api.generic;
4
-
5
- import "google/protobuf/duration.proto";
6
- import "wix/api/sla.proto";
7
-
8
- message RunSingleMigrationRequest {
9
- // customParam without group id and artifact id after performing split by ','
10
- repeated string custom_param = 1;
11
- // Single run input
12
- string input = 2;
13
- }
14
-
15
- message RunSingleMigrationResponse {
16
- // Human readable result description. Will be logged.
17
- string result = 1;
18
- bool skipped = 2;
19
- }
20
-
21
- //flynt-disable missing-service-entity
22
- service ImmigratorSingleMigrationService {
23
- rpc RunMigration (RunSingleMigrationRequest) returns (RunSingleMigrationResponse){
24
- option (.wix.api.sla).response_time_ms = 600000; // 10 minutes response time to a single migration
25
- }}
@@ -1,40 +0,0 @@
1
- //flynt-disable invalid-id-name, missing-array-limits, missing-field-comments, missing-rest-mapping, missing-method-comments, missing-permission
2
- syntax = "proto3";
3
-
4
- package com.wixpress.locations;
5
-
6
- import "wix/api/validations.proto";
7
- import "wix/api/annotations.proto";
8
-
9
- service LocationsBackofficeService {
10
- option (.wix.api.service_exposure) = PRIVATE;
11
- rpc CreateDefaultFromSiteProperties (CreateDefaultFromSitePropertiesRequest) returns (CreateDefaultFromSitePropertiesResponse) {}
12
- rpc FillNonArchived (FillNonArchivedRequest) returns (FillNonArchivedResponse) {}
13
- rpc DeleteLocation (DeleteLocationRequest) returns (DeleteLocationResponse) {}
14
- }
15
-
16
- message CreateDefaultFromSitePropertiesRequest {
17
- repeated string meta_site_ids = 1;
18
- }
19
-
20
- message CreateDefaultFromSitePropertiesResponse {
21
- repeated string sites_successful = 1;
22
- repeated string sites_failed = 2;
23
- }
24
-
25
- message FillNonArchivedRequest {
26
- repeated string meta_site_ids = 1;
27
- }
28
-
29
- message FillNonArchivedResponse {
30
- repeated string sites_successful = 1;
31
- repeated string sites_failed = 2;
32
- }
33
-
34
- message DeleteLocationRequest {
35
- string id = 1 [(wix.api.format) = GUID];
36
- }
37
-
38
- message DeleteLocationResponse {
39
- string id = 1 [(wix.api.format) = GUID];
40
- }
@@ -1,155 +0,0 @@
1
- //flynt-disable topic-to-be-migrated, invalid-decomposition
2
- syntax = "proto3";
3
-
4
- package com.wixpress.locations;
5
-
6
- option java_multiple_files = true;
7
- option java_package = "com.wixpress.locations";
8
-
9
- import "google/protobuf/wrappers.proto";
10
- import "wix/api/validations.proto";
11
- import "wix/api/entity.proto";
12
- import "com/wixpress/siteproperties/api/v4/properties.proto";
13
- import "wix/api/annotations.proto";
14
-
15
- message Location {
16
- option (wix.api.entity) = {
17
- fqdn: "wix.locations.v1.location"
18
- app_def_id: "72bd862c-d19f-4afa-adf3-fecbc33efa6e"
19
- appendix_files: {
20
- type: AUTO_VELO
21
- path: "appendices/velo"
22
- }
23
- appendix_files: {
24
- type: MULTILINGUAL
25
- path: "appendices/multilingual"
26
- };
27
- segment: USERS
28
- };
29
-
30
- // Location ID.
31
- google.protobuf.StringValue id = 1 [(wix.api.format) = GUID, (.wix.api.readOnly) = true];
32
- // Location name.
33
- string name = 2 [(.wix.api.translatable) = {
34
- name: "Location Name"
35
- hidden: false
36
- grouping: "multiLocation"
37
- type: LONG_TEXT
38
- }, (.wix.api.maxLength) = 150];
39
- // Location description.
40
- google.protobuf.StringValue description = 3 [(.wix.api.translatable) = {
41
- name: "Location Description"
42
- hidden: false
43
- grouping: "multiLocation"
44
- type: LONG_TEXT
45
- }, (.wix.api.maxLength) = 500];
46
- /*
47
- Whether this is the default location. There can only be one default location per site. The default location can't be archived.
48
- */
49
- bool default = 4 [(.wix.api.readOnly) = true];
50
- /*
51
- Location status. Defaults to `ACTIVE`.
52
- __Notes:__
53
- - [Archiving a location](https://dev.wix.com/api/rest/business-info/locations/archive-location)
54
- doesn't affect the location's status.
55
- - `INACTIVE` status is currently not supported.
56
- */
57
- LocationStatus status = 5;
58
- // Location type.
59
- //
60
- //**Note:** Currently not supported.
61
- LocationType location_type = 6 [deprecated = true];
62
- // Fax number.
63
- google.protobuf.StringValue fax = 7;
64
- // Timezone in `America/New_York` format.
65
- google.protobuf.StringValue time_zone = 8;
66
- // Email address.
67
- google.protobuf.StringValue email = 9 [(wix.api.pii) = true];
68
- // Phone number.
69
- google.protobuf.StringValue phone = 10 [(wix.api.pii) = true];
70
- // Address.
71
- Address address = 11;
72
- /*
73
- Business schedule. Array of weekly recurring time periods when the location is open for business. Limited to 100 time periods.
74
-
75
- __Note:__ Not supported by Wix Bookings.
76
- */
77
- com.wixpress.siteproperties.api.v4.BusinessSchedule business_schedule = 12;
78
- /*
79
- Revision number, which increments by 1 each time the location is updated.
80
- To prevent conflicting changes, the existing revision must be used when updating a location.
81
- */
82
- google.protobuf.Int64Value revision = 13;
83
- /*
84
- Whether the location is archived. Archived locations can't be updated.
85
- __Note:__ [Archiving a location](https://dev.wix.com/api/rest/business-info/locations/archive-location)
86
- doesn't affect its `status`.
87
- */
88
- bool archived = 14 [(.wix.api.readOnly) = true];
89
-
90
- // Location types.
91
- repeated LocationType location_types = 15 [(.wix.api.maxSize) = 10];
92
- }
93
-
94
- // For future use
95
- enum LocationStatus {
96
- ACTIVE = 0;
97
- INACTIVE = 2;
98
- }
99
-
100
- // For future use
101
- enum LocationType {
102
- UNKNOWN = 0;
103
- BRANCH = 1;
104
- OFFICES = 2;
105
- RECEPTION = 3;
106
- HEADQUARTERS = 4;
107
- INVENTORY = 5;
108
- }
109
-
110
- message Address {
111
- option (.wix.api.decomposite_of) = "wix.common.Address";
112
- // 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
113
- google.protobuf.StringValue country = 1 [(wix.api.format) = COUNTRY, (wix.api.pii) = true];
114
- // Code for a subdivision (such as state, prefecture, or province) in [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) format.
115
- google.protobuf.StringValue subdivision = 2 [(wix.api.pii) = true];
116
- // City name.
117
- google.protobuf.StringValue city = 3 [(wix.api.pii) = true];
118
- // Postal or zip code.
119
- google.protobuf.StringValue postal_code = 4 [(wix.api.pii) = true, (wix.api.maxLength) = 20];
120
- // Street address. Includes street name, number, and apartment number in separate fields.
121
- StreetAddress street_address = 5;
122
- // Full address of the location.
123
- google.protobuf.StringValue formatted_address = 6 [(wix.api.pii) = true];
124
- // Extra information that helps finding the location.
125
- google.protobuf.StringValue hint = 7 [(wix.api.pii) = true, (.wix.api.translatable) = {
126
- name: "Address Description"
127
- hidden: false
128
- grouping: "multiLocation"
129
- type: LONG_TEXT
130
- }, (.wix.api.maxLength) = 500];
131
- // Geographic coordinates of location.
132
- AddressLocation geocode = 8;
133
- }
134
-
135
- // Street address. Includes street name, number, and apartment number in separate fields.
136
- message StreetAddress {
137
- option (.wix.api.decomposite_of) = "wix.common.StreetAddress";
138
-
139
- //Street number.
140
- string number = 1 [(wix.api.pii) = true];
141
- // Street name.
142
- string name = 2 [(wix.api.pii) = true];
143
- // Apartment number.
144
- string apt = 3 [(wix.api.pii) = true];
145
- }
146
-
147
- // Address Geolocation
148
- message AddressLocation {
149
- option (.wix.api.decomposite_of) = "wix.common.AddressLocation";
150
-
151
- // Latitude of the location. Must be between -90 and 90.
152
- google.protobuf.DoubleValue latitude = 1 [(wix.api.pii) = true];
153
- // Longitude of the location. Must be between -180 and 180.
154
- google.protobuf.DoubleValue longitude = 2 [(wix.api.pii) = true];
155
- }