@pusdn/pgz-comp-elep 5.2.1

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 (94) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +218 -0
  3. package/global.d.ts +150 -0
  4. package/lib/adaptive-page/index.d.ts +17096 -0
  5. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  6. package/lib/adaptive-page/src/type.d.ts +9 -0
  7. package/lib/button/index.d.ts +134 -0
  8. package/lib/button/src/index.vue.d.ts +67 -0
  9. package/lib/button/src/type.d.ts +10 -0
  10. package/lib/chart/index.d.ts +164 -0
  11. package/lib/chart/src/index.vue.d.ts +77 -0
  12. package/lib/chart/src/type.d.ts +7 -0
  13. package/lib/checkbox/index.d.ts +206 -0
  14. package/lib/checkbox/src/checkbox.d.ts +5 -0
  15. package/lib/checkbox/src/index.vue.d.ts +91 -0
  16. package/lib/components.d.ts +45 -0
  17. package/lib/date-picker/index.d.ts +170 -0
  18. package/lib/date-picker/src/index.vue.d.ts +77 -0
  19. package/lib/date-picker/src/type.d.ts +10 -0
  20. package/lib/detail/index.d.ts +182 -0
  21. package/lib/detail/src/index.vue.d.ts +88 -0
  22. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  23. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  24. package/lib/detail/src/type.d.ts +27 -0
  25. package/lib/favicon.ico +0 -0
  26. package/lib/form/index.d.ts +308 -0
  27. package/lib/form/src/index.vue.d.ts +125 -0
  28. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  29. package/lib/form/src/renderComp.vue.d.ts +8 -0
  30. package/lib/form/src/type.d.ts +26 -0
  31. package/lib/index.d.ts +31 -0
  32. package/lib/input/index.d.ts +215 -0
  33. package/lib/input/src/index.vue.d.ts +109 -0
  34. package/lib/input/src/type.d.ts +13 -0
  35. package/lib/layout-page/index.d.ts +114 -0
  36. package/lib/layout-page/src/index.vue.d.ts +62 -0
  37. package/lib/layout-page-item/index.d.ts +35 -0
  38. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  39. package/lib/module-form/index.d.ts +530 -0
  40. package/lib/module-form/src/index.vue.d.ts +243 -0
  41. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  42. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  43. package/lib/module-form/src/type.d.ts +19 -0
  44. package/lib/pgz-comp-elep.es.js +14972 -0
  45. package/lib/pgz-comp-elep.es.js.gz +0 -0
  46. package/lib/pgz-comp-elep.umd.js +16 -0
  47. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  48. package/lib/query-condition/index.d.ts +701 -0
  49. package/lib/query-condition/src/index.vue.d.ts +326 -0
  50. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  51. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  52. package/lib/query-condition/src/type.d.ts +21 -0
  53. package/lib/query-condition/src/useComputed.d.ts +27 -0
  54. package/lib/radio/index.d.ts +206 -0
  55. package/lib/radio/src/index.vue.d.ts +91 -0
  56. package/lib/radio/src/radio.d.ts +12 -0
  57. package/lib/select/index.d.ts +371 -0
  58. package/lib/select/src/index.vue.d.ts +200 -0
  59. package/lib/select/src/type.d.ts +42 -0
  60. package/lib/select-icon/index.d.ts +174 -0
  61. package/lib/select-icon/src/index.vue.d.ts +89 -0
  62. package/lib/select-table/index.d.ts +2165 -0
  63. package/lib/select-table/src/index.vue.d.ts +963 -0
  64. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  65. package/lib/select-table/src/type.d.ts +56 -0
  66. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  67. package/lib/step-wizard/index.d.ts +146 -0
  68. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  69. package/lib/step-wizard/src/type.d.ts +25 -0
  70. package/lib/style.css +1 -0
  71. package/lib/style.css.gz +0 -0
  72. package/lib/table/index.d.ts +2540 -0
  73. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  74. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  75. package/lib/table/src/index.vue.d.ts +941 -0
  76. package/lib/table/src/operator.vue.d.ts +80 -0
  77. package/lib/table/src/renderCol.vue.d.ts +20 -0
  78. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  79. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  80. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  81. package/lib/table/src/tableProps.d.ts +100 -0
  82. package/lib/table/src/useExpose.d.ts +16 -0
  83. package/lib/table/src/useVirtualized.d.ts +9 -0
  84. package/lib/tabs/index.d.ts +69 -0
  85. package/lib/tabs/src/index.vue.d.ts +34 -0
  86. package/lib/timer-btn/index.d.ts +92 -0
  87. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  88. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  89. package/lib/utils/index.d.ts +33 -0
  90. package/lib/weixin.jpg +0 -0
  91. package/lib/withInstall.d.ts +4 -0
  92. package/lib/wocwin.jpg +0 -0
  93. package/package.json +111 -0
  94. package/typings/index.d.ts +161 -0
@@ -0,0 +1,9 @@
1
+ export interface TAdaptivePageProps {
2
+ leftWidth?: number | string;
3
+ pageStyle?: Record<string, string>;
4
+ columnSetting?: boolean;
5
+ name?: string;
6
+ queryPageStyle?: Record<string, string>;
7
+ tablePageStyle?: Record<string, string>;
8
+ isTTableSelfFilling?: boolean;
9
+ }
@@ -0,0 +1,134 @@
1
+ import Button from "./src/index.vue";
2
+ declare const TButton: ({
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ time: {
5
+ type: NumberConstructor;
6
+ required: false;
7
+ default: number;
8
+ };
9
+ tip: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ placement: {
15
+ type: StringConstructor;
16
+ required: false;
17
+ default: string;
18
+ };
19
+ tipProps: {
20
+ type: ObjectConstructor;
21
+ required: false;
22
+ default: () => {};
23
+ };
24
+ isDebounce: {
25
+ type: BooleanConstructor;
26
+ required: false;
27
+ default: boolean;
28
+ };
29
+ }>> & Readonly<{
30
+ onClick?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ props: any;
33
+ emits: (event: "click", ...args: any[]) => void;
34
+ record: import("vue").Ref<number, number>;
35
+ handleClick: () => void;
36
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], import("vue").PublicProps, {
37
+ time: number;
38
+ tip: string;
39
+ placement: string;
40
+ tipProps: Record<string, any>;
41
+ isDebounce: boolean;
42
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
43
+ P: {};
44
+ B: {};
45
+ D: {};
46
+ C: {};
47
+ M: {};
48
+ Defaults: {};
49
+ }, Readonly<import("vue").ExtractPropTypes<{
50
+ time: {
51
+ type: NumberConstructor;
52
+ required: false;
53
+ default: number;
54
+ };
55
+ tip: {
56
+ type: StringConstructor;
57
+ required: false;
58
+ default: string;
59
+ };
60
+ placement: {
61
+ type: StringConstructor;
62
+ required: false;
63
+ default: string;
64
+ };
65
+ tipProps: {
66
+ type: ObjectConstructor;
67
+ required: false;
68
+ default: () => {};
69
+ };
70
+ isDebounce: {
71
+ type: BooleanConstructor;
72
+ required: false;
73
+ default: boolean;
74
+ };
75
+ }>> & Readonly<{
76
+ onClick?: ((...args: any[]) => any) | undefined;
77
+ }>, {
78
+ props: any;
79
+ emits: (event: "click", ...args: any[]) => void;
80
+ record: import("vue").Ref<number, number>;
81
+ handleClick: () => void;
82
+ }, {}, {}, {}, {
83
+ time: number;
84
+ tip: string;
85
+ placement: string;
86
+ tipProps: Record<string, any>;
87
+ isDebounce: boolean;
88
+ }>;
89
+ __isFragment?: undefined;
90
+ __isTeleport?: undefined;
91
+ __isSuspense?: undefined;
92
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
93
+ time: {
94
+ type: NumberConstructor;
95
+ required: false;
96
+ default: number;
97
+ };
98
+ tip: {
99
+ type: StringConstructor;
100
+ required: false;
101
+ default: string;
102
+ };
103
+ placement: {
104
+ type: StringConstructor;
105
+ required: false;
106
+ default: string;
107
+ };
108
+ tipProps: {
109
+ type: ObjectConstructor;
110
+ required: false;
111
+ default: () => {};
112
+ };
113
+ isDebounce: {
114
+ type: BooleanConstructor;
115
+ required: false;
116
+ default: boolean;
117
+ };
118
+ }>> & Readonly<{
119
+ onClick?: ((...args: any[]) => any) | undefined;
120
+ }>, {
121
+ props: any;
122
+ emits: (event: "click", ...args: any[]) => void;
123
+ record: import("vue").Ref<number, number>;
124
+ handleClick: () => void;
125
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", {
126
+ time: number;
127
+ tip: string;
128
+ placement: string;
129
+ tipProps: Record<string, any>;
130
+ isDebounce: boolean;
131
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
132
+ export default TButton;
133
+ export type TButtonInstance = InstanceType<typeof Button>;
134
+ export * from './src/type';
@@ -0,0 +1,67 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ time: {
3
+ type: NumberConstructor;
4
+ required: false;
5
+ default: number;
6
+ };
7
+ tip: {
8
+ type: StringConstructor;
9
+ required: false;
10
+ default: string;
11
+ };
12
+ placement: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ tipProps: {
18
+ type: ObjectConstructor;
19
+ required: false;
20
+ default: () => {};
21
+ };
22
+ isDebounce: {
23
+ type: BooleanConstructor;
24
+ required: false;
25
+ default: boolean;
26
+ };
27
+ }>, {
28
+ props: any;
29
+ emits: (event: "click", ...args: any[]) => void;
30
+ record: import("vue").Ref<number, number>;
31
+ handleClick: () => void;
32
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
+ time: {
34
+ type: NumberConstructor;
35
+ required: false;
36
+ default: number;
37
+ };
38
+ tip: {
39
+ type: StringConstructor;
40
+ required: false;
41
+ default: string;
42
+ };
43
+ placement: {
44
+ type: StringConstructor;
45
+ required: false;
46
+ default: string;
47
+ };
48
+ tipProps: {
49
+ type: ObjectConstructor;
50
+ required: false;
51
+ default: () => {};
52
+ };
53
+ isDebounce: {
54
+ type: BooleanConstructor;
55
+ required: false;
56
+ default: boolean;
57
+ };
58
+ }>> & Readonly<{
59
+ onClick?: ((...args: any[]) => any) | undefined;
60
+ }>, {
61
+ time: number;
62
+ tip: string;
63
+ placement: string;
64
+ tipProps: Record<string, any>;
65
+ isDebounce: boolean;
66
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
+ export default _sfc_main;
@@ -0,0 +1,10 @@
1
+ import type { ButtonProps } from 'element-plus';
2
+ import type { Mutable } from 'element-plus/es/utils';
3
+ export interface TButtonSelfProps {
4
+ time?: number;
5
+ tip?: string;
6
+ placement?: string;
7
+ tipProps?: Record<string, any>;
8
+ isDebounce?: boolean;
9
+ }
10
+ export type TButtonProps = TButtonSelfProps & Partial<Mutable<ButtonProps>>;
@@ -0,0 +1,164 @@
1
+ import Chart from "./src/index.vue";
2
+ declare const TChart: ({
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ options: {
5
+ type: ObjectConstructor;
6
+ required: false;
7
+ default: () => {};
8
+ };
9
+ id: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: () => string;
13
+ };
14
+ theme: {
15
+ type: StringConstructor;
16
+ required: false;
17
+ default: string;
18
+ };
19
+ isEmpty: {
20
+ type: (BooleanConstructor | FunctionConstructor)[];
21
+ required: false;
22
+ default: boolean;
23
+ };
24
+ description: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}>, {
30
+ proxy: any;
31
+ props: any;
32
+ echartRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
33
+ chart: import("vue").Ref<any, any>;
34
+ emits: (event: string, ...args: any[]) => void;
35
+ events: [string, unknown][];
36
+ renderChart: () => void;
37
+ resizeChart: {
38
+ (this: unknown, ...args: any[]): Promise<unknown>;
39
+ cancel(): void;
40
+ };
41
+ setOption: {
42
+ (this: unknown, ...args: any[]): Promise<unknown>;
43
+ cancel(): void;
44
+ };
45
+ formatEmpty: import("vue").ComputedRef<any>;
46
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
47
+ options: Record<string, any>;
48
+ id: string;
49
+ theme: string;
50
+ isEmpty: boolean | Function;
51
+ description: string;
52
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
53
+ P: {};
54
+ B: {};
55
+ D: {};
56
+ C: {};
57
+ M: {};
58
+ Defaults: {};
59
+ }, Readonly<import("vue").ExtractPropTypes<{
60
+ options: {
61
+ type: ObjectConstructor;
62
+ required: false;
63
+ default: () => {};
64
+ };
65
+ id: {
66
+ type: StringConstructor;
67
+ required: false;
68
+ default: () => string;
69
+ };
70
+ theme: {
71
+ type: StringConstructor;
72
+ required: false;
73
+ default: string;
74
+ };
75
+ isEmpty: {
76
+ type: (BooleanConstructor | FunctionConstructor)[];
77
+ required: false;
78
+ default: boolean;
79
+ };
80
+ description: {
81
+ type: StringConstructor;
82
+ required: false;
83
+ default: string;
84
+ };
85
+ }>> & Readonly<{}>, {
86
+ proxy: any;
87
+ props: any;
88
+ echartRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
89
+ chart: import("vue").Ref<any, any>;
90
+ emits: (event: string, ...args: any[]) => void;
91
+ events: [string, unknown][];
92
+ renderChart: () => void;
93
+ resizeChart: {
94
+ (this: unknown, ...args: any[]): Promise<unknown>;
95
+ cancel(): void;
96
+ };
97
+ setOption: {
98
+ (this: unknown, ...args: any[]): Promise<unknown>;
99
+ cancel(): void;
100
+ };
101
+ formatEmpty: import("vue").ComputedRef<any>;
102
+ }, {}, {}, {}, {
103
+ options: Record<string, any>;
104
+ id: string;
105
+ theme: string;
106
+ isEmpty: boolean | Function;
107
+ description: string;
108
+ }>;
109
+ __isFragment?: undefined;
110
+ __isTeleport?: undefined;
111
+ __isSuspense?: undefined;
112
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
113
+ options: {
114
+ type: ObjectConstructor;
115
+ required: false;
116
+ default: () => {};
117
+ };
118
+ id: {
119
+ type: StringConstructor;
120
+ required: false;
121
+ default: () => string;
122
+ };
123
+ theme: {
124
+ type: StringConstructor;
125
+ required: false;
126
+ default: string;
127
+ };
128
+ isEmpty: {
129
+ type: (BooleanConstructor | FunctionConstructor)[];
130
+ required: false;
131
+ default: boolean;
132
+ };
133
+ description: {
134
+ type: StringConstructor;
135
+ required: false;
136
+ default: string;
137
+ };
138
+ }>> & Readonly<{}>, {
139
+ proxy: any;
140
+ props: any;
141
+ echartRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
142
+ chart: import("vue").Ref<any, any>;
143
+ emits: (event: string, ...args: any[]) => void;
144
+ events: [string, unknown][];
145
+ renderChart: () => void;
146
+ resizeChart: {
147
+ (this: unknown, ...args: any[]): Promise<unknown>;
148
+ cancel(): void;
149
+ };
150
+ setOption: {
151
+ (this: unknown, ...args: any[]): Promise<unknown>;
152
+ cancel(): void;
153
+ };
154
+ formatEmpty: import("vue").ComputedRef<any>;
155
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
156
+ options: Record<string, any>;
157
+ id: string;
158
+ theme: string;
159
+ isEmpty: boolean | Function;
160
+ description: string;
161
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
162
+ export default TChart;
163
+ export type TChartInstance = InstanceType<typeof Chart>;
164
+ export * from './src/type';
@@ -0,0 +1,77 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ options: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ default: () => {};
6
+ };
7
+ id: {
8
+ type: StringConstructor;
9
+ required: false;
10
+ default: () => string;
11
+ };
12
+ theme: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ default: string;
16
+ };
17
+ isEmpty: {
18
+ type: (BooleanConstructor | FunctionConstructor)[];
19
+ required: false;
20
+ default: boolean;
21
+ };
22
+ description: {
23
+ type: StringConstructor;
24
+ required: false;
25
+ default: string;
26
+ };
27
+ }>, {
28
+ proxy: any;
29
+ props: any;
30
+ echartRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
31
+ chart: import("vue").Ref<any, any>;
32
+ emits: (event: string, ...args: any[]) => void;
33
+ events: [string, unknown][];
34
+ renderChart: () => void;
35
+ resizeChart: {
36
+ (this: unknown, ...args: any[]): Promise<unknown>;
37
+ cancel(): void;
38
+ };
39
+ setOption: {
40
+ (this: unknown, ...args: any[]): Promise<unknown>;
41
+ cancel(): void;
42
+ };
43
+ formatEmpty: import("vue").ComputedRef<any>;
44
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
+ options: {
46
+ type: ObjectConstructor;
47
+ required: false;
48
+ default: () => {};
49
+ };
50
+ id: {
51
+ type: StringConstructor;
52
+ required: false;
53
+ default: () => string;
54
+ };
55
+ theme: {
56
+ type: StringConstructor;
57
+ required: false;
58
+ default: string;
59
+ };
60
+ isEmpty: {
61
+ type: (BooleanConstructor | FunctionConstructor)[];
62
+ required: false;
63
+ default: boolean;
64
+ };
65
+ description: {
66
+ type: StringConstructor;
67
+ required: false;
68
+ default: string;
69
+ };
70
+ }>> & Readonly<{}>, {
71
+ options: Record<string, any>;
72
+ id: string;
73
+ theme: string;
74
+ isEmpty: boolean | Function;
75
+ description: string;
76
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
+ export default _sfc_main;
@@ -0,0 +1,7 @@
1
+ export interface TChartProps {
2
+ options?: Record<string, any>;
3
+ id?: string;
4
+ theme?: string;
5
+ isEmpty?: boolean | ((options: Record<string, any>) => boolean);
6
+ description?: string;
7
+ }
@@ -0,0 +1,206 @@
1
+ declare const TCheckbox: ({
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ type: {
4
+ type: import("vue").PropType<"button" | "check">;
5
+ validator: (value: string) => boolean;
6
+ default: string;
7
+ };
8
+ options: {
9
+ type: any;
10
+ default: () => never[];
11
+ };
12
+ size: {
13
+ type: import("vue").PropType<"default" | "small" | "large">;
14
+ validator: (value: string) => boolean;
15
+ default: string;
16
+ };
17
+ border: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ props: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ checkProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
+ type: {
28
+ type: import("vue").PropType<"button" | "check">;
29
+ validator: (value: string) => boolean;
30
+ default: string;
31
+ };
32
+ options: {
33
+ type: any;
34
+ default: () => never[];
35
+ };
36
+ size: {
37
+ type: import("vue").PropType<"default" | "small" | "large">;
38
+ validator: (value: string) => boolean;
39
+ default: string;
40
+ };
41
+ border: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ props: {
46
+ type: ObjectConstructor;
47
+ default: () => {};
48
+ };
49
+ }>> & Readonly<{}> & {}>;
50
+ checkType: import("vue").ComputedRef<string>;
51
+ optionsProps: import("vue").Ref<{
52
+ value: string;
53
+ label: string;
54
+ disabled: string;
55
+ }, import("./src/checkbox").OptionsProps | {
56
+ value: string;
57
+ label: string;
58
+ disabled: string;
59
+ }>;
60
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
61
+ props: Record<string, any>;
62
+ type: "button" | "check";
63
+ border: boolean;
64
+ size: "default" | "small" | "large";
65
+ options: any;
66
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
67
+ P: {};
68
+ B: {};
69
+ D: {};
70
+ C: {};
71
+ M: {};
72
+ Defaults: {};
73
+ }, Readonly<import("vue").ExtractPropTypes<{
74
+ type: {
75
+ type: import("vue").PropType<"button" | "check">;
76
+ validator: (value: string) => boolean;
77
+ default: string;
78
+ };
79
+ options: {
80
+ type: any;
81
+ default: () => never[];
82
+ };
83
+ size: {
84
+ type: import("vue").PropType<"default" | "small" | "large">;
85
+ validator: (value: string) => boolean;
86
+ default: string;
87
+ };
88
+ border: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ props: {
93
+ type: ObjectConstructor;
94
+ default: () => {};
95
+ };
96
+ }>> & Readonly<{}>, {
97
+ checkProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
98
+ type: {
99
+ type: import("vue").PropType<"button" | "check">;
100
+ validator: (value: string) => boolean;
101
+ default: string;
102
+ };
103
+ options: {
104
+ type: any;
105
+ default: () => never[];
106
+ };
107
+ size: {
108
+ type: import("vue").PropType<"default" | "small" | "large">;
109
+ validator: (value: string) => boolean;
110
+ default: string;
111
+ };
112
+ border: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ props: {
117
+ type: ObjectConstructor;
118
+ default: () => {};
119
+ };
120
+ }>> & Readonly<{}> & {}>;
121
+ checkType: import("vue").ComputedRef<string>;
122
+ optionsProps: import("vue").Ref<{
123
+ value: string;
124
+ label: string;
125
+ disabled: string;
126
+ }, import("./src/checkbox").OptionsProps | {
127
+ value: string;
128
+ label: string;
129
+ disabled: string;
130
+ }>;
131
+ }, {}, {}, {}, {
132
+ props: Record<string, any>;
133
+ type: "button" | "check";
134
+ border: boolean;
135
+ size: "default" | "small" | "large";
136
+ options: any;
137
+ }>;
138
+ __isFragment?: undefined;
139
+ __isTeleport?: undefined;
140
+ __isSuspense?: undefined;
141
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
+ type: {
143
+ type: import("vue").PropType<"button" | "check">;
144
+ validator: (value: string) => boolean;
145
+ default: string;
146
+ };
147
+ options: {
148
+ type: any;
149
+ default: () => never[];
150
+ };
151
+ size: {
152
+ type: import("vue").PropType<"default" | "small" | "large">;
153
+ validator: (value: string) => boolean;
154
+ default: string;
155
+ };
156
+ border: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ props: {
161
+ type: ObjectConstructor;
162
+ default: () => {};
163
+ };
164
+ }>> & Readonly<{}>, {
165
+ checkProps: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
166
+ type: {
167
+ type: import("vue").PropType<"button" | "check">;
168
+ validator: (value: string) => boolean;
169
+ default: string;
170
+ };
171
+ options: {
172
+ type: any;
173
+ default: () => never[];
174
+ };
175
+ size: {
176
+ type: import("vue").PropType<"default" | "small" | "large">;
177
+ validator: (value: string) => boolean;
178
+ default: string;
179
+ };
180
+ border: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ props: {
185
+ type: ObjectConstructor;
186
+ default: () => {};
187
+ };
188
+ }>> & Readonly<{}> & {}>;
189
+ checkType: import("vue").ComputedRef<string>;
190
+ optionsProps: import("vue").Ref<{
191
+ value: string;
192
+ label: string;
193
+ disabled: string;
194
+ }, import("./src/checkbox").OptionsProps | {
195
+ value: string;
196
+ label: string;
197
+ disabled: string;
198
+ }>;
199
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
200
+ props: Record<string, any>;
201
+ type: "button" | "check";
202
+ border: boolean;
203
+ size: "default" | "small" | "large";
204
+ options: any;
205
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
206
+ export default TCheckbox;
@@ -0,0 +1,5 @@
1
+ export interface OptionsProps {
2
+ value: string
3
+ label: string
4
+ disabled: string
5
+ }