@codeandfunction/callaloo 1.18.10 → 2.0.0
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.
- package/README.md +2 -0
- package/package.json +52 -43
- package/dist/assets/index.css +0 -1
- package/dist/components/Assets/CLIcon.vue.d.ts +0 -13
- package/dist/components/Buttons/CLA11yButton.vue.d.ts +0 -37
- package/dist/components/Buttons/CLButton.vue.d.ts +0 -247
- package/dist/components/Buttons/utils.d.ts +0 -7
- package/dist/components/Containers/CLCard.vue.d.ts +0 -44
- package/dist/components/Containers/CLDisclosure.vue.d.ts +0 -75
- package/dist/components/Containers/Carousel/CLCarousel.vue.d.ts +0 -57
- package/dist/components/Containers/Carousel/CLCarouselNavigation.vue.d.ts +0 -21
- package/dist/components/Containers/Carousel/CLCarouselSlide.vue.d.ts +0 -17
- package/dist/components/Containers/utils.d.ts +0 -7
- package/dist/components/Form/CLCheckbox.vue.d.ts +0 -52
- package/dist/components/Form/CLFormField.vue.d.ts +0 -23
- package/dist/components/Form/CLInput.vue.d.ts +0 -85
- package/dist/components/Form/CLInputMessages.vue.d.ts +0 -10
- package/dist/components/Form/CLRadioButton.vue.d.ts +0 -52
- package/dist/components/Form/CLSelect.vue.d.ts +0 -58
- package/dist/components/Form/CLTextArea.vue.d.ts +0 -77
- package/dist/components/Form/utils.d.ts +0 -12
- package/dist/components/Indicators/CLBadge.vue.d.ts +0 -21
- package/dist/components/Indicators/CLBanner.vue.d.ts +0 -12
- package/dist/components/Indicators/CLPill.vue.d.ts +0 -26
- package/dist/components/Indicators/utils.d.ts +0 -8
- package/dist/components/Loading/CLSkeleton.vue.d.ts +0 -20
- package/dist/components/Loading/CLSpinner.vue.d.ts +0 -21
- package/dist/components/Loading/utils.d.ts +0 -6
- package/dist/components/Modals/CLModal.vue.d.ts +0 -44
- package/dist/components/Modals/utils.d.ts +0 -1
- package/dist/components/Navigation/CLLink.vue.d.ts +0 -45
- package/dist/components/Navigation/CLNavLink.vue.d.ts +0 -43
- package/dist/components/Navigation/CLNavSection.vue.d.ts +0 -17
- package/dist/components/Navigation/utils.d.ts +0 -7
- package/dist/components/Popups/CLDropdownMenu.vue.d.ts +0 -291
- package/dist/components/Popups/CLToast.vue.d.ts +0 -10
- package/dist/components/Popups/utils.d.ts +0 -4
- package/dist/components/Table/CLTable.vue.d.ts +0 -46
- package/dist/components/Table/CLTableBody.vue.d.ts +0 -17
- package/dist/components/Table/CLTableCell.vue.d.ts +0 -41
- package/dist/components/Table/CLTableFooter.vue.d.ts +0 -17
- package/dist/components/Table/CLTableHeader.vue.d.ts +0 -17
- package/dist/components/Table/CLTableNestedCell.vue.d.ts +0 -20
- package/dist/components/Table/CLTableRow.vue.d.ts +0 -22
- package/dist/components/Table/utils.d.ts +0 -1
- package/dist/components/Theme/CLThemeProvider.vue.d.ts +0 -22
- package/dist/components/Theme/base-theme.d.ts +0 -188
- package/dist/components/Theme/utils.d.ts +0 -21
- package/dist/components/Typography/CLHeading.vue.d.ts +0 -64
- package/dist/components/Typography/CLText.vue.d.ts +0 -87
- package/dist/components/Typography/utils.d.ts +0 -7
- package/dist/composables/useDropdown.d.ts +0 -14
- package/dist/composables/useEsc.d.ts +0 -9
- package/dist/constants.d.ts +0 -22
- package/dist/index.d.ts +0 -37
- package/dist/index.js +0 -8256
- package/dist/index.js.map +0 -1
- package/dist/types.d.ts +0 -581
- package/dist/utils/helper.d.ts +0 -16
|
@@ -1,291 +0,0 @@
|
|
|
1
|
-
import { CLBorderRadius, CLIconNames, CLIconSizes, CLPlacement, CLSizes, CLThemes } from '../../index';
|
|
2
|
-
interface Props {
|
|
3
|
-
/** Sets the aria-label on the anchor button. */
|
|
4
|
-
buttonAriaLabel: string;
|
|
5
|
-
/** Set the border radius size on the anchor button. The property can be one of `CLBorderRadius`, e.g. `CLBorderRadius.Medium`. */
|
|
6
|
-
buttonBorderRadius?: CLBorderRadius;
|
|
7
|
-
/** Sets the anchor button size. The property can be one of `CLSizes`, e.g. `CLSizes.Medium`. */
|
|
8
|
-
buttonSize?: CLSizes;
|
|
9
|
-
/** Sets the style/theme of the anchor button. The property can be one of `CLThemes`, e.g. `CLThemes.Primary`. */
|
|
10
|
-
buttonTheme?: CLThemes;
|
|
11
|
-
/** A callback function to be called when the DropdownMenu is closed. */
|
|
12
|
-
onCloseHandler?: () => void;
|
|
13
|
-
/** Set the border radius size on the content container. The property can be one of `CLBorderRadius`, e.g. `CLBorderRadius.Medium`. */
|
|
14
|
-
containerBorderRadius?: CLBorderRadius;
|
|
15
|
-
/** Sets the style/theme of the content container. The property can be one of `CLThemes`, e.g. `CLThemes.Primary`. */
|
|
16
|
-
containerTheme?: CLThemes.Light | CLThemes.Dark | CLThemes.Transparent | CLThemes.Outline;
|
|
17
|
-
/** Sets the width of the content container. */
|
|
18
|
-
contentWidth?: string;
|
|
19
|
-
/** A unique identifier, this is required. It ensures that if multiple dropdowns are used, each will be handled properly. */
|
|
20
|
-
dropdownId: string;
|
|
21
|
-
/** Sets the icon to be displayed after the anchor button label. The property can be one of `CLIconNames`, e.g. `CLIconNames.ChevronDown`. */
|
|
22
|
-
iconAfter?: CLIconNames;
|
|
23
|
-
/** Sets the icon to be displayed before the anchor button label. The property can be one of `CLIconNames`, e.g. `CLIconNames.Menu`. */
|
|
24
|
-
iconBefore?: CLIconNames;
|
|
25
|
-
/** Sets the size of the icon displayed after the anchor button label. The property can be one of `CLIconSizes`, e.g. `CLIconSizes.Tiny`. */
|
|
26
|
-
iconAfterSize?: CLIconSizes;
|
|
27
|
-
/** Sets the size of the icon displayed before the anchor button label. The property can be one of `CLIconSizes`, e.g. `CLIconSizes.Tiny`. */
|
|
28
|
-
iconSize?: CLIconSizes;
|
|
29
|
-
/** Sets the initial open state of the DropdownMenu. */
|
|
30
|
-
isOpen?: boolean;
|
|
31
|
-
/** Sets the label on the anchor button. */
|
|
32
|
-
label?: string;
|
|
33
|
-
/** A callback function to be called when the DropdownMenu is opened. */
|
|
34
|
-
onOpenHandler?: () => void;
|
|
35
|
-
/** Sets the placement of the content container. The property can be one of `CLPlacement`, e.g. `CLPlacement.BottomStart`. */
|
|
36
|
-
placement?: CLPlacement;
|
|
37
|
-
/** Sets the z-index of the content container. */
|
|
38
|
-
zIndex?: number;
|
|
39
|
-
}
|
|
40
|
-
declare function __VLS_template(): {
|
|
41
|
-
attrs: Partial<{}>;
|
|
42
|
-
slots: {
|
|
43
|
-
content?(_: {}): any;
|
|
44
|
-
};
|
|
45
|
-
refs: {
|
|
46
|
-
anchor: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
-
alignContent: {
|
|
48
|
-
type: import('vue').PropType<import('../../types').Align>;
|
|
49
|
-
default: import('../../types').Align;
|
|
50
|
-
};
|
|
51
|
-
ariaLabel: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
};
|
|
54
|
-
borderRadius: {
|
|
55
|
-
type: import('vue').PropType<CLBorderRadius>;
|
|
56
|
-
};
|
|
57
|
-
busy: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
};
|
|
60
|
-
disabled: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
};
|
|
63
|
-
elevated: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
form: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
};
|
|
70
|
-
forwardRef: {
|
|
71
|
-
type: FunctionConstructor;
|
|
72
|
-
};
|
|
73
|
-
height: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
iconAfter: {
|
|
78
|
-
type: import('vue').PropType<CLIconNames>;
|
|
79
|
-
};
|
|
80
|
-
iconBefore: {
|
|
81
|
-
type: import('vue').PropType<CLIconNames>;
|
|
82
|
-
};
|
|
83
|
-
iconSize: {
|
|
84
|
-
type: import('vue').PropType<CLIconSizes>;
|
|
85
|
-
default: CLIconSizes;
|
|
86
|
-
};
|
|
87
|
-
iconAfterSize: {
|
|
88
|
-
type: import('vue').PropType<CLIconSizes>;
|
|
89
|
-
default: CLIconSizes;
|
|
90
|
-
};
|
|
91
|
-
link: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
};
|
|
94
|
-
onClick: {
|
|
95
|
-
type: FunctionConstructor;
|
|
96
|
-
};
|
|
97
|
-
pill: {
|
|
98
|
-
type: BooleanConstructor;
|
|
99
|
-
};
|
|
100
|
-
rounded: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
size: {
|
|
105
|
-
type: import('vue').PropType<CLSizes>;
|
|
106
|
-
default: CLSizes;
|
|
107
|
-
};
|
|
108
|
-
title: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
};
|
|
111
|
-
testId: {
|
|
112
|
-
type: StringConstructor;
|
|
113
|
-
default: string;
|
|
114
|
-
};
|
|
115
|
-
type: {
|
|
116
|
-
type: import('vue').PropType<import('../../types').ButtonTypes>;
|
|
117
|
-
default: import('../../types').ButtonTypes;
|
|
118
|
-
};
|
|
119
|
-
theme: {
|
|
120
|
-
type: import('vue').PropType<CLThemes>;
|
|
121
|
-
default: CLThemes;
|
|
122
|
-
};
|
|
123
|
-
width: {
|
|
124
|
-
type: StringConstructor;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
|
-
wrap: {
|
|
128
|
-
type: BooleanConstructor;
|
|
129
|
-
default: boolean;
|
|
130
|
-
};
|
|
131
|
-
}>> & Readonly<{}>, {}, {
|
|
132
|
-
hasSlots: boolean;
|
|
133
|
-
}, {}, {
|
|
134
|
-
checkForSlots(): boolean;
|
|
135
|
-
getSpinnerSize(): CLSizes.Tiny | CLSizes.Small | CLSizes.Medium;
|
|
136
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
137
|
-
link: boolean;
|
|
138
|
-
rounded: boolean;
|
|
139
|
-
theme: CLThemes;
|
|
140
|
-
testId: string;
|
|
141
|
-
type: import('../../types').ButtonTypes;
|
|
142
|
-
elevated: boolean;
|
|
143
|
-
busy: boolean;
|
|
144
|
-
height: string;
|
|
145
|
-
width: string;
|
|
146
|
-
alignContent: import('../../types').Align;
|
|
147
|
-
disabled: boolean;
|
|
148
|
-
iconSize: CLIconSizes;
|
|
149
|
-
iconAfterSize: CLIconSizes;
|
|
150
|
-
pill: boolean;
|
|
151
|
-
size: CLSizes;
|
|
152
|
-
wrap: boolean;
|
|
153
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
154
|
-
P: {};
|
|
155
|
-
B: {};
|
|
156
|
-
D: {};
|
|
157
|
-
C: {};
|
|
158
|
-
M: {};
|
|
159
|
-
Defaults: {};
|
|
160
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
161
|
-
alignContent: {
|
|
162
|
-
type: import('vue').PropType<import('../../types').Align>;
|
|
163
|
-
default: import('../../types').Align;
|
|
164
|
-
};
|
|
165
|
-
ariaLabel: {
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
};
|
|
168
|
-
borderRadius: {
|
|
169
|
-
type: import('vue').PropType<CLBorderRadius>;
|
|
170
|
-
};
|
|
171
|
-
busy: {
|
|
172
|
-
type: BooleanConstructor;
|
|
173
|
-
};
|
|
174
|
-
disabled: {
|
|
175
|
-
type: BooleanConstructor;
|
|
176
|
-
};
|
|
177
|
-
elevated: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
|
-
form: {
|
|
182
|
-
type: StringConstructor;
|
|
183
|
-
};
|
|
184
|
-
forwardRef: {
|
|
185
|
-
type: FunctionConstructor;
|
|
186
|
-
};
|
|
187
|
-
height: {
|
|
188
|
-
type: StringConstructor;
|
|
189
|
-
default: string;
|
|
190
|
-
};
|
|
191
|
-
iconAfter: {
|
|
192
|
-
type: import('vue').PropType<CLIconNames>;
|
|
193
|
-
};
|
|
194
|
-
iconBefore: {
|
|
195
|
-
type: import('vue').PropType<CLIconNames>;
|
|
196
|
-
};
|
|
197
|
-
iconSize: {
|
|
198
|
-
type: import('vue').PropType<CLIconSizes>;
|
|
199
|
-
default: CLIconSizes;
|
|
200
|
-
};
|
|
201
|
-
iconAfterSize: {
|
|
202
|
-
type: import('vue').PropType<CLIconSizes>;
|
|
203
|
-
default: CLIconSizes;
|
|
204
|
-
};
|
|
205
|
-
link: {
|
|
206
|
-
type: BooleanConstructor;
|
|
207
|
-
};
|
|
208
|
-
onClick: {
|
|
209
|
-
type: FunctionConstructor;
|
|
210
|
-
};
|
|
211
|
-
pill: {
|
|
212
|
-
type: BooleanConstructor;
|
|
213
|
-
};
|
|
214
|
-
rounded: {
|
|
215
|
-
type: BooleanConstructor;
|
|
216
|
-
default: boolean;
|
|
217
|
-
};
|
|
218
|
-
size: {
|
|
219
|
-
type: import('vue').PropType<CLSizes>;
|
|
220
|
-
default: CLSizes;
|
|
221
|
-
};
|
|
222
|
-
title: {
|
|
223
|
-
type: StringConstructor;
|
|
224
|
-
};
|
|
225
|
-
testId: {
|
|
226
|
-
type: StringConstructor;
|
|
227
|
-
default: string;
|
|
228
|
-
};
|
|
229
|
-
type: {
|
|
230
|
-
type: import('vue').PropType<import('../../types').ButtonTypes>;
|
|
231
|
-
default: import('../../types').ButtonTypes;
|
|
232
|
-
};
|
|
233
|
-
theme: {
|
|
234
|
-
type: import('vue').PropType<CLThemes>;
|
|
235
|
-
default: CLThemes;
|
|
236
|
-
};
|
|
237
|
-
width: {
|
|
238
|
-
type: StringConstructor;
|
|
239
|
-
default: string;
|
|
240
|
-
};
|
|
241
|
-
wrap: {
|
|
242
|
-
type: BooleanConstructor;
|
|
243
|
-
default: boolean;
|
|
244
|
-
};
|
|
245
|
-
}>> & Readonly<{}>, {}, {
|
|
246
|
-
hasSlots: boolean;
|
|
247
|
-
}, {}, {
|
|
248
|
-
checkForSlots(): boolean;
|
|
249
|
-
getSpinnerSize(): CLSizes.Tiny | CLSizes.Small | CLSizes.Medium;
|
|
250
|
-
}, {
|
|
251
|
-
link: boolean;
|
|
252
|
-
rounded: boolean;
|
|
253
|
-
theme: CLThemes;
|
|
254
|
-
testId: string;
|
|
255
|
-
type: import('../../types').ButtonTypes;
|
|
256
|
-
elevated: boolean;
|
|
257
|
-
busy: boolean;
|
|
258
|
-
height: string;
|
|
259
|
-
width: string;
|
|
260
|
-
alignContent: import('../../types').Align;
|
|
261
|
-
disabled: boolean;
|
|
262
|
-
iconSize: CLIconSizes;
|
|
263
|
-
iconAfterSize: CLIconSizes;
|
|
264
|
-
pill: boolean;
|
|
265
|
-
size: CLSizes;
|
|
266
|
-
wrap: boolean;
|
|
267
|
-
}> | null;
|
|
268
|
-
dropdownElem: HTMLDivElement;
|
|
269
|
-
};
|
|
270
|
-
rootEl: HTMLDivElement;
|
|
271
|
-
};
|
|
272
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
273
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
274
|
-
iconAfter: CLIconNames;
|
|
275
|
-
iconSize: CLIconSizes;
|
|
276
|
-
iconAfterSize: CLIconSizes;
|
|
277
|
-
buttonSize: CLSizes;
|
|
278
|
-
buttonTheme: CLThemes;
|
|
279
|
-
containerTheme: CLThemes.Light | CLThemes.Dark | CLThemes.Transparent | CLThemes.Outline;
|
|
280
|
-
contentWidth: string;
|
|
281
|
-
isOpen: boolean;
|
|
282
|
-
placement: CLPlacement;
|
|
283
|
-
zIndex: number;
|
|
284
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
285
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
286
|
-
export default _default;
|
|
287
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
288
|
-
new (): {
|
|
289
|
-
$slots: S;
|
|
290
|
-
};
|
|
291
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CLIconSizes, CLToastProps } from '../../index';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<CLToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CLToastProps> & Readonly<{}>, {
|
|
3
|
-
rounded: boolean;
|
|
4
|
-
theme: import('../../types').ToastThemes;
|
|
5
|
-
testId: string;
|
|
6
|
-
width: string;
|
|
7
|
-
iconSize: CLIconSizes;
|
|
8
|
-
dismissTimer: number;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLOutputElement>;
|
|
10
|
-
export default _default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { CLBorderRadius, CLTableTypes } from '../../index';
|
|
2
|
-
export interface Props {
|
|
3
|
-
/** When set to `true` adds borders to the entire table and its rows and columns. */
|
|
4
|
-
bordered?: boolean;
|
|
5
|
-
/** The border radius size. The property can be one of `CLBorderRadius`, e.g. `CLBorderRadius.Medium`. */
|
|
6
|
-
borderRadius?: CLBorderRadius;
|
|
7
|
-
/** Customize the width of each column. */
|
|
8
|
-
colWidths?: string[];
|
|
9
|
-
/** Sets the unique ID of the Table element. */
|
|
10
|
-
id?: string;
|
|
11
|
-
/** When set to `false` it will not render with rounded corners. */
|
|
12
|
-
rounded?: boolean;
|
|
13
|
-
/** Sets the height of each row. */
|
|
14
|
-
rowHeight?: string;
|
|
15
|
-
/** When set to `true` adds alternating background colors to the rows. */
|
|
16
|
-
striped?: boolean;
|
|
17
|
-
/** Sets a custom ID used for unit tests. */
|
|
18
|
-
testId?: string;
|
|
19
|
-
/** Sets the type of the table. The property can be one of `CLTableTypes`, e.g. `CLTableTypes.Default`. */
|
|
20
|
-
type?: CLTableTypes;
|
|
21
|
-
/** When set to `true` adds vertical lines to the table. */
|
|
22
|
-
withVerticalLines?: boolean;
|
|
23
|
-
}
|
|
24
|
-
declare function __VLS_template(): {
|
|
25
|
-
attrs: Partial<{}>;
|
|
26
|
-
slots: {
|
|
27
|
-
default?(_: {}): any;
|
|
28
|
-
};
|
|
29
|
-
refs: {};
|
|
30
|
-
rootEl: HTMLDivElement;
|
|
31
|
-
};
|
|
32
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
34
|
-
rounded: boolean;
|
|
35
|
-
testId: string;
|
|
36
|
-
type: CLTableTypes;
|
|
37
|
-
id: string;
|
|
38
|
-
rowHeight: string;
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
-
export default _default;
|
|
42
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLTableSectionElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { CLGenericFunction } from '../../index';
|
|
2
|
-
export interface Props {
|
|
3
|
-
/** The number of columns that the cell should span. */
|
|
4
|
-
colSpan?: number;
|
|
5
|
-
/** When set to `true` sets the horizontal alignment of the cell content to right. */
|
|
6
|
-
isAction?: boolean;
|
|
7
|
-
/** When set to `true` adds a background color to the cell to bring more attention to it. */
|
|
8
|
-
isActive?: boolean;
|
|
9
|
-
/** When set to `true` bolds any text content within the cell. */
|
|
10
|
-
isHeader?: boolean;
|
|
11
|
-
/** When set to `true` aligns the cell content to the right. */
|
|
12
|
-
isNumber?: boolean;
|
|
13
|
-
/** The function to call when the cell is clicked. */
|
|
14
|
-
onClick?: CLGenericFunction;
|
|
15
|
-
}
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: {
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
default?(_: {}): any;
|
|
22
|
-
default?(_: {}): any;
|
|
23
|
-
};
|
|
24
|
-
refs: {};
|
|
25
|
-
rootEl: any;
|
|
26
|
-
};
|
|
27
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
28
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
29
|
-
colSpan: number;
|
|
30
|
-
isAction: boolean;
|
|
31
|
-
isActive: boolean;
|
|
32
|
-
isHeader: boolean;
|
|
33
|
-
isNumber: boolean;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
-
export default _default;
|
|
37
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLTableSectionElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLTableSectionElement;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableSectionElement>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
truncate?: boolean;
|
|
3
|
-
}
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: {
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CLGenericFunction } from '../../index';
|
|
2
|
-
export interface Props {
|
|
3
|
-
/** The function to call when the row is clicked. */
|
|
4
|
-
onClick?: CLGenericFunction;
|
|
5
|
-
}
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLTableRowElement;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const tableTheme: () => string;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CLThemeConfig } from '../../index';
|
|
2
|
-
interface Props {
|
|
3
|
-
/** A theme configuration object. */
|
|
4
|
-
themeConfig?: CLThemeConfig;
|
|
5
|
-
}
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|