@colijnit/corecomponents_v12 260.1.19 → 260.1.21
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/bundles/colijnit-corecomponents_v12.umd.js +3 -3
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/lib/components/double-calendar/double-calendar.component.js +2 -2
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +2 -2
- package/esm2015/lib/components/list-of-values/list-of-values.component.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +3 -3
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -7626,7 +7626,7 @@
|
|
|
7626
7626
|
DoubleCalendarComponent.decorators = [
|
|
7627
7627
|
{ type: i0.Component, args: [{
|
|
7628
7628
|
selector: "co-double-calendar",
|
|
7629
|
-
template: "\n <div class=\"dual-calendar-wrapper\" [overlay]=\"parentForOverlay\" (clickOutside)=\"clickedOutside.next()\">\n <calendar-template\n [selectedDate]=\"selectedFirstDate\"\n [secondSelectedDate]=\"selectedSecondDate\"\n [secondHoveringDate]=\"secondHoveringDate\"\n [highlightDaysBetweenDates]=\"true\"\n (dateSelected)=\"handleFirstDateSelected($event)\"\n [showButtons]=\"false\"\n (clearDates)=\"clearAllDates()\"\n [doubleCalendar]=\"true\"\n ></calendar-template>\n <calendar-template\n [selectedDate]=\"selectedSecondDate\"\n [secondSelectedDate]=\"selectedFirstDate\"\n [highlightDaysBetweenDates]=\"true\"\n (hoveringDate)=\"handleSecondHoveringDate($event)\"\n (dateSelected)=\"handleSecondDateSelected($event)\"\n (clickedOutside)=\"clickedOutside.next()\"\n [showButtons]=\"true\"\n [doubleCalendar]=\"true\"\n (clearDates)=\"clearAllDates()\"\n ></calendar-template>\n </div>\n ",
|
|
7629
|
+
template: "\n <div class=\"dual-calendar-wrapper\" [keepInView]=\"true\" [overlay]=\"parentForOverlay\" (clickOutside)=\"clickedOutside.next()\">\n <calendar-template\n [selectedDate]=\"selectedFirstDate\"\n [secondSelectedDate]=\"selectedSecondDate\"\n [secondHoveringDate]=\"secondHoveringDate\"\n [highlightDaysBetweenDates]=\"true\"\n (dateSelected)=\"handleFirstDateSelected($event)\"\n [showButtons]=\"false\"\n (clearDates)=\"clearAllDates()\"\n [doubleCalendar]=\"true\"\n ></calendar-template>\n <calendar-template\n [selectedDate]=\"selectedSecondDate\"\n [secondSelectedDate]=\"selectedFirstDate\"\n [highlightDaysBetweenDates]=\"true\"\n (hoveringDate)=\"handleSecondHoveringDate($event)\"\n (dateSelected)=\"handleSecondDateSelected($event)\"\n (clickedOutside)=\"clickedOutside.next()\"\n [showButtons]=\"true\"\n [doubleCalendar]=\"true\"\n (clearDates)=\"clearAllDates()\"\n ></calendar-template>\n </div>\n ",
|
|
7630
7630
|
encapsulation: i0.ViewEncapsulation.None
|
|
7631
7631
|
},] }
|
|
7632
7632
|
];
|
|
@@ -7704,7 +7704,7 @@
|
|
|
7704
7704
|
datesSelected: function (event) { return _this.handleDatesSelected(event); },
|
|
7705
7705
|
secondDateSelected: function () { return _this.handleSecondDateSelected(); },
|
|
7706
7706
|
clickedOutside: function () { return _this.toggleCalendar(); }
|
|
7707
|
-
});
|
|
7707
|
+
}, this.elementRef);
|
|
7708
7708
|
}
|
|
7709
7709
|
else {
|
|
7710
7710
|
this.overlayService.removeComponent(this._doubleCalendarComponentRef);
|
|
@@ -12183,7 +12183,7 @@
|
|
|
12183
12183
|
modelChange: function (value) { return _this.optionChosen(value); },
|
|
12184
12184
|
closePopup: function () { return _this.closePopup(); },
|
|
12185
12185
|
keyDown: function (event) { return _this.handleInputKeyDown(event); }
|
|
12186
|
-
}
|
|
12186
|
+
});
|
|
12187
12187
|
this.keepFocussed = true;
|
|
12188
12188
|
};
|
|
12189
12189
|
ListOfValuesComponent.prototype.removeOptionFromModel = function (chip) {
|