@coreui/vue-pro 4.3.0 → 4.4.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.
Files changed (146) hide show
  1. package/README.md +113 -5
  2. package/dist/components/accordion/CAccordion.d.ts +1 -1
  3. package/dist/components/accordion/CAccordionBody.d.ts +1 -1
  4. package/dist/components/accordion/CAccordionButton.d.ts +1 -1
  5. package/dist/components/accordion/CAccordionHeader.d.ts +1 -1
  6. package/dist/components/accordion/CAccordionItem.d.ts +1 -1
  7. package/dist/components/accordion/index.d.ts +1 -2
  8. package/dist/components/alert/CAlertHeading.d.ts +1 -1
  9. package/dist/components/alert/CAlertLink.d.ts +1 -1
  10. package/dist/components/avatar/CAvatar.d.ts +1 -1
  11. package/dist/components/backdrop/CBackdrop.d.ts +1 -1
  12. package/dist/components/badge/CBadge.d.ts +1 -1
  13. package/dist/components/breadcrumb/CBreadcrumb.d.ts +1 -1
  14. package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +1 -1
  15. package/dist/components/button-group/CButtonGroup.d.ts +1 -1
  16. package/dist/components/button-group/CButtonToolbar.d.ts +1 -1
  17. package/dist/components/callout/CCallout.d.ts +1 -1
  18. package/dist/components/card/CCard.d.ts +1 -1
  19. package/dist/components/card/CCardBody.d.ts +1 -1
  20. package/dist/components/card/CCardFooter.d.ts +1 -1
  21. package/dist/components/card/CCardGroup.d.ts +1 -1
  22. package/dist/components/card/CCardHeader.d.ts +1 -1
  23. package/dist/components/card/CCardImage.d.ts +1 -1
  24. package/dist/components/card/CCardImageOverlay.d.ts +1 -1
  25. package/dist/components/card/CCardLink.d.ts +1 -1
  26. package/dist/components/card/CCardSubtitle.d.ts +1 -1
  27. package/dist/components/card/CCardText.d.ts +1 -1
  28. package/dist/components/card/CCardTitle.d.ts +1 -1
  29. package/dist/components/carousel/CCarousel.d.ts +1 -1
  30. package/dist/components/carousel/CCarouselCaption.d.ts +1 -1
  31. package/dist/components/carousel/CCarouselItem.d.ts +1 -1
  32. package/dist/components/date-picker/CDatePicker.d.ts +18 -2
  33. package/dist/components/date-range-picker/CDateRangePicker.d.ts +23 -2
  34. package/dist/components/dropdown/CDropdown.d.ts +2 -2
  35. package/dist/components/dropdown/CDropdownDivider.d.ts +1 -1
  36. package/dist/components/dropdown/CDropdownHeader.d.ts +1 -1
  37. package/dist/components/dropdown/CDropdownItem.d.ts +1 -1
  38. package/dist/components/dropdown/CDropdownMenu.d.ts +1 -1
  39. package/dist/components/dropdown/CDropdownToggle.d.ts +1 -1
  40. package/dist/components/element-cover/CElementCover.d.ts +1 -1
  41. package/dist/components/footer/CFooter.d.ts +1 -1
  42. package/dist/components/form/CForm.d.ts +1 -1
  43. package/dist/components/form/CFormControl.d.ts +1 -1
  44. package/dist/components/form/CFormControlValidation.d.ts +1 -1
  45. package/dist/components/form/CFormControlWrapper.d.ts +1 -1
  46. package/dist/components/form/CFormFeedback.d.ts +1 -1
  47. package/dist/components/form/CFormFloating.d.ts +1 -1
  48. package/dist/components/form/CFormInput.d.ts +9 -3
  49. package/dist/components/form/CFormLabel.d.ts +1 -1
  50. package/dist/components/form/CFormText.d.ts +1 -1
  51. package/dist/components/form/CInputGroup.d.ts +1 -1
  52. package/dist/components/form/CInputGroupText.d.ts +1 -1
  53. package/dist/components/grid/CCol.d.ts +1 -1
  54. package/dist/components/grid/CContainer.d.ts +1 -1
  55. package/dist/components/grid/CRow.d.ts +1 -1
  56. package/dist/components/header/CHeader.d.ts +1 -1
  57. package/dist/components/header/CHeaderBrand.d.ts +1 -1
  58. package/dist/components/header/CHeaderDivider.d.ts +1 -1
  59. package/dist/components/header/CHeaderNav.d.ts +1 -1
  60. package/dist/components/header/CHeaderText.d.ts +1 -1
  61. package/dist/components/header/CHeaderToggler.d.ts +1 -1
  62. package/dist/components/image/CImage.d.ts +1 -1
  63. package/dist/components/list-group/CListGroup.d.ts +1 -1
  64. package/dist/components/list-group/CListGroupItem.d.ts +1 -1
  65. package/dist/components/modal/CModalBody.d.ts +1 -1
  66. package/dist/components/modal/CModalFooter.d.ts +1 -1
  67. package/dist/components/modal/CModalHeader.d.ts +1 -1
  68. package/dist/components/modal/CModalTitle.d.ts +1 -1
  69. package/dist/components/nav/CNav.d.ts +1 -1
  70. package/dist/components/nav/CNavGroupItems.d.ts +1 -1
  71. package/dist/components/nav/CNavItem.d.ts +1 -1
  72. package/dist/components/nav/CNavLink.d.ts +1 -1
  73. package/dist/components/nav/CNavTitle.d.ts +1 -1
  74. package/dist/components/navbar/CNavbar.d.ts +1 -1
  75. package/dist/components/navbar/CNavbarBrand.d.ts +1 -1
  76. package/dist/components/navbar/CNavbarNav.d.ts +1 -1
  77. package/dist/components/navbar/CNavbarText.d.ts +1 -1
  78. package/dist/components/navbar/CNavbarToggler.d.ts +1 -1
  79. package/dist/components/offcanvas/COffcanvasBody.d.ts +1 -1
  80. package/dist/components/offcanvas/COffcanvasHeader.d.ts +1 -1
  81. package/dist/components/offcanvas/COffcanvasTitle.d.ts +1 -1
  82. package/dist/components/pagination/CPagination.d.ts +1 -1
  83. package/dist/components/pagination/CPaginationItem.d.ts +1 -1
  84. package/dist/components/placeholder/CPlaceholder.d.ts +1 -1
  85. package/dist/components/progress/CProgress.d.ts +1 -1
  86. package/dist/components/progress/CProgressBar.d.ts +1 -1
  87. package/dist/components/sidebar/CSidebarBrand.d.ts +1 -1
  88. package/dist/components/sidebar/CSidebarFooter.d.ts +1 -1
  89. package/dist/components/sidebar/CSidebarHeader.d.ts +1 -1
  90. package/dist/components/sidebar/CSidebarNav.d.ts +1 -1
  91. package/dist/components/sidebar/CSidebarToggler.d.ts +1 -1
  92. package/dist/components/spinner/CSpinner.d.ts +1 -1
  93. package/dist/components/table/CTable.d.ts +20 -1
  94. package/dist/components/table/CTableBody.d.ts +1 -1
  95. package/dist/components/table/CTableCaption.d.ts +1 -1
  96. package/dist/components/table/CTableDataCell.d.ts +1 -1
  97. package/dist/components/table/CTableFoot.d.ts +1 -1
  98. package/dist/components/table/CTableHead.d.ts +1 -1
  99. package/dist/components/table/CTableHeaderCell.d.ts +1 -1
  100. package/dist/components/table/CTableRow.d.ts +1 -1
  101. package/dist/components/tabs/CTabContent.d.ts +1 -1
  102. package/dist/components/toast/CToastBody.d.ts +1 -1
  103. package/dist/components/toast/CToaster.d.ts +1 -1
  104. package/dist/components/widgets/CWidgetStatsA.d.ts +1 -1
  105. package/dist/components/widgets/CWidgetStatsB.d.ts +1 -1
  106. package/dist/components/widgets/CWidgetStatsC.d.ts +1 -1
  107. package/dist/components/widgets/CWidgetStatsD.d.ts +1 -1
  108. package/dist/components/widgets/CWidgetStatsE.d.ts +1 -1
  109. package/dist/components/widgets/CWidgetStatsF.d.ts +1 -1
  110. package/dist/directives/v-c-popover.d.ts +1 -1
  111. package/dist/directives/v-c-tooltip.d.ts +1 -1
  112. package/dist/index.es.js +4952 -1662
  113. package/dist/index.es.js.map +1 -1
  114. package/dist/index.js +4951 -1662
  115. package/dist/index.js.map +1 -1
  116. package/dist/utils/calendar.d.ts +3 -3
  117. package/package.json +13 -13
  118. package/src/components/accordion/index.ts +0 -3
  119. package/src/components/close-button/CCloseButton.ts +1 -0
  120. package/src/components/close-button/__tests__/__snapshots__/CCloseButton.spec.ts.snap +2 -2
  121. package/src/components/date-picker/CDatePicker.ts +11 -1
  122. package/src/components/date-range-picker/CDateRangePicker.ts +20 -1
  123. package/src/components/dropdown/CDropdown.ts +18 -3
  124. package/src/components/form/CFormCheck.ts +8 -10
  125. package/src/components/form/CFormControlWrapper.ts +1 -1
  126. package/src/components/form/CFormInput.ts +2 -1
  127. package/src/components/form/CFormSelect.ts +1 -0
  128. package/src/components/form/CFormTextarea.ts +8 -0
  129. package/src/components/form/__tests__/CFormInput.spec.ts +11 -11
  130. package/src/components/form/__tests__/CFormRange.spec.ts +9 -9
  131. package/src/components/form/__tests__/CFormSelect.spec.ts +4 -4
  132. package/src/components/form/__tests__/CFormTextarea.spec.ts +4 -4
  133. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +8 -2
  134. package/src/components/form/__tests__/__snapshots__/CFormRange.spec.ts.snap +1 -1
  135. package/src/components/modal/CModal.ts +4 -0
  136. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +1 -2
  137. package/src/components/modal/__tests__/__snapshots__/CModalHeader.spec.ts.snap +2 -2
  138. package/src/components/sidebar/CSidebar.ts +2 -3
  139. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
  140. package/src/components/table/CTable.ts +10 -0
  141. package/src/components/time-picker/CTimePicker.ts +1 -0
  142. package/src/components/toast/__tests__/__snapshots__/CToastClose.spec.ts.snap +1 -1
  143. package/src/components/toast/__tests__/__snapshots__/CToastHeader.spec.ts.snap +1 -1
  144. package/src/directives/v-c-popover.ts +1 -1
  145. package/src/directives/v-c-tooltip.ts +1 -1
  146. package/src/components/accordion/CAccordionCollapse.ts +0 -28
package/README.md CHANGED
@@ -20,21 +20,24 @@
20
20
  ·
21
21
  <a href="https://github.com/coreui/coreui-vue-pro/issues/new?template=feature_request.md">Request feature</a>
22
22
  ·
23
- <a href="https://blog.coreui.io/">Blog</a>
23
+ <a href="https://coreui.io/blog/">Blog</a>
24
24
  </p>
25
25
 
26
26
 
27
27
  ## Table of contents
28
28
 
29
29
  - [Quick start](#quick-start)
30
+ - [Components](#components)
30
31
  - [Status](#status)
31
- - [What's included](#whats-included)
32
32
  - [Bugs and feature requests](#bugs-and-feature-requests)
33
33
  - [Documentation](#documentation)
34
+ - [Frameworks](#frameworks)
35
+ - [Templates](#templates)
34
36
  - [Contributing](#contributing)
35
37
  - [Community](#community)
36
38
  - [Versioning](#versioning)
37
39
  - [Creators](#creators)
40
+ - [Support CoreUI Development](#support-coreui-development)
38
41
  - [Copyright and license](#copyright-and-license)
39
42
 
40
43
  ## Quick start
@@ -43,7 +46,7 @@
43
46
 
44
47
  Several quick start options are available:
45
48
 
46
- - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.3.0.zip)
49
+ - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v4.3.1.zip)
47
50
  - Clone the repo: `git clone https://github.com/coreui/coreui-vue-pro.git`
48
51
  - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue-pro`
49
52
  - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue-pro`
@@ -72,6 +75,55 @@ npm install @coreui/coreui-pro --save
72
75
  import '@coreui/coreui-pro/dist/css/coreui.min.css'
73
76
  ```
74
77
 
78
+ ## Components
79
+
80
+ - [Vue Accordion](https://coreui.io/vue/docs/components/accordion.html)
81
+ - [Vue Alert](https://coreui.io/vue/docs/components/alert.html)
82
+ - [Vue Avatar](https://coreui.io/vue/docs/components/avatar.html)
83
+ - [Vue Badge](https://coreui.io/vue/docs/components/badge.html)
84
+ - [Vue Breadcrumb](https://coreui.io/vue/docs/components/breadcrumb.html)
85
+ - [Vue Button](https://coreui.io/vue/docs/components/button.html)
86
+ - [Vue Button Group](https://coreui.io/vue/docs/components/button-group.html)
87
+ - [Vue Callout](https://coreui.io/vue/docs/components/callout.html)
88
+ - [Vue Card](https://coreui.io/vue/docs/components/card.html)
89
+ - [Vue Carousel](https://coreui.io/vue/docs/components/carousel.html)
90
+ - [Vue Checkbox](https://coreui.io/vue/docs/forms/checkbox.html)
91
+ - [Vue Close Button](https://coreui.io/vue/docs/components/close-button.html)
92
+ - [Vue Collapse](https://coreui.io/vue/docs/components/collapse.html)
93
+ - [Vue Date Picker](https://coreui.io/vue/docs/forms/date-picker.html) **PRO**
94
+ - [Vue Date Range Picker](https://coreui.io/vue/docs/forms/date-range-picker.html) **PRO**
95
+ - [Vue Dropdown](https://coreui.io/vue/docs/components/dropdown.html)
96
+ - [Vue Floating Labels](https://coreui.io/vue/docs/forms/floating-labels.html)
97
+ - [Vue Footer](https://coreui.io/vue/docs/components/footer.html)
98
+ - [Vue Header](https://coreui.io/vue/docs/components/header.html)
99
+ - [Vue Image](https://coreui.io/vue/docs/components/image.html)
100
+ - [Vue Input](https://coreui.io/vue/docs/forms/input.html)
101
+ - [Vue Input Group](https://coreui.io/vue/docs/forms/input-group.html)
102
+ - [Vue List Group](https://coreui.io/vue/docs/components/list-group.html)
103
+ - [Vue Loading Button](https://coreui.io/vue/docs/components/loading-button.html) **PRO**
104
+ - [Vue Modal](https://coreui.io/vue/docs/components/modal.html)
105
+ - [Vue Multi Select](https://coreui.io/vue/docs/forms/multi-select.html) **PRO**
106
+ - [Vue Navs & Tabs](https://coreui.io/vue/docs/components/navs-tabs.html)
107
+ - [Vue Navbar](https://coreui.io/vue/docs/components/navbar.html)
108
+ - [Vue Offcanvas](https://coreui.io/vue/docs/components/offcanvas.html)
109
+ - [Vue Pagination](https://coreui.io/vue/docs/components/pagination.html)
110
+ - [Vue Placeholder](https://coreui.io/vue/docs/components/placeholder.html)
111
+ - [Vue Popover](https://coreui.io/vue/docs/components/popover.html)
112
+ - [Vue Progress](https://coreui.io/vue/docs/components/progress.html)
113
+ - [Vue Radio](https://coreui.io/vue/docs/forms/radio.html)
114
+ - [Vue Range](https://coreui.io/vue/docs/forms/range.html)
115
+ - [Vue Select](https://coreui.io/vue/docs/forms/select.html)
116
+ - [Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html)
117
+ - [Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html) **PRO**
118
+ - [Vue Smart Table](https://coreui.io/vue/docs/components/smart-table.html) **PRO**
119
+ - [Vue Spinner](https://coreui.io/vue/docs/components/spinner.html)
120
+ - [Vue Switch](https://coreui.io/vue/docs/forms/switch.html)
121
+ - [Vue Table](https://coreui.io/vue/docs/components/table.html)
122
+ - [Vue Textarea](https://coreui.io/vue/docs/forms/textarea.html)
123
+ - [Vue Time Picker](https://coreui.io/vue/docs/forms/time-picker.html) **PRO**
124
+ - [Vue Toast](https://coreui.io/vue/docs/components/toast.html)
125
+ - [Vue Tooltip](https://coreui.io/vue/docs/components/tooltip.html)
126
+
75
127
  ## Status
76
128
 
77
129
  [![Build Status](https://github.com/coreui/coreui-vue-pro/workflows/JS%20Tests/badge.svg?branch=main)](https://github.com/coreui/coreui-vue-pro/actions?query=workflow%3AJS+Tests+branch%3Amain)
@@ -95,6 +147,24 @@ The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI f
95
147
  3. From the root directory, run `yarn docs:dev` or `npm run docs:dev` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
96
148
  4. Open `http://localhost:8000/` in your browser, and voilà.
97
149
 
150
+ ## Frameworks
151
+
152
+ CoreUI supports most popular frameworks.
153
+
154
+ - [CoreUI for Angular](https://github.com/coreui/coreui-angular)
155
+ - [CoreUI for Bootstrap (Vanilla JS)](https://github.com/coreui/coreui)
156
+ - [CoreUI for React](https://github.com/coreui/coreui-react)
157
+ - [CoreUI for Vue](https://github.com/coreui/coreui-vue)
158
+
159
+ ## Templates
160
+
161
+ Fully featured, out-of-the-box, templates for your application based on CoreUI.
162
+
163
+ - [Angular Admin Template](https://coreui.io/angular)
164
+ - [Bootstrap Admin Template](https://coreui.io/)
165
+ - [React Admin Template](https://coreui.io/react)
166
+ - [Vue Admin Template](https://coreui.io/vue)
167
+
98
168
  ## Contributing
99
169
 
100
170
  Please read through our [contributing guidelines](https://github.com/coreui/coreui-vue-pro/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
@@ -105,7 +175,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
105
175
 
106
176
  Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
107
177
 
108
- - Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
178
+ - Read and subscribe to [The Official CoreUI Blog](https://coreui.io/blog/).
109
179
 
110
180
  You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
111
181
 
@@ -130,8 +200,46 @@ See [the Releases section of our project](https://github.com/coreui/coreui-vue-p
130
200
 
131
201
  - <https://github.com/orgs/coreui/people>
132
202
 
203
+ ## Support CoreUI Development
204
+
205
+ CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the [CoreUI PRO](https://coreui.io/pricing/) or by becoming a sponsor via [Open Collective](https://opencollective.com/coreui/).
206
+
207
+ <!--- StartOpenCollectiveBackers -->
208
+
209
+ ### Platinum Sponsors
210
+
211
+ Support this project by [becoming a Platinum Sponsor](https://opencollective.com/coreui/contribute/platinum-sponsor-40959/). A large company logo will be added here with a link to your website.
212
+
213
+ <a href="https://opencollective.com/coreui/contribute/platinum-sponsor-40959/checkout"><img src="https://opencollective.com/coreui/tiers/platinum-sponsor/0/avatar.svg?avatarHeight=100"></a>
214
+
215
+ ### Gold Sponsors
216
+
217
+ Support this project by [becoming a Gold Sponsor](https://opencollective.com/coreui/contribute/gold-sponsor-40960/). A big company logo will be added here with a link to your website.
218
+
219
+ <a href="https://opencollective.com/coreui/contribute/gold-sponsor-40960/checkout"><img src="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
220
+
221
+ ### Silver Sponsors
222
+
223
+ Support this project by [becoming a Silver Sponsor](https://opencollective.com/coreui/contribute/silver-sponsor-40967/). A medium company logo will be added here with a link to your website.
224
+
225
+ <a href="https://opencollective.com/coreui/contribute/silver-sponsor-40967/checkout"><img src="https://opencollective.com/coreui/tiers/gold-sponsor/0/avatar.svg?avatarHeight=100"></a>
226
+
227
+ ### Bronze Sponsors
228
+
229
+ Support this project by [becoming a Bronze Sponsor](https://opencollective.com/coreui/contribute/bronze-sponsor-40966/). The company avatar will show up here with a link to your OpenCollective Profile.
230
+
231
+ <a href="https://opencollective.com/coreui/contribute/bronze-sponsor-40966/checkout"><img src="https://opencollective.com/coreui/tiers/bronze-sponsor/0/avatar.svg?avatarHeight=100"></a>
232
+
233
+ ### Backers
234
+
235
+ Thanks to all the backers and sponsors! Support this project by [becoming a backer](https://opencollective.com/coreui/contribute/backer-40965/).
236
+
237
+ <a href="https://opencollective.com/coreui/contribute/backer-40965/checkout" target="_blank" rel="noopener"><img src="https://opencollective.com/coreui/backers.svg?width=890"></a>
238
+
239
+ <!--- EndOpenCollectiveBackers -->
240
+
133
241
  ## Copyright and license
134
242
 
135
- Copyright (c) 2021 creativeLabs Łukasz Holeczek
243
+ Copyright (c) 2022 creativeLabs Łukasz Holeczek
136
244
 
137
245
  This is commercial software. To use it, you have to own a commercial license.
@@ -17,7 +17,7 @@ declare const CAccordion: import("vue").DefineComponent<{
17
17
  flush: BooleanConstructor;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  /**
22
22
  * The active item key.
23
23
  */
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionBody: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionBody };
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionButton: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionButton };
@@ -1,4 +1,4 @@
1
1
  declare const CAccordionHeader: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CAccordionHeader };
@@ -9,7 +9,7 @@ declare const CAccordionItem: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * The item key.
15
15
  */
@@ -2,10 +2,9 @@ import { App } from 'vue';
2
2
  import { CAccordion } from './CAccordion';
3
3
  import { CAccordionBody } from './CAccordionBody';
4
4
  import { CAccordionButton } from './CAccordionButton';
5
- import { CAccordionCollapse } from './CAccordionCollapse';
6
5
  import { CAccordionHeader } from './CAccordionHeader';
7
6
  import { CAccordionItem } from './CAccordionItem';
8
7
  declare const CAccordionPlugin: {
9
8
  install: (app: App) => void;
10
9
  };
11
- export { CAccordionPlugin, CAccordion, CAccordionBody, CAccordionButton, CAccordionCollapse, CAccordionHeader, CAccordionItem, };
10
+ export { CAccordionPlugin, CAccordion, CAccordionBody, CAccordionButton, CAccordionHeader, CAccordionItem, };
@@ -9,7 +9,7 @@ export declare const CAlertHeading: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */
@@ -1,3 +1,3 @@
1
1
  export declare const CAlertLink: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -58,7 +58,7 @@ declare const CAvatar: import("vue").DefineComponent<{
58
58
  };
59
59
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  /**
63
63
  * Sets the color context of the component to one of CoreUI’s themed colors.
64
64
  *
@@ -10,7 +10,7 @@ declare const CBackdrop: 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, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  /**
15
15
  * Toggle the visibility of modal component.
16
16
  */
@@ -58,7 +58,7 @@ declare const CBadge: import("vue").DefineComponent<{
58
58
  };
59
59
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  /**
63
63
  * Sets the color context of the component to one of CoreUI’s themed colors.
64
64
  *
@@ -1,4 +1,4 @@
1
1
  declare const CBreadcrumb: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CBreadcrumb };
@@ -16,7 +16,7 @@ declare const CBreadcrumbItem: import("vue").DefineComponent<{
16
16
  };
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
19
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  /**
21
21
  * Toggle the active state for the component.
22
22
  */
@@ -19,7 +19,7 @@ declare const CButtonGroup: import("vue").DefineComponent<{
19
19
  };
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  /**
24
24
  * Size the component small or large.
25
25
  *
@@ -1,4 +1,4 @@
1
1
  declare const CButtonToolbar: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CButtonToolbar };
@@ -10,7 +10,7 @@ declare const CCallout: 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<import("vue").ExtractPropTypes<{
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  /**
15
15
  * Sets the color context of the component to one of CoreUI’s themed colors.
16
16
  *
@@ -19,7 +19,7 @@ declare const CCard: import("vue").DefineComponent<{
19
19
  };
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  /**
24
24
  * Sets the color context of the component to one of CoreUI’s themed colors.
25
25
  *
@@ -1,4 +1,4 @@
1
1
  declare const CCardBody: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCardBody };
@@ -1,4 +1,4 @@
1
1
  declare const CCardFooter: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCardFooter };
@@ -1,4 +1,4 @@
1
1
  declare const CCardGroup: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCardGroup };
@@ -9,7 +9,7 @@ declare const CCardHeader: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */
@@ -20,7 +20,7 @@ declare const CCardImage: import("vue").DefineComponent<{
20
20
  };
21
21
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
22
  [key: string]: any;
23
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  /**
25
25
  * Component used for the root node. Either a string to use a HTML element or a component.
26
26
  */
@@ -1,4 +1,4 @@
1
1
  declare const CCardImageOverlay: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCardImageOverlay };
@@ -9,7 +9,7 @@ declare const CCardLink: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * The href attribute specifies the URL of the page the link goes to.
15
15
  */
@@ -9,7 +9,7 @@ declare const CCardSubtitle: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */
@@ -9,7 +9,7 @@ declare const CCardText: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */
@@ -9,7 +9,7 @@ declare const CCardTitle: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */
@@ -58,7 +58,7 @@ declare const CCarousel: import("vue").DefineComponent<{
58
58
  };
59
59
  }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  /**
63
63
  * Adding in the previous and next controls.
64
64
  */
@@ -1,4 +1,4 @@
1
1
  declare const CCarouselCaption: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CCarouselCaption };
@@ -24,7 +24,7 @@ declare const CCarouselItem: import("vue").DefineComponent<{
24
24
  };
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  /**
29
29
  * @ignore
30
30
  */
@@ -126,6 +126,13 @@ declare const CDatePicker: import("vue").DefineComponent<{
126
126
  * Toggle visibility of footer element or set the content of footer.
127
127
  */
128
128
  footer: BooleanConstructor;
129
+ /**
130
+ * The id global attribute defines an identifier (ID) that must be unique in the whole document.
131
+ *
132
+ * The name attribute for the input element is generated based on the `id` property:
133
+ * - {id}-date
134
+ */
135
+ id: StringConstructor;
129
136
  /**
130
137
  * Toggle visibility or set the content of the input indicator.
131
138
  */
@@ -196,7 +203,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
196
203
  };
197
204
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
198
205
  [key: string]: any;
199
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
206
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "date-change"[], "date-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
200
207
  /**
201
208
  * Default date of the component
202
209
  */
@@ -323,6 +330,13 @@ declare const CDatePicker: import("vue").DefineComponent<{
323
330
  * Toggle visibility of footer element or set the content of footer.
324
331
  */
325
332
  footer: BooleanConstructor;
333
+ /**
334
+ * The id global attribute defines an identifier (ID) that must be unique in the whole document.
335
+ *
336
+ * The name attribute for the input element is generated based on the `id` property:
337
+ * - {id}-date
338
+ */
339
+ id: StringConstructor;
326
340
  /**
327
341
  * Toggle visibility or set the content of the input indicator.
328
342
  */
@@ -391,7 +405,9 @@ declare const CDatePicker: import("vue").DefineComponent<{
391
405
  default: number;
392
406
  validator: (value: string | number) => boolean;
393
407
  };
394
- }>>, {
408
+ }>> & {
409
+ "onDate-change"?: ((...args: any[]) => any) | undefined;
410
+ }, {
395
411
  disabled: boolean;
396
412
  firstDayOfWeek: number;
397
413
  locale: string;
@@ -133,6 +133,14 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
133
133
  * Toggle visibility of footer element or set the content of footer.
134
134
  */
135
135
  footer: BooleanConstructor;
136
+ /**
137
+ * The id global attribute defines an identifier (ID) that must be unique in the whole document.
138
+ *
139
+ * The name attributes for input elements are generated based on the `id` property:
140
+ * - {id}-start-date
141
+ * - {id}-end-date
142
+ */
143
+ id: StringConstructor;
136
144
  /**
137
145
  * Toggle visibility or set the content of the input indicator.
138
146
  */
@@ -267,7 +275,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
267
275
  };
268
276
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
269
277
  [key: string]: any;
270
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
278
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "start-date-change" | "end-date-change")[], "hide" | "show" | "start-date-change" | "end-date-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
271
279
  /**
272
280
  * The number of calendars that render on desktop devices.
273
281
  */
@@ -401,6 +409,14 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
401
409
  * Toggle visibility of footer element or set the content of footer.
402
410
  */
403
411
  footer: BooleanConstructor;
412
+ /**
413
+ * The id global attribute defines an identifier (ID) that must be unique in the whole document.
414
+ *
415
+ * The name attributes for input elements are generated based on the `id` property:
416
+ * - {id}-start-date
417
+ * - {id}-end-date
418
+ */
419
+ id: StringConstructor;
404
420
  /**
405
421
  * Toggle visibility or set the content of the input indicator.
406
422
  */
@@ -533,7 +549,12 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
533
549
  default: number;
534
550
  validator: (value: string | number) => boolean;
535
551
  };
536
- }>>, {
552
+ }>> & {
553
+ onHide?: ((...args: any[]) => any) | undefined;
554
+ onShow?: ((...args: any[]) => any) | undefined;
555
+ "onStart-date-change"?: ((...args: any[]) => any) | undefined;
556
+ "onEnd-date-change"?: ((...args: any[]) => any) | undefined;
557
+ }, {
537
558
  disabled: boolean;
538
559
  calendars: number;
539
560
  firstDayOfWeek: number;
@@ -34,7 +34,7 @@ declare const CDropdown: import("vue").DefineComponent<{
34
34
  /**
35
35
  * Sets a specified direction and location of the dropdown menu.
36
36
  *
37
- * @values 'dropup', 'dropend', 'dropstart'
37
+ * @values 'center', 'dropup', 'dropup-center', 'dropend', 'dropstart'
38
38
  */
39
39
  direction: {
40
40
  type: StringConstructor;
@@ -131,7 +131,7 @@ declare const CDropdown: import("vue").DefineComponent<{
131
131
  /**
132
132
  * Sets a specified direction and location of the dropdown menu.
133
133
  *
134
- * @values 'dropup', 'dropend', 'dropstart'
134
+ * @values 'center', 'dropup', 'dropup-center', 'dropend', 'dropstart'
135
135
  */
136
136
  direction: {
137
137
  type: StringConstructor;
@@ -1,4 +1,4 @@
1
1
  declare const CDropdownDivider: 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<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CDropdownDivider };
@@ -9,7 +9,7 @@ declare const CDropdownHeader: import("vue").DefineComponent<{
9
9
  };
10
10
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
11
  [key: string]: any;
12
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  /**
14
14
  * Component used for the root node. Either a string to use a HTML element or a component.
15
15
  */