@colijnit/product 1.9.5 → 2.9.1
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/components/product-additional-info/product-additional-info.component.d.ts +4 -3
- package/app/components/product-external-source/product-external-source.component.d.ts +30 -0
- package/app/components/product-external-source/product-external-source.module.d.ts +2 -0
- package/app/components/product-page/product-page.component.d.ts +4 -0
- package/app/components/product-page/product-page.module.d.ts +2 -0
- package/app/ione-product.component.d.ts +5 -5
- package/app/ione-product.module.d.ts +0 -2
- package/app/model/{settings.d.ts → productSettings.d.ts} +3 -2
- package/app/pipe/pipe.module.d.ts +2 -0
- package/app/service/product-connector-adapter.service.d.ts +8 -2
- package/app/service/product-connector.service.d.ts +10 -5
- package/app/service/product-settings.service.d.ts +3 -3
- package/bundles/colijnit-product.umd.js +1469 -1258
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/bundles/colijnit-product.umd.min.js +2 -2
- package/bundles/colijnit-product.umd.min.js.map +1 -1
- package/colijnit-product.d.ts +28 -28
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/components/product-additional-info/product-additional-info.component.js +23 -16
- package/esm2015/app/components/product-addtocart/product-addtocart.component.js +2 -2
- package/esm2015/app/components/product-delivery/product-delivery.component.js +1 -2
- package/esm2015/app/components/product-external-source/product-external-source.component.js +123 -0
- package/esm2015/app/components/product-external-source/product-external-source.module.js +23 -0
- package/esm2015/app/components/product-page/product-page.component.js +45 -15
- package/esm2015/app/components/product-page/product-page.module.js +66 -0
- package/esm2015/app/ione-product.component.js +53 -20
- package/esm2015/app/ione-product.module.js +9 -74
- package/esm2015/app/model/productSettings.js +16 -0
- package/esm2015/app/pipe/pipe.module.js +20 -0
- package/esm2015/app/product-version.js +3 -3
- package/esm2015/app/service/dictionary.service.js +1 -1
- package/esm2015/app/service/product-connector-adapter.service.js +34 -9
- package/esm2015/app/service/product-connector.service.js +33 -35
- package/esm2015/app/service/product-event.service.js +2 -6
- package/esm2015/app/service/product-settings.service.js +13 -74
- package/esm2015/colijnit-product.js +29 -29
- package/esm2015/public_api.js +3 -1
- package/esm5/app/components/product-additional-info/product-additional-info.component.js +43 -24
- package/esm5/app/components/product-addtocart/product-addtocart.component.js +2 -2
- package/esm5/app/components/product-delivery/product-delivery.component.js +1 -2
- package/esm5/app/components/product-external-source/product-external-source.component.js +126 -0
- package/esm5/app/components/product-external-source/product-external-source.module.js +26 -0
- package/esm5/app/components/product-page/product-page.component.js +49 -15
- package/esm5/app/components/product-page/product-page.module.js +69 -0
- package/esm5/app/ione-product.component.js +81 -21
- package/esm5/app/ione-product.module.js +9 -74
- package/esm5/app/model/productSettings.js +18 -0
- package/esm5/app/pipe/pipe.module.js +23 -0
- package/esm5/app/product-version.js +3 -3
- package/esm5/app/service/dictionary.service.js +1 -1
- package/esm5/app/service/product-connector-adapter.service.js +61 -10
- package/esm5/app/service/product-connector.service.js +65 -52
- package/esm5/app/service/product-event.service.js +2 -6
- package/esm5/app/service/product-settings.service.js +14 -74
- package/esm5/colijnit-product.js +29 -29
- package/esm5/public_api.js +3 -1
- package/fesm2015/colijnit-product.js +1185 -1056
- package/fesm2015/colijnit-product.js.map +1 -1
- package/fesm5/colijnit-product.js +1442 -1230
- package/fesm5/colijnit-product.js.map +1 -1
- package/package.json +5 -4
- package/public_api.d.ts +2 -0
- package/app/service/product-initializer.service.d.ts +0 -6
- package/app/service/product-module.service.d.ts +0 -9
- package/esm2015/app/model/settings.js +0 -15
- package/esm2015/app/service/product-initializer.service.js +0 -26
- package/esm2015/app/service/product-module.service.js +0 -39
- package/esm5/app/model/settings.js +0 -17
- package/esm5/app/service/product-initializer.service.js +0 -29
- package/esm5/app/service/product-module.service.js +0 -50
package/colijnit-product.d.ts
CHANGED
|
@@ -2,31 +2,31 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export { HeaderComponent as
|
|
6
|
-
export { ImageCarouselComponent as
|
|
7
|
-
export { ProductAdditionalDescriptionComponent as
|
|
8
|
-
export { ProductAdditionalInfoComponent as
|
|
9
|
-
export { ProductAddtocartComponent as
|
|
10
|
-
export { ProductDeliveryComponent as
|
|
11
|
-
export { ProductDescriptionComponent as
|
|
12
|
-
export { ProductDocumentsComponent as
|
|
13
|
-
export { ProductInfoTabsComponent as
|
|
14
|
-
export { ProductInfoComponent as
|
|
15
|
-
export { ProductPageComponent as
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export { ProductSettingsService as
|
|
32
|
-
export { JsonUtilsService as
|
|
5
|
+
export { HeaderComponent as ɵw } from './app/components/core/header/header.component';
|
|
6
|
+
export { ImageCarouselComponent as ɵm } from './app/components/image-carousel/image-carousel.component';
|
|
7
|
+
export { ProductAdditionalDescriptionComponent as ɵo } from './app/components/product-additional-description/product-additional-description.component';
|
|
8
|
+
export { ProductAdditionalInfoComponent as ɵy } from './app/components/product-additional-info/product-additional-info.component';
|
|
9
|
+
export { ProductAddtocartComponent as ɵq } from './app/components/product-addtocart/product-addtocart.component';
|
|
10
|
+
export { ProductDeliveryComponent as ɵt } from './app/components/product-delivery/product-delivery.component';
|
|
11
|
+
export { ProductDescriptionComponent as ɵn } from './app/components/product-description/product-description.component';
|
|
12
|
+
export { ProductDocumentsComponent as ɵv } from './app/components/product-documents/product-documents.component';
|
|
13
|
+
export { ProductInfoTabsComponent as ɵu } from './app/components/product-info-tabs/product-info-tabs.component';
|
|
14
|
+
export { ProductInfoComponent as ɵx } from './app/components/product-info/product-info.component';
|
|
15
|
+
export { ProductPageComponent as ɵf } from './app/components/product-page/product-page.component';
|
|
16
|
+
export { ProductPageModule as ɵa } from './app/components/product-page/product-page.module';
|
|
17
|
+
export { ProductPriceComponent as ɵp } from './app/components/product-price/product-price.component';
|
|
18
|
+
export { ProductPropertiesComponent as ɵz } from './app/components/product-properties/product-properties.component';
|
|
19
|
+
export { ProductRelatedComponent as ɵr } from './app/components/product-related/product-related.component';
|
|
20
|
+
export { ProductSelectorTypeComponent as ɵl } from './app/components/product-selector-type/product-selector-type.component';
|
|
21
|
+
export { ProductStockComponent as ɵs } from './app/components/product-stock/product-stock.component';
|
|
22
|
+
export { ProductSymbolsComponent as ɵba } from './app/components/product-symbols/product-symbols.component';
|
|
23
|
+
export { IoneProductComponent as ɵbb } from './app/ione-product.component';
|
|
24
|
+
export { LocalizePipe as ɵc } from './app/pipe/localize.pipe';
|
|
25
|
+
export { PipeModule as ɵb } from './app/pipe/pipe.module';
|
|
26
|
+
export { DictionaryService as ɵd } from './app/service/dictionary.service';
|
|
27
|
+
export { IconCacheService as ɵj } from './app/service/icon-cache.service';
|
|
28
|
+
export { ProductConnectorAdapterService as ɵh } from './app/service/product-connector-adapter.service';
|
|
29
|
+
export { ProductConnectorService as ɵg } from './app/service/product-connector.service';
|
|
30
|
+
export { ProductEventService as ɵk } from './app/service/product-event.service';
|
|
31
|
+
export { ProductSettingsService as ɵi } from './app/service/product-settings.service';
|
|
32
|
+
export { JsonUtilsService as ɵe } from './app/utils/json-utils.service';
|