@vendure/admin-ui 3.5.3-master-202601200246 → 3.5.3-master-202601270249
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.
|
@@ -475,6 +475,7 @@ export type Collection = Node & {
|
|
|
475
475
|
parent?: Maybe<Collection>;
|
|
476
476
|
parentId: Scalars['ID']['output'];
|
|
477
477
|
position: Scalars['Int']['output'];
|
|
478
|
+
productVariantCount: Scalars['Int']['output'];
|
|
478
479
|
productVariants: ProductVariantList;
|
|
479
480
|
slug: Scalars['String']['output'];
|
|
480
481
|
translations: Array<CollectionTranslation>;
|
|
@@ -501,6 +502,7 @@ export type CollectionFilterParameter = {
|
|
|
501
502
|
name?: InputMaybe<StringOperators>;
|
|
502
503
|
parentId?: InputMaybe<IdOperators>;
|
|
503
504
|
position?: InputMaybe<NumberOperators>;
|
|
505
|
+
productVariantCount?: InputMaybe<NumberOperators>;
|
|
504
506
|
slug?: InputMaybe<StringOperators>;
|
|
505
507
|
updatedAt?: InputMaybe<DateOperators>;
|
|
506
508
|
};
|
|
@@ -538,6 +540,7 @@ export type CollectionSortParameter = {
|
|
|
538
540
|
name?: InputMaybe<SortOrder>;
|
|
539
541
|
parentId?: InputMaybe<SortOrder>;
|
|
540
542
|
position?: InputMaybe<SortOrder>;
|
|
543
|
+
productVariantCount?: InputMaybe<SortOrder>;
|
|
541
544
|
slug?: InputMaybe<SortOrder>;
|
|
542
545
|
updatedAt?: InputMaybe<SortOrder>;
|
|
543
546
|
};
|
package/core/common/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "3.5.3-master-
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "3.5.3-master-202601270249";
|
|
@@ -7856,7 +7856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7856
7856
|
}], ctorParameters: () => [{ type: AlertsService }] });
|
|
7857
7857
|
|
|
7858
7858
|
// Auto-generated by the set-version.js script.
|
|
7859
|
-
const ADMIN_UI_VERSION = '3.5.3-master-
|
|
7859
|
+
const ADMIN_UI_VERSION = '3.5.3-master-202601270249';
|
|
7860
7860
|
|
|
7861
7861
|
/* eslint-disable @angular-eslint/directive-selector */
|
|
7862
7862
|
class FormFieldControlDirective {
|