@coreui/vue-pro 4.0.3 → 4.1.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.
- 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 +24 -5
- 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/element-cover/index.d.ts +6 -0
- 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/index.d.ts +2 -0
- 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 +97 -23
- 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 +189 -0
- package/dist/components/placeholder/index.d.ts +6 -0
- package/dist/components/popover/CPopover.d.ts +51 -17
- 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 +281 -69
- package/dist/components/smart-table/CSmartTableBody.d.ts +37 -20
- 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 +42 -23
- 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 +89 -25
- 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 +46 -18
- 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 +43 -15
- package/dist/directives/index.d.ts +3 -2
- package/dist/directives/v-c-placeholder.d.ts +6 -0
- package/dist/directives/v-c-visible.d.ts +6 -0
- package/dist/index.es.js +760 -455
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +763 -453
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +1 -1
- package/src/components/button/CButton.ts +1 -0
- package/src/components/collapse/CCollapse.ts +49 -21
- package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +1 -1
- package/src/components/element-cover/index.ts +10 -0
- package/src/components/form/CFormInput.ts +6 -6
- package/src/components/form/CFormSelect.ts +21 -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/grid/CCol.ts +8 -8
- package/src/components/grid/CContainer.ts +3 -3
- package/src/components/grid/CRow.ts +6 -6
- package/src/components/index.ts +2 -0
- 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 +30 -20
- package/src/components/offcanvas/__tests__/COffcanvas.spec.ts +1 -1
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +2 -2
- package/src/components/placeholder/CPlaceholder.ts +139 -0
- package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +44 -0
- package/src/components/placeholder/__tests__/__snapshots__/CPlaceholder.spec.ts.snap +15 -0
- package/src/components/placeholder/index.ts +10 -0
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
- package/src/components/smart-table/CSmartTable.ts +38 -36
- package/src/components/smart-table/CSmartTableHead.ts +54 -44
- package/src/directives/index.ts +3 -2
- package/src/directives/v-c-placeholder.ts +32 -0
- package/src/directives/v-c-visible.ts +33 -0
- package/src/index.ts +2 -1
|
@@ -31,18 +31,38 @@ declare const CPaginationItem: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
34
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
/**
|
|
36
|
+
* Toggle the active state for the component.
|
|
37
|
+
*/
|
|
38
|
+
active: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Component used for the root node. Either a string to use a HTML element or a component.
|
|
44
|
+
*/
|
|
45
|
+
component: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: undefined;
|
|
48
|
+
required: false;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Toggle the disabled state for the component.
|
|
52
|
+
*/
|
|
53
|
+
disabled: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The href attribute specifies the URL of the page the link goes to.
|
|
59
|
+
*/
|
|
60
|
+
href: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: undefined;
|
|
63
|
+
required: false;
|
|
64
|
+
};
|
|
65
|
+
}>>, {
|
|
46
66
|
disabled: boolean;
|
|
47
67
|
component: string;
|
|
48
68
|
active: boolean;
|
|
@@ -119,34 +119,126 @@ declare const CSmartPagination: import("vue").DefineComponent<{
|
|
|
119
119
|
};
|
|
120
120
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
121
121
|
[key: string]: any;
|
|
122
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "activePageChange"[], "activePageChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
122
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "activePageChange"[], "activePageChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
/**
|
|
124
|
+
* Horizontall align
|
|
125
|
+
*
|
|
126
|
+
* @default 'start'
|
|
127
|
+
*/
|
|
128
|
+
align: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
require: boolean;
|
|
132
|
+
validator: (value: string) => boolean;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* Current page number
|
|
136
|
+
*
|
|
137
|
+
* @default 1
|
|
138
|
+
*/
|
|
139
|
+
activePage: {
|
|
140
|
+
type: NumberConstructor;
|
|
141
|
+
default: number;
|
|
142
|
+
require: boolean;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Show/hide arrows
|
|
146
|
+
*
|
|
147
|
+
* @default true
|
|
148
|
+
*/
|
|
149
|
+
arrows: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
default: boolean;
|
|
152
|
+
require: boolean;
|
|
153
|
+
};
|
|
154
|
+
/**
|
|
155
|
+
* Show/hide dots
|
|
156
|
+
*
|
|
157
|
+
* @default true
|
|
158
|
+
*/
|
|
159
|
+
dots: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
default: boolean;
|
|
162
|
+
require: boolean;
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* Show double arrows buttons
|
|
166
|
+
*
|
|
167
|
+
* @default true
|
|
168
|
+
*/
|
|
169
|
+
doubleArrows: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
require: boolean;
|
|
173
|
+
};
|
|
174
|
+
/**
|
|
175
|
+
* The content of 'firstButton' button
|
|
176
|
+
*
|
|
177
|
+
* @default '«'
|
|
178
|
+
*/
|
|
179
|
+
firstButton: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
require: boolean;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* The content of 'lastButton' button
|
|
186
|
+
*
|
|
187
|
+
* @default '»'
|
|
188
|
+
*/
|
|
189
|
+
lastButton: {
|
|
190
|
+
type: StringConstructor;
|
|
191
|
+
default: string;
|
|
192
|
+
require: boolean;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Maximum items number
|
|
196
|
+
*
|
|
197
|
+
* @default 5
|
|
198
|
+
*/
|
|
199
|
+
limit: {
|
|
200
|
+
type: NumberConstructor;
|
|
201
|
+
default: number;
|
|
202
|
+
require: boolean;
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* The content of 'nextButton' button
|
|
206
|
+
*
|
|
207
|
+
* @default '›'
|
|
208
|
+
*/
|
|
209
|
+
nextButton: {
|
|
210
|
+
type: StringConstructor;
|
|
211
|
+
default: string;
|
|
212
|
+
require: boolean;
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* Number of pages
|
|
216
|
+
*/
|
|
217
|
+
pages: {
|
|
218
|
+
type: NumberConstructor;
|
|
219
|
+
default: number;
|
|
220
|
+
require: boolean;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* The content of 'previousButton' button
|
|
224
|
+
*
|
|
225
|
+
* @default '‹'
|
|
226
|
+
*/
|
|
227
|
+
previousButton: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
default: string;
|
|
230
|
+
require: boolean;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Size of pagination, valid values: 'sm', 'lg'
|
|
234
|
+
*/
|
|
235
|
+
size: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: undefined;
|
|
238
|
+
required: false;
|
|
239
|
+
validator: (value: string) => boolean;
|
|
240
|
+
};
|
|
241
|
+
}>> & {
|
|
150
242
|
onActivePageChange?: ((...args: any[]) => any) | undefined;
|
|
151
243
|
}, {
|
|
152
244
|
size: string;
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
export declare const CPlaceholder: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Set animation type to better convey the perception of something being actively loaded.
|
|
4
|
+
*
|
|
5
|
+
* @values 'glow', 'wave'
|
|
6
|
+
*/
|
|
7
|
+
animation: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: undefined;
|
|
10
|
+
require: boolean;
|
|
11
|
+
validator: (value: string) => boolean;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
15
|
+
*
|
|
16
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
17
|
+
*/
|
|
18
|
+
color: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
validator: (value: string) => boolean;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Component used for the root node. Either a string to use a HTML element or a component.
|
|
24
|
+
*/
|
|
25
|
+
component: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Size the component extra small, small, or large.
|
|
32
|
+
*
|
|
33
|
+
* @values 'xs', 'sm', 'lg'
|
|
34
|
+
*/
|
|
35
|
+
size: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
required: false;
|
|
39
|
+
validator: (value: string) => boolean;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* The number of columns on extra small devices (<576px).
|
|
43
|
+
*/
|
|
44
|
+
xs: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
require: boolean;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* The number of columns on small devices (<768px).
|
|
51
|
+
*/
|
|
52
|
+
sm: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: undefined;
|
|
55
|
+
require: boolean;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The number of columns on medium devices (<992px).
|
|
59
|
+
*/
|
|
60
|
+
md: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
default: undefined;
|
|
63
|
+
require: boolean;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* The number of columns on large devices (<1200px).
|
|
67
|
+
*/
|
|
68
|
+
lg: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: undefined;
|
|
71
|
+
require: boolean;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* The number of columns on X-Large devices (<1400px).
|
|
75
|
+
*/
|
|
76
|
+
xl: {
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
default: undefined;
|
|
79
|
+
require: boolean;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* The number of columns on XX-Large devices (≥1400px).
|
|
83
|
+
*/
|
|
84
|
+
xxl: {
|
|
85
|
+
type: NumberConstructor;
|
|
86
|
+
default: undefined;
|
|
87
|
+
require: boolean;
|
|
88
|
+
};
|
|
89
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
+
/**
|
|
93
|
+
* Set animation type to better convey the perception of something being actively loaded.
|
|
94
|
+
*
|
|
95
|
+
* @values 'glow', 'wave'
|
|
96
|
+
*/
|
|
97
|
+
animation: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: undefined;
|
|
100
|
+
require: boolean;
|
|
101
|
+
validator: (value: string) => boolean;
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
105
|
+
*
|
|
106
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
107
|
+
*/
|
|
108
|
+
color: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
validator: (value: string) => boolean;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Component used for the root node. Either a string to use a HTML element or a component.
|
|
114
|
+
*/
|
|
115
|
+
component: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
required: false;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Size the component extra small, small, or large.
|
|
122
|
+
*
|
|
123
|
+
* @values 'xs', 'sm', 'lg'
|
|
124
|
+
*/
|
|
125
|
+
size: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: undefined;
|
|
128
|
+
required: false;
|
|
129
|
+
validator: (value: string) => boolean;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* The number of columns on extra small devices (<576px).
|
|
133
|
+
*/
|
|
134
|
+
xs: {
|
|
135
|
+
type: NumberConstructor;
|
|
136
|
+
default: undefined;
|
|
137
|
+
require: boolean;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* The number of columns on small devices (<768px).
|
|
141
|
+
*/
|
|
142
|
+
sm: {
|
|
143
|
+
type: NumberConstructor;
|
|
144
|
+
default: undefined;
|
|
145
|
+
require: boolean;
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* The number of columns on medium devices (<992px).
|
|
149
|
+
*/
|
|
150
|
+
md: {
|
|
151
|
+
type: NumberConstructor;
|
|
152
|
+
default: undefined;
|
|
153
|
+
require: boolean;
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* The number of columns on large devices (<1200px).
|
|
157
|
+
*/
|
|
158
|
+
lg: {
|
|
159
|
+
type: NumberConstructor;
|
|
160
|
+
default: undefined;
|
|
161
|
+
require: boolean;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* The number of columns on X-Large devices (<1400px).
|
|
165
|
+
*/
|
|
166
|
+
xl: {
|
|
167
|
+
type: NumberConstructor;
|
|
168
|
+
default: undefined;
|
|
169
|
+
require: boolean;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* The number of columns on XX-Large devices (≥1400px).
|
|
173
|
+
*/
|
|
174
|
+
xxl: {
|
|
175
|
+
type: NumberConstructor;
|
|
176
|
+
default: undefined;
|
|
177
|
+
require: boolean;
|
|
178
|
+
};
|
|
179
|
+
}>>, {
|
|
180
|
+
component: string;
|
|
181
|
+
size: string;
|
|
182
|
+
sm: number;
|
|
183
|
+
md: number;
|
|
184
|
+
lg: number;
|
|
185
|
+
xl: number;
|
|
186
|
+
xs: number;
|
|
187
|
+
xxl: number;
|
|
188
|
+
animation: string;
|
|
189
|
+
}>;
|
|
@@ -53,30 +53,64 @@ declare const CPopover: import("vue").DefineComponent<{
|
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
}> | import("vue").VNode<import("vue").RendererNode, RendererElement, {
|
|
55
55
|
[key: string]: any;
|
|
56
|
-
}>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
56
|
+
}>[] | 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<{
|
|
57
|
+
/**
|
|
58
|
+
* Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
|
|
59
|
+
*/
|
|
60
|
+
content: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: undefined;
|
|
63
|
+
required: false;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Offset of the popover relative to its target.
|
|
67
|
+
*/
|
|
68
|
+
offset: {
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
default: () => number[];
|
|
71
|
+
required: false;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* 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.
|
|
75
|
+
*/
|
|
76
|
+
placement: {
|
|
77
|
+
type: PropType<Placement>;
|
|
78
|
+
default: string;
|
|
79
|
+
required: false;
|
|
80
|
+
validator: (value: string) => boolean;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Title for your component. If you want to pass non-string value please use dedicated slot `<template #title>...</template>`
|
|
84
|
+
*/
|
|
85
|
+
title: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: undefined;
|
|
88
|
+
required: false;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
|
|
92
|
+
*
|
|
93
|
+
* @values 'click', 'focus', 'hover'
|
|
94
|
+
*/
|
|
95
|
+
trigger: {
|
|
96
|
+
type: PropType<string | string[]>;
|
|
97
|
+
default: string;
|
|
98
|
+
required: false;
|
|
99
|
+
validator: (value: string | string[]) => boolean;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Toggle the visibility of popover component.
|
|
103
|
+
*/
|
|
104
|
+
visible: BooleanConstructor;
|
|
105
|
+
}>> & {
|
|
72
106
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
73
107
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
74
108
|
}, {
|
|
75
109
|
visible: boolean;
|
|
76
110
|
placement: Placement;
|
|
77
111
|
trigger: string | string[];
|
|
112
|
+
title: string;
|
|
78
113
|
content: string;
|
|
79
114
|
offset: unknown[];
|
|
80
|
-
title: string;
|
|
81
115
|
}>;
|
|
82
116
|
export { CPopover };
|
|
@@ -36,18 +36,43 @@ declare const CProgressBar: import("vue").DefineComponent<{
|
|
|
36
36
|
};
|
|
37
37
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
39
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
/**
|
|
41
|
+
* Use to animate the stripes right to left via CSS3 animations.
|
|
42
|
+
*/
|
|
43
|
+
animated: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
required: false;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
49
|
+
*
|
|
50
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
|
|
51
|
+
*/
|
|
52
|
+
color: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
validator: (value: string) => boolean;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* The percent to progress the ProgressBar.
|
|
58
|
+
*/
|
|
59
|
+
value: {
|
|
60
|
+
type: NumberConstructor;
|
|
61
|
+
required: false;
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Set the progress bar variant to optional striped.
|
|
66
|
+
*
|
|
67
|
+
* @values 'striped'
|
|
68
|
+
*/
|
|
69
|
+
variant: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: undefined;
|
|
72
|
+
require: boolean;
|
|
73
|
+
validator: (value: string) => boolean;
|
|
74
|
+
};
|
|
75
|
+
}>>, {
|
|
51
76
|
value: number;
|
|
52
77
|
variant: string;
|
|
53
78
|
animated: boolean;
|
|
@@ -56,26 +56,65 @@ declare const CSidebar: import("vue").DefineComponent<{
|
|
|
56
56
|
* Toggle the visibility of sidebar component.
|
|
57
57
|
*/
|
|
58
58
|
visible: BooleanConstructor;
|
|
59
|
-
}, () => any[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "visible-change")[], "hide" | "show" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
59
|
+
}, () => any[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "visible-change")[], "hide" | "show" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
+
/**
|
|
61
|
+
* Sets if the color of text should be colored for a light or dark dark background.
|
|
62
|
+
*
|
|
63
|
+
* @values 'dark', light'
|
|
64
|
+
*/
|
|
65
|
+
colorScheme: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: undefined;
|
|
68
|
+
validator: (value: string) => boolean;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Make sidebar narrow.
|
|
72
|
+
*/
|
|
73
|
+
narrow: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
required: false;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Set sidebar to overlaid variant.
|
|
79
|
+
*/
|
|
80
|
+
overlaid: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
required: false;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Components placement, there’s no default placement.
|
|
86
|
+
* @values 'start', 'end'
|
|
87
|
+
*/
|
|
88
|
+
placement: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: undefined;
|
|
91
|
+
validator: (value: string) => boolean;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Place sidebar in non-static positions.
|
|
95
|
+
*/
|
|
96
|
+
position: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: undefined;
|
|
99
|
+
validator: (value: string) => boolean;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Size the component small, large, or extra large.
|
|
103
|
+
*/
|
|
104
|
+
size: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: undefined;
|
|
107
|
+
validator: (value: string) => boolean;
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* Expand narrowed sidebar on hover.
|
|
111
|
+
*/
|
|
112
|
+
unfoldable: BooleanConstructor;
|
|
113
|
+
/**
|
|
114
|
+
* Toggle the visibility of sidebar component.
|
|
115
|
+
*/
|
|
116
|
+
visible: BooleanConstructor;
|
|
117
|
+
}>> & {
|
|
79
118
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
80
119
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
81
120
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CSidebarBrand: 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 { CSidebarBrand };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CSidebarFooter: 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 { CSidebarFooter };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CSidebarHeader: 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 { CSidebarHeader };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CSidebarNav: 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 { CSidebarNav };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const CSidebarToggler: 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 { CSidebarToggler };
|