@colijnit/product 12.0.7 → 12.0.8

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.
Files changed (128) hide show
  1. package/app/components/core/header/header.component.d.ts +7 -7
  2. package/app/components/core/header/header.module.d.ts +2 -2
  3. package/app/components/image-carousel/image-carousel.component.d.ts +39 -39
  4. package/app/components/image-carousel/image-carousel.module.d.ts +2 -2
  5. package/app/components/product-additional-description/product-additional-description.component.d.ts +14 -14
  6. package/app/components/product-additional-description/product-additional-description.module.d.ts +2 -2
  7. package/app/components/product-additional-info/product-additional-info.component.d.ts +21 -21
  8. package/app/components/product-additional-info/product-additional-info.module.d.ts +2 -2
  9. package/app/components/product-addtocart/product-addtocart.component.d.ts +33 -33
  10. package/app/components/product-addtocart/product-addtocart.module.d.ts +2 -2
  11. package/app/components/product-delivery/product-delivery.component.d.ts +18 -18
  12. package/app/components/product-delivery/product-delivery.module.d.ts +2 -2
  13. package/app/components/product-description/product-description.component.d.ts +7 -7
  14. package/app/components/product-description/product-description.module.d.ts +2 -2
  15. package/app/components/product-documents/product-document.module.d.ts +2 -2
  16. package/app/components/product-documents/product-documents.component.d.ts +10 -10
  17. package/app/components/product-external-source/product-external-source.component.d.ts +34 -34
  18. package/app/components/product-external-source/product-external-source.module.d.ts +2 -2
  19. package/app/components/product-info-tabs/product-info-tabs.component.d.ts +18 -18
  20. package/app/components/product-info-tabs/product-info-tabs.module.d.ts +2 -2
  21. package/app/components/product-page/product-page.component.d.ts +58 -58
  22. package/app/components/product-page/product-page.module.d.ts +2 -2
  23. package/app/components/product-price/product-price.component.d.ts +19 -19
  24. package/app/components/product-price/product-price.module.d.ts +2 -2
  25. package/app/components/product-properties/product-properties.component.d.ts +16 -16
  26. package/app/components/product-properties/product-properties.module.d.ts +2 -2
  27. package/app/components/product-related/product-related.component.d.ts +16 -16
  28. package/app/components/product-related/product-related.module.d.ts +2 -2
  29. package/app/components/product-selector-type/product-selector-type.component.d.ts +21 -21
  30. package/app/components/product-selector-type/product-selector-type.module.d.ts +2 -2
  31. package/app/components/product-stock/product-stock.component.d.ts +20 -20
  32. package/app/components/product-stock/product-stock.module.d.ts +2 -2
  33. package/app/components/product-symbols/product-symbols.component.d.ts +10 -10
  34. package/app/components/product-symbols/product-symbols.module.d.ts +2 -2
  35. package/app/enum/icon.enum.d.ts +17 -17
  36. package/app/enum/language-code.enum.d.ts +6 -6
  37. package/app/enum/selector-type.enum.d.ts +5 -5
  38. package/app/ione-product.component.d.ts +43 -43
  39. package/app/ione-product.module.d.ts +2 -2
  40. package/app/model/article-quantity.model.d.ts +5 -5
  41. package/app/model/icon.d.ts +4 -4
  42. package/app/model/productSettings.d.ts +30 -30
  43. package/app/model/render-modes.d.ts +5 -5
  44. package/app/model/render-parameters.d.ts +7 -7
  45. package/app/model/settings-options.d.ts +10 -10
  46. package/app/model/stock-and-delivery.d.ts +5 -5
  47. package/app/pipe/localize.pipe.d.ts +7 -7
  48. package/app/pipe/pipe.module.d.ts +2 -2
  49. package/app/product-version.d.ts +6 -6
  50. package/app/service/dictionary.service.d.ts +24 -24
  51. package/app/service/icon-cache.service.d.ts +17 -17
  52. package/app/service/product-connector-adapter.service.d.ts +34 -34
  53. package/app/service/product-connector.service.d.ts +38 -38
  54. package/app/service/product-event.service.d.ts +22 -22
  55. package/app/service/product-settings.service.d.ts +16 -16
  56. package/app/style/_scrollbars.mixins.scss +18 -18
  57. package/app/style/_variables.scss +21 -21
  58. package/app/utils/bit-utils.d.ts +7 -7
  59. package/app/utils/json-utils.service.d.ts +3 -3
  60. package/assets/dictionary/text.properties.d.ts +3 -3
  61. package/bundles/colijnit-product.umd.js +3108 -3108
  62. package/bundles/colijnit-product.umd.js.map +1 -1
  63. package/colijnit-product.d.ts +41 -41
  64. package/colijnit-product.metadata.json +1 -1
  65. package/esm2015/app/components/core/header/header.component.js +18 -18
  66. package/esm2015/app/components/core/header/header.module.js +19 -19
  67. package/esm2015/app/components/image-carousel/image-carousel.component.js +143 -143
  68. package/esm2015/app/components/image-carousel/image-carousel.module.js +23 -23
  69. package/esm2015/app/components/product-additional-description/product-additional-description.component.js +50 -50
  70. package/esm2015/app/components/product-additional-description/product-additional-description.module.js +21 -21
  71. package/esm2015/app/components/product-additional-info/product-additional-info.component.js +102 -102
  72. package/esm2015/app/components/product-additional-info/product-additional-info.module.js +21 -21
  73. package/esm2015/app/components/product-addtocart/product-addtocart.component.js +90 -90
  74. package/esm2015/app/components/product-addtocart/product-addtocart.module.js +24 -24
  75. package/esm2015/app/components/product-delivery/product-delivery.component.js +39 -39
  76. package/esm2015/app/components/product-delivery/product-delivery.module.js +23 -23
  77. package/esm2015/app/components/product-description/product-description.component.js +17 -17
  78. package/esm2015/app/components/product-description/product-description.module.js +19 -19
  79. package/esm2015/app/components/product-documents/product-document.module.js +25 -25
  80. package/esm2015/app/components/product-documents/product-documents.component.js +25 -25
  81. package/esm2015/app/components/product-external-source/product-external-source.component.js +110 -110
  82. package/esm2015/app/components/product-external-source/product-external-source.module.js +21 -21
  83. package/esm2015/app/components/product-info-tabs/product-info-tabs.component.js +59 -59
  84. package/esm2015/app/components/product-info-tabs/product-info-tabs.module.js +29 -29
  85. package/esm2015/app/components/product-page/product-page.component.js +215 -215
  86. package/esm2015/app/components/product-page/product-page.module.js +44 -44
  87. package/esm2015/app/components/product-price/product-price.component.js +60 -60
  88. package/esm2015/app/components/product-price/product-price.module.js +23 -23
  89. package/esm2015/app/components/product-properties/product-properties.component.js +50 -50
  90. package/esm2015/app/components/product-properties/product-properties.module.js +21 -21
  91. package/esm2015/app/components/product-related/product-related.component.js +62 -62
  92. package/esm2015/app/components/product-related/product-related.module.js +24 -24
  93. package/esm2015/app/components/product-selector-type/product-selector-type.component.js +42 -42
  94. package/esm2015/app/components/product-selector-type/product-selector-type.module.js +26 -26
  95. package/esm2015/app/components/product-stock/product-stock.component.js +59 -59
  96. package/esm2015/app/components/product-stock/product-stock.module.js +23 -23
  97. package/esm2015/app/components/product-symbols/product-symbols.component.js +34 -34
  98. package/esm2015/app/components/product-symbols/product-symbols.module.js +26 -26
  99. package/esm2015/app/enum/icon.enum.js +18 -18
  100. package/esm2015/app/enum/language-code.enum.js +8 -8
  101. package/esm2015/app/enum/selector-type.enum.js +7 -7
  102. package/esm2015/app/ione-product.component.js +114 -114
  103. package/esm2015/app/ione-product.module.js +29 -29
  104. package/esm2015/app/model/article-quantity.model.js +3 -3
  105. package/esm2015/app/model/icon.js +17 -17
  106. package/esm2015/app/model/productSettings.js +16 -16
  107. package/esm2015/app/model/render-modes.js +7 -7
  108. package/esm2015/app/model/render-parameters.js +10 -10
  109. package/esm2015/app/model/settings-options.js +13 -13
  110. package/esm2015/app/model/stock-and-delivery.js +8 -8
  111. package/esm2015/app/pipe/localize.pipe.js +27 -27
  112. package/esm2015/app/pipe/pipe.module.js +18 -18
  113. package/esm2015/app/product-version.js +10 -10
  114. package/esm2015/app/service/dictionary.service.js +94 -94
  115. package/esm2015/app/service/icon-cache.service.js +40 -40
  116. package/esm2015/app/service/product-connector-adapter.service.js +171 -171
  117. package/esm2015/app/service/product-connector.service.js +106 -106
  118. package/esm2015/app/service/product-event.service.js +29 -29
  119. package/esm2015/app/service/product-settings.service.js +86 -86
  120. package/esm2015/app/utils/bit-utils.js +18 -18
  121. package/esm2015/app/utils/json-utils.service.js +29 -29
  122. package/esm2015/assets/dictionary/text.properties.js +67 -67
  123. package/esm2015/colijnit-product.js +41 -41
  124. package/esm2015/public_api.js +10 -10
  125. package/fesm2015/colijnit-product.js +2212 -2212
  126. package/fesm2015/colijnit-product.js.map +1 -1
  127. package/package.json +5 -5
  128. package/public_api.d.ts +9 -9
@@ -1,7 +1,7 @@
1
- import { OnInit } from '@angular/core';
2
- export declare class HeaderComponent implements OnInit {
3
- label: string;
4
- amount: number;
5
- constructor();
6
- ngOnInit(): void;
7
- }
1
+ import { OnInit } from '@angular/core';
2
+ export declare class HeaderComponent implements OnInit {
3
+ label: string;
4
+ amount: number;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -1,2 +1,2 @@
1
- export declare class HeaderModule {
2
- }
1
+ export declare class HeaderModule {
2
+ }
@@ -1,39 +1,39 @@
1
- import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { CoDocument } from '@colijnit/mainapi/build/model/co-document';
3
- import { ProductConnectorService } from '../../service/product-connector.service';
4
- import { ProductEventService } from '../../service/product-event.service';
5
- import { IconEnum } from '../../enum/icon.enum';
6
- import { IconCacheService } from '../../service/icon-cache.service';
7
- import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
8
- export declare class ImageCarouselComponent implements OnInit, OnDestroy {
9
- private _ione;
10
- private _appEventService;
11
- private _changeDetector;
12
- private _domSanitizer;
13
- iconCache: IconCacheService;
14
- readonly icons: typeof IconEnum;
15
- showLoader: boolean;
16
- carousel: ElementRef;
17
- showRefresh: boolean;
18
- set images(value: CoDocument[]);
19
- handleWindowResize(): void;
20
- gotoNextSlide(): void;
21
- gotoPrevSlide(): void;
22
- isCurrentIndex(index: number): boolean;
23
- get currentIndex(): number;
24
- set currentIndex(value: number);
25
- resizing: boolean;
26
- get images(): CoDocument[];
27
- private _resizeTimer;
28
- private _currentIndex;
29
- private _images;
30
- private _subs;
31
- constructor(_ione: ProductConnectorService, _appEventService: ProductEventService, _changeDetector: ChangeDetectorRef, _domSanitizer: DomSanitizer, iconCache: IconCacheService);
32
- ngOnInit(): void;
33
- ngOnDestroy(): void;
34
- handleThumbClick(index: number): void;
35
- onForceRenderImage(): void;
36
- getImageSrc(image: CoDocument | CustomEvent): SafeUrl;
37
- private _loadImages;
38
- private _scrollCarouselToIndex;
39
- }
1
+ import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { CoDocument } from '@colijnit/mainapi/build/model/co-document';
3
+ import { ProductConnectorService } from '../../service/product-connector.service';
4
+ import { ProductEventService } from '../../service/product-event.service';
5
+ import { IconEnum } from '../../enum/icon.enum';
6
+ import { IconCacheService } from '../../service/icon-cache.service';
7
+ import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
8
+ export declare class ImageCarouselComponent implements OnInit, OnDestroy {
9
+ private _ione;
10
+ private _appEventService;
11
+ private _changeDetector;
12
+ private _domSanitizer;
13
+ iconCache: IconCacheService;
14
+ readonly icons: typeof IconEnum;
15
+ showLoader: boolean;
16
+ carousel: ElementRef;
17
+ showRefresh: boolean;
18
+ set images(value: CoDocument[]);
19
+ handleWindowResize(): void;
20
+ gotoNextSlide(): void;
21
+ gotoPrevSlide(): void;
22
+ isCurrentIndex(index: number): boolean;
23
+ get currentIndex(): number;
24
+ set currentIndex(value: number);
25
+ resizing: boolean;
26
+ get images(): CoDocument[];
27
+ private _resizeTimer;
28
+ private _currentIndex;
29
+ private _images;
30
+ private _subs;
31
+ constructor(_ione: ProductConnectorService, _appEventService: ProductEventService, _changeDetector: ChangeDetectorRef, _domSanitizer: DomSanitizer, iconCache: IconCacheService);
32
+ ngOnInit(): void;
33
+ ngOnDestroy(): void;
34
+ handleThumbClick(index: number): void;
35
+ onForceRenderImage(): void;
36
+ getImageSrc(image: CoDocument | CustomEvent): SafeUrl;
37
+ private _loadImages;
38
+ private _scrollCarouselToIndex;
39
+ }
@@ -1,2 +1,2 @@
1
- export declare class ImageCarouselModule {
2
- }
1
+ export declare class ImageCarouselModule {
2
+ }
@@ -1,14 +1,14 @@
1
- import { OnInit } from '@angular/core';
2
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
- import { ProductEventService } from '../../service/product-event.service';
4
- export declare class ProductAdditionalDescriptionComponent implements OnInit {
5
- private _appEventService;
6
- set article(value: ArticleFullObject);
7
- get article(): ArticleFullObject;
8
- description: string;
9
- private _article;
10
- constructor(_appEventService: ProductEventService);
11
- ngOnInit(): void;
12
- onReadMore(): void;
13
- private _prepareDescription;
14
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
+ import { ProductEventService } from '../../service/product-event.service';
4
+ export declare class ProductAdditionalDescriptionComponent implements OnInit {
5
+ private _appEventService;
6
+ set article(value: ArticleFullObject);
7
+ get article(): ArticleFullObject;
8
+ description: string;
9
+ private _article;
10
+ constructor(_appEventService: ProductEventService);
11
+ ngOnInit(): void;
12
+ onReadMore(): void;
13
+ private _prepareDescription;
14
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductAdditionalDescriptionModule {
2
- }
1
+ export declare class ProductAdditionalDescriptionModule {
2
+ }
@@ -1,21 +1,21 @@
1
- import { ChangeDetectorRef, OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
4
- import { ProductConnectorService } from '../../service/product-connector.service';
5
- export declare class ProductAdditionalInfoComponent implements OnInit {
6
- private _sanitizer;
7
- private _connectorService;
8
- private _changeDetector;
9
- set article(value: ArticleFullObject);
10
- get article(): ArticleFullObject;
11
- showLabel: boolean;
12
- textParts: SafeHtml[];
13
- info: string;
14
- private _article;
15
- private _superArticles;
16
- constructor(_sanitizer: DomSanitizer, _connectorService: ProductConnectorService, _changeDetector: ChangeDetectorRef);
17
- ngOnInit(): void;
18
- private _getTextsSuperArticle;
19
- private _prepareArticleTexts;
20
- private _buildInfo;
21
- }
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
4
+ import { ProductConnectorService } from '../../service/product-connector.service';
5
+ export declare class ProductAdditionalInfoComponent implements OnInit {
6
+ private _sanitizer;
7
+ private _connectorService;
8
+ private _changeDetector;
9
+ set article(value: ArticleFullObject);
10
+ get article(): ArticleFullObject;
11
+ showLabel: boolean;
12
+ textParts: SafeHtml[];
13
+ info: string;
14
+ private _article;
15
+ private _superArticles;
16
+ constructor(_sanitizer: DomSanitizer, _connectorService: ProductConnectorService, _changeDetector: ChangeDetectorRef);
17
+ ngOnInit(): void;
18
+ private _getTextsSuperArticle;
19
+ private _prepareArticleTexts;
20
+ private _buildInfo;
21
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductAdditionalInfoModule {
2
- }
1
+ export declare class ProductAdditionalInfoModule {
2
+ }
@@ -1,33 +1,33 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { IconCacheService } from '../../service/icon-cache.service';
3
- import { IconEnum } from '../../enum/icon.enum';
4
- import { ProductConnectorService } from '../../service/product-connector.service';
5
- import { ProductEventService } from '../../service/product-event.service';
6
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
7
- import { ProductSettingsService } from '../../service/product-settings.service';
8
- export declare class ProductAddtocartComponent implements OnInit, OnDestroy {
9
- iconCache: IconCacheService;
10
- private _ioneControllerService;
11
- private _appEventService;
12
- private _settingsService;
13
- readonly icon: typeof IconEnum;
14
- addToCartButton: ElementRef;
15
- article: ArticleFullObject;
16
- createFrozenArticle: boolean;
17
- configurable: boolean;
18
- configuring: boolean;
19
- fullscreen: boolean;
20
- set quantity(value: number);
21
- get quantity(): number;
22
- startConfiguration: EventEmitter<void>;
23
- addToCartClick: EventEmitter<number>;
24
- addToQuoteClick: EventEmitter<number>;
25
- showQuoteButton: boolean;
26
- private _quantity;
27
- constructor(iconCache: IconCacheService, _ioneControllerService: ProductConnectorService, _appEventService: ProductEventService, _settingsService: ProductSettingsService);
28
- ngOnInit(): void;
29
- ngOnDestroy(): void;
30
- handleAddToCartClick(quantity: number): Promise<void>;
31
- handleAddToQuoteClick(quantity: number): Promise<void>;
32
- private _getJSONFromArticleObject;
33
- }
1
+ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { IconCacheService } from '../../service/icon-cache.service';
3
+ import { IconEnum } from '../../enum/icon.enum';
4
+ import { ProductConnectorService } from '../../service/product-connector.service';
5
+ import { ProductEventService } from '../../service/product-event.service';
6
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
7
+ import { ProductSettingsService } from '../../service/product-settings.service';
8
+ export declare class ProductAddtocartComponent implements OnInit, OnDestroy {
9
+ iconCache: IconCacheService;
10
+ private _ioneControllerService;
11
+ private _appEventService;
12
+ private _settingsService;
13
+ readonly icon: typeof IconEnum;
14
+ addToCartButton: ElementRef;
15
+ article: ArticleFullObject;
16
+ createFrozenArticle: boolean;
17
+ configurable: boolean;
18
+ configuring: boolean;
19
+ fullscreen: boolean;
20
+ set quantity(value: number);
21
+ get quantity(): number;
22
+ startConfiguration: EventEmitter<void>;
23
+ addToCartClick: EventEmitter<number>;
24
+ addToQuoteClick: EventEmitter<number>;
25
+ showQuoteButton: boolean;
26
+ private _quantity;
27
+ constructor(iconCache: IconCacheService, _ioneControllerService: ProductConnectorService, _appEventService: ProductEventService, _settingsService: ProductSettingsService);
28
+ ngOnInit(): void;
29
+ ngOnDestroy(): void;
30
+ handleAddToCartClick(quantity: number): Promise<void>;
31
+ handleAddToQuoteClick(quantity: number): Promise<void>;
32
+ private _getJSONFromArticleObject;
33
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductAddtocartModule {
2
- }
1
+ export declare class ProductAddtocartModule {
2
+ }
@@ -1,18 +1,18 @@
1
- import { OnInit } from '@angular/core';
2
- import { ProductConnectorService } from '../../service/product-connector.service';
3
- import { IconCacheService } from '../../service/icon-cache.service';
4
- import { SafeHtml } from '@angular/platform-browser';
5
- import { IconEnum } from '../../enum/icon.enum';
6
- import { StockAndDelivery } from '../../model/stock-and-delivery';
7
- import { LocalizePipe } from '../../pipe/localize.pipe';
8
- export declare class ProductDeliveryComponent implements OnInit {
9
- private _localizePipe;
10
- private _iOne;
11
- private _iconCache;
12
- readonly icon: typeof IconEnum;
13
- set stockAndDelivery(value: StockAndDelivery);
14
- deliveryDescription: string;
15
- iconData: SafeHtml;
16
- constructor(_localizePipe: LocalizePipe, _iOne: ProductConnectorService, _iconCache: IconCacheService);
17
- ngOnInit(): void;
18
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { ProductConnectorService } from '../../service/product-connector.service';
3
+ import { IconCacheService } from '../../service/icon-cache.service';
4
+ import { SafeHtml } from '@angular/platform-browser';
5
+ import { IconEnum } from '../../enum/icon.enum';
6
+ import { StockAndDelivery } from '../../model/stock-and-delivery';
7
+ import { LocalizePipe } from '../../pipe/localize.pipe';
8
+ export declare class ProductDeliveryComponent implements OnInit {
9
+ private _localizePipe;
10
+ private _iOne;
11
+ private _iconCache;
12
+ readonly icon: typeof IconEnum;
13
+ set stockAndDelivery(value: StockAndDelivery);
14
+ deliveryDescription: string;
15
+ iconData: SafeHtml;
16
+ constructor(_localizePipe: LocalizePipe, _iOne: ProductConnectorService, _iconCache: IconCacheService);
17
+ ngOnInit(): void;
18
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductDeliveryModule {
2
- }
1
+ export declare class ProductDeliveryModule {
2
+ }
@@ -1,7 +1,7 @@
1
- import { OnInit } from '@angular/core';
2
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
- export declare class ProductDescriptionComponent implements OnInit {
4
- article: ArticleFullObject;
5
- constructor();
6
- ngOnInit(): void;
7
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
+ export declare class ProductDescriptionComponent implements OnInit {
4
+ article: ArticleFullObject;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductDescriptionModule {
2
- }
1
+ export declare class ProductDescriptionModule {
2
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductDocumentModule {
2
- }
1
+ export declare class ProductDocumentModule {
2
+ }
@@ -1,10 +1,10 @@
1
- import { CoDocument } from '@colijnit/mainapi/build/model/co-document';
2
- import { IconEnum } from '../../enum/icon.enum';
3
- import { IconCacheService } from '../../service/icon-cache.service';
4
- export declare class ProductDocumentsComponent {
5
- iconCache: IconCacheService;
6
- readonly icon: typeof IconEnum;
7
- showLabel: boolean;
8
- documents: CoDocument[];
9
- constructor(iconCache: IconCacheService);
10
- }
1
+ import { CoDocument } from '@colijnit/mainapi/build/model/co-document';
2
+ import { IconEnum } from '../../enum/icon.enum';
3
+ import { IconCacheService } from '../../service/icon-cache.service';
4
+ export declare class ProductDocumentsComponent {
5
+ iconCache: IconCacheService;
6
+ readonly icon: typeof IconEnum;
7
+ showLabel: boolean;
8
+ documents: CoDocument[];
9
+ constructor(iconCache: IconCacheService);
10
+ }
@@ -1,34 +1,34 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import { ExternalSource } from '@colijnit/articleapi/build/model/external-source.bo';
4
- import { ProductConnectorService } from '../../service/product-connector.service';
5
- import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
6
- import { ProductEventService } from '../../service/product-event.service';
7
- import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
8
- export declare class ProductExternalSourceComponent implements OnInit, OnDestroy {
9
- private _sanitizer;
10
- private _productConnectorService;
11
- private _appEventService;
12
- sku: string;
13
- set externalSource(value: ExternalSource);
14
- get externalSource(): ExternalSource;
15
- options: {};
16
- addToCart: EventEmitter<{
17
- article: string | ArticleExtended;
18
- quantity: number;
19
- }>;
20
- addToQuote: EventEmitter<string>;
21
- alternativeClick: EventEmitter<ArticleListObject>;
22
- showClass(): boolean;
23
- showProduct: boolean;
24
- safeUrl: SafeResourceUrl;
25
- loaded: boolean;
26
- externalUrl: string;
27
- externalSettings: any;
28
- private _externalSource;
29
- private _subs;
30
- constructor(_sanitizer: DomSanitizer, _productConnectorService: ProductConnectorService, _appEventService: ProductEventService);
31
- ngOnInit(): void;
32
- ngOnDestroy(): void;
33
- private _prepareExternalSource;
34
- }
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
+ import { ExternalSource } from '@colijnit/articleapi/build/model/external-source.bo';
4
+ import { ProductConnectorService } from '../../service/product-connector.service';
5
+ import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
6
+ import { ProductEventService } from '../../service/product-event.service';
7
+ import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
8
+ export declare class ProductExternalSourceComponent implements OnInit, OnDestroy {
9
+ private _sanitizer;
10
+ private _productConnectorService;
11
+ private _appEventService;
12
+ sku: string;
13
+ set externalSource(value: ExternalSource);
14
+ get externalSource(): ExternalSource;
15
+ options: {};
16
+ addToCart: EventEmitter<{
17
+ article: string | ArticleExtended;
18
+ quantity: number;
19
+ }>;
20
+ addToQuote: EventEmitter<string>;
21
+ alternativeClick: EventEmitter<ArticleListObject>;
22
+ showClass(): boolean;
23
+ showProduct: boolean;
24
+ safeUrl: SafeResourceUrl;
25
+ loaded: boolean;
26
+ externalUrl: string;
27
+ externalSettings: any;
28
+ private _externalSource;
29
+ private _subs;
30
+ constructor(_sanitizer: DomSanitizer, _productConnectorService: ProductConnectorService, _appEventService: ProductEventService);
31
+ ngOnInit(): void;
32
+ ngOnDestroy(): void;
33
+ private _prepareExternalSource;
34
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductExternalSourceModule {
2
- }
1
+ export declare class ProductExternalSourceModule {
2
+ }
@@ -1,18 +1,18 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
2
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
- import { ProductEventService } from '../../service/product-event.service';
4
- export declare class ProductInfoTabsComponent implements OnDestroy {
5
- private _appEventService;
6
- activeTab: number;
7
- activeTabHeight: number;
8
- tabContent: ElementRef;
9
- tabs: any[];
10
- articleObject: ArticleFullObject;
11
- set article(value: ArticleFullObject);
12
- private _subs;
13
- constructor(_appEventService: ProductEventService);
14
- ngOnDestroy(): void;
15
- updateTab(tabIndex: number): void;
16
- updateHeight(tabIndex: number): void;
17
- private _setupTabs;
18
- }
1
+ import { ElementRef, OnDestroy } from '@angular/core';
2
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
3
+ import { ProductEventService } from '../../service/product-event.service';
4
+ export declare class ProductInfoTabsComponent implements OnDestroy {
5
+ private _appEventService;
6
+ activeTab: number;
7
+ activeTabHeight: number;
8
+ tabContent: ElementRef;
9
+ tabs: any[];
10
+ articleObject: ArticleFullObject;
11
+ set article(value: ArticleFullObject);
12
+ private _subs;
13
+ constructor(_appEventService: ProductEventService);
14
+ ngOnDestroy(): void;
15
+ updateTab(tabIndex: number): void;
16
+ updateHeight(tabIndex: number): void;
17
+ private _setupTabs;
18
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductInfoTabsModule {
2
- }
1
+ export declare class ProductInfoTabsModule {
2
+ }
@@ -1,58 +1,58 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import { ProductConnectorService } from '../../service/product-connector.service';
3
- import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
4
- import { StockAndDelivery } from '../../model/stock-and-delivery';
5
- import { SelectorType } from '../../enum/selector-type.enum';
6
- import { IconEnum } from '../../enum/icon.enum';
7
- import { IconCacheService } from '../../service/icon-cache.service';
8
- import { ProductSettingsService } from '../../service/product-settings.service';
9
- import { ProductEventService } from '../../service/product-event.service';
10
- export declare class ProductPageComponent implements OnInit, OnDestroy, AfterViewInit {
11
- private _ione;
12
- private _renderer;
13
- private _changeDetector;
14
- iconCache: IconCacheService;
15
- settingsService: ProductSettingsService;
16
- appEventService: ProductEventService;
17
- readonly icon: typeof IconEnum;
18
- configurator: ElementRef;
19
- selections: ElementRef;
20
- fullscreenbutton: ElementRef;
21
- set sku(value: string);
22
- get sku(): string;
23
- set settings(value: any);
24
- createFrozenArticle: boolean;
25
- openStockEvent: EventEmitter<void>;
26
- get settings(): any;
27
- set fullScreen(value: boolean);
28
- get fullScreen(): boolean;
29
- get fullScreenIcon(): IconEnum;
30
- set currentView(value: SelectorType);
31
- get currentView(): SelectorType;
32
- article: ArticleFullObject;
33
- stockAndDelivery: StockAndDelivery;
34
- configurable: boolean;
35
- threeD: boolean;
36
- selectorType: SelectorType;
37
- show2D: boolean;
38
- show3D: boolean;
39
- configuring: boolean;
40
- fullscreenAnimationEnd: boolean;
41
- settingsLoaded: boolean;
42
- private _sku;
43
- private _initializedSub;
44
- private _fullScreen;
45
- private _currentView;
46
- private _subs;
47
- private _settings;
48
- constructor(_ione: ProductConnectorService, _renderer: Renderer2, _changeDetector: ChangeDetectorRef, iconCache: IconCacheService, settingsService: ProductSettingsService, appEventService: ProductEventService);
49
- ngOnInit(): void;
50
- ngAfterViewInit(): void;
51
- ngOnDestroy(): void;
52
- setInstance(event: CustomEvent): void;
53
- handleStartConfiguration(): void;
54
- showFullScreen(): void;
55
- private _handleSettingsLoaded;
56
- private _getArticle;
57
- openStock(): void;
58
- }
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
+ import { ProductConnectorService } from '../../service/product-connector.service';
3
+ import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
4
+ import { StockAndDelivery } from '../../model/stock-and-delivery';
5
+ import { SelectorType } from '../../enum/selector-type.enum';
6
+ import { IconEnum } from '../../enum/icon.enum';
7
+ import { IconCacheService } from '../../service/icon-cache.service';
8
+ import { ProductSettingsService } from '../../service/product-settings.service';
9
+ import { ProductEventService } from '../../service/product-event.service';
10
+ export declare class ProductPageComponent implements OnInit, OnDestroy, AfterViewInit {
11
+ private _ione;
12
+ private _renderer;
13
+ private _changeDetector;
14
+ iconCache: IconCacheService;
15
+ settingsService: ProductSettingsService;
16
+ appEventService: ProductEventService;
17
+ readonly icon: typeof IconEnum;
18
+ configurator: ElementRef;
19
+ selections: ElementRef;
20
+ fullscreenbutton: ElementRef;
21
+ set sku(value: string);
22
+ get sku(): string;
23
+ set settings(value: any);
24
+ createFrozenArticle: boolean;
25
+ openStockEvent: EventEmitter<void>;
26
+ get settings(): any;
27
+ set fullScreen(value: boolean);
28
+ get fullScreen(): boolean;
29
+ get fullScreenIcon(): IconEnum;
30
+ set currentView(value: SelectorType);
31
+ get currentView(): SelectorType;
32
+ article: ArticleFullObject;
33
+ stockAndDelivery: StockAndDelivery;
34
+ configurable: boolean;
35
+ threeD: boolean;
36
+ selectorType: SelectorType;
37
+ show2D: boolean;
38
+ show3D: boolean;
39
+ configuring: boolean;
40
+ fullscreenAnimationEnd: boolean;
41
+ settingsLoaded: boolean;
42
+ private _sku;
43
+ private _initializedSub;
44
+ private _fullScreen;
45
+ private _currentView;
46
+ private _subs;
47
+ private _settings;
48
+ constructor(_ione: ProductConnectorService, _renderer: Renderer2, _changeDetector: ChangeDetectorRef, iconCache: IconCacheService, settingsService: ProductSettingsService, appEventService: ProductEventService);
49
+ ngOnInit(): void;
50
+ ngAfterViewInit(): void;
51
+ ngOnDestroy(): void;
52
+ setInstance(event: CustomEvent): void;
53
+ handleStartConfiguration(): void;
54
+ showFullScreen(): void;
55
+ private _handleSettingsLoaded;
56
+ private _getArticle;
57
+ openStock(): void;
58
+ }
@@ -1,2 +1,2 @@
1
- export declare class ProductPageModule {
2
- }
1
+ export declare class ProductPageModule {
2
+ }