uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : server.wtmmart.in
Kernel : Linux server.wtmmart.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home2
/
wtmwscom
/
public_html
/
css
/
..
/
post
/
scripts
/
Portal_037.js
/
/
define("Portal.EP_Layouts.HeaderLayout.mvc$model", ["OutSystems/ClientRuntime/Main", "Portal.model", "OutSystemsUI.Content.CardBackground.mvc$model"], function (OutSystems, PortalModel, OutSystemsUI_Content_CardBackground_mvcModel) { var OS = OutSystems.Internal; var VariablesRecord = (function (_super) { __extends(VariablesRecord, _super); function VariablesRecord(defaults) { _super.apply(this, arguments); } VariablesRecord.attributesToDeclare = function () { return [ this.attr("BannerURL", "bannerURLIn", "BannerURL", true, false, OS.Types.Text, function () { return ""; }, false), this.attr("_bannerURLInDataFetchStatus", "_bannerURLInDataFetchStatus", "_bannerURLInDataFetchStatus", true, false, OS.Types.Integer, function () { return /*Fetched*/ 1; }, false) ].concat(_super.attributesToDeclare.call(this)); }; VariablesRecord.init(); return VariablesRecord; })(OS.DataTypes.GenericRecord); var WidgetsRecord = (function (_super) { __extends(WidgetsRecord, _super); function WidgetsRecord() { _super.apply(this, arguments); } WidgetsRecord.getWidgetsType = function () { return {}; }; return WidgetsRecord; })(OS.Model.BaseWidgetRecordMap); var Model = (function (_super) { __extends(Model, _super); function Model() { _super.apply(this, arguments); } Model.getVariablesRecordConstructor = function () { return VariablesRecord; }; Model.getWidgetsRecordConstructor = function () { return WidgetsRecord; }; Model._hasValidationWidgetsValue = undefined; Object.defineProperty(Model, "hasValidationWidgets", { enumerable: true, configurable: true, get: function () { if((Model._hasValidationWidgetsValue === undefined)) { Model._hasValidationWidgetsValue = OutSystemsUI_Content_CardBackground_mvcModel.hasValidationWidgets; } return Model._hasValidationWidgetsValue; } }); Model.prototype.setInputs = function (inputs) { if("BannerURL" in inputs) { this.variables.bannerURLIn = inputs.BannerURL; if("_bannerURLInDataFetchStatus" in inputs) { this.variables._bannerURLInDataFetchStatus = inputs._bannerURLInDataFetchStatus; } } }; return Model; })(OS.Model.BaseViewModel); return new OS.Model.ModelFactory(Model); }); define("Portal.EP_Layouts.HeaderLayout.mvc$view", ["OutSystems/ClientRuntime/Main", "Portal.model", "Portal.controller", "react", "OutSystems/ReactView/Main", "Portal.EP_Layouts.HeaderLayout.mvc$model", "Portal.EP_Layouts.HeaderLayout.mvc$controller", "Portal.clientVariables", "OutSystemsUI.Content.CardBackground.mvc$view", "OutSystems/ReactWidgets/Main"], function (OutSystems, PortalModel, PortalController, React, OSView, Portal_EP_Layouts_HeaderLayout_mvc_model, Portal_EP_Layouts_HeaderLayout_mvc_controller, PortalClientVariables, OutSystemsUI_Content_CardBackground_mvc_view, OSWidgets) { var OS = OutSystems.Internal; var PlaceholderContent = OSView.Widget.PlaceholderContent; var IteratorPlaceholderContent = OSView.Widget.IteratorPlaceholderContent; var View = (function (_super) { __extends(View,_super); function View() { try { this.initialize.apply(this, arguments); } catch (error) { View.handleError(error); throw error; } } View.prototype.initialize = function() { _super.apply(this, arguments); }; View.displayName = "EP_Layouts.HeaderLayout"; View.getCssDependencies = function() { return ["css/OutSystemsReactWidgets.css", "css/Portal.EP_Layouts.HeaderLayout.css"]; }; View.getJsDependencies = function() { return []; }; View.getBlocks = function() { return [OutSystemsUI_Content_CardBackground_mvc_view]; }; Object.defineProperty(View.prototype, "modelFactory", { get: function () { return Portal_EP_Layouts_HeaderLayout_mvc_model; }, enumerable: true, configurable: true }); Object.defineProperty(View.prototype, "controllerFactory", { get: function () { return Portal_EP_Layouts_HeaderLayout_mvc_controller; }, enumerable: true, configurable: true }); Object.defineProperty(View.prototype, "title", { get: function () { return ""; }, enumerable: true, configurable: true }); View.prototype.internalRender = function() { var model = this.model; var controller = this.controller; var idService = this.idService; var validationService = controller.validationService; var widgetsRecordProvider = this.widgetsRecordProvider; var callContext = controller.callContext(); var $if = View.ifWidget; var asPrimitiveValue = View.asPrimitiveValue; var _this = this; return React.createElement("div", this.getRootNodeProperties(), React.createElement(OutSystemsUI_Content_CardBackground_mvc_view, { inputs: { ExtendedClass: "CardBackground" }, events: { _handleError: function (ex) { controller.handleError(ex); } }, _validationProps: { validationService: validationService }, _idProps: { service: idService, uuid: "0", alias: "1" }, _widgetRecordProvider: widgetsRecordProvider, placeholders: { content: new PlaceholderContent(function () { return [React.createElement(OSWidgets.Container, { align: /*Default*/ 0, animate: false, style: "ThemeGrid_Container", visible: true, _idProps: { service: idService, uuid: "1" }, _widgetRecordProvider: widgetsRecordProvider }, React.createElement(OSWidgets.Container, { align: /*Default*/ 0, animate: false, style: "HeaderLayout header-top display-flex", visible: true, _idProps: { service: idService, uuid: "2" }, _widgetRecordProvider: widgetsRecordProvider }, React.createElement(OSWidgets.Placeholder, { align: /*Default*/ 0, content: _this.props.placeholders.left, style: "header-left align-items-center ph", _idProps: { service: idService, name: "Left" }, _widgetRecordProvider: widgetsRecordProvider }), React.createElement(OSWidgets.Placeholder, { align: /*Default*/ 0, content: _this.props.placeholders.center, style: "header-center align-items-center flex1", _idProps: { service: idService, name: "Center" }, _widgetRecordProvider: widgetsRecordProvider }), React.createElement(OSWidgets.Placeholder, { align: /*Default*/ 0, content: _this.props.placeholders.right, style: "header-right align-items-center ph", _idProps: { service: idService, name: "Right" }, _widgetRecordProvider: widgetsRecordProvider }), React.createElement(OSWidgets.Placeholder, { align: /*Default*/ 0, content: _this.props.placeholders.content, _idProps: { service: idService, name: "Content" }, _widgetRecordProvider: widgetsRecordProvider })), React.createElement(OSWidgets.Placeholder, { align: /*Default*/ 0, content: _this.props.placeholders.menuPlaceholder, _idProps: { service: idService, name: "MenuPlaceholder" }, _widgetRecordProvider: widgetsRecordProvider }))]; }), backgroundImage: new PlaceholderContent(function () { return [$if(((model.variables.bannerURLIn) !== ("")), false, this, function () { return [React.createElement(OSWidgets.Container, { align: /*Default*/ 0, animate: false, style: "PictureContainer picture-container", visible: true, _idProps: { service: idService, uuid: "8" }, _widgetRecordProvider: widgetsRecordProvider }, React.createElement(OSWidgets.Image, { type: /*External*/ 1, url: model.variables.bannerURLIn, _idProps: { service: idService, uuid: "9" }, _widgetRecordProvider: widgetsRecordProvider, url_dataFetchStatus: OS.Model.calculateDataFetchStatus(model.variables._bannerURLInDataFetchStatus) }), React.createElement(OSWidgets.Container, { align: /*Default*/ 0, animate: false, extendedProperties: { style: "height: 100%;" }, gridProperties: { classes: "OSInline", width: "100%" }, style: "DarkOverlay overlay", visible: true, _idProps: { service: idService, name: "Overlay" }, _widgetRecordProvider: widgetsRecordProvider }))]; }, function () { return []; })]; }) } })); }; return View; })(OSView.BaseView.BaseWebBlock); return View; }); define("Portal.EP_Layouts.HeaderLayout.mvc$controller", ["OutSystems/ClientRuntime/Main", "Portal.model", "Portal.controller", "Portal.languageResources", "Portal.clientVariables"], function (OutSystems, PortalModel, PortalController, PortalLanguageResources, PortalClientVariables) { var OS = OutSystems.Internal; var Controller = (function (_super) { __extends(Controller, _super); function Controller() { _super.apply(this, arguments); var controller = this.controller; this.clientActionProxies = {}; this.dataFetchDependenciesOriginal = {}; this.dataFetchDependentsGraph = {}; this.useImprovedDataFetch = false; this.hasDependenciesBetweenSources = false; this.shouldSendClientVarsToDataSources = false; } // Server Actions // Aggregates and Data Actions Controller.prototype.dataFetchActionNames = []; // Client Actions // Event Handler Actions Controller.prototype.onInitializeEventHandler = null; Controller.prototype.onReadyEventHandler = null; Controller.prototype.onRenderEventHandler = null; Controller.prototype.onDestroyEventHandler = null; Controller.prototype.onParametersChangedEventHandler = null; Controller.prototype.handleError = function (ex) { return controller.handleError(ex); }; Controller.checkPermissions = function () { }; Controller.prototype.getDefaultTimeout = function () { return PortalController.default.defaultTimeout; }; return Controller; })(OS.Controller.BaseViewController); return new OS.Controller.ControllerFactory(Controller, PortalLanguageResources); });
/home2/wtmwscom/public_html/css/../post/scripts/Portal_037.js