@postnord/pn-marketweb-components 1.0.3 → 1.0.7
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/convert-57b3dd5e.js +1730 -0
- package/cjs/{index-0f43b450.js → index-b58d2618.js} +82 -0
- package/cjs/index-f472d191.js +181 -0
- package/cjs/loader.cjs.js +2 -2
- package/cjs/pn-choice-button_2.cjs.entry.js +78 -0
- package/cjs/pn-find-service-and-price-store-7ced0e29.js +21 -0
- package/cjs/pn-find-service-and-price.cjs.entry.js +246 -0
- package/cjs/pn-language-selector_9.cjs.entry.js +646 -0
- package/cjs/pn-mainnav-link.cjs.entry.js +45 -0
- package/cjs/pn-mainnav-store-dda9827f.js +18 -0
- package/cjs/pn-market-web-components.cjs.js +2 -2
- package/cjs/pn-marketweb-sitefooter.cjs.entry.js +145 -0
- package/cjs/{pn-siteheader.cjs.entry.js → pn-marketweb-siteheader.cjs.entry.js} +14 -11
- package/cjs/pn-product-pricelist-result.cjs.entry.js +34 -0
- package/cjs/pn-product-pricelist-store-ffd73312.js +16 -0
- package/cjs/pn-product-pricelist.cjs.entry.js +110 -0
- package/cjs/pn-product-tile_3.cjs.entry.js +49 -0
- package/cjs/pn-site-footer_2.cjs.entry.js +36 -0
- package/collection/collection-manifest.json +22 -3
- package/collection/components/input/pn-choice-button/choice-button.stories.js +34 -0
- package/collection/components/input/pn-choice-button/pn-choice-button.css +66 -0
- package/collection/components/input/pn-choice-button/pn-choice-button.js +170 -0
- package/collection/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter-types.js +10 -0
- package/collection/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.css +0 -0
- package/collection/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.js +166 -0
- package/collection/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.stories.js +54 -0
- package/collection/components/layout-components/{pn-siteheader → pn-marketweb-sitefooter}/translations.js +0 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-login.css +34 -0
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader-login.js → pn-marketweb-siteheader/pn-marketweb-siteheader-login.js} +6 -6
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader-loginmanager.js → pn-marketweb-siteheader/pn-marketweb-siteheader-loginmanager.js} +0 -0
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader-search.css → pn-marketweb-siteheader/pn-marketweb-siteheader-search.css} +0 -0
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader-search.js → pn-marketweb-siteheader/pn-marketweb-siteheader-search.js} +5 -6
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader-types.js → pn-marketweb-siteheader/pn-marketweb-siteheader-types.js} +0 -0
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader.css → pn-marketweb-siteheader/pn-marketweb-siteheader.css} +21 -21
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader.js → pn-marketweb-siteheader/pn-marketweb-siteheader.js} +13 -10
- package/collection/components/layout-components/{pn-siteheader/pn-siteheader.stories.js → pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js} +2 -2
- package/collection/components/layout-components/pn-marketweb-siteheader/translations.js +47 -0
- package/collection/components/navigation/pn-language-selector/language-selector.stories.js +43 -0
- package/collection/components/navigation/pn-language-selector/pn-language-selector-option.css +74 -0
- package/collection/components/navigation/pn-language-selector/pn-language-selector-option.js +148 -0
- package/collection/components/navigation/pn-language-selector/pn-language-selector-types.js +1 -0
- package/collection/components/navigation/pn-language-selector/pn-language-selector.css +32 -0
- package/collection/components/navigation/pn-language-selector/pn-language-selector.js +92 -0
- package/collection/components/navigation/pn-language-selector/translations.js +17 -0
- package/collection/components/navigation/pn-mainnav/main-nav.stories.js +92 -0
- package/collection/components/navigation/pn-mainnav/pn-main-nav-mockdata.js +5851 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-level.css +139 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-level.js +93 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-link.css +221 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-link.js +126 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-list.css +51 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-list.js +46 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav-store.js +14 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav.css +100 -0
- package/collection/components/navigation/pn-mainnav/pn-mainnav.js +200 -0
- package/collection/components/navigation/pn-mainnav/translations.js +32 -0
- package/collection/components/navigation/pn-mainnav/types.js +1 -0
- package/collection/components/navigation/pn-site-footer/pn-site-footer-col.css +20 -0
- package/collection/components/navigation/pn-site-footer/pn-site-footer-col.js +14 -0
- package/collection/components/navigation/pn-site-footer/pn-site-footer.css +72 -0
- package/collection/components/navigation/pn-site-footer/pn-site-footer.js +50 -0
- package/collection/components/navigation/pn-site-footer/site-footer.stories.js +87 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector-i18n.js +18 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector-item.css +62 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector-item.js +103 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector-types.js +1 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector.css +29 -0
- package/collection/components/navigation/pn-site-selector/pn-site-selector.js +96 -0
- package/collection/components/navigation/pn-site-selector/site-selector.stories.js +35 -0
- package/collection/components/widgets/pn-find-service-and-price/data.js +53 -0
- package/collection/components/widgets/pn-find-service-and-price/find-service-and-price.stories.js +27 -0
- package/collection/components/widgets/pn-find-service-and-price/libs/convertnode.js +58 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.css +0 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.js +101 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price-store.js +18 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price-translations.js +61 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price-types.js +1 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price.css +52 -0
- package/collection/components/widgets/pn-find-service-and-price/pn-find-service-and-price.js +229 -0
- package/collection/components/widgets/pn-find-service-and-price/runconvert.js +2 -0
- package/collection/components/widgets/pn-product-pricelist/data.js +51 -0
- package/collection/components/widgets/pn-product-pricelist/libs/convert.js +43 -0
- package/collection/components/widgets/pn-product-pricelist/libs/convertnode.js +58 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist-result.css +0 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist-result.js +86 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist-store.js +13 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist-translations.js +36 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist-types.js +1 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist.css +6 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist.js +157 -0
- package/collection/components/widgets/pn-product-pricelist/pn-product-pricelist.stories.js +35 -0
- package/collection/components/widgets/pn-product-pricelist/runconvert.js +2 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile-info.css +3 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile-info.js +70 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile-price.css +21 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile-price.js +99 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile.css +48 -0
- package/collection/components/widgets/pn-product-tile/pn-product-tile.js +21 -0
- package/collection/components/widgets/pn-product-tile/product-tile.stories.js +50 -0
- package/collection/globals/shared/productprice/convert.js +43 -0
- package/collection/globals/shared/productprice/product-price-types.js +1 -0
- package/custom-elements/index.d.ts +126 -12
- package/custom-elements/index.js +3042 -27
- package/esm/convert-b49a0857.js +1728 -0
- package/esm/{index-1e3839a0.js → index-52dc19ca.js} +79 -1
- package/esm/index-7c277874.js +179 -0
- package/esm/loader.js +2 -2
- package/esm/pn-choice-button_2.entry.js +73 -0
- package/esm/pn-find-service-and-price-store-0c7083bd.js +19 -0
- package/esm/pn-find-service-and-price.entry.js +242 -0
- package/esm/pn-language-selector_9.entry.js +634 -0
- package/esm/pn-mainnav-link.entry.js +41 -0
- package/esm/pn-mainnav-store-a0726338.js +15 -0
- package/esm/pn-market-web-components.js +2 -2
- package/esm/pn-marketweb-sitefooter.entry.js +141 -0
- package/esm/{pn-siteheader.entry.js → pn-marketweb-siteheader.entry.js} +14 -11
- package/esm/pn-product-pricelist-result.entry.js +30 -0
- package/esm/pn-product-pricelist-store-82211c4a.js +14 -0
- package/esm/pn-product-pricelist.entry.js +106 -0
- package/esm/pn-product-tile_3.entry.js +43 -0
- package/esm/pn-site-footer_2.entry.js +31 -0
- package/esm-es5/convert-b49a0857.js +13 -0
- package/esm-es5/index-52dc19ca.js +1 -0
- package/esm-es5/index-7c277874.js +1 -0
- package/esm-es5/loader.js +1 -1
- package/esm-es5/pn-choice-button_2.entry.js +1 -0
- package/esm-es5/pn-find-service-and-price-store-0c7083bd.js +1 -0
- package/esm-es5/pn-find-service-and-price.entry.js +1 -0
- package/esm-es5/pn-language-selector_9.entry.js +1 -0
- package/esm-es5/pn-mainnav-link.entry.js +1 -0
- package/esm-es5/pn-mainnav-store-a0726338.js +1 -0
- package/esm-es5/pn-market-web-components.js +1 -1
- package/esm-es5/pn-marketweb-sitefooter.entry.js +1 -0
- package/esm-es5/pn-marketweb-siteheader.entry.js +1 -0
- package/esm-es5/pn-product-pricelist-result.entry.js +1 -0
- package/esm-es5/pn-product-pricelist-store-82211c4a.js +1 -0
- package/esm-es5/pn-product-pricelist.entry.js +1 -0
- package/esm-es5/pn-product-tile_3.entry.js +1 -0
- package/esm-es5/pn-site-footer_2.entry.js +1 -0
- package/package.json +6 -3
- package/pn-market-web-components/p-05d06f7f.system.js +1 -0
- package/pn-market-web-components/p-0a756d7d.system.entry.js +1 -0
- package/pn-market-web-components/p-1905c548.entry.js +1 -0
- package/pn-market-web-components/p-1fe6de09.entry.js +1 -0
- package/pn-market-web-components/p-21e0e386.js +13 -0
- package/pn-market-web-components/p-23743bec.system.entry.js +1 -0
- package/pn-market-web-components/p-23d34c82.system.entry.js +1 -0
- package/pn-market-web-components/p-27502f43.system.entry.js +1 -0
- package/pn-market-web-components/p-2fa246f1.system.js +1 -0
- package/pn-market-web-components/p-3ae74105.system.entry.js +1 -0
- package/pn-market-web-components/p-44f74289.system.entry.js +1 -0
- package/pn-market-web-components/p-46018354.system.js +1 -0
- package/pn-market-web-components/p-4bf9a9ff.js +1 -0
- package/pn-market-web-components/p-4f283190.js +1 -0
- package/pn-market-web-components/p-5f1ad0b7.entry.js +1 -0
- package/pn-market-web-components/p-62700d6e.system.js +1 -0
- package/pn-market-web-components/p-64a6c2fb.js +1 -0
- package/pn-market-web-components/p-7331d3bb.system.js +1 -0
- package/pn-market-web-components/p-91624bd5.system.js +13 -0
- package/pn-market-web-components/p-986d3894.entry.js +1 -0
- package/pn-market-web-components/p-a5179982.system.entry.js +1 -0
- package/pn-market-web-components/p-be245b29.entry.js +1 -0
- package/pn-market-web-components/p-bfc523fc.js +1 -0
- package/pn-market-web-components/p-c06b37c7.entry.js +1 -0
- package/pn-market-web-components/p-c9af6ced.entry.js +1 -0
- package/pn-market-web-components/p-ce136600.js +1 -0
- package/pn-market-web-components/p-d0e7e65c.system.js +1 -0
- package/pn-market-web-components/p-dc5ff15f.entry.js +1 -0
- package/pn-market-web-components/p-e367b055.system.entry.js +1 -0
- package/pn-market-web-components/p-ea9afb95.system.entry.js +1 -0
- package/pn-market-web-components/p-ec95bda3.entry.js +1 -0
- package/pn-market-web-components/p-f37be6ee.system.entry.js +1 -0
- package/pn-market-web-components/p-fee1d1c9.entry.js +1 -0
- package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
- package/pn-market-web-components/pn-market-web-components.js +1 -1
- package/types/components/input/pn-choice-button/pn-choice-button.d.ts +20 -0
- package/types/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter-types.d.ts +21 -0
- package/types/components/layout-components/pn-marketweb-sitefooter/pn-marketweb-sitefooter.d.ts +23 -0
- package/types/components/layout-components/{pn-siteheader → pn-marketweb-sitefooter}/translations.d.ts +0 -0
- package/types/components/layout-components/{pn-siteheader/pn-siteheader-login.d.ts → pn-marketweb-siteheader/pn-marketweb-siteheader-login.d.ts} +3 -3
- package/types/components/layout-components/{pn-siteheader/pn-siteheader-loginmanager.d.ts → pn-marketweb-siteheader/pn-marketweb-siteheader-loginmanager.d.ts} +0 -0
- package/types/components/layout-components/{pn-siteheader/pn-siteheader-search.d.ts → pn-marketweb-siteheader/pn-marketweb-siteheader-search.d.ts} +2 -2
- package/types/components/layout-components/{pn-siteheader/pn-siteheader-types.d.ts → pn-marketweb-siteheader/pn-marketweb-siteheader-types.d.ts} +1 -0
- package/types/components/layout-components/{pn-siteheader/pn-siteheader.d.ts → pn-marketweb-siteheader/pn-marketweb-siteheader.d.ts} +3 -2
- package/types/components/layout-components/pn-marketweb-siteheader/translations.d.ts +47 -0
- package/types/components/navigation/pn-language-selector/pn-language-selector-option.d.ts +12 -0
- package/types/components/navigation/pn-language-selector/pn-language-selector-types.d.ts +9 -0
- package/types/components/navigation/pn-language-selector/pn-language-selector.d.ts +15 -0
- package/types/components/navigation/pn-language-selector/translations.d.ts +17 -0
- package/types/components/navigation/pn-mainnav/pn-mainnav-level.d.ts +15 -0
- package/types/components/navigation/pn-mainnav/pn-mainnav-link.d.ts +19 -0
- package/types/components/navigation/pn-mainnav/pn-mainnav-list.d.ts +7 -0
- package/types/components/navigation/pn-mainnav/pn-mainnav-store.d.ts +21 -0
- package/types/components/navigation/pn-mainnav/pn-mainnav.d.ts +24 -0
- package/types/components/navigation/pn-mainnav/translations.d.ts +32 -0
- package/types/components/navigation/pn-mainnav/types.d.ts +6 -0
- package/types/components/navigation/pn-site-footer/pn-site-footer-col.d.ts +3 -0
- package/types/components/navigation/pn-site-footer/pn-site-footer.d.ts +6 -0
- package/types/components/navigation/pn-site-selector/pn-site-selector-item.d.ts +7 -0
- package/types/components/navigation/pn-site-selector/pn-site-selector-types.d.ts +3 -0
- package/types/components/navigation/pn-site-selector/pn-site-selector.d.ts +12 -0
- package/types/components/widgets/pn-find-service-and-price/pn-find-service-and-price-result.d.ts +9 -0
- package/types/components/widgets/pn-find-service-and-price/pn-find-service-and-price-store.d.ts +29 -0
- package/types/components/widgets/pn-find-service-and-price/pn-find-service-and-price-translations.d.ts +61 -0
- package/types/components/widgets/pn-find-service-and-price/pn-find-service-and-price-types.d.ts +27 -0
- package/types/components/widgets/pn-find-service-and-price/pn-find-service-and-price.d.ts +18 -0
- package/types/components/widgets/pn-product-pricelist/pn-product-pricelist-result.d.ts +7 -0
- package/types/components/widgets/pn-product-pricelist/pn-product-pricelist-store.d.ts +19 -0
- package/types/components/widgets/pn-product-pricelist/pn-product-pricelist-translations.d.ts +36 -0
- package/types/components/widgets/pn-product-pricelist/pn-product-pricelist-types.d.ts +7 -0
- package/types/components/widgets/pn-product-pricelist/pn-product-pricelist.d.ts +16 -0
- package/types/components/widgets/pn-product-tile/pn-product-tile-info.d.ts +6 -0
- package/types/components/widgets/pn-product-tile/pn-product-tile-price.d.ts +7 -0
- package/types/components/widgets/pn-product-tile/pn-product-tile.d.ts +3 -0
- package/types/components.d.ts +486 -28
- package/types/globals/shared/productprice/product-price-types.d.ts +19 -0
- package/cjs/pn-siteheader-login_2.cjs.entry.js +0 -295
- package/collection/components/layout-components/pn-siteheader/pn-siteheader-login.css +0 -34
- package/esm/pn-siteheader-login_2.entry.js +0 -290
- package/esm-es5/index-1e3839a0.js +0 -1
- package/esm-es5/pn-siteheader-login_2.entry.js +0 -1
- package/esm-es5/pn-siteheader.entry.js +0 -1
- package/pn-market-web-components/p-0e743863.system.js +0 -1
- package/pn-market-web-components/p-1e159db8.js +0 -1
- package/pn-market-web-components/p-50b6c2c1.system.entry.js +0 -1
- package/pn-market-web-components/p-530b52d0.system.js +0 -1
- package/pn-market-web-components/p-9a654a14.system.entry.js +0 -1
- package/pn-market-web-components/p-a1045531.entry.js +0 -1
- package/pn-market-web-components/p-fc344aee.entry.js +0 -1
package/types/components.d.ts
CHANGED
|
@@ -5,9 +5,105 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import {
|
|
8
|
+
import { ProductPriceItem } from "./globals/shared/productprice/product-price-types";
|
|
9
|
+
import { LoginDialog, SiteHeaderSearch } from "./components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader-types";
|
|
9
10
|
export namespace Components {
|
|
10
|
-
interface
|
|
11
|
+
interface PnChoiceButton {
|
|
12
|
+
"checked"?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* The string you put here will be what you'd make the ID of a native checkbox, you can't name props "id" because it's reserved so we went with the more descriptive name "choice", if you want to create labels for your checkbox, you will bind it to this ID
|
|
15
|
+
*/
|
|
16
|
+
"choiceid": string;
|
|
17
|
+
"disabled"?: boolean;
|
|
18
|
+
"indeterminate"?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The name of the checkbox group
|
|
21
|
+
*/
|
|
22
|
+
"name"?: string;
|
|
23
|
+
"type": string;
|
|
24
|
+
/**
|
|
25
|
+
* This will be emitted on change and input
|
|
26
|
+
*/
|
|
27
|
+
"value": any;
|
|
28
|
+
}
|
|
29
|
+
interface PnFindServiceAndPrice {
|
|
30
|
+
"language": string;
|
|
31
|
+
"market": string;
|
|
32
|
+
"source": string;
|
|
33
|
+
}
|
|
34
|
+
interface PnFindServiceAndPriceResult {
|
|
35
|
+
"item": ProductPriceItem;
|
|
36
|
+
"shownitems": ProductPriceItem[];
|
|
37
|
+
}
|
|
38
|
+
interface PnLanguageSelector {
|
|
39
|
+
"value": string;
|
|
40
|
+
}
|
|
41
|
+
interface PnLanguageSelectorOption {
|
|
42
|
+
"code": string;
|
|
43
|
+
"currentLanguage": string;
|
|
44
|
+
/**
|
|
45
|
+
* What you write in the comment block above each prop is what ends up in the description fields in the prop table in the documentation
|
|
46
|
+
*/
|
|
47
|
+
"name": string;
|
|
48
|
+
"selected": boolean;
|
|
49
|
+
"url": string;
|
|
50
|
+
}
|
|
51
|
+
interface PnMainnav {
|
|
52
|
+
/**
|
|
53
|
+
* Specifies which language we want to show navigation in (sv,da,fi,no,en)
|
|
54
|
+
*/
|
|
55
|
+
"language": string;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies which market we want to fetch navigation for (se,dk,fi,no,com)
|
|
58
|
+
*/
|
|
59
|
+
"market": string;
|
|
60
|
+
/**
|
|
61
|
+
* Specifies which endpoint we should read information from
|
|
62
|
+
*/
|
|
63
|
+
"navigationId": string;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies which endpoint we should read information from
|
|
66
|
+
*/
|
|
67
|
+
"openMenu": boolean;
|
|
68
|
+
}
|
|
69
|
+
interface PnMainnavLevel {
|
|
70
|
+
}
|
|
71
|
+
interface PnMainnavLink {
|
|
72
|
+
/**
|
|
73
|
+
* Href
|
|
74
|
+
*/
|
|
75
|
+
"href": string;
|
|
76
|
+
/**
|
|
77
|
+
* Link id
|
|
78
|
+
*/
|
|
79
|
+
"linkid": string;
|
|
80
|
+
/**
|
|
81
|
+
* Name
|
|
82
|
+
*/
|
|
83
|
+
"name": string;
|
|
84
|
+
/**
|
|
85
|
+
* Target
|
|
86
|
+
*/
|
|
87
|
+
"target": string;
|
|
88
|
+
}
|
|
89
|
+
interface PnMainnavList {
|
|
90
|
+
"heading": string;
|
|
91
|
+
}
|
|
92
|
+
interface PnMarketwebSitefooter {
|
|
93
|
+
/**
|
|
94
|
+
* Specifies which endpoint domain we should load from
|
|
95
|
+
*/
|
|
96
|
+
"endpoint": string;
|
|
97
|
+
/**
|
|
98
|
+
* Specifies which language we want to show (sv,da,fi,no,en)
|
|
99
|
+
*/
|
|
100
|
+
"language": string;
|
|
101
|
+
/**
|
|
102
|
+
* Specifies which market we want to show (se,dk,fi,no,com)
|
|
103
|
+
*/
|
|
104
|
+
"market": string;
|
|
105
|
+
}
|
|
106
|
+
interface PnMarketwebSiteheader {
|
|
11
107
|
/**
|
|
12
108
|
* Specifies which endpoint domain we should load from
|
|
13
109
|
*/
|
|
@@ -37,7 +133,7 @@ export namespace Components {
|
|
|
37
133
|
*/
|
|
38
134
|
"market": string;
|
|
39
135
|
}
|
|
40
|
-
interface
|
|
136
|
+
interface PnMarketwebSiteheaderLogin {
|
|
41
137
|
/**
|
|
42
138
|
* Specifies which endpoint domain we should load from
|
|
43
139
|
*/
|
|
@@ -45,40 +141,319 @@ export namespace Components {
|
|
|
45
141
|
"i18n": any;
|
|
46
142
|
"loginDialog": LoginDialog;
|
|
47
143
|
}
|
|
48
|
-
interface
|
|
144
|
+
interface PnMarketwebSiteheaderSearch {
|
|
49
145
|
"hideSearch": boolean;
|
|
50
146
|
"i18n": any;
|
|
51
147
|
"search": SiteHeaderSearch;
|
|
52
148
|
"showOnlyLink": boolean;
|
|
53
149
|
}
|
|
150
|
+
interface PnProductPricelist {
|
|
151
|
+
"language": string;
|
|
152
|
+
"market": string;
|
|
153
|
+
"productid": string;
|
|
154
|
+
"source": string;
|
|
155
|
+
}
|
|
156
|
+
interface PnProductPricelistResult {
|
|
157
|
+
"item": ProductPriceItem;
|
|
158
|
+
"shownitems": ProductPriceItem[];
|
|
159
|
+
}
|
|
160
|
+
interface PnProductTile {
|
|
161
|
+
}
|
|
162
|
+
interface PnProductTileInfo {
|
|
163
|
+
"icon": string;
|
|
164
|
+
"label": string;
|
|
165
|
+
"text": string;
|
|
166
|
+
}
|
|
167
|
+
interface PnProductTilePrice {
|
|
168
|
+
"amount": string;
|
|
169
|
+
"currency": string;
|
|
170
|
+
"label": string;
|
|
171
|
+
"url": string;
|
|
172
|
+
}
|
|
173
|
+
interface PnSiteFooter {
|
|
174
|
+
/**
|
|
175
|
+
* What you write in the comment block above each prop is what ends up in the description fields in the prop table in the documentation
|
|
176
|
+
*/
|
|
177
|
+
"url": string;
|
|
178
|
+
}
|
|
179
|
+
interface PnSiteFooterCol {
|
|
180
|
+
}
|
|
181
|
+
interface PnSiteSelector {
|
|
182
|
+
"buttontext": string;
|
|
183
|
+
"heading": string;
|
|
184
|
+
/**
|
|
185
|
+
* Specifies which language we want to show navigation in (sv,da,fi,no,en)
|
|
186
|
+
*/
|
|
187
|
+
"language": string;
|
|
188
|
+
}
|
|
189
|
+
interface PnSiteSelectorItem {
|
|
190
|
+
"description": string;
|
|
191
|
+
"heading": string;
|
|
192
|
+
"newwindow": boolean;
|
|
193
|
+
"url": string;
|
|
194
|
+
}
|
|
54
195
|
}
|
|
55
196
|
declare global {
|
|
56
|
-
interface
|
|
197
|
+
interface HTMLPnChoiceButtonElement extends Components.PnChoiceButton, HTMLStencilElement {
|
|
198
|
+
}
|
|
199
|
+
var HTMLPnChoiceButtonElement: {
|
|
200
|
+
prototype: HTMLPnChoiceButtonElement;
|
|
201
|
+
new (): HTMLPnChoiceButtonElement;
|
|
202
|
+
};
|
|
203
|
+
interface HTMLPnFindServiceAndPriceElement extends Components.PnFindServiceAndPrice, HTMLStencilElement {
|
|
204
|
+
}
|
|
205
|
+
var HTMLPnFindServiceAndPriceElement: {
|
|
206
|
+
prototype: HTMLPnFindServiceAndPriceElement;
|
|
207
|
+
new (): HTMLPnFindServiceAndPriceElement;
|
|
208
|
+
};
|
|
209
|
+
interface HTMLPnFindServiceAndPriceResultElement extends Components.PnFindServiceAndPriceResult, HTMLStencilElement {
|
|
210
|
+
}
|
|
211
|
+
var HTMLPnFindServiceAndPriceResultElement: {
|
|
212
|
+
prototype: HTMLPnFindServiceAndPriceResultElement;
|
|
213
|
+
new (): HTMLPnFindServiceAndPriceResultElement;
|
|
214
|
+
};
|
|
215
|
+
interface HTMLPnLanguageSelectorElement extends Components.PnLanguageSelector, HTMLStencilElement {
|
|
216
|
+
}
|
|
217
|
+
var HTMLPnLanguageSelectorElement: {
|
|
218
|
+
prototype: HTMLPnLanguageSelectorElement;
|
|
219
|
+
new (): HTMLPnLanguageSelectorElement;
|
|
220
|
+
};
|
|
221
|
+
interface HTMLPnLanguageSelectorOptionElement extends Components.PnLanguageSelectorOption, HTMLStencilElement {
|
|
222
|
+
}
|
|
223
|
+
var HTMLPnLanguageSelectorOptionElement: {
|
|
224
|
+
prototype: HTMLPnLanguageSelectorOptionElement;
|
|
225
|
+
new (): HTMLPnLanguageSelectorOptionElement;
|
|
226
|
+
};
|
|
227
|
+
interface HTMLPnMainnavElement extends Components.PnMainnav, HTMLStencilElement {
|
|
228
|
+
}
|
|
229
|
+
var HTMLPnMainnavElement: {
|
|
230
|
+
prototype: HTMLPnMainnavElement;
|
|
231
|
+
new (): HTMLPnMainnavElement;
|
|
232
|
+
};
|
|
233
|
+
interface HTMLPnMainnavLevelElement extends Components.PnMainnavLevel, HTMLStencilElement {
|
|
234
|
+
}
|
|
235
|
+
var HTMLPnMainnavLevelElement: {
|
|
236
|
+
prototype: HTMLPnMainnavLevelElement;
|
|
237
|
+
new (): HTMLPnMainnavLevelElement;
|
|
238
|
+
};
|
|
239
|
+
interface HTMLPnMainnavLinkElement extends Components.PnMainnavLink, HTMLStencilElement {
|
|
240
|
+
}
|
|
241
|
+
var HTMLPnMainnavLinkElement: {
|
|
242
|
+
prototype: HTMLPnMainnavLinkElement;
|
|
243
|
+
new (): HTMLPnMainnavLinkElement;
|
|
244
|
+
};
|
|
245
|
+
interface HTMLPnMainnavListElement extends Components.PnMainnavList, HTMLStencilElement {
|
|
246
|
+
}
|
|
247
|
+
var HTMLPnMainnavListElement: {
|
|
248
|
+
prototype: HTMLPnMainnavListElement;
|
|
249
|
+
new (): HTMLPnMainnavListElement;
|
|
250
|
+
};
|
|
251
|
+
interface HTMLPnMarketwebSitefooterElement extends Components.PnMarketwebSitefooter, HTMLStencilElement {
|
|
252
|
+
}
|
|
253
|
+
var HTMLPnMarketwebSitefooterElement: {
|
|
254
|
+
prototype: HTMLPnMarketwebSitefooterElement;
|
|
255
|
+
new (): HTMLPnMarketwebSitefooterElement;
|
|
256
|
+
};
|
|
257
|
+
interface HTMLPnMarketwebSiteheaderElement extends Components.PnMarketwebSiteheader, HTMLStencilElement {
|
|
57
258
|
}
|
|
58
|
-
var
|
|
59
|
-
prototype:
|
|
60
|
-
new ():
|
|
259
|
+
var HTMLPnMarketwebSiteheaderElement: {
|
|
260
|
+
prototype: HTMLPnMarketwebSiteheaderElement;
|
|
261
|
+
new (): HTMLPnMarketwebSiteheaderElement;
|
|
61
262
|
};
|
|
62
|
-
interface
|
|
263
|
+
interface HTMLPnMarketwebSiteheaderLoginElement extends Components.PnMarketwebSiteheaderLogin, HTMLStencilElement {
|
|
63
264
|
}
|
|
64
|
-
var
|
|
65
|
-
prototype:
|
|
66
|
-
new ():
|
|
265
|
+
var HTMLPnMarketwebSiteheaderLoginElement: {
|
|
266
|
+
prototype: HTMLPnMarketwebSiteheaderLoginElement;
|
|
267
|
+
new (): HTMLPnMarketwebSiteheaderLoginElement;
|
|
67
268
|
};
|
|
68
|
-
interface
|
|
269
|
+
interface HTMLPnMarketwebSiteheaderSearchElement extends Components.PnMarketwebSiteheaderSearch, HTMLStencilElement {
|
|
69
270
|
}
|
|
70
|
-
var
|
|
71
|
-
prototype:
|
|
72
|
-
new ():
|
|
271
|
+
var HTMLPnMarketwebSiteheaderSearchElement: {
|
|
272
|
+
prototype: HTMLPnMarketwebSiteheaderSearchElement;
|
|
273
|
+
new (): HTMLPnMarketwebSiteheaderSearchElement;
|
|
274
|
+
};
|
|
275
|
+
interface HTMLPnProductPricelistElement extends Components.PnProductPricelist, HTMLStencilElement {
|
|
276
|
+
}
|
|
277
|
+
var HTMLPnProductPricelistElement: {
|
|
278
|
+
prototype: HTMLPnProductPricelistElement;
|
|
279
|
+
new (): HTMLPnProductPricelistElement;
|
|
280
|
+
};
|
|
281
|
+
interface HTMLPnProductPricelistResultElement extends Components.PnProductPricelistResult, HTMLStencilElement {
|
|
282
|
+
}
|
|
283
|
+
var HTMLPnProductPricelistResultElement: {
|
|
284
|
+
prototype: HTMLPnProductPricelistResultElement;
|
|
285
|
+
new (): HTMLPnProductPricelistResultElement;
|
|
286
|
+
};
|
|
287
|
+
interface HTMLPnProductTileElement extends Components.PnProductTile, HTMLStencilElement {
|
|
288
|
+
}
|
|
289
|
+
var HTMLPnProductTileElement: {
|
|
290
|
+
prototype: HTMLPnProductTileElement;
|
|
291
|
+
new (): HTMLPnProductTileElement;
|
|
292
|
+
};
|
|
293
|
+
interface HTMLPnProductTileInfoElement extends Components.PnProductTileInfo, HTMLStencilElement {
|
|
294
|
+
}
|
|
295
|
+
var HTMLPnProductTileInfoElement: {
|
|
296
|
+
prototype: HTMLPnProductTileInfoElement;
|
|
297
|
+
new (): HTMLPnProductTileInfoElement;
|
|
298
|
+
};
|
|
299
|
+
interface HTMLPnProductTilePriceElement extends Components.PnProductTilePrice, HTMLStencilElement {
|
|
300
|
+
}
|
|
301
|
+
var HTMLPnProductTilePriceElement: {
|
|
302
|
+
prototype: HTMLPnProductTilePriceElement;
|
|
303
|
+
new (): HTMLPnProductTilePriceElement;
|
|
304
|
+
};
|
|
305
|
+
interface HTMLPnSiteFooterElement extends Components.PnSiteFooter, HTMLStencilElement {
|
|
306
|
+
}
|
|
307
|
+
var HTMLPnSiteFooterElement: {
|
|
308
|
+
prototype: HTMLPnSiteFooterElement;
|
|
309
|
+
new (): HTMLPnSiteFooterElement;
|
|
310
|
+
};
|
|
311
|
+
interface HTMLPnSiteFooterColElement extends Components.PnSiteFooterCol, HTMLStencilElement {
|
|
312
|
+
}
|
|
313
|
+
var HTMLPnSiteFooterColElement: {
|
|
314
|
+
prototype: HTMLPnSiteFooterColElement;
|
|
315
|
+
new (): HTMLPnSiteFooterColElement;
|
|
316
|
+
};
|
|
317
|
+
interface HTMLPnSiteSelectorElement extends Components.PnSiteSelector, HTMLStencilElement {
|
|
318
|
+
}
|
|
319
|
+
var HTMLPnSiteSelectorElement: {
|
|
320
|
+
prototype: HTMLPnSiteSelectorElement;
|
|
321
|
+
new (): HTMLPnSiteSelectorElement;
|
|
322
|
+
};
|
|
323
|
+
interface HTMLPnSiteSelectorItemElement extends Components.PnSiteSelectorItem, HTMLStencilElement {
|
|
324
|
+
}
|
|
325
|
+
var HTMLPnSiteSelectorItemElement: {
|
|
326
|
+
prototype: HTMLPnSiteSelectorItemElement;
|
|
327
|
+
new (): HTMLPnSiteSelectorItemElement;
|
|
73
328
|
};
|
|
74
329
|
interface HTMLElementTagNameMap {
|
|
75
|
-
"pn-
|
|
76
|
-
"pn-
|
|
77
|
-
"pn-
|
|
330
|
+
"pn-choice-button": HTMLPnChoiceButtonElement;
|
|
331
|
+
"pn-find-service-and-price": HTMLPnFindServiceAndPriceElement;
|
|
332
|
+
"pn-find-service-and-price-result": HTMLPnFindServiceAndPriceResultElement;
|
|
333
|
+
"pn-language-selector": HTMLPnLanguageSelectorElement;
|
|
334
|
+
"pn-language-selector-option": HTMLPnLanguageSelectorOptionElement;
|
|
335
|
+
"pn-mainnav": HTMLPnMainnavElement;
|
|
336
|
+
"pn-mainnav-level": HTMLPnMainnavLevelElement;
|
|
337
|
+
"pn-mainnav-link": HTMLPnMainnavLinkElement;
|
|
338
|
+
"pn-mainnav-list": HTMLPnMainnavListElement;
|
|
339
|
+
"pn-marketweb-sitefooter": HTMLPnMarketwebSitefooterElement;
|
|
340
|
+
"pn-marketweb-siteheader": HTMLPnMarketwebSiteheaderElement;
|
|
341
|
+
"pn-marketweb-siteheader-login": HTMLPnMarketwebSiteheaderLoginElement;
|
|
342
|
+
"pn-marketweb-siteheader-search": HTMLPnMarketwebSiteheaderSearchElement;
|
|
343
|
+
"pn-product-pricelist": HTMLPnProductPricelistElement;
|
|
344
|
+
"pn-product-pricelist-result": HTMLPnProductPricelistResultElement;
|
|
345
|
+
"pn-product-tile": HTMLPnProductTileElement;
|
|
346
|
+
"pn-product-tile-info": HTMLPnProductTileInfoElement;
|
|
347
|
+
"pn-product-tile-price": HTMLPnProductTilePriceElement;
|
|
348
|
+
"pn-site-footer": HTMLPnSiteFooterElement;
|
|
349
|
+
"pn-site-footer-col": HTMLPnSiteFooterColElement;
|
|
350
|
+
"pn-site-selector": HTMLPnSiteSelectorElement;
|
|
351
|
+
"pn-site-selector-item": HTMLPnSiteSelectorItemElement;
|
|
78
352
|
}
|
|
79
353
|
}
|
|
80
354
|
declare namespace LocalJSX {
|
|
81
|
-
interface
|
|
355
|
+
interface PnChoiceButton {
|
|
356
|
+
"checked"?: boolean;
|
|
357
|
+
/**
|
|
358
|
+
* The string you put here will be what you'd make the ID of a native checkbox, you can't name props "id" because it's reserved so we went with the more descriptive name "choice", if you want to create labels for your checkbox, you will bind it to this ID
|
|
359
|
+
*/
|
|
360
|
+
"choiceid"?: string;
|
|
361
|
+
"disabled"?: boolean;
|
|
362
|
+
"indeterminate"?: boolean;
|
|
363
|
+
/**
|
|
364
|
+
* The name of the checkbox group
|
|
365
|
+
*/
|
|
366
|
+
"name"?: string;
|
|
367
|
+
"type"?: string;
|
|
368
|
+
/**
|
|
369
|
+
* This will be emitted on change and input
|
|
370
|
+
*/
|
|
371
|
+
"value"?: any;
|
|
372
|
+
}
|
|
373
|
+
interface PnFindServiceAndPrice {
|
|
374
|
+
"language"?: string;
|
|
375
|
+
"market"?: string;
|
|
376
|
+
"source"?: string;
|
|
377
|
+
}
|
|
378
|
+
interface PnFindServiceAndPriceResult {
|
|
379
|
+
"item"?: ProductPriceItem;
|
|
380
|
+
"shownitems"?: ProductPriceItem[];
|
|
381
|
+
}
|
|
382
|
+
interface PnLanguageSelector {
|
|
383
|
+
"value"?: string;
|
|
384
|
+
}
|
|
385
|
+
interface PnLanguageSelectorOption {
|
|
386
|
+
"code"?: string;
|
|
387
|
+
"currentLanguage"?: string;
|
|
388
|
+
/**
|
|
389
|
+
* What you write in the comment block above each prop is what ends up in the description fields in the prop table in the documentation
|
|
390
|
+
*/
|
|
391
|
+
"name"?: string;
|
|
392
|
+
"onSetCurrentLanguage"?: (event: CustomEvent<any>) => void;
|
|
393
|
+
"selected"?: boolean;
|
|
394
|
+
"url"?: string;
|
|
395
|
+
}
|
|
396
|
+
interface PnMainnav {
|
|
397
|
+
/**
|
|
398
|
+
* Specifies which language we want to show navigation in (sv,da,fi,no,en)
|
|
399
|
+
*/
|
|
400
|
+
"language"?: string;
|
|
401
|
+
/**
|
|
402
|
+
* Specifies which market we want to fetch navigation for (se,dk,fi,no,com)
|
|
403
|
+
*/
|
|
404
|
+
"market"?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Specifies which endpoint we should read information from
|
|
407
|
+
*/
|
|
408
|
+
"navigationId"?: string;
|
|
409
|
+
"onMarketChange"?: (event: CustomEvent<any>) => void;
|
|
410
|
+
/**
|
|
411
|
+
* Specifies which endpoint we should read information from
|
|
412
|
+
*/
|
|
413
|
+
"onMenuLanguageChange"?: (event: CustomEvent<any>) => void;
|
|
414
|
+
/**
|
|
415
|
+
* Specifies which endpoint we should read information from
|
|
416
|
+
*/
|
|
417
|
+
"openMenu"?: boolean;
|
|
418
|
+
}
|
|
419
|
+
interface PnMainnavLevel {
|
|
420
|
+
}
|
|
421
|
+
interface PnMainnavLink {
|
|
422
|
+
/**
|
|
423
|
+
* Href
|
|
424
|
+
*/
|
|
425
|
+
"href"?: string;
|
|
426
|
+
/**
|
|
427
|
+
* Link id
|
|
428
|
+
*/
|
|
429
|
+
"linkid"?: string;
|
|
430
|
+
/**
|
|
431
|
+
* Name
|
|
432
|
+
*/
|
|
433
|
+
"name"?: string;
|
|
434
|
+
/**
|
|
435
|
+
* Target
|
|
436
|
+
*/
|
|
437
|
+
"target"?: string;
|
|
438
|
+
}
|
|
439
|
+
interface PnMainnavList {
|
|
440
|
+
"heading"?: string;
|
|
441
|
+
}
|
|
442
|
+
interface PnMarketwebSitefooter {
|
|
443
|
+
/**
|
|
444
|
+
* Specifies which endpoint domain we should load from
|
|
445
|
+
*/
|
|
446
|
+
"endpoint"?: string;
|
|
447
|
+
/**
|
|
448
|
+
* Specifies which language we want to show (sv,da,fi,no,en)
|
|
449
|
+
*/
|
|
450
|
+
"language"?: string;
|
|
451
|
+
/**
|
|
452
|
+
* Specifies which market we want to show (se,dk,fi,no,com)
|
|
453
|
+
*/
|
|
454
|
+
"market"?: string;
|
|
455
|
+
}
|
|
456
|
+
interface PnMarketwebSiteheader {
|
|
82
457
|
/**
|
|
83
458
|
* Specifies which endpoint domain we should load from
|
|
84
459
|
*/
|
|
@@ -108,7 +483,7 @@ declare namespace LocalJSX {
|
|
|
108
483
|
*/
|
|
109
484
|
"market"?: string;
|
|
110
485
|
}
|
|
111
|
-
interface
|
|
486
|
+
interface PnMarketwebSiteheaderLogin {
|
|
112
487
|
/**
|
|
113
488
|
* Specifies which endpoint domain we should load from
|
|
114
489
|
*/
|
|
@@ -116,25 +491,108 @@ declare namespace LocalJSX {
|
|
|
116
491
|
"i18n"?: any;
|
|
117
492
|
"loginDialog"?: LoginDialog;
|
|
118
493
|
}
|
|
119
|
-
interface
|
|
494
|
+
interface PnMarketwebSiteheaderSearch {
|
|
120
495
|
"hideSearch"?: boolean;
|
|
121
496
|
"i18n"?: any;
|
|
122
497
|
"search"?: SiteHeaderSearch;
|
|
123
498
|
"showOnlyLink"?: boolean;
|
|
124
499
|
}
|
|
500
|
+
interface PnProductPricelist {
|
|
501
|
+
"language"?: string;
|
|
502
|
+
"market"?: string;
|
|
503
|
+
"productid"?: string;
|
|
504
|
+
"source"?: string;
|
|
505
|
+
}
|
|
506
|
+
interface PnProductPricelistResult {
|
|
507
|
+
"item"?: ProductPriceItem;
|
|
508
|
+
"shownitems"?: ProductPriceItem[];
|
|
509
|
+
}
|
|
510
|
+
interface PnProductTile {
|
|
511
|
+
}
|
|
512
|
+
interface PnProductTileInfo {
|
|
513
|
+
"icon"?: string;
|
|
514
|
+
"label"?: string;
|
|
515
|
+
"text"?: string;
|
|
516
|
+
}
|
|
517
|
+
interface PnProductTilePrice {
|
|
518
|
+
"amount"?: string;
|
|
519
|
+
"currency"?: string;
|
|
520
|
+
"label"?: string;
|
|
521
|
+
"url"?: string;
|
|
522
|
+
}
|
|
523
|
+
interface PnSiteFooter {
|
|
524
|
+
/**
|
|
525
|
+
* What you write in the comment block above each prop is what ends up in the description fields in the prop table in the documentation
|
|
526
|
+
*/
|
|
527
|
+
"url"?: string;
|
|
528
|
+
}
|
|
529
|
+
interface PnSiteFooterCol {
|
|
530
|
+
}
|
|
531
|
+
interface PnSiteSelector {
|
|
532
|
+
"buttontext"?: string;
|
|
533
|
+
"heading"?: string;
|
|
534
|
+
/**
|
|
535
|
+
* Specifies which language we want to show navigation in (sv,da,fi,no,en)
|
|
536
|
+
*/
|
|
537
|
+
"language"?: string;
|
|
538
|
+
}
|
|
539
|
+
interface PnSiteSelectorItem {
|
|
540
|
+
"description"?: string;
|
|
541
|
+
"heading"?: string;
|
|
542
|
+
"newwindow"?: boolean;
|
|
543
|
+
"url"?: string;
|
|
544
|
+
}
|
|
125
545
|
interface IntrinsicElements {
|
|
126
|
-
"pn-
|
|
127
|
-
"pn-
|
|
128
|
-
"pn-
|
|
546
|
+
"pn-choice-button": PnChoiceButton;
|
|
547
|
+
"pn-find-service-and-price": PnFindServiceAndPrice;
|
|
548
|
+
"pn-find-service-and-price-result": PnFindServiceAndPriceResult;
|
|
549
|
+
"pn-language-selector": PnLanguageSelector;
|
|
550
|
+
"pn-language-selector-option": PnLanguageSelectorOption;
|
|
551
|
+
"pn-mainnav": PnMainnav;
|
|
552
|
+
"pn-mainnav-level": PnMainnavLevel;
|
|
553
|
+
"pn-mainnav-link": PnMainnavLink;
|
|
554
|
+
"pn-mainnav-list": PnMainnavList;
|
|
555
|
+
"pn-marketweb-sitefooter": PnMarketwebSitefooter;
|
|
556
|
+
"pn-marketweb-siteheader": PnMarketwebSiteheader;
|
|
557
|
+
"pn-marketweb-siteheader-login": PnMarketwebSiteheaderLogin;
|
|
558
|
+
"pn-marketweb-siteheader-search": PnMarketwebSiteheaderSearch;
|
|
559
|
+
"pn-product-pricelist": PnProductPricelist;
|
|
560
|
+
"pn-product-pricelist-result": PnProductPricelistResult;
|
|
561
|
+
"pn-product-tile": PnProductTile;
|
|
562
|
+
"pn-product-tile-info": PnProductTileInfo;
|
|
563
|
+
"pn-product-tile-price": PnProductTilePrice;
|
|
564
|
+
"pn-site-footer": PnSiteFooter;
|
|
565
|
+
"pn-site-footer-col": PnSiteFooterCol;
|
|
566
|
+
"pn-site-selector": PnSiteSelector;
|
|
567
|
+
"pn-site-selector-item": PnSiteSelectorItem;
|
|
129
568
|
}
|
|
130
569
|
}
|
|
131
570
|
export { LocalJSX as JSX };
|
|
132
571
|
declare module "@stencil/core" {
|
|
133
572
|
export namespace JSX {
|
|
134
573
|
interface IntrinsicElements {
|
|
135
|
-
"pn-
|
|
136
|
-
"pn-
|
|
137
|
-
"pn-
|
|
574
|
+
"pn-choice-button": LocalJSX.PnChoiceButton & JSXBase.HTMLAttributes<HTMLPnChoiceButtonElement>;
|
|
575
|
+
"pn-find-service-and-price": LocalJSX.PnFindServiceAndPrice & JSXBase.HTMLAttributes<HTMLPnFindServiceAndPriceElement>;
|
|
576
|
+
"pn-find-service-and-price-result": LocalJSX.PnFindServiceAndPriceResult & JSXBase.HTMLAttributes<HTMLPnFindServiceAndPriceResultElement>;
|
|
577
|
+
"pn-language-selector": LocalJSX.PnLanguageSelector & JSXBase.HTMLAttributes<HTMLPnLanguageSelectorElement>;
|
|
578
|
+
"pn-language-selector-option": LocalJSX.PnLanguageSelectorOption & JSXBase.HTMLAttributes<HTMLPnLanguageSelectorOptionElement>;
|
|
579
|
+
"pn-mainnav": LocalJSX.PnMainnav & JSXBase.HTMLAttributes<HTMLPnMainnavElement>;
|
|
580
|
+
"pn-mainnav-level": LocalJSX.PnMainnavLevel & JSXBase.HTMLAttributes<HTMLPnMainnavLevelElement>;
|
|
581
|
+
"pn-mainnav-link": LocalJSX.PnMainnavLink & JSXBase.HTMLAttributes<HTMLPnMainnavLinkElement>;
|
|
582
|
+
"pn-mainnav-list": LocalJSX.PnMainnavList & JSXBase.HTMLAttributes<HTMLPnMainnavListElement>;
|
|
583
|
+
"pn-marketweb-sitefooter": LocalJSX.PnMarketwebSitefooter & JSXBase.HTMLAttributes<HTMLPnMarketwebSitefooterElement>;
|
|
584
|
+
"pn-marketweb-siteheader": LocalJSX.PnMarketwebSiteheader & JSXBase.HTMLAttributes<HTMLPnMarketwebSiteheaderElement>;
|
|
585
|
+
"pn-marketweb-siteheader-login": LocalJSX.PnMarketwebSiteheaderLogin & JSXBase.HTMLAttributes<HTMLPnMarketwebSiteheaderLoginElement>;
|
|
586
|
+
"pn-marketweb-siteheader-search": LocalJSX.PnMarketwebSiteheaderSearch & JSXBase.HTMLAttributes<HTMLPnMarketwebSiteheaderSearchElement>;
|
|
587
|
+
"pn-product-pricelist": LocalJSX.PnProductPricelist & JSXBase.HTMLAttributes<HTMLPnProductPricelistElement>;
|
|
588
|
+
"pn-product-pricelist-result": LocalJSX.PnProductPricelistResult & JSXBase.HTMLAttributes<HTMLPnProductPricelistResultElement>;
|
|
589
|
+
"pn-product-tile": LocalJSX.PnProductTile & JSXBase.HTMLAttributes<HTMLPnProductTileElement>;
|
|
590
|
+
"pn-product-tile-info": LocalJSX.PnProductTileInfo & JSXBase.HTMLAttributes<HTMLPnProductTileInfoElement>;
|
|
591
|
+
"pn-product-tile-price": LocalJSX.PnProductTilePrice & JSXBase.HTMLAttributes<HTMLPnProductTilePriceElement>;
|
|
592
|
+
"pn-site-footer": LocalJSX.PnSiteFooter & JSXBase.HTMLAttributes<HTMLPnSiteFooterElement>;
|
|
593
|
+
"pn-site-footer-col": LocalJSX.PnSiteFooterCol & JSXBase.HTMLAttributes<HTMLPnSiteFooterColElement>;
|
|
594
|
+
"pn-site-selector": LocalJSX.PnSiteSelector & JSXBase.HTMLAttributes<HTMLPnSiteSelectorElement>;
|
|
595
|
+
"pn-site-selector-item": LocalJSX.PnSiteSelectorItem & JSXBase.HTMLAttributes<HTMLPnSiteSelectorItemElement>;
|
|
138
596
|
}
|
|
139
597
|
}
|
|
140
598
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface ProductPriceSourceData {
|
|
2
|
+
types: any[];
|
|
3
|
+
data: ProductPriceItem[];
|
|
4
|
+
}
|
|
5
|
+
export interface ProductPriceItem {
|
|
6
|
+
id: string;
|
|
7
|
+
what: string;
|
|
8
|
+
deliveryscope: string;
|
|
9
|
+
name: string;
|
|
10
|
+
maxweight: number;
|
|
11
|
+
pricestamps?: number;
|
|
12
|
+
pricesenddirect?: number;
|
|
13
|
+
priceagent?: number;
|
|
14
|
+
maximummeasurements?: string;
|
|
15
|
+
info?: string;
|
|
16
|
+
note?: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
illustration?: string;
|
|
19
|
+
}
|