@factoringplus/pl-components-pack-v3 1.5.1-pre-02 → 1.5.1-pre-03

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.
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  showError: number;
11
11
  leftIcon: string;
12
12
  memoryBlur: boolean;
13
+ inputClass: string;
13
14
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
15
  reset: (...args: any[]) => void;
15
16
  "update:modelValue": (...args: any[]) => void;
@@ -25,6 +26,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
26
  showError: number;
26
27
  leftIcon: string;
27
28
  memoryBlur: boolean;
29
+ inputClass: string;
28
30
  }>>> & {
29
31
  onReset?: (...args: any[]) => any;
30
32
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -38,6 +40,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
38
40
  prop: string;
39
41
  leftIcon: import('../../../components').TIcon;
40
42
  clearable: boolean;
43
+ inputClass: string;
41
44
  memoryBlur: boolean;
42
45
  showError: number;
43
46
  }, {}>;
@@ -23,6 +23,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
23
23
  disableMarkerBottom: boolean;
24
24
  uniqKey: string;
25
25
  teleport: boolean;
26
+ inputClass: string;
26
27
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
28
  "update:modelValue": (...args: any[]) => void;
28
29
  fetchDadata: (...args: any[]) => void;
@@ -50,6 +51,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
50
51
  disableMarkerBottom: boolean;
51
52
  uniqKey: string;
52
53
  teleport: boolean;
54
+ inputClass: string;
53
55
  }>>> & {
54
56
  "onUpdate:modelValue"?: (...args: any[]) => any;
55
57
  onFetchDadata?: (...args: any[]) => any;
@@ -69,6 +71,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
69
71
  leftIcon: import('../../components').TIcon;
70
72
  rightIcon: import('../../components').TIcon;
71
73
  clearable: boolean;
74
+ inputClass: string;
72
75
  suggestionList: IOption[];
73
76
  symbolsCountSearch: string | number;
74
77
  noData: string;
@@ -17,6 +17,7 @@ declare interface IAutocompleteDefaultProps {
17
17
  showError: number;
18
18
  leftIcon: TIcon;
19
19
  memoryBlur?: boolean;
20
+ inputClass?: string;
20
21
  }
21
22
  declare interface IAutocompleteProps {
22
23
  modelValue: IOption;
@@ -39,6 +40,7 @@ declare interface IAutocompleteProps {
39
40
  disableMarkerBottom?: boolean;
40
41
  uniqKey?: string;
41
42
  teleport?: boolean;
43
+ inputClass?: string;
42
44
  }
43
45
  declare interface IDropdownProps {
44
46
  focus: boolean;
@@ -6,6 +6,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  disabled: boolean;
7
7
  leftIcon: string;
8
8
  round: boolean;
9
+ inputClass: string;
9
10
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  "update:modelValue": (...args: any[]) => void;
11
12
  blur: (...args: any[]) => void;
@@ -16,6 +17,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
16
17
  disabled: boolean;
17
18
  leftIcon: string;
18
19
  round: boolean;
20
+ inputClass: string;
19
21
  }>>> & {
20
22
  onBlur?: (...args: any[]) => any;
21
23
  onChange?: (...args: any[]) => any;
@@ -26,6 +28,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
26
28
  round: boolean;
27
29
  prop: string;
28
30
  leftIcon: any;
31
+ inputClass: string;
29
32
  }, {}>;
30
33
  export default _default;
31
34
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -12,6 +12,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
12
12
  iconPointer: boolean;
13
13
  customBlur: boolean;
14
14
  clearable: boolean;
15
+ inputClass: string;
15
16
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
17
  "update:modelValue": (...args: any[]) => void;
17
18
  mousedown: (...args: any[]) => void;
@@ -32,6 +33,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
32
33
  iconPointer: boolean;
33
34
  customBlur: boolean;
34
35
  clearable: boolean;
36
+ inputClass: string;
35
37
  }>>> & {
36
38
  onBlur?: (...args: any[]) => any;
37
39
  onMousedown?: (...args: any[]) => any;
@@ -52,6 +54,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
52
54
  maxlength: number;
53
55
  iconPointer: boolean;
54
56
  customBlur: boolean;
57
+ inputClass: string;
55
58
  }, {}>;
56
59
  export default _default;
57
60
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -7,6 +7,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  prop: string;
8
8
  currentPassword: boolean;
9
9
  newPassword: boolean;
10
+ inputClass: string;
10
11
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
12
  "update:modelValue": (...args: any[]) => void;
12
13
  blur: (...args: any[]) => void;
@@ -17,6 +18,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
18
  prop: string;
18
19
  currentPassword: boolean;
19
20
  newPassword: boolean;
21
+ inputClass: string;
20
22
  }>>> & {
21
23
  onBlur?: (...args: any[]) => any;
22
24
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -27,6 +29,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
27
29
  prop: string;
28
30
  currentPassword: boolean;
29
31
  newPassword: boolean;
32
+ inputClass: string;
30
33
  }, {}>;
31
34
  export default _default;
32
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -7,6 +7,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  disabled: boolean;
8
8
  placeholder: string;
9
9
  prop: string;
10
+ inputClass: string;
10
11
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
12
  "update:modelValue": (...args: any[]) => void;
12
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
@@ -16,6 +17,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
16
17
  disabled: boolean;
17
18
  placeholder: string;
18
19
  prop: string;
20
+ inputClass: string;
19
21
  }>>> & {
20
22
  "onUpdate:modelValue"?: (...args: any[]) => any;
21
23
  }, {
@@ -25,6 +27,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
27
  prop: string;
26
28
  showWordLimit: boolean;
27
29
  maxlength: number;
30
+ inputClass: string;
28
31
  }, {}>;
29
32
  export default _default;
30
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -26,6 +26,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
26
26
  clearable: boolean;
27
27
  focusOnReset: boolean;
28
28
  disableTrim: boolean;
29
+ inputClass: string;
29
30
  valueRange: () => {
30
31
  min: number;
31
32
  };
@@ -65,6 +66,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
65
66
  clearable: boolean;
66
67
  focusOnReset: boolean;
67
68
  disableTrim: boolean;
69
+ inputClass: string;
68
70
  valueRange: () => {
69
71
  min: number;
70
72
  };
@@ -100,6 +102,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
100
102
  customBlur: boolean;
101
103
  focusOnReset: boolean;
102
104
  disableTrim: boolean;
105
+ inputClass: string;
103
106
  valueRange: {
104
107
  min: number;
105
108
  };
@@ -8,6 +8,7 @@ interface IBaseInputProps {
8
8
  modelValue: TInputModelValue;
9
9
  placeholder?: string;
10
10
  disabled?: boolean;
11
+ inputClass?: string;
11
12
  }
12
13
  export interface IPlInputPlusProps extends IBaseInputProps {
13
14
  showWordLimit?: boolean;