@central-design-system/components 3.0.0-beta.18 → 3.0.0-beta.19
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/dist/cds.es.js +764 -761
- package/dist/cds.umd.js +3 -3
- package/dist/composable/validation.d.ts +1 -1
- package/package.json +1 -1
- package/src/scss/themes/index.ts +1 -1
|
@@ -102,7 +102,7 @@ export declare const makeValidationProps: <Defaults extends {
|
|
|
102
102
|
default: undefined;
|
|
103
103
|
};
|
|
104
104
|
/**
|
|
105
|
-
* Убирает слот для сообщений об
|
|
105
|
+
* Убирает слот для сообщений об ошибках
|
|
106
106
|
*/
|
|
107
107
|
hideMessages: {
|
|
108
108
|
type: PropType<boolean>;
|
package/package.json
CHANGED