@record-evolution/widget-filter-calendar 1.0.1 → 1.0.2
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.
|
@@ -552,7 +552,7 @@ var kt = Object.defineProperty, jt = Object.getOwnPropertyDescriptor, f = (r, t,
|
|
|
552
552
|
};
|
|
553
553
|
let u = class extends C {
|
|
554
554
|
constructor() {
|
|
555
|
-
super(...arguments), this.defaultRange = [], this.version = "1.0.
|
|
555
|
+
super(...arguments), this.defaultRange = [], this.version = "1.0.2";
|
|
556
556
|
}
|
|
557
557
|
update(r) {
|
|
558
558
|
r.has("theme") && this.registerTheme(this.theme), (r.has("route") || r.has("inputData")) && this.updateRangeFromRoute(), super.update(r);
|
|
@@ -710,7 +710,7 @@ f([
|
|
|
710
710
|
Nt("lit-flatpickr")
|
|
711
711
|
], u.prototype, "flatpickr", 2);
|
|
712
712
|
u = f([
|
|
713
|
-
Ut("widget-filter-calendar-1.0.
|
|
713
|
+
Ut("widget-filter-calendar-1.0.2")
|
|
714
714
|
], u);
|
|
715
715
|
export {
|
|
716
716
|
u as WidgetfilterCalendar
|
package/package.json
CHANGED
package/src/default-data.json
CHANGED