@maltjoy/core-vue 3.7.5 → 3.8.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.
@@ -21,6 +21,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
23
23
  };
24
+ /**
25
+ * Invalid state of the component
26
+ */
27
+ invalid: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
24
31
  /** The value is used in multiselection context in order to build array of values. */
25
32
  value: {
26
33
  type: StringConstructor;
@@ -72,6 +79,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
72
79
  type: BooleanConstructor;
73
80
  default: boolean;
74
81
  };
82
+ /**
83
+ * Invalid state of the component
84
+ */
85
+ invalid: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
75
89
  /** The value is used in multiselection context in order to build array of values. */
76
90
  value: {
77
91
  type: StringConstructor;
@@ -103,6 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
103
117
  required: boolean;
104
118
  indeterminate: boolean;
105
119
  displayFocus: boolean;
120
+ invalid: boolean;
106
121
  }, {}>, {
107
122
  default: (_: {}) => any;
108
123
  'checkbox-content': (_: {}) => any;
@@ -65,10 +65,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
65
65
  props: {
66
66
  readonly disabled: boolean;
67
67
  readonly required: boolean;
68
+ readonly invalid: boolean;
68
69
  readonly modelValue: number;
69
70
  readonly min: number;
70
71
  readonly step: number;
71
- readonly invalid: boolean;
72
72
  readonly labelSize: "small" | "medium" | "large";
73
73
  readonly requiredMark: boolean;
74
74
  readonly id?: string | undefined;
@@ -149,10 +149,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
149
149
  }, {
150
150
  disabled: boolean;
151
151
  required: boolean;
152
+ invalid: boolean;
152
153
  modelValue: number;
153
154
  min: number;
154
155
  step: number;
155
- invalid: boolean;
156
156
  labelSize: "small" | "medium" | "large";
157
157
  requiredMark: boolean;
158
158
  }, {}>, {
@@ -54,9 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
54
54
  type: StringConstructor;
55
55
  /** Adds a legend like symbol on the right of the component. Made for number based values */
56
56
  unit: StringConstructor;
57
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
- "update:modelValue": (value: string) => void;
59
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
60
58
  disabled: {
61
59
  type: BooleanConstructor;
62
60
  default: boolean;
@@ -110,9 +108,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
110
108
  type: StringConstructor;
111
109
  /** Adds a legend like symbol on the right of the component. Made for number based values */
112
110
  unit: StringConstructor;
113
- }>> & {
114
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
115
- }, {
111
+ }>>, {
116
112
  disabled: boolean;
117
113
  size: InputSizes;
118
114
  required: boolean;
@@ -72,8 +72,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
72
72
  }, {
73
73
  disabled: boolean;
74
74
  required: boolean;
75
- modelValue: string;
76
75
  invalid: boolean;
76
+ modelValue: string;
77
77
  labelSize: "small" | "medium" | "large";
78
78
  requiredMark: boolean;
79
79
  }, {}>, {
@@ -70,8 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
70
70
  disabled: boolean;
71
71
  checked: boolean;
72
72
  required: boolean;
73
- multiple: boolean;
74
73
  invalid: boolean;
74
+ multiple: boolean;
75
75
  }, {}>, {
76
76
  default: (_: {}) => any;
77
77
  'selectable-item-sublabel': (_: {}) => any;
@@ -98,8 +98,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
98
98
  }, {
99
99
  disabled: boolean;
100
100
  required: boolean;
101
- modelValue: string;
102
101
  invalid: boolean;
102
+ modelValue: string;
103
103
  labelSize: "small" | "medium" | "large";
104
104
  requiredMark: boolean;
105
105
  autogrow: boolean;
@@ -60,8 +60,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
60
60
  disabled: boolean;
61
61
  value: string;
62
62
  required: boolean;
63
- modelValue: boolean;
64
63
  invalid: boolean;
64
+ modelValue: boolean;
65
65
  }, {}>, {
66
66
  default: (_: {}) => any;
67
67
  }>;