@postnord/pn-marketweb-components 2.0.150-test → 2.0.150-test1

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.
Files changed (107) hide show
  1. package/cjs/{data-b5ef4f7c.js → data-4fa6b08d.js} +2 -2
  2. package/cjs/loader.cjs.js +1 -1
  3. package/cjs/pn-find-price-result.cjs.entry.js +4 -4
  4. package/cjs/{pn-find-price-store-0b8c195c.js → pn-find-price-store-a91ce3f6.js} +2 -2
  5. package/cjs/pn-find-price.cjs.entry.js +7 -7
  6. package/cjs/pn-market-web-components.cjs.js +1 -1
  7. package/cjs/{pn-product-card_4.cjs.entry.js → pn-product-card_3.cjs.entry.js} +0 -18
  8. package/cjs/pn-product-pricelist.cjs.entry.js +1 -1
  9. package/cjs/pn-proxio-findprice-result.cjs.entry.js +63 -0
  10. package/cjs/pn-proxio-findprice.cjs.entry.js +311 -0
  11. package/cjs/pn-proxio-pricegroup.cjs.entry.js +6 -22
  12. package/cjs/pn-titletag.cjs.entry.js +24 -0
  13. package/cjs/translations-585711ff.js +21 -0
  14. package/collection/collection-manifest.json +2 -0
  15. package/collection/components/widgets/pn-find-price/data.js +2 -2
  16. package/collection/components/widgets/pn-find-price/pn-find-price-result.js +7 -7
  17. package/collection/components/widgets/pn-find-price/pn-find-price-store.js +2 -2
  18. package/collection/components/widgets/pn-find-price/pn-find-price-translations.js +5 -5
  19. package/collection/components/widgets/pn-proxio-findprice/data.js +52 -0
  20. package/collection/components/widgets/pn-proxio-findprice/find-price.stories.js +27 -0
  21. package/collection/components/widgets/pn-proxio-findprice/img/clouds.svg +5 -0
  22. package/collection/components/widgets/pn-proxio-findprice/img/large-package.svg +9 -0
  23. package/collection/components/widgets/pn-proxio-findprice/img/medium-package.svg +9 -0
  24. package/collection/components/widgets/pn-proxio-findprice/img/postnord-person1.svg +52 -0
  25. package/collection/components/widgets/pn-proxio-findprice/img/postnord-person2.svg +56 -0
  26. package/collection/components/widgets/pn-proxio-findprice/img/small-package.svg +23 -0
  27. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.css +9 -0
  28. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.js +234 -0
  29. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.js +29 -0
  30. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.js +106 -0
  31. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.js +1 -0
  32. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice.css +105 -0
  33. package/collection/components/widgets/pn-proxio-findprice/pn-proxio-findprice.js +250 -0
  34. package/collection/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.css +3 -0
  35. package/collection/components/widgets/pn-proxio-pricegroup/pn-proxio-pricegroup.js +1 -0
  36. package/custom-elements/index.d.ts +12 -0
  37. package/custom-elements/index.js +525 -161
  38. package/esm/{data-9c9c5f41.js → data-059c2a58.js} +2 -2
  39. package/esm/loader.js +1 -1
  40. package/esm/pn-find-price-result.entry.js +4 -4
  41. package/esm/{pn-find-price-store-b4556c9b.js → pn-find-price-store-bde5071d.js} +2 -2
  42. package/esm/pn-find-price.entry.js +7 -7
  43. package/esm/pn-market-web-components.js +1 -1
  44. package/esm/{pn-product-card_4.entry.js → pn-product-card_3.entry.js} +2 -19
  45. package/esm/pn-product-pricelist.entry.js +1 -1
  46. package/esm/pn-proxio-findprice-result.entry.js +59 -0
  47. package/esm/pn-proxio-findprice.entry.js +307 -0
  48. package/esm/pn-proxio-pricegroup.entry.js +3 -19
  49. package/esm/pn-titletag.entry.js +20 -0
  50. package/esm/translations-022fefa0.js +19 -0
  51. package/esm-es5/{data-9c9c5f41.js → data-059c2a58.js} +1 -1
  52. package/esm-es5/loader.js +1 -1
  53. package/esm-es5/pn-find-price-result.entry.js +1 -1
  54. package/esm-es5/{pn-find-price-store-b4556c9b.js → pn-find-price-store-bde5071d.js} +1 -1
  55. package/esm-es5/pn-find-price.entry.js +1 -1
  56. package/esm-es5/pn-market-web-components.js +1 -1
  57. package/esm-es5/pn-product-card_3.entry.js +1 -0
  58. package/esm-es5/pn-product-pricelist.entry.js +1 -1
  59. package/esm-es5/pn-proxio-findprice-result.entry.js +1 -0
  60. package/esm-es5/pn-proxio-findprice.entry.js +1 -0
  61. package/esm-es5/pn-proxio-pricegroup.entry.js +1 -1
  62. package/esm-es5/pn-titletag.entry.js +1 -0
  63. package/esm-es5/translations-022fefa0.js +1 -0
  64. package/package.json +1 -1
  65. package/pn-market-web-components/p-10eafcd7.entry.js +1 -0
  66. package/pn-market-web-components/p-27bcc4a1.system.entry.js +1 -0
  67. package/pn-market-web-components/{p-37017f68.system.js → p-3738a2df.system.js} +1 -1
  68. package/pn-market-web-components/p-3969ec4d.entry.js +1 -0
  69. package/pn-market-web-components/p-499bb3ac.entry.js +1 -0
  70. package/pn-market-web-components/p-4a03854b.system.entry.js +1 -0
  71. package/pn-market-web-components/p-557328e3.system.entry.js +1 -0
  72. package/pn-market-web-components/{p-ac0e3c22.system.entry.js → p-59be826b.system.entry.js} +1 -1
  73. package/pn-market-web-components/p-67887512.system.js +1 -1
  74. package/pn-market-web-components/p-8afa354b.system.entry.js +1 -0
  75. package/pn-market-web-components/{p-aab2e28f.entry.js → p-8b684578.entry.js} +1 -1
  76. package/pn-market-web-components/p-951861fa.entry.js +1 -0
  77. package/pn-market-web-components/{p-736e5b84.system.entry.js → p-98a7ddd1.system.entry.js} +1 -1
  78. package/pn-market-web-components/p-a120063f.js +1 -0
  79. package/pn-market-web-components/p-b501b216.system.js +1 -0
  80. package/pn-market-web-components/{p-3ae38e63.entry.js → p-b9a84e67.entry.js} +1 -1
  81. package/pn-market-web-components/p-e0b034c2.entry.js +1 -0
  82. package/pn-market-web-components/p-e397e11b.entry.js +1 -0
  83. package/pn-market-web-components/{p-e4a4e68f.system.entry.js → p-ecdf2b69.system.entry.js} +1 -1
  84. package/pn-market-web-components/p-f58bde56.js +1 -0
  85. package/pn-market-web-components/p-f782ce94.system.entry.js +1 -0
  86. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  87. package/types/components/widgets/pn-find-price/pn-find-price-store.d.ts +4 -4
  88. package/types/components/widgets/pn-find-price/pn-find-price-translations.d.ts +5 -5
  89. package/types/components/widgets/pn-find-price/pn-find-price-types.d.ts +2 -2
  90. package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-result.d.ts +22 -0
  91. package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-store.d.ts +51 -0
  92. package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-translations.d.ts +106 -0
  93. package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice-types.d.ts +39 -0
  94. package/types/components/widgets/pn-proxio-findprice/pn-proxio-findprice.d.ts +24 -0
  95. package/types/components/widgets/pn-proxio-pricegroup/types.d.ts +1 -1
  96. package/types/components.d.ts +51 -1
  97. package/umd/pn-marketweb-init.js +1 -1
  98. package/umd/pn-marketweb-salesforce.js +2 -2
  99. package/esm-es5/pn-product-card_4.entry.js +0 -1
  100. package/pn-market-web-components/p-022d9a78.entry.js +0 -1
  101. package/pn-market-web-components/p-198d9c77.system.entry.js +0 -1
  102. package/pn-market-web-components/p-332e9005.entry.js +0 -1
  103. package/pn-market-web-components/p-3c0d63fb.system.entry.js +0 -1
  104. package/pn-market-web-components/p-77557da8.entry.js +0 -1
  105. package/pn-market-web-components/p-c4254e9e.js +0 -1
  106. /package/pn-market-web-components/{p-bfa7c83f.system.js → p-1534926e.system.js} +0 -0
  107. /package/pn-market-web-components/{p-86b52823.js → p-a07906d5.js} +0 -0
@@ -0,0 +1,105 @@
1
+ @charset "UTF-8";
2
+ pn-proxio-findprice .findprice-form {
3
+ /*max-width: 60em;*/
4
+ margin: 0em auto 3em auto;
5
+ }
6
+ pn-proxio-findprice .findprice-form-wrapper {
7
+ background-color: #EFFBFF;
8
+ padding: 3.2rem 0;
9
+ }
10
+ pn-proxio-findprice .sizeTable {
11
+ border-style: none !important;
12
+ border: 0 !important;
13
+ position: relative;
14
+ }
15
+ pn-proxio-findprice .sizeTable > tr td {
16
+ margin-bottom: 1em;
17
+ text-align: center;
18
+ vertical-align: bottom;
19
+ padding-right: 1em;
20
+ padding-top: 1em;
21
+ }
22
+ pn-proxio-findprice .sizeTable #clouds {
23
+ position: absolute;
24
+ top: 0em;
25
+ left: 4em;
26
+ z-index: -1;
27
+ }
28
+ pn-proxio-findprice .firstCell {
29
+ margin-right: 0;
30
+ margin-left: auto;
31
+ }
32
+ pn-proxio-findprice [slot=title] {
33
+ margin-bottom: 1rem;
34
+ }
35
+ pn-proxio-findprice h2 {
36
+ text-align: center;
37
+ }
38
+ pn-proxio-findprice .heading {
39
+ text-align: center;
40
+ line-height: 1.1;
41
+ font-weight: bold;
42
+ margin-bottom: 1rem;
43
+ color: #000000;
44
+ }
45
+ pn-proxio-findprice .resultHeading {
46
+ text-align: center;
47
+ font-size: 1.5em;
48
+ line-height: 1.1;
49
+ font-weight: bold;
50
+ margin-bottom: 2em;
51
+ }
52
+ pn-proxio-findprice .sizecategory {
53
+ margin-top: 1em;
54
+ margin-bottom: 3rem;
55
+ font-size: 0.9em;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ }
60
+ pn-proxio-findprice .weightoption {
61
+ font-size: 0.9em;
62
+ margin: 0 auto;
63
+ }
64
+ pn-proxio-findprice .weightoption-content {
65
+ text-align: center;
66
+ }
67
+ pn-proxio-findprice .weightoption-content pn-choice-button {
68
+ width: 7em;
69
+ line-height: 3.3em;
70
+ font-size: 0.9em;
71
+ vertical-align: bottom;
72
+ }
73
+ pn-proxio-findprice .weightoption-content pn-choice-button > label {
74
+ align-content: center;
75
+ justify-content: center;
76
+ }
77
+ pn-proxio-findprice .weightoption-content pn-choice-button ::before {
78
+ content: "Max  ";
79
+ font-weight: lighter;
80
+ }
81
+ pn-proxio-findprice .resultlist {
82
+ max-width: 60em;
83
+ margin: 3.2rem auto 3.2rem auto;
84
+ }
85
+ pn-proxio-findprice .servicePoint {
86
+ text-align: center;
87
+ }
88
+ pn-proxio-findprice .servicePoint pn-illustration {
89
+ display: block;
90
+ max-width: 5em;
91
+ max-height: 5em;
92
+ margin: 1.5em auto 0 auto;
93
+ }
94
+ pn-proxio-findprice .servicePoint h3 {
95
+ margin-top: 0.8em;
96
+ margin-bottom: 0.9em;
97
+ }
98
+ pn-proxio-findprice .servicePoint a {
99
+ color: #005D92;
100
+ text-decoration: none;
101
+ }
102
+ pn-proxio-findprice .servicePoint a:hover {
103
+ color: #0D234B;
104
+ text-decoration: underline;
105
+ }
@@ -0,0 +1,250 @@
1
+ import { Component, h, Prop, State, Watch } from "@stencil/core";
2
+ import { translations, markets } from "./pn-proxio-findprice-translations";
3
+ import { MarketWebContextService } from "../../../globals/MarketWebContextService";
4
+ import { weights, sizeCategories } from "./data.js";
5
+ import { FetchHelper } from "../../../globals/FetchHelper";
6
+ import { state } from "./pn-proxio-findprice-store";
7
+ import S from "./img/small-package.svg";
8
+ import M from "./img/medium-package.svg";
9
+ import L from "./img/large-package.svg";
10
+ import person from "./img/postnord-person2.svg";
11
+ import clouds from "./img/clouds.svg";
12
+ export class PnProxioFindPrice {
13
+ constructor() {
14
+ this.endpoint = null;
15
+ this.language = "da";
16
+ this.market = "dk";
17
+ this.cache = false;
18
+ this.filteredItems = [];
19
+ this.weight = { value: 0, name: "" };
20
+ this.weightvalue = 0;
21
+ this.sizecategory = { value: "", name: "", icon: "", unit: "" };
22
+ this.data = { proxioProducts: [] };
23
+ this.fetchHelper = new FetchHelper("proxiopricegroups");
24
+ }
25
+ componentWillLoad() {
26
+ this.setInitialValues().then(() => {
27
+ this.init();
28
+ });
29
+ }
30
+ async setInitialValues(href = window.location.href) {
31
+ const marketWebContextService = new MarketWebContextService(href);
32
+ const environment = await marketWebContextService.getEnvironmentName();
33
+ if ((!this.endpoint && (environment === null || environment === void 0 ? void 0 : environment.indexOf('local')) === -1)) {
34
+ const market = await marketWebContextService.getMarket();
35
+ this.endpoint = await marketWebContextService.getEndpoint(environment, market);
36
+ }
37
+ if (!this.endpoint) {
38
+ this.endpoint = "";
39
+ }
40
+ }
41
+ init() {
42
+ this.setState();
43
+ this.getDataSource();
44
+ this.fetchData();
45
+ }
46
+ async getDataSource() {
47
+ try {
48
+ //for keeping small value preselected
49
+ this.sizecategory = sizeCategories.filter(x => x.value === "S")[0];
50
+ console.log(this.sizecategory);
51
+ this.filterItems();
52
+ }
53
+ catch (e) {
54
+ console.log('Unable to parse data');
55
+ }
56
+ }
57
+ async fetchData() {
58
+ if (!this.market || !this.language) {
59
+ return;
60
+ }
61
+ const endpoint = (this.endpoint.lastIndexOf("/") === this.endpoint.length - 1) ? this.endpoint.substring(0, this.endpoint.length - 1) : this.endpoint;
62
+ const fetchUrl = `${endpoint}/api/proxio/price-list-groups?market=${this.market}&language=${this.language}&cached=${this.cache}`;
63
+ //const fetchUrl = `http://localhost:51444/api/proxio/price-list-groups?market=${this.market}&language=${this.language}&cached=${this.cache}`;
64
+ const data = await this.fetchHelper.fetchJson(fetchUrl, {
65
+ 'mode': 'cors',
66
+ }, this.cache, this.onFetchData.bind(this));
67
+ if (data) {
68
+ this.data.proxioProducts = data;
69
+ }
70
+ this.filterItems();
71
+ }
72
+ onFetchData(data) {
73
+ this.data = data;
74
+ }
75
+ setState() {
76
+ this.market = "dk";
77
+ if (this.market) {
78
+ state.market = markets[this.market];
79
+ }
80
+ if (this.language && translations[this.language]) {
81
+ state.i18n = translations[this.language];
82
+ }
83
+ }
84
+ filterItems() {
85
+ if (!this.data) {
86
+ console.log('Data has not yet been loaded');
87
+ return;
88
+ }
89
+ console.log("data ", this.data);
90
+ const sizeItemData = this.data.proxioProducts.filter(item => {
91
+ return item.proxioProduct.productWeightGroupList.some(weightGroup => {
92
+ return weightGroup.item3.includes(this.sizecategory.value);
93
+ });
94
+ });
95
+ console.log("sizeItemData ", sizeItemData);
96
+ if (!this.weight) {
97
+ return;
98
+ }
99
+ const comparisonWeight = this.weight.value;
100
+ let weightFilteredData = sizeItemData.filter(item => {
101
+ return item.proxioProduct.productWeightGroupList.some(weightGroup => {
102
+ return weightGroup.item1 === comparisonWeight;
103
+ });
104
+ });
105
+ console.log("weightFilteredData ", weightFilteredData);
106
+ if (weightFilteredData.length === 0 && this.weightvalue !== 0) {
107
+ weightFilteredData = sizeItemData.filter(item => {
108
+ return item.proxioProduct.productWeightGroupList.some(weightGroup => {
109
+ return weightGroup.item1 === comparisonWeight;
110
+ });
111
+ });
112
+ }
113
+ this.filteredItems = weightFilteredData;
114
+ }
115
+ render() {
116
+ return (h("div", { class: "findprice-form" },
117
+ h("div", { class: "findprice-form-wrapper" },
118
+ h("h4", { class: "heading" }, state.i18n.sizeheading),
119
+ h("div", { class: "sizecategory" },
120
+ h("table", { class: "sizeTable" },
121
+ h("img", { id: "clouds", src: clouds }),
122
+ h("tr", null,
123
+ h("td", null,
124
+ h("img", { class: "firstCell", src: person })),
125
+ h("td", null,
126
+ h("img", { src: S })),
127
+ h("td", null,
128
+ h("img", { src: M })),
129
+ h("td", null,
130
+ h("img", { src: L }))),
131
+ h("tr", null,
132
+ h("td", null),
133
+ sizeCategories.map((sizeCategory) => (h("td", null,
134
+ h("pn-radio-button", { id: 'findpricecategory-' + sizeCategory.value, radioid: sizeCategory.value, value: sizeCategory.value, name: "sizecategory", checked: sizeCategory.value === this.sizecategory.value, onChange: () => {
135
+ this.sizecategory = sizeCategories.filter(x => x.value === sizeCategory.value)[0];
136
+ this.weight = { value: 0, name: "" };
137
+ this.weightvalue = this.weight.value;
138
+ } }))))))),
139
+ h("h4", { class: "heading" }, state.i18n.weightheading),
140
+ (this.sizecategory.value && weights[this.sizecategory.unit]) ? (h("div", { class: "weightoption" }, h("div", { class: "weightoption-content" }, weights[this.sizecategory.unit].map((wght) => (h("pn-choice-button", { id: 'findpriceweight-' + wght.value, choiceid: this.sizecategory.value + wght.value, name: "weight", type: "radio", value: (!this.weight.value) ? 0 : weights[this.sizecategory.unit].findIndex((x) => x.value === this.weightvalue), checked: wght.value === this.weight.value, onChange: () => {
141
+ this.weight = weights[this.sizecategory.unit].filter(x => x.value === wght.value)[0];
142
+ this.weightvalue = this.weight.value;
143
+ } }, wght.name)))))) : null),
144
+ (this.filteredItems && this.filteredItems.length > 0) ? (h("div", { class: "resultlist" },
145
+ (state.i18n.resultlistheading) ? (h("div", { class: "resultHeading" }, state.i18n.resultlistheading)) : null,
146
+ this.filteredItems.map((item) => (h("div", null,
147
+ h("pn-proxio-findprice-result", { activeweight: this.weight.value, item: item })))))) : null));
148
+ }
149
+ static get is() { return "pn-proxio-findprice"; }
150
+ static get originalStyleUrls() { return {
151
+ "$": ["pn-proxio-findprice.scss"]
152
+ }; }
153
+ static get styleUrls() { return {
154
+ "$": ["pn-proxio-findprice.css"]
155
+ }; }
156
+ static get properties() { return {
157
+ "endpoint": {
158
+ "type": "string",
159
+ "mutable": true,
160
+ "complexType": {
161
+ "original": "string",
162
+ "resolved": "string",
163
+ "references": {}
164
+ },
165
+ "required": false,
166
+ "optional": false,
167
+ "docs": {
168
+ "tags": [],
169
+ "text": ""
170
+ },
171
+ "attribute": "endpoint",
172
+ "reflect": false,
173
+ "defaultValue": "null"
174
+ },
175
+ "language": {
176
+ "type": "string",
177
+ "mutable": true,
178
+ "complexType": {
179
+ "original": "string",
180
+ "resolved": "string",
181
+ "references": {}
182
+ },
183
+ "required": false,
184
+ "optional": false,
185
+ "docs": {
186
+ "tags": [],
187
+ "text": ""
188
+ },
189
+ "attribute": "language",
190
+ "reflect": false,
191
+ "defaultValue": "\"da\""
192
+ },
193
+ "market": {
194
+ "type": "string",
195
+ "mutable": true,
196
+ "complexType": {
197
+ "original": "string",
198
+ "resolved": "string",
199
+ "references": {}
200
+ },
201
+ "required": false,
202
+ "optional": false,
203
+ "docs": {
204
+ "tags": [],
205
+ "text": ""
206
+ },
207
+ "attribute": "market",
208
+ "reflect": false,
209
+ "defaultValue": "\"dk\""
210
+ },
211
+ "cache": {
212
+ "type": "boolean",
213
+ "mutable": false,
214
+ "complexType": {
215
+ "original": "boolean",
216
+ "resolved": "boolean",
217
+ "references": {}
218
+ },
219
+ "required": false,
220
+ "optional": false,
221
+ "docs": {
222
+ "tags": [],
223
+ "text": ""
224
+ },
225
+ "attribute": "cache",
226
+ "reflect": false,
227
+ "defaultValue": "false"
228
+ }
229
+ }; }
230
+ static get states() { return {
231
+ "filteredItems": {},
232
+ "weight": {},
233
+ "weightvalue": {},
234
+ "sizecategory": {},
235
+ "data": {}
236
+ }; }
237
+ static get watchers() { return [{
238
+ "propName": "market",
239
+ "methodName": "setState"
240
+ }, {
241
+ "propName": "language",
242
+ "methodName": "setState"
243
+ }, {
244
+ "propName": "sizecategory",
245
+ "methodName": "filterItems"
246
+ }, {
247
+ "propName": "weightvalue",
248
+ "methodName": "filterItems"
249
+ }]; }
250
+ }
@@ -14,6 +14,9 @@ pn-proxio-pricegroup div.weightvaluecontainer {
14
14
  pn-proxio-pricegroup div.weightvaluecontainer pn-button {
15
15
  transform: translateY(-0.4rem);
16
16
  }
17
+ pn-proxio-pricegroup div.weightvaluecontainer pn-button button::before {
18
+ display: none;
19
+ }
17
20
  pn-proxio-pricegroup div.weightradios {
18
21
  display: flex;
19
22
  flex-direction: row;
@@ -42,6 +42,7 @@ export class PnProxioPricegroup {
42
42
  }
43
43
  const endpoint = (this.endpoint.lastIndexOf("/") === this.endpoint.length - 1) ? this.endpoint.substring(0, this.endpoint.length - 1) : this.endpoint;
44
44
  const fetchUrl = `${endpoint}/api/proxio/price-list-group?tariffId=${this.tariffid}&market=${this.market}&language=${this.language}&cached=${this.cache}`;
45
+ //const fetchUrl = `http://localhost:51444/api/proxio/price-list-group?tariffId=${this.tariffid}&market=${this.market}&language=${this.language}&cached=${this.cache}`;
45
46
  const data = await this.fetchHelper.fetchJson(fetchUrl, {
46
47
  'mode': 'cors',
47
48
  }, this.cache, this.onFetchData.bind(this));
@@ -278,6 +278,18 @@ export const PnProfileSelectorOption: {
278
278
  new (): PnProfileSelectorOption;
279
279
  };
280
280
 
281
+ interface PnProxioFindprice extends Components.PnProxioFindprice, HTMLElement {}
282
+ export const PnProxioFindprice: {
283
+ prototype: PnProxioFindprice;
284
+ new (): PnProxioFindprice;
285
+ };
286
+
287
+ interface PnProxioFindpriceResult extends Components.PnProxioFindpriceResult, HTMLElement {}
288
+ export const PnProxioFindpriceResult: {
289
+ prototype: PnProxioFindpriceResult;
290
+ new (): PnProxioFindpriceResult;
291
+ };
292
+
281
293
  interface PnProxioPricegroup extends Components.PnProxioPricegroup, HTMLElement {}
282
294
  export const PnProxioPricegroup: {
283
295
  prototype: PnProxioPricegroup;