diff --git a/packages/modules/pusher/.prettierrc.js b/packages/modules/pusher/.prettierrc.js new file mode 100644 index 0000000000..0892704ab0 --- /dev/null +++ b/packages/modules/pusher/.prettierrc.js @@ -0,0 +1 @@ +module.exports = require("@mendix/prettier-config-web-widgets"); diff --git a/packages/modules/pusher/CHANGELOG.md b/packages/modules/pusher/CHANGELOG.md new file mode 100644 index 0000000000..1c43583ba0 --- /dev/null +++ b/packages/modules/pusher/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this module will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Initial release of the Pusher module bundling Pusher widget v4.0.0. diff --git a/packages/modules/pusher/LICENSE b/packages/modules/pusher/LICENSE new file mode 100644 index 0000000000..79278fe62b --- /dev/null +++ b/packages/modules/pusher/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2022 Mendix Technology B.V. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/packages/modules/pusher/README.md b/packages/modules/pusher/README.md new file mode 100644 index 0000000000..8ee0cea62f --- /dev/null +++ b/packages/modules/pusher/README.md @@ -0,0 +1,5 @@ +# Pusher module + +This module bundles the **Pusher** pluggable widget together with sample pages, domain model, and helper flows so that app builders can implement real-time communication in their Mendix apps using Pusher.com. + +For full documentation of widget properties see the [Pusher](https://docs.mendix.com/appstore/services/pusher/). diff --git a/packages/modules/pusher/package.json b/packages/modules/pusher/package.json new file mode 100644 index 0000000000..861f6acc97 --- /dev/null +++ b/packages/modules/pusher/package.json @@ -0,0 +1,47 @@ +{ + "name": "@mendix/pusher", + "moduleName": "Pusher module", + "version": "4.0.0", + "description": "Pusher module containing the Pusher widget and helper flows for real-time communication.", + "copyright": "© Mendix Technology BV 2026. All rights reserved.", + "license": "Apache-2.0", + "private": true, + "repository": { + "type": "git", + "url": "https://github.com/mendix/web-widgets.git" + }, + "mxpackage": { + "type": "module", + "name": "Pusher", + "mpkName": "Pusher.mpk", + "dependencies": [ + "@mendix/pusher-web" + ] + }, + "moduleFolderNameInModeler": "pusher", + "marketplace": { + "minimumMXVersion": "11.11.0", + "appName": "Pusher", + "appNumber": 107957 + }, + "testProject": { + "githubUrl": "https://github.com/mendix/testProjects", + "branchName": "pusher-web" + }, + "scripts": { + "build:module": "ts-node --project scripts/tsconfig.json scripts/build.ts", + "create-gh-release": "rui-create-gh-release", + "publish-marketplace": "rui-publish-marketplace", + "push-update": "ts-node --project scripts/tsconfig.json scripts/push-update.ts", + "release:module": "ts-node --project scripts/tsconfig.json scripts/release.ts", + "update-changelog": "rui-update-changelog-module", + "verify": "rui-verify-package-format" + }, + "dependencies": { + "@mendix/pusher-web": "workspace:*" + }, + "devDependencies": { + "@mendix/automation-utils": "workspace:*", + "@mendix/prettier-config-web-widgets": "workspace:*" + } +} diff --git a/packages/modules/pusher/scripts/build.ts b/packages/modules/pusher/scripts/build.ts new file mode 100644 index 0000000000..c40fded8b0 --- /dev/null +++ b/packages/modules/pusher/scripts/build.ts @@ -0,0 +1,13 @@ +import { runModuleSteps, copyWidgetsToProject } from "@mendix/automation-utils/steps"; + +async function main(): Promise { + await runModuleSteps({ + packagePath: process.cwd(), + steps: [copyWidgetsToProject] + }); +} + +main().catch(err => { + console.error(err); + process.exit(1); +}); diff --git a/packages/modules/pusher/scripts/push-update.ts b/packages/modules/pusher/scripts/push-update.ts new file mode 100644 index 0000000000..e7c14e0be7 --- /dev/null +++ b/packages/modules/pusher/scripts/push-update.ts @@ -0,0 +1,13 @@ +import { runModuleSteps, pushUpdates } from "@mendix/automation-utils/steps"; + +async function main(): Promise { + await runModuleSteps({ + packagePath: process.cwd(), + steps: [pushUpdates] + }); +} + +main().catch(err => { + console.error(err); + process.exit(1); +}); diff --git a/packages/modules/pusher/scripts/release.ts b/packages/modules/pusher/scripts/release.ts new file mode 100644 index 0000000000..0b853d5630 --- /dev/null +++ b/packages/modules/pusher/scripts/release.ts @@ -0,0 +1,36 @@ +#!/usr/bin/env ts-node-script + +import { + addWidgetsToMpk, + cloneTestProject, + copyModuleLicense, + copyWidgetsToProject, + createModuleMpk, + logStep, + ModuleStepParams, + moveModuleToDist, + removeDist, + runModuleSteps, + writeModuleVersion +} from "@mendix/automation-utils/steps"; + +async function main(): Promise { + await runModuleSteps({ + packagePath: process.cwd(), + steps: [ + removeDist, + cloneTestProject, + writeModuleVersion, + copyModuleLicense, + copyWidgetsToProject, + createModuleMpk, + addWidgetsToMpk, + moveModuleToDist + ] + }); +} + +main().catch(err => { + console.error(err); + process.exit(1); +}); diff --git a/packages/modules/pusher/scripts/tsconfig.json b/packages/modules/pusher/scripts/tsconfig.json new file mode 100644 index 0000000000..65920b4c2a --- /dev/null +++ b/packages/modules/pusher/scripts/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "@mendix/automation-utils/tsconfig", + "include": ["."] +} diff --git a/packages/pluggableWidgets/pusher-web/package.json b/packages/pluggableWidgets/pusher-web/package.json index a28408cd8c..89ead2e549 100644 --- a/packages/pluggableWidgets/pusher-web/package.json +++ b/packages/pluggableWidgets/pusher-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/pusher-web", "widgetName": "Pusher", - "version": "2.0.0", + "version": "4.0.0", "description": "Pusher.com integration widget for real-time communication", "copyright": "© Mendix Technology BV 2026. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/pusher-web/src/Pusher.editorConfig.ts b/packages/pluggableWidgets/pusher-web/src/Pusher.editorConfig.ts index ff85ea8768..46e0ea234d 100644 --- a/packages/pluggableWidgets/pusher-web/src/Pusher.editorConfig.ts +++ b/packages/pluggableWidgets/pusher-web/src/Pusher.editorConfig.ts @@ -1,4 +1,4 @@ -import { Properties } from "@mendix/pluggable-widgets-tools"; +import { Problem, Properties } from "@mendix/pluggable-widgets-tools"; import { container, rowLayout, @@ -12,6 +12,32 @@ export function getProperties(_values: PusherPreviewProps, defaultProperties: Pr return defaultProperties; } +export function check(values: PusherPreviewProps): Problem[] { + const errors: Problem[] = []; + + // Check for duplicate action names + if (values.eventHandlers && values.eventHandlers.length > 0) { + const actionNames = values.eventHandlers.map(handler => handler.actionName).filter(name => name); + const duplicates = actionNames.filter((name, index) => actionNames.indexOf(name) !== index); + + if (duplicates.length > 0) { + const uniqueDuplicates = Array.from(new Set(duplicates)); + errors.push({ + property: "eventHandlers", + message: `Duplicate action names found: ${uniqueDuplicates.join(", ")}. Each action name must be unique.` + }); + } + } + + errors.push({ + property: "eventHandlers", + severity: "warning", + message: JSON.stringify(values) + }); + + return errors; +} + export function getPreview(values: PusherPreviewProps, isDarkMode: boolean): StructurePreviewProps { const palette = structurePreviewPalette[isDarkMode ? "dark" : "light"]; @@ -27,5 +53,6 @@ export function getCustomCaption(values: PusherPreviewProps): string { } export function getCaption(values: PusherPreviewProps): string { - return `Pusher widget [${values.notifyActionName}]`; + const handlerCount = values.eventHandlers?.length ?? 0; + return handlerCount > 0 ? `Pusher widget [${handlerCount} handler${handlerCount > 1 ? "s" : ""}]` : "Pusher widget"; } diff --git a/packages/pluggableWidgets/pusher-web/src/Pusher.tsx b/packages/pluggableWidgets/pusher-web/src/Pusher.tsx index 1002c252a8..7e91fe7422 100644 --- a/packages/pluggableWidgets/pusher-web/src/Pusher.tsx +++ b/packages/pluggableWidgets/pusher-web/src/Pusher.tsx @@ -7,18 +7,7 @@ import "./ui/Pusher.scss"; import { getChannelName } from "./utils/getChannelName"; export default function Pusher(props: PusherContainerProps): ReactElement { - const { class: className, objectSource, notifyActionName, notifyEventAction } = props; - - // Event callback - triggered when Pusher event is received - const handleEvent = useCallback( - (data: unknown) => { - console.debug("[Pusher] Event received:", data); - - // Execute configured action - executeAction(notifyEventAction); - }, - [notifyEventAction] - ); + const { class: className, objectSource, eventHandlers } = props; // Error callback const handleError = useCallback((error: Error) => { @@ -26,7 +15,7 @@ export default function Pusher(props: PusherContainerProps): ReactElement { }, []); // Build channel name based on the object - const channelName = getChannelName(objectSource as any); // TODO: fix typings when PWT updated. + const channelName = getChannelName(objectSource); // Setup stable subscription config const subscription = useMemo(() => { @@ -34,13 +23,28 @@ export default function Pusher(props: PusherContainerProps): ReactElement { return undefined; } + // Build event bindings from configured handlers + const eventBindings = eventHandlers + .filter(handler => handler.actionName && handler.action?.canExecute) + .map(handler => ({ + eventName: handler.actionName, + onEvent: () => { + console.debug(`[Pusher] Event received: ${handler.actionName}`); + executeAction(handler.action); + } + })); + + // If no valid handlers, return undefined (no subscription) + if (eventBindings.length === 0) { + return undefined; + } + return { channelName, - eventName: notifyActionName, - onEvent: handleEvent, + eventBindings, onError: handleError }; - }, [channelName, notifyActionName, handleEvent, handleError]); + }, [channelName, eventHandlers, handleError]); usePusherSubscribe(subscription); diff --git a/packages/pluggableWidgets/pusher-web/src/Pusher.xml b/packages/pluggableWidgets/pusher-web/src/Pusher.xml index f17f0a8f7a..b35247dd78 100644 --- a/packages/pluggableWidgets/pusher-web/src/Pusher.xml +++ b/packages/pluggableWidgets/pusher-web/src/Pusher.xml @@ -10,14 +10,21 @@ - - Notify action name - The name should match the with the 'Notify' parameter `ActionName` - - - - Action - + + Event Handlers + Configure multiple event handlers for different Pusher events + + + + Action name + The name should match the 'Notify' action parameter `ActionName` + + + Action + Client action to execute when this event is received + + + diff --git a/packages/pluggableWidgets/pusher-web/src/package.xml b/packages/pluggableWidgets/pusher-web/src/package.xml index 414872761b..fd206de356 100644 --- a/packages/pluggableWidgets/pusher-web/src/package.xml +++ b/packages/pluggableWidgets/pusher-web/src/package.xml @@ -1,6 +1,6 @@ - + diff --git a/packages/pluggableWidgets/pusher-web/src/utils/PusherListener.ts b/packages/pluggableWidgets/pusher-web/src/utils/PusherListener.ts index 845d34bbf7..a730641a0a 100644 --- a/packages/pluggableWidgets/pusher-web/src/utils/PusherListener.ts +++ b/packages/pluggableWidgets/pusher-web/src/utils/PusherListener.ts @@ -7,17 +7,24 @@ export interface PusherConfig { csrfToken: string; } +export interface EventBinding { + eventName: string; + onEvent: () => void; +} + export interface SubscriptionConfig { channelName: string; - eventName: string; - onEvent: (data: unknown) => void; + eventBindings: EventBinding[]; onError?: (error: Error) => void; } export class PusherListener { private pusher: Pusher; private currentChannel: Channel | null = null; - private currentSubscription: SubscriptionConfig | null = null; + private currentChannelName: string | null = null; + private eventHandlersMap: Map void> = new Map(); + private globalCallback: ((eventName: string, data: unknown) => void) | null = null; + private onError?: (error: Error) => void; constructor(private config: PusherConfig) { this.pusher = new Pusher(this.config.key, { @@ -36,46 +43,59 @@ export class PusherListener { } /** - * Subscribe to channel for specific object and event - * Automatically unsubscribes from previous channel if different + * Subscribe to channel for specific object and bind multiple events + * Only resubscribes when channel name changes, not when handlers change */ subscribe(config: SubscriptionConfig): void { - // If already subscribed to same channel and event, do nothing - if (config === this.currentSubscription) { - return; - } + // Only resubscribe if channel name changes + if (config.channelName !== this.currentChannelName) { + this.unsubscribe(); + this.currentChannelName = config.channelName; + this.currentChannel = this.pusher.subscribe(config.channelName); - // Unsubscribe from previous channel if exists - this.unsubscribe(); - - // Subscribe to new channel - this.currentSubscription = config; - this.currentChannel = this.pusher.subscribe(config.channelName); + // Setup global handler once per channel + this.globalCallback = (eventName: string, _data: unknown) => { + const handler = this.eventHandlersMap.get(eventName); + if (handler) { + handler(); + } + }; + this.currentChannel.bind_global(this.globalCallback); - // Bind event handler - this.currentChannel.bind(config.eventName, config.onEvent); + // Bind error handler + this.currentChannel.bind("pusher:subscription_error", (error: unknown) => { + console.error(error); + const errorMsg = + error === 515 + ? "Authentication failed. Please verify Pusher configuration constants." + : `Subscription error: ${String(error)}`; + this.onError?.(new Error(errorMsg)); + }); + } - // Bind error handler - this.currentChannel.bind("pusher:subscription_error", (error: unknown) => { - console.error(error); - const errorMsg = - error === 515 - ? "Authentication failed. Please verify Pusher configuration constants." - : `Subscription error: ${String(error)}`; - config.onError?.(new Error(errorMsg)); + // Always update handler map (no rebinding needed) + this.eventHandlersMap.clear(); + config.eventBindings.forEach(binding => { + this.eventHandlersMap.set(binding.eventName, binding.onEvent); }); + + // Store error handler for reference + this.onError = config.onError; } /** * Unsubscribe from current channel */ unsubscribe(): void { - if (this.currentChannel && this.currentSubscription) { - // Unbind all channel events - this.currentChannel.unbind(); - this.pusher.unsubscribe(this.currentSubscription.channelName); + if (this.currentChannel && this.currentChannelName) { + // Unbind all channel events (both global and specific) + this.currentChannel.unbind_all(); + this.pusher.unsubscribe(this.currentChannelName); this.currentChannel = null; - this.currentSubscription = null; + this.currentChannelName = null; + this.globalCallback = null; + this.eventHandlersMap.clear(); + this.onError = undefined; } } diff --git a/packages/pluggableWidgets/pusher-web/src/utils/getChannelName.ts b/packages/pluggableWidgets/pusher-web/src/utils/getChannelName.ts index 97c93d8a90..d0a9e7d2bc 100644 --- a/packages/pluggableWidgets/pusher-web/src/utils/getChannelName.ts +++ b/packages/pluggableWidgets/pusher-web/src/utils/getChannelName.ts @@ -1,7 +1,7 @@ import { DynamicValue, ObjectItem } from "mendix"; export function getChannelName(objectSource: DynamicValue): string | undefined { - const object = objectSource.value as ObjectItem | undefined; + const object = objectSource.value; if (!object) { return undefined; diff --git a/packages/pluggableWidgets/pusher-web/typings/PusherProps.d.ts b/packages/pluggableWidgets/pusher-web/typings/PusherProps.d.ts index 66aa96b78a..e2e2fe15b9 100644 --- a/packages/pluggableWidgets/pusher-web/typings/PusherProps.d.ts +++ b/packages/pluggableWidgets/pusher-web/typings/PusherProps.d.ts @@ -3,17 +3,26 @@ * WARNING: All changes made to this file will be overwritten * @author Mendix Widgets Framework Team */ +import { ActionValue, DynamicValue, ObjectItem } from "mendix"; import { CSSProperties } from "react"; -import { ActionValue, ListValue } from "mendix"; + +export interface EventHandlersType { + actionName: string; + action?: ActionValue; +} + +export interface EventHandlersPreviewType { + actionName: string; + action: {} | null; +} export interface PusherContainerProps { name: string; class: string; style?: CSSProperties; tabIndex?: number; - objectSource: ListValue; - notifyActionName: string; - notifyEventAction?: ActionValue; + objectSource: DynamicValue; + eventHandlers: EventHandlersType[]; } export interface PusherPreviewProps { @@ -28,6 +37,5 @@ export interface PusherPreviewProps { renderMode: "design" | "xray" | "structure"; translate: (text: string) => string; objectSource: {} | { caption: string } | { type: string } | null; - notifyActionName: string; - notifyEventAction: {} | null; + eventHandlers: EventHandlersPreviewType[]; } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0f995e504..38d210e9cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -423,6 +423,19 @@ importers: specifier: ^7.0.3 version: 7.0.3 + packages/modules/pusher: + dependencies: + '@mendix/pusher-web': + specifier: workspace:* + version: link:../../pluggableWidgets/pusher-web + devDependencies: + '@mendix/automation-utils': + specifier: workspace:* + version: link:../../../automation/utils + '@mendix/prettier-config-web-widgets': + specifier: workspace:* + version: link:../../shared/prettier-config-web-widgets + packages/modules/web-actions: devDependencies: '@eslint/js':