diff --git a/api-generator/components/accordion.js b/api-generator/components/accordion.js index f19209943..59c0beaa6 100644 --- a/api-generator/components/accordion.js +++ b/api-generator/components/accordion.js @@ -46,6 +46,12 @@ const AccordionProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/autocomplete.js b/api-generator/components/autocomplete.js index e012096b8..f53ff07d7 100644 --- a/api-generator/components/autocomplete.js +++ b/api-generator/components/autocomplete.js @@ -256,6 +256,12 @@ const AutoCompleteProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/avatar.js b/api-generator/components/avatar.js index b0c96a8c6..0b649d643 100644 --- a/api-generator/components/avatar.js +++ b/api-generator/components/avatar.js @@ -34,6 +34,12 @@ const AvatarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/avatargroup.js b/api-generator/components/avatargroup.js index 4168b6775..dd55f98cc 100644 --- a/api-generator/components/avatargroup.js +++ b/api-generator/components/avatargroup.js @@ -34,6 +34,12 @@ const AvatarGroupProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/badge.js b/api-generator/components/badge.js index 0562aeb0a..b784d3ab9 100644 --- a/api-generator/components/badge.js +++ b/api-generator/components/badge.js @@ -22,6 +22,12 @@ const BadgeProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/blockui.js b/api-generator/components/blockui.js index d355deac8..f46377976 100644 --- a/api-generator/components/blockui.js +++ b/api-generator/components/blockui.js @@ -28,6 +28,12 @@ const BlockUIProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/breadcrumb.js b/api-generator/components/breadcrumb.js index cae78fa05..83313cef8 100644 --- a/api-generator/components/breadcrumb.js +++ b/api-generator/components/breadcrumb.js @@ -22,6 +22,12 @@ const BreadcrumbProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/button.js b/api-generator/components/button.js index 565350938..061358df0 100644 --- a/api-generator/components/button.js +++ b/api-generator/components/button.js @@ -100,6 +100,12 @@ const ButtonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/calendar.js b/api-generator/components/calendar.js index 79614b5df..2419e9ec4 100644 --- a/api-generator/components/calendar.js +++ b/api-generator/components/calendar.js @@ -322,6 +322,12 @@ const CalendarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/card.js b/api-generator/components/card.js index fb294cd53..c96454af8 100644 --- a/api-generator/components/card.js +++ b/api-generator/components/card.js @@ -1,3 +1,18 @@ +const CardProps = [ + { + name: 'pt', + type: 'any', + default: 'null', + description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' + } +]; + const CardSlots = [ { name: 'header', @@ -25,6 +40,7 @@ module.exports = { card: { name: 'Card', description: 'Card is a flexible container component.', + props: CardProps, slots: CardSlots } }; diff --git a/api-generator/components/carousel.js b/api-generator/components/carousel.js index 4fe24167a..53ff4ef89 100644 --- a/api-generator/components/carousel.js +++ b/api-generator/components/carousel.js @@ -88,6 +88,12 @@ const CarouselProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/cascadeselect.js b/api-generator/components/cascadeselect.js index 8715876d5..a04849a5e 100644 --- a/api-generator/components/cascadeselect.js +++ b/api-generator/components/cascadeselect.js @@ -190,6 +190,12 @@ const CascadeSelectProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/chart.js b/api-generator/components/chart.js index 2cd31d4e2..5be8b77e9 100644 --- a/api-generator/components/chart.js +++ b/api-generator/components/chart.js @@ -40,6 +40,12 @@ const ChartProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/checkbox.js b/api-generator/components/checkbox.js index 0ca595316..03f62fe89 100644 --- a/api-generator/components/checkbox.js +++ b/api-generator/components/checkbox.js @@ -94,6 +94,12 @@ const CheckboxProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/chip.js b/api-generator/components/chip.js index 894250b91..588ba2edd 100644 --- a/api-generator/components/chip.js +++ b/api-generator/components/chip.js @@ -34,6 +34,12 @@ const ChipProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/chips.js b/api-generator/components/chips.js index 9e0940fdd..3f63eb6ce 100644 --- a/api-generator/components/chips.js +++ b/api-generator/components/chips.js @@ -70,6 +70,12 @@ const ChipsProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/colorpicker.js b/api-generator/components/colorpicker.js index a564c297a..5e651d1ae 100644 --- a/api-generator/components/colorpicker.js +++ b/api-generator/components/colorpicker.js @@ -76,6 +76,12 @@ const ColorPickerProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/confirmdialog.js b/api-generator/components/confirmdialog.js index 130dc6444..981f3ec6d 100644 --- a/api-generator/components/confirmdialog.js +++ b/api-generator/components/confirmdialog.js @@ -22,6 +22,12 @@ const ConfirmDialogProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/confirmpopup.js b/api-generator/components/confirmpopup.js index 27b47f4a4..55b2d6881 100644 --- a/api-generator/components/confirmpopup.js +++ b/api-generator/components/confirmpopup.js @@ -10,6 +10,12 @@ const ConfirmPopupProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/contextmenu.js b/api-generator/components/contextmenu.js index d0f7cffe6..1f4feb7c4 100644 --- a/api-generator/components/contextmenu.js +++ b/api-generator/components/contextmenu.js @@ -40,6 +40,12 @@ const ContextMenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/datatable.js b/api-generator/components/datatable.js index 0b875f983..d3105dbcf 100644 --- a/api-generator/components/datatable.js +++ b/api-generator/components/datatable.js @@ -383,6 +383,12 @@ const DataTableProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/dataview.js b/api-generator/components/dataview.js index 184e80c3e..1ab6829c1 100644 --- a/api-generator/components/dataview.js +++ b/api-generator/components/dataview.js @@ -100,6 +100,12 @@ const DataViewProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/deferredcontent.js b/api-generator/components/deferredcontent.js index 72cc1279b..0015490ba 100644 --- a/api-generator/components/deferredcontent.js +++ b/api-generator/components/deferredcontent.js @@ -4,6 +4,12 @@ const DeferredContentProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/dialog.js b/api-generator/components/dialog.js index e08bfa3c2..c0b6a9d11 100644 --- a/api-generator/components/dialog.js +++ b/api-generator/components/dialog.js @@ -136,6 +136,12 @@ const DialogProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/divider.js b/api-generator/components/divider.js index 8d2686095..0169a9999 100644 --- a/api-generator/components/divider.js +++ b/api-generator/components/divider.js @@ -22,6 +22,12 @@ const DividerProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/dock.js b/api-generator/components/dock.js index 8c105e8b6..7a874b426 100644 --- a/api-generator/components/dock.js +++ b/api-generator/components/dock.js @@ -40,6 +40,12 @@ const DockProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/dropdown.js b/api-generator/components/dropdown.js index afe00f1b1..8d54532ea 100644 --- a/api-generator/components/dropdown.js +++ b/api-generator/components/dropdown.js @@ -262,6 +262,12 @@ const DropdownProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/editor.js b/api-generator/components/editor.js index e55b2f419..aa06495d9 100644 --- a/api-generator/components/editor.js +++ b/api-generator/components/editor.js @@ -40,6 +40,12 @@ const EditorProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/fieldset.js b/api-generator/components/fieldset.js index 530e298fc..88f85c17b 100644 --- a/api-generator/components/fieldset.js +++ b/api-generator/components/fieldset.js @@ -28,6 +28,12 @@ const FieldsetProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/fileupload.js b/api-generator/components/fileupload.js index cef25b014..fe4dce87b 100644 --- a/api-generator/components/fileupload.js +++ b/api-generator/components/fileupload.js @@ -148,6 +148,12 @@ const FileUploadProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/galleria.js b/api-generator/components/galleria.js index 953956ff3..2d3e1ea0b 100644 --- a/api-generator/components/galleria.js +++ b/api-generator/components/galleria.js @@ -148,6 +148,12 @@ const GalleriaProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/image.js b/api-generator/components/image.js index da1460ca5..966b8730a 100644 --- a/api-generator/components/image.js +++ b/api-generator/components/image.js @@ -28,6 +28,12 @@ const ImageProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inlinemessage.js b/api-generator/components/inlinemessage.js index 0ec46364b..b0b3580d3 100644 --- a/api-generator/components/inlinemessage.js +++ b/api-generator/components/inlinemessage.js @@ -16,6 +16,12 @@ const InlineMessageProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inplace.js b/api-generator/components/inplace.js index f9f96aded..9b54c6ba7 100644 --- a/api-generator/components/inplace.js +++ b/api-generator/components/inplace.js @@ -22,6 +22,12 @@ const InplaceProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inputmask.js b/api-generator/components/inputmask.js index f1269744c..6e546b553 100644 --- a/api-generator/components/inputmask.js +++ b/api-generator/components/inputmask.js @@ -34,6 +34,12 @@ const InputMaskProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inputnumber.js b/api-generator/components/inputnumber.js index e3587c5bc..947b0b8b4 100644 --- a/api-generator/components/inputnumber.js +++ b/api-generator/components/inputnumber.js @@ -188,6 +188,12 @@ const InputNumberProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inputswitch.js b/api-generator/components/inputswitch.js index f4b2eb076..888654f31 100644 --- a/api-generator/components/inputswitch.js +++ b/api-generator/components/inputswitch.js @@ -46,6 +46,12 @@ const InputSwitchProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/inputtext.js b/api-generator/components/inputtext.js index d59132d01..4f8c341d0 100644 --- a/api-generator/components/inputtext.js +++ b/api-generator/components/inputtext.js @@ -16,6 +16,12 @@ const InputTextProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/knob.js b/api-generator/components/knob.js index 95d48e58b..071beb372 100644 --- a/api-generator/components/knob.js +++ b/api-generator/components/knob.js @@ -100,6 +100,12 @@ const KnobProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/listbox.js b/api-generator/components/listbox.js index f2c6d7c03..472d90bb7 100644 --- a/api-generator/components/listbox.js +++ b/api-generator/components/listbox.js @@ -179,6 +179,12 @@ const ListboxProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/megamenu.js b/api-generator/components/megamenu.js index f0f3a42ff..459db9a1c 100644 --- a/api-generator/components/megamenu.js +++ b/api-generator/components/megamenu.js @@ -22,6 +22,12 @@ const MegaMenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/menu.js b/api-generator/components/menu.js index 4d98f2ac2..c77f108bb 100644 --- a/api-generator/components/menu.js +++ b/api-generator/components/menu.js @@ -40,6 +40,12 @@ const MenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/menubar.js b/api-generator/components/menubar.js index 885730a1f..065e7731c 100644 --- a/api-generator/components/menubar.js +++ b/api-generator/components/menubar.js @@ -16,6 +16,12 @@ const MenubarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/message.js b/api-generator/components/message.js index 8f6e648fe..c2ec2a7fc 100644 --- a/api-generator/components/message.js +++ b/api-generator/components/message.js @@ -40,6 +40,12 @@ const MessageProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/multiselect.js b/api-generator/components/multiselect.js index 8eca6b3e3..50d53715e 100644 --- a/api-generator/components/multiselect.js +++ b/api-generator/components/multiselect.js @@ -298,6 +298,12 @@ const MultiSelectProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/orderlist.js b/api-generator/components/orderlist.js index f71b7a644..e0b7de6de 100644 --- a/api-generator/components/orderlist.js +++ b/api-generator/components/orderlist.js @@ -53,6 +53,12 @@ const OrderListProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/organizationchart.js b/api-generator/components/organizationchart.js index abd033fa6..d3fc9c1fe 100644 --- a/api-generator/components/organizationchart.js +++ b/api-generator/components/organizationchart.js @@ -34,6 +34,12 @@ const OrganizationChartProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/overlaypanel.js b/api-generator/components/overlaypanel.js index f2861c06b..2a5024aef 100644 --- a/api-generator/components/overlaypanel.js +++ b/api-generator/components/overlaypanel.js @@ -52,6 +52,12 @@ const OverlayPanelProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/paginator.js b/api-generator/components/paginator.js index 75967020d..e7677eee2 100644 --- a/api-generator/components/paginator.js +++ b/api-generator/components/paginator.js @@ -52,6 +52,12 @@ const PaginatorProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/panel.js b/api-generator/components/panel.js index abb064c50..abe304cda 100644 --- a/api-generator/components/panel.js +++ b/api-generator/components/panel.js @@ -28,6 +28,12 @@ const PanelProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/panelmenu.js b/api-generator/components/panelmenu.js index b5711eb58..fe0cffad8 100644 --- a/api-generator/components/panelmenu.js +++ b/api-generator/components/panelmenu.js @@ -22,6 +22,12 @@ const PanelMenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/password.js b/api-generator/components/password.js index fc5d8224d..63da2d834 100644 --- a/api-generator/components/password.js +++ b/api-generator/components/password.js @@ -142,6 +142,12 @@ const PasswordProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/picklist.js b/api-generator/components/picklist.js index 4f97179e9..a0341cc5e 100644 --- a/api-generator/components/picklist.js +++ b/api-generator/components/picklist.js @@ -65,6 +65,12 @@ const PickListProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/progressbar.js b/api-generator/components/progressbar.js index 161870126..8338447b9 100644 --- a/api-generator/components/progressbar.js +++ b/api-generator/components/progressbar.js @@ -22,6 +22,12 @@ const ProgressbarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/progressspinner.js b/api-generator/components/progressspinner.js index 493b9e054..bb6c27aeb 100644 --- a/api-generator/components/progressspinner.js +++ b/api-generator/components/progressspinner.js @@ -22,6 +22,12 @@ const ProgressSpinnerProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/radiobutton.js b/api-generator/components/radiobutton.js index ec531e6a4..5993d167d 100644 --- a/api-generator/components/radiobutton.js +++ b/api-generator/components/radiobutton.js @@ -64,6 +64,12 @@ const RadioButtonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/rating.js b/api-generator/components/rating.js index a1014cbe2..94b24a46b 100644 --- a/api-generator/components/rating.js +++ b/api-generator/components/rating.js @@ -52,6 +52,12 @@ const RatingProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/scrollpanel.js b/api-generator/components/scrollpanel.js index fb8446b9f..15ad57a78 100644 --- a/api-generator/components/scrollpanel.js +++ b/api-generator/components/scrollpanel.js @@ -10,6 +10,12 @@ const ScrollPanelProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/scrolltop.js b/api-generator/components/scrolltop.js index 4dfc7beb1..169da7461 100644 --- a/api-generator/components/scrolltop.js +++ b/api-generator/components/scrolltop.js @@ -28,6 +28,12 @@ const ScrollTopProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/selectbutton.js b/api-generator/components/selectbutton.js index 483b4541f..e654f1af1 100644 --- a/api-generator/components/selectbutton.js +++ b/api-generator/components/selectbutton.js @@ -64,6 +64,12 @@ const SelectButtonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/sidebar.js b/api-generator/components/sidebar.js index c810d3051..755637087 100644 --- a/api-generator/components/sidebar.js +++ b/api-generator/components/sidebar.js @@ -64,6 +64,12 @@ const SidebarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/skeleton.js b/api-generator/components/skeleton.js index e500ce80d..7d729b1d6 100644 --- a/api-generator/components/skeleton.js +++ b/api-generator/components/skeleton.js @@ -40,6 +40,12 @@ const SkeletonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/slider.js b/api-generator/components/slider.js index 5d6a3f816..56b5efdea 100644 --- a/api-generator/components/slider.js +++ b/api-generator/components/slider.js @@ -64,6 +64,12 @@ const SliderProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/speeddial.js b/api-generator/components/speeddial.js index 84fc6ad58..faf450df2 100644 --- a/api-generator/components/speeddial.js +++ b/api-generator/components/speeddial.js @@ -112,6 +112,12 @@ const SpeedDialProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/splitbutton.js b/api-generator/components/splitbutton.js index d5b237969..14e465c37 100644 --- a/api-generator/components/splitbutton.js +++ b/api-generator/components/splitbutton.js @@ -106,6 +106,12 @@ const SplitButtonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/splitter.js b/api-generator/components/splitter.js index 0ba1b0060..6a422f131 100644 --- a/api-generator/components/splitter.js +++ b/api-generator/components/splitter.js @@ -34,6 +34,12 @@ const SplitterProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/steps.js b/api-generator/components/steps.js index 00dec500f..687c26f36 100644 --- a/api-generator/components/steps.js +++ b/api-generator/components/steps.js @@ -28,6 +28,12 @@ const StepsProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tabmenu.js b/api-generator/components/tabmenu.js index 3c94c8961..427816f62 100644 --- a/api-generator/components/tabmenu.js +++ b/api-generator/components/tabmenu.js @@ -22,6 +22,12 @@ const TabMenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tabview.js b/api-generator/components/tabview.js index 41d4879ab..239374a50 100644 --- a/api-generator/components/tabview.js +++ b/api-generator/components/tabview.js @@ -58,6 +58,12 @@ const TabViewProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tag.js b/api-generator/components/tag.js index 1ac243364..974cfcc35 100644 --- a/api-generator/components/tag.js +++ b/api-generator/components/tag.js @@ -28,6 +28,12 @@ const TagProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/terminal.js b/api-generator/components/terminal.js index 7946ad94e..9d57cee2a 100644 --- a/api-generator/components/terminal.js +++ b/api-generator/components/terminal.js @@ -16,6 +16,12 @@ const TerminalProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/textarea.js b/api-generator/components/textarea.js index fdaf7aaae..87834f334 100644 --- a/api-generator/components/textarea.js +++ b/api-generator/components/textarea.js @@ -16,6 +16,12 @@ const TextareaProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tieredmenu.js b/api-generator/components/tieredmenu.js index 85df8d475..16328e74b 100644 --- a/api-generator/components/tieredmenu.js +++ b/api-generator/components/tieredmenu.js @@ -40,6 +40,12 @@ const TieredMenuProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/timeline.js b/api-generator/components/timeline.js index 45973dc90..42be72128 100644 --- a/api-generator/components/timeline.js +++ b/api-generator/components/timeline.js @@ -28,6 +28,12 @@ const TimelineProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/toast.js b/api-generator/components/toast.js index e4dc9fe4c..9e097de9b 100644 --- a/api-generator/components/toast.js +++ b/api-generator/components/toast.js @@ -34,6 +34,12 @@ const ToastProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/togglebutton.js b/api-generator/components/togglebutton.js index e35bca1f0..362f7b970 100644 --- a/api-generator/components/togglebutton.js +++ b/api-generator/components/togglebutton.js @@ -76,6 +76,12 @@ const ToggleButtonProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/toolbar.js b/api-generator/components/toolbar.js index a9f08a52e..e52fb15b5 100644 --- a/api-generator/components/toolbar.js +++ b/api-generator/components/toolbar.js @@ -10,6 +10,12 @@ const ToolbarProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tree.js b/api-generator/components/tree.js index ddb7ddf4f..458c1c0ca 100644 --- a/api-generator/components/tree.js +++ b/api-generator/components/tree.js @@ -83,6 +83,12 @@ const TreeProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/treeselect.js b/api-generator/components/treeselect.js index 349987baa..dc8c70eb5 100644 --- a/api-generator/components/treeselect.js +++ b/api-generator/components/treeselect.js @@ -107,6 +107,12 @@ const TreeSelectProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/treetable.js b/api-generator/components/treetable.js index 9310522c4..189b00d37 100644 --- a/api-generator/components/treetable.js +++ b/api-generator/components/treetable.js @@ -227,6 +227,12 @@ const TreeTableProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ]; diff --git a/api-generator/components/tristatecheckbox.js b/api-generator/components/tristatecheckbox.js index ce4779741..ee5cc9d2e 100644 --- a/api-generator/components/tristatecheckbox.js +++ b/api-generator/components/tristatecheckbox.js @@ -46,6 +46,12 @@ const TriStateCheckboxProps = [ type: 'any', default: 'null', description: 'Uses to pass attributes to DOM elements inside the component.' + }, + { + name: 'unstyled', + type: 'boolean', + default: 'false', + description: 'When enabled, it removes component related styles in the core.' } ];