@umbraco-ui/uui-input-lock 0.2.0 → 0.2.1
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/custom-elements.json +17 -0
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -56,6 +56,12 @@
|
|
|
56
56
|
"type": "string",
|
|
57
57
|
"default": "\"''\""
|
|
58
58
|
},
|
|
59
|
+
{
|
|
60
|
+
"name": "autocomplete",
|
|
61
|
+
"description": "Defines the input autocomplete.",
|
|
62
|
+
"type": "string",
|
|
63
|
+
"default": "\"undefined\""
|
|
64
|
+
},
|
|
59
65
|
{
|
|
60
66
|
"name": "type",
|
|
61
67
|
"description": "This property specifies the type of input that will be rendered.",
|
|
@@ -171,6 +177,13 @@
|
|
|
171
177
|
"type": "string",
|
|
172
178
|
"default": "\"''\""
|
|
173
179
|
},
|
|
180
|
+
{
|
|
181
|
+
"name": "autocomplete",
|
|
182
|
+
"attribute": "autocomplete",
|
|
183
|
+
"description": "Defines the input autocomplete.",
|
|
184
|
+
"type": "string",
|
|
185
|
+
"default": "\"undefined\""
|
|
186
|
+
},
|
|
174
187
|
{
|
|
175
188
|
"name": "type",
|
|
176
189
|
"attribute": "type",
|
|
@@ -233,6 +246,10 @@
|
|
|
233
246
|
"type": "string",
|
|
234
247
|
"default": "\"This field is invalid\""
|
|
235
248
|
},
|
|
249
|
+
{
|
|
250
|
+
"name": "validity",
|
|
251
|
+
"type": "ValidityState"
|
|
252
|
+
},
|
|
236
253
|
{
|
|
237
254
|
"name": "validationMessage"
|
|
238
255
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "0.
|
|
34
|
-
"@umbraco-ui/uui-button": "0.
|
|
35
|
-
"@umbraco-ui/uui-icon": "0.
|
|
36
|
-
"@umbraco-ui/uui-input": "0.
|
|
33
|
+
"@umbraco-ui/uui-base": "0.2.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "0.3.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "0.2.0",
|
|
36
|
+
"@umbraco-ui/uui-input": "0.3.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-input-lock",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "5494b55e03c9fb3ba8f160e693d3ce59c02d21cd"
|
|
48
48
|
}
|