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.91 KB
/
config.js
File metadata and controls
9 lines (9 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateRangePickerSampleOrder = [
{ 'path': 'daterangepicker/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'DateRangePicker', 'api': '{"DateRangePickerComponent": [ "placeholder" ]}', 'description': 'A simple and lightweight DateRangePicker component for React with a flexible user interface for selecting a range of dates effortlessly' },
{ 'path': 'daterangepicker/date-range', 'component': 'DateRange', 'name': 'Date Range', 'order': '01', 'category': 'DateRangePicker', 'api': '{"DateRangePicker": [ "placeholder", "min", "max" ]}', 'description': 'DateRangePicker for React with min and max date options that restrict users from selecting a range of dates, such as past dates, future dates, etc' },
{ 'path': 'daterangepicker/day-span', 'component': 'DaySpan', 'name': 'Day Span', 'order': '01', 'category': 'DateRangePicker', 'api': '{"DateRangePicker": [ "placeholder", "minDays", "maxDays" ]}', 'description': 'DateRangePicker component for React that limits the number of dates that can be selected from the current selection, like the past 7 days, the next 30 days, etc' },
{ 'path': 'daterangepicker/date-format', 'component': 'Format', 'name': 'Format', 'order': '01', 'category': 'DateRangePicker', 'api': '{"DateRangePicker": [ "format", "value" ]}', 'description': 'Flexible DateRangePicker component for React with options to change the date format to a preferred culture to improve readability in the UI' },
{ 'path': 'daterangepicker/presets', 'component': 'Presets', 'name': 'Preset Ranges', 'order': '01', 'category': 'DateRangePicker', 'api': '{"DateRangePicker": [ "placeholder", "presets" ]}', 'description': 'DateRangePicker widget that allows users to select a defined range of dates like past month, past year, and current week effortlessly from a pop-up with just one click' }
];