- Implemented CAutoComplete.vue with props for modelValue, options, debounceWait, loading, and more.
- Added search functionality with debounce for remote city suggestions.
- Created AutoComplete.vue page for documentation and examples.
- Updated CSelect.vue to support remote searching and caching of selected values.
- Enhanced CMultiSelect.vue to handle object comparisons for selected values.
- Created `emoji-search-aliases.ts` to define aliases for emojis.
- Added `icon-catalog.ts` to maintain a catalog of icons with their names and categories.
- Introduced `glyph-demo.scss` for styling the glyph demo page.
- Implemented routing in `index.ts` for component navigation.
- Added base styles in `demo.css` for consistent layout and button styles.
- Updated TypeScript configuration to include component types.
- Modified Vitest configuration for improved testing setup.