@acorex/components 21.0.0-next.46 → 21.0.0-next.47
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.
|
@@ -971,6 +971,12 @@ class AXCalendarRangeComponent extends classes((MXValueComponent), MXInteractive
|
|
|
971
971
|
* @ignore
|
|
972
972
|
*/
|
|
973
973
|
handleSlotClick(e) {
|
|
974
|
+
this.onSlotClick.emit({
|
|
975
|
+
component: this,
|
|
976
|
+
item: e.item,
|
|
977
|
+
isUserInteraction: true,
|
|
978
|
+
nativeEvent: e,
|
|
979
|
+
});
|
|
974
980
|
if (this._c1.activeView == this.depth) {
|
|
975
981
|
if (!this.value.from || (this.value.from && this.value.end)) {
|
|
976
982
|
this.commitValue({ from: e.item, end: null }, true);
|