gridstack 4.2.7 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +14 -14
  2. package/dist/gridstack-dd.d.ts +1 -1
  3. package/dist/gridstack-dd.js +1 -1
  4. package/dist/gridstack-dd.js.map +1 -1
  5. package/dist/gridstack-ddi.d.ts +1 -1
  6. package/dist/gridstack-ddi.js +1 -1
  7. package/dist/gridstack-ddi.js.map +1 -1
  8. package/dist/gridstack-engine.d.ts +1 -1
  9. package/dist/gridstack-engine.js +18 -8
  10. package/dist/gridstack-engine.js.map +1 -1
  11. package/dist/gridstack-extra.css +800 -530
  12. package/dist/gridstack-extra.min.css +1 -1
  13. package/dist/gridstack-h5.d.ts +1 -1
  14. package/dist/gridstack-h5.js +1 -1
  15. package/dist/gridstack-h5.js.LICENSE.txt +1 -1
  16. package/dist/gridstack-h5.js.map +1 -1
  17. package/dist/gridstack-jq.d.ts +1 -1
  18. package/dist/gridstack-jq.js +1 -1
  19. package/dist/gridstack-jq.js.LICENSE.txt +1 -1
  20. package/dist/gridstack-jq.js.map +1 -1
  21. package/dist/gridstack-poly.js +1 -1
  22. package/dist/gridstack-static.d.ts +1 -1
  23. package/dist/gridstack-static.js +1 -1
  24. package/dist/gridstack-static.js.LICENSE.txt +1 -1
  25. package/dist/gridstack-static.js.map +1 -1
  26. package/dist/gridstack.css +306 -228
  27. package/dist/gridstack.d.ts +1 -1
  28. package/dist/gridstack.js +1 -1
  29. package/dist/gridstack.js.map +1 -1
  30. package/dist/gridstack.min.css +1 -1
  31. package/dist/h5/dd-base-impl.d.ts +1 -1
  32. package/dist/h5/dd-base-impl.js +1 -1
  33. package/dist/h5/dd-base-impl.js.map +1 -1
  34. package/dist/h5/dd-draggable.d.ts +1 -1
  35. package/dist/h5/dd-draggable.js +1 -1
  36. package/dist/h5/dd-draggable.js.map +1 -1
  37. package/dist/h5/dd-droppable.d.ts +1 -1
  38. package/dist/h5/dd-droppable.js +1 -1
  39. package/dist/h5/dd-droppable.js.map +1 -1
  40. package/dist/h5/dd-element.d.ts +1 -1
  41. package/dist/h5/dd-element.js +1 -1
  42. package/dist/h5/dd-element.js.map +1 -1
  43. package/dist/h5/dd-manager.d.ts +1 -1
  44. package/dist/h5/dd-manager.js +1 -1
  45. package/dist/h5/dd-manager.js.map +1 -1
  46. package/dist/h5/dd-resizable-handle.d.ts +1 -1
  47. package/dist/h5/dd-resizable-handle.js +1 -1
  48. package/dist/h5/dd-resizable-handle.js.map +1 -1
  49. package/dist/h5/dd-resizable.d.ts +1 -1
  50. package/dist/h5/dd-resizable.js +1 -1
  51. package/dist/h5/dd-resizable.js.map +1 -1
  52. package/dist/h5/dd-utils.d.ts +1 -1
  53. package/dist/h5/dd-utils.js +1 -1
  54. package/dist/h5/dd-utils.js.map +1 -1
  55. package/dist/h5/gridstack-dd-native.d.ts +1 -1
  56. package/dist/h5/gridstack-dd-native.js +1 -1
  57. package/dist/h5/gridstack-dd-native.js.map +1 -1
  58. package/dist/jq/gridstack-dd-jqueryui.js.map +1 -1
  59. package/dist/src/gridstack-extra.scss +7 -5
  60. package/dist/src/gridstack.scss +8 -6
  61. package/dist/types.d.ts +1 -1
  62. package/dist/types.js +1 -1
  63. package/dist/types.js.map +1 -1
  64. package/dist/utils.d.ts +1 -1
  65. package/dist/utils.js +4 -2
  66. package/dist/utils.js.map +1 -1
  67. package/doc/CHANGES.md +6 -0
  68. package/package.json +2 -3
@@ -1,234 +1,312 @@
1
1
  /**
2
- * gridstack SASS styles 4.2.7
2
+ * gridstack SASS styles 4.3.0
3
3
  * Copyright (c) 2021 Alain Dumesny - see GridStack root license
4
4
  */
5
5
  :root .grid-stack-item > .ui-resizable-handle {
6
- filter: none; }
6
+ filter: none;
7
+ }
7
8
 
8
9
  .grid-stack {
9
- position: relative; }
10
- .grid-stack.grid-stack-rtl {
11
- direction: ltr; }
12
- .grid-stack.grid-stack-rtl > .grid-stack-item {
13
- direction: rtl; }
14
- .grid-stack .grid-stack-placeholder > .placeholder-content {
15
- border: 1px dashed lightgray;
16
- margin: 0;
17
- position: absolute;
18
- width: auto;
19
- z-index: 0 !important;
20
- text-align: center; }
21
- .grid-stack > .grid-stack-item {
22
- min-width: 8.3333333333%;
23
- position: absolute;
24
- padding: 0; }
25
- .grid-stack > .grid-stack-item > .grid-stack-item-content {
26
- margin: 0;
27
- position: absolute;
28
- width: auto;
29
- overflow-x: hidden;
30
- overflow-y: auto; }
31
- .grid-stack > .grid-stack-item > .ui-resizable-handle {
32
- position: absolute;
33
- font-size: 0.1px;
34
- display: block;
35
- -ms-touch-action: none;
36
- touch-action: none; }
37
- .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle,
38
- .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
39
- display: none; }
40
- .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
41
- z-index: 100; }
42
- .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
43
- box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
44
- opacity: 0.8; }
45
- .grid-stack > .grid-stack-item > .ui-resizable-se,
46
- .grid-stack > .grid-stack-item > .ui-resizable-sw {
47
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
48
- background-repeat: no-repeat;
49
- background-position: center;
50
- -webkit-transform: rotate(45deg);
51
- -moz-transform: rotate(45deg);
52
- -ms-transform: rotate(45deg);
53
- -o-transform: rotate(45deg);
54
- transform: rotate(45deg); }
55
- .grid-stack > .grid-stack-item > .ui-resizable-se {
56
- -webkit-transform: rotate(-45deg);
57
- -moz-transform: rotate(-45deg);
58
- -ms-transform: rotate(-45deg);
59
- -o-transform: rotate(-45deg);
60
- transform: rotate(-45deg); }
61
- .grid-stack > .grid-stack-item > .ui-resizable-nw {
62
- cursor: nw-resize;
63
- width: 20px;
64
- height: 20px;
65
- top: 0; }
66
- .grid-stack > .grid-stack-item > .ui-resizable-n {
67
- cursor: n-resize;
68
- height: 10px;
69
- top: 0;
70
- left: 25px;
71
- right: 25px; }
72
- .grid-stack > .grid-stack-item > .ui-resizable-ne {
73
- cursor: ne-resize;
74
- width: 20px;
75
- height: 20px;
76
- top: 0; }
77
- .grid-stack > .grid-stack-item > .ui-resizable-e {
78
- cursor: e-resize;
79
- width: 10px;
80
- top: 15px;
81
- bottom: 15px; }
82
- .grid-stack > .grid-stack-item > .ui-resizable-se {
83
- cursor: se-resize;
84
- width: 20px;
85
- height: 20px; }
86
- .grid-stack > .grid-stack-item > .ui-resizable-s {
87
- cursor: s-resize;
88
- height: 10px;
89
- left: 25px;
90
- bottom: 0;
91
- right: 25px; }
92
- .grid-stack > .grid-stack-item > .ui-resizable-sw {
93
- cursor: sw-resize;
94
- width: 20px;
95
- height: 20px;
96
- bottom: 0; }
97
- .grid-stack > .grid-stack-item > .ui-resizable-w {
98
- cursor: w-resize;
99
- width: 10px;
100
- top: 15px;
101
- bottom: 15px; }
102
- .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
103
- display: none !important; }
104
- .grid-stack > .grid-stack-item[gs-w='0'] {
105
- width: 0%; }
106
- .grid-stack > .grid-stack-item[gs-x='0'] {
107
- left: 0%; }
108
- .grid-stack > .grid-stack-item[gs-min-w='0'] {
109
- min-width: 0%; }
110
- .grid-stack > .grid-stack-item[gs-max-w='0'] {
111
- max-width: 0%; }
112
- .grid-stack > .grid-stack-item[gs-w='1'] {
113
- width: 8.3333333333%; }
114
- .grid-stack > .grid-stack-item[gs-x='1'] {
115
- left: 8.3333333333%; }
116
- .grid-stack > .grid-stack-item[gs-min-w='1'] {
117
- min-width: 8.3333333333%; }
118
- .grid-stack > .grid-stack-item[gs-max-w='1'] {
119
- max-width: 8.3333333333%; }
120
- .grid-stack > .grid-stack-item[gs-w='2'] {
121
- width: 16.6666666667%; }
122
- .grid-stack > .grid-stack-item[gs-x='2'] {
123
- left: 16.6666666667%; }
124
- .grid-stack > .grid-stack-item[gs-min-w='2'] {
125
- min-width: 16.6666666667%; }
126
- .grid-stack > .grid-stack-item[gs-max-w='2'] {
127
- max-width: 16.6666666667%; }
128
- .grid-stack > .grid-stack-item[gs-w='3'] {
129
- width: 25%; }
130
- .grid-stack > .grid-stack-item[gs-x='3'] {
131
- left: 25%; }
132
- .grid-stack > .grid-stack-item[gs-min-w='3'] {
133
- min-width: 25%; }
134
- .grid-stack > .grid-stack-item[gs-max-w='3'] {
135
- max-width: 25%; }
136
- .grid-stack > .grid-stack-item[gs-w='4'] {
137
- width: 33.3333333333%; }
138
- .grid-stack > .grid-stack-item[gs-x='4'] {
139
- left: 33.3333333333%; }
140
- .grid-stack > .grid-stack-item[gs-min-w='4'] {
141
- min-width: 33.3333333333%; }
142
- .grid-stack > .grid-stack-item[gs-max-w='4'] {
143
- max-width: 33.3333333333%; }
144
- .grid-stack > .grid-stack-item[gs-w='5'] {
145
- width: 41.6666666667%; }
146
- .grid-stack > .grid-stack-item[gs-x='5'] {
147
- left: 41.6666666667%; }
148
- .grid-stack > .grid-stack-item[gs-min-w='5'] {
149
- min-width: 41.6666666667%; }
150
- .grid-stack > .grid-stack-item[gs-max-w='5'] {
151
- max-width: 41.6666666667%; }
152
- .grid-stack > .grid-stack-item[gs-w='6'] {
153
- width: 50%; }
154
- .grid-stack > .grid-stack-item[gs-x='6'] {
155
- left: 50%; }
156
- .grid-stack > .grid-stack-item[gs-min-w='6'] {
157
- min-width: 50%; }
158
- .grid-stack > .grid-stack-item[gs-max-w='6'] {
159
- max-width: 50%; }
160
- .grid-stack > .grid-stack-item[gs-w='7'] {
161
- width: 58.3333333333%; }
162
- .grid-stack > .grid-stack-item[gs-x='7'] {
163
- left: 58.3333333333%; }
164
- .grid-stack > .grid-stack-item[gs-min-w='7'] {
165
- min-width: 58.3333333333%; }
166
- .grid-stack > .grid-stack-item[gs-max-w='7'] {
167
- max-width: 58.3333333333%; }
168
- .grid-stack > .grid-stack-item[gs-w='8'] {
169
- width: 66.6666666667%; }
170
- .grid-stack > .grid-stack-item[gs-x='8'] {
171
- left: 66.6666666667%; }
172
- .grid-stack > .grid-stack-item[gs-min-w='8'] {
173
- min-width: 66.6666666667%; }
174
- .grid-stack > .grid-stack-item[gs-max-w='8'] {
175
- max-width: 66.6666666667%; }
176
- .grid-stack > .grid-stack-item[gs-w='9'] {
177
- width: 75%; }
178
- .grid-stack > .grid-stack-item[gs-x='9'] {
179
- left: 75%; }
180
- .grid-stack > .grid-stack-item[gs-min-w='9'] {
181
- min-width: 75%; }
182
- .grid-stack > .grid-stack-item[gs-max-w='9'] {
183
- max-width: 75%; }
184
- .grid-stack > .grid-stack-item[gs-w='10'] {
185
- width: 83.3333333333%; }
186
- .grid-stack > .grid-stack-item[gs-x='10'] {
187
- left: 83.3333333333%; }
188
- .grid-stack > .grid-stack-item[gs-min-w='10'] {
189
- min-width: 83.3333333333%; }
190
- .grid-stack > .grid-stack-item[gs-max-w='10'] {
191
- max-width: 83.3333333333%; }
192
- .grid-stack > .grid-stack-item[gs-w='11'] {
193
- width: 91.6666666667%; }
194
- .grid-stack > .grid-stack-item[gs-x='11'] {
195
- left: 91.6666666667%; }
196
- .grid-stack > .grid-stack-item[gs-min-w='11'] {
197
- min-width: 91.6666666667%; }
198
- .grid-stack > .grid-stack-item[gs-max-w='11'] {
199
- max-width: 91.6666666667%; }
200
- .grid-stack > .grid-stack-item[gs-w='12'] {
201
- width: 100%; }
202
- .grid-stack > .grid-stack-item[gs-x='12'] {
203
- left: 100%; }
204
- .grid-stack > .grid-stack-item[gs-min-w='12'] {
205
- min-width: 100%; }
206
- .grid-stack > .grid-stack-item[gs-max-w='12'] {
207
- max-width: 100%; }
208
- .grid-stack.grid-stack-1 > .grid-stack-item {
209
- min-width: 100%; }
210
- .grid-stack.grid-stack-1 > .grid-stack-item[gs-w='1'] {
211
- width: 100%; }
212
- .grid-stack.grid-stack-1 > .grid-stack-item[gs-x='1'] {
213
- left: 100%; }
214
- .grid-stack.grid-stack-1 > .grid-stack-item[gs-min-w='1'] {
215
- min-width: 100%; }
216
- .grid-stack.grid-stack-1 > .grid-stack-item[gs-max-w='1'] {
217
- max-width: 100%; }
218
- .grid-stack.grid-stack-animate,
219
- .grid-stack.grid-stack-animate .grid-stack-item {
220
- -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
221
- -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
222
- -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
223
- -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
224
- transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; }
225
- .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
226
- .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
227
- .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
228
- -webkit-transition: left 0s, top 0s, height 0s, width 0s;
229
- -moz-transition: left 0s, top 0s, height 0s, width 0s;
230
- -ms-transition: left 0s, top 0s, height 0s, width 0s;
231
- -o-transition: left 0s, top 0s, height 0s, width 0s;
232
- transition: left 0s, top 0s, height 0s, width 0s; }
233
- .grid-stack.ui-droppable.ui-droppable-over > *:not(.ui-droppable) {
234
- pointer-events: none; }
10
+ position: relative;
11
+ }
12
+ .grid-stack.grid-stack-rtl {
13
+ direction: ltr;
14
+ }
15
+ .grid-stack.grid-stack-rtl > .grid-stack-item {
16
+ direction: rtl;
17
+ }
18
+ .grid-stack .grid-stack-placeholder > .placeholder-content {
19
+ border: 1px dashed lightgray;
20
+ margin: 0;
21
+ position: absolute;
22
+ width: auto;
23
+ z-index: 0 !important;
24
+ text-align: center;
25
+ }
26
+ .grid-stack > .grid-stack-item {
27
+ min-width: 8.3333333333%;
28
+ position: absolute;
29
+ padding: 0;
30
+ }
31
+ .grid-stack > .grid-stack-item > .grid-stack-item-content {
32
+ margin: 0;
33
+ position: absolute;
34
+ width: auto;
35
+ overflow-x: hidden;
36
+ overflow-y: auto;
37
+ }
38
+ .grid-stack > .grid-stack-item > .ui-resizable-handle {
39
+ position: absolute;
40
+ font-size: 0.1px;
41
+ display: block;
42
+ -ms-touch-action: none;
43
+ touch-action: none;
44
+ }
45
+ .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
46
+ display: none;
47
+ }
48
+ .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
49
+ z-index: 100;
50
+ }
51
+ .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
52
+ box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
53
+ opacity: 0.8;
54
+ }
55
+ .grid-stack > .grid-stack-item > .ui-resizable-se,
56
+ .grid-stack > .grid-stack-item > .ui-resizable-sw {
57
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
58
+ background-repeat: no-repeat;
59
+ background-position: center;
60
+ -webkit-transform: rotate(45deg);
61
+ -moz-transform: rotate(45deg);
62
+ -ms-transform: rotate(45deg);
63
+ -o-transform: rotate(45deg);
64
+ transform: rotate(45deg);
65
+ }
66
+ .grid-stack > .grid-stack-item > .ui-resizable-se {
67
+ -webkit-transform: rotate(-45deg);
68
+ -moz-transform: rotate(-45deg);
69
+ -ms-transform: rotate(-45deg);
70
+ -o-transform: rotate(-45deg);
71
+ transform: rotate(-45deg);
72
+ }
73
+ .grid-stack > .grid-stack-item > .ui-resizable-nw {
74
+ cursor: nw-resize;
75
+ width: 20px;
76
+ height: 20px;
77
+ top: 0;
78
+ }
79
+ .grid-stack > .grid-stack-item > .ui-resizable-n {
80
+ cursor: n-resize;
81
+ height: 10px;
82
+ top: 0;
83
+ left: 25px;
84
+ right: 25px;
85
+ }
86
+ .grid-stack > .grid-stack-item > .ui-resizable-ne {
87
+ cursor: ne-resize;
88
+ width: 20px;
89
+ height: 20px;
90
+ top: 0;
91
+ }
92
+ .grid-stack > .grid-stack-item > .ui-resizable-e {
93
+ cursor: e-resize;
94
+ width: 10px;
95
+ top: 15px;
96
+ bottom: 15px;
97
+ }
98
+ .grid-stack > .grid-stack-item > .ui-resizable-se {
99
+ cursor: se-resize;
100
+ width: 20px;
101
+ height: 20px;
102
+ }
103
+ .grid-stack > .grid-stack-item > .ui-resizable-s {
104
+ cursor: s-resize;
105
+ height: 10px;
106
+ left: 25px;
107
+ bottom: 0;
108
+ right: 25px;
109
+ }
110
+ .grid-stack > .grid-stack-item > .ui-resizable-sw {
111
+ cursor: sw-resize;
112
+ width: 20px;
113
+ height: 20px;
114
+ bottom: 0;
115
+ }
116
+ .grid-stack > .grid-stack-item > .ui-resizable-w {
117
+ cursor: w-resize;
118
+ width: 10px;
119
+ top: 15px;
120
+ bottom: 15px;
121
+ }
122
+ .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
123
+ display: none !important;
124
+ }
125
+ .grid-stack > .grid-stack-item[gs-w="0"] {
126
+ width: 0%;
127
+ }
128
+ .grid-stack > .grid-stack-item[gs-x="0"] {
129
+ left: 0%;
130
+ }
131
+ .grid-stack > .grid-stack-item[gs-min-w="0"] {
132
+ min-width: 0%;
133
+ }
134
+ .grid-stack > .grid-stack-item[gs-max-w="0"] {
135
+ max-width: 0%;
136
+ }
137
+ .grid-stack > .grid-stack-item[gs-w="1"] {
138
+ width: 8.3333333333%;
139
+ }
140
+ .grid-stack > .grid-stack-item[gs-x="1"] {
141
+ left: 8.3333333333%;
142
+ }
143
+ .grid-stack > .grid-stack-item[gs-min-w="1"] {
144
+ min-width: 8.3333333333%;
145
+ }
146
+ .grid-stack > .grid-stack-item[gs-max-w="1"] {
147
+ max-width: 8.3333333333%;
148
+ }
149
+ .grid-stack > .grid-stack-item[gs-w="2"] {
150
+ width: 16.6666666667%;
151
+ }
152
+ .grid-stack > .grid-stack-item[gs-x="2"] {
153
+ left: 16.6666666667%;
154
+ }
155
+ .grid-stack > .grid-stack-item[gs-min-w="2"] {
156
+ min-width: 16.6666666667%;
157
+ }
158
+ .grid-stack > .grid-stack-item[gs-max-w="2"] {
159
+ max-width: 16.6666666667%;
160
+ }
161
+ .grid-stack > .grid-stack-item[gs-w="3"] {
162
+ width: 25%;
163
+ }
164
+ .grid-stack > .grid-stack-item[gs-x="3"] {
165
+ left: 25%;
166
+ }
167
+ .grid-stack > .grid-stack-item[gs-min-w="3"] {
168
+ min-width: 25%;
169
+ }
170
+ .grid-stack > .grid-stack-item[gs-max-w="3"] {
171
+ max-width: 25%;
172
+ }
173
+ .grid-stack > .grid-stack-item[gs-w="4"] {
174
+ width: 33.3333333333%;
175
+ }
176
+ .grid-stack > .grid-stack-item[gs-x="4"] {
177
+ left: 33.3333333333%;
178
+ }
179
+ .grid-stack > .grid-stack-item[gs-min-w="4"] {
180
+ min-width: 33.3333333333%;
181
+ }
182
+ .grid-stack > .grid-stack-item[gs-max-w="4"] {
183
+ max-width: 33.3333333333%;
184
+ }
185
+ .grid-stack > .grid-stack-item[gs-w="5"] {
186
+ width: 41.6666666667%;
187
+ }
188
+ .grid-stack > .grid-stack-item[gs-x="5"] {
189
+ left: 41.6666666667%;
190
+ }
191
+ .grid-stack > .grid-stack-item[gs-min-w="5"] {
192
+ min-width: 41.6666666667%;
193
+ }
194
+ .grid-stack > .grid-stack-item[gs-max-w="5"] {
195
+ max-width: 41.6666666667%;
196
+ }
197
+ .grid-stack > .grid-stack-item[gs-w="6"] {
198
+ width: 50%;
199
+ }
200
+ .grid-stack > .grid-stack-item[gs-x="6"] {
201
+ left: 50%;
202
+ }
203
+ .grid-stack > .grid-stack-item[gs-min-w="6"] {
204
+ min-width: 50%;
205
+ }
206
+ .grid-stack > .grid-stack-item[gs-max-w="6"] {
207
+ max-width: 50%;
208
+ }
209
+ .grid-stack > .grid-stack-item[gs-w="7"] {
210
+ width: 58.3333333333%;
211
+ }
212
+ .grid-stack > .grid-stack-item[gs-x="7"] {
213
+ left: 58.3333333333%;
214
+ }
215
+ .grid-stack > .grid-stack-item[gs-min-w="7"] {
216
+ min-width: 58.3333333333%;
217
+ }
218
+ .grid-stack > .grid-stack-item[gs-max-w="7"] {
219
+ max-width: 58.3333333333%;
220
+ }
221
+ .grid-stack > .grid-stack-item[gs-w="8"] {
222
+ width: 66.6666666667%;
223
+ }
224
+ .grid-stack > .grid-stack-item[gs-x="8"] {
225
+ left: 66.6666666667%;
226
+ }
227
+ .grid-stack > .grid-stack-item[gs-min-w="8"] {
228
+ min-width: 66.6666666667%;
229
+ }
230
+ .grid-stack > .grid-stack-item[gs-max-w="8"] {
231
+ max-width: 66.6666666667%;
232
+ }
233
+ .grid-stack > .grid-stack-item[gs-w="9"] {
234
+ width: 75%;
235
+ }
236
+ .grid-stack > .grid-stack-item[gs-x="9"] {
237
+ left: 75%;
238
+ }
239
+ .grid-stack > .grid-stack-item[gs-min-w="9"] {
240
+ min-width: 75%;
241
+ }
242
+ .grid-stack > .grid-stack-item[gs-max-w="9"] {
243
+ max-width: 75%;
244
+ }
245
+ .grid-stack > .grid-stack-item[gs-w="10"] {
246
+ width: 83.3333333333%;
247
+ }
248
+ .grid-stack > .grid-stack-item[gs-x="10"] {
249
+ left: 83.3333333333%;
250
+ }
251
+ .grid-stack > .grid-stack-item[gs-min-w="10"] {
252
+ min-width: 83.3333333333%;
253
+ }
254
+ .grid-stack > .grid-stack-item[gs-max-w="10"] {
255
+ max-width: 83.3333333333%;
256
+ }
257
+ .grid-stack > .grid-stack-item[gs-w="11"] {
258
+ width: 91.6666666667%;
259
+ }
260
+ .grid-stack > .grid-stack-item[gs-x="11"] {
261
+ left: 91.6666666667%;
262
+ }
263
+ .grid-stack > .grid-stack-item[gs-min-w="11"] {
264
+ min-width: 91.6666666667%;
265
+ }
266
+ .grid-stack > .grid-stack-item[gs-max-w="11"] {
267
+ max-width: 91.6666666667%;
268
+ }
269
+ .grid-stack > .grid-stack-item[gs-w="12"] {
270
+ width: 100%;
271
+ }
272
+ .grid-stack > .grid-stack-item[gs-x="12"] {
273
+ left: 100%;
274
+ }
275
+ .grid-stack > .grid-stack-item[gs-min-w="12"] {
276
+ min-width: 100%;
277
+ }
278
+ .grid-stack > .grid-stack-item[gs-max-w="12"] {
279
+ max-width: 100%;
280
+ }
281
+ .grid-stack.grid-stack-1 > .grid-stack-item {
282
+ min-width: 100%;
283
+ }
284
+ .grid-stack.grid-stack-1 > .grid-stack-item[gs-w="1"] {
285
+ width: 100%;
286
+ }
287
+ .grid-stack.grid-stack-1 > .grid-stack-item[gs-x="1"] {
288
+ left: 100%;
289
+ }
290
+ .grid-stack.grid-stack-1 > .grid-stack-item[gs-min-w="1"] {
291
+ min-width: 100%;
292
+ }
293
+ .grid-stack.grid-stack-1 > .grid-stack-item[gs-max-w="1"] {
294
+ max-width: 100%;
295
+ }
296
+ .grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
297
+ -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
298
+ -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
299
+ -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
300
+ -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
301
+ transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
302
+ }
303
+ .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
304
+ -webkit-transition: left 0s, top 0s, height 0s, width 0s;
305
+ -moz-transition: left 0s, top 0s, height 0s, width 0s;
306
+ -ms-transition: left 0s, top 0s, height 0s, width 0s;
307
+ -o-transition: left 0s, top 0s, height 0s, width 0s;
308
+ transition: left 0s, top 0s, height 0s, width 0s;
309
+ }
310
+ .grid-stack.ui-droppable.ui-droppable-over > *:not(.ui-droppable) {
311
+ pointer-events: none;
312
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * GridStack 4.2.7
2
+ * GridStack 4.3.0
3
3
  * https://gridstackjs.com/
4
4
  *
5
5
  * Copyright (c) 2021 Alain Dumesny
package/dist/gridstack.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*!
3
- * GridStack 4.2.7
3
+ * GridStack 4.3.0
4
4
  * https://gridstackjs.com/
5
5
  *
6
6
  * Copyright (c) 2021 Alain Dumesny