@pinuts/bsr-uikit-relaunch 0.2.32 → 0.2.34
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BSRAddressContext.d.ts","sourceRoot":"","sources":["../../../src/items/BSRAddressSelector/BSRAddressContext.js"],"names":[],"mappings":"AAeA,mDAAiD;;kBAf+B,OAAO;AAiBvF;;;
|
|
1
|
+
{"version":3,"file":"BSRAddressContext.d.ts","sourceRoot":"","sources":["../../../src/items/BSRAddressSelector/BSRAddressContext.js"],"names":[],"mappings":"AAeA,mDAAiD;;kBAf+B,OAAO;AAiBvF;;;sBAuKC;;;;;;;;;;;;;sBAvLqB,YAAY"}
|
|
@@ -101,9 +101,13 @@ const BSRAddressContextProvider = _ref => {
|
|
|
101
101
|
setSelectedStreetList(null);
|
|
102
102
|
setSelectedRadioValue(null);
|
|
103
103
|
if (addressContext.doSubmitOnChange) {
|
|
104
|
+
setLastCommitValue({
|
|
105
|
+
submitCount,
|
|
106
|
+
value: undefined
|
|
107
|
+
});
|
|
104
108
|
submitForm();
|
|
105
109
|
}
|
|
106
|
-
}, [setFieldValue, setTriggerCancelCombox, fieldKeys, setShowNoResultsError, submitForm, addressContext.doSubmitOnChange]);
|
|
110
|
+
}, [setFieldValue, setTriggerCancelCombox, fieldKeys, setShowNoResultsError, submitForm, addressContext.doSubmitOnChange, setLastCommitValue, submitCount]);
|
|
107
111
|
|
|
108
112
|
// AdressePrüfenBtn anzeigen, wenn Straße und Hausnummer gesetzt sind
|
|
109
113
|
|
package/dist/styles/_form.scss
CHANGED
|
@@ -6,9 +6,15 @@
|
|
|
6
6
|
display: flex;
|
|
7
7
|
flex-direction: column;
|
|
8
8
|
|
|
9
|
-
.row .col:has(
|
|
9
|
+
.row .col:has(input) {
|
|
10
10
|
margin-bottom: $base-gap * 3;
|
|
11
11
|
}
|
|
12
|
+
.row .col.checkAddressBtn,
|
|
13
|
+
.row .col.plzSelectAddressBtn,
|
|
14
|
+
.row .col:not(.plzSelectAddressBtn) > .btn-secondary
|
|
15
|
+
{
|
|
16
|
+
margin-top: $base-gap * 3;
|
|
17
|
+
}
|
|
12
18
|
}
|
|
13
19
|
|
|
14
20
|
#addressSelector .topRow,
|