{"version":3,"file":"pricing-renewals.min.js","sources":["../../../../src/js/modules/pricing-renewals.js"],"sourcesContent":["class PricingRenewals {\n constructor(settings) {\n this.settings = {\n selectorSelectMenu: '#js-product-selector-wrapper',\n selectorTable: '#js-product-table-wrapper',\n selectorSubscriptionToggler: '#js-subscription-toggler-wrapper',\n selectedProduct: ['Bundles', 'DevCraft'],\n ...settings\n };\n\n this.settings.productSettings = {\n supportPlan: {\n name: 'Support Plan',\n type: 'support-plan',\n packages: {\n 'Lite Support': ['72h response time', '10 support incidents'],\n 'Priority Support': ['24h response time', 'Unlimited number of support incidents'],\n 'Ultimate Support': ['24h response time', 'Unlimited number of support incidents', 'Phone support', 'Remote web assistance', 'Ticket pre-screening', 'Issue escalation']\n }\n },\n earlyRenewal: {\n name: 'Early Renewal',\n type: 'renewal',\n content: 'Before your Maintenance & Support subscription plan has expired.',\n highlighted: false\n },\n lateRenewal: null,\n welcomeBackRenewal: {\n name: 'Welcome Back Renewal',\n type: 'renewal',\n content: 'When your Maintenance & Support subscription plan has expired.',\n highlighted: true\n },\n subscription_Renewal: {\n name: 'Renewal',\n type: 'renewal',\n content: 'Per developer, per year',\n highlighted: true,\n subscription: true\n }\n };\n\n this.settings.productGroups = {\n Bundles: [\n {\n name: 'DevCraft',\n productRows: [\n {\n name: 'DevCraft UI',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1149\n }\n ]\n },\n {\n name: 'DevCraft Complete',\n editions: [\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 849,\n welcomeBackRenewalVal: 1699,\n subscription_RenewalVal: 1299\n }\n ]\n },\n {\n name: 'DevCraft Ultimate',\n editions: [\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 1099,\n welcomeBackRenewalVal: 2199,\n subscription_RenewalVal: 1649\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'Kendo UI',\n productRows: [\n {\n name: 'Kendo UI',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 525,\n welcomeBackRenewalVal: 1049,\n subscription_RenewalVal: 799\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 575,\n welcomeBackRenewalVal: 1149,\n subscription_RenewalVal: 899\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 775,\n welcomeBackRenewalVal: 1549,\n subscription_RenewalVal: 1299\n }\n ]\n }\n ],\n ...this.settings.productSettings\n }\n ],\n\n Web: [\n {\n name: 'KendoReact',\n productRows: [\n {\n name: 'KendoReact',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 449,\n welcomeBackRenewalVal: 899,\n subscription_RenewalVal: 649\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 699,\n welcomeBackRenewalVal: 1399,\n subscription_RenewalVal: 1199\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for Blazor',\n productRows: [\n {\n name: 'UI for Blazor',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for ASP.NET Core',\n productRows: [\n {\n name: 'UI for ASP.NET Core',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for ASP.NET MVC',\n productRows: [\n {\n name: 'UI for ASP.NET MVC',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for ASP.NET AJAX',\n productRows: [\n {\n name: 'UI for ASP.NET AJAX',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n }\n ],\n\n Mobile: [\n {\n name: 'UI for .NET MAUI',\n productRows: [\n {\n name: 'UI for .NET MAUI',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n }\n ],\n\n Desktop: [\n {\n name: 'UI for .NET MAUI',\n productRows: [\n {\n name: 'UI for .NET MAUI',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for WinForms',\n productRows: [\n {\n name: 'UI for WinForms',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'UI for WPF',\n productRows: [\n {\n name: 'UI for WPF',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 749\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 549,\n welcomeBackRenewalVal: 1099,\n subscription_RenewalVal: 849\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1249\n }\n ]\n }\n ],\n ...this.settings.productSettings\n }\n ],\n\n 'Reporting and Mocking': [\n {\n name: 'Telerik Reporting',\n productRows: [\n {\n name: 'Telerik Reporting',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 349,\n welcomeBackRenewalVal: 699,\n subscription_RenewalVal: 499\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 399,\n welcomeBackRenewalVal: 799,\n subscription_RenewalVal: 599\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 599,\n welcomeBackRenewalVal: 1199,\n subscription_RenewalVal: 999\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'Telerik Report Server',\n productRows: [\n {\n name: 'Telerik Report Server',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 749,\n welcomeBackRenewalVal: 1499,\n subscription_RenewalVal: 1099\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 799,\n welcomeBackRenewalVal: 1599,\n subscription_RenewalVal: 1199\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 999,\n welcomeBackRenewalVal: 1999,\n subscription_RenewalVal: 1599\n }\n ]\n }\n ],\n ...this.settings.productSettings\n },\n {\n name: 'Telerik JustMock',\n productRows: [\n {\n name: 'Telerik JustMock',\n editions: [\n {\n supportPlanVal: 'Lite',\n earlyRenewalVal: 249,\n welcomeBackRenewalVal: 499,\n subscription_RenewalVal: 349\n },\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 299,\n welcomeBackRenewalVal: 599,\n subscription_RenewalVal: 449\n },\n {\n supportPlanVal: 'Ultimate',\n earlyRenewalVal: 499,\n welcomeBackRenewalVal: 999,\n subscription_RenewalVal: 849\n }\n ]\n }\n ],\n ...this.settings.productSettings\n }\n ],\n\n 'Automated Testing': [\n {\n name: 'Test Studio',\n hideSubscription: true,\n productRows: [\n {\n name: 'Test Studio Web & Desktop',\n editions: [\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 1249,\n lateRenewalVal: 1629,\n welcomeBackRenewalVal: 2249\n }\n ]\n },\n {\n name: 'Test Studio Load',\n editions: [\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 499,\n lateRenewalVal: 649,\n welcomeBackRenewalVal: 899\n }\n ]\n },\n {\n name: 'Test Studio Ultimate',\n editions: [\n {\n supportPlanVal: 'Priority',\n earlyRenewalVal: 1749,\n lateRenewalVal: 2269,\n welcomeBackRenewalVal: 2699\n }\n ]\n },\n {\n name: 'Test Studio Runtime',\n editions: [\n {\n supportPlanVal: 'N/A',\n earlyRenewalVal: 179,\n lateRenewalVal: 229,\n welcomeBackRenewalVal: 319\n }\n ]\n },\n {\n name: 'Test Studio Runtime Unlimited',\n editions: [\n {\n supportPlanVal: 'N/A',\n earlyRenewalVal: 3249,\n lateRenewalVal: 4219,\n welcomeBackRenewalVal: 5199\n }\n ]\n },\n {\n name: 'Test Studio Virtual Users - 100',\n editions: [\n {\n supportPlanVal: 'N/A',\n earlyRenewalVal: 449,\n lateRenewalVal: 589,\n welcomeBackRenewalVal: 809\n }\n ]\n },\n {\n name: 'Test Studio Virtual Users - 1,000',\n editions: [\n {\n supportPlanVal: 'N/A',\n earlyRenewalVal: 1499,\n lateRenewalVal: 1949,\n welcomeBackRenewalVal: 2699\n }\n ]\n },\n {\n name: 'Test Studio Virtual Users - 10,000',\n editions: [\n {\n supportPlanVal: 'N/A',\n earlyRenewalVal: 2499,\n lateRenewalVal: 3249,\n welcomeBackRenewalVal: 4499\n }\n ]\n }\n ],\n ...this.settings.productSettings,\n lateRenewal: {\n name: 'Late Renewal',\n type: 'renewal',\n content: 'Up to 60 days after your maintenance & support subscription plan has expired.',\n highlighted: false,\n specificFor: 'Test Studio'\n },\n welcomeBackRenewal: {\n name: 'Welcome Back Renewal',\n type: 'renewal',\n content: 'When your maintenance & support subscription plan has been expired for more than 60 days.',\n highlighted: true,\n specificFor: 'Test Studio'\n }\n }\n ]\n };\n\n this.renewalPlans = [];\n this.displaySubscriptionPrices = false;\n [this.settings.preselectedGroup, this.settings.preselectedProduct] = this.settings.selectedProduct;\n\n this.init();\n }\n\n init() {\n if (!document.querySelector(this.settings.selectorSelectMenu) || !document.querySelector(this.settings.selectorTable)) {\n throw new Error('PricingRenewals Plugin >>> missing DOM elements for select menu or table wrapper');\n }\n this.createProductSelector();\n this.createSubscriptionSelector();\n PricingRenewals.changeSelectedProduct(\n this.settings.preselectedGroup,\n this.settings.preselectedProduct,\n this.settings.selectorSelectMenu\n );\n }\n\n static createTooltip(packages) {\n let tooltipHTML = '';\n Object.entries(packages).forEach(([supportType, supportFeatures]) => {\n tooltipHTML += `