@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
@@ -50,20 +50,57 @@ declare const CSpinner: import("vue").DefineComponent<{
50
50
  };
51
51
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
52
  [key: string]: any;
53
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
54
- color?: unknown;
55
- component?: unknown;
56
- size?: unknown;
57
- variant?: unknown;
58
- visuallyHiddenLabel?: unknown;
59
- } & {
60
- variant: string;
61
- component: string;
62
- visuallyHiddenLabel: string;
63
- } & {
64
- color?: string | undefined;
65
- size?: string | undefined;
66
- }>, {
53
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
+ /**
55
+ * Sets the color context of the component to one of CoreUI’s themed colors.
56
+ *
57
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
58
+ */
59
+ color: {
60
+ type: StringConstructor;
61
+ default: undefined;
62
+ required: false;
63
+ validator: (value: string) => boolean;
64
+ };
65
+ /**
66
+ * Component used for the root node. Either a string to use a HTML element or a component.
67
+ */
68
+ component: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ required: false;
72
+ };
73
+ /**
74
+ * Size the component small.
75
+ *
76
+ * @values 'sm'
77
+ */
78
+ size: {
79
+ type: StringConstructor;
80
+ default: undefined;
81
+ required: false;
82
+ validator: (value: string) => boolean;
83
+ };
84
+ /**
85
+ * Set the button variant to an outlined button or a ghost button.
86
+ *
87
+ * @values 'border', 'grow'
88
+ */
89
+ variant: {
90
+ type: StringConstructor;
91
+ default: string;
92
+ required: false;
93
+ validator: (value: string) => boolean;
94
+ };
95
+ /**
96
+ * Set visually hidden label for accessibility purposes.
97
+ */
98
+ visuallyHiddenLabel: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ required: false;
102
+ };
103
+ }>>, {
67
104
  color: string;
68
105
  variant: string;
69
106
  component: string;
@@ -87,35 +87,99 @@ declare const CTable: import("vue").DefineComponent<{
87
87
  };
88
88
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
89
89
  [key: string]: any;
90
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
91
- align?: unknown;
92
- borderColor?: unknown;
93
- bordered?: unknown;
94
- borderless?: unknown;
95
- caption?: unknown;
96
- color?: unknown;
97
- hover?: unknown;
98
- responsive?: unknown;
99
- small?: unknown;
100
- striped?: unknown;
101
- } & {
102
- small: boolean;
103
- hover: boolean;
104
- striped: boolean;
105
- bordered: boolean;
106
- borderless: boolean;
107
- } & {
108
- color?: string | undefined;
109
- align?: string | undefined;
110
- caption?: string | undefined;
111
- borderColor?: string | undefined;
112
- responsive?: string | boolean | undefined;
113
- }>, {
90
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
91
+ /**
92
+ * Set the vertical aligment.
93
+ *
94
+ * @values 'bottom', 'middle', 'top'
95
+ */
96
+ align: {
97
+ type: StringConstructor;
98
+ default: undefined;
99
+ required: false;
100
+ validator: (value: string) => boolean;
101
+ };
102
+ /**
103
+ * Sets the border color of the component to one of CoreUI’s themed colors.
104
+ *
105
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
106
+ */
107
+ borderColor: {
108
+ type: StringConstructor;
109
+ validator: (value: string) => boolean;
110
+ };
111
+ /**
112
+ * Add borders on all sides of the table and cells.
113
+ */
114
+ bordered: {
115
+ type: BooleanConstructor;
116
+ required: false;
117
+ };
118
+ /**
119
+ * Remove borders on all sides of the table and cells.
120
+ */
121
+ borderless: {
122
+ type: BooleanConstructor;
123
+ required: false;
124
+ };
125
+ /**
126
+ * Put the `<caption>` on the top of the table.
127
+ *
128
+ * @values 'top'
129
+ */
130
+ caption: {
131
+ type: StringConstructor;
132
+ default: undefined;
133
+ required: false;
134
+ validator: (value: string) => boolean;
135
+ };
136
+ /**
137
+ * Sets the color context of the component to one of CoreUI’s themed colors.
138
+ *
139
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
140
+ */
141
+ color: {
142
+ type: StringConstructor;
143
+ validator: (value: string) => boolean;
144
+ };
145
+ /**
146
+ * Enable a hover state on table rows within a `<CTableBody>`.
147
+ */
148
+ hover: {
149
+ type: BooleanConstructor;
150
+ required: false;
151
+ };
152
+ /**
153
+ * Make any table responsive across all viewports or pick a maximum breakpoint with which to have a responsive table up to.
154
+ *
155
+ * @values boolean, 'sm', 'md', 'lg', 'xl', 'xxl'
156
+ */
157
+ responsive: {
158
+ type: (StringConstructor | BooleanConstructor)[];
159
+ default: undefined;
160
+ required: false;
161
+ validator: (value: boolean | string) => boolean;
162
+ };
163
+ /**
164
+ * Make table more compact by cutting all cell `padding` in half.
165
+ */
166
+ small: {
167
+ type: BooleanConstructor;
168
+ required: false;
169
+ };
170
+ /**
171
+ * Add zebra-striping to any table row within the `<CTableBody>`.
172
+ */
173
+ striped: {
174
+ type: BooleanConstructor;
175
+ required: false;
176
+ };
177
+ }>>, {
114
178
  small: boolean;
115
179
  hover: boolean;
180
+ caption: string;
116
181
  align: string;
117
182
  striped: boolean;
118
- caption: string;
119
183
  bordered: boolean;
120
184
  borderless: boolean;
121
185
  responsive: string | boolean;
@@ -10,9 +10,15 @@ declare const CTableBody: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- color?: unknown;
15
- } & {} & {
16
- color?: string | undefined;
17
- }>, {}>;
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Sets the color context of the component to one of CoreUI’s themed colors.
16
+ *
17
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ validator: (value: string) => boolean;
22
+ };
23
+ }>>, {}>;
18
24
  export { CTableBody };
@@ -2,11 +2,9 @@ declare const CTableCaption: import("vue").DefineComponent<Readonly<import("vue"
2
2
  [x: string]: unknown;
3
3
  }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4
4
  [key: string]: any;
5
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<{
5
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
6
6
  [x: string]: unknown;
7
- } & {} & {
8
- [x: string]: import("vue").Prop<unknown, unknown> | null | undefined;
9
- }>, {
7
+ }>>>>, {
10
8
  [x: number]: string;
11
9
  } | {}>;
12
10
  export { CTableCaption };
@@ -28,16 +28,35 @@ declare const CTableDataCell: import("vue").DefineComponent<{
28
28
  };
29
29
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
30
  [key: string]: any;
31
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
32
- active?: unknown;
33
- align?: unknown;
34
- color?: unknown;
35
- } & {
36
- active: boolean;
37
- } & {
38
- color?: string | undefined;
39
- align?: string | undefined;
40
- }>, {
31
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ /**
33
+ * Highlight a table row or cell.
34
+ */
35
+ active: {
36
+ type: BooleanConstructor;
37
+ required: false;
38
+ };
39
+ /**
40
+ * Set the vertical aligment.
41
+ *
42
+ * @values 'bottom', 'middle', 'top'
43
+ */
44
+ align: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ required: false;
48
+ validator: (value: string) => boolean;
49
+ };
50
+ /**
51
+ * Sets the color context of the component to one of CoreUI’s themed colors.
52
+ *
53
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
54
+ */
55
+ color: {
56
+ type: StringConstructor;
57
+ validator: (value: string) => boolean;
58
+ };
59
+ }>>, {
41
60
  active: boolean;
42
61
  align: string;
43
62
  }>;
@@ -10,9 +10,15 @@ declare const CTableFoot: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- color?: unknown;
15
- } & {} & {
16
- color?: string | undefined;
17
- }>, {}>;
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Sets the color context of the component to one of CoreUI’s themed colors.
16
+ *
17
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ validator: (value: string) => boolean;
22
+ };
23
+ }>>, {}>;
18
24
  export { CTableFoot };
@@ -10,9 +10,15 @@ declare const CTableHead: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- color?: unknown;
15
- } & {} & {
16
- color?: string | undefined;
17
- }>, {}>;
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Sets the color context of the component to one of CoreUI’s themed colors.
16
+ *
17
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ validator: (value: string) => boolean;
22
+ };
23
+ }>>, {}>;
18
24
  export { CTableHead };
@@ -10,9 +10,15 @@ declare const CTableHeaderCell: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- color?: unknown;
15
- } & {} & {
16
- color?: string | undefined;
17
- }>, {}>;
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Sets the color context of the component to one of CoreUI’s themed colors.
16
+ *
17
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ validator: (value: string) => boolean;
22
+ };
23
+ }>>, {}>;
18
24
  export { CTableHeaderCell };
@@ -28,16 +28,35 @@ declare const CTableRow: import("vue").DefineComponent<{
28
28
  };
29
29
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
30
  [key: string]: any;
31
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
32
- active?: unknown;
33
- align?: unknown;
34
- color?: unknown;
35
- } & {
36
- active: boolean;
37
- } & {
38
- color?: string | undefined;
39
- align?: string | undefined;
40
- }>, {
31
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ /**
33
+ * Highlight a table row or cell..
34
+ */
35
+ active: {
36
+ type: BooleanConstructor;
37
+ required: false;
38
+ };
39
+ /**
40
+ * Set the vertical aligment.
41
+ *
42
+ * @values 'bottom', 'middle', 'top'
43
+ */
44
+ align: {
45
+ type: StringConstructor;
46
+ default: undefined;
47
+ required: false;
48
+ validator: (value: string) => boolean;
49
+ };
50
+ /**
51
+ * Sets the color context of the component to one of CoreUI’s themed colors.
52
+ *
53
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
54
+ */
55
+ color: {
56
+ type: StringConstructor;
57
+ validator: (value: string) => boolean;
58
+ };
59
+ }>>, {
41
60
  active: boolean;
42
61
  align: string;
43
62
  }>;
@@ -1,4 +1,4 @@
1
1
  declare const CTabContent: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CTabContent };
@@ -10,11 +10,16 @@ declare const CTabPane: import("vue").DefineComponent<{
10
10
  };
11
11
  }, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
12
12
  [key: string]: any;
13
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
14
- visible?: unknown;
15
- } & {
16
- visible: boolean;
17
- } & {}> & {
13
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Toggle the visibility of component.
16
+ */
17
+ visible: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ required: false;
21
+ };
22
+ }>> & {
18
23
  onHide?: ((...args: any[]) => any) | undefined;
19
24
  onShow?: ((...args: any[]) => any) | undefined;
20
25
  }, {
@@ -59,24 +59,65 @@ declare const CToast: import("vue").DefineComponent<{
59
59
  };
60
60
  }, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
61
61
  [key: string]: any;
62
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show" | "close")[], "show" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
63
- autohide?: unknown;
64
- color?: unknown;
65
- delay?: unknown;
66
- dismissible?: unknown;
67
- index?: unknown;
68
- title?: unknown;
69
- visible?: unknown;
70
- } & {
71
- visible: boolean;
72
- dismissible: boolean;
73
- autohide: boolean;
74
- delay: number;
75
- } & {
76
- color?: string | undefined;
77
- index?: number | undefined;
78
- title?: string | undefined;
79
- }> & {
62
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("show" | "close")[], "show" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
+ /**
64
+ * Auto hide the toast.
65
+ */
66
+ autohide: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ required: false;
70
+ };
71
+ /**
72
+ * Sets the color context of the component to one of CoreUI’s themed colors.
73
+ *
74
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
75
+ */
76
+ color: {
77
+ type: StringConstructor;
78
+ validator: (value: string) => boolean;
79
+ };
80
+ /**
81
+ * Delay hiding the toast (ms).
82
+ */
83
+ delay: {
84
+ type: NumberConstructor;
85
+ default: number;
86
+ required: false;
87
+ };
88
+ /**
89
+ * Optionally add a close button to component and allow it to self dismiss.
90
+ */
91
+ dismissible: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ required: false;
95
+ };
96
+ /**
97
+ * index of the component.
98
+ */
99
+ index: {
100
+ type: NumberConstructor;
101
+ default: undefined;
102
+ required: false;
103
+ };
104
+ /**
105
+ * Title node for your component.
106
+ */
107
+ title: {
108
+ type: StringConstructor;
109
+ default: undefined;
110
+ required: false;
111
+ };
112
+ /**
113
+ * Toggle the visibility of component.
114
+ */
115
+ visible: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ required: false;
119
+ };
120
+ }>> & {
80
121
  onShow?: ((...args: any[]) => any) | undefined;
81
122
  onClose?: ((...args: any[]) => any) | undefined;
82
123
  }, {
@@ -1,4 +1,4 @@
1
1
  declare const CToastBody: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CToastBody };
@@ -8,11 +8,15 @@ declare const CToastHeader: import("vue").DefineComponent<{
8
8
  };
9
9
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
10
  [key: string]: any;
11
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
12
- closeButton?: unknown;
13
- } & {
14
- closeButton: boolean;
15
- } & {}> & {
11
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ /**
13
+ * Automatically add a close button to the header.
14
+ */
15
+ closeButton: {
16
+ type: BooleanConstructor;
17
+ require: boolean;
18
+ };
19
+ }>> & {
16
20
  onClose?: ((...args: any[]) => any) | undefined;
17
21
  }, {
18
22
  closeButton: boolean;
@@ -12,11 +12,19 @@ declare const CToaster: import("vue").DefineComponent<{
12
12
  };
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
16
- placement?: unknown;
17
- } & {} & {
18
- placement?: string | undefined;
19
- }>, {
15
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ /**
17
+ * Describes the placement of component.
18
+ *
19
+ * @values 'top-start', 'top', 'top-end', 'middle-start', 'middle', 'middle-end', 'bottom-start', 'bottom', 'bottom-end'
20
+ */
21
+ placement: {
22
+ type: StringConstructor;
23
+ default: undefined;
24
+ require: boolean;
25
+ validator: (value: string) => boolean;
26
+ };
27
+ }>>, {
20
28
  placement: string;
21
29
  }>;
22
30
  export { CToaster };
@@ -45,20 +45,48 @@ declare const CTooltip: import("vue").DefineComponent<{
45
45
  [key: string]: any;
46
46
  }> | import("vue").VNode<import("vue").RendererNode, RendererElement, {
47
47
  [key: string]: any;
48
- }>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
49
- content?: unknown;
50
- offset?: unknown;
51
- placement?: unknown;
52
- trigger?: unknown;
53
- visible?: unknown;
54
- } & {
55
- visible: boolean;
56
- placement: Placement;
57
- trigger: string | string[];
58
- offset: unknown[];
59
- } & {
60
- content?: string | undefined;
61
- }> & {
48
+ }>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ /**
50
+ * Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
51
+ */
52
+ content: {
53
+ type: StringConstructor;
54
+ default: undefined;
55
+ required: false;
56
+ };
57
+ /**
58
+ * Offset of the tooltip relative to its target.
59
+ */
60
+ offset: {
61
+ type: ArrayConstructor;
62
+ default: () => number[];
63
+ required: false;
64
+ };
65
+ /**
66
+ * Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
67
+ */
68
+ placement: {
69
+ type: PropType<Placement>;
70
+ default: string;
71
+ required: false;
72
+ validator: (value: string) => boolean;
73
+ };
74
+ /**
75
+ * Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
76
+ *
77
+ * @values 'click', 'focus', 'hover'
78
+ */
79
+ trigger: {
80
+ type: PropType<string | string[]>;
81
+ default: string;
82
+ required: false;
83
+ validator: (value: string | string[]) => boolean;
84
+ };
85
+ /**
86
+ * Toggle the visibility of tooltip component.
87
+ */
88
+ visible: BooleanConstructor;
89
+ }>> & {
62
90
  onHide?: ((...args: any[]) => any) | undefined;
63
91
  onShow?: ((...args: any[]) => any) | undefined;
64
92
  }, {