@gomusdev/web-components 1.31.1 → 1.31.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.
|
@@ -31605,12 +31605,12 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
31605
31605
|
var fragment_11 = comment();
|
|
31606
31606
|
var node_16 = first_child(fragment_11);
|
|
31607
31607
|
{
|
|
31608
|
-
let $0 = /* @__PURE__ */ user_derived(() =>
|
|
31609
|
-
"go-calendar-day",
|
|
31610
|
-
calendarClass().isDateUnavailable(get$2(date2))
|
|
31611
|
-
calendarClass().isDateDisabled(get$2(date2))
|
|
31612
|
-
calendarClass().selected
|
|
31613
|
-
|
|
31608
|
+
let $0 = /* @__PURE__ */ user_derived(() => ({
|
|
31609
|
+
"go-calendar-day": true,
|
|
31610
|
+
"is-unavailable": calendarClass().isDateUnavailable(get$2(date2)),
|
|
31611
|
+
"is-disabled": calendarClass().isDateDisabled(get$2(date2)),
|
|
31612
|
+
"is-selected": calendarClass().selected?.compare(get$2(date2)) === 0
|
|
31613
|
+
}));
|
|
31614
31614
|
component(node_16, () => Calendar_day, ($$anchor14, Calendar_Day) => {
|
|
31615
31615
|
Calendar_Day($$anchor14, {
|
|
31616
31616
|
get class() {
|
|
@@ -31605,12 +31605,12 @@ function CalendarUI($$anchor, $$props) {
|
|
|
31605
31605
|
var fragment_11 = comment();
|
|
31606
31606
|
var node_16 = first_child(fragment_11);
|
|
31607
31607
|
{
|
|
31608
|
-
let $0 = /* @__PURE__ */ user_derived(() =>
|
|
31609
|
-
"go-calendar-day",
|
|
31610
|
-
calendarClass().isDateUnavailable(get$2(date2))
|
|
31611
|
-
calendarClass().isDateDisabled(get$2(date2))
|
|
31612
|
-
calendarClass().selected
|
|
31613
|
-
|
|
31608
|
+
let $0 = /* @__PURE__ */ user_derived(() => ({
|
|
31609
|
+
"go-calendar-day": true,
|
|
31610
|
+
"is-unavailable": calendarClass().isDateUnavailable(get$2(date2)),
|
|
31611
|
+
"is-disabled": calendarClass().isDateDisabled(get$2(date2)),
|
|
31612
|
+
"is-selected": calendarClass().selected?.compare(get$2(date2)) === 0
|
|
31613
|
+
}));
|
|
31614
31614
|
component(node_16, () => Calendar_day, ($$anchor14, Calendar_Day) => {
|
|
31615
31615
|
Calendar_Day($$anchor14, {
|
|
31616
31616
|
get class() {
|