@stock-in-the-channel/sinch-vue-components 0.0.358 → 0.0.359

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 (2) hide show
  1. package/dist/index.es.js +12 -12
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -24353,7 +24353,7 @@ const UT = { style: { "margin-left": "-31px" } }, jT = { key: 0 }, hu = 5, Wo =
24353
24353
  emits: ["onItemChecked", "onLoadingData"],
24354
24354
  setup(e, { expose: t, emit: n }) {
24355
24355
  const r = n, a = Gi(Dm), i = A(), o = A(!1), l = A({
24356
- rowsPerPage: 10,
24356
+ rowsPerPage: 50,
24357
24357
  rowsNumber: 0,
24358
24358
  page: 1
24359
24359
  });
@@ -24764,7 +24764,7 @@ const UT = { style: { "margin-left": "-31px" } }, jT = { key: 0 }, hu = 5, Wo =
24764
24764
  emits: ["onItemChecked", "onAddToSelection", "onLoadingData"],
24765
24765
  setup(e, { expose: t, emit: n }) {
24766
24766
  const r = e, a = A({
24767
- rowsPerPage: 10,
24767
+ rowsPerPage: 50,
24768
24768
  rowsNumber: 0,
24769
24769
  page: 1
24770
24770
  }), i = n, o = r.memoryStoreName ?? "SearchByBrandAndCategory", l = Gi(o), u = A();
@@ -37759,7 +37759,7 @@ const xV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37759
37759
  },
37760
37760
  emits: ["goToOrderDetails"],
37761
37761
  setup(e, { emit: t }) {
37762
- const n = A(!1), r = A(), { t: a } = tn(), i = A(!1), o = A({ rowsPerPage: 10, page: 1, rowsNumber: 0 }), l = Zn(), u = Ne(), c = u ? u.appContext.config.globalProperties.$formatDate : (S) => S, s = e, d = t, f = ["orderNumber", "creationDate", "status", "type"], v = [
37762
+ const n = A(!1), r = A(), { t: a } = tn(), i = A(!1), o = A({ rowsPerPage: 50, page: 1, rowsNumber: 0 }), l = Zn(), u = Ne(), c = u ? u.appContext.config.globalProperties.$formatDate : (S) => S, s = e, d = t, f = ["orderNumber", "creationDate", "status", "type"], v = [
37763
37763
  { name: "id", field: "id", label: a("Order Id"), sortable: !1, align: "left" },
37764
37764
  { name: "orderNumber", field: "orderNumber", label: a("Order Number"), sortable: !1, align: "left" },
37765
37765
  { name: "creationDate", field: "creationDate", label: a("Creation Date"), sortable: !1, align: "left", format: (S) => c(S) },
@@ -37936,7 +37936,7 @@ const xV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37936
37936
  rows: r.value ?? [],
37937
37937
  columns: i,
37938
37938
  "row-key": "rowNumber",
37939
- pagination: { rowsPerPage: 0 },
37939
+ pagination: { rowsPerPage: 50 },
37940
37940
  "wrap-cells": "",
37941
37941
  "rows-per-page-options": n.rowsPerPageOptions,
37942
37942
  loading: s.isDataLoading
@@ -38395,7 +38395,7 @@ const cR = { class: "q-ma-lg q-pa-md" }, dR = { class: "row justify-between" },
38395
38395
  },
38396
38396
  emits: ["updateQueryStringFromFilter", "goToOrderDetails"],
38397
38397
  setup(e, { emit: t }) {
38398
- const n = e, r = t, a = A(!1), i = A({ rowsPerPage: 10, rowsNumber: 0 }), o = A(!1), l = A([]), { t: u } = tn(), c = Zn(), s = A({
38398
+ const n = e, r = t, a = A(!1), i = A({ rowsPerPage: 50, rowsNumber: 0 }), o = A(!1), l = A([]), { t: u } = tn(), c = Zn(), s = A({
38399
38399
  dateRange: {
38400
38400
  from: void 0,
38401
38401
  to: void 0
@@ -38996,7 +38996,7 @@ const IV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
38996
38996
  rowsPerPageOptions: { default: () => [10, 20, 50, 100] }
38997
38997
  },
38998
38998
  setup(e) {
38999
- const t = A(), n = A(!1), r = A(!1), a = A({ rowsPerPage: 10, rowsNumber: 0 }), { t: i } = tn(), o = e, l = [
38999
+ const t = A(), n = A(!1), r = A(!1), a = A({ rowsPerPage: 50, rowsNumber: 0 }), { t: i } = tn(), o = e, l = [
39000
39000
  { name: "date", field: "date", label: i("Date"), sortable: !1, align: "left", headerStyle: "width: 10%;" },
39001
39001
  { name: "idpUserName", field: "idpUserName", label: i("User"), sortable: !1, align: "left", headerStyle: "width: 15%;" },
39002
39002
  { name: "status", field: "status", label: i("Status"), sortable: !1, align: "left", headerStyle: "width: 10%;" },
@@ -40512,7 +40512,7 @@ const RR = { class: "text-h6" }, AR = { class: "q-mb-md" }, LR = { class: "q-mt-
40512
40512
  rows: s.value?.lines.filter((Y) => !Y.isMainSubscription) ?? [],
40513
40513
  "row-key": "manufacturerPartNumber",
40514
40514
  columns: k,
40515
- pagination: { rowsPerPage: 0 },
40515
+ pagination: { rowsPerPage: 50 },
40516
40516
  "rows-per-page-options": g.rowsPerPageOptions,
40517
40517
  "visible-columns": y.value
40518
40518
  }, {
@@ -40984,7 +40984,7 @@ const RR = { class: "text-h6" }, AR = { class: "q-mb-md" }, LR = { class: "q-mt-
40984
40984
  },
40985
40985
  emits: ["rowClick", "customerRowClick", "errorFetchingData", "fetchSubscriptionsFinished"],
40986
40986
  setup(e, { expose: t, emit: n }) {
40987
- const { t: r } = tn(), a = A([]), i = A(!1), o = A([]), l = A({ rowsPerPage: 10, page: 1, rowsNumber: 0 }), u = A(!1), c = e, s = n;
40987
+ const { t: r } = tn(), a = A([]), i = A(!1), o = A([]), l = A({ rowsPerPage: 50, page: 1, rowsNumber: 0 }), u = A(!1), c = e, s = n;
40988
40988
  function d(m) {
40989
40989
  f(m.pagination, c.filters);
40990
40990
  }
@@ -41325,7 +41325,7 @@ const RR = { class: "text-h6" }, AR = { class: "q-mb-md" }, LR = { class: "q-mt-
41325
41325
  from: "",
41326
41326
  to: ""
41327
41327
  }
41328
- }), u = A({ page: 1, rowsPerPage: 10 }), c = b(() => a.externalSystemClients.some((h) => a.externalSystemClients.filter((p) => p.externalSystemType === h.externalSystemType).length > 1));
41328
+ }), u = A({ page: 1, rowsPerPage: 50 }), c = b(() => a.externalSystemClients.some((h) => a.externalSystemClients.filter((p) => p.externalSystemType === h.externalSystemType).length > 1));
41329
41329
  async function s(h) {
41330
41330
  r.value != null && r.value.fetchSubscriptions && await r.value.fetchSubscriptions(u.value, h), f();
41331
41331
  }
@@ -41438,7 +41438,7 @@ const RR = { class: "text-h6" }, AR = { class: "q-mb-md" }, LR = { class: "q-mt-
41438
41438
  route: {}
41439
41439
  },
41440
41440
  setup(e) {
41441
- const t = Ne(), n = t ? t.appContext.config.globalProperties.$formatCurrency : (s) => s, r = A({ rowsPerPage: 10 }), a = A(!1), i = A(), { t: o } = tn(), l = Zn(), u = [
41441
+ const t = Ne(), n = t ? t.appContext.config.globalProperties.$formatCurrency : (s) => s, r = A({ rowsPerPage: 50 }), a = A(!1), i = A(), { t: o } = tn(), l = Zn(), u = [
41442
41442
  { name: "productName", field: "productName", label: o("Product Name"), sortable: !1, align: "left" },
41443
41443
  { name: "cost", field: "cost", label: o("Cost"), sortable: !1, align: "left", format: (s) => n(s, i.value?.currency) },
41444
41444
  { name: "customerPrice", field: "customerPrice", label: o("Customer Price"), sortable: !1, align: "left" },
@@ -42231,7 +42231,7 @@ const ML = { class: "text-body q-mr-md" }, FL = { class: "text-body q-mr-md" },
42231
42231
  rows: i.value ?? [],
42232
42232
  columns: f.value,
42233
42233
  "row-key": "rowNumber",
42234
- pagination: { rowsPerPage: 0 },
42234
+ pagination: { rowsPerPage: 50 },
42235
42235
  "wrap-cells": "",
42236
42236
  "rows-per-page-options": r.rowsPerPageOptions,
42237
42237
  loading: h.isDataLoading,
@@ -42876,7 +42876,7 @@ const tM = { class: "text-h5 q-ma-md" }, nM = { class: "flex justify-between" },
42876
42876
  { label: a(Sn.QuoteAccepted.toString()), value: Sn.QuoteAccepted },
42877
42877
  { label: a(Sn.QuoteOpen.toString()), value: Sn.QuoteOpen },
42878
42878
  { label: a(Sn.QuoteRejected.toString()), value: Sn.QuoteRejected }
42879
- ]), o = A({ rowsPerPage: 10, rowsNumber: 0 }), l = Zn(), u = A(!1), c = A(!1), s = [
42879
+ ]), o = A({ rowsPerPage: 50, rowsNumber: 0 }), l = Zn(), u = A(!1), c = A(!1), s = [
42880
42880
  { name: "basketId", label: a("Quote Id"), field: "basketId", align: "left" },
42881
42881
  { name: "companyName", label: a("Customer"), field: "companyName", align: "left" },
42882
42882
  { name: "status", label: a("Status"), field: "status", align: "left" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.358",
3
+ "version": "0.0.359",
4
4
  "files": [
5
5
  "dist"
6
6
  ],