@coreui/vue-pro 5.0.0-beta.0 → 5.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/components/avatar/CAvatar.d.ts +2 -2
- package/dist/cjs/components/avatar/CAvatar.js +1 -1
- package/dist/cjs/components/badge/CBadge.d.ts +2 -2
- package/dist/cjs/components/badge/CBadge.js +1 -1
- package/dist/cjs/components/calendar/CCalendar.d.ts +6 -6
- package/dist/cjs/components/calendar/CCalendar.js +3 -3
- package/dist/cjs/components/card/CCard.d.ts +2 -2
- package/dist/cjs/components/card/CCard.js +1 -1
- package/dist/cjs/components/conditional-teleport/CConditionalTeleport.d.ts +2 -2
- package/dist/cjs/components/conditional-teleport/CConditionalTeleport.js +2 -2
- package/dist/cjs/components/conditional-teleport/CConditionalTeleport.js.map +1 -1
- package/dist/cjs/components/date-picker/CDatePicker.d.ts +12 -12
- package/dist/cjs/components/date-picker/CDatePicker.js +6 -6
- package/dist/cjs/components/date-range-picker/CDateRangePicker.d.ts +12 -12
- package/dist/cjs/components/date-range-picker/CDateRangePicker.js +6 -6
- package/dist/cjs/components/dropdown/CDropdown.d.ts +4 -4
- package/dist/cjs/components/dropdown/CDropdown.js +3 -3
- package/dist/cjs/components/dropdown/CDropdown.js.map +1 -1
- package/dist/cjs/components/dropdown/CDropdownMenu.js +4 -1
- package/dist/cjs/components/dropdown/CDropdownMenu.js.map +1 -1
- package/dist/cjs/components/dropdown/CDropdownToggle.d.ts +2 -2
- package/dist/cjs/components/dropdown/CDropdownToggle.js +1 -1
- package/dist/cjs/components/link/CLink.js +4 -1
- package/dist/cjs/components/link/CLink.js.map +1 -1
- package/dist/cjs/components/modal/CModal.d.ts +2 -2
- package/dist/cjs/components/modal/CModal.js +1 -1
- package/dist/cjs/components/popover/CPopover.d.ts +2 -2
- package/dist/cjs/components/popover/CPopover.js +5 -3
- package/dist/cjs/components/popover/CPopover.js.map +1 -1
- package/dist/cjs/components/progress/CProgress.d.ts +2 -2
- package/dist/cjs/components/progress/CProgress.js +1 -1
- package/dist/cjs/components/sidebar/CSidebar.d.ts +8 -2
- package/dist/cjs/components/sidebar/CSidebar.js +24 -11
- package/dist/cjs/components/sidebar/CSidebar.js.map +1 -1
- package/dist/cjs/components/smart-table/CSmartTable.d.ts +0 -1
- package/dist/cjs/components/smart-table/CSmartTable.js +5 -6
- package/dist/cjs/components/smart-table/CSmartTable.js.map +1 -1
- package/dist/cjs/components/smart-table/CSmartTableBody.js +2 -2
- package/dist/cjs/components/smart-table/CSmartTableBody.js.map +1 -1
- package/dist/cjs/components/smart-table/consts.d.ts +1 -0
- package/dist/cjs/components/smart-table/consts.js +6 -0
- package/dist/cjs/components/smart-table/consts.js.map +1 -0
- package/dist/cjs/components/toast/CToaster.js +1 -1
- package/dist/cjs/components/toast/CToaster.js.map +1 -1
- package/dist/cjs/components/tooltip/CTooltip.d.ts +2 -2
- package/dist/cjs/components/tooltip/CTooltip.js +5 -3
- package/dist/cjs/components/tooltip/CTooltip.js.map +1 -1
- package/dist/cjs/props.js +14 -7
- package/dist/cjs/props.js.map +1 -1
- package/dist/esm/components/avatar/CAvatar.d.ts +2 -2
- package/dist/esm/components/avatar/CAvatar.js +1 -1
- package/dist/esm/components/badge/CBadge.d.ts +2 -2
- package/dist/esm/components/badge/CBadge.js +1 -1
- package/dist/esm/components/calendar/CCalendar.d.ts +6 -6
- package/dist/esm/components/calendar/CCalendar.js +3 -3
- package/dist/esm/components/card/CCard.d.ts +2 -2
- package/dist/esm/components/card/CCard.js +1 -1
- package/dist/esm/components/conditional-teleport/CConditionalTeleport.d.ts +2 -2
- package/dist/esm/components/conditional-teleport/CConditionalTeleport.js +2 -2
- package/dist/esm/components/conditional-teleport/CConditionalTeleport.js.map +1 -1
- package/dist/esm/components/date-picker/CDatePicker.d.ts +12 -12
- package/dist/esm/components/date-picker/CDatePicker.js +6 -6
- package/dist/esm/components/date-range-picker/CDateRangePicker.d.ts +12 -12
- package/dist/esm/components/date-range-picker/CDateRangePicker.js +6 -6
- package/dist/esm/components/dropdown/CDropdown.d.ts +4 -4
- package/dist/esm/components/dropdown/CDropdown.js +3 -3
- package/dist/esm/components/dropdown/CDropdown.js.map +1 -1
- package/dist/esm/components/dropdown/CDropdownMenu.js +4 -1
- package/dist/esm/components/dropdown/CDropdownMenu.js.map +1 -1
- package/dist/esm/components/dropdown/CDropdownToggle.d.ts +2 -2
- package/dist/esm/components/dropdown/CDropdownToggle.js +1 -1
- package/dist/esm/components/link/CLink.js +4 -1
- package/dist/esm/components/link/CLink.js.map +1 -1
- package/dist/esm/components/modal/CModal.d.ts +2 -2
- package/dist/esm/components/modal/CModal.js +1 -1
- package/dist/esm/components/popover/CPopover.d.ts +2 -2
- package/dist/esm/components/popover/CPopover.js +5 -3
- package/dist/esm/components/popover/CPopover.js.map +1 -1
- package/dist/esm/components/progress/CProgress.d.ts +2 -2
- package/dist/esm/components/progress/CProgress.js +1 -1
- package/dist/esm/components/sidebar/CSidebar.d.ts +8 -2
- package/dist/esm/components/sidebar/CSidebar.js +24 -11
- package/dist/esm/components/sidebar/CSidebar.js.map +1 -1
- package/dist/esm/components/smart-table/CSmartTable.d.ts +0 -1
- package/dist/esm/components/smart-table/CSmartTable.js +2 -2
- package/dist/esm/components/smart-table/CSmartTable.js.map +1 -1
- package/dist/esm/components/smart-table/CSmartTableBody.js +1 -1
- package/dist/esm/components/smart-table/consts.d.ts +1 -0
- package/dist/esm/components/smart-table/consts.js +4 -0
- package/dist/esm/components/smart-table/consts.js.map +1 -0
- package/dist/esm/components/toast/CToaster.js +1 -1
- package/dist/esm/components/toast/CToaster.js.map +1 -1
- package/dist/esm/components/tooltip/CTooltip.d.ts +2 -2
- package/dist/esm/components/tooltip/CTooltip.js +5 -3
- package/dist/esm/components/tooltip/CTooltip.js.map +1 -1
- package/dist/esm/props.js +14 -7
- package/dist/esm/props.js.map +1 -1
- package/package.json +9 -14
- package/src/components/avatar/CAvatar.ts +1 -1
- package/src/components/badge/CBadge.ts +1 -1
- package/src/components/breadcrumb/__tests__/__snapshots__/CBreadcrumb.spec.ts.snap +1 -1
- package/src/components/button/__tests__/__snapshots__/CButton.spec.ts.snap +2 -2
- package/src/components/calendar/CCalendar.ts +3 -3
- package/src/components/card/CCard.ts +1 -1
- package/src/components/carousel/__tests__/__snapshots__/CCarousel.spec.ts.snap +1 -1
- package/src/components/conditional-teleport/CConditionalTeleport.ts +2 -4
- package/src/components/date-picker/CDatePicker.ts +6 -6
- package/src/components/date-range-picker/CDateRangePicker.ts +6 -6
- package/src/components/dropdown/CDropdown.ts +3 -5
- package/src/components/dropdown/CDropdownMenu.ts +4 -1
- package/src/components/dropdown/CDropdownToggle.ts +1 -1
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownMenu.spec.ts.snap +6 -4
- package/src/components/dropdown/__tests__/__snapshots__/CDropdownToggle.spec.ts.snap +2 -2
- package/src/components/form/__tests__/__snapshots__/CFormCheck.spec.ts.snap +2 -2
- package/src/components/link/CLink.ts +5 -1
- package/src/components/modal/CModal.ts +1 -1
- package/src/components/modal/__tests__/__snapshots__/CModal.spec.ts.snap +4 -4
- package/src/components/navbar/__tests__/__snapshots__/CNavbar.spec.ts.snap +1 -1
- package/src/components/offcanvas/__tests__/__snapshots__/COffcanvas.spec.ts.snap +2 -2
- package/src/components/popover/CPopover.ts +5 -5
- package/src/components/progress/CProgress.ts +1 -1
- package/src/components/progress/__tests__/__snapshots__/CProgress.spec.ts.snap +10 -2
- package/src/components/progress/__tests__/__snapshots__/CProgressBar.spec.ts.snap +2 -2
- package/src/components/sidebar/CSidebar.ts +30 -10
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -2
- package/src/components/smart-table/CSmartTable.ts +1 -3
- package/src/components/smart-table/CSmartTableBody.ts +1 -1
- package/src/components/smart-table/consts.ts +1 -0
- package/src/components/spinner/__tests__/__snapshots__/CSpinner.spec.ts.snap +2 -2
- package/src/components/toast/CToaster.ts +1 -1
- package/src/components/toast/__tests__/__snapshots__/CToaster.spec.ts.snap +2 -2
- package/src/components/tooltip/CTooltip.ts +5 -5
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsA.spec.ts.snap +1 -1
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsB.spec.ts.snap +6 -4
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsC.spec.ts.snap +6 -4
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsD.spec.ts.snap +2 -2
- package/src/components/widgets/__tests__/__snapshots__/CWidgetStatsF.spec.ts.snap +1 -1
- package/src/props.ts +14 -7
- package/src/shims-vue.d.ts +1 -8
- package/src/utils/getRTLPlacement.ts +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
Several quick start options are available:
|
|
48
48
|
|
|
49
|
-
- [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v5.0.0-
|
|
49
|
+
- [Download the latest release](https://github.com/coreui/coreui-vue-pro/archive/v5.0.0-rc.0.zip)
|
|
50
50
|
- Clone the repo: `git clone https://github.com/coreui/coreui-vue-pro.git`
|
|
51
51
|
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue-pro`
|
|
52
52
|
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue-pro`
|
|
@@ -46,7 +46,7 @@ declare const CAvatar: import("vue").DefineComponent<{
|
|
|
46
46
|
/**
|
|
47
47
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
48
48
|
*
|
|
49
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
49
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
50
50
|
*/
|
|
51
51
|
textColor: {
|
|
52
52
|
type: StringConstructor;
|
|
@@ -102,7 +102,7 @@ declare const CAvatar: import("vue").DefineComponent<{
|
|
|
102
102
|
/**
|
|
103
103
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
104
104
|
*
|
|
105
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
105
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
106
106
|
*/
|
|
107
107
|
textColor: {
|
|
108
108
|
type: StringConstructor;
|
|
@@ -56,7 +56,7 @@ const CAvatar = vue.defineComponent({
|
|
|
56
56
|
/**
|
|
57
57
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
58
58
|
*
|
|
59
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
59
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
60
60
|
*/
|
|
61
61
|
textColor: props.TextColor,
|
|
62
62
|
},
|
|
@@ -45,7 +45,7 @@ declare const CBadge: import("vue").DefineComponent<{
|
|
|
45
45
|
/**
|
|
46
46
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
47
47
|
*
|
|
48
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
48
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
49
49
|
*/
|
|
50
50
|
textColor: {
|
|
51
51
|
type: StringConstructor;
|
|
@@ -100,7 +100,7 @@ declare const CBadge: import("vue").DefineComponent<{
|
|
|
100
100
|
/**
|
|
101
101
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
102
102
|
*
|
|
103
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
103
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
104
104
|
*/
|
|
105
105
|
textColor: {
|
|
106
106
|
type: StringConstructor;
|
|
@@ -50,7 +50,7 @@ const CBadge = vue.defineComponent({
|
|
|
50
50
|
/**
|
|
51
51
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
52
52
|
*
|
|
53
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
53
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
54
54
|
*/
|
|
55
55
|
textColor: props.TextColor,
|
|
56
56
|
},
|
|
@@ -92,7 +92,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
92
92
|
/**
|
|
93
93
|
* Specify the type of date selection as day, week, month, or year.
|
|
94
94
|
*
|
|
95
|
-
* @since 5.0.0-
|
|
95
|
+
* @since 5.0.0-rc.0
|
|
96
96
|
*/
|
|
97
97
|
selectionType: {
|
|
98
98
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -111,7 +111,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
111
111
|
/**
|
|
112
112
|
* Set whether to display week numbers in the calendar.
|
|
113
113
|
*
|
|
114
|
-
* @since 5.0.0-
|
|
114
|
+
* @since 5.0.0-rc.0
|
|
115
115
|
*/
|
|
116
116
|
showWeekNumber: BooleanConstructor;
|
|
117
117
|
/**
|
|
@@ -131,7 +131,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
131
131
|
/**
|
|
132
132
|
* Label displayed over week numbers in the calendar.
|
|
133
133
|
*
|
|
134
|
-
* @since 5.0.0-
|
|
134
|
+
* @since 5.0.0-rc.0
|
|
135
135
|
*/
|
|
136
136
|
weekNumbersLabel: StringConstructor;
|
|
137
137
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -229,7 +229,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
229
229
|
/**
|
|
230
230
|
* Specify the type of date selection as day, week, month, or year.
|
|
231
231
|
*
|
|
232
|
-
* @since 5.0.0-
|
|
232
|
+
* @since 5.0.0-rc.0
|
|
233
233
|
*/
|
|
234
234
|
selectionType: {
|
|
235
235
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -248,7 +248,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
248
248
|
/**
|
|
249
249
|
* Set whether to display week numbers in the calendar.
|
|
250
250
|
*
|
|
251
|
-
* @since 5.0.0-
|
|
251
|
+
* @since 5.0.0-rc.0
|
|
252
252
|
*/
|
|
253
253
|
showWeekNumber: BooleanConstructor;
|
|
254
254
|
/**
|
|
@@ -268,7 +268,7 @@ declare const CCalendar: import("vue").DefineComponent<{
|
|
|
268
268
|
/**
|
|
269
269
|
* Label displayed over week numbers in the calendar.
|
|
270
270
|
*
|
|
271
|
-
* @since 5.0.0-
|
|
271
|
+
* @since 5.0.0-rc.0
|
|
272
272
|
*/
|
|
273
273
|
weekNumbersLabel: StringConstructor;
|
|
274
274
|
}>> & {
|
|
@@ -110,7 +110,7 @@ const CCalendar = vue.defineComponent({
|
|
|
110
110
|
/**
|
|
111
111
|
* Specify the type of date selection as day, week, month, or year.
|
|
112
112
|
*
|
|
113
|
-
* @since 5.0.0-
|
|
113
|
+
* @since 5.0.0-rc.0
|
|
114
114
|
*/
|
|
115
115
|
selectionType: {
|
|
116
116
|
type: String,
|
|
@@ -129,7 +129,7 @@ const CCalendar = vue.defineComponent({
|
|
|
129
129
|
/**
|
|
130
130
|
* Set whether to display week numbers in the calendar.
|
|
131
131
|
*
|
|
132
|
-
* @since 5.0.0-
|
|
132
|
+
* @since 5.0.0-rc.0
|
|
133
133
|
*/
|
|
134
134
|
showWeekNumber: Boolean,
|
|
135
135
|
/**
|
|
@@ -160,7 +160,7 @@ const CCalendar = vue.defineComponent({
|
|
|
160
160
|
/**
|
|
161
161
|
* Label displayed over week numbers in the calendar.
|
|
162
162
|
*
|
|
163
|
-
* @since 5.0.0-
|
|
163
|
+
* @since 5.0.0-rc.0
|
|
164
164
|
*/
|
|
165
165
|
weekNumbersLabel: String,
|
|
166
166
|
},
|
|
@@ -11,7 +11,7 @@ declare const CCard: import("vue").DefineComponent<{
|
|
|
11
11
|
/**
|
|
12
12
|
* Sets the text color context of the component to one of CoreUI’s themed colors.
|
|
13
13
|
*
|
|
14
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
14
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
15
15
|
*/
|
|
16
16
|
textColor: {
|
|
17
17
|
type: StringConstructor;
|
|
@@ -32,7 +32,7 @@ declare const CCard: import("vue").DefineComponent<{
|
|
|
32
32
|
/**
|
|
33
33
|
* Sets the text color context of the component to one of CoreUI’s themed colors.
|
|
34
34
|
*
|
|
35
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
35
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
36
36
|
*/
|
|
37
37
|
textColor: {
|
|
38
38
|
type: StringConstructor;
|
|
@@ -15,7 +15,7 @@ const CCard = vue.defineComponent({
|
|
|
15
15
|
/**
|
|
16
16
|
* Sets the text color context of the component to one of CoreUI’s themed colors.
|
|
17
17
|
*
|
|
18
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
18
|
+
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'primary-emphasis', 'secondary-emphasis', 'success-emphasis', 'danger-emphasis', 'warning-emphasis', 'info-emphasis', 'light-emphasis', 'body', 'body-emphasis', 'body-secondary', 'body-tertiary', 'black', 'black-50', 'white', 'white-50'
|
|
19
19
|
*/
|
|
20
20
|
textColor: props.TextColor,
|
|
21
21
|
},
|
|
@@ -3,7 +3,7 @@ declare const CConditionalTeleport: import("vue").DefineComponent<{
|
|
|
3
3
|
/**
|
|
4
4
|
* An HTML element or function that returns a single element, with `document.body` as the default.
|
|
5
5
|
*
|
|
6
|
-
* @since v5.0.0-
|
|
6
|
+
* @since v5.0.0-rc.0
|
|
7
7
|
*/
|
|
8
8
|
container: {
|
|
9
9
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -22,7 +22,7 @@ declare const CConditionalTeleport: import("vue").DefineComponent<{
|
|
|
22
22
|
/**
|
|
23
23
|
* An HTML element or function that returns a single element, with `document.body` as the default.
|
|
24
24
|
*
|
|
25
|
-
* @since v5.0.0-
|
|
25
|
+
* @since v5.0.0-rc.0
|
|
26
26
|
*/
|
|
27
27
|
container: {
|
|
28
28
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -14,10 +14,10 @@ const CConditionalTeleport = vue.defineComponent({
|
|
|
14
14
|
/**
|
|
15
15
|
* An HTML element or function that returns a single element, with `document.body` as the default.
|
|
16
16
|
*
|
|
17
|
-
* @since v5.0.0-
|
|
17
|
+
* @since v5.0.0-rc.0
|
|
18
18
|
*/
|
|
19
19
|
container: {
|
|
20
|
-
type: [
|
|
20
|
+
type: [Object, String],
|
|
21
21
|
default: 'body',
|
|
22
22
|
},
|
|
23
23
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CConditionalTeleport.js","sources":["../../../../src/components/conditional-teleport/CConditionalTeleport.ts"],"sourcesContent":[null],"names":["defineComponent","ref","watch","h","Teleport"],"mappings":";;;;AAEA,MAAM,YAAY,GAAG,CACnB,SAAsD,KAC9B;AACxB,IAAA,IAAI,SAAS,EAAE;AACb,QAAA,OAAO,OAAO,SAAS,KAAK,UAAU,GAAG,SAAS,EAAE,GAAG,SAAS,CAAA;AACjE,KAAA;AAED,IAAA,OAAO,MAAM,CAAA;AACf,CAAC,CAAA;AAEK,MAAA,oBAAoB,GAAGA,mBAAe,CAAC;AAC3C,IAAA,IAAI,EAAE,sBAAsB;AAC5B,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"CConditionalTeleport.js","sources":["../../../../src/components/conditional-teleport/CConditionalTeleport.ts"],"sourcesContent":[null],"names":["defineComponent","ref","watch","h","Teleport"],"mappings":";;;;AAEA,MAAM,YAAY,GAAG,CACnB,SAAsD,KAC9B;AACxB,IAAA,IAAI,SAAS,EAAE;AACb,QAAA,OAAO,OAAO,SAAS,KAAK,UAAU,GAAG,SAAS,EAAE,GAAG,SAAS,CAAA;AACjE,KAAA;AAED,IAAA,OAAO,MAAM,CAAA;AACf,CAAC,CAAA;AAEK,MAAA,oBAAoB,GAAGA,mBAAe,CAAC;AAC3C,IAAA,IAAI,EAAE,sBAAsB;AAC5B,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAyD;AAC9E,YAAA,OAAO,EAAE,MAAM;AAChB,SAAA;AACD;;AAEG;AACH,QAAA,QAAQ,EAAE;YACR,IAAI,EAAE,CAAC,OAAO,CAAC;AACf,YAAA,OAAO,EAAE,IAAI;AACd,SAAA;AACF,KAAA;AACD,IAAA,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,EAAA;QACpB,MAAM,SAAS,GAAGC,OAAG,CAAuB,YAAY,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAA;AAE1E,QAAAC,SAAK,CACH,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,EACvC,MAAK;YACH,IAAI,KAAK,CAAC,QAAQ,EAAE;gBAClB,SAAS,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS,CAAC,CAAA;AAChD,aAAA;AACH,SAAC,CACF,CAAA;AAED,QAAA,OAAO,MACLC,KAAC,CACCC,YAAQ,EACR;AACE,YAAA,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,KAAK;YAClC,EAAE,EAAE,SAAS,CAAC,KAAK;SACpB,EACD;YACE,OAAO,EAAE,MAAM,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,EAAE;AAChD,SAAA,CACF,CAAA;KACJ;AACF,CAAA;;;;"}
|
|
@@ -159,19 +159,19 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
159
159
|
/**
|
|
160
160
|
* Custom function to format the selected date into a string according to a custom format.
|
|
161
161
|
*
|
|
162
|
-
* @since v5.0.0-
|
|
162
|
+
* @since v5.0.0-rc.0
|
|
163
163
|
*/
|
|
164
164
|
inputDateFormat: FunctionConstructor;
|
|
165
165
|
/**
|
|
166
166
|
* Custom function to parse the input value into a valid Date object.
|
|
167
167
|
*
|
|
168
|
-
* @since v5.0.0-
|
|
168
|
+
* @since v5.0.0-rc.0
|
|
169
169
|
*/
|
|
170
170
|
inputDateParse: FunctionConstructor;
|
|
171
171
|
/**
|
|
172
172
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
173
173
|
*
|
|
174
|
-
* @since v5.0.0-
|
|
174
|
+
* @since v5.0.0-rc.0
|
|
175
175
|
*/
|
|
176
176
|
inputOnChangeDelay: {
|
|
177
177
|
type: NumberConstructor;
|
|
@@ -225,7 +225,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
225
225
|
/**
|
|
226
226
|
* Specify the type of date selection as day, week, month, or year.
|
|
227
227
|
*
|
|
228
|
-
* @since 5.0.0-
|
|
228
|
+
* @since 5.0.0-rc.0
|
|
229
229
|
*/
|
|
230
230
|
selectionType: {
|
|
231
231
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -244,7 +244,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
244
244
|
/**
|
|
245
245
|
* Set whether to display week numbers in the calendar.
|
|
246
246
|
*
|
|
247
|
-
* @since 5.0.0-
|
|
247
|
+
* @since 5.0.0-rc.0
|
|
248
248
|
*/
|
|
249
249
|
showWeekNumber: BooleanConstructor;
|
|
250
250
|
/**
|
|
@@ -274,7 +274,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
274
274
|
/**
|
|
275
275
|
* Label displayed over week numbers in the calendar.
|
|
276
276
|
*
|
|
277
|
-
* @since 5.0.0-
|
|
277
|
+
* @since 5.0.0-rc.0
|
|
278
278
|
*/
|
|
279
279
|
weekNumbersLabel: StringConstructor;
|
|
280
280
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -439,19 +439,19 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
439
439
|
/**
|
|
440
440
|
* Custom function to format the selected date into a string according to a custom format.
|
|
441
441
|
*
|
|
442
|
-
* @since v5.0.0-
|
|
442
|
+
* @since v5.0.0-rc.0
|
|
443
443
|
*/
|
|
444
444
|
inputDateFormat: FunctionConstructor;
|
|
445
445
|
/**
|
|
446
446
|
* Custom function to parse the input value into a valid Date object.
|
|
447
447
|
*
|
|
448
|
-
* @since v5.0.0-
|
|
448
|
+
* @since v5.0.0-rc.0
|
|
449
449
|
*/
|
|
450
450
|
inputDateParse: FunctionConstructor;
|
|
451
451
|
/**
|
|
452
452
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
453
453
|
*
|
|
454
|
-
* @since v5.0.0-
|
|
454
|
+
* @since v5.0.0-rc.0
|
|
455
455
|
*/
|
|
456
456
|
inputOnChangeDelay: {
|
|
457
457
|
type: NumberConstructor;
|
|
@@ -505,7 +505,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
505
505
|
/**
|
|
506
506
|
* Specify the type of date selection as day, week, month, or year.
|
|
507
507
|
*
|
|
508
|
-
* @since 5.0.0-
|
|
508
|
+
* @since 5.0.0-rc.0
|
|
509
509
|
*/
|
|
510
510
|
selectionType: {
|
|
511
511
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -524,7 +524,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
524
524
|
/**
|
|
525
525
|
* Set whether to display week numbers in the calendar.
|
|
526
526
|
*
|
|
527
|
-
* @since 5.0.0-
|
|
527
|
+
* @since 5.0.0-rc.0
|
|
528
528
|
*/
|
|
529
529
|
showWeekNumber: BooleanConstructor;
|
|
530
530
|
/**
|
|
@@ -554,7 +554,7 @@ declare const CDatePicker: import("vue").DefineComponent<{
|
|
|
554
554
|
/**
|
|
555
555
|
* Label displayed over week numbers in the calendar.
|
|
556
556
|
*
|
|
557
|
-
* @since 5.0.0-
|
|
557
|
+
* @since 5.0.0-rc.0
|
|
558
558
|
*/
|
|
559
559
|
weekNumbersLabel: StringConstructor;
|
|
560
560
|
}>> & {
|
|
@@ -183,19 +183,19 @@ const CDatePicker = vue.defineComponent({
|
|
|
183
183
|
/**
|
|
184
184
|
* Custom function to format the selected date into a string according to a custom format.
|
|
185
185
|
*
|
|
186
|
-
* @since v5.0.0-
|
|
186
|
+
* @since v5.0.0-rc.0
|
|
187
187
|
*/
|
|
188
188
|
inputDateFormat: Function,
|
|
189
189
|
/**
|
|
190
190
|
* Custom function to parse the input value into a valid Date object.
|
|
191
191
|
*
|
|
192
|
-
* @since v5.0.0-
|
|
192
|
+
* @since v5.0.0-rc.0
|
|
193
193
|
*/
|
|
194
194
|
inputDateParse: Function,
|
|
195
195
|
/**
|
|
196
196
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
197
197
|
*
|
|
198
|
-
* @since v5.0.0-
|
|
198
|
+
* @since v5.0.0-rc.0
|
|
199
199
|
*/
|
|
200
200
|
inputOnChangeDelay: {
|
|
201
201
|
type: Number,
|
|
@@ -249,7 +249,7 @@ const CDatePicker = vue.defineComponent({
|
|
|
249
249
|
/**
|
|
250
250
|
* Specify the type of date selection as day, week, month, or year.
|
|
251
251
|
*
|
|
252
|
-
* @since 5.0.0-
|
|
252
|
+
* @since 5.0.0-rc.0
|
|
253
253
|
*/
|
|
254
254
|
selectionType: {
|
|
255
255
|
type: String,
|
|
@@ -268,7 +268,7 @@ const CDatePicker = vue.defineComponent({
|
|
|
268
268
|
/**
|
|
269
269
|
* Set whether to display week numbers in the calendar.
|
|
270
270
|
*
|
|
271
|
-
* @since 5.0.0-
|
|
271
|
+
* @since 5.0.0-rc.0
|
|
272
272
|
*/
|
|
273
273
|
showWeekNumber: Boolean,
|
|
274
274
|
/**
|
|
@@ -311,7 +311,7 @@ const CDatePicker = vue.defineComponent({
|
|
|
311
311
|
/**
|
|
312
312
|
* Label displayed over week numbers in the calendar.
|
|
313
313
|
*
|
|
314
|
-
* @since 5.0.0-
|
|
314
|
+
* @since 5.0.0-rc.0
|
|
315
315
|
*/
|
|
316
316
|
weekNumbersLabel: String,
|
|
317
317
|
},
|
|
@@ -183,19 +183,19 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
183
183
|
/**
|
|
184
184
|
* Custom function to format the selected date into a string according to a custom format.
|
|
185
185
|
*
|
|
186
|
-
* @since v5.0.0-
|
|
186
|
+
* @since v5.0.0-rc.0
|
|
187
187
|
*/
|
|
188
188
|
inputDateFormat: FunctionConstructor;
|
|
189
189
|
/**
|
|
190
190
|
* Custom function to parse the input value into a valid Date object.
|
|
191
191
|
*
|
|
192
|
-
* @since v5.0.0-
|
|
192
|
+
* @since v5.0.0-rc.0
|
|
193
193
|
*/
|
|
194
194
|
inputDateParse: FunctionConstructor;
|
|
195
195
|
/**
|
|
196
196
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
197
197
|
*
|
|
198
|
-
* @since v5.0.0-
|
|
198
|
+
* @since v5.0.0-rc.0
|
|
199
199
|
*/
|
|
200
200
|
inputOnChangeDelay: {
|
|
201
201
|
type: NumberConstructor;
|
|
@@ -285,7 +285,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
285
285
|
/**
|
|
286
286
|
* Specify the type of date selection as day, week, month, or year.
|
|
287
287
|
*
|
|
288
|
-
* @since 5.0.0-
|
|
288
|
+
* @since 5.0.0-rc.0
|
|
289
289
|
*/
|
|
290
290
|
selectionType: {
|
|
291
291
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -304,7 +304,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
304
304
|
/**
|
|
305
305
|
* Set whether to display week numbers in the calendar.
|
|
306
306
|
*
|
|
307
|
-
* @since 5.0.0-
|
|
307
|
+
* @since 5.0.0-rc.0
|
|
308
308
|
*/
|
|
309
309
|
showWeekNumber: BooleanConstructor;
|
|
310
310
|
/**
|
|
@@ -406,7 +406,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
406
406
|
/**
|
|
407
407
|
* Label displayed over week numbers in the calendar.
|
|
408
408
|
*
|
|
409
|
-
* @since 5.0.0-
|
|
409
|
+
* @since 5.0.0-rc.0
|
|
410
410
|
*/
|
|
411
411
|
weekNumbersLabel: StringConstructor;
|
|
412
412
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -595,19 +595,19 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
595
595
|
/**
|
|
596
596
|
* Custom function to format the selected date into a string according to a custom format.
|
|
597
597
|
*
|
|
598
|
-
* @since v5.0.0-
|
|
598
|
+
* @since v5.0.0-rc.0
|
|
599
599
|
*/
|
|
600
600
|
inputDateFormat: FunctionConstructor;
|
|
601
601
|
/**
|
|
602
602
|
* Custom function to parse the input value into a valid Date object.
|
|
603
603
|
*
|
|
604
|
-
* @since v5.0.0-
|
|
604
|
+
* @since v5.0.0-rc.0
|
|
605
605
|
*/
|
|
606
606
|
inputDateParse: FunctionConstructor;
|
|
607
607
|
/**
|
|
608
608
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
609
609
|
*
|
|
610
|
-
* @since v5.0.0-
|
|
610
|
+
* @since v5.0.0-rc.0
|
|
611
611
|
*/
|
|
612
612
|
inputOnChangeDelay: {
|
|
613
613
|
type: NumberConstructor;
|
|
@@ -697,7 +697,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
697
697
|
/**
|
|
698
698
|
* Specify the type of date selection as day, week, month, or year.
|
|
699
699
|
*
|
|
700
|
-
* @since 5.0.0-
|
|
700
|
+
* @since 5.0.0-rc.0
|
|
701
701
|
*/
|
|
702
702
|
selectionType: {
|
|
703
703
|
type: PropType<"day" | "week" | "month" | "year">;
|
|
@@ -716,7 +716,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
716
716
|
/**
|
|
717
717
|
* Set whether to display week numbers in the calendar.
|
|
718
718
|
*
|
|
719
|
-
* @since 5.0.0-
|
|
719
|
+
* @since 5.0.0-rc.0
|
|
720
720
|
*/
|
|
721
721
|
showWeekNumber: BooleanConstructor;
|
|
722
722
|
/**
|
|
@@ -818,7 +818,7 @@ declare const CDateRangePicker: import("vue").DefineComponent<{
|
|
|
818
818
|
/**
|
|
819
819
|
* Label displayed over week numbers in the calendar.
|
|
820
820
|
*
|
|
821
|
-
* @since 5.0.0-
|
|
821
|
+
* @since 5.0.0-rc.0
|
|
822
822
|
*/
|
|
823
823
|
weekNumbersLabel: StringConstructor;
|
|
824
824
|
}>> & {
|
|
@@ -214,19 +214,19 @@ const CDateRangePicker = vue.defineComponent({
|
|
|
214
214
|
/**
|
|
215
215
|
* Custom function to format the selected date into a string according to a custom format.
|
|
216
216
|
*
|
|
217
|
-
* @since v5.0.0-
|
|
217
|
+
* @since v5.0.0-rc.0
|
|
218
218
|
*/
|
|
219
219
|
inputDateFormat: Function,
|
|
220
220
|
/**
|
|
221
221
|
* Custom function to parse the input value into a valid Date object.
|
|
222
222
|
*
|
|
223
|
-
* @since v5.0.0-
|
|
223
|
+
* @since v5.0.0-rc.0
|
|
224
224
|
*/
|
|
225
225
|
inputDateParse: Function,
|
|
226
226
|
/**
|
|
227
227
|
* Defines the delay (in milliseconds) for the input field's onChange event.
|
|
228
228
|
*
|
|
229
|
-
* @since v5.0.0-
|
|
229
|
+
* @since v5.0.0-rc.0
|
|
230
230
|
*/
|
|
231
231
|
inputOnChangeDelay: {
|
|
232
232
|
type: Number,
|
|
@@ -316,7 +316,7 @@ const CDateRangePicker = vue.defineComponent({
|
|
|
316
316
|
/**
|
|
317
317
|
* Specify the type of date selection as day, week, month, or year.
|
|
318
318
|
*
|
|
319
|
-
* @since 5.0.0-
|
|
319
|
+
* @since 5.0.0-rc.0
|
|
320
320
|
*/
|
|
321
321
|
selectionType: {
|
|
322
322
|
type: String,
|
|
@@ -335,7 +335,7 @@ const CDateRangePicker = vue.defineComponent({
|
|
|
335
335
|
/**
|
|
336
336
|
* Set whether to display week numbers in the calendar.
|
|
337
337
|
*
|
|
338
|
-
* @since 5.0.0-
|
|
338
|
+
* @since 5.0.0-rc.0
|
|
339
339
|
*/
|
|
340
340
|
showWeekNumber: Boolean,
|
|
341
341
|
/**
|
|
@@ -453,7 +453,7 @@ const CDateRangePicker = vue.defineComponent({
|
|
|
453
453
|
/**
|
|
454
454
|
* Label displayed over week numbers in the calendar.
|
|
455
455
|
*
|
|
456
|
-
* @since 5.0.0-
|
|
456
|
+
* @since 5.0.0-rc.0
|
|
457
457
|
*/
|
|
458
458
|
weekNumbersLabel: String,
|
|
459
459
|
},
|
|
@@ -38,7 +38,7 @@ declare const CDropdown: import("vue").DefineComponent<{
|
|
|
38
38
|
/**
|
|
39
39
|
* Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
40
40
|
*
|
|
41
|
-
* @since v5.0.0-
|
|
41
|
+
* @since v5.0.0-rc.0
|
|
42
42
|
*/
|
|
43
43
|
container: {
|
|
44
44
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -89,7 +89,7 @@ declare const CDropdown: import("vue").DefineComponent<{
|
|
|
89
89
|
/**
|
|
90
90
|
* Generates dropdown menu using Teleport.
|
|
91
91
|
*
|
|
92
|
-
* @since v5.0.0-
|
|
92
|
+
* @since v5.0.0-rc.0
|
|
93
93
|
*/
|
|
94
94
|
teleport: {
|
|
95
95
|
type: BooleanConstructor;
|
|
@@ -157,7 +157,7 @@ declare const CDropdown: import("vue").DefineComponent<{
|
|
|
157
157
|
/**
|
|
158
158
|
* Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
159
159
|
*
|
|
160
|
-
* @since v5.0.0-
|
|
160
|
+
* @since v5.0.0-rc.0
|
|
161
161
|
*/
|
|
162
162
|
container: {
|
|
163
163
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -208,7 +208,7 @@ declare const CDropdown: import("vue").DefineComponent<{
|
|
|
208
208
|
/**
|
|
209
209
|
* Generates dropdown menu using Teleport.
|
|
210
210
|
*
|
|
211
|
-
* @since v5.0.0-
|
|
211
|
+
* @since v5.0.0-rc.0
|
|
212
212
|
*/
|
|
213
213
|
teleport: {
|
|
214
214
|
type: BooleanConstructor;
|
|
@@ -60,10 +60,10 @@ const CDropdown = vue.defineComponent({
|
|
|
60
60
|
/**
|
|
61
61
|
* Appends the vue dropdown menu to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
62
62
|
*
|
|
63
|
-
* @since v5.0.0-
|
|
63
|
+
* @since v5.0.0-rc.0
|
|
64
64
|
*/
|
|
65
65
|
container: {
|
|
66
|
-
type: [
|
|
66
|
+
type: [Object, String],
|
|
67
67
|
default: 'body',
|
|
68
68
|
},
|
|
69
69
|
/**
|
|
@@ -113,7 +113,7 @@ const CDropdown = vue.defineComponent({
|
|
|
113
113
|
/**
|
|
114
114
|
* Generates dropdown menu using Teleport.
|
|
115
115
|
*
|
|
116
|
-
* @since v5.0.0-
|
|
116
|
+
* @since v5.0.0-rc.0
|
|
117
117
|
*/
|
|
118
118
|
teleport: {
|
|
119
119
|
type: Boolean,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CDropdown.js","sources":["../../../../src/components/dropdown/CDropdown.ts"],"sourcesContent":[null],"names":["defineComponent","ref","usePopper","getPlacement","isRTL","watch","provide","getNextActiveElement","h"],"mappings":";;;;;;;AAUM,MAAA,SAAS,GAAGA,mBAAe,CAAC;AAChC,IAAA,IAAI,EAAE,WAAW;AACjB,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAkC;;AAEvD,YAAA,SAAS,EAAE,CAAC,KAAmB,KAAI;AACjC,gBAAA,IAAI,KAAK,KAAK,OAAO,IAAI,KAAK,KAAK,KAAK,EAAE;AACxC,oBAAA,OAAO,IAAI,CAAA;AACZ,iBAAA;AAAM,qBAAA;AACL,oBAAA,IAAI,KAAK,CAAC,EAAE,KAAK,SAAS,KAAK,KAAK,CAAC,EAAE,KAAK,OAAO,IAAI,KAAK,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE;AAC1E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,IAAI,KAAK,CAAC,EAAE,KAAK,SAAS,KAAK,KAAK,CAAC,EAAE,KAAK,OAAO,IAAI,KAAK,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE;AAC1E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,IAAI,KAAK,CAAC,EAAE,KAAK,SAAS,KAAK,KAAK,CAAC,EAAE,KAAK,OAAO,IAAI,KAAK,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE;AAC1E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,IAAI,KAAK,CAAC,EAAE,KAAK,SAAS,KAAK,KAAK,CAAC,EAAE,KAAK,OAAO,IAAI,KAAK,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE;AAC1E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,IAAI,KAAK,CAAC,EAAE,KAAK,SAAS,KAAK,KAAK,CAAC,EAAE,KAAK,OAAO,IAAI,KAAK,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE;AAC1E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,IAAI,KAAK,CAAC,GAAG,KAAK,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,OAAO,IAAI,KAAK,CAAC,GAAG,KAAK,KAAK,CAAC,EAAE;AAC7E,wBAAA,OAAO,IAAI,CAAA;AACZ,qBAAA;AACD,oBAAA,OAAO,KAAK,CAAA;AACb,iBAAA;aACF;AACF,SAAA;AACD;;;;;;AAMG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;AACvB,YAAA,OAAO,EAAE,IAAI;AACb,YAAA,SAAS,EAAE,CAAC,KAAuB,KAAI;AACrC,gBAAA,OAAO,OAAO,KAAK,KAAK,SAAS,IAAI,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aAC3E;AACF,SAAA;AACD;;;;AAIG;AACH,QAAA,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"CDropdown.js","sources":["../../../../src/components/dropdown/CDropdown.ts"],"sourcesContent":[null],"names":["defineComponent","ref","usePopper","getPlacement","isRTL","watch","provide","getNextActiveElement","h"],"mappings":"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"}
|