stentor-models 1.72.0 → 1.72.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.
- package/lib/Form/FormField.d.ts +5 -0
- package/package.json +4 -4
package/lib/Form/FormField.d.ts
CHANGED
|
@@ -132,6 +132,11 @@ export interface FormFieldTextAddressInput extends FormTextInput {
|
|
|
132
132
|
* Not needed if using a custom proxy endpoint that handles authentication.
|
|
133
133
|
*/
|
|
134
134
|
googleMapsApiKey?: string;
|
|
135
|
+
/**
|
|
136
|
+
* When true, the user must select an address from the autocomplete suggestions.
|
|
137
|
+
* Free-text entry is not allowed. Defaults to false (free-text allowed).
|
|
138
|
+
*/
|
|
139
|
+
requireSelection?: boolean;
|
|
135
140
|
}
|
|
136
141
|
/**
|
|
137
142
|
* Text input field with optional validation and formatting.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.72.
|
|
7
|
+
"version": "1.72.4",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"node": "^12 || ^14 || ^16 || ^18 || ^20 || ^22 || ^24.0.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@microsoft/api-extractor": "7.58.
|
|
20
|
+
"@microsoft/api-extractor": "7.58.7",
|
|
21
21
|
"@rollup/plugin-typescript": "12.3.0",
|
|
22
|
-
"@xapp/config": "0.
|
|
22
|
+
"@xapp/config": "0.3.0",
|
|
23
23
|
"rollup": "3.30.0",
|
|
24
24
|
"tslib": "2.8.1",
|
|
25
25
|
"typescript": "6.0.3"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xapp/patterns": "2.0.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "5d3123fc10bf122daae1bbbe23a3dc5c8ad1d39a"
|
|
37
37
|
}
|