// @hash v3-D6E7CE4F052108FDB4CE0056D017DF90C00C67E7 // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/6/2026 9:40:21 PM /////////////////////////////////////////////////////////////////////////////// class SurveyListOnClientDetails extends React.Component { render() { return React.createElement(React.Fragment, null, React.createElement(Table, { unique: "surveys", className: "mt-16", structure: this.props.structure, itemsToAssign: this.props.surveyTypes, commands: this.props.structure.commands, above: ({ setTab }) => React.createElement(React.Fragment, null, React.createElement(TabButtons, { hidden: true, tabs: this.props.tabs, onChange: setTab }), React.createElement("div", { className: "flex justify-between sm:items-end max-sm:flex-col" }, React.createElement("h2", { className: "nsw-h3 max-sm:mb-4" }, "Surveys"), React.createElement(AssignAnItem, { placeholder: "Select a survey", confirmation: { text: name => "You have selected to assign " + this.props.clientDetail.firstName + " " + this.props.clientDetail.lastName + " the " + name + " survey.", action: "Assign survey" }, command: { method: this.props.assignSurveyCommand.method, url: this.props.assignSurveyCommand.url, modal: "shareSurvey", data: { clientExperienceSurveyLink: this.props.structure.metaConfiguration.clientexperiencesurveylink, pgsiSurveyLink: this.props.structure.metaConfiguration.pgsisurveylink, k10SurveyLink: this.props.structure.metaConfiguration.k10surveylink, demographicSurveyLink: this.props.structure.metaConfiguration.demographicsurveylink } } })), React.createElement("hr", { className: "mt-2" }), React.createElement("div", { className: "flex justify-end" }, React.createElement(ClearFilters, null))) })) //
{JSON.stringify(this.props, null, 4)}
; } }