@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