@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.
- 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 +33 -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 +58 -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 +43 -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 +3108 -3108
- package/bundles/colijnit-product.umd.js.map +1 -1
- 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 +90 -90
- 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 +215 -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 +114 -114
- 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 +2212 -2212
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +5 -5
- package/public_api.d.ts +9 -9
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
export declare class ProductPriceComponent implements OnInit {
|
|
3
|
-
private _changeDetector;
|
|
4
|
-
set pricing(value: any);
|
|
5
|
-
get pricing(): any;
|
|
6
|
-
set configurable(value: boolean);
|
|
7
|
-
fromPrice: number;
|
|
8
|
-
toPrice: number;
|
|
9
|
-
valutaSign: string;
|
|
10
|
-
fromLabel: string;
|
|
11
|
-
toLabel: string;
|
|
12
|
-
showFromPrice: boolean;
|
|
13
|
-
private _pricing;
|
|
14
|
-
private _configurable;
|
|
15
|
-
constructor(_changeDetector: ChangeDetectorRef);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
private _setPrices;
|
|
18
|
-
private _getSign;
|
|
19
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
export declare class ProductPriceComponent implements OnInit {
|
|
3
|
+
private _changeDetector;
|
|
4
|
+
set pricing(value: any);
|
|
5
|
+
get pricing(): any;
|
|
6
|
+
set configurable(value: boolean);
|
|
7
|
+
fromPrice: number;
|
|
8
|
+
toPrice: number;
|
|
9
|
+
valutaSign: string;
|
|
10
|
+
fromLabel: string;
|
|
11
|
+
toLabel: string;
|
|
12
|
+
showFromPrice: boolean;
|
|
13
|
+
private _pricing;
|
|
14
|
+
private _configurable;
|
|
15
|
+
constructor(_changeDetector: ChangeDetectorRef);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
private _setPrices;
|
|
18
|
+
private _getSign;
|
|
19
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductPriceModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductPriceModule {
|
|
2
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
3
|
-
export declare const propertyMap: Map<string, string>;
|
|
4
|
-
export declare class ProductPropertiesComponent implements OnInit {
|
|
5
|
-
set article(value: ArticleFullObject);
|
|
6
|
-
get article(): ArticleFullObject;
|
|
7
|
-
showLabel: boolean;
|
|
8
|
-
properties: {
|
|
9
|
-
key: string;
|
|
10
|
-
value: string;
|
|
11
|
-
}[];
|
|
12
|
-
private _article;
|
|
13
|
-
constructor();
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
private _prepareProperties;
|
|
16
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
3
|
+
export declare const propertyMap: Map<string, string>;
|
|
4
|
+
export declare class ProductPropertiesComponent implements OnInit {
|
|
5
|
+
set article(value: ArticleFullObject);
|
|
6
|
+
get article(): ArticleFullObject;
|
|
7
|
+
showLabel: boolean;
|
|
8
|
+
properties: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
private _article;
|
|
13
|
+
constructor();
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
private _prepareProperties;
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductPropertiesModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductPropertiesModule {
|
|
2
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
2
|
-
import { ProductConnectorService } from '../../service/product-connector.service';
|
|
3
|
-
import { ProductEventService } from '../../service/product-event.service';
|
|
4
|
-
export declare class ProductRelatedComponent {
|
|
5
|
-
private _iOne;
|
|
6
|
-
private _appEventService;
|
|
7
|
-
refType: number;
|
|
8
|
-
label: string;
|
|
9
|
-
isSmallModus: boolean;
|
|
10
|
-
set articles(value: ArticleListObject[]);
|
|
11
|
-
get articles(): ArticleListObject[];
|
|
12
|
-
private _articles;
|
|
13
|
-
constructor(_iOne: ProductConnectorService, _appEventService: ProductEventService);
|
|
14
|
-
handleContentClick(article: ArticleListObject): void;
|
|
15
|
-
private _loadImages;
|
|
16
|
-
}
|
|
1
|
+
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
2
|
+
import { ProductConnectorService } from '../../service/product-connector.service';
|
|
3
|
+
import { ProductEventService } from '../../service/product-event.service';
|
|
4
|
+
export declare class ProductRelatedComponent {
|
|
5
|
+
private _iOne;
|
|
6
|
+
private _appEventService;
|
|
7
|
+
refType: number;
|
|
8
|
+
label: string;
|
|
9
|
+
isSmallModus: boolean;
|
|
10
|
+
set articles(value: ArticleListObject[]);
|
|
11
|
+
get articles(): ArticleListObject[];
|
|
12
|
+
private _articles;
|
|
13
|
+
constructor(_iOne: ProductConnectorService, _appEventService: ProductEventService);
|
|
14
|
+
handleContentClick(article: ArticleListObject): void;
|
|
15
|
+
private _loadImages;
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductRelatedModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductRelatedModule {
|
|
2
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
|
-
import { IconEnum } from '../../enum/icon.enum';
|
|
5
|
-
import { SelectorType } from '../../enum/selector-type.enum';
|
|
6
|
-
export declare class ProductSelectorTypeComponent implements OnInit {
|
|
7
|
-
private _iconCache;
|
|
8
|
-
private _changeDetector;
|
|
9
|
-
readonly type: typeof SelectorType;
|
|
10
|
-
readonly icons: typeof IconEnum;
|
|
11
|
-
show2D: boolean;
|
|
12
|
-
show3D: boolean;
|
|
13
|
-
currentType: SelectorType;
|
|
14
|
-
onIconClick: EventEmitter<SelectorType>;
|
|
15
|
-
currentTypeChange: EventEmitter<SelectorType>;
|
|
16
|
-
twoDIcon: SafeHtml | null;
|
|
17
|
-
threeDIcon: SafeHtml | null;
|
|
18
|
-
constructor(_iconCache: IconCacheService, _changeDetector: ChangeDetectorRef);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
handleIconClick(type: SelectorType): void;
|
|
21
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
|
+
import { IconEnum } from '../../enum/icon.enum';
|
|
5
|
+
import { SelectorType } from '../../enum/selector-type.enum';
|
|
6
|
+
export declare class ProductSelectorTypeComponent implements OnInit {
|
|
7
|
+
private _iconCache;
|
|
8
|
+
private _changeDetector;
|
|
9
|
+
readonly type: typeof SelectorType;
|
|
10
|
+
readonly icons: typeof IconEnum;
|
|
11
|
+
show2D: boolean;
|
|
12
|
+
show3D: boolean;
|
|
13
|
+
currentType: SelectorType;
|
|
14
|
+
onIconClick: EventEmitter<SelectorType>;
|
|
15
|
+
currentTypeChange: EventEmitter<SelectorType>;
|
|
16
|
+
twoDIcon: SafeHtml | null;
|
|
17
|
+
threeDIcon: SafeHtml | null;
|
|
18
|
+
constructor(_iconCache: IconCacheService, _changeDetector: ChangeDetectorRef);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
handleIconClick(type: SelectorType): void;
|
|
21
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductSelectorTypeModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductSelectorTypeModule {
|
|
2
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import { ProductConnectorService } from '../../service/product-connector.service';
|
|
4
|
-
import { IconCacheService } from '../../service/icon-cache.service';
|
|
5
|
-
import { IconEnum } from '../../enum/icon.enum';
|
|
6
|
-
export declare class ProductStockComponent {
|
|
7
|
-
private _iOne;
|
|
8
|
-
private _iconCache;
|
|
9
|
-
readonly icon: typeof IconEnum;
|
|
10
|
-
set goodId(value: number);
|
|
11
|
-
get goodId(): number;
|
|
12
|
-
openStockEvent: EventEmitter<void>;
|
|
13
|
-
inStock: boolean;
|
|
14
|
-
stockLabel: string;
|
|
15
|
-
iconData: SafeHtml;
|
|
16
|
-
private _goodId;
|
|
17
|
-
constructor(_iOne: ProductConnectorService, _iconCache: IconCacheService);
|
|
18
|
-
openStock(): void;
|
|
19
|
-
private _getStockStatus;
|
|
20
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import { ProductConnectorService } from '../../service/product-connector.service';
|
|
4
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
5
|
+
import { IconEnum } from '../../enum/icon.enum';
|
|
6
|
+
export declare class ProductStockComponent {
|
|
7
|
+
private _iOne;
|
|
8
|
+
private _iconCache;
|
|
9
|
+
readonly icon: typeof IconEnum;
|
|
10
|
+
set goodId(value: number);
|
|
11
|
+
get goodId(): number;
|
|
12
|
+
openStockEvent: EventEmitter<void>;
|
|
13
|
+
inStock: boolean;
|
|
14
|
+
stockLabel: string;
|
|
15
|
+
iconData: SafeHtml;
|
|
16
|
+
private _goodId;
|
|
17
|
+
constructor(_iOne: ProductConnectorService, _iconCache: IconCacheService);
|
|
18
|
+
openStock(): void;
|
|
19
|
+
private _getStockStatus;
|
|
20
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductStockModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductStockModule {
|
|
2
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
export declare class ProductSymbolsComponent implements OnInit {
|
|
3
|
-
set symbols(value: any);
|
|
4
|
-
get symbols(): any;
|
|
5
|
-
_className: string;
|
|
6
|
-
symbolStrings: string[];
|
|
7
|
-
private _symbols;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class ProductSymbolsComponent implements OnInit {
|
|
3
|
+
set symbols(value: any);
|
|
4
|
+
get symbols(): any;
|
|
5
|
+
_className: string;
|
|
6
|
+
symbolStrings: string[];
|
|
7
|
+
private _symbols;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ProductSymbolsModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ProductSymbolsModule {
|
|
2
|
+
}
|
package/app/enum/icon.enum.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/** AUTO GENERATED FILE. DO NOT CHANGE.. **/
|
|
2
|
-
export declare enum IconEnum {
|
|
3
|
-
AddToCartDrop = "add_to_cart_drop",
|
|
4
|
-
DeliveryTruck = "delivery_truck",
|
|
5
|
-
Download = "download",
|
|
6
|
-
FullScreen = "full_screen",
|
|
7
|
-
Location = "location",
|
|
8
|
-
Logo = "logo",
|
|
9
|
-
MagicWand = "magic_wand",
|
|
10
|
-
NormalScreen = "normal_screen",
|
|
11
|
-
Quote = "quote",
|
|
12
|
-
Refresh = "refresh",
|
|
13
|
-
ThreeD = "three_d",
|
|
14
|
-
Truck = "truck",
|
|
15
|
-
TwoD = "two_d",
|
|
16
|
-
Warehouse = "warehouse"
|
|
17
|
-
}
|
|
1
|
+
/** AUTO GENERATED FILE. DO NOT CHANGE.. **/
|
|
2
|
+
export declare enum IconEnum {
|
|
3
|
+
AddToCartDrop = "add_to_cart_drop",
|
|
4
|
+
DeliveryTruck = "delivery_truck",
|
|
5
|
+
Download = "download",
|
|
6
|
+
FullScreen = "full_screen",
|
|
7
|
+
Location = "location",
|
|
8
|
+
Logo = "logo",
|
|
9
|
+
MagicWand = "magic_wand",
|
|
10
|
+
NormalScreen = "normal_screen",
|
|
11
|
+
Quote = "quote",
|
|
12
|
+
Refresh = "refresh",
|
|
13
|
+
ThreeD = "three_d",
|
|
14
|
+
Truck = "truck",
|
|
15
|
+
TwoD = "two_d",
|
|
16
|
+
Warehouse = "warehouse"
|
|
17
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum LanguageCode {
|
|
2
|
-
Dutch = "nl-NL",
|
|
3
|
-
English = "en-GB",
|
|
4
|
-
German = "de-DE",
|
|
5
|
-
French = "fr-FR"
|
|
6
|
-
}
|
|
1
|
+
export declare enum LanguageCode {
|
|
2
|
+
Dutch = "nl-NL",
|
|
3
|
+
English = "en-GB",
|
|
4
|
+
German = "de-DE",
|
|
5
|
+
French = "fr-FR"
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum SelectorType {
|
|
2
|
-
TwoD = "2D",
|
|
3
|
-
ThreeD = "3D",
|
|
4
|
-
Omni = "Omni"
|
|
5
|
-
}
|
|
1
|
+
export declare enum SelectorType {
|
|
2
|
+
TwoD = "2D",
|
|
3
|
+
ThreeD = "3D",
|
|
4
|
+
Omni = "Omni"
|
|
5
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { JsonUtilsService } from './utils/json-utils.service';
|
|
3
|
-
import { ProductConnectorService } from './service/product-connector.service';
|
|
4
|
-
import { DictionaryService } from './service/dictionary.service';
|
|
5
|
-
import { ProductEventService } from './service/product-event.service';
|
|
6
|
-
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
7
|
-
import { ProductSettingsService } from './service/product-settings.service';
|
|
8
|
-
import { Selection } from '@colijnit/articleapi/build/model/selection';
|
|
9
|
-
import { ArticleQuickSel } from '@colijnit/articleapi/build/model/article-quick-sel';
|
|
10
|
-
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
11
|
-
export declare class IoneProductComponent implements OnInit, OnChanges, OnDestroy {
|
|
12
|
-
private _dictionary;
|
|
13
|
-
private _jsonUtils;
|
|
14
|
-
private _ione;
|
|
15
|
-
private _changeDetector;
|
|
16
|
-
private _appEventService;
|
|
17
|
-
private _settingsService;
|
|
18
|
-
sku: string;
|
|
19
|
-
set settings(value: any);
|
|
20
|
-
get settings(): any;
|
|
21
|
-
handleAddArticleInternally: boolean;
|
|
22
|
-
onAddToCart: EventEmitter<{
|
|
23
|
-
article: string | ArticleExtended;
|
|
24
|
-
quantity: number;
|
|
25
|
-
}>;
|
|
26
|
-
forceRenderImage: EventEmitter<void>;
|
|
27
|
-
onAlternativeClick: EventEmitter<ArticleListObject>;
|
|
28
|
-
onArticleInfoReceived: EventEmitter<string>;
|
|
29
|
-
onArticleReceived: EventEmitter<ArticleQuickSel>;
|
|
30
|
-
onSelectionsReceived: EventEmitter<Selection[]>;
|
|
31
|
-
onAddToQuote: EventEmitter<string>;
|
|
32
|
-
openStockEvent: EventEmitter<void>;
|
|
33
|
-
settingsLoaded: boolean;
|
|
34
|
-
private _settings;
|
|
35
|
-
private _subs;
|
|
36
|
-
constructor(_dictionary: DictionaryService, _jsonUtils: JsonUtilsService, _ione: ProductConnectorService, _changeDetector: ChangeDetectorRef, _appEventService: ProductEventService, _settingsService: ProductSettingsService);
|
|
37
|
-
ngOnInit(): Promise<void>;
|
|
38
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
private _handleAnswerInfoReceived;
|
|
41
|
-
private _handleAddToCart;
|
|
42
|
-
openStock(): void;
|
|
43
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { JsonUtilsService } from './utils/json-utils.service';
|
|
3
|
+
import { ProductConnectorService } from './service/product-connector.service';
|
|
4
|
+
import { DictionaryService } from './service/dictionary.service';
|
|
5
|
+
import { ProductEventService } from './service/product-event.service';
|
|
6
|
+
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
7
|
+
import { ProductSettingsService } from './service/product-settings.service';
|
|
8
|
+
import { Selection } from '@colijnit/articleapi/build/model/selection';
|
|
9
|
+
import { ArticleQuickSel } from '@colijnit/articleapi/build/model/article-quick-sel';
|
|
10
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
11
|
+
export declare class IoneProductComponent implements OnInit, OnChanges, OnDestroy {
|
|
12
|
+
private _dictionary;
|
|
13
|
+
private _jsonUtils;
|
|
14
|
+
private _ione;
|
|
15
|
+
private _changeDetector;
|
|
16
|
+
private _appEventService;
|
|
17
|
+
private _settingsService;
|
|
18
|
+
sku: string;
|
|
19
|
+
set settings(value: any);
|
|
20
|
+
get settings(): any;
|
|
21
|
+
handleAddArticleInternally: boolean;
|
|
22
|
+
onAddToCart: EventEmitter<{
|
|
23
|
+
article: string | ArticleExtended;
|
|
24
|
+
quantity: number;
|
|
25
|
+
}>;
|
|
26
|
+
forceRenderImage: EventEmitter<void>;
|
|
27
|
+
onAlternativeClick: EventEmitter<ArticleListObject>;
|
|
28
|
+
onArticleInfoReceived: EventEmitter<string>;
|
|
29
|
+
onArticleReceived: EventEmitter<ArticleQuickSel>;
|
|
30
|
+
onSelectionsReceived: EventEmitter<Selection[]>;
|
|
31
|
+
onAddToQuote: EventEmitter<string>;
|
|
32
|
+
openStockEvent: EventEmitter<void>;
|
|
33
|
+
settingsLoaded: boolean;
|
|
34
|
+
private _settings;
|
|
35
|
+
private _subs;
|
|
36
|
+
constructor(_dictionary: DictionaryService, _jsonUtils: JsonUtilsService, _ione: ProductConnectorService, _changeDetector: ChangeDetectorRef, _appEventService: ProductEventService, _settingsService: ProductSettingsService);
|
|
37
|
+
ngOnInit(): Promise<void>;
|
|
38
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
39
|
+
ngOnDestroy(): void;
|
|
40
|
+
private _handleAnswerInfoReceived;
|
|
41
|
+
private _handleAddToCart;
|
|
42
|
+
openStock(): void;
|
|
43
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class IoneProductModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class IoneProductModule {
|
|
2
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
2
|
-
export declare class ArticleQuantity {
|
|
3
|
-
article: ArticleFullObject;
|
|
4
|
-
quantity: number;
|
|
5
|
-
}
|
|
1
|
+
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
2
|
+
export declare class ArticleQuantity {
|
|
3
|
+
article: ArticleFullObject;
|
|
4
|
+
quantity: number;
|
|
5
|
+
}
|
package/app/model/icon.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** AUTO GENERATED FILE. DO NOT CHANGE.. **/
|
|
2
|
-
export declare const IconSvg: {
|
|
3
|
-
[iconName: string]: string;
|
|
4
|
-
};
|
|
1
|
+
/** AUTO GENERATED FILE. DO NOT CHANGE.. **/
|
|
2
|
+
export declare const IconSvg: {
|
|
3
|
+
[iconName: string]: string;
|
|
4
|
+
};
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { SettingsOptions } from './settings-options';
|
|
2
|
-
import { RenderParameters } from './render-parameters';
|
|
3
|
-
import { LanguageCode } from '@colijnit/ioneconnector/build/enum/language-code.enum';
|
|
4
|
-
export declare class ProductSettings {
|
|
5
|
-
url: string;
|
|
6
|
-
schema: string;
|
|
7
|
-
version: string;
|
|
8
|
-
branch: string;
|
|
9
|
-
currency: number;
|
|
10
|
-
username: string;
|
|
11
|
-
password: string;
|
|
12
|
-
session: any;
|
|
13
|
-
useGroups: boolean;
|
|
14
|
-
useRenders: boolean;
|
|
15
|
-
useLoginEncryption: boolean;
|
|
16
|
-
createWebOrder: boolean;
|
|
17
|
-
useMatch: boolean;
|
|
18
|
-
assetPath: string;
|
|
19
|
-
assetIndex: string;
|
|
20
|
-
currencySymbol: string;
|
|
21
|
-
threeDAssetPath: string;
|
|
22
|
-
lightPresetsIndex: string;
|
|
23
|
-
additionalTranslationFile: string;
|
|
24
|
-
gtm: string;
|
|
25
|
-
client: string;
|
|
26
|
-
timeoutInMs: number;
|
|
27
|
-
languageCode: LanguageCode;
|
|
28
|
-
options: SettingsOptions;
|
|
29
|
-
renderParameters: RenderParameters;
|
|
30
|
-
}
|
|
1
|
+
import { SettingsOptions } from './settings-options';
|
|
2
|
+
import { RenderParameters } from './render-parameters';
|
|
3
|
+
import { LanguageCode } from '@colijnit/ioneconnector/build/enum/language-code.enum';
|
|
4
|
+
export declare class ProductSettings {
|
|
5
|
+
url: string;
|
|
6
|
+
schema: string;
|
|
7
|
+
version: string;
|
|
8
|
+
branch: string;
|
|
9
|
+
currency: number;
|
|
10
|
+
username: string;
|
|
11
|
+
password: string;
|
|
12
|
+
session: any;
|
|
13
|
+
useGroups: boolean;
|
|
14
|
+
useRenders: boolean;
|
|
15
|
+
useLoginEncryption: boolean;
|
|
16
|
+
createWebOrder: boolean;
|
|
17
|
+
useMatch: boolean;
|
|
18
|
+
assetPath: string;
|
|
19
|
+
assetIndex: string;
|
|
20
|
+
currencySymbol: string;
|
|
21
|
+
threeDAssetPath: string;
|
|
22
|
+
lightPresetsIndex: string;
|
|
23
|
+
additionalTranslationFile: string;
|
|
24
|
+
gtm: string;
|
|
25
|
+
client: string;
|
|
26
|
+
timeoutInMs: number;
|
|
27
|
+
languageCode: LanguageCode;
|
|
28
|
+
options: SettingsOptions;
|
|
29
|
+
renderParameters: RenderParameters;
|
|
30
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum RenderModes {
|
|
2
|
-
RenderRoom = "render_room",
|
|
3
|
-
RenderShop = "render_shop",
|
|
4
|
-
RenderIone = "render_ione"
|
|
5
|
-
}
|
|
1
|
+
export declare enum RenderModes {
|
|
2
|
+
RenderRoom = "render_room",
|
|
3
|
+
RenderShop = "render_shop",
|
|
4
|
+
RenderIone = "render_ione"
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { RenderModes } from './render-modes';
|
|
2
|
-
export declare class RenderParameters {
|
|
3
|
-
host: string;
|
|
4
|
-
port: number;
|
|
5
|
-
secure: boolean;
|
|
6
|
-
renderMode: RenderModes;
|
|
7
|
-
}
|
|
1
|
+
import { RenderModes } from './render-modes';
|
|
2
|
+
export declare class RenderParameters {
|
|
3
|
+
host: string;
|
|
4
|
+
port: number;
|
|
5
|
+
secure: boolean;
|
|
6
|
+
renderMode: RenderModes;
|
|
7
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare class SettingsOptions {
|
|
2
|
-
showStockStatus: boolean;
|
|
3
|
-
showZoomButton: boolean;
|
|
4
|
-
showTagFilter: boolean;
|
|
5
|
-
showAsConfigured: boolean;
|
|
6
|
-
inlineAnswers: boolean;
|
|
7
|
-
showArButton: boolean;
|
|
8
|
-
arEnabled: boolean;
|
|
9
|
-
vrEnabled: boolean;
|
|
10
|
-
}
|
|
1
|
+
export declare class SettingsOptions {
|
|
2
|
+
showStockStatus: boolean;
|
|
3
|
+
showZoomButton: boolean;
|
|
4
|
+
showTagFilter: boolean;
|
|
5
|
+
showAsConfigured: boolean;
|
|
6
|
+
inlineAnswers: boolean;
|
|
7
|
+
showArButton: boolean;
|
|
8
|
+
arEnabled: boolean;
|
|
9
|
+
vrEnabled: boolean;
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class StockAndDelivery {
|
|
2
|
-
stock: number;
|
|
3
|
-
deliveryDescription: string;
|
|
4
|
-
constructor(stock?: any, deliveryDescription?: string);
|
|
5
|
-
}
|
|
1
|
+
export declare class StockAndDelivery {
|
|
2
|
+
stock: number;
|
|
3
|
+
deliveryDescription: string;
|
|
4
|
+
constructor(stock?: any, deliveryDescription?: string);
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DictionaryService } from '../service/dictionary.service';
|
|
3
|
-
export declare class LocalizePipe implements PipeTransform {
|
|
4
|
-
private _dictionaryService;
|
|
5
|
-
constructor(_dictionaryService: DictionaryService);
|
|
6
|
-
transform(value: string, upperCaseFirst?: boolean, replace?: string | string[]): string;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DictionaryService } from '../service/dictionary.service';
|
|
3
|
+
export declare class LocalizePipe implements PipeTransform {
|
|
4
|
+
private _dictionaryService;
|
|
5
|
+
constructor(_dictionaryService: DictionaryService);
|
|
6
|
+
transform(value: string, upperCaseFirst?: boolean, replace?: string | string[]): string;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class PipeModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class PipeModule {
|
|
2
|
+
}
|
package/app/product-version.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class Version {
|
|
2
|
-
name: string;
|
|
3
|
-
description: string;
|
|
4
|
-
symVer: string;
|
|
5
|
-
publishDate: string;
|
|
6
|
-
}
|
|
1
|
+
export declare class Version {
|
|
2
|
+
name: string;
|
|
3
|
+
description: string;
|
|
4
|
+
symVer: string;
|
|
5
|
+
publishDate: string;
|
|
6
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { JsonUtilsService } from '../utils/json-utils.service';
|
|
3
|
-
export declare class DictionaryService {
|
|
4
|
-
private _http;
|
|
5
|
-
private _jsonUtils;
|
|
6
|
-
private readonly dictionaryUrl;
|
|
7
|
-
get language(): string;
|
|
8
|
-
set rootUrl(value: string);
|
|
9
|
-
private _dictBasePath;
|
|
10
|
-
private _rootUrl;
|
|
11
|
-
private _dictionaries;
|
|
12
|
-
private _language;
|
|
13
|
-
private readonly _placeholder;
|
|
14
|
-
constructor(_http: HttpClient, _jsonUtils: JsonUtilsService);
|
|
15
|
-
setDictionary(language: string): Promise<void>;
|
|
16
|
-
/**
|
|
17
|
-
* Returns the localized text for the given dictionary key.
|
|
18
|
-
* @param {string} key
|
|
19
|
-
* @param {boolean} [upperCaseFirst = true] False for first letter lowercase, true for first letter uppercase for returned dict val
|
|
20
|
-
* @param {string[]} replacementTexts Rest params for replacement of '|~' in returned dict value
|
|
21
|
-
* @returns {string} The translated text for given dictionary key
|
|
22
|
-
*/
|
|
23
|
-
get(key: string, upperCaseFirst?: boolean, ...replacementTexts: string[]): string;
|
|
24
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { JsonUtilsService } from '../utils/json-utils.service';
|
|
3
|
+
export declare class DictionaryService {
|
|
4
|
+
private _http;
|
|
5
|
+
private _jsonUtils;
|
|
6
|
+
private readonly dictionaryUrl;
|
|
7
|
+
get language(): string;
|
|
8
|
+
set rootUrl(value: string);
|
|
9
|
+
private _dictBasePath;
|
|
10
|
+
private _rootUrl;
|
|
11
|
+
private _dictionaries;
|
|
12
|
+
private _language;
|
|
13
|
+
private readonly _placeholder;
|
|
14
|
+
constructor(_http: HttpClient, _jsonUtils: JsonUtilsService);
|
|
15
|
+
setDictionary(language: string): Promise<void>;
|
|
16
|
+
/**
|
|
17
|
+
* Returns the localized text for the given dictionary key.
|
|
18
|
+
* @param {string} key
|
|
19
|
+
* @param {boolean} [upperCaseFirst = true] False for first letter lowercase, true for first letter uppercase for returned dict val
|
|
20
|
+
* @param {string[]} replacementTexts Rest params for replacement of '|~' in returned dict value
|
|
21
|
+
* @returns {string} The translated text for given dictionary key
|
|
22
|
+
*/
|
|
23
|
+
get(key: string, upperCaseFirst?: boolean, ...replacementTexts: string[]): string;
|
|
24
|
+
}
|