mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
ImageDiff demos added
This commit is contained in:
parent
7c0354c1e7
commit
0724715919
12 changed files with 323 additions and 1 deletions
|
@ -2,7 +2,94 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
|
||||
// prettier-ignore
|
||||
const THEME_COMPONENTS = ['Accordion','AutoComplete','Avatar','Badge','BlockUI','Breadcrumb','Button','Card','Carousel','CascadeSelect','Checkbox','Chip','ColorPicker','ConfirmDialog','ConfirmPopup','ContextMenu','DataTable','DataView','DatePicker','Dialog','Divider','Dock','Drawer','Editor','Fieldset','FileUpload','FloatLabel','Galleria','IconField','IftaLabel','Image','InlineMessage','Inplace','InputChips','InputGroup','InputNumber','InputText','Knob','Listbox','MegaMenu','Menu','Menubar','Message','MeterGroup','MultiSelect','OrderList','OrganizationChart','OverlayBadge','Paginator','Panel','PanelMenu','Password','PickList','Popover','ProgressBar','ProgressSpinner','RadioButton','Rating','Ripple','ScrollPanel','Select','SelectButton','Skeleton','Slider','SpeedDial','SplitButton','Splitter','Stepper','Steps','Tabmenu','Tabs','TabView','Tag','Terminal','Textarea','TieredMenu','Timeline','Toast','ToggleButton','ToggleSwitch','Toolbar','Tooltip','Tree','TreeSelect','TreeTable'];
|
||||
const THEME_COMPONENTS = [
|
||||
'Accordion',
|
||||
'AutoComplete',
|
||||
'Avatar',
|
||||
'Badge',
|
||||
'BlockUI',
|
||||
'Breadcrumb',
|
||||
'Button',
|
||||
'Card',
|
||||
'Carousel',
|
||||
'CascadeSelect',
|
||||
'Checkbox',
|
||||
'Chip',
|
||||
'ColorPicker',
|
||||
'ConfirmDialog',
|
||||
'ConfirmPopup',
|
||||
'ContextMenu',
|
||||
'DataTable',
|
||||
'DataView',
|
||||
'DatePicker',
|
||||
'Dialog',
|
||||
'Divider',
|
||||
'Dock',
|
||||
'Drawer',
|
||||
'Editor',
|
||||
'Fieldset',
|
||||
'FileUpload',
|
||||
'FloatLabel',
|
||||
'Galleria',
|
||||
'IconField',
|
||||
'IftaLabel',
|
||||
'Image',
|
||||
'ImageDiff',
|
||||
'InlineMessage',
|
||||
'Inplace',
|
||||
'InputChips',
|
||||
'InputGroup',
|
||||
'InputNumber',
|
||||
'InputText',
|
||||
'Knob',
|
||||
'Listbox',
|
||||
'MegaMenu',
|
||||
'Menu',
|
||||
'Menubar',
|
||||
'Message',
|
||||
'MeterGroup',
|
||||
'MultiSelect',
|
||||
'OrderList',
|
||||
'OrganizationChart',
|
||||
'OverlayBadge',
|
||||
'Paginator',
|
||||
'Panel',
|
||||
'PanelMenu',
|
||||
'Password',
|
||||
'PickList',
|
||||
'Popover',
|
||||
'ProgressBar',
|
||||
'ProgressSpinner',
|
||||
'RadioButton',
|
||||
'Rating',
|
||||
'Ripple',
|
||||
'ScrollPanel',
|
||||
'Select',
|
||||
'SelectButton',
|
||||
'Skeleton',
|
||||
'Slider',
|
||||
'SpeedDial',
|
||||
'SplitButton',
|
||||
'Splitter',
|
||||
'Stepper',
|
||||
'Steps',
|
||||
'Tabmenu',
|
||||
'Tabs',
|
||||
'TabView',
|
||||
'Tag',
|
||||
'Terminal',
|
||||
'Textarea',
|
||||
'TieredMenu',
|
||||
'Timeline',
|
||||
'Toast',
|
||||
'ToggleButton',
|
||||
'ToggleSwitch',
|
||||
'Toolbar',
|
||||
'Tooltip',
|
||||
'Tree',
|
||||
'TreeSelect',
|
||||
'TreeTable'
|
||||
];
|
||||
|
||||
const themeName = 'aura';
|
||||
const rootDir = path.resolve(__dirname, '../');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue