@colijnit/product 12.0.5 → 12.0.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/app/model/productSettings.d.ts +2 -1
- package/bundles/colijnit-product.umd.js +33 -33
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/colijnit-product.d.ts +27 -31
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/model/productSettings.js +1 -1
- package/esm2015/app/product-version.js +3 -3
- package/esm2015/colijnit-product.js +28 -32
- package/esm2015/public_api.js +5 -1
- package/fesm2015/colijnit-product.js +3 -3
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +4 -4
- package/public_api.d.ts +4 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SettingsOptions } from './settings-options';
|
|
2
2
|
import { RenderParameters } from './render-parameters';
|
|
3
|
+
import { LanguageCode } from '@colijnit/ioneconnector/build/enum/language-code.enum';
|
|
3
4
|
export declare class ProductSettings {
|
|
4
5
|
url: string;
|
|
5
6
|
schema: string;
|
|
@@ -23,7 +24,7 @@ export declare class ProductSettings {
|
|
|
23
24
|
gtm: string;
|
|
24
25
|
client: string;
|
|
25
26
|
timeoutInMs: number;
|
|
26
|
-
languageCode:
|
|
27
|
+
languageCode: LanguageCode;
|
|
27
28
|
options: SettingsOptions;
|
|
28
29
|
renderParameters: RenderParameters;
|
|
29
30
|
}
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
function Version() {
|
|
32
32
|
this.name = "@colijnit/product";
|
|
33
33
|
this.description = "Product detail page project for iOne";
|
|
34
|
-
this.symVer = "12.0.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "12.0.7";
|
|
35
|
+
this.publishDate = "12-4-2024 10:30:49";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -3254,26 +3254,26 @@
|
|
|
3254
3254
|
|
|
3255
3255
|
exports.IoneProductComponent = IoneProductComponent;
|
|
3256
3256
|
exports.IoneProductModule = IoneProductModule;
|
|
3257
|
+
exports.ProductConnectorAdapterService = ProductConnectorAdapterService;
|
|
3258
|
+
exports.ProductConnectorService = ProductConnectorService;
|
|
3259
|
+
exports.ProductEventService = ProductEventService;
|
|
3257
3260
|
exports.ProductExternalSourceComponent = ProductExternalSourceComponent;
|
|
3258
3261
|
exports.ProductExternalSourceModule = ProductExternalSourceModule;
|
|
3262
|
+
exports.ProductSettingsService = ProductSettingsService;
|
|
3259
3263
|
exports.Version = Version;
|
|
3260
3264
|
exports["ɵa"] = ProductPageModule;
|
|
3261
3265
|
exports["ɵb"] = ProductSelectorTypeModule;
|
|
3262
|
-
exports["ɵba"] =
|
|
3263
|
-
exports["ɵbb"] =
|
|
3264
|
-
exports["ɵbc"] =
|
|
3265
|
-
exports["ɵbd"] =
|
|
3266
|
-
exports["ɵbe"] =
|
|
3267
|
-
exports["ɵbf"] =
|
|
3268
|
-
exports["ɵbg"] =
|
|
3269
|
-
exports["ɵbh"] =
|
|
3270
|
-
exports["ɵbi"] =
|
|
3271
|
-
exports["ɵbj"] =
|
|
3272
|
-
exports["ɵbk"] =
|
|
3273
|
-
exports["ɵbl"] = ProductSymbolsModule;
|
|
3274
|
-
exports["ɵbm"] = ProductSymbolsComponent;
|
|
3275
|
-
exports["ɵbn"] = ProductInfoTabsComponent;
|
|
3276
|
-
exports["ɵbo"] = ProductPageComponent;
|
|
3266
|
+
exports["ɵba"] = ProductInfoTabsModule;
|
|
3267
|
+
exports["ɵbb"] = ProductAdditionalInfoModule;
|
|
3268
|
+
exports["ɵbc"] = ProductAdditionalInfoComponent;
|
|
3269
|
+
exports["ɵbd"] = ProductPropertiesModule;
|
|
3270
|
+
exports["ɵbe"] = ProductPropertiesComponent;
|
|
3271
|
+
exports["ɵbf"] = ProductDocumentModule;
|
|
3272
|
+
exports["ɵbg"] = ProductDocumentsComponent;
|
|
3273
|
+
exports["ɵbh"] = ProductSymbolsModule;
|
|
3274
|
+
exports["ɵbi"] = ProductSymbolsComponent;
|
|
3275
|
+
exports["ɵbj"] = ProductInfoTabsComponent;
|
|
3276
|
+
exports["ɵbk"] = ProductPageComponent;
|
|
3277
3277
|
exports["ɵc"] = PipeModule;
|
|
3278
3278
|
exports["ɵd"] = LocalizePipe;
|
|
3279
3279
|
exports["ɵe"] = DictionaryService;
|
|
@@ -3282,22 +3282,22 @@
|
|
|
3282
3282
|
exports["ɵh"] = IconCacheService;
|
|
3283
3283
|
exports["ɵi"] = ImageCarouselModule;
|
|
3284
3284
|
exports["ɵj"] = ImageCarouselComponent;
|
|
3285
|
-
exports["ɵk"] =
|
|
3286
|
-
exports["ɵl"] =
|
|
3287
|
-
exports["ɵm"] =
|
|
3288
|
-
exports["ɵn"] =
|
|
3289
|
-
exports["ɵo"] =
|
|
3290
|
-
exports["ɵp"] =
|
|
3291
|
-
exports["ɵq"] =
|
|
3292
|
-
exports["ɵr"] =
|
|
3293
|
-
exports["ɵs"] =
|
|
3294
|
-
exports["ɵt"] =
|
|
3295
|
-
exports["ɵu"] =
|
|
3296
|
-
exports["ɵv"] =
|
|
3297
|
-
exports["ɵw"] =
|
|
3298
|
-
exports["ɵx"] =
|
|
3299
|
-
exports["ɵy"] =
|
|
3300
|
-
exports["ɵz"] =
|
|
3285
|
+
exports["ɵk"] = ProductDescriptionModule;
|
|
3286
|
+
exports["ɵl"] = ProductDescriptionComponent;
|
|
3287
|
+
exports["ɵm"] = ProductAdditionalDescriptionModule;
|
|
3288
|
+
exports["ɵn"] = ProductAdditionalDescriptionComponent;
|
|
3289
|
+
exports["ɵo"] = ProductPriceModule;
|
|
3290
|
+
exports["ɵp"] = ProductPriceComponent;
|
|
3291
|
+
exports["ɵq"] = ProductAddtocartModule;
|
|
3292
|
+
exports["ɵr"] = ProductAddtocartComponent;
|
|
3293
|
+
exports["ɵs"] = ProductRelatedModule;
|
|
3294
|
+
exports["ɵt"] = HeaderModule;
|
|
3295
|
+
exports["ɵu"] = HeaderComponent;
|
|
3296
|
+
exports["ɵv"] = ProductRelatedComponent;
|
|
3297
|
+
exports["ɵw"] = ProductStockModule;
|
|
3298
|
+
exports["ɵx"] = ProductStockComponent;
|
|
3299
|
+
exports["ɵy"] = ProductDeliveryModule;
|
|
3300
|
+
exports["ɵz"] = ProductDeliveryComponent;
|
|
3301
3301
|
|
|
3302
3302
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3303
3303
|
|