PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.7.3
Post Views Counter v1.7.3
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / js / column-modal.js
post-views-counter / js Last commit date
admin-dashboard.js 5 months ago admin-post.js 5 months ago admin-quick-edit.js 5 months ago admin-settings.js 5 months ago admin-theme.js 5 months ago admin-widgets.js 5 months ago block-editor.js 5 months ago column-modal.js 5 months ago counter.js 5 months ago dummy.js 5 months ago frontend.js 5 months ago integration-gutenberg.js 5 months ago
column-modal.js
5 lines
1 ;(function($, window, document){
2 !function($){if(void 0!==$){var a=null,o=null;if("undefined"!=typeof pvcColumnModal){var e=function(a,o){var e=$(".pvc-modal-chart-container");e.addClass("loading"),e.find(".spinner").addClass("is-active"),$.ajax({url:pvcColumnModal.ajaxURL,type:"POST",dataType:"json",data:{action:"pvc_column_chart",nonce:pvcColumnModal.nonce,post_id:a,period:o},success:function(a){a.success?t(a.data):n(a.data.message||pvcColumnModal.i18n.error)},error:function(){n(pvcColumnModal.i18n.error)},complete:function(){e.removeClass("loading"),e.find(".spinner").removeClass("is-active")}})},t=function(o){var e=document.getElementById("pvc-modal-chart");if(e){a&&(a.destroy(),a=null),$(".pvc-modal-error").remove(),$(e).show(),$(".pvc-modal-views-label").text(pvcColumnModal.i18n.summary),$(".pvc-modal-count").text(o.total_views.toLocaleString()),$(".pvc-modal-dates").html(o.dates_html);var t={type:"line",data:o.data,options:{maintainAspectRatio:!1,responsive:!0,plugins:{legend:{display:!1},tooltip:{callbacks:{title:function(a){return o.data.dates[a[0].dataIndex]},label:function(a){var o=a.parsed.y,e=1===o?pvcColumnModal.i18n.view:pvcColumnModal.i18n.views;return"".concat(o.toLocaleString()," ").concat(e)}}}},scales:{x:{display:!0,grid:{display:!1}},y:{display:!0,beginAtZero:!0,ticks:{precision:0},grid:{color:"rgba(0, 0, 0, 0.05)"}}}}};o.design&&t.data.datasets.forEach(function(a){Object.assign(a,o.design),a.tension=.4}),a=new Chart(e.getContext("2d"),t)}},n=function(o){a&&(a.destroy(),a=null),$(".pvc-modal-summary").text(""),$(".pvc-modal-dates").html("");var e=$(".pvc-modal-chart-container");e.removeClass("loading"),e.find(".spinner").removeClass("is-active"),$(".pvc-modal-error").remove(),e.before('<p class="pvc-modal-error">'.concat(o,"</p>")),e.find("canvas").hide()};$(function(){0!==$("#pvc-chart-modal").length&&"undefined"!=typeof MicroModal&&(MicroModal.init({disableScroll:!0,awaitCloseAnimation:!0}),1)&&($(document).on("click",".pvc-view-chart",function(t){t.preventDefault();var n=$(t.currentTarget),l=n.data("post-id"),i=n.data("post-title");l&&function(a,e){if(!a)return!1;o=a,$("#pvc-modal-title").text(e);var t=$(".pvc-modal-chart-container");return t.addClass("loading"),t.find(".spinner").addClass("is-active"),$(".pvc-modal-views-label").text(""),$(".pvc-modal-count").text(""),$(".pvc-modal-dates").html(""),!0}(l,i)&&"undefined"!=typeof MicroModal&&MicroModal.show("pvc-chart-modal",{onShow:function(){o&&e(o,"")},onClose:function(){a&&(a.destroy(),a=null),o=null,function(){$("#pvc-modal-title").text(""),$(".pvc-modal-views-label").text(""),$(".pvc-modal-count").text(""),$(".pvc-modal-dates").html("");var a=$(".pvc-modal-chart-container");a.removeClass("loading"),a.find(".spinner").removeClass("is-active"),$(".pvc-modal-error").remove()}()},disableScroll:!0,awaitCloseAnimation:!0})}),$(document).on("click",".pvc-modal-nav-prev, .pvc-modal-nav-next",function(a){a.preventDefault();var t=$(a.currentTarget);if(!t.hasClass("pvc-disabled")){var n=t.data("period");n&&o&&e(o,n)}}))})}}}(jQuery);
3
4 })(jQuery, window, document);
5