react-big-schedule 1.0.0

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/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .header1-text{font-size:25px;color:#90cdf9;font-weight:500}.header2-text{font-size:14px;font-weight:500}.header3-text{font-size:12px;font-weight:500}.base-text{font-size:12px}.help-text{font-size:12px;color:#999}.disabled-text{font-size:12px;color:#ccc}.scheduler{margin:20px auto;border-spacing:0}.scheduler td{padding:0}.expander-space{overflow:hidden;display:inline-block;width:1em;height:1em;line-height:1em;font-size:.9em;vertical-align:middle;margin-top:-1%}.resource-view{border:1px solid #e9e9e9;overflow:hidden}.scheduler-view{border:1px solid #e9e9e9;margin:0 0 0 -1px;padding:0}.scheduler-content{position:relative;z-index:2}.scheduler-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}table.resource-table,table.scheduler-bg-table,table.scheduler-table{width:100%;margin:0;padding:0;border-spacing:0;text-align:center}table.scheduler-table{border:1px solid #e9e9e9}table.scheduler-content-table{margin:0;padding:0;border:0 solid #e9e9e9;border-spacing:0}table.resource-table tr,table.scheduler-bg-table tr,table.scheduler-table tr{border-bottom:1px solid #e9e9e9}table.resource-table th,table.scheduler-table th,table.resource-table td,table.scheduler-bg-table td,table.scheduler-table td{border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}table.scheduler-bg-table th{border-right:1px solid #e9e9e9}table.resource-table tr th:last-child,table.scheduler-table tr th:last-child,table.resource-table tr td:last-child,table.scheduler-table tr td:last-child{border-right:0}table.scheduler-table tr:last-child td{border-bottom:0}.timeline-event{position:absolute}.day-event{position:relative;display:inline-block;margin:0 5px}.day-event-container{text-align:left;padding:5px 5px 0}.round-all{border-radius:14px}.round-head{border-radius:14px 0 0 14px}.round-tail{border-radius:0 14px 14px 0}.round-none{border-radius:0}.event-container{position:relative}.event-item{margin:1px 0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;padding-right:20px!important}.overflow-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:5px!important}.status-dot{width:14px;height:14px;border-radius:7px}.ant-radio-button-wrapper-checked{background-color:#108ee9;color:#fff}.icon-nav:hover{color:#1e90ff!important;box-shadow:0 0!important;cursor:pointer}.add-more-popover-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px #00000040;padding:10px}.popover-calendar{width:300px}.popover-calendar .ant-calendar{box-shadow:0 1px 6px #0000!important}.event-resizer{position:absolute;z-index:4;display:block;width:7px;top:-1px;bottom:-1px}.event-start-resizer{cursor:w-resize;left:-1px}.event-end-resizer{cursor:e-resize;right:-1px}.selected-area{position:absolute}.slot-cell{padding-left:4px;padding-right:4px}.slot-text{display:inline-block;padding-left:4px;padding-right:4px}
package/package.json ADDED
@@ -0,0 +1,83 @@
1
+ {
2
+ "name": "react-big-schedule",
3
+ "version": "1.0.0",
4
+ "description": "React 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-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler",
5
+ "keywords": [
6
+ "react big schedule",
7
+ "react-big-schedule",
8
+ "react scheduler",
9
+ "react-big-scheduler",
10
+ "react scheduler master",
11
+ "react",
12
+ "react-big-schedulers",
13
+ "react-component",
14
+ "antd",
15
+ "resource planning",
16
+ "scheduler",
17
+ "Resource planning",
18
+ "Time management",
19
+ "Calender",
20
+ "Scheduling component",
21
+ "React framework",
22
+ "Drag-and-drop",
23
+ "Resource allocation",
24
+ "Time slots",
25
+ "Appointment management",
26
+ "Interactive UI",
27
+ "Modern browser compatibility",
28
+ "React-based solution",
29
+ "Granular views",
30
+ "Productivity enhancement"
31
+ ],
32
+ "license": "MIT",
33
+ "author": "Ansul Agrawal (https://github.com/ansulagrawal)",
34
+ "files": [
35
+ "dist",
36
+ "README.md"
37
+ ],
38
+ "main": "./dist/react-big-schedule-index.js",
39
+ "module": "./dist/react-big-schedule-index.js",
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "https://github.com/ansulagrawal/react-big-schedule.git"
43
+ },
44
+ "bugs": {
45
+ "url": "https://github.com/ansulagrawal/react-big-schedule.git/issues"
46
+ },
47
+ "publishConfig": {
48
+ "registry": "https://registry.npmjs.org/"
49
+ },
50
+ "exports": {
51
+ ".": {
52
+ "import": "./dist/react-big-schedule-index.js",
53
+ "require": "./dist/react-big-schedule-index.js"
54
+ },
55
+ "./dist/style.css": "./dist/style.css"
56
+ },
57
+ "scripts": {
58
+ "dev": "vite",
59
+ "build": "vite build",
60
+ "preview": "vite preview"
61
+ },
62
+ "dependencies": {
63
+ "@ant-design/icons": "^5.0.1",
64
+ "antd": "^5.4.7",
65
+ "moment": "^2.29.4",
66
+ "prop-types": "^15.8.1",
67
+ "react": "^18.2.0",
68
+ "react-dnd": "^14.0.5",
69
+ "react-dnd-html5-backend": "^14.1.0",
70
+ "react-dom": "^18.2.0",
71
+ "rrule": "^2.7.2"
72
+ },
73
+ "devDependencies": {
74
+ "@semantic-release/changelog": "^6.0.3",
75
+ "@semantic-release/git": "^10.0.1",
76
+ "@semantic-release/npm": "^10.0.3",
77
+ "@types/react": "^18.0.28",
78
+ "@types/react-dom": "^18.0.11",
79
+ "@vitejs/plugin-react": "^4.0.0",
80
+ "semantic-release": "^21.0.2",
81
+ "vite": "^4.3.2"
82
+ }
83
+ }