@schukai/monster 3.75.0 → 3.77.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 (90) hide show
  1. package/CHANGELOG.md +33 -8
  2. package/package.json +1 -1
  3. package/source/components/datatable/change-button.mjs +1 -1
  4. package/source/components/datatable/columnbar.mjs +1 -1
  5. package/source/components/datatable/dataset.mjs +1 -1
  6. package/source/components/datatable/datasource/dom.mjs +1 -1
  7. package/source/components/datatable/datasource/rest.mjs +1 -1
  8. package/source/components/datatable/datasource.mjs +1 -1
  9. package/source/components/datatable/datatable.mjs +1 -1
  10. package/source/components/datatable/filter/date-range.mjs +1 -1
  11. package/source/components/datatable/filter/input.mjs +1 -1
  12. package/source/components/datatable/filter/range.mjs +1 -1
  13. package/source/components/datatable/filter/select.mjs +1 -1
  14. package/source/components/datatable/filter-button.mjs +1 -1
  15. package/source/components/datatable/filter.mjs +1 -1
  16. package/source/components/datatable/pagination.mjs +1 -1
  17. package/source/components/datatable/save-button.mjs +1 -1
  18. package/source/components/datatable/status.mjs +1 -1
  19. package/source/components/form/action-button.mjs +1 -1
  20. package/source/components/form/api-button.mjs +1 -1
  21. package/source/components/form/button-bar.mjs +1 -1
  22. package/source/components/form/button.mjs +1 -1
  23. package/source/components/form/confirm-button.mjs +1 -1
  24. package/source/components/form/context-error.mjs +2 -2
  25. package/source/components/form/context-help.mjs +1 -1
  26. package/source/components/form/field-set.mjs +31 -44
  27. package/source/components/form/message-state-button.mjs +1 -1
  28. package/source/components/form/popper-button.mjs +1 -1
  29. package/source/components/form/reload.mjs +1 -1
  30. package/source/components/form/select.mjs +1 -1
  31. package/source/components/form/shadow-reload.mjs +1 -1
  32. package/source/components/form/state-button.mjs +1 -1
  33. package/source/components/form/style/field-set.pcss +164 -70
  34. package/source/components/form/stylesheet/field-set.mjs +7 -14
  35. package/source/components/form/template.mjs +1 -1
  36. package/source/components/form/toggle-switch.mjs +321 -340
  37. package/source/components/form/tree-select.mjs +1 -1
  38. package/source/components/host/call-button.mjs +1 -1
  39. package/source/components/host/collapse.mjs +1 -1
  40. package/source/components/host/config-manager.mjs +1 -1
  41. package/source/components/host/host.mjs +1 -1
  42. package/source/components/host/overlay.mjs +1 -1
  43. package/source/components/host/toggle-button.mjs +1 -1
  44. package/source/components/host/viewer.mjs +1 -1
  45. package/source/components/layout/collapse.mjs +361 -395
  46. package/source/components/layout/details.mjs +20 -50
  47. package/source/components/layout/iframe.mjs +358 -0
  48. package/source/components/layout/panel.mjs +11 -26
  49. package/source/components/layout/popper.mjs +1 -1
  50. package/source/components/layout/slider.mjs +12 -12
  51. package/source/components/layout/split-panel.mjs +8 -40
  52. package/source/components/layout/style/iframe.pcss +39 -0
  53. package/source/components/layout/style/panel.pcss +10 -3
  54. package/source/components/layout/style/split-panel.pcss +2 -0
  55. package/source/components/layout/stylesheet/iframe.mjs +38 -0
  56. package/source/components/layout/stylesheet/panel.mjs +1 -1
  57. package/source/components/layout/tabs.mjs +7 -36
  58. package/source/components/layout/width-toggle.mjs +26 -39
  59. package/source/components/navigation/table-of-content.mjs +1 -1
  60. package/source/components/state/log.mjs +167 -153
  61. package/source/components/state/state.mjs +9 -33
  62. package/source/components/stylesheet/form.mjs +6 -13
  63. package/source/components/tree-menu/tree-menu.mjs +16 -12
  64. package/source/math/random.mjs +2 -3
  65. package/source/monster.mjs +2 -1
  66. package/test/cases/components/form/button.mjs +2 -1
  67. package/test/cases/components/form/confirm-button.mjs +1 -1
  68. package/test/cases/components/form/form.mjs +1 -1
  69. package/test/cases/components/form/reload.mjs +1 -1
  70. package/test/cases/components/form/select.mjs +1 -1
  71. package/test/cases/components/form/state-button.mjs +1 -1
  72. package/test/cases/components/form/template.mjs +1 -1
  73. package/test/cases/components/form/toggle-switch.mjs +1 -1
  74. package/test/cases/components/form/tree-select.mjs +1 -1
  75. package/test/cases/components/host/details.mjs +1 -1
  76. package/test/cases/components/host/host.mjs +1 -1
  77. package/test/cases/components/host/overlay.mjs +1 -1
  78. package/test/cases/components/layout/panel.mjs +1 -1
  79. package/test/cases/components/layout/slit-panel.mjs +1 -1
  80. package/test/cases/components/layout/tabs.mjs +1 -1
  81. package/test/cases/components/notify/message.mjs +1 -1
  82. package/test/cases/components/notify/notify.mjs +1 -1
  83. package/test/cases/dom/customcontrol.mjs +1 -1
  84. package/test/cases/dom/customelement-initfromscripthost.mjs +1 -1
  85. package/test/cases/dom/customelement.mjs +1 -1
  86. package/test/cases/dom/resource/data.mjs +1 -1
  87. package/test/cases/dom/resource/link/stylesheet.mjs +1 -1
  88. package/test/cases/dom/resource/link.mjs +1 -1
  89. package/test/cases/dom/resource/script.mjs +1 -1
  90. package/test/cases/dom/updater.mjs +1 -1
@@ -78,7 +78,7 @@ class TreeSelect extends Select {
78
78
  }
79
79
 
80
80
  /**
81
- * To set the options via the html tag the attribute `data-monster-options` must be used.
81
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
82
82
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
83
83
  *
84
84
  * The individual configuration values can be found in the table.
@@ -95,7 +95,7 @@ class CallButton extends CustomElement {
95
95
  }
96
96
 
97
97
  /**
98
- * To set the options via the html tag the attribute `data-monster-options` must be used.
98
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
99
99
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
100
100
  *
101
101
  * The individual configuration values can be found in the table.
@@ -19,6 +19,6 @@ export { Collapse };
19
19
  * @since 1.10.0
20
20
  * @copyright schukai GmbH
21
21
  * @memberOf Monster.Components.Form
22
- * @deprecated since 3.64.0 use {@link Monster.Components.Layout.Collapse}
22
+ * @deprecated since 3.64.0 use Layout.Collapse instead
23
23
  */
24
24
  class Collapse extends NewCollapse {}
@@ -116,7 +116,7 @@ class ConfigManager extends CustomElement {
116
116
  }
117
117
 
118
118
  /**
119
- * To set the options via the html tag the attribute `data-monster-options` must be used.
119
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
120
120
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
121
121
  *
122
122
  * The individual configuration values can be found in the table.
@@ -120,7 +120,7 @@ class Host extends CustomElement {
120
120
  }
121
121
 
122
122
  /**
123
- * To set the options via the html tag the attribute `data-monster-options` must be used.
123
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
124
124
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
125
125
  *
126
126
  * The individual configuration values can be found in the table.
@@ -119,7 +119,7 @@ class Overlay extends CustomElement {
119
119
  }
120
120
 
121
121
  /**
122
- * To set the options via the html tag the attribute `data-monster-options` must be used.
122
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
123
123
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
124
124
  *
125
125
  * The individual configuration values can be found in the table.
@@ -69,7 +69,7 @@ class ToggleButton extends CallButton {
69
69
  }
70
70
 
71
71
  /**
72
- * To set the options via the html tag the attribute `data-monster-options` must be used.
72
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
73
73
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
74
74
  *
75
75
  * The individual configuration values can be found in the table.
@@ -74,7 +74,7 @@ class Viewer extends CustomElement {
74
74
  }
75
75
 
76
76
  /**
77
- * To set the options via the html tag the attribute `data-monster-options` must be used.
77
+ * To set the options via the HTML tag, the attribute `data-monster-options` must be used.
78
78
  * @see {@link https://monsterjs.org/en/doc/#configurate-a-monster-control}
79
79
  *
80
80
  * The individual configuration values can be found in the table.