@schukai/monster 3.96.3 → 3.97.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.
- package/CHANGELOG.md +15 -96
- package/package.json +1 -1
- package/source/components/accessibility/locale-picker.mjs +598 -0
- package/source/components/accessibility/style/locale-picker.css +1 -0
- package/source/components/accessibility/style/locale-picker.pcss +26 -0
- package/source/components/accessibility/stylesheet/locale-picker.mjs +31 -0
- package/source/components/content/stylesheet/copy.mjs +2 -2
- package/source/components/datatable/stylesheet/change-button.mjs +2 -2
- package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
- package/source/components/datatable/stylesheet/dataset.mjs +2 -2
- package/source/components/datatable/stylesheet/datasource.mjs +1 -1
- package/source/components/datatable/stylesheet/datatable.mjs +1 -1
- package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-button.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-date-range.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-range.mjs +1 -1
- package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
- package/source/components/datatable/stylesheet/filter.mjs +2 -2
- package/source/components/datatable/stylesheet/pagination.mjs +1 -1
- package/source/components/datatable/stylesheet/save-button.mjs +2 -2
- package/source/components/datatable/stylesheet/status.mjs +1 -1
- package/source/components/form/stylesheet/action-button.mjs +1 -1
- package/source/components/form/stylesheet/api-bar.mjs +1 -1
- package/source/components/form/stylesheet/api-button.mjs +1 -1
- package/source/components/form/stylesheet/button-bar.mjs +1 -1
- package/source/components/form/stylesheet/button.mjs +1 -1
- package/source/components/form/stylesheet/confirm-button.mjs +1 -1
- package/source/components/form/stylesheet/context-error.mjs +1 -1
- package/source/components/form/stylesheet/context-help.mjs +1 -1
- package/source/components/form/stylesheet/field-set.mjs +1 -1
- package/source/components/form/stylesheet/form.mjs +1 -1
- package/source/components/form/stylesheet/input-group.mjs +1 -1
- package/source/components/form/stylesheet/message-state-button.mjs +1 -1
- package/source/components/form/stylesheet/password.mjs +1 -1
- package/source/components/form/stylesheet/popper-button.mjs +1 -1
- package/source/components/form/stylesheet/select.mjs +1 -1
- package/source/components/form/stylesheet/state-button.mjs +1 -1
- package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
- package/source/components/form/stylesheet/tree-select.mjs +1 -1
- package/source/components/host/stylesheet/call-button.mjs +2 -2
- package/source/components/host/stylesheet/config-manager.mjs +1 -1
- package/source/components/host/stylesheet/host.mjs +2 -2
- package/source/components/host/stylesheet/overlay.mjs +2 -2
- package/source/components/host/stylesheet/toggle-button.mjs +2 -2
- package/source/components/host/stylesheet/viewer.mjs +2 -2
- package/source/components/layout/stylesheet/collapse.mjs +2 -2
- package/source/components/layout/stylesheet/details.mjs +2 -2
- package/source/components/layout/stylesheet/iframe.mjs +1 -1
- package/source/components/layout/stylesheet/panel.mjs +2 -2
- package/source/components/layout/stylesheet/popper.mjs +1 -1
- package/source/components/layout/stylesheet/slider.mjs +2 -2
- package/source/components/layout/stylesheet/split-panel.mjs +1 -1
- package/source/components/layout/stylesheet/tabs.mjs +2 -2
- package/source/components/layout/stylesheet/width-toggle.mjs +1 -1
- package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
- package/source/components/notify/stylesheet/message.mjs +2 -2
- package/source/components/notify/stylesheet/notify.mjs +1 -1
- package/source/components/state/stylesheet/log.mjs +1 -1
- package/source/components/state/stylesheet/state.mjs +1 -1
- package/source/components/style/property.css +1 -0
- package/source/components/style/theme.css +4 -4
- package/source/components/stylesheet/badge.mjs +1 -1
- package/source/components/stylesheet/border.mjs +1 -1
- package/source/components/stylesheet/button.mjs +1 -1
- package/source/components/stylesheet/card.mjs +1 -1
- package/source/components/stylesheet/color.mjs +1 -1
- package/source/components/stylesheet/common.mjs +1 -1
- package/source/components/stylesheet/control.mjs +1 -1
- package/source/components/stylesheet/data-grid.mjs +1 -1
- package/source/components/stylesheet/display.mjs +1 -1
- package/source/components/stylesheet/floating-ui.mjs +1 -1
- package/source/components/stylesheet/form.mjs +1 -1
- package/source/components/stylesheet/host.mjs +1 -1
- package/source/components/stylesheet/icons.mjs +1 -1
- package/source/components/stylesheet/link.mjs +1 -1
- package/source/components/stylesheet/mixin/badge.mjs +1 -1
- package/source/components/stylesheet/mixin/button.mjs +1 -1
- package/source/components/stylesheet/mixin/hover.mjs +1 -1
- package/source/components/stylesheet/mixin/icon.mjs +1 -1
- package/source/components/stylesheet/mixin/media.mjs +1 -1
- package/source/components/stylesheet/mixin/property.mjs +1 -1
- package/source/components/stylesheet/mixin/skeleton.mjs +1 -1
- package/source/components/stylesheet/mixin/spinner.mjs +1 -1
- package/source/components/stylesheet/mixin/typography.mjs +1 -1
- package/source/components/stylesheet/normalize.mjs +1 -1
- package/source/components/stylesheet/popper.mjs +1 -1
- package/source/components/stylesheet/property.mjs +2 -2
- package/source/components/stylesheet/ripple.mjs +1 -1
- package/source/components/stylesheet/skeleton.mjs +1 -1
- package/source/components/stylesheet/space.mjs +1 -1
- package/source/components/stylesheet/spinner.mjs +1 -1
- package/source/components/stylesheet/table.mjs +1 -1
- package/source/components/stylesheet/theme.mjs +1 -1
- package/source/components/stylesheet/typography.mjs +1 -1
- package/source/components/tree-menu/stylesheet/tree-menu.mjs +1 -1
- package/source/i18n/locale.mjs +151 -151
- package/source/i18n/map/languages.mjs +104 -0
- package/source/i18n/util.mjs +139 -0
- package/test/cases/i18n/util.mjs +295 -0
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,19 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## [3.97.0] - 2025-01-04
|
6
|
+
|
7
|
+
### Add Features
|
8
|
+
|
9
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
10
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
11
|
+
- new language control [#276](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/276)
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- tidy some things
|
15
|
+
- update styles
|
16
|
+
- update styles
|
17
|
+
|
5
18
|
## [3.96.3] - 2025-01-03
|
6
19
|
|
7
20
|
### Bug Fixes
|
@@ -10,28 +23,23 @@
|
|
10
23
|
- update undefined handling [#275](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/275)
|
11
24
|
- repair some small issues [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
12
25
|
|
13
|
-
|
14
|
-
|
15
26
|
## [3.96.2] - 2024-12-31
|
16
27
|
|
17
28
|
### Bug Fixes
|
18
29
|
|
19
30
|
- update small things ....
|
20
31
|
|
21
|
-
|
22
|
-
|
23
32
|
## [3.96.1] - 2024-12-30
|
24
33
|
|
25
34
|
### Bug Fixes
|
26
35
|
|
27
36
|
- **monster-toggle-switch:** bouncing effekt [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
28
37
|
- **toggle-switch:** repair test [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
38
|
+
|
29
39
|
### Changes
|
30
40
|
|
31
41
|
- update doc, small issues, etc [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
|
32
42
|
|
33
|
-
|
34
|
-
|
35
43
|
## [3.96.0] - 2024-12-29
|
36
44
|
|
37
45
|
### Add Features
|
@@ -46,13 +54,11 @@
|
|
46
54
|
|
47
55
|
- update project
|
48
56
|
|
49
|
-
|
50
57
|
## [3.95.2] - 2024-12-28
|
51
58
|
|
52
59
|
### Bug Fixes
|
53
60
|
|
54
|
-
- datatable, datasource
|
55
|
-
|
61
|
+
- datatable, datasource opti misation [#272](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/272)
|
56
62
|
|
57
63
|
## [3.95.1] - 2024-12-23
|
58
64
|
|
@@ -60,37 +66,30 @@
|
|
60
66
|
|
61
67
|
- check rendering [#271](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/271)
|
62
68
|
|
63
|
-
|
64
69
|
## [3.95.0] - 2024-12-23
|
65
70
|
|
66
71
|
### Add Features
|
67
72
|
|
68
73
|
- **log:** set direction
|
69
74
|
|
70
|
-
|
71
75
|
## [3.94.1] - 2024-12-22
|
72
76
|
|
73
77
|
### Bug Fixes
|
74
78
|
|
75
79
|
- **log:** optimize layout [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
76
80
|
|
77
|
-
|
78
81
|
## [3.94.0] - 2024-12-22
|
79
82
|
|
80
83
|
### Add Features
|
81
84
|
|
82
85
|
- **log:** auto update timestamp [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
83
86
|
|
84
|
-
|
85
|
-
|
86
87
|
## [3.93.0] - 2024-12-22
|
87
88
|
|
88
89
|
### Add Features
|
89
90
|
|
90
91
|
- **log:** update the apearance of the log [#270](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/270)
|
91
92
|
|
92
|
-
|
93
|
-
|
94
93
|
## [3.92.3] - 2024-12-20
|
95
94
|
|
96
95
|
### Bug Fixes
|
@@ -98,8 +97,6 @@
|
|
98
97
|
- **notify:** update small issues [#269](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/269)
|
99
98
|
- **select:** update value() to return only value
|
100
99
|
|
101
|
-
|
102
|
-
|
103
100
|
## [3.92.2] - 2024-12-20
|
104
101
|
|
105
102
|
### Bug Fixes
|
@@ -109,16 +106,12 @@
|
|
109
106
|
|
110
107
|
- update issues
|
111
108
|
|
112
|
-
|
113
|
-
|
114
109
|
## [3.92.1] - 2024-12-18
|
115
110
|
|
116
111
|
### Bug Fixes
|
117
112
|
|
118
113
|
- **tabs:** Only activate the closing behaviour if the closed tab was previously active. [#264](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/264)
|
119
114
|
|
120
|
-
|
121
|
-
|
122
115
|
## [3.92.0] - 2024-12-18
|
123
116
|
|
124
117
|
### Add Features
|
@@ -128,8 +121,6 @@
|
|
128
121
|
|
129
122
|
- update project
|
130
123
|
|
131
|
-
|
132
|
-
|
133
124
|
## [3.91.0] - 2024-12-15
|
134
125
|
|
135
126
|
### Add Features
|
@@ -139,8 +130,6 @@
|
|
139
130
|
|
140
131
|
- update project
|
141
132
|
|
142
|
-
|
143
|
-
|
144
133
|
## [3.90.0] - 2024-12-13
|
145
134
|
|
146
135
|
### Add Features
|
@@ -153,8 +142,6 @@
|
|
153
142
|
|
154
143
|
- update npm and flake
|
155
144
|
|
156
|
-
|
157
|
-
|
158
145
|
## [3.89.1] - 2024-12-11
|
159
146
|
|
160
147
|
### Bug Fixes
|
@@ -162,8 +149,6 @@
|
|
162
149
|
- **datatable:** hide feature.copyAll [#266](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/266)
|
163
150
|
- **password:** missing import
|
164
151
|
|
165
|
-
|
166
|
-
|
167
152
|
## [3.89.0] - 2024-12-04
|
168
153
|
|
169
154
|
### Add Features
|
@@ -174,8 +159,6 @@
|
|
174
159
|
|
175
160
|
- code format
|
176
161
|
|
177
|
-
|
178
|
-
|
179
162
|
## [3.88.1] - 2024-11-25
|
180
163
|
|
181
164
|
### Bug Fixes
|
@@ -202,15 +185,12 @@
|
|
202
185
|
|
203
186
|
- Fixed minor CSS issues and resolved a bug where the last line was missing in the "Copy All" function
|
204
187
|
|
205
|
-
|
206
188
|
## [3.87.0] - 2024-11-16
|
207
189
|
|
208
190
|
### New Features
|
209
191
|
|
210
192
|
- Added "Copy" and "Copy All" functionality for the datatable
|
211
193
|
|
212
|
-
|
213
|
-
|
214
194
|
## [3.86.5] - 2024-11-16
|
215
195
|
|
216
196
|
### Bug Fixes
|
@@ -218,16 +198,12 @@
|
|
218
198
|
- Restored button width to 100%
|
219
199
|
- Fixed minor responsive issues with the datatable filter
|
220
200
|
|
221
|
-
|
222
|
-
|
223
201
|
## [3.86.4] - 2024-11-16
|
224
202
|
|
225
203
|
### Bug Fixes
|
226
204
|
|
227
205
|
- Improved dark mode and fixed display issues on small screens
|
228
206
|
|
229
|
-
|
230
|
-
|
231
207
|
## [3.86.3] - 2024-11-15
|
232
208
|
|
233
209
|
### Bug Fixes
|
@@ -235,24 +211,18 @@
|
|
235
211
|
- Resolved CSS-SVG issues in dark mode
|
236
212
|
- Fixed a `pagestepper` DOM datasource issue
|
237
213
|
|
238
|
-
|
239
|
-
|
240
214
|
## [3.86.2] - 2024-11-14
|
241
215
|
|
242
216
|
### Bug Fixes
|
243
217
|
|
244
218
|
- Adjusted the datatable's width behavior [#262](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/262)
|
245
219
|
|
246
|
-
|
247
|
-
|
248
220
|
## [3.86.1] - 2024-11-13
|
249
221
|
|
250
222
|
### Bug Fixes
|
251
223
|
|
252
224
|
- Updated CSS for datatables and fieldsets [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259), [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260), [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261)
|
253
225
|
|
254
|
-
|
255
|
-
|
256
226
|
## [3.86.0] - 2024-11-13
|
257
227
|
|
258
228
|
### New Features
|
@@ -263,8 +233,6 @@
|
|
263
233
|
|
264
234
|
- Fixed layout issues and added labels for small datatables [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260)
|
265
235
|
|
266
|
-
|
267
|
-
|
268
236
|
## [3.85.2] - 2024-11-12
|
269
237
|
|
270
238
|
### Bug Fixes
|
@@ -275,16 +243,12 @@
|
|
275
243
|
|
276
244
|
- Code cleanup and organization
|
277
245
|
|
278
|
-
|
279
|
-
|
280
246
|
## [3.85.1] - 2024-11-12
|
281
247
|
|
282
248
|
### Bug Fixes
|
283
249
|
|
284
250
|
- Updated the copy component [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259)
|
285
251
|
|
286
|
-
|
287
|
-
|
288
252
|
## [3.85.0] - 2024-11-05
|
289
253
|
|
290
254
|
### New Features
|
@@ -295,16 +259,12 @@
|
|
295
259
|
|
296
260
|
- Project updates and code cleanup
|
297
261
|
|
298
|
-
|
299
|
-
|
300
262
|
## [3.84.0] - 2024-10-28
|
301
263
|
|
302
264
|
### New Features
|
303
265
|
|
304
266
|
- Added new methods for deleting messages and checking for empty messages
|
305
267
|
|
306
|
-
|
307
|
-
|
308
268
|
## [3.83.1] - 2024-10-28
|
309
269
|
|
310
270
|
### Bug Fixes
|
@@ -316,32 +276,24 @@
|
|
316
276
|
|
317
277
|
- Closed issues and reorganized files [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252), [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
|
318
278
|
|
319
|
-
|
320
|
-
|
321
279
|
## [3.83.0] - 2024-10-27
|
322
280
|
|
323
281
|
### New Features
|
324
282
|
|
325
283
|
- Added `disableButton` option for `monster-state-message-button` [#254](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/254)
|
326
284
|
|
327
|
-
|
328
|
-
|
329
285
|
## [3.82.1] - 2024-10-16
|
330
286
|
|
331
287
|
### Bug Fixes
|
332
288
|
|
333
289
|
- Fixed incorrect feature implementation for iframes
|
334
290
|
|
335
|
-
|
336
|
-
|
337
291
|
## [3.82.0] - 2024-10-16
|
338
292
|
|
339
293
|
### New Features
|
340
294
|
|
341
295
|
- Added iframe support for replacing targets
|
342
296
|
|
343
|
-
|
344
|
-
|
345
297
|
## [3.81.0] - 2024-10-15
|
346
298
|
|
347
299
|
### New Features
|
@@ -353,16 +305,12 @@
|
|
353
305
|
|
354
306
|
- Removed obsolete [@memberof](https://gitlab.schukai.com/memberof) references
|
355
307
|
|
356
|
-
|
357
|
-
|
358
308
|
## [3.80.5] - 2024-10-12
|
359
309
|
|
360
310
|
### Bug Fixes
|
361
311
|
|
362
312
|
- Code optimization and improved error handling [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
363
313
|
|
364
|
-
|
365
|
-
|
366
314
|
## [3.80.4] - 2024-10-12
|
367
315
|
|
368
316
|
### Bug Fixes
|
@@ -370,8 +318,6 @@
|
|
370
318
|
- Set `defaultValue` to zero [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
371
319
|
- Optimized select remote filter function [#251](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/251)
|
372
320
|
|
373
|
-
|
374
|
-
|
375
321
|
## [3.80.3] - 2024-10-11
|
376
322
|
|
377
323
|
### Bug Fixes
|
@@ -386,8 +332,6 @@
|
|
386
332
|
|
387
333
|
- Fixed documentation tags and cleaned fire definitions
|
388
334
|
|
389
|
-
|
390
|
-
|
391
335
|
## [3.80.2] - 2024-10-07
|
392
336
|
|
393
337
|
### Bug Fixes
|
@@ -398,16 +342,12 @@
|
|
398
342
|
|
399
343
|
- Minor documentation optimizations
|
400
344
|
|
401
|
-
|
402
|
-
|
403
345
|
## [3.80.1] - 2024-10-06
|
404
346
|
|
405
347
|
### Bug Fixes
|
406
348
|
|
407
349
|
- Removed `dragable-tree-menu` due to functionality issues
|
408
350
|
|
409
|
-
|
410
|
-
|
411
351
|
## [3.80.0] - 2024-10-06
|
412
352
|
|
413
353
|
### Add Features
|
@@ -420,8 +360,6 @@
|
|
420
360
|
|
421
361
|
- update packages
|
422
362
|
|
423
|
-
|
424
|
-
|
425
363
|
## [3.79.0] - 2024-10-04
|
426
364
|
|
427
365
|
### Add Features
|
@@ -438,16 +376,12 @@
|
|
438
376
|
- close issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
|
439
377
|
- add playground for issue [#223](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/223)
|
440
378
|
|
441
|
-
|
442
|
-
|
443
379
|
## [3.78.0] - 2024-10-03
|
444
380
|
|
445
381
|
### Add Features
|
446
382
|
|
447
383
|
- new copy control [#246](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/246)
|
448
384
|
|
449
|
-
|
450
|
-
|
451
385
|
## [3.77.0] - 2024-10-03
|
452
386
|
|
453
387
|
### Add Features
|
@@ -458,8 +392,6 @@
|
|
458
392
|
- doc and code tidy
|
459
393
|
- update documentaion
|
460
394
|
|
461
|
-
|
462
|
-
|
463
395
|
## [3.76.0] - 2024-10-01
|
464
396
|
|
465
397
|
### Add Features
|
@@ -473,8 +405,6 @@
|
|
473
405
|
|
474
406
|
- update nix and node
|
475
407
|
|
476
|
-
|
477
|
-
|
478
408
|
## [3.75.0] - 2024-09-23
|
479
409
|
|
480
410
|
### Add Features
|
@@ -796,7 +726,6 @@
|
|
796
726
|
|
797
727
|
- [#179](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/179) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
|
798
728
|
|
799
|
-
|
800
729
|
## [3.63.0] - 2024-03-25
|
801
730
|
|
802
731
|
### Add Features
|
@@ -809,7 +738,6 @@
|
|
809
738
|
|
810
739
|
- add addRow, removeRow and copyRow [#175](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/175) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176) [#177](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/177)
|
811
740
|
|
812
|
-
|
813
741
|
## [3.61.0] - 2024-03-24
|
814
742
|
|
815
743
|
### Add Features
|
@@ -822,7 +750,6 @@
|
|
822
750
|
|
823
751
|
- min/max for split screen [#172](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/172)
|
824
752
|
|
825
|
-
|
826
753
|
## [3.59.1] - 2024-03-23
|
827
754
|
|
828
755
|
### Bug Fixes
|
@@ -841,7 +768,6 @@
|
|
841
768
|
|
842
769
|
- store lists [#139](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/139)
|
843
770
|
|
844
|
-
|
845
771
|
## [3.58.3] - 2024-03-18
|
846
772
|
|
847
773
|
### Bug Fixes
|
@@ -854,7 +780,6 @@
|
|
854
780
|
|
855
781
|
- playground missing js and remove flex [#144](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/144)
|
856
782
|
|
857
|
-
|
858
783
|
## [3.58.1] - 2024-03-17
|
859
784
|
|
860
785
|
### Bug Fixes
|
@@ -904,21 +829,18 @@
|
|
904
829
|
|
905
830
|
- wrong font family for tab buttons [#140](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/140)
|
906
831
|
|
907
|
-
|
908
832
|
## [3.55.5] - 2024-01-24
|
909
833
|
|
910
834
|
### Bug Fixes
|
911
835
|
|
912
836
|
- predefine order in datatable [#138](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138)
|
913
837
|
|
914
|
-
|
915
838
|
## [3.55.4] - 2024-01-24
|
916
839
|
|
917
840
|
### Bug Fixes
|
918
841
|
|
919
842
|
- add gap to button [#137](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/137)
|
920
843
|
|
921
|
-
|
922
844
|
## [3.55.3] - 2024-01-23
|
923
845
|
|
924
846
|
### Bug Fixes
|
@@ -933,7 +855,6 @@
|
|
933
855
|
|
934
856
|
- double fetch [#134](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/134)
|
935
857
|
|
936
|
-
|
937
858
|
## [3.55.1] - 2024-01-22
|
938
859
|
|
939
860
|
### Bug Fixes
|
@@ -960,7 +881,6 @@
|
|
960
881
|
|
961
882
|
- new icons (css) [#130](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/130)
|
962
883
|
|
963
|
-
|
964
884
|
## [3.52.1] - 2023-11-05
|
965
885
|
|
966
886
|
### Bug Fixes
|
@@ -1103,7 +1023,6 @@
|
|
1103
1023
|
|
1104
1024
|
## [v3.35.3] - 2023-03-28
|
1105
1025
|
|
1106
|
-
|
1107
1026
|
## [v3.35.2] - 2023-03-28
|
1108
1027
|
|
1109
1028
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.
|
1
|
+
{"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.12","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.97.0"}
|