@umbraco-ui/uui-input-lock 1.0.0-rc.0 → 1.0.0-rc.3
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/README.md +1 -1
- package/custom-elements.json +15 -15
- package/lib/index.js +0 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# uui-input-lock
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@umbraco-ui/uui-input-lock)
|
|
4
4
|
|
|
5
5
|
Umbraco style input-lock component.
|
|
6
6
|
|
package/custom-elements.json
CHANGED
|
@@ -45,11 +45,6 @@
|
|
|
45
45
|
"type": "boolean",
|
|
46
46
|
"default": "true"
|
|
47
47
|
},
|
|
48
|
-
{
|
|
49
|
-
"name": "label",
|
|
50
|
-
"description": "Label for input element.",
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
48
|
{
|
|
54
49
|
"name": "placeholder",
|
|
55
50
|
"description": "Defines the input placeholder.",
|
|
@@ -109,6 +104,11 @@
|
|
|
109
104
|
"description": "Custom error message.",
|
|
110
105
|
"type": "string",
|
|
111
106
|
"default": "\"This field is invalid\""
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "label",
|
|
110
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
111
|
+
"type": "string"
|
|
112
112
|
}
|
|
113
113
|
],
|
|
114
114
|
"properties": [
|
|
@@ -164,12 +164,6 @@
|
|
|
164
164
|
"type": "boolean",
|
|
165
165
|
"default": "true"
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
"name": "label",
|
|
169
|
-
"attribute": "label",
|
|
170
|
-
"description": "Label for input element.",
|
|
171
|
-
"type": "string"
|
|
172
|
-
},
|
|
173
167
|
{
|
|
174
168
|
"name": "placeholder",
|
|
175
169
|
"attribute": "placeholder",
|
|
@@ -252,6 +246,12 @@
|
|
|
252
246
|
},
|
|
253
247
|
{
|
|
254
248
|
"name": "validationMessage"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "label",
|
|
252
|
+
"attribute": "label",
|
|
253
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
254
|
+
"type": "string"
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
257
|
"events": [
|
|
@@ -269,10 +269,6 @@
|
|
|
269
269
|
}
|
|
270
270
|
],
|
|
271
271
|
"slots": [
|
|
272
|
-
{
|
|
273
|
-
"name": "",
|
|
274
|
-
"description": "input label - for the input label text."
|
|
275
|
-
},
|
|
276
272
|
{
|
|
277
273
|
"name": "prepend",
|
|
278
274
|
"description": "for components to render to the left of the input."
|
|
@@ -280,6 +276,10 @@
|
|
|
280
276
|
{
|
|
281
277
|
"name": "append",
|
|
282
278
|
"description": "for components to render to the right of the input."
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "",
|
|
282
|
+
"description": "Override the default label"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
}
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-lock",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.3",
|
|
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.0.0-rc.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.0.0-rc.
|
|
35
|
-
"@umbraco-ui/uui-icon": "1.0.0-rc.
|
|
36
|
-
"@umbraco-ui/uui-input": "1.0.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.0.0-rc.3",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.0.0-rc.3",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.0.0-rc.3",
|
|
36
|
+
"@umbraco-ui/uui-input": "1.0.0-rc.3"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run analyze && tsc --build --force && 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": "7d643a3d5f7204efbc3aaad83889c2fd5200af73"
|
|
48
48
|
}
|