ngx-mat-tui-calendar 1.0.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +22 -8
package/README.md CHANGED
@@ -1,20 +1,20 @@
1
1
 
2
2
  ![ngx-mat-tui-calendar](https://user-images.githubusercontent.com/11559541/141514000-da6e6c8a-e00b-4f27-a8c2-b7f28538b2f0.png)
3
3
 
4
- [![Development Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
5
-
6
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![Development Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
7
6
  [![GitHub stars](https://img.shields.io/github/stars/ron2015schmitt/ngx-mat-tui-calendar.svg)](https://github.com/ron2015schmitt/ngx-mat-tui-calendar/stargazers)
8
7
  ![GitHub downloads all releases](https://img.shields.io/github/downloads/ron2015schmitt/ngx-mat-tui-calendar/total)
9
8
  ![GitHub release (latest by date)](https://img.shields.io/github/v/release/ron2015schmitt/ngx-mat-tui-calendar)
10
9
 
11
- ![npm](https://img.shields.io/npm/v/ngx-mat-tui-calendar?label=npm%20package)
10
+ [![npm](https://img.shields.io/npm/v/ngx-mat-tui-calendar?label=npm%20package)](https://www.npmjs.com/package/ngx-mat-tui-calendar)
12
11
  ![npm downloads](https://img.shields.io/npm/dt/ngx-mat-tui-calendar?label=npm%20downloads)
13
12
 
14
13
  # ngx-mat-tui-calendar
15
14
 
16
- ![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `Work In Progress`
17
- This project is an Angular, Material Design wrapper for the [Toast UI Calendar](https://github.com/nhn/tui.calendar).
15
+ This project is an [Angular](https://angular.io/), [Material Design](https://material.angular.io/) wrapper for the [Toast UI Calendar](https://github.com/nhn/tui.calendar), published via [![npm-logo_1-tiny](https://user-images.githubusercontent.com/11559541/144652561-1593db94-2901-43db-aa9c-80616f4eab0f.png)
16
+ ](https://www.npmjs.com/package/ngx-mat-tui-calendar).
17
+
18
18
  * Material Design theming
19
19
  * Material Design buttons and dialog
20
20
  * Responsive to mobile devices
@@ -22,7 +22,12 @@ This project is an Angular, Material Design wrapper for the [Toast UI Calendar](
22
22
 
23
23
  This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.3.
24
24
 
25
- Using Angular 12 which requires node ^v14.15 (npm ^v6.14)
25
+ Curently using Angular ^12.2, which requires node ^v14.15 (npm ^v6.14).
26
+
27
+
28
+
29
+
30
+
26
31
 
27
32
  # UI
28
33
  ## Month View
package/package.json CHANGED
@@ -1,19 +1,34 @@
1
1
  {
2
2
  "name": "ngx-mat-tui-calendar",
3
- "version": "1.0.0",
3
+ "version": "12.0.0",
4
+ "author": "ron schmitt",
5
+ "license": "MIT",
6
+ "description": "Angular Material Design wrapper, supporting theming, for the Toast UI Calendar, suitable for web-based scheduling, events, appointments, and day planner applications.",
7
+ "keywords": [
8
+ "angular",
9
+ "angular-material",
10
+ "ngx",
11
+ "mat",
12
+ "material-design",
13
+ "calendar",
14
+ "calendar-component",
15
+ "calendar-events",
16
+ "tui",
17
+ "tui-calendar"
18
+ ],
4
19
  "repository": {
5
20
  "type": "git",
6
21
  "url": "git+https://github.com/ron2015schmitt/ngx-mat-tui-calendar.git"
7
22
  },
8
- "keywords": [
9
- ""
10
- ],
11
- "author": "ron schmitt",
12
- "license": "MIT",
23
+ "homepage": "https://github.com/ron2015schmitt/ngx-mat-tui-calendar#readme",
24
+ "main": "bundles/ngx-mat-tui-calendar.umd.js",
25
+ "runkitExampleFilename": "runkit/test.js",
13
26
  "bugs": {
14
27
  "url": "https://github.com/ron2015schmitt/ngx-mat-tui-calendar/issues"
15
28
  },
16
- "homepage": "https://github.com/ron2015schmitt/ngx-mat-tui-calendar#readme",
29
+ "directories": {
30
+ "runkit": "runkit"
31
+ },
17
32
  "peerDependencies": {
18
33
  "@angular/animations": "^12.2.12",
19
34
  "@angular/common": "^12.2.12",
@@ -51,7 +66,6 @@
51
66
  "dependencies": {
52
67
  "tslib": "^2.3.1"
53
68
  },
54
- "main": "bundles/ngx-mat-tui-calendar.umd.js",
55
69
  "module": "fesm2015/ngx-mat-tui-calendar.js",
56
70
  "es2015": "fesm2015/ngx-mat-tui-calendar.js",
57
71
  "esm2015": "esm2015/ngx-mat-tui-calendar.js",