@factoringplus/pl-components-pack-v3 1.4.2-pre-03 → 1.4.2-pre-05

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.
@@ -15,6 +15,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  disabled: boolean;
16
16
  clearable: boolean;
17
17
  buttons: boolean;
18
+ teleport: boolean;
18
19
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
20
  reset: (...args: any[]) => void;
20
21
  "update:modelValue": (...args: any[]) => void;
@@ -34,6 +35,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
34
35
  disabled: boolean;
35
36
  clearable: boolean;
36
37
  buttons: boolean;
38
+ teleport: boolean;
37
39
  }>>> & {
38
40
  onChange?: (...args: any[]) => any;
39
41
  onReset?: (...args: any[]) => any;
@@ -43,6 +45,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
43
45
  disabled: boolean;
44
46
  width: string;
45
47
  modelValue: IOption[];
48
+ teleport: boolean;
46
49
  placeholder: string;
47
50
  buttons: boolean;
48
51
  options: IOption[];
@@ -21,6 +21,7 @@ declare interface ISelectProps {
21
21
  disabled?: boolean;
22
22
  clearable?: boolean;
23
23
  buttons?: boolean;
24
+ teleport?: boolean;
24
25
  }
25
26
  declare interface IDropdownProps {
26
27
  modelValue: IOption[];