@acorex/components 21.0.2-next.31 → 21.0.2-next.32

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.
@@ -269,7 +269,7 @@ class AXCalendarComponent extends classes((MXValueComponent), MXInteractiveCompo
269
269
  * - `classic`: tap year/month labels to open month/year picker panels.
270
270
  * - `select`: month/year dropdowns with prev/next arrows on the edges.
271
271
  */
272
- this.look = input('classic', ...(ngDevMode ? [{ debugName: "look" }] : []));
272
+ this.look = input('select', ...(ngDevMode ? [{ debugName: "look" }] : []));
273
273
  this.calendar = linkedSignal(() => this.type ?? this.localeService.activeProfile().calendar.system, ...(ngDevMode ? [{ debugName: "calendar" }] : []));
274
274
  /**
275
275
  * @ignore
@@ -1013,7 +1013,7 @@ class AXCalendarRangeComponent extends classes((MXValueComponent), MXInteractive
1013
1013
  /**
1014
1014
  * Day view navigation style passed through to embedded calendars.
1015
1015
  */
1016
- this.look = input('classic', ...(ngDevMode ? [{ debugName: "look" }] : []));
1016
+ this.look = input('select', ...(ngDevMode ? [{ debugName: "look" }] : []));
1017
1017
  /**
1018
1018
  * @ignore
1019
1019
  */