@factoringplus/pl-components-pack-v3 0.16.0-pre-01 → 0.16.1-pre-2

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/components/pl-checkbox-plus/index.d.ts +6 -0
  2. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +65 -0
  3. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +83 -0
  4. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +69 -0
  5. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +92 -0
  6. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +102 -0
  7. package/dist/components/pl-dialog/pl-dialog.stories.d.ts +759 -0
  8. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +106 -0
  9. package/dist/components/pl-form-item/pl-form-item.vue.d.ts +9 -0
  10. package/dist/components/pl-icon/pl-icon.vue.d.ts +14 -0
  11. package/dist/components/pl-label/pl-label.vue.d.ts +32 -0
  12. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +50 -0
  13. package/dist/components/pl-option/pl-option.vue.d.ts +122 -0
  14. package/dist/components/pl-radio/index.d.ts +6 -0
  15. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -0
  16. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +61 -0
  17. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -0
  18. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +38 -0
  19. package/dist/components/pl-switch/index.d.ts +6 -0
  20. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -0
  21. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -0
  22. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +93 -0
  23. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  24. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +50 -0
  25. package/dist/components/pl-text/components/pl-body1.vue.d.ts +9 -0
  26. package/dist/components/pl-text/components/pl-body2.vue.d.ts +9 -0
  27. package/dist/components/pl-text/components/pl-body3.vue.d.ts +9 -0
  28. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +9 -0
  29. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +9 -0
  30. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +9 -0
  31. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +9 -0
  32. package/dist/components/pl-text/components/pl-cap.vue.d.ts +9 -0
  33. package/dist/components/pl-text/components/pl-h1.vue.d.ts +9 -0
  34. package/dist/components/pl-text/components/pl-h2.vue.d.ts +9 -0
  35. package/dist/components/pl-text/components/pl-h3.vue.d.ts +9 -0
  36. package/dist/components/pl-text/components/pl-h4.vue.d.ts +9 -0
  37. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +9 -0
  38. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +9 -0
  39. package/dist/components/pl-text/components/pl-system.vue.d.ts +9 -0
  40. package/dist/components/pl-text/components/pl-tag.vue.d.ts +9 -0
  41. package/dist/components/pl-text/components/pl-title1.vue.d.ts +9 -0
  42. package/dist/components/pl-text/components/pl-title2.vue.d.ts +9 -0
  43. package/dist/components/pl-text/components/pl-title3.vue.d.ts +9 -0
  44. package/dist/directives/index.d.ts +3 -0
  45. package/dist/directives/vTap.d.ts +2 -0
  46. package/dist/directives/vTouchOutside.d.ts +2 -0
  47. package/dist/main.d.ts +1 -0
  48. package/dist/mockServiceWorker.js +364 -364
  49. package/dist/pl-components-pack-v3.d.ts +1 -0
  50. package/dist/pl-components-pack-v3.es.js +12347 -12611
  51. package/dist/pl-components-pack-v3.umd.js +30 -30
  52. package/dist/style.css +1 -1
  53. package/package.json +3 -1
@@ -0,0 +1,106 @@
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
+ scroll?: boolean;
15
+ modalOnMobile?: boolean;
16
+ isTranches?: boolean;
17
+ contentCustomClass?: string;
18
+ }
19
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
20
+ modelValue: boolean;
21
+ showHeader: boolean;
22
+ showGrabber: boolean;
23
+ widthThis: string;
24
+ padding: string;
25
+ headerPadding: string;
26
+ showClose: boolean;
27
+ customClass: string;
28
+ slide: boolean;
29
+ simple: boolean;
30
+ disabledTeleport: boolean;
31
+ logout: boolean;
32
+ scroll: boolean;
33
+ modalOnMobile: boolean;
34
+ isTranches: boolean;
35
+ contentCustomClass: string;
36
+ }>, {
37
+ scrollTop: () => void;
38
+ closeModalOnMobile: () => void;
39
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ "update:modelValue": (...args: any[]) => void;
41
+ changeVisibleModalValue: (...args: any[]) => void;
42
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
43
+ modelValue: boolean;
44
+ showHeader: boolean;
45
+ showGrabber: boolean;
46
+ widthThis: string;
47
+ padding: string;
48
+ headerPadding: string;
49
+ showClose: boolean;
50
+ customClass: string;
51
+ slide: boolean;
52
+ simple: boolean;
53
+ disabledTeleport: boolean;
54
+ logout: boolean;
55
+ scroll: boolean;
56
+ modalOnMobile: boolean;
57
+ isTranches: boolean;
58
+ contentCustomClass: string;
59
+ }>>> & {
60
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
+ onChangeVisibleModalValue?: ((...args: any[]) => any) | undefined;
62
+ }, {
63
+ modelValue: boolean;
64
+ showHeader: boolean;
65
+ showGrabber: boolean;
66
+ widthThis: string;
67
+ padding: string;
68
+ headerPadding: string;
69
+ showClose: boolean;
70
+ customClass: string;
71
+ slide: boolean;
72
+ simple: boolean;
73
+ disabledTeleport: boolean;
74
+ logout: boolean;
75
+ scroll: boolean;
76
+ modalOnMobile: boolean;
77
+ isTranches: boolean;
78
+ contentCustomClass: string;
79
+ }, {}>, {
80
+ header?(_: {}): any;
81
+ headerBtns?(_: {}): any;
82
+ default?(_: {}): any;
83
+ }>;
84
+ export default _default;
85
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
86
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
87
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
88
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
89
+ } : {
90
+ type: import('vue').PropType<T[K]>;
91
+ required: true;
92
+ };
93
+ };
94
+ declare type __VLS_WithDefaults<P, D> = {
95
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
96
+ default: D[K];
97
+ }> : P[K];
98
+ };
99
+ declare type __VLS_Prettify<T> = {
100
+ [K in keyof T]: T[K];
101
+ } & {};
102
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
103
+ new (): {
104
+ $slots: S;
105
+ };
106
+ };
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string | number, (_: any) => any>> & {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -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,32 @@
1
+ declare const _default: 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
+ export default _default;
@@ -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
+ disabled: boolean;
46
+ width: string;
47
+ icon: string;
48
+ active: boolean;
49
+ }, {}>;
50
+ export default _default;
@@ -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
+ description: string;
110
+ disabled: boolean;
111
+ width: string;
112
+ active: boolean;
113
+ leftIcon: string;
114
+ leftIconColor: string;
115
+ rightIcon: string;
116
+ rightIconColor: string;
117
+ descriptionColor: string;
118
+ summ: number;
119
+ searchValue: string;
120
+ disableMarkerBottom: boolean;
121
+ }, {}>;
122
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import PlRadio from './pl-radio.vue';
2
+ import { App } from 'vue';
3
+ export declare const PlRadioPlugin: {
4
+ install(app: App): void;
5
+ };
6
+ export { 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
+ description: string;
65
+ size: string;
66
+ modelValue: boolean;
67
+ disabled: boolean;
68
+ }, {}>;
69
+ export default _default;
@@ -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,38 @@
1
+ interface IProps {
2
+ width?: string;
3
+ height?: string;
4
+ variant?: string;
5
+ }
6
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
7
+ width: string;
8
+ height: string;
9
+ borderRadius: string;
10
+ variant: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
12
+ width: string;
13
+ height: string;
14
+ borderRadius: string;
15
+ variant: string;
16
+ }>>>, {
17
+ width: string;
18
+ height: string;
19
+ variant: string;
20
+ }, {}>;
21
+ export default _default;
22
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ declare type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ declare type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -0,0 +1,6 @@
1
+ import PlSwitch from './pl-switch.vue';
2
+ import { App } from 'vue';
3
+ export declare const PlSwitchPlugin: {
4
+ install(app: App): void;
5
+ };
6
+ export { PlSwitch };
@@ -0,0 +1,47 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ modelValue: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ label: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ description: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:modelValue": (...args: any[]) => void;
20
+ change: (...args: any[]) => void;
21
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ modelValue: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ label: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ }>> & {
39
+ onChange?: ((...args: any[]) => any) | undefined;
40
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
41
+ }, {
42
+ label: string;
43
+ description: string;
44
+ modelValue: boolean;
45
+ disabled: boolean;
46
+ }, {}>;
47
+ export default _default;
@@ -0,0 +1,52 @@
1
+ interface IProps {
2
+ isSelectable: boolean;
3
+ tableStyle: Record<string, string> | null;
4
+ headers: {
5
+ label: string;
6
+ key: string;
7
+ maxWidthContent?: string;
8
+ }[];
9
+ mobileTop?: any;
10
+ mobileBottom?: any;
11
+ }
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
+ headers: () => never[];
14
+ isSelectable: boolean;
15
+ tableStyle: () => {};
16
+ mobileTop: boolean;
17
+ mobileBottom: boolean;
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
+ headers: () => never[];
20
+ isSelectable: boolean;
21
+ tableStyle: () => {};
22
+ mobileTop: boolean;
23
+ mobileBottom: boolean;
24
+ }>>>, {
25
+ isSelectable: boolean;
26
+ tableStyle: Record<string, string> | null;
27
+ headers: {
28
+ label: string;
29
+ key: string;
30
+ maxWidthContent?: string | undefined;
31
+ }[];
32
+ mobileTop: any;
33
+ mobileBottom: any;
34
+ }, {}>;
35
+ export default _default;
36
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ declare type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ declare type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};