@everymatrix/general-input 1.80.12 → 1.80.13

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.
@@ -229,6 +229,10 @@ export namespace Components {
229
229
  * Boolean that triggers certain validation rules, for duplicated inputs.
230
230
  */
231
231
  "hidePasswordComplexity": boolean;
232
+ /**
233
+ * For cases where the country field is not included in the register form
234
+ */
235
+ "ignoreCountry": boolean;
232
236
  /**
233
237
  * Boolean that triggers certain validation rules, for duplicated inputs.
234
238
  */
@@ -403,6 +407,10 @@ export namespace Components {
403
407
  * State passed down from the parent element. Will trigger the input to send it's value through an event.
404
408
  */
405
409
  "emitValue": boolean;
410
+ /**
411
+ * For cases where the country field is not included in the register form
412
+ */
413
+ "ignoreCountry": boolean;
406
414
  /**
407
415
  * Currently selected language.
408
416
  */
@@ -1244,6 +1252,10 @@ declare namespace LocalJSX {
1244
1252
  * Boolean that triggers certain validation rules, for duplicated inputs.
1245
1253
  */
1246
1254
  "hidePasswordComplexity"?: boolean;
1255
+ /**
1256
+ * For cases where the country field is not included in the register form
1257
+ */
1258
+ "ignoreCountry"?: boolean;
1247
1259
  /**
1248
1260
  * Boolean that triggers certain validation rules, for duplicated inputs.
1249
1261
  */
@@ -1423,6 +1435,10 @@ declare namespace LocalJSX {
1423
1435
  * State passed down from the parent element. Will trigger the input to send it's value through an event.
1424
1436
  */
1425
1437
  "emitValue"?: boolean;
1438
+ /**
1439
+ * For cases where the country field is not included in the register form
1440
+ */
1441
+ "ignoreCountry"?: boolean;
1426
1442
  /**
1427
1443
  * Currently selected language.
1428
1444
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-input",
3
- "version": "1.80.12",
3
+ "version": "1.80.13",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",