gridstack 11.5.1 → 12.0.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 (113) hide show
  1. package/README.md +15 -2
  2. package/dist/angular/README.md +0 -1
  3. package/dist/angular/esm2020/lib/base-widget.mjs +2 -2
  4. package/dist/angular/esm2020/lib/gridstack-item.component.mjs +2 -2
  5. package/dist/angular/esm2020/lib/gridstack.component.mjs +2 -2
  6. package/dist/angular/esm2020/lib/gridstack.module.mjs +2 -2
  7. package/dist/angular/esm2020/lib/types.mjs +2 -2
  8. package/dist/angular/fesm2015/gridstack-angular.mjs +4 -4
  9. package/dist/angular/fesm2015/gridstack-angular.mjs.map +1 -1
  10. package/dist/angular/fesm2020/gridstack-angular.mjs +5 -5
  11. package/dist/angular/fesm2020/gridstack-angular.mjs.map +1 -1
  12. package/dist/angular/lib/gridstack-item.component.d.ts +1 -1
  13. package/dist/angular/lib/gridstack.component.d.ts +1 -1
  14. package/dist/angular/lib/types.d.ts +1 -1
  15. package/dist/angular/src/base-widget.ts +1 -1
  16. package/dist/angular/src/gridstack-item.component.ts +1 -1
  17. package/dist/angular/src/gridstack.component.ts +1 -1
  18. package/dist/angular/src/gridstack.module.ts +1 -1
  19. package/dist/dd-base-impl.d.ts +1 -1
  20. package/dist/dd-base-impl.js +1 -1
  21. package/dist/dd-base-impl.js.map +1 -1
  22. package/dist/dd-draggable.d.ts +1 -1
  23. package/dist/dd-draggable.js +1 -1
  24. package/dist/dd-draggable.js.map +1 -1
  25. package/dist/dd-droppable.d.ts +1 -1
  26. package/dist/dd-droppable.js +1 -1
  27. package/dist/dd-droppable.js.map +1 -1
  28. package/dist/dd-element.d.ts +1 -1
  29. package/dist/dd-element.js +1 -1
  30. package/dist/dd-element.js.map +1 -1
  31. package/dist/dd-gridstack.d.ts +1 -1
  32. package/dist/dd-gridstack.js +1 -1
  33. package/dist/dd-gridstack.js.map +1 -1
  34. package/dist/dd-manager.d.ts +1 -1
  35. package/dist/dd-manager.js +1 -1
  36. package/dist/dd-manager.js.map +1 -1
  37. package/dist/dd-resizable-handle.d.ts +1 -1
  38. package/dist/dd-resizable-handle.js +1 -1
  39. package/dist/dd-resizable-handle.js.map +1 -1
  40. package/dist/dd-resizable.d.ts +1 -1
  41. package/dist/dd-resizable.js +3 -2
  42. package/dist/dd-resizable.js.map +1 -1
  43. package/dist/dd-touch.d.ts +1 -1
  44. package/dist/dd-touch.js +1 -1
  45. package/dist/dd-touch.js.map +1 -1
  46. package/dist/es5/dd-base-impl.d.ts +1 -1
  47. package/dist/es5/dd-base-impl.js +1 -1
  48. package/dist/es5/dd-base-impl.js.map +1 -1
  49. package/dist/es5/dd-draggable.d.ts +1 -1
  50. package/dist/es5/dd-draggable.js +1 -1
  51. package/dist/es5/dd-draggable.js.map +1 -1
  52. package/dist/es5/dd-droppable.d.ts +1 -1
  53. package/dist/es5/dd-droppable.js +1 -1
  54. package/dist/es5/dd-droppable.js.map +1 -1
  55. package/dist/es5/dd-element.d.ts +1 -1
  56. package/dist/es5/dd-element.js +1 -1
  57. package/dist/es5/dd-element.js.map +1 -1
  58. package/dist/es5/dd-gridstack.d.ts +1 -1
  59. package/dist/es5/dd-gridstack.js +1 -1
  60. package/dist/es5/dd-gridstack.js.map +1 -1
  61. package/dist/es5/dd-manager.d.ts +1 -1
  62. package/dist/es5/dd-manager.js +1 -1
  63. package/dist/es5/dd-manager.js.map +1 -1
  64. package/dist/es5/dd-resizable-handle.d.ts +1 -1
  65. package/dist/es5/dd-resizable-handle.js +1 -1
  66. package/dist/es5/dd-resizable-handle.js.map +1 -1
  67. package/dist/es5/dd-resizable.d.ts +1 -1
  68. package/dist/es5/dd-resizable.js +3 -2
  69. package/dist/es5/dd-resizable.js.map +1 -1
  70. package/dist/es5/dd-touch.d.ts +1 -1
  71. package/dist/es5/dd-touch.js +1 -1
  72. package/dist/es5/dd-touch.js.map +1 -1
  73. package/dist/es5/gridstack-all.js +1 -1
  74. package/dist/es5/gridstack-all.js.LICENSE.txt +1 -1
  75. package/dist/es5/gridstack-all.js.map +1 -1
  76. package/dist/es5/gridstack-engine.d.ts +1 -1
  77. package/dist/es5/gridstack-engine.js +1 -1
  78. package/dist/es5/gridstack-engine.js.map +1 -1
  79. package/dist/es5/gridstack-poly.js +1 -1
  80. package/dist/es5/gridstack.d.ts +4 -5
  81. package/dist/es5/gridstack.js +85 -158
  82. package/dist/es5/gridstack.js.map +1 -1
  83. package/dist/es5/types.d.ts +4 -2
  84. package/dist/es5/types.js +1 -2
  85. package/dist/es5/types.js.map +1 -1
  86. package/dist/es5/utils.d.ts +1 -14
  87. package/dist/es5/utils.js +1 -45
  88. package/dist/es5/utils.js.map +1 -1
  89. package/dist/gridstack-all.js +1 -1
  90. package/dist/gridstack-all.js.LICENSE.txt +1 -1
  91. package/dist/gridstack-all.js.map +1 -1
  92. package/dist/gridstack-engine.d.ts +1 -1
  93. package/dist/gridstack-engine.js +1 -1
  94. package/dist/gridstack-engine.js.map +1 -1
  95. package/dist/gridstack.css +25 -79
  96. package/dist/gridstack.d.ts +4 -5
  97. package/dist/gridstack.js +77 -150
  98. package/dist/gridstack.js.map +1 -1
  99. package/dist/gridstack.min.css +1 -1
  100. package/dist/src/gridstack.scss +22 -21
  101. package/dist/types.d.ts +4 -2
  102. package/dist/types.js +1 -2
  103. package/dist/types.js.map +1 -1
  104. package/dist/utils.d.ts +1 -14
  105. package/dist/utils.js +1 -45
  106. package/dist/utils.js.map +1 -1
  107. package/doc/CHANGES.md +7 -0
  108. package/doc/README.md +0 -3
  109. package/package.json +1 -1
  110. package/dist/angular/node_modules/tslib/README.md +0 -164
  111. package/dist/gridstack-extra.css +0 -373
  112. package/dist/gridstack-extra.min.css +0 -1
  113. package/dist/src/gridstack-extra.scss +0 -25
@@ -1,164 +0,0 @@
1
- # tslib
2
-
3
- This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
4
-
5
- This library is primarily used by the `--importHelpers` flag in TypeScript.
6
- When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file:
7
-
8
- ```ts
9
- var __assign = (this && this.__assign) || Object.assign || function(t) {
10
- for (var s, i = 1, n = arguments.length; i < n; i++) {
11
- s = arguments[i];
12
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
13
- t[p] = s[p];
14
- }
15
- return t;
16
- };
17
- exports.x = {};
18
- exports.y = __assign({}, exports.x);
19
-
20
- ```
21
-
22
- will instead be emitted as something like the following:
23
-
24
- ```ts
25
- var tslib_1 = require("tslib");
26
- exports.x = {};
27
- exports.y = tslib_1.__assign({}, exports.x);
28
- ```
29
-
30
- Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead.
31
- For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`.
32
-
33
- # Installing
34
-
35
- For the latest stable version, run:
36
-
37
- ## npm
38
-
39
- ```sh
40
- # TypeScript 3.9.2 or later
41
- npm install tslib
42
-
43
- # TypeScript 3.8.4 or earlier
44
- npm install tslib@^1
45
-
46
- # TypeScript 2.3.2 or earlier
47
- npm install tslib@1.6.1
48
- ```
49
-
50
- ## yarn
51
-
52
- ```sh
53
- # TypeScript 3.9.2 or later
54
- yarn add tslib
55
-
56
- # TypeScript 3.8.4 or earlier
57
- yarn add tslib@^1
58
-
59
- # TypeScript 2.3.2 or earlier
60
- yarn add tslib@1.6.1
61
- ```
62
-
63
- ## bower
64
-
65
- ```sh
66
- # TypeScript 3.9.2 or later
67
- bower install tslib
68
-
69
- # TypeScript 3.8.4 or earlier
70
- bower install tslib@^1
71
-
72
- # TypeScript 2.3.2 or earlier
73
- bower install tslib@1.6.1
74
- ```
75
-
76
- ## JSPM
77
-
78
- ```sh
79
- # TypeScript 3.9.2 or later
80
- jspm install tslib
81
-
82
- # TypeScript 3.8.4 or earlier
83
- jspm install tslib@^1
84
-
85
- # TypeScript 2.3.2 or earlier
86
- jspm install tslib@1.6.1
87
- ```
88
-
89
- # Usage
90
-
91
- Set the `importHelpers` compiler option on the command line:
92
-
93
- ```
94
- tsc --importHelpers file.ts
95
- ```
96
-
97
- or in your tsconfig.json:
98
-
99
- ```json
100
- {
101
- "compilerOptions": {
102
- "importHelpers": true
103
- }
104
- }
105
- ```
106
-
107
- #### For bower and JSPM users
108
-
109
- You will need to add a `paths` mapping for `tslib`, e.g. For Bower users:
110
-
111
- ```json
112
- {
113
- "compilerOptions": {
114
- "module": "amd",
115
- "importHelpers": true,
116
- "baseUrl": "./",
117
- "paths": {
118
- "tslib" : ["bower_components/tslib/tslib.d.ts"]
119
- }
120
- }
121
- }
122
- ```
123
-
124
- For JSPM users:
125
-
126
- ```json
127
- {
128
- "compilerOptions": {
129
- "module": "system",
130
- "importHelpers": true,
131
- "baseUrl": "./",
132
- "paths": {
133
- "tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
134
- }
135
- }
136
- }
137
- ```
138
-
139
- ## Deployment
140
-
141
- - Choose your new version number
142
- - Set it in `package.json` and `bower.json`
143
- - Create a tag: `git tag [version]`
144
- - Push the tag: `git push --tags`
145
- - Create a [release in GitHub](https://github.com/microsoft/tslib/releases)
146
- - Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow
147
-
148
- Done.
149
-
150
- # Contribute
151
-
152
- There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript.
153
-
154
- * [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
155
- * Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls).
156
- * Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript).
157
- * Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter.
158
- * [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md).
159
-
160
- # Documentation
161
-
162
- * [Quick tutorial](http://www.typescriptlang.org/Tutorial)
163
- * [Programming handbook](http://www.typescriptlang.org/Handbook)
164
- * [Homepage](http://www.typescriptlang.org/)
@@ -1,373 +0,0 @@
1
- /**
2
- * default to generate [2-11] columns as 1 (oneColumnMode) and 12 (default) are in the main css
3
- * Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
4
- */
5
- .gs-2 > .grid-stack-item {
6
- width: 50%;
7
- }
8
- .gs-2 > .grid-stack-item[gs-x="1"] {
9
- left: 50%;
10
- }
11
- .gs-2 > .grid-stack-item[gs-w="2"] {
12
- width: 100%;
13
- }
14
-
15
- .gs-3 > .grid-stack-item {
16
- width: 33.333%;
17
- }
18
- .gs-3 > .grid-stack-item[gs-x="1"] {
19
- left: 33.333%;
20
- }
21
- .gs-3 > .grid-stack-item[gs-w="2"] {
22
- width: 66.667%;
23
- }
24
- .gs-3 > .grid-stack-item[gs-x="2"] {
25
- left: 66.667%;
26
- }
27
- .gs-3 > .grid-stack-item[gs-w="3"] {
28
- width: 100%;
29
- }
30
-
31
- .gs-4 > .grid-stack-item {
32
- width: 25%;
33
- }
34
- .gs-4 > .grid-stack-item[gs-x="1"] {
35
- left: 25%;
36
- }
37
- .gs-4 > .grid-stack-item[gs-w="2"] {
38
- width: 50%;
39
- }
40
- .gs-4 > .grid-stack-item[gs-x="2"] {
41
- left: 50%;
42
- }
43
- .gs-4 > .grid-stack-item[gs-w="3"] {
44
- width: 75%;
45
- }
46
- .gs-4 > .grid-stack-item[gs-x="3"] {
47
- left: 75%;
48
- }
49
- .gs-4 > .grid-stack-item[gs-w="4"] {
50
- width: 100%;
51
- }
52
-
53
- .gs-5 > .grid-stack-item {
54
- width: 20%;
55
- }
56
- .gs-5 > .grid-stack-item[gs-x="1"] {
57
- left: 20%;
58
- }
59
- .gs-5 > .grid-stack-item[gs-w="2"] {
60
- width: 40%;
61
- }
62
- .gs-5 > .grid-stack-item[gs-x="2"] {
63
- left: 40%;
64
- }
65
- .gs-5 > .grid-stack-item[gs-w="3"] {
66
- width: 60%;
67
- }
68
- .gs-5 > .grid-stack-item[gs-x="3"] {
69
- left: 60%;
70
- }
71
- .gs-5 > .grid-stack-item[gs-w="4"] {
72
- width: 80%;
73
- }
74
- .gs-5 > .grid-stack-item[gs-x="4"] {
75
- left: 80%;
76
- }
77
- .gs-5 > .grid-stack-item[gs-w="5"] {
78
- width: 100%;
79
- }
80
-
81
- .gs-6 > .grid-stack-item {
82
- width: 16.667%;
83
- }
84
- .gs-6 > .grid-stack-item[gs-x="1"] {
85
- left: 16.667%;
86
- }
87
- .gs-6 > .grid-stack-item[gs-w="2"] {
88
- width: 33.333%;
89
- }
90
- .gs-6 > .grid-stack-item[gs-x="2"] {
91
- left: 33.333%;
92
- }
93
- .gs-6 > .grid-stack-item[gs-w="3"] {
94
- width: 50%;
95
- }
96
- .gs-6 > .grid-stack-item[gs-x="3"] {
97
- left: 50%;
98
- }
99
- .gs-6 > .grid-stack-item[gs-w="4"] {
100
- width: 66.667%;
101
- }
102
- .gs-6 > .grid-stack-item[gs-x="4"] {
103
- left: 66.667%;
104
- }
105
- .gs-6 > .grid-stack-item[gs-w="5"] {
106
- width: 83.333%;
107
- }
108
- .gs-6 > .grid-stack-item[gs-x="5"] {
109
- left: 83.333%;
110
- }
111
- .gs-6 > .grid-stack-item[gs-w="6"] {
112
- width: 100%;
113
- }
114
-
115
- .gs-7 > .grid-stack-item {
116
- width: 14.286%;
117
- }
118
- .gs-7 > .grid-stack-item[gs-x="1"] {
119
- left: 14.286%;
120
- }
121
- .gs-7 > .grid-stack-item[gs-w="2"] {
122
- width: 28.571%;
123
- }
124
- .gs-7 > .grid-stack-item[gs-x="2"] {
125
- left: 28.571%;
126
- }
127
- .gs-7 > .grid-stack-item[gs-w="3"] {
128
- width: 42.857%;
129
- }
130
- .gs-7 > .grid-stack-item[gs-x="3"] {
131
- left: 42.857%;
132
- }
133
- .gs-7 > .grid-stack-item[gs-w="4"] {
134
- width: 57.143%;
135
- }
136
- .gs-7 > .grid-stack-item[gs-x="4"] {
137
- left: 57.143%;
138
- }
139
- .gs-7 > .grid-stack-item[gs-w="5"] {
140
- width: 71.429%;
141
- }
142
- .gs-7 > .grid-stack-item[gs-x="5"] {
143
- left: 71.429%;
144
- }
145
- .gs-7 > .grid-stack-item[gs-w="6"] {
146
- width: 85.714%;
147
- }
148
- .gs-7 > .grid-stack-item[gs-x="6"] {
149
- left: 85.714%;
150
- }
151
- .gs-7 > .grid-stack-item[gs-w="7"] {
152
- width: 100%;
153
- }
154
-
155
- .gs-8 > .grid-stack-item {
156
- width: 12.5%;
157
- }
158
- .gs-8 > .grid-stack-item[gs-x="1"] {
159
- left: 12.5%;
160
- }
161
- .gs-8 > .grid-stack-item[gs-w="2"] {
162
- width: 25%;
163
- }
164
- .gs-8 > .grid-stack-item[gs-x="2"] {
165
- left: 25%;
166
- }
167
- .gs-8 > .grid-stack-item[gs-w="3"] {
168
- width: 37.5%;
169
- }
170
- .gs-8 > .grid-stack-item[gs-x="3"] {
171
- left: 37.5%;
172
- }
173
- .gs-8 > .grid-stack-item[gs-w="4"] {
174
- width: 50%;
175
- }
176
- .gs-8 > .grid-stack-item[gs-x="4"] {
177
- left: 50%;
178
- }
179
- .gs-8 > .grid-stack-item[gs-w="5"] {
180
- width: 62.5%;
181
- }
182
- .gs-8 > .grid-stack-item[gs-x="5"] {
183
- left: 62.5%;
184
- }
185
- .gs-8 > .grid-stack-item[gs-w="6"] {
186
- width: 75%;
187
- }
188
- .gs-8 > .grid-stack-item[gs-x="6"] {
189
- left: 75%;
190
- }
191
- .gs-8 > .grid-stack-item[gs-w="7"] {
192
- width: 87.5%;
193
- }
194
- .gs-8 > .grid-stack-item[gs-x="7"] {
195
- left: 87.5%;
196
- }
197
- .gs-8 > .grid-stack-item[gs-w="8"] {
198
- width: 100%;
199
- }
200
-
201
- .gs-9 > .grid-stack-item {
202
- width: 11.111%;
203
- }
204
- .gs-9 > .grid-stack-item[gs-x="1"] {
205
- left: 11.111%;
206
- }
207
- .gs-9 > .grid-stack-item[gs-w="2"] {
208
- width: 22.222%;
209
- }
210
- .gs-9 > .grid-stack-item[gs-x="2"] {
211
- left: 22.222%;
212
- }
213
- .gs-9 > .grid-stack-item[gs-w="3"] {
214
- width: 33.333%;
215
- }
216
- .gs-9 > .grid-stack-item[gs-x="3"] {
217
- left: 33.333%;
218
- }
219
- .gs-9 > .grid-stack-item[gs-w="4"] {
220
- width: 44.444%;
221
- }
222
- .gs-9 > .grid-stack-item[gs-x="4"] {
223
- left: 44.444%;
224
- }
225
- .gs-9 > .grid-stack-item[gs-w="5"] {
226
- width: 55.556%;
227
- }
228
- .gs-9 > .grid-stack-item[gs-x="5"] {
229
- left: 55.556%;
230
- }
231
- .gs-9 > .grid-stack-item[gs-w="6"] {
232
- width: 66.667%;
233
- }
234
- .gs-9 > .grid-stack-item[gs-x="6"] {
235
- left: 66.667%;
236
- }
237
- .gs-9 > .grid-stack-item[gs-w="7"] {
238
- width: 77.778%;
239
- }
240
- .gs-9 > .grid-stack-item[gs-x="7"] {
241
- left: 77.778%;
242
- }
243
- .gs-9 > .grid-stack-item[gs-w="8"] {
244
- width: 88.889%;
245
- }
246
- .gs-9 > .grid-stack-item[gs-x="8"] {
247
- left: 88.889%;
248
- }
249
- .gs-9 > .grid-stack-item[gs-w="9"] {
250
- width: 100%;
251
- }
252
-
253
- .gs-10 > .grid-stack-item {
254
- width: 10%;
255
- }
256
- .gs-10 > .grid-stack-item[gs-x="1"] {
257
- left: 10%;
258
- }
259
- .gs-10 > .grid-stack-item[gs-w="2"] {
260
- width: 20%;
261
- }
262
- .gs-10 > .grid-stack-item[gs-x="2"] {
263
- left: 20%;
264
- }
265
- .gs-10 > .grid-stack-item[gs-w="3"] {
266
- width: 30%;
267
- }
268
- .gs-10 > .grid-stack-item[gs-x="3"] {
269
- left: 30%;
270
- }
271
- .gs-10 > .grid-stack-item[gs-w="4"] {
272
- width: 40%;
273
- }
274
- .gs-10 > .grid-stack-item[gs-x="4"] {
275
- left: 40%;
276
- }
277
- .gs-10 > .grid-stack-item[gs-w="5"] {
278
- width: 50%;
279
- }
280
- .gs-10 > .grid-stack-item[gs-x="5"] {
281
- left: 50%;
282
- }
283
- .gs-10 > .grid-stack-item[gs-w="6"] {
284
- width: 60%;
285
- }
286
- .gs-10 > .grid-stack-item[gs-x="6"] {
287
- left: 60%;
288
- }
289
- .gs-10 > .grid-stack-item[gs-w="7"] {
290
- width: 70%;
291
- }
292
- .gs-10 > .grid-stack-item[gs-x="7"] {
293
- left: 70%;
294
- }
295
- .gs-10 > .grid-stack-item[gs-w="8"] {
296
- width: 80%;
297
- }
298
- .gs-10 > .grid-stack-item[gs-x="8"] {
299
- left: 80%;
300
- }
301
- .gs-10 > .grid-stack-item[gs-w="9"] {
302
- width: 90%;
303
- }
304
- .gs-10 > .grid-stack-item[gs-x="9"] {
305
- left: 90%;
306
- }
307
- .gs-10 > .grid-stack-item[gs-w="10"] {
308
- width: 100%;
309
- }
310
-
311
- .gs-11 > .grid-stack-item {
312
- width: 9.091%;
313
- }
314
- .gs-11 > .grid-stack-item[gs-x="1"] {
315
- left: 9.091%;
316
- }
317
- .gs-11 > .grid-stack-item[gs-w="2"] {
318
- width: 18.182%;
319
- }
320
- .gs-11 > .grid-stack-item[gs-x="2"] {
321
- left: 18.182%;
322
- }
323
- .gs-11 > .grid-stack-item[gs-w="3"] {
324
- width: 27.273%;
325
- }
326
- .gs-11 > .grid-stack-item[gs-x="3"] {
327
- left: 27.273%;
328
- }
329
- .gs-11 > .grid-stack-item[gs-w="4"] {
330
- width: 36.364%;
331
- }
332
- .gs-11 > .grid-stack-item[gs-x="4"] {
333
- left: 36.364%;
334
- }
335
- .gs-11 > .grid-stack-item[gs-w="5"] {
336
- width: 45.455%;
337
- }
338
- .gs-11 > .grid-stack-item[gs-x="5"] {
339
- left: 45.455%;
340
- }
341
- .gs-11 > .grid-stack-item[gs-w="6"] {
342
- width: 54.545%;
343
- }
344
- .gs-11 > .grid-stack-item[gs-x="6"] {
345
- left: 54.545%;
346
- }
347
- .gs-11 > .grid-stack-item[gs-w="7"] {
348
- width: 63.636%;
349
- }
350
- .gs-11 > .grid-stack-item[gs-x="7"] {
351
- left: 63.636%;
352
- }
353
- .gs-11 > .grid-stack-item[gs-w="8"] {
354
- width: 72.727%;
355
- }
356
- .gs-11 > .grid-stack-item[gs-x="8"] {
357
- left: 72.727%;
358
- }
359
- .gs-11 > .grid-stack-item[gs-w="9"] {
360
- width: 81.818%;
361
- }
362
- .gs-11 > .grid-stack-item[gs-x="9"] {
363
- left: 81.818%;
364
- }
365
- .gs-11 > .grid-stack-item[gs-w="10"] {
366
- width: 90.909%;
367
- }
368
- .gs-11 > .grid-stack-item[gs-x="10"] {
369
- left: 90.909%;
370
- }
371
- .gs-11 > .grid-stack-item[gs-w="11"] {
372
- width: 100%;
373
- }
@@ -1 +0,0 @@
1
- .gs-2>.grid-stack-item{width:50%}.gs-2>.grid-stack-item[gs-x="1"]{left:50%}.gs-2>.grid-stack-item[gs-w="2"]{width:100%}.gs-3>.grid-stack-item{width:33.333%}.gs-3>.grid-stack-item[gs-x="1"]{left:33.333%}.gs-3>.grid-stack-item[gs-w="2"]{width:66.667%}.gs-3>.grid-stack-item[gs-x="2"]{left:66.667%}.gs-3>.grid-stack-item[gs-w="3"]{width:100%}.gs-4>.grid-stack-item{width:25%}.gs-4>.grid-stack-item[gs-x="1"]{left:25%}.gs-4>.grid-stack-item[gs-w="2"]{width:50%}.gs-4>.grid-stack-item[gs-x="2"]{left:50%}.gs-4>.grid-stack-item[gs-w="3"]{width:75%}.gs-4>.grid-stack-item[gs-x="3"]{left:75%}.gs-4>.grid-stack-item[gs-w="4"]{width:100%}.gs-5>.grid-stack-item{width:20%}.gs-5>.grid-stack-item[gs-x="1"]{left:20%}.gs-5>.grid-stack-item[gs-w="2"]{width:40%}.gs-5>.grid-stack-item[gs-x="2"]{left:40%}.gs-5>.grid-stack-item[gs-w="3"]{width:60%}.gs-5>.grid-stack-item[gs-x="3"]{left:60%}.gs-5>.grid-stack-item[gs-w="4"]{width:80%}.gs-5>.grid-stack-item[gs-x="4"]{left:80%}.gs-5>.grid-stack-item[gs-w="5"]{width:100%}.gs-6>.grid-stack-item{width:16.667%}.gs-6>.grid-stack-item[gs-x="1"]{left:16.667%}.gs-6>.grid-stack-item[gs-w="2"]{width:33.333%}.gs-6>.grid-stack-item[gs-x="2"]{left:33.333%}.gs-6>.grid-stack-item[gs-w="3"]{width:50%}.gs-6>.grid-stack-item[gs-x="3"]{left:50%}.gs-6>.grid-stack-item[gs-w="4"]{width:66.667%}.gs-6>.grid-stack-item[gs-x="4"]{left:66.667%}.gs-6>.grid-stack-item[gs-w="5"]{width:83.333%}.gs-6>.grid-stack-item[gs-x="5"]{left:83.333%}.gs-6>.grid-stack-item[gs-w="6"]{width:100%}.gs-7>.grid-stack-item{width:14.286%}.gs-7>.grid-stack-item[gs-x="1"]{left:14.286%}.gs-7>.grid-stack-item[gs-w="2"]{width:28.571%}.gs-7>.grid-stack-item[gs-x="2"]{left:28.571%}.gs-7>.grid-stack-item[gs-w="3"]{width:42.857%}.gs-7>.grid-stack-item[gs-x="3"]{left:42.857%}.gs-7>.grid-stack-item[gs-w="4"]{width:57.143%}.gs-7>.grid-stack-item[gs-x="4"]{left:57.143%}.gs-7>.grid-stack-item[gs-w="5"]{width:71.429%}.gs-7>.grid-stack-item[gs-x="5"]{left:71.429%}.gs-7>.grid-stack-item[gs-w="6"]{width:85.714%}.gs-7>.grid-stack-item[gs-x="6"]{left:85.714%}.gs-7>.grid-stack-item[gs-w="7"]{width:100%}.gs-8>.grid-stack-item{width:12.5%}.gs-8>.grid-stack-item[gs-x="1"]{left:12.5%}.gs-8>.grid-stack-item[gs-w="2"]{width:25%}.gs-8>.grid-stack-item[gs-x="2"]{left:25%}.gs-8>.grid-stack-item[gs-w="3"]{width:37.5%}.gs-8>.grid-stack-item[gs-x="3"]{left:37.5%}.gs-8>.grid-stack-item[gs-w="4"]{width:50%}.gs-8>.grid-stack-item[gs-x="4"]{left:50%}.gs-8>.grid-stack-item[gs-w="5"]{width:62.5%}.gs-8>.grid-stack-item[gs-x="5"]{left:62.5%}.gs-8>.grid-stack-item[gs-w="6"]{width:75%}.gs-8>.grid-stack-item[gs-x="6"]{left:75%}.gs-8>.grid-stack-item[gs-w="7"]{width:87.5%}.gs-8>.grid-stack-item[gs-x="7"]{left:87.5%}.gs-8>.grid-stack-item[gs-w="8"]{width:100%}.gs-9>.grid-stack-item{width:11.111%}.gs-9>.grid-stack-item[gs-x="1"]{left:11.111%}.gs-9>.grid-stack-item[gs-w="2"]{width:22.222%}.gs-9>.grid-stack-item[gs-x="2"]{left:22.222%}.gs-9>.grid-stack-item[gs-w="3"]{width:33.333%}.gs-9>.grid-stack-item[gs-x="3"]{left:33.333%}.gs-9>.grid-stack-item[gs-w="4"]{width:44.444%}.gs-9>.grid-stack-item[gs-x="4"]{left:44.444%}.gs-9>.grid-stack-item[gs-w="5"]{width:55.556%}.gs-9>.grid-stack-item[gs-x="5"]{left:55.556%}.gs-9>.grid-stack-item[gs-w="6"]{width:66.667%}.gs-9>.grid-stack-item[gs-x="6"]{left:66.667%}.gs-9>.grid-stack-item[gs-w="7"]{width:77.778%}.gs-9>.grid-stack-item[gs-x="7"]{left:77.778%}.gs-9>.grid-stack-item[gs-w="8"]{width:88.889%}.gs-9>.grid-stack-item[gs-x="8"]{left:88.889%}.gs-9>.grid-stack-item[gs-w="9"]{width:100%}.gs-10>.grid-stack-item{width:10%}.gs-10>.grid-stack-item[gs-x="1"]{left:10%}.gs-10>.grid-stack-item[gs-w="2"]{width:20%}.gs-10>.grid-stack-item[gs-x="2"]{left:20%}.gs-10>.grid-stack-item[gs-w="3"]{width:30%}.gs-10>.grid-stack-item[gs-x="3"]{left:30%}.gs-10>.grid-stack-item[gs-w="4"]{width:40%}.gs-10>.grid-stack-item[gs-x="4"]{left:40%}.gs-10>.grid-stack-item[gs-w="5"]{width:50%}.gs-10>.grid-stack-item[gs-x="5"]{left:50%}.gs-10>.grid-stack-item[gs-w="6"]{width:60%}.gs-10>.grid-stack-item[gs-x="6"]{left:60%}.gs-10>.grid-stack-item[gs-w="7"]{width:70%}.gs-10>.grid-stack-item[gs-x="7"]{left:70%}.gs-10>.grid-stack-item[gs-w="8"]{width:80%}.gs-10>.grid-stack-item[gs-x="8"]{left:80%}.gs-10>.grid-stack-item[gs-w="9"]{width:90%}.gs-10>.grid-stack-item[gs-x="9"]{left:90%}.gs-10>.grid-stack-item[gs-w="10"]{width:100%}.gs-11>.grid-stack-item{width:9.091%}.gs-11>.grid-stack-item[gs-x="1"]{left:9.091%}.gs-11>.grid-stack-item[gs-w="2"]{width:18.182%}.gs-11>.grid-stack-item[gs-x="2"]{left:18.182%}.gs-11>.grid-stack-item[gs-w="3"]{width:27.273%}.gs-11>.grid-stack-item[gs-x="3"]{left:27.273%}.gs-11>.grid-stack-item[gs-w="4"]{width:36.364%}.gs-11>.grid-stack-item[gs-x="4"]{left:36.364%}.gs-11>.grid-stack-item[gs-w="5"]{width:45.455%}.gs-11>.grid-stack-item[gs-x="5"]{left:45.455%}.gs-11>.grid-stack-item[gs-w="6"]{width:54.545%}.gs-11>.grid-stack-item[gs-x="6"]{left:54.545%}.gs-11>.grid-stack-item[gs-w="7"]{width:63.636%}.gs-11>.grid-stack-item[gs-x="7"]{left:63.636%}.gs-11>.grid-stack-item[gs-w="8"]{width:72.727%}.gs-11>.grid-stack-item[gs-x="8"]{left:72.727%}.gs-11>.grid-stack-item[gs-w="9"]{width:81.818%}.gs-11>.grid-stack-item[gs-x="9"]{left:81.818%}.gs-11>.grid-stack-item[gs-w="10"]{width:90.909%}.gs-11>.grid-stack-item[gs-x="10"]{left:90.909%}.gs-11>.grid-stack-item[gs-w="11"]{width:100%}
@@ -1,25 +0,0 @@
1
- /**
2
- * default to generate [2-11] columns as 1 (oneColumnMode) and 12 (default) are in the main css
3
- * Copyright (c) 2021-2024 Alain Dumesny - see GridStack root license
4
- */
5
- $start: 2 !default;
6
- $end: 11 !default;
7
-
8
- @function fixed($float) {
9
- @return calc(round($float * 1000) / 1000); // total 4-5 digits being %
10
- }
11
-
12
- @mixin grid-stack-items($columns) {
13
- .gs-#{$columns} > .grid-stack-item {
14
- width: fixed(calc(100% / $columns));
15
-
16
- @for $i from 1 through $columns - 1 {
17
- &[gs-x='#{$i}'] { left: fixed(calc(100% / $columns) * $i); }
18
- &[gs-w='#{$i+1}'] { width: fixed(calc(100% / $columns) * ($i+1)); }
19
- }
20
- }
21
- }
22
-
23
- @for $j from $start through $end {
24
- @include grid-stack-items($j)
25
- }