@dimescheduler/setup 0.1.1 → 0.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 +8 -8
- package/dist/bundle-5KNZSFFQ.js +10 -0
- package/dist/chunk-VHT6HO3N.js +863 -0
- package/dist/index.js +205 -448
- package/package.json +13 -8
package/README.md
CHANGED
|
@@ -268,16 +268,16 @@ Configuration files use [JSON5](https://json5.org/) format, which supports:
|
|
|
268
268
|
|-----------|-------------|
|
|
269
269
|
| `openTasks` | Grid showing unplanned tasks |
|
|
270
270
|
| `planningBoard` | Main scheduling board |
|
|
271
|
-
| `
|
|
271
|
+
| `map` | Map view |
|
|
272
272
|
| `indicators` | Category indicators |
|
|
273
273
|
| `resourceFilters` | Resource filter panel |
|
|
274
|
-
| `
|
|
275
|
-
| `
|
|
276
|
-
| `
|
|
277
|
-
| `
|
|
278
|
-
| `
|
|
279
|
-
| `
|
|
280
|
-
| `
|
|
274
|
+
| `plannedTasks` | Grid showing planned tasks |
|
|
275
|
+
| `details` | Details/properties panel |
|
|
276
|
+
| `datePicker` | Calendar date picker |
|
|
277
|
+
| `gantt` | Gantt chart view |
|
|
278
|
+
| `capacity` | Capacity planning view |
|
|
279
|
+
| `routeSequence` | Route sequence grid |
|
|
280
|
+
| `notifications` | Notifications panel |
|
|
281
281
|
|
|
282
282
|
### Layout Configuration
|
|
283
283
|
|