Coder Social home page Coder Social logo

sudheerj / primeng-extensions Goto Github PK

View Code? Open in Web Editor NEW
16.0 4.0 2.0 9.8 MB

An extension library for PrimeNG components

Home Page: https://sudheerj.github.io/primeng-extensions

License: MIT License

CSS 95.79% JavaScript 0.62% HTML 0.98% TypeScript 2.61%
angular primeng javascript typescript

primeng-extensions's Introduction

An extension library for PrimeNG components

NPM version Build Status npm Dependency Status Crates.io

Install

npm install primeng-extensions --save

Demo

Github Pages: https://sudheerj.github.io/primeng-extensions

npm install 
sass --update src/assets/components
gulp build-assets
npm start

Now visit the address below to run the demos locally;

http://localhost:4200

To encourage us and if you like the project then click start(💫)


primeng-extensions's People

Contributors

dependabot[bot] avatar sudheerj avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

mistoday mggkd

primeng-extensions's Issues

extensions with angular 9.1.11 or 10

Trying to integrate extensions with angular 9.1.11 or 10; ended up with below exception. any idea what am doing wrong?

any help/insight is really appreciated. Thanks.


`ERROR in node_modules/primeng-extensions/components/wizard/wizard.d.ts:11:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).

11 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/wizard/wizard.d.ts:12:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).

12 static ɵcmp: i0.ɵɵComponentDefWithMeta<StepComponent, "pe-step", never, { "styleClass": "styleClass"; "label": "label"; }, {}, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/wizard/wizard.d.ts:26:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).

26 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/wizard/wizard.d.ts:27:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).

27 static ɵcmp: i0.ɵɵComponentDefWithMeta<StepsComponent, "pe-steps", never, { "activeIndex": "activeIndex"; "styleClass": "styleClass"; "stepClass": "stepClass"; }, { "activeIndexChange": "activeIndexChange"; "change": "change"; }, ["steps"]>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/qrcode/qrcode.d.ts:21:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).

21 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/qrcode/qrcode.d.ts:22:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).

22 static ɵcmp: i0.ɵɵComponentDefWithMeta<QRCodeComponent, "pe-qrcode", never, { "value": "value"; "background": "background"; "backgroundAlpha": "backgroundAlpha"; "foreground": "foreground"; "foregroundAlpha": "foregroundAlpha"; "level": "level"; "mime": "mime"; "padding": "padding"; "size": "size"; }, {}, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/badge/badge.d.ts:14:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).

14 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/badge/badge.d.ts:15:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).

15 static ɵcmp: i0.ɵɵComponentDefWithMeta<BadgeComponent, "pe-badge", never, { "value": "value"; "max": "max"; "dot": "dot"; "backgroundColor": "backgroundColor"; "badgeClass": "badgeClass"; }, {}, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/minusplusinput/minusplusinput.d.ts:33:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).

33 static ɵfac: i0.ɵɵFactoryDef;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/primeng-extensions/components/minusplusinput/minusplusinput.d.ts:34:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).

34 static ɵcmp: i0.ɵɵComponentDefWithMeta<MinusPlusInputComponent, "pe-minusplusinput", never, { "min": "min"; "max": "max"; "step": "step"; "vertical": "vertical"; "disabled": "disabled"; "decrementLabel": "decrementLabel"; "incrementLabel": "incrementLabel"; "styleClass": "styleClass"; }, { "onInputChange": "onInputChange"; }, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

angular 5.2 compile issue

I am getting this error while trying to build it with webpack

[INFO] ERROR in src/main/webapp/app/primeng/menu/menu/menudemo.module.ts(28,9): Error during template compile of 'TestMenuDemoModule'
[INFO] Function expressions are not supported in decorators in 'WizardModule'
[INFO] 'WizardModule' references 'ɵ2'
[INFO] 'ɵ2' contains the error at primeng-extensions/components/wizard/wizard.js.ts(134,21)
[INFO] Consider changing the function expression into an exported function.

:max

I don't understand the syntax with the colon for the value of :max
what are they used for?

<h3>Max</h3>
    <pe-badge value="200" :max="100">
        <button pButton type="button" icon="fa fa-thumbs-up" label="Likes"></button>
    </pe-badge>
    <pe-badge value="100" :max="50">
        <button pButton type="button" icon="fa fa-thumbs-down" label="Dislikes"></button>
    </pe-badge>

npmjs version

I wanted to use your library, but I realized that the version on git (1.0.0) is different from that on npmjs.
I decided to use your source code in my project, I will put a note indicating where I got the code from.
I hope you do not mind

Why do I also find the * .js and * .d.ts files in the source code?

Thank's for your job

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.