@syncfusion/ej2-vue-dropdowns 24.2.3 → 24.2.4

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@24.1.47",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MHOR5lUJJGeNkay6qZ0oc4Ax5GMY1L7i/qYiOk+fNaGaBwkKXB0ubvadrOVAfIQc/+rKYaMiWf6G0zugx7tcTQ==",
5
+ "_integrity": "sha512-FWh2uQdRwiszRsc5uIezuLQJJeqOEnuHuwWGmnfOoG/SBzjZYI149tVr2eixY5sqz09qW3blkN5iVpE2CrxNnw==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-24.1.47.tgz",
23
- "_shasum": "c5014c16676f71f3de1dc2cda77cd264b6697828",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-24.2.3.tgz",
23
+ "_shasum": "29693b5e8ae8e6f674d51e178fd5b163b677165a",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~24.2.3",
35
- "@syncfusion/ej2-dropdowns": "24.2.3",
35
+ "@syncfusion/ej2-dropdowns": "24.2.4",
36
36
  "@syncfusion/ej2-vue-base": "~24.2.3"
37
37
  },
38
38
  "deprecated": false,
@@ -62,6 +62,6 @@
62
62
  "ci-publish": "gulp ci-publish",
63
63
  "compile": "gulp ci-compile && gulp vue-global-script"
64
64
  },
65
- "version": "24.2.3",
65
+ "version": "24.2.4",
66
66
  "sideEffects": false
67
67
  }
@@ -27,7 +27,7 @@ export var AutoCompleteComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new AutoComplete({}),
30
+ ej2Instances: new AutoComplete({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var ComboBoxComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new ComboBox({}),
30
+ ej2Instances: new ComboBox({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var DropDownListComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new DropDownList({}),
30
+ ej2Instances: new DropDownList({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var DropDownTreeComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new DropDownTree({}),
30
+ ej2Instances: new DropDownTree({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var ListBoxComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new ListBox({}),
30
+ ej2Instances: new ListBox({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
@@ -25,7 +25,7 @@ export var MentionComponent = vueDefineComponent({
25
25
  provide: function () { return { custom: this.custom }; },
26
26
  data: function () {
27
27
  return {
28
- ej2Instance: new Mention({}),
28
+ ej2Instances: new Mention({}),
29
29
  propKeys: properties,
30
30
  models: modelProps,
31
31
  hasChildDirective: false,
@@ -27,7 +27,7 @@ export var MultiSelectComponent = vueDefineComponent({
27
27
  provide: function () { return { custom: this.custom }; },
28
28
  data: function () {
29
29
  return {
30
- ej2Instance: new MultiSelect({}),
30
+ ej2Instances: new MultiSelect({}),
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,