@@ -31,58 +31,13 @@ const styleClass = computed(() => (context?.state.validationVisible && !context?
3131 <div class =" p-formkit" >
3232 <Calendar
3333 v-model =" context._value"
34+ v-bind =" attrs"
3435 :input-id =" props.context.id"
3536 :disabled =" attrs._disabled ?? !!context?.disabled"
3637 :readonly =" attrs._readonly ?? false"
3738 :input-style =" attrs.style"
3839 :input-class =" styleClass"
39- :tabindex =" attrs.tabindex"
40- :aria-label =" attrs.ariaLabel"
41- :aria-labelledby =" attrs.ariaLabelledby"
42- :date-format =" attrs.dateFormat"
43- :placeholder =" attrs.placeholder"
44- :selection-mode =" attrs.selectionMode ?? 'single'"
45- :inline =" attrs.inline ?? false"
46- :show-other-months =" attrs.showOtherMonths ?? true"
47- :select-other-months =" attrs.selectOtherMonths ?? false"
48- :icon =" attrs.icon"
4940 :show-icon =" context.showIcon"
50- :previous-icon =" attrs.previousIcon ?? 'pi pi-chevron-left'"
51- :next-icon =" attrs.nextIcon ?? 'pi pi-chevron-right'"
52- :increment-icon =" attrs.incrementIcon ?? 'pi pi-chevron-up'"
53- :decrement-icon =" attrs.decrementIcon ?? 'pi pi-chevron-down'"
54- :number-of-months =" attrs.numberOfMonths ?? 1"
55- :responsive-options =" attrs.responsiveOptions"
56- :view =" attrs.view ?? 'date'"
57- :touch-u-i =" attrs.touchUI ?? false"
58- :min-date =" attrs.minDate"
59- :max-date =" attrs.maxDate"
60- :disabled-dates =" attrs.disabledDates"
61- :disabled-days =" attrs.disabledDays"
62- :max-date-count =" attrs.maxDateCount"
63- :show-on-focus =" attrs.showOnFocus ?? true"
64- :auto-z-index =" attrs.autoZIndex ?? true"
65- :base-z-index =" attrs.baseZIndex ?? 0"
66- :show-button-bar =" attrs.showButtonBar ?? false"
67- :show-time =" attrs.showTime ?? false"
68- :time-only =" attrs.timeOnly ?? false"
69- :short-year-cutoff =" attrs.shortYearCutoff ?? '+10'"
70- :hour-format =" attrs.hourFormat ?? '24'"
71- :step-hour =" attrs.stepHour ?? 1"
72- :step-minute =" attrs.stepMinute ?? 1"
73- :step-second =" attrs.stepSecond ?? 1"
74- :show-seconds =" attrs.showSeconds ?? false"
75- :hide-on-date-time-select =" attrs.hideOnDateTimeSelect ?? false"
76- :hide-on-range-selection =" attrs.hideOnRangeSelection ?? false"
77- :time-separator =" attrs.timeSeparator ?? ':'"
78- :show-week =" attrs.showWeek ?? false"
79- :manual-input =" attrs.manualInput ?? true"
80- :append-to =" attrs.appendTo ?? 'body'"
81- :panel-style =" attrs.panelStyle"
82- :panel-class =" attrs.panelClass"
83- :pt =" attrs.pt"
84- :pt-options =" attrs.ptOptions"
85- :unstyled =" attrs.unstyled ?? false"
8641 @date-select =" handleSelect"
8742 @input =" handleInput"
8843 @blur =" handleBlur"
0 commit comments