@umbraco-ui/uui-input-file 1.10.1 → 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 +8 -8
package/custom-elements.json
CHANGED
|
@@ -29,12 +29,6 @@
|
|
|
29
29
|
"type": "string",
|
|
30
30
|
"default": "\"''\""
|
|
31
31
|
},
|
|
32
|
-
{
|
|
33
|
-
"name": "pristine",
|
|
34
|
-
"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.",
|
|
35
|
-
"type": "boolean",
|
|
36
|
-
"default": "\"true\""
|
|
37
|
-
},
|
|
38
32
|
{
|
|
39
33
|
"name": "required",
|
|
40
34
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -58,6 +52,12 @@
|
|
|
58
52
|
"description": "Custom error message.",
|
|
59
53
|
"type": "string",
|
|
60
54
|
"default": "\"This field is invalid\""
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "pristine",
|
|
58
|
+
"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.",
|
|
59
|
+
"type": "boolean",
|
|
60
|
+
"default": "\"true\""
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
"properties": [
|
|
@@ -100,13 +100,6 @@
|
|
|
100
100
|
"type": "string",
|
|
101
101
|
"default": "\"''\""
|
|
102
102
|
},
|
|
103
|
-
{
|
|
104
|
-
"name": "pristine",
|
|
105
|
-
"attribute": "pristine",
|
|
106
|
-
"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.",
|
|
107
|
-
"type": "boolean",
|
|
108
|
-
"default": "\"true\""
|
|
109
|
-
},
|
|
110
103
|
{
|
|
111
104
|
"name": "required",
|
|
112
105
|
"attribute": "required",
|
|
@@ -142,6 +135,13 @@
|
|
|
142
135
|
{
|
|
143
136
|
"name": "validationMessage",
|
|
144
137
|
"type": "string"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "pristine",
|
|
141
|
+
"attribute": "pristine",
|
|
142
|
+
"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.",
|
|
143
|
+
"type": "boolean",
|
|
144
|
+
"default": "\"true\""
|
|
145
145
|
}
|
|
146
146
|
]
|
|
147
147
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-input-file",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-action-bar": "1.
|
|
34
|
-
"@umbraco-ui/uui-base": "1.
|
|
35
|
-
"@umbraco-ui/uui-button": "1.
|
|
36
|
-
"@umbraco-ui/uui-file-dropzone": "1.
|
|
37
|
-
"@umbraco-ui/uui-icon": "1.
|
|
38
|
-
"@umbraco-ui/uui-icon-registry-essential": "1.
|
|
33
|
+
"@umbraco-ui/uui-action-bar": "1.11.0",
|
|
34
|
+
"@umbraco-ui/uui-base": "1.11.0",
|
|
35
|
+
"@umbraco-ui/uui-button": "1.11.0",
|
|
36
|
+
"@umbraco-ui/uui-file-dropzone": "1.11.0",
|
|
37
|
+
"@umbraco-ui/uui-icon": "1.11.0",
|
|
38
|
+
"@umbraco-ui/uui-icon-registry-essential": "1.11.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-input-file",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "414ce88901f82c5fc7d6be942779047bb34a1407"
|
|
50
50
|
}
|