@steedos-widgets/fullcalendar 6.10.18 → 6.10.20

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.json CHANGED
@@ -3,11 +3,11 @@
3
3
  {
4
4
  "package": "@steedos-widgets/fullcalendar",
5
5
  "urls": [
6
- "https://unpkg.steedos.cn/fullcalendar@5.11.4/main.min.js",
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",
9
- "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.18/dist/fullcalendar.umd.js",
10
- "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.18/dist/fullcalendar.umd.css"
6
+ "https://unpkg.com/fullcalendar@5.11.4/main.min.js",
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.20/dist/fullcalendar.umd.js",
10
+ "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.20/dist/fullcalendar.umd.css"
11
11
  ],
12
12
  "library": "BuilderFullCalendar"
13
13
  }
@@ -18,10 +18,10 @@
18
18
  "npm": {
19
19
  "package": "@steedos-widgets/fullcalendar"
20
20
  },
21
- "url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.18/dist/meta.js",
21
+ "url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.20/dist/meta.js",
22
22
  "urls": {
23
- "default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.18/dist/meta.js",
24
- "design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.18/dist/meta.js"
23
+ "default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.20/dist/meta.js",
24
+ "design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.20/dist/meta.js"
25
25
  }
26
26
  }
27
27
  ]
@@ -1,7 +1,7 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  (function (global, factory) {
3
- (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) : typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BuilderFullCalendar = {}, global.React));
4
- })(this, function (exports, React) {
3
+ (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('amis-core')) : typeof define === 'function' && define.amd ? define(['exports', 'react', 'amis-core'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BuilderFullCalendar = {}, global.React, global.AmisCore));
4
+ })(this, function (exports, React, AmisCore) {
5
5
  var global = window;
6
6
  function _interopDefaultLegacy(e) {
7
7
  return e && _typeof(e) === 'object' && 'default' in e ? e : {
@@ -9,6 +9,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
9
9
  };
10
10
  }
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
+ var AmisCore__default = /*#__PURE__*/_interopDefaultLegacy(AmisCore);
12
13
 
13
14
  /******************************************************************************
14
15
  Copyright (c) Microsoft Corporation.
@@ -209,7 +210,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
209
210
  switch (_b.label) {
210
211
  case 0:
211
212
  if (!amisDispatchEvent) return [2 /*return*/];
212
- return [4 /*yield*/, amisDispatchEvent(action, value ? window.AmisCore.utils.createObject(amisData, value) : amisData,
213
+ return [4 /*yield*/, amisDispatchEvent(action, value ? AmisCore__default["default"].utils.createObject(amisData, value) : amisData,
213
214
  //为了解决dispatchevent不生效的问题, https://github.com/baidu/amis/issues/7488
214
215
  calendarWrapperRef.current)];
215
216
  case 1:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/fullcalendar",
3
3
  "private": false,
4
- "version": "6.10.18",
4
+ "version": "6.10.20",
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": "f4713661803cb82bff4b59c316b7cb32d5bcc6ee"
50
+ "gitHead": "5c8462d090debd9a20c910544e331ad1bc59f7d5"
51
51
  }