Skip to content

Commit

Permalink
feat(idux): add new components (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxiaodong28 authored and sxzz committed Aug 30, 2023
1 parent 534fbfa commit 27c9ee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/resolvers/idux.ts
Expand Up @@ -3,6 +3,11 @@ import { kebabCase } from '../utils'

const specialComponents: Record<string, string> = {
CdkVirtualScroll: 'scroll',
CdkClickOutside: 'click-outside',
CdkDraggable: 'drag-drop',
CdkResizable: 'resize',
CdkResizableHandle: 'resize',
CdkResizeObserver: 'resize',
IxAutoComplete: 'auto-complete',
IxBackTop: 'back-top',
IxDatePicker: 'date-picker',
Expand All @@ -14,6 +19,8 @@ const specialComponents: Record<string, string> = {
IxTreeSelect: 'tree-select',
IxTimePicker: 'time-picker',
IxTimeRangePicker: 'time-picker',
IxLoadingBar: 'loading-bar',
IxLoadingBarProvider: 'loading-bar',
}

export interface IduxResolverOptions {
Expand Down

0 comments on commit 27c9ee7

Please sign in to comment.