Sha256: 6d532b16ef2a5ac75793543d3eeffa8e25b2414e8dd5ec6a0beb7029295689ae

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

/*!
 * UI development toolkit for HTML5 (OpenUI5)
 * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */
sap.ui.define(['sap/ui/core/Renderer','./DatePickerRenderer'],function(R,D){"use strict";var a=R.extend(D);a.writeInnerValue=function(r,c){if(c._bValid){r.writeAttributeEscaped("value",c._formatValue(c.getDateValue(),c.getSecondDateValue()));}else{r.writeAttributeEscaped("value",c.getValue());}};return a;},true);

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fiveapples-0.0.7 lib/openui5-runtime-1.60.23/resources/sap/m/DateRangeSelectionRenderer.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/m/DateRangeSelectionRenderer.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/m/DateRangeSelectionRenderer.js
jekyll-openui5-0.1.0 assets/sap/m/DateRangeSelectionRenderer.js