This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
9 lines (9 loc) · 1.87 KB
/
Copy pathconfig.js
File metadata and controls
9 lines (9 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateTimeOrder = [
{ 'path': 'datetimepicker/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'DateTimePicker', 'api': '{"DateTimePickerComponent": []}', 'description': 'A simple, lightweight, and easily customizable DateTimePicker component for React for selecting specific date and time values based on your needs' },
{ 'path': 'datetimepicker/date-time-range', 'component': 'Range', 'name': 'DateTime Range', 'order': '01', 'category': 'DateTimePicker', 'api': '{"DatePicker": [ "min", "max", "value" ]}', 'description': 'Flexible DateTimePicker component for React that restricts date selection from a defined range of values like the current month, past dates, next week, future dates, etc' },
{ 'path': 'datetimepicker/date-time-format', 'component': 'Dateformat', 'name': 'Format', 'order': '01', 'category': 'DateTimePicker', 'api': '{"DateTimePicker": [ "format", "value"]}', 'description': 'Flexible DateTimePicker for React with options to customize date and time formats based on the preferred culture to improved readability' },
{ 'path': 'datetimepicker/disabled', 'component': 'Disabled', 'name': 'Disabled Dates', 'order': '01', 'category': 'DateTimePicker', 'api': '{"DateTimePicker": ["renderDayCell" ]}', 'description': 'Customizable DateTimePicker widget for React with disabled dates and times that restrict selection for specific date and time durations' },
{ 'path': 'datetimepicker/special-dates', 'component': 'Special', 'name': 'Special Dates', 'order': '01', 'category': 'DateTimePicker', 'api': '{"DateTimePicker": [ "renderDayCell", "value"]}', 'description': 'Flexible DateTimePicker component for React that restricts date selection from a defined range of values like the current month, past dates, next week, future dates, etc' }
];