@gomusdev/web-components 1.25.1 → 1.25.2
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.
|
@@ -11072,6 +11072,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
11072
11072
|
apiData: quotas,
|
|
11073
11073
|
_timeslots: [],
|
|
11074
11074
|
addQuotas(data) {
|
|
11075
|
+
this._timeslots = [];
|
|
11075
11076
|
this.apiData = { ...this.apiData, ...data };
|
|
11076
11077
|
},
|
|
11077
11078
|
precart,
|
|
@@ -11072,6 +11072,7 @@ function createQuotaManager(quotas) {
|
|
|
11072
11072
|
apiData: quotas,
|
|
11073
11073
|
_timeslots: [],
|
|
11074
11074
|
addQuotas(data) {
|
|
11075
|
+
this._timeslots = [];
|
|
11075
11076
|
this.apiData = { ...this.apiData, ...data };
|
|
11076
11077
|
},
|
|
11077
11078
|
precart,
|