@umbraco-ui/uui-input-lock 1.9.0 → 1.10.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 -4
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "name",
|
|
110
|
-
"description": "
|
|
110
|
+
"description": "get/set the name of the input",
|
|
111
111
|
"type": "string",
|
|
112
112
|
"default": "\"''\""
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "value",
|
|
116
|
-
"description": "
|
|
116
|
+
"description": "get/set the value of the input",
|
|
117
117
|
"type": "string",
|
|
118
118
|
"default": "\"''\""
|
|
119
119
|
},
|
|
@@ -285,14 +285,14 @@
|
|
|
285
285
|
{
|
|
286
286
|
"name": "name",
|
|
287
287
|
"attribute": "name",
|
|
288
|
-
"description": "
|
|
288
|
+
"description": "get/set the name of the input",
|
|
289
289
|
"type": "string",
|
|
290
290
|
"default": "\"''\""
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"name": "value",
|
|
294
294
|
"attribute": "value",
|
|
295
|
-
"description": "
|
|
295
|
+
"description": "get/set the value of the input",
|
|
296
296
|
"type": "string",
|
|
297
297
|
"default": "\"''\""
|
|
298
298
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.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.10.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.10.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.10.0-rc.0",
|
|
36
|
+
"@umbraco-ui/uui-input": "1.10.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": "f7982264bca0f2db4109c638e458f10719b1c22f"
|
|
48
48
|
}
|