@colijnit/product 261.20.5 → 261.20.7
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/index.d.ts
CHANGED
|
@@ -911,6 +911,7 @@ declare class ProductExternalSourceComponent implements OnInit, OnDestroy {
|
|
|
911
911
|
private _appEventService;
|
|
912
912
|
sku: string;
|
|
913
913
|
catalogDefinition: CatalogDefinition;
|
|
914
|
+
ownSettings: any;
|
|
914
915
|
set externalSource(value: ExternalSource);
|
|
915
916
|
get externalSource(): ExternalSource;
|
|
916
917
|
set externalCatalogStartupInfo(value: ExternalCatalogStartupInfo);
|
|
@@ -946,7 +947,7 @@ declare class ProductExternalSourceComponent implements OnInit, OnDestroy {
|
|
|
946
947
|
private switchToConfigurator;
|
|
947
948
|
private switchToSource;
|
|
948
949
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductExternalSourceComponent, never>;
|
|
949
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductExternalSourceComponent, "co-product-external-source", never, { "sku": { "alias": "sku"; "required": false; }; "catalogDefinition": { "alias": "catalogDefinition"; "required": false; }; "externalSource": { "alias": "externalSource"; "required": false; }; "externalCatalogStartupInfo": { "alias": "externalCatalogStartupInfo"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "addToCart": "addToCart"; "addToQuote": "addToQuote"; "alternativeClick": "alternativeClick"; "configuratorFinished": "configuratorFinished"; }, never, never, false, never>;
|
|
950
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductExternalSourceComponent, "co-product-external-source", never, { "sku": { "alias": "sku"; "required": false; }; "catalogDefinition": { "alias": "catalogDefinition"; "required": false; }; "ownSettings": { "alias": "ownSettings"; "required": false; }; "externalSource": { "alias": "externalSource"; "required": false; }; "externalCatalogStartupInfo": { "alias": "externalCatalogStartupInfo"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "addToCart": "addToCart"; "addToQuote": "addToQuote"; "alternativeClick": "alternativeClick"; "configuratorFinished": "configuratorFinished"; }, never, never, false, never>;
|
|
950
951
|
}
|
|
951
952
|
|
|
952
953
|
declare class ProductExternalSourceModule {
|
package/package.json
CHANGED
|
Binary file
|