@schukai/monster 3.96.2 → 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.
Files changed (119) hide show
  1. package/CHANGELOG.md +23 -94
  2. package/package.json +1 -1
  3. package/source/components/accessibility/locale-picker.mjs +598 -0
  4. package/source/components/accessibility/style/locale-picker.css +1 -0
  5. package/source/components/accessibility/style/locale-picker.pcss +26 -0
  6. package/source/components/accessibility/stylesheet/locale-picker.mjs +31 -0
  7. package/source/components/content/stylesheet/copy.mjs +2 -2
  8. package/source/components/datatable/datasource/rest.mjs +33 -10
  9. package/source/components/datatable/filter.mjs +164 -63
  10. package/source/components/datatable/stylesheet/change-button.mjs +2 -2
  11. package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
  12. package/source/components/datatable/stylesheet/dataset.mjs +2 -2
  13. package/source/components/datatable/stylesheet/datasource.mjs +1 -1
  14. package/source/components/datatable/stylesheet/datatable.mjs +1 -1
  15. package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
  16. package/source/components/datatable/stylesheet/filter-button.mjs +1 -1
  17. package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
  18. package/source/components/datatable/stylesheet/filter-date-range.mjs +1 -1
  19. package/source/components/datatable/stylesheet/filter-range.mjs +1 -1
  20. package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
  21. package/source/components/datatable/stylesheet/filter.mjs +2 -2
  22. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  23. package/source/components/datatable/stylesheet/save-button.mjs +2 -2
  24. package/source/components/datatable/stylesheet/status.mjs +1 -1
  25. package/source/components/form/form.mjs +4 -2
  26. package/source/components/form/stylesheet/action-button.mjs +1 -1
  27. package/source/components/form/stylesheet/api-bar.mjs +1 -1
  28. package/source/components/form/stylesheet/api-button.mjs +1 -1
  29. package/source/components/form/stylesheet/button-bar.mjs +1 -1
  30. package/source/components/form/stylesheet/button.mjs +1 -1
  31. package/source/components/form/stylesheet/confirm-button.mjs +1 -1
  32. package/source/components/form/stylesheet/context-error.mjs +1 -1
  33. package/source/components/form/stylesheet/context-help.mjs +1 -1
  34. package/source/components/form/stylesheet/field-set.mjs +1 -1
  35. package/source/components/form/stylesheet/form.mjs +1 -1
  36. package/source/components/form/stylesheet/input-group.mjs +1 -1
  37. package/source/components/form/stylesheet/message-state-button.mjs +1 -1
  38. package/source/components/form/stylesheet/password.mjs +1 -1
  39. package/source/components/form/stylesheet/popper-button.mjs +1 -1
  40. package/source/components/form/stylesheet/select.mjs +1 -1
  41. package/source/components/form/stylesheet/state-button.mjs +1 -1
  42. package/source/components/form/stylesheet/toggle-switch.mjs +1 -1
  43. package/source/components/form/stylesheet/tree-select.mjs +1 -1
  44. package/source/components/host/stylesheet/call-button.mjs +2 -2
  45. package/source/components/host/stylesheet/config-manager.mjs +1 -1
  46. package/source/components/host/stylesheet/host.mjs +2 -2
  47. package/source/components/host/stylesheet/overlay.mjs +2 -2
  48. package/source/components/host/stylesheet/toggle-button.mjs +2 -2
  49. package/source/components/host/stylesheet/viewer.mjs +2 -2
  50. package/source/components/layout/stylesheet/collapse.mjs +2 -2
  51. package/source/components/layout/stylesheet/details.mjs +2 -2
  52. package/source/components/layout/stylesheet/iframe.mjs +1 -1
  53. package/source/components/layout/stylesheet/panel.mjs +2 -2
  54. package/source/components/layout/stylesheet/popper.mjs +1 -1
  55. package/source/components/layout/stylesheet/slider.mjs +2 -2
  56. package/source/components/layout/stylesheet/split-panel.mjs +1 -1
  57. package/source/components/layout/stylesheet/tabs.mjs +2 -2
  58. package/source/components/layout/stylesheet/width-toggle.mjs +1 -1
  59. package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
  60. package/source/components/notify/stylesheet/message.mjs +2 -2
  61. package/source/components/notify/stylesheet/notify.mjs +1 -1
  62. package/source/components/state/stylesheet/log.mjs +1 -1
  63. package/source/components/state/stylesheet/state.mjs +1 -1
  64. package/source/components/style/property.css +1 -0
  65. package/source/components/style/theme.css +4 -4
  66. package/source/components/stylesheet/badge.mjs +1 -1
  67. package/source/components/stylesheet/border.mjs +1 -1
  68. package/source/components/stylesheet/button.mjs +1 -1
  69. package/source/components/stylesheet/card.mjs +1 -1
  70. package/source/components/stylesheet/color.mjs +1 -1
  71. package/source/components/stylesheet/common.mjs +1 -1
  72. package/source/components/stylesheet/control.mjs +1 -1
  73. package/source/components/stylesheet/data-grid.mjs +1 -1
  74. package/source/components/stylesheet/display.mjs +1 -1
  75. package/source/components/stylesheet/floating-ui.mjs +1 -1
  76. package/source/components/stylesheet/form.mjs +1 -1
  77. package/source/components/stylesheet/host.mjs +1 -1
  78. package/source/components/stylesheet/icons.mjs +1 -1
  79. package/source/components/stylesheet/link.mjs +1 -1
  80. package/source/components/stylesheet/mixin/badge.mjs +1 -1
  81. package/source/components/stylesheet/mixin/button.mjs +1 -1
  82. package/source/components/stylesheet/mixin/hover.mjs +1 -1
  83. package/source/components/stylesheet/mixin/icon.mjs +1 -1
  84. package/source/components/stylesheet/mixin/media.mjs +1 -1
  85. package/source/components/stylesheet/mixin/property.mjs +1 -1
  86. package/source/components/stylesheet/mixin/skeleton.mjs +1 -1
  87. package/source/components/stylesheet/mixin/spinner.mjs +1 -1
  88. package/source/components/stylesheet/mixin/typography.mjs +1 -1
  89. package/source/components/stylesheet/normalize.mjs +1 -1
  90. package/source/components/stylesheet/popper.mjs +1 -1
  91. package/source/components/stylesheet/property.mjs +2 -2
  92. package/source/components/stylesheet/ripple.mjs +1 -1
  93. package/source/components/stylesheet/skeleton.mjs +1 -1
  94. package/source/components/stylesheet/space.mjs +1 -1
  95. package/source/components/stylesheet/spinner.mjs +1 -1
  96. package/source/components/stylesheet/table.mjs +1 -1
  97. package/source/components/stylesheet/theme.mjs +1 -1
  98. package/source/components/stylesheet/typography.mjs +1 -1
  99. package/source/components/tree-menu/stylesheet/tree-menu.mjs +1 -1
  100. package/source/constants.mjs +14 -1
  101. package/source/data/extend.mjs +2 -1
  102. package/source/data/transformer.mjs +2 -0
  103. package/source/dom/customelement.mjs +7 -3
  104. package/source/dom/updater.mjs +5 -1
  105. package/source/i18n/locale.mjs +151 -151
  106. package/source/i18n/map/languages.mjs +104 -0
  107. package/source/i18n/util.mjs +139 -0
  108. package/source/monster.mjs +1 -1
  109. package/source/text/formatter.mjs +5 -3
  110. package/source/types/is.mjs +13 -0
  111. package/source/types/proxyobserver.mjs +7 -2
  112. package/source/types/version.mjs +1 -1
  113. package/source/util/clone.mjs +9 -14
  114. package/test/cases/data/pathfinder.mjs +18 -0
  115. package/test/cases/i18n/util.mjs +295 -0
  116. package/test/cases/monster.mjs +1 -1
  117. package/test/cases/text/formatter.mjs +21 -1
  118. package/test/web/test.html +2 -2
  119. package/test/web/tests.js +115 -75

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.