@coreui/angular-pro 4.0.2 → 4.1.0-next.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.
- package/README.md +154 -152
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +19 -0
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +366 -0
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +28 -0
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +21 -0
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +21 -0
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +81 -0
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +18 -0
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +320 -0
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +20 -0
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +79 -0
- package/esm2020/lib/calendar/calendar.module.mjs +61 -0
- package/esm2020/lib/calendar/calendar.service.mjs +58 -0
- package/esm2020/lib/calendar/calendar.utils.mjs +270 -0
- package/esm2020/lib/calendar/index.mjs +2 -0
- package/esm2020/lib/calendar/public_api.mjs +5 -0
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +496 -0
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +59 -0
- package/esm2020/lib/date-range-picker/end-date.directive.mjs +17 -0
- package/esm2020/lib/date-range-picker/index.mjs +2 -0
- package/esm2020/lib/date-range-picker/public_api.mjs +3 -0
- package/esm2020/lib/date-range-picker/start-date.directive.mjs +17 -0
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +1 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/coreui-angular-pro.mjs +3841 -1979
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +3801 -1951
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +7 -0
- package/lib/calendar/calendar/calendar.component.d.ts +155 -0
- package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +15 -0
- package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +7 -0
- package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +7 -0
- package/lib/calendar/calendar-month/calendar-day.directive.d.ts +29 -0
- package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +8 -0
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +121 -0
- package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +8 -0
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +30 -0
- package/lib/calendar/calendar.module.d.ts +18 -0
- package/lib/calendar/calendar.service.d.ts +33 -0
- package/lib/calendar/calendar.utils.d.ts +26 -0
- package/lib/calendar/index.d.ts +1 -0
- package/lib/calendar/public_api.d.ts +4 -0
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +233 -0
- package/lib/date-range-picker/date-range-picker.module.d.ts +16 -0
- package/lib/date-range-picker/end-date.directive.d.ts +8 -0
- package/lib/date-range-picker/index.d.ts +1 -0
- package/lib/date-range-picker/public_api.d.ts +2 -0
- package/lib/date-range-picker/start-date.directive.d.ts +8 -0
- package/package.json +2 -1
- package/public-api.d.ts +2 -0
package/README.md
CHANGED
|
@@ -1,152 +1,154 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://coreui.io/">
|
|
3
|
-
<img
|
|
4
|
-
src="https://coreui.io/images/brand/coreui-signet.svg"
|
|
5
|
-
alt="CoreUI logo"
|
|
6
|
-
width="200"
|
|
7
|
-
/>
|
|
8
|
-
</a>
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<h2 align="center">CoreUI Pro for Angular</h3>
|
|
12
|
-
|
|
13
|
-
<p align="center">
|
|
14
|
-
Angular Components Library built on top of Bootstrap 5 and TypeScript.
|
|
15
|
-
<br>
|
|
16
|
-
<a href="https://coreui.io/angular/docs/4.0/"><strong>Explore CoreUI for Angular docs »</strong></a>
|
|
17
|
-
<br>
|
|
18
|
-
<br>
|
|
19
|
-
<a href="https://github.com/coreui/coreui-angular-pro/issues/new?template=bug_report.md">Report a bug</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://github.com/coreui/coreui-angular-pro/issues/new?template=feature_request.md">Request a feature</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://blog.coreui.io/">Blog</a>
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
## Status
|
|
27
|
-
|
|
28
|
-
[![npm-coreui-angular-
|
|
29
|
-
[![
|
|
30
|
-
![
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
[npm-coreui-angular]: https://
|
|
34
|
-
[npm-coreui-angular-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
- [
|
|
41
|
-
- [
|
|
42
|
-
- [
|
|
43
|
-
- [
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
47
|
-
- [
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
Copyright
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://coreui.io/">
|
|
3
|
+
<img
|
|
4
|
+
src="https://coreui.io/images/brand/coreui-signet.svg"
|
|
5
|
+
alt="CoreUI logo"
|
|
6
|
+
width="200"
|
|
7
|
+
/>
|
|
8
|
+
</a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<h2 align="center">CoreUI Pro for Angular</h3>
|
|
12
|
+
|
|
13
|
+
<p align="center">
|
|
14
|
+
Angular Components Library built on top of Bootstrap 5 and TypeScript.
|
|
15
|
+
<br>
|
|
16
|
+
<a href="https://coreui.io/angular/docs/4.0/"><strong>Explore CoreUI for Angular docs »</strong></a>
|
|
17
|
+
<br>
|
|
18
|
+
<br>
|
|
19
|
+
<a href="https://github.com/coreui/coreui-angular-pro/issues/new?template=bug_report.md">Report a bug</a>
|
|
20
|
+
·
|
|
21
|
+
<a href="https://github.com/coreui/coreui-angular-pro/issues/new?template=feature_request.md">Request a feature</a>
|
|
22
|
+
·
|
|
23
|
+
<a href="https://blog.coreui.io/">Blog</a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
## Status
|
|
27
|
+
|
|
28
|
+
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
|
|
29
|
+
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
|
|
30
|
+
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
|
|
31
|
+

|
|
32
|
+
|
|
33
|
+
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular-pro/latest?style=flat-square&color=blue
|
|
34
|
+
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/next?style=flat-square&color=yellow
|
|
35
|
+
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
|
|
36
|
+
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
|
37
|
+
|
|
38
|
+
## Table of contents
|
|
39
|
+
|
|
40
|
+
- [Status](#status)
|
|
41
|
+
- [Quick start](#quick-start)
|
|
42
|
+
- [Templates](#templates)
|
|
43
|
+
- [Bugs and feature requests](#bugs-and-feature-requests)
|
|
44
|
+
- [Documentation](#documentation)
|
|
45
|
+
- [Contributing](#contributing)
|
|
46
|
+
- [Community](#community)
|
|
47
|
+
- [Versioning](#versioning)
|
|
48
|
+
- [Creators](#creators)
|
|
49
|
+
- [Copyright and license](#copyright-and-license)
|
|
50
|
+
|
|
51
|
+
## Quick start
|
|
52
|
+
|
|
53
|
+
### Prerequisites
|
|
54
|
+
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
|
|
55
|
+
|
|
56
|
+
###### Node.js
|
|
57
|
+
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^14.15` or `^16.10`.
|
|
58
|
+
|
|
59
|
+
- To check your version, run `node -v` in a terminal/console window.
|
|
60
|
+
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
|
|
61
|
+
|
|
62
|
+
###### Angular CLI
|
|
63
|
+
Install the Angular CLI globally using a terminal/console window.
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
npm install -g @angular/cli
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Installation
|
|
70
|
+
Several quick start options are available (pick one):
|
|
71
|
+
|
|
72
|
+
- [Download the latest release](https://github.com/coreui/coreui-angular-pro/)
|
|
73
|
+
- Clone the repo: `git clone https://github.com/coreui/coreui-angular-pro.git`
|
|
74
|
+
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/angular`
|
|
75
|
+
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/angular`
|
|
76
|
+
|
|
77
|
+
Read the [Getting started page](https://coreui.io/angular/docs/4.0/) for information on the framework contents, templates and examples, and more.
|
|
78
|
+
|
|
79
|
+
#### CoreUI CSS files
|
|
80
|
+
|
|
81
|
+
##### Installation
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
npm install @coreui/coreui --save
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
##### Basic usage
|
|
88
|
+
|
|
89
|
+
```scss
|
|
90
|
+
import '~@coreui/coreui/dist/css/coreui.min.css'
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
#### Bootstrap CSS files
|
|
94
|
+
|
|
95
|
+
##### Installation (optional)
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
npm install bootstrap
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
## Templates
|
|
102
|
+
|
|
103
|
+
* [CoreUI Free Angular Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
|
|
104
|
+
* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/angular/)
|
|
105
|
+
|
|
106
|
+
## Bugs and feature requests
|
|
107
|
+
|
|
108
|
+
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/coreui/coreui-angular-pro/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/coreui/coreui-angular-pro/issues/new).
|
|
109
|
+
|
|
110
|
+
## Documentation
|
|
111
|
+
|
|
112
|
+
The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI for Angular](https://coreui.io/angular/docs/4.0/)
|
|
113
|
+
|
|
114
|
+
## Contributing
|
|
115
|
+
|
|
116
|
+
Please read through our [contributing guidelines](https://github.com/coreui/coreui-angular-pro/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
117
|
+
|
|
118
|
+
Editor preferences are available in the [editor config](https://github.com/coreui/coreui-angular-pro/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
|
|
119
|
+
|
|
120
|
+
## Community
|
|
121
|
+
|
|
122
|
+
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
|
|
123
|
+
|
|
124
|
+
- Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
|
|
125
|
+
|
|
126
|
+
You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
|
|
127
|
+
|
|
128
|
+
## Versioning
|
|
129
|
+
|
|
130
|
+
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI is maintained under [the Semantic Versioning guidelines](http://semver.org/).
|
|
131
|
+
|
|
132
|
+
See [the Releases section of our project](https://github.com/coreui/coreui-angular-pro/releases) for changelogs for each release version.
|
|
133
|
+
|
|
134
|
+
## Creators
|
|
135
|
+
|
|
136
|
+
**Łukasz Holeczek**
|
|
137
|
+
|
|
138
|
+
- <https://twitter.com/lukaszholeczek>
|
|
139
|
+
- <https://github.com/mrholek>
|
|
140
|
+
|
|
141
|
+
**Andrzej Kopański**
|
|
142
|
+
|
|
143
|
+
- <https://github.com/xidedix>
|
|
144
|
+
|
|
145
|
+
**The CoreUI Team**
|
|
146
|
+
|
|
147
|
+
- <https://github.com/orgs/coreui/people>
|
|
148
|
+
|
|
149
|
+
## Copyright and license
|
|
150
|
+
|
|
151
|
+
Copyright 2017-2022 creativeLabs Łukasz Holeczek.
|
|
152
|
+
|
|
153
|
+
This is commercial software. To use it, you have to obtain a commercial license.
|
|
154
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class CalendarClassViewPipe {
|
|
4
|
+
transform(view) {
|
|
5
|
+
return {
|
|
6
|
+
calendar: true,
|
|
7
|
+
[`${view}`]: !!view
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
CalendarClassViewPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarClassViewPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
12
|
+
CalendarClassViewPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarClassViewPipe, name: "calendarClassView" });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarClassViewPipe, decorators: [{
|
|
14
|
+
type: Pipe,
|
|
15
|
+
args: [{
|
|
16
|
+
name: 'calendarClassView'
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItY2xhc3Mtdmlldy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9jYWxlbmRhci9jYWxlbmRhci9jYWxlbmRhci1jbGFzcy12aWV3LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBS3BELE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsU0FBUyxDQUFDLElBQVk7UUFDcEIsT0FBTztZQUNMLFFBQVEsRUFBRSxJQUFJO1lBQ2QsQ0FBQyxHQUFHLElBQUksRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUk7U0FDcEIsQ0FBQztJQUNKLENBQUM7O21IQVBVLHFCQUFxQjtpSEFBckIscUJBQXFCOzRGQUFyQixxQkFBcUI7a0JBSGpDLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLG1CQUFtQjtpQkFDMUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AUGlwZSh7XHJcbiAgbmFtZTogJ2NhbGVuZGFyQ2xhc3NWaWV3J1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2FsZW5kYXJDbGFzc1ZpZXdQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XHJcblxyXG4gIHRyYW5zZm9ybSh2aWV3OiBzdHJpbmcpOiBhbnkge1xyXG4gICAgcmV0dXJuIHtcclxuICAgICAgY2FsZW5kYXI6IHRydWUsXHJcbiAgICAgIFtgJHt2aWV3fWBdOiAhIXZpZXdcclxuICAgIH07XHJcbiAgfVxyXG59XHJcbiJdfQ==
|