@coreui/vue-pro 4.1.0 → 4.1.4
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 +1 -1
- package/dist/components/accordion/CAccordion.d.ts +18 -10
- package/dist/components/accordion/CAccordionBody.d.ts +1 -1
- package/dist/components/accordion/CAccordionButton.d.ts +1 -1
- package/dist/components/accordion/CAccordionCollapse.d.ts +9 -5
- package/dist/components/accordion/CAccordionHeader.d.ts +1 -1
- package/dist/components/accordion/CAccordionItem.d.ts +10 -5
- package/dist/components/alert/CAlert.d.ts +38 -12
- package/dist/components/alert/CAlertHeading.d.ts +10 -5
- package/dist/components/alert/CAlertLink.d.ts +1 -1
- package/dist/components/avatar/CAvatar.d.ts +59 -15
- package/dist/components/backdrop/CBackdrop.d.ts +10 -5
- package/dist/components/badge/CBadge.d.ts +59 -16
- package/dist/components/breadcrumb/CBreadcrumb.d.ts +1 -1
- package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +17 -8
- package/dist/components/button/CButton.d.ts +73 -20
- package/dist/components/button-group/CButtonGroup.d.ts +20 -8
- package/dist/components/button-group/CButtonToolbar.d.ts +1 -1
- package/dist/components/callout/CCallout.d.ts +11 -5
- package/dist/components/card/CCard.d.ts +20 -7
- package/dist/components/card/CCardBody.d.ts +1 -1
- package/dist/components/card/CCardFooter.d.ts +1 -1
- package/dist/components/card/CCardGroup.d.ts +1 -1
- package/dist/components/card/CCardHeader.d.ts +10 -5
- package/dist/components/card/CCardImage.d.ts +21 -8
- package/dist/components/card/CCardImageOverlay.d.ts +1 -1
- package/dist/components/card/CCardLink.d.ts +10 -5
- package/dist/components/card/CCardSubtitle.d.ts +10 -5
- package/dist/components/card/CCardText.d.ts +10 -5
- package/dist/components/card/CCardTitle.d.ts +10 -5
- package/dist/components/carousel/CCarousel.d.ts +58 -19
- package/dist/components/carousel/CCarouselCaption.d.ts +1 -1
- package/dist/components/carousel/CCarouselItem.d.ts +25 -9
- package/dist/components/close-button/CCloseButton.d.ts +16 -7
- package/dist/components/collapse/CCollapse.d.ts +16 -7
- package/dist/components/dropdown/CDropdown.d.ts +82 -22
- package/dist/components/dropdown/CDropdownDivider.d.ts +1 -1
- package/dist/components/dropdown/CDropdownHeader.d.ts +10 -5
- package/dist/components/dropdown/CDropdownItem.d.ts +32 -12
- package/dist/components/dropdown/CDropdownMenu.d.ts +12 -5
- package/dist/components/dropdown/CDropdownToggle.d.ts +78 -22
- package/dist/components/element-cover/CElementCover.d.ts +22 -7
- package/dist/components/footer/CFooter.d.ts +13 -5
- package/dist/components/form/CForm.d.ts +9 -5
- package/dist/components/form/CFormCheck.d.ts +66 -23
- package/dist/components/form/CFormControl.d.ts +61 -20
- package/dist/components/form/CFormFeedback.d.ts +22 -11
- package/dist/components/form/CFormFloating.d.ts +1 -1
- package/dist/components/form/CFormInput.d.ts +66 -20
- package/dist/components/form/CFormLabel.d.ts +10 -5
- package/dist/components/form/CFormRange.d.ts +59 -18
- package/dist/components/form/CFormSelect.d.ts +66 -18
- package/dist/components/form/CFormSwitch.d.ts +61 -18
- package/dist/components/form/CFormText.d.ts +10 -5
- package/dist/components/form/CFormTextarea.d.ts +45 -16
- package/dist/components/form/CInputGroup.d.ts +13 -5
- package/dist/components/form/CInputGroupText.d.ts +10 -5
- package/dist/components/grid/CCol.d.ts +62 -15
- package/dist/components/grid/CContainer.d.ts +44 -15
- package/dist/components/grid/CRow.d.ts +57 -15
- package/dist/components/header/CHeader.d.ts +24 -7
- package/dist/components/header/CHeaderBrand.d.ts +10 -5
- package/dist/components/header/CHeaderDivider.d.ts +1 -1
- package/dist/components/header/CHeaderNav.d.ts +10 -5
- package/dist/components/header/CHeaderText.d.ts +1 -1
- package/dist/components/header/CHeaderToggler.d.ts +1 -1
- package/dist/components/image/CImage.d.ts +34 -12
- package/dist/components/link/CLink.d.ts +32 -12
- package/dist/components/list-group/CListGroup.d.ts +28 -10
- package/dist/components/list-group/CListGroupItem.d.ts +33 -12
- package/dist/components/modal/CModal.d.ts +96 -22
- package/dist/components/modal/CModalBody.d.ts +1 -1
- package/dist/components/modal/CModalFooter.d.ts +1 -1
- package/dist/components/modal/CModalHeader.d.ts +10 -5
- package/dist/components/modal/CModalTitle.d.ts +10 -5
- package/dist/components/multi-select/CMultiSelect.d.ts +131 -30
- package/dist/components/multi-select/CMultiSelectNativeSelect.d.ts +26 -11
- package/dist/components/multi-select/CMultiSelectOptions.d.ts +40 -11
- package/dist/components/multi-select/CMultiSelectSelection.d.ts +47 -13
- package/dist/components/nav/CNav.d.ts +32 -10
- package/dist/components/nav/CNavGroup.d.ts +10 -7
- package/dist/components/nav/CNavGroupItems.d.ts +1 -1
- package/dist/components/nav/CNavLink.d.ts +32 -12
- package/dist/components/nav/CNavTitle.d.ts +1 -1
- package/dist/components/navbar/CNavbar.d.ts +63 -16
- package/dist/components/navbar/CNavbarBrand.d.ts +19 -8
- package/dist/components/navbar/CNavbarNav.d.ts +10 -5
- package/dist/components/navbar/CNavbarText.d.ts +1 -1
- package/dist/components/navbar/CNavbarToggler.d.ts +1 -1
- package/dist/components/offcanvas/COffcanvas.d.ts +44 -14
- package/dist/components/offcanvas/COffcanvasBody.d.ts +1 -1
- package/dist/components/offcanvas/COffcanvasHeader.d.ts +1 -1
- package/dist/components/offcanvas/COffcanvasTitle.d.ts +10 -5
- package/dist/components/pagination/CPagination.d.ts +24 -7
- package/dist/components/pagination/CPaginationItem.d.ts +32 -12
- package/dist/components/pagination/CSmartPagination.d.ts +120 -28
- package/dist/components/placeholder/CPlaceholder.d.ts +89 -24
- package/dist/components/popover/CPopover.d.ts +50 -16
- package/dist/components/progress/CProgressBar.d.ts +37 -12
- package/dist/components/sidebar/CSidebar.d.ts +59 -20
- package/dist/components/sidebar/CSidebarBrand.d.ts +1 -1
- package/dist/components/sidebar/CSidebarFooter.d.ts +1 -1
- package/dist/components/sidebar/CSidebarHeader.d.ts +1 -1
- package/dist/components/sidebar/CSidebarNav.d.ts +1 -1
- package/dist/components/sidebar/CSidebarToggler.d.ts +1 -1
- package/dist/components/smart-table/CSmartTable.d.ts +280 -68
- package/dist/components/smart-table/CSmartTableBody.d.ts +31 -25
- package/dist/components/smart-table/CSmartTableCleaner.d.ts +7 -5
- package/dist/components/smart-table/CSmartTableFilter.d.ts +17 -9
- package/dist/components/smart-table/CSmartTableHead.d.ts +43 -24
- package/dist/components/smart-table/CSmartTableItemsPerPageSelector.d.ts +17 -10
- package/dist/components/spinner/CSpinner.d.ts +51 -14
- package/dist/components/table/CTable.d.ts +88 -24
- package/dist/components/table/CTableBody.d.ts +11 -5
- package/dist/components/table/CTableCaption.d.ts +2 -4
- package/dist/components/table/CTableDataCell.d.ts +29 -10
- package/dist/components/table/CTableFoot.d.ts +11 -5
- package/dist/components/table/CTableHead.d.ts +11 -5
- package/dist/components/table/CTableHeaderCell.d.ts +11 -5
- package/dist/components/table/CTableRow.d.ts +29 -10
- package/dist/components/tabs/CTabContent.d.ts +1 -1
- package/dist/components/tabs/CTabPane.d.ts +10 -5
- package/dist/components/toast/CToast.d.ts +59 -18
- package/dist/components/toast/CToastBody.d.ts +1 -1
- package/dist/components/toast/CToastHeader.d.ts +9 -5
- package/dist/components/toast/CToaster.d.ts +13 -5
- package/dist/components/tooltip/CTooltip.d.ts +42 -14
- package/dist/components/widgets/CWidgetStatsA.d.ts +23 -10
- package/dist/components/widgets/CWidgetStatsB.d.ts +45 -17
- package/dist/components/widgets/CWidgetStatsC.d.ts +37 -15
- package/dist/components/widgets/CWidgetStatsD.d.ts +19 -8
- package/dist/components/widgets/CWidgetStatsE.d.ts +18 -8
- package/dist/components/widgets/CWidgetStatsF.d.ts +42 -14
- package/dist/index.es.js +118 -71
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +117 -70
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/components/form/CFormSelect.ts +19 -6
- package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +8 -2
- package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +1 -1
- package/src/components/modal/CModal.ts +68 -40
- package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +1 -2
- package/src/components/offcanvas/COffcanvas.ts +11 -4
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
- package/src/components/smart-table/CSmartTable.ts +25 -20
- package/src/components/smart-table/CSmartTableBody.ts +0 -5
- package/src/components/smart-table/CSmartTableHead.ts +14 -5
|
@@ -50,20 +50,57 @@ declare const CSpinner: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
/**
|
|
55
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
56
|
+
*
|
|
57
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
58
|
+
*/
|
|
59
|
+
color: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: undefined;
|
|
62
|
+
required: false;
|
|
63
|
+
validator: (value: string) => boolean;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Component used for the root node. Either a string to use a HTML element or a component.
|
|
67
|
+
*/
|
|
68
|
+
component: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
required: false;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Size the component small.
|
|
75
|
+
*
|
|
76
|
+
* @values 'sm'
|
|
77
|
+
*/
|
|
78
|
+
size: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: undefined;
|
|
81
|
+
required: false;
|
|
82
|
+
validator: (value: string) => boolean;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Set the button variant to an outlined button or a ghost button.
|
|
86
|
+
*
|
|
87
|
+
* @values 'border', 'grow'
|
|
88
|
+
*/
|
|
89
|
+
variant: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
required: false;
|
|
93
|
+
validator: (value: string) => boolean;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Set visually hidden label for accessibility purposes.
|
|
97
|
+
*/
|
|
98
|
+
visuallyHiddenLabel: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
required: false;
|
|
102
|
+
};
|
|
103
|
+
}>>, {
|
|
67
104
|
color: string;
|
|
68
105
|
variant: string;
|
|
69
106
|
component: string;
|
|
@@ -87,30 +87,94 @@ declare const CTable: import("vue").DefineComponent<{
|
|
|
87
87
|
};
|
|
88
88
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
89
89
|
[key: string]: any;
|
|
90
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
90
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
91
|
+
/**
|
|
92
|
+
* Set the vertical aligment.
|
|
93
|
+
*
|
|
94
|
+
* @values 'bottom', 'middle', 'top'
|
|
95
|
+
*/
|
|
96
|
+
align: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: undefined;
|
|
99
|
+
required: false;
|
|
100
|
+
validator: (value: string) => boolean;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Sets the border color of the component to one of CoreUI’s themed colors.
|
|
104
|
+
*
|
|
105
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
106
|
+
*/
|
|
107
|
+
borderColor: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
validator: (value: string) => boolean;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Add borders on all sides of the table and cells.
|
|
113
|
+
*/
|
|
114
|
+
bordered: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
required: false;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Remove borders on all sides of the table and cells.
|
|
120
|
+
*/
|
|
121
|
+
borderless: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
required: false;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Put the `<caption>` on the top of the table.
|
|
127
|
+
*
|
|
128
|
+
* @values 'top'
|
|
129
|
+
*/
|
|
130
|
+
caption: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
default: undefined;
|
|
133
|
+
required: false;
|
|
134
|
+
validator: (value: string) => boolean;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
138
|
+
*
|
|
139
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
140
|
+
*/
|
|
141
|
+
color: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
validator: (value: string) => boolean;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Enable a hover state on table rows within a `<CTableBody>`.
|
|
147
|
+
*/
|
|
148
|
+
hover: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
required: false;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Make any table responsive across all viewports or pick a maximum breakpoint with which to have a responsive table up to.
|
|
154
|
+
*
|
|
155
|
+
* @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl'
|
|
156
|
+
*/
|
|
157
|
+
responsive: {
|
|
158
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
159
|
+
default: undefined;
|
|
160
|
+
required: false;
|
|
161
|
+
validator: (value: boolean | string) => boolean;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* Make table more compact by cutting all cell `padding` in half.
|
|
165
|
+
*/
|
|
166
|
+
small: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Add zebra-striping to any table row within the `<CTableBody>`.
|
|
172
|
+
*/
|
|
173
|
+
striped: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
required: false;
|
|
176
|
+
};
|
|
177
|
+
}>>, {
|
|
114
178
|
small: boolean;
|
|
115
179
|
hover: boolean;
|
|
116
180
|
caption: string;
|
|
@@ -10,9 +10,15 @@ declare const CTableBody: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
16
|
+
*
|
|
17
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
18
|
+
*/
|
|
19
|
+
color: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
validator: (value: string) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
18
24
|
export { CTableBody };
|
|
@@ -2,11 +2,9 @@ declare const CTableCaption: import("vue").DefineComponent<Readonly<import("vue"
|
|
|
2
2
|
[x: string]: unknown;
|
|
3
3
|
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<{
|
|
5
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
|
|
6
6
|
[x: string]: unknown;
|
|
7
|
-
}
|
|
8
|
-
[x: string]: import("vue").Prop<unknown, unknown> | null | undefined;
|
|
9
|
-
}>, {
|
|
7
|
+
}>>>>, {
|
|
10
8
|
[x: number]: string;
|
|
11
9
|
} | {}>;
|
|
12
10
|
export { CTableCaption };
|
|
@@ -28,16 +28,35 @@ declare const CTableDataCell: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
31
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
/**
|
|
33
|
+
* Highlight a table row or cell.
|
|
34
|
+
*/
|
|
35
|
+
active: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
required: false;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Set the vertical aligment.
|
|
41
|
+
*
|
|
42
|
+
* @values 'bottom', 'middle', 'top'
|
|
43
|
+
*/
|
|
44
|
+
align: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
required: false;
|
|
48
|
+
validator: (value: string) => boolean;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
52
|
+
*
|
|
53
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
54
|
+
*/
|
|
55
|
+
color: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
validator: (value: string) => boolean;
|
|
58
|
+
};
|
|
59
|
+
}>>, {
|
|
41
60
|
active: boolean;
|
|
42
61
|
align: string;
|
|
43
62
|
}>;
|
|
@@ -10,9 +10,15 @@ declare const CTableFoot: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
16
|
+
*
|
|
17
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
18
|
+
*/
|
|
19
|
+
color: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
validator: (value: string) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
18
24
|
export { CTableFoot };
|
|
@@ -10,9 +10,15 @@ declare const CTableHead: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
16
|
+
*
|
|
17
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
18
|
+
*/
|
|
19
|
+
color: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
validator: (value: string) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
18
24
|
export { CTableHead };
|
|
@@ -10,9 +10,15 @@ declare const CTableHeaderCell: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
16
|
+
*
|
|
17
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
18
|
+
*/
|
|
19
|
+
color: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
validator: (value: string) => boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}>;
|
|
18
24
|
export { CTableHeaderCell };
|
|
@@ -28,16 +28,35 @@ declare const CTableRow: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
31
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
/**
|
|
33
|
+
* Highlight a table row or cell..
|
|
34
|
+
*/
|
|
35
|
+
active: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
required: false;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Set the vertical aligment.
|
|
41
|
+
*
|
|
42
|
+
* @values 'bottom', 'middle', 'top'
|
|
43
|
+
*/
|
|
44
|
+
align: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
required: false;
|
|
48
|
+
validator: (value: string) => boolean;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
52
|
+
*
|
|
53
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
54
|
+
*/
|
|
55
|
+
color: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
validator: (value: string) => boolean;
|
|
58
|
+
};
|
|
59
|
+
}>>, {
|
|
41
60
|
active: boolean;
|
|
42
61
|
align: string;
|
|
43
62
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CTabContent: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export { CTabContent };
|
|
@@ -10,11 +10,16 @@ declare const CTabPane: import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Toggle the visibility of component.
|
|
16
|
+
*/
|
|
17
|
+
visible: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
required: false;
|
|
21
|
+
};
|
|
22
|
+
}>> & {
|
|
18
23
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
19
24
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
20
25
|
}, {
|
|
@@ -59,24 +59,65 @@ declare const CToast: import("vue").DefineComponent<{
|
|
|
59
59
|
};
|
|
60
60
|
}, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
|
|
61
61
|
[key: string]: any;
|
|
62
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show" | "close")[], "show" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
color
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
62
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show" | "close")[], "show" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
/**
|
|
64
|
+
* Auto hide the toast.
|
|
65
|
+
*/
|
|
66
|
+
autohide: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
73
|
+
*
|
|
74
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
|
|
75
|
+
*/
|
|
76
|
+
color: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
validator: (value: string) => boolean;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Delay hiding the toast (ms).
|
|
82
|
+
*/
|
|
83
|
+
delay: {
|
|
84
|
+
type: NumberConstructor;
|
|
85
|
+
default: number;
|
|
86
|
+
required: false;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Optionally add a close button to component and allow it to self dismiss.
|
|
90
|
+
*/
|
|
91
|
+
dismissible: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
required: false;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* index of the component.
|
|
98
|
+
*/
|
|
99
|
+
index: {
|
|
100
|
+
type: NumberConstructor;
|
|
101
|
+
default: undefined;
|
|
102
|
+
required: false;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Title node for your component.
|
|
106
|
+
*/
|
|
107
|
+
title: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: undefined;
|
|
110
|
+
required: false;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Toggle the visibility of component.
|
|
114
|
+
*/
|
|
115
|
+
visible: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
required: false;
|
|
119
|
+
};
|
|
120
|
+
}>> & {
|
|
80
121
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
81
122
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
82
123
|
}, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CToastBody: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
4
|
export { CToastBody };
|
|
@@ -8,11 +8,15 @@ declare const CToastHeader: import("vue").DefineComponent<{
|
|
|
8
8
|
};
|
|
9
9
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
/**
|
|
13
|
+
* Automatically add a close button to the header.
|
|
14
|
+
*/
|
|
15
|
+
closeButton: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
require: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>> & {
|
|
16
20
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
17
21
|
}, {
|
|
18
22
|
closeButton: boolean;
|
|
@@ -12,11 +12,19 @@ declare const CToaster: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
/**
|
|
17
|
+
* Describes the placement of component.
|
|
18
|
+
*
|
|
19
|
+
* @values 'top-start', 'top', 'top-end', 'middle-start', 'middle', 'middle-end', 'bottom-start', 'bottom', 'bottom-end'
|
|
20
|
+
*/
|
|
21
|
+
placement: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
require: boolean;
|
|
25
|
+
validator: (value: string) => boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
20
28
|
placement: string;
|
|
21
29
|
}>;
|
|
22
30
|
export { CToaster };
|
|
@@ -45,20 +45,48 @@ declare const CTooltip: import("vue").DefineComponent<{
|
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
}> | import("vue").VNode<import("vue").RendererNode, RendererElement, {
|
|
47
47
|
[key: string]: any;
|
|
48
|
-
}>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
}>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
+
/**
|
|
50
|
+
* Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
|
|
51
|
+
*/
|
|
52
|
+
content: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: undefined;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Offset of the tooltip relative to its target.
|
|
59
|
+
*/
|
|
60
|
+
offset: {
|
|
61
|
+
type: ArrayConstructor;
|
|
62
|
+
default: () => number[];
|
|
63
|
+
required: false;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
|
|
67
|
+
*/
|
|
68
|
+
placement: {
|
|
69
|
+
type: PropType<Placement>;
|
|
70
|
+
default: string;
|
|
71
|
+
required: false;
|
|
72
|
+
validator: (value: string) => boolean;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
|
|
76
|
+
*
|
|
77
|
+
* @values 'click', 'focus', 'hover'
|
|
78
|
+
*/
|
|
79
|
+
trigger: {
|
|
80
|
+
type: PropType<string | string[]>;
|
|
81
|
+
default: string;
|
|
82
|
+
required: false;
|
|
83
|
+
validator: (value: string | string[]) => boolean;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Toggle the visibility of tooltip component.
|
|
87
|
+
*/
|
|
88
|
+
visible: BooleanConstructor;
|
|
89
|
+
}>> & {
|
|
62
90
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
63
91
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
64
92
|
}, {
|