@umbraco-ui/uui-input-password 1.3.0-rc.1 → 1.4.0-rc.0
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 +13 -0
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -69,6 +69,12 @@
|
|
|
69
69
|
"type": "string",
|
|
70
70
|
"default": "\"undefined\""
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"name": "auto-width",
|
|
74
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"default": "\"undefined\""
|
|
77
|
+
},
|
|
72
78
|
{
|
|
73
79
|
"name": "type",
|
|
74
80
|
"description": "This property specifies the type of input that will be rendered.",
|
|
@@ -216,6 +222,13 @@
|
|
|
216
222
|
"type": "string",
|
|
217
223
|
"default": "\"undefined\""
|
|
218
224
|
},
|
|
225
|
+
{
|
|
226
|
+
"name": "autoWidth",
|
|
227
|
+
"attribute": "auto-width",
|
|
228
|
+
"description": "Sets the input width to fit the value or placeholder if empty",
|
|
229
|
+
"type": "boolean",
|
|
230
|
+
"default": "\"undefined\""
|
|
231
|
+
},
|
|
219
232
|
{
|
|
220
233
|
"name": "type",
|
|
221
234
|
"attribute": "type",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-password",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.0",
|
|
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.
|
|
34
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.
|
|
35
|
-
"@umbraco-ui/uui-input": "1.
|
|
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"
|
|
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": "
|
|
46
|
+
"gitHead": "1387a535f40a87e96e5596888cdcb2beabb724ec"
|
|
47
47
|
}
|