@coreui/vue-pro 4.0.4 → 4.1.3

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 (173) hide show
  1. package/README.md +1 -1
  2. package/dist/components/accordion/CAccordion.d.ts +18 -10
  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/CAccordionCollapse.d.ts +9 -5
  6. package/dist/components/accordion/CAccordionHeader.d.ts +1 -1
  7. package/dist/components/accordion/CAccordionItem.d.ts +10 -5
  8. package/dist/components/alert/CAlert.d.ts +38 -12
  9. package/dist/components/alert/CAlertHeading.d.ts +10 -5
  10. package/dist/components/alert/CAlertLink.d.ts +1 -1
  11. package/dist/components/avatar/CAvatar.d.ts +59 -15
  12. package/dist/components/backdrop/CBackdrop.d.ts +10 -5
  13. package/dist/components/badge/CBadge.d.ts +59 -16
  14. package/dist/components/breadcrumb/CBreadcrumb.d.ts +1 -1
  15. package/dist/components/breadcrumb/CBreadcrumbItem.d.ts +17 -8
  16. package/dist/components/button/CButton.d.ts +73 -20
  17. package/dist/components/button-group/CButtonGroup.d.ts +20 -8
  18. package/dist/components/button-group/CButtonToolbar.d.ts +1 -1
  19. package/dist/components/callout/CCallout.d.ts +11 -5
  20. package/dist/components/card/CCard.d.ts +20 -7
  21. package/dist/components/card/CCardBody.d.ts +1 -1
  22. package/dist/components/card/CCardFooter.d.ts +1 -1
  23. package/dist/components/card/CCardGroup.d.ts +1 -1
  24. package/dist/components/card/CCardHeader.d.ts +10 -5
  25. package/dist/components/card/CCardImage.d.ts +21 -8
  26. package/dist/components/card/CCardImageOverlay.d.ts +1 -1
  27. package/dist/components/card/CCardLink.d.ts +10 -5
  28. package/dist/components/card/CCardSubtitle.d.ts +10 -5
  29. package/dist/components/card/CCardText.d.ts +10 -5
  30. package/dist/components/card/CCardTitle.d.ts +10 -5
  31. package/dist/components/carousel/CCarousel.d.ts +58 -19
  32. package/dist/components/carousel/CCarouselCaption.d.ts +1 -1
  33. package/dist/components/carousel/CCarouselItem.d.ts +25 -9
  34. package/dist/components/close-button/CCloseButton.d.ts +16 -7
  35. package/dist/components/collapse/CCollapse.d.ts +24 -5
  36. package/dist/components/dropdown/CDropdown.d.ts +82 -22
  37. package/dist/components/dropdown/CDropdownDivider.d.ts +1 -1
  38. package/dist/components/dropdown/CDropdownHeader.d.ts +10 -5
  39. package/dist/components/dropdown/CDropdownItem.d.ts +32 -12
  40. package/dist/components/dropdown/CDropdownMenu.d.ts +12 -5
  41. package/dist/components/dropdown/CDropdownToggle.d.ts +78 -22
  42. package/dist/components/element-cover/CElementCover.d.ts +22 -7
  43. package/dist/components/element-cover/index.d.ts +6 -0
  44. package/dist/components/footer/CFooter.d.ts +13 -5
  45. package/dist/components/form/CForm.d.ts +9 -5
  46. package/dist/components/form/CFormCheck.d.ts +66 -23
  47. package/dist/components/form/CFormControl.d.ts +61 -20
  48. package/dist/components/form/CFormFeedback.d.ts +22 -11
  49. package/dist/components/form/CFormFloating.d.ts +1 -1
  50. package/dist/components/form/CFormInput.d.ts +66 -20
  51. package/dist/components/form/CFormLabel.d.ts +10 -5
  52. package/dist/components/form/CFormRange.d.ts +59 -18
  53. package/dist/components/form/CFormSelect.d.ts +66 -18
  54. package/dist/components/form/CFormSwitch.d.ts +61 -18
  55. package/dist/components/form/CFormText.d.ts +10 -5
  56. package/dist/components/form/CFormTextarea.d.ts +45 -16
  57. package/dist/components/form/CInputGroup.d.ts +13 -5
  58. package/dist/components/form/CInputGroupText.d.ts +10 -5
  59. package/dist/components/grid/CCol.d.ts +62 -15
  60. package/dist/components/grid/CContainer.d.ts +44 -15
  61. package/dist/components/grid/CRow.d.ts +57 -15
  62. package/dist/components/header/CHeader.d.ts +24 -7
  63. package/dist/components/header/CHeaderBrand.d.ts +10 -5
  64. package/dist/components/header/CHeaderDivider.d.ts +1 -1
  65. package/dist/components/header/CHeaderNav.d.ts +10 -5
  66. package/dist/components/header/CHeaderText.d.ts +1 -1
  67. package/dist/components/header/CHeaderToggler.d.ts +1 -1
  68. package/dist/components/image/CImage.d.ts +34 -12
  69. package/dist/components/index.d.ts +2 -0
  70. package/dist/components/link/CLink.d.ts +32 -12
  71. package/dist/components/list-group/CListGroup.d.ts +28 -10
  72. package/dist/components/list-group/CListGroupItem.d.ts +33 -12
  73. package/dist/components/modal/CModal.d.ts +97 -23
  74. package/dist/components/modal/CModalBody.d.ts +1 -1
  75. package/dist/components/modal/CModalFooter.d.ts +1 -1
  76. package/dist/components/modal/CModalHeader.d.ts +10 -5
  77. package/dist/components/modal/CModalTitle.d.ts +10 -5
  78. package/dist/components/multi-select/CMultiSelect.d.ts +131 -30
  79. package/dist/components/multi-select/CMultiSelectNativeSelect.d.ts +26 -11
  80. package/dist/components/multi-select/CMultiSelectOptions.d.ts +40 -11
  81. package/dist/components/multi-select/CMultiSelectSelection.d.ts +47 -13
  82. package/dist/components/nav/CNav.d.ts +32 -10
  83. package/dist/components/nav/CNavGroup.d.ts +10 -7
  84. package/dist/components/nav/CNavGroupItems.d.ts +1 -1
  85. package/dist/components/nav/CNavLink.d.ts +32 -12
  86. package/dist/components/nav/CNavTitle.d.ts +1 -1
  87. package/dist/components/navbar/CNavbar.d.ts +63 -16
  88. package/dist/components/navbar/CNavbarBrand.d.ts +19 -8
  89. package/dist/components/navbar/CNavbarNav.d.ts +10 -5
  90. package/dist/components/navbar/CNavbarText.d.ts +1 -1
  91. package/dist/components/navbar/CNavbarToggler.d.ts +1 -1
  92. package/dist/components/offcanvas/COffcanvas.d.ts +44 -14
  93. package/dist/components/offcanvas/COffcanvasBody.d.ts +1 -1
  94. package/dist/components/offcanvas/COffcanvasHeader.d.ts +1 -1
  95. package/dist/components/offcanvas/COffcanvasTitle.d.ts +10 -5
  96. package/dist/components/pagination/CPagination.d.ts +24 -7
  97. package/dist/components/pagination/CPaginationItem.d.ts +32 -12
  98. package/dist/components/pagination/CSmartPagination.d.ts +120 -28
  99. package/dist/components/placeholder/CPlaceholder.d.ts +189 -0
  100. package/dist/components/placeholder/index.d.ts +6 -0
  101. package/dist/components/popover/CPopover.d.ts +51 -17
  102. package/dist/components/progress/CProgressBar.d.ts +37 -12
  103. package/dist/components/sidebar/CSidebar.d.ts +59 -20
  104. package/dist/components/sidebar/CSidebarBrand.d.ts +1 -1
  105. package/dist/components/sidebar/CSidebarFooter.d.ts +1 -1
  106. package/dist/components/sidebar/CSidebarHeader.d.ts +1 -1
  107. package/dist/components/sidebar/CSidebarNav.d.ts +1 -1
  108. package/dist/components/sidebar/CSidebarToggler.d.ts +1 -1
  109. package/dist/components/smart-table/CSmartTable.d.ts +280 -68
  110. package/dist/components/smart-table/CSmartTableBody.d.ts +37 -20
  111. package/dist/components/smart-table/CSmartTableCleaner.d.ts +7 -5
  112. package/dist/components/smart-table/CSmartTableFilter.d.ts +17 -9
  113. package/dist/components/smart-table/CSmartTableHead.d.ts +42 -23
  114. package/dist/components/smart-table/CSmartTableItemsPerPageSelector.d.ts +17 -10
  115. package/dist/components/spinner/CSpinner.d.ts +51 -14
  116. package/dist/components/table/CTable.d.ts +89 -25
  117. package/dist/components/table/CTableBody.d.ts +11 -5
  118. package/dist/components/table/CTableCaption.d.ts +2 -4
  119. package/dist/components/table/CTableDataCell.d.ts +29 -10
  120. package/dist/components/table/CTableFoot.d.ts +11 -5
  121. package/dist/components/table/CTableHead.d.ts +11 -5
  122. package/dist/components/table/CTableHeaderCell.d.ts +11 -5
  123. package/dist/components/table/CTableRow.d.ts +29 -10
  124. package/dist/components/tabs/CTabContent.d.ts +1 -1
  125. package/dist/components/tabs/CTabPane.d.ts +10 -5
  126. package/dist/components/toast/CToast.d.ts +59 -18
  127. package/dist/components/toast/CToastBody.d.ts +1 -1
  128. package/dist/components/toast/CToastHeader.d.ts +9 -5
  129. package/dist/components/toast/CToaster.d.ts +13 -5
  130. package/dist/components/tooltip/CTooltip.d.ts +42 -14
  131. package/dist/components/widgets/CWidgetStatsA.d.ts +23 -10
  132. package/dist/components/widgets/CWidgetStatsB.d.ts +46 -18
  133. package/dist/components/widgets/CWidgetStatsC.d.ts +37 -15
  134. package/dist/components/widgets/CWidgetStatsD.d.ts +19 -8
  135. package/dist/components/widgets/CWidgetStatsE.d.ts +18 -8
  136. package/dist/components/widgets/CWidgetStatsF.d.ts +43 -15
  137. package/dist/directives/index.d.ts +3 -2
  138. package/dist/directives/v-c-placeholder.d.ts +6 -0
  139. package/dist/directives/v-c-visible.d.ts +6 -0
  140. package/dist/index.es.js +724 -425
  141. package/dist/index.es.js.map +1 -1
  142. package/dist/index.js +727 -423
  143. package/dist/index.js.map +1 -1
  144. package/package.json +8 -8
  145. package/src/components/accordion/__tests__/__snapshots__/CAccordionBody.spec.ts.snap +1 -1
  146. package/src/components/button/CButton.ts +1 -0
  147. package/src/components/collapse/CCollapse.ts +49 -21
  148. package/src/components/collapse/__test__/__snapshots__/CCollapse.spec.ts.snap +1 -1
  149. package/src/components/element-cover/index.ts +10 -0
  150. package/src/components/form/CFormInput.ts +6 -6
  151. package/src/components/form/CFormSelect.ts +21 -6
  152. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +8 -2
  153. package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +1 -1
  154. package/src/components/grid/CCol.ts +8 -8
  155. package/src/components/grid/CContainer.ts +3 -3
  156. package/src/components/grid/CRow.ts +6 -6
  157. package/src/components/index.ts +2 -0
  158. package/src/components/modal/CModal.ts +68 -40
  159. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +1 -2
  160. package/src/components/offcanvas/COffcanvas.ts +30 -20
  161. package/src/components/offcanvas/__tests__/COffcanvas.spec.ts +1 -1
  162. package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +2 -2
  163. package/src/components/placeholder/CPlaceholder.ts +139 -0
  164. package/src/components/placeholder/__tests__/CPlaceholder.spec.ts +44 -0
  165. package/src/components/placeholder/__tests__/__snapshots__/CPlaceholder.spec.ts.snap +15 -0
  166. package/src/components/placeholder/index.ts +10 -0
  167. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
  168. package/src/components/smart-table/CSmartTable.ts +26 -20
  169. package/src/components/smart-table/CSmartTableHead.ts +14 -5
  170. package/src/directives/index.ts +3 -2
  171. package/src/directives/v-c-placeholder.ts +32 -0
  172. package/src/directives/v-c-visible.ts +33 -0
  173. package/src/index.ts +2 -1
@@ -26,20 +26,35 @@ declare const CMultiSelectNativeSelect: import("vue").DefineComponent<{
26
26
  };
27
27
  }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
28
  [key: string]: any;
29
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
30
- multiple?: unknown;
31
- options?: unknown;
32
- value?: unknown;
33
- } & {
34
- options: Option[];
35
- multiple: boolean;
36
- } & {
37
- value?: string | number | unknown[] | undefined;
38
- }> & {
29
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ /**
31
+ * It specifies that multiple options can be selected at once.
32
+ *
33
+ * @default true
34
+ */
35
+ multiple: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ required: false;
39
+ };
40
+ /**
41
+ * List of option elements.
42
+ */
43
+ options: {
44
+ type: PropType<Option[]>;
45
+ default: () => never[];
46
+ required: false;
47
+ };
48
+ value: {
49
+ type: (NumberConstructor | StringConstructor | ArrayConstructor)[];
50
+ default: undefined;
51
+ require: boolean;
52
+ };
53
+ }>> & {
39
54
  onChange?: ((...args: any[]) => any) | undefined;
40
55
  }, {
41
56
  value: string | number | unknown[];
42
- options: Option[];
43
57
  multiple: boolean;
58
+ options: Option[];
44
59
  }>;
45
60
  export { CMultiSelectNativeSelect };
@@ -41,17 +41,46 @@ declare const CMultiSelectOptions: import("vue").DefineComponent<{
41
41
  };
42
42
  }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "optionClick"[], "optionClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
45
- options?: unknown;
46
- optionsMaxHeight?: unknown;
47
- optionsStyle?: unknown;
48
- searchNoResultsLabel?: unknown;
49
- } & {
50
- options: Option[];
51
- optionsMaxHeight: string | number;
52
- optionsStyle: string;
53
- searchNoResultsLabel: string;
54
- } & {}> & {
44
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "optionClick"[], "optionClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ /**
46
+ * List of option elements.
47
+ */
48
+ options: {
49
+ type: PropType<Option[]>;
50
+ default: () => never[];
51
+ required: false;
52
+ };
53
+ /**
54
+ * Sets maxHeight of options list.
55
+ *
56
+ * @default 'auto'
57
+ */
58
+ optionsMaxHeight: {
59
+ type: (NumberConstructor | StringConstructor)[];
60
+ default: string;
61
+ required: false;
62
+ };
63
+ /**
64
+ * Sets option style.
65
+ *
66
+ * @values 'checkbox', 'text'
67
+ * @default 'checkbox'
68
+ */
69
+ optionsStyle: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ required: false;
73
+ validator: (value: string) => boolean;
74
+ };
75
+ /**
76
+ * Sets the label for no results when filtering.
77
+ */
78
+ searchNoResultsLabel: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ required: false;
82
+ };
83
+ }>> & {
55
84
  onOptionClick?: ((...args: any[]) => any) | undefined;
56
85
  }, {
57
86
  options: Option[];
@@ -48,19 +48,53 @@ declare const CMultiSelectSelection: import("vue").DefineComponent<{
48
48
  };
49
49
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
50
  [key: string]: any;
51
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove"[], "remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
52
- multiple?: unknown;
53
- search?: unknown;
54
- selected?: unknown;
55
- selectionType?: unknown;
56
- selectionTypeCounterText?: unknown;
57
- } & {
58
- search: boolean;
59
- multiple: boolean;
60
- selected: Option[];
61
- selectionType: string;
62
- selectionTypeCounterText: string;
63
- } & {}> & {
51
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove"[], "remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
52
+ /**
53
+ * It specifies that multiple options can be selected at once.
54
+ *
55
+ * @default true
56
+ */
57
+ multiple: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ required: false;
61
+ };
62
+ /**
63
+ * Enables search input element.
64
+ */
65
+ search: {
66
+ type: BooleanConstructor;
67
+ required: false;
68
+ default: boolean;
69
+ };
70
+ selected: {
71
+ type: PropType<Option[]>;
72
+ default: () => never[];
73
+ required: false;
74
+ };
75
+ /**
76
+ * Sets the selection style.
77
+ *
78
+ * @values 'counter', 'tags', 'text'
79
+ * @default 'tags'
80
+ */
81
+ selectionType: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ required: false;
85
+ validator: (value: string) => boolean;
86
+ };
87
+ /**
88
+ * Sets the counter selection label.
89
+ *
90
+ * @default 'item(s) selected'
91
+ */
92
+ selectionTypeCounterText: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ required: false;
96
+ };
97
+ }>> & {
64
98
  onRemove?: ((...args: any[]) => any) | undefined;
65
99
  }, {
66
100
  search: boolean;
@@ -31,16 +31,38 @@ declare const CNav: 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
- component?: unknown;
36
- layout?: unknown;
37
- variant?: unknown;
38
- } & {
39
- component: string;
40
- } & {
41
- variant?: string | undefined;
42
- layout?: string | undefined;
43
- }>, {
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
+ * Component used for the root node. Either a string to use a HTML element or a component.
37
+ */
38
+ component: {
39
+ type: StringConstructor;
40
+ required: false;
41
+ default: string;
42
+ };
43
+ /**
44
+ * Specify a layout type for component.
45
+ *
46
+ * @values 'fill', 'justified'
47
+ */
48
+ layout: {
49
+ type: StringConstructor;
50
+ required: false;
51
+ default: undefined;
52
+ validator: (value: string) => boolean;
53
+ };
54
+ /**
55
+ * Set the nav variant to tabs or pills.
56
+ *
57
+ * @values 'tabs', 'pills', 'underline'
58
+ */
59
+ variant: {
60
+ type: StringConstructor;
61
+ required: false;
62
+ default: undefined;
63
+ validator: (value: string) => boolean;
64
+ };
65
+ }>>, {
44
66
  variant: string;
45
67
  component: string;
46
68
  layout: string;
@@ -10,13 +10,16 @@ declare const CNavGroup: import("vue").DefineComponent<{
10
10
  visible: BooleanConstructor;
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "visible-change"[], "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- compact?: unknown;
15
- visible?: unknown;
16
- } & {
17
- visible: boolean;
18
- compact: boolean;
19
- } & {}> & {
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "visible-change"[], "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Make nav group more compact by cutting all `padding` in half.
16
+ */
17
+ compact: BooleanConstructor;
18
+ /**
19
+ * Show nav group items.
20
+ */
21
+ visible: BooleanConstructor;
22
+ }>> & {
20
23
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
21
24
  }, {
22
25
  visible: boolean;
@@ -1,4 +1,4 @@
1
1
  declare const CNavGroupItems: 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 { CNavGroupItems };
@@ -31,18 +31,38 @@ declare const CNavLink: 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
- active?: unknown;
36
- component?: unknown;
37
- disabled?: unknown;
38
- href?: unknown;
39
- } & {
40
- disabled: boolean;
41
- component: string;
42
- active: boolean;
43
- } & {
44
- href?: string | undefined;
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
+ required: false;
48
+ default: string;
49
+ };
50
+ /**
51
+ * Toggle the disabled state for the component.
52
+ */
53
+ disabled: {
54
+ type: BooleanConstructor;
55
+ required: false;
56
+ };
57
+ /**
58
+ * @ignore
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;
@@ -1,4 +1,4 @@
1
1
  declare const CNavTitle: 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 { CNavTitle };
@@ -62,22 +62,69 @@ declare const CNavbar: import("vue").DefineComponent<{
62
62
  };
63
63
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
65
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
66
- color?: unknown;
67
- colorScheme?: unknown;
68
- component?: unknown;
69
- container?: unknown;
70
- expand?: unknown;
71
- placement?: unknown;
72
- } & {
73
- component: string;
74
- } & {
75
- color?: string | undefined;
76
- placement?: string | undefined;
77
- container?: string | boolean | undefined;
78
- colorScheme?: string | undefined;
79
- expand?: string | boolean | undefined;
80
- }>, {
65
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
+ /**
67
+ * Sets the color context of the component to one of CoreUI’s themed colors.
68
+ *
69
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
70
+ */
71
+ color: {
72
+ type: StringConstructor;
73
+ validator: (value: string) => boolean;
74
+ };
75
+ /**
76
+ * Sets if the color of text should be colored for a light or dark dark background.
77
+ *
78
+ * @values 'dark', 'light'
79
+ */
80
+ colorScheme: {
81
+ type: StringConstructor;
82
+ default: undefined;
83
+ required: false;
84
+ validator: (value: string) => boolean;
85
+ };
86
+ /**
87
+ * Component used for the root node. Either a string to use a HTML element or a component.
88
+ */
89
+ component: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ required: false;
93
+ };
94
+ /**
95
+ * Defines optional container wrapping children elements.
96
+ *
97
+ * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl', 'fluid'
98
+ */
99
+ container: {
100
+ type: (StringConstructor | BooleanConstructor)[];
101
+ default: undefined;
102
+ required: false;
103
+ validator: (value: boolean | string) => boolean;
104
+ };
105
+ /**
106
+ * Defines the responsive breakpoint to determine when content collapses.
107
+ *
108
+ * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl'
109
+ */
110
+ expand: {
111
+ type: (StringConstructor | BooleanConstructor)[];
112
+ default: undefined;
113
+ required: false;
114
+ validator: (value: boolean | string) => boolean;
115
+ };
116
+ /**
117
+ * Place component in non-static positions.
118
+ *
119
+ * @values 'fixed-top', 'fixed-bottom', 'sticky-top'
120
+ */
121
+ placement: {
122
+ type: StringConstructor;
123
+ default: undefined;
124
+ required: false;
125
+ validator: (value: string) => boolean;
126
+ };
127
+ }>>, {
81
128
  component: string;
82
129
  placement: string;
83
130
  container: string | boolean;
@@ -18,14 +18,25 @@ declare const CNavbarBrand: import("vue").DefineComponent<{
18
18
  };
19
19
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
20
  [key: string]: any;
21
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
22
- component?: unknown;
23
- href?: unknown;
24
- } & {
25
- component: string;
26
- } & {
27
- href?: string | undefined;
28
- }>, {
21
+ }>, 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
+ /**
23
+ * Component used for the root node. Either a string to use a HTML element or a component.
24
+ *
25
+ */
26
+ component: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ required: false;
30
+ };
31
+ /**
32
+ * The href attribute specifies the URL of the page the link goes to.
33
+ */
34
+ href: {
35
+ type: StringConstructor;
36
+ default: undefined;
37
+ required: false;
38
+ };
39
+ }>>, {
29
40
  component: string;
30
41
  href: string;
31
42
  }>;
@@ -9,11 +9,16 @@ declare const CNavbarNav: 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<{
13
- component?: unknown;
14
- } & {
15
- component: string;
16
- } & {}>, {
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<{
13
+ /**
14
+ * Component used for the root node. Either a string to use a HTML element or a component.
15
+ */
16
+ component: {
17
+ type: StringConstructor;
18
+ required: false;
19
+ default: string;
20
+ };
21
+ }>>, {
17
22
  component: string;
18
23
  }>;
19
24
  export { CNavbarNav };
@@ -1,4 +1,4 @@
1
1
  declare const CNavbarText: 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 { CNavbarText };
@@ -1,4 +1,4 @@
1
1
  declare const CNavbarToggler: 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 { CNavbarToggler };
@@ -44,20 +44,50 @@ declare const COffcanvas: import("vue").DefineComponent<{
44
44
  };
45
45
  }, () => (false | import("vue").VNode<import("vue").RendererNode, RendererElement, {
46
46
  [key: string]: any;
47
- }>)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
48
- backdrop?: unknown;
49
- keyboard?: unknown;
50
- placement?: unknown;
51
- scroll?: unknown;
52
- visible?: unknown;
53
- } & {
54
- visible: boolean;
55
- scroll: boolean;
56
- backdrop: boolean;
57
- keyboard: boolean;
58
- } & {
59
- placement?: string | undefined;
60
- }> & {
47
+ }>)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
48
+ /**
49
+ * Apply a backdrop on body while offcanvas is open.
50
+ */
51
+ backdrop: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ require: boolean;
55
+ };
56
+ /**
57
+ * Closes the offcanvas when escape key is pressed.
58
+ */
59
+ keyboard: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ require: boolean;
63
+ };
64
+ /**
65
+ * Components placement, there’s no default placement.
66
+ *
67
+ * @values 'start', 'end', 'top', 'bottom'
68
+ */
69
+ placement: {
70
+ type: StringConstructor;
71
+ default: undefined;
72
+ require: boolean;
73
+ validator: (value: string) => boolean;
74
+ };
75
+ /**
76
+ * Allow body scrolling while offcanvas is open
77
+ */
78
+ scroll: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ required: false;
82
+ };
83
+ /**
84
+ * Toggle the visibility of offcanvas component.
85
+ */
86
+ visible: {
87
+ type: BooleanConstructor;
88
+ require: boolean;
89
+ };
90
+ }>> & {
61
91
  onHide?: ((...args: any[]) => any) | undefined;
62
92
  onShow?: ((...args: any[]) => any) | undefined;
63
93
  }, {
@@ -1,4 +1,4 @@
1
1
  declare const COffcanvasBody: 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 { COffcanvasBody };
@@ -1,4 +1,4 @@
1
1
  declare const COffcanvasHeader: 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 { COffcanvasHeader };
@@ -9,11 +9,16 @@ declare const COffcanvasTitle: 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<{
13
- component?: unknown;
14
- } & {
15
- component: string;
16
- } & {}>, {
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<{
13
+ /**
14
+ * Component used for the root node. Either a string to use a HTML element or a component.
15
+ */
16
+ component: {
17
+ type: StringConstructor;
18
+ required: false;
19
+ default: string;
20
+ };
21
+ }>>, {
17
22
  component: string;
18
23
  }>;
19
24
  export { COffcanvasTitle };
@@ -23,13 +23,30 @@ declare const CPagination: import("vue").DefineComponent<{
23
23
  };
24
24
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
26
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
27
- align?: unknown;
28
- size?: unknown;
29
- } & {} & {
30
- size?: string | undefined;
31
- align?: string | undefined;
32
- }>, {
26
+ }>, 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
+ /**
28
+ * Set the alignment of pagination components.
29
+ *
30
+ * @values 'start', 'center', 'end'
31
+ */
32
+ align: {
33
+ type: StringConstructor;
34
+ default: undefined;
35
+ required: false;
36
+ validator: (value: string) => boolean;
37
+ };
38
+ /**
39
+ * Size the component small or large.
40
+ *
41
+ * @values 'sm', 'lg'
42
+ */
43
+ size: {
44
+ type: StringConstructor;
45
+ default: undefined;
46
+ required: false;
47
+ validator: (value: string) => boolean;
48
+ };
49
+ }>>, {
33
50
  size: string;
34
51
  align: string;
35
52
  }>;