@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.
- package/CHANGELOG.md +33 -8
- package/package.json +1 -1
- package/source/components/datatable/change-button.mjs +1 -1
- package/source/components/datatable/columnbar.mjs +1 -1
- package/source/components/datatable/dataset.mjs +1 -1
- package/source/components/datatable/datasource/dom.mjs +1 -1
- package/source/components/datatable/datasource/rest.mjs +1 -1
- package/source/components/datatable/datasource.mjs +1 -1
- package/source/components/datatable/datatable.mjs +1 -1
- package/source/components/datatable/filter/date-range.mjs +1 -1
- package/source/components/datatable/filter/input.mjs +1 -1
- package/source/components/datatable/filter/range.mjs +1 -1
- package/source/components/datatable/filter/select.mjs +1 -1
- package/source/components/datatable/filter-button.mjs +1 -1
- package/source/components/datatable/filter.mjs +1 -1
- package/source/components/datatable/pagination.mjs +1 -1
- package/source/components/datatable/save-button.mjs +1 -1
- package/source/components/datatable/status.mjs +1 -1
- package/source/components/form/action-button.mjs +1 -1
- package/source/components/form/api-button.mjs +1 -1
- package/source/components/form/button-bar.mjs +1 -1
- package/source/components/form/button.mjs +1 -1
- package/source/components/form/confirm-button.mjs +1 -1
- package/source/components/form/context-error.mjs +2 -2
- package/source/components/form/context-help.mjs +1 -1
- package/source/components/form/field-set.mjs +31 -44
- package/source/components/form/message-state-button.mjs +1 -1
- package/source/components/form/popper-button.mjs +1 -1
- package/source/components/form/reload.mjs +1 -1
- package/source/components/form/select.mjs +1 -1
- package/source/components/form/shadow-reload.mjs +1 -1
- package/source/components/form/state-button.mjs +1 -1
- package/source/components/form/style/field-set.pcss +164 -70
- package/source/components/form/stylesheet/field-set.mjs +7 -14
- package/source/components/form/template.mjs +1 -1
- package/source/components/form/toggle-switch.mjs +321 -340
- package/source/components/form/tree-select.mjs +1 -1
- package/source/components/host/call-button.mjs +1 -1
- package/source/components/host/collapse.mjs +1 -1
- package/source/components/host/config-manager.mjs +1 -1
- package/source/components/host/host.mjs +1 -1
- package/source/components/host/overlay.mjs +1 -1
- package/source/components/host/toggle-button.mjs +1 -1
- package/source/components/host/viewer.mjs +1 -1
- package/source/components/layout/collapse.mjs +361 -395
- package/source/components/layout/details.mjs +20 -50
- package/source/components/layout/iframe.mjs +358 -0
- package/source/components/layout/panel.mjs +11 -26
- package/source/components/layout/popper.mjs +1 -1
- package/source/components/layout/slider.mjs +12 -12
- package/source/components/layout/split-panel.mjs +8 -40
- package/source/components/layout/style/iframe.pcss +39 -0
- package/source/components/layout/style/panel.pcss +10 -3
- package/source/components/layout/style/split-panel.pcss +2 -0
- package/source/components/layout/stylesheet/iframe.mjs +38 -0
- package/source/components/layout/stylesheet/panel.mjs +1 -1
- package/source/components/layout/tabs.mjs +7 -36
- package/source/components/layout/width-toggle.mjs +26 -39
- package/source/components/navigation/table-of-content.mjs +1 -1
- package/source/components/state/log.mjs +167 -153
- package/source/components/state/state.mjs +9 -33
- package/source/components/stylesheet/form.mjs +6 -13
- package/source/components/tree-menu/tree-menu.mjs +16 -12
- package/source/math/random.mjs +2 -3
- package/source/monster.mjs +2 -1
- package/test/cases/components/form/button.mjs +2 -1
- package/test/cases/components/form/confirm-button.mjs +1 -1
- package/test/cases/components/form/form.mjs +1 -1
- package/test/cases/components/form/reload.mjs +1 -1
- package/test/cases/components/form/select.mjs +1 -1
- package/test/cases/components/form/state-button.mjs +1 -1
- package/test/cases/components/form/template.mjs +1 -1
- package/test/cases/components/form/toggle-switch.mjs +1 -1
- package/test/cases/components/form/tree-select.mjs +1 -1
- package/test/cases/components/host/details.mjs +1 -1
- package/test/cases/components/host/host.mjs +1 -1
- package/test/cases/components/host/overlay.mjs +1 -1
- package/test/cases/components/layout/panel.mjs +1 -1
- package/test/cases/components/layout/slit-panel.mjs +1 -1
- package/test/cases/components/layout/tabs.mjs +1 -1
- package/test/cases/components/notify/message.mjs +1 -1
- package/test/cases/components/notify/notify.mjs +1 -1
- package/test/cases/dom/customcontrol.mjs +1 -1
- package/test/cases/dom/customelement-initfromscripthost.mjs +1 -1
- package/test/cases/dom/customelement.mjs +1 -1
- package/test/cases/dom/resource/data.mjs +1 -1
- package/test/cases/dom/resource/link/stylesheet.mjs +1 -1
- package/test/cases/dom/resource/link.mjs +1 -1
- package/test/cases/dom/resource/script.mjs +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|