primeng 18.0.1 → 18.0.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.
- package/datepicker/datepicker.d.ts +88 -22
- package/esm2022/calendar/calendar.mjs +9 -8
- package/esm2022/datepicker/datepicker.mjs +9 -8
- package/esm2022/tree/tree.mjs +5 -3
- package/fesm2022/primeng-calendar.mjs +8 -7
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +8 -7
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +4 -2
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/package.json +186 -186
@@ -761,33 +761,99 @@ export declare class DatePicker extends BaseComponent implements OnInit, AfterCo
|
|
761
761
|
ngOnDestroy(): void;
|
762
762
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePicker, never>;
|
763
763
|
static ɵcmp: i0.ɵɵComponentDeclaration<DatePicker, "p-datePicker, p-datepicker, p-date-picker", never, { "iconDisplay": { "alias": "iconDisplay"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "iconAriaLabel": { "alias": "iconAriaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "multipleSeparator": { "alias": "multipleSeparator"; "required": false; }; "rangeSeparator": { "alias": "rangeSeparator"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "showOtherMonths": { "alias": "showOtherMonths"; "required": false; }; "selectOtherMonths": { "alias": "selectOtherMonths"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "readonlyInput": { "alias": "readonlyInput"; "required": false; }; "shortYearCutoff": { "alias": "shortYearCutoff"; "required": false; }; "monthNavigator": { "alias": "monthNavigator"; "required": false; }; "yearNavigator": { "alias": "yearNavigator"; "required": false; }; "hourFormat": { "alias": "hourFormat"; "required": false; }; "timeOnly": { "alias": "timeOnly"; "required": false; }; "stepHour": { "alias": "stepHour"; "required": false; }; "stepMinute": { "alias": "stepMinute"; "required": false; }; "stepSecond": { "alias": "stepSecond"; "required": false; }; "showSeconds": { "alias": "showSeconds"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showOnFocus": { "alias": "showOnFocus"; "required": false; }; "showWeek": { "alias": "showWeek"; "required": false; }; "startWeekFromFirstDayOfYear": { "alias": "startWeekFromFirstDayOfYear"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "dataType": { "alias": "dataType"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "maxDateCount": { "alias": "maxDateCount"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "todayButtonStyleClass": { "alias": "todayButtonStyleClass"; "required": false; }; "clearButtonStyleClass": { "alias": "clearButtonStyleClass"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "panelStyleClass": { "alias": "panelStyleClass"; "required": false; }; "panelStyle": { "alias": "panelStyle"; "required": false; }; "keepInvalid": { "alias": "keepInvalid"; "required": false; }; "hideOnDateTimeSelect": { "alias": "hideOnDateTimeSelect"; "required": false; }; "touchUI": { "alias": "touchUI"; "required": false; }; "timeSeparator": { "alias": "timeSeparator"; "required": false; }; "focusTrap": { "alias": "focusTrap"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "disabledDays": { "alias": "disabledDays"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "responsiveOptions": { "alias": "responsiveOptions"; "required": false; }; "numberOfMonths": { "alias": "numberOfMonths"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "view": { "alias": "view"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onClose": "onClose"; "onSelect": "onSelect"; "onClear": "onClear"; "onInput": "onInput"; "onTodayClick": "onTodayClick"; "onClearClick": "onClearClick"; "onMonthChange": "onMonthChange"; "onYearChange": "onYearChange"; "onClickOutside": "onClickOutside"; "onShow": "onShow"; }, ["dateTemplate", "headerTemplate", "footerTemplate", "disabledDateTemplate", "decadeTemplate", "previousIconTemplate", "nextIconTemplate", "triggerIconTemplate", "clearIconTemplate", "decrementIconTemplate", "incrementIconTemplate", "inputIconTemplate", "templates"], ["p-header", "p-footer"], true, never>;
|
764
|
-
static ngAcceptInputType_disabled: unknown
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
static
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
static
|
773
|
-
|
764
|
+
static ngAcceptInputType_disabled: unknown /**
|
765
|
+
* Transition options of the show animation.
|
766
|
+
* @group Props
|
767
|
+
*/;
|
768
|
+
static ngAcceptInputType_inline: unknown /**
|
769
|
+
* Transition options of the show animation.
|
770
|
+
* @group Props
|
771
|
+
*/;
|
772
|
+
static ngAcceptInputType_showOtherMonths: unknown /**
|
773
|
+
* Transition options of the show animation.
|
774
|
+
* @group Props
|
775
|
+
*/;
|
776
|
+
static ngAcceptInputType_selectOtherMonths: unknown /**
|
777
|
+
* Transition options of the show animation.
|
778
|
+
* @group Props
|
779
|
+
*/;
|
780
|
+
static ngAcceptInputType_showIcon: unknown /**
|
781
|
+
* Transition options of the show animation.
|
782
|
+
* @group Props
|
783
|
+
*/;
|
784
|
+
static ngAcceptInputType_fluid: unknown /**
|
785
|
+
* Transition options of the show animation.
|
786
|
+
* @group Props
|
787
|
+
*/;
|
788
|
+
static ngAcceptInputType_readonlyInput: unknown /**
|
789
|
+
* Transition options of the show animation.
|
790
|
+
* @group Props
|
791
|
+
*/;
|
792
|
+
static ngAcceptInputType_monthNavigator: unknown /**
|
793
|
+
* Transition options of the show animation.
|
794
|
+
* @group Props
|
795
|
+
*/;
|
796
|
+
static ngAcceptInputType_yearNavigator: unknown /**
|
797
|
+
* Transition options of the show animation.
|
798
|
+
* @group Props
|
799
|
+
*/;
|
800
|
+
static ngAcceptInputType_timeOnly: unknown /**
|
801
|
+
* Transition options of the show animation.
|
802
|
+
* @group Props
|
803
|
+
*/;
|
774
804
|
static ngAcceptInputType_stepHour: unknown;
|
775
805
|
static ngAcceptInputType_stepMinute: unknown;
|
776
806
|
static ngAcceptInputType_stepSecond: unknown;
|
777
|
-
static ngAcceptInputType_showSeconds: unknown
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
static
|
807
|
+
static ngAcceptInputType_showSeconds: unknown /**
|
808
|
+
* Transition options of the show animation.
|
809
|
+
* @group Props
|
810
|
+
*/;
|
811
|
+
static ngAcceptInputType_required: unknown /**
|
812
|
+
* Transition options of the show animation.
|
813
|
+
* @group Props
|
814
|
+
*/;
|
815
|
+
static ngAcceptInputType_showOnFocus: unknown /**
|
816
|
+
* Transition options of the show animation.
|
817
|
+
* @group Props
|
818
|
+
*/;
|
819
|
+
static ngAcceptInputType_showWeek: unknown /**
|
820
|
+
* Transition options of the show animation.
|
821
|
+
* @group Props
|
822
|
+
*/;
|
823
|
+
static ngAcceptInputType_showClear: unknown /**
|
824
|
+
* Transition options of the show animation.
|
825
|
+
* @group Props
|
826
|
+
*/;
|
782
827
|
static ngAcceptInputType_maxDateCount: unknown;
|
783
|
-
static ngAcceptInputType_showButtonBar: unknown
|
784
|
-
|
785
|
-
|
828
|
+
static ngAcceptInputType_showButtonBar: unknown /**
|
829
|
+
* Transition options of the show animation.
|
830
|
+
* @group Props
|
831
|
+
*/;
|
832
|
+
static ngAcceptInputType_autofocus: unknown /**
|
833
|
+
* Transition options of the show animation.
|
834
|
+
* @group Props
|
835
|
+
*/;
|
836
|
+
static ngAcceptInputType_autoZIndex: unknown /**
|
837
|
+
* Transition options of the show animation.
|
838
|
+
* @group Props
|
839
|
+
*/;
|
786
840
|
static ngAcceptInputType_baseZIndex: unknown;
|
787
|
-
static ngAcceptInputType_keepInvalid: unknown
|
788
|
-
|
789
|
-
|
790
|
-
|
841
|
+
static ngAcceptInputType_keepInvalid: unknown /**
|
842
|
+
* Transition options of the show animation.
|
843
|
+
* @group Props
|
844
|
+
*/;
|
845
|
+
static ngAcceptInputType_hideOnDateTimeSelect: unknown /**
|
846
|
+
* Transition options of the show animation.
|
847
|
+
* @group Props
|
848
|
+
*/;
|
849
|
+
static ngAcceptInputType_touchUI: unknown /**
|
850
|
+
* Transition options of the show animation.
|
851
|
+
* @group Props
|
852
|
+
*/;
|
853
|
+
static ngAcceptInputType_focusTrap: unknown /**
|
854
|
+
* Transition options of the show animation.
|
855
|
+
* @group Props
|
856
|
+
*/;
|
791
857
|
static ngAcceptInputType_tabindex: unknown;
|
792
858
|
}
|
793
859
|
export declare class DatePickerModule {
|