@umbraco-ui/uui-input-lock 1.7.0 → 1.8.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 +4 -3
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "value",
|
|
116
|
-
"description": "Value of this form control.",
|
|
116
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
117
117
|
"type": "string",
|
|
118
118
|
"default": "\"''\""
|
|
119
119
|
},
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
{
|
|
293
293
|
"name": "value",
|
|
294
294
|
"attribute": "value",
|
|
295
|
-
"description": "Value of this form control.",
|
|
295
|
+
"description": "Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.",
|
|
296
296
|
"type": "string",
|
|
297
297
|
"default": "\"''\""
|
|
298
298
|
},
|
|
@@ -336,7 +336,8 @@
|
|
|
336
336
|
"type": "ValidityState"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
"name": "validationMessage"
|
|
339
|
+
"name": "validationMessage",
|
|
340
|
+
"type": "string"
|
|
340
341
|
},
|
|
341
342
|
{
|
|
342
343
|
"name": "label",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0-rc.0",
|
|
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": "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.8.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.8.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.8.0-rc.0",
|
|
36
|
+
"@umbraco-ui/uui-input": "1.8.0-rc.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run analyze && tsc --build && 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": "46d444c66217c9a3c74518d8ce4badc7f121bfdf"
|
|
48
48
|
}
|