@schukai/monster 4.55.0 → 4.57.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 +23 -0
- package/README.md +2 -2
- package/package.json +1 -1
- package/source/components/accessibility/locale-picker.mjs +3 -3
- package/source/components/accessibility/locale-select.mjs +3 -3
- package/source/components/accessibility/stylesheet/locale-picker.mjs +2 -2
- package/source/components/constants.mjs +2 -2
- package/source/components/content/camera-capture.mjs +3 -3
- package/source/components/content/copy.mjs +3 -3
- package/source/components/content/fetch-box.mjs +3 -3
- package/source/components/content/stylesheet/camera-capture.mjs +2 -2
- package/source/components/content/stylesheet/copy.mjs +2 -2
- package/source/components/content/stylesheet/fetch-box.mjs +2 -2
- package/source/components/content/stylesheet/viewer.mjs +2 -2
- package/source/components/content/viewer/html.mjs +3 -3
- package/source/components/content/viewer/message.mjs +3 -3
- package/source/components/content/viewer/stylesheet/html.mjs +2 -2
- package/source/components/content/viewer/stylesheet/message.mjs +2 -2
- package/source/components/content/viewer.mjs +3 -3
- package/source/components/data/kpi-tile.mjs +3 -3
- package/source/components/data/metric-graph.mjs +3 -3
- package/source/components/data/metric.mjs +3 -3
- package/source/components/data/stylesheet/kpi-tile.mjs +2 -2
- package/source/components/data/stylesheet/metric-graph.mjs +2 -2
- package/source/components/data/stylesheet/metric.mjs +2 -2
- package/source/components/datatable/change-button.mjs +3 -3
- package/source/components/datatable/columnbar.mjs +3 -3
- package/source/components/datatable/constants.mjs +2 -2
- package/source/components/datatable/dataset.mjs +13 -3
- package/source/components/datatable/datasource/dom.mjs +3 -3
- package/source/components/datatable/datasource/rest.mjs +3 -3
- package/source/components/datatable/datasource.mjs +11 -4
- package/source/components/datatable/datatable/header.mjs +3 -3
- package/source/components/datatable/datatable.mjs +3 -3
- package/source/components/datatable/embedded-pagination.mjs +3 -3
- package/source/components/datatable/filter/abstract-base.mjs +3 -3
- package/source/components/datatable/filter/date-range.mjs +3 -3
- package/source/components/datatable/filter/input.mjs +3 -3
- package/source/components/datatable/filter/range.mjs +3 -3
- package/source/components/datatable/filter/select.mjs +3 -3
- package/source/components/datatable/filter/settings.mjs +3 -3
- package/source/components/datatable/filter/util.mjs +2 -2
- package/source/components/datatable/filter-button.mjs +3 -3
- package/source/components/datatable/filter.mjs +3 -3
- package/source/components/datatable/pagination.mjs +3 -3
- package/source/components/datatable/save-button.mjs +3 -3
- package/source/components/datatable/status.mjs +3 -3
- package/source/components/datatable/stylesheet/change-button.mjs +2 -2
- package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
- package/source/components/datatable/stylesheet/dataset.mjs +2 -2
- package/source/components/datatable/stylesheet/datasource.mjs +2 -2
- package/source/components/datatable/stylesheet/datatable.mjs +2 -2
- package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-button.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-date-range.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-range.mjs +2 -2
- package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
- package/source/components/datatable/stylesheet/filter.mjs +2 -2
- package/source/components/datatable/stylesheet/pagination.mjs +2 -2
- package/source/components/datatable/stylesheet/save-button.mjs +2 -2
- package/source/components/datatable/stylesheet/status.mjs +2 -2
- package/source/components/datatable/util.mjs +2 -2
- package/source/components/form/action-button.mjs +3 -3
- package/source/components/form/api-bar.mjs +3 -3
- package/source/components/form/api-button.mjs +4 -4
- package/source/components/form/button-bar.mjs +6 -4
- package/source/components/form/button.mjs +3 -3
- package/source/components/form/confirm-button.mjs +3 -3
- package/source/components/form/constants.mjs +2 -2
- package/source/components/form/context-error.mjs +3 -3
- package/source/components/form/context-help.mjs +3 -3
- package/source/components/form/digits.mjs +3 -3
- package/source/components/form/field-set.mjs +3 -3
- package/source/components/form/form.mjs +10 -3
- package/source/components/form/input-group.mjs +3 -3
- package/source/components/form/login.mjs +3 -3
- package/source/components/form/message-state-button.mjs +3 -3
- package/source/components/form/password.mjs +3 -3
- package/source/components/form/popper-button.mjs +3 -3
- package/source/components/form/popper.mjs +3 -3
- package/source/components/form/quantity.mjs +3 -3
- package/source/components/form/reload.mjs +3 -3
- package/source/components/form/select.mjs +3 -3
- package/source/components/form/shadow-reload.mjs +3 -3
- package/source/components/form/state-button.mjs +3 -3
- package/source/components/form/stylesheet/action-button.mjs +2 -2
- package/source/components/form/stylesheet/api-bar.mjs +2 -2
- package/source/components/form/stylesheet/api-button.mjs +2 -2
- package/source/components/form/stylesheet/button-bar.mjs +2 -2
- package/source/components/form/stylesheet/button.mjs +2 -2
- package/source/components/form/stylesheet/confirm-button.mjs +2 -2
- package/source/components/form/stylesheet/context-error.mjs +2 -2
- package/source/components/form/stylesheet/context-help.mjs +2 -2
- package/source/components/form/stylesheet/digits.mjs +2 -2
- package/source/components/form/stylesheet/field-set.mjs +2 -2
- package/source/components/form/stylesheet/form.mjs +2 -2
- package/source/components/form/stylesheet/input-group.mjs +2 -2
- package/source/components/form/stylesheet/invalid.mjs +2 -2
- package/source/components/form/stylesheet/login.mjs +2 -2
- package/source/components/form/stylesheet/message-state-button.mjs +2 -2
- package/source/components/form/stylesheet/password.mjs +2 -2
- package/source/components/form/stylesheet/popper-button.mjs +2 -2
- package/source/components/form/stylesheet/quantity.mjs +2 -2
- package/source/components/form/stylesheet/select.mjs +2 -2
- package/source/components/form/stylesheet/state-button.mjs +2 -2
- package/source/components/form/stylesheet/toggle-switch.mjs +2 -2
- package/source/components/form/stylesheet/tree-select.mjs +2 -2
- package/source/components/form/tabs.mjs +3 -3
- package/source/components/form/template.mjs +3 -3
- package/source/components/form/toggle-switch.mjs +3 -3
- package/source/components/form/tree-select.mjs +3 -3
- package/source/components/form/types/state.mjs +3 -3
- package/source/components/form/util/fetch.mjs +2 -2
- package/source/components/form/util/floating-ui.mjs +2 -2
- package/source/components/form/util/popper.mjs +2 -2
- package/source/components/host/call-button.mjs +3 -3
- package/source/components/host/collapse.mjs +3 -3
- package/source/components/host/config-manager.mjs +3 -3
- package/source/components/host/constants.mjs +2 -2
- package/source/components/host/details.mjs +3 -3
- package/source/components/host/host.mjs +3 -3
- package/source/components/host/overlay.mjs +3 -3
- package/source/components/host/stylesheet/call-button.mjs +2 -2
- package/source/components/host/stylesheet/config-manager.mjs +2 -2
- package/source/components/host/stylesheet/host.mjs +2 -2
- package/source/components/host/stylesheet/toggle-button.mjs +2 -2
- package/source/components/host/toggle-button.mjs +3 -3
- package/source/components/host/util.mjs +2 -2
- package/source/components/host/viewer.mjs +3 -3
- package/source/components/layout/board.mjs +3 -3
- package/source/components/layout/collapse.mjs +3 -3
- package/source/components/layout/details.mjs +3 -3
- package/source/components/layout/full-screen.mjs +3 -3
- package/source/components/layout/iframe.mjs +3 -3
- package/source/components/layout/overlay.mjs +3 -3
- package/source/components/layout/panel.mjs +3 -3
- package/source/components/layout/popper.mjs +3 -3
- package/source/components/layout/slider.mjs +3 -3
- package/source/components/layout/split-panel.mjs +3 -3
- package/source/components/layout/stylesheet/board.mjs +2 -2
- package/source/components/layout/stylesheet/collapse.mjs +2 -2
- package/source/components/layout/stylesheet/details.mjs +2 -2
- package/source/components/layout/stylesheet/full-screen.mjs +2 -2
- package/source/components/layout/stylesheet/iframe.mjs +2 -2
- package/source/components/layout/stylesheet/overlay.mjs +2 -2
- package/source/components/layout/stylesheet/panel.mjs +2 -2
- package/source/components/layout/stylesheet/popper.mjs +2 -2
- package/source/components/layout/stylesheet/slider.mjs +2 -2
- package/source/components/layout/stylesheet/split-panel.mjs +2 -2
- package/source/components/layout/stylesheet/tabs.mjs +2 -2
- package/source/components/layout/stylesheet/width-toggle.mjs +2 -2
- package/source/components/layout/tabs.mjs +3 -3
- package/source/components/layout/width-toggle.mjs +3 -3
- package/source/components/navigation/site-navigation.mjs +2 -2
- package/source/components/navigation/stylesheet/site-navigation.mjs +2 -2
- package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
- package/source/components/navigation/stylesheet/wizard-navigation.mjs +2 -2
- package/source/components/navigation/table-of-content.mjs +3 -3
- package/source/components/navigation/wizard-navigation.mjs +1 -1
- package/source/components/notify/constants.mjs +2 -2
- package/source/components/notify/message.mjs +3 -3
- package/source/components/notify/monitor-attribute-errors.mjs +3 -3
- package/source/components/notify/notify.mjs +3 -3
- package/source/components/notify/stylesheet/message.mjs +2 -2
- package/source/components/notify/stylesheet/monitor-attribute-errors.mjs +2 -2
- package/source/components/notify/stylesheet/notify.mjs +2 -2
- package/source/components/state/log/entry.mjs +3 -3
- package/source/components/state/log.mjs +3 -3
- package/source/components/state/state.mjs +3 -3
- package/source/components/state/stylesheet/log.mjs +2 -2
- package/source/components/state/stylesheet/state.mjs +2 -2
- package/source/components/stylesheet/accessibility.mjs +2 -2
- package/source/components/stylesheet/badge.mjs +2 -2
- package/source/components/stylesheet/border.mjs +2 -2
- package/source/components/stylesheet/button.mjs +2 -2
- package/source/components/stylesheet/card.mjs +2 -2
- package/source/components/stylesheet/color.mjs +2 -2
- package/source/components/stylesheet/common.mjs +2 -2
- package/source/components/stylesheet/control.mjs +2 -2
- package/source/components/stylesheet/data-grid.mjs +2 -2
- package/source/components/stylesheet/display.mjs +2 -2
- package/source/components/stylesheet/floating-ui.mjs +2 -2
- package/source/components/stylesheet/form.mjs +2 -2
- package/source/components/stylesheet/host.mjs +2 -2
- package/source/components/stylesheet/icons.mjs +2 -2
- package/source/components/stylesheet/link.mjs +2 -2
- package/source/components/stylesheet/mixin/badge.mjs +2 -2
- package/source/components/stylesheet/mixin/button.mjs +2 -2
- package/source/components/stylesheet/mixin/hover.mjs +2 -2
- package/source/components/stylesheet/mixin/icon.mjs +2 -2
- package/source/components/stylesheet/mixin/media.mjs +2 -2
- package/source/components/stylesheet/mixin/property.mjs +2 -2
- package/source/components/stylesheet/mixin/skeleton.mjs +2 -2
- package/source/components/stylesheet/mixin/spinner.mjs +2 -2
- package/source/components/stylesheet/mixin/typography.mjs +2 -2
- package/source/components/stylesheet/normalize.mjs +2 -2
- package/source/components/stylesheet/popper.mjs +2 -2
- package/source/components/stylesheet/property.mjs +2 -2
- package/source/components/stylesheet/ripple.mjs +2 -2
- package/source/components/stylesheet/skeleton.mjs +2 -2
- package/source/components/stylesheet/space.mjs +2 -2
- package/source/components/stylesheet/spinner.mjs +2 -2
- package/source/components/stylesheet/table.mjs +2 -2
- package/source/components/stylesheet/theme.mjs +2 -2
- package/source/components/stylesheet/tree-menu.mjs +2 -2
- package/source/components/stylesheet/typography.mjs +2 -2
- package/source/components/time/day.mjs +3 -3
- package/source/components/time/month-calendar.mjs +3 -3
- package/source/components/time/stylesheet/day.mjs +2 -2
- package/source/components/time/stylesheet/month-calendar.mjs +2 -2
- package/source/components/time/timeline/appointment.mjs +3 -3
- package/source/components/time/timeline/segment.mjs +3 -3
- package/source/components/time/timeline/stylesheet/appointment.mjs +2 -2
- package/source/components/time/timeline/stylesheet/segment.mjs +2 -2
- package/source/components/tree-menu/dragable-tree-menu.mjs +3 -3
- package/source/components/tree-menu/stylesheet/tree-menu.mjs +2 -2
- package/source/components/tree-menu/tree-menu.mjs +2 -2
- package/source/constants.mjs +2 -2
- package/source/constraints/abstract.mjs +20 -20
- package/source/constraints/abstractoperator.mjs +3 -3
- package/source/constraints/andoperator.mjs +3 -3
- package/source/constraints/invalid.mjs +3 -3
- package/source/constraints/isarray.mjs +3 -3
- package/source/constraints/isobject.mjs +3 -3
- package/source/constraints/oroperator.mjs +3 -3
- package/source/constraints/valid.mjs +3 -3
- package/source/data/buildmap.mjs +2 -2
- package/source/data/buildtree.mjs +2 -2
- package/source/data/datasource/dom.mjs +3 -3
- package/source/data/datasource/server/restapi/data-fetch-error.mjs +3 -3
- package/source/data/datasource/server/restapi/writeerror.mjs +3 -3
- package/source/data/datasource/server/restapi.mjs +3 -3
- package/source/data/datasource/server/webconnect.mjs +3 -3
- package/source/data/datasource/server.mjs +3 -3
- package/source/data/datasource/storage/localstorage.mjs +3 -3
- package/source/data/datasource/storage/sessionstorage.mjs +3 -3
- package/source/data/datasource/storage.mjs +3 -3
- package/source/data/datasource.mjs +3 -3
- package/source/data/diff.mjs +3 -3
- package/source/data/extend.mjs +3 -3
- package/source/data/pathfinder.mjs +3 -3
- package/source/data/pipe.mjs +3 -3
- package/source/data/transformer.mjs +3 -3
- package/source/dom/assembler.mjs +3 -3
- package/source/dom/attributes.mjs +15 -15
- package/source/dom/constants.mjs +2 -2
- package/source/dom/customcontrol.mjs +2 -2
- package/source/dom/customelement.mjs +4 -4
- package/source/dom/dimension.mjs +3 -3
- package/source/dom/error.mjs +3 -3
- package/source/dom/events.mjs +4 -4
- package/source/dom/focusmanager.mjs +3 -3
- package/source/dom/locale.mjs +3 -3
- package/source/dom/ready.mjs +2 -2
- package/source/dom/resource/data.mjs +3 -3
- package/source/dom/resource/link/stylesheet.mjs +3 -3
- package/source/dom/resource/link.mjs +3 -3
- package/source/dom/resource/script.mjs +3 -3
- package/source/dom/resource.mjs +3 -3
- package/source/dom/resourcemanager.mjs +3 -3
- package/source/dom/slotted.mjs +2 -2
- package/source/dom/template.mjs +4 -4
- package/source/dom/theme.mjs +3 -3
- package/source/dom/updater.mjs +3 -3
- package/source/dom/util/extract-keys.mjs +2 -2
- package/source/dom/util/init-options-from-attributes.mjs +2 -2
- package/source/dom/util/set-option-from-attribute.mjs +2 -2
- package/source/dom/util.mjs +6 -6
- package/source/dom/worker/factory.mjs +3 -3
- package/source/i18n/formatter.mjs +3 -3
- package/source/i18n/internal.mjs +2 -2
- package/source/i18n/locale.mjs +4 -4
- package/source/i18n/map/languages.mjs +2 -2
- package/source/i18n/provider.mjs +3 -3
- package/source/i18n/providers/embed.mjs +3 -3
- package/source/i18n/providers/fetch.mjs +3 -3
- package/source/i18n/time-ago.mjs +2 -2
- package/source/i18n/translations.mjs +3 -3
- package/source/i18n/util.mjs +2 -2
- package/source/logging/handler/console.mjs +3 -3
- package/source/logging/handler.mjs +3 -3
- package/source/logging/logentry.mjs +3 -3
- package/source/logging/logger.mjs +3 -3
- package/source/math/random.mjs +3 -3
- package/source/monster.mjs +4 -4
- package/source/net/webconnect/message.mjs +3 -3
- package/source/net/webconnect.mjs +3 -3
- package/source/text/bracketed-key-value-hash.mjs +2 -2
- package/source/text/formatter.mjs +3 -3
- package/source/text/generate-range-comparison-expression.mjs +3 -3
- package/source/text/markdown-parser.mjs +2 -2
- package/source/text/util.mjs +2 -2
- package/source/types/base.mjs +3 -3
- package/source/types/basewithoptions.mjs +3 -3
- package/source/types/binary.mjs +2 -2
- package/source/types/dataurl.mjs +3 -3
- package/source/types/global.mjs +2 -2
- package/source/types/has.mjs +2 -2
- package/source/types/id.mjs +3 -3
- package/source/types/internal.mjs +3 -3
- package/source/types/is.mjs +12 -12
- package/source/types/mediatype.mjs +3 -3
- package/source/types/node.mjs +3 -3
- package/source/types/nodelist.mjs +3 -3
- package/source/types/noderecursiveiterator.mjs +2 -2
- package/source/types/observablequeue.mjs +3 -3
- package/source/types/observer.mjs +2 -2
- package/source/types/observerlist.mjs +2 -2
- package/source/types/proxyobserver.mjs +3 -3
- package/source/types/queue.mjs +2 -2
- package/source/types/randomid.mjs +3 -3
- package/source/types/regex.mjs +3 -3
- package/source/types/stack.mjs +3 -3
- package/source/types/tokenlist.mjs +3 -3
- package/source/types/typeof.mjs +3 -3
- package/source/types/uniquequeue.mjs +3 -3
- package/source/types/uuid.mjs +3 -3
- package/source/types/validate.mjs +12 -12
- package/source/types/version.mjs +6 -6
- package/source/util/accessiblecolor.mjs +2 -2
- package/source/util/clone.mjs +3 -3
- package/source/util/comparator.mjs +2 -2
- package/source/util/deadmansswitch.mjs +3 -3
- package/source/util/freeze.mjs +3 -3
- package/source/util/processing/callback.mjs +2 -2
- package/source/util/processing.mjs +3 -3
- package/source/util/runtime.mjs +2 -2
- package/source/util/sleep.mjs +2 -2
- package/source/util/trimspaces.mjs +3 -3
- package/test/cases/components/form/button-bar.mjs +62 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -43,7 +43,7 @@ const ATTRIBUTE_CALL = `${ATTRIBUTE_PREFIX}call`;
|
|
|
43
43
|
/**
|
|
44
44
|
* The call button component is used to call a method of another element.
|
|
45
45
|
*
|
|
46
|
-
* @copyright
|
|
46
|
+
* @copyright Volker Schukai
|
|
47
47
|
* @summary A call button component that can call a method of another element.
|
|
48
48
|
*/
|
|
49
49
|
class CallButton extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -17,7 +17,7 @@ export { Collapse };
|
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* @since 1.10.0
|
|
20
|
-
* @copyright
|
|
20
|
+
* @copyright Volker Schukai
|
|
21
21
|
* @deprecated since 3.64.0 use Layout.Collapse instead
|
|
22
22
|
*/
|
|
23
23
|
class Collapse extends NewCollapse {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -50,7 +50,7 @@ const MODE_READ_WRITE = "readwrite";
|
|
|
50
50
|
/**
|
|
51
51
|
* The Config Manager component is used to encapsulate the configuration of the application.
|
|
52
52
|
*
|
|
53
|
-
* @copyright
|
|
53
|
+
* @copyright Volker Schukai
|
|
54
54
|
* @summary A config manager component
|
|
55
55
|
*/
|
|
56
56
|
class ConfigManager extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -17,7 +17,7 @@ export { Details };
|
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* @since 1.10.0
|
|
20
|
-
* @copyright
|
|
20
|
+
* @copyright Volker Schukai
|
|
21
21
|
* @deprecated since 3.64.0 use {@link Monster.Components.Layout.Details}
|
|
22
22
|
*/
|
|
23
23
|
class Details extends NewDetails {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -71,7 +71,7 @@ const resourceManagerSymbol = Symbol("resourceManager");
|
|
|
71
71
|
/**
|
|
72
72
|
* The Host component is used to encapsulate the content of a web app.
|
|
73
73
|
*
|
|
74
|
-
* @copyright
|
|
74
|
+
* @copyright Volker Schukai
|
|
75
75
|
* @summary A simple host component
|
|
76
76
|
* @fires monster-host-connected
|
|
77
77
|
* @fires monster-host-disconnected
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -17,7 +17,7 @@ export { Overlay };
|
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* @since 1.10.0
|
|
20
|
-
* @copyright
|
|
20
|
+
* @copyright Volker Schukai
|
|
21
21
|
* @deprecated since 3.116.0 use Layout/Overlay instead
|
|
22
22
|
*/
|
|
23
23
|
class Overlay extends NewOverlay {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -21,7 +21,7 @@ export { ToggleButton };
|
|
|
21
21
|
/**
|
|
22
22
|
* The Toggle Button component is used toggle a other element wich has a method called toggle.
|
|
23
23
|
*
|
|
24
|
-
* @copyright
|
|
24
|
+
* @copyright Volker Schukai
|
|
25
25
|
* @summary A toggle button
|
|
26
26
|
*/
|
|
27
27
|
class ToggleButton extends CallButton {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -16,7 +16,7 @@ import { Viewer as NewViewer } from "../content/viewer.mjs";
|
|
|
16
16
|
export { Viewer };
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* @copyright
|
|
19
|
+
* @copyright Volker Schukai
|
|
20
20
|
* @deprecated since 3.102.0 use Content/Viewer instead
|
|
21
21
|
*/
|
|
22
22
|
class Viewer extends NewViewer {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { instanceSymbol } from "../../constants.mjs";
|
|
@@ -49,7 +49,7 @@ export const parkingElementSymbol = Symbol("parkingElement");
|
|
|
49
49
|
* @example /examples/components/layout/board-simple
|
|
50
50
|
*
|
|
51
51
|
* @since 3.116.0
|
|
52
|
-
* @copyright
|
|
52
|
+
* @copyright Volker Schukai
|
|
53
53
|
* @summary A beautiful Board that can make your life easier and also looks good. You can use it to create a board, a dashboard, a kanban board, or whatever you want. It is a grid layout with drag and drop support.
|
|
54
54
|
*/
|
|
55
55
|
class Board extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -100,7 +100,7 @@ const nameSymbol = Symbol("name");
|
|
|
100
100
|
* @example /examples/components/layout/collapse-simple
|
|
101
101
|
*
|
|
102
102
|
* @since 3.74.0
|
|
103
|
-
* @copyright
|
|
103
|
+
* @copyright Volker Schukai
|
|
104
104
|
* @summary A simple collapse component.
|
|
105
105
|
*/
|
|
106
106
|
class Collapse extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -49,7 +49,7 @@ const buttonEventHandlerSymbol = Symbol("buttonEventHandler");
|
|
|
49
49
|
* @example /examples/components/layout/details-with-your-own-design
|
|
50
50
|
*
|
|
51
51
|
* @since 3.74.0
|
|
52
|
-
* @copyright
|
|
52
|
+
* @copyright Volker Schukai
|
|
53
53
|
* @summary A simple but cool detail component. This is based on the collapse component and extends it with a button.
|
|
54
54
|
* @summary You can also easily build an accordion from the component.
|
|
55
55
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { instanceSymbol } from "../../constants.mjs";
|
|
@@ -55,7 +55,7 @@ export const fullScreenExitElementSymbol = Symbol("fullScreenExitElement");
|
|
|
55
55
|
* @example /examples/components/layout/full-screen-simple
|
|
56
56
|
*
|
|
57
57
|
* @since 4.10.0
|
|
58
|
-
* @copyright
|
|
58
|
+
* @copyright Volker Schukai
|
|
59
59
|
* @summary A beautiful FullScreen that can make your life easier and also looks good.
|
|
60
60
|
*/
|
|
61
61
|
class FullScreen extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { instanceSymbol } from "../../constants.mjs";
|
|
@@ -58,7 +58,7 @@ const timerCallbackSymbol = Symbol("timerCallback");
|
|
|
58
58
|
* @example /examples/components/layout/iframe-simple
|
|
59
59
|
*
|
|
60
60
|
* @since 3.76.0
|
|
61
|
-
* @copyright
|
|
61
|
+
* @copyright Volker Schukai
|
|
62
62
|
* @summary A cool and fancy Iframe that can make your life easier and also looks good.
|
|
63
63
|
*/
|
|
64
64
|
class Iframe extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -71,7 +71,7 @@ const ATTRIBUTE_VALUE_OVERLAY_OPEN = "overlay-open";
|
|
|
71
71
|
*
|
|
72
72
|
* @example /examples/components/layout/overlay-simple
|
|
73
73
|
*
|
|
74
|
-
* @copyright
|
|
74
|
+
* @copyright Volker Schukai
|
|
75
75
|
* @summary The Overlay component is used to show an overlay and a button to open the overlay.
|
|
76
76
|
* @fires monster-overlay-before-open
|
|
77
77
|
* @fires monster-overlay-open
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -51,7 +51,7 @@ const timerCallbackSymbol = Symbol("timerCallback");
|
|
|
51
51
|
* @example /examples/components/layout/panel-simple
|
|
52
52
|
*
|
|
53
53
|
* @since 3.54.0
|
|
54
|
-
* @copyright
|
|
54
|
+
* @copyright Volker Schukai
|
|
55
55
|
* @summary The Panel component is used to display a panel, isn't that cool?
|
|
56
56
|
*/
|
|
57
57
|
class Panel extends CustomElement {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -96,7 +96,7 @@ const arrowElementSymbol = Symbol("arrowElement");
|
|
|
96
96
|
* @example /examples/components/layout/popper-click
|
|
97
97
|
*
|
|
98
98
|
* @since 1.65.0
|
|
99
|
-
* @copyright
|
|
99
|
+
* @copyright Volker Schukai
|
|
100
100
|
* @summary Floating overlay component with flexible positioning and interaction modes
|
|
101
101
|
* @fires monster-popper-hide - Fired when popper starts hiding
|
|
102
102
|
* @fires monster-popper-hidden - Fired when popper is fully hidden
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { instanceSymbol } from "../../constants.mjs";
|
|
@@ -77,7 +77,7 @@ const configSymbol = Symbol("config");
|
|
|
77
77
|
* @example /examples/components/layout/slider-multiple
|
|
78
78
|
*
|
|
79
79
|
* @since 3.74.0
|
|
80
|
-
* @copyright
|
|
80
|
+
* @copyright Volker Schukai
|
|
81
81
|
* @summary Provides a responsive, touch-enabled slider or carousel component with features like autoplay, thumbnails, and looping.
|
|
82
82
|
* @fires monster-slider-resized - Fired when the slider's dimensions change.
|
|
83
83
|
* @fires monster-slider-moved - Fired when the slider moves to a new slide.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, {{copyRightYear}}. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*
|
|
12
12
|
* SPDX-License-Identifier: AGPL-3.0
|
|
13
13
|
*/
|
|
@@ -75,7 +75,7 @@ const TYPE_HORIZONTAL = "horizontal";
|
|
|
75
75
|
* @example /examples/components/layout/split-panel-simple
|
|
76
76
|
*
|
|
77
77
|
* @since 3.54.0
|
|
78
|
-
* @copyright
|
|
78
|
+
* @copyright Volker Schukai
|
|
79
79
|
* @summary The SplitPanel control is a simple layout control that allows you to split the screen
|
|
80
80
|
* into two parts. The split can be either vertical or horizontal. The control provides a
|
|
81
81
|
* draggable handle that allows you to adjust the size of the two panels.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © Volker Schukai and all contributing authors, 2025. All rights reserved.
|
|
3
3
|
* Node module: @schukai/monster
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* For those who do not wish to adhere to the AGPLv3, a commercial license is available.
|
|
9
9
|
* Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
|
|
10
|
-
* For more information about purchasing a commercial license, please contact
|
|
10
|
+
* For more information about purchasing a commercial license, please contact Volker Schukai.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { addAttributeToken } from "../../../dom/attributes.mjs";
|