flowrix 1.0.1-beta.152 → 1.0.1-beta.154

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 (198) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/DynamicComponents/SubscriptionForm.d.vue.ts +3 -0
  3. package/dist/runtime/components/DynamicComponents/SubscriptionForm.vue +60 -0
  4. package/dist/runtime/components/DynamicComponents/SubscriptionForm.vue.d.ts +3 -0
  5. package/dist/runtime/components/DynamicComponents/WebForm.d.vue.ts +7 -0
  6. package/dist/runtime/components/DynamicComponents/WebForm.vue +115 -0
  7. package/dist/runtime/components/DynamicComponents/WebForm.vue.d.ts +7 -0
  8. package/dist/runtime/components/Pages/dynamic.d.vue.ts +7 -0
  9. package/dist/runtime/components/Pages/dynamic.vue +124 -0
  10. package/dist/runtime/components/Pages/dynamic.vue.d.ts +7 -0
  11. package/dist/runtime/components/Pages/index.d.vue.ts +7 -0
  12. package/dist/runtime/components/Pages/index.vue +214 -0
  13. package/dist/runtime/components/Pages/index.vue.d.ts +7 -0
  14. package/dist/runtime/components/{product → Product}/Dynamic.vue +3 -3
  15. package/dist/runtime/components/{product → Product}/index.vue +1 -3
  16. package/dist/runtime/components/Types/brand/index.d.vue.ts +6 -0
  17. package/dist/runtime/components/Types/brand/index.vue +12 -0
  18. package/dist/runtime/components/Types/brand/index.vue.d.ts +6 -0
  19. package/dist/runtime/components/Types/category/index.d.vue.ts +6 -0
  20. package/dist/runtime/components/Types/category/index.vue +50 -0
  21. package/dist/runtime/components/Types/category/index.vue.d.ts +6 -0
  22. package/dist/runtime/components/Types/dynamic.d.vue.ts +7 -0
  23. package/dist/runtime/components/Types/dynamic.vue +160 -0
  24. package/dist/runtime/components/Types/dynamic.vue.d.ts +7 -0
  25. package/dist/runtime/components/Types/page/index.d.vue.ts +6 -0
  26. package/dist/runtime/components/Types/page/index.vue +51 -0
  27. package/dist/runtime/components/Types/page/index.vue.d.ts +6 -0
  28. package/dist/runtime/components/Types/post/index.d.vue.ts +6 -0
  29. package/dist/runtime/components/Types/post/index.vue +51 -0
  30. package/dist/runtime/components/Types/post/index.vue.d.ts +6 -0
  31. package/dist/runtime/components/Types/product/index.d.vue.ts +6 -0
  32. package/dist/runtime/components/Types/product/index.vue +10 -0
  33. package/dist/runtime/components/Types/product/index.vue.d.ts +6 -0
  34. package/dist/runtime/composables/Checkout/useCheckout.js +8 -0
  35. package/dist/runtime/composables/Product/useQuickView.js +3 -4
  36. package/dist/runtime/pages/flowrix-default.vue +24 -9
  37. package/dist/runtime/plugins/bootstrap.client.d.ts +1 -0
  38. package/dist/runtime/plugins/bootstrap.client.js +2 -7
  39. package/dist/runtime/server/api/quickview/[slug].js +5 -3
  40. package/dist/runtime/stores/Checkout.js +8 -5
  41. package/package.json +2 -1
  42. /package/dist/runtime/components/{product → Product}/AddToCart.d.vue.ts +0 -0
  43. /package/dist/runtime/components/{product → Product}/AddToCart.vue +0 -0
  44. /package/dist/runtime/components/{product → Product}/AddToCart.vue.d.ts +0 -0
  45. /package/dist/runtime/components/{product → Product}/AddtoCartSample.d.vue.ts +0 -0
  46. /package/dist/runtime/components/{product → Product}/AddtoCartSample.vue +0 -0
  47. /package/dist/runtime/components/{product → Product}/AddtoCartSample.vue.d.ts +0 -0
  48. /package/dist/runtime/components/{product → Product}/Badges.d.vue.ts +0 -0
  49. /package/dist/runtime/components/{product → Product}/Badges.vue +0 -0
  50. /package/dist/runtime/components/{product → Product}/Badges.vue.d.ts +0 -0
  51. /package/dist/runtime/components/{product → Product}/Description.d.vue.ts +0 -0
  52. /package/dist/runtime/components/{product → Product}/Description.vue +0 -0
  53. /package/dist/runtime/components/{product → Product}/Description.vue.d.ts +0 -0
  54. /package/dist/runtime/components/{product → Product}/Dynamic.d.vue.ts +0 -0
  55. /package/dist/runtime/components/{product → Product}/Dynamic.vue.d.ts +0 -0
  56. /package/dist/runtime/components/{product → Product}/Gallery.d.vue.ts +0 -0
  57. /package/dist/runtime/components/{product → Product}/Gallery.vue +0 -0
  58. /package/dist/runtime/components/{product → Product}/Gallery.vue.d.ts +0 -0
  59. /package/dist/runtime/components/{product → Product}/PopUpCart.d.vue.ts +0 -0
  60. /package/dist/runtime/components/{product → Product}/PopUpCart.vue +0 -0
  61. /package/dist/runtime/components/{product → Product}/PopUpCart.vue.d.ts +0 -0
  62. /package/dist/runtime/components/{product → Product}/ProductInfo.d.vue.ts +0 -0
  63. /package/dist/runtime/components/{product → Product}/ProductInfo.vue +0 -0
  64. /package/dist/runtime/components/{product → Product}/ProductInfo.vue.d.ts +0 -0
  65. /package/dist/runtime/components/{product → Product}/RequiredPopUp.d.vue.ts +0 -0
  66. /package/dist/runtime/components/{product → Product}/RequiredPopUp.vue +0 -0
  67. /package/dist/runtime/components/{product → Product}/RequiredPopUp.vue.d.ts +0 -0
  68. /package/dist/runtime/components/{product → Product}/bundleProduct/Bundle.d.vue.ts +0 -0
  69. /package/dist/runtime/components/{product → Product}/bundleProduct/Bundle.vue +0 -0
  70. /package/dist/runtime/components/{product → Product}/bundleProduct/Bundle.vue.d.ts +0 -0
  71. /package/dist/runtime/components/{product → Product}/bundleProduct/index.d.vue.ts +0 -0
  72. /package/dist/runtime/components/{product → Product}/bundleProduct/index.vue +0 -0
  73. /package/dist/runtime/components/{product → Product}/bundleProduct/index.vue.d.ts +0 -0
  74. /package/dist/runtime/components/{product → Product}/customProduct/AddtoCartSample.d.vue.ts +0 -0
  75. /package/dist/runtime/components/{product → Product}/customProduct/AddtoCartSample.vue +0 -0
  76. /package/dist/runtime/components/{product → Product}/customProduct/AddtoCartSample.vue.d.ts +0 -0
  77. /package/dist/runtime/components/{product → Product}/customProduct/Attributes.d.vue.ts +0 -0
  78. /package/dist/runtime/components/{product → Product}/customProduct/Attributes.vue +0 -0
  79. /package/dist/runtime/components/{product → Product}/customProduct/Attributes.vue.d.ts +0 -0
  80. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/drop-down.d.vue.ts +0 -0
  81. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/drop-down.vue +0 -0
  82. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/drop-down.vue.d.ts +0 -0
  83. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-collection.d.vue.ts +0 -0
  84. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-collection.vue +0 -0
  85. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-collection.vue.d.ts +0 -0
  86. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-colors.d.vue.ts +0 -0
  87. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-colors.vue +0 -0
  88. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-colors.vue.d.ts +0 -0
  89. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-values.d.vue.ts +0 -0
  90. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-values.vue +0 -0
  91. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/multi-values.vue.d.ts +0 -0
  92. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/style.d.vue.ts +0 -0
  93. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/style.vue +0 -0
  94. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/style.vue.d.ts +0 -0
  95. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/swatch.d.vue.ts +0 -0
  96. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/swatch.vue +0 -0
  97. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/AttributeType/swatch.vue.d.ts +0 -0
  98. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/PopupContent/Popup.d.vue.ts +0 -0
  99. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/PopupContent/Popup.vue +0 -0
  100. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/PopupContent/Popup.vue.d.ts +0 -0
  101. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/SingleAttribute.d.vue.ts +0 -0
  102. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/SingleAttribute.vue +0 -0
  103. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/SingleAttribute.vue.d.ts +0 -0
  104. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlide.d.vue.ts +0 -0
  105. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlide.vue +0 -0
  106. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlide.vue.d.ts +0 -0
  107. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlidemagnifier.d.vue.ts +0 -0
  108. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlidemagnifier.vue +0 -0
  109. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/SingleSlidemagnifier.vue.d.ts +0 -0
  110. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/button.d.vue.ts +0 -0
  111. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/button.vue +0 -0
  112. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/button.vue.d.ts +0 -0
  113. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdown.d.vue.ts +0 -0
  114. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdown.vue +0 -0
  115. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdown.vue.d.ts +0 -0
  116. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdownWithIcon.d.vue.ts +0 -0
  117. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdownWithIcon.vue +0 -0
  118. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/dropdownWithIcon.vue.d.ts +0 -0
  119. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/height.d.vue.ts +0 -0
  120. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/height.vue +0 -0
  121. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/height.vue.d.ts +0 -0
  122. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBox.d.vue.ts +0 -0
  123. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBox.vue +0 -0
  124. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBox.vue.d.ts +0 -0
  125. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBoxWithMagnifier.d.vue.ts +0 -0
  126. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBoxWithMagnifier.vue +0 -0
  127. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/imageBoxWithMagnifier.vue.d.ts +0 -0
  128. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/message.d.vue.ts +0 -0
  129. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/message.vue +0 -0
  130. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/message.vue.d.ts +0 -0
  131. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/number.d.vue.ts +0 -0
  132. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/number.vue +0 -0
  133. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/number.vue.d.ts +0 -0
  134. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/orderSample/button.d.vue.ts +0 -0
  135. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/orderSample/button.vue +0 -0
  136. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/orderSample/button.vue.d.ts +0 -0
  137. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/radio.d.vue.ts +0 -0
  138. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/radio.vue +0 -0
  139. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/radio.vue.d.ts +0 -0
  140. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/slider.d.vue.ts +0 -0
  141. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/slider.vue +0 -0
  142. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/slider.vue.d.ts +0 -0
  143. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/sliderWithMagnifier.d.vue.ts +0 -0
  144. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/sliderWithMagnifier.vue +0 -0
  145. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/sliderWithMagnifier.vue.d.ts +0 -0
  146. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subheight.d.vue.ts +0 -0
  147. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subheight.vue +0 -0
  148. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subheight.vue.d.ts +0 -0
  149. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subwidth.d.vue.ts +0 -0
  150. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subwidth.vue +0 -0
  151. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/subwidth.vue.d.ts +0 -0
  152. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/swatch.d.vue.ts +0 -0
  153. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/swatch.vue +0 -0
  154. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/swatch.vue.d.ts +0 -0
  155. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/text.d.vue.ts +0 -0
  156. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/text.vue +0 -0
  157. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/text.vue.d.ts +0 -0
  158. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/width.d.vue.ts +0 -0
  159. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/width.vue +0 -0
  160. /package/dist/runtime/components/{product → Product}/customProduct/AttributesComponents/Styles/width.vue.d.ts +0 -0
  161. /package/dist/runtime/components/{product → Product}/customProduct/ConfirmPopup.d.vue.ts +0 -0
  162. /package/dist/runtime/components/{product → Product}/customProduct/ConfirmPopup.vue +0 -0
  163. /package/dist/runtime/components/{product → Product}/customProduct/ConfirmPopup.vue.d.ts +0 -0
  164. /package/dist/runtime/components/{product → Product}/customProduct/RequiredPopUp.d.vue.ts +0 -0
  165. /package/dist/runtime/components/{product → Product}/customProduct/RequiredPopUp.vue +0 -0
  166. /package/dist/runtime/components/{product → Product}/customProduct/RequiredPopUp.vue.d.ts +0 -0
  167. /package/dist/runtime/components/{product → Product}/customProduct/Reviews.d.vue.ts +0 -0
  168. /package/dist/runtime/components/{product → Product}/customProduct/Reviews.vue +0 -0
  169. /package/dist/runtime/components/{product → Product}/customProduct/Reviews.vue.d.ts +0 -0
  170. /package/dist/runtime/components/{product → Product}/customProduct/SingleStep.d.vue.ts +0 -0
  171. /package/dist/runtime/components/{product → Product}/customProduct/SingleStep.vue +0 -0
  172. /package/dist/runtime/components/{product → Product}/customProduct/SingleStep.vue.d.ts +0 -0
  173. /package/dist/runtime/components/{product → Product}/customProduct/Steps.d.vue.ts +0 -0
  174. /package/dist/runtime/components/{product → Product}/customProduct/Steps.vue +0 -0
  175. /package/dist/runtime/components/{product → Product}/customProduct/Steps.vue.d.ts +0 -0
  176. /package/dist/runtime/components/{product → Product}/customProduct/index.d.vue.ts +0 -0
  177. /package/dist/runtime/components/{product → Product}/customProduct/index.vue +0 -0
  178. /package/dist/runtime/components/{product → Product}/customProduct/index.vue.d.ts +0 -0
  179. /package/dist/runtime/components/{product → Product}/index.d.vue.ts +0 -0
  180. /package/dist/runtime/components/{product → Product}/index.vue.d.ts +0 -0
  181. /package/dist/runtime/components/{product → Product}/sampleProduct/ProductVariation.d.vue.ts +0 -0
  182. /package/dist/runtime/components/{product → Product}/sampleProduct/ProductVariation.vue +0 -0
  183. /package/dist/runtime/components/{product → Product}/sampleProduct/ProductVariation.vue.d.ts +0 -0
  184. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleDetails.d.vue.ts +0 -0
  185. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleDetails.vue +0 -0
  186. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleDetails.vue.d.ts +0 -0
  187. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleFeatures.d.vue.ts +0 -0
  188. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleFeatures.vue +0 -0
  189. /package/dist/runtime/components/{product → Product}/sampleProduct/SampleFeatures.vue.d.ts +0 -0
  190. /package/dist/runtime/components/{product → Product}/sampleProduct/index.d.vue.ts +0 -0
  191. /package/dist/runtime/components/{product → Product}/sampleProduct/index.vue +0 -0
  192. /package/dist/runtime/components/{product → Product}/sampleProduct/index.vue.d.ts +0 -0
  193. /package/dist/runtime/components/{product → Product}/simpleProduct/ProductVariation.d.vue.ts +0 -0
  194. /package/dist/runtime/components/{product → Product}/simpleProduct/ProductVariation.vue +0 -0
  195. /package/dist/runtime/components/{product → Product}/simpleProduct/ProductVariation.vue.d.ts +0 -0
  196. /package/dist/runtime/components/{product → Product}/simpleProduct/index.d.vue.ts +0 -0
  197. /package/dist/runtime/components/{product → Product}/simpleProduct/index.vue +0 -0
  198. /package/dist/runtime/components/{product → Product}/simpleProduct/index.vue.d.ts +0 -0