components property
final
All known components categorized by module.
Implementation
static final Map<String, List<NiceComponentInfo>> components = {
'core': [
const NiceComponentInfo(name: 'NiceTheme', path: 'core/nice_theme.dart', estimatedSizeBytes: 5000, isExported: true),
const NiceComponentInfo(name: 'NiceColorScheme', path: 'core/nice_colors.dart', estimatedSizeBytes: 3000, isExported: true),
const NiceComponentInfo(name: 'NiceTypography', path: 'core/nice_typography.dart', estimatedSizeBytes: 2500, isExported: true),
const NiceComponentInfo(name: 'NiceI18n', path: 'core/nice_i18n.dart', estimatedSizeBytes: 4000, isExported: true),
const NiceComponentInfo(name: 'NiceAnimations', path: 'core/nice_animations.dart', estimatedSizeBytes: 15000, isExported: true),
const NiceComponentInfo(name: 'NiceShortcuts', path: 'core/nice_shortcuts.dart', estimatedSizeBytes: 12000, isExported: true),
],
'editors': [
const NiceComponentInfo(name: 'NiceTextInput', path: 'editors/nice_text_input.dart', estimatedSizeBytes: 8000, isExported: true),
const NiceComponentInfo(name: 'NiceNumberInput', path: 'editors/nice_number_input.dart', estimatedSizeBytes: 7000, isExported: true),
const NiceComponentInfo(name: 'NiceSelect', path: 'editors/nice_select.dart', estimatedSizeBytes: 10000, isExported: true),
const NiceComponentInfo(name: 'NiceCheckbox', path: 'editors/nice_checkbox.dart', estimatedSizeBytes: 4000, isExported: true),
const NiceComponentInfo(name: 'NiceToggle', path: 'editors/nice_toggle.dart', estimatedSizeBytes: 4500, isExported: true),
const NiceComponentInfo(name: 'NiceDatePicker', path: 'editors/nice_date_picker.dart', estimatedSizeBytes: 15000, isExported: true),
const NiceComponentInfo(name: 'NiceForm', path: 'editors/nice_form.dart', estimatedSizeBytes: 12000, isExported: true),
const NiceComponentInfo(name: 'NiceAutoComplete', path: 'editors/nice_autocomplete.dart', estimatedSizeBytes: 10000, isExported: true),
const NiceComponentInfo(name: 'NiceTagBox', path: 'editors/nice_tag_box.dart', estimatedSizeBytes: 9000, isExported: true),
const NiceComponentInfo(name: 'NiceColorPicker', path: 'editors/nice_color_picker.dart', estimatedSizeBytes: 12000, isExported: true),
const NiceComponentInfo(name: 'NiceRangeSlider', path: 'editors/nice_range_slider.dart', estimatedSizeBytes: 8000, isExported: true),
const NiceComponentInfo(name: 'NiceRadioGroup', path: 'editors/nice_radio_group.dart', estimatedSizeBytes: 6000, isExported: true),
const NiceComponentInfo(name: 'NiceTextArea', path: 'editors/nice_text_area.dart', estimatedSizeBytes: 7000, isExported: true),
const NiceComponentInfo(name: 'NiceDateRangeBox', path: 'editors/nice_date_range_box.dart', estimatedSizeBytes: 14000, isExported: true),
const NiceComponentInfo(name: 'NiceHtmlEditor', path: 'editors/nice_html_editor.dart', estimatedSizeBytes: 35000, isExported: true),
],
'buttons': [
const NiceComponentInfo(name: 'NiceButton', path: 'buttons/nice_button.dart', estimatedSizeBytes: 8000, isExported: true),
const NiceComponentInfo(name: 'NiceIconButton', path: 'buttons/nice_button.dart', estimatedSizeBytes: 4000, isExported: true),
const NiceComponentInfo(name: 'NiceButtonGroup', path: 'buttons/nice_button.dart', estimatedSizeBytes: 5000, isExported: true),
const NiceComponentInfo(name: 'NiceDropDownButton', path: 'buttons/nice_button.dart', estimatedSizeBytes: 7000, isExported: true),
],
'data': [
const NiceComponentInfo(name: 'NiceDataGrid', path: 'data/nice_data_grid.dart', estimatedSizeBytes: 40000, isExported: true),
const NiceComponentInfo(name: 'NiceTreeView', path: 'data/nice_tree_view.dart', estimatedSizeBytes: 20000, isExported: true),
const NiceComponentInfo(name: 'NiceCardView', path: 'data/nice_card_view.dart', estimatedSizeBytes: 15000, isExported: true),
const NiceComponentInfo(name: 'NiceList', path: 'data/nice_list.dart', estimatedSizeBytes: 12000, isExported: true),
const NiceComponentInfo(name: 'NiceTreeList', path: 'data/nice_data3.dart', estimatedSizeBytes: 25000, isExported: true),
const NiceComponentInfo(name: 'NicePivotGrid', path: 'data/nice_data3.dart', estimatedSizeBytes: 35000, isExported: true),
const NiceComponentInfo(name: 'NiceSpreadsheet', path: 'data/nice_data4.dart', estimatedSizeBytes: 45000, isExported: true),
],
'navigation': [
const NiceComponentInfo(name: 'NiceMenu', path: 'navigation/nice_menu.dart', estimatedSizeBytes: 15000, isExported: true),
const NiceComponentInfo(name: 'NiceToolbar', path: 'navigation/nice_toolbar.dart', estimatedSizeBytes: 10000, isExported: true),
const NiceComponentInfo(name: 'NiceTabs', path: 'navigation/nice_navigation.dart', estimatedSizeBytes: 12000, isExported: true),
const NiceComponentInfo(name: 'NiceNavbar', path: 'navigation/nice_navigation2.dart', estimatedSizeBytes: 10000, isExported: true),
],
'feedback': [
const NiceComponentInfo(name: 'NiceToast', path: 'feedback/nice_feedback.dart', estimatedSizeBytes: 6000, isExported: true),
const NiceComponentInfo(name: 'NiceDialog', path: 'feedback/nice_feedback.dart', estimatedSizeBytes: 8000, isExported: true),
const NiceComponentInfo(name: 'NiceModal', path: 'feedback/nice_feedback.dart', estimatedSizeBytes: 10000, isExported: true),
const NiceComponentInfo(name: 'NiceDrawer', path: 'feedback/nice_feedback.dart', estimatedSizeBytes: 9000, isExported: true),
],
'charts': [
const NiceComponentInfo(name: 'NiceChart', path: 'charts/nice_chart.dart', estimatedSizeBytes: 45000, isExported: true),
const NiceComponentInfo(name: 'NicePieChart', path: 'charts/nice_chart.dart', estimatedSizeBytes: 20000, isExported: true),
const NiceComponentInfo(name: 'NiceCircularGauge', path: 'charts/nice_gauge.dart', estimatedSizeBytes: 18000, isExported: true),
const NiceComponentInfo(name: 'NiceLinearGauge', path: 'charts/nice_gauge.dart', estimatedSizeBytes: 15000, isExported: true),
const NiceComponentInfo(name: 'NiceSparkline', path: 'charts/nice_mini_charts.dart', estimatedSizeBytes: 10000, isExported: true),
const NiceComponentInfo(name: 'NiceHeatMap', path: 'charts/nice_mini_charts.dart', estimatedSizeBytes: 12000, isExported: true),
],
'planning': [
const NiceComponentInfo(name: 'NiceGantt', path: 'planning/nice_gantt.dart', estimatedSizeBytes: 50000, isExported: true),
const NiceComponentInfo(name: 'NiceScheduler', path: 'planning/nice_scheduler.dart', estimatedSizeBytes: 55000, isExported: true),
const NiceComponentInfo(name: 'NiceKanbanBoard', path: 'planning/nice_planning.dart', estimatedSizeBytes: 30000, isExported: true),
],
'tools': [
const NiceComponentInfo(name: 'NiceViewEngine', path: 'tools/nice_view_engine.dart', estimatedSizeBytes: 25000, isExported: true),
const NiceComponentInfo(name: 'NiceModuleSystem', path: 'tools/nice_module_system.dart', estimatedSizeBytes: 20000, isExported: true),
const NiceComponentInfo(name: 'NiceCrossPlatform', path: 'tools/nice_cross_platform.dart', estimatedSizeBytes: 22000, isExported: true),
const NiceComponentInfo(name: 'NiceBenchmarks', path: 'tools/nice_benchmarks.dart', estimatedSizeBytes: 15000, isExported: true),
],
};