voiptime-components 1.8.19 → 1.8.20
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.cjs.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4972,7 +4972,7 @@ const Qe = new j3(), F3 = {
|
|
|
4972
4972
|
});
|
|
4973
4973
|
let c = -1;
|
|
4974
4974
|
return Ye(() => {
|
|
4975
|
-
Te(() => {
|
|
4975
|
+
console.log("ADD", t.prop), console.log("ADD", e), Te(() => {
|
|
4976
4976
|
if (!e) return;
|
|
4977
4977
|
const v = i(), p = e.findIndex((m) => m.prop === t.prop && m.label === t.label);
|
|
4978
4978
|
p !== -1 ? e[p] = { ...e[p], ...v } : (e.push(v), c = e.length - 1);
|
|
@@ -5005,7 +5005,7 @@ const Qe = new j3(), F3 = {
|
|
|
5005
5005
|
},
|
|
5006
5006
|
{ deep: !0 }
|
|
5007
5007
|
), Ge(() => {
|
|
5008
|
-
if (e) {
|
|
5008
|
+
if (console.log("DELETE", t.prop), console.log("DELETE", e), e) {
|
|
5009
5009
|
const v = e.findIndex((p) => p.prop === t.prop);
|
|
5010
5010
|
v > -1 && e.splice(v, 1);
|
|
5011
5011
|
}
|