Code Monkey home page Code Monkey logo

primeng-quickstart-cli'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 8 - ? 13.0.10 Documentation
12.0.x JAR Sources 2.0 - 4.0 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 8 - ? 11.0.0 Documentation
10.0.0 primefaces-10.0.0.jar primefaces-10.0.0-sources.jar 2.0 - 3.0 8 - ? 10.0.0 Documentation
8.0 primefaces-8.0.jar primefaces-8.0-sources.jar 2.0 - 2.3 8 - ? 8.0 Documentation
7.0 primefaces-7.0.jar primefaces-7.0-sources.jar 2.0 - 2.3 7 - ? 7.0 Documentation
6.2 primefaces-6.2.jar primefaces-6.2-sources.jar 2.0 - 2.3 6 - ? 6.2 Documentation
6.1 primefaces-6.1.jar primefaces-6.1-sources.jar 2.0 - 2.3 5 - ? 6.1 Documentation
6.0 primefaces-6.0.jar primefaces-6.0-sources.jar 2.0 - 2.2 5 - ? 6.0 Documentation
5.3 primefaces-5.3.jar primefaces-5.3-sources.jar 2.0 - 2.2 5 - ? 5.3 Documentation
5.2 primefaces-5.2.jar primefaces-5.2-sources.jar 2.0 - 2.2 5 - ? 5.2 Documentation
5.1 primefaces-5.1.jar primefaces-5.1-sources.jar 2.0 - 2.2 5 - ? 5.1 Documentation

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

Maven


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

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

<!-- Jakarta EE / jakarta.* / Faces 4.0+  -->
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>15.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-quickstart-cli's People

Contributors

cagataycivici avatar cetincakiroglu avatar merve7 avatar mrtcndkn avatar sudheerj avatar tharunjose 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

primeng-quickstart-cli's Issues

Add a LICENSE.md

I assume that the examples are covered under MIT like the base project, but that is not explicitly defined (outside of the package.json). This forces some users of your library to needlessly reinvent the wheel just in case you exert unexpected rights in the future. (There's been a few LGPL/BSD/MIT libraries that, for some reason, have GPL examples. It's like their original license is a quest reward or something.)

Please add a LICENSE.md file to clear up the situation.

Componente p-table

Saludos a todos, soy principiante tanto en angular como en esta librería, Como puedo aumentar o disminuir la altura de una fila en el componente p-table ?, gracias a todos.

{ Error: Cannot find module 'angular-cli/plugins/karma'

run this npm run build
npm run test

Error in config file!
{ Error: Cannot find module 'angular-cli/plugins/karma'
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at module.exports (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/karma.conf.js:12:7)
at Object.parseConfig (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/karma/lib/config.js:342:5)
at new Server (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/karma/lib/server.js:56:20)
at Promise (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/@angular/cli/tasks/test.js:33:33)
at Class.run (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/@angular/cli/tasks/test.js:15:16)
at Class.run (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/@angular/cli/commands/test.js:38:25)
at Class. (/Users/lrodriguez/Downloads/primeng-quickstart-cli-master/node_modules/@angular/cli/ember-cli/lib/models/command.js:134:17)
at process._tickCallback (internal/process/next_tick.js:103:7) code: 'MODULE_NOT_FOUND' }

Please remove generated ".js" and ".js.map" files

Hi,

The commit should not contain *.js and *.js.map files at all. Those files were generated from the *.ts code, and they are nothing but distraction.

This StackOverflow page can help you with a better TypeScript configuration, so you can avoid such problems in the future.

Also, consider generating the project with a newer Angular CLI which incorporates the fix already.

Can't resolve '@angular/cdk/scrolling'

ERROR in ./node_modules/primeng/components/dropdown/dropdown.js
Module not found: Error: Can't resolve '@angular/cdk/scrolling' in 'xx\primeng\node_modules\primeng\components\dropdown'

Not able to use schedule component

i am getting TypeError: this.schedule.fullCalendar is not a function

i have included ../node_modules/primeui/primeui-ng-all.min.js in angular-cli.json

error in ie9

image

When I close the following flag, I get another error
image
image

so, primeng really work in ie9?

Please add the PrimeNG-specific changes in a separate commit

Hi,

It would have saved a lot of time for me if the Angular CLI project generation had been done in a separate commit, so I can easily diff the changes between ng init <yourparameters> and the changes done by you.

Could you please correct the example accordingly? Thanks.

By the way, I know about the PrimeNG setup page, but that document talks about Components (i.e. using PrimeNG) too soon, i.e. before finishing the setup. That's why I consulted your example instead, only to find it is yet another puzzle to me.

Edit: Just noticed, the setup page says "External articles at the end of this page also includes tutorials on CLI integration." Sorry, I didn't read further. :) Regardless, cleaner documentations and examples still help.

Edit: Okay I just read the linked tutorials. One tells us to install font-awesome, the other does not. It's too confusing. If components require it for the icons, I guess it's something I need anyway. Description would be clearer that way. However, the Setup page does just lets us figure this out on our own by solving the puzzle YOUR_PATH/. Would help if official guides were so much better that I did not need the linked tutorials.

Question: Where is triggered AnimationStart Event?

It's not an issue, but I'd like to understand dialog opening mechanism completely.
This event is responsible for dialog showing and destroying.

Additionally, must animation mechanism be used for showing/hiding dialog in current angular/primeng versions.

Cannot launch the project.

Hi, I've got a problem when i try to launch the project. I've got this error message:

.../primeNgDemo/primeng-quickstart-cli/node_modules/primeng/components/progressbar/progressbar.d.ts (4,12): Cannot find name 'object'.

Is it normal ? Maybe I'am missing something

no style

When I download this project ,then

  1. npm install
  2. ng serve
  3. can access http://localhost:4200,but the page shows without style,it only shows p-dataTable text .
    why ?

Dependencies out of date, needs older TS

To make this run, I had to back TypeScript down to 2.4.2:

    "typescript": "2.4.2"

and to make it run without warnings during compile, down to:

    "typescript": "2.3.4"

I suggest either updating package.json etc to make the demo work with a clean checkout. At the moment it appears some expertise with these tools is needed to minimally "off the ground" with PrimeNG.

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.