@syncfusion/ej2-vue-navigations 20.2.39 → 20.2.45

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.
@@ -135,7 +135,7 @@ var testProp = getProps({ props: properties });
135
135
  var props = testProp[0];
136
136
  var watch = testProp[1];
137
137
  var emitProbs = Object.keys(watch);
138
- emitProbs.push('modelchanged');
138
+ emitProbs.push('modelchanged', 'update:modelValue');
139
139
  for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
140
140
  var props_1 = modelProps_1[_i];
141
141
  emitProbs.push('update:' + props_1);
@@ -444,7 +444,7 @@ var testProp$1 = getProps({ props: properties$1 });
444
444
  var props$1 = testProp$1[0];
445
445
  var watch$1 = testProp$1[1];
446
446
  var emitProbs$1 = Object.keys(watch$1);
447
- emitProbs$1.push('modelchanged');
447
+ emitProbs$1.push('modelchanged', 'update:modelValue');
448
448
  for (var _i$1 = 0, modelProps_1$1 = modelProps$1; _i$1 < modelProps_1$1.length; _i$1++) {
449
449
  var props_1$1 = modelProps_1$1[_i$1];
450
450
  emitProbs$1.push('update:' + props_1$1);
@@ -604,7 +604,7 @@ var testProp$2 = getProps({ props: properties$2 });
604
604
  var props$2 = testProp$2[0];
605
605
  var watch$2 = testProp$2[1];
606
606
  var emitProbs$2 = Object.keys(watch$2);
607
- emitProbs$2.push('modelchanged');
607
+ emitProbs$2.push('modelchanged', 'update:modelValue');
608
608
  for (var _i$2 = 0, modelProps_1$2 = modelProps$2; _i$2 < modelProps_1$2.length; _i$2++) {
609
609
  var props_1$2 = modelProps_1$2[_i$2];
610
610
  emitProbs$2.push('update:' + props_1$2);
@@ -880,7 +880,7 @@ var testProp$3 = getProps({ props: properties$3 });
880
880
  var props$3 = testProp$3[0];
881
881
  var watch$3 = testProp$3[1];
882
882
  var emitProbs$3 = Object.keys(watch$3);
883
- emitProbs$3.push('modelchanged');
883
+ emitProbs$3.push('modelchanged', 'update:modelValue');
884
884
  for (var _i$3 = 0, modelProps_1$3 = modelProps$3; _i$3 < modelProps_1$3.length; _i$3++) {
885
885
  var props_1$3 = modelProps_1$3[_i$3];
886
886
  emitProbs$3.push('update:' + props_1$3);
@@ -1171,7 +1171,7 @@ var testProp$4 = getProps({ props: properties$4 });
1171
1171
  var props$4 = testProp$4[0];
1172
1172
  var watch$4 = testProp$4[1];
1173
1173
  var emitProbs$4 = Object.keys(watch$4);
1174
- emitProbs$4.push('modelchanged');
1174
+ emitProbs$4.push('modelchanged', 'update:modelValue');
1175
1175
  for (var _i$4 = 0, modelProps_1$4 = modelProps$4; _i$4 < modelProps_1$4.length; _i$4++) {
1176
1176
  var props_1$4 = modelProps_1$4[_i$4];
1177
1177
  emitProbs$4.push('update:' + props_1$4);
@@ -1474,7 +1474,7 @@ var testProp$5 = getProps({ props: properties$5 });
1474
1474
  var props$5 = testProp$5[0];
1475
1475
  var watch$5 = testProp$5[1];
1476
1476
  var emitProbs$5 = Object.keys(watch$5);
1477
- emitProbs$5.push('modelchanged');
1477
+ emitProbs$5.push('modelchanged', 'update:modelValue');
1478
1478
  for (var _i$5 = 0, modelProps_1$5 = modelProps$5; _i$5 < modelProps_1$5.length; _i$5++) {
1479
1479
  var props_1$5 = modelProps_1$5[_i$5];
1480
1480
  emitProbs$5.push('update:' + props_1$5);
@@ -1643,7 +1643,7 @@ var testProp$6 = getProps({ props: properties$6 });
1643
1643
  var props$6 = testProp$6[0];
1644
1644
  var watch$6 = testProp$6[1];
1645
1645
  var emitProbs$6 = Object.keys(watch$6);
1646
- emitProbs$6.push('modelchanged');
1646
+ emitProbs$6.push('modelchanged', 'update:modelValue');
1647
1647
  for (var _i$6 = 0, modelProps_1$6 = modelProps$6; _i$6 < modelProps_1$6.length; _i$6++) {
1648
1648
  var props_1$6 = modelProps_1$6[_i$6];
1649
1649
  emitProbs$6.push('update:' + props_1$6);
@@ -1834,7 +1834,7 @@ var testProp$7 = getProps({ props: properties$7 });
1834
1834
  var props$7 = testProp$7[0];
1835
1835
  var watch$7 = testProp$7[1];
1836
1836
  var emitProbs$7 = Object.keys(watch$7);
1837
- emitProbs$7.push('modelchanged');
1837
+ emitProbs$7.push('modelchanged', 'update:modelValue');
1838
1838
  for (var _i$7 = 0, modelProps_1$7 = modelProps$7; _i$7 < modelProps_1$7.length; _i$7++) {
1839
1839
  var props_1$7 = modelProps_1$7[_i$7];
1840
1840
  emitProbs$7.push('update:' + props_1$7);
@@ -2120,7 +2120,7 @@ var testProp$8 = getProps({ props: properties$8 });
2120
2120
  var props$8 = testProp$8[0];
2121
2121
  var watch$8 = testProp$8[1];
2122
2122
  var emitProbs$8 = Object.keys(watch$8);
2123
- emitProbs$8.push('modelchanged');
2123
+ emitProbs$8.push('modelchanged', 'update:modelValue');
2124
2124
  for (var _i$8 = 0, modelProps_1$8 = modelProps$8; _i$8 < modelProps_1$8.length; _i$8++) {
2125
2125
  var props_1$8 = modelProps_1$8[_i$8];
2126
2126
  emitProbs$8.push('update:' + props_1$8);