@factoringplus/pl-components-pack-v3 1.8.22-pre-14 → 1.8.22-pre-15

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.
@@ -11,7 +11,9 @@ import { default as isEqual } from '../utils/isEqual';
11
11
  import { default as formatDate } from '../utils/formatDate';
12
12
  import { default as deepSet } from '../utils/deepSet';
13
13
  import { default as dataParser } from '../utils/dadataParser';
14
+ import { default as uniqId } from '../utils/uniqId';
14
15
 
15
16
  export declare const install: (app: App) => void;
16
- export { Notification as PlNotification, ApiJs as apiJs, plLoading, loadingAndSetup as loader, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
17
+ export { Notification as PlNotification, ApiJs as apiJs, plLoading, loadingAndSetup as loader, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, uniqId, cancelAllApiRequests, PlDirectives, };
18
+ export * from './shared/pl-icon/icons';
17
19
  export * from './components';
@@ -9,6 +9,7 @@ declare interface IOption {
9
9
  disabled?: boolean;
10
10
  label?: string;
11
11
  customDescription?: string;
12
+ action?: () => void;
12
13
  }
13
14
  declare interface ISelectProps {
14
15
  modelValue: any;