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 Dec 25, 2021
1 parent 799ed32 commit ddefbcc
Show file tree
Hide file tree
Showing 59 changed files with 60 additions and 60 deletions.
@@ -1,5 +1,5 @@
/**
* gridstack-dd.ts 4.4.0
* gridstack-dd.ts 4.4.1
* 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.4.0
* gridstack-ddi.ts 4.4.1
* 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.4.0
* gridstack-engine.ts 4.4.1
* 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.4.0 - everything you need for a Grid that uses HTML5 native drag&drop
* index-h5.ts 4.4.1 - 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.4.0
* GridStack 4.4.1
* 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.4.0 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
* index-jq.ts 4.4.1 - 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.4.0
* GridStack 4.4.1
* https://gridstackjs.com/
*
* Copyright (c) 2021 Alain Dumesny
Expand Down

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/**
* index-static.ts 4.4.0 - much smaller, everything you need for a static Grid (non draggable, API driven)
* index-static.ts 4.4.1 - 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.4.0
* GridStack 4.4.1
* 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.4.0
* gridstack SASS styles 4.4.1
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/
:root .grid-stack-item > .ui-resizable-handle {
Expand Down
@@ -1,5 +1,5 @@
/*!
* GridStack 4.4.0
* GridStack 4.4.1
* 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.4.0
* dd-base-impl.ts 4.4.1
* 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.4.0
* dd-draggable.ts 4.4.1
* 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.4.0
* dd-droppable.ts 4.4.1
* 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 ddefbcc

Please sign in to comment.