@factoringplus/pl-components-pack-v3 1.10.9 → 1.10.10-pre-picker-01

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.
Files changed (53) hide show
  1. package/dist/{crypto-pro-actual-cades-plugin-79385049.js → crypto-pro-actual-cades-plugin-37f3471d.js} +1 -1
  2. package/dist/{crypto-pro-actual-cades-plugin-9413869f.cjs → crypto-pro-actual-cades-plugin-64cf6cb1.cjs} +1 -1
  3. package/dist/{entry-cabf6680.cjs → entry-2fa25c31.cjs} +32 -32
  4. package/dist/{entry-3ebcbf68.js → entry-ad7260ba.js} +6645 -6611
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +1 -1
  7. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +3 -3
  8. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
  9. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  10. package/dist/src/components/data/pl-banner/index.d.ts +49 -49
  11. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
  12. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  13. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  14. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
  15. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
  16. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  17. package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
  18. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
  19. package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
  20. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  21. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  22. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
  23. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  24. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  25. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
  26. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  27. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
  28. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
  29. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
  30. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +64 -130
  31. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +66 -152
  32. package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
  33. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
  34. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
  35. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  36. package/dist/src/components/form/pl-input-plus/index.d.ts +243 -243
  37. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
  38. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  39. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  40. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
  41. package/dist/src/components/form/pl-radio/index.d.ts +16 -16
  42. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
  43. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  44. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  45. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
  46. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  47. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  48. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  49. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  50. package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
  51. package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
  52. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
  53. package/package.json +1 -1
@@ -99,9 +99,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
99
99
  "onOn-change"?: (...args: any[]) => any;
100
100
  "onOn-preview"?: (...args: any[]) => any;
101
101
  }, {
102
- modelValue: unknown[];
103
102
  header: boolean;
104
103
  main: boolean;
104
+ modelValue: unknown[];
105
105
  height: string;
106
106
  accept: string;
107
107
  multiple: boolean;
@@ -67,14 +67,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
67
67
  "onOn-success"?: (...args: any[]) => any;
68
68
  "onOn-error"?: (...args: any[]) => any;
69
69
  }, {
70
- modelValue: UploadUserFile[];
71
- large: boolean;
72
- buttonText: string;
73
70
  header: boolean;
74
71
  main: boolean;
72
+ large: boolean;
73
+ modelValue: UploadUserFile[];
75
74
  accept: string;
76
75
  multiple: boolean;
77
76
  drag: boolean;
77
+ buttonText: string;
78
78
  fileSize: number;
79
79
  requestConfig: object;
80
80
  responseKeys: string;
@@ -34,11 +34,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
34
34
  id: string;
35
35
  disableMarkerBottom: boolean;
36
36
  focus: boolean;
37
- helpertext: string;
38
37
  uniqKey: string;
39
38
  query: string;
40
39
  suggestionList: IOption[];
41
40
  symbolsCountSearch: string | number;
41
+ helpertext: string;
42
42
  errors: import('async-validator').ValidateError[];
43
43
  loadingSuggestions: boolean;
44
44
  }, {}>;
@@ -28,8 +28,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  memoryBlur: boolean;
29
29
  inputClass: string;
30
30
  }>>> & {
31
- "onUpdate:modelValue"?: (...args: any[]) => any;
32
31
  onReset?: (...args: any[]) => any;
32
+ "onUpdate:modelValue"?: (...args: any[]) => any;
33
33
  onTabDown?: (...args: any[]) => any;
34
34
  onFocusEmit?: (...args: any[]) => any;
35
35
  }, {
@@ -40,9 +40,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
40
40
  leftIcon: import('../../../components').TIcon;
41
41
  prop: string;
42
42
  clearable: boolean;
43
- inputClass: string;
44
43
  memoryBlur: boolean;
45
44
  showError: number;
45
+ inputClass: string;
46
46
  }, {}>;
47
47
  export default _default;
48
48
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -57,9 +57,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
57
57
  onFetchDadata?: (...args: any[]) => any;
58
58
  onChangeValue?: (...args: any[]) => any;
59
59
  }, {
60
+ label: string;
60
61
  disabled: boolean;
61
62
  modelValue: IOption;
62
- label: string;
63
63
  width: string;
64
64
  placeholder: string;
65
65
  leftIcon: import('../../components').TIcon;
@@ -67,17 +67,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
67
67
  disableMarkerBottom: boolean;
68
68
  teleport: boolean;
69
69
  prop: string;
70
- helpertext: string;
71
- optional: string;
70
+ uniqKey: string;
72
71
  tooltip: string;
73
72
  clearable: boolean;
74
- uniqKey: string;
75
- inputClass: string;
76
73
  suggestionList: IOption[];
77
74
  symbolsCountSearch: number;
78
75
  noData: string;
79
76
  memoryBlur: boolean;
77
+ inputClass: string;
78
+ helpertext: string;
80
79
  defaultDropText: string;
80
+ optional: string;
81
81
  }, {}>, {
82
82
  "tooltip-text"?(_: {}): any;
83
83
  }>;
@@ -52,13 +52,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
52
52
  default: boolean;
53
53
  };
54
54
  }>> & {
55
- "onUpdate:modelValue"?: (...args: any[]) => any;
56
55
  onChange?: (...args: any[]) => any;
56
+ "onUpdate:modelValue"?: (...args: any[]) => any;
57
57
  }, {
58
58
  size: string;
59
+ label: string;
59
60
  disabled: boolean;
60
61
  modelValue: boolean;
61
- label: string;
62
62
  description: string;
63
63
  isIndeterminate: boolean;
64
64
  }, {}>, {
@@ -1,146 +1,63 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<string>;
3
- disabled: {
4
- type: import('vue').PropType<boolean>;
5
- default: boolean;
6
- };
7
- label: {
8
- type: import('vue').PropType<string>;
9
- default: string;
10
- };
11
- width: {
12
- type: import('vue').PropType<string>;
13
- default: string;
14
- };
15
- placeholder: {
16
- type: import('vue').PropType<string>;
17
- default: string;
18
- };
19
- prop: {
20
- type: import('vue').PropType<string>;
21
- default: string;
22
- };
23
- helpertext: {
24
- type: import('vue').PropType<string>;
25
- default: string;
26
- };
27
- optional: {
28
- type: import('vue').PropType<string>;
29
- default: string;
30
- };
31
- tooltip: {
32
- type: import('vue').PropType<string>;
33
- default: string;
34
- };
35
- clearable: {
36
- type: import('vue').PropType<boolean>;
37
- default: boolean;
38
- };
39
- tooltipWidth: {
40
- type: import('vue').PropType<string>;
41
- };
42
- showInput: {
43
- type: import('vue').PropType<boolean>;
44
- default: boolean;
45
- };
46
- monthSwitch: {
47
- type: import('vue').PropType<boolean>;
48
- default: boolean;
49
- };
50
- yearSwitch: {
51
- type: import('vue').PropType<boolean>;
52
- default: boolean;
53
- };
54
- disabledDate: {
55
- type: import('vue').PropType<(date: string) => boolean>;
56
- default: () => false;
57
- };
58
- disableTeleport: {
59
- type: import('vue').PropType<boolean>;
60
- default: boolean;
61
- };
62
- }, {
1
+ import { IPickerProps } from '../common/types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
4
+ modelValue: any;
5
+ width: string;
6
+ placeholder: string;
7
+ label: string;
8
+ optional: string;
9
+ helpertext: string;
10
+ tooltip: string;
11
+ showInput: boolean;
12
+ periods: boolean;
13
+ monthSwitch: boolean;
14
+ yearSwitch: boolean;
15
+ prop: string;
16
+ clearable: boolean;
17
+ disabledDate: () => false;
18
+ disabled: boolean;
19
+ disableTeleport: boolean;
20
+ }>, {
63
21
  openPopup: () => void;
64
22
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
- change: (...args: any[]) => void;
23
+ "update:modelValue": (...args: any[]) => void;
66
24
  blur: (...args: any[]) => void;
25
+ change: (...args: any[]) => void;
67
26
  changeOpen: (...args: any[]) => void;
68
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
69
- modelValue: import('vue').PropType<string>;
70
- disabled: {
71
- type: import('vue').PropType<boolean>;
72
- default: boolean;
73
- };
74
- label: {
75
- type: import('vue').PropType<string>;
76
- default: string;
77
- };
78
- width: {
79
- type: import('vue').PropType<string>;
80
- default: string;
81
- };
82
- placeholder: {
83
- type: import('vue').PropType<string>;
84
- default: string;
85
- };
86
- prop: {
87
- type: import('vue').PropType<string>;
88
- default: string;
89
- };
90
- helpertext: {
91
- type: import('vue').PropType<string>;
92
- default: string;
93
- };
94
- optional: {
95
- type: import('vue').PropType<string>;
96
- default: string;
97
- };
98
- tooltip: {
99
- type: import('vue').PropType<string>;
100
- default: string;
101
- };
102
- clearable: {
103
- type: import('vue').PropType<boolean>;
104
- default: boolean;
105
- };
106
- tooltipWidth: {
107
- type: import('vue').PropType<string>;
108
- };
109
- showInput: {
110
- type: import('vue').PropType<boolean>;
111
- default: boolean;
112
- };
113
- monthSwitch: {
114
- type: import('vue').PropType<boolean>;
115
- default: boolean;
116
- };
117
- yearSwitch: {
118
- type: import('vue').PropType<boolean>;
119
- default: boolean;
120
- };
121
- disabledDate: {
122
- type: import('vue').PropType<(date: string) => boolean>;
123
- default: () => false;
124
- };
125
- disableTeleport: {
126
- type: import('vue').PropType<boolean>;
127
- default: boolean;
128
- };
129
- }>> & {
130
- onChange?: (...args: any[]) => any;
27
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerProps>, {
28
+ modelValue: any;
29
+ width: string;
30
+ placeholder: string;
31
+ label: string;
32
+ optional: string;
33
+ helpertext: string;
34
+ tooltip: string;
35
+ showInput: boolean;
36
+ periods: boolean;
37
+ monthSwitch: boolean;
38
+ yearSwitch: boolean;
39
+ prop: string;
40
+ clearable: boolean;
41
+ disabledDate: () => false;
42
+ disabled: boolean;
43
+ disableTeleport: boolean;
44
+ }>>> & {
131
45
  onBlur?: (...args: any[]) => any;
46
+ onChange?: (...args: any[]) => any;
47
+ "onUpdate:modelValue"?: (...args: any[]) => any;
132
48
  onChangeOpen?: (...args: any[]) => any;
133
49
  }, {
134
- disabled: boolean;
135
50
  label: string;
51
+ disabled: boolean;
52
+ modelValue: string;
136
53
  width: string;
137
54
  placeholder: string;
138
55
  prop: string;
139
- helpertext: string;
140
- optional: string;
56
+ showInput: boolean;
141
57
  tooltip: string;
142
58
  clearable: boolean;
143
- showInput: boolean;
59
+ helpertext: string;
60
+ optional: string;
144
61
  monthSwitch: boolean;
145
62
  yearSwitch: boolean;
146
63
  disabledDate: (date: string) => boolean;
@@ -149,6 +66,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
149
66
  "tooltip-text"?(_: {}): any;
150
67
  }>;
151
68
  export default _default;
69
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
+ type __VLS_TypePropsToRuntimeProps<T> = {
71
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
72
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
73
+ } : {
74
+ type: import('vue').PropType<T[K]>;
75
+ required: true;
76
+ };
77
+ };
78
+ type __VLS_WithDefaults<P, D> = {
79
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
80
+ default: D[K];
81
+ }> : P[K];
82
+ };
83
+ type __VLS_Prettify<T> = {
84
+ [K in keyof T]: T[K];
85
+ } & {};
152
86
  type __VLS_WithTemplateSlots<T, S> = T & {
153
87
  new (): {
154
88
  $slots: S;
@@ -1,168 +1,65 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<string[]>;
3
- disabled: {
4
- type: import('vue').PropType<boolean>;
5
- default: boolean;
6
- };
7
- label: {
8
- type: import('vue').PropType<string>;
9
- default: string;
10
- };
11
- width: {
12
- type: import('vue').PropType<string>;
13
- default: string;
14
- };
15
- placeholder: {
16
- type: import('vue').PropType<string>;
17
- default: string;
18
- };
19
- prop: {
20
- type: import('vue').PropType<string>;
21
- default: string;
22
- };
23
- helpertext: {
24
- type: import('vue').PropType<string>;
25
- default: string;
26
- };
27
- optional: {
28
- type: import('vue').PropType<string>;
29
- default: string;
30
- };
31
- tooltip: {
32
- type: import('vue').PropType<string>;
33
- default: string;
34
- };
35
- clearable: {
36
- type: import('vue').PropType<boolean>;
37
- default: boolean;
38
- };
39
- tooltipWidth: {
40
- type: import('vue').PropType<string>;
41
- };
42
- showInput: {
43
- type: import('vue').PropType<boolean>;
44
- default: boolean;
45
- };
46
- focusOnReset: {
47
- type: import('vue').PropType<boolean>;
48
- default: boolean;
49
- };
50
- periods: {
51
- type: import('vue').PropType<boolean>;
52
- default: boolean;
53
- };
54
- periodOptions: {
55
- type: import('vue').PropType<string[]>;
56
- default: () => any[];
57
- };
58
- monthSwitch: {
59
- type: import('vue').PropType<boolean>;
60
- default: boolean;
61
- };
62
- yearSwitch: {
63
- type: import('vue').PropType<boolean>;
64
- default: boolean;
65
- };
66
- disabledDate: {
67
- type: import('vue').PropType<(date: string) => boolean>;
68
- default: () => false;
69
- };
70
- disableTeleport: {
71
- type: import('vue').PropType<boolean>;
72
- };
73
- }, {
1
+ import { IPickerRangeProps } from '../common/types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
4
+ modelValue: () => any[];
5
+ width: string;
6
+ placeholder: string;
7
+ label: string;
8
+ optional: string;
9
+ helpertext: string;
10
+ tooltip: string;
11
+ showInput: boolean;
12
+ periods: boolean;
13
+ periodOptions: () => any[];
14
+ monthSwitch: boolean;
15
+ yearSwitch: boolean;
16
+ prop: string;
17
+ clearable: boolean;
18
+ disabledDate: () => false;
19
+ disabled: boolean;
20
+ focusOnReset: boolean;
21
+ }>, {
74
22
  openPopup: () => void;
75
23
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
76
- change: (...args: any[]) => void;
24
+ "update:modelValue": (...args: any[]) => void;
77
25
  blur: (...args: any[]) => void;
26
+ change: (...args: any[]) => void;
78
27
  changeOpen: (...args: any[]) => void;
79
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
80
- modelValue: import('vue').PropType<string[]>;
81
- disabled: {
82
- type: import('vue').PropType<boolean>;
83
- default: boolean;
84
- };
85
- label: {
86
- type: import('vue').PropType<string>;
87
- default: string;
88
- };
89
- width: {
90
- type: import('vue').PropType<string>;
91
- default: string;
92
- };
93
- placeholder: {
94
- type: import('vue').PropType<string>;
95
- default: string;
96
- };
97
- prop: {
98
- type: import('vue').PropType<string>;
99
- default: string;
100
- };
101
- helpertext: {
102
- type: import('vue').PropType<string>;
103
- default: string;
104
- };
105
- optional: {
106
- type: import('vue').PropType<string>;
107
- default: string;
108
- };
109
- tooltip: {
110
- type: import('vue').PropType<string>;
111
- default: string;
112
- };
113
- clearable: {
114
- type: import('vue').PropType<boolean>;
115
- default: boolean;
116
- };
117
- tooltipWidth: {
118
- type: import('vue').PropType<string>;
119
- };
120
- showInput: {
121
- type: import('vue').PropType<boolean>;
122
- default: boolean;
123
- };
124
- focusOnReset: {
125
- type: import('vue').PropType<boolean>;
126
- default: boolean;
127
- };
128
- periods: {
129
- type: import('vue').PropType<boolean>;
130
- default: boolean;
131
- };
132
- periodOptions: {
133
- type: import('vue').PropType<string[]>;
134
- default: () => any[];
135
- };
136
- monthSwitch: {
137
- type: import('vue').PropType<boolean>;
138
- default: boolean;
139
- };
140
- yearSwitch: {
141
- type: import('vue').PropType<boolean>;
142
- default: boolean;
143
- };
144
- disabledDate: {
145
- type: import('vue').PropType<(date: string) => boolean>;
146
- default: () => false;
147
- };
148
- disableTeleport: {
149
- type: import('vue').PropType<boolean>;
150
- };
151
- }>> & {
152
- onChange?: (...args: any[]) => any;
28
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPickerRangeProps>, {
29
+ modelValue: () => any[];
30
+ width: string;
31
+ placeholder: string;
32
+ label: string;
33
+ optional: string;
34
+ helpertext: string;
35
+ tooltip: string;
36
+ showInput: boolean;
37
+ periods: boolean;
38
+ periodOptions: () => any[];
39
+ monthSwitch: boolean;
40
+ yearSwitch: boolean;
41
+ prop: string;
42
+ clearable: boolean;
43
+ disabledDate: () => false;
44
+ disabled: boolean;
45
+ focusOnReset: boolean;
46
+ }>>> & {
153
47
  onBlur?: (...args: any[]) => any;
48
+ onChange?: (...args: any[]) => any;
49
+ "onUpdate:modelValue"?: (...args: any[]) => any;
154
50
  onChangeOpen?: (...args: any[]) => any;
155
51
  }, {
156
- disabled: boolean;
157
52
  label: string;
53
+ disabled: boolean;
54
+ modelValue: string[];
158
55
  width: string;
159
56
  placeholder: string;
160
57
  prop: string;
161
- helpertext: string;
162
- optional: string;
58
+ showInput: boolean;
163
59
  tooltip: string;
164
60
  clearable: boolean;
165
- showInput: boolean;
61
+ helpertext: string;
62
+ optional: string;
166
63
  focusOnReset: boolean;
167
64
  periods: boolean;
168
65
  periodOptions: string[];
@@ -173,6 +70,23 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
173
70
  "tooltip-text"?(_: {}): any;
174
71
  }>;
175
72
  export default _default;
73
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
74
+ type __VLS_TypePropsToRuntimeProps<T> = {
75
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
76
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
77
+ } : {
78
+ type: import('vue').PropType<T[K]>;
79
+ required: true;
80
+ };
81
+ };
82
+ type __VLS_WithDefaults<P, D> = {
83
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
84
+ default: D[K];
85
+ }> : P[K];
86
+ };
87
+ type __VLS_Prettify<T> = {
88
+ [K in keyof T]: T[K];
89
+ } & {};
176
90
  type __VLS_WithTemplateSlots<T, S> = T & {
177
91
  new (): {
178
92
  $slots: S;
@@ -10,8 +10,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  inputClass: string;
11
11
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  "update:modelValue": (...args: any[]) => void;
13
- change: (...args: any[]) => void;
14
13
  blur: (...args: any[]) => void;
14
+ change: (...args: any[]) => void;
15
15
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
16
16
  prop: string;
17
17
  placeholder: string;
@@ -21,9 +21,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
21
21
  round: boolean;
22
22
  inputClass: string;
23
23
  }>>> & {
24
- "onUpdate:modelValue"?: (...args: any[]) => any;
25
- onChange?: (...args: any[]) => any;
26
24
  onBlur?: (...args: any[]) => any;
25
+ onChange?: (...args: any[]) => any;
26
+ "onUpdate:modelValue"?: (...args: any[]) => any;
27
27
  }, {
28
28
  disabled: boolean;
29
29
  placeholder: string;
@@ -19,8 +19,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
19
19
  touchstart: (...args: any[]) => void;
20
20
  blur: (...args: any[]) => void;
21
21
  resetValue: (...args: any[]) => void;
22
- "custom-blur": (...args: any[]) => void;
23
22
  tabHandler: (...args: any[]) => void;
23
+ "custom-blur": (...args: any[]) => void;
24
24
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
25
25
  leftIcon: string;
26
26
  rightIcon: string;
@@ -35,13 +35,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
35
35
  clearable: boolean;
36
36
  inputClass: string;
37
37
  }>>> & {
38
- "onUpdate:modelValue"?: (...args: any[]) => any;
39
38
  onBlur?: (...args: any[]) => any;
40
39
  onMousedown?: (...args: any[]) => any;
41
40
  onTouchstart?: (...args: any[]) => any;
41
+ "onUpdate:modelValue"?: (...args: any[]) => any;
42
42
  onResetValue?: (...args: any[]) => any;
43
- "onCustom-blur"?: (...args: any[]) => any;
44
43
  onTabHandler?: (...args: any[]) => any;
44
+ "onCustom-blur"?: (...args: any[]) => any;
45
45
  }, {
46
46
  disabled: boolean;
47
47
  id: string;
@@ -50,11 +50,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
50
50
  rightIcon: import('../../../components').TIcon;
51
51
  prop: string;
52
52
  clearable: boolean;
53
+ inputClass: string;
54
+ customBlur: boolean;
55
+ iconPointer: boolean;
53
56
  showWordLimit: boolean;
54
57
  maxlength: number;
55
- iconPointer: boolean;
56
- customBlur: boolean;
57
- inputClass: string;
58
58
  }, {}>;
59
59
  export default _default;
60
60
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -20,16 +20,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
20
20
  newPassword: boolean;
21
21
  inputClass: string;
22
22
  }>>> & {
23
- "onUpdate:modelValue"?: (...args: any[]) => any;
24
23
  onBlur?: (...args: any[]) => any;
24
+ "onUpdate:modelValue"?: (...args: any[]) => any;
25
25
  }, {
26
26
  disabled: boolean;
27
27
  id: string;
28
28
  placeholder: string;
29
29
  prop: string;
30
+ inputClass: string;
30
31
  currentPassword: boolean;
31
32
  newPassword: boolean;
32
- inputClass: string;
33
33
  }, {}>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;