@progressive-development/pd-order 0.5.2 → 0.5.4

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.
@@ -25,6 +25,7 @@ class PdOrderContacts extends LitElement {
25
25
  propertyContact: { type: Object },
26
26
  withPayment: { type: Boolean },
27
27
  withPropertyOwner: { type: Boolean },
28
+ withPropertyDate: { type: Boolean },
28
29
  match: { type: Object },
29
30
  _ownBillingContact: { type: Boolean, state: true },
30
31
  _ownAdminContact: { type: Boolean, state: true },
@@ -143,6 +144,7 @@ class PdOrderContacts extends LitElement {
143
144
  .requiredFields="${this.requiredFields}"
144
145
  .contact="${this.orderContact}"
145
146
  .match="${this.match}"
147
+ ?withPropertyDate="${!this._isPropertyOwner && this.withPropertyDate}"
146
148
  ></pd-contact>
147
149
  </pd-collapse>
148
150
 
@@ -195,6 +197,7 @@ class PdOrderContacts extends LitElement {
195
197
  .requiredField="${this.requiredFields}"
196
198
  .inputFields="${["street", "city", "additionalHint"]}"
197
199
  .contact="${this.propertyContact}"
200
+ ?withPropertyDate="${this.withPropertyDate}"
198
201
  ></pd-contact>
199
202
  </div>
200
203
  </pd-collapse>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressive Development Order Component",
4
4
  "author": "PD Progressive Development",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
- "version": "0.5.2",
6
+ "version": "0.5.4",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "@progressive-development/pd-dialog": "^0.5.1",
40
40
  "@progressive-development/pd-price": "^0.5.0",
41
41
  "@progressive-development/pd-forms": "^0.5.1",
42
- "@progressive-development/pd-contact": "^0.5.3",
42
+ "@progressive-development/pd-contact": "^0.5.4",
43
43
  "@progressive-development/pd-shared-styles": "^0.1.1",
44
44
  "fecha": "^4.2.3",
45
45
  "lit": "^2.8.0",