@bryntum/grid-trial 7.1.1 → 7.1.3
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 +270 -19
- package/fluent2-dark.css +1 -1
- package/fluent2-light.css +1 -1
- package/grid.css +2 -2
- package/grid.d.ts +512 -275
- package/grid.lwc.module.d.ts +1 -1
- package/grid.lwc.module.js +2 -2
- package/grid.module.d.ts +1 -1
- package/grid.module.js +44 -44
- package/grid.thin.d.ts +446 -264
- package/grid.umd.d.ts +1 -1
- package/grid.umd.js +47 -47
- package/grid.wc.module.d.ts +1 -1
- package/grid.wc.module.js +43 -43
- package/high-contrast-dark.css +1 -1
- package/high-contrast-light.css +1 -1
- package/material3-dark.css +1 -1
- package/material3-light.css +1 -1
- package/package.json +2 -2
- package/postinstall.js +4 -4
- package/stockholm-dark.css +1 -1
- package/stockholm-light.css +1 -1
- package/svalbard-dark.css +1 -1
- package/svalbard-light.css +1 -1
- package/visby-dark.css +1 -1
- package/visby-light.css +1 -1
package/README.md
CHANGED
|
@@ -1,48 +1,299 @@
|
|
|
1
|
-
|
|
1
|
+
<br>
|
|
2
|
+
<br>
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
<p align="center">
|
|
5
|
+
<a href="https://bryntum.com/" rel="noopener" target="_blank"><img width="350" src="https://bryntum.com/resources/bryntum_logo_blue.svg" alt="Bryntum logo"></a>
|
|
6
|
+
</p>
|
|
5
7
|
|
|
6
|
-
|
|
8
|
+
<br>
|
|
7
9
|
|
|
8
|
-
# Bryntum
|
|
10
|
+
# Bryntum Grid (Trial)
|
|
9
11
|
|
|
10
|
-
|
|
11
|
-
You must be logged in to this repository as a licensed or trial user to access it.
|
|
12
|
-
Please check the [Online npm repository guide](https://bryntum.com/products/grid/docs/guide/Grid/npm-repository) for
|
|
13
|
-
detailed information on the sign-up/login process.
|
|
12
|
+
Bryntum Grid is a high-performance JavaScript data grid component. It integrates smoothly with React, Vue, Angular, or plain vanilla JS.
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
For more information about Bryntum Grid, visit the [Bryntum Grid site](https://bryntum.com/products/grid/)
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
<p align="center">
|
|
17
|
+
<img src="https://bryntum.com/products/grid/examples/meta/thumb.2048.png" alt="Bryntum Grid Screenshot" width="600">
|
|
18
|
+
</p>
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## Highlights
|
|
21
|
+
|
|
22
|
+
* Virtual rendering with [infinite scroll](https://bryntum.com/products/grid/examples/infinite-scroll) handles millions of rows
|
|
23
|
+
* [Excel-like cell editing](https://bryntum.com/products/grid/examples/celledit) with inline validation and keyboard shortcuts
|
|
24
|
+
* [Tree grids](https://bryntum.com/products/grid/examples/tree) and [nested views](https://bryntum.com/products/grid/examples/master-detail) for hierarchical data
|
|
25
|
+
* [Advanced filtering](https://bryntum.com/products/grid/examples/facet-filter) and [instant search](https://bryntum.com/products/grid/examples/search) across massive datasets
|
|
26
|
+
* [Custom cell renderers](https://bryntum.com/products/grid/examples/renderers) for charts, progress bars, and rich HTML
|
|
27
|
+
* [Row grouping](https://bryntum.com/products/grid/examples/grouping) with [aggregation and summaries](https://bryntum.com/products/grid/examples/groupsummary)
|
|
28
|
+
* [AI content generation](https://bryntum.com/products/grid/examples/ai-review-grid) using cell formulas
|
|
29
|
+
* [50+ built-in widgets](https://bryntum.com/products/grid/examples/widgetcolumn) and [6 modern themes](https://bryntum.com/products/grid/examples/themes) with full customization
|
|
30
|
+
* WCAG 2.1 [accessible](https://bryntum.com/products/grid/examples/basic), [30+ locales](https://bryntum.com/products/grid/examples/localization), TypeScript definitions included
|
|
31
|
+
* [React](https://bryntum.com/products/grid/examples/?framework=react), [Vue](https://bryntum.com/products/grid/examples/?framework=vue), and [Angular](https://bryntum.com/products/grid/examples/?framework=angular) wrappers following native framework patterns
|
|
32
|
+
* [Export to Excel](https://bryntum.com/products/grid/examples/exporttoexcel) and [PDF](https://bryntum.com/products/grid/examples/export) with professional formatting
|
|
33
|
+
* Touch-friendly and [responsive layouts](https://bryntum.com/products/grid/examples/responsive) optimized for mobile devices
|
|
34
|
+
|
|
35
|
+
## Package Contents
|
|
36
|
+
|
|
37
|
+
| Path | Description |
|
|
38
|
+
|---------------------------------------|------------------------------------------------|
|
|
39
|
+
| `fonts/` | Poppins, Montserrat, and RobotoFlex fonts |
|
|
40
|
+
| `fontawesome/` | FontAwesome icons and webfonts |
|
|
41
|
+
| `locales/` | Localization files for 30+ languages |
|
|
42
|
+
| `grid.module.js`, `grid.umd.js` | JavaScript bundles (ES module and UMD formats) |
|
|
43
|
+
| `grid.css` | Structural CSS (required) |
|
|
44
|
+
| `*.d.ts` | TypeScript type definitions |
|
|
45
|
+
| `*.css` | Theme stylesheets |
|
|
46
|
+
|
|
47
|
+
**Note:** Trial packages do not include minified bundles, source maps, or source files.
|
|
48
|
+
|
|
49
|
+
## Supported Versions
|
|
50
|
+
|
|
51
|
+
* [NodeJS](https://nodejs.org/en): `>= 20.0.0`
|
|
52
|
+
* [TypeScript](https://www.typescriptlang.org/): `>= 3.6.0`
|
|
53
|
+
* [Angular](https://angularjs.org/): `>= 9.0.0`
|
|
54
|
+
* [React](https://react.dev/): `>= 16.0.0`
|
|
55
|
+
* [Vue](https://vuejs.org/): `>= 3.0.0`
|
|
56
|
+
* [Ionic](https://ionicframework.com/): `>= 5.0.0`
|
|
57
|
+
* [Vite](https://vite.dev/): `>= 4.0.0`
|
|
58
|
+
* [Webpack](https://webpack.js.org/): `>= 4.0.0`
|
|
59
|
+
|
|
60
|
+
## Try Bryntum Online Demos
|
|
61
|
+
|
|
62
|
+
Explore our comprehensive collection of demos:
|
|
63
|
+
|
|
64
|
+
* [View Online Demos](https://bryntum.com/products/grid/examples/)
|
|
65
|
+
* [JavaScript Demos](https://bryntum.com/products/grid/examples/?framework=javascript)
|
|
66
|
+
* [React Demos](https://bryntum.com/products/grid/examples/?framework=react)
|
|
67
|
+
* [Vue Demos](https://bryntum.com/products/grid/examples/?framework=vue)
|
|
68
|
+
* [Angular Demos](https://bryntum.com/products/grid/examples/?framework=angular)
|
|
69
|
+
|
|
70
|
+
## Installation
|
|
71
|
+
|
|
72
|
+
This is a **trial package** with limited functionality.
|
|
73
|
+
|
|
74
|
+
### Why Use npm Aliasing?
|
|
75
|
+
|
|
76
|
+
Trial packages use npm aliasing to install `@bryntum/grid-trial` under the `@bryntum/grid` name. This approach
|
|
77
|
+
provides a seamless upgrade path - when you purchase a license, you only need to update the alias in `package.json`
|
|
78
|
+
without changing any application code.
|
|
21
79
|
|
|
22
80
|
Install using `npm`:
|
|
23
81
|
|
|
24
82
|
```shell
|
|
25
|
-
npm install @bryntum/grid@npm:@bryntum/grid-trial@
|
|
83
|
+
npm install @bryntum/grid@npm:@bryntum/grid-trial@latest
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Or using `yarn`:
|
|
87
|
+
|
|
88
|
+
```shell
|
|
89
|
+
yarn add @bryntum/grid@npm:@bryntum/grid-trial@latest
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
Alternatively, add to `package.json` dependencies:
|
|
93
|
+
|
|
94
|
+
```json
|
|
95
|
+
"dependencies": {
|
|
96
|
+
"@bryntum/grid": "npm:@bryntum/grid-trial@latest"
|
|
97
|
+
}
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Visit our [npm repository guide](https://bryntum.com/products/grid/docs/guide/Grid/npm-repository) to learn more about installation and migrating from
|
|
101
|
+
trial to licensed packages.
|
|
102
|
+
|
|
103
|
+
## Quick Start
|
|
104
|
+
|
|
105
|
+
### Vanilla JavaScript
|
|
106
|
+
|
|
107
|
+
```javascript
|
|
108
|
+
import { Grid } from '@bryntum/grid';
|
|
109
|
+
import './style.css';
|
|
110
|
+
|
|
111
|
+
const grid = new Grid({
|
|
112
|
+
appendTo : 'app',
|
|
113
|
+
columns : [
|
|
114
|
+
{
|
|
115
|
+
text : 'Name',
|
|
116
|
+
field : 'name',
|
|
117
|
+
flex : 1,
|
|
118
|
+
editor : {
|
|
119
|
+
type : 'textfield',
|
|
120
|
+
required : true
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
text : 'Age',
|
|
124
|
+
field : 'age',
|
|
125
|
+
width : 100,
|
|
126
|
+
type : 'number'
|
|
127
|
+
}, {
|
|
128
|
+
text : 'City',
|
|
129
|
+
field : 'city',
|
|
130
|
+
flex : 1
|
|
131
|
+
}, {
|
|
132
|
+
text : 'Food',
|
|
133
|
+
field : 'food',
|
|
134
|
+
flex : 1
|
|
135
|
+
}, {
|
|
136
|
+
text : 'Color',
|
|
137
|
+
field : 'color',
|
|
138
|
+
width : 80,
|
|
139
|
+
type : 'color',
|
|
140
|
+
renderer : ({ cellElement, value }) => {
|
|
141
|
+
cellElement.style.color = value;
|
|
142
|
+
cellElement.style.fontWeight = '700';
|
|
143
|
+
return value;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
|
|
148
|
+
data : [
|
|
149
|
+
{ id : 1, name : 'Don A Taylor', age : 30, city : 'Moscow', food : 'Salad', color : 'Black' },
|
|
150
|
+
{ id : 2, name : 'John B Adams', age : 65, city : 'Paris', food : 'Bolognese', color : 'Orange' },
|
|
151
|
+
{ id : 3, name : 'John Doe', age : 40, city : 'London', food : 'Fish and Chips', color : 'Blue' },
|
|
152
|
+
{ id : 4, name : 'Maria Garcia', age : 28, city : 'Madrid', food : 'Paella', color : 'Green' },
|
|
153
|
+
{ id : 5, name : 'Li Wei', age : 35, city : 'Beijing', food : 'Dumplings', color : 'Yellow' },
|
|
154
|
+
{ id : 6, name : 'Sara Johnson', age : 32, city : 'Sydney', food : 'Sushi', color : 'Purple' },
|
|
155
|
+
{ id : 7, name : 'Lucas Brown', age : 22, city : 'Toronto', food : 'Poutine', color : 'Orange' },
|
|
156
|
+
{ id : 8, name : 'Emma Wilson', age : 27, city : 'Paris', food : 'Croissant', color : 'Pink' },
|
|
157
|
+
{ id : 9, name : 'Ivan Petrov', age : 45, city : 'St. Petersburg', food : 'Borscht', color : 'Grey' },
|
|
158
|
+
{ id : 10, name : 'Zhang Ming', age : 50, city : 'Shanghai', food : 'Hot Pot', color : 'Purple' },
|
|
159
|
+
{ id : 11, name : 'Sophia Martinez', age : 20, city : 'Mexico City', food : 'Tacos', color : 'Crimson' },
|
|
160
|
+
{ id : 12, name : 'Noah Smith', age : 55, city : 'Cape Town', food : 'Biltong', color : 'Turquoise' },
|
|
161
|
+
{ id : 13, name : 'Isabella Jones', age : 33, city : 'Rio de Janeiro', food : 'Feijoada', color : 'Magenta' },
|
|
162
|
+
{ id : 14, name : 'Ethan Taylor', age : 29, city : 'Chicago', food : 'Deep-Dish Pizza', color : 'Cyan' },
|
|
163
|
+
{ id : 15, name : 'Olivia Brown', age : 37, city : 'Berlin', food : 'Schnitzel', color : 'Maroon' },
|
|
164
|
+
{ id : 16, name : 'Mia Wilson', age : 26, city : 'Rome', food : 'Pasta', color : 'Olive' },
|
|
165
|
+
{ id : 17, name : 'Jacob Miller', age : 60, city : 'Amsterdam', food : 'Stroopwafel', color : 'Lime' },
|
|
166
|
+
{ id : 18, name : 'Chloe Davis', age : 23, city : 'Los Angeles', food : 'Burger', color : 'Teal' },
|
|
167
|
+
{ id : 19, name : 'Aiden Martinez', age : 48, city : 'Buenos Aires', food : 'Asado', color : 'Violet' },
|
|
168
|
+
{ id : 20, name : 'Liam Lee', age : 38, city : 'Seoul', food : 'Kimchi', color : 'Indigo' },
|
|
169
|
+
{ id : 21, name : 'Sophie Kim', age : 21, city : 'Tokyo', food : 'Ramen', color : 'Pink' },
|
|
170
|
+
{ id : 22, name : 'Alexander Nguyen', age : 41, city : 'Hanoi', food : 'Pho', color : 'Coral' },
|
|
171
|
+
{ id : 23, name : 'Ella Patel', age : 19, city : 'Mumbai', food : 'Curry', color : 'Amber' },
|
|
172
|
+
{ id : 24, name : 'James O Connor', age : 34, city : 'Dublin', food : 'Irish Stew', color : 'Green' },
|
|
173
|
+
{ id : 25, name : 'Isabelle Chen', age : 31, city : 'Hong Kong', food : 'Dim Sum', color : 'Brown' }
|
|
174
|
+
]
|
|
175
|
+
|
|
176
|
+
});
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
In the `style.css`:
|
|
180
|
+
|
|
181
|
+
```css
|
|
182
|
+
/* FontAwesome is used for icons */
|
|
183
|
+
@import "@bryntum/grid/fontawesome/css/fontawesome.css";
|
|
184
|
+
@import "@bryntum/grid/fontawesome/css/solid.css";
|
|
185
|
+
/* Structural CSS */
|
|
186
|
+
@import "@bryntum/grid/grid.css";
|
|
187
|
+
/* Bryntum theme of your choice */
|
|
188
|
+
@import "@bryntum/grid/svalbard-light.css";
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
Visit our JavaScript [Quick Start guide](https://bryntum.com/products/grid/docs/guide/Grid/quick-start/javascript-npm) to learn more.
|
|
192
|
+
|
|
193
|
+
## Themes
|
|
194
|
+
|
|
195
|
+
### Svalbard (default)
|
|
196
|
+
|
|
197
|
+
| Light | Dark |
|
|
198
|
+
|--------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
|
|
199
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=svalbard-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.svalbard-light.png" alt="Svalbard Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=svalbard-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.svalbard-dark.png" alt="Svalbard Dark" width="300"></a> |
|
|
200
|
+
|
|
201
|
+
### Stockholm
|
|
202
|
+
|
|
203
|
+
| Light | Dark |
|
|
204
|
+
|----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
|
|
205
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=stockholm-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.stockholm-light.png" alt="Stockholm Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=stockholm-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.stockholm-dark.png" alt="Stockholm Dark" width="300"></a> |
|
|
206
|
+
|
|
207
|
+
### Visby
|
|
208
|
+
|
|
209
|
+
| Light | Dark |
|
|
210
|
+
|--------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
|
|
211
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=visby-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.visby-light.png" alt="Visby Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=visby-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.visby-dark.png" alt="Visby Dark" width="300"></a> |
|
|
212
|
+
|
|
213
|
+
### Material 3
|
|
214
|
+
|
|
215
|
+
| Light | Dark |
|
|
216
|
+
|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
|
|
217
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=material3-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.material3-light.png" alt="Material 3 Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=material3-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.material3-dark.png" alt="Material 3 Dark" width="300"></a> |
|
|
218
|
+
|
|
219
|
+
### High Contrast
|
|
220
|
+
|
|
221
|
+
| Light | Dark |
|
|
222
|
+
|------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
|
|
223
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=high-contrast-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.high-contrast-light.png" alt="High Contrast Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=high-contrast-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.high-contrast-dark.png" alt="High Contrast Dark" width="300"></a> |
|
|
224
|
+
|
|
225
|
+
### Fluent 2
|
|
226
|
+
|
|
227
|
+
| Light | Dark |
|
|
228
|
+
|-------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
229
|
+
| <a href="https://bryntum.com/products/grid/examples/grouping/?theme=fluent2-light"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.fluent2-light.png" alt="Fluent 2 Light" width="300"></a> | <a href="https://bryntum.com/products/grid/examples/grouping/?theme=fluent2-dark"><img src="https://bryntum.com/products/grid/docs/data/Grid/images/themes/thumb.fluent2-dark.png" alt="Fluent 2 Dark" width="300"></a> |
|
|
230
|
+
|
|
231
|
+
For more information on customizing themes, see the [Styling guide](https://bryntum.com/products/grid/docs/guide/Grid/customization/styling).
|
|
232
|
+
|
|
233
|
+
## Framework Integrations
|
|
234
|
+
|
|
235
|
+
Bryntum Grid provides first-class wrappers for popular frameworks. Each wrapper follows native framework patterns
|
|
236
|
+
and lifecycle management.
|
|
237
|
+
|
|
238
|
+
**Note:** The framework wrappers are public and can be installed normally. They require the core package to be present.
|
|
239
|
+
|
|
240
|
+
### React
|
|
241
|
+
|
|
242
|
+
```shell
|
|
243
|
+
npm install @bryntum/grid-react@latest
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
Visit our [React Quick Start guide](https://bryntum.com/products/grid/docs/guide/Grid/quick-start/react) to learn more.
|
|
247
|
+
|
|
248
|
+
### Angular
|
|
249
|
+
|
|
250
|
+
```shell
|
|
251
|
+
npm install @bryntum/grid-angular@latest
|
|
26
252
|
```
|
|
27
253
|
|
|
28
|
-
|
|
254
|
+
Visit our [Angular Quick Start guide](https://bryntum.com/products/grid/docs/guide/Grid/quick-start/angular) to learn more.
|
|
255
|
+
|
|
256
|
+
### Vue 3
|
|
29
257
|
|
|
30
258
|
```shell
|
|
31
|
-
|
|
259
|
+
npm install @bryntum/grid-vue-3@latest
|
|
32
260
|
```
|
|
33
261
|
|
|
34
|
-
|
|
262
|
+
Visit our [Vue Quick Start guide](https://bryntum.com/products/grid/docs/guide/Grid/quick-start/vue-3) to learn more.
|
|
263
|
+
|
|
264
|
+
## Explore All Bryntum Products
|
|
265
|
+
|
|
266
|
+
* [Bryntum Grid](https://bryntum.com/products/grid/) - High-performance data grid
|
|
267
|
+
* [Bryntum Scheduler](https://bryntum.com/products/scheduler/) - Resource scheduling component
|
|
268
|
+
* [Bryntum Scheduler Pro](https://bryntum.com/products/schedulerpro/) - Advanced scheduling with dependencies
|
|
269
|
+
* [Bryntum Gantt](https://bryntum.com/products/gantt/) - Project planning and management
|
|
270
|
+
* [Bryntum Calendar](https://bryntum.com/products/calendar/) - Full-featured calendar component
|
|
271
|
+
* [Bryntum TaskBoard](https://bryntum.com/products/taskboard/) - Kanban-style task management
|
|
272
|
+
|
|
273
|
+
Explore our comprehensive collection of demos:
|
|
274
|
+
|
|
275
|
+
| Product | <img src="https://bryntum.com/products/grid/docs/data/Core/images/logo/js.svg" alt="JavaScript" width="30"><br>JavaScript | <img src="https://bryntum.com/products/grid/docs/data/Core/images/logo/react.svg" alt="React" width="30"><br>React | <img src="https://bryntum.com/products/grid/docs/data/Core/images/logo/vue.svg" alt="Vue" width="30"><br>Vue | <img src="https://bryntum.com/products/grid/docs/data/Core/images/logo/angular.svg" alt="Angular" width="30"><br>Angular |
|
|
276
|
+
|-------------------|:------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------------------------------------------------:|
|
|
277
|
+
| **Grid** | [Grid JavaScript demos](https://bryntum.com/products/grid/examples/?framework=javascript) | [Grid React demos](https://bryntum.com/products/grid/examples/?framework=react) | [Grid Vue demos](https://bryntum.com/products/grid/examples/?framework=vue) | [Grid Angular demos](https://bryntum.com/products/grid/examples/?framework=angular) |
|
|
278
|
+
| **Scheduler** | [Scheduler JavaScript demos](https://bryntum.com/products/scheduler/examples/?framework=javascript) | [Scheduler React demos](https://bryntum.com/products/scheduler/examples/?framework=react) | [Scheduler Vue demos](https://bryntum.com/products/scheduler/examples/?framework=vue) | [Scheduler Angular demos](https://bryntum.com/products/scheduler/examples/?framework=angular) |
|
|
279
|
+
| **Scheduler Pro** | [Scheduler Pro JavaScript demos](https://bryntum.com/products/schedulerpro/examples/?framework=javascript) | [Scheduler Pro React demos](https://bryntum.com/products/schedulerpro/examples/?framework=react) | [Scheduler Pro Vue demos](https://bryntum.com/products/schedulerpro/examples/?framework=vue) | [Scheduler Pro Angular demos](https://bryntum.com/products/schedulerpro/examples/?framework=angular) |
|
|
280
|
+
| **Gantt** | [Gantt JavaScript demos](https://bryntum.com/products/gantt/examples/?framework=javascript) | [Gantt React demos](https://bryntum.com/products/gantt/examples/?framework=react) | [Gantt Vue demos](https://bryntum.com/products/gantt/examples/?framework=vue) | [Gantt Angular demos](https://bryntum.com/products/gantt/examples/?framework=angular) |
|
|
281
|
+
| **Calendar** | [Calendar JavaScript demos](https://bryntum.com/products/calendar/examples/?framework=javascript) | [Calendar React demos](https://bryntum.com/products/calendar/examples/?framework=react) | [Calendar Vue demos](https://bryntum.com/products/calendar/examples/?framework=vue) | [Calendar Angular demos](https://bryntum.com/products/calendar/examples/?framework=angular) |
|
|
282
|
+
| **TaskBoard** | [TaskBoard JavaScript demos](https://bryntum.com/products/taskboard/examples/?framework=javascript) | [TaskBoard React demos](https://bryntum.com/products/taskboard/examples/?framework=react) | [TaskBoard Vue demos](https://bryntum.com/products/taskboard/examples/?framework=vue) | [TaskBoard Angular demos](https://bryntum.com/products/taskboard/examples/?framework=angular) |
|
|
283
|
+
|
|
284
|
+
## Online references
|
|
35
285
|
|
|
36
|
-
* [Bryntum npm repository guide](https://bryntum.com/products/grid/docs/guide/Grid/npm-repository)
|
|
37
286
|
* [Bryntum Grid documentation](https://bryntum.com/products/grid/docs/)
|
|
38
287
|
* [Bryntum Grid examples](https://bryntum.com/products/grid/examples/)
|
|
288
|
+
|
|
39
289
|
* [Bryntum Support Forum](https://forum.bryntum.com/)
|
|
40
290
|
* [Contact us](https://bryntum.com/contact/)
|
|
41
291
|
|
|
42
|
-
|
|
292
|
+
## License and copyright
|
|
43
293
|
|
|
44
294
|
Bryntum Grid is commercial software and requires a paid license.
|
|
45
295
|
Please visit the [Bryntum Grid End User License](https://bryntum.com/products/grid/license/) for the full text of the license.
|
|
46
296
|
|
|
47
297
|
Copyright © 2009-2026, Bryntum
|
|
48
298
|
All rights reserved.
|
|
299
|
+
|
package/fluent2-dark.css
CHANGED