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 Sep 14, 2021
1 parent 2316ec0 commit 648f314
Show file tree
Hide file tree
Showing 60 changed files with 68 additions and 63 deletions.
@@ -1,5 +1,5 @@
/**
* gridstack-dd.ts 4.2.6
* gridstack-dd.ts 4.2.7
* 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.6
* gridstack-ddi.ts 4.2.7
* 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.6
* gridstack-engine.ts 4.2.7
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { GridStackNode, GridStackPosition, GridStackMoveOpts } from './types';
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.6 - everything you need for a Grid that uses HTML5 native drag&drop
* index-h5.ts 4.2.7 - 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.6
* GridStack 4.2.7
* 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.6 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
* index-jq.ts 4.2.7 - 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.6
* GridStack 4.2.7
* 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.6 - used for older browser support (not currently supported in v2+)
* gridstack-poly.ts 4.2.7 - 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.6 - much smaller, everything you need for a static Grid (non draggable, API driven)
* index-static.ts 4.2.7 - 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.6
* GridStack 4.2.7
* 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.6
* gridstack SASS styles 4.2.7
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
:root .grid-stack-item > .ui-resizable-handle {
Expand Down
@@ -1,5 +1,5 @@
/*!
* GridStack 4.2.6
* GridStack 4.2.7
* https://gridstackjs.com/
*
* Copyright (c) 2021 Alain Dumesny
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 @@
/**
* dd-base-impl.ts 4.2.6
* dd-base-impl.ts 4.2.7
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
export declare type EventCallback = (event: Event) => boolean | void;
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 @@
/**
* dd-draggable.ts 4.2.6
* dd-draggable.ts 4.2.7
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { DDBaseImplement, HTMLElementExtendOpt } from './dd-base-impl';
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 @@
/**
* dd-droppable.ts 4.2.6
* dd-droppable.ts 4.2.7
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
import { DDBaseImplement, HTMLElementExtendOpt } from './dd-base-impl';
Expand Down

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

0 comments on commit 648f314

Please sign in to comment.