@schedule-x/resize
Advanced tools
Comparing version 1.36.0 to 1.37.0
'use strict'; | ||
require('preact'); | ||
const getTimePointsPerPixel = ($app) => { | ||
@@ -4,0 +6,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight; |
'use strict'; | ||
require('preact'); | ||
const getTimePointsPerPixel = ($app) => { | ||
@@ -4,0 +6,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight; |
@@ -0,1 +1,3 @@ | ||
import 'preact'; | ||
const getTimePointsPerPixel = ($app) => { | ||
@@ -2,0 +4,0 @@ return $app.config.timePointsPerDay / $app.config.weekOptions.gridHeight; |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('preact')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'preact'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@schedule-x/resize"] = {})); | ||
@@ -5,0 +5,0 @@ })(this, (function (exports) { 'use strict'; |
{ | ||
"name": "@schedule-x/resize", | ||
"version": "1.36.0", | ||
"version": "1.37.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "d591c19076ceb52b019e533cb6d90929c00aee1d" | ||
"gitHead": "56762ba2e48a7464fed988212d19492b813310b0" | ||
} |
91154
2441