@rebilly/revel 6.22.7 → 6.22.9

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.
@@ -1,133 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- /**
3
- * TBD
4
- */
5
- type: {
6
- type: StringConstructor;
7
- default: string;
8
- validator: (val: string) => boolean;
9
- };
10
- /**
11
- * TBD
12
- */
13
- size: {
14
- type: StringConstructor;
15
- default: string;
16
- validator: (val: string) => boolean;
17
- };
18
- /**
19
- * TBD
20
- */
21
- disabled: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- /**
26
- * TBD
27
- */
28
- fluid: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- /**
33
- * TBD
34
- */
35
- tooltip: {
36
- type: StringConstructor;
37
- default: null;
38
- };
39
- /**
40
- * TBD
41
- */
42
- fitted: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- /**
47
- * TBD
48
- */
49
- tooltipRightEdge: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- /**
54
- * Capitalize the first letter
55
- */
56
- capitalizeFirstLetter: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- }, unknown, unknown, {
61
- classes(): Record<string, boolean>;
62
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
- /**
64
- * TBD
65
- */
66
- type: {
67
- type: StringConstructor;
68
- default: string;
69
- validator: (val: string) => boolean;
70
- };
71
- /**
72
- * TBD
73
- */
74
- size: {
75
- type: StringConstructor;
76
- default: string;
77
- validator: (val: string) => boolean;
78
- };
79
- /**
80
- * TBD
81
- */
82
- disabled: {
83
- type: BooleanConstructor;
84
- default: boolean;
85
- };
86
- /**
87
- * TBD
88
- */
89
- fluid: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- /**
94
- * TBD
95
- */
96
- tooltip: {
97
- type: StringConstructor;
98
- default: null;
99
- };
100
- /**
101
- * TBD
102
- */
103
- fitted: {
104
- type: BooleanConstructor;
105
- default: boolean;
106
- };
107
- /**
108
- * TBD
109
- */
110
- tooltipRightEdge: {
111
- type: BooleanConstructor;
112
- default: boolean;
113
- };
114
- /**
115
- * Capitalize the first letter
116
- */
117
- capitalizeFirstLetter: {
118
- type: BooleanConstructor;
119
- default: boolean;
120
- };
121
- }>> & {
122
- onClick?: ((...args: any[]) => any) | undefined;
123
- }, {
124
- type: string;
125
- size: string;
126
- disabled: boolean;
127
- fluid: boolean;
128
- capitalizeFirstLetter: boolean;
129
- tooltip: string;
130
- fitted: boolean;
131
- tooltipRightEdge: boolean;
132
- }>;
133
- export default _default;