Code Monkey home page Code Monkey logo

primeng's Introduction

Maven Actions Status CI Actions Status Integration Tests Sonar License: MIT Discord Chat Stackoverflow Prime Discussions

PrimeFaces Hero

PrimeFaces

This is an overview page, please visit PrimeFaces.org for more information.

PrimeFaces Logo

Overview


PrimeFaces is one of the most popular UI libraries in Java EE Ecosystem and widely used by software companies, world renowned brands, banks, financial institutions, insurance companies, universities and more. Here are some of the users who notified us or subscribed to a PrimeFaces Support Service.

Community <> Elite <> Pro


This is the open source code and issue tracker of the PrimeFaces master (a.k.a. community version).
Please check the following link for informations about Elite and Pro: PrimeFaces Support

What does that mean?

  • PrimeFaces is developed by PrimeTek and the open source community.
  • The most contributers here on GitHub are working on PrimeFaces in their spare time.
  • PrimeTek pushes fixes and new features from their closed source Elite and Pro repositories to the community edition.
  • We, the community on GitHub, only provide support for issues, which are reproducable with the current SNAPSHOT (scroll down for more information on how to use it).
  • We are NOT able to port bugfixes to elite releases. This is up to PrimeTek and can e.g. be triggered with PrimeFaces PRO.

Versions


Version Binary Source JSF version Java version Documentation
14.0.x JAR Sources 2.3 - 4.0 11 - ? 14.0.0 Documentation
13.0.x JAR Sources 2.0 - 4.0 1.8 - ? 13.0.7 Documentation
12.0.x JAR Sources 2.0 - 4.0 1.8 - ? 12.0.0 Documentation
Archive
Version Binary Source JSF version Java version Documentation
11.0.0 primefaces-11.0.0.jar primefaces-11.0.0-sources.jar 2.0 - 4.0 1.8 - ? 11.0.0 Documentation
10.0.0 primefaces-10.0.0.jar primefaces-10.0.0-sources.jar 2.0 - 3.0 1.8 - ? 10.0.0 Documentation
8.0 primefaces-8.0.jar primefaces-8.0-sources.jar 2.0 - 2.3 1.8 - ? 8.0 Documentation
7.0 primefaces-7.0.jar primefaces-7.0-sources.jar 2.0 - 2.3 1.7 - ? 7.0 Documentation
6.2 primefaces-6.2.jar primefaces-6.2-sources.jar 2.0 - 2.3 1.6 - ? 6.2 Documentation
6.1 primefaces-6.1.jar primefaces-6.1-sources.jar 2.0 - 2.3 1.5 - ? 6.1 Documentation
6.0 primefaces-6.0.jar primefaces-6.0-sources.jar 2.0 - 2.2 1.5 - ? 6.0 Documentation
5.3 primefaces-5.3.jar primefaces-5.3-sources.jar 2.0 - 2.2 1.5 - ? 5.3 Documentation
5.2 primefaces-5.2.jar primefaces-5.2-sources.jar 2.0 - 2.2 1.5 - ? 5.2 Documentation
5.1 primefaces-5.1.jar primefaces-5.1-sources.jar 2.0 - 2.2 1.5 - ? 5.1 Documentation

For a full list of the available downloads, please visit the download page.

Maven


Release
<!-- Java EE / javax.* / JSF 2.2 - JSF 2.3 -->
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>13.0.7</version>
</dependency>

<!-- Jakarta EE / jakarta.* / Faces 3.0 - Faces 4.0  -->	
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>13.0.7</version>
    <classifier>jakarta</classifier>
</dependency>
SNAPSHOT
<!-- Java EE / javax.* / JSF 2.3 -->
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>14.0.0-SNAPSHOT</version>
</dependency>

<!-- Jakarta EE / jakarta.* / Faces 3.0 - Faces 4.0  -->
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>14.0.0-SNAPSHOT</version>
    <classifier>jakarta</classifier>
</dependency>

<repositories>
  <repository>
    <id>sonatype-snapshots</id>
    <name>Sonatype Snapshot Repository</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>

Usage


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://xmlns.jcp.org/jsf/html"
	xmlns:f="http://xmlns.jcp.org/jsf/core"
	xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"
	xmlns:jsf="http://xmlns.jcp.org/jsf"
	xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
	xmlns:p="http://primefaces.org/ui">

	<h:head>

	</h:head>

	<h:body>

		<p:spinner />

	</h:body>
</html>

Demo


Please refer to the showcase in order to see the full usage of the components. Sources of PrimeFaces showcase are available within module primefaces-showcase.

Contribution


Visit the contribution page for detailed information.

Release Instructions


  • Run mvn versions:set -DgenerateBackupPoms=false -DnewVersion=14.0.0 to update all modules versions
  • Commit and push the changes to GitHub
  • In GitHub create a new Release titled 14.0.0 to tag this release
  • Run mvn clean deploy -Prelease to push to Maven Central
  • Rename Milestone in GitHub Issues and close it
  • Create a new Milestone

License


Licensed under the MIT License.

primeng's People

Contributors

ashikjs avatar cagataycivici avatar cetincakiroglu avatar cito avatar davisb10 avatar enricomessall avatar giacomodm avatar gucal avatar heavyrainlq avatar jacobsiegle avatar kojisaiki avatar kyjus25 avatar maruthumj avatar mehmetcetin01140 avatar mertsincan avatar merve7 avatar mrtcndkn avatar mselerin avatar navedqb avatar onursenture avatar rosenthalj avatar rotzbua avatar seymanurgullu avatar soydiego avatar sudheerj avatar tugcekucukoglu avatar upmauro avatar vinnyab28 avatar volvachev avatar yigitfindikli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

primeng's Issues

Dialog Component

Create dialog component with p-dialog.

<p-dialog header="Title">
    //content
</p-dialog>

Cannot find AngularJS modules while running showcase

When I tried to run primeng showcase by "npm start" command few of the modules not found as below. So the PrimeNG window popup stopped loading at localhost:3000.Did I miss anything here?

C:\Users\sudheer\git\primeng>npm start

[email protected] start C:\Users\sudheer\git\primeng
concurrent "npm run tsc:w" "npm run lite"

[1]
[1] > [email protected] lite C:\Users\sudheer\git\primeng
[1] > lite-server
[1]
[0]
[0] > [email protected] tsc:w C:\Users\sudheer\git\primeng
[0] > tsc -w
[0]
[1] [BS] Access URLs:
[1] ------------------------------------
[1] Local: http://localhost:3000
[1] External: http://172.20.10.3:3000
[1] ------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://172.20.10.3:3001
[1] ------------------------------------
[1] [BS] Serving files from: ./
[1] [BS] Watching files...
[0] app/app.component.ts(1,25): error TS2307: Cannot find module 'angular2/core'
.
[0] app/app.component.ts(2,46): error TS2307: Cannot find module 'angular2/route
r'.
[0] app/boot.ts(1,28): error TS2307: Cannot find module 'angular2/platform/brows
er'.
[0] app/boot.ts(3,32): error TS2307: Cannot find module 'angular2/router'.
[0] app/components/button/button.directive.ts(3,101): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/button/demo/buttondemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/dialog/demo/dialogdemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/dialog/dialog.component.ts(3,123): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/fieldset/demo/fieldsetdemo.component.ts(1,25): error TS2307:
Cannot find module 'angular2/core'.
[0] app/components/fieldset/fieldset.component.ts(3,110): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/grid/demo/griddemo.component.ts(1,25): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/inputtext/demo/inputtextdemo.component.ts(1,25): error TS2307
: Cannot find module 'angular2/core'.
[0] app/components/inputtext/inputtext.directive.ts(3,88): error TS2307: Cannot
find module 'angular2/core'.
[0] app/components/panel/demo/paneldemo.component.ts(1,25): error TS2307: Cannot
find module 'angular2/core'.
[0] app/components/panel/panel.component.ts(3,110): error TS2307: Cannot find mo
dule 'angular2/core'.
[0] app/components/panel/panel.component.ts(50,37): error TS2339: Property 'togg
leOrientation' does not exist on type 'PanelComponent'.
[0] app/components/password/demo/passworddemo.component.ts(1,25): error TS2307:
Cannot find module 'angular2/core'.
[0] app/components/password/password.directive.ts(3,101): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/rating/demo/ratingdemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/rating/rating.component.ts(3,110): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/spinner/demo/spinnerdemo.component.ts(1,25): error TS2307: Ca
nnot find module 'angular2/core'.
[0] app/components/spinner/spinner.directive.ts(3,101): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/tabview/demo/tabviewdemo.component.ts(1,25): error TS2307: Ca
nnot find module 'angular2/core'.
[0] app/components/tabview/tabpanel.component.ts(3,31): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/tabview/tabview.component.ts(3,125): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/togglebutton/demo/togglebuttondemo.component.ts(1,25): error
TS2307: Cannot find module 'angular2/core'.
[0] app/components/togglebutton/togglebutton.component.ts(3,110): error TS2307:
Cannot find module 'angular2/core'.
[0] app/homepage.component.ts(1,25): error TS2307: Cannot find module 'angular2/
core'.
[0] app/homepage.component.ts(2,46): error TS2307: Cannot find module 'angular2/
router'.
[1] [BS] File changed: app\homepage.component.js
[1] 16.01.21 23:49:54 304 GET /./index.html (Unknown - 16ms)
[1] [BS] File changed: app\components\inputtext\inputtext.directive.js
[1] [BS] File changed: app\components\button\button.directive.js
[1] 16.01.21 23:49:54 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
n - 20ms)
[1] 16.01.21 23:49:54 304 GET /resources/css/jquery-ui.css (Unknown - 20ms)
[1] [BS] File changed: app\components\inputtext\demo\inputtextdemo.component.js
[1] 16.01.21 23:49:54 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
(Unknown - 12ms)
[1] 16.01.21 23:49:54 304 GET /resources/css/site.css (Unknown - 10ms)
[1] 16.01.21 23:49:54 304 GET /resources/icons/css/font-awesome.min.css (Unknown

  • 10ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 55ms)
    [1] 16.01.21 23:49:54 304 GET /resources/js/jquery.js (Unknown - 45ms)
    [1] [BS] File changed: app\components\button\demo\buttondemo.component.js
    [1] 16.01.21 23:49:54 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 73ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 75ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 72ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 107ms)
    [1] 16.01.21 23:49:54 304 GET /resources/js/jquery-ui.js (Unknown - 20ms)
    [1] 16.01.21 23:49:55 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 65ms)
    [1] [BS] File changed: app\components\spinner\spinner.directive.js
    [1] [BS] File changed: app\components\spinner\demo\spinnerdemo.component.js
    [0] 11:49:55 PM - Compilation complete. Watching for file changes.
    [1] [BS] File changed: app\components\panel\panel.component.js
    [1] [BS] File changed: app\components\panel\demo\paneldemo.component.js
    [1] [BS] File changed: app\components\fieldset\fieldset.component.js
    [1] [BS] File changed: app\components\fieldset\demo\fieldsetdemo.component.js
    [1] [BS] File changed: app\components\rating\rating.component.js
    [1] [BS] File changed: app\components\rating\demo\ratingdemo.component.js
    [1] [BS] File changed: app\components\password\password.directive.js
    [1] [BS] File changed: app\components\password\demo\passworddemo.component.js
    [1] [BS] File changed: app\components\dialog\dialog.component.js
    [1] [BS] File changed: app\components\dialog\demo\dialogdemo.component.js
    [1] [BS] File changed: app\components\togglebutton\togglebutton.component.js
    [1] [BS] File changed: app\components\togglebutton\demo\togglebuttondemo.compone
    nt.js
    [1] [BS] File changed: app\components\grid\demo\griddemo.component.js
    [1] [BS] File changed: app\components\tabview\tabpanel.component.js
    [1] [BS] File changed: app\components\tabview\tabview.component.js
    [1] [BS] File changed: app\components\tabview\demo\tabviewdemo.component.js
    [1] [BS] File changed: app\app.component.js
    [1] [BS] File changed: app\boot.js
    [1] 16.01.21 23:49:55 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 15ms)
    [1] 16.01.21 23:49:55 304 GET /./index.html (Unknown - 20ms)
    [1] 16.01.21 23:49:55 200 GET /./index.html (Unknown - 150ms)
    [1] 16.01.21 23:49:55 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
    n - 2ms)
    [1] 16.01.21 23:49:55 304 GET /resources/css/jquery-ui.css (Unknown - 10ms)
    [1] 16.01.21 23:49:56 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
    (Unknown - 10ms)
    [1] 16.01.21 23:49:56 304 GET /resources/css/site.css (Unknown - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/icons/css/font-awesome.min.css (Unknown
  • 3ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 5ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 8ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 10ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 7ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/js/jquery.js (Unknown - 7ms)
    [1] 16.01.21 23:49:56 304 GET /resources/js/jquery-ui.js (Unknown - 7ms)
    [1] 16.01.21 23:49:56 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 3ms)
    [1] 16.01.21 23:49:57 304 GET /./index.html (Unknown - 2ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
    n - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/css/jquery-ui.css (Unknown - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
    (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/css/site.css (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/icons/css/font-awesome.min.css (Unknown
  • 7ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/js/jquery.js (Unknown - 2ms)
    [1] 16.01.21 23:49:57 304 GET /resources/js/jquery-ui.js (Unknown - 2ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 5ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 8ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 8ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 3ms)
    [1] 16.01.21 23:49:58 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 0ms)

Congratulations

thanks for primefaces team for the great work
good continuation

Checkbox Component

Create checkbox component with p-checkbox

<p-checkbox [(model)]="selectedCities" name="group"/>

Growl component

Create a growl component to display messages as an overlay.

Panel Component

Create a panel component using p-panel element.

<p-panel header="Test" toggleable="toggleable">
    //content here
</p-panel>

ToggleButton component

Create a toggle button component with p-toggleButton.

<p-toggleButton [(checked)]="val" onIcon="..." offIcon="..."></p-toggleButton>

Password Directive

Create password directive with pPassword.

<input type="text" size="30" pPasword [(ngModel)]="text" />

Listbox Component

Create a listbox component with single and multiple selection along with custom content support.

Fieldset Component

Create fieldset component using p-fieldset element.

<p-fieldset toggleable="toggleable">
  <legend>Test</legend>
  //content here
</p-fieldset>

Chart Components

Create chart components based on charts.js, charts should be updated whenever their data changes via one-way binding and also should support events like click.

  • Pie
  • Bar
  • Line
  • Doughnut
  • Radar
  • PolarArea

InputText Component

Implement InputText component as pInputText directive.

<input type="text" pInputText></input>

RadioButton Component

Create radiobutton directive with p-radio

<p-radio value="Option Value"></p-radio>

DataTable Component

Could you please add DataTable widget. I think i will use angular instead jQuery.

Spinner Directive

Create spinner directive with pSpinner.

<input type="text" size="30" pSpinner [(ngModel)]="text" [disabled]="disabled" min="10" [max]="val"/>

Rating Component

Create rating component with p-rating element.

<p-rating [(value)]="val" stars="10"></p-rating>

Button Component

Create button directive using pButton.

<button type="button" pButton>Value</button>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.