@central-design-system/components 3.0.0-beta.38 → 3.0.0-beta.39

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.
@@ -505,6 +505,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
505
505
  hasAppendInnerIcon: import("vue").ComputedRef<boolean>;
506
506
  hasLoading: import("vue").ComputedRef<boolean>;
507
507
  hasClear: import("vue").ComputedRef<boolean>;
508
+ hideMessagesAndCounter: import("vue").ComputedRef<boolean>;
508
509
  counterValue: import("vue").ComputedRef<any>;
509
510
  iconClasses: import("vue").ComputedRef<Record<string, boolean>>;
510
511
  textareaClasses: import("vue").ComputedRef<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-design-system/components",
3
- "version": "3.0.0-beta.38",
3
+ "version": "3.0.0-beta.39",
4
4
  "description": "Central Design System on the Vue 3.0 and TypeScript",
5
5
  "author": "magersoft",
6
6
  "license": "ISC",