![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mirasvit/module-core/src/Core/view/adminhtml/web/js/quickDataBar/ |
define([ 'uiComponent', 'ko', 'underscore', 'jquery' ], function (Component, ko, _, $) { 'use strict'; return Component.extend({ defaults: { dateRangeList: [ { value: '0', label: 'Today' }, { value: '7', label: 'Last 7 days' }, { value: '30', label: 'Last 30 days' }, { value: '365', label: 'Last 365 days' } ], dateRange: '30', isReady: true }, initObservable: function () { this._super(); this.dateRange = ko.observable(this.dateRange); this.dataBlockList = ko.observableArray(this.dataBlockList); this.isReady = ko.observable(true); return this; } }); });