@coreui/vue-pro 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) 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 +16 -7
  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/footer/CFooter.d.ts +13 -5
  44. package/dist/components/form/CForm.d.ts +9 -5
  45. package/dist/components/form/CFormCheck.d.ts +66 -23
  46. package/dist/components/form/CFormControl.d.ts +61 -20
  47. package/dist/components/form/CFormFeedback.d.ts +22 -11
  48. package/dist/components/form/CFormFloating.d.ts +1 -1
  49. package/dist/components/form/CFormInput.d.ts +66 -20
  50. package/dist/components/form/CFormLabel.d.ts +10 -5
  51. package/dist/components/form/CFormRange.d.ts +59 -18
  52. package/dist/components/form/CFormSelect.d.ts +66 -18
  53. package/dist/components/form/CFormSwitch.d.ts +61 -18
  54. package/dist/components/form/CFormText.d.ts +10 -5
  55. package/dist/components/form/CFormTextarea.d.ts +45 -16
  56. package/dist/components/form/CInputGroup.d.ts +13 -5
  57. package/dist/components/form/CInputGroupText.d.ts +10 -5
  58. package/dist/components/grid/CCol.d.ts +62 -15
  59. package/dist/components/grid/CContainer.d.ts +44 -15
  60. package/dist/components/grid/CRow.d.ts +57 -15
  61. package/dist/components/header/CHeader.d.ts +24 -7
  62. package/dist/components/header/CHeaderBrand.d.ts +10 -5
  63. package/dist/components/header/CHeaderDivider.d.ts +1 -1
  64. package/dist/components/header/CHeaderNav.d.ts +10 -5
  65. package/dist/components/header/CHeaderText.d.ts +1 -1
  66. package/dist/components/header/CHeaderToggler.d.ts +1 -1
  67. package/dist/components/image/CImage.d.ts +34 -12
  68. package/dist/components/link/CLink.d.ts +32 -12
  69. package/dist/components/list-group/CListGroup.d.ts +28 -10
  70. package/dist/components/list-group/CListGroupItem.d.ts +33 -12
  71. package/dist/components/modal/CModal.d.ts +96 -22
  72. package/dist/components/modal/CModalBody.d.ts +1 -1
  73. package/dist/components/modal/CModalFooter.d.ts +1 -1
  74. package/dist/components/modal/CModalHeader.d.ts +10 -5
  75. package/dist/components/modal/CModalTitle.d.ts +10 -5
  76. package/dist/components/multi-select/CMultiSelect.d.ts +131 -30
  77. package/dist/components/multi-select/CMultiSelectNativeSelect.d.ts +26 -11
  78. package/dist/components/multi-select/CMultiSelectOptions.d.ts +40 -11
  79. package/dist/components/multi-select/CMultiSelectSelection.d.ts +47 -13
  80. package/dist/components/nav/CNav.d.ts +32 -10
  81. package/dist/components/nav/CNavGroup.d.ts +10 -7
  82. package/dist/components/nav/CNavGroupItems.d.ts +1 -1
  83. package/dist/components/nav/CNavLink.d.ts +32 -12
  84. package/dist/components/nav/CNavTitle.d.ts +1 -1
  85. package/dist/components/navbar/CNavbar.d.ts +63 -16
  86. package/dist/components/navbar/CNavbarBrand.d.ts +19 -8
  87. package/dist/components/navbar/CNavbarNav.d.ts +10 -5
  88. package/dist/components/navbar/CNavbarText.d.ts +1 -1
  89. package/dist/components/navbar/CNavbarToggler.d.ts +1 -1
  90. package/dist/components/offcanvas/COffcanvas.d.ts +44 -14
  91. package/dist/components/offcanvas/COffcanvasBody.d.ts +1 -1
  92. package/dist/components/offcanvas/COffcanvasHeader.d.ts +1 -1
  93. package/dist/components/offcanvas/COffcanvasTitle.d.ts +10 -5
  94. package/dist/components/pagination/CPagination.d.ts +24 -7
  95. package/dist/components/pagination/CPaginationItem.d.ts +32 -12
  96. package/dist/components/pagination/CSmartPagination.d.ts +120 -28
  97. package/dist/components/placeholder/CPlaceholder.d.ts +89 -24
  98. package/dist/components/popover/CPopover.d.ts +50 -16
  99. package/dist/components/progress/CProgressBar.d.ts +37 -12
  100. package/dist/components/sidebar/CSidebar.d.ts +59 -20
  101. package/dist/components/sidebar/CSidebarBrand.d.ts +1 -1
  102. package/dist/components/sidebar/CSidebarFooter.d.ts +1 -1
  103. package/dist/components/sidebar/CSidebarHeader.d.ts +1 -1
  104. package/dist/components/sidebar/CSidebarNav.d.ts +1 -1
  105. package/dist/components/sidebar/CSidebarToggler.d.ts +1 -1
  106. package/dist/components/smart-table/CSmartTable.d.ts +278 -60
  107. package/dist/components/smart-table/CSmartTableBody.d.ts +37 -20
  108. package/dist/components/smart-table/CSmartTableCleaner.d.ts +7 -5
  109. package/dist/components/smart-table/CSmartTableFilter.d.ts +17 -9
  110. package/dist/components/smart-table/CSmartTableHead.d.ts +37 -22
  111. package/dist/components/smart-table/CSmartTableItemsPerPageSelector.d.ts +17 -10
  112. package/dist/components/spinner/CSpinner.d.ts +51 -14
  113. package/dist/components/table/CTable.d.ts +88 -24
  114. package/dist/components/table/CTableBody.d.ts +11 -5
  115. package/dist/components/table/CTableCaption.d.ts +2 -4
  116. package/dist/components/table/CTableDataCell.d.ts +29 -10
  117. package/dist/components/table/CTableFoot.d.ts +11 -5
  118. package/dist/components/table/CTableHead.d.ts +11 -5
  119. package/dist/components/table/CTableHeaderCell.d.ts +11 -5
  120. package/dist/components/table/CTableRow.d.ts +29 -10
  121. package/dist/components/tabs/CTabContent.d.ts +1 -1
  122. package/dist/components/tabs/CTabPane.d.ts +10 -5
  123. package/dist/components/toast/CToast.d.ts +59 -18
  124. package/dist/components/toast/CToastBody.d.ts +1 -1
  125. package/dist/components/toast/CToastHeader.d.ts +9 -5
  126. package/dist/components/toast/CToaster.d.ts +13 -5
  127. package/dist/components/tooltip/CTooltip.d.ts +42 -14
  128. package/dist/components/widgets/CWidgetStatsA.d.ts +23 -10
  129. package/dist/components/widgets/CWidgetStatsB.d.ts +45 -17
  130. package/dist/components/widgets/CWidgetStatsC.d.ts +37 -15
  131. package/dist/components/widgets/CWidgetStatsD.d.ts +19 -8
  132. package/dist/components/widgets/CWidgetStatsE.d.ts +18 -8
  133. package/dist/components/widgets/CWidgetStatsF.d.ts +42 -14
  134. package/dist/index.es.js +81 -39
  135. package/dist/index.es.js.map +1 -1
  136. package/dist/index.js +80 -38
  137. package/dist/index.js.map +1 -1
  138. package/package.json +5 -5
  139. package/src/components/form/CFormSelect.ts +19 -6
  140. package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +8 -2
  141. package/src/components/form/__tests__/__snapshots__/CFormSelect.spec.ts.snap +1 -1
  142. package/src/components/modal/CModal.ts +60 -37
  143. package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +1 -2
  144. package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -8
@@ -119,34 +119,126 @@ declare const CSmartPagination: import("vue").DefineComponent<{
119
119
  };
120
120
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
121
121
  [key: string]: any;
122
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "activePageChange"[], "activePageChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
123
- align?: unknown;
124
- activePage?: unknown;
125
- arrows?: unknown;
126
- dots?: unknown;
127
- doubleArrows?: unknown;
128
- firstButton?: unknown;
129
- lastButton?: unknown;
130
- limit?: unknown;
131
- nextButton?: unknown;
132
- pages?: unknown;
133
- previousButton?: unknown;
134
- size?: unknown;
135
- } & {
136
- align: string;
137
- activePage: number;
138
- arrows: boolean;
139
- dots: boolean;
140
- doubleArrows: boolean;
141
- firstButton: string;
142
- lastButton: string;
143
- limit: number;
144
- nextButton: string;
145
- pages: number;
146
- previousButton: string;
147
- } & {
148
- size?: string | undefined;
149
- }> & {
122
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "activePageChange"[], "activePageChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
123
+ /**
124
+ * Horizontall align
125
+ *
126
+ * @default 'start'
127
+ */
128
+ align: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ require: boolean;
132
+ validator: (value: string) => boolean;
133
+ };
134
+ /**
135
+ * Current page number
136
+ *
137
+ * @default 1
138
+ */
139
+ activePage: {
140
+ type: NumberConstructor;
141
+ default: number;
142
+ require: boolean;
143
+ };
144
+ /**
145
+ * Show/hide arrows
146
+ *
147
+ * @default true
148
+ */
149
+ arrows: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ require: boolean;
153
+ };
154
+ /**
155
+ * Show/hide dots
156
+ *
157
+ * @default true
158
+ */
159
+ dots: {
160
+ type: BooleanConstructor;
161
+ default: boolean;
162
+ require: boolean;
163
+ };
164
+ /**
165
+ * Show double arrows buttons
166
+ *
167
+ * @default true
168
+ */
169
+ doubleArrows: {
170
+ type: BooleanConstructor;
171
+ default: boolean;
172
+ require: boolean;
173
+ };
174
+ /**
175
+ * The content of 'firstButton' button
176
+ *
177
+ * @default '&laquo;'
178
+ */
179
+ firstButton: {
180
+ type: StringConstructor;
181
+ default: string;
182
+ require: boolean;
183
+ };
184
+ /**
185
+ * The content of 'lastButton' button
186
+ *
187
+ * @default '&raquo;'
188
+ */
189
+ lastButton: {
190
+ type: StringConstructor;
191
+ default: string;
192
+ require: boolean;
193
+ };
194
+ /**
195
+ * Maximum items number
196
+ *
197
+ * @default 5
198
+ */
199
+ limit: {
200
+ type: NumberConstructor;
201
+ default: number;
202
+ require: boolean;
203
+ };
204
+ /**
205
+ * The content of 'nextButton' button
206
+ *
207
+ * @default '&rsaquo;'
208
+ */
209
+ nextButton: {
210
+ type: StringConstructor;
211
+ default: string;
212
+ require: boolean;
213
+ };
214
+ /**
215
+ * Number of pages
216
+ */
217
+ pages: {
218
+ type: NumberConstructor;
219
+ default: number;
220
+ require: boolean;
221
+ };
222
+ /**
223
+ * The content of 'previousButton' button
224
+ *
225
+ * @default '&lsaquo;'
226
+ */
227
+ previousButton: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ require: boolean;
231
+ };
232
+ /**
233
+ * Size of pagination, valid values: 'sm', 'lg'
234
+ */
235
+ size: {
236
+ type: StringConstructor;
237
+ default: undefined;
238
+ required: false;
239
+ validator: (value: string) => boolean;
240
+ };
241
+ }>> & {
150
242
  onActivePageChange?: ((...args: any[]) => any) | undefined;
151
243
  }, {
152
244
  size: string;
@@ -88,30 +88,95 @@ export declare const CPlaceholder: import("vue").DefineComponent<{
88
88
  };
89
89
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
90
90
  [key: string]: any;
91
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
92
- animation?: unknown;
93
- color?: unknown;
94
- component?: unknown;
95
- size?: unknown;
96
- xs?: unknown;
97
- sm?: unknown;
98
- md?: unknown;
99
- lg?: unknown;
100
- xl?: unknown;
101
- xxl?: unknown;
102
- } & {
103
- component: string;
104
- } & {
105
- color?: string | undefined;
106
- size?: string | undefined;
107
- sm?: number | undefined;
108
- md?: number | undefined;
109
- lg?: number | undefined;
110
- xl?: number | undefined;
111
- xs?: number | undefined;
112
- xxl?: number | undefined;
113
- animation?: string | undefined;
114
- }>, {
91
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
92
+ /**
93
+ * Set animation type to better convey the perception of something being actively loaded.
94
+ *
95
+ * @values 'glow', 'wave'
96
+ */
97
+ animation: {
98
+ type: StringConstructor;
99
+ default: undefined;
100
+ require: boolean;
101
+ validator: (value: string) => boolean;
102
+ };
103
+ /**
104
+ * Sets the color context of the component to one of CoreUI’s themed colors.
105
+ *
106
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
107
+ */
108
+ color: {
109
+ type: StringConstructor;
110
+ validator: (value: string) => boolean;
111
+ };
112
+ /**
113
+ * Component used for the root node. Either a string to use a HTML element or a component.
114
+ */
115
+ component: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ required: false;
119
+ };
120
+ /**
121
+ * Size the component extra small, small, or large.
122
+ *
123
+ * @values 'xs', 'sm', 'lg'
124
+ */
125
+ size: {
126
+ type: StringConstructor;
127
+ default: undefined;
128
+ required: false;
129
+ validator: (value: string) => boolean;
130
+ };
131
+ /**
132
+ * The number of columns on extra small devices (<576px).
133
+ */
134
+ xs: {
135
+ type: NumberConstructor;
136
+ default: undefined;
137
+ require: boolean;
138
+ };
139
+ /**
140
+ * The number of columns on small devices (<768px).
141
+ */
142
+ sm: {
143
+ type: NumberConstructor;
144
+ default: undefined;
145
+ require: boolean;
146
+ };
147
+ /**
148
+ * The number of columns on medium devices (<992px).
149
+ */
150
+ md: {
151
+ type: NumberConstructor;
152
+ default: undefined;
153
+ require: boolean;
154
+ };
155
+ /**
156
+ * The number of columns on large devices (<1200px).
157
+ */
158
+ lg: {
159
+ type: NumberConstructor;
160
+ default: undefined;
161
+ require: boolean;
162
+ };
163
+ /**
164
+ * The number of columns on X-Large devices (<1400px).
165
+ */
166
+ xl: {
167
+ type: NumberConstructor;
168
+ default: undefined;
169
+ require: boolean;
170
+ };
171
+ /**
172
+ * The number of columns on XX-Large devices (≥1400px).
173
+ */
174
+ xxl: {
175
+ type: NumberConstructor;
176
+ default: undefined;
177
+ require: boolean;
178
+ };
179
+ }>>, {
115
180
  component: string;
116
181
  size: string;
117
182
  sm: number;
@@ -53,22 +53,56 @@ declare const CPopover: import("vue").DefineComponent<{
53
53
  [key: string]: any;
54
54
  }> | import("vue").VNode<import("vue").RendererNode, RendererElement, {
55
55
  [key: string]: any;
56
- }>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
57
- content?: unknown;
58
- offset?: unknown;
59
- placement?: unknown;
60
- title?: unknown;
61
- trigger?: unknown;
62
- visible?: unknown;
63
- } & {
64
- visible: boolean;
65
- placement: Placement;
66
- trigger: string | string[];
67
- offset: unknown[];
68
- } & {
69
- title?: string | undefined;
70
- content?: string | undefined;
71
- }> & {
56
+ }>[] | undefined)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
+ /**
58
+ * Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
59
+ */
60
+ content: {
61
+ type: StringConstructor;
62
+ default: undefined;
63
+ required: false;
64
+ };
65
+ /**
66
+ * Offset of the popover relative to its target.
67
+ */
68
+ offset: {
69
+ type: ArrayConstructor;
70
+ default: () => number[];
71
+ required: false;
72
+ };
73
+ /**
74
+ * Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
75
+ */
76
+ placement: {
77
+ type: PropType<Placement>;
78
+ default: string;
79
+ required: false;
80
+ validator: (value: string) => boolean;
81
+ };
82
+ /**
83
+ * Title for your component. If you want to pass non-string value please use dedicated slot `<template #title>...</template>`
84
+ */
85
+ title: {
86
+ type: StringConstructor;
87
+ default: undefined;
88
+ required: false;
89
+ };
90
+ /**
91
+ * Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.
92
+ *
93
+ * @values 'click', 'focus', 'hover'
94
+ */
95
+ trigger: {
96
+ type: PropType<string | string[]>;
97
+ default: string;
98
+ required: false;
99
+ validator: (value: string | string[]) => boolean;
100
+ };
101
+ /**
102
+ * Toggle the visibility of popover component.
103
+ */
104
+ visible: BooleanConstructor;
105
+ }>> & {
72
106
  onHide?: ((...args: any[]) => any) | undefined;
73
107
  onShow?: ((...args: any[]) => any) | undefined;
74
108
  }, {
@@ -36,18 +36,43 @@ declare const CProgressBar: import("vue").DefineComponent<{
36
36
  };
37
37
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
38
  [key: string]: any;
39
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
40
- animated?: unknown;
41
- color?: unknown;
42
- value?: unknown;
43
- variant?: unknown;
44
- } & {
45
- value: number;
46
- animated: boolean;
47
- } & {
48
- color?: string | undefined;
49
- variant?: string | undefined;
50
- }>, {
39
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
+ /**
41
+ * Use to animate the stripes right to left via CSS3 animations.
42
+ */
43
+ animated: {
44
+ type: BooleanConstructor;
45
+ required: false;
46
+ };
47
+ /**
48
+ * Sets the color context of the component to one of CoreUI’s themed colors.
49
+ *
50
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
51
+ */
52
+ color: {
53
+ type: StringConstructor;
54
+ validator: (value: string) => boolean;
55
+ };
56
+ /**
57
+ * The percent to progress the ProgressBar.
58
+ */
59
+ value: {
60
+ type: NumberConstructor;
61
+ required: false;
62
+ default: number;
63
+ };
64
+ /**
65
+ * Set the progress bar variant to optional striped.
66
+ *
67
+ * @values 'striped'
68
+ */
69
+ variant: {
70
+ type: StringConstructor;
71
+ default: undefined;
72
+ require: boolean;
73
+ validator: (value: string) => boolean;
74
+ };
75
+ }>>, {
51
76
  value: number;
52
77
  variant: string;
53
78
  animated: boolean;
@@ -56,26 +56,65 @@ declare const CSidebar: import("vue").DefineComponent<{
56
56
  * Toggle the visibility of sidebar component.
57
57
  */
58
58
  visible: BooleanConstructor;
59
- }, () => any[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "visible-change")[], "hide" | "show" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
60
- colorScheme?: unknown;
61
- narrow?: unknown;
62
- overlaid?: unknown;
63
- placement?: unknown;
64
- position?: unknown;
65
- size?: unknown;
66
- unfoldable?: unknown;
67
- visible?: unknown;
68
- } & {
69
- visible: boolean;
70
- narrow: boolean;
71
- overlaid: boolean;
72
- unfoldable: boolean;
73
- } & {
74
- size?: string | undefined;
75
- position?: string | undefined;
76
- placement?: string | undefined;
77
- colorScheme?: string | undefined;
78
- }> & {
59
+ }, () => any[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "visible-change")[], "hide" | "show" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
60
+ /**
61
+ * Sets if the color of text should be colored for a light or dark dark background.
62
+ *
63
+ * @values 'dark', light'
64
+ */
65
+ colorScheme: {
66
+ type: StringConstructor;
67
+ default: undefined;
68
+ validator: (value: string) => boolean;
69
+ };
70
+ /**
71
+ * Make sidebar narrow.
72
+ */
73
+ narrow: {
74
+ type: BooleanConstructor;
75
+ required: false;
76
+ };
77
+ /**
78
+ * Set sidebar to overlaid variant.
79
+ */
80
+ overlaid: {
81
+ type: BooleanConstructor;
82
+ required: false;
83
+ };
84
+ /**
85
+ * Components placement, there’s no default placement.
86
+ * @values 'start', 'end'
87
+ */
88
+ placement: {
89
+ type: StringConstructor;
90
+ default: undefined;
91
+ validator: (value: string) => boolean;
92
+ };
93
+ /**
94
+ * Place sidebar in non-static positions.
95
+ */
96
+ position: {
97
+ type: StringConstructor;
98
+ default: undefined;
99
+ validator: (value: string) => boolean;
100
+ };
101
+ /**
102
+ * Size the component small, large, or extra large.
103
+ */
104
+ size: {
105
+ type: StringConstructor;
106
+ default: undefined;
107
+ validator: (value: string) => boolean;
108
+ };
109
+ /**
110
+ * Expand narrowed sidebar on hover.
111
+ */
112
+ unfoldable: BooleanConstructor;
113
+ /**
114
+ * Toggle the visibility of sidebar component.
115
+ */
116
+ visible: BooleanConstructor;
117
+ }>> & {
79
118
  onHide?: ((...args: any[]) => any) | undefined;
80
119
  onShow?: ((...args: any[]) => any) | undefined;
81
120
  "onVisible-change"?: ((...args: any[]) => any) | undefined;
@@ -1,4 +1,4 @@
1
1
  declare const CSidebarBrand: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CSidebarBrand };
@@ -1,4 +1,4 @@
1
1
  declare const CSidebarFooter: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CSidebarFooter };
@@ -1,4 +1,4 @@
1
1
  declare const CSidebarHeader: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CSidebarHeader };
@@ -1,4 +1,4 @@
1
1
  declare const CSidebarNav: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CSidebarNav };
@@ -1,4 +1,4 @@
1
1
  declare const CSidebarToggler: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
2
  [key: string]: any;
3
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
3
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
4
4
  export { CSidebarToggler };