@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.
@@ -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" | "id" | "createdAt" | "updatedAt" | "price" | "priceWithTax" | "sku"]>;
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']>>;
@@ -1 +1 @@
1
- export declare const ADMIN_UI_VERSION = "3.1.2";
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?: "full" | "prefix" | undefined;
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" | "warning" | "";
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 StructFormInputComponent | typeof SelectFormInputComponent | typeof RelationFormInputComponent | typeof ProductSelectorFormInputComponent | typeof CustomerGroupFormInputComponent | typeof CurrencyFormInputComponent | typeof TextareaFormInputComponent | typeof TextFormInputComponent | typeof PasswordFormInputComponent | typeof DateFormInputComponent | typeof JsonEditorFormInputComponent | typeof ProductMultiSelectorFormInputComponent | typeof CombinationModeFormInputComponent)[];
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
  */