UNPKG

big-scheduler

Version:

Big scheduler is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-a

156 lines (155 loc) 2.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var DemoData = { resources: [{ id: "34", name: "LILY", title: "LILY", groupOnly: true }, { id: "59", name: "LOTUS", title: "LOTUS", groupOnly: true }, { id: "97", name: "LY-01", title: "97", parentId: "34", holidays: [] }, { id: "98", name: "LY-02", title: "98", parentId: "34", holidays: [] }, { id: "99", name: "LY-03", title: "99", parentId: "34", holidays: [] }, { id: "100", name: "LY-04", title: "100", parentId: "34", holidays: [] }, { id: "101", name: "LY-05", title: "101", parentId: "34", holidays: [] }, { id: "326", name: "LS-01", title: "326", parentId: "59", holidays: [] }, { id: "327", name: "LS-02", title: "327", parentId: "59", holidays: [] }, { id: "328", name: "LS-03", title: "328", parentId: "59", holidays: [] }, { id: "329", name: "LS-04", title: "329", parentId: "59", holidays: [] }, { id: "330", name: "LS-05", title: "330", parentId: "59", holidays: [] }, { id: "9997", name: "Stand-In-1", title: "Stand-In-1", "static": true }, { id: "9998", name: "Stand-In-2", title: "Stand-In-2", "static": true }, { id: "9999", name: "Stand-In-3", title: "Stand-In-3", "static": true, holidays: ["2025-08-26", "2025-08-31", "2025-01-01"] }], events: [{ id: 1, start: "2025-09-07T00:00:00", end: "2025-09-30T20:00:00", resourceId: "9997", title: "94565848", bgColor: "blue", buyer: "C & A", styleNo: "2230960 251MC/2802 BasicPadded", poNo: "94565848", itemName: "MENS JACKET", stripQty: 1600, xFactoryDate: "09-Oct-2024", totalDays: 3, dayTarget: 576, manPower: 48, smv: 10, planEff: 20, learningCurve: 1, barError: 1, resizable: false }, { id: 2, start: "2025-03-09T00:00:00", end: "2025-03-29T20:00:00", resourceId: "9997", title: "94565848", bgColor: "blue", buyer: "C & A", styleNo: "2230960 251MC/2802 BasicPadded", poNo: "94565848", itemName: "MENS JACKET", stripQty: 1600, xFactoryDate: "09-Oct-2024", totalDays: 3, dayTarget: 576, manPower: 48, smv: 10, planEff: 20, learningCurve: 2, barError: 2, resizable: false }, { id: 3, start: "2025-04-26T00:00:00", end: "2025-04-27T20:00:00", resourceId: "9997", title: "94565845", resizable: false, barError: 3 }, { id: 4, start: "2025-05-26T00:00:00", end: "2025-05-27T20:00:00", resourceId: "9997", title: "94565845", resizable: false, barError: 4 }] }; var _default = exports["default"] = DemoData; //# sourceMappingURL=sample1.js.map