@factoringplus/pl-components-pack-v3 0.17.7 → 0.17.8-pre-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 (106) hide show
  1. package/dist/components/button/index.d.ts +5 -0
  2. package/dist/components/components.d.ts +37 -0
  3. package/dist/components/currency-input/index.d.ts +5 -0
  4. package/dist/components/entry.d.ts +16 -0
  5. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +63 -0
  6. package/dist/components/pl-autocomplete/index.d.ts +5 -0
  7. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +94 -0
  8. package/dist/components/pl-autocomplete/types/index.d.ts +48 -0
  9. package/dist/components/pl-card/index.d.ts +5 -0
  10. package/dist/components/pl-checkbox/index.d.ts +5 -0
  11. package/dist/components/pl-checkbox-plus/index.d.ts +5 -0
  12. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +72 -0
  13. package/dist/components/pl-date-picker/index.d.ts +5 -0
  14. package/dist/components/pl-date-picker-legacy/index.d.ts +5 -0
  15. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +83 -0
  16. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +69 -0
  17. package/dist/components/pl-date-picker-plus/index.d.ts +5 -0
  18. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +92 -0
  19. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +102 -0
  20. package/dist/components/pl-dialog/index.d.ts +5 -0
  21. package/dist/components/pl-dialog/pl-dialog.stories.d.ts +729 -0
  22. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +102 -0
  23. package/dist/components/pl-form/index.d.ts +5 -0
  24. package/dist/components/pl-form/pl-form.vue.d.ts +48 -0
  25. package/dist/components/pl-form-item/index.d.ts +5 -0
  26. package/dist/components/pl-icon/index.d.ts +5 -0
  27. package/dist/components/pl-icon/pl-icon.vue.d.ts +14 -0
  28. package/dist/components/pl-input/index.d.ts +5 -0
  29. package/dist/components/pl-input-native/index.d.ts +5 -0
  30. package/dist/components/pl-input-plus/index.d.ts +5 -0
  31. package/dist/components/pl-label/pl-label.vue.d.ts +39 -0
  32. package/dist/components/pl-link/index.d.ts +5 -0
  33. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +50 -0
  34. package/dist/components/pl-multitab/index.d.ts +5 -0
  35. package/dist/components/pl-option/index.d.ts +5 -0
  36. package/dist/components/pl-option/pl-option.vue.d.ts +122 -0
  37. package/dist/components/pl-radio/index.d.ts +5 -0
  38. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -0
  39. package/dist/components/pl-scrollbar/index.d.ts +5 -0
  40. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +61 -0
  41. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -0
  42. package/dist/components/pl-select/index.d.ts +5 -0
  43. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +45 -0
  44. package/dist/components/pl-select-plus/index.d.ts +5 -0
  45. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +77 -0
  46. package/dist/components/pl-select-plus/types/index.d.ts +38 -0
  47. package/dist/components/pl-skeleton/index.d.ts +5 -0
  48. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +38 -0
  49. package/dist/components/pl-snackbar/index.d.ts +7 -0
  50. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +53 -0
  51. package/dist/components/pl-snackbar/renderSnackbar.d.ts +10 -0
  52. package/dist/components/pl-snackbar/types.d.ts +20 -0
  53. package/dist/components/pl-stepper/index.d.ts +5 -0
  54. package/dist/components/pl-suggestions/index.d.ts +5 -0
  55. package/dist/components/pl-switch/index.d.ts +5 -0
  56. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -0
  57. package/dist/components/pl-tab-pane/index.d.ts +5 -0
  58. package/dist/components/pl-table/index.d.ts +5 -0
  59. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -0
  60. package/dist/components/pl-table-plus/index.d.ts +5 -0
  61. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +93 -0
  62. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  63. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +50 -0
  64. package/dist/components/pl-tabs/index.d.ts +5 -0
  65. package/dist/components/pl-text/components/pl-body1.vue.d.ts +9 -0
  66. package/dist/components/pl-text/components/pl-body2.vue.d.ts +9 -0
  67. package/dist/components/pl-text/components/pl-body3.vue.d.ts +9 -0
  68. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +9 -0
  69. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +9 -0
  70. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +9 -0
  71. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +9 -0
  72. package/dist/components/pl-text/components/pl-cap.vue.d.ts +9 -0
  73. package/dist/components/pl-text/components/pl-h1.vue.d.ts +9 -0
  74. package/dist/components/pl-text/components/pl-h2.vue.d.ts +9 -0
  75. package/dist/components/pl-text/components/pl-h3.vue.d.ts +9 -0
  76. package/dist/components/pl-text/components/pl-h4.vue.d.ts +9 -0
  77. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +9 -0
  78. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +9 -0
  79. package/dist/components/pl-text/components/pl-system.vue.d.ts +9 -0
  80. package/dist/components/pl-text/components/pl-tag.vue.d.ts +9 -0
  81. package/dist/components/pl-text/components/pl-title1.vue.d.ts +9 -0
  82. package/dist/components/pl-text/components/pl-title2.vue.d.ts +9 -0
  83. package/dist/components/pl-text/components/pl-title3.vue.d.ts +9 -0
  84. package/dist/components/pl-text/index.d.ts +5 -0
  85. package/dist/components/pl-tooltip/index.d.ts +5 -0
  86. package/dist/components/pl-upload/index.d.ts +5 -0
  87. package/dist/components/pl-upload-legacy/index.d.ts +5 -0
  88. package/dist/components/pl-upload-plus/index.d.ts +5 -0
  89. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +94 -0
  90. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -0
  91. package/dist/directives/index.d.ts +4 -0
  92. package/dist/directives/vInfiniteScroll/utils/position.d.ts +1 -0
  93. package/dist/directives/vInfiniteScroll/utils/scroll.d.ts +1 -0
  94. package/dist/directives/vInfiniteScroll/utils/style.d.ts +1 -0
  95. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -0
  96. package/dist/directives/vTap.d.ts +3 -0
  97. package/dist/directives/vTouchOutside.d.ts +3 -0
  98. package/dist/main.d.ts +1 -0
  99. package/dist/pl-components-pack-v3.d.ts +3 -0
  100. package/dist/pl-components-pack-v3.es.js +30742 -31008
  101. package/dist/pl-components-pack-v3.umd.js +52 -52
  102. package/dist/plugins/api/api.d.ts +2 -0
  103. package/dist/plugins/loading/loading.d.ts +1 -0
  104. package/dist/style.css +1 -1
  105. package/dist/utils/declOfNum.d.ts +1 -0
  106. package/package.json +3 -1
@@ -0,0 +1,102 @@
1
+ interface IProps {
2
+ modelValue: boolean;
3
+ showHeader?: boolean;
4
+ showGrabber?: boolean;
5
+ widthThis?: string;
6
+ padding?: string;
7
+ headerPadding?: string;
8
+ showClose?: boolean;
9
+ customClass?: string;
10
+ slide?: boolean;
11
+ simple?: boolean;
12
+ disabledTeleport?: boolean;
13
+ logout?: boolean;
14
+ modalOnMobile?: boolean;
15
+ contentCustomClass?: string;
16
+ loading?: boolean;
17
+ }
18
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
+ modelValue: boolean;
20
+ showHeader: boolean;
21
+ showGrabber: boolean;
22
+ widthThis: string;
23
+ padding: string;
24
+ headerPadding: string;
25
+ showClose: boolean;
26
+ customClass: string;
27
+ slide: boolean;
28
+ simple: boolean;
29
+ disabledTeleport: boolean;
30
+ logout: boolean;
31
+ modalOnMobile: boolean;
32
+ contentCustomClass: string;
33
+ loading: boolean;
34
+ }>, {
35
+ scrollTop: () => void;
36
+ closeModalOnMobile: () => void;
37
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
+ "update:modelValue": (...args: any[]) => void;
39
+ changeVisibleModalValue: (...args: any[]) => void;
40
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
41
+ modelValue: boolean;
42
+ showHeader: boolean;
43
+ showGrabber: boolean;
44
+ widthThis: string;
45
+ padding: string;
46
+ headerPadding: string;
47
+ showClose: boolean;
48
+ customClass: string;
49
+ slide: boolean;
50
+ simple: boolean;
51
+ disabledTeleport: boolean;
52
+ logout: boolean;
53
+ modalOnMobile: boolean;
54
+ contentCustomClass: string;
55
+ loading: boolean;
56
+ }>>> & {
57
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
+ onChangeVisibleModalValue?: ((...args: any[]) => any) | undefined;
59
+ }, {
60
+ customClass: string;
61
+ modelValue: boolean;
62
+ showHeader: boolean;
63
+ showGrabber: boolean;
64
+ widthThis: string;
65
+ padding: string;
66
+ headerPadding: string;
67
+ showClose: boolean;
68
+ slide: boolean;
69
+ simple: boolean;
70
+ disabledTeleport: boolean;
71
+ logout: boolean;
72
+ modalOnMobile: boolean;
73
+ contentCustomClass: string;
74
+ loading: boolean;
75
+ }, {}>, {
76
+ header?(_: {}): any;
77
+ headerBtns?(_: {}): any;
78
+ default?(_: {}): any;
79
+ }>;
80
+ export default _default;
81
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
82
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
83
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
84
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
85
+ } : {
86
+ type: import('vue').PropType<T[K]>;
87
+ required: true;
88
+ };
89
+ };
90
+ declare type __VLS_WithDefaults<P, D> = {
91
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
92
+ default: D[K];
93
+ }> : P[K];
94
+ };
95
+ declare type __VLS_Prettify<T> = {
96
+ [K in keyof T]: T[K];
97
+ } & {};
98
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
99
+ new (): {
100
+ $slots: S;
101
+ };
102
+ };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlForm: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlForm;
@@ -0,0 +1,48 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ model: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ rules: {
7
+ type: ObjectConstructor;
8
+ default: () => void;
9
+ };
10
+ modelErrorsState: {
11
+ type: ArrayConstructor;
12
+ default: () => never[];
13
+ };
14
+ }, {
15
+ validate: (callback: any) => Promise<unknown>;
16
+ validateField: (prop: any) => Promise<void>;
17
+ clearValidate: (props?: never[]) => void;
18
+ resetFields: (props?: never[]) => void;
19
+ refreshForm: () => void;
20
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ "update:modelErrorsState": (...args: any[]) => void;
22
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ model: {
24
+ type: ObjectConstructor;
25
+ required: true;
26
+ };
27
+ rules: {
28
+ type: ObjectConstructor;
29
+ default: () => void;
30
+ };
31
+ modelErrorsState: {
32
+ type: ArrayConstructor;
33
+ default: () => never[];
34
+ };
35
+ }>> & {
36
+ "onUpdate:modelErrorsState"?: ((...args: any[]) => any) | undefined;
37
+ }, {
38
+ rules: Record<string, any>;
39
+ modelErrorsState: unknown[];
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlFormItem: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlFormItem;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlIcon: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlIcon;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ name: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ color: StringConstructor;
7
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
+ name: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ color: StringConstructor;
13
+ }>>, {}, {}>;
14
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlInput: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInput;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlInputNative: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInputNative;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlInputPlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInputPlus;
@@ -0,0 +1,39 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ description: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ isDisabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ title: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ isDisabled: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>>, {
28
+ title: string;
29
+ description: string;
30
+ isDisabled: boolean;
31
+ }, {}>, {
32
+ default?(_: {}): any;
33
+ }>;
34
+ export default _default;
35
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlLink: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlLink;
@@ -0,0 +1,50 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ label: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ active: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ icon: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ width: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ label: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ active: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ icon: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ width: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ }>>, {
44
+ label: string;
45
+ icon: string;
46
+ disabled: boolean;
47
+ active: boolean;
48
+ width: string;
49
+ }, {}>;
50
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlMultitab: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlMultitab;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlOption: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlOption;
@@ -0,0 +1,122 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ disabled: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ leftIcon: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ leftIconColor: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ rightIcon: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ rightIconColor: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ description: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ descriptionColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ summ: {
31
+ type: NumberConstructor;
32
+ default: null;
33
+ };
34
+ active: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ width: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ label: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ searchValue: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ disableMarkerBottom: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
55
+ disabled: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ leftIcon: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ leftIconColor: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ rightIcon: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ rightIconColor: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ description: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ descriptionColor: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ summ: {
84
+ type: NumberConstructor;
85
+ default: null;
86
+ };
87
+ active: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ width: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ label: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ searchValue: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ disableMarkerBottom: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ }>>, {
108
+ label: string;
109
+ disableMarkerBottom: boolean;
110
+ disabled: boolean;
111
+ leftIcon: string;
112
+ leftIconColor: string;
113
+ rightIcon: string;
114
+ rightIconColor: string;
115
+ description: string;
116
+ descriptionColor: string;
117
+ summ: number;
118
+ active: boolean;
119
+ width: string;
120
+ searchValue: string;
121
+ }, {}>;
122
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlRadio: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlRadio;
@@ -0,0 +1,69 @@
1
+ interface RadioOption {
2
+ label: string;
3
+ value: string;
4
+ description: string;
5
+ }
6
+ declare const _default: import("vue").DefineComponent<{
7
+ size: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ label: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ description: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ modelValue: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ disabled: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ options: {
28
+ type: () => RadioOption[];
29
+ required: true;
30
+ };
31
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (...args: any[]) => void;
33
+ change: (...args: any[]) => void;
34
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
+ size: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ label: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ description: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ modelValue: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ disabled: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ options: {
56
+ type: () => RadioOption[];
57
+ required: true;
58
+ };
59
+ }>> & {
60
+ onChange?: ((...args: any[]) => any) | undefined;
61
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
62
+ }, {
63
+ label: string;
64
+ disabled: boolean;
65
+ description: string;
66
+ modelValue: boolean;
67
+ size: string;
68
+ }, {}>;
69
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlScrollbar: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlScrollbar;
@@ -0,0 +1,61 @@
1
+ interface IProps {
2
+ maxHeight?: string | number;
3
+ height?: string | number;
4
+ wrapClass?: string;
5
+ viewClass?: string;
6
+ hideScrollThumb?: boolean;
7
+ }
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ maxHeight: string;
10
+ height: string;
11
+ wrapClass: string;
12
+ viewClass: string;
13
+ hideScrollThumb: boolean;
14
+ }>, {
15
+ setScrollTop: (val: number) => void;
16
+ setScrollLeft: (val: number) => void;
17
+ scrollTo: (params: Record<string, number>) => void;
18
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ scroll: (...args: any[]) => void;
20
+ wheel: (...args: any[]) => void;
21
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
22
+ maxHeight: string;
23
+ height: string;
24
+ wrapClass: string;
25
+ viewClass: string;
26
+ hideScrollThumb: boolean;
27
+ }>>> & {
28
+ onScroll?: ((...args: any[]) => any) | undefined;
29
+ onWheel?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ height: string | number;
32
+ maxHeight: string | number;
33
+ wrapClass: string;
34
+ viewClass: string;
35
+ hideScrollThumb: boolean;
36
+ }, {}>, {
37
+ default?(_: {}): any;
38
+ }>;
39
+ export default _default;
40
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
42
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
43
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
44
+ } : {
45
+ type: import('vue').PropType<T[K]>;
46
+ required: true;
47
+ };
48
+ };
49
+ declare type __VLS_WithDefaults<P, D> = {
50
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
51
+ default: D[K];
52
+ }> : P[K];
53
+ };
54
+ declare type __VLS_Prettify<T> = {
55
+ [K in keyof T]: T[K];
56
+ } & {};
57
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
58
+ new (): {
59
+ $slots: S;
60
+ };
61
+ };
@@ -0,0 +1 @@
1
+ export declare const getSizeWithUnits: (val: string | number) => string | undefined;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlSelect: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlSelect;
@@ -0,0 +1,45 @@
1
+ import type { IDropdownProps, IOption } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
3
+ offsets: string;
4
+ focus: boolean;
5
+ id: string;
6
+ helpertext: string;
7
+ errors: () => never[];
8
+ options: () => never[];
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "select-value": (...args: any[]) => void;
11
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
12
+ offsets: string;
13
+ focus: boolean;
14
+ id: string;
15
+ helpertext: string;
16
+ errors: () => never[];
17
+ options: () => never[];
18
+ }>>> & {
19
+ "onSelect-value"?: ((...args: any[]) => any) | undefined;
20
+ }, {
21
+ id: string;
22
+ focus: boolean;
23
+ helpertext: string;
24
+ errors: import("async-validator").ValidateError[];
25
+ offsets: string;
26
+ options: IOption[];
27
+ }, {}>;
28
+ export default _default;
29
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ declare type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ declare type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlSelectPlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlSelectPlus;