@steedos-widgets/fullcalendar 6.10.25 → 6.10.27
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/assets-dev.json +8 -2
- package/dist/assets.json +13 -7
- package/dist/components/CalendarJS.d.ts +1 -1
- package/dist/fullcalendar.umd.js +2 -2
- package/dist/meta.d.ts +0 -5
- package/dist/meta.js +4 -12
- package/dist/types/components/CalendarJS.d.ts +1 -1
- package/dist/types/meta.d.ts +0 -5
- package/package.json +2 -2
package/dist/assets-dev.json
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packages": [
|
|
3
3
|
{
|
|
4
|
-
"package": "
|
|
4
|
+
"package": "fullcalendar",
|
|
5
5
|
"urls": [
|
|
6
6
|
"https://unpkg.steedos.cn/fullcalendar@5.11.4/main.min.js",
|
|
7
7
|
"https://unpkg.steedos.cn/fullcalendar@5.11.4/locales-all.min.js",
|
|
8
|
-
"https://unpkg.steedos.cn/fullcalendar@5.11.4/main.min.css"
|
|
8
|
+
"https://unpkg.steedos.cn/fullcalendar@5.11.4/main.min.css"
|
|
9
|
+
],
|
|
10
|
+
"library": "FullCalendar"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"package": "@steedos-widgets/fullcalendar",
|
|
14
|
+
"urls": [
|
|
9
15
|
"http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.js",
|
|
10
16
|
"http://127.0.0.1:8080/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.css"
|
|
11
17
|
],
|
package/dist/assets.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packages": [
|
|
3
3
|
{
|
|
4
|
-
"package": "
|
|
4
|
+
"package": "fullcalendar",
|
|
5
5
|
"urls": [
|
|
6
6
|
"https://unpkg.com/fullcalendar@5.11.4/main.min.js",
|
|
7
7
|
"https://unpkg.com/fullcalendar@5.11.4/locales-all.min.js",
|
|
8
|
-
"https://unpkg.com/fullcalendar@5.11.4/main.min.css"
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
"https://unpkg.com/fullcalendar@5.11.4/main.min.css"
|
|
9
|
+
],
|
|
10
|
+
"library": "FullCalendar"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"package": "@steedos-widgets/fullcalendar",
|
|
14
|
+
"urls": [
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.27/dist/fullcalendar.umd.js",
|
|
16
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.27/dist/fullcalendar.umd.css"
|
|
11
17
|
],
|
|
12
18
|
"library": "BuilderFullCalendar"
|
|
13
19
|
}
|
|
@@ -18,10 +24,10 @@
|
|
|
18
24
|
"npm": {
|
|
19
25
|
"package": "@steedos-widgets/fullcalendar"
|
|
20
26
|
},
|
|
21
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
27
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.27/dist/meta.js",
|
|
22
28
|
"urls": {
|
|
23
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
24
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
29
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.27/dist/meta.js",
|
|
30
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.27/dist/meta.js"
|
|
25
31
|
}
|
|
26
32
|
}
|
|
27
33
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import './Calendar.css';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const AmisFullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
dispatchEvent: any;
|
|
6
6
|
data: any;
|
package/dist/fullcalendar.umd.js
CHANGED
|
@@ -189,7 +189,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
189
189
|
};
|
|
190
190
|
return DivWrapper;
|
|
191
191
|
}(React__default["default"].Component);
|
|
192
|
-
var
|
|
192
|
+
var AmisFullCalendar = function AmisFullCalendar(_a) {
|
|
193
193
|
var amisDispatchEvent = _a.dispatchEvent,
|
|
194
194
|
amisData = _a.data,
|
|
195
195
|
props = __rest(_a, ["dispatchEvent", "data"]);
|
|
@@ -355,7 +355,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
355
355
|
}))
|
|
356
356
|
);
|
|
357
357
|
};
|
|
358
|
-
exports.
|
|
358
|
+
exports.AmisFullCalendar = AmisFullCalendar;
|
|
359
359
|
Object.defineProperty(exports, '__esModule', {
|
|
360
360
|
value: true
|
|
361
361
|
});
|
package/dist/meta.d.ts
CHANGED
package/dist/meta.js
CHANGED
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
var config = {
|
|
39
|
-
group: "
|
|
40
|
-
componentName: "
|
|
39
|
+
group: "FullCalendar",
|
|
40
|
+
componentName: "AmisFullCalendar",
|
|
41
41
|
title: "日程",
|
|
42
42
|
docUrl: "",
|
|
43
43
|
screenshot: "",
|
|
44
44
|
npm: {
|
|
45
45
|
package: "@steedos-widgets/fullcalendar",
|
|
46
46
|
version: "{{version}}",
|
|
47
|
-
exportName: "
|
|
47
|
+
exportName: "AmisFullCalendar",
|
|
48
48
|
main: "",
|
|
49
49
|
destructuring: true,
|
|
50
50
|
subName: ""
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
weight: 1,
|
|
76
76
|
framework: "react"
|
|
77
77
|
},
|
|
78
|
-
|
|
78
|
+
plugin: {
|
|
79
79
|
rendererName: config.amis.name,
|
|
80
80
|
$schema: '/schemas/UnkownSchema.json',
|
|
81
81
|
name: config.title,
|
|
@@ -144,15 +144,7 @@
|
|
|
144
144
|
* @Description:
|
|
145
145
|
*/
|
|
146
146
|
var components = [Calendar];
|
|
147
|
-
var componentList = [
|
|
148
|
-
{
|
|
149
|
-
title: "华炎魔方",
|
|
150
|
-
icon: "",
|
|
151
|
-
children: [Calendar]
|
|
152
|
-
}
|
|
153
|
-
];
|
|
154
147
|
var meta = {
|
|
155
|
-
componentList: componentList,
|
|
156
148
|
components: components
|
|
157
149
|
};
|
|
158
150
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import './Calendar.css';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const AmisFullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
dispatchEvent: any;
|
|
6
6
|
data: any;
|
package/dist/types/meta.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/fullcalendar",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.
|
|
4
|
+
"version": "6.10.27",
|
|
5
5
|
"main": "dist/fullcalendar.cjs.js",
|
|
6
6
|
"module": "dist/fullcalendar.esm.js",
|
|
7
7
|
"unpkg": "dist/fullcalendar.umd.js",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"rollup-plugin-tslib-resolve-id": "^0.0.0",
|
|
48
48
|
"rollup-plugin-visualizer": "^5.8.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f7462d40de26cac7dc35a6e3b3b828de55ee3edb"
|
|
51
51
|
}
|