@snabcentr/vue-ui-lib 2.15.0 → 2.15.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.
@@ -3,7 +3,7 @@ import { IClientShortInfoProperty } from '../../properties/interfaces/i-client-s
3
3
  /**
4
4
  * Компонент представления названия клиента и общих данных о нём в подсказке.
5
5
  */
6
- declare const _default: import('vue').DefineComponent<IClientShortInfoProperty & {
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<IClientShortInfoProperty & {
7
7
  /**
8
8
  * URL ссылки, при клике по названию.
9
9
  */
@@ -28,14 +28,9 @@ declare const _default: import('vue').DefineComponent<IClientShortInfoProperty &
28
28
  * Признак необходимости отобразить значок информации о клиенте.
29
29
  */
30
30
  showClientInfoIcon?: boolean;
31
- /**
32
- * Признак необходимости отображения кратких данных о последнем заказе.
33
- */
34
- showLastOrderInfo?: boolean;
35
31
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
36
32
  "click:client-info": (client: import('@snabcentr/common-lib').IClientShortInfo) => any;
37
33
  "click:client-name": (client: import('@snabcentr/common-lib').IClientShortInfo, event: any) => any;
38
- "click:order-id": (client: import('@snabcentr/common-lib').IOrderShortInfo, event: any) => any;
39
34
  }, string, import('vue').PublicProps, Readonly<IClientShortInfoProperty & {
40
35
  /**
41
36
  * URL ссылки, при клике по названию.
@@ -61,20 +56,21 @@ declare const _default: import('vue').DefineComponent<IClientShortInfoProperty &
61
56
  * Признак необходимости отобразить значок информации о клиенте.
62
57
  */
63
58
  showClientInfoIcon?: boolean;
64
- /**
65
- * Признак необходимости отображения кратких данных о последнем заказе.
66
- */
67
- showLastOrderInfo?: boolean;
68
59
  }> & Readonly<{
69
60
  "onClick:client-info"?: ((client: import('@snabcentr/common-lib').IClientShortInfo) => any) | undefined;
70
61
  "onClick:client-name"?: ((client: import('@snabcentr/common-lib').IClientShortInfo, event: any) => any) | undefined;
71
- "onClick:order-id"?: ((client: import('@snabcentr/common-lib').IOrderShortInfo, event: any) => any) | undefined;
72
62
  }>, {
73
63
  nameLink: string;
74
64
  popoverPosition: PopoverPlacement;
75
65
  showCityAndRegion: boolean;
76
66
  showSalesDirection: boolean;
77
67
  showClientInfoIcon: boolean;
78
- showLastOrderInfo: boolean;
79
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
68
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, {
69
+ 'popover-content'?(_: {}): any;
70
+ }>;
80
71
  export default _default;
72
+ type __VLS_WithTemplateSlots<T, S> = T & {
73
+ new (): {
74
+ $slots: S;
75
+ };
76
+ };
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.15.0",
7
+ "version": "2.15.2",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",