@acorex/platform 20.7.19 → 20.7.20

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.
@@ -4258,6 +4258,7 @@ class AXPDateTimeBoxWidgetEditComponent extends AXPValueWidgetComponent {
4258
4258
  const timeKey = dateMode === 'short' ? AXPRegionalSetting.ShortTime : AXPRegionalSetting.LongTime;
4259
4259
  mode = `${await this.settingsService.get(dateKey)} ${await this.settingsService.get(timeKey)}`;
4260
4260
  }
4261
+ console.log('mode', mode);
4261
4262
  this.calendarFormat.set(mode);
4262
4263
  }, ...(ngDevMode ? [{ debugName: "#effect" }] : []));
4263
4264
  }
@@ -4294,6 +4295,7 @@ class AXPDateTimeBoxWidgetEditComponent extends AXPValueWidgetComponent {
4294
4295
  <ax-datetime-box
4295
4296
  class="ax-col-span-12"
4296
4297
  [ngModel]="datetime"
4298
+ [picker]="format()"
4297
4299
  (onValueChanged)="handleValueChange($event, $index)"
4298
4300
  [minValue]="minValue()"
4299
4301
  [maxValue]="maxValue()"
@@ -4343,6 +4345,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
4343
4345
  <ax-datetime-box
4344
4346
  class="ax-col-span-12"
4345
4347
  [ngModel]="datetime"
4348
+ [picker]="format()"
4346
4349
  (onValueChanged)="handleValueChange($event, $index)"
4347
4350
  [minValue]="minValue()"
4348
4351
  [maxValue]="maxValue()"