@vendure/admin-ui 3.1.5 → 3.1.6

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.
@@ -1 +1 @@
1
- export declare const ADMIN_UI_VERSION = "3.1.5";
1
+ export declare const ADMIN_UI_VERSION = "3.1.6";
@@ -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;
@@ -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 ProductSelectorFormInputComponent | typeof CustomerGroupFormInputComponent | typeof TextFormInputComponent | typeof PasswordFormInputComponent | typeof DateFormInputComponent | typeof CurrencyFormInputComponent | typeof SelectFormInputComponent | typeof RelationFormInputComponent | typeof TextareaFormInputComponent | typeof JsonEditorFormInputComponent | typeof HtmlEditorFormInputComponent | typeof ProductMultiSelectorFormInputComponent | typeof CombinationModeFormInputComponent | typeof StructFormInputComponent)[];
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
  */
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by the set-version.js script.
2
- export const ADMIN_UI_VERSION = '3.1.5';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvY29yZS9zcmMvY29tbW9uL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsK0NBQStDO0FBQy9DLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEF1dG8tZ2VuZXJhdGVkIGJ5IHRoZSBzZXQtdmVyc2lvbi5qcyBzY3JpcHQuXG5leHBvcnQgY29uc3QgQURNSU5fVUlfVkVSU0lPTiA9ICczLjEuNSc7XG4iXX0=
2
+ export const ADMIN_UI_VERSION = '3.1.6';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvY29yZS9zcmMvY29tbW9uL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsK0NBQStDO0FBQy9DLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEF1dG8tZ2VuZXJhdGVkIGJ5IHRoZSBzZXQtdmVyc2lvbi5qcyBzY3JpcHQuXG5leHBvcnQgY29uc3QgQURNSU5fVUlfVkVSU0lPTiA9ICczLjEuNic7XG4iXX0=
@@ -7838,7 +7838,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
7838
7838
  }], ctorParameters: () => [{ type: AlertsService }] });
7839
7839
 
7840
7840
  // Auto-generated by the set-version.js script.
7841
- const ADMIN_UI_VERSION = '3.1.5';
7841
+ const ADMIN_UI_VERSION = '3.1.6';
7842
7842
 
7843
7843
  /* eslint-disable @angular-eslint/directive-selector */
7844
7844
  class FormFieldControlDirective {