@snabcentr/vue-ui-lib 2.17.1 → 2.17.2

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.
@@ -2,7 +2,7 @@ import { IDebounced, IPlaceholder } from '../../properties';
2
2
  /**
3
3
  * Компонент числового поля ввода с устранением дребезга.
4
4
  */
5
- declare const _default: import('vue').DefineComponent<import('../../properties').IValue<number | null | undefined> & import('../../properties').IClearable & IDebounced & IPlaceholder & {
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('../../properties').IValue<number | null | undefined> & import('../../properties').IClearable & IDebounced & IPlaceholder & {
6
6
  /**
7
7
  * Минимальное значение.
8
8
  */
@@ -2590,5 +2590,12 @@ declare const _default: import('vue').DefineComponent<import('../../properties')
2590
2590
  buttonPlacement: "right" | "both";
2591
2591
  updateValueOnInput: boolean;
2592
2592
  }> | null;
2593
- }, any>;
2593
+ }, any>, {
2594
+ prefix?(_: {}): any;
2595
+ }>;
2594
2596
  export default _default;
2597
+ type __VLS_WithTemplateSlots<T, S> = T & {
2598
+ new (): {
2599
+ $slots: S;
2600
+ };
2601
+ };
@@ -2,7 +2,7 @@ import { IDebounced, IPlaceholder } from '../../properties';
2
2
  /**
3
3
  * Компонент поля ввода с устранением дребезга.
4
4
  */
5
- declare const _default: import('vue').DefineComponent<import('../../properties').IValue<string | undefined> & import('../../properties').IClearable & IDebounced & IPlaceholder, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('../../properties').IValue<string | undefined> & import('../../properties').IClearable & IDebounced & IPlaceholder, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
6
  "update:value": (value: string | undefined, ...additionalParams: any[]) => any;
7
7
  }, string, import('vue').PublicProps, Readonly<import('../../properties').IValue<string | undefined> & import('../../properties').IClearable & IDebounced & IPlaceholder> & Readonly<{
8
8
  "onUpdate:value"?: ((value: string | undefined, ...additionalParams: any[]) => any) | undefined;
@@ -11,5 +11,12 @@ declare const _default: import('vue').DefineComponent<import('../../properties')
11
11
  clearable: boolean;
12
12
  placeholder: string;
13
13
  debounceTime: number;
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
15
+ prefix?(_: {}): any;
16
+ }>;
15
17
  export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [],
5
5
  "author": "Sergey S. Smirnov <dev@snabcentr.com>",
6
6
  "type": "module",
7
- "version": "2.17.1",
7
+ "version": "2.17.2",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",