@lancom/shared 0.0.448 → 0.0.449

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.
@@ -125,7 +125,7 @@ export default {
125
125
  return this.notValidProductsPickupBySKU.length === 0 || this.notValidProductsPickupBySKU.length !== grouped?.length;
126
126
  }
127
127
  },
128
- mounted() {
128
+ created() {
129
129
  if (!this.isAvailableForPickupSomeProducts) {
130
130
  this.wantsToPickup = false;
131
131
  }
@@ -125,7 +125,7 @@ export default {
125
125
  usedSimpleProducts: {
126
126
  handler() {
127
127
  const currentSignature = this.buildSignature();
128
- if (this.hasSelection && currentSignature !== this.lastUsedSimpleProductsSignature && this.currentSignature.length) {
128
+ if (this.hasSelection && currentSignature !== this.lastUsedSimpleProductsSignature && this.currentSignature?.length) {
129
129
  if (this.pricing) {
130
130
  this.recalcNeeded = true;
131
131
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.448",
3
+ "version": "0.0.449",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {