@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
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
2
|
-
import { IconEnum } from '../enum/icon.enum';
|
|
3
|
-
export declare class IconCacheService {
|
|
4
|
-
private _sanitizer;
|
|
5
|
-
/**
|
|
6
|
-
* All the icons as a large JSON object, from the all-icons.json file.
|
|
7
|
-
* The object has property keys that are the icon names, and property values with the data string of the actual svg icon.
|
|
8
|
-
*/
|
|
9
|
-
get iconCache(): {
|
|
10
|
-
[iconName: string]: SafeHtml;
|
|
11
|
-
};
|
|
12
|
-
private _iconCache;
|
|
13
|
-
private _allIcons;
|
|
14
|
-
constructor(_sanitizer: DomSanitizer);
|
|
15
|
-
getIcon(iconName: IconEnum): SafeHtml;
|
|
16
|
-
setIconCache(): void;
|
|
17
|
-
}
|
|
1
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
2
|
+
import { IconEnum } from '../enum/icon.enum';
|
|
3
|
+
export declare class IconCacheService {
|
|
4
|
+
private _sanitizer;
|
|
5
|
+
/**
|
|
6
|
+
* All the icons as a large JSON object, from the all-icons.json file.
|
|
7
|
+
* The object has property keys that are the icon names, and property values with the data string of the actual svg icon.
|
|
8
|
+
*/
|
|
9
|
+
get iconCache(): {
|
|
10
|
+
[iconName: string]: SafeHtml;
|
|
11
|
+
};
|
|
12
|
+
private _iconCache;
|
|
13
|
+
private _allIcons;
|
|
14
|
+
constructor(_sanitizer: DomSanitizer);
|
|
15
|
+
getIcon(iconName: IconEnum): SafeHtml;
|
|
16
|
+
setIconCache(): void;
|
|
17
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
4
|
-
import { SuperArticle } from '@colijnit/articleapi/build/model/super-article';
|
|
5
|
-
import { ConfiguratorStatisticsEnvironment } from '@colijnit/articleapi/build/model/configurator-statistics-environment';
|
|
6
|
-
import { Articles } from '@colijnit/articleapi/build/articles';
|
|
7
|
-
import { Options } from '@colijnit/ioneconnector/build/model/options';
|
|
8
|
-
import { DeliveryPrognosis } from '@colijnit/articleapi/build/model/delivery-prognosis';
|
|
9
|
-
import { DocumentContent } from '@colijnit/articleapi/build/model/document-content';
|
|
10
|
-
import { Transaction } from '@colijnit/transactionapi/build/transaction';
|
|
11
|
-
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
12
|
-
export declare class ProductConnectorAdapterService implements OnDestroy {
|
|
13
|
-
readonly showLoader: Subject<boolean>;
|
|
14
|
-
articleConnector?: Articles;
|
|
15
|
-
transactionConnector: Transaction;
|
|
16
|
-
private _boFactory;
|
|
17
|
-
constructor();
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
initConnector(options: Options): Promise<void>;
|
|
20
|
-
setInstance(instanceId: string): void;
|
|
21
|
-
getProductBundleSettings(url: string, upId: number): Promise<string>;
|
|
22
|
-
convertArticleFullObjectToArticleExtended(article: ArticleFullObject): ArticleExtended;
|
|
23
|
-
getDeliveryPrognosis(goodId: number, branchNr?: string): Promise<any>;
|
|
24
|
-
getSelectorDeliveryDate(): Promise<DeliveryPrognosis>;
|
|
25
|
-
getArtStockStatus(goodId: number): Promise<number>;
|
|
26
|
-
getDeliveryDate2(goodId: number): Promise<DeliveryPrognosis>;
|
|
27
|
-
getJsonConfiguredArticles(configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
28
|
-
getJsonArticleFlatTree(goodId: number, goodType: string, quantity: number, showLoader?: boolean, instanceId?: any, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
29
|
-
getGoodIdFromArticleNr(sku: string): Promise<number>;
|
|
30
|
-
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
31
|
-
getSuperArticle(id: string, branch?: string): Promise<SuperArticle>;
|
|
32
|
-
getDocumentContent(docId: number, thumbnail?: boolean): Promise<DocumentContent>;
|
|
33
|
-
addWebSessionTransactionLine(transactionUuid: string, sku: string, quantity: number): Promise<string>;
|
|
34
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
4
|
+
import { SuperArticle } from '@colijnit/articleapi/build/model/super-article';
|
|
5
|
+
import { ConfiguratorStatisticsEnvironment } from '@colijnit/articleapi/build/model/configurator-statistics-environment';
|
|
6
|
+
import { Articles } from '@colijnit/articleapi/build/articles';
|
|
7
|
+
import { Options } from '@colijnit/ioneconnector/build/model/options';
|
|
8
|
+
import { DeliveryPrognosis } from '@colijnit/articleapi/build/model/delivery-prognosis';
|
|
9
|
+
import { DocumentContent } from '@colijnit/articleapi/build/model/document-content';
|
|
10
|
+
import { Transaction } from '@colijnit/transactionapi/build/transaction';
|
|
11
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
12
|
+
export declare class ProductConnectorAdapterService implements OnDestroy {
|
|
13
|
+
readonly showLoader: Subject<boolean>;
|
|
14
|
+
articleConnector?: Articles;
|
|
15
|
+
transactionConnector: Transaction;
|
|
16
|
+
private _boFactory;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
initConnector(options: Options): Promise<void>;
|
|
20
|
+
setInstance(instanceId: string): void;
|
|
21
|
+
getProductBundleSettings(url: string, upId: number): Promise<string>;
|
|
22
|
+
convertArticleFullObjectToArticleExtended(article: ArticleFullObject): ArticleExtended;
|
|
23
|
+
getDeliveryPrognosis(goodId: number, branchNr?: string): Promise<any>;
|
|
24
|
+
getSelectorDeliveryDate(): Promise<DeliveryPrognosis>;
|
|
25
|
+
getArtStockStatus(goodId: number): Promise<number>;
|
|
26
|
+
getDeliveryDate2(goodId: number): Promise<DeliveryPrognosis>;
|
|
27
|
+
getJsonConfiguredArticles(configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
28
|
+
getJsonArticleFlatTree(goodId: number, goodType: string, quantity: number, showLoader?: boolean, instanceId?: any, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
29
|
+
getGoodIdFromArticleNr(sku: string): Promise<number>;
|
|
30
|
+
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
31
|
+
getSuperArticle(id: string, branch?: string): Promise<SuperArticle>;
|
|
32
|
+
getDocumentContent(docId: number, thumbnail?: boolean): Promise<DocumentContent>;
|
|
33
|
+
addWebSessionTransactionLine(transactionUuid: string, sku: string, quantity: number): Promise<string>;
|
|
34
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { ProductConnectorAdapterService } from './product-connector-adapter.service';
|
|
4
|
-
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
5
|
-
import { SuperArticle } from '@colijnit/articleapi/build/model/super-article';
|
|
6
|
-
import { ProductSettingsService } from './product-settings.service';
|
|
7
|
-
import { ConfiguratorStatisticsEnvironment } from '@colijnit/articleapi/build/model/configurator-statistics-environment';
|
|
8
|
-
import { DeliveryPrognosis } from '@colijnit/articleapi/build/model/delivery-prognosis';
|
|
9
|
-
import { DocumentContent } from '@colijnit/articleapi/build/model/document-content';
|
|
10
|
-
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
11
|
-
export declare class ProductConnectorService implements OnDestroy {
|
|
12
|
-
private _adapterService;
|
|
13
|
-
private _settingsService;
|
|
14
|
-
get shouldShowLoader(): boolean;
|
|
15
|
-
controllerInitialized: BehaviorSubject<boolean>;
|
|
16
|
-
private _shouldShowLoader;
|
|
17
|
-
private _initializing;
|
|
18
|
-
private _initialized;
|
|
19
|
-
private _instanceId;
|
|
20
|
-
private connectorOptions;
|
|
21
|
-
private readonly subs;
|
|
22
|
-
constructor(_adapterService: ProductConnectorAdapterService, _settingsService: ProductSettingsService);
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
initConnection(): Promise<void>;
|
|
25
|
-
getProductBundleSettings(url: string, upId: number): Promise<string>;
|
|
26
|
-
setInstance(instanceId: string): void;
|
|
27
|
-
convertArticleFullObjectToArticleExtended(article: ArticleFullObject): ArticleExtended;
|
|
28
|
-
getFullArticle(sku: string): Promise<ArticleFullObject>;
|
|
29
|
-
getDocumentContent(docId: number, thumbnail?: boolean): Promise<DocumentContent>;
|
|
30
|
-
getDeliveryPrognosis(goodId: number): Promise<DeliveryPrognosis>;
|
|
31
|
-
getSelectorDeliveryDate(): Promise<DeliveryPrognosis>;
|
|
32
|
-
getArtStockStatus(goodId: number): Promise<number>;
|
|
33
|
-
getDeliveryDate2(goodId: number): Promise<DeliveryPrognosis>;
|
|
34
|
-
getSuperArticle(id: string): Promise<SuperArticle>;
|
|
35
|
-
getJsonArticleFlatTree(goodId: number, goodType: string, quantity: number, showLoader?: boolean, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
36
|
-
addWebSessionTransactionLine(transactionUuid: string, sku: string, quantity: number): Promise<string>;
|
|
37
|
-
onShowLoaderChange(showLoader: boolean): void;
|
|
38
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { ProductConnectorAdapterService } from './product-connector-adapter.service';
|
|
4
|
+
import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
|
|
5
|
+
import { SuperArticle } from '@colijnit/articleapi/build/model/super-article';
|
|
6
|
+
import { ProductSettingsService } from './product-settings.service';
|
|
7
|
+
import { ConfiguratorStatisticsEnvironment } from '@colijnit/articleapi/build/model/configurator-statistics-environment';
|
|
8
|
+
import { DeliveryPrognosis } from '@colijnit/articleapi/build/model/delivery-prognosis';
|
|
9
|
+
import { DocumentContent } from '@colijnit/articleapi/build/model/document-content';
|
|
10
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
11
|
+
export declare class ProductConnectorService implements OnDestroy {
|
|
12
|
+
private _adapterService;
|
|
13
|
+
private _settingsService;
|
|
14
|
+
get shouldShowLoader(): boolean;
|
|
15
|
+
controllerInitialized: BehaviorSubject<boolean>;
|
|
16
|
+
private _shouldShowLoader;
|
|
17
|
+
private _initializing;
|
|
18
|
+
private _initialized;
|
|
19
|
+
private _instanceId;
|
|
20
|
+
private connectorOptions;
|
|
21
|
+
private readonly subs;
|
|
22
|
+
constructor(_adapterService: ProductConnectorAdapterService, _settingsService: ProductSettingsService);
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
initConnection(): Promise<void>;
|
|
25
|
+
getProductBundleSettings(url: string, upId: number): Promise<string>;
|
|
26
|
+
setInstance(instanceId: string): void;
|
|
27
|
+
convertArticleFullObjectToArticleExtended(article: ArticleFullObject): ArticleExtended;
|
|
28
|
+
getFullArticle(sku: string): Promise<ArticleFullObject>;
|
|
29
|
+
getDocumentContent(docId: number, thumbnail?: boolean): Promise<DocumentContent>;
|
|
30
|
+
getDeliveryPrognosis(goodId: number): Promise<DeliveryPrognosis>;
|
|
31
|
+
getSelectorDeliveryDate(): Promise<DeliveryPrognosis>;
|
|
32
|
+
getArtStockStatus(goodId: number): Promise<number>;
|
|
33
|
+
getDeliveryDate2(goodId: number): Promise<DeliveryPrognosis>;
|
|
34
|
+
getSuperArticle(id: string): Promise<SuperArticle>;
|
|
35
|
+
getJsonArticleFlatTree(goodId: number, goodType: string, quantity: number, showLoader?: boolean, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
|
|
36
|
+
addWebSessionTransactionLine(transactionUuid: string, sku: string, quantity: number): Promise<string>;
|
|
37
|
+
onShowLoaderChange(showLoader: boolean): void;
|
|
38
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
3
|
-
import { Selection } from '@colijnit/articleapi/build/model/selection';
|
|
4
|
-
import { ArticleQuickSel } from '@colijnit/articleapi/build/model/article-quick-sel';
|
|
5
|
-
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
6
|
-
export declare class ProductEventService {
|
|
7
|
-
onAddToCart: Subject<{
|
|
8
|
-
article: string | ArticleExtended;
|
|
9
|
-
quantity: number;
|
|
10
|
-
}>;
|
|
11
|
-
onAlternativeClick: Subject<ArticleListObject>;
|
|
12
|
-
onAddToQuote: Subject<string>;
|
|
13
|
-
onForceRenderImage: Subject<void>;
|
|
14
|
-
onArticleReceived: Subject<ArticleQuickSel>;
|
|
15
|
-
onSelectionsReceived: Subject<Selection[]>;
|
|
16
|
-
onImageReceived: Subject<string>;
|
|
17
|
-
onRenderStarted: Subject<void>;
|
|
18
|
-
onRenderImageReceived: Subject<string>;
|
|
19
|
-
onDraftRenderImageReceived: Subject<string>;
|
|
20
|
-
onArticleInfoReceived: Subject<string>;
|
|
21
|
-
onUpdateProductInfoTab: Subject<number>;
|
|
22
|
-
}
|
|
1
|
+
import { Subject } from 'rxjs';
|
|
2
|
+
import { ArticleListObject } from '@colijnit/articleapi/build/model/article-list-object';
|
|
3
|
+
import { Selection } from '@colijnit/articleapi/build/model/selection';
|
|
4
|
+
import { ArticleQuickSel } from '@colijnit/articleapi/build/model/article-quick-sel';
|
|
5
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
6
|
+
export declare class ProductEventService {
|
|
7
|
+
onAddToCart: Subject<{
|
|
8
|
+
article: string | ArticleExtended;
|
|
9
|
+
quantity: number;
|
|
10
|
+
}>;
|
|
11
|
+
onAlternativeClick: Subject<ArticleListObject>;
|
|
12
|
+
onAddToQuote: Subject<string>;
|
|
13
|
+
onForceRenderImage: Subject<void>;
|
|
14
|
+
onArticleReceived: Subject<ArticleQuickSel>;
|
|
15
|
+
onSelectionsReceived: Subject<Selection[]>;
|
|
16
|
+
onImageReceived: Subject<string>;
|
|
17
|
+
onRenderStarted: Subject<void>;
|
|
18
|
+
onRenderImageReceived: Subject<string>;
|
|
19
|
+
onDraftRenderImageReceived: Subject<string>;
|
|
20
|
+
onArticleInfoReceived: Subject<string>;
|
|
21
|
+
onUpdateProductInfoTab: Subject<number>;
|
|
22
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { JsonUtilsService } from '../utils/json-utils.service';
|
|
3
|
-
import { DictionaryService } from './dictionary.service';
|
|
4
|
-
import { ProductSettings } from '../model/productSettings';
|
|
5
|
-
export declare class ProductSettingsService {
|
|
6
|
-
private _jsonUtilsService;
|
|
7
|
-
private _dictionaryService;
|
|
8
|
-
set settings(value: ProductSettings);
|
|
9
|
-
get settings(): ProductSettings;
|
|
10
|
-
settingsLoaded: BehaviorSubject<boolean>;
|
|
11
|
-
private _settings;
|
|
12
|
-
constructor(_jsonUtilsService: JsonUtilsService, _dictionaryService: DictionaryService);
|
|
13
|
-
initializeSettings(finish?: boolean): Promise<void>;
|
|
14
|
-
createSettingsFromObject(obj: any): Promise<void>;
|
|
15
|
-
settingsFinished(): Promise<void>;
|
|
16
|
-
}
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import { JsonUtilsService } from '../utils/json-utils.service';
|
|
3
|
+
import { DictionaryService } from './dictionary.service';
|
|
4
|
+
import { ProductSettings } from '../model/productSettings';
|
|
5
|
+
export declare class ProductSettingsService {
|
|
6
|
+
private _jsonUtilsService;
|
|
7
|
+
private _dictionaryService;
|
|
8
|
+
set settings(value: ProductSettings);
|
|
9
|
+
get settings(): ProductSettings;
|
|
10
|
+
settingsLoaded: BehaviorSubject<boolean>;
|
|
11
|
+
private _settings;
|
|
12
|
+
constructor(_jsonUtilsService: JsonUtilsService, _dictionaryService: DictionaryService);
|
|
13
|
+
initializeSettings(finish?: boolean): Promise<void>;
|
|
14
|
+
createSettingsFromObject(obj: any): Promise<void>;
|
|
15
|
+
settingsFinished(): Promise<void>;
|
|
16
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@mixin scrollbar-gradient($pos, $color, $stopPoint) {
|
|
2
|
-
background: linear-gradient($pos, $color, $color $stopPoint, transparent $stopPoint, transparent);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
@mixin scrollbar-full-style($thumbColor, $trackColor, $stopPoint) {
|
|
6
|
-
&::-webkit-scrollbar-thumb:vertical {
|
|
7
|
-
@include scrollbar-gradient(to left, $thumbColor, $stopPoint);
|
|
8
|
-
}
|
|
9
|
-
&::-webkit-scrollbar-track:vertical {
|
|
10
|
-
@include scrollbar-gradient(to left, $trackColor, $stopPoint);
|
|
11
|
-
}
|
|
12
|
-
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
-
@include scrollbar-gradient(to top, $thumbColor, $stopPoint);
|
|
14
|
-
}
|
|
15
|
-
&::-webkit-scrollbar-track:horizontal {
|
|
16
|
-
@include scrollbar-gradient(to top, $trackColor, $stopPoint);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
@mixin scrollbar-gradient($pos, $color, $stopPoint) {
|
|
2
|
+
background: linear-gradient($pos, $color, $color $stopPoint, transparent $stopPoint, transparent);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
@mixin scrollbar-full-style($thumbColor, $trackColor, $stopPoint) {
|
|
6
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
7
|
+
@include scrollbar-gradient(to left, $thumbColor, $stopPoint);
|
|
8
|
+
}
|
|
9
|
+
&::-webkit-scrollbar-track:vertical {
|
|
10
|
+
@include scrollbar-gradient(to left, $trackColor, $stopPoint);
|
|
11
|
+
}
|
|
12
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
13
|
+
@include scrollbar-gradient(to top, $thumbColor, $stopPoint);
|
|
14
|
+
}
|
|
15
|
+
&::-webkit-scrollbar-track:horizontal {
|
|
16
|
+
@include scrollbar-gradient(to top, $trackColor, $stopPoint);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
$action-color: #2b60a7;
|
|
3
|
-
$action-color-secondary: #74B77F;
|
|
4
|
-
$border-color: #f6f5f4;
|
|
5
|
-
$background-color: #e4edf4;
|
|
6
|
-
$primary-color: #22313C;
|
|
7
|
-
$primary-color-light: #5b6875;
|
|
8
|
-
|
|
9
|
-
$color-scrollbar-thumb: #484f60;
|
|
10
|
-
$color-scrollbar-background: #e8eceb;
|
|
11
|
-
$color-tooltip-background: #a2857b;
|
|
12
|
-
|
|
13
|
-
$color-error: #f15152;
|
|
14
|
-
|
|
15
|
-
$scrollbar-narrow-stop-point: 25%;
|
|
16
|
-
$scrollbar-mini-stop-point: 10%;
|
|
17
|
-
$scrollbar-size: 15px;
|
|
18
|
-
|
|
19
|
-
$default-font-size: 12px;
|
|
20
|
-
|
|
21
|
-
$default-width: 340px;
|
|
1
|
+
|
|
2
|
+
$action-color: #2b60a7;
|
|
3
|
+
$action-color-secondary: #74B77F;
|
|
4
|
+
$border-color: #f6f5f4;
|
|
5
|
+
$background-color: #e4edf4;
|
|
6
|
+
$primary-color: #22313C;
|
|
7
|
+
$primary-color-light: #5b6875;
|
|
8
|
+
|
|
9
|
+
$color-scrollbar-thumb: #484f60;
|
|
10
|
+
$color-scrollbar-background: #e8eceb;
|
|
11
|
+
$color-tooltip-background: #a2857b;
|
|
12
|
+
|
|
13
|
+
$color-error: #f15152;
|
|
14
|
+
|
|
15
|
+
$scrollbar-narrow-stop-point: 25%;
|
|
16
|
+
$scrollbar-mini-stop-point: 10%;
|
|
17
|
+
$scrollbar-size: 15px;
|
|
18
|
+
|
|
19
|
+
$default-font-size: 12px;
|
|
20
|
+
|
|
21
|
+
$default-width: 340px;
|
package/app/utils/bit-utils.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class BitUtils {
|
|
2
|
-
static IsShortDescription(bit: number): boolean;
|
|
3
|
-
static IsFullDescription(bit: number): boolean;
|
|
4
|
-
static IsMetaTitle(bit: number): boolean;
|
|
5
|
-
static IsMetaDescription(bit: number): boolean;
|
|
6
|
-
static IsMetaKeys(bit: number): boolean;
|
|
7
|
-
}
|
|
1
|
+
export declare class BitUtils {
|
|
2
|
+
static IsShortDescription(bit: number): boolean;
|
|
3
|
+
static IsFullDescription(bit: number): boolean;
|
|
4
|
+
static IsMetaTitle(bit: number): boolean;
|
|
5
|
+
static IsMetaDescription(bit: number): boolean;
|
|
6
|
+
static IsMetaKeys(bit: number): boolean;
|
|
7
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class JsonUtilsService {
|
|
2
|
-
readJsonFile(filePath: string): Promise<any>;
|
|
3
|
-
}
|
|
1
|
+
export declare class JsonUtilsService {
|
|
2
|
+
readJsonFile(filePath: string): Promise<any>;
|
|
3
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class Dictionary {
|
|
2
|
-
strings: {};
|
|
3
|
-
}
|
|
1
|
+
export declare class Dictionary {
|
|
2
|
+
strings: {};
|
|
3
|
+
}
|