@coreui/angular-pro 4.0.2 → 4.1.0-next.2

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 (57) hide show
  1. package/README.md +154 -152
  2. package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +19 -0
  3. package/esm2020/lib/calendar/calendar/calendar.component.mjs +366 -0
  4. package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +28 -0
  5. package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +21 -0
  6. package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +21 -0
  7. package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +81 -0
  8. package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +18 -0
  9. package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +320 -0
  10. package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +20 -0
  11. package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +79 -0
  12. package/esm2020/lib/calendar/calendar.module.mjs +61 -0
  13. package/esm2020/lib/calendar/calendar.service.mjs +58 -0
  14. package/esm2020/lib/calendar/calendar.utils.mjs +270 -0
  15. package/esm2020/lib/calendar/index.mjs +2 -0
  16. package/esm2020/lib/calendar/public_api.mjs +5 -0
  17. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +496 -0
  18. package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +59 -0
  19. package/esm2020/lib/date-range-picker/end-date.directive.mjs +17 -0
  20. package/esm2020/lib/date-range-picker/index.mjs +2 -0
  21. package/esm2020/lib/date-range-picker/public_api.mjs +3 -0
  22. package/esm2020/lib/date-range-picker/start-date.directive.mjs +17 -0
  23. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +1 -1
  24. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +4 -1
  25. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +51 -26
  26. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +9 -6
  27. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +7 -2
  28. package/esm2020/public-api.mjs +3 -1
  29. package/fesm2015/coreui-angular-pro.mjs +3911 -2012
  30. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  31. package/fesm2020/coreui-angular-pro.mjs +3869 -1983
  32. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  33. package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +7 -0
  34. package/lib/calendar/calendar/calendar.component.d.ts +155 -0
  35. package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +15 -0
  36. package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +7 -0
  37. package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +7 -0
  38. package/lib/calendar/calendar-month/calendar-day.directive.d.ts +29 -0
  39. package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +8 -0
  40. package/lib/calendar/calendar-month/calendar-month.component.d.ts +121 -0
  41. package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +8 -0
  42. package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +30 -0
  43. package/lib/calendar/calendar.module.d.ts +18 -0
  44. package/lib/calendar/calendar.service.d.ts +33 -0
  45. package/lib/calendar/calendar.utils.d.ts +26 -0
  46. package/lib/calendar/index.d.ts +1 -0
  47. package/lib/calendar/public_api.d.ts +4 -0
  48. package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +233 -0
  49. package/lib/date-range-picker/date-range-picker.module.d.ts +16 -0
  50. package/lib/date-range-picker/end-date.directive.d.ts +8 -0
  51. package/lib/date-range-picker/index.d.ts +1 -0
  52. package/lib/date-range-picker/public_api.d.ts +2 -0
  53. package/lib/date-range-picker/start-date.directive.d.ts +8 -0
  54. package/lib/smart-table/smart-table/smart-table.component.d.ts +8 -5
  55. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +3 -2
  56. package/package.json +2 -1
  57. 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-next][npm-coreui-angular-badge-latest]][npm-coreui-angular]
29
- [![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
30
- ![angular](https://img.shields.io/badge/angular-^13.3.0-lightgrey.svg?style=flat-square&logo=angular)
31
-
32
- [npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular-pro/latest?style=flat-square&color=red
33
- [npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
34
- [npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
35
-
36
- ## Table of contents
37
-
38
- - [Status](#status)
39
- - [Quick start](#quick-start)
40
- - [Templates](#templates)
41
- - [Bugs and feature requests](#bugs-and-feature-requests)
42
- - [Documentation](#documentation)
43
- - [Contributing](#contributing)
44
- - [Community](#community)
45
- - [Versioning](#versioning)
46
- - [Creators](#creators)
47
- - [Copyright and license](#copyright-and-license)
48
-
49
- ## Quick start
50
-
51
- ### Prerequisites
52
- Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
53
-
54
- ###### Node.js
55
- [**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^14.15` or `^16.10`.
56
-
57
- - To check your version, run `node -v` in a terminal/console window.
58
- - To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
59
-
60
- ###### Angular CLI
61
- Install the Angular CLI globally using a terminal/console window.
62
-
63
- ```bash
64
- npm install -g @angular/cli
65
- ```
66
-
67
- ### Installation
68
- Several quick start options are available (pick one):
69
-
70
- - [Download the latest release](https://github.com/coreui/coreui-angular-pro/)
71
- - Clone the repo: `git clone https://github.com/coreui/coreui-angular-pro.git`
72
- - Install with [npm](https://www.npmjs.com/): `npm install @coreui/angular`
73
- - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/angular`
74
-
75
- Read the [Getting started page](https://coreui.io/angular/docs/4.0/) for information on the framework contents, templates and examples, and more.
76
-
77
- #### CoreUI CSS files
78
-
79
- ##### Installation
80
-
81
- ```bash
82
- npm install @coreui/coreui --save
83
- ```
84
-
85
- ##### Basic usage
86
-
87
- ```scss
88
- import '~@coreui/coreui/dist/css/coreui.min.css'
89
- ```
90
-
91
- #### Bootstrap CSS files
92
-
93
- ##### Installation (optional)
94
-
95
- ```bash
96
- npm install bootstrap
97
- ```
98
-
99
- ## Templates
100
-
101
- * [CoreUI Free Angular Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
102
- * 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/angular/)
103
-
104
- ## Bugs and feature requests
105
-
106
- 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).
107
-
108
- ## Documentation
109
-
110
- The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI for Angular](https://coreui.io/angular/docs/4.0/)
111
-
112
- ## Contributing
113
-
114
- 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.
115
-
116
- 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/>.
117
-
118
- ## Community
119
-
120
- Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
121
-
122
- - Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
123
-
124
- You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
125
-
126
- ## Versioning
127
-
128
- For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI is maintained under [the Semantic Versioning guidelines](http://semver.org/).
129
-
130
- See [the Releases section of our project](https://github.com/coreui/coreui-angular-pro/releases) for changelogs for each release version.
131
-
132
- ## Creators
133
-
134
- **Łukasz Holeczek**
135
-
136
- - <https://twitter.com/lukaszholeczek>
137
- - <https://github.com/mrholek>
138
-
139
- **Andrzej Kopański**
140
-
141
- - <https://github.com/xidedix>
142
-
143
- **The CoreUI Team**
144
-
145
- - <https://github.com/orgs/coreui/people>
146
-
147
- ## Copyright and license
148
-
149
- Copyright 2017-2022 creativeLabs Łukasz Holeczek.
150
-
151
- This is commercial software. To use it, you have to obtain a commercial license.
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
+ ![angular](https://img.shields.io/badge/angular-^13.3.0-lightgrey.svg?style=flat-square&logo=angular)
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==