diff --git a/apps/showcase/doc/autocomplete/InvalidDoc.vue b/apps/showcase/doc/autocomplete/InvalidDoc.vue index 99978e2e6..2ecd4aa66 100644 --- a/apps/showcase/doc/autocomplete/InvalidDoc.vue +++ b/apps/showcase/doc/autocomplete/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -18,14 +18,14 @@ export default { items: [], code: { basic: ` - - + + `, options: ` @@ -49,8 +49,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 1031ee646..b1aadcb34 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -74031,6 +74031,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "autocomplete.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "autocomplete.shadow", @@ -77575,6 +77584,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "cascadeselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "cascadeselect.shadow", @@ -82918,6 +82936,15 @@ "default": "", "description": "Padding of header" }, + { + "name": "header.borderColor", + "token": "fileupload.header.border.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Border color of header" + }, { "name": "header.borderWidth", "token": "fileupload.header.border.width", @@ -86174,6 +86201,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "inputtext.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "inputtext.shadow", @@ -89393,6 +89429,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "multiselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "multiselect.shadow", @@ -92442,6 +92487,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "select.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "select.shadow", @@ -95781,6 +95835,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "textarea.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "textarea.shadow", @@ -98759,6 +98822,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "treeselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "treeselect.shadow", diff --git a/apps/showcase/doc/datepicker/InvalidDoc.vue b/apps/showcase/doc/datepicker/InvalidDoc.vue index 0eef44a97..cad85a50e 100644 --- a/apps/showcase/doc/datepicker/InvalidDoc.vue +++ b/apps/showcase/doc/datepicker/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -17,14 +17,14 @@ export default { date2: null, code: { basic: ` - - + + `, options: ` @@ -42,8 +42,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/inputmask/InvalidDoc.vue b/apps/showcase/doc/inputmask/InvalidDoc.vue index ac7b3e6e3..128d19962 100644 --- a/apps/showcase/doc/inputmask/InvalidDoc.vue +++ b/apps/showcase/doc/inputmask/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -17,14 +17,14 @@ export default { value2: '', code: { basic: ` - - + + `, options: ` @@ -43,8 +43,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/inputnumber/InvalidDoc.vue b/apps/showcase/doc/inputnumber/InvalidDoc.vue index f71395327..5f63b1d2b 100644 --- a/apps/showcase/doc/inputnumber/InvalidDoc.vue +++ b/apps/showcase/doc/inputnumber/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -17,14 +17,14 @@ export default { value2: null, code: { basic: ` - - + + `, options: ` @@ -42,8 +42,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/inputtext/InvalidDoc.vue b/apps/showcase/doc/inputtext/InvalidDoc.vue index 225353735..53351ae6b 100644 --- a/apps/showcase/doc/inputtext/InvalidDoc.vue +++ b/apps/showcase/doc/inputtext/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -17,14 +17,14 @@ export default { value2: '', code: { basic: ` - - + + `, options: ` @@ -42,8 +42,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/message/FormsDoc.vue b/apps/showcase/doc/message/FormsDoc.vue index 54113cc7a..0190ca896 100644 --- a/apps/showcase/doc/message/FormsDoc.vue +++ b/apps/showcase/doc/message/FormsDoc.vue @@ -4,14 +4,15 @@
- Validation Failed -
- - Username is required + Validation error + Form is valid +
+ + Username is required
-
- - Email is not valid +
+ + Email is not valid
@@ -22,33 +23,33 @@ export default { data() { return { + username: null, + email: null, code: { basic: ` -
- Validation Failed -
- - Username is required -
-
- - Email is not valid -
+Validation error +Form is valid +
+ + Username is required +
+
+ + Email is not valid
`, options: ` @@ -58,17 +59,16 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/password/InvalidDoc.vue b/apps/showcase/doc/password/InvalidDoc.vue index 004da5bda..0ffe1e671 100644 --- a/apps/showcase/doc/password/InvalidDoc.vue +++ b/apps/showcase/doc/password/InvalidDoc.vue @@ -3,8 +3,8 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

- - + +
@@ -17,14 +17,14 @@ export default { value2: null, code: { basic: ` - - + + `, options: ` @@ -42,8 +42,8 @@ export default { composition: ` diff --git a/apps/showcase/doc/textarea/InvalidDoc.vue b/apps/showcase/doc/textarea/InvalidDoc.vue index 94d815c66..29a0ae6a4 100644 --- a/apps/showcase/doc/textarea/InvalidDoc.vue +++ b/apps/showcase/doc/textarea/InvalidDoc.vue @@ -3,7 +3,7 @@

Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.

-