Some ignored filles was missing
This commit is contained in:
parent
7db22245e2
commit
fd5ab6bc0d
268 changed files with 31970 additions and 4 deletions
11
wwwroot/js/configurations/GridSettings.js
Normal file
11
wwwroot/js/configurations/GridSettings.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Grid settings utility functions
|
||||
*/
|
||||
export var GridSettingsUtils;
|
||||
(function (GridSettingsUtils) {
|
||||
function isValidSnapInterval(interval) {
|
||||
return [5, 10, 15, 30, 60].includes(interval);
|
||||
}
|
||||
GridSettingsUtils.isValidSnapInterval = isValidSnapInterval;
|
||||
})(GridSettingsUtils || (GridSettingsUtils = {}));
|
||||
//# sourceMappingURL=GridSettings.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue