@bryntum/schedulerpro-vue-3-thin 7.2.0 → 7.2.1
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 +7 -7
- package/lib/chunks/DghqseiN.js.map +1 -1
- package/lib/chunks/N6QbiUPO.js.map +1 -1
- package/lib/chunks/OtE4hpSS.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumSchedulerPro.vue +2 -2
- package/src/components/BryntumSchedulerProBase.vue +2 -2
- package/src/components/BryntumSchedulerProBaseProps.ts +2 -2
- package/src/components/BryntumSchedulerProProps.ts +2 -2
- package/src/components/BryntumTimeline.vue +2 -2
- package/src/components/BryntumTimelineProps.ts +2 -2
package/README.md
CHANGED
|
@@ -188,11 +188,11 @@ API packages:
|
|
|
188
188
|
```json
|
|
189
189
|
{
|
|
190
190
|
"dependencies": {
|
|
191
|
-
"@bryntum/core-thin": "7.2.
|
|
192
|
-
"@bryntum/engine-thin": "7.2.
|
|
193
|
-
"@bryntum/grid-thin": "7.2.
|
|
194
|
-
"@bryntum/scheduler-thin": "7.2.
|
|
195
|
-
"@bryntum/schedulerpro-thin": "7.2.
|
|
191
|
+
"@bryntum/core-thin": "7.2.1",
|
|
192
|
+
"@bryntum/engine-thin": "7.2.1",
|
|
193
|
+
"@bryntum/grid-thin": "7.2.1",
|
|
194
|
+
"@bryntum/scheduler-thin": "7.2.1",
|
|
195
|
+
"@bryntum/schedulerpro-thin": "7.2.1"
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
```
|
|
@@ -202,8 +202,8 @@ Framework wrapper packages:
|
|
|
202
202
|
```json
|
|
203
203
|
{
|
|
204
204
|
"dependencies": {
|
|
205
|
-
"@bryntum/core-vue-3-thin": "7.2.
|
|
206
|
-
"@bryntum/schedulerpro-vue-3-thin": "7.2.
|
|
205
|
+
"@bryntum/core-vue-3-thin": "7.2.1",
|
|
206
|
+
"@bryntum/schedulerpro-vue-3-thin": "7.2.1"
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
```
|