@webitel/ui-sdk 25.5.6 → 25.5.7

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.
@@ -148,6 +148,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
148
148
  rows: number;
149
149
  autoresize: boolean;
150
150
  }, {}, {
151
- WtLabel: any;
151
+ WtLabel: {
152
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
153
+ disabled?: boolean;
154
+ invalid?: boolean;
155
+ required?: boolean;
156
+ hint?: string;
157
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
158
+ P: {};
159
+ B: {};
160
+ D: {};
161
+ C: {};
162
+ M: {};
163
+ Defaults: {};
164
+ }, Readonly<{
165
+ disabled?: boolean;
166
+ invalid?: boolean;
167
+ required?: boolean;
168
+ hint?: string;
169
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
170
+ __isFragment?: never;
171
+ __isTeleport?: never;
172
+ __isSuspense?: never;
173
+ } & import("vue").ComponentOptionsBase<Readonly<{
174
+ disabled?: boolean;
175
+ invalid?: boolean;
176
+ required?: boolean;
177
+ hint?: string;
178
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
179
+ $slots: {
180
+ default?: (props: {}) => any;
181
+ };
182
+ });
152
183
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
184
  export default _default;