Code Format
parent
5440d3d6ea
commit
4c65a18053
|
@ -1,28 +1,28 @@
|
|||
const form = [
|
||||
'AutoComplete',
|
||||
'Calendar',
|
||||
'CascadeSelect',
|
||||
'Checkbox',
|
||||
'Chips',
|
||||
'ColorPicker',
|
||||
'Dropdown',
|
||||
'Editor',
|
||||
'InputMask',
|
||||
'InputNumber',
|
||||
'InputSwitch',
|
||||
'InputText',
|
||||
'Knob',
|
||||
'Listbox',
|
||||
'MultiSelect',
|
||||
'Password',
|
||||
'RadioButton',
|
||||
'Rating',
|
||||
'SelectButton',
|
||||
'Slider',
|
||||
'Textarea',
|
||||
'ToggleButton',
|
||||
'TreeSelect',
|
||||
'TriStateCheckbox'
|
||||
'AutoComplete',
|
||||
'Calendar',
|
||||
'CascadeSelect',
|
||||
'Checkbox',
|
||||
'Chips',
|
||||
'ColorPicker',
|
||||
'Dropdown',
|
||||
'Editor',
|
||||
'InputMask',
|
||||
'InputNumber',
|
||||
'InputSwitch',
|
||||
'InputText',
|
||||
'Knob',
|
||||
'Listbox',
|
||||
'MultiSelect',
|
||||
'Password',
|
||||
'RadioButton',
|
||||
'Rating',
|
||||
'SelectButton',
|
||||
'Slider',
|
||||
'Textarea',
|
||||
'ToggleButton',
|
||||
'TreeSelect',
|
||||
'TriStateCheckbox'
|
||||
];
|
||||
|
||||
const button = ['Button', 'SpeedDial', 'SplitButton'];
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
export const directives = [
|
||||
{ name: 'badge', as: 'BadgeDirective', from: 'primevue/badgedirective' },
|
||||
{ name: 'tooltip', as: 'Tooltip', from: 'primevue/tooltip' },
|
||||
{ name: 'ripple', as: 'Ripple', from: 'primevue/ripple' },
|
||||
{ name: 'styleclass', as: 'StyleClass', from: 'primevue/styleclass' },
|
||||
{ name: 'focustrap', as: 'FocusTrap', from: 'primevue/focustrap' },
|
||||
{ name: 'animate', as: 'Animate', from: 'primevue/animate' }
|
||||
{ name: 'badge', as: 'BadgeDirective', from: 'primevue/badgedirective' },
|
||||
{ name: 'tooltip', as: 'Tooltip', from: 'primevue/tooltip' },
|
||||
{ name: 'ripple', as: 'Ripple', from: 'primevue/ripple' },
|
||||
{ name: 'styleclass', as: 'StyleClass', from: 'primevue/styleclass' },
|
||||
{ name: 'focustrap', as: 'FocusTrap', from: 'primevue/focustrap' },
|
||||
{ name: 'animate', as: 'Animate', from: 'primevue/animate' }
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue