@schukai/monster 3.95.1 → 3.96.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 (34) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +1 -1
  3. package/source/components/datatable/dataset.mjs +331 -305
  4. package/source/components/datatable/datasource/dom.mjs +35 -1
  5. package/source/components/datatable/datasource/rest.mjs +99 -69
  6. package/source/components/datatable/datasource.mjs +15 -15
  7. package/source/components/datatable/embedded-pagination.mjs +11 -0
  8. package/source/components/datatable/pagination.mjs +41 -25
  9. package/source/components/datatable/status.mjs +1 -3
  10. package/source/components/datatable/style/pagination.pcss +2 -2
  11. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  12. package/source/components/datatable/util.mjs +2 -1
  13. package/source/components/form/select.mjs +1 -1
  14. package/source/components/form/toggle-switch.mjs +2 -6
  15. package/source/components/host/config-manager.mjs +1 -3
  16. package/source/components/layout/tabs.mjs +897 -895
  17. package/source/components/notify/message.mjs +10 -14
  18. package/source/components/notify/notify.mjs +9 -13
  19. package/source/components/notify/stylesheet/notify.mjs +13 -6
  20. package/source/components/state/log.mjs +184 -184
  21. package/source/components/state/stylesheet/log.mjs +13 -6
  22. package/source/data/datasource/server/restapi.mjs +22 -16
  23. package/source/data/datasource/server.mjs +1 -0
  24. package/source/data/transformer.mjs +803 -806
  25. package/source/dom/updater.mjs +767 -767
  26. package/source/i18n/time-ago.mjs +1352 -636
  27. package/source/monster.mjs +2 -0
  28. package/source/types/has.mjs +26 -0
  29. package/source/types/version.mjs +1 -1
  30. package/test/cases/components/form/form.mjs +166 -125
  31. package/test/cases/monster.mjs +1 -1
  32. package/test/web/import.js +1 -0
  33. package/test/web/test.html +2 -2
  34. package/test/web/tests.js +2080 -1433

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.