Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
vendor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 12, 2021
1 parent d1d39d9 commit 9630ff3
Show file tree
Hide file tree
Showing 62 changed files with 246 additions and 148 deletions.
@@ -1,6 +1,14 @@
The MIT License (MIT)
v4+ Copyright (c) 2021 Alain Dumesny
under MIT license

previous v3.x and older is:
/**
* https://gridstackjs.com/
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.
*/

Copyright (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
@@ -1,5 +1,5 @@
/**
* gridstack-dd.ts 4.2.5
* gridstack-dd.ts 4.2.6
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { GridStackDDI } from './gridstack-ddi';
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* gridstack-ddi.ts 4.2.5
* gridstack-ddi.ts 4.2.6
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { GridItemHTMLElement } from './types';
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,5 +1,5 @@
/**
* gridstack-engine.ts 4.2.5
* gridstack-engine.ts 4.2.6
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { GridStackNode, GridStackPosition, GridStackMoveOpts } from './types';
Expand Down Expand Up @@ -43,8 +43,9 @@ export declare class GridStackEngine {
/** re-layout grid items to reclaim any empty space */
compact(): GridStackEngine;
/** enable/disable floating widgets (default: `false`) See [example](http://gridstackjs.com/demo/float.html) */
set float(val: boolean);
/** float getter method */
float: boolean;
get float(): boolean;
/**
* given a random node, makes sure it's coordinates/values are valid in the current grid
* @param node to adjust
Expand All @@ -71,7 +72,7 @@ export declare class GridStackEngine {
getRow(): number;
beginUpdate(node: GridStackNode): GridStackEngine;
endUpdate(): GridStackEngine;
/** saves the current layout returning a list of widgets for serialization */
/** saves a copy of the current layout returning a list of widgets for serialization */
save(saveElement?: boolean): GridStackNode[];
/**
* call to cache the given layout internally to the given location so we can restore back when column changes size
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* index-h5.ts 4.2.5 - everything you need for a Grid that uses HTML5 native drag&drop
* index-h5.ts 4.2.6 - everything you need for a Grid that uses HTML5 native drag&drop
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
export * from './types';
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*!
* GridStack 4.2.5
* GridStack 4.2.6
* https://gridstackjs.com/
*
* Copyright (c) 2021 Alain Dumesny
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* index-jq.ts 4.2.5 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
* index-jq.ts 4.2.6 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
export * from './types';
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*!
* GridStack 4.2.5
* GridStack 4.2.6
* https://gridstackjs.com/
*
* Copyright (c) 2021 Alain Dumesny
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* gridstack-poly.ts 4.2.5 - used for older browser support (not currently supported in v2+)
* gridstack-poly.ts 4.2.6 - used for older browser support (not currently supported in v2+)
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
@@ -1,5 +1,5 @@
/**
* index-static.ts 4.2.5 - much smaller, everything you need for a static Grid (non draggable, API driven)
* index-static.ts 4.2.6 - much smaller, everything you need for a static Grid (non draggable, API driven)
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
export * from './types';
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*!
* GridStack 4.2.5
* GridStack 4.2.6
* https://gridstackjs.com/
*
* Copyright (c) 2021 Alain Dumesny
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* gridstack SASS styles 4.2.5
* gridstack SASS styles 4.2.6
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
:root .grid-stack-item > .ui-resizable-handle {
Expand Down

0 comments on commit 9630ff3

Please sign in to comment.