@schukai/monster 3.55.4 → 3.55.5

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 (38) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
  3. package/source/components/datatable/datatable.mjs +600 -586
  4. package/source/components/datatable/stylesheet/column-bar.mjs +1 -1
  5. package/source/components/datatable/stylesheet/dataset.mjs +1 -1
  6. package/source/components/datatable/stylesheet/datatable.mjs +1 -1
  7. package/source/components/datatable/stylesheet/embedded-pagination.mjs +1 -1
  8. package/source/components/datatable/stylesheet/filter.mjs +1 -1
  9. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  10. package/source/components/datatable/stylesheet/select-filter.mjs +1 -1
  11. package/source/components/datatable/stylesheet/status.mjs +1 -1
  12. package/source/components/form/stylesheet/action-button.mjs +1 -1
  13. package/source/components/form/stylesheet/button-bar.mjs +1 -1
  14. package/source/components/form/stylesheet/button.mjs +1 -1
  15. package/source/components/form/stylesheet/confirm-button.mjs +1 -1
  16. package/source/components/form/stylesheet/form.mjs +1 -1
  17. package/source/components/form/stylesheet/select.mjs +1 -1
  18. package/source/components/form/stylesheet/state-button.mjs +1 -1
  19. package/source/components/form/stylesheet/tabs.mjs +1 -1
  20. package/source/components/host/stylesheet/call-button.mjs +1 -1
  21. package/source/components/host/stylesheet/collapse.mjs +1 -1
  22. package/source/components/host/stylesheet/details.mjs +1 -1
  23. package/source/components/host/stylesheet/host.mjs +1 -1
  24. package/source/components/host/stylesheet/overlay.mjs +1 -1
  25. package/source/components/host/stylesheet/toggle-button.mjs +1 -1
  26. package/source/components/host/stylesheet/viewer.mjs +1 -1
  27. package/source/components/notify/stylesheet/message.mjs +1 -1
  28. package/source/components/notify/stylesheet/notify.mjs +1 -1
  29. package/source/components/state/stylesheet/log.mjs +1 -1
  30. package/source/components/state/stylesheet/state.mjs +1 -1
  31. package/source/components/stylesheet/border.mjs +1 -1
  32. package/source/components/stylesheet/card.mjs +1 -1
  33. package/source/components/stylesheet/form.mjs +1 -1
  34. package/source/components/stylesheet/icons.mjs +1 -1
  35. package/source/components/stylesheet/normalize.mjs +1 -1
  36. package/source/components/stylesheet/typography.mjs +1 -1
  37. package/source/types/version.mjs +1 -1
  38. package/test/cases/monster.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ ## [3.55.5] - 2024-01-24
3
+
4
+ ### Bug Fixes
5
+
6
+ - predefine order in datatable [#138](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/138)
7
+
2
8
  ## [3.55.4] - 2024-01-24
3
9
 
4
10
  ### Bug Fixes
@@ -6,6 +12,7 @@
6
12
  - add gap to button [#137](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/137)
7
13
  ### Changes
8
14
 
15
+ - release and publish to npm new version 3.55.4
9
16
  - update tests
10
17
 
11
18
  ## [3.55.3] - 2024-01-23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schukai/monster",
3
- "version": "3.55.4",
3
+ "version": "3.55.5",
4
4
  "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
5
5
  "keywords": [
6
6
  "framework",