@webitel/ui-sdk 25.8.2 → 25.8.3

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.
@@ -1,31 +1,20 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- disabled: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- invalid: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- hint: {
11
- type: StringConstructor;
12
- description: string;
13
- };
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- disabled: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- invalid: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- hint: {
24
- type: StringConstructor;
25
- description: string;
26
- };
27
- }>> & Readonly<{}>, {
28
- disabled: boolean;
29
- invalid: boolean;
30
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ type __VLS_Props = {
2
+ disabled?: boolean;
3
+ invalid?: boolean;
4
+ required?: boolean;
5
+ hint?: string;
6
+ };
7
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
8
+ declare var __VLS_1: {};
9
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ }>;
12
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
15
  export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -35,6 +35,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
35
  default: boolean;
36
36
  description: string;
37
37
  };
38
+ required: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
38
42
  /**
39
43
  * textarea name
40
44
  */
@@ -61,7 +65,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
65
  };
62
66
  }>, {}, {}, {
63
67
  listeners(): any;
64
- requiredLabel(): any;
65
68
  }, {
66
69
  handleKeypress(event: any): void;
67
70
  autoGrow(): void;
@@ -104,6 +107,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
104
107
  default: boolean;
105
108
  description: string;
106
109
  };
110
+ required: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
107
114
  /**
108
115
  * textarea name
109
116
  */
@@ -134,10 +141,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
141
  }>, {
135
142
  value: string;
136
143
  name: string;
144
+ required: boolean;
137
145
  label: string;
138
146
  disabled: boolean;
139
147
  readonly: boolean;
140
148
  rows: number;
141
149
  autoresize: boolean;
142
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
150
+ }, {}, {
151
+ WtLabel: any;
152
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
143
153
  export default _default;