@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.
- package/LICENSE.md +4 -3
- package/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.d.ts +3 -3
- package/catalog/components/product-variant-list/product-variant-list.component.d.ts +1 -1
- package/core/common/version.d.ts +1 -1
- package/core/extension/register-route-component.d.ts +1 -1
- package/core/shared/components/order-state-label/order-state-label.component.d.ts +1 -1
- package/core/shared/dynamic-form-inputs/default-form-inputs.d.ts +1 -1
- package/esm2022/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.mjs +4 -4
- package/esm2022/catalog/components/product-detail/product-detail.component.mjs +2 -2
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/shared/pipes/locale-date.pipe.mjs +1 -4
- package/esm2022/order/components/coupon-code-selector/coupon-code-selector.component.mjs +6 -3
- package/fesm2022/vendure-admin-ui-catalog.mjs +5 -5
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +1 -4
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +5 -2
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/order/components/coupon-code-selector/coupon-code-selector.component.d.ts +1 -0
- package/package.json +2 -2
- package/static/i18n-messages/pt_BR.json +8 -8
- package/static/i18n-messages/pt_PT.json +160 -160
|
@@ -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.
|
|
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;
|