@vendure/admin-ui 3.1.2 → 3.1.4
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/product-variant-list/product-variant-list.component.d.ts +1 -1
- package/core/common/generated-types.d.ts +1 -0
- 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/core/common/generated-types.mjs +1 -1
- package/esm2022/core/common/version.mjs +2 -2
- package/esm2022/core/core.module.mjs +8 -6
- package/esm2022/order/components/draft-order-variant-selector/draft-order-variant-selector.component.mjs +3 -3
- package/esm2022/order/components/order-editor/order-editor.component.mjs +3 -3
- package/fesm2022/vendure-admin-ui-core.mjs +8 -6
- package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2022/vendure-admin-ui-order.mjs +4 -4
- package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ export declare class ProductVariantListComponent extends TypedBaseListComponent<
|
|
|
7
7
|
dataTableId: DataTableLocationId | undefined;
|
|
8
8
|
readonly customFields: import("@vendure/admin-ui/core").CustomFieldConfig[];
|
|
9
9
|
readonly filters: import("@vendure/admin-ui/core").DataTableFilterCollection<ProductVariantFilterParameter>;
|
|
10
|
-
readonly sorts: import("@vendure/admin-ui/core").DataTableSortCollection<import("@vendure/admin-ui/core").ProductVariantSortParameter, ["name" | "
|
|
10
|
+
readonly sorts: import("@vendure/admin-ui/core").DataTableSortCollection<import("@vendure/admin-ui/core").ProductVariantSortParameter, ["name" | "price" | "sku" | "id" | "createdAt" | "updatedAt" | "priceWithTax"]>;
|
|
11
11
|
constructor();
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductVariantListComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductVariantListComponent, "vdr-product-variant-list", never, { "productId": { "alias": "productId"; "required": false; }; "hideLanguageSelect": { "alias": "hideLanguageSelect"; "required": false; }; "dataTableId": { "alias": "dataTableId"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -831,6 +831,7 @@ export type CreateProductOptionInput = {
|
|
|
831
831
|
export type CreateProductVariantInput = {
|
|
832
832
|
assetIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
833
833
|
customFields?: InputMaybe<Scalars['JSON']['input']>;
|
|
834
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
834
835
|
facetValueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
835
836
|
featuredAssetId?: InputMaybe<Scalars['ID']['input']>;
|
|
836
837
|
optionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
package/core/common/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "3.1.
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "3.1.4";
|
|
@@ -92,7 +92,7 @@ export declare function registerRouteComponent<Component extends any | BaseDetai
|
|
|
92
92
|
component: typeof AngularRouteComponent;
|
|
93
93
|
title?: string | Type<import("@angular/router").Resolve<string>> | ResolveFn<string> | undefined;
|
|
94
94
|
path: string;
|
|
95
|
-
pathMatch?: "
|
|
95
|
+
pathMatch?: "prefix" | "full" | undefined;
|
|
96
96
|
matcher?: import("@angular/router").UrlMatcher | undefined;
|
|
97
97
|
loadComponent?: (() => Type<unknown> | Observable<Type<unknown> | import("@angular/router").DefaultExport<Type<unknown>>> | Promise<Type<unknown> | import("@angular/router").DefaultExport<Type<unknown>>>) | undefined;
|
|
98
98
|
redirectTo?: string | undefined;
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare class OrderStateLabelComponent {
|
|
13
13
|
state: string;
|
|
14
|
-
get chipColorType(): "error" | "success" | "
|
|
14
|
+
get chipColorType(): "error" | "success" | "" | "warning";
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderStateLabelComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<OrderStateLabelComponent, "vdr-order-state-label", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -13,7 +13,7 @@ import { SelectFormInputComponent } from './select-form-input/select-form-input.
|
|
|
13
13
|
import { StructFormInputComponent } from './struct-form-input/struct-form-input.component';
|
|
14
14
|
import { TextFormInputComponent } from './text-form-input/text-form-input.component';
|
|
15
15
|
import { TextareaFormInputComponent } from './textarea-form-input/textarea-form-input.component';
|
|
16
|
-
export declare const defaultFormInputs: (typeof HtmlEditorFormInputComponent | typeof
|
|
16
|
+
export declare const defaultFormInputs: (typeof HtmlEditorFormInputComponent | typeof JsonEditorFormInputComponent | typeof CombinationModeFormInputComponent | typeof CurrencyFormInputComponent | typeof CustomerGroupFormInputComponent | typeof DateFormInputComponent | typeof PasswordFormInputComponent | typeof ProductMultiSelectorFormInputComponent | typeof ProductSelectorFormInputComponent | typeof RelationFormInputComponent | typeof SelectFormInputComponent | typeof StructFormInputComponent | typeof TextFormInputComponent | typeof TextareaFormInputComponent)[];
|
|
17
17
|
/**
|
|
18
18
|
* Registers the default form input components.
|
|
19
19
|
*/
|