@colijnit/product 1.0.12 → 1.9.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.
- package/app/components/image-carousel/image-carousel.component.d.ts +9 -4
- package/app/components/product-additional-description/product-additional-description.component.d.ts +2 -1
- package/app/components/product-additional-info/product-additional-info.component.d.ts +2 -1
- package/app/components/product-addtocart/product-addtocart.component.d.ts +2 -1
- package/app/components/product-delivery/product-delivery.component.d.ts +1 -1
- package/app/components/product-info-tabs/product-info-tabs.component.d.ts +1 -1
- package/app/components/product-page/product-page.component.d.ts +8 -5
- package/app/components/product-price/product-price.component.d.ts +3 -2
- package/app/components/product-properties/product-properties.component.d.ts +2 -1
- package/app/components/product-related/product-related.component.d.ts +2 -1
- package/app/components/product-stock/product-stock.component.d.ts +1 -1
- package/app/components/product-symbols/product-symbols.component.d.ts +2 -1
- package/app/ione-product.component.d.ts +8 -5
- package/app/ione-product.module.d.ts +2 -0
- package/app/model/settings.d.ts +5 -0
- package/app/service/app-event.service.d.ts +5 -0
- package/app/service/app-initializer.service.d.ts +6 -0
- package/app/service/dictionary.service.d.ts +2 -2
- package/app/service/i-one-connector-adapter.service.d.ts +5 -2
- package/app/service/i-one-controller.service.d.ts +5 -3
- package/app/service/icon-cache.service.d.ts +1 -1
- package/app/service/settings.service.d.ts +5 -3
- package/app/style/_scrollbars.mixins.scss +18 -0
- package/app/style/_variables.scss +21 -0
- package/{css/styles.css → app/style/product-globals.scss} +97 -73
- package/bundles/colijnit-product.umd.js +275 -224
- 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 +1 -0
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/components/core/header/header.component.js +4 -4
- package/esm2015/app/components/image-carousel/image-carousel.component.js +26 -18
- package/esm2015/app/components/product-additional-description/product-additional-description.component.js +4 -4
- package/esm2015/app/components/product-additional-info/product-additional-info.component.js +7 -7
- package/esm2015/app/components/product-addtocart/product-addtocart.component.js +29 -21
- package/esm2015/app/components/product-delivery/product-delivery.component.js +4 -4
- package/esm2015/app/components/product-description/product-description.component.js +4 -4
- package/esm2015/app/components/product-documents/product-documents.component.js +4 -4
- package/esm2015/app/components/product-info/product-info.component.js +4 -4
- package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +5 -5
- package/esm2015/app/components/product-page/product-page.component.js +27 -56
- package/esm2015/app/components/product-price/product-price.component.js +5 -5
- package/esm2015/app/components/product-properties/product-properties.component.js +5 -5
- package/esm2015/app/components/product-related/product-related.component.js +7 -7
- package/esm2015/app/components/product-selector-type/product-selector-type.component.js +8 -8
- package/esm2015/app/components/product-stock/product-stock.component.js +4 -4
- package/esm2015/app/components/product-symbols/product-symbols.component.js +4 -4
- package/esm2015/app/ione-product.component.js +26 -52
- package/esm2015/app/ione-product.module.js +20 -5
- package/esm2015/app/model/settings.js +2 -1
- package/esm2015/app/pipe/localize.pipe.js +2 -2
- package/esm2015/app/service/app-event.service.js +13 -9
- package/esm2015/app/service/app-initializer.service.js +26 -0
- package/esm2015/app/service/dictionary.service.js +4 -4
- package/esm2015/app/service/i-one-connector-adapter.service.js +13 -7
- package/esm2015/app/service/i-one-controller.service.js +21 -8
- package/esm2015/app/service/icon-cache.service.js +3 -3
- package/esm2015/app/service/module.service.js +5 -5
- package/esm2015/app/service/settings.service.js +50 -21
- package/esm2015/app/utils/json-utils.service.js +7 -8
- package/esm2015/colijnit-product.js +2 -1
- package/esm5/app/components/core/header/header.component.js +4 -4
- package/esm5/app/components/image-carousel/image-carousel.component.js +26 -18
- package/esm5/app/components/product-additional-description/product-additional-description.component.js +4 -4
- package/esm5/app/components/product-additional-info/product-additional-info.component.js +13 -12
- package/esm5/app/components/product-addtocart/product-addtocart.component.js +41 -29
- package/esm5/app/components/product-delivery/product-delivery.component.js +4 -4
- package/esm5/app/components/product-description/product-description.component.js +4 -4
- package/esm5/app/components/product-documents/product-documents.component.js +4 -4
- package/esm5/app/components/product-info/product-info.component.js +4 -4
- package/esm5/app/components/product-info-tabs/product-info-tabs.component.js +5 -5
- package/esm5/app/components/product-page/product-page.component.js +29 -58
- package/esm5/app/components/product-price/product-price.component.js +5 -5
- package/esm5/app/components/product-properties/product-properties.component.js +5 -5
- package/esm5/app/components/product-related/product-related.component.js +7 -7
- package/esm5/app/components/product-selector-type/product-selector-type.component.js +8 -8
- package/esm5/app/components/product-stock/product-stock.component.js +4 -4
- package/esm5/app/components/product-symbols/product-symbols.component.js +4 -4
- package/esm5/app/ione-product.component.js +27 -59
- package/esm5/app/ione-product.module.js +20 -5
- package/esm5/app/model/settings.js +2 -1
- package/esm5/app/pipe/localize.pipe.js +5 -5
- package/esm5/app/service/app-event.service.js +13 -9
- package/esm5/app/service/app-initializer.service.js +29 -0
- package/esm5/app/service/dictionary.service.js +7 -7
- package/esm5/app/service/i-one-connector-adapter.service.js +13 -7
- package/esm5/app/service/i-one-controller.service.js +22 -9
- package/esm5/app/service/icon-cache.service.js +3 -3
- package/esm5/app/service/module.service.js +7 -7
- package/esm5/app/service/settings.service.js +117 -86
- package/esm5/app/utils/json-utils.service.js +8 -9
- package/esm5/colijnit-product.js +2 -1
- package/fesm2015/colijnit-product.js +200 -157
- package/fesm2015/colijnit-product.js.map +1 -1
- package/fesm5/colijnit-product.js +280 -233
- package/fesm5/colijnit-product.js.map +1 -1
- package/package.json +17 -42
package/colijnit-product.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export { ProductSymbolsComponent as ɵv } from './app/components/product-symbols
|
|
|
22
22
|
export { IoneProductComponent as ɵa } from './app/ione-product.component';
|
|
23
23
|
export { LocalizePipe as ɵt } from './app/pipe/localize.pipe';
|
|
24
24
|
export { AppEventService as ɵg } from './app/service/app-event.service';
|
|
25
|
+
export { AppInitializerService as ɵbb } from './app/service/app-initializer.service';
|
|
25
26
|
export { DictionaryService as ɵb } from './app/service/dictionary.service';
|
|
26
27
|
export { IOneConnectorAdapterService as ɵe } from './app/service/i-one-connector-adapter.service';
|
|
27
28
|
export { IOneControllerService as ɵd } from './app/service/i-one-controller.service';
|