@colijnit/product 262.1.2 → 262.1.3
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.
|
@@ -34,8 +34,8 @@ class Version {
|
|
|
34
34
|
constructor() {
|
|
35
35
|
this.name = "@colijnit/product";
|
|
36
36
|
this.description = "Product detail page project for iOne";
|
|
37
|
-
this.symVer = "262.1.
|
|
38
|
-
this.publishDate = "
|
|
37
|
+
this.symVer = "262.1.3";
|
|
38
|
+
this.publishDate = "5-5-2026, 08:26:40";
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
@@ -3726,7 +3726,7 @@ class IoneProductComponent {
|
|
|
3726
3726
|
// this.sku = '104';
|
|
3727
3727
|
// this.sku = "70000107";
|
|
3728
3728
|
// this.sku = "grover";
|
|
3729
|
-
this.sku = "
|
|
3729
|
+
this.sku = "3DEVGENY"; // bank istanbul jillis
|
|
3730
3730
|
// this.sku = "4387";
|
|
3731
3731
|
// this.sku = "1000612725";
|
|
3732
3732
|
// this.sku = '22000';
|
|
@@ -4866,8 +4866,10 @@ class ProductExternalSourceComponent {
|
|
|
4866
4866
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ProductExternalSourceComponent, deps: [{ token: i1.DomSanitizer }, { token: ProductConnectorService }, { token: ProductEventService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4867
4867
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: ProductExternalSourceComponent, isStandalone: false, selector: "co-product-external-source", inputs: { sku: "sku", catalogDefinition: "catalogDefinition", externalSource: "externalSource", externalCatalogStartupInfo: "externalCatalogStartupInfo", options: "options" }, outputs: { addToCart: "addToCart", addToQuote: "addToQuote", alternativeClick: "alternativeClick", configuratorFinished: "configuratorFinished" }, host: { properties: { "class.co-product-external-source": "this.showClass" } }, providers: [
|
|
4868
4868
|
ProductSettingsService,
|
|
4869
|
+
ProductConnectorService,
|
|
4870
|
+
ProductEventService,
|
|
4869
4871
|
ProductConnectorAdapterService,
|
|
4870
|
-
|
|
4872
|
+
GoogleTranslateService
|
|
4871
4873
|
], ngImport: i0, template: `
|
|
4872
4874
|
@if (loaded) {
|
|
4873
4875
|
@if (showProduct) {
|
|
@@ -4919,8 +4921,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
4919
4921
|
`,
|
|
4920
4922
|
providers: [
|
|
4921
4923
|
ProductSettingsService,
|
|
4924
|
+
ProductConnectorService,
|
|
4925
|
+
ProductEventService,
|
|
4922
4926
|
ProductConnectorAdapterService,
|
|
4923
|
-
|
|
4927
|
+
GoogleTranslateService
|
|
4924
4928
|
],
|
|
4925
4929
|
encapsulation: ViewEncapsulation.None,
|
|
4926
4930
|
standalone: false
|