@colijnit/product 1.0.13 → 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 +8 -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 +271 -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 +23 -19
- 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 +23 -19
- 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 +196 -157
- package/fesm2015/colijnit-product.js.map +1 -1
- package/fesm5/colijnit-product.js +276 -233
- package/fesm5/colijnit-product.js.map +1 -1
- package/package.json +17 -42
- package/colijnit-product-1.0.13.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,52 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/product",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Product detail page project for
|
|
3
|
+
"version": "1.9.3",
|
|
4
|
+
"description": "Product detail page project for iOne",
|
|
5
5
|
"private": false,
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@angular/animations": "~
|
|
8
|
-
"@angular/common": "~
|
|
9
|
-
"@angular/compiler": "~
|
|
10
|
-
"@angular/core": "~
|
|
11
|
-
"@angular/elements": "^
|
|
12
|
-
"@angular/forms": "~
|
|
13
|
-
"@angular/platform-browser": "~
|
|
14
|
-
"@angular/platform-browser-dynamic": "~
|
|
15
|
-
"@angular/router": "~
|
|
16
|
-
"@colijnit/ioneconnector": "1.0.
|
|
7
|
+
"@angular/animations": "~9.1.13",
|
|
8
|
+
"@angular/common": "~9.1.13",
|
|
9
|
+
"@angular/compiler": "~9.1.13",
|
|
10
|
+
"@angular/core": "~9.1.13",
|
|
11
|
+
"@angular/elements": "^9.1.13",
|
|
12
|
+
"@angular/forms": "~9.1.13",
|
|
13
|
+
"@angular/platform-browser": "~9.1.13",
|
|
14
|
+
"@angular/platform-browser-dynamic": "~9.1.13",
|
|
15
|
+
"@angular/router": "~9.1.13",
|
|
16
|
+
"@colijnit/ioneconnector": "1.0.141",
|
|
17
17
|
"core-js": "^2.5.4",
|
|
18
|
-
"elements-zone-strategy": "^
|
|
19
|
-
"rxjs": "~6.
|
|
20
|
-
"tslib": "^1.
|
|
21
|
-
"zone.js": "~0.
|
|
18
|
+
"elements-zone-strategy": "^9.0.0",
|
|
19
|
+
"rxjs": "~6.6.7",
|
|
20
|
+
"tslib": "^1.10.0",
|
|
21
|
+
"zone.js": "~0.10.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@colijnit/corecomponents": "
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@angular-builders/custom-webpack": "^7.4.3",
|
|
28
|
-
"@angular-devkit/build-angular": "~0.13.0",
|
|
29
|
-
"@angular/cli": "~7.3.8",
|
|
30
|
-
"@angular/compiler-cli": "~7.2.0",
|
|
31
|
-
"@angular/language-service": "~7.2.0",
|
|
32
|
-
"@colijnit/corecomponents": "0.1.28",
|
|
33
|
-
"@types/jasmine": "~2.8.8",
|
|
34
|
-
"@types/jasminewd2": "~2.0.3",
|
|
35
|
-
"@types/node": "~8.9.4",
|
|
36
|
-
"codelyzer": "~4.5.0",
|
|
37
|
-
"jasmine-core": "~2.99.1",
|
|
38
|
-
"jasmine-spec-reporter": "~4.2.1",
|
|
39
|
-
"karma": "~4.0.0",
|
|
40
|
-
"karma-chrome-launcher": "~2.2.0",
|
|
41
|
-
"karma-coverage-istanbul-reporter": "~2.0.1",
|
|
42
|
-
"karma-jasmine": "~1.1.2",
|
|
43
|
-
"karma-jasmine-html-reporter": "^0.2.2",
|
|
44
|
-
"ng-packagr": "^5.2.0",
|
|
45
|
-
"protractor": "~5.4.0",
|
|
46
|
-
"ts-node": "~7.0.0",
|
|
47
|
-
"tslint": "~5.11.0",
|
|
48
|
-
"typescript": "~3.2.2",
|
|
49
|
-
"webpack-cli": "^3.3.1"
|
|
24
|
+
"@colijnit/corecomponents": "1.9.1"
|
|
50
25
|
},
|
|
51
26
|
"main": "bundles/colijnit-product.umd.js",
|
|
52
27
|
"module": "fesm5/colijnit-product.js",
|
|
Binary file
|