@stock-in-the-channel/sinch-vue-components 0.0.336 → 0.0.337

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.
package/dist/index.es.js CHANGED
@@ -27433,7 +27433,9 @@ const yO = { class: "brand-products" }, bO = {
27433
27433
  }, _O = { key: 1 }, wO = { class: "row products-row" }, yu = 20, SO = /* @__PURE__ */ ot({
27434
27434
  __name: "BrandProducts",
27435
27435
  props: {
27436
- brandId: {}
27436
+ brandId: {},
27437
+ hideCategoryLink: { type: Boolean },
27438
+ hidePrice: { type: Boolean }
27437
27439
  },
27438
27440
  setup(e) {
27439
27441
  const t = XI(), n = e, r = N([]), a = N(!1), i = N(1), o = N(1);
@@ -27512,8 +27514,10 @@ const yO = { class: "brand-products" }, bO = {
27512
27514
  product: d,
27513
27515
  view: "grid",
27514
27516
  router: q(t),
27515
- onOnMoreClick: u
27516
- }, null, 8, ["product", "router"])
27517
+ onOnMoreClick: u,
27518
+ "hide-category-link": c.hideCategoryLink,
27519
+ "hide-price": c.hidePrice
27520
+ }, null, 8, ["product", "router", "hide-category-link", "hide-price"])
27517
27521
  ]))), 128))
27518
27522
  ]),
27519
27523
  o.value > 1 ? (B(), $e(q(Sp), {
@@ -27535,7 +27539,7 @@ const jy = (e, t) => {
27535
27539
  for (const [r, a] of t)
27536
27540
  n[r] = a;
27537
27541
  return n;
27538
- }, zy = /* @__PURE__ */ jy(SO, [["__scopeId", "data-v-8939674d"]]), CO = { class: "list-row row q-pa-xs" }, kO = { class: "row" }, TO = { class: "col-12 text-center" }, EO = { key: 1 }, Hy = /* @__PURE__ */ ot({
27542
+ }, zy = /* @__PURE__ */ jy(SO, [["__scopeId", "data-v-6f02f4d6"]]), CO = { class: "list-row row q-pa-xs" }, kO = { class: "row" }, TO = { class: "col-12 text-center" }, EO = { key: 1 }, Hy = /* @__PURE__ */ ot({
27539
27543
  __name: "ProvidersCatalogue",
27540
27544
  props: {
27541
27545
  providers: {}
@@ -27740,7 +27744,9 @@ const jy = (e, t) => {
27740
27744
  __name: "MarketPlaceSearch",
27741
27745
  props: {
27742
27746
  route: {},
27743
- router: {}
27747
+ router: {},
27748
+ hideCategoryLink: { type: Boolean },
27749
+ hidePrice: { type: Boolean }
27744
27750
  },
27745
27751
  emits: ["redirectToProductDetails"],
27746
27752
  setup(e, { emit: t }) {
@@ -27885,8 +27891,10 @@ const jy = (e, t) => {
27885
27891
  router: I.router,
27886
27892
  product: R,
27887
27893
  view: _.value,
27888
- onOnMoreClick: C
27889
- }, null, 8, ["router", "product", "view"])) : Ce("", !0)
27894
+ onOnMoreClick: C,
27895
+ "hide-category-link": d.hideCategoryLink,
27896
+ "hide-price": d.hidePrice
27897
+ }, null, 8, ["router", "product", "view", "hide-category-link", "hide-price"])) : Ce("", !0)
27890
27898
  ], 2)), [
27891
27899
  [Pe, !i.value]
27892
27900
  ])), 128))
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .thumbnail-container{text-align:center}.products-row[data-v-8939674d]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-b906ffe5]{max-width:1100px;width:80vw}.q-td{min-width:80px}
1
+ .thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-b906ffe5]{max-width:1100px;width:80vw}.q-td{min-width:80px}
@@ -1,7 +1,11 @@
1
1
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  brandId: number;
3
+ hideCategoryLink?: boolean | undefined;
4
+ hidePrice?: boolean | undefined;
3
5
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
6
  brandId: number;
7
+ hideCategoryLink?: boolean | undefined;
8
+ hidePrice?: boolean | undefined;
5
9
  }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
10
  export default _default;
7
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,11 +3,15 @@ import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  route: RouteLocationNormalizedLoaded;
5
5
  router: Router;
6
+ hideCategoryLink?: boolean | undefined;
7
+ hidePrice?: boolean | undefined;
6
8
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
9
  redirectToProductDetails: (product: Product, evt: Event) => void;
8
10
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
11
  route: RouteLocationNormalizedLoaded;
10
12
  router: Router;
13
+ hideCategoryLink?: boolean | undefined;
14
+ hidePrice?: boolean | undefined;
11
15
  }>>> & Readonly<{
12
16
  onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
13
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.336",
3
+ "version": "0.0.337",
4
4
  "files": [
5
5
  "dist"
6
6
  ],