@vendure/admin-ui 3.0.0 → 3.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.
@@ -7626,7 +7626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
7626
7626
  }], ctorParameters: () => [{ type: AlertsService }] });
7627
7627
 
7628
7628
  // Auto-generated by the set-version.js script.
7629
- const ADMIN_UI_VERSION = '3.0.0';
7629
+ const ADMIN_UI_VERSION = '3.0.2';
7630
7630
 
7631
7631
  /* eslint-disable @angular-eslint/directive-selector */
7632
7632
  class FormFieldControlDirective {
@@ -7917,14 +7917,12 @@ class LocaleDatePipe extends LocaleBasePipe {
7917
7917
  hour: 'numeric',
7918
7918
  minute: 'numeric',
7919
7919
  second: 'numeric',
7920
- hour12: true,
7921
7920
  };
7922
7921
  case 'mediumTime':
7923
7922
  return {
7924
7923
  hour: 'numeric',
7925
7924
  minute: 'numeric',
7926
7925
  second: 'numeric',
7927
- hour12: true,
7928
7926
  };
7929
7927
  case 'longDate':
7930
7928
  return {
@@ -7945,7 +7943,6 @@ class LocaleDatePipe extends LocaleBasePipe {
7945
7943
  year: '2-digit',
7946
7944
  hour: 'numeric',
7947
7945
  minute: 'numeric',
7948
- hour12: true,
7949
7946
  };
7950
7947
  default:
7951
7948
  return;