@umbraco-ui/uui-input-lock 1.6.0 → 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 +7 -7
package/custom-elements.json
CHANGED
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
{
|
|
27
27
|
"name": "minlength-message",
|
|
28
28
|
"description": "Minlength validation message.",
|
|
29
|
-
"type": "string"
|
|
29
|
+
"type": "string",
|
|
30
|
+
"default": "\"\""
|
|
30
31
|
},
|
|
31
32
|
{
|
|
32
33
|
"name": "max",
|
|
@@ -43,7 +44,8 @@
|
|
|
43
44
|
{
|
|
44
45
|
"name": "maxlength-message",
|
|
45
46
|
"description": "Maxlength validation message.",
|
|
46
|
-
"type": "string"
|
|
47
|
+
"type": "string",
|
|
48
|
+
"default": "\"\""
|
|
47
49
|
},
|
|
48
50
|
{
|
|
49
51
|
"name": "step",
|
|
@@ -177,7 +179,8 @@
|
|
|
177
179
|
"name": "minlengthMessage",
|
|
178
180
|
"attribute": "minlength-message",
|
|
179
181
|
"description": "Minlength validation message.",
|
|
180
|
-
"type": "string"
|
|
182
|
+
"type": "string",
|
|
183
|
+
"default": "\"\""
|
|
181
184
|
},
|
|
182
185
|
{
|
|
183
186
|
"name": "max",
|
|
@@ -197,7 +200,8 @@
|
|
|
197
200
|
"name": "maxlengthMessage",
|
|
198
201
|
"attribute": "maxlength-message",
|
|
199
202
|
"description": "Maxlength validation message.",
|
|
200
|
-
"type": "string"
|
|
203
|
+
"type": "string",
|
|
204
|
+
"default": "\"\""
|
|
201
205
|
},
|
|
202
206
|
{
|
|
203
207
|
"name": "step",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.
|
|
35
|
-
"@umbraco-ui/uui-icon": "1.
|
|
36
|
-
"@umbraco-ui/uui-input": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.7.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.7.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.7.0-rc.0",
|
|
36
|
+
"@umbraco-ui/uui-input": "1.7.0-rc.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
|
-
"build": "npm run analyze && tsc --build
|
|
39
|
+
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
40
40
|
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
|
|
41
41
|
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
|
|
42
42
|
},
|
|
@@ -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": "a7166e62b37b609e74b96821d397c694a5f42458"
|
|
48
48
|
}
|