@umbraco-ui/uui-input-password 1.10.0-rc.0 → 1.11.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 +13 -13
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -111,12 +111,6 @@
|
|
|
111
111
|
"type": "string",
|
|
112
112
|
"default": "\"''\""
|
|
113
113
|
},
|
|
114
|
-
{
|
|
115
|
-
"name": "pristine",
|
|
116
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
117
|
-
"type": "boolean",
|
|
118
|
-
"default": "\"true\""
|
|
119
|
-
},
|
|
120
114
|
{
|
|
121
115
|
"name": "required",
|
|
122
116
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -141,6 +135,12 @@
|
|
|
141
135
|
"type": "string",
|
|
142
136
|
"default": "\"This field is invalid\""
|
|
143
137
|
},
|
|
138
|
+
{
|
|
139
|
+
"name": "pristine",
|
|
140
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
141
|
+
"type": "boolean",
|
|
142
|
+
"default": "\"true\""
|
|
143
|
+
},
|
|
144
144
|
{
|
|
145
145
|
"name": "label",
|
|
146
146
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -283,13 +283,6 @@
|
|
|
283
283
|
"type": "string",
|
|
284
284
|
"default": "\"''\""
|
|
285
285
|
},
|
|
286
|
-
{
|
|
287
|
-
"name": "pristine",
|
|
288
|
-
"attribute": "pristine",
|
|
289
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
290
|
-
"type": "boolean",
|
|
291
|
-
"default": "\"true\""
|
|
292
|
-
},
|
|
293
286
|
{
|
|
294
287
|
"name": "required",
|
|
295
288
|
"attribute": "required",
|
|
@@ -326,6 +319,13 @@
|
|
|
326
319
|
"name": "validationMessage",
|
|
327
320
|
"type": "string"
|
|
328
321
|
},
|
|
322
|
+
{
|
|
323
|
+
"name": "pristine",
|
|
324
|
+
"attribute": "pristine",
|
|
325
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
326
|
+
"type": "boolean",
|
|
327
|
+
"default": "\"true\""
|
|
328
|
+
},
|
|
329
329
|
{
|
|
330
330
|
"name": "label",
|
|
331
331
|
"attribute": "label",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-password",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,9 +30,9 @@
|
|
|
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.11.0",
|
|
34
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.11.0",
|
|
35
|
+
"@umbraco-ui/uui-input": "1.11.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -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": "414ce88901f82c5fc7d6be942779047bb34a1407"
|
|
47
47
|
}
|