@umbraco-ui/uui-input-password 1.4.0-rc.0 → 1.4.0-rc.2

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.
@@ -20,7 +20,7 @@
20
20
  {
21
21
  "name": "minlength-message",
22
22
  "description": "Minlength validation message.",
23
- "type": "boolean"
23
+ "type": "string"
24
24
  },
25
25
  {
26
26
  "name": "max",
@@ -37,7 +37,7 @@
37
37
  {
38
38
  "name": "maxlength-message",
39
39
  "description": "Maxlength validation message.",
40
- "type": "boolean"
40
+ "type": "string"
41
41
  },
42
42
  {
43
43
  "name": "step",
@@ -73,7 +73,7 @@
73
73
  "name": "auto-width",
74
74
  "description": "Sets the input width to fit the value or placeholder if empty",
75
75
  "type": "boolean",
76
- "default": "\"undefined\""
76
+ "default": "false"
77
77
  },
78
78
  {
79
79
  "name": "type",
@@ -84,14 +84,18 @@
84
84
  {
85
85
  "name": "pattern",
86
86
  "description": "Validates the input based on the Regex pattern",
87
- "type": "string",
88
- "default": "\"undefined\""
87
+ "type": "string"
89
88
  },
90
89
  {
91
- "name": "inputmode",
90
+ "name": "inputMode",
92
91
  "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
93
92
  "type": "string",
94
- "default": "\"undefined\""
93
+ "default": "\"\""
94
+ },
95
+ {
96
+ "name": "spellcheck",
97
+ "description": "get/set native spellcheck attribute",
98
+ "type": "boolean"
95
99
  },
96
100
  {
97
101
  "name": "name",
@@ -165,7 +169,7 @@
165
169
  "name": "minlengthMessage",
166
170
  "attribute": "minlength-message",
167
171
  "description": "Minlength validation message.",
168
- "type": "boolean"
172
+ "type": "string"
169
173
  },
170
174
  {
171
175
  "name": "max",
@@ -185,7 +189,7 @@
185
189
  "name": "maxlengthMessage",
186
190
  "attribute": "maxlength-message",
187
191
  "description": "Maxlength validation message.",
188
- "type": "boolean"
192
+ "type": "string"
189
193
  },
190
194
  {
191
195
  "name": "step",
@@ -227,7 +231,7 @@
227
231
  "attribute": "auto-width",
228
232
  "description": "Sets the input width to fit the value or placeholder if empty",
229
233
  "type": "boolean",
230
- "default": "\"undefined\""
234
+ "default": "false"
231
235
  },
232
236
  {
233
237
  "name": "type",
@@ -240,15 +244,20 @@
240
244
  "name": "pattern",
241
245
  "attribute": "pattern",
242
246
  "description": "Validates the input based on the Regex pattern",
243
- "type": "string",
244
- "default": "\"undefined\""
247
+ "type": "string"
245
248
  },
246
249
  {
247
- "name": "inputmode",
248
- "attribute": "inputmode",
250
+ "name": "inputMode",
251
+ "attribute": "inputMode",
249
252
  "description": "The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.",
250
253
  "type": "string",
251
- "default": "\"undefined\""
254
+ "default": "\"\""
255
+ },
256
+ {
257
+ "name": "spellcheck",
258
+ "attribute": "spellcheck",
259
+ "description": "get/set native spellcheck attribute",
260
+ "type": "boolean"
252
261
  },
253
262
  {
254
263
  "name": "formAssociated",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-input-password",
3
- "version": "1.4.0-rc.0",
3
+ "version": "1.4.0-rc.2",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,9 +30,9 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.4.0-rc.0",
34
- "@umbraco-ui/uui-icon-registry-essential": "1.4.0-rc.0",
35
- "@umbraco-ui/uui-input": "1.4.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.4.0-rc.2",
34
+ "@umbraco-ui/uui-icon-registry-essential": "1.4.0-rc.2",
35
+ "@umbraco-ui/uui-input": "1.4.0-rc.2"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-input-password",
46
- "gitHead": "1387a535f40a87e96e5596888cdcb2beabb724ec"
46
+ "gitHead": "f2ace7a943c5c18ae7ec5c047588b16327aa6f95"
47
47
  }