@steedos-widgets/fullcalendar 6.10.26 → 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.
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "packages": [
3
3
  {
4
- "package": "@steedos-widgets/fullcalendar",
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": "@steedos-widgets/fullcalendar",
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
- "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.26/dist/fullcalendar.umd.js",
10
- "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.26/dist/fullcalendar.umd.css"
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.26/dist/meta.js",
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.26/dist/meta.js",
24
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.26/dist/meta.js"
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 FullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
3
+ export declare const AmisFullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
4
4
  [x: string]: any;
5
5
  dispatchEvent: any;
6
6
  data: any;
@@ -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 FullCalendar = function FullCalendar(_a) {
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.FullCalendar = FullCalendar;
358
+ exports.AmisFullCalendar = AmisFullCalendar;
359
359
  Object.defineProperty(exports, '__esModule', {
360
360
  value: true
361
361
  });
package/dist/meta.d.ts CHANGED
@@ -1,9 +1,4 @@
1
1
  declare const _default: {
2
- componentList: {
3
- title: string;
4
- icon: string;
5
- children: any[];
6
- }[];
7
2
  components: any[];
8
3
  };
9
4
  export default _default;
package/dist/meta.js CHANGED
@@ -36,15 +36,15 @@
36
36
  };
37
37
 
38
38
  var config = {
39
- group: "华炎魔方",
40
- componentName: "FullCalendar",
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: "FullCalendar",
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
- plugin_disabled: {
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 FullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
3
+ export declare const AmisFullCalendar: ({ dispatchEvent: amisDispatchEvent, data: amisData, ...props }: {
4
4
  [x: string]: any;
5
5
  dispatchEvent: any;
6
6
  data: any;
@@ -1,9 +1,4 @@
1
1
  declare const _default: {
2
- componentList: {
3
- title: string;
4
- icon: string;
5
- children: any[];
6
- }[];
7
2
  components: any[];
8
3
  };
9
4
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/fullcalendar",
3
3
  "private": false,
4
- "version": "6.10.26",
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": "cfc140e86317274c3e27bcf93ae84354e19c691e"
50
+ "gitHead": "f7462d40de26cac7dc35a6e3b3b828de55ee3edb"
51
51
  }