From 8b872e37c2b6c00a7b49feae3ee6a63b50292bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 13 Jan 2022 14:03:59 +0300 Subject: [PATCH] Fixed #1977 --- package.json | 2 +- src/App.vue | 2 +- src/AppConfigurator.vue | 124 +-- src/AppDemoActions.vue | 6 +- src/AppDocumentation.vue | 2 +- src/AppFooter.vue | 4 +- src/AppInputStyleSwitch.vue | 6 +- src/AppTopBar.vue | 2 +- src/assets/styles/app/_config.scss | 2 +- src/assets/styles/app/_core.scss | 1 - src/assets/styles/app/_home.scss | 6 +- src/components/treetable/TreeTable.vue | 2 +- src/views/Home.vue | 98 +- src/views/accordion/AccordionDemo.vue | 6 +- src/views/accordion/AccordionDoc.vue | 18 +- src/views/autocomplete/AutoCompleteDemo.vue | 2 +- src/views/autocomplete/AutoCompleteDoc.vue | 18 +- src/views/avatar/AvatarDemo.vue | 58 +- src/views/avatar/AvatarDoc.vue | 168 +-- src/views/badge/BadgeDemo.vue | 20 +- src/views/badge/BadgeDoc.vue | 60 +- src/views/button/ButtonDemo.vue | 4 +- src/views/button/ButtonDoc.vue | 16 +- src/views/calendar/CalendarDemo.vue | 32 +- src/views/calendar/CalendarDoc.vue | 96 +- src/views/carousel/CarouselDemo.vue | 36 +- src/views/carousel/CarouselDoc.vue | 108 +- src/views/cascadeselect/CascadeSelectDemo.vue | 4 +- src/views/cascadeselect/CascadeSelectDoc.vue | 16 +- src/views/chart/DoughnutChartDemo.vue | 2 +- src/views/chart/PieChartDemo.vue | 2 +- src/views/chart/PolarAreaChartDemo.vue | 2 +- src/views/chart/RadarChartDemo.vue | 2 +- src/views/checkbox/CheckboxDemo.vue | 12 +- src/views/checkbox/CheckboxDoc.vue | 36 +- src/views/chip/ChipDemo.vue | 32 +- src/views/chip/ChipDoc.vue | 120 +-- src/views/colors/ColorsDemo.vue | 6 +- src/views/confirmdialog/ConfirmDialogDemo.vue | 20 +- src/views/confirmdialog/ConfirmDialogDoc.vue | 42 +- src/views/confirmpopup/ConfirmPopupDemo.vue | 8 +- src/views/confirmpopup/ConfirmPopupDoc.vue | 28 +- src/views/contextmenu/ContextMenuDemo.vue | 228 ++-- src/views/datatable/DataTableCrudDemo.vue | 212 ++-- src/views/datatable/DataTableDemo.vue | 14 +- src/views/datatable/DataTableDoc.vue | 48 +- src/views/datatable/DataTableFilterDemo.vue | 56 +- .../datatable/DataTablePaginatorDemo.vue | 2 +- .../datatable/DataTableRowExpandDemo.vue | 8 +- src/views/datatable/DataTableScrollDemo.vue | 24 +- src/views/datatable/DataTableStateDemo.vue | 12 +- .../datatable/DataTableTemplatingDemo.vue | 12 +- .../datatable/DataTableVirtualScrollDemo.vue | 40 +- src/views/dataview/DataViewDemo.vue | 10 +- src/views/dataview/DataViewDoc.vue | 52 +- src/views/dialog/DialogDemo.vue | 16 +- src/views/dialog/DialogDoc.vue | 48 +- src/views/display/DisplayDemo.vue | 18 +- src/views/display/DisplayDoc.vue | 76 +- src/views/divider/DividerDemo.vue | 20 +- src/views/divider/DividerDoc.vue | 60 +- src/views/dropdown/DropdownDemo.vue | 4 +- src/views/dropdown/DropdownDoc.vue | 12 +- src/views/elevation/ElevationDemo.vue | 6 +- src/views/elevation/ElevationDoc.vue | 36 +- src/views/fieldset/FieldsetDemo.vue | 2 +- src/views/fieldset/FieldsetDoc.vue | 24 +- src/views/flexbox/FlexBoxDemo.vue | 614 +++++------ src/views/floatlabel/FloatLabelDemo.vue | 134 +-- src/views/formlayout/FormLayoutDemo.vue | 80 +- src/views/formlayout/FormLayoutDoc.vue | 294 +++--- src/views/galleria/GalleriaAdvancedDemo.vue | 4 +- src/views/galleria/GalleriaCaptionDemo.vue | 4 +- src/views/galleria/GalleriaFullScreenDemo.vue | 8 +- src/views/galleria/GalleriaThumbnailDemo.vue | 8 +- src/views/grid/GridDemo.vue | 228 ++-- src/views/grid/GridDoc.vue | 900 ++++++++-------- src/views/icons/Icons.vue | 6 +- src/views/inputgroup/InputGroupDemo.vue | 28 +- src/views/inputgroup/InputGroupDoc.vue | 84 +- src/views/inputmask/InputMaskDemo.vue | 14 +- src/views/inputmask/InputMaskDoc.vue | 42 +- src/views/inputnumber/InputNumberDemo.vue | 48 +- src/views/inputnumber/InputNumberDoc.vue | 144 +-- src/views/inputtext/InputTextDemo.vue | 6 +- src/views/inputtext/InputTextDoc.vue | 18 +- src/views/invalid/InvalidDemo.vue | 104 +- src/views/knob/KnobDemo.vue | 34 +- src/views/knob/KnobDoc.vue | 100 +- src/views/listbox/ListboxDemo.vue | 2 +- src/views/listbox/ListboxDoc.vue | 18 +- src/views/liveeditor/LiveEditor.vue | 5 +- src/views/menubar/MenubarDemo.vue | 229 ++-- src/views/menubar/MenubarDoc.vue | 6 +- src/views/message/MessageDemo.vue | 14 +- src/views/message/MessageDoc.vue | 42 +- src/views/multiselect/MultiSelectDemo.vue | 2 +- src/views/multiselect/MultiSelectDoc.vue | 24 +- src/views/orderlist/OrderListDemo.vue | 4 +- src/views/orderlist/OrderListDoc.vue | 12 +- src/views/panel/PanelDemo.vue | 2 +- src/views/panel/PanelDoc.vue | 8 +- src/views/panelmenu/PanelMenuDemo.vue | 12 +- src/views/panelmenu/PanelMenuDoc.vue | 539 +++++----- src/views/password/PasswordDemo.vue | 4 +- src/views/password/PasswordDoc.vue | 16 +- src/views/picklist/PickListDemo.vue | 4 +- src/views/picklist/PickListDoc.vue | 12 +- src/views/radiobutton/RadioButtonDemo.vue | 10 +- src/views/radiobutton/RadioButtonDoc.vue | 30 +- src/views/responsive/ResponsiveDemo.vue | 998 +++++++++--------- src/views/ripple/RippleDemo.vue | 2 +- src/views/ripple/RippleDoc.vue | 8 +- src/views/scrollpanel/ScrollPanelDemo.vue | 8 +- src/views/scrollpanel/ScrollPanelDoc.vue | 24 +- src/views/setup/Setup.vue | 20 +- src/views/sidebar/SidebarDemo.vue | 8 +- src/views/sidebar/SidebarDoc.vue | 24 +- src/views/skeleton/SkeletonDemo.vue | 100 +- src/views/skeleton/SkeletonDoc.vue | 294 +++--- src/views/slider/SliderDemo.vue | 2 +- src/views/spacing/SpacingDemo.vue | 28 +- src/views/spacing/SpacingDoc.vue | 104 +- src/views/speeddial/SpeedDialDoc.vue | 1 + src/views/splitbutton/SplitButtonDemo.vue | 56 +- src/views/splitbutton/SplitButtonDoc.vue | 42 +- src/views/splitter/SplitterDemo.vue | 18 +- src/views/splitter/SplitterDoc.vue | 62 +- src/views/steps/ConfirmationDemo.vue | 20 +- src/views/steps/PaymentDemo.vue | 14 +- src/views/steps/PersonalDemo.vue | 8 +- src/views/steps/SeatDemo.vue | 12 +- src/views/steps/StepsDoc.vue | 104 +- src/views/styleclass/StyleClassDemo.vue | 8 +- src/views/styleclass/StyleClassDoc.vue | 32 +- src/views/support/Support.vue | 118 +-- src/views/tabmenu/TabMenuDemo.vue | 6 +- src/views/tabmenu/TabMenuDoc.vue | 18 +- src/views/tabview/TabViewDemo.vue | 14 +- src/views/tabview/TabViewDoc.vue | 42 +- src/views/tag/TagDemo.vue | 24 +- src/views/tag/TagDoc.vue | 72 +- src/views/text/TextDemo.vue | 26 +- src/views/text/TextDoc.vue | 108 +- src/views/theming/Theming.vue | 4 +- src/views/tieredmenu/TieredMenuDemo.vue | 229 ++-- src/views/tieredmenu/TieredMenuDoc.vue | 944 ++++++++--------- src/views/timeline/TimelineDemo.vue | 6 +- src/views/timeline/TimelineDoc.vue | 20 +- src/views/toast/ToastDemo.vue | 12 +- src/views/toast/ToastDoc.vue | 46 +- src/views/toolbar/ToolbarDemo.vue | 8 +- src/views/toolbar/ToolbarDoc.vue | 32 +- src/views/tooltip/TooltipDemo.vue | 10 +- src/views/tooltip/TooltipDoc.vue | 30 +- src/views/tree/TreeDoc.vue | 4 +- src/views/treetable/TreeTableFilterDemo.vue | 16 +- .../treetable/TreeTablePaginatorDemo.vue | 2 +- src/views/treetable/TreeTableScrollDemo.vue | 28 +- src/views/treetable/TreeTableSortDemo.vue | 2 +- .../treetable/TreeTableTemplatingDemo.vue | 8 +- .../tristatecheckbox/TriStateCheckboxDemo.vue | 2 +- .../tristatecheckbox/TriStateCheckboxDoc.vue | 6 +- src/views/validation/VuelidateFormDemo.vue | 84 +- .../virtualscroller/VirtualScrollerDemo.vue | 88 +- .../virtualscroller/VirtualScrollerDoc.vue | 272 ++--- 166 files changed, 5201 insertions(+), 5245 deletions(-) diff --git a/package.json b/package.json index c9a5627a9..b16c795e1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "gulp-uglify": "^3.0.2", "gulp-uglifycss": "^1.0.6", "sass": "^1.45.0", - "primeflex": "2.0.0", + "primeflex": "3.1.2", "primeicons": "5.0.0", "prismjs": "^1.15.0", "quill": "^1.3.7", diff --git a/src/App.vue b/src/App.vue index d7ea9cc2d..a33ec045e 100755 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- + Read More diff --git a/src/AppConfigurator.vue b/src/AppConfigurator.vue index d55a9dd49..d6c69937e 100755 --- a/src/AppConfigurator.vue +++ b/src/AppConfigurator.vue @@ -26,26 +26,26 @@

Built-in component themes created by the PrimeVue Theme Designer.

Bootstrap
-
-
+
+
Blue
-
+
Purple
-
+
Blue
-
+
@@ -54,26 +54,26 @@
Material Design
-
-
+
+
Indigo
-
+
Deep Purple
-
+
Indigo
-
+
@@ -82,26 +82,26 @@
Material Design Compact
-
-
+
+
Indigo
-
+
Deep Purple
-
+
Indigo
-
+
@@ -110,8 +110,8 @@
Tailwind
-
-
+
+
@@ -120,8 +120,8 @@
Fluent UI
-
-
+
+
@@ -129,51 +129,51 @@
-
PrimeOne Design - 2022
-
-
+
PrimeOne Design - 2022
+
+
Lara Light Indigo
-
+
Lara Light Blue
-
+
Lara Light Purple
-
+
Lara Light Teal
-
+
Lara Dark Indigo
-
+
Lara Dark Blue
-
+
Lara Dark Purple
-
+
@@ -182,74 +182,74 @@
PrimeOne Design - 2021
-
-
+
+
Saga Blue
-
+
Saga Green
-
+
Saga Orange
-
+
Saga Purple
-
+
Vela Blue
-
+
Vela Green
-
+
Vela Orange
-
+
Vela Purple
-
+
Arya Blue
-
+
Arya Green
-
+
Arya Orange
-
+
@@ -259,38 +259,38 @@

Premium Themes

Premium themes are only available exclusively for PrimeVue Theme Designer subscribers and therefore not included in PrimeVue core.

-
-
+
+
Soho Light
-
+
Soho Dark
-
+
Viva Light
-
+
Viva Dark
-
+
Mira
-
+
@@ -300,63 +300,63 @@

Admin Templates

Beautifully crafted Vue CLI application templates by the PrimeTek design team.

-
-
+
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+
Prestige diff --git a/src/AppDemoActions.vue b/src/AppDemoActions.vue index 5d44b2e22..f7250bf23 100644 --- a/src/AppDemoActions.vue +++ b/src/AppDemoActions.vue @@ -1,12 +1,12 @@ diff --git a/src/AppDocumentation.vue b/src/AppDocumentation.vue index e94bf56ea..e52592ac8 100644 --- a/src/AppDocumentation.vue +++ b/src/AppDocumentation.vue @@ -90,7 +90,7 @@ export default { - + diff --git a/src/AppFooter.vue b/src/AppFooter.vue index 9eb1f1ae5..e25708f27 100755 --- a/src/AppFooter.vue +++ b/src/AppFooter.vue @@ -6,10 +6,10 @@