@idooel/components 0.0.1-beta.102 → 0.0.1-beta.103

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.
@@ -13644,6 +13644,7 @@ var script$4 = {
13644
13644
  return this.multiple ? ret : ret[0];
13645
13645
  },
13646
13646
  emitEntityValue(dataSource = []) {
13647
+ this.emitValue = this.value;
13647
13648
  if (this.multiple) {
13648
13649
  if (type.isStr(this.returnValues)) {
13649
13650
  const ret = dataSource.map(props => {
@@ -13651,6 +13651,7 @@
13651
13651
  return this.multiple ? ret : ret[0];
13652
13652
  },
13653
13653
  emitEntityValue(dataSource = []) {
13654
+ this.emitValue = this.value;
13654
13655
  if (this.multiple) {
13655
13656
  if (shared.type.isStr(this.returnValues)) {
13656
13657
  const ret = dataSource.map(props => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idooel/components",
3
- "version": "0.0.1-beta.102",
3
+ "version": "0.0.1-beta.103",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/@idooel/components.umd.js",
@@ -109,6 +109,7 @@ export default {
109
109
  return this.multiple ? ret : ret[0]
110
110
  },
111
111
  emitEntityValue (dataSource = []) {
112
+ this.emitValue = this.value
112
113
  if (this.multiple) {
113
114
  if (type.isStr(this.returnValues)) {
114
115
  const ret = dataSource.map(props => {