@coreui/vue-pro 5.0.0-beta.1 → 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 +1 -1
- 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 +2 -2
- package/dist/cjs/components/dropdown/CDropdown.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/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 +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 +5 -3
- package/dist/cjs/components/sidebar/CSidebar.js.map +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- package/dist/esm/components/dropdown/CDropdown.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/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 +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 +5 -3
- package/dist/esm/components/sidebar/CSidebar.js.map +1 -1
- 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 +1 -1
- 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 +6 -6
- 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/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/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 +1 -1
- 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 +7 -5
- package/src/components/sidebar/__tests__/__snapshots__/CSidebar.spec.ts.snap +2 -2
- 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 +2 -4
- 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
|
@@ -26,7 +26,7 @@ declare const CModal: import("vue").DefineComponent<{
|
|
|
26
26
|
/**
|
|
27
27
|
* Puts the focus on the modal when shown.
|
|
28
28
|
*
|
|
29
|
-
* @since v5.0.0-
|
|
29
|
+
* @since v5.0.0-rc.0
|
|
30
30
|
*/
|
|
31
31
|
focus: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -108,7 +108,7 @@ declare const CModal: import("vue").DefineComponent<{
|
|
|
108
108
|
/**
|
|
109
109
|
* Puts the focus on the modal when shown.
|
|
110
110
|
*
|
|
111
|
-
* @since v5.0.0-
|
|
111
|
+
* @since v5.0.0-rc.0
|
|
112
112
|
*/
|
|
113
113
|
focus: {
|
|
114
114
|
type: BooleanConstructor;
|
|
@@ -14,7 +14,7 @@ declare const CPopover: import("vue").DefineComponent<{
|
|
|
14
14
|
/**
|
|
15
15
|
* Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
16
16
|
*
|
|
17
|
-
* @since v5.0.0-
|
|
17
|
+
* @since v5.0.0-rc.0
|
|
18
18
|
*/
|
|
19
19
|
container: {
|
|
20
20
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -96,7 +96,7 @@ declare const CPopover: import("vue").DefineComponent<{
|
|
|
96
96
|
/**
|
|
97
97
|
* Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
98
98
|
*
|
|
99
|
-
* @since v5.0.0-
|
|
99
|
+
* @since v5.0.0-rc.0
|
|
100
100
|
*/
|
|
101
101
|
container: {
|
|
102
102
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -22,7 +22,7 @@ const CPopover = vue.defineComponent({
|
|
|
22
22
|
/**
|
|
23
23
|
* Appends the vue popover to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
24
24
|
*
|
|
25
|
-
* @since v5.0.0-
|
|
25
|
+
* @since v5.0.0-rc.0
|
|
26
26
|
*/
|
|
27
27
|
container: {
|
|
28
28
|
type: [Object, String],
|
|
@@ -19,7 +19,7 @@ declare const CProgress: import("vue").DefineComponent<{
|
|
|
19
19
|
/**
|
|
20
20
|
* A string of all className you want applied to the <CProgressBar/> component.
|
|
21
21
|
*
|
|
22
|
-
* @since 5.0.0-
|
|
22
|
+
* @since 5.0.0-rc.0
|
|
23
23
|
*/
|
|
24
24
|
progressBarClassName: StringConstructor;
|
|
25
25
|
/**
|
|
@@ -69,7 +69,7 @@ declare const CProgress: import("vue").DefineComponent<{
|
|
|
69
69
|
/**
|
|
70
70
|
* A string of all className you want applied to the <CProgressBar/> component.
|
|
71
71
|
*
|
|
72
|
-
* @since 5.0.0-
|
|
72
|
+
* @since 5.0.0-rc.0
|
|
73
73
|
*/
|
|
74
74
|
progressBarClassName: StringConstructor;
|
|
75
75
|
/**
|
|
@@ -47,7 +47,10 @@ declare const CSidebar: import("vue").DefineComponent<{
|
|
|
47
47
|
/**
|
|
48
48
|
* Toggle the visibility of sidebar component.
|
|
49
49
|
*/
|
|
50
|
-
visible:
|
|
50
|
+
visible: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
51
54
|
}, () => 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<{
|
|
52
55
|
/**
|
|
53
56
|
* Sets if the color of text should be colored for a light or dark dark background.
|
|
@@ -97,7 +100,10 @@ declare const CSidebar: import("vue").DefineComponent<{
|
|
|
97
100
|
/**
|
|
98
101
|
* Toggle the visibility of sidebar component.
|
|
99
102
|
*/
|
|
100
|
-
visible:
|
|
103
|
+
visible: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: undefined;
|
|
106
|
+
};
|
|
101
107
|
}>> & {
|
|
102
108
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
103
109
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
@@ -69,7 +69,10 @@ const CSidebar = vue.defineComponent({
|
|
|
69
69
|
/**
|
|
70
70
|
* Toggle the visibility of sidebar component.
|
|
71
71
|
*/
|
|
72
|
-
visible:
|
|
72
|
+
visible: {
|
|
73
|
+
type: Boolean,
|
|
74
|
+
default: undefined,
|
|
75
|
+
},
|
|
73
76
|
},
|
|
74
77
|
emits: [
|
|
75
78
|
/**
|
|
@@ -90,8 +93,7 @@ const CSidebar = vue.defineComponent({
|
|
|
90
93
|
const inViewport = vue.ref();
|
|
91
94
|
const mobile = vue.ref();
|
|
92
95
|
const visibleMobile = vue.ref(false);
|
|
93
|
-
const visibleDesktop = vue.ref(props.visible
|
|
94
|
-
// const visible = ref(props.visible)
|
|
96
|
+
const visibleDesktop = vue.ref(props.visible === undefined ? (props.overlaid ? false : true) : props.visible);
|
|
95
97
|
vue.watch(inViewport, () => {
|
|
96
98
|
emit('visible-change', inViewport.value);
|
|
97
99
|
inViewport.value ? emit('show') : emit('hide');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CSidebar.js","sources":["../../../../src/components/sidebar/CSidebar.ts"],"sourcesContent":[null],"names":["defineComponent","ref","watch","onMounted","isInViewport","onBeforeUnmount","h","CBackdrop"],"mappings":";;;;;;AAKA,MAAM,UAAU,GAAG,CAAC,OAAuB,KAAI;IAC7C,IAAI,CAAC,OAAO,EAAE;QACZ,OAAM;AACP,KAAA;AAED,IAAA,OAAO,OAAO,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC,CAAA;AAC/E,CAAC,CAAA;AAEK,MAAA,QAAQ,GAAGA,mBAAe,CAAC;AAC/B,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,WAAW,EAAE;AACX,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,OAAO,EAAE,SAAS;AAClB,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;gBAC3B,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aACzC;AACF,SAAA;AACD;;AAEG;AACH,QAAA,MAAM,EAAE,OAAO;AACf;;AAEG;AACH,QAAA,QAAQ,EAAE,OAAO;AACjB;;;AAGG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,OAAO,EAAE,SAAS;AAClB,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;gBAC3B,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aACxC;AACF,SAAA;AACD;;AAEG;AACH,QAAA,QAAQ,EAAE;AACR,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;gBAC3B,OAAO,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aACjC;AACF,SAAA;AACD;;AAEG;AACH,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;AAC3B,gBAAA,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aAC1C;AACF,SAAA;AACD;;AAEG;AACH,QAAA,UAAU,EAAE,OAAO;AACnB;;AAEG;AACH,QAAA,OAAO,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"CSidebar.js","sources":["../../../../src/components/sidebar/CSidebar.ts"],"sourcesContent":[null],"names":["defineComponent","ref","watch","onMounted","isInViewport","onBeforeUnmount","h","CBackdrop"],"mappings":"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"}
|
|
@@ -30,7 +30,7 @@ const CToaster = vue.defineComponent({
|
|
|
30
30
|
setup(props, { slots }) {
|
|
31
31
|
return () => vue.h('div', {
|
|
32
32
|
class: [
|
|
33
|
-
'toaster toast-container
|
|
33
|
+
'toaster toast-container',
|
|
34
34
|
{
|
|
35
35
|
'position-fixed': props.placement,
|
|
36
36
|
'top-0': props.placement && props.placement.includes('top'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CToaster.js","sources":["../../../../src/components/toast/CToaster.ts"],"sourcesContent":[null],"names":["defineComponent","h"],"mappings":";;;;AAEM,MAAA,QAAQ,GAAGA,mBAAe,CAAC;AAC/B,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;gBAC3B,OAAO;oBACL,WAAW;oBACX,YAAY;oBACZ,SAAS;oBACT,cAAc;oBACd,eAAe;oBACf,YAAY;oBACZ,cAAc;oBACd,eAAe;oBACf,YAAY;AACb,iBAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aAClB;AACF,SAAA;AACF,KAAA;AACD,IAAA,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,EAAA;AACpB,QAAA,OAAO,MACLC,KAAC,CACC,KAAK,EACL;AACE,YAAA,KAAK,EAAE;gBACL,
|
|
1
|
+
{"version":3,"file":"CToaster.js","sources":["../../../../src/components/toast/CToaster.ts"],"sourcesContent":[null],"names":["defineComponent","h"],"mappings":";;;;AAEM,MAAA,QAAQ,GAAGA,mBAAe,CAAC;AAC/B,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,SAAS,EAAE,CAAC,KAAa,KAAI;gBAC3B,OAAO;oBACL,WAAW;oBACX,YAAY;oBACZ,SAAS;oBACT,cAAc;oBACd,eAAe;oBACf,YAAY;oBACZ,cAAc;oBACd,eAAe;oBACf,YAAY;AACb,iBAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;aAClB;AACF,SAAA;AACF,KAAA;AACD,IAAA,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,EAAA;AACpB,QAAA,OAAO,MACLC,KAAC,CACC,KAAK,EACL;AACE,YAAA,KAAK,EAAE;gBACL,yBAAyB;AACzB,gBAAA;oBACE,gBAAgB,EAAE,KAAK,CAAC,SAAS;AACjC,oBAAA,OAAO,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC;AAC3D,oBAAA,2BAA2B,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC;AAClF,oBAAA,UAAU,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACjE,oBAAA,SAAS,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,OAAO,CAAC;AAC/D,oBAAA,6BAA6B,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACpF,oBAAA,OAAO,EAAE,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC;AAC5D,iBAAA;AACF,aAAA;SACF,EACD,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,EAAE,CACjC,CAAA;KACJ;AACF,CAAA;;;;"}
|
|
@@ -14,7 +14,7 @@ declare const CTooltip: import("vue").DefineComponent<{
|
|
|
14
14
|
/**
|
|
15
15
|
* Appends the vue tooltip to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
16
16
|
*
|
|
17
|
-
* @since v5.0.0-
|
|
17
|
+
* @since v5.0.0-rc.0
|
|
18
18
|
*/
|
|
19
19
|
container: {
|
|
20
20
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -92,7 +92,7 @@ declare const CTooltip: import("vue").DefineComponent<{
|
|
|
92
92
|
/**
|
|
93
93
|
* Appends the vue tooltip to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
94
94
|
*
|
|
95
|
-
* @since v5.0.0-
|
|
95
|
+
* @since v5.0.0-rc.0
|
|
96
96
|
*/
|
|
97
97
|
container: {
|
|
98
98
|
type: PropType<string | HTMLElement | (() => HTMLElement)>;
|
|
@@ -22,7 +22,7 @@ const CTooltip = vue.defineComponent({
|
|
|
22
22
|
/**
|
|
23
23
|
* Appends the vue tooltip to a specific element. You can pass an HTML element or function that returns a single element. By default `document.body`.
|
|
24
24
|
*
|
|
25
|
-
* @since v5.0.0-
|
|
25
|
+
* @since v5.0.0-rc.0
|
|
26
26
|
*/
|
|
27
27
|
container: {
|
|
28
28
|
type: [Object, String],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CTooltip.js","sources":["../../../../src/components/tooltip/CTooltip.ts"],"sourcesContent":[null],"names":["defineComponent","ref","usePopper","getRTLPlacement","executeAfterTransition","h","CConditionalTeleport","Transition"],"mappings":";;;;;;;;AASM,MAAA,QAAQ,GAAGA,mBAAe,CAAC;AAC/B,IAAA,IAAI,EAAE,UAAU;AAChB,IAAA,YAAY,EAAE,KAAK;AACnB,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,OAAO,EAAE,IAAI;AACd,SAAA;AACD;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CTooltip.js","sources":["../../../../src/components/tooltip/CTooltip.ts"],"sourcesContent":[null],"names":["defineComponent","ref","usePopper","getRTLPlacement","executeAfterTransition","h","CConditionalTeleport","Transition"],"mappings":"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"}
|
package/dist/cjs/props.js
CHANGED
|
@@ -57,14 +57,21 @@ const TextColor = {
|
|
|
57
57
|
'info',
|
|
58
58
|
'dark',
|
|
59
59
|
'light',
|
|
60
|
+
'primary-emphasis',
|
|
61
|
+
'secondary-emphasis',
|
|
62
|
+
'success-emphasis',
|
|
63
|
+
'danger-emphasis',
|
|
64
|
+
'warning-emphasis',
|
|
65
|
+
'info-emphasis',
|
|
66
|
+
'light-emphasis',
|
|
67
|
+
'body',
|
|
68
|
+
'body-emphasis',
|
|
69
|
+
'body-secondary',
|
|
70
|
+
'body-tertiary',
|
|
71
|
+
'black',
|
|
72
|
+
'black-50',
|
|
60
73
|
'white',
|
|
61
|
-
'
|
|
62
|
-
'high-emphasis',
|
|
63
|
-
'medium-emphasis',
|
|
64
|
-
'disabled',
|
|
65
|
-
'high-emphasis-inverse',
|
|
66
|
-
'medium-emphasis-inverse',
|
|
67
|
-
'disabled-inverse',
|
|
74
|
+
'white-50',
|
|
68
75
|
].includes(value);
|
|
69
76
|
},
|
|
70
77
|
};
|
package/dist/cjs/props.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.js","sources":["../../src/props.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAa,MAAA,KAAK,GAAG;AACnB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;;QAEpC,OAAO;YACL,SAAS;YACT,aAAa;YACb,aAAa;YACb,gBAAgB;YAChB,eAAe;YACf,gBAAgB;YAChB,cAAc;YACd,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;AACZ,SAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;KAClB;EACF;AAUY,MAAA,KAAK,GAAG;AACnB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;;QAEpC,OAAO;YACL,SAAS;YACT,WAAW;YACX,SAAS;YACT,QAAQ;YACR,SAAS;YACT,MAAM;YACN,MAAM;YACN,OAAO;YACP,MAAM;YACN,aAAa;YACb,kBAAkB;YAClB,oBAAoB;YACpB,kBAAkB;YAClB,iBAAiB;YACjB,kBAAkB;YAClB,eAAe;YACf,eAAe;YACf,gBAAgB;AACjB,SAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;KAClB;EACF;AAEY,MAAA,SAAS,GAAG;AACvB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;QACpC,OAAO;YACL,SAAS;YACT,WAAW;YACX,SAAS;YACT,QAAQ;YACR,SAAS;YACT,MAAM;YACN,MAAM;YACN,OAAO;YACP,
|
|
1
|
+
{"version":3,"file":"props.js","sources":["../../src/props.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAa,MAAA,KAAK,GAAG;AACnB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;;QAEpC,OAAO;YACL,SAAS;YACT,aAAa;YACb,aAAa;YACb,gBAAgB;YAChB,eAAe;YACf,gBAAgB;YAChB,cAAc;YACd,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;AACZ,SAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;KAClB;EACF;AAUY,MAAA,KAAK,GAAG;AACnB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;;QAEpC,OAAO;YACL,SAAS;YACT,WAAW;YACX,SAAS;YACT,QAAQ;YACR,SAAS;YACT,MAAM;YACN,MAAM;YACN,OAAO;YACP,MAAM;YACN,aAAa;YACb,kBAAkB;YAClB,oBAAoB;YACpB,kBAAkB;YAClB,iBAAiB;YACjB,kBAAkB;YAClB,eAAe;YACf,eAAe;YACf,gBAAgB;AACjB,SAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;KAClB;EACF;AAEY,MAAA,SAAS,GAAG;AACvB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,SAAS,EAAE,CAAC,KAAa,KAAa;QACpC,OAAO;YACL,SAAS;YACT,WAAW;YACX,SAAS;YACT,QAAQ;YACR,SAAS;YACT,MAAM;YACN,MAAM;YACN,OAAO;YACP,kBAAkB;YAClB,oBAAoB;YACpB,kBAAkB;YAClB,iBAAiB;YACjB,kBAAkB;YAClB,eAAe;YACf,gBAAgB;YAChB,MAAM;YACN,eAAe;YACf,gBAAgB;YAChB,eAAe;YACf,OAAO;YACP,UAAU;YACV,OAAO;YACP,UAAU;AACX,SAAA,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;KAClB;;;;;;;"}
|
|
@@ -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;
|
|
@@ -54,7 +54,7 @@ const CAvatar = defineComponent({
|
|
|
54
54
|
/**
|
|
55
55
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
56
56
|
*
|
|
57
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
57
|
+
* @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'
|
|
58
58
|
*/
|
|
59
59
|
textColor: TextColor,
|
|
60
60
|
},
|
|
@@ -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;
|
|
@@ -48,7 +48,7 @@ const CBadge = defineComponent({
|
|
|
48
48
|
/**
|
|
49
49
|
* Sets the text color of the component to one of CoreUI’s themed colors.
|
|
50
50
|
*
|
|
51
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
51
|
+
* @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'
|
|
52
52
|
*/
|
|
53
53
|
textColor: TextColor,
|
|
54
54
|
},
|
|
@@ -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
|
}>> & {
|
|
@@ -108,7 +108,7 @@ const CCalendar = defineComponent({
|
|
|
108
108
|
/**
|
|
109
109
|
* Specify the type of date selection as day, week, month, or year.
|
|
110
110
|
*
|
|
111
|
-
* @since 5.0.0-
|
|
111
|
+
* @since 5.0.0-rc.0
|
|
112
112
|
*/
|
|
113
113
|
selectionType: {
|
|
114
114
|
type: String,
|
|
@@ -127,7 +127,7 @@ const CCalendar = defineComponent({
|
|
|
127
127
|
/**
|
|
128
128
|
* Set whether to display week numbers in the calendar.
|
|
129
129
|
*
|
|
130
|
-
* @since 5.0.0-
|
|
130
|
+
* @since 5.0.0-rc.0
|
|
131
131
|
*/
|
|
132
132
|
showWeekNumber: Boolean,
|
|
133
133
|
/**
|
|
@@ -158,7 +158,7 @@ const CCalendar = defineComponent({
|
|
|
158
158
|
/**
|
|
159
159
|
* Label displayed over week numbers in the calendar.
|
|
160
160
|
*
|
|
161
|
-
* @since 5.0.0-
|
|
161
|
+
* @since 5.0.0-rc.0
|
|
162
162
|
*/
|
|
163
163
|
weekNumbersLabel: String,
|
|
164
164
|
},
|
|
@@ -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;
|
|
@@ -13,7 +13,7 @@ const CCard = defineComponent({
|
|
|
13
13
|
/**
|
|
14
14
|
* Sets the text color context of the component to one of CoreUI’s themed colors.
|
|
15
15
|
*
|
|
16
|
-
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', '
|
|
16
|
+
* @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'
|
|
17
17
|
*/
|
|
18
18
|
textColor: TextColor,
|
|
19
19
|
},
|
|
@@ -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)>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CConditionalTeleport.js","sources":["../../../../src/components/conditional-teleport/CConditionalTeleport.ts"],"sourcesContent":[null],"names":[],"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,GAAG,eAAe,CAAC;AAC3C,IAAA,IAAI,EAAE,sBAAsB;AAC5B,IAAA,KAAK,EAAE;AACL;;;;AAIG;AACH,QAAA,SAAS,EAAE;AACT,YAAA,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CConditionalTeleport.js","sources":["../../../../src/components/conditional-teleport/CConditionalTeleport.ts"],"sourcesContent":[null],"names":[],"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,GAAG,eAAe,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,GAAG,GAAG,CAAuB,YAAY,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAA;AAE1E,QAAA,KAAK,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,MACL,CAAC,CACC,QAAQ,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
|
}>> & {
|