forked from primefaces/primeng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new packages:
@primeng/core
and @primeng/icons
- Loading branch information
1 parent
b2e43fd
commit 5b73754
Showing
465 changed files
with
2,828 additions
and
2,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# PrimeNG Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json", | ||
"version": 1, | ||
"newProjectRoot": "projects", | ||
"projects": { | ||
"primeng-core": { | ||
"root": "src", | ||
"projectType": "library", | ||
"architect": { | ||
"build": { | ||
"builder": "@angular-devkit/build-angular:ng-packagr", | ||
"options": { | ||
"project": "src/ng-package.json", | ||
"tsConfig": "src/tsconfig.lib.json" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"name": "@primeng/core", | ||
"version": "4.2.1", | ||
"author": "PrimeTek Informatics", | ||
"description": "", | ||
"homepage": "https://primeng.org/", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/primefaces/primeng.git", | ||
"directory": "packages/core" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/primefaces/primeng/issues" | ||
}, | ||
"main": "./src/index.js", | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"exports": { | ||
"./api": "./src/api/Api.js", | ||
"./base/style": "./src/base/style/BaseStyle.js", | ||
"./base": "./src/base/Base.js", | ||
"./basecomponent/style": "./src/basecomponent/style/BaseComponentStyle.js", | ||
"./basecomponent": "./src/basecomponent/BaseComponent.vue", | ||
"./basedirective": "./src/basedirective/BaseDirective.js", | ||
"./baseeditableholder": "./src/baseeditableholder/BaseEditableHolder.vue", | ||
"./baseinput": "./src/baseinput/BaseInput.vue", | ||
"./config": "./src/config/PrimeVue.js", | ||
"./service": "./src/service/PrimeVueService.js", | ||
"./usestyle": "./src/usestyle/UseStyle.js", | ||
"./utils": "./src/utils/Utils.js" | ||
}, | ||
"publishConfig": { | ||
"main": "./index.mjs", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.mjs", | ||
"default": "./index.mjs" | ||
}, | ||
"./*": { | ||
"types": "./*/index.d.ts", | ||
"import": "./*/index.mjs", | ||
"default": "./*/index.mjs" | ||
} | ||
}, | ||
"directory": "dist", | ||
"linkDirectory": false, | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "NODE_ENV=production INPUT_DIR=src/ OUTPUT_DIR=dist/ pnpm run build:package", | ||
"build:package": "pnpm run build:prebuild && ng build primeng-core && pnpm run build:postbuild", | ||
"build:prebuild": "node ./scripts/prebuild.mjs", | ||
"build:postbuild": "node ./scripts/postbuild.mjs", | ||
"dev:link": "pnpm link --global && npm link" | ||
}, | ||
"dependencies": { | ||
"@primeuix/styled": "catalog:", | ||
"@primeuix/utils": "catalog:" | ||
}, | ||
"devDependencies": { | ||
"@angular/animations": "^17.0.0 || ^18.0.0", | ||
"@angular/cdk": "^17.0.0 || ^18.0.0", | ||
"@angular/common": "^17.0.0 || ^18.0.0", | ||
"@angular/core": "^17.0.0 || ^18.0.0", | ||
"@angular/forms": "^17.0.0 || ^18.0.0", | ||
"@angular/router": "^17.0.0 || ^18.0.0", | ||
"rxjs": "^6.0.0 || ^7.8.1", | ||
"zone.js": "~0.14.0" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
packages/primeng/src/api/overlayservice.ts → packages/core/src/api/overlayservice.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export * from './filtermatchmode'; | ||
export * from './filtermetadata'; | ||
export * from './filteroperator'; | ||
export * from './filterservice'; | ||
export * from './overlayoptions'; | ||
export * from './overlayservice'; | ||
export * from './primeicons'; | ||
export * from './shared'; | ||
export * from './sortevent'; | ||
export * from './sortmeta'; | ||
export * from './themeprovider'; | ||
export * from './translation'; | ||
export * from './translationkeys'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...basecomponent/style/basecomponentstyle.ts → ...basecomponent/style/basecomponentstyle.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.