@factoringplus/pl-components-pack-v3 1.9.8-pre-01-tooltip-picker → 1.9.8-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.
Files changed (56) hide show
  1. package/README.md +31 -0
  2. package/dist/{crypto-pro-d6076705.js → crypto-pro-5e882544.js} +1 -1
  3. package/dist/{crypto-pro-ed8f2d93.cjs → crypto-pro-ac075e7d.cjs} +1 -1
  4. package/dist/{entry-efec8b2a.js → entry-109737cc.js} +11553 -11441
  5. package/dist/entry-7836c606.cjs +115 -0
  6. package/dist/pl-components-pack-v3.cjs.js +1 -1
  7. package/dist/pl-components-pack-v3.es.js +1 -1
  8. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
  9. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
  10. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
  11. package/dist/src/components/data/pl-banner/index.d.ts +17 -17
  12. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
  13. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  14. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  15. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
  16. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
  17. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  18. package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
  19. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
  20. package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
  21. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  22. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  23. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
  24. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  25. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  26. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
  27. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  28. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
  29. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
  30. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
  31. package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +51 -72
  32. package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +36 -56
  33. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +64 -130
  34. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +66 -152
  35. package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
  36. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
  37. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
  38. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  39. package/dist/src/components/form/pl-input-plus/index.d.ts +235 -235
  40. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
  41. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  42. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  43. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
  44. package/dist/src/components/form/pl-radio/index.d.ts +16 -16
  45. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
  46. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  47. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  48. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
  49. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  50. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  51. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  52. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  53. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
  54. package/dist/style.css +1 -1
  55. package/package.json +30 -23
  56. package/dist/entry-358d70eb.cjs +0 -115
@@ -1,86 +1,65 @@
1
+ import { IWrapperRangeProps } from '../types';
1
2
 
2
- declare const _default: import('vue').DefineComponent<{
3
- modelValue: import('vue').PropType<string[]>;
4
- isOpen: import('vue').PropType<boolean>;
5
- dateValue: import('vue').PropType<string>;
6
- idProp: {
7
- type: import('vue').PropType<string>;
8
- default: string;
9
- };
10
- inputElement: {
11
- type: import('vue').PropType<HTMLElement>;
12
- required: true;
13
- };
14
- mobile: {
15
- type: import('vue').PropType<boolean>;
16
- default: boolean;
17
- };
18
- periods: {
19
- type: import('vue').PropType<boolean>;
20
- default: boolean;
21
- };
22
- periodOptions: {
23
- type: import('vue').PropType<string[]>;
24
- default: () => any[];
25
- };
26
- monthSwitch: {
27
- type: import('vue').PropType<boolean>;
28
- default: boolean;
29
- };
30
- yearSwitch: {
31
- type: import('vue').PropType<boolean>;
32
- default: boolean;
33
- };
34
- disabledDate: {
35
- type: import('vue').PropType<(date: string) => boolean>;
36
- };
37
- }, {
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
4
+ modelValue: () => any[];
5
+ isOpen: boolean;
6
+ dateValue: string;
7
+ mobile: boolean;
8
+ periods: boolean;
9
+ monthSwitch: boolean;
10
+ yearSwitch: boolean;
11
+ periodOptions: () => any[];
12
+ idProp: string;
13
+ }>, {
38
14
  openPopup: () => void;
39
15
  checkRangeInput: () => void;
40
16
  startUpdateDate: (event: Event & {
41
17
  target: HTMLInputElement;
42
18
  }) => void;
43
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
44
- modelValue: import('vue').PropType<string[]>;
45
- isOpen: import('vue').PropType<boolean>;
46
- dateValue: import('vue').PropType<string>;
47
- idProp: {
48
- type: import('vue').PropType<string>;
49
- default: string;
50
- };
51
- inputElement: {
52
- type: import('vue').PropType<HTMLElement>;
53
- required: true;
54
- };
55
- mobile: {
56
- type: import('vue').PropType<boolean>;
57
- default: boolean;
58
- };
59
- periods: {
60
- type: import('vue').PropType<boolean>;
61
- default: boolean;
62
- };
63
- periodOptions: {
64
- type: import('vue').PropType<string[]>;
65
- default: () => any[];
66
- };
67
- monthSwitch: {
68
- type: import('vue').PropType<boolean>;
69
- default: boolean;
70
- };
71
- yearSwitch: {
72
- type: import('vue').PropType<boolean>;
73
- default: boolean;
74
- };
75
- disabledDate: {
76
- type: import('vue').PropType<(date: string) => boolean>;
77
- };
78
- }>>, {
19
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:modelValue": (...args: any[]) => void;
21
+ "update:isOpen": (...args: any[]) => void;
22
+ "update:dateValue": (...args: any[]) => void;
23
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
24
+ modelValue: () => any[];
25
+ isOpen: boolean;
26
+ dateValue: string;
27
+ mobile: boolean;
28
+ periods: boolean;
29
+ monthSwitch: boolean;
30
+ yearSwitch: boolean;
31
+ periodOptions: () => any[];
32
+ idProp: string;
33
+ }>>> & {
34
+ "onUpdate:modelValue"?: (...args: any[]) => any;
35
+ "onUpdate:isOpen"?: (...args: any[]) => any;
36
+ "onUpdate:dateValue"?: (...args: any[]) => any;
37
+ }, {
38
+ modelValue: string[];
79
39
  idProp: string;
80
40
  mobile: boolean;
41
+ dateValue: string;
42
+ isOpen: boolean;
81
43
  periods: boolean;
82
44
  periodOptions: string[];
83
45
  monthSwitch: boolean;
84
46
  yearSwitch: boolean;
85
47
  }, {}>;
86
48
  export default _default;
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToRuntimeProps<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('vue').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
58
+ type __VLS_WithDefaults<P, D> = {
59
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
60
+ default: D[K];
61
+ }> : P[K];
62
+ };
63
+ type __VLS_Prettify<T> = {
64
+ [K in keyof T]: T[K];
65
+ } & {};
@@ -1,32 +1,13 @@
1
+ import { IWrapperProps } from '../types';
1
2
 
2
- declare const _default: import('vue').DefineComponent<{
3
- isOpen: import('vue').PropType<boolean>;
4
- dateValue: import('vue').PropType<string>;
5
- modelValue: import('vue').PropType<string>;
6
- idProp: {
7
- type: import('vue').PropType<string>;
8
- default: string;
9
- };
10
- inputElement: {
11
- type: import('vue').PropType<HTMLElement>;
12
- required: true;
13
- };
14
- mobile: {
15
- type: import('vue').PropType<boolean>;
16
- default: boolean;
17
- };
18
- monthSwitch: {
19
- type: import('vue').PropType<boolean>;
20
- default: boolean;
21
- };
22
- yearSwitch: {
23
- type: import('vue').PropType<boolean>;
24
- default: boolean;
25
- };
26
- disabledDate: {
27
- type: import('vue').PropType<(date: string) => boolean>;
28
- };
29
- }, {
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
4
+ modelValue: any;
5
+ dateValue: string;
6
+ mobile: boolean;
7
+ monthSwitch: boolean;
8
+ yearSwitch: boolean;
9
+ idProp: string;
10
+ }>, {
30
11
  openPopup: () => void;
31
12
  checkInput: () => void;
32
13
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -34,42 +15,41 @@ declare const _default: import('vue').DefineComponent<{
34
15
  "update:isOpen": (...args: any[]) => void;
35
16
  "update:dateValue": (...args: any[]) => void;
36
17
  closePickerOnMobile: (...args: any[]) => void;
37
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
38
- isOpen: import('vue').PropType<boolean>;
39
- dateValue: import('vue').PropType<string>;
40
- modelValue: import('vue').PropType<string>;
41
- idProp: {
42
- type: import('vue').PropType<string>;
43
- default: string;
44
- };
45
- inputElement: {
46
- type: import('vue').PropType<HTMLElement>;
47
- required: true;
48
- };
49
- mobile: {
50
- type: import('vue').PropType<boolean>;
51
- default: boolean;
52
- };
53
- monthSwitch: {
54
- type: import('vue').PropType<boolean>;
55
- default: boolean;
56
- };
57
- yearSwitch: {
58
- type: import('vue').PropType<boolean>;
59
- default: boolean;
60
- };
61
- disabledDate: {
62
- type: import('vue').PropType<(date: string) => boolean>;
63
- };
64
- }>> & {
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
19
+ modelValue: any;
20
+ dateValue: string;
21
+ mobile: boolean;
22
+ monthSwitch: boolean;
23
+ yearSwitch: boolean;
24
+ idProp: string;
25
+ }>>> & {
65
26
  "onUpdate:modelValue"?: (...args: any[]) => any;
66
27
  "onUpdate:isOpen"?: (...args: any[]) => any;
67
28
  "onUpdate:dateValue"?: (...args: any[]) => any;
68
29
  onClosePickerOnMobile?: (...args: any[]) => any;
69
30
  }, {
31
+ modelValue: string;
70
32
  idProp: string;
71
33
  mobile: boolean;
34
+ dateValue: string;
72
35
  monthSwitch: boolean;
73
36
  yearSwitch: boolean;
74
37
  }, {}>;
75
38
  export default _default;
39
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
+ type __VLS_TypePropsToRuntimeProps<T> = {
41
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
42
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
+ } : {
44
+ type: import('vue').PropType<T[K]>;
45
+ required: true;
46
+ };
47
+ };
48
+ type __VLS_WithDefaults<P, D> = {
49
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
50
+ default: D[K];
51
+ }> : P[K];
52
+ };
53
+ type __VLS_Prettify<T> = {
54
+ [K in keyof T]: T[K];
55
+ } & {};
@@ -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;