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