@umbraco-ui/uui-input-password 1.6.0-rc.4 → 1.7.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 +8 -4
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
{
|
|
21
21
|
"name": "minlength-message",
|
|
22
22
|
"description": "Minlength validation message.",
|
|
23
|
-
"type": "string"
|
|
23
|
+
"type": "string",
|
|
24
|
+
"default": "\"\""
|
|
24
25
|
},
|
|
25
26
|
{
|
|
26
27
|
"name": "max",
|
|
@@ -37,7 +38,8 @@
|
|
|
37
38
|
{
|
|
38
39
|
"name": "maxlength-message",
|
|
39
40
|
"description": "Maxlength validation message.",
|
|
40
|
-
"type": "string"
|
|
41
|
+
"type": "string",
|
|
42
|
+
"default": "\"\""
|
|
41
43
|
},
|
|
42
44
|
{
|
|
43
45
|
"name": "step",
|
|
@@ -164,7 +166,8 @@
|
|
|
164
166
|
"name": "minlengthMessage",
|
|
165
167
|
"attribute": "minlength-message",
|
|
166
168
|
"description": "Minlength validation message.",
|
|
167
|
-
"type": "string"
|
|
169
|
+
"type": "string",
|
|
170
|
+
"default": "\"\""
|
|
168
171
|
},
|
|
169
172
|
{
|
|
170
173
|
"name": "max",
|
|
@@ -184,7 +187,8 @@
|
|
|
184
187
|
"name": "maxlengthMessage",
|
|
185
188
|
"attribute": "maxlength-message",
|
|
186
189
|
"description": "Maxlength validation message.",
|
|
187
|
-
"type": "string"
|
|
190
|
+
"type": "string",
|
|
191
|
+
"default": "\"\""
|
|
188
192
|
},
|
|
189
193
|
{
|
|
190
194
|
"name": "step",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-password",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,12 +30,12 @@
|
|
|
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.7.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.7.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-input": "1.7.0-rc.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "npm run analyze && tsc --build
|
|
38
|
+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
39
39
|
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
|
|
40
40
|
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
|
|
41
41
|
},
|
|
@@ -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": "a7166e62b37b609e74b96821d397c694a5f42458"
|
|
47
47
|
}
|