@mui-toolpad-extended-tuni/calendar 3.0.1 → 3.0.2
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 +25 -6
- package/dist/index.cjs +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -5,29 +5,48 @@ Calendar microservice extension for MUI Toolpad Extended TUNI. This package prov
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @mui-toolpad-extended-tuni/calendar
|
|
8
|
+
npm install @mui-toolpad-extended-tuni/calendar @mui-toolpad-extended-tuni/main @mui-toolpad-extended-tuni/core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
**
|
|
11
|
+
**Important**: You must also install `@mui-toolpad-extended-tuni/main` and `@mui-toolpad-extended-tuni/core` as they are required peer dependencies.
|
|
12
12
|
|
|
13
|
-
## Peer Dependencies
|
|
13
|
+
## Required Peer Dependencies
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
This package requires the following peer dependencies to be installed:
|
|
16
|
+
|
|
17
|
+
### Required Packages
|
|
18
|
+
- **`@mui-toolpad-extended-tuni/main`**: ^3.3.0 - **MUST be installed separately**
|
|
19
|
+
- **`@mui-toolpad-extended-tuni/core`**: ^3.1.0 - **MUST be installed separately** (also required by main)
|
|
20
|
+
|
|
21
|
+
### React & UI Framework
|
|
16
22
|
- `react@^19.0.0`
|
|
17
23
|
- `react-dom@^19.0.0`
|
|
18
24
|
- `react-router-dom@^7.0.0`
|
|
19
25
|
- `@mui/material@^7.0.0`
|
|
20
26
|
- `@mui/icons-material@^7.0.0`
|
|
21
27
|
- `@mui/x-date-pickers@^7.0.0`
|
|
28
|
+
- `@emotion/react@^11.0.0`
|
|
29
|
+
- `@emotion/styled@^11.0.0`
|
|
30
|
+
|
|
31
|
+
### Calendar Dependencies
|
|
22
32
|
- `@fullcalendar/core@^6.0.0`
|
|
23
33
|
- `@fullcalendar/daygrid@^6.0.0`
|
|
24
34
|
- `@fullcalendar/interaction@^6.0.0`
|
|
25
35
|
- `@fullcalendar/react@^6.0.0`
|
|
26
36
|
- `@fullcalendar/timegrid@^6.0.0`
|
|
27
|
-
- `@emotion/react@^11.0.0`
|
|
28
|
-
- `@emotion/styled@^11.0.0`
|
|
29
37
|
- `luxon@^3.0.0`
|
|
30
38
|
|
|
39
|
+
### Installation Example
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npm install @mui-toolpad-extended-tuni/calendar @mui-toolpad-extended-tuni/main @mui-toolpad-extended-tuni/core \
|
|
43
|
+
react react-dom react-router-dom \
|
|
44
|
+
@mui/material @mui/icons-material @mui/x-date-pickers \
|
|
45
|
+
@emotion/react @emotion/styled \
|
|
46
|
+
@fullcalendar/core @fullcalendar/daygrid @fullcalendar/interaction @fullcalendar/react @fullcalendar/timegrid \
|
|
47
|
+
luxon
|
|
48
|
+
```
|
|
49
|
+
|
|
31
50
|
## Usage
|
|
32
51
|
|
|
33
52
|
### Basic Setup
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Kf=Object.defineProperty;var Xf=(t,e,n)=>e in t?Kf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Gn=(t,e,n)=>Xf(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const oe=require("react"),q=require("@mui/material"),Jf=require("@emotion/styled"),zt=require("@emotion/react"),Dn=require("mui-toolpad-extended-tuni"),en=require("react-dom");function ep(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const x=ep(oe);function Mc(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var wr={exports:{}},Yn={};/**
|
|
1
|
+
"use strict";var Kf=Object.defineProperty;var Xf=(t,e,n)=>e in t?Kf(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Gn=(t,e,n)=>Xf(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const oe=require("react"),q=require("@mui/material"),Jf=require("@emotion/styled"),zt=require("@emotion/react"),Dn=require("@mui-toolpad-extended-tuni/main"),en=require("react-dom");function ep(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}const x=ep(oe);function Mc(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var wr={exports:{}},Yn={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
package/dist/index.es.js
CHANGED
|
@@ -6,7 +6,7 @@ import Ve, { isValidElement as Gr, cloneElement as Yr, Children as gp, Component
|
|
|
6
6
|
import { Box as Te, Tooltip as Ar, IconButton as Rr, Typography as Ne, Popover as Gc, Stack as xn, Chip as ui, Divider as Yc, Button as Aa, Fade as bp, Paper as Ep, useTheme as Es, useMediaQuery as qi } from "@mui/material";
|
|
7
7
|
import Sp from "@emotion/styled";
|
|
8
8
|
import { ThemeContext as Cp, keyframes as mr, css as qc } from "@emotion/react";
|
|
9
|
-
import { SpeedDialButton as wp, useGridItemContext as xp, registerMicroservice as Dp, unregisterMicroservice as Ap, createGridItem as Rp, eventBus as Tp } from "mui-toolpad-extended-tuni";
|
|
9
|
+
import { SpeedDialButton as wp, useGridItemContext as xp, registerMicroservice as Dp, unregisterMicroservice as Ap, createGridItem as Rp, eventBus as Tp } from "@mui-toolpad-extended-tuni/main";
|
|
10
10
|
import Tr, { flushSync as Ra, createPortal as _p } from "react-dom";
|
|
11
11
|
function Qc(t) {
|
|
12
12
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui-toolpad-extended-tuni/calendar",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Calendar microservice for MUI Toolpad Extended TUNI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -44,15 +44,18 @@
|
|
|
44
44
|
"luxon": "^3.7.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"mui-toolpad-extended-tuni": "^3.0.0",
|
|
48
47
|
"@emotion/react": "^11.0.0",
|
|
49
48
|
"@emotion/styled": "^11.0.0",
|
|
49
|
+
"@mui-toolpad-extended-tuni/core": "^3.1.0",
|
|
50
|
+
"@mui-toolpad-extended-tuni/main": "^3.3.0",
|
|
50
51
|
"@mui/icons-material": "^7.0.0",
|
|
51
52
|
"@mui/material": "^7.0.0",
|
|
52
53
|
"@mui/x-date-pickers": "^7.0.0",
|
|
53
54
|
"react": "^19.0.0",
|
|
54
55
|
"react-dom": "^19.0.0",
|
|
55
56
|
"react-router-dom": "^7.0.0"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@mui-toolpad-extended-tuni/main": "^3.3.0"
|
|
56
60
|
}
|
|
57
61
|
}
|
|
58
|
-
|