cronapp-framework-js 2.8.34 → 2.8.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- cron-scheduler .k-link:link{color:#000}cron-scheduler a.k-link{color:#000;font-size:12px;font-weight:normal;text-transform:uppercase}cron-scheduler .k-link:link{color:#000}cron-scheduler a.k-link{color:#000;font-size:12px;font-weight:normal;text-transform:uppercase}.k-scheduler-calendar .k-link:link{color:#000}.k-scheduler-calendar .k-footer .k-nav-today:hover{color:#000}.k-scheduler-calendar a.k-link{font-size:12px;font-weight:normal;text-transform:uppercase;color:#000}.k-scheduler-toolbar,.k-scheduler-toolbar,.k-scheduler-toolbar a.k-link{background-color:#3b448e;color:#fff}.k-scheduler-calendar .k-calendar-view{width:initial;height:initial}.k-scheduler-calendar .k-content th,.k-calendar-view .k-content th{text-align:center}.k-scheduler-views *{background-color:#3b448e}.k-scheduler-views .k-current-view{display:block}.k-scheduler-views>li{display:none}.k-state-expanded.k-scheduler-views>li{display:block}.k-scheduler-views{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;position:absolute;right:0;top:0;z-index:1000}.k-scheduler-refresh{right:10px;position:relative}
1
+ cron-scheduler .k-link:link{color:#000}cron-scheduler a.k-link{color:#000;font-size:12px;font-weight:normal;text-transform:uppercase}cron-scheduler .k-link:link{color:#000}cron-scheduler a.k-link{color:#000;font-size:12px;font-weight:normal;text-transform:uppercase}.k-scheduler-calendar .k-link:link{color:#000}.k-scheduler-calendar .k-footer .k-nav-today:hover{color:#000}.k-scheduler-calendar a.k-link{font-size:12px;font-weight:normal;text-transform:uppercase;color:#000}.k-scheduler-toolbar,.k-scheduler-toolbar,.k-scheduler-toolbar a.k-link{background-color:#3b448e;color:#fff}.k-scheduler-calendar .k-calendar-view{width:initial;height:initial}.k-scheduler-calendar .k-content th,.k-calendar-view .k-content th{text-align:center}.k-scheduler-views *{background-color:#3b448e !important}.k-scheduler-views .k-current-view{display:block}.k-scheduler-views>li{display:none}.k-state-expanded.k-scheduler-views>li{display:block}.k-scheduler-views{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;position:absolute;right:0;top:0;z-index:1000}.k-scheduler-refresh{right:10px;position:relative}
@@ -1 +1 @@
1
- angular.module("MyApp").directive("ngTranslateLanguageSelect",["LocaleService",function(a){'use strict';return{restrict:"A",replace:!0,template:"<div class=\"language-select\" ng-if=\"visible\"><label><select ng-init=\"currentLocaleDisplayName = localesDisplayNames[0]\"ng-model=\"currentLocaleDisplayName\" ng-options=\"localesDisplayName for localesDisplayName in localesDisplayNames\" ng-change=\"changeLanguage(currentLocaleDisplayName)\"></select></label></div>",controller:["$scope",function(b){b.currentLocaleDisplayName=a.getLocaleDisplayName(),b.localesDisplayNames=a.getLocalesDisplayNames(),b.visible=b.localesDisplayNames&&1<b.localesDisplayNames.length,b.changeLanguage=function(b){a.setLocaleByDisplayName(b)}}]}}]);
1
+ angular.module("MyApp").directive("ngTranslateLanguageSelect",["LocaleService",function(a){"use strict";return{restrict:"A",replace:!0,template:"<div class=\"language-select\" ng-if=\"visible\"><label><select ng-init=\"currentLocaleDisplayName = localesDisplayNames[0]\"ng-model=\"currentLocaleDisplayName\" ng-options=\"localesDisplayName for localesDisplayName in localesDisplayNames\" ng-change=\"changeLanguage(currentLocaleDisplayName)\"></select></label></div>",controller:["$scope",function(b){b.currentLocaleDisplayName=a.getLocaleDisplayName(),b.localesDisplayNames=a.getLocalesDisplayNames(),b.visible=b.localesDisplayNames&&1<b.localesDisplayNames.length,b.changeLanguage=function(b){a.setLocaleByDisplayName(b)}}]}}]);
@@ -1 +1 @@
1
- angular.module("MyApp").service("LocaleService",["$translate","LOCALES","$rootScope","tmhDynamicLocale",function(a,b,c,d){'use strict';var e=b.locales,f=Object.keys(e);f&&0!==f.length||console.error("There are no _LOCALES provided");var g=[];f.forEach(function(a){g.push(e[a])});var h=a.proposedLanguage(),i=function(a){return-1!==f.indexOf(a)},j=function(b){return i(b)?void(h=b,a.use(b)):void console.error("Locale name \""+b+"\" is invalid")};return c.$on("$translateChangeSuccess",function(a,b){document.documentElement.setAttribute("lang",b.language),d.set(b.language.toLowerCase().replace(/_/g,"-"))}),{getLocaleDisplayName:function(){return e[h]},setLocaleByDisplayName:function(a){j(f[g.indexOf(a)])},getLocalesDisplayNames:function(){return g}}}]);
1
+ angular.module("MyApp").service("LocaleService",["$translate","LOCALES","$rootScope","tmhDynamicLocale",function(a,b,c,d){"use strict";var e=b.locales,f=Object.keys(e);f&&0!==f.length||console.error("There are no _LOCALES provided");var g=[];f.forEach(function(a){g.push(e[a])});var h=a.proposedLanguage(),i=function(a){return-1!==f.indexOf(a)},j=function(b){return i(b)?void(h=b,a.use(b)):void console.error("Locale name \""+b+"\" is invalid")};return c.$on("$translateChangeSuccess",function(a,b){document.documentElement.setAttribute("lang",b.language),d.set(b.language.toLowerCase().replace(/_/g,"-"))}),{getLocaleDisplayName:function(){return e[h]},setLocaleByDisplayName:function(a){j(f[g.indexOf(a)])},getLocalesDisplayNames:function(){return g}}}]);