@snabcentr/vue-ui-lib 2.26.2 → 2.26.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.
@@ -5,7 +5,7 @@ import { IUpdateValue } from '../../emits';
5
5
  /**
6
6
  * Компонент выпадающего списка значений справочника.
7
7
  */
8
- declare const _default: <T extends IReference>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
+ declare const _default: <T extends IReference<any, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9
9
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
10
10
  readonly "onUpdate:value"?: ((value: T | T[] | undefined, ...additionalParams: any[]) => any) | undefined;
11
11
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:value"> & (import('../../properties').IValue<T | T[] | undefined> & import('../../properties').IClearable & IDisabled & IConsistentMenuWidth & {
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.26.2",
7
+ "version": "2.26.3",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",