@coreui/angular-pro 5.7.16 → 5.7.18
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 +28 -0
- package/fesm2022/coreui-angular-pro.mjs +1028 -989
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/package.json +3 -3
- package/types/coreui-angular-pro.d.ts +10 -7
package/README.md
CHANGED
|
@@ -65,6 +65,8 @@ Featured CoreUI for Angular libraries:
|
|
|
65
65
|
- [Documentation](#documentation)
|
|
66
66
|
- [Frameworks](#frameworks)
|
|
67
67
|
- [Templates](#templates)
|
|
68
|
+
- [Data Grid](#data-grid)
|
|
69
|
+
- [Scheduler](#scheduler)
|
|
68
70
|
- [Contributing](#contributing)
|
|
69
71
|
- [Community](#community)
|
|
70
72
|
- [Versioning](#versioning)
|
|
@@ -152,6 +154,32 @@ Fully featured, out-of-the-box, templates for your application based on CoreUI.
|
|
|
152
154
|
- [React Admin Template](https://coreui.io/react)
|
|
153
155
|
- [Vue Admin Template](https://coreui.io/vue)
|
|
154
156
|
|
|
157
|
+
## Data Grid
|
|
158
|
+
|
|
159
|
+
CoreUI Angular Data Grid handles 100,000+ rows with sorting, filtering, virtualization, column pinning, inline editing and CSV export — using the same markup and stylesheet you already use.
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
npm install @coreui/angular-data-grid
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
One license also covers JavaScript, React and Vue. It's a separate add-on, not part of CoreUI PRO.
|
|
166
|
+
|
|
167
|
+
- [Angular Data Grid](https://coreui.io/data-grid/angular/?src=readme-angular-github)
|
|
168
|
+
- [Documentation](https://coreui.io/data-grid/angular/docs/getting-started/introduction/?src=readme-angular-github)
|
|
169
|
+
|
|
170
|
+
## Scheduler
|
|
171
|
+
|
|
172
|
+
CoreUI Angular Scheduler ships six views — day, week, month, agenda, resources, and timeline — with drag & drop, RFC 5545 recurrence, and DST-safe time handling, using the same markup and stylesheet you already use.
|
|
173
|
+
|
|
174
|
+
```bash
|
|
175
|
+
npm install @coreui/angular-scheduler
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
One license also covers JavaScript, React and Vue. It's a separate add-on, not part of CoreUI PRO.
|
|
179
|
+
|
|
180
|
+
- [Angular Scheduler](https://coreui.io/scheduler/angular/?src=readme-angular-github)
|
|
181
|
+
- [Documentation](https://coreui.io/scheduler/angular/docs/getting-started/introduction/?src=readme-angular-github)
|
|
182
|
+
|
|
155
183
|
## Contributing
|
|
156
184
|
|
|
157
185
|
Please read through our [contributing guidelines](https://github.com/coreui/coreui-angular/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|