@colijnit/product 259.1.3 → 260.1.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/README.md +27 -27
- package/app/components/product-related/product-related.component.d.ts +2 -2
- package/app/style/product-globals.scss +183 -183
- package/bundles/colijnit-product.umd.js +37 -17
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/components/core/header/header.component.js +8 -8
- package/esm2015/app/components/image-carousel/image-carousel.component.js +55 -55
- package/esm2015/app/components/product-additional-description/product-additional-description.component.js +8 -8
- package/esm2015/app/components/product-additional-info/product-additional-info.component.js +6 -6
- package/esm2015/app/components/product-addtocart/product-addtocart.component.js +31 -31
- package/esm2015/app/components/product-delivery/product-delivery.component.js +10 -10
- package/esm2015/app/components/product-description/product-description.component.js +6 -6
- package/esm2015/app/components/product-documents/product-documents.component.js +7 -7
- package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +23 -23
- package/esm2015/app/components/product-page/product-page.component.js +1 -1
- package/esm2015/app/components/product-price/product-price.component.js +12 -12
- package/esm2015/app/components/product-properties/product-properties.component.js +11 -11
- package/esm2015/app/components/product-related/product-related.component.js +30 -28
- package/esm2015/app/components/product-selector-type/product-selector-type.component.js +20 -20
- package/esm2015/app/components/product-stock/product-stock.component.js +10 -10
- package/esm2015/app/components/product-symbols/product-symbols.component.js +15 -15
- package/esm2015/app/enum/icon.enum.js +1 -1
- package/esm2015/app/ione-product.component.js +12 -12
- package/esm2015/app/ione-product.module.js +1 -1
- package/esm2015/app/model/icon.js +1 -1
- package/esm2015/app/product-version.js +3 -3
- package/fesm2015/colijnit-product.js +250 -248
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
# Product
|
|
2
|
-
|
|
3
|
-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.8.
|
|
4
|
-
|
|
5
|
-
## Development server
|
|
6
|
-
|
|
7
|
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
|
8
|
-
|
|
9
|
-
## Code scaffolding
|
|
10
|
-
|
|
11
|
-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
|
12
|
-
|
|
13
|
-
## Build
|
|
14
|
-
|
|
15
|
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
|
16
|
-
|
|
17
|
-
## Running unit tests
|
|
18
|
-
|
|
19
|
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
20
|
-
|
|
21
|
-
## Running end-to-end tests
|
|
22
|
-
|
|
23
|
-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
|
|
24
|
-
|
|
25
|
-
## Further help
|
|
26
|
-
|
|
27
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
1
|
+
# Product
|
|
2
|
+
|
|
3
|
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.8.
|
|
4
|
+
|
|
5
|
+
## Development server
|
|
6
|
+
|
|
7
|
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
|
8
|
+
|
|
9
|
+
## Code scaffolding
|
|
10
|
+
|
|
11
|
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
|
12
|
+
|
|
13
|
+
## Build
|
|
14
|
+
|
|
15
|
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
|
16
|
+
|
|
17
|
+
## Running unit tests
|
|
18
|
+
|
|
19
|
+
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
20
|
+
|
|
21
|
+
## Running end-to-end tests
|
|
22
|
+
|
|
23
|
+
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
|
|
24
|
+
|
|
25
|
+
## Further help
|
|
26
|
+
|
|
27
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
@@ -5,7 +5,7 @@ import { ProductConnectorAdapterService } from "../../service/product-connector-
|
|
|
5
5
|
import { ProductSettingsService } from "../../service/product-settings.service";
|
|
6
6
|
import { ExternalSource } from '@colijnit/articleapi/build/model/external-source.bo';
|
|
7
7
|
export declare class ProductRelatedComponent {
|
|
8
|
-
|
|
8
|
+
_iOne: ProductConnectorService;
|
|
9
9
|
private _appEventService;
|
|
10
10
|
private _productConnectorAdapterService;
|
|
11
11
|
private _settingsService;
|
|
@@ -16,7 +16,7 @@ export declare class ProductRelatedComponent {
|
|
|
16
16
|
createFrozenArticle: boolean;
|
|
17
17
|
set articles(value: ArticleListObject[]);
|
|
18
18
|
get articles(): ArticleListObject[];
|
|
19
|
-
|
|
19
|
+
imageDataMap: Map<number, string>;
|
|
20
20
|
private _articles;
|
|
21
21
|
constructor(_iOne: ProductConnectorService, _appEventService: ProductEventService, _productConnectorAdapterService: ProductConnectorAdapterService, _settingsService: ProductSettingsService);
|
|
22
22
|
handleContentClick(article: ArticleListObject): void;
|