@steedos-widgets/fullcalendar 1.0.6 → 1.0.8
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/fullcalendar.esm.js
CHANGED
|
@@ -66771,7 +66771,7 @@ var funcToString = funcProto.toString;
|
|
|
66771
66771
|
/** Used to infer the `Object` constructor. */
|
|
66772
66772
|
funcToString.call(Object);
|
|
66773
66773
|
|
|
66774
|
-
|
|
66774
|
+
let UI_SCHEMA_CACHE={};("undefined"!=typeof window&&(window.UI_SCHEMA_CACHE||(window.UI_SCHEMA_CACHE=UI_SCHEMA_CACHE),UI_SCHEMA_CACHE=window.UI_SCHEMA_CACHE),(e,t)=>{UI_SCHEMA_CACHE[e]=t;});var __assign=function(){return (__assign=Object.assign||function(e){for(var t,a=1,i=arguments.length;a<i;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};function createObject(e,t,a){var i=(e=e&&Object.isFrozen(e)?cloneObject(e):e)?Object.create(e,__assign(__assign({},a),{__super:{value:e,writable:!1,enumerable:!1}})):Object.create(Object.prototype,a);return t&&isObject(t)&&Object.keys(t).forEach(function(e){return i[e]=t[e]}),i}function cloneObject(t,e){void 0===e&&(e=!0);var a=t&&t.__super?Object.create(t.__super,{__super:{value:t.__super,writable:!1,enumerable:!1}}):Object.create(Object.prototype);return e&&t&&Object.keys(t).forEach(function(e){return a[e]=t[e]}),a}function isObject(e){var t=typeof e;return e&&"string"!=t&&"number"!=t&&"boolean"!=t&&"function"!=t&&!Array.isArray(e)}
|
|
66775
66775
|
|
|
66776
66776
|
var FullCalendar = function (_a) {
|
|
66777
66777
|
var amisDispatchEvent = _a.dispatchEvent, amisData = _a.data, props = __rest(_a, ["dispatchEvent", "data"]);
|