@bryntum/grid 1.0.0 → 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.
Files changed (3) hide show
  1. package/README.md +123 -5
  2. package/package.json +10 -6
  3. package/postinstall.js +35 -3
package/README.md CHANGED
@@ -1,11 +1,129 @@
1
- # @bryntum/grid package
1
+ <br>
2
+ <br>
2
3
 
3
- **@bryntum/grid** is a part of the private Bryntum registry and is **NOT INTENDED** to be installed from the public https://registry.npmjs.org registry.
4
+ <p align="center">
5
+ <a href="https://bryntum.com/" rel="noopener" target="_blank">
6
+ <img width="350" src="https://bryntum.com/resources/bryntum_logo_blue.svg" alt="Bryntum logo">
7
+ </a>
8
+ </p>
4
9
 
5
- Please refer to the [Bryntum npm installation guide](https://bryntum.com/products/grid/docs/guide/Grid/npm-repository) for information on configuring **npm** for Bryntum package installation.
10
+ <br>
11
+
12
+ # Bryntum Grid placeholder package
13
+
14
+ This is a placeholder package. The licensed version of Bryntum Grid is hosted on the private Bryntum npm registry.
15
+
16
+ **Looking to try Bryntum Grid?** Install our trial package: [`@bryntum/grid-trial`](https://www.npmjs.com/package/@bryntum/grid-trial)
17
+
18
+ <p align="center">
19
+ <img src="https://bryntum.com/products/grid/examples/meta/thumb.2048.png" alt="Bryntum Grid Screenshot" width="600">
20
+ </p>
21
+
22
+ ## Trial version
23
+
24
+ Trial packages are available on the public npm registry without authentication.
25
+
26
+ ### Why Use npm Aliasing?
27
+
28
+ Trial packages use npm aliasing to install `@bryntum/grid-trial` under the `@bryntum/grid` name. This approach
29
+ provides a seamless upgrade path - when you purchase a license, you only need to update the alias in `package.json`
30
+ without changing any application code.
31
+
32
+ Install using `npm`:
33
+
34
+ ```bash
35
+ npm install @bryntum/grid@npm:@bryntum/grid-trial@latest
36
+ ```
37
+
38
+ Or using `yarn`:
39
+
40
+ ```bash
41
+ yarn add @bryntum/grid@npm:@bryntum/grid-trial@latest
42
+ ```
43
+
44
+ Alternatively, add to `package.json` dependencies:
45
+
46
+ ```json
47
+ "dependencies": {
48
+ "@bryntum/grid": "npm:@bryntum/grid-trial@latest"
49
+ }
50
+ ```
51
+
52
+ Trial packages have the following limitations:
53
+
54
+ - Displays a trial watermark
55
+ - Obfuscated code
56
+ - Intended for evaluation use only
57
+
58
+ For full guide, see [Public repository access](https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/public-repository-access).
59
+
60
+ ## Licensed version
61
+
62
+ Licensed packages require authentication to the private Bryntum repository.
63
+
64
+ ### Step 1: Configure npm and Login
65
+
66
+ We have two registry servers - you can use either one:
67
+
68
+ **Using Europe server:**
69
+
70
+ ```bash
71
+ npm config set "@bryntum:registry=https://npm.bryntum.com"
72
+ npm login --registry=https://npm.bryntum.com
73
+ ```
74
+
75
+ **Using US server:**
76
+
77
+ ```bash
78
+ npm config set "@bryntum:registry=https://npm-us.bryntum.com"
79
+ npm login --registry=https://npm-us.bryntum.com
80
+ ```
81
+
82
+ Login using your [Bryntum Customer Zone](https://customerzone.bryntum.com) credentials.
83
+ Replace `@` in your email with `..` (double dot). Example: if your email is `user@example.com`, enter username
84
+ as `user..example.com`.
85
+
86
+ ### Step 2: Install
87
+
88
+ ```bash
89
+ npm install @bryntum/grid@latest
90
+ ```
91
+
92
+ For full guide including CI/CD setup and access tokens, see [Private repository access](https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/private-repository-access).
93
+
94
+ ## Explore All Bryntum Products
95
+
96
+ * [Bryntum Grid](https://bryntum.com/products/grid/) - High-performance data grid
97
+ * [Bryntum Scheduler](https://bryntum.com/products/scheduler/) - Resource scheduling component
98
+ * [Bryntum Scheduler Pro](https://bryntum.com/products/schedulerpro/) - Advanced scheduling with dependencies
99
+ * [Bryntum Gantt](https://bryntum.com/products/gantt/) - Project planning and management
100
+ * [Bryntum Calendar](https://bryntum.com/products/calendar/) - Full-featured calendar component
101
+ * [Bryntum TaskBoard](https://bryntum.com/products/taskboard/) - Kanban-style task management
102
+
103
+ Explore our comprehensive collection of demos:
104
+
105
+ | 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 |
106
+ |-------------------|:------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------------------------------------------------:|
107
+ | **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) |
108
+ | **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) |
109
+ | **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) |
110
+ | **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) |
111
+ | **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) |
112
+ | **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) |
6
113
 
7
114
  ## Online references
8
115
 
9
- * Read [Online Documentation](https://bryntum.com/products/grid/docs/)
10
- * Post your questions to [Bryntum Support Forum](https://forum.bryntum.com/)
116
+ * [Bryntum Grid documentation](https://bryntum.com/products/grid/docs/)
117
+ * [Bryntum Grid examples](https://bryntum.com/products/grid/examples/)
118
+
119
+ * [Bryntum Support Forum](https://forum.bryntum.com/)
11
120
  * [Contact us](https://bryntum.com/contact/)
121
+
122
+ ## License and copyright
123
+
124
+ Bryntum Grid is commercial software and requires a paid license.
125
+ Please visit the [Bryntum Grid End User License](https://bryntum.com/products/grid/license/) for the full text of the license.
126
+
127
+ Copyright © 2009-2026, Bryntum
128
+ All rights reserved.
129
+
package/package.json CHANGED
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "name": "@bryntum/grid",
3
- "version": "1.0.0",
4
- "description": "@bryntum/grid installation support",
3
+ "version": "7.1.3",
4
+ "description": "Bryntum Grid placeholder package",
5
5
  "keywords": [
6
- "bryntum"
6
+ "bryntum",
7
+ "grid",
8
+ "component"
7
9
  ],
8
10
  "author": {
9
11
  "name": "Bryntum",
10
- "email": "info@bryntum.com",
11
- "url": "https://bryntum.com"
12
+ "url": "https://bryntum.com",
13
+ "email": "info@bryntum.com"
12
14
  },
13
- "license": "Commercial",
15
+ "license": "MIT",
16
+ "homepage": "https://bryntum.com/products/grid/",
17
+ "bugs": "https://github.com/bryntum/support/issues",
14
18
  "scripts": {
15
19
  "postinstall": "node postinstall.js"
16
20
  },
package/postinstall.js CHANGED
@@ -1,9 +1,41 @@
1
1
  'use strict';
2
2
 
3
3
  console.error(`
4
- Bryntum package installation ERROR!
5
- "@bryntum/grid" is a part of the private Bryntum registry and is NOT INTENDED to be installed from the public https://registry.npmjs.org registry.
6
- Please refer to the https://bryntum.com/products/grid/docs/guide/Grid/npm-repository guide for information on configuring "npm" for Bryntum package installation.
4
+ ╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
5
+ ║ WARNING!!! ║
6
+ ║ Bryntum Grid Package Installation Error ║
7
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
8
+ ║ ║
9
+ ║ This is a placeholder for the licensed package version ║
10
+ ║ hosted on the private Bryntum registry. ║
11
+ ║ ║
12
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
13
+ ║ USING TRIAL EVALUATION VERSION ║
14
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
15
+ ║ ║
16
+ ║ Install @bryntum/grid-trial from public npm registry. ║
17
+ ║ ║
18
+ ║ See public repository access guide: ║
19
+ ║ https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/public-repository-access ║
20
+ ║ ║
21
+ ║ Install using these instructions: ║
22
+ ║ https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/installation#installing-trial-packages ║
23
+ ║ ║
24
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
25
+ ║ USING LICENSED VERSION ║
26
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
27
+ ║ ║
28
+ ║ Install @bryntum/grid from private Bryntum registry. ║
29
+ ║ ║
30
+ ║ See private repository access guide: ║
31
+ ║ https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/private-repository-access ║
32
+ ║ ║
33
+ ║ Install using these instructions: ║
34
+ ║ https://bryntum.com/products/grid/docs/guide/Grid/npm/repository/installation#installing-licensed-packages ║
35
+ ║ ║
36
+ ╠════════════════════════════════════════════════════════════════════════════════════════════════════════════════╣
37
+ ║ Copyright © 2009-2026, Bryntum. All rights reserved. ║
38
+ ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
7
39
  `);
8
40
 
9
41
  process.exit(1);