@postnord/pn-marketweb-components 2.0.119 → 2.0.121
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/_commonjsHelpers-206db00d.js +37 -0
- package/cjs/convert-b219d02d.js +1826 -0
- package/cjs/loader.cjs.js +1 -1
- package/cjs/pn-chart.cjs.entry.js +21919 -0
- package/cjs/pn-charts-card.cjs.entry.js +21 -0
- package/cjs/pn-find-price.cjs.entry.js +2 -1
- package/cjs/pn-find-service-and-price.cjs.entry.js +2 -1
- package/cjs/pn-market-web-components.cjs.js +1 -1
- package/cjs/pn-marketweb-siteheader.cjs.entry.js +4 -2
- package/cjs/pn-product-pricelist.cjs.entry.js +2 -1
- package/collection/collection-manifest.json +2 -0
- package/collection/components/charts/pn-chart/pn-chart-helper.js +52 -0
- package/collection/components/charts/pn-chart/pn-chart.css +26 -0
- package/collection/components/charts/pn-chart/pn-chart.js +94 -0
- package/collection/components/charts/pn-chart/pn-chart.stories.js +0 -0
- package/collection/components/charts/pn-chart/types.js +1 -0
- package/collection/components/charts/pn-charts-card/pn-charts-card.css +106 -0
- package/collection/components/charts/pn-charts-card/pn-charts-card.js +156 -0
- package/collection/components/charts/pn-charts-card/pn-charts-card.stories.js +75 -0
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.css +10 -1
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js +21 -1
- package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.stories.js +4 -2
- package/custom-elements/index.d.ts +12 -0
- package/custom-elements/index.js +21968 -20
- package/esm/_commonjsHelpers-27f122dd.js +32 -0
- package/esm/{convert-ae809f9c.js → convert-f6377d13.js} +2 -16
- package/esm/loader.js +1 -1
- package/esm/pn-chart.entry.js +21915 -0
- package/esm/pn-charts-card.entry.js +17 -0
- package/esm/pn-find-price.entry.js +2 -1
- package/esm/pn-find-service-and-price.entry.js +2 -1
- package/esm/pn-market-web-components.js +1 -1
- package/esm/pn-marketweb-siteheader.entry.js +4 -2
- package/esm/pn-product-pricelist.entry.js +2 -1
- package/esm-es5/_commonjsHelpers-27f122dd.js +1 -0
- package/esm-es5/{convert-ae809f9c.js → convert-f6377d13.js} +2 -2
- package/esm-es5/loader.js +1 -1
- package/esm-es5/pn-chart.entry.js +16 -0
- package/esm-es5/pn-charts-card.entry.js +1 -0
- package/esm-es5/pn-find-price.entry.js +1 -1
- package/esm-es5/pn-find-service-and-price.entry.js +1 -1
- package/esm-es5/pn-market-web-components.js +1 -1
- package/esm-es5/pn-marketweb-siteheader.entry.js +1 -1
- package/esm-es5/pn-product-pricelist.entry.js +1 -1
- package/package.json +3 -1
- package/pn-market-web-components/p-1751415f.entry.js +16 -0
- package/pn-market-web-components/p-35fcd76c.system.entry.js +1 -0
- package/pn-market-web-components/p-3c0d63fb.system.entry.js +1 -0
- package/pn-market-web-components/p-67887512.system.js +1 -1
- package/pn-market-web-components/p-736e5b84.system.entry.js +1 -0
- package/pn-market-web-components/p-77557da8.entry.js +1 -0
- package/pn-market-web-components/p-814af281.js +1 -0
- package/pn-market-web-components/{p-0ea97ca0.system.js → p-8766fa86.system.js} +2 -2
- package/pn-market-web-components/p-8e4d292f.entry.js +1 -0
- package/pn-market-web-components/p-93b6310e.system.entry.js +1 -0
- package/pn-market-web-components/p-aab2e28f.entry.js +1 -0
- package/pn-market-web-components/p-b97cb315.system.entry.js +16 -0
- package/pn-market-web-components/p-b9f2577c.entry.js +1 -0
- package/pn-market-web-components/p-bfe239ca.js +13 -0
- package/pn-market-web-components/p-d3a0ed9b.system.entry.js +1 -0
- package/pn-market-web-components/p-effbbf45.entry.js +1 -0
- package/pn-market-web-components/p-fe1f76a3.system.js +1 -0
- package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
- package/types/components/charts/pn-chart/pn-chart-helper.d.ts +46 -0
- package/types/components/charts/pn-chart/pn-chart.d.ts +17 -0
- package/types/components/charts/pn-chart/types.d.ts +7 -0
- package/types/components/charts/pn-charts-card/pn-charts-card.d.ts +12 -0
- package/types/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.d.ts +2 -0
- package/types/components.d.ts +54 -0
- package/umd/pn-marketweb-init.js +41 -37
- package/umd/pn-marketweb-salesforce.js +2 -2
- package/cjs/convert-362ef5e6.js +0 -1840
- package/pn-market-web-components/p-0ed41da6.system.entry.js +0 -1
- package/pn-market-web-components/p-3231d8c0.entry.js +0 -1
- package/pn-market-web-components/p-513e3c62.entry.js +0 -1
- package/pn-market-web-components/p-774b7a9f.entry.js +0 -1
- package/pn-market-web-components/p-8144bcbc.system.entry.js +0 -1
- package/pn-market-web-components/p-9adc3940.js +0 -13
- package/pn-market-web-components/p-b32a8507.entry.js +0 -1
- package/pn-market-web-components/p-bc22baf1.system.entry.js +0 -1
- package/pn-market-web-components/p-fecc53bb.system.entry.js +0 -1
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { Component, Element, h, Host, Prop, State, } from '@stencil/core';
|
|
2
|
+
export class PnChartsCard {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.openInNewWindow = false;
|
|
5
|
+
}
|
|
6
|
+
render() {
|
|
7
|
+
return (h(Host, null,
|
|
8
|
+
h("slot", { name: "clickable-block-wrapper" }),
|
|
9
|
+
h("div", { class: "pn-charts-card__wrapper" },
|
|
10
|
+
h("div", { class: "pn-charts-card__heading__wrapper" },
|
|
11
|
+
h("div", { class: "pn-charts-card__heading" }, this.header),
|
|
12
|
+
h("div", { class: "pn-charts-card__heading__highlight" }, this.highlight)),
|
|
13
|
+
h("slot", { name: "chart" }),
|
|
14
|
+
h("span", { class: "pn-charts-card__preamble" }, this.preamble),
|
|
15
|
+
h("div", { class: "pn-charts-card__text__wrapper" },
|
|
16
|
+
h("div", { class: "pn-charts-card__source" },
|
|
17
|
+
h("label", null, this.label),
|
|
18
|
+
h("h3", null, this.source),
|
|
19
|
+
h("a", { class: "link--animated", href: this.sourceUrl, rel: this.openInNewWindow ? 'noopener nofollower noreferrer' : null, target: this.openInNewWindow ? '_blank' : null },
|
|
20
|
+
"Read the report ",
|
|
21
|
+
h("pn-icon", { symbol: "arrow-right" }, " ")))))));
|
|
22
|
+
}
|
|
23
|
+
static get is() { return "pn-charts-card"; }
|
|
24
|
+
static get originalStyleUrls() { return {
|
|
25
|
+
"$": ["pn-charts-card.scss"]
|
|
26
|
+
}; }
|
|
27
|
+
static get styleUrls() { return {
|
|
28
|
+
"$": ["pn-charts-card.css"]
|
|
29
|
+
}; }
|
|
30
|
+
static get properties() { return {
|
|
31
|
+
"header": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"mutable": false,
|
|
34
|
+
"complexType": {
|
|
35
|
+
"original": "string",
|
|
36
|
+
"resolved": "string",
|
|
37
|
+
"references": {}
|
|
38
|
+
},
|
|
39
|
+
"required": false,
|
|
40
|
+
"optional": false,
|
|
41
|
+
"docs": {
|
|
42
|
+
"tags": [],
|
|
43
|
+
"text": ""
|
|
44
|
+
},
|
|
45
|
+
"attribute": "header",
|
|
46
|
+
"reflect": false
|
|
47
|
+
},
|
|
48
|
+
"highlight": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"mutable": false,
|
|
51
|
+
"complexType": {
|
|
52
|
+
"original": "string",
|
|
53
|
+
"resolved": "string",
|
|
54
|
+
"references": {}
|
|
55
|
+
},
|
|
56
|
+
"required": false,
|
|
57
|
+
"optional": false,
|
|
58
|
+
"docs": {
|
|
59
|
+
"tags": [],
|
|
60
|
+
"text": ""
|
|
61
|
+
},
|
|
62
|
+
"attribute": "highlight",
|
|
63
|
+
"reflect": false
|
|
64
|
+
},
|
|
65
|
+
"preamble": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"mutable": false,
|
|
68
|
+
"complexType": {
|
|
69
|
+
"original": "string",
|
|
70
|
+
"resolved": "string",
|
|
71
|
+
"references": {}
|
|
72
|
+
},
|
|
73
|
+
"required": false,
|
|
74
|
+
"optional": false,
|
|
75
|
+
"docs": {
|
|
76
|
+
"tags": [],
|
|
77
|
+
"text": ""
|
|
78
|
+
},
|
|
79
|
+
"attribute": "preamble",
|
|
80
|
+
"reflect": false
|
|
81
|
+
},
|
|
82
|
+
"label": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"mutable": false,
|
|
85
|
+
"complexType": {
|
|
86
|
+
"original": "string",
|
|
87
|
+
"resolved": "string",
|
|
88
|
+
"references": {}
|
|
89
|
+
},
|
|
90
|
+
"required": false,
|
|
91
|
+
"optional": false,
|
|
92
|
+
"docs": {
|
|
93
|
+
"tags": [],
|
|
94
|
+
"text": ""
|
|
95
|
+
},
|
|
96
|
+
"attribute": "label",
|
|
97
|
+
"reflect": false
|
|
98
|
+
},
|
|
99
|
+
"source": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"mutable": false,
|
|
102
|
+
"complexType": {
|
|
103
|
+
"original": "string",
|
|
104
|
+
"resolved": "string",
|
|
105
|
+
"references": {}
|
|
106
|
+
},
|
|
107
|
+
"required": false,
|
|
108
|
+
"optional": false,
|
|
109
|
+
"docs": {
|
|
110
|
+
"tags": [],
|
|
111
|
+
"text": ""
|
|
112
|
+
},
|
|
113
|
+
"attribute": "source",
|
|
114
|
+
"reflect": false
|
|
115
|
+
},
|
|
116
|
+
"sourceUrl": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"mutable": false,
|
|
119
|
+
"complexType": {
|
|
120
|
+
"original": "string",
|
|
121
|
+
"resolved": "string",
|
|
122
|
+
"references": {}
|
|
123
|
+
},
|
|
124
|
+
"required": false,
|
|
125
|
+
"optional": false,
|
|
126
|
+
"docs": {
|
|
127
|
+
"tags": [],
|
|
128
|
+
"text": ""
|
|
129
|
+
},
|
|
130
|
+
"attribute": "source-url",
|
|
131
|
+
"reflect": false
|
|
132
|
+
},
|
|
133
|
+
"openInNewWindow": {
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"mutable": false,
|
|
136
|
+
"complexType": {
|
|
137
|
+
"original": "boolean",
|
|
138
|
+
"resolved": "boolean",
|
|
139
|
+
"references": {}
|
|
140
|
+
},
|
|
141
|
+
"required": false,
|
|
142
|
+
"optional": false,
|
|
143
|
+
"docs": {
|
|
144
|
+
"tags": [],
|
|
145
|
+
"text": ""
|
|
146
|
+
},
|
|
147
|
+
"attribute": "open-in-new-window",
|
|
148
|
+
"reflect": false,
|
|
149
|
+
"defaultValue": "false"
|
|
150
|
+
}
|
|
151
|
+
}; }
|
|
152
|
+
static get states() { return {
|
|
153
|
+
"someState": {}
|
|
154
|
+
}; }
|
|
155
|
+
static get elementRef() { return "hostElement"; }
|
|
156
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import readme from './readme.md';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: 'Charts/Charts Card',
|
|
5
|
+
parameters: {
|
|
6
|
+
notes: readme,
|
|
7
|
+
layout: 'fullscreen',
|
|
8
|
+
},
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const TemplateChartsCardOne = ({ ...args }) => {
|
|
12
|
+
return `
|
|
13
|
+
<pn-breakpoints></pn-breakpoints>
|
|
14
|
+
<div style="width:100%; display:flex; flex-direction:row; gap:16px;">
|
|
15
|
+
<div class="onethirdwidth" style="width:33%; padding:16px 0;">
|
|
16
|
+
<pn-charts-card
|
|
17
|
+
header="${args.header}"
|
|
18
|
+
highlight="${args.highlight}"
|
|
19
|
+
preamble="${args.preamble}"
|
|
20
|
+
label="${args.label}"
|
|
21
|
+
source="${args.source}"
|
|
22
|
+
source-url="${args.sourceUrl}"
|
|
23
|
+
open-in-new-window="${args.openInNewWindow}"
|
|
24
|
+
data-chart-color="blue"
|
|
25
|
+
>
|
|
26
|
+
<pn-chart data-chart-type="doughnut" slot="chart" labels='["XSmall", "Small", "Medium"]' data-sets='[{ "label": "# of packages in billions", "backgroundColor": ["#E0F8FF", "#8EDDF9", "#00A0D6"], "data": [50, 100, 500] }]'></pn-chart>
|
|
27
|
+
|
|
28
|
+
</pn-charts-card>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<div class="onethirdwidth" style="width:33%; padding:16px 0;">
|
|
32
|
+
<pn-charts-card
|
|
33
|
+
header="${args.header}"
|
|
34
|
+
highlight="${args.highlight}"
|
|
35
|
+
preamble="${args.preamble}"
|
|
36
|
+
label="${args.label}"
|
|
37
|
+
source="${args.source}"
|
|
38
|
+
source-url="${args.sourceUrl}"
|
|
39
|
+
open-in-new-window="${args.openInNewWindow}"
|
|
40
|
+
data-chart-color="green"
|
|
41
|
+
>
|
|
42
|
+
<pn-chart data-chart-type="bar" slot="chart" labels='["Large", "XLarge", "XXLarge"]' data-sets='[{ "label": "# of packages in billions", "backgroundColor": ["#E0F8FF", "#8EDDF9", "#00A0D6"], "data": [250, 100, 50] }]'></pn-chart>
|
|
43
|
+
|
|
44
|
+
</pn-charts-card>
|
|
45
|
+
</div>
|
|
46
|
+
|
|
47
|
+
<div class="onethirdwidth" style="width:33%; padding:16px 0;">
|
|
48
|
+
<pn-charts-card
|
|
49
|
+
header="${args.header}"
|
|
50
|
+
highlight="${args.highlight}"
|
|
51
|
+
preamble="${args.preamble}"
|
|
52
|
+
label="${args.label}"
|
|
53
|
+
source="${args.source}"
|
|
54
|
+
source-url="${args.sourceUrl}"
|
|
55
|
+
open-in-new-window="${args.openInNewWindow}"
|
|
56
|
+
>
|
|
57
|
+
<pn-chart data-chart-type="line" slot="chart" labels='["Jan", "Feb", "Mars"]' data-sets='[{ "label": "# of packages in billions", "backgroundColor": ["#E0F8FF", "#8EDDF9", "#00A0D6"], "data": [300, 600, 50] }, { "label": "c02 emission", "borderColor":"green", "fill":true, "backgroundColor": ["#E0F8FF", "#8EDDF9", "#00A0D6"], "data": [20, 50, 90] }]'></pn-chart>
|
|
58
|
+
</pn-charts-card>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
`;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export const ChartsCard = TemplateChartsCardOne.bind({});
|
|
66
|
+
|
|
67
|
+
ChartsCard.args = {
|
|
68
|
+
header: 'The e-commerce grows in all areas',
|
|
69
|
+
highlight: '10%',
|
|
70
|
+
preamble: 'In Q3 we have seen a big growth in e-com.',
|
|
71
|
+
label: 'Stats taken from',
|
|
72
|
+
source: 'E-commerce in Europe 2021',
|
|
73
|
+
sourceUrl: '/',
|
|
74
|
+
openInNewWindow: false,
|
|
75
|
+
};
|
package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.css
CHANGED
|
@@ -399,6 +399,8 @@ header[data-header-theme=tpl] > pn-marketweb-siteheader pn-button a:hover {
|
|
|
399
399
|
header[data-header-theme=tpl] > pn-marketweb-siteheader [slot=header-bottom-button] a {
|
|
400
400
|
color: #0D234B;
|
|
401
401
|
font-weight: 500;
|
|
402
|
+
font-size: 1.6rem;
|
|
403
|
+
padding: 0.8rem 2.4rem;
|
|
402
404
|
}
|
|
403
405
|
header[data-header-theme=tpl] > pn-marketweb-siteheader [slot=header-bottom-button] a .pn-button-bg {
|
|
404
406
|
background-color: #FBC2C1;
|
|
@@ -505,6 +507,7 @@ header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-
|
|
|
505
507
|
display: inline-block;
|
|
506
508
|
margin-top: auto;
|
|
507
509
|
margin-bottom: auto;
|
|
510
|
+
width: fit-content;
|
|
508
511
|
}
|
|
509
512
|
@media screen and (max-width: 48em) {
|
|
510
513
|
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search {
|
|
@@ -513,7 +516,7 @@ header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-
|
|
|
513
516
|
}
|
|
514
517
|
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search pn-search-field {
|
|
515
518
|
justify-content: flex-end;
|
|
516
|
-
|
|
519
|
+
min-width: inherit;
|
|
517
520
|
}
|
|
518
521
|
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search form {
|
|
519
522
|
margin-right: 0;
|
|
@@ -531,6 +534,12 @@ header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-
|
|
|
531
534
|
z-index: 3;
|
|
532
535
|
border-radius: 0;
|
|
533
536
|
}
|
|
537
|
+
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search form:not(:focus-within) .input-container input::placeholder {
|
|
538
|
+
color: transparent;
|
|
539
|
+
}
|
|
540
|
+
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search .input-container:focus-within {
|
|
541
|
+
margin-left: 2rem;
|
|
542
|
+
}
|
|
534
543
|
header[data-header-theme=tpl] > pn-marketweb-siteheader > header div.siteheader-menu-top-search .input-container:focus-within input {
|
|
535
544
|
background-color: #FFFFFF;
|
|
536
545
|
color: #0D234B;
|
package/collection/components/layout-components/pn-marketweb-siteheader/pn-marketweb-siteheader.js
CHANGED
|
@@ -26,6 +26,8 @@ export class PnMarketwebSiteheader {
|
|
|
26
26
|
this.endpoint = null;
|
|
27
27
|
/** Hides the site selector if set to true*/
|
|
28
28
|
this.hideSiteSelector = false;
|
|
29
|
+
/** Hides the "home" menu item in the navigation if set to true*/
|
|
30
|
+
this.hideHomeMenuItem = false;
|
|
29
31
|
/** Hides the language selector if set to true*/
|
|
30
32
|
this.hideLanguageSelector = false;
|
|
31
33
|
/** Hides the search form if set to true*/
|
|
@@ -176,7 +178,7 @@ export class PnMarketwebSiteheader {
|
|
|
176
178
|
updatedMenuItems = data.mainMenu.menuItems;
|
|
177
179
|
}
|
|
178
180
|
// Create the "Home" link
|
|
179
|
-
if (!updatedMenuItems[0] || ((_a = updatedMenuItems[0]) === null || _a === void 0 ? void 0 : _a.name) !== this.i18n.menuHomeButton) {
|
|
181
|
+
if ((!updatedMenuItems[0] || ((_a = updatedMenuItems[0]) === null || _a === void 0 ? void 0 : _a.name) !== this.i18n.menuHomeButton) && !this.hideHomeMenuItem) {
|
|
180
182
|
updatedMenuItems.unshift({
|
|
181
183
|
href: this.siteDefinition.url,
|
|
182
184
|
name: this.i18n.menuHomeButton,
|
|
@@ -543,6 +545,24 @@ export class PnMarketwebSiteheader {
|
|
|
543
545
|
"reflect": true,
|
|
544
546
|
"defaultValue": "false"
|
|
545
547
|
},
|
|
548
|
+
"hideHomeMenuItem": {
|
|
549
|
+
"type": "boolean",
|
|
550
|
+
"mutable": true,
|
|
551
|
+
"complexType": {
|
|
552
|
+
"original": "boolean",
|
|
553
|
+
"resolved": "boolean",
|
|
554
|
+
"references": {}
|
|
555
|
+
},
|
|
556
|
+
"required": false,
|
|
557
|
+
"optional": false,
|
|
558
|
+
"docs": {
|
|
559
|
+
"tags": [],
|
|
560
|
+
"text": "Hides the \"home\" menu item in the navigation if set to true"
|
|
561
|
+
},
|
|
562
|
+
"attribute": "hide-home-menu-item",
|
|
563
|
+
"reflect": true,
|
|
564
|
+
"defaultValue": "false"
|
|
565
|
+
},
|
|
546
566
|
"hideLanguageSelector": {
|
|
547
567
|
"type": "boolean",
|
|
548
568
|
"mutable": true,
|
|
@@ -479,7 +479,8 @@ const TPLSiteHeaderTemplate = ({ ...args }) => {
|
|
|
479
479
|
user-loggedin="${args.loggedin}"
|
|
480
480
|
hide-language-selector="${args.hideLanguageSelector}"
|
|
481
481
|
hide-login="${args.hideLogin}"
|
|
482
|
-
search-placeholder="${args.placeholder}"
|
|
482
|
+
search-placeholder="${args.placeholder}"
|
|
483
|
+
hide-home-menu-item="${args.hideHomeMenuItem}">
|
|
483
484
|
<pn-button slot="header-bottom-button" href="http:www.google.se" small="true">${args.buttonText}</pn-button>
|
|
484
485
|
<pn-button slot="siteheader-menu-top-button" href="http:www.google.se" small="true">${args.buttonText}</pn-button>
|
|
485
486
|
</pn-marketweb-siteheader>
|
|
@@ -493,7 +494,8 @@ TPLSiteHeader.args = {
|
|
|
493
494
|
endpoint: 'https://tpl-integration.postnord.com',
|
|
494
495
|
name: 'TPL User',
|
|
495
496
|
hideLogin: true,
|
|
496
|
-
|
|
497
|
+
hideHomeMenuItem: true,
|
|
498
|
+
hideLanguageSelector: false,
|
|
497
499
|
loggedin: false,
|
|
498
500
|
buttonText: "Kontrolltornet",
|
|
499
501
|
placeholder: "placeholder"
|
|
@@ -20,6 +20,18 @@ export const PnBreakpoints: {
|
|
|
20
20
|
new (): PnBreakpoints;
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
+
interface PnChart extends Components.PnChart, HTMLElement {}
|
|
24
|
+
export const PnChart: {
|
|
25
|
+
prototype: PnChart;
|
|
26
|
+
new (): PnChart;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
interface PnChartsCard extends Components.PnChartsCard, HTMLElement {}
|
|
30
|
+
export const PnChartsCard: {
|
|
31
|
+
prototype: PnChartsCard;
|
|
32
|
+
new (): PnChartsCard;
|
|
33
|
+
};
|
|
34
|
+
|
|
23
35
|
interface PnChoiceButton extends Components.PnChoiceButton, HTMLElement {}
|
|
24
36
|
export const PnChoiceButton: {
|
|
25
37
|
prototype: PnChoiceButton;
|