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.tsx
More file actions
9 lines (9 loc) · 1.6 KB
/
config.tsx
File metadata and controls
9 lines (9 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
export const AutoCompleteSampleOrder:Object = [
{ 'path': 'auto-complete/default', 'component':'Default', 'name': 'Default Functionalities', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "value", "placeholder"]}' },
{ 'path': 'auto-complete/grouping-icon', 'component':'Grouping', 'name': 'Grouping and Icons', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["fields", "placeholder"]}' },
{ 'path': 'auto-complete/data-binding', 'component':'Data', 'name': 'Data Binding', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "suggestionCount", "query", "sortOrder", "autofill", "filterType", "change"]}' },
{ 'path': 'auto-complete/template', 'component':'Templates', 'name': 'Templates', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "fields", "headerTemplate", "itemTemplate", "placeholder", "popupHeight"]}' },
{ 'path': 'auto-complete/highlight', 'component':'Highlight', 'name': 'Highlight', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "fields", "highlight", "placeholder"]}' },
{ 'path': 'auto-complete/custom-filtering', 'component':'CustomFiltering', 'name': 'Custom Filtering', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "filtering", "fields", "placeholder"]}' },
{ 'path': 'auto-complete/diacritics-filtering', 'component':'DiacriticsFiltering', 'name': 'Diacritics Filtering', 'order': '01', 'category': 'AutoComplete', 'api': '{"AutoComplete": ["dataSource", "ignoreAccent", "placeholder"]}' }
]