@colijnit/product 12.0.8 → 253.1.2
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/core/header/header.component.d.ts +7 -7
- package/app/components/core/header/header.module.d.ts +2 -2
- package/app/components/image-carousel/image-carousel.component.d.ts +39 -39
- package/app/components/image-carousel/image-carousel.module.d.ts +2 -2
- package/app/components/product-additional-description/product-additional-description.component.d.ts +14 -14
- package/app/components/product-additional-description/product-additional-description.module.d.ts +2 -2
- package/app/components/product-additional-info/product-additional-info.component.d.ts +21 -21
- package/app/components/product-additional-info/product-additional-info.module.d.ts +2 -2
- package/app/components/product-addtocart/product-addtocart.component.d.ts +34 -33
- package/app/components/product-addtocart/product-addtocart.module.d.ts +2 -2
- package/app/components/product-delivery/product-delivery.component.d.ts +18 -18
- package/app/components/product-delivery/product-delivery.module.d.ts +2 -2
- package/app/components/product-description/product-description.component.d.ts +7 -7
- package/app/components/product-description/product-description.module.d.ts +2 -2
- package/app/components/product-documents/product-document.module.d.ts +2 -2
- package/app/components/product-documents/product-documents.component.d.ts +10 -10
- package/app/components/product-external-source/product-external-source.component.d.ts +34 -34
- package/app/components/product-external-source/product-external-source.module.d.ts +2 -2
- package/app/components/product-info-tabs/product-info-tabs.component.d.ts +18 -18
- package/app/components/product-info-tabs/product-info-tabs.module.d.ts +2 -2
- package/app/components/product-page/product-page.component.d.ts +59 -58
- package/app/components/product-page/product-page.module.d.ts +2 -2
- package/app/components/product-price/product-price.component.d.ts +19 -19
- package/app/components/product-price/product-price.module.d.ts +2 -2
- package/app/components/product-properties/product-properties.component.d.ts +16 -16
- package/app/components/product-properties/product-properties.module.d.ts +2 -2
- package/app/components/product-related/product-related.component.d.ts +16 -16
- package/app/components/product-related/product-related.module.d.ts +2 -2
- package/app/components/product-selector-type/product-selector-type.component.d.ts +21 -21
- package/app/components/product-selector-type/product-selector-type.module.d.ts +2 -2
- package/app/components/product-stock/product-stock.component.d.ts +20 -20
- package/app/components/product-stock/product-stock.module.d.ts +2 -2
- package/app/components/product-symbols/product-symbols.component.d.ts +10 -10
- package/app/components/product-symbols/product-symbols.module.d.ts +2 -2
- package/app/enum/icon.enum.d.ts +17 -17
- package/app/enum/language-code.enum.d.ts +6 -6
- package/app/enum/selector-type.enum.d.ts +5 -5
- package/app/ione-product.component.d.ts +44 -43
- package/app/ione-product.module.d.ts +2 -2
- package/app/model/article-quantity.model.d.ts +5 -5
- package/app/model/icon.d.ts +4 -4
- package/app/model/productSettings.d.ts +30 -30
- package/app/model/render-modes.d.ts +5 -5
- package/app/model/render-parameters.d.ts +7 -7
- package/app/model/settings-options.d.ts +10 -10
- package/app/model/stock-and-delivery.d.ts +5 -5
- package/app/pipe/localize.pipe.d.ts +7 -7
- package/app/pipe/pipe.module.d.ts +2 -2
- package/app/product-version.d.ts +6 -6
- package/app/service/dictionary.service.d.ts +24 -24
- package/app/service/icon-cache.service.d.ts +17 -17
- package/app/service/product-connector-adapter.service.d.ts +34 -34
- package/app/service/product-connector.service.d.ts +38 -38
- package/app/service/product-event.service.d.ts +22 -22
- package/app/service/product-settings.service.d.ts +16 -16
- package/app/style/_scrollbars.mixins.scss +18 -18
- package/app/style/_variables.scss +21 -21
- package/app/utils/bit-utils.d.ts +7 -7
- package/app/utils/json-utils.service.d.ts +3 -3
- package/assets/dictionary/text.properties.d.ts +3 -3
- package/bundles/colijnit-product.umd.js +3136 -3108
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/colijnit-product-253.1.1.tgz +0 -0
- package/colijnit-product.d.ts +41 -41
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/components/core/header/header.component.js +18 -18
- package/esm2015/app/components/core/header/header.module.js +19 -19
- package/esm2015/app/components/image-carousel/image-carousel.component.js +143 -143
- package/esm2015/app/components/image-carousel/image-carousel.module.js +23 -23
- package/esm2015/app/components/product-additional-description/product-additional-description.component.js +50 -50
- package/esm2015/app/components/product-additional-description/product-additional-description.module.js +21 -21
- package/esm2015/app/components/product-additional-info/product-additional-info.component.js +102 -102
- package/esm2015/app/components/product-additional-info/product-additional-info.module.js +21 -21
- package/esm2015/app/components/product-addtocart/product-addtocart.component.js +110 -92
- package/esm2015/app/components/product-addtocart/product-addtocart.module.js +24 -24
- package/esm2015/app/components/product-delivery/product-delivery.component.js +39 -39
- package/esm2015/app/components/product-delivery/product-delivery.module.js +23 -23
- package/esm2015/app/components/product-description/product-description.component.js +17 -17
- package/esm2015/app/components/product-description/product-description.module.js +19 -19
- package/esm2015/app/components/product-documents/product-document.module.js +25 -25
- package/esm2015/app/components/product-documents/product-documents.component.js +25 -25
- package/esm2015/app/components/product-external-source/product-external-source.component.js +110 -110
- package/esm2015/app/components/product-external-source/product-external-source.module.js +21 -21
- package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +59 -59
- package/esm2015/app/components/product-info-tabs/product-info-tabs.module.js +29 -29
- package/esm2015/app/components/product-page/product-page.component.js +217 -215
- package/esm2015/app/components/product-page/product-page.module.js +44 -44
- package/esm2015/app/components/product-price/product-price.component.js +60 -60
- package/esm2015/app/components/product-price/product-price.module.js +23 -23
- package/esm2015/app/components/product-properties/product-properties.component.js +50 -50
- package/esm2015/app/components/product-properties/product-properties.module.js +21 -21
- package/esm2015/app/components/product-related/product-related.component.js +62 -62
- package/esm2015/app/components/product-related/product-related.module.js +24 -24
- package/esm2015/app/components/product-selector-type/product-selector-type.component.js +42 -42
- package/esm2015/app/components/product-selector-type/product-selector-type.module.js +26 -26
- package/esm2015/app/components/product-stock/product-stock.component.js +59 -59
- package/esm2015/app/components/product-stock/product-stock.module.js +23 -23
- package/esm2015/app/components/product-symbols/product-symbols.component.js +34 -34
- package/esm2015/app/components/product-symbols/product-symbols.module.js +26 -26
- package/esm2015/app/enum/icon.enum.js +18 -18
- package/esm2015/app/enum/language-code.enum.js +8 -8
- package/esm2015/app/enum/selector-type.enum.js +7 -7
- package/esm2015/app/ione-product.component.js +117 -115
- package/esm2015/app/ione-product.module.js +29 -29
- package/esm2015/app/model/article-quantity.model.js +3 -3
- package/esm2015/app/model/icon.js +17 -17
- package/esm2015/app/model/productSettings.js +16 -16
- package/esm2015/app/model/render-modes.js +7 -7
- package/esm2015/app/model/render-parameters.js +10 -10
- package/esm2015/app/model/settings-options.js +13 -13
- package/esm2015/app/model/stock-and-delivery.js +8 -8
- package/esm2015/app/pipe/localize.pipe.js +27 -27
- package/esm2015/app/pipe/pipe.module.js +18 -18
- package/esm2015/app/product-version.js +10 -10
- package/esm2015/app/service/dictionary.service.js +94 -94
- package/esm2015/app/service/icon-cache.service.js +40 -40
- package/esm2015/app/service/product-connector-adapter.service.js +171 -171
- package/esm2015/app/service/product-connector.service.js +106 -106
- package/esm2015/app/service/product-event.service.js +29 -29
- package/esm2015/app/service/product-settings.service.js +86 -86
- package/esm2015/app/utils/bit-utils.js +18 -18
- package/esm2015/app/utils/json-utils.service.js +29 -29
- package/esm2015/assets/dictionary/text.properties.js +67 -67
- package/esm2015/colijnit-product.js +41 -41
- package/esm2015/public_api.js +10 -10
- package/fesm2015/colijnit-product.js +2235 -2213
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +5 -5
- package/public_api.d.ts +9 -9
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.