@postnord/pn-marketweb-components 2.1.0 → 2.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/cjs/{data-b5ef4f7c.js → data-4fa6b08d.js} +2 -2
- package/cjs/loader.cjs.js +1 -1
- package/cjs/pn-find-price-result.cjs.entry.js +4 -4
- package/cjs/{pn-find-price-store-0b8c195c.js → pn-find-price-store-a91ce3f6.js} +2 -2
- package/cjs/pn-find-price.cjs.entry.js +7 -7
- package/cjs/pn-language-selector_9.cjs.entry.js +32 -19
- package/cjs/pn-market-web-components.cjs.js +1 -1
- package/cjs/{pn-marketweb-siteheader-login-links_2.cjs.entry.js → pn-marketweb-siteheader-login-button_5.cjs.entry.js} +109 -18
- package/cjs/pn-marketweb-siteheader-login-linklist.cjs.entry.js +27 -15
- package/cjs/pn-marketweb-siteheader.cjs.entry.js +74 -58
- package/cjs/{pn-product-card_4.cjs.entry.js → pn-product-card_3.cjs.entry.js} +0 -18
- package/cjs/pn-product-pricelist.cjs.entry.js +1 -1
- package/cjs/pn-proxio-findprice-result.cjs.entry.js +63 -0
- package/cjs/pn-proxio-findprice.cjs.entry.js +311 -0
- package/cjs/pn-proxio-pricegroup.cjs.entry.js +6 -22
- package/cjs/pn-titletag.cjs.entry.js +24 -0
- package/cjs/translations-585711ff.js +21 -0
- package/collection/collection-manifest.json +5 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.css +0 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.js +47 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.css +27 -13
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.js +51 -16
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.js +32 -23
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.css +0 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.js +55 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.js +112 -25
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.css +0 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.js +88 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.css +33 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js +26 -4
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js +3 -4
- package/collection/components/layout-components/pn-marketweb-siteheader/translations.js +67 -55
- package/collection/components/layout-components/pn-marketweb-siteheader/unifiedLoginHelper.js +46 -0
- package/collection/components/widgets/pn-find-price/data.js +2 -2
- package/collection/components/widgets/pn-find-price/pn-find-price-result.js +7 -7
- package/collection/components/widgets/pn-find-price/pn-find-price-store.js +2 -2
- package/collection/components/widgets/pn-find-price/pn-find-price-translations.js +5 -5
- package/collection/components/widgets/pn-proxio-findprice/data.js +52 -0
- package/collection/components/widgets/pn-proxio-findprice/find-price.stories.js +27 -0
- package/collection/components/widgets/pn-proxio-findprice/img/clouds.svg +5 -0
- package/collection/components/widgets/pn-proxio-findprice/img/large-package.svg +9 -0
- package/collection/components/widgets/pn-proxio-findprice/img/medium-package.svg +9 -0
- package/collection/components/widgets/pn-proxio-findprice/img/postnord-person1.svg +52 -0
- package/collection/components/widgets/pn-proxio-findprice/img/postnord-person2.svg +56 -0
- package/collection/components/widgets/pn-proxio-findprice/img/small-package.svg +23 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.css +9 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.js +234 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.js +29 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.js +106 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.js +1 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice.css +119 -0
- package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice.js +250 -0
- package/collection/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.css +3 -0
- package/collection/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.js +1 -0
- package/collection/globals/MarketWebLoginManager.js +1 -1
- package/custom-elements/index.d.ts +30 -0
- package/custom-elements/index.js +775 -273
- package/esm/{data-9c9c5f41.js → data-059c2a58.js} +2 -2
- package/esm/loader.js +1 -1
- package/esm/pn-find-price-result.entry.js +4 -4
- package/esm/{pn-find-price-store-b4556c9b.js → pn-find-price-store-bde5071d.js} +2 -2
- package/esm/pn-find-price.entry.js +7 -7
- package/esm/pn-language-selector_9.entry.js +32 -19
- package/esm/pn-market-web-components.js +1 -1
- package/esm/{pn-marketweb-siteheader-login-links_2.entry.js → pn-marketweb-siteheader-login-button_5.entry.js} +107 -19
- package/esm/pn-marketweb-siteheader-login-linklist.entry.js +27 -15
- package/esm/pn-marketweb-siteheader.entry.js +74 -58
- package/esm/{pn-product-card_4.entry.js → pn-product-card_3.entry.js} +2 -19
- package/esm/pn-product-pricelist.entry.js +1 -1
- package/esm/pn-proxio-findprice-result.entry.js +59 -0
- package/esm/pn-proxio-findprice.entry.js +307 -0
- package/esm/pn-proxio-pricegroup.entry.js +3 -19
- package/esm/pn-titletag.entry.js +20 -0
- package/esm/translations-022fefa0.js +19 -0
- package/esm-es5/{data-9c9c5f41.js → data-059c2a58.js} +1 -1
- package/esm-es5/loader.js +1 -1
- package/esm-es5/pn-find-price-result.entry.js +1 -1
- package/esm-es5/{pn-find-price-store-b4556c9b.js → pn-find-price-store-bde5071d.js} +1 -1
- package/esm-es5/pn-find-price.entry.js +1 -1
- package/esm-es5/pn-language-selector_9.entry.js +1 -1
- package/esm-es5/pn-market-web-components.js +1 -1
- package/esm-es5/pn-marketweb-siteheader-login-button_5.entry.js +1 -0
- package/esm-es5/pn-marketweb-siteheader-login-linklist.entry.js +1 -1
- package/esm-es5/pn-marketweb-siteheader.entry.js +1 -1
- package/esm-es5/pn-product-card_3.entry.js +1 -0
- package/esm-es5/pn-product-pricelist.entry.js +1 -1
- package/esm-es5/pn-proxio-findprice-result.entry.js +1 -0
- package/esm-es5/pn-proxio-findprice.entry.js +1 -0
- package/esm-es5/pn-proxio-pricegroup.entry.js +1 -1
- package/esm-es5/pn-titletag.entry.js +1 -0
- package/esm-es5/translations-022fefa0.js +1 -0
- package/package.json +2 -2
- package/pn-market-web-components/p-10eafcd7.entry.js +1 -0
- package/pn-market-web-components/p-2b4c41aa.system.entry.js +1 -0
- package/pn-market-web-components/p-3120cc66.system.entry.js +1 -0
- package/pn-market-web-components/{p-37017f68.system.js → p-3738a2df.system.js} +1 -1
- package/pn-market-web-components/p-3969ec4d.entry.js +1 -0
- package/pn-market-web-components/{p-0b0727dc.entry.js → p-39b54d40.entry.js} +1 -1
- package/pn-market-web-components/p-499bb3ac.entry.js +1 -0
- package/pn-market-web-components/p-4a03854b.system.entry.js +1 -0
- package/pn-market-web-components/p-4b0020a0.system.entry.js +1 -0
- package/pn-market-web-components/p-557328e3.system.entry.js +1 -0
- package/pn-market-web-components/{p-ac0e3c22.system.entry.js → p-59be826b.system.entry.js} +1 -1
- package/pn-market-web-components/p-67887512.system.js +1 -1
- package/pn-market-web-components/p-6995075c.entry.js +1 -0
- package/pn-market-web-components/p-8afa354b.system.entry.js +1 -0
- package/pn-market-web-components/{p-aab2e28f.entry.js → p-8b684578.entry.js} +1 -1
- package/pn-market-web-components/p-951861fa.entry.js +1 -0
- package/pn-market-web-components/{p-736e5b84.system.entry.js → p-98a7ddd1.system.entry.js} +1 -1
- package/pn-market-web-components/p-a120063f.js +1 -0
- package/pn-market-web-components/p-b501b216.system.js +1 -0
- package/pn-market-web-components/p-b7adbd6d.system.entry.js +1 -0
- package/pn-market-web-components/{p-3ae38e63.entry.js → p-b9a84e67.entry.js} +1 -1
- package/pn-market-web-components/p-c8ceda2e.entry.js +1 -0
- package/pn-market-web-components/p-e397e11b.entry.js +1 -0
- package/pn-market-web-components/p-e7a1cda9.entry.js +1 -0
- package/pn-market-web-components/{p-d0653c80.system.entry.js → p-e881d111.system.entry.js} +1 -1
- package/pn-market-web-components/{p-e4a4e68f.system.entry.js → p-ecdf2b69.system.entry.js} +1 -1
- package/pn-market-web-components/p-f58bde56.js +1 -0
- package/pn-market-web-components/p-f782ce94.system.entry.js +1 -0
- package/pn-market-web-components/p-fefc9629.entry.js +1 -0
- package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-button.d.ts +8 -0
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-linklist.d.ts +4 -1
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-links.d.ts +2 -1
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login-mypage-button.d.ts +6 -0
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.d.ts +7 -2
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-types.d.ts +10 -8
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-unified-login.d.ts +8 -0
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.d.ts +2 -0
- package/types/components/layout-components/pn-marketweb-siteheader/translations.d.ts +12 -0
- package/types/components/layout-components/pn-marketweb-siteheader/unifiedLoginHelper.d.ts +1 -0
- package/types/components/widgets/pn-find-price/pn-find-price-store.d.ts +4 -4
- package/types/components/widgets/pn-find-price/pn-find-price-translations.d.ts +5 -5
- package/types/components/widgets/pn-find-price/pn-find-price-types.d.ts +2 -2
- package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.d.ts +22 -0
- package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.d.ts +51 -0
- package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.d.ts +106 -0
- package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.d.ts +39 -0
- package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice.d.ts +24 -0
- package/types/components/widgets/pn-proxio-pricegroup/types.d.ts +1 -1
- package/types/components.d.ts +130 -1
- package/esm-es5/pn-marketweb-siteheader-login-links_2.entry.js +0 -1
- package/esm-es5/pn-product-card_4.entry.js +0 -1
- package/pn-market-web-components/p-022d9a78.entry.js +0 -1
- package/pn-market-web-components/p-198d9c77.system.entry.js +0 -1
- package/pn-market-web-components/p-332e9005.entry.js +0 -1
- package/pn-market-web-components/p-3c0d63fb.system.entry.js +0 -1
- package/pn-market-web-components/p-63c30175.entry.js +0 -1
- package/pn-market-web-components/p-6b33db5b.system.entry.js +0 -1
- package/pn-market-web-components/p-77557da8.entry.js +0 -1
- package/pn-market-web-components/p-92fd28e6.entry.js +0 -1
- package/pn-market-web-components/p-a119cb8e.entry.js +0 -1
- package/pn-market-web-components/p-c4254e9e.js +0 -1
- package/pn-market-web-components/p-d542a52b.system.entry.js +0 -1
- package/pn-market-web-components/p-eb662559.system.entry.js +0 -1
- /package/pn-market-web-components/{p-bfa7c83f.system.js → p-1534926e.system.js} +0 -0
- /package/pn-market-web-components/{p-86b52823.js → p-a07906d5.js} +0 -0
|
@@ -8,6 +8,8 @@ export declare const translations: {
|
|
|
8
8
|
mainMenuButton: string;
|
|
9
9
|
menuStartButton: string;
|
|
10
10
|
profileSelectionFlyoutHeading: string;
|
|
11
|
+
unifiedLoginButton: string;
|
|
12
|
+
unifiedMyPagesButton: string;
|
|
11
13
|
};
|
|
12
14
|
en: {
|
|
13
15
|
searchlabel: string;
|
|
@@ -18,6 +20,8 @@ export declare const translations: {
|
|
|
18
20
|
mainMenuButton: string;
|
|
19
21
|
menuStartButton: string;
|
|
20
22
|
profileSelectionFlyoutHeading: string;
|
|
23
|
+
unifiedLoginButton: string;
|
|
24
|
+
unifiedMyPagesButton: string;
|
|
21
25
|
};
|
|
22
26
|
da: {
|
|
23
27
|
searchlabel: string;
|
|
@@ -28,6 +32,8 @@ export declare const translations: {
|
|
|
28
32
|
mainMenuButton: string;
|
|
29
33
|
menuStartButton: string;
|
|
30
34
|
profileSelectionFlyoutHeading: string;
|
|
35
|
+
unifiedLoginButton: string;
|
|
36
|
+
unifiedMyPagesButton: string;
|
|
31
37
|
};
|
|
32
38
|
no: {
|
|
33
39
|
searchlabel: string;
|
|
@@ -38,6 +44,8 @@ export declare const translations: {
|
|
|
38
44
|
mainMenuButton: string;
|
|
39
45
|
menuStartButton: string;
|
|
40
46
|
profileSelectionFlyoutHeading: string;
|
|
47
|
+
unifiedLoginButton: string;
|
|
48
|
+
unifiedMyPagesButton: string;
|
|
41
49
|
};
|
|
42
50
|
fi: {
|
|
43
51
|
searchlabel: string;
|
|
@@ -48,6 +56,8 @@ export declare const translations: {
|
|
|
48
56
|
mainMenuButton: string;
|
|
49
57
|
menuStartButton: string;
|
|
50
58
|
profileSelectionFlyoutHeading: string;
|
|
59
|
+
unifiedLoginButton: string;
|
|
60
|
+
unifiedMyPagesButton: string;
|
|
51
61
|
};
|
|
52
62
|
de: {
|
|
53
63
|
searchlabel: string;
|
|
@@ -58,5 +68,7 @@ export declare const translations: {
|
|
|
58
68
|
mainMenuButton: string;
|
|
59
69
|
menuStartButton: string;
|
|
60
70
|
profileSelectionFlyoutHeading: string;
|
|
71
|
+
unifiedLoginButton: string;
|
|
72
|
+
unifiedMyPagesButton: string;
|
|
61
73
|
};
|
|
62
74
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getLoginUrl: (currentDomain: any) => any;
|
|
@@ -13,8 +13,8 @@ declare const state: {
|
|
|
13
13
|
message: string;
|
|
14
14
|
servicePointHeader: string;
|
|
15
15
|
servicePointLink: string;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
realPostcard: string;
|
|
17
|
+
realPostcardMobile: string;
|
|
18
18
|
ombudHeader: string;
|
|
19
19
|
};
|
|
20
20
|
market: {
|
|
@@ -37,8 +37,8 @@ declare const state: {
|
|
|
37
37
|
message: string;
|
|
38
38
|
servicePointHeader: string;
|
|
39
39
|
servicePointLink: string;
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
realPostcard: string;
|
|
41
|
+
realPostcardMobile: string;
|
|
42
42
|
ombudHeader: string;
|
|
43
43
|
};
|
|
44
44
|
market: {
|
|
@@ -13,8 +13,8 @@ export declare const translations: {
|
|
|
13
13
|
message: string;
|
|
14
14
|
servicePointHeader: string;
|
|
15
15
|
servicePointLink: string;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
realPostcard: string;
|
|
17
|
+
realPostcardMobile: string;
|
|
18
18
|
ombudHeader: string;
|
|
19
19
|
};
|
|
20
20
|
en: {
|
|
@@ -31,8 +31,8 @@ export declare const translations: {
|
|
|
31
31
|
message: string;
|
|
32
32
|
servicePointHeader: string;
|
|
33
33
|
servicePointLink: string;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
realPostcard: string;
|
|
35
|
+
realPostcardMobile: string;
|
|
36
36
|
ombudHeader: string;
|
|
37
37
|
};
|
|
38
38
|
da: {
|
|
@@ -49,7 +49,7 @@ export declare const translations: {
|
|
|
49
49
|
message: string;
|
|
50
50
|
servicePointHeader: string;
|
|
51
51
|
servicePointLink: string;
|
|
52
|
-
|
|
52
|
+
realPostcard: string;
|
|
53
53
|
ombudHeader: string;
|
|
54
54
|
};
|
|
55
55
|
no: {
|
|
@@ -24,8 +24,8 @@ export interface PnfindPricei18n {
|
|
|
24
24
|
message: string;
|
|
25
25
|
servicePointHeader: string;
|
|
26
26
|
servicePointLink: string;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
realPostcard: string;
|
|
28
|
+
realPostcardMobile: string;
|
|
29
29
|
ombudHeader: string;
|
|
30
30
|
}
|
|
31
31
|
export interface PnfindPriceMarket {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ProxioPriceGroupi18n, ProxioProduct, ProductWeightGroupListItem, ProxioPriceListGroupResponse } from "../pn-proxio-pricegroup/types";
|
|
2
|
+
export declare class PnProxioFindPriceResult {
|
|
3
|
+
item: ProxioPriceListGroupResponse;
|
|
4
|
+
activeweight: number;
|
|
5
|
+
shownitems: ProxioPriceListGroupResponse[];
|
|
6
|
+
Usp1?: string;
|
|
7
|
+
Usp2?: string;
|
|
8
|
+
Usp3?: string;
|
|
9
|
+
description?: string[];
|
|
10
|
+
showMeasurement?: boolean;
|
|
11
|
+
weightText: string;
|
|
12
|
+
linkId: string;
|
|
13
|
+
shopLabel: string;
|
|
14
|
+
shopUrl: string;
|
|
15
|
+
shopId: string;
|
|
16
|
+
i18n: ProxioPriceGroupi18n;
|
|
17
|
+
componentWillLoad(): void;
|
|
18
|
+
composeItems(): void;
|
|
19
|
+
getPriceString(product: ProxioProduct): string;
|
|
20
|
+
getProductLink(product: ProxioProduct, productWeightGroupList: ProductWeightGroupListItem[]): string;
|
|
21
|
+
render(): any;
|
|
22
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const state: {
|
|
2
|
+
i18n: {
|
|
3
|
+
componentheading: string;
|
|
4
|
+
deliveryscopeheading: string;
|
|
5
|
+
resultlistheading: string;
|
|
6
|
+
sizeheading: string;
|
|
7
|
+
weightheading: string;
|
|
8
|
+
weightlabel: string;
|
|
9
|
+
maxweightlabel: string;
|
|
10
|
+
maxmeasurementlabel: string;
|
|
11
|
+
senddirectcta: string;
|
|
12
|
+
stampshopcta: string;
|
|
13
|
+
message: string;
|
|
14
|
+
servicePointHeader: string;
|
|
15
|
+
servicePointLink: string;
|
|
16
|
+
realPostcard: string;
|
|
17
|
+
realPostcardMobile: string;
|
|
18
|
+
ombudHeader: string;
|
|
19
|
+
};
|
|
20
|
+
market: {
|
|
21
|
+
currency: string;
|
|
22
|
+
country: string;
|
|
23
|
+
servicePoint: string;
|
|
24
|
+
};
|
|
25
|
+
}, onChange: import("@stencil/store/dist/types").OnChangeHandler<{
|
|
26
|
+
i18n: {
|
|
27
|
+
componentheading: string;
|
|
28
|
+
deliveryscopeheading: string;
|
|
29
|
+
resultlistheading: string;
|
|
30
|
+
sizeheading: string;
|
|
31
|
+
weightheading: string;
|
|
32
|
+
weightlabel: string;
|
|
33
|
+
maxweightlabel: string;
|
|
34
|
+
maxmeasurementlabel: string;
|
|
35
|
+
senddirectcta: string;
|
|
36
|
+
stampshopcta: string;
|
|
37
|
+
message: string;
|
|
38
|
+
servicePointHeader: string;
|
|
39
|
+
servicePointLink: string;
|
|
40
|
+
realPostcard: string;
|
|
41
|
+
realPostcardMobile: string;
|
|
42
|
+
ombudHeader: string;
|
|
43
|
+
};
|
|
44
|
+
market: {
|
|
45
|
+
currency: string;
|
|
46
|
+
country: string;
|
|
47
|
+
servicePoint: string;
|
|
48
|
+
};
|
|
49
|
+
}>;
|
|
50
|
+
export { state, onChange };
|
|
51
|
+
export default state;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export declare const translations: {
|
|
2
|
+
sv: {
|
|
3
|
+
componentheading: string;
|
|
4
|
+
deliveryscopeheading: string;
|
|
5
|
+
resultlistheading: string;
|
|
6
|
+
sizeheading: string;
|
|
7
|
+
weightheading: string;
|
|
8
|
+
weightlabel: string;
|
|
9
|
+
maxweightlabel: string;
|
|
10
|
+
maxmeasurementlabel: string;
|
|
11
|
+
senddirectcta: string;
|
|
12
|
+
stampshopcta: string;
|
|
13
|
+
message: string;
|
|
14
|
+
servicePointHeader: string;
|
|
15
|
+
servicePointLink: string;
|
|
16
|
+
realPostcard: string;
|
|
17
|
+
realPostcardMobile: string;
|
|
18
|
+
ombudHeader: string;
|
|
19
|
+
from: string;
|
|
20
|
+
labelMaxDimensionsRoll: string;
|
|
21
|
+
labelMaxDimensions: string;
|
|
22
|
+
};
|
|
23
|
+
en: {
|
|
24
|
+
componentheading: string;
|
|
25
|
+
deliveryscopeheading: string;
|
|
26
|
+
resultlistheading: string;
|
|
27
|
+
sizeheading: string;
|
|
28
|
+
weightheading: string;
|
|
29
|
+
weightlabel: string;
|
|
30
|
+
maxweightlabel: string;
|
|
31
|
+
maxmeasurementlabel: string;
|
|
32
|
+
senddirectcta: string;
|
|
33
|
+
stampshopcta: string;
|
|
34
|
+
message: string;
|
|
35
|
+
servicePointHeader: string;
|
|
36
|
+
servicePointLink: string;
|
|
37
|
+
realPostcard: string;
|
|
38
|
+
realPostcardMobile: string;
|
|
39
|
+
ombudHeader: string;
|
|
40
|
+
from: string;
|
|
41
|
+
labelMaxDimensionsRoll: string;
|
|
42
|
+
labelMaxDimensions: string;
|
|
43
|
+
};
|
|
44
|
+
da: {
|
|
45
|
+
componentheading: string;
|
|
46
|
+
deliveryscopeheading: string;
|
|
47
|
+
resultlistheading: string;
|
|
48
|
+
sizeheading: string;
|
|
49
|
+
weightheading: string;
|
|
50
|
+
weightlabel: string;
|
|
51
|
+
maxweightlabel: string;
|
|
52
|
+
maxmeasurementlabel: string;
|
|
53
|
+
senddirectcta: string;
|
|
54
|
+
stampshopcta: string;
|
|
55
|
+
message: string;
|
|
56
|
+
servicePointHeader: string;
|
|
57
|
+
servicePointLink: string;
|
|
58
|
+
realPostcard: string;
|
|
59
|
+
ombudHeader: string;
|
|
60
|
+
from: string;
|
|
61
|
+
labelMaxDimensionsRoll: string;
|
|
62
|
+
labelMaxDimensions: string;
|
|
63
|
+
};
|
|
64
|
+
no: {
|
|
65
|
+
componentheading: string;
|
|
66
|
+
deliveryscopeheading: string;
|
|
67
|
+
resultlistheading: string;
|
|
68
|
+
weightlabel: string;
|
|
69
|
+
maxweightlabel: string;
|
|
70
|
+
maxmeasurementlabel: string;
|
|
71
|
+
senddirectcta: string;
|
|
72
|
+
stampshopcta: string;
|
|
73
|
+
};
|
|
74
|
+
fi: {
|
|
75
|
+
componentheading: string;
|
|
76
|
+
deliveryscopeheading: string;
|
|
77
|
+
resultlistheading: string;
|
|
78
|
+
weightlabel: string;
|
|
79
|
+
maxweightlabel: string;
|
|
80
|
+
maxmeasurementlabel: string;
|
|
81
|
+
senddirectcta: string;
|
|
82
|
+
stampshopcta: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
export declare const markets: {
|
|
86
|
+
se: {
|
|
87
|
+
currency: string;
|
|
88
|
+
country: string;
|
|
89
|
+
servicePoint: string;
|
|
90
|
+
};
|
|
91
|
+
dk: {
|
|
92
|
+
currency: string;
|
|
93
|
+
country: string;
|
|
94
|
+
servicePoint: string;
|
|
95
|
+
};
|
|
96
|
+
fi: {
|
|
97
|
+
currency: string;
|
|
98
|
+
country: string;
|
|
99
|
+
servicePoint: string;
|
|
100
|
+
};
|
|
101
|
+
no: {
|
|
102
|
+
currency: string;
|
|
103
|
+
country: string;
|
|
104
|
+
servicePoint: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ProxioPriceListGroupResponse } from "../pn-proxio-pricegroup/types";
|
|
2
|
+
export interface ProxioPriceListGroupsResponse {
|
|
3
|
+
proxioProducts: ProxioPriceListGroupResponse[];
|
|
4
|
+
}
|
|
5
|
+
export interface ProxioProductFindPriceWeight {
|
|
6
|
+
name: string;
|
|
7
|
+
abbreviation: string;
|
|
8
|
+
value: number;
|
|
9
|
+
}
|
|
10
|
+
export interface ProxioProductFindPriceSizeCategory {
|
|
11
|
+
name: string;
|
|
12
|
+
value: string;
|
|
13
|
+
icon: string;
|
|
14
|
+
unit: string;
|
|
15
|
+
maxWeight: number;
|
|
16
|
+
}
|
|
17
|
+
export interface ProxioProductFindPriceMarket {
|
|
18
|
+
country: string;
|
|
19
|
+
currency: string;
|
|
20
|
+
servicePoint: string;
|
|
21
|
+
}
|
|
22
|
+
export interface ProxioFindPricei18n {
|
|
23
|
+
componentheading: string;
|
|
24
|
+
deliveryscopeheading: string;
|
|
25
|
+
resultlistheading: string;
|
|
26
|
+
sizeheading: string;
|
|
27
|
+
weightheading: string;
|
|
28
|
+
weightlabel: string;
|
|
29
|
+
maxweightlabel: string;
|
|
30
|
+
maxmeasurementlabel: string;
|
|
31
|
+
senddirectcta: string;
|
|
32
|
+
stampshopcta: string;
|
|
33
|
+
message: string;
|
|
34
|
+
servicePointHeader: string;
|
|
35
|
+
servicePointLink: string;
|
|
36
|
+
realPostcard: string;
|
|
37
|
+
realPostcardMobile: string;
|
|
38
|
+
ombudHeader: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ProxioPriceListGroupResponse } from "../pn-proxio-pricegroup/types";
|
|
2
|
+
import { ProxioPriceListGroupsResponse, ProxioProductFindPriceWeight, ProxioProductFindPriceSizeCategory } from "./pn-proxio-findprice-types";
|
|
3
|
+
import { FetchHelper } from "../../../globals/FetchHelper";
|
|
4
|
+
export declare class PnProxioFindPrice {
|
|
5
|
+
endpoint: string;
|
|
6
|
+
language: string;
|
|
7
|
+
market: string;
|
|
8
|
+
cache: boolean;
|
|
9
|
+
filteredItems: ProxioPriceListGroupResponse[];
|
|
10
|
+
weight: ProxioProductFindPriceWeight;
|
|
11
|
+
weightvalue: number;
|
|
12
|
+
sizecategory: ProxioProductFindPriceSizeCategory;
|
|
13
|
+
data: ProxioPriceListGroupsResponse;
|
|
14
|
+
fetchHelper: FetchHelper;
|
|
15
|
+
componentWillLoad(): void;
|
|
16
|
+
setInitialValues(href?: string): Promise<void>;
|
|
17
|
+
init(): void;
|
|
18
|
+
getDataSource(): Promise<void>;
|
|
19
|
+
fetchData(): Promise<void>;
|
|
20
|
+
onFetchData(data: any): void;
|
|
21
|
+
setState(): void;
|
|
22
|
+
filterItems(): void;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|