@schukai/monster 3.62.0 → 3.63.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
  3. package/source/components/datatable/datatable.mjs +41 -6
  4. package/source/components/datatable/events.mjs +24 -0
  5. package/source/components/datatable/pagination.mjs +0 -2
  6. package/source/components/datatable/status.mjs +2 -2
  7. package/source/components/datatable/style/column-bar.pcss +5 -3
  8. package/source/components/datatable/style/dataset.pcss +1 -0
  9. package/source/components/datatable/style/datatable.pcss +8 -18
  10. package/source/components/datatable/style/embedded-pagination.pcss +2 -2
  11. package/source/components/datatable/style/filter.pcss +1 -1
  12. package/source/components/datatable/style/pagination.pcss +3 -3
  13. package/source/components/datatable/stylesheet/change-button.mjs +1 -1
  14. package/source/components/datatable/stylesheet/column-bar.mjs +1 -1
  15. package/source/components/datatable/stylesheet/dataset.mjs +1 -1
  16. package/source/components/datatable/stylesheet/datatable.mjs +1 -1
  17. package/source/components/datatable/stylesheet/embedded-pagination.mjs +1 -1
  18. package/source/components/datatable/stylesheet/filter.mjs +1 -1
  19. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  20. package/source/components/datatable/stylesheet/save-button.mjs +1 -1
  21. package/source/components/datatable/stylesheet/select-filter.mjs +1 -1
  22. package/source/components/datatable/stylesheet/status.mjs +1 -1
  23. package/source/components/form/context-error.mjs +7 -8
  24. package/source/components/form/context-help.mjs +7 -2
  25. package/source/components/form/select.mjs +22 -5
  26. package/source/components/form/style/context-error.pcss +1 -1
  27. package/source/components/form/style/context-help.pcss +5 -1
  28. package/source/components/form/style/select.pcss +81 -56
  29. package/source/components/form/style/toggle-switch.pcss +2 -2
  30. package/source/components/form/stylesheet/action-button.mjs +1 -1
  31. package/source/components/form/stylesheet/context-error.mjs +1 -1
  32. package/source/components/form/stylesheet/context-help.mjs +1 -1
  33. package/source/components/form/stylesheet/select.mjs +1 -1
  34. package/source/components/form/stylesheet/state-button.mjs +1 -1
  35. package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
  36. package/source/components/host/collapse.mjs +0 -5
  37. package/source/components/host/style/collapse.pcss +3 -2
  38. package/source/components/host/stylesheet/call-button.mjs +1 -1
  39. package/source/components/host/stylesheet/collapse.mjs +1 -1
  40. package/source/components/host/stylesheet/details.mjs +1 -1
  41. package/source/components/host/stylesheet/host.mjs +1 -1
  42. package/source/components/host/stylesheet/overlay.mjs +1 -1
  43. package/source/components/host/stylesheet/toggle-button.mjs +1 -1
  44. package/source/components/host/stylesheet/viewer.mjs +1 -1
  45. package/source/components/layout/style/tabs.pcss +0 -1
  46. package/source/components/layout/stylesheet/tabs.mjs +1 -1
  47. package/source/components/layout/tabs.mjs +17 -1
  48. package/source/components/notify/stylesheet/message.mjs +1 -1
  49. package/source/components/style/color.pcss +11 -0
  50. package/source/components/style/icons.pcss +73 -69
  51. package/source/components/style/mixin/icon.pcss +32 -37
  52. package/source/components/style/mixin/property.pcss +20 -2
  53. package/source/components/style/property.pcss +1 -0
  54. package/source/components/style/table.pcss +6 -4
  55. package/source/components/style/theme.pcss +24 -5
  56. package/source/components/stylesheet/color.mjs +1 -1
  57. package/source/components/stylesheet/icons.mjs +1 -1
  58. package/source/components/stylesheet/property.mjs +1 -1
  59. package/source/components/stylesheet/table.mjs +1 -1
  60. package/source/components/stylesheet/theme.mjs +1 -1
  61. package/source/monster.mjs +2 -0
  62. package/source/types/version.mjs +1 -1
  63. package/test/cases/monster.mjs +1 -1
  64. package/test/web/test.html +2 -2
  65. package/test/web/tests.js +54 -26

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.