@stock-in-the-channel/sinch-vue-components 0.0.317 → 0.0.318

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
@@ -36347,7 +36347,7 @@ const UD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36347
36347
  },
36348
36348
  emits: ["goToOrderDetails"],
36349
36349
  setup(e, { emit: t }) {
36350
- const n = $(!1), r = $(), { t: a } = un(), i = $(!1), o = $({ rowsPerPage: 10, page: 1 }), l = rr(), u = Ie(), c = u ? u.appContext.config.globalProperties.$formatDate : (h) => h, s = e, f = t, d = ["orderNumber", "creationDate", "status", "type"], v = [
36350
+ const n = $(!1), r = $(), { t: a } = un(), i = $(!1), o = $({ rowsPerPage: 10, page: 1, rowsNumber: 0 }), l = rr(), u = Ie(), c = u ? u.appContext.config.globalProperties.$formatDate : (h) => h, s = e, f = t, d = ["orderNumber", "creationDate", "status", "type"], v = [
36351
36351
  { name: "id", field: "id", label: a("Order Id"), sortable: !1, align: "left" },
36352
36352
  { name: "orderNumber", field: "orderNumber", label: a("Order Number"), sortable: !1, align: "left" },
36353
36353
  { name: "creationDate", field: "creationDate", label: a("Creation Date"), sortable: !1, align: "left", format: (h) => c(h) },
@@ -36983,7 +36983,7 @@ const r2 = { class: "q-ma-lg q-pa-md" }, a2 = { class: "row justify-between" },
36983
36983
  },
36984
36984
  emits: ["updateQueryStringFromFilter", "goToOrderDetails"],
36985
36985
  setup(e, { emit: t }) {
36986
- const n = e, r = t, a = $(!1), i = $({ rowsPerPage: 10 }), o = $(!1), l = $([]), { t: u } = un(), c = rr(), s = $({
36986
+ const n = e, r = t, a = $(!1), i = $({ rowsPerPage: 10, rowsNumber: 0 }), o = $(!1), l = $([]), { t: u } = un(), c = rr(), s = $({
36987
36987
  dateRange: {
36988
36988
  from: void 0,
36989
36989
  to: void 0
@@ -37583,7 +37583,7 @@ const jD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37583
37583
  rowsPerPageOptions: {}
37584
37584
  },
37585
37585
  setup(e) {
37586
- const t = $(), n = $(!1), r = $(!1), a = $({ rowsPerPage: 10 }), { t: i } = un(), o = e, l = [
37586
+ const t = $(), n = $(!1), r = $(!1), a = $({ rowsPerPage: 10, rowsNumber: 0 }), { t: i } = un(), o = e, l = [
37587
37587
  { name: "date", field: "date", label: i("Date"), sortable: !1, align: "left" },
37588
37588
  { name: "status", field: "status", label: i("Status"), sortable: !1, align: "left" },
37589
37589
  { name: "errorMessage", field: "errorMessage", label: i("Message"), sortable: !1, align: "left" }
@@ -38921,7 +38921,7 @@ const E2 = { class: "q-ma-sm" }, I2 = { class: "row" }, O2 = { class: "text-h5 c
38921
38921
  },
38922
38922
  emits: ["rowClick", "customerRowClick", "errorFetchingData", "fetchSubscriptionsFinished"],
38923
38923
  setup(e, { expose: t, emit: n }) {
38924
- const { t: r } = un(), a = $([]), i = $(!1), o = $([]), l = $({ rowsPerPage: 10, page: 1 }), u = $(!1), c = e, s = n;
38924
+ const { t: r } = un(), a = $([]), i = $(!1), o = $([]), l = $({ rowsPerPage: 10, page: 1, rowsNumber: 0 }), u = $(!1), c = e, s = n;
38925
38925
  function f(m) {
38926
38926
  d(m.pagination, c.filters);
38927
38927
  }
@@ -40767,7 +40767,7 @@ const zA = { class: "text-h5 q-ma-md" }, HA = { class: "flex justify-between" },
40767
40767
  { label: a(_n.QuoteAccepted.toString()), value: _n.QuoteAccepted },
40768
40768
  { label: a(_n.QuoteOpen.toString()), value: _n.QuoteOpen },
40769
40769
  { label: a(_n.QuoteRejected.toString()), value: _n.QuoteRejected }
40770
- ]), o = $({ rowsPerPage: 10 }), l = rr(), u = $(!1), c = $(!1), s = [
40770
+ ]), o = $({ rowsPerPage: 10, rowsNumber: 0 }), l = rr(), u = $(!1), c = $(!1), s = [
40771
40771
  { name: "basketId", label: a("Quote Id"), field: "basketId", align: "left" },
40772
40772
  { name: "companyName", label: a("Customer"), field: "companyName", align: "left" },
40773
40773
  { name: "status", label: a("Status"), field: "status", align: "left" },
@@ -0,0 +1,23 @@
1
+ import { Product } from '@/components/ProductSearch/SearchStore';
2
+ import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ route: RouteLocationNormalizedLoaded;
5
+ router: Router;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ redirectToProductDetails: (product: Product, evt: Event) => void;
8
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ route: RouteLocationNormalizedLoaded;
10
+ router: Router;
11
+ }>>> & {
12
+ onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
13
+ }, {}, {}>;
14
+ export default _default;
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToRuntimeProps<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: import('vue').PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.317",
3
+ "version": "0.0.318",
4
4
  "files": [
5
5
  "dist"
6
6
  ],