bk-magic-vue 2.4.8-beta.3 → 2.4.8-beta.6
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/bk-magic-vue.js
CHANGED
|
@@ -8120,9 +8120,6 @@
|
|
|
8120
8120
|
return this.selectionMode;
|
|
8121
8121
|
},
|
|
8122
8122
|
handleTransferClick: function handleTransferClick() {
|
|
8123
|
-
if (this.transfer) {
|
|
8124
|
-
this.disableCloseUnderTransfer = true;
|
|
8125
|
-
}
|
|
8126
8123
|
},
|
|
8127
8124
|
handleClose: function handleClose(e) {
|
|
8128
8125
|
if (this.disableCloseUnderTransfer) {
|
|
@@ -11097,7 +11094,7 @@
|
|
|
11097
11094
|
return newDate["set".concat(_this3.capitalize(type))](date[type]);
|
|
11098
11095
|
});
|
|
11099
11096
|
if (emit) {
|
|
11100
|
-
this.$emit('pick', newDate, 'time');
|
|
11097
|
+
this.$emit('pick', newDate, true, 'time');
|
|
11101
11098
|
}
|
|
11102
11099
|
}
|
|
11103
11100
|
}
|
|
@@ -11729,7 +11726,7 @@
|
|
|
11729
11726
|
}
|
|
11730
11727
|
}
|
|
11731
11728
|
if (emit) {
|
|
11732
|
-
this.$emit('pick', [dateStart, dateEnd], 'time');
|
|
11729
|
+
this.$emit('pick', [dateStart, dateEnd], true, 'time');
|
|
11733
11730
|
}
|
|
11734
11731
|
},
|
|
11735
11732
|
handleStartChange: function handleStartChange(date) {
|