@progressive-development/pd-order 0.5.3 → 0.5.5
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.
|
@@ -194,7 +194,7 @@ class PdOrderContacts extends LitElement {
|
|
|
194
194
|
<pd-contact
|
|
195
195
|
id="propertyContactId"
|
|
196
196
|
class="collapse-contact"
|
|
197
|
-
.requiredField="${
|
|
197
|
+
.requiredField="${["street", "streetNr", "zip", "city"]}"
|
|
198
198
|
.inputFields="${["street", "city", "additionalHint"]}"
|
|
199
199
|
.contact="${this.propertyContact}"
|
|
200
200
|
?withPropertyDate="${this.withPropertyDate}"
|
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.
|
|
6
|
+
"version": "0.5.5",
|
|
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.
|
|
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",
|