@nexxtmove/ui 0.1.62 → 0.1.63
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/dist/index.d.ts +1 -0
- package/dist/index.js +1559 -1472
- package/package.json +1 -1
- package/src/components/Calendar/Calendar.vue +4 -0
- package/src/components/Calendar/_CalendarTimePicker.vue +98 -0
- package/src/components/Calendar/calendar.types.ts +1 -0
- package/src/components/DatePicker/DatePicker.vue +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1030,6 +1030,7 @@ declare interface NexxtCalendarProps {
|
|
|
1030
1030
|
maxDate?: Date;
|
|
1031
1031
|
monthYearPicker?: boolean;
|
|
1032
1032
|
timezone?: string;
|
|
1033
|
+
datetime?: boolean;
|
|
1033
1034
|
}
|
|
1034
1035
|
|
|
1035
1036
|
export declare const NexxtCard: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|