From 9c24de2a4168ee18fc01d0ce0098f01bde08d5e0 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: Wed, 13 Oct 2021 17:35:09 +0300 Subject: [PATCH] add core.js instead of core.min.js --- src/views/accordion/AccordionDoc.vue | 8 + src/views/autocomplete/AutoCompleteDoc.vue | 7 + src/views/avatar/AvatarDoc.vue | 8 + src/views/badge/BadgeDoc.vue | 14 ++ src/views/blockui/BlockUIDoc.vue | 7 + src/views/breadcrumb/BreadcrumbDoc.vue | 7 + src/views/button/ButtonDoc.vue | 2 +- src/views/calendar/CalendarDoc.vue | 7 + src/views/card/CardDoc.vue | 7 + src/views/carousel/CarouselDoc.vue | 7 + src/views/cascadeselect/CascadeSelectDoc.vue | 7 + src/views/chart/ChartDoc.vue | 7 + src/views/checkbox/CheckboxDoc.vue | 7 + src/views/chip/ChipDoc.vue | 7 + src/views/chips/ChipsDoc.vue | 7 + src/views/colorpicker/ColorPickerDoc.vue | 7 + src/views/confirmdialog/ConfirmDialogDoc.vue | 7 + src/views/confirmpopup/ConfirmPopupDoc.vue | 7 + src/views/contextmenu/ContextMenuDoc.vue | 7 + src/views/datatable/DataTableDoc.vue | 9 + src/views/dataview/DataViewDoc.vue | 7 + .../deferredcontent/DeferredContentDoc.vue | 7 + src/views/dialog/DialogDoc.vue | 6 + src/views/divider/DividerDoc.vue | 7 + src/views/dock/DockDoc.vue | 217 ++++++++-------- src/views/dropdown/DropdownDoc.vue | 6 + src/views/editor/EditorDoc.vue | 7 + src/views/fieldset/FieldsetDoc.vue | 7 + src/views/fileupload/FileUploadDoc.vue | 7 + src/views/filterservice/FilterServiceDoc.vue | 18 +- src/views/galleria/GalleriaDoc.vue | 7 + src/views/image/ImageDoc.vue | 7 + src/views/inplace/InplaceDoc.vue | 233 +++++++++--------- src/views/inputmask/InputMaskDoc.vue | 7 + src/views/inputnumber/InputNumberDoc.vue | 7 +- src/views/inputswitch/InputSwitchDoc.vue | 7 + src/views/inputtext/InputTextDoc.vue | 7 +- src/views/knob/KnobDoc.vue | 7 + src/views/listbox/ListboxDoc.vue | 7 + src/views/megamenu/MegaMenuDoc.vue | 7 + src/views/menu/MenuDoc.vue | 6 + src/views/menubar/MenubarDoc.vue | 7 + src/views/message/MessageDoc.vue | 9 +- src/views/multiselect/MultiSelectDoc.vue | 7 + src/views/orderlist/OrderListDoc.vue | 7 + .../OrganizationChartDoc.vue | 7 + src/views/overlaypanel/OverlayPanelDoc.vue | 7 + src/views/paginator/PaginatorDoc.vue | 7 +- src/views/panel/PanelDoc.vue | 7 + src/views/panelmenu/PanelMenuDoc.vue | 7 + src/views/password/PasswordDoc.vue | 7 + src/views/picklist/PickListDoc.vue | 7 + src/views/progressbar/ProgressBarDoc.vue | 7 +- .../progressspinner/ProgressSpinnerDoc.vue | 7 + src/views/radiobutton/RadioButtonDoc.vue | 7 + src/views/rating/RatingDoc.vue | 7 + src/views/scrollpanel/ScrollPanelDoc.vue | 7 + src/views/scrolltop/ScrollTopDoc.vue | 7 + src/views/selectbutton/SelectButtonDoc.vue | 7 + src/views/setup/Setup.vue | 2 +- src/views/sidebar/SidebarDoc.vue | 7 + src/views/skeleton/SkeletonDoc.vue | 7 + src/views/slider/SliderDoc.vue | 2 +- src/views/speeddial/SpeedDialDoc.vue | 7 + src/views/splitbutton/SplitButtonDoc.vue | 7 + src/views/splitter/SplitterDoc.vue | 8 + src/views/steps/StepsDoc.vue | 7 + src/views/styleclass/StyleClassDoc.vue | 7 + src/views/tabmenu/TabMenuDoc.vue | 7 + src/views/tabview/TabViewDoc.vue | 8 + src/views/tag/TagDoc.vue | 7 + src/views/terminal/TerminalDoc.vue | 7 + src/views/textarea/TextareaDoc.vue | 7 + src/views/tieredmenu/TieredMenuDoc.vue | 9 +- src/views/timeline/TimelineDoc.vue | 7 + src/views/toast/ToastDoc.vue | 7 + src/views/togglebutton/ToggleButtonDoc.vue | 7 + src/views/toolbar/ToolbarDoc.vue | 7 + src/views/tooltip/TooltipDoc.vue | 7 + src/views/tree/TreeDoc.vue | 6 + src/views/treeselect/TreeSelectDoc.vue | 7 + src/views/treetable/TreeTableDoc.vue | 8 + .../tristatecheckbox/TriStateCheckboxDoc.vue | 7 + .../virtualscroller/VirtualScrollerDoc.vue | 6 + 84 files changed, 798 insertions(+), 235 deletions(-) diff --git a/src/views/accordion/AccordionDoc.vue b/src/views/accordion/AccordionDoc.vue index 5803f9379..9983c5c18 100755 --- a/src/views/accordion/AccordionDoc.vue +++ b/src/views/accordion/AccordionDoc.vue @@ -5,6 +5,14 @@ import Accordion from 'primevue/accordion'; import AccordionTab from 'primevue/accordiontab'; + + +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/accordion/accordion.min.js"></script>
+<script src="https://unpkg.com/primevue@^3/accordiontab/accordiontab.min.js"></script>
+
 
Getting Started
diff --git a/src/views/autocomplete/AutoCompleteDoc.vue b/src/views/autocomplete/AutoCompleteDoc.vue index 5c2349a3c..9e9d341c8 100755 --- a/src/views/autocomplete/AutoCompleteDoc.vue +++ b/src/views/autocomplete/AutoCompleteDoc.vue @@ -4,6 +4,13 @@

 import AutoComplete from 'primevue/autocomplete';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/autocomplete/autocomplete.min.js"></script>
+
 
Getting Started
diff --git a/src/views/avatar/AvatarDoc.vue b/src/views/avatar/AvatarDoc.vue index f34aba249..a336480e6 100644 --- a/src/views/avatar/AvatarDoc.vue +++ b/src/views/avatar/AvatarDoc.vue @@ -5,6 +5,14 @@ import Avatar from 'primevue/avatar'; import AvatarGroup from 'primevue/avatargroup'; + + +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/avatar/avatar.min.js"></script>
+<script src="https://unpkg.com/primevue@^3/avatargroup/avatargroup.min.js"></script>
+
 
Getting Started
diff --git a/src/views/badge/BadgeDoc.vue b/src/views/badge/BadgeDoc.vue index f60f59c4f..369e9305b 100644 --- a/src/views/badge/BadgeDoc.vue +++ b/src/views/badge/BadgeDoc.vue @@ -7,6 +7,13 @@

 import Badge from 'primevue/badge';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/badge/badge.min.js"></script>
+
 

Content of the badge is specified using the value property.

@@ -19,6 +26,13 @@ import Badge from 'primevue/badge';

 import BadgeDirective from 'primevue/badgedirective';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/badgedirective/badgedirective.min.js"></script>
+
 

When used as a directive, badge needs to be configured at the application with a name of your choice.

diff --git a/src/views/blockui/BlockUIDoc.vue b/src/views/blockui/BlockUIDoc.vue index a75006197..99249ccca 100755 --- a/src/views/blockui/BlockUIDoc.vue +++ b/src/views/blockui/BlockUIDoc.vue @@ -4,6 +4,13 @@

 import BlockUI from 'primevue/blockui';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/blockui/blockui.min.js"></script>
+
 
Getting Started
diff --git a/src/views/breadcrumb/BreadcrumbDoc.vue b/src/views/breadcrumb/BreadcrumbDoc.vue index 4bf828989..7145a3c65 100755 --- a/src/views/breadcrumb/BreadcrumbDoc.vue +++ b/src/views/breadcrumb/BreadcrumbDoc.vue @@ -4,6 +4,13 @@

 import Breadcrumb from 'primevue/breadcrumb';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/breadcrumb/breadcrumb.min.js"></script>
+
 
MenuModel
diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index e17f4ffd9..361b27c1f 100755 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -8,7 +8,7 @@ import Button from 'primevue/button';
Import via CDN

-<script src="https://unpkg.com/primevue@^3/core/core.min.js"></script>
+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
 
 
diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index d6f309fee..53086c800 100755 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -4,6 +4,13 @@

 import Calendar from 'primevue/calendar';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/calendar/calendar.min.js"></script>
+
 
Getting Started
diff --git a/src/views/card/CardDoc.vue b/src/views/card/CardDoc.vue index 87092d995..b4ffa0979 100755 --- a/src/views/card/CardDoc.vue +++ b/src/views/card/CardDoc.vue @@ -4,6 +4,13 @@

 import Card from 'primevue/card';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/card/card.min.js"></script>
+
 
Getting Started
diff --git a/src/views/carousel/CarouselDoc.vue b/src/views/carousel/CarouselDoc.vue index 7aaddaea8..9377a4274 100755 --- a/src/views/carousel/CarouselDoc.vue +++ b/src/views/carousel/CarouselDoc.vue @@ -4,6 +4,13 @@

 import Carousel from 'primevue/carousel';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/carousel/carousel.min.js"></script>
+
 
Getting Started
diff --git a/src/views/cascadeselect/CascadeSelectDoc.vue b/src/views/cascadeselect/CascadeSelectDoc.vue index 28066ceda..79674e649 100644 --- a/src/views/cascadeselect/CascadeSelectDoc.vue +++ b/src/views/cascadeselect/CascadeSelectDoc.vue @@ -4,6 +4,13 @@

 import CascadeSelect from 'primevue/cascadeselect';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/cascadeselect/cascadeselect.min.js"></script>
+
 
Getting Started
diff --git a/src/views/chart/ChartDoc.vue b/src/views/chart/ChartDoc.vue index c6870a11c..50bf6ae43 100755 --- a/src/views/chart/ChartDoc.vue +++ b/src/views/chart/ChartDoc.vue @@ -15,6 +15,13 @@ npm install chart.js --save

 import Chart from 'primevue/chart';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/chart/chart.min.js"></script>
+
 
Chart Types
diff --git a/src/views/checkbox/CheckboxDoc.vue b/src/views/checkbox/CheckboxDoc.vue index a40089730..826e8ded3 100755 --- a/src/views/checkbox/CheckboxDoc.vue +++ b/src/views/checkbox/CheckboxDoc.vue @@ -4,6 +4,13 @@

 import Checkbox from 'primevue/checkbox';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/checkbox/checkbox.min.js"></script>
+
 
Getting Started
diff --git a/src/views/chip/ChipDoc.vue b/src/views/chip/ChipDoc.vue index e6e5f1d36..097b33088 100644 --- a/src/views/chip/ChipDoc.vue +++ b/src/views/chip/ChipDoc.vue @@ -4,6 +4,13 @@

 import Chip from 'primevue/chip';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/chip/chip.min.js"></script>
+
 
Getting Started
diff --git a/src/views/chips/ChipsDoc.vue b/src/views/chips/ChipsDoc.vue index 53a0bb2c2..529a6f069 100755 --- a/src/views/chips/ChipsDoc.vue +++ b/src/views/chips/ChipsDoc.vue @@ -4,6 +4,13 @@

 import Chips from 'primevue/chips';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/chips/chips.min.js"></script>
+
 
Getting Started
diff --git a/src/views/colorpicker/ColorPickerDoc.vue b/src/views/colorpicker/ColorPickerDoc.vue index e8cf521b4..1894cd7c9 100755 --- a/src/views/colorpicker/ColorPickerDoc.vue +++ b/src/views/colorpicker/ColorPickerDoc.vue @@ -4,6 +4,13 @@

 import ColorPicker from 'primevue/colorpicker';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/colorpicker/colorpicker.min.js"></script>
+
 
Getting Started
diff --git a/src/views/confirmdialog/ConfirmDialogDoc.vue b/src/views/confirmdialog/ConfirmDialogDoc.vue index b9b74b4b3..c1bd3d222 100644 --- a/src/views/confirmdialog/ConfirmDialogDoc.vue +++ b/src/views/confirmdialog/ConfirmDialogDoc.vue @@ -16,6 +16,13 @@ app.use(ConfirmationService);

 import ConfirmDialog from 'primevue/confirmdialog';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/confirmdialog/confirmdialog.min.js"></script>
+
 
Getting Started
diff --git a/src/views/confirmpopup/ConfirmPopupDoc.vue b/src/views/confirmpopup/ConfirmPopupDoc.vue index ba15d1eb9..2c79d8af3 100644 --- a/src/views/confirmpopup/ConfirmPopupDoc.vue +++ b/src/views/confirmpopup/ConfirmPopupDoc.vue @@ -16,6 +16,13 @@ app.use(ConfirmationService);

 import ConfirmPopup from 'primevue/confirmpopup';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/confirmpopup/confirmpopup.min.js"></script>
+
 
Getting Started
diff --git a/src/views/contextmenu/ContextMenuDoc.vue b/src/views/contextmenu/ContextMenuDoc.vue index 25ab24afe..8dce0e1cc 100755 --- a/src/views/contextmenu/ContextMenuDoc.vue +++ b/src/views/contextmenu/ContextMenuDoc.vue @@ -4,6 +4,13 @@

 import ContextMenu from 'primevue/contextmenu';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/contextmenu/contextmenu.min.js"></script>
+
 
MenuModel
diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index 40ee86aa4..03210d571 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -7,6 +7,15 @@ import DataTable from 'primevue/datatable'; import Column from 'primevue/column'; import ColumnGroup from 'primevue/columngroup'; //optional for column grouping + + +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/datatable/datatable.min.js"></script>
+<script src="https://unpkg.com/primevue@^3/column/column.min.js"></script>
+<script src="https://unpkg.com/primevue@^3/columngroup/columngroup.min.js"></script>
+
 
Getting Started
diff --git a/src/views/dataview/DataViewDoc.vue b/src/views/dataview/DataViewDoc.vue index b8b28c9ba..e90018abc 100755 --- a/src/views/dataview/DataViewDoc.vue +++ b/src/views/dataview/DataViewDoc.vue @@ -5,6 +5,13 @@

 import DataView from 'primevue/dataview';
 				
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/dataview/dataview.min.js"></script>
+
 
PrimeFlex
diff --git a/src/views/deferredcontent/DeferredContentDoc.vue b/src/views/deferredcontent/DeferredContentDoc.vue index 26be04f06..16b7d8b9f 100755 --- a/src/views/deferredcontent/DeferredContentDoc.vue +++ b/src/views/deferredcontent/DeferredContentDoc.vue @@ -4,6 +4,13 @@

 import DeferredContent from 'primevue/deferredcontent';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/deferredcontent/deferredcontent.min.js"></script>
+
 
Getting Started
diff --git a/src/views/dialog/DialogDoc.vue b/src/views/dialog/DialogDoc.vue index a02d55eed..2a7482645 100755 --- a/src/views/dialog/DialogDoc.vue +++ b/src/views/dialog/DialogDoc.vue @@ -4,6 +4,12 @@

 import Dialog from 'primevue/dialog';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+
 
Getting Started
diff --git a/src/views/divider/DividerDoc.vue b/src/views/divider/DividerDoc.vue index bc20e831a..514a12abf 100644 --- a/src/views/divider/DividerDoc.vue +++ b/src/views/divider/DividerDoc.vue @@ -4,6 +4,13 @@

 import Divider from 'primevue/divider';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/divider/divider.min.js"></script>
+
 
Getting Started
diff --git a/src/views/dock/DockDoc.vue b/src/views/dock/DockDoc.vue index e26cd8537..ccb72e349 100644 --- a/src/views/dock/DockDoc.vue +++ b/src/views/dock/DockDoc.vue @@ -6,8 +6,15 @@ import Dock from 'primevue/dock'; -
Getting Started
-

Dock is a navigation component consisting of menuitems. It has a collection of additional options defined by the model property.

+
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/slider/slider.min.js"></script>
+
+
+ +
Getting Started
+

Dock is a navigation component consisting of menuitems. It has a collection of additional options defined by the model property.


 <Dock :model="items" />
@@ -43,113 +50,113 @@ import Dock from 'primevue/dock';
 
 
-
MenuModel API
-

Dock uses the common MenuModel API to define the items, visit MenuModel API for details.

+
MenuModel API
+

Dock uses the common MenuModel API to define the items, visit MenuModel API for details.

-
Properties
-

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDefaultDescription
modelobjectnullMenuModel instance to define the action items.
positionstringbottomPosition of element. Valid values are 'bottom', 'top', 'left' and 'right'.
classstringnullStyle class of the element.
styleobjectnullInline style of the element.
exactbooleantrueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.
tooltipOptionsobjectnullWhether to display the tooltip on items. The modifiers of Tooltip can be used like an object in it. Valid keys are 'event' and 'position'.
-
+
Properties
+

Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescription
modelobjectnullMenuModel instance to define the action items.
positionstringbottomPosition of element. Valid values are 'bottom', 'top', 'left' and 'right'.
classstringnullStyle class of the element.
styleobjectnullInline style of the element.
exactbooleantrueWhether to apply 'router-link-active-exact' class if route exactly matches the item path.
tooltipOptionsobjectnullWhether to display the tooltip on items. The modifiers of Tooltip can be used like an object in it. Valid keys are 'event' and 'position'.
+
-
Styling
-

Following is the list of structural style classes, for theming classes visit theming page.

-
- - - - - - - - - - - - - - - - - - - - - -
NameElement
p-dockContainer element.
p-dock-listList of items.
p-dock-itemEach items in list.
-
+
Styling
+

Following is the list of structural style classes, for theming classes visit theming page.

+
+ + + + + + + + + + + + + + + + + + + + + +
NameElement
p-dockContainer element.
p-dock-listList of items.
p-dock-itemEach items in list.
+
-
Slots
-
- - - - - - - - - - - - - - - - - -
NameParameters
itemitem: Custom content for item
iconitem: Custom content for icon
-
+
Slots
+
+ + + + + + + + + + + + + + + + + +
NameParameters
itemitem: Custom content for item
iconitem: Custom content for icon
+
-
Dependencies
-

None.

+
Dependencies
+

None.

diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue index 6b261924a..616bf37ef 100755 --- a/src/views/dropdown/DropdownDoc.vue +++ b/src/views/dropdown/DropdownDoc.vue @@ -4,6 +4,12 @@

 import Dropdown from 'primevue/dropdown';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+
 
Getting Started
diff --git a/src/views/editor/EditorDoc.vue b/src/views/editor/EditorDoc.vue index be2933bfe..a4291339b 100755 --- a/src/views/editor/EditorDoc.vue +++ b/src/views/editor/EditorDoc.vue @@ -4,6 +4,13 @@

 import Editor from 'primevue/editor';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/editor/editor.min.js"></script>
+
 
Getting Started
diff --git a/src/views/fieldset/FieldsetDoc.vue b/src/views/fieldset/FieldsetDoc.vue index 6ad5ea779..595529012 100755 --- a/src/views/fieldset/FieldsetDoc.vue +++ b/src/views/fieldset/FieldsetDoc.vue @@ -4,6 +4,13 @@

 import Fieldset from 'primevue/fieldset';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/fieldset/fieldset.min.js"></script>
+
 
Getting Started
diff --git a/src/views/fileupload/FileUploadDoc.vue b/src/views/fileupload/FileUploadDoc.vue index 6d1f8f84a..3c3c51ab0 100755 --- a/src/views/fileupload/FileUploadDoc.vue +++ b/src/views/fileupload/FileUploadDoc.vue @@ -4,6 +4,13 @@

 import FileUpload from 'primevue/fileupload';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/fileupload/fileupload.min.js"></script>
+
 
Getting Started
diff --git a/src/views/filterservice/FilterServiceDoc.vue b/src/views/filterservice/FilterServiceDoc.vue index ffdf3cae4..d71e67c5b 100644 --- a/src/views/filterservice/FilterServiceDoc.vue +++ b/src/views/filterservice/FilterServiceDoc.vue @@ -4,22 +4,28 @@

 import {FilterService} from 'primevue/api';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+
 
Getting Started

Filters are accessed with FilterService.filters.


-const value = 'PrimeNG';
+const value = 'PrimeVue';
 
-FilterService.filters.equals(value, 'NG');                            //false
+FilterService.filters.equals(value, 'Vue');                            //false
 FilterService.filters.equals(value, 8);                               //false
 FilterService.filters.equals(value, new Date());                      //false
-FilterService.filters.contains(value, 'NG');                          //true
-FilterService.filters.startsWith(value, 'NG');                        //false
-FilterService.filters.endsWith(value, 'NG');                          //true
+FilterService.filters.contains(value, 'Vue');                          //true
+FilterService.filters.startsWith(value, 'Vue');                        //false
+FilterService.filters.endsWith(value, 'Vue');                          //true
 FilterService.filters.lt(10, 20);                                     //true
 FilterService.filters.gt(50, 20);                                     //true
-FilterService.filters.in(value, ['PrimeFaces', 'PrimeNG']);           //true   
+FilterService.filters.in(value, ['PrimeFaces', 'PrimeVue']);           //true   
 
 
diff --git a/src/views/galleria/GalleriaDoc.vue b/src/views/galleria/GalleriaDoc.vue index 82aaad0e6..1a5e4d911 100755 --- a/src/views/galleria/GalleriaDoc.vue +++ b/src/views/galleria/GalleriaDoc.vue @@ -6,6 +6,13 @@

 import Galleria from 'primevue/galleria';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/galleria/galleria.min.js"></script>
+
 
Getting Started
diff --git a/src/views/image/ImageDoc.vue b/src/views/image/ImageDoc.vue index b77713da6..6f9e7337e 100644 --- a/src/views/image/ImageDoc.vue +++ b/src/views/image/ImageDoc.vue @@ -4,6 +4,13 @@

 import Image from 'primevue/image';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/image/image.min.js"></script>
+
 
Getting Started
diff --git a/src/views/inplace/InplaceDoc.vue b/src/views/inplace/InplaceDoc.vue index 96760bdcc..e0eb16b26 100755 --- a/src/views/inplace/InplaceDoc.vue +++ b/src/views/inplace/InplaceDoc.vue @@ -6,8 +6,15 @@ import Inplace from 'primevue/inplace'; -
Getting Started
-

Inplace requires display and content templates to define the content of each state.

+
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/inplace/inplace.min.js"></script>
+
+
+ +
Getting Started
+

Inplace requires display and content templates to define the content of each state.


 
-
Closable
-

closable property is handy within forms as it enables to switch back to output mode after editing is completed using a button displayed next to the form field.

+
Closable
+

closable property is handy within forms as it enables to switch back to output mode after editing is completed using a button displayed next to the form field.


 
-
Lazy Data
-

Inplace allows lazy loading content so that the content gets initialized after getting opened instead of on load. Here is an example that loads, data of a table if the user decides to open the inplace.

+
Lazy Data
+

Inplace allows lazy loading content so that the content gets initialized after getting opened instead of on load. Here is an example that loads, data of a table if the user decides to open the inplace.


 
diff --git a/src/views/inputmask/InputMaskDoc.vue b/src/views/inputmask/InputMaskDoc.vue
index f5587cc3e..7089c8a5c 100755
--- a/src/views/inputmask/InputMaskDoc.vue
+++ b/src/views/inputmask/InputMaskDoc.vue
@@ -4,6 +4,13 @@
 

 import InputMask from 'primevue/inputmask';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+<script src="https://unpkg.com/primevue@^3/inputmask/inputmask.min.js"></script>
+
 
Getting Started
diff --git a/src/views/inputnumber/InputNumberDoc.vue b/src/views/inputnumber/InputNumberDoc.vue index bb4f8bbe1..56833edcb 100755 --- a/src/views/inputnumber/InputNumberDoc.vue +++ b/src/views/inputnumber/InputNumberDoc.vue @@ -4,6 +4,12 @@

 import InputNumber from 'primevue/inputnumber';
 
+
+ +
Import via CDN
+

+<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
+
 
Getting Started
@@ -676,7 +682,6 @@ export default { }, 'browser-source': { tabName: 'Browser Source', - imports: `