@coreui/vue-pro 5.0.0-rc.3 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/components/badge/CBadge.d.ts +2 -2
  3. package/dist/cjs/components/badge/CBadge.js +1 -1
  4. package/dist/cjs/components/calendar/CCalendar.d.ts +6 -6
  5. package/dist/cjs/components/calendar/CCalendar.js +3 -3
  6. package/dist/cjs/components/card/CCard.d.ts +2 -2
  7. package/dist/cjs/components/card/CCard.js +1 -1
  8. package/dist/cjs/components/conditional-teleport/CConditionalTeleport.d.ts +2 -2
  9. package/dist/cjs/components/conditional-teleport/CConditionalTeleport.js +1 -1
  10. package/dist/cjs/components/date-picker/CDatePicker.d.ts +12 -12
  11. package/dist/cjs/components/date-picker/CDatePicker.js +6 -6
  12. package/dist/cjs/components/date-range-picker/CDateRangePicker.d.ts +12 -12
  13. package/dist/cjs/components/date-range-picker/CDateRangePicker.js +6 -6
  14. package/dist/cjs/components/dropdown/CDropdown.d.ts +4 -4
  15. package/dist/cjs/components/dropdown/CDropdown.js +2 -2
  16. package/dist/cjs/components/dropdown/CDropdownToggle.d.ts +2 -2
  17. package/dist/cjs/components/dropdown/CDropdownToggle.js +1 -1
  18. package/dist/cjs/components/modal/CModal.d.ts +2 -2
  19. package/dist/cjs/components/modal/CModal.js +1 -1
  20. package/dist/cjs/components/popover/CPopover.d.ts +2 -2
  21. package/dist/cjs/components/popover/CPopover.js +1 -1
  22. package/dist/cjs/components/progress/CProgress.d.ts +2 -2
  23. package/dist/cjs/components/progress/CProgress.js +1 -1
  24. package/dist/cjs/components/time-picker/CTimePicker.js +3 -3
  25. package/dist/cjs/components/tooltip/CTooltip.d.ts +2 -2
  26. package/dist/cjs/components/tooltip/CTooltip.js +1 -1
  27. package/dist/esm/components/badge/CBadge.d.ts +2 -2
  28. package/dist/esm/components/badge/CBadge.js +1 -1
  29. package/dist/esm/components/calendar/CCalendar.d.ts +6 -6
  30. package/dist/esm/components/calendar/CCalendar.js +3 -3
  31. package/dist/esm/components/card/CCard.d.ts +2 -2
  32. package/dist/esm/components/card/CCard.js +1 -1
  33. package/dist/esm/components/conditional-teleport/CConditionalTeleport.d.ts +2 -2
  34. package/dist/esm/components/conditional-teleport/CConditionalTeleport.js +1 -1
  35. package/dist/esm/components/date-picker/CDatePicker.d.ts +12 -12
  36. package/dist/esm/components/date-picker/CDatePicker.js +6 -6
  37. package/dist/esm/components/date-range-picker/CDateRangePicker.d.ts +12 -12
  38. package/dist/esm/components/date-range-picker/CDateRangePicker.js +6 -6
  39. package/dist/esm/components/dropdown/CDropdown.d.ts +4 -4
  40. package/dist/esm/components/dropdown/CDropdown.js +2 -2
  41. package/dist/esm/components/dropdown/CDropdownToggle.d.ts +2 -2
  42. package/dist/esm/components/dropdown/CDropdownToggle.js +1 -1
  43. package/dist/esm/components/modal/CModal.d.ts +2 -2
  44. package/dist/esm/components/modal/CModal.js +1 -1
  45. package/dist/esm/components/popover/CPopover.d.ts +2 -2
  46. package/dist/esm/components/popover/CPopover.js +1 -1
  47. package/dist/esm/components/progress/CProgress.d.ts +2 -2
  48. package/dist/esm/components/progress/CProgress.js +1 -1
  49. package/dist/esm/components/time-picker/CTimePicker.js +3 -3
  50. package/dist/esm/components/tooltip/CTooltip.d.ts +2 -2
  51. package/dist/esm/components/tooltip/CTooltip.js +1 -1
  52. package/package.json +3 -3
  53. package/src/components/badge/CBadge.ts +1 -1
  54. package/src/components/calendar/CCalendar.ts +3 -3
  55. package/src/components/card/CCard.ts +1 -1
  56. package/src/components/conditional-teleport/CConditionalTeleport.ts +1 -1
  57. package/src/components/date-picker/CDatePicker.ts +6 -6
  58. package/src/components/date-range-picker/CDateRangePicker.ts +6 -6
  59. package/src/components/dropdown/CDropdown.ts +2 -2
  60. package/src/components/dropdown/CDropdownToggle.ts +1 -1
  61. package/src/components/modal/CModal.ts +1 -1
  62. package/src/components/popover/CPopover.ts +1 -1
  63. package/src/components/progress/CProgress.ts +1 -1
  64. package/src/components/time-picker/CTimePicker.ts +3 -3
  65. package/src/components/tooltip/CTooltip.ts +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  Several quick start options are available:
48
48
 
49
- - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v5.0.0-rc.3.zip)
49
+ - [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v5.0.0.zip)
50
50
  - Clone the repo: `git clone https://github.com/coreui/coreui-vue-pro.git`
51
51
  - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue-pro`
52
52
  - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue-pro`
@@ -46,7 +46,7 @@ declare const CBadge: import("vue").DefineComponent<{
46
46
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
47
47
  *
48
48
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
49
- * @since 5.0.0-rc.3
49
+ * @since 5.0.0
50
50
  */
51
51
  textBgColor: {
52
52
  type: StringConstructor;
@@ -111,7 +111,7 @@ declare const CBadge: import("vue").DefineComponent<{
111
111
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
112
112
  *
113
113
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
114
- * @since 5.0.0-rc.3
114
+ * @since 5.0.0
115
115
  */
116
116
  textBgColor: {
117
117
  type: StringConstructor;
@@ -51,7 +51,7 @@ const CBadge = vue.defineComponent({
51
51
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
52
52
  *
53
53
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
54
- * @since 5.0.0-rc.3
54
+ * @since 5.0.0
55
55
  */
56
56
  textBgColor: props.Color,
57
57
  /**
@@ -92,7 +92,7 @@ declare const CCalendar: import("vue").DefineComponent<{
92
92
  /**
93
93
  * Specify the type of date selection as day, week, month, or year.
94
94
  *
95
- * @since 5.0.0-rc.3
95
+ * @since 5.0.0
96
96
  */
97
97
  selectionType: {
98
98
  type: PropType<"day" | "week" | "month" | "year">;
@@ -111,7 +111,7 @@ declare const CCalendar: import("vue").DefineComponent<{
111
111
  /**
112
112
  * Set whether to display week numbers in the calendar.
113
113
  *
114
- * @since 5.0.0-rc.3
114
+ * @since 5.0.0
115
115
  */
116
116
  showWeekNumber: BooleanConstructor;
117
117
  /**
@@ -131,7 +131,7 @@ declare const CCalendar: import("vue").DefineComponent<{
131
131
  /**
132
132
  * Label displayed over week numbers in the calendar.
133
133
  *
134
- * @since 5.0.0-rc.3
134
+ * @since 5.0.0
135
135
  */
136
136
  weekNumbersLabel: StringConstructor;
137
137
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -229,7 +229,7 @@ declare const CCalendar: import("vue").DefineComponent<{
229
229
  /**
230
230
  * Specify the type of date selection as day, week, month, or year.
231
231
  *
232
- * @since 5.0.0-rc.3
232
+ * @since 5.0.0
233
233
  */
234
234
  selectionType: {
235
235
  type: PropType<"day" | "week" | "month" | "year">;
@@ -248,7 +248,7 @@ declare const CCalendar: import("vue").DefineComponent<{
248
248
  /**
249
249
  * Set whether to display week numbers in the calendar.
250
250
  *
251
- * @since 5.0.0-rc.3
251
+ * @since 5.0.0
252
252
  */
253
253
  showWeekNumber: BooleanConstructor;
254
254
  /**
@@ -268,7 +268,7 @@ declare const CCalendar: import("vue").DefineComponent<{
268
268
  /**
269
269
  * Label displayed over week numbers in the calendar.
270
270
  *
271
- * @since 5.0.0-rc.3
271
+ * @since 5.0.0
272
272
  */
273
273
  weekNumbersLabel: StringConstructor;
274
274
  }>> & {
@@ -110,7 +110,7 @@ const CCalendar = vue.defineComponent({
110
110
  /**
111
111
  * Specify the type of date selection as day, week, month, or year.
112
112
  *
113
- * @since 5.0.0-rc.3
113
+ * @since 5.0.0
114
114
  */
115
115
  selectionType: {
116
116
  type: String,
@@ -129,7 +129,7 @@ const CCalendar = vue.defineComponent({
129
129
  /**
130
130
  * Set whether to display week numbers in the calendar.
131
131
  *
132
- * @since 5.0.0-rc.3
132
+ * @since 5.0.0
133
133
  */
134
134
  showWeekNumber: Boolean,
135
135
  /**
@@ -160,7 +160,7 @@ const CCalendar = vue.defineComponent({
160
160
  /**
161
161
  * Label displayed over week numbers in the calendar.
162
162
  *
163
- * @since 5.0.0-rc.3
163
+ * @since 5.0.0
164
164
  */
165
165
  weekNumbersLabel: String,
166
166
  },
@@ -12,7 +12,7 @@ declare const CCard: import("vue").DefineComponent<{
12
12
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
13
13
  *
14
14
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
15
- * @since 5.0.0-rc.3
15
+ * @since 5.0.0
16
16
  */
17
17
  textBgColor: {
18
18
  type: StringConstructor;
@@ -43,7 +43,7 @@ declare const CCard: import("vue").DefineComponent<{
43
43
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
44
44
  *
45
45
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
46
- * @since 5.0.0-rc.3
46
+ * @since 5.0.0
47
47
  */
48
48
  textBgColor: {
49
49
  type: StringConstructor;
@@ -16,7 +16,7 @@ const CCard = vue.defineComponent({
16
16
  * Sets the component's color scheme to one of CoreUI's themed colors, ensuring the text color contrast adheres to the WCAG 4.5:1 contrast ratio standard for accessibility.
17
17
  *
18
18
  * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
19
- * @since 5.0.0-rc.3
19
+ * @since 5.0.0
20
20
  */
21
21
  textBgColor: props.Color,
22
22
  /**
@@ -3,7 +3,7 @@ declare const CConditionalTeleport: import("vue").DefineComponent<{
3
3
  /**
4
4
  * An HTML element or function that returns a single element, with `document.body` as the default.
5
5
  *
6
- * @since v5.0.0-rc.3
6
+ * @since v5.0.0
7
7
  */
8
8
  container: {
9
9
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -22,7 +22,7 @@ declare const CConditionalTeleport: import("vue").DefineComponent<{
22
22
  /**
23
23
  * An HTML element or function that returns a single element, with `document.body` as the default.
24
24
  *
25
- * @since v5.0.0-rc.3
25
+ * @since v5.0.0
26
26
  */
27
27
  container: {
28
28
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -14,7 +14,7 @@ const CConditionalTeleport = vue.defineComponent({
14
14
  /**
15
15
  * An HTML element or function that returns a single element, with `document.body` as the default.
16
16
  *
17
- * @since v5.0.0-rc.3
17
+ * @since v5.0.0
18
18
  */
19
19
  container: {
20
20
  type: [Object, String],
@@ -159,19 +159,19 @@ declare const CDatePicker: import("vue").DefineComponent<{
159
159
  /**
160
160
  * Custom function to format the selected date into a string according to a custom format.
161
161
  *
162
- * @since v5.0.0-rc.3
162
+ * @since v5.0.0
163
163
  */
164
164
  inputDateFormat: FunctionConstructor;
165
165
  /**
166
166
  * Custom function to parse the input value into a valid Date object.
167
167
  *
168
- * @since v5.0.0-rc.3
168
+ * @since v5.0.0
169
169
  */
170
170
  inputDateParse: FunctionConstructor;
171
171
  /**
172
172
  * Defines the delay (in milliseconds) for the input field's onChange event.
173
173
  *
174
- * @since v5.0.0-rc.3
174
+ * @since v5.0.0
175
175
  */
176
176
  inputOnChangeDelay: {
177
177
  type: NumberConstructor;
@@ -225,7 +225,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
225
225
  /**
226
226
  * Specify the type of date selection as day, week, month, or year.
227
227
  *
228
- * @since 5.0.0-rc.3
228
+ * @since 5.0.0
229
229
  */
230
230
  selectionType: {
231
231
  type: PropType<"day" | "week" | "month" | "year">;
@@ -244,7 +244,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
244
244
  /**
245
245
  * Set whether to display week numbers in the calendar.
246
246
  *
247
- * @since 5.0.0-rc.3
247
+ * @since 5.0.0
248
248
  */
249
249
  showWeekNumber: BooleanConstructor;
250
250
  /**
@@ -274,7 +274,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
274
274
  /**
275
275
  * Label displayed over week numbers in the calendar.
276
276
  *
277
- * @since 5.0.0-rc.3
277
+ * @since 5.0.0
278
278
  */
279
279
  weekNumbersLabel: StringConstructor;
280
280
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -439,19 +439,19 @@ declare const CDatePicker: import("vue").DefineComponent<{
439
439
  /**
440
440
  * Custom function to format the selected date into a string according to a custom format.
441
441
  *
442
- * @since v5.0.0-rc.3
442
+ * @since v5.0.0
443
443
  */
444
444
  inputDateFormat: FunctionConstructor;
445
445
  /**
446
446
  * Custom function to parse the input value into a valid Date object.
447
447
  *
448
- * @since v5.0.0-rc.3
448
+ * @since v5.0.0
449
449
  */
450
450
  inputDateParse: FunctionConstructor;
451
451
  /**
452
452
  * Defines the delay (in milliseconds) for the input field's onChange event.
453
453
  *
454
- * @since v5.0.0-rc.3
454
+ * @since v5.0.0
455
455
  */
456
456
  inputOnChangeDelay: {
457
457
  type: NumberConstructor;
@@ -505,7 +505,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
505
505
  /**
506
506
  * Specify the type of date selection as day, week, month, or year.
507
507
  *
508
- * @since 5.0.0-rc.3
508
+ * @since 5.0.0
509
509
  */
510
510
  selectionType: {
511
511
  type: PropType<"day" | "week" | "month" | "year">;
@@ -524,7 +524,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
524
524
  /**
525
525
  * Set whether to display week numbers in the calendar.
526
526
  *
527
- * @since 5.0.0-rc.3
527
+ * @since 5.0.0
528
528
  */
529
529
  showWeekNumber: BooleanConstructor;
530
530
  /**
@@ -554,7 +554,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
554
554
  /**
555
555
  * Label displayed over week numbers in the calendar.
556
556
  *
557
- * @since 5.0.0-rc.3
557
+ * @since 5.0.0
558
558
  */
559
559
  weekNumbersLabel: StringConstructor;
560
560
  }>> & {
@@ -183,19 +183,19 @@ const CDatePicker = vue.defineComponent({
183
183
  /**
184
184
  * Custom function to format the selected date into a string according to a custom format.
185
185
  *
186
- * @since v5.0.0-rc.3
186
+ * @since v5.0.0
187
187
  */
188
188
  inputDateFormat: Function,
189
189
  /**
190
190
  * Custom function to parse the input value into a valid Date object.
191
191
  *
192
- * @since v5.0.0-rc.3
192
+ * @since v5.0.0
193
193
  */
194
194
  inputDateParse: Function,
195
195
  /**
196
196
  * Defines the delay (in milliseconds) for the input field's onChange event.
197
197
  *
198
- * @since v5.0.0-rc.3
198
+ * @since v5.0.0
199
199
  */
200
200
  inputOnChangeDelay: {
201
201
  type: Number,
@@ -249,7 +249,7 @@ const CDatePicker = vue.defineComponent({
249
249
  /**
250
250
  * Specify the type of date selection as day, week, month, or year.
251
251
  *
252
- * @since 5.0.0-rc.3
252
+ * @since 5.0.0
253
253
  */
254
254
  selectionType: {
255
255
  type: String,
@@ -268,7 +268,7 @@ const CDatePicker = vue.defineComponent({
268
268
  /**
269
269
  * Set whether to display week numbers in the calendar.
270
270
  *
271
- * @since 5.0.0-rc.3
271
+ * @since 5.0.0
272
272
  */
273
273
  showWeekNumber: Boolean,
274
274
  /**
@@ -311,7 +311,7 @@ const CDatePicker = vue.defineComponent({
311
311
  /**
312
312
  * Label displayed over week numbers in the calendar.
313
313
  *
314
- * @since 5.0.0-rc.3
314
+ * @since 5.0.0
315
315
  */
316
316
  weekNumbersLabel: String,
317
317
  },
@@ -183,19 +183,19 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
183
183
  /**
184
184
  * Custom function to format the selected date into a string according to a custom format.
185
185
  *
186
- * @since v5.0.0-rc.3
186
+ * @since v5.0.0
187
187
  */
188
188
  inputDateFormat: FunctionConstructor;
189
189
  /**
190
190
  * Custom function to parse the input value into a valid Date object.
191
191
  *
192
- * @since v5.0.0-rc.3
192
+ * @since v5.0.0
193
193
  */
194
194
  inputDateParse: FunctionConstructor;
195
195
  /**
196
196
  * Defines the delay (in milliseconds) for the input field's onChange event.
197
197
  *
198
- * @since v5.0.0-rc.3
198
+ * @since v5.0.0
199
199
  */
200
200
  inputOnChangeDelay: {
201
201
  type: NumberConstructor;
@@ -285,7 +285,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
285
285
  /**
286
286
  * Specify the type of date selection as day, week, month, or year.
287
287
  *
288
- * @since 5.0.0-rc.3
288
+ * @since 5.0.0
289
289
  */
290
290
  selectionType: {
291
291
  type: PropType<"day" | "week" | "month" | "year">;
@@ -304,7 +304,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
304
304
  /**
305
305
  * Set whether to display week numbers in the calendar.
306
306
  *
307
- * @since 5.0.0-rc.3
307
+ * @since 5.0.0
308
308
  */
309
309
  showWeekNumber: BooleanConstructor;
310
310
  /**
@@ -406,7 +406,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
406
406
  /**
407
407
  * Label displayed over week numbers in the calendar.
408
408
  *
409
- * @since 5.0.0-rc.3
409
+ * @since 5.0.0
410
410
  */
411
411
  weekNumbersLabel: StringConstructor;
412
412
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -595,19 +595,19 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
595
595
  /**
596
596
  * Custom function to format the selected date into a string according to a custom format.
597
597
  *
598
- * @since v5.0.0-rc.3
598
+ * @since v5.0.0
599
599
  */
600
600
  inputDateFormat: FunctionConstructor;
601
601
  /**
602
602
  * Custom function to parse the input value into a valid Date object.
603
603
  *
604
- * @since v5.0.0-rc.3
604
+ * @since v5.0.0
605
605
  */
606
606
  inputDateParse: FunctionConstructor;
607
607
  /**
608
608
  * Defines the delay (in milliseconds) for the input field's onChange event.
609
609
  *
610
- * @since v5.0.0-rc.3
610
+ * @since v5.0.0
611
611
  */
612
612
  inputOnChangeDelay: {
613
613
  type: NumberConstructor;
@@ -697,7 +697,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
697
697
  /**
698
698
  * Specify the type of date selection as day, week, month, or year.
699
699
  *
700
- * @since 5.0.0-rc.3
700
+ * @since 5.0.0
701
701
  */
702
702
  selectionType: {
703
703
  type: PropType<"day" | "week" | "month" | "year">;
@@ -716,7 +716,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
716
716
  /**
717
717
  * Set whether to display week numbers in the calendar.
718
718
  *
719
- * @since 5.0.0-rc.3
719
+ * @since 5.0.0
720
720
  */
721
721
  showWeekNumber: BooleanConstructor;
722
722
  /**
@@ -818,7 +818,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
818
818
  /**
819
819
  * Label displayed over week numbers in the calendar.
820
820
  *
821
- * @since 5.0.0-rc.3
821
+ * @since 5.0.0
822
822
  */
823
823
  weekNumbersLabel: StringConstructor;
824
824
  }>> & {
@@ -214,19 +214,19 @@ const CDateRangePicker = vue.defineComponent({
214
214
  /**
215
215
  * Custom function to format the selected date into a string according to a custom format.
216
216
  *
217
- * @since v5.0.0-rc.3
217
+ * @since v5.0.0
218
218
  */
219
219
  inputDateFormat: Function,
220
220
  /**
221
221
  * Custom function to parse the input value into a valid Date object.
222
222
  *
223
- * @since v5.0.0-rc.3
223
+ * @since v5.0.0
224
224
  */
225
225
  inputDateParse: Function,
226
226
  /**
227
227
  * Defines the delay (in milliseconds) for the input field's onChange event.
228
228
  *
229
- * @since v5.0.0-rc.3
229
+ * @since v5.0.0
230
230
  */
231
231
  inputOnChangeDelay: {
232
232
  type: Number,
@@ -316,7 +316,7 @@ const CDateRangePicker = vue.defineComponent({
316
316
  /**
317
317
  * Specify the type of date selection as day, week, month, or year.
318
318
  *
319
- * @since 5.0.0-rc.3
319
+ * @since 5.0.0
320
320
  */
321
321
  selectionType: {
322
322
  type: String,
@@ -335,7 +335,7 @@ const CDateRangePicker = vue.defineComponent({
335
335
  /**
336
336
  * Set whether to display week numbers in the calendar.
337
337
  *
338
- * @since 5.0.0-rc.3
338
+ * @since 5.0.0
339
339
  */
340
340
  showWeekNumber: Boolean,
341
341
  /**
@@ -453,7 +453,7 @@ const CDateRangePicker = vue.defineComponent({
453
453
  /**
454
454
  * Label displayed over week numbers in the calendar.
455
455
  *
456
- * @since 5.0.0-rc.3
456
+ * @since 5.0.0
457
457
  */
458
458
  weekNumbersLabel: String,
459
459
  },
@@ -38,7 +38,7 @@ declare const CDropdown: import("vue").DefineComponent<{
38
38
  /**
39
39
  * Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
40
40
  *
41
- * @since v5.0.0-rc.3
41
+ * @since v5.0.0
42
42
  */
43
43
  container: {
44
44
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -89,7 +89,7 @@ declare const CDropdown: import("vue").DefineComponent<{
89
89
  /**
90
90
  * Generates dropdown menu using Teleport.
91
91
  *
92
- * @since v5.0.0-rc.3
92
+ * @since v5.0.0
93
93
  */
94
94
  teleport: {
95
95
  type: BooleanConstructor;
@@ -157,7 +157,7 @@ declare const CDropdown: import("vue").DefineComponent<{
157
157
  /**
158
158
  * Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
159
159
  *
160
- * @since v5.0.0-rc.3
160
+ * @since v5.0.0
161
161
  */
162
162
  container: {
163
163
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -208,7 +208,7 @@ declare const CDropdown: import("vue").DefineComponent<{
208
208
  /**
209
209
  * Generates dropdown menu using Teleport.
210
210
  *
211
- * @since v5.0.0-rc.3
211
+ * @since v5.0.0
212
212
  */
213
213
  teleport: {
214
214
  type: BooleanConstructor;
@@ -60,7 +60,7 @@ const CDropdown = vue.defineComponent({
60
60
  /**
61
61
  * Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
62
62
  *
63
- * @since v5.0.0-rc.3
63
+ * @since v5.0.0
64
64
  */
65
65
  container: {
66
66
  type: [Object, String],
@@ -113,7 +113,7 @@ const CDropdown = vue.defineComponent({
113
113
  /**
114
114
  * Generates dropdown menu using Teleport.
115
115
  *
116
- * @since v5.0.0-rc.3
116
+ * @since v5.0.0
117
117
  */
118
118
  teleport: {
119
119
  type: Boolean,
@@ -35,7 +35,7 @@ declare const CDropdownToggle: import("vue").DefineComponent<{
35
35
  /**
36
36
  * If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button.
37
37
  *
38
- * @since v5.0.0-rc.3
38
+ * @since v5.0.0
39
39
  */
40
40
  navLink: {
41
41
  type: BooleanConstructor;
@@ -118,7 +118,7 @@ declare const CDropdownToggle: import("vue").DefineComponent<{
118
118
  /**
119
119
  * If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button.
120
120
  *
121
- * @since v5.0.0-rc.3
121
+ * @since v5.0.0
122
122
  */
123
123
  navLink: {
124
124
  type: BooleanConstructor;
@@ -38,7 +38,7 @@ const CDropdownToggle = vue.defineComponent({
38
38
  /**
39
39
  * If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button.
40
40
  *
41
- * @since v5.0.0-rc.3
41
+ * @since v5.0.0
42
42
  */
43
43
  navLink: {
44
44
  type: Boolean,
@@ -26,7 +26,7 @@ declare const CModal: import("vue").DefineComponent<{
26
26
  /**
27
27
  * Puts the focus on the modal when shown.
28
28
  *
29
- * @since v5.0.0-rc.3
29
+ * @since v5.0.0
30
30
  */
31
31
  focus: {
32
32
  type: BooleanConstructor;
@@ -108,7 +108,7 @@ declare const CModal: import("vue").DefineComponent<{
108
108
  /**
109
109
  * Puts the focus on the modal when shown.
110
110
  *
111
- * @since v5.0.0-rc.3
111
+ * @since v5.0.0
112
112
  */
113
113
  focus: {
114
114
  type: BooleanConstructor;
@@ -44,7 +44,7 @@ const CModal = vue.defineComponent({
44
44
  /**
45
45
  * Puts the focus on the modal when shown.
46
46
  *
47
- * @since v5.0.0-rc.3
47
+ * @since v5.0.0
48
48
  */
49
49
  focus: {
50
50
  type: Boolean,
@@ -14,7 +14,7 @@ declare const CPopover: import("vue").DefineComponent<{
14
14
  /**
15
15
  * Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
16
16
  *
17
- * @since v5.0.0-rc.3
17
+ * @since v5.0.0
18
18
  */
19
19
  container: {
20
20
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -96,7 +96,7 @@ declare const CPopover: import("vue").DefineComponent<{
96
96
  /**
97
97
  * Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
98
98
  *
99
- * @since v5.0.0-rc.3
99
+ * @since v5.0.0
100
100
  */
101
101
  container: {
102
102
  type: PropType<string | HTMLElement | (() => HTMLElement)>;
@@ -23,7 +23,7 @@ const CPopover = vue.defineComponent({
23
23
  /**
24
24
  * Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
25
25
  *
26
- * @since v5.0.0-rc.3
26
+ * @since v5.0.0
27
27
  */
28
28
  container: {
29
29
  type: [Object, String],
@@ -19,7 +19,7 @@ declare const CProgress: import("vue").DefineComponent<{
19
19
  /**
20
20
  * A string of all className you want applied to the <CProgressBar/> component.
21
21
  *
22
- * @since 5.0.0-rc.3
22
+ * @since 5.0.0
23
23
  */
24
24
  progressBarClassName: StringConstructor;
25
25
  /**
@@ -69,7 +69,7 @@ declare const CProgress: import("vue").DefineComponent<{
69
69
  /**
70
70
  * A string of all className you want applied to the <CProgressBar/> component.
71
71
  *
72
- * @since 5.0.0-rc.3
72
+ * @since 5.0.0
73
73
  */
74
74
  progressBarClassName: StringConstructor;
75
75
  /**
@@ -24,7 +24,7 @@ const CProgress = vue.defineComponent({
24
24
  /**
25
25
  * A string of all className you want applied to the <CProgressBar/> component.
26
26
  *
27
- * @since 5.0.0-rc.3
27
+ * @since 5.0.0
28
28
  */
29
29
  progressBarClassName: String,
30
30
  /**
@@ -139,7 +139,7 @@ const CTimePicker = vue.defineComponent({
139
139
  /**
140
140
  * Specify a list of available hours using an array, or customize the filtering of hours through a function.
141
141
  *
142
- * @since 5.0.0-rc.3
142
+ * @since 5.0.0
143
143
  */
144
144
  hours: {
145
145
  type: [Array, Function],
@@ -158,7 +158,7 @@ const CTimePicker = vue.defineComponent({
158
158
  /**
159
159
  * Defines the delay (in milliseconds) for the input field's onChange event.
160
160
  *
161
- * @since v5.0.0-rc.3
161
+ * @since v5.0.0
162
162
  */
163
163
  inputOnChangeDelay: {
164
164
  type: Number,
@@ -193,7 +193,7 @@ const CTimePicker = vue.defineComponent({
193
193
  /**
194
194
  * Toggle the display of minutes, specify a list of available minutes using an array, or customize the filtering of minutes through a function.
195
195
  *
196
- * @since 5.0.0-rc.3
196
+ * @since 5.0.0
197
197
  */
198
198
  minutes: {
199
199
  type: [Array, Boolean, Function],