Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# symlink to the fullcalendar-scheduler bundled css
# see scripts/scheduler-symlink.sh for more info
/projects/fullcalendar/src/lib/fullcalendar-scheduler.css

# compiled output
/dist/fullcalendar-demo
/dist/fullcalendar/*
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=false
87 changes: 43 additions & 44 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"fullcalendar": {
"root": "projects/fullcalendar",
"sourceRoot": "projects/fullcalendar/src",
"projectType": "library",
"prefix": "ng",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/fullcalendar/tsconfig.lib.json",
"project": "projects/fullcalendar/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/fullcalendar/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/fullcalendar/src/test.ts",
"tsConfig": "projects/fullcalendar/tsconfig.spec.json",
"karmaConfig": "projects/fullcalendar/karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/fullcalendar/**/*.ts",
"projects/fullcalendar/**/*.html"
]
}
}
}
},
"fullcalendar-demo": {
"root": "",
"sourceRoot": "src",
Expand Down Expand Up @@ -140,52 +182,9 @@
}
}
}
},
"fullcalendar": {
"root": "projects/fullcalendar",
"sourceRoot": "projects/fullcalendar/src",
"projectType": "library",
"prefix": "ng",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/fullcalendar/tsconfig.lib.json",
"project": "projects/fullcalendar/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/fullcalendar/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/fullcalendar/src/test.ts",
"tsConfig": "projects/fullcalendar/tsconfig.spec.json",
"karmaConfig": "projects/fullcalendar/karma.conf.js"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/fullcalendar/**/*.ts",
"projects/fullcalendar/**/*.html"
]
}
}
}
}
},
"defaultProject": "fullcalendar-demo",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"analytics": "c6b59bb2-c149-4a09-8f96-8c1fac9e32ac"
}
}
42 changes: 28 additions & 14 deletions dist/fullcalendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "5.11.0",
"name": "@benpsnyder/fullcalendar-angular-ivy",
"version": "6.0.0-beta.1",
"title": "FullCalendar Angular Component",
"description": "An official FullCalendar component for Angular",
"keywords": [
Expand All @@ -12,39 +12,53 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar-angular.git"
"url": "https://github.com/benpsnyder/fullcalendar-angular.git"
},
"dependencies": {
"tslib": "^2.0.0"
"@fullcalendar/core": "6.0.0-beta.1",
"fast-deep-equal": "^3.1.3",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@angular/common": "9 - 13",
"@angular/core": "9 - 13",
"@fullcalendar/core": "~5.11.0",
"fast-deep-equal": "^3.1.1"
"@angular/common": "9 - 14",
"@angular/core": "9 - 14",
"@fullcalendar/core": "6.0.0-beta.1",
"fast-deep-equal": "^3.1.3"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
"node": ">= 14.0.0",
"npm": ">= 8.0.0"
},
"module": "fesm2015/fullcalendar-angular.mjs",
"es2020": "fesm2020/fullcalendar-angular.mjs",
"esm2020": "esm2020/fullcalendar-angular.mjs",
"fesm2020": "fesm2020/fullcalendar-angular.mjs",
"fesm2015": "fesm2015/fullcalendar-angular.mjs",
"typings": "fullcalendar-angular.d.ts",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./fullcalendar-angular.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/fullcalendar-angular.mjs",
"es2020": "./fesm2020/fullcalendar-angular.mjs",
"es2015": "./fesm2015/fullcalendar-angular.mjs",
"node": "./fesm2015/fullcalendar-angular.mjs",
"default": "./fesm2020/fullcalendar-angular.mjs"
}
},
"sideEffects": false
}
"sideEffects": false,
"bugs": {
"url": "https://github.com/fullcalendar/fullcalendar-angular/issues"
},
"homepage": "https://github.com/fullcalendar/fullcalendar-angular#readme",
"main": "esm2020/fullcalendar-angular.mjs",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Snyder"
}
24 changes: 24 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"extends": "nx/presets/npm.json",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": [],
"parallel": 3
}
}
},
"targetDefaults": {},
"affected": {
"defaultBase": "master"
},
"workspaceLayout": {
"libsDir": "projects",
"appsDir": "projects"
},
"cli": {
"defaultCollection": "@angular-eslint/schematics"
},
"defaultProject": "fullcalendar-demo"
}
Loading