@vendure/admin-ui 3.3.6-master-202507050232 → 3.4.0-minor-202506250934
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/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.d.ts +4 -4
- package/core/common/generated-types.d.ts +2 -0
- package/core/common/version.d.ts +1 -1
- package/fesm2022/vendure-admin-ui-catalog.mjs +2 -2
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-core.mjs +8 -1
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/package.json +10 -10
|
@@ -7855,7 +7855,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
7855
7855
|
}], ctorParameters: () => [{ type: AlertsService }] });
|
|
7856
7856
|
|
|
7857
7857
|
// Auto-generated by the set-version.js script.
|
|
7858
|
-
const ADMIN_UI_VERSION = '3.
|
|
7858
|
+
const ADMIN_UI_VERSION = '3.4.0-minor-202506250934';
|
|
7859
7859
|
|
|
7860
7860
|
/* eslint-disable @angular-eslint/directive-selector */
|
|
7861
7861
|
class FormFieldControlDirective {
|
|
@@ -10170,6 +10170,13 @@ const result = {
|
|
|
10170
10170
|
"ChannelDefaultLanguageError",
|
|
10171
10171
|
"GlobalSettings"
|
|
10172
10172
|
],
|
|
10173
|
+
"UpdateOrderItemErrorResult": [
|
|
10174
|
+
"InsufficientStockError",
|
|
10175
|
+
"NegativeQuantityError",
|
|
10176
|
+
"OrderInterceptorError",
|
|
10177
|
+
"OrderLimitError",
|
|
10178
|
+
"OrderModificationError"
|
|
10179
|
+
],
|
|
10173
10180
|
"UpdateOrderItemsResult": [
|
|
10174
10181
|
"InsufficientStockError",
|
|
10175
10182
|
"NegativeQuantityError",
|